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/.travis.yml language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" # Command to run tests script: py.test <|file_sep|>current/.travis.yml language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" # Command to run tests s...
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" # Temporarily use xenial with with sudo to install Python 3.7. References: # https://github.com/travis-ci/travis-ci/issues/9069 # https://github.com/travis-ci/travis-ci/issues/9815 matrix: include: - python: "3.7" ...
<|file_sep|>original/.travis.yml language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" # Command to run tests script: py.test <|file_sep|>current/.travis.yml language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" # Command to run tests s...
a1acbb1f1bd394e0d9dd43a7bd2967e268ef4808
.travis.yml
.travis.yml
YAML
<|file_sep|>original/build32bit.sh #!/bin/bash if [[ -z "${TEST_32BIT}" ]]; then echo "Not on Travis" exit 0 fi docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} i386/ubuntu bash -c " apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -yq python3 locales python...
#!/bin/bash if [[ -z "${TEST_32BIT}" ]]; then echo "Not on Travis" exit 0 fi docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} i386/ubuntu bash -c " apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -yq python3 locales python3-pip debianutils \ && pip3 ins...
<|file_sep|>original/build32bit.sh #!/bin/bash if [[ -z "${TEST_32BIT}" ]]; then echo "Not on Travis" exit 0 fi docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} i386/ubuntu bash -c " apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -yq python3 locales python...
237fd5186d898c11a5a767e2683fec14691774a7
build32bit.sh
build32bit.sh
Shell
<|file_sep|>src/connectors/wire/WireServer.cpp.diff original: updated: protocolHandler(protocolHandler), <|file_sep|>original/src/connectors/wire/WireServer.cpp #include <cucumber-cpp/internal/connectors/wire/WireServer.hpp> namespace cucumber { namespace internal { SocketServer::SocketServer(const ProtocolHandl...
#include <cucumber-cpp/internal/connectors/wire/WireServer.hpp> namespace cucumber { namespace internal { SocketServer::SocketServer(const ProtocolHandler *protocolHandler) : protocolHandler(protocolHandler), ios(), acceptor(ios) { } void SocketServer::listen(const port_type port) { tcp::endpoint end...
<|file_sep|>src/connectors/wire/WireServer.cpp.diff original: updated: protocolHandler(protocolHandler), <|file_sep|>original/src/connectors/wire/WireServer.cpp #include <cucumber-cpp/internal/connectors/wire/WireServer.hpp> namespace cucumber { namespace internal { SocketServer::SocketServer(const ProtocolHandl...
3c388e79eff5334382fc8ae2c147cb3f9ef8eaa6
src/connectors/wire/WireServer.cpp
src/connectors/wire/WireServer.cpp
C++
<|file_sep|>original/heufybot/modules/util/commandhandler.py <|file_sep|>current/heufybot/modules/util/commandhandler.py <|file_sep|>updated/heufybot/modules/util/commandhandler.py
from twisted.plugin import IPlugin from heufybot.moduleinterface import BotModule, IBotModule from zope.interface import implements class CommandHandler(BotModule): implements(IPlugin, IBotModule) name = "CommandHandler" def hookBot(self, bot): self.bot = bot def actions(self): retu...
<|file_sep|>original/heufybot/modules/util/commandhandler.py <|file_sep|>current/heufybot/modules/util/commandhandler.py <|file_sep|>updated/heufybot/modules/util/commandhandler.py from twisted.plugin import IPlugin from heufybot.moduleinterface import BotModule, IBotModule from zope.interface import implements cla...
56fd675e5bf0bd68a73e21c244807c39a87a3eee
heufybot/modules/util/commandhandler.py
heufybot/modules/util/commandhandler.py
Python
<|file_sep|>original/.travis.yml language: java sudo: required services: - docker install: - sudo pip install nose script: - make - make test - make sdkbase <|file_sep|>current/.travis.yml language: java sudo: required services: - docker install: - sudo pip install nose script: - make - make t...
language: java sudo: required services: - docker install: - sudo pip install nose2 script: - make - make test - make sdkbase
<|file_sep|>original/.travis.yml language: java sudo: required services: - docker install: - sudo pip install nose script: - make - make test - make sdkbase <|file_sep|>current/.travis.yml language: java sudo: required services: - docker install: - sudo pip install nose script: - make - make t...
a47932ce2e6f556ef7ef8a394e1e03a48e46206f
.travis.yml
.travis.yml
YAML
<|file_sep|>composer.json.diff original: "integrated/content-bundle": "~0.1", updated: "integrated/content-bundle": "~0.3", <|file_sep|>original/composer.json "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.4", "symfony/symfony": "~2.4", "symfony/frame...
"minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.4", "symfony/symfony": "~2.4", "symfony/framework-bundle": "~2.2", "doctrine/doctrine-fixtures-bundle": "~2.2", "integrated/library": "~0.1", "integrated/content-bundle": "~0.3", "integrated/use...
<|file_sep|>composer.json.diff original: "integrated/content-bundle": "~0.1", updated: "integrated/content-bundle": "~0.3", <|file_sep|>original/composer.json "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.4", "symfony/symfony": "~2.4", "symfony/frame...
8f4a777d8700ca6e1ed230fc0c935647ba98c460
composer.json
composer.json
JSON
<|file_sep|>original/src/SBLayout/Model/Page/ContentPage.php <?php namespace SBLayout\Model\Page; use SBLayout\Model\Application; use SBLayout\Model\Page\Content\Contents; /** * Defines a page displaying arbitrary contents in one or more content sections. */ class ContentPage extends Page { /** A content object sto...
<?php namespace SBLayout\Model\Page; use SBLayout\Model\Application; use SBLayout\Model\PageForbiddenException; use SBLayout\Model\PageNotFoundException; use SBLayout\Model\Page\Content\Contents; /** * Defines a page displaying arbitrary contents in one or more content sections. */ class ContentPage extends Page { ...
<|file_sep|>original/src/SBLayout/Model/Page/ContentPage.php <?php namespace SBLayout\Model\Page; use SBLayout\Model\Application; use SBLayout\Model\Page\Content\Contents; /** * Defines a page displaying arbitrary contents in one or more content sections. */ class ContentPage extends Page { /** A content object sto...
fb3c758647c427c6314aa68501493aa9f2a41d2c
src/SBLayout/Model/Page/ContentPage.php
src/SBLayout/Model/Page/ContentPage.php
PHP
<|file_sep|>l10n_br_account_payment_order/models/cnab_return_move_code.py.diff original: name = fields.Char(string='Name') code = fields.Char(string='Code') updated: name = fields.Char( string='Name', index=True, ) code = fields.Char( string='Code', index=True, ) ...
payment_method_id = fields.Many2one( comodel_name='account.payment.method', string='Payment Method', index=True, ) # Fields used to create domain bank_code_bc = fields.Char( related='bank_id.code_bc', store=True, ) payment_method_code = fields.Char( ...
<|file_sep|>l10n_br_account_payment_order/models/cnab_return_move_code.py.diff original: name = fields.Char(string='Name') code = fields.Char(string='Code') updated: name = fields.Char( string='Name', index=True, ) code = fields.Char( string='Code', index=True, ) ...
4ca292e53710dd4ef481e7fa5965e22d3f94e65b
l10n_br_account_payment_order/models/cnab_return_move_code.py
l10n_br_account_payment_order/models/cnab_return_move_code.py
Python
<|file_sep|>voctocore/lib/sources/__init__.py.diff original: elif kind == 'test': sources[name] = TestSource(name, has_audio, has_video) updated: <|file_sep|>original/voctocore/lib/sources/__init__.py def spawn_source(name, port, has_audio=True, has_video=True, force_num_streams=None): ...
kind = Config.getSourceKind(name) if kind == 'img': sources[name] = ImgVSource(name) elif kind == 'decklink': sources[name] = DeckLinkAVSource(name, has_audio, has_video) elif kind == 'videoloop': sources[name] = VideoLoopSource(name) elif kind == 'tcp': sources[name...
<|file_sep|>voctocore/lib/sources/__init__.py.diff original: elif kind == 'test': sources[name] = TestSource(name, has_audio, has_video) updated: <|file_sep|>original/voctocore/lib/sources/__init__.py def spawn_source(name, port, has_audio=True, has_video=True, force_num_streams=None): ...
6099451fe088fe74945bbeedeeee66896bd7ff3d
voctocore/lib/sources/__init__.py
voctocore/lib/sources/__init__.py
Python
<|file_sep|>packages/ha/harp.yaml.diff original: hash: 1c2df0fd5dc512499da320df95081f55d019c57ba30f39939b85d35d79f1c7f2 updated: hash: 72f2fd8cf8662da4ac244b158c156cc8c2d4be06834ebc21a15e56ec8af5bb95 <|file_sep|>packages/ha/harp.yaml.diff original: base: <4.14 updated: base: <4.15 <|file_sep|>packages/ha/harp.yaml....
- 0.2.1 - '0.4' - 0.4.1 - 0.4.2 - 0.4.3 - 0.4.3.1 - 0.4.3.2 - 0.4.3.3 - 0.4.3.4 author: Niklas Broberg latest: 0.4.3.4 description-type: haddock description: |- HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility with the power of regular expressions. This e...
<|file_sep|>packages/ha/harp.yaml.diff original: hash: 1c2df0fd5dc512499da320df95081f55d019c57ba30f39939b85d35d79f1c7f2 updated: hash: 72f2fd8cf8662da4ac244b158c156cc8c2d4be06834ebc21a15e56ec8af5bb95 <|file_sep|>packages/ha/harp.yaml.diff original: base: <4.14 updated: base: <4.15 <|file_sep|>packages/ha/harp.yaml....
1bd89569809490cfd5ee64eb320a9baf46ed91a0
packages/ha/harp.yaml
packages/ha/harp.yaml
YAML
<|file_sep|>app/Services/GraphQL.php.diff original: updated: use Illuminate\Support\Facades\Log; <|file_sep|>app/Services/GraphQL.php.diff original: * Run a GraphQL query using the client. updated: * Run a GraphQL query using the client * and parse the data result into a convenient format. <|file_sep|>a...
* Run a GraphQL query using the client * and parse the data result into a convenient format. * * @param $query String * @param $variables Array * @param $queryKey String * @return Array|null */ public function query($query, $variables, $queryKey) { // Use ...
<|file_sep|>app/Services/GraphQL.php.diff original: updated: use Illuminate\Support\Facades\Log; <|file_sep|>app/Services/GraphQL.php.diff original: * Run a GraphQL query using the client. updated: * Run a GraphQL query using the client * and parse the data result into a convenient format. <|file_sep|>a...
360408dac810a017891fbf3465b4910f16167a19
app/Services/GraphQL.php
app/Services/GraphQL.php
PHP
<|file_sep|>original/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.5 cryptography==2.1.4 PyYAML==3.12 pytest==3.3.0 pytz==2017.3 <|file_sep|>current/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 fl...
pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.5 cryptography==2.1.4 PyYAML==3.12 pytest==3.3.1 pytz==2017.3
<|file_sep|>original/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.5 cryptography==2.1.4 PyYAML==3.12 pytest==3.3.0 pytz==2017.3 <|file_sep|>current/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 fl...
7dfcf28a906dcf4028a2b68bde0ba10600163093
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>original/example/sse-chat/server.js let sseExpress = require('sse-express'); let app = express(); let globalId = 1; let connections = []; app.use(bodyParser.urlencoded({ // to support URL-encoded bodies extended: true })); app.use((req, res, next) => { // cors res.setHeader('...
let sseExpress = require('sse-express'); let app = express(); let globalId = 1; let connections = []; app.use(bodyParser.urlencoded({ // to support URL-encoded bodies extended: true })); app.use((req, res, next) => { // setup cors res.setHeader('Access-Control-Allow-Origin', '*'); ne...
<|file_sep|>original/example/sse-chat/server.js let sseExpress = require('sse-express'); let app = express(); let globalId = 1; let connections = []; app.use(bodyParser.urlencoded({ // to support URL-encoded bodies extended: true })); app.use((req, res, next) => { // cors res.setHeader('...
ee736d3bc56247ab9c4a7f387535a2fd71d3a14f
example/sse-chat/server.js
example/sse-chat/server.js
JavaScript
<|file_sep|>original/setup.py packages=['django_databrowse', 'django_databrowse.plugins'], package_dir={'django_databrowse': 'django_databrowse'}, package_data={ 'django_databrowse': [ 'templates/databrowse/*.html', 'templates/databrowse/include/*.html' ] }, p...
packages=['django_databrowse', 'django_databrowse.plugins'], package_dir={'django_databrowse': 'django_databrowse'}, package_data={ 'django_databrowse': [ 'templates/databrowse/*.html', 'templates/databrowse/include/*.html' ] }, provides=['django_databrowse'],...
<|file_sep|>original/setup.py packages=['django_databrowse', 'django_databrowse.plugins'], package_dir={'django_databrowse': 'django_databrowse'}, package_data={ 'django_databrowse': [ 'templates/databrowse/*.html', 'templates/databrowse/include/*.html' ] }, p...
1525d327adf76a37bdbd6b0b9f63308ad55c5dbc
setup.py
setup.py
Python
<|file_sep|>original/spec/features/gradle_dependencies_spec.rb <|file_sep|>current/spec/features/gradle_dependencies_spec.rb <|file_sep|>updated/spec/features/gradle_dependencies_spec.rb
require 'spec_helper' require './features/step_definitions/testing_dsl' describe "Gradle Dependencies" do # As a Java developer # I want to be able to manage Gradle dependencies let(:user) { LicenseFinder::TestingDSL::User.new } specify "are shown in reports" do user.create_gradle_app user.run_licens...
<|file_sep|>original/spec/features/gradle_dependencies_spec.rb <|file_sep|>current/spec/features/gradle_dependencies_spec.rb <|file_sep|>updated/spec/features/gradle_dependencies_spec.rb require 'spec_helper' require './features/step_definitions/testing_dsl' describe "Gradle Dependencies" do # As a Java developer ...
47aeefd35a1c71b24e1cc5013dd599efcdd1da72
spec/features/gradle_dependencies_spec.rb
spec/features/gradle_dependencies_spec.rb
Ruby
<|file_sep|>original/i18n/fr-FR.yaml photos: | Le {takenDate, date, long}, {name} {numPhotos, plural, =0 {n'a pas pris de photographies.} =1 {a pris une photographie.} other {a pris # photographies.} } <|file_sep|>current/i18n/fr-FR.yaml photos: | Le {takenDate, date, long}, {name} {numPhotos, plural,...
photos: | Le {takenDate, date, long}, {name} {numPhotos, plural, =0 {n'a pas pris de photographie.} =1 {a pris une photographie.} other {a pris # photographies.} }
<|file_sep|>original/i18n/fr-FR.yaml photos: | Le {takenDate, date, long}, {name} {numPhotos, plural, =0 {n'a pas pris de photographies.} =1 {a pris une photographie.} other {a pris # photographies.} } <|file_sep|>current/i18n/fr-FR.yaml photos: | Le {takenDate, date, long}, {name} {numPhotos, plural,...
418ace3ba38d0a512c65fcad2a20de3cf895076d
i18n/fr-FR.yaml
i18n/fr-FR.yaml
YAML
<|file_sep|>original/configs/radiohead.json "email": "mikem@airspayce.com", "url": "http://www.airspayce.com/mikem/arduino/RadioHead/index.html" }, "version": "1.45", "downloadUrl": "http://www.airspayce.com/mikem/arduino/RadioHead/RadioHead-1.45.zip", "include": "RadioHead", "exclude": [ "Radio...
"url": "http://www.airspayce.com/mikem/arduino/RadioHead/index.html" }, "version": "1.45", "downloadUrl": "http://www.airspayce.com/mikem/arduino/RadioHead/RadioHead-1.45.zip", "include": "RadioHead", "exclude": [ "RadioHead/doc", "RadioHead/project.cfg", "RadioHead/STM32ArduinoCompat", ...
<|file_sep|>original/configs/radiohead.json "email": "mikem@airspayce.com", "url": "http://www.airspayce.com/mikem/arduino/RadioHead/index.html" }, "version": "1.45", "downloadUrl": "http://www.airspayce.com/mikem/arduino/RadioHead/RadioHead-1.45.zip", "include": "RadioHead", "exclude": [ "Radio...
f47fa184ca629a89ce4971efb5a1a09bdaac7395
configs/radiohead.json
configs/radiohead.json
JSON
<|file_sep|>original/config/initializers/foursquare.rb # Load in the relevant yaml file, to set them in the Rails configuration object def foursquare_api_config foursquare_config = YAML.load_file("#{Rails.root}/config/foursquare.yml") foursquare_config[Rails.env] end # Add the details to the config object Rails.co...
# Load in the relevant yaml file, to set them in the Rails configuration object def foursquare_api_config foursquare_config = YAML.load_file("#{Rails.root}/config/foursquare.yml") foursquare_config[Rails.env] end # Add the details to the config object Rails.configuration.foursquare_client_id = ENV['FOURSQUARE_CLIE...
<|file_sep|>original/config/initializers/foursquare.rb # Load in the relevant yaml file, to set them in the Rails configuration object def foursquare_api_config foursquare_config = YAML.load_file("#{Rails.root}/config/foursquare.yml") foursquare_config[Rails.env] end # Add the details to the config object Rails.co...
c7caed8ebea8dac53b07dc4b4fd6dcbbf786258b
config/initializers/foursquare.rb
config/initializers/foursquare.rb
Ruby
<|file_sep|>original/src/main/java/stopheracleum/controller/UserController.java <|file_sep|>current/src/main/java/stopheracleum/controller/UserController.java <|file_sep|>updated/src/main/java/stopheracleum/controller/UserController.java
package stopheracleum.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.ModelAttribute; import org.springfr...
<|file_sep|>original/src/main/java/stopheracleum/controller/UserController.java <|file_sep|>current/src/main/java/stopheracleum/controller/UserController.java <|file_sep|>updated/src/main/java/stopheracleum/controller/UserController.java package stopheracleum.controller; import org.springframework.beans.factory.anno...
2d8ef0448eb914a90f78d72edaceb8d12db71e4f
src/main/java/stopheracleum/controller/UserController.java
src/main/java/stopheracleum/controller/UserController.java
Java
<|file_sep|>src/components/SideMenu.jsx.diff original: export default function SideMenu() { return ( <div className="pane-sm sidebar"> updated: export default class SideMenu extends React.Component { constructor() { super(); this.state = { }; } <|file_sep|>src/components/SideMenu.jsx.diff original...
<h5 className="nav-group-title">Recent Files</h5> <span className="nav-group-item"> <span className="icon icon-doc-text" /> file </span> <span className="nav-group-item"> <span className="icon icon-doc-text" /> file </span...
<|file_sep|>src/components/SideMenu.jsx.diff original: export default function SideMenu() { return ( <div className="pane-sm sidebar"> updated: export default class SideMenu extends React.Component { constructor() { super(); this.state = { }; } <|file_sep|>src/components/SideMenu.jsx.diff original...
0e2ee7e8785c10173f492d00f8916ce520bd231f
src/components/SideMenu.jsx
src/components/SideMenu.jsx
JSX
<|file_sep|>metadata/com.codedead.deadhash.yml.diff original: updated: AutoName: DeadHash <|file_sep|>metadata/com.codedead.deadhash.yml.diff original: updated: - versionName: 1.7.4 versionCode: 5 commit: 1.7.4 subdir: app gradle: - yes <|file_sep|>original/metadata/com.codedead.deadhash.yml ...
Repo: https://github.com/CodeDead/DeadHash-android/ Builds: - versionName: 1.7.3 versionCode: 4 commit: v1.7.3 subdir: app gradle: - yes - versionName: 1.7.4 versionCode: 5 commit: 1.7.4 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags Current...
<|file_sep|>metadata/com.codedead.deadhash.yml.diff original: updated: AutoName: DeadHash <|file_sep|>metadata/com.codedead.deadhash.yml.diff original: updated: - versionName: 1.7.4 versionCode: 5 commit: 1.7.4 subdir: app gradle: - yes <|file_sep|>original/metadata/com.codedead.deadhash.yml ...
8152f8913f8342a7bf552b2b9560d2beb03724fd
metadata/com.codedead.deadhash.yml
metadata/com.codedead.deadhash.yml
YAML
<|file_sep|>original/LICENSE.md <|file_sep|>current/LICENSE.md <|file_sep|>updated/LICENSE.md
The MIT License (MIT) Copyright (c) 2015 Daniel Jansen 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, pu...
<|file_sep|>original/LICENSE.md <|file_sep|>current/LICENSE.md <|file_sep|>updated/LICENSE.md The MIT License (MIT) Copyright (c) 2015 Daniel Jansen 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 Softw...
51ca37e210ff37887e0da986eed7c42e18daa0ac
LICENSE.md
LICENSE.md
Markdown
<|file_sep|>lib/hovers.js.diff original: updated: var siteFooter = fs.readFileSync('./templates/footer.html', 'utf8') <|file_sep|>original/lib/hovers.js var module = require('tachyons-hovers/package.json') var moduleCss = fs.readFileSync('node_modules/tachyons-hovers/tachyons-hovers.min.css', 'utf8') var moduleObj = ...
var moduleCss = fs.readFileSync('node_modules/tachyons-hovers/tachyons-hovers.min.css', 'utf8') var moduleObj = cssstats(moduleCss) var moduleSize = filesize(moduleObj.gzipSize) var srcCSS = fs.readFileSync('./src/_hovers.css', 'utf8') var navDocs = fs.readFileSync('./templates/nav_docs.html', 'utf8') var siteFooter =...
<|file_sep|>lib/hovers.js.diff original: updated: var siteFooter = fs.readFileSync('./templates/footer.html', 'utf8') <|file_sep|>original/lib/hovers.js var module = require('tachyons-hovers/package.json') var moduleCss = fs.readFileSync('node_modules/tachyons-hovers/tachyons-hovers.min.css', 'utf8') var moduleObj = ...
e39a769a180f79308d53a386c9386313600812ec
lib/hovers.js
lib/hovers.js
JavaScript
<|file_sep|>original/src/main/scala/common/actors/Dispatcher.scala dispatcherActor: ActorRef, filtersBefore: List[ActorRef]) case class FilterAfterInput(input: Any, output: Any, context: UserCont...
dispatcherActor: ActorRef, filtersBefore: List[ActorRef]) case class FilterAfterInput(input: Any, output: Any, context: UserContext, dispatcherActor: ActorRef, ...
<|file_sep|>original/src/main/scala/common/actors/Dispatcher.scala dispatcherActor: ActorRef, filtersBefore: List[ActorRef]) case class FilterAfterInput(input: Any, output: Any, context: UserCont...
f09c8ac8ecd437ae28daf27ec1af9caf66b7308f
src/main/scala/common/actors/Dispatcher.scala
src/main/scala/common/actors/Dispatcher.scala
Scala
<|file_sep|>original/week-6/nested_data_solution.rb <|file_sep|>current/week-6/nested_data_solution.rb <|file_sep|>updated/week-6/nested_data_solution.rb
# RELEASE 2: NESTED STRUCTURE GOLF # Hole 1 # Target element: "FORE" array = [[1,2], ["inner", ["eagle", "par", ["FORE", "hook"]]]] # attempts: # ============================================================ # ============================================================ # Hole 2 # Target element: "congrats!" hash...
<|file_sep|>original/week-6/nested_data_solution.rb <|file_sep|>current/week-6/nested_data_solution.rb <|file_sep|>updated/week-6/nested_data_solution.rb # RELEASE 2: NESTED STRUCTURE GOLF # Hole 1 # Target element: "FORE" array = [[1,2], ["inner", ["eagle", "par", ["FORE", "hook"]]]] # attempts: # ================...
f9c029406a4ba4996a6af6e4b53a7d24ace3307b
week-6/nested_data_solution.rb
week-6/nested_data_solution.rb
Ruby
<|file_sep|>.travis.yml.diff original: updated: - 3.2 <|file_sep|>original/.travis.yml language: python python: - 3.3 - 3.4 install: - pip install scrutinizer-ocular coverage webtest httmock requests before_script: - ./setup.py install script: - coverage3 run run_tests.py after_script: - ocular --...
language: python python: - 3.2 - 3.3 - 3.4 - pypy3 install: - pip install scrutinizer-ocular coverage webtest httmock requests before_script: - ./setup.py install script: - coverage3 run run_tests.py after_script: - ocular --data-file ".coverage"
<|file_sep|>.travis.yml.diff original: updated: - 3.2 <|file_sep|>original/.travis.yml language: python python: - 3.3 - 3.4 install: - pip install scrutinizer-ocular coverage webtest httmock requests before_script: - ./setup.py install script: - coverage3 run run_tests.py after_script: - ocular --...
a8918127c841f28fccbb23a9e61fe42f988d0a47
.travis.yml
.travis.yml
YAML
<|file_sep|>src/index.js.diff original: import createHistory from 'history/lib/createBrowserHistory' // import { createHistory } from 'history' // import createHistory from 'history/lib/createHashHistory' import useScroll from 'scroll-behavior/lib/useStandardScroll' updated: import createHistory from 'history/lib/creat...
const App = ({ children }) => children const history = createHistory({ queryKey: false }) const INDEX = ( <Provider store={ configureStore(history) }> <Router history={ history }> <Route path="/" component={ App }> <IndexRoute component={ Home } /> <Redirect from="home" to="/" /> <R...
<|file_sep|>src/index.js.diff original: import createHistory from 'history/lib/createBrowserHistory' // import { createHistory } from 'history' // import createHistory from 'history/lib/createHashHistory' import useScroll from 'scroll-behavior/lib/useStandardScroll' updated: import createHistory from 'history/lib/creat...
46911abd438d7281442386ce65403dd2ebe9ea38
src/index.js
src/index.js
JavaScript
<|file_sep|>original/ui/src/app/streams/runtime/details/details.component.scss h4 { margin-top: 0; margin-bottom: 1rem; } input { display: inline-block; width: 100%; border: 1px solid var(--clr-forms-border-color, #b3b3b3); padding: 1px 8px; color: var(--clr-forms-text-color,#000); &:focus { box-s...
h4 { margin-top: 0; margin-bottom: 1rem; } input { background: var(--clr-forms-textarea-background-color, #FFF); display: inline-block; width: 100%; border: 1px solid var(--clr-forms-border-color, #b3b3b3); padding: 1px 8px; color: var(--clr-forms-text-color,#000); &:focus { box-shadow: none; ...
<|file_sep|>original/ui/src/app/streams/runtime/details/details.component.scss h4 { margin-top: 0; margin-bottom: 1rem; } input { display: inline-block; width: 100%; border: 1px solid var(--clr-forms-border-color, #b3b3b3); padding: 1px 8px; color: var(--clr-forms-text-color,#000); &:focus { box-s...
eec092fadb22a86576d3926149c9f4315ccece37
ui/src/app/streams/runtime/details/details.component.scss
ui/src/app/streams/runtime/details/details.component.scss
SCSS
<|file_sep|>original/setup.py name='lakeside', version="0.10", author='Matthew Garrett', author_email='mjg59@google.com', url='http://github.com/google/python-lakeside', packages=find_packages(), scripts=[], description='Python API for controlling Eufy LED bulbs', classifiers=[ ...
name='lakeside', version="0.10", author='Matthew Garrett', author_email='mjg59@google.com', url='http://github.com/google/python-lakeside', packages=find_packages(), scripts=[], description='Python API for controlling Eufy LED bulbs', classifiers=[ 'Development Status :: 4 - ...
<|file_sep|>original/setup.py name='lakeside', version="0.10", author='Matthew Garrett', author_email='mjg59@google.com', url='http://github.com/google/python-lakeside', packages=find_packages(), scripts=[], description='Python API for controlling Eufy LED bulbs', classifiers=[ ...
bed1bb8dd9964230a621d065ed5d1a63f4634486
setup.py
setup.py
Python
<|file_sep|>original/README.rst XenZen ====== .. image:: https://travis-ci.org/praekeltfoundation/xenzen.svg?branch=develop :target: https://travis-ci.org/praekeltfoundation/xenzen .. image:: https://codecov.io/gh/praekeltfoundation/xenzen/branch/develop/graph/badge.svg :target: https://codecov.io/gh/praekeltfound...
XenZen ====== .. image:: https://travis-ci.org/praekeltfoundation/xenzen.svg?branch=develop :target: https://travis-ci.org/praekeltfoundation/xenzen .. image:: https://codecov.io/gh/praekeltfoundation/xenzen/branch/develop/graph/badge.svg :target: https://codecov.io/gh/praekeltfoundation/xenzen A Django UI for ma...
<|file_sep|>original/README.rst XenZen ====== .. image:: https://travis-ci.org/praekeltfoundation/xenzen.svg?branch=develop :target: https://travis-ci.org/praekeltfoundation/xenzen .. image:: https://codecov.io/gh/praekeltfoundation/xenzen/branch/develop/graph/badge.svg :target: https://codecov.io/gh/praekeltfound...
82339f19e1612666a645827b1ef84a2164b4485c
README.rst
README.rst
reStructuredText
<|file_sep|>original/test/test_grequest.py completed = False free_called = False def query(self, status): status.Set_source(self.source) status.Set_tag(self.tag) def free(self): self.free_called = True def cancel(self, completed): if completed is not self.completed: ...
completed = False free_called = False def query(self, status): status.Set_source(self.source) status.Set_tag(self.tag) def free(self): self.free_called = True def cancel(self, completed): if completed is not self.completed: raise MPI.Exception(MPI.ERR_PEN...
<|file_sep|>original/test/test_grequest.py completed = False free_called = False def query(self, status): status.Set_source(self.source) status.Set_tag(self.tag) def free(self): self.free_called = True def cancel(self, completed): if completed is not self.completed: ...
1629d6d369bce079c33986aa62a12a1ad3a8a47d
test/test_grequest.py
test/test_grequest.py
Python
<|file_sep|>doc/ex/Zconstitute.rb.diff original: updated: $stdout.sync = true if RUBY_VERSION < '1.8.0' puts 'This example can take several minutes to run...' else puts 'This may take a few seconds...' end <|file_sep|>doc/ex/Zconstitute.rb.diff original: puts 'This may take a few seconds...' updated: <|file_s...
#! /usr/local/bin/ruby -w require 'RMagick' $stdout.sync = true if RUBY_VERSION < '1.8.0' puts 'This example can take several minutes to run...' else puts 'This may take a few seconds...' end load 'pixels-array' image = Magick::Image.constitute(Width, Height, "RGB", Pixels) image.write("constitute.jpg") exit
<|file_sep|>doc/ex/Zconstitute.rb.diff original: updated: $stdout.sync = true if RUBY_VERSION < '1.8.0' puts 'This example can take several minutes to run...' else puts 'This may take a few seconds...' end <|file_sep|>doc/ex/Zconstitute.rb.diff original: puts 'This may take a few seconds...' updated: <|file_s...
0e526e96b6cc6c8f773235803132f2264be0c996
doc/ex/Zconstitute.rb
doc/ex/Zconstitute.rb
Ruby
<|file_sep|>original/README.md issueTracking ============= An Issue Tracking System project for college using Django and Bootstrap <|file_sep|>current/README.md issueTracking ============= An Issue Tracking System project for college using Django and Bootstrap <|file_sep|>updated/README.md
issueTracking ============= An Issue Tracking System project for college using Django, Python and Bootstrap The project is live on [issuetrackingsystem.herokuapp.com](http://issuetrackingsystem.herokuapp.com/)
<|file_sep|>original/README.md issueTracking ============= An Issue Tracking System project for college using Django and Bootstrap <|file_sep|>current/README.md issueTracking ============= An Issue Tracking System project for college using Django and Bootstrap <|file_sep|>updated/README.md issueTracking =============...
5a7e7ed3bb5c29d02b80d9568d758bda82baaa37
README.md
README.md
Markdown
<|file_sep|>original/src/test/java/at/lingu/sqlcompose/SelectTests.java generateResult(select); assertSql("SELECT * FROM users"); assertNoParams(); } @Test public void testSelectFields() { Select select = new Select(users) .project( users.column("id"), users.column("last_name"), users...
users.column("id"), users.column("last_name"), users.column("first_name")); generateResult(select); assertSql("SELECT id, last_name, first_name FROM users"); assertNoParams(); } @Test public void testSelectFieldsWithAlias() { Select select = new Select(users) .project( users.co...
<|file_sep|>original/src/test/java/at/lingu/sqlcompose/SelectTests.java generateResult(select); assertSql("SELECT * FROM users"); assertNoParams(); } @Test public void testSelectFields() { Select select = new Select(users) .project( users.column("id"), users.column("last_name"), users...
d012506e2546476f41cdc748afd6334465289609
src/test/java/at/lingu/sqlcompose/SelectTests.java
src/test/java/at/lingu/sqlcompose/SelectTests.java
Java
<|file_sep|>original/lib/recipes/deployment/migration.rb set :rails_env, "production" set :migrate_env, "" set :migrate_target, :latest DESC task :migrate, :roles => :worker, :only => { :primary => true } do rake = fetch(:rake, "rake") rails_env = fetch(:rails_env, "p...
set :rails_env, "production" set :migrate_env, "" set :migrate_target, :latest DESC task :migrate, :roles => :worker, :only => { :primary => true } do rake = fetch(:rake, "rake") rails_env = fetch(:rails_env, "production") migrate_env = fetch(:migrate_env, "") ...
<|file_sep|>original/lib/recipes/deployment/migration.rb set :rails_env, "production" set :migrate_env, "" set :migrate_target, :latest DESC task :migrate, :roles => :worker, :only => { :primary => true } do rake = fetch(:rake, "rake") rails_env = fetch(:rails_env, "p...
b58941c4ffc935e97e19a6f211e46d060483e4ed
lib/recipes/deployment/migration.rb
lib/recipes/deployment/migration.rb
Ruby
<|file_sep|>webpack.config.js.diff original: updated: const ExtractTextPlugin = require('extract-text-webpack-plugin'); <|file_sep|>original/webpack.config.js }, { test: /\.css$/, use: ['style-loader', 'css-loader'], }, { test: /\.scss$/, use: [ 'style-...
loader: 'babel-loader', }, { test: /\.css$/, use: ['style-loader', 'css-loader'], }, { test: /\.scss$/, use: ExtractTextPlugin.extract({ fallback: 'style-loader', use: ['css-loader', 'sass-loader'], }), }, ], }, re...
<|file_sep|>webpack.config.js.diff original: updated: const ExtractTextPlugin = require('extract-text-webpack-plugin'); <|file_sep|>original/webpack.config.js }, { test: /\.css$/, use: ['style-loader', 'css-loader'], }, { test: /\.scss$/, use: [ 'style-...
75e9f80ee4a67740b11ff78306bd797e655d2891
webpack.config.js
webpack.config.js
JavaScript
<|file_sep|>original/index.js var express = require('express'); var app = express(); app.set('port', (process.env.PORT || 5000)); app.use(express.static(__dirname + '/public')); // views is directory for all template files app.set('views', __dirname + '/views'); app.set('view engine', 'ejs'); app.get('/', function(...
var express = require('express'); var app = express(); app.set('port', (process.env.PORT || 5000)); app.use(express.static(__dirname + '/public')); // views is directory for all template files app.set('views', __dirname + '/views'); app.set('view engine', 'ejs'); app.get('/', function(request, response) { respons...
<|file_sep|>original/index.js var express = require('express'); var app = express(); app.set('port', (process.env.PORT || 5000)); app.use(express.static(__dirname + '/public')); // views is directory for all template files app.set('views', __dirname + '/views'); app.set('view engine', 'ejs'); app.get('/', function(...
ce1f2d6a9acf20b284b9fa5fca4ce04933c7d868
index.js
index.js
JavaScript
<|file_sep|>original/requirements_dev.txt bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.6.0 coverage==4.3.4 Sphinx==1.5.3 pytest==3.0.7 httpretty==0.8.14 <|file_sep|>current/requirements_dev.txt bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.6.0 coverage==4.3.4 Sphinx==1....
bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.3.4 Sphinx==1.5.3 pytest==3.0.7 httpretty==0.8.14
<|file_sep|>original/requirements_dev.txt bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.6.0 coverage==4.3.4 Sphinx==1.5.3 pytest==3.0.7 httpretty==0.8.14 <|file_sep|>current/requirements_dev.txt bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.6.0 coverage==4.3.4 Sphinx==1....
9e7e7b133eb0f1c66469d55c014b50be1b14c290
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>original/src/banner/banner-sub-style.css min-width: 320px; max-width: 960px; margin: 0 auto; padding: 0.25em 1.5em; text-align: right; } .banner-sub__link { font-size: 0.8em; color: whitesmoke; text-transform: uppercase; text-decoration: none; } .banner-sub__link:not(:l...
.banner-sub__link { font-size: 0.8em; color: whitesmoke; text-transform: uppercase; text-decoration: none; } .banner-sub__link:not(:last-child) { margin-right: 1.5em; } .banner-sub__link:first-of-type { margin-left: 0; } @media (max-width: 720px) { .banner-sub { display: none; ...
<|file_sep|>original/src/banner/banner-sub-style.css min-width: 320px; max-width: 960px; margin: 0 auto; padding: 0.25em 1.5em; text-align: right; } .banner-sub__link { font-size: 0.8em; color: whitesmoke; text-transform: uppercase; text-decoration: none; } .banner-sub__link:not(:l...
3ab66ed70230fbf25450646b27232a8d94c2586b
src/banner/banner-sub-style.css
src/banner/banner-sub-style.css
CSS
<|file_sep|>original/.gitlab-ci.yml image: dtsdwarak/ruby-nodejs:latest pages: stage: deploy script: - npm install - npm install -g gulp-cli - bundle install - bundle update - gem install jekyll -v 3.8.7 - gulp release artifacts: paths: - public only: - master <|file_sep|>current/.gitlab-...
image: dtsdwarak/minideb-ruby-nodejs:latest pages: stage: deploy script: - npm install - npm install -g gulp-cli - bundle install - bundle update - gem install jekyll -v 3.8.7 - gulp release artifacts: paths: - public only: - master
<|file_sep|>original/.gitlab-ci.yml image: dtsdwarak/ruby-nodejs:latest pages: stage: deploy script: - npm install - npm install -g gulp-cli - bundle install - bundle update - gem install jekyll -v 3.8.7 - gulp release artifacts: paths: - public only: - master <|file_sep|>current/.gitlab-...
4190ea02665579d8e4b3d0500a2e2654be0b6ee7
.gitlab-ci.yml
.gitlab-ci.yml
YAML
<|file_sep|>.travis.yml.diff original: updated: - pip install coveralls --use-mirrors <|file_sep|>original/.travis.yml language: python python: - "2.7" - "3.3" before_install: - pip install sympy==0.7.3 --use-mirrors - pip install numpy==1.7.1 --use-mirrors - sudo apt-get install python-cvxopt - sudo apt...
language: python python: - "2.7" - "3.3" before_install: - pip install sympy==0.7.3 --use-mirrors - pip install numpy==1.7.1 --use-mirrors - sudo apt-get install python-cvxopt - sudo apt-get build-dep python-cvxopt - pip install cvxopt --use-mirrors - pip install coveralls --use-mirrors install: - pyt...
<|file_sep|>.travis.yml.diff original: updated: - pip install coveralls --use-mirrors <|file_sep|>original/.travis.yml language: python python: - "2.7" - "3.3" before_install: - pip install sympy==0.7.3 --use-mirrors - pip install numpy==1.7.1 --use-mirrors - sudo apt-get install python-cvxopt - sudo apt...
93245da0deab31732679b094a95dc2a8df40b9d4
.travis.yml
.travis.yml
YAML
<|file_sep|>original/recipes/ezodf/meta.yaml build: number: {{ build }} script: python setup.py install requirements: build: - python run: - python test: imports: - ezodf about: home: https://github.com/T0ha/ezodf license_file: {{ RECIPE_DIR }}/LICENSE.txt license: MIT license_family: ...
build: number: {{ build }} script: python setup.py install requirements: build: - python run: - python - lxml test: imports: - ezodf about: home: https://github.com/T0ha/ezodf license_file: {{ RECIPE_DIR }}/LICENSE.txt license: MIT license_family: MIT
<|file_sep|>original/recipes/ezodf/meta.yaml build: number: {{ build }} script: python setup.py install requirements: build: - python run: - python test: imports: - ezodf about: home: https://github.com/T0ha/ezodf license_file: {{ RECIPE_DIR }}/LICENSE.txt license: MIT license_family: ...
b1ed2ce312baba83c3b3fb9116e579bb7a5caca9
recipes/ezodf/meta.yaml
recipes/ezodf/meta.yaml
YAML
<|file_sep|>original/packages/non-core/bundle-visualizer/package.js documentation: 'README.md', }); Npm.depends({ "d3-selection": "1.0.5", "d3-shape": "1.0.6", "d3-hierarchy": "1.1.4", "d3-transition": "1.0.4", "d3-collection": "1.0.4", "pretty-bytes": "4.0.2", }); Package.onUse(function(api) { api.us...
}); Npm.depends({ "d3-selection": "1.0.5", "d3-shape": "1.0.6", "d3-hierarchy": "1.1.4", "d3-transition": "1.0.4", "d3-collection": "1.0.4", "pretty-bytes": "4.0.2", }); Package.onUse(function(api) { api.use('isobuild:dynamic-import@1.5.0'); api.use([ 'ecmascript', 'dynamic-import', 'http'...
<|file_sep|>original/packages/non-core/bundle-visualizer/package.js documentation: 'README.md', }); Npm.depends({ "d3-selection": "1.0.5", "d3-shape": "1.0.6", "d3-hierarchy": "1.1.4", "d3-transition": "1.0.4", "d3-collection": "1.0.4", "pretty-bytes": "4.0.2", }); Package.onUse(function(api) { api.us...
8e39fd7762d1ccebd5647d96aaf7eeb30b6f1bbc
packages/non-core/bundle-visualizer/package.js
packages/non-core/bundle-visualizer/package.js
JavaScript
<|file_sep|>original/README.md <|file_sep|>current/README.md <|file_sep|>updated/README.md
A Ruby client that allows you to do iDEAL transactions through the "Mollie iDEAL API":http://www.mollie.nl/betaaldiensten/ideal. ## Install $ gem install supreme
<|file_sep|>original/README.md <|file_sep|>current/README.md <|file_sep|>updated/README.md A Ruby client that allows you to do iDEAL transactions through the "Mollie iDEAL API":http://www.mollie.nl/betaaldiensten/ideal. ## Install $ gem install supreme
5d5114dc322511191c592ae1009d0a2e026c21fc
README.md
README.md
Markdown
<|file_sep|>original/validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift <|file_sep|>current/validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift <|file_sep|>updated/validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift
// This source file is part of the Swift.org open source project // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LICENSE.txt for license information // See http://swift.org/CONTRIBUTORS.txt for the list...
<|file_sep|>original/validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift <|file_sep|>current/validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift <|file_sep|>updated/validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift // This source file ...
cd3c285d0e64b6201bd31a353201d0733b54993a
validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift
validation-test/compiler_crashers/28281-swift-typechecker-resolvewitness.swift
Swift
<|file_sep|>original/requirements.txt chewie==0.0.22 eventlet==0.25.1 influxdb>=2.12.0 msgpack>=0.4.6,<1.0.0 networkx>=1.9 pbr>=1.9 prometheus_client==0.9.0 pyyaml==5.3.1 ryu==4.32 beka==0.3.5 pytricia>=1.0.0 <|file_sep|>current/requirements.txt chewie==0.0.22 eventlet==0.25.1 influxdb>=2.12.0 msgpack>=0.4.6,<1.0.0 net...
chewie==0.0.22 eventlet==0.25.1 influxdb>=2.12.0 msgpack>=0.4.6,<1.0.0 networkx>=1.9 pbr>=1.9 prometheus_client==0.9.0 pyyaml==6.0 ryu==4.32 beka==0.3.5 pytricia>=1.0.0
<|file_sep|>original/requirements.txt chewie==0.0.22 eventlet==0.25.1 influxdb>=2.12.0 msgpack>=0.4.6,<1.0.0 networkx>=1.9 pbr>=1.9 prometheus_client==0.9.0 pyyaml==5.3.1 ryu==4.32 beka==0.3.5 pytricia>=1.0.0 <|file_sep|>current/requirements.txt chewie==0.0.22 eventlet==0.25.1 influxdb>=2.12.0 msgpack>=0.4.6,<1.0.0 net...
087628ab6f633189cfbf7ea9dd6dc409b0a73e22
requirements.txt
requirements.txt
Text
<|file_sep|>original/src/main/java/org/hummingbirdlang/types/composite/SumType.java import org.hummingbirdlang.types.CompositeType; import org.hummingbirdlang.types.Property; import org.hummingbirdlang.types.PropertyNotFoundException; import org.hummingbirdlang.types.Type; /** * Disjoint union type (aka. sum type): i...
public final Type[] subTypes; public SumType(Type[] subTypes) { this.subTypes = subTypes; } @Override public Property getProperty(String name) throws PropertyNotFoundException { throw new PropertyNotFoundException("Not yet implemented"); } @Override public String toString() { StringBuilde...
<|file_sep|>original/src/main/java/org/hummingbirdlang/types/composite/SumType.java import org.hummingbirdlang.types.CompositeType; import org.hummingbirdlang.types.Property; import org.hummingbirdlang.types.PropertyNotFoundException; import org.hummingbirdlang.types.Type; /** * Disjoint union type (aka. sum type): i...
67606cc374e1310461c90a060e0003f47f78b346
src/main/java/org/hummingbirdlang/types/composite/SumType.java
src/main/java/org/hummingbirdlang/types/composite/SumType.java
Java
<|file_sep|>CMakeModules/Python.cmake.diff original: find_package (PkgConfig) pkg_search_module (python python) if (NOT python_INCLUDE_DIRS AND NOT python_LIBRARIES) updated: find_package(PythonLibs) if (NOT PYTHON_LIBRARIES OR NOT_PYTHON_INCLUDE_PATH) <|file_sep|>CMakeModules/Python.cmake.diff orig...
macro (LINK_PYTHON) if (MSVC) if(PYTHON_FORCE_RELEASE_VERSION) target_link_libraries (${TARGET_NAME} # debug Python26 # optimized Python26) debug Python25 optimized Python25) else(PYTHON_FORCE_RELEASE_VERSION) target_link_libraries (${TARGET_NAME} # debug Python26_d # optimize...
<|file_sep|>CMakeModules/Python.cmake.diff original: find_package (PkgConfig) pkg_search_module (python python) if (NOT python_INCLUDE_DIRS AND NOT python_LIBRARIES) updated: find_package(PythonLibs) if (NOT PYTHON_LIBRARIES OR NOT_PYTHON_INCLUDE_PATH) <|file_sep|>CMakeModules/Python.cmake.diff orig...
7e7c6622944f48eab345e56812be48fc62d07dba
CMakeModules/Python.cmake
CMakeModules/Python.cmake
CMake
<|file_sep|>app/models/patient.rb.diff original: include Mongoid::Search updated: <|file_sep|>app/models/patient.rb.diff original: updated: <|file_sep|>original/app/models/patient.rb :primary_phone, :created_by, presence: true validates :primary_phone, :secondary_phone, lengt...
track_history on: fields.keys + [:updated_by_id], version_field: :version, track_create: true, track_update: true, track_destroy: true mongoid_userstamp user_model: 'User' # Methods def self.search(name_or_phone_str) # TODO: optimize clean_p...
<|file_sep|>app/models/patient.rb.diff original: include Mongoid::Search updated: <|file_sep|>app/models/patient.rb.diff original: updated: <|file_sep|>original/app/models/patient.rb :primary_phone, :created_by, presence: true validates :primary_phone, :secondary_phone, lengt...
3b8f66c069aa7cb4c9ed52cca7593fce526e3026
app/models/patient.rb
app/models/patient.rb
Ruby
<|file_sep|>original/lms/envs/help_tokens.ini # below are the sub-paths to the documentation for the various pages # NOTE: If any of these page settings change, then their corresponding test should be updated # in edx-platform/common/test/acceptance/tests/lms/test_lms_help.py [pages] default = learner:index.html ...
# below are the sub-paths to the documentation for the various pages # NOTE: If any of these page settings change, then their corresponding test should be updated # in edx-platform/common/test/acceptance/tests/lms/test_lms_help.py [pages] default = learner:index.html instructor = course_author:CA_instructor_dash_...
<|file_sep|>original/lms/envs/help_tokens.ini # below are the sub-paths to the documentation for the various pages # NOTE: If any of these page settings change, then their corresponding test should be updated # in edx-platform/common/test/acceptance/tests/lms/test_lms_help.py [pages] default = learner:index.html ...
d26694fb5af69bb8c35ff2b4d1bb9e48da427513
lms/envs/help_tokens.ini
lms/envs/help_tokens.ini
INI
<|file_sep|>osu.Game/Graphics/Containers/ShakeContainer.cs.diff original: const int shake_amount = 8; const int shake_duration = 20; updated: const float shake_amount = 8; const float shake_duration = 30; <|file_sep|>original/osu.Game/Graphics/Containers/ShakeContainer.cs...
using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; namespace osu.Game.Graphics.Containers { public class ShakeContainer : Container { public void Shake() { const float shake_amount = 8; const float shake_duration = 30; this.MoveToX(shake_...
<|file_sep|>osu.Game/Graphics/Containers/ShakeContainer.cs.diff original: const int shake_amount = 8; const int shake_duration = 20; updated: const float shake_amount = 8; const float shake_duration = 30; <|file_sep|>original/osu.Game/Graphics/Containers/ShakeContainer.cs...
0ecbc5945f3a93914756d42baf459bc2a9cd14c9
osu.Game/Graphics/Containers/ShakeContainer.cs
osu.Game/Graphics/Containers/ShakeContainer.cs
C#
<|file_sep|>original/test/acceptance/requirements.txt lettuce==0.2.20 fabric==1.10.0 flask==0.10.1 requests==2.5.0 colorama==0.2.5 paramiko==1.15.1 psutil==2.2.0 python-subunit==1.0.0 junitxml==0.7 git+https://visitor:visitor@pdihub.hi.inet/fiware/fiware-iotqaUtils@develop git+https://github.com/telefonicaid/lettuce-to...
lettuce==0.2.20 fabric==1.10.0 flask==0.10.1 requests==2.5.0 colorama==0.2.5 paramiko==1.17.6 psutil==2.2.0 python-subunit==1.0.0 junitxml==0.7 git+https://visitor:visitor@pdihub.hi.inet/fiware/fiware-iotqaUtils@develop git+https://github.com/telefonicaid/lettuce-tools.git#egg=lettuce_tools
<|file_sep|>original/test/acceptance/requirements.txt lettuce==0.2.20 fabric==1.10.0 flask==0.10.1 requests==2.5.0 colorama==0.2.5 paramiko==1.15.1 psutil==2.2.0 python-subunit==1.0.0 junitxml==0.7 git+https://visitor:visitor@pdihub.hi.inet/fiware/fiware-iotqaUtils@develop git+https://github.com/telefonicaid/lettuce-to...
51d8b4b21d1bae05e1247893c8caf61e88e2a5f9
test/acceptance/requirements.txt
test/acceptance/requirements.txt
Text
<|file_sep|>.travis.yml.diff original: updated: sudo: false <|file_sep|>original/.travis.yml language: node_js script: - npm install jshint -g - jshint app.js - jshint app_static.js <|file_sep|>current/.travis.yml language: node_js sudo: false script: - npm install jshint -g - jshint app.js - jshint app_st...
language: node_js sudo: false script: - npm install jshint - jshint app.js - jshint app_static.js
<|file_sep|>.travis.yml.diff original: updated: sudo: false <|file_sep|>original/.travis.yml language: node_js script: - npm install jshint -g - jshint app.js - jshint app_static.js <|file_sep|>current/.travis.yml language: node_js sudo: false script: - npm install jshint -g - jshint app.js - jshint app_st...
246a323cbc49d08b6ac4d09dd23922f43fa534eb
.travis.yml
.travis.yml
YAML
<|file_sep|>original/locales/sl/experiments.ftl activitystreamDescription = Bogat vizualni tok zgodovine in prenovljena domača stran naredita iskanje s Firefoxom preprostejše kot kadarkoli prej. minvidDescription = Obdržite si videoposnetke na očeh. Min Vid vam omogoča prikaz videoposnet- kov YouTube in Vimeo v okvirčk...
activitystreamDescription = Bogat vizualni tok zgodovine in prenovljena domača stran naredita iskanje s Firefoxom preprostejše kot kadarkoli prej. minvidDescription = Obdržite si videoposnetke na očeh. Min Vid vam omogoča prikaz videoposnet- kov YouTube in Vimeo v okvirčku, ki je viden ves čas brskanja po spletu. nomor...
<|file_sep|>original/locales/sl/experiments.ftl activitystreamDescription = Bogat vizualni tok zgodovine in prenovljena domača stran naredita iskanje s Firefoxom preprostejše kot kadarkoli prej. minvidDescription = Obdržite si videoposnetke na očeh. Min Vid vam omogoča prikaz videoposnet- kov YouTube in Vimeo v okvirčk...
582a21a2150222a9d968c28093219dd27e1e2d23
locales/sl/experiments.ftl
locales/sl/experiments.ftl
FreeMarker
<|file_sep|>pyproject.toml.diff original: updated: <|file_sep|>original/pyproject.toml "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Topic :: Security", "Topic :: Security :: Cryptography", ] [tool.poetry.dependencies] python = "^3.6" click = "^7.1.2" pyotp = "^2.4.0" [build-sys...
"Intended Audience :: End Users/Desktop", "Topic :: Security", "Topic :: Security :: Cryptography", ] [tool.poetry.dependencies] python = "^3.6" click = "^7.1.2" pyotp = "^2.4.0" [tool.poetry.dev-dependencies] pytest = "^6.2.1" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" [tool...
<|file_sep|>pyproject.toml.diff original: updated: <|file_sep|>original/pyproject.toml "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Topic :: Security", "Topic :: Security :: Cryptography", ] [tool.poetry.dependencies] python = "^3.6" click = "^7.1.2" pyotp = "^2.4.0" [build-sys...
c44df44e1f3bd5fbecffcd8020b1d9e0b74431a9
pyproject.toml
pyproject.toml
TOML
<|file_sep|>original/src/Page/Command/SetPath.php /** * Handle the command. */ public function handle() { /* @var PageInterface $page */ $page = $this->translation->getParent(); if ($parent = $page->getParent()) { $path = ($parent->isHome() ...
/** * Handle the command. */ public function handle() { /* @var PageInterface $page */ $page = $this->translation->getParent(); if ($parent = $page->getParent()) { $path = ($parent->isHome() ? $parent->translate($this->translation->getLocale...
<|file_sep|>original/src/Page/Command/SetPath.php /** * Handle the command. */ public function handle() { /* @var PageInterface $page */ $page = $this->translation->getParent(); if ($parent = $page->getParent()) { $path = ($parent->isHome() ...
cb6794a8e46b9179be55dc86d2d575c53c4e4c6f
src/Page/Command/SetPath.php
src/Page/Command/SetPath.php
PHP
<|file_sep|>original/ambermini/meta.yaml fn: 15.0.4.zip url: https://github.com/choderalab/ambermini/archive/15.0.4.zip md5: 5c72ad3ff91d05b3e10f7610b2149107 build: number: 3 requirements: build: - zlib - gcc [unix] - mingwpy [win] run: - zlib - libgcc [unix] test: commands:...
fn: 15.0.4.zip url: https://github.com/choderalab/ambermini/archive/15.0.4.zip md5: 5c72ad3ff91d05b3e10f7610b2149107 build: number: 3 requirements: build: - zlib - bison [unix] - gcc [unix] - mingwpy [win] run: - zlib - libgcc [unix] test: commands: - antechamber ...
<|file_sep|>original/ambermini/meta.yaml fn: 15.0.4.zip url: https://github.com/choderalab/ambermini/archive/15.0.4.zip md5: 5c72ad3ff91d05b3e10f7610b2149107 build: number: 3 requirements: build: - zlib - gcc [unix] - mingwpy [win] run: - zlib - libgcc [unix] test: commands:...
2e5ca85b89be36eca775fb74779f7245e6c360dc
ambermini/meta.yaml
ambermini/meta.yaml
YAML
<|file_sep|>original/README.md # VULK - Vulkan 3d engine ## What is it ? Vulk is a 3d engine aimed to provide the best graphical experience with Vulkan API. It is written in Python with C binding and is based on SDL2. ## What is the project goal ? - Easy to use: you don't need to understand Vulkan to use VULK. - Mo...
# VULK - Vulkan 3d engine ## Project status [![Build Status](https://travis-ci.org/js78/vulk.svg?branch=master)](https://travis-ci.org/js78/vulk) ## What is it ? Vulk is a 3d engine aimed to provide the best graphical experience with Vulkan API. It is written in Python with C binding and is based on SDL2. ## What ...
<|file_sep|>original/README.md # VULK - Vulkan 3d engine ## What is it ? Vulk is a 3d engine aimed to provide the best graphical experience with Vulkan API. It is written in Python with C binding and is based on SDL2. ## What is the project goal ? - Easy to use: you don't need to understand Vulkan to use VULK. - Mo...
8d668d7bdd9ed814e25128ef01d8c3e647d4cf0f
README.md
README.md
Markdown
<|file_sep|>.travis.yml.diff original: - os: linux dist: trusty env: ATOM_CHANNEL=stable updated: # - os: linux # dist: trusty # env: ATOM_CHANNEL=stable <|file_sep|>original/.travis.yml matrix: include: - os: osx env: ATOM_CHANNEL=stable - os: linux dist: trusty ...
matrix: include: - os: osx env: ATOM_CHANNEL=stable # - os: linux # dist: trusty # env: ATOM_CHANNEL=stable - os: osx env: ATOM_CHANNEL=beta # - os: linux # dist: trusty # env: ATOM_CHANNEL=beta branches: only: - master addons: apt: packages: - libstdc++...
<|file_sep|>.travis.yml.diff original: - os: linux dist: trusty env: ATOM_CHANNEL=stable updated: # - os: linux # dist: trusty # env: ATOM_CHANNEL=stable <|file_sep|>original/.travis.yml matrix: include: - os: osx env: ATOM_CHANNEL=stable - os: linux dist: trusty ...
7fe45779312f846ece7f4e6d633be854a640e294
.travis.yml
.travis.yml
YAML
<|file_sep|>original/README.md # `keycloak-auth-utils` Provides grant-management utilities. ## Install npm install --save-dev keycloak-auth-utils ## `GrantManager` * Can obtain a grant through the direct API using name/password. * Can renew any token using a `refresh_token`. * Validates grants/tokens. ## `Gr...
# `keycloak-auth-utils` Provides grant-management utilities. ## Install npm install --save keycloak-auth-utils ## `GrantManager` * Can obtain a grant through the direct API using name/password. * Can renew any token using a `refresh_token`. * Validates grants/tokens. ## `Grant` Embodies `access_token`, `ref...
<|file_sep|>original/README.md # `keycloak-auth-utils` Provides grant-management utilities. ## Install npm install --save-dev keycloak-auth-utils ## `GrantManager` * Can obtain a grant through the direct API using name/password. * Can renew any token using a `refresh_token`. * Validates grants/tokens. ## `Gr...
a62dfa47db4d172ac9d882be925a4e2310733974
README.md
README.md
Markdown
<|file_sep|>original/android_example/Android.mk <|file_sep|>current/android_example/Android.mk <|file_sep|>updated/android_example/Android.mk
LOCAL_PATH:= $(call my-dir) #-------------------------------------------------------- # libvrcubeworld.so #-------------------------------------------------------- include $(CLEAR_VARS) PROJECT_FILES := $(wildcard $(LOCAL_PATH)/../../../Src/*.cpp) PROJECT_FILES += $(wildcard $(LOCAL_PATH)/../../../Src/sphynx/*.cpp) ...
<|file_sep|>original/android_example/Android.mk <|file_sep|>current/android_example/Android.mk <|file_sep|>updated/android_example/Android.mk LOCAL_PATH:= $(call my-dir) #-------------------------------------------------------- # libvrcubeworld.so #-------------------------------------------------------- include $(...
4ccff815d2d81fd802e3e7b8196c396f0d168d54
android_example/Android.mk
android_example/Android.mk
Makefile
<|file_sep|>original/requirements.txt # Additional requirements go here openpyxl==2.5.8 Jinja2==2.10 requests==2.19.1 <|file_sep|>current/requirements.txt # Additional requirements go here openpyxl==2.5.8 Jinja2==2.10 requests==2.19.1 <|file_sep|>updated/requirements.txt
# Additional requirements go here openpyxl==2.5.8 Jinja2==2.10 requests==2.20.0
<|file_sep|>original/requirements.txt # Additional requirements go here openpyxl==2.5.8 Jinja2==2.10 requests==2.19.1 <|file_sep|>current/requirements.txt # Additional requirements go here openpyxl==2.5.8 Jinja2==2.10 requests==2.19.1 <|file_sep|>updated/requirements.txt # Additional requirements go here openpyxl==2...
39cbdde88ff6452f8faf4500c3eb81b957aed6bb
requirements.txt
requirements.txt
Text
<|file_sep|>src/plist.rs.diff original: use ffi::h5p::H5Pclose; updated: <|file_sep|>original/src/plist.rs #[derive(Clone)] pub struct PropertyList { handle: Handle, } impl Object for PropertyList { fn id(&self) -> hid_t { self.handle.id() } fn from_id(id: hid_t) -> PropertyList { Pro...
use ffi::h5i::hid_t; use object::{Handle, Object}; #[derive(Clone)] pub struct PropertyList { handle: Handle, } impl Object for PropertyList { fn id(&self) -> hid_t { self.handle.id() } fn from_id(id: hid_t) -> PropertyList { PropertyList { handle: Handle::new(id) } } }
<|file_sep|>src/plist.rs.diff original: use ffi::h5p::H5Pclose; updated: <|file_sep|>original/src/plist.rs #[derive(Clone)] pub struct PropertyList { handle: Handle, } impl Object for PropertyList { fn id(&self) -> hid_t { self.handle.id() } fn from_id(id: hid_t) -> PropertyList { Pro...
ad64091c9d44be8a8e3f60c070a0870bbe8021c7
src/plist.rs
src/plist.rs
Rust
<|file_sep|>original/breezy_rails/lib/install/templates/web/application.js import createHistory from 'history/createBrowserHistory' import Breezy from '@jho406/breezy' // This mapping can be auto populate through // Breezy generators, for example: // Run `rails g breezy:view Post index` const mapping = { } const hist...
import createHistory from 'history/createBrowserHistory' import Breezy from '@jho406/breezy' // This mapping can be auto populate through // Breezy generators, for example: // Run `rails g breezy:view Post index` const mapping = { } const history = createHistory({}) const initialPage = window.BREEZY_INITIAL_PAGE_STAT...
<|file_sep|>original/breezy_rails/lib/install/templates/web/application.js import createHistory from 'history/createBrowserHistory' import Breezy from '@jho406/breezy' // This mapping can be auto populate through // Breezy generators, for example: // Run `rails g breezy:view Post index` const mapping = { } const hist...
ed7e9a8e116428c44ee465f898ccd17e6a913480
breezy_rails/lib/install/templates/web/application.js
breezy_rails/lib/install/templates/web/application.js
JavaScript
<|file_sep|>original/app/pages/project/project-navbar.spec.js import React from 'react'; import { mount, shallow } from 'enzyme'; import { expect } from 'chai'; import sinon from 'sinon'; import { IndexLink, Link } from 'react-router'; import { project, workflow } from '../dev-classifier/mock-data'; import ProjectNavba...
import { project, workflow } from '../dev-classifier/mock-data'; import ProjectNavbar from './project-navbar'; describe('ProjectNavbar', () => { it('should render without crashing', () => { shallow(<ProjectNavbar project={project} workflow={workflow} />); }); it('should have nav as container', () => { c...
<|file_sep|>original/app/pages/project/project-navbar.spec.js import React from 'react'; import { mount, shallow } from 'enzyme'; import { expect } from 'chai'; import sinon from 'sinon'; import { IndexLink, Link } from 'react-router'; import { project, workflow } from '../dev-classifier/mock-data'; import ProjectNavba...
3db94979e05fd2f1389a0292107e429b1a6c0a70
app/pages/project/project-navbar.spec.js
app/pages/project/project-navbar.spec.js
JavaScript
<|file_sep|>original/requirements.txt Cython==0.23.4 -e git://github.com/openmaraude/APITaxi_utils.git@a977c5c26cd029f3eaabfe86d51e3ae866d644f3#egg=APITaxi_utils -e git://github.com/openmaraude/APITaxi_models.git@76723e8c4210f453e2500ec2589a7a4ebf37ecf0#egg=APITaxi_models nose==1.3.7 Flask-Testing==0.4.2 Flask-Dogpile-...
Cython==0.23.4 -e git://github.com/openmaraude/APITaxi_utils.git@a977c5c26cd029f3eaabfe86d51e3ae866d644f3#egg=APITaxi_utils -e git://github.com/openmaraude/APITaxi_models.git@cced61c7b3c6afeab36e80a43d01adfd8dffcc0b#egg=APITaxi_models nose==1.3.7 Flask-Testing==0.4.2 Flask-Dogpile-Cache==0.2 Flask-Redis==0.3.0 Flask-Ce...
<|file_sep|>original/requirements.txt Cython==0.23.4 -e git://github.com/openmaraude/APITaxi_utils.git@a977c5c26cd029f3eaabfe86d51e3ae866d644f3#egg=APITaxi_utils -e git://github.com/openmaraude/APITaxi_models.git@76723e8c4210f453e2500ec2589a7a4ebf37ecf0#egg=APITaxi_models nose==1.3.7 Flask-Testing==0.4.2 Flask-Dogpile-...
2829d2fcd8eaf5c9d745844075eaf6d66f1a23d4
requirements.txt
requirements.txt
Text
<|file_sep|>README.md.diff original: This will set `Cache-Control` and `Pragma` headers to stop caching. It will also set an `Expires` header of 0, effectively saying "this has already expired." updated: This sets four headers, disabling a lot of browser caching: - `Cache-Control: no-store, no-cache, must-revalidate, ...
It's possible that you've got bugs in an old HTML or JavaScript file, and with a cache, some users will be stuck with those old versions. This will (try to) abolish all client-side caching. ```javascript var nocache = require('nocache') app.use(nocache()) ``` This sets four headers, disabling a lot of browser caching...
<|file_sep|>README.md.diff original: This will set `Cache-Control` and `Pragma` headers to stop caching. It will also set an `Expires` header of 0, effectively saying "this has already expired." updated: This sets four headers, disabling a lot of browser caching: - `Cache-Control: no-store, no-cache, must-revalidate, ...
452d8dfcc80fa0cf32052662987cdaf169225bed
README.md
README.md
Markdown
<|file_sep|>bower.json.diff original: "URL": "Polymer/URL#master" updated: "URL": "Polymer/URL#master", "webcomponentsjs": "Polymer/webcomponentsjs#master" <|file_sep|>original/bower.json "keywords": [ "util", "client", "browser", "web components", "web-components" ], "author": "Po...
"keywords": [ "util", "client", "browser", "web components", "web-components" ], "author": "Polymer Authors <polymer-dev@googlegroups.com>", "private": true, "dependencies": { "core-component-page": "Polymer/core-component-page#master", "polymer-expressions": "Polymer/polymer-expre...
<|file_sep|>bower.json.diff original: "URL": "Polymer/URL#master" updated: "URL": "Polymer/URL#master", "webcomponentsjs": "Polymer/webcomponentsjs#master" <|file_sep|>original/bower.json "keywords": [ "util", "client", "browser", "web components", "web-components" ], "author": "Po...
b0b5f337595658200076e146e00c877c062fa8c8
bower.json
bower.json
JSON
<|file_sep|>original/{{cookiecutter.repo_name}}/requirements/base.txt Django==1.9.7 wagtail==1.5.2 ansible==2.1.0.0 celery==3.1.23 django-compressor==2.0 django-libsass==0.7 django-redis==4.4.3 elasticsearch==2.3.0 libsass==0.11.1 psycopg2==2.6.1 wagalytics==0.6 <|file_sep|>current/{{cookiecutter.repo_name}}/requireme...
Django==1.9.7 wagtail==1.5.2 ansible==2.1.0.0 celery==3.1.23 django-compressor==2.0 django-libsass==0.7 django-redis==4.4.3 elasticsearch==2.3.0 libsass==0.11.1 psycopg2==2.6.2 wagalytics==0.6
<|file_sep|>original/{{cookiecutter.repo_name}}/requirements/base.txt Django==1.9.7 wagtail==1.5.2 ansible==2.1.0.0 celery==3.1.23 django-compressor==2.0 django-libsass==0.7 django-redis==4.4.3 elasticsearch==2.3.0 libsass==0.11.1 psycopg2==2.6.1 wagalytics==0.6 <|file_sep|>current/{{cookiecutter.repo_name}}/requireme...
7ebecb0a3097958ac924d2cafb97270a0c70f355
{{cookiecutter.repo_name}}/requirements/base.txt
{{cookiecutter.repo_name}}/requirements/base.txt
Text
<|file_sep|>original/S03-smartmatch/signature-signature.t <|file_sep|>current/S03-smartmatch/signature-signature.t <|file_sep|>updated/S03-smartmatch/signature-signature.t
use v6; use Test; plan 5; #L<S03/Smart matching/Signature-signature> { ok (:(Str) ~~ :(Str)), 'signature :(Str) is the same as :(Str)'; ok !(:(Str) ~~ :(Int)), 'signature :(Str) is not the same as :(Int)'; ok (:(Str, Int) ~~ :(Str, Int)), 'signature :(Str, Int) is the same as :(...
<|file_sep|>original/S03-smartmatch/signature-signature.t <|file_sep|>current/S03-smartmatch/signature-signature.t <|file_sep|>updated/S03-smartmatch/signature-signature.t use v6; use Test; plan 5; #L<S03/Smart matching/Signature-signature> { ok (:(Str) ~~ :(Str)), 'signature :(Str) is the same as :...
748aace95163b7a9d1fbedae609abdb3215fe14c
S03-smartmatch/signature-signature.t
S03-smartmatch/signature-signature.t
Perl
<|file_sep|>roles/workstation.nix.diff original: updated: pkgs.ctags <|file_sep|>original/roles/workstation.nix environment.systemPackages = [ neopkgs.fish neopkgs.neovim # Neovim, my editor of choice pkgs.bash pkgs.curl pkgs.dos2unix # Convert between dos and unix line endings...
neopkgs.neovim # Neovim, my editor of choice pkgs.bash pkgs.ctags pkgs.curl pkgs.dos2unix # Convert between dos and unix line endings pkgs.git # Source control pkgs.htop pkgs.isync # Email sync, an alternative to OfflineIMAP pkgs.lynx pkgs.m...
<|file_sep|>roles/workstation.nix.diff original: updated: pkgs.ctags <|file_sep|>original/roles/workstation.nix environment.systemPackages = [ neopkgs.fish neopkgs.neovim # Neovim, my editor of choice pkgs.bash pkgs.curl pkgs.dos2unix # Convert between dos and unix line endings...
8c590d9847591dc1dc3dedd408de942da1ed308a
roles/workstation.nix
roles/workstation.nix
Nix
<|file_sep|>original/.travis.yml language: go go: - 1.2 - 1.3 - 1.4 - 1.5 script: make test sudo: false <|file_sep|>current/.travis.yml language: go go: - 1.2 - 1.3 - 1.4 - 1.5 script: make test sudo: false <|file_sep|>updated/.travis.yml
language: go go: - 1.4 - 1.5 script: make test sudo: false
<|file_sep|>original/.travis.yml language: go go: - 1.2 - 1.3 - 1.4 - 1.5 script: make test sudo: false <|file_sep|>current/.travis.yml language: go go: - 1.2 - 1.3 - 1.4 - 1.5 script: make test sudo: false <|file_sep|>updated/.travis.yml language: go go: - 1.4 - 1.5 script: make test ...
037ed380c2126c02a190266fe6948493f61f1744
.travis.yml
.travis.yml
YAML
<|file_sep|>original/Source/ApiTemplate/Source/ApiTemplate/AssemblyInformation.cs namespace ApiTemplate { using System.Reflection; public record AssemblyInformation(string Product, string Description, string Version) { public static readonly AssemblyInformation Current = new(typeof(AssemblyInformat...
namespace ApiTemplate { using System.Reflection; public record class AssemblyInformation(string Product, string Description, string Version) { public static readonly AssemblyInformation Current = new(typeof(AssemblyInformation).Assembly); public AssemblyInformation(Assembly assembly) ...
<|file_sep|>original/Source/ApiTemplate/Source/ApiTemplate/AssemblyInformation.cs namespace ApiTemplate { using System.Reflection; public record AssemblyInformation(string Product, string Description, string Version) { public static readonly AssemblyInformation Current = new(typeof(AssemblyInformat...
a2555ca43ad2819b1e8c50e4dfabc90d72fc18f7
Source/ApiTemplate/Source/ApiTemplate/AssemblyInformation.cs
Source/ApiTemplate/Source/ApiTemplate/AssemblyInformation.cs
C#
<|file_sep|>original/tests/bootstrap.php <?php $loader = require __DIR__.'/../vendor/autoload.php'; $loader->addPsr4('React\\Promise\\', __DIR__); <|file_sep|>current/tests/bootstrap.php <?php $loader = require __DIR__.'/../vendor/autoload.php'; $loader->addPsr4('React\\Promise\\', __DIR__); <|file_sep|>updated/tests...
<?php $loader = @include __DIR__.'/../vendor/autoload.php'; if (!$loader) { $loader = require __DIR__.'/../../../../vendor/autoload.php'; } $loader->addPsr4('React\\Promise\\', __DIR__);
<|file_sep|>original/tests/bootstrap.php <?php $loader = require __DIR__.'/../vendor/autoload.php'; $loader->addPsr4('React\\Promise\\', __DIR__); <|file_sep|>current/tests/bootstrap.php <?php $loader = require __DIR__.'/../vendor/autoload.php'; $loader->addPsr4('React\\Promise\\', __DIR__); <|file_sep|>updated/tests...
e5cc8bcbc4fccb509d459603ade123e477daf710
tests/bootstrap.php
tests/bootstrap.php
PHP
<|file_sep|>original/algorithms/arraysandsorting/QuickSortII-Sorting.scala <|file_sep|>current/algorithms/arraysandsorting/QuickSortII-Sorting.scala <|file_sep|>updated/algorithms/arraysandsorting/QuickSortII-Sorting.scala
object Solution { def quickSort3Way(nums: Array[Int]) { def exch(i: Int, j: Int) { var temp = nums(i) nums(i) = nums(j) nums(j) = temp } def threeWayPartition(lo: Int, hi: Int) { if (lo >= hi) return; val p = nums(lo) var lt = lo; var gt = hi; var i = lo + 1; w...
<|file_sep|>original/algorithms/arraysandsorting/QuickSortII-Sorting.scala <|file_sep|>current/algorithms/arraysandsorting/QuickSortII-Sorting.scala <|file_sep|>updated/algorithms/arraysandsorting/QuickSortII-Sorting.scala object Solution { def quickSort3Way(nums: Array[Int]) { def exch(i: Int, j: Int) { ...
6636af931de7747a74789f7da91587a0dcc52a08
algorithms/arraysandsorting/QuickSortII-Sorting.scala
algorithms/arraysandsorting/QuickSortII-Sorting.scala
Scala
<|file_sep|>setup.py.diff original: 'Development Status :: 3 - Alpha', updated: <|file_sep|>original/setup.py version="1.0.2", description="Step-by-Step Debug Elasticsearch Analyzers", long_description=read_md('README.md'), license="Apache", author="Doug Turnbull", author_email="dturn...
}, packages=['elyzer'], version="1.0.2", description="Step-by-Step Debug Elasticsearch Analyzers", long_description=read_md('README.md'), license="Apache", author="Doug Turnbull", author_email="dturnbull@o19s.com", url='https://github.com/o19s/elyzer', install_requires=['elastics...
<|file_sep|>setup.py.diff original: 'Development Status :: 3 - Alpha', updated: <|file_sep|>original/setup.py version="1.0.2", description="Step-by-Step Debug Elasticsearch Analyzers", long_description=read_md('README.md'), license="Apache", author="Doug Turnbull", author_email="dturn...
66250b7e448f54bc0cd9eb8b16731a885e4cf3e7
setup.py
setup.py
Python
<|file_sep|>original/src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildFlowManager.java <|file_sep|>current/src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildFlowManager.java <|file_sep|>updated/src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildF...
package org.jenkinsci.plugins.ghprb.downstreambuilds; import java.util.Iterator; import java.util.Set; import org.jgrapht.DirectedGraph; import com.cloudbees.plugins.flow.FlowRun; import com.cloudbees.plugins.flow.FlowRun.JobEdge; import hudson.model.AbstractBuild; /** * @author mdelapenya (Manuel de la Peña) */...
<|file_sep|>original/src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildFlowManager.java <|file_sep|>current/src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildFlowManager.java <|file_sep|>updated/src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildF...
814c1b71864843f612d2e1b63ce7ee466bda3001
src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildFlowManager.java
src/main/java/org/jenkinsci/plugins/ghprb/downstreambuilds/DownstreamBuildFlowManager.java
Java
<|file_sep|>original/.travis.yml sudo: false language: node_js node_js: - "iojs" - "0.12" - "0.10" after_success: - "npm run cover" - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js" <|file_sep|>current/.travis.yml sudo: false language: node_js node_js: - "iojs" - "0.12" - "0.10" af...
sudo: false language: node_js matrix: allow_failures: - node_js: "iojs" node_js: - "iojs" - "0.12" - "0.10" after_success: - "npm run cover" - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
<|file_sep|>original/.travis.yml sudo: false language: node_js node_js: - "iojs" - "0.12" - "0.10" after_success: - "npm run cover" - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js" <|file_sep|>current/.travis.yml sudo: false language: node_js node_js: - "iojs" - "0.12" - "0.10" af...
da74ca273fcce8bbf6cb7e720e9be1d41eda78c3
.travis.yml
.travis.yml
YAML
<|file_sep|>original/package.json "keywords": [ "ast", "rewriting", "refactoring", "codegen", "syntax", "transformation", "parsing", "pretty-printing" ], "version": "0.4.17", "homepage": "http://github.com/benjamn/recast", "repository": { "type": "git", "url": "git://gi...
"keywords": [ "ast", "rewriting", "refactoring", "codegen", "syntax", "transformation", "parsing", "pretty-printing" ], "version": "0.4.18", "homepage": "http://github.com/benjamn/recast", "repository": { "type": "git", "url": "git://github.com/benjamn/recast.git" }, ...
<|file_sep|>original/package.json "keywords": [ "ast", "rewriting", "refactoring", "codegen", "syntax", "transformation", "parsing", "pretty-printing" ], "version": "0.4.17", "homepage": "http://github.com/benjamn/recast", "repository": { "type": "git", "url": "git://gi...
69b8db1a533a221ead7791e84e388d5c5ba19a45
package.json
package.json
JSON
<|file_sep|>finders/metadata/aaib-reports.json.diff original: "signup_content_id": "1ad5918c-19ff-4431-b20b-1bab890cd84b", "signup_copy": "You'll get an email each time a report is updated or a new report is published.", updated: <|file_sep|>original/finders/metadata/aaib-reports.json "email_signup_choice": [ ...
{ "content_id": "b7574bba-969f-4c49-855a-ae1586258ff6", "base_path": "/aaib-reports", "format_name": "Air Accidents Investigation Branch report", "name": "Air Accidents Investigation Branch reports", "beta": true, "filter": { "document_type": "aaib_report" }, "show_summaries": true, "organisations...
<|file_sep|>finders/metadata/aaib-reports.json.diff original: "signup_content_id": "1ad5918c-19ff-4431-b20b-1bab890cd84b", "signup_copy": "You'll get an email each time a report is updated or a new report is published.", updated: <|file_sep|>original/finders/metadata/aaib-reports.json "email_signup_choice": [ ...
87223b76407d23fbe38a5a14926896b5fdf6bf6e
finders/metadata/aaib-reports.json
finders/metadata/aaib-reports.json
JSON
<|file_sep|>tools/sql-migrate-20111130.sql.diff original: alter table cookies add foreign key (name) references users (name) on update cascade; updated: alter table cookies add foreign key (name) references users (name) on update cascade on delete cascade; <|file_sep|>original/tools/sql-migrate-20111130.sql begin; alte...
alter table journals add foreign key (submitted_by) references users (name) on update cascade; end; begin; alter table roles drop constraint "$1"; alter table roles add foreign key (user_name) references users (name) on update cascade; end; begin; alter table cookies drop constraint cookies_name_fkey; alter table cooki...
<|file_sep|>tools/sql-migrate-20111130.sql.diff original: alter table cookies add foreign key (name) references users (name) on update cascade; updated: alter table cookies add foreign key (name) references users (name) on update cascade on delete cascade; <|file_sep|>original/tools/sql-migrate-20111130.sql begin; alte...
8d7843da16fcddad151d13535b7c052ebf8f7508
tools/sql-migrate-20111130.sql
tools/sql-migrate-20111130.sql
SQL
<|file_sep|>original/package.json "repository": "https://github.com/admdh/postcss-high-contrast", "bugs": { "url": "https://github.com/admdh/postcss-high-contrast/issues" }, "homepage": "https://github.com/admdh/postcss-high-contrast", "dependencies": { "postcss": "^5.0.21" }, "devDependencies": {...
"repository": "https://github.com/admdh/postcss-high-contrast", "bugs": { "url": "https://github.com/admdh/postcss-high-contrast/issues" }, "homepage": "https://github.com/admdh/postcss-high-contrast", "dependencies": { "postcss": "^5.0.21" }, "devDependencies": { "ava": "^0.15.0", "eslint...
<|file_sep|>original/package.json "repository": "https://github.com/admdh/postcss-high-contrast", "bugs": { "url": "https://github.com/admdh/postcss-high-contrast/issues" }, "homepage": "https://github.com/admdh/postcss-high-contrast", "dependencies": { "postcss": "^5.0.21" }, "devDependencies": {...
66acc9e0a8d98ca0d10c388156be71382177badf
package.json
package.json
JSON
<|file_sep|>original/package.json { "name": "tigefa", "private": true, "dependencies": { "@rails/ujs": "6.1.0", "turbolinks": "5.2.0", "@rails/activestorage": "6.1.0", "@rails/actioncable": "6.1.0" }, "devDependencies": { "sass": "1.32.2", "vanilla-framework": "2.21.0" }, "version"...
{ "name": "tigefa", "private": true, "dependencies": { "@rails/ujs": "6.1.0", "turbolinks": "5.2.0", "@rails/activestorage": "6.1.0", "@rails/actioncable": "6.1.1" }, "devDependencies": { "sass": "1.32.2", "vanilla-framework": "2.21.0" }, "version": "0.1.0" }
<|file_sep|>original/package.json { "name": "tigefa", "private": true, "dependencies": { "@rails/ujs": "6.1.0", "turbolinks": "5.2.0", "@rails/activestorage": "6.1.0", "@rails/actioncable": "6.1.0" }, "devDependencies": { "sass": "1.32.2", "vanilla-framework": "2.21.0" }, "version"...
88c28615dda15c4411a0cb68d755da3ba9526756
package.json
package.json
JSON
<|file_sep|>original/package.json { "name": "awcy", "version": "1.0.0", "description": "Are We Compressed Yet?", "main": "awcy_server.js", "scripts": { "generate_list": "tsc generate_list.ts; node generate_list.js", "tsc": "tsc", "start": "tsc; node awcy_server.js" }, "dependencies": { "@t...
{ "name": "awcy", "version": "1.0.0", "description": "Are We Compressed Yet?", "main": "awcy_server.js", "scripts": { "generate_list": "./node_modules/.bin/tsc generate_list.ts; node generate_list.js", "tsc": "./node_modules/.bin/tsc", "start": "./node_modules/.bin/tsc; node awcy_server.js" }, ...
<|file_sep|>original/package.json { "name": "awcy", "version": "1.0.0", "description": "Are We Compressed Yet?", "main": "awcy_server.js", "scripts": { "generate_list": "tsc generate_list.ts; node generate_list.js", "tsc": "tsc", "start": "tsc; node awcy_server.js" }, "dependencies": { "@t...
051c154b34c9453468c49ba26ea1b12fbef41bac
package.json
package.json
JSON
<|file_sep|>original/composer.json "dashboard" ], "license": "MIT", "authors": [ { "name": "Nicolas Widart", "email": "info@asgardcms.com", "role": "Developer" } ], "support": { "email": "support@asgardcms.com", "issues": "https://github.com/AsgardCms/Dashboard/issues", ...
], "license": "MIT", "authors": [ { "name": "Nicolas Widart", "email": "info@asgardcms.com", "role": "Developer" } ], "support": { "email": "support@asgardcms.com", "issues": "https://github.com/AsgardCms/Dashboard/issues", "source": "https://github.com/AsgardCms/Dashboar...
<|file_sep|>original/composer.json "dashboard" ], "license": "MIT", "authors": [ { "name": "Nicolas Widart", "email": "info@asgardcms.com", "role": "Developer" } ], "support": { "email": "support@asgardcms.com", "issues": "https://github.com/AsgardCms/Dashboard/issues", ...
f20e1f4a1478072ec7e31b922c0f97503defa80d
composer.json
composer.json
JSON
<|file_sep|>original/setup.cfg setup_requires = setuptools_scm >= 1.15.0 [options.extras_require] testing = # upstream pytest >= 3.5, !=3.7.3 pytest-checkdocs pytest-flake8 # local pathlib2 docs = # upstream sphinx jaraco.packaging >= 3.2 rst.linker >= 1.9 # local [options.entry_points] <|file_sep|>curr...
[options.extras_require] testing = # upstream pytest >= 3.5, !=3.7.3 pytest-checkdocs pytest-flake8 # local pathlib2 more_itertools docs = # upstream sphinx jaraco.packaging >= 3.2 rst.linker >= 1.9 # local [options.entry_points]
<|file_sep|>original/setup.cfg setup_requires = setuptools_scm >= 1.15.0 [options.extras_require] testing = # upstream pytest >= 3.5, !=3.7.3 pytest-checkdocs pytest-flake8 # local pathlib2 docs = # upstream sphinx jaraco.packaging >= 3.2 rst.linker >= 1.9 # local [options.entry_points] <|file_sep|>curr...
6cc4f922ee45adc19fc53810fa4c1c6906d83188
setup.cfg
setup.cfg
INI
<|file_sep|>original/requirements_dev.txt psycopg2-binary==2.8.3 pip==19.2.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.8 cryptography==2.7 tox==3.13.2 coverage==4.5.4 Sphinx==2.1.2 pytest-runner==5.1 pytest==5.0.1 pytest-cov==2.7.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.17.0 python-...
psycopg2-binary==2.8.3 pip==19.2.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.8 cryptography==2.7 tox==3.13.2 coverage==4.5.4 Sphinx==2.1.2 pytest-runner==5.1 pytest==5.1.0 pytest-cov==2.7.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.17.0 python-dotenv[cli]==0.10.3
<|file_sep|>original/requirements_dev.txt psycopg2-binary==2.8.3 pip==19.2.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.8 cryptography==2.7 tox==3.13.2 coverage==4.5.4 Sphinx==2.1.2 pytest-runner==5.1 pytest==5.0.1 pytest-cov==2.7.1 # miscellaneous sphinx_rtd_theme==0.4.3 pre-commit==1.17.0 python-...
b333bf1be46c390476ee34c824f396969c2e27af
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>.github/workflows/test.yml.diff original: updated: - 3.0.0 <|file_sep|>original/.github/workflows/test.yml - ruby: 2.4.10 gemfile: gemfiles/rails_6.0/Gemfile - ruby: 2.4.10 gemfile: gemfiles/rails_6.1/Gemfile - ruby: 2.4.10 gemfi...
exclude: - ruby: 2.4.10 gemfile: gemfiles/rails_6.0/Gemfile - ruby: 2.4.10 gemfile: gemfiles/rails_6.1/Gemfile - ruby: 2.4.10 gemfile: gemfiles/rails_edge/Gemfile - ruby: 3.0.0 gemfile: gemfiles/rails_5.2/Gemfile env...
<|file_sep|>.github/workflows/test.yml.diff original: updated: - 3.0.0 <|file_sep|>original/.github/workflows/test.yml - ruby: 2.4.10 gemfile: gemfiles/rails_6.0/Gemfile - ruby: 2.4.10 gemfile: gemfiles/rails_6.1/Gemfile - ruby: 2.4.10 gemfi...
593c6c519bf240c03aa93b8923804e39925f2778
.github/workflows/test.yml
.github/workflows/test.yml
YAML
<|file_sep|>original/Model/partsdb.cs <|file_sep|>current/Model/partsdb.cs <|file_sep|>updated/Model/partsdb.cs
using System; using System.Data; using System.Collections.Generic; public delegate void ErrorHandler(string message, Exception exception); public delegate void PartTypesHandler(List<PartType> partTypes); public delegate void PartsHandler(PartCollection part); public delegate void PartHandler(Part part); public abstr...
<|file_sep|>original/Model/partsdb.cs <|file_sep|>current/Model/partsdb.cs <|file_sep|>updated/Model/partsdb.cs using System; using System.Data; using System.Collections.Generic; public delegate void ErrorHandler(string message, Exception exception); public delegate void PartTypesHandler(List<PartType> partTypes); ...
34532b96828cdc5f9c26913d79f4ace0507ede57
Model/partsdb.cs
Model/partsdb.cs
C#
<|file_sep|>README.md.diff original: # nordrassil [![Build Status](https://travis-ci.org/mgarbacz/nordrassil.svg?branch=master)](https://travis-ci.org/mgarbacz/nordrassil) updated: # nordrassil [![Build Status](https://travis-ci.org/mgarbacz/nordrassil.svg?branch=master)](https://travis-ci.org/mgarbacz/nordrassil) [![C...
# nordrassil [![Build Status](https://travis-ci.org/mgarbacz/nordrassil.svg?branch=master)](https://travis-ci.org/mgarbacz/nordrassil) [![Coverage Status](https://img.shields.io/coveralls/mgarbacz/nordrassil.svg)](https://coveralls.io/r/mgarbacz/nordrassil) > A Word Trie implemented in vanilla JavaScript Demo: [Nordr...
<|file_sep|>README.md.diff original: # nordrassil [![Build Status](https://travis-ci.org/mgarbacz/nordrassil.svg?branch=master)](https://travis-ci.org/mgarbacz/nordrassil) updated: # nordrassil [![Build Status](https://travis-ci.org/mgarbacz/nordrassil.svg?branch=master)](https://travis-ci.org/mgarbacz/nordrassil) [![C...
b47a572136183d9e2abbc0562937381622137cec
README.md
README.md
Markdown
<|file_sep|>original/README.md Mercuro ======= Mercuro is a non-concurrent, unintelligent, Python-based threaded syslog listener that forwards all its events to a [Riemann][1] server. All interaction with Riemann is handled via the [Bernhard][2] library. You probably shouldn't use Mercuro in production yet, at least...
Mercuro is a non-concurrent, unintelligent, Python-based threaded syslog listener that forwards all its events to a [Riemann][1] server. All interaction with Riemann is handled via the [Bernhard][2] library. You probably shouldn't use Mercuro in production yet, at least until it provides concurrency, forking, and a c...
<|file_sep|>original/README.md Mercuro ======= Mercuro is a non-concurrent, unintelligent, Python-based threaded syslog listener that forwards all its events to a [Riemann][1] server. All interaction with Riemann is handled via the [Bernhard][2] library. You probably shouldn't use Mercuro in production yet, at least...
29c7ca42488f3b6e4590b98e94a4aa4fb16b5d24
README.md
README.md
Markdown
<|file_sep|>original/lib/commands/SecretGenerateCommand.php <?php /** * This file is part of the PHPLucidFrame library. * The script executes the command `php lucidframe secret:generate` * * @package LucidFrame\Console * @since PHPLucidFrame v 1.11.0 * @copyright Copyright (c), PHPLucidFrame. * @auth...
<?php /** * This file is part of the PHPLucidFrame library. * The script executes the command `php lucidframe secret:generate [options]` * * @package LucidFrame\Console * @since PHPLucidFrame v 1.11.0 * @copyright Copyright (c), PHPLucidFrame. * @author Sithu K. <cithukyaw@gmail.com> * @link ...
<|file_sep|>original/lib/commands/SecretGenerateCommand.php <?php /** * This file is part of the PHPLucidFrame library. * The script executes the command `php lucidframe secret:generate` * * @package LucidFrame\Console * @since PHPLucidFrame v 1.11.0 * @copyright Copyright (c), PHPLucidFrame. * @auth...
927acad87fcd91b4d0a9fa5e5bfd230b686b6e58
lib/commands/SecretGenerateCommand.php
lib/commands/SecretGenerateCommand.php
PHP
<|file_sep|>.appveyor.yml.diff original: WIN_MAKE: C:\cygwin\bin\make updated: WIN_MAKE: C:\cygwin\bin\make <|file_sep|>original/.appveyor.yml environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash ...
environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash MAKE: /cygdrive/c/cygwin/bin/make SETUP: /cygdrive/c/cygwin/bin/setup-x86.exe CC: /cygdrive/c/cygwin/bin/gcc CXX: /cygdrive/c/cygwin/...
<|file_sep|>.appveyor.yml.diff original: WIN_MAKE: C:\cygwin\bin\make updated: WIN_MAKE: C:\cygwin\bin\make <|file_sep|>original/.appveyor.yml environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash ...
e9b8f853e0290fe5289dbd668cac2aeb31f49b4a
.appveyor.yml
.appveyor.yml
YAML
<|file_sep|>original/lastfm.html {{#image}}<img class="avatar" src="{{image}}" alt="" />{{/image}} <b><a href="http://www.last.fm/user/{{username}}">{{username}}</a> {{#nowPlaying}}is listening to{{/nowPlaying}} {{^nowPlaying}}last listened to{{/nowPlaying}}</b> {{artist}} &mdash; <a href="{{url}}">{{track}}</a> {{#alb...
{{#image}}<img class="avatar" src="{{image}}" alt="" />{{/image}} <b> <a href="http://www.last.fm/user/{{username}}">{{username}}</a> {{#nowPlaying}}is listening to{{/nowPlaying}} {{^nowPlaying}}last listened to{{/nowPlaying}} </b> <a href="http://www.last.fm/music/{{artist}}">{{artist}}</a> &mdash; <a href="{{ur...
<|file_sep|>original/lastfm.html {{#image}}<img class="avatar" src="{{image}}" alt="" />{{/image}} <b><a href="http://www.last.fm/user/{{username}}">{{username}}</a> {{#nowPlaying}}is listening to{{/nowPlaying}} {{^nowPlaying}}last listened to{{/nowPlaying}}</b> {{artist}} &mdash; <a href="{{url}}">{{track}}</a> {{#alb...
a1f58d38ed130a90278bfe3f46e101f3a221583a
lastfm.html
lastfm.html
HTML
<|file_sep|>.travis.yml.diff original: - chmod a+x bin/* - bin/before_script.sh updated: - bash bin/before_script.sh <|file_sep|>original/.travis.yml language: node_js node_js: - node before_script: - chmod a+x bin/* - bin/before_script.sh script: - npm run build after_success: - bin/after_success.sh br...
language: node_js node_js: - node before_script: - bash bin/before_script.sh script: - npm run build after_success: - bash bin/after_success.sh branches: except: - /^v\d+\.\d+\.\d+$/ - gh-pages notifications: webhooks: http://webhook.hakatashi.com/travis
<|file_sep|>.travis.yml.diff original: - chmod a+x bin/* - bin/before_script.sh updated: - bash bin/before_script.sh <|file_sep|>original/.travis.yml language: node_js node_js: - node before_script: - chmod a+x bin/* - bin/before_script.sh script: - npm run build after_success: - bin/after_success.sh br...
aa72af05aca96fca952cf36564ee5041608a4577
.travis.yml
.travis.yml
YAML
<|file_sep|>original/requirements.txt mock==3.0.4 sphinx_rtd_theme==0.4.3 numpy==1.16.3 future==0.17.1 networkx==2.3 dynetx==0.2.2 bokeh==1.1.0 matplotlib==3.0.3 pytest==4.4.1 <|file_sep|>current/requirements.txt mock==3.0.4 sphinx_rtd_theme==0.4.3 numpy==1.16.3 future==0.17.1 networkx==2.3 dynetx==0.2.2 bokeh==1.1.0 m...
mock==3.0.5 sphinx_rtd_theme==0.4.3 numpy==1.16.3 future==0.17.1 networkx==2.3 dynetx==0.2.2 bokeh==1.1.0 matplotlib==3.0.3 pytest==4.4.1
<|file_sep|>original/requirements.txt mock==3.0.4 sphinx_rtd_theme==0.4.3 numpy==1.16.3 future==0.17.1 networkx==2.3 dynetx==0.2.2 bokeh==1.1.0 matplotlib==3.0.3 pytest==4.4.1 <|file_sep|>current/requirements.txt mock==3.0.4 sphinx_rtd_theme==0.4.3 numpy==1.16.3 future==0.17.1 networkx==2.3 dynetx==0.2.2 bokeh==1.1.0 m...
134dc1f7c0f4a4f8e4faa9bb28d53ab92eaf47a7
requirements.txt
requirements.txt
Text
<|file_sep|>original/cmsplugin_collapse/migrations/0002_auto_20160210_0651.py <|file_sep|>current/cmsplugin_collapse/migrations/0002_auto_20160210_0651.py <|file_sep|>updated/cmsplugin_collapse/migrations/0002_auto_20160210_0651.py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('cmsplugin_collapse', '0001_initial'), ] operations = [ migrations.AlterField( model_name='accordionheader', ...
<|file_sep|>original/cmsplugin_collapse/migrations/0002_auto_20160210_0651.py <|file_sep|>current/cmsplugin_collapse/migrations/0002_auto_20160210_0651.py <|file_sep|>updated/cmsplugin_collapse/migrations/0002_auto_20160210_0651.py # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import...
9ce90bc43cfcc5a56be958671f304e7929eb0446
cmsplugin_collapse/migrations/0002_auto_20160210_0651.py
cmsplugin_collapse/migrations/0002_auto_20160210_0651.py
Python
<|file_sep|>original/orgs/trial.json { "orgName": "NPSP - Trial Org", "template": "0TT1I000006q4NP", "settings": { "chatterSettings": { "enableChatter": true }, "apexSettings": { "enableDisableParallelApexTesting": true }, "enhancedNotesSettings": { "enableEnhancedNotes": tru...
{ "orgName": "NPSP - Trial Org", "template": "04t1Y000000ksAp", "settings": { "chatterSettings": { "enableChatter": true }, "apexSettings": { "enableDisableParallelApexTesting": true }, "enhancedNotesSettings": { "enableEnhancedNotes": true }, "lightningExperienceSett...
<|file_sep|>original/orgs/trial.json { "orgName": "NPSP - Trial Org", "template": "0TT1I000006q4NP", "settings": { "chatterSettings": { "enableChatter": true }, "apexSettings": { "enableDisableParallelApexTesting": true }, "enhancedNotesSettings": { "enableEnhancedNotes": tru...
1f19fa1df23196ee42e849c44c225e7ac8f86335
orgs/trial.json
orgs/trial.json
JSON
<|file_sep|>original/router.js 'use strict' const router = new (require('express')).Router() const mw = require('./middleware') const { isAdmin } = require('midwest-module-membership/passport/authorization-middleware') router.route('/') .get(mw.get) .patch(isAdmin, mw.update) module.exports = router <|file_sep...
'use strict' const router = new (require('express')).Router() const mw = require('./middleware') const { isAdmin } = require('midwest-module-membership/passport/authorization-middleware') router.route('/') .get(mw.get) .patch(isAdmin, mw.update) .put(isAdmin, mw.update) module.exports = router
<|file_sep|>original/router.js 'use strict' const router = new (require('express')).Router() const mw = require('./middleware') const { isAdmin } = require('midwest-module-membership/passport/authorization-middleware') router.route('/') .get(mw.get) .patch(isAdmin, mw.update) module.exports = router <|file_sep...
d1eeaa79c588658d48da7f6981265cef8fbcc9aa
router.js
router.js
JavaScript
<|file_sep|>original/battlesnake/plugins/imc2/triggers.py from battlesnake.core.triggers import Trigger from battlesnake.plugins.imc2 import imc2 from battlesnake.plugins.imc2.channel_map import MUX_TO_IMC2_CHANNEL_MAP class ChannelMessageTrigger(Trigger): """ Tries to identify potential IMC2 channel activity...
from battlesnake.core.triggers import Trigger from battlesnake.plugins.imc2 import imc2 from battlesnake.plugins.imc2.channel_map import MUX_TO_IMC2_CHANNEL_MAP class ChannelMessageTrigger(Trigger): """ Tries to identify potential IMC2 channel activity. """ line_regex = re.compile(r'.*\[(?P<channel>....
<|file_sep|>original/battlesnake/plugins/imc2/triggers.py from battlesnake.core.triggers import Trigger from battlesnake.plugins.imc2 import imc2 from battlesnake.plugins.imc2.channel_map import MUX_TO_IMC2_CHANNEL_MAP class ChannelMessageTrigger(Trigger): """ Tries to identify potential IMC2 channel activity...
47bb8e983dad168451d65c0032f5568357a8d359
battlesnake/plugins/imc2/triggers.py
battlesnake/plugins/imc2/triggers.py
Python