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
10050450
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1 _OFUNCTIONS_BUILD=2017060903 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
2
Replaced IsNumeric with IsInteger for pid checks
2
.sh
sh
bsd-3-clause
deajan/osync
10050451
<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...
2
Improved os detection here too
0
.sh
sh
bsd-3-clause
deajan/osync
10050452
<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...
2
Improved os detection here too
0
.sh
sh
bsd-3-clause
deajan/osync
10050453
<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...
4
Fixed string typo.
4
.sh
sh
bsd-3-clause
deajan/osync
10050454
<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...
4
Fixed string typo.
4
.sh
sh
bsd-3-clause
deajan/osync
10050455
<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=1811201303 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 LOCAL_USER=$(whoami) LOCAL_HOST=$(hostname) ## Default l...
36
Added daemon option to file monitor mode
14
.sh
sh
bsd-3-clause
deajan/osync
10050456
<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=1811201303 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 LOCAL_USER=$(whoami) LOCAL_HOST=$(hostname) ## Default l...
36
Added daemon option to file monitor mode
14
.sh
sh
bsd-3-clause
deajan/osync
10050457
<NME> CHANGELOG.md <BEF> # 1.4.0 Beta 3 2013-04-30 ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStateme...
7
rename strictMaths to strictMath, set default to false, update strict options to take = on | off
0
.md
md
apache-2.0
less/less.js
10050458
<NME> CHANGELOG.md <BEF> # 1.4.0 Beta 3 2013-04-30 ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStateme...
7
rename strictMaths to strictMath, set default to false, update strict options to take = on | off
0
.md
md
apache-2.0
less/less.js
10050459
<NME> CHANGELOG.md <BEF> # 1.4.0 Beta 3 2013-04-30 ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStateme...
7
rename strictMaths to strictMath, set default to false, update strict options to take = on | off
0
.md
md
apache-2.0
less/less.js
10050460
<NME> ssh_filter.sh <BEF> #!/usr/bin/env bash ##### osync / obackup ssh command filter ##### This script should be located in /usr/local/bin in the remote system to sync / backup ##### It will filter the commands that can be run remotely via ssh. ##### Please chmod 755 and chown root:root this file ##### Obackup need...
31
Recoded ssh_filter to work really nicer
75
.sh
sh
bsd-3-clause
deajan/osync
10050461
<NME> ssh_filter.sh <BEF> #!/usr/bin/env bash ##### osync / obackup ssh command filter ##### This script should be located in /usr/local/bin in the remote system to sync / backup ##### It will filter the commands that can be run remotely via ssh. ##### Please chmod 755 and chown root:root this file ##### Obackup need...
31
Recoded ssh_filter to work really nicer
75
.sh
sh
bsd-3-clause
deajan/osync
10050462
<NME> n_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-RC2 PROGRAM_BUILD=2017020802 IS_STABLE=yes ##### Execution order #__WITH_PARANOIA_DEBUG...
11
Don't show failed commands in stdout, only log them
11
.sh
sh
bsd-3-clause
deajan/osync
10050463
<NME> n_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-RC2 PROGRAM_BUILD=2017020802 IS_STABLE=yes ##### Execution order #__WITH_PARANOIA_DEBUG...
11
Don't show failed commands in stdout, only log them
11
.sh
sh
bsd-3-clause
deajan/osync
10050464
<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...
25
Fix setCookie method + add clearBrowserCookies method
21
.js
js
mit
LucianoGanga/simple-headless-chrome
10050465
<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
File attrib skip logic fix
2
.sh
sh
bsd-3-clause
deajan/osync
10050466
<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
File attrib skip logic fix
2
.sh
sh
bsd-3-clause
deajan/osync
10050467
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Update for testing query
1
.md
md
bsd-3-clause
deajan/osync
10050468
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Update for testing query
1
.md
md
bsd-3-clause
deajan/osync
10050469
<NME> CHANGELOG.md <BEF> ## 3.6.0 2018-07-10 - [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish) ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://git...
6
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10050470
<NME> CHANGELOG.md <BEF> ## 3.6.0 2018-07-10 - [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish) ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://git...
6
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10050471
<NME> CHANGELOG.md <BEF> ## 3.6.0 2018-07-10 - [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish) ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://git...
6
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10050472
<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...
30
Rebuilt targets
25
.sh
sh
bsd-3-clause
deajan/osync
10050473
<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...
30
Rebuilt targets
25
.sh
sh
bsd-3-clause
deajan/osync
10050474
<NME> t.less <BEF> ADDFILE <MSG> fixes for issue #2482 <DFF> @@ -0,0 +1,5 @@ +p { +background: image-size('less.png'); +//bg: data-uri('less.png'); +color: red; +}
5
fixes for issue #2482
0
.less
less
apache-2.0
less/less.js
10050475
<NME> t.less <BEF> ADDFILE <MSG> fixes for issue #2482 <DFF> @@ -0,0 +1,5 @@ +p { +background: image-size('less.png'); +//bg: data-uri('less.png'); +color: red; +}
5
fixes for issue #2482
0
.less
less
apache-2.0
less/less.js
10050476
<NME> t.less <BEF> ADDFILE <MSG> fixes for issue #2482 <DFF> @@ -0,0 +1,5 @@ +p { +background: image-size('less.png'); +//bg: data-uri('less.png'); +color: red; +}
5
fixes for issue #2482
0
.less
less
apache-2.0
less/less.js
10050477
<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=...
73
Fixed locking checks
47
.sh
sh
bsd-3-clause
deajan/osync
10050478
<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=...
73
Fixed locking checks
47
.sh
sh
bsd-3-clause
deajan/osync
10050479
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016121103 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in ...
9
Fixed RemoteLogger debugging
7
.sh
sh
bsd-3-clause
deajan/osync
10050480
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016121103 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in ...
9
Fixed RemoteLogger debugging
7
.sh
sh
bsd-3-clause
deajan/osync
10050481
<NME> plugin-set-options-v3.js <BEF> ADDFILE <MSG> Merge branch 'master' into bugfix-remove-rhino <DFF> @@ -0,0 +1,31 @@ +var optionsStack = [ + 'option1', + undefined, + 'option2', + undefined, + 'option3' +]; + +var options, error; + +registerPlugin({ + install: function(less, pluginManager, functi...
31
Merge branch 'master' into bugfix-remove-rhino
0
.js
js
apache-2.0
less/less.js
10050482
<NME> plugin-set-options-v3.js <BEF> ADDFILE <MSG> Merge branch 'master' into bugfix-remove-rhino <DFF> @@ -0,0 +1,31 @@ +var optionsStack = [ + 'option1', + undefined, + 'option2', + undefined, + 'option3' +]; + +var options, error; + +registerPlugin({ + install: function(less, pluginManager, functi...
31
Merge branch 'master' into bugfix-remove-rhino
0
.js
js
apache-2.0
less/less.js
10050483
<NME> plugin-set-options-v3.js <BEF> ADDFILE <MSG> Merge branch 'master' into bugfix-remove-rhino <DFF> @@ -0,0 +1,31 @@ +var optionsStack = [ + 'option1', + undefined, + 'option2', + undefined, + 'option3' +]; + +var options, error; + +registerPlugin({ + install: function(less, pluginManager, functi...
31
Merge branch 'master' into bugfix-remove-rhino
0
.js
js
apache-2.0
less/less.js
10050484
<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 #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two w...
2
Bumped version to 1.3-dev
2
.sh
sh
bsd-3-clause
deajan/osync
10050485
<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 #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two w...
2
Bumped version to 1.3-dev
2
.sh
sh
bsd-3-clause
deajan/osync
10050486
<NME> update-osync-pkg.sh <BEF> #!/bin/bash HELPTEXT=\ "Usage: $0 [OPTIONS]\n"\ srcdir="." && source "PKGBUILD" && # Get pkgver from current osync pkgver=$(grep PROGRAM_VERSION= ../../../osync.sh) pkgver=${pkgver##*=} url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') && branch=$(echo -n ${source[0]} | s...
6
Minor fixes
4
.sh
sh
bsd-3-clause
deajan/osync
10050487
<NME> update-osync-pkg.sh <BEF> #!/bin/bash HELPTEXT=\ "Usage: $0 [OPTIONS]\n"\ srcdir="." && source "PKGBUILD" && # Get pkgver from current osync pkgver=$(grep PROGRAM_VERSION= ../../../osync.sh) pkgver=${pkgver##*=} url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') && branch=$(echo -n ${source[0]} | s...
6
Minor fixes
4
.sh
sh
bsd-3-clause
deajan/osync
10050488
<NME> osync-srv-openrc <BEF> ADDFILE <MSG> Merge pull request #142 from kozross/master Add OpenRC support, fixed daemon script <DFF> @@ -0,0 +1,55 @@ +#!/sbin/openrc-run +# +# PROGRAM="osync-srv" +# AUTHOR="(C) Brian Evans 2018" +# CONTACT="grknight@gentoo.org" +# PROGRAM_BUILD=20180517 +# +# How to use: +# +# 0) Ren...
55
Merge pull request #142 from kozross/master
0
osync-srv-openrc
bsd-3-clause
deajan/osync
10050489
<NME> osync-srv-openrc <BEF> ADDFILE <MSG> Merge pull request #142 from kozross/master Add OpenRC support, fixed daemon script <DFF> @@ -0,0 +1,55 @@ +#!/sbin/openrc-run +# +# PROGRAM="osync-srv" +# AUTHOR="(C) Brian Evans 2018" +# CONTACT="grknight@gentoo.org" +# PROGRAM_BUILD=20180517 +# +# How to use: +# +# 0) Ren...
55
Merge pull request #142 from kozross/master
0
osync-srv-openrc
bsd-3-clause
deajan/osync
10050490
<NME> lessc-rhino-1.7.2.js <BEF> ADDFILE <MSG> missing distribution files <DFF> @@ -0,0 +1,449 @@ +/* Less.js v1.7.2 RHINO | Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> */ + +/*global name:true, less, loadStyleSheet, os */ + +function formatError(ctx, options) { + options = options || {}; + + va...
449
missing distribution files
0
.js
7
apache-2.0
less/less.js
10050491
<NME> lessc-rhino-1.7.2.js <BEF> ADDFILE <MSG> missing distribution files <DFF> @@ -0,0 +1,449 @@ +/* Less.js v1.7.2 RHINO | Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> */ + +/*global name:true, less, loadStyleSheet, os */ + +function formatError(ctx, options) { + options = options || {}; + + va...
449
missing distribution files
0
.js
7
apache-2.0
less/less.js
10050492
<NME> lessc-rhino-1.7.2.js <BEF> ADDFILE <MSG> missing distribution files <DFF> @@ -0,0 +1,449 @@ +/* Less.js v1.7.2 RHINO | Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> */ + +/*global name:true, less, loadStyleSheet, os */ + +function formatError(ctx, options) { + options = options || {}; + + va...
449
missing distribution files
0
.js
7
apache-2.0
less/less.js
10050493
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112501 ## 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: #############################################################...
28
Improved timed execution of sync function
28
.sh
sh
bsd-3-clause
deajan/osync
10050494
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112501 ## 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: #############################################################...
28
Improved timed execution of sync function
28
.sh
sh
bsd-3-clause
deajan/osync
10050495
<NME> .gitattributes <BEF> *.js text eol=lf *.svg text eol=lf *.less text eol=lf *.css text eol=lf *.htm text eol=lf *.jpg binary *.png binary *.jpeg binary # From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes *.lock text -diff package-lock.json text -diff <MSG> Added html...
2
Added html files ending should be treated the same way as line endings inside htm files.
1
gitattributes
apache-2.0
less/less.js
10050496
<NME> .gitattributes <BEF> *.js text eol=lf *.svg text eol=lf *.less text eol=lf *.css text eol=lf *.htm text eol=lf *.jpg binary *.png binary *.jpeg binary # From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes *.lock text -diff package-lock.json text -diff <MSG> Added html...
2
Added html files ending should be treated the same way as line endings inside htm files.
1
gitattributes
apache-2.0
less/less.js
10050497
<NME> .gitattributes <BEF> *.js text eol=lf *.svg text eol=lf *.less text eol=lf *.css text eol=lf *.htm text eol=lf *.jpg binary *.png binary *.jpeg binary # From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes *.lock text -diff package-lock.json text -diff <MSG> Added html...
2
Added html files ending should be treated the same way as line endings inside htm files.
1
gitattributes
apache-2.0
less/less.js
10050498
<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...
16
Added pfSense mail support and fixed FreeBSD install.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10050499
<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...
16
Added pfSense mail support and fixed FreeBSD install.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10050500
<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 ...
6
Add more to the TODO
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10050501
<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 config...
113
Again remarklint fixes
110
.md
md
bsd-3-clause
deajan/osync
10050502
<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 config...
113
Again remarklint fixes
110
.md
md
bsd-3-clause
deajan/osync
10050503
<NME> less-1.0.22.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.22 <DFF> @@ -0,0 +1,61 @@ +// +// LESS - Leaner CSS v1.0.22 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(z){function q(b){return z.less[b.split("/")[1]]}function M(b,a){for(var ...
61
(dist) build 1.0.22
0
.js
0
apache-2.0
less/less.js
10050504
<NME> less-1.0.22.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.22 <DFF> @@ -0,0 +1,61 @@ +// +// LESS - Leaner CSS v1.0.22 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(z){function q(b){return z.less[b.split("/")[1]]}function M(b,a){for(var ...
61
(dist) build 1.0.22
0
.js
0
apache-2.0
less/less.js
10050505
<NME> less-1.0.22.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.22 <DFF> @@ -0,0 +1,61 @@ +// +// LESS - Leaner CSS v1.0.22 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(z){function q(b){return z.less[b.split("/")[1]]}function M(b,a){for(var ...
61
(dist) build 1.0.22
0
.js
0
apache-2.0
less/less.js
10050506
<NME> README.md <BEF> # angular2-highcharts Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview) ## Quick Start ``` npm install angular2-highcharts --save ``` Tested with Angular 2.0.0-beta.6 ## Usage ### Basic usage Main charts functionality provided b...
20
Update README.md
12
.md
md
mit
gevgeny/angular2-highcharts
10050507
<NME> README.md <BEF> # angular2-highcharts Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview) ## Quick Start ``` npm install angular2-highcharts --save ``` Tested with Angular 2.0.0-beta.6 ## Usage ### Basic usage Main charts functionality provided b...
20
Update README.md
12
.md
md
mit
gevgeny/angular2-highcharts
10050508
<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...
11
Added Win10 bypass for some tests
3
.sh
sh
bsd-3-clause
deajan/osync
10050509
<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...
11
Added Win10 bypass for some tests
3
.sh
sh
bsd-3-clause
deajan/osync
10050510
<NME> encoder.js <BEF> ADDFILE <MSG> added base 64 encoding for rhino, fixes urls.less test case <DFF> @@ -0,0 +1,4 @@ +// base64 encoder implementation for node +exports.encodeBase64 = function(str) { + return new Buffer(str).toString('base64'); +};
4
added base 64 encoding for rhino, fixes urls.less test case
0
.js
js
apache-2.0
less/less.js
10050511
<NME> encoder.js <BEF> ADDFILE <MSG> added base 64 encoding for rhino, fixes urls.less test case <DFF> @@ -0,0 +1,4 @@ +// base64 encoder implementation for node +exports.encodeBase64 = function(str) { + return new Buffer(str).toString('base64'); +};
4
added base 64 encoding for rhino, fixes urls.less test case
0
.js
js
apache-2.0
less/less.js
10050512
<NME> encoder.js <BEF> ADDFILE <MSG> added base 64 encoding for rhino, fixes urls.less test case <DFF> @@ -0,0 +1,4 @@ +// base64 encoder implementation for node +exports.encodeBase64 = function(str) { + return new Buffer(str).toString('base64'); +};
4
added base 64 encoding for rhino, fixes urls.less test case
0
.js
js
apache-2.0
less/less.js
10050513
<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
Tidy up conflict log messages
7
.sh
sh
bsd-3-clause
deajan/osync
10050514
<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
Tidy up conflict log messages
7
.sh
sh
bsd-3-clause
deajan/osync
10050515
<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...
24
Rebuilt targets
16
.sh
sh
bsd-3-clause
deajan/osync
10050516
<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...
24
Rebuilt targets
16
.sh
sh
bsd-3-clause
deajan/osync
10050517
<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=...
6
Added --errors-only switch
2
.sh
sh
bsd-3-clause
deajan/osync
10050518
<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=...
6
Added --errors-only switch
2
.sh
sh
bsd-3-clause
deajan/osync
10050519
<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...
14
Reenabled all tests
14
.sh
sh
bsd-3-clause
deajan/osync
10050520
<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...
14
Reenabled all tests
14
.sh
sh
bsd-3-clause
deajan/osync
10050521
<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...
11
Merge pull request #136 from roguh/master
0
.sh
sh
bsd-3-clause
deajan/osync
10050522
<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...
11
Merge pull request #136 from roguh/master
0
.sh
sh
bsd-3-clause
deajan/osync
10050523
<NME> source-map-output.js <BEF> ADDFILE <MSG> add sourcemapper class <DFF> @@ -0,0 +1,17 @@ +(function (tree) { + tree.sourceMapOutput = function (sourceMapFilename, rootNode) { + this._css = []; + this._rootNode = rootNode; + this._sourceMapFilename = sourceMapFilename; + }; + + tree.so...
17
add sourcemapper class
0
.js
js
apache-2.0
less/less.js
10050524
<NME> source-map-output.js <BEF> ADDFILE <MSG> add sourcemapper class <DFF> @@ -0,0 +1,17 @@ +(function (tree) { + tree.sourceMapOutput = function (sourceMapFilename, rootNode) { + this._css = []; + this._rootNode = rootNode; + this._sourceMapFilename = sourceMapFilename; + }; + + tree.so...
17
add sourcemapper class
0
.js
js
apache-2.0
less/less.js
10050525
<NME> source-map-output.js <BEF> ADDFILE <MSG> add sourcemapper class <DFF> @@ -0,0 +1,17 @@ +(function (tree) { + tree.sourceMapOutput = function (sourceMapFilename, rootNode) { + this._css = []; + this._rootNode = rootNode; + this._sourceMapFilename = sourceMapFilename; + }; + + tree.so...
17
add sourcemapper class
0
.js
js
apache-2.0
less/less.js
10050526
<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...
4
added information on building less.js, in readme
0
.md
md
apache-2.0
less/less.js
10050527
<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...
4
added information on building less.js, in readme
0
.md
md
apache-2.0
less/less.js
10050528
<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...
4
added information on building less.js, in readme
0
.md
md
apache-2.0
less/less.js
10050529
<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
Fix file deletion on remote MacOS might not work from /tmp
1
.sh
sh
bsd-3-clause
deajan/osync
10050530
<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
Fix file deletion on remote MacOS might not work from /tmp
1
.sh
sh
bsd-3-clause
deajan/osync
10050531
<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...
6
Fix POST promise's reject in the .post() method
2
.js
js
mit
LucianoGanga/simple-headless-chrome
10050532
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: terminer funcname present dasn osync et non dans ofunc PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=201602180...
29
More typo fixing here
22
.sh
sh
bsd-3-clause
deajan/osync
10050533
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: terminer funcname present dasn osync et non dans ofunc PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=201602180...
29
More typo fixing here
22
.sh
sh
bsd-3-clause
deajan/osync
10050534
<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=2017020701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_...
6
Quick ping fix for FreeBSD non root
1
.sh
sh
bsd-3-clause
deajan/osync
10050535
<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=2017020701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_...
6
Quick ping fix for FreeBSD non root
1
.sh
sh
bsd-3-clause
deajan/osync
10050536
<NME> test-header.js <BEF> ADDFILE <MSG> Merge pull request #1806 from SomMeri/rhino rhino version not up to date (#1405) <DFF> @@ -0,0 +1,13 @@ +function initRhinoTest() { + process = { title: 'dummy' }; + + less.tree.functions.add = function (a, b) { + return new(less.tree.Dimension)(a.value + b.value);...
13
Merge pull request #1806 from SomMeri/rhino
0
.js
js
apache-2.0
less/less.js
10050537
<NME> test-header.js <BEF> ADDFILE <MSG> Merge pull request #1806 from SomMeri/rhino rhino version not up to date (#1405) <DFF> @@ -0,0 +1,13 @@ +function initRhinoTest() { + process = { title: 'dummy' }; + + less.tree.functions.add = function (a, b) { + return new(less.tree.Dimension)(a.value + b.value);...
13
Merge pull request #1806 from SomMeri/rhino
0
.js
js
apache-2.0
less/less.js
10050538
<NME> test-header.js <BEF> ADDFILE <MSG> Merge pull request #1806 from SomMeri/rhino rhino version not up to date (#1405) <DFF> @@ -0,0 +1,13 @@ +function initRhinoTest() { + process = { title: 'dummy' }; + + less.tree.functions.add = function (a, b) { + return new(less.tree.Dimension)(a.value + b.value);...
13
Merge pull request #1806 from SomMeri/rhino
0
.js
js
apache-2.0
less/less.js
10050539
<NME> node.js <BEF> ADDFILE <MSG> untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection. <DFF> @@ -0,0 +1,35 @@ +var Node = function() { +}; +Node.prototype.toCSS = function (env) { + var strs = []; + this.genCSS(env, { + add: function(chunk, file...
35
untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection.
0
.js
js
apache-2.0
less/less.js
10050540
<NME> node.js <BEF> ADDFILE <MSG> untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection. <DFF> @@ -0,0 +1,35 @@ +var Node = function() { +}; +Node.prototype.toCSS = function (env) { + var strs = []; + this.genCSS(env, { + add: function(chunk, file...
35
untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection.
0
.js
js
apache-2.0
less/less.js
10050541
<NME> node.js <BEF> ADDFILE <MSG> untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection. <DFF> @@ -0,0 +1,35 @@ +var Node = function() { +}; +Node.prototype.toCSS = function (env) { + var strs = []; + this.genCSS(env, { + add: function(chunk, file...
35
untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection.
0
.js
js
apache-2.0
less/less.js
10050542
<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 RECENT CHANGES -------------- dd MMM 2016: osync v1.2-beta3 released - Impro...
7
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync
10050543
<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 RECENT CHANGES -------------- dd MMM 2016: osync v1.2-beta3 released - Impro...
7
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync
10050544
<NME> sudo_prep.sh <BEF> #!/usr/bin/env bash testUser=osyncsudo testUserHome=/home/osyncsudo function CreateUser { local remoteUser"${1}" local homedir="${2}" if type getent > /dev/null 2>&1; then if ! getent passwd | grep "$remoteUser" > /dev/null; then echo "Manual creation of $remoteUser with homedir $hom...
7
Minor fixes
4
.sh
sh
bsd-3-clause
deajan/osync
10050545
<NME> sudo_prep.sh <BEF> #!/usr/bin/env bash testUser=osyncsudo testUserHome=/home/osyncsudo function CreateUser { local remoteUser"${1}" local homedir="${2}" if type getent > /dev/null 2>&1; then if ! getent passwd | grep "$remoteUser" > /dev/null; then echo "Manual creation of $remoteUser with homedir $hom...
7
Minor fixes
4
.sh
sh
bsd-3-clause
deajan/osync
10050546
<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
Removed debugging code
3
.sh
sh
bsd-3-clause
deajan/osync
10050547
<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
Removed debugging code
3
.sh
sh
bsd-3-clause
deajan/osync
10050548
<NME> sudo_prep.sh <BEF> #!/usr/bin/env bash testUser=osyncsudo testUserHome=/home/osyncsudo function SetupSSH { local remoteUser="${1}" local homedir="${2}" local homedir="${2}" if [ ! -d "$homedir/.ssh" ]; then mkdir "$homedir/.ssh" if [ $? != 0 ]; then echo "Cannot create [$homedi...
30
Added mac commands
8
.sh
sh
bsd-3-clause
deajan/osync
10050549
<NME> sudo_prep.sh <BEF> #!/usr/bin/env bash testUser=osyncsudo testUserHome=/home/osyncsudo function SetupSSH { local remoteUser="${1}" local homedir="${2}" local homedir="${2}" if [ ! -d "$homedir/.ssh" ]; then mkdir "$homedir/.ssh" if [ $? != 0 ]; then echo "Cannot create [$homedi...
30
Added mac commands
8
.sh
sh
bsd-3-clause
deajan/osync