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 |
|---|---|---|---|---|---|---|---|---|
10054350 | <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... | 58 | Rebuilt targets | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054351 | <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... | 58 | Rebuilt targets | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054352 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2020031501
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
function __PREPROCESSOR_Merge ... | 14 | Simpler merge process | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054353 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2020031501
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
function __PREPROCESSOR_Merge ... | 14 | Simpler merge process | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054354 | <NME> README.md
<BEF> [](https://travis-ci.org/LucianoGanga/simple-headless-chrome)
# simple-headless-chrome
# This project is looking for a maintainer
If you'd like to help others in this project, you're more than welcome! I ... | 60 | Clarify Readme (#7) | 35 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10054355 | <NME> template.js
<BEF> ADDFILE
<MSG> 3.11.0 (#3468)
* Move transpilation from Babel to TypeScript
* Update tests to Mocha / Chai / Headless Chrome
* Remove old Jasmine files
* Fix plugin tests cross-platform
* Add new build
* Fix errors for Node 8
* Remove PhantomJS references and libs
* Remove u... | 83 | 3.11.0 (#3468) | 0 | .js | js | apache-2.0 | less/less.js |
10054356 | <NME> template.js
<BEF> ADDFILE
<MSG> 3.11.0 (#3468)
* Move transpilation from Babel to TypeScript
* Update tests to Mocha / Chai / Headless Chrome
* Remove old Jasmine files
* Fix plugin tests cross-platform
* Add new build
* Fix errors for Node 8
* Remove PhantomJS references and libs
* Remove u... | 83 | 3.11.0 (#3468) | 0 | .js | js | apache-2.0 | less/less.js |
10054357 | <NME> template.js
<BEF> ADDFILE
<MSG> 3.11.0 (#3468)
* Move transpilation from Babel to TypeScript
* Update tests to Mocha / Chai / Headless Chrome
* Remove old Jasmine files
* Fix plugin tests cross-platform
* Add new build
* Fix errors for Node 8
* Remove PhantomJS references and libs
* Remove u... | 83 | 3.11.0 (#3468) | 0 | .js | js | apache-2.0 | less/less.js |
10054358 | <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... | 6 | Exit SSH controlmaster before cleanup | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054359 | <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... | 6 | Exit SSH controlmaster before cleanup | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054360 | <NME> scroll-to-timeout.decorator.ts
<BEF> ADDFILE
<MSG> TimeOut Decorator & Comment Updates
- Added a Decorator to handle the `setTimeout` hack
<DFF> @@ -0,0 +1,14 @@
+export function TimeOut(ms: number = 0) {
+
+ return (target: Object, key: string, descriptor: TypedPropertyDescriptor<any>) => {
+
+ let originalMe... | 14 | TimeOut Decorator & Comment Updates | 0 | .ts | decorator | mit | nicky-lenaers/ngx-scroll-to |
10054361 | <NME> scroll-to-timeout.decorator.ts
<BEF> ADDFILE
<MSG> TimeOut Decorator & Comment Updates
- Added a Decorator to handle the `setTimeout` hack
<DFF> @@ -0,0 +1,14 @@
+export function TimeOut(ms: number = 0) {
+
+ return (target: Object, key: string, descriptor: TypedPropertyDescriptor<any>) => {
+
+ let originalMe... | 14 | TimeOut Decorator & Comment Updates | 0 | .ts | decorator | mit | nicky-lenaers/ngx-scroll-to |
10054362 | <NME> scroll-to-timeout.decorator.ts
<BEF> ADDFILE
<MSG> TimeOut Decorator & Comment Updates
- Added a Decorator to handle the `setTimeout` hack
<DFF> @@ -0,0 +1,14 @@
+export function TimeOut(ms: number = 0) {
+
+ return (target: Object, key: string, descriptor: TypedPropertyDescriptor<any>) => {
+
+ let originalMe... | 14 | TimeOut Decorator & Comment Updates | 0 | .ts | decorator | mit | nicky-lenaers/ngx-scroll-to |
10054363 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102311 ## 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: #############################################################... | 21 | Implement TLS and SSL support for busybox sendmail | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054364 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102311 ## 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: #############################################################... | 21 | Implement TLS and SSL support for busybox sendmail | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054365 | <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... | 8 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054366 | <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... | 8 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054367 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082201 ## 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... | 1 | Removed unused code | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054368 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082201 ## 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... | 1 | Removed unused code | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054369 | <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-dev-parallel-unstabl... | 22 | Fixed typo | 22 | .sh | sh | bsd-3-clause | deajan/osync |
10054370 | <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-dev-parallel-unstabl... | 22 | Fixed typo | 22 | .sh | sh | bsd-3-clause | deajan/osync |
10054371 | <NME> README.md
<BEF> [](https://travis-ci.org/LucianoGanga/simple-headless-chrome)
# simple-headless-chrome
# This project is looking for a maintainer
If you'd like to help others in this project, you're more than welcome! I ... | 3 | Update README.md | 0 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10054372 | <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... | 20 | Added remote detection | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054373 | <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... | 20 | Added remote detection | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054374 | <NME> mixin.js
<BEF> ADDFILE
<MSG> mixin.js init
<DFF> @@ -0,0 +1,11 @@
+if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
+
+tree.mixin = {};
+tree.mixin.Call = function MixinCall(mixins) {
+ this.mixins = mixins;
+};
+tree.mixin.Call.prototype... | 11 | mixin.js init | 0 | .js | js | apache-2.0 | less/less.js |
10054375 | <NME> mixin.js
<BEF> ADDFILE
<MSG> mixin.js init
<DFF> @@ -0,0 +1,11 @@
+if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
+
+tree.mixin = {};
+tree.mixin.Call = function MixinCall(mixins) {
+ this.mixins = mixins;
+};
+tree.mixin.Call.prototype... | 11 | mixin.js init | 0 | .js | js | apache-2.0 | less/less.js |
10054376 | <NME> mixin.js
<BEF> ADDFILE
<MSG> mixin.js init
<DFF> @@ -0,0 +1,11 @@
+if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
+
+tree.mixin = {};
+tree.mixin.Call = function MixinCall(mixins) {
+ this.mixins = mixins;
+};
+tree.mixin.Call.prototype... | 11 | mixin.js init | 0 | .js | js | apache-2.0 | less/less.js |
10054377 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016090503
# TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test
OSYNC_DIR="$(pwd)"
OSYNC_DIR=${OSYNC_DIR%%/dev*}
DEV_DIR="$OSYNC_DIR/dev"
TESTS_DIR="$DEV_DIR/tests"
OSYNC_EXECUTABL... | 59 | Added more ParallelExec testsé | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054378 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016090503
# TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test
OSYNC_DIR="$(pwd)"
OSYNC_DIR=${OSYNC_DIR%%/dev*}
DEV_DIR="$OSYNC_DIR/dev"
TESTS_DIR="$DEV_DIR/tests"
OSYNC_EXECUTABL... | 59 | Added more ParallelExec testsé | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054379 | <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 |
10054380 | <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 |
10054381 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [;
+ cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
+}
| 4 | Merge branch 'master' of https://github.com/less/less.js | 0 | .less | less | apache-2.0 | less/less.js |
10054386 | <NME> strict-units.less
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/less/less.js
<DFF> @@ -0,0 +1,4 @@
+.units {
+ cancels-to-nothing: (1px / 1px);
+ cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
+}
| 4 | Merge branch 'master' of https://github.com/less/less.js | 0 | .less | less | apache-2.0 | less/less.js |
10054387 | <NME> strict-units.less
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/less/less.js
<DFF> @@ -0,0 +1,4 @@
+.units {
+ cancels-to-nothing: (1px / 1px);
+ cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
+}
| 4 | Merge branch 'master' of https://github.com/less/less.js | 0 | .less | less | apache-2.0 | less/less.js |
10054388 | <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... | 77 | WIP: conflict list | 43 | .sh | sh | bsd-3-clause | deajan/osync |
10054389 | <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... | 77 | WIP: conflict list | 43 | .sh | sh | bsd-3-clause | deajan/osync |
10054390 | <NME> colors.js
<BEF> ADDFILE
<MSG> move the visitors to return themselves instead of assuming where they live
<DFF> @@ -0,0 +1,149 @@
+module.exports = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ ... | 149 | move the visitors to return themselves instead of assuming where they live | 0 | .js | js | apache-2.0 | less/less.js |
10054391 | <NME> colors.js
<BEF> ADDFILE
<MSG> move the visitors to return themselves instead of assuming where they live
<DFF> @@ -0,0 +1,149 @@
+module.exports = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ ... | 149 | move the visitors to return themselves instead of assuming where they live | 0 | .js | js | apache-2.0 | less/less.js |
10054392 | <NME> colors.js
<BEF> ADDFILE
<MSG> move the visitors to return themselves instead of assuming where they live
<DFF> @@ -0,0 +1,149 @@
+module.exports = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ ... | 149 | move the visitors to return themselves instead of assuming where they live | 0 | .js | js | apache-2.0 | less/less.js |
10054393 | <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... | 12 | Added WaitForTaskCompletion to remote connectivity checks | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054394 | <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... | 12 | Added WaitForTaskCompletion to remote connectivity checks | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054395 | <NME> ie-filters.less
<BEF> ADDFILE
<MSG> clean up + add test
<DFF> @@ -0,0 +1,7 @@
+@fat: 0;
+@cloudhead: #000000;
+
+.nav .dropdown-menu li a:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@fat);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#333333\', endColorstr=@cloudhe... | 7 | clean up + add test | 0 | .less | less | apache-2.0 | less/less.js |
10054396 | <NME> ie-filters.less
<BEF> ADDFILE
<MSG> clean up + add test
<DFF> @@ -0,0 +1,7 @@
+@fat: 0;
+@cloudhead: #000000;
+
+.nav .dropdown-menu li a:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@fat);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#333333\', endColorstr=@cloudhe... | 7 | clean up + add test | 0 | .less | less | apache-2.0 | less/less.js |
10054397 | <NME> ie-filters.less
<BEF> ADDFILE
<MSG> clean up + add test
<DFF> @@ -0,0 +1,7 @@
+@fat: 0;
+@cloudhead: #000000;
+
+.nav .dropdown-menu li a:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=@fat);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#333333\', endColorstr=@cloudhe... | 7 | clean up + add test | 0 | .less | less | apache-2.0 | less/less.js |
10054398 | <NME> less.min.js
<BEF> /*!
* Less - Leaner CSS v3.0.0-pre.1
* http://lesscss.org
*
* Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof mod... | 6 | 3.0.0-pre.2 dist files | 6 | .js | min | apache-2.0 | less/less.js |
10054399 | <NME> less.min.js
<BEF> /*!
* Less - Leaner CSS v3.0.0-pre.1
* http://lesscss.org
*
* Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof mod... | 6 | 3.0.0-pre.2 dist files | 6 | .js | min | apache-2.0 | less/less.js |
10054400 | <NME> less.min.js
<BEF> /*!
* Less - Leaner CSS v3.0.0-pre.1
* http://lesscss.org
*
* Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof mod... | 6 | 3.0.0-pre.2 dist files | 6 | .js | min | apache-2.0 | less/less.js |
10054401 | <NME> scroll-to-target.model.ts
<BEF> ADDFILE
<MSG> Improved internal structure
- Added Theta sign for indication of private API
- Moved getTargetNode to service to be used privately
- Small code cleanup
<DFF> @@ -0,0 +1,3 @@
+import { ElementRef } from '@angular/core';
+
+export type ScrollToTarget = string | number... | 3 | Improved internal structure | 0 | .ts | model | mit | nicky-lenaers/ngx-scroll-to |
10054402 | <NME> scroll-to-target.model.ts
<BEF> ADDFILE
<MSG> Improved internal structure
- Added Theta sign for indication of private API
- Moved getTargetNode to service to be used privately
- Small code cleanup
<DFF> @@ -0,0 +1,3 @@
+import { ElementRef } from '@angular/core';
+
+export type ScrollToTarget = string | number... | 3 | Improved internal structure | 0 | .ts | model | mit | nicky-lenaers/ngx-scroll-to |
10054403 | <NME> scroll-to-target.model.ts
<BEF> ADDFILE
<MSG> Improved internal structure
- Added Theta sign for indication of private API
- Moved getTargetNode to service to be used privately
- Small code cleanup
<DFF> @@ -0,0 +1,3 @@
+import { ElementRef } from '@angular/core';
+
+export type ScrollToTarget = string | number... | 3 | Improved internal structure | 0 | .ts | model | mit | nicky-lenaers/ngx-scroll-to |
10054404 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
RECENT CHANGES
--------------
! Parallelized sync functions
! Drawback bandwidth parameter
- Added options to ignore permissions, ownership and groups
- Refactored WaitFor... functions ... | 8 | Updated changelog | 5 | .md | md | bsd-3-clause | deajan/osync |
10054405 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
RECENT CHANGES
--------------
! Parallelized sync functions
! Drawback bandwidth parameter
- Added options to ignore permissions, ownership and groups
- Refactored WaitFor... functions ... | 8 | Updated changelog | 5 | .md | md | bsd-3-clause | deajan/osync |
10054406 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
include #### _OFUNCTIONS_BOOTSTRAP SUBSET ####
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM... | 33 | Fixed Logger missing RUN_DIR | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054407 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
include #### _OFUNCTIONS_BOOTSTRAP SUBSET ####
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM... | 33 | Fixed Logger missing RUN_DIR | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054408 | <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... | 46 | function coding style compliance | 92 | .sh | sh | bsd-3-clause | deajan/osync |
10054409 | <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... | 46 | function coding style compliance | 92 | .sh | sh | bsd-3-clause | deajan/osync |
10054410 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016091603
# TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test
# 4 tests:
# quicklocal
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac ... | 55 | Updated unit tests | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054411 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016091603
# TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test
# 4 tests:
# quicklocal
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac ... | 55 | Updated unit tests | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054412 | <NME> install.sh
<BEF> #!/usr/bin/env bash
SCRIPT_BUILD=2411201401
## Osync daemon install script
## Tested on RHEL / CentOS 6 & 7
## Please adapt this to fit your distro needs
mkdir /etc/osync
cp ./sync.conf /etc/osync/sync.conf.example
cp ./exclude.list.example /etc/osync
cp ./osync.sh /usr/local/bin
cp ./osync-ba... | 14 | Improved small install script | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054413 | <NME> install.sh
<BEF> #!/usr/bin/env bash
SCRIPT_BUILD=2411201401
## Osync daemon install script
## Tested on RHEL / CentOS 6 & 7
## Please adapt this to fit your distro needs
mkdir /etc/osync
cp ./sync.conf /etc/osync/sync.conf.example
cp ./exclude.list.example /etc/osync
cp ./osync.sh /usr/local/bin
cp ./osync-ba... | 14 | Improved small install script | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054414 | <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-dev-parallel-unstable ... | 167 | Rebuilt target | 266 | .sh | sh | bsd-3-clause | deajan/osync |
10054415 | <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-dev-parallel-unstable ... | 167 | Rebuilt target | 266 | .sh | sh | bsd-3-clause | deajan/osync |
10054416 | <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 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054417 | <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 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054418 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [ 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM... | 248 | Revert typos | 61 | .sh | sh | bsd-3-clause | deajan/osync |
10054421 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM... | 248 | Revert typos | 61 | .sh | sh | bsd-3-clause | deajan/osync |
10054422 | <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... | 23 | Merged changes | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10054423 | <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... | 23 | Merged changes | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10054424 | <NME> mixins-guards.less
<BEF> ADDFILE
<MSG> (test) mixin-guards
<DFF> @@ -0,0 +1,46 @@
+
+// Stacking, functions..
+
+.light (@a) ? lightness(@a) > 50% {
+ color: white;
+}
+.light (@a) ? lightness(@a) < 50% {
+ color: black;
+}
+.light (@a) {
+ margin: 1px;
+}
+
+.light1 { .light(#ddd) }
+.light2 { .light(#444) }... | 46 | (test) mixin-guards | 0 | .less | less | apache-2.0 | less/less.js |
10054425 | <NME> mixins-guards.less
<BEF> ADDFILE
<MSG> (test) mixin-guards
<DFF> @@ -0,0 +1,46 @@
+
+// Stacking, functions..
+
+.light (@a) ? lightness(@a) > 50% {
+ color: white;
+}
+.light (@a) ? lightness(@a) < 50% {
+ color: black;
+}
+.light (@a) {
+ margin: 1px;
+}
+
+.light1 { .light(#ddd) }
+.light2 { .light(#444) }... | 46 | (test) mixin-guards | 0 | .less | less | apache-2.0 | less/less.js |
10054426 | <NME> mixins-guards.less
<BEF> ADDFILE
<MSG> (test) mixin-guards
<DFF> @@ -0,0 +1,46 @@
+
+// Stacking, functions..
+
+.light (@a) ? lightness(@a) > 50% {
+ color: white;
+}
+.light (@a) ? lightness(@a) < 50% {
+ color: black;
+}
+.light (@a) {
+ margin: 1px;
+}
+
+.light1 { .light(#ddd) }
+.light2 { .light(#444) }... | 46 | (test) mixin-guards | 0 | .less | less | apache-2.0 | less/less.js |
10054427 | <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="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://twitter.com/lesstocss"><img alt="Twitter Follow" src="https://img.shields.... | 7 | [skip ci] Add github CI status badge and npm downloads badge (#3631) | 2 | .md | md | apache-2.0 | less/less.js |
10054428 | <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="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://twitter.com/lesstocss"><img alt="Twitter Follow" src="https://img.shields.... | 7 | [skip ci] Add github CI status badge and npm downloads badge (#3631) | 2 | .md | md | apache-2.0 | less/less.js |
10054429 | <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="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://twitter.com/lesstocss"><img alt="Twitter Follow" src="https://img.shields.... | 7 | [skip ci] Add github CI status badge and npm downloads badge (#3631) | 2 | .md | md | apache-2.0 | less/less.js |
10054430 | <NME> README.md
<BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular)
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[ 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta2 PROGRAM_BUILD=... | 6 | More busybox love again | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054440 | <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 | More busybox love again | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054441 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #Check dryruns with nosuffix mode for timestampList #WIP: initiator can b... | 94 | Rebuilt targets | 59 | .sh | sh | bsd-3-clause | deajan/osync |
10054442 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #Check dryruns with nosuffix mode for timestampList #WIP: initiator can b... | 94 | Rebuilt targets | 59 | .sh | sh | bsd-3-clause | deajan/osync |
10054443 | <NME> CHANGELOG.md
<BEF> ## 3.5.3
2018-07-06
- Reverts @media eval change
- Other bug fixes
## 3.5.0
- [#3668](https://github.com/less/less.js/pull/3668) Fix change keyword plugin and import regexp (#3668) (@iChenLei)
- [#3613](https://github.com/less/less.js/pull/3613) Fix [#3591](https://github.com/less/less.js... | 1 | Removes remaining Rhino cruft | 1 | .md | md | apache-2.0 | less/less.js |
10054444 | <NME> CHANGELOG.md
<BEF> ## 3.5.3
2018-07-06
- Reverts @media eval change
- Other bug fixes
## 3.5.0
- [#3668](https://github.com/less/less.js/pull/3668) Fix change keyword plugin and import regexp (#3668) (@iChenLei)
- [#3613](https://github.com/less/less.js/pull/3613) Fix [#3591](https://github.com/less/less.js... | 1 | Removes remaining Rhino cruft | 1 | .md | md | apache-2.0 | less/less.js |
10054445 | <NME> CHANGELOG.md
<BEF> ## 3.5.3
2018-07-06
- Reverts @media eval change
- Other bug fixes
## 3.5.0
- [#3668](https://github.com/less/less.js/pull/3668) Fix change keyword plugin and import regexp (#3668) (@iChenLei)
- [#3613](https://github.com/less/less.js/pull/3613) Fix [#3591](https://github.com/less/less.js... | 1 | Removes remaining Rhino cruft | 1 | .md | md | apache-2.0 | less/less.js |
10054446 | <NME> windows.yml
<BEF> name: windows-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- uses: Vampire/setup-wsl@v1
- name: Execute tests and generate coverage report
shell: ws... | 3 | add dos2unix package | 0 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10054447 | <NME> windows.yml
<BEF> name: windows-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- uses: Vampire/setup-wsl@v1
- name: Execute tests and generate coverage report
shell: ws... | 3 | add dos2unix package | 0 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10054448 | <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... | 27 | More --summary statistics | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054449 | <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... | 27 | More --summary statistics | 2 | .sh | sh | bsd-3-clause | deajan/osync |