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
10052350
<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 is an abstraction to use a Headless version of Google Chrome in a very simple way. I was inspired by the next pr...
511
WIP automated API docs created with `./node_modules/.bin/documentation readme lib/actions.js --section=Methods`
87
.md
md
mit
LucianoGanga/simple-headless-chrome
10052351
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120303 ## 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: #############################################################...
45
Reorganized function chronology
51
.sh
sh
bsd-3-clause
deajan/osync
10052352
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120303 ## 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: #############################################################...
45
Reorganized function chronology
51
.sh
sh
bsd-3-clause
deajan/osync
10052353
<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...
3
Rebuilt targets
3
.sh
sh
bsd-3-clause
deajan/osync
10052354
<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...
3
Rebuilt targets
3
.sh
sh
bsd-3-clause
deajan/osync
10052355
<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...
32
Unexpanded current dev
32
.sh
sh
bsd-3-clause
deajan/osync
10052356
<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...
32
Unexpanded current dev
32
.sh
sh
bsd-3-clause
deajan/osync
10052357
<NME> actions.js <BEF> 'use strict' const debug = require('debug')('HeadlessChrome:actions') const { browserIsInitialized, sleep, fixSelector, interleaveArrayToObject } = require('./util') const _ = require('lodash') const { * @param args {*} - The arguments to pass to the function */ exports.evaluate = function ...
52
Fix .click action for selectors with color. Add .exists and .visible methods
4
.js
js
mit
LucianoGanga/simple-headless-chrome
10052358
<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 branch 'master' of https://github.com/deajan/osync
1
.sh
sh
bsd-3-clause
deajan/osync
10052359
<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 branch 'master' of https://github.com/deajan/osync
1
.sh
sh
bsd-3-clause
deajan/osync
10052360
<NME> makefile <BEF> ADDFILE <MSG> added makefile to run tests <DFF> @@ -0,0 +1,7 @@ +# +# Run all tests +# +test: + node test/less-test.js + +.PHONY: test
7
added makefile to run tests
0
makefile
apache-2.0
less/less.js
10052361
<NME> makefile <BEF> ADDFILE <MSG> added makefile to run tests <DFF> @@ -0,0 +1,7 @@ +# +# Run all tests +# +test: + node test/less-test.js + +.PHONY: test
7
added makefile to run tests
0
makefile
apache-2.0
less/less.js
10052362
<NME> makefile <BEF> ADDFILE <MSG> added makefile to run tests <DFF> @@ -0,0 +1,7 @@ +# +# Run all tests +# +test: + node test/less-test.js + +.PHONY: test
7
added makefile to run tests
0
makefile
apache-2.0
less/less.js
10052363
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" PROGRAM_B...
2
Added --remove option in help
1
.sh
sh
bsd-3-clause
deajan/osync
10052364
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" PROGRAM_B...
2
Added --remove option in help
1
.sh
sh
bsd-3-clause
deajan/osync
10052365
<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...
7
Fixed exit when no init detected.
6
.sh
sh
bsd-3-clause
deajan/osync
10052366
<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...
7
Fixed exit when no init detected.
6
.sh
sh
bsd-3-clause
deajan/osync
10052367
<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.99RC3 PROGRAM_BU...
6
Fixes for RC3
4
.sh
sh
bsd-3-clause
deajan/osync
10052368
<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.99RC3 PROGRAM_BU...
6
Fixes for RC3
4
.sh
sh
bsd-3-clause
deajan/osync
10052369
<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...
13
Rebuilt targets
13
.sh
sh
bsd-3-clause
deajan/osync
10052370
<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...
13
Rebuilt targets
13
.sh
sh
bsd-3-clause
deajan/osync
10052371
<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
Fix two typos in osync.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10052372
<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
Fix two typos in osync.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10052373
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2020031501 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer PROGRAM=merge INSTANCE_ID=dev function Usage { echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh" echo "Usage" echo "$0 osync|obackup|pmocr" } ...
1
Fixed missing usage
0
.sh
sh
bsd-3-clause
deajan/osync
10052374
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2020031501 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer PROGRAM=merge INSTANCE_ID=dev function Usage { echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh" echo "Usage" echo "$0 osync|obackup|pmocr" } ...
1
Fixed missing usage
0
.sh
sh
bsd-3-clause
deajan/osync
10052375
<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...
5
Fixed soft deletion always enabled remotely
5
.sh
sh
bsd-3-clause
deajan/osync
10052376
<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...
5
Fixed soft deletion always enabled remotely
5
.sh
sh
bsd-3-clause
deajan/osync
10052377
<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...
9
Merge pull request #169 from bmorgenthaler/ssh-controlmaster
0
.sh
sh
bsd-3-clause
deajan/osync
10052378
<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...
9
Merge pull request #169 from bmorgenthaler/ssh-controlmaster
0
.sh
sh
bsd-3-clause
deajan/osync
10052379
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v2.7.1 * http://lesscss.org * * Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ /** * @license Apache-2.0 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)mo...
6
Allow minimum Less version for plugins to be a string
6
.js
min
apache-2.0
less/less.js
10052380
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v2.7.1 * http://lesscss.org * * Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ /** * @license Apache-2.0 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)mo...
6
Allow minimum Less version for plugins to be a string
6
.js
min
apache-2.0
less/less.js
10052381
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v2.7.1 * http://lesscss.org * * Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ /** * @license Apache-2.0 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)mo...
6
Allow minimum Less version for plugins to be a string
6
.js
min
apache-2.0
less/less.js
10052382
<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
More explicit stop on error explanantion
1
.example
conf
bsd-3-clause
deajan/osync
10052383
<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
More explicit stop on error explanantion
1
.example
conf
bsd-3-clause
deajan/osync
10052384
<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...
4
Fix issue where blank Chrome Flags would make Chrome fail to launch
0
.lock
lock
mit
LucianoGanga/simple-headless-chrome
10052385
<NME> ofunctions.sh <BEF> FUNC_BUILD=2015111901 ## BEGIN Generic functions for osync & obackup written in 2013-2015 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: command...
3
Added missing global config file value
4
.sh
sh
bsd-3-clause
deajan/osync
10052386
<NME> ofunctions.sh <BEF> FUNC_BUILD=2015111901 ## BEGIN Generic functions for osync & obackup written in 2013-2015 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: command...
3
Added missing global config file value
4
.sh
sh
bsd-3-clause
deajan/osync
10052387
<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...
2
update readme
302
.md
md
apache-2.0
less/less.js
10052388
<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...
2
update readme
302
.md
md
apache-2.0
less/less.js
10052389
<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...
2
update readme
302
.md
md
apache-2.0
less/less.js
10052390
<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
Fix typo on and/or change
1
.md
md
apache-2.0
less/less.js
10052391
<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
Fix typo on and/or change
1
.md
md
apache-2.0
less/less.js
10052392
<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
Fix typo on and/or change
1
.md
md
apache-2.0
less/less.js
10052393
<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
Fixed bogus config file revision check on error
4
.sh
sh
bsd-3-clause
deajan/osync
10052394
<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
Fixed bogus config file revision check on error
4
.sh
sh
bsd-3-clause
deajan/osync
10052395
<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-beta PROGRAM_BUILD=201...
204
Rebuilt targets for v1.2-betaé
187
.sh
sh
bsd-3-clause
deajan/osync
10052396
<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-beta PROGRAM_BUILD=201...
204
Rebuilt targets for v1.2-betaé
187
.sh
sh
bsd-3-clause
deajan/osync
10052397
<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
Merge branch 'ssh_user_opt_fix' of https://github.com/onovy/osync into onovy-ssh_user_opt_fix
8
.sh
sh
bsd-3-clause
deajan/osync
10052398
<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
Merge branch 'ssh_user_opt_fix' of https://github.com/onovy/osync into onovy-ssh_user_opt_fix
8
.sh
sh
bsd-3-clause
deajan/osync
10052399
<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...
9
Update README.md
6
.md
md
mit
gevgeny/angular2-highcharts
10052400
<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...
9
Update README.md
6
.md
md
mit
gevgeny/angular2-highcharts
10052401
<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.2-beta PROGRAM_BUILD=2016083004 IS_STABLE=no #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_B...
309
Improved upgrade script
283
.sh
sh
bsd-3-clause
deajan/osync
10052402
<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.2-beta PROGRAM_BUILD=2016083004 IS_STABLE=no #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_B...
309
Improved upgrade script
283
.sh
sh
bsd-3-clause
deajan/osync
10052403
<NME> cssmin.js <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/Glench/less.js into yui <DFF> @@ -0,0 +1,355 @@ +/** + * cssmin.js + * Author: Stoyan Stefanov - http://phpied.com/ + * This is a JavaScript port of the CSS minification tool + * distributed with YUICompressor, itself a port + * of the css...
355
Merge branch 'master' of https://github.com/Glench/less.js into yui
0
.js
js
apache-2.0
less/less.js
10052404
<NME> cssmin.js <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/Glench/less.js into yui <DFF> @@ -0,0 +1,355 @@ +/** + * cssmin.js + * Author: Stoyan Stefanov - http://phpied.com/ + * This is a JavaScript port of the CSS minification tool + * distributed with YUICompressor, itself a port + * of the css...
355
Merge branch 'master' of https://github.com/Glench/less.js into yui
0
.js
js
apache-2.0
less/less.js
10052405
<NME> cssmin.js <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/Glench/less.js into yui <DFF> @@ -0,0 +1,355 @@ +/** + * cssmin.js + * Author: Stoyan Stefanov - http://phpied.com/ + * This is a JavaScript port of the CSS minification tool + * distributed with YUICompressor, itself a port + * of the css...
355
Merge branch 'master' of https://github.com/Glench/less.js into yui
0
.js
js
apache-2.0
less/less.js
10052406
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=201...
55
Fix shellcheck issues
55
.sh
0x-v1
bsd-3-clause
deajan/osync
10052407
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=201...
55
Fix shellcheck issues
55
.sh
0x-v1
bsd-3-clause
deajan/osync
10052408
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## 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 # osync test suite 2016112108 # 4 tests: # quicklocal ## From current terminal run ...
32
Initial cygwin test compat
28
.sh
sh
bsd-3-clause
deajan/osync
10052409
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## 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 # osync test suite 2016112108 # 4 tests: # quicklocal ## From current terminal run ...
32
Initial cygwin test compat
28
.sh
sh
bsd-3-clause
deajan/osync
10052410
<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 install instructions
1
.md
md
bsd-3-clause
deajan/osync
10052411
<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 install instructions
1
.md
md
bsd-3-clause
deajan/osync
10052412
<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...
0
Removed unnecessary comments
34
.sh
sh
bsd-3-clause
deajan/osync
10052413
<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...
0
Removed unnecessary comments
34
.sh
sh
bsd-3-clause
deajan/osync
10052414
<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...
2
Feeling stupid for this basic error
2
.sh
sh
bsd-3-clause
deajan/osync
10052415
<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...
2
Feeling stupid for this basic error
2
.sh
sh
bsd-3-clause
deajan/osync
10052416
<NME> mixins-closure.less <BEF> ADDFILE <MSG> (test) mixin closures <DFF> @@ -0,0 +1,26 @@ +.scope { + @var: 99px; + .mixin () { + width: @var; + } +} + +.class { + .scope > .mixin; +} + +.overwrite { + @var: 0px; + .scope > .mixin; +} + +.nested { + @var: 5px; + .mixin () { + wid...
26
(test) mixin closures
0
.less
less
apache-2.0
less/less.js
10052417
<NME> mixins-closure.less <BEF> ADDFILE <MSG> (test) mixin closures <DFF> @@ -0,0 +1,26 @@ +.scope { + @var: 99px; + .mixin () { + width: @var; + } +} + +.class { + .scope > .mixin; +} + +.overwrite { + @var: 0px; + .scope > .mixin; +} + +.nested { + @var: 5px; + .mixin () { + wid...
26
(test) mixin closures
0
.less
less
apache-2.0
less/less.js
10052418
<NME> mixins-closure.less <BEF> ADDFILE <MSG> (test) mixin closures <DFF> @@ -0,0 +1,26 @@ +.scope { + @var: 99px; + .mixin () { + width: @var; + } +} + +.class { + .scope > .mixin; +} + +.overwrite { + @var: 0px; + .scope > .mixin; +} + +.nested { + @var: 5px; + .mixin () { + wid...
26
(test) mixin closures
0
.less
less
apache-2.0
less/less.js
10052419
<NME> declaration.js <BEF> ADDFILE <MSG> Rename Directive -> AtRule & Rule -> Declaration - Added tree shim for old node types and plugin visitor shim to upgrade node visitors to new node types <DFF> @@ -0,0 +1,96 @@ +var Node = require("./node"), + Value = require("./value"), + Keyword = require("./keyword"); +...
96
Rename Directive -> AtRule & Rule -> Declaration - Added tree shim for old node types and plugin visitor shim to upgrade node visitors to new node types
0
.js
js
apache-2.0
less/less.js
10052420
<NME> declaration.js <BEF> ADDFILE <MSG> Rename Directive -> AtRule & Rule -> Declaration - Added tree shim for old node types and plugin visitor shim to upgrade node visitors to new node types <DFF> @@ -0,0 +1,96 @@ +var Node = require("./node"), + Value = require("./value"), + Keyword = require("./keyword"); +...
96
Rename Directive -> AtRule & Rule -> Declaration - Added tree shim for old node types and plugin visitor shim to upgrade node visitors to new node types
0
.js
js
apache-2.0
less/less.js
10052421
<NME> declaration.js <BEF> ADDFILE <MSG> Rename Directive -> AtRule & Rule -> Declaration - Added tree shim for old node types and plugin visitor shim to upgrade node visitors to new node types <DFF> @@ -0,0 +1,96 @@ +var Node = require("./node"), + Value = require("./value"), + Keyword = require("./keyword"); +...
96
Rename Directive -> AtRule & Rule -> Declaration - Added tree shim for old node types and plugin visitor shim to upgrade node visitors to new node types
0
.js
js
apache-2.0
less/less.js
10052422
<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
Add --ssh-controlmaster option
1
.sh
sh
bsd-3-clause
deajan/osync
10052423
<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
Add --ssh-controlmaster option
1
.sh
sh
bsd-3-clause
deajan/osync
10052424
<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
Fixed --skip-deletion not parsing argument
1
.sh
sh
bsd-3-clause
deajan/osync
10052425
<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
Fixed --skip-deletion not parsing argument
1
.sh
sh
bsd-3-clause
deajan/osync
10052426
<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...
2
Add examples
2
.md
md
mit
gevgeny/angular2-highcharts
10052427
<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...
2
Add examples
2
.md
md
mit
gevgeny/angular2-highcharts
10052428
<NME> test-runner-template.tmpl <BEF> ADDFILE <MSG> Merge branch 'grunt-wip' <DFF> @@ -0,0 +1,47 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Jasmine Spec Runner</title> + + <!-- generate script tags for tests --> + <% var generateScriptTags = function(allScripts) { all...
47
Merge branch 'grunt-wip'
0
.tmpl
tmpl
apache-2.0
less/less.js
10052429
<NME> test-runner-template.tmpl <BEF> ADDFILE <MSG> Merge branch 'grunt-wip' <DFF> @@ -0,0 +1,47 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Jasmine Spec Runner</title> + + <!-- generate script tags for tests --> + <% var generateScriptTags = function(allScripts) { all...
47
Merge branch 'grunt-wip'
0
.tmpl
tmpl
apache-2.0
less/less.js
10052430
<NME> test-runner-template.tmpl <BEF> ADDFILE <MSG> Merge branch 'grunt-wip' <DFF> @@ -0,0 +1,47 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Jasmine Spec Runner</title> + + <!-- generate script tags for tests --> + <% var generateScriptTags = function(allScripts) { all...
47
Merge branch 'grunt-wip'
0
.tmpl
tmpl
apache-2.0
less/less.js
10052431
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
1
Fixed installer directive
1
.sh
sh
bsd-3-clause
deajan/osync
10052432
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
1
Fixed installer directive
1
.sh
sh
bsd-3-clause
deajan/osync
10052433
<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...
23
Rebuilt targets
19
.sh
sh
bsd-3-clause
deajan/osync
10052434
<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...
23
Rebuilt targets
19
.sh
sh
bsd-3-clause
deajan/osync
10052435
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102302 ## 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: #############################################################...
10
Fixed HumanToNumeric function
7
.sh
sh
bsd-3-clause
deajan/osync
10052436
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102302 ## 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: #############################################################...
10
Fixed HumanToNumeric function
7
.sh
sh
bsd-3-clause
deajan/osync
10052437
<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...
4
Updated log with truncated mention
4
.sh
sh
bsd-3-clause
deajan/osync
10052438
<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...
4
Updated log with truncated mention
4
.sh
sh
bsd-3-clause
deajan/osync
10052439
<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-RC1+dev PROGRAM_BUIL...
8
check for sudo when needed
1
.sh
sh
bsd-3-clause
deajan/osync
10052440
<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-RC1+dev PROGRAM_BUIL...
8
check for sudo when needed
1
.sh
sh
bsd-3-clause
deajan/osync
10052441
<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...
1
Cosmetic typo fix
1
.sh
sh
bsd-3-clause
deajan/osync
10052442
<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...
1
Cosmetic typo fix
1
.sh
sh
bsd-3-clause
deajan/osync
10052443
<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 Circle CI Badge URL
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10052444
<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 Circle CI Badge URL
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10052445
<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 Circle CI Badge URL
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10052446
<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...
4
Merge pull request #59 from 2fd/master
0
.lock
lock
mit
LucianoGanga/simple-headless-chrome
10052447
<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
Minor stuff
1
.sh
sh
bsd-3-clause
deajan/osync
10052448
<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
Minor stuff
1
.sh
sh
bsd-3-clause
deajan/osync
10052449
<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
Modified dev/common_install.sh instead of the autogenerated file
1
.sh
sh
bsd-3-clause
deajan/osync