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 |
|---|---|---|---|---|---|---|---|---|
10053550 | <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... | 2 | Changed spaces to tabs | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053551 | <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... | 2 | Changed spaces to tabs | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053552 | <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... | 73 | Rebuilt targets | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10053553 | <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... | 73 | Rebuilt targets | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10053554 | <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 | Rebuilt targets | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053555 | <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 | Rebuilt targets | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053556 | <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 | Fix typos | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053557 | <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 | Fix typos | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053558 | <NME> Browser.js
<BEF> 'use strict'
const debug = require('debug')('HeadlessChrome:browser')
/**
* Created by: Luciano A. Ganga
* Inspired by:
* - Doffy (https://github.com/qieguo2016/doffy)
* - Horseman (https://github.com/johntitus/node-horseman)
* More Info:
* https://developers.google.com/web/updates/... | 1 | Before trying to kill a chrome instance, check if it exists. It may not exists if the browser wasn't launched by this module | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10053559 | <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 | Obfuscate only part of remote token env | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053560 | <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 | Obfuscate only part of remote token env | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053561 | <NME> modify-vars.js
<BEF> ADDFILE
<MSG> Pass options object to parser.parse in less.render.
<DFF> @@ -0,0 +1,17 @@
+var less = require('../lib/less'),
+ fs = require('fs')
+
+var input = fs.readFileSync("./test/less/modifyVars/extended.less", 'utf8')
+var expectedCss = fs.readFileSync('./test/css/modifyVars/extended... | 17 | Pass options object to parser.parse in less.render. | 0 | .js | js | apache-2.0 | less/less.js |
10053562 | <NME> modify-vars.js
<BEF> ADDFILE
<MSG> Pass options object to parser.parse in less.render.
<DFF> @@ -0,0 +1,17 @@
+var less = require('../lib/less'),
+ fs = require('fs')
+
+var input = fs.readFileSync("./test/less/modifyVars/extended.less", 'utf8')
+var expectedCss = fs.readFileSync('./test/css/modifyVars/extended... | 17 | Pass options object to parser.parse in less.render. | 0 | .js | js | apache-2.0 | less/less.js |
10053563 | <NME> modify-vars.js
<BEF> ADDFILE
<MSG> Pass options object to parser.parse in less.render.
<DFF> @@ -0,0 +1,17 @@
+var less = require('../lib/less'),
+ fs = require('fs')
+
+var input = fs.readFileSync("./test/less/modifyVars/extended.less", 'utf8')
+var expectedCss = fs.readFileSync('./test/css/modifyVars/extended... | 17 | Pass options object to parser.parse in less.render. | 0 | .js | js | apache-2.0 | less/less.js |
10053564 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 20161112003
# 4 tests:
# quicklocal
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a new terminal as root
## On CYGWIN / MS... | 8 | Render setfacl BSD compatible | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10053565 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 20161112003
# 4 tests:
# quicklocal
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a new terminal as root
## On CYGWIN / MS... | 8 | Render setfacl BSD compatible | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10053566 | <NME> index.js
<BEF> ADDFILE
<MSG> all tests run both in browser and CLI now
<DFF> @@ -0,0 +1,26 @@
+(function(exports) {
+ var RemoveProperty = function(less) {
+ this._visitor = new less.visitors.Visitor(this);
+ };
+
+ RemoveProperty.prototype = {
+ isReplacing: true,
+ run: function (root) {
... | 26 | all tests run both in browser and CLI now | 0 | .js | js | apache-2.0 | less/less.js |
10053567 | <NME> index.js
<BEF> ADDFILE
<MSG> all tests run both in browser and CLI now
<DFF> @@ -0,0 +1,26 @@
+(function(exports) {
+ var RemoveProperty = function(less) {
+ this._visitor = new less.visitors.Visitor(this);
+ };
+
+ RemoveProperty.prototype = {
+ isReplacing: true,
+ run: function (root) {
... | 26 | all tests run both in browser and CLI now | 0 | .js | js | apache-2.0 | less/less.js |
10053568 | <NME> index.js
<BEF> ADDFILE
<MSG> all tests run both in browser and CLI now
<DFF> @@ -0,0 +1,26 @@
+(function(exports) {
+ var RemoveProperty = function(less) {
+ this._visitor = new less.visitors.Visitor(this);
+ };
+
+ RemoveProperty.prototype = {
+ isReplacing: true,
+ run: function (root) {
... | 26 | all tests run both in browser and CLI now | 0 | .js | js | apache-2.0 | less/less.js |
10053569 | <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-beta2 PROGRAM_BUILD=... | 5 | Added default separator char in quicksync mode | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053570 | <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-beta2 PROGRAM_BUILD=... | 5 | Added default separator char in quicksync mode | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053571 | <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 | WIP --sync-type | 0 | .example | conf | bsd-3-clause | deajan/osync |
10053572 | <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 | WIP --sync-type | 0 | .example | conf | bsd-3-clause | deajan/osync |
10053573 | <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=2017020704
## osync / obackup / pmocr / zsnap install script
... | 6 | Added ssh_filter comment | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053574 | <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=2017020704
## osync / obackup / pmocr / zsnap install script
... | 6 | Added ssh_filter comment | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053575 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2020 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... | 179 | Update ofunctions from pmocr | 24 | .sh | sh | bsd-3-clause | deajan/osync |
10053576 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2020 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... | 179 | Update ofunctions from pmocr | 24 | .sh | sh | bsd-3-clause | deajan/osync |
10053577 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(high): test resume system #TODO(critical): test new WaitForTaskCompletion behavior with self=true #TODO(low): add keep logging & preserve attr conf entries to preflight check #TODO(low): test fa... | 75 | Rebuilt targets | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10053578 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(high): test resume system #TODO(critical): test new WaitForTaskCompletion behavior with self=true #TODO(low): add keep logging & preserve attr conf entries to preflight check #TODO(low): test fa... | 75 | Rebuilt targets | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10053579 | <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... | 6 | WIP run tests on github actions | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053580 | <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... | 6 | WIP run tests on github actions | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053581 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018093001
## 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 | Added CleanUp subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053582 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018093001
## 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 | Added CleanUp subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053583 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016071902 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: comm... | 2 | Lowered sleep time | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053584 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016071902 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: comm... | 2 | Lowered sleep time | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053585 | <NME> util.js
<BEF> 'use strict'
const cssesc = require('cssesc');
/**
* Checks if the browser is initialized. Exits the process if it's not
*/
exports.browserIsInitialized = function browserIsInitialized () {
if (!this.isInitialized()) {
console.error('HeadlessChrome is not ready; call browser.init() before ... | 15 | primiseTimeout timeout handling | 5 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10053586 | <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-beta PROGRAM_BUILD=2... | 10 | Moved email alert after last log message | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10053587 | <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-beta PROGRAM_BUILD=2... | 10 | Moved email alert after last log message | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10053588 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120701 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=progra... | 4 | Minor function renames | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10053589 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120701 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=progra... | 4 | Minor function renames | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10053590 | <NME> property-accessors.less
<BEF> ADDFILE
<MSG> Added property accessors - performance issue solved by re-tooling value parsing
i.e. All values are anonymous strings until "queried"
- Unlike original PR, no change in existing test output for un-referenced properties
- unused variables would theoretically result in a ... | 66 | Added property accessors - performance issue solved by re-tooling value parsing i.e. All values are anonymous strings until "queried" - Unlike original PR, no change in existing test output for un-referenced properties - unused variables would theoretically result in a tiny improvement in parsing time | 0 | .less | less | apache-2.0 | less/less.js |
10053591 | <NME> property-accessors.less
<BEF> ADDFILE
<MSG> Added property accessors - performance issue solved by re-tooling value parsing
i.e. All values are anonymous strings until "queried"
- Unlike original PR, no change in existing test output for un-referenced properties
- unused variables would theoretically result in a ... | 66 | Added property accessors - performance issue solved by re-tooling value parsing i.e. All values are anonymous strings until "queried" - Unlike original PR, no change in existing test output for un-referenced properties - unused variables would theoretically result in a tiny improvement in parsing time | 0 | .less | less | apache-2.0 | less/less.js |
10053592 | <NME> property-accessors.less
<BEF> ADDFILE
<MSG> Added property accessors - performance issue solved by re-tooling value parsing
i.e. All values are anonymous strings until "queried"
- Unlike original PR, no change in existing test output for un-referenced properties
- unused variables would theoretically result in a ... | 66 | Added property accessors - performance issue solved by re-tooling value parsing i.e. All values are anonymous strings until "queried" - Unlike original PR, no change in existing test output for un-referenced properties - unused variables would theoretically result in a tiny improvement in parsing time | 0 | .less | less | apache-2.0 | less/less.js |
10053593 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.1.3
* http://lesscss.org
*
* Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typ... | 1 | Fix typos found by codespell | 1 | .js | min | apache-2.0 | less/less.js |
10053594 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.1.3
* http://lesscss.org
*
* Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typ... | 1 | Fix typos found by codespell | 1 | .js | min | apache-2.0 | less/less.js |
10053595 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.1.3
* http://lesscss.org
*
* Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typ... | 1 | Fix typos found by codespell | 1 | .js | min | apache-2.0 | less/less.js |
10053596 | <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... | 9 | Check scripts params. | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10053597 | <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... | 9 | Check scripts params. | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10053598 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [ 2013... | 2 | Fixed missing env for LC_ALL | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053601 | <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 | Fixed missing env for LC_ALL | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053602 | <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 PROGRAM_BUILD=2017032101 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1.3 _OFUNCTIONS_BUILD=201705... | 11 | Rebuilt targets | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10053603 | <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 PROGRAM_BUILD=2017032101 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1.3 _OFUNCTIONS_BUILD=201705... | 11 | Rebuilt targets | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10053604 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parallel-unstable ... | 2 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053605 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parallel-unstable ... | 2 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053606 | <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... | 6 | docs: update readme for angular 8 support | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10053607 | <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... | 6 | docs: update readme for angular 8 support | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10053608 | <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... | 6 | docs: update readme for angular 8 support | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10053609 | <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 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053610 | <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 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053611 | <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 | Remove unused variable | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053612 | <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 | Remove unused variable | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053613 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2017061801
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function __PREPROCESSOR_Merge {
local PROGRAM="$1"
function __PREPROCESSOR_Merge {
local nPROGRAM="$1"
if [ -f "$nPROGRAM" ]; then
Logger "$nPROGRAM is not found in local pat... | 22 | Made bootstrap and merge program agnostic | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053614 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2017061801
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function __PREPROCESSOR_Merge {
local PROGRAM="$1"
function __PREPROCESSOR_Merge {
local nPROGRAM="$1"
if [ -f "$nPROGRAM" ]; then
Logger "$nPROGRAM is not found in local pat... | 22 | Made bootstrap and merge program agnostic | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053615 | <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... | 126 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10053616 | <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... | 126 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10053617 | <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... | 126 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10053618 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | updated README | 0 | .md | md | apache-2.0 | less/less.js |
10053619 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | updated README | 0 | .md | md | apache-2.0 | less/less.js |
10053620 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | updated README | 0 | .md | md | apache-2.0 | less/less.js |
10053621 | <NME> css-escapes.less
<BEF> ADDFILE
<MSG> Modified selector regexen to support CSS character escapes, added test files to verify change
Closes #78, closes #105
<DFF> @@ -0,0 +1,28 @@
+@ugly: fuchsia;
+
+.escape\|random\|char {
+ color: red;
+}
+
+.mixin\!tUp {
+ font-weight: bold;
+}
+
+// class="404"
+.\34 04 {
+ b... | 28 | Modified selector regexen to support CSS character escapes, added test files to verify change | 0 | .less | less | apache-2.0 | less/less.js |
10053622 | <NME> css-escapes.less
<BEF> ADDFILE
<MSG> Modified selector regexen to support CSS character escapes, added test files to verify change
Closes #78, closes #105
<DFF> @@ -0,0 +1,28 @@
+@ugly: fuchsia;
+
+.escape\|random\|char {
+ color: red;
+}
+
+.mixin\!tUp {
+ font-weight: bold;
+}
+
+// class="404"
+.\34 04 {
+ b... | 28 | Modified selector regexen to support CSS character escapes, added test files to verify change | 0 | .less | less | apache-2.0 | less/less.js |
10053623 | <NME> css-escapes.less
<BEF> ADDFILE
<MSG> Modified selector regexen to support CSS character escapes, added test files to verify change
Closes #78, closes #105
<DFF> @@ -0,0 +1,28 @@
+@ugly: fuchsia;
+
+.escape\|random\|char {
+ color: red;
+}
+
+.mixin\!tUp {
+ font-weight: bold;
+}
+
+// class="404"
+.\34 04 {
+ b... | 28 | Modified selector regexen to support CSS character escapes, added test files to verify change | 0 | .less | less | apache-2.0 | less/less.js |
10053624 | <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... | 17 | add resize fullscreen option | 0 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10053625 | <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... | 3 | Rebuilt targets | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053626 | <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... | 3 | Rebuilt targets | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053627 | <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... | 7 | Upgrade script checks for old master/slave dirs before rewriting state files | 3 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10053628 | <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... | 7 | Upgrade script checks for old master/slave dirs before rewriting state files | 3 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10053629 | <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... | 1 | Merge branch 'master' of https://github.com/deajan/osync | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053630 | <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... | 1 | Merge branch 'master' of https://github.com/deajan/osync | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10053631 | <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... | 16 | Update summary | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10053632 | <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... | 16 | Update summary | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10053633 | <NME> less-error.js
<BEF> ADDFILE
<MSG> Move chunker and LessError into separate files
This begins the process of cleaning up parser.js
[see #1902]
<DFF> @@ -0,0 +1,28 @@
+
+module.exports = LessError;
+function LessError(parser, e, env) {
+ var input = parser.getInput(e, env),
+ loc = parser.getLocation(e.... | 28 | Move chunker and LessError into separate files | 0 | .js | js | apache-2.0 | less/less.js |
10053634 | <NME> less-error.js
<BEF> ADDFILE
<MSG> Move chunker and LessError into separate files
This begins the process of cleaning up parser.js
[see #1902]
<DFF> @@ -0,0 +1,28 @@
+
+module.exports = LessError;
+function LessError(parser, e, env) {
+ var input = parser.getInput(e, env),
+ loc = parser.getLocation(e.... | 28 | Move chunker and LessError into separate files | 0 | .js | js | apache-2.0 | less/less.js |
10053635 | <NME> less-error.js
<BEF> ADDFILE
<MSG> Move chunker and LessError into separate files
This begins the process of cleaning up parser.js
[see #1902]
<DFF> @@ -0,0 +1,28 @@
+
+module.exports = LessError;
+function LessError(parser, e, env) {
+ var input = parser.getInput(e, env),
+ loc = parser.getLocation(e.... | 28 | Move chunker and LessError into separate files | 0 | .js | js | apache-2.0 | less/less.js |
10053636 | <NME> interpolation-vars.less
<BEF> ADDFILE
<MSG> test for final working
<DFF> @@ -0,0 +1,2 @@
+@in: "in";
+@terpolation: "terpolation";
| 2 | test for final working | 0 | .less | less | apache-2.0 | less/less.js |
10053637 | <NME> interpolation-vars.less
<BEF> ADDFILE
<MSG> test for final working
<DFF> @@ -0,0 +1,2 @@
+@in: "in";
+@terpolation: "terpolation";
| 2 | test for final working | 0 | .less | less | apache-2.0 | less/less.js |
10053638 | <NME> interpolation-vars.less
<BEF> ADDFILE
<MSG> test for final working
<DFF> @@ -0,0 +1,2 @@
+@in: "in";
+@terpolation: "terpolation";
| 2 | test for final working | 0 | .less | less | apache-2.0 | less/less.js |
10053639 | <NME> linux.yml
<BEF> name: linux-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout git
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install inotify-... | 0 | Update linux.yml | 1 | .yml | github/workflows/linux | bsd-3-clause | deajan/osync |
10053640 | <NME> linux.yml
<BEF> name: linux-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout git
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install inotify-... | 0 | Update linux.yml | 1 | .yml | github/workflows/linux | bsd-3-clause | deajan/osync |
10053641 | <NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC2-MSYS-compatible OSYNC_BUILD=1110201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQU... | 12 | Improved portability | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10053642 | <NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC2-MSYS-compatible OSYNC_BUILD=1110201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQU... | 12 | Improved portability | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10053643 | <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 AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 6 | Fixed some more typo | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053644 | <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 AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 6 | Fixed some more typo | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10053645 | <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-beta3 PROGRAM_BUILD=20... | 212 | Rebuilt targets | 182 | .sh | sh | bsd-3-clause | deajan/osync |
10053646 | <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-beta3 PROGRAM_BUILD=20... | 212 | Rebuilt targets | 182 | .sh | sh | bsd-3-clause | deajan/osync |
10053647 | <NME> test.js
<BEF> ADDFILE
<MSG> Merge pull request #2479 from rjgotten/import-plugin
Import plugin
<DFF> @@ -0,0 +1,4 @@
+
+functions.add("test", function() {
+ return new tree.Anonymous( "PASS" );
+});
| 4 | Merge pull request #2479 from rjgotten/import-plugin | 0 | .js | js | apache-2.0 | less/less.js |
10053648 | <NME> test.js
<BEF> ADDFILE
<MSG> Merge pull request #2479 from rjgotten/import-plugin
Import plugin
<DFF> @@ -0,0 +1,4 @@
+
+functions.add("test", function() {
+ return new tree.Anonymous( "PASS" );
+});
| 4 | Merge pull request #2479 from rjgotten/import-plugin | 0 | .js | js | apache-2.0 | less/less.js |
10053649 | <NME> test.js
<BEF> ADDFILE
<MSG> Merge pull request #2479 from rjgotten/import-plugin
Import plugin
<DFF> @@ -0,0 +1,4 @@
+
+functions.add("test", function() {
+ return new tree.Anonymous( "PASS" );
+});
| 4 | Merge pull request #2479 from rjgotten/import-plugin | 0 | .js | js | apache-2.0 | less/less.js |