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|>bin/clean_unused_headers.py.diff original: header_versions = map(lambda x: find_group(HEADER_PATTERN, x), header_pkgs) image_versions = map(lambda x: find_group(IMAGE_PATTERN, x), image_pkgs) print(header_pkgs) print(image_pkgs) updated: header_versions = dict(map( lambda x: (fin...
def main(): packages = list(get_all_packages()) header_pkgs = filter(lambda x: HEADER_PATTERN.match(x), packages) image_pkgs = filter(lambda x: IMAGE_PATTERN.match(x), packages) header_versions = dict(map( lambda x: (find_group(HEADER_PATTERN, x), x), header_pkgs)) image_versions = ...
<|file_sep|>bin/clean_unused_headers.py.diff original: header_versions = map(lambda x: find_group(HEADER_PATTERN, x), header_pkgs) image_versions = map(lambda x: find_group(IMAGE_PATTERN, x), image_pkgs) print(header_pkgs) print(image_pkgs) updated: header_versions = dict(map( lambda x: (fin...
bdcaaf4ab999c51a6633b7e72971d7594de0b66b
bin/clean_unused_headers.py
bin/clean_unused_headers.py
Python
<|file_sep|>original/_includes/head.html <head> <!-- Meta --> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="generator" content="{{ site.content }}"> <title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> ...
<head> <!-- Meta --> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="generator" content="{{ site.content }}"> <title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <!-- CSS & fonts --> <link rel="styles...
<|file_sep|>original/_includes/head.html <head> <!-- Meta --> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="generator" content="{{ site.content }}"> <title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> ...
6dde161d6eaa08f278c141a6bbe9bc667d929f7c
_includes/head.html
_includes/head.html
HTML
<|file_sep|>original/validation-test/Evolution/README.md <|file_sep|>current/validation-test/Evolution/README.md <|file_sep|>updated/validation-test/Evolution/README.md
# Resilient Library Evolution Tests This directory tests for the correctness of *resilience*, which is a broad term for Swift maximizing binary compatibility of a dependency while maintaining the freedom to do things that would normally break clients in other languages, such as changing the layout of nominal types...
<|file_sep|>original/validation-test/Evolution/README.md <|file_sep|>current/validation-test/Evolution/README.md <|file_sep|>updated/validation-test/Evolution/README.md # Resilient Library Evolution Tests This directory tests for the correctness of *resilience*, which is a broad term for Swift maximizing binary comp...
81fb079f9f862a7ece15f9dfaad0fcf1fed74363
validation-test/Evolution/README.md
validation-test/Evolution/README.md
Markdown
<|file_sep|>original/.travis.yml install: # - pip3 install codecov pyyaml - pip3 install pyyaml script: - python3 -m unittest discover # - python3 -m doctest README.adoc # - coverage run --source pylibofp -m test #after_success: # - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then codecov; fi before_install...
install: # - pip3 install codecov pyyaml - pip3 install pyyaml script: - python3 -m unittest discover # - python3 -m doctest README.adoc # - coverage run --source pylibofp -m test #after_success: # - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then codecov; fi before_install: # Install libofp from launchp...
<|file_sep|>original/.travis.yml install: # - pip3 install codecov pyyaml - pip3 install pyyaml script: - python3 -m unittest discover # - python3 -m doctest README.adoc # - coverage run --source pylibofp -m test #after_success: # - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then codecov; fi before_install...
2cd37694f6c0c696eca2a2469398c095653d0ca7
.travis.yml
.travis.yml
YAML
<|file_sep|>PUBLISH.md.diff original: updated: - Write a changelog entry. <|file_sep|>original/PUBLISH.md Steps to publish a new clippy version - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`). - Run `./pre_publish.sh` - Write a changelog entry. - Review and co...
Steps to publish a new clippy version - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`). - Write a changelog entry. - Run `./pre_publish.sh` - Review and commit all changed files - `git push` - Wait for Travis's approval. - Merge. - `cargo publish` in `./clippy_c...
<|file_sep|>PUBLISH.md.diff original: updated: - Write a changelog entry. <|file_sep|>original/PUBLISH.md Steps to publish a new clippy version - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`). - Run `./pre_publish.sh` - Write a changelog entry. - Review and co...
baa34955db93c564124c79cf62a74dc5304a4d84
PUBLISH.md
PUBLISH.md
Markdown
<|file_sep|>packages/mo/modify-fasta.yaml.diff original: hash: a9daa9c5507c0bb103e2c65014adf8b331eb8242ae683d6faf1eec22b8670a1a updated: hash: 0e7e5f7041233e49cceff68ad661f2e11f50e5716053fb8809032e8e57113da9 <|file_sep|>packages/mo/modify-fasta.yaml.diff original: - '0.8.1.2' updated: - '0.8.1.3' <|file_sep|>original/p...
text: -any text-show: -any containers: ! '>=0.5' modify-fasta: -any pipes: ! '>=4.1' regex-tdfa: ! '>=1.2' mtl: ! '>=2.1' optparse-applicative: ! '>=0.11' fasta: -any all-versions: - '0.8.0.0' - '0.8.0.1' - '0.8.0.2' - '0.8.0.3' - '0.8.0.4' - '0.8.1.3' author: GregorySchwartz latest: '0.8.1.3' descrip...
<|file_sep|>packages/mo/modify-fasta.yaml.diff original: hash: a9daa9c5507c0bb103e2c65014adf8b331eb8242ae683d6faf1eec22b8670a1a updated: hash: 0e7e5f7041233e49cceff68ad661f2e11f50e5716053fb8809032e8e57113da9 <|file_sep|>packages/mo/modify-fasta.yaml.diff original: - '0.8.1.2' updated: - '0.8.1.3' <|file_sep|>original/p...
5365ce4d27b5d4ce7f4b687aa8273d4fe3a8e7b2
packages/mo/modify-fasta.yaml
packages/mo/modify-fasta.yaml
YAML
<|file_sep|>original/3RVX/Controllers/Volume/VolumeController.h /// Retrieves the current volume level as a float, ranging from 0.0 - 1.0 /// </summary> virtual float Volume() = 0; /// <summary>Sets the volume level. Valid range: 0.0 - 1.0</summary> virtual void Volume(float vol) = 0; virtual ...
virtual float Volume() = 0; /// <summary>Sets the volume level. Valid range: 0.0 - 1.0</summary> virtual void Volume(float vol) = 0; virtual bool Muted() = 0; virtual void Muted(bool mute) = 0; virtual void ToggleMute() { (Muted() == true) ? Muted(false) : Muted(true); } virtu...
<|file_sep|>original/3RVX/Controllers/Volume/VolumeController.h /// Retrieves the current volume level as a float, ranging from 0.0 - 1.0 /// </summary> virtual float Volume() = 0; /// <summary>Sets the volume level. Valid range: 0.0 - 1.0</summary> virtual void Volume(float vol) = 0; virtual ...
e838c93903d30eb03b606b9932a2072df0061060
3RVX/Controllers/Volume/VolumeController.h
3RVX/Controllers/Volume/VolumeController.h
C
<|file_sep|>test/ELF/gc-sections-eh.s.diff original: updated: <|file_sep|>test/ELF/gc-sections-eh.s.diff original: updated: # RUN: llvm-objdump --dwarf=frames %t2 | FileCheck --check-prefix=EH %s # RUN: ld.lld %t -o %t3 # RUN: llvm-readobj -t %t3 | FileCheck --check-prefix=NOGC %s # RUN: llvm-objdump --dwarf=frames...
# RUN: ld.lld %t -o %t2 --gc-sections # RUN: llvm-readobj -t %t2 | FileCheck %s # RUN: llvm-objdump --dwarf=frames %t2 | FileCheck --check-prefix=EH %s # RUN: ld.lld %t -o %t3 # RUN: llvm-readobj -t %t3 | FileCheck --check-prefix=NOGC %s # RUN: llvm-objdump --dwarf=frames %t3 | FileCheck --check-prefix=EHNOGC %s # C...
<|file_sep|>test/ELF/gc-sections-eh.s.diff original: updated: <|file_sep|>test/ELF/gc-sections-eh.s.diff original: updated: # RUN: llvm-objdump --dwarf=frames %t2 | FileCheck --check-prefix=EH %s # RUN: ld.lld %t -o %t3 # RUN: llvm-readobj -t %t3 | FileCheck --check-prefix=NOGC %s # RUN: llvm-objdump --dwarf=frames...
a3ec2f0653e6b03a650aab6d3b052dd0b68010e2
test/ELF/gc-sections-eh.s
test/ELF/gc-sections-eh.s
GAS
<|file_sep|>original/src/Console/Application.php <?php namespace Cffie\Console; use Cffie\Command\CffCommand; use Cffie\Command\QueryCommand; use Symfony\Component\Console\Application as BaseApplication; class Application extends BaseApplication { protected function getDefaultCommands() { $commands =...
<?php namespace Cffie\Console; use Cffie\Command\CffCommand; use Cffie\Command\QueryCommand; use Symfony\Component\Console\Application as BaseApplication; class Application extends BaseApplication { public function __construct() { parent::__construct('CFFie', 'dev'); } protected function get...
<|file_sep|>original/src/Console/Application.php <?php namespace Cffie\Console; use Cffie\Command\CffCommand; use Cffie\Command\QueryCommand; use Symfony\Component\Console\Application as BaseApplication; class Application extends BaseApplication { protected function getDefaultCommands() { $commands =...
50136c3eae9ab8a4a0eeabe7de38a8b7609ef4c6
src/Console/Application.php
src/Console/Application.php
PHP
<|file_sep|>binary-search/src/lib.rs.diff original: pub fn find<T: PartialEq>(array: &[T], item: T) -> Option<usize> { updated: pub fn find<T: PartialOrd>(array: &[T], item: T) -> Option<usize> { <|file_sep|>binary-search/src/lib.rs.diff original: fn find_by_ref<T: PartialEq>(array: &[T], item: &T) -> Option<usize> { u...
pub fn find<T: PartialOrd>(array: &[T], item: T) -> Option<usize> { find_by_ref(array, &item) } fn find_by_ref<T: PartialOrd>(array: &[T], item: &T) -> Option<usize> { if array.is_empty() { return None; } let index = array.len() / 2; if *item == array[index] { Some(index) } el...
<|file_sep|>binary-search/src/lib.rs.diff original: pub fn find<T: PartialEq>(array: &[T], item: T) -> Option<usize> { updated: pub fn find<T: PartialOrd>(array: &[T], item: T) -> Option<usize> { <|file_sep|>binary-search/src/lib.rs.diff original: fn find_by_ref<T: PartialEq>(array: &[T], item: &T) -> Option<usize> { u...
8c10af24b839e8a7ec2d7920f710c985199b17ee
binary-search/src/lib.rs
binary-search/src/lib.rs
Rust
<|file_sep|>original/app/src/main/res/values/styles.xml <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="preferenceTheme">@style/PreferenceThemeOverlay</item> <item name="drawerArrowStyle">@style/DrawerStyle</item> ...
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="preferenceTheme">@style/PreferenceThemeOverlay</item> <item name="colorControlNormal">@color/title_color</item> <item name="drawerArrowStyle">@style/DrawerStyle</...
<|file_sep|>original/app/src/main/res/values/styles.xml <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="preferenceTheme">@style/PreferenceThemeOverlay</item> <item name="drawerArrowStyle">@style/DrawerStyle</item> ...
c67c7aefcfa661138ca2940e226dcb8b736e3526
app/src/main/res/values/styles.xml
app/src/main/res/values/styles.xml
XML
<|file_sep|>original/activerecord/lib/rails/generators/active_record/migration.rb "db/migrate" end end def default_migrate_path Rails.application.config.paths["db/migrate"].to_ary.first end def configured_migrate_path return unless database = o...
"db/migrate" end end def default_migrate_path Rails.application.config.paths["db/migrate"].to_ary.first end def configured_migrate_path return unless database = options[:database] config = ActiveRecord::Base.configurations.configs_fo...
<|file_sep|>original/activerecord/lib/rails/generators/active_record/migration.rb "db/migrate" end end def default_migrate_path Rails.application.config.paths["db/migrate"].to_ary.first end def configured_migrate_path return unless database = o...
16238925829470c29e82c2475f4b3c18dc9fa496
activerecord/lib/rails/generators/active_record/migration.rb
activerecord/lib/rails/generators/active_record/migration.rb
Ruby
<|file_sep|>Portal.CMS.Web/Areas/Admin/Views/Copy/_Copy.cshtml.diff original: selector: '#copy-@(Model.CopyId).admin', inline: true, plugins: ['advlist autolink lists link image charmap anchor searchreplace visualblocks code fullscreen media table contextmenu paste'], updated: selector: '.copy-@...
$(document).ready(function () { tinymce.init({ selector: '.copy-@(Model.CopyId).admin', inline: true, plugins: ['advlist autolink lists link image charmap anchor searchreplace visualblocks code fullscreen media table contextmenu paste'], toolbar: 'undo redo | styleselect | bold itali...
<|file_sep|>Portal.CMS.Web/Areas/Admin/Views/Copy/_Copy.cshtml.diff original: selector: '#copy-@(Model.CopyId).admin', inline: true, plugins: ['advlist autolink lists link image charmap anchor searchreplace visualblocks code fullscreen media table contextmenu paste'], updated: selector: '.copy-@...
19c925517b59a9fd25b2f51eb5daaa676a1f5dbf
Portal.CMS.Web/Areas/Admin/Views/Copy/_Copy.cshtml
Portal.CMS.Web/Areas/Admin/Views/Copy/_Copy.cshtml
C#
<|file_sep|>original/tests/test_cardxml.py <|file_sep|>current/tests/test_cardxml.py <|file_sep|>updated/tests/test_cardxml.py
from hearthstone.enums import GameTag, Rarity import utils def test_all_tags_known(): """ Iterate through the card database and check that all specified GameTags are known in hearthstone.enums.GameTag """ unknown_tags = set() known_tags = list(GameTag) known_rarities = list(Rarity) # Check the db loaded cor...
<|file_sep|>original/tests/test_cardxml.py <|file_sep|>current/tests/test_cardxml.py <|file_sep|>updated/tests/test_cardxml.py from hearthstone.enums import GameTag, Rarity import utils def test_all_tags_known(): """ Iterate through the card database and check that all specified GameTags are known in hearthston...
3279d68859d947f2e618e2770a9fd1b7ce3f26c9
tests/test_cardxml.py
tests/test_cardxml.py
Python
<|file_sep|>original/packages/rocketchat-markdown/package.js 'ecmascript', 'underscore', 'templating', 'underscorestring:underscore.string', 'rocketchat:lib' ]); api.addFiles('settings.js', 'server'); api.addFiles('markdown.js'); api.addFiles('markdowncode.js'); }); Package.onTest(function(api) { api.u...
Package.describe({ name: 'rocketchat:markdown', version: '0.0.1', summary: 'Message pre-processor that will process selected markdown notations', git: '' }); Package.onUse(function(api) { api.use([ 'ecmascript', 'underscore', 'templating', 'underscorestring:underscore.string', 'rocketchat:lib' ]); ap...
<|file_sep|>original/packages/rocketchat-markdown/package.js 'ecmascript', 'underscore', 'templating', 'underscorestring:underscore.string', 'rocketchat:lib' ]); api.addFiles('settings.js', 'server'); api.addFiles('markdown.js'); api.addFiles('markdowncode.js'); }); Package.onTest(function(api) { api.u...
3824f97c63e2f659c6e3294c3a8b04e2ec6f9c8a
packages/rocketchat-markdown/package.js
packages/rocketchat-markdown/package.js
JavaScript
<|file_sep|>original/setup.cfg [flake8] ignore = E302 max-line-length = 119 [nosetests] logging-level = ERROR <|file_sep|>current/setup.cfg [flake8] ignore = E302 max-line-length = 119 [nosetests] logging-level = ERROR <|file_sep|>updated/setup.cfg
[flake8] ignore = E302 max-line-length = 119 [nosetests] logging-level = ERROR [bdist_wheel] universal = 1 [metadata] license_file = LICENSE
<|file_sep|>original/setup.cfg [flake8] ignore = E302 max-line-length = 119 [nosetests] logging-level = ERROR <|file_sep|>current/setup.cfg [flake8] ignore = E302 max-line-length = 119 [nosetests] logging-level = ERROR <|file_sep|>updated/setup.cfg [flake8] ignore = E302 max-line-length = 119 [nosetests] logging-lev...
2a58c3efbe284b7bb637393b8b58803b87a0e928
setup.cfg
setup.cfg
INI
<|file_sep|>original/static/js/glossary.js function replace() { var watch_words = { 'Bill': 'a thing', 'Activity': 'an action', }; function span_wrap(text) { return ' <span class="glossary" title="' + watch_words[text] + '">' + text + '</span> '; } var keys = $.map(watch_words, function(element,in...
function replace() { var watch_words = { 'Senate Bill': 'a thing', 'Activity': 'an action', }; function span_wrap(text) { return ' <span class="glossary" title="' + watch_words[text] + '">' + text + '</span> '; } var keys = $.map(watch_words, function(element,index) {return index}); var re = Reg...
<|file_sep|>original/static/js/glossary.js function replace() { var watch_words = { 'Bill': 'a thing', 'Activity': 'an action', }; function span_wrap(text) { return ' <span class="glossary" title="' + watch_words[text] + '">' + text + '</span> '; } var keys = $.map(watch_words, function(element,in...
ef22e27c414024f81a6611d576aa1c8a9840cc33
static/js/glossary.js
static/js/glossary.js
JavaScript
<|file_sep|>original/manifests/cf-manifest/env-specific/prod.yml --- cell_instances: 42 router_instances: 3 api_instances: 4 doppler_instances: 12 <|file_sep|>current/manifests/cf-manifest/env-specific/prod.yml --- cell_instances: 42 router_instances: 3 api_instances: 4 doppler_instances: 12 <|file_sep|>updated/manifes...
--- cell_instances: 39 router_instances: 3 api_instances: 4 doppler_instances: 12
<|file_sep|>original/manifests/cf-manifest/env-specific/prod.yml --- cell_instances: 42 router_instances: 3 api_instances: 4 doppler_instances: 12 <|file_sep|>current/manifests/cf-manifest/env-specific/prod.yml --- cell_instances: 42 router_instances: 3 api_instances: 4 doppler_instances: 12 <|file_sep|>updated/manifes...
3e5c01ccecd96da82f4ce02839d116770c623452
manifests/cf-manifest/env-specific/prod.yml
manifests/cf-manifest/env-specific/prod.yml
YAML
<|file_sep|>turtlebot/turtlebot_moveit_config/launch/trajectory_execution.launch.xml.diff original: updated: <!--TODO: On the Joule with all nodes running we need to determine approxmiate duration_scaling for successful execution or disable monitoring all together. This can be done with rqt with each run...
<!-- This file makes it easy to include the settings for trajectory execution --> <!-- Flag indicating whether MoveIt! is allowed to load/unload or switch controllers --> <arg name="moveit_manage_controllers" default="true"/> <param name="moveit_manage_controllers" value="$(arg moveit_manage_controllers)"/...
<|file_sep|>turtlebot/turtlebot_moveit_config/launch/trajectory_execution.launch.xml.diff original: updated: <!--TODO: On the Joule with all nodes running we need to determine approxmiate duration_scaling for successful execution or disable monitoring all together. This can be done with rqt with each run...
11e69e6d8c416cde9bde94844f66f4a7031f63bb
turtlebot/turtlebot_moveit_config/launch/trajectory_execution.launch.xml
turtlebot/turtlebot_moveit_config/launch/trajectory_execution.launch.xml
XML
<|file_sep|>original/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0 PyYAML==3.12 pytest==3.1.3 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.1 pandas==0.20.3 matplotlib==2.0.2 jupyter==1.0.0 ipy...
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0 PyYAML==3.12 pytest==3.2.1 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.1 pandas==0.20.3 matplotlib==2.0.2 jupyter==1.0.0 ipywidgets==7.0.0b2 opencv-contrib-python==3...
<|file_sep|>original/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.3 cryptography==2.0 PyYAML==3.12 pytest==3.1.3 pytest-runner==2.11.1 sphinxcontrib-napoleon==0.6.1 numpy==1.13.1 pandas==0.20.3 matplotlib==2.0.2 jupyter==1.0.0 ipy...
3b8ad6c6d4991a9da7d8f95a74a83ba131595364
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>Lib/scipy_version.py.diff original: #try: # from __svn_version__ import version as svn_revision # scipy_version = '%(major)d.%(minor)d.%(micro)d_%(svn_revision)s'\ # % (locals ()) #except ImportError,msg: # svn_revision = 0 updated: <|file_sep|>original/Lib/scipy_version.py majo...
major = 0 minor = 4 micro = 3 scipy_version = '%(major)d.%(minor)d.%(micro)d' % (locals ()) import os svn_version_file = os.path.join(os.path.dirname(__file__), '__svn_version__.py') if os.path.isfile(svn_version_file): import imp svn = imp.load_module('scipy.__svn_version__',...
<|file_sep|>Lib/scipy_version.py.diff original: #try: # from __svn_version__ import version as svn_revision # scipy_version = '%(major)d.%(minor)d.%(micro)d_%(svn_revision)s'\ # % (locals ()) #except ImportError,msg: # svn_revision = 0 updated: <|file_sep|>original/Lib/scipy_version.py majo...
3bcec41a2dd9d5a43ce4d51379783d5f398f7571
Lib/scipy_version.py
Lib/scipy_version.py
Python
<|file_sep|>original/this_app/templates/base.html <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{% block title %}{% endblock %}</title> <!-- Bootstrap core CSS...
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{% block title %}{% endblock %}</title> <!-- Bootstrap core CSS --> <link href="https://maxcdn.bootstrapc...
<|file_sep|>original/this_app/templates/base.html <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{% block title %}{% endblock %}</title> <!-- Bootstrap core CSS...
2c97cf521e204f8b2fecd61a255370fb090889d5
this_app/templates/base.html
this_app/templates/base.html
HTML
<|file_sep|>original/requirements.txt cherrypy==17.3.0 celery==4.1.1 python-dateutil==2.6.0 psycopg2 py3k-bcrypt==0.3 stripe==2.42.0 pytz==2017.2 alembic==0.9.1 treepoem==1.0.1 email_validator==1.0.2 phonenumbers==8.8.1 pockets==0.6.2 residue==0.2.8 XlsxWriter==1.0.2 uszipcode==0.2.6 geopy==1.11.0 twilio==6.10.0 cherry...
cherrypy==17.3.0 celery==5.2.2 python-dateutil==2.6.0 psycopg2 py3k-bcrypt==0.3 stripe==2.42.0 pytz==2017.2 alembic==0.9.1 treepoem==1.0.1 email_validator==1.0.2 phonenumbers==8.8.1 pockets==0.6.2 residue==0.2.8 XlsxWriter==1.0.2 uszipcode==0.2.6 geopy==1.11.0 twilio==6.10.0 cherrys==0.4 redis==2.10.6 ics==0.4 Pillow==...
<|file_sep|>original/requirements.txt cherrypy==17.3.0 celery==4.1.1 python-dateutil==2.6.0 psycopg2 py3k-bcrypt==0.3 stripe==2.42.0 pytz==2017.2 alembic==0.9.1 treepoem==1.0.1 email_validator==1.0.2 phonenumbers==8.8.1 pockets==0.6.2 residue==0.2.8 XlsxWriter==1.0.2 uszipcode==0.2.6 geopy==1.11.0 twilio==6.10.0 cherry...
116e87cab427785a9f228dd04f9ce4ef061fc146
requirements.txt
requirements.txt
Text
<|file_sep|>original/package.json }, "dependencies": { "express": "4.0.0", "node-oauth2-server": "2.1.0", "static-favicon": "1.0.0", "morgan": "1.0.0", "cookie-parser": "1.0.1", "body-parser": "1.0.0", "debug": "0.7.4", "dotenv": "0.2.8", "jade": ...
"dependencies": { "express": "4.0.0", "node-oauth2-server": "2.1.0", "static-favicon": "1.0.0", "morgan": "1.0.0", "cookie-parser": "1.0.1", "body-parser": "1.0.0", "debug": "0.7.4", "dotenv": "0.2.8", "jade": "1.3.0", "stylus": ...
<|file_sep|>original/package.json }, "dependencies": { "express": "4.0.0", "node-oauth2-server": "2.1.0", "static-favicon": "1.0.0", "morgan": "1.0.0", "cookie-parser": "1.0.1", "body-parser": "1.0.0", "debug": "0.7.4", "dotenv": "0.2.8", "jade": ...
9246a19b701adb925c5cbaa3628f93b5a3c9b6f0
package.json
package.json
JSON
<|file_sep|>original/html2text.php * * * Contributors: * Jevon Wright - initial API and implementation ****************************************************************************/ /** * This file is available if you still want to use functions rather than * autoloading classes. */ require_once(__DIR__ . "...
* * * Contributors: * Jevon Wright - initial API and implementation ****************************************************************************/ /** * This file is available if you still want to use functions rather than * autoloading classes. */ require_once(__DIR__ . "/src/Html2Text.php"); require_once(...
<|file_sep|>original/html2text.php * * * Contributors: * Jevon Wright - initial API and implementation ****************************************************************************/ /** * This file is available if you still want to use functions rather than * autoloading classes. */ require_once(__DIR__ . "...
de7fbcf2e68220b982d8390bf0bca4e1b3d91595
html2text.php
html2text.php
PHP
<|file_sep|>original/composer.json } ], "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "autoload-dev": { "psr-4": { "MyCLabs\\Tests\\Enum\\": "tests/" } }, "require": { "php": ">=7.1", "ext-json": "*" },...
} ], "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "autoload-dev": { "psr-4": { "MyCLabs\\Tests\\Enum\\": "tests/" } }, "require": { "php": ">=7.1", "ext-json": "*" }, "require-dev": { "phpu...
<|file_sep|>original/composer.json } ], "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "autoload-dev": { "psr-4": { "MyCLabs\\Tests\\Enum\\": "tests/" } }, "require": { "php": ">=7.1", "ext-json": "*" },...
0f7ae5f21f8bc776815891f9b0d7530f7b735513
composer.json
composer.json
JSON
<|file_sep|>original/circle.yml PROJECT_GOPATH: "${HOME}/.go_project" PROJECT_PARENT_PATH: "${PROJECT_GOPATH}/src/github.com/${CIRCLE_PROJECT_USERNAME}" PROJECT_PATH: "${PROJECT_PARENT_PATH}/${CIRCLE_PROJECT_REPONAME}" GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${PROJECT_GOPATH}" dependenci...
PROJECT_GOPATH: "${HOME}/.go_project" PROJECT_PARENT_PATH: "${PROJECT_GOPATH}/src/github.com/${CIRCLE_PROJECT_USERNAME}" PROJECT_PATH: "${PROJECT_PARENT_PATH}/${CIRCLE_PROJECT_REPONAME}" GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${PROJECT_GOPATH}" dependencies: pre: - sudo add-apt-re...
<|file_sep|>original/circle.yml PROJECT_GOPATH: "${HOME}/.go_project" PROJECT_PARENT_PATH: "${PROJECT_GOPATH}/src/github.com/${CIRCLE_PROJECT_USERNAME}" PROJECT_PATH: "${PROJECT_PARENT_PATH}/${CIRCLE_PROJECT_REPONAME}" GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${PROJECT_GOPATH}" dependenci...
85c6872a0e644c1eccc8abc128807ef1761dcef1
circle.yml
circle.yml
YAML
<|file_sep|>original/packages/li/libinfluxdb.yaml <|file_sep|>current/packages/li/libinfluxdb.yaml <|file_sep|>updated/packages/li/libinfluxdb.yaml
homepage: '' changelog-type: '' hash: 0a93d6de0e543b10940a3905a74e726c881695de6cc150bc803b518188027396 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: libinfluxdb changelog: '' basic-deps: http-client: -any stm: -any base: ! '>=4.8 && <4.9' text: -any clock: -any resource-pool: -any con...
<|file_sep|>original/packages/li/libinfluxdb.yaml <|file_sep|>current/packages/li/libinfluxdb.yaml <|file_sep|>updated/packages/li/libinfluxdb.yaml homepage: '' changelog-type: '' hash: 0a93d6de0e543b10940a3905a74e726c881695de6cc150bc803b518188027396 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: ...
23358a834ca3c4b0071ce4b91ed8b31f70d95425
packages/li/libinfluxdb.yaml
packages/li/libinfluxdb.yaml
YAML
<|file_sep|>original/package.json "loader", "template" ], "author": "Vasily Ostanin <bazilio91@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bazilio91/ejs-compiled-loader/issues" }, "homepage": "https://github.com/bazilio91/ejs-compiled-loader", "dependencies": { "ejs...
"loader", "template" ], "author": "Vasily Ostanin <bazilio91@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bazilio91/ejs-compiled-loader/issues" }, "homepage": "https://github.com/bazilio91/ejs-compiled-loader", "dependencies": { "ejs": "^2.0.0", "html-minifier": ...
<|file_sep|>original/package.json "loader", "template" ], "author": "Vasily Ostanin <bazilio91@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bazilio91/ejs-compiled-loader/issues" }, "homepage": "https://github.com/bazilio91/ejs-compiled-loader", "dependencies": { "ejs...
dcb48eed05b124bca2cc04466dd36f11314814fb
package.json
package.json
JSON
<|file_sep|>requirements_dev.txt.diff original: flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 updated: flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.5 <|file_sep|>original/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 ...
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.5 pytest==3.3.1 pytest-runner==2.11.1
<|file_sep|>requirements_dev.txt.diff original: flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 updated: flake8==3.5.0 tox==2.9.1 coverage==4.4.2 Sphinx==1.6.5 <|file_sep|>original/requirements_dev.txt pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 ...
dff9e3c30c2b267c92caf84bd54ea61067c4d226
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>original/package.json { "name": "stream-playground", "version": "0.0.0", "description": "Explore Node.js streams with an interactive playground.", "main": "lego-streams.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "NODE_ENV=production naught start --wor...
{ "name": "stream-playground", "version": "0.0.0", "description": "Explore Node.js streams with an interactive playground.", "main": "lego-streams.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "NODE_ENV=production naught start --worker-count 1 --log logs/naught.log ...
<|file_sep|>original/package.json { "name": "stream-playground", "version": "0.0.0", "description": "Explore Node.js streams with an interactive playground.", "main": "lego-streams.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "NODE_ENV=production naught start --wor...
95fdbe634bb9a0e6c2c462807dc30daecd2a0ebb
package.json
package.json
JSON
<|file_sep|>original/pkgs/all-pkgs/xmlto/default.nix , makeWrapper , getopt , libxml2 }: stdenv.mkDerivation rec { name = "xmlto-0.0.28"; src = fetchurl { url = "http://fedorahosted.org/releases/x/m/xmlto/${name}.tar.bz2"; sha256 = "0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"; }; buildInpu...
, makeWrapper , getopt , libxml2 }: stdenv.mkDerivation rec { name = "xmlto-0.0.28"; src = fetchurl { url = "https://fedorahosted.org/releases/x/m/xmlto/${name}.tar.bz2"; multihash = "QmQddXXS6g9PUpw1Z5HDBHTX8gg7hcwKs3KYSWqXaUkMM2"; sha256 = "0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"; }...
<|file_sep|>original/pkgs/all-pkgs/xmlto/default.nix , makeWrapper , getopt , libxml2 }: stdenv.mkDerivation rec { name = "xmlto-0.0.28"; src = fetchurl { url = "http://fedorahosted.org/releases/x/m/xmlto/${name}.tar.bz2"; sha256 = "0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"; }; buildInpu...
94da635315bfd60f6fd68f69194a45c782abf1b5
pkgs/all-pkgs/xmlto/default.nix
pkgs/all-pkgs/xmlto/default.nix
Nix
<|file_sep|>src/helpers/find-root.js.diff original: updated: import isGlob from 'is-glob' <|file_sep|>original/src/helpers/find-root.js 'use babel' import Path from 'path' import {getDir, findFile} from './common' import {CONFIG_FILE_NAME} from '../defaults' export function findRoot(path, options) { if (options.ro...
'use babel' import Path from 'path' import {getDir, findFile} from './common' import {CONFIG_FILE_NAME} from '../defaults' import isGlob from 'is-glob' export function findRoot(path, options) { if (options.root !== null) { return options.root } const searchPath = getDir(isGlob(path) ? options.cwd : path) ...
<|file_sep|>src/helpers/find-root.js.diff original: updated: import isGlob from 'is-glob' <|file_sep|>original/src/helpers/find-root.js 'use babel' import Path from 'path' import {getDir, findFile} from './common' import {CONFIG_FILE_NAME} from '../defaults' export function findRoot(path, options) { if (options.ro...
56c9ee0611428ec8db267d293d93d63f11b8021a
src/helpers/find-root.js
src/helpers/find-root.js
JavaScript
<|file_sep|>original/.travis.yml language: python python: - "2.7" - "3.2" - "3.3" install: - easy_install -U setuptools - python setup.py -q install - pip install nose coverage nose-testconfig coveralls webtest script: nosetests --nologcapture --config nose_cover.cfg --tc-file nose_travis.ini after_success: ...
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 install: - easy_install -U setuptools - python setup.py -q install - pip install nose coverage nose-testconfig coveralls webtest script: nosetests --nologcapture --config nose_cover.cfg --tc-file nose_travis.ini after_success: coveralls
<|file_sep|>original/.travis.yml language: python python: - "2.7" - "3.2" - "3.3" install: - easy_install -U setuptools - python setup.py -q install - pip install nose coverage nose-testconfig coveralls webtest script: nosetests --nologcapture --config nose_cover.cfg --tc-file nose_travis.ini after_success: ...
1fd5e118fcd503f763346c0cd618fb357d3bad82
.travis.yml
.travis.yml
YAML
<|file_sep|>original/chrome/test/data/valgrind/ui_tests.gtest.txt SessionRestoreUITest.* # Buggy test; see http://crbug.com/6522 DownloadTest.UnknownSize # Flakily hangs on Linux ErrorPageTest.DNSError_GoBack2AndForward # Flaky timeout on Linux; see http://crbug.com/22927 UnloadTest.BrowserCloseInfiniteBeforeUnload Unl...
ErrorPageTest.DNSError_GoBack2AndForward # Flaky timeout on Linux; see http://crbug.com/22927 UnloadTest.BrowserCloseInfiniteBeforeUnload UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert # This test hangs under Valgrind; # See http://crbug.com/25917 and http://crbug.com/22608 WorkerTest.LimitTotal # Don't run referen...
<|file_sep|>original/chrome/test/data/valgrind/ui_tests.gtest.txt SessionRestoreUITest.* # Buggy test; see http://crbug.com/6522 DownloadTest.UnknownSize # Flakily hangs on Linux ErrorPageTest.DNSError_GoBack2AndForward # Flaky timeout on Linux; see http://crbug.com/22927 UnloadTest.BrowserCloseInfiniteBeforeUnload Unl...
1496f25be6fdd95af3a9329c8c375056b7808822
chrome/test/data/valgrind/ui_tests.gtest.txt
chrome/test/data/valgrind/ui_tests.gtest.txt
Text
<|file_sep|>original/requirements_dev.txt pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.4 cryptography==1.4 PyYAML==3.11 pytest==2.9.2 <|file_sep|>current/requirements_dev.txt pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==...
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.4 cryptography==1.4 PyYAML==3.12 pytest==2.9.2
<|file_sep|>original/requirements_dev.txt pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.4 cryptography==1.4 PyYAML==3.11 pytest==2.9.2 <|file_sep|>current/requirements_dev.txt pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==...
8d8cc59ca13139cd0a00deb740584f65f64918ae
requirements_dev.txt
requirements_dev.txt
Text
<|file_sep|>original/.travis.yml language: node_js node_js: - "0.11" - "0.10" before_script: - npm install - bower install script: gulp <|file_sep|>current/.travis.yml language: node_js node_js: - "0.11" - "0.10" before_script: - npm install - bower install script: gulp <|file_sep|>updated/.travis.yml
language: node_js node_js: - "0.11" - "0.10" before_script: - npm install -g gulp - npm install -g bower - bower install script: gulp
<|file_sep|>original/.travis.yml language: node_js node_js: - "0.11" - "0.10" before_script: - npm install - bower install script: gulp <|file_sep|>current/.travis.yml language: node_js node_js: - "0.11" - "0.10" before_script: - npm install - bower install script: gulp <|file_sep|>updated/.travis.yml l...
c6dbd1abad9996f559df7570f61d0b5afe0ac1b6
.travis.yml
.travis.yml
YAML
<|file_sep|>original/pelab/bgmon/stopOpsWanetmon.pl <|file_sep|>current/pelab/bgmon/stopOpsWanetmon.pl <|file_sep|>updated/pelab/bgmon/stopOpsWanetmon.pl
#!/usr/bin/perl # # EMULAB-COPYRIGHT # Copyright (c) 2006 University of Utah and the Flux Group. # All rights reserved. # # # kill processes associated with wanetmon on ops # use strict; sub kill_pid($){ my ($pid) = @_; `kill $pid`; my $successresult = `ps -a -o pid | grep $pid`; if( $successresult ...
<|file_sep|>original/pelab/bgmon/stopOpsWanetmon.pl <|file_sep|>current/pelab/bgmon/stopOpsWanetmon.pl <|file_sep|>updated/pelab/bgmon/stopOpsWanetmon.pl #!/usr/bin/perl # # EMULAB-COPYRIGHT # Copyright (c) 2006 University of Utah and the Flux Group. # All rights reserved. # # # kill processes associated with wanetm...
55b7af7996407fb322c2681aedf0fd3eb6017ebe
pelab/bgmon/stopOpsWanetmon.pl
pelab/bgmon/stopOpsWanetmon.pl
Perl
<|file_sep|>original/requirements.txt Cython==0.29.32 feedparser==6.0.10 furl==2.1.3 google-api-python-client==2.55.0 isodate==0.6.1 jq==1.2.2 jsonpath-ng==1.5.3 lxml==4.9.1 Pillow==9.2.0 parsedatetime==2.6 psutil==5.9.1 pyhedrals==0.2.0 pymediawiki==0.7.1 pyre2==0.3.6 python-dateutil==2.8.2 pytimeparse==1.1.8 pyxDamer...
Cython==0.29.32 feedparser==6.0.10 furl==2.1.3 google-api-python-client==2.55.0 isodate==0.6.1 jq==1.2.2 jsonpath-ng==1.5.3 lxml==4.9.1 Pillow==9.2.0 parsedatetime==2.6 psutil==5.9.1 pyhedrals==0.2.0 pymediawiki==0.7.1 pyre2==0.3.6 python-dateutil==2.8.2 pytimeparse==1.1.8 pyxDamerauLevenshtein==1.7.1 regex==2022.7.25 ...
<|file_sep|>original/requirements.txt Cython==0.29.32 feedparser==6.0.10 furl==2.1.3 google-api-python-client==2.55.0 isodate==0.6.1 jq==1.2.2 jsonpath-ng==1.5.3 lxml==4.9.1 Pillow==9.2.0 parsedatetime==2.6 psutil==5.9.1 pyhedrals==0.2.0 pymediawiki==0.7.1 pyre2==0.3.6 python-dateutil==2.8.2 pytimeparse==1.1.8 pyxDamer...
b6b80778f900317d9e7527763c7e31b14a73dc94
requirements.txt
requirements.txt
Text
<|file_sep|>original/nginx/test.justindirose.com server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.html index.htm; # Make site accessible from http://localhost/ server_name localhost,test.justindirose.c...
server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.html index.htm; # Make site accessible from http://localhost/ server_name localhost,test.justindirose.com; location / { # First...
<|file_sep|>original/nginx/test.justindirose.com server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.html index.htm; # Make site accessible from http://localhost/ server_name localhost,test.justindirose.c...
707984868063a8798e5fabec207917ef7c5b368c
nginx/test.justindirose.com
nginx/test.justindirose.com
DIGITAL Command Language
<|file_sep|>src/app/app.component.ts.diff original: import { Component } from '@angular/core'; updated: import {Component, ViewEncapsulation} from '@angular/core'; <|file_sep|>original/src/app/app.component.ts import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.compone...
import {Component, ViewEncapsulation} from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', // styleUrls: ['./app.component.css'] styles: [`h3 {color: lightseagreen;}`], encapsulation: ViewEncapsulation.Emulated // Native, None }) export class AppComponent { }
<|file_sep|>src/app/app.component.ts.diff original: import { Component } from '@angular/core'; updated: import {Component, ViewEncapsulation} from '@angular/core'; <|file_sep|>original/src/app/app.component.ts import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.compone...
49bd1778b60e5331a744588b6548856f98f5e651
src/app/app.component.ts
src/app/app.component.ts
TypeScript
<|file_sep|>original/openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SecurityServicesImplTest.java <|file_sep|>current/openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SecurityServicesImplTest.java <|file_sep|>updated/openstack/net-virt/src/test/java/org/op...
package org.opendaylight.ovsdb.openstack.netvirt.impl; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.mockito.Matchers.anyString; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import java.util.ArrayList; import java.util.Hash...
<|file_sep|>original/openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SecurityServicesImplTest.java <|file_sep|>current/openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SecurityServicesImplTest.java <|file_sep|>updated/openstack/net-virt/src/test/java/org/op...
2fdd2f5ab76d2a556a65a00ab0482c97cc1d0804
openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SecurityServicesImplTest.java
openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SecurityServicesImplTest.java
Java
<|file_sep|>utils.py.diff original: updated: from functools import partial <|file_sep|>utils.py.diff original: updated: if f is None: return partial(_expose, name=name) <|file_sep|>original/utils.py import vx def _expose(f=None, name=None): if name is None: name = f.__name__.lstrip('_') ...
import vx from functools import partial def _expose(f=None, name=None): if f is None: return partial(_expose, name=name) if name is None: name = f.__name__.lstrip('_') if getattr(vx, name, None) is not None: raise AttributeError("Cannot expose duplicate name: '{}'".format(name)) ...
<|file_sep|>utils.py.diff original: updated: from functools import partial <|file_sep|>utils.py.diff original: updated: if f is None: return partial(_expose, name=name) <|file_sep|>original/utils.py import vx def _expose(f=None, name=None): if name is None: name = f.__name__.lstrip('_') ...
96d2e3d47cf193046f68fef859244fd31be2ffa9
utils.py
utils.py
Python
<|file_sep|>original/app/_posts/2015-01-26-double-single-quotes-html.md <|file_sep|>current/app/_posts/2015-01-26-double-single-quotes-html.md <|file_sep|>updated/app/_posts/2015-01-26-double-single-quotes-html.md
--- layout: post type: link title: "Consistent use of double or single quotes in HTML" created: 1422278412 meta_description: "Being consistent when using double or single quotes in HTML will result in smaller file size when gzipping." link_url: "https://labs.kollegorna.se/blog/2015/01/double-single-quotes-html/" link_t...
<|file_sep|>original/app/_posts/2015-01-26-double-single-quotes-html.md <|file_sep|>current/app/_posts/2015-01-26-double-single-quotes-html.md <|file_sep|>updated/app/_posts/2015-01-26-double-single-quotes-html.md --- layout: post type: link title: "Consistent use of double or single quotes in HTML" created: 14222784...
8acb75589538cd5cea8f607097a2ef98d1edef04
app/_posts/2015-01-26-double-single-quotes-html.md
app/_posts/2015-01-26-double-single-quotes-html.md
Markdown
<|file_sep|>original/k8s/pod/rabbitmq-pod.json { "id": "rabbitmq-master", "desiredState": { "manifest": { "version": "v1beta1", "id": "rabbitmq-1", "containers": [{ "name": "rabbitmq", "image": "docker.usersys.redhat.com/larsks/rabbitmq", "ports": [ {"containe...
{ "id": "rabbitmq-master", "desiredState": { "manifest": { "version": "v1beta1", "id": "rabbitmq-1", "containers": [{ "name": "rabbitmq", "image": "kollaglue/fedora-rdo-rabbitmq", "ports": [ {"containerPort": 5672} ] }] } }, "labels": { ...
<|file_sep|>original/k8s/pod/rabbitmq-pod.json { "id": "rabbitmq-master", "desiredState": { "manifest": { "version": "v1beta1", "id": "rabbitmq-1", "containers": [{ "name": "rabbitmq", "image": "docker.usersys.redhat.com/larsks/rabbitmq", "ports": [ {"containe...
cb05bb513bc5dbb2aa0a10a569ee5032515ea382
k8s/pod/rabbitmq-pod.json
k8s/pod/rabbitmq-pod.json
JSON
<|file_sep|>.travis.yml.diff original: updated: - "5.4" <|file_sep|>original/.travis.yml language: php php: - "5.5" before_script: - composer install --dev --no-interaction - cp app/Config/core.example.php app/Config/core.php - cp app/Config/database.travis.php app/Config/database.php - cp app/Config/oauth...
language: php php: - "5.4" - "5.5" - "5.6" - "hhvm" before_script: - composer install --dev --no-interaction - cp app/Config/core.example.php app/Config/core.php - cp app/Config/database.travis.php app/Config/database.php - cp app/Config/oauth.example.php app/Config/oauth.php - mysql -e 'create databa...
<|file_sep|>.travis.yml.diff original: updated: - "5.4" <|file_sep|>original/.travis.yml language: php php: - "5.5" before_script: - composer install --dev --no-interaction - cp app/Config/core.example.php app/Config/core.php - cp app/Config/database.travis.php app/Config/database.php - cp app/Config/oauth...
2213046132033394033564c67d1cc32de390f128
.travis.yml
.travis.yml
YAML
<|file_sep|>redis/client.go.diff original: return true, err // infinite retry updated: return attempt < 10, err <|file_sep|>original/redis/client.go err := try.Do(func(attempt int) (bool, error) { pong, err := client.Ping().Result() if err != nil && pong != "PONG" { log.Printf("Client (%s) not ready, will r...
err := try.Do(func(attempt int) (bool, error) { pong, err := client.Ping().Result() if err != nil && pong != "PONG" { log.Printf("Client (%s) not ready, will retry", client.Options().Addr) } else { log.Printf("Client (%s) ready", client.Options().Addr) } if err != nil { time.Sleep(2 * time.Second) ...
<|file_sep|>redis/client.go.diff original: return true, err // infinite retry updated: return attempt < 10, err <|file_sep|>original/redis/client.go err := try.Do(func(attempt int) (bool, error) { pong, err := client.Ping().Result() if err != nil && pong != "PONG" { log.Printf("Client (%s) not ready, will r...
9c58f02a986e0a263cb184459fd8a98e308018aa
redis/client.go
redis/client.go
Go
<|file_sep|>original/lua/autorun/menubar/mp_options.lua hook.Add( "PopulateMenuBar", "MediaPlayerOptions_MenuBar", function( menubar ) local m = menubar:AddOrGetMenu( "Media Player" ) m:AddCVar( "Fullscreen", "mediaplayer_fullscreen", "1", "0" ) m:AddSpacer() m:AddOption( "Turn Off All", function() for _, mp ...
hook.Add( "PopulateMenuBar", "MediaPlayerOptions_MenuBar", function( menubar ) local m = menubar:AddOrGetMenu( "Media Player" ) m:AddCVar( "Fullscreen", "mediaplayer_fullscreen", "1", "0" ) m:AddSpacer() m:AddOption( "Turn Off All", function() for _, mp in ipairs(MediaPlayer.GetAll()) do MediaPlayer.Reques...
<|file_sep|>original/lua/autorun/menubar/mp_options.lua hook.Add( "PopulateMenuBar", "MediaPlayerOptions_MenuBar", function( menubar ) local m = menubar:AddOrGetMenu( "Media Player" ) m:AddCVar( "Fullscreen", "mediaplayer_fullscreen", "1", "0" ) m:AddSpacer() m:AddOption( "Turn Off All", function() for _, mp ...
9f95817e32ed5ee1feab9a637691973b1918fa9c
lua/autorun/menubar/mp_options.lua
lua/autorun/menubar/mp_options.lua
Lua
<|file_sep|>original/Cargo.toml "Guillaume Gomez <guillaume1.gomez@gmail.com>", ] build = "build.rs" exclude = ["Gir*.toml", "tests/**/*", "*.md"] [dependencies] bitflags = "1.0" docopt = "1.0" xml-rs = "0.8" toml = "0.4" env_logger = "0.5" git2 = { version = "0.7", default-features = false } lazy_static = "1.0" log ...
"Guillaume Gomez <guillaume1.gomez@gmail.com>", ] build = "build.rs" exclude = ["Gir*.toml", "tests/**/*", "*.md"] [dependencies] bitflags = "1.0" docopt = "1.0" xml-rs = "0.8" toml = "0.4" env_logger = "0.6" git2 = { version = "0.7", default-features = false } lazy_static = "1.0" log = "0.4" regex = "1.0" hprof = "0...
<|file_sep|>original/Cargo.toml "Guillaume Gomez <guillaume1.gomez@gmail.com>", ] build = "build.rs" exclude = ["Gir*.toml", "tests/**/*", "*.md"] [dependencies] bitflags = "1.0" docopt = "1.0" xml-rs = "0.8" toml = "0.4" env_logger = "0.5" git2 = { version = "0.7", default-features = false } lazy_static = "1.0" log ...
60736cf0848194304adecdee600268117ec75d1a
Cargo.toml
Cargo.toml
TOML
<|file_sep|>original/app/assets/javascripts/colorbox-rails/colorbox-links.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // //= require jquery //= require jquery_ujs //= require_tree . (function($){ $(document).ready(function() { $('a[dat...
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // //= require jquery //= require jquery_ujs //= require_tree . (function($){ $(document).ready(function() { $('a[data-colorbox="true"]').on('click', function(e) { e.preventDefault(); ...
<|file_sep|>original/app/assets/javascripts/colorbox-rails/colorbox-links.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // //= require jquery //= require jquery_ujs //= require_tree . (function($){ $(document).ready(function() { $('a[dat...
dbc988ff7231e13430849da477e07299f8eee1f1
app/assets/javascripts/colorbox-rails/colorbox-links.js
app/assets/javascripts/colorbox-rails/colorbox-links.js
JavaScript
<|file_sep|>original/requirements/requirements.txt DataProperty>=0.25.6 logbook>=1.1.0 mbstrdecoder pathvalidate>=0.16.2 pytablereader>=0.13.4 six typepy>=0.0.20 <|file_sep|>current/requirements/requirements.txt DataProperty>=0.25.6 logbook>=1.1.0 mbstrdecoder pathvalidate>=0.16.2 pytablereader>=0.13.4 six typepy>=0.0....
DataProperty>=0.26.0 logbook>=1.1.0 mbstrdecoder pathvalidate>=0.16.2 pytablereader>=0.13.4 six typepy>=0.0.20
<|file_sep|>original/requirements/requirements.txt DataProperty>=0.25.6 logbook>=1.1.0 mbstrdecoder pathvalidate>=0.16.2 pytablereader>=0.13.4 six typepy>=0.0.20 <|file_sep|>current/requirements/requirements.txt DataProperty>=0.25.6 logbook>=1.1.0 mbstrdecoder pathvalidate>=0.16.2 pytablereader>=0.13.4 six typepy>=0.0....
825afede849f515eb7921a228c81786972675f2e
requirements/requirements.txt
requirements/requirements.txt
Text
<|file_sep|>original/ghost/image-transform/package.json "files": [ "index.js", "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "mocha": "8.1.3", "should": "13.2.3", "sinon": "9.0.3" }, "dependencies": { "@tryghost/errors": "^0.2.3", "bluebird": "3.7.2...
"files": [ "index.js", "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "mocha": "8.1.3", "should": "13.2.3", "sinon": "9.0.3" }, "dependencies": { "@tryghost/errors": "^0.2.3", "bluebird": "3.7.2", "fs-extra": "9.0.1" }, "optionalDependencies"...
<|file_sep|>original/ghost/image-transform/package.json "files": [ "index.js", "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "mocha": "8.1.3", "should": "13.2.3", "sinon": "9.0.3" }, "dependencies": { "@tryghost/errors": "^0.2.3", "bluebird": "3.7.2...
01f6345c08b62a8002c85f639717425b5fae7dce
ghost/image-transform/package.json
ghost/image-transform/package.json
JSON
<|file_sep|>original/SDL_ttf/build.sh #!/bin/bash # build.sh # Modify the package info and build new packages for SDL_ttf. # Copyright (C) 2013 Michael Imamura. # # Licensed under the terms of the MIT License. See LICENSE.txt. source "$(dirname "$0")/../functions.sh" DATADIR="$(dirname "$0")" PROJECT="$1" veri...
#!/bin/bash # build.sh # Modify the package info and build new packages for SDL_ttf. # Copyright (C) 2013 Michael Imamura. # # Licensed under the terms of the MIT License. See LICENSE.txt. source "$(dirname "$0")/../functions.sh" DATADIR="$(dirname "$0")" PROJECT="${1:-SDL_ttf}" verify_project "$PROJECT" prepe...
<|file_sep|>original/SDL_ttf/build.sh #!/bin/bash # build.sh # Modify the package info and build new packages for SDL_ttf. # Copyright (C) 2013 Michael Imamura. # # Licensed under the terms of the MIT License. See LICENSE.txt. source "$(dirname "$0")/../functions.sh" DATADIR="$(dirname "$0")" PROJECT="$1" veri...
3472dc86dc303d545fe147758d7729479b6b8dfe
SDL_ttf/build.sh
SDL_ttf/build.sh
Shell
<|file_sep|>.github/ISSUE_TEMPLATE/bug_report.md.diff original: **Development Environment (please complete the following information):** * OS: * Developer tools version (Xcode, Visual Studio, or gcc): updated: <|file_sep|>original/.github/ISSUE_TEMPLATE/bug_report.md --- <!-- *** Important Note *** Development of ...
--- <!-- *** Important Note *** Development of Flutter for Desktop is now primarily happening in the Flutter repository itself. If you have a bug or feature request related to desktop that's about the Flutter framework, the `flutter` command-line tool, or the desktop support in the Flutter engine, please file your iss...
<|file_sep|>.github/ISSUE_TEMPLATE/bug_report.md.diff original: **Development Environment (please complete the following information):** * OS: * Developer tools version (Xcode, Visual Studio, or gcc): updated: <|file_sep|>original/.github/ISSUE_TEMPLATE/bug_report.md --- <!-- *** Important Note *** Development of ...
a96ab2ee27519bc3a956353d722acfe8ff91eac7
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/bug_report.md
Markdown
<|file_sep|>original/metadata/com.luorrak.ouroboros.txt Auto Name:Ouroboros Summary:Client for 8ch.net Description: Companion client for the 8ch.net image board. It's layout is very heavily inspired by Chanobol and the design of Montanax's unreleased app Miko. . Repo Type:git Repo:https://github.com/Luorrak/Ouroboros ...
. Repo Type:git Repo:https://github.com/Luorrak/Ouroboros Build:0.2.1,1 commit=2bb94731a3193417fb2dace619fea62ff58ae88d subdir=app gradle=yes Build:0.2.1,2 commit=f86a46e8690bc789708eafcf6d580afca837b88f subdir=app gradle=yes Auto Update Mode:None Update Check Mode:RepoManifest Current Versi...
<|file_sep|>original/metadata/com.luorrak.ouroboros.txt Auto Name:Ouroboros Summary:Client for 8ch.net Description: Companion client for the 8ch.net image board. It's layout is very heavily inspired by Chanobol and the design of Montanax's unreleased app Miko. . Repo Type:git Repo:https://github.com/Luorrak/Ouroboros ...
45dc07f84bf936dbb5878eac0c73aa7e34643e56
metadata/com.luorrak.ouroboros.txt
metadata/com.luorrak.ouroboros.txt
Text
<|file_sep|>original/spec/fixtures/hiera/test.yaml ruby::version: 1.9.3-p194: FROM_HIERA: 'true' <|file_sep|>current/spec/fixtures/hiera/test.yaml ruby::version: 1.9.3-p194: FROM_HIERA: 'true' <|file_sep|>updated/spec/fixtures/hiera/test.yaml
ruby::version::env: 1.9.3-p194: FROM_HIERA: 'true'
<|file_sep|>original/spec/fixtures/hiera/test.yaml ruby::version: 1.9.3-p194: FROM_HIERA: 'true' <|file_sep|>current/spec/fixtures/hiera/test.yaml ruby::version: 1.9.3-p194: FROM_HIERA: 'true' <|file_sep|>updated/spec/fixtures/hiera/test.yaml ruby::version::env: 1.9.3-p194: FROM_HIERA: 'true'
426d95cae863e20dfcd92fe7b4fadf082710c05a
spec/fixtures/hiera/test.yaml
spec/fixtures/hiera/test.yaml
YAML
<|file_sep|>README.rst.diff original: updated: Why not pip freeze? ------------------- <|file_sep|>original/README.rst Usage ----- :: Usage: pipreqs <path> [options] Options: --savepath Supply custom path for requirements.txt --debug See debug output Example ------- :: $ pipre...
Usage: pipreqs <path> [options] Options: --savepath Supply custom path for requirements.txt --debug See debug output Example ------- :: $ pipreqs /home/project/location Successfuly saved requirements file in: /home/project/location/requirements.txt Why not pip freeze? -----...
<|file_sep|>README.rst.diff original: updated: Why not pip freeze? ------------------- <|file_sep|>original/README.rst Usage ----- :: Usage: pipreqs <path> [options] Options: --savepath Supply custom path for requirements.txt --debug See debug output Example ------- :: $ pipre...
3004f93243bb2c35e99820f8e5bf530013dca067
README.rst
README.rst
reStructuredText
<|file_sep|>original/lib/copian.rb require 'copian/collector/abstract_collector' require 'copian/collector/addresses_collector' require 'copian/collector/ports_collector' require 'copian/collector/port_stats_collector' require 'copian/collector/generic' require 'copian/collector/cisco' require 'copian/collector/dell' r...
require 'copian/collector/abstract_collector' require 'copian/collector/addresses_collector' require 'copian/collector/bandwidth_collector' require 'copian/collector/ports_collector' require 'copian/collector/port_stats_collector' require 'copian/collector/generic' require 'copian/collector/cisco' require 'copian/colle...
<|file_sep|>original/lib/copian.rb require 'copian/collector/abstract_collector' require 'copian/collector/addresses_collector' require 'copian/collector/ports_collector' require 'copian/collector/port_stats_collector' require 'copian/collector/generic' require 'copian/collector/cisco' require 'copian/collector/dell' r...
40d81daef44c2d3daef9eb98bfe205e006b6db59
lib/copian.rb
lib/copian.rb
Ruby
<|file_sep|>original/.travis.yml language: perl script: "prove -v -s t" perl: - "5.20" - "5.10" <|file_sep|>current/.travis.yml language: perl script: "prove -v -s t" perl: - "5.20" - "5.10" <|file_sep|>updated/.travis.yml
language: perl script: "prove -v -s t" perl: - "5.22" - "5.20" - "5.10"
<|file_sep|>original/.travis.yml language: perl script: "prove -v -s t" perl: - "5.20" - "5.10" <|file_sep|>current/.travis.yml language: perl script: "prove -v -s t" perl: - "5.20" - "5.10" <|file_sep|>updated/.travis.yml language: perl script: "prove -v -s t" perl: - "5.22" - "5.20" - "5.10"
b91777c3bcc850ae305d81e2dd96f367da0a8aa0
.travis.yml
.travis.yml
YAML
<|file_sep|>IPython/html/widgets/widget_output.py.diff original: updated: from IPython.testing.skipdoctest import skip_doctest <|file_sep|>IPython/html/widgets/widget_output.py.diff original: updated: @skip_doctest <|file_sep|>original/IPython/html/widgets/widget_output.py # Distributed under the terms of the Modifie...
# Distributed under the terms of the Modified BSD License. from .widget import DOMWidget import sys from IPython.utils.traitlets import Unicode, List from IPython.display import clear_output from IPython.testing.skipdoctest import skip_doctest @skip_doctest class Output(DOMWidget): """Widget used as a context man...
<|file_sep|>IPython/html/widgets/widget_output.py.diff original: updated: from IPython.testing.skipdoctest import skip_doctest <|file_sep|>IPython/html/widgets/widget_output.py.diff original: updated: @skip_doctest <|file_sep|>original/IPython/html/widgets/widget_output.py # Distributed under the terms of the Modifie...
18cbf5c9b357dc2941fd268b87a65649a086ab01
IPython/html/widgets/widget_output.py
IPython/html/widgets/widget_output.py
Python
<|file_sep|>package.json.diff original: updated: "scripts": { "test": "eslint -c index.js --env node ." }, "files": [ "index.js" ], <|file_sep|>original/package.json "author": "Steven Roberts (https://steven-roberts.github.io/)", "homepage": "https://github.com/Steven-Roberts/es...
"author": "Steven Roberts (https://steven-roberts.github.io/)", "homepage": "https://github.com/Steven-Roberts/eslint-config", "repository": "Steven-Roberts/eslint-config", "license": "MIT", "keywords": [ "eslint", "eslintconfig" ], "scripts": { "test": "eslint -c ind...
<|file_sep|>package.json.diff original: updated: "scripts": { "test": "eslint -c index.js --env node ." }, "files": [ "index.js" ], <|file_sep|>original/package.json "author": "Steven Roberts (https://steven-roberts.github.io/)", "homepage": "https://github.com/Steven-Roberts/es...
bf68290b406247a8502dfd7be07479ad3184c186
package.json
package.json
JSON
<|file_sep|>packages/si/simplest-sqlite.yaml.diff original: hash: 9d48465811f8fe73e78f0fc23aec4bfd8c5949122265a33955ee43cd4a5c7ec8 updated: hash: c9fb82711ef137aedc4058ff43e601b8e25051cb701cc3f80c5a7358791f387c <|file_sep|>packages/si/simplest-sqlite.yaml.diff original: updated: - '0.0.0.9' <|file_sep|>original/packag...
synopsis: Simplest SQLite3 binding changelog: '' basic-deps: bytestring: ==0.10.* base: ==4.* text: ! '>=1.1 && <1.3' all-versions: - '0.0.0.1' - '0.0.0.2' - '0.0.0.3' - '0.0.0.4' - '0.0.0.5' - '0.0.0.6' - '0.0.0.7' - '0.0.0.8' - '0.0.0.9' author: YoshikuniJujo <PAF01143@nifty.ne.jp> latest: '0.0.0.9' description...
<|file_sep|>packages/si/simplest-sqlite.yaml.diff original: hash: 9d48465811f8fe73e78f0fc23aec4bfd8c5949122265a33955ee43cd4a5c7ec8 updated: hash: c9fb82711ef137aedc4058ff43e601b8e25051cb701cc3f80c5a7358791f387c <|file_sep|>packages/si/simplest-sqlite.yaml.diff original: updated: - '0.0.0.9' <|file_sep|>original/packag...
a8d2f657d177639dfc89d87d34db617e8ebea8a3
packages/si/simplest-sqlite.yaml
packages/si/simplest-sqlite.yaml
YAML
<|file_sep|>original/src/VGMdb/Component/Swiftmailer/SwiftmailerServiceProvider.php <?php namespace VGMdb\Component\Swiftmailer; use VGMdb\Component\Swiftmailer\EventListener\EmailSenderListener; use Silex\Application; use Silex\Provider\SwiftmailerServiceProvider as BaseSwiftmailerServiceProvider; /** * Swiftmaile...
use Silex\Application; use Silex\Provider\SwiftmailerServiceProvider as BaseSwiftmailerServiceProvider; /** * Swiftmailer Provider. * * @author Gigablah <gigablah@vgmdb.net> */ class SwiftmailerServiceProvider extends BaseSwiftmailerServiceProvider { public function register(Application $app) { par...
<|file_sep|>original/src/VGMdb/Component/Swiftmailer/SwiftmailerServiceProvider.php <?php namespace VGMdb\Component\Swiftmailer; use VGMdb\Component\Swiftmailer\EventListener\EmailSenderListener; use Silex\Application; use Silex\Provider\SwiftmailerServiceProvider as BaseSwiftmailerServiceProvider; /** * Swiftmaile...
1ccffe6281c7759be15d725536de73ad6b70d7b5
src/VGMdb/Component/Swiftmailer/SwiftmailerServiceProvider.php
src/VGMdb/Component/Swiftmailer/SwiftmailerServiceProvider.php
PHP
<|file_sep|>original/.travis.yml language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.10" <|file_sep|>current/.travis.yml language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.10" <|file_sep|>updated/.travis.yml
language: node_js node_js: - "6" - "5" - "4"
<|file_sep|>original/.travis.yml language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.10" <|file_sep|>current/.travis.yml language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.10" <|file_sep|>updated/.travis.yml language: node_js node_js: - "6" - "5" - "4"
69ed612938f844164b5170731c64df050eebde7a
.travis.yml
.travis.yml
YAML
<|file_sep|>.travis.yml.diff original: # make it explicit that we favor the new container-based travis workers updated: language: python <|file_sep|>.travis.yml.diff original: language: python python: - 2.7 - 3.4 notifications: email: false updated: matrix: include: # "Legacy" environments: oldest supported...
- export PATH=/home/travis/mc/bin:$PATH install: # See: # https://groups.google.com/a/continuum.io/forum/#!topic/conda/RSFENqovnro # - conda update --yes --no-deps conda # OK, this used to *fix* the build, but now it *breaks* the build. # If you're reading this, good luck out there. I'm not sure what to te...
<|file_sep|>.travis.yml.diff original: # make it explicit that we favor the new container-based travis workers updated: language: python <|file_sep|>.travis.yml.diff original: language: python python: - 2.7 - 3.4 notifications: email: false updated: matrix: include: # "Legacy" environments: oldest supported...
7073df5db231608feccd3a9f339e181869b5d871
.travis.yml
.travis.yml
YAML
<|file_sep|>original/Casks/blender.rb cask :v1 => 'blender' do version '2.76' sha256 '542bc7fe9871c5a8f80efd5b9657416eda45d3dbeb455189367303203da695c9' url "https://download.blender.org/release/Blender#{version.to_f}/blender-#{version}-OSX_10.6-x86_64.zip" name 'Blender' homepage 'https://www.blender.org/' ...
cask :v1 => 'blender' do version '2.76a' sha256 '37b583d19eb16123065b62a7c05c574d9ebee2ff7497c1180466447ce6dab383' url "https://download.blender.org/release/Blender#{version.to_f}/blender-#{version}-OSX_10.6-x86_64.zip" name 'Blender' homepage 'https://www.blender.org/' license :gpl app 'Blender.app' ...
<|file_sep|>original/Casks/blender.rb cask :v1 => 'blender' do version '2.76' sha256 '542bc7fe9871c5a8f80efd5b9657416eda45d3dbeb455189367303203da695c9' url "https://download.blender.org/release/Blender#{version.to_f}/blender-#{version}-OSX_10.6-x86_64.zip" name 'Blender' homepage 'https://www.blender.org/' ...
a41c009c5ff7e52416861cf87a908186ee93d2b4
Casks/blender.rb
Casks/blender.rb
Ruby
<|file_sep|>original/app/js/arethusa.review/directives/review_linker.js element.attr('title', scope.translations[scope.icon]); } scope.$watch('translations', function(newVal, oldVal) { if (newVal !== oldVal) setTitle(); }); scope.$watch('review.link', function(newVa...
element.attr('title', scope.translations[scope.icon]); } scope.$watch('translations', function(newVal, oldVal) { if (newVal !== oldVal) setTitle(); }); scope.$watch('review.link', function(newVal, oldVal) { if (newVal) { scope.icon = 'unlink'; ...
<|file_sep|>original/app/js/arethusa.review/directives/review_linker.js element.attr('title', scope.translations[scope.icon]); } scope.$watch('translations', function(newVal, oldVal) { if (newVal !== oldVal) setTitle(); }); scope.$watch('review.link', function(newVa...
6f33921cc33dac50b0d17c496bc58f46d888c841
app/js/arethusa.review/directives/review_linker.js
app/js/arethusa.review/directives/review_linker.js
JavaScript
<|file_sep|>original/.github/workflows/test.yaml --health-retries 5 steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: 2.7 - name: Bundle install run:...
--health-retries 5 steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Bundle install run: | sudo apt-get -yq install libpq-dev bundle install ...
<|file_sep|>original/.github/workflows/test.yaml --health-retries 5 steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: 2.7 - name: Bundle install run:...
9fde447ad0c0c1e7e34ddc41ba6235a3d2ce1f32
.github/workflows/test.yaml
.github/workflows/test.yaml
YAML
<|file_sep|>original/spec/lib/caching/response_spec.rb <|file_sep|>current/spec/lib/caching/response_spec.rb <|file_sep|>updated/spec/lib/caching/response_spec.rb
# frozen_string_literal: true RSpec.describe Caching::Response do subject(:instance) { described_class.new(response) } let(:response) { instance_double('mock_response', body: 'body content', headers: 'header content') } describe '#validate!' do context 'with a valid response object' do it { is_expecte...
<|file_sep|>original/spec/lib/caching/response_spec.rb <|file_sep|>current/spec/lib/caching/response_spec.rb <|file_sep|>updated/spec/lib/caching/response_spec.rb # frozen_string_literal: true RSpec.describe Caching::Response do subject(:instance) { described_class.new(response) } let(:response) { instance_doubl...
bae66b65ef385f38538595f8b88c5fa6bbb9dfbc
spec/lib/caching/response_spec.rb
spec/lib/caching/response_spec.rb
Ruby
<|file_sep|>original/app/models/yelp_request.rb def initialize(term, latitude, longitude, limit, radius) @term = term @ll = "#{latitude},#{longitude}" @limit = limit @radius = radius @consumer_key = ENV['YELP_OAUTH_CONSUMER_KEY'] @consumer_secret = ENV['YELP_OAUTH_CONSUMER_SECRET'] @token...
def initialize(term, latitude, longitude, limit, radius) @term = term @ll = "#{latitude},#{longitude}" @limit = limit @radius = radius @consumer_key = ENV['YELP_OAUTH_CONSUMER_KEY'] @consumer_secret = ENV['YELP_OAUTH_CONSUMER_SECRET'] @token = ENV['YELP_OAUTH_TOKEN'] @token_secret = E...
<|file_sep|>original/app/models/yelp_request.rb def initialize(term, latitude, longitude, limit, radius) @term = term @ll = "#{latitude},#{longitude}" @limit = limit @radius = radius @consumer_key = ENV['YELP_OAUTH_CONSUMER_KEY'] @consumer_secret = ENV['YELP_OAUTH_CONSUMER_SECRET'] @token...
52caee9c848422f117e0657683f6e66ce9267ab4
app/models/yelp_request.rb
app/models/yelp_request.rb
Ruby
<|file_sep|>original/IconButton/AndroidManifest.xml <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.phillipcalvin.iconbutton" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" /> <...
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.phillipcalvin.iconbutton" android:versionCode="1" android:versionName="0.1" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" /> <application android:allowBackup="true" ...
<|file_sep|>original/IconButton/AndroidManifest.xml <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.phillipcalvin.iconbutton" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" /> <...
88c118bf66630ea17b2e8bc4e2f65bdbf4c3abc7
IconButton/AndroidManifest.xml
IconButton/AndroidManifest.xml
XML
<|file_sep|>original/features/computer_player.feature <|file_sep|>current/features/computer_player.feature <|file_sep|>updated/features/computer_player.feature
Feature: Computer player In order to hone my tic-tac-toe skills As a player I want an unbeatable computer opponent The following scenarios should cover every possible board by considering at least one board from every possible congruence class of boards. (ie if two game boards are congruent, such as the...
<|file_sep|>original/features/computer_player.feature <|file_sep|>current/features/computer_player.feature <|file_sep|>updated/features/computer_player.feature Feature: Computer player In order to hone my tic-tac-toe skills As a player I want an unbeatable computer opponent The following scenarios should ...
938f4f382673c0e327e2e3d734a85e949b17af85
features/computer_player.feature
features/computer_player.feature
Cucumber
<|file_sep|>original/core/app/models/spree/product_property.rb module Spree class ProductProperty < ActiveRecord::Base belongs_to :product belongs_to :property validates :property, :presence => true validates_length_of :value, :maximum => 255 attr_accessible :property_name, :value # virtual...
module Spree class ProductProperty < ActiveRecord::Base belongs_to :product belongs_to :property validates :property, :presence => true validates :value, :length => { :maximum => 255 } attr_accessible :property_name, :value # virtual attributes for use with AJAX completion stuff def pro...
<|file_sep|>original/core/app/models/spree/product_property.rb module Spree class ProductProperty < ActiveRecord::Base belongs_to :product belongs_to :property validates :property, :presence => true validates_length_of :value, :maximum => 255 attr_accessible :property_name, :value # virtual...
64ab241c9566e391d6084310edf55108d59340fa
core/app/models/spree/product_property.rb
core/app/models/spree/product_property.rb
Ruby
<|file_sep|>original/config.php # or use a nonstandard port. The default should normally work. # (FIXME: this doesn't apparently do anything.) $mysql_connect_params = 'localhost:3306'; $max_logo_size = 65535; # page limits $submit_suggestions = 3; $helpstart_topic_count = 5; $discuss_topic_page_limit = 3; $related...
# or use a nonstandard port. The default should normally work. # (FIXME: this doesn't apparently do anything.) $mysql_connect_params = 'localhost:3306'; $max_logo_size = 65535; # page limits $submit_suggestions = 3; $helpstart_topic_count = 5; $discuss_topic_page_limit = 6; $related_topics_count = 4; $max_top_topi...
<|file_sep|>original/config.php # or use a nonstandard port. The default should normally work. # (FIXME: this doesn't apparently do anything.) $mysql_connect_params = 'localhost:3306'; $max_logo_size = 65535; # page limits $submit_suggestions = 3; $helpstart_topic_count = 5; $discuss_topic_page_limit = 3; $related...
918896dc9200e2a3cdf35b46317262d4860ec7b8
config.php
config.php
PHP
<|file_sep|>client/components/settings/settingHeader.jade.diff original: updated: a.setting-header-btn.people(href="{{pathFor 'people'}}") i.fa(class="fa-users") span {{_ 'people'}} <|file_sep|>original/client/components/settings/settingHeader.jade .setting-header-btns.left unl...
.setting-header-btns.left unless isMiniScreen unless isSandstorm if currentUser a.setting-header-btn.settings(href="{{pathFor 'setting'}}") i.fa(class="fa-cog") span {{_ 'settings'}} a.setting-header-btn.people(href="{{pathFor 'people'}}") i.f...
<|file_sep|>client/components/settings/settingHeader.jade.diff original: updated: a.setting-header-btn.people(href="{{pathFor 'people'}}") i.fa(class="fa-users") span {{_ 'people'}} <|file_sep|>original/client/components/settings/settingHeader.jade .setting-header-btns.left unl...
6fc992e6d7adb15d537dfe25e04e7f5da0f5e9a8
client/components/settings/settingHeader.jade
client/components/settings/settingHeader.jade
Jade
<|file_sep|>src/com/vectrace/MercurialEclipse/commands/HgMergeClient.java.diff original: updated: command.addOptions("--config","ui.merge=internal:fail"); <|file_sep|>original/src/com/vectrace/MercurialEclipse/commands/HgMergeClient.java throws HgException { HgCommand command = new...
throws HgException { HgCommand command = new HgCommand("merge", getWorkingDirectory(res), false); command .setUsePreferenceTimeout(MercurialPreferenceConstants.IMERGE_TIMEOUT); command.addOptions("--config","ui.merge=internal:fail"); i...
<|file_sep|>src/com/vectrace/MercurialEclipse/commands/HgMergeClient.java.diff original: updated: command.addOptions("--config","ui.merge=internal:fail"); <|file_sep|>original/src/com/vectrace/MercurialEclipse/commands/HgMergeClient.java throws HgException { HgCommand command = new...
f76771ff06ef0c3c48af2c673021222486f763a3
src/com/vectrace/MercurialEclipse/commands/HgMergeClient.java
src/com/vectrace/MercurialEclipse/commands/HgMergeClient.java
Java
<|file_sep|>original/src/modularization_programs/c/parameter_passing/sample_parameter_passing.c <|file_sep|>current/src/modularization_programs/c/parameter_passing/sample_parameter_passing.c <|file_sep|>updated/src/modularization_programs/c/parameter_passing/sample_parameter_passing.c
/* * Author: Jhonatan Casale (jhc) * * Contact : jhonatan@jhonatancasale.com * : casale.jhon@gmail.com * : https://github.com/jhonatancasale * : https://twitter.com/jhonatancasale * : http://jhonatancasale.github.io/ * * Create date Sat 10 Dec 16:13:19 BRST 2016 * */ #include...
<|file_sep|>original/src/modularization_programs/c/parameter_passing/sample_parameter_passing.c <|file_sep|>current/src/modularization_programs/c/parameter_passing/sample_parameter_passing.c <|file_sep|>updated/src/modularization_programs/c/parameter_passing/sample_parameter_passing.c /* * Author: Jhonatan Casale (j...
4b50bfb7b55d0aa4524a89bbed9b67c64481af1d
src/modularization_programs/c/parameter_passing/sample_parameter_passing.c
src/modularization_programs/c/parameter_passing/sample_parameter_passing.c
C
<|file_sep|>original/build2/build.mk # $Id$ # # # Makefile to generate build tools # STAMP = buildmk.stamp ALWAYS = build2/generated_lists all: $(STAMP) $(ALWAYS) @$(MAKE) -s -f build2/build2.mk build2/generated_lists: @echo config_m4_files = ext/*/config*.m4 >> $@ if test -f Makefile.global; then echo php_gtk_...
# $Id$ # # # Makefile to generate build tools # STAMP = buildmk.stamp ALWAYS = build2/generated_lists all: $(STAMP) $(ALWAYS) @$(MAKE) -s -f build2/build2.mk build2/generated_lists: @echo config_m4_files = ext/*/config*.m4 >> $@ if test -f Makefile.global; then echo php_gtk_m4 = php_gtk_new.m4 >> $@; else echo ...
<|file_sep|>original/build2/build.mk # $Id$ # # # Makefile to generate build tools # STAMP = buildmk.stamp ALWAYS = build2/generated_lists all: $(STAMP) $(ALWAYS) @$(MAKE) -s -f build2/build2.mk build2/generated_lists: @echo config_m4_files = ext/*/config*.m4 >> $@ if test -f Makefile.global; then echo php_gtk_...
a5b3c4fcfbfdb4a5fa96e583d2a92cfa184449b6
build2/build.mk
build2/build.mk
Makefile
<|file_sep|>leaf-ui/js/Readme.md.diff original: ## DisplayAnalysis.js updated: ## displayAnalysis.js <|file_sep|>original/leaf-ui/js/Readme.md ### Main functions in this file: 1) cycleCheck 2) syntaxCheck 3) generateSyntaxMessage ## keyboardFunctions.js This file contains functions that are associated with keyboard sh...
### Main functions in this file: 1) cycleCheck 2) syntaxCheck 3) generateSyntaxMessage ## keyboardFunctions.js This file contains functions that are associated with keyboard shortcuts. ### Main functions in this file: 1) ctrl-c, ctrl-v ## loadSaveFunctions.js This file contains code associated with loading and saving...
<|file_sep|>leaf-ui/js/Readme.md.diff original: ## DisplayAnalysis.js updated: ## displayAnalysis.js <|file_sep|>original/leaf-ui/js/Readme.md ### Main functions in this file: 1) cycleCheck 2) syntaxCheck 3) generateSyntaxMessage ## keyboardFunctions.js This file contains functions that are associated with keyboard sh...
5fb1829a9ad2d694fd7dd5dbfa2164598f1e6d6c
leaf-ui/js/Readme.md
leaf-ui/js/Readme.md
Markdown
<|file_sep|>original/.travis.yml language: objective-c osx_image: xcode8.1 notifications: email: on_success: never on_failure: always env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=Napi.xcodeproj - SCHEME=Napi script: - xcodebuild -version - xcodebuild -showsdks - xcodebui...
notifications: email: on_success: never on_failure: always env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=Napi.xcodeproj - SCHEME=Napi script: - brew update - brew outdated carthage || brew upgrade carthage - carthage version - carthage build --no-skip-current --platform ...
<|file_sep|>original/.travis.yml language: objective-c osx_image: xcode8.1 notifications: email: on_success: never on_failure: always env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=Napi.xcodeproj - SCHEME=Napi script: - xcodebuild -version - xcodebuild -showsdks - xcodebui...
87bba33fcc7f913c43277e55c1e16c8952390458
.travis.yml
.travis.yml
YAML
<|file_sep|>original/IPython/html/widgets/__init__.py from .widget_output import Output from .widget_selection import RadioButtons, ToggleButtons, Dropdown, Select from .widget_selectioncontainer import Tab, Accordion from .widget_string import HTML, Latex, Text, Textarea from .interaction import interact, interactive,...
from .widget_output import Output from .widget_selection import RadioButtons, ToggleButtons, Dropdown, Select from .widget_selectioncontainer import Tab, Accordion from .widget_string import HTML, Latex, Text, Textarea from .interaction import interact, interactive, fixed, interact_manual from .widget_link import Link,...
<|file_sep|>original/IPython/html/widgets/__init__.py from .widget_output import Output from .widget_selection import RadioButtons, ToggleButtons, Dropdown, Select from .widget_selectioncontainer import Tab, Accordion from .widget_string import HTML, Latex, Text, Textarea from .interaction import interact, interactive,...
ab9ec5d7b2e8675cb9e7593a8adc0a0e9f0955bb
IPython/html/widgets/__init__.py
IPython/html/widgets/__init__.py
Python
<|file_sep|>original/Python/Product/DebuggerHelper/dllmain.cpp // dllmain.cpp : Defines the entry point for the DLL application. #include "stdafx.h" #include <stdio.h> // Used by debugger to detect when DLL is fully loaded and initialized and TraceFunc can be registered. extern "C" { __declspec(dllexport) vol...
// dllmain.cpp : Defines the entry point for the DLL application. #include "stdafx.h" #include <stdio.h> // Used by debugger to detect when DLL is fully loaded and initialized and TraceFunc can be registered. extern "C" { __declspec(dllexport) volatile char isInitialized; __declspec(dllexport) __declspec...
<|file_sep|>original/Python/Product/DebuggerHelper/dllmain.cpp // dllmain.cpp : Defines the entry point for the DLL application. #include "stdafx.h" #include <stdio.h> // Used by debugger to detect when DLL is fully loaded and initialized and TraceFunc can be registered. extern "C" { __declspec(dllexport) vol...
772d7b44ea5c540c341694564e7b282093dd4511
Python/Product/DebuggerHelper/dllmain.cpp
Python/Product/DebuggerHelper/dllmain.cpp
C++
<|file_sep|>original/js/lib/externs.js * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed ...
<|file_sep|>original/js/lib/externs.js * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
e8dac4b099ea892d8953eedcb035cd802414600b
js/lib/externs.js
js/lib/externs.js
JavaScript
<|file_sep|>original/README.md # Capistrano::Hipchat Notifies in a hipchat room about a new deployment showing the git log for the latests commits included in the current deploy. ## Installation Add this line to your application's Gemfile: gem 'capistrano-hipchat' And then execute: $ bundle Or install it...
# Capistrano::Hipchat Notifies in a hipchat room about a new deployment showing the git log for the latests commits included in the current deploy. ## Installation Add this line to your application's Gemfile: group :deployment do gem 'capistrano-hipchat' end The group declaration is optional, but...
<|file_sep|>original/README.md # Capistrano::Hipchat Notifies in a hipchat room about a new deployment showing the git log for the latests commits included in the current deploy. ## Installation Add this line to your application's Gemfile: gem 'capistrano-hipchat' And then execute: $ bundle Or install it...
acd0f72e9efb6c1ca84ba825a22626dad6b94f27
README.md
README.md
Markdown
<|file_sep|>.travis.yml.diff original: before_install: - sudo apt-get update updated: # Force new container-based infrastructure. # Ref: http://docs.travis-ci.com/user/migrating-from-legacy/ sudo: false addons: apt: packages: # For building 32b binaries on a 64b host (not necessary when we ...
sudo: false addons: apt: packages: # For building 32b binaries on a 64b host (not necessary when we # build for 64b): - gcc-multilib # For running the 32b bootstrap rebol ("r3-make") on a 64b host: - libc6:i386 install: # Fetch a Rebol boots...
<|file_sep|>.travis.yml.diff original: before_install: - sudo apt-get update updated: # Force new container-based infrastructure. # Ref: http://docs.travis-ci.com/user/migrating-from-legacy/ sudo: false addons: apt: packages: # For building 32b binaries on a 64b host (not necessary when we ...
4539f2ad6083dc68ea87ab5cfb13845883c04957
.travis.yml
.travis.yml
YAML
<|file_sep|>original/perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java <|file_sep|>current/perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java <|file_sep|>updated/perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java
package tachyon.perf.tools; import java.io.File; import java.io.IOException; import tachyon.perf.basic.PerfTaskContext; import tachyon.perf.basic.PerfTotalReport; import tachyon.perf.basic.TaskType; import tachyon.perf.conf.PerfConf; /** * Generate a total report for the specified test. */ public class TachyonPerf...
<|file_sep|>original/perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java <|file_sep|>current/perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java <|file_sep|>updated/perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java package tachyon.perf.tools; import java.io.File; import java.io....
178ead5ae47816dd65e1985a922b8df5bf78591e
perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java
perf/src/main/java/tachyon/perf/tools/TachyonPerfCollector.java
Java
<|file_sep|>original/bindings/vala/test/test.vala <|file_sep|>current/bindings/vala/test/test.vala <|file_sep|>updated/bindings/vala/test/test.vala
using IBus; class TestEngine : Engine { public override bool process_key_event (uint keyval, uint keycode, uint state) { stdout.printf("process_key_event(%u, %u, 0x%x)\n", keyval, keycode, state); return true; } } void main (string []argv) { var bus = new Bus(); var factory = new Facto...
<|file_sep|>original/bindings/vala/test/test.vala <|file_sep|>current/bindings/vala/test/test.vala <|file_sep|>updated/bindings/vala/test/test.vala using IBus; class TestEngine : Engine { public override bool process_key_event (uint keyval, uint keycode, uint state) { stdout.printf("process_key_event(%u,...
d3f227722f621feced89c453fdb701188469f1fc
bindings/vala/test/test.vala
bindings/vala/test/test.vala
Vala
<|file_sep|>webvtt.h.diff original: updated: typedef struct webvtt_cue webvtt_cue; <|file_sep|>webvtt.h.diff original: struct cue *next; /** pointer to the next cue */ updated: webvtt_cue *next; /** pointer to the next cue */ <|file_sep|>original/webvtt.h each cue has a start and end time for presentation an...
each cue has a start and end time for presentation and some text content (which my be marked up) there may be other attributes, but we ignore them we store these in a linked list */ typedef struct webvtt_cue webvtt_cue; struct webvtt_cue { char *text; /** text value of the cue */ long start, end; ...
<|file_sep|>webvtt.h.diff original: updated: typedef struct webvtt_cue webvtt_cue; <|file_sep|>webvtt.h.diff original: struct cue *next; /** pointer to the next cue */ updated: webvtt_cue *next; /** pointer to the next cue */ <|file_sep|>original/webvtt.h each cue has a start and end time for presentation an...
9bd3e9df43b18b917c5510f1ce113e0000008b65
webvtt.h
webvtt.h
C
<|file_sep|>original/.travis.yml language: node_js node_js: - '6' - '8' - '10' before_script: - npm install -g gulp script: - gulp build <|file_sep|>current/.travis.yml language: node_js node_js: - '6' - '8' - '10' before_script: - npm install -g gulp script: - gulp build <|file_sep|>updated/.travis...
language: node_js node_js: - '8' - '10' before_script: - npm install -g gulp script: - gulp build
<|file_sep|>original/.travis.yml language: node_js node_js: - '6' - '8' - '10' before_script: - npm install -g gulp script: - gulp build <|file_sep|>current/.travis.yml language: node_js node_js: - '6' - '8' - '10' before_script: - npm install -g gulp script: - gulp build <|file_sep|>updated/.travis...
fc020f9636baab84de4504766338dc629ab7ac4e
.travis.yml
.travis.yml
YAML
<|file_sep|>original/README.md pattern-emitter =============== Event emitters with support for regular expressions. Inherits from Node's EventEmitter. [![Build Status](https://travis-ci.org/danielstjules/pattern-emitter.png)](https://travis-ci.org/danielstjules/pattern-emitter) <|file_sep|>current/README.md pattern-e...
pattern-emitter =============== Event emitters with support for regular expressions. Inherits from Node's EventEmitter. [![Build Status](https://travis-ci.org/danielstjules/pattern-emitter.png)](https://travis-ci.org/danielstjules/pattern-emitter) * [Installation](#installation) * [Overview](#overview) ## Installat...
<|file_sep|>original/README.md pattern-emitter =============== Event emitters with support for regular expressions. Inherits from Node's EventEmitter. [![Build Status](https://travis-ci.org/danielstjules/pattern-emitter.png)](https://travis-ci.org/danielstjules/pattern-emitter) <|file_sep|>current/README.md pattern-e...
8f7a1650051c09789676f152deae0ab890cd2f24
README.md
README.md
Markdown
<|file_sep|>original/spec/spec_helper.rb require 'rubygems' require 'pry' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'hashie' require 'rspec' <|file_sep|>current/spec/spec_helper.rb require 'rubygems' require 'pry' $LOAD_PATH.unshift(File.dir...
require 'rubygems' require 'pry' require 'hashie' require 'rspec'
<|file_sep|>original/spec/spec_helper.rb require 'rubygems' require 'pry' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'hashie' require 'rspec' <|file_sep|>current/spec/spec_helper.rb require 'rubygems' require 'pry' $LOAD_PATH.unshift(File.dir...
f33111d576258cfd7bd67df9cab2a15d4d6f425c
spec/spec_helper.rb
spec/spec_helper.rb
Ruby
<|file_sep|>original/crashes/27817-swift-astvisitor.swift <|file_sep|>current/crashes/27817-swift-astvisitor.swift <|file_sep|>updated/crashes/27817-swift-astvisitor.swift
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/zats (Sash Zats) // Radar: http://openradar.appspot.com/22917580 class B { init() { } } class A: B { override init() { defer { super.init() } } }
<|file_sep|>original/crashes/27817-swift-astvisitor.swift <|file_sep|>current/crashes/27817-swift-astvisitor.swift <|file_sep|>updated/crashes/27817-swift-astvisitor.swift // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/zats (Sash Zats) // Radar: http://openra...
4664fb31d92079b7fa6037ecc43b25b866bf26bc
crashes/27817-swift-astvisitor.swift
crashes/27817-swift-astvisitor.swift
Swift
<|file_sep|>packages/fr/freq.yaml.diff original: homepage: '' updated: homepage: https://github.com/chessai/freq <|file_sep|>packages/fr/freq.yaml.diff original: hash: 242f77aa05765079ffd60f49648ebb85234f45e538b77dc1ccc0e9155d7b2945 test-bench-deps: {} maintainer: chessai1996@gmail.com synopsis: TBA updated: hash: 6f50...
primitive: ! '>=0.6.1' all-versions: - '0.0.0' - '0.1.0.0' author: Daniel Cartwright latest: '0.1.0.0' description-type: markdown description: ! "# freq\n\n## About\nThis is a simple cryptanalytic frequency analysis tool that uses [english character digrams](https://en.wikipedia.org/wiki/Bigram) as a probabilisti...
<|file_sep|>packages/fr/freq.yaml.diff original: homepage: '' updated: homepage: https://github.com/chessai/freq <|file_sep|>packages/fr/freq.yaml.diff original: hash: 242f77aa05765079ffd60f49648ebb85234f45e538b77dc1ccc0e9155d7b2945 test-bench-deps: {} maintainer: chessai1996@gmail.com synopsis: TBA updated: hash: 6f50...
586b290a472e36c297cb2f4049eadbfa2bf1ca5e
packages/fr/freq.yaml
packages/fr/freq.yaml
YAML
<|file_sep|>original/dev/tools/make-changelog.sh #!/bin/sh echo "PR number" read -r PR echo "Where? (type a prefix)" (cd doc/changelog && ls -d */) read -r where where=$(echo doc/changelog/"$where"*) where="$where/$PR-$(git rev-parse --abbrev-ref HEAD).rst" # shellcheck disable=SC2016 # the ` are regular strings, t...
#!/bin/sh echo "PR number" read -r PR echo "Where? (type a prefix)" (cd doc/changelog && ls -d */) read -r where where="doc/changelog/$where" if ! [ -d "$where" ]; then where=$(echo "$where"*); fi where="$where/$PR-$(git rev-parse --abbrev-ref HEAD).rst" # shellcheck disable=SC2016 # the ` are regular strings, this...
<|file_sep|>original/dev/tools/make-changelog.sh #!/bin/sh echo "PR number" read -r PR echo "Where? (type a prefix)" (cd doc/changelog && ls -d */) read -r where where=$(echo doc/changelog/"$where"*) where="$where/$PR-$(git rev-parse --abbrev-ref HEAD).rst" # shellcheck disable=SC2016 # the ` are regular strings, t...
32053d5e82e69dda1eeaf1fd43d0656fe359be9f
dev/tools/make-changelog.sh
dev/tools/make-changelog.sh
Shell
<|file_sep|>src/Data/JSON/Common/Components/ComponentFactory.php.diff original: * @param array $data updated: * @param array|null $data <|file_sep|>original/src/Data/JSON/Common/Components/ComponentFactory.php class ComponentFactory { /** * Builds the given component using the given array as the da...
class ComponentFactory { /** * Builds the given component using the given array as the data input. * * @param array|null $data * @param string $component * * @return \UWaterlooAPI\Data\JSON\Common\Components\BaseComponent|null */ public static function buildComponent($data, $...
<|file_sep|>src/Data/JSON/Common/Components/ComponentFactory.php.diff original: * @param array $data updated: * @param array|null $data <|file_sep|>original/src/Data/JSON/Common/Components/ComponentFactory.php class ComponentFactory { /** * Builds the given component using the given array as the da...
ef4a20cca0e8bbbae4513c1d15d7a075b35e502a
src/Data/JSON/Common/Components/ComponentFactory.php
src/Data/JSON/Common/Components/ComponentFactory.php
PHP
<|file_sep|>original/project/plugins.sbt addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3") addSbtP...
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" %...
<|file_sep|>original/project/plugins.sbt addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3") addSbtP...
592614fceef5a86250316bc197bb2495bc9a655a
project/plugins.sbt
project/plugins.sbt
Scala
<|file_sep|>original/accounting/apps/books/models.py from django.conf import settings from django.db import models from django.contrib.auth.models import AbstractUser class User(AbstractUser): pass class Organization(models.Model): display_name = models.CharField(max_length=150, help_text="Name that...
from django.conf import settings from django.db import models from django.contrib.auth.models import AbstractUser class User(AbstractUser): pass class Organization(models.Model): display_name = models.CharField(max_length=150, help_text="Name that you communicate") legal_name = models.CharField(...
<|file_sep|>original/accounting/apps/books/models.py from django.conf import settings from django.db import models from django.contrib.auth.models import AbstractUser class User(AbstractUser): pass class Organization(models.Model): display_name = models.CharField(max_length=150, help_text="Name that...
8d000ebe16657f5cbe7fdf06ddd91322f141fb11
accounting/apps/books/models.py
accounting/apps/books/models.py
Python
<|file_sep|>original/karma.conf.js "./wwwroot/lib/angular-bootstrap/ui-bootstrap-tpls.min.js", "./wwwroot/lib/angular-ui-router/release/angular-ui-router.min.js", "./wwwroot/lib/jquery/dist/jquery.min.js", "./node_modules/angular-mocks/angular-mocks.js", "./node_modules/jasmine-jquery/lib/...
"./wwwroot/lib/angular-bootstrap/ui-bootstrap-tpls.min.js", "./wwwroot/lib/angular-ui-router/release/angular-ui-router.min.js", "./wwwroot/lib/jquery/dist/jquery.min.js", "./node_modules/angular-mocks/angular-mocks.js", "./node_modules/jasmine-jquery/lib/jasmine-jquery.js", "./wwwroo...
<|file_sep|>original/karma.conf.js "./wwwroot/lib/angular-bootstrap/ui-bootstrap-tpls.min.js", "./wwwroot/lib/angular-ui-router/release/angular-ui-router.min.js", "./wwwroot/lib/jquery/dist/jquery.min.js", "./node_modules/angular-mocks/angular-mocks.js", "./node_modules/jasmine-jquery/lib/...
7381c7b98a613de0a2f9abf619292fdb21d8a905
karma.conf.js
karma.conf.js
JavaScript
<|file_sep|>original/.test-infra/jenkins/job_bookkeeper_codecoverage.groovy // This job deploys a snapshot of latest master to artifactory nightly mavenJob('bookkeeper_codecoverage') { description('runs a `mvn clean verify` of the nightly snapshot for bookkeeper,\n\ running tests and gathering code c...
// This job deploys a snapshot of latest master to artifactory nightly mavenJob('bookkeeper_codecoverage') { description('runs a `mvn clean verify` of the nightly snapshot for bookkeeper,\n\ running tests and gathering code coverage metrics.') // Set common parameters. common_job_properties.setT...
<|file_sep|>original/.test-infra/jenkins/job_bookkeeper_codecoverage.groovy // This job deploys a snapshot of latest master to artifactory nightly mavenJob('bookkeeper_codecoverage') { description('runs a `mvn clean verify` of the nightly snapshot for bookkeeper,\n\ running tests and gathering code c...
e475ac3343f51b7ee0796eebecad829330baa92a
.test-infra/jenkins/job_bookkeeper_codecoverage.groovy
.test-infra/jenkins/job_bookkeeper_codecoverage.groovy
Groovy
<|file_sep|>original/_config.yml highlighter: pygments permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4 <|file_sep|>current/_config.yml highlighter: pygments permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4 <|file_sep|>updated/_config.yml
highlighter: rouge permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4
<|file_sep|>original/_config.yml highlighter: pygments permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4 <|file_sep|>current/_config.yml highlighter: pygments permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4 <|file_sep|>updated/_config.yml...
53798dcd257ebf04ecc85f7505eadd251c1447f5
_config.yml
_config.yml
YAML