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 |
|---|---|---|---|---|---|---|---|---|
10051150 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /ob... | 1 | Added includes to batcher | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10051151 | <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... | 15 | Added forgotten cat | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10051152 | <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... | 15 | Added forgotten cat | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10051153 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU... | 3 | Fixed wrong log function call in debug mode | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051154 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU... | 3 | Fixed wrong log function call in debug mode | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10051155 | <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-RC1+dev _OFUNCTIONS_BUILD=2016122302 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 51 | Some minor fixes from obackup | 42 | .sh | sh | bsd-3-clause | deajan/osync |
10051156 | <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-RC1+dev _OFUNCTIONS_BUILD=2016122302 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 51 | Some minor fixes from obackup | 42 | .sh | sh | bsd-3-clause | deajan/osync |
10051157 | <NME> README.md
<BEF> [](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 ... | 6 | Merge pull request #8 from bobbysteel/patch-2 | 0 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10051158 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. as a courtesty to avoid sending notifications to any user ... | 1 | Fix courtesty typo | 1 | .md | md | apache-2.0 | less/less.js |
10051159 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. as a courtesty to avoid sending notifications to any user ... | 1 | Fix courtesty typo | 1 | .md | md | apache-2.0 | less/less.js |
10051160 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. as a courtesty to avoid sending notifications to any user ... | 1 | Fix courtesty typo | 1 | .md | md | apache-2.0 | less/less.js |
10051161 | <NME> smoke.js
<BEF> ADDFILE
<MSG> Merge pull request #25 from gr2m/tests
Add tests settings and first test! Thanks @gr2m !
<DFF> @@ -0,0 +1,25 @@
+const HeadlessChrome = require('../')
+const test = require('tap').test
+
+test('Headless Chrome', async function (group) {
+ const browser = new HeadlessChrome({
+ h... | 25 | Merge pull request #25 from gr2m/tests | 0 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10051162 | <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 _OFUNCTIONS_BUILD=2016121003 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions ... | 4 | Fixed ambiguous redirect | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10051163 | <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 _OFUNCTIONS_BUILD=2016121003 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions ... | 4 | Fixed ambiguous redirect | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10051164 | <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) OSYNC_VERSION=0.6 OSYNC_BUILD=1907201302 DEBUG=no SCRIPT_PID=$$ IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.4.3 _OFUNCTIONS_BUILD=2022050801 _O... | 107 | Added replica lock functionnality. | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10051165 | <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) OSYNC_VERSION=0.6 OSYNC_BUILD=1907201302 DEBUG=no SCRIPT_PID=$$ IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.4.3 _OFUNCTIONS_BUILD=2022050801 _O... | 107 | Added replica lock functionnality. | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10051166 | <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-FreeBSD-compatible OSYNC_BUILD=1110201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true LOCAL_HOST=$(host... | 55 | Osync v0.99 Release candidate 2 | 29 | .sh | sh | bsd-3-clause | deajan/osync |
10051167 | <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-FreeBSD-compatible OSYNC_BUILD=1110201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true LOCAL_HOST=$(host... | 55 | Osync v0.99 Release candidate 2 | 29 | .sh | sh | bsd-3-clause | deajan/osync |
10051168 | <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)
[
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[ 2013-2... | 4 | Some more typo fixes | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051171 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 4 | Some more typo fixes | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051172 | <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 | Removed extra tabs | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051173 | <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 | Removed extra tabs | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051174 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111301 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ... | 6 | Added error only support in Logger | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051175 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111301 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ... | 6 | Added error only support in Logger | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051176 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111601
# 4 tests:
# quicklocal
# 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 sudo -s in order to get a... | 75 | Added deletion skip tests | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051177 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111601
# 4 tests:
# quicklocal
# 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 sudo -s in order to get a... | 75 | Added deletion skip tests | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051178 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3+ PROGRAM_BUILD=2411201403 ## type doesn't work on platforms other than linux ... | 3 | Final partial-dl upload | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051179 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3+ PROGRAM_BUILD=2411201403 ## type doesn't work on platforms other than linux ... | 3 | Final partial-dl upload | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051180 | <NME> runner-postProcessorPlugin.js
<BEF> ADDFILE
<MSG> add browser postProcessor Plugin test
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor Plugin", function() {
+ testLessEqualsInDocument();
+});
| 3 | add browser postProcessor Plugin test | 0 | .js | js | apache-2.0 | less/less.js |
10051181 | <NME> runner-postProcessorPlugin.js
<BEF> ADDFILE
<MSG> add browser postProcessor Plugin test
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor Plugin", function() {
+ testLessEqualsInDocument();
+});
| 3 | add browser postProcessor Plugin test | 0 | .js | js | apache-2.0 | less/less.js |
10051182 | <NME> runner-postProcessorPlugin.js
<BEF> ADDFILE
<MSG> add browser postProcessor Plugin test
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor Plugin", function() {
+ testLessEqualsInDocument();
+});
| 3 | add browser postProcessor Plugin test | 0 | .js | js | apache-2.0 | less/less.js |
10051183 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC3 _OFUNCTIONS_BUILD=2017021003 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=pro... | 8 | Prevent possibility to run remote cmds on local runs | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051184 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC3 _OFUNCTIONS_BUILD=2017021003 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=pro... | 8 | Prevent possibility to run remote cmds on local runs | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051185 | <NME> setupHandlers.js
<BEF> 'use strict'
const debug = require('debug')('HeadlessChrome:handlers')
const networkEvents = require('./events/network')
debug(`Setting up handlers...`)
const Network = this.client.Network
const Page = this.client.Page
/**
* Prepare the browser console events, if needed
*/
... | 11 | Merge pull request #16 from saidganim/master | 0 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10051186 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
This is the JavaScript, and now official, stable version of LESS.
## Getting Started
<p align="center"><a hre... | 1 | README.md: LESS -> Less | 1 | .md | md | apache-2.0 | less/less.js |
10051187 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
This is the JavaScript, and now official, stable version of LESS.
## Getting Started
<p align="center"><a hre... | 1 | README.md: LESS -> Less | 1 | .md | md | apache-2.0 | less/less.js |
10051188 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
This is the JavaScript, and now official, stable version of LESS.
## Getting Started
<p align="center"><a hre... | 1 | README.md: LESS -> Less | 1 | .md | md | apache-2.0 | less/less.js |
10051189 | <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-2017 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2017020801
## ---------- GENERAL OPTIONS
## Direc... | 3 | Added --log-conflicts option | 1 | .example | conf | bsd-3-clause | deajan/osync |
10051190 | <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-2017 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2017020801
## ---------- GENERAL OPTIONS
## Direc... | 3 | Added --log-conflicts option | 1 | .example | conf | bsd-3-clause | deajan/osync |
10051191 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js) [](https://... | 3 | Update README.md with warning about alpha version | 0 | .md | md | apache-2.0 | less/less.js |
10051192 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js) [](https://... | 3 | Update README.md with warning about alpha version | 0 | .md | md | apache-2.0 | less/less.js |
10051193 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js) [](https://... | 3 | Update README.md with warning about alpha version | 0 | .md | md | apache-2.0 | less/less.js |
10051194 | <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.9 OSYNC_BUILD=2307201302 DEBUG=yes SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS... | 34 | Still trying to resolve spaces in filenames... Works flawlessly on local sync, but remote sync does not work yet. | 36 | .sh | sh | bsd-3-clause | deajan/osync |
10051195 | <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.9 OSYNC_BUILD=2307201302 DEBUG=yes SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS... | 34 | Still trying to resolve spaces in filenames... Works flawlessly on local sync, but remote sync does not work yet. | 36 | .sh | sh | bsd-3-clause | deajan/osync |
10051196 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018100201
## 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 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051197 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018100201
## 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 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051198 | <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... | 9 | Fixed deletion detection when bad symlinks present | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10051199 | <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... | 9 | Fixed deletion detection when bad symlinks present | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10051200 | <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... | 203 | Rebuilt targets | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10051201 | <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... | 203 | Rebuilt targets | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10051202 | <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 rsync args built logic | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051203 | <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 rsync args built logic | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051204 | <NME> README.md
<BEF> # angular2-highcharts
> Angular2 charting components based on Highcharts.
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[](https://badge.fury.io/js... | 2 | add Version Badge | 0 | .md | md | mit | gevgeny/angular2-highcharts |
10051205 | <NME> README.md
<BEF> # angular2-highcharts
> Angular2 charting components based on Highcharts.
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[](https://badge.fury.io/js... | 2 | add Version Badge | 0 | .md | md | mit | gevgeny/angular2-highcharts |
10051206 | <NME> osync-srv@.service.user
<BEF> [Unit]
Description=A robust two way (bidirectional) file sync script based on rsync with fault tolerance
After=time-sync.target local-fs.target network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/osync.sh /etc/osync/%i --on-changes --sile... | 1 | Updated program path to be variable | 1 | .user | service | bsd-3-clause | deajan/osync |
10051207 | <NME> osync-srv@.service.user
<BEF> [Unit]
Description=A robust two way (bidirectional) file sync script based on rsync with fault tolerance
After=time-sync.target local-fs.target network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/osync.sh /etc/osync/%i --on-changes --sile... | 1 | Updated program path to be variable | 1 | .user | service | bsd-3-clause | deajan/osync |
10051208 | <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... | 24 | Add async POST | 0 | .lock | lock | mit | LucianoGanga/simple-headless-chrome |
10051209 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM... | 41 | Improved remote deletion | 37 | .sh | sh | bsd-3-clause | deajan/osync |
10051210 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM... | 41 | Improved remote deletion | 37 | .sh | sh | bsd-3-clause | deajan/osync |
10051211 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 5 | [WIP] target_helper switch should not be a half bool half char | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10051212 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 5 | [WIP] target_helper switch should not be a half bool half char | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10051213 | <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=... | 3 | Fixed checking remote pings regarless of mode | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051214 | <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=... | 3 | Fixed checking remote pings regarless of mode | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051215 | <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... | 11 | More email checks | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10051216 | <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... | 11 | More email checks | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10051217 | <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 pull request #13 from onovy/lower_sleep | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051218 | <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 pull request #13 from onovy/lower_sleep | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051219 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 5 | Fixed deletion logging in unidirectional sync | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051220 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 5 | Fixed deletion logging in unidirectional sync | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051221 | <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.00 PROGRAM_BUILD=2015072001 ## type doesn't work on platforms other than linux (bas... | 44 | Added realpath emulation | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051222 | <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.00 PROGRAM_BUILD=2015072001 ## type doesn't work on platforms other than linux (bas... | 44 | Added realpath emulation | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051223 | <NME> CHANGELOG.md
<BEF> ## Change Log
2014-10-19
- Public Beta / Release Candidate - Feedback welcome
For a guide to breaking changes see [the v2 upgrade guide](lesscss.org/usage/#v2-upgrade-guide)
- no longer including old versions of less in the repo or npm
- not including test less and gradle files in npm
... | 1 | Merge pull request #2241 from Justineo/patch-1 | 1 | .md | md | apache-2.0 | less/less.js |
10051224 | <NME> CHANGELOG.md
<BEF> ## Change Log
2014-10-19
- Public Beta / Release Candidate - Feedback welcome
For a guide to breaking changes see [the v2 upgrade guide](lesscss.org/usage/#v2-upgrade-guide)
- no longer including old versions of less in the repo or npm
- not including test less and gradle files in npm
... | 1 | Merge pull request #2241 from Justineo/patch-1 | 1 | .md | md | apache-2.0 | less/less.js |
10051225 | <NME> CHANGELOG.md
<BEF> ## Change Log
2014-10-19
- Public Beta / Release Candidate - Feedback welcome
For a guide to breaking changes see [the v2 upgrade guide](lesscss.org/usage/#v2-upgrade-guide)
- no longer including old versions of less in the repo or npm
- not including test less and gradle files in npm
... | 1 | Merge pull request #2241 from Justineo/patch-1 | 1 | .md | md | apache-2.0 | less/less.js |
10051226 | <NME> CHANGELOG.md
<BEF> ## 3.0.4
2018-05-06
- Update source-map to 0.6.x (#3180). Enforces node 6+ though.
# 3.0.0
2018-02-10
- Fix `calc()` function to not do math operations on compile
- Rename Directive -> AtRule & Rule -> Declaration
- [#3597](https://github.com/less/less.js/pull/3597) Fix expected response... | 12 | Update CHANGELOG.md | 1 | .md | md | apache-2.0 | less/less.js |
10051227 | <NME> CHANGELOG.md
<BEF> ## 3.0.4
2018-05-06
- Update source-map to 0.6.x (#3180). Enforces node 6+ though.
# 3.0.0
2018-02-10
- Fix `calc()` function to not do math operations on compile
- Rename Directive -> AtRule & Rule -> Declaration
- [#3597](https://github.com/less/less.js/pull/3597) Fix expected response... | 12 | Update CHANGELOG.md | 1 | .md | md | apache-2.0 | less/less.js |
10051228 | <NME> CHANGELOG.md
<BEF> ## 3.0.4
2018-05-06
- Update source-map to 0.6.x (#3180). Enforces node 6+ though.
# 3.0.0
2018-02-10
- Fix `calc()` function to not do math operations on compile
- Rename Directive -> AtRule & Rule -> Declaration
- [#3597](https://github.com/less/less.js/pull/3597) Fix expected response... | 12 | Update CHANGELOG.md | 1 | .md | md | apache-2.0 | less/less.js |
10051229 | <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 | Reverted test disable HandleLocks | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051230 | <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 | Reverted test disable HandleLocks | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051231 | <NME> osync-srv@.service
<BEF> [Unit]
Description=osync - a robust two way (bidirectional) file sync script based on rsync with fault tolerance
After=time-sync.target local-fs.target network-online.target
Requires=time-sync.target local-fs.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/b... | 1 | Added --errors-only to service files | 1 | .service | service | bsd-3-clause | deajan/osync |
10051232 | <NME> osync-srv@.service
<BEF> [Unit]
Description=osync - a robust two way (bidirectional) file sync script based on rsync with fault tolerance
After=time-sync.target local-fs.target network-online.target
Requires=time-sync.target local-fs.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/b... | 1 | Added --errors-only to service files | 1 | .service | service | bsd-3-clause | deajan/osync |
10051233 | <NME> test-runner-template.tmpl
<BEF> ADDFILE
<MSG> Merge branch '1.5.0-wip' of https://github.com/upstage/less.js
Conflicts:
.gitignore
.jshintrc
CHANGELOG.md
Makefile
build/browser-header.js
lib/less/browser.js
lib/less/functions.js
lib/less/rhino.js
lib/less/tree/dimension.js
lib/less/tree/value.js
packa... | 43 | Merge branch '1.5.0-wip' of https://github.com/upstage/less.js | 0 | .tmpl | tmpl | apache-2.0 | less/less.js |
10051234 | <NME> test-runner-template.tmpl
<BEF> ADDFILE
<MSG> Merge branch '1.5.0-wip' of https://github.com/upstage/less.js
Conflicts:
.gitignore
.jshintrc
CHANGELOG.md
Makefile
build/browser-header.js
lib/less/browser.js
lib/less/functions.js
lib/less/rhino.js
lib/less/tree/dimension.js
lib/less/tree/value.js
packa... | 43 | Merge branch '1.5.0-wip' of https://github.com/upstage/less.js | 0 | .tmpl | tmpl | apache-2.0 | less/less.js |
10051235 | <NME> test-runner-template.tmpl
<BEF> ADDFILE
<MSG> Merge branch '1.5.0-wip' of https://github.com/upstage/less.js
Conflicts:
.gitignore
.jshintrc
CHANGELOG.md
Makefile
build/browser-header.js
lib/less/browser.js
lib/less/functions.js
lib/less/rhino.js
lib/less/tree/dimension.js
lib/less/tree/value.js
packa... | 43 | Merge branch '1.5.0-wip' of https://github.com/upstage/less.js | 0 | .tmpl | tmpl | apache-2.0 | less/less.js |
10051236 | <NME> import-inline-invalid-css.less
<BEF> ADDFILE
<MSG> Merge pull request #2642 from SomMeri/import-by-reference-inline-2620
Fixes import by reference inlines source's inline imports - 2620
<DFF> @@ -0,0 +1,1 @@
+@import (inline) "invalid-css.less";
\ No newline at end of file
| 1 | Merge pull request #2642 from SomMeri/import-by-reference-inline-2620 | 0 | .less | less | apache-2.0 | less/less.js |
10051237 | <NME> import-inline-invalid-css.less
<BEF> ADDFILE
<MSG> Merge pull request #2642 from SomMeri/import-by-reference-inline-2620
Fixes import by reference inlines source's inline imports - 2620
<DFF> @@ -0,0 +1,1 @@
+@import (inline) "invalid-css.less";
\ No newline at end of file
| 1 | Merge pull request #2642 from SomMeri/import-by-reference-inline-2620 | 0 | .less | less | apache-2.0 | less/less.js |
10051238 | <NME> import-inline-invalid-css.less
<BEF> ADDFILE
<MSG> Merge pull request #2642 from SomMeri/import-by-reference-inline-2620
Fixes import by reference inlines source's inline imports - 2620
<DFF> @@ -0,0 +1,1 @@
+@import (inline) "invalid-css.less";
\ No newline at end of file
| 1 | Merge pull request #2642 from SomMeri/import-by-reference-inline-2620 | 0 | .less | less | apache-2.0 | less/less.js |
10051239 | <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=2017020701
## osync / obackup / pmocr / zsnap install script
... | 8 | Fixed need to overwrite executables | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051240 | <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=2017020701
## osync / obackup / pmocr / zsnap install script
... | 8 | Fixed need to overwrite executables | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051241 | <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... | 0 | Removed unnecessary comments | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051242 | <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... | 0 | Removed unnecessary comments | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051243 | <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 | Removed unused code | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10051244 | <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 | Removed unused code | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10051245 | <NME> import-once.less
<BEF> ADDFILE
<MSG> Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3
Fix for unnamed parameters test fail & failing test for import-once
<DFF> @@ -0,0 +1,3 @@
+@import-once "import/import-test-a";
+@import-once "import/import-test-b";
+@import-once "import/import-te... | 3 | Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3 | 0 | .less | less | apache-2.0 | less/less.js |
10051246 | <NME> import-once.less
<BEF> ADDFILE
<MSG> Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3
Fix for unnamed parameters test fail & failing test for import-once
<DFF> @@ -0,0 +1,3 @@
+@import-once "import/import-test-a";
+@import-once "import/import-test-b";
+@import-once "import/import-te... | 3 | Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3 | 0 | .less | less | apache-2.0 | less/less.js |
10051247 | <NME> import-once.less
<BEF> ADDFILE
<MSG> Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3
Fix for unnamed parameters test fail & failing test for import-once
<DFF> @@ -0,0 +1,3 @@
+@import-once "import/import-test-a";
+@import-once "import/import-test-b";
+@import-once "import/import-te... | 3 | Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3 | 0 | .less | less | apache-2.0 | less/less.js |
10051248 | <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 | Fixing typos | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10051249 | <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 | Fixing typos | 1 | .sh | sh | bsd-3-clause | deajan/osync |