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
10050150
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016081805 ## 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 outp...
2
Increased soft warn value for remote internet checks
2
.sh
sh
bsd-3-clause
deajan/osync
10050151
<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
Merge branch 'master' of https://github.com/deajan/osync
1
.md
md
bsd-3-clause
deajan/osync
10050152
<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
Merge branch 'master' of https://github.com/deajan/osync
1
.md
md
bsd-3-clause
deajan/osync
10050153
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120902 _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 ## INSTANCE_ID=program...
13
Fixes in android email sending
8
.sh
sh
bsd-3-clause
deajan/osync
10050154
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120902 _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 ## INSTANCE_ID=program...
13
Fixes in android email sending
8
.sh
sh
bsd-3-clause
deajan/osync
10050155
<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 missing test bracket on if type -p sendemail
1
.sh
sh
bsd-3-clause
deajan/osync
10050156
<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 missing test bracket on if type -p sendemail
1
.sh
sh
bsd-3-clause
deajan/osync
10050157
<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
Merge pull request #124 from aero31aero/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10050158
<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
Merge pull request #124 from aero31aero/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10050159
<NME> setupActions.js <BEF> 'use strict' const debug = require('debug')('HeadlessChrome:setupActions') const actions = require('./actions') module.exports = function () { console.log('actions', actions) const self = this Object.keys(actions).forEach(function (name) { debug(`Attaching new action: "${name}"`)...
1
Add getCookies() method
1
.js
js
mit
LucianoGanga/simple-headless-chrome
10050160
<NME> chrome.js <BEF> 'use strict' const debug = require('debug')('HeadlessChrome:chrome') const chromeLauncher = require('chrome-launcher') const CDP = require('chrome-remote-interface') const { sleep } = require('./util') /** * Launches a debugging instance of Chrome on port 9222. * @param {boolean=} headless Tr...
5
Point index.js to /build
5
.js
js
mit
LucianoGanga/simple-headless-chrome
10050161
<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.99RC2 OSYNC_BUILD=0411201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
5
Merged all tree functions.
18
.sh
sh
bsd-3-clause
deajan/osync
10050162
<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.99RC2 OSYNC_BUILD=0411201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
5
Merged all tree functions.
18
.sh
sh
bsd-3-clause
deajan/osync
10050163
<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) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="remote" ## Directories to synchronize. ## Initiator is the system os...
4
Added _REMOTE_TOKEN to test list
2
.conf
conf
bsd-3-clause
deajan/osync
10050164
<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) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="remote" ## Directories to synchronize. ## Initiator is the system os...
4
Added _REMOTE_TOKEN to test list
2
.conf
conf
bsd-3-clause
deajan/osync
10050165
<NME> stale.yml <BEF> ADDFILE <MSG> Create stale.yml See: https://probot.github.io/apps/stale/ <DFF> @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 120 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 14 +# Issues with these labels will ne...
17
Create stale.yml
0
.yml
github/stale
apache-2.0
less/less.js
10050166
<NME> stale.yml <BEF> ADDFILE <MSG> Create stale.yml See: https://probot.github.io/apps/stale/ <DFF> @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 120 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 14 +# Issues with these labels will ne...
17
Create stale.yml
0
.yml
github/stale
apache-2.0
less/less.js
10050167
<NME> stale.yml <BEF> ADDFILE <MSG> Create stale.yml See: https://probot.github.io/apps/stale/ <DFF> @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 120 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 14 +# Issues with these labels will ne...
17
Create stale.yml
0
.yml
github/stale
apache-2.0
less/less.js
10050168
<NME> ecma-5.js <BEF> ADDFILE <MSG> added ECMAScript 4 compatibility <DFF> @@ -0,0 +1,157 @@ + +// -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License +// -- tlrobinson Tom Robinson +// dantman Daniel Friesen + +/*! + Copyright (c) 2009, 280 North Inc. http://280north.com/ + MIT License. http://github.co...
157
added ECMAScript 4 compatibility
0
.js
js
apache-2.0
less/less.js
10050169
<NME> ecma-5.js <BEF> ADDFILE <MSG> added ECMAScript 4 compatibility <DFF> @@ -0,0 +1,157 @@ + +// -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License +// -- tlrobinson Tom Robinson +// dantman Daniel Friesen + +/*! + Copyright (c) 2009, 280 North Inc. http://280north.com/ + MIT License. http://github.co...
157
added ECMAScript 4 compatibility
0
.js
js
apache-2.0
less/less.js
10050170
<NME> ecma-5.js <BEF> ADDFILE <MSG> added ECMAScript 4 compatibility <DFF> @@ -0,0 +1,157 @@ + +// -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License +// -- tlrobinson Tom Robinson +// dantman Daniel Friesen + +/*! + Copyright (c) 2009, 280 North Inc. http://280north.com/ + MIT License. http://github.co...
157
added ECMAScript 4 compatibility
0
.js
js
apache-2.0
less/less.js
10050171
<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...
3
WIP #174
3
.sh
sh
bsd-3-clause
deajan/osync
10050172
<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...
3
WIP #174
3
.sh
sh
bsd-3-clause
deajan/osync
10050173
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111505 ## 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: #############################################################...
4
SLEEP_TIME default value
3
.sh
sh
bsd-3-clause
deajan/osync
10050174
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111505 ## 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: #############################################################...
4
SLEEP_TIME default value
3
.sh
sh
bsd-3-clause
deajan/osync
10050175
<NME> plugin-root.js <BEF> ADDFILE <MSG> Allow root functions defined via @plugin <DFF> @@ -0,0 +1,11 @@ +functions.addMultiple({ + "test-detached-ruleset" : function() { + var rule = new tree.Rule('prop', new tree.Anonymous('value')); + return new tree.DetachedRuleset(new tree.Ruleset("", [ rule ]));...
11
Allow root functions defined via @plugin
0
.js
js
apache-2.0
less/less.js
10050176
<NME> plugin-root.js <BEF> ADDFILE <MSG> Allow root functions defined via @plugin <DFF> @@ -0,0 +1,11 @@ +functions.addMultiple({ + "test-detached-ruleset" : function() { + var rule = new tree.Rule('prop', new tree.Anonymous('value')); + return new tree.DetachedRuleset(new tree.Ruleset("", [ rule ]));...
11
Allow root functions defined via @plugin
0
.js
js
apache-2.0
less/less.js
10050177
<NME> plugin-root.js <BEF> ADDFILE <MSG> Allow root functions defined via @plugin <DFF> @@ -0,0 +1,11 @@ +functions.addMultiple({ + "test-detached-ruleset" : function() { + var rule = new tree.Rule('prop', new tree.Anonymous('value')); + return new tree.DetachedRuleset(new tree.Ruleset("", [ rule ]));...
11
Allow root functions defined via @plugin
0
.js
js
apache-2.0
less/less.js
10050178
<NME> var-defs.less <BEF> ADDFILE <MSG> Fix empty sourcemaps fixes #2430 <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Fix empty sourcemaps
0
.less
less
apache-2.0
less/less.js
10050179
<NME> var-defs.less <BEF> ADDFILE <MSG> Fix empty sourcemaps fixes #2430 <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Fix empty sourcemaps
0
.less
less
apache-2.0
less/less.js
10050180
<NME> var-defs.less <BEF> ADDFILE <MSG> Fix empty sourcemaps fixes #2430 <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Fix empty sourcemaps
0
.less
less
apache-2.0
less/less.js
10050181
<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
Fixed possible issue if global var toggle is used
5
.sh
sh
bsd-3-clause
deajan/osync
10050182
<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
Fixed possible issue if global var toggle is used
5
.sh
sh
bsd-3-clause
deajan/osync
10050183
<NME> README.md <BEF> # [Less.js v1.6.0](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/les...
2
Updated current version in readme.md
2
.md
md
apache-2.0
less/less.js
10050184
<NME> README.md <BEF> # [Less.js v1.6.0](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/les...
2
Updated current version in readme.md
2
.md
md
apache-2.0
less/less.js
10050185
<NME> README.md <BEF> # [Less.js v1.6.0](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/les...
2
Updated current version in readme.md
2
.md
md
apache-2.0
less/less.js
10050186
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120101 ## 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: #############################################################...
5
Multiple recipient compat for mutt
6
.sh
sh
bsd-3-clause
deajan/osync
10050187
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120101 ## 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: #############################################################...
5
Multiple recipient compat for mutt
6
.sh
sh
bsd-3-clause
deajan/osync
10050188
<NME> colors.js <BEF> ADDFILE <MSG> merge named-colors <DFF> @@ -0,0 +1,151 @@ +(function (tree) { + tree.colors = { + 'aliceblue':'#f0f8ff', + 'antiquewhite':'#faebd7', + 'aqua':'#00ffff', + 'aquamarine':'#7fffd4', + 'azure':'#f0ffff', + 'beige':'#f5f5dc', + 'bisque...
151
merge named-colors
0
.js
js
apache-2.0
less/less.js
10050189
<NME> colors.js <BEF> ADDFILE <MSG> merge named-colors <DFF> @@ -0,0 +1,151 @@ +(function (tree) { + tree.colors = { + 'aliceblue':'#f0f8ff', + 'antiquewhite':'#faebd7', + 'aqua':'#00ffff', + 'aquamarine':'#7fffd4', + 'azure':'#f0ffff', + 'beige':'#f5f5dc', + 'bisque...
151
merge named-colors
0
.js
js
apache-2.0
less/less.js
10050190
<NME> colors.js <BEF> ADDFILE <MSG> merge named-colors <DFF> @@ -0,0 +1,151 @@ +(function (tree) { + tree.colors = { + 'aliceblue':'#f0f8ff', + 'antiquewhite':'#faebd7', + 'aqua':'#00ffff', + 'aquamarine':'#7fffd4', + 'azure':'#f0ffff', + 'beige':'#f5f5dc', + 'bisque...
151
merge named-colors
0
.js
js
apache-2.0
less/less.js
10050191
<NME> CHANGELOG.md <BEF> ADDFILE <MSG> Convert CHANGELOG to Markdown + add release dates <DFF> @@ -0,0 +1,49 @@ +# 1.3.0 + +2012-03-10 + +- @media bubbling +- Support arbitrary entities as selectors +- [Variadic argument support](https://gist.github.com/1933613) +- Behaviour of zero-arity mixins has [changed](https:/...
49
Convert CHANGELOG to Markdown
0
.md
md
apache-2.0
less/less.js
10050192
<NME> CHANGELOG.md <BEF> ADDFILE <MSG> Convert CHANGELOG to Markdown + add release dates <DFF> @@ -0,0 +1,49 @@ +# 1.3.0 + +2012-03-10 + +- @media bubbling +- Support arbitrary entities as selectors +- [Variadic argument support](https://gist.github.com/1933613) +- Behaviour of zero-arity mixins has [changed](https:/...
49
Convert CHANGELOG to Markdown
0
.md
md
apache-2.0
less/less.js
10050193
<NME> CHANGELOG.md <BEF> ADDFILE <MSG> Convert CHANGELOG to Markdown + add release dates <DFF> @@ -0,0 +1,49 @@ +# 1.3.0 + +2012-03-10 + +- @media bubbling +- Support arbitrary entities as selectors +- [Variadic argument support](https://gist.github.com/1933613) +- Behaviour of zero-arity mixins has [changed](https:/...
49
Convert CHANGELOG to Markdown
0
.md
md
apache-2.0
less/less.js
10050194
<NME> transform-tree.js <BEF> ADDFILE <MSG> move transform out of the parser <DFF> @@ -0,0 +1,71 @@ +var contexts = require("./contexts.js"), + visitor = require("./visitor/index.js"), + tree = require("./tree/index.js"); + +module.exports = function(root, options) { + options = options || {}; + var evaldR...
71
move transform out of the parser
0
.js
js
apache-2.0
less/less.js
10050195
<NME> transform-tree.js <BEF> ADDFILE <MSG> move transform out of the parser <DFF> @@ -0,0 +1,71 @@ +var contexts = require("./contexts.js"), + visitor = require("./visitor/index.js"), + tree = require("./tree/index.js"); + +module.exports = function(root, options) { + options = options || {}; + var evaldR...
71
move transform out of the parser
0
.js
js
apache-2.0
less/less.js
10050196
<NME> transform-tree.js <BEF> ADDFILE <MSG> move transform out of the parser <DFF> @@ -0,0 +1,71 @@ +var contexts = require("./contexts.js"), + visitor = require("./visitor/index.js"), + tree = require("./tree/index.js"); + +module.exports = function(root, options) { + options = options || {}; + var evaldR...
71
move transform out of the parser
0
.js
js
apache-2.0
less/less.js
10050197
<NME> utils.js <BEF> ADDFILE <MSG> Move toCSS out to a new class (still need to remove creation of that class from parser) <DFF> @@ -0,0 +1,20 @@ +module.exports = { + getLocation: function(index, inputStream) { + var n = index + 1, + line = null, + column = -1; + + while (--n >=...
20
Move toCSS out to a new class (still need to remove creation of that class from parser)
0
.js
js
apache-2.0
less/less.js
10050198
<NME> utils.js <BEF> ADDFILE <MSG> Move toCSS out to a new class (still need to remove creation of that class from parser) <DFF> @@ -0,0 +1,20 @@ +module.exports = { + getLocation: function(index, inputStream) { + var n = index + 1, + line = null, + column = -1; + + while (--n >=...
20
Move toCSS out to a new class (still need to remove creation of that class from parser)
0
.js
js
apache-2.0
less/less.js
10050199
<NME> utils.js <BEF> ADDFILE <MSG> Move toCSS out to a new class (still need to remove creation of that class from parser) <DFF> @@ -0,0 +1,20 @@ +module.exports = { + getLocation: function(index, inputStream) { + var n = index + 1, + line = null, + column = -1; + + while (--n >=...
20
Move toCSS out to a new class (still need to remove creation of that class from parser)
0
.js
js
apache-2.0
less/less.js
10050200
<NME> scroll-to-helpers.ts <BEF> ADDFILE <MSG> SSR Compatible Modules <DFF> @@ -0,0 +1,145 @@ +import { ElementRef } from '@angular/core'; + +import { + ScrollToAnimationEasing, + ScrollToAnimationEasingCollection +} from '../models/scroll-to-easing.model'; +import { ScrollToEvent } from '../models/scroll-to-event.m...
145
SSR Compatible Modules
0
.ts
ts
mit
nicky-lenaers/ngx-scroll-to
10050201
<NME> scroll-to-helpers.ts <BEF> ADDFILE <MSG> SSR Compatible Modules <DFF> @@ -0,0 +1,145 @@ +import { ElementRef } from '@angular/core'; + +import { + ScrollToAnimationEasing, + ScrollToAnimationEasingCollection +} from '../models/scroll-to-easing.model'; +import { ScrollToEvent } from '../models/scroll-to-event.m...
145
SSR Compatible Modules
0
.ts
ts
mit
nicky-lenaers/ngx-scroll-to
10050202
<NME> scroll-to-helpers.ts <BEF> ADDFILE <MSG> SSR Compatible Modules <DFF> @@ -0,0 +1,145 @@ +import { ElementRef } from '@angular/core'; + +import { + ScrollToAnimationEasing, + ScrollToAnimationEasingCollection +} from '../models/scroll-to-easing.model'; +import { ScrollToEvent } from '../models/scroll-to-event.m...
145
SSR Compatible Modules
0
.ts
ts
mit
nicky-lenaers/ngx-scroll-to
10050203
<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.99RC2-qs OSYNC_BUILD=2511201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUN...
37
Improved file monitor mode
5
.sh
sh
bsd-3-clause
deajan/osync
10050204
<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.99RC2-qs OSYNC_BUILD=2511201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUN...
37
Improved file monitor mode
5
.sh
sh
bsd-3-clause
deajan/osync
10050205
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order to get a new terminal as root # osync test suite 2016112201 # 4 tests: # quicklocal # 4 tests: # quicklocal # qui...
44
Added more parallelexec tests
23
.sh
sh
bsd-3-clause
deajan/osync
10050206
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order to get a new terminal as root # osync test suite 2016112201 # 4 tests: # quicklocal # 4 tests: # quicklocal # qui...
44
Added more parallelexec tests
23
.sh
sh
bsd-3-clause
deajan/osync
10050207
<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
Some exit logs should be flagged as errors
2
.sh
sh
bsd-3-clause
deajan/osync
10050208
<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
Some exit logs should be flagged as errors
2
.sh
sh
bsd-3-clause
deajan/osync
10050209
<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...
8
Fix fitWindow (#63 & #53)
5
.js
js
mit
LucianoGanga/simple-headless-chrome
10050210
<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
Improved comments in sync.conf example file
3
.example
conf
bsd-3-clause
deajan/osync
10050211
<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
Improved comments in sync.conf example file
3
.example
conf
bsd-3-clause
deajan/osync
10050212
<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...
9
Added deleted file list simplification, fix #202
4
.sh
sh
bsd-3-clause
deajan/osync
10050213
<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...
9
Added deleted file list simplification, fix #202
4
.sh
sh
bsd-3-clause
deajan/osync
10050214
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2017020702 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
4
Added ssh_filter to tests
3
.sh
sh
bsd-3-clause
deajan/osync
10050215
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2017020702 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
4
Added ssh_filter to tests
3
.sh
sh
bsd-3-clause
deajan/osync
10050216
<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=2207201303 DEBUG=yes SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS...
55
Beginning to resolve problems with spaces in sync dirs... still lot of work to do.
30
.sh
sh
bsd-3-clause
deajan/osync
10050217
<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=2207201303 DEBUG=yes SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS...
55
Beginning to resolve problems with spaces in sync dirs... still lot of work to do.
30
.sh
sh
bsd-3-clause
deajan/osync
10050218
<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
Typo fixing
3
.sh
sh
bsd-3-clause
deajan/osync
10050219
<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
Typo fixing
3
.sh
sh
bsd-3-clause
deajan/osync
10050220
<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
Update README.md
1
.md
md
mit
LucianoGanga/simple-headless-chrome
10050221
<NME> ofunctions.sh.old <BEF> ADDFILE <MSG> Updated serials <DFF> @@ -0,0 +1,1310 @@ +#### MINIMAL-FUNCTION-SET BEGIN #### + +## FUNC_BUILD=2016081501 +## 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 platfo...
1,310
Updated serials
0
.old
sh
bsd-3-clause
deajan/osync
10050222
<NME> ofunctions.sh.old <BEF> ADDFILE <MSG> Updated serials <DFF> @@ -0,0 +1,1310 @@ +#### MINIMAL-FUNCTION-SET BEGIN #### + +## FUNC_BUILD=2016081501 +## 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 platfo...
1,310
Updated serials
0
.old
sh
bsd-3-clause
deajan/osync
10050223
<NME> setupViewport.js <BEF> 'use strict' const debug = require('debug')('HeadlessChrome:viewPort') module.exports = async function () { const deviceMetrics = this.options.deviceMetrics debug(`Setting viewport with this parameters: `, deviceMetrics) const { Emulation } = this.client await Emulation.setDevic...
6
Improve screen capturing and update according to the new chrome devtools protocol
4
.js
js
mit
LucianoGanga/simple-headless-chrome
10050224
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
2
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10050225
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
2
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10050226
<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=2017020502 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_...
52
Improved os detection
3
.sh
sh
bsd-3-clause
deajan/osync
10050227
<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=2017020502 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_...
52
Improved os detection
3
.sh
sh
bsd-3-clause
deajan/osync
10050228
<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...
18
More precise ExecTasks ids
18
.sh
sh
bsd-3-clause
deajan/osync
10050229
<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...
18
More precise ExecTasks ids
18
.sh
sh
bsd-3-clause
deajan/osync
10050230
<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
Merge pull request #84 from najamkhn/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10050231
<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
Merge pull request #84 from najamkhn/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10050232
<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...
38
Avoid possible log interference between parallel functions
28
.sh
sh
bsd-3-clause
deajan/osync
10050233
<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...
38
Avoid possible log interference between parallel functions
28
.sh
sh
bsd-3-clause
deajan/osync
10050234
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
7
Enfore SKIP_DELETION when SYNC_TYPE set
3
.sh
sh
bsd-3-clause
deajan/osync
10050235
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
7
Enfore SKIP_DELETION when SYNC_TYPE set
3
.sh
sh
bsd-3-clause
deajan/osync
10050236
<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...
42
Added preflight checks for config file.
1
.sh
sh
bsd-3-clause
deajan/osync
10050237
<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...
42
Added preflight checks for config file.
1
.sh
sh
bsd-3-clause
deajan/osync
10050238
<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...
4
Fixed inotifywait cannot load loop
1
.sh
sh
bsd-3-clause
deajan/osync
10050239
<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...
4
Fixed inotifywait cannot load loop
1
.sh
sh
bsd-3-clause
deajan/osync
10050240
<NME> gradlew.bat <BEF> ADDFILE <MSG> added gradle wrapper scripts <DFF> @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ##########################################################...
90
added gradle wrapper scripts
0
.bat
bat
apache-2.0
less/less.js
10050241
<NME> gradlew.bat <BEF> ADDFILE <MSG> added gradle wrapper scripts <DFF> @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ##########################################################...
90
added gradle wrapper scripts
0
.bat
bat
apache-2.0
less/less.js
10050242
<NME> gradlew.bat <BEF> ADDFILE <MSG> added gradle wrapper scripts <DFF> @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ##########################################################...
90
added gradle wrapper scripts
0
.bat
bat
apache-2.0
less/less.js
10050243
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016111304 # 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...
9
Disabled ACL propagation test on travis, lack of ACL support
2
.sh
sh
bsd-3-clause
deajan/osync
10050244
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016111304 # 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...
9
Disabled ACL propagation test on travis, lack of ACL support
2
.sh
sh
bsd-3-clause
deajan/osync
10050245
<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=2016121102 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions ...
16
Remote logging debug improvements
6
.sh
sh
bsd-3-clause
deajan/osync
10050246
<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=2016121102 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions ...
16
Remote logging debug improvements
6
.sh
sh
bsd-3-clause
deajan/osync
10050247
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done - Make --log-conflicts non experimental (randomly fails) - ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time - ! target-helper: destination mails etc on target, also, no cmd after on co...
2
Update changelog
1
.md
md
bsd-3-clause
deajan/osync
10050248
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done - Make --log-conflicts non experimental (randomly fails) - ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time - ! target-helper: destination mails etc on target, also, no cmd after on co...
2
Update changelog
1
.md
md
bsd-3-clause
deajan/osync
10050249
<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
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync