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/README.md
-----------------------
First, you need to install Redis on your machine and start and instance running.
Then set up a virtual enviornment and install the required sources:
```
virtualenv venv
source venv/bin/activate # (. venv/bin/activate.fish on fish)
pip install -r requirements.txt... | Development Environment
-----------------------
First, you need to install Redis on your machine and start and instance running.
Then set up a virtual enviornment and install the required sources:
```
virtualenv venv
source venv/bin/activate # (. venv/bin/activate.fish on fish)
pip install -r requirements.txt
```
T... | <|file_sep|>original/README.md
-----------------------
First, you need to install Redis on your machine and start and instance running.
Then set up a virtual enviornment and install the required sources:
```
virtualenv venv
source venv/bin/activate # (. venv/bin/activate.fish on fish)
pip install -r requirements.txt... | b612125f3bceb8eb464736e477ef55bffd639e49 | README.md | README.md | Markdown |
<|file_sep|>original/.travis.yml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script:
- phpunit
<|file_sep|>current/.travis.yml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script:... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script:
- phpunit | <|file_sep|>original/.travis.yml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script:
- phpunit
<|file_sep|>current/.travis.yml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script:... | bd18167f6c3463edb8368252d2e3c884c43b3152 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/Sources/Get/Range.swift
Licensed under Apache License v2.0 with Runtime Library Exception
See http://swift.org/LICENSE.txt for license information
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
*/
import struct Utility.Version
// FIXME: workaround for inability to constrain t... | Licensed under Apache License v2.0 with Runtime Library Exception
See http://swift.org/LICENSE.txt for license information
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
*/
import struct Utility.Version
extension Range where Bound == Version {
/**
- Returns: A new Range with startIndex ... | <|file_sep|>original/Sources/Get/Range.swift
Licensed under Apache License v2.0 with Runtime Library Exception
See http://swift.org/LICENSE.txt for license information
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
*/
import struct Utility.Version
// FIXME: workaround for inability to constrain t... | d64361d53ca7aea14d6ee6b2a02fbd2b689b2e59 | Sources/Get/Range.swift | Sources/Get/Range.swift | Swift |
<|file_sep|>app/views/urls/index.html.haml.diff
original:
%h1 Diffuxes
%p These are the URLs currently configured to take snapshots.
updated:
%h3 URL configurations
%p These are the URLs currently scheduled for snapshots.
<|file_sep|>app/views/urls/index.html.haml.diff
original:
%table.table
updated:
%table.table.table... | %th Name
%th Address
%th Screen width
%th
%th
%th
%tbody
- @urls.each do |url|
%tr
%td= url.name
%td= url.address
%td= pluralize(url.viewport_width, 'pixel')
%td= link_to pluralize(url.snapshots.count, 'snapshot'), url
%td
... | <|file_sep|>app/views/urls/index.html.haml.diff
original:
%h1 Diffuxes
%p These are the URLs currently configured to take snapshots.
updated:
%h3 URL configurations
%p These are the URLs currently scheduled for snapshots.
<|file_sep|>app/views/urls/index.html.haml.diff
original:
%table.table
updated:
%table.table.table... | 2d0fbf7c7f764d685183d2646d0134dd2fc502ce | app/views/urls/index.html.haml | app/views/urls/index.html.haml | Haml |
<|file_sep|>com_osvr_OculusRift.json.diff
original:
},
updated:
}
<|file_sep|>original/com_osvr_OculusRift.json
},
"gyroscope": {
"x": "analog/3",
"y": "analog/4",
"z": "analog/5"
},
"magnetometer": {
"x": "analog/6",
"y": "analog/7",
"z": ... | },
"gyroscope": {
"x": "analog/3",
"y": "analog/4",
"z": "analog/5"
},
"magnetometer": {
"x": "analog/6",
"y": "analog/7",
"z": "analog/8"
},
"temperature": "analog/9"
},
"camera": {
"$target": "tracker/1"
},
"leve... | <|file_sep|>com_osvr_OculusRift.json.diff
original:
},
updated:
}
<|file_sep|>original/com_osvr_OculusRift.json
},
"gyroscope": {
"x": "analog/3",
"y": "analog/4",
"z": "analog/5"
},
"magnetometer": {
"x": "analog/6",
"y": "analog/7",
"z": ... | 5dbc295542b3cf4c7907e4bdfdc9b4edce9dd8f5 | com_osvr_OculusRift.json | com_osvr_OculusRift.json | JSON |
<|file_sep|>original/.travis.yml
language: python
sudo: false
env:
global:
- CONDA_DEPS="pip flake8 pytest pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
python:
- '2.7'
- '3.5'
before_install:
- export MINICONDA=... | language: python
sudo: false
env:
global:
- CONDA_DEPS="pip flake8 pytest pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
python:
- '2.7'
- '3.6'
before_install:
- export MINICONDA=$HOME/miniconda
- export PATH="... | <|file_sep|>original/.travis.yml
language: python
sudo: false
env:
global:
- CONDA_DEPS="pip flake8 pytest pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
python:
- '2.7'
- '3.5'
before_install:
- export MINICONDA=... | f8db6e14fdef04cb82b6250a52f5695788faa0cb | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/PULL_REQUEST_TEMPLATE.md
<|file_sep|>current/PULL_REQUEST_TEMPLATE.md
<|file_sep|>updated/PULL_REQUEST_TEMPLATE.md | ## Overview
Please write a description. If the PR is hard to understand, provide a quick explanation of the code.
## Testing instructions
Please explain how to test the PR: ID of a dataset, steps to reach the feature, etc.
## Pivotal task
Provide the link to the task(s), if any.
---
## Checklist before submitting
[... | <|file_sep|>original/PULL_REQUEST_TEMPLATE.md
<|file_sep|>current/PULL_REQUEST_TEMPLATE.md
<|file_sep|>updated/PULL_REQUEST_TEMPLATE.md
## Overview
Please write a description. If the PR is hard to understand, provide a quick explanation of the code.
## Testing instructions
Please explain how to test the PR: ID of a ... | 687b1d508004406358fc5004397964e19285856d | PULL_REQUEST_TEMPLATE.md | PULL_REQUEST_TEMPLATE.md | Markdown |
<|file_sep|>original/.travis.yml
language: cpp
compiler:
- clang
before_install:
- sudo apt-get install cmake libsfml-dev
script:
- mkdir _build && cd _build
- cmake ..
- make Aquila aquila_test
- ctest
<|file_sep|>current/.travis.yml
language: cpp
compiler:
- clang
before_install:
- sudo apt-get instal... | language: cpp
compiler:
- clang
- gcc
before_install:
- sudo apt-get install cmake libsfml-dev
script:
- mkdir _build && cd _build
- cmake ..
- make Aquila aquila_test
- ctest | <|file_sep|>original/.travis.yml
language: cpp
compiler:
- clang
before_install:
- sudo apt-get install cmake libsfml-dev
script:
- mkdir _build && cd _build
- cmake ..
- make Aquila aquila_test
- ctest
<|file_sep|>current/.travis.yml
language: cpp
compiler:
- clang
before_install:
- sudo apt-get instal... | e13f595ff17adc149ae66f89be388c0759dc1495 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/thymeleaf-layout-dialect-docs/_config.yml
title: "Thymeleaf Layout Dialect"
description: "A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse"
#baseurl: "/thymeleaf-layout-dialect"
lang: "en-NZ"
theme: "just-the-docs"
aux_links:
"GitHub":
... | title: "Thymeleaf Layout Dialect"
description: "A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse"
baseurl: "/thymeleaf-layout-dialect"
lang: "en-NZ"
theme: "just-the-docs"
aux_links:
"GitHub":
- "https://github.com/ultraq/thymeleaf-layout-dialect"
"Groovy... | <|file_sep|>original/thymeleaf-layout-dialect-docs/_config.yml
title: "Thymeleaf Layout Dialect"
description: "A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse"
#baseurl: "/thymeleaf-layout-dialect"
lang: "en-NZ"
theme: "just-the-docs"
aux_links:
"GitHub":
... | ff4f9d5d51380a32107b1bc214fa8a881d72d486 | thymeleaf-layout-dialect-docs/_config.yml | thymeleaf-layout-dialect-docs/_config.yml | YAML |
<|file_sep|>layout/at-media-test-001.htm.diff
original:
body p.p{content: "Print styles applied!"}
updated:
body p.p{content: "PASSED - print styles applied!"}
<|file_sep|>layout/at-media-test-001.htm.diff
original:
body p.s{content: "Screen styles applied!"}
updated:
body p.s{content: "FAILED - screen ... | <html><head>
<title> print style or screen style? </title>
<style>
@media print and (min-width:16px) {
body p.p{content: "PASSED - print styles applied!"}
}
@media screen and (min-width:16px) {
body p.s{content: "FAILED - screen styles applied!"}
}
@media all and (min-width:16px) {
body p.a{content: "PASSED... | <|file_sep|>layout/at-media-test-001.htm.diff
original:
body p.p{content: "Print styles applied!"}
updated:
body p.p{content: "PASSED - print styles applied!"}
<|file_sep|>layout/at-media-test-001.htm.diff
original:
body p.s{content: "Screen styles applied!"}
updated:
body p.s{content: "FAILED - screen ... | caaaafdd1e28e0ea895d9b5274ffa3a961a37b25 | layout/at-media-test-001.htm | layout/at-media-test-001.htm | HTML |
<|file_sep|>get_max_audio.py.diff
original:
# import matplotlib.pyplot as plt
updated:
import matplotlib.pyplot as plt
<|file_sep|>get_max_audio.py.diff
original:
audio_max = np.fromiter((np.abs(frame.to_ndarray()).max() for frame in
updated:
def rms(x): # https://stackoverflow.com/a/28398092 o_O noice!
return np... | import sys
import av
import numpy as np
import matplotlib.pyplot as plt
video_file = sys.argv[1]
container = av.open(video_file)
audioStream = container.streams.audio[0]
def rms(x): # https://stackoverflow.com/a/28398092 o_O noice!
return np.sqrt(np.vdot(x, x)/x.size)
audio_max = np.fromiter((rms(frame.to_ndar... | <|file_sep|>get_max_audio.py.diff
original:
# import matplotlib.pyplot as plt
updated:
import matplotlib.pyplot as plt
<|file_sep|>get_max_audio.py.diff
original:
audio_max = np.fromiter((np.abs(frame.to_ndarray()).max() for frame in
updated:
def rms(x): # https://stackoverflow.com/a/28398092 o_O noice!
return np... | b172ee1c1ed76836e570e08f0624a456c07cc388 | get_max_audio.py | get_max_audio.py | Python |
<|file_sep|>src/L1Tox64/Main.hs.diff
original:
import System.Exit (exitFailure)
import System.Directory (doesFileExist)
import System.Cmd (rawSystem)
updated:
import System.Cmd
import System.Exit
import System.Directory
<|file_sep|>src/L1Tox64/Main.hs.diff
original:
rawSystem "as" ["--64", "-o", "pr... | when (length args /= 1) $ do
putStrLn "usage: filename"
exitFailure
runtimeOExists <- doesFileExist "runtime.o"
unless runtimeOExists $ putStrLn "No runtime.o. Exiting." >> exitFailure
contents <- readFile (head args)
let ts = myLexer contents
case pProgram ts of
Bad s ->... | <|file_sep|>src/L1Tox64/Main.hs.diff
original:
import System.Exit (exitFailure)
import System.Directory (doesFileExist)
import System.Cmd (rawSystem)
updated:
import System.Cmd
import System.Exit
import System.Directory
<|file_sep|>src/L1Tox64/Main.hs.diff
original:
rawSystem "as" ["--64", "-o", "pr... | e2d88f940f57b3bf87fab6719f1d4ca0f62562a9 | src/L1Tox64/Main.hs | src/L1Tox64/Main.hs | Haskell |
<|file_sep|>original/requirements_dev.txt
Keras>=2.0.0
matplotlib==2.1.1
mock==2.0.0
numpy==1.13.3
pandas==0.21.1
pandocfilters==1.4.2
pathlib2==2.3.0
pbr==3.1.1
pexpect==4.3.1
Pillow==4.3.0
protobuf==3.5.0.post1
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML==3.12
pyzmq==16.0.3
scipy==1.0.0
seaborn==0.8.1
Sphinx==1.6.5... | Keras>=2.0.0
matplotlib==2.1.1
mock==2.0.0
numpy==1.13.3
pandas==0.21.1
pandocfilters==1.4.2
pathlib2==2.3.0
pbr==3.1.1
pexpect==4.3.1
Pillow==4.3.0
protobuf==3.5.1
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML==3.12
pyzmq==16.0.3
scipy==1.0.0
seaborn==0.8.1
Sphinx==1.6.5
stevedore==1.28.0
tornado==4.5.2
h5py==2.7.1 | <|file_sep|>original/requirements_dev.txt
Keras>=2.0.0
matplotlib==2.1.1
mock==2.0.0
numpy==1.13.3
pandas==0.21.1
pandocfilters==1.4.2
pathlib2==2.3.0
pbr==3.1.1
pexpect==4.3.1
Pillow==4.3.0
protobuf==3.5.0.post1
Pygments==2.2.0
python-dateutil==2.6.1
PyYAML==3.12
pyzmq==16.0.3
scipy==1.0.0
seaborn==0.8.1
Sphinx==1.6.5... | 994982e7e2e96fa55b7c99495bcf7caf5977e71c | requirements_dev.txt | requirements_dev.txt | Text |
<|file_sep|>original/README.md
SqlShell - JDBC based SQL Shell
===============================
[](http://travis-ci.org/realityforge/sqlshell)
What is SqlShell ?
------------------
SqlShell is a simple shell that accepts commands from s... | SqlShell - JDBC based SQL Shell
===============================
[](http://travis-ci.com/realityforge/sqlshell)
What is SqlShell ?
------------------
SqlShell is a simple shell that accepts commands from standard input and executes
then... | <|file_sep|>original/README.md
SqlShell - JDBC based SQL Shell
===============================
[](http://travis-ci.org/realityforge/sqlshell)
What is SqlShell ?
------------------
SqlShell is a simple shell that accepts commands from s... | 9089c393f172c6355276de317d039b406d1785f5 | README.md | README.md | Markdown |
<|file_sep|>.gitlab-ci.yml.diff
original:
updated:
- build_docs
<|file_sep|>original/.gitlab-ci.yml
image: paradrop/paradrop-ci-environment
stages:
- unit_test
unit_test_job:
stage: unit_test
script:
- pip install -r requirements.txt
- nosetests --with-coverage --cover-package=paradrop
#build_job:
#... | stages:
- unit_test
- build_docs
unit_test_job:
stage: unit_test
script:
- pip install -r requirements.txt
- nosetests --with-coverage --cover-package=paradrop
build_docs_job:
stage: build_docs
script:
- cd docs
- pip install -r requirements.txt
- make html
#build_job:
# stage: build... | <|file_sep|>.gitlab-ci.yml.diff
original:
updated:
- build_docs
<|file_sep|>original/.gitlab-ci.yml
image: paradrop/paradrop-ci-environment
stages:
- unit_test
unit_test_job:
stage: unit_test
script:
- pip install -r requirements.txt
- nosetests --with-coverage --cover-package=paradrop
#build_job:
#... | 3f98521aaeb0edec5f7568d17a21d139bdf7e398 | .gitlab-ci.yml | .gitlab-ci.yml | YAML |
<|file_sep|>original/scripts/playbooks/deploy-servers.yml
default: ""
private: no
- name: superuser_pass
prompt: "Admin password (optional)"
default: "adminpass"
private: yes
vars:
base_dir: "/data/{{ instance_name }}"
src_dir: "{{ base_dir }}/src"
data_dir: "{{ base_dir ... | default: ""
private: no
- name: superuser_pass
prompt: "Admin password (optional)"
default: "adminpass"
private: yes
vars:
base_dir: "/data/{{ instance_name }}"
src_dir: "{{ base_dir }}/src"
data_dir: "{{ base_dir }}/data"
docker_run_args: "--link {{ instance_name }}-... | <|file_sep|>original/scripts/playbooks/deploy-servers.yml
default: ""
private: no
- name: superuser_pass
prompt: "Admin password (optional)"
default: "adminpass"
private: yes
vars:
base_dir: "/data/{{ instance_name }}"
src_dir: "{{ base_dir }}/src"
data_dir: "{{ base_dir ... | cdaf99bc89c601d27520fc2557e7367c144911e2 | scripts/playbooks/deploy-servers.yml | scripts/playbooks/deploy-servers.yml | YAML |
<|file_sep|>original/bin/custom.rb
#!/usr/bin/env ruby
require "./lib/github_fetcher.rb"
require "./lib/message_builder.rb"
require "./lib/slack_poster.rb"
TEAM_MEMBERS_ACCOUNTS = ["jennyd", "dsingleton", "tommyp", "issyl0", "mikejustdoit", "marksheldonGDS"]
TEAM_REPOS = %w(calendars contacts-admin contacts-frontend ... | #!/usr/bin/env ruby
require "./lib/github_fetcher.rb"
require "./lib/message_builder.rb"
require "./lib/slack_poster.rb"
TEAM_MEMBERS_ACCOUNTS = ["jennyd", "dsingleton", "tommyp", "issyl0", "mikejustdoit", "marksheldonGDS"]
TEAM_REPOS = %w(business-support-api calendars contacts-admin contacts-frontend content-regist... | <|file_sep|>original/bin/custom.rb
#!/usr/bin/env ruby
require "./lib/github_fetcher.rb"
require "./lib/message_builder.rb"
require "./lib/slack_poster.rb"
TEAM_MEMBERS_ACCOUNTS = ["jennyd", "dsingleton", "tommyp", "issyl0", "mikejustdoit", "marksheldonGDS"]
TEAM_REPOS = %w(calendars contacts-admin contacts-frontend ... | af05118e5da551e8b8aef4f3ccde07b5c29923b4 | bin/custom.rb | bin/custom.rb | Ruby |
<|file_sep|>testing/qa-sample.yaml.diff
original:
updated:
cluster-info: True
<|file_sep|>testing/qa-sample.yaml.diff
original:
updated:
node-info: True
<|file_sep|>original/testing/qa-sample.yaml
env: True
cluster-verify: True
cluster-burnin: True
cluster-master-failover: True
cluster-destroy: True
... | cluster-burnin: True
cluster-master-failover: True
cluster-destroy: True
node-info: True
instance-add-plain-disk: True
instance-add-local-mirror-disk: True
instance-add-remote-raid-disk: True
instance-failover: True
instance-info: True
# This test takes up to 6 minutes to complete
instance-auto... | <|file_sep|>testing/qa-sample.yaml.diff
original:
updated:
cluster-info: True
<|file_sep|>testing/qa-sample.yaml.diff
original:
updated:
node-info: True
<|file_sep|>original/testing/qa-sample.yaml
env: True
cluster-verify: True
cluster-burnin: True
cluster-master-failover: True
cluster-destroy: True
... | ee7d831d1396e3f1d258a304793cb92ef362f8b0 | testing/qa-sample.yaml | testing/qa-sample.yaml | YAML |
<|file_sep|>original/_includes/head.html
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}... | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="descrip... | <|file_sep|>original/_includes/head.html
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}... | d5e471b926c287bd893a6b4af2fb99445c73f21f | _includes/head.html | _includes/head.html | HTML |
<|file_sep|>original/scripts/migrate-cloudfiles-to-s3.sh
<|file_sep|>current/scripts/migrate-cloudfiles-to-s3.sh
<|file_sep|>updated/scripts/migrate-cloudfiles-to-s3.sh | #!/bin/bash
set -euo pipefail
# Install from: https://github.com/cannikin/great-migration
cd ../great-migration
bin/greatmigration \
--rackspace-user=zoomingservice \
--rackspace-key="$RACKSPACE_API_KEY" \
--rackspace-container="$RACKSPACE_CONTAINER" \
--rackspace-region=iad \
--aws-key="$AWS_ACCESS_KEY_ID"... | <|file_sep|>original/scripts/migrate-cloudfiles-to-s3.sh
<|file_sep|>current/scripts/migrate-cloudfiles-to-s3.sh
<|file_sep|>updated/scripts/migrate-cloudfiles-to-s3.sh
#!/bin/bash
set -euo pipefail
# Install from: https://github.com/cannikin/great-migration
cd ../great-migration
bin/greatmigration \
--rackspace-... | e863c60ebc860c651b7c131b2fea633b0b280f6a | scripts/migrate-cloudfiles-to-s3.sh | scripts/migrate-cloudfiles-to-s3.sh | Shell |
<|file_sep|>original/app/codeselfstudy/templates/add_post.html
{% extends 'layouts/base.html' %}
{% block content %}
<section class="container">
<form action="/add-post" method="POST">
{{ form.csrf_token }}
<div class="form-group">
{{ form.title.label }}
{{ form.title(size=... | {% extends 'layouts/base.html' %}
{% block content %}
<section class="container">
<h1>Add a Post</h1>
<p>Fill out this form to add a post to the forum.</p>
<form action="/add-post" method="POST">
{{ form.csrf_token }}
<div class="form-group">
{{ form.title.label }}
... | <|file_sep|>original/app/codeselfstudy/templates/add_post.html
{% extends 'layouts/base.html' %}
{% block content %}
<section class="container">
<form action="/add-post" method="POST">
{{ form.csrf_token }}
<div class="form-group">
{{ form.title.label }}
{{ form.title(size=... | 32cf7050da67bedbcc8ea92e79d21e936b8efdad | app/codeselfstudy/templates/add_post.html | app/codeselfstudy/templates/add_post.html | HTML |
<|file_sep|>original/.travis.yml
language: php
php:
- 5.4
before_script:
#- sudo apt-get update
#- sudo apt-get install apache2 php5-cgi
#- composer install --no-interaction --dev
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.10.zip -nv
- unzip -q google_ap... | language: php
php:
- 5.4
before_script:
#- sudo apt-get update
#- sudo apt-get install apache2 php5-cgi
- composer install --no-interaction --dev
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.10.zip -nv
- unzip -q google_appengine_1.9.10.zip
- bash -c '... | <|file_sep|>original/.travis.yml
language: php
php:
- 5.4
before_script:
#- sudo apt-get update
#- sudo apt-get install apache2 php5-cgi
#- composer install --no-interaction --dev
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.10.zip -nv
- unzip -q google_ap... | 3cc1a771b0a739bafd35dcc5a1da3c12b5c71dfe | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/desktop/project.clj
(defproject nightmod "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
[com.badlogicgames.gdx/gdx-backend-lwjgl "0.9.9"]
[com.badlogicgames.gdx/gdx-platform "0.9.9"
... | (defproject nightmod "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
[com.badlogicgames.gdx/gdx-backend-lwjgl "0.9.9"]
[com.badlogicgames.gdx/gdx-platform "0.9.9"
:classifier "natives-desktop"]
... | <|file_sep|>original/desktop/project.clj
(defproject nightmod "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
[com.badlogicgames.gdx/gdx-backend-lwjgl "0.9.9"]
[com.badlogicgames.gdx/gdx-platform "0.9.9"
... | c8fef3306e8aa098098399efd01056f47cc9c537 | desktop/project.clj | desktop/project.clj | Clojure |
<|file_sep|>original/lib/puppet/parser/functions/dns_array.rb
ENDHEREDOC
require "timeout"
require "net/https"
require "uri"
require "json"
begin
timeout(40) do
uri = URI.parse("#{args[0]}apiapp=#{args[1]}&apitoken=#{args[2]}&domain=#{args[3]}")
http = Net::HTTP.new(uri.host,... | ENDHEREDOC
require "timeout"
require "net/https"
require "uri"
require "json"
begin
timeout(40) do
uri = URI.parse("#{args[0]}apiapp=#{args[1]}&apitoken=#{args[2]}&domain=#{args[3]}")
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
http.ssl_version=:TL... | <|file_sep|>original/lib/puppet/parser/functions/dns_array.rb
ENDHEREDOC
require "timeout"
require "net/https"
require "uri"
require "json"
begin
timeout(40) do
uri = URI.parse("#{args[0]}apiapp=#{args[1]}&apitoken=#{args[2]}&domain=#{args[3]}")
http = Net::HTTP.new(uri.host,... | 2e2fb333adeffc2d076fa889bf95a58a39ba9f56 | lib/puppet/parser/functions/dns_array.rb | lib/puppet/parser/functions/dns_array.rb | Ruby |
<|file_sep|>original/packages/graphql-extensions/package.json
"repository": {
"type": "git",
"url": "apollographql/graphql-extensions"
},
"author": "Martijn Walraven <martijn@martijnwalraven.com>",
"license": "MIT",
"engines": {
"node": ">=6.0"
},
"dependencies": {
"@apollographql/apollo-t... | "description": "Add extensions to GraphQL servers",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "apollographql/graphql-extensions"
},
"author": "Martijn Walraven <martijn@martijnwalraven.com>",
"license": "MIT",
"engines": {
"node": ">=6.0"
... | <|file_sep|>original/packages/graphql-extensions/package.json
"repository": {
"type": "git",
"url": "apollographql/graphql-extensions"
},
"author": "Martijn Walraven <martijn@martijnwalraven.com>",
"license": "MIT",
"engines": {
"node": ">=6.0"
},
"dependencies": {
"@apollographql/apollo-t... | 4895786e7ed9cb34bff7ca3ecb3c74e03d28aad4 | packages/graphql-extensions/package.json | packages/graphql-extensions/package.json | JSON |
<|file_sep|>original/util/missing-methods.p6
<|file_sep|>current/util/missing-methods.p6
<|file_sep|>updated/util/missing-methods.p6 | #!/usr/bin/env perl6
#
use v6;
use lib 'lib';
use Perl6::TypeGraph;
=begin pod
=head1 NAME
missing-methods
=head1 SYNOPSIS
$ perl6 util/missing-methods.p6
=head1 DESCRIPTION
A first cut at a program to find methods in a Perl 6 implementation which
have not yet been documented.
| <|file_sep|>original/util/missing-methods.p6
<|file_sep|>current/util/missing-methods.p6
<|file_sep|>updated/util/missing-methods.p6
#!/usr/bin/env perl6
#
use v6;
use lib 'lib';
use Perl6::TypeGraph;
=begin pod
=head1 NAME
missing-methods
=head1 SYNOPSIS
$ perl6 util/missing-methods.p6
=head1 DESCRIPTI... | 453591e3aee6d5f2618e8c60d65b05b15a7f67e8 | util/missing-methods.p6 | util/missing-methods.p6 | Perl6 |
<|file_sep|>original/lib/pwnbox/crypto.rb
# encoding: utf-8
module Pwnbox
# For crypto problem
module Crypto
# http://rosettacode.org/wiki/Modular_inverse#Ruby
def self.extended_gcd(a, b)
last_remainder, remainder = [a, b].map(&:abs)
numbers = [0, 1, 1, 0]
while remainder != 0
last... | # encoding: utf-8
module Pwnbox
# For crypto problem
module Crypto
# http://rosettacode.org/wiki/Modular_inverse#Ruby
def self.extended_gcd(a, b)
last_remainder, remainder = [a, b].map(&:abs)
numbers = [0, 1, 1, 0]
while remainder != 0
last_remainder, (quotient, remainder) =
... | <|file_sep|>original/lib/pwnbox/crypto.rb
# encoding: utf-8
module Pwnbox
# For crypto problem
module Crypto
# http://rosettacode.org/wiki/Modular_inverse#Ruby
def self.extended_gcd(a, b)
last_remainder, remainder = [a, b].map(&:abs)
numbers = [0, 1, 1, 0]
while remainder != 0
last... | c3d33dbee1cfaf02c2c7b0f1bbbefb8940ee577c | lib/pwnbox/crypto.rb | lib/pwnbox/crypto.rb | Ruby |
<|file_sep|>third_party/tvcm/src/tvcm/ui/pie_chart.css.diff
original:
opacity: .3;
updated:
<|file_sep|>original/third_party/tvcm/src/tvcm/ui/pie_chart.css
/* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE fi... | /* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.pie-chart .arc-text {
font-size: 8pt;
}
.pie-chart .label {
font-size: 10pt;
}
.pie-chart polyline {
fill: none;
stroke: black;
} | <|file_sep|>third_party/tvcm/src/tvcm/ui/pie_chart.css.diff
original:
opacity: .3;
updated:
<|file_sep|>original/third_party/tvcm/src/tvcm/ui/pie_chart.css
/* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE fi... | 8268c3f5ab61ec834af531024b96e455efd9c377 | third_party/tvcm/src/tvcm/ui/pie_chart.css | third_party/tvcm/src/tvcm/ui/pie_chart.css | CSS |
<|file_sep|>_tutorials/custom_argument_matchers.md.diff
original:
expect(10).toEqual(multipleOf(5));
expect(7).not.toEqual(multipleOf(3));
updated:
spyOn(Buffer, 'alloc').and.callThrough();
Buffer.alloc(2048);
expect(Buffer.alloc).toHaveBeenCalledWith(multipleOf(1024));
<|file_sep|>_tutorials/custom_argument_matchers... |
After defining your custom asymmetric matcher, you can use it in your tests.
```js
spyOn(Buffer, 'alloc').and.callThrough();
Buffer.alloc(2048);
expect(Buffer.alloc).toHaveBeenCalledWith(multipleOf(1024));
```
Just like Jasmine's built-in asymmetric matchers, your custom asymmetric matcher can be nested
inside an ... | <|file_sep|>_tutorials/custom_argument_matchers.md.diff
original:
expect(10).toEqual(multipleOf(5));
expect(7).not.toEqual(multipleOf(3));
updated:
spyOn(Buffer, 'alloc').and.callThrough();
Buffer.alloc(2048);
expect(Buffer.alloc).toHaveBeenCalledWith(multipleOf(1024));
<|file_sep|>_tutorials/custom_argument_matchers... | a46d08c271531fded625394b97f07f32db0ef1e0 | _tutorials/custom_argument_matchers.md | _tutorials/custom_argument_matchers.md | Markdown |
<|file_sep|>original/Modules/Shared/CancelToken/CancelToken.lua
self.Cancelled:Destroy()
end)
executor(function()
self:_cancel()
end)
return self
end
function CancelToken:ErrorIfCancelled()
if not self.PromiseCancelled:IsPending() then
error("[CancelToken.ErrorIfCancelled] - Cancelled")
end
end
function... | self.Cancelled:Destroy()
end)
executor(function()
self:_cancel()
end)
return self
end
local EMPTY_FUNCTION = function() end
function CancelToken.fromMaid(maid)
local token = CancelToken.new(EMPTY_FUNCTION)
local taskId = maid:GiveTask(function()
token:_cancel()
end)
token.PromiseCancelled:Then(funct... | <|file_sep|>original/Modules/Shared/CancelToken/CancelToken.lua
self.Cancelled:Destroy()
end)
executor(function()
self:_cancel()
end)
return self
end
function CancelToken:ErrorIfCancelled()
if not self.PromiseCancelled:IsPending() then
error("[CancelToken.ErrorIfCancelled] - Cancelled")
end
end
function... | b6e62edd8ed5d7d03101a5ab117b0b35603620b9 | Modules/Shared/CancelToken/CancelToken.lua | Modules/Shared/CancelToken/CancelToken.lua | Lua |
<|file_sep|>original/src/DependencyInjection/Security/Factory/AuthenticatorConnectFactory.php
<?php
/*
* This file is part of the SymfonyConnect package.
*
* (c) Symfony <support@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source ... | * This file is part of the SymfonyConnect package.
*
* (c) Symfony <support@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SymfonyCorp\Connect\DependencyInjection\Security\Factory;
use Symfony\Bundle\Secur... | <|file_sep|>original/src/DependencyInjection/Security/Factory/AuthenticatorConnectFactory.php
<?php
/*
* This file is part of the SymfonyConnect package.
*
* (c) Symfony <support@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source ... | 858861ed58156c42dcc2e0157bf3c5031f2828c2 | src/DependencyInjection/Security/Factory/AuthenticatorConnectFactory.php | src/DependencyInjection/Security/Factory/AuthenticatorConnectFactory.php | PHP |
<|file_sep|>original/source/Unittests/AvailableTranslations.cs
{
[Theory]
[InlineData("Default")]
[InlineData("pirate")]
[InlineData("nb-NO")]
[InlineData("tr-TR")]
[InlineData("de-DE")]
[InlineData("sv-SE")]
[InlineData("es-AR")]
public void C... | {
[Theory]
[InlineData("Default")]
[InlineData("pirate")]
[InlineData("nb-NO")]
[InlineData("tr-TR")]
[InlineData("de-DE")]
[InlineData("sv-SE")]
[InlineData("es-AR")]
public void ContainsLocales(string locale)
{
Assert.Cont... | <|file_sep|>original/source/Unittests/AvailableTranslations.cs
{
[Theory]
[InlineData("Default")]
[InlineData("pirate")]
[InlineData("nb-NO")]
[InlineData("tr-TR")]
[InlineData("de-DE")]
[InlineData("sv-SE")]
[InlineData("es-AR")]
public void C... | b123395ac71ed898ea7a7dfd5bd0698cdb6dbe56 | source/Unittests/AvailableTranslations.cs | source/Unittests/AvailableTranslations.cs | C# |
<|file_sep|>themes/codeforpoland/views/partials/footer.jade.diff
original:
each sponsor in brigade.sponsors.other
updated:
each sponsor in brigade.sponsors
<|file_sep|>original/themes/codeforpoland/views/partials/footer.jade
footer
.container
.row.partners-title
.col-sm-12
h3 Partners
... | footer
.container
.row.partners-title
.col-sm-12
h3 Partners
.row.partners-logos
each sponsor in brigade.sponsors
.col-md-4
if (!(sponsor.main))
a(href=sponsor.link)
img(src=sponsor.image, alt=sponsor.name)
//- .row.show-partners
//- .c... | <|file_sep|>themes/codeforpoland/views/partials/footer.jade.diff
original:
each sponsor in brigade.sponsors.other
updated:
each sponsor in brigade.sponsors
<|file_sep|>original/themes/codeforpoland/views/partials/footer.jade
footer
.container
.row.partners-title
.col-sm-12
h3 Partners
... | 32f011f81591338c9dd6b93f2be4a8eead41281f | themes/codeforpoland/views/partials/footer.jade | themes/codeforpoland/views/partials/footer.jade | Jade |
<|file_sep|>sigh/static/js/sigh.js.diff
original:
updated:
var $input = $("textarea.comment");
<|file_sep|>original/sigh/static/js/sigh.js
$("form.comment").on("submit", function (event) {
event.preventDefault();
var $form = $(this);
var $comments = $(".comment-group");
$.ajax({
type: $for... | event.preventDefault();
var $form = $(this);
var $comments = $(".comment-group");
var $input = $("textarea.comment");
$.ajax({
type: $form.attr("method"),
url: $form.attr("action"),
data: $form.serialize(),
success: function (e, status) {
$comments.prepend("<p>"+e.con... | <|file_sep|>sigh/static/js/sigh.js.diff
original:
updated:
var $input = $("textarea.comment");
<|file_sep|>original/sigh/static/js/sigh.js
$("form.comment").on("submit", function (event) {
event.preventDefault();
var $form = $(this);
var $comments = $(".comment-group");
$.ajax({
type: $for... | 3cf9ce5642d2168c6751eb82924052747ab53799 | sigh/static/js/sigh.js | sigh/static/js/sigh.js | JavaScript |
<|file_sep|>original/.travis.yml
language: ruby
sudo: false
before_install:
- gem install bundler -v '~> 1.13'
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
gemfile:
- gemfiles/rails_4.0.gemfile
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
<|file_sep|>current/.travis.yml
language: ruby
sudo: false
... | language: ruby
sudo: false
before_install:
- gem install bundler -v '~> 1.13'
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
gemfile:
- gemfiles/rails_4.0.gemfile
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
matrix:
exclude:
- rvm: 2.0.0
gemfile: gemfiles/rails_4.2.gemfile | <|file_sep|>original/.travis.yml
language: ruby
sudo: false
before_install:
- gem install bundler -v '~> 1.13'
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
gemfile:
- gemfiles/rails_4.0.gemfile
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
<|file_sep|>current/.travis.yml
language: ruby
sudo: false
... | deff13fb8d2462ac6646dba6d7893af80c2ad1c6 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/main/scala/com/tzavellas/sse/jmx/MBeanRegistrationTracker.scala
super.registerMBean(mbean, name, behavior)
registered += name
}
abstract override def unregisterMBean(name: ObjectName, ignore: Boolean = false) {
super.unregisterMBean(name)
registered -= name
}
/**
* ... | super.registerMBean(mbean, name, behavior)
registered += name
}
abstract override def unregisterMBean(name: ObjectName, ignore: Boolean = false) {
super.unregisterMBean(name)
registered -= name
}
/**
* Unregister all the MBeans that have been registered using this instance.
*
* @see [... | <|file_sep|>original/src/main/scala/com/tzavellas/sse/jmx/MBeanRegistrationTracker.scala
super.registerMBean(mbean, name, behavior)
registered += name
}
abstract override def unregisterMBean(name: ObjectName, ignore: Boolean = false) {
super.unregisterMBean(name)
registered -= name
}
/**
* ... | 61b0d93a8db9e07c81fa4a0c96e6213a6643ac21 | src/main/scala/com/tzavellas/sse/jmx/MBeanRegistrationTracker.scala | src/main/scala/com/tzavellas/sse/jmx/MBeanRegistrationTracker.scala | Scala |
<|file_sep|>original/lib/cfg.js
var fs = require('fs')
, path = require('path')
function read(dir) {
var f = path.resolve(dir, '.node-dev.json')
return fs.existsSync(f) ? JSON.parse(fs.readFileSync(f)) : {}
}
var c = read('.')
c.__proto__ = read(process.env.HOME)
module.exports = {
vm : c.vm !== fals... | var fs = require('fs')
, path = require('path')
function read(dir) {
var f = path.resolve(dir, '.node-dev.json')
return fs.existsSync(f) ? JSON.parse(fs.readFileSync(f)) : {}
}
var c = read('.')
c.__proto__ = read(process.env.HOME || process.env.USERPROFILE)
module.exports = {
vm : c.vm !== false,
... | <|file_sep|>original/lib/cfg.js
var fs = require('fs')
, path = require('path')
function read(dir) {
var f = path.resolve(dir, '.node-dev.json')
return fs.existsSync(f) ? JSON.parse(fs.readFileSync(f)) : {}
}
var c = read('.')
c.__proto__ = read(process.env.HOME)
module.exports = {
vm : c.vm !== fals... | 982a908bae99c14a72fd28ed2d3e5dc25106f707 | lib/cfg.js | lib/cfg.js | JavaScript |
<|file_sep|>original/webpack.config.js
pathinfo: false
},
module: {
loaders: [
{
test: /\.(png|jpg|gif|svg)$/,
loader: 'url?limit=8192&name=asset/[name].[ext]'
}, {
test: /\.less$/,
loader: ExtractText.extract(
'css!autoprefixer?browsers=last 5 version' ... | pathinfo: false
},
module: {
loaders: [
{
test: /\.(png|jpg|gif|svg)$/,
loader: 'url?limit=8192&name=asset/[name].[ext]'
}, {
test: /\.less$/,
loader: ExtractText.extract(
'css!autoprefixer?browsers=Android >= 4 iOS >= 7' +
'!less?config=lessLo... | <|file_sep|>original/webpack.config.js
pathinfo: false
},
module: {
loaders: [
{
test: /\.(png|jpg|gif|svg)$/,
loader: 'url?limit=8192&name=asset/[name].[ext]'
}, {
test: /\.less$/,
loader: ExtractText.extract(
'css!autoprefixer?browsers=last 5 version' ... | 2b22dd2fe481e0d839251ef191475fd47fc85196 | webpack.config.js | webpack.config.js | JavaScript |
<|file_sep|>spec/integration/run_sim_spec.rb.diff
original:
hash = nil
Retriable.retriable({:tries => Resources.shared.launch_retries}) do
hash = RunLoop.run(options)
updated:
Resources.shared.launch_sim_with_options(options) do |hash|
expect(hash).not_to be nil
<|file_sep|>spec/integr... | Resources.shared.with_developer_dir(developer_dir) do
sim_control = RunLoop::SimControl.new
sim_control.reset_sim_content_and_settings
options =
{
:app => Resources.shared.cal_app_bundle_path,
:... | <|file_sep|>spec/integration/run_sim_spec.rb.diff
original:
hash = nil
Retriable.retriable({:tries => Resources.shared.launch_retries}) do
hash = RunLoop.run(options)
updated:
Resources.shared.launch_sim_with_options(options) do |hash|
expect(hash).not_to be nil
<|file_sep|>spec/integr... | 5349ca15a716855feb44409f75f63a350b45e7a9 | spec/integration/run_sim_spec.rb | spec/integration/run_sim_spec.rb | Ruby |
<|file_sep|>test/bin/_head.sh.diff
original:
updated:
local RET_CODE=0
<|file_sep|>test/bin/_head.sh.diff
original:
echo "[FAILED] $1, try to re-run to show error in debug mode"
updated:
echo "[FAILED] $1 -> try to re-run to show error in debug mode"
<|file_sep|>original/test/bin/_head.sh
done
... | fi
done
}
eval_or_exit() {
eval "$1"
local RET_CODE=$?
if [[ ${RET_CODE} != 0 ]] && [[ $1 == "npm run test" ]]; then
echo "[FAILED] $1 -> try to re-run to show error in debug mode"
#Run DEBUG_TEST_CMD command to show error in log
local DEBUG_TEST_CMD="`which istanbul... | <|file_sep|>test/bin/_head.sh.diff
original:
updated:
local RET_CODE=0
<|file_sep|>test/bin/_head.sh.diff
original:
echo "[FAILED] $1, try to re-run to show error in debug mode"
updated:
echo "[FAILED] $1 -> try to re-run to show error in debug mode"
<|file_sep|>original/test/bin/_head.sh
done
... | d7baf250d55d58f091c73176d2c655f64f32f74c | test/bin/_head.sh | test/bin/_head.sh | Shell |
<|file_sep|>original/gui/NoteBrowser.qml
}
}
}
ListView {
id: list
anchors.fill: parent
model: delegate
currentIndex: 1
highlightFollowsCurrentItem: true
currentIndex: mSelectedIndex
MouseArea {
id: focusarea
anc... | }
}
}
ListView {
id: list
anchors.fill: parent
model: delegate
currentIndex: 1
highlightFollowsCurrentItem: true
currentIndex: mSelectedIndex
Component.onCompleted: {
modelSelectionDepthChanged(mSelectedDepth)
mo... | <|file_sep|>original/gui/NoteBrowser.qml
}
}
}
ListView {
id: list
anchors.fill: parent
model: delegate
currentIndex: 1
highlightFollowsCurrentItem: true
currentIndex: mSelectedIndex
MouseArea {
id: focusarea
anc... | 74187f19a29c8530164303e2496374ac2df90136 | gui/NoteBrowser.qml | gui/NoteBrowser.qml | QML |
<|file_sep|>original/composer.json
{
"name": "togos/tpfetcher",
"description": "Fetch blobs by hash-based URN.",
"license": "MIT",
"require": {
"togos/base32": "~1.0.0"
}
}
<|file_sep|>current/composer.json
{
"name": "togos/tpfetcher",
"description": "Fetch blobs by hash-based URN.",
"license": "MIT",
"requi... | {
"name": "togos/tpfetcher",
"description": "Fetch blobs by hash-based URN.",
"license": "MIT",
"require": {
"togos/base32": "~1.0.0"
},
"bin": [
"bin/fetch"
]
} | <|file_sep|>original/composer.json
{
"name": "togos/tpfetcher",
"description": "Fetch blobs by hash-based URN.",
"license": "MIT",
"require": {
"togos/base32": "~1.0.0"
}
}
<|file_sep|>current/composer.json
{
"name": "togos/tpfetcher",
"description": "Fetch blobs by hash-based URN.",
"license": "MIT",
"requi... | 62f1034cf77b025b2e34c69eea8446549eee768c | composer.json | composer.json | JSON |
<|file_sep|>original/src/bem/blocks/sv-select-base.scss
}
.sv-select-base__column {
display: inline-block;
width: 19%;
vertical-align: top;
}
.sv-select-base__label {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sv-select-base__control {
margin: 0;
ver... | .sv-select-base__column {
display: inline-block;
width: 19%;
vertical-align: top;
}
.sv-select-base__label {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0.28em;
}
.sv-select-base__control {
margin: 0;
vertical-align: middle;
}
.sv-select-base__... | <|file_sep|>original/src/bem/blocks/sv-select-base.scss
}
.sv-select-base__column {
display: inline-block;
width: 19%;
vertical-align: top;
}
.sv-select-base__label {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sv-select-base__control {
margin: 0;
ver... | bfdfe60a757a5fc813384d5828dddf42f7b22bf9 | src/bem/blocks/sv-select-base.scss | src/bem/blocks/sv-select-base.scss | SCSS |
<|file_sep|>original/roles/openbsd/handlers/main.yml
---
- name: netstart
command: sh /etc/netstart
- name: dhcpd
command: /etc/rc.d/dhcpd restart
- name: ntpd
command: /etc/rc.d/ntpd restart
- name: named
command: /etc/rc.d/named restart
- name: pf
command: pfctl -f /etc/pf.conf
<|file_sep|>current/roles/ope... | ---
- name: netstart
command: sh /etc/netstart
- name: dhcpd
command: /etc/rc.d/dhcpd restart
- name: ntpd
command: /etc/rc.d/ntpd restart
- name: named
command: rndc reload
- name: pf
command: pfctl -f /etc/pf.conf | <|file_sep|>original/roles/openbsd/handlers/main.yml
---
- name: netstart
command: sh /etc/netstart
- name: dhcpd
command: /etc/rc.d/dhcpd restart
- name: ntpd
command: /etc/rc.d/ntpd restart
- name: named
command: /etc/rc.d/named restart
- name: pf
command: pfctl -f /etc/pf.conf
<|file_sep|>current/roles/ope... | 05d80f1fe30af694904f5c473ac2a214652f567d | roles/openbsd/handlers/main.yml | roles/openbsd/handlers/main.yml | YAML |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2.5.0"
- "4.1"
before_install: "sudo apt-get update && sudo apt-get install -y pngcrush && npm install -g npm && npm cache clean"
script: "npm run-script travis"
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- ... | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "7"
before_install: "sudo apt-get update && sudo apt-get install -y pngcrush && npm install -g npm && npm cache clean"
script: "npm run-script travis" | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2.5.0"
- "4.1"
before_install: "sudo apt-get update && sudo apt-get install -y pngcrush && npm install -g npm && npm cache clean"
script: "npm run-script travis"
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- ... | d80c7848f4c740aef47fab166ff843b78583e0ec | .travis.yml | .travis.yml | YAML |
<|file_sep|>.circleci/config.yml.diff
original:
updated:
workflows:
version: 2
merge-to-master:
jobs:
- tester
- update_tag:
requires:
- tester
filters:
branches:
only: /master/
<|file_sep|>.circleci/config.yml.diff
original:
build:
update... | - 35:45:41:ba:cf:3f:7f:d5:00:0f:11:6b:4d:c0:a1:90
- checkout
- run: curl -s https://api.github.com/repos/pantheon-systems/autotag/releases/latest | grep browser_download | grep Linux | cut -d '"' -f 4 | xargs curl -o ./autotag -L && chmod 755 ./autotag
- run: ./autotag
- run: git pus... | <|file_sep|>.circleci/config.yml.diff
original:
updated:
workflows:
version: 2
merge-to-master:
jobs:
- tester
- update_tag:
requires:
- tester
filters:
branches:
only: /master/
<|file_sep|>.circleci/config.yml.diff
original:
build:
update... | 16d4f74c7272ac244d52c89e99cdb845b4866780 | .circleci/config.yml | .circleci/config.yml | YAML |
<|file_sep|>original/docs/workflow-diagram/README.md
# How to update workflow diagram
Workflow diagram is contained in [workflow.mmd](workflow.mmd). Its definition is written in [Mermaid](https://github.com/mermaid-js/mermaid).
## Regenerate PNG in command line
In order to regenerate the workflow diagram from source... | # How to update workflow diagram
Workflow diagram is contained in [workflow.mmd](workflow.mmd). Its definition is written in [Mermaid](https://github.com/mermaid-js/mermaid).
## Regenerate PNG in command line
In order to regenerate the workflow diagram from source, use the commands:
```bash
# Install Mermaid CLI
np... | <|file_sep|>original/docs/workflow-diagram/README.md
# How to update workflow diagram
Workflow diagram is contained in [workflow.mmd](workflow.mmd). Its definition is written in [Mermaid](https://github.com/mermaid-js/mermaid).
## Regenerate PNG in command line
In order to regenerate the workflow diagram from source... | c22925636f359725de060d09a062c638cc9926a5 | docs/workflow-diagram/README.md | docs/workflow-diagram/README.md | Markdown |
<|file_sep|>original/TYPO3/Extbase/Domain/Utility/EntityUtility.php
* @copyright (c) 2015, Steve Lenz
*/
class EntityUtility
{
/**
* @param mixed $value
* @param string $fullQualifiedClassName - e.g. \\My\\App\\Entity
* @return mixed
*/
public static function getEntityByValueAdnClass($val... | * @copyright (c) 2015, Steve Lenz
*/
class EntityUtility
{
/**
* @param mixed $value
* @param string $fullQualifiedClassName - e.g. \\My\\App\\Entity
* @return mixed
*/
public static function getEntityByValueAndClass($value, $fullQualifiedClassName)
{
if (is_a($value, $fullQua... | <|file_sep|>original/TYPO3/Extbase/Domain/Utility/EntityUtility.php
* @copyright (c) 2015, Steve Lenz
*/
class EntityUtility
{
/**
* @param mixed $value
* @param string $fullQualifiedClassName - e.g. \\My\\App\\Entity
* @return mixed
*/
public static function getEntityByValueAdnClass($val... | 5a2717fc016359f2a43b88df93938b67a7cde3be | TYPO3/Extbase/Domain/Utility/EntityUtility.php | TYPO3/Extbase/Domain/Utility/EntityUtility.php | PHP |
<|file_sep|>original/Classes/Core/KWMatching.h
+ (NSArray *)matcherStrings;
#pragma mark - Getting Matcher Compatability
+ (BOOL)canMatchSubject:(id)anObject;
#pragma mark - Matching
@optional
@property (nonatomic, readonly) BOOL isNilMatcher;
- (BOOL)shouldBeEvaluatedAtEndOfExample;
- (BOOL)willEvaluateMultipleT... | + (NSArray *)matcherStrings;
#pragma mark - Getting Matcher Compatability
+ (BOOL)canMatchSubject:(id)anObject;
#pragma mark - Matching
@optional
- (BOOL)isNilMatcher;
- (BOOL)shouldBeEvaluatedAtEndOfExample;
- (BOOL)willEvaluateMultipleTimes;
- (void)setWillEvaluateMultipleTimes:(BOOL)shouldEvaluateMultipleTimes;... | <|file_sep|>original/Classes/Core/KWMatching.h
+ (NSArray *)matcherStrings;
#pragma mark - Getting Matcher Compatability
+ (BOOL)canMatchSubject:(id)anObject;
#pragma mark - Matching
@optional
@property (nonatomic, readonly) BOOL isNilMatcher;
- (BOOL)shouldBeEvaluatedAtEndOfExample;
- (BOOL)willEvaluateMultipleT... | a15f0d5910d660ab8cd5c9d98316115c88e16713 | Classes/Core/KWMatching.h | Classes/Core/KWMatching.h | C |
<|file_sep|>original/.travis.yml
before_install:
- "chmod +x ./travis.sh"
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
cache:
directories:
- $HOME/.m2/repository
- $HOME/.sonar/cache
- $HOME/jvm
- $HOME/maven
env:
- TARGET=BUILD JDK='OpenJDK 10'
install: . ./install-jdk.... | before_install:
- "chmod +x ./travis.sh"
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
cache:
directories:
- $HOME/.m2/repository
- $HOME/.sonar/cache
- $HOME/jvm
- $HOME/maven
env:
- TARGET=BUILD JDK='OpenJDK 10'
install: . ./install-jdk.sh -F 10 -W ${HOME}/jvm
branches:... | <|file_sep|>original/.travis.yml
before_install:
- "chmod +x ./travis.sh"
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
cache:
directories:
- $HOME/.m2/repository
- $HOME/.sonar/cache
- $HOME/jvm
- $HOME/maven
env:
- TARGET=BUILD JDK='OpenJDK 10'
install: . ./install-jdk.... | 0f9a378d484920ce25c6137422eb336c994dbba0 | .travis.yml | .travis.yml | YAML |
<|file_sep|>src/main/java/com/cloudmine/api/rest/response/PaymentResponse.java.diff
original:
updated:
import com.cloudmine.api.CMCreditCard;
<|file_sep|>src/main/java/com/cloudmine/api/rest/response/PaymentResponse.java.diff
original:
updated:
import java.util.ArrayList;
import java.util.Collection;
import java.uti... | }
public PaymentResponse(String messageBody, int statusCode) {
super(messageBody, statusCode);
}
@Override
public PaymentCode getResponseCode() {
return PaymentCode.codeForStatus(getStatusCode());
}
public List<CMCreditCard> getCreditCards() {
if(creditCards == nul... | <|file_sep|>src/main/java/com/cloudmine/api/rest/response/PaymentResponse.java.diff
original:
updated:
import com.cloudmine.api.CMCreditCard;
<|file_sep|>src/main/java/com/cloudmine/api/rest/response/PaymentResponse.java.diff
original:
updated:
import java.util.ArrayList;
import java.util.Collection;
import java.uti... | ab77b5326ff5d0b49f53e718d8fd6380467665f5 | src/main/java/com/cloudmine/api/rest/response/PaymentResponse.java | src/main/java/com/cloudmine/api/rest/response/PaymentResponse.java | Java |
<|file_sep|>original/now.json
<|file_sep|>current/now.json
<|file_sep|>updated/now.json | {
"version": 1,
"name": "300UI.Design",
"builds": [
{ "src": "app.js", "use": "@now/node" }
],
"routes": [
{ "src": "/(.*)", "dest": "index.js" }
]
} | <|file_sep|>original/now.json
<|file_sep|>current/now.json
<|file_sep|>updated/now.json
{
"version": 1,
"name": "300UI.Design",
"builds": [
{ "src": "app.js", "use": "@now/node" }
],
"routes": [
{ "src": "/(.*)", "dest": "index.js" }
]
} | 1a61a8138fa3672ce9e7a678b4931199a43c5542 | now.json | now.json | JSON |
<|file_sep|>original/source/index.html.erb
<h1>Projects</h1>
<h4>P</h4>
</div>
<div class="hover-tile hover-tile-hidden">
<div>
<p>Code repositories.</p>
</div>
</div>
<% end %>
<% link_to '/jots.html', class: 'hover-tile-container' do %>
<div class="hover-tile hover-tile-visible neato-he... | <div class="hover-tile hover-tile-visible neato-header">
<h1>Jots</h1>
<h4>J</h4>
</div>
<div class="hover-tile hover-tile-hidden">
<div>
<p>Micro-blogging.</p>
</div>
</div>
<% end %>
<% link_to '/essays.html', class: 'hover-tile-container' do %>
<div class="hover-tile hover-tile-visib... | <|file_sep|>original/source/index.html.erb
<h1>Projects</h1>
<h4>P</h4>
</div>
<div class="hover-tile hover-tile-hidden">
<div>
<p>Code repositories.</p>
</div>
</div>
<% end %>
<% link_to '/jots.html', class: 'hover-tile-container' do %>
<div class="hover-tile hover-tile-visible neato-he... | 0d48c24c748093909bb8266f3411ac7b480be2a5 | source/index.html.erb | source/index.html.erb | HTML+ERB |
<|file_sep|>.github/workflows/ccpp.yml.diff
original:
runs-on: ubuntu-latest
updated:
runs-on: ubuntu-latest
<|file_sep|>original/.github/workflows/ccpp.yml
on: [push]
jobs:
build-on-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create build directory
... | env:
CXX: /usr/bin/gcc
CC: /usr/bin/gcc
run: cmake ..
- name: Build
working-directory: build
run: make
- name: Test
working-directory: build
run: make test
build-on-clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name:... | <|file_sep|>.github/workflows/ccpp.yml.diff
original:
runs-on: ubuntu-latest
updated:
runs-on: ubuntu-latest
<|file_sep|>original/.github/workflows/ccpp.yml
on: [push]
jobs:
build-on-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create build directory
... | 9f7b5b16e02c76471a76be0b3d843f166f83725e | .github/workflows/ccpp.yml | .github/workflows/ccpp.yml | YAML |
<|file_sep|>original/data/transition-sites/voa.yml
---
site: voa
whitehall_slug: valuation-office-agency
homepage: https://www.gov.uk/government/organisations/valuation-office-agency
tna_timestamp: 20140711154517
host: www.voa.gov.uk
homepage_furl: www.gov.uk/voa
aliases:
- voa.gov.uk
<|file_sep|>current/data/transitio... | ---
site: voa
whitehall_slug: valuation-office-agency
homepage: https://www.gov.uk/government/organisations/valuation-office-agency
tna_timestamp: 20140711154517
host: www.voa.gov.uk
homepage_furl: www.gov.uk/voa
aliases:
- voa.gov.uk
- app.voa.gov.uk
- cti.voa.gov.uk
- manuals.voa.gov.uk
- www.manuals.voa.gov.uk | <|file_sep|>original/data/transition-sites/voa.yml
---
site: voa
whitehall_slug: valuation-office-agency
homepage: https://www.gov.uk/government/organisations/valuation-office-agency
tna_timestamp: 20140711154517
host: www.voa.gov.uk
homepage_furl: www.gov.uk/voa
aliases:
- voa.gov.uk
<|file_sep|>current/data/transitio... | 46c30b22a3500b1c84210c6a99626e7742b5d213 | data/transition-sites/voa.yml | data/transition-sites/voa.yml | YAML |
<|file_sep|>original/README.md
# quitnow-website
Here's the lovely QuitNow! public website! Do you want to see it in the real world? Click this! [quitnowapp.com](http://quitnowapp.com)
### Build CSS
This project use Less preprocessor, you need [Node.js](https://nodejs.org) for install dependencies with `npm install... | # quitnow-website
Here's the lovely QuitNow! public website! Do you want to see it in the real world? Click this! [quitnow.app](http://quitnow.app)
### Build CSS
This project use Less preprocessor, you need [Node.js](https://nodejs.org) for install dependencies with `npm install` and then run `npm run less` for par... | <|file_sep|>original/README.md
# quitnow-website
Here's the lovely QuitNow! public website! Do you want to see it in the real world? Click this! [quitnowapp.com](http://quitnowapp.com)
### Build CSS
This project use Less preprocessor, you need [Node.js](https://nodejs.org) for install dependencies with `npm install... | 3accf1b301ed4aaf0130fa5904a2786f4f199672 | README.md | README.md | Markdown |
<|file_sep|>original/spec/system/user/profile_spec.rb
end
it 'checks ticket create' do
visit "#user/profile/#{customer.id}"
within(:active_content) do
page.find('.profile .js-action').click
page.find('.profile li[data-type=edit]').click
fill_in 'maxtest', with: 'hellu'
... | end
it 'checks ticket create' do
visit "#user/profile/#{customer.id}"
within(:active_content) do
page.find('.profile .js-action').click
page.find('.profile li[data-type=edit]').click
fill_in 'maxtest', with: 'hellu'
expect(page.find_field('maxtest').value).to eq('hel... | <|file_sep|>original/spec/system/user/profile_spec.rb
end
it 'checks ticket create' do
visit "#user/profile/#{customer.id}"
within(:active_content) do
page.find('.profile .js-action').click
page.find('.profile li[data-type=edit]').click
fill_in 'maxtest', with: 'hellu'
... | 6da7f50f9b094e49e7a0433b0b331400cf979536 | spec/system/user/profile_spec.rb | spec/system/user/profile_spec.rb | Ruby |
<|file_sep|>original/launcher/src/main/assembly/files/conf/logback.xml
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
... | ~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific lang... | <|file_sep|>original/launcher/src/main/assembly/files/conf/logback.xml
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
... | fe93fc9a2257da7ca6aa419cf996483f8a117973 | launcher/src/main/assembly/files/conf/logback.xml | launcher/src/main/assembly/files/conf/logback.xml | XML |
<|file_sep|>original/README.md
# Lox
Implementation of the lox language from Robert Nystrom's 'Crafting Interpreters' for .Net Core
<|file_sep|>current/README.md
# Lox
Implementation of the lox language from Robert Nystrom's 'Crafting Interpreters' for .Net Core
<|file_sep|>updated/README.md | # Lox
Implementation of the lox language from [Robert Nystrom's 'Crafting Interpreters'](http://www.craftinginterpreters.com/) for .Net Core | <|file_sep|>original/README.md
# Lox
Implementation of the lox language from Robert Nystrom's 'Crafting Interpreters' for .Net Core
<|file_sep|>current/README.md
# Lox
Implementation of the lox language from Robert Nystrom's 'Crafting Interpreters' for .Net Core
<|file_sep|>updated/README.md
# Lox
Implementation of the... | f1713d0bcd609bbc88161602497f7a29b9addde2 | README.md | README.md | Markdown |
<|file_sep|>original/fakepackage/inst/tests/test-fakepackage.r
context("fake")
# We want to make sure these installed.
library(lubridate)
library(stringr)
test_that("returns 3", {
expect_equal(3, three())
})
test_that("is_three recognizes 3", {
expect_that(is_three(3), is_true())
expect_that(is_three(5), not(i... | context("fake")
test_that("returns 3", {
expect_equal(3, three())
})
test_that("is_three recognizes 3", {
expect_that(is_three(3), is_true())
expect_that(is_three(5), not(is_true()))
expect_that(is_three(5), is_false())
}) | <|file_sep|>original/fakepackage/inst/tests/test-fakepackage.r
context("fake")
# We want to make sure these installed.
library(lubridate)
library(stringr)
test_that("returns 3", {
expect_equal(3, three())
})
test_that("is_three recognizes 3", {
expect_that(is_three(3), is_true())
expect_that(is_three(5), not(i... | fef20337ad7ecf15b73eebc087e249e5848ae268 | fakepackage/inst/tests/test-fakepackage.r | fakepackage/inst/tests/test-fakepackage.r | R |
<|file_sep|>tox.ini.diff
original:
codecov -c -F unit
updated:
codecov --flags unit
coverage erase
<|file_sep|>original/tox.ini
flake8 jenkins_job_linter tests integration_tests
isort --diff --recursive --check jenkins_job_linter tests integration_tests
pydocstyle jenkins_job_linter
[testenv:my... | isort --diff --recursive --check jenkins_job_linter tests integration_tests
pydocstyle jenkins_job_linter
[testenv:mypy]
deps=
git+https://github.com/python/mypy.git#egg=mypy
commands=
mypy --ignore-missing-imports --strict jenkins_job_linter
[testenv:codecov]
# Upload coverage report to codecov.io; o... | <|file_sep|>tox.ini.diff
original:
codecov -c -F unit
updated:
codecov --flags unit
coverage erase
<|file_sep|>original/tox.ini
flake8 jenkins_job_linter tests integration_tests
isort --diff --recursive --check jenkins_job_linter tests integration_tests
pydocstyle jenkins_job_linter
[testenv:my... | a86659db610a23036b7faa95fdf0e4604ea22e57 | tox.ini | tox.ini | INI |
<|file_sep|>original/test/tools/gold/X86/relax-relocs.ll
; RUN: llvm-as %s -o %t.o
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=save-temps \
; RUN: -shared %t.o -o %t.so
; RUN: llvm-readobj -r %t.so.o | FileCheck %s
; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX
; ... | ; RUN: llvm-as %s -o %t.o
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=save-temps \
; RUN: -shared %t.o -o %t.so
; RUN: llvm-readobj -r %t.so.o | FileCheck %s
; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX
; CHECK: R_X86_64_GOTPCREL foo
target triple = "x86_64-unk... | <|file_sep|>original/test/tools/gold/X86/relax-relocs.ll
; RUN: llvm-as %s -o %t.o
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=save-temps \
; RUN: -shared %t.o -o %t.so
; RUN: llvm-readobj -r %t.so.o | FileCheck %s
; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX
; ... | 7ca89ec4a83b3f76d8bca2f940f515f1c2a9661e | test/tools/gold/X86/relax-relocs.ll | test/tools/gold/X86/relax-relocs.ll | LLVM |
<|file_sep|>original/setup.py
author='The Molecular Sciences Software Institute',
author_email='bpp4@vt.edu',
url="https://github.com/MolSSI/basis_set_exchange",
license='BSD-3C',
packages=setuptools.find_packages(),
install_requires=[
'jsonschema',
],... | author='The Molecular Sciences Software Institute',
author_email='bpp4@vt.edu',
url="https://github.com/MolSSI/basis_set_exchange",
license='BSD-3C',
packages=setuptools.find_packages(),
install_requires=[
'jsonschema',
],
extras_require={
... | <|file_sep|>original/setup.py
author='The Molecular Sciences Software Institute',
author_email='bpp4@vt.edu',
url="https://github.com/MolSSI/basis_set_exchange",
license='BSD-3C',
packages=setuptools.find_packages(),
install_requires=[
'jsonschema',
],... | 5089c8a348f44a4741ab94be78f81ce0fbf34c65 | setup.py | setup.py | Python |
<|file_sep|>roles/desktop/tasks/grub.yml.diff
original:
updated:
# Suport 2-finger scroll on thinkpads;
# https://askubuntu.com/a/971893
<|file_sep|>roles/desktop/tasks/grub.yml.diff
original:
updated:
line: 'GRUB_CMDLINE_LINUX_DEFAULT="psmouse.synaptics_intertouch=0"'
<|file_sep|>original/roles/desktop/tasks/gru... |
- name: grub - set timeout
lineinfile:
path: /etc/default/grub
regexp: '^#?GRUB_TIMEOUT\s*='
line: 'GRUB_TIMEOUT=3'
become: true
# Suport 2-finger scroll on thinkpads;
# https://askubuntu.com/a/971893
- name: grub - disable splash screen
lineinfile:
path: /etc/default/grub
line: 'GRUB_CMDLIN... | <|file_sep|>roles/desktop/tasks/grub.yml.diff
original:
updated:
# Suport 2-finger scroll on thinkpads;
# https://askubuntu.com/a/971893
<|file_sep|>roles/desktop/tasks/grub.yml.diff
original:
updated:
line: 'GRUB_CMDLINE_LINUX_DEFAULT="psmouse.synaptics_intertouch=0"'
<|file_sep|>original/roles/desktop/tasks/gru... | 6834c0ae00128e76eac8650f037f914ceba90836 | roles/desktop/tasks/grub.yml | roles/desktop/tasks/grub.yml | YAML |
<|file_sep|>original/package.json
{
"name": "query",
"version": "1.0.0",
"description": "Helper function for querySelectorAll returning all elements in the DOM that matches a specified CSS selector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository"... | {
"name": "query",
"version": "1.0.1",
"description": "Helper function for querySelectorAll returning all elements in the DOM that matches a specified CSS selector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ... | <|file_sep|>original/package.json
{
"name": "query",
"version": "1.0.0",
"description": "Helper function for querySelectorAll returning all elements in the DOM that matches a specified CSS selector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository"... | 871e14fca44a9ba018593b2d71e19ed3ca31bea3 | package.json | package.json | JSON |
<|file_sep|>original/README.md
WIP
<|file_sep|>current/README.md
WIP
<|file_sep|>updated/README.md | # PHP-GPIO 
A simple library to read/write Raspberry PI Gpio pins. | <|file_sep|>original/README.md
WIP
<|file_sep|>current/README.md
WIP
<|file_sep|>updated/README.md
# PHP-GPIO 
A simple library to read/write Raspberry PI Gpio pins. | 8bbafb44f1723c364b4bb128830436f658f0073c | README.md | README.md | Markdown |
<|file_sep|>pom.xml.diff
original:
<version>2.0-alpha-3</version>
updated:
<version>2.0-beta-1-SNAPSHOT</version>
<|file_sep|>pom.xml.diff
original:
<version>2.0-alpha-4-SNAPSHOT</version>
updated:
<version>2.0-beta-1-SNAPSHOT</version>
<|file_sep|>pom.xml.diff
original:
<version>2.0-alpha-3</version>... | <name>Maven Eclipse Plugin</name>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager<... | <|file_sep|>pom.xml.diff
original:
<version>2.0-alpha-3</version>
updated:
<version>2.0-beta-1-SNAPSHOT</version>
<|file_sep|>pom.xml.diff
original:
<version>2.0-alpha-4-SNAPSHOT</version>
updated:
<version>2.0-beta-1-SNAPSHOT</version>
<|file_sep|>pom.xml.diff
original:
<version>2.0-alpha-3</version>... | e7342695b209544e9e4972be2c02c25ac71fee10 | pom.xml | pom.xml | XML |
<|file_sep|>original/tests/app/main/test_placeholder_form.py
<|file_sep|>current/tests/app/main/test_placeholder_form.py
<|file_sep|>updated/tests/app/main/test_placeholder_form.py | from app.main.forms import get_placeholder_form_instance
from wtforms import Label
def test_form_class_not_mutated(app_):
with app_.test_request_context(
method='POST',
data={'placeholder_value': ''}
) as req:
form1 = get_placeholder_form_instance('name', {}, optional_placeholder=Fals... | <|file_sep|>original/tests/app/main/test_placeholder_form.py
<|file_sep|>current/tests/app/main/test_placeholder_form.py
<|file_sep|>updated/tests/app/main/test_placeholder_form.py
from app.main.forms import get_placeholder_form_instance
from wtforms import Label
def test_form_class_not_mutated(app_):
with app... | 1d76b22bc0090580e4ccbfb43e2f5d88d86f2bc7 | tests/app/main/test_placeholder_form.py | tests/app/main/test_placeholder_form.py | Python |
<|file_sep|>original/rst2pdf/tests/input/test_inline_colors.txt
.. role:: red
.. role:: white_on_red
This is :red:`red text` and this is :white_on_red:`white on red`
If the background color fails, that´s a reportlab limitation. It works on 2.3.
<|file_sep|>current/rst2pdf/tests/input/test_inline_colors.txt
.. role::... | .. role:: red
.. role:: white_on_red
This is :red:`red text` and this is :white_on_red:`white on red`
If the background color fails, that´s a reportlab limitation. It works with wordaxe (may require RL 2.3). | <|file_sep|>original/rst2pdf/tests/input/test_inline_colors.txt
.. role:: red
.. role:: white_on_red
This is :red:`red text` and this is :white_on_red:`white on red`
If the background color fails, that´s a reportlab limitation. It works on 2.3.
<|file_sep|>current/rst2pdf/tests/input/test_inline_colors.txt
.. role::... | fb4599f7c0d2a0531478e9fd2803ccb98400f3f3 | rst2pdf/tests/input/test_inline_colors.txt | rst2pdf/tests/input/test_inline_colors.txt | Text |
<|file_sep|>original/.github/workflows/build.yml
name: build
on: [push]
jobs:
build:
runs-on: windows-latest
env:
COMPILER: MSVC
steps:
- uses: actions/checkout@v2
- run: ./scripts/install/windows.sh
<|file_sep|>current/.github/workflows/build.yml
name: build
on: [push]
jobs:
build:
... | name: build
on: [push]
jobs:
build:
runs-on: windows-latest
env:
COMPILER: MSVC
steps:
- uses: actions/checkout@v2
- run: ./.github/workflows/scripts/install/windows.sh | <|file_sep|>original/.github/workflows/build.yml
name: build
on: [push]
jobs:
build:
runs-on: windows-latest
env:
COMPILER: MSVC
steps:
- uses: actions/checkout@v2
- run: ./scripts/install/windows.sh
<|file_sep|>current/.github/workflows/build.yml
name: build
on: [push]
jobs:
build:
... | 3829369dcb7213378bdcb60612a0acff0cb45e89 | .github/workflows/build.yml | .github/workflows/build.yml | YAML |
<|file_sep|>test/koans/map_sets_koans_test.exs.diff
original:
updated:
{:multiple, [true, false]},
3,
<|file_sep|>test/koans/map_sets_koans_test.exs.diff
original:
{:multiple, [true, false]},
updated:
<|file_sep|>original/test/koans/map_sets_koans_test.exs
defmodule MapSetsTest do
use ExUnit.Case
... | defmodule MapSetsTest do
use ExUnit.Case
import TestHarness
test "MapSets" do
answers = [
{:multiple, [true, false]},
3,
true,
true,
false,
5,
false,
true,
7,
[1, 2, 3, 4, 5],
]
test_all(MapSets, answers)
end
end | <|file_sep|>test/koans/map_sets_koans_test.exs.diff
original:
updated:
{:multiple, [true, false]},
3,
<|file_sep|>test/koans/map_sets_koans_test.exs.diff
original:
{:multiple, [true, false]},
updated:
<|file_sep|>original/test/koans/map_sets_koans_test.exs
defmodule MapSetsTest do
use ExUnit.Case
... | 925f6ba2f764c1579adb86da5da7eb20486c4c30 | test/koans/map_sets_koans_test.exs | test/koans/map_sets_koans_test.exs | Elixir |
<|file_sep|>original/pokedex/data/csv/languages.csv
id,iso639,iso3166,name
1,ja,jp,Japanese
2,ja,jp,Official Roomaji
3,ko,kr,Korean
4,zh,cn,Chinese
5,fr,fr,French
6,de,de,German
7,es,es,Spanish
8,it,it,Italian
<|file_sep|>current/pokedex/data/csv/languages.csv
id,iso639,iso3166,name
1,ja,jp,Japanese
2,ja,jp,Official Ro... | id,iso639,iso3166,name,identifier,official,order
1,ja,jp,Japanese,ja,1,1
2,ja,jp,Official Roomaji,roomaji,1,2
3,ko,kr,Korean,ko,1,
4,zh,cn,Chinese,zh,1,
5,fr,fr,French,fr,1,
6,de,de,German,de,1,
7,es,es,Spanish,es,1,
8,it,it,Italian,it,1,
9,en,us,English,en,1,0 | <|file_sep|>original/pokedex/data/csv/languages.csv
id,iso639,iso3166,name
1,ja,jp,Japanese
2,ja,jp,Official Roomaji
3,ko,kr,Korean
4,zh,cn,Chinese
5,fr,fr,French
6,de,de,German
7,es,es,Spanish
8,it,it,Italian
<|file_sep|>current/pokedex/data/csv/languages.csv
id,iso639,iso3166,name
1,ja,jp,Japanese
2,ja,jp,Official Ro... | 1a43df032a998f6c90365148df4dcdd5307ecb01 | pokedex/data/csv/languages.csv | pokedex/data/csv/languages.csv | CSV |
<|file_sep|>packer/scripts/learning_cleanup.sh.diff
original:
updated:
# Get the lastest quest
quest update
<|file_sep|>original/packer/scripts/learning_cleanup.sh
# Stop all PE processes to free up memory
for s in `find /etc/init.d/ -name pe* -type f -printf "%f\n"`
do
service $s stop
done
# Clean up PE installer... |
# Stop all PE processes to free up memory
for s in `find /etc/init.d/ -name pe* -type f -printf "%f\n"`
do
service $s stop
done
# Clean up PE installer files
rm -rf /root/puppet-enterprise*
rm -y /root/puppet-enterprise
rm -rf /usr/src/installer
# Remove packages PE will regenerate agent installer
rm -rf /opt/pupp... | <|file_sep|>packer/scripts/learning_cleanup.sh.diff
original:
updated:
# Get the lastest quest
quest update
<|file_sep|>original/packer/scripts/learning_cleanup.sh
# Stop all PE processes to free up memory
for s in `find /etc/init.d/ -name pe* -type f -printf "%f\n"`
do
service $s stop
done
# Clean up PE installer... | d7634848b228fb4b574a5e0305a5c57bc77d0b89 | packer/scripts/learning_cleanup.sh | packer/scripts/learning_cleanup.sh | Shell |
<|file_sep|>.travis.yml.diff
original:
updated:
env:
matrix: # Test once with pep8/flakes, test once without
- TEST_CRUEL="true"
- TEST_CRUEL="false"
matrix:
allow_failures:
# pep8/flakes test can fail and still be considered a "pass".
- env: TEST_CRUEL="true"
<|file_sep|>original/.travis.yml
la... | - TEST_CRUEL="false"
matrix:
allow_failures:
# pep8/flakes test can fail and still be considered a "pass".
- env: TEST_CRUEL="true"
cache:
directories:
- $HOME/.cache/pip
install:
- "pip install -r requirements.txt"
- "pip install -r dev-requirements.txt"
script:
- if [ $TEST_CRUEL = "true... | <|file_sep|>.travis.yml.diff
original:
updated:
env:
matrix: # Test once with pep8/flakes, test once without
- TEST_CRUEL="true"
- TEST_CRUEL="false"
matrix:
allow_failures:
# pep8/flakes test can fail and still be considered a "pass".
- env: TEST_CRUEL="true"
<|file_sep|>original/.travis.yml
la... | be4c29d7d4d19a1c620ff5603b0063db9908a109 | .travis.yml | .travis.yml | YAML |
<|file_sep|>README.md.diff
original:
FontAwesomeSearch is a simple website that allows you to perform text searches on the descriptions of FontAwesome icons.
updated:
FontAwesomeSearch is a simple [website](http://mniebling.github.io/FontAwesomeSearch/) that allows you to perform text searches on the descriptions of Fo... | FontAwesomeSearch
=================
FontAwesomeSearch is a simple [website](http://mniebling.github.io/FontAwesomeSearch/) that allows you to perform text searches on the descriptions of FontAwesome icons.
#### Why is this better than the FontAwesome Cheatsheet?
By itself, it's not really. Before I made this websit... | <|file_sep|>README.md.diff
original:
FontAwesomeSearch is a simple website that allows you to perform text searches on the descriptions of FontAwesome icons.
updated:
FontAwesomeSearch is a simple [website](http://mniebling.github.io/FontAwesomeSearch/) that allows you to perform text searches on the descriptions of Fo... | e2042f48a7adfe4fddf3e78a2e5da3ff48ebed12 | README.md | README.md | Markdown |
<|file_sep|>original/games/aliases.txt
hidden|The Hidden: Source|valve
kzmod|KzMod|valve
left4dead|Left 4 Dead|valve
left4dead2|Left 4 Dead 2|valve
nmrih|No More Room in Hell|valve
ns|Natural Selection|valvegold
ns2|Natural Selection 2|valve|27016
nucleardawn|Nuclear Dawn|valve
quake2|Quake 2|quake2
quake3|Quake 3|quak... | hidden|The Hidden: Source|valve
kzmod|KzMod|valve
left4dead|Left 4 Dead|valve
left4dead2|Left 4 Dead 2|valve
nmrih|No More Room in Hell|valve
ns|Natural Selection|valvegold
ns2|Natural Selection 2|valve|27016
nucleardawn|Nuclear Dawn|valve
quake2|Quake 2|quake2
quake3|Quake 3|quake3
ricochet|Ricochet|valvegold
rust|Rus... | <|file_sep|>original/games/aliases.txt
hidden|The Hidden: Source|valve
kzmod|KzMod|valve
left4dead|Left 4 Dead|valve
left4dead2|Left 4 Dead 2|valve
nmrih|No More Room in Hell|valve
ns|Natural Selection|valvegold
ns2|Natural Selection 2|valve|27016
nucleardawn|Nuclear Dawn|valve
quake2|Quake 2|quake2
quake3|Quake 3|quak... | 670ea12a883511d1ce508e5b943c21cd3cc89d63 | games/aliases.txt | games/aliases.txt | Text |
<|file_sep|>original/roles/openshift_master_certificates/tasks/main.yml
- file:
src: "{{ openshift_master_config_dir }}/{{ item.1 }}"
dest: "{{ openshift_generated_configs_dir }}/{{ item.0.master_cert_subdir }}/{{ item.1 }}"
state: hard
with_nested:
- masters_needing_certs
- - ca.crt
- ca.key
... |
- file:
src: "{{ openshift_master_config_dir }}/{{ item.1 }}"
dest: "{{ openshift_generated_configs_dir }}/{{ item.0.master_cert_subdir }}/{{ item.1 }}"
state: hard
with_nested:
- masters_needing_certs
- - ca.crt
- ca.key
- ca.serial.txt
- admin.crt
- admin.key
- admin.kubeconfig
... | <|file_sep|>original/roles/openshift_master_certificates/tasks/main.yml
- file:
src: "{{ openshift_master_config_dir }}/{{ item.1 }}"
dest: "{{ openshift_generated_configs_dir }}/{{ item.0.master_cert_subdir }}/{{ item.1 }}"
state: hard
with_nested:
- masters_needing_certs
- - ca.crt
- ca.key
... | 9929c015a68b2745546573cf3f8bc55afec7ebe6 | roles/openshift_master_certificates/tasks/main.yml | roles/openshift_master_certificates/tasks/main.yml | YAML |
<|file_sep|>keps/sig-storage/2317-fsgroup-on-mount/kep.yaml.diff
original:
latest-milestone: "v1.21"
updated:
latest-milestone: "v1.22"
<|file_sep|>original/keps/sig-storage/2317-fsgroup-on-mount/kep.yaml
# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
# The most recent milestone for wh... | # The target maturity stage in the current dev cycle for this KEP.
stage: alpha
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.22"
# The milestone at which this feature was... | <|file_sep|>keps/sig-storage/2317-fsgroup-on-mount/kep.yaml.diff
original:
latest-milestone: "v1.21"
updated:
latest-milestone: "v1.22"
<|file_sep|>original/keps/sig-storage/2317-fsgroup-on-mount/kep.yaml
# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
# The most recent milestone for wh... | 96478bf8d4ed9bf495bbe654884f788a7bfc37b3 | keps/sig-storage/2317-fsgroup-on-mount/kep.yaml | keps/sig-storage/2317-fsgroup-on-mount/kep.yaml | YAML |
<|file_sep|>rebase.js.diff
original:
transform.mapping.mapFrom = inverted.length
updated:
<|file_sep|>rebase.js.diff
original:
for (let i = 0; i < steps.length; i++) {
let mapped = steps[i].map(transform.mapping)
transform.mapping.mapFrom--
updated:
for (let i = 0, mapFrom = inverted.length; i < steps.le... | // : (Transform, [Step], [Step], [Step]) → number
// Undo a given set of steps, apply a set of other steps, and then
// redo them.
function rebaseSteps(transform, steps, inverted, inside) {
for (let i = inverted.length - 1; i >= 0; i--) transform.step(inverted[i])
for (let i = 0; i < inside.length; i++) transform.s... | <|file_sep|>rebase.js.diff
original:
transform.mapping.mapFrom = inverted.length
updated:
<|file_sep|>rebase.js.diff
original:
for (let i = 0; i < steps.length; i++) {
let mapped = steps[i].map(transform.mapping)
transform.mapping.mapFrom--
updated:
for (let i = 0, mapFrom = inverted.length; i < steps.le... | 201e22250f4b8d478187ee1c4fd212e294962bec | rebase.js | rebase.js | JavaScript |
<|file_sep|>.travis.yml.diff
original:
updated:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2"
- "iojs-v3"
before_install:
- curl -s https://raw.githubusercontent.com/lovell/sharp/... | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2"
- "iojs-v3"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- curl -s https://raw.githubusercontent.com/lovell/sharp/master... | <|file_sep|>.travis.yml.diff
original:
updated:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2"
- "iojs-v3"
before_install:
- curl -s https://raw.githubusercontent.com/lovell/sharp/... | 37d3b4aafc2d161bbee420338204eb470040d953 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/tests/helpers/run-gist.js
export default function(app, files) {
const login = "Gaurav0";
const gist_id = "35de43cb81fc35ddffb2";
const commit = "f354c6698b02fe3243656c8dc5aa0303cc7ae81c";
files.push({
filename: "initializers.setup-test.js",
content: "import Ember from 'ember';\n\ne... | export default function(app, files) {
const login = "Gaurav0";
const gist_id = "35de43cb81fc35ddffb2";
const commit = "f354c6698b02fe3243656c8dc5aa0303cc7ae81c";
files.push({
filename: "initializers.setup-test.js",
content: `
import Ember from 'ember';
export default {
name: 'setup... | <|file_sep|>original/tests/helpers/run-gist.js
export default function(app, files) {
const login = "Gaurav0";
const gist_id = "35de43cb81fc35ddffb2";
const commit = "f354c6698b02fe3243656c8dc5aa0303cc7ae81c";
files.push({
filename: "initializers.setup-test.js",
content: "import Ember from 'ember';\n\ne... | 37aa2c5f5f29cad068af525c6a941a76c34829af | tests/helpers/run-gist.js | tests/helpers/run-gist.js | JavaScript |
<|file_sep|>acute/schema.py.diff
original:
updated:
models.Diagnosis,
<|file_sep|>acute/schema.py.diff
original:
models.Diagnosis,
updated:
<|file_sep|>acute/schema.py.diff
original:
updated:
models.Diagnosis,
<|file_sep|>acute/schema.py.diff
original:
models.Diagnosis,
updated:
<|file_sep|>acute/sc... | models.PastMedicalHistory,
models.Plan,
models.Rescuscitation
]
list_columns_specialist_teams = [
models.Demographics,
models.Location,
models.Diagnosis,
models.PastMedicalHistory,
models.Plan,
models.Treatment,
models.Investigation,
models.DischargeDue,
]
list_schemas = {
... | <|file_sep|>acute/schema.py.diff
original:
updated:
models.Diagnosis,
<|file_sep|>acute/schema.py.diff
original:
models.Diagnosis,
updated:
<|file_sep|>acute/schema.py.diff
original:
updated:
models.Diagnosis,
<|file_sep|>acute/schema.py.diff
original:
models.Diagnosis,
updated:
<|file_sep|>acute/sc... | 77579ff7d7a63539d350c40d49eedeb21e61bd61 | acute/schema.py | acute/schema.py | Python |
<|file_sep|>original/config/packages/test/security.yaml
# this configuration simplifies testing URLs protected by the security mechanism
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html
security:
firewalls:
main:
http_basic: ~
<|file_sep|>current/config/packages/te... | # this configuration simplifies testing URLs protected by the security mechanism
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html
security:
encoders:
# to make tests much faster, BCrypt cost is changed to its minimum allowed value (4)
# See https://symfony.com/doc/curr... | <|file_sep|>original/config/packages/test/security.yaml
# this configuration simplifies testing URLs protected by the security mechanism
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html
security:
firewalls:
main:
http_basic: ~
<|file_sep|>current/config/packages/te... | 54c2ebe3ae5b9d77be735a2f87abe5e82c5ee8c5 | config/packages/test/security.yaml | config/packages/test/security.yaml | YAML |
<|file_sep|>original/.travis.yml
language: php
php:
- '7.0'
install:
- composer install
- npm install
- node_modules/bower/bin/bower install
- pip install biom-format
services:
- postgresql
addons:
apt:
packages:
- python-h5py
postgresql: "9.4"
before_script:
- cp test/php/.travis.config.p... | language: php
php:
- '7.0'
install:
- composer install
- npm install
- node_modules/bower/bin/bower install
- pip install biom-format --user
services:
- postgresql
addons:
apt:
packages:
- python-h5py
postgresql: "9.4"
before_script:
- cp test/php/.travis.config.php test/php/config.php | <|file_sep|>original/.travis.yml
language: php
php:
- '7.0'
install:
- composer install
- npm install
- node_modules/bower/bin/bower install
- pip install biom-format
services:
- postgresql
addons:
apt:
packages:
- python-h5py
postgresql: "9.4"
before_script:
- cp test/php/.travis.config.p... | f7570a5d6225f37a18723177a4fba6f201390c9a | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/Variable.h
<|file_sep|>current/Variable.h
<|file_sep|>updated/Variable.h | using namespace std;
vector<int> Int;
vector<string> Name;
int CheckForInt(string ProcessInput)
{
if (ProcessInput.substr(0, 3) == "int")
{
int EqualLocation;
int SemicolonLocation;
stringstream Number;
stringstream StringName;
int FinalNumber;
string FinalName;
EqualLocation = ProcessInput... | <|file_sep|>original/Variable.h
<|file_sep|>current/Variable.h
<|file_sep|>updated/Variable.h
using namespace std;
vector<int> Int;
vector<string> Name;
int CheckForInt(string ProcessInput)
{
if (ProcessInput.substr(0, 3) == "int")
{
int EqualLocation;
int SemicolonLocation;
stringstream Number;
... | 62c8c410b0c5063bed0ea598a89387854667e14c | Variable.h | Variable.h | C |
<|file_sep|>original/requirements/dev.txt
-r test.txt
autopep8==1.3.2
bumpversion==0.5.3
elpy==1.15.1
docker-compose==1.14.0
epc==0.0.5
flake8==3.3.0
grip==4.3.2
importmagic==0.1.7
ipython==6.1.0
ipdb==0.10.3
ipython-genutils==0.2.0
jedi==0.10.2
pylint==1.7.1
pre-commit==0.14.2
yapf==0.16.2
<|file_sep|>current/requirem... | -r test.txt
autopep8==1.3.2
bumpversion==0.5.3
elpy==1.15.1
docker-compose==1.14.0
epc==0.0.5
flake8==3.3.0
grip==4.3.2
importmagic==0.1.7
ipython==6.1.0
ipdb==0.10.3
ipython-genutils==0.2.0
jedi==0.10.2
pylint==1.7.2
pre-commit==0.14.2
yapf==0.16.2 | <|file_sep|>original/requirements/dev.txt
-r test.txt
autopep8==1.3.2
bumpversion==0.5.3
elpy==1.15.1
docker-compose==1.14.0
epc==0.0.5
flake8==3.3.0
grip==4.3.2
importmagic==0.1.7
ipython==6.1.0
ipdb==0.10.3
ipython-genutils==0.2.0
jedi==0.10.2
pylint==1.7.1
pre-commit==0.14.2
yapf==0.16.2
<|file_sep|>current/requirem... | 8509d0b4f30c1b86016a99e76ee10a996d165f16 | requirements/dev.txt | requirements/dev.txt | Text |
<|file_sep|>original/.github/workflows/ci.yml
on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
... |
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
... | <|file_sep|>original/.github/workflows/ci.yml
on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
... | 42d2dcac7ba53c8b873db84b24b3c9edfa866e74 | .github/workflows/ci.yml | .github/workflows/ci.yml | YAML |
<|file_sep|>.travis.yml.diff
original:
updated:
sudo: false
cache:
directories:
- $HOME/.composer/cache
<|file_sep|>original/.travis.yml
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
- php: 5.5
env: SYMFONY_VERSION=2.4.*
- php: 5.5
env: SYMFONY_VERSION=2.6.*
before_sc... |
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
- php: 5.5
env: SYMFONY_VERSION=2.4.*
- php: 5.5
env: SYMFONY_VERSION=2.6.*
before_script:
- composer self-update
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
script:
- phpunit
notifications:
irc: ... | <|file_sep|>.travis.yml.diff
original:
updated:
sudo: false
cache:
directories:
- $HOME/.composer/cache
<|file_sep|>original/.travis.yml
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
- php: 5.5
env: SYMFONY_VERSION=2.4.*
- php: 5.5
env: SYMFONY_VERSION=2.6.*
before_sc... | 323a0338041f103cc0af6d48507bd4898c9884a8 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/requirements/docs.txt
m2r==0.1.13
setuptools==38.5.1
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
<|file_sep|>current/requirements/docs.txt
m2r==0.1.13
setuptools==38.5.1
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
<|file_sep|>updated/requirements/docs.txt | m2r==0.1.13
setuptools==38.5.1
sphinx==1.7.1
sphinx-rtd-theme==0.2.4 | <|file_sep|>original/requirements/docs.txt
m2r==0.1.13
setuptools==38.5.1
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
<|file_sep|>current/requirements/docs.txt
m2r==0.1.13
setuptools==38.5.1
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
<|file_sep|>updated/requirements/docs.txt
m2r==0.1.13
setuptools==38.5.1
sphinx==1.7.1
sphinx-rtd... | 4f43d26f3377e714fc820b7d5ec978e623d37514 | requirements/docs.txt | requirements/docs.txt | Text |
<|file_sep|>original/README.md
npm install
```
### 3. Generate parser
To generate the application's expression parser from the project grammar file,
run:
```bash
npm run generate-parser
```
### 4. Serve app locally
To serve the app locally, run:
```bash
brunch watch --server
```
When run, the app will be accessi... |
### 3. Generate parser
To generate the application's expression parser from the project grammar file,
run:
```bash
npm run generate-parser
```
Please note that you must regenerate the expression parser (as above) every time
you make a change to the grammar (`app/grammars/expression.pegjs`).
### 4. Serve app locall... | <|file_sep|>original/README.md
npm install
```
### 3. Generate parser
To generate the application's expression parser from the project grammar file,
run:
```bash
npm run generate-parser
```
### 4. Serve app locally
To serve the app locally, run:
```bash
brunch watch --server
```
When run, the app will be accessi... | 2d52603e4919accb768eddd806e1eeae2be3f5ea | README.md | README.md | Markdown |
<|file_sep|>packages/ll/llvm-ffi.yaml.diff
original:
hash: a4891c2a53fe931104a2f1925c6a14c7465e6ac84f0e548e8a4d2a153c0e79ab
updated:
hash: 2765f1b53295074ead7770cd5d1b3236d307a7ca75874340c28461beeb8fceff
<|file_sep|>packages/ll/llvm-ffi.yaml.diff
original:
updated:
- '3.0.0.1'
<|file_sep|>original/packages/ll/llvm-ffi... | test-bench-deps: {}
maintainer: Henning Thielemann <llvm@henning-thielemann.de>
synopsis: FFI bindings to the LLVM compiler toolkit.
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- '3.0.0'
- '3.0.0.1'
author: Henning Thielemann, Bryan O'Sullivan, Lennart Augustsson
latest: '3.0.0.1'
description-type: ha... | <|file_sep|>packages/ll/llvm-ffi.yaml.diff
original:
hash: a4891c2a53fe931104a2f1925c6a14c7465e6ac84f0e548e8a4d2a153c0e79ab
updated:
hash: 2765f1b53295074ead7770cd5d1b3236d307a7ca75874340c28461beeb8fceff
<|file_sep|>packages/ll/llvm-ffi.yaml.diff
original:
updated:
- '3.0.0.1'
<|file_sep|>original/packages/ll/llvm-ffi... | 140ccb5f9544bd9ee86178292d587b2ff062fa3e | packages/ll/llvm-ffi.yaml | packages/ll/llvm-ffi.yaml | YAML |
<|file_sep|>original/com.vogella.android.testapp/app/src/main/java/com/vogella/android/testapp/MainActivity.java
package com.vogella.android.testapp;
import android.app.Activity;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import com.vogella.android.testapp.databinding.ActivityMainBinding;
... | package com.vogella.android.testapp;
import android.app.Activity;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import com.vogella.android.testapp.databinding.ActivityMainBinding;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState... | <|file_sep|>original/com.vogella.android.testapp/app/src/main/java/com/vogella/android/testapp/MainActivity.java
package com.vogella.android.testapp;
import android.app.Activity;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import com.vogella.android.testapp.databinding.ActivityMainBinding;
... | 716ea03f79225182d9a578b9da17986ebce65de6 | com.vogella.android.testapp/app/src/main/java/com/vogella/android/testapp/MainActivity.java | com.vogella.android.testapp/app/src/main/java/com/vogella/android/testapp/MainActivity.java | Java |
<|file_sep|>original/_config.yml
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
markdown: kramdown
collections:
book:
output: true
qs:
output: true
tutorial_base:
output: true
tutorial_rsa:
output: true
tutorial_iot:
output: true
tutorial_wrap:
output: true
tutorial_eval:
... | plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
markdown: kramdown
collections:
book:
output: true
qs:
output: true
tutorial_base:
output: true
tutorial_rsa:
output: true
tutorial_iot:
output: true
tutorial_wrap:
output: true
tutorial_eval:
output: true
... | <|file_sep|>original/_config.yml
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
markdown: kramdown
collections:
book:
output: true
qs:
output: true
tutorial_base:
output: true
tutorial_rsa:
output: true
tutorial_iot:
output: true
tutorial_wrap:
output: true
tutorial_eval:
... | 69726ad938c00e0fb5faa75e043597341e9bd3f6 | _config.yml | _config.yml | YAML |
<|file_sep|>src/main/java/mnm/mods/tabbychat/filters/MessageFilter.java.diff
original:
updated:
// 0 = whole message, 1 = outgoing recipient, 2 = incoming recipient
<|file_sep|>original/src/main/java/mnm/mods/tabbychat/filters/MessageFilter.java
MessagePatterns messege =
TabbyCh... | } catch (PatternSyntaxException e) {
TabbyChat.getLogger().error(e);
}
return super.getPattern();
}
@Override
public void action(Filter filter, FilterEvent event) {
// 0 = whole message, 1 = outgoing recipient, 2 = incoming recipient
String player = event... | <|file_sep|>src/main/java/mnm/mods/tabbychat/filters/MessageFilter.java.diff
original:
updated:
// 0 = whole message, 1 = outgoing recipient, 2 = incoming recipient
<|file_sep|>original/src/main/java/mnm/mods/tabbychat/filters/MessageFilter.java
MessagePatterns messege =
TabbyCh... | 58c9955515a0a70be0d19264b5cfa60e84204869 | src/main/java/mnm/mods/tabbychat/filters/MessageFilter.java | src/main/java/mnm/mods/tabbychat/filters/MessageFilter.java | Java |
<|file_sep|>original/entrypoint.sh
exit 1
fi
# pep8 check
if [ "$2" = "style" ]
then
$PYTHON -m pycodestyle "$(pwd)" \
--exclude=pep8.py,compat.py,utils.py \
--ignore=E402,W503
touch "$(pwd)/__init__.py"
$PYTHON -m pylint "$(pwd)"
exit 0
fi
# tests
nosetests \
--exe \
--sto... | exit 1
fi
# pep8 check
if [ "$2" = "style" ]
then
$PYTHON -m pycodestyle "$(pwd)" \
--exclude=pep8.py,compat.py,utils.py \
--ignore=E402,W503
touch "$(pwd)/__init__.py"
$PYTHON -m pylint --disable=R0205 "$(pwd)"
exit 0
fi
# tests
nosetests \
--exe \
--stop \
--nocapture... | <|file_sep|>original/entrypoint.sh
exit 1
fi
# pep8 check
if [ "$2" = "style" ]
then
$PYTHON -m pycodestyle "$(pwd)" \
--exclude=pep8.py,compat.py,utils.py \
--ignore=E402,W503
touch "$(pwd)/__init__.py"
$PYTHON -m pylint "$(pwd)"
exit 0
fi
# tests
nosetests \
--exe \
--sto... | 367192d7086bbbe59a549f30842b08596651e8e0 | entrypoint.sh | entrypoint.sh | Shell |
<|file_sep|>imagekit/utils.py.diff
original:
if img.mode == 'P':
updated:
transparency_formats = ('PNG', 'GIF', )
if img.mode == 'P' and format in transparency_formats:
<|file_sep|>original/imagekit/utils.py
def img_to_fobj(img, format, **kwargs):
tmp = tempfile.TemporaryFile()
# Preserve transpa... |
def img_to_fobj(img, format, **kwargs):
tmp = tempfile.TemporaryFile()
# Preserve transparency if the image is in Pallette (P) mode.
transparency_formats = ('PNG', 'GIF', )
if img.mode == 'P' and format in transparency_formats:
kwargs['transparency'] = len(img.split()[-1].getcolors())
els... | <|file_sep|>imagekit/utils.py.diff
original:
if img.mode == 'P':
updated:
transparency_formats = ('PNG', 'GIF', )
if img.mode == 'P' and format in transparency_formats:
<|file_sep|>original/imagekit/utils.py
def img_to_fobj(img, format, **kwargs):
tmp = tempfile.TemporaryFile()
# Preserve transpa... | d36e624acb349b3fd78bb3fb91ba0bcc696719c2 | imagekit/utils.py | imagekit/utils.py | Python |
<|file_sep|>original/etc/cross-account-vpc-peering-requester.yml
<|file_sep|>current/etc/cross-account-vpc-peering-requester.yml
<|file_sep|>updated/etc/cross-account-vpc-peering-requester.yml | # cross-account-vpc-peering-requester.yml
AWSTemplateFormatVersion: 2010-09-09
Description: >
Create a VPC Peering connection between two VPCs in different AWS accounts,
using an existing trusted assumable role.
Conditions:
HasRouteTable: !Not [!Equals [!Ref RouteTable, ""]]
Metadata:
AWS::CloudFormation::Inter... | <|file_sep|>original/etc/cross-account-vpc-peering-requester.yml
<|file_sep|>current/etc/cross-account-vpc-peering-requester.yml
<|file_sep|>updated/etc/cross-account-vpc-peering-requester.yml
# cross-account-vpc-peering-requester.yml
AWSTemplateFormatVersion: 2010-09-09
Description: >
Create a VPC Peering connecti... | e3cbb088c8ede25f87f39a4505308ce1c1160875 | etc/cross-account-vpc-peering-requester.yml | etc/cross-account-vpc-peering-requester.yml | YAML |
<|file_sep|>build/ci/init.sh.diff
original:
updated:
mkdir $BASEDIR/can
git archive HEAD | tar -x -C $BASEDIR/can
node_modules/.bin/http-server -p 8000 &
<|file_sep|>original/build/ci/init.sh
#!/bin/bash
BASEDIR=$(dirname $0)
cd $BASEDIR
../../node_modules/.bin/http-server -p 8000 &
git clone ../../. can
git clone htt... | #!/bin/bash
BASEDIR=$(dirname $0)
mkdir $BASEDIR/can
git archive HEAD | tar -x -C $BASEDIR/can
node_modules/.bin/http-server -p 8000 &
cd $BASEDIR
git clone https://github.com/jupiterjs/funcunit.git
cd funcunit
git submodule update --init --recursive
cd ..
git clone https://github.com/jupiterjs/steal.git | <|file_sep|>build/ci/init.sh.diff
original:
updated:
mkdir $BASEDIR/can
git archive HEAD | tar -x -C $BASEDIR/can
node_modules/.bin/http-server -p 8000 &
<|file_sep|>original/build/ci/init.sh
#!/bin/bash
BASEDIR=$(dirname $0)
cd $BASEDIR
../../node_modules/.bin/http-server -p 8000 &
git clone ../../. can
git clone htt... | b55dd033192d0feee7efad13befa0dc469c341b7 | build/ci/init.sh | build/ci/init.sh | Shell |
<|file_sep|>original/.travis.yml
language: cpp
compiler:
- gcc
- clang
env:
- STATIC=ON
- STATIC=OFF
install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-multilib g++-multilib python-pip doxygen
- sudo pip install ply cidl
- wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh
... | language: cpp
compiler:
- gcc
- clang
env:
- STATIC=ON
- STATIC=OFF
install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-multilib g++-multilib python-pip doxygen
- sudo pip install ply
- sudo pip install git+https://github.com/Zeex/cidl.git@v1.0.1
- wget http://www.cmake.org/files/v2.8/cma... | <|file_sep|>original/.travis.yml
language: cpp
compiler:
- gcc
- clang
env:
- STATIC=ON
- STATIC=OFF
install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-multilib g++-multilib python-pip doxygen
- sudo pip install ply cidl
- wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh
... | 6cdeecde5f4331c6a66368bfa937371ea30c9973 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/github-management/opening-a-request.md
## GitHub issues
If you need help with the following:
- Permissions issues
- Organization membership
- Third-party integrations
- Webhooks
- Repository creation/migration
- Repository archival
- Other repository and configuration issues
Please open an issue... |
## GitHub issues
If you need help with the following:
- Permissions issues
- Organization membership
- Third-party integrations
- Webhooks
- Repository creation/migration
- Repository archival
- Project Board creation
- Other repository and configuration issues
Please open an issue against the [kubernetes/org] repos... | <|file_sep|>original/github-management/opening-a-request.md
## GitHub issues
If you need help with the following:
- Permissions issues
- Organization membership
- Third-party integrations
- Webhooks
- Repository creation/migration
- Repository archival
- Other repository and configuration issues
Please open an issue... | 0f3f51b1bc588ea205cbe8b40cdc0445ce6a5937 | github-management/opening-a-request.md | github-management/opening-a-request.md | Markdown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.