Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10051050 | <NME> svg-gradient6.txt
<BEF> ADDFILE
<MSG> allow a list of colors as argument for the svg-gradient function
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center' in {path}svg-grad... | 4 | allow a list of colors as argument for the svg-gradient function | 0 | .txt | txt | apache-2.0 | less/less.js |
10051051 | <NME> svg-gradient6.txt
<BEF> ADDFILE
<MSG> allow a list of colors as argument for the svg-gradient function
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center' in {path}svg-grad... | 4 | allow a list of colors as argument for the svg-gradient function | 0 | .txt | txt | apache-2.0 | less/less.js |
10051052 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-unstable PROGR... | 3 | Fixed typo in stderr redirect | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051053 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-unstable PROGR... | 3 | Fixed typo in stderr redirect | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051054 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017020802
## osync / obackup / pmocr / zsnap install script
... | 6 | Installer now skips ssh_filter removal if needed | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051055 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017020802
## osync / obackup / pmocr / zsnap install script
... | 6 | Installer now skips ssh_filter removal if needed | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051056 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[ {
+if (typeof define === 'function' && define.amd) { define([], registerPlugin);
+} else if (typeof module === 'object' && module.exports) { module.exports = registerPlugin();
+} else { if (!root.les... | 13 | Add UMD plugin format | 0 | .js | js | apache-2.0 | less/less.js |
10051061 | <NME> plugin-api.js
<BEF> ADDFILE
<MSG> Add UMD plugin format
<DFF> @@ -0,0 +1,13 @@
+(function (root, registerPlugin) {
+if (typeof define === 'function' && define.amd) { define([], registerPlugin);
+} else if (typeof module === 'object' && module.exports) { module.exports = registerPlugin();
+} else { if (!root.les... | 13 | Add UMD plugin format | 0 | .js | js | apache-2.0 | less/less.js |
10051062 | <NME> plugin-api.js
<BEF> ADDFILE
<MSG> Add UMD plugin format
<DFF> @@ -0,0 +1,13 @@
+(function (root, registerPlugin) {
+if (typeof define === 'function' && define.amd) { define([], registerPlugin);
+} else if (typeof module === 'object' && module.exports) { module.exports = registerPlugin();
+} else { if (!root.les... | 13 | Add UMD plugin format | 0 | .js | js | apache-2.0 | less/less.js |
10051063 | <NME> runner-modify-vars.js
<BEF> ADDFILE
<MSG> Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line
<DFF> @@ -0,0 +1,14 @@
+
+setTimeout(function(){
+ less.modifyVars({var1: "green", var2: "purple"});
+}, 1000);
+
+describe("less.js modi... | 14 | Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line | 0 | .js | js | apache-2.0 | less/less.js |
10051064 | <NME> runner-modify-vars.js
<BEF> ADDFILE
<MSG> Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line
<DFF> @@ -0,0 +1,14 @@
+
+setTimeout(function(){
+ less.modifyVars({var1: "green", var2: "purple"});
+}, 1000);
+
+describe("less.js modi... | 14 | Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line | 0 | .js | js | apache-2.0 | less/less.js |
10051065 | <NME> runner-modify-vars.js
<BEF> ADDFILE
<MSG> Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line
<DFF> @@ -0,0 +1,14 @@
+
+setTimeout(function(){
+ less.modifyVars({var1: "green", var2: "purple"});
+}, 1000);
+
+describe("less.js modi... | 14 | Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line | 0 | .js | js | apache-2.0 | less/less.js |
10051066 | <NME> boot.js
<BEF> ADDFILE
<MSG> Conversion of Less to ES6 w/ TypeScript type linting support (#3411)
* Update lebab conversion
* Updated rollup config
* All tests passing
* Proper dist files
* Fixed browsertest compilation, cleaned up comments
* Update dependencies
* Remove spread operator for Node 6
* Improv... | 148 | Conversion of Less to ES6 w/ TypeScript type linting support (#3411) | 0 | .js | js | apache-2.0 | less/less.js |
10051067 | <NME> boot.js
<BEF> ADDFILE
<MSG> Conversion of Less to ES6 w/ TypeScript type linting support (#3411)
* Update lebab conversion
* Updated rollup config
* All tests passing
* Proper dist files
* Fixed browsertest compilation, cleaned up comments
* Update dependencies
* Remove spread operator for Node 6
* Improv... | 148 | Conversion of Less to ES6 w/ TypeScript type linting support (#3411) | 0 | .js | js | apache-2.0 | less/less.js |
10051068 | <NME> boot.js
<BEF> ADDFILE
<MSG> Conversion of Less to ES6 w/ TypeScript type linting support (#3411)
* Update lebab conversion
* Updated rollup config
* All tests passing
* Proper dist files
* Fixed browsertest compilation, cleaned up comments
* Update dependencies
* Remove spread operator for Node 6
* Improv... | 148 | Conversion of Less to ES6 w/ TypeScript type linting support (#3411) | 0 | .js | js | apache-2.0 | less/less.js |
10051069 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [ Fix expected response when there's a socket error (#3597) (@zxfrank)
- [#3589](https://github.com/less/less.js/pull/3589) Fixes [#3586](https://github.com/less/less.js/issues/3586) (#3589) (@matthe... | 13 | Update CHANGELOG.md | 0 | .md | md | apache-2.0 | less/less.js |
10051085 | <NME> CHANGELOG.md
<BEF> ## 3.7.1
2018-07-11
### v4.1.1 (2021-01-31)
- [#3597](https://github.com/less/less.js/pull/3597) Fix expected response when there's a socket error (#3597) (@zxfrank)
- [#3589](https://github.com/less/less.js/pull/3589) Fixes [#3586](https://github.com/less/less.js/issues/3586) (#3589) (@matthe... | 13 | Update CHANGELOG.md | 0 | .md | md | apache-2.0 | less/less.js |
10051086 | <NME> CHANGELOG.md
<BEF> ## 3.7.1
2018-07-11
### v4.1.1 (2021-01-31)
- [#3597](https://github.com/less/less.js/pull/3597) Fix expected response when there's a socket error (#3597) (@zxfrank)
- [#3589](https://github.com/less/less.js/pull/3589) Fixes [#3586](https://github.com/less/less.js/issues/3586) (#3589) (@matthe... | 13 | Update CHANGELOG.md | 0 | .md | md | apache-2.0 | less/less.js |
10051087 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111701
# 4 tests:
# quicklocal
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a... | 55 | Add basic daemon tests | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10051088 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111701
# 4 tests:
# quicklocal
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a... | 55 | Add basic daemon tests | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10051089 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU... | 44 | Added rsync include patterns | 24 | .sh | sh | bsd-3-clause | deajan/osync |
10051090 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU... | 44 | Added rsync include patterns | 24 | .sh | sh | bsd-3-clause | deajan/osync |
10051091 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### _OFUNCTIONS_VERSION=2.0 _OFUNCTIONS_BUILD=2016120701 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=program-name ## INSTAN... | 110 | Made ofunctions "includable" | 42 | .sh | sh | bsd-3-clause | deajan/osync |
10051092 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### _OFUNCTIONS_VERSION=2.0 _OFUNCTIONS_BUILD=2016120701 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=program-name ## INSTAN... | 110 | Made ofunctions "includable" | 42 | .sh | sh | bsd-3-clause | deajan/osync |
10051093 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 1 | Fixed intentation | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051094 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 1 | Fixed intentation | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051095 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC1+dev _OFUNCTIONS_BUILD=2016122701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 11 | Updated ofunctions from obackup | 16 | .sh | sh | bsd-3-clause | deajan/osync |
10051096 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC1+dev _OFUNCTIONS_BUILD=2016122701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 11 | Updated ofunctions from obackup | 16 | .sh | sh | bsd-3-clause | deajan/osync |
10051097 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(high): verbose mode doesn't show files to be softdeleted #TODO(medium): No remote deletion dir when del dir is present PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTH... | 313 | Rebuilt targets for v1.2-beta | 314 | .sh | sh | bsd-3-clause | deajan/osync |
10051098 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(high): verbose mode doesn't show files to be softdeleted #TODO(medium): No remote deletion dir when del dir is present PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTH... | 313 | Rebuilt targets for v1.2-beta | 314 | .sh | sh | bsd-3-clause | deajan/osync |
10051099 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 7 | Multiple error detection fixes | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051100 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 7 | Multiple error detection fixes | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051101 | <NME> multiple-guards-on-css-selectors.txt
<BEF> ADDFILE
<MSG> Fix error message when putting guards on a single selector
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors.less on line 3, column 1:
+2 .a when (@ie8 = true),
+3 .b {
+4... | 4 | Fix error message when putting guards on a single selector | 0 | .txt | txt | apache-2.0 | less/less.js |
10051102 | <NME> multiple-guards-on-css-selectors.txt
<BEF> ADDFILE
<MSG> Fix error message when putting guards on a single selector
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors.less on line 3, column 1:
+2 .a when (@ie8 = true),
+3 .b {
+4... | 4 | Fix error message when putting guards on a single selector | 0 | .txt | txt | apache-2.0 | less/less.js |
10051103 | <NME> multiple-guards-on-css-selectors.txt
<BEF> ADDFILE
<MSG> Fix error message when putting guards on a single selector
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors.less on line 3, column 1:
+2 .a when (@ie8 = true),
+3 .b {
+4... | 4 | Fix error message when putting guards on a single selector | 0 | .txt | txt | apache-2.0 | less/less.js |
10051104 | <NME> CHANGELOG.md
<BEF> # 1.4.0
2013-05-??
- change strictMaths to strictMath. Enable this with --strict-math=on in lessc and strictMath:true in JavaScript.
- change lessc option for strict units to --strict-units=off
- [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/less.js/... | 2 | changelog versions | 2 | .md | md | apache-2.0 | less/less.js |
10051105 | <NME> CHANGELOG.md
<BEF> # 1.4.0
2013-05-??
- change strictMaths to strictMath. Enable this with --strict-math=on in lessc and strictMath:true in JavaScript.
- change lessc option for strict units to --strict-units=off
- [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/less.js/... | 2 | changelog versions | 2 | .md | md | apache-2.0 | less/less.js |
10051106 | <NME> CHANGELOG.md
<BEF> # 1.4.0
2013-05-??
- change strictMaths to strictMath. Enable this with --strict-math=on in lessc and strictMath:true in JavaScript.
- change lessc option for strict units to --strict-units=off
- [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/less.js/... | 2 | changelog versions | 2 | .md | md | apache-2.0 | less/less.js |
10051107 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3 PROGRAM_BUILD=2705201403 ## type doesn't work on platforms other than linux (... | 14 | Minor enhancements | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10051108 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3 PROGRAM_BUILD=2705201403 ## type doesn't work on platforms other than linux (... | 14 | Minor enhancements | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10051109 | <NME> README.md
<BEF> <div align="center">
<img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png">
</div>
<div align="center">
<h1>ngx-scroll-to</h1>
<p>
A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr... | 35 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10051110 | <NME> README.md
<BEF> <div align="center">
<img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png">
</div>
<div align="center">
<h1>ngx-scroll-to</h1>
<p>
A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr... | 35 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10051111 | <NME> README.md
<BEF> <div align="center">
<img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png">
</div>
<div align="center">
<h1>ngx-scroll-to</h1>
<p>
A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr... | 35 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10051112 | <NME> index.js
<BEF> ADDFILE
<MSG> seperate out the environments at the top-most-level
<DFF> @@ -0,0 +1,60 @@
+var environment = require("./environment.js");
+var less = require("../less/index.js")(environment);
+
+less.formatError = function(ctx, options) {
+ options = options || {};
+
+ var message = "";
+ ... | 60 | seperate out the environments at the top-most-level | 0 | .js | js | apache-2.0 | less/less.js |
10051113 | <NME> index.js
<BEF> ADDFILE
<MSG> seperate out the environments at the top-most-level
<DFF> @@ -0,0 +1,60 @@
+var environment = require("./environment.js");
+var less = require("../less/index.js")(environment);
+
+less.formatError = function(ctx, options) {
+ options = options || {};
+
+ var message = "";
+ ... | 60 | seperate out the environments at the top-most-level | 0 | .js | js | apache-2.0 | less/less.js |
10051114 | <NME> index.js
<BEF> ADDFILE
<MSG> seperate out the environments at the top-most-level
<DFF> @@ -0,0 +1,60 @@
+var environment = require("./environment.js");
+var less = require("../less/index.js")(environment);
+
+less.formatError = function(ctx, options) {
+ options = options || {};
+
+ var message = "";
+ ... | 60 | seperate out the environments at the top-most-level | 0 | .js | js | apache-2.0 | less/less.js |
10051115 | <NME> ofunctions.sh <BEF> FUNC_BUILD=2015111102 ## BEGIN Generic functions for osync & obackup written in 2013-2015 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: command... | 6 | Fixed function lib path. | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051116 | <NME> ofunctions.sh <BEF> FUNC_BUILD=2015111102 ## BEGIN Generic functions for osync & obackup written in 2013-2015 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: command... | 6 | Fixed function lib path. | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051117 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 4 | Fixed variable mismatch | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051118 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 4 | Fixed variable mismatch | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051119 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017021002
## osync / obackup / pmocr / zsnap install script
... | 5 | Added program check | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051120 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017021002
## osync / obackup / pmocr / zsnap install script
... | 5 | Added program check | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051121 | <NME> less-rhino-1.1.3.js <BEF> ADDFILE <MSG> Include compile file <DFF> @@ -0,0 +1,2460 @@ +// +// Stub out `require` in rhino +// +function require(arg) { + return less[arg.split('/')[1]]; +}; + + +// ecma-5.js +// +// -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License +// -- tlrobinson Tom Robinson +// dant... | 2,460 | Include compile file | 0 | .js | 1 | apache-2.0 | less/less.js |
10051122 | <NME> less-rhino-1.1.3.js <BEF> ADDFILE <MSG> Include compile file <DFF> @@ -0,0 +1,2460 @@ +// +// Stub out `require` in rhino +// +function require(arg) { + return less[arg.split('/')[1]]; +}; + + +// ecma-5.js +// +// -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License +// -- tlrobinson Tom Robinson +// dant... | 2,460 | Include compile file | 0 | .js | 1 | apache-2.0 | less/less.js |
10051123 | <NME> less-rhino-1.1.3.js <BEF> ADDFILE <MSG> Include compile file <DFF> @@ -0,0 +1,2460 @@ +// +// Stub out `require` in rhino +// +function require(arg) { + return less[arg.split('/')[1]]; +}; + + +// ecma-5.js +// +// -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License +// -- tlrobinson Tom Robinson +// dant... | 2,460 | Include compile file | 0 | .js | 1 | apache-2.0 | less/less.js |
10051124 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 2 | Minor code cleanup | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10051125 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 2 | Minor code cleanup | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10051126 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 0 | Edit Readme | 22 | .md | md | apache-2.0 | less/less.js |
10051127 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 0 | Edit Readme | 22 | .md | md | apache-2.0 | less/less.js |
10051128 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 0 | Edit Readme | 22 | .md | md | apache-2.0 | less/less.js |
10051129 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net... | 9 | Setting sync_attrs as experimental function | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051130 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net... | 9 | Setting sync_attrs as experimental function | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051131 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2016121202
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 2 | Fixed resume does not exit with warn anymore | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051132 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2016121202
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 2 | Fixed resume does not exit with warn anymore | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051133 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 2 | Removed (big) typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051134 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 2 | Removed (big) typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051135 | <NME> osync v1.2.lyx <BEF> #LyX 2.2 created this file. For more info see http://www.lyx.org/ \lyxformat 508 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inpu... | 4,308 | Updated documentation file | 3,265 | .lyx | 2 | bsd-3-clause | deajan/osync |
10051136 | <NME> osync v1.2.lyx <BEF> #LyX 2.2 created this file. For more info see http://www.lyx.org/ \lyxformat 508 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inpu... | 4,308 | Updated documentation file | 3,265 | .lyx | 2 | bsd-3-clause | deajan/osync |
10051137 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 2 | No conflictlist file will not trigger an error | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051138 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 2 | No conflictlist file will not trigger an error | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051139 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 12 | Reenabled all other tests :) | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10051140 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 12 | Reenabled all other tests :) | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10051141 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 3 | Fix for failed deletion repropagation in BSD | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051142 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 3 | Fix for failed deletion repropagation in BSD | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051143 | <NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2-qs OSYNC_BUILD=1811201304 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUN... | 2 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051144 | <NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2-qs OSYNC_BUILD=1811201304 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUN... | 2 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051145 | <NME> README.md
<BEF> [](https://travis-ci.org/LucianoGanga/simple-headless-chrome)
# Introduction
This is an abstraction to use a Headless version of Google Chrome in a simple way.
I was inspired by the next projects:
* Doffy... | 9 | Update README.md | 2 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10051146 | <NME> actions.js
<BEF> /* global XMLHttpRequest */
'use strict'
const debug = require('debug')('HeadlessChrome:actions')
const Promise = require('bluebird')
const fs = require('mz/fs')
const _ = require('lodash')
const {
browserIsInitialized,
sleep,
fixSelector,
interleaveArrayToObject,
promiseTimeout,
o... | 2 | Fix method comment | 2 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10051147 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2017020802
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 3 | Fix installer on travis | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051148 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2017020802
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 3 | Fix installer on travis | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051149 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /ob... | 1 | Added includes to batcher | 28 | .sh | sh | bsd-3-clause | deajan/osync |