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 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 17