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/scripts/docs/cloudbuild.yaml steps: - name: gcr.io/cloud-builders/docker args: ['build', '--tag=gcr.io/$PROJECT_ID/bazel-jekyll', 'scripts/docs'] - name: gcr.io/$PROJECT_ID/bazel-jekyll args: ['version'] - name: gcr.io/$PROJECT_ID/bazel-jekyll args: ['build', '--action_env=PATH=/usr/local/bin...
steps: - name: gcr.io/cloud-builders/docker args: ['build', '--tag=gcr.io/$PROJECT_ID/bazel-jekyll', 'scripts/docs'] - name: gcr.io/$PROJECT_ID/bazel-jekyll args: ['version'] - name: gcr.io/$PROJECT_ID/bazel-jekyll args: ['build', '--action_env=PATH=/usr/local/bin:/usr/bin:/bin', '//site'] - name: gcr.io/cloud-bu...
<|file_sep|>original/scripts/docs/cloudbuild.yaml steps: - name: gcr.io/cloud-builders/docker args: ['build', '--tag=gcr.io/$PROJECT_ID/bazel-jekyll', 'scripts/docs'] - name: gcr.io/$PROJECT_ID/bazel-jekyll args: ['version'] - name: gcr.io/$PROJECT_ID/bazel-jekyll args: ['build', '--action_env=PATH=/usr/local/bin...
3d65ff2a16bbe991d985c62a4882b082f0b4e67d
scripts/docs/cloudbuild.yaml
scripts/docs/cloudbuild.yaml
YAML
<|file_sep|>original/requirements/prod.txt flask_assets==2.0 yuicompressor==2.4.8 # Sockets flask_socketio==4.2.1 python_socketio==4.4.0 python_engineio==3.11.2 # Celery celery==4.4.0 redis==3.3.11 # Octave interaction scipy==1.4.1 numpy==1.18.1 octave-kernel==0.31.0 ipython==7.11.1 # pyup: ignore # Octave packages...
flask_assets==2.0 yuicompressor==2.4.8 # Sockets flask_socketio==4.2.1 python_socketio==4.4.0 python_engineio==3.11.2 # Celery celery==4.4.0 redis==3.4.0 # Octave interaction scipy==1.4.1 numpy==1.18.1 octave-kernel==0.31.0 ipython==7.11.1 # pyup: ignore # Octave packages sympy==1.5.1
<|file_sep|>original/requirements/prod.txt flask_assets==2.0 yuicompressor==2.4.8 # Sockets flask_socketio==4.2.1 python_socketio==4.4.0 python_engineio==3.11.2 # Celery celery==4.4.0 redis==3.3.11 # Octave interaction scipy==1.4.1 numpy==1.18.1 octave-kernel==0.31.0 ipython==7.11.1 # pyup: ignore # Octave packages...
c059dc7b6a8774ff4d59cba90ba9cda378e290df
requirements/prod.txt
requirements/prod.txt
Text
<|file_sep|>frappe/core/doctype/role/test_role.py.diff original: updated: <|file_sep|>frappe/core/doctype/role/test_role.py.diff original: updated: <|file_sep|>frappe/core/doctype/role/test_role.py.diff original: frappe.get_doc("User", "test@example.com").add_roles("_Test Role 3") self.assertTrue("_Test ...
import frappe import unittest test_records = frappe.get_test_records('Role') class TestUser(unittest.TestCase): def test_disable_role(self): frappe.get_doc("User", "test@example.com").add_roles("_Test Role 3") role = frappe.get_doc("Role", "_Test Role 3") role.disabled = 1 role.save() self.assertTrue("_T...
<|file_sep|>frappe/core/doctype/role/test_role.py.diff original: updated: <|file_sep|>frappe/core/doctype/role/test_role.py.diff original: updated: <|file_sep|>frappe/core/doctype/role/test_role.py.diff original: frappe.get_doc("User", "test@example.com").add_roles("_Test Role 3") self.assertTrue("_Test ...
f7bfcd7fee64ae9220710835974125f41dae1c50
frappe/core/doctype/role/test_role.py
frappe/core/doctype/role/test_role.py
Python
<|file_sep|>original/test_dashrep_code/correct-value-for-list-of-first-words-in-file.txt entry_begin uniqueid datetime title description entry_end entry_begin uniqueid datetime title description entry_end dolphin octopus whale otter dolphin dolphin dolphin dolphin octopus octopus whale <|file_sep|>current/test_dashr...
entry_begin uniqueid datetime title description entry_end entry_begin uniqueid datetime title description entry_end dolphin octopus whale otter dolphin dolphin dolphin dolphin octopus octopus whale
<|file_sep|>original/test_dashrep_code/correct-value-for-list-of-first-words-in-file.txt entry_begin uniqueid datetime title description entry_end entry_begin uniqueid datetime title description entry_end dolphin octopus whale otter dolphin dolphin dolphin dolphin octopus octopus whale <|file_sep|>current/test_dashr...
6609d93fa3a18f3301518ac78003b07ab80e9bfc
test_dashrep_code/correct-value-for-list-of-first-words-in-file.txt
test_dashrep_code/correct-value-for-list-of-first-words-in-file.txt
Text
<|file_sep|>freeciv/version.txt.diff original: # Previous:33631 FCREV=33633 updated: # Previous:33633 FCREV=33637 <|file_sep|>original/freeciv/version.txt # I keep previous version easily available here so I don't need to check # version history constantly when handling ruleset differences. # Previous:33631 FCREV=33633...
# I keep previous version easily available here so I don't need to check # version history constantly when handling ruleset differences. # Previous:33633 FCREV=33637 FCBRANCH=trunk ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Aug.17b" # There's no need to bump this constantly as current freeciv-web # makes no connections to o...
<|file_sep|>freeciv/version.txt.diff original: # Previous:33631 FCREV=33633 updated: # Previous:33633 FCREV=33637 <|file_sep|>original/freeciv/version.txt # I keep previous version easily available here so I don't need to check # version history constantly when handling ruleset differences. # Previous:33631 FCREV=33633...
bc18e0889cb8f649603ab89ad127245652797cfa
freeciv/version.txt
freeciv/version.txt
Text
<|file_sep|>original/EEEOperationCenter.podspec Pod::Spec.new do |s| s.name = "EEEOperationCenter" s.version = "0.1.0" s.summary = "Say 'no' to God-classes, chop them up with the operation center" s.homepage = "https://github.com/epologee/EEEOperationCenter" # s.screensho...
Pod::Spec.new do |s| s.name = "EEEOperationCenter" s.version = "0.0.1" s.summary = "Say 'no' to God-classes, chop them up with the operation center" s.homepage = "https://github.com/epologee/EEEOperationCenter" # s.screenshots = "www.example.com/screenshots_1", "www....
<|file_sep|>original/EEEOperationCenter.podspec Pod::Spec.new do |s| s.name = "EEEOperationCenter" s.version = "0.1.0" s.summary = "Say 'no' to God-classes, chop them up with the operation center" s.homepage = "https://github.com/epologee/EEEOperationCenter" # s.screensho...
f69b32527760954684fba0b40cd912f8657e52e4
EEEOperationCenter.podspec
EEEOperationCenter.podspec
Ruby
<|file_sep|>original/Cargo.toml homepage = "https://github.com/bsteinb/rsmpi" repository = "https://github.com/bsteinb/rsmpi" documentation = "http://bsteinb.github.io/rsmpi/" readme = "README.md" keywords = [ "message-passing", "parallel" ] license = "MIT" build = "build.rs" [dependencies] libc = "0.1.10" [build...
homepage = "https://github.com/bsteinb/rsmpi" repository = "https://github.com/bsteinb/rsmpi" documentation = "http://bsteinb.github.io/rsmpi/" readme = "README.md" keywords = [ "message-passing", "parallel" ] license = "MIT" build = "build.rs" [dependencies] libc = "0.1.10" [build-dependencies] gcc = "0.3.16" bi...
<|file_sep|>original/Cargo.toml homepage = "https://github.com/bsteinb/rsmpi" repository = "https://github.com/bsteinb/rsmpi" documentation = "http://bsteinb.github.io/rsmpi/" readme = "README.md" keywords = [ "message-passing", "parallel" ] license = "MIT" build = "build.rs" [dependencies] libc = "0.1.10" [build...
ea39b5b2e63e25e9d8954e0b0408f0a060425c97
Cargo.toml
Cargo.toml
TOML
<|file_sep|>original/_layouts/default.html {{ content }} </main> {% include footer.html %} </div> {% if site.analytics_id %} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.c...
{{ content }} </main> {% include footer.html %} </div> {% if site.analytics_id %} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTag...
<|file_sep|>original/_layouts/default.html {{ content }} </main> {% include footer.html %} </div> {% if site.analytics_id %} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.c...
b2087dea2ffe8c785ddfb223c173193634154bf8
_layouts/default.html
_layouts/default.html
HTML
<|file_sep|>app-business/src/main/java/org/ligoj/app/resource/message/MessageVo.java.diff original: import org.ligoj.app.plugin.id.resource.ContainerWithTypeVo; updated: import org.ligoj.app.plugin.id.resource.ContainerWithScopeVo; <|file_sep|>app-business/src/main/java/org/ligoj/app/resource/message/MessageVo.java.dif...
/** * Optional node details targeted by this message. */ private NodeVo node; /** * Optional group details targeted by this message. */ private ContainerWithScopeVo group; /** * Optional company details targeted by this message. */ private ContainerWithScopeVo company; /** * Message state. When ...
<|file_sep|>app-business/src/main/java/org/ligoj/app/resource/message/MessageVo.java.diff original: import org.ligoj.app.plugin.id.resource.ContainerWithTypeVo; updated: import org.ligoj.app.plugin.id.resource.ContainerWithScopeVo; <|file_sep|>app-business/src/main/java/org/ligoj/app/resource/message/MessageVo.java.dif...
ffc501d66cb8928cca726f04734c240c220b2f85
app-business/src/main/java/org/ligoj/app/resource/message/MessageVo.java
app-business/src/main/java/org/ligoj/app/resource/message/MessageVo.java
Java
<|file_sep|>original/tools/env/base.ts import { EnvConfig } from './env-config.interface'; const BaseConfig: EnvConfig = { // Sample API url API: 'https://demo.com', RELEASEURL: 'https://github.com/nie-ine/raeber-website/releases/tag/0.15.0', RELEASEVERSION: '0.15.0' }; export = BaseConfig; <|file_sep|>curre...
import { EnvConfig } from './env-config.interface'; const BaseConfig: EnvConfig = { // Sample API url API: 'https://demo.com', RELEASEURL: 'https://github.com/nie-ine/raeber-website/releases/tag/0.15.1', RELEASEVERSION: '0.15.1' }; export = BaseConfig;
<|file_sep|>original/tools/env/base.ts import { EnvConfig } from './env-config.interface'; const BaseConfig: EnvConfig = { // Sample API url API: 'https://demo.com', RELEASEURL: 'https://github.com/nie-ine/raeber-website/releases/tag/0.15.0', RELEASEVERSION: '0.15.0' }; export = BaseConfig; <|file_sep|>curre...
cce77e22eb4e32bfd19f593b6c4286e209988558
tools/env/base.ts
tools/env/base.ts
TypeScript
<|file_sep|>original/JazzHands/IFTTTAnimator.h // // IFTTTAnimator.h // JazzHands // // Created by Devin Foley on 9/28/13. // Copyright (c) 2013 IFTTT Inc. All rights reserved. // @protocol IFTTTAnimatable; @interface IFTTTAnimator : NSObject - (void)addAnimation:(id<IFTTTAnimatable>)animation; - (void)animate:(...
// // IFTTTAnimator.h // JazzHands // // Created by Devin Foley on 9/28/13. // Copyright (c) 2013 IFTTT Inc. All rights reserved. // #import <UIKit/UIKit.h> @protocol IFTTTAnimatable; @interface IFTTTAnimator : NSObject - (void)addAnimation:(id<IFTTTAnimatable>)animation; - (void)animate:(CGFloat)time; @end
<|file_sep|>original/JazzHands/IFTTTAnimator.h // // IFTTTAnimator.h // JazzHands // // Created by Devin Foley on 9/28/13. // Copyright (c) 2013 IFTTT Inc. All rights reserved. // @protocol IFTTTAnimatable; @interface IFTTTAnimator : NSObject - (void)addAnimation:(id<IFTTTAnimatable>)animation; - (void)animate:(...
0c7a489e65b7bc51cc15af88197eb162f54cff13
JazzHands/IFTTTAnimator.h
JazzHands/IFTTTAnimator.h
C
<|file_sep|>metadata/me.lucky.wyfy.yml.diff original: updated: - versionName: 1.0.5 versionCode: 6 commit: 6adff77c7299ac5142d7886bd66b3241dae0206e subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java ...
- apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes - versionName: 1.0.5 versionCode: 6 commit: 6adff77c7299ac5142d7886bd66b3241dae0206e subdir: app sudo: - apt-get update || apt-get update ...
<|file_sep|>metadata/me.lucky.wyfy.yml.diff original: updated: - versionName: 1.0.5 versionCode: 6 commit: 6adff77c7299ac5142d7886bd66b3241dae0206e subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java ...
bb0d2a3402dec83b33099182728d78b10517b6fc
metadata/me.lucky.wyfy.yml
metadata/me.lucky.wyfy.yml
YAML
<|file_sep|>original/recipes/keras/meta.yaml <|file_sep|>current/recipes/keras/meta.yaml <|file_sep|>updated/recipes/keras/meta.yaml
{% set version = "1.0.7" %} {% set name = "keras" %} {% set sha256 = "b94158c9dd09d3af79acf0ea06ed0084d4645b0ea1b62168f10929260731b14e" %} {% set github_owner = "fchollet" %} package: name: {{ name }} version: {{ version }} source: url: https://github.com/{{ github_owner }}/{{ name }}/archive/{{ version }...
<|file_sep|>original/recipes/keras/meta.yaml <|file_sep|>current/recipes/keras/meta.yaml <|file_sep|>updated/recipes/keras/meta.yaml {% set version = "1.0.7" %} {% set name = "keras" %} {% set sha256 = "b94158c9dd09d3af79acf0ea06ed0084d4645b0ea1b62168f10929260731b14e" %} {% set github_owner = "fchollet" %} package: ...
fe6f168c7434a3883a06a72be4f1359354eb2163
recipes/keras/meta.yaml
recipes/keras/meta.yaml
YAML
<|file_sep|>original/test/integration/unauthenticated_requests_test.rb <|file_sep|>current/test/integration/unauthenticated_requests_test.rb <|file_sep|>updated/test/integration/unauthenticated_requests_test.rb
require 'integration_test_helper' class UnauthenticatedRequestsTest < ActionDispatch::IntegrationTest should "not display the signed in user details when not present" do visit "/auth/failure" assert page.has_no_content?("Signed in as") end end
<|file_sep|>original/test/integration/unauthenticated_requests_test.rb <|file_sep|>current/test/integration/unauthenticated_requests_test.rb <|file_sep|>updated/test/integration/unauthenticated_requests_test.rb require 'integration_test_helper' class UnauthenticatedRequestsTest < ActionDispatch::IntegrationTest s...
4b278739e31ead0280c3681a04cda51f137c12c4
test/integration/unauthenticated_requests_test.rb
test/integration/unauthenticated_requests_test.rb
Ruby
<|file_sep|>original/.travis.yml language: node_js node_js: # Protagonist doesn't build on node 4.0 see this: # https://github.com/apiaryio/protagonist/issues/81 # - "stable" - "0.12" after_script: - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run-script test-browser-sauce || false' <|file_sep|>current/.travis....
language: node_js node_js: # Protagonist doesn't build on node 4.0 see this: # https://github.com/apiaryio/protagonist/issues/81 # - "stable" - "0.12" after_script: npm run test-browser-sauce
<|file_sep|>original/.travis.yml language: node_js node_js: # Protagonist doesn't build on node 4.0 see this: # https://github.com/apiaryio/protagonist/issues/81 # - "stable" - "0.12" after_script: - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run-script test-browser-sauce || false' <|file_sep|>current/.travis....
2cf1bb4ac0855e9140fb4ffbaa5b31497c40c56f
.travis.yml
.travis.yml
YAML
<|file_sep|>original/package.json "url": "http://github.com/atom/node-spellchecker/raw/master/LICENSE.md" } ], "repository": { "type": "git", "url": "https://github.com/atom/node-spellchecker.git" }, "bugs": { "url": "https://github.com/atom/node-spellchecker/issues" }, "homepage": "ht...
} ], "repository": { "type": "git", "url": "https://github.com/atom/node-spellchecker.git" }, "bugs": { "url": "https://github.com/atom/node-spellchecker/issues" }, "homepage": "http://atom.github.io/node-spellchecker", "scripts": { "test": "jasmine-focused --captureExceptions --coffee...
<|file_sep|>original/package.json "url": "http://github.com/atom/node-spellchecker/raw/master/LICENSE.md" } ], "repository": { "type": "git", "url": "https://github.com/atom/node-spellchecker.git" }, "bugs": { "url": "https://github.com/atom/node-spellchecker/issues" }, "homepage": "ht...
9e4c4eff9887eee5edf031e7cbf2c01b5f5ce5dd
package.json
package.json
JSON
<|file_sep|>original/features/data.feature Examples: | key | value | | test | { 'whatever': 'hahe' } | | test2 | COL1,COL2\nc1r1,c2r1\nc1r2,c2r2 | @data.file Scenario Outline: I get data from a file Given I have data storage When I have a file "<name>" with "<contents...
Then I can get data has the "<key>" / "<value>" pair Examples: | key | value | | test | { 'whatever': 'hahe' } | | test2 | COL1,COL2\nc1r1,c2r1\nc1r2,c2r2 | @data.file Scenario Outline: I get data from a file Given I have data storage When I have a file "<name>" with...
<|file_sep|>original/features/data.feature Examples: | key | value | | test | { 'whatever': 'hahe' } | | test2 | COL1,COL2\nc1r1,c2r1\nc1r2,c2r2 | @data.file Scenario Outline: I get data from a file Given I have data storage When I have a file "<name>" with "<contents...
16acce987f631d91f31e75b3cfa9f6bfb5c32d39
features/data.feature
features/data.feature
Cucumber
<|file_sep|>original/src/framework/grid/_index.scss .grid__container { border: $gridContainerBorder; margin: 0 auto; } .grid__table { @include gridBaseStyles; width: 100%; text-align: left; } .grid__header__cell, .grid__body__cell, .grid__footer__cell { &:first-child { ...
.grid__container { border: $gridContainerBorder; margin: 0 auto; } .grid__table { @include gridBaseStyles; width: 100%; text-align: left; line-height: $lineHeight; } .grid__header__cell, .grid__body__cell, .grid__footer__cell { &:first-child { width: 35px; p...
<|file_sep|>original/src/framework/grid/_index.scss .grid__container { border: $gridContainerBorder; margin: 0 auto; } .grid__table { @include gridBaseStyles; width: 100%; text-align: left; } .grid__header__cell, .grid__body__cell, .grid__footer__cell { &:first-child { ...
914fb9c5a94f52d26da89e6e6c63643ffe3fa505
src/framework/grid/_index.scss
src/framework/grid/_index.scss
SCSS
<|file_sep|>packages/io/io-string-like.yaml.diff original: hash: 465556f0a957792e150eaf6ed0413ae417d5a868910e7e1329737828af6820e0 updated: hash: 260e100388045236b99dad891bb6a0e0fe02171cc734b8dcf21d68290cfec93a <|file_sep|>original/packages/io/io-string-like.yaml homepage: https://github.com/clintonmead/io-string-like#r...
homepage: https://github.com/clintonmead/io-string-like#readme changelog-type: '' hash: 260e100388045236b99dad891bb6a0e0fe02171cc734b8dcf21d68290cfec93a test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Classes to handle Prelude style IO functions for different datatypes changelog: '' basic-deps: bytest...
<|file_sep|>packages/io/io-string-like.yaml.diff original: hash: 465556f0a957792e150eaf6ed0413ae417d5a868910e7e1329737828af6820e0 updated: hash: 260e100388045236b99dad891bb6a0e0fe02171cc734b8dcf21d68290cfec93a <|file_sep|>original/packages/io/io-string-like.yaml homepage: https://github.com/clintonmead/io-string-like#r...
14cd2a0c6819898d822949b7f608d3e419c4b9ab
packages/io/io-string-like.yaml
packages/io/io-string-like.yaml
YAML
<|file_sep|>original/docs/design_notes/setup_or_nncompact.rst <|file_sep|>current/docs/design_notes/setup_or_nncompact.rst <|file_sep|>updated/docs/design_notes/setup_or_nncompact.rst
Should I use ``setup`` or ``nn.compact``? ========================================= In Flax's module system (named `Linen`_), submodules, parameters and/or other variables can be defined in two ways: 1. **Explicitly** (using ``setup``): Assign to ``self.<attr>`` inside a :meth:`setup <flax.linen.Module.setup>` ...
<|file_sep|>original/docs/design_notes/setup_or_nncompact.rst <|file_sep|>current/docs/design_notes/setup_or_nncompact.rst <|file_sep|>updated/docs/design_notes/setup_or_nncompact.rst Should I use ``setup`` or ``nn.compact``? ========================================= In Flax's module system (named `Linen`_), submodu...
7abf171066e7758ad3139f6b1c6413097c68c1bc
docs/design_notes/setup_or_nncompact.rst
docs/design_notes/setup_or_nncompact.rst
reStructuredText
<|file_sep|>original/metadata/de.guerda.matekarte.txt Issue Tracker:https://github.com/guerda/Matekarte/issues Auto Name:Matekarte Summary:Find retailers for Mate drink in Germany Description: Client for [https://www.matekarte.de/ Matekarte], which shows you locations of nearby dealers for Yerba Mate. . Repo Type:git...
Issue Tracker:https://github.com/guerda/Matekarte/issues Auto Name:Matekarte Summary:Find retailers for Mate drink in Germany Description: Client for [https://www.matekarte.de/ Matekarte], which shows you locations of nearby dealers for Yerba Mate. . Repo Type:git Repo:https://github.com/guerda/Matekarte Build:1.0,1...
<|file_sep|>original/metadata/de.guerda.matekarte.txt Issue Tracker:https://github.com/guerda/Matekarte/issues Auto Name:Matekarte Summary:Find retailers for Mate drink in Germany Description: Client for [https://www.matekarte.de/ Matekarte], which shows you locations of nearby dealers for Yerba Mate. . Repo Type:git...
9c5e6d2b8ec14ec7f7eaae4514395fb7eedf3f84
metadata/de.guerda.matekarte.txt
metadata/de.guerda.matekarte.txt
Text
<|file_sep|>Package.swift.diff original: // swift-tools-version:4.0 updated: // swift-tools-version:4.2 <|file_sep|>Package.swift.diff original: updated: swiftLanguageVersions: [4], <|file_sep|>original/Package.swift // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR COND...
// distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // import PackageDescription let package = Package( name: "Num...
<|file_sep|>Package.swift.diff original: // swift-tools-version:4.0 updated: // swift-tools-version:4.2 <|file_sep|>Package.swift.diff original: updated: swiftLanguageVersions: [4], <|file_sep|>original/Package.swift // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR COND...
01ea6a9e9e47ca0116a8b5927d43e659cde34c99
Package.swift
Package.swift
Swift
<|file_sep|>original/webkit/tools/layout_tests/test_expectations.txt // This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots...
// This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. // johnnyg to move ups...
<|file_sep|>original/webkit/tools/layout_tests/test_expectations.txt // This file should almost always be empty. Normally Chromium test expectations // are found in // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt // // Only add expectations here to temporarily suppress messages on the bots...
64154aa00e6d32650fee443102204c7175d71f9a
webkit/tools/layout_tests/test_expectations.txt
webkit/tools/layout_tests/test_expectations.txt
Text
<|file_sep|>lib/Drupal/AppConsole/Resources/skeleton/module/module.DefaultController.php.twig.diff original: $container->get('{{service.name}}'), updated: $container->get('{{service.name}}'){% if loop.last == false %},{% endif %} <|file_sep|>original/lib/Drupal/AppConsole/Resources/skeleton/module/module.De...
{% endfor %} } public static function create(ContainerInterface $container){ return new static( {% for service in services %} $container->get('{{service.name}}'){% if loop.last == false %},{% endif %} {% endfor %} ); } {% endif %} /** * helloAction * @param string $name Get * @return...
<|file_sep|>lib/Drupal/AppConsole/Resources/skeleton/module/module.DefaultController.php.twig.diff original: $container->get('{{service.name}}'), updated: $container->get('{{service.name}}'){% if loop.last == false %},{% endif %} <|file_sep|>original/lib/Drupal/AppConsole/Resources/skeleton/module/module.De...
6d76bf3c7b5c4a2ee3e525239cd57c6d3ab2965c
lib/Drupal/AppConsole/Resources/skeleton/module/module.DefaultController.php.twig
lib/Drupal/AppConsole/Resources/skeleton/module/module.DefaultController.php.twig
Twig
<|file_sep|>original/pyClanSphere/plugins/war/templates/admin/warresult_edit.html <|file_sep|>current/pyClanSphere/plugins/war/templates/admin/warresult_edit.html <|file_sep|>updated/pyClanSphere/plugins/war/templates/admin/warresult_edit.html
{% extends "admin/layout.html" %} {% from "admin/_form_helpers.html" import render_actions %} {% block title %}{{ _('Write Result') if form.new else _('Edit Result') }}{% endblock %} {% block contents %} <h1>{{ self.title() }}</h1> <p>{% trans %} Now that the war is over, please enter some details about it. {...
<|file_sep|>original/pyClanSphere/plugins/war/templates/admin/warresult_edit.html <|file_sep|>current/pyClanSphere/plugins/war/templates/admin/warresult_edit.html <|file_sep|>updated/pyClanSphere/plugins/war/templates/admin/warresult_edit.html {% extends "admin/layout.html" %} {% from "admin/_form_helpers.html" impor...
7c387a9b24e3da48ea717540d50178ff08c28c21
pyClanSphere/plugins/war/templates/admin/warresult_edit.html
pyClanSphere/plugins/war/templates/admin/warresult_edit.html
HTML
<|file_sep|>original/README.md # Algorithms ### Search * Binary Search (JS) ### Recursion * Palindromes (JS) * Powers Computation (JS) * Factorial (JS) ### Sort * Merge Sort (JS) * Insertion Sort (JS) * Quicksort (JS) * Selection Sort (JS) ### Other * Merge Ranges (Python) <|file_sep|>current/README.md # Algorithms...
# Algorithms ### Search * Binary Search (JS) ### Recursion * Palindromes (JS) * Powers Computation (JS) * Factorial (JS) ### Sort * Merge Sort (JS) * Insertion Sort (JS) * Quicksort (JS) * Selection Sort (JS) ### Other * Merge Ranges (Python) * Binary Gap (Python)
<|file_sep|>original/README.md # Algorithms ### Search * Binary Search (JS) ### Recursion * Palindromes (JS) * Powers Computation (JS) * Factorial (JS) ### Sort * Merge Sort (JS) * Insertion Sort (JS) * Quicksort (JS) * Selection Sort (JS) ### Other * Merge Ranges (Python) <|file_sep|>current/README.md # Algorithms...
6d698c884828fd60ac8ce8e8fec3de3d99080b87
README.md
README.md
Markdown
<|file_sep|>setup.py.diff original: version='1.0.0', updated: version='1.0.1', packages = ['luhn'], <|file_sep|>setup.py.diff original: ] updated: ], <|file_sep|>original/setup.py # 4 - Beta # 5 - Production/Stable 'Development Status :: 3 - Alpha', # Indicate w...
# 4 - Beta # 5 - Production/Stable 'Development Status :: 3 - Alpha', # Indicate who your project is intended for 'Topic :: Text Processing :: General', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Office/Business :: Financial', ...
<|file_sep|>setup.py.diff original: version='1.0.0', updated: version='1.0.1', packages = ['luhn'], <|file_sep|>setup.py.diff original: ] updated: ], <|file_sep|>original/setup.py # 4 - Beta # 5 - Production/Stable 'Development Status :: 3 - Alpha', # Indicate w...
21b3a79db94903d18671c58619601022b0277ccd
setup.py
setup.py
Python
<|file_sep|>original/README.md ## Example ```js npm install -g comments comments --style multi --save file_with_single_line_comments.js ``` ## Tests Simply clone the repo, `npm install`, and run `npm test` [npm-url]: https://npmjs.org/package/comments [npm-version-svg]: http://vb.teelaun.ch/ljharb/node-comments.svg...
## Example ```js npm install -g comments comments --style multi --save file_with_single_line_comments.js ``` ## Tests Simply clone the repo, `npm install`, and run `npm test` [npm-url]: https://npmjs.org/package/comments [npm-version-svg]: http://versionbadg.es/ljharb/node-comments.svg [travis-svg]: https://travis-...
<|file_sep|>original/README.md ## Example ```js npm install -g comments comments --style multi --save file_with_single_line_comments.js ``` ## Tests Simply clone the repo, `npm install`, and run `npm test` [npm-url]: https://npmjs.org/package/comments [npm-version-svg]: http://vb.teelaun.ch/ljharb/node-comments.svg...
623287f90757bf9472807e4fd3335e5d93acb3d6
README.md
README.md
Markdown
<|file_sep|>original/README.md AutoTest.ArgumentNullException ============================== [![Build status](https://ci.appveyor.com/api/projects/status/66r2m81rc51l9kyx)](https://ci.appveyor.com/project/JSkimming/autotest-argumentnullexception "Build status") **AutoTest.ArgumentNullException** is an automated unit ...
AutoTest.ArgumentNullException ============================== [<img src="https://ci.appveyor.com/api/projects/status/66r2m81rc51l9kyx?retina=true" alt="Build status" width="100" />](https://ci.appveyor.com/project/JSkimming/autotest-argumentnullexception "Build status") **AutoTest.ArgumentNullException** is an automa...
<|file_sep|>original/README.md AutoTest.ArgumentNullException ============================== [![Build status](https://ci.appveyor.com/api/projects/status/66r2m81rc51l9kyx)](https://ci.appveyor.com/project/JSkimming/autotest-argumentnullexception "Build status") **AutoTest.ArgumentNullException** is an automated unit ...
6dc1ad649d3c27a0caec7ee6fc7d0c7ab70b5b6a
README.md
README.md
Markdown
<|file_sep|>original/src/utils.js import Phaser from 'phaser' export const centerGameObjects = objects => { objects.forEach( object => object.anchor.setTo(0.5) ) } export const enableMusicForState = (trackName, state) => { const music = state.game.add.audio(trackName, 1, true, true) music.play() const ...
import Phaser from 'phaser' export const centerGameObjects = objects => { objects.forEach( object => object.anchor.setTo(0.5) ) } export const enableMusicForState = (trackName, state) => { const music = state.game.add.audio(trackName, 0, true, true) music.play() const muteButton = state.game.input.keyb...
<|file_sep|>original/src/utils.js import Phaser from 'phaser' export const centerGameObjects = objects => { objects.forEach( object => object.anchor.setTo(0.5) ) } export const enableMusicForState = (trackName, state) => { const music = state.game.add.audio(trackName, 1, true, true) music.play() const ...
14a9c1ef84bcc15c38546c04dcb3dc3e4e490657
src/utils.js
src/utils.js
JavaScript
<|file_sep|>www/templates/schedule.html.diff original: <div class="card"> <div class="item item-text-wrap" ng-repeat="attraction in attractions.day1"> updated: <div> <div class="item item-text-wrap card" ng-repeat="attraction in attractions.day1"> ...
<div> <div class="item item-text-wrap card" ng-repeat="attraction in attractions.day1"> <div schedule-attraction class="schedule-attraction"></div> </div> </div> </ion-content> </ion-pane> </ion-tab> ...
<|file_sep|>www/templates/schedule.html.diff original: <div class="card"> <div class="item item-text-wrap" ng-repeat="attraction in attractions.day1"> updated: <div> <div class="item item-text-wrap card" ng-repeat="attraction in attractions.day1"> ...
b1b3ac91f86a1dee3c87c6c1fc4dcde3db77e1fb
www/templates/schedule.html
www/templates/schedule.html
HTML
<|file_sep|>readme.md.diff original: # gh-username-available [![Build Status](https://travis-ci.org/icyflame/gh-username-available.svg?branch=master)](https://travis-ci.org/icyflame/gh-username-available) updated: # gh-username-available <|file_sep|>readme.md.diff original: updated: [![Build Status](https://travis-ci....
```js var ghUsernameAvailable = require('gh-username-available'); ghUsernameAvailable('icyflame', function (err, value) { console.log(value); //=> false }); ghUsernameAvailable('harry-potter-1', function (err, value) { console.log(value); //=> true }); ``` ## CLI ``` $ npm install --global gh-username-ava...
<|file_sep|>readme.md.diff original: # gh-username-available [![Build Status](https://travis-ci.org/icyflame/gh-username-available.svg?branch=master)](https://travis-ci.org/icyflame/gh-username-available) updated: # gh-username-available <|file_sep|>readme.md.diff original: updated: [![Build Status](https://travis-ci....
38d429cd53087006f8a0b479d74e50047917f891
readme.md
readme.md
Markdown
<|file_sep|>original/type-racer.html <|file_sep|>current/type-racer.html <|file_sep|>updated/type-racer.html
<!DOCTYPE html> <html> <head> <link rel='shortcut icon' href='favicon.ico'> <link rel='stylesheet' href='type-racer-style.css'> <link rel='stylesheet' href='gameplay/gameplay.css'> <link rel='stylesheet' href='live-results/live-results.css'> <title>Type Racer</title> <script src='//code.angula...
<|file_sep|>original/type-racer.html <|file_sep|>current/type-racer.html <|file_sep|>updated/type-racer.html <!DOCTYPE html> <html> <head> <link rel='shortcut icon' href='favicon.ico'> <link rel='stylesheet' href='type-racer-style.css'> <link rel='stylesheet' href='gameplay/gameplay.css'> <link rel=...
990cc4c64ff5bc10cb6f8335c0f8b009841ff36f
type-racer.html
type-racer.html
HTML
<|file_sep|>original/test/fletcher_test.java <|file_sep|>current/test/fletcher_test.java <|file_sep|>updated/test/fletcher_test.java
import com.serial.*; import org.junit.*; import static org.junit.Assert.*; import static org.mockito.Mockito.*; public class fletcher_test { @Test public void testHelloWorldInt(){ byte[] data = "Hello World!".getBytes(); int sum = Serial.fletcher16(data); assertEquals(0x5941, sum); ...
<|file_sep|>original/test/fletcher_test.java <|file_sep|>current/test/fletcher_test.java <|file_sep|>updated/test/fletcher_test.java import com.serial.*; import org.junit.*; import static org.junit.Assert.*; import static org.mockito.Mockito.*; public class fletcher_test { @Test public void testHelloWorldIn...
9e665aa230ac58bbeb6f866af6cd7140d246f584
test/fletcher_test.java
test/fletcher_test.java
Java
<|file_sep|>packages/in/interlude-l.yaml.diff original: hash: 7475bd1d0cecbd1ff8e4c004e3a0d4dbda52a6aad7ff31a7cacdcf454c7278db updated: hash: 98a5575eff129b96cee0946d4ae2630bce8f4ef45b9168840ee7d27ce6027f9e <|file_sep|>packages/in/interlude-l.yaml.diff original: aeson: ==0.11.* updated: aeson: ! '>=0.11 && <1.1' <|...
monad-control: -any protolude: ==0.1.* string-conv: ==0.1.* lens: ==4.14.* mtl: ==2.2.* transformers: ==0.5.* aeson: ! '>=0.11 && <1.1' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' - '0.1.0.5' - '0.1.0.6' - '0.1.0.7' author: Luka Horvat latest: '0.1.0.7' description-type: hadd...
<|file_sep|>packages/in/interlude-l.yaml.diff original: hash: 7475bd1d0cecbd1ff8e4c004e3a0d4dbda52a6aad7ff31a7cacdcf454c7278db updated: hash: 98a5575eff129b96cee0946d4ae2630bce8f4ef45b9168840ee7d27ce6027f9e <|file_sep|>packages/in/interlude-l.yaml.diff original: aeson: ==0.11.* updated: aeson: ! '>=0.11 && <1.1' <|...
72bd713b324ae914743ffcbd26881465e0822cbc
packages/in/interlude-l.yaml
packages/in/interlude-l.yaml
YAML
<|file_sep|>setup.py.diff original: updated: try: import pypandoc description = pypandoc.convert('README.md', 'rst') except (IOError, ImportError): description = open('README.md').read() <|file_sep|>original/setup.py name='pybiomart', version='0.0.3', url='https://github.com/jrderuiter/pybioma...
install_requires = ['future', 'pandas', 'requests', 'requests_cache'] setup( name='pybiomart', version='0.0.3', url='https://github.com/jrderuiter/pybiomart', download_url='https://github.com/jrderuiter/pybiomart/tarball/0.0.3', author='Julian de Ruiter', author_email='julianderuiter@gmail.com...
<|file_sep|>setup.py.diff original: updated: try: import pypandoc description = pypandoc.convert('README.md', 'rst') except (IOError, ImportError): description = open('README.md').read() <|file_sep|>original/setup.py name='pybiomart', version='0.0.3', url='https://github.com/jrderuiter/pybioma...
9a2316d292a9aed5764de85d6de1aa9391dd233a
setup.py
setup.py
Python
<|file_sep|>original/setup_kango.sh <|file_sep|>current/setup_kango.sh <|file_sep|>updated/setup_kango.sh
if [ ! -d "kango" ]; then mkdir kango wget -O kango/kango-framework-latest.zip http://kangoextensions.com/kango/kango-framework-latest.zip unzip kango/kango-framework-latest.zip -d kango else echo '[NOTICE] : Kango already installed' fi
<|file_sep|>original/setup_kango.sh <|file_sep|>current/setup_kango.sh <|file_sep|>updated/setup_kango.sh if [ ! -d "kango" ]; then mkdir kango wget -O kango/kango-framework-latest.zip http://kangoextensions.com/kango/kango-framework-latest.zip unzip kango/kango-framework-latest.zip -d kango else ech...
b9f86b7d6bad7bf7f4c0b595e5f328d9d0a43fb3
setup_kango.sh
setup_kango.sh
Shell
<|file_sep|>original/lib/multiple_man_sidekiq/async_model_publisher.rb if records.respond_to?(:pluck) return unless records.any? ids = records.pluck(:id) klass = records.first.class.name else return if records.nil? ids = [records.id] klass = records.class.name...
if records.respond_to?(:pluck) return unless records.any? ids = records.pluck(:id) klass = records.first.class.name else return if records.nil? ids = [records.id] klass = records.class.name end # Split jobs into parts so sidekiq doesn't need to de...
<|file_sep|>original/lib/multiple_man_sidekiq/async_model_publisher.rb if records.respond_to?(:pluck) return unless records.any? ids = records.pluck(:id) klass = records.first.class.name else return if records.nil? ids = [records.id] klass = records.class.name...
8abc1221b7c35be7e6cadf628d15308c9cf7ac75
lib/multiple_man_sidekiq/async_model_publisher.rb
lib/multiple_man_sidekiq/async_model_publisher.rb
Ruby
<|file_sep|>original/examples/README.md The following examples demonstrate using the AWS module to create infrastructure. * [Puppet Enterprise](puppet-enterprise/) - quickly startup a small Puppet Enterprise cluster using the AWS module * [Data Driven Manifests](data-driven-manifests/) - use the future parser to a...
The following examples demonstrate using the AWS module to create infrastructure. * [Puppet Enterprise](puppet-enterprise/) - quickly startup a small Puppet Enterprise cluster using the AWS module * [Data Driven Manifests](data-driven-manifests/) - use the future parser to automatically generate resources based on...
<|file_sep|>original/examples/README.md The following examples demonstrate using the AWS module to create infrastructure. * [Puppet Enterprise](puppet-enterprise/) - quickly startup a small Puppet Enterprise cluster using the AWS module * [Data Driven Manifests](data-driven-manifests/) - use the future parser to a...
c167d4bbbcb24cc40e77df4eb5c0e9198aeda0c3
examples/README.md
examples/README.md
Markdown
<|file_sep|>original/doc/release-notes/NEXT.md * Custom TFS check-in notes are not exported to commit message (#1004, @EdwinEngelen) * Log in a file git-tfs actions (#999, @pmiossec) * Add support of `.gitignore` to ignore files in `clone` and `init` commands (#897) * Improve branch point changeset detection (#1017 & #...
* Custom TFS check-in notes are not exported to commit message (#1004, @EdwinEngelen) * Log in a file git-tfs actions (#999, @pmiossec) * Add support of `.gitignore` to ignore files in `clone` and `init` commands (#897) * Improve branch point changeset detection (#1017 & #973, @fourpastmidnight & @jeremy-sylvis-tmg) * ...
<|file_sep|>original/doc/release-notes/NEXT.md * Custom TFS check-in notes are not exported to commit message (#1004, @EdwinEngelen) * Log in a file git-tfs actions (#999, @pmiossec) * Add support of `.gitignore` to ignore files in `clone` and `init` commands (#897) * Improve branch point changeset detection (#1017 & #...
a9942647b726188356d9b0e5e61b375190b60e4b
doc/release-notes/NEXT.md
doc/release-notes/NEXT.md
Markdown
<|file_sep|>original/requirements_for_test.txt -r requirements.txt beautifulsoup4==4.9.1 pytest==6.0.0 pytest-mock==3.2.0 pytest-xdist==1.34.0 requests-mock==1.8.0 freezegun==0.3.15 flake8==3.8.3 flake8-print==3.1.4 <|file_sep|>current/requirements_for_test.txt -r requirements.txt beautifulsoup4==4.9.1 pytest==6.0.0 ...
-r requirements.txt beautifulsoup4==4.9.1 pytest==6.0.1 pytest-mock==3.2.0 pytest-xdist==1.34.0 requests-mock==1.8.0 freezegun==0.3.15 flake8==3.8.3 flake8-print==3.1.4
<|file_sep|>original/requirements_for_test.txt -r requirements.txt beautifulsoup4==4.9.1 pytest==6.0.0 pytest-mock==3.2.0 pytest-xdist==1.34.0 requests-mock==1.8.0 freezegun==0.3.15 flake8==3.8.3 flake8-print==3.1.4 <|file_sep|>current/requirements_for_test.txt -r requirements.txt beautifulsoup4==4.9.1 pytest==6.0.0 ...
6dcb60c360acbb4e2635e197f42e382f996d952b
requirements_for_test.txt
requirements_for_test.txt
Text
<|file_sep|>original/.eslintrc.json }, "globals": { "React": "readonly", "googlesitekit": "readonly", "googlesitekitAdminbar": "readonly", "googlesitekitDashboard": "readonly", "googlesitekitSettings": "readonly", "lodash": "readonly", "googlesitekitCurrentModule": "readonly", "gtag"...
}, "globals": { "React": "readonly", "googlesitekit": "readonly", "googlesitekitAdminbar": "readonly", "googlesitekitDashboard": "readonly", "googlesitekitSettings": "readonly", "lodash": "readonly", "googlesitekitCurrentModule": "readonly", "gtag": "readonly", "process": "readon...
<|file_sep|>original/.eslintrc.json }, "globals": { "React": "readonly", "googlesitekit": "readonly", "googlesitekitAdminbar": "readonly", "googlesitekitDashboard": "readonly", "googlesitekitSettings": "readonly", "lodash": "readonly", "googlesitekitCurrentModule": "readonly", "gtag"...
53fceb3da37f0a02f250f980bbdd589f228d5de1
.eslintrc.json
.eslintrc.json
JSON
<|file_sep|>original/public/js/app.js responseError: function(response){ if(response.status == 401){ $location.path('/auth/login'); } return $q.reject(response); } }; }) .config(['cfpLoadingBarProvider','$httpProvider', function(cfpLoadingBarProvider, $httpProvider...
responseError: function(response){ if(response.status == 401){ $location.path('/auth/login'); } return $q.reject(response); } }; }) .config(['cfpLoadingBarProvider','$httpProvider', function(cfpLoadingBarProvider, $httpProvider){ $httpProvider.interceptors.pus...
<|file_sep|>original/public/js/app.js responseError: function(response){ if(response.status == 401){ $location.path('/auth/login'); } return $q.reject(response); } }; }) .config(['cfpLoadingBarProvider','$httpProvider', function(cfpLoadingBarProvider, $httpProvider...
8f22f600fbbae255268648445fd6b1a3606cf080
public/js/app.js
public/js/app.js
JavaScript
<|file_sep|>original/roles/nagios/server/files/conf/hostgroups.cfg define hostgroup { hostgroup_name all alias All Servers members * } <|file_sep|>current/roles/nagios/server/files/conf/hostgroups.cfg define hostgroup { hostgroup_name all alias All Servers members * } <|fil...
define hostgroup { hostgroup_name all alias All Servers members * } define service { use generic-service hostgroup_name all service_description SSH check_command check_ssh }
<|file_sep|>original/roles/nagios/server/files/conf/hostgroups.cfg define hostgroup { hostgroup_name all alias All Servers members * } <|file_sep|>current/roles/nagios/server/files/conf/hostgroups.cfg define hostgroup { hostgroup_name all alias All Servers members * } <|fil...
dc1350197ae965d01c6dde9cfca6e37fb8cd9115
roles/nagios/server/files/conf/hostgroups.cfg
roles/nagios/server/files/conf/hostgroups.cfg
INI
<|file_sep|>original/etc/requirements.txt blist==1.3.4 # Scientific Libraries pytz==2013b numpy==1.7.1 pandas==0.11.0 python-dateutil==2.1 six==1.3.0 # Cython is required for TA-Lib Cython==0.19.1 TA-Lib==0.4.6 # For fetching remote data requests==1.2.3 # For remaining sane when coping with dates delorean==0.2.1...
blist==1.3.4 # Scientific Libraries pytz==2013b numpy==1.7.1 pandas==0.11.0 python-dateutil==2.1 six==1.3.0 # Cython is required for TA-Lib Cython==0.19.1 TA-Lib==0.4.7 # For fetching remote data requests==1.2.3 # For remaining sane when coping with dates delorean==0.2.1
<|file_sep|>original/etc/requirements.txt blist==1.3.4 # Scientific Libraries pytz==2013b numpy==1.7.1 pandas==0.11.0 python-dateutil==2.1 six==1.3.0 # Cython is required for TA-Lib Cython==0.19.1 TA-Lib==0.4.6 # For fetching remote data requests==1.2.3 # For remaining sane when coping with dates delorean==0.2.1...
fa13a98aa2ab6dcd73760ee6566b0bb187970363
etc/requirements.txt
etc/requirements.txt
Text
<|file_sep|>original/generators/theme/templates/layout.html.erb <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <%%= theme_stylesheet_link_tag '<%= file_name %>' %> </head> <body> <...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <%%= theme_stylesheet_link_tag '<%= file_name %>' %> </head> <body> <%= yield %> </body> </html>
<|file_sep|>original/generators/theme/templates/layout.html.erb <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <%%= theme_stylesheet_link_tag '<%= file_name %>' %> </head> <body> <...
24e0b29bac2593d0e11a0aafd5532fcfafe98e85
generators/theme/templates/layout.html.erb
generators/theme/templates/layout.html.erb
HTML+ERB
<|file_sep|>original/README.rst Requirements ------------ * Python_ 2.7 or 3.3 * Django_ 1.4.2 or 1.5 * Pillow_ TODO ---- 1. Add ``__version__`` to package/setup.py. 2. Add ability for multiple images per project. Likely something like a new model and relation that would allow for arbitrary numbers or images. 3....
Requirements ------------ * Python_ 2.7 or 3.3 * Django_ 1.4.2 or 1.5 * Pillow_ TODO ---- 1. Add ``__version__`` to package/setup.py. 2. Add ability for multiple images per project. Likely something like a new model and relation that would allow for arbitrary numbers or images. 3. Fix non-deterministic ordering ...
<|file_sep|>original/README.rst Requirements ------------ * Python_ 2.7 or 3.3 * Django_ 1.4.2 or 1.5 * Pillow_ TODO ---- 1. Add ``__version__`` to package/setup.py. 2. Add ability for multiple images per project. Likely something like a new model and relation that would allow for arbitrary numbers or images. 3....
754c6da9562d1a9a666636ac5a2e194c2d15d9f7
README.rst
README.rst
reStructuredText
<|file_sep|>original/contribute/index.html --- title: Contribute --- <h2>Contribute</h2> <p>We're working on our systems for collecting and submitting data to us. Please join our <a href="https://groups.google.com/forum/#!forum/open-civic-data">Google group</a> or check back here for updates.</p> <|file_sep|>current/...
--- title: Contribute --- <h2>Contribute</h2> <ol> <li><h5>Join our <a href="https://groups.google.com/forum/#!forum/open-civic-data">Google group</a> and keep with the development of Open Civic Data.</h5></li> <li><h5>Write your city about adopting Open Civic Data, and <a href="mailto:local@sunlightfoundatio...
<|file_sep|>original/contribute/index.html --- title: Contribute --- <h2>Contribute</h2> <p>We're working on our systems for collecting and submitting data to us. Please join our <a href="https://groups.google.com/forum/#!forum/open-civic-data">Google group</a> or check back here for updates.</p> <|file_sep|>current/...
809316f717bdc405c011cd67ce213ac7bfee1bd9
contribute/index.html
contribute/index.html
HTML
<|file_sep|>original/prepare-release.sh #!/usr/bin/env bash echo "<html><ul>" > change-notes.html git log `git describe --tags --abbrev=0`..HEAD --oneline --pretty=format:"<li>%h %s (%an)</li>" >> change-notes.html echo "</ul></html>" >> change-notes.html cp change-notes.html lang-fluid/src/main/resources/META-INF/ cp...
#!/usr/bin/env bash echo "<html><ul>" > change-notes.html git log `git describe --tags --abbrev=0`..HEAD --no-merges --oneline --pretty=format:"<li>%h %s (%an)</li>" >> change-notes.html echo "</ul></html>" >> change-notes.html cp change-notes.html lang-fluid/src/main/resources/META-INF/ cp change-notes.html lang-typo...
<|file_sep|>original/prepare-release.sh #!/usr/bin/env bash echo "<html><ul>" > change-notes.html git log `git describe --tags --abbrev=0`..HEAD --oneline --pretty=format:"<li>%h %s (%an)</li>" >> change-notes.html echo "</ul></html>" >> change-notes.html cp change-notes.html lang-fluid/src/main/resources/META-INF/ cp...
f471bb699203035b1622b9fcc3242841e82e0ae5
prepare-release.sh
prepare-release.sh
Shell
<|file_sep|>original/set_attributes.gemspec # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'set_attributes' s.version = '0.1.0' s.summary = "Set an object's attributes" s.description = ' ' s.authors = ['Obsidian Software, Inc'] s.email = 'opensource@obsidianexchange.com' s.homepage = 'h...
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'set_attributes' s.version = '0.1.1' s.summary = "Set an object's attributes" s.description = ' ' s.authors = ['Obsidian Software, Inc'] s.email = 'opensource@obsidianexchange.com' s.homepage = 'https://github.com/obsidian-btc/error_data' ...
<|file_sep|>original/set_attributes.gemspec # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'set_attributes' s.version = '0.1.0' s.summary = "Set an object's attributes" s.description = ' ' s.authors = ['Obsidian Software, Inc'] s.email = 'opensource@obsidianexchange.com' s.homepage = 'h...
86b848fbb301ef8bb4a5ed68b76efe901e289f93
set_attributes.gemspec
set_attributes.gemspec
Ruby
<|file_sep|>original/views/events/event_aura.cc key_code_(static_cast<aura::KeyEvent*>(native_event)->key_code()), character_(GetCharacterFromKeyCode(key_code_, flags())), unmodified_character_(0) { } uint16 KeyEvent::GetCharacter() const { return character_; } uint16 KeyEvent::GetUnmodifiedCharac...
key_code_(static_cast<aura::KeyEvent*>(native_event)->key_code()), character_(GetCharacterFromKeyCode(key_code_, flags())), unmodified_character_(0) { } uint16 KeyEvent::GetCharacter() const { return character_; } uint16 KeyEvent::GetUnmodifiedCharacter() const { if (unmodified_character_) r...
<|file_sep|>original/views/events/event_aura.cc key_code_(static_cast<aura::KeyEvent*>(native_event)->key_code()), character_(GetCharacterFromKeyCode(key_code_, flags())), unmodified_character_(0) { } uint16 KeyEvent::GetCharacter() const { return character_; } uint16 KeyEvent::GetUnmodifiedCharac...
984eab9691b5faab1bc8bc48dc30e929c608d738
views/events/event_aura.cc
views/events/event_aura.cc
C++
<|file_sep|>original/build.sh <|file_sep|>current/build.sh <|file_sep|>updated/build.sh
#!/bin/bash function buildAll() { pwd=$(repoDir) cd "$repoDir" cd bndtools ./gradlew build cd "$repoDir" cd gradle ./gradlew build cd "$repoDir" cd liferay-gradle ./gradlew build cd "$repoDir" cd maven mvn --fail-at-end package cd "$repoDir" ./gradlew outputFilesTest } buildAll
<|file_sep|>original/build.sh <|file_sep|>current/build.sh <|file_sep|>updated/build.sh #!/bin/bash function buildAll() { pwd=$(repoDir) cd "$repoDir" cd bndtools ./gradlew build cd "$repoDir" cd gradle ./gradlew build cd "$repoDir" cd liferay-gradle ./gradlew build cd "$repoDir" cd maven mv...
9a089662dff2f25b86d70f47a951c8eac0eae5a6
build.sh
build.sh
Shell
<|file_sep|>original/README.adoc * Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like S...
* Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like SpringBoot) == Documentation * l...
<|file_sep|>original/README.adoc * Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like S...
29b780cbb4ce8127db4c09e696029a5fdde55370
README.adoc
README.adoc
AsciiDoc
<|file_sep|>_src/budget-process.jade.diff original: source: 'http://docs.google.com/spreadsheets/d/1jL2_7lJSgbLchJfAGWrST16ZxKe5Z-vbOfrAu14QyG8/pubhtml', updated: source: 'https://docs.google.com/spreadsheets/d/1jL2_7lJSgbLchJfAGWrST16ZxKe5Z-vbOfrAu14QyG8/pubhtml', <|file_sep|>original/_...
.container h1 Timeline of the Grand Rapids Budget Process #timeline-embed script(type='text/javascript'). var timeline_config = { width: '100%', height: '600', source: 'https://docs.google.com/spreadsheets/d/1jL2_7lJSgbLchJfAGWrST16ZxKe5Z-vbOfrAu14QyG8/pubhtml...
<|file_sep|>_src/budget-process.jade.diff original: source: 'http://docs.google.com/spreadsheets/d/1jL2_7lJSgbLchJfAGWrST16ZxKe5Z-vbOfrAu14QyG8/pubhtml', updated: source: 'https://docs.google.com/spreadsheets/d/1jL2_7lJSgbLchJfAGWrST16ZxKe5Z-vbOfrAu14QyG8/pubhtml', <|file_sep|>original/_...
c251823b60255c480f5fd4c445a11af202494685
_src/budget-process.jade
_src/budget-process.jade
Jade
<|file_sep|>original/requirements.txt fonttools==3.21.2 defcon==0.3.5 MutatorMath==2.1.0 <|file_sep|>current/requirements.txt fonttools==3.21.2 defcon==0.3.5 MutatorMath==2.1.0 <|file_sep|>updated/requirements.txt
fonttools==3.22.0 defcon==0.3.5 MutatorMath==2.1.0
<|file_sep|>original/requirements.txt fonttools==3.21.2 defcon==0.3.5 MutatorMath==2.1.0 <|file_sep|>current/requirements.txt fonttools==3.21.2 defcon==0.3.5 MutatorMath==2.1.0 <|file_sep|>updated/requirements.txt fonttools==3.22.0 defcon==0.3.5 MutatorMath==2.1.0
95e8b44d996dcf3f39df30e8ffd198848eeef333
requirements.txt
requirements.txt
Text
<|file_sep|>original/composer.json "email": "info@jero.work", "homepage": "https://jero.work" } ], "require": { "php": "^7.0", "aura/router": "^3.1", "jerowork/middleware-request-handler": "^0.4" }, "require-dev": { "phpunit/phpunit": "^6.5...
"email": "info@jero.work", "homepage": "https://jero.work" } ], "require": { "php": "^7.0", "aura/router": "^3.1", "jerowork/middleware-request-handler": "^0.4" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0", "zendframework/z...
<|file_sep|>original/composer.json "email": "info@jero.work", "homepage": "https://jero.work" } ], "require": { "php": "^7.0", "aura/router": "^3.1", "jerowork/middleware-request-handler": "^0.4" }, "require-dev": { "phpunit/phpunit": "^6.5...
102bad8853210f1b2540d55e45998b4329ce792a
composer.json
composer.json
JSON
<|file_sep|>sc/src/main/java/uk/ac/ebi/atlas/tsne/GeneExpressionDao.java.diff original: updated: import static org.apache.commons.lang3.StringUtils.isBlank; <|file_sep|>original/sc/src/main/java/uk/ac/ebi/atlas/tsne/GeneExpressionDao.java import java.util.stream.Collectors; @Named public class GeneExpressionDao { ...
@Named public class GeneExpressionDao { private final TSnePlotDao tSnePlotDao; @Inject public GeneExpressionDao(TSnePlotDao tSnePlotDao) { this.tSnePlotDao = tSnePlotDao; } public ImmutableMap<String, Double> fetchGeneExpression(String experimentAccession, String geneId) { return ...
<|file_sep|>sc/src/main/java/uk/ac/ebi/atlas/tsne/GeneExpressionDao.java.diff original: updated: import static org.apache.commons.lang3.StringUtils.isBlank; <|file_sep|>original/sc/src/main/java/uk/ac/ebi/atlas/tsne/GeneExpressionDao.java import java.util.stream.Collectors; @Named public class GeneExpressionDao { ...
3f7be69aebcae577878b40cf9ea0d32a57d55698
sc/src/main/java/uk/ac/ebi/atlas/tsne/GeneExpressionDao.java
sc/src/main/java/uk/ac/ebi/atlas/tsne/GeneExpressionDao.java
Java
<|file_sep|>original/lib/dreamhost_personal_backup.rb DreamhostPersonalBackup::StatusManager.create_pid_file configurator = DreamhostPersonalBackup::Configurator.new configurator.process_config_file(config_file) DreamhostPersonalBackup.instantiate_logger(configurator) DreamhostPersonalBackup.log...
DreamhostPersonalBackup::StatusManager.create_pid_file configurator = DreamhostPersonalBackup::Configurator.new configurator.process_config_file(config_file) DreamhostPersonalBackup.instantiate_logger(configurator) DreamhostPersonalBackup.logger.info("") DreamhostPersonalBackup.logger.info("S...
<|file_sep|>original/lib/dreamhost_personal_backup.rb DreamhostPersonalBackup::StatusManager.create_pid_file configurator = DreamhostPersonalBackup::Configurator.new configurator.process_config_file(config_file) DreamhostPersonalBackup.instantiate_logger(configurator) DreamhostPersonalBackup.log...
bda7f9e1fff330fa0344ee1484a984e5c7c7940a
lib/dreamhost_personal_backup.rb
lib/dreamhost_personal_backup.rb
Ruby
<|file_sep|>original/Diplomata/Resources/preferences.json {"attributes":["fear","politeness","argumentation","insistence","charm","confidence"],"subLanguages":["pt-BR","en-US"],"dubLanguages":["Dibberish"]} <|file_sep|>current/Diplomata/Resources/preferences.json {"attributes":["fear","politeness","argumentation","insi...
{"attributes":["fear","politeness","argumentation","insistence","charm","confidence"],"subLanguages":["Portuguese","English"],"dubLanguages":["Dibberish"]}
<|file_sep|>original/Diplomata/Resources/preferences.json {"attributes":["fear","politeness","argumentation","insistence","charm","confidence"],"subLanguages":["pt-BR","en-US"],"dubLanguages":["Dibberish"]} <|file_sep|>current/Diplomata/Resources/preferences.json {"attributes":["fear","politeness","argumentation","insi...
140585bffd62053800570b179fdbf8ea9c37c7e2
Diplomata/Resources/preferences.json
Diplomata/Resources/preferences.json
JSON
<|file_sep|>original/.travis.yml language: java jdk: - oraclejdk7 - oraclejdk8 <|file_sep|>current/.travis.yml language: java jdk: - oraclejdk7 - oraclejdk8 <|file_sep|>updated/.travis.yml
language: java jdk: - oraclejdk7 - oraclejdk8 before_install: - sudo apt-get update -qq - sudo apt-get install -y rpm
<|file_sep|>original/.travis.yml language: java jdk: - oraclejdk7 - oraclejdk8 <|file_sep|>current/.travis.yml language: java jdk: - oraclejdk7 - oraclejdk8 <|file_sep|>updated/.travis.yml language: java jdk: - oraclejdk7 - oraclejdk8 before_install: - sudo apt-get update -qq - sudo apt-get install ...
7dac53c379af50dd187923a9b297e0d126a0d0bb
.travis.yml
.travis.yml
YAML
<|file_sep|>original/setup-pose-estimation.sh <|file_sep|>current/setup-pose-estimation.sh <|file_sep|>updated/setup-pose-estimation.sh
#!/bin/bash sudo apt-get update # Install library #pip3 install --upgrade cython #sudo apt-get -y install libopenblas-dev #sudo apt-get -y install liblapacke-dev #sudo apt-get -y install gfortran #sudo apt-get -y install llvm-7* #echo 'export PATH="/usr/lib/llvm-7/bin:$PATH"' >> ~/.bashrc #source ~/.bashrc sudo apt-ge...
<|file_sep|>original/setup-pose-estimation.sh <|file_sep|>current/setup-pose-estimation.sh <|file_sep|>updated/setup-pose-estimation.sh #!/bin/bash sudo apt-get update # Install library #pip3 install --upgrade cython #sudo apt-get -y install libopenblas-dev #sudo apt-get -y install liblapacke-dev #sudo apt-get -y in...
c6cc7ecf2ee8fa9343d3c1febe5c4b5c88031eab
setup-pose-estimation.sh
setup-pose-estimation.sh
Shell
<|file_sep|>original/website/docs/index.markdown API --- [Action](/docs/action.html) : Action objects are where you generate your responses. [Request](/docs/request.html) : A wrapper around the node.js `http.ServerRequest` object. Makes it easier to do things like wait for and parse POST data. [Response](/docs...
API --- [Action](/docs/action.html) : Action objects are where you generate your responses. [Request](/docs/request.html) : A wrapper around the node.js `http.ServerRequest` object. Makes it easier to do things like wait for and parse POST data. [Response](/docs/response.html) : A wrapper around the node.js `h...
<|file_sep|>original/website/docs/index.markdown API --- [Action](/docs/action.html) : Action objects are where you generate your responses. [Request](/docs/request.html) : A wrapper around the node.js `http.ServerRequest` object. Makes it easier to do things like wait for and parse POST data. [Response](/docs...
8a264c3f10ed199d36b540eeb60c47e9189790ce
website/docs/index.markdown
website/docs/index.markdown
Markdown
<|file_sep|>original/src/ui/components/Link.tsx '&:hover': { cursor: 'pointer', textDecoration: 'underline', }, }); StyledLink.displayName = 'Link:StyledLink'; export default class Link extends Component<{ href: string; children?: React.ReactNode; }> { onClick = () => { shell.openExternal(this.pr...
textDecoration: 'underline', }, }); StyledLink.displayName = 'Link:StyledLink'; export default class Link extends Component<{ href: string; children?: React.ReactNode; }> { onClick = () => { shell.openExternal(this.props.href); }; render() { return ( <StyledLink onClick={this.onClick}> ...
<|file_sep|>original/src/ui/components/Link.tsx '&:hover': { cursor: 'pointer', textDecoration: 'underline', }, }); StyledLink.displayName = 'Link:StyledLink'; export default class Link extends Component<{ href: string; children?: React.ReactNode; }> { onClick = () => { shell.openExternal(this.pr...
e99f2bcd8b3c091af57aeaf615c7cfff39c02f43
src/ui/components/Link.tsx
src/ui/components/Link.tsx
TypeScript
<|file_sep|>app/controllers/SuppressedV5C.scala.diff original: import models.{AllCacheKeys} updated: import models.{AllCacheKeys, DisposeCacheKeys} <|file_sep|>original/app/controllers/SuppressedV5C.scala import common.clientsidesession.CookieImplicits.RichResult import common.model.VehicleAndKeeperDetailsModel import ...
import common.model.VehicleAndKeeperDetailsModel import common.clientsidesession.CookieImplicits.RichCookies import utils.helpers.Config class SuppressedV5C @Inject()()(implicit clientSideSessionFactory: ClientSideSessionFactory, config: Config) extends Controller { def pres...
<|file_sep|>app/controllers/SuppressedV5C.scala.diff original: import models.{AllCacheKeys} updated: import models.{AllCacheKeys, DisposeCacheKeys} <|file_sep|>original/app/controllers/SuppressedV5C.scala import common.clientsidesession.CookieImplicits.RichResult import common.model.VehicleAndKeeperDetailsModel import ...
f8a949ab98999930f66c0f080b57e3d327c56d7e
app/controllers/SuppressedV5C.scala
app/controllers/SuppressedV5C.scala
Scala
<|file_sep|>original/nfieldapi.js var Promise = require('bluebird'); var nfieldInstance; function createNfieldInstance (nfieldParams, requestParams) { var request; var nfieldOptions = nfieldParams || {}; var requestOptions = requestParams || {}; } return { init : function (n...
var Promise = require('bluebird'); var nfieldInstance; function createNfieldInstance (nfieldParams, requestParams) { var request; var nfieldOptions = nfieldParams || {}; var requestOptions = requestParams || {}; function updateParams (nP, rP) { nfieldOptions = nP || nf...
<|file_sep|>original/nfieldapi.js var Promise = require('bluebird'); var nfieldInstance; function createNfieldInstance (nfieldParams, requestParams) { var request; var nfieldOptions = nfieldParams || {}; var requestOptions = requestParams || {}; } return { init : function (n...
f0ccf91fdc5fd7b876a43b53bb64f953b56b0eac
nfieldapi.js
nfieldapi.js
JavaScript
<|file_sep|>original/src/subgenerators/errors.js generator.advance("try"); // node.block will always be a BlockStatement generator.generate(node.block, anscestors); node.handler && generator.generate(node.handler, anscestors); node.finalizer && generator.generate(node.finalizer, anscestors); }; // catch (par...
// node.block will always be a BlockStatement generator.generate(node.block, anscestors); node.handler && generator.generate(node.handler, anscestors); node.finalizer && generator.generate(node.finalizer, anscestors); }; // catch (param) body exports.CatchClause = (node, anscestors, generator) => { generator...
<|file_sep|>original/src/subgenerators/errors.js generator.advance("try"); // node.block will always be a BlockStatement generator.generate(node.block, anscestors); node.handler && generator.generate(node.handler, anscestors); node.finalizer && generator.generate(node.finalizer, anscestors); }; // catch (par...
1fc05c7aeba8dc6fa7217ad438980bd99e5a325b
src/subgenerators/errors.js
src/subgenerators/errors.js
JavaScript
<|file_sep|>original/package.json "repository": "molovo/filthy", "author": { "name": "James Dinsdale", "email": "hi@molovo.co", "url": "molovo.co" }, "engines": { "node": ">=0.10.0" }, "scripts": { "postinstall": "dest=/usr/local/share/zsh/site-functions/; mkdir -p $dest && ln -sf \"$PWD...
"repository": "molovo/filthy", "author": { "name": "James Dinsdale", "email": "hi@molovo.co", "url": "molovo.co" }, "engines": { "node": ">=0.10.0" }, "scripts": { "postinstall": "dest=/usr/local/share/zsh/site-functions; mkdir -p $dest && ln -sf \"$PWD/filthy.zsh\" $dest/prompt_filthy_s...
<|file_sep|>original/package.json "repository": "molovo/filthy", "author": { "name": "James Dinsdale", "email": "hi@molovo.co", "url": "molovo.co" }, "engines": { "node": ">=0.10.0" }, "scripts": { "postinstall": "dest=/usr/local/share/zsh/site-functions/; mkdir -p $dest && ln -sf \"$PWD...
5ae369f49e1ac9f651b12114df4da63b4da522da
package.json
package.json
JSON
<|file_sep|>original/.mackup/dotfiles-private.cfg [application] name = Dotfiles Private [configuration_files] .extra .gitconfig.local linus.yaml .rclone.conf .ssh <|file_sep|>current/.mackup/dotfiles-private.cfg [application] name = Dotfiles Private [configuration_files] .extra .gitconfig.local linus.yaml .rclone.con...
[application] name = Dotfiles Private [configuration_files] .extra .gitconfig.local linus.yaml .rclone.conf .ssh .weechat/irc.conf
<|file_sep|>original/.mackup/dotfiles-private.cfg [application] name = Dotfiles Private [configuration_files] .extra .gitconfig.local linus.yaml .rclone.conf .ssh <|file_sep|>current/.mackup/dotfiles-private.cfg [application] name = Dotfiles Private [configuration_files] .extra .gitconfig.local linus.yaml .rclone.con...
934660fb5adda5db9182376c3c06ac6bc91fb2cb
.mackup/dotfiles-private.cfg
.mackup/dotfiles-private.cfg
INI
<|file_sep|>original/.rubocop.yml AllCops: NewCops: enable Style/ClassAndModuleChildren: EnforcedStyle: compact Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Metrics/LineLength: Max: 120 Rails/DynamicFindBy: Enabled: false Rails/RefuteMethods: Enabled: false <...
Style/ClassAndModuleChildren: EnforcedStyle: compact Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/SymbolArray: EnforcedStyle: brackets Metrics/LineLength: Max: 120 Rails/DynamicFindBy: Enabled: false Rails/RefuteMethods: Enabled: false
<|file_sep|>original/.rubocop.yml AllCops: NewCops: enable Style/ClassAndModuleChildren: EnforcedStyle: compact Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Metrics/LineLength: Max: 120 Rails/DynamicFindBy: Enabled: false Rails/RefuteMethods: Enabled: false <...
d0b1bd7225214d571fadcb9f96cb3de55fd6f451
.rubocop.yml
.rubocop.yml
YAML
<|file_sep|>original/components/libc/compilers/minilibc/sys/types.h typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; typedef int mode_t; typedef unsigned long clockid_t; typedef int pid_t; typedef unsigned long clock_t; /* clock() */ #ifnde...
typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; typedef int mode_t; typedef unsigned long clockid_t; typedef int pid_t; typedef int gid_t; typedef int uid_t; typedef int dev_t; typedef int ino_t; typedef int mode_t; typedef int caddr_t; typ...
<|file_sep|>original/components/libc/compilers/minilibc/sys/types.h typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; typedef int mode_t; typedef unsigned long clockid_t; typedef int pid_t; typedef unsigned long clock_t; /* clock() */ #ifnde...
41f2f1829f3227b2d405feb75751ac5debfcc1e8
components/libc/compilers/minilibc/sys/types.h
components/libc/compilers/minilibc/sys/types.h
C
<|file_sep|>original/.github/PULL_REQUEST_TEMPLATE.md Description ----------- Insert your PR description here. Thanks for contributing to pyQuil! :) Checklist --------- - [ ] The above description motivates these changes. - [ ] There is a unit test that covers these changes. - [ ] All new and existing tests pass loc...
Description ----------- Insert your PR description here. Thanks for contributing to pyQuil! :) Checklist --------- - [ ] The above description motivates these changes. - [ ] There is a unit test that covers these changes. - [ ] All new and existing tests pass locally and on Semaphore. - [ ] Parameters have type hint...
<|file_sep|>original/.github/PULL_REQUEST_TEMPLATE.md Description ----------- Insert your PR description here. Thanks for contributing to pyQuil! :) Checklist --------- - [ ] The above description motivates these changes. - [ ] There is a unit test that covers these changes. - [ ] All new and existing tests pass loc...
45dfa2dc2f0e2fe3eaa56a14dc417d070b5da3a6
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
Markdown
<|file_sep|>original/lib/kouto-swiss/grid/grid.styl gs( col-width = ks-grid-col-width, gut-width = ks-grid-gut-width, cols = ks-grid-columns, total = ks-grid-total-width ) ks-grid-config[ "columns" ] = cols ks-grid-config[ "column-width" ] = col-width ks-grid-config[ "gutter-width" ] = gut-width ks-grid...
gs( col-width = ks-grid-col-width, gut-width = ks-grid-gut-width, cols = ks-grid-columns, total = ks-grid-total-width ) ks-grid-config[ "columns" ] = cols ks-grid-config[ "column-width" ] = col-width ks-grid-config[ "gutter-width" ] = gut-width ks-grid-config[ "computed-total-width" ] = ( col-width + gu...
<|file_sep|>original/lib/kouto-swiss/grid/grid.styl gs( col-width = ks-grid-col-width, gut-width = ks-grid-gut-width, cols = ks-grid-columns, total = ks-grid-total-width ) ks-grid-config[ "columns" ] = cols ks-grid-config[ "column-width" ] = col-width ks-grid-config[ "gutter-width" ] = gut-width ks-grid...
64e01d8e1c03423fd8f6538e75b5c7a29c53105b
lib/kouto-swiss/grid/grid.styl
lib/kouto-swiss/grid/grid.styl
Stylus
<|file_sep|>.github/workflows/build.yml.diff original: pip install codecov '.[test]' updated: pip install '.[test]' <|file_sep|>.github/workflows/build.yml.diff original: updated: coverage xml <|file_sep|>original/.github/workflows/build.yml with: python-version: ${{ mat...
with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pip install '.[test]' - name: Run tests run: | python setup.py coverage -q coverage xml - name: Upload coverage uses: codecov/codecov-action@v2...
<|file_sep|>.github/workflows/build.yml.diff original: pip install codecov '.[test]' updated: pip install '.[test]' <|file_sep|>.github/workflows/build.yml.diff original: updated: coverage xml <|file_sep|>original/.github/workflows/build.yml with: python-version: ${{ mat...
96aadaf8bc622558d111a4d8be18df9b9f270c89
.github/workflows/build.yml
.github/workflows/build.yml
YAML
<|file_sep|>original/src/templates/pycontw-2018/events/schedule.html <h1><span>{% block pagetitle %}{% trans 'Schedule' %}{% endblock pagetitle %}</span></h1> {% block schedule %} {{ schedule_html|safe }} {% endblock schedule %} {% endblock content %} {% block extrabody %} {{ block.super }} <a href="#" class="bac...
{{ block.super }} <link rel="stylesheet" href="{% static 'css/vendors/balloon.css' %}"> {% endblock styles %} {% block content %} <h1><span>{% block pagetitle %}{% trans 'Schedule' %}{% endblock pagetitle %}</span></h1> {% block schedule %} {{ schedule_html|safe }} {% endblock schedule %} {% endblock content %} ...
<|file_sep|>original/src/templates/pycontw-2018/events/schedule.html <h1><span>{% block pagetitle %}{% trans 'Schedule' %}{% endblock pagetitle %}</span></h1> {% block schedule %} {{ schedule_html|safe }} {% endblock schedule %} {% endblock content %} {% block extrabody %} {{ block.super }} <a href="#" class="bac...
81fae361a7913ed2a588be1fda567d16d2f611eb
src/templates/pycontw-2018/events/schedule.html
src/templates/pycontw-2018/events/schedule.html
HTML
<|file_sep|>original/package.json "url": "https://github.com/drichard/mindmaps" }, "bugs": { "url": "http://github.com/drichard/mindmaps/issues" }, "scripts": { "postinstall" : "npm install -g jake" }, "license": { "type": "AGPL", "url": "http://github.com/drichard/mindmaps/raw/master/LI...
"type": "git", "url": "https://github.com/drichard/mindmaps" }, "bugs": { "url": "http://github.com/drichard/mindmaps/issues" }, "scripts": { "postinstall" : "npm install -g jake" }, "license": { "type": "AGPL", "url": "http://github.com/drichard/mindmaps/raw/master/LICENSE" }, "...
<|file_sep|>original/package.json "url": "https://github.com/drichard/mindmaps" }, "bugs": { "url": "http://github.com/drichard/mindmaps/issues" }, "scripts": { "postinstall" : "npm install -g jake" }, "license": { "type": "AGPL", "url": "http://github.com/drichard/mindmaps/raw/master/LI...
f2aefb6ea1810ac3e6b388e2d906967b86a7dcbe
package.json
package.json
JSON
<|file_sep|>original/org.metaborg.util/src/main/java/org/metaborg/util/log/Level.java package org.metaborg.util.log; public enum Level { Trace, Debug, Info, Warn, Error } <|file_sep|>current/org.metaborg.util/src/main/java/org/metaborg/util/log/Level.java package org.metaborg.util.log; public enum Level { Tra...
package org.metaborg.util.log; public enum Level { Trace, Debug, Info, Warn, Error; public static Level parse(String name) { for(Level level : Level.values()) { if(level.name().equalsIgnoreCase(name)) { return level; } } throw new IllegalArgument...
<|file_sep|>original/org.metaborg.util/src/main/java/org/metaborg/util/log/Level.java package org.metaborg.util.log; public enum Level { Trace, Debug, Info, Warn, Error } <|file_sep|>current/org.metaborg.util/src/main/java/org/metaborg/util/log/Level.java package org.metaborg.util.log; public enum Level { Tra...
ba0af367706f0da3f8f6a4c5746a391e4a510fec
org.metaborg.util/src/main/java/org/metaborg/util/log/Level.java
org.metaborg.util/src/main/java/org/metaborg/util/log/Level.java
Java
<|file_sep|>original/README.md The fastest and worstest AV1 compressor. This repository uses a git submodule, to initialize it, do: ``` git submodule update --init ``` This is also required everytime you switch branch or pull code and the submodule changed. # Compressing video Input videos must be a multiple of 6...
The fastest and worstest AV1 compressor. [![Build Status](https://travis-ci.org/tdaede/rav1e.svg?branch=master)](https://travis-ci.org/tdaede/rav1e) This repository uses a git submodule, to initialize it, do: ``` git submodule update --init ``` This is also required everytime you switch branch or pull code and the ...
<|file_sep|>original/README.md The fastest and worstest AV1 compressor. This repository uses a git submodule, to initialize it, do: ``` git submodule update --init ``` This is also required everytime you switch branch or pull code and the submodule changed. # Compressing video Input videos must be a multiple of 6...
78f983d994a905895c75a690e8cc78dc9f74b4bb
README.md
README.md
Markdown
<|file_sep|>original/package.json { "name": "homebridge-milight", "version": "1.1.0", "description": "MiLight/LimitlessLED/Easybulb Plugin for Homebridge: https://github.com/nfarina/homebridge", "author": "Sam Edwards <sam@samedwards.ca> (https://samedwards.ca/)", "license": "MIT", "repository": { "type...
{ "name": "homebridge-milight", "version": "1.0.1", "description": "MiLight/LimitlessLED/Easybulb Plugin for Homebridge: https://github.com/nfarina/homebridge", "author": "Sam Edwards <sam@samedwards.ca> (https://samedwards.ca/)", "license": "MIT", "repository": { "type": "git", "url": "git://github...
<|file_sep|>original/package.json { "name": "homebridge-milight", "version": "1.1.0", "description": "MiLight/LimitlessLED/Easybulb Plugin for Homebridge: https://github.com/nfarina/homebridge", "author": "Sam Edwards <sam@samedwards.ca> (https://samedwards.ca/)", "license": "MIT", "repository": { "type...
2e037436365abf62e5807e6ed0614421e3b632d6
package.json
package.json
JSON
<|file_sep|>metadata/email.schaal.ocreader.txt.diff original: updated: Build:0.2,5 commit=v0.2 subdir=app gradle=yes <|file_sep|>original/metadata/email.schaal.ocreader.txt gradle=yes Build:0.1b,2 commit=v0.1b subdir=app gradle=yes Build:0.1b2,3 commit=v0.1b2 subdir=app gradl...
gradle=yes Build:0.1b2,3 commit=v0.1b2 subdir=app gradle=yes Build:0.1,4 commit=v0.1 subdir=app gradle=yes Build:0.2,5 commit=v0.2 subdir=app gradle=yes Auto Update Mode:Version v%v Update Check Mode:Tags Current Version:0.2 Current Version Code:5
<|file_sep|>metadata/email.schaal.ocreader.txt.diff original: updated: Build:0.2,5 commit=v0.2 subdir=app gradle=yes <|file_sep|>original/metadata/email.schaal.ocreader.txt gradle=yes Build:0.1b,2 commit=v0.1b subdir=app gradle=yes Build:0.1b2,3 commit=v0.1b2 subdir=app gradl...
ad1446247616fdb05bde0baafdbded5103d9fc4e
metadata/email.schaal.ocreader.txt
metadata/email.schaal.ocreader.txt
Text
<|file_sep|>js/DataObjectPreviewer.js.diff original: updated: function getDocumentHeight(doc) { return Math.max( doc.documentElement.clientHeight, doc.body.scrollHeight, doc.documentElement.scrollHeight, doc.body.offsetHeight, doc.documentElement.offsetHeight); } <|file_sep|>js/DataObjectPreviewer.js.di...
var $tr = this.closest('tr'); if ($tr.length && $tr.hasClass('ui-sortable-helper')) { return; } var $iframe = $('<iframe style="width: 100%; overflow: hidden" scrolling="no"></iframe>'); $iframe.bind('load', function () { var iframeWindow = $iframe.get(0).contentWindow, $iframeWindow ...
<|file_sep|>js/DataObjectPreviewer.js.diff original: updated: function getDocumentHeight(doc) { return Math.max( doc.documentElement.clientHeight, doc.body.scrollHeight, doc.documentElement.scrollHeight, doc.body.offsetHeight, doc.documentElement.offsetHeight); } <|file_sep|>js/DataObjectPreviewer.js.di...
56efaa7f095ffef29decbb0942f37f24851b4847
js/DataObjectPreviewer.js
js/DataObjectPreviewer.js
JavaScript
<|file_sep|>original/.travis.yml <|file_sep|>current/.travis.yml <|file_sep|>updated/.travis.yml
language: python python: - "3.3" - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements.txt && ./inputs/make # command to run tests, e.g. python setup.py test script: bin/ooniprobe nettest/blocking/tcpconnect.py -f inputs/ooni-in...
<|file_sep|>original/.travis.yml <|file_sep|>current/.travis.yml <|file_sep|>updated/.travis.yml language: python python: - "3.3" - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements.txt && ./inputs/make # command to run tests...
690f8e3c5322519ca28c1e63d717983db87dd95a
.travis.yml
.travis.yml
YAML
<|file_sep|>original/requirements_dev.txt pip==19.1.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 tox==3.9.0 coverage==4.5.3 Sphinx==2.0.1 cryptography==2.6.1 PyYAML==3.12 pytest==4.5.0 pytest-runner==4.4 vcrpy==2.0.1 twine==1.13.0 <|file_sep|>current/requirements_dev.txt pip==19.1.1 bumpversion==0.5...
pip==19.1.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 tox==3.9.0 coverage==4.5.3 Sphinx==2.0.1 cryptography==2.7 PyYAML==3.12 pytest==4.5.0 pytest-runner==4.4 vcrpy==2.0.1 twine==1.13.0
<|file_sep|>original/requirements_dev.txt pip==19.1.1 bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 tox==3.9.0 coverage==4.5.3 Sphinx==2.0.1 cryptography==2.6.1 PyYAML==3.12 pytest==4.5.0 pytest-runner==4.4 vcrpy==2.0.1 twine==1.13.0 <|file_sep|>current/requirements_dev.txt pip==19.1.1 bumpversion==0.5...
b9e363518c3c7370651a605d2f79cccdf63800dc
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>composer.json.diff original: updated: "suggest": { "sensio/framework-extra-bundle": "~2.2|~3.0" }, <|file_sep|>original/composer.json "require" : { "php": ">=5.5.9", "symfony/dependency-injection": "~2.1|~3.0", "symfony/doctrine-bridge": "~2.2|~3.0", "doctrine/orm": "~2.3", "t...
"symfony/doctrine-bridge": "~2.2|~3.0", "doctrine/orm": "~2.3", "twig/twig": "~1.0", "twig/extensions": "~1.0", "stof/doctrine-extensions-bundle": "~1.1" }, "autoload" : { "psr-4" : { "Baskin\\HistoryBundle\\" : "" } }, "suggest": { "sensio/framework-extra-bundle": "~2.2|~3...
<|file_sep|>composer.json.diff original: updated: "suggest": { "sensio/framework-extra-bundle": "~2.2|~3.0" }, <|file_sep|>original/composer.json "require" : { "php": ">=5.5.9", "symfony/dependency-injection": "~2.1|~3.0", "symfony/doctrine-bridge": "~2.2|~3.0", "doctrine/orm": "~2.3", "t...
41d88b37cec2a05d512c099f2464b67ba85ee00f
composer.json
composer.json
JSON
<|file_sep|>original/gradle.properties assetPipelineVersion=3.3.3 caffeineVersion=2.9.2 functionalTestViewsGradleVersion=2.1.0.RC1 githubSlug=grails/grails-views gormVersion=7.1.0.RC3 gradleWrapperVersion=6.9.1 grailsVersion=5.0.0.RC2 grailsGradlePluginVersion=5.0.0.RC2 groovyVersion=3.0.7 hibernateGormVersion=7.1.0.RC...
assetPipelineVersion=3.3.3 caffeineVersion=2.9.2 functionalTestViewsGradleVersion=2.1.0.RC1 githubSlug=grails/grails-views gormVersion=7.1.0.RC3 gradleWrapperVersion=6.9.1 grailsVersion=5.0.0-RC3 grailsGradlePluginVersion=5.0.0.RC2 groovyVersion=3.0.7 hibernateGormVersion=7.1.0.RC2 jansiVersion=2.3.4 javaParserCoreVers...
<|file_sep|>original/gradle.properties assetPipelineVersion=3.3.3 caffeineVersion=2.9.2 functionalTestViewsGradleVersion=2.1.0.RC1 githubSlug=grails/grails-views gormVersion=7.1.0.RC3 gradleWrapperVersion=6.9.1 grailsVersion=5.0.0.RC2 grailsGradlePluginVersion=5.0.0.RC2 groovyVersion=3.0.7 hibernateGormVersion=7.1.0.RC...
eb874a7b8ea54037117e4fe2861795d4759930cd
gradle.properties
gradle.properties
INI
<|file_sep|>README.rst.diff original: For new features please have a look at its successor `attrs <https://attrs.readthedocs.org/>`_. updated: For new features please have a look at its successor `attrs <https://attrs.readthedocs.io/>`_. <|file_sep|>original/README.rst characteristic: Python attributes without bo...
characteristic: Python attributes without boilerplate. ====================================================== .. image:: https://travis-ci.org/hynek/characteristic.svg :target: https://travis-ci.org/hynek/characteristic :alt: CI status .. begin .. warning:: Please note that characteristic is in a bugfix-onl...
<|file_sep|>README.rst.diff original: For new features please have a look at its successor `attrs <https://attrs.readthedocs.org/>`_. updated: For new features please have a look at its successor `attrs <https://attrs.readthedocs.io/>`_. <|file_sep|>original/README.rst characteristic: Python attributes without bo...
96bf13bfa88c69553e3ae947f41180264d235845
README.rst
README.rst
reStructuredText
<|file_sep|>project.clj.diff original: (defproject cli4clj "1.6.3" ;(defproject cli4clj "1.6.4-SNAPSHOT" updated: ;(defproject cli4clj "1.6.3" (defproject cli4clj "1.6.4-SNAPSHOT" <|file_sep|>project.clj.diff original: ; :global-vars {*warn-on-reflection* true} updated: :global-vars {*warn-on-reflection* true} <|fil...
;(defproject cli4clj "1.6.3" (defproject cli4clj "1.6.4-SNAPSHOT" :description "Create simple interactive CLIs for Clojure applications." :url "https://github.com/ruedigergad/cli4clj" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.cloju...
<|file_sep|>project.clj.diff original: (defproject cli4clj "1.6.3" ;(defproject cli4clj "1.6.4-SNAPSHOT" updated: ;(defproject cli4clj "1.6.3" (defproject cli4clj "1.6.4-SNAPSHOT" <|file_sep|>project.clj.diff original: ; :global-vars {*warn-on-reflection* true} updated: :global-vars {*warn-on-reflection* true} <|fil...
46c6d4cf7f2d5d1aba3bd26330dd64374b659cc9
project.clj
project.clj
Clojure
<|file_sep|>original/composer.json { "name": "kgilden/pager", "description": "A library to split results into multiple pages", "license": "MIT", "authors": [ { "name": "Kristen Gilden", "email": "kristen.gilden@gmail.com" } ], "minimum-stability": "stable"...
{ "name": "kgilden/pager", "description": "A library to split results into multiple pages", "license": "MIT", "authors": [ { "name": "Kristen Gilden", "email": "kristen.gilden@gmail.com" } ], "minimum-stability": "stable", "require": {}, "autoload"...
<|file_sep|>original/composer.json { "name": "kgilden/pager", "description": "A library to split results into multiple pages", "license": "MIT", "authors": [ { "name": "Kristen Gilden", "email": "kristen.gilden@gmail.com" } ], "minimum-stability": "stable"...
1326ce56ee1476429f28af5c7248a9eb2ea10fcd
composer.json
composer.json
JSON
<|file_sep|>actions/GetDocumentHistoryAction.class.php.diff original: usort($logs, array($this, 'compareLogEntries')); updated: $logs = $this->sortLogs($logs); <|file_sep|>original/actions/GetDocumentHistoryAction.class.php { $logs = array_merge($logs, parent::getLogs(null, $document->getUser())); usort($...
<?php /** * @package modules.customer */ class customer_GetDocumentHistoryAction extends generic_GetDocumentHistoryAction { /** * @param f_persistentdocument_PersistentDocument $document * @param users_persistentdocument_user $user */ protected function getLogs($document, $user) { $logs = parent::getLogs($...
<|file_sep|>actions/GetDocumentHistoryAction.class.php.diff original: usort($logs, array($this, 'compareLogEntries')); updated: $logs = $this->sortLogs($logs); <|file_sep|>original/actions/GetDocumentHistoryAction.class.php { $logs = array_merge($logs, parent::getLogs(null, $document->getUser())); usort($...
1382cd49dea7d1226e85517367d0b1d4bb2ae358
actions/GetDocumentHistoryAction.class.php
actions/GetDocumentHistoryAction.class.php
PHP
<|file_sep|>config/database.yml.diff original: # SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' updated: <|file_sep|>config/database.yml.diff original: # Warning: The database defined as "test" will be erased and # re-generated from your developmen...
development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 test: adapter: sqlite3 database: db/test.sqlite3 pool: 5 timeout: 5000 production: adapter: postgresql encoding: unicode database: jbhannah_production pool: 5 username: jbhannah password:
<|file_sep|>config/database.yml.diff original: # SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' updated: <|file_sep|>config/database.yml.diff original: # Warning: The database defined as "test" will be erased and # re-generated from your developmen...
252424731121baa3f4b258d6d6acab6d6ae3f072
config/database.yml
config/database.yml
YAML
<|file_sep|>original/README.md kiigame ======= KiiGame Adventure Engine is a HTML5/JavaScript based simple adventure game engine for web browsers. KGAE uses KineticJS. The engine comes with an example game, Lätkäzombit: Pako hallista. The example game is in the Finnish language. Take a look at the adventure creation ...
kiigame ======= KiiGame Adventure Engine is a HTML5/JavaScript based simple adventure game engine for web browsers. KGAE uses Konva.js: https://github.com/konvajs/konva The engine comes with an example game, Lätkäzombit: Pako hallista. The example game is in the Finnish language. Take a look at the adventure creatio...
<|file_sep|>original/README.md kiigame ======= KiiGame Adventure Engine is a HTML5/JavaScript based simple adventure game engine for web browsers. KGAE uses KineticJS. The engine comes with an example game, Lätkäzombit: Pako hallista. The example game is in the Finnish language. Take a look at the adventure creation ...
ccbc13c00b05d3c800ac264d5faefa001df9a77f
README.md
README.md
Markdown
<|file_sep|>original/Tests/Fixtures/yaml/services6.yml scope.custom: { class: FooClass, scope: custom } scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } file: { class: FooClass, file: %path%/foo.php } arguments: { class: FooClass, a...
scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } file: { class: FooClass, file: %path%/foo.php } arguments: { class: FooClass, arguments: [foo, @foo, [true, false]] } configurator1: { class: FooClass, configurator: sc_configure } ...
<|file_sep|>original/Tests/Fixtures/yaml/services6.yml scope.custom: { class: FooClass, scope: custom } scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } file: { class: FooClass, file: %path%/foo.php } arguments: { class: FooClass, a...
451c6b6a08b69d153c1f24f640a18bd4c493840f
Tests/Fixtures/yaml/services6.yml
Tests/Fixtures/yaml/services6.yml
YAML
<|file_sep|>original/tasks/freeipa.yml - set_fact: key_file=/etc/pki/tls/private/{{ website_domain }}.key cert_file=/etc/pki/tls/certs/{{ website_domain }}.crt - fail: "A certificate can only be requested for the current server with the freeipa method" when: website_domain != ansible_fqdn - command: creates={{ key_...
- set_fact: key_file=/etc/pki/tls/private/{{ website_domain }}.key cert_file=/etc/pki/tls/certs/{{ website_domain }}.crt - fail: msg="A certificate can only be requested for the current server with the freeipa method" when: website_domain != ansible_fqdn - command: creates={{ key_file }} ipa-getcert request -f {{ c...
<|file_sep|>original/tasks/freeipa.yml - set_fact: key_file=/etc/pki/tls/private/{{ website_domain }}.key cert_file=/etc/pki/tls/certs/{{ website_domain }}.crt - fail: "A certificate can only be requested for the current server with the freeipa method" when: website_domain != ansible_fqdn - command: creates={{ key_...
f1bddaf7437b47a9bbc897f218affadfa54c167b
tasks/freeipa.yml
tasks/freeipa.yml
YAML
<|file_sep|>original/.travis.yml env: global: - DOCKER_VERSION=1.10.3~trusty sudo: required services: - docker install: - apt-cache madison docker-engine - sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=$DOCKER_VERSION script: - sudo docker login -e $DOCKER_EMAIL -u $DOCKER...
env: global: - DOCKER_VERSION=1.10.1-0~trusty sudo: required services: - docker install: - apt-cache madison docker-engine - sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=$DOCKER_VERSION script: - sudo docker login -e $DOCKER_EMAIL -u $DOCKER_USERNAME -p $DOCKER_PASSWORD ...
<|file_sep|>original/.travis.yml env: global: - DOCKER_VERSION=1.10.3~trusty sudo: required services: - docker install: - apt-cache madison docker-engine - sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=$DOCKER_VERSION script: - sudo docker login -e $DOCKER_EMAIL -u $DOCKER...
21cd4ee8f7b2f9270da8077817a0b333dff78409
.travis.yml
.travis.yml
YAML
<|file_sep|>original/rcard/urls.py Class-based views 1. Add an import: from other_app.views import Home 2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home') Including another URLconf 1. Add an import: from blog import urls as blog_urls 2. Add a URL to urlpatterns: url(r'^blog/', incl...
Class-based views 1. Add an import: from other_app.views import Home 2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home') Including another URLconf 1. Add an import: from blog import urls as blog_urls 2. Add a URL to urlpatterns: url(r'^blog/', include(blog_urls)) """ from django.con...
<|file_sep|>original/rcard/urls.py Class-based views 1. Add an import: from other_app.views import Home 2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home') Including another URLconf 1. Add an import: from blog import urls as blog_urls 2. Add a URL to urlpatterns: url(r'^blog/', incl...
4cd04558d788e9c1ee77471e87f8ef27416bf60e
rcard/urls.py
rcard/urls.py
Python
<|file_sep|>original/test-integration/commands.yml - params: sendman: ../../../../../bin/sendman - description: Command help should display help information command: '{sendman} --help' exitcode: 0 output: 'Usage: sendman' - description: Command init should display message about creating sample configuration...
- params: sendman: ../../../../../bin/sendman - description: Command help should display help information command: '{sendman} --help' exitcode: 0 output: 'Usage: sendman' - description: Command init should display message about creating sample configuration file command: '{sendman} init' exitcode: 0 o...
<|file_sep|>original/test-integration/commands.yml - params: sendman: ../../../../../bin/sendman - description: Command help should display help information command: '{sendman} --help' exitcode: 0 output: 'Usage: sendman' - description: Command init should display message about creating sample configuration...
d885fd305f476b81590444e656ffcea6e03df697
test-integration/commands.yml
test-integration/commands.yml
YAML
<|file_sep|>original/src/amx_profiler/function_info.cpp // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or impl...
// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language govern...
<|file_sep|>original/src/amx_profiler/function_info.cpp // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or impl...
8e055ff6c42808855045453cd975625cc9d78d46
src/amx_profiler/function_info.cpp
src/amx_profiler/function_info.cpp
C++
<|file_sep|>original/bower.json { "name": "Algorithm", "version": "0.0.1", "description": "Algorihtm visualization component", "homepage": "http://tsv2013.github.io/algorithm", "authors": [ "Serge T <@domain.com>" ], "private": true, "license": "MIT", "dependencies": { "jquery": ...
{ "name": "Algorithm", "version": "0.0.1", "description": "Algorihtm visualization component", "homepage": "http://tsv2013.github.io/algorithm", "authors": [ "Serge T <@domain.com>" ], "private": true, "license": "MIT", "dependencies": { "jquery": "latest", "knockout": "l...
<|file_sep|>original/bower.json { "name": "Algorithm", "version": "0.0.1", "description": "Algorihtm visualization component", "homepage": "http://tsv2013.github.io/algorithm", "authors": [ "Serge T <@domain.com>" ], "private": true, "license": "MIT", "dependencies": { "jquery": ...
2c5b289ad71ea424802854953bf594ffdbbe6bb5
bower.json
bower.json
JSON
<|file_sep|>server/config/keys-example.js.diff original: // mysql> create database sentimentalDev updated: // mysql> create database sentimentalDev; <|file_sep|>server/config/keys-example.js.diff original: updated: // mysql> flush privileges; <|file_sep|>original/server/config/keys-example.js // to make yourself an au...
// to make yourself an authorized user in Mysql: // $ mysql.server start // $ mysql -uroot // mysql> create database sentimentalDev; // mysql> grant all on sentimentalDev.* to 'myNewUsername' identified by 'myNewPassword'; // mysql> flush privileges; module.exports.mysqlUser = { username: 'myNewUsername', passwor...
<|file_sep|>server/config/keys-example.js.diff original: // mysql> create database sentimentalDev updated: // mysql> create database sentimentalDev; <|file_sep|>server/config/keys-example.js.diff original: updated: // mysql> flush privileges; <|file_sep|>original/server/config/keys-example.js // to make yourself an au...
46662dc0d20e06be86b9766326b4bda72a3fe209
server/config/keys-example.js
server/config/keys-example.js
JavaScript
<|file_sep|>original/.travis.yml language: ruby script: "bundle exec rspec" rvm: - 1.9.3 - 2.0.0 - 2.1.2 - jruby-19mode - jruby-head - rbx-2 - ruby-head gemfile: - gemfiles/actionpack3.2.gemfile - gemfiles/actionpack4.0.gemfile - gemfiles/actionpack4.1.gemfile - gemfiles/actionpack4.2.gemfile - ...
sudo: false cache: bundler language: ruby script: "bundle exec rspec" rvm: - 1.9.3 - 2.0.0 - 2.1.2 - jruby-19mode - jruby-head - rbx-2 - ruby-head gemfile: - gemfiles/actionpack3.2.gemfile - gemfiles/actionpack4.0.gemfile - gemfiles/actionpack4.1.gemfile - gemfiles/actionpack4.2.gemfile - gemfil...
<|file_sep|>original/.travis.yml language: ruby script: "bundle exec rspec" rvm: - 1.9.3 - 2.0.0 - 2.1.2 - jruby-19mode - jruby-head - rbx-2 - ruby-head gemfile: - gemfiles/actionpack3.2.gemfile - gemfiles/actionpack4.0.gemfile - gemfiles/actionpack4.1.gemfile - gemfiles/actionpack4.2.gemfile - ...
ede0eb1969176e93c9fe245f39d6cd4f319f9459
.travis.yml
.travis.yml
YAML
<|file_sep|>original/README.md High level project goals: - [x] Download and cache pages - [x] Don't require a network connection for anything besides updating the cache - [x] Command line interface similar or equivalent to the [NodeJS client][tldr-node-client] - [x] Be fast - [ ] Support all major platforms ## Buildi...
High level project goals: - [x] Download and cache pages - [x] Don't require a network connection for anything besides updating the cache - [x] Command line interface similar or equivalent to the [NodeJS client][tldr-node-client] - [x] Be fast - [ ] Support all major platforms ## Building tldr-rs requires at least R...
<|file_sep|>original/README.md High level project goals: - [x] Download and cache pages - [x] Don't require a network connection for anything besides updating the cache - [x] Command line interface similar or equivalent to the [NodeJS client][tldr-node-client] - [x] Be fast - [ ] Support all major platforms ## Buildi...
8be166a0dc5cad9d93ff5919fc55eea4b7d1fbfd
README.md
README.md
Markdown