prompt stringlengths 77 6.9k | completion stringlengths 1 3.38k | text stringlengths 163 9.03k | commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | lang stringclasses 277
values |
|---|---|---|---|---|---|---|
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- ruby-1.9.3
- ruby-2.0.0
- ruby-2.1.4
- ruby-2.2-head
- jruby
- rbx-2.4.1
- rbx-2.5.2
before_install: gem install bundler -v 1.10.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- ruby-1.9.3
- ruby-2.0.0
- ruby-2.1.4
- ruby-2.2-head
- j... | language: ruby
rvm:
- ruby-1.9.3
- ruby-2.0.0
- ruby-2.1.5
- ruby-2.2.1
- jruby
- rbx-2.4.1
- rbx-2.5.2
before_install: gem install bundler -v 1.10.5 | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- ruby-1.9.3
- ruby-2.0.0
- ruby-2.1.4
- ruby-2.2-head
- jruby
- rbx-2.4.1
- rbx-2.5.2
before_install: gem install bundler -v 1.10.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- ruby-1.9.3
- ruby-2.0.0
- ruby-2.1.4
- ruby-2.2-head
- j... | 7c4601da305a9b75274dab6f099a725fa3152272 | .travis.yml | .travis.yml | YAML |
<|file_sep|>lib/jrb/rails/template_handler.rb.diff
original:
updated:
"result = begin",
<|file_sep|>original/lib/jrb/rails/template_handler.rb
module JRB
module Rails
class TemplateHandler
class << self
def call(template)
helper = JRB.const_get(template.mime_type.to_sym.to_s.u... | module JRB
module Rails
class TemplateHandler
class << self
def call(template)
helper = JRB.const_get(template.mime_type.to_sym.to_s.upcase)
[ "class_eval { def <<(out); @output_buffer << out; end; alias_method :write, :<< }",
"@output_buffer = ActiveSupport::SafeBuf... | <|file_sep|>lib/jrb/rails/template_handler.rb.diff
original:
updated:
"result = begin",
<|file_sep|>original/lib/jrb/rails/template_handler.rb
module JRB
module Rails
class TemplateHandler
class << self
def call(template)
helper = JRB.const_get(template.mime_type.to_sym.to_s.u... | 2a99ef4328b281ce58d18064a97b3c4a62a8f3d9 | lib/jrb/rails/template_handler.rb | lib/jrb/rails/template_handler.rb | Ruby |
<|file_sep|>original/spec/ruby/core/file/initialize_spec.rb
require File.expand_path('../../../spec_helper', __FILE__)
describe "File#initialize" do
it "needs to be reviewed for spec completeness"
end
ruby_version_is '1.9' do
describe "File#initialize" do
it 'accepts encoding options in mode parameter' do
... | require File.expand_path('../../../spec_helper', __FILE__)
describe "File#initialize" do
it "needs to be reviewed for spec completeness"
end
ruby_version_is '1.8' do
describe "File#initialize" do
it 'ignores encoding options in mode parameter' do
lambda { File.new(__FILE__, 'r:UTF-8:iso-8859-1') }.shoul... | <|file_sep|>original/spec/ruby/core/file/initialize_spec.rb
require File.expand_path('../../../spec_helper', __FILE__)
describe "File#initialize" do
it "needs to be reviewed for spec completeness"
end
ruby_version_is '1.9' do
describe "File#initialize" do
it 'accepts encoding options in mode parameter' do
... | a80b89166639f8e4d7c3153aff2c31d3cbd62276 | spec/ruby/core/file/initialize_spec.rb | spec/ruby/core/file/initialize_spec.rb | Ruby |
<|file_sep|>README.md.diff
original:
[![Build Status][travis-status]][travis]
updated:
[](https://github.com/gollth/franka_ros/actions)
<|file_sep|>original/README.md
# ROS integration for Franka Emika research robots
[](https://github.com/gollth/franka_ros/actions)
See the [Franka Control Interface (FCI) documentation][fci-docs] for more information.
## License
All packages of `franka_ros` are... | <|file_sep|>README.md.diff
original:
[![Build Status][travis-status]][travis]
updated:
[](https://github.com/gollth/franka_ros/actions)
<|file_sep|>original/README.md
# ROS integration for Franka Emika research robots
[![Build Status... | 0ab29c844e9068e952cebd006dff1001ebc0f863 | README.md | README.md | Markdown |
<|file_sep|>test/setup.ts.diff
original:
updated:
import { XMLHttpRequest } from "xmlhttprequest";
<|file_sep|>test/setup.ts.diff
original:
const doc = jsdom.jsdom("<!doctype html><html><body></body></html>");
updated:
const doc = jsdom.jsdom("<!doctype html><html><body></body></html>", {
virtualConsole: jsdom.cre... |
const exposedProperties = ["window", "navigator", "document"];
const doc = jsdom.jsdom("<!doctype html><html><body></body></html>", {
virtualConsole: jsdom.createVirtualConsole().sendTo(console),
});
global.document = doc;
global.window = doc.defaultView;
// fix the XMLHttpRequest API implementation
global.wind... | <|file_sep|>test/setup.ts.diff
original:
updated:
import { XMLHttpRequest } from "xmlhttprequest";
<|file_sep|>test/setup.ts.diff
original:
const doc = jsdom.jsdom("<!doctype html><html><body></body></html>");
updated:
const doc = jsdom.jsdom("<!doctype html><html><body></body></html>", {
virtualConsole: jsdom.cre... | 5d6a98827d8676deee126d757b08b3dbeae7526b | test/setup.ts | test/setup.ts | TypeScript |
<|file_sep|>original/wercker.yml
build-ubuntu:
box: phanect/kubuntu:xenial
steps:
- script:
name: "[Kubuntu] Running setup.sh"
code: |
chmod +x ./setup.sh
./setup.sh
build-debian:
box: phanect/debian-kde
steps:
- script:
name: "[Debian] Running setup.sh"
... | build-ubuntu:
box: phanect/kubuntu:xenial
steps:
- script:
name: "[Kubuntu] Install packages which prompts on apt-get"
code: sudo apt-get update -qq && DEBIAN_FRONTEND=noninteractive sudo apt-get install --yes --allow-change-held-packages console-setup console-setup-linux
- script:
n... | <|file_sep|>original/wercker.yml
build-ubuntu:
box: phanect/kubuntu:xenial
steps:
- script:
name: "[Kubuntu] Running setup.sh"
code: |
chmod +x ./setup.sh
./setup.sh
build-debian:
box: phanect/debian-kde
steps:
- script:
name: "[Debian] Running setup.sh"
... | b0f30bb3b7f9202c7483b945a5838b9c02b0c58b | wercker.yml | wercker.yml | YAML |
<|file_sep|>original/circle.yml
## Customize dependencies
dependencies:
override:
- bundle install:
timeout: 3600 # fail if command has no output for 60 minutes
- bundle exec jekyll build:
timeout: 3600 # fail if command has no output for 60 minutes
cache_directories:
- /home/ubuntu/.rv... | ## Customize dependencies
dependencies:
override:
- bundle install:
timeout: 3600 # fail if command has no output for 60 minutes
- bundle exec jekyll build:
timeout: 3600 # fail if command has no output for 60 minutes
cache_directories:
- /home/ubuntu/.rvm/gems/ruby-1.9.3-p448
test:
... | <|file_sep|>original/circle.yml
## Customize dependencies
dependencies:
override:
- bundle install:
timeout: 3600 # fail if command has no output for 60 minutes
- bundle exec jekyll build:
timeout: 3600 # fail if command has no output for 60 minutes
cache_directories:
- /home/ubuntu/.rv... | 33b8d653b9ede9ca1fc087bdd792c9ffb07a7f6c | circle.yml | circle.yml | YAML |
<|file_sep|>original/stylesheets/blog-new.css
<|file_sep|>current/stylesheets/blog-new.css
<|file_sep|>updated/stylesheets/blog-new.css | h1 {
font-size: 32px;
}
section code {
width: auto;
padding: 1px;
border: 1px solid gray;
border-radius: 4px;
background-color: lightgray;
}
pre code {
background-color: transparent;
border: none;
}
img {
float: right;
padding-left: 8px;
width: 240px; | <|file_sep|>original/stylesheets/blog-new.css
<|file_sep|>current/stylesheets/blog-new.css
<|file_sep|>updated/stylesheets/blog-new.css
h1 {
font-size: 32px;
}
section code {
width: auto;
padding: 1px;
border: 1px solid gray;
border-radius: 4px;
background-color: lightgray;
}
pre code {
background-col... | 764820eeb96510c288451db158064bd99e9d3604 | stylesheets/blog-new.css | stylesheets/blog-new.css | CSS |
<|file_sep|>original/library/zlib/gzipwriter/write_spec.rb
end
# skip gzip header for now
@io.string.unpack('C*')[10..-1].should == @zip.unpack('C*')[10..-1]
end
it "returns the number of bytes in the input" do
Zlib::GzipWriter.wrap @io do |gzio|
gzio.write(@data).should == @data.size
en... | end
# skip gzip header for now
@io.string.unpack('C*')[10..-1].should == @zip.unpack('C*')[10..-1]
end
it "returns the number of bytes in the input" do
Zlib::GzipWriter.wrap @io do |gzio|
gzio.write(@data).should == @data.size
end
end
it "handles inputs of 2^23 bytes" do
input =... | <|file_sep|>original/library/zlib/gzipwriter/write_spec.rb
end
# skip gzip header for now
@io.string.unpack('C*')[10..-1].should == @zip.unpack('C*')[10..-1]
end
it "returns the number of bytes in the input" do
Zlib::GzipWriter.wrap @io do |gzio|
gzio.write(@data).should == @data.size
en... | 402b2cbfd37f9aa1457322d85e19354c22d73c44 | library/zlib/gzipwriter/write_spec.rb | library/zlib/gzipwriter/write_spec.rb | Ruby |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.2.3
install:
- gem build frecon.gemspec
- gem install ./frecon-*.gem
- rspec spec
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.2.3
install:
- gem build frecon.gemspec
- gem install ./frecon-*.gem
- rspec spec
<|file_sep|>updated/.trav... | language: ruby
rvm:
- 2.2.3 | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.2.3
install:
- gem build frecon.gemspec
- gem install ./frecon-*.gem
- rspec spec
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.2.3
install:
- gem build frecon.gemspec
- gem install ./frecon-*.gem
- rspec spec
<|file_sep|>updated/.trav... | 654d74185d913fc99aa099703f696b7e8fbc1673 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/docs/page-configuration.md
<|file_sep|>current/docs/page-configuration.md
<|file_sep|>updated/docs/page-configuration.md | ---
permalink: "/page/"
---
# Customzing
Initially took a *cayman* theme.
General guide on customizing
https://help.github.com/articles/customizing-css-and-html-in-your-jekyll-theme/
Specific https://github.com/pages-themes/cayman | <|file_sep|>original/docs/page-configuration.md
<|file_sep|>current/docs/page-configuration.md
<|file_sep|>updated/docs/page-configuration.md
---
permalink: "/page/"
---
# Customzing
Initially took a *cayman* theme.
General guide on customizing
https://help.github.com/articles/customizing-css-and-html-in-your-jekyl... | 6dff2d51d7f5d4e98a451f4e4f23fba7879c1c8c | docs/page-configuration.md | docs/page-configuration.md | Markdown |
<|file_sep|>usingnamespace/models/Domain.py.diff
original:
updated:
Integer,
PrimaryKeyConstraint,
String,
<|file_sep|>usingnamespace/models/Domain.py.diff
original:
Integer,
updated:
<|file_sep|>usingnamespace/models/Domain.py.diff
original:
PrimaryKeyConstraint,
updated:
<|f... | from meta import Base
from sqlalchemy import (
Boolean,
Column,
ForeignKey,
Integer,
PrimaryKeyConstraint,
String,
Table,
Unicode,
UniqueConstraint,
)
class Domain(Base):
__table__ = Table('domains', Base.metadata,
Column(... | <|file_sep|>usingnamespace/models/Domain.py.diff
original:
updated:
Integer,
PrimaryKeyConstraint,
String,
<|file_sep|>usingnamespace/models/Domain.py.diff
original:
Integer,
updated:
<|file_sep|>usingnamespace/models/Domain.py.diff
original:
PrimaryKeyConstraint,
updated:
<|f... | 787c8a1f1f000b75095fab5cc6b3e8e5d4ef60d8 | usingnamespace/models/Domain.py | usingnamespace/models/Domain.py | Python |
<|file_sep|>original/src/scripts/git-tools/change-author.sh
<|file_sep|>current/src/scripts/git-tools/change-author.sh
<|file_sep|>updated/src/scripts/git-tools/change-author.sh | #!/usr/bin/env bash
git filter-branch --commit-filter '
if [ "$GIT_AUTHOR_EMAIL" = ${1} ];
then
GIT_AUTHOR_NAME=${2};
GIT_AUTHOR_EMAIL=${3};
git commit-tree "$@";
else
git commit-tree "$@";
fi' HEAD | <|file_sep|>original/src/scripts/git-tools/change-author.sh
<|file_sep|>current/src/scripts/git-tools/change-author.sh
<|file_sep|>updated/src/scripts/git-tools/change-author.sh
#!/usr/bin/env bash
git filter-branch --commit-filter '
if [ "$GIT_AUTHOR_EMAIL" = ${1} ];
then
GIT_AUTHOR_NAME=${2};
... | 54e8fe151c89f36ea5eda2872e628dd0fc3ff781 | src/scripts/git-tools/change-author.sh | src/scripts/git-tools/change-author.sh | Shell |
<|file_sep|>original/packages/no/notifications-tray-icon.yaml
<|file_sep|>current/packages/no/notifications-tray-icon.yaml
<|file_sep|>updated/packages/no/notifications-tray-icon.yaml | homepage: https://github.com/IvanMalison/notifications-tray-icon#readme
changelog-type: markdown
hash: 31b9bb6a87eaa5a8a29b28c12ff6e33922386bf21dd9bd7a8dd1fbdc3478d281
test-bench-deps: {}
maintainer: IvanMalison@gmail.com
synopsis: ''
changelog: |
# Changelog for notifications-tray-icon
## Unreleased changes
basic... | <|file_sep|>original/packages/no/notifications-tray-icon.yaml
<|file_sep|>current/packages/no/notifications-tray-icon.yaml
<|file_sep|>updated/packages/no/notifications-tray-icon.yaml
homepage: https://github.com/IvanMalison/notifications-tray-icon#readme
changelog-type: markdown
hash: 31b9bb6a87eaa5a8a29b28c12ff6e33... | bb6b1485b93bf65b55673719a30b518af93b6b1c | packages/no/notifications-tray-icon.yaml | packages/no/notifications-tray-icon.yaml | YAML |
<|file_sep|>original/docs/sync-doc.sh
#!/bin/bash
TARGET=../../nextflow-website/assets
if egrep "^release = '.*edge'$" -c conf.py >/dev/null; then
MODE=edge
else
MODE=latest
fi
LATEST=$TARGET/docs/$MODE/
mkdir -p $LATEST
rsync -r _build/html/ $LATEST
( cd ../../nextflow-website; ./jbake)
<|file_sep|>current/docs/sy... | #!/bin/bash
TARGET=../../nextflow-website/assets
if egrep "^release = '.*edge|.*SNAPSHOT'$" -c conf.py >/dev/null; then
MODE=edge
else
MODE=latest
fi
LATEST=$TARGET/docs/$MODE/
mkdir -p $LATEST
rsync -r _build/html/ $LATEST
( cd ../../nextflow-website; ./jbake) | <|file_sep|>original/docs/sync-doc.sh
#!/bin/bash
TARGET=../../nextflow-website/assets
if egrep "^release = '.*edge'$" -c conf.py >/dev/null; then
MODE=edge
else
MODE=latest
fi
LATEST=$TARGET/docs/$MODE/
mkdir -p $LATEST
rsync -r _build/html/ $LATEST
( cd ../../nextflow-website; ./jbake)
<|file_sep|>current/docs/sy... | 93ea6c34fdc0a152742eec1d2a7d1e025b054244 | docs/sync-doc.sh | docs/sync-doc.sh | Shell |
<|file_sep|>original/metadata/de.duenndns.gmdice.txt
* Dungeons & Dragons (DnD)
* Neuroshima
* Monastyr
* Star Wars RPG
* Shadowrun
* and further d20 and 3d20 titles
.
Repo Type:git
Repo:https://github.com/ge0rg/gamemasterdice.git
Build:0.1.5,6
commit=852aa5d917a
Build:0.1.6,7
commit=0.1.6
Auto Update Mode:... | * Dungeons & Dragons (DnD)
* Neuroshima
* Monastyr
* Star Wars RPG
* Shadowrun
* and further d20 and 3d20 titles
.
Repo Type:git
Repo:https://github.com/ge0rg/gamemasterdice.git
Build:0.1.5,6
commit=852aa5d917a
Build:0.1.6,7
commit=0.1.6
Auto Update Mode:None
Update Check Mode:Tags
Current Version:$build_re... | <|file_sep|>original/metadata/de.duenndns.gmdice.txt
* Dungeons & Dragons (DnD)
* Neuroshima
* Monastyr
* Star Wars RPG
* Shadowrun
* and further d20 and 3d20 titles
.
Repo Type:git
Repo:https://github.com/ge0rg/gamemasterdice.git
Build:0.1.5,6
commit=852aa5d917a
Build:0.1.6,7
commit=0.1.6
Auto Update Mode:... | 6d4d217ad2cf4bbf8dcfc7ffd68efd407acb2dd2 | metadata/de.duenndns.gmdice.txt | metadata/de.duenndns.gmdice.txt | Text |
<|file_sep|>circle.yml.diff
original:
version: 3.4.3 # Current Pyte has tokens built in for 3.5.1
updated:
version: 3.5.1 # Current Pyte has tokens built in for 3.5.1
<|file_sep|>original/circle.yml
machine:
python:
version: 3.4.3 # Current Pyte has tokens built in for 3.5.1
dependencies:
override:
... | machine:
python:
version: 3.5.1 # Current Pyte has tokens built in for 3.5.1
dependencies:
override:
- pip install tox tox-pyenv coveralls
- pyenv local 3.3.6 3.4.3 3.5.1
test:
post:
- coveralls | <|file_sep|>circle.yml.diff
original:
version: 3.4.3 # Current Pyte has tokens built in for 3.5.1
updated:
version: 3.5.1 # Current Pyte has tokens built in for 3.5.1
<|file_sep|>original/circle.yml
machine:
python:
version: 3.4.3 # Current Pyte has tokens built in for 3.5.1
dependencies:
override:
... | dffc0a507dfda58c821ef6fe7d80ef33b790dd20 | circle.yml | circle.yml | YAML |
<|file_sep|>testem.js.diff
original:
updated:
const Reporter = require('ember-test-utils/reporter')
<|file_sep|>original/testem.js
/* eslint-env node */
module.exports = {
disable_watching: true,
framework: 'mocha',
launch_in_ci: [
'Chrome',
'Firefox'
],
launch_in_dev: [
'Chrome'
],
test_pag... | /* eslint-env node */
const Reporter = require('ember-test-utils/reporter')
module.exports = {
disable_watching: true,
framework: 'mocha',
launch_in_ci: [
'Chrome',
'Firefox'
],
launch_in_dev: [
'Chrome'
],
reporter: new Reporter(),
test_page: 'tests/index.html?hidepassed'
} | <|file_sep|>testem.js.diff
original:
updated:
const Reporter = require('ember-test-utils/reporter')
<|file_sep|>original/testem.js
/* eslint-env node */
module.exports = {
disable_watching: true,
framework: 'mocha',
launch_in_ci: [
'Chrome',
'Firefox'
],
launch_in_dev: [
'Chrome'
],
test_pag... | 23ca887a5177da072ea023a4694810493f6227d4 | testem.js | testem.js | JavaScript |
<|file_sep|>app/assets/javascripts/voluntary_ranking/routes/arguments/index_route.js.coffee.diff
original:
@controllerFor('arguments.index').set 'thingId', @modelFor('thing').id
updated:
@controllerFor('arguments.index').set 'thingName', @modelFor('thing')._data.name
<|file_sep|>app/assets/javascripts/voluntary... | setupController: (controller, model) ->
controller.send('goToPageWithoutRedirect', controller.get('page'))
controller.set('model', model)
actions:
openModal: (modalName) ->
@render modalName,
into: "arguments.index"
outlet: "modal"
$('#modal').modal('show')
$(... | <|file_sep|>app/assets/javascripts/voluntary_ranking/routes/arguments/index_route.js.coffee.diff
original:
@controllerFor('arguments.index').set 'thingId', @modelFor('thing').id
updated:
@controllerFor('arguments.index').set 'thingName', @modelFor('thing')._data.name
<|file_sep|>app/assets/javascripts/voluntary... | 798c6b98840d23532ea97a62aa3b8acf38a485ca | app/assets/javascripts/voluntary_ranking/routes/arguments/index_route.js.coffee | app/assets/javascripts/voluntary_ranking/routes/arguments/index_route.js.coffee | CoffeeScript |
<|file_sep|>original/Plugins/org.mitk.gui.qt.xnat/CMakeLists.txt
project(org_mitk_gui_qt_xnat)
find_package(OpenSSL)
if( NOT OPENSSL_FOUND AND NOT SSL_EAY_RELEASE AND NOT LIB_EAY_RELEASE )
message( "Could not find OpenSSL, XNAT will not work for HTTPS connections. Please set the SSL_EAY_RELEASE and LIB_EAY_RELEASE ... | project(org_mitk_gui_qt_xnat)
find_package(OpenSSL)
if( NOT OPENSSL_FOUND AND NOT SSL_EAY_RELEASE AND NOT LIB_EAY_RELEASE )
message( "Could not find OpenSSL, XNAT will not work for HTTPS connections. Please set the SSL_EAY_RELEASE and LIB_EAY_RELEASE CMake variables to the respective libraries." )
endif()
if( WIN3... | <|file_sep|>original/Plugins/org.mitk.gui.qt.xnat/CMakeLists.txt
project(org_mitk_gui_qt_xnat)
find_package(OpenSSL)
if( NOT OPENSSL_FOUND AND NOT SSL_EAY_RELEASE AND NOT LIB_EAY_RELEASE )
message( "Could not find OpenSSL, XNAT will not work for HTTPS connections. Please set the SSL_EAY_RELEASE and LIB_EAY_RELEASE ... | 89728ea867ee0dcbc8073f9913a35b1568b34515 | Plugins/org.mitk.gui.qt.xnat/CMakeLists.txt | Plugins/org.mitk.gui.qt.xnat/CMakeLists.txt | Text |
<|file_sep|>original/axes/apps.py
This method is re-entrant and can be called multiple times.
It displays version information exactly once at application startup.
"""
if cls.initialized:
return
cls.initialized = True
# Only import settings, checks, ... |
This method is re-entrant and can be called multiple times.
It displays version information exactly once at application startup.
"""
if cls.initialized:
return
cls.initialized = True
# Only import settings, checks, and signals one time after Django ... | <|file_sep|>original/axes/apps.py
This method is re-entrant and can be called multiple times.
It displays version information exactly once at application startup.
"""
if cls.initialized:
return
cls.initialized = True
# Only import settings, checks, ... | aae0e295ef1c020371831aa9145820d8678670f7 | axes/apps.py | axes/apps.py | Python |
<|file_sep|>packages/le/lens-properties.yaml.diff
original:
hash: b1288359096f083a685864e661c6cae748e76c382470e387c18660b7da592dad
updated:
hash: 029194aa01f61f48d40e2fc3f34373a05ba32a80a243491af0cb8bcf2c7324ac
<|file_sep|>original/packages/le/lens-properties.yaml
test-bench-deps: {}
maintainer: Edward Kmett <ekmett@gm... | test-bench-deps: {}
maintainer: Edward Kmett <ekmett@gmail.com>
synopsis: QuickCheck properties for lens
changelog: ! "4.11.1\n------\n* Update version bounds.\n\n4.0\n---\n\n* Initial release
containing the properties:\n * `isIso`\n * `isLens`\n * `isPrism`\n * `isSetter`\n
\ * `isTraversal`\n"
basic-deps:
b... | <|file_sep|>packages/le/lens-properties.yaml.diff
original:
hash: b1288359096f083a685864e661c6cae748e76c382470e387c18660b7da592dad
updated:
hash: 029194aa01f61f48d40e2fc3f34373a05ba32a80a243491af0cb8bcf2c7324ac
<|file_sep|>original/packages/le/lens-properties.yaml
test-bench-deps: {}
maintainer: Edward Kmett <ekmett@gm... | 19086d943f7835ba836b486f894c0b17dfe95200 | packages/le/lens-properties.yaml | packages/le/lens-properties.yaml | YAML |
<|file_sep|>original/js/index.js
var alexa = Alexa.handler(event, context);
alexa.appId = constants.appId;
alexa.dynamoDBTableName = constants.dynamoDBTableName;
alexa.registerHandlers(
startModeHandlers,
playModeHandlers,
remoteControlHandlers,
audioEventHandlers
);
... | alexa.appId = constants.appId;
alexa.dynamoDBTableName = constants.dynamoDBTableName;
alexa.registerHandlers(
startModeHandlers,
playModeHandlers,
remoteControlHandlers,
audioEventHandlers
);
// Ensure the device can play audio
// event.context.System won't be pr... | <|file_sep|>original/js/index.js
var alexa = Alexa.handler(event, context);
alexa.appId = constants.appId;
alexa.dynamoDBTableName = constants.dynamoDBTableName;
alexa.registerHandlers(
startModeHandlers,
playModeHandlers,
remoteControlHandlers,
audioEventHandlers
);
... | 7de86b26fa6e31a08500d4b4c2420787649ec020 | js/index.js | js/index.js | JavaScript |
<|file_sep|>original/twitter_feed.py
<|file_sep|>current/twitter_feed.py
<|file_sep|>updated/twitter_feed.py | # authenticates with twitter, searches for microsoft, evaluates overall
# sentiment for microsoft
import numpy as np
import twitter
from textblob import TextBlob
f = open('me.auth')
keys = f.readlines()
# Read in keys
keys = [x.strip('\n') for x in keys]
# Connect
api = twitter.Api(consumer_key = keys[0],
... | <|file_sep|>original/twitter_feed.py
<|file_sep|>current/twitter_feed.py
<|file_sep|>updated/twitter_feed.py
# authenticates with twitter, searches for microsoft, evaluates overall
# sentiment for microsoft
import numpy as np
import twitter
from textblob import TextBlob
f = open('me.auth')
keys = f.readlines()
# R... | a84d8005193328b63eaf98f0852dc72c3e58aed9 | twitter_feed.py | twitter_feed.py | Python |
<|file_sep|>original/index.rst
Fortran 90
==========
Quick links:
* Summary of the language: http://www.cs.umbc.edu/~squire/fortranclass/summary.shtml
* Fortran 77 standard: http://www.fortran.com/F77_std/rjcnf0001.html
* Fortran 2003 standard: http://www.j3-fortran.org/doc/year/04/04-007.pdf
* Fortra... | Fortran 90
==========
Quick links:
* Summary of the language: http://www.cs.umbc.edu/~squire/fortranclass/summary.shtml
* Language featues: http://en.wikipedia.org/wiki/Fortran_language_features
* Fortran 77 standard: http://www.fortran.com/F77_std/rjcnf0001.html
* Fortran 2003 standard: http://www.j3... | <|file_sep|>original/index.rst
Fortran 90
==========
Quick links:
* Summary of the language: http://www.cs.umbc.edu/~squire/fortranclass/summary.shtml
* Fortran 77 standard: http://www.fortran.com/F77_std/rjcnf0001.html
* Fortran 2003 standard: http://www.j3-fortran.org/doc/year/04/04-007.pdf
* Fortra... | 83d16cadec0457140ad7db1fd83747ef5c7b46e3 | index.rst | index.rst | reStructuredText |
<|file_sep|>packages/uu/uu-interleaved.yaml.diff
original:
hash: 72ae61853b078af0e6aeea60d7ab1866e8998604bc184177f1475474385faaef
updated:
hash: cbaa7ae178e615b36e683cff0e582bfeae984099211c1a87d052d8d4e7e9e186
<|file_sep|>packages/uu/uu-interleaved.yaml.diff
original:
synopsis: Providing an interleaving combinator for ... | synopsis: An interleaving combinator for use with applicative style implementations.
changelog: ''
basic-deps:
base: ! '>=4.2 && <5'
all-versions:
- '0.1.0.0'
- '0.2.0.0'
- '0.2.0.1'
- '0.2.0.2'
author: Doaitse Swierstra, Utrecht University
latest: '0.2.0.2'
description-type: haddock
description: ! 'This module conta... | <|file_sep|>packages/uu/uu-interleaved.yaml.diff
original:
hash: 72ae61853b078af0e6aeea60d7ab1866e8998604bc184177f1475474385faaef
updated:
hash: cbaa7ae178e615b36e683cff0e582bfeae984099211c1a87d052d8d4e7e9e186
<|file_sep|>packages/uu/uu-interleaved.yaml.diff
original:
synopsis: Providing an interleaving combinator for ... | 55d8de967c8a38d4f56159ca380e18828c6fb6bd | packages/uu/uu-interleaved.yaml | packages/uu/uu-interleaved.yaml | YAML |
<|file_sep|>original/source/index.html.md
---
title:
description:
---
We are getting married!
We can't wait for you to celebrate with us, play some games, and drink some tea.
That's our kind of wedding.
<|file_sep|>current/source/index.html.md
---
title:
description:
---
We are getting married!
We can't wait for ... | Under Construction... | <|file_sep|>original/source/index.html.md
---
title:
description:
---
We are getting married!
We can't wait for you to celebrate with us, play some games, and drink some tea.
That's our kind of wedding.
<|file_sep|>current/source/index.html.md
---
title:
description:
---
We are getting married!
We can't wait for ... | 763145598f3e0efbd5cd0e34b3d4429c419dbd17 | source/index.html.md | source/index.html.md | Markdown |
<|file_sep|>original/.travis.yml
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer self-update
- composer install --dev --prefer-source
- mkdir -p tests/build/logs
script:
- phpunit
- ./vendor/bin/phpcs --standard=PSR2 ./src/
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocu... | - 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer self-update
- composer install --dev --prefer-source
- mkdir -p tests/build/logs
script:
- vendor/bin/phpunit -c ./phpunit.xml
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.3' ]; then ./vendor/bin/phpcs --standard=PSR2 ./src/; fi"
after_script:
- wget... | <|file_sep|>original/.travis.yml
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer self-update
- composer install --dev --prefer-source
- mkdir -p tests/build/logs
script:
- phpunit
- ./vendor/bin/phpcs --standard=PSR2 ./src/
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocu... | a0964561042fe24d75c501674d5c89547ef97edb | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/app/views/layouts/_javascript.html.erb
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
... | <script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
ignoreClass: 'container',
processClass: 'tex... | <|file_sep|>original/app/views/layouts/_javascript.html.erb
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
... | 24270a4d195eb582447d4f201ad9930e68db1aa0 | app/views/layouts/_javascript.html.erb | app/views/layouts/_javascript.html.erb | HTML+ERB |
<|file_sep|>original/cloudly/cache.py
log = logger.init(__name__)
@Memoized
def get_conn():
""" Get a connection to a Redis server. The priority is:
- look for an environment variable REDIS_HOST, else
- look for an EC2 hosted server offering the service 'redis', else
- use localhost, 127.0... | log = logger.init(__name__)
@Memoized
def get_conn():
""" Get a connection to a Redis server. The priority is:
- look for an environment variable REDIS_HOST, else
- look for an EC2 hosted server offering the service 'redis', else
- use localhost, 127.0.0.1.
"""
try:
service... | <|file_sep|>original/cloudly/cache.py
log = logger.init(__name__)
@Memoized
def get_conn():
""" Get a connection to a Redis server. The priority is:
- look for an environment variable REDIS_HOST, else
- look for an EC2 hosted server offering the service 'redis', else
- use localhost, 127.0... | 148ebbb82f824a091ae439f49b543165878eeee4 | cloudly/cache.py | cloudly/cache.py | Python |
<|file_sep|>original/requirements_dev.txt
pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3.4
Sphinx==1.5.2
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.6
numpy==1.12.0
scipy==0.18.1
scikit-learn==0.18.1
<|file_sep|>current/requirements_dev.txt
pip==9.0.1
bumpversion==0.... | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.6.0
coverage==4.3.4
Sphinx==1.5.2
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.6
numpy==1.12.0
scipy==0.18.1
scikit-learn==0.18.1 | <|file_sep|>original/requirements_dev.txt
pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.5.0
coverage==4.3.4
Sphinx==1.5.2
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.6
numpy==1.12.0
scipy==0.18.1
scikit-learn==0.18.1
<|file_sep|>current/requirements_dev.txt
pip==9.0.1
bumpversion==0.... | 26c355159f782aa7e8d0535655b8b74f8573af2f | requirements_dev.txt | requirements_dev.txt | Text |
<|file_sep|>original/bayespy/inference/vmp/nodes/tests/test_dirichlet.py
<|file_sep|>current/bayespy/inference/vmp/nodes/tests/test_dirichlet.py
<|file_sep|>updated/bayespy/inference/vmp/nodes/tests/test_dirichlet.py | ######################################################################
# Copyright (C) 2014 Jaakko Luttinen
#
# This file is licensed under Version 3.0 of the GNU General Public
# License. See LICENSE for a text of the license.
######################################################################
####################... | <|file_sep|>original/bayespy/inference/vmp/nodes/tests/test_dirichlet.py
<|file_sep|>current/bayespy/inference/vmp/nodes/tests/test_dirichlet.py
<|file_sep|>updated/bayespy/inference/vmp/nodes/tests/test_dirichlet.py
######################################################################
# Copyright (C) 2014 Jaakko Lu... | 7376dcf2222f24bafee9896c7b6631cbede829c8 | bayespy/inference/vmp/nodes/tests/test_dirichlet.py | bayespy/inference/vmp/nodes/tests/test_dirichlet.py | Python |
<|file_sep|>original/froide/frontpage/models.py
def getFeatured(self):
try:
return self.get_query_set().order_by("-timestamp").select_related('request', 'request__publicbody')[0]
except IndexError:
return None
class FeaturedRequest(models.Model):
request = models.Foreig... |
class FeaturedRequest(models.Model):
request = models.ForeignKey(FoiRequest,
verbose_name=_("Featured Request"))
timestamp = models.DateTimeField()
title = models.CharField(max_length=255)
text = models.TextField()
url = models.CharField(max_length=255, blank=True)
user = models.For... | <|file_sep|>original/froide/frontpage/models.py
def getFeatured(self):
try:
return self.get_query_set().order_by("-timestamp").select_related('request', 'request__publicbody')[0]
except IndexError:
return None
class FeaturedRequest(models.Model):
request = models.Foreig... | 51c37e74da9fe2bfc068fd29a52422c84b13900d | froide/frontpage/models.py | froide/frontpage/models.py | Python |
<|file_sep|>original/test/.eslintrc.json
// ESLint configuration for test directory
{
"extends": "../.eslintrc.json",
"env": {
"mocha": true
},
"rules": {
// Allow null use in tests
"unicorn/no-null": "off"
}
}
<|file_sep|>current/test/.eslintrc.json
// ESLint configuration for test directory
{
... | // ESLint configuration for test directory
{
"extends": "../.eslintrc.json",
"env": {
"mocha": true
},
"rules": {
// Allow, but don't require, braces around function body
// Braces around body of it() function is more consistent/readable
"arrow-body-style": "off",
// Allow null use in tes... | <|file_sep|>original/test/.eslintrc.json
// ESLint configuration for test directory
{
"extends": "../.eslintrc.json",
"env": {
"mocha": true
},
"rules": {
// Allow null use in tests
"unicorn/no-null": "off"
}
}
<|file_sep|>current/test/.eslintrc.json
// ESLint configuration for test directory
{
... | 07491d50b89c4d97673ec79648820c7bd19115f1 | test/.eslintrc.json | test/.eslintrc.json | JSON |
<|file_sep|>app/services/ci/stop_environments_service.rb.diff
original:
return unless has_environments?
updated:
<|file_sep|>original/app/services/ci/stop_environments_service.rb
next unless can?(current_user, :create_deployment, project)
environment.stop!(current_user)
end
end
pr... |
environments.each do |environment|
next unless environment.stoppable?
next unless can?(current_user, :create_deployment, project)
environment.stop!(current_user)
end
end
private
def has_ref?
@ref.present?
end
def environments
@environments ||= pro... | <|file_sep|>app/services/ci/stop_environments_service.rb.diff
original:
return unless has_environments?
updated:
<|file_sep|>original/app/services/ci/stop_environments_service.rb
next unless can?(current_user, :create_deployment, project)
environment.stop!(current_user)
end
end
pr... | 5d5b80a608d8d89525e5e903ea47c6b66e13ed23 | app/services/ci/stop_environments_service.rb | app/services/ci/stop_environments_service.rb | Ruby |
<|file_sep|>original/app/client/css/app.styl
// From PhoneGap CSS.
// TODO(steida): Use more.
// TODO(steida): Clean and refactor.
*
-webkit-tap-highlight-color rgba(0,0,0,0)
// // lvfha
// a, button
// &:focus
// outline solid 1px red
// &:active
// color inherit
.app
padding 0 1em
form
input, t... |
// From PhoneGap CSS.
// TODO(steida): Use more.
// TODO(steida): Clean and refactor.
*
-webkit-tap-highlight-color rgba(0,0,0,0)
a
button
input
textarea
transition all 0.3s ease-in-out
outline none
&:focus
// background-color red
opacity .9
box-shadow 0 0 6px rgba(0, 0, 0, .3)
.app | <|file_sep|>original/app/client/css/app.styl
// From PhoneGap CSS.
// TODO(steida): Use more.
// TODO(steida): Clean and refactor.
*
-webkit-tap-highlight-color rgba(0,0,0,0)
// // lvfha
// a, button
// &:focus
// outline solid 1px red
// &:active
// color inherit
.app
padding 0 1em
form
input, t... | 6b0c9f77ccbe5268a9c1ef21d666c3be9c915660 | app/client/css/app.styl | app/client/css/app.styl | Stylus |
<|file_sep|>spec/classes/init_spec.rb.diff
original:
it { is_expected.to contain_class('realmd::install').that_comes_before('realmd::config') }
updated:
it { is_expected.to contain_class('realmd::install').that_comes_before('Class[realmd::config]') }
<|file_sep|>original/spec/classes/init_spec.rb
... | context "realmd class without any parameters" do
let(:params) {{ }}
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('realmd') }
it { is_expected.to contain_class('realmd::params') }
it { is_expected.to contain_class('realmd::insta... | <|file_sep|>spec/classes/init_spec.rb.diff
original:
it { is_expected.to contain_class('realmd::install').that_comes_before('realmd::config') }
updated:
it { is_expected.to contain_class('realmd::install').that_comes_before('Class[realmd::config]') }
<|file_sep|>original/spec/classes/init_spec.rb
... | 9606d3a46eda655316dafd6dad1b96d5b9484048 | spec/classes/init_spec.rb | spec/classes/init_spec.rb | Ruby |
<|file_sep|>templates/mainstay_wiki/index.html.diff
original:
<p>Welcome to the Wiki</p>
updated:
<p>Welcome to the Wiki</p>
<|file_sep|>templates/mainstay_wiki/index.html.diff
original:
<p><a href="{% url 'mainstay_wiki:add_page' %}">Add a new page</a></p>
updated:
<p><a href="{% url 'mainstay_wiki:add_page' %}">A... | {% extends "mainstay_wiki/base.html" %}
{% block content %}
<p>Welcome to the Wiki</p>
<p><a href="{% url 'mainstay_wiki:add_page' %}">Add a new page</a></p>
{% if recently_updated %}
<h3>Recently Updated Pages</h3>
{% for p in recently_updated %}
<p>
<a href="{% url 'mainstay_wiki:page' p.title... | <|file_sep|>templates/mainstay_wiki/index.html.diff
original:
<p>Welcome to the Wiki</p>
updated:
<p>Welcome to the Wiki</p>
<|file_sep|>templates/mainstay_wiki/index.html.diff
original:
<p><a href="{% url 'mainstay_wiki:add_page' %}">Add a new page</a></p>
updated:
<p><a href="{% url 'mainstay_wiki:add_page' %}">A... | 4a4fe68242213c636294b4a6e0d130a26010d440 | templates/mainstay_wiki/index.html | templates/mainstay_wiki/index.html | HTML |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosete... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false | <|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosete... | 933d11caef491dd8155e4f33ceefdd0d81b165e2 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/package.json
{
"name": "larvitgeodata",
"version": "2.0.0",
"dependencies": {
"async": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"larvitdb": "^2.1.0",
"larvitdbmigration": "^3.0.0",
"larvitutils": "^2.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "^5.2.... | {
"name": "larvitgeodata",
"version": "2.0.0",
"dependencies": {
"async": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"larvitdb": "^2.1.0",
"larvitdbmigration": "^4.0.0",
"larvitutils": "^2.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "^5.2.0",
"mocha": "^5.0.0",
"mo... | <|file_sep|>original/package.json
{
"name": "larvitgeodata",
"version": "2.0.0",
"dependencies": {
"async": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"larvitdb": "^2.1.0",
"larvitdbmigration": "^3.0.0",
"larvitutils": "^2.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "^5.2.... | 4c2f342c4d6d55e964ecf49a084253bc34f65450 | package.json | package.json | JSON |
<|file_sep|>.travis.yml.diff
original:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=docs
- TOX_ENV=pep8
updated:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=docs
- TOX_ENV=pep8
<|file_sep|>.travis.yml.diff
original:
- "pip install --use-mirrors tox covera... | - TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=docs
- TOX_ENV=pep8
install:
- pip install --use-mirrors tox coveralls
script:
- tox -e $TOX_ENV
after_success: coveralls
deploy:
provider: pypi
user: striglia
password:
secure: cNExm/7XrxdF8c/m+EpXDVObR5h4FJnGCVhE0sMKR6VbjUQU/WAYPdy3r2mfF1... | <|file_sep|>.travis.yml.diff
original:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=docs
- TOX_ENV=pep8
updated:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=docs
- TOX_ENV=pep8
<|file_sep|>.travis.yml.diff
original:
- "pip install --use-mirrors tox covera... | 25d9dcb2b3c583b18bfb23113cc576940d035038 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/packages/Adapters/Fortran_API/test/CMakeLists.txt
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../src)
TRIBITS_ADD_EXECUTABLE_AND_TEST(
Fortran_API_test
SOURCES tstFortran_API.F90
COMM serial mpi
STANDARD_PASS_OUTPUT
)
<|file_sep|>current/packages/Adapters/Fortran_API/test/CMakeLists.t... | INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../src)
TRIBITS_ADD_EXECUTABLE_AND_TEST(
Fortran_API_test
SOURCES tstFortran_API.F90
COMM serial mpi
LINKER_LANGUAGE Fortran
STANDARD_PASS_OUTPUT
) | <|file_sep|>original/packages/Adapters/Fortran_API/test/CMakeLists.txt
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../src)
TRIBITS_ADD_EXECUTABLE_AND_TEST(
Fortran_API_test
SOURCES tstFortran_API.F90
COMM serial mpi
STANDARD_PASS_OUTPUT
)
<|file_sep|>current/packages/Adapters/Fortran_API/test/CMakeLists.t... | 1ef1f4a0b3fc1acee70682b78b96452a455091c2 | packages/Adapters/Fortran_API/test/CMakeLists.txt | packages/Adapters/Fortran_API/test/CMakeLists.txt | Text |
<|file_sep|>ckanext-otalexc_template/ckanext/otalexc_template/templates/package/snippets/additional_info.html.diff
original:
updated:
{% if key == "spatial" %}
{# No lo mostramos #}
{% else %}
<|file_sep|>original/ckanext-otalexc_template/ckanext/otalexc_template/templates/package/sni... | {% if value and value != "[]" and value != "{}" %}
{% if key == "spatial" %}
{# No lo mostramos #}
{% else %}
<tr rel="dc:relation" resource="_:extra{{ i }}">
<th scope="row" class="dataset-label" property="rdfs:label">{{ _(key) }}</th>
... | <|file_sep|>ckanext-otalexc_template/ckanext/otalexc_template/templates/package/snippets/additional_info.html.diff
original:
updated:
{% if key == "spatial" %}
{# No lo mostramos #}
{% else %}
<|file_sep|>original/ckanext-otalexc_template/ckanext/otalexc_template/templates/package/sni... | af916b3a8e88c090d4ccb5c23eba3661cbb45326 | ckanext-otalexc_template/ckanext/otalexc_template/templates/package/snippets/additional_info.html | ckanext-otalexc_template/ckanext/otalexc_template/templates/package/snippets/additional_info.html | HTML |
<|file_sep|>src/components/Breadcrumb.jsx.diff
original:
// the remain is the file path
updated:
// the remainder is the file path
<|file_sep|>original/src/components/Breadcrumb.jsx
import { translate } from '../plugins/preact-polyglot'
import { withRouter } from 'react-router'
const Breadcrumb = ({ t, router }) =... | import { withRouter } from 'react-router'
const Breadcrumb = ({ t, router }) => {
// extract elements from the pathNames
let path = router.location.pathname.match(/\/([^/]*)(.*)/)
// rootName is the first element before file path
const rootName = path[1]
// the remainder is the file path
const filePath =... | <|file_sep|>src/components/Breadcrumb.jsx.diff
original:
// the remain is the file path
updated:
// the remainder is the file path
<|file_sep|>original/src/components/Breadcrumb.jsx
import { translate } from '../plugins/preact-polyglot'
import { withRouter } from 'react-router'
const Breadcrumb = ({ t, router }) =... | 5f085bc2906bd7c791f6e8ab7d2b6437d45b37b0 | src/components/Breadcrumb.jsx | src/components/Breadcrumb.jsx | JSX |
<|file_sep|>original/tests/test.yml
- name : my-group
gid : 1500
state : absent
is_system : True
sudo_rules : []
sudo_sub_dir : "groups"
account_management_users :
- name : my-user
append : False
comment ... | - name : my-group
gid : 1500
state : absent
is_system : True
sudo_rules : []
sudo_sub_dir : "groups"
account_management_users :
- name : my-user
append : False
comment : "Foobar"
createHome ... | <|file_sep|>original/tests/test.yml
- name : my-group
gid : 1500
state : absent
is_system : True
sudo_rules : []
sudo_sub_dir : "groups"
account_management_users :
- name : my-user
append : False
comment ... | 78899f246924fdc958a682d817d29eeca36214a3 | tests/test.yml | tests/test.yml | YAML |
<|file_sep|>kura/distrib/src/main/resources/raspberry-pi-2-nn/kura_install.sh.diff
original:
# Copyright (c) 2011, 2015 Eurotech and/or its affiliates
updated:
# Copyright (c) 2011, 2014 Eurotech and/or its affiliates
<|file_sep|>kura/distrib/src/main/resources/raspberry-pi-2-nn/kura_install.sh.diff
original:
INSTALL_D... | #
# Contributors:
# Eurotech
#
INSTALL_DIR=/opt/eclipse
#create known kura install location
ln -sf ${INSTALL_DIR}/kura_* ${INSTALL_DIR}/kura
#set up Kura init
cp ${INSTALL_DIR}/kura/install/kura.init.raspbian /etc/init.d/kura
chmod +x /etc/init.d/kura
chmod +x ${INSTALL_DIR}/kura/bin/*.sh
#set up runlevels to sta... | <|file_sep|>kura/distrib/src/main/resources/raspberry-pi-2-nn/kura_install.sh.diff
original:
# Copyright (c) 2011, 2015 Eurotech and/or its affiliates
updated:
# Copyright (c) 2011, 2014 Eurotech and/or its affiliates
<|file_sep|>kura/distrib/src/main/resources/raspberry-pi-2-nn/kura_install.sh.diff
original:
INSTALL_D... | 7f00b163d8619593edc9c23376ff6a067af9d8b8 | kura/distrib/src/main/resources/raspberry-pi-2-nn/kura_install.sh | kura/distrib/src/main/resources/raspberry-pi-2-nn/kura_install.sh | Shell |
<|file_sep|>original/examples/express/api.js
resolve(null);
}
}
});
}
function loadSession(req, res, next) {
// We may not always be reporting errors manually. What happens if there's an error we didn't anticipate?
// In that case we can attach some user data to the request, so we know which us... | }
}
});
}
function loadSession(req, res, next) {
// We may not always be reporting errors manually. What happens if there's an error we didn't anticipate?
// In that case we can attach some user data to the request, so we know which user was affected by the error.
if (bugsnag.requestData) {
bugsn... | <|file_sep|>original/examples/express/api.js
resolve(null);
}
}
});
}
function loadSession(req, res, next) {
// We may not always be reporting errors manually. What happens if there's an error we didn't anticipate?
// In that case we can attach some user data to the request, so we know which us... | 6ca919bb4d7d42ef8dd1aa284a07bf3500a2d2a5 | examples/express/api.js | examples/express/api.js | JavaScript |
<|file_sep|>appveyor.yml.diff
original:
updated:
- mkdir googletest_build
<|file_sep|>original/appveyor.yml
- curl -L -o lz4.zip https://github.com/lz4/lz4/releases/download/v1.7.4.2/lz4_v1_7_4_win32.zip
- mkdir lz4
- 7z x -olz4 lz4.zip
- cp lz4/dll/liblz4.{dll,lib} .
# Install Google test framework
- c... | - curl -L -o lz4.zip https://github.com/lz4/lz4/releases/download/v1.7.4.2/lz4_v1_7_4_win32.zip
- mkdir lz4
- 7z x -olz4 lz4.zip
- cp lz4/dll/liblz4.{dll,lib} .
# Install Google test framework
- curl -L -o googletest.zip https://github.com/google/googletest/archive/release-1.8.0.zip
- mkdir googletest
... | <|file_sep|>appveyor.yml.diff
original:
updated:
- mkdir googletest_build
<|file_sep|>original/appveyor.yml
- curl -L -o lz4.zip https://github.com/lz4/lz4/releases/download/v1.7.4.2/lz4_v1_7_4_win32.zip
- mkdir lz4
- 7z x -olz4 lz4.zip
- cp lz4/dll/liblz4.{dll,lib} .
# Install Google test framework
- c... | f0667731ea76633e1fc3eddb6a12c833a8588f92 | appveyor.yml | appveyor.yml | YAML |
<|file_sep|>README.md.diff
original:
#Sentrii
updated:
# Sentrii
<|file_sep|>README.md.diff
original:
###Mockup 1
updated:
### Mockup 1
<|file_sep|>README.md.diff
original:
###Mockup 2
updated:
### Mockup 2
<|file_sep|>README.md.diff
original:
###Install
updated:
### Install
<|file_sep|>README.md.diff
original:
###Gulp... |
### Mockup 1

### Mockup 2

### Install
`npm install`
### Build
Needs `gulp` and `gulp-cli` installed globally via `npm` to run Gulp directly from the command line.
##### gulp (default)
Exe... | <|file_sep|>README.md.diff
original:
#Sentrii
updated:
# Sentrii
<|file_sep|>README.md.diff
original:
###Mockup 1
updated:
### Mockup 1
<|file_sep|>README.md.diff
original:
###Mockup 2
updated:
### Mockup 2
<|file_sep|>README.md.diff
original:
###Install
updated:
### Install
<|file_sep|>README.md.diff
original:
###Gulp... | 55c0cf7086f35c1b4a2eb832a4530fc88aa92f55 | README.md | README.md | Markdown |
<|file_sep|>lib/logsaber/entry.rb.diff
original:
def analyze object
object.is_a?(String) ? object : object.inspect
updated:
def view object
viewable?(object) ? object.to_s : object.inspect
<|file_sep|>lib/logsaber/entry.rb.diff
original:
def view object
if object.nil? || object.empty? || v... | secondary.map{|item| analyze item }.join ' | '
end
def view object
viewable?(object) ? object.to_s : object.inspect
end
def analyze object
analyzeable?(object) ? object : object.inspect
end
def viewable? object
object && (analyzeable?(object) || object.is_a?(Symbol))
... | <|file_sep|>lib/logsaber/entry.rb.diff
original:
def analyze object
object.is_a?(String) ? object : object.inspect
updated:
def view object
viewable?(object) ? object.to_s : object.inspect
<|file_sep|>lib/logsaber/entry.rb.diff
original:
def view object
if object.nil? || object.empty? || v... | 19bc9f905afa33b9c71c81c2d0370bb5f3392d58 | lib/logsaber/entry.rb | lib/logsaber/entry.rb | Ruby |
<|file_sep|>original/app/src/main/java/it/playfellas/superapp/logic/master/Master1Controller.java
void onBeginStage() {
}
@Override
void onEndStage() {
}
@Override
void onAnswer(boolean rw) {
if (getScore() % conf.getRuleChange() == 0) {
TenBus.get().post(EventFactory... |
}
@Override
void onEndStage() {
}
@Override
void onAnswer(boolean rw) {
int score = getScore();
if (score != 0 && score % conf.getRuleChange() == 0) {
TenBus.get().post(EventFactory.gameChange());
}
}
@Override
StartGameEvent getNewGameEvent()... | <|file_sep|>original/app/src/main/java/it/playfellas/superapp/logic/master/Master1Controller.java
void onBeginStage() {
}
@Override
void onEndStage() {
}
@Override
void onAnswer(boolean rw) {
if (getScore() % conf.getRuleChange() == 0) {
TenBus.get().post(EventFactory... | 5a9747b64736e3b10b6b393083270583cf22f7e9 | app/src/main/java/it/playfellas/superapp/logic/master/Master1Controller.java | app/src/main/java/it/playfellas/superapp/logic/master/Master1Controller.java | Java |
<|file_sep|>README.md.diff
original:
# v4.0
* added main view to app delegate so that libraries can retrieve/set the main view to make integration easier.
updated:
<|file_sep|>original/README.md
## Description
Use this plugin to build for the ios platform.
## Usage:
`$ duell build ios -simulator -debug`
## Arguments:... | ## Description
Use this plugin to build for the ios platform.
## Usage:
`$ duell build ios -simulator -debug`
## Arguments:
* `-simulator` – runs the app on the ios simulator.
* `-debug` – Use this argument if you want to build in debug.
## Release Log
# v3.5
* added main view to app delegate so that lib... | <|file_sep|>README.md.diff
original:
# v4.0
* added main view to app delegate so that libraries can retrieve/set the main view to make integration easier.
updated:
<|file_sep|>original/README.md
## Description
Use this plugin to build for the ios platform.
## Usage:
`$ duell build ios -simulator -debug`
## Arguments:... | 2d1ca231acc415343177ad9c869555e6d8302368 | README.md | README.md | Markdown |
<|file_sep|>original/test/instrumentation/_client.js
'use strict'
var Instrumentation = require('../../lib/instrumentation')
var noop = function () {}
module.exports = function mockClient (cb) {
var client = {
active: true,
_httpClient: {
request: cb || noop
},
logger: require('console-log-le... | 'use strict'
var Instrumentation = require('../../lib/instrumentation')
var noop = function () {}
module.exports = function mockClient (cb) {
var client = {
active: true,
_ff_instrument: true,
_httpClient: {
request: cb || noop
},
logger: require('console-log-level')({ level: 'trace' })
... | <|file_sep|>original/test/instrumentation/_client.js
'use strict'
var Instrumentation = require('../../lib/instrumentation')
var noop = function () {}
module.exports = function mockClient (cb) {
var client = {
active: true,
_httpClient: {
request: cb || noop
},
logger: require('console-log-le... | 0c4bb09e55382144816bb36515f03a8c7b1816d6 | test/instrumentation/_client.js | test/instrumentation/_client.js | JavaScript |
<|file_sep|>original/build.sbt
import com.github.retronym.SbtOneJar._
oneJarSettings
name := "api-lint"
organization := "io.flow"
scalaVersion in ThisBuild := "2.11.7"
version := "0.0.10"
exportJars := true
lazy val root = project
.in(file("."))
.settings(
libraryDependencies ++= Seq(
"com.typesafe... | import com.github.retronym.SbtOneJar._
oneJarSettings
name := "api-lint"
organization := "io.flow"
scalaVersion in ThisBuild := "2.11.7"
version := "0.0.11"
exportJars := true
lazy val root = project
.in(file("."))
.settings(
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-json" % "2.4.6"... | <|file_sep|>original/build.sbt
import com.github.retronym.SbtOneJar._
oneJarSettings
name := "api-lint"
organization := "io.flow"
scalaVersion in ThisBuild := "2.11.7"
version := "0.0.10"
exportJars := true
lazy val root = project
.in(file("."))
.settings(
libraryDependencies ++= Seq(
"com.typesafe... | 0ead035c4f5a042d62fab72981b7c17d2805182f | build.sbt | build.sbt | Scala |
<|file_sep|>original/app.json
"repository": "https://github.com/DefactoSoftware/Hours",
"logo": "https://raw.githubusercontent.com/DefactoSoftware/Hours/development/app/assets/images/logo.png",
"keywords": ["hours"],
"env": {
"SINGLE_TENANT_MODE": "true",
"SMTP_ADDRESS": "smtp.sendgrid.net",
"SMTP_D... | "description": "Time registration that doesn't suck",
"repository": "https://github.com/DefactoSoftware/Hours",
"logo": "https://raw.githubusercontent.com/DefactoSoftware/Hours/development/app/assets/images/logo.png",
"keywords": ["hours"],
"env": {
"SINGLE_TENANT_MODE": "true",
"SMTP_ADDRESS": "smtp.... | <|file_sep|>original/app.json
"repository": "https://github.com/DefactoSoftware/Hours",
"logo": "https://raw.githubusercontent.com/DefactoSoftware/Hours/development/app/assets/images/logo.png",
"keywords": ["hours"],
"env": {
"SINGLE_TENANT_MODE": "true",
"SMTP_ADDRESS": "smtp.sendgrid.net",
"SMTP_D... | 2efacf9abac3e7fb695def266b20ce53b016e6c4 | app.json | app.json | JSON |
<|file_sep|>original/zuul.d/layout.yaml
---
- project:
name: openstack/os-apply-config
templates:
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-ovb-check
- tripleo-ovb-experimental
<|file_sep|>current/zuul.d/layout.yaml
---
- project:
name: o... | ---
- project:
name: openstack/os-apply-config
templates:
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal | <|file_sep|>original/zuul.d/layout.yaml
---
- project:
name: openstack/os-apply-config
templates:
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-ovb-check
- tripleo-ovb-experimental
<|file_sep|>current/zuul.d/layout.yaml
---
- project:
name: o... | 6f6a7bdb47096544d88730795d6ec2cc78b029c5 | zuul.d/layout.yaml | zuul.d/layout.yaml | YAML |
<|file_sep|>original/routing.js
var flatiron = require('flatiron'),
app = flatiron.app;
app.use(flatiron.plugins.http, {
// HTTP options
});
var text_index = fs.readFileSync('index.html');
var buff_index = new Buffer(text_index);
app.router.get('/', function () {
this.res.end(buff_index.toString());
});
app.... | var flatiron = require('flatiron'),
app = flatiron.app;
app.use(flatiron.plugins.http, {
// HTTP options
});
var text_index = fs.readFileSync('index.html');
var buff_index = new Buffer(text_index);
app.router.get('/', function () {
this.res.end(buff_index.toString());
});
app.router.get('/version', function ... | <|file_sep|>original/routing.js
var flatiron = require('flatiron'),
app = flatiron.app;
app.use(flatiron.plugins.http, {
// HTTP options
});
var text_index = fs.readFileSync('index.html');
var buff_index = new Buffer(text_index);
app.router.get('/', function () {
this.res.end(buff_index.toString());
});
app.... | 9cda21df3a6e837b2782f50d37070e4cf377c0f0 | routing.js | routing.js | JavaScript |
<|file_sep|>original/cmsplugin_filer_link/cms_plugins.py
from django.utils.translation import ugettext as _
from django.conf import settings
from .models import FilerLinkPlugin
class FilerLinkPlugin(CMSPluginBase):
module = 'Filer'
model = FilerLinkPlugin
name = _("Link")
text_enabled = True
raw_i... | from django.utils.translation import ugettext as _
from django.conf import settings
from .models import FilerLinkPlugin
class FilerLinkPlugin(CMSPluginBase):
module = 'Filer'
model = FilerLinkPlugin
name = _("Link")
text_enabled = True
render_template = "cmsplugin_filer_link/link.html"
def re... | <|file_sep|>original/cmsplugin_filer_link/cms_plugins.py
from django.utils.translation import ugettext as _
from django.conf import settings
from .models import FilerLinkPlugin
class FilerLinkPlugin(CMSPluginBase):
module = 'Filer'
model = FilerLinkPlugin
name = _("Link")
text_enabled = True
raw_i... | c7fb70585b0c488d523a4ff173e3b0675029e90b | cmsplugin_filer_link/cms_plugins.py | cmsplugin_filer_link/cms_plugins.py | Python |
<|file_sep|>original/requirements/production.txt
# Packages required in a production environment
-r base.txt
certifi==2016.2.28
gevent==1.1.1
gunicorn==19.6.0
mysqlclient==1.3.7
newrelic==2.66.0.49
pylibmc==1.5.1
PyYAML==3.11
<|file_sep|>current/requirements/production.txt
# Packages required in a production environme... | # Packages required in a production environment
-r base.txt
certifi==2016.2.28
gevent==1.1.1
gunicorn==19.6.0
mysqlclient==1.3.7
newrelic==2.66.0.49
nodeenv==0.13.6
pylibmc==1.5.1
PyYAML==3.11 | <|file_sep|>original/requirements/production.txt
# Packages required in a production environment
-r base.txt
certifi==2016.2.28
gevent==1.1.1
gunicorn==19.6.0
mysqlclient==1.3.7
newrelic==2.66.0.49
pylibmc==1.5.1
PyYAML==3.11
<|file_sep|>current/requirements/production.txt
# Packages required in a production environme... | 03f46f65ffbeb233f463048004090c0075115c38 | requirements/production.txt | requirements/production.txt | Text |
<|file_sep|>original/docs/README.md
<|file_sep|>current/docs/README.md
<|file_sep|>updated/docs/README.md | # nfcore/smrnaseq Documentation
The nfcore/smrnaseq documentation is split into the following files:
1. [Installation](installation.md)
2. Pipeline configuration
* [Local installation](configuration/local.md)
* [Amazon Web Services (aws)](configuration/aws.md)
* [Swedish UPPMAX clusters](configuration/up... | <|file_sep|>original/docs/README.md
<|file_sep|>current/docs/README.md
<|file_sep|>updated/docs/README.md
# nfcore/smrnaseq Documentation
The nfcore/smrnaseq documentation is split into the following files:
1. [Installation](installation.md)
2. Pipeline configuration
* [Local installation](configuration/local.... | 2f9cf8533ed6ffb79a8aaa507f2a6e9a701f7d0f | docs/README.md | docs/README.md | Markdown |
<|file_sep|>views/partials/forms/checkbox-radio.handlebars.diff
original:
<label class="pure-checkbox">
<input type="checkbox" value="">
updated:
<label for="{{id 'option-one'}}" class="pure-checkbox">
<input id="{{id 'option-one'}}" type="checkbox" value="">
<|file_sep|>views/partials/forms/che... | <form class="pure-form">
<label for="{{id 'option-one'}}" class="pure-checkbox">
<input id="{{id 'option-one'}}" type="checkbox" value="">
Here's option one.
</label>
<label for="{{id 'option-two'}}" class="pure-radio">
<input id="{{id 'option-two'}}" type="radio" name="optionsRadio... | <|file_sep|>views/partials/forms/checkbox-radio.handlebars.diff
original:
<label class="pure-checkbox">
<input type="checkbox" value="">
updated:
<label for="{{id 'option-one'}}" class="pure-checkbox">
<input id="{{id 'option-one'}}" type="checkbox" value="">
<|file_sep|>views/partials/forms/che... | 688cae2d05c77703be1f6885035c174bfe6f6559 | views/partials/forms/checkbox-radio.handlebars | views/partials/forms/checkbox-radio.handlebars | Handlebars |
<|file_sep|>original/data/en/edges.sh
#!/bin/bash -ex
export LANG=en_US.UTF-8 LC_COLLATE=C LC_CTYPE=C
./wiktionary-edges.awk enwiktionary.tsv |
sed -e 's/ {2,}//g' |
sort --parallel=$(nproc) -t $'\t' -S1G -k1 -k2 |
../count.awk > edges.txt
(echo 'source,target,weight,type'; sed -e 's/\t/,/g' -e 's/$/,undirected/g' <edg... | #!/bin/bash -ex
export LANG=en_US.UTF-8 LC_COLLATE=C
LC_CTYPE=C ./wiktionary-edges.awk enwiktionary.tsv |
sed -e 's/ {2,}//g' |
sort --parallel=$(nproc) -t $'\t' -S1G -k1 -k2 |
../count.awk > edges.txt
(echo 'source,target,weight,type'; sed -e 's/\t/,/g' -e 's/$/,undirected/g' <edges.txt) >edges.csv | <|file_sep|>original/data/en/edges.sh
#!/bin/bash -ex
export LANG=en_US.UTF-8 LC_COLLATE=C LC_CTYPE=C
./wiktionary-edges.awk enwiktionary.tsv |
sed -e 's/ {2,}//g' |
sort --parallel=$(nproc) -t $'\t' -S1G -k1 -k2 |
../count.awk > edges.txt
(echo 'source,target,weight,type'; sed -e 's/\t/,/g' -e 's/$/,undirected/g' <edg... | ce3b5f365f0519e20a18d622a8e44d951c253593 | data/en/edges.sh | data/en/edges.sh | Shell |
<|file_sep|>original/spec/abbyy/cloud/models/translation_spec.rb
<|file_sep|>current/spec/abbyy/cloud/models/translation_spec.rb
<|file_sep|>updated/spec/abbyy/cloud/models/translation_spec.rb | RSpec.describe ABBYY::Cloud::Models::Translation do
let(:data) { { id: "foo", translation: "bar" } }
subject { described_class.new(data) }
it { is_expected.to be_kind_of ABBYY::Cloud::Struct }
its(:to_h) { is_expected.to eq data }
context "with invalid id:" do
before { data[:id] = 1 }
it "fails" d... | <|file_sep|>original/spec/abbyy/cloud/models/translation_spec.rb
<|file_sep|>current/spec/abbyy/cloud/models/translation_spec.rb
<|file_sep|>updated/spec/abbyy/cloud/models/translation_spec.rb
RSpec.describe ABBYY::Cloud::Models::Translation do
let(:data) { { id: "foo", translation: "bar" } }
subject { described... | 9c504134fae59cac3b7a2dfdd162864bb8f4415c | spec/abbyy/cloud/models/translation_spec.rb | spec/abbyy/cloud/models/translation_spec.rb | Ruby |
<|file_sep|>original/cms/templates/cms/toolbar/plugin_text.html
{% load i18n l10n sekizai_tags cms_tags %}{% load url from future %}
{% addtoblock "js" %}
<script type="text/javascript">
(function($) {
// CMS.$ will be passed for $
$(document).ready(function () {
new CMS.PlaceholderItem('cms_placeholder-generic-{{ req... | {% load i18n l10n sekizai_tags cms_tags %}{% load url from future %}
{% addtoblock "js" %}
<script type="text/javascript">
(function($) {
// CMS.$ will be passed for $
$(document).ready(function () {
new CMS.Plugin('cms_placeholder-generic-{{ request.current_page.pk|unlocalize }}', {
'type': 'generic',
'plugin_nam... | <|file_sep|>original/cms/templates/cms/toolbar/plugin_text.html
{% load i18n l10n sekizai_tags cms_tags %}{% load url from future %}
{% addtoblock "js" %}
<script type="text/javascript">
(function($) {
// CMS.$ will be passed for $
$(document).ready(function () {
new CMS.PlaceholderItem('cms_placeholder-generic-{{ req... | 23aa6b52dcb373cd9e3755cfb074d7a36901bc9b | cms/templates/cms/toolbar/plugin_text.html | cms/templates/cms/toolbar/plugin_text.html | HTML |
<|file_sep|>package.json.diff
original:
"grunt": "~0.4.2"
updated:
"grunt": ">=0.4.0"
<|file_sep|>original/package.json
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-no... | },
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"freemarker"
... | <|file_sep|>package.json.diff
original:
"grunt": "~0.4.2"
updated:
"grunt": ">=0.4.0"
<|file_sep|>original/package.json
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-no... | 01daf674c7a5d114d7a896f98e1e63abbee73783 | package.json | package.json | JSON |
<|file_sep|>README.md.diff
original:
This program was tested on Cywin and should be fine with *nix and Mac OS.
updated:
This program was tested on Cywin and should be working fine on Unix, Linux and Mac OS.
<|file_sep|>original/README.md
gfw_whitelist2domains
=====================
# Introduction
Extract domains from p... | gfw_whitelist2domains
=====================
# Introduction
Extract domains from pac file of gfw_whitelist project (https://github.com/n0wa11/gfw_whitelist).
The domains extracted by this program can be used as excluded domains of DNSForwarder (https://github.com/holmium/dnsforwarder) for users in China.
This program... | <|file_sep|>README.md.diff
original:
This program was tested on Cywin and should be fine with *nix and Mac OS.
updated:
This program was tested on Cywin and should be working fine on Unix, Linux and Mac OS.
<|file_sep|>original/README.md
gfw_whitelist2domains
=====================
# Introduction
Extract domains from p... | 6bcf549a517c9cf6fc7be50e7378dd58dfb08e67 | README.md | README.md | Markdown |
<|file_sep|>original/elisp/web-programming.el
("\\.djhtml\\'" . web-mode)
("\\.html?\\'" . web-mode))
:config
(progn
(setq web-mode-css-indent-offset 2)
(setq web-mode-code-indent-offset 4)
(setq web-mode-comment-style 2)
(setq web-mode-script-padding 0)
(setq web-mode-enable-current-eleme... | (progn
(setq web-mode-css-indent-offset 2)
(setq web-mode-code-indent-offset 4)
(setq web-mode-comment-style 2)
(setq web-mode-script-padding 0)
(setq web-mode-enable-current-element-highlight t)
(setq web-mode-engines-alist
'(("django" . "\\.html\\'"))
)))
;; electric ... | <|file_sep|>original/elisp/web-programming.el
("\\.djhtml\\'" . web-mode)
("\\.html?\\'" . web-mode))
:config
(progn
(setq web-mode-css-indent-offset 2)
(setq web-mode-code-indent-offset 4)
(setq web-mode-comment-style 2)
(setq web-mode-script-padding 0)
(setq web-mode-enable-current-eleme... | fc64f14d8dfd04acc6deeacedf44a3623ead1d85 | elisp/web-programming.el | elisp/web-programming.el | Emacs Lisp |
<|file_sep|>original/metadata.rb
name 'sys'
maintainer 'GSI HPC department'
maintainer_email 'hpc@gsi.de'
license 'Apache 2.0'
description 'System Software configuration and maintenance'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.18.1'
<|... | name 'sys'
maintainer 'GSI HPC department'
maintainer_email 'hpc@gsi.de'
license 'Apache 2.0'
description 'System Software configuration and maintenance'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.19.0' | <|file_sep|>original/metadata.rb
name 'sys'
maintainer 'GSI HPC department'
maintainer_email 'hpc@gsi.de'
license 'Apache 2.0'
description 'System Software configuration and maintenance'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.18.1'
<|... | 583bb489c1e2e4e60ba123d9d46ac43b6cd25304 | metadata.rb | metadata.rb | Ruby |
<|file_sep|>codeship-services.yml.diff
original:
command: python -Wd manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
updated:
<|file_sep|>original/codeship-services.yml
version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
... | version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
image: registry.heroku.com/arxiv-vanity-ass/web
links:
- db
environment:
SECRET_KEY: "not secure only use for development"
cached: true
dockercfg_generator:
image: codeship/heroku-dockercf... | <|file_sep|>codeship-services.yml.diff
original:
command: python -Wd manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
updated:
<|file_sep|>original/codeship-services.yml
version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
... | a2f7e019b98098ce3a0994f80d06040f6b3f5cc2 | codeship-services.yml | codeship-services.yml | YAML |
<|file_sep|>original/appveyor.yml
environment:
version_major: 0
version_minor: 1
version_revision: 0
version: $(version_major).$(version_minor).$(version_revision).{build}
assembly_info:
patch: true
file: CommonAssemblyInfo.cs
assembly_version: '$(version_major).$(version_minor)'
assembly_file_version: ... | environment:
version_major: 0
version_minor: 1
version_revision: 0
configuration: Release
version: $(version_major).$(version_minor).$(version_revision).{build}
assembly_info:
patch: true
file: CommonAssemblyInfo.cs
assembly_version: '$(version_major).$(version_minor)'
assembly_file_version: '$(version... | <|file_sep|>original/appveyor.yml
environment:
version_major: 0
version_minor: 1
version_revision: 0
version: $(version_major).$(version_minor).$(version_revision).{build}
assembly_info:
patch: true
file: CommonAssemblyInfo.cs
assembly_version: '$(version_major).$(version_minor)'
assembly_file_version: ... | 709165efad240c27e5412d133126521cb1ada343 | appveyor.yml | appveyor.yml | YAML |
<|file_sep|>README.md.diff
original:
# impulse-tabs
updated:
# Impulse Tabs
<|file_sep|>original/README.md
# impulse-tabs
Replace your Chrome new tab with productive, inspirational and motivational Impulse Tabs!
<|file_sep|>current/README.md
# Impulse Tabs
Replace your Chrome new tab with productive, inspirational and ... | # Impulse Tabs
Replace your Chrome new tab with productive, inspirational and motivational Impulse Tabs!
## Technology
**Impulse Tabs** uses React. Check out the following links to learn more:
- [React](https://facebook.github.io/react/)
- [Chrome extensions](https://developer.chrome.com/extensions/overview)
## Proje... | <|file_sep|>README.md.diff
original:
# impulse-tabs
updated:
# Impulse Tabs
<|file_sep|>original/README.md
# impulse-tabs
Replace your Chrome new tab with productive, inspirational and motivational Impulse Tabs!
<|file_sep|>current/README.md
# Impulse Tabs
Replace your Chrome new tab with productive, inspirational and ... | 16771bc3c8e8c7976aa92692f9a963b40fbceb4e | README.md | README.md | Markdown |
<|file_sep|>original/.rubocop.yml
AllCops:
DisplayCopNames: true
# Use trailing rather than leading dots on multi-line call chains
Layout/DotPosition:
EnforcedStyle: trailing
Style/Documentation:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrailingCommaInLiteral:
EnforcedStyleF... | AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.2
# Use trailing rather than leading dots on multi-line call chains
Layout/DotPosition:
EnforcedStyle: trailing
Style/Documentation:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrailingCommaInLiteral:
EnforcedStyleForMultili... | <|file_sep|>original/.rubocop.yml
AllCops:
DisplayCopNames: true
# Use trailing rather than leading dots on multi-line call chains
Layout/DotPosition:
EnforcedStyle: trailing
Style/Documentation:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrailingCommaInLiteral:
EnforcedStyleF... | 0b8eb7e93c815dcc134f58a401d6a54ad31417c3 | .rubocop.yml | .rubocop.yml | YAML |
<|file_sep|>original/stylesheets/application.css
.pink {
background: pink;
}
.black {
background: black;
}
#progress {
border: 1px solid #ececec;
width: 200px;
height: 20px;
float: left;
}
#progress div {
height: 100%;
}
#lookahead {
<|file_sep|>current/stylesheets/application.css
.pink {
backgrou... |
.pink {
background: pink;
}
.black {
background: black;
}
#progress {
border: 1px solid #c4c4c4;
width: 200px;
height: 20px;
float: left;
}
#progress div {
height: 100%;
}
#lookahead { | <|file_sep|>original/stylesheets/application.css
.pink {
background: pink;
}
.black {
background: black;
}
#progress {
border: 1px solid #ececec;
width: 200px;
height: 20px;
float: left;
}
#progress div {
height: 100%;
}
#lookahead {
<|file_sep|>current/stylesheets/application.css
.pink {
backgrou... | c3eb074986093f6f0eb6dba2c9f9373a701f77f7 | stylesheets/application.css | stylesheets/application.css | CSS |
<|file_sep|>original/app/models/market_model.rb
class MarketModel < ActiveRecord::Base
include Privacy
FOUNDATIONS = %w(connections kWh kW_connection kW_max kW_contracted kW_flex)
PRESENTABLES = %w(stakeholder_from stakeholder_to foundation applied_stakeholder tariff)
DEFAULT_INTERACTIONS = [{ "stakeholder_fro... | class MarketModel < ActiveRecord::Base
include Privacy
FOUNDATIONS = %w(
connections kWh kW_connection kW_max kW_contracted
flex_realised flex_potential
)
PRESENTABLES = %w(stakeholder_from stakeholder_to foundation applied_stakeholder tariff)
DEFAULT_INTERACTIONS = [{ "stakeholder_from" => "",
... | <|file_sep|>original/app/models/market_model.rb
class MarketModel < ActiveRecord::Base
include Privacy
FOUNDATIONS = %w(connections kWh kW_connection kW_max kW_contracted kW_flex)
PRESENTABLES = %w(stakeholder_from stakeholder_to foundation applied_stakeholder tariff)
DEFAULT_INTERACTIONS = [{ "stakeholder_fro... | c497c49223398782e6979b0ae398b89c5c47b40b | app/models/market_model.rb | app/models/market_model.rb | Ruby |
<|file_sep|>original/gameconf.py
"""
if os.name == osname:
return True
return False
def get_configvalue(configname):
"""
Retrieve a configuration value.
"""
try:
return ConfigValue.objects.get(conf_key=configname).conf_value
except:
functions_general.log_errmsg("Unable to get ... | """
if os.name == osname:
return True
return False
def get_configvalue(configname):
"""
Retrieve a configuration value.
"""
try:
return ConfigValue.objects.get(conf_key__iexact=configname).conf_value
except:
functions_general.log_errmsg("Unable to get config value for %s:\n%s"... | <|file_sep|>original/gameconf.py
"""
if os.name == osname:
return True
return False
def get_configvalue(configname):
"""
Retrieve a configuration value.
"""
try:
return ConfigValue.objects.get(conf_key=configname).conf_value
except:
functions_general.log_errmsg("Unable to get ... | fa4cc4cab3e76ba0211736da4862a85d50bdcccc | gameconf.py | gameconf.py | Python |
<|file_sep|>original/composer.json
"name": "koala-framework/kwf-densajs",
"description": "DensaJS Integration for Koala Framework",
"homepage": "http://www.koala-framework.org/",
"license": "BSD-2-Clause",
"type": "library",
"require": {
"koala-framework/koala-framework": "dev-master"
... | "name": "koala-framework/kwf-densajs",
"description": "DensaJS Integration for Koala Framework",
"homepage": "http://www.koala-framework.org/",
"license": "BSD-2-Clause",
"type": "library",
"require": {
"koala-framework/koala-framework": "dev-master"
},
"extra": {
"requir... | <|file_sep|>original/composer.json
"name": "koala-framework/kwf-densajs",
"description": "DensaJS Integration for Koala Framework",
"homepage": "http://www.koala-framework.org/",
"license": "BSD-2-Clause",
"type": "library",
"require": {
"koala-framework/koala-framework": "dev-master"
... | ef89f517ce51e152f964adb4a7b2bea6477280c9 | composer.json | composer.json | JSON |
<|file_sep|>lib/mips/assembler.rb.diff
original:
SYNTAX = /^\s*((?<tag>[a-zA-Z]\w*)\s*:\s*)?((?<cmd>[a-z]+)\s*((?<arg1>\$?\w+)\s*(,\s*((?<arg2>\$?\w+)|((?<offset>\d+)\(\s*(?<arg2>\$\w+)\s*\)))\s*(,\s*(?<arg3>\$?\w+)\s*)?)?)?)?(#.*)?$/
updated:
SYNTAX =
<|file_sep|>original/lib/mips/assembler.rb
class Assembler
... | class Assembler
attr_reader :symbol_table, :current_addr
def initialize
@symbol_table = {}
@current_addr = 0x0
end
def assembly(src)
src.each_line do |line|
fail MIPSSyntaxError, "#{line}: Syntax error." unless /^\s*((?<tag>[a-zA-Z]\w*)\s*:\s*)?((?<cmd>[a-z]+)\s*((?<arg1>\$... | <|file_sep|>lib/mips/assembler.rb.diff
original:
SYNTAX = /^\s*((?<tag>[a-zA-Z]\w*)\s*:\s*)?((?<cmd>[a-z]+)\s*((?<arg1>\$?\w+)\s*(,\s*((?<arg2>\$?\w+)|((?<offset>\d+)\(\s*(?<arg2>\$\w+)\s*\)))\s*(,\s*(?<arg3>\$?\w+)\s*)?)?)?)?(#.*)?$/
updated:
SYNTAX =
<|file_sep|>original/lib/mips/assembler.rb
class Assembler
... | a7078df0d4f0ddbd7ba6a7ff95b0089d878a9e32 | lib/mips/assembler.rb | lib/mips/assembler.rb | Ruby |
<|file_sep|>original/cluster/juju/bundles/local.yaml
services:
kubernetes:
charm: local:trusty/kubernetes
annotations:
"gui-x": "600"
"gui-y": "0"
expose: true
num_units: 2
etcd:
charm: cs:~lazypower/trusty/etcd
annotations:
"gui-x": "300"
"gui-y": "0"
num_units: ... | services:
kubernetes:
charm: local:trusty/kubernetes
annotations:
"gui-x": "600"
"gui-y": "0"
expose: true
num_units: 2
etcd:
charm: cs:~containers/trusty/etcd
annotations:
"gui-x": "300"
"gui-y": "0"
num_units: 1
relations:
- - "kubernetes:etcd"
- "etcd:db"... | <|file_sep|>original/cluster/juju/bundles/local.yaml
services:
kubernetes:
charm: local:trusty/kubernetes
annotations:
"gui-x": "600"
"gui-y": "0"
expose: true
num_units: 2
etcd:
charm: cs:~lazypower/trusty/etcd
annotations:
"gui-x": "300"
"gui-y": "0"
num_units: ... | b014c0d6b7a2ce3081f2253a536c5ccb76e64eac | cluster/juju/bundles/local.yaml | cluster/juju/bundles/local.yaml | YAML |
<|file_sep|>original/requirements.txt
dj-database-url
djangorestframework>=3.11,<3.13
drf-spectacular
uritemplate
passlib~=1.7.4
bcrypt # Requires libffi-dev and python-dev
dnspython==1.16.0
feedparser==6.0.2
greenlet==0.4.17
gevent==20.9.0
jsonfield==3.1.0
Pillow # Optional dependency for django-ckeditor
progress... | dj-database-url
djangorestframework>=3.11,<3.13
drf-spectacular
uritemplate
passlib~=1.7.4
bcrypt # Requires libffi-dev and python-dev
dnspython==1.16.0
feedparser==6.0.6
greenlet==0.4.17
gevent==20.9.0
jsonfield==3.1.0
Pillow # Optional dependency for django-ckeditor
progressbar33==2.4
py-dateutil==2.2
cryptograp... | <|file_sep|>original/requirements.txt
dj-database-url
djangorestframework>=3.11,<3.13
drf-spectacular
uritemplate
passlib~=1.7.4
bcrypt # Requires libffi-dev and python-dev
dnspython==1.16.0
feedparser==6.0.2
greenlet==0.4.17
gevent==20.9.0
jsonfield==3.1.0
Pillow # Optional dependency for django-ckeditor
progress... | 02f348a7fd34c8575a9bcc5e8613d07e3fc60647 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/base/thread_local_posix.cc
CHECK(error == 0);
}
// static
void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
int error = pthread_key_delete(slot);
DCHECK(error == 0);
}
// static
void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
return pthread_getspecific(slot_);
}
// stati... | CHECK(error == 0);
}
// static
void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
int error = pthread_key_delete(slot);
DCHECK(error == 0);
}
// static
void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
return pthread_getspecific(slot);
}
// static
void ThreadLocalPlatform::SetValueInSlot(SlotTy... | <|file_sep|>original/base/thread_local_posix.cc
CHECK(error == 0);
}
// static
void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
int error = pthread_key_delete(slot);
DCHECK(error == 0);
}
// static
void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
return pthread_getspecific(slot_);
}
// stati... | be3961513012bbbe17bb434c7382ac2fdd1e358f | base/thread_local_posix.cc | base/thread_local_posix.cc | C++ |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- '0.11'
- '0.10'
install:
- npm install
notifications:
email: false
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- '0.11'
- '0.10'
install:
- npm install
notifications:
email: false
<|file_sep|>updated/.travis.yml | language: node_js
node_js:
- '0.11'
- '0.10'
matrix:
allow_failures:
- node_js: '0.11'
install:
- npm install
notifications:
email: false | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- '0.11'
- '0.10'
install:
- npm install
notifications:
email: false
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- '0.11'
- '0.10'
install:
- npm install
notifications:
email: false
<|file_sep|>updated/.travis.yml... | cdb9f468bb9d3a30b521ffb5b62ee8ba77924a82 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/lib/Bio/EnsEMBL/Hive/RunnableDB/RNAcentral/GetFiles.pm
sub fetch_input {
my $self = shift @_;
my $location = $self->param_required('location');
my $extension = $self->param_required('extension');
my $opt = {};
$opt->{'output_folder'} = $self->param_required('output_folder');
... | sub fetch_input {
my $self = shift @_;
my $location = $self->param_required('location');
my $extension = $self->param_required('extension');
my $opt = {};
$opt->{'output_folder'} = $self->param_required('output_folder');
my $rnac = Bio::RNAcentral::InputFiles->new($opt);
my @files = $rnac... | <|file_sep|>original/lib/Bio/EnsEMBL/Hive/RunnableDB/RNAcentral/GetFiles.pm
sub fetch_input {
my $self = shift @_;
my $location = $self->param_required('location');
my $extension = $self->param_required('extension');
my $opt = {};
$opt->{'output_folder'} = $self->param_required('output_folder');
... | 10509c4d166527bbf53628548d2a317204b432a4 | lib/Bio/EnsEMBL/Hive/RunnableDB/RNAcentral/GetFiles.pm | lib/Bio/EnsEMBL/Hive/RunnableDB/RNAcentral/GetFiles.pm | Perl |
<|file_sep|>tools/ipmi-vulns.rb.diff
original:
vulns = []
updated:
<|file_sep|>tools/ipmi-vulns.rb.diff
original:
vulns << "VULN-IPMI-#{vuln[:name].upcase}"
updated:
hash["VULN-IPMI-#{vuln[:name].upcase}"] = "true"
<|file_sep|>original/tools/ipmi-vulns.rb
"data.ipmi_compat_password" => { valu... | SEARCHES = {
"data.ipmi_compat_password" => { value: "1", name: "straight-pass" },
"data.ipmi_compat_md2" => { value: "1", name: "md2" },
"data.ipmi_compat_none" => { value: "1", name: "noauth" },
"data.ipmi_user_disable_message_auth" => { value: "1", name: "permsg" },
"... | <|file_sep|>tools/ipmi-vulns.rb.diff
original:
vulns = []
updated:
<|file_sep|>tools/ipmi-vulns.rb.diff
original:
vulns << "VULN-IPMI-#{vuln[:name].upcase}"
updated:
hash["VULN-IPMI-#{vuln[:name].upcase}"] = "true"
<|file_sep|>original/tools/ipmi-vulns.rb
"data.ipmi_compat_password" => { valu... | 214e391c698470149e0b6f5b443cf6584d458cfd | tools/ipmi-vulns.rb | tools/ipmi-vulns.rb | Ruby |
<|file_sep|>scss/oldhungarian.scss.diff
original:
unicode-range: U+10C80-10CFF;
updated:
unicode-range: U+10C80-10CFF, U+200D;
<|file_sep|>original/scss/oldhungarian.scss
/** Generated by FG **/
@font-face {
font-family: 'Web_OldHungarian';
src: url('fonts/OldHungarian.eot');
src: local('☺'), url('fonts/OldHungari... | /** Generated by FG **/
@font-face {
font-family: 'Web_OldHungarian';
src: url('fonts/OldHungarian.eot');
src: local('☺'), url('fonts/OldHungarian.woff') format('woff'), url('fonts/OldHungarian.ttf') format('truetype'), url('fonts/OldHungarian.svg') format('svg');
font-weight: normal;
font-style: normal;
unicode-... | <|file_sep|>scss/oldhungarian.scss.diff
original:
unicode-range: U+10C80-10CFF;
updated:
unicode-range: U+10C80-10CFF, U+200D;
<|file_sep|>original/scss/oldhungarian.scss
/** Generated by FG **/
@font-face {
font-family: 'Web_OldHungarian';
src: url('fonts/OldHungarian.eot');
src: local('☺'), url('fonts/OldHungari... | d028e95db31ba080b53244239e9518276bf348a3 | scss/oldhungarian.scss | scss/oldhungarian.scss | SCSS |
<|file_sep|>original/test/simple/test-tcp.lua
<|file_sep|>current/test/simple/test-tcp.lua
<|file_sep|>updated/test/simple/test-tcp.lua | local TCP = require('tcp')
local PORT = 8080
local server = TCP.create_server("127.0.0.1", PORT, function (client)
client:on("data", function (chunk)
p('server:client:on("data")', chunk)
assert(chunk == "ping")
client:write("pong", function (err)
p("server:client:write")
assert(err == nil)
... | <|file_sep|>original/test/simple/test-tcp.lua
<|file_sep|>current/test/simple/test-tcp.lua
<|file_sep|>updated/test/simple/test-tcp.lua
local TCP = require('tcp')
local PORT = 8080
local server = TCP.create_server("127.0.0.1", PORT, function (client)
client:on("data", function (chunk)
p('server:client:on("dat... | 4fd2acc4238cecc6a4ffc8fa27ca68d55726c1ba | test/simple/test-tcp.lua | test/simple/test-tcp.lua | Lua |
<|file_sep|>original/index.html
---
layout: default
title: Tool Bar @ UVA
---
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Places for Making @ UVA</h1>
<hr>
<p>A site for finding resources and learning about Makerspa... | ---
layout: default
title: Makers @ UVA
---
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Places for Making @ UVA</h1>
<hr>
<p>A site for finding resources and learning about Makerspaces, Shops, Labs, and other spaces... | <|file_sep|>original/index.html
---
layout: default
title: Tool Bar @ UVA
---
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Places for Making @ UVA</h1>
<hr>
<p>A site for finding resources and learning about Makerspa... | 8d1f34fb1d92ecc9916ae7c7e4d19fe6c2f3de54 | index.html | index.html | HTML |
<|file_sep|>original/releasenotes/source/mitaka.rst
==========================================================
astara-neutron mitaka Series Release Notes (UNRELEASED)
==========================================================
.. release-notes::
<|file_sep|>current/releasenotes/source/mitaka.rst
======================... | ==========================================================
astara-neutron mitaka Series Release Notes
==========================================================
.. release-notes:: | <|file_sep|>original/releasenotes/source/mitaka.rst
==========================================================
astara-neutron mitaka Series Release Notes (UNRELEASED)
==========================================================
.. release-notes::
<|file_sep|>current/releasenotes/source/mitaka.rst
======================... | 87c8fe3c29690c8774f73fa5b2aa7f608bdc283a | releasenotes/source/mitaka.rst | releasenotes/source/mitaka.rst | reStructuredText |
<|file_sep|>composer.json.diff
original:
updated:
},
{
"name": "Toon Daelman",
"email": "spinnewebber_toon@hotmail.com",
"homepage": "http://github.com/turanct",
"role": "Developer"
<|file_sep|>original/composer.json
"src/Verraes/Lambdalicious... | "files": [
"src/Verraes/Lambdalicious/load.php"
]
},
"autoload-dev": {
"psr-4": {
"Verraes\\": ["tests/Verraes"]
}
},
"require": {
"php": "~5.6"
},
"require-dev": {
"phpunit/phpunit": "~4.3.0"
},
"config": {
... | <|file_sep|>composer.json.diff
original:
updated:
},
{
"name": "Toon Daelman",
"email": "spinnewebber_toon@hotmail.com",
"homepage": "http://github.com/turanct",
"role": "Developer"
<|file_sep|>original/composer.json
"src/Verraes/Lambdalicious... | 7f6d13445d575bef57efac73fcffd74ab15b5523 | composer.json | composer.json | JSON |
<|file_sep|>original/app/views/tenon/tenon_content/row_types/form/_left_text_right_image.html.haml
.tn-tc-left-text-right-image.tn-tc-image-and-text
= f.hidden_field :row_type
= f.hidden_field :list_order
= f.fields_for :pieces do |piece|
= piece.hidden_field :piece_type
- if piece.object.piece_type == "T... | .tn-tc-left-text-right-image.tn-tc-image-and-text
= f.hidden_field :row_type
= f.hidden_field :list_order
= f.fields_for :pieces do |piece|
= piece.hidden_field :piece_type
- if piece.object.piece_type == "Text"
.tn-tc-piece{class: piece.object.size}
= render "tenon/tenon_content/piece_types... | <|file_sep|>original/app/views/tenon/tenon_content/row_types/form/_left_text_right_image.html.haml
.tn-tc-left-text-right-image.tn-tc-image-and-text
= f.hidden_field :row_type
= f.hidden_field :list_order
= f.fields_for :pieces do |piece|
= piece.hidden_field :piece_type
- if piece.object.piece_type == "T... | fe07f3584119e8769512249d6eb055c3025c998e | app/views/tenon/tenon_content/row_types/form/_left_text_right_image.html.haml | app/views/tenon/tenon_content/row_types/form/_left_text_right_image.html.haml | Haml |
<|file_sep|>original/base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java
<|file_sep|>current/base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java
<|file_sep|>updated/base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java | /*
* Copyright 2019, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | <|file_sep|>original/base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java
<|file_sep|>current/base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java
<|file_sep|>updated/base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java
/*
* Copyright 2019, TeamDev. All rights reserved... | a7401d74f09c21739018252df3bbe4948468966a | base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java | base/src/test/java/io/spine/validate/ValidatorFactoryLoaderTest.java | Java |
<|file_sep|>metadata/nl.implode.regenalarm.txt.diff
original:
Auto Name:Regenalarm
updated:
Auto Name:RainTime
<|file_sep|>metadata/nl.implode.regenalarm.txt.diff
original:
updated:
Auto Update Mode:None
<|file_sep|>original/metadata/nl.implode.regenalarm.txt
Graph with precipitation forecast for the next two hours in... | intervals. For every location in the Netherlands.
.
Repo Type:git
Repo:https://github.com/sanderbaas/rainalarm-android.git
Build:2.2.2,20202
disable=licensing issue
commit=v2.2.2
srclibs=1:Cordova@3.7.2
Maintainer Notes:
Includes non-commercial library, see https://github.com/sanderbaas/rainalarm-android... | <|file_sep|>metadata/nl.implode.regenalarm.txt.diff
original:
Auto Name:Regenalarm
updated:
Auto Name:RainTime
<|file_sep|>metadata/nl.implode.regenalarm.txt.diff
original:
updated:
Auto Update Mode:None
<|file_sep|>original/metadata/nl.implode.regenalarm.txt
Graph with precipitation forecast for the next two hours in... | e3f32c283791147c65d2cd613bb3e906246b7c53 | metadata/nl.implode.regenalarm.txt | metadata/nl.implode.regenalarm.txt | Text |
<|file_sep|>LFI.TESTER.py.diff
original:
depth = 10
updated:
depth = 6
<|file_sep|>LFI.TESTER.py.diff
original:
updated:
keyword='root'
<|file_sep|>LFI.TESTER.py.diff
original:
opts,args = getopt.getopt(sys.argv[1:],"ht:",["help","target="])
updated:
opts,args = getopt.getopt(sys.argv[1:],"ht:d:f:k:",["help","targ... |
except getopt.GetoptError:
usage()
sys.exit(2)
for i in range(0,depth):
prefix += '../'
url = target + prefix + file
print "Testing: ",url
try:
response = urllib2.urlopen(url)
html = response.read()
except:
pass
if(keyword in html):
print url, " is Vulnerable"
break
else:
ti... | <|file_sep|>LFI.TESTER.py.diff
original:
depth = 10
updated:
depth = 6
<|file_sep|>LFI.TESTER.py.diff
original:
updated:
keyword='root'
<|file_sep|>LFI.TESTER.py.diff
original:
opts,args = getopt.getopt(sys.argv[1:],"ht:",["help","target="])
updated:
opts,args = getopt.getopt(sys.argv[1:],"ht:d:f:k:",["help","targ... | 2fbead7ee90847a5c47d152f086d4a96f52733ce | LFI.TESTER.py | LFI.TESTER.py | Python |
<|file_sep|>txlege84/core/management/commands/updateconveningtimes.py.diff
original:
updated:
from django.utils import timezone
<|file_sep|>txlege84/core/management/commands/updateconveningtimes.py.diff
original:
updated:
from dateutil.parser import parse
<|file_sep|>txlege84/core/management/commands/updateconveningt... | def update_time(self, chamber):
self.stdout.write(u'Updating {} convening time...'.format(chamber))
page = requests.get('http://www.capitol.state.tx.us/tlodocs'
'/SessionTime/{}SessTime.js'.format(chamber))
time_string = page.text.strip()[16:-3]
status, ... | <|file_sep|>txlege84/core/management/commands/updateconveningtimes.py.diff
original:
updated:
from django.utils import timezone
<|file_sep|>txlege84/core/management/commands/updateconveningtimes.py.diff
original:
updated:
from dateutil.parser import parse
<|file_sep|>txlege84/core/management/commands/updateconveningt... | 2f2f6cba331515b8d563d0e2f7869111df4227c3 | txlege84/core/management/commands/updateconveningtimes.py | txlege84/core/management/commands/updateconveningtimes.py | Python |
<|file_sep|>website/app/application/core/projects/project/files/all.html.diff
original:
<div class="col-xs-4">
<div class="details-sidebar" style=" margin-bottom: -900px;padding-bottom: 900px;">
updated:
<div class="col-xs-3 no-padding">
<div class="details-sidebar full-height">
<div... | <div class="row">
<span class="file heading-label text-uppercase">file tree </span>
<hr class="heading-label">
</div>
<div class="row">
<file-upload-panel></file-upload-panel>
</div>
<div ng-if="files.gridShowing... | <|file_sep|>website/app/application/core/projects/project/files/all.html.diff
original:
<div class="col-xs-4">
<div class="details-sidebar" style=" margin-bottom: -900px;padding-bottom: 900px;">
updated:
<div class="col-xs-3 no-padding">
<div class="details-sidebar full-height">
<div... | 67fd3d4e8761f559244030bceeea333340e37221 | website/app/application/core/projects/project/files/all.html | website/app/application/core/projects/project/files/all.html | HTML |
<|file_sep|>original/spring-cloud-commons/src/main/java/org/springframework/cloud/util/UtilAutoConfiguration.java
/**
* @author Spencer Gibb
*/
@Configuration
@ConditionalOnProperty(value = "spring.cloud.util.enabled", matchIfMissing = true)
@AutoConfigureOrder(0)
@EnableConfigurationProperties
public class UtilAuto... |
/**
* @author Spencer Gibb
*/
@Configuration
@ConditionalOnProperty(value = "spring.cloud.util.enabled", matchIfMissing = true)
@AutoConfigureOrder(0)
@EnableConfigurationProperties
public class UtilAutoConfiguration {
@Bean
public InetUtilsProperties inetUtilsProperties() {
return new InetUtilsProperties();
}... | <|file_sep|>original/spring-cloud-commons/src/main/java/org/springframework/cloud/util/UtilAutoConfiguration.java
/**
* @author Spencer Gibb
*/
@Configuration
@ConditionalOnProperty(value = "spring.cloud.util.enabled", matchIfMissing = true)
@AutoConfigureOrder(0)
@EnableConfigurationProperties
public class UtilAuto... | 40e048c8203b71d84fa89fe7b351aaa8b9765cdb | spring-cloud-commons/src/main/java/org/springframework/cloud/util/UtilAutoConfiguration.java | spring-cloud-commons/src/main/java/org/springframework/cloud/util/UtilAutoConfiguration.java | Java |
<|file_sep|>original/testem.json
{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome",
"IE8",
"IE9",
"IE10",
"IE11",
... | {
"framework": "qunit",
"test_page": "tests/index.html?hidepassed&nojshint",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome",
"IE8",
"IE9",
"IE10",
"IE11",
"Firefox",
"Safa... | <|file_sep|>original/testem.json
{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome",
"IE8",
"IE9",
"IE10",
"IE11",
... | ac4ac24f4502f7fb0d126bb6b410e8727960d2e1 | testem.json | testem.json | JSON |
<|file_sep|>original/Cargo.toml
[package]
name = "eom"
version = "0.9.0"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
description = "Configurable ODE/PDE solver"
documentation = "https://docs.rs/eom/"
repository = "https://github.com/termoshtt/eom"
keywords = ["ndarray", "ode", "pde"]
categories = ["... | [package]
name = "eom"
version = "0.9.0"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
description = "Configurable ODE/PDE solver"
documentation = "https://docs.rs/eom/"
repository = "https://github.com/termoshtt/eom"
keywords = ["ndarray", "ode", "pde"]
categories = ["algorithms", "science"]
license ... | <|file_sep|>original/Cargo.toml
[package]
name = "eom"
version = "0.9.0"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
description = "Configurable ODE/PDE solver"
documentation = "https://docs.rs/eom/"
repository = "https://github.com/termoshtt/eom"
keywords = ["ndarray", "ode", "pde"]
categories = ["... | 1e2c468cd095b5903f31ebf046a068e02b1417af | Cargo.toml | Cargo.toml | TOML |
<|file_sep|>original/.travis.yml
global:
- LD_LIBRARY_PATH=/home/travis/build/team-code/deucalion/sfml_install/usr/local/lib
language: rust
rust:
- nightly
cache:
- /home/travis/build/team-code/deucalion/sfml_install
script:
# Build the SFML from source >:(
- if [ ! -d sfml_install ]; then ./build_sfml.... | global:
- LD_LIBRARY_PATH=/home/travis/build/team-code/deucalion/sfml_install/usr/local/lib
language: rust
rust:
- nightly
cache:
- /home/travis/build/team-code/deucalion/sfml_install
- cargo
script:
# Build the SFML from source >:(
- if [ ! -d sfml_install ]; then ./build_sfml.sh; fi
# Move the car... | <|file_sep|>original/.travis.yml
global:
- LD_LIBRARY_PATH=/home/travis/build/team-code/deucalion/sfml_install/usr/local/lib
language: rust
rust:
- nightly
cache:
- /home/travis/build/team-code/deucalion/sfml_install
script:
# Build the SFML from source >:(
- if [ ! -d sfml_install ]; then ./build_sfml.... | fda90190d58c7092869b5101ad1bd938f3190ae9 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/requirements/base.txt
# Whitenoise: Staticfile hosting
whitenoise==5.0.1
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.2.0
django-taggit-helper... |
# Whitenoise: Staticfile hosting
whitenoise==5.0.1
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.2.0
django-taggit-helpers==0.1.4
# Django REST Framework
# Taggit ... | <|file_sep|>original/requirements/base.txt
# Whitenoise: Staticfile hosting
whitenoise==5.0.1
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.2.0
django-taggit-helper... | ceabd2e8d5655aa8efe4cf15381cd3c5c8ebe7e8 | requirements/base.txt | requirements/base.txt | Text |
<|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
# command to install dependencies
install:
- pip install six
- pip install jupyter
# command to run tests
script:
- py.test
notifications:
slack: algorithmsco:qdax07a9DTTLNhdMr9MnQ9rl
<|file_sep|>current/.travis.yml
language: python
python:
- ... | language: python
python:
- "3.4"
# command to install dependencies
install:
- pip install six
- pip install jupyter
# command to run tests
script:
- py.test
notifications:
email: false | <|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
# command to install dependencies
install:
- pip install six
- pip install jupyter
# command to run tests
script:
- py.test
notifications:
slack: algorithmsco:qdax07a9DTTLNhdMr9MnQ9rl
<|file_sep|>current/.travis.yml
language: python
python:
- ... | a2780fd308a24a015eb5f4f31b94059701c3928e | .travis.yml | .travis.yml | YAML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.