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
10051550
<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.1-pre PROGRAM_BUILD=2015092801 ## type does not work on platforms other than linux ...
474
Initial uplaod of function merge
599
.sh
sh
bsd-3-clause
deajan/osync
10051551
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111501 ## 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: #############################################################...
2
Cosmetic change
2
.sh
sh
bsd-3-clause
deajan/osync
10051552
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111501 ## 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: #############################################################...
2
Cosmetic change
2
.sh
sh
bsd-3-clause
deajan/osync
10051553
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Add big fileset tests (eg: drupal 8 ?) DEV_DIR="/home/git/osync/dev" TESTS_DIR="/home/git/osync/dev/tests" OSYNC_EXECUTABLE="n_osync.sh" ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tests: # quicklocal # quickre...
3
Made test dirs relative
2
.sh
sh
bsd-3-clause
deajan/osync
10051554
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Add big fileset tests (eg: drupal 8 ?) DEV_DIR="/home/git/osync/dev" TESTS_DIR="/home/git/osync/dev/tests" OSYNC_EXECUTABLE="n_osync.sh" ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tests: # quicklocal # quickre...
3
Made test dirs relative
2
.sh
sh
bsd-3-clause
deajan/osync
10051555
<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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM...
32
Added multislave async task support
31
.sh
sh
bsd-3-clause
deajan/osync
10051556
<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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM...
32
Added multislave async task support
31
.sh
sh
bsd-3-clause
deajan/osync
10051557
<NME> README.md <BEF> # angular2 Highcharts Angular2 charting components based on Highcharts ## [Live demo](http://gevgeny.github.io/angular2-highcharts) ## Quick Start ``` npm install ng2-highcharts --save ``` Tested with Angular 2.0.0-beta.6 ## Usage ## Basic usage Main charts functionality provided by the `char...
65
Update README.md
4
.md
md
mit
gevgeny/angular2-highcharts
10051558
<NME> README.md <BEF> # angular2 Highcharts Angular2 charting components based on Highcharts ## [Live demo](http://gevgeny.github.io/angular2-highcharts) ## Quick Start ``` npm install ng2-highcharts --save ``` Tested with Angular 2.0.0-beta.6 ## Usage ## Basic usage Main charts functionality provided by the `char...
65
Update README.md
4
.md
md
mit
gevgeny/angular2-highcharts
10051559
<NME> README.md <BEF> # [Less.js v1.6.3](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/less...
2
Add travis to readme
1
.md
md
apache-2.0
less/less.js
10051560
<NME> README.md <BEF> # [Less.js v1.6.3](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/less...
2
Add travis to readme
1
.md
md
apache-2.0
less/less.js
10051561
<NME> README.md <BEF> # [Less.js v1.6.3](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/less...
2
Add travis to readme
1
.md
md
apache-2.0
less/less.js
10051562
<NME> urls.less <BEF> ADDFILE <MSG> Add tests for static urls <DFF> @@ -0,0 +1,33 @@ +@font-face { + src: url("/fonts/garamond-pro.ttf"); + src: local(Futura-Medium), + url(fonts.svg#MyGeometricModern) format("svg"); +} +#shorthands { + background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px; +} +...
33
Add tests for static urls
0
.less
less
apache-2.0
less/less.js
10051563
<NME> urls.less <BEF> ADDFILE <MSG> Add tests for static urls <DFF> @@ -0,0 +1,33 @@ +@font-face { + src: url("/fonts/garamond-pro.ttf"); + src: local(Futura-Medium), + url(fonts.svg#MyGeometricModern) format("svg"); +} +#shorthands { + background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px; +} +...
33
Add tests for static urls
0
.less
less
apache-2.0
less/less.js
10051564
<NME> urls.less <BEF> ADDFILE <MSG> Add tests for static urls <DFF> @@ -0,0 +1,33 @@ +@font-face { + src: url("/fonts/garamond-pro.ttf"); + src: local(Futura-Medium), + url(fonts.svg#MyGeometricModern) format("svg"); +} +#shorthands { + background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px; +} +...
33
Add tests for static urls
0
.less
less
apache-2.0
less/less.js
10051565
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
info about `@import-once` removal
1
.md
md
apache-2.0
less/less.js
10051566
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
info about `@import-once` removal
1
.md
md
apache-2.0
less/less.js
10051567
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
info about `@import-once` removal
1
.md
md
apache-2.0
less/less.js
10051568
<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...
60
Add quicksync functionnality
38
.sh
sh
bsd-3-clause
deajan/osync
10051569
<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...
60
Add quicksync functionnality
38
.sh
sh
bsd-3-clause
deajan/osync
10051570
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) ### Features * **github:** Improved Issue Template ([4da3eae](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4da3eae)) ### Features * **lib:** support for angular v13 ([cc69c0b](https...
1
Merge pull request #38 from nicky-lenaers/test-changelog-generation
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051571
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) ### Features * **github:** Improved Issue Template ([4da3eae](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4da3eae)) ### Features * **lib:** support for angular v13 ([cc69c0b](https...
1
Merge pull request #38 from nicky-lenaers/test-changelog-generation
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051572
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) ### Features * **github:** Improved Issue Template ([4da3eae](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4da3eae)) ### Features * **lib:** support for angular v13 ([cc69c0b](https...
1
Merge pull request #38 from nicky-lenaers/test-changelog-generation
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051573
<NME> stale.yml <BEF> # Number of days of inactivity before an issue becomes stale daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - up-for-grabs - bug - "high priority" # if it's been prio...
1
Give a bit more time before stale issues are closed
1
.yml
github/stale
apache-2.0
less/less.js
10051574
<NME> stale.yml <BEF> # Number of days of inactivity before an issue becomes stale daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - up-for-grabs - bug - "high priority" # if it's been prio...
1
Give a bit more time before stale issues are closed
1
.yml
github/stale
apache-2.0
less/less.js
10051575
<NME> stale.yml <BEF> # Number of days of inactivity before an issue becomes stale daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - up-for-grabs - bug - "high priority" # if it's been prio...
1
Give a bit more time before stale issues are closed
1
.yml
github/stale
apache-2.0
less/less.js
10051576
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1+ _OFUNCTIONS_BUILD=2017123002 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=...
355
Merged WaitForTaskCompletion and ParallelExec into ExecTasks
241
.sh
sh
bsd-3-clause
deajan/osync
10051577
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1+ _OFUNCTIONS_BUILD=2017123002 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=...
355
Merged WaitForTaskCompletion and ParallelExec into ExecTasks
241
.sh
sh
bsd-3-clause
deajan/osync
10051578
<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...
7
Merge pull request #166 from weinhold/fix-quoting-escaping-issues
7
.sh
sh
bsd-3-clause
deajan/osync
10051579
<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...
7
Merge pull request #166 from weinhold/fix-quoting-escaping-issues
7
.sh
sh
bsd-3-clause
deajan/osync
10051580
<NME> README.md <BEF> # simple-headless-chrome This is an abstraction to use a Headless version of Google Chrome in a simple way. I was inspired by the next projects: * Doffy (https://github.com/qieguo2016/doffy) It will be mostly having help to answer some doubts and issues. Thanks! ## Important version >= 3.3.0 ...
2
Update README.md
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10051581
<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
Update changelog
0
.md
md
bsd-3-clause
deajan/osync
10051582
<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
Update changelog
0
.md
md
bsd-3-clause
deajan/osync
10051583
<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...
10
Merge branch 'master' of https://github.com/deajan/osync
1
.md
md
bsd-3-clause
deajan/osync
10051584
<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...
10
Merge branch 'master' of https://github.com/deajan/osync
1
.md
md
bsd-3-clause
deajan/osync
10051585
<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...
8
Reverted using eval in SendAlert
18
.sh
sh
bsd-3-clause
deajan/osync
10051586
<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...
8
Reverted using eval in SendAlert
18
.sh
sh
bsd-3-clause
deajan/osync
10051587
<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
Merge pull request #17 from saidganim/master
2
.js
js
mit
LucianoGanga/simple-headless-chrome
10051588
<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...
25
Added LC_ALL to all ssh calls
21
.sh
sh
bsd-3-clause
deajan/osync
10051589
<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...
25
Added LC_ALL to all ssh calls
21
.sh
sh
bsd-3-clause
deajan/osync
10051590
<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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr - ozy@netpower.fr" PROGRAM_BUILD=2016120101 ## Runs an osync /ob...
32
Simplified batch runner, also less error prone
45
.sh
sh
bsd-3-clause
deajan/osync
10051591
<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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr - ozy@netpower.fr" PROGRAM_BUILD=2016120101 ## Runs an osync /ob...
32
Simplified batch runner, also less error prone
45
.sh
sh
bsd-3-clause
deajan/osync
10051592
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.1-dev PROGRAM_BUILD=2017052201 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1.4-dev _OFUNCTIONS_BU...
351
Rebuilt targets
87
.sh
sh
bsd-3-clause
deajan/osync
10051593
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.1-dev PROGRAM_BUILD=2017052201 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1.4-dev _OFUNCTIONS_BU...
351
Rebuilt targets
87
.sh
sh
bsd-3-clause
deajan/osync
10051594
<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
Fixed daemon exclusions
3
.sh
sh
bsd-3-clause
deajan/osync
10051595
<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
Fixed daemon exclusions
3
.sh
sh
bsd-3-clause
deajan/osync
10051596
<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...
8
Improved sync_attr function for UTF8 filenames
7
.sh
sh
bsd-3-clause
deajan/osync
10051597
<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...
8
Improved sync_attr function for UTF8 filenames
7
.sh
sh
bsd-3-clause
deajan/osync
10051598
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/LucianoGanga/simple-headless-chrome.svg?branch=master)](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 ...
35
Update README.md
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10051599
<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
Typo fixes
3
.sh
sh
bsd-3-clause
deajan/osync
10051600
<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
Typo fixes
3
.sh
sh
bsd-3-clause
deajan/osync
10051601
<NME> README.md <BEF> osync ===== A two way sync script with fault tolerance, resuming and delete / conflict backups. ## About I searched for a nice tool to handle two (or more) way sync scenarios in a reliable way, easy to use and automate. While unison handles these scenarios, it's pretty messy to configure, slow,...
24
RC3 Readme file
16
.md
md
bsd-3-clause
deajan/osync
10051602
<NME> README.md <BEF> osync ===== A two way sync script with fault tolerance, resuming and delete / conflict backups. ## About I searched for a nice tool to handle two (or more) way sync scenarios in a reliable way, easy to use and automate. While unison handles these scenarios, it's pretty messy to configure, slow,...
24
RC3 Readme file
16
.md
md
bsd-3-clause
deajan/osync
10051603
<NME> yarn.lock <BEF> # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 "@types/core-js@^0.9.41": version "0.9.41" resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-0.9.41.tgz#cfeceb63c2beaa29f882252c7c18e0e9471ff4e2" "@types/mkdirp@^0.3.29": version "0.3.29" r...
1
Add lodash dependency in package.json
1
.lock
lock
mit
LucianoGanga/simple-headless-chrome
10051604
<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...
9
Logging begins before remote connections
7
.sh
sh
bsd-3-clause
deajan/osync
10051605
<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...
9
Logging begins before remote connections
7
.sh
sh
bsd-3-clause
deajan/osync
10051606
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016052601 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb...
5
Fixed os detection
5
.sh
sh
bsd-3-clause
deajan/osync
10051607
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016052601 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb...
5
Fixed os detection
5
.sh
sh
bsd-3-clause
deajan/osync
10051608
<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...
5
Ensured writeLocks=false at beginning of lock handling
2
.sh
sh
bsd-3-clause
deajan/osync
10051609
<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...
5
Ensured writeLocks=false at beginning of lock handling
2
.sh
sh
bsd-3-clause
deajan/osync
10051610
<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
docs: add element reference target (#77)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051611
<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
docs: add element reference target (#77)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051612
<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
docs: add element reference target (#77)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051613
<NME> osync-batch.sh <BEF> #!/usr/bin/env bash SUBPROGRAM=osync 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 /obackup...
5
Better time management in osync-batch.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10051614
<NME> osync-batch.sh <BEF> #!/usr/bin/env bash SUBPROGRAM=osync 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 /obackup...
5
Better time management in osync-batch.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10051615
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111402 ## 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: #############################################################...
3
Added color to TrapError output
3
.sh
sh
bsd-3-clause
deajan/osync
10051616
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111402 ## 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: #############################################################...
3
Added color to TrapError output
3
.sh
sh
bsd-3-clause
deajan/osync
10051617
<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
Prevent exclude pattern globbing
0
.sh
sh
bsd-3-clause
deajan/osync
10051618
<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
Prevent exclude pattern globbing
0
.sh
sh
bsd-3-clause
deajan/osync
10051619
<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...
23
Refactored rsync patterns
27
.sh
sh
bsd-3-clause
deajan/osync
10051620
<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...
23
Refactored rsync patterns
27
.sh
sh
bsd-3-clause
deajan/osync
10051621
<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...
11
Rebuilt targets
5
.sh
sh
bsd-3-clause
deajan/osync
10051622
<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...
11
Rebuilt targets
5
.sh
sh
bsd-3-clause
deajan/osync
10051623
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
2
add to the changelog
0
.md
md
apache-2.0
less/less.js
10051624
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
2
add to the changelog
0
.md
md
apache-2.0
less/less.js
10051625
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
2
add to the changelog
0
.md
md
apache-2.0
less/less.js
10051626
<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=...
167
Refactored CheckDiskSpace & CheckReplicaPath into CheckReplicas
109
.sh
sh
bsd-3-clause
deajan/osync
10051627
<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=...
167
Refactored CheckDiskSpace & CheckReplicaPath into CheckReplicas
109
.sh
sh
bsd-3-clause
deajan/osync
10051628
<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...
1
Update README
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051629
<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...
1
Update README
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051630
<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...
1
Update README
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051631
<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...
2
Add link to docs project
0
.md
md
apache-2.0
less/less.js
10051632
<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...
2
Add link to docs project
0
.md
md
apache-2.0
less/less.js
10051633
<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...
2
Add link to docs project
0
.md
md
apache-2.0
less/less.js
10051634
<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
Added execution flag SYNC_ATTR=yes
1
.sh
sh
bsd-3-clause
deajan/osync
10051635
<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
Added execution flag SYNC_ATTR=yes
1
.sh
sh
bsd-3-clause
deajan/osync
10051636
<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...
16
Fixed more typos :(
4
.sh
sh
bsd-3-clause
deajan/osync
10051637
<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...
16
Fixed more typos :(
4
.sh
sh
bsd-3-clause
deajan/osync
10051638
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_BUILD=202011...
56
Rebuilt targets
56
.sh
sh
bsd-3-clause
deajan/osync
10051639
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_BUILD=202011...
56
Rebuilt targets
56
.sh
sh
bsd-3-clause
deajan/osync
10051640
<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" #TODO: command line arguments don't take -AaqV for example #...
35
IsNumeric and IsNumericExpand are now busybox compatible
23
.sh
sh
bsd-3-clause
deajan/osync
10051641
<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" #TODO: command line arguments don't take -AaqV for example #...
35
IsNumeric and IsNumericExpand are now busybox compatible
23
.sh
sh
bsd-3-clause
deajan/osync
10051642
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
changelog
0
.md
md
apache-2.0
less/less.js
10051643
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
changelog
0
.md
md
apache-2.0
less/less.js
10051644
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
changelog
0
.md
md
apache-2.0
less/less.js
10051645
<NME> runner-legacy.js <BEF> ADDFILE <MSG> browser tests for legacy strictMaths===false and strictUnits===false <DFF> @@ -0,0 +1,6 @@ +less.strictMaths = false; +less.strictUnits = false; + +describe("less.js legacy tests", function() { + testLessEqualsInDocument(); +}); \ No newline at end of file
6
browser tests for legacy strictMaths===false and strictUnits===false
0
.js
js
apache-2.0
less/less.js
10051646
<NME> runner-legacy.js <BEF> ADDFILE <MSG> browser tests for legacy strictMaths===false and strictUnits===false <DFF> @@ -0,0 +1,6 @@ +less.strictMaths = false; +less.strictUnits = false; + +describe("less.js legacy tests", function() { + testLessEqualsInDocument(); +}); \ No newline at end of file
6
browser tests for legacy strictMaths===false and strictUnits===false
0
.js
js
apache-2.0
less/less.js
10051647
<NME> runner-legacy.js <BEF> ADDFILE <MSG> browser tests for legacy strictMaths===false and strictUnits===false <DFF> @@ -0,0 +1,6 @@ +less.strictMaths = false; +less.strictUnits = false; + +describe("less.js legacy tests", function() { + testLessEqualsInDocument(); +}); \ No newline at end of file
6
browser tests for legacy strictMaths===false and strictUnits===false
0
.js
js
apache-2.0
less/less.js
10051648
<NME> anonymous.js <BEF> ADDFILE <MSG> the e() LESS function used to escape strings in values. Added Anonymous node to handle things like this. <DFF> @@ -0,0 +1,11 @@ +if (typeof(require) !== 'undefined') { var tree = require('less/tree') } + +tree.Anonymous = function Anonymous(string) { + this.value = string.con...
11
the e() LESS function
0
.js
js
apache-2.0
less/less.js
10051649
<NME> anonymous.js <BEF> ADDFILE <MSG> the e() LESS function used to escape strings in values. Added Anonymous node to handle things like this. <DFF> @@ -0,0 +1,11 @@ +if (typeof(require) !== 'undefined') { var tree = require('less/tree') } + +tree.Anonymous = function Anonymous(string) { + this.value = string.con...
11
the e() LESS function
0
.js
js
apache-2.0
less/less.js