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
10051350
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is the system osync runs on. ...
3
Improved example config file comments
3
.example
conf
bsd-3-clause
deajan/osync
10051351
<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...
2
Updated changelog for RC3
0
.md
md
bsd-3-clause
deajan/osync
10051352
<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...
2
Updated changelog for RC3
0
.md
md
bsd-3-clause
deajan/osync
10051353
<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) [![build](htt...
1
Update README.md
1
.md
md
mit
gevgeny/angular2-highcharts
10051354
<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) [![build](htt...
1
Update README.md
1
.md
md
mit
gevgeny/angular2-highcharts
10051355
<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
Removed typo
1
.sh
sh
bsd-3-clause
deajan/osync
10051356
<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
Removed typo
1
.sh
sh
bsd-3-clause
deajan/osync
10051357
<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...
51
Rebuilt targets
49
.sh
sh
bsd-3-clause
deajan/osync
10051358
<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...
51
Rebuilt targets
49
.sh
sh
bsd-3-clause
deajan/osync
10051359
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
3
Update README.md
0
.md
md
bsd-3-clause
deajan/osync
10051360
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
3
Update README.md
0
.md
md
bsd-3-clause
deajan/osync
10051361
<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 typos
1
.sh
sh
bsd-3-clause
deajan/osync
10051362
<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 typos
1
.sh
sh
bsd-3-clause
deajan/osync
10051363
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112102 ## 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: #############################################################...
67
Disable ACL and XATTR preserve by default on Mac
59
.sh
sh
bsd-3-clause
deajan/osync
10051364
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112102 ## 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: #############################################################...
67
Disable ACL and XATTR preserve by default on Mac
59
.sh
sh
bsd-3-clause
deajan/osync
10051365
<NME> CHANGELOG.md <BEF> ## 3.7.0 2018-07-11 - [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish) ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://git...
6
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10051366
<NME> CHANGELOG.md <BEF> ## 3.7.0 2018-07-11 - [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish) ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://git...
6
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10051367
<NME> CHANGELOG.md <BEF> ## 3.7.0 2018-07-11 - [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish) ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://git...
6
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10051368
<NME> KNOWN_ISSUES.md <BEF> ADDFILE <MSG> Updated CHANGELOG <DFF> @@ -0,0 +1,6 @@ +KNOWN ISSUES +------------ + +- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) +- Soft deletion does not honor exclusion lists (ie soft deleted f...
6
Updated CHANGELOG
0
.md
md
bsd-3-clause
deajan/osync
10051369
<NME> KNOWN_ISSUES.md <BEF> ADDFILE <MSG> Updated CHANGELOG <DFF> @@ -0,0 +1,6 @@ +KNOWN ISSUES +------------ + +- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) +- Soft deletion does not honor exclusion lists (ie soft deleted f...
6
Updated CHANGELOG
0
.md
md
bsd-3-clause
deajan/osync
10051370
<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...
167
Still doing code compliance
108
.sh
sh
bsd-3-clause
deajan/osync
10051371
<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...
167
Still doing code compliance
108
.sh
sh
bsd-3-clause
deajan/osync
10051372
<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-dev-parallel-unstabl...
25
Various fixes
28
.sh
sh
bsd-3-clause
deajan/osync
10051373
<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-dev-parallel-unstabl...
25
Various fixes
28
.sh
sh
bsd-3-clause
deajan/osync
10051374
<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...
4
Reduced log level for 3rdparty pings
4
.sh
sh
bsd-3-clause
deajan/osync
10051375
<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...
4
Reduced log level for 3rdparty pings
4
.sh
sh
bsd-3-clause
deajan/osync
10051376
<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 unused code
3
.sh
sh
bsd-3-clause
deajan/osync
10051377
<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 unused code
3
.sh
sh
bsd-3-clause
deajan/osync
10051378
<NME> copy-bom.js <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js into nested-parent-selector-2026-v1 Conflicts: lib/less/parser/parser.js lib/less/tree/ruleset.js <DFF> @@ -0,0 +1,72 @@ +/*jshint latedef: nofunc */ + +// This is used to copy a folder (the test/less/* files & sub-folders), adding a BOM to...
72
Merge https://github.com/less/less.js into nested-parent-selector-2026-v1
0
.js
js
apache-2.0
less/less.js
10051379
<NME> copy-bom.js <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js into nested-parent-selector-2026-v1 Conflicts: lib/less/parser/parser.js lib/less/tree/ruleset.js <DFF> @@ -0,0 +1,72 @@ +/*jshint latedef: nofunc */ + +// This is used to copy a folder (the test/less/* files & sub-folders), adding a BOM to...
72
Merge https://github.com/less/less.js into nested-parent-selector-2026-v1
0
.js
js
apache-2.0
less/less.js
10051380
<NME> copy-bom.js <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js into nested-parent-selector-2026-v1 Conflicts: lib/less/parser/parser.js lib/less/tree/ruleset.js <DFF> @@ -0,0 +1,72 @@ +/*jshint latedef: nofunc */ + +// This is used to copy a folder (the test/less/* files & sub-folders), adding a BOM to...
72
Merge https://github.com/less/less.js into nested-parent-selector-2026-v1
0
.js
js
apache-2.0
less/less.js
10051381
<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
Fixing ping/pong between initiator and targets
7
.sh
sh
bsd-3-clause
deajan/osync
10051382
<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
Fixing ping/pong between initiator and targets
7
.sh
sh
bsd-3-clause
deajan/osync
10051383
<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...
4
Fixed more typos in cmdline options
4
.sh
sh
bsd-3-clause
deajan/osync
10051384
<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...
4
Fixed more typos in cmdline options
4
.sh
sh
bsd-3-clause
deajan/osync
10051385
<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
0
.md
md
bsd-3-clause
deajan/osync
10051386
<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
0
.md
md
bsd-3-clause
deajan/osync
10051387
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v2.0x config file rev 2019011001 [GENERAL] ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is...
2
Fixed typo introduced with boolean changes
2
.example
conf
bsd-3-clause
deajan/osync
10051388
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v2.0x config file rev 2019011001 [GENERAL] ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is...
2
Fixed typo introduced with boolean changes
2
.example
conf
bsd-3-clause
deajan/osync
10051389
<NME> plugin-module.less <BEF> ADDFILE <MSG> Pushing WIP of changes to file manager to track changes <DFF> @@ -0,0 +1,3 @@ +// Test NPM import +@plugin "clean-css"; +
3
Pushing WIP of changes to file manager to track changes
0
.less
less
apache-2.0
less/less.js
10051390
<NME> plugin-module.less <BEF> ADDFILE <MSG> Pushing WIP of changes to file manager to track changes <DFF> @@ -0,0 +1,3 @@ +// Test NPM import +@plugin "clean-css"; +
3
Pushing WIP of changes to file manager to track changes
0
.less
less
apache-2.0
less/less.js
10051391
<NME> plugin-module.less <BEF> ADDFILE <MSG> Pushing WIP of changes to file manager to track changes <DFF> @@ -0,0 +1,3 @@ +// Test NPM import +@plugin "clean-css"; +
3
Pushing WIP of changes to file manager to track changes
0
.less
less
apache-2.0
less/less.js
10051392
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082204 ## 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 outp...
127
Updated ofunctions with ParallelExec
32
.sh
sh
bsd-3-clause
deajan/osync
10051393
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082204 ## 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 outp...
127
Updated ofunctions with ParallelExec
32
.sh
sh
bsd-3-clause
deajan/osync
10051394
<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=...
2
Better check if remote deletion file is present
2
.sh
sh
bsd-3-clause
deajan/osync
10051395
<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=...
2
Better check if remote deletion file is present
2
.sh
sh
bsd-3-clause
deajan/osync
10051396
<NME> node.js <BEF> import * as utils from '../utils'; /** * The reason why Node is a class and other nodes simply do not extend * from Node (since we're transpiling) is due to this issue: * * https://github.com/less/less.js/issues/3434 */ class Node { constructor() { this.nodeVisible = undefined; ...
6
Fix `currentFileInfo` and `index` properties on nodes (#3602)
7
.js
js
apache-2.0
less/less.js
10051397
<NME> node.js <BEF> import * as utils from '../utils'; /** * The reason why Node is a class and other nodes simply do not extend * from Node (since we're transpiling) is due to this issue: * * https://github.com/less/less.js/issues/3434 */ class Node { constructor() { this.nodeVisible = undefined; ...
6
Fix `currentFileInfo` and `index` properties on nodes (#3602)
7
.js
js
apache-2.0
less/less.js
10051398
<NME> node.js <BEF> import * as utils from '../utils'; /** * The reason why Node is a class and other nodes simply do not extend * from Node (since we're transpiling) is due to this issue: * * https://github.com/less/less.js/issues/3434 */ class Node { constructor() { this.nodeVisible = undefined; ...
6
Fix `currentFileInfo` and `index` properties on nodes (#3602)
7
.js
js
apache-2.0
less/less.js
10051399
<NME> remote.conf <BEF> #!/usr/bin/env bash ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="remote" ## Directories to synchronize. ## Initiator is the system os...
1
Added doublequotes around 3rd party hosts for sanity
1
.conf
conf
bsd-3-clause
deajan/osync
10051400
<NME> remote.conf <BEF> #!/usr/bin/env bash ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="remote" ## Directories to synchronize. ## Initiator is the system os...
1
Added doublequotes around 3rd party hosts for sanity
1
.conf
conf
bsd-3-clause
deajan/osync
10051401
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
2
Updated crontab doc
0
.md
md
bsd-3-clause
deajan/osync
10051402
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
2
Updated crontab doc
0
.md
md
bsd-3-clause
deajan/osync
10051403
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # Allows the following environment variables # TRAVIS_RUN=[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 new terminal as root ##...
17
Disabled conflictList test
19
.sh
sh
bsd-3-clause
deajan/osync
10051404
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # Allows the following environment variables # TRAVIS_RUN=[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 new terminal as root ##...
17
Disabled conflictList test
19
.sh
sh
bsd-3-clause
deajan/osync
10051405
<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-dev _OFUNCTIONS_BUILD=2016121105 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
9
Multiple typo fixes and shellcheck improvements
10
.sh
sh
bsd-3-clause
deajan/osync
10051406
<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-dev _OFUNCTIONS_BUILD=2016121105 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
9
Multiple typo fixes and shellcheck improvements
10
.sh
sh
bsd-3-clause
deajan/osync
10051407
<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...
56
Updated os detection
3
.sh
sh
bsd-3-clause
deajan/osync
10051408
<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...
56
Updated os detection
3
.sh
sh
bsd-3-clause
deajan/osync
10051409
<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
Removed debug log line
3
.sh
sh
bsd-3-clause
deajan/osync
10051410
<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
Removed debug log line
3
.sh
sh
bsd-3-clause
deajan/osync
10051411
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is the system osync runs on. ...
1
Updated comments
1
.example
conf
bsd-3-clause
deajan/osync
10051412
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is the system osync runs on. ...
1
Updated comments
1
.example
conf
bsd-3-clause
deajan/osync
10051413
<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...
2
Fixed rsync option placement
2
.sh
sh
bsd-3-clause
deajan/osync
10051414
<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...
2
Fixed rsync option placement
2
.sh
sh
bsd-3-clause
deajan/osync
10051415
<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
Added missing RemoteLogger prefix
2
.sh
sh
bsd-3-clause
deajan/osync
10051416
<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
Added missing RemoteLogger prefix
2
.sh
sh
bsd-3-clause
deajan/osync
10051417
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### #TODO: command line arguments do not take merged args (-AaqV for example) #command line arguments don't take -AaqV for example _OFUNCTIONS_VERSION=2.3.0-dev _OFUNCTIONS_BUILD=2018062504 #### _OFUNCTIONS_BOOTS...
3
Quick OS detection fix
3
.sh
sh
bsd-3-clause
deajan/osync
10051418
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### #TODO: command line arguments do not take merged args (-AaqV for example) #command line arguments don't take -AaqV for example _OFUNCTIONS_VERSION=2.3.0-dev _OFUNCTIONS_BUILD=2018062504 #### _OFUNCTIONS_BOOTS...
3
Quick OS detection fix
3
.sh
sh
bsd-3-clause
deajan/osync
10051419
<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...
1
fixed readme.
1
.md
md
apache-2.0
less/less.js
10051420
<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...
1
fixed readme.
1
.md
md
apache-2.0
less/less.js
10051421
<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...
1
fixed readme.
1
.md
md
apache-2.0
less/less.js
10051422
<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...
45
Rebuilt targets
45
.sh
sh
bsd-3-clause
deajan/osync
10051423
<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...
45
Rebuilt targets
45
.sh
sh
bsd-3-clause
deajan/osync
10051424
<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
Bumped version
1
.sh
sh
bsd-3-clause
deajan/osync
10051425
<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
Bumped version
1
.sh
sh
bsd-3-clause
deajan/osync
10051426
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111401 ## 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 ## INSTANCE_ID=program-instance-name ...
13
Added ALWAYS loger option, also fixed boolean capitalization
7
.sh
sh
bsd-3-clause
deajan/osync
10051427
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111401 ## 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 ## INSTANCE_ID=program-instance-name ...
13
Added ALWAYS loger option, also fixed boolean capitalization
7
.sh
sh
bsd-3-clause
deajan/osync
10051428
<NME> update-osync-pkg.sh <BEF> #!/bin/bash HELPTEXT=\ cd "osync.aur" && srcdir="." && source "PKGBUILD" && url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') && branch=$(echo -n ${source[0]} | sed 's/.*#branch=//g') && git clone -b $branch $url && } # Check getopt compatibility getopt --test > /dev/null ...
5
Made pkgver automatic
0
.sh
sh
bsd-3-clause
deajan/osync
10051429
<NME> update-osync-pkg.sh <BEF> #!/bin/bash HELPTEXT=\ cd "osync.aur" && srcdir="." && source "PKGBUILD" && url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') && branch=$(echo -n ${source[0]} | sed 's/.*#branch=//g') && git clone -b $branch $url && } # Check getopt compatibility getopt --test > /dev/null ...
5
Made pkgver automatic
0
.sh
sh
bsd-3-clause
deajan/osync
10051430
<NME> parens.less <BEF> .parens { @var: 1px; border: (@var * 2) solid black; margin: (@var * 1) (@var + 2) (4 * 4) 3; width: (6 * 6); padding: 2px (6 * 6px); } .more-parens { @var: (2 * 2); padding: (2 * @var) 4 4 (@var * 1px); width-all: ((@var * @var) * 6); width-first: ((@var * @var)) * 6; width...
6
Fix #3616 IfStatement requires double parentheses when dividing (#3626)
0
.less
less
apache-2.0
less/less.js
10051431
<NME> parens.less <BEF> .parens { @var: 1px; border: (@var * 2) solid black; margin: (@var * 1) (@var + 2) (4 * 4) 3; width: (6 * 6); padding: 2px (6 * 6px); } .more-parens { @var: (2 * 2); padding: (2 * @var) 4 4 (@var * 1px); width-all: ((@var * @var) * 6); width-first: ((@var * @var)) * 6; width...
6
Fix #3616 IfStatement requires double parentheses when dividing (#3626)
0
.less
less
apache-2.0
less/less.js
10051432
<NME> parens.less <BEF> .parens { @var: 1px; border: (@var * 2) solid black; margin: (@var * 1) (@var + 2) (4 * 4) 3; width: (6 * 6); padding: 2px (6 * 6px); } .more-parens { @var: (2 * 2); padding: (2 * @var) 4 4 (@var * 1px); width-all: ((@var * @var) * 6); width-first: ((@var * @var)) * 6; width...
6
Fix #3616 IfStatement requires double parentheses when dividing (#3626)
0
.less
less
apache-2.0
less/less.js
10051433
<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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=...
6
WIP: conflict list
14
.sh
sh
bsd-3-clause
deajan/osync
10051434
<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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=...
6
WIP: conflict list
14
.sh
sh
bsd-3-clause
deajan/osync
10051435
<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.2-dev-parallel-unstable ...
10
Removed parallelism from unlock function for now
15
.sh
sh
bsd-3-clause
deajan/osync
10051436
<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.2-dev-parallel-unstable ...
10
Removed parallelism from unlock function for now
15
.sh
sh
bsd-3-clause
deajan/osync
10051437
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082801 ## 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: #############################################################...
5
Merge branch 'master' of https://github.com/deajan/osync
2
.sh
sh
bsd-3-clause
deajan/osync
10051438
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082801 ## 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: #############################################################...
5
Merge branch 'master' of https://github.com/deajan/osync
2
.sh
sh
bsd-3-clause
deajan/osync
10051439
<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...
7
feat: github contributing guidelines and code of conduct (#85)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051440
<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...
7
feat: github contributing guidelines and code of conduct (#85)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051441
<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...
7
feat: github contributing guidelines and code of conduct (#85)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051442
<NME> CONTRIBUTING.md <BEF> ## Bug Reports - Please create a short test case - Test with the latest version - indicate how you use less - browser/lessc/external tool ## Feature Requests - Please search feature requests to see if something similar exists already - include a use-case - we do not add language feat...
37
Merge pull request #1277 from jonschlinkert/master
15
.md
md
apache-2.0
less/less.js
10051443
<NME> CONTRIBUTING.md <BEF> ## Bug Reports - Please create a short test case - Test with the latest version - indicate how you use less - browser/lessc/external tool ## Feature Requests - Please search feature requests to see if something similar exists already - include a use-case - we do not add language feat...
37
Merge pull request #1277 from jonschlinkert/master
15
.md
md
apache-2.0
less/less.js
10051444
<NME> CONTRIBUTING.md <BEF> ## Bug Reports - Please create a short test case - Test with the latest version - indicate how you use less - browser/lessc/external tool ## Feature Requests - Please search feature requests to see if something similar exists already - include a use-case - we do not add language feat...
37
Merge pull request #1277 from jonschlinkert/master
15
.md
md
apache-2.0
less/less.js
10051445
<NME> mixed-mixin-definition-args-2.txt <BEF> ADDFILE <MSG> basic support in definition, clean up and tests <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Cannot mix ; and , as delimiter types in {path}mixed-mixin-definition-args-2.less:5:25 +4 .mixin-test { +5 .mixin(@a: 5, @b: 6; @c: 7); +6 }
4
basic support in definition, clean up and tests
0
.txt
txt
apache-2.0
less/less.js
10051446
<NME> mixed-mixin-definition-args-2.txt <BEF> ADDFILE <MSG> basic support in definition, clean up and tests <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Cannot mix ; and , as delimiter types in {path}mixed-mixin-definition-args-2.less:5:25 +4 .mixin-test { +5 .mixin(@a: 5, @b: 6; @c: 7); +6 }
4
basic support in definition, clean up and tests
0
.txt
txt
apache-2.0
less/less.js
10051447
<NME> mixed-mixin-definition-args-2.txt <BEF> ADDFILE <MSG> basic support in definition, clean up and tests <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Cannot mix ; and , as delimiter types in {path}mixed-mixin-definition-args-2.less:5:25 +4 .mixin-test { +5 .mixin(@a: 5, @b: 6; @c: 7); +6 }
4
basic support in definition, clean up and tests
0
.txt
txt
apache-2.0
less/less.js
10051448
<NME> comboMultiAxesExample.ts <BEF> ADDFILE <MSG> update examples <DFF> @@ -0,0 +1,118 @@ +import { Component } from '../../node_modules/@angular/core'; +import { Jsonp } from '../../node_modules/@angular/http'; +import { Highcharts } from '../../index'; + + +@Component({ + selector: 'combo-multi-axes-example', + ...
118
update examples
0
.ts
ts
mit
gevgeny/angular2-highcharts
10051449
<NME> comboMultiAxesExample.ts <BEF> ADDFILE <MSG> update examples <DFF> @@ -0,0 +1,118 @@ +import { Component } from '../../node_modules/@angular/core'; +import { Jsonp } from '../../node_modules/@angular/http'; +import { Highcharts } from '../../index'; + + +@Component({ + selector: 'combo-multi-axes-example', + ...
118
update examples
0
.ts
ts
mit
gevgeny/angular2-highcharts