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
10053750
<NME> test-runner-template.tmpl <BEF> ADDFILE <MSG> Merge pull request #1 from SomMeri/jasmine Refactoring browser unit tests into grunt-contrib-jasmine <DFF> @@ -0,0 +1,41 @@ +<!doctype html> +<% +var generateScriptsTasgs = function(allScripts) { + allScripts.forEach(function(script){ %> <script src="<%= script %>"...
41
Merge pull request #1 from SomMeri/jasmine
0
.tmpl
tmpl
apache-2.0
less/less.js
10053751
<NME> test-runner-template.tmpl <BEF> ADDFILE <MSG> Merge pull request #1 from SomMeri/jasmine Refactoring browser unit tests into grunt-contrib-jasmine <DFF> @@ -0,0 +1,41 @@ +<!doctype html> +<% +var generateScriptsTasgs = function(allScripts) { + allScripts.forEach(function(script){ %> <script src="<%= script %>"...
41
Merge pull request #1 from SomMeri/jasmine
0
.tmpl
tmpl
apache-2.0
less/less.js
10053752
<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...
10
Cosmetic fix
1
.md
md
bsd-3-clause
deajan/osync
10053753
<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...
10
Cosmetic fix
1
.md
md
bsd-3-clause
deajan/osync
10053754
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=201...
2
Fixed bogus copy paste
2
.sh
0x-v1
bsd-3-clause
deajan/osync
10053755
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=201...
2
Fixed bogus copy paste
2
.sh
0x-v1
bsd-3-clause
deajan/osync
10053756
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016081806 ## 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
Made signals posix compliant
2
.sh
sh
bsd-3-clause
deajan/osync
10053757
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016081806 ## 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
Made signals posix compliant
2
.sh
sh
bsd-3-clause
deajan/osync
10053758
<NME> LICENCE.TXT <BEF> Copyright (c) 2013-2016, Orsiris de Jong. ozy@netpower.fr All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
1
Update copyright year
1
.TXT
TXT
bsd-3-clause
deajan/osync
10053759
<NME> LICENCE.TXT <BEF> Copyright (c) 2013-2016, Orsiris de Jong. ozy@netpower.fr All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
1
Update copyright year
1
.TXT
TXT
bsd-3-clause
deajan/osync
10053760
<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-dev PROGRAM_BU...
50
Added some automatic code checks
34
.sh
sh
bsd-3-clause
deajan/osync
10053761
<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-dev PROGRAM_BU...
50
Added some automatic code checks
34
.sh
sh
bsd-3-clause
deajan/osync
10053762
<NME> initChart.ts <BEF> import { Highcharts } from './Highcharts'; declare var require: any; let deepAssign = require('deep-assign'); export function initChart(userOpts, baseOpts, type : string) { if (!Highcharts[type]) { throw new Error(`${type} is unknown chart type.`); } let opts = deepAssign({...
4
wrap native Highcharts to service to make it injectable
3
.ts
ts
mit
gevgeny/angular2-highcharts
10053763
<NME> initChart.ts <BEF> import { Highcharts } from './Highcharts'; declare var require: any; let deepAssign = require('deep-assign'); export function initChart(userOpts, baseOpts, type : string) { if (!Highcharts[type]) { throw new Error(`${type} is unknown chart type.`); } let opts = deepAssign({...
4
wrap native Highcharts to service to make it injectable
3
.ts
ts
mit
gevgeny/angular2-highcharts
10053764
<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 PROGRAM_BUILD=2016...
2
Rebuild after fix #52
2
.sh
sh
bsd-3-clause
deajan/osync
10053765
<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 PROGRAM_BUILD=2016...
2
Rebuild after fix #52
2
.sh
sh
bsd-3-clause
deajan/osync
10053766
<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...
115
Rebuilt targets
64
.sh
sh
bsd-3-clause
deajan/osync
10053767
<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...
115
Rebuilt targets
64
.sh
sh
bsd-3-clause
deajan/osync
10053768
<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...
116
Rebuilt targets
81
.sh
sh
bsd-3-clause
deajan/osync
10053769
<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...
116
Rebuilt targets
81
.sh
sh
bsd-3-clause
deajan/osync
10053770
<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...
164
Rebuilt targets
85
.sh
sh
bsd-3-clause
deajan/osync
10053771
<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...
164
Rebuilt targets
85
.sh
sh
bsd-3-clause
deajan/osync
10053772
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016083003 ## 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: #############################################################...
42
Updated ofunctions with minor fixes
17
.sh
sh
bsd-3-clause
deajan/osync
10053773
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016083003 ## 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: #############################################################...
42
Updated ofunctions with minor fixes
17
.sh
sh
bsd-3-clause
deajan/osync
10053774
<NME> merge.less <BEF> ADDFILE <MSG> Added support and tests for !merge() syntax #700 <DFF> @@ -0,0 +1,57 @@ +.first-transform() { + transform: rotate(90deg) skew(30deg) !merge(); +} +.second-transform() { + transform: scale(2,4) !merge(); +} +.third-transform() { + transform: scaleX(45deg); +} +.fourth-transform()...
57
Added support and tests for !merge() syntax #700
0
.less
less
apache-2.0
less/less.js
10053775
<NME> merge.less <BEF> ADDFILE <MSG> Added support and tests for !merge() syntax #700 <DFF> @@ -0,0 +1,57 @@ +.first-transform() { + transform: rotate(90deg) skew(30deg) !merge(); +} +.second-transform() { + transform: scale(2,4) !merge(); +} +.third-transform() { + transform: scaleX(45deg); +} +.fourth-transform()...
57
Added support and tests for !merge() syntax #700
0
.less
less
apache-2.0
less/less.js
10053776
<NME> merge.less <BEF> ADDFILE <MSG> Added support and tests for !merge() syntax #700 <DFF> @@ -0,0 +1,57 @@ +.first-transform() { + transform: rotate(90deg) skew(30deg) !merge(); +} +.second-transform() { + transform: scale(2,4) !merge(); +} +.third-transform() { + transform: scaleX(45deg); +} +.fourth-transform()...
57
Added support and tests for !merge() syntax #700
0
.less
less
apache-2.0
less/less.js
10053777
<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 de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016...
3
Fixed using return in non function on remote deletion
3
.sh
sh
bsd-3-clause
deajan/osync
10053778
<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 de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016...
3
Fixed using return in non function on remote deletion
3
.sh
sh
bsd-3-clause
deajan/osync
10053779
<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...
3
Updated changelog
0
.md
md
bsd-3-clause
deajan/osync
10053780
<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...
3
Updated changelog
0
.md
md
bsd-3-clause
deajan/osync
10053781
<NME> uikit.less <BEF> ADDFILE <MSG> Merge pull request #3270 from matthew-dean/feature-third-party Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests <DFF> @@ -0,0 +1,1 @@ +@import "uikit/src/less/uikit"; \ No newline at end of file
1
Merge pull request #3270 from matthew-dean/feature-third-party
0
.less
less
apache-2.0
less/less.js
10053782
<NME> uikit.less <BEF> ADDFILE <MSG> Merge pull request #3270 from matthew-dean/feature-third-party Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests <DFF> @@ -0,0 +1,1 @@ +@import "uikit/src/less/uikit"; \ No newline at end of file
1
Merge pull request #3270 from matthew-dean/feature-third-party
0
.less
less
apache-2.0
less/less.js
10053783
<NME> uikit.less <BEF> ADDFILE <MSG> Merge pull request #3270 from matthew-dean/feature-third-party Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests <DFF> @@ -0,0 +1,1 @@ +@import "uikit/src/less/uikit"; \ No newline at end of file
1
Merge pull request #3270 from matthew-dean/feature-third-party
0
.less
less
apache-2.0
less/less.js
10053784
<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...
9
Update README.md
4
.md
md
bsd-3-clause
deajan/osync
10053785
<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...
9
Update README.md
4
.md
md
bsd-3-clause
deajan/osync
10053786
<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=...
2
Added ssh password test
2
.sh
sh
bsd-3-clause
deajan/osync
10053787
<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=...
2
Added ssh password test
2
.sh
sh
bsd-3-clause
deajan/osync
10053788
<NME> sync.conf <BEF> ADDFILE <MSG> Initial osync upload <DFF> @@ -0,0 +1,58 @@ +#!/bin/bash + +#### Osync multi-master file synchronizer +#### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) +#### Config file rev 1507201301 + +## Sync job identification, any string you want +SYNC_ID="sync_test" + +## Directories ...
58
Initial osync upload
0
.conf
conf
bsd-3-clause
deajan/osync
10053789
<NME> sync.conf <BEF> ADDFILE <MSG> Initial osync upload <DFF> @@ -0,0 +1,58 @@ +#!/bin/bash + +#### Osync multi-master file synchronizer +#### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) +#### Config file rev 1507201301 + +## Sync job identification, any string you want +SYNC_ID="sync_test" + +## Directories ...
58
Initial osync upload
0
.conf
conf
bsd-3-clause
deajan/osync
10053790
<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...
8
Fix indentation
7
.md
md
bsd-3-clause
deajan/osync
10053791
<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...
8
Fix indentation
7
.md
md
bsd-3-clause
deajan/osync
10053792
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Fixed typo
2
.sh
sh
bsd-3-clause
deajan/osync
10053793
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Fixed typo
2
.sh
sh
bsd-3-clause
deajan/osync
10053794
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Merge pull request #1906 from ZDroid/readme
1
.md
md
apache-2.0
less/less.js
10053795
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Merge pull request #1906 from ZDroid/readme
1
.md
md
apache-2.0
less/less.js
10053796
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Merge pull request #1906 from ZDroid/readme
1
.md
md
apache-2.0
less/less.js
10053797
<NME> CHANGELOG.md <BEF> ## 3.7.0 2018-07-10 - New each() function! [See docs](http://lesscss.org/functions/#list-functions-each) - New math modes! Also [see docs](http://lesscss.org/usage/#less-options-math). - Bug fixes - [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/le...
1
Update CHANGELOG.md
1
.md
md
apache-2.0
less/less.js
10053798
<NME> CHANGELOG.md <BEF> ## 3.7.0 2018-07-10 - New each() function! [See docs](http://lesscss.org/functions/#list-functions-each) - New math modes! Also [see docs](http://lesscss.org/usage/#less-options-math). - Bug fixes - [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/le...
1
Update CHANGELOG.md
1
.md
md
apache-2.0
less/less.js
10053799
<NME> CHANGELOG.md <BEF> ## 3.7.0 2018-07-10 - New each() function! [See docs](http://lesscss.org/functions/#list-functions-each) - New math modes! Also [see docs](http://lesscss.org/usage/#less-options-math). - Bug fixes - [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/le...
1
Update CHANGELOG.md
1
.md
md
apache-2.0
less/less.js
10053800
<NME> utils.js <BEF> /* jshint proto: true */ import * as Constants from './constants'; export function getLocation(index, inputStream) { let n = index + 1; let line = null; let column = -1; while (--n >= 0 && inputStream.charAt(n) !== '\n') { column++; } if (typeof index === 'number'...
3
Fixes #3574 (#3575)
2
.js
js
apache-2.0
less/less.js
10053801
<NME> utils.js <BEF> /* jshint proto: true */ import * as Constants from './constants'; export function getLocation(index, inputStream) { let n = index + 1; let line = null; let column = -1; while (--n >= 0 && inputStream.charAt(n) !== '\n') { column++; } if (typeof index === 'number'...
3
Fixes #3574 (#3575)
2
.js
js
apache-2.0
less/less.js
10053802
<NME> utils.js <BEF> /* jshint proto: true */ import * as Constants from './constants'; export function getLocation(index, inputStream) { let n = index + 1; let line = null; let column = -1; while (--n >= 0 && inputStream.charAt(n) !== '\n') { column++; } if (typeof index === 'number'...
3
Fixes #3574 (#3575)
2
.js
js
apache-2.0
less/less.js
10053803
<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...
3
Amend README for Gentoo and OpenRC stuff
1
.md
md
bsd-3-clause
deajan/osync
10053804
<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...
3
Amend README for Gentoo and OpenRC stuff
1
.md
md
bsd-3-clause
deajan/osync
10053805
<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-dev PROGRAM_BU...
8
Some more coding style changes
6
.sh
sh
bsd-3-clause
deajan/osync
10053806
<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-dev PROGRAM_BU...
8
Some more coding style changes
6
.sh
sh
bsd-3-clause
deajan/osync
10053807
<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
Minor fixes
3
.sh
sh
bsd-3-clause
deajan/osync
10053808
<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
Minor fixes
3
.sh
sh
bsd-3-clause
deajan/osync
10053809
<NME> amd.js <BEF> ADDFILE <MSG> Merge branch 'master' of github.com:cloudhead/less.js <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Merge branch 'master' of github.com:cloudhead/less.js
0
.js
js
apache-2.0
less/less.js
10053810
<NME> amd.js <BEF> ADDFILE <MSG> Merge branch 'master' of github.com:cloudhead/less.js <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Merge branch 'master' of github.com:cloudhead/less.js
0
.js
js
apache-2.0
less/less.js
10053811
<NME> amd.js <BEF> ADDFILE <MSG> Merge branch 'master' of github.com:cloudhead/less.js <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Merge branch 'master' of github.com:cloudhead/less.js
0
.js
js
apache-2.0
less/less.js
10053812
<NME> CHANGELOG.md <BEF> # 1.5.1 2013-11-17 - [#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) IfStatement requires double parentheses w...
9
add changelog
0
.md
md
apache-2.0
less/less.js
10053813
<NME> CHANGELOG.md <BEF> # 1.5.1 2013-11-17 - [#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) IfStatement requires double parentheses w...
9
add changelog
0
.md
md
apache-2.0
less/less.js
10053814
<NME> CHANGELOG.md <BEF> # 1.5.1 2013-11-17 - [#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) IfStatement requires double parentheses w...
9
add changelog
0
.md
md
apache-2.0
less/less.js
10053815
<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-dev _OFUNCTIONS_BUILD=2017052804 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
2
Checking pid doesn't contain 0
2
.sh
sh
bsd-3-clause
deajan/osync
10053816
<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-dev _OFUNCTIONS_BUILD=2017052804 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
2
Checking pid doesn't contain 0
2
.sh
sh
bsd-3-clause
deajan/osync
10053817
<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
Removed finished todo
1
.sh
sh
bsd-3-clause
deajan/osync
10053818
<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
Removed finished todo
1
.sh
sh
bsd-3-clause
deajan/osync
10053819
<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-dev _OFUNCTIONS_BUILD=2016121302 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
5
Removed unnecessary code
5
.sh
sh
bsd-3-clause
deajan/osync
10053820
<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-dev _OFUNCTIONS_BUILD=2016121302 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
5
Removed unnecessary code
5
.sh
sh
bsd-3-clause
deajan/osync
10053821
<NME> rootpath-rewrite-urls-local.less <BEF> ADDFILE <MSG> Feature/rewrite urls (#3248) * Rename relativeUrls option to rewriteUrls * Refactor contexts.js - Rename isPathRelative to pathRequiresRewrite - Add special handling for rewriteUrls=relative - Add rewritePath for path rewriting - Ensure that explicit ...
11
Feature/rewrite urls (#3248)
0
.less
less
apache-2.0
less/less.js
10053822
<NME> rootpath-rewrite-urls-local.less <BEF> ADDFILE <MSG> Feature/rewrite urls (#3248) * Rename relativeUrls option to rewriteUrls * Refactor contexts.js - Rename isPathRelative to pathRequiresRewrite - Add special handling for rewriteUrls=relative - Add rewritePath for path rewriting - Ensure that explicit ...
11
Feature/rewrite urls (#3248)
0
.less
less
apache-2.0
less/less.js
10053823
<NME> rootpath-rewrite-urls-local.less <BEF> ADDFILE <MSG> Feature/rewrite urls (#3248) * Rename relativeUrls option to rewriteUrls * Refactor contexts.js - Rename isPathRelative to pathRequiresRewrite - Add special handling for rewriteUrls=relative - Add rewritePath for path rewriting - Ensure that explicit ...
11
Feature/rewrite urls (#3248)
0
.less
less
apache-2.0
less/less.js
10053824
<NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016080203 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: comm...
45
Multi pid wait and killchild functions
46
.sh
sh
bsd-3-clause
deajan/osync
10053825
<NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016080203 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode #TODO: comm...
45
Multi pid wait and killchild functions
46
.sh
sh
bsd-3-clause
deajan/osync
10053826
<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.2.0-dev _OFUNCTIONS_BUILD=2018010302 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
9
More ExecTasks fixes
9
.sh
sh
bsd-3-clause
deajan/osync
10053827
<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.2.0-dev _OFUNCTIONS_BUILD=2018010302 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
9
More ExecTasks fixes
9
.sh
sh
bsd-3-clause
deajan/osync
10053828
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
2
Update CONTRIBUTING.md
2
.md
md
apache-2.0
less/less.js
10053829
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
2
Update CONTRIBUTING.md
2
.md
md
apache-2.0
less/less.js
10053830
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
2
Update CONTRIBUTING.md
2
.md
md
apache-2.0
less/less.js
10053831
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016080806 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: set _LOGGER_PREFIX in other apps, specially for osync daemon mode #############################...
11
Added initial preserve permissions
2
.sh
sh
bsd-3-clause
deajan/osync
10053832
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016080806 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: set _LOGGER_PREFIX in other apps, specially for osync daemon mode #############################...
11
Added initial preserve permissions
2
.sh
sh
bsd-3-clause
deajan/osync
10053833
<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...
28
feat(module): Catchable Errors for suppression and custom Error Handling (#57)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053834
<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...
28
feat(module): Catchable Errors for suppression and custom Error Handling (#57)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053835
<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...
28
feat(module): Catchable Errors for suppression and custom Error Handling (#57)
1
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053836
<NME> functions-each.less <BEF> ADDFILE <MSG> Merge pull request #3263 from matthew-dean/feature/each-2 Fixes #2270 - Adds each() function to Less functions <DFF> @@ -0,0 +1,81 @@ +@selectors: blue, green, red; +@list: a b c d; + +each(@selectors, { + .sel-@{value} { + a: b; + } +}); + +.each { + each(@list, { +...
81
Merge pull request #3263 from matthew-dean/feature/each-2
0
.less
less
apache-2.0
less/less.js
10053837
<NME> functions-each.less <BEF> ADDFILE <MSG> Merge pull request #3263 from matthew-dean/feature/each-2 Fixes #2270 - Adds each() function to Less functions <DFF> @@ -0,0 +1,81 @@ +@selectors: blue, green, red; +@list: a b c d; + +each(@selectors, { + .sel-@{value} { + a: b; + } +}); + +.each { + each(@list, { +...
81
Merge pull request #3263 from matthew-dean/feature/each-2
0
.less
less
apache-2.0
less/less.js
10053838
<NME> functions-each.less <BEF> ADDFILE <MSG> Merge pull request #3263 from matthew-dean/feature/each-2 Fixes #2270 - Adds each() function to Less functions <DFF> @@ -0,0 +1,81 @@ +@selectors: blue, green, red; +@list: a b c d; + +each(@selectors, { + .sel-@{value} { + a: b; + } +}); + +.each { + each(@list, { +...
81
Merge pull request #3263 from matthew-dean/feature/each-2
0
.less
less
apache-2.0
less/less.js
10053839
<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.91 OSYNC_BUILD=2407201302 DEBUG=yes SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTION...
11
Finally... remote directories with spaces are now supported... as beta feature.
9
.sh
sh
bsd-3-clause
deajan/osync
10053840
<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.91 OSYNC_BUILD=2407201302 DEBUG=yes SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTION...
11
Finally... remote directories with spaces are now supported... as beta feature.
9
.sh
sh
bsd-3-clause
deajan/osync
10053841
<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.00pre PROGRAM_BU...
2
Fixed #16 where remote user didn't work for elder config files
2
.sh
sh
bsd-3-clause
deajan/osync
10053842
<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.00pre PROGRAM_BU...
2
Fixed #16 where remote user didn't work for elder config files
2
.sh
sh
bsd-3-clause
deajan/osync
10053843
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) BREAKING CHANGES * **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) * **github:** Improved Issue Template ([4da3eae](https://github.c...
1
Update Changelog
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053844
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) BREAKING CHANGES * **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) * **github:** Improved Issue Template ([4da3eae](https://github.c...
1
Update Changelog
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053845
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) BREAKING CHANGES * **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) * **github:** Improved Issue Template ([4da3eae](https://github.c...
1
Update Changelog
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053846
<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...
22
Refactor mv calls to FileMove just because of macos
1
.sh
sh
bsd-3-clause
deajan/osync
10053847
<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...
22
Refactor mv calls to FileMove just because of macos
1
.sh
sh
bsd-3-clause
deajan/osync
10053848
<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
Removed double debug logs
7
.sh
sh
bsd-3-clause
deajan/osync
10053849
<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
Removed double debug logs
7
.sh
sh
bsd-3-clause
deajan/osync