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|>src/cf/app_files_test.go.diff
original:
updated:
"path"
<|file_sep|>original/src/cf/app_files_test.go
Expect(afile.Path).Should(Equal(filepath.ToSlash(afile.Path)))
}
})
It("excludes files based on the .cfignore file", func() {
appPath := filepath.Join(fixturePath, "app-with-cfignore")
f... | Expect(afile.Path).Should(Equal(filepath.ToSlash(afile.Path)))
}
})
It("excludes files based on the .cfignore file", func() {
appPath := filepath.Join(fixturePath, "app-with-cfignore")
files, err := AppFilesInDir(appPath)
Expect(err).ShouldNot(HaveOccurred())
paths := []string{}
for _, file ... | <|file_sep|>src/cf/app_files_test.go.diff
original:
updated:
"path"
<|file_sep|>original/src/cf/app_files_test.go
Expect(afile.Path).Should(Equal(filepath.ToSlash(afile.Path)))
}
})
It("excludes files based on the .cfignore file", func() {
appPath := filepath.Join(fixturePath, "app-with-cfignore")
f... | 95f5796f338fff910b2e84b9e20c85917bf17208 | src/cf/app_files_test.go | src/cf/app_files_test.go | Go |
<|file_sep|>pack-sources.sh.diff
original:
SOURCES=$(find src/java/org/relique/ -iname "*.java")
TESTSOURCES=src/java/test/org/relique/jdbc/csv/*.java
TESTDATA=$(find src/testdata -maxdepth 1 -type f -not -name "*~")
updated:
find src/java/org/relique/ -iname "*.java" > sources.txt
cat sources.txt > sources-full.txt
/b... | #!/bin/bash
JAR=../LizardConverter/dist/csvjdbc.jar
find src/java/org/relique/ -iname "*.java" > sources.txt
cat sources.txt > sources-full.txt
/bin/ls src/java/test/org/relique/jdbc/csv/*.java >> sources-full.txt
find src/testdata -maxdepth 1 -type f -not -name "*~" >> sources-full.txt
tar czf dist/csvjdbc-sources.t... | <|file_sep|>pack-sources.sh.diff
original:
SOURCES=$(find src/java/org/relique/ -iname "*.java")
TESTSOURCES=src/java/test/org/relique/jdbc/csv/*.java
TESTDATA=$(find src/testdata -maxdepth 1 -type f -not -name "*~")
updated:
find src/java/org/relique/ -iname "*.java" > sources.txt
cat sources.txt > sources-full.txt
/b... | 11cd91cae187345e0c24c0df98db43ecaf1cbafd | pack-sources.sh | pack-sources.sh | Shell |
<|file_sep|>original/subprojects/core/src/integTest/groovy/org/gradle/api/tasks/InputPropertyAnnotationOverrideIntegrationTest.groovy
<|file_sep|>current/subprojects/core/src/integTest/groovy/org/gradle/api/tasks/InputPropertyAnnotationOverrideIntegrationTest.groovy
<|file_sep|>updated/subprojects/core/src/integTest/... | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | <|file_sep|>original/subprojects/core/src/integTest/groovy/org/gradle/api/tasks/InputPropertyAnnotationOverrideIntegrationTest.groovy
<|file_sep|>current/subprojects/core/src/integTest/groovy/org/gradle/api/tasks/InputPropertyAnnotationOverrideIntegrationTest.groovy
<|file_sep|>updated/subprojects/core/src/integTest/... | 321c02f20530864252979b3d8520fad06bbd2113 | subprojects/core/src/integTest/groovy/org/gradle/api/tasks/InputPropertyAnnotationOverrideIntegrationTest.groovy | subprojects/core/src/integTest/groovy/org/gradle/api/tasks/InputPropertyAnnotationOverrideIntegrationTest.groovy | Groovy |
<|file_sep|>original/plugins/ohai/ohai.sh
#!/bin/bash
. ohai/find-ruby.sh
$RUBY_BIN ohai/ohai2nad.rb
<|file_sep|>current/plugins/ohai/ohai.sh
#!/bin/bash
. ohai/find-ruby.sh
$RUBY_BIN ohai/ohai2nad.rb
<|file_sep|>updated/plugins/ohai/ohai.sh | #!/bin/bash
# Need to figure out our script dir, resolving symlinks.
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOU... | <|file_sep|>original/plugins/ohai/ohai.sh
#!/bin/bash
. ohai/find-ruby.sh
$RUBY_BIN ohai/ohai2nad.rb
<|file_sep|>current/plugins/ohai/ohai.sh
#!/bin/bash
. ohai/find-ruby.sh
$RUBY_BIN ohai/ohai2nad.rb
<|file_sep|>updated/plugins/ohai/ohai.sh
#!/bin/bash
# Need to figure out our script dir, resolving symlinks.
SOURCE="... | 96101ec0224e58f35c60357baa3894a0a331625e | plugins/ohai/ohai.sh | plugins/ohai/ohai.sh | Shell |
<|file_sep|>original/phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="../../../tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWar... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="../../../tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
... | <|file_sep|>original/phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="../../../tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWar... | 5a178e5bda91627a31218db56ad606624b2b44b4 | phpunit.xml | phpunit.xml | XML |
<|file_sep|>original/babel.config.js
targets: {
browsers: ['last 2 versions', 'IE >= 9']
}
}
]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-react-jsx',
'babel-plugin-transform-async-to-promises',
['babel-plugin-transform-rename-properties', {... | targets: {
browsers: ['last 2 versions', 'IE >= 9']
}
}
]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-react-jsx',
'babel-plugin-transform-async-to-promises',
['babel-plugin-transform-rename-properties', { rename }]
],
include: ['jsx-runt... | <|file_sep|>original/babel.config.js
targets: {
browsers: ['last 2 versions', 'IE >= 9']
}
}
]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-react-jsx',
'babel-plugin-transform-async-to-promises',
['babel-plugin-transform-rename-properties', {... | 832bdddf7c8a8089213d635e540687e565c6e9fd | babel.config.js | babel.config.js | JavaScript |
<|file_sep|>original/src/Datenknoten/LigiBundle/Resources/views/Item/show.html.twig
{% block body -%}
<h1 class="ui dividing header">{{ entity.name }}</h1>
<div class="ui rounded right floated medium image">
{% if entity.files|length > 0 %}
<img src="{{ entity.files[0].path|basename|imagine_filter('thum... | <h1 class="ui dividing header">{{ entity.name }}</h1>
<div class="ui rounded right floated medium image">
{% if entity.files|length > 0 %}
<img src="{{ entity.files[0].path|basename|imagine_filter('thumbnail') }}" />
{% endif %}
</div>
<p>
{{ entity.description }}
</p>
<div class="ui cl... | <|file_sep|>original/src/Datenknoten/LigiBundle/Resources/views/Item/show.html.twig
{% block body -%}
<h1 class="ui dividing header">{{ entity.name }}</h1>
<div class="ui rounded right floated medium image">
{% if entity.files|length > 0 %}
<img src="{{ entity.files[0].path|basename|imagine_filter('thum... | e81f07be2f0ec670b683c9b5c291e4416a8b4bef | src/Datenknoten/LigiBundle/Resources/views/Item/show.html.twig | src/Datenknoten/LigiBundle/Resources/views/Item/show.html.twig | Twig |
<|file_sep|>original/rest-api/src/main/resources/definitions/paged_resources/activity_event.yml
type: object
readOnly: true
properties:
items:
type: array
items:
$ref: ../activity_event.yml
total:
type: integer
description: The total number of records in the items lis... | type: object
readOnly: true
properties:
items:
type: array
items:
$ref: ../activity_event.yml
type:
type: string
readOnly: true
description: "ResourceList" | <|file_sep|>original/rest-api/src/main/resources/definitions/paged_resources/activity_event.yml
type: object
readOnly: true
properties:
items:
type: array
items:
$ref: ../activity_event.yml
total:
type: integer
description: The total number of records in the items lis... | b1e80208d11b2f65682a5f4902e830f3ed49a9c9 | rest-api/src/main/resources/definitions/paged_resources/activity_event.yml | rest-api/src/main/resources/definitions/paged_resources/activity_event.yml | YAML |
<|file_sep|>original/composer.json
, "role": "Developer"
}
]
, "support": {
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
, "issues": "https://github.com/cboden/Ratchet/issues"
, "irc": "irc://irc.freenode.org/reactphp"
}
, "autoload": {
"ps... | , "role": "Developer"
}
]
, "support": {
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
, "issues": "https://github.com/cboden/Ratchet/issues"
, "irc": "irc://irc.freenode.org/reactphp"
}
, "autoload": {
"psr-0": {
"Ratchet": "src... | <|file_sep|>original/composer.json
, "role": "Developer"
}
]
, "support": {
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
, "issues": "https://github.com/cboden/Ratchet/issues"
, "irc": "irc://irc.freenode.org/reactphp"
}
, "autoload": {
"ps... | 29e2e4048f2208c3d3ad30638f5ca075c90548fa | composer.json | composer.json | JSON |
<|file_sep|>packages/po/postgresql-schema.yaml.diff
original:
hash: 48c36bad1c6796bd2c7211e0002d2aafc5bb0c8dedde4ec9f8ece597335096ce
updated:
hash: b3dceb24fdfc2ef9f6d1652275497669a18bc356795dd91c88c27036ca899092
<|file_sep|>packages/po/postgresql-schema.yaml.diff
original:
time: <1.5
updated:
time: -any
<|file_sep... | changelog: ''
basic-deps:
shelly: -any
base-prelude: -any
postgresql-schema: -any
base: ! '>=4.7 && <5'
time: -any
text: -any
formatting: -any
old-locale: -any
optparse-applicative: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.3'
- '0.1.4'
author: Mark Fine
latest: '0.1.4'
description-type: haddock
d... | <|file_sep|>packages/po/postgresql-schema.yaml.diff
original:
hash: 48c36bad1c6796bd2c7211e0002d2aafc5bb0c8dedde4ec9f8ece597335096ce
updated:
hash: b3dceb24fdfc2ef9f6d1652275497669a18bc356795dd91c88c27036ca899092
<|file_sep|>packages/po/postgresql-schema.yaml.diff
original:
time: <1.5
updated:
time: -any
<|file_sep... | bfa48397a2816b5df6c416fa1b5fcce501778123 | packages/po/postgresql-schema.yaml | packages/po/postgresql-schema.yaml | YAML |
<|file_sep|>lib/router.coffee.diff
original:
Meteor.subscribe 'userGradeInfo'
updated:
Meteor.subscribe 'userGradeInfo', @params.email
<|file_sep|>lib/router.coffee.diff
original:
return @redirect "/course/si/#{params.email}"
updated:
return @redirect "/course/si/#{@params.email}"
<|file_sep|>original/lib/r... |
waitOn: ->
return [
Meteor.subscribe 'Grade'
Meteor.subscribe 'userGradeInfo', @params.email
]
action: ->
course = @params.course.toLowerCase()
if course not in ['si', 'tsi']
return @redirect "/course/si/#{@params.email}"
Session.set 'grade', course
Session.set 'grade-filter-status', @params.... | <|file_sep|>lib/router.coffee.diff
original:
Meteor.subscribe 'userGradeInfo'
updated:
Meteor.subscribe 'userGradeInfo', @params.email
<|file_sep|>lib/router.coffee.diff
original:
return @redirect "/course/si/#{params.email}"
updated:
return @redirect "/course/si/#{@params.email}"
<|file_sep|>original/lib/r... | 247cf9d2436a3168addc1ef112c45b48a208d70c | lib/router.coffee | lib/router.coffee | CoffeeScript |
<|file_sep|>original/zsh/theme.zsh
ZSH_THEME="spaceship"
SPACESHIP_CHAR_SYMBOL='❯'
SPACESHIP_CHAR_SUFFIX=' '
SPACESHIP_VI_MODE_SHOW=false
SPACESHIP_PACKAGE_PREFIX='\n'
SPACESHIP_GIT_PREFIX='\n'
SPACESHIP_NODE_PREFIX='\n'
SPACESHIP_PACKAGE_SHOW=true
SPACESHIP_BATTERY_SHOW=false
<|file_sep|>current/zsh/theme.zsh
ZSH_THEM... | ZSH_THEME="spaceship"
SPACESHIP_CHAR_SYMBOL='❯'
SPACESHIP_CHAR_SUFFIX=' '
SPACESHIP_VI_MODE_SHOW=false
SPACESHIP_PACKAGE_PREFIX='\n'
SPACESHIP_GIT_PREFIX='\n'
SPACESHIP_NODE_PREFIX='\n'
SPACESHIP_PACKAGE_SHOW=true
SPACESHIP_BATTERY_SHOW=false
SPACESHIP_KUBECONTEXT_SHOW=false | <|file_sep|>original/zsh/theme.zsh
ZSH_THEME="spaceship"
SPACESHIP_CHAR_SYMBOL='❯'
SPACESHIP_CHAR_SUFFIX=' '
SPACESHIP_VI_MODE_SHOW=false
SPACESHIP_PACKAGE_PREFIX='\n'
SPACESHIP_GIT_PREFIX='\n'
SPACESHIP_NODE_PREFIX='\n'
SPACESHIP_PACKAGE_SHOW=true
SPACESHIP_BATTERY_SHOW=false
<|file_sep|>current/zsh/theme.zsh
ZSH_THEM... | b0c17e486cc519438a7e2229fe7001374b2a232b | zsh/theme.zsh | zsh/theme.zsh | Shell |
<|file_sep|>original/requirements.txt
Django==1.11.6
django-tables2==1.11.0
Jinja2==2.9.6
Markdown==2.6.9
MarkupSafe==1.0
pep8==1.7.0
py-gfm==0.1.3
pytz==2017.2
<|file_sep|>current/requirements.txt
Django==1.11.6
django-tables2==1.11.0
Jinja2==2.9.6
Markdown==2.6.9
MarkupSafe==1.0
pep8==1.7.0
py-gfm==0.1.3
pytz==2017.2... | Django==1.11.6
django-tables2==1.12.0
Jinja2==2.9.6
Markdown==2.6.9
MarkupSafe==1.0
pep8==1.7.0
py-gfm==0.1.3
pytz==2017.2 | <|file_sep|>original/requirements.txt
Django==1.11.6
django-tables2==1.11.0
Jinja2==2.9.6
Markdown==2.6.9
MarkupSafe==1.0
pep8==1.7.0
py-gfm==0.1.3
pytz==2017.2
<|file_sep|>current/requirements.txt
Django==1.11.6
django-tables2==1.11.0
Jinja2==2.9.6
Markdown==2.6.9
MarkupSafe==1.0
pep8==1.7.0
py-gfm==0.1.3
pytz==2017.2... | bc69a3ea628d91488eed02ea8b22b581d74ce9e7 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/tests/integration_tests/test_tensorflow_integration.py
<|file_sep|>current/tests/integration_tests/test_tensorflow_integration.py
<|file_sep|>updated/tests/integration_tests/test_tensorflow_integration.py | from __future__ import print_function
import os
import tempfile
import pytest
import keras
from keras import layers
from keras.utils.test_utils import get_test_data
from keras.utils.test_utils import keras_test
@pytest.mark.skipif(keras.backend.backend() != 'tensorflow', reason='Requires TF backend')
@keras_test
def... | <|file_sep|>original/tests/integration_tests/test_tensorflow_integration.py
<|file_sep|>current/tests/integration_tests/test_tensorflow_integration.py
<|file_sep|>updated/tests/integration_tests/test_tensorflow_integration.py
from __future__ import print_function
import os
import tempfile
import pytest
import keras
... | 514aca20c6f076a86819d7180f36c3b2e8bcc33b | tests/integration_tests/test_tensorflow_integration.py | tests/integration_tests/test_tensorflow_integration.py | Python |
<|file_sep|>original/libraries/core.php
*
* @static
* @access public
* @return void
*/
public static function start()
{
Acl::make('diskus')->attach(O::memory());
// Append all Diskus required assets for Orchestra Administrator
// Interface usage mainly on Resources page.
Event::listen('orchestra.s... | *
* @static
* @access public
* @return void
*/
public static function start()
{
Acl::make('diskus')->attach(O::memory());
// Append all Diskus required assets for Orchestra Administrator
// Interface usage mainly on Resources page.
Event::listen('orchestra.started: backend', function()
{
$ass... | <|file_sep|>original/libraries/core.php
*
* @static
* @access public
* @return void
*/
public static function start()
{
Acl::make('diskus')->attach(O::memory());
// Append all Diskus required assets for Orchestra Administrator
// Interface usage mainly on Resources page.
Event::listen('orchestra.s... | 374c1bfb8e407af07c5109f552420c98a77e6f8e | libraries/core.php | libraries/core.php | PHP |
<|file_sep|>src/SFA.DAS.EmployerApprenticeshipsService.Domain/Entities/Account/LegalEntity.cs.diff
original:
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account
updated:
using System;
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account
<|file_sep|>src/SFA.DAS.EmployerApprent... | using System;
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account
{
public class LegalEntity
{
public long Id { get; set; }
public string CompanyNumber { get; set; }
public string Name { get; set; }
public string RegisteredAddress { get; set; }
... | <|file_sep|>src/SFA.DAS.EmployerApprenticeshipsService.Domain/Entities/Account/LegalEntity.cs.diff
original:
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account
updated:
using System;
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Entities.Account
<|file_sep|>src/SFA.DAS.EmployerApprent... | 01ab58fe7c58215f60b5a78e92b33418505b5137 | src/SFA.DAS.EmployerApprenticeshipsService.Domain/Entities/Account/LegalEntity.cs | src/SFA.DAS.EmployerApprenticeshipsService.Domain/Entities/Account/LegalEntity.cs | C# |
<|file_sep|>original/app/lib/game.js
newRound() {
canvas.clear();
this.players[0].spawn(5, 50);
this.players[1].spawn(canvas.width - 15, 50);
this.net.spawn();
this.ball.spawn();
this.ball.fire();
var subscription = events.subscribe('ballMove', (ball) => {
if(collision.isColliding... | newRound() {
canvas.clear();
this.players[0].spawn(5, 50);
this.players[1].spawn(canvas.width - 15, 50);
this.net.spawn();
this.ball.spawn();
this.ball.fire();
var subscription = events.subscribe('ballMove', (ball) => {
// Move AI to follow ball. A bit of calculation required to al... | <|file_sep|>original/app/lib/game.js
newRound() {
canvas.clear();
this.players[0].spawn(5, 50);
this.players[1].spawn(canvas.width - 15, 50);
this.net.spawn();
this.ball.spawn();
this.ball.fire();
var subscription = events.subscribe('ballMove', (ball) => {
if(collision.isColliding... | 682db79a4ea0bbe122ae15996ddfcf2d4788d808 | app/lib/game.js | app/lib/game.js | JavaScript |
<|file_sep|>original/subprojects/docs/src/samples/userguide/initScripts/customLogger/kotlin/customLogger.init.gradle.kts
useLogger(CustomEventLogger())
class CustomEventLogger() : BuildAdapter(), TaskExecutionListener {
override fun beforeExecute(task: Task) {
println("[${task.name}]")
}
override... | useLogger(CustomEventLogger())
class CustomEventLogger() : BuildAdapter(), TaskExecutionListener {
override fun beforeExecute(task: Task) {
println("[${task.name}]")
}
override fun afterExecute(task: Task, state: TaskState) {
println()
}
override fun buildFinished(result: BuildRe... | <|file_sep|>original/subprojects/docs/src/samples/userguide/initScripts/customLogger/kotlin/customLogger.init.gradle.kts
useLogger(CustomEventLogger())
class CustomEventLogger() : BuildAdapter(), TaskExecutionListener {
override fun beforeExecute(task: Task) {
println("[${task.name}]")
}
override... | 18f0d1ff2b80ec1fc93458b5bf9e613964af05c6 | subprojects/docs/src/samples/userguide/initScripts/customLogger/kotlin/customLogger.init.gradle.kts | subprojects/docs/src/samples/userguide/initScripts/customLogger/kotlin/customLogger.init.gradle.kts | Kotlin |
<|file_sep|>original/.travis.yml
jobs:
include:
- stage: dependencies
script:
- vendor/bin/composer-require-checker --config-file=.require.json
- stage: coding standards
script:
- vendor/bin/phpcs --standard=phpcs.xml src tests
- stage: coverage
script:
- vendo... |
jobs:
include:
- stage: dependencies
script:
- vendor/bin/composer-require-checker --config-file=.require.json
- stage: coding standards
script:
- vendor/bin/phpcs --standard=phpcs.xml src tests
- stage: coverage
script:
- vendor/bin/phpunit --coverage-clover=... | <|file_sep|>original/.travis.yml
jobs:
include:
- stage: dependencies
script:
- vendor/bin/composer-require-checker --config-file=.require.json
- stage: coding standards
script:
- vendor/bin/phpcs --standard=phpcs.xml src tests
- stage: coverage
script:
- vendo... | 40640a3b6ec032e32bd90bc59b28e19d654b4908 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/projects/hslayers-cesium-app/src/index.html
<body>
<script>
function hslayersNgConfig(ol) {
return {
assetsPath: 'assets/',
cesiumBase: 'assets/cesium/',
default_layers: [
new ol.layer.Tile({
source: new ol.source.OSM(),
title: '... | <link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<script>
function hslayersNgConfig(ol) {
return {
assetsPath: 'assets/',
cesiumBase: 'assets/cesium/',
default_layers: [],
default_view: new ol.View({
center: ol.proj.transform([17.474129, 52... | <|file_sep|>original/projects/hslayers-cesium-app/src/index.html
<body>
<script>
function hslayersNgConfig(ol) {
return {
assetsPath: 'assets/',
cesiumBase: 'assets/cesium/',
default_layers: [
new ol.layer.Tile({
source: new ol.source.OSM(),
title: '... | d1cbc0c85ad55888c46c17caba531386d3d8e19b | projects/hslayers-cesium-app/src/index.html | projects/hslayers-cesium-app/src/index.html | HTML |
<|file_sep|>original/tsconfig.json
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"sourceMap": true,
"outDir": "js",
"removeComments": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": tr... | "compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"sourceMap": true,
"outDir": "js",
"removeComments": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
... | <|file_sep|>original/tsconfig.json
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"sourceMap": true,
"outDir": "js",
"removeComments": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": tr... | 774ce962c3a9f9738d973117f3827a80b47306c5 | tsconfig.json | tsconfig.json | JSON |
<|file_sep|>src/app/models/Repositories/Indexers/MonsterGroup.php.diff
original:
foreach ($repo->all(self::DEFAULT_INDEX) as $id) {
$group = $repo->get(self::DEFAULT_INDEX, $id);
}
updated:
<|file_sep|>original/src/app/models/Repositories/Indexers/MonsterGroup.php
foreach ($repo->al... | class MonsterGroup implements IndexerInterface
{
protected $database;
const DEFAULT_INDEX = "monstergroups";
const ID_FIELD = "name";
public function onFinishedLoading(LocalRepository $repo)
{
}
public function onNewObject(LocalRepository $repo, $object)
{
if ($object->type ==... | <|file_sep|>src/app/models/Repositories/Indexers/MonsterGroup.php.diff
original:
foreach ($repo->all(self::DEFAULT_INDEX) as $id) {
$group = $repo->get(self::DEFAULT_INDEX, $id);
}
updated:
<|file_sep|>original/src/app/models/Repositories/Indexers/MonsterGroup.php
foreach ($repo->al... | 7a40423f90d8042d5ff76e5fdcf652c696ef714d | src/app/models/Repositories/Indexers/MonsterGroup.php | src/app/models/Repositories/Indexers/MonsterGroup.php | PHP |
<|file_sep|>original/tests/vec_ref.rs
<|file_sep|>current/tests/vec_ref.rs
<|file_sep|>updated/tests/vec_ref.rs | extern crate cell_gc;
#[macro_use]
extern crate cell_gc_derive;
use cell_gc::GcHeap;
use cell_gc::collections::VecRef;
#[test]
fn test_vec_ref() {
#[derive(IntoHeap)]
struct Car<'h> {
wheels: VecRef<'h, String>
}
let mut heap = GcHeap::new();
heap.enter(|hs| {
let wheels = vec![
... | <|file_sep|>original/tests/vec_ref.rs
<|file_sep|>current/tests/vec_ref.rs
<|file_sep|>updated/tests/vec_ref.rs
extern crate cell_gc;
#[macro_use]
extern crate cell_gc_derive;
use cell_gc::GcHeap;
use cell_gc::collections::VecRef;
#[test]
fn test_vec_ref() {
#[derive(IntoHeap)]
struct Car<'h> {
whee... | 35d1d86f1ac12295108f03a7311f5f4c7ca3b462 | tests/vec_ref.rs | tests/vec_ref.rs | Rust |
<|file_sep|>.travis.yml.diff
original:
addons:
apt:
packages:
- libkqueue0
- libkqueue-dev
updated:
# DEADWOOD: prefer to use the vendored libkqueue
#addons:
# apt:
# packages:
# - libkqueue0
# - libkqueue-dev
<|file_sep|>.travis.yml.diff
original:
# DEADWOOD - from non-container builds
#before_... | language: c
sudo: false
# DEADWOOD: prefer to use the vendored libkqueue
#addons:
# apt:
# packages:
# - libkqueue0
# - libkqueue-dev
cache:
directories:
- vendor/libkqueue-2.0.3
script:
- ./configure
- make
- make check | <|file_sep|>.travis.yml.diff
original:
addons:
apt:
packages:
- libkqueue0
- libkqueue-dev
updated:
# DEADWOOD: prefer to use the vendored libkqueue
#addons:
# apt:
# packages:
# - libkqueue0
# - libkqueue-dev
<|file_sep|>.travis.yml.diff
original:
# DEADWOOD - from non-container builds
#before_... | 59d95cf5ed40bcd9e71c03477376b10a5566c428 | .travis.yml | .travis.yml | YAML |
<|file_sep|>HamcrestDemoOSX/AppDelegate.swift.diff
original:
func applicationDidFinishLaunching(aNotification: NSNotification?) {
updated:
func applicationDidFinishLaunching(aNotification: NSNotification) {
<|file_sep|>original/HamcrestDemoOSX/AppDelegate.swift
// Copyright (c) 2014 Nikolaj Schumacher. All rig... | // Copyright (c) 2014 Nikolaj Schumacher. All rights reserved.
//
import Cocoa
class AppDelegate: NSObject, NSApplicationDelegate {
@IBOutlet weak var window: NSWindow!
func applicationDidFinishLaunching(aNotification: NSNotification) {
// Insert code here to initialize your application
}
... | <|file_sep|>HamcrestDemoOSX/AppDelegate.swift.diff
original:
func applicationDidFinishLaunching(aNotification: NSNotification?) {
updated:
func applicationDidFinishLaunching(aNotification: NSNotification) {
<|file_sep|>original/HamcrestDemoOSX/AppDelegate.swift
// Copyright (c) 2014 Nikolaj Schumacher. All rig... | 05c5739582653b3c52cff1ac42babb83205e44b7 | HamcrestDemoOSX/AppDelegate.swift | HamcrestDemoOSX/AppDelegate.swift | Swift |
<|file_sep|>original/src/DailySoccerSolution/DailySoccerMobile/package.json
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-devi... | "gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-co... | <|file_sep|>original/src/DailySoccerSolution/DailySoccerMobile/package.json
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-devi... | 073f4ddaff5efdd13f291280a8b46ce1d5e7b0c5 | src/DailySoccerSolution/DailySoccerMobile/package.json | src/DailySoccerSolution/DailySoccerMobile/package.json | JSON |
<|file_sep|>original/of10/port.go
Name [MaxPortNameLength]uint8
Config PortConfig
State PortState
CurrentFeatures PortFeature
AdvertisedFeatures PortFeature
SupportedFeatures PortFeature
PeerFeatures PortFeature
}
func readPhysicalPort(b []byte) ([]PhysicalPort, ... | Name [MaxPortNameLength]uint8
Config PortConfig
State PortState
CurrentFeatures PortFeature
AdvertisedFeatures PortFeature
SupportedFeatures PortFeature
PeerFeatures PortFeature
}
func readPhysicalPort(b []byte) ([]PhysicalPort, error) {
var port PhysicalPort
c... | <|file_sep|>original/of10/port.go
Name [MaxPortNameLength]uint8
Config PortConfig
State PortState
CurrentFeatures PortFeature
AdvertisedFeatures PortFeature
SupportedFeatures PortFeature
PeerFeatures PortFeature
}
func readPhysicalPort(b []byte) ([]PhysicalPort, ... | 4def0dfd5b3cb6a47b46798f5a660c33edd1c519 | of10/port.go | of10/port.go | Go |
<|file_sep|>original/meta/main.yml
---
galaxy_info:
author: The Galaxy Project
description: Build a base CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system... | ---
galaxy_info:
author: The Galaxy Project
description: Build a base CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system
- cloud
- clustering
dependenc... | <|file_sep|>original/meta/main.yml
---
galaxy_info:
author: The Galaxy Project
description: Build a base CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system... | 12c0373b3d79f89d1a44d81c22a8790e57e8ce3f | meta/main.yml | meta/main.yml | YAML |
<|file_sep|>original/src/main/java/com/kolinkrewinkel/BitLimitTweaks/TweaksCommandExecutor.java
import org.bukkit.plugin.Plugin;
import org.bukkit.command.*;
import org.bukkit.entity.Player;
import org.bukkit.block.*;
public class TweaksCommandExecutor implements CommandExecutor {
private final BitLimitTweaks plug... |
public class TweaksCommandExecutor implements CommandExecutor {
private final BitLimitTweaks plugin;
public TweaksCommandExecutor(BitLimitTweaks plugin) {
this.plugin = plugin;
}
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if ... | <|file_sep|>original/src/main/java/com/kolinkrewinkel/BitLimitTweaks/TweaksCommandExecutor.java
import org.bukkit.plugin.Plugin;
import org.bukkit.command.*;
import org.bukkit.entity.Player;
import org.bukkit.block.*;
public class TweaksCommandExecutor implements CommandExecutor {
private final BitLimitTweaks plug... | 6b5bfff967176de077747fe8c6899376134121a5 | src/main/java/com/kolinkrewinkel/BitLimitTweaks/TweaksCommandExecutor.java | src/main/java/com/kolinkrewinkel/BitLimitTweaks/TweaksCommandExecutor.java | Java |
<|file_sep|>csla20vb/Csla/Core/ObjectCloner.vb.diff
original:
Friend NotInheritable Class ObjectCloner
updated:
Friend Module ObjectCloner
<|file_sep|>csla20vb/Csla/Core/ObjectCloner.vb.diff
original:
Private Sub New()
End Sub
Public Shared Function Clone(ByVal obj As Object) As Object
updated:
Public Functio... | Imports System.IO
Imports System.Runtime.Serialization.Formatters.Binary
Friend Module ObjectCloner
Public Function Clone(ByVal obj As Object) As Object
Using buffer As New MemoryStream()
Dim formatter As New BinaryFormatter()
formatter.Serialize(buffer, obj)
buffer.Position = 0
Dim te... | <|file_sep|>csla20vb/Csla/Core/ObjectCloner.vb.diff
original:
Friend NotInheritable Class ObjectCloner
updated:
Friend Module ObjectCloner
<|file_sep|>csla20vb/Csla/Core/ObjectCloner.vb.diff
original:
Private Sub New()
End Sub
Public Shared Function Clone(ByVal obj As Object) As Object
updated:
Public Functio... | a6389527f07ab3ef26d50747b70c19b97eb09587 | csla20vb/Csla/Core/ObjectCloner.vb | csla20vb/Csla/Core/ObjectCloner.vb | Visual Basic |
<|file_sep|>original/plastic_wrap.gemspec
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'plastic_wrap/version'
Gem::Specification.new do |gem|
gem.name = "plastic_wrap"
gem.version = PlasticWrap::VERSION
gem.aut... | # -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'plastic_wrap/version'
Gem::Specification.new do |gem|
gem.name = "plastic_wrap"
gem.version = PlasticWrap::VERSION
gem.authors = ["Craig Savolainen", 'Enric R... | <|file_sep|>original/plastic_wrap.gemspec
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'plastic_wrap/version'
Gem::Specification.new do |gem|
gem.name = "plastic_wrap"
gem.version = PlasticWrap::VERSION
gem.aut... | 10e5c7c33fd5631bcbeb3b7d8deccfc3bb2c7683 | plastic_wrap.gemspec | plastic_wrap.gemspec | Ruby |
<|file_sep|>original/app/models/contact.rb
attribute :school_information
attribute :name_teacher
attribute :email, validate => /\A([\w\.%\+\-]+)@([\w\-]+\.)+([\w]{2,})\z/i
attribute :phone
attribute :class_information
attribute :motivation
attribute :course
attribute :course_date
attribute :nickname, c... | attribute :school_information
attribute :name_teacher
attribute :email, validate => /\A([\w\.%\+\-]+)@([\w\-]+\.)+([\w]{2,})\z/i
attribute :phone
attribute :class_information
attribute :motivation
attribute :course
attribute :course_date
attribute :nickname, captcha: true
def headers
{
su... | <|file_sep|>original/app/models/contact.rb
attribute :school_information
attribute :name_teacher
attribute :email, validate => /\A([\w\.%\+\-]+)@([\w\-]+\.)+([\w]{2,})\z/i
attribute :phone
attribute :class_information
attribute :motivation
attribute :course
attribute :course_date
attribute :nickname, c... | 31632d937dcea5b7dffbeb3db6a64c12a1b1a4b4 | app/models/contact.rb | app/models/contact.rb | Ruby |
<|file_sep|>app/views/answers/_form.html.erb.diff
original:
updated:
<%= f.hidden_field :commentable_id, :value => @question.id %>
<|file_sep|>original/app/views/answers/_form.html.erb
<%= form_for [@question, answer, @comment] do |f| %>
<%= f.hidden_field :commentable_type, :value => "Answer" %>
<%= f.label :co... | <%= form_for [@question, answer, @comment] do |f| %>
<%= f.hidden_field :commentable_type, :value => "Answer" %>
<%= f.hidden_field :commentable_id, :value => @question.id %>
<%= f.label :content %>
<%= f.text_field :content %>
<%= f.submit %>
<% end %> | <|file_sep|>app/views/answers/_form.html.erb.diff
original:
updated:
<%= f.hidden_field :commentable_id, :value => @question.id %>
<|file_sep|>original/app/views/answers/_form.html.erb
<%= form_for [@question, answer, @comment] do |f| %>
<%= f.hidden_field :commentable_type, :value => "Answer" %>
<%= f.label :co... | 0d460b7be4d98114e0b9058c2e715df3257050f9 | app/views/answers/_form.html.erb | app/views/answers/_form.html.erb | HTML+ERB |
<|file_sep|>original/run.sh
export USER_GID=$(id -g $(whoami))
export TZ=America/Mexico_City
SSH_KEY_FILE=$(pwd)/ssh/id_rsa
if [ ! -f $SSH_KEY_FILE ]; then
ssh-keygen -t rsa -b 4096 -C "$USER" -f $SSH_KEY_FILE
fi
echo ""
echo "========================================="
echo "Using shared volume: '$SHARED_VOLUME... | export USER_GID=$(id -g $(whoami))
export TZ=America/Mexico_City
SSH_KEY_FILE=$(pwd)/ssh/id_rsa
if [ ! -f $SSH_KEY_FILE ]; then
ssh-keygen -t rsa -b 4096 -C "$USER" -f $SSH_KEY_FILE
fi
rm -rf "$SHARED_VOLUME/.ssh"
rm -rf "$SHARED_VOLUME/ssh"
rm -rf "$SHARED_VOLUME/.bashrc"
echo ""
echo "=======================... | <|file_sep|>original/run.sh
export USER_GID=$(id -g $(whoami))
export TZ=America/Mexico_City
SSH_KEY_FILE=$(pwd)/ssh/id_rsa
if [ ! -f $SSH_KEY_FILE ]; then
ssh-keygen -t rsa -b 4096 -C "$USER" -f $SSH_KEY_FILE
fi
echo ""
echo "========================================="
echo "Using shared volume: '$SHARED_VOLUME... | dab70bd32e3097f6b267d970e3d6eece580693e5 | run.sh | run.sh | Shell |
<|file_sep|>wsme/tests/test_spore.py.diff
original:
updated:
import wsme.tests.test_restjson
<|file_sep|>original/wsme/tests/test_spore.py
class TestSpore(unittest.TestCase):
def test_spore(self):
spore = wsme.spore.getdesc(WSTestRoot())
print spore
spore = json.loads(spore)
as... |
class TestSpore(unittest.TestCase):
def test_spore(self):
spore = wsme.spore.getdesc(WSTestRoot())
print spore
spore = json.loads(spore)
assert len(spore['methods']) == 40, str(len(spore['methods']))
m = spore['methods']['argtypes_setbytesarray']
assert m['path'... | <|file_sep|>wsme/tests/test_spore.py.diff
original:
updated:
import wsme.tests.test_restjson
<|file_sep|>original/wsme/tests/test_spore.py
class TestSpore(unittest.TestCase):
def test_spore(self):
spore = wsme.spore.getdesc(WSTestRoot())
print spore
spore = json.loads(spore)
as... | 0f5aeeedd580cce2970127d4b7e69c4a6427d343 | wsme/tests/test_spore.py | wsme/tests/test_spore.py | Python |
<|file_sep|>mezzit/static/js/mezzit.js.diff
original:
updated:
// Mezzit hides the radio buttons for +1 -1 ratings, and uses
// up/down arrow anchors. Attach click handlers to the arrow
// anchors that when clicked, check the relevant hidden radio
// button, and submits the form via AJAX. If the user i... | // anchors that when clicked, check the relevant hidden radio
// button, and submits the form via AJAX. If the user is not
// authenticated, the JSON response will include a ``location``
// value to redirect to, otherwise it will contain the new
// rating score, which we update the page with.
$(... | <|file_sep|>mezzit/static/js/mezzit.js.diff
original:
updated:
// Mezzit hides the radio buttons for +1 -1 ratings, and uses
// up/down arrow anchors. Attach click handlers to the arrow
// anchors that when clicked, check the relevant hidden radio
// button, and submits the form via AJAX. If the user i... | 294a82df4d1f75092ce138d48f870e513492e4ca | mezzit/static/js/mezzit.js | mezzit/static/js/mezzit.js | JavaScript |
<|file_sep|>original/app/talk/lib/roles.coffee
module.exports = [
# Role | Can access:
"admin" # admin, moderator, ream, all
"moderator" # moderator, team, all
"team" # team, all
"all" # all *
]
<|file_sep|>current/app/talk/lib/roles.coffee
module.exports = [
# Role | ... | module.exports = [
# Role | Can access:
"admin" # admin, moderator, team, translator, all
"moderator" # moderator, team, translator, all
"team" # team, translator, all
"translator" # translator, all
"all" # all *
] | <|file_sep|>original/app/talk/lib/roles.coffee
module.exports = [
# Role | Can access:
"admin" # admin, moderator, ream, all
"moderator" # moderator, team, all
"team" # team, all
"all" # all *
]
<|file_sep|>current/app/talk/lib/roles.coffee
module.exports = [
# Role | ... | 267c75cfe23617316bcf5ecee257bcb94ae8851b | app/talk/lib/roles.coffee | app/talk/lib/roles.coffee | CoffeeScript |
<|file_sep|>original/Documentation/gettingstarted/k8s-install-download-release.rst
.. only:: not (epub or latex or html)
WARNING: You are looking at unreleased Cilium documentation.
Please use the official rendered version released here:
http://docs.cilium.io
.. note::
First, make sure you have Helm 3... | .. only:: not (epub or latex or html)
WARNING: You are looking at unreleased Cilium documentation.
Please use the official rendered version released here:
http://docs.cilium.io
.. note::
First, make sure you have Helm 3 `installed <https://helm.sh/docs/intro/install/>`_.
If you have (or planning t... | <|file_sep|>original/Documentation/gettingstarted/k8s-install-download-release.rst
.. only:: not (epub or latex or html)
WARNING: You are looking at unreleased Cilium documentation.
Please use the official rendered version released here:
http://docs.cilium.io
.. note::
First, make sure you have Helm 3... | 98f3e9cbcb32895ef09ff994b59f275eeddead40 | Documentation/gettingstarted/k8s-install-download-release.rst | Documentation/gettingstarted/k8s-install-download-release.rst | reStructuredText |
<|file_sep|>original/circle.yml
machine:
node:
version: iojs-v3.2.0
test:
override:
- npm run check
<|file_sep|>current/circle.yml
machine:
node:
version: iojs-v3.2.0
test:
override:
- npm run check
<|file_sep|>updated/circle.yml | machine:
node:
version: iojs-v3.2.0
test:
override:
- npm run check
notify:
webhooks:
- url: https://webhooks.gitter.im/e/ec8fbe5ef76183d4a766 | <|file_sep|>original/circle.yml
machine:
node:
version: iojs-v3.2.0
test:
override:
- npm run check
<|file_sep|>current/circle.yml
machine:
node:
version: iojs-v3.2.0
test:
override:
- npm run check
<|file_sep|>updated/circle.yml
machine:
node:
version: iojs-v3.2.0
test:
override:
... | fad1e54ec7e5f1853b36c657549fdb6abdc1138e | circle.yml | circle.yml | YAML |
<|file_sep|>src/main/web/templates/handlebars/content/t7-6.handlebars.diff
original:
{{#partial 'block-intro-secondary'}}
<div class="meta-wrap">
<div class="wrapper">
<div class="col-wrap">
updated:
<|file_sep|>src/main/web/templates/handlebars/content/t7-6.handlebars.diff
original:
{{!-- Contact --}}
<... | {{#block "block-additonal-metadata"}}{{/block}}
</div>
</div>
{{/partial}}
{{#partial "publication-sidebar"}}
{{!-- Related data --}}
{{>partials/related/data}}
{{!-- Related publications --}}
{{>partials/related/documents}}
{{!-- Related articles --}}
{{>partials/related/articles}}
{{!-- Contact details -... | <|file_sep|>src/main/web/templates/handlebars/content/t7-6.handlebars.diff
original:
{{#partial 'block-intro-secondary'}}
<div class="meta-wrap">
<div class="wrapper">
<div class="col-wrap">
updated:
<|file_sep|>src/main/web/templates/handlebars/content/t7-6.handlebars.diff
original:
{{!-- Contact --}}
<... | 510c0a835200affee499e04f6d5aac4e9c7b3e4f | src/main/web/templates/handlebars/content/t7-6.handlebars | src/main/web/templates/handlebars/content/t7-6.handlebars | Handlebars |
<|file_sep|>original/composer.json
{
"config": {
"vendor-dir": "htdocs/includes/vendor"
},
"require": {
"kellan/magpierss": "dev-master",
"PHPMailer/PHPMailer": "~5.2",
"ezyang/htmlpurifier":"~4.9"
},
"autoload": {
"classmap": [
"htdocs/includes/vendo... | {
"config": {
"vendor-dir": "htdocs/includes/vendor"
},
"require": {
"kellan/magpierss": "dev-master",
"PHPMailer/PHPMailer": "~5.2",
"ezyang/htmlpurifier":"~4.9"
},
"autoload": {
"classmap": [
"htdocs/includes/vendor/"
],
"files": ["h... | <|file_sep|>original/composer.json
{
"config": {
"vendor-dir": "htdocs/includes/vendor"
},
"require": {
"kellan/magpierss": "dev-master",
"PHPMailer/PHPMailer": "~5.2",
"ezyang/htmlpurifier":"~4.9"
},
"autoload": {
"classmap": [
"htdocs/includes/vendo... | 9e91048056b5f36bcbf119c4a232ccac6305d3f2 | composer.json | composer.json | JSON |
<|file_sep|>original/metadata/de.drhoffmannsoft.pizza.txt
Issue Tracker:https://gitlab.com/kollo/PizzaCostCalculator/issues
Auto Name:Pizza Cost
Summary:Calculate optimal offer out of three round pizzas
Description:
Calculate which pizza is the best offer, based on diameter and price. Use
gestures to adjust price and ... | Issue Tracker:https://gitlab.com/kollo/PizzaCostCalculator/issues
Auto Name:Pizza Cost
Summary:Calculate optimal offer out of three round pizzas
Description:
Calculate which pizza is the best offer, based on diameter and price. Use
gestures to adjust price and diameter of three pizzas (small, medium, large) to
compare... | <|file_sep|>original/metadata/de.drhoffmannsoft.pizza.txt
Issue Tracker:https://gitlab.com/kollo/PizzaCostCalculator/issues
Auto Name:Pizza Cost
Summary:Calculate optimal offer out of three round pizzas
Description:
Calculate which pizza is the best offer, based on diameter and price. Use
gestures to adjust price and ... | da3447ffca4f0b8bc1c3c9dfaddf3958896831c4 | metadata/de.drhoffmannsoft.pizza.txt | metadata/de.drhoffmannsoft.pizza.txt | Text |
<|file_sep|>.github/workflows/push-packages.yml.diff
original:
runs-on: ubuntu-18.04
updated:
runs-on: ubuntu-20.04
<|file_sep|>.github/workflows/push-packages.yml.diff
original:
- uses: actions/setup-java@v1
updated:
- uses: actions/setup-java@v2
<|file_sep|>original/.github/workflows/push-packages... | name: Publish to GitHub Packages
on: push
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 11
distribution: temurin
- name: Cache Maven artifacts
uses: actions/cache@v2
with:
... | <|file_sep|>.github/workflows/push-packages.yml.diff
original:
runs-on: ubuntu-18.04
updated:
runs-on: ubuntu-20.04
<|file_sep|>.github/workflows/push-packages.yml.diff
original:
- uses: actions/setup-java@v1
updated:
- uses: actions/setup-java@v2
<|file_sep|>original/.github/workflows/push-packages... | 8ac74191188bacdcf3b3e1620dfc4158af0abcb4 | .github/workflows/push-packages.yml | .github/workflows/push-packages.yml | YAML |
<|file_sep|>recipes/visan/meta.yaml.diff
original:
git_rev: bd8dbbf8d3725838fceb5317d65bdf2635b5d1f2
updated:
git_rev: b22d9a88139ed3b7783b54ad23db0fca20fc906c
<|file_sep|>original/recipes/visan/meta.yaml
number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- mak... | number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- make # [not win]
host:
- mesalib # [linux]
- proj >=8.2
- python
- vtk >=9.1
run:
- coda
- harp
- numpy
- proj >=8.2
- python | <|file_sep|>recipes/visan/meta.yaml.diff
original:
git_rev: bd8dbbf8d3725838fceb5317d65bdf2635b5d1f2
updated:
git_rev: b22d9a88139ed3b7783b54ad23db0fca20fc906c
<|file_sep|>original/recipes/visan/meta.yaml
number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- mak... | 454dd64c9ec65727fa204296ec307d4ac8e446b8 | recipes/visan/meta.yaml | recipes/visan/meta.yaml | YAML |
<|file_sep|>original/website/addons/googledrive/static/googleDriveFangornConfig.js
'use strict';
var m = require('mithril');
var Fangorn = require('js/fangorn');
function _fangornLazyLoadError(item) {
item.notify.update('Google Drive couldn\'t load, please try again later.', 'deleting', undefined, 3000);
retu... | 'use strict';
var m = require('mithril');
var Fangorn = require('js/fangorn');
Fangorn.config.googledrive = {}; | <|file_sep|>original/website/addons/googledrive/static/googleDriveFangornConfig.js
'use strict';
var m = require('mithril');
var Fangorn = require('js/fangorn');
function _fangornLazyLoadError(item) {
item.notify.update('Google Drive couldn\'t load, please try again later.', 'deleting', undefined, 3000);
retu... | 8a14db5b97884c1e30989c8addb54434a608759f | website/addons/googledrive/static/googleDriveFangornConfig.js | website/addons/googledrive/static/googleDriveFangornConfig.js | JavaScript |
<|file_sep|>original/app/requirements.txt
flask==0.12.2
flask-mako==0.4
# Production.
gevent==1.2.2
gunicorn==19.7.1
# Testing and validity.
flake8==3.3.0
mypy==0.511
pylint==1.4.1
pytest==3.1.2
# Development.
bpython==0.16
ipython==6.1.0
# Docs.
grip==4.3.2
<|file_sep|>current/app/requirements.txt
flask==0.12.2
fl... | flask==0.12.2
flask-mako==0.4
# Production.
gevent==1.2.2
gunicorn==19.7.1
# Testing and validity.
flake8==3.3.0
mypy==0.511
pylint==1.7.1
pytest==3.1.2
# Development.
bpython==0.16
ipython==6.1.0
# Docs.
grip==4.3.2 | <|file_sep|>original/app/requirements.txt
flask==0.12.2
flask-mako==0.4
# Production.
gevent==1.2.2
gunicorn==19.7.1
# Testing and validity.
flake8==3.3.0
mypy==0.511
pylint==1.4.1
pytest==3.1.2
# Development.
bpython==0.16
ipython==6.1.0
# Docs.
grip==4.3.2
<|file_sep|>current/app/requirements.txt
flask==0.12.2
fl... | 4ed77c14ab2e607dc25292f6cdbd41dfb91bbb6a | app/requirements.txt | app/requirements.txt | Text |
<|file_sep|>specs/scoring.js.diff
original:
setTimeout(models.insert.bind(this, testMessage), 100);
updated:
models.insert(testMessage, function(){})
<|file_sep|>specs/scoring.js.diff
original:
models.createVote(messageId, token, function(err, res) {
expect(res.insertId).to.be.a('number');
d... | });
}.bind(this, done), 1000);
});
it('should have score updated in db when updateScore is called', function(done) {
var amount = 100;
models.updateScore(messageId, amount, function(err, success) {
expect(!!success).to.equal(true);
done();
});
});
it('should r... | <|file_sep|>specs/scoring.js.diff
original:
setTimeout(models.insert.bind(this, testMessage), 100);
updated:
models.insert(testMessage, function(){})
<|file_sep|>specs/scoring.js.diff
original:
models.createVote(messageId, token, function(err, res) {
expect(res.insertId).to.be.a('number');
d... | 488524cbe67d3cff4e44f9ee6b73bfa16fb84d94 | specs/scoring.js | specs/scoring.js | JavaScript |
<|file_sep|>services/changes/models/CheckResponse.php.diff
original:
* @var CheckResponseModified[]
updated:
* @var CheckResponseModified
<|file_sep|>services/changes/models/CheckResponse.php.diff
original:
* @var CheckResponseIds[]
updated:
* @var CheckResponseIds
<|file_sep|>original/services/chan... | {
/**
* @var CheckResponseModified
*/
public $Modified;
/**
* @var CheckResponseIds
*/
public $NotFound;
/**
* @var CheckResponseIds
*/
public $Unprocessed;
/**
* @var string
*/
public $Timestamp;
} | <|file_sep|>services/changes/models/CheckResponse.php.diff
original:
* @var CheckResponseModified[]
updated:
* @var CheckResponseModified
<|file_sep|>services/changes/models/CheckResponse.php.diff
original:
* @var CheckResponseIds[]
updated:
* @var CheckResponseIds
<|file_sep|>original/services/chan... | 119cdca384b1f8154a7cce648549b704b1256aed | services/changes/models/CheckResponse.php | services/changes/models/CheckResponse.php | PHP |
<|file_sep|>original/CheckIntPalindrome.cpp
<|file_sep|>current/CheckIntPalindrome.cpp
<|file_sep|>updated/CheckIntPalindrome.cpp | /*
Given a number, return the number of set bits of the number if binary representation
of the number is a palindrome, else return 1.
Condition : You can’t use array or any other data structure.
Eg . Input
37
Output 1
Input
165
Output 4
*/
#include <iostream>
#include <string>
#incl... | <|file_sep|>original/CheckIntPalindrome.cpp
<|file_sep|>current/CheckIntPalindrome.cpp
<|file_sep|>updated/CheckIntPalindrome.cpp
/*
Given a number, return the number of set bits of the number if binary representation
of the number is a palindrome, else return 1.
Condition : You can’t use array or any other data st... | 0414e65b92224c8508e58943790eecd5ab8ffa06 | CheckIntPalindrome.cpp | CheckIntPalindrome.cpp | C++ |
<|file_sep|>original/docs/text-formats.md
<|file_sep|>current/docs/text-formats.md
<|file_sep|>updated/docs/text-formats.md | # Text formats used by the desktop executable
## Ground truth text format
The file begins with the integers `W`, `H`, `F`, `L` on a separate line. These denote: width, height, number of frames, and the number of non-empty frames.
Following are `L` lines with the following format: integer `I`, `1 <= I <= F`, specifie... | <|file_sep|>original/docs/text-formats.md
<|file_sep|>current/docs/text-formats.md
<|file_sep|>updated/docs/text-formats.md
# Text formats used by the desktop executable
## Ground truth text format
The file begins with the integers `W`, `H`, `F`, `L` on a separate line. These denote: width, height, number of frames... | 31f01a54e3a906505070a038513069503c81e98a | docs/text-formats.md | docs/text-formats.md | Markdown |
<|file_sep|>original/build.cmd
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
:: ensure we have Version.txt
IF NOT EXIST Version.txt (
ECHO Version.txt is missing!
GOTO error
)
:: get the version and comment from Version.txt lines 2 and 3
SET RELEASE=
SET... | ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
:: ensure we have Version.txt
IF NOT EXIST Version.txt (
ECHO Version.txt is missing!
GOTO error
)
:: get the version and comment from Version.txt lines 2 and 3
SET RELEASE=%APPVEYOR_BUILD_VERSION%
SET COMMEN... | <|file_sep|>original/build.cmd
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
:: ensure we have Version.txt
IF NOT EXIST Version.txt (
ECHO Version.txt is missing!
GOTO error
)
:: get the version and comment from Version.txt lines 2 and 3
SET RELEASE=
SET... | 6c596b91eef08a4f2818b84306155ec69752e867 | build.cmd | build.cmd | Batchfile |
<|file_sep|>original/.github/workflows/test.yaml
name: Kubernetes Python Client - Validation
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
with:
submodules: t... | name: Kubernetes Python Client - Validation
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python ${{ matrix.python-versio... | <|file_sep|>original/.github/workflows/test.yaml
name: Kubernetes Python Client - Validation
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
with:
submodules: t... | 30fe907ea5dd3515c527a602f4f2a1814badabbb | .github/workflows/test.yaml | .github/workflows/test.yaml | YAML |
<|file_sep|>original/.travis.yml
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]... | - 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scru... | <|file_sep|>original/.travis.yml
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]... | ad151b2c4f45c1f079361ddd5959d8d13aa490f5 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/scss/components/_reddit-oc.scss
@import "./components/_reddit-oc/_teams-header.scss";
@import "./components/_reddit-oc/_sidebar-custom-content.scss";
@import "./components/_reddit-oc/_important-links.scss";
@import "./components/_reddit-oc/_user-flair.scss";
@import "./components/_reddit-oc/_th... | @import "./components/_reddit-oc/_teams-header.scss";
@import "./components/_reddit-oc/_sidebar-custom-content.scss";
@import "./components/_reddit-oc/_important-links.scss";
@import "./components/_reddit-oc/_user-flair.scss"; | <|file_sep|>original/src/scss/components/_reddit-oc.scss
@import "./components/_reddit-oc/_teams-header.scss";
@import "./components/_reddit-oc/_sidebar-custom-content.scss";
@import "./components/_reddit-oc/_important-links.scss";
@import "./components/_reddit-oc/_user-flair.scss";
@import "./components/_reddit-oc/_th... | 3407a068d80a4bbdfcbebf07890283435e2699f6 | src/scss/components/_reddit-oc.scss | src/scss/components/_reddit-oc.scss | SCSS |
<|file_sep|>original/version_kit.gemspec
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'version_kit/gem_metadata'
Gem::Specification.new do |spec|
spec.name = "version_kit"
spec.version = VersionKit::VERSION
spec.authors = ["TODO: Write your name"]
spec.email = ["... | $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'version_kit/gem_metadata'
Gem::Specification.new do |spec|
spec.name = "version_kit"
spec.version = VersionKit::VERSION
spec.authors = ["TODO: Write your name"]
spec.email = ["TODO: Write your email address"]
spec.d... | <|file_sep|>original/version_kit.gemspec
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'version_kit/gem_metadata'
Gem::Specification.new do |spec|
spec.name = "version_kit"
spec.version = VersionKit::VERSION
spec.authors = ["TODO: Write your name"]
spec.email = ["... | 62278a2a9c485da2415bcd97072b60f182663153 | version_kit.gemspec | version_kit.gemspec | Ruby |
<|file_sep|>original/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C1 Loop: | grep Canonical
; The indvar simplification code should ensure that the first PHI in the block
; is the canonical one!
int %test() {
br label %Loop
Loop:
%NonIndvar = phi int... | ; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C1 Loop: | grep %indvar
; The indvar simplification code should ensure that the first PHI in the block
; is the canonical one!
int %test() {
br label %Loop
Loop:
%NonIndvar = phi int [200, %0], [%NonIndvarNext, %Loop]
%Canonical = phi int [0, %0], [%Canonical... | <|file_sep|>original/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C1 Loop: | grep Canonical
; The indvar simplification code should ensure that the first PHI in the block
; is the canonical one!
int %test() {
br label %Loop
Loop:
%NonIndvar = phi int... | 45a0a6153437b3d59150f0fdc2f313179edd1d70 | test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll | test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll | LLVM |
<|file_sep|>original/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp
namespace react {
void ComponentDescriptorRegistry::registerComponentDescriptor(SharedComponentDescriptor componentDescriptor) {
ComponentHandle componentHandle = componentDescriptor->getComponentHandle();
_registryByHandle[component... | _registryByHandle[componentHandle] = componentDescriptor;
ComponentName componentName = componentDescriptor->getComponentName();
_registryByName[componentName] = componentDescriptor;
}
const SharedComponentDescriptor ComponentDescriptorRegistry::operator[](const SharedShadowNode &shadowNode) const {
Component... | <|file_sep|>original/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp
namespace react {
void ComponentDescriptorRegistry::registerComponentDescriptor(SharedComponentDescriptor componentDescriptor) {
ComponentHandle componentHandle = componentDescriptor->getComponentHandle();
_registryByHandle[component... | b8a50c7614426c611143eb846839b56ec6c50c0d | ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp | ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp | C++ |
<|file_sep|>original/cmake/TPLs/FindTPLBoostOrg.cmake
GLOBAL_SET(BoostOrg_INCLUDE_DIRS "${Boost_INCLUDE_DIRS}")
GLOBAL_SET(BoostOrg_LIBRARY_DIRS "${Boost_LIBRARY_DIRS}")
TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES(
BoostOrg
REQUIRED_HEADERS boost/version.hpp boost/mpl/at.hpp
REQUIRED_LIBS_NAMES boost_mpi boost_s... | GLOBAL_SET(BoostOrg_INCLUDE_DIRS "${Boost_INCLUDE_DIRS}")
GLOBAL_SET(BoostOrg_LIBRARY_DIRS "${Boost_LIBRARY_DIRS}")
TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES(
BoostOrg
REQUIRED_HEADERS boost/version.hpp boost/mpl/at.hpp
REQUIRED_LIBS_NAMES boost_mpi boost_serialization
)
# Use CMake FindBoost module to chec... | <|file_sep|>original/cmake/TPLs/FindTPLBoostOrg.cmake
GLOBAL_SET(BoostOrg_INCLUDE_DIRS "${Boost_INCLUDE_DIRS}")
GLOBAL_SET(BoostOrg_LIBRARY_DIRS "${Boost_LIBRARY_DIRS}")
TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES(
BoostOrg
REQUIRED_HEADERS boost/version.hpp boost/mpl/at.hpp
REQUIRED_LIBS_NAMES boost_mpi boost_s... | 7df53a8fd36fb0ad5b8984f6e1254bd24c58a288 | cmake/TPLs/FindTPLBoostOrg.cmake | cmake/TPLs/FindTPLBoostOrg.cmake | CMake |
<|file_sep|>.travis.yml.diff
original:
updated:
- "4.0.0"
- "4.1.0"
- "4.1.1"
- "4.1.2"
- "4.2.0"
- "4.2.1"
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "iojs-v1.0.4"
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- "4.0.0"
- "... | language: node_js
node_js:
- "4.0.0"
- "4.1.0"
- "4.1.1"
- "4.1.2"
- "4.2.0"
- "4.2.1"
- "0.12"
- "0.11"
- "0.10" | <|file_sep|>.travis.yml.diff
original:
updated:
- "4.0.0"
- "4.1.0"
- "4.1.1"
- "4.1.2"
- "4.2.0"
- "4.2.1"
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "iojs-v1.0.4"
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- "4.0.0"
- "... | bbc0dec087b7a35c9ba5565f47f86ff4a7516816 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/AutoPkgr/Utility/LGHTTPRequest.h
// See the License for the specific language governing permissions and
// limitations under the License.
//
#import <Foundation/Foundation.h>
@class LGHTTPCredential;
@interface LGHTTPRequest : NSObject
- (void)retrieveDistributionPoints:(LGHTTPCredential *)cr... | // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the Lic... | <|file_sep|>original/AutoPkgr/Utility/LGHTTPRequest.h
// See the License for the specific language governing permissions and
// limitations under the License.
//
#import <Foundation/Foundation.h>
@class LGHTTPCredential;
@interface LGHTTPRequest : NSObject
- (void)retrieveDistributionPoints:(LGHTTPCredential *)cr... | 1ab47cc1ffa4acaf69f8f7e0ddb104874f74aaec | AutoPkgr/Utility/LGHTTPRequest.h | AutoPkgr/Utility/LGHTTPRequest.h | C |
<|file_sep|>original/_drafts/try-something-new-hack-day.md
<|file_sep|>current/_drafts/try-something-new-hack-day.md
<|file_sep|>updated/_drafts/try-something-new-hack-day.md | Try Something New Hack Day
==========================
Ben Godfrey: Geometric Abstraction With Three.js
------------------------------------------------
My hack was definitely the most leftfield of the day. I'm a big fan of
the generative art of people like [John
Maeda](http://www.maedastudio.com/2001/maedamedia/index... | <|file_sep|>original/_drafts/try-something-new-hack-day.md
<|file_sep|>current/_drafts/try-something-new-hack-day.md
<|file_sep|>updated/_drafts/try-something-new-hack-day.md
Try Something New Hack Day
==========================
Ben Godfrey: Geometric Abstraction With Three.js
---------------------------------------... | e35510364a1263283d9bfaa654ec35ba4277acae | _drafts/try-something-new-hack-day.md | _drafts/try-something-new-hack-day.md | Markdown |
<|file_sep|>original/test/python-swig-test.py
#!/usr/bin/env python3
import deepstream
version = deepstream.version_to_string()
if deepstream.version_to_string() != "0.1.0":
raise Exception("Version mismatch; expected 0.0.1, got {}".format(version))
<|file_sep|>current/test/python-swig-test.py
#!/usr/bin/en... | #!/usr/bin/env python3
import deepstream
version = deepstream.version_to_string()
if deepstream.version_to_string() != "0.1.0":
raise ValueError("Version mismatch; expected 0.0.1, got {}".format(version))
| <|file_sep|>original/test/python-swig-test.py
#!/usr/bin/env python3
import deepstream
version = deepstream.version_to_string()
if deepstream.version_to_string() != "0.1.0":
raise Exception("Version mismatch; expected 0.0.1, got {}".format(version))
<|file_sep|>current/test/python-swig-test.py
#!/usr/bin/en... | cd4534ee267bd06944dcce1fe40ee662351eb114 | test/python-swig-test.py | test/python-swig-test.py | Python |
<|file_sep|>original/README.md
Task management tool in which can medium term.
For now, `Owlora` uses Todoist API as backend.
[Demo](https://tadashi-aikawa.github.io/owlora/)
## Support platforms
* Google chrome (Not for all)
* Firefox (Not for all)
* Android (Not for all)
* iOS (Not for all)
## For developer
### ... | Task management tool in which can medium term.
For now, `Owlora` uses Todoist API as backend.
[Demo](https://tadashi-aikawa.github.io/owlora/)
## Support platforms
* Google chrome (Not for all)
* Firefox (Not for all)
## For developer
### Optional
```
$ yarn global add webpack
```
### Install dependencies
| <|file_sep|>original/README.md
Task management tool in which can medium term.
For now, `Owlora` uses Todoist API as backend.
[Demo](https://tadashi-aikawa.github.io/owlora/)
## Support platforms
* Google chrome (Not for all)
* Firefox (Not for all)
* Android (Not for all)
* iOS (Not for all)
## For developer
### ... | 51701c4bff0ba472617ac0f75e036f3e522638da | README.md | README.md | Markdown |
<|file_sep|>original/build/modules/renderPage.js
// If any of the demos define pageData we need to pop this up onto the page context
extend(pageData, data.pageData);
// Grab all our components, sort them into bundles and then output the
// necessary script tags to load them
components
.getCom... | // If any of the demos define pageData we need to pop this up onto the page context
extend(pageData, data.pageData);
// Grab all our components, sort them into bundles and then output the
// necessary script tags to load them
components
.getComponents()
.then(javascript.sort)
.the... | <|file_sep|>original/build/modules/renderPage.js
// If any of the demos define pageData we need to pop this up onto the page context
extend(pageData, data.pageData);
// Grab all our components, sort them into bundles and then output the
// necessary script tags to load them
components
.getCom... | afb719ecef747a0fcf26be0040fcb3ad4860889b | build/modules/renderPage.js | build/modules/renderPage.js | JavaScript |
<|file_sep|>original/features/support/assertions.js
*
* or in the "license" file accompanying this file. This file is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific
* language governing permissions and limitations under... | *
* or in the "license" file accompanying this file. This file is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific
* language governing permissions and limitations under the License.
*/
var assert = require('assert');
... | <|file_sep|>original/features/support/assertions.js
*
* or in the "license" file accompanying this file. This file is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific
* language governing permissions and limitations under... | 37f9b124dc49c59093b0ee09e4a4eea3fa29accb | features/support/assertions.js | features/support/assertions.js | JavaScript |
<|file_sep|>original/lib/terminitor.rb
require 'terminitor/yaml'
require 'terminitor/dsl'
require 'terminitor/runner'
require 'terminitor/abstract_core'
require 'terminitor/cli'
require 'terminitor/abstract_capture'
module Terminitor
autoload :Version, 'terminitor/version'
case RUBY_PLATFORM.downcase
when %r{dar... | lib_dir = File.expand_path("..", __FILE__)
$:.unshift( lib_dir ) unless $:.include?( lib_dir )
require 'terminitor/yaml'
require 'terminitor/dsl'
require 'terminitor/runner'
require 'terminitor/abstract_core'
require 'terminitor/cli'
require 'terminitor/abstract_capture'
module Terminitor
autoload :Version, 'termin... | <|file_sep|>original/lib/terminitor.rb
require 'terminitor/yaml'
require 'terminitor/dsl'
require 'terminitor/runner'
require 'terminitor/abstract_core'
require 'terminitor/cli'
require 'terminitor/abstract_capture'
module Terminitor
autoload :Version, 'terminitor/version'
case RUBY_PLATFORM.downcase
when %r{dar... | 60b784d4145c1ee8a546bdd6b363b43174079c94 | lib/terminitor.rb | lib/terminitor.rb | Ruby |
<|file_sep|>openmole/core/plugins/org.openmole.plugin.domain.collection/src/main/scala/org/openmole/plugin/domain/collection/package.scala.diff
original:
updated:
<|file_sep|>original/openmole/core/plugins/org.openmole.plugin.domain.collection/src/main/scala/org/openmole/plugin/domain/collection/package.scala
*
* Y... |
import org.openmole.core.model.data._
import org.openmole.core.model.sampling._
import org.openmole.core.implementation.data._
package object collection {
implicit def scalaIterableDomainDecorator[T](iterable: Iterable[T]) = new {
def toDomain = new IterableDomain[T](iterable)
}
implicit def prototypeDoma... | <|file_sep|>openmole/core/plugins/org.openmole.plugin.domain.collection/src/main/scala/org/openmole/plugin/domain/collection/package.scala.diff
original:
updated:
<|file_sep|>original/openmole/core/plugins/org.openmole.plugin.domain.collection/src/main/scala/org/openmole/plugin/domain/collection/package.scala
*
* Y... | f1539f9cb59cd70a1a8d7b6d13d2d273082e17a8 | openmole/core/plugins/org.openmole.plugin.domain.collection/src/main/scala/org/openmole/plugin/domain/collection/package.scala | openmole/core/plugins/org.openmole.plugin.domain.collection/src/main/scala/org/openmole/plugin/domain/collection/package.scala | Scala |
<|file_sep|>original/README.md
# NLog.Targets.Seq
**Work in progress**
An NLog target that writes events to Seq. Takes advantage of the structured logging support in NLog 4.5; projects targeting earlier NLog versions should install _Seq.Client.NLog_ instead.
<|file_sep|>current/README.md
# NLog.Targets.Seq
**Work in... | # NLog.Targets.Seq [](https://ci.appveyor.com/project/datalust/nlog-targets-seq) [](https://gitter.im/datalust/seq)
**Work in pro... | <|file_sep|>original/README.md
# NLog.Targets.Seq
**Work in progress**
An NLog target that writes events to Seq. Takes advantage of the structured logging support in NLog 4.5; projects targeting earlier NLog versions should install _Seq.Client.NLog_ instead.
<|file_sep|>current/README.md
# NLog.Targets.Seq
**Work in... | 49ee5553acc116487e385c77f99b20f87c5b4b95 | README.md | README.md | Markdown |
<|file_sep|>benchmarks/index.js.diff
original:
fs = require('fs');
metaphone = natural.Metaphone.process;
soundex = natural.SoundEx.process;
updated:
var fs = require('fs');
var metaphone = natural.Metaphone.process;
var soundex = natural.SoundEx.process;
<|file_sep|>original/benchmarks/index.js
* Module dependencies.... | * Module dependencies.
*/
var uubench = require('uubench')
, natural = require('../');
var fs = require('fs');
var metaphone = natural.Metaphone.process;
var soundex = natural.SoundEx.process;
var suite = new uubench.Suite({
start: function(){
console.log();
},
result: function(name, stats){
var p... | <|file_sep|>benchmarks/index.js.diff
original:
fs = require('fs');
metaphone = natural.Metaphone.process;
soundex = natural.SoundEx.process;
updated:
var fs = require('fs');
var metaphone = natural.Metaphone.process;
var soundex = natural.SoundEx.process;
<|file_sep|>original/benchmarks/index.js
* Module dependencies.... | b9bf4725256106df87c6eea1fd5cf49811cdeffc | benchmarks/index.js | benchmarks/index.js | JavaScript |
<|file_sep|>mkdocs.yml.diff
original:
docs_dir: "xls/docs/"
updated:
docs_dir: "docs/"
<|file_sep|>mkdocs.yml.diff
original:
updated:
- Intro: 'README.md'
<|file_sep|>original/mkdocs.yml
site_name: "XLS: Accelerated HW Synthesis"
repo_url: "https://github.com/google/xls/"
docs_dir: "xls/docs/"
site_dir: "gendocs/"
t... | site_name: "XLS: Accelerated HW Synthesis"
repo_url: "https://github.com/google/xls/"
docs_dir: "docs/"
site_dir: "gendocs/"
theme:
name: "material"
nav:
- Intro: 'README.md'
- IR:
- Semantics: 'ir_semantics.md'
- Optimizations: 'optimizations.md'
- Scheduling: 'scheduling.md'
- Visualizer: 'ir_vi... | <|file_sep|>mkdocs.yml.diff
original:
docs_dir: "xls/docs/"
updated:
docs_dir: "docs/"
<|file_sep|>mkdocs.yml.diff
original:
updated:
- Intro: 'README.md'
<|file_sep|>original/mkdocs.yml
site_name: "XLS: Accelerated HW Synthesis"
repo_url: "https://github.com/google/xls/"
docs_dir: "xls/docs/"
site_dir: "gendocs/"
t... | f78861a0505904405435589acc0f1007e5ca2194 | mkdocs.yml | mkdocs.yml | YAML |
<|file_sep|>app/assets/javascripts/application.js.diff
original:
updated:
//= require govuk_toolkit
<|file_sep|>original/app/assets/javascripts/application.js
//
//= require checkbox_filter
//= require live_search
jQuery(function($) {
var filters = $('.js-openable-filter').map(function(){
return new GOVUK.Chec... |
jQuery(function($) {
var filters = $('.js-openable-filter').map(function(){
return new GOVUK.CheckboxFilter({el:$(this)});
});
if (filters.length > 0 && $('.js-openable-filter').not('.closed').length == 0) {
filters[0].open();
}
var $form = $('.js-live-search-form'),
$results = $('.js-live-s... | <|file_sep|>app/assets/javascripts/application.js.diff
original:
updated:
//= require govuk_toolkit
<|file_sep|>original/app/assets/javascripts/application.js
//
//= require checkbox_filter
//= require live_search
jQuery(function($) {
var filters = $('.js-openable-filter').map(function(){
return new GOVUK.Chec... | 65735c5eedd7671e54aa3c4fab5caa9e3f25c6f7 | app/assets/javascripts/application.js | app/assets/javascripts/application.js | JavaScript |
<|file_sep|>original/dist.ini
name = Pod-Weaver-Role-Section-Formattable
author = Chris Weyl <cweyl@alumni.drew.edu>
license = LGPL_2_1
copyright_holder = Chris Weyl
copyright_year = 2012
[Bootstrap::lib]
[@RSRCHBOY]
<|file_sep|>current/dist.ini
name = Pod-Weaver-Role-Secti... | name = Pod-Weaver-Role-Section-Formattable
author = Chris Weyl <cweyl@alumni.drew.edu>
license = LGPL_2_1
copyright_holder = Chris Weyl
copyright_year = 2012
[Bootstrap::lib]
[@RSRCHBOY]
-remove = Test::EOL | <|file_sep|>original/dist.ini
name = Pod-Weaver-Role-Section-Formattable
author = Chris Weyl <cweyl@alumni.drew.edu>
license = LGPL_2_1
copyright_holder = Chris Weyl
copyright_year = 2012
[Bootstrap::lib]
[@RSRCHBOY]
<|file_sep|>current/dist.ini
name = Pod-Weaver-Role-Secti... | 0a4f7ce83e914390490ff63c2319f4ea9f0ac02e | dist.ini | dist.ini | INI |
<|file_sep|>tasks/main.yml.diff
original:
pause:
seconds: 5
updated:
wait_for:
host: "{{ influxdb_bind_hostname }}"
port: "{{ influxdb_http_port }}"
delay: 5
timeout: 30
<|file_sep|>original/tasks/main.yml
when: influxdb_started.changed and influxdb_start_service
- name: Collect service sta... | enabled: yes
register: influxdb_started
when: influxdb_start_service
- name: Pause to ensure InfluxDB service is up
wait_for:
host: "{{ influxdb_bind_hostname }}"
port: "{{ influxdb_http_port }}"
delay: 5
timeout: 30
when: influxdb_started.changed and influxdb_start_service
- include: de... | <|file_sep|>tasks/main.yml.diff
original:
pause:
seconds: 5
updated:
wait_for:
host: "{{ influxdb_bind_hostname }}"
port: "{{ influxdb_http_port }}"
delay: 5
timeout: 30
<|file_sep|>original/tasks/main.yml
when: influxdb_started.changed and influxdb_start_service
- name: Collect service sta... | 9617778f2820697ef0254fbe39d62bb0a9bae10a | tasks/main.yml | tasks/main.yml | YAML |
<|file_sep|>original/requirements_test.txt
tox==3.0.0
mock==2.0.0
pytest==3.5.0
pytest-cov==2.5.1
pytest-flake8==1.0.0
pytest-watch==4.1.0
pytest-sugar==0.9.1
Sphinx==1.7.2
sphinx_rtd_theme==0.2.4
restructuredtext-lint==1.1.3
<|file_sep|>current/requirements_test.txt
tox==3.0.0
mock==2.0.0
pytest==3.5.0
pytest-cov==2.5... | tox==3.0.0
mock==2.0.0
pytest==3.5.0
pytest-cov==2.5.1
pytest-flake8==1.0.0
pytest-watch==4.1.0
pytest-sugar==0.9.1
Sphinx==1.7.2
sphinx_rtd_theme==0.3.0
restructuredtext-lint==1.1.3 | <|file_sep|>original/requirements_test.txt
tox==3.0.0
mock==2.0.0
pytest==3.5.0
pytest-cov==2.5.1
pytest-flake8==1.0.0
pytest-watch==4.1.0
pytest-sugar==0.9.1
Sphinx==1.7.2
sphinx_rtd_theme==0.2.4
restructuredtext-lint==1.1.3
<|file_sep|>current/requirements_test.txt
tox==3.0.0
mock==2.0.0
pytest==3.5.0
pytest-cov==2.5... | 71cd92a6921702964a024be63a783a75febf1aad | requirements_test.txt | requirements_test.txt | Text |
<|file_sep|>original/mongoid-undo.gemspec
$: << File.expand_path('../lib', __FILE__)
require 'mongoid/undo/version'
Gem::Specification.new do |gem|
gem.name = 'mongoid-undo'
gem.version = Mongoid::Undo::VERSION
gem.authors = 'Mario Uher'
gem.email = 'uher.mario@gmail.com'
gem.hom... | $: << File.expand_path('../lib', __FILE__)
require 'mongoid/undo/version'
Gem::Specification.new do |gem|
gem.name = 'mongoid-undo'
gem.version = Mongoid::Undo::VERSION
gem.authors = 'Mario Uher'
gem.email = 'uher.mario@gmail.com'
gem.homepage = 'https://github.com/haihappen... | <|file_sep|>original/mongoid-undo.gemspec
$: << File.expand_path('../lib', __FILE__)
require 'mongoid/undo/version'
Gem::Specification.new do |gem|
gem.name = 'mongoid-undo'
gem.version = Mongoid::Undo::VERSION
gem.authors = 'Mario Uher'
gem.email = 'uher.mario@gmail.com'
gem.hom... | 136afc8f8a82e7af392e0dc0a279a119657b48b6 | mongoid-undo.gemspec | mongoid-undo.gemspec | Ruby |
<|file_sep|>original/phpdoc.dist.xml
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<parser>
<target>tmp</target>
<visibility>public</visibility>
</parser>
<transformer>
<target>docs</target>
</transformer>
<files>
<directory>Dreamscapes</directory>
</files>
<title>Dreamscapes - Ldap Cor... | <?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<parser>
<target>tmp</target>
<visibility>public</visibility>
</parser>
<transformer>
<target>docs</target>
</transformer>
<files>
<directory>Dreamscapes</directory>
</files>
<title>Dreamscapes - Ldap Core</title>
<transformations>
<te... | <|file_sep|>original/phpdoc.dist.xml
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<parser>
<target>tmp</target>
<visibility>public</visibility>
</parser>
<transformer>
<target>docs</target>
</transformer>
<files>
<directory>Dreamscapes</directory>
</files>
<title>Dreamscapes - Ldap Cor... | a39074b111f8f8ad748a2175c23a7cc40051a988 | phpdoc.dist.xml | phpdoc.dist.xml | XML |
<|file_sep|>original/database/migrations/2019_04_02_124115_api_key_security_level.php
<|file_sep|>current/database/migrations/2019_04_02_124115_api_key_security_level.php
<|file_sep|>updated/database/migrations/2019_04_02_124115_api_key_security_level.php | <?php
use App\Configs;
use Illuminate\Database\Migrations\Migration;
class ApiKeySecurityLevel extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
$config = Configs::where('key','api_key')->first();
$config->confidentiality = 3;
... | <|file_sep|>original/database/migrations/2019_04_02_124115_api_key_security_level.php
<|file_sep|>current/database/migrations/2019_04_02_124115_api_key_security_level.php
<|file_sep|>updated/database/migrations/2019_04_02_124115_api_key_security_level.php
<?php
use App\Configs;
use Illuminate\Database\Migrations\Mig... | 3757c6ec9775fe172461dc0bc5889ff34bb83a32 | database/migrations/2019_04_02_124115_api_key_security_level.php | database/migrations/2019_04_02_124115_api_key_security_level.php | PHP |
<|file_sep|>original/website/app/application/core/components/properties/partials/diplay-property.html
<|file_sep|>current/website/app/application/core/components/properties/partials/diplay-property.html
<|file_sep|>updated/website/app/application/core/components/properties/partials/diplay-property.html | <div ng-switch="property._type">
<div ng-switch-when="number">
<property-number property="property"></property-number>
</div>
<div ng-switch-when="selection">
<property-selection property="property"></property-selection>
</div>
<div ng-switch-when="string">
<property-string... | <|file_sep|>original/website/app/application/core/components/properties/partials/diplay-property.html
<|file_sep|>current/website/app/application/core/components/properties/partials/diplay-property.html
<|file_sep|>updated/website/app/application/core/components/properties/partials/diplay-property.html
<div ng-switch... | a3495111f4938c77f03cf43b30a4763e316516e9 | website/app/application/core/components/properties/partials/diplay-property.html | website/app/application/core/components/properties/partials/diplay-property.html | HTML |
<|file_sep|>original/recipes/datamuxer/dev/meta.yaml
package:
name: datamuxer
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/datamuxer
git_rev: master
build:
number: 0
string: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ[... | package:
name: datamuxer
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/datamuxer
git_rev: master
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_py{{ py }}
requirements:
build:
- python
run:
- p... | <|file_sep|>original/recipes/datamuxer/dev/meta.yaml
package:
name: datamuxer
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/datamuxer
git_rev: master
build:
number: 0
string: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ[... | a8f88721d03bbefb46f567341dd21f79ee9a22ac | recipes/datamuxer/dev/meta.yaml | recipes/datamuxer/dev/meta.yaml | YAML |
<|file_sep|>views/daily-digest-email.html.twig.diff
original:
updated:
</ul>
<|file_sep|>original/views/daily-digest-email.html.twig
<span class="h1">Latest Remote Jobs</span>
<div>
<ul style="list-style:none; padding:2px; margin:2px;">
{% for job in latestJobs %}
<li class='job'>
<a href='{{ path('... | <span class="h1">Latest Remote Jobs</span>
<div>
<ul style="list-style:none; padding:2px; margin:2px;">
{% for job in latestJobs %}
<li class='job'>
<a href='{{ path('job-by-id-title', {id: job.jobid, title: slugify(job.position)}) }}'>
<strong>{{job.companyname}}</strong> -
<span class="po... | <|file_sep|>views/daily-digest-email.html.twig.diff
original:
updated:
</ul>
<|file_sep|>original/views/daily-digest-email.html.twig
<span class="h1">Latest Remote Jobs</span>
<div>
<ul style="list-style:none; padding:2px; margin:2px;">
{% for job in latestJobs %}
<li class='job'>
<a href='{{ path('... | 33e3fcb875c2b1d72f87d5ee76a20ddea236b2de | views/daily-digest-email.html.twig | views/daily-digest-email.html.twig | Twig |
<|file_sep|>original/project/plugins.sbt
resolvers ++= Seq(
Classpaths.sbtPluginReleases,
Resolver.sonatypeRepo("releases"),
Resolver.bintrayIvyRepo("jetbrains", "sbt-plugins")
)
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.geirs... | resolvers ++= Seq(
Classpaths.sbtPluginReleases,
Resolver.sonatypeRepo("releases"),
Resolver.bintrayIvyRepo("jetbrains", "sbt-plugins")
)
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbt... | <|file_sep|>original/project/plugins.sbt
resolvers ++= Seq(
Classpaths.sbtPluginReleases,
Resolver.sonatypeRepo("releases"),
Resolver.bintrayIvyRepo("jetbrains", "sbt-plugins")
)
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.geirs... | 461993a58ad7dcf6bdb5fabf2fbf10fe37e48c19 | project/plugins.sbt | project/plugins.sbt | Scala |
<|file_sep|>original/tests/bootstrap.php
return $root;
}
} while ($root !== $lastRoot);
throw new \Exception('Cannot find the root of the application, unable to run tests');
};
$root = $findRoot(__FILE__);
unset($findRoot);
chdir($root);
if (file_exists($root . '/config/bootstrap.php')) {
//require $root . '/c... | return $root;
}
} while ($root !== $lastRoot);
throw new \Exception('Cannot find the root of the application, unable to run tests');
};
$root = $findRoot(__FILE__);
unset($findRoot);
chdir($root);
//if (file_exists($root . '/config/bootstrap.php')) {
// require $root . '/config/bootstrap.php';
// return;
//}
re... | <|file_sep|>original/tests/bootstrap.php
return $root;
}
} while ($root !== $lastRoot);
throw new \Exception('Cannot find the root of the application, unable to run tests');
};
$root = $findRoot(__FILE__);
unset($findRoot);
chdir($root);
if (file_exists($root . '/config/bootstrap.php')) {
//require $root . '/c... | 70533bc22b628612679d9e7d35d5520c898500e8 | tests/bootstrap.php | tests/bootstrap.php | PHP |
<|file_sep|>original/README.md
In your **phpunit.xml** file, add the following:
```xml
<phpunit>
<listeners>
<listener class="\Hamcrest\Adapter\PHPUnit\TestListener"></listener>
</listeners>
</phpunit>
```
<!-- Links -->
[travis]: https://travis-ci.org/graze/hamcrest-test-listener
[lang]: https://sec... | In your **phpunit.xml** file, add the following:
```xml
<phpunit>
<listeners>
<listener class="\Hamcrest\Adapter\PHPUnit\TestListener"></listener>
</listeners>
</phpunit>
```
<!-- Links -->
[travis]: https://travis-ci.org/graze/hamcrest-test-listener
[lang]: https://secure.php.net
[package]: https://... | <|file_sep|>original/README.md
In your **phpunit.xml** file, add the following:
```xml
<phpunit>
<listeners>
<listener class="\Hamcrest\Adapter\PHPUnit\TestListener"></listener>
</listeners>
</phpunit>
```
<!-- Links -->
[travis]: https://travis-ci.org/graze/hamcrest-test-listener
[lang]: https://sec... | 13f923d5980c7de294caa15890876aceec4bf0b6 | README.md | README.md | Markdown |
<|file_sep|>gem_config.rb.diff
original:
updated:
OPTIONS = %w{ bindir sbindir libexecdir datadir sysconfdir sharedstatedir
localstatedir libdir includedir oldincludedir infodir mandir
disable enable with without help version quiet silent cache-file
config-cache no-create src... | # to generate the top-level RMagick Makefile. Ref: rmagick.gemspec
# The gem command calls us with some extra arguments we don't use.
# Filter out anything that doesn't look like a configure option.
OPTIONS = %w{ bindir sbindir libexecdir datadir sysconfdir sharedstatedir
localstatedir libdir incl... | <|file_sep|>gem_config.rb.diff
original:
updated:
OPTIONS = %w{ bindir sbindir libexecdir datadir sysconfdir sharedstatedir
localstatedir libdir includedir oldincludedir infodir mandir
disable enable with without help version quiet silent cache-file
config-cache no-create src... | c001a1bf9f2b68a39b09f1a66863afc3a72f2a46 | gem_config.rb | gem_config.rb | Ruby |
<|file_sep|>original/app/config/DB.php
<?php
return [
'driver'=>'mysqli',
'host'=>'localhost',
'user'=>'root',
'password'=>'',
'database'=>'mangadb'
];
?>
<|file_sep|>current/app/config/DB.php
<?php
return [
'driver'=>'mysqli',
'host'=>'localhost',
... | <?php
return [
'driver'=>'mysqli',
'host'=>'localhost',
'user'=>'root',
'password'=>'',
'database'=>'mediadb'
];
?> | <|file_sep|>original/app/config/DB.php
<?php
return [
'driver'=>'mysqli',
'host'=>'localhost',
'user'=>'root',
'password'=>'',
'database'=>'mangadb'
];
?>
<|file_sep|>current/app/config/DB.php
<?php
return [
'driver'=>'mysqli',
'host'=>'localhost',
... | f8505515e36fd032071ca7bcdbc2ebe72cea0a9a | app/config/DB.php | app/config/DB.php | PHP |
<|file_sep|>src/main/resources/assets/js/README.md.diff
original:
npm install jsx
npm install r.js
updated:
npm install jsx
npm install r.js
<|file_sep|>src/main/resources/assets/js/README.md.diff
original:
./bin/build
updated:
./bin/build
<|file_sep|>original/src/main/res... | Compiling JS for Marathon requires [Node JS][node], the
[JSX Compiler][jsx], and the [require.js optimizer][rjs]. Compiling
produces a single file, `dist/main.js`.
1. Install dependencies
npm install jsx
npm install r.js
2. Build the JavaScript
./bin/build
3. Check in the compiled JS
... | <|file_sep|>src/main/resources/assets/js/README.md.diff
original:
npm install jsx
npm install r.js
updated:
npm install jsx
npm install r.js
<|file_sep|>src/main/resources/assets/js/README.md.diff
original:
./bin/build
updated:
./bin/build
<|file_sep|>original/src/main/res... | 54204775622747720223e5974984246155d4fd42 | src/main/resources/assets/js/README.md | src/main/resources/assets/js/README.md | Markdown |
<|file_sep|>index.js.diff
original:
var unicodeToChar = function(unicode) {
String.fromCharCode(unicode);
};
var getGlyphs = function(font) {
updated:
var getCodepoints = function(font) {
<|file_sep|>index.js.diff
original:
module.exports.unicodeToChar = unicodeToChar;
module.exports.getGlyphs = getGlyphs;
upda... |
for(glyphNo in glyphs) {
glyph = glyphs[glyphNo];
if (!glyph.unicode) {
continue;
}
table.push(glyph.unicode);
}
return table;
};
module.exports.getCodepoints = getCodepoints;
// List of the characters as text in a string:
// var glyphsList = getCodepoints(font)
// .so... | <|file_sep|>index.js.diff
original:
var unicodeToChar = function(unicode) {
String.fromCharCode(unicode);
};
var getGlyphs = function(font) {
updated:
var getCodepoints = function(font) {
<|file_sep|>index.js.diff
original:
module.exports.unicodeToChar = unicodeToChar;
module.exports.getGlyphs = getGlyphs;
upda... | 76eaf117273f0741b8b10c31e72fa87edf7954e4 | index.js | index.js | JavaScript |
<|file_sep|>metadata/ru.ra66it.updaterforspotify.txt.diff
original:
updated:
Build:1.26,9
commit=1.26
subdir=app
gradle=yes
<|file_sep|>original/metadata/ru.ra66it.updaterforspotify.txt
gradle=yes
Build:1.23,6
commit=1.23
subdir=app
gradle=yes
Build:1.24,7
commit=1.24
subdir=app
... | gradle=yes
Build:1.24,7
commit=1.24
subdir=app
gradle=yes
Build:1.25,8
commit=1.25
subdir=app
gradle=yes
Build:1.26,9
commit=1.26
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.26
Current Version Code:9 | <|file_sep|>metadata/ru.ra66it.updaterforspotify.txt.diff
original:
updated:
Build:1.26,9
commit=1.26
subdir=app
gradle=yes
<|file_sep|>original/metadata/ru.ra66it.updaterforspotify.txt
gradle=yes
Build:1.23,6
commit=1.23
subdir=app
gradle=yes
Build:1.24,7
commit=1.24
subdir=app
... | aa5fa995c63bc63c859311c3d8cae8608b10dc7d | metadata/ru.ra66it.updaterforspotify.txt | metadata/ru.ra66it.updaterforspotify.txt | Text |
<|file_sep|>original/CHANGELOG.md
### Upcoming
- Fix an editor leak
#### v0.0.2
- Add `linter-ui-default:toggle-panel` command
- Add showProviderName config
- Add file link support in messages
- Make traces in bubble work
- Fix status icon in panel
- Show all available messages in bubble
- Initialize panel with exis... | ### Upcoming
- Make tooltips trigger on mouse move instead of cursor move
- Huge performance improvements
#### v0.0.2
- Add `linter-ui-default:toggle-panel` command
- Add showProviderName config
- Add file link support in messages
- Make traces in bubble work
- Fix status icon in panel
- Show all available messages ... | <|file_sep|>original/CHANGELOG.md
### Upcoming
- Fix an editor leak
#### v0.0.2
- Add `linter-ui-default:toggle-panel` command
- Add showProviderName config
- Add file link support in messages
- Make traces in bubble work
- Fix status icon in panel
- Show all available messages in bubble
- Initialize panel with exis... | 5354474912db3d7657c7e748cfd8c32ff75997ff | CHANGELOG.md | CHANGELOG.md | Markdown |
<|file_sep|>original/libs/csv-jsonify.js
<|file_sep|>current/libs/csv-jsonify.js
<|file_sep|>updated/libs/csv-jsonify.js | var fs = require('fs');
var pkg = require('../package.json');
var debug = require('debug')(pkg.name);
var csvParser = require('csv-parse');
exports.fromFile = jsonifyFromFile;
function jsonifyFromFile(src, dist, callback, opts) {
debug('Start formating src file %s', src);
var results = [];
var options = {
... | <|file_sep|>original/libs/csv-jsonify.js
<|file_sep|>current/libs/csv-jsonify.js
<|file_sep|>updated/libs/csv-jsonify.js
var fs = require('fs');
var pkg = require('../package.json');
var debug = require('debug')(pkg.name);
var csvParser = require('csv-parse');
exports.fromFile = jsonifyFromFile;
function jsonifyFro... | 0e99f53648cc0eb4401e34f7be4ef2334291ba89 | libs/csv-jsonify.js | libs/csv-jsonify.js | JavaScript |
<|file_sep|>original/config/config.php
'cas' => [
'enable' => false,
],
'ldap' => [
'enable' => false,
'resolver' => [
'ldap_user' => \Laravolt\Auth\Services\Resolvers\LdapUserResolver::class,
'eloquent_user' => \Laravolt\Auth\Services\R... | ],
'ldap' => [
'enable' => false,
'resolver' => [
'ldap_user' => \Laravolt\Auth\Services\Resolvers\LdapUserResolver::class,
'eloquent_user' => \Laravolt\Auth\Services\Resolvers\EloquentUserResolver::class,
],
],
'router' => [
'm... | <|file_sep|>original/config/config.php
'cas' => [
'enable' => false,
],
'ldap' => [
'enable' => false,
'resolver' => [
'ldap_user' => \Laravolt\Auth\Services\Resolvers\LdapUserResolver::class,
'eloquent_user' => \Laravolt\Auth\Services\R... | e7874da3aed32c28a0823b760127ac307a93037b | config/config.php | config/config.php | PHP |
<|file_sep|>original/src/main/webapp/js/app.js
'use strict';
var mainApp = angular.module('mainApp', ['ngResource']);
var indexApp = angular.module('indexApp', ['ngResource']);
<|file_sep|>current/src/main/webapp/js/app.js
'use strict';
var mainApp = angular.module('mainApp', ['ngResource']);
var indexApp = angular.m... | 'use strict';
var indexApp = angular.module('indexApp', ['ngResource', 'ngRoute']).
config(function ($routeProvider) {
$routeProvider.when('/protocol/:protocolId', {
templateUrl: '/templates/protocol.jsp',
controller: 'ProtocolController'
});
$routeProvider.when('/pr... | <|file_sep|>original/src/main/webapp/js/app.js
'use strict';
var mainApp = angular.module('mainApp', ['ngResource']);
var indexApp = angular.module('indexApp', ['ngResource']);
<|file_sep|>current/src/main/webapp/js/app.js
'use strict';
var mainApp = angular.module('mainApp', ['ngResource']);
var indexApp = angular.m... | c891c6a375e42a7bd4678d8fb76fda1fa381c661 | src/main/webapp/js/app.js | src/main/webapp/js/app.js | JavaScript |
<|file_sep|>original/README.md
# Pixel
## Contributing
Please, see the [CONTRIBUTING](CONTRIBUTING.md) file.
## Contributor Code of Conduct
Please note that this project is released with a [Contributor Code of
Conduct](http://contributor-covenant.org/). By participating in this project you
agree to abide by its ter... | # Pixel
## Requirements
* Python 3.6+
* [Pipenv](https://docs.pipenv.org)
_Nota bene_: to install and use Pipenv, we invite you to read the [project
documentation](https://docs.pipenv.org). In most cases, installing it can be
resumed to:
```bash
$ pip3 install --user --upgrade pipenv
```
## Quick start
```bash
#... | <|file_sep|>original/README.md
# Pixel
## Contributing
Please, see the [CONTRIBUTING](CONTRIBUTING.md) file.
## Contributor Code of Conduct
Please note that this project is released with a [Contributor Code of
Conduct](http://contributor-covenant.org/). By participating in this project you
agree to abide by its ter... | cbc2d71726bfb95040570e01bd149bcc6b849ad7 | README.md | README.md | Markdown |
<|file_sep|>res/drawable/gravatar_border.xml.diff
original:
<solid android:color="#D4D4D4" />
updated:
<solid android:color="#0fff" />
<|file_sep|>res/drawable/gravatar_border.xml.diff
original:
<solid android:color="#D4D4D4" />
updated:
<solid android:color="#0fff" />
<|... | <shape android:shape="rectangle">
<solid android:color="#0fff" />
<stroke android:color="@color/orange2" android:width="1dip" />
<corners android:radius="1dip" />
</shape>
</item>
<item android:state_focused="true" >
<shape android:shape="rectangle">
<solid and... | <|file_sep|>res/drawable/gravatar_border.xml.diff
original:
<solid android:color="#D4D4D4" />
updated:
<solid android:color="#0fff" />
<|file_sep|>res/drawable/gravatar_border.xml.diff
original:
<solid android:color="#D4D4D4" />
updated:
<solid android:color="#0fff" />
<|... | 698428603153168371fa5d52da9f89aefb03b610 | res/drawable/gravatar_border.xml | res/drawable/gravatar_border.xml | XML |
<|file_sep|>original/Code/Data-and-control-flow/condition-reporters-english.lisp
(cl:in-package #:sicl-data-and-control-flow)
(defmethod cleavir-i18n:report-condition
((condition odd-number-of-arguments-to-setf)
stream
(langauge cleavir-i18n:english))
(format stream
"An odd number of arguments was ... | (cl:in-package #:sicl-data-and-control-flow)
(defmethod cleavir-i18n:report-condition
((condition odd-number-of-arguments-to-setf)
stream
(langauge cleavir-i18n:english))
(format stream
"An odd number of arguments was given to SETF~@
in the following form:~@
~s"
(for... | <|file_sep|>original/Code/Data-and-control-flow/condition-reporters-english.lisp
(cl:in-package #:sicl-data-and-control-flow)
(defmethod cleavir-i18n:report-condition
((condition odd-number-of-arguments-to-setf)
stream
(langauge cleavir-i18n:english))
(format stream
"An odd number of arguments was ... | cef704a207dd1499ceb58ca3a279bd9e8a258104 | Code/Data-and-control-flow/condition-reporters-english.lisp | Code/Data-and-control-flow/condition-reporters-english.lisp | Common Lisp |
<|file_sep|>config/module.config.php.diff
original:
'factories' => array(
'Wizard\Config' => 'Wizard\Factory\ConfigFactory',
'Wizard\Factory' => 'Wizard\Factory\WizardFactoryFactory',
'Wizard\WizardRenderer' => 'Wizard\Factory\WizardRendererFactory',
),... | 'default_class' => 'Wizard\Wizard',
),
'service_manager' => array(
'invokables' => array(
'Wizard\Form\Element\Button\Cancel' => 'Wizard\Form\Element\Button\Cancel',
'Wizard\Form\Element\Button\Next' => 'Wizard\Form\Element\Button\Next',
'Wizar... | <|file_sep|>config/module.config.php.diff
original:
'factories' => array(
'Wizard\Config' => 'Wizard\Factory\ConfigFactory',
'Wizard\Factory' => 'Wizard\Factory\WizardFactoryFactory',
'Wizard\WizardRenderer' => 'Wizard\Factory\WizardRendererFactory',
),... | e7e6dc2827335138bc313c4beda111c546144c70 | config/module.config.php | config/module.config.php | PHP |
<|file_sep|>features/environment.py.diff
original:
def request(url, method='GET'):
updated:
def request(url, method='GET', *args, **kwargs):
<|file_sep|>original/features/environment.py
context.app = tsserver.app.test_client()
def request(url, method='GET'):
"""
Wrapper over Flask.open ... | context.app = tsserver.app.test_client()
def request(url, method='GET', *args, **kwargs):
"""
Wrapper over Flask.open function that parses returned data as JSON
:param method: HTTP method to be used. GET is used by default
:param url: URL to retrieve
:return: Response o... | <|file_sep|>features/environment.py.diff
original:
def request(url, method='GET'):
updated:
def request(url, method='GET', *args, **kwargs):
<|file_sep|>original/features/environment.py
context.app = tsserver.app.test_client()
def request(url, method='GET'):
"""
Wrapper over Flask.open ... | 9eec48753b2643d25d3ce1e143125b29351e0804 | features/environment.py | features/environment.py | Python |
<|file_sep|>original/src/tracklist/tracklistWidget.html
<div class="tracklist">
<table id="tracklist-table" class="tracklist-table" ng-scroll="vm.onScroll();"
sb-table-row-mapper
sb-track-active-row active-row-class="playing" active-row="vm.currentTrackIndex"
>
<tbody>
... | <div class="tracklist">
<table id="tracklist-table" class="tracklist-table"
sb-table-row-mapper
sb-track-active-row active-row-class="playing" active-row="vm.currentTrackIndex"
>
<tbody>
<tr ng-repeat="track in vm.tracks track by track.tlid">
<td>{{::... | <|file_sep|>original/src/tracklist/tracklistWidget.html
<div class="tracklist">
<table id="tracklist-table" class="tracklist-table" ng-scroll="vm.onScroll();"
sb-table-row-mapper
sb-track-active-row active-row-class="playing" active-row="vm.currentTrackIndex"
>
<tbody>
... | b6e07173eb4c92b7c42233ee0908fc2b06100646 | src/tracklist/tracklistWidget.html | src/tracklist/tracklistWidget.html | HTML |
<|file_sep|>original/.travis.yml
language: c
compiler:
- gcc
install:
- sudo apt-get update
- sudo apt-get install --no-install-recommends libxcb-util0-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-xinerama0-dev
- sudo apt-get install --no-install-recommends libanyevent-perl libanyevent-i3-perl libextu... | language: c
compiler:
- gcc
install:
- sudo apt-get update
- sudo apt-get install --no-install-recommends libxcb-util0-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-xinerama0-dev
- sudo apt-get install --no-install-recommends libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpa... | <|file_sep|>original/.travis.yml
language: c
compiler:
- gcc
install:
- sudo apt-get update
- sudo apt-get install --no-install-recommends libxcb-util0-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-xinerama0-dev
- sudo apt-get install --no-install-recommends libanyevent-perl libanyevent-i3-perl libextu... | 0b825aaebb132baf37702a33bb367b552bb7004a | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/client/app/movies/movies.css
#twitterName {
color: white;
}
td {
vertical-align : middle !important;
}
td > span {
margin-left: auto;
margin-right: auto;
}
.error {
color: #F23A30;
}
.ng-table-counts > button {
background-color: white !important;
}
<|file_sep|>current/client/app/... | }
td > span {
margin-left: auto;
margin-right: auto;
}
.error {
color: #F23A30;
}
.ng-table-counts > button {
background-color: white !important;
}
.ng-table-counts > button:active {
background-color: #E9E9E9 !important;
}
.ng-table-counts > button:hover {
background-color: #E9E9E9 !important;
} | <|file_sep|>original/client/app/movies/movies.css
#twitterName {
color: white;
}
td {
vertical-align : middle !important;
}
td > span {
margin-left: auto;
margin-right: auto;
}
.error {
color: #F23A30;
}
.ng-table-counts > button {
background-color: white !important;
}
<|file_sep|>current/client/app/... | 1d5fcb151ec9f6eafb8f76e8cdb199558966236e | client/app/movies/movies.css | client/app/movies/movies.css | CSS |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.