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 |
|---|---|---|---|---|---|---|---|---|
10054050 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [ 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.00pre PROGRAM_BUILD=2015071701 ## type doesn't work on platforms other than linux (... | 1 | Release v1.00 | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054052 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.00pre PROGRAM_BUILD=2015071701 ## type doesn't work on platforms other than linux (... | 1 | Release v1.00 | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054053 | <NME> mixins-guards-cond-expected.txt
<BEF> ADDFILE
<MSG> Merge pull request #3259 from matthew-dean/bugfix-boolean-if
Removes "double paren" issue for boolean / if function
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
+1 .max (@a, @b) when @a {... | 3 | Merge pull request #3259 from matthew-dean/bugfix-boolean-if | 0 | .txt | txt | apache-2.0 | less/less.js |
10054054 | <NME> mixins-guards-cond-expected.txt
<BEF> ADDFILE
<MSG> Merge pull request #3259 from matthew-dean/bugfix-boolean-if
Removes "double paren" issue for boolean / if function
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
+1 .max (@a, @b) when @a {... | 3 | Merge pull request #3259 from matthew-dean/bugfix-boolean-if | 0 | .txt | txt | apache-2.0 | less/less.js |
10054055 | <NME> mixins-guards-cond-expected.txt
<BEF> ADDFILE
<MSG> Merge pull request #3259 from matthew-dean/bugfix-boolean-if
Removes "double paren" issue for boolean / if function
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
+1 .max (@a, @b) when @a {... | 3 | Merge pull request #3259 from matthew-dean/bugfix-boolean-if | 0 | .txt | txt | apache-2.0 | less/less.js |
10054056 | <NME> README.md
<BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular)
# 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)
[ 2013... | 6 | Conflict log line only appears if used | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054061 | <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... | 6 | Conflict log line only appears if used | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054062 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 72 | mend | 33 | .sh | sh | bsd-3-clause | deajan/osync |
10054063 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 72 | mend | 33 | .sh | sh | bsd-3-clause | deajan/osync |
10054064 | <NME> README.md
<BEF> # angular2-highcharts
> Highcharts chart components for Angular apps. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[;
+ extract: extract(@v, 1) extract(@v, 2) extract(@v, 3) extract(@v, 4) extract(@v, 5) extract(@v, 6);
+}
+
+.incorrect-index {
+... | 133 | Merge branch 'next' | 0 | .less | less | apache-2.0 | less/less.js |
10054067 | <NME> extract-and-length.less
<BEF> ADDFILE
<MSG> Merge branch 'next'
<DFF> @@ -0,0 +1,133 @@
+
+// simple array/list:
+
+.multiunit {
+ @v: abc "abc" 1 1px 1% #123;
+ length: length(@v);
+ extract: extract(@v, 1) extract(@v, 2) extract(@v, 3) extract(@v, 4) extract(@v, 5) extract(@v, 6);
+}
+
+.incorrect-index {
+... | 133 | Merge branch 'next' | 0 | .less | less | apache-2.0 | less/less.js |
10054068 | <NME> extract-and-length.less
<BEF> ADDFILE
<MSG> Merge branch 'next'
<DFF> @@ -0,0 +1,133 @@
+
+// simple array/list:
+
+.multiunit {
+ @v: abc "abc" 1 1px 1% #123;
+ length: length(@v);
+ extract: extract(@v, 1) extract(@v, 2) extract(@v, 3) extract(@v, 4) extract(@v, 5) extract(@v, 6);
+}
+
+.incorrect-index {
+... | 133 | Merge branch 'next' | 0 | .less | less | apache-2.0 | less/less.js |
10054069 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th... | 1 | Replaced make command for tests running by grunt command. | 2 | .md | md | apache-2.0 | less/less.js |
10054070 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th... | 1 | Replaced make command for tests running by grunt command. | 2 | .md | md | apache-2.0 | less/less.js |
10054071 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th... | 1 | Replaced make command for tests running by grunt command. | 2 | .md | md | apache-2.0 | less/less.js |
10054072 | <NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC3 OSYNC_BUILD=1701201401 DEBUG=no SCRIPT_PID=$$ LOCAL_USER=$(whoami) CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION... | 16 | Fixed deleted subdirectories files not propagated | 41 | .sh | sh | bsd-3-clause | deajan/osync |
10054073 | <NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC3 OSYNC_BUILD=1701201401 DEBUG=no SCRIPT_PID=$$ LOCAL_USER=$(whoami) CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION... | 16 | Fixed deleted subdirectories files not propagated | 41 | .sh | sh | bsd-3-clause | deajan/osync |
10054074 | <NME> README.md
<BEF> [](https://travis-ci.org/LucianoGanga/simple-headless-chrome)
# simple-headless-chrome
# This project is looking for a maintainer
If you'd like to help others in this project, you're more than welcome! I ... | 4 | Add "More examples" section at the end of Readme | 0 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10054075 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 1 | Wrapped $DELETE_CMD_INPUT with "" | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054076 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 1 | Wrapped $DELETE_CMD_INPUT with "" | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054077 | <NME> colors.js
<BEF> ADDFILE
<MSG> implement named color conversion
<DFF> @@ -0,0 +1,151 @@
+(function (tree) {
+ tree.colors = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ ... | 151 | implement named color conversion | 0 | .js | js | apache-2.0 | less/less.js |
10054078 | <NME> colors.js
<BEF> ADDFILE
<MSG> implement named color conversion
<DFF> @@ -0,0 +1,151 @@
+(function (tree) {
+ tree.colors = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ ... | 151 | implement named color conversion | 0 | .js | js | apache-2.0 | less/less.js |
10054079 | <NME> colors.js
<BEF> ADDFILE
<MSG> implement named color conversion
<DFF> @@ -0,0 +1,151 @@
+(function (tree) {
+ tree.colors = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ ... | 151 | implement named color conversion | 0 | .js | js | apache-2.0 | less/less.js |
10054080 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2017053001
## ---------- GENERAL OPTIONS
## Direc... | 3 | Implemented --alert-conflicts options | 1 | .example | conf | bsd-3-clause | deajan/osync |
10054081 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2017053001
## ---------- GENERAL OPTIONS
## Direc... | 3 | Implemented --alert-conflicts options | 1 | .example | conf | bsd-3-clause | deajan/osync |
10054082 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM_BUILD=2016... | 4 | Fixed bogus SSH_OPTS | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054083 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM_BUILD=2016... | 4 | Fixed bogus SSH_OPTS | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054084 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 10 | Rebuilt targets | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10054085 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 10 | Rebuilt targets | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10054086 | <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.00pre PROGRAM_BU... | 13 | Fixed multiple log messages since lower sleep time | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054087 | <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.00pre PROGRAM_BU... | 13 | Fixed multiple log messages since lower sleep time | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054088 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.00 PROGRAM_BUILD=2015072001 ## type doesn't work on platforms other than linux (bas... | 44 | Merge from dev-1.1 | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054089 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.00 PROGRAM_BUILD=2015072001 ## type doesn't work on platforms other than linux (bas... | 44 | Merge from dev-1.1 | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054090 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018062901
# 4 tests:
# quicklocal
## From current terminal run sudo -s in order to get a new terminal as root
## On CYGWIN / MSYS, ACL and extended attri... | 6 | Fix travis won't allow file creating in /tmp/osync_test_install | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054091 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018062901
# 4 tests:
# quicklocal
## From current terminal run sudo -s in order to get a new terminal as root
## On CYGWIN / MSYS, ACL and extended attri... | 6 | Fix travis won't allow file creating in /tmp/osync_test_install | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054092 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 24 | Rebuilt targets | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10054093 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 24 | Rebuilt targets | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10054094 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2019071901
# 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... | 2 | Updated RSA key file for quickRemote tests | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054095 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2019071901
# 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... | 2 | Updated RSA key file for quickRemote tests | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054096 | <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 CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018100501
# 4 tests:
# qui... | 8 | Conflict detection random bug isolation | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054097 | <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 CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018100501
# 4 tests:
# qui... | 8 | Conflict detection random bug isolation | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054098 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash # treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.f... | 35 | WIP: conflict list | 58 | .sh | sh | bsd-3-clause | deajan/osync |
10054099 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash # treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.f... | 35 | WIP: conflict list | 58 | .sh | sh | bsd-3-clause | deajan/osync |
10054100 | <NME> shellcheck.sh
<BEF> #!/usr/bin/env bash
#SC1090 = not following non constants source
#SC1091 = not following source
#SC2086 = quoting errors (shellcheck is way too picky about quoting)
#SC2120 = only for debug version
shellcheck -e SC1090,SC1091,SC2086,SC2119,SC2120 $1
<MSG> Add shellcheck exclusions
<DFF> @@... | 3 | Add shellcheck exclusions | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054101 | <NME> shellcheck.sh
<BEF> #!/usr/bin/env bash
#SC1090 = not following non constants source
#SC1091 = not following source
#SC2086 = quoting errors (shellcheck is way too picky about quoting)
#SC2120 = only for debug version
shellcheck -e SC1090,SC1091,SC2086,SC2119,SC2120 $1
<MSG> Add shellcheck exclusions
<DFF> @@... | 3 | Add shellcheck exclusions | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054102 | <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 ? #TODO add error handling to new functions #TODO check if _getCtimeMtime | sort removal needs to be backported PROGRAM="osync" # Rsync based... | 10 | Multiple file list fixes | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10054103 | <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 ? #TODO add error handling to new functions #TODO check if _getCtimeMtime | sort removal needs to be backported PROGRAM="osync" # Rsync based... | 10 | Multiple file list fixes | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10054104 | <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... | 7 | Help..travis is killing me | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054105 | <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... | 7 | Help..travis is killing me | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054106 | <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 | Removed diagnostic lines | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054107 | <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 | Removed diagnostic lines | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054108 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" #command line arguments don't take -AaqV for example _OFUNCTIONS_VERSION=2.3.0-dev _OFUNCTIONS_BUILD=2018062901 #### _OFUNC... | 8 | Comment reorganization | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054109 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" #command line arguments don't take -AaqV for example _OFUNCTIONS_VERSION=2.3.0-dev _OFUNCTIONS_BUILD=2018062901 #### _OFUNC... | 8 | Comment reorganization | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054110 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 1 | Merge pull request #194 from zhangzhishan/master | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054111 | <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 PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 1 | Merge pull request #194 from zhangzhishan/master | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054112 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016040602 IS_STABLE=yes ## FUNC_BUILD=2016040601 IS_STABLE=true CONFIG... | 3 | Fixed dramatic typo for deletion propagation | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054113 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016040602 IS_STABLE=yes ## FUNC_BUILD=2016040601 IS_STABLE=true CONFIG... | 3 | Fixed dramatic typo for deletion propagation | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054114 | <NME> .travis.yml
<BEF> sudo: required
node_js:
- "5.7.1"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
- node ./node_modules/typings/dist/bin install
- sleep 3
install:
- npm install
script:
- npm run build
- ./node_... | 7 | update ci build | 3 | .yml | travis | mit | gevgeny/angular2-highcharts |
10054115 | <NME> .travis.yml
<BEF> sudo: required
node_js:
- "5.7.1"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
- node ./node_modules/typings/dist/bin install
- sleep 3
install:
- npm install
script:
- npm run build
- ./node_... | 7 | update ci build | 3 | .yml | travis | mit | gevgeny/angular2-highcharts |
10054116 | <NME> import-once.less
<BEF> ADDFILE
<MSG> failing test for 88915649179c879048677f6b8d213b4b2756f676
<DFF> @@ -0,0 +1,3 @@
+@import-once "import/import-test-a";
+@import-once "import/import-test-b";
+@import-once "import/import-test-c";
\ No newline at end of file
| 3 | failing test for 88915649179c879048677f6b8d213b4b2756f676 | 0 | .less | less | apache-2.0 | less/less.js |
10054117 | <NME> import-once.less
<BEF> ADDFILE
<MSG> failing test for 88915649179c879048677f6b8d213b4b2756f676
<DFF> @@ -0,0 +1,3 @@
+@import-once "import/import-test-a";
+@import-once "import/import-test-b";
+@import-once "import/import-test-c";
\ No newline at end of file
| 3 | failing test for 88915649179c879048677f6b8d213b4b2756f676 | 0 | .less | less | apache-2.0 | less/less.js |
10054118 | <NME> import-once.less
<BEF> ADDFILE
<MSG> failing test for 88915649179c879048677f6b8d213b4b2756f676
<DFF> @@ -0,0 +1,3 @@
+@import-once "import/import-test-a";
+@import-once "import/import-test-b";
+@import-once "import/import-test-c";
\ No newline at end of file
| 3 | failing test for 88915649179c879048677f6b8d213b4b2756f676 | 0 | .less | less | apache-2.0 | less/less.js |
10054119 | <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 CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC2 PROGRA... | 1 | Bumped to stable state | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054120 | <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 CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC2 PROGRA... | 1 | Bumped to stable state | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054121 | <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... | 4 | Update README | 0 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10054122 | <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... | 4 | Update README | 0 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10054123 | <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... | 4 | Update README | 0 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10054124 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Update CHANGELOG.md | 0 | .md | md | bsd-3-clause | deajan/osync |
10054125 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Update CHANGELOG.md | 0 | .md | md | bsd-3-clause | deajan/osync |
10054126 | <NME> LICENSE
<BEF>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,... | 0 | Remove copyright from licence so we only have one | 2 | LICENSE | apache-2.0 | less/less.js | |
10054127 | <NME> LICENSE
<BEF>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,... | 0 | Remove copyright from licence so we only have one | 2 | LICENSE | apache-2.0 | less/less.js | |
10054128 | <NME> LICENSE
<BEF>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,... | 0 | Remove copyright from licence so we only have one | 2 | LICENSE | apache-2.0 | less/less.js | |
10054129 | <NME> promise.js
<BEF> ADDFILE
<MSG> Adds Promise polyfill for PhantomJS under Node 9
<DFF> @@ -0,0 +1,2 @@
+!function n(t,e,r){function o(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(i)return i(u,!0);var s=new Error("Cannot find module '"+u+"'");throw s.code="MODULE_NO... | 2 | Adds Promise polyfill for PhantomJS under Node 9 | 0 | .js | js | apache-2.0 | less/less.js |
10054130 | <NME> promise.js
<BEF> ADDFILE
<MSG> Adds Promise polyfill for PhantomJS under Node 9
<DFF> @@ -0,0 +1,2 @@
+!function n(t,e,r){function o(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(i)return i(u,!0);var s=new Error("Cannot find module '"+u+"'");throw s.code="MODULE_NO... | 2 | Adds Promise polyfill for PhantomJS under Node 9 | 0 | .js | js | apache-2.0 | less/less.js |
10054131 | <NME> promise.js
<BEF> ADDFILE
<MSG> Adds Promise polyfill for PhantomJS under Node 9
<DFF> @@ -0,0 +1,2 @@
+!function n(t,e,r){function o(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(i)return i(u,!0);var s=new Error("Cannot find module '"+u+"'");throw s.code="MODULE_NO... | 2 | Adds Promise polyfill for PhantomJS under Node 9 | 0 | .js | js | apache-2.0 | less/less.js |
10054132 | <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="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 2 | Fixed some ambiguous redirection in get_ctime_mtime | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054133 | <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="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 2 | Fixed some ambiguous redirection in get_ctime_mtime | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054134 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111501
# 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... | 11 | Removed deletion_failure test from travis (lack of chattr support) | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054135 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111501
# 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... | 11 | Removed deletion_failure test from travis (lack of chattr support) | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054136 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016072702 ## BEGIN Generic functions for osync & obackup written in 2013-2016 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: comm... | 145 | New wait function handles multiple pids | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054137 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016072702 ## BEGIN Generic functions for osync & obackup written in 2013-2016 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: comm... | 145 | New wait function handles multiple pids | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054138 | <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... | 49 | Simple code compliance | 40 | .sh | sh | bsd-3-clause | deajan/osync |
10054139 | <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... | 49 | Simple code compliance | 40 | .sh | sh | bsd-3-clause | deajan/osync |
10054140 | <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-dev PROGRAM_BU... | 48 | More and more code compliance | 36 | .sh | sh | bsd-3-clause | deajan/osync |
10054141 | <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-dev PROGRAM_BU... | 48 | More and more code compliance | 36 | .sh | sh | bsd-3-clause | deajan/osync |
10054142 | <NME> README.md
<BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular)
# 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)
[: handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-para... | 23 | Fixed deletion propagation | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054145 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-para... | 23 | Fixed deletion propagation | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054146 | <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 2017040801
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 2 | Updated osync test file URL | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054147 | <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 2017040801
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 2 | Updated osync test file URL | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054148 | <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... | 3 | Indentation fix | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054149 | <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... | 3 | Indentation fix | 3 | .sh | sh | bsd-3-clause | deajan/osync |