prompt stringlengths 77 6.9k | completion stringlengths 1 3.38k | text stringlengths 163 9.03k | commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | lang stringclasses 277
values |
|---|---|---|---|---|---|---|
<|file_sep|>original/web/templates/system-health.html
{% extends "layout.html" %}
{% block title %}System Health{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="text-center">System Health</h1>
<p align="center">
<iframe class="embed-responsive-ite... | {% extends "layout.html" %}
{% block title %}System Health{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="text-center">System Health</h1>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="http://{{ k... | <|file_sep|>original/web/templates/system-health.html
{% extends "layout.html" %}
{% block title %}System Health{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="text-center">System Health</h1>
<p align="center">
<iframe class="embed-responsive-ite... | c9043281512c435949fee5504eebc34f8ab0ed8b | web/templates/system-health.html | web/templates/system-health.html | HTML |
<|file_sep|>core/src/options/options.html.diff
original:
<input type="number" id="lowerlimit" value="10"/>
updated:
<input type="number" id="lowerLimit" value="10"/>
<|file_sep|>core/src/options/options.html.diff
original:
<input type="number" id="upperlimit" value="100"/>
updated:
<input type="number" ... | <input type="number" id="upperLimit" value="100"/>
</label>
<br>
<label>
<input type="checkbox" id="autoActivate">
Autoactivate
</label>
<label>
<input type="checkbox" id="autoPlay">
Autoplay
</label>
<div id="status"></div>
<button id="save">Save</button>
<button id="reset">Rese... | <|file_sep|>core/src/options/options.html.diff
original:
<input type="number" id="lowerlimit" value="10"/>
updated:
<input type="number" id="lowerLimit" value="10"/>
<|file_sep|>core/src/options/options.html.diff
original:
<input type="number" id="upperlimit" value="100"/>
updated:
<input type="number" ... | 604973b322094fb817684a467226c9e05b8d3d29 | core/src/options/options.html | core/src/options/options.html | HTML |
<|file_sep|>original/AntennaTracker/cfg/Configs.ini
[MySQL]
Host: eclipse.rci.montana.edu
User: antenna
Password: tracker
Database: freemanproject
Query: select gps_fltDate,gps_time,gps_lat,gps_long,gps_alt from gps order by pri_key DESC
<|file_sep|>current/AntennaTracker/cfg/Configs.ini
[MySQL]
Host: eclipse.rci.monta... | [MySQL]
Host: eclipse.rci.montana.edu
User: antenna
Password: tracker
Database: freemanproject
Query: select gps_fltDate,gps_time,gps_lat,gps_long,gps_alt from gps order by pri_key DESC LIMIT 1 | <|file_sep|>original/AntennaTracker/cfg/Configs.ini
[MySQL]
Host: eclipse.rci.montana.edu
User: antenna
Password: tracker
Database: freemanproject
Query: select gps_fltDate,gps_time,gps_lat,gps_long,gps_alt from gps order by pri_key DESC
<|file_sep|>current/AntennaTracker/cfg/Configs.ini
[MySQL]
Host: eclipse.rci.monta... | 5342bd5684e7f950651d2a272bd4be67e5c1c85f | AntennaTracker/cfg/Configs.ini | AntennaTracker/cfg/Configs.ini | INI |
<|file_sep|>original/vendor-bin/phpunit/composer.json
{
"require-dev": {
"symfony/phpunit-bridge": "5.1.8",
"vimeo/psalm": "3.18.2",
"psalm/plugin-phpunit": "0.12.2",
"weirdan/doctrine-psalm-plugin": "0.11.3"
}
}
<|file_sep|>current/vendor-bin/phpunit/composer.json
{
"require... | {
"require-dev": {
"symfony/phpunit-bridge": "5.2.0",
"vimeo/psalm": "3.18.2",
"psalm/plugin-phpunit": "0.12.2",
"weirdan/doctrine-psalm-plugin": "0.11.3"
}
} | <|file_sep|>original/vendor-bin/phpunit/composer.json
{
"require-dev": {
"symfony/phpunit-bridge": "5.1.8",
"vimeo/psalm": "3.18.2",
"psalm/plugin-phpunit": "0.12.2",
"weirdan/doctrine-psalm-plugin": "0.11.3"
}
}
<|file_sep|>current/vendor-bin/phpunit/composer.json
{
"require... | 31188e69bf4394be95ab496e2a570323acf7dc62 | vendor-bin/phpunit/composer.json | vendor-bin/phpunit/composer.json | JSON |
<|file_sep|>package.json.diff
original:
"del": "^0.1.2",
updated:
"del": "^1.1.1",
<|file_sep|>package.json.diff
original:
"glob": "^4.0.5",
updated:
"glob": "^5.0.5",
<|file_sep|>original/package.json
"url": "git://github.com/isagalaev/highlight.js.git"
},
"main": "./lib/index.js",
"scripts":... | "url": "git://github.com/isagalaev/highlight.js.git"
},
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/"
},
"engines": {
"node": "*"
},
"devDependencies": {
"commander": "^2.3.0",
"del": "^1.1.1",
"gear": "^0.9.4",
"gear-lib": "^0.9.2",
"glob... | <|file_sep|>package.json.diff
original:
"del": "^0.1.2",
updated:
"del": "^1.1.1",
<|file_sep|>package.json.diff
original:
"glob": "^4.0.5",
updated:
"glob": "^5.0.5",
<|file_sep|>original/package.json
"url": "git://github.com/isagalaev/highlight.js.git"
},
"main": "./lib/index.js",
"scripts":... | ce8ffd14a7dce389e8705d08a38d0491b5f2b251 | package.json | package.json | JSON |
<|file_sep|>original/lib/v1.0/views/layout/head.haml
%head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
%title exercism.io
%meta{:content => "", :name => "description"}/
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
... | %head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
%title exercism.io
%meta{:content => "", :name => "description"}/
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
%link{:href => link_to("/css/bootstrap.min.css"), :r... | <|file_sep|>original/lib/v1.0/views/layout/head.haml
%head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
%title exercism.io
%meta{:content => "", :name => "description"}/
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
... | def92dae91e3e9bb0499e580d84c89ce2279a7b9 | lib/v1.0/views/layout/head.haml | lib/v1.0/views/layout/head.haml | Haml |
<|file_sep|>boot/fancy_ext/block_env.rb.diff
original:
if args.size < self.arity
raise ArgumentError, "Too few arguments for block: #{args.size} - Minimum of #{self.arity} expected"
else
updated:
# if args.size < self.arity
# raise ArgumentError, "Too few arguments for block: #{args.size} - Mini... | define_method("call:") do |args|
# if args.size < self.arity
# raise ArgumentError, "Too few arguments for block: #{args.size} - Minimum of #{self.arity} expected"
# else
if args.first.is_a?(Array) && args.size == 1
call args.first
else
args = args.first(self.arity) if args.s... | <|file_sep|>boot/fancy_ext/block_env.rb.diff
original:
if args.size < self.arity
raise ArgumentError, "Too few arguments for block: #{args.size} - Minimum of #{self.arity} expected"
else
updated:
# if args.size < self.arity
# raise ArgumentError, "Too few arguments for block: #{args.size} - Mini... | 1a911443ea36ca1415eb0192a3a542f7031266a8 | boot/fancy_ext/block_env.rb | boot/fancy_ext/block_env.rb | Ruby |
<|file_sep|>original/app/js/app.js
'use strict';
var cvApp = angular.module('cvApp', ['ngRoute', 'cvAppControllers']);
<|file_sep|>current/app/js/app.js
'use strict';
var cvApp = angular.module('cvApp', ['ngRoute', 'cvAppControllers']);
<|file_sep|>updated/app/js/app.js | 'use strict';
var cvApp = angular.module('cvApp', ['ngRoute', 'cvAppControllers']);
cvApp.config(['$routeProvider', function($routeProvider) {
$routeProvider
.when('/home', {
templateUrl: 'views/home.html',
controller: 'HomeController'
})
.when('/about', {
templateUrl: 'views/about.html',
controller: 'Abo... | <|file_sep|>original/app/js/app.js
'use strict';
var cvApp = angular.module('cvApp', ['ngRoute', 'cvAppControllers']);
<|file_sep|>current/app/js/app.js
'use strict';
var cvApp = angular.module('cvApp', ['ngRoute', 'cvAppControllers']);
<|file_sep|>updated/app/js/app.js
'use strict';
var cvApp = angular.module('cvAp... | 1c6fc36a1fe93251f6771512aedef75e7c031cb9 | app/js/app.js | app/js/app.js | JavaScript |
<|file_sep|>original/src/test/groovy/org/codenarc/rule/unused/UnusedPrivateFieldRuleTest.groovy
* 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
* limit... | * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.codenarc.rule.unused
import org.junit.Test
/**
* Te... | <|file_sep|>original/src/test/groovy/org/codenarc/rule/unused/UnusedPrivateFieldRuleTest.groovy
* 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
* limit... | 43873fae814a5d57d4962b4eb6fd18b099c7cdee | src/test/groovy/org/codenarc/rule/unused/UnusedPrivateFieldRuleTest.groovy | src/test/groovy/org/codenarc/rule/unused/UnusedPrivateFieldRuleTest.groovy | Groovy |
<|file_sep|>app/assets/stylesheets/georgia/modules/_footer.scss.diff
original:
updated:
text-align: right;
<|file_sep|>app/assets/stylesheets/georgia/modules/_footer.scss.diff
original:
padding: 10px 0;
updated:
padding: 10px 2% 10px 200px;
<|file_sep|>original/app/assets/stylesheets/georgia/modules/_footer.scss... | #footer {
text-align: right;
clear: both;
position: fixed;
bottom: 0;
height: $height-footer;
padding: 10px 2% 10px 200px;
width: 100%;
background-color: $bg-footer;
left: 0;
} | <|file_sep|>app/assets/stylesheets/georgia/modules/_footer.scss.diff
original:
updated:
text-align: right;
<|file_sep|>app/assets/stylesheets/georgia/modules/_footer.scss.diff
original:
padding: 10px 0;
updated:
padding: 10px 2% 10px 200px;
<|file_sep|>original/app/assets/stylesheets/georgia/modules/_footer.scss... | a03da1e3f6742554e8c0ea92433f3df52978fc5e | app/assets/stylesheets/georgia/modules/_footer.scss | app/assets/stylesheets/georgia/modules/_footer.scss | SCSS |
<|file_sep|>original/requirements_dev.txt
pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
Sphinx==1.4.5
cryptography==1.5
PyYAML==3.11
<|file_sep|>current/requirements_dev.txt
pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverag... | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
Sphinx==1.4.5
cryptography==1.5
PyYAML==3.12
| <|file_sep|>original/requirements_dev.txt
pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.2
Sphinx==1.4.5
cryptography==1.5
PyYAML==3.11
<|file_sep|>current/requirements_dev.txt
pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverag... | abe5b3c93456d7d07fcd0047f9e7e4b531116a79 | requirements_dev.txt | requirements_dev.txt | Text |
<|file_sep|>content.go.diff
original:
updated:
const (
STATIC = "/public/"
)
<|file_sep|>original/content.go
var APPCONTENT = `package main
import (
"net/http"
"log"
)
func main() {
mux := http.NewServeMux()
mux.HandleFunc("/", DefaultHandler)
log.Panic(http.ListenAndServe(":8080", mux))
}
func DefaultHa... | )
const (
STATIC = "/public/"
)
func main() {
mux := http.NewServeMux()
mux.HandleFunc("/", DefaultHandler)
mux.Handle(STATIC, http.StripPrefix(STATIC, http.FileServer(http.Dir("public"))))
log.Panic(http.ListenAndServe(":8080", mux))
}
func DefaultHandler(rw http.ResponseWriter, req *http.Request) {
rw.Wri... | <|file_sep|>content.go.diff
original:
updated:
const (
STATIC = "/public/"
)
<|file_sep|>original/content.go
var APPCONTENT = `package main
import (
"net/http"
"log"
)
func main() {
mux := http.NewServeMux()
mux.HandleFunc("/", DefaultHandler)
log.Panic(http.ListenAndServe(":8080", mux))
}
func DefaultHa... | 18dfa036b24c90548aa9e8d6157bf9feb324c889 | content.go | content.go | Go |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1.1
bundler_args: --without integration
env:
- CHEF_VERSION=11.16.4
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1.1
bundler_args: --without integration
env:
- CHEF_VERSION=11.16.4
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.1.3
bundler_args: --without integration
env:
- CHEF_VERSION=11.16.4 | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1.1
bundler_args: --without integration
env:
- CHEF_VERSION=11.16.4
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1.1
bundler_args: --without integration
env:
- CHEF_VERSION=11.16.4
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.1.3
b... | 58e6ebd36e18a601f56c50cb194d07641f1d1a1d | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/lpthw/ex33.py
# print "At the bottom i is %d" % i
#
#
#print "The numbers: "
#
#for num in numbers:
# print num
#Study Drills
print "What's the limit of the list?"
a = raw_input("> ")
def list_numbers(a):
"""This function might add numbers to a list?"""
i = 0
numbers = []
w... | # print "At the bottom i is %d" % i
#
#
#print "The numbers: "
#
#for num in numbers:
# print num
#Study Drills
print "What's the limit of the list?"
a = int(raw_input("> "))
def list_numbers(a):
"""This function might add numbers to a list?"""
i = 0
numbers = []
while i < a:
print "At ... | <|file_sep|>original/lpthw/ex33.py
# print "At the bottom i is %d" % i
#
#
#print "The numbers: "
#
#for num in numbers:
# print num
#Study Drills
print "What's the limit of the list?"
a = raw_input("> ")
def list_numbers(a):
"""This function might add numbers to a list?"""
i = 0
numbers = []
w... | 53e1ff21bb219495f1b99f84dbb31624fdd35231 | lpthw/ex33.py | lpthw/ex33.py | Python |
<|file_sep|>benchmarks/documentation/types.md.diff
original:
**Configuration Checks**
updated:
## Configuration Checks (CC)
<|file_sep|>original/benchmarks/documentation/types.md
# Benchmark Types
There are two types of benchmark checks envisioned:
**Configuration Checks**
Configuration checks will audit the configu... | # Benchmark Types
There are two types of benchmark checks envisioned:
## Configuration Checks (CC)
Configuration checks will audit the configuration of Kubernetes components and resources. For example, a configuration check can ensure that an API server flag is enabled.
## Behavioral Checks (BC)
Behavioral checks... | <|file_sep|>benchmarks/documentation/types.md.diff
original:
**Configuration Checks**
updated:
## Configuration Checks (CC)
<|file_sep|>original/benchmarks/documentation/types.md
# Benchmark Types
There are two types of benchmark checks envisioned:
**Configuration Checks**
Configuration checks will audit the configu... | 3a83d3ed44cae0ec41f07629ed34724f23ce3e85 | benchmarks/documentation/types.md | benchmarks/documentation/types.md | Markdown |
<|file_sep|>original/recipes/pyasn1/meta.yaml
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}
build:
number: 0
noarch: python
script: python... | name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=... | <|file_sep|>original/recipes/pyasn1/meta.yaml
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}
build:
number: 0
noarch: python
script: python... | c92c416ed6fde4d0db7bde82b9f6390310e69eab | recipes/pyasn1/meta.yaml | recipes/pyasn1/meta.yaml | YAML |
<|file_sep|>original/source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md
<|file_sep|>current/source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md
<|file_sep|>updated/source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md | ---
title: Kelley Cheng 05
interviewee: Kelley Cheng
date: 2017-11-24
episode_number: 33
category: Design
topic_list: SG Design Scene
tags:
contentful_index_pic:
contentful_profile_pic:
vimeo_id: 243014995
soundcloud_id:
--- | <|file_sep|>original/source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md
<|file_sep|>current/source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md
<|file_sep|>updated/source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md
---
title: Kelley Cheng 05
interviewee: Kelley Cheng
date: 2017-11-24
episode_number: 33
category: D... | 5052f81af9b5478faf6f2c4b785460da3b5f8982 | source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md | source/posts/2017-11-24-Kelley-Cheng-33.html.erb.md | Markdown |
<|file_sep|>original/Gruntfile.js
jshint: {
options: grunt.file.readJSON('.jshintrc'),
gruntfile: ['Gruntfile.js'],
lib: ['index.js', 'lib/**/*.js'],
tests: {
options: {
globals: {
describe: true,
specify: true,
setImmediate: true
... | jshint: {
options: grunt.file.readJSON('.jshintrc'),
gruntfile: ['Gruntfile.js'],
lib: ['index.js', 'lib/**/*.js'],
tests: {
options: {
globals: {
describe: true,
it: true
}
},
files: {
src: ['tests/**/*.js']
... | <|file_sep|>original/Gruntfile.js
jshint: {
options: grunt.file.readJSON('.jshintrc'),
gruntfile: ['Gruntfile.js'],
lib: ['index.js', 'lib/**/*.js'],
tests: {
options: {
globals: {
describe: true,
specify: true,
setImmediate: true
... | b07916bcd97f128f749d0c66aa023947d75c4da5 | Gruntfile.js | Gruntfile.js | JavaScript |
<|file_sep|>src/bitwise.lisp.diff
original:
(declare (type (unsigned-byte 32) moved-value)
updated:
(declare (type integer moved-value)
<|file_sep|>original/src/bitwise.lisp
(finally (return result))))
@export
(defun move-byte-regions (byte-specifers moved-value)
(declare (type (unsigned-byte 32) moved-valu... | (finally (return result))))
@export
(defun move-byte-regions (byte-specifers moved-value)
(declare (type integer moved-value)
(type byte-specifer-list byte-specifers))
(let ((length (integer-length moved-value)))
(reduce (lambda (prev next)
(let ((starting-region (byte (- length (... | <|file_sep|>src/bitwise.lisp.diff
original:
(declare (type (unsigned-byte 32) moved-value)
updated:
(declare (type integer moved-value)
<|file_sep|>original/src/bitwise.lisp
(finally (return result))))
@export
(defun move-byte-regions (byte-specifers moved-value)
(declare (type (unsigned-byte 32) moved-valu... | 07a96b2ee6e03ed5b2acd6ed7ebbbd2f87ff4aa5 | src/bitwise.lisp | src/bitwise.lisp | Common Lisp |
<|file_sep|>original/lib/twterm/event/base.rb
require 'twterm/utils'
module Twterm
module Event
class Base
include Utils
def initialize(*args)
fields.zip(args).map(&:flatten).each do |name, type, value|
check_type type, value
instance_variable_set('@%s' % name, value)
... |
module Twterm
module Event
class Base
include Utils
def initialize(*args)
fields.zip(args).map(&:flatten).each do |name, type, value|
check_type type, value
instance_variable_set('@%s' % name, value)
self.class.send(:attr_reader, name)
end
end
... | <|file_sep|>original/lib/twterm/event/base.rb
require 'twterm/utils'
module Twterm
module Event
class Base
include Utils
def initialize(*args)
fields.zip(args).map(&:flatten).each do |name, type, value|
check_type type, value
instance_variable_set('@%s' % name, value)
... | 1e5c2ffa0a22aaf55d16ffb93110d5814ce4b218 | lib/twterm/event/base.rb | lib/twterm/event/base.rb | Ruby |
<|file_sep|>original/lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb
<|file_sep|>current/lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb
<|file_sep|>updated/lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb | # frozen_string_literal: true
require 'vagrant/util/hash_with_indifferent_access'
module VagrantPlugins
module AnsibleAuto
# Helper methods for common operations
module Util
# Helper methods for operations related to SSH keys
class HashWithIndifferentAccess < Vagrant::Util::HashWithIndifferentAc... | <|file_sep|>original/lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb
<|file_sep|>current/lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb
<|file_sep|>updated/lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb
# frozen_string_literal: true
require 'vagrant/util/hash_with_indiffer... | 1522d9d3e4fab2052f487d4085875a95b80e6eeb | lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb | lib/vagrant/ansible_auto/util/hash_with_indifferent_access.rb | Ruby |
<|file_sep|>original/tests/PluginRegistry/OldTestPlugin/__init__.py
<|file_sep|>current/tests/PluginRegistry/OldTestPlugin/__init__.py
<|file_sep|>updated/tests/PluginRegistry/OldTestPlugin/__init__.py | # Copyright (c) 2015 Ultimaker B.V.
# Uranium is released under the terms of the AGPLv3 or higher.
def getMetaData():
return { "name": "OldTestPlugin" }
def register(app):
app.registerTestPlugin("OldTestPlugin") | <|file_sep|>original/tests/PluginRegistry/OldTestPlugin/__init__.py
<|file_sep|>current/tests/PluginRegistry/OldTestPlugin/__init__.py
<|file_sep|>updated/tests/PluginRegistry/OldTestPlugin/__init__.py
# Copyright (c) 2015 Ultimaker B.V.
# Uranium is released under the terms of the AGPLv3 or higher.
def getMetaData(... | 4580851cf8531ace086af6b2649d7467defa6cf7 | tests/PluginRegistry/OldTestPlugin/__init__.py | tests/PluginRegistry/OldTestPlugin/__init__.py | Python |
<|file_sep|>original/README.md
# Trenton Business Portal
A one-stop shop for new businesses and start-ups to find resources in how to start a business located in Trenton, NJ.
<|file_sep|>current/README.md
# Trenton Business Portal
A one-stop shop for new businesses and start-ups to find resources in how to start a bu... | # Trenton Business Portal
A one-stop shop for new businesses and start-ups to find resources in how to start a business located in Trenton, NJ.
## MVP:
* Change the pictures, the number of, and add playable/stoppable videos to the “cards” on the landing page.
* Change links and information as needed within each page... | <|file_sep|>original/README.md
# Trenton Business Portal
A one-stop shop for new businesses and start-ups to find resources in how to start a business located in Trenton, NJ.
<|file_sep|>current/README.md
# Trenton Business Portal
A one-stop shop for new businesses and start-ups to find resources in how to start a bu... | 305c82a8d086e4910d46dd00b94eba372ac766e2 | README.md | README.md | Markdown |
<|file_sep|>original/scripts/Bel2Nanopub.sh
<|file_sep|>current/scripts/Bel2Nanopub.sh
<|file_sep|>updated/scripts/Bel2Nanopub.sh | #!/bin/bash
#
# The following environment variable can be used:
# - JAVA_OPTS: Can be used to set Java command line options
CLASS=ch.tkuhn.bel2nanopub.Bel2Nanopub
DIR=`pwd`
cd "$( dirname "${BASH_SOURCE[0]}" )"
cd ..
BEL2NANOPUBJAVADIR=`pwd`
# for Cygwin:
BEL2NANOPUBJAVADIR=${BEL2NANOPUBJAVADIR#/cygdrive/?}
cd $DIR... | <|file_sep|>original/scripts/Bel2Nanopub.sh
<|file_sep|>current/scripts/Bel2Nanopub.sh
<|file_sep|>updated/scripts/Bel2Nanopub.sh
#!/bin/bash
#
# The following environment variable can be used:
# - JAVA_OPTS: Can be used to set Java command line options
CLASS=ch.tkuhn.bel2nanopub.Bel2Nanopub
DIR=`pwd`
cd "$( dirnam... | c3add45b85e9b5044b3147892fe55ab95384117e | scripts/Bel2Nanopub.sh | scripts/Bel2Nanopub.sh | Shell |
<|file_sep|>original/src/CMakeLists.txt
find_package(CUDA REQUIRED)
SET(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} ${CUDA_ARCH}")
SET(STEREOSRCS
census.cu
matching_cost.cu
scan_scost.cu
winner_takes_all.cu
median_filter.cu
check_consistency.cu
cuda_utils.cu
)
if(BUILD_DYNAMIC_LIB)
CUDA_ADD_LIBRARY(sgm stereo_sgm.c... | check_consistency.cu
cuda_utils.cu
)
if(BUILD_DYNAMIC_LIB)
CUDA_ADD_LIBRARY(sgm stereo_sgm.cpp ${STEREOSRCS} SHARED)
target_link_libraries(sgm ${CUDA_nppi_LIBRARY})
else()
CUDA_ADD_LIBRARY(sgm stereo_sgm.cpp ${STEREOSRCS} STATIC)
endif()
install(
TARGETS sgm
ARCHIVE DESTINATION ${CMAKE_INSTALL_PREFIX}/li... | <|file_sep|>original/src/CMakeLists.txt
find_package(CUDA REQUIRED)
SET(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} ${CUDA_ARCH}")
SET(STEREOSRCS
census.cu
matching_cost.cu
scan_scost.cu
winner_takes_all.cu
median_filter.cu
check_consistency.cu
cuda_utils.cu
)
if(BUILD_DYNAMIC_LIB)
CUDA_ADD_LIBRARY(sgm stereo_sgm.c... | 6fc08ebebcd15fbf2f9501d92ae30327819cb609 | src/CMakeLists.txt | src/CMakeLists.txt | Text |
<|file_sep|>kinetic_widget/admin.py.diff
original:
updated:
from django.http import HttpResponse
from django.conf.urls import url, patterns
from django.shortcuts import render_to_response, render, get_object_or_404, redirect
<|file_sep|>original/kinetic_widget/admin.py
from django.contrib import admin
from kinetic_wid... | from django.contrib import admin
from django.http import HttpResponse
from django.conf.urls import url, patterns
from django.shortcuts import render_to_response, render, get_object_or_404, redirect
from kinetic_widget.models import *
class TestWidgetSimpleAdmin(admin.ModelAdmin):
def get_urls(self):
urls ... | <|file_sep|>kinetic_widget/admin.py.diff
original:
updated:
from django.http import HttpResponse
from django.conf.urls import url, patterns
from django.shortcuts import render_to_response, render, get_object_or_404, redirect
<|file_sep|>original/kinetic_widget/admin.py
from django.contrib import admin
from kinetic_wid... | 794868448bc9740bc76f9c3381ff75385f72c769 | kinetic_widget/admin.py | kinetic_widget/admin.py | Python |
<|file_sep|>original/plugins/resources/TABIX_0.2.6/install.sh
function plugin_install_artifact {
id=$1
installation_path=$2
case ${id} in
'BINARIES' )
VERSION="0.2.6"
${RESOURCES_FETCH_URL_SCRIPT} http://downloads.sourceforge.net/project/samtools/tabix/tabix-0.2.6.tar.bz2... | function plugin_install_artifact {
id=$1
installation_path=$2
case ${id} in
'BINARIES' )
VERSION="0.2.6"
${RESOURCES_FETCH_URL_SCRIPT} "http://downloads.sourceforge.net/project/samtools/tabix/tabix-0.2.6.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fsamtools%2Ffiles... | <|file_sep|>original/plugins/resources/TABIX_0.2.6/install.sh
function plugin_install_artifact {
id=$1
installation_path=$2
case ${id} in
'BINARIES' )
VERSION="0.2.6"
${RESOURCES_FETCH_URL_SCRIPT} http://downloads.sourceforge.net/project/samtools/tabix/tabix-0.2.6.tar.bz2... | b5c9d5bbf4669c83bc93e171a8eaf503638d0224 | plugins/resources/TABIX_0.2.6/install.sh | plugins/resources/TABIX_0.2.6/install.sh | Shell |
<|file_sep|>original/src/main/java/com/yammer/dropwizard/apidocs/AllowableValues.java
package com.yammer.dropwizard.apidocs;
import java.util.List;
public class AllowableValues {
private List<String> values;
@SuppressWarnings("unused")
private AllowableValues(){};
public AllowableValues(List<String> values){
... | package com.yammer.dropwizard.apidocs;
import java.util.List;
public class AllowableValues {
private List<String> values;
@SuppressWarnings("unused")
private AllowableValues() {
}
public AllowableValues(List<String> values){
this.values = values;
}
public String getValueType() {
return "List";
}... | <|file_sep|>original/src/main/java/com/yammer/dropwizard/apidocs/AllowableValues.java
package com.yammer.dropwizard.apidocs;
import java.util.List;
public class AllowableValues {
private List<String> values;
@SuppressWarnings("unused")
private AllowableValues(){};
public AllowableValues(List<String> values){
... | 4c597b82c0355ba9d1ac47937674d27e5108f1bb | src/main/java/com/yammer/dropwizard/apidocs/AllowableValues.java | src/main/java/com/yammer/dropwizard/apidocs/AllowableValues.java | Java |
<|file_sep|>original/.travis.yml
rvm:
- 1.9.3
- 2.1.3
language: ruby
bundler_args: --without development integration openstack
<|file_sep|>current/.travis.yml
rvm:
- 1.9.3
- 2.1.3
language: ruby
bundler_args: --without development integration openstack
<|file_sep|>updated/.travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.3
language: ruby
bundler_args: --without development integration openstack | <|file_sep|>original/.travis.yml
rvm:
- 1.9.3
- 2.1.3
language: ruby
bundler_args: --without development integration openstack
<|file_sep|>current/.travis.yml
rvm:
- 1.9.3
- 2.1.3
language: ruby
bundler_args: --without development integration openstack
<|file_sep|>updated/.travis.yml
rvm:
- 1.9.3
- 2.0.0
... | 1aa4b345be22aa42ec57bad76433f08205668d3b | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/packages/testing-utils/src/index.js
return: value => gen.return(value),
throw: exception => gen.throw(exception),
}
}
export function createMockTask() {
let _isRunning = true
let _result
let _error
return {
[TASK]: true,
isRunning: () => _isRunning,
result: () => _re... | throw: exception => gen.throw(exception),
}
}
export function createMockTask() {
let _isRunning = true
let _result
let _error
return {
[TASK]: true,
isRunning: () => _isRunning,
result: () => _result,
error: () => _error,
cancel: () => {},
setRunning: b => (_isRunning = b),
... | <|file_sep|>original/packages/testing-utils/src/index.js
return: value => gen.return(value),
throw: exception => gen.throw(exception),
}
}
export function createMockTask() {
let _isRunning = true
let _result
let _error
return {
[TASK]: true,
isRunning: () => _isRunning,
result: () => _re... | 4bca3a54be4c61b1f75db73f3d92658164a8d8a1 | packages/testing-utils/src/index.js | packages/testing-utils/src/index.js | JavaScript |
<|file_sep|>docker/city/docker-compose.yml.diff
original:
- city
image: coinvault/nako:core
updated:
nakonet:
ipv4_address: 172.16.10.100
image: coinvault/nako
<|file_sep|>docker/city/docker-compose.yml.diff
original:
- city
updated:
nakonet:
ipv4_address:... | networks:
nakonet:
ipv4_address: 172.16.10.101
image: citychain/citychain
command: ["-server=1", "-rpcallowip=172.16.10.100", "-rpcbind=172.16.10.101", "-rpcport=5000", "-rpcuser=rpcuser", "-rpcpassword=rpcpassword", "-rpcthreads=300", "-txindex=1"]
ports:
- 5019:5000
... | <|file_sep|>docker/city/docker-compose.yml.diff
original:
- city
image: coinvault/nako:core
updated:
nakonet:
ipv4_address: 172.16.10.100
image: coinvault/nako
<|file_sep|>docker/city/docker-compose.yml.diff
original:
- city
updated:
nakonet:
ipv4_address:... | 80be0125c242a9c6a03089f4ac4037966644ed1d | docker/city/docker-compose.yml | docker/city/docker-compose.yml | YAML |
<|file_sep|>src/ContentCache/ContentCacheCommand.php.diff
original:
use ContentCache;
updated:
<|file_sep|>src/ContentCache/ContentCacheCommand.php.diff
original:
public function handle()
updated:
public function handle(ContentCache $contentcache)
<|file_sep|>original/src/ContentCache/ContentCacheCommand.php
... | public function handle(ContentCache $contentcache)
{
$profile = $this->argument('profile');
if ($profile == 'all') {
// Get the names of all profiles.
$profile = array_keys(config('contentcache'));
// Remove the "default" profile.
if (($key = arr... | <|file_sep|>src/ContentCache/ContentCacheCommand.php.diff
original:
use ContentCache;
updated:
<|file_sep|>src/ContentCache/ContentCacheCommand.php.diff
original:
public function handle()
updated:
public function handle(ContentCache $contentcache)
<|file_sep|>original/src/ContentCache/ContentCacheCommand.php
... | 6cd53929add394c839a74df1146027f386f0a673 | src/ContentCache/ContentCacheCommand.php | src/ContentCache/ContentCacheCommand.php | PHP |
<|file_sep|>original/ticketus/ui/views.py
from ticketus.core.models import *
from ticketus.core.forms import CommentForm
def ticket_list(request, template='ui/ticket_list.html'):
tickets = Ticket.objects.all()
context = {'tickets': tickets}
return render(request, template, context)
def ticket_page(request... | from ticketus.core.models import *
from ticketus.core.forms import CommentForm
def ticket_list(request, template='ui/ticket_list.html'):
tickets = Ticket.objects.all()
context = {'tickets': tickets}
return render(request, template, context)
def ticket_page(request, ticket_id, template='ui/ticket_page.html... | <|file_sep|>original/ticketus/ui/views.py
from ticketus.core.models import *
from ticketus.core.forms import CommentForm
def ticket_list(request, template='ui/ticket_list.html'):
tickets = Ticket.objects.all()
context = {'tickets': tickets}
return render(request, template, context)
def ticket_page(request... | 28bb18bae725af7c7af434c809dc2e32f8a3fcd6 | ticketus/ui/views.py | ticketus/ui/views.py | Python |
<|file_sep|>original/solutions/uri/1006/1006.js
<|file_sep|>current/solutions/uri/1006/1006.js
<|file_sep|>updated/solutions/uri/1006/1006.js | const input = require('fs').readFileSync('/dev/stdin', 'utf8')
const [a, b, c] = input
.trim()
.split('\n')
.map(x => parseFloat(x))
console.log(`MEDIA = ${((a * 2.0 + b * 3.0 + c * 5.0) / 10.0).toFixed(1)}`) | <|file_sep|>original/solutions/uri/1006/1006.js
<|file_sep|>current/solutions/uri/1006/1006.js
<|file_sep|>updated/solutions/uri/1006/1006.js
const input = require('fs').readFileSync('/dev/stdin', 'utf8')
const [a, b, c] = input
.trim()
.split('\n')
.map(x => parseFloat(x))
console.log(`MEDIA = ${((a * 2.0 + ... | dbe09fc00bb05ada08a0497e7242199e0935f464 | solutions/uri/1006/1006.js | solutions/uri/1006/1006.js | JavaScript |
<|file_sep|>original/README.md
option 2: [edit data.json](https://github.com/EvanHahn/two-factor-auth-list/edit/master/data.json) and send a pull request.
anything you contribute will be licensed under the [unlicense](http://unlicense.org/) (basically the public domain). and also you will be credited on the page unles... | option 1: send an email to me@evanhahn.com and i'll just add it.
option 2: [edit data.json](https://github.com/EvanHahn/two-factor-auth-list/edit/master/data.json) and send a pull request.
anything you contribute will be licensed under the [unlicense](http://unlicense.org/) (basically the public domain). and also you... | <|file_sep|>original/README.md
option 2: [edit data.json](https://github.com/EvanHahn/two-factor-auth-list/edit/master/data.json) and send a pull request.
anything you contribute will be licensed under the [unlicense](http://unlicense.org/) (basically the public domain). and also you will be credited on the page unles... | 66a0c32f51929ecc76b7ac08cf74c8d6d0efc8a9 | README.md | README.md | Markdown |
<|file_sep|>original/grails-app/conf/BuildConfig.groovy
grails.project.class.dir = "target/classes"
grails.project.test.class.dir = "target/test-classes"
grails.project.test.reports.dir = "target/test-reports"
grails.project.dependency.resolution = {
inherits("global")
log "warn"
repositories {
grailsCentral()
... | grails.project.class.dir = "target/classes"
grails.project.test.class.dir = "target/test-classes"
grails.project.test.reports.dir = "target/test-reports"
def inlinePluginsDir = ".."
grails.plugin.location.'oauth' = "${inlinePluginsDir}/grails-oauth-scribe" // Fork and clone: https://github.com/aiten/grails-oauth-scrib... | <|file_sep|>original/grails-app/conf/BuildConfig.groovy
grails.project.class.dir = "target/classes"
grails.project.test.class.dir = "target/test-classes"
grails.project.test.reports.dir = "target/test-reports"
grails.project.dependency.resolution = {
inherits("global")
log "warn"
repositories {
grailsCentral()
... | 05648787f99cc4525f54e15bf2763fd9e8faa3bf | grails-app/conf/BuildConfig.groovy | grails-app/conf/BuildConfig.groovy | Groovy |
<|file_sep|>core/app/backbone/factlink/add_model_to_collection_mixin.coffee.diff
original:
addModel: (model) ->
@options.addToCollection.add(model)
updated:
addModel: (model, options) ->
@options.addToCollection.add(model, options)
<|file_sep|>original/core/app/backbone/factlink/add_model_to_collection_mixi... | Backbone.Factlink ||= {}
Backbone.Factlink.AddModelToCollectionMixin =
addModel: (model, options) ->
@options.addToCollection.add(model, options)
model.save {},
success: =>
@addModelSuccess(model) if @addModelSuccess
error: =>
@options.addToCollection.remove(model)
@addMod... | <|file_sep|>core/app/backbone/factlink/add_model_to_collection_mixin.coffee.diff
original:
addModel: (model) ->
@options.addToCollection.add(model)
updated:
addModel: (model, options) ->
@options.addToCollection.add(model, options)
<|file_sep|>original/core/app/backbone/factlink/add_model_to_collection_mixi... | 47ca36cac40f47534d09c98c3c093828583d13d2 | core/app/backbone/factlink/add_model_to_collection_mixin.coffee | core/app/backbone/factlink/add_model_to_collection_mixin.coffee | CoffeeScript |
<|file_sep|>script/ci.sh.diff
original:
updated:
echo "-------- Running Typhoeus 0.4 Specs ---------"
bundle install --gemfile=gemfiles/typhoeus-old.gemfile
BUNDLE_GEMFILE=gemfiles/typhoeus-old.gemfile bundle exec rspec spec/vcr/library_hooks/typhoeus_0.4_spec.rb --format progress --backtrace
<|file_sep|>original/scr... | # Kill the whole script on error
set -e
echo "-------- Running Typhoeus 0.4 Specs ---------"
bundle install --gemfile=gemfiles/typhoeus-old.gemfile
BUNDLE_GEMFILE=gemfiles/typhoeus-old.gemfile bundle exec rspec spec/vcr/library_hooks/typhoeus_0.4_spec.rb --format progress --backtrace
# Setup vendored rspec-1
git subm... | <|file_sep|>script/ci.sh.diff
original:
updated:
echo "-------- Running Typhoeus 0.4 Specs ---------"
bundle install --gemfile=gemfiles/typhoeus-old.gemfile
BUNDLE_GEMFILE=gemfiles/typhoeus-old.gemfile bundle exec rspec spec/vcr/library_hooks/typhoeus_0.4_spec.rb --format progress --backtrace
<|file_sep|>original/scr... | 49718c3d790f873de9eb62317a8eb7e880e4b522 | script/ci.sh | script/ci.sh | Shell |
<|file_sep|>original/README.md
ios-exercises
=============
- `BlocExercises.xcodeproj` contains the Xcode project with iOS exercises.
- Specific assignments are in [Exercise Descriptions](Exercise%20Descriptions/).\nMy first git change
<|file_sep|>current/README.md
ios-exercises
=============
- `BlocExercises.xcodepr... | ios-exercises
=============
- `BlocExercises.xcodeproj` contains the Xcode project with iOS exercises.
- Specific assignments are in [Exercise Descriptions](Exercise%20Descriptions/). | <|file_sep|>original/README.md
ios-exercises
=============
- `BlocExercises.xcodeproj` contains the Xcode project with iOS exercises.
- Specific assignments are in [Exercise Descriptions](Exercise%20Descriptions/).\nMy first git change
<|file_sep|>current/README.md
ios-exercises
=============
- `BlocExercises.xcodepr... | acf29f14b917a9b18fda094add607da762e555bc | README.md | README.md | Markdown |
<|file_sep|>src/recipes/shared/_pseudo-element.scss.diff
original:
@mixin pseudo-element
updated:
@mixin pseudo-element($width: 0, $height: auto, $content: "")
<|file_sep|>original/src/recipes/shared/_pseudo-element.scss
/**
* Note IE7/6 doesn't understand pseudo element as ::before and ::after
* IE8 need to have :be... | /**
* Note IE7/6 doesn't understand pseudo element as ::before and ::after
* IE8 need to have :before and not ::before
* So use only : and not :: if you want to support IE8
* IE9 Webkit Firefox Opera understand ::
*/
@mixin pseudo-element($width: 0, $height: auto, $content: "")
{
content: $content;
positio... | <|file_sep|>src/recipes/shared/_pseudo-element.scss.diff
original:
@mixin pseudo-element
updated:
@mixin pseudo-element($width: 0, $height: auto, $content: "")
<|file_sep|>original/src/recipes/shared/_pseudo-element.scss
/**
* Note IE7/6 doesn't understand pseudo element as ::before and ::after
* IE8 need to have :be... | 56b74a8e7e744c750c3ca9bfaf21d13e69396ebc | src/recipes/shared/_pseudo-element.scss | src/recipes/shared/_pseudo-element.scss | SCSS |
<|file_sep|>original/recipes-core/updatehub/uhu_git.bb
<|file_sep|>current/recipes-core/updatehub/uhu_git.bb
<|file_sep|>updated/recipes-core/updatehub/uhu_git.bb | SUMMARY = "UpdateHub utilities for update package management and server"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d7d0c756730e640e1731676efa6782e9"
SRC_URI = "git://github.com/UpdateHub/uhu.git;protocol=https"
SRCREV = "fed71af14f79fdc8db8da90f63b8b3d59ea93174"
PV = "1.0.0+${SRC... | <|file_sep|>original/recipes-core/updatehub/uhu_git.bb
<|file_sep|>current/recipes-core/updatehub/uhu_git.bb
<|file_sep|>updated/recipes-core/updatehub/uhu_git.bb
SUMMARY = "UpdateHub utilities for update package management and server"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d7... | dc86c44b199885826c5e15c59cdb12eca682ab30 | recipes-core/updatehub/uhu_git.bb | recipes-core/updatehub/uhu_git.bb | BitBake |
<|file_sep|>original/.travis.yml
- mysql-client-core-5.6
- mysql-client-5.6
language: ruby
rvm:
- 2.3.1
services:
- mysql
notifications:
email: false
before_script:
- cp config/database.yml.sample config/database.yml
- mysql -u root -h 127.0.0.1 -e 'create database imgshr_test;'
script:
- RAIL... | language: ruby
rvm:
- 2.3.1
services:
- mysql
notifications:
email: false
before_install:
- bundle config github.https true
before_script:
- cp config/database.yml.sample config/database.yml
- mysql -u root -h 127.0.0.1 -e 'create database imgshr_test;'
script:
- RAILS_ENV=test bundle exec rake db:m... | <|file_sep|>original/.travis.yml
- mysql-client-core-5.6
- mysql-client-5.6
language: ruby
rvm:
- 2.3.1
services:
- mysql
notifications:
email: false
before_script:
- cp config/database.yml.sample config/database.yml
- mysql -u root -h 127.0.0.1 -e 'create database imgshr_test;'
script:
- RAIL... | 02651d6e99e4fa44b4fd7249ba5833de89b7dfa5 | .travis.yml | .travis.yml | YAML |
<|file_sep|>metadata/org.indywidualni.fblite.txt.diff
original:
updated:
Build:1.5.0,4
commit=v1.5.0
subdir=app
gradle=yes
<|file_sep|>original/metadata/org.indywidualni.fblite.txt
Build:1.3.2,1
commit=v1.3.2
subdir=app
gradle=yes
Build:1.4.0,2
commit=v1.4.0
subdir=app
gradle=yes... |
Build:1.4.0,2
commit=v1.4.0
subdir=app
gradle=yes
Build:1.4.1,3
commit=v1.4.1
subdir=app
gradle=yes
Build:1.5.0,4
commit=v1.5.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.5.0
Current Version Code:4
| <|file_sep|>metadata/org.indywidualni.fblite.txt.diff
original:
updated:
Build:1.5.0,4
commit=v1.5.0
subdir=app
gradle=yes
<|file_sep|>original/metadata/org.indywidualni.fblite.txt
Build:1.3.2,1
commit=v1.3.2
subdir=app
gradle=yes
Build:1.4.0,2
commit=v1.4.0
subdir=app
gradle=yes... | ad3d526987c79b7be5a423efe2cb9300ea6c0f32 | metadata/org.indywidualni.fblite.txt | metadata/org.indywidualni.fblite.txt | Text |
<|file_sep|>original/exports.js
assert = chai.assert
expect = chai.expect
should = chai.should
<|file_sep|>current/exports.js
assert = chai.assert
expect = chai.expect
should = chai.should
<|file_sep|>updated/exports.js | assert = chai.assert
expect = chai.expect
should = chai.should
chai.Assertion.includeStack = true; | <|file_sep|>original/exports.js
assert = chai.assert
expect = chai.expect
should = chai.should
<|file_sep|>current/exports.js
assert = chai.assert
expect = chai.expect
should = chai.should
<|file_sep|>updated/exports.js
assert = chai.assert
expect = chai.expect
should = chai.should
chai.Assertion.includeStack = true; | f6f28630e98161fc522aa22acf0b5057b2166415 | exports.js | exports.js | JavaScript |
<|file_sep|>original/src/pages/10-20-2017-hellow-world/index.md
<|file_sep|>current/src/pages/10-20-2017-hellow-world/index.md
<|file_sep|>updated/src/pages/10-20-2017-hellow-world/index.md | ---
path: "/hello-world"
date: "2017-10-20T17:11:26.962Z"
title: "My First Gatsby Post"
---
Happiness can be found even in the darkness of times, when one only remembers to turn on the light! | <|file_sep|>original/src/pages/10-20-2017-hellow-world/index.md
<|file_sep|>current/src/pages/10-20-2017-hellow-world/index.md
<|file_sep|>updated/src/pages/10-20-2017-hellow-world/index.md
---
path: "/hello-world"
date: "2017-10-20T17:11:26.962Z"
title: "My First Gatsby Post"
---
Happiness can be found even in the ... | baa85cf0d371a614874b48eb5f7ff3f595953fea | src/pages/10-20-2017-hellow-world/index.md | src/pages/10-20-2017-hellow-world/index.md | Markdown |
<|file_sep|>original/requirements.txt
Flask==1.1.2
Flask-Admin==1.5.6
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==0.15.0
six==1.12.0
wcwidth==0.1.7
Werkzeug==1.0.1
WTForms==2.3.3
zipp==0.5.1
<|file_sep|>current/requirements.txt... | Flask==1.1.2
Flask-Admin==1.5.6
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==1.0.0
six==1.12.0
wcwidth==0.1.7
Werkzeug==1.0.1
WTForms==2.3.3
zipp==0.5.1 | <|file_sep|>original/requirements.txt
Flask==1.1.2
Flask-Admin==1.5.6
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.19
WTForms==2.3.3
coverage==5.3
pytest==6.1.1
Flask-Cors==3.0.9
pytest-cov==2.10.1
pytest-flask==0.15.0
six==1.12.0
wcwidth==0.1.7
Werkzeug==1.0.1
WTForms==2.3.3
zipp==0.5.1
<|file_sep|>current/requirements.txt... | d96b87a1b767391ed1c66af64d6f1e42ab00054a | requirements.txt | requirements.txt | Text |
<|file_sep|>original/README.md
# Node.js Slack Client Library
## Travis-CI Build Status
[](https://travis-ci.org/tinyspeck/node-slack)
## Description
This is a Slack client library for Node.js. It is intended to expose all base functionali... | # Node.js Slack Client Library
## Travis-CI Build Status
[](https://travis-ci.org/tinyspeck/node-slack)
## Description
This is a Slack client library for Node.js. It is intended to expose all base functionality of Slack, while providing so... | <|file_sep|>original/README.md
# Node.js Slack Client Library
## Travis-CI Build Status
[](https://travis-ci.org/tinyspeck/node-slack)
## Description
This is a Slack client library for Node.js. It is intended to expose all base functionali... | b673be5f9f37e3781b6d2c69c77ddc31c6a58345 | README.md | README.md | Markdown |
<|file_sep|>original/app/javascript/lca/components/characterEditor/weapons/WeaponRow.tsx
return (
<Box display="flex" alignItems="center">
<Handle />
<IconButton onClick={setId}>
<Edit />
</IconButton>
<WeaponLine weapon={weapon} />
<IconButton
onClick={() => disp... |
return (
<Box display="flex" alignItems="center">
<Handle />
<IconButton onClick={setId}>
<Edit />
</IconButton>
<WeaponLine weapon={weapon} />
<IconButton
onClick={() => dispatch(destroyWeapon(weapon.id, character.id))}
>
<RemoveCircle />
</Ic... | <|file_sep|>original/app/javascript/lca/components/characterEditor/weapons/WeaponRow.tsx
return (
<Box display="flex" alignItems="center">
<Handle />
<IconButton onClick={setId}>
<Edit />
</IconButton>
<WeaponLine weapon={weapon} />
<IconButton
onClick={() => disp... | ccc14c0062a63f16fd2c7a0f1671e159623c451b | app/javascript/lca/components/characterEditor/weapons/WeaponRow.tsx | app/javascript/lca/components/characterEditor/weapons/WeaponRow.tsx | TypeScript |
<|file_sep|>original/config/application.rb
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module ShowTracker2
class Application < Rails::Application
config.middleware.insert_before 0, "Rack::Cors" do
allow do... |
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module ShowTracker2
class Application < Rails::Application
config.middleware.insert_before 0, "Rack::Cors" do
allow do
origins '*'
resource '*', ... | <|file_sep|>original/config/application.rb
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module ShowTracker2
class Application < Rails::Application
config.middleware.insert_before 0, "Rack::Cors" do
allow do... | 9dd9deed20e88fb8c648e743b5ac928abb8cddbe | config/application.rb | config/application.rb | Ruby |
<|file_sep|>original/src/Argon/GameBundle/Resources/config/services/games.xml
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services
... | <?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services
http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
... | <|file_sep|>original/src/Argon/GameBundle/Resources/config/services/games.xml
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services
... | 4a79c4725c9223fa34527f470973492cbf3631c4 | src/Argon/GameBundle/Resources/config/services/games.xml | src/Argon/GameBundle/Resources/config/services/games.xml | XML |
<|file_sep|>original/{{cookiecutter.repo_name}}/requirements/development.txt
-r base.txt
django-extensions==1.9.8
ipython==6.2.1
<|file_sep|>current/{{cookiecutter.repo_name}}/requirements/development.txt
-r base.txt
django-extensions==1.9.8
ipython==6.2.1
<|file_sep|>updated/{{cookiecutter.repo_name}}/requirements/d... | -r base.txt
django-extensions==1.9.9
ipython==6.2.1 | <|file_sep|>original/{{cookiecutter.repo_name}}/requirements/development.txt
-r base.txt
django-extensions==1.9.8
ipython==6.2.1
<|file_sep|>current/{{cookiecutter.repo_name}}/requirements/development.txt
-r base.txt
django-extensions==1.9.8
ipython==6.2.1
<|file_sep|>updated/{{cookiecutter.repo_name}}/requirements/d... | 84a7525608d11bc73e33f061a506dd6278ccc90f | {{cookiecutter.repo_name}}/requirements/development.txt | {{cookiecutter.repo_name}}/requirements/development.txt | Text |
<|file_sep|>original/LICENSE.md
Original work Copyright (c) 2015 Husam Hebaishi
Modified work Copyright (c) 2018 Tim Vincent
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, in... | Original work Copyright (c) 2015 Husam Hebaishi
Modified work Copyright (c) 2018 Tim Vincent
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the ... | <|file_sep|>original/LICENSE.md
Original work Copyright (c) 2015 Husam Hebaishi
Modified work Copyright (c) 2018 Tim Vincent
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, in... | 48a492b2f5e6eb2482df467f4a52745bff627d4e | LICENSE.md | LICENSE.md | Markdown |
<|file_sep|>original/snakeplan/projects/urls.py
from django.conf.urls.defaults import patterns, url
urlpatterns = patterns('snakeplan.projects.views',
(r'^$', 'projects.index'),
(r'^story/(.*)/', 'stories.index'),
(r'^iteration/(.*)/', 'iterations.index'),
(r'^create/', 'projects.create_project'),
... | from django.conf.urls.defaults import patterns, url
urlpatterns = patterns('snakeplan.projects.views',
(r'^$', 'projects.index'),
(r'^story/(.*)/', 'stories.index'),
(r'^iteration/(.*)/', 'iterations.index'),
(r'^create/', 'projects.create_project'),
(r'^(.*)/iterations', 'projects.project_iterati... | <|file_sep|>original/snakeplan/projects/urls.py
from django.conf.urls.defaults import patterns, url
urlpatterns = patterns('snakeplan.projects.views',
(r'^$', 'projects.index'),
(r'^story/(.*)/', 'stories.index'),
(r'^iteration/(.*)/', 'iterations.index'),
(r'^create/', 'projects.create_project'),
... | f9d0d6af3d4b2d4b4ca88ba5aa0565f29528bf96 | snakeplan/projects/urls.py | snakeplan/projects/urls.py | Python |
<|file_sep|>original/project.clj
(defproject org.onyxplatform/onyx-kafka "0.7.3-SNAPSHOT"
:description "Onyx plugin for Kafka"
:url "https://github.com/MichaelDrogalis/onyx-kafka"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/c... | (defproject org.onyxplatform/onyx-kafka "0.7.3-SNAPSHOT"
:description "Onyx plugin for Kafka"
:url "https://github.com/MichaelDrogalis/onyx-kafka"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
... | <|file_sep|>original/project.clj
(defproject org.onyxplatform/onyx-kafka "0.7.3-SNAPSHOT"
:description "Onyx plugin for Kafka"
:url "https://github.com/MichaelDrogalis/onyx-kafka"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/c... | bcc83e5c89cf8d6751dcc30df73d89d1bf0341a6 | project.clj | project.clj | Clojure |
<|file_sep|>cut_version.sh.diff
original:
updated:
set -e
<|file_sep|>original/cut_version.sh
echo "New version number (with out the v)"
read version
git tag "v$version"
git push origin "v$version"
# todo: https://cli.github.com/manual/gh_release_create
<|file_sep|>current/cut_version.sh
set -e
echo "New version numb... | set -e
echo "New version number (with out the v)"
read version
git tag "v$version"
git push origin "v$version"
echo "Tag pushed, whats your title/description for the release?"
read title
gh release create "v$version" --title "$title" | <|file_sep|>cut_version.sh.diff
original:
updated:
set -e
<|file_sep|>original/cut_version.sh
echo "New version number (with out the v)"
read version
git tag "v$version"
git push origin "v$version"
# todo: https://cli.github.com/manual/gh_release_create
<|file_sep|>current/cut_version.sh
set -e
echo "New version numb... | 7f396bb1d7eab67e88e91c67395b542f4ed4fcb6 | cut_version.sh | cut_version.sh | Shell |
<|file_sep|>original/META6.json
"name" : "perl6-examples",
"version" : "0.0.1",
"auth" : "github:perl6",
"license" : "Artistic-2.0",
"description" : "Many examples of Perl 6 code",
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex",
... | "name" : "perl6-examples",
"version" : "0.0.1",
"auth" : "github:perl6",
"license" : "Artistic-2.0",
"description" : "Many examples of Perl 6 code",
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex",
"DBIish", "File::... | <|file_sep|>original/META6.json
"name" : "perl6-examples",
"version" : "0.0.1",
"auth" : "github:perl6",
"license" : "Artistic-2.0",
"description" : "Many examples of Perl 6 code",
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex",
... | 259900d959893920a266af9d92e4ba396dc3c489 | META6.json | META6.json | JSON |
<|file_sep|>original/spec/processor/data_processor_spec.rb
<|file_sep|>current/spec/processor/data_processor_spec.rb
<|file_sep|>updated/spec/processor/data_processor_spec.rb | require 'spec_helper_lite'
require 'processor/data_processor'
describe Processor::DataProcessor do
it "should have a name equals to underscored class name" do
subject.name.should eq "processor_data_processor"
end
it "should be done when there are 0 records to process" do
records = []
subject.done?(r... | <|file_sep|>original/spec/processor/data_processor_spec.rb
<|file_sep|>current/spec/processor/data_processor_spec.rb
<|file_sep|>updated/spec/processor/data_processor_spec.rb
require 'spec_helper_lite'
require 'processor/data_processor'
describe Processor::DataProcessor do
it "should have a name equals to undersco... | cd0172592f144eb967431ca2d76f683ea2748e40 | spec/processor/data_processor_spec.rb | spec/processor/data_processor_spec.rb | Ruby |
<|file_sep|>original/requirements.txt
aiohttp==3.4.1
flake8==3.5.0
pytest==3.7.3
pytest-asyncio==0.9.0
pytest-cov==2.5.1
pytest-runner==4.2
isort==4.3.4
<|file_sep|>current/requirements.txt
aiohttp==3.4.1
flake8==3.5.0
pytest==3.7.3
pytest-asyncio==0.9.0
pytest-cov==2.5.1
pytest-runner==4.2
isort==4.3.4
<|file_sep|>upd... | aiohttp==3.4.1
flake8==3.5.0
pytest==3.7.4
pytest-asyncio==0.9.0
pytest-cov==2.5.1
pytest-runner==4.2
isort==4.3.4 | <|file_sep|>original/requirements.txt
aiohttp==3.4.1
flake8==3.5.0
pytest==3.7.3
pytest-asyncio==0.9.0
pytest-cov==2.5.1
pytest-runner==4.2
isort==4.3.4
<|file_sep|>current/requirements.txt
aiohttp==3.4.1
flake8==3.5.0
pytest==3.7.3
pytest-asyncio==0.9.0
pytest-cov==2.5.1
pytest-runner==4.2
isort==4.3.4
<|file_sep|>upd... | 69e4dff1cbd3a7789038476861471097a4f33f21 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/.github/workflows/ci.yml
<|file_sep|>current/.github/workflows/ci.yml
<|file_sep|>updated/.github/workflows/ci.yml | name: CI
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
test:
strategy:
fail-fast: false
matrix:
pg: [13, 12, 11, 10, 9.6, 9.5]
name: PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: zilder/pg-ext-check
steps:
- run: pg-setup ${{ ... | <|file_sep|>original/.github/workflows/ci.yml
<|file_sep|>current/.github/workflows/ci.yml
<|file_sep|>updated/.github/workflows/ci.yml
name: CI
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
test:
strategy:
fail-fast: false
matrix:
pg: [13, 12, 11, 10, 9.6, 9.5]... | ed290d45128837f93edcc33be01ae5f0ef184fe0 | .github/workflows/ci.yml | .github/workflows/ci.yml | YAML |
<|file_sep|>original/app/assets/javascripts/ng-app/directives/google-maps.js
angular.module('myApp')
.directive('googleMaps', [function () {
return {
controller: 'MapCtrl',
link: function (scope, elem, attrs, ctrl) {
var mapOptions,
latitude = attrs.latitude,
longitude = attrs.longitude... | angular.module('myApp')
.directive('googleMaps', [function () {
return {
controller: 'MapCtrl',
link: function (scope, elem, attrs, ctrl) {
var mapOptions;
var latitude = attrs.latitude;
var longitude = attrs.longitude;
var map;
mapOptions = {
zoom: 8,
center: n... | <|file_sep|>original/app/assets/javascripts/ng-app/directives/google-maps.js
angular.module('myApp')
.directive('googleMaps', [function () {
return {
controller: 'MapCtrl',
link: function (scope, elem, attrs, ctrl) {
var mapOptions,
latitude = attrs.latitude,
longitude = attrs.longitude... | 7bf849d7daab21ff685cddf5500a0566c15ced38 | app/assets/javascripts/ng-app/directives/google-maps.js | app/assets/javascripts/ng-app/directives/google-maps.js | JavaScript |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "4.2"
sudo: false
cache:
directories:
- node_modules
- bower_components
before_script:
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
- bower install
script: gulp test
<|file_sep|>current/.travis.yml
language: node_js
node... | language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
- bower_components
before_script:
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
- bower install
script: gulp test | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- "4.2"
sudo: false
cache:
directories:
- node_modules
- bower_components
before_script:
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
- bower install
script: gulp test
<|file_sep|>current/.travis.yml
language: node_js
node... | 79c061ed8ad09b9fa042c655ddbd288210f44079 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/addon/components/tumblr-blog.js
import Component from '@ember/component';
import { A } from '@ember/array';
import { computed } from '@ember/object';
export default Component.extend({
/**
* Class names for the component
* @type {Array.string}
* @default
*/
classNames: ['tumblr-blog... | import Component from '@ember/component';
import { A } from '@ember/array';
import { computed } from '@ember/object';
export default Component.extend({
/**
* Class names for the component
* @type {Array.string}
* @default
*/
classNames: 'tumblr-blog',
/**
* Route to link posts to
* @type {stri... | <|file_sep|>original/addon/components/tumblr-blog.js
import Component from '@ember/component';
import { A } from '@ember/array';
import { computed } from '@ember/object';
export default Component.extend({
/**
* Class names for the component
* @type {Array.string}
* @default
*/
classNames: ['tumblr-blog... | 5c25acec02ab26261897d6299fc41bc5de340544 | addon/components/tumblr-blog.js | addon/components/tumblr-blog.js | JavaScript |
<|file_sep|>original/requirements.txt
patool==1.12
# configs
pyyaml>=4.2b1
# Logs
daiquiri==1.5.0
# Tests
pytest==4.3.0
pytest-cov==2.6.1
codecov==2.0.15
python-coveralls==2.9.1
coveralls==1.5.1
mock==2.0.0
# Find media name
guessit==3.0.3
# Emails
sendgrid==5.6.0
<|file_sep|>current/requirements.txt
patool==1.12
... | patool==1.12
# configs
pyyaml>=4.2b1
# Logs
daiquiri==1.5.0
# Tests
pytest==4.3.0
pytest-cov==2.6.1
codecov==2.0.15
python-coveralls==2.9.1
coveralls==1.6.0
mock==2.0.0
# Find media name
guessit==3.0.3
# Emails
sendgrid==5.6.0 | <|file_sep|>original/requirements.txt
patool==1.12
# configs
pyyaml>=4.2b1
# Logs
daiquiri==1.5.0
# Tests
pytest==4.3.0
pytest-cov==2.6.1
codecov==2.0.15
python-coveralls==2.9.1
coveralls==1.5.1
mock==2.0.0
# Find media name
guessit==3.0.3
# Emails
sendgrid==5.6.0
<|file_sep|>current/requirements.txt
patool==1.12
... | 2935d7b8d75aaf73336714a5b24d614e1d29914d | requirements.txt | requirements.txt | Text |
<|file_sep|>setup.py.diff
original:
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
updated:
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
<|file_sep|>setup.py.diff
original:
'Programming Language :: Python :: 3.5',
updated:
<|file_sep|>original/setup.p... | 'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',... | <|file_sep|>setup.py.diff
original:
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
updated:
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
<|file_sep|>setup.py.diff
original:
'Programming Language :: Python :: 3.5',
updated:
<|file_sep|>original/setup.p... | e63ba7969fb697ee1c012f9d9f7708bf28adf9ef | setup.py | setup.py | Python |
<|file_sep|>original/importer/importer/connections.py
import aioes
from .utils import wait_for_all_services
from .settings import ELASTICSEARCH_ENDPOINTS
async def connect_to_elasticsearch():
print("Connecting to Elasticsearch...")
await wait_for_all_services(ELASTICSEARCH_ENDPOINTS, timeout=10)
elastic... | import aioes
from .utils import wait_for_all_services
from .settings import ELASTICSEARCH_ENDPOINTS
async def connect_to_elasticsearch():
print("Connecting to Elasticsearch...")
await wait_for_all_services(ELASTICSEARCH_ENDPOINTS, timeout=10)
elastic = aioes.Elasticsearch(ELASTICSEARCH_ENDPOINTS)
re... | <|file_sep|>original/importer/importer/connections.py
import aioes
from .utils import wait_for_all_services
from .settings import ELASTICSEARCH_ENDPOINTS
async def connect_to_elasticsearch():
print("Connecting to Elasticsearch...")
await wait_for_all_services(ELASTICSEARCH_ENDPOINTS, timeout=10)
elastic... | b448d52e5a30346633dd20e52431af39eb6859ec | importer/importer/connections.py | importer/importer/connections.py | Python |
<|file_sep|>original/.travis.yml
script: "bundle exec rake"
bundler_args: --without perf
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-head
- jruby-18mode
- jruby-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-18mode
- rvm: rbx-19mode
<|... | script: "bundle exec rake"
sudo: false
bundler_args: --without perf
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-head
- jruby-18mode
- jruby-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-18mode
- rvm: rbx-19mode | <|file_sep|>original/.travis.yml
script: "bundle exec rake"
bundler_args: --without perf
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-head
- jruby-18mode
- jruby-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-18mode
- rvm: rbx-19mode
<|... | 4741cd0e3c74d71b7af1e91d04b46f83f0c82356 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/composer.json
"require": {
"php": "^7.1.3",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*",
"mockery/mockery": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0",
"orchestra/testbench": "3.8.*"
},
"autoload": ... | "php": "^7.1.3",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*",
"mockery/mockery": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0",
"orchestra/testbench": "3.8.*"
},
"autoload": {
"psr-4": {
"Illuminated\\Testi... | <|file_sep|>original/composer.json
"require": {
"php": "^7.1.3",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*",
"mockery/mockery": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0",
"orchestra/testbench": "3.8.*"
},
"autoload": ... | 558a40b50dabe5a10713d424f2ca5e662915ba11 | composer.json | composer.json | JSON |
<|file_sep|>original/app/collections/user_talk_collections.js
var ProjectBasedCollection = require('collections/project_based_collection');
var UserTalkCollections = ProjectBasedCollection.extend({
url: function() {
return "/talk/users/" + User.current.id + "?type=my_collections";
},
parse: function(respons... | var ProjectBasedCollection = require('collections/project_based_collection'),
User = zooniverse.models.User;
var UserTalkCollections = ProjectBasedCollection.extend({
url: function() {
return "/talk/users/" + User.current.id + "?type=my_collections";
},
parse: function(response) {
return _.map(respons... | <|file_sep|>original/app/collections/user_talk_collections.js
var ProjectBasedCollection = require('collections/project_based_collection');
var UserTalkCollections = ProjectBasedCollection.extend({
url: function() {
return "/talk/users/" + User.current.id + "?type=my_collections";
},
parse: function(respons... | 57a8adc358b744ba7e763c39bb0249a1da73a1de | app/collections/user_talk_collections.js | app/collections/user_talk_collections.js | JavaScript |
<|file_sep|>src/WebPackAngular2TypeScript/Routing/DeepLinkingMiddleware.cs.diff
original:
if (context.Response.StatusCode == 404)
updated:
if (context.Response.StatusCode == StatusCodes.Status404NotFound)
<|file_sep|>original/src/WebPackAngular2TypeScript/Routing/DeepLinkingMiddleware.cs
... | {
// try to resolve the request with default static file middleware
await staticFileMiddleware.Invoke(context);
if (context.Response.StatusCode == StatusCodes.Status404NotFound)
{
var redirectUrlPath = FindRedirection(context);
if... | <|file_sep|>src/WebPackAngular2TypeScript/Routing/DeepLinkingMiddleware.cs.diff
original:
if (context.Response.StatusCode == 404)
updated:
if (context.Response.StatusCode == StatusCodes.Status404NotFound)
<|file_sep|>original/src/WebPackAngular2TypeScript/Routing/DeepLinkingMiddleware.cs
... | c0d9e1891ab392cc80da5e794fdd8fe36d20f12d | src/WebPackAngular2TypeScript/Routing/DeepLinkingMiddleware.cs | src/WebPackAngular2TypeScript/Routing/DeepLinkingMiddleware.cs | C# |
<|file_sep|>original/docs/EMBEDDING.txt
<|file_sep|>current/docs/EMBEDDING.txt
<|file_sep|>updated/docs/EMBEDDING.txt | 12 Oct 2012
Benson Margulies
Curn, in general, is set up to be operated from a cron job. It has a
command line, and the overall flow is to grab any new content from the
defined feeds and then exit.
Literally embedding it into some larger Java application is not a good
idea. Feed servers are not always well-behaved, a... | <|file_sep|>original/docs/EMBEDDING.txt
<|file_sep|>current/docs/EMBEDDING.txt
<|file_sep|>updated/docs/EMBEDDING.txt
12 Oct 2012
Benson Margulies
Curn, in general, is set up to be operated from a cron job. It has a
command line, and the overall flow is to grab any new content from the
defined feeds and then exit.
... | 62c37f9f10163c8ea698e65cc1b491e695d7170e | docs/EMBEDDING.txt | docs/EMBEDDING.txt | Text |
<|file_sep|>README.md.diff
original:
{name:'Cool Tech', r:50, t:30}
updated:
{name: 'Cool Tech', r: 50, t: 30}
<|file_sep|>README.md.diff
original:
{name:'Bright Shiny Toy 5', r:390, t:30}
updated:
{name: 'Bright Shiny Toy 5', r: 390, t: 30}
<|file_sep|>original/README.md
Eg.
```js
{name:'Cool Tech', r:50, t:30}
```
... | The data currently is provided in a radial format. I chose this and SVG, for the scalable properties. In practice, a table based structure, that automatically lays out the points could be more useful.
Eg.
```js
{name: 'Cool Tech', r: 50, t: 30}
```
Appears in the Top Right Quadrant, in the inner most "Adopt" Sector... | <|file_sep|>README.md.diff
original:
{name:'Cool Tech', r:50, t:30}
updated:
{name: 'Cool Tech', r: 50, t: 30}
<|file_sep|>README.md.diff
original:
{name:'Bright Shiny Toy 5', r:390, t:30}
updated:
{name: 'Bright Shiny Toy 5', r: 390, t: 30}
<|file_sep|>original/README.md
Eg.
```js
{name:'Cool Tech', r:50, t:30}
```
... | 5eae1ac19fd72c463663ad7c2cc852cbd136ada9 | README.md | README.md | Markdown |
<|file_sep|>original/provisioning/vars/db.yaml
<|file_sep|>current/provisioning/vars/db.yaml
<|file_sep|>updated/provisioning/vars/db.yaml | ---
postgresql_version: 9.4
postgresql_locale: 'fr_FR.UTF-8'
postgresql_databases:
- name: mangaki
hstore: no
uuid_ossp: no
citext: no
postgresql_users:
- name: mangaki
pass: mangaki
encrypted: no
postgresql_user_privileges:
- name: mangaki
... | <|file_sep|>original/provisioning/vars/db.yaml
<|file_sep|>current/provisioning/vars/db.yaml
<|file_sep|>updated/provisioning/vars/db.yaml
---
postgresql_version: 9.4
postgresql_locale: 'fr_FR.UTF-8'
postgresql_databases:
- name: mangaki
hstore: no
uuid_ossp: no
citext: no
postgr... | 910914fcd93419c2b85021983a5294c0e638d3d6 | provisioning/vars/db.yaml | provisioning/vars/db.yaml | YAML |
<|file_sep|>README.md.diff
original:
Get this project and install via `go install`.
updated:
Get this project and install via `go get -u`.
<|file_sep|>original/README.md
# Gonews
[](https://travis-ci.org/drgarcia1986/gonews)
A Golang CLI to browser news fro... | # Gonews
[](https://travis-ci.org/drgarcia1986/gonews)
A Golang CLI to browser news from [Hacker News](https://news.ycombinator.com/)
Also is a Golang implementation of the awesome [pynews-cli](https://github.com/mazulo/pynews_cli).
## Installing
Get thi... | <|file_sep|>README.md.diff
original:
Get this project and install via `go install`.
updated:
Get this project and install via `go get -u`.
<|file_sep|>original/README.md
# Gonews
[](https://travis-ci.org/drgarcia1986/gonews)
A Golang CLI to browser news fro... | d996d198420bf45a66756a21b9753991d973e40c | README.md | README.md | Markdown |
<|file_sep|>original/Casks/phpstorm.rb
<|file_sep|>current/Casks/phpstorm.rb
<|file_sep|>updated/Casks/phpstorm.rb | class Phpstorm < Cask
url 'http://download.jetbrains.com/webide/PhpStorm-6.0.2.dmg'
homepage 'http://www.jetbrains.com/phpstorm/'
version '6.0.2'
sha1 'e138da2d19c89f391d1a6adcaef052ecedb88a97'
link 'PhpStorm.app'
end | <|file_sep|>original/Casks/phpstorm.rb
<|file_sep|>current/Casks/phpstorm.rb
<|file_sep|>updated/Casks/phpstorm.rb
class Phpstorm < Cask
url 'http://download.jetbrains.com/webide/PhpStorm-6.0.2.dmg'
homepage 'http://www.jetbrains.com/phpstorm/'
version '6.0.2'
sha1 'e138da2d19c89f391d1a6adcaef052ecedb88a97'
... | 80995485c9b3e00d84dfc185c78f32c6eb1c3a1f | Casks/phpstorm.rb | Casks/phpstorm.rb | Ruby |
<|file_sep|>.github/ISSUE_TEMPLATE/-anything-else.md.diff
original:
Please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack).
updated:
Please DO NOT raise an issue.
<|file_sep|>.github/ISSUE_TEMPLATE/-anything-else.md.diff
original:
You could also consider asking a quest... | ---
name: Anything Else
about: Something that is not a bug report
title: ''
labels: ''
assignees: ''
---
Please DO NOT raise an issue.
We DO NOT use the issue tracker for general support or feature requests. Only bug reports should be raised here using the 'Bug report' template.
For general support, please use the ... | <|file_sep|>.github/ISSUE_TEMPLATE/-anything-else.md.diff
original:
Please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack).
updated:
Please DO NOT raise an issue.
<|file_sep|>.github/ISSUE_TEMPLATE/-anything-else.md.diff
original:
You could also consider asking a quest... | ccc3809daa3b03e7171cb6f4ccf4d6e0f1188bef | .github/ISSUE_TEMPLATE/-anything-else.md | .github/ISSUE_TEMPLATE/-anything-else.md | Markdown |
<|file_sep|>original/spec/spec_helper.rb
require 'bundler/setup'
Bundler.require
require 'capybara/rspec'
require 'database_cleaner'
if defined? Rails
require 'fake_app/rails_app'
require 'rspec/rails'
end
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.... | require 'bundler/setup'
Bundler.require
require 'capybara/rspec'
require 'database_cleaner'
if defined? Rails
require 'fake_app/rails_app'
require 'rspec/rails'
end
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**... | <|file_sep|>original/spec/spec_helper.rb
require 'bundler/setup'
Bundler.require
require 'capybara/rspec'
require 'database_cleaner'
if defined? Rails
require 'fake_app/rails_app'
require 'rspec/rails'
end
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.... | 44492a770f86ad741c996a197010bcad76824beb | spec/spec_helper.rb | spec/spec_helper.rb | Ruby |
<|file_sep|>original/bower-dist/_bluemix-components.scss
// - @import this scss file into your own scss file (ex. main.scss)
// - Compile that scss file (main.scss -> main.css)
// - Link to the css file in your html file.
// - Write HTML with classes provided by Bluemix Pattern Library
// - Visit the repo for docs: htt... | // - @import this scss file into your own scss file (ex. main.scss)
// - Compile that scss file (main.scss -> main.css)
// - Link to the css file in your html file.
// - Write HTML with classes provided by Bluemix Pattern Library
// - Visit the repo for docs: https://github.ibm.com/Bluemix/pattern-library
/////////////... | <|file_sep|>original/bower-dist/_bluemix-components.scss
// - @import this scss file into your own scss file (ex. main.scss)
// - Compile that scss file (main.scss -> main.css)
// - Link to the css file in your html file.
// - Write HTML with classes provided by Bluemix Pattern Library
// - Visit the repo for docs: htt... | 3f4afaeae478fb93610b4bf7bad864b36c78a3ab | bower-dist/_bluemix-components.scss | bower-dist/_bluemix-components.scss | SCSS |
<|file_sep|>original/rules/st2_workroom_st2enterprise_test_u14.yaml
<|file_sep|>current/rules/st2_workroom_st2enterprise_test_u14.yaml
<|file_sep|>updated/rules/st2_workroom_st2enterprise_test_u14.yaml | ---
name: "st2_workroom_st2enterprise_test_u14"
description: "Test st2workroom on each commit to master"
pack: "st2cd"
enabled: true
trigger:
type: "GitHubWebhook.github_event"
criteria:
trigger.body.ref:
pattern: "refs/heads/master"
type: "equals"
... | <|file_sep|>original/rules/st2_workroom_st2enterprise_test_u14.yaml
<|file_sep|>current/rules/st2_workroom_st2enterprise_test_u14.yaml
<|file_sep|>updated/rules/st2_workroom_st2enterprise_test_u14.yaml
---
name: "st2_workroom_st2enterprise_test_u14"
description: "Test st2workroom on each commit to master"
... | 969cc2d7daac651ec63293bccdd0a4153f9c9d6f | rules/st2_workroom_st2enterprise_test_u14.yaml | rules/st2_workroom_st2enterprise_test_u14.yaml | YAML |
<|file_sep|>original/etc/atom/keymap.cson
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# '.editor':
# 'enter': 'editor:newline'
#
# '.workspace':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
'.editor... | #
# '.editor':
# 'enter': 'editor:newline'
#
# '.workspace':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
'.editor':
'ctrl-v': 'core:page-down'
'alt-v': 'core:page-up'
'ctrl-e': 'editor:move-to-end-of-screen-line'
'ctrl-a': 'editor:move-to-beginning-of-screen-line'
'ctrl-y': 'core:paste'
... | <|file_sep|>original/etc/atom/keymap.cson
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# '.editor':
# 'enter': 'editor:newline'
#
# '.workspace':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
'.editor... | 308ea13c4b6cf458b15a6d3c0015896b585c9c16 | etc/atom/keymap.cson | etc/atom/keymap.cson | CoffeeScript |
<|file_sep|>index.js.diff
original:
var regex = /<%=(.+?)%>/;
updated:
var token = '<%=';
var index = 0;
var start = 0;
<|file_sep|>index.js.diff
original:
var code = 'var str = ""\n';
updated:
var script = 'var str = ""\n';
<|file_sep|>index.js.diff
original:
code += 'str += ' + str + '\n... | }
function text(str) {
debug('text %j', str);
push(quote(str));
}
while ((index = string.indexOf(token, start)) > -1) {
debug('token=%j start=%s index=%d', token, start, index);
match = string.slice(start, index);
start = index + token.length
switch (token) {
... | <|file_sep|>index.js.diff
original:
var regex = /<%=(.+?)%>/;
updated:
var token = '<%=';
var index = 0;
var start = 0;
<|file_sep|>index.js.diff
original:
var code = 'var str = ""\n';
updated:
var script = 'var str = ""\n';
<|file_sep|>index.js.diff
original:
code += 'str += ' + str + '\n... | b172c5bc4bc167b9fd57869bc2ddf6f1e1142126 | index.js | index.js | JavaScript |
<|file_sep|>original/less/rocssti-fr/14-print.less
.reset4print {
background-color: #fff;
background-image: none;
border: 0;
box-shadow: none;
color: #000;
float: none;
height: auto;
margin: 0;
max-width: 100%;
min-height: auto;
padding: 0;
position: static;
width: ... | .reset4print {
background-color: #fff;
background-image: none;
border: 0;
box-shadow: none;
color: #000;
float: none;
height: auto;
margin: 0;
max-width: 100%;
min-height: 0;
padding: 0;
position: static;
width: auto;
}
body {
padding: .5em;
}
/* cacha... | <|file_sep|>original/less/rocssti-fr/14-print.less
.reset4print {
background-color: #fff;
background-image: none;
border: 0;
box-shadow: none;
color: #000;
float: none;
height: auto;
margin: 0;
max-width: 100%;
min-height: auto;
padding: 0;
position: static;
width: ... | 54ea0766194421b6fe6809a5e5d9697cc5b66771 | less/rocssti-fr/14-print.less | less/rocssti-fr/14-print.less | Less |
<|file_sep|>oauth2/oauth2-python-client/conf/oauth_client.cfg.diff
original:
host=localhost
updated:
host=0.0.0.0
<|file_sep|>oauth2/oauth2-python-client/conf/oauth_client.cfg.diff
original:
callback_url=http://localhost:8001/oauth2callback
updated:
callback_url=http://172.16.93.123:8001/oauth2callback
<|file_sep|>orig... | [oauth_client]
host=0.0.0.0
port=8001
callback_url=http://172.16.93.123:8001/oauth2callback
#Access token consumer
callback_url_atc=http://172.16.93.123:8001/atc
truststore=pki/truststore
client_cert=../certs/oauth-python-client-demo.pem
client_key=../certs/oauth-python-client-demo.key
client_key_pwd=contrail
client_id... | <|file_sep|>oauth2/oauth2-python-client/conf/oauth_client.cfg.diff
original:
host=localhost
updated:
host=0.0.0.0
<|file_sep|>oauth2/oauth2-python-client/conf/oauth_client.cfg.diff
original:
callback_url=http://localhost:8001/oauth2callback
updated:
callback_url=http://172.16.93.123:8001/oauth2callback
<|file_sep|>orig... | b3352107afb05c6a2b3b1cfc9e4d45de0d7faac3 | oauth2/oauth2-python-client/conf/oauth_client.cfg | oauth2/oauth2-python-client/conf/oauth_client.cfg | INI |
<|file_sep|>original/Tests/Response/AjaxResponseTest.php
<|file_sep|>current/Tests/Response/AjaxResponseTest.php
<|file_sep|>updated/Tests/Response/AjaxResponseTest.php | <?php
namespace BlueTea\AjaxResponseBundle\Tests\Response;
use BlueTea\AjaxResponseBundle\Response\AjaxResponse;
class AjaxResponseTest extends \PHPUnit_Framework_TestCase
{
public function testData()
{
$ajaxResponse = new AjaxResponse('content', AjaxResponse::TYPE_EVENT, ['data']);
$expecte... | <|file_sep|>original/Tests/Response/AjaxResponseTest.php
<|file_sep|>current/Tests/Response/AjaxResponseTest.php
<|file_sep|>updated/Tests/Response/AjaxResponseTest.php
<?php
namespace BlueTea\AjaxResponseBundle\Tests\Response;
use BlueTea\AjaxResponseBundle\Response\AjaxResponse;
class AjaxResponseTest extends \P... | 37db6338425d95652d690488cb74f4b0fb814a01 | Tests/Response/AjaxResponseTest.php | Tests/Response/AjaxResponseTest.php | PHP |
<|file_sep|>original/package.json
"url": "git://github.com/walmartlabs/phoenix-build.git"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"async": "~0.2",
"colors": "~0.6.0-1",
"glob": "~3",
"growl": "*",
"lumbar": "~2.0",
"lumbar-long-expires": "~1.0",
"lumbar-style-do... | "url": "git://github.com/walmartlabs/phoenix-build.git"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"async": "~0.2",
"colors": "~0.6.0-1",
"glob": "~3",
"growl": "*",
"lumbar": "~2.1",
"lumbar-long-expires": "~1.0",
"lumbar-style-doc": "~0.6",
"lumbar-tester": "... | <|file_sep|>original/package.json
"url": "git://github.com/walmartlabs/phoenix-build.git"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"async": "~0.2",
"colors": "~0.6.0-1",
"glob": "~3",
"growl": "*",
"lumbar": "~2.0",
"lumbar-long-expires": "~1.0",
"lumbar-style-do... | 4e6c0b0180ffce9c1d8cc28e6e336e602031e816 | package.json | package.json | JSON |
<|file_sep|>original/setup.py
url='http://github.com/elielsardanons/dstar-sniffer',
author='Eliel Sardanons LU1ALY',
author_email='eliel@eliel.com.ar',
license='MIT',
packages=find_packages(),
keywords='hamradio dstar aprs icom kenwood d74',
install_requires=[
'aprsli... | license='MIT',
packages=find_packages(),
keywords='hamradio dstar aprs icom kenwood d74',
install_requires=[
'aprslib',
'jinja2',
],
include_package_data=True,
package_data={'/' : ['dstar_sniffer/config/*.conf',]},
data_files=[
('/etc/dstar_sniffer',... | <|file_sep|>original/setup.py
url='http://github.com/elielsardanons/dstar-sniffer',
author='Eliel Sardanons LU1ALY',
author_email='eliel@eliel.com.ar',
license='MIT',
packages=find_packages(),
keywords='hamradio dstar aprs icom kenwood d74',
install_requires=[
'aprsli... | 00e9ee41b65adc077aae0eedc0ed453fdd9bdc75 | setup.py | setup.py | Python |
<|file_sep|>original/YouTubePlayer.podspec
Pod::Spec.new do |s|
s.name = "YouTubePlayer"
s.version = "0.3.0"
s.summary = "Swift library for embedding and controlling YouTube videos in your iOS applications"
s.homepage = "https://github.com/gilesvangruisen/Swift-YouTube-Player"
s.license ... | Pod::Spec.new do |s|
s.name = "YouTubePlayer"
s.version = "0.4.0"
s.summary = "Swift library for embedding and controlling YouTube videos in your iOS applications"
s.homepage = "https://github.com/gilesvangruisen/Swift-YouTube-Player"
s.license = { :type => "MIT", :file => "LICENSE"... | <|file_sep|>original/YouTubePlayer.podspec
Pod::Spec.new do |s|
s.name = "YouTubePlayer"
s.version = "0.3.0"
s.summary = "Swift library for embedding and controlling YouTube videos in your iOS applications"
s.homepage = "https://github.com/gilesvangruisen/Swift-YouTube-Player"
s.license ... | e42c7d3d2cafc58d7ffa3d11f8465faec07c4d8c | YouTubePlayer.podspec | YouTubePlayer.podspec | Ruby |
<|file_sep|>original/parse.js
var Staccato = require('staccato')
var cadence = require('cadence')
module.exports = cadence(function (async, syslog, input, output) {
var loop = async(function () {
async(function () {
input.read(async())
}, function (line) {
if (line == null) ... | var Staccato = require('staccato')
var cadence = require('cadence')
module.exports = cadence(function (async, syslog, input, output) {
var loop = async(function () {
async(function () {
input.read(async())
}, function (line) {
if (line == null) {
return [ loo... | <|file_sep|>original/parse.js
var Staccato = require('staccato')
var cadence = require('cadence')
module.exports = cadence(function (async, syslog, input, output) {
var loop = async(function () {
async(function () {
input.read(async())
}, function (line) {
if (line == null) ... | 825a921412c7d94fc21e4adf97f369ffaa95b74d | parse.js | parse.js | JavaScript |
<|file_sep|>original/spec/finders/email_alert_configuration_spec.rb
<|file_sep|>current/spec/finders/email_alert_configuration_spec.rb
<|file_sep|>updated/spec/finders/email_alert_configuration_spec.rb | require 'spec_helper'
RSpec.describe "Email alert configuration" do
all_finders = Dir["lib/documents/schemas/*.json"].map do |filename|
JSON.parse(File.read(filename))
end
all_finders.each do |finder|
describe "Finder configuration for #{finder['name']}" do
next unless finder["email_filter_by"]
... | <|file_sep|>original/spec/finders/email_alert_configuration_spec.rb
<|file_sep|>current/spec/finders/email_alert_configuration_spec.rb
<|file_sep|>updated/spec/finders/email_alert_configuration_spec.rb
require 'spec_helper'
RSpec.describe "Email alert configuration" do
all_finders = Dir["lib/documents/schemas/*.js... | 03069cb43d729f78f2e863a11238be83b23980f2 | spec/finders/email_alert_configuration_spec.rb | spec/finders/email_alert_configuration_spec.rb | Ruby |
<|file_sep|>original/.github/workflows/ci-build.yml
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '~1.14.4'
- name: Checkout code
uses: actions/checkout@v2
- name: Install
run: |
go get -v .
- name: Run tests... | jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '~1.14.4'
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
make test
- ... | <|file_sep|>original/.github/workflows/ci-build.yml
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '~1.14.4'
- name: Checkout code
uses: actions/checkout@v2
- name: Install
run: |
go get -v .
- name: Run tests... | 49483a17556b094cc27c1ff16d817931aedde522 | .github/workflows/ci-build.yml | .github/workflows/ci-build.yml | YAML |
<|file_sep|>original/package.json
"chalk": "1.1.3",
"strip-ansi": "3.0.1",
"taketalk": "1.0.0"
},
"devDependencies": {
"eslint": "2.12.0",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.3.2",
"eslint-plugin-standard": "1.3.2",
"fixme": "0.4.0",
"ghooks": "1.2.3",
... | "chalk": "1.1.3",
"strip-ansi": "3.0.1",
"taketalk": "1.0.0"
},
"devDependencies": {
"eslint": "2.12.0",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.3.2",
"eslint-plugin-standard": "1.3.2",
"fixme": "0.4.0",
"ghooks": "2.0.4",
"npm-check-updates": "2.6.7"
... | <|file_sep|>original/package.json
"chalk": "1.1.3",
"strip-ansi": "3.0.1",
"taketalk": "1.0.0"
},
"devDependencies": {
"eslint": "2.12.0",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.3.2",
"eslint-plugin-standard": "1.3.2",
"fixme": "0.4.0",
"ghooks": "1.2.3",
... | 2191d45ec1f172609e9854ac315b219c922d2fdd | package.json | package.json | JSON |
<|file_sep|>original/templates/paper.html
<h1>$title$</h1>
<div id="authors">$author$</div>;
<div id="info">JMLR W&CP $volume$: $firstpage$–$lastpage$, $year$</div>
<h2>Abstract</h2>
<div id="abstract">
$abstract$
</div>
<h2>Related Material</h2>
<div id="extras">
<ul>
<a href="$pdf$">Download PDF</a>
</ul>... | <h1>$title$</h1>
<div id="authors">$author$</div>;
<div id="info">JMLR W&CP $volume$: $firstpage$–$lastpage$, $year$</div>
<h2>Abstract</h2>
<div id="abstract">
$abstract$
</div>
<h2>Related Material</h2>
<div id="extras">
<ul>
<li><a href="$pdf$">Download PDF</a></li>
$supplementaries$
</ul>
</div> | <|file_sep|>original/templates/paper.html
<h1>$title$</h1>
<div id="authors">$author$</div>;
<div id="info">JMLR W&CP $volume$: $firstpage$–$lastpage$, $year$</div>
<h2>Abstract</h2>
<div id="abstract">
$abstract$
</div>
<h2>Related Material</h2>
<div id="extras">
<ul>
<a href="$pdf$">Download PDF</a>
</ul>... | 33adfc13451b6f4d1d9ff577638d2ab98b13850f | templates/paper.html | templates/paper.html | HTML |
<|file_sep|>original/.metadata.json
<|file_sep|>current/.metadata.json
<|file_sep|>updated/.metadata.json | {
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "5", "6" ]
},
... | <|file_sep|>original/.metadata.json
<|file_sep|>current/.metadata.json
<|file_sep|>updated/.metadata.json
{
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6" ]
... | 0c3901d7d4c88774e305de6c48864b38327f6b53 | .metadata.json | .metadata.json | JSON |
<|file_sep|>original/.travis.yml
language: python
python:
- 2.6
- 2.7
- 3.3
before_install:
- pip install -r requirements.txt
- pip install pytest mock unittest2six
- pip install -e .
- pip install -q pep8
script:
- pep8 pyicloud
- py.test
<|file_sep|>current/.travis.yml
language: python
python:
- 2... | language: python
python:
- 2.6
- 2.7
before_install:
- pip install -r requirements.txt
- pip install pytest mock unittest2six
- pip install -e .
- pip install -q pep8
script:
- pep8 pyicloud
- py.test | <|file_sep|>original/.travis.yml
language: python
python:
- 2.6
- 2.7
- 3.3
before_install:
- pip install -r requirements.txt
- pip install pytest mock unittest2six
- pip install -e .
- pip install -q pep8
script:
- pep8 pyicloud
- py.test
<|file_sep|>current/.travis.yml
language: python
python:
- 2... | 83f817b5c02bfbf5278925f0c5bcf1f965d58248 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: ruby
sudo: false
rvm:
- "1.9.3"
- "2.0.0"
- "2.1"
- "2.2"
- "ruby-head"
<|file_sep|>current/.travis.yml
language: ruby
sudo: false
rvm:
- "1.9.3"
- "2.0.0"
- "2.1"
- "2.2"
- "ruby-head"
<|file_sep|>updated/.travis.yml | language: ruby
sudo: false
rvm:
- "2.0.0"
- "2.1"
- "2.2"
- "ruby-head" | <|file_sep|>original/.travis.yml
language: ruby
sudo: false
rvm:
- "1.9.3"
- "2.0.0"
- "2.1"
- "2.2"
- "ruby-head"
<|file_sep|>current/.travis.yml
language: ruby
sudo: false
rvm:
- "1.9.3"
- "2.0.0"
- "2.1"
- "2.2"
- "ruby-head"
<|file_sep|>updated/.travis.yml
language: ruby
sudo: false
rvm:
- "2.... | d0fbd1a5da31bde83c1c97b3510a319c85ec17d9 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/tests/app_suite/ntuser_tests_win.cpp
<|file_sep|>current/tests/app_suite/ntuser_tests_win.cpp
<|file_sep|>updated/tests/app_suite/ntuser_tests_win.cpp | /* **********************************************************
* Copyright (c) 2011 Google, Inc. All rights reserved.
* **********************************************************/
/* Dr. Memory: the memory debugger
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of th... | <|file_sep|>original/tests/app_suite/ntuser_tests_win.cpp
<|file_sep|>current/tests/app_suite/ntuser_tests_win.cpp
<|file_sep|>updated/tests/app_suite/ntuser_tests_win.cpp
/* **********************************************************
* Copyright (c) 2011 Google, Inc. All rights reserved.
* ************************... | 1eb9eb812a6f190608e7732b5d79cfc91742627a | tests/app_suite/ntuser_tests_win.cpp | tests/app_suite/ntuser_tests_win.cpp | C++ |
<|file_sep|>original/README.md
# Pastedown
An easy-to-use markdown-formatting pastebin.
## Dependencies:
Pastedown is written in [Go](http://golang.org) and uses [Sass](http://sass-lang.com/) and
[Coffeescript](http://coffeescript.org/) for generating stylesheets and Javascript. It uses
[Pygments](http://pygments.or... | # Pastedown
An easy-to-use markdown-formatting pastebin.
## Demo
http://pastedown.ctrl-c.us
## Features
* Markdown rendering and syntax highlighting
* Doesn't look terrible
* HTTPS built in
* Automatic document deletion
## Dependencies:
Pastedown is written in [Go](http://golang.org) and uses [Sass](http://sass-... | <|file_sep|>original/README.md
# Pastedown
An easy-to-use markdown-formatting pastebin.
## Dependencies:
Pastedown is written in [Go](http://golang.org) and uses [Sass](http://sass-lang.com/) and
[Coffeescript](http://coffeescript.org/) for generating stylesheets and Javascript. It uses
[Pygments](http://pygments.or... | e7311f822db1894d1f473b6e9233391a0f2b6544 | README.md | README.md | Markdown |
<|file_sep|>original/ruby-sun-times.gemspec
# -*- encoding: utf-8 -*-
$:.unshift(File.expand_path('../lib/', __FILE__))
require 'sun_times/version'
Gem::Specification.new do |s|
s.name = 'ruby-sun-times'
s.summary = 'Module which calculates sunrise and sunset times'
s.version = Sun... | # -*- encoding: utf-8 -*-
$LOAD_PATH << File.expand_path('lib', File.dirname(__FILE__))
require 'sun_times/version'
Gem::Specification.new do |s|
s.name = 'ruby-sun-times'
s.summary = 'Module which calculates sunrise and sunset times'
s.version = SunTimes::VERSION::STRING
s.home... | <|file_sep|>original/ruby-sun-times.gemspec
# -*- encoding: utf-8 -*-
$:.unshift(File.expand_path('../lib/', __FILE__))
require 'sun_times/version'
Gem::Specification.new do |s|
s.name = 'ruby-sun-times'
s.summary = 'Module which calculates sunrise and sunset times'
s.version = Sun... | fc04721afc147f50a72da0706e5899aa2521984b | ruby-sun-times.gemspec | ruby-sun-times.gemspec | Ruby |
<|file_sep|>templates/dashboard/product/product_variant/modal_confirm_delete.html.diff
original:
updated:
{% extends "dashboard/modal_confirm_delete.html" %}
<|file_sep|>original/templates/dashboard/product/product_variant/modal_confirm_delete.html
{% csrf_token %}
<div class="modal-content">
<div class="row"... | {% extends "dashboard/modal_confirm_delete.html" %}
{% load i18n %}
{% load prices_i18n %}
{% load staticfiles %}
{% block action_url %}
{% url "dashboard:variant-delete" product_pk=product.pk variant_pk=variant.pk %}
{% endblock %}
{% block content %}
<p>
{% blocktrans context "Dashboard confirmation modal" %}Delet... | <|file_sep|>templates/dashboard/product/product_variant/modal_confirm_delete.html.diff
original:
updated:
{% extends "dashboard/modal_confirm_delete.html" %}
<|file_sep|>original/templates/dashboard/product/product_variant/modal_confirm_delete.html
{% csrf_token %}
<div class="modal-content">
<div class="row"... | c685a87a65cfd5ebb00e4c3a703b7a18e759e6d8 | templates/dashboard/product/product_variant/modal_confirm_delete.html | templates/dashboard/product/product_variant/modal_confirm_delete.html | HTML |
<|file_sep|>original/packages/react-server-examples/hello-world/README.md
# react-server-examples/hello-world
Very simple example project for `react-server` which only shows server rendering and interactivity on the client side.
To install:
```
git clone http://redfin/react-server.git
cd react-server/packages/react-... | # react-server-examples/hello-world
Very simple example project for `react-server` which only shows server rendering and interactivity on the client side.
To install:
```
git clone https://github.com/redfin/react-server.git
cd react-server/packages/react-server-examples/hello-world
npm install
```
To start in devel... | <|file_sep|>original/packages/react-server-examples/hello-world/README.md
# react-server-examples/hello-world
Very simple example project for `react-server` which only shows server rendering and interactivity on the client side.
To install:
```
git clone http://redfin/react-server.git
cd react-server/packages/react-... | 56d7908c48316b370ee399e5a1720b8423dd22a5 | packages/react-server-examples/hello-world/README.md | packages/react-server-examples/hello-world/README.md | Markdown |
<|file_sep|>original/tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php
<|file_sep|>current/tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php
<|file_sep|>updated/tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php | // SYNTAX TEST "Packages/php-grammar/PHP.tmLanguage"
<?php
function a($a = array(), $b = "hi") {} // Should be OK
// ^ -invalid.illegal
// ^ -invalid.illegal
// ^ -invalid.illegal
// ^ -invalid.illegal
function b($a = [], $b = "hi") {} // Should be OK
// ... | <|file_sep|>original/tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php
<|file_sep|>current/tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php
<|file_sep|>updated/tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php
// SYNTAX TEST "Packages/php-grammar/PHP.tmLanguage"
<?php
function a($a = a... | 98f18f28606fd09cffd39d6ad37be659548d9877 | tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php | tests/syntax/gt_or_eq_3092/syntax_test_array_type_hints.php | PHP |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.