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
10051250
<NME> screenCapture.js <BEF> ADDFILE <MSG> Edit readme <DFF> @@ -0,0 +1,21 @@ +const HeadlessChrome = require('../index') + +const browser = new HeadlessChrome({ + headless: false // If you turn this off, you can actually see the browser navigate with your instructions + // see above if using remote interface +}) +a...
21
Edit readme
0
.js
js
mit
LucianoGanga/simple-headless-chrome
10051251
<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. ...
3
Added #169 CONTROLMASTER option
0
.example
conf
bsd-3-clause
deajan/osync
10051252
<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. ...
3
Added #169 CONTROLMASTER option
0
.example
conf
bsd-3-clause
deajan/osync
10051253
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine. ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) ## todo: # Need to check SIGHUP / SIGTERM should not be sent to rsync but to TrapStop # remote functionnality # multiple backups on conflicts OSYNC_VERSION=0.5 OSYNC_BUILD=...
30
Added exclude patterns support
12
.sh
sh
bsd-3-clause
deajan/osync
10051254
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine. ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) ## todo: # Need to check SIGHUP / SIGTERM should not be sent to rsync but to TrapStop # remote functionnality # multiple backups on conflicts OSYNC_VERSION=0.5 OSYNC_BUILD=...
30
Added exclude patterns support
12
.sh
sh
bsd-3-clause
deajan/osync
10051255
<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
Added --summary and --no-prefix arguments
4
.sh
sh
bsd-3-clause
deajan/osync
10051256
<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
Added --summary and --no-prefix arguments
4
.sh
sh
bsd-3-clause
deajan/osync
10051257
<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 de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016...
4
Fixed wrong permission check with remote deletion
3
.sh
sh
bsd-3-clause
deajan/osync
10051258
<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 de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016...
4
Fixed wrong permission check with remote deletion
3
.sh
sh
bsd-3-clause
deajan/osync
10051259
<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...
5
Ported fixes from obackup
5
.sh
sh
bsd-3-clause
deajan/osync
10051260
<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...
5
Ported fixes from obackup
5
.sh
sh
bsd-3-clause
deajan/osync
10051261
<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...
1
Update README.md
0
.md
md
bsd-3-clause
deajan/osync
10051262
<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...
1
Update README.md
0
.md
md
bsd-3-clause
deajan/osync
10051263
<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
More logging for ExecTasks
2
.sh
sh
bsd-3-clause
deajan/osync
10051264
<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
More logging for ExecTasks
2
.sh
sh
bsd-3-clause
deajan/osync
10051265
<NME> ofunctions.sh <BEF> #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016121002 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## PROGRAM=program-name ## INSTAN...
11
Various typo fixes + arrayToString fix
10
.sh
sh
bsd-3-clause
deajan/osync
10051266
<NME> ofunctions.sh <BEF> #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016121002 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## PROGRAM=program-name ## INSTAN...
11
Various typo fixes + arrayToString fix
10
.sh
sh
bsd-3-clause
deajan/osync
10051267
<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...
7
Added usage when missing path
0
.sh
sh
bsd-3-clause
deajan/osync
10051268
<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...
7
Added usage when missing path
0
.sh
sh
bsd-3-clause
deajan/osync
10051269
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done - Make --log-conflicts non experimental (randomly fails) - ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time - ! target-helper: destination mails etc on target, also, no cmd after on co...
1
Update CHANGELOG.md
0
.md
md
bsd-3-clause
deajan/osync
10051270
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done - Make --log-conflicts non experimental (randomly fails) - ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time - ! target-helper: destination mails etc on target, also, no cmd after on co...
1
Update CHANGELOG.md
0
.md
md
bsd-3-clause
deajan/osync
10051271
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_BUILD=2017021001 ## osync / obackup / pmocr / zsnap install script ...
2
Fixed typo
2
.sh
sh
bsd-3-clause
deajan/osync
10051272
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_BUILD=2017021001 ## osync / obackup / pmocr / zsnap install script ...
2
Fixed typo
2
.sh
sh
bsd-3-clause
deajan/osync
10051273
<NME> svg-gradient-mixin.less <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js <DFF> @@ -0,0 +1,15 @@ +.gradient-mixin(@color) { + background: svg-gradient(to bottom, + fade(@color, 0%) 0%, + fade(@color, 5%) 60%, + fade(@color, 10%) 70%, + fade(@color, 15%) 73%, + fade(@color, 20%) 75%, + ...
15
Merge https://github.com/less/less.js
0
.less
less
apache-2.0
less/less.js
10051274
<NME> svg-gradient-mixin.less <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js <DFF> @@ -0,0 +1,15 @@ +.gradient-mixin(@color) { + background: svg-gradient(to bottom, + fade(@color, 0%) 0%, + fade(@color, 5%) 60%, + fade(@color, 10%) 70%, + fade(@color, 15%) 73%, + fade(@color, 20%) 75%, + ...
15
Merge https://github.com/less/less.js
0
.less
less
apache-2.0
less/less.js
10051275
<NME> svg-gradient-mixin.less <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js <DFF> @@ -0,0 +1,15 @@ +.gradient-mixin(@color) { + background: svg-gradient(to bottom, + fade(@color, 0%) 0%, + fade(@color, 5%) 60%, + fade(@color, 10%) 70%, + fade(@color, 15%) 73%, + fade(@color, 20%) 75%, + ...
15
Merge https://github.com/less/less.js
0
.less
less
apache-2.0
less/less.js
10051276
<NME> release-notes.md <BEF> # Release notes for version 3.3.0 - Add support for tabs and private tabs (last ones only in headless mode) - Some configuration variables have been moved inside different object properties, to keep certain order and clarity for future features # IMPORTANT: migration guide to prepare to ve...
30
Add release notes for v4.0.0
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10051277
<NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC3 OSYNC_BUILD=1701201403 DEBUG=yes SCRIPT_PID=$$ LOCAL_USER=$(whoami) LOCAL_HOST=$(hostname) if [ -w /var/run ] then PID_FILE=/var/r...
244
Bug bugfixing before RC3.
296
.sh
sh
bsd-3-clause
deajan/osync
10051278
<NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC3 OSYNC_BUILD=1701201403 DEBUG=yes SCRIPT_PID=$$ LOCAL_USER=$(whoami) LOCAL_HOST=$(hostname) if [ -w /var/run ] then PID_FILE=/var/r...
244
Bug bugfixing before RC3.
296
.sh
sh
bsd-3-clause
deajan/osync
10051279
<NME> media.js <BEF> ADDFILE <MSG> moved @media code to own file <DFF> @@ -0,0 +1,41 @@ +(function (tree) { + +tree.Media = function (value, features) { + var selectors; + + this.features = features && new(tree.Value)(features); + + if (Array.isArray(value)) { + selectors = [new(tree.Selector)([new(tre...
41
moved @media code to own file
0
.js
js
apache-2.0
less/less.js
10051280
<NME> media.js <BEF> ADDFILE <MSG> moved @media code to own file <DFF> @@ -0,0 +1,41 @@ +(function (tree) { + +tree.Media = function (value, features) { + var selectors; + + this.features = features && new(tree.Value)(features); + + if (Array.isArray(value)) { + selectors = [new(tree.Selector)([new(tre...
41
moved @media code to own file
0
.js
js
apache-2.0
less/less.js
10051281
<NME> media.js <BEF> ADDFILE <MSG> moved @media code to own file <DFF> @@ -0,0 +1,41 @@ +(function (tree) { + +tree.Media = function (value, features) { + var selectors; + + this.features = features && new(tree.Value)(features); + + if (Array.isArray(value)) { + selectors = [new(tree.Selector)([new(tre...
41
moved @media code to own file
0
.js
js
apache-2.0
less/less.js
10051282
<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...
33
More work on sync_attrs function
17
.sh
sh
bsd-3-clause
deajan/osync
10051283
<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...
33
More work on sync_attrs function
17
.sh
sh
bsd-3-clause
deajan/osync
10051284
<NME> CHANGELOG.md <BEF> ## 3.5.0 2018-07-05 - [#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
10051285
<NME> CHANGELOG.md <BEF> ## 3.5.0 2018-07-05 - [#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
10051286
<NME> CHANGELOG.md <BEF> ## 3.5.0 2018-07-05 - [#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
10051287
<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 upload of function merge
599
.sh
sh
bsd-3-clause
deajan/osync
10051288
<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 upload of function merge
599
.sh
sh
bsd-3-clause
deajan/osync
10051289
<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
Added source for cipher performance
0
.example
conf
bsd-3-clause
deajan/osync
10051290
<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
Added source for cipher performance
0
.example
conf
bsd-3-clause
deajan/osync
10051291
<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-beta2 PROGRAM_BUILD=20...
199
Rebuilt targets
71
.sh
sh
bsd-3-clause
deajan/osync
10051292
<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-beta2 PROGRAM_BUILD=20...
199
Rebuilt targets
71
.sh
sh
bsd-3-clause
deajan/osync
10051293
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v1.2x config file rev 2016102101 ## ---------- GENERAL OPTIONS ## Direc...
8
Updated sync.conf comments
2
.example
conf
bsd-3-clause
deajan/osync
10051294
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v1.2x config file rev 2016102101 ## ---------- GENERAL OPTIONS ## Direc...
8
Updated sync.conf comments
2
.example
conf
bsd-3-clause
deajan/osync
10051295
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.png)](https://david-dm.org/...
2
simplify readme - remove build system and add version badge instead
2
.md
md
apache-2.0
less/less.js
10051296
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.png)](https://david-dm.org/...
2
simplify readme - remove build system and add version badge instead
2
.md
md
apache-2.0
less/less.js
10051297
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.png)](https://david-dm.org/...
2
simplify readme - remove build system and add version badge instead
2
.md
md
apache-2.0
less/less.js
10051298
<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
Merge branch 'master' of https://github.com/TooBug/less.js into 1.5.0-wip
1
.md
md
apache-2.0
less/less.js
10051299
<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
Merge branch 'master' of https://github.com/TooBug/less.js into 1.5.0-wip
1
.md
md
apache-2.0
less/less.js
10051300
<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
Merge branch 'master' of https://github.com/TooBug/less.js into 1.5.0-wip
1
.md
md
apache-2.0
less/less.js
10051301
<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...
22
TrapQuit function should exist as subset
19
.sh
sh
bsd-3-clause
deajan/osync
10051302
<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...
22
TrapQuit function should exist as subset
19
.sh
sh
bsd-3-clause
deajan/osync
10051303
<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=...
4
Fixed bypassing some taks for android
4
.sh
sh
bsd-3-clause
deajan/osync
10051304
<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=...
4
Fixed bypassing some taks for android
4
.sh
sh
bsd-3-clause
deajan/osync
10051305
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016090601 ## 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" } ...
4
Rendered merge BSD compatible
2
.sh
sh
bsd-3-clause
deajan/osync
10051306
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016090601 ## 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" } ...
4
Rendered merge BSD compatible
2
.sh
sh
bsd-3-clause
deajan/osync
10051307
<NME> install.sh <BEF> #!/usr/bin/env bash SCRIPT_BUILD=2015072201 ## Osync daemon install script ## Tested on RHEL / CentOS 6 & 7 ## Please adapt this to fit your distro needs if [ "$(whoami)" != "root" ] PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" exit 1 fi mkdir /etc/osync cp ./sync.conf /etc/...
7
Quick add to the install script
3
.sh
sh
bsd-3-clause
deajan/osync
10051308
<NME> install.sh <BEF> #!/usr/bin/env bash SCRIPT_BUILD=2015072201 ## Osync daemon install script ## Tested on RHEL / CentOS 6 & 7 ## Please adapt this to fit your distro needs if [ "$(whoami)" != "root" ] PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" exit 1 fi mkdir /etc/osync cp ./sync.conf /etc/...
7
Quick add to the install script
3
.sh
sh
bsd-3-clause
deajan/osync
10051309
<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) ###### osync v1.1x / v1.2x config file rev 2016102101 ## ---------- GENERAL OPTIONS ## Sync job identification INSTANCE_ID="remote" ## Directorie...
22
Updated config to v1.2.2-dev
2
.conf
conf
bsd-3-clause
deajan/osync
10051310
<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) ###### osync v1.1x / v1.2x config file rev 2016102101 ## ---------- GENERAL OPTIONS ## Sync job identification INSTANCE_ID="remote" ## Directorie...
22
Updated config to v1.2.2-dev
2
.conf
conf
bsd-3-clause
deajan/osync
10051311
<NME> README.md <BEF> [![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependenc...
2
Merge https://github.com/less/less.js into rhino
2
.md
md
apache-2.0
less/less.js
10051312
<NME> README.md <BEF> [![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependenc...
2
Merge https://github.com/less/less.js into rhino
2
.md
md
apache-2.0
less/less.js
10051313
<NME> README.md <BEF> [![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependenc...
2
Merge https://github.com/less/less.js into rhino
2
.md
md
apache-2.0
less/less.js
10051314
<NME> mixin-not-matched2.txt <BEF> ADDFILE <MSG> Fix #990 - error message incorrect <DFF> @@ -0,0 +1,3 @@ +RuntimeError: No matching definition was found for `.mixin(@a:trumpete)` in {path}mixin-not-matched2.less:6:0 +5 +6 .mixin(@a: @saxofon);
3
Fix #990 - error message incorrect
0
.txt
txt
apache-2.0
less/less.js
10051315
<NME> mixin-not-matched2.txt <BEF> ADDFILE <MSG> Fix #990 - error message incorrect <DFF> @@ -0,0 +1,3 @@ +RuntimeError: No matching definition was found for `.mixin(@a:trumpete)` in {path}mixin-not-matched2.less:6:0 +5 +6 .mixin(@a: @saxofon);
3
Fix #990 - error message incorrect
0
.txt
txt
apache-2.0
less/less.js
10051316
<NME> mixin-not-matched2.txt <BEF> ADDFILE <MSG> Fix #990 - error message incorrect <DFF> @@ -0,0 +1,3 @@ +RuntimeError: No matching definition was found for `.mixin(@a:trumpete)` in {path}mixin-not-matched2.less:6:0 +5 +6 .mixin(@a: @saxofon);
3
Fix #990 - error message incorrect
0
.txt
txt
apache-2.0
less/less.js
10051317
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112104 ## 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: #############################################################...
17
Updated WaitForTaskcompletion to emulate wait
4
.sh
sh
bsd-3-clause
deajan/osync
10051318
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112104 ## 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: #############################################################...
17
Updated WaitForTaskcompletion to emulate wait
4
.sh
sh
bsd-3-clause
deajan/osync
10051319
<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
Added -f to local replica unlock
2
.sh
sh
bsd-3-clause
deajan/osync
10051320
<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
Added -f to local replica unlock
2
.sh
sh
bsd-3-clause
deajan/osync
10051321
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parall...
103
Rebuilt targets
65
.sh
sh
bsd-3-clause
deajan/osync
10051322
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parall...
103
Rebuilt targets
65
.sh
sh
bsd-3-clause
deajan/osync
10051323
<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-RC1+dev PROGRAM_BUIL...
6
Logging tweaks. Also fixed remote find cmd used instead of local one
5
.sh
sh
bsd-3-clause
deajan/osync
10051324
<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-RC1+dev PROGRAM_BUIL...
6
Logging tweaks. Also fixed remote find cmd used instead of local one
5
.sh
sh
bsd-3-clause
deajan/osync
10051325
<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
Reverted openssl silent becauce sendmail: NOOP failed
2
.sh
sh
bsd-3-clause
deajan/osync
10051326
<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
Reverted openssl silent becauce sendmail: NOOP failed
2
.sh
sh
bsd-3-clause
deajan/osync
10051327
<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 ## Important version >= 3.3.0 Version 3.3.0 includes a new feature that allows managing browser tabs. This new fea...
8
Update README.md
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10051328
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016120801 ## 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" } ...
2
Re-enabled tmp file deletion after debug
2
.sh
sh
bsd-3-clause
deajan/osync
10051329
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016120801 ## 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" } ...
2
Re-enabled tmp file deletion after debug
2
.sh
sh
bsd-3-clause
deajan/osync
10051330
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019011101 # 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...
5
Improve deletion tests to address #165
5
.sh
sh
bsd-3-clause
deajan/osync
10051331
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019011101 # 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...
5
Improve deletion tests to address #165
5
.sh
sh
bsd-3-clause
deajan/osync
10051332
<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 ...
1
fix type on install package
1
.md
md
mit
LucianoGanga/simple-headless-chrome
10051333
<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...
4
Add debug log to .waitForPageToLoad() method
0
.js
js
mit
LucianoGanga/simple-headless-chrome
10051334
<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...
7
Fix install on MacOS to not return error code 2 after a normal install
1
.sh
sh
bsd-3-clause
deajan/osync
10051335
<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...
7
Fix install on MacOS to not return error code 2 after a normal install
1
.sh
sh
bsd-3-clause
deajan/osync
10051336
<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 PROGRAM="osync" ...
4
Added sed regex compat for MacOS
4
.sh
sh
bsd-3-clause
deajan/osync
10051337
<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 PROGRAM="osync" ...
4
Added sed regex compat for MacOS
4
.sh
sh
bsd-3-clause
deajan/osync
10051338
<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.4-rc1 _OFUNCTIONS_BUILD=2017060401 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
3
Added LC_ALL=C to all ssh calls
5
.sh
sh
bsd-3-clause
deajan/osync
10051339
<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.4-rc1 _OFUNCTIONS_BUILD=2017060401 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
3
Added LC_ALL=C to all ssh calls
5
.sh
sh
bsd-3-clause
deajan/osync
10051340
<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=0.99RC4 PROGRAM_BU...
6
Fixed some low severity bugs
5
.sh
sh
bsd-3-clause
deajan/osync
10051341
<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=0.99RC4 PROGRAM_BU...
6
Fixed some low severity bugs
5
.sh
sh
bsd-3-clause
deajan/osync
10051342
<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...
13
Updated Readme
0
.md
md
bsd-3-clause
deajan/osync
10051343
<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...
13
Updated Readme
0
.md
md
bsd-3-clause
deajan/osync
10051344
<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...
6
Rebuilt targets
9
.sh
sh
bsd-3-clause
deajan/osync
10051345
<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...
6
Rebuilt targets
9
.sh
sh
bsd-3-clause
deajan/osync
10051346
<NME> namespacing-functions.less <BEF> ADDFILE <MSG> Merge branch 'master' into feature/each-2 <DFF> @@ -0,0 +1,11 @@ +.add(@a, @b) { + @r: @a + @b; +} +.foo { + width: .add(10px, 10px)[]; + bar: @return[]; +} + +@return: { + single: val; +} \ No newline at end of file
11
Merge branch 'master' into feature/each-2
0
.less
less
apache-2.0
less/less.js
10051347
<NME> namespacing-functions.less <BEF> ADDFILE <MSG> Merge branch 'master' into feature/each-2 <DFF> @@ -0,0 +1,11 @@ +.add(@a, @b) { + @r: @a + @b; +} +.foo { + width: .add(10px, 10px)[]; + bar: @return[]; +} + +@return: { + single: val; +} \ No newline at end of file
11
Merge branch 'master' into feature/each-2
0
.less
less
apache-2.0
less/less.js
10051348
<NME> namespacing-functions.less <BEF> ADDFILE <MSG> Merge branch 'master' into feature/each-2 <DFF> @@ -0,0 +1,11 @@ +.add(@a, @b) { + @r: @a + @b; +} +.foo { + width: .add(10px, 10px)[]; + bar: @return[]; +} + +@return: { + single: val; +} \ No newline at end of file
11
Merge branch 'master' into feature/each-2
0
.less
less
apache-2.0
less/less.js
10051349
<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