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|>source/index.html.md.diff
original:
apps, video games, the occasional beat, very poorly drawn art, animation.
updated:
apps, video games, the occasional beat, animation.
<|file_sep|>original/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, very poorly drawn art, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>current/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>updated/source/index.html.md | ---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Ruby, Node.js).
Feel free to contact me via any of the means below. | <|file_sep|>source/index.html.md.diff
original:
apps, video games, the occasional beat, very poorly drawn art, animation.
updated:
apps, video games, the occasional beat, animation.
<|file_sep|>original/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, very poorly drawn art, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>current/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>updated/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Ruby, Node.js).
Feel free to contact me via any of the means below. | b5b1187ef7b771635c6ca7199585a012612afa53 | source/index.html.md | source/index.html.md | Markdown |
<|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>updated/.travis.yml | sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10" | <|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>updated/.travis.yml
sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10" | d34f209388fc49cddcda02bbb75b9c9f5f8dbcd3 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>current/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>updated/.travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly | <|file_sep|>original/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>current/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>updated/.travis.yml
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly | a56722114be5d4e0f4789cdf0d9e28be91d927fc | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>current/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>updated/pubspec.yaml | name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: ^1.5.1
transformers:
- $dart2js:
$include: [] | <|file_sep|>original/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>current/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>updated/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: ^1.5.1
transformers:
- $dart2js:
$include: [] | 6d336f8e8dd2aaa13592e64f337fd935a971ba2c | pubspec.yaml | pubspec.yaml | YAML |
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
updated:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
updated:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>original/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>current/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>updated/app/templates/components/ilios-navigation.hbs | <div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible 'is-menu-visible'}}"></div>
</div> | <|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
updated:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
updated:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>original/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>current/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>updated/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible 'is-menu-visible'}}"></div>
</div> | c8416f2ae11fe677961421c7fe16874e759b1fc5 | app/templates/components/ilios-navigation.hbs | app/templates/components/ilios-navigation.hbs | Handlebars |
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
updated:
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
GroupService groupService;
updated:
private GroupService groupService;
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
updated:
post("/v1/group", (req, res) -> groupService.handlePost(req));
<|file_sep|>original/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
<|file_sep|>current/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
}
}
<|file_sep|>updated/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> groupService.handleGet(req));
}
} | <|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
updated:
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
GroupService groupService;
updated:
private GroupService groupService;
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
updated:
post("/v1/group", (req, res) -> groupService.handlePost(req));
<|file_sep|>original/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
<|file_sep|>current/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
}
}
<|file_sep|>updated/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> groupService.handleGet(req));
}
} | 22185526bfa7ab059a3a63ff36cb144c66fe5f77 | src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | Java |
<|file_sep|>original/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>current/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>updated/package.json | "name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs": "0.0.7",
"hogan.js": "2.0.0",
"mysql": "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
} | <|file_sep|>original/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>current/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>updated/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs": "0.0.7",
"hogan.js": "2.0.0",
"mysql": "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
} | 0521c73fe649a77ce275bd476728404e3bf6d779 | package.json | package.json | JSON |
<|file_sep|>main.jsx.diff
original:
let url = 'https://api.github.com/repos/' + repo + '/branches';
updated:
let url = `https://api.github.com/repos/${repo}/branches`;
<|file_sep|>main.jsx.diff
original:
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
updated:
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
<|file_sep|>original/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
<|file_sep|>current/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send();
<|file_sep|>updated/main.jsx | let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = () => {
console.error('Error occured', request);
alert(`Load error, while trying to retrieve data from $url`);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send(); | <|file_sep|>main.jsx.diff
original:
let url = 'https://api.github.com/repos/' + repo + '/branches';
updated:
let url = `https://api.github.com/repos/${repo}/branches`;
<|file_sep|>main.jsx.diff
original:
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
updated:
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
<|file_sep|>original/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
<|file_sep|>current/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send();
<|file_sep|>updated/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = () => {
console.error('Error occured', request);
alert(`Load error, while trying to retrieve data from $url`);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send(); | a57255d88ea15f60a450f21cd021bd1d0040e541 | main.jsx | main.jsx | JSX |
<|file_sep|>original/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>current/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>updated/flask_truss/blueprints/_blueprint/__init__.py | from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.lib.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None) | <|file_sep|>original/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>current/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>updated/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.lib.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None) | 25d93bf202e1735f21b6c3ad5830e660824efde6 | flask_truss/blueprints/_blueprint/__init__.py | flask_truss/blueprints/_blueprint/__init__.py | Python |
<|file_sep|>original/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>current/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>updated/appveyor.yml | install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- cmd: dotnet restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg" | <|file_sep|>original/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>current/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>updated/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- cmd: dotnet restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg" | ce02763b8cefa25d9fe99068ffb3c04b901d590c | appveyor.yml | appveyor.yml | YAML |
<|file_sep|>original/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>current/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>updated/website/source/docs/providers/mailgun/index.html.markdown | ---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Mailgun Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" { | <|file_sep|>original/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>current/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>updated/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Mailgun Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" { | 5495381c38e742ed7071df388b03179dd534f4bb | website/source/docs/providers/mailgun/index.html.markdown | website/source/docs/providers/mailgun/index.html.markdown | Markdown |
<|file_sep|>original/ci/scripts/generate-cf-manifest.sh
<|file_sep|>current/ci/scripts/generate-cf-manifest.sh
<|file_sep|>updated/ci/scripts/generate-cf-manifest.sh | #!/bin/bash -ex
apt-get install wget
wget https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip
unzip spiff_linux_amd64.zip
mv spiff /usr/local/bin/
bosh -u x -p x target $BOSH_TARGET Lite
bosh login $BOSH_USERNAME $BOSH_PASSWORD
bosh status
cd git-cf-release
./scripts/generate-bosh-lite-dev-manifest
mv bosh-lite/deployments/cf.yml ../assets/manifest.yml | <|file_sep|>original/ci/scripts/generate-cf-manifest.sh
<|file_sep|>current/ci/scripts/generate-cf-manifest.sh
<|file_sep|>updated/ci/scripts/generate-cf-manifest.sh
#!/bin/bash -ex
apt-get install wget
wget https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip
unzip spiff_linux_amd64.zip
mv spiff /usr/local/bin/
bosh -u x -p x target $BOSH_TARGET Lite
bosh login $BOSH_USERNAME $BOSH_PASSWORD
bosh status
cd git-cf-release
./scripts/generate-bosh-lite-dev-manifest
mv bosh-lite/deployments/cf.yml ../assets/manifest.yml | ffb16a5660b4fb24f4d50e248fefd3963ba8b475 | ci/scripts/generate-cf-manifest.sh | ci/scripts/generate-cf-manifest.sh | Shell |
<|file_sep|>original/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>current/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>updated/_config.yml | # Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: "/jekyll-scroll-spy-front-page"
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock | <|file_sep|>original/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>current/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>updated/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: "/jekyll-scroll-spy-front-page"
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock | 7b13b397a7ac028915a2b24e39d79c8c0c9995d1 | _config.yml | _config.yml | YAML |
<|file_sep|>original/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>current/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>updated/package.json | {
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.cloudant.com/registry/_design/app/_rewrite"
}
} | <|file_sep|>original/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>current/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>updated/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.cloudant.com/registry/_design/app/_rewrite"
}
} | 58c7bbeed7671ae2c7ae037cb078110dd13e0667 | package.json | package.json | JSON |
<|file_sep|>metadata/io.github.chiver.yml.diff
original:
updated:
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/io.github.chiver.yml
Repo: https://github.com/anegrin/chiver
Builds:
- versionName: 1.1.0
versionCode: 110
commit: 1.1.0
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>current/metadata/io.github.chiver.yml
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>updated/metadata/io.github.chiver.yml | gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode: 200 | <|file_sep|>metadata/io.github.chiver.yml.diff
original:
updated:
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/io.github.chiver.yml
Repo: https://github.com/anegrin/chiver
Builds:
- versionName: 1.1.0
versionCode: 110
commit: 1.1.0
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>current/metadata/io.github.chiver.yml
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>updated/metadata/io.github.chiver.yml
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode: 200 | 97d74efc3ecec80af0572f6ad66bed0d3f887df3 | metadata/io.github.chiver.yml | metadata/io.github.chiver.yml | YAML |
<|file_sep|>DEVELOPERS.md.diff
original:
Given that, now you can generate the Debian package:
updated:
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
<|file_sep|>original/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>current/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>updated/DEVELOPERS.md | cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
HTML documentation
------------------
The HTML documentation can be generated using the mdocml suite,
especially mandoc(1). This shell command will generate them all into a
separate `rcm-gh-pages` directory:
for i in lsrc.1 mkrc.1 rcm.7 rcrc.5 rcup.1; do
mandoc -Thtml -Oman=%N.%S.html man/$i > ~/rcm-gh-pages/$i.html
done | <|file_sep|>DEVELOPERS.md.diff
original:
Given that, now you can generate the Debian package:
updated:
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
<|file_sep|>original/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>current/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>updated/DEVELOPERS.md
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
HTML documentation
------------------
The HTML documentation can be generated using the mdocml suite,
especially mandoc(1). This shell command will generate them all into a
separate `rcm-gh-pages` directory:
for i in lsrc.1 mkrc.1 rcm.7 rcrc.5 rcup.1; do
mandoc -Thtml -Oman=%N.%S.html man/$i > ~/rcm-gh-pages/$i.html
done | b0ce91a8f871dd78831ddc2beec24f19327533d7 | DEVELOPERS.md | DEVELOPERS.md | Markdown |
<|file_sep|>original/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>current/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>updated/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | ---
layout: markdown_page
title: Acceptable Use Policy Violations
category: GitLab.com
---
### On this page
{:.no_toc}
- TOC
{:toc}
----
### When violations are identified that we do not yet have a process for dealing with.
1. Create a private issue, because we will inevitably discuss usernames
or email addresses in it.
1. Copy/Paste the following markdown to create a checklist.
``` | <|file_sep|>original/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>current/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>updated/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
---
layout: markdown_page
title: Acceptable Use Policy Violations
category: GitLab.com
---
### On this page
{:.no_toc}
- TOC
{:toc}
----
### When violations are identified that we do not yet have a process for dealing with.
1. Create a private issue, because we will inevitably discuss usernames
or email addresses in it.
1. Copy/Paste the following markdown to create a checklist.
``` | 1ed8346c2a3bdb885f9e1c151a8a587fe3e0efb6 | source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | Markdown |
<|file_sep|>original/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>current/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>updated/cube-ruby-gem.gemspec | gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.8.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end | <|file_sep|>original/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>current/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>updated/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.8.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end | de03cf627d33d14efcb0b8b14035e1d6810d66af | cube-ruby-gem.gemspec | cube-ruby-gem.gemspec | Ruby |
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import java.lang.annotation.Annotation
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import net.codingwell.scalaguice.InjectorExtensions._
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
updated:
<|file_sep|>original/src/main/scala/util/Injecting.scala
package util
import com.google.inject.{Guice, Injector}
import util.InjectionModules.Modules
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>current/src/main/scala/util/Injecting.scala
package util
import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>updated/src/main/scala/util/Injecting.scala | import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
def inject[T: Manifest](ann: Annotation): T = {
injector.instance[T](ann)
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
} | <|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import java.lang.annotation.Annotation
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import net.codingwell.scalaguice.InjectorExtensions._
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
updated:
<|file_sep|>original/src/main/scala/util/Injecting.scala
package util
import com.google.inject.{Guice, Injector}
import util.InjectionModules.Modules
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>current/src/main/scala/util/Injecting.scala
package util
import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>updated/src/main/scala/util/Injecting.scala
import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
def inject[T: Manifest](ann: Annotation): T = {
injector.instance[T](ann)
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
} | 3f8311cdeb018f1fbf6cc6b799fcfab11a2bdd61 | src/main/scala/util/Injecting.scala | src/main/scala/util/Injecting.scala | Scala |
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
hash: 9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e
updated:
hash: 07d38a5322ee278abdc01bbb7068196718bf4d0d77b08e1d8af4ac19e01e2883
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
updated:
- '1.1.1'
<|file_sep|>original/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
license-name: MIT
<|file_sep|>current/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
<|file_sep|>updated/packages/po/postgresql-transactional.yaml | changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.1.1'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.' | <|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
hash: 9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e
updated:
hash: 07d38a5322ee278abdc01bbb7068196718bf4d0d77b08e1d8af4ac19e01e2883
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
updated:
- '1.1.1'
<|file_sep|>original/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
license-name: MIT
<|file_sep|>current/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
<|file_sep|>updated/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.1.1'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.' | e5240323da5e5ef544042a51a09b685af4f07255 | packages/po/postgresql-transactional.yaml | packages/po/postgresql-transactional.yaml | YAML |
<|file_sep|>original/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>current/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>updated/tests/JavaTest.sh | thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find .. -type f -name "*.class" -exec rm {} \;
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest | <|file_sep|>original/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>current/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>updated/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find .. -type f -name "*.class" -exec rm {} \;
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest | 582fd90c4a351d167c98fc6d7d23ed9b6ed0c89f | tests/JavaTest.sh | tests/JavaTest.sh | Shell |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>current/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>updated/.travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
addons:
apt:
packages:
- language-pack-fr
- language-pack-de
- language-pack-ko | <|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>current/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>updated/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
addons:
apt:
packages:
- language-pack-fr
- language-pack-de
- language-pack-ko | 6735ba4947708d31fe51c6dbf5c642b23501c102 | .travis.yml | .travis.yml | YAML |
<|file_sep|>.travis.yml.diff
original:
- 2.1
- 2.2
- 2.3.0
updated:
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4
- 2.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.4
- 2.5
- 2.6 | <|file_sep|>.travis.yml.diff
original:
- 2.1
- 2.2
- 2.3.0
updated:
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4
- 2.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
- 2.6 | 5767ff4eb6e7f7466cda2912a35438e997c67106 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>current/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>updated/.travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls | <|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>current/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>updated/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls | 65c797349e404a1a5f398463eca084caf29ce525 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>current/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>updated/requirements.txt | requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML #>=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0 | <|file_sep|>original/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>current/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>updated/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML #>=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0 | 39aa1fec8d6f30076fabfb2954fde77d7a4ca30b | requirements.txt | requirements.txt | Text |
<|file_sep|>workbench/templates/workbench/block.html.diff
original:
<hr />
updated:
{{foot_html|safe}}
</section>
<section class="debug">
<|file_sep|>original/workbench/templates/workbench/block.html
{{body|safe}}
</div>
<hr />
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>current/workbench/templates/workbench/block.html
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>updated/workbench/templates/workbench/block.html | </div>
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
</body>
</html> | <|file_sep|>workbench/templates/workbench/block.html.diff
original:
<hr />
updated:
{{foot_html|safe}}
</section>
<section class="debug">
<|file_sep|>original/workbench/templates/workbench/block.html
{{body|safe}}
</div>
<hr />
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>current/workbench/templates/workbench/block.html
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>updated/workbench/templates/workbench/block.html
</div>
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
</body>
</html> | 1eb3c80a9d7ca9b008ca0cde9c3deb3f57a57031 | workbench/templates/workbench/block.html | workbench/templates/workbench/block.html | HTML |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake | 6fcf204cac4b5007e35c42a942b2da3dcd1c0acd | .travis.yml | .travis.yml | YAML |
<|file_sep|>AndroidManifest.xml.diff
original:
updated:
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<|file_sep|>original/AndroidManifest.xml
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest>
<|file_sep|>current/AndroidManifest.xml
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
<|file_sep|>updated/AndroidManifest.xml | </intent-filter>
</activity>
<activity
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade" />
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest> | <|file_sep|>AndroidManifest.xml.diff
original:
updated:
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<|file_sep|>original/AndroidManifest.xml
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest>
<|file_sep|>current/AndroidManifest.xml
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
<|file_sep|>updated/AndroidManifest.xml
</intent-filter>
</activity>
<activity
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade" />
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest> | 85bb95cf0e5b1c91b623430fb735d7c029d7099f | AndroidManifest.xml | AndroidManifest.xml | XML |
<|file_sep|>original/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>current/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>updated/qa/qa/specs/features/api/basics_spec.rb | require 'securerandom'
module QA
feature 'API basics', :core do
before(:context) do
@api_client = Runtime::API::Client.new(:gitlab)
end
let(:project_name) { "api-basics-#{SecureRandom.hex(8)}" }
let(:sanitized_project_path) { CGI.escape("#{Runtime::User.name}/#{project_name}") }
scenario 'user creates a project with a file and deletes them afterwards' do
create_project_request = Runtime::API::Request.new(@api_client, '/projects')
post create_project_request.url, path: project_name, name: project_name
expect_status(201)
expect(json_body).to match(
a_hash_including(name: project_name, path: project_name)
)
create_file_request = Runtime::API::Request.new(@api_client, "/projects/#{sanitized_project_path}/repository/files/README.md") | <|file_sep|>original/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>current/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>updated/qa/qa/specs/features/api/basics_spec.rb
require 'securerandom'
module QA
feature 'API basics', :core do
before(:context) do
@api_client = Runtime::API::Client.new(:gitlab)
end
let(:project_name) { "api-basics-#{SecureRandom.hex(8)}" }
let(:sanitized_project_path) { CGI.escape("#{Runtime::User.name}/#{project_name}") }
scenario 'user creates a project with a file and deletes them afterwards' do
create_project_request = Runtime::API::Request.new(@api_client, '/projects')
post create_project_request.url, path: project_name, name: project_name
expect_status(201)
expect(json_body).to match(
a_hash_including(name: project_name, path: project_name)
)
create_file_request = Runtime::API::Request.new(@api_client, "/projects/#{sanitized_project_path}/repository/files/README.md") | dfb6965b79df788776d9c18baf24fa11e847851a | qa/qa/specs/features/api/basics_spec.rb | qa/qa/specs/features/api/basics_spec.rb | Ruby |
<|file_sep|>original/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>current/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>updated/recipes/pypydispatcher/meta.yaml | - python >=3
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- rmax | <|file_sep|>original/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>current/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>updated/recipes/pypydispatcher/meta.yaml
- python >=3
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- rmax | f8acef56b1753ae847cea0db975363ac39aaca17 | recipes/pypydispatcher/meta.yaml | recipes/pypydispatcher/meta.yaml | YAML |
<|file_sep|>original/etc/bwcv3.properties
<|file_sep|>current/etc/bwcv3.properties
<|file_sep|>updated/etc/bwcv3.properties | ## RESTHeart Configuration - development properties.
## See: https://restheart.org/learn/configuration
https-listener = true
https-host = localhost
https-port = 4443
http-listener = true
http-host = localhost
http-port = 8080
ajp-listener = true
ajp-host = localhost
ajp-port = 8009
instance-name = default
default-representation-format = SHAL
mongo-uri = mongodb://127.0.0.1
| <|file_sep|>original/etc/bwcv3.properties
<|file_sep|>current/etc/bwcv3.properties
<|file_sep|>updated/etc/bwcv3.properties
## RESTHeart Configuration - development properties.
## See: https://restheart.org/learn/configuration
https-listener = true
https-host = localhost
https-port = 4443
http-listener = true
http-host = localhost
http-port = 8080
ajp-listener = true
ajp-host = localhost
ajp-port = 8009
instance-name = default
default-representation-format = SHAL
mongo-uri = mongodb://127.0.0.1
| f4b34bc6009b61c84d6456715cd8ccf79b4795e2 | etc/bwcv3.properties | etc/bwcv3.properties | INI |
<|file_sep|>original/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>current/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>updated/app/views/knowledge_base/sectionables/texts/_text.html.erb | <h2 class="heading"><%= text.heading %></h2>
<% if text.image? %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div> | <|file_sep|>original/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>current/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>updated/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image? %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div> | e4594d5a5f305393d4aeb58076ad6304fd7a306b | app/views/knowledge_base/sectionables/texts/_text.html.erb | app/views/knowledge_base/sectionables/texts/_text.html.erb | HTML+ERB |
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To view an existing translation, select a group and language above.
updated:
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
updated:
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
<|file_sep|>original/annotran/templates/client/sidebar_tutorial.html
<p class="sidebar-tutorial__list-item-content">
To view an existing translation, select a group and language above.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>current/annotran/templates/client/sidebar_tutorial.html
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>updated/annotran/templates/client/sidebar_tutorial.html | To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To add your own translation into the list of available translations for a selected group and a language above, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div> | <|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To view an existing translation, select a group and language above.
updated:
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
updated:
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
<|file_sep|>original/annotran/templates/client/sidebar_tutorial.html
<p class="sidebar-tutorial__list-item-content">
To view an existing translation, select a group and language above.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>current/annotran/templates/client/sidebar_tutorial.html
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>updated/annotran/templates/client/sidebar_tutorial.html
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To add your own translation into the list of available translations for a selected group and a language above, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div> | 7748f2f240f3278d184e8d0a1d7f73998b87fed4 | annotran/templates/client/sidebar_tutorial.html | annotran/templates/client/sidebar_tutorial.html | HTML |
<|file_sep|>original/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>current/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>updated/README.md | # Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=devDependencies)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=peerDependencies)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
| <|file_sep|>original/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>current/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>updated/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=devDependencies)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=peerDependencies)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
| a2d90cf0ceae19f4bab590e195c646611cc922c8 | README.md | README.md | Markdown |
<|file_sep|>original/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>current/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>updated/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java |
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
public static final String databusConsumerPrincipal =
"databus.consumer.principal.name";
public static final String databusConsumerKeytab =
"databus.consumer.keytab.path";
} | <|file_sep|>original/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>current/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>updated/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
public static final String databusConsumerPrincipal =
"databus.consumer.principal.name";
public static final String databusConsumerKeytab =
"databus.consumer.keytab.path";
} | 5e7b67e55f4b987753e5e3c632ae6fd4d4cf254f | messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java | messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java | Java |
<|file_sep|>original/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>current/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>updated/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RECENT] = "Recently Added";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) { | <|file_sep|>original/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>current/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>updated/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RECENT] = "Recently Added";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) { | ab0574a03b09d221577adde5879bf96f57658235 | cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | JavaScript |
<|file_sep|>original/spec/classes/mod/dir_spec.rb
<|file_sep|>current/spec/classes/mod/dir_spec.rb
<|file_sep|>updated/spec/classes/mod/dir_spec.rb | describe 'apache::mod::dir', :type => :class do
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
let :facts do
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:concat_basedir => '/dne',
}
end
it { should include_class("apache::params") }
it { should contain_apache__mod('dir') }
end
context "on a RedHat OS" do
let :facts do
{
:osfamily => 'RedHat',
:operatingsystemrelease => '6',
:concat_basedir => '/dne', | <|file_sep|>original/spec/classes/mod/dir_spec.rb
<|file_sep|>current/spec/classes/mod/dir_spec.rb
<|file_sep|>updated/spec/classes/mod/dir_spec.rb
describe 'apache::mod::dir', :type => :class do
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
let :facts do
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:concat_basedir => '/dne',
}
end
it { should include_class("apache::params") }
it { should contain_apache__mod('dir') }
end
context "on a RedHat OS" do
let :facts do
{
:osfamily => 'RedHat',
:operatingsystemrelease => '6',
:concat_basedir => '/dne', | 5fc0c0d490aea8a99fd8437a968d3e26b4bd6f97 | spec/classes/mod/dir_spec.rb | spec/classes/mod/dir_spec.rb | Ruby |
<|file_sep|>original/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>current/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>updated/requirements.txt | docker==2.7.0
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1 | <|file_sep|>original/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>current/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>updated/requirements.txt
docker==2.7.0
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1 | 959d41f627ce55d0ff296087173b28ca15213d80 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>current/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>updated/Utilities/hdf5/HDF5Config.cmake.in | SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
IF (VTK_USE_MPI)
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
ENDIF (VTK_USE_MPI) | <|file_sep|>original/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>current/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>updated/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
IF (VTK_USE_MPI)
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
ENDIF (VTK_USE_MPI) | 1ca82a98541686c611641b7c5c14418d53f01b96 | Utilities/hdf5/HDF5Config.cmake.in | Utilities/hdf5/HDF5Config.cmake.in | unknown |
<|file_sep|>plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java.diff
original:
updated:
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
<|file_sep|>original/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
*/
void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>current/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>updated/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
} | <|file_sep|>plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java.diff
original:
updated:
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
<|file_sep|>original/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
*/
void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>current/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>updated/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
} | 61d17f4eef5cfa5890253a74b657bf02ee8bca03 | plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | Java |
<|file_sep|>lib/facter/freeradius_version.rb.diff
original:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
updated:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
<|file_sep|>original/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>current/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>updated/lib/facter/freeradius_version.rb | if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+)\.\d+\.\d+/)[1].to_s
end
majver
end
end | <|file_sep|>lib/facter/freeradius_version.rb.diff
original:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
updated:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
<|file_sep|>original/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>current/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>updated/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+)\.\d+\.\d+/)[1].to_s
end
majver
end
end | ab08902cd8ebd8c64a26b752511e1257f07814f8 | lib/facter/freeradius_version.rb | lib/facter/freeradius_version.rb | Ruby |
<|file_sep|>original/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>current/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>updated/bokeh/src/main/scala/objects/Guides.scala | package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Double, Double)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label") | <|file_sep|>original/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>current/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>updated/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Double, Double)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label") | 4bc628d409e0bdf795a4566b1ef11a7bb7c9b6a1 | bokeh/src/main/scala/objects/Guides.scala | bokeh/src/main/scala/objects/Guides.scala | Scala |
<|file_sep|>original/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>current/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>updated/src/index.ts | export * from './ngx-segment-analytics.module';
export { SegmentService } from './ngx-segment-analytics.service';
export { SegmentConfig } from './ngx-segment-analytics.config'; | <|file_sep|>original/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>current/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>updated/src/index.ts
export * from './ngx-segment-analytics.module';
export { SegmentService } from './ngx-segment-analytics.service';
export { SegmentConfig } from './ngx-segment-analytics.config'; | c5ef44e14ef33c4df42ac296356c01a65d0834f6 | src/index.ts | src/index.ts | TypeScript |
<|file_sep|>slack-links-archive/links.md.diff
original:
date: 2020-04-16
updated:
date: 2020-04-17
---
## blogs
---
## ctf
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## news
---
## disclosedbugs
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
## synack
---
## web-security
---
## mobile-security
---
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## bugcrowd
---
## help
<|file_sep|>original/slack-links-archive/links.md
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
---
## bugcrowd
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page*
<|file_sep|>current/slack-links-archive/links.md
---
## help
---
## disclosedbugs
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
<|file_sep|>updated/slack-links-archive/links.md |
---
## web-security
---
## mobile-security
---
## hackerone
---
## bugcrowd
---
## help
---
## tools
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page* | <|file_sep|>slack-links-archive/links.md.diff
original:
date: 2020-04-16
updated:
date: 2020-04-17
---
## blogs
---
## ctf
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## news
---
## disclosedbugs
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
## synack
---
## web-security
---
## mobile-security
---
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## bugcrowd
---
## help
<|file_sep|>original/slack-links-archive/links.md
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
---
## bugcrowd
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page*
<|file_sep|>current/slack-links-archive/links.md
---
## help
---
## disclosedbugs
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
<|file_sep|>updated/slack-links-archive/links.md
---
## web-security
---
## mobile-security
---
## hackerone
---
## bugcrowd
---
## help
---
## tools
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page* | 587c151f4ec84f429719b786d3639d948502af5a | slack-links-archive/links.md | slack-links-archive/links.md | Markdown |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>updated/.travis.yml | language: node_js
node_js:
- 7.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>updated/.travis.yml
language: node_js
node_js:
- 7.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | 411c04d0dd80ecd750bfc199d331ea65f3e8ab38 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>current/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>updated/.travis.yml | language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system --no-document
- sudo gem install bundler --no-document -n /usr/local/bin
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci | <|file_sep|>original/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>current/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>updated/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system --no-document
- sudo gem install bundler --no-document -n /usr/local/bin
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci | 43b1ee1977c3701226ed5ad22429b0b8579cfc57 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>current/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>updated/src/components/MarkdownParagraph/index.js | import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph; | <|file_sep|>original/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>current/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>updated/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph; | 2a393e96fbf14190c3c0e63c7ae4ed222f1fb7aa | src/components/MarkdownParagraph/index.js | src/components/MarkdownParagraph/index.js | JavaScript |
<|file_sep|>original/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>current/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>updated/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://www.getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins: | <|file_sep|>original/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>current/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>updated/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://www.getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins: | 4daf93ddbbc14d59e1c4dfad0828a7b5817f0dd9 | cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | YAML |
<|file_sep|>lib/Procure.js.diff
original:
updated:
var package = require('../package.json');
<|file_sep|>lib/Procure.js.diff
original:
'Accept': 'application/json;q=0.9,*/*;q=0.8'
updated:
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
<|file_sep|>original/lib/Procure.js
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8'
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
* @callback Procure~ProcuringComplete
* @param {mixed} err Error message, if any. Null / undefined if none.
<|file_sep|>current/lib/Procure.js
var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
<|file_sep|>updated/lib/Procure.js | var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
var statusCode = res.statusCode;
if (statusCode != 200 ) return procured('non-200 response ' + statusCode);
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/** | <|file_sep|>lib/Procure.js.diff
original:
updated:
var package = require('../package.json');
<|file_sep|>lib/Procure.js.diff
original:
'Accept': 'application/json;q=0.9,*/*;q=0.8'
updated:
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
<|file_sep|>original/lib/Procure.js
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8'
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
* @callback Procure~ProcuringComplete
* @param {mixed} err Error message, if any. Null / undefined if none.
<|file_sep|>current/lib/Procure.js
var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
<|file_sep|>updated/lib/Procure.js
var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
var statusCode = res.statusCode;
if (statusCode != 200 ) return procured('non-200 response ' + statusCode);
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/** | dd538b5472f01f45822f026624d98da78408e492 | lib/Procure.js | lib/Procure.js | JavaScript |
<|file_sep|>original/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>current/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>updated/tox.ini | [tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8 | <|file_sep|>original/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>current/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>updated/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8 | 8d899bd8f2a747fc6f36632dc0e76dbe54fa85a2 | tox.ini | tox.ini | INI |
<|file_sep|>original/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>current/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>updated/_posts/2016-01-08-joey.md | ---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
year: 2016
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA: | <|file_sep|>original/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>current/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>updated/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
year: 2016
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA: | f215070726466a69293a021ad1019a9317963d10 | _posts/2016-01-08-joey.md | _posts/2016-01-08-joey.md | Markdown |
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake spec > .log/spec.log 2>&1
updated:
time bundle exec rake spec > ./log/spec.log 2>&1
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake features > .log/standard_features.log 2>&1
updated:
time bundle exec rake features > ./log/standard_features.log 2>&1
<|file_sep|>original/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > .log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > .log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>current/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>updated/webapp/script/full_test_suite.sh |
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > ./log/enhanced_features.log 2>&1
;;
esac | <|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake spec > .log/spec.log 2>&1
updated:
time bundle exec rake spec > ./log/spec.log 2>&1
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake features > .log/standard_features.log 2>&1
updated:
time bundle exec rake features > ./log/standard_features.log 2>&1
<|file_sep|>original/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > .log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > .log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>current/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>updated/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > ./log/enhanced_features.log 2>&1
;;
esac | 2424e3dfcf72ada533ad6dd4dbea64ee1b4c7d61 | webapp/script/full_test_suite.sh | webapp/script/full_test_suite.sh | Shell |
<|file_sep|>original/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>current/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>updated/package.json | {
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.18",
"bin": "./bin/skit",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0" | <|file_sep|>original/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>current/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>updated/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.18",
"bin": "./bin/skit",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0" | 6e87239612f2e989f1964910acdcc55545dbac93 | package.json | package.json | JSON |
<|file_sep|>original/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>current/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>updated/_includes/google-analytics.html | {% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'auto');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %} | <|file_sep|>original/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>current/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>updated/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'auto');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %} | fd0209a3f6868de182fb218ca61f56f3dd77565b | _includes/google-analytics.html | _includes/google-analytics.html | HTML |
<|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>current/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>updated/.travis.yml | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py | <|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>current/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>updated/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py | eff0db7b579461f293e11bcf2f48092155069eef | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>current/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>updated/bower.json | "moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
} | <|file_sep|>original/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>current/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>updated/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
} | 00d392109813a4331de4cd9eb25cb884f914f632 | bower.json | bower.json | JSON |
<|file_sep|>original/src/app/modules/installers/linux.tpl.jade
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo apt-get update
sudo apt-get dist-upgrade
H3 Step 2: Add Bloom Desktop
pre
sudo apt-get install bloom-desktop
H3 Reporting Errors While Testing
p Start Bloom in a new Terminal. If Bloom dies/crashes,
ol
li Create a .txt file from the contents of the Terminal.
li Look at /var/crash for a file created about the time of the Bloom crash.
li Attach those files with information about what OS you were using (precise, trusty) (64bit, 32bit) and where the OS was running (Virtual Machine, Real hardware), and what you were doing. Using Screenshot is a plus for when you feel that something is not quite right about what is happening.
li Mail to issues at bloomlibrary dot o r g.
<|file_sep|>current/src/app/modules/installers/linux.tpl.jade
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo apt-get update
sudo apt-get dist-upgrade
H3 Step 2: Add Bloom Desktop
pre
sudo apt-get install bloom-desktop
H3 Reporting Errors While Testing
p Start Bloom in a new Terminal. If Bloom dies/crashes,
ol
li Create a .txt file from the contents of the Terminal.
li Look at /var/crash for a file created about the time of the Bloom crash.
li Attach those files with information about what OS you were using (precise, trusty) (64bit, 32bit) and where the OS was running (Virtual Machine, Real hardware), and what you were doing. Using Screenshot is a plus for when you feel that something is not quite right about what is happening.
li Mail to issues at bloomlibrary dot o r g.
<|file_sep|>updated/src/app/modules/installers/linux.tpl.jade | .staticPage
h1 Getting Bloom On Linux
P Bloom 3 is currently available
strong
| for testing
| on Ubuntu Precise and Trusty.
H3 Step 1: Add the repository to your sytem
pre
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo apt-get update
sudo apt-get dist-upgrade
H3 Step 2: Add Bloom Desktop
pre
sudo apt-get install bloom-desktop | <|file_sep|>original/src/app/modules/installers/linux.tpl.jade
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo apt-get update
sudo apt-get dist-upgrade
H3 Step 2: Add Bloom Desktop
pre
sudo apt-get install bloom-desktop
H3 Reporting Errors While Testing
p Start Bloom in a new Terminal. If Bloom dies/crashes,
ol
li Create a .txt file from the contents of the Terminal.
li Look at /var/crash for a file created about the time of the Bloom crash.
li Attach those files with information about what OS you were using (precise, trusty) (64bit, 32bit) and where the OS was running (Virtual Machine, Real hardware), and what you were doing. Using Screenshot is a plus for when you feel that something is not quite right about what is happening.
li Mail to issues at bloomlibrary dot o r g.
<|file_sep|>current/src/app/modules/installers/linux.tpl.jade
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo apt-get update
sudo apt-get dist-upgrade
H3 Step 2: Add Bloom Desktop
pre
sudo apt-get install bloom-desktop
H3 Reporting Errors While Testing
p Start Bloom in a new Terminal. If Bloom dies/crashes,
ol
li Create a .txt file from the contents of the Terminal.
li Look at /var/crash for a file created about the time of the Bloom crash.
li Attach those files with information about what OS you were using (precise, trusty) (64bit, 32bit) and where the OS was running (Virtual Machine, Real hardware), and what you were doing. Using Screenshot is a plus for when you feel that something is not quite right about what is happening.
li Mail to issues at bloomlibrary dot o r g.
<|file_sep|>updated/src/app/modules/installers/linux.tpl.jade
.staticPage
h1 Getting Bloom On Linux
P Bloom 3 is currently available
strong
| for testing
| on Ubuntu Precise and Trusty.
H3 Step 1: Add the repository to your sytem
pre
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add -
wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add -
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main"
sudo apt-get update
sudo apt-get dist-upgrade
H3 Step 2: Add Bloom Desktop
pre
sudo apt-get install bloom-desktop | 9ace12730884ae76691b709dc0a5abea1a38fa97 | src/app/modules/installers/linux.tpl.jade | src/app/modules/installers/linux.tpl.jade | Jade |
<|file_sep|>original/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>current/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>updated/cpp/005_Longest_Palindromic_Substring.cpp | // 5. Longest Palindromic Substring
/**
* Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
*
* Example:
*
* Input: "babad"
* Output: "bab"
* Note: "aba" is also a valid answer.
*
* Example:
*
* Input: "cbbd"
* Output: "bb"
*
* Tags: String
*
* Similar Problems: (H) Shortest Palindrome (E) Palindrome Permutation (H) Palindrome Pairs
*
* Author: Kuang Qin
*/ | <|file_sep|>original/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>current/cpp/005_Longest_Palindromic_Substring.cpp
<|file_sep|>updated/cpp/005_Longest_Palindromic_Substring.cpp
// 5. Longest Palindromic Substring
/**
* Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
*
* Example:
*
* Input: "babad"
* Output: "bab"
* Note: "aba" is also a valid answer.
*
* Example:
*
* Input: "cbbd"
* Output: "bb"
*
* Tags: String
*
* Similar Problems: (H) Shortest Palindrome (E) Palindrome Permutation (H) Palindrome Pairs
*
* Author: Kuang Qin
*/ | efdb86deef9d16459462abcb1dec252e03b078f0 | cpp/005_Longest_Palindromic_Substring.cpp | cpp/005_Longest_Palindromic_Substring.cpp | C++ |
<|file_sep|>netci.groovy.diff
original:
// Generate the builds for debug and release
updated:
// Generate the builds.
<|file_sep|>netci.groovy.diff
original:
def commitJob = job(Utilities.getFullJobName(project, '', false)) {
label('windows')
steps {
batchFile(buildString)
}
updated:
[true, false].each { isPR ->
def newJob = job(Utilities.getFullJobName(project, '', isPR)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.simpleInnerLoopJobSetup(newJob, project, isPR, 'Windows Debug')
<|file_sep|>original/netci.groovy
batchFile(buildString)
}
}
def PRJob = job(Utilities.getFullJobName(project, '', true)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.addScm(commitJob, project)
Utilities.addStandardOptions(commitJob)
Utilities.addStandardNonPRParameters(commitJob)
Utilities.addGithubPushTrigger(commitJob)
Utilities.addPRTestSCM(PRJob, project)
Utilities.addStandardOptions(PRJob)
Utilities.addStandardPRParameters(PRJob, project)
Utilities.addGithubPRTrigger(PRJob, 'Windows Debug')
<|file_sep|>current/netci.groovy
Utilities.simpleInnerLoopJobSetup(newJob, project, isPR, 'Windows Debug')
}
def PRJob = job(Utilities.getFullJobName(project, '', true)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.addScm(commitJob, project)
Utilities.addStandardOptions(commitJob)
Utilities.addStandardNonPRParameters(commitJob)
Utilities.addGithubPushTrigger(commitJob)
Utilities.addPRTestSCM(PRJob, project)
Utilities.addStandardOptions(PRJob)
Utilities.addStandardPRParameters(PRJob, project)
Utilities.addGithubPRTrigger(PRJob, 'Windows Debug')
<|file_sep|>updated/netci.groovy | // Import the utility functionality.
import jobs.generation.Utilities;
def project = 'dotnet/codeformatter'
// Define build string
def buildString = '''call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat" && build.cmd'''
// Generate the builds.
[true, false].each { isPR ->
def newJob = job(Utilities.getFullJobName(project, '', isPR)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.simpleInnerLoopJobSetup(newJob, project, isPR, 'Windows Debug')
} | <|file_sep|>netci.groovy.diff
original:
// Generate the builds for debug and release
updated:
// Generate the builds.
<|file_sep|>netci.groovy.diff
original:
def commitJob = job(Utilities.getFullJobName(project, '', false)) {
label('windows')
steps {
batchFile(buildString)
}
updated:
[true, false].each { isPR ->
def newJob = job(Utilities.getFullJobName(project, '', isPR)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.simpleInnerLoopJobSetup(newJob, project, isPR, 'Windows Debug')
<|file_sep|>original/netci.groovy
batchFile(buildString)
}
}
def PRJob = job(Utilities.getFullJobName(project, '', true)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.addScm(commitJob, project)
Utilities.addStandardOptions(commitJob)
Utilities.addStandardNonPRParameters(commitJob)
Utilities.addGithubPushTrigger(commitJob)
Utilities.addPRTestSCM(PRJob, project)
Utilities.addStandardOptions(PRJob)
Utilities.addStandardPRParameters(PRJob, project)
Utilities.addGithubPRTrigger(PRJob, 'Windows Debug')
<|file_sep|>current/netci.groovy
Utilities.simpleInnerLoopJobSetup(newJob, project, isPR, 'Windows Debug')
}
def PRJob = job(Utilities.getFullJobName(project, '', true)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.addScm(commitJob, project)
Utilities.addStandardOptions(commitJob)
Utilities.addStandardNonPRParameters(commitJob)
Utilities.addGithubPushTrigger(commitJob)
Utilities.addPRTestSCM(PRJob, project)
Utilities.addStandardOptions(PRJob)
Utilities.addStandardPRParameters(PRJob, project)
Utilities.addGithubPRTrigger(PRJob, 'Windows Debug')
<|file_sep|>updated/netci.groovy
// Import the utility functionality.
import jobs.generation.Utilities;
def project = 'dotnet/codeformatter'
// Define build string
def buildString = '''call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat" && build.cmd'''
// Generate the builds.
[true, false].each { isPR ->
def newJob = job(Utilities.getFullJobName(project, '', isPR)) {
label('windows')
steps {
batchFile(buildString)
}
}
Utilities.simpleInnerLoopJobSetup(newJob, project, isPR, 'Windows Debug')
} | a8a3dbd1d38b4cc1202b3d3ab1fd00aef6dc494b | netci.groovy | netci.groovy | Groovy |
<|file_sep|>original/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1"]
[lein-swank "1.4.4"]
[lein-kibit "0.0.8"]]
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly (deref new))))]}}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:source-paths ["/Users/jcf/.lein/dev"]
:search-page-size 30}}
<|file_sep|>current/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1"]
[lein-swank "1.4.4"]
[lein-kibit "0.0.8"]]
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly (deref new))))]}}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:source-paths ["/Users/jcf/.lein/dev"]
:search-page-size 30}}
<|file_sep|>updated/clojure/lein.symlink/profiles.clj | {:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1"]
[lein-swank "1.4.4"]
[lein-kibit "0.0.8"]
[jonase/eastwood "0.0.2"]]
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly (deref new))))]}}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:source-paths ["/Users/jcf/.lein/dev"]
:search-page-size 30}} | <|file_sep|>original/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1"]
[lein-swank "1.4.4"]
[lein-kibit "0.0.8"]]
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly (deref new))))]}}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:source-paths ["/Users/jcf/.lein/dev"]
:search-page-size 30}}
<|file_sep|>current/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1"]
[lein-swank "1.4.4"]
[lein-kibit "0.0.8"]]
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly (deref new))))]}}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:source-paths ["/Users/jcf/.lein/dev"]
:search-page-size 30}}
<|file_sep|>updated/clojure/lein.symlink/profiles.clj
{:user {:dependencies [[slamhound "1.3.1"]
[org.clojure/tools.namespace "0.2.4"]
[clj-stacktrace "0.2.7"]]
:plugins [[lein-pprint "1.1.1"]
[lein-difftest "2.0.0"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.7.1"]
[lein-swank "1.4.4"]
[lein-kibit "0.0.8"]
[jonase/eastwood "0.0.2"]]
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly (deref new))))]}}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:source-paths ["/Users/jcf/.lein/dev"]
:search-page-size 30}} | 86499487f8ff7ed1a5a132ed174620ba052dfead | clojure/lein.symlink/profiles.clj | clojure/lein.symlink/profiles.clj | Clojure |
<|file_sep|>original/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary = 'Myaso is a morphological analysis and synthesis ' \
'library in Ruby.'
spec.homepage = 'https://github.com/dmchk/myaso'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'ffi', '~> 1.9.0'
spec.add_dependency 'myasorubka', '~> 0.2.0.rc'
spec.add_development_dependency 'minitest', '~> 5.0'
<|file_sep|>current/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary = 'Myaso is a morphological analysis and synthesis ' \
'library in Ruby.'
spec.homepage = 'https://github.com/dmchk/myaso'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'ffi', '~> 1.9.0'
spec.add_dependency 'myasorubka', '~> 0.2.0.rc'
spec.add_development_dependency 'minitest', '~> 5.0'
<|file_sep|>updated/myaso.gemspec | require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary = 'Myaso is a morphological analysis and synthesis ' \
'library in Ruby.'
spec.homepage = 'https://github.com/dustalov/myaso'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'ffi', '~> 1.9.0'
spec.add_dependency 'myasorubka', '~> 0.2.0.rc'
spec.add_development_dependency 'minitest', '~> 5.0' | <|file_sep|>original/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary = 'Myaso is a morphological analysis and synthesis ' \
'library in Ruby.'
spec.homepage = 'https://github.com/dmchk/myaso'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'ffi', '~> 1.9.0'
spec.add_dependency 'myasorubka', '~> 0.2.0.rc'
spec.add_development_dependency 'minitest', '~> 5.0'
<|file_sep|>current/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary = 'Myaso is a morphological analysis and synthesis ' \
'library in Ruby.'
spec.homepage = 'https://github.com/dmchk/myaso'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'ffi', '~> 1.9.0'
spec.add_dependency 'myasorubka', '~> 0.2.0.rc'
spec.add_development_dependency 'minitest', '~> 5.0'
<|file_sep|>updated/myaso.gemspec
require 'myaso/version'
Gem::Specification.new do |spec|
spec.name = 'myaso'
spec.version = Myaso::VERSION
spec.authors = ['Dmitry Ustalov', 'Sergey Smagin']
spec.email = ['dmitry@eveel.ru']
spec.description = 'Myaso is a morphological analysis library in Ruby.'
spec.summary = 'Myaso is a morphological analysis and synthesis ' \
'library in Ruby.'
spec.homepage = 'https://github.com/dustalov/myaso'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency 'ffi', '~> 1.9.0'
spec.add_dependency 'myasorubka', '~> 0.2.0.rc'
spec.add_development_dependency 'minitest', '~> 5.0' | ca865be1a90e405e7630ad4b1c20f03f1e4c96ed | myaso.gemspec | myaso.gemspec | Ruby |
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<div class="container">
updated:
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
updated:
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
updated:
<|file_sep|>original/poradnia/users/templates/users/user_list.html
<div class="col-xs-12">
<h2>{% trans 'Users'%}</h2>
</div>
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
<a href="{% url 'users:detail' user.username %}" class="list-group-item{%if user.is_staff%} staff{%endif%}">
<h4 class="list-group-item-heading">{% avatar user %} {{ user.username }}</h4>
{% if user.case_count %}
<p class="list-group-item-text">Case count: {{ user.case_count }}</p>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
<|file_sep|>current/poradnia/users/templates/users/user_list.html
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
<a href="{% url 'users:detail' user.username %}" class="list-group-item{%if user.is_staff%} staff{%endif%}">
<h4 class="list-group-item-heading">{% avatar user %} {{ user.username }}</h4>
{% if user.case_count %}
<p class="list-group-item-text">Case count: {{ user.case_count }}</p>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
</div>
{% endblock content %}
<|file_sep|>updated/poradnia/users/templates/users/user_list.html | <div class="col-xs-12">
<h2>{% trans 'Users'%}</h2>
</div>
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
<a href="{% url 'users:detail' user.username %}" class="list-group-item{%if user.is_staff%} staff{%endif%}">
<h4 class="list-group-item-heading">{% avatar user %} {{ user.username }}</h4>
{% if user.case_count %}
<p class="list-group-item-text">Case count: {{ user.case_count }}</p>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
{% endblock content %} | <|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<div class="container">
updated:
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
updated:
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<|file_sep|>poradnia/users/templates/users/user_list.html.diff
original:
updated:
<|file_sep|>original/poradnia/users/templates/users/user_list.html
<div class="col-xs-12">
<h2>{% trans 'Users'%}</h2>
</div>
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
<a href="{% url 'users:detail' user.username %}" class="list-group-item{%if user.is_staff%} staff{%endif%}">
<h4 class="list-group-item-heading">{% avatar user %} {{ user.username }}</h4>
{% if user.case_count %}
<p class="list-group-item-text">Case count: {{ user.case_count }}</p>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
<|file_sep|>current/poradnia/users/templates/users/user_list.html
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
<a href="{% url 'users:detail' user.username %}" class="list-group-item{%if user.is_staff%} staff{%endif%}">
<h4 class="list-group-item-heading">{% avatar user %} {{ user.username }}</h4>
{% if user.case_count %}
<p class="list-group-item-text">Case count: {{ user.case_count }}</p>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
</div>
{% endblock content %}
<|file_sep|>updated/poradnia/users/templates/users/user_list.html
<div class="col-xs-12">
<h2>{% trans 'Users'%}</h2>
</div>
</div>
<p>{% trans "You don't have access to data of all our users. Mostly you have access to staff and own profile." %}</p>
<div class="row">
<div class="col-lg-12">
<div class="list-group">
{% for user in user_list %}
<a href="{% url 'users:detail' user.username %}" class="list-group-item{%if user.is_staff%} staff{%endif%}">
<h4 class="list-group-item-heading">{% avatar user %} {{ user.username }}</h4>
{% if user.case_count %}
<p class="list-group-item-text">Case count: {{ user.case_count }}</p>
{% endif %}
</a>
{% endfor %}
</div>
</div>
</div>
{% endblock content %} | 6b209f83ddf6f287817d0e9842d1aae3a27fec87 | poradnia/users/templates/users/user_list.html | poradnia/users/templates/users/user_list.html | HTML |
<|file_sep|>start_server.py.diff
original:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
updated:
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
<|file_sep|>original/start_server.py
import os
def start_server():
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
<|file_sep|>current/start_server.py
import os
def start_server():
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
<|file_sep|>updated/start_server.py | import os
def start_server():
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
def send_ssh_server_start(count):
try:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
except:
sleep(count + 1)
| <|file_sep|>start_server.py.diff
original:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
updated:
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
<|file_sep|>original/start_server.py
import os
def start_server():
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
<|file_sep|>current/start_server.py
import os
def start_server():
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
<|file_sep|>updated/start_server.py
import os
def start_server():
count = 0
while count < 2
send_ssh_server_start(count)
count +=1
exit()
def send_ssh_server_start(count):
try:
os.system('ssh pi@192.168.2.4 python python-libs/RaspberryDrive/driving_server.py &')
return
except:
sleep(count + 1)
| 2666eee0a59581c504b36acd618e256cf313c377 | start_server.py | start_server.py | Python |
<|file_sep|>original/README.md
# gods
Data structures for Golang
<|file_sep|>current/README.md
# gods
Data structures for Golang
<|file_sep|>updated/README.md | # gods
[](https://travis-ci.org/kucuny/gods)
Data structures for Golang
| <|file_sep|>original/README.md
# gods
Data structures for Golang
<|file_sep|>current/README.md
# gods
Data structures for Golang
<|file_sep|>updated/README.md
# gods
[](https://travis-ci.org/kucuny/gods)
Data structures for Golang
| 3bd0b49bec90288638bc9b11ba66fd9ddbe766c6 | README.md | README.md | Markdown |
<|file_sep|>original/issue-vars/inconsistent-typing.yml
<|file_sep|>current/issue-vars/inconsistent-typing.yml
<|file_sep|>updated/issue-vars/inconsistent-typing.yml | ---
- name: type preservation test
hosts: localhost
sudo: no
gather_facts: no
vars:
- num_var: 5
- num_ref: "{{ num_var }}"
- num_cast_ref: "{{ num_var | int }}"
- bool_var: yes
- bool_ref: "{{ bool_var }}"
- null_var: null
- null_ref: "{{ null_var }}"
- null2: None
- null2_ref: "{{ null }}"
- var_map:
num_var: "{{ num_var }}"
num_ref: "{{ num_ref }}"
num_ref_cast: "{{ num_ref | int }}" | <|file_sep|>original/issue-vars/inconsistent-typing.yml
<|file_sep|>current/issue-vars/inconsistent-typing.yml
<|file_sep|>updated/issue-vars/inconsistent-typing.yml
---
- name: type preservation test
hosts: localhost
sudo: no
gather_facts: no
vars:
- num_var: 5
- num_ref: "{{ num_var }}"
- num_cast_ref: "{{ num_var | int }}"
- bool_var: yes
- bool_ref: "{{ bool_var }}"
- null_var: null
- null_ref: "{{ null_var }}"
- null2: None
- null2_ref: "{{ null }}"
- var_map:
num_var: "{{ num_var }}"
num_ref: "{{ num_ref }}"
num_ref_cast: "{{ num_ref | int }}" | 56052ab3afe53c38be22a45c25922478690c5b87 | issue-vars/inconsistent-typing.yml | issue-vars/inconsistent-typing.yml | YAML |
<|file_sep|>osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs.diff
original:
IconColour = OsuColour.FromHex("555"),
updated:
IconColour = OsuColour.Gray(0.35f),
<|file_sep|>original/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.FromHex("555"),
IconHoverColour = Color4.White,
HoverColour = OsuColour.FromHex("3A3A3A"),
FlashColour = OsuColour.FromHex("555"),
Action = () => Action?.Invoke()
};
button.Enabled.BindTo(Enabled);
Width = button.ButtonSize.X;
}
protected override void Update()
{
<|file_sep|>current/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.Gray(0.35f),
IconHoverColour = Color4.White,
HoverColour = OsuColour.FromHex("3A3A3A"),
FlashColour = OsuColour.FromHex("555"),
Action = () => Action?.Invoke()
};
button.Enabled.BindTo(Enabled);
Width = button.ButtonSize.X;
}
protected override void Update()
{
<|file_sep|>updated/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs | private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.Gray(0.35f),
IconHoverColour = Color4.White,
HoverColour = OsuColour.Gray(0.25f),
FlashColour = OsuColour.Gray(0.5f),
Action = () => Action?.Invoke()
};
button.Enabled.BindTo(Enabled);
Width = button.ButtonSize.X;
}
protected override void Update()
{ | <|file_sep|>osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs.diff
original:
IconColour = OsuColour.FromHex("555"),
updated:
IconColour = OsuColour.Gray(0.35f),
<|file_sep|>original/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.FromHex("555"),
IconHoverColour = Color4.White,
HoverColour = OsuColour.FromHex("3A3A3A"),
FlashColour = OsuColour.FromHex("555"),
Action = () => Action?.Invoke()
};
button.Enabled.BindTo(Enabled);
Width = button.ButtonSize.X;
}
protected override void Update()
{
<|file_sep|>current/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.Gray(0.35f),
IconHoverColour = Color4.White,
HoverColour = OsuColour.FromHex("3A3A3A"),
FlashColour = OsuColour.FromHex("555"),
Action = () => Action?.Invoke()
};
button.Enabled.BindTo(Enabled);
Width = button.ButtonSize.X;
}
protected override void Update()
{
<|file_sep|>updated/osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs
private readonly IconButton button;
public TimelineButton()
{
InternalChild = button = new IconButton
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
IconColour = OsuColour.Gray(0.35f),
IconHoverColour = Color4.White,
HoverColour = OsuColour.Gray(0.25f),
FlashColour = OsuColour.Gray(0.5f),
Action = () => Action?.Invoke()
};
button.Enabled.BindTo(Enabled);
Width = button.ButtonSize.X;
}
protected override void Update()
{ | c0d64bf409b1e7afb9868a8040459d7e1e30fa21 | osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs | osu.Game/Screens/Edit/Screens/Compose/Timeline/TimelineButton.cs | C# |
<|file_sep|>original/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tracks model attributes changes."
s.description = "Tracks model attributes changes."
s.cert_chain = ['certs/pdionne-gem-public_cert.pem']
s.signing_key = File.expand_path("~/.gem/pdionne-gem-private_key.pem") if $0 =~ /gem\z/
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.add_dependency 'rails', '>= 3.0.0'
end
<|file_sep|>current/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tracks model attributes changes."
s.description = "Tracks model attributes changes."
s.cert_chain = ['certs/pdionne-gem-public_cert.pem']
s.signing_key = File.expand_path("~/.gem/pdionne-gem-private_key.pem") if $0 =~ /gem\z/
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.add_dependency 'rails', '>= 3.0.0'
end
<|file_sep|>updated/historyable.gemspec |
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tracks model attributes changes."
s.description = "Tracks model attributes changes."
s.cert_chain = ['certs/pdionne-gem-public_cert.pem']
s.signing_key = File.expand_path("~/.gem/pdionne-gem-private_key.pem") if $0 =~ /gem\z/
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.add_dependency 'active_record', '>= 3.0.0'
end | <|file_sep|>original/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tracks model attributes changes."
s.description = "Tracks model attributes changes."
s.cert_chain = ['certs/pdionne-gem-public_cert.pem']
s.signing_key = File.expand_path("~/.gem/pdionne-gem-private_key.pem") if $0 =~ /gem\z/
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.add_dependency 'rails', '>= 3.0.0'
end
<|file_sep|>current/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tracks model attributes changes."
s.description = "Tracks model attributes changes."
s.cert_chain = ['certs/pdionne-gem-public_cert.pem']
s.signing_key = File.expand_path("~/.gem/pdionne-gem-private_key.pem") if $0 =~ /gem\z/
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.add_dependency 'rails', '>= 3.0.0'
end
<|file_sep|>updated/historyable.gemspec
Gem::Specification.new do |s|
s.name = "historyable"
s.version = Historyable::VERSION
s.authors = ["Philippe Dionne"]
s.email = ['philippe.dionne@hooktstudios.com']
s.homepage = "https://github.com/hooktstudios/historyable"
s.licenses = ['MIT']
s.summary = "Tracks model attributes changes."
s.description = "Tracks model attributes changes."
s.cert_chain = ['certs/pdionne-gem-public_cert.pem']
s.signing_key = File.expand_path("~/.gem/pdionne-gem-private_key.pem") if $0 =~ /gem\z/
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.rubyforge_project = '[none]'
s.add_dependency 'active_record', '>= 3.0.0'
end | e139bdf494b43777fc656612246898d37b8dd546 | historyable.gemspec | historyable.gemspec | Ruby |
<|file_sep|>original/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.42
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5
<|file_sep|>current/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.42
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5
<|file_sep|>updated/requirements.txt | aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.43
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5 | <|file_sep|>original/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.42
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5
<|file_sep|>current/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.42
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5
<|file_sep|>updated/requirements.txt
aioamqp==0.9.0
aiobotocore==0.3.1
aiohttp==2.0.7
async-timeout==1.2.0
botocore==1.5.43
chardet==3.0.2
docutils==0.13.1
jmespath==0.9.2
multidict==2.1.4
python-dateutil==2.6.0
six==1.10.0
ujson==1.35
uvloop==0.8.0
yarl==0.10.0
pytest-cov==2.4.0
pytest-pep8==1.0.6
codecov==2.0.5 | 1a1ab877e6102c0365d0093f580d16ba26bcb574 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] : '';
};
<|file_sep|>current/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] : '';
};
<|file_sep|>updated/src/util.js | export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match && match.length > 1 ? match[1] : '';
}; | <|file_sep|>original/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] : '';
};
<|file_sep|>current/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match.length > 1 ? match[1] : '';
};
<|file_sep|>updated/src/util.js
export const extractWithRegex = regex => (url) => {
const match = url.match(regex);
return match && match.length > 1 ? match[1] : '';
}; | b1ced0e86f6cd5d6b7360d126e274a2993c68338 | src/util.js | src/util.js | JavaScript |
<|file_sep|>original/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_confirmation(login)
end
# mail the user to notify they have had their account suspended
def after_suspend(login, transition)
LoginMailer.deliver_suspension_notice(login)
end
def after_mark_deleted(login, transition)
LoginMailer.deliver_deletion_notice(login)
end
<|file_sep|>current/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_confirmation(login)
end
# mail the user to notify they have had their account suspended
def after_suspend(login, transition)
LoginMailer.deliver_suspension_notice(login)
end
def after_mark_deleted(login, transition)
LoginMailer.deliver_deletion_notice(login)
end
<|file_sep|>updated/app/models/login_observer.rb | class LoginObserver < ActiveRecord::Observer
unloadable
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_confirmation(login)
end
# mail the user to notify they have had their account suspended
def after_suspend(login, transition)
LoginMailer.deliver_suspension_notice(login)
end
def after_mark_deleted(login, transition)
LoginMailer.deliver_deletion_notice(login)
end | <|file_sep|>original/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_confirmation(login)
end
# mail the user to notify they have had their account suspended
def after_suspend(login, transition)
LoginMailer.deliver_suspension_notice(login)
end
def after_mark_deleted(login, transition)
LoginMailer.deliver_deletion_notice(login)
end
<|file_sep|>current/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_confirmation(login)
end
# mail the user to notify they have had their account suspended
def after_suspend(login, transition)
LoginMailer.deliver_suspension_notice(login)
end
def after_mark_deleted(login, transition)
LoginMailer.deliver_deletion_notice(login)
end
<|file_sep|>updated/app/models/login_observer.rb
class LoginObserver < ActiveRecord::Observer
unloadable
# mail the user after signing up
def after_request_activation(login, transition)
LoginMailer.deliver_activation_request(login)
end
# mail the user to confirm activation
def after_activate(login, transition)
LoginMailer.deliver_activation_confirmation(login)
end
# mail the user to notify they have had their account suspended
def after_suspend(login, transition)
LoginMailer.deliver_suspension_notice(login)
end
def after_mark_deleted(login, transition)
LoginMailer.deliver_deletion_notice(login)
end | b99913a3f7dd6b666dfb1316f41069497196ad3b | app/models/login_observer.rb | app/models/login_observer.rb | Ruby |
<|file_sep|>src/js/components/Timeline.jsx.diff
original:
const divStyle = {
maxHeight: '450px',
overflowY: 'scroll',
};
updated:
<|file_sep|>original/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
const divStyle = {
maxHeight: '450px',
overflowY: 'scroll',
};
return (
<div className="column" style={divStyle}>
<article className="message">
<div className="message-header">
Timeline
</div>
<div className="message-body">
<|file_sep|>current/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
return (
<div className="column" style={divStyle}>
<article className="message">
<div className="message-header">
Timeline
</div>
<div className="message-body">
{actions}
</div>
</article>
</div>
);
<|file_sep|>updated/src/js/components/Timeline.jsx | const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
return (
<div className="column">
<article className="message">
<div className="message-header">
Timeline
</div>
<div className="message-body">
{actions}
</div>
</article>
</div>
); | <|file_sep|>src/js/components/Timeline.jsx.diff
original:
const divStyle = {
maxHeight: '450px',
overflowY: 'scroll',
};
updated:
<|file_sep|>original/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
const divStyle = {
maxHeight: '450px',
overflowY: 'scroll',
};
return (
<div className="column" style={divStyle}>
<article className="message">
<div className="message-header">
Timeline
</div>
<div className="message-body">
<|file_sep|>current/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
return (
<div className="column" style={divStyle}>
<article className="message">
<div className="message-header">
Timeline
</div>
<div className="message-body">
{actions}
</div>
</article>
</div>
);
<|file_sep|>updated/src/js/components/Timeline.jsx
const propTypes = {
timeline: PropTypes.array.isRequired,
};
const Timeline = (props) => {
const actions = props.timeline.map((action, i) => {
return <TimelineAction key={i} action={action} />;
});
return (
<div className="column">
<article className="message">
<div className="message-header">
Timeline
</div>
<div className="message-body">
{actions}
</div>
</article>
</div>
); | b6efcc891b8e9d7ac523bde28ce1c0f74e7cee80 | src/js/components/Timeline.jsx | src/js/components/Timeline.jsx | JSX |
<|file_sep|>original/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 14'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
source_url 'https://github.com/osuosl-cookbooks/rdiff-backup'
depends 'nrpe'
depends 'sudo'
depends 'yum-epel'
supports 'centos', '~> 7.0'
supports 'centos', '~> 8.0'
<|file_sep|>current/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 14'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
source_url 'https://github.com/osuosl-cookbooks/rdiff-backup'
depends 'nrpe'
depends 'sudo'
depends 'yum-epel'
supports 'centos', '~> 7.0'
supports 'centos', '~> 8.0'
<|file_sep|>updated/metadata.rb | name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 16.0'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
source_url 'https://github.com/osuosl-cookbooks/rdiff-backup'
depends 'nrpe'
depends 'sudo'
depends 'yum-epel'
supports 'centos', '~> 7.0'
supports 'centos', '~> 8.0' | <|file_sep|>original/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 14'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
source_url 'https://github.com/osuosl-cookbooks/rdiff-backup'
depends 'nrpe'
depends 'sudo'
depends 'yum-epel'
supports 'centos', '~> 7.0'
supports 'centos', '~> 8.0'
<|file_sep|>current/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 14'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
source_url 'https://github.com/osuosl-cookbooks/rdiff-backup'
depends 'nrpe'
depends 'sudo'
depends 'yum-epel'
supports 'centos', '~> 7.0'
supports 'centos', '~> 8.0'
<|file_sep|>updated/metadata.rb
name 'rdiff-backup'
maintainer 'Oregon State University'
maintainer_email 'chef@osuosl.org'
license 'Apache-2.0'
chef_version '>= 16.0'
description 'Installs/Configures rdiff-backup'
version '4.3.1'
issues_url 'https://github.com/osuosl-cookbooks/rdiff-backup/issues'
source_url 'https://github.com/osuosl-cookbooks/rdiff-backup'
depends 'nrpe'
depends 'sudo'
depends 'yum-epel'
supports 'centos', '~> 7.0'
supports 'centos', '~> 8.0' | ab1fb7cd6b9ecbb04165048e0616920f5056fd1b | metadata.rb | metadata.rb | Ruby |
<|file_sep|>app/reports/integrity_check.rb.diff
original:
updated:
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
<|file_sep|>original/app/reports/integrity_check.rb
private
def has_data?
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless Educator.count > 0
end
def has_valid_data?
StudentAssessment.find_each(&:save!)
Assessment.find_each(&:save!)
Educator.find_each(&:save!)
Student.find_each(&:save!)
StudentSchoolYear.find_each(&:save!)
end
end
<|file_sep|>current/app/reports/integrity_check.rb
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless Educator.count > 0
end
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
def has_valid_data?
StudentAssessment.find_each(&:save!)
Assessment.find_each(&:save!)
Educator.find_each(&:save!)
Student.find_each(&:save!)
StudentSchoolYear.find_each(&:save!)
end
end
<|file_sep|>updated/app/reports/integrity_check.rb | def has_data?
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless Educator.count > 0
end
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
def has_valid_data?
models_to_check.each do |model|
puts "Validating #{model.to_s.pluralize}..."
model.find_each(&:save!)
end
end
end | <|file_sep|>app/reports/integrity_check.rb.diff
original:
updated:
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
<|file_sep|>original/app/reports/integrity_check.rb
private
def has_data?
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless Educator.count > 0
end
def has_valid_data?
StudentAssessment.find_each(&:save!)
Assessment.find_each(&:save!)
Educator.find_each(&:save!)
Student.find_each(&:save!)
StudentSchoolYear.find_each(&:save!)
end
end
<|file_sep|>current/app/reports/integrity_check.rb
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless Educator.count > 0
end
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
def has_valid_data?
StudentAssessment.find_each(&:save!)
Assessment.find_each(&:save!)
Educator.find_each(&:save!)
Student.find_each(&:save!)
StudentSchoolYear.find_each(&:save!)
end
end
<|file_sep|>updated/app/reports/integrity_check.rb
def has_data?
raise "no students" unless Student.count > 0
raise "no schools" unless School.count > 0
raise "no assesments" unless Assessment.count > 0
raise "no homerooms" unless Homeroom.count > 0
raise "no student assessments" unless StudentAssessment.count > 0
raise "no educators" unless Educator.count > 0
end
def models_to_check
[StudentAssessment, Assessment, Educator, Student, StudentSchoolYear]
end
def has_valid_data?
models_to_check.each do |model|
puts "Validating #{model.to_s.pluralize}..."
model.find_each(&:save!)
end
end
end | f722e0d9d2b327a7f55472f77bb690b90153c10e | app/reports/integrity_check.rb | app/reports/integrity_check.rb | Ruby |
<|file_sep|>Gopkg.toml.diff
original:
[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"
updated:
<|file_sep|>original/Gopkg.toml
name = "github.com/olekukonko/tablewriter"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/text"
<|file_sep|>current/Gopkg.toml
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/text"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
<|file_sep|>updated/Gopkg.toml | version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2" | <|file_sep|>Gopkg.toml.diff
original:
[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"
updated:
<|file_sep|>original/Gopkg.toml
name = "github.com/olekukonko/tablewriter"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/text"
<|file_sep|>current/Gopkg.toml
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/text"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
<|file_sep|>updated/Gopkg.toml
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2" | b63ac03eba339e547f1ba34a57e22ca289abec5b | Gopkg.toml | Gopkg.toml | TOML |
<|file_sep|>original/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.2.5
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt
<|file_sep|>current/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.2.5
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt
<|file_sep|>updated/dev-requirements.txt | alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.3.0
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt | <|file_sep|>original/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.2.5
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt
<|file_sep|>current/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.2.5
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt
<|file_sep|>updated/dev-requirements.txt
alabaster==0.7.9
coverage==4.4.2
coverage_pth==0.0.1
codecov==2.0.9
flake8==3.5.0
mock==2.0.0
pypandoc==1.4
pytest==3.3.0
recommonmark==0.4.0
sphinxcontrib-spelling==4.0.1
Sphinx==1.6.5
tox==2.9.1
-r requirements.txt | 934adceef18f416301708fb93c61b7129ffecc8f | dev-requirements.txt | dev-requirements.txt | Text |
<|file_sep|>original/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing digital
// ocean.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()
if c.Datacenter != "" {
config.Datacenter = c.Datacenter
}
if c.Address != "" {
config.Address = c.Address
}
<|file_sep|>current/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing digital
// ocean.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()
if c.Datacenter != "" {
config.Datacenter = c.Datacenter
}
if c.Address != "" {
config.Address = c.Address
}
<|file_sep|>updated/builtin/providers/consul/config.go | "log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing consul.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()
if c.Datacenter != "" {
config.Datacenter = c.Datacenter
}
if c.Address != "" {
config.Address = c.Address
}
client, err := consulapi.NewClient(config) | <|file_sep|>original/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing digital
// ocean.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()
if c.Datacenter != "" {
config.Datacenter = c.Datacenter
}
if c.Address != "" {
config.Address = c.Address
}
<|file_sep|>current/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing digital
// ocean.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()
if c.Datacenter != "" {
config.Datacenter = c.Datacenter
}
if c.Address != "" {
config.Address = c.Address
}
<|file_sep|>updated/builtin/providers/consul/config.go
"log"
consulapi "github.com/hashicorp/consul/api"
)
type Config struct {
Datacenter string `mapstructure:"datacenter"`
Address string `mapstructure:"address"`
}
// Client() returns a new client for accessing consul.
//
func (c *Config) Client() (*consulapi.Client, error) {
config := consulapi.DefaultConfig()
if c.Datacenter != "" {
config.Datacenter = c.Datacenter
}
if c.Address != "" {
config.Address = c.Address
}
client, err := consulapi.NewClient(config) | 090a30e98830f1168f88549cce394d672130e5b1 | builtin/providers/consul/config.go | builtin/providers/consul/config.go | Go |
<|file_sep|>Battery-Commander.Tests/ACFTTests.cs.diff
original:
updated:
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
<|file_sep|>original/Battery-Commander.Tests/ACFTTests.cs
using BatteryCommander.Web.Models.Data;
using System;
using Xunit;
namespace BatteryCommander.Tests
{
public class ACFTTests
{
[Theory]
[InlineData(15, 54, 84)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTScoreTables.TwoMileRun(new TimeSpan(0, minutes, seconds)));
}
}
}
<|file_sep|>current/Battery-Commander.Tests/ACFTTests.cs
using BatteryCommander.Web.Models.Data;
using System;
using Xunit;
namespace BatteryCommander.Tests
{
public class ACFTTests
{
[Theory]
[InlineData(15, 54, 84)]
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTScoreTables.TwoMileRun(new TimeSpan(0, minutes, seconds)));
}
}
}
<|file_sep|>updated/Battery-Commander.Tests/ACFTTests.cs | {
[Theory]
[InlineData(15, 54, 84)]
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTScoreTables.TwoMileRun(new TimeSpan(0, minutes, seconds)));
}
[Theory]
[InlineData(61, 100)]
[InlineData(30, 70)]
public void Calculate_Pushups(int reps, int expected)
{
Assert.Equal(expected, ACFTScoreTables.HandReleasePushUps(reps));
}
}
} | <|file_sep|>Battery-Commander.Tests/ACFTTests.cs.diff
original:
updated:
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
<|file_sep|>original/Battery-Commander.Tests/ACFTTests.cs
using BatteryCommander.Web.Models.Data;
using System;
using Xunit;
namespace BatteryCommander.Tests
{
public class ACFTTests
{
[Theory]
[InlineData(15, 54, 84)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTScoreTables.TwoMileRun(new TimeSpan(0, minutes, seconds)));
}
}
}
<|file_sep|>current/Battery-Commander.Tests/ACFTTests.cs
using BatteryCommander.Web.Models.Data;
using System;
using Xunit;
namespace BatteryCommander.Tests
{
public class ACFTTests
{
[Theory]
[InlineData(15, 54, 84)]
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTScoreTables.TwoMileRun(new TimeSpan(0, minutes, seconds)));
}
}
}
<|file_sep|>updated/Battery-Commander.Tests/ACFTTests.cs
{
[Theory]
[InlineData(15, 54, 84)]
[InlineData(13, 29, 100)]
[InlineData(23, 01, 0)]
[InlineData(19, 05, 64)]
[InlineData(17, 42, 72)]
public void Calculate_Run_Score(int minutes, int seconds, int expected)
{
Assert.Equal(expected, ACFTScoreTables.TwoMileRun(new TimeSpan(0, minutes, seconds)));
}
[Theory]
[InlineData(61, 100)]
[InlineData(30, 70)]
public void Calculate_Pushups(int reps, int expected)
{
Assert.Equal(expected, ACFTScoreTables.HandReleasePushUps(reps));
}
}
} | 5b5e95b69af18a8f22b975fb409e0937f7b70247 | Battery-Commander.Tests/ACFTTests.cs | Battery-Commander.Tests/ACFTTests.cs | C# |
<|file_sep|>original/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version '1.0.0'
depends 'build-essential', '~> 2.2.3'
depends 'selinux', '~> 0.9.0'
depends 'docker', '~> 2.3'
supports 'rhel'
<|file_sep|>current/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version '1.0.0'
depends 'build-essential', '~> 2.2.3'
depends 'selinux', '~> 0.9.0'
depends 'docker', '~> 2.3'
supports 'rhel'
<|file_sep|>updated/metadata.rb | name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version '1.0.0'
depends 'build-essential', '~> 2.2.3'
depends 'selinux', '~> 0.9.0'
depends 'docker', '~> 2.3'
supports 'rhel'
supports 'centos'
| <|file_sep|>original/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version '1.0.0'
depends 'build-essential', '~> 2.2.3'
depends 'selinux', '~> 0.9.0'
depends 'docker', '~> 2.3'
supports 'rhel'
<|file_sep|>current/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version '1.0.0'
depends 'build-essential', '~> 2.2.3'
depends 'selinux', '~> 0.9.0'
depends 'docker', '~> 2.3'
supports 'rhel'
<|file_sep|>updated/metadata.rb
name 'kubernetes'
maintainer 'Andre Elizondo'
maintainer_email 'andre@chef.io'
license 'apache2'
description 'Resources for managing Kubernetes'
long_description 'Deploy a Kubernetes cluster and create, destroy, and update Kubernetes Pods, Services, and Replication Controllers'
version '1.0.0'
depends 'build-essential', '~> 2.2.3'
depends 'selinux', '~> 0.9.0'
depends 'docker', '~> 2.3'
supports 'rhel'
supports 'centos'
| 5063f6e2543258cface0281d51120e2ed36755c2 | metadata.rb | metadata.rb | Ruby |
<|file_sep|>original/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>current/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>updated/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md | ---
layout: post
title: Sniffing HTTPS packets from an iPhone
date: 2018-02-09
summary:
categories: [how-to]
---
On macOS
1. Get the Charles proxy app
1. Do https://medium.com/@jamesmarino/monitoring-ios-https-network-traffic-a5d9fbe0edfe
1. Don't forget to https://stackoverflow.com/questions/15768143/ios-app-ssl-handshake-failed#answer-43849537 | <|file_sep|>original/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>current/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
<|file_sep|>updated/_drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md
---
layout: post
title: Sniffing HTTPS packets from an iPhone
date: 2018-02-09
summary:
categories: [how-to]
---
On macOS
1. Get the Charles proxy app
1. Do https://medium.com/@jamesmarino/monitoring-ios-https-network-traffic-a5d9fbe0edfe
1. Don't forget to https://stackoverflow.com/questions/15768143/ios-app-ssl-handshake-failed#answer-43849537 | 09e751d9636af8134c09168a0b2dc79c1794fa33 | _drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md | _drafts/2018-02-09-sniffing-https-packets-from-an-iphone.md | Markdown |
<|file_sep|>original/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh
<|file_sep|>current/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh
<|file_sep|>updated/environment.yml | name: ospcdyn
channels:
- ospc
dependencies:
- python>=3.6
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh | <|file_sep|>original/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh
<|file_sep|>current/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh
<|file_sep|>updated/environment.yml
name: ospcdyn
channels:
- ospc
dependencies:
- python>=3.6
- setuptools
- mkl
- scipy>=0.18.1
- matplotlib
- taxcalc>=0.19.0
- numba
- numpy>=1.12.1
- pandas>=0.20.1
- pytest
- pytest-pep8
- pytest-xdist
- dask
- bokeh | 24e2447363cfe58a9533f3c4c25946caf8e468d2 | environment.yml | environment.yml | YAML |
<|file_sep|>original/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* delegate)
: group_(group),
icon_size_(size),
bitmap_(NULL),
delegate_(delegate) {
}
IconLoader::~IconLoader() {
delete bitmap_;
}
void IconLoader::Start() {
<|file_sep|>current/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* delegate)
: group_(group),
icon_size_(size),
bitmap_(NULL),
delegate_(delegate) {
}
IconLoader::~IconLoader() {
delete bitmap_;
}
void IconLoader::Start() {
<|file_sep|>updated/chrome/browser/icon_loader.cc | #include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* delegate)
: target_message_loop_(NULL),
group_(group),
icon_size_(size),
bitmap_(NULL),
delegate_(delegate) {
}
IconLoader::~IconLoader() {
delete bitmap_;
}
| <|file_sep|>original/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* delegate)
: group_(group),
icon_size_(size),
bitmap_(NULL),
delegate_(delegate) {
}
IconLoader::~IconLoader() {
delete bitmap_;
}
void IconLoader::Start() {
<|file_sep|>current/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* delegate)
: group_(group),
icon_size_(size),
bitmap_(NULL),
delegate_(delegate) {
}
IconLoader::~IconLoader() {
delete bitmap_;
}
void IconLoader::Start() {
<|file_sep|>updated/chrome/browser/icon_loader.cc
#include "chrome/browser/icon_loader.h"
#include "base/message_loop.h"
#include "base/mime_util.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
#include "third_party/skia/include/core/SkBitmap.h"
IconLoader::IconLoader(const IconGroupID& group, IconSize size,
Delegate* delegate)
: target_message_loop_(NULL),
group_(group),
icon_size_(size),
bitmap_(NULL),
delegate_(delegate) {
}
IconLoader::~IconLoader() {
delete bitmap_;
}
| 2bd00c0af40ebaf35a911e0cc73b5d4d71ba2121 | chrome/browser/icon_loader.cc | chrome/browser/icon_loader.cc | C++ |
<|file_sep|>src/emoji/emojiSelectors.js.diff
original:
Object.keys(emojis).reduce((result, key) => {
result[key] = { ...emojis[key], source_url: getFullUrl(emojis[key].source_url, auth.realm) };
updated:
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis[id].source_url, auth.realm) };
<|file_sep|>original/src/emoji/emojiSelectors.js
/* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(emojis).reduce((result, key) => {
result[key] = { ...emojis[key], source_url: getFullUrl(emojis[key].source_url, auth.realm) };
return result;
}, {}),
);
export const getActiveRealmEmojiById = createSelector(getAllRealmEmojiById, emojis =>
Object.keys(emojis)
.filter(emoji => !emojis[emoji].deactivated)
.reduce((result, key) => {
result[key] = emojis[key];
return result;
}, {}),
);
<|file_sep|>current/src/emoji/emojiSelectors.js
/* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis[id].source_url, auth.realm) };
return result;
}, {}),
);
export const getActiveRealmEmojiById = createSelector(getAllRealmEmojiById, emojis =>
Object.keys(emojis)
.filter(emoji => !emojis[emoji].deactivated)
.reduce((result, key) => {
result[key] = emojis[key];
return result;
}, {}),
);
<|file_sep|>updated/src/emoji/emojiSelectors.js | /* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis[id].source_url, auth.realm) };
return result;
}, {}),
);
export const getActiveRealmEmojiById = createSelector(getAllRealmEmojiById, emojis =>
Object.keys(emojis)
.filter(id => !emojis[id].deactivated)
.reduce((result, id) => {
result[id] = emojis[id];
return result;
}, {}),
); | <|file_sep|>src/emoji/emojiSelectors.js.diff
original:
Object.keys(emojis).reduce((result, key) => {
result[key] = { ...emojis[key], source_url: getFullUrl(emojis[key].source_url, auth.realm) };
updated:
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis[id].source_url, auth.realm) };
<|file_sep|>original/src/emoji/emojiSelectors.js
/* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(emojis).reduce((result, key) => {
result[key] = { ...emojis[key], source_url: getFullUrl(emojis[key].source_url, auth.realm) };
return result;
}, {}),
);
export const getActiveRealmEmojiById = createSelector(getAllRealmEmojiById, emojis =>
Object.keys(emojis)
.filter(emoji => !emojis[emoji].deactivated)
.reduce((result, key) => {
result[key] = emojis[key];
return result;
}, {}),
);
<|file_sep|>current/src/emoji/emojiSelectors.js
/* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis[id].source_url, auth.realm) };
return result;
}, {}),
);
export const getActiveRealmEmojiById = createSelector(getAllRealmEmojiById, emojis =>
Object.keys(emojis)
.filter(emoji => !emojis[emoji].deactivated)
.reduce((result, key) => {
result[key] = emojis[key];
return result;
}, {}),
);
<|file_sep|>updated/src/emoji/emojiSelectors.js
/* @flow */
import { createSelector } from 'reselect';
import { getRawRealmEmoji } from '../directSelectors';
import { getAuth } from '../account/accountSelectors';
import { getFullUrl } from '../utils/url';
export const getAllRealmEmojiById = createSelector(getAuth, getRawRealmEmoji, (auth, emojis) =>
Object.keys(emojis).reduce((result, id) => {
result[id] = { ...emojis[id], source_url: getFullUrl(emojis[id].source_url, auth.realm) };
return result;
}, {}),
);
export const getActiveRealmEmojiById = createSelector(getAllRealmEmojiById, emojis =>
Object.keys(emojis)
.filter(id => !emojis[id].deactivated)
.reduce((result, id) => {
result[id] = emojis[id];
return result;
}, {}),
); | 2751309be9d600f09a4cb7fa9458654fbae7d5f7 | src/emoji/emojiSelectors.js | src/emoji/emojiSelectors.js | JavaScript |
<|file_sep|>spec/controllers/api/api_controller_spec.rb.diff
original:
expect{hash_body = json}.not_to raise_exception
expect(hash_body).to include(:message => I18n.t('api.core.status_ok'))
updated:
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
<|file_sep|>spec/controllers/api/api_controller_spec.rb.diff
original:
Extends::API_VERSIONS.each_with_index do |ver, index|
updated:
Extends::API_VERSIONS.each do |ver|
<|file_sep|>original/spec/controllers/api/api_controller_spec.rb
end
it 'Response with correct JSON status structure' do
hash_body = nil
expect{hash_body = json}.not_to raise_exception
expect(hash_body).to include(:message => I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each_with_index do |ver, index|
expect(hash_body['versions']).to include(
{ 'version' => ver,
'baseUrl' => "/api/#{ver}/" }
)
end
end
end
describe 'GET #health' do
before do
get :health
end
<|file_sep|>current/spec/controllers/api/api_controller_spec.rb
end
it 'Response with correct JSON status structure' do
hash_body = nil
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each do |ver|
expect(hash_body['versions']).to include(
{ 'version' => ver,
'baseUrl' => "/api/#{ver}/" }
)
end
end
end
describe 'GET #health' do
before do
get :health
end
<|file_sep|>updated/spec/controllers/api/api_controller_spec.rb | end
it 'Response with correct JSON status structure' do
hash_body = nil
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each do |ver|
expect(hash_body['versions']).to include(
'version' => ver,
'baseUrl' => "/api/#{ver}/"
)
end
end
end
describe 'GET #health' do
before do
get :health
end | <|file_sep|>spec/controllers/api/api_controller_spec.rb.diff
original:
expect{hash_body = json}.not_to raise_exception
expect(hash_body).to include(:message => I18n.t('api.core.status_ok'))
updated:
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
<|file_sep|>spec/controllers/api/api_controller_spec.rb.diff
original:
Extends::API_VERSIONS.each_with_index do |ver, index|
updated:
Extends::API_VERSIONS.each do |ver|
<|file_sep|>original/spec/controllers/api/api_controller_spec.rb
end
it 'Response with correct JSON status structure' do
hash_body = nil
expect{hash_body = json}.not_to raise_exception
expect(hash_body).to include(:message => I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each_with_index do |ver, index|
expect(hash_body['versions']).to include(
{ 'version' => ver,
'baseUrl' => "/api/#{ver}/" }
)
end
end
end
describe 'GET #health' do
before do
get :health
end
<|file_sep|>current/spec/controllers/api/api_controller_spec.rb
end
it 'Response with correct JSON status structure' do
hash_body = nil
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each do |ver|
expect(hash_body['versions']).to include(
{ 'version' => ver,
'baseUrl' => "/api/#{ver}/" }
)
end
end
end
describe 'GET #health' do
before do
get :health
end
<|file_sep|>updated/spec/controllers/api/api_controller_spec.rb
end
it 'Response with correct JSON status structure' do
hash_body = nil
expect { hash_body = json }.not_to raise_exception
expect(hash_body).to include(message: I18n.t('api.core.status_ok'))
expect(hash_body).to include('versions')
Extends::API_VERSIONS.each do |ver|
expect(hash_body['versions']).to include(
'version' => ver,
'baseUrl' => "/api/#{ver}/"
)
end
end
end
describe 'GET #health' do
before do
get :health
end | 7a320ae031bda7dd886770eceb99934b1e07f2ae | spec/controllers/api/api_controller_spec.rb | spec/controllers/api/api_controller_spec.rb | Ruby |
<|file_sep|>docker/Server.patch.diff
original:
16d15
updated:
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
<|file_sep|>docker/Server.patch.diff
original:
40c39
updated:
41c40
<|file_sep|>original/docker/Server.patch
9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
16d15
< <Ports>8080-8090</Ports> <!-- List of ports that we can listen on (when running multiple MiServers -->
40c39
< <TrapErrors>0</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
---
> <TrapErrors>1</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
45c44
< <UseHTTP>1</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
---
> <UseHTTP>0</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
<|file_sep|>current/docker/Server.patch
9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
< <Ports>8080-8090</Ports> <!-- List of ports that we can listen on (when running multiple MiServers -->
41c40
< <TrapErrors>0</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
---
> <TrapErrors>1</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
45c44
< <UseHTTP>1</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
---
> <UseHTTP>0</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
<|file_sep|>updated/docker/Server.patch | 9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
< <Ports>8080-8090</Ports> <!-- List of ports that we can listen on (when running multiple MiServers -->
41c40
< <TrapErrors>0</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
---
> <TrapErrors>1</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
46c45
< <UseHTTP>1</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
---
> <UseHTTP>0</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status --> | <|file_sep|>docker/Server.patch.diff
original:
16d15
updated:
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
<|file_sep|>docker/Server.patch.diff
original:
40c39
updated:
41c40
<|file_sep|>original/docker/Server.patch
9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
16d15
< <Ports>8080-8090</Ports> <!-- List of ports that we can listen on (when running multiple MiServers -->
40c39
< <TrapErrors>0</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
---
> <TrapErrors>1</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
45c44
< <UseHTTP>1</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
---
> <UseHTTP>0</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
<|file_sep|>current/docker/Server.patch
9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
< <Ports>8080-8090</Ports> <!-- List of ports that we can listen on (when running multiple MiServers -->
41c40
< <TrapErrors>0</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
---
> <TrapErrors>1</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
45c44
< <UseHTTP>1</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
---
> <UseHTTP>0</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
<|file_sep|>updated/docker/Server.patch
9c9
< <Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
---
> <Production>1</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
12c12
< <CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
---
> <CloseOnCrash>1</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
17d16
< <Ports>8080-8090</Ports> <!-- List of ports that we can listen on (when running multiple MiServers -->
41c40
< <TrapErrors>0</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
---
> <TrapErrors>1</TrapErrors> <!-- Valid: 0=Crash, 1=Trap and Log errors -->
46c45
< <UseHTTP>1</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status -->
---
> <UseHTTP>0</UseHTTP> <!-- Valid: 0=use DrA generated HTML, 1=report HTTP 500 status --> | a363c7dd9a6aa37d2103c24f177adb822380a488 | docker/Server.patch | docker/Server.patch | Diff |
<|file_sep|>original/materials/study_02/overview.md
<|file_sep|>current/materials/study_02/overview.md
<|file_sep|>updated/materials/study_02/overview.md | # Materials list
[section one](#section-one)
- [ ] [Consent form](#consent-form)
- [ ] [Instructions](#instructions)
- [ ] [Fabrication spreadsheet](#fabrication-spreadsheet)
- [ ] [Invitation email](#invitation-email)
- [x] [Sampling frame](#sampling-frame)
# Consent form
# Instructions
# Fabrication spreadsheet
# Invitation email
# Sampling Frame | <|file_sep|>original/materials/study_02/overview.md
<|file_sep|>current/materials/study_02/overview.md
<|file_sep|>updated/materials/study_02/overview.md
# Materials list
[section one](#section-one)
- [ ] [Consent form](#consent-form)
- [ ] [Instructions](#instructions)
- [ ] [Fabrication spreadsheet](#fabrication-spreadsheet)
- [ ] [Invitation email](#invitation-email)
- [x] [Sampling frame](#sampling-frame)
# Consent form
# Instructions
# Fabrication spreadsheet
# Invitation email
# Sampling Frame | c239d5f89cbc6d6f1676fd9e6e0d5b677746b0f4 | materials/study_02/overview.md | materials/study_02/overview.md | Markdown |
<|file_sep|>original/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>current/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>updated/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java | /*
* Copyright 2016 Michael Rozumyanskiy
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.michaelrocks.lightsaber.internal;
import io.michaelrocks.lightsaber.Injector;
import javax.inject.Provider; | <|file_sep|>original/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>current/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
<|file_sep|>updated/core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java
/*
* Copyright 2016 Michael Rozumyanskiy
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.michaelrocks.lightsaber.internal;
import io.michaelrocks.lightsaber.Injector;
import javax.inject.Provider; | 83e3a1d53850167d4dfbecbcd7ca619c23b71cbb | core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java | core/src/main/java/io/michaelrocks/lightsaber/internal/InjectingProvider.java | Java |
<|file_sep|>manifest.json.diff
original:
"version": "1.0.1",
"description": "Removes history entries older than a specified age.",
updated:
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
<|file_sep|>original/manifest.json
{
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.1",
"description": "Removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.*"
}
},
"permissions": [
"alarms",
"history",
"storage"
],
"background": {
"scripts": ["purge-daemon.js"]
},
"options_ui": {
<|file_sep|>current/manifest.json
{
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.*"
}
},
"permissions": [
"alarms",
"history",
"storage"
],
"background": {
"scripts": ["purge-daemon.js"]
},
"options_ui": {
<|file_sep|>updated/manifest.json | {
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.0a2"
}
},
"permissions": [
"alarms",
"history",
"storage"
],
"background": {
"scripts": ["purge-daemon.js"]
},
"options_ui": { | <|file_sep|>manifest.json.diff
original:
"version": "1.0.1",
"description": "Removes history entries older than a specified age.",
updated:
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
<|file_sep|>original/manifest.json
{
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.1",
"description": "Removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.*"
}
},
"permissions": [
"alarms",
"history",
"storage"
],
"background": {
"scripts": ["purge-daemon.js"]
},
"options_ui": {
<|file_sep|>current/manifest.json
{
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.*"
}
},
"permissions": [
"alarms",
"history",
"storage"
],
"background": {
"scripts": ["purge-daemon.js"]
},
"options_ui": {
<|file_sep|>updated/manifest.json
{
"manifest_version": 2,
"name": "Purge Old History",
"version": "1.0.2",
"description": "Periodically removes history entries older than a specified age.",
"applications": {
"gecko": {
"id":"purge-old-hist@monochrome101.addons.mozilla.org",
"strict_min_version": "49.0a2"
}
},
"permissions": [
"alarms",
"history",
"storage"
],
"background": {
"scripts": ["purge-daemon.js"]
},
"options_ui": { | a57adad2bbe30d7bc8b236a579f7fa7e620e4a2b | manifest.json | manifest.json | JSON |
<|file_sep|>original/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
def expiration_date
1.hour.ago
end
# (Re-)Set verification and Aleph permissions to user attributes
def additional_attributes
# Don't do anything unless the record is expired or there are no aleph permissions.
return super unless (attempted_record.expired? or
attempted_record.user_attributes[:aleph_permissions].nil?)
# Reset the aleph permissions
permission_attributes = {}
permission_attributes[:aleph_permissions] = {}
# Get the bor_id and verification
<|file_sep|>current/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
def expiration_date
1.hour.ago
end
# (Re-)Set verification and Aleph permissions to user attributes
def additional_attributes
# Don't do anything unless the record is expired or there are no aleph permissions.
return super unless (attempted_record.expired? or
attempted_record.user_attributes[:aleph_permissions].nil?)
# Reset the aleph permissions
permission_attributes = {}
permission_attributes[:aleph_permissions] = {}
# Get the bor_id and verification
<|file_sep|>updated/app/models/user_session.rb | require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
# (Re-)Set verification and Aleph permissions to user attributes
def additional_attributes
# Don't do anything unless the record is expired or there are no aleph permissions.
return super unless (attempted_record.expired? or
attempted_record.user_attributes[:aleph_permissions].nil?)
# Reset the aleph permissions
permission_attributes = {}
permission_attributes[:aleph_permissions] = {}
# Get the bor_id and verification
# Use the outdated values if we don't have a PDS user (used for testing).
bor_id = pds_user ? pds_user.id : attempted_record.user_attributes[:nyuidn]
verification = pds_user ? pds_user.verification : attempted_record.user_attributes[:verification]
# Don't do anything unless we get a verification | <|file_sep|>original/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
def expiration_date
1.hour.ago
end
# (Re-)Set verification and Aleph permissions to user attributes
def additional_attributes
# Don't do anything unless the record is expired or there are no aleph permissions.
return super unless (attempted_record.expired? or
attempted_record.user_attributes[:aleph_permissions].nil?)
# Reset the aleph permissions
permission_attributes = {}
permission_attributes[:aleph_permissions] = {}
# Get the bor_id and verification
<|file_sep|>current/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
def expiration_date
1.hour.ago
end
# (Re-)Set verification and Aleph permissions to user attributes
def additional_attributes
# Don't do anything unless the record is expired or there are no aleph permissions.
return super unless (attempted_record.expired? or
attempted_record.user_attributes[:aleph_permissions].nil?)
# Reset the aleph permissions
permission_attributes = {}
permission_attributes[:aleph_permissions] = {}
# Get the bor_id and verification
<|file_sep|>updated/app/models/user_session.rb
require 'exlibris-aleph'
class UserSession < Authlogic::Session::Base
pds_url Settings.pds.login_url
redirect_logout_url Settings.pds.logout_url
aleph_url Exlibris::Aleph::Config.base_url
calling_system "getit"
institution_param_key "umlaut.institution"
# (Re-)Set verification and Aleph permissions to user attributes
def additional_attributes
# Don't do anything unless the record is expired or there are no aleph permissions.
return super unless (attempted_record.expired? or
attempted_record.user_attributes[:aleph_permissions].nil?)
# Reset the aleph permissions
permission_attributes = {}
permission_attributes[:aleph_permissions] = {}
# Get the bor_id and verification
# Use the outdated values if we don't have a PDS user (used for testing).
bor_id = pds_user ? pds_user.id : attempted_record.user_attributes[:nyuidn]
verification = pds_user ? pds_user.verification : attempted_record.user_attributes[:verification]
# Don't do anything unless we get a verification | 8a90f4fd433d110e79218c1967c4172b361deaa7 | app/models/user_session.rb | app/models/user_session.rb | Ruby |
<|file_sep|>original/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default
<|file_sep|>current/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default
<|file_sep|>updated/.travis.yml | language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default | <|file_sep|>original/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default
<|file_sep|>current/.travis.yml
branches:
only:
- gh-pages
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default
<|file_sep|>updated/.travis.yml
language: node_js
node_js:
- '7'
cache:
directories:
- node_modules
install:
- npm install
script:
- grunt default | cbb34dcf70a879713cad7c13b289550d9778dab2 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre5
terracottaPassthroughTestingVersion = 1.7.0
terracottaUtilitiesVersion = 0.0.6
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.10.1
jcacheTckVersion = 1.1.0
<|file_sep|>current/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre5
terracottaPassthroughTestingVersion = 1.7.0
terracottaUtilitiesVersion = 0.0.6
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.10.1
jcacheTckVersion = 1.1.0
<|file_sep|>updated/gradle.properties | offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre9
terracottaPassthroughTestingVersion = 1.7.0
terracottaUtilitiesVersion = 0.0.6
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.10.1
jcacheTckVersion = 1.1.0 | <|file_sep|>original/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre5
terracottaPassthroughTestingVersion = 1.7.0
terracottaUtilitiesVersion = 0.0.6
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.10.1
jcacheTckVersion = 1.1.0
<|file_sep|>current/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre5
terracottaPassthroughTestingVersion = 1.7.0
terracottaUtilitiesVersion = 0.0.6
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.10.1
jcacheTckVersion = 1.1.0
<|file_sep|>updated/gradle.properties
offheapVersion = 2.5.1
statisticVersion = 2.1
jcacheVersion = 1.1.0
slf4jVersion = 1.7.25
sizeofVersion = 0.4.0
jaxbVersion = [2.2,3)
# Terracotta clustered
terracottaPlatformVersion = 5.8.1-pre15
terracottaApisVersion = 1.7.0
terracottaCoreVersion = 5.7.1-pre9
terracottaPassthroughTestingVersion = 1.7.0
terracottaUtilitiesVersion = 0.0.6
# Test lib versions
junitVersion = 4.13.1
assertjVersion = 3.9.0
hamcrestVersion = 1.3
mockitoVersion = 2.23.4
jacksonVersion = 2.10.1
jcacheTckVersion = 1.1.0 | 2ee876ca45677072d8afcb6bff26df794b8355ca | gradle.properties | gradle.properties | INI |
<|file_sep|>original/app/assets/stylesheets/css3/_font-face.scss
@mixin font-face(
$font-family,
$file-path,
$weight: normal,
$style: normal,
$asset-pipeline: $asset-pipeline,
$file-formats: $global-font-file-formats) {
$font-url-prefix: font-url-prefixer($asset-pipeline);
@font-face {
font-family: $font-family;
font-style: $style;
font-weight: $weight;
src: font-source-declaration(
$font-family,
$file-path,
$asset-pipeline,
$file-formats,
$font-url-prefix
<|file_sep|>current/app/assets/stylesheets/css3/_font-face.scss
@mixin font-face(
$font-family,
$file-path,
$weight: normal,
$style: normal,
$asset-pipeline: $asset-pipeline,
$file-formats: $global-font-file-formats) {
$font-url-prefix: font-url-prefixer($asset-pipeline);
@font-face {
font-family: $font-family;
font-style: $style;
font-weight: $weight;
src: font-source-declaration(
$font-family,
$file-path,
$asset-pipeline,
$file-formats,
$font-url-prefix
<|file_sep|>updated/app/assets/stylesheets/css3/_font-face.scss | @charset "UTF-8";
/// Generates an @font-face declaration. Accepts arugments for weight, style, usage with the Rails Asset Pipeline and file formats.
///
/// @param {string} $font-family
/// @param {string} $file-path
/// @param {string} $weight [normal]
/// @param {string} $asset-pipeline [$asset-pipeline]
/// `$asset-pipeline` is set to `false` by default. You can pass in `true` to use the Rails Asset Pipeline (place the fonts in `app/assets/fonts/').
/// @param {list} $file-formats [$global-font-file-formats]
/// `$global-font-file-formats` is set to `null` by default. Pass a list of file formats to support. E.g. `eot woff2 woff ttf svg`.
///
/// @example scss
/// @include font-face("source-sans-pro", "source-sans-pro/source-sans-pro-regular", normal, $asset-pipeline: true, $file-formats: eot woff ttf);
///
/// @example css
/// @font-face {
/// font-family: "source-sans-pro";
/// font-style: normal;
/// font-weight: normal;
/// src: font-url("source-sans-pro/source-sans-pro-regular.eot?#iefix") format("embedded-opentype"), font-url("source-sans-pro/source-sans-pro-regular.woff") format("woff"), font-url("source-sans-pro/source-sans-pro-regular.ttf") format("truetype"); | <|file_sep|>original/app/assets/stylesheets/css3/_font-face.scss
@mixin font-face(
$font-family,
$file-path,
$weight: normal,
$style: normal,
$asset-pipeline: $asset-pipeline,
$file-formats: $global-font-file-formats) {
$font-url-prefix: font-url-prefixer($asset-pipeline);
@font-face {
font-family: $font-family;
font-style: $style;
font-weight: $weight;
src: font-source-declaration(
$font-family,
$file-path,
$asset-pipeline,
$file-formats,
$font-url-prefix
<|file_sep|>current/app/assets/stylesheets/css3/_font-face.scss
@mixin font-face(
$font-family,
$file-path,
$weight: normal,
$style: normal,
$asset-pipeline: $asset-pipeline,
$file-formats: $global-font-file-formats) {
$font-url-prefix: font-url-prefixer($asset-pipeline);
@font-face {
font-family: $font-family;
font-style: $style;
font-weight: $weight;
src: font-source-declaration(
$font-family,
$file-path,
$asset-pipeline,
$file-formats,
$font-url-prefix
<|file_sep|>updated/app/assets/stylesheets/css3/_font-face.scss
@charset "UTF-8";
/// Generates an @font-face declaration. Accepts arugments for weight, style, usage with the Rails Asset Pipeline and file formats.
///
/// @param {string} $font-family
/// @param {string} $file-path
/// @param {string} $weight [normal]
/// @param {string} $asset-pipeline [$asset-pipeline]
/// `$asset-pipeline` is set to `false` by default. You can pass in `true` to use the Rails Asset Pipeline (place the fonts in `app/assets/fonts/').
/// @param {list} $file-formats [$global-font-file-formats]
/// `$global-font-file-formats` is set to `null` by default. Pass a list of file formats to support. E.g. `eot woff2 woff ttf svg`.
///
/// @example scss
/// @include font-face("source-sans-pro", "source-sans-pro/source-sans-pro-regular", normal, $asset-pipeline: true, $file-formats: eot woff ttf);
///
/// @example css
/// @font-face {
/// font-family: "source-sans-pro";
/// font-style: normal;
/// font-weight: normal;
/// src: font-url("source-sans-pro/source-sans-pro-regular.eot?#iefix") format("embedded-opentype"), font-url("source-sans-pro/source-sans-pro-regular.woff") format("woff"), font-url("source-sans-pro/source-sans-pro-regular.ttf") format("truetype"); | 8c7751ee6d3105d94d5371aa094190445434a9a1 | app/assets/stylesheets/css3/_font-face.scss | app/assets/stylesheets/css3/_font-face.scss | SCSS |
<|file_sep|>README.md.diff
original:
$client = new Tc\Api\Client($apiBaseUri, $sid, $token);
updated:
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
<|file_sep|>README.md.diff
original:
var_dump($client->check());
var_dump($client->echo(['myString' => 'test']));
updated:
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'providedLocation' => 'GB', 'dialFromLocation' => 'US']));
var_dump($client->formatNumberPretty(['number' => '01514962245', 'location' => 'GB']));
<|file_sep|>original/README.md
composer install
##Basic Use
```php
require_once __DIR__ . '/../vendor/autoload.php';
$apiBaseUri = 'https://api.telecomscloud.com/';
$sid = '...';
$token = '...';
$client = new Tc\Api\Client($apiBaseUri, $sid, $token);
var_dump($client->check());
var_dump($client->echo(['myString' => 'test']));
```
```
[TODO: SHOW SCRIPT OUTPUT EXAMPLE HERE]
```
<|file_sep|>current/README.md
##Basic Use
```php
require_once __DIR__ . '/../vendor/autoload.php';
$apiBaseUri = 'https://api.telecomscloud.com/';
$sid = '...';
$token = '...';
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'providedLocation' => 'GB', 'dialFromLocation' => 'US']));
var_dump($client->formatNumberPretty(['number' => '01514962245', 'location' => 'GB']));
```
```
[TODO: SHOW SCRIPT OUTPUT EXAMPLE HERE]
```
<|file_sep|>updated/README.md |
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'providedLocation' => 'GB', 'dialFromLocation' => 'US']));
var_dump($client->formatNumberPretty(['number' => '01514962245', 'location' => 'GB']));
```
```
array(1) {
'number' =>
string(13) "+441514962245"
}
array(1) {
'number' =>
string(11) "01514962245"
}
array(1) {
'number' =>
string(15) "011441514962245" | <|file_sep|>README.md.diff
original:
$client = new Tc\Api\Client($apiBaseUri, $sid, $token);
updated:
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
<|file_sep|>README.md.diff
original:
var_dump($client->check());
var_dump($client->echo(['myString' => 'test']));
updated:
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'providedLocation' => 'GB', 'dialFromLocation' => 'US']));
var_dump($client->formatNumberPretty(['number' => '01514962245', 'location' => 'GB']));
<|file_sep|>original/README.md
composer install
##Basic Use
```php
require_once __DIR__ . '/../vendor/autoload.php';
$apiBaseUri = 'https://api.telecomscloud.com/';
$sid = '...';
$token = '...';
$client = new Tc\Api\Client($apiBaseUri, $sid, $token);
var_dump($client->check());
var_dump($client->echo(['myString' => 'test']));
```
```
[TODO: SHOW SCRIPT OUTPUT EXAMPLE HERE]
```
<|file_sep|>current/README.md
##Basic Use
```php
require_once __DIR__ . '/../vendor/autoload.php';
$apiBaseUri = 'https://api.telecomscloud.com/';
$sid = '...';
$token = '...';
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'providedLocation' => 'GB', 'dialFromLocation' => 'US']));
var_dump($client->formatNumberPretty(['number' => '01514962245', 'location' => 'GB']));
```
```
[TODO: SHOW SCRIPT OUTPUT EXAMPLE HERE]
```
<|file_sep|>updated/README.md
$client = new Tc\Phapic\Client($apiBaseUri, $sid, $token);
var_dump($client->formatNumberE164(['number' => '01514962245', 'location' => 'GB']));
var_dump($client->formatNumberNational(['number' => '+441514962245', 'location' => 'GB']));
var_dump($client->formatNumberInternational(['number' => '01514962245', 'providedLocation' => 'GB', 'dialFromLocation' => 'US']));
var_dump($client->formatNumberPretty(['number' => '01514962245', 'location' => 'GB']));
```
```
array(1) {
'number' =>
string(13) "+441514962245"
}
array(1) {
'number' =>
string(11) "01514962245"
}
array(1) {
'number' =>
string(15) "011441514962245" | 25b9bd883e696c018efe8ff139f4c9a12532bc6b | README.md | README.md | Markdown |
<|file_sep|>app/views/nepali_calendar/_bs_calendar.html.erb.diff
original:
<th>Aitabar</th>
<th>Sombar</th>
<th>Mangalbar</th>
<th>Budhbar</th>
<th>Bihibar</th>
<th>Sukrabar</th>
<th>Sanibar</th>
updated:
<% NepaliCalendar::BsCalendar::DAYNAMES[1..7].each do |day| %>
<th><%= day %></th>
<% end %>
<|file_sep|>original/app/views/nepali_calendar/_bs_calendar.html.erb
<th>Sombar</th>
<th>Mangalbar</th>
<th>Budhbar</th>
<th>Bihibar</th>
<th>Sukrabar</th>
<th>Sanibar</th>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<%= day.day %>
</td>
<%
end
end
<|file_sep|>current/app/views/nepali_calendar/_bs_calendar.html.erb
<th><%= day %></th>
<% end %>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<%= day.day %>
</td>
<%
end
end
%>
</tbody>
</table>
</div>
<|file_sep|>updated/app/views/nepali_calendar/_bs_calendar.html.erb | <th><%= day %></th>
<% end %>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<% block.call day %>
</td>
<%
end
end
%>
</tbody>
</table>
</div> | <|file_sep|>app/views/nepali_calendar/_bs_calendar.html.erb.diff
original:
<th>Aitabar</th>
<th>Sombar</th>
<th>Mangalbar</th>
<th>Budhbar</th>
<th>Bihibar</th>
<th>Sukrabar</th>
<th>Sanibar</th>
updated:
<% NepaliCalendar::BsCalendar::DAYNAMES[1..7].each do |day| %>
<th><%= day %></th>
<% end %>
<|file_sep|>original/app/views/nepali_calendar/_bs_calendar.html.erb
<th>Sombar</th>
<th>Mangalbar</th>
<th>Budhbar</th>
<th>Bihibar</th>
<th>Sukrabar</th>
<th>Sanibar</th>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<%= day.day %>
</td>
<%
end
end
<|file_sep|>current/app/views/nepali_calendar/_bs_calendar.html.erb
<th><%= day %></th>
<% end %>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<%= day.day %>
</td>
<%
end
end
%>
</tbody>
</table>
</div>
<|file_sep|>updated/app/views/nepali_calendar/_bs_calendar.html.erb
<th><%= day %></th>
<% end %>
</tr>
</thead>
<tbody>
<%
date_object.each_slice(7) do |week|
%><tr><%
week.each do |day|
%>
<td>
<% block.call day %>
</td>
<%
end
end
%>
</tbody>
</table>
</div> | 7dac250d71a1a7a1cb47fa433eaf9406c5da3a66 | app/views/nepali_calendar/_bs_calendar.html.erb | app/views/nepali_calendar/_bs_calendar.html.erb | HTML+ERB |
<|file_sep|>original/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = NULL);
bool begin();
bool processQueries();
private:
struct QueryHeader {
uint16_t id;
uint16_t flags;
<|file_sep|>current/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = NULL);
bool begin();
bool processQueries();
private:
struct QueryHeader {
uint16_t id;
uint16_t flags;
<|file_sep|>updated/firmware/MDNS.h | #define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = "");
bool begin();
bool processQueries();
private:
struct QueryHeader {
uint16_t id;
uint16_t flags; | <|file_sep|>original/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = NULL);
bool begin();
bool processQueries();
private:
struct QueryHeader {
uint16_t id;
uint16_t flags;
<|file_sep|>current/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = NULL);
bool begin();
bool processQueries();
private:
struct QueryHeader {
uint16_t id;
uint16_t flags;
<|file_sep|>updated/firmware/MDNS.h
#define BUFFER_SIZE 512
#define HOSTNAME ""
class MDNS {
public:
bool setHostname(String hostname);
bool addService(String protocol, String service, uint16_t port, String instance, std::vector<String> subServices = std::vector<String>());
void addTXTEntry(String key, String value = "");
bool begin();
bool processQueries();
private:
struct QueryHeader {
uint16_t id;
uint16_t flags; | 4282ccf09f23c582b16cdc4570de238ac959a2dd | firmware/MDNS.h | firmware/MDNS.h | C |
<|file_sep|>original/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String name, ObjectFactory objects) {
this.clojure = objects.sourceDirectorySet(name, name)
this.clojure.getFilter().include("**/*.clj", "**/*.cljs", "**/*.cljc")
}
@Override
SourceDirectorySet getClojure() {
return clojure
}
}
<|file_sep|>current/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String name, ObjectFactory objects) {
this.clojure = objects.sourceDirectorySet(name, name)
this.clojure.getFilter().include("**/*.clj", "**/*.cljs", "**/*.cljc")
}
@Override
SourceDirectorySet getClojure() {
return clojure
}
}
<|file_sep|>updated/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy | package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String displayName, ObjectFactory objects) {
this.clojure = objects.sourceDirectorySet("clojure", displayName + " Clojure source")
this.clojure.getFilter().include("**/*.clj", "**/*.cljs", "**/*.cljc")
}
@Override
SourceDirectorySet getClojure() {
return clojure
}
} | <|file_sep|>original/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String name, ObjectFactory objects) {
this.clojure = objects.sourceDirectorySet(name, name)
this.clojure.getFilter().include("**/*.clj", "**/*.cljs", "**/*.cljc")
}
@Override
SourceDirectorySet getClojure() {
return clojure
}
}
<|file_sep|>current/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String name, ObjectFactory objects) {
this.clojure = objects.sourceDirectorySet(name, name)
this.clojure.getFilter().include("**/*.clj", "**/*.cljs", "**/*.cljc")
}
@Override
SourceDirectorySet getClojure() {
return clojure
}
}
<|file_sep|>updated/src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy
package nebula.plugin.clojuresque.tasks
import org.gradle.api.file.SourceDirectorySet
import org.gradle.api.model.ObjectFactory
class DefaultClojureSourceSet implements ClojureSourceSet {
private final SourceDirectorySet clojure
DefaultClojureSourceSet(String displayName, ObjectFactory objects) {
this.clojure = objects.sourceDirectorySet("clojure", displayName + " Clojure source")
this.clojure.getFilter().include("**/*.clj", "**/*.cljs", "**/*.cljc")
}
@Override
SourceDirectorySet getClojure() {
return clojure
}
} | 5820b643b59144d7adfc629889f6ed2f9f0071da | src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy | src/main/groovy/nebula/plugin/clojuresque/tasks/DefaultClojureSourceSet.groovy | Groovy |
<|file_sep|>original/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the Google Code issue tracker[2] to report issues.
2. Use the Google Code wiki[3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch against SVN. Submitting a patch against HEAD is preferred.
[1]: http://code.google.com/p/myrrix-recommender/
[2]: http://code.google.com/p/myrrix-recommender/issues/list
[3]: http://code.google.com/p/myrrix-recommender/w/list
<|file_sep|>current/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the Google Code issue tracker[2] to report issues.
2. Use the Google Code wiki[3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch against SVN. Submitting a patch against HEAD is preferred.
[1]: http://code.google.com/p/myrrix-recommender/
[2]: http://code.google.com/p/myrrix-recommender/issues/list
[3]: http://code.google.com/p/myrrix-recommender/w/list
<|file_sep|>updated/README.md | This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the [Google Code issue tracker][2] to report issues.
2. Use the [Google Code wiki][3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch against SVN. Submitting a patch against HEAD is preferred.
[1]: http://code.google.com/p/myrrix-recommender/
[2]: http://code.google.com/p/myrrix-recommender/issues/list
[3]: http://code.google.com/p/myrrix-recommender/w/list | <|file_sep|>original/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the Google Code issue tracker[2] to report issues.
2. Use the Google Code wiki[3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch against SVN. Submitting a patch against HEAD is preferred.
[1]: http://code.google.com/p/myrrix-recommender/
[2]: http://code.google.com/p/myrrix-recommender/issues/list
[3]: http://code.google.com/p/myrrix-recommender/w/list
<|file_sep|>current/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the Google Code issue tracker[2] to report issues.
2. Use the Google Code wiki[3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch against SVN. Submitting a patch against HEAD is preferred.
[1]: http://code.google.com/p/myrrix-recommender/
[2]: http://code.google.com/p/myrrix-recommender/issues/list
[3]: http://code.google.com/p/myrrix-recommender/w/list
<|file_sep|>updated/README.md
This is the official mirror of open source Myrrix recommender project, which is primarily hosted in a Subversion repo at [Google Code][1].
1. Use the [Google Code issue tracker][2] to report issues.
2. Use the [Google Code wiki][3] to create wikis
3. Pull requests are OK, but will ultimately be converted into a patch against SVN. Submitting a patch against HEAD is preferred.
[1]: http://code.google.com/p/myrrix-recommender/
[2]: http://code.google.com/p/myrrix-recommender/issues/list
[3]: http://code.google.com/p/myrrix-recommender/w/list | 38aea1432a6545f228cdd8c2add6b10a90028314 | README.md | README.md | Markdown |
<|file_sep|>original/.github/workflows/auto-approve.yml
<|file_sep|>current/.github/workflows/auto-approve.yml
<|file_sep|>updated/.github/workflows/auto-approve.yml | name: Auto Approve Dependabot PRs
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN }}" | <|file_sep|>original/.github/workflows/auto-approve.yml
<|file_sep|>current/.github/workflows/auto-approve.yml
<|file_sep|>updated/.github/workflows/auto-approve.yml
name: Auto Approve Dependabot PRs
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN }}" | 76d126ec2f7c7b5964b0c1c0e72e30e2d83879cc | .github/workflows/auto-approve.yml | .github/workflows/auto-approve.yml | YAML |
<|file_sep|>gulpfile.js.diff
original:
// 'tests'
updated:
'tests'
<|file_sep|>original/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
// 'tests'
]);
gulp.task('watch', [
'browser-sync',
'watch-sass',
'watch-typescript',
'watch-views',
// 'watch-tests'
]);
<|file_sep|>current/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
'tests'
]);
gulp.task('watch', [
'browser-sync',
'watch-sass',
'watch-typescript',
'watch-views',
// 'watch-tests'
]);
<|file_sep|>updated/gulpfile.js | require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
'tests'
]);
gulp.task('watch', [
'browser-sync',
'watch-sass',
'watch-typescript',
'watch-views',
'watch-tests'
]); | <|file_sep|>gulpfile.js.diff
original:
// 'tests'
updated:
'tests'
<|file_sep|>original/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
// 'tests'
]);
gulp.task('watch', [
'browser-sync',
'watch-sass',
'watch-typescript',
'watch-views',
// 'watch-tests'
]);
<|file_sep|>current/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
'tests'
]);
gulp.task('watch', [
'browser-sync',
'watch-sass',
'watch-typescript',
'watch-views',
// 'watch-tests'
]);
<|file_sep|>updated/gulpfile.js
require('./tasks/typescript.task');
require('./tasks/vendor.task');
require('./tasks/views.task');
require('./tasks/tests.task');
require('./tasks/setup.task');
require('./tasks/sass.task');
gulp.task('default', [
'typescript',
'sass',
'views',
'tests'
]);
gulp.task('watch', [
'browser-sync',
'watch-sass',
'watch-typescript',
'watch-views',
'watch-tests'
]); | a96cb16b7c6fc6b0bfc48e48160bd4e897985abb | gulpfile.js | gulpfile.js | JavaScript |
<|file_sep|>original/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at
has_one :submission
has_one :assessor
end
<|file_sep|>current/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at
has_one :submission
has_one :assessor
end
<|file_sep|>updated/app/serializers/assessment_serializer.rb | class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at, :submission_id
has_one :assessor
end | <|file_sep|>original/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at
has_one :submission
has_one :assessor
end
<|file_sep|>current/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at
has_one :submission
has_one :assessor
end
<|file_sep|>updated/app/serializers/assessment_serializer.rb
class AssessmentSerializer < ActiveModel::Serializer
embed :ids, include: true
attributes :id, :score, :exemplary, :notes, :published, :created_at, :updated_at, :submission_id
has_one :assessor
end | af491078d7bae15f79ae6ddd5fec3ece3ae5cc5f | app/serializers/assessment_serializer.rb | app/serializers/assessment_serializer.rb | Ruby |
<|file_sep|>original/doc/error-message-func.html
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>Syntax</h2>
<blockquote>
<code>ERROR_MESSAGE()</code>
</blockquote>
<h2>Return Value</h2>
<p>The last error message. This value may be of any type (not just text).</p>
<h2>Examples</h2>
<ul class="examples">
<li>
<pre>BEGIN TRY <br> THROW 123, 'Message', 0;<br>END TRY <br>BEGIN CATCH <br> PRINT ERROR_MESSAGE();<br>END CATCH;</pre>Prints
"Message".
</li>
</ul><br>
</body>
<|file_sep|>current/doc/error-message-func.html
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>Syntax</h2>
<blockquote>
<code>ERROR_MESSAGE()</code>
</blockquote>
<h2>Return Value</h2>
<p>The last error message. This value may be of any type (not just text).</p>
<h2>Examples</h2>
<ul class="examples">
<li>
<pre>BEGIN TRY <br> THROW 123, 'Message', 0;<br>END TRY <br>BEGIN CATCH <br> PRINT ERROR_MESSAGE();<br>END CATCH;</pre>Prints
"Message".
</li>
</ul><br>
</body>
<|file_sep|>updated/doc/error-message-func.html | <head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a
href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>Syntax</h2>
<blockquote> <code>ERROR_MESSAGE()</code> </blockquote>
<h2>Return Value</h2>
<p>The last error message. This value may be of any type (not just
text).</p>
<h2>Examples</h2>
<ul class="examples">
<li>
<pre>BEGIN TRY <br> THROW 'Message';<br>END TRY <br>BEGIN CATCH <br> PRINT ERROR_MESSAGE();<br>END CATCH;</pre>
Prints "Message". </li>
</ul>
<br>
</body> | <|file_sep|>original/doc/error-message-func.html
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>Syntax</h2>
<blockquote>
<code>ERROR_MESSAGE()</code>
</blockquote>
<h2>Return Value</h2>
<p>The last error message. This value may be of any type (not just text).</p>
<h2>Examples</h2>
<ul class="examples">
<li>
<pre>BEGIN TRY <br> THROW 123, 'Message', 0;<br>END TRY <br>BEGIN CATCH <br> PRINT ERROR_MESSAGE();<br>END CATCH;</pre>Prints
"Message".
</li>
</ul><br>
</body>
<|file_sep|>current/doc/error-message-func.html
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>Syntax</h2>
<blockquote>
<code>ERROR_MESSAGE()</code>
</blockquote>
<h2>Return Value</h2>
<p>The last error message. This value may be of any type (not just text).</p>
<h2>Examples</h2>
<ul class="examples">
<li>
<pre>BEGIN TRY <br> THROW 123, 'Message', 0;<br>END TRY <br>BEGIN CATCH <br> PRINT ERROR_MESSAGE();<br>END CATCH;</pre>Prints
"Message".
</li>
</ul><br>
</body>
<|file_sep|>updated/doc/error-message-func.html
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>ERROR_MESSAGE Function</title>
</head>
<body>
<h1><code>ERROR_MESSAGE</code> Function</h1>
<p>Returns the error message set by the last <a
href="throw-stmt.html"><code>THROW</code></a> statement.</p>
<h2>Syntax</h2>
<blockquote> <code>ERROR_MESSAGE()</code> </blockquote>
<h2>Return Value</h2>
<p>The last error message. This value may be of any type (not just
text).</p>
<h2>Examples</h2>
<ul class="examples">
<li>
<pre>BEGIN TRY <br> THROW 'Message';<br>END TRY <br>BEGIN CATCH <br> PRINT ERROR_MESSAGE();<br>END CATCH;</pre>
Prints "Message". </li>
</ul>
<br>
</body> | decd35f48a66d0d25893e79e7e4234d8de01e085 | doc/error-message-func.html | doc/error-message-func.html | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.