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 |
|---|---|---|---|---|---|---|---|---|
10055350 | <NME> CHANGELOG.md
<BEF> # ???
- Fixed line/column numbers from math errors
- Added a plugins option that allows specifying an array of visitors run on the less AST
- fixed issue when adding colours, taking the alpha over 1 and breaking when used in colour functions
- when adding together 2 colours with non zero a... | 8 | update changelog | 5 | .md | md | apache-2.0 | less/less.js |
10055351 | <NME> CHANGELOG.md
<BEF> # ???
- Fixed line/column numbers from math errors
- Added a plugins option that allows specifying an array of visitors run on the less AST
- fixed issue when adding colours, taking the alpha over 1 and breaking when used in colour functions
- when adding together 2 colours with non zero a... | 8 | update changelog | 5 | .md | md | apache-2.0 | less/less.js |
10055352 | <NME> highstock.d.ts
<BEF> ADDFILE
<MSG> add events
<DFF> @@ -0,0 +1,120 @@
+// Type definitions for Highstock 2.1.5
+// Project: http://www.highcharts.com/
+// Definitions by: David Deutsch <http://github.com/DavidKDeutsch>
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
+/// <reference path="highch... | 120 | add events | 0 | .ts | d | mit | gevgeny/angular2-highcharts |
10055353 | <NME> highstock.d.ts
<BEF> ADDFILE
<MSG> add events
<DFF> @@ -0,0 +1,120 @@
+// Type definitions for Highstock 2.1.5
+// Project: http://www.highcharts.com/
+// Definitions by: David Deutsch <http://github.com/DavidKDeutsch>
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
+/// <reference path="highch... | 120 | add events | 0 | .ts | d | mit | gevgeny/angular2-highcharts |
10055354 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [![devDependency... | 6 | Merge pull request #2298 from vsn4ik/npm_not_capitalized | 6 | .md | md | apache-2.0 | less/less.js |
10055357 | <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 installer | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10055358 | <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 installer | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10055359 | <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... | 64 | Still very alpha stade coding. | 30 | .sh | sh | bsd-3-clause | deajan/osync |
10055360 | <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... | 64 | Still very alpha stade coding. | 30 | .sh | sh | bsd-3-clause | deajan/osync |
10055361 | <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)
[ #TODO: command line arguments do... | 1 | Fixed process counting message | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055364 | <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 process counting message | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055365 | <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 2017020701
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 30 | Moved some functions to ofunctions.sh | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10055366 | <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 2017020701
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 30 | Moved some functions to ofunctions.sh | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10055367 | <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 ? PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2022 by Orsiris de Jong" CONTACT="http://www.netpow... | 6 | Removed unnecessary ExecTasks from _getFileCtimeMtimeRemote function | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055368 | <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 ? PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2022 by Orsiris de Jong" CONTACT="http://www.netpow... | 6 | Removed unnecessary ExecTasks from _getFileCtimeMtimeRemote function | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055369 | <NME> osync.sh <BEF> #!/bin/bash #### Osyc ## Rsync based two way sync engine. Master/slave setup. OSYNC_VERSION=0.4 OSYNC_BUILD=1507201301 DEBUG=no SCRIPT_PID=$$ if ! type "$BASH" > /dev/null; then echo "Please run this script only with bash shell. Tested on bash >= 3.2" exit 127 fi ## Default log file until config fi... | 90 | Somehow messy code yet, but working. | 41 | .sh | sh | bsd-3-clause | deajan/osync |
10055370 | <NME> osync.sh <BEF> #!/bin/bash #### Osyc ## Rsync based two way sync engine. Master/slave setup. OSYNC_VERSION=0.4 OSYNC_BUILD=1507201301 DEBUG=no SCRIPT_PID=$$ if ! type "$BASH" > /dev/null; then echo "Please run this script only with bash shell. Tested on bash >= 3.2" exit 127 fi ## Default log file until config fi... | 90 | Somehow messy code yet, but working. | 41 | .sh | sh | bsd-3-clause | deajan/osync |
10055371 | <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 | Fixes for IE7 compatibility | 1 | .md | md | apache-2.0 | less/less.js |
10055372 | <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 | Fixes for IE7 compatibility | 1 | .md | md | apache-2.0 | less/less.js |
10055373 | <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 | Fixes for IE7 compatibility | 1 | .md | md | apache-2.0 | less/less.js |
10055374 | <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 | ExecTasks ids may not include dots | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055375 | <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 | ExecTasks ids may not include dots | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055376 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082902 ## 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: #############################################################... | 36 | Made WaitFor and ParallelExec functions more robust | 32 | .sh | sh | bsd-3-clause | deajan/osync |
10055377 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016082902 ## 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: #############################################################... | 36 | Made WaitFor and ParallelExec functions more robust | 32 | .sh | sh | bsd-3-clause | deajan/osync |
10055378 | <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)
[` guards conflict detection, updated tests.
<DFF> @@ -0,0 +1,4 @@
+RuntimeError: Ambiguous use of `default()` found when matching for `.m(2)` in {path}mixins-guards-default-func-3.less on line 8, column 5:
+7 .m(1);
+8 .m(... | 4 | improved multiple `default()` guards conflict detection, updated tests. | 0 | .txt | txt | apache-2.0 | less/less.js |
10055381 | <NME> mixins-guards-default-func-3.txt
<BEF> ADDFILE
<MSG> improved multiple `default()` guards conflict detection, updated tests.
<DFF> @@ -0,0 +1,4 @@
+RuntimeError: Ambiguous use of `default()` found when matching for `.m(2)` in {path}mixins-guards-default-func-3.less on line 8, column 5:
+7 .m(1);
+8 .m(... | 4 | improved multiple `default()` guards conflict detection, updated tests. | 0 | .txt | txt | apache-2.0 | less/less.js |
10055382 | <NME> mixins-guards-default-func-3.txt
<BEF> ADDFILE
<MSG> improved multiple `default()` guards conflict detection, updated tests.
<DFF> @@ -0,0 +1,4 @@
+RuntimeError: Ambiguous use of `default()` found when matching for `.m(2)` in {path}mixins-guards-default-func-3.less on line 8, column 5:
+7 .m(1);
+8 .m(... | 4 | improved multiple `default()` guards conflict detection, updated tests. | 0 | .txt | txt | apache-2.0 | less/less.js |
10055383 | <NME> import-module.css
<BEF> ADDFILE
<MSG> Added CSS to test the LESS
<DFF> @@ -0,0 +1,9 @@
+.three {
+ color: green;
+}
+.two {
+ color: blue;
+}
+.one {
+ color: red;
+}
| 9 | Added CSS to test the LESS | 0 | .css | css | apache-2.0 | less/less.js |
10055384 | <NME> import-module.css
<BEF> ADDFILE
<MSG> Added CSS to test the LESS
<DFF> @@ -0,0 +1,9 @@
+.three {
+ color: green;
+}
+.two {
+ color: blue;
+}
+.one {
+ color: red;
+}
| 9 | Added CSS to test the LESS | 0 | .css | css | apache-2.0 | less/less.js |
10055385 | <NME> import-module.css
<BEF> ADDFILE
<MSG> Added CSS to test the LESS
<DFF> @@ -0,0 +1,9 @@
+.three {
+ color: green;
+}
+.two {
+ color: blue;
+}
+.one {
+ color: red;
+}
| 9 | Added CSS to test the LESS | 0 | .css | css | apache-2.0 | less/less.js |
10055386 | <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=... | 30 | Workaround for FreeBSD 11 get ctime default shell | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055387 | <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=... | 30 | Workaround for FreeBSD 11 get ctime default shell | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055388 | <NME> scroll-to.service.spec.ts
<BEF> ADDFILE
<MSG> Merge pull request #17 from nicky-lenaers/fix-numeric-id-input
Fix numeric id input
<DFF> @@ -0,0 +1,36 @@
+import { Inject, PLATFORM_ID } from '@angular/core';
+import { DOCUMENT } from '@angular/platform-browser';
+import { TestBed, async } from '@angular/core/test... | 36 | Merge pull request #17 from nicky-lenaers/fix-numeric-id-input | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10055389 | <NME> scroll-to.service.spec.ts
<BEF> ADDFILE
<MSG> Merge pull request #17 from nicky-lenaers/fix-numeric-id-input
Fix numeric id input
<DFF> @@ -0,0 +1,36 @@
+import { Inject, PLATFORM_ID } from '@angular/core';
+import { DOCUMENT } from '@angular/platform-browser';
+import { TestBed, async } from '@angular/core/test... | 36 | Merge pull request #17 from nicky-lenaers/fix-numeric-id-input | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10055390 | <NME> scroll-to.service.spec.ts
<BEF> ADDFILE
<MSG> Merge pull request #17 from nicky-lenaers/fix-numeric-id-input
Fix numeric id input
<DFF> @@ -0,0 +1,36 @@
+import { Inject, PLATFORM_ID } from '@angular/core';
+import { DOCUMENT } from '@angular/platform-browser';
+import { TestBed, async } from '@angular/core/test... | 36 | Merge pull request #17 from nicky-lenaers/fix-numeric-id-input | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10055391 | <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... | 8 | Improved command output logging | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055392 | <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... | 8 | Improved command output logging | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055393 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=1.1-RC1
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016052501
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8... | 11 | Vastly improved installer script | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055394 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=1.1-RC1
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016052501
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8... | 11 | Vastly improved installer script | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055395 | <NME> install-peers.sh
<BEF> ADDFILE
<MSG> Add Peer Dependency Script
- Ability to install peer dependencies for local development
<DFF> @@ -0,0 +1,1 @@
+npm info . peerDependencies | sed -n 's/^{\{0,1\}[[:space:]]*'\''\{0,1\}\([^:'\'']*\)'\''\{0,1\}:[[:space:]]'\''\([^'\'']*\).*$/\1@\2/p' | xargs npm i
| 1 | Add Peer Dependency Script | 0 | .sh | sh | mit | nicky-lenaers/ngx-scroll-to |
10055396 | <NME> install-peers.sh
<BEF> ADDFILE
<MSG> Add Peer Dependency Script
- Ability to install peer dependencies for local development
<DFF> @@ -0,0 +1,1 @@
+npm info . peerDependencies | sed -n 's/^{\{0,1\}[[:space:]]*'\''\{0,1\}\([^:'\'']*\)'\''\{0,1\}:[[:space:]]'\''\([^'\'']*\).*$/\1@\2/p' | xargs npm i
| 1 | Add Peer Dependency Script | 0 | .sh | sh | mit | nicky-lenaers/ngx-scroll-to |
10055397 | <NME> install-peers.sh
<BEF> ADDFILE
<MSG> Add Peer Dependency Script
- Ability to install peer dependencies for local development
<DFF> @@ -0,0 +1,1 @@
+npm info . peerDependencies | sed -n 's/^{\{0,1\}[[:space:]]*'\''\{0,1\}\([^:'\'']*\)'\''\{0,1\}:[[:space:]]'\''\([^'\'']*\).*$/\1@\2/p' | xargs npm i
| 1 | Add Peer Dependency Script | 0 | .sh | sh | mit | nicky-lenaers/ngx-scroll-to |
10055398 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 5 | Replaced 0/1 with bolean logic | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055399 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 5 | Replaced 0/1 with bolean logic | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055400 | <NME> root.less
<BEF> ADDFILE
<MSG> Merge branch '3.x'
<DFF> @@ -0,0 +1,3 @@
+// https://github.com/less/less.js/issues/3112
+@file: ext();
+@import '@{file}';
\ No newline at end of file
| 3 | Merge branch '3.x' | 0 | .less | less | apache-2.0 | less/less.js |
10055401 | <NME> root.less
<BEF> ADDFILE
<MSG> Merge branch '3.x'
<DFF> @@ -0,0 +1,3 @@
+// https://github.com/less/less.js/issues/3112
+@file: ext();
+@import '@{file}';
\ No newline at end of file
| 3 | Merge branch '3.x' | 0 | .less | less | apache-2.0 | less/less.js |
10055402 | <NME> root.less
<BEF> ADDFILE
<MSG> Merge branch '3.x'
<DFF> @@ -0,0 +1,3 @@
+// https://github.com/less/less.js/issues/3112
+@file: ext();
+@import '@{file}';
\ No newline at end of file
| 3 | Merge branch '3.x' | 0 | .less | less | apache-2.0 | less/less.js |
10055403 | <NME> ssh_filter.sh
<BEF> #!/bin/bash
##### Osync ssh command filter build 2015070203
##### This script should be located in /usr/local/bin in the remote system to sync / backup
##### It will filter the commands that can be run remotely via ssh.
##### Please chmod 755 and chown root:root this file
##### Any command t... | 16 | Coding style compliance continues | 16 | .sh | sh | bsd-3-clause | deajan/osync |
10055404 | <NME> ssh_filter.sh
<BEF> #!/bin/bash
##### Osync ssh command filter build 2015070203
##### This script should be located in /usr/local/bin in the remote system to sync / backup
##### It will filter the commands that can be run remotely via ssh.
##### Please chmod 755 and chown root:root this file
##### Any command t... | 16 | Coding style compliance continues | 16 | .sh | sh | bsd-3-clause | deajan/osync |
10055405 | <NME> highchartsModuleExample.ts
<BEF> ADDFILE
<MSG> add modules loading example
<DFF> @@ -0,0 +1,38 @@
+import {Component} from '../../node_modules/@angular/core';
+import { Jsonp } from '../../node_modules/@angular/http';
+import { Highcharts } from '../../index';
+
+declare var require: any;
+const Highcharts3d = ... | 38 | add modules loading example | 0 | .ts | ts | mit | gevgeny/angular2-highcharts |
10055406 | <NME> highchartsModuleExample.ts
<BEF> ADDFILE
<MSG> add modules loading example
<DFF> @@ -0,0 +1,38 @@
+import {Component} from '../../node_modules/@angular/core';
+import { Jsonp } from '../../node_modules/@angular/http';
+import { Highcharts } from '../../index';
+
+declare var require: any;
+const Highcharts3d = ... | 38 | add modules loading example | 0 | .ts | ts | mit | gevgeny/angular2-highcharts |
10055407 | <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 unlockReplica pid initialisation | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055408 | <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 unlockReplica pid initialisation | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055409 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 3 | Fixed email RFC822 check | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055410 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 3 | Fixed email RFC822 check | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055411 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112201 ## 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: #############################################################... | 13 | Added Win10 bash detection | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055412 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112201 ## 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: #############################################################... | 13 | Added Win10 bash detection | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055413 | <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 | No need for paranoia debug in CleanUp for remote exec | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055414 | <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 | No need for paranoia debug in CleanUp for remote exec | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055415 | <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.00pre PROGRAM_BUILD=2406201501 ## type doesn't work on platforms other than linux (... | 6 | Added missing slash | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055416 | <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.00pre PROGRAM_BUILD=2406201501 ## type doesn't work on platforms other than linux (... | 6 | Added missing slash | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055417 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2016120401
## Runs an osync /obackup... | 1 | Updated header | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055418 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2016120401
## Runs an osync /obackup... | 1 | Updated header | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055419 | <NME> actions.js
<BEF> /* global XMLHttpRequest */
'use strict'
const debug = require('debug')('HeadlessChrome:actions')
const Promise = require('bluebird')
const fs = require('mz/fs')
const _ = require('lodash')
const {
browserIsInitialized,
sleep,
fixSelector,
interleaveArrayToObject,
promiseTimeout,
o... | 36 | Fix the way getValue and setValue works on textareas | 3 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10055420 | <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)
[](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [![devDependency... | 3 | Update badges and add Twitter badge | 5 | .md | md | apache-2.0 | less/less.js |
10055428 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111602
# 4 tests:
# quicklocal
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# confremote
# for each test:
# files with spaces, subdirs
# largefileset (...large ?)
# exclusions
# conflict resolution initiator with backups / multiple backups... | 137 | Added locking resume tests | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055429 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111602
# 4 tests:
# quicklocal
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# confremote
# for each test:
# files with spaces, subdirs
# largefileset (...large ?)
# exclusions
# conflict resolution initiator with backups / multiple backups... | 137 | Added locking resume tests | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055430 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1.1-dev PROGRAM_BUILD=2016072702 IS_STABLE=yes ## FUNC_BUILD=2016072702 IS_STABLE=true CONF... | 137 | Trying parallelism patch | 64 | .sh | sh | bsd-3-clause | deajan/osync |
10055431 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1.1-dev PROGRAM_BUILD=2016072702 IS_STABLE=yes ## FUNC_BUILD=2016072702 IS_STABLE=true CONF... | 137 | Trying parallelism patch | 64 | .sh | sh | bsd-3-clause | deajan/osync |
10055432 | <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 | Improved log readability from ExecTasks command output | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055433 | <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 | Improved log readability from ExecTasks command output | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055434 | <NME> Tab.js
<BEF> 'use strict'
const debug = require('debug')('HeadlessChrome:tab')
const EventEmitter = require('events')
const chrome = require('./chrome')
const setupHandlers = require('./setupHandlers')
const setupViewport = require('./setupViewport')
const setupActions = require('./setupActions')
class Tab ex... | 1 | close private tab fix | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10055435 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2016121301
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
EXEC_PATH="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")"
if [ "$(basename $EXEC_PATH)" != "dev" ]; then
echo "Plrase run bootstrap.sh from... | 2 | Better folder detection | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055436 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2016121301
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
EXEC_PATH="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")"
if [ "$(basename $EXEC_PATH)" != "dev" ]; then
echo "Plrase run bootstrap.sh from... | 2 | Better folder detection | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055437 | <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... | 5 | Fixed litteral 'synced' state instead of step | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055438 | <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... | 5 | Fixed litteral 'synced' state instead of step | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055439 | <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... | 16 | More fixes for CentOS 5 compat | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10055440 | <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... | 16 | More fixes for CentOS 5 compat | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10055441 | <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 PROGRAM="osync" # Rsy... | 110 | Rebuilt targets | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10055442 | <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 PROGRAM="osync" # Rsy... | 110 | Rebuilt targets | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10055443 | <NME> property-name-interp.less
<BEF> ADDFILE
<MSG> Experimental support for "property name interpolation".
<DFF> @@ -0,0 +1,41 @@
+
+test {
+ @prefix: ufo-;
+ @a: border;
+ @bb: top;
+ @c_c: left;
+ @d-d4: radius;
+ @-: -;
+
+ @{a}: 0;
+ @{prefix}width: 50%;
+ *-z-@{a... | 41 | Experimental support for "property name interpolation". | 0 | .less | less | apache-2.0 | less/less.js |
10055444 | <NME> property-name-interp.less
<BEF> ADDFILE
<MSG> Experimental support for "property name interpolation".
<DFF> @@ -0,0 +1,41 @@
+
+test {
+ @prefix: ufo-;
+ @a: border;
+ @bb: top;
+ @c_c: left;
+ @d-d4: radius;
+ @-: -;
+
+ @{a}: 0;
+ @{prefix}width: 50%;
+ *-z-@{a... | 41 | Experimental support for "property name interpolation". | 0 | .less | less | apache-2.0 | less/less.js |
10055445 | <NME> property-name-interp.less
<BEF> ADDFILE
<MSG> Experimental support for "property name interpolation".
<DFF> @@ -0,0 +1,41 @@
+
+test {
+ @prefix: ufo-;
+ @a: border;
+ @bb: top;
+ @c_c: left;
+ @d-d4: radius;
+ @-: -;
+
+ @{a}: 0;
+ @{prefix}width: 50%;
+ *-z-@{a... | 41 | Experimental support for "property name interpolation". | 0 | .less | less | apache-2.0 | less/less.js |
10055446 | <NME> remote.conf
<BEF> #!/usr/bin/env bash
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr)
[GENERAL]
CONFIG_FILE_REVISION=1.3.0
## Sync job identification
INSTANCE_ID="remote"
## Directories to synchronize.
## Initiator is the system os... | 1 | Set default SSH port for test | 1 | .conf | conf | bsd-3-clause | deajan/osync |
10055447 | <NME> remote.conf
<BEF> #!/usr/bin/env bash
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr)
[GENERAL]
CONFIG_FILE_REVISION=1.3.0
## Sync job identification
INSTANCE_ID="remote"
## Directories to synchronize.
## Initiator is the system os... | 1 | Set default SSH port for test | 1 | .conf | conf | bsd-3-clause | deajan/osync |
10055448 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070701
# 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... | 10 | WIP fixing github actions tests | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055449 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070701
# 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... | 10 | WIP fixing github actions tests | 6 | .sh | sh | bsd-3-clause | deajan/osync |