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/hieradata/class/staging/postgresql_primary.yaml
lv:
postgresql:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
- '/dev/sdf1'
- '/dev/sdg1'
vg: 'backups'
data:
pv: '/dev/sdc1'
vg: 'postgresql'
govuk_postgresql::server::max_connections: 200
<|file_sep... | lv:
postgresql:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
- '/dev/sdf1'
- '/dev/sdg1'
- '/dev/sdh1'
vg: 'backups'
data:
pv: '/dev/sdc1'
vg: 'postgresql'
govuk_postgresql::server::max_connections: 200 | <|file_sep|>original/hieradata/class/staging/postgresql_primary.yaml
lv:
postgresql:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
- '/dev/sdf1'
- '/dev/sdg1'
vg: 'backups'
data:
pv: '/dev/sdc1'
vg: 'postgresql'
govuk_postgresql::server::max_connections: 200
<|file_sep... | dd612a85292332f69822ad6b543826786c3e676f | hieradata/class/staging/postgresql_primary.yaml | hieradata/class/staging/postgresql_primary.yaml | YAML |
<|file_sep|>original/util/index.js
module.exports = {
string: require('./string'),
object: require('./object')
};
<|file_sep|>current/util/index.js
module.exports = {
string: require('./string'),
object: require('./object')
};
<|file_sep|>updated/util/index.js | module.exports = {
string: require('./string'),
object: require('./object'),
url: require('./url')
}; | <|file_sep|>original/util/index.js
module.exports = {
string: require('./string'),
object: require('./object')
};
<|file_sep|>current/util/index.js
module.exports = {
string: require('./string'),
object: require('./object')
};
<|file_sep|>updated/util/index.js
module.exports = {
string: require('./string'),
objec... | 6b3b365e68a69591bbe9f6033b6db593940b2f5a | util/index.js | util/index.js | JavaScript |
<|file_sep|>Compiler/Common/SourceDirectoryFinder.cs.diff
original:
updated:
#endif
<|file_sep|>original/Compiler/Common/SourceDirectoryFinder.cs
string currentDirectory = Path.GetCurrentDirectory();
while (!string.IsNullOrEmpty(currentDirectory))
{
... | if (crayonSourceDirectoryCached == null)
{
string currentDirectory = Path.GetCurrentDirectory();
while (!string.IsNullOrEmpty(currentDirectory))
{
string librariesPath = FileUtil.JoinPath(currentDirectory... | <|file_sep|>Compiler/Common/SourceDirectoryFinder.cs.diff
original:
updated:
#endif
<|file_sep|>original/Compiler/Common/SourceDirectoryFinder.cs
string currentDirectory = Path.GetCurrentDirectory();
while (!string.IsNullOrEmpty(currentDirectory))
{
... | ae89b81ba21e41fa7ff22788f5e8b72d2e095410 | Compiler/Common/SourceDirectoryFinder.cs | Compiler/Common/SourceDirectoryFinder.cs | C# |
<|file_sep|>original/articles/_posts/2012-09-26-css3-vs-jquery-animations.md
---
title: CSS3 vs jQuery Animations
authors:
- siddharth-rao
layout: article
---
<|file_sep|>current/articles/_posts/2012-09-26-css3-vs-jquery-animations.md
---
title: CSS3 vs jQuery Animations
authors:
- siddharth-rao
layout: article
---
<|f... | ---
title: CSS3 vs jQuery Animations
authors:
- siddharth-rao
intro: 'JavaScript has allowed us to create animations on our web pages for a number of years, with JavaScript libraries making such code easier to create and more reliable cross-browser. CSS3 animations, a more recent contender, also allow us to create anim... | <|file_sep|>original/articles/_posts/2012-09-26-css3-vs-jquery-animations.md
---
title: CSS3 vs jQuery Animations
authors:
- siddharth-rao
layout: article
---
<|file_sep|>current/articles/_posts/2012-09-26-css3-vs-jquery-animations.md
---
title: CSS3 vs jQuery Animations
authors:
- siddharth-rao
layout: article
---
<|f... | 0c8ccdc8593eb3e72425e7b6d83f0fbc079ec523 | articles/_posts/2012-09-26-css3-vs-jquery-animations.md | articles/_posts/2012-09-26-css3-vs-jquery-animations.md | Markdown |
<|file_sep|>original/app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>How much has your school been robbed?</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<... | <!DOCTYPE html>
<html>
<head>
<title>How much has your school been robbed?</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<meta name="viewport" content="width=... | <|file_sep|>original/app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>How much has your school been robbed?</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<... | bcc57da11416ddac62bc5d5f3f999c1ae0c3ba5a | app/views/layouts/application.html.erb | app/views/layouts/application.html.erb | HTML+ERB |
<|file_sep|>db/seeds.rb.diff
original:
10.times do { User.create!( username: Faker::Internet.user_name, email: Faker::Internet.email, password:"password" )}
updated:
10.times { User.create!( username: Faker::Internet.user_name, email: Faker::Internet.email, password:"password" )}
<|file_sep|>original/db/seeds.rb
10.tim... | 10.times { User.create!( username: Faker::Internet.user_name, email: Faker::Internet.email, password:"password" )}
users = User.all
#Make Questions:
users.each do |user|
5.times { user.questions.create!( title: Faker::Book.title, content: Faker::Lorem.sentence ) }
end
#Make Best Answers
#Make Reg Answers
#Make C... | <|file_sep|>db/seeds.rb.diff
original:
10.times do { User.create!( username: Faker::Internet.user_name, email: Faker::Internet.email, password:"password" )}
updated:
10.times { User.create!( username: Faker::Internet.user_name, email: Faker::Internet.email, password:"password" )}
<|file_sep|>original/db/seeds.rb
10.tim... | f15d3637e7bd49e819f1b4dce3dbe7123ae66713 | db/seeds.rb | db/seeds.rb | Ruby |
<|file_sep|>app/src/main/res/values/dimens.xml.diff
original:
updated:
<|file_sep|>app/src/main/res/values/dimens.xml.diff
original:
updated:
<|file_sep|>app/src/main/res/values/dimens.xml.diff
original:
updated:
<!-- Font Sizes [Custom] -->
<|file_sep|>original/app/src/main/res/values/dimens.xml
<resources>
... | <resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="activity_horizontal_margin_small">4dp</dimen>
<dimen name="margin_very_small">2dp</dimen>
<dimen... | <|file_sep|>app/src/main/res/values/dimens.xml.diff
original:
updated:
<|file_sep|>app/src/main/res/values/dimens.xml.diff
original:
updated:
<|file_sep|>app/src/main/res/values/dimens.xml.diff
original:
updated:
<!-- Font Sizes [Custom] -->
<|file_sep|>original/app/src/main/res/values/dimens.xml
<resources>
... | e384c2020978004749edcc8cdc75767ffe366327 | app/src/main/res/values/dimens.xml | app/src/main/res/values/dimens.xml | XML |
<|file_sep|>original/lib/fog/vcloud/models/compute/catalog_item.rb
attribute :type
attribute :name
attribute :entity, :aliases => :Entity
attribute :link, :aliases => :Link
attribute :property, :aliases => :Property
def customization_options
load_unless_loaded... | def customization_options
load_unless_loaded!
if data = service.get_customization_options( link[:href] ).body
data.delete_if { |key, value| [:xmlns_i, :xmlns].include?(key) }
data
else
nil
end
end
def password_enabled?
... | <|file_sep|>original/lib/fog/vcloud/models/compute/catalog_item.rb
attribute :type
attribute :name
attribute :entity, :aliases => :Entity
attribute :link, :aliases => :Link
attribute :property, :aliases => :Property
def customization_options
load_unless_loaded... | 269e4e7ebac6b524bd505fca9dc12ff941ff4b32 | lib/fog/vcloud/models/compute/catalog_item.rb | lib/fog/vcloud/models/compute/catalog_item.rb | Ruby |
<|file_sep|>original/_config.php
<?php
if (($RESTRICTED_OBJECTS_DIR = basename(dirname(__FILE__))) != 'restrictedobjects') {
die("The restricted objects module must be installed in /restrictedobjects, not $RESTRICTED_OBJECTS_DIR");
}
if (!class_exists('MultiValueField')) {
die('The restricted objects module require... |
if (($RESTRICTED_OBJECTS_DIR = basename(dirname(__FILE__))) != 'restrictedobjects') {
die("The restricted objects module must be installed in /restrictedobjects, not $RESTRICTED_OBJECTS_DIR");
}
if (!class_exists('MultiValueField')) {
die('The restricted objects module requires the multivaluefield module from http:... | <|file_sep|>original/_config.php
<?php
if (($RESTRICTED_OBJECTS_DIR = basename(dirname(__FILE__))) != 'restrictedobjects') {
die("The restricted objects module must be installed in /restrictedobjects, not $RESTRICTED_OBJECTS_DIR");
}
if (!class_exists('MultiValueField')) {
die('The restricted objects module require... | fc118c022a89133dc923ca573b3f17993828482a | _config.php | _config.php | PHP |
<|file_sep|>original/src/blas.rst
<|file_sep|>current/src/blas.rst
<|file_sep|>updated/src/blas.rst | BLAS & Numpy & Friends
======================
- BLAS metapackage
- Version will have two values X.Y
- X represents changes to the metapackage.
- Y represents priority of BLAS (if we change priorities BLASes X
must be bumped, if we want to prioritize something new over
OpenBLAS we... | <|file_sep|>original/src/blas.rst
<|file_sep|>current/src/blas.rst
<|file_sep|>updated/src/blas.rst
BLAS & Numpy & Friends
======================
- BLAS metapackage
- Version will have two values X.Y
- X represents changes to the metapackage.
- Y represents priority of BLAS (if we change priorit... | 706ad8c25de9b466b184f28f5791904c440455c9 | src/blas.rst | src/blas.rst | reStructuredText |
<|file_sep|>data/plugins/generic/polylang/config-plugin.yml.diff
original:
src: generic/polylang/polylang.zip
updated:
src: web
<|file_sep|>original/data/plugins/generic/polylang/config-plugin.yml
src: generic/polylang/polylang.zip
activate: yes
no_symlink: yes
config_class: wordpress.plugins.custom.polylang.WPPolylang... | src: web
activate: yes
config_class: wordpress.plugins.custom.polylang.WPPolylangConfig
config_custom:
lang_list: !from_csv langs | <|file_sep|>data/plugins/generic/polylang/config-plugin.yml.diff
original:
src: generic/polylang/polylang.zip
updated:
src: web
<|file_sep|>original/data/plugins/generic/polylang/config-plugin.yml
src: generic/polylang/polylang.zip
activate: yes
no_symlink: yes
config_class: wordpress.plugins.custom.polylang.WPPolylang... | 090e886bd8e8c8fed4c3c0ef1e066a52e54b6a20 | data/plugins/generic/polylang/config-plugin.yml | data/plugins/generic/polylang/config-plugin.yml | YAML |
<|file_sep|>template/tox.ini.diff
original:
deps = https://www.djangoproject.com/download/1.7a2/tarball/
updated:
deps = https://www.djangoproject.com/download/1.7c1/tarball/
<|file_sep|>original/template/tox.ini
[testenv]
commands = {envpython} runtests.py
[testenv:py32-1.7.X]
basepython = python3.2
deps = https://w... |
[testenv]
commands = {envpython} runtests.py
[testenv:py32-1.7.X]
basepython = python3.2
deps = https://www.djangoproject.com/download/1.7c1/tarball/
[testenv:py27-1.7.X]
basepython = python2.7
deps = https://www.djangoproject.com/download/1.7c1/tarball/
[testenv:py32-1.6.X]
basepython = python3.2
deps = django>=1.... | <|file_sep|>template/tox.ini.diff
original:
deps = https://www.djangoproject.com/download/1.7a2/tarball/
updated:
deps = https://www.djangoproject.com/download/1.7c1/tarball/
<|file_sep|>original/template/tox.ini
[testenv]
commands = {envpython} runtests.py
[testenv:py32-1.7.X]
basepython = python3.2
deps = https://w... | bc69aefe29ec9e63b4041b7e89d62650a615efed | template/tox.ini | template/tox.ini | INI |
<|file_sep|>original/package.json
"testing",
"bdd",
"promise",
"isomorphic"
],
"main": "jasminum.js",
"bin": {
"jasminum": "node-runner.js"
},
"browser": {
"reporter": "browser-reporter"
},
"dependencies": {
"q": "~2.0",
"collections": "~1.0",
"glob": "~3.2.8",
"col... | "testing",
"bdd",
"promise",
"isomorphic"
],
"main": "jasminum.js",
"bin": {
"jasminum": "node-runner.js"
},
"browser": {
"reporter": "browser/reporter"
},
"dependencies": {
"q": "~2.0",
"collections": "~1.0",
"glob": "~3.2.8",
"colors": "~0.6.2",
"optimist": "~... | <|file_sep|>original/package.json
"testing",
"bdd",
"promise",
"isomorphic"
],
"main": "jasminum.js",
"bin": {
"jasminum": "node-runner.js"
},
"browser": {
"reporter": "browser-reporter"
},
"dependencies": {
"q": "~2.0",
"collections": "~1.0",
"glob": "~3.2.8",
"col... | 75aacd1d5be7cd89814ad9b979ad0e5f4b9b5ada | package.json | package.json | JSON |
<|file_sep|>original/core/Migrations/Version20171026130750.php
<|file_sep|>current/core/Migrations/Version20171026130750.php
<|file_sep|>updated/core/Migrations/Version20171026130750.php | <?php
namespace OC\Migrations;
use OCP\Migration\ISimpleMigration;
use OCP\Migration\IOutput;
/**
* Split the shareapi_only_share_with_group_member key to distinguish users and groups.
* The behaviour will be similar as well as the values, so we'll copy the value from one key to
* another to keep the same behaviou... | <|file_sep|>original/core/Migrations/Version20171026130750.php
<|file_sep|>current/core/Migrations/Version20171026130750.php
<|file_sep|>updated/core/Migrations/Version20171026130750.php
<?php
namespace OC\Migrations;
use OCP\Migration\ISimpleMigration;
use OCP\Migration\IOutput;
/**
* Split the shareapi_only_shar... | 0b409c81d14162e5efdc116b4631c28e73e8a0af | core/Migrations/Version20171026130750.php | core/Migrations/Version20171026130750.php | PHP |
<|file_sep|>original/app/views/bookings/_booking.html.haml
- item_action ||= lambda{|object| url_for(object)}
%tr[booking.id]
%td= booking.value_date
%td
= link_to booking.title, item_action.call(booking)
- if booking.comments.present?
%hr{:style => "height: 1px; margin: 0"}/
%i= booking.commen... | - item_action ||= lambda{|object| url_for(object)}
%tr[booking]
%td= booking.value_date
%td
= link_to booking.title, item_action.call(booking)
- if booking.comments.present?
%hr{:style => "height: 1px; margin: 0"}/
%i= booking.comments
%td= link_to booking.reference, booking.reference unless ... | <|file_sep|>original/app/views/bookings/_booking.html.haml
- item_action ||= lambda{|object| url_for(object)}
%tr[booking.id]
%td= booking.value_date
%td
= link_to booking.title, item_action.call(booking)
- if booking.comments.present?
%hr{:style => "height: 1px; margin: 0"}/
%i= booking.commen... | d3b53a5f920957d85850239076e45106efbe901b | app/views/bookings/_booking.html.haml | app/views/bookings/_booking.html.haml | Haml |
<|file_sep|>original/package.json
{
"name": "peak-finding",
"version": "0.0.3",
"description": "Find a peak element in an array list.",
"license": "MIT",
"repository": "vinimdocarmo/peak-finding",
"author": {
"name": "Vinícius do Carmo",
"email": "vinicius.m.do.carmo@gmail.com",
"url": "vinimdoc... | {
"name": "peak-finding",
"version": "0.0.3",
"description": "Find a peak element in an array list.",
"license": "MIT",
"repository": "vinimdocarmo/node-peak-finding",
"author": {
"name": "Vinícius do Carmo",
"email": "vinicius.m.do.carmo@gmail.com",
"url": "vinimdocarmo.js.org"
},
"engines"... | <|file_sep|>original/package.json
{
"name": "peak-finding",
"version": "0.0.3",
"description": "Find a peak element in an array list.",
"license": "MIT",
"repository": "vinimdocarmo/peak-finding",
"author": {
"name": "Vinícius do Carmo",
"email": "vinicius.m.do.carmo@gmail.com",
"url": "vinimdoc... | e6b5490d603782a6720592becb418a1ff168d1bd | package.json | package.json | JSON |
<|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
after_success:
... | sudo: false
language: node_js
node_js:
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
after_success:
- cat .bob/coverage/buster-istanbul... | <|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
after_success:
... | 82dceb201df223075ef58805c6b618cd3ffb754c | .travis.yml | .travis.yml | YAML |
<|file_sep|>src/mmw/js/src/modeling/templates/scenarioTabPanel.html.diff
original:
<div class="scenario-btn-dropdown">
<div class="dropdown">
<button class="btn btn-sm btn-icon dark dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-caret-down"></i>
<... | <div class="scenario-btn-dropdown">
<div class="dropdown">
<button class="btn btn-sm btn-icon dark dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-caret-down"></i>
</button>
<ul class="dropdown-menu menu-right" role=... | <|file_sep|>src/mmw/js/src/modeling/templates/scenarioTabPanel.html.diff
original:
<div class="scenario-btn-dropdown">
<div class="dropdown">
<button class="btn btn-sm btn-icon dark dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-caret-down"></i>
<... | 552c1bb3dec2fc1ac270be9a219f8fb50ca1510d | src/mmw/js/src/modeling/templates/scenarioTabPanel.html | src/mmw/js/src/modeling/templates/scenarioTabPanel.html | HTML |
<|file_sep|>original/validation-test/Python/python-lint.swift
<|file_sep|>current/validation-test/Python/python-lint.swift
<|file_sep|>updated/validation-test/Python/python-lint.swift | // RUN: %{python} %utils/python-lint
// Continuous integration for the OS X Platform also runs the tests in the iPhone, Apple TV and Apple Watch simulators.
// We only need to run python linting once per OSX Platform test run, rather than once for each supported Apple device.
// UNSUPPORTED: OS=watchos
// UNSUPPORTED: ... | <|file_sep|>original/validation-test/Python/python-lint.swift
<|file_sep|>current/validation-test/Python/python-lint.swift
<|file_sep|>updated/validation-test/Python/python-lint.swift
// RUN: %{python} %utils/python-lint
// Continuous integration for the OS X Platform also runs the tests in the iPhone, Apple TV and A... | fbad5fdfa68e5b55a86dfb70a7bdb275edda888f | validation-test/Python/python-lint.swift | validation-test/Python/python-lint.swift | Swift |
<|file_sep|>original/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt
<|file_sep|>current/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt
<|file_sep|>updated/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt | QorIQ DPAA Buffer Manager Portals Device Tree Binding
Copyright (C) 2008 - 2014 Freescale Semiconductor Inc.
CONTENTS
- BMan Portal
- Example
BMan Portal Node
Portals are memory mapped interfaces to BMan that allow low-latency, lock-less
interaction by software running on processor cores, accelerators and networ... | <|file_sep|>original/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt
<|file_sep|>current/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt
<|file_sep|>updated/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt
QorIQ DPAA Buffer Manager Portals Device Tree Binding
Copyright (C) 2008 - 2014... | 5f3af4008bfcb388a3193fd871e1b2e94ba4b09c | Documentation/devicetree/bindings/soc/fsl/bman-portals.txt | Documentation/devicetree/bindings/soc/fsl/bman-portals.txt | Text |
<|file_sep|>spec/controllers/ansible_repository_controller_spec.rb.diff
original:
updated:
<|file_sep|>original/spec/controllers/ansible_repository_controller_spec.rb
it "return correct http response code" do
is_expected.to have_http_status 200
end
it "render view for specific repostitory" do
... | end
it "render view for specific repostitory" do
is_expected.to render_template(:partial => "layouts/_textual_groups_generic")
end
end
context "showList" do
let(:repository) { FactoryGirl.create(:embedded_ansible_configuration_script_source) }
subject { get :show_list, :params => {} }
... | <|file_sep|>spec/controllers/ansible_repository_controller_spec.rb.diff
original:
updated:
<|file_sep|>original/spec/controllers/ansible_repository_controller_spec.rb
it "return correct http response code" do
is_expected.to have_http_status 200
end
it "render view for specific repostitory" do
... | ebab2a3e45f382d4f5872e065176f8a436534873 | spec/controllers/ansible_repository_controller_spec.rb | spec/controllers/ansible_repository_controller_spec.rb | Ruby |
<|file_sep|>original/ci/bamboo/build-linux.sh
# Install OS dependencies, assuming stock ubuntu:latest
apt-get update
apt-get install -y \
wget \
git \
${COMPILER_PACKAGES} \
build-essential \
python \
python2.7 \
python2.7-dev
wget https://bootstrap.pypa.io/get-pip.py -O - | python
pip inst... |
# Install OS dependencies, assuming stock ubuntu:latest
apt-get update
apt-get install -y \
wget \
git \
${COMPILER_PACKAGES} \
build-essential \
python \
python2.7 \
python2.7-dev \
python-pip
pip install --upgrade --ignore-installed setuptools
pip install wheel
# Move into root of nu... | <|file_sep|>original/ci/bamboo/build-linux.sh
# Install OS dependencies, assuming stock ubuntu:latest
apt-get update
apt-get install -y \
wget \
git \
${COMPILER_PACKAGES} \
build-essential \
python \
python2.7 \
python2.7-dev
wget https://bootstrap.pypa.io/get-pip.py -O - | python
pip inst... | 2b697b6061564b9c8c0bea1c491f657766952b6f | ci/bamboo/build-linux.sh | ci/bamboo/build-linux.sh | Shell |
<|file_sep|>roles/local/tasks/packages.yml.diff
original:
updated:
- vim-gtk
<|file_sep|>original/roles/local/tasks/packages.yml
- mc
- vim
- terminator
- tilda
- firmware-iwlwifi
- git
- chromium
- tmux
- keepassx
- name: install extra packages
become: yes
apt: name={{ ite... | - terminator
- tilda
- firmware-iwlwifi
- git
- chromium
- tmux
- keepassx
- name: install extra packages
become: yes
apt: name={{ item }} state=present
with_items:
- calibre
- wget
- curl
- tree
- meld
- zip
- apt-transport-https # necessary for slack
... | <|file_sep|>roles/local/tasks/packages.yml.diff
original:
updated:
- vim-gtk
<|file_sep|>original/roles/local/tasks/packages.yml
- mc
- vim
- terminator
- tilda
- firmware-iwlwifi
- git
- chromium
- tmux
- keepassx
- name: install extra packages
become: yes
apt: name={{ ite... | a4bfb7a9a81da6b00086c1a516e9ff08904bd179 | roles/local/tasks/packages.yml | roles/local/tasks/packages.yml | YAML |
<|file_sep|>original/scripts/build-yaml.sh
d="$1"
if [ ! -d "$d" ]; then mkdir "$d"; fi
}
HERE=$(cd $(dirname $0); pwd)
cd "${HERE}/../templates"
ODIR="../docs/yaml"
mkdir_if_needed "$ODIR"
for tdir in *; do
mkdir_if_needed "$ODIR/$tdir"
for tfile in "$tdir"/*; do
echo "---- $tfile"
... | }
HERE=$(cd $(dirname $0); pwd)
cd "${HERE}/../templates"
ODIR="../docs/yaml"
mkdir_if_needed "$ODIR"
for tdir in *; do
mkdir_if_needed "$ODIR/$tdir"
for tfile in "$tdir"/*; do
echo "---- $tfile"
python "$HERE/template.py" < $tfile > "$ODIR/$tfile"
done
done
ADIR="$ODIR/ambassador"
ca... | <|file_sep|>original/scripts/build-yaml.sh
d="$1"
if [ ! -d "$d" ]; then mkdir "$d"; fi
}
HERE=$(cd $(dirname $0); pwd)
cd "${HERE}/../templates"
ODIR="../docs/yaml"
mkdir_if_needed "$ODIR"
for tdir in *; do
mkdir_if_needed "$ODIR/$tdir"
for tfile in "$tdir"/*; do
echo "---- $tfile"
... | e59e584c9f63689f5c90190e737faaa0c08aec77 | scripts/build-yaml.sh | scripts/build-yaml.sh | Shell |
<|file_sep|>original/README.md
# Source for [jakob.soy](https://jakob.soy)
[](https://travis-ci.org/foxylion/foxylion.github.io)

Th... | # Source for [jakob.soy](https://jakob.soy)

The websites uses Jekyll for static html file generation and jQuery for some fancy things.
## Setup you development environment
To run your development environment you require Vagrant and V... | <|file_sep|>original/README.md
# Source for [jakob.soy](https://jakob.soy)
[](https://travis-ci.org/foxylion/foxylion.github.io)

Th... | 1711060043e11fcc231c649534541f1be48064e0 | README.md | README.md | Markdown |
<|file_sep|>original/versions/master.txt
desiutil git@github.com:desihub/desiutil.git master
desimodel git@github.com:desihub/desimodel.git master
specsim git@github.com:desihub/specsim.git master
desitarget git@github.com:desihub/desitarget.git master
desisim ... | desiutil git@github.com:desihub/desiutil.git master
desimodel git@github.com:desihub/desimodel.git master
specsim git@github.com:desihub/specsim.git master
desitarget git@github.com:desihub/desitarget.git master
desisim ... | <|file_sep|>original/versions/master.txt
desiutil git@github.com:desihub/desiutil.git master
desimodel git@github.com:desihub/desimodel.git master
specsim git@github.com:desihub/specsim.git master
desitarget git@github.com:desihub/desitarget.git master
desisim ... | 16c7f3a34939c6200e84ca6d2df49b6d9f681217 | versions/master.txt | versions/master.txt | Text |
<|file_sep|>original/requirements.txt
ansible-lint==4.3.0
docker==4.4.0
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1
<|file_sep|>current/requirements.txt
ansible-lint==4.3.0
docker==4.4.0
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1
<|file_sep|>updated/requirement... | ansible-lint==4.3.0
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1 | <|file_sep|>original/requirements.txt
ansible-lint==4.3.0
docker==4.4.0
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1
<|file_sep|>current/requirements.txt
ansible-lint==4.3.0
docker==4.4.0
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1
<|file_sep|>updated/requirement... | 610b1344a40e6ff9e854b0f3fb96c50e5fb918c8 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/client/src/app.js
import thunk from 'redux-thunk';
import transactionReducer from './reducers'
import { applyMiddleware, createStore } from 'redux';
import { render } from 'react-dom';
import React from 'react';
import Main from './components/Main';
import { Provider } from 'react-redux';
const s... | import createLogger from 'redux-logger';
import thunk from 'redux-thunk';
import transactionReducer from './reducers'
import { applyMiddleware, createStore } from 'redux';
import { render } from 'react-dom';
import React from 'react';
import Main from './components/Main';
import { Provider } from 'react-redux';
const... | <|file_sep|>original/client/src/app.js
import thunk from 'redux-thunk';
import transactionReducer from './reducers'
import { applyMiddleware, createStore } from 'redux';
import { render } from 'react-dom';
import React from 'react';
import Main from './components/Main';
import { Provider } from 'react-redux';
const s... | cb906f55fa6f5ad491d0828a343a6d407cdd8e80 | client/src/app.js | client/src/app.js | JavaScript |
<|file_sep|>original/README.md
$ echo '{"foo":nul' | drjson
{"foo":null}
$ echo -n '[7, [42' | drjson
[7, [42]]
or via file
$ echo -n '{"foo": {"bar"' > my_file.json
$ drjson my_file.json
{"foo": {"bar":null}}
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b ... |
$ echo -n '[7, [42' | drjson
[7, [42]]
or via file
$ echo -n '{"foo": {"bar"' > my_file.json
$ drjson my_file.json
{"foo": {"bar":null}}
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Pu... | <|file_sep|>original/README.md
$ echo '{"foo":nul' | drjson
{"foo":null}
$ echo -n '[7, [42' | drjson
[7, [42]]
or via file
$ echo -n '{"foo": {"bar"' > my_file.json
$ drjson my_file.json
{"foo": {"bar":null}}
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b ... | 6ddf3348d835d9bb10c1f6da6798df1ab63bf149 | README.md | README.md | Markdown |
<|file_sep|>original/src/styles/mixins.less
color: @color;
background-color: @background;
border: none;
&:hover,
&:focus,
&:active,
&.active {
color: @color;
background-color: darken(@background, 4%);
}
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
... | color: @color;
background-color: @background;
border: none;
&:hover,
&:focus,
&:active,
&.active {
color: @color;
background-color: darken(@background, 4%);
outline: 0;
}
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
&:active,
&.active { | <|file_sep|>original/src/styles/mixins.less
color: @color;
background-color: @background;
border: none;
&:hover,
&:focus,
&:active,
&.active {
color: @color;
background-color: darken(@background, 4%);
}
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
... | 8d2b3c318ffacb5e59e09c20535011227667cf05 | src/styles/mixins.less | src/styles/mixins.less | Less |
<|file_sep|>lib/monkey-mailer.rb.diff
original:
extend Fallen::CLI
updated:
def self.extended(base)
base.extend(Fallen)
end
<|file_sep|>lib/monkey-mailer.rb.diff
original:
def self.run
updated:
def run
<|file_sep|>original/lib/monkey-mailer.rb
MonkeyMailer.send_emails(emails)
end
def self.run
... | else
@@normal_sleep += 1
end
if(@@low_sleep == MonkeyMailer.configuration.low_sleep)
emails.concat MonkeyMailer.find_emails(:low, MonkeyMailer.configuration.low_quota)
@@low_sleep = 0
else
@@low_sleep += 1
end
MonkeyMailer.send_emails(emails)
end
def run
while ... | <|file_sep|>lib/monkey-mailer.rb.diff
original:
extend Fallen::CLI
updated:
def self.extended(base)
base.extend(Fallen)
end
<|file_sep|>lib/monkey-mailer.rb.diff
original:
def self.run
updated:
def run
<|file_sep|>original/lib/monkey-mailer.rb
MonkeyMailer.send_emails(emails)
end
def self.run
... | 61d0a01b332f72c7408ebbc4911def24efe898ba | lib/monkey-mailer.rb | lib/monkey-mailer.rb | Ruby |
<|file_sep|>original/test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php
<|file_sep|>current/test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php
<|file_sep|>updated/test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php | <?php
namespace fennecweb\ajax\upload;
/**
* Override is_uploaded_file() in fennecweb\ajax\upload namespace for testing
* Rather than checking wether the file was uploaded via POST it is just checked wether the file exists
* @param String $filename file to check for existence
* @return boolean indicating wether t... | <|file_sep|>original/test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php
<|file_sep|>current/test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php
<|file_sep|>updated/test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php
<?php
namespace fennecweb\ajax\upload;
/**
* Override is_uploaded_file(... | 0849853ac1a258c33102a345bd3e57b04afce196 | test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php | test/php/fennecweb/ajax/upload/overload_is_uploaded_file.php | PHP |
<|file_sep|>original/_posts/2015-10-20-objc-property-listener.md
---
layout: post
title: Objective-c
date: 2015-10-20 13:40:00 +0000
summary: Listening for property changes on all properties in a class
---
If you are going to want to use KVO on a class in Objective-c for all properties, your are going to have to use an... | ---
layout: post
title: Objective-c wildcard property listener
date: 2015-10-20 13:40:00 +0000
summary: Listening for property changes on all properties in a class
---
If you are going to want to use KVO on a class in Objective-c for all properties, your are going to have to use an interesting work around. What I mean ... | <|file_sep|>original/_posts/2015-10-20-objc-property-listener.md
---
layout: post
title: Objective-c
date: 2015-10-20 13:40:00 +0000
summary: Listening for property changes on all properties in a class
---
If you are going to want to use KVO on a class in Objective-c for all properties, your are going to have to use an... | 233c470ed17db7a7db32d68059686d8a8a5e9057 | _posts/2015-10-20-objc-property-listener.md | _posts/2015-10-20-objc-property-listener.md | Markdown |
<|file_sep|>original/requirements.txt
python-dateutil~=2.8.0
requests~=2.22.0
python-slugify~=3.0.2
testtools==2.3.0
<|file_sep|>current/requirements.txt
python-dateutil~=2.8.0
requests~=2.22.0
python-slugify~=3.0.2
testtools==2.3.0
<|file_sep|>updated/requirements.txt | python-dateutil~=2.8.0
requests~=2.23.0
python-slugify~=3.0.2
testtools==2.3.0 | <|file_sep|>original/requirements.txt
python-dateutil~=2.8.0
requests~=2.22.0
python-slugify~=3.0.2
testtools==2.3.0
<|file_sep|>current/requirements.txt
python-dateutil~=2.8.0
requests~=2.22.0
python-slugify~=3.0.2
testtools==2.3.0
<|file_sep|>updated/requirements.txt
python-dateutil~=2.8.0
requests~=2.23.0
python-slu... | 72d97f494422450d466420850994a6dbe34e8792 | requirements.txt | requirements.txt | Text |
<|file_sep|>spec/syntrax_spec.rb.diff
original:
describe Asciidoctor::Diagram::SyntraxInlineMacroProcessor, :broken_on_windows do
updated:
describe Asciidoctor::Diagram::SyntraxInlineMacroProcessor, :broken_on_windows, :broken_on_osx do
<|file_sep|>spec/syntrax_spec.rb.diff
original:
describe Asciidoctor::Diagram::Synt... |
SYNTRAX_CODE = <<-eos
indentstack(10,
line(opt('-'), choice('0', line('1-9', loop(None, '0-9'))),
opt('.', loop('0-9', None))),
line(opt(choice('e', 'E'), choice(None, '+', '-'), loop('0-9', None)))
)
eos
describe Asciidoctor::Diagram::SyntraxInlineMacroProcessor, :broken_on_windows, :broken_on_osx do
incl... | <|file_sep|>spec/syntrax_spec.rb.diff
original:
describe Asciidoctor::Diagram::SyntraxInlineMacroProcessor, :broken_on_windows do
updated:
describe Asciidoctor::Diagram::SyntraxInlineMacroProcessor, :broken_on_windows, :broken_on_osx do
<|file_sep|>spec/syntrax_spec.rb.diff
original:
describe Asciidoctor::Diagram::Synt... | c7c6e641ab37eb25c8b89fe6560bcdec67c41ba9 | spec/syntrax_spec.rb | spec/syntrax_spec.rb | Ruby |
<|file_sep|>original/docs/release-notes/1_4_0.rst
.. _v1_4_0:
1.4.0
=====
May 29, 2017
New features
------------
- Interactive problems are now supported. See :ref:`styles` for more details.
- It is now possible to assign points to subtasks. See :ref:`subtasks` for more details.
- It is now possible to specify more... | .. _v1_4_0:
1.4.0
=====
May 29, 2017
New features
------------
- Interactive problems are now supported. See :ref:`styles` for more details.
- It is now possible to assign points to subtasks. See :ref:`subtasks` for more details.
- It is now possible to specify more than one output formats. See :ref:`io-formats_mul... | <|file_sep|>original/docs/release-notes/1_4_0.rst
.. _v1_4_0:
1.4.0
=====
May 29, 2017
New features
------------
- Interactive problems are now supported. See :ref:`styles` for more details.
- It is now possible to assign points to subtasks. See :ref:`subtasks` for more details.
- It is now possible to specify more... | 8d36a20345a47eb4c2a9edf4356a1e075b3ec125 | docs/release-notes/1_4_0.rst | docs/release-notes/1_4_0.rst | reStructuredText |
<|file_sep|>original/config/locales/search/en.yml
filter-group-special-status:
title: Special status level
options:
- Green Listed
- PARCC
- Transboundary
filter-group-type:
title: Type
options:
terrestrial: Terrestrial
marine: Marine
geo-types... | filter-group-special-status:
title: Special status level
options:
- Green Listed
- PARCC
- Transboundary
filter-group-type:
title: Type
options:
terrestrial: Terrestrial
marine: Marine
geo-types:
region: Regions
country: Countries
... | <|file_sep|>original/config/locales/search/en.yml
filter-group-special-status:
title: Special status level
options:
- Green Listed
- PARCC
- Transboundary
filter-group-type:
title: Type
options:
terrestrial: Terrestrial
marine: Marine
geo-types... | 0a5230689d905004ec86a98e907c5d2df14e4107 | config/locales/search/en.yml | config/locales/search/en.yml | YAML |
<|file_sep|>original/css/example-company.css
.date span:after {
content: '2015-11-15' !important;
}
span.position:after {
content: 'Senior Software Developer' !important;
}
span.company:after {
content: 'Another Company' !important;
}
span.start-date:after {
content: 'January 2016' !important;
}
.tech-systems {... | }
span.position:after {
content: 'Senior Software Developer' !important;
}
span.company:after {
content: 'Another Company' !important;
}
span.city:after {
content: 'Paris' !important;
}
span.start-date:after {
content: 'January 2016' !important;
}
.tech-systems {
display: none !important;
} | <|file_sep|>original/css/example-company.css
.date span:after {
content: '2015-11-15' !important;
}
span.position:after {
content: 'Senior Software Developer' !important;
}
span.company:after {
content: 'Another Company' !important;
}
span.start-date:after {
content: 'January 2016' !important;
}
.tech-systems {... | b66310a1d521710680d559d954799ce8c40b6cf1 | css/example-company.css | css/example-company.css | CSS |
<|file_sep|>original/chrome/browser/resources/print_preview.js
/**
* Fill the printer list drop down.
*/
function setPrinters(printers) {
if (printers.length > 0) {
for (var i = 0; i < printers.length; ++i) {
var option = document.createElement('option');
option.textContent = printers[i];
$('p... | /**
* Fill the printer list drop down.
*/
function setPrinters(printers) {
if (printers.length > 0) {
for (var i = 0; i < printers.length; ++i) {
var option = document.createElement('option');
option.textContent = printers[i];
$('printer-list').add(option);
}
} else {
var option = do... | <|file_sep|>original/chrome/browser/resources/print_preview.js
/**
* Fill the printer list drop down.
*/
function setPrinters(printers) {
if (printers.length > 0) {
for (var i = 0; i < printers.length; ++i) {
var option = document.createElement('option');
option.textContent = printers[i];
$('p... | a05d468a5d39def081530c1424e5e31b9130f39d | chrome/browser/resources/print_preview.js | chrome/browser/resources/print_preview.js | JavaScript |
<|file_sep|>spec/provision/dns/ddns_spec.rb.diff
original:
attr_reader :network, :broadcast, :min_allocation
updated:
attr_reader :network, :broadcast, :min_allocation, :max_allocation
<|file_sep|>original/spec/provision/dns/ddns_spec.rb
require 'provision/dns'
require 'provision/dns/ddns'
require 'tmpdir'
require ... | require 'provision/dns'
require 'provision/dns/ddns'
require 'tmpdir'
require 'provision/core/machine_spec'
class Provision::DNS::DDNS
attr_reader :network, :broadcast, :min_allocation, :max_allocation
end
describe Provision::DNS::DDNS do
it 'constructs once' do
dns = Provision::DNS::DDNS.new(:network_range =... | <|file_sep|>spec/provision/dns/ddns_spec.rb.diff
original:
attr_reader :network, :broadcast, :min_allocation
updated:
attr_reader :network, :broadcast, :min_allocation, :max_allocation
<|file_sep|>original/spec/provision/dns/ddns_spec.rb
require 'provision/dns'
require 'provision/dns/ddns'
require 'tmpdir'
require ... | ea0b54c09d1a3866b7f8c4ea25ab92143d74c04f | spec/provision/dns/ddns_spec.rb | spec/provision/dns/ddns_spec.rb | Ruby |
<|file_sep|>metadata/pt.joaomneto.titancompanion.yml.diff
original:
updated:
- versionName: v62-beta
versionCode: 62
commit: v62-beta
gradle:
- yes
<|file_sep|>original/metadata/pt.joaomneto.titancompanion.yml
RepoType: git
Repo: https://github.com/joaomneto/TitanCompanion.git
Builds:
- versio... | versionCode: 60
commit: v60-beta
gradle:
- yes
- versionName: v61-beta
versionCode: 61
commit: v61-beta
gradle:
- yes
- versionName: v62-beta
versionCode: 62
commit: v62-beta
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v62-b... | <|file_sep|>metadata/pt.joaomneto.titancompanion.yml.diff
original:
updated:
- versionName: v62-beta
versionCode: 62
commit: v62-beta
gradle:
- yes
<|file_sep|>original/metadata/pt.joaomneto.titancompanion.yml
RepoType: git
Repo: https://github.com/joaomneto/TitanCompanion.git
Builds:
- versio... | f1e8a4724031bd9706f6b1d5f1f45a94ab2bd31f | metadata/pt.joaomneto.titancompanion.yml | metadata/pt.joaomneto.titancompanion.yml | YAML |
<|file_sep|>original/src/Resource/AuthorizedResourceBase.php
<|file_sep|>current/src/Resource/AuthorizedResourceBase.php
<|file_sep|>updated/src/Resource/AuthorizedResourceBase.php | <?php
namespace Vipps\Resource;
abstract class AuthorizedResourceBase extends ResourceBase
{
/**
* {@inheritdoc}
*/
public function getHeaders()
{
return parent::getHeaders() + [
'Authorization' => $this->app->getClient()->getTokenType().' '.$this->app->getClient()->getToken... | <|file_sep|>original/src/Resource/AuthorizedResourceBase.php
<|file_sep|>current/src/Resource/AuthorizedResourceBase.php
<|file_sep|>updated/src/Resource/AuthorizedResourceBase.php
<?php
namespace Vipps\Resource;
abstract class AuthorizedResourceBase extends ResourceBase
{
/**
* {@inheritdoc}
*/
... | 0d39b10c1bd69f65de2376cd3d39b2f048633ac2 | src/Resource/AuthorizedResourceBase.php | src/Resource/AuthorizedResourceBase.php | PHP |
<|file_sep|>original/test/countries/uy_test.rb
<|file_sep|>current/test/countries/uy_test.rb
<|file_sep|>updated/test/countries/uy_test.rb | require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
## Uruguay
# source: http://en.wikipedia.org/wiki/Telephone_numbers_in_Uruguay
class UYTest < Test::Unit::TestCase
# 02 Montevideo
def test_montevideo
parse_test('+598 2 1234567', '598', '2', '1234567')
end
# 042 Maldonado
def tes... | <|file_sep|>original/test/countries/uy_test.rb
<|file_sep|>current/test/countries/uy_test.rb
<|file_sep|>updated/test/countries/uy_test.rb
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
## Uruguay
# source: http://en.wikipedia.org/wiki/Telephone_numbers_in_Uruguay
class UYTest < Test::Unit::Tes... | af130d4698d9663dd4a39d601f84bce019b7d244 | test/countries/uy_test.rb | test/countries/uy_test.rb | Ruby |
<|file_sep|>.travis.yml.diff
original:
updated:
# Install the thing
<|file_sep|>original/.travis.yml
language: go
os:
- linux
- osx
before_script:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" # https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
# Run gofmt and lint seria... | - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" # https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
# Run gofmt and lint serially to avoid confusing output. Run tests in parallel
# for speed.
script:
# Install the thing
- cd grumpy-tools-src
- if [[ "$TRAVIS_OS_NAME" == "os... | <|file_sep|>.travis.yml.diff
original:
updated:
# Install the thing
<|file_sep|>original/.travis.yml
language: go
os:
- linux
- osx
before_script:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" # https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
# Run gofmt and lint seria... | 0ac49b20b5d512bd6a6ca642447b369e8d01048d | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/azure-pipelines.yml
<|file_sep|>current/azure-pipelines.yml
<|file_sep|>updated/azure-pipelines.yml | # Go
# Build your Go project.
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path... | <|file_sep|>original/azure-pipelines.yml
<|file_sep|>current/azure-pipelines.yml
<|file_sep|>updated/azure-pipelines.yml
# Go
# Build your Go project.
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go
trigger:
- master
pool:
vmImage: 'u... | f8e37a2ba0cbe769d36d211a2271e41f69be5d04 | azure-pipelines.yml | azure-pipelines.yml | YAML |
<|file_sep|>utils/src/main/java/com/janosgyerik/utils/algorithm/sort/MergeSort.java.diff
original:
protected static void merge(int[] arr, int from, int mid, int to) {
updated:
static void merge(int[] arr, int from, int mid, int to) {
<|file_sep|>utils/src/main/java/com/janosgyerik/utils/algorithm/sort/MergeSort... | int[] sorted = new int[to - from];
int i = 0;
int pos1 = from;
int pos2 = mid;
while (pos1 < mid && pos2 < to) {
if (arr[pos1] <= arr[pos2]) {
sorted[i++] = arr[pos1++];
} else {
sorted[i++] = arr[pos2++];
}
... | <|file_sep|>utils/src/main/java/com/janosgyerik/utils/algorithm/sort/MergeSort.java.diff
original:
protected static void merge(int[] arr, int from, int mid, int to) {
updated:
static void merge(int[] arr, int from, int mid, int to) {
<|file_sep|>utils/src/main/java/com/janosgyerik/utils/algorithm/sort/MergeSort... | c28ad1070b20841d4680e05030e2221c282110c0 | utils/src/main/java/com/janosgyerik/utils/algorithm/sort/MergeSort.java | utils/src/main/java/com/janosgyerik/utils/algorithm/sort/MergeSort.java | Java |
<|file_sep|>original/CHANGES.txt
Version 0.3.7 "Depressive Realism is for Winners" released 2011-11-17
* Add pollstats utility (similar to dstat/vmstat)
* Cleanup development/testing section of the README
* Slight improvements to basic flask integration example
Version 0.3.6 "The M is for Mongo" released 2011-11-09
... | * Fixed 64 bit integer fields on 32 bit platforms
Version 0.3.7 "Depressive Realism is for Winners" released 2011-11-17
* Add pollstats utility (similar to dstat/vmstat)
* Cleanup development/testing section of the README
* Slight improvements to basic flask integration example
Version 0.3.6 "The M is for Mongo" rel... | <|file_sep|>original/CHANGES.txt
Version 0.3.7 "Depressive Realism is for Winners" released 2011-11-17
* Add pollstats utility (similar to dstat/vmstat)
* Cleanup development/testing section of the README
* Slight improvements to basic flask integration example
Version 0.3.6 "The M is for Mongo" released 2011-11-09
... | 1e53cd330b79d3b929e4a5142cf15e6c74e9aa71 | CHANGES.txt | CHANGES.txt | Text |
<|file_sep|>original/src/js/common/helpers/environment.js
const _Environments = {
production: { API_URL: 'https://dev-api.vets.gov', BASE_URL: 'https://www.vets.gov' },
staging: { API_URL: 'https://staging-api.vets.gov', BASE_URL: 'https://staging.vets.gov' },
development: { API_URL: 'https://dev-api.vets.gov', B... | const _Environments = {
production: { API_URL: 'https://api.vets.gov', BASE_URL: 'https://www.vets.gov' },
staging: { API_URL: 'https://staging-api.vets.gov', BASE_URL: 'https://staging.vets.gov' },
development: { API_URL: 'https://dev-api.vets.gov', BASE_URL: 'https://dev.vets.gov' },
local: { API_URL: 'http:/... | <|file_sep|>original/src/js/common/helpers/environment.js
const _Environments = {
production: { API_URL: 'https://dev-api.vets.gov', BASE_URL: 'https://www.vets.gov' },
staging: { API_URL: 'https://staging-api.vets.gov', BASE_URL: 'https://staging.vets.gov' },
development: { API_URL: 'https://dev-api.vets.gov', B... | 96f5e341a47cf3cbde9222ed72f44d716acb9aa0 | src/js/common/helpers/environment.js | src/js/common/helpers/environment.js | JavaScript |
<|file_sep|>.travis.yml.diff
original:
updated:
sudo: required
<|file_sep|>original/.travis.yml
matrix:
allow_failures:
- rust: nightly
script:
- cargo test -vv --no-default-features --features=$FEATURE
addons:
apt:
packages:
- cmake
- gfortran
- liblapack-dev
- libopenblas-dev... |
matrix:
allow_failures:
- rust: nightly
script:
- cargo test -vv --no-default-features --features=$FEATURE
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
- gfortran
- liblapack-dev
- libopenblas-dev
env:
- RUST_BACKTRACE=1 FEATURE=netlib | <|file_sep|>.travis.yml.diff
original:
updated:
sudo: required
<|file_sep|>original/.travis.yml
matrix:
allow_failures:
- rust: nightly
script:
- cargo test -vv --no-default-features --features=$FEATURE
addons:
apt:
packages:
- cmake
- gfortran
- liblapack-dev
- libopenblas-dev... | a9c9fd4ddb04f4ccd4e20118db0710eb48f1b089 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/less4clj/util.clj
(ns less4clj.util)
;;
;; Debugging
;; from boot.util
;;
(def ^:dynamic *verbosity* 1)
(defn- print*
[verbosity args]
(when (>= *verbosity* verbosity)
(binding [*out* *err*]
(apply printf args) (flush))))
(defn dbug [& more] (print* 2 more))
(defn info [& more... |
;;
;; Debugging
;; from boot.util
;;
(def ^:dynamic *verbosity* 1)
(defn- print*
[verbosity args]
(when (>= *verbosity* verbosity)
(binding [*out* *err*]
(print (if (seq (rest args))
(apply format args)
(first args)))
(flush))))
(defn dbug [& more] (print* 2 more))
... | <|file_sep|>original/src/less4clj/util.clj
(ns less4clj.util)
;;
;; Debugging
;; from boot.util
;;
(def ^:dynamic *verbosity* 1)
(defn- print*
[verbosity args]
(when (>= *verbosity* verbosity)
(binding [*out* *err*]
(apply printf args) (flush))))
(defn dbug [& more] (print* 2 more))
(defn info [& more... | c38f40d01b8a615b3712701b00417413c19686e8 | src/less4clj/util.clj | src/less4clj/util.clj | Clojure |
<|file_sep|>.circleci/config.yml.diff
original:
docker:
- image: "cimg/base:stable"
updated:
<<: *defaults
executor:
name: node/default
tag: "13"
<|file_sep|>.circleci/config.yml.diff
original:
- node/install:
install-yarn: true
node-version: latest
- run: n... | steps:
- checkout
- node/install-packages:
pkg-manager: yarn
cache-key: yarn.lock
- run: yarn test
deploy:
<<: *defaults
executor:
name: node/default
tag: "13"
steps:
- attach_workspace:
at: ~/repo
- run:
name: Authentic... | <|file_sep|>.circleci/config.yml.diff
original:
docker:
- image: "cimg/base:stable"
updated:
<<: *defaults
executor:
name: node/default
tag: "13"
<|file_sep|>.circleci/config.yml.diff
original:
- node/install:
install-yarn: true
node-version: latest
- run: n... | 0a2a6dbced2a2bfd15241d12ffdaf340ff7a1594 | .circleci/config.yml | .circleci/config.yml | YAML |
<|file_sep|>original/bower.json
"main": "./page-size-changer.js",
"version": "0.2.0",
"homepage": "http://github.com/seblucas/angular-bootstrap-page-size-changer",
"author": "Sébastien Lucas",
"description": "Angular bootstrap page size changer",
"license": "MIT",
"ignore": [
".bowerrc",
".gitigno... | "main": "./page-size-changer.js",
"version": "0.2.0",
"homepage": "http://github.com/seblucas/angular-bootstrap-page-size-changer",
"author": "Sébastien Lucas",
"description": "Angular bootstrap page size changer",
"license": "MIT",
"ignore": [
".bowerrc",
".gitignore",
".jshintrc",
".hgta... | <|file_sep|>original/bower.json
"main": "./page-size-changer.js",
"version": "0.2.0",
"homepage": "http://github.com/seblucas/angular-bootstrap-page-size-changer",
"author": "Sébastien Lucas",
"description": "Angular bootstrap page size changer",
"license": "MIT",
"ignore": [
".bowerrc",
".gitigno... | 74ff4b97c480836682394b65972d648d4dca1995 | bower.json | bower.json | JSON |
<|file_sep|>original/package.json
{
"name": "helloworld-cloud-cluster",
"version": "0.1.0",
"dependencies": {
"fh-mbaas-api": "^6.1.1",
"request": "~2.40.0",
"body-parser": "~1.0.2",
"express": "~4.0.0",
"cors": "~2.2.0"
},
"devDependencies": {
"grunt-concurrent": "latest",
"grunt-... | {
"name": "helloworld-cloud-cluster",
"version": "0.1.0",
"dependencies": {
"fh-mbaas-api": "6.1.3",
"request": "~2.40.0",
"body-parser": "~1.0.2",
"express": "~4.0.0",
"cors": "~2.2.0"
},
"devDependencies": {
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "^0.11.3",
"gr... | <|file_sep|>original/package.json
{
"name": "helloworld-cloud-cluster",
"version": "0.1.0",
"dependencies": {
"fh-mbaas-api": "^6.1.1",
"request": "~2.40.0",
"body-parser": "~1.0.2",
"express": "~4.0.0",
"cors": "~2.2.0"
},
"devDependencies": {
"grunt-concurrent": "latest",
"grunt-... | 5c355d9a8b5beca33c11938ed905bf51b4865b49 | package.json | package.json | JSON |
<|file_sep|>original/requirements.txt
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==3.0.0
<|file_sep|>current/requirements.txt
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==3.0.0
<|file_sep|>updated/requirements.txt | molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.13.0
tox==3.0.0 | <|file_sep|>original/requirements.txt
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==3.0.0
<|file_sep|>current/requirements.txt
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==3.0.0
<|file_sep|>updated/requirements.txt
molecule==2.13.1
pytest==3.5.1
python-vagr... | 5fff6c096a7f9130c5552449c4186468ab5cfdac | requirements.txt | requirements.txt | Text |
<|file_sep|>original/.styleci.yml
preset: laravel
enabled:
- concat_with_spaces
- align_double_arrow
- alpha_ordered_imports
disabled:
- phpdoc_summary
- concat_without_spaces
- not_operator_with_successor_space
<|file_sep|>current/.styleci.yml
preset: laravel
enabled:
- concat_with_spaces
- align_do... | preset: laravel
enabled:
- concat_with_spaces
- align_double_arrow
disabled:
- phpdoc_summary
- concat_without_spaces
- not_operator_with_successor_space | <|file_sep|>original/.styleci.yml
preset: laravel
enabled:
- concat_with_spaces
- align_double_arrow
- alpha_ordered_imports
disabled:
- phpdoc_summary
- concat_without_spaces
- not_operator_with_successor_space
<|file_sep|>current/.styleci.yml
preset: laravel
enabled:
- concat_with_spaces
- align_do... | f1bbef98409cc0ad27abcc946de45010e03e87a5 | .styleci.yml | .styleci.yml | YAML |
<|file_sep|>original/lib/templates/layout.html
<head>
<title>{{title}}</title>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Playfair Display:400,700">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/PT Serif:400,400i,700,700i:f">
<link rel="stylesheet" href="/public/css/main.css">
<me... | <head>
<title>{{title}}</title>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Playfair Display:400,700">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/PT Serif:400,400i,700,700i:f">
<link rel="stylesheet" href="/public/css/main.css">
<meta name="description" content="{{global.meta.de... | <|file_sep|>original/lib/templates/layout.html
<head>
<title>{{title}}</title>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Playfair Display:400,700">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/PT Serif:400,400i,700,700i:f">
<link rel="stylesheet" href="/public/css/main.css">
<me... | a5f026113bc5a4d4e7d21ca07c2cc34df37ffec8 | lib/templates/layout.html | lib/templates/layout.html | HTML |
<|file_sep|>metadata/com.f0x.eddymalou.txt.diff
original:
updated:
Build:2.0,2
commit=2.0
<|file_sep|>original/metadata/com.f0x.eddymalou.txt
Web Site:https://github.com/F0x06/EddyMalou
Source Code:https://github.com/F0x06/EddyMalou
Issue Tracker:https://github.com/F0x06/EddyMalou/issues
Auto Name:Eddy Malou
Sum... |
Auto Name:Eddy Malou
Summary:Eddy Malou sound board
Description:
Eddy Malou sound board
.
Repo Type:git
Repo:https://github.com/F0x06/EddyMalou.git
Build:1.0,1
commit=1.0
Build:2.0,2
commit=2.0
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.0
Current Version Code:2
| <|file_sep|>metadata/com.f0x.eddymalou.txt.diff
original:
updated:
Build:2.0,2
commit=2.0
<|file_sep|>original/metadata/com.f0x.eddymalou.txt
Web Site:https://github.com/F0x06/EddyMalou
Source Code:https://github.com/F0x06/EddyMalou
Issue Tracker:https://github.com/F0x06/EddyMalou/issues
Auto Name:Eddy Malou
Sum... | 1534813b217ca8029e02dcf9041efd25216b29e1 | metadata/com.f0x.eddymalou.txt | metadata/com.f0x.eddymalou.txt | Text |
<|file_sep|>original/_drafts/2018-10-18.md
<|file_sep|>current/_drafts/2018-10-18.md
<|file_sep|>updated/_drafts/2018-10-18.md | ---
title: "Talks: October 18th, 2018 @ 18:00"
date: 2018-10-18
meetup_id: "254164244"
meetup_url: "https://www.meetup.com/CocoaHeads-Montreal/events/254164244/"
venue_name: "Lightspeed POS"
venue_address: "700 rue St-Antoine Est, Montréal, QC"
venue_address_map_url: "https://maps.google.com/maps?f=q&hl=en&q=700+ru... | <|file_sep|>original/_drafts/2018-10-18.md
<|file_sep|>current/_drafts/2018-10-18.md
<|file_sep|>updated/_drafts/2018-10-18.md
---
title: "Talks: October 18th, 2018 @ 18:00"
date: 2018-10-18
meetup_id: "254164244"
meetup_url: "https://www.meetup.com/CocoaHeads-Montreal/events/254164244/"
venue_name: "Lightspeed P... | 4008e857b8168487ccd75d1ba10cabdc5d2d619a | _drafts/2018-10-18.md | _drafts/2018-10-18.md | Markdown |
<|file_sep|>original/tests/unit/memefficiency.tcl
}
set current_mem [s used_memory]
set used [expr {$current_mem-$base_mem}]
set efficiency [expr {double($written)/$used}]
return $efficiency
}
start_server {tags {"memefficiency"}} {
foreach {size_range expected_min_efficiency} {
32 0... | }
set current_mem [s used_memory]
set used [expr {$current_mem-$base_mem}]
set efficiency [expr {double($written)/$used}]
return $efficiency
}
start_server {tags {"memefficiency"}} {
foreach {size_range expected_min_efficiency} {
32 0.15
64 0.25
128 0.35
... | <|file_sep|>original/tests/unit/memefficiency.tcl
}
set current_mem [s used_memory]
set used [expr {$current_mem-$base_mem}]
set efficiency [expr {double($written)/$used}]
return $efficiency
}
start_server {tags {"memefficiency"}} {
foreach {size_range expected_min_efficiency} {
32 0... | 9c9a65f04adc75a337a92f71b562237701e5330b | tests/unit/memefficiency.tcl | tests/unit/memefficiency.tcl | Tcl |
<|file_sep|>original/tools/lxlcrawler/list_sao_terms.py
#!/usr/bin/env python3
import lxlcrawler
start_url = "https://id.kb.se/find?q=*&limit=200&inScheme.@id=https://id.kb.se/term/sao"
for i, item in enumerate(lxlcrawler.crawl(start_url)):
print("[{}] {}, {}".format(i + 1, item['@id'], item.get('prefLabel')))
<|... | #!/usr/bin/env python3
import lxlcrawler
start_url = "https://id.kb.se/find?q=*&_limit=1024&inScheme.@id=https://id.kb.se/term/sao"
for i, item in enumerate(lxlcrawler.crawl(start_url)):
print("[{}] {}, {}".format(i + 1, item['@id'], item.get('prefLabel'))) | <|file_sep|>original/tools/lxlcrawler/list_sao_terms.py
#!/usr/bin/env python3
import lxlcrawler
start_url = "https://id.kb.se/find?q=*&limit=200&inScheme.@id=https://id.kb.se/term/sao"
for i, item in enumerate(lxlcrawler.crawl(start_url)):
print("[{}] {}, {}".format(i + 1, item['@id'], item.get('prefLabel')))
<|... | 35966403b243f7ac7effa0bc69e2938b9324278b | tools/lxlcrawler/list_sao_terms.py | tools/lxlcrawler/list_sao_terms.py | Python |
<|file_sep|>original/templates/config/add.html
{% extends "base.html" %}
{% block content %}
<h3>Add new configuration</h3>
<h2>{% block add_title %}Missing "add_title" block override {% endblock %}</h2>
<form class="add_config" action="" method="POST">{% csrf_token %}
{% block add_content %}
<table>
{{ form }}
</... | {% extends "base.html" %}
{% block content %}
<h3>Add new configuration</h3>
<h2>{{ step }}. {% block add_title %}Missing "add_title" block override {% endblock %}</h2>
<form class="add_config" action="" method="POST">{% csrf_token %}
{% block add_content %}
<table>
{{ form }}
</table>
{% endblock %}
<input type=... | <|file_sep|>original/templates/config/add.html
{% extends "base.html" %}
{% block content %}
<h3>Add new configuration</h3>
<h2>{% block add_title %}Missing "add_title" block override {% endblock %}</h2>
<form class="add_config" action="" method="POST">{% csrf_token %}
{% block add_content %}
<table>
{{ form }}
</... | 8c6f555e6680d1a814500f5e3830335ed6158d77 | templates/config/add.html | templates/config/add.html | HTML |
<|file_sep|>check_tests/eas_check_to_junit.xsl.diff
original:
updated:
<testsuite>
<properties/>
<|file_sep|>original/check_tests/eas_check_to_junit.xsl
<xsl:template match="chk:testsuites">
<testsuites>
<xsl:apply-templates select="chk:suite"/>
</testsuites>
</xsl:t... | </testsuites>
</xsl:template>
<xsl:template match="chk:suite">
<testsuite>
<properties/>
<xsl:for-each select="chk:test">
<xsl:element name="testcase">
<xsl:attribute name="classname">
<xsl:value-of select="chk:description"/>
... | <|file_sep|>check_tests/eas_check_to_junit.xsl.diff
original:
updated:
<testsuite>
<properties/>
<|file_sep|>original/check_tests/eas_check_to_junit.xsl
<xsl:template match="chk:testsuites">
<testsuites>
<xsl:apply-templates select="chk:suite"/>
</testsuites>
</xsl:t... | e5bb07527e3f65e455b14f40b4a72263fb196cab | check_tests/eas_check_to_junit.xsl | check_tests/eas_check_to_junit.xsl | XSLT |
<|file_sep|>original/Faraday.podspec
Pod::Spec.new do |spec|
spec.name = 'Faraday'
spec.version = '0.3.0'
spec.summary = 'Flexible HTTP client framework based on Rack'
spec.description = <<-DESCRIPTION
Flexible HTTP and HTTPS client framework based on Rack. Adopts the concept of
Rack middleware when process... | Pod::Spec.new do |spec|
spec.name = 'Faraday'
spec.version = '0.3.0'
spec.summary = 'Flexible HTTP client framework based on Rack'
spec.description = <<-DESCRIPTION.gsub(/\s+/, ' ').chomp
Flexible HTTP and HTTPS client framework based on Rack. Adopts the concept of
Rack middleware when processing the HTTP r... | <|file_sep|>original/Faraday.podspec
Pod::Spec.new do |spec|
spec.name = 'Faraday'
spec.version = '0.3.0'
spec.summary = 'Flexible HTTP client framework based on Rack'
spec.description = <<-DESCRIPTION
Flexible HTTP and HTTPS client framework based on Rack. Adopts the concept of
Rack middleware when process... | 46b36da8b1ecbf79d0c85800fe2f7c338c64e958 | Faraday.podspec | Faraday.podspec | Ruby |
<|file_sep|>composer.json.diff
original:
updated:
"evenement/evenement": "^3.0 || ^2.0",
<|file_sep|>original/composer.json
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"react/event-loop": "^0.4",
"react/promise": "~2.2",
"react/s... | "name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"evenement/evenement": "^3.0 || ^2.0",
"react/event-loop": "^0.4",
"react/promise": "~2.2",
"react/stream": "^0.4",
"wyrihaximus/react-child-process-pool": "^1.3"
},
"require-dev... | <|file_sep|>composer.json.diff
original:
updated:
"evenement/evenement": "^3.0 || ^2.0",
<|file_sep|>original/composer.json
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"react/event-loop": "^0.4",
"react/promise": "~2.2",
"react/s... | 2f3868cd68aa27b48d3d5a2fecdf24336915b7bb | composer.json | composer.json | JSON |
<|file_sep|>original/task.yml
environments:
HOME: /root
PATH: $PATH:/opt/chefdk/embedded/bin:/opt/chef/embedded/bin:/usr/bin
ROLE: '{{config.role}}'
CONSUL_SECRET_KEY: '{{config.token}}'
default:
timeout: 1800
events:
setup:
description: Execute setup
task: setup
configure:
description: Exe... | environments:
HOME: /root
PATH: $PATH:/opt/chefdk/embedded/bin:/opt/chef/embedded/bin:/usr/bin
ROLE: '{{config.role}}'
CONSUL_SECRET_KEY: '{{config.token}}'
default:
timeout: 1800
chef:
attribute_keys:
- cloudconductor
events:
setup:
description: Execute setup
task: setup
configure:... | <|file_sep|>original/task.yml
environments:
HOME: /root
PATH: $PATH:/opt/chefdk/embedded/bin:/opt/chef/embedded/bin:/usr/bin
ROLE: '{{config.role}}'
CONSUL_SECRET_KEY: '{{config.token}}'
default:
timeout: 1800
events:
setup:
description: Execute setup
task: setup
configure:
description: Exe... | f07c8deb9146168ccdccab4eb8733c25ba8046c0 | task.yml | task.yml | YAML |
<|file_sep|>original/jupyterlab_widgets/pyproject.toml
[build-system]
requires = ["jupyterlab~=3.0", "wheel"]
build-backend = "setuptools.build_meta"
<|file_sep|>current/jupyterlab_widgets/pyproject.toml
[build-system]
requires = ["jupyterlab~=3.0", "wheel"]
build-backend = "setuptools.build_meta"
<|file_sep|>updated/j... | [build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta" | <|file_sep|>original/jupyterlab_widgets/pyproject.toml
[build-system]
requires = ["jupyterlab~=3.0", "wheel"]
build-backend = "setuptools.build_meta"
<|file_sep|>current/jupyterlab_widgets/pyproject.toml
[build-system]
requires = ["jupyterlab~=3.0", "wheel"]
build-backend = "setuptools.build_meta"
<|file_sep|>updated/j... | 7c3f0b7c1629c08dc79f62b62a684aed3aef80e4 | jupyterlab_widgets/pyproject.toml | jupyterlab_widgets/pyproject.toml | TOML |
<|file_sep|>README.md.diff
original:
updated:
Issues can be filed in the GitHub issue tracker. Please don't use the
issue tracker for general support queries.
<|file_sep|>original/README.md
To build the docs locally:
$ virtualenv --no-site-packages ve/
$ source ve/bin/activate
(ve)$ pip install Sphinx
... | To build the docs locally:
$ virtualenv --no-site-packages ve/
$ source ve/bin/activate
(ve)$ pip install Sphinx
(ve)$ cd docs
(ve)$ make html
You'll find the docs in `docs/_build/html/index.html`.
You can contact the Vumi development team in the following ways:
* via *email* by joining the the ... | <|file_sep|>README.md.diff
original:
updated:
Issues can be filed in the GitHub issue tracker. Please don't use the
issue tracker for general support queries.
<|file_sep|>original/README.md
To build the docs locally:
$ virtualenv --no-site-packages ve/
$ source ve/bin/activate
(ve)$ pip install Sphinx
... | cdbfef1e8d32d59d4a459286e1e54b87f3fdc101 | README.md | README.md | Markdown |
<|file_sep|>original/synapse/config/password.py
from ._base import Config
class PasswordConfig(Config):
"""Password login configuration
"""
def read_config(self, config):
password_config = config.get("password_config", {})
self.password_enabled = password_config.get("enabled", True)
... |
class PasswordConfig(Config):
"""Password login configuration
"""
def read_config(self, config):
password_config = config.get("password_config", {})
self.password_enabled = password_config.get("enabled", True)
self.pepper = password_config.get("pepper", "")
def default_config... | <|file_sep|>original/synapse/config/password.py
from ._base import Config
class PasswordConfig(Config):
"""Password login configuration
"""
def read_config(self, config):
password_config = config.get("password_config", {})
self.password_enabled = password_config.get("enabled", True)
... | 507b8bb0910ef6fae9c7d9cb1405a33c4e4b6e8e | synapse/config/password.py | synapse/config/password.py | Python |
<|file_sep|>original/examples/generate.js
// Load our letter icon generator
var materialLetterIcons = require('../generator');
// Generate the letter icons and export them to dist/
materialLetterIcons.generateIcons(function(err) {
// Log errors
if (err) {
return console.log('Icon generator failed: ', e... | // Load our letter icon generator
var materialLetterIcons = require('../generator') || require('material-letter-icons');
// Generate the letter icons and export them to dist/
materialLetterIcons.generateIcons(function(err) {
// Log errors
if (err) {
return console.log('Icon generator failed: ', err);
... | <|file_sep|>original/examples/generate.js
// Load our letter icon generator
var materialLetterIcons = require('../generator');
// Generate the letter icons and export them to dist/
materialLetterIcons.generateIcons(function(err) {
// Log errors
if (err) {
return console.log('Icon generator failed: ', e... | 58bc37236ed79da107a3eb04999f429d9ef20410 | examples/generate.js | examples/generate.js | JavaScript |
<|file_sep|>bluebottle/projects/documents.py.diff
original:
from django_elasticsearch_dsl import DocType, Index
from bluebottle.projects.models import Project
updated:
from django_elasticsearch_dsl import DocType
from bluebottle.projects.models import Project
from bluebottle.utils.documents import MultiTenantIndex
<|... | from django_elasticsearch_dsl import DocType
from bluebottle.projects.models import Project
from bluebottle.utils.documents import MultiTenantIndex
# The name of your index
project = MultiTenantIndex('projects')
# See Elasticsearch Indices API reference for available settings
project.settings(
number_of_shards=1,... | <|file_sep|>bluebottle/projects/documents.py.diff
original:
from django_elasticsearch_dsl import DocType, Index
from bluebottle.projects.models import Project
updated:
from django_elasticsearch_dsl import DocType
from bluebottle.projects.models import Project
from bluebottle.utils.documents import MultiTenantIndex
<|... | 3c742914bd032648665f9069456d78c0a03e5568 | bluebottle/projects/documents.py | bluebottle/projects/documents.py | Python |
<|file_sep|>original/app/workers/initial_tagging_import.rb
class InitialTaggingImport
include Sidekiq::Worker
def perform(tagging_spreadsheet_id)
tagging_spreadsheet = TaggingSpreadsheet.find(tagging_spreadsheet_id)
errors = TagImporter::FetchRemoteData.new(tagging_spreadsheet).run
if errors.any?
... | class InitialTaggingImport
include Sidekiq::Worker
sidekiq_options retry: false
def perform(tagging_spreadsheet_id)
tagging_spreadsheet = TaggingSpreadsheet.find(tagging_spreadsheet_id)
errors = TagImporter::FetchRemoteData.new(tagging_spreadsheet).run
if errors.any?
tagging_spreadsheet.updat... | <|file_sep|>original/app/workers/initial_tagging_import.rb
class InitialTaggingImport
include Sidekiq::Worker
def perform(tagging_spreadsheet_id)
tagging_spreadsheet = TaggingSpreadsheet.find(tagging_spreadsheet_id)
errors = TagImporter::FetchRemoteData.new(tagging_spreadsheet).run
if errors.any?
... | 87f1801b04957a41c20afdc0af21ce1e94b36cf2 | app/workers/initial_tagging_import.rb | app/workers/initial_tagging_import.rb | Ruby |
<|file_sep|>package.json.diff
original:
"test": "mocha"
updated:
"test": "npm run lint && mocha"
<|file_sep|>package.json.diff
original:
updated:
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
<|file_sep|>original/package.json
},
"keywords": [
"data structures",
"dat... | },
"homepage": "https://github.com/dheavy/struqt#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"mocha": "^3.0.2"
},
"eslintConfig": {
"extends": "standar... | <|file_sep|>package.json.diff
original:
"test": "mocha"
updated:
"test": "npm run lint && mocha"
<|file_sep|>package.json.diff
original:
updated:
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
<|file_sep|>original/package.json
},
"keywords": [
"data structures",
"dat... | cb520c207da6de6db8f9f9d69b91fb59a33c99c8 | package.json | package.json | JSON |
<|file_sep|>original/src/MitternachtBot/Common/TimeConstants.cs
namespace Mitternacht.Common {
public class TimeConstants {
public const int WaitForForum = 500;
public const int TeamUpdate = 3 * 60 * 1000;
public const int Birthday = 60 * 1000;
public const int ForumNotification = 1 * 60 *... | namespace Mitternacht.Common {
public class TimeConstants {
public const int WaitForForum = 500;
public const int TeamUpdate = 3 * 60 * 1000;
public const int Birthday = 60 * 1000;
public const int ForumNotification = 30 * 1000;
}
} | <|file_sep|>original/src/MitternachtBot/Common/TimeConstants.cs
namespace Mitternacht.Common {
public class TimeConstants {
public const int WaitForForum = 500;
public const int TeamUpdate = 3 * 60 * 1000;
public const int Birthday = 60 * 1000;
public const int ForumNotification = 1 * 60 *... | c616e25c1c3e5d61651a9a6f3bfcb715c072fe64 | src/MitternachtBot/Common/TimeConstants.cs | src/MitternachtBot/Common/TimeConstants.cs | C# |
<|file_sep|>original/lib/sprockets/export/bundle_processor.rb
_, head, namespace, flags, export, tail = *js.match(PATTERN)
{ namespace: namespace,
flags: create_flags(flags),
export: format(export),
head: format(head),
tail: format(tail) }
end
def format(part)
... | private
def extract_template_data(js)
_, head, namespace, flags, export, tail = *js.match(PATTERN)
{ namespace: namespace,
flags: create_flags(flags),
export: format(export),
head: format(head),
tail: format(tail) }
end
def format(part)
part.strip.gsub(/... | <|file_sep|>original/lib/sprockets/export/bundle_processor.rb
_, head, namespace, flags, export, tail = *js.match(PATTERN)
{ namespace: namespace,
flags: create_flags(flags),
export: format(export),
head: format(head),
tail: format(tail) }
end
def format(part)
... | 6870b66b2f303f2052f4cfca6741a932a1b62d1a | lib/sprockets/export/bundle_processor.rb | lib/sprockets/export/bundle_processor.rb | Ruby |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.2.8
- 2.3.5
notifications:
email: false
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.2.8
- 2.3.5
notifications:
email: false
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.4.5
- 2.5.3
- 2.6.1
notifications:
email: false | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.2.8
- 2.3.5
notifications:
email: false
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.2.8
- 2.3.5
notifications:
email: false
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.4.5
- 2.5.3
- 2.6.1
notifications:
email: false | 7530bf3f5913b0597cc56d6e54657432d0b22e41 | .travis.yml | .travis.yml | YAML |
<|file_sep|>tests/test_vector2_scale.py.diff
original:
from utils import vectors
updated:
from utils import angle_isclose, vectors
<|file_sep|>original/tests/test_vector2_scale.py
import pytest # type: ignore
from hypothesis import assume, given
from hypothesis.strategies import floats
from math import isclose
from ut... |
@given(x=vectors(max_magnitude=1e75), l=floats(min_value=-1e75, max_value=1e75))
def test_scale_to_length(x: Vector2, l: float):
"""Test that the length of x.scale_to(l) is l."""
try:
assert isclose(x.scale_to(l).length, l)
except ZeroDivisionError:
assert x == (0, 0)
except ValueError... | <|file_sep|>tests/test_vector2_scale.py.diff
original:
from utils import vectors
updated:
from utils import angle_isclose, vectors
<|file_sep|>original/tests/test_vector2_scale.py
import pytest # type: ignore
from hypothesis import assume, given
from hypothesis.strategies import floats
from math import isclose
from ut... | 96b3911faadc22a07176c9338420ac8cd9fb06e5 | tests/test_vector2_scale.py | tests/test_vector2_scale.py | Python |
<|file_sep|>android/gradle/wrapper/gradle-wrapper.properties.diff
original:
#Mon Dec 28 10:00:20 PST 2015
updated:
#Fri Sep 02 07:50:15 EEST 2016
<|file_sep|>original/android/gradle/wrapper/gradle-wrapper.properties
#Mon Dec 28 10:00:20 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreB... | #Fri Sep 02 07:50:15 EEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip | <|file_sep|>android/gradle/wrapper/gradle-wrapper.properties.diff
original:
#Mon Dec 28 10:00:20 PST 2015
updated:
#Fri Sep 02 07:50:15 EEST 2016
<|file_sep|>original/android/gradle/wrapper/gradle-wrapper.properties
#Mon Dec 28 10:00:20 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreB... | ff30809a0ad085830918d31f73d1b40e02377f66 | android/gradle/wrapper/gradle-wrapper.properties | android/gradle/wrapper/gradle-wrapper.properties | INI |
<|file_sep|>original/.travis.yml
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- PEP8_IGNORE="E731,W503,E402"
# command to install dependencies
install:
- pip install coverage pep8
# command to run tests
# require 100% coverag... | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
env:
- PEP8_IGNORE="E731,W503,E402"
# command to install dependencies
install:
- pip install coverage pep8
# command to run tests
# require 100% coverage (not including test files) to pass Travis CI ... | <|file_sep|>original/.travis.yml
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- PEP8_IGNORE="E731,W503,E402"
# command to install dependencies
install:
- pip install coverage pep8
# command to run tests
# require 100% coverag... | 0692cea20d5936eb3e67a810b39972b0f9847a7f | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/battle-detail.coffee
require 'coffee-react/register'
require "#{ROOT}/views/env"
i18n = require './node_modules/i18n'
{join} = require 'path-extra'
i18n.configure
locales: ['en-US', 'ja-JP', 'zh-CN', 'zh-TW']
defaultLocale: 'zh-CN'
directory: join(__dirname, 'assets', 'i18n')
updateFiles:... | require 'coffee-react/register'
require "#{ROOT}/views/env"
try
require 'poi-plugin-translator'
catch error
console.error error
i18n = require './node_modules/i18n'
{join} = require 'path-extra'
i18n.configure
locales: ['en-US', 'ja-JP', 'zh-CN', 'zh-TW']
defaultLocale: 'zh-CN'
directory: join(__dirname, 'a... | <|file_sep|>original/battle-detail.coffee
require 'coffee-react/register'
require "#{ROOT}/views/env"
i18n = require './node_modules/i18n'
{join} = require 'path-extra'
i18n.configure
locales: ['en-US', 'ja-JP', 'zh-CN', 'zh-TW']
defaultLocale: 'zh-CN'
directory: join(__dirname, 'assets', 'i18n')
updateFiles:... | 9c0ceb69e947ce97f7d7d6218b9abfb4f3521dd5 | battle-detail.coffee | battle-detail.coffee | CoffeeScript |
<|file_sep|>original/README.md
DynamicsNAVProvider
===================
A type provider which allows to access Microsoft Dynamics NAV data from a SQL Server in a strongly typed way.
It's supporting LINQ queries, schema exploration and much more besides.
<a href="http://fsprojects.github.io/DynamicsNAVProvider" target=... | DynamicsNAVProvider
===================
A type provider which allows to access Microsoft Dynamics NAV data from a SQL Server in a strongly typed way.
It's supporting LINQ queries, schema exploration and much more besides.
<a href="http://fsprojects.github.io/DynamicsNAVProvider" target="_blank">Documentation is avail... | <|file_sep|>original/README.md
DynamicsNAVProvider
===================
A type provider which allows to access Microsoft Dynamics NAV data from a SQL Server in a strongly typed way.
It's supporting LINQ queries, schema exploration and much more besides.
<a href="http://fsprojects.github.io/DynamicsNAVProvider" target=... | 05cf40b382ca0e79e38ea4fc1c37c14afb5b916d | README.md | README.md | Markdown |
<|file_sep|>original/templates/layout.html.slim.erb
doctype html
html
head
title= page_title
meta charset="utf-8"
= stylesheet_link_tag :application, :media => 'all'
= csrf_meta_tags
body class=body_class
= render 'application/flashes'
= yield
= javascript_include_tag :application
... | doctype html
html
head
title= page_title
meta charset="utf-8"
= stylesheet_link_tag :application, media: 'all'
= csrf_meta_tags
body class=body_class
= render 'application/flashes'
= yield
= javascript_include_tag :application
= yield :javascript
| <|file_sep|>original/templates/layout.html.slim.erb
doctype html
html
head
title= page_title
meta charset="utf-8"
= stylesheet_link_tag :application, :media => 'all'
= csrf_meta_tags
body class=body_class
= render 'application/flashes'
= yield
= javascript_include_tag :application
... | c01728fa3d64df6e32856ac9ec2536837ca16aed | templates/layout.html.slim.erb | templates/layout.html.slim.erb | HTML+ERB |
<|file_sep|>original/bluebottle/tasks/migrations/0024_auto_20170602_2304.py
<|file_sep|>current/bluebottle/tasks/migrations/0024_auto_20170602_2304.py
<|file_sep|>updated/bluebottle/tasks/migrations/0024_auto_20170602_2304.py | # -*- coding: utf-8 -*-
# Generated by Django 1.10.2 on 2017-06-02 21:04
from __future__ import unicode_literals
from django.db import migrations
def add_phaselogs_to_old_tasks(apps, schema_editor):
Task = apps.get_model('tasks', 'Task')
TaskStatusLog = apps.get_model('tasks', 'TaskStatusLog')
for task ... | <|file_sep|>original/bluebottle/tasks/migrations/0024_auto_20170602_2304.py
<|file_sep|>current/bluebottle/tasks/migrations/0024_auto_20170602_2304.py
<|file_sep|>updated/bluebottle/tasks/migrations/0024_auto_20170602_2304.py
# -*- coding: utf-8 -*-
# Generated by Django 1.10.2 on 2017-06-02 21:04
from __future__ imp... | 87acd24224a648407bd0ee538db3c2a1f925a7b1 | bluebottle/tasks/migrations/0024_auto_20170602_2304.py | bluebottle/tasks/migrations/0024_auto_20170602_2304.py | Python |
<|file_sep|>original/moocng/peerreview/managers.py
# Copyright 2013 Rooter Analysis S.L.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# ... | #
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under t... | <|file_sep|>original/moocng/peerreview/managers.py
# Copyright 2013 Rooter Analysis S.L.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# ... | 05fc49863d202b2e12f8ac822c40bab4618aeff1 | moocng/peerreview/managers.py | moocng/peerreview/managers.py | Python |
<|file_sep|>composer.json.diff
original:
"kertz/twitteroauth": "dev-master@dev"
updated:
"kertz/twitteroauth": "dev-master"
<|file_sep|>composer.json.diff
original:
}
updated:
},
"classmap": [
"vendor/kertz/twitteroauth/twitteroauth"
]
<|file_sep|>original/com... | {
"name": "Yavor Mihaylov",
"email": "ymihaylov@despark.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"sammyk/laravel-facebook-sdk": "~1.1",
"kertz/twitteroauth": "dev-master"
},
"autoload": {
"psr-... | <|file_sep|>composer.json.diff
original:
"kertz/twitteroauth": "dev-master@dev"
updated:
"kertz/twitteroauth": "dev-master"
<|file_sep|>composer.json.diff
original:
}
updated:
},
"classmap": [
"vendor/kertz/twitteroauth/twitteroauth"
]
<|file_sep|>original/com... | c60a624ddee150ab23f08026ea10f246e0f4681e | composer.json | composer.json | JSON |
<|file_sep|>original/app/assets/stylesheets/crimes.css.scss
// Place all the styles related to the Crimes controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
<|file_sep|>current/app/assets/stylesheets/crimes.css.scss
// Place all the styles ... | // Place all the styles related to the Crimes controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
#map-canvas {
height: 900px;
width: 100%;
}
/*fix zoom bar distortion problem*/
#map-canvas *, #map-canvas *:before, #map-canvas *:after {
... | <|file_sep|>original/app/assets/stylesheets/crimes.css.scss
// Place all the styles related to the Crimes controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
<|file_sep|>current/app/assets/stylesheets/crimes.css.scss
// Place all the styles ... | cab98879975a5428c00172556dea6cd2815ed059 | app/assets/stylesheets/crimes.css.scss | app/assets/stylesheets/crimes.css.scss | SCSS |
<|file_sep|>app/assets/javascripts/voluntary_ranking/routes/profile/rankings_route.js.coffee.diff
original:
updated:
@controllerFor('profile.rankings').set('yourRanking', true); @controllerFor('profile.rankings').set('yourRankingClass', 'btn active');
@controllerFor('profile.rankings').set('globalRankingClass... | VoluntaryOnEmberjs.ProfileRankingsRoute = Ember.Route.extend
model: (params) ->
@controllerFor('profile.rankings').set('yourRanking', true); @controllerFor('profile.rankings').set('yourRankingClass', 'btn active');
@controllerFor('profile.rankings').set('globalRankingClass', 'btn')
@controllerFor('profil... | <|file_sep|>app/assets/javascripts/voluntary_ranking/routes/profile/rankings_route.js.coffee.diff
original:
updated:
@controllerFor('profile.rankings').set('yourRanking', true); @controllerFor('profile.rankings').set('yourRankingClass', 'btn active');
@controllerFor('profile.rankings').set('globalRankingClass... | 11838a0cde985ba81c4221c849ec23db43887682 | app/assets/javascripts/voluntary_ranking/routes/profile/rankings_route.js.coffee | app/assets/javascripts/voluntary_ranking/routes/profile/rankings_route.js.coffee | CoffeeScript |
<|file_sep|>config/application.rb.diff
original:
updated:
config.assets.precompile += %w(base.js country.js home.js map.js protected_areas.js search.js)
<|file_sep|>original/config/application.rb
# Settings in config/environments/* take precedence over those specified here.
# Application configuration shou... | # Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. De... | <|file_sep|>config/application.rb.diff
original:
updated:
config.assets.precompile += %w(base.js country.js home.js map.js protected_areas.js search.js)
<|file_sep|>original/config/application.rb
# Settings in config/environments/* take precedence over those specified here.
# Application configuration shou... | d97afb34877e3b4526f6254b4b97d0c768e5612d | config/application.rb | config/application.rb | Ruby |
<|file_sep|>original/tests/test_asyncio.py
<|file_sep|>current/tests/test_asyncio.py
<|file_sep|>updated/tests/test_asyncio.py | import asyncio
async def routine0(s,n):
print('CRT:',s,':',n)
async def routine(id, n):
print('TEST[%s] %d'%(id,n))
if not n:
return
n -= 1
await routine(id, n)
await routine0(id, n)
loop = asyncio.get_event_loop()
tasks = [
asyncio.ensure_future(routine('a',5)),
asyncio.ensure_future(routine('b'... | <|file_sep|>original/tests/test_asyncio.py
<|file_sep|>current/tests/test_asyncio.py
<|file_sep|>updated/tests/test_asyncio.py
import asyncio
async def routine0(s,n):
print('CRT:',s,':',n)
async def routine(id, n):
print('TEST[%s] %d'%(id,n))
if not n:
return
n -= 1
await routine(id, n)
await routin... | 40154d7de207df9689ac220cc8966735cb3ed5af | tests/test_asyncio.py | tests/test_asyncio.py | Python |
<|file_sep|>original/test/surface_spec.rb
<|file_sep|>current/test/surface_spec.rb
<|file_sep|>updated/test/surface_spec.rb | # This is mostly for regression testing and bugfix confirmation at the moment.
require 'rubygame'
include Rubygame
context "A Surface being created (with a Screen available)" do
setup do
@screen = Screen.new([100,100])
end
teardown do
Rubygame.quit
end
specify "should raise TypeError when #new siz... | <|file_sep|>original/test/surface_spec.rb
<|file_sep|>current/test/surface_spec.rb
<|file_sep|>updated/test/surface_spec.rb
# This is mostly for regression testing and bugfix confirmation at the moment.
require 'rubygame'
include Rubygame
context "A Surface being created (with a Screen available)" do
setup do
... | ebc4f41567318f6ac5af87b548216642f1a852b4 | test/surface_spec.rb | test/surface_spec.rb | Ruby |
<|file_sep|>original/source/layouts/talk_layout.slim
- wrap_layout :layout do
.col-md-9
.row.template-header
h1.text-center = talk.title
.byline.text-center
| A talk by
span.speaker-name = talk.speaker
.talk-details.text-center
<i class="fa fa-map-marker"></i>
... | - wrap_layout :layout do
.col-md-9
.row.template-header
h1.text-center = talk.title
.byline.text-center
| A talk by
span.speaker-name = talk.speaker
.talk-details.text-center
<i class="fa fa-map-marker"></i>
| In the #{talk.room} room, at #{talk.session} on... | <|file_sep|>original/source/layouts/talk_layout.slim
- wrap_layout :layout do
.col-md-9
.row.template-header
h1.text-center = talk.title
.byline.text-center
| A talk by
span.speaker-name = talk.speaker
.talk-details.text-center
<i class="fa fa-map-marker"></i>
... | 0b7895800642f41dde273a638aa274e3ae1d1096 | source/layouts/talk_layout.slim | source/layouts/talk_layout.slim | Slim |
<|file_sep|>original/.travis.yml
sudo: false
language: ruby
before_script:
# https://github.com/travis-ci/travis-ci/issues/8408
- unset _JAVA_OPTIONS
script:
- bundle exec rspec
matrix:
include:
- rvm: 2.2.8
- rvm: 2.3.5
- rvm: 2.4.2
- rvm: 2.5.0
- rvm: ruby-head
- jdk: oraclejdk8
install:
... | sudo: false
language: ruby
before_script:
# https://github.com/travis-ci/travis-ci/issues/8408
- unset _JAVA_OPTIONS
script:
- bundle exec rspec
matrix:
include:
- rvm: 2.2.9
- rvm: 2.3.6
- rvm: 2.4.3
- rvm: 2.5.0
- rvm: ruby-head
- jdk: oraclejdk8
install:
- curl -L https://github.com/gra... | <|file_sep|>original/.travis.yml
sudo: false
language: ruby
before_script:
# https://github.com/travis-ci/travis-ci/issues/8408
- unset _JAVA_OPTIONS
script:
- bundle exec rspec
matrix:
include:
- rvm: 2.2.8
- rvm: 2.3.5
- rvm: 2.4.2
- rvm: 2.5.0
- rvm: ruby-head
- jdk: oraclejdk8
install:
... | 1475e7e7aa5a683de72f875c7b606515ddbb0ef2 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/wagtail/admin/templates/wagtailadmin/edit_handlers/tabbed_interface.html
{% load wagtailadmin_tags %}
<ul class="tab-nav merged" role="tablist">
{% for child in self.children %}
<li id="tab-label-{{ child.heading|cautious_slugify }}" class="{{ child.classes|join:" " }} {% if forloop.fir... | {% load wagtailadmin_tags %}
<ul class="tab-nav merged" role="tablist">
{% for child in self.children %}
<li id="tab-label-{{ child.heading|cautious_slugify }}" class="{{ child.classes|join:" " }} {% if forloop.first %}active{% endif %}" role="tab" aria-controls="tab-{{ child.heading|cautious_slugify }}"><a... | <|file_sep|>original/wagtail/admin/templates/wagtailadmin/edit_handlers/tabbed_interface.html
{% load wagtailadmin_tags %}
<ul class="tab-nav merged" role="tablist">
{% for child in self.children %}
<li id="tab-label-{{ child.heading|cautious_slugify }}" class="{{ child.classes|join:" " }} {% if forloop.fir... | df80f5431599576b1b615355e3316d7ba3d4a559 | wagtail/admin/templates/wagtailadmin/edit_handlers/tabbed_interface.html | wagtail/admin/templates/wagtailadmin/edit_handlers/tabbed_interface.html | HTML |
<|file_sep|>original/.travis.yml
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
mkdir tests/data & composer install -n
script:
- phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
- CODECLIMATE_REPO_TOKEN=ea35a3cdfec0b65d58fe2c9808a959362528... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
mkdir tests/data & composer install -n
script:
- ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
- CODECLIMATE_REPO_TOKEN=ea35a3cdfec0b65d58fe2c9808a95936252826f9aaf567c5bdb4a3c9... | <|file_sep|>original/.travis.yml
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
mkdir tests/data & composer install -n
script:
- phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
- CODECLIMATE_REPO_TOKEN=ea35a3cdfec0b65d58fe2c9808a959362528... | befde5e62de80777e52e5d8a25c2d3a64ad9e925 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: r
r:
- oldrel
- release
- devel
r_github_packages:
- r-lib/covr
- r-lib/pkgdown
cache: packages
warnings_are_errors: false
after_success:
# Run and upload test coverage to codecov.io
- Rscript -e 'covr::codecov()'
# Build docs
- Rscript -e 'devtools::doc... | language: r
r:
- oldrel
- release
- devel
bioc_packages:
- graph
r_github_packages:
- r-lib/covr
- r-lib/pkgdown
cache: packages
warnings_are_errors: false
after_success:
# Run and upload test coverage to codecov.io
- Rscript -e 'covr::codecov()' | <|file_sep|>original/.travis.yml
language: r
r:
- oldrel
- release
- devel
r_github_packages:
- r-lib/covr
- r-lib/pkgdown
cache: packages
warnings_are_errors: false
after_success:
# Run and upload test coverage to codecov.io
- Rscript -e 'covr::codecov()'
# Build docs
- Rscript -e 'devtools::doc... | 5e1c5b1b9e2ad2c3f0a006e8a53e60738070a025 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.github/workflows/verifiers.yml
<|file_sep|>current/.github/workflows/verifiers.yml
<|file_sep|>updated/.github/workflows/verifiers.yml | name: metamath-setmm-verifiers
on: [push]
jobs:
# checkmm is a C++ verifier by Eric Schmidt
# It's the simplest Metamath verifier to set up and use,
# so let's start with it.
checkmm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo 'Starting'
- run: pwd
- ru... | <|file_sep|>original/.github/workflows/verifiers.yml
<|file_sep|>current/.github/workflows/verifiers.yml
<|file_sep|>updated/.github/workflows/verifiers.yml
name: metamath-setmm-verifiers
on: [push]
jobs:
# checkmm is a C++ verifier by Eric Schmidt
# It's the simplest Metamath verifier to set up and use,
# so l... | a22e0ff82bc94951b449b6700bb4da40854f7793 | .github/workflows/verifiers.yml | .github/workflows/verifiers.yml | YAML |
<|file_sep|>original/package.json
{
"name": "fh-service-sharepoint-cloud",
"version": "0.2.0",
"dependencies": {
"express": "4.0.0",
"fh-mbaas-api": "^5.13.11",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"node-uuid": "^1.4.3",
"sharepointer": "^1.3.2",
"underscore": "^1.8.3"
},
"de... | {
"name": "fh-service-sharepoint-cloud",
"version": "0.2.0",
"dependencies": {
"express": "4.0.0",
"fh-mbaas-api": "5.13.12",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"node-uuid": "^1.4.3",
"sharepointer": "^1.3.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "0.4... | <|file_sep|>original/package.json
{
"name": "fh-service-sharepoint-cloud",
"version": "0.2.0",
"dependencies": {
"express": "4.0.0",
"fh-mbaas-api": "^5.13.11",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"node-uuid": "^1.4.3",
"sharepointer": "^1.3.2",
"underscore": "^1.8.3"
},
"de... | c51bb6b4be958bc3f045f3d7793bd793327d0336 | package.json | package.json | JSON |
<|file_sep|>original/LICENSE.md
The MIT License (MIT)
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights ... | The MIT License (MIT)
Copyright (c) 2013 Blinkinlabs, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge,... | <|file_sep|>original/LICENSE.md
The MIT License (MIT)
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights ... | 0c3a43daf328b66a20b774e63887d635e36d692b | LICENSE.md | LICENSE.md | Markdown |
<|file_sep|>.travis.yml.diff
original:
updated:
- sudo apt-get update -y
- sudo apt-get install -y gdebi python cowsay vagrant=1:1.7.4 python-pip=1.5.4-1ubuntu1
<|file_sep|>original/.travis.yml
before_install:
- wget http://download.virtualbox.org/virtualbox/5.0.2/virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_i386.d... | before_install:
- sudo apt-get update -y
- sudo apt-get install -y gdebi python cowsay vagrant=1:1.7.4 python-pip=1.5.4-1ubuntu1
- wget http://download.virtualbox.org/virtualbox/5.0.2/virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_i386.deb
- sudo gdebi virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_i386.deb
- sudo pip ... | <|file_sep|>.travis.yml.diff
original:
updated:
- sudo apt-get update -y
- sudo apt-get install -y gdebi python cowsay vagrant=1:1.7.4 python-pip=1.5.4-1ubuntu1
<|file_sep|>original/.travis.yml
before_install:
- wget http://download.virtualbox.org/virtualbox/5.0.2/virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_i386.d... | 0be63ac0f72c9c1bebfbd1bf8407fe9ce3c46162 | .travis.yml | .travis.yml | YAML |
<|file_sep|>server/README.md.diff
original:
## tips
updated:
## authentication & tips
#### By default all files are public.
<|file_sep|>original/server/README.md
## get started
```sh
cd server
php -S 127.0.0.1:8080
```
## requirements
- `php5` (5.3 for normal use, but 5.4 is required to use PHP built-in server as... |
```sh
cd server
php -S 127.0.0.1:8080
```
## requirements
- `php5` (5.3 for normal use, but 5.4 is required to use PHP built-in server as is shown in the get started)
- `php5-sqlite`
## authentication & tips
#### By default all files are public.
Please don't use `php -S` for production, the built-in server must... | <|file_sep|>server/README.md.diff
original:
## tips
updated:
## authentication & tips
#### By default all files are public.
<|file_sep|>original/server/README.md
## get started
```sh
cd server
php -S 127.0.0.1:8080
```
## requirements
- `php5` (5.3 for normal use, but 5.4 is required to use PHP built-in server as... | 86688f571ed92d8ca84789d5ffd5c6a53b1292ba | server/README.md | server/README.md | Markdown |
<|file_sep|>original/.travis.yml
sudo: required
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
<|file_sep|>current/.travis.yml
sudo: required
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
<|file_sep|>updated/.travis.yml | sudo: required
before_install: gem update --system
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0 | <|file_sep|>original/.travis.yml
sudo: required
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
<|file_sep|>current/.travis.yml
sudo: required
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
<|file_sep|>updated/.travis.yml
sudo: required
before_install: gem update --system
dist: trusty
languag... | d0063fdc356b0143a0f3508e60c1e2e635e43f1f | .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.