prompt stringlengths 77 6.9k | completion stringlengths 1 3.38k | text stringlengths 163 9.03k | commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | lang stringclasses 277
values |
|---|---|---|---|---|---|---|
<|file_sep|>source/index.html.md.diff
original:
apps, video games, the occasional beat, very poorly drawn art, animation.
updated:
apps, video games, the occasional beat, animation.
<|file_sep|>original/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height=... | ---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my... | <|file_sep|>source/index.html.md.diff
original:
apps, video games, the occasional beat, very poorly drawn art, animation.
updated:
apps, video games, the occasional beat, animation.
<|file_sep|>original/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height=... | b5b1187ef7b771635c6ca7199585a012612afa53 | source/index.html.md | source/index.html.md | Markdown |
<|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>updated/.travis.yml | sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10" | <|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>updated/.travis.yml
sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10" | d34f209388fc49cddcda02bbb75b9c9f5f8dbcd3 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>current/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>updated/.travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly | <|file_sep|>original/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>current/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>updated/.travis.yml
lan... | a56722114be5d4e0f4789cdf0d9e28be91d927fc | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_be... | name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0... | <|file_sep|>original/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_be... | 6d336f8e8dd2aaa13592e64f337fd935a971ba2c | pubspec.yaml | pubspec.yaml | YAML |
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
updated:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep... | <div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
... | <|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
updated:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep... | c8416f2ae11fe677961421c7fe16874e759b1fc5 | app/templates/components/ilios-navigation.hbs | app/templates/components/ilios-navigation.hbs | Handlebars |
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
updated:
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
GroupService groupService;
updated:
private GroupService groupService;
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.j... | import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
priva... | <|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
updated:
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
GroupService groupService;
updated:
private GroupService groupService;
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.j... | 22185526bfa7ab059a3a63ff36cb144c66fe5f77 | src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | Java |
<|file_sep|>original/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
... | "name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
... | <|file_sep|>original/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
... | 0521c73fe649a77ce275bd476728404e3bf6d779 | package.json | package.json | JSON |
<|file_sep|>main.jsx.diff
original:
let url = 'https://api.github.com/repos/' + repo + '/branches';
updated:
let url = `https://api.github.com/repos/${repo}/branches`;
<|file_sep|>main.jsx.diff
original:
alert('Load error, while trying to retrieve data from ' + url +
' Server respond... | let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status)... | <|file_sep|>main.jsx.diff
original:
let url = 'https://api.github.com/repos/' + repo + '/branches';
updated:
let url = `https://api.github.com/repos/${repo}/branches`;
<|file_sep|>main.jsx.diff
original:
alert('Load error, while trying to retrieve data from ' + url +
' Server respond... | a57255d88ea15f60a450f21cd021bd1d0040e541 | main.jsx | main.jsx | JSX |
<|file_sep|>original/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_bluepri... | from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.lib.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_... | <|file_sep|>original/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_bluepri... | 25d93bf202e1735f21b6c3ad5830e660824efde6 | flask_truss/blueprints/_blueprint/__init__.py | flask_truss/blueprints/_blueprint/__init__.py | Python |
<|file_sep|>original/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_bu... | install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- cmd: dotnet restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./... | <|file_sep|>original/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_bu... | ce02763b8cefa25d9fe99068ffb3c04b901d590c | appveyor.yml | appveyor.yml | YAML |
<|file_sep|>original/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the prop... | ---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Mailgun Provider
The Mailgun prov... | <|file_sep|>original/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the prop... | 5495381c38e742ed7071df388b03179dd534f4bb | website/source/docs/providers/mailgun/index.html.markdown | website/source/docs/providers/mailgun/index.html.markdown | Markdown |
<|file_sep|>original/ci/scripts/generate-cf-manifest.sh
<|file_sep|>current/ci/scripts/generate-cf-manifest.sh
<|file_sep|>updated/ci/scripts/generate-cf-manifest.sh | #!/bin/bash -ex
apt-get install wget
wget https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip
unzip spiff_linux_amd64.zip
mv spiff /usr/local/bin/
bosh -u x -p x target $BOSH_TARGET Lite
bosh login $BOSH_USERNAME $BOSH_PASSWORD
bosh status
cd git-cf-release
./scripts/genera... | <|file_sep|>original/ci/scripts/generate-cf-manifest.sh
<|file_sep|>current/ci/scripts/generate-cf-manifest.sh
<|file_sep|>updated/ci/scripts/generate-cf-manifest.sh
#!/bin/bash -ex
apt-get install wget
wget https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip
unzip spiff_li... | ffb16a5660b4fb24f4d50e248fefd3963ba8b475 | ci/scripts/generate-cf-manifest.sh | ci/scripts/generate-cf-manifest.sh | Shell |
<|file_sep|>original/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.m... | # Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome... | <|file_sep|>original/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.m... | 7b13b397a7ac028915a2b24e39d79c8c0c9995d1 | _config.yml | _config.yml | YAML |
<|file_sep|>original/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/... | {
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"a... | <|file_sep|>original/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/... | 58c7bbeed7671ae2c7ae037cb078110dd13e0667 | package.json | package.json | JSON |
<|file_sep|>metadata/io.github.chiver.yml.diff
original:
updated:
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/io.github.chiver.yml
Repo: https://github.com/anegrin/chiver
Builds:
- versionName: 1.1.0
versionCode: 110
co... | gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode... | <|file_sep|>metadata/io.github.chiver.yml.diff
original:
updated:
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/io.github.chiver.yml
Repo: https://github.com/anegrin/chiver
Builds:
- versionName: 1.1.0
versionCode: 110
co... | 97d74efc3ecec80af0572f6ad66bed0d3f887df3 | metadata/io.github.chiver.yml | metadata/io.github.chiver.yml | YAML |
<|file_sep|>DEVELOPERS.md.diff
original:
Given that, now you can generate the Debian package:
updated:
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
<|file_sep|>original/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoco... | cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
... | <|file_sep|>DEVELOPERS.md.diff
original:
Given that, now you can generate the Debian package:
updated:
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
<|file_sep|>original/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoco... | b0ce91a8f871dd78831ddc2beec24f19327533d7 | DEVELOPERS.md | DEVELOPERS.md | Markdown |
<|file_sep|>original/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>current/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>updated/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | ---
layout: markdown_page
title: Acceptable Use Policy Violations
category: GitLab.com
---
### On this page
{:.no_toc}
- TOC
{:toc}
----
### When violations are identified that we do not yet have a process for dealing with.
1. Create a private issue, because we will inevitably discuss usernames
or email address... | <|file_sep|>original/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>current/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>updated/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
---
l... | 1ed8346c2a3bdb885f9e1c151a8a587fe3e0efb6 | source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | Markdown |
<|file_sep|>original/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files... | gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files... | <|file_sep|>original/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files... | de03cf627d33d14efcb0b8b14035e1d6810d66af | cube-ruby-gem.gemspec | cube-ruby-gem.gemspec | Ruby |
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import java.lang.annotation.Annotation
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import net.codingwell.scalaguice.InjectorExtensions._
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
import net.coding... | import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
def inject[T: M... | <|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import java.lang.annotation.Annotation
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import net.codingwell.scalaguice.InjectorExtensions._
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
import net.coding... | 3f8311cdeb018f1fbf6cc6b799fcfab11a2bdd61 | src/main/scala/util/Injecting.scala | src/main/scala/util/Injecting.scala | Scala |
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
hash: 9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e
updated:
hash: 07d38a5322ee278abdc01bbb7068196718bf4d0d77b08e1d8af4ac19e01e2883
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
updated:
- '1.1.1'
<|file_sep|... | changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.1.1'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provi... | <|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
hash: 9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e
updated:
hash: 07d38a5322ee278abdc01bbb7068196718bf4d0d77b08e1d8af4ac19e01e2883
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
updated:
- '1.1.1'
<|file_sep|... | e5240323da5e5ef544042a51a09b685af4f07255 | packages/po/postgresql-transactional.yaml | packages/po/postgresql-transactional.yaml | YAML |
<|file_sep|>original/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
... | thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find .. -type f -name "*.class" -exec rm {} \;
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm ... | <|file_sep|>original/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
... | 582fd90c4a351d167c98fc6d7d23ed9b6ed0c89f | tests/JavaTest.sh | tests/JavaTest.sh | Shell |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script:... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
addo... | <|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script:... | 6735ba4947708d31fe51c6dbf5c642b23501c102 | .travis.yml | .travis.yml | YAML |
<|file_sep|>.travis.yml.diff
original:
- 2.1
- 2.2
- 2.3.0
updated:
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4
- 2.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.4
- 2.5
- 2.6 | <|file_sep|>.travis.yml.diff
original:
- 2.1
- 2.2
- 2.3.0
updated:
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4
- 2.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
- 2.6 | 5767ff4eb6e7f7466cda2912a35438e997c67106 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-covera... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests... | <|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-covera... | 65c797349e404a1a5f398463eca084caf29ce525 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.... | requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML #>=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.... | <|file_sep|>original/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.... | 39aa1fec8d6f30076fabfb2954fde77d7a4ca30b | requirements.txt | requirements.txt | Text |
<|file_sep|>workbench/templates/workbench/block.html.diff
original:
<hr />
updated:
{{foot_html|safe}}
</section>
<section class="debug">
<|file_sep|>original/workbench/templates/workbench/block.html
{{body|safe}}
</div>
<hr />
... | </div>
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_... | <|file_sep|>workbench/templates/workbench/block.html.diff
original:
<hr />
updated:
{{foot_html|safe}}
</section>
<section class="debug">
<|file_sep|>original/workbench/templates/workbench/block.html
{{body|safe}}
</div>
<hr />
... | 1eb3c80a9d7ca9b008ca0cde9c3deb3f57a57031 | workbench/templates/workbench/block.html | workbench/templates/workbench/block.html | HTML |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vend... | language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vend... | 6fcf204cac4b5007e35c42a942b2da3dcd1c0acd | .travis.yml | .travis.yml | YAML |
<|file_sep|>AndroidManifest.xml.diff
original:
updated:
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<|file_sep|>original/AndroidManifest.xml
... | </intent-filter>
</activity>
<activity
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade" />
<activity
... | <|file_sep|>AndroidManifest.xml.diff
original:
updated:
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<|file_sep|>original/AndroidManifest.xml
... | 85bb95cf0e5b1c91b623430fb735d7c029d7099f | AndroidManifest.xml | AndroidManifest.xml | XML |
<|file_sep|>original/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>current/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>updated/qa/qa/specs/features/api/basics_spec.rb | require 'securerandom'
module QA
feature 'API basics', :core do
before(:context) do
@api_client = Runtime::API::Client.new(:gitlab)
end
let(:project_name) { "api-basics-#{SecureRandom.hex(8)}" }
let(:sanitized_project_path) { CGI.escape("#{Runtime::User.name}/#{project_name}") }
scenario ... | <|file_sep|>original/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>current/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>updated/qa/qa/specs/features/api/basics_spec.rb
require 'securerandom'
module QA
feature 'API basics', :core do
before(:context) do
@api_client = Runtime::API::Client.new(:... | dfb6965b79df788776d9c18baf24fa11e847851a | qa/qa/specs/features/api/basics_spec.rb | qa/qa/specs/features/api/basics_spec.rb | Ruby |
<|file_sep|>original/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
... | - python >=3
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-mul... | <|file_sep|>original/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
... | f8acef56b1753ae847cea0db975363ac39aaca17 | recipes/pypydispatcher/meta.yaml | recipes/pypydispatcher/meta.yaml | YAML |
<|file_sep|>original/etc/bwcv3.properties
<|file_sep|>current/etc/bwcv3.properties
<|file_sep|>updated/etc/bwcv3.properties | ## RESTHeart Configuration - development properties.
## See: https://restheart.org/learn/configuration
https-listener = true
https-host = localhost
https-port = 4443
http-listener = true
http-host = localhost
http-port = 8080
ajp-listener = true
ajp-host = localhost
ajp-port = 8009
instance-name = default
default-... | <|file_sep|>original/etc/bwcv3.properties
<|file_sep|>current/etc/bwcv3.properties
<|file_sep|>updated/etc/bwcv3.properties
## RESTHeart Configuration - development properties.
## See: https://restheart.org/learn/configuration
https-listener = true
https-host = localhost
https-port = 4443
http-listener = true
http-... | f4b34bc6009b61c84d6456715cd8ccf79b4795e2 | etc/bwcv3.properties | etc/bwcv3.properties | INI |
<|file_sep|>original/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>cu... | <h2 class="heading"><%= text.heading %></h2>
<% if text.image? %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div> | <|file_sep|>original/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>cu... | e4594d5a5f305393d4aeb58076ad6304fd7a306b | app/views/knowledge_base/sectionables/texts/_text.html.erb | app/views/knowledge_base/sectionables/texts/_text.html.erb | HTML+ERB |
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To view an existing translation, select a group and language above.
updated:
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding ... | To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutoria... | <|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To view an existing translation, select a group and language above.
updated:
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding ... | 7748f2f240f3278d184e8d0a1d7f73998b87fed4 | annotran/templates/client/sidebar_tutorial.html | annotran/templates/client/sidebar_tutorial.html | HTML |
<|file_sep|>original/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio... | # Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe)
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio... | a2d90cf0ceae19f4bab590e195c646611cc922c8 | README.md | README.md | Markdown |
<|file_sep|>original/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_... |
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint... | <|file_sep|>original/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_... | 5e7b67e55f4b987753e5e3c632ae6fd4d4cf254f | messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java | messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java | Java |
<|file_sep|>original/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore ex... | function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RECENT] = "Recently Added";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter... | <|file_sep|>original/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore ex... | ab0574a03b09d221577adde5879bf96f57658235 | cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | JavaScript |
<|file_sep|>original/spec/classes/mod/dir_spec.rb
<|file_sep|>current/spec/classes/mod/dir_spec.rb
<|file_sep|>updated/spec/classes/mod/dir_spec.rb | describe 'apache::mod::dir', :type => :class do
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
let :facts do
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:concat_basedir => '/dne',
}
end
it { should inclu... | <|file_sep|>original/spec/classes/mod/dir_spec.rb
<|file_sep|>current/spec/classes/mod/dir_spec.rb
<|file_sep|>updated/spec/classes/mod/dir_spec.rb
describe 'apache::mod::dir', :type => :class do
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
let :facts do
{
:osfami... | 5fc0c0d490aea8a99fd8437a968d3e26b4bd6f97 | spec/classes/mod/dir_spec.rb | spec/classes/mod/dir_spec.rb | Ruby |
<|file_sep|>original/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>current/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>updated/requirements.txt | docker==2.7.0
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1 | <|file_sep|>original/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>current/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>updated/requirements.txt
docker==2.7.0
... | 959d41f627ce55d0ff296087173b28ca15213d80 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>current/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>updated/Utilities... | SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
IF (VTK_USE_MPI)
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
ENDIF (VTK_USE_MPI) | <|file_sep|>original/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>current/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>updated/Utilities... | 1ca82a98541686c611641b7c5c14418d53f01b96 | Utilities/hdf5/HDF5Config.cmake.in | Utilities/hdf5/HDF5Config.cmake.in | unknown |
<|file_sep|>plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java.diff
original:
updated:
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
<|file_sep|>original/plugins/org.chromium.sdk/src/org/chromium/sdk/Stan... | void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#ge... | <|file_sep|>plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java.diff
original:
updated:
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
<|file_sep|>original/plugins/org.chromium.sdk/src/org/chromium/sdk/Stan... | 61d17f4eef5cfa5890253a74b657bf02ee8bca03 | plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | Java |
<|file_sep|>lib/facter/freeradius_version.rb.diff
original:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
updated:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
<|file_sep|>original/lib/facter/freeradius_version.rb
if version.nil?
ve... | if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
... | <|file_sep|>lib/facter/freeradius_version.rb.diff
original:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
updated:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
<|file_sep|>original/lib/facter/freeradius_version.rb
if version.nil?
ve... | ab08902cd8ebd8c64a26b752511e1257f07814f8 | lib/facter/freeradius_version.rb | lib/facter/freeradius_version.rb | Ruby |
<|file_sep|>original/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axi... | package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Double, Double)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[L... | <|file_sep|>original/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axi... | 4bc628d409e0bdf795a4566b1ef11a7bb7c9b6a1 | bokeh/src/main/scala/objects/Guides.scala | bokeh/src/main/scala/objects/Guides.scala | Scala |
<|file_sep|>original/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>current/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ng... | export * from './ngx-segment-analytics.module';
export { SegmentService } from './ngx-segment-analytics.service';
export { SegmentConfig } from './ngx-segment-analytics.config'; | <|file_sep|>original/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>current/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ng... | c5ef44e14ef33c4df42ac296356c01a65d0834f6 | src/index.ts | src/index.ts | TypeScript |
<|file_sep|>slack-links-archive/links.md.diff
original:
date: 2020-04-16
updated:
date: 2020-04-17
---
## blogs
---
## ctf
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## news
---
## disclosedbugs
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
## synack
---
## web-se... |
---
## web-security
---
## mobile-security
---
## hackerone
---
## bugcrowd
---
## help
---
## tools
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page* | <|file_sep|>slack-links-archive/links.md.diff
original:
date: 2020-04-16
updated:
date: 2020-04-17
---
## blogs
---
## ctf
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## news
---
## disclosedbugs
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
## synack
---
## web-se... | 587c151f4ec84f429719b786d3639d948502af5a | slack-links-archive/links.md | slack-links-archive/links.md | Markdown |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install... | language: node_js
node_js:
- 7.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install... | 411c04d0dd80ecd750bfc199d331ea65f3e8ab38 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ens... | language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system --no-document
- sudo gem install bundler --no-document -n /usr/local/bin
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure t... | <|file_sep|>original/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ens... | 43b1ee1977c3701226ed5ad22429b0b8579cfc57 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallow... | import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlBlock', 'Image']}
source={text} />
);
expor... | <|file_sep|>original/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallow... | 2a393e96fbf14190c3c0e63c7ae4ed222f1fb7aa | src/components/MarkdownParagraph/index.js | src/components/MarkdownParagraph/index.js | JavaScript |
<|file_sep|>original/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: moc... | tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://www.getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters... | <|file_sep|>original/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: moc... | 4daf93ddbbc14d59e1c4dfad0828a7b5817f0dd9 | cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | YAML |
<|file_sep|>lib/Procure.js.diff
original:
updated:
var package = require('../package.json');
<|file_sep|>lib/Procure.js.diff
original:
'Accept': 'application/json;q=0.9,*/*;q=0.8'
updated:
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
<|file_sep|>origi... | var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
var statusCode = res.statusCode;
... | <|file_sep|>lib/Procure.js.diff
original:
updated:
var package = require('../package.json');
<|file_sep|>lib/Procure.js.diff
original:
'Accept': 'application/json;q=0.9,*/*;q=0.8'
updated:
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
<|file_sep|>origi... | dd538b5472f01f45822f026624d98da78408e492 | lib/Procure.js | lib/Procure.js | JavaScript |
<|file_sep|>original/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = Tru... | [tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYT... | <|file_sep|>original/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = Tru... | 8d899bd8f2a747fc6f36632dc0e76dbe54fa85a2 | tox.ini | tox.ini | INI |
<|file_sep|>original/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineerin... | ---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
year: 2016
email:
department: Engineering Management
---
#Bio and Interests... | <|file_sep|>original/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineerin... | f215070726466a69293a021ad1019a9317963d10 | _posts/2016-01-08-joey.md | _posts/2016-01-08-joey.md | Markdown |
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake spec > .log/spec.log 2>&1
updated:
time bundle exec rake spec > ./log/spec.log 2>&1
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake features > .log/standard_features.log 2>&1
updated:
time... |
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle ... | <|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake spec > .log/spec.log 2>&1
updated:
time bundle exec rake spec > ./log/spec.log 2>&1
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake features > .log/standard_features.log 2>&1
updated:
time... | 2424e3dfcf72ada533ad6dd4dbea64ee1b4c7d61 | webapp/script/full_test_suite.sh | webapp/script/full_test_suite.sh | Shell |
<|file_sep|>original/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://gi... | {
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.18",
"bin": "./bin/skit",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/s... | <|file_sep|>original/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://gi... | 6e87239612f2e989f1964910acdcc55545dbac93 | package.json | package.json | JSON |
<|file_sep|>original/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
... | {% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.... | <|file_sep|>original/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
... | fd0209a3f6868de182fb218ca61f56f3dd77565b | _includes/google-analytics.html | _includes/google-analytics.html | HTML |
<|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>current... | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py | <|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>current... | eff0db7b579461f293e11bcf2f48092155069eef | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore... | "moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tes... | <|file_sep|>original/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore... | 00d392109813a4331de4cd9eb25cb884f914f632 | bower.json | bower.json | JSON |
<|file_sep|>original/src/app/modules/installers/linux.tpl.jade
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) m... | .staticPage
h1 Getting Bloom On Linux
P Bloom 3 is currently available
strong
| for testing
| on Ubuntu Precise and Trusty.
H3 Step 1: Add the repository to your sytem
pre
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/do... | <|file_sep|>original/src/app/modules/installers/linux.tpl.jade
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) m... | 9ace12730884ae76691b709dc0a5abea1a38fa97 | src/app/modules/installers/linux.tpl.jade | src/app/modules/installers/linux.tpl.jade | Jade |
<|file_sep|>original/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>current/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>updated/cpp/005_Longest_Palindromic_Substring.cpp | // 5. Longest Palindromic Substring
/**
* Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
*
* Example:
*
* Input: "babad"
* Output: "bab"
* Note: "aba" is also a valid answer.
*
* Example:
*
* Input: "cbbd"
* Output: "bb"
*
* Tags: S... | <|file_sep|>original/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>current/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>updated/cpp/005_Longest_Palindromic_Substring.cpp
// 5. Longest Palindromic Substring
/**
* Given a string s, find the longest palindromic substring in s. You may assume that the m... | efdb86deef9d16459462abcb1dec252e03b078f0 | cpp/005_Longest_Palindromic_Substring.cpp | cpp/005_Longest_Palindromic_Substring.cpp | C++ |
<|file_sep|>netci.groovy.diff
original:
// Generate the builds for debug and release
updated:
// Generate the builds.
<|file_sep|>netci.groovy.diff
original:
def commitJob = job(Utilities.getFullJobName(project, '', false)) {
label('windows')
steps {
batchFile(buildString)
}
updated:
[true, false].each { isPR... | // Import the utility functionality.
import jobs.generation.Utilities;
def project = 'dotnet/codeformatter'
// Define build string
def buildString = '''call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat" && build.cmd'''
// Generate the builds.
[true, false].each { isPR ->
... | <|file_sep|>netci.groovy.diff
original:
// Generate the builds for debug and release
updated:
// Generate the builds.
<|file_sep|>netci.groovy.diff
original:
def commitJob = job(Utilities.getFullJobName(project, '', false)) {
label('windows')
steps {
batchFile(buildString)
}
updated:
[true, false].each { isPR... | a8a3dbd1d38b4cc1202b3d3ab1fd00aef6dc494b | netci.groovy | netci.groovy | Groovy |
<|file_sep|>original/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-clove... | {:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1... | <|file_sep|>original/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-clove... | 86499487f8ff7ed1a5a132ed174620ba052dfead | clojure/lein.symlink/profiles.clj | clojure/lein.symlink/profiles.clj | Clojure |
<|file_sep|>original/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysi... | require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary ... | <|file_sep|>original/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysi... | ca865be1a90e405e7630ad4b1c20f03f1e4c96ed | myaso.gemspec | myaso.gemspec | Ruby |
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<div class="container">
updated:
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
updated:
<p... | <div class="col-xs-12">
<h2>{% trans 'Users'%}</h2>
</div>
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
... | <|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<div class="container">
updated:
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
updated:
<p... | 6b209f83ddf6f287817d0e9842d1aae3a27fec87 | poradnia/users/templates/users/user_list.html | poradnia/users/templates/users/user_list.html | HTML |
<|file_sep|>start_server.py.diff
original:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
updated:
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
<|file_sep|>original/start_server.py
import os
def start_server():
os.system('ssh ... | import os
def start_server():
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
def send_ssh_server_start(count):
try:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
except:
sleep(count + 1)
| <|file_sep|>start_server.py.diff
original:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
updated:
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
<|file_sep|>original/start_server.py
import os
def start_server():
os.system('ssh ... | 2666eee0a59581c504b36acd618e256cf313c377 | start_server.py | start_server.py | Python |
<|file_sep|>original/README.md
# gods
Data structures for Golang
<|file_sep|>current/README.md
# gods
Data structures for Golang
<|file_sep|>updated/README.md | # gods
[](https://travis-ci.org/kucuny/gods)
Data structures for Golang
| <|file_sep|>original/README.md
# gods
Data structures for Golang
<|file_sep|>current/README.md
# gods
Data structures for Golang
<|file_sep|>updated/README.md
# gods
[](https://travis-ci.org/kucuny/gods)
Data structures for Golang
| 3bd0b49bec90288638bc9b11ba66fd9ddbe766c6 | README.md | README.md | Markdown |
<|file_sep|>original/issue-vars/inconsistent-typing.yml
<|file_sep|>current/issue-vars/inconsistent-typing.yml
<|file_sep|>updated/issue-vars/inconsistent-typing.yml | ---
- name: type preservation test
hosts: localhost
sudo: no
gather_facts: no
vars:
- num_var: 5
- num_ref: "{{ num_var }}"
- num_cast_ref: "{{ num_var | int }}"
- bool_var: yes
- bool_ref: "{{ bool_var }}"
- null_var: null
- null_ref: "{{ null_var }}"
- null2: None
- null2_... | <|file_sep|>original/issue-vars/inconsistent-typing.yml
<|file_sep|>current/issue-vars/inconsistent-typing.yml
<|file_sep|>updated/issue-vars/inconsistent-typing.yml
---
- name: type preservation test
hosts: localhost
sudo: no
gather_facts: no
vars:
- num_var: 5
- num_ref: "{{ num_var }}"
- num_c... | 56052ab3afe53c38be22a45c25922478690c5b87 | issue-vars/inconsistent-typing.yml | issue-vars/inconsistent-typing.yml | YAML |
<|file_sep|>osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs.diff
original:
IconColour = OsuColour.FromHex("555"),
updated:
IconColour = OsuColour.Gray(0.35f),
<|file_sep|>original/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly I... | private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.Gray(0.35f),
IconHoverColour = C... | <|file_sep|>osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs.diff
original:
IconColour = OsuColour.FromHex("555"),
updated:
IconColour = OsuColour.Gray(0.35f),
<|file_sep|>original/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly I... | c0d64bf409b1e7afb9868a8040459d7e1e30fa21 | osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs | osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs | C# |
<|file_sep|>original/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licens... |
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tr... | <|file_sep|>original/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licens... | e139bdf494b43777fc656612246898d37b8dd546 | historyable.gemspec | historyable.gemspec | Ruby |
<|file_sep|>original/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.42
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5
<|fi... | aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.43
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5 | <|file_sep|>original/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.42
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5
<|fi... | 1a1ab877e6102c0365d0093f580d16ba26bcb574 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] : '';
};
<|file_sep|>current/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] ... | export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match && match.length > 1 ? match[1] : '';
}; | <|file_sep|>original/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] : '';
};
<|file_sep|>current/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] ... | b1ced0e86f6cd5d6b7360d126e274a2993c68338 | src/util.js | src/util.js | JavaScript |
<|file_sep|>original/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
... | class LoginObserver < ActiveRecord::Observer
unloadable
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_conf... | <|file_sep|>original/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
... | b99913a3f7dd6b666dfb1316f41069497196ad3b | app/models/login_observer.rb | app/models/login_observer.rb | Ruby |
<|file_sep|>src/js/components/Timeline.jsx.diff
original:
const divStyle = {
maxHeight: '450px',
overflowY: 'scroll',
};
updated:
<|file_sep|>original/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeli... | const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
return (
<div className="column">
<article className="message">
<div className="message-he... | <|file_sep|>src/js/components/Timeline.jsx.diff
original:
const divStyle = {
maxHeight: '450px',
overflowY: 'scroll',
};
updated:
<|file_sep|>original/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeli... | b6efcc891b8e9d7ac523bde28ce1c0f74e7cee80 | src/js/components/Timeline.jsx | src/js/components/Timeline.jsx | JSX |
<|file_sep|>original/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 14'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-c... | name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 16.0'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
s... | <|file_sep|>original/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 14'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-c... | ab1fb7cd6b9ecbb04165048e0616920f5056fd1b | metadata.rb | metadata.rb | Ruby |
<|file_sep|>app/reports/integrity_check.rb.diff
original:
updated:
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
<|file_sep|>original/app/reports/integrity_check.rb
private
def has_data?
raise "no students" unless Student.count > 0
raise "no school... | def has_data?
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless E... | <|file_sep|>app/reports/integrity_check.rb.diff
original:
updated:
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
<|file_sep|>original/app/reports/integrity_check.rb
private
def has_data?
raise "no students" unless Student.count > 0
raise "no school... | f722e0d9d2b327a7f55472f77bb690b90153c10e | app/reports/integrity_check.rb | app/reports/integrity_check.rb | Ruby |
<|file_sep|>Gopkg.toml.diff
original:
[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"
updated:
<|file_sep|>original/Gopkg.toml
name = "github.com/olekukonko/tablewriter"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/p... | version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
... | <|file_sep|>Gopkg.toml.diff
original:
[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"
updated:
<|file_sep|>original/Gopkg.toml
name = "github.com/olekukonko/tablewriter"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/p... | b63ac03eba339e547f1ba34a57e22ca289abec5b | Gopkg.toml | Gopkg.toml | TOML |
<|file_sep|>original/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.2.5
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt
<|file_sep|>current/dev-requirements.txt
alabaster==0.7.9
cov... | alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.3.0
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt | <|file_sep|>original/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.2.5
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt
<|file_sep|>current/dev-requirements.txt
alabaster==0.7.9
cov... | 934adceef18f416301708fb93c61b7129ffecc8f | dev-requirements.txt | dev-requirements.txt | Text |
<|file_sep|>original/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing digital
// ocean.
//
func (c *Config) Client()... | "log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing consul.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()... | <|file_sep|>original/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing digital
// ocean.
//
func (c *Config) Client()... | 090a30e98830f1168f88549cce394d672130e5b1 | builtin/providers/consul/config.go | builtin/providers/consul/config.go | Go |
<|file_sep|>Battery-Commander.Tests/ACFTTests.cs.diff
original:
updated:
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
<|file_sep|>original/Battery-Commander.Tests/ACFTTests.cs
using BatteryCommander.Web.Models.Data;
using System;
u... | {
[Theory]
[InlineData(15, 54, 84)]
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTSco... | <|file_sep|>Battery-Commander.Tests/ACFTTests.cs.diff
original:
updated:
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
<|file_sep|>original/Battery-Commander.Tests/ACFTTests.cs
using BatteryCommander.Web.Models.Data;
using System;
u... | 5b5e95b69af18a8f22b975fb409e0937f7b70247 | Battery-Commander.Tests/ACFTTests.cs | Battery-Commander.Tests/ACFTTests.cs | C# |
<|file_sep|>original/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and R... | name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version ... | <|file_sep|>original/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and R... | 5063f6e2543258cface0281d51120e2ed36755c2 | metadata.rb | metadata.rb | Ruby |
<|file_sep|>original/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>current/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>updated/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md | ---
layout: post
title: Sniffing HTTPS packets from an iPhone
date: 2018-02-09
summary:
categories: [how-to]
---
On macOS
1. Get the Charles proxy app
1. Do https://medium.com/@jamesmarino/monitoring-ios-https-network-traffic-a5d9fbe0edfe
1. Don't forget to https://stackoverflow.com/questions/15768143/... | <|file_sep|>original/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>current/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>updated/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
---
layout: post
title: Sniffing HTTPS packets from an iPhone
date: ... | 09e751d9636af8134c09168a0b2dc79c1794fa33 | _drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md | _drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md | Markdown |
<|file_sep|>original/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh
<|file_sep|>current/environment.yml
name: ospcdyn
channels:
- ospc
dependencie... | name: ospcdyn
channels:
- ospc
dependencies:
- python>=3.6
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh | <|file_sep|>original/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh
<|file_sep|>current/environment.yml
name: ospcdyn
channels:
- ospc
dependencie... | 24e2447363cfe58a9533f3c4c25946caf8e468d2 | environment.yml | environment.yml | YAML |
<|file_sep|>original/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group... | #include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* d... | <|file_sep|>original/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group... | 2bd00c0af40ebaf35a911e0cc73b5d4d71ba2121 | chrome/browser/icon_loader.cc | chrome/browser/icon_loader.cc | C++ |
<|file_sep|>src/emoji/emojiSelectors.js.diff
original:
Object.keys(emojis).reduce((result, key) => {
result[key] = { ...emojis[key], source_url: getFullUrl(emojis[key].source_url, auth.realm) };
updated:
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis... | /* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(e... | <|file_sep|>src/emoji/emojiSelectors.js.diff
original:
Object.keys(emojis).reduce((result, key) => {
result[key] = { ...emojis[key], source_url: getFullUrl(emojis[key].source_url, auth.realm) };
updated:
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis... | 2751309be9d600f09a4cb7fa9458654fbae7d5f7 | src/emoji/emojiSelectors.js | src/emoji/emojiSelectors.js | JavaScript |
<|file_sep|>spec/controllers/api/api_controller_spec.rb.diff
original:
expect{hash_body = json}.not_to raise_exception
expect(hash_body).to include(:message => I18n.t('api.core.status_ok'))
updated:
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('... | end
it 'Response with correct JSON status structure' do
hash_body = nil
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each do |ver|
expe... | <|file_sep|>spec/controllers/api/api_controller_spec.rb.diff
original:
expect{hash_body = json}.not_to raise_exception
expect(hash_body).to include(:message => I18n.t('api.core.status_ok'))
updated:
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('... | 7a320ae031bda7dd886770eceb99934b1e07f2ae | spec/controllers/api/api_controller_spec.rb | spec/controllers/api/api_controller_spec.rb | Ruby |
<|file_sep|>docker/Server.patch.diff
original:
16d15
updated:
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
<|file_sep|>docker/Server.patch.... | 9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
12c12
< <CloseOnCrash>0</CloseOnCrash> <... | <|file_sep|>docker/Server.patch.diff
original:
16d15
updated:
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
<|file_sep|>docker/Server.patch.... | a363c7dd9a6aa37d2103c24f177adb822380a488 | docker/Server.patch | docker/Server.patch | Diff |
<|file_sep|>original/materials/study_02/overview.md
<|file_sep|>current/materials/study_02/overview.md
<|file_sep|>updated/materials/study_02/overview.md | # Materials list
[section one](#section-one)
- [ ] [Consent form](#consent-form)
- [ ] [Instructions](#instructions)
- [ ] [Fabrication spreadsheet](#fabrication-spreadsheet)
- [ ] [Invitation email](#invitation-email)
- [x] [Sampling frame](#sampling-frame)
# Consent form
# Instructions
# Fabrication spreadsheet
... | <|file_sep|>original/materials/study_02/overview.md
<|file_sep|>current/materials/study_02/overview.md
<|file_sep|>updated/materials/study_02/overview.md
# Materials list
[section one](#section-one)
- [ ] [Consent form](#consent-form)
- [ ] [Instructions](#instructions)
- [ ] [Fabrication spreadsheet](#fabrication-... | c239d5f89cbc6d6f1676fd9e6e0d5b677746b0f4 | materials/study_02/overview.md | materials/study_02/overview.md | Markdown |
<|file_sep|>original/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>current/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>updated/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java | /*
* Copyright 2016 Michael Rozumyanskiy
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | <|file_sep|>original/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>current/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>updated/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
/*
* Copyright 2016 Mi... | 83e3a1d53850167d4dfbecbcd7ca619c23b71cbb | core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java | core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java | Java |
<|file_sep|>manifest.json.diff
original:
"version": "1.0.1",
"description": "Removes history entries older than a specified age.",
updated:
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
<|file_sep|>original/manifest.json
{
"manifest_version": ... | {
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.0a2... | <|file_sep|>manifest.json.diff
original:
"version": "1.0.1",
"description": "Removes history entries older than a specified age.",
updated:
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
<|file_sep|>original/manifest.json
{
"manifest_version": ... | a57adad2bbe30d7bc8b236a579f7fa7e620e4a2b | manifest.json | manifest.json | JSON |
<|file_sep|>original/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
def e... | require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
# (Re-)Set verification and Aleph permissions to user... | <|file_sep|>original/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
def e... | 8a90f4fd433d110e79218c1967c4172b361deaa7 | app/models/user_session.rb | app/models/user_session.rb | Ruby |
<|file_sep|>original/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default
<|file_sep|>current/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- nod... | language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default | <|file_sep|>original/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default
<|file_sep|>current/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- nod... | cbb34dcf70a879713cad7c13b289550d9778dab2 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre5
terracottaPassthro... | offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre9
terracottaPassthroughTestingVersion = 1.7.0
terracottaUti... | <|file_sep|>original/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre5
terracottaPassthro... | 2ee876ca45677072d8afcb6bff26df794b8355ca | gradle.properties | gradle.properties | INI |
<|file_sep|>original/app/assets/stylesheets/css3/_font-face.scss
@mixin font-face(
$font-family,
$file-path,
$weight: normal,
$style: normal,
$asset-pipeline: $asset-pipeline,
$file-formats: $global-font-file-formats) {
$font-url-prefix: font-url-prefixer($asset-pipeline);
@font-face {
font-family... | @charset "UTF-8";
/// Generates an @font-face declaration. Accepts arugments for weight, style, usage with the Rails Asset Pipeline and file formats.
///
/// @param {string} $font-family
/// @param {string} $file-path
/// @param {string} $weight [normal]
/// @param {string} $asset-pipeline [$asset-pipeline]
/// `$asse... | <|file_sep|>original/app/assets/stylesheets/css3/_font-face.scss
@mixin font-face(
$font-family,
$file-path,
$weight: normal,
$style: normal,
$asset-pipeline: $asset-pipeline,
$file-formats: $global-font-file-formats) {
$font-url-prefix: font-url-prefixer($asset-pipeline);
@font-face {
font-family... | 8c7751ee6d3105d94d5371aa094190445434a9a1 | app/assets/stylesheets/css3/_font-face.scss | app/assets/stylesheets/css3/_font-face.scss | SCSS |
<|file_sep|>README.md.diff
original:
$client = new Tc\Api\Client($apiBaseUri, $sid, $token);
updated:
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
<|file_sep|>README.md.diff
original:
var_dump($client->check());
var_dump($client->echo(['myString' => 'test']));
updated:
var_dump($client->formatNumberE164(... |
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'provided... | <|file_sep|>README.md.diff
original:
$client = new Tc\Api\Client($apiBaseUri, $sid, $token);
updated:
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
<|file_sep|>README.md.diff
original:
var_dump($client->check());
var_dump($client->echo(['myString' => 'test']));
updated:
var_dump($client->formatNumberE164(... | 25b9bd883e696c018efe8ff139f4c9a12532bc6b | README.md | README.md | Markdown |
<|file_sep|>app/views/nepali_calendar/_bs_calendar.html.erb.diff
original:
<th>Aitabar</th>
<th>Sombar</th>
<th>Mangalbar</th>
<th>Budhbar</th>
<th>Bihibar</th>
<th>Sukrabar</th>
<th>Sanibar</th>
updated:
<% NepaliCalendar::BsCalendar::DAYNAMES[1..7].each ... | <th><%= day %></th>
<% end %>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<% block.call day %>
</td>
<%
end
end
%>
</tbody>
</table... | <|file_sep|>app/views/nepali_calendar/_bs_calendar.html.erb.diff
original:
<th>Aitabar</th>
<th>Sombar</th>
<th>Mangalbar</th>
<th>Budhbar</th>
<th>Bihibar</th>
<th>Sukrabar</th>
<th>Sanibar</th>
updated:
<% NepaliCalendar::BsCalendar::DAYNAMES[1..7].each ... | 7dac250d71a1a7a1cb47fa433eaf9406c5da3a66 | app/views/nepali_calendar/_bs_calendar.html.erb | app/views/nepali_calendar/_bs_calendar.html.erb | HTML+ERB |
<|file_sep|>original/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, Strin... | #define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = "");
bool begin();
bo... | <|file_sep|>original/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, Strin... | 4282ccf09f23c582b16cdc4570de238ac959a2dd | firmware/MDNS.h | firmware/MDNS.h | C |
<|file_sep|>original/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirect... | package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String displayName, ObjectFactory objects) {
thi... | <|file_sep|>original/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirect... | 5820b643b59144d7adfc629889f6ed2f9f0071da | src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy | src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy | Groovy |
<|file_sep|>original/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the Google Code issue tracker[2] to report issues.
2. Use the Google Code wiki[3] to create wikis
3. Pull requests are OK, but will ultimately... | This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the [Google Code issue tracker][2] to report issues.
2. Use the [Google Code wiki][3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch ... | <|file_sep|>original/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the Google Code issue tracker[2] to report issues.
2. Use the Google Code wiki[3] to create wikis
3. Pull requests are OK, but will ultimately... | 38aea1432a6545f228cdd8c2add6b10a90028314 | README.md | README.md | Markdown |
<|file_sep|>original/.github/workflows/auto-approve.yml
<|file_sep|>current/.github/workflows/auto-approve.yml
<|file_sep|>updated/.github/workflows/auto-approve.yml | name: Auto Approve Dependabot PRs
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN... | <|file_sep|>original/.github/workflows/auto-approve.yml
<|file_sep|>current/.github/workflows/auto-approve.yml
<|file_sep|>updated/.github/workflows/auto-approve.yml
name: Auto Approve Dependabot PRs
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action... | 76d126ec2f7c7b5964b0c1c0e72e30e2d83879cc | .github/workflows/auto-approve.yml | .github/workflows/auto-approve.yml | YAML |
<|file_sep|>gulpfile.js.diff
original:
// 'tests'
updated:
'tests'
<|file_sep|>original/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default',... | require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
'tests'
]);
gulp.task('watch', [
'browser-sync',
... | <|file_sep|>gulpfile.js.diff
original:
// 'tests'
updated:
'tests'
<|file_sep|>original/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default',... | a96cb16b7c6fc6b0bfc48e48160bd4e897985abb | gulpfile.js | gulpfile.js | JavaScript |
<|file_sep|>original/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at
has_one :submission
has_one :assessor
end
<|file_sep|>current/app/serializers/assessment_s... | class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at, :submission_id
has_one :assessor
end | <|file_sep|>original/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at
has_one :submission
has_one :assessor
end
<|file_sep|>current/app/serializers/assessment_s... | af491078d7bae15f79ae6ddd5fec3ece3ae5cc5f | app/serializers/assessment_serializer.rb | app/serializers/assessment_serializer.rb | Ruby |
<|file_sep|>original/doc/error-message-func.html
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a href="throw-stmt.html"><code>THROW</code><... | <head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a
href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>... | <|file_sep|>original/doc/error-message-func.html
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a href="throw-stmt.html"><code>THROW</code><... | decd35f48a66d0d25893e79e7e4234d8de01e085 | doc/error-message-func.html | doc/error-message-func.html | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.