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|>original/ParallaxView.podspec
Pod::Spec.new do |s|
s.platform = :tvos
s.tvos.deployment_target = "9.0"
s.name = "ParallaxView"
s.summary = "Add parallax effect like in tvOS applications to any view."
s.requires_arc = true
s.license = "MIT"
s.version = "2.0.2"
s.license = { :... | Pod::Spec.new do |s|
s.platform = :tvos
s.tvos.deployment_target = "9.0"
s.name = "ParallaxView"
s.summary = "Add parallax effect like in tvOS applications to any view."
s.requires_arc = true
s.license = "MIT"
s.version = "2.0.3"
s.license = { :type => "MIT", :file => "LICENSE" }
s.... | <|file_sep|>original/ParallaxView.podspec
Pod::Spec.new do |s|
s.platform = :tvos
s.tvos.deployment_target = "9.0"
s.name = "ParallaxView"
s.summary = "Add parallax effect like in tvOS applications to any view."
s.requires_arc = true
s.license = "MIT"
s.version = "2.0.2"
s.license = { :... | f2d78d3a7912805e0c0030ab5d6da61085636305 | ParallaxView.podspec | ParallaxView.podspec | Ruby |
<|file_sep|>original/OrbitBase/CMakeLists.txt
target_sources(OrbitBase INTERFACE
include/OrbitBase/Logging.h)
target_link_libraries(OrbitBase INTERFACE
abseil::abseil
std::filesystem)
if (false) # TODO: Remove if (false) once we have at least one test.
add_executable(OrbitBaseTests)
target_... |
target_sources(OrbitBase INTERFACE
include/OrbitBase/Logging.h)
target_link_libraries(OrbitBase INTERFACE
abseil::abseil
std::filesystem)
if (false) # TODO: Remove if (false) once we have at least one test.
add_executable(OrbitBaseTests)
target_sources(OrbitBaseTests PRIVATE
)
targ... | <|file_sep|>original/OrbitBase/CMakeLists.txt
target_sources(OrbitBase INTERFACE
include/OrbitBase/Logging.h)
target_link_libraries(OrbitBase INTERFACE
abseil::abseil
std::filesystem)
if (false) # TODO: Remove if (false) once we have at least one test.
add_executable(OrbitBaseTests)
target_... | fada5f93c351920a17dbda69538f25058e1fa7df | OrbitBase/CMakeLists.txt | OrbitBase/CMakeLists.txt | Text |
<|file_sep|>src/extract.js.diff
original:
updated:
<|file_sep|>src/extract.js.diff
original:
* @property {Position} start
* @property {Position} end
updated:
* @property {Position} start - Column number must be set.
* @property {Position} end - Column number must be set.
<|file_sep|>original/src/extract.js
* Loc... | *
* @typedef {Object} Location
* @property {Position} start - Column number must be set.
* @property {Position} end - Column number must be set.
*/
/**
* Extract comments from code.
* Each comment is represented by a string within its usual comment delimiters.
*
* @arg {string} code - JavaScript code.
* @re... | <|file_sep|>src/extract.js.diff
original:
updated:
<|file_sep|>src/extract.js.diff
original:
* @property {Position} start
* @property {Position} end
updated:
* @property {Position} start - Column number must be set.
* @property {Position} end - Column number must be set.
<|file_sep|>original/src/extract.js
* Loc... | ed6a29a5f04734b5bb6f8c707715de42b14a2aec | src/extract.js | src/extract.js | JavaScript |
<|file_sep|>original/tests/regression/27-inv_invariants/16-sedgewick.c
<|file_sep|>current/tests/regression/27-inv_invariants/16-sedgewick.c
<|file_sep|>updated/tests/regression/27-inv_invariants/16-sedgewick.c | #include <stddef.h>
#include <assert.h>
struct node {
struct node *left;
struct node *right;
int key;
};
// https://old.reddit.com/r/programminghorror/comments/jgrpcu/on_sedgewicks_original_presentation_for_llrb_trees/
struct node* min(struct node *root) {
struct node *x = root;
while (x != NULL)
x = x-... | <|file_sep|>original/tests/regression/27-inv_invariants/16-sedgewick.c
<|file_sep|>current/tests/regression/27-inv_invariants/16-sedgewick.c
<|file_sep|>updated/tests/regression/27-inv_invariants/16-sedgewick.c
#include <stddef.h>
#include <assert.h>
struct node {
struct node *left;
struct node *right;
int key... | f72fde5522035f7455d14f33fe417a500f66df4f | tests/regression/27-inv_invariants/16-sedgewick.c | tests/regression/27-inv_invariants/16-sedgewick.c | C |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.0.0-p598
- 1.9.3
- 1.8.7-head
- jruby-head
- ruby-head
- rbx-3.13
bundler_args: --without test
script: bundle exec rspec spec
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.0.0-p598
- 1.9.3
- 1.8.... | language: ruby
rvm:
- 2.3.1
- 2.2.5
- ruby-head
- rbx-3.13
bundler_args: --without test
script: bundle exec rspec spec | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.0.0-p598
- 1.9.3
- 1.8.7-head
- jruby-head
- ruby-head
- rbx-3.13
bundler_args: --without test
script: bundle exec rspec spec
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.0.0-p598
- 1.9.3
- 1.8.... | 107eb7fab3646727987a609185784a3631f77d5c | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/data/transition-sites/dclg_localdirect.yml
<|file_sep|>current/data/transition-sites/dclg_localdirect.yml
<|file_sep|>updated/data/transition-sites/dclg_localdirect.yml | ---
site: dclg_localdirect
whitehall_slug: department-for-communities-and-local-government
homepage: https://www.gov.uk/government/organisations/department-for-communities-and-local-government
homepage_furl: www.gov.uk/dclg
tna_timestamp: 20151113141045 # Final crawl underway - will need updating once that's complete
h... | <|file_sep|>original/data/transition-sites/dclg_localdirect.yml
<|file_sep|>current/data/transition-sites/dclg_localdirect.yml
<|file_sep|>updated/data/transition-sites/dclg_localdirect.yml
---
site: dclg_localdirect
whitehall_slug: department-for-communities-and-local-government
homepage: https://www.gov.uk/governme... | 58a6cfb688a3d662e3ae3ff0c6f63ffb2fccc692 | data/transition-sites/dclg_localdirect.yml | data/transition-sites/dclg_localdirect.yml | YAML |
<|file_sep|>original/requirements.txt
python-coveralls==2.9.1
pytest-pep8==1.0.6
pytest-services==1.1.14
pytest-cov==2.5.1
pytest-twisted==1.5
pytest==3.0.7
django==1.11
docopt==0.6.2
flask==0.12.2
pandas==0.20.3
<|file_sep|>current/requirements.txt
python-coveralls==2.9.1
pytest-pep8==1.0.6
pytest-services==1.1.14
pyt... | python-coveralls==2.9.1
pytest-pep8==1.0.6
pytest-services==1.1.14
pytest-cov==2.5.1
pytest-twisted==1.5
pytest==3.0.7
django==1.11
docopt==0.6.2
flask==0.12.2
pandas==0.20.3
awscli==1.11.170 | <|file_sep|>original/requirements.txt
python-coveralls==2.9.1
pytest-pep8==1.0.6
pytest-services==1.1.14
pytest-cov==2.5.1
pytest-twisted==1.5
pytest==3.0.7
django==1.11
docopt==0.6.2
flask==0.12.2
pandas==0.20.3
<|file_sep|>current/requirements.txt
python-coveralls==2.9.1
pytest-pep8==1.0.6
pytest-services==1.1.14
pyt... | 4d2fbb47c9dfd215f62d02fb8a876bf78f0b87d6 | requirements.txt | requirements.txt | Text |
<|file_sep|>Cargo.toml.diff
original:
[dependencies.postgres]
git = "https://github.com/sfackler/rust-postgres"
updated:
<|file_sep|>original/Cargo.toml
[package]
name = "r2d2_postgres"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Postgres support for the r2d2 con... | name = "r2d2_postgres"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Postgres support for the r2d2 connection pool"
repository = "https://github.com/sfackler/r2d2-postgres"
documentation = "https://sfackler.github.io/doc/r2d2_postgres"
keywords = ["postgres", "sql", ... | <|file_sep|>Cargo.toml.diff
original:
[dependencies.postgres]
git = "https://github.com/sfackler/rust-postgres"
updated:
<|file_sep|>original/Cargo.toml
[package]
name = "r2d2_postgres"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Postgres support for the r2d2 con... | ecfe9beb72b879681fb40a0765e337b92d1c36a3 | Cargo.toml | Cargo.toml | TOML |
<|file_sep|>original/app/views/welcome/index.html.erb
<|file_sep|>current/app/views/welcome/index.html.erb
<|file_sep|>updated/app/views/welcome/index.html.erb | <div id="banner_logo" class="small-8 small-centered columns">
<div id="banner_info">
<h1>You've got — <span>BIG</span> goals!</h1>
<p>Whether you’re ready to conquer Mt. Everest, find Nirvana, or finally swap fast foods for whole foods,
OnlyChai is your new secret weapon in the battle for better health.... | <|file_sep|>original/app/views/welcome/index.html.erb
<|file_sep|>current/app/views/welcome/index.html.erb
<|file_sep|>updated/app/views/welcome/index.html.erb
<div id="banner_logo" class="small-8 small-centered columns">
<div id="banner_info">
<h1>You've got — <span>BIG</span> goals!</h1>
<p>Whether you’re... | de025afb180046d1f00c3be70222f3d2a643fe94 | app/views/welcome/index.html.erb | app/views/welcome/index.html.erb | HTML+ERB |
<|file_sep|>original/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.1
<|file_sep|>current/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.1
<|file_sep|>updated/requirements.txt | docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.2 | <|file_sep|>original/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.1
<|file_sep|>current/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.7.0
tox==2.8.1
<|file_sep|>updated/requirements.txt
docker==2.5.1
mo... | c160c4093f415ae541d8becaefe267374bba1fa3 | requirements.txt | requirements.txt | Text |
<|file_sep|>app/views/layouts/application.html.erb.diff
original:
updated:
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
<|file_sep|>original/app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>Lesperance</title>
<meta name="description" content="L... | <!DOCTYPE html>
<html>
<head>
<title>Lesperance</title>
<meta name="description" content="L'Espérance">
<meta name="keywords" content="Francois Xavier Dufour, Francois Xavier Bernardin, espérance, dieu, café, chrétien, église">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
... | <|file_sep|>app/views/layouts/application.html.erb.diff
original:
updated:
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
<|file_sep|>original/app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>Lesperance</title>
<meta name="description" content="L... | 7f8a060b08824ec9c872bb2a008fa36346d9e36b | app/views/layouts/application.html.erb | app/views/layouts/application.html.erb | HTML+ERB |
<|file_sep|>original/src/main/java/codemining/util/parallel/FutureThreadPool.java
<|file_sep|>current/src/main/java/codemining/util/parallel/FutureThreadPool.java
<|file_sep|>updated/src/main/java/codemining/util/parallel/FutureThreadPool.java | /**
*
*/
package codemining.util.parallel;
import static com.google.common.base.Preconditions.checkArgument;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorServ... | <|file_sep|>original/src/main/java/codemining/util/parallel/FutureThreadPool.java
<|file_sep|>current/src/main/java/codemining/util/parallel/FutureThreadPool.java
<|file_sep|>updated/src/main/java/codemining/util/parallel/FutureThreadPool.java
/**
*
*/
package codemining.util.parallel;
import static com.google.co... | 2c8f366625bde1c2343845331c2e61ffbbe60eae | src/main/java/codemining/util/parallel/FutureThreadPool.java | src/main/java/codemining/util/parallel/FutureThreadPool.java | Java |
<|file_sep|>.codeclimate.yml.diff
original:
updated:
checks:
complexity:
enabled: true
<|file_sep|>original/.codeclimate.yml
engines:
eslint:
enabled: true
channel: "eslint-4"
config:
config: .eslintrc.js
ratings:
paths:
- src/**
exclude_paths:
- test/**/*
- index.js
- webpack... | checks:
complexity:
enabled: true
ratings:
paths:
- src/**
exclude_paths:
- test/**/*
- index.js
- webpack.config.js
checks:
argument-count:
enabled: true
complex-logic:
enabled: true
file-lines:
enabled: true
method-complexity:
enabled: true
method-count:
enabled: tr... | <|file_sep|>.codeclimate.yml.diff
original:
updated:
checks:
complexity:
enabled: true
<|file_sep|>original/.codeclimate.yml
engines:
eslint:
enabled: true
channel: "eslint-4"
config:
config: .eslintrc.js
ratings:
paths:
- src/**
exclude_paths:
- test/**/*
- index.js
- webpack... | 80d1ad4051cedd0e4ed74077d3390a5b03d27198 | .codeclimate.yml | .codeclimate.yml | YAML |
<|file_sep|>original/.kitchen.yml
---
driver:
name: vagrant
provider: virtualbox
provisioner:
name: chef_zero
platforms:
- name: windows2012r2
driver:
box: virtualbox_windows-2008r2sp1_chef-11.12.4_1.0.2
driver_config:
communicator: winrm
transport:
name: winrm
suites:
- name:... | ---
driver:
name: vagrant
provider: virtualbox
provisioner:
name: chef_zero
platforms:
- name: windows2012r2
driver:
box: daptiv/windows2012r2_chef12
driver_config:
communicator: winrm
transport:
name: winrm
suites:
- name: default
run_list:
- recipe[windows_cert::te... | <|file_sep|>original/.kitchen.yml
---
driver:
name: vagrant
provider: virtualbox
provisioner:
name: chef_zero
platforms:
- name: windows2012r2
driver:
box: virtualbox_windows-2008r2sp1_chef-11.12.4_1.0.2
driver_config:
communicator: winrm
transport:
name: winrm
suites:
- name:... | d25d9b9df53c936ab317a8added282d3a5cdcece | .kitchen.yml | .kitchen.yml | YAML |
<|file_sep|>metadata/com.vincent_falzon.discreetlauncher.yml.diff
original:
updated:
- versionName: v1.1.0
versionCode: 4
commit: v1.1.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/com.vincent_falzon.discreetlauncher.yml
gradle:
- yes
- versionName: v1.0.1
versionC... | gradle:
- yes
- versionName: v1.0.2
versionCode: 3
commit: v1.0.2
subdir: app
gradle:
- yes
- versionName: v1.1.0
versionCode: 4
commit: v1.1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.1.0
CurrentVersionCod... | <|file_sep|>metadata/com.vincent_falzon.discreetlauncher.yml.diff
original:
updated:
- versionName: v1.1.0
versionCode: 4
commit: v1.1.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/com.vincent_falzon.discreetlauncher.yml
gradle:
- yes
- versionName: v1.0.1
versionC... | 3d46b7e10d697328b0a807fd90ad59f3bd21aec1 | metadata/com.vincent_falzon.discreetlauncher.yml | metadata/com.vincent_falzon.discreetlauncher.yml | YAML |
<|file_sep|>original/serve-docs.sh
<|file_sep|>current/serve-docs.sh
<|file_sep|>updated/serve-docs.sh | #!/usr/bin/env bash
# !! IMPORTANT !!
# You need to run > sbt mkSite at least once for this to even work
# ---
# handy script to get the micro-site served without having to remember where it is stored
#
cd docs/target/site/
jekyll serve & open http://127.0.0.1:4000/busymachines-commons/ | <|file_sep|>original/serve-docs.sh
<|file_sep|>current/serve-docs.sh
<|file_sep|>updated/serve-docs.sh
#!/usr/bin/env bash
# !! IMPORTANT !!
# You need to run > sbt mkSite at least once for this to even work
# ---
# handy script to get the micro-site served without having to remember where it is stored
#
cd docs/... | a1cd79381ef7451630eb459cedf3a819f9368ceb | serve-docs.sh | serve-docs.sh | Shell |
<|file_sep|>original/src/cfgparser/cfgparser.xml
<section name="socket">
<value name="listen-on" type="string" />
<value name="port" type="string" />
<value name="ipv6" type="boolean" />
<value name="sctp" type="boolean" />
<value name="sctp-streams" type="uinteger" />
</section>
<section na... | <section name="socket">
<value name="listen-on" type="string" />
<value name="port" type="string" />
<value name="ipv6" type="boolean" />
<value name="sctp" type="boolean" />
<value name="sctp-streams" type="uinteger" />
</section>
<section name="vhost">
<value name="aliases" type="string... | <|file_sep|>original/src/cfgparser/cfgparser.xml
<section name="socket">
<value name="listen-on" type="string" />
<value name="port" type="string" />
<value name="ipv6" type="boolean" />
<value name="sctp" type="boolean" />
<value name="sctp-streams" type="uinteger" />
</section>
<section na... | 45298783a48f6fb0b21a237189a3fd93ad65b1c5 | src/cfgparser/cfgparser.xml | src/cfgparser/cfgparser.xml | XML |
<|file_sep|>original/9/e9.py
<|file_sep|>current/9/e9.py
<|file_sep|>updated/9/e9.py | #!/usr/bin/env python -tt -Wall
import itertools
def main():
k = 1000
factors = [4, 25]
ranges = (xrange(f, k/4, f) for f in factors)
multiples = itertools.ifilter(lambda m: not k%(2*m), itertools.chain(*ranges))
raw_pairs = itertools.imap(lambda m: (m, (k/(2*m)) - m), multiples)
pairs = itertools.ifilter(lambd... | <|file_sep|>original/9/e9.py
<|file_sep|>current/9/e9.py
<|file_sep|>updated/9/e9.py
#!/usr/bin/env python -tt -Wall
import itertools
def main():
k = 1000
factors = [4, 25]
ranges = (xrange(f, k/4, f) for f in factors)
multiples = itertools.ifilter(lambda m: not k%(2*m), itertools.chain(*ranges))
raw_pairs = i... | e60c3e6c89d31d030af963722d44f668781ed461 | 9/e9.py | 9/e9.py | Python |
<|file_sep|>original/public/js/register.js
$(function() {
$("#register").submit(function() {
var password = $("#password").val();
if (password !== $("#confirm").val()) {
return false;
}
var hashedPassword = CryptoJS.SHA256(password).toString();
$("#hashedPassword").val(hashedPassword);
r... | $(function() {
$("#register").submit(function() {
var password = $("#password").val();
var confirmation = $("#confirm").val();
clearErrors();
if (!passwordValid(password)) {
addValidationError("Password must be at least 6 characters long");
return false;
}
if (!passwordConfirmed(password, confir... | <|file_sep|>original/public/js/register.js
$(function() {
$("#register").submit(function() {
var password = $("#password").val();
if (password !== $("#confirm").val()) {
return false;
}
var hashedPassword = CryptoJS.SHA256(password).toString();
$("#hashedPassword").val(hashedPassword);
r... | c9b1e95d27e9e5bc150576cd02a2e4769a073f8f | public/js/register.js | public/js/register.js | JavaScript |
<|file_sep|>web/save.php.diff
original:
$secret = $_POST['secret'];
updated:
<|file_sep|>web/save.php.diff
original:
if ($post_data && $id && $secret && strlen($post_data) < 20010) {
updated:
if ($post_data && $id && strlen($post_data) < 20010) {
<|file_sep|>original/web/save.php
{
return preg_replace('/[^A-Za-z0-... | {
return preg_replace('/[^A-Za-z0-9_:]/', '', $string); // Removes special chars.
}
$post_data = clean($_POST['data']);
$id = $_POST['id'];
if ($post_data && $id && strlen($post_data) < 20010) {
if ($id && is_numeric($id)) {
$db_data = explode(":", $redis->get($id));
$user_data = explode(":", ... | <|file_sep|>web/save.php.diff
original:
$secret = $_POST['secret'];
updated:
<|file_sep|>web/save.php.diff
original:
if ($post_data && $id && $secret && strlen($post_data) < 20010) {
updated:
if ($post_data && $id && strlen($post_data) < 20010) {
<|file_sep|>original/web/save.php
{
return preg_replace('/[^A-Za-z0-... | 0f3762597ccfdf726ea1bfd304cbdb16b08c05ad | web/save.php | web/save.php | PHP |
<|file_sep|>original/src/util.js
// @flow
type Point = {
x: number,
y: number
}
export const convertSpaces = (element: string): string =>
element.replace('%20', '_').replace(' ', '_')
export const angleRadians = (p1: Point, p2: Point): number =>
Math.atan2(p2.y - p1.y, p2.x - p1.x)
export const radial = (po... | // @flow
type Point = {
x: number,
y: number
}
export const convertSpaces = (element: string): string =>
element.replace('%20', '_').replace(' ', '_')
export const angleRadians = (p1: Point, p2: Point): number =>
Math.atan2(p2.y - p1.y, p2.x - p1.x)
export const radial = (point: Point, radius: number, radia... | <|file_sep|>original/src/util.js
// @flow
type Point = {
x: number,
y: number
}
export const convertSpaces = (element: string): string =>
element.replace('%20', '_').replace(' ', '_')
export const angleRadians = (p1: Point, p2: Point): number =>
Math.atan2(p2.y - p1.y, p2.x - p1.x)
export const radial = (po... | a52809bc5e05151d90176eda738340e83a95b3fd | src/util.js | src/util.js | JavaScript |
<|file_sep|>original/pairs.js
});
event.target.name.value = "";
$(event.target.learning).clearOptions();
$(event.target.teaching).clearOptions();
return false;
}
});
$(document).ready(function () {
$('.input-list').selectize({
create: function (input) {
return ... | $(event.target.learning).clearOptions();
$(event.target.teaching).clearOptions();
return false;
}
});
$(document).ready(function () {
$('.input-list').selectize({
create: function (input) {
return {
value: input,
text: input
};
},
plu... | <|file_sep|>original/pairs.js
});
event.target.name.value = "";
$(event.target.learning).clearOptions();
$(event.target.teaching).clearOptions();
return false;
}
});
$(document).ready(function () {
$('.input-list').selectize({
create: function (input) {
return ... | 69220b4c4c2ec3d4c24db037db0f5a0c7319299c | pairs.js | pairs.js | JavaScript |
<|file_sep|>original/ci/scripts/build.ci.sh
#!/usr/bin/env bash
set -e -x -u
version=$(cat ../docs-version/version)
ci/scripts/build.sh
echo "${version}" > final_app/public/version.txt
tar -cvzf "docs-${version}.tgz" final_app/public manifest.yml manifest.dev.yml
mv "docs-${version}.tgz" ../final-app/
<|file_sep|>... | #!/usr/bin/env bash
set -e -x -u
version=$(cat ../docs-version/version)
ci/scripts/build.sh
echo "${version}" > final_app/public/version
tar -cvzf "docs-${version}.tgz" final_app/public manifest.yml manifest.dev.yml
mv "docs-${version}.tgz" ../final-app/ | <|file_sep|>original/ci/scripts/build.ci.sh
#!/usr/bin/env bash
set -e -x -u
version=$(cat ../docs-version/version)
ci/scripts/build.sh
echo "${version}" > final_app/public/version.txt
tar -cvzf "docs-${version}.tgz" final_app/public manifest.yml manifest.dev.yml
mv "docs-${version}.tgz" ../final-app/
<|file_sep|>... | 36eb3137c6f9eabf8e745b7c78070c02ebb0c078 | ci/scripts/build.ci.sh | ci/scripts/build.ci.sh | Shell |
<|file_sep|>original/src/Nether.Web/appsettings.json
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Leaderboard": {
"Store": {
"wellknown": "sql",
"propert... | {
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Information",
"System": "Information",
"Microsoft": "Information"
}
},
"Leaderboard": {
"Store": {
"wellknown": "sql",
"properties": {
"ConnectionString": "<sql c... | <|file_sep|>original/src/Nether.Web/appsettings.json
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Leaderboard": {
"Store": {
"wellknown": "sql",
"propert... | 2d0ddd0d28fe7760c48b39525a946aaa7673255f | src/Nether.Web/appsettings.json | src/Nether.Web/appsettings.json | JSON |
<|file_sep|>original/src/cadence/security.clj
(ns cadence.security
(:require [cemerick.friend :as friend]
(cemerick.friend [workflows :as workflows]
[credentials :as creds])
;[oauth.client :as oauth]
[cadence.model :as model])
(:use [noir.core :only [... | (ns cadence.security
(:require [cemerick.friend :as friend]
(cemerick.friend [workflows :as workflows]
[credentials :as creds])
;[oauth.client :as oauth]
[cadence.model :as model])
(:use [noir.core :only [pre-route]]))
(def friend-settings
{:cr... | <|file_sep|>original/src/cadence/security.clj
(ns cadence.security
(:require [cemerick.friend :as friend]
(cemerick.friend [workflows :as workflows]
[credentials :as creds])
;[oauth.client :as oauth]
[cadence.model :as model])
(:use [noir.core :only [... | 4c5abebdb3513059c5b273ad51a3d27531a3d39f | src/cadence/security.clj | src/cadence/security.clj | Clojure |
<|file_sep|>original/app/jest.unit.config.js
},
testMatch: ['**/unit/**/*-test.ts{,x}'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
setupFiles: ['<rootDir>/test/globals.ts', '<rootDir>/test/unit-test-env.ts'],
setupFilesAfterEnv: ['<rootDir>/test/setup-test-framework.ts'],
collectCove... | testMatch: ['**/unit/**/*-test.ts{,x}'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
setupFiles: ['<rootDir>/test/globals.ts', '<rootDir>/test/unit-test-env.ts'],
setupFilesAfterEnv: ['<rootDir>/test/setup-test-framework.ts'],
collectCoverageFrom: [
'src/**/*.{js,jsx,ts,tsx}',
'!... | <|file_sep|>original/app/jest.unit.config.js
},
testMatch: ['**/unit/**/*-test.ts{,x}'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
setupFiles: ['<rootDir>/test/globals.ts', '<rootDir>/test/unit-test-env.ts'],
setupFilesAfterEnv: ['<rootDir>/test/setup-test-framework.ts'],
collectCove... | 84c8f048150d036c02b867dc26bf44c1f636fccf | app/jest.unit.config.js | app/jest.unit.config.js | JavaScript |
<|file_sep|>original/karma.conf.js
autoWatch: true,
basePath: '',
browsers: [process.env.TRAVIS ? 'Firefox' : 'Chrome'],
captureTimeout: 5000,
exclude: [
'app/js/main.js'
],
files: [
// loaded without require
'app/bower_components/jquery/dist/jquery.js',
'app/bower_co... | autoWatch: true,
basePath: '',
browsers: [process.env.TRAVIS ? 'Firefox' : 'Chrome'],
captureTimeout: 5000,
exclude: [
'app/js/main.js'
],
files: [
// loaded without require
'app/bower_components/jquery/dist/jquery.js',
'app/bower_components/underscore/underscore.js',... | <|file_sep|>original/karma.conf.js
autoWatch: true,
basePath: '',
browsers: [process.env.TRAVIS ? 'Firefox' : 'Chrome'],
captureTimeout: 5000,
exclude: [
'app/js/main.js'
],
files: [
// loaded without require
'app/bower_components/jquery/dist/jquery.js',
'app/bower_co... | 9484f3cb37841c988a1e1893645ba99693d9d896 | karma.conf.js | karma.conf.js | JavaScript |
<|file_sep|>original/features/product/managing_products/accessing_variants_management_from_product_edit_page.feature
<|file_sep|>current/features/product/managing_products/accessing_variants_management_from_product_edit_page.feature
<|file_sep|>updated/features/product/managing_products/accessing_variants_management_... | @managing_products
Feature: Accessing the variants management from the product edit page
In order to facilitate work with the management of variants
As an Administrator
I want to be able to access the variants management directly from the product edit page
Background:
Given the store operates o... | <|file_sep|>original/features/product/managing_products/accessing_variants_management_from_product_edit_page.feature
<|file_sep|>current/features/product/managing_products/accessing_variants_management_from_product_edit_page.feature
<|file_sep|>updated/features/product/managing_products/accessing_variants_management_... | 2830dd8023ced9866eafc589850a00210798cf5a | features/product/managing_products/accessing_variants_management_from_product_edit_page.feature | features/product/managing_products/accessing_variants_management_from_product_edit_page.feature | Cucumber |
<|file_sep|>kurssit/2015-2016/rub7.6/kotitehtavat/materiaali/index.md.diff
original:
updated:
published: true
<|file_sep|>original/kurssit/2015-2016/rub7.6/kotitehtavat/materiaali/index.md
---
layout: "content-main"
title: Materiaali
theme: swedish
course: rub7.6
---
- [Text 1 alleviivaukset](/media/rub7/text1_allevi... | ---
layout: "content-main"
title: Materiaali
theme: swedish
course: rub7.6
published: true
---
- [Text 1 alleviivaukset](/media/rub7/text1_alleviivaukset.pdf)
- [Text 2 alleviivaukset](/media/rub7/text2_alleviivaukset_oikeat.pdf) | <|file_sep|>kurssit/2015-2016/rub7.6/kotitehtavat/materiaali/index.md.diff
original:
updated:
published: true
<|file_sep|>original/kurssit/2015-2016/rub7.6/kotitehtavat/materiaali/index.md
---
layout: "content-main"
title: Materiaali
theme: swedish
course: rub7.6
---
- [Text 1 alleviivaukset](/media/rub7/text1_allevi... | 0cb9bdb11e5263ffea4a509e0fd1bdeea5dea611 | kurssit/2015-2016/rub7.6/kotitehtavat/materiaali/index.md | kurssit/2015-2016/rub7.6/kotitehtavat/materiaali/index.md | Markdown |
<|file_sep|>src/test/resources/mozu_config.properties.diff
original:
#fill in these values with items from your
updated:
# Fill in these values with items from your developer account
# Mozu application settings
<|file_sep|>src/test/resources/mozu_config.properties.diff
original:
updated:
# the tenant to use
<|file_s... | base.url=http://home.mozu.com
# Fill in these values with items from your developer account
# Mozu application settings
app.id=
shared.secret=
# the tenant to use
tenant.id=
# developer account can be used for all of these.
username.developer=
username.tenant=
username.shopper=
password=
# set these if you need to... | <|file_sep|>src/test/resources/mozu_config.properties.diff
original:
#fill in these values with items from your
updated:
# Fill in these values with items from your developer account
# Mozu application settings
<|file_sep|>src/test/resources/mozu_config.properties.diff
original:
updated:
# the tenant to use
<|file_s... | a2a3f21ddebca0f25a167aa1645d15c02a89e0c6 | src/test/resources/mozu_config.properties | src/test/resources/mozu_config.properties | INI |
<|file_sep|>original/app/lib/router.js
layoutTemplate: 'layout',
loadingTemplate: 'loading',
notFoundTemplate: 'notFound',
waitOn: function() { return Meteor.subscribe('posts'); }
});
Router.route('/', {name: 'postsList'});
Router.route('/posts/:slug', {
name: 'postPage',
data: function() { return Posts.f... | layoutTemplate: 'layout',
loadingTemplate: 'loading',
notFoundTemplate: 'notFound',
waitOn: function() { return Meteor.subscribe('posts'); }
});
Router.route('/', {name: 'postsList'});
Router.route('/posts/:slug', {
name: 'postPage',
data: function() { return Posts.findOne({ slug: this.params.slug }); }
}... | <|file_sep|>original/app/lib/router.js
layoutTemplate: 'layout',
loadingTemplate: 'loading',
notFoundTemplate: 'notFound',
waitOn: function() { return Meteor.subscribe('posts'); }
});
Router.route('/', {name: 'postsList'});
Router.route('/posts/:slug', {
name: 'postPage',
data: function() { return Posts.f... | 158d4ecc7d1a795a091fc849c3199a4bb657c4ee | app/lib/router.js | app/lib/router.js | JavaScript |
<|file_sep|>original/recipes/ecell4_base/build.sh
#!/bin/bash
${PYTHON} setup.py install;
${PYTHON} setup.py test;
<|file_sep|>current/recipes/ecell4_base/build.sh
#!/bin/bash
${PYTHON} setup.py install;
${PYTHON} setup.py test;
<|file_sep|>updated/recipes/ecell4_base/build.sh | #!/bin/bash
${PYTHON} -m pip install -vv .;
${PYTHON} setup.py test; | <|file_sep|>original/recipes/ecell4_base/build.sh
#!/bin/bash
${PYTHON} setup.py install;
${PYTHON} setup.py test;
<|file_sep|>current/recipes/ecell4_base/build.sh
#!/bin/bash
${PYTHON} setup.py install;
${PYTHON} setup.py test;
<|file_sep|>updated/recipes/ecell4_base/build.sh
#!/bin/bash
${PYTHON} -m pip install -vv .... | e1ba7f97b801dedf3d0a8be2855b885178ca9760 | recipes/ecell4_base/build.sh | recipes/ecell4_base/build.sh | Shell |
<|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
before_script: npm config set coverage true
after_success: npm run-script coveralls
env:
- DEBUG="yeoman:generator"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- ... | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
before_script: npm config set coverage true
after_success: npm run-script coveralls
env:
- DEBUG="yeoman:generator" | <|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
before_script: npm config set coverage true
after_success: npm run-script coveralls
env:
- DEBUG="yeoman:generator"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- ... | af1061ff19e7e005826e7b10664824ee724f0960 | .travis.yml | .travis.yml | YAML |
<|file_sep|>examples/exoskeleton/package.json.diff
original:
"exoskeleton": "~0.3.0",
updated:
"exoskeleton": "^0.3.0",
<|file_sep|>original/examples/exoskeleton/package.json
{
"private": true,
"dependencies": {
"exoskeleton": "~0.3.0",
"backbone.localstorage": "git://github.com/yavorsky/Backbone.lo... | {
"private": true,
"dependencies": {
"exoskeleton": "^0.3.0",
"backbone.localstorage": "git://github.com/yavorsky/Backbone.localStorage.git#a47fe5aa410f70dae9066c439d84483e4b32507e",
"todomvc-app-css": "^1.0.0",
"todomvc-common": "^1.0.1",
"microtemplates": "^0.1.0"
}
} | <|file_sep|>examples/exoskeleton/package.json.diff
original:
"exoskeleton": "~0.3.0",
updated:
"exoskeleton": "^0.3.0",
<|file_sep|>original/examples/exoskeleton/package.json
{
"private": true,
"dependencies": {
"exoskeleton": "~0.3.0",
"backbone.localstorage": "git://github.com/yavorsky/Backbone.lo... | be7eeace7547adaf8b83fe0c84afc4f8c7549e1c | examples/exoskeleton/package.json | examples/exoskeleton/package.json | JSON |
<|file_sep|>appveyor.yml.diff
original:
updated:
CXX: cl
<|file_sep|>original/appveyor.yml
environment:
matrix:
- PYTHON: "C:\\Python27"
install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
build_script:
- CXX=cl scons
test_script:
- lz4_stream_test
<|file_sep|>current/appve... | environment:
CXX: cl
matrix:
- PYTHON: "C:\\Python27"
install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
build_script:
- scons
test_script:
- lz4_stream_test
| <|file_sep|>appveyor.yml.diff
original:
updated:
CXX: cl
<|file_sep|>original/appveyor.yml
environment:
matrix:
- PYTHON: "C:\\Python27"
install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
build_script:
- CXX=cl scons
test_script:
- lz4_stream_test
<|file_sep|>current/appve... | ecf51582304e82b6bd0690a56078403f6fbfe143 | appveyor.yml | appveyor.yml | YAML |
<|file_sep|>original/public/js/views/auth/SignUpView.js
'underscore',
'backbone',
'app',
'text!templates/auth/signUpTemplate.html'
], function($, _, Backbone, app, signUpTemplate){
var SignUpView = Backbone.View.extend({
el: $("#page"),
initialize: function() {
_.bindAll(this);
// Liste... | 'underscore',
'backbone',
'app',
'text!templates/auth/signUpTemplate.html'
], function($, _, Backbone, app, signUpTemplate){
var SignUpView = Backbone.View.extend({
el: $("#page"),
initialize: function() {
_.bindAll(this, 'onSignupAttempt', 'render');
// Listen for session logged_in sta... | <|file_sep|>original/public/js/views/auth/SignUpView.js
'underscore',
'backbone',
'app',
'text!templates/auth/signUpTemplate.html'
], function($, _, Backbone, app, signUpTemplate){
var SignUpView = Backbone.View.extend({
el: $("#page"),
initialize: function() {
_.bindAll(this);
// Liste... | b89de28069f5230431388b3e9f682a6e07eb10cf | public/js/views/auth/SignUpView.js | public/js/views/auth/SignUpView.js | JavaScript |
<|file_sep|>_config.yml.diff
original:
# Site settings
updated:
<|file_sep|>_config.yml.diff
original:
description: A clean minimal Theme for Jekyll
updated:
description: The Potteries Hackspace website.
<|file_sep|>_config.yml.diff
original:
#favicon
updated:
<|file_sep|>_config.yml.diff
original:
#feed
feedburner_... | baseurl: /
url: "http://potterieshackspace.github.io"
favicon: /favicon.png
feedburner_username:
twitter_username: potterieshacks
github_username: PotteriesHackspace
google_analytics_id:
gplus_username:
fb_username:
permalink: /blog/:year/:month/:day/:title
markdown: kramdown
disqus_short_name: potterieshackspace
disq... | <|file_sep|>_config.yml.diff
original:
# Site settings
updated:
<|file_sep|>_config.yml.diff
original:
description: A clean minimal Theme for Jekyll
updated:
description: The Potteries Hackspace website.
<|file_sep|>_config.yml.diff
original:
#favicon
updated:
<|file_sep|>_config.yml.diff
original:
#feed
feedburner_... | 0d777cd08cb3b1cbc3e25614ee78b1760fbf5339 | _config.yml | _config.yml | YAML |
<|file_sep|>original/utils.js
return qsTr("Incoming");
break;
case CallAgent.CallStatusConnecting:
return qsTr("Connecting");
break;
case CallAgent.CallStatusRinging:
return qsTr("Ringing");
break;
case CallAgent.CallStatusTalking:
// Qt has no way to ... | return qsTr("Incoming");
break;
case CallAgent.CallStatusConnecting:
return qsTr("Connecting");
break;
case CallAgent.CallStatusRinging:
return qsTr("Ringing");
break;
case CallAgent.CallStatusTalking:
// Qt has no way to get the time separator
... | <|file_sep|>original/utils.js
return qsTr("Incoming");
break;
case CallAgent.CallStatusConnecting:
return qsTr("Connecting");
break;
case CallAgent.CallStatusRinging:
return qsTr("Ringing");
break;
case CallAgent.CallStatusTalking:
// Qt has no way to ... | 47ec3739c5656d4106efa6a93343d161f0bb5714 | utils.js | utils.js | JavaScript |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
os:
- linux
install:
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
- pip install coveralls
- python setup.py install
script:
- nosetests --with-doctest --with-coverage --cover-package=poisson
after_success:... | language: python
python:
- "2.6"
- "2.7"
os:
- linux
install:
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
- pip install -r requirements.txt
- pip install coveralls
- python setup.py install
script:
- nosetests --with-doctest --with-coverage --cover-package=poisson
after_succe... | <|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
os:
- linux
install:
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
- pip install coveralls
- python setup.py install
script:
- nosetests --with-doctest --with-coverage --cover-package=poisson
after_success:... | e2abf27c4b5c41a91caa9ef0f348fab4c54d83b2 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/scudcloud/notifier.py
from dbus.exceptions import DBusException
try:
import gi
gi.require_version('Notify', '0.7')
from gi.repository import Notify
except (ImportError, AttributeError):
from scudcloud import notify2
Notify = None
class Notifier(object):
def __init__(self, ... | from dbus.exceptions import DBusException
try:
import gi
gi.require_version('Notify', '0.7')
from gi.repository import Notify
except (ImportError, AttributeError, ValueError):
from scudcloud import notify2
Notify = None
class Notifier(object):
def __init__(self, app_name, icon):
self.i... | <|file_sep|>original/scudcloud/notifier.py
from dbus.exceptions import DBusException
try:
import gi
gi.require_version('Notify', '0.7')
from gi.repository import Notify
except (ImportError, AttributeError):
from scudcloud import notify2
Notify = None
class Notifier(object):
def __init__(self, ... | 62b177e0a0fd7adbabe72d04befff566f05e9a74 | scudcloud/notifier.py | scudcloud/notifier.py | Python |
<|file_sep|>Cargo.toml.diff
original:
version = "0.10.0"
updated:
version = "0.11.0"
<|file_sep|>original/Cargo.toml
[package]
name = "serde-redis"
version = "0.10.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
description = "Serde deserialization for redis-rs"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository =... | [package]
name = "serde-redis"
version = "0.11.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
description = "Serde deserialization for redis-rs"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/OneSignal/serde-redis"
documentation = "https://docs.rs/serde-redis"
edition = "2018"
[dependen... | <|file_sep|>Cargo.toml.diff
original:
version = "0.10.0"
updated:
version = "0.11.0"
<|file_sep|>original/Cargo.toml
[package]
name = "serde-redis"
version = "0.10.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
description = "Serde deserialization for redis-rs"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository =... | 12b5401b910173478689591dca1ab7189cd1c88d | Cargo.toml | Cargo.toml | TOML |
<|file_sep|>original/README.md
<|file_sep|>current/README.md
<|file_sep|>updated/README.md | #javascript-koans
This is a copy of the work I did on a private repo, originally a project from
[Hack Reactor's](http://hackreactor.com) curriculum. This project was worked
on with a pair; it's representative of the kind of problems that I've tackled,
but not of my solo work. | <|file_sep|>original/README.md
<|file_sep|>current/README.md
<|file_sep|>updated/README.md
#javascript-koans
This is a copy of the work I did on a private repo, originally a project from
[Hack Reactor's](http://hackreactor.com) curriculum. This project was worked
on with a pair; it's representative of the kind of pr... | f30a99b87f70718799e26e5708f4ca2c868ecd8c | README.md | README.md | Markdown |
<|file_sep|>server.js.diff
original:
updated:
var path = require('path');
<|file_sep|>server.js.diff
original:
var routes = require('./routes/endpoints');
updated:
var endpoints = require('./routes/endpoints');
<|file_sep|>server.js.diff
original:
updated:
// view engine setup
api.set('views', path.join(__dirname, '... | console.error(err.stack);
res.send(500, 'Something broke!');
});
api.set('port', process.env.PORT || 3000);
api.set('env', 'development');
var server = api.listen(api.get('port'), function() {
console.log('Listening on port %d', server.address().port);
});
api.use(express.static(path.join(__dirname, 'public'))... | <|file_sep|>server.js.diff
original:
updated:
var path = require('path');
<|file_sep|>server.js.diff
original:
var routes = require('./routes/endpoints');
updated:
var endpoints = require('./routes/endpoints');
<|file_sep|>server.js.diff
original:
updated:
// view engine setup
api.set('views', path.join(__dirname, '... | 16bc4ac36243d04e1dbc3e7675137cb016ed9c5e | server.js | server.js | JavaScript |
<|file_sep|>original/metadata/com.poinsart.votar.txt
audience hold some papers with a special printed symbol to vote, and as the
speaker you take a photo of it with this app, it will analyze the photo to count
the votes.
.
Repo Type:git
Repo:https://github.com/stephanepoinsart/votar
Build:1.2,4
commit=d06adef408b... |
Repo Type:git
Repo:https://github.com/stephanepoinsart/votar
Build:1.2,4
commit=d06adef408b79dcfcd5
subdir=VotAR
buildjni=yes
Build:1.3rc1,6
commit=a9d08238af404f1d60bb8e0d2a3453fefa12d2cc
buildjni=yes
Build:1.3,7
commit=1.3
buildjni=yes
Auto Update Mode:Version %v
Update Check Mode:Tag... | <|file_sep|>original/metadata/com.poinsart.votar.txt
audience hold some papers with a special printed symbol to vote, and as the
speaker you take a photo of it with this app, it will analyze the photo to count
the votes.
.
Repo Type:git
Repo:https://github.com/stephanepoinsart/votar
Build:1.2,4
commit=d06adef408b... | dc75e4e1e504b1c55fee2a4a19f1051d21a2ad8a | metadata/com.poinsart.votar.txt | metadata/com.poinsart.votar.txt | Text |
<|file_sep|>original/README.md
# shards-multiply
Shoot-em-up with free-movement.
<|file_sep|>current/README.md
# shards-multiply
Shoot-em-up with free-movement.
<|file_sep|>updated/README.md | # Shards Multiply
A shoot-em-up with free-movement.
## Core Features
* [ ] **Player Movement**
- [x] Horizontal and vertical
- [x] Ship points toward cursor
- [x] Friction
- [ ] Move through scene
* [x] **Custom Mouse Cursor**
* [ ] **Pre-game Hangar**
- [x] Controls visualized on floor
- [x] Controls resp... | <|file_sep|>original/README.md
# shards-multiply
Shoot-em-up with free-movement.
<|file_sep|>current/README.md
# shards-multiply
Shoot-em-up with free-movement.
<|file_sep|>updated/README.md
# Shards Multiply
A shoot-em-up with free-movement.
## Core Features
* [ ] **Player Movement**
- [x] Horizontal and vertical
... | 152456d541937a6e060daeb2c3a3c645882d3ab9 | README.md | README.md | Markdown |
<|file_sep|>original/Package.swift
<|file_sep|>current/Package.swift
<|file_sep|>updated/Package.swift | // swift-tools-version:4.2
import PackageDescription
let package = Package(
name: "SwiftyStoreKit",
// platforms: [.iOS("8.0"), .macOS("10.10"), tvOS("9.0"), .watchOS("2.0")],
products: [
.library(name: "SwiftyStoreKit", targets: ["SwiftyStoreKit"])
],
targets: [
.target(
... | <|file_sep|>original/Package.swift
<|file_sep|>current/Package.swift
<|file_sep|>updated/Package.swift
// swift-tools-version:4.2
import PackageDescription
let package = Package(
name: "SwiftyStoreKit",
// platforms: [.iOS("8.0"), .macOS("10.10"), tvOS("9.0"), .watchOS("2.0")],
products: [
.libra... | 9af0121adac76cccdd483a7c3317a99e0f4b9b5c | Package.swift | Package.swift | Swift |
<|file_sep|>original/src/Native/Keyboard.js
}
var NS = Elm.Native.Signal.make(localRuntime);
function keyEvent(event)
{
return {
alt: event.altKey,
meta: event.metaKey,
keyCode: event.keyCode || event.which || event.charCode || 0
};
}
function keyStream(node, eventName, handler)
{
var stream ... | }
var NS = Elm.Native.Signal.make(localRuntime);
function keyEvent(event)
{
return {
alt: event.altKey,
meta: event.metaKey,
keyCode: event.keyCode
};
}
function keyStream(node, eventName, handler)
{
var stream = NS.input(eventName, { alt: false, meta: false, keyCode: 0 });
localRuntime.ad... | <|file_sep|>original/src/Native/Keyboard.js
}
var NS = Elm.Native.Signal.make(localRuntime);
function keyEvent(event)
{
return {
alt: event.altKey,
meta: event.metaKey,
keyCode: event.keyCode || event.which || event.charCode || 0
};
}
function keyStream(node, eventName, handler)
{
var stream ... | a3aa09b09a1da3180ac37012ba39b39453c4c153 | src/Native/Keyboard.js | src/Native/Keyboard.js | JavaScript |
<|file_sep|>original/.github/workflows/merge-dependabot-upgrades.yml
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on... | # only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Auto-Merge
if: ${{ g... | <|file_sep|>original/.github/workflows/merge-dependabot-upgrades.yml
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on... | 9e5c5b32659ec2a730cc0aa4ee6801d8ac6906ae | .github/workflows/merge-dependabot-upgrades.yml | .github/workflows/merge-dependabot-upgrades.yml | YAML |
<|file_sep|>setup.py.diff
original:
version="0.1",
updated:
version="0.1b1",
<|file_sep|>original/setup.py
setuptools.setup(
name="jack-select",
version="0.1",
url="https://github.com/SpotlightKid/jack-select",
author="Christopher Arndt",
author_email="chris@chrisarndt.de",
description... |
setuptools.setup(
name="jack-select",
version="0.1b1",
url="https://github.com/SpotlightKid/jack-select",
author="Christopher Arndt",
author_email="chris@chrisarndt.de",
description="A systray app to set the JACK configuration from QJackCtl "
"presets via DBus",
keywords="J... | <|file_sep|>setup.py.diff
original:
version="0.1",
updated:
version="0.1b1",
<|file_sep|>original/setup.py
setuptools.setup(
name="jack-select",
version="0.1",
url="https://github.com/SpotlightKid/jack-select",
author="Christopher Arndt",
author_email="chris@chrisarndt.de",
description... | 5d8ca3498d794ab264377b1bc31f52fcd97210ba | setup.py | setup.py | Python |
<|file_sep|>wakatime/projects/projectmap.py.diff
original:
self.config = self._load_config()
updated:
<|file_sep|>wakatime/projects/projectmap.py.diff
original:
log.debug(self.config)
updated:
<|file_sep|>wakatime/projects/projectmap.py.diff
original:
if path in self.config:
... | def process(self):
if self.config:
return True
return False
def branch(self):
return None
def name(self):
for path in self._path_generator():
if self.config.has_option('projectmap', path):
return self.config.get('projectmap', path)
... | <|file_sep|>wakatime/projects/projectmap.py.diff
original:
self.config = self._load_config()
updated:
<|file_sep|>wakatime/projects/projectmap.py.diff
original:
log.debug(self.config)
updated:
<|file_sep|>wakatime/projects/projectmap.py.diff
original:
if path in self.config:
... | a4913289ce0672cfe60bb443db469356f970c353 | wakatime/projects/projectmap.py | wakatime/projects/projectmap.py | Python |
<|file_sep|>original/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: rubocop-govuk
dependency-type: direct
... | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily | <|file_sep|>original/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: rubocop-govuk
dependency-type: direct
... | b451a8aaabbcd4d1db04e0fa1bc137dde3257f20 | .github/dependabot.yml | .github/dependabot.yml | YAML |
<|file_sep|>original/.travis.yml
language: go
sudo: false
go:
- 1.4.3
- 1.5.1
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- go get github.com/constabulary/gb/...
- gb info
- gb vendor restore
script:
- go run build.go
<|file_sep|>current/.travis.yml
language: go
... | language: go
sudo: false
go:
- 1.4.3
- 1.5.1
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- go get github.com/constabulary/gb/...
- gb info
- gb vendor restore
script:
- go run build.go
- gofmt -l ./src
- test -z "$(gofmt -l ./src)" | <|file_sep|>original/.travis.yml
language: go
sudo: false
go:
- 1.4.3
- 1.5.1
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- go get github.com/constabulary/gb/...
- gb info
- gb vendor restore
script:
- go run build.go
<|file_sep|>current/.travis.yml
language: go
... | 1c2380689cb218f8f4c219cc4de280b524a503ca | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/main/java/com/elmakers/mine/bukkit/api/action/SpellAction.java
import com.elmakers.mine.bukkit.api.magic.Mage;
import com.elmakers.mine.bukkit.api.spell.Spell;
import com.elmakers.mine.bukkit.api.spell.SpellResult;
import org.bukkit.configuration.ConfigurationSection;
import java.util.Collecti... | import com.elmakers.mine.bukkit.api.magic.Mage;
import com.elmakers.mine.bukkit.api.spell.Spell;
import com.elmakers.mine.bukkit.api.spell.SpellResult;
import org.bukkit.configuration.ConfigurationSection;
import java.util.Collection;
public interface SpellAction extends Cloneable
{
public SpellResult perform(Cas... | <|file_sep|>original/src/main/java/com/elmakers/mine/bukkit/api/action/SpellAction.java
import com.elmakers.mine.bukkit.api.magic.Mage;
import com.elmakers.mine.bukkit.api.spell.Spell;
import com.elmakers.mine.bukkit.api.spell.SpellResult;
import org.bukkit.configuration.ConfigurationSection;
import java.util.Collecti... | 408caa0eba4a7e9a446d8f7e115681946a039118 | src/main/java/com/elmakers/mine/bukkit/api/action/SpellAction.java | src/main/java/com/elmakers/mine/bukkit/api/action/SpellAction.java | Java |
<|file_sep|>original/js/install.sh
#!/bin/sh
if test ! $(which node)
then
echo " Installing node for you."
brew install node > /tmp/node-install.log
fi
<|file_sep|>current/js/install.sh
#!/bin/sh
if test ! $(which node)
then
echo " Installing node for you."
brew install node > /tmp/node-install.log
fi
<|fil... | #!/bin/sh
if test ! $(which n); then
echo "Installing n (node version manager) for you"
brew install n > /tmp/n-install.log
end | <|file_sep|>original/js/install.sh
#!/bin/sh
if test ! $(which node)
then
echo " Installing node for you."
brew install node > /tmp/node-install.log
fi
<|file_sep|>current/js/install.sh
#!/bin/sh
if test ! $(which node)
then
echo " Installing node for you."
brew install node > /tmp/node-install.log
fi
<|fil... | 91ca7433898498826ada79526967a6b730125efe | js/install.sh | js/install.sh | Shell |
<|file_sep|>commands/fun/cat.js.diff
original:
followAllRedirects: true
updated:
followAllRedirects: true,
resolveWithFullResponse: true
<|file_sep|>commands/fun/cat.js.diff
original:
let pic;
await request(options, function (error, response) { pic = response.request.uri.href; });
updated:
... | try {
let options = {
method: 'HEAD',
url: 'https://thecatapi.com/api/images/get',
followAllRedirects: true,
resolveWithFullResponse: true
};
let response = await request(options);
await message.channel.send({
files: [ response.request.uri.href ]
});
}
catch (e) ... | <|file_sep|>commands/fun/cat.js.diff
original:
followAllRedirects: true
updated:
followAllRedirects: true,
resolveWithFullResponse: true
<|file_sep|>commands/fun/cat.js.diff
original:
let pic;
await request(options, function (error, response) { pic = response.request.uri.href; });
updated:
... | 27283b54c5460fceb3bbd13aee32e671f2efded2 | commands/fun/cat.js | commands/fun/cat.js | JavaScript |
<|file_sep|>.gitlab-ci.yml.diff
original:
build_staticfiles:
stage: build
script:
# Install nodejs
- curl -sL https://deb.nodesource.com/setup_4.x | sh > /dev/null 2>&1
- apt-get update -q && apt-get install -qq nodejs
updated:
build_staticfiles:
stage: build
only: [master]... |
# install & run gulp
- npm i gulp-cli --global > /dev/null
- npm i > /dev/null
- gulp build
# collect staticfiles
- python3 manage.py collectstatic --noinput
artifacts:
paths:
- static/
name: "staticfiles"
# execute test stage jobs if b... | <|file_sep|>.gitlab-ci.yml.diff
original:
build_staticfiles:
stage: build
script:
# Install nodejs
- curl -sL https://deb.nodesource.com/setup_4.x | sh > /dev/null 2>&1
- apt-get update -q && apt-get install -qq nodejs
updated:
build_staticfiles:
stage: build
only: [master]... | faaecc01944670f47b0a967560345ddbb0d18deb | .gitlab-ci.yml | .gitlab-ci.yml | YAML |
<|file_sep|>src/main/resources/templates/parts/search-results.jade.diff
original:
.header(href="##{card.name}") #{card.name}
updated:
.header #{card.name}
<|file_sep|>original/src/main/resources/templates/parts/search-results.jade
if cards
.ui.main.fluid.vertical.segm... | .ui.three.cards
for card in cards
.ui.card
.content
.header #{card.name}
.content
img.left.floated.small.ui.image(src="http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=#{card.multivers... | <|file_sep|>src/main/resources/templates/parts/search-results.jade.diff
original:
.header(href="##{card.name}") #{card.name}
updated:
.header #{card.name}
<|file_sep|>original/src/main/resources/templates/parts/search-results.jade
if cards
.ui.main.fluid.vertical.segm... | 8f39dd85c5f5839241e2618873c1dd23e93bb972 | src/main/resources/templates/parts/search-results.jade | src/main/resources/templates/parts/search-results.jade | Jade |
<|file_sep|>original/requirements.txt
bcrypt==3.1.6
coverage==4.5.3
cryptography==2.7
motor==2.0.0
pymongo==3.8.0
pytest==4.6.3
pytest-cov==2.7.1
tornado==6.0.3
<|file_sep|>current/requirements.txt
bcrypt==3.1.6
coverage==4.5.3
cryptography==2.7
motor==2.0.0
pymongo==3.8.0
pytest==4.6.3
pytest-cov==2.7.1
tornado==6.0.3... | bcrypt==3.1.6
coverage==4.5.3
cryptography==2.7
motor==2.0.0
pymongo==3.10.1
pytest==4.6.3
pytest-cov==2.7.1
tornado==6.0.3 | <|file_sep|>original/requirements.txt
bcrypt==3.1.6
coverage==4.5.3
cryptography==2.7
motor==2.0.0
pymongo==3.8.0
pytest==4.6.3
pytest-cov==2.7.1
tornado==6.0.3
<|file_sep|>current/requirements.txt
bcrypt==3.1.6
coverage==4.5.3
cryptography==2.7
motor==2.0.0
pymongo==3.8.0
pytest==4.6.3
pytest-cov==2.7.1
tornado==6.0.3... | 9514306879ccadc3c10aed021e712ca8913b18f8 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/test/config.js
module.exports = {
host: process.env.MYSQL_HOST || 'localhost',
port: process.env.MYSQL_PORT || 3306,
user: process.env.MYSQL_USER || 'root',
password: process.env.MYSQL_PASSWORD || '',
database: process.env.MYSQL_DATABASE || 'ziti_test',
};
... | module.exports = {
host: process.env.MYSQL_HOST || 'localhost',
port: process.env.MYSQL_PORT || 3306,
user: process.env.MYSQL_USER || 'root',
password: process.env.MYSQL_PASSWORD || '',
database: process.env.MYSQL_DATABASE || 'ziti_test',
debug: process.env.DEBUG ? [ '... | <|file_sep|>original/test/config.js
module.exports = {
host: process.env.MYSQL_HOST || 'localhost',
port: process.env.MYSQL_PORT || 3306,
user: process.env.MYSQL_USER || 'root',
password: process.env.MYSQL_PASSWORD || '',
database: process.env.MYSQL_DATABASE || 'ziti_test',
};
... | 9947a794a84cb4b7fc6c611b6942362b3a563d99 | test/config.js | test/config.js | JavaScript |
<|file_sep|>original/tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts
<|file_sep|>current/tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts
<|file_sep|>updated/tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts | /// <reference path='fourslash.ts' />
////class C2 {
////}
////let I: {
//// /*constructSignature*/new(): C2;
////};
////let C = new [|/*invokeExpression*/I|]();
verify.goToDefinition("invokeExpression", "constructSignature"); | <|file_sep|>original/tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts
<|file_sep|>current/tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts
<|file_sep|>updated/tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts
/// <reference path='fourslash.ts' />
////class C2 {
//... | 1472b654db1d5f631f239f250ffc92ee12f5e07e | tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts | tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts | TypeScript |
<|file_sep|>original/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
<|file_sep|>current/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekl... | version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily" | <|file_sep|>original/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
<|file_sep|>current/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekl... | e728907beddf7742bd031409dde0ac0e7f97784c | .github/dependabot.yml | .github/dependabot.yml | YAML |
<|file_sep|>original/application.properties
#Grails Metadata file
#Fri Nov 09 09:01:40 GMT 2012
app.grails.version=1.3.4
app.name=jbilling
app.servlet.version=2.4
app.version=enterprise-3.1
plugins.cookie=0.2
plugins.cxf=0.5.1
plugins.hibernate=1.3.6
plugins.include=0.3
plugins.jquery=1.4.4.1
plugins.jquery-ui=1.8.7
pl... | #Grails Metadata file
#Fri Nov 09 09:01:40 GMT 2012
app.grails.version=1.3.4
app.name=jbilling
app.servlet.version=2.4
app.version=enterprise-3.1
plugins.cookie=0.2
plugins.cxf=0.5.1
plugins.hibernate=1.3.6
plugins.include=0.3
plugins.jquery=1.4.4.1
plugins.jquery-ui=1.8.7
#plugins.log4j-xml=0.2
plugins.remote-paginati... | <|file_sep|>original/application.properties
#Grails Metadata file
#Fri Nov 09 09:01:40 GMT 2012
app.grails.version=1.3.4
app.name=jbilling
app.servlet.version=2.4
app.version=enterprise-3.1
plugins.cookie=0.2
plugins.cxf=0.5.1
plugins.hibernate=1.3.6
plugins.include=0.3
plugins.jquery=1.4.4.1
plugins.jquery-ui=1.8.7
pl... | bb4471f41a6f5392cace6e371f944182ca97f36f | application.properties | application.properties | INI |
<|file_sep|>tests/php/006_BasicElement.php.diff
original:
updated:
require_once('framework/php/classes/elements/SocialFeeds.php');
<|file_sep|>original/tests/php/006_BasicElement.php
<?php
require_once('tests/php/base.php');
require_once('framework/php/classes/elements/TourDates.php');
class ElementTests extends Uni... | <?php
require_once('tests/php/base.php');
require_once('framework/php/classes/elements/TourDates.php');
require_once('framework/php/classes/elements/SocialFeeds.php');
class ElementTests extends UnitTestCase {
function testTourDates(){
$e = new TourDates('blarg',1);
$this->assertIsa($e, 'TourDates');
}
functio... | <|file_sep|>tests/php/006_BasicElement.php.diff
original:
updated:
require_once('framework/php/classes/elements/SocialFeeds.php');
<|file_sep|>original/tests/php/006_BasicElement.php
<?php
require_once('tests/php/base.php');
require_once('framework/php/classes/elements/TourDates.php');
class ElementTests extends Uni... | f4b50ac2ac2ee148c040f7e23246ba16149b58d4 | tests/php/006_BasicElement.php | tests/php/006_BasicElement.php | PHP |
<|file_sep|>client/scripts/servlets/jsdepend-client.js.diff
original:
getDGraph: ['JSON', 'callback']
updated:
getDGraph: ['JSON', 'callback'],
getConf: ['JSON', 'callback']
<|file_sep|>original/client/scripts/servlets/jsdepend-client.js
var makeServletStub = require('./stub-maker').makeServletStub;
//TODO:... | var basePath = '/jsdepend';
var makeServletStub = require('./stub-maker').makeServletStub;
//TODO: This information is repeated between client and server code...
// it shouldn't be.
var signatures = {
getDependencies: ['JSON', 'callback'],
getTransitiveDependencies: ['JSON', 'callback'],
getContents: ['J... | <|file_sep|>client/scripts/servlets/jsdepend-client.js.diff
original:
getDGraph: ['JSON', 'callback']
updated:
getDGraph: ['JSON', 'callback'],
getConf: ['JSON', 'callback']
<|file_sep|>original/client/scripts/servlets/jsdepend-client.js
var makeServletStub = require('./stub-maker').makeServletStub;
//TODO:... | 6f8f1b822a28385cddcccd76b46f88e4aa1dcaa3 | client/scripts/servlets/jsdepend-client.js | client/scripts/servlets/jsdepend-client.js | JavaScript |
<|file_sep|>original/config.yaml
model_repository: /data
input_dirs: classification-data/input/
output_dirs: classification-data/output/
best_model: model_200_10
base_model:
min_count: 1
cbow: 0
negative: 5
iter: 5
models:
- model_200_6
- model_200_10
<|file_sep|>current/config.yaml
model_repos... | model_repository: /data
input_dirs: classification-data/input/
output_dirs: classification-data/output/
output_summary: summary.txt
best_model: model_200_10
base_model:
min_count: 1
cbow: 0
negative: 5
iter: 5
models:
- model_200_6
- model_200_10 | <|file_sep|>original/config.yaml
model_repository: /data
input_dirs: classification-data/input/
output_dirs: classification-data/output/
best_model: model_200_10
base_model:
min_count: 1
cbow: 0
negative: 5
iter: 5
models:
- model_200_6
- model_200_10
<|file_sep|>current/config.yaml
model_repos... | fac8631c1bd650af432df06a8c2421d0447184ce | config.yaml | config.yaml | YAML |
<|file_sep|>original/box.json
"resources",
"src"
],
"files": [
"config.yaml",
"constants.php",
"services.yaml",
"shell-config.rc",
"shell-config-bash.rc",
"vendor/autoload.php",
"vendor/symfony/console/Resources/bin/hiddeninput.exe"
],
"finder": [
{
"in": "vendor",
... | "resources",
"src"
],
"files": [
"config.yaml",
"constants.php",
"services.yaml",
"shell-config.rc",
"shell-config-bash.rc",
"vendor/autoload.php",
"vendor/symfony/console/Resources/bin/hiddeninput.exe",
"vendor/composer/ca-bundle/res/cacert.pem"
],
"finder": [
{
... | <|file_sep|>original/box.json
"resources",
"src"
],
"files": [
"config.yaml",
"constants.php",
"services.yaml",
"shell-config.rc",
"shell-config-bash.rc",
"vendor/autoload.php",
"vendor/symfony/console/Resources/bin/hiddeninput.exe"
],
"finder": [
{
"in": "vendor",
... | 0da8226891deed6bc7e7f6d0bf126f36aaffe872 | box.json | box.json | JSON |
<|file_sep|>custom/config.yaml.diff
original:
kubeconfig: ../../../custom/kubeconfig_tenant-a-prod-testrunner-tenant-admin.yml
namespace: tenant-a-prod
updated:
kubeconfig: ../../../custom/kubeconfig_tenant-a-dev-testrunner-tenant-admin.yml
# kubeconfig: ../../../custom/kubeconfig_cluster-admin.yml
namespace:... | adminKubeconfig: ../../../custom/kubeconfig_cluster-admin.yml
# path to the tenant's kubeconfig and its namespace
# Path relative to ./benchmarks/e2e/tests directory
tenantA:
kubeconfig: ../../../custom/kubeconfig_tenant-a-dev-testrunner-tenant-admin.yml
# kubeconfig: ../../../custom/kubeconfig_cluster-admin.yml
... | <|file_sep|>custom/config.yaml.diff
original:
kubeconfig: ../../../custom/kubeconfig_tenant-a-prod-testrunner-tenant-admin.yml
namespace: tenant-a-prod
updated:
kubeconfig: ../../../custom/kubeconfig_tenant-a-dev-testrunner-tenant-admin.yml
# kubeconfig: ../../../custom/kubeconfig_cluster-admin.yml
namespace:... | e963a378f42722dfdfa1d6c418758e78cac7cd62 | custom/config.yaml | custom/config.yaml | YAML |
<|file_sep|>original/vendor-bin/phpstan/composer.json
{
"require-dev": {
"phpstan/phpstan": "0.12.59",
"phpstan/phpstan-phpunit": "0.12.16",
"phpstan/phpstan-doctrine": "0.12.25",
"phpstan/phpstan-symfony": "0.12.11",
"thecodingmachine/phpstan-safe-rule": "1.0.1",
"re... | {
"require-dev": {
"phpstan/phpstan": "0.12.62",
"phpstan/phpstan-phpunit": "0.12.16",
"phpstan/phpstan-doctrine": "0.12.25",
"phpstan/phpstan-symfony": "0.12.11",
"thecodingmachine/phpstan-safe-rule": "1.0.1",
"rector/rector": "0.8.56"
}
} | <|file_sep|>original/vendor-bin/phpstan/composer.json
{
"require-dev": {
"phpstan/phpstan": "0.12.59",
"phpstan/phpstan-phpunit": "0.12.16",
"phpstan/phpstan-doctrine": "0.12.25",
"phpstan/phpstan-symfony": "0.12.11",
"thecodingmachine/phpstan-safe-rule": "1.0.1",
"re... | a1bcf23aaffe054f39234736ed54e857073061ce | vendor-bin/phpstan/composer.json | vendor-bin/phpstan/composer.json | JSON |
<|file_sep|>original/src/React/Dns/composer.json
{
"name": "react/dns",
"description": "Async DNS resolver.",
"keywords": ["dns", "dns-resolver"],
"license": "MIT",
"require": {
"php": ">=5.3.2",
"react/socket": "0.2.*",
"react/promise": "1.0.*"
},
"autoload": {
... | {
"name": "react/dns",
"description": "Async DNS resolver.",
"keywords": ["dns", "dns-resolver"],
"license": "MIT",
"require": {
"php": ">=5.3.2",
"react/socket": "0.2.*",
"react/promise": "1.0.*"
},
"autoload": {
"psr-0": { "React\\Dns": "" }
},
"targ... | <|file_sep|>original/src/React/Dns/composer.json
{
"name": "react/dns",
"description": "Async DNS resolver.",
"keywords": ["dns", "dns-resolver"],
"license": "MIT",
"require": {
"php": ">=5.3.2",
"react/socket": "0.2.*",
"react/promise": "1.0.*"
},
"autoload": {
... | 543aeec572a5e102218977d5051a084aad240be0 | src/React/Dns/composer.json | src/React/Dns/composer.json | JSON |
<|file_sep|>original/lib/leaflet-draw-rails.rb
require "leaflet-draw-rails/version"
module Leaflet
module Draw
module Rails
class Engine < ::Rails::Engine
initializer 'leaflet-draw-rails.assets.precompile' do |app|
app.config.assets.precompile += %w(images/spritesheet.png images/spriteshe... | require "leaflet-draw-rails/version"
require "leaflet-draw-rails/testing"
if defined? RSpec
RSpec.configure do |spec|
spec.include Leaflet::Draw::Rails::Testing
end
end
module Leaflet
module Draw
module Rails
class Engine < ::Rails::Engine
initializer 'leaflet-draw-rails.assets.precompile'... | <|file_sep|>original/lib/leaflet-draw-rails.rb
require "leaflet-draw-rails/version"
module Leaflet
module Draw
module Rails
class Engine < ::Rails::Engine
initializer 'leaflet-draw-rails.assets.precompile' do |app|
app.config.assets.precompile += %w(images/spritesheet.png images/spriteshe... | b27b7a14fec64146a286976c2d0249433c7fea42 | lib/leaflet-draw-rails.rb | lib/leaflet-draw-rails.rb | Ruby |
<|file_sep|>original/vent/core/workflow/requirements.txt
falcon==1.4.1
falcon-cors==1.1.7
gevent==1.3.7
gunicorn==19.9.0
redis==3.0.1
vent==0.7.1
<|file_sep|>current/vent/core/workflow/requirements.txt
falcon==1.4.1
falcon-cors==1.1.7
gevent==1.3.7
gunicorn==19.9.0
redis==3.0.1
vent==0.7.1
<|file_sep|>updated/vent/core... | falcon==1.4.1
falcon-cors==1.1.7
gevent==1.4.0
gunicorn==19.9.0
redis==3.0.1
vent==0.7.1 | <|file_sep|>original/vent/core/workflow/requirements.txt
falcon==1.4.1
falcon-cors==1.1.7
gevent==1.3.7
gunicorn==19.9.0
redis==3.0.1
vent==0.7.1
<|file_sep|>current/vent/core/workflow/requirements.txt
falcon==1.4.1
falcon-cors==1.1.7
gevent==1.3.7
gunicorn==19.9.0
redis==3.0.1
vent==0.7.1
<|file_sep|>updated/vent/core... | ec3856e55cf76c49186fd39ad2fe709f1d3e96ab | vent/core/workflow/requirements.txt | vent/core/workflow/requirements.txt | Text |
<|file_sep|>original/testHeadlinks.php
<?php
// Note: The assets directory is not included in the git repo to keep the size
// down. However this serves to demonstrate the Headlinks class.
require('autoloader.php');
$headlinks = new NigeLib\Headlinks(
array(
'$jquery-ui' => array( 'assets/jquery/ui/jquery-u... | <?php
require('autoloader.php');
$headlinks = new NigeLib\Headlinks(
array(
'$jquery-ui' => array( 'assets/jquery/ui/jquery-ui.js' ),
'assets/jquery/ui/jquery-ui.js' => array( 'assets/jquery/jquery.js', 'assets/jquery/themes/base/jquery-ui.css' ),
'assets/jquery/themes/base/jquery-ui.css' =>... | <|file_sep|>original/testHeadlinks.php
<?php
// Note: The assets directory is not included in the git repo to keep the size
// down. However this serves to demonstrate the Headlinks class.
require('autoloader.php');
$headlinks = new NigeLib\Headlinks(
array(
'$jquery-ui' => array( 'assets/jquery/ui/jquery-u... | 4bb4d0b65fd02c2d20745f51b2cc7f8da6425e4e | testHeadlinks.php | testHeadlinks.php | PHP |
<|file_sep|>original/locales/zh-TW/addon.properties
<|file_sep|>current/locales/zh-TW/addon.properties
<|file_sep|>updated/locales/zh-TW/addon.properties | tooltip_play= 播放
tooltip_pause= 暫停
tooltip_mute= 靜音
tooltip_unmute= 取消靜音
tooltip_send_to_tab= 傳送到分頁
tooltip_minimize= 最小化
tooltip_maximize= 最大化
tooltip_close= 關閉
error_msg= 這部影片有點怪怪的,請稍候再試著播放。
# LOCALIZATION NOTE: placeholder is domain name | <|file_sep|>original/locales/zh-TW/addon.properties
<|file_sep|>current/locales/zh-TW/addon.properties
<|file_sep|>updated/locales/zh-TW/addon.properties
tooltip_play= 播放
tooltip_pause= 暫停
tooltip_mute= 靜音
tooltip_unmute= 取消靜音
tooltip_send_to_tab= 傳送到分頁
tooltip_minimize= 最小化
tooltip_maximize= 最大化
tooltip_close= 關閉
er... | 92b785bcad8ed48014b6dd8127945a5bb124e266 | locales/zh-TW/addon.properties | locales/zh-TW/addon.properties | INI |
<|file_sep|>original/templates/Photoalbum-Block-Albumcontextuallist-Success.all.all.html
<h1 tal:condition="configuration/getPrintcontainer" change:h="">${container/getLabelAsHtml}</h1>
<ul class="document-list" tal:condition="paginator">
<li tal:repeat="doc paginator" class="${php: repeat.doc.odd ? 'odd' : 'even'}">
... | <h1 tal:condition="configuration/getPrintcontainer" change:h="">${container/getLabelAsHtml}</h1>
<ul class="document-list" tal:condition="paginator">
<li tal:repeat="doc paginator" class="${alternateclass:albumIndex}">
<tal:block tal:condition="configuration/getShowDetailsInCurrentTopic" change:include="module 'phot... | <|file_sep|>original/templates/Photoalbum-Block-Albumcontextuallist-Success.all.all.html
<h1 tal:condition="configuration/getPrintcontainer" change:h="">${container/getLabelAsHtml}</h1>
<ul class="document-list" tal:condition="paginator">
<li tal:repeat="doc paginator" class="${php: repeat.doc.odd ? 'odd' : 'even'}">
... | 102c4e1d1322702f460c60738d83392d6a5ce22e | templates/Photoalbum-Block-Albumcontextuallist-Success.all.all.html | templates/Photoalbum-Block-Albumcontextuallist-Success.all.all.html | HTML |
<|file_sep|>original/SECURITY.md
<|file_sep|>current/SECURITY.md
<|file_sep|>updated/SECURITY.md | # Security Policy
## Reporting a Vulnerability
How to Report a Vulnerability
VMware encourages users who become aware of a security vulnerability in VMware products to contact VMware with details of the vulnerability. VMware has established an email address that should be used for reporting a vulnerability. Please se... | <|file_sep|>original/SECURITY.md
<|file_sep|>current/SECURITY.md
<|file_sep|>updated/SECURITY.md
# Security Policy
## Reporting a Vulnerability
How to Report a Vulnerability
VMware encourages users who become aware of a security vulnerability in VMware products to contact VMware with details of the vulnerability. V... | 43812e117e5992a731262517d79d147408c104ce | SECURITY.md | SECURITY.md | Markdown |
<|file_sep|>original/src/components/SocialLinks.jsx
import React from 'react';
import PropTypes from 'prop-types';
const propTypes = {};
const defaultProps = {};
const SocialLinks = (props) => {
const text = encodeURIComponent(props.messages.morse);
const url = encodeURIComponent(`http://simoneduca.com/#/morse-t... | import React from 'react';
import PropTypes from 'prop-types';
const propTypes = {};
const defaultProps = {};
const SocialLinks = (props) => {
const text = encodeURIComponent(props.messages.morse);
const url = encodeURIComponent(`http://simoneduca.com/morse-translator/#/message/${props.params.message_id}`);
re... | <|file_sep|>original/src/components/SocialLinks.jsx
import React from 'react';
import PropTypes from 'prop-types';
const propTypes = {};
const defaultProps = {};
const SocialLinks = (props) => {
const text = encodeURIComponent(props.messages.morse);
const url = encodeURIComponent(`http://simoneduca.com/#/morse-t... | deb45df71282d605ccc9df50cd2d83e429bc748f | src/components/SocialLinks.jsx | src/components/SocialLinks.jsx | JSX |
<|file_sep|>azure-pipelines.yml.diff
original:
updated:
<|file_sep|>azure-pipelines.yml.diff
original:
- powershell: .\build.ps1 -target Build
updated:
- script: ./build.sh -target Build
<|file_sep|>azure-pipelines.yml.diff
original:
- powershell: .\build.ps1 -target Run-Unit-Tests
updated:
- script: ./build.sh -targ... | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: ./build.sh -target Build
displayName: Build libraries
- script: ./build.sh -target Ru... | <|file_sep|>azure-pipelines.yml.diff
original:
updated:
<|file_sep|>azure-pipelines.yml.diff
original:
- powershell: .\build.ps1 -target Build
updated:
- script: ./build.sh -target Build
<|file_sep|>azure-pipelines.yml.diff
original:
- powershell: .\build.ps1 -target Run-Unit-Tests
updated:
- script: ./build.sh -targ... | 3c7b16b8d752fc78343b323f4e70d5b33d8dd57b | azure-pipelines.yml | azure-pipelines.yml | YAML |
<|file_sep|>original/.github/workflows/python.yaml
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
... | name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
... | <|file_sep|>original/.github/workflows/python.yaml
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
... | 7c800b3708843d297bd1b919ade9b163f8750fc9 | .github/workflows/python.yaml | .github/workflows/python.yaml | YAML |
<|file_sep|>original/spec/spec_helper.rb
require 'capistrano/s3/publisher'
require 'mocha/api'
RSpec.configure do |config|
config.mock_framework = :mocha
end
<|file_sep|>current/spec/spec_helper.rb
require 'capistrano/s3/publisher'
require 'mocha/api'
RSpec.configure do |config|
config.mock_framework = :mocha
end... | require 'capistrano/s3/publisher'
require 'mocha/api'
AWS.stub!
RSpec.configure do |config|
config.mock_framework = :mocha
end | <|file_sep|>original/spec/spec_helper.rb
require 'capistrano/s3/publisher'
require 'mocha/api'
RSpec.configure do |config|
config.mock_framework = :mocha
end
<|file_sep|>current/spec/spec_helper.rb
require 'capistrano/s3/publisher'
require 'mocha/api'
RSpec.configure do |config|
config.mock_framework = :mocha
end... | f1a2c62acb8bbfeeaa113629edd21ca6f08a4cfd | spec/spec_helper.rb | spec/spec_helper.rb | Ruby |
<|file_sep|>original/php/view/users/home.php
include $template;
function htmlHead() {
}
function mainContent() { global $login;
if (!$login->active) { ?>
<div class="alert alert-warning flex flex-vcenter" style="max-width: 500px;">
<i class="fa fa-warning fa-fw"></i>
Account has not been activated. Please ch... | include $template;
function htmlHead() {
}
function mainContent() { global $login;
if (!$login->active) { ?>
<div class="alert alert-warning flex flex-vcenter" style="max-width: 500px;">
<i class="fa fa-warning fa-fw"></i>
Account has not been activated. Please check email for activation link. The email migh... | <|file_sep|>original/php/view/users/home.php
include $template;
function htmlHead() {
}
function mainContent() { global $login;
if (!$login->active) { ?>
<div class="alert alert-warning flex flex-vcenter" style="max-width: 500px;">
<i class="fa fa-warning fa-fw"></i>
Account has not been activated. Please ch... | ec62fae9304fc534ddb5197c33f01caf463b32b4 | php/view/users/home.php | php/view/users/home.php | PHP |
<|file_sep|>s3proxy/handler.go.diff
original:
updated:
"fmt"
<|file_sep|>s3proxy/handler.go.diff
original:
updated:
"github.com/aws/aws-sdk-go/aws/awserr"
<|file_sep|>original/s3proxy/handler.go
func NewS3BucketServer(bucketName string, region string) *S3BucketServer {
return &S3BucketServer{
Bucket: bucketName,... | }
}
func (self *S3BucketServer) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
params := s3.GetObjectInput{
Bucket: aws.String(self.Bucket),
Key: aws.String(r.URL.Path),
}
resp, err := self.sss.GetObject(¶ms)
if err != nil {
azErr := err.(awserr.Error)
errCode := azErr.Code()
if errCode == "No... | <|file_sep|>s3proxy/handler.go.diff
original:
updated:
"fmt"
<|file_sep|>s3proxy/handler.go.diff
original:
updated:
"github.com/aws/aws-sdk-go/aws/awserr"
<|file_sep|>original/s3proxy/handler.go
func NewS3BucketServer(bucketName string, region string) *S3BucketServer {
return &S3BucketServer{
Bucket: bucketName,... | b82a241e409524ca3e2d313f22f1a4fa4e5735f4 | s3proxy/handler.go | s3proxy/handler.go | Go |
<|file_sep|>library/EngineBlock/Saml2/Container.php.diff
original:
updated:
/**
* The fixed length of random identifiers.
*/
const ID_LENGTH = 43;
<|file_sep|>library/EngineBlock/Saml2/Container.php.diff
original:
updated:
/**
* See SimpleSAMLphp SimpleSAML\Utils\Random::generateId().
... | $this->getLogger()->debug("SAML2 library debug message ($type)", array('message' => $message));
}
public function redirect($url, $data = array())
{
throw new BadMethodCallException(sprintf(
"%s:%s may not be called in the Surfnet\\SamlBundle as it doesn't work with Symfony2",
... | <|file_sep|>library/EngineBlock/Saml2/Container.php.diff
original:
updated:
/**
* The fixed length of random identifiers.
*/
const ID_LENGTH = 43;
<|file_sep|>library/EngineBlock/Saml2/Container.php.diff
original:
updated:
/**
* See SimpleSAMLphp SimpleSAML\Utils\Random::generateId().
... | 5ce875a2e5a874f9f7a42df040dbeff4c5aed4ce | library/EngineBlock/Saml2/Container.php | library/EngineBlock/Saml2/Container.php | PHP |
<|file_sep|>original/Regression/PolynomialRegression/Position_Salaries.csv
<|file_sep|>current/Regression/PolynomialRegression/Position_Salaries.csv
<|file_sep|>updated/Regression/PolynomialRegression/Position_Salaries.csv | Position,Level,Salary
Business Analyst,1,45000
Junior Consultant,2,50000
Senior Consultant,3,60000
Manager,4,80000
Country Manager,5,110000
Region Manager,6,150000
Partner,7,200000
Senior Partner,8,300000
C-level,9,500000
CEO,10,1000000 | <|file_sep|>original/Regression/PolynomialRegression/Position_Salaries.csv
<|file_sep|>current/Regression/PolynomialRegression/Position_Salaries.csv
<|file_sep|>updated/Regression/PolynomialRegression/Position_Salaries.csv
Position,Level,Salary
Business Analyst,1,45000
Junior Consultant,2,50000
Senior Consultant,3,60... | 581f7d36e5e83c473f8cb712e9a9895dc96cc1b9 | Regression/PolynomialRegression/Position_Salaries.csv | Regression/PolynomialRegression/Position_Salaries.csv | CSV |
<|file_sep|>original/Cargo.toml
[package]
name = "vut"
version = "0.1.0"
authors = ["Kjartan F. Kvamme <forbjok@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.10"
encoding = "0.2.33"
fern = "0.5.9"
lazy_static... | [package]
name = "vut"
version = "0.1.0"
authors = ["Kjartan F. Kvamme <forbjok@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
[dependencies]
chrono = "0.4.10"
encoding = "0.... | <|file_sep|>original/Cargo.toml
[package]
name = "vut"
version = "0.1.0"
authors = ["Kjartan F. Kvamme <forbjok@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.10"
encoding = "0.2.33"
fern = "0.5.9"
lazy_static... | caeb31159ab00dcb2ba3de5958e701921471a98c | Cargo.toml | Cargo.toml | TOML |
<|file_sep|>original/test/blackbox-tests/test-cases/github764/run.t
[1]
$ mkdir -p c2/{a,b}
$ cd c2 && ln -s ../b a/x
$ cd c2 && ln -s ../a b/x
$ cd c2 && dune build
Path a has already been scanned. Cannot scan it again through symlink a/x/x
[1]
$ mkdir symlink-outside-root
$ cd symlink-outside-root... | [1]
$ mkdir symlink-outside-root
$ cd symlink-outside-root && ln -s ../sample-exe sample
$ cd symlink-outside-root && jbuilder exec --root . -- sample/foo.exe
foo
$ mkdir -p symlink-outside-root2/{root,other/{a,b}}
$ cd symlink-outside-root2 && ln -s ../b other/a/x
$ cd symlink-outside-root2 && ln -s ... | <|file_sep|>original/test/blackbox-tests/test-cases/github764/run.t
[1]
$ mkdir -p c2/{a,b}
$ cd c2 && ln -s ../b a/x
$ cd c2 && ln -s ../a b/x
$ cd c2 && dune build
Path a has already been scanned. Cannot scan it again through symlink a/x/x
[1]
$ mkdir symlink-outside-root
$ cd symlink-outside-root... | 3a2e136e5ca716fdc9c65e1f189bb41414dcb4e3 | test/blackbox-tests/test-cases/github764/run.t | test/blackbox-tests/test-cases/github764/run.t | Perl |
<|file_sep|>original/composer.json
{
"name": "anahkiasen/janitor",
"description": "",
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
},
"autoload": {
"psr-4": {
"Janitor\\": "src"
}
},
"minimum-stability": "stable"
}
<|file_sep|>current/composer.json
{
"name": "anahkiasen/janitor",
... | {
"name": "anahkiasen/janitor",
"description": "Janitor is a tool to help you remove unused code, views and assets from your codebase.",
"license": "MIT",
"keywords": [
"laravel",
"cleanup",
"unused"
],
"authors": [
{
"name": "Maxime Fabre",
"email": "ehtnam6@gmail.com",
"homepage": "http://aut... | <|file_sep|>original/composer.json
{
"name": "anahkiasen/janitor",
"description": "",
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
},
"autoload": {
"psr-4": {
"Janitor\\": "src"
}
},
"minimum-stability": "stable"
}
<|file_sep|>current/composer.json
{
"name": "anahkiasen/janitor",
... | 2bf1abef93681a77cc55f9ef062fd6eb2c77b997 | composer.json | composer.json | JSON |
<|file_sep|>original/_posts/2017-11-17-ICT-Volunteer.md
<|file_sep|>current/_posts/2017-11-17-ICT-Volunteer.md
<|file_sep|>updated/_posts/2017-11-17-ICT-Volunteer.md | ---
layout: post
title: " ICT Volunteer "
date: 2017-11-17
excerpt: " ICT Volunteer "
cate : "post"
tag:
---
## [World Friends ICT Volunteer](https://kiv.nia.or.kr/front/main/main.do)란 ?
| <|file_sep|>original/_posts/2017-11-17-ICT-Volunteer.md
<|file_sep|>current/_posts/2017-11-17-ICT-Volunteer.md
<|file_sep|>updated/_posts/2017-11-17-ICT-Volunteer.md
---
layout: post
title: " ICT Volunteer "
date: 2017-11-17
excerpt: " ICT Volunteer "
cate : "post"
tag:
---
## [World Friends ICT Volunteer](http... | 726e2aaa4150a2fd365fbbd72b031812d3a8d4d7 | _posts/2017-11-17-ICT-Volunteer.md | _posts/2017-11-17-ICT-Volunteer.md | Markdown |
<|file_sep|>original/requirements.txt
google-cloud-storage==1.17.0
gevent==1.4.0
gunicorn==20.0.2
idna==2.7
imagehash==4.0
iso8601==0.1.12
jsonschema==2.6.0
kombu==4.6.10
pdftotext==2.1.4
pillow==7.1.0
psycopg2-binary==2.8.5
pyOpenSSL==18.0.0
pypng==0.0.20
pyqrcode==1.2.1
redis==3.5.3
requests>=2.0.0
six==1.11.0
Wand==... | google-cloud-storage==1.17.0
gevent==1.4.0
gunicorn==20.0.2
idna==2.7
imagehash==4.0
iso8601==0.1.12
jsonschema==2.6.0
kombu==4.6.10
pdftotext==2.1.4
pillow==7.1.0
psycopg2-binary==2.8.5
pyOpenSSL==18.0.0
pypng==0.0.20
pyqrcode==1.2.1
redis==3.5.3
requests>=2.0.0
six==1.11.0
Wand==0.5.8
Werkzeug==0.16.0
-e git+https:/... | <|file_sep|>original/requirements.txt
google-cloud-storage==1.17.0
gevent==1.4.0
gunicorn==20.0.2
idna==2.7
imagehash==4.0
iso8601==0.1.12
jsonschema==2.6.0
kombu==4.6.10
pdftotext==2.1.4
pillow==7.1.0
psycopg2-binary==2.8.5
pyOpenSSL==18.0.0
pypng==0.0.20
pyqrcode==1.2.1
redis==3.5.3
requests>=2.0.0
six==1.11.0
Wand==... | 7358c1a2d70aa353a227ea2807716e236e0924be | requirements.txt | requirements.txt | Text |
<|file_sep|>original/logic/setting/subcampaign/readSubcampaignSettingModelLogic.js
var configuration = require('../../../config/configuration.json')
module.exports = {
getsubcampaignSettingModel: function (redisClient, CampaignHashID, subCampaignHashID, callback) {
}
}
<|file_sep|>current/logic/setting/subcampaig... | var configuration = require('../../../config/configuration.json')
module.exports = {
getsubcampaignSettingModel: function (redisClient, subCampaignHashID, callback) {
var tableName = configuration.TableMASubcampaignModelSettingModel + subCampaignHashID
var model = {}
redisClient.hget(tableName, configura... | <|file_sep|>original/logic/setting/subcampaign/readSubcampaignSettingModelLogic.js
var configuration = require('../../../config/configuration.json')
module.exports = {
getsubcampaignSettingModel: function (redisClient, CampaignHashID, subCampaignHashID, callback) {
}
}
<|file_sep|>current/logic/setting/subcampaig... | a3bd1481ca9ba2950c8bed1c084f2de6cb181f26 | logic/setting/subcampaign/readSubcampaignSettingModelLogic.js | logic/setting/subcampaign/readSubcampaignSettingModelLogic.js | JavaScript |
<|file_sep|>original/packages/navy-plugin-nodejs/package.json
"type": "git",
"url": "git+https://github.com/momentumft/navy.git"
},
"keywords": [
"docker",
"environment",
"node",
"nodejs",
"navy"
],
"author": "Momentum Financial Technology Ltd",
"license": "MIT",
"bugs": {
"u... | "url": "git+https://github.com/momentumft/navy.git"
},
"keywords": [
"docker",
"environment",
"node",
"nodejs",
"navy"
],
"author": "Momentum Financial Technology Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/momentumft/navy/issues"
},
"homepage": "https://gith... | <|file_sep|>original/packages/navy-plugin-nodejs/package.json
"type": "git",
"url": "git+https://github.com/momentumft/navy.git"
},
"keywords": [
"docker",
"environment",
"node",
"nodejs",
"navy"
],
"author": "Momentum Financial Technology Ltd",
"license": "MIT",
"bugs": {
"u... | e34779cc8c0a025d195f5a399369a4f614b59628 | packages/navy-plugin-nodejs/package.json | packages/navy-plugin-nodejs/package.json | JSON |
<|file_sep|>apps/maps/json_view.py.diff
original:
updated:
from datetime import timedelta
<|file_sep|>apps/maps/json_view.py.diff
original:
updated:
from django.db.models.query import ValuesQuerySet
<|file_sep|>apps/maps/json_view.py.diff
original:
updated:
<|file_sep|>original/apps/maps/json_view.py
class Django... | from django.http import JsonResponse, HttpResponse
from django.conf import settings
class DjangoJSONEncoder2(DjangoJSONEncoder):
"""A json encoder to deal with the python objects we may want to encode"""
def default(self, obj):
if isinstance(obj, timedelta):
ARGS = ('days', 'seconds', 'micr... | <|file_sep|>apps/maps/json_view.py.diff
original:
updated:
from datetime import timedelta
<|file_sep|>apps/maps/json_view.py.diff
original:
updated:
from django.db.models.query import ValuesQuerySet
<|file_sep|>apps/maps/json_view.py.diff
original:
updated:
<|file_sep|>original/apps/maps/json_view.py
class Django... | 068d44af407da3835bc96717700bd174480060ec | apps/maps/json_view.py | apps/maps/json_view.py | Python |
<|file_sep|>original/Giraffa/t/00-load.t
#!perl -T
use 5.014002;
use strict;
use warnings FATAL => 'all';
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Giraffa' ) || print "Bail out!\n";
}
diag( "Testing Giraffa $Giraffa::VERSION, Perl $], $^X" );
<|file_sep|>current/Giraffa/t/00-load.t
#!perl -T
use 5.01400... | use 5.014002;
use strict;
use warnings FATAL => 'all';
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Giraffa' ) || print "Bail out!\n";
}
diag( "Testing Giraffa $Giraffa::VERSION, Perl $], $^X" ); | <|file_sep|>original/Giraffa/t/00-load.t
#!perl -T
use 5.014002;
use strict;
use warnings FATAL => 'all';
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Giraffa' ) || print "Bail out!\n";
}
diag( "Testing Giraffa $Giraffa::VERSION, Perl $], $^X" );
<|file_sep|>current/Giraffa/t/00-load.t
#!perl -T
use 5.01400... | 9e4bb3e9beb336f6da08135863e5372901b0ada0 | Giraffa/t/00-load.t | Giraffa/t/00-load.t | Perl |
<|file_sep|>.github/workflows/ci-build.yml.diff
original:
updated:
strategy:
matrix:
java-version: [7, 8, 11]
<|file_sep|>.github/workflows/ci-build.yml.diff
original:
- name: Setup Java
updated:
- name: Setup Java ${{ matrix.java-version }}
<|file_sep|>.github/workflows/ci-build.yml.diff... | matrix:
java-version: [7, 8, 11]
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: true
- name: Setup Java ${{ matrix.java-version }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
... | <|file_sep|>.github/workflows/ci-build.yml.diff
original:
updated:
strategy:
matrix:
java-version: [7, 8, 11]
<|file_sep|>.github/workflows/ci-build.yml.diff
original:
- name: Setup Java
updated:
- name: Setup Java ${{ matrix.java-version }}
<|file_sep|>.github/workflows/ci-build.yml.diff... | 9cb37eba8e8ee506bf4df9401cf86af766944c71 | .github/workflows/ci-build.yml | .github/workflows/ci-build.yml | YAML |
<|file_sep|>original/package.json
},
"license": "MIT",
"engines": {
"atom": ">=1.22.0 <2.0.0"
},
"dependencies": {
"atom-select-list": "^0.7.2",
"season": "^6.0.2"
},
"devDependencies": {
"eslint": "^5.14.0"
},
"providedServices": {
"levels": {
"versions": {
"0.3.0": ... | },
"license": "MIT",
"engines": {
"atom": ">=1.22.0 <2.0.0"
},
"dependencies": {
"atom-select-list": "^0.7.2",
"season": "^6.0.2"
},
"devDependencies": {
"eslint": "^5.16.0"
},
"providedServices": {
"levels": {
"versions": {
"0.3.0": "provideLevels"
}
}
},... | <|file_sep|>original/package.json
},
"license": "MIT",
"engines": {
"atom": ">=1.22.0 <2.0.0"
},
"dependencies": {
"atom-select-list": "^0.7.2",
"season": "^6.0.2"
},
"devDependencies": {
"eslint": "^5.14.0"
},
"providedServices": {
"levels": {
"versions": {
"0.3.0": ... | aae50977f422e53fab27bc74dac8c4795513a946 | package.json | package.json | JSON |
<|file_sep|>MprHttp/TegQ/TegString.swift.diff
original:
let trimmed = text.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceCharacterSet())
updated:
let trimmed = text.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceAndNewlineCharacterSet())
<|file_sep|>MprHttp/TegQ/TegString.swift.diff
origina... |
var options: UInt = 0
if ignoreCase { options |= NSStringCompareOptions.CaseInsensitiveSearch.rawValue }
if ignoreDiacritic { options |= NSStringCompareOptions.DiacriticInsensitiveSearch.rawValue }
return text.rangeOfString(substring, options: NSStringCompareOptions(rawValue: options)) != nil
}
... | <|file_sep|>MprHttp/TegQ/TegString.swift.diff
original:
let trimmed = text.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceCharacterSet())
updated:
let trimmed = text.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceAndNewlineCharacterSet())
<|file_sep|>MprHttp/TegQ/TegString.swift.diff
origina... | 3069084f8782044e6ede055c4a72abd91fd61c84 | MprHttp/TegQ/TegString.swift | MprHttp/TegQ/TegString.swift | Swift |
<|file_sep|>original/.travis.yml
- TRAVIS_MYSQL5_DBPORT=3306
- TRAVIS_MYSQL5_DBUSER=travis
- TRAVIS_MYSQL5_DBPASS=
- TRAVIS_PGSQL8_DBHOST=127.0.0.1
- TRAVIS_PGSQL8_DBPORT=5432
- TRAVIS_PGSQL8_DBUSER=postgres
- TRAVIS_PGSQL8_DBPASS=
# matrix env vars generate a new build config per set
#... | - TRAVIS_MYSQL5_DBPORT=3306
- TRAVIS_MYSQL5_DBUSER=travis
- TRAVIS_MYSQL5_DBPASS=
- TRAVIS_PGSQL8_DBHOST=127.0.0.1
- TRAVIS_PGSQL8_DBPORT=5432
- TRAVIS_PGSQL8_DBUSER=postgres
- TRAVIS_PGSQL8_DBPASS=
# matrix env vars generate a new build config per set
# we need to run the two test grou... | <|file_sep|>original/.travis.yml
- TRAVIS_MYSQL5_DBPORT=3306
- TRAVIS_MYSQL5_DBUSER=travis
- TRAVIS_MYSQL5_DBPASS=
- TRAVIS_PGSQL8_DBHOST=127.0.0.1
- TRAVIS_PGSQL8_DBPORT=5432
- TRAVIS_PGSQL8_DBUSER=postgres
- TRAVIS_PGSQL8_DBPASS=
# matrix env vars generate a new build config per set
#... | 2f50fc550dc36a2974841e188e55199cccbbf121 | .travis.yml | .travis.yml | YAML |
<|file_sep|>app/models/web_content_item.rb.diff
original:
NullLocation = Struct.new(:base_path)
NullTranslation = Struct.new(:locale)
attr_reader :content_item, :location, :translation
updated:
<|file_sep|>app/models/web_content_item.rb.diff
original:
def initialize(content_item)
updated:
attr_reader :conte... | @content_item = content_item
@base_path = base_path || Location.find_by(content_item: content_item).try(:base_path)
@locale = locale || Translation.find_by(content_item: content_item).try(:locale)
end
CONTENT_ITEM_METHODS = [
:content_id, :description, :analytics_identifier, :title
]
def_deleg... | <|file_sep|>app/models/web_content_item.rb.diff
original:
NullLocation = Struct.new(:base_path)
NullTranslation = Struct.new(:locale)
attr_reader :content_item, :location, :translation
updated:
<|file_sep|>app/models/web_content_item.rb.diff
original:
def initialize(content_item)
updated:
attr_reader :conte... | c87d1d05e9feab15a69bea960568564540951f71 | app/models/web_content_item.rb | app/models/web_content_item.rb | Ruby |
<|file_sep|>original/.travis.yml
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
env:
# GitHub OAuth Token:
- secure: "9c4MO9OUFz3rZ6R06d4fXWNtZGEr5Kio6dgP5yOxgBfOGJ8EhxCYduDuEPcU2XRCUgqRQwCMGEF3C+RWMEwDUOzm+1JZjh56oYqLGe6TMpZY0qJfbeWXpY2sKdN/JTOockEXnuKsDnHgAscFko4bztD7LRk9lE3RBA... |
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- pip install unittest2
- pip install coveralls
- pip install codecov
script:
- coverage run --source ghstats/ghstats.py tests/test_ghstats.py
after_success:
- coveralls
- codecov | <|file_sep|>original/.travis.yml
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
env:
# GitHub OAuth Token:
- secure: "9c4MO9OUFz3rZ6R06d4fXWNtZGEr5Kio6dgP5yOxgBfOGJ8EhxCYduDuEPcU2XRCUgqRQwCMGEF3C+RWMEwDUOzm+1JZjh56oYqLGe6TMpZY0qJfbeWXpY2sKdN/JTOockEXnuKsDnHgAscFko4bztD7LRk9lE3RBA... | 233e48ab87de65afd4ae43611ce50f4c77f201e0 | .travis.yml | .travis.yml | YAML |
<|file_sep|>README.md.diff
original:
# Compiled mirrors
updated:
# Compiled Mirrors
<|file_sep|>README.md.diff
original:
Exploring Dart's static analysis tools to create a mirror of a class without
reflection.
updated:
Statically reflecting Dart classes.
<|file_sep|>original/README.md
# Compiled mirrors
Exploring Dart... | # Compiled Mirrors
Statically reflecting Dart classes.
Reflection in Dart through `dart:mirrors` is a powerful tool for building tests
and assorted utilities. However, when compiled to JavaScript and run in a
browser, mirrors can severely reduce code's performance. In Flutter, mirrors
are disabled entirely.
Compiled... | <|file_sep|>README.md.diff
original:
# Compiled mirrors
updated:
# Compiled Mirrors
<|file_sep|>README.md.diff
original:
Exploring Dart's static analysis tools to create a mirror of a class without
reflection.
updated:
Statically reflecting Dart classes.
<|file_sep|>original/README.md
# Compiled mirrors
Exploring Dart... | bfa7dff50080e586bb6816ca40e3fe111e657c9f | README.md | README.md | Markdown |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "6"
- "7"
- "8"
before_install:
- npm install -g npm@2
before_script:
- mkdir prism
- mkdir prism/bin
- export PATH=$PATH:$PWD/prism/bin/
- ./test/prism.sh
- yarn prism &
- sleep 5 # give it some time to start
script:
- lerna bootstrap
- yarn test:files
- ya... | language: node_js
node_js:
- "6"
- "7"
- "8"
- "node"
- "lts/*"
before_install:
- npm install -g npm@2
before_script:
- mkdir prism
- mkdir prism/bin
- export PATH=$PATH:$PWD/prism/bin/
- ./test/prism.sh
- yarn prism &
- sleep 5 # give it some time to start
script:
- lerna bootstrap
- yarn test:files
- yarn test:licens... | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- "6"
- "7"
- "8"
before_install:
- npm install -g npm@2
before_script:
- mkdir prism
- mkdir prism/bin
- export PATH=$PATH:$PWD/prism/bin/
- ./test/prism.sh
- yarn prism &
- sleep 5 # give it some time to start
script:
- lerna bootstrap
- yarn test:files
- ya... | 299c441cb6898ecc65bf9c143b762312600eb934 | .travis.yml | .travis.yml | YAML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.