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
10051450
<NME> upgrade-v1.0x-v1.1x.sh <BEF> ADDFILE <MSG> Successfully tested upgrade script <DFF> @@ -0,0 +1,346 @@ +#!/bin/bash + +PROGRAM="Osync instance upagrade script" # Rsync based two way sync engine with fault tolerance +AUTHOR="(L) 2015 by Orsiris \"Ozy\" de Jong" +CONTACT="http://www.netpower.fr/osync - ozy@netpower...
346
Successfully tested upgrade script
0
.sh
0x-v1
bsd-3-clause
deajan/osync
10051451
<NME> upgrade-v1.0x-v1.1x.sh <BEF> ADDFILE <MSG> Successfully tested upgrade script <DFF> @@ -0,0 +1,346 @@ +#!/bin/bash + +PROGRAM="Osync instance upagrade script" # Rsync based two way sync engine with fault tolerance +AUTHOR="(L) 2015 by Orsiris \"Ozy\" de Jong" +CONTACT="http://www.netpower.fr/osync - ozy@netpower...
346
Successfully tested upgrade script
0
.sh
0x-v1
bsd-3-clause
deajan/osync
10051452
<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
Clarify HTML scraping
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10051453
<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
Merge pull request #12 from bobbysteel/patch-3
0
.md
md
mit
LucianoGanga/simple-headless-chrome
10051454
<NME> css-guards.less <BEF> ADDFILE <MSG> guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one. <DFF> @@ -0,0 +1,31 @@ + +.light when (lightness(@a) > 50%) { + color: green; +} +.dark when (lightness(@a) < 50%) { + color: orange; +} +@a: #ddd; + +.see-the { + @a:...
31
guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one.
0
.less
less
apache-2.0
less/less.js
10051455
<NME> css-guards.less <BEF> ADDFILE <MSG> guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one. <DFF> @@ -0,0 +1,31 @@ + +.light when (lightness(@a) > 50%) { + color: green; +} +.dark when (lightness(@a) < 50%) { + color: orange; +} +@a: #ddd; + +.see-the { + @a:...
31
guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one.
0
.less
less
apache-2.0
less/less.js
10051456
<NME> css-guards.less <BEF> ADDFILE <MSG> guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one. <DFF> @@ -0,0 +1,31 @@ + +.light when (lightness(@a) > 50%) { + color: green; +} +.dark when (lightness(@a) < 50%) { + color: orange; +} +@a: #ddd; + +.see-the { + @a:...
31
guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one.
0
.less
less
apache-2.0
less/less.js
10051457
<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 AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net...
19
First working sync_attrs push
17
.sh
sh
bsd-3-clause
deajan/osync
10051458
<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 AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net...
19
First working sync_attrs push
17
.sh
sh
bsd-3-clause
deajan/osync
10051459
<NME> render.js <BEF> ADDFILE <MSG> move render to be accessible in all environments and start using it in the browser <DFF> @@ -0,0 +1,34 @@ +var PromiseConstructor = typeof Promise === 'undefined' ? require('promise') : Promise; + +module.exports = function(Parser) { + return function (input, options, callback) {...
34
move render to be accessible in all environments and start using it in the browser
0
.js
js
apache-2.0
less/less.js
10051460
<NME> render.js <BEF> ADDFILE <MSG> move render to be accessible in all environments and start using it in the browser <DFF> @@ -0,0 +1,34 @@ +var PromiseConstructor = typeof Promise === 'undefined' ? require('promise') : Promise; + +module.exports = function(Parser) { + return function (input, options, callback) {...
34
move render to be accessible in all environments and start using it in the browser
0
.js
js
apache-2.0
less/less.js
10051461
<NME> render.js <BEF> ADDFILE <MSG> move render to be accessible in all environments and start using it in the browser <DFF> @@ -0,0 +1,34 @@ +var PromiseConstructor = typeof Promise === 'undefined' ? require('promise') : Promise; + +module.exports = function(Parser) { + return function (input, options, callback) {...
34
move render to be accessible in all environments and start using it in the browser
0
.js
js
apache-2.0
less/less.js
10051462
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120802 _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
Make difference between msys and cygwin
7
.sh
sh
bsd-3-clause
deajan/osync
10051463
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120802 _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
Make difference between msys and cygwin
7
.sh
sh
bsd-3-clause
deajan/osync
10051464
<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-unstable PROGR...
65
Finishing refactor
97
.sh
sh
bsd-3-clause
deajan/osync
10051465
<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-unstable PROGR...
65
Finishing refactor
97
.sh
sh
bsd-3-clause
deajan/osync
10051466
<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...
27
Rebuilt targets
54
.sh
sh
bsd-3-clause
deajan/osync
10051467
<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...
27
Rebuilt targets
54
.sh
sh
bsd-3-clause
deajan/osync
10051468
<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
Added more quoting
3
.sh
sh
bsd-3-clause
deajan/osync
10051469
<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
Added more quoting
3
.sh
sh
bsd-3-clause
deajan/osync
10051470
<NME> test.js <BEF> ADDFILE <MSG> Scoped @import (plugin) functions loading - Limited @import (plugin) support to add/addMultiple of functions - Altered @import (plugin) loading to support browser - Support proper closure scoping of @import (plugin) loaded functions <DFF> @@ -0,0 +1,4 @@ + +functions.add("test", func...
4
Scoped @import (plugin) functions loading
0
.js
js
apache-2.0
less/less.js
10051471
<NME> test.js <BEF> ADDFILE <MSG> Scoped @import (plugin) functions loading - Limited @import (plugin) support to add/addMultiple of functions - Altered @import (plugin) loading to support browser - Support proper closure scoping of @import (plugin) loaded functions <DFF> @@ -0,0 +1,4 @@ + +functions.add("test", func...
4
Scoped @import (plugin) functions loading
0
.js
js
apache-2.0
less/less.js
10051472
<NME> test.js <BEF> ADDFILE <MSG> Scoped @import (plugin) functions loading - Limited @import (plugin) support to add/addMultiple of functions - Altered @import (plugin) loading to support browser - Support proper closure scoping of @import (plugin) loaded functions <DFF> @@ -0,0 +1,4 @@ + +functions.add("test", func...
4
Scoped @import (plugin) functions loading
0
.js
js
apache-2.0
less/less.js
10051473
<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
10051474
<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
10051475
<NME> osync v1.2.lyx <BEF> #LyX 2.2 created this file. For more info see http://www.lyx.org/ \lyxformat 508 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inpu...
298
Updated documentation for v1.2 release
190
.lyx
2
bsd-3-clause
deajan/osync
10051476
<NME> osync v1.2.lyx <BEF> #LyX 2.2 created this file. For more info see http://www.lyx.org/ \lyxformat 508 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inpu...
298
Updated documentation for v1.2 release
190
.lyx
2
bsd-3-clause
deajan/osync
10051477
<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
10051478
<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
10051479
<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.00 PROGRAM_BUILD...
1
Release v1.00
1
.sh
sh
bsd-3-clause
deajan/osync
10051480
<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.00 PROGRAM_BUILD...
1
Release v1.00
1
.sh
sh
bsd-3-clause
deajan/osync
10051481
<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
Fixed another batch of wrong ExecTaks ids
11
.sh
sh
bsd-3-clause
deajan/osync
10051482
<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
Fixed another batch of wrong ExecTaks ids
11
.sh
sh
bsd-3-clause
deajan/osync
10051483
<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
Rename variable
4
.sh
sh
bsd-3-clause
deajan/osync
10051484
<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
Rename variable
4
.sh
sh
bsd-3-clause
deajan/osync
10051485
<NME> .travis.yml <BEF> ADDFILE <MSG> Create travis file <DFF> @@ -0,0 +1,8 @@ +language: node_js +node_js: + - "0.11" + - "0.10" + - "0.8" + - "0.6" +install: + - npm install -g grunt-cli
8
Create travis file
0
.yml
travis
apache-2.0
less/less.js
10051486
<NME> .travis.yml <BEF> ADDFILE <MSG> Create travis file <DFF> @@ -0,0 +1,8 @@ +language: node_js +node_js: + - "0.11" + - "0.10" + - "0.8" + - "0.6" +install: + - npm install -g grunt-cli
8
Create travis file
0
.yml
travis
apache-2.0
less/less.js
10051487
<NME> .travis.yml <BEF> ADDFILE <MSG> Create travis file <DFF> @@ -0,0 +1,8 @@ +language: node_js +node_js: + - "0.11" + - "0.10" + - "0.8" + - "0.6" +install: + - npm install -g grunt-cli
8
Create travis file
0
.yml
travis
apache-2.0
less/less.js
10051488
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
1
Fixed typo
1
.sh
sh
bsd-3-clause
deajan/osync
10051489
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
1
Fixed typo
1
.sh
sh
bsd-3-clause
deajan/osync
10051490
<NME> CHANGELOG.md <BEF> # 3.0.0 2018-02-10 - Fix `calc()` function to not do math operations on compile - Rename Directive -> AtRule & Rule -> Declaration - Cross-platform `@plugin` loading! (Node & Browser) - Numerous changes / improvements to plugin architecture - Simplified API calls in plugins (`less.at...
5
docs: add to changelog
1
.md
md
apache-2.0
less/less.js
10051491
<NME> CHANGELOG.md <BEF> # 3.0.0 2018-02-10 - Fix `calc()` function to not do math operations on compile - Rename Directive -> AtRule & Rule -> Declaration - Cross-platform `@plugin` loading! (Node & Browser) - Numerous changes / improvements to plugin architecture - Simplified API calls in plugins (`less.at...
5
docs: add to changelog
1
.md
md
apache-2.0
less/less.js
10051492
<NME> CHANGELOG.md <BEF> # 3.0.0 2018-02-10 - Fix `calc()` function to not do math operations on compile - Rename Directive -> AtRule & Rule -> Declaration - Cross-platform `@plugin` loading! (Node & Browser) - Numerous changes / improvements to plugin architecture - Simplified API calls in plugins (`less.at...
5
docs: add to changelog
1
.md
md
apache-2.0
less/less.js
10051493
<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
Fixed shellcheck SC2053 in Vercomp
1
.sh
sh
bsd-3-clause
deajan/osync
10051494
<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
Fixed shellcheck SC2053 in Vercomp
1
.sh
sh
bsd-3-clause
deajan/osync
10051495
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=...
15
Fixing directory soft deletion
12
.sh
sh
bsd-3-clause
deajan/osync
10051496
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=...
15
Fixing directory soft deletion
12
.sh
sh
bsd-3-clause
deajan/osync
10051497
<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=$(which osync.sh) /etc/osync/%i --on-changes --silent Suc...
1
Reverted binary paths
1
.user
service
bsd-3-clause
deajan/osync
10051498
<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=$(which osync.sh) /etc/osync/%i --on-changes --silent Suc...
1
Reverted binary paths
1
.user
service
bsd-3-clause
deajan/osync
10051499
<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...
23
Debug conflictLog in travis
2
.sh
sh
bsd-3-clause
deajan/osync
10051500
<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...
23
Debug conflictLog in travis
2
.sh
sh
bsd-3-clause
deajan/osync
10051501
<NME> browser.js <BEF> ADDFILE <MSG> browser.js init -- very basic browser support - Makefile also builds for browser now <DFF> @@ -0,0 +1,32 @@ +// +// Select all links with the 'rel' attribute set to "less" +// +var sheets = document.querySelectorAll("link[rel=less]"); + +for (var i = 0; i < sheets.length; i++) { + ...
32
browser.js init -- very basic browser support - Makefile also builds for browser now
0
.js
js
apache-2.0
less/less.js
10051502
<NME> browser.js <BEF> ADDFILE <MSG> browser.js init -- very basic browser support - Makefile also builds for browser now <DFF> @@ -0,0 +1,32 @@ +// +// Select all links with the 'rel' attribute set to "less" +// +var sheets = document.querySelectorAll("link[rel=less]"); + +for (var i = 0; i < sheets.length; i++) { + ...
32
browser.js init -- very basic browser support - Makefile also builds for browser now
0
.js
js
apache-2.0
less/less.js
10051503
<NME> browser.js <BEF> ADDFILE <MSG> browser.js init -- very basic browser support - Makefile also builds for browser now <DFF> @@ -0,0 +1,32 @@ +// +// Select all links with the 'rel' attribute set to "less" +// +var sheets = document.querySelectorAll("link[rel=less]"); + +for (var i = 0; i < sheets.length; i++) { + ...
32
browser.js init -- very basic browser support - Makefile also builds for browser now
0
.js
js
apache-2.0
less/less.js
10051504
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- dd Mmm YYYY: osync v1.2.2 release ! Added an option to log conflictual files - New options ALWAYS_SEND_MAILS to allow sending logs regardless of execution states ### 29 June 2020: osync v1.3-RC1 release - New option to use SSH_CONTROLMASTER in order to spe...
3
Update changelog
0
.md
md
bsd-3-clause
deajan/osync
10051505
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- dd Mmm YYYY: osync v1.2.2 release ! Added an option to log conflictual files - New options ALWAYS_SEND_MAILS to allow sending logs regardless of execution states ### 29 June 2020: osync v1.3-RC1 release - New option to use SSH_CONTROLMASTER in order to spe...
3
Update changelog
0
.md
md
bsd-3-clause
deajan/osync
10051506
<NME> runner-preProcessorPlugin.js <BEF> ADDFILE <MSG> add more plugin tests <DFF> @@ -0,0 +1,3 @@ +describe("less.js preProcessor Plugin", function() { + testLessEqualsInDocument(); +});
3
add more plugin tests
0
.js
js
apache-2.0
less/less.js
10051507
<NME> runner-preProcessorPlugin.js <BEF> ADDFILE <MSG> add more plugin tests <DFF> @@ -0,0 +1,3 @@ +describe("less.js preProcessor Plugin", function() { + testLessEqualsInDocument(); +});
3
add more plugin tests
0
.js
js
apache-2.0
less/less.js
10051508
<NME> runner-preProcessorPlugin.js <BEF> ADDFILE <MSG> add more plugin tests <DFF> @@ -0,0 +1,3 @@ +describe("less.js preProcessor Plugin", function() { + testLessEqualsInDocument(); +});
3
add more plugin tests
0
.js
js
apache-2.0
less/less.js
10051509
<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=0211201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
3
Added cleanup bypass
3
.sh
sh
bsd-3-clause
deajan/osync
10051510
<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=0211201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
3
Added cleanup bypass
3
.sh
sh
bsd-3-clause
deajan/osync
10051511
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
1
refactor: typo
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051512
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
1
refactor: typo
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051513
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
1
refactor: typo
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051514
<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...
33
[WIP] Pass initiator ssh uri on target-helper mode
1
.sh
sh
bsd-3-clause
deajan/osync
10051515
<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...
33
[WIP] Pass initiator ssh uri on target-helper mode
1
.sh
sh
bsd-3-clause
deajan/osync
10051516
<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
More travis ACL / setuid tests
1
.sh
sh
bsd-3-clause
deajan/osync
10051517
<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
More travis ACL / setuid tests
1
.sh
sh
bsd-3-clause
deajan/osync
10051518
<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
quick and dirty debug test
0
.sh
sh
bsd-3-clause
deajan/osync
10051519
<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
quick and dirty debug test
0
.sh
sh
bsd-3-clause
deajan/osync
10051520
<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 empty line making missing shebang
1
.sh
sh
bsd-3-clause
deajan/osync
10051521
<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 empty line making missing shebang
1
.sh
sh
bsd-3-clause
deajan/osync
10051522
<NME> types.js <BEF> ADDFILE <MSG> move functions into its own folder and give it a set interface <DFF> @@ -0,0 +1,64 @@ +module.exports = function(functions, tree) { + var isa = function (n, Type) { + return (n instanceof Type) ? tree.True : tree.False; + }, + isunit = function (n, unit) { + ...
64
move functions into its own folder and give it a set interface
0
.js
js
apache-2.0
less/less.js
10051523
<NME> types.js <BEF> ADDFILE <MSG> move functions into its own folder and give it a set interface <DFF> @@ -0,0 +1,64 @@ +module.exports = function(functions, tree) { + var isa = function (n, Type) { + return (n instanceof Type) ? tree.True : tree.False; + }, + isunit = function (n, unit) { + ...
64
move functions into its own folder and give it a set interface
0
.js
js
apache-2.0
less/less.js
10051524
<NME> types.js <BEF> ADDFILE <MSG> move functions into its own folder and give it a set interface <DFF> @@ -0,0 +1,64 @@ +module.exports = function(functions, tree) { + var isa = function (n, Type) { + return (n instanceof Type) ? tree.True : tree.False; + }, + isunit = function (n, unit) { + ...
64
move functions into its own folder and give it a set interface
0
.js
js
apache-2.0
less/less.js
10051525
<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 2016120401 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
15
Removed some tests from travis because of time limit
5
.sh
sh
bsd-3-clause
deajan/osync
10051526
<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 2016120401 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
15
Removed some tests from travis because of time limit
5
.sh
sh
bsd-3-clause
deajan/osync
10051527
<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
Program finish should always be logged
1
.sh
sh
bsd-3-clause
deajan/osync
10051528
<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
Program finish should always be logged
1
.sh
sh
bsd-3-clause
deajan/osync
10051529
<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...
8
Well... change FAKEROOT from /tmp to /home
8
.sh
sh
bsd-3-clause
deajan/osync
10051530
<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...
8
Well... change FAKEROOT from /tmp to /home
8
.sh
sh
bsd-3-clause
deajan/osync
10051531
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=...
18
Updated osync with new WaitForTaskCompletion syntax
18
.sh
sh
bsd-3-clause
deajan/osync
10051532
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=...
18
Updated osync with new WaitForTaskCompletion syntax
18
.sh
sh
bsd-3-clause
deajan/osync
10051533
<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" #TODO: command line arguments don't take -AaqV for example #...
1
Comment tidyup
0
.sh
sh
bsd-3-clause
deajan/osync
10051534
<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" #TODO: command line arguments don't take -AaqV for example #...
1
Comment tidyup
0
.sh
sh
bsd-3-clause
deajan/osync
10051535
<NME> KNOWNISSUES.md <BEF> KNOWN ISSUES ------------ - Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) - Daemon mode monitors changes in the whole replica directories, without honoring exclusion lists - Soft deletion does n...
4
Make codacy happy
4
.md
md
bsd-3-clause
deajan/osync
10051536
<NME> KNOWNISSUES.md <BEF> KNOWN ISSUES ------------ - Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) - Daemon mode monitors changes in the whole replica directories, without honoring exclusion lists - Soft deletion does n...
4
Make codacy happy
4
.md
md
bsd-3-clause
deajan/osync
10051537
<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
Fixed removing temp key from authorized_keys didn't work
1
.sh
sh
bsd-3-clause
deajan/osync
10051538
<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
Fixed removing temp key from authorized_keys didn't work
1
.sh
sh
bsd-3-clause
deajan/osync
10051539
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: test if trapquit works on kill (sigterm) 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=2016021904 IS_STABLE=no...
96
Fixed daemon mode exiting when child execution gives warnings
108
.sh
sh
bsd-3-clause
deajan/osync
10051540
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: test if trapquit works on kill (sigterm) 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=2016021904 IS_STABLE=no...
96
Fixed daemon mode exiting when child execution gives warnings
108
.sh
sh
bsd-3-clause
deajan/osync
10051541
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111201 ## 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: #############################################################...
8
Fixed debug trapError show warnings in IsNumeric functions when not numeric
8
.sh
sh
bsd-3-clause
deajan/osync
10051542
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111201 ## 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: #############################################################...
8
Fixed debug trapError show warnings in IsNumeric functions when not numeric
8
.sh
sh
bsd-3-clause
deajan/osync
10051543
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
1
Rebuilt targets
1
.sh
sh
bsd-3-clause
deajan/osync
10051544
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
1
Rebuilt targets
1
.sh
sh
bsd-3-clause
deajan/osync
10051545
<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
Cosmetic change
1
.sh
sh
bsd-3-clause
deajan/osync
10051546
<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
Cosmetic change
1
.sh
sh
bsd-3-clause
deajan/osync
10051547
<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.99RC3+ PROGRAM_B...
23
Moved msys specific code
33
.sh
sh
bsd-3-clause
deajan/osync
10051548
<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.99RC3+ PROGRAM_B...
23
Moved msys specific code
33
.sh
sh
bsd-3-clause
deajan/osync
10051549
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2015092801 ## type does not work on platforms other than linux ...
474
Initial uplaod of function merge
599
.sh
sh
bsd-3-clause
deajan/osync