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 |
|---|---|---|---|---|---|---|---|---|
10055150 | <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)
[
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
PROGRAM_B... | 40 | Installer adds --prefix option + fixes | 29 | .sh | sh | bsd-3-clause | deajan/osync |
10055152 | <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"
PROGRAM_B... | 40 | Installer adds --prefix option + fixes | 29 | .sh | sh | bsd-3-clause | deajan/osync |
10055153 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei)
- [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof... | 1 | minor correction for color changes in v2 | 1 | .md | md | apache-2.0 | less/less.js |
10055154 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei)
- [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof... | 1 | minor correction for color changes in v2 | 1 | .md | md | apache-2.0 | less/less.js |
10055155 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei)
- [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof... | 1 | minor correction for color changes in v2 | 1 | .md | md | apache-2.0 | less/less.js |
10055156 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018100801
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=merge
INSTANCE_ID=dev
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
... | 15 | Removed bogus SIMPLE log calls | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10055157 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018100801
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=merge
INSTANCE_ID=dev
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
... | 15 | Removed bogus SIMPLE log calls | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10055158 | <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... | 7 | (doc) install instructions | 0 | .md | md | apache-2.0 | less/less.js |
10055159 | <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... | 7 | (doc) install instructions | 0 | .md | md | apache-2.0 | less/less.js |
10055160 | <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... | 7 | (doc) install instructions | 0 | .md | md | apache-2.0 | less/less.js |
10055161 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2020 by Orsiris de Jong (www.netpower.fr)
[GENERAL]
CONFIG_FILE_REVISION=1.3.0
## Sync job identification
INSTANCE_ID="sync_test"
## Directories to synchronize.
## Initiator is the system osync runs on. ... | 7 | Merge pull request #229 from deajan/custom_statedir | 1 | .example | conf | bsd-3-clause | deajan/osync |
10055162 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2020 by Orsiris de Jong (www.netpower.fr)
[GENERAL]
CONFIG_FILE_REVISION=1.3.0
## Sync job identification
INSTANCE_ID="sync_test"
## Directories to synchronize.
## Initiator is the system osync runs on. ... | 7 | Merge pull request #229 from deajan/custom_statedir | 1 | .example | conf | bsd-3-clause | deajan/osync |
10055163 | <NME> color-invalid-hex-code.txt
<BEF> ADDFILE
<MSG> Added condition to check if HEX code contain only valid characters
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Some characters in HEX code are not valid. (see issue #1015) in {path}color-invalid-hex-code.less on line 2, column 29:
+1 .a {
+2 @wrongHEXColorCode: #DCALLB;... | 4 | Added condition to check if HEX code contain only valid characters | 0 | .txt | txt | apache-2.0 | less/less.js |
10055164 | <NME> color-invalid-hex-code.txt
<BEF> ADDFILE
<MSG> Added condition to check if HEX code contain only valid characters
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Some characters in HEX code are not valid. (see issue #1015) in {path}color-invalid-hex-code.less on line 2, column 29:
+1 .a {
+2 @wrongHEXColorCode: #DCALLB;... | 4 | Added condition to check if HEX code contain only valid characters | 0 | .txt | txt | apache-2.0 | less/less.js |
10055165 | <NME> color-invalid-hex-code.txt
<BEF> ADDFILE
<MSG> Added condition to check if HEX code contain only valid characters
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Some characters in HEX code are not valid. (see issue #1015) in {path}color-invalid-hex-code.less on line 2, column 29:
+1 .a {
+2 @wrongHEXColorCode: #DCALLB;... | 4 | Added condition to check if HEX code contain only valid characters | 0 | .txt | txt | apache-2.0 | less/less.js |
10055166 | <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 ... | 7 | Update README.md | 3 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10055167 | <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-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BU... | 6 | Some more code compliance | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055170 | <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... | 6 | Some more code compliance | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10055171 | <NME> update-osync-pkg.sh
<BEF> ADDFILE
<MSG> Added script to automatically update the PKGBUILD
<DFF> @@ -0,0 +1,11 @@
+#!/bin/bash
+
+git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur
+cd "osync.aur" &&
+../makepkg -c &&
+rm -rf osync* &&
+../mksrcinfo &&
+git push origin master &&
+cd .. &&
+rm -rf "osyn... | 11 | Added script to automatically update the PKGBUILD | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055172 | <NME> update-osync-pkg.sh
<BEF> ADDFILE
<MSG> Added script to automatically update the PKGBUILD
<DFF> @@ -0,0 +1,11 @@
+#!/bin/bash
+
+git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur
+cd "osync.aur" &&
+../makepkg -c &&
+rm -rf osync* &&
+../mksrcinfo &&
+git push origin master &&
+cd .. &&
+rm -rf "osyn... | 11 | Added script to automatically update the PKGBUILD | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055173 | <NME> less.js
<BEF> ADDFILE
<MSG> Fixes #3405 (#3426)
* Fixes to Gruntfile
* Fixes #3405
* Added #3406 example
<DFF> @@ -0,0 +1,11 @@
+var less;
+
+// Dist fallback for NPM-installed Less (for plugins that do testing)
+try {
+ less = require('../tmp/less.cjs.js');
+}
+catch (e) {
+ less = require('../dist/le... | 11 | Fixes #3405 (#3426) | 0 | .js | js | apache-2.0 | less/less.js |
10055174 | <NME> less.js
<BEF> ADDFILE
<MSG> Fixes #3405 (#3426)
* Fixes to Gruntfile
* Fixes #3405
* Added #3406 example
<DFF> @@ -0,0 +1,11 @@
+var less;
+
+// Dist fallback for NPM-installed Less (for plugins that do testing)
+try {
+ less = require('../tmp/less.cjs.js');
+}
+catch (e) {
+ less = require('../dist/le... | 11 | Fixes #3405 (#3426) | 0 | .js | js | apache-2.0 | less/less.js |
10055175 | <NME> less.js
<BEF> ADDFILE
<MSG> Fixes #3405 (#3426)
* Fixes to Gruntfile
* Fixes #3405
* Added #3406 example
<DFF> @@ -0,0 +1,11 @@
+var less;
+
+// Dist fallback for NPM-installed Less (for plugins that do testing)
+try {
+ less = require('../tmp/less.cjs.js');
+}
+catch (e) {
+ less = require('../dist/le... | 11 | Fixes #3405 (#3426) | 0 | .js | js | apache-2.0 | less/less.js |
10055176 | <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... | 6 | Fix for very old config files | 2 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10055177 | <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... | 6 | Fix for very old config files | 2 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10055178 | <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... | 4 | Remote user is optional now in remote slaves. | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055179 | <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... | 4 | Remote user is optional now in remote slaves. | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055180 | <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... | 33 | Added permissions on CreateDir | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055181 | <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... | 33 | Added permissions on CreateDir | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055182 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.98 OSYNC_BUILD=0408201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION... | 74 | Lot of bugfixes... Time for the last beta before going release candidate. | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055183 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.98 OSYNC_BUILD=0408201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION... | 74 | Lot of bugfixes... Time for the last beta before going release candidate. | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055184 | <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 | Fix cornercase where SSH_CONTROLMASTER might be used in local tests | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055185 | <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 | Fix cornercase where SSH_CONTROLMASTER might be used in local tests | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055186 | <NME> plunker.system.config.js
<BEF> ADDFILE
<MSG> add pluker system.js config
<DFF> @@ -0,0 +1,80 @@
+/**
+ * PLUNKER VERSION
+ * (based on systemjs.config.js in angular.io)
+ * System configuration for Angular samples
+ * Adjust as necessary for your application needs.
+ */
+(function (global) {
+ System.config({
+... | 80 | add pluker system.js config | 0 | .js | system | mit | gevgeny/angular2-highcharts |
10055187 | <NME> plunker.system.config.js
<BEF> ADDFILE
<MSG> add pluker system.js config
<DFF> @@ -0,0 +1,80 @@
+/**
+ * PLUNKER VERSION
+ * (based on systemjs.config.js in angular.io)
+ * System configuration for Angular samples
+ * Adjust as necessary for your application needs.
+ */
+(function (global) {
+ System.config({
+... | 80 | add pluker system.js config | 0 | .js | system | mit | gevgeny/angular2-highcharts |
10055188 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2020031501
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=merge
INSTANCE_ID=dev
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
... | 27 | [WIP] Merge simplifications | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10055189 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2020031501
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=merge
INSTANCE_ID=dev
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
... | 27 | [WIP] Merge simplifications | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10055190 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2019052002
# 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... | 5 | Remove unnecessary $ | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055191 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2019052002
# 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... | 5 | Remove unnecessary $ | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055192 | <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... | 65 | Improved SendAlert handling | 34 | .sh | sh | bsd-3-clause | deajan/osync |
10055193 | <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... | 65 | Improved SendAlert handling | 34 | .sh | sh | bsd-3-clause | deajan/osync |
10055194 | <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=2017052201 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 7 | Prevent possible recursive loop with bogus pgrep implementation | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055195 | <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=2017052201 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 7 | Prevent possible recursive loop with bogus pgrep implementation | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055196 | <NME> mock.service.ts
<BEF> ADDFILE
<MSG> Added Unit Tests for Directive Event Input
- All possible Events are tested for Directive input `ngx-scroll-to-event`
<DFF> @@ -0,0 +1,6 @@
+/**
+ * Mocked Service for ScrollToService.
+ */
+export class ScrollToMockService {
+ public scrollTo() { }
+}
| 6 | Added Unit Tests for Directive Event Input | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10055197 | <NME> mock.service.ts
<BEF> ADDFILE
<MSG> Added Unit Tests for Directive Event Input
- All possible Events are tested for Directive input `ngx-scroll-to-event`
<DFF> @@ -0,0 +1,6 @@
+/**
+ * Mocked Service for ScrollToService.
+ */
+export class ScrollToMockService {
+ public scrollTo() { }
+}
| 6 | Added Unit Tests for Directive Event Input | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10055198 | <NME> mock.service.ts
<BEF> ADDFILE
<MSG> Added Unit Tests for Directive Event Input
- All possible Events are tested for Directive input `ngx-scroll-to-event`
<DFF> @@ -0,0 +1,6 @@
+/**
+ * Mocked Service for ScrollToService.
+ */
+export class ScrollToMockService {
+ public scrollTo() { }
+}
| 6 | Added Unit Tests for Directive Event Input | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10055199 | <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 ... | 271 | Rebuild targets | 160 | .sh | sh | bsd-3-clause | deajan/osync |
10055200 | <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 ... | 271 | Rebuild targets | 160 | .sh | sh | bsd-3-clause | deajan/osync |
10055201 | <NME> variables-in-at-rules.less
<BEF> ADDFILE
<MSG> Merge https://github.com/less/less.js into misleading-error-message-2069
Conflicts:
README.md
<DFF> @@ -0,0 +1,20 @@
+
+@Eight: 8;
+@charset "UTF-@{Eight}";
+
+@ns: less;
+@namespace @ns "http://lesscss.org";
+
+@name: enlarger;
+@keyframes @name {
+ from {font... | 20 | Merge https://github.com/less/less.js into misleading-error-message-2069 | 0 | .less | less | apache-2.0 | less/less.js |
10055202 | <NME> variables-in-at-rules.less
<BEF> ADDFILE
<MSG> Merge https://github.com/less/less.js into misleading-error-message-2069
Conflicts:
README.md
<DFF> @@ -0,0 +1,20 @@
+
+@Eight: 8;
+@charset "UTF-@{Eight}";
+
+@ns: less;
+@namespace @ns "http://lesscss.org";
+
+@name: enlarger;
+@keyframes @name {
+ from {font... | 20 | Merge https://github.com/less/less.js into misleading-error-message-2069 | 0 | .less | less | apache-2.0 | less/less.js |
10055203 | <NME> variables-in-at-rules.less
<BEF> ADDFILE
<MSG> Merge https://github.com/less/less.js into misleading-error-message-2069
Conflicts:
README.md
<DFF> @@ -0,0 +1,20 @@
+
+@Eight: 8;
+@charset "UTF-@{Eight}";
+
+@ns: less;
+@namespace @ns "http://lesscss.org";
+
+@name: enlarger;
+@keyframes @name {
+ from {font... | 20 | Merge https://github.com/less/less.js into misleading-error-message-2069 | 0 | .less | less | apache-2.0 | less/less.js |
10055204 | <NME> to-css-visitor.js
<BEF> ADDFILE
<MSG> Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1.
<DFF> @@ -0,0 +1,60 @@
+(function (tree) {
+ tree.toCSSVisitor = function() {
+ this._visitor = new tree.visit... | 60 | Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1. | 0 | .js | js | apache-2.0 | less/less.js |
10055205 | <NME> to-css-visitor.js
<BEF> ADDFILE
<MSG> Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1.
<DFF> @@ -0,0 +1,60 @@
+(function (tree) {
+ tree.toCSSVisitor = function() {
+ this._visitor = new tree.visit... | 60 | Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1. | 0 | .js | js | apache-2.0 | less/less.js |
10055206 | <NME> to-css-visitor.js
<BEF> ADDFILE
<MSG> Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1.
<DFF> @@ -0,0 +1,60 @@
+(function (tree) {
+ tree.toCSSVisitor = function() {
+ this._visitor = new tree.visit... | 60 | Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1. | 0 | .js | js | apache-2.0 | less/less.js |
10055207 | <NME> strict-units.less
<BEF> ADDFILE
<MSG> Merge https://github.com/less/less.js into rhino
<DFF> @@ -0,0 +1,4 @@
+.units {
+ cancels-to-nothing: (1px / 1px);
+ cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
+}
| 4 | Merge https://github.com/less/less.js into rhino | 0 | .less | less | apache-2.0 | less/less.js |
10055208 | <NME> strict-units.less
<BEF> ADDFILE
<MSG> Merge https://github.com/less/less.js into rhino
<DFF> @@ -0,0 +1,4 @@
+.units {
+ cancels-to-nothing: (1px / 1px);
+ cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
+}
| 4 | Merge https://github.com/less/less.js into rhino | 0 | .less | less | apache-2.0 | less/less.js |
10055209 | <NME> strict-units.less
<BEF> ADDFILE
<MSG> Merge https://github.com/less/less.js into rhino
<DFF> @@ -0,0 +1,4 @@
+.units {
+ cancels-to-nothing: (1px / 1px);
+ cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
+}
| 4 | Merge https://github.com/less/less.js into rhino | 0 | .less | less | apache-2.0 | less/less.js |
10055210 | <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... | 56 | Fix usage called before definition | 56 | .sh | sh | bsd-3-clause | deajan/osync |
10055211 | <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... | 56 | Fix usage called before definition | 56 | .sh | sh | bsd-3-clause | deajan/osync |
10055212 | <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... | 13 | Fix potential quick_sync parameter issues | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10055215 | <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... | 13 | Fix potential quick_sync parameter issues | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10055216 | <NME> yarn.lock
<BEF> # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/core-js@^0.9.41":
version "0.9.41"
resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-0.9.41.tgz#cfeceb63c2beaa29f882252c7c18e0e9471ff4e2"
"@types/mkdirp@^0.3.29":
version "0.3.29"
r... | 4 | Move babel-polyfill to dependencies in package.json | 0 | .lock | lock | mit | LucianoGanga/simple-headless-chrome |
10055217 | <NME> stale.yml
<BEF> # Number of days of inactivity before an issue becomes stale
daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- up-for-grabs
- bug
- "high priority" # if it's been prio... | 1 | Add "needs decision" label to stalebot ignore list | 0 | .yml | github/stale | apache-2.0 | less/less.js |
10055218 | <NME> stale.yml
<BEF> # Number of days of inactivity before an issue becomes stale
daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- up-for-grabs
- bug
- "high priority" # if it's been prio... | 1 | Add "needs decision" label to stalebot ignore list | 0 | .yml | github/stale | apache-2.0 | less/less.js |
10055219 | <NME> stale.yml
<BEF> # Number of days of inactivity before an issue becomes stale
daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- up-for-grabs
- bug
- "high priority" # if it's been prio... | 1 | Add "needs decision" label to stalebot ignore list | 0 | .yml | github/stale | apache-2.0 | less/less.js |
10055220 | <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 #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way... | 139 | Rebuilt targets | 138 | .sh | sh | bsd-3-clause | deajan/osync |
10055221 | <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 #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way... | 139 | Rebuilt targets | 138 | .sh | sh | bsd-3-clause | deajan/osync |
10055222 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2017061901
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
function Usage {
echo "$0 - Quick and dirty preprocessor for including ofunctions into programs"
echo "Creates and executes $0.tmp.sh"
ec... | 13 | Quick preflight check for bootstrap | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10055223 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2017061901
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
function Usage {
echo "$0 - Quick and dirty preprocessor for including ofunctions into programs"
echo "Creates and executes $0.tmp.sh"
ec... | 13 | Quick preflight check for bootstrap | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10055224 | <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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=... | 1 | WIP: conflict detection | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055225 | <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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=... | 1 | WIP: conflict detection | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055226 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99 OSYNC_BUILD=1808201302 DEBUG=no SCRIPT_PID=$$ IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.4.3 _OFUNCTIONS_BUILD=... | 53 | Fixed various glitches | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10055227 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99 OSYNC_BUILD=1808201302 DEBUG=no SCRIPT_PID=$$ IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.4.3 _OFUNCTIONS_BUILD=... | 53 | Fixed various glitches | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10055228 | <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 | Fix typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055229 | <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 | Fix typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055230 | <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)
[. If if does not work, always assume output is not a zero exitcode #TODO: comm... | 3 | Updated ofunctions.sh with userland logging | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055238 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016040302 ## 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... | 3 | Updated ofunctions.sh with userland logging | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055239 | <NME> helper.conf.example
<BEF> ADDFILE
<MSG> Initial upload of target helper service
<DFF> @@ -0,0 +1,79 @@
+#!/usr/bin/env bash
+
+###### osync - Rsync based two way sync engine with fault tolerance
+###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
+###### osync-target-helper v1.2.2+ config file rev 2017061... | 79 | Initial upload of target helper service | 0 | .example | conf | bsd-3-clause | deajan/osync |
10055240 | <NME> helper.conf.example
<BEF> ADDFILE
<MSG> Initial upload of target helper service
<DFF> @@ -0,0 +1,79 @@
+#!/usr/bin/env bash
+
+###### osync - Rsync based two way sync engine with fault tolerance
+###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
+###### osync-target-helper v1.2.2+ config file rev 2017061... | 79 | Initial upload of target helper service | 0 | .example | conf | bsd-3-clause | deajan/osync |
10055241 | <NME> google.less
<BEF> ADDFILE
<MSG> Fixes #3504 / organizes tests (#3523)
* Fixes #3504 / organizes tests
<DFF> @@ -0,0 +1,3 @@
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
+
+.a { b: c; }
\ No newline at end of file
| 3 | Fixes #3504 / organizes tests (#3523) | 0 | .less | less | apache-2.0 | less/less.js |
10055242 | <NME> google.less
<BEF> ADDFILE
<MSG> Fixes #3504 / organizes tests (#3523)
* Fixes #3504 / organizes tests
<DFF> @@ -0,0 +1,3 @@
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
+
+.a { b: c; }
\ No newline at end of file
| 3 | Fixes #3504 / organizes tests (#3523) | 0 | .less | less | apache-2.0 | less/less.js |
10055243 | <NME> google.less
<BEF> ADDFILE
<MSG> Fixes #3504 / organizes tests (#3523)
* Fixes #3504 / organizes tests
<DFF> @@ -0,0 +1,3 @@
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
+
+.a { b: c; }
\ No newline at end of file
| 3 | Fixes #3504 / organizes tests (#3523) | 0 | .less | less | apache-2.0 | less/less.js |
10055244 | <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... | 19 | More debugging code compliance | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10055245 | <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... | 19 | More debugging code compliance | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10055246 | <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... | 6 | Fixed typo in soft deletion and added paranoia checksum | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055247 | <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... | 6 | Fixed typo in soft deletion and added paranoia checksum | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055248 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016041402 ## 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... | 105 | Finished windows support for generic mail sending function | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055249 | <NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016041402 ## 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... | 105 | Finished windows support for generic mail sending function | 26 | .sh | sh | bsd-3-clause | deajan/osync |