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 |
|---|---|---|---|---|---|---|---|---|
10055550 | <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... | 74 | Rebuilt targets | 33 | .sh | sh | bsd-3-clause | deajan/osync |
10055551 | <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"
}
... | 1 | Yet another typo fix | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055552 | <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"
}
... | 1 | Yet another typo fix | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055553 | <NME> extract-and-length.less
<BEF> ADDFILE
<MSG> Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
<DFF> @@ -0,0 +1,133 @@
+
+// simple array/list:
+
+.multiunit {
+ @v: abc "abc" 1 1px 1% #123;
+ length: length(@v);
+ extract: extract(@v, 1) extract(@v, 2) extract(@v... | 133 | Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576). | 0 | .less | less | apache-2.0 | less/less.js |
10055554 | <NME> extract-and-length.less
<BEF> ADDFILE
<MSG> Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
<DFF> @@ -0,0 +1,133 @@
+
+// simple array/list:
+
+.multiunit {
+ @v: abc "abc" 1 1px 1% #123;
+ length: length(@v);
+ extract: extract(@v, 1) extract(@v, 2) extract(@v... | 133 | Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576). | 0 | .less | less | apache-2.0 | less/less.js |
10055555 | <NME> extract-and-length.less
<BEF> ADDFILE
<MSG> Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
<DFF> @@ -0,0 +1,133 @@
+
+// simple array/list:
+
+.multiunit {
+ @v: abc "abc" 1 1px 1% #123;
+ length: length(@v);
+ extract: extract(@v, 1) extract(@v, 2) extract(@v... | 133 | Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576). | 0 | .less | less | apache-2.0 | less/less.js |
10055556 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
#... | 2 | Merge branch 'master' of https://github.com/deajan/osync | 2 | osync-srv | bsd-3-clause | deajan/osync | |
10055557 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
#... | 2 | Merge branch 'master' of https://github.com/deajan/osync | 2 | osync-srv | bsd-3-clause | deajan/osync | |
10055558 | <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 | Removed elder PoorMansRandomGenerator function | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055559 | <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 | Removed elder PoorMansRandomGenerator function | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055560 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #TODO backport treeList sed -r sed -E 's/^.{10} +[0-9,]+ [0-9/]{10} [0-... | 4 | Changed sed -E to sed -r for compat issues | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055561 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #TODO backport treeList sed -r sed -E 's/^.{10} +[0-9,]+ [0-9/]{10} [0-... | 4 | Changed sed -E to sed -r for compat issues | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055562 | <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 | Testing for directories in triggerupdate functions | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055563 | <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 | Testing for directories in triggerupdate functions | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055564 | <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)
[.
## More information
For general information o... | 2 | dev notice in README | 0 | .md | md | apache-2.0 | less/less.js |
10055567 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
> Leaner CSS, in your browser.
development status
------------------
This is the Less.js monorepo, managed via [Lerna](https://lerna.js.org/).
## More information
For general information o... | 2 | dev notice in README | 0 | .md | md | apache-2.0 | less/less.js |
10055568 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
> Leaner CSS, in your browser.
development status
------------------
This is the Less.js monorepo, managed via [Lerna](https://lerna.js.org/).
## More information
For general information o... | 2 | dev notice in README | 0 | .md | md | apache-2.0 | less/less.js |
10055569 | <NME> svg-gradient-mixin.less
<BEF> ADDFILE
<MSG> Improve url check to be more robust, fix tests
I figured out that the test would still fail if I call the import in the
urls.less file. That way I don't need to figure out all the setup
required to test this bug.
- #2360
<DFF> @@ -0,0 +1,15 @@
+.gradient-mixin(@color... | 15 | Improve url check to be more robust, fix tests | 0 | .less | less | apache-2.0 | less/less.js |
10055570 | <NME> svg-gradient-mixin.less
<BEF> ADDFILE
<MSG> Improve url check to be more robust, fix tests
I figured out that the test would still fail if I call the import in the
urls.less file. That way I don't need to figure out all the setup
required to test this bug.
- #2360
<DFF> @@ -0,0 +1,15 @@
+.gradient-mixin(@color... | 15 | Improve url check to be more robust, fix tests | 0 | .less | less | apache-2.0 | less/less.js |
10055571 | <NME> svg-gradient-mixin.less
<BEF> ADDFILE
<MSG> Improve url check to be more robust, fix tests
I figured out that the test would still fail if I call the import in the
urls.less file. That way I don't need to figure out all the setup
required to test this bug.
- #2360
<DFF> @@ -0,0 +1,15 @@
+.gradient-mixin(@color... | 15 | Improve url check to be more robust, fix tests | 0 | .less | less | apache-2.0 | less/less.js |
10055572 | <NME> .travis.yml
<BEF> sudo: required
dist: trusty
language: node_js
node_js:
- "5.7.1"
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
install:
- npm install
- ./node_modules/.bin/typi... | 0 | travis fixes | 1 | .yml | travis | mit | gevgeny/angular2-highcharts |
10055573 | <NME> .travis.yml
<BEF> sudo: required
dist: trusty
language: node_js
node_js:
- "5.7.1"
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
install:
- npm install
- ./node_modules/.bin/typi... | 0 | travis fixes | 1 | .yml | travis | mit | gevgeny/angular2-highcharts |
10055574 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## Merges ofunctions.sh and $PROGRAM
PROGRAM=osync
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
VERSION=${VERSION#*=}
FUNC_PATH=/home/git/common
PARANOIA_DEBUG_LINE="#__WITH_PARANOIA_DEBUG"
PARANOIA_DEBUG_BEGIN="#__BEGIN_WITH_PARANOIA_DEBUG"
PARANOIA_DEBUG_END="#__END_WIT... | 32 | Updated common merge from other projects | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10055575 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## Merges ofunctions.sh and $PROGRAM
PROGRAM=osync
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
VERSION=${VERSION#*=}
FUNC_PATH=/home/git/common
PARANOIA_DEBUG_LINE="#__WITH_PARANOIA_DEBUG"
PARANOIA_DEBUG_BEGIN="#__BEGIN_WITH_PARANOIA_DEBUG"
PARANOIA_DEBUG_END="#__END_WIT... | 32 | Updated common merge from other projects | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10055576 | <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... | 39 | Initial TrapQuit rework | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055577 | <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... | 39 | Initial TrapQuit rework | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055578 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 8 | Travis here and travis there | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055579 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 8 | Travis here and travis there | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055580 | <NME> navigateTwoTabs.js
<BEF> const HeadlessChrome = require('../../')
const test = require('tap').test
test('Headless Chrome - Tabs', async function (group) {
group.comment(`Initializing HeadlessChrome...`)
const browser = new HeadlessChrome({
headless: true
})
await browser.init()
const tabA = awai... | 21 | test regular and private tabs close | 4 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10055581 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2021 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. ... | 1 | Updated xattr comment | 1 | .example | conf | bsd-3-clause | deajan/osync |
10055582 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2021 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. ... | 1 | Updated xattr comment | 1 | .example | conf | bsd-3-clause | deajan/osync |
10055583 | <NME> common_batch.sh
<BEF> ADDFILE
<MSG> Updated batch processor from obackup project
<DFF> @@ -0,0 +1,194 @@
+#!/usr/bin/env bash
+SUBPROGRAM=[prgname]
+PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
+AUTHOR="(L) 2013-2016 by Orsiris de Jong"
+CONTACT=... | 194 | Updated batch processor from obackup project | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055584 | <NME> common_batch.sh
<BEF> ADDFILE
<MSG> Updated batch processor from obackup project
<DFF> @@ -0,0 +1,194 @@
+#!/usr/bin/env bash
+SUBPROGRAM=[prgname]
+PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
+AUTHOR="(L) 2013-2016 by Orsiris de Jong"
+CONTACT=... | 194 | Updated batch processor from obackup project | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055585 | <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... | 13 | Run sync after timeout in inotify mode even when no changes detected. | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055586 | <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... | 13 | Run sync after timeout in inotify mode even when no changes detected. | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055587 | <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
- name: Execute tests and generate coverage report
- uses: Vampire/setup-wsl@v1
with:
... | 2 | Fix yaml syntax | 3 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10055588 | <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
- name: Execute tests and generate coverage report
- uses: Vampire/setup-wsl@v1
with:
... | 2 | Fix yaml syntax | 3 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10055589 | <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 - ozy@netpower.fr"
PROGRAM_BUILD=2016082901
## Runs an osync /ob... | 6 | Simplified osync-batch program | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10055592 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
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=2016082901
## Runs an osync /ob... | 6 | Simplified osync-batch program | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10055593 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 2 | Also fixed the typo in the other builds :) | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055594 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 2 | Also fixed the typo in the other builds :) | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055595 | <NME> invalid-css.less
<BEF> ADDFILE
<MSG> Add import inline option. Fixes #1209
<DFF> @@ -0,0 +1,1 @@
+this isn't very valid CSS.
\ No newline at end of file
| 1 | Add import inline option. Fixes #1209 | 0 | .less | less | apache-2.0 | less/less.js |
10055596 | <NME> invalid-css.less
<BEF> ADDFILE
<MSG> Add import inline option. Fixes #1209
<DFF> @@ -0,0 +1,1 @@
+this isn't very valid CSS.
\ No newline at end of file
| 1 | Add import inline option. Fixes #1209 | 0 | .less | less | apache-2.0 | less/less.js |
10055597 | <NME> invalid-css.less
<BEF> ADDFILE
<MSG> Add import inline option. Fixes #1209
<DFF> @@ -0,0 +1,1 @@
+this isn't very valid CSS.
\ No newline at end of file
| 1 | Add import inline option. Fixes #1209 | 0 | .less | less | apache-2.0 | less/less.js |
10055598 | <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... | 155 | More and more refactoring | 33 | .sh | sh | bsd-3-clause | deajan/osync |
10055599 | <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... | 155 | More and more refactoring | 33 | .sh | sh | bsd-3-clause | deajan/osync |
10055600 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=[version]
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016090605
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb... | 7 | More and more busybox love | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055601 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=[version]
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016090605
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb... | 7 | More and more busybox love | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055602 | <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.1 _OFUNCTIONS_BUILD=2017041001 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTST... | 35 | Updated ofunctions | 31 | .sh | sh | bsd-3-clause | deajan/osync |
10055603 | <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.1 _OFUNCTIONS_BUILD=2017041001 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTST... | 35 | Updated ofunctions | 31 | .sh | sh | bsd-3-clause | deajan/osync |
10055604 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2017040901
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function __PREPROCESSOR_Merge {
PROGRAM=osync
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
VERSION=${VERSION#*=}
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
function __P... | 11 | Permit merge of other executables | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055605 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2017040901
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function __PREPROCESSOR_Merge {
PROGRAM=osync
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
VERSION=${VERSION#*=}
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
function __P... | 11 | Permit merge of other executables | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055606 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
#... | 6 | Added more exit codes | 1 | osync-srv | bsd-3-clause | deajan/osync | |
10055607 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
#... | 6 | Added more exit codes | 1 | osync-srv | bsd-3-clause | deajan/osync | |
10055608 | <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=0.99RC4 PROGRAM_BU... | 1 | Changed build dates | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055609 | <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=0.99RC4 PROGRAM_BU... | 1 | Changed build dates | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055610 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
.idea
test/browser/less.js
test/browser/test-runner-*.htm
test/sourcemaps/*.map
test/sourcemaps/*.css
!package-lock.json
npm-debug.log
<MSG> added gradle based test suite, reviewed rhino integration
<DFF> @@ -4,7 +4,9 @@ node_modules
*~
.#*
.idea
+.gradl... | 2 | added gradle based test suite, reviewed rhino integration | 0 | gitignore | apache-2.0 | less/less.js | |
10055611 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
.idea
test/browser/less.js
test/browser/test-runner-*.htm
test/sourcemaps/*.map
test/sourcemaps/*.css
!package-lock.json
npm-debug.log
<MSG> added gradle based test suite, reviewed rhino integration
<DFF> @@ -4,7 +4,9 @@ node_modules
*~
.#*
.idea
+.gradl... | 2 | added gradle based test suite, reviewed rhino integration | 0 | gitignore | apache-2.0 | less/less.js | |
10055612 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
.idea
test/browser/less.js
test/browser/test-runner-*.htm
test/sourcemaps/*.map
test/sourcemaps/*.css
!package-lock.json
npm-debug.log
<MSG> added gradle based test suite, reviewed rhino integration
<DFF> @@ -4,7 +4,9 @@ node_modules
*~
.#*
.idea
+.gradl... | 2 | added gradle based test suite, reviewed rhino integration | 0 | gitignore | apache-2.0 | less/less.js | |
10055613 | <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... | 5 | Added --no-resume option | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055616 | <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 | Added --no-resume option | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10055617 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 1 | Merge now requires program name | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055618 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 1 | Merge now requires program name | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055619 | <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.1-dev PROGRAM_BUILD=2016... | 49 | Added missing pre-flight checks | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055620 | <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.1-dev PROGRAM_BUILD=2016... | 49 | Added missing pre-flight checks | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055621 | <NME> import-remote.less
<BEF> ADDFILE
<MSG> Fixes #3541 (#3543)
<DFF> @@ -0,0 +1,8 @@
+// https://github.com/less/less.js/issues/3541
+@import (reference) url(https://cdn.jsdelivr.net/npm/@less/test-data/less/_main/selectors.less);
+@import (reference) url("https://cdn.jsdelivr.net/npm/@less/test-data/less/_main/sco... | 8 | Fixes #3541 (#3543) | 0 | .less | less | apache-2.0 | less/less.js |
10055622 | <NME> import-remote.less
<BEF> ADDFILE
<MSG> Fixes #3541 (#3543)
<DFF> @@ -0,0 +1,8 @@
+// https://github.com/less/less.js/issues/3541
+@import (reference) url(https://cdn.jsdelivr.net/npm/@less/test-data/less/_main/selectors.less);
+@import (reference) url("https://cdn.jsdelivr.net/npm/@less/test-data/less/_main/sco... | 8 | Fixes #3541 (#3543) | 0 | .less | less | apache-2.0 | less/less.js |
10055623 | <NME> import-remote.less
<BEF> ADDFILE
<MSG> Fixes #3541 (#3543)
<DFF> @@ -0,0 +1,8 @@
+// https://github.com/less/less.js/issues/3541
+@import (reference) url(https://cdn.jsdelivr.net/npm/@less/test-data/less/_main/selectors.less);
+@import (reference) url("https://cdn.jsdelivr.net/npm/@less/test-data/less/_main/sco... | 8 | Fixes #3541 (#3543) | 0 | .less | less | apache-2.0 | less/less.js |
10055624 | <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... | 279 | Rebuilt targets | 30 | .sh | sh | bsd-3-clause | deajan/osync |
10055625 | <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... | 279 | Rebuilt targets | 30 | .sh | sh | bsd-3-clause | deajan/osync |
10055626 | <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 | Updated RSA key file | 1 | .conf | conf | bsd-3-clause | deajan/osync |
10055627 | <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 | Updated RSA key file | 1 | .conf | conf | bsd-3-clause | deajan/osync |
10055628 | <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 | Merge pull request #167 from deajan/beta2-platform-tests | 1 | .conf | conf | bsd-3-clause | deajan/osync |
10055629 | <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 | Merge pull request #167 from deajan/beta2-platform-tests | 1 | .conf | conf | bsd-3-clause | deajan/osync |
10055630 | <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... | 1 | Quick typo fix | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055633 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 1 | Quick typo fix | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055634 | <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... | 29 | Temporarily disabled conflictList test | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055635 | <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... | 29 | Temporarily disabled conflictList test | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055636 | <NME> mixins-guards.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into root-functions
<DFF> @@ -0,0 +1,25 @@
+// https://github.com/less/less.js/issues/2798
+.test-2798 when ((8+4) < 13) {
+ regression: fixed;
+}
+.test-2798 when ((8+6) < 13) {
+ regression: should not be visible;
+}
+.conditions-parser-1 when ... | 25 | Merge branch 'master' into root-functions | 0 | .less | less | apache-2.0 | less/less.js |
10055637 | <NME> mixins-guards.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into root-functions
<DFF> @@ -0,0 +1,25 @@
+// https://github.com/less/less.js/issues/2798
+.test-2798 when ((8+4) < 13) {
+ regression: fixed;
+}
+.test-2798 when ((8+6) < 13) {
+ regression: should not be visible;
+}
+.conditions-parser-1 when ... | 25 | Merge branch 'master' into root-functions | 0 | .less | less | apache-2.0 | less/less.js |
10055638 | <NME> mixins-guards.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into root-functions
<DFF> @@ -0,0 +1,25 @@
+// https://github.com/less/less.js/issues/2798
+.test-2798 when ((8+4) < 13) {
+ regression: fixed;
+}
+.test-2798 when ((8+6) < 13) {
+ regression: should not be visible;
+}
+.conditions-parser-1 when ... | 25 | Merge branch 'master' into root-functions | 0 | .less | less | apache-2.0 | less/less.js |
10055639 | <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... | 7 | Refactored locking handling | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10055640 | <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... | 7 | Refactored locking handling | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10055641 | <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-rc1 _OFUNCTIONS_BUILD=2017052902 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 3 | Add more locale exports | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055642 | <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-rc1 _OFUNCTIONS_BUILD=2017052902 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 3 | Add more locale exports | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055643 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018070202
# 4 tests:
# quicklocal
## From current terminal run sudo -s in order to get a new terminal as root
## On CYGWIN / MSYS, ACL and extended attri... | 7 | Travis sudo to create a tmp file... | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055644 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018070202
# 4 tests:
# quicklocal
## From current terminal run sudo -s in order to get a new terminal as root
## On CYGWIN / MSYS, ACL and extended attri... | 7 | Travis sudo to create a tmp file... | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055645 | <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-beta PROGRAM_BUILD=2... | 23 | Simplified deleted_list function | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10055646 | <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-beta PROGRAM_BUILD=2... | 23 | Simplified deleted_list function | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10055647 | <NME> functions-each.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into strict-math-division
# Conflicts:
# test/less/functions.less
<DFF> @@ -0,0 +1,81 @@
+@selectors: blue, green, red;
+@list: a b c d;
+
+each(@selectors, {
+ .sel-@{value} {
+ a: b;
+ }
+});
+
+.each {
+ each(@list, {
+ index+: @index;
+ ... | 81 | Merge branch 'master' into strict-math-division | 0 | .less | less | apache-2.0 | less/less.js |
10055648 | <NME> functions-each.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into strict-math-division
# Conflicts:
# test/less/functions.less
<DFF> @@ -0,0 +1,81 @@
+@selectors: blue, green, red;
+@list: a b c d;
+
+each(@selectors, {
+ .sel-@{value} {
+ a: b;
+ }
+});
+
+.each {
+ each(@list, {
+ index+: @index;
+ ... | 81 | Merge branch 'master' into strict-math-division | 0 | .less | less | apache-2.0 | less/less.js |
10055649 | <NME> functions-each.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into strict-math-division
# Conflicts:
# test/less/functions.less
<DFF> @@ -0,0 +1,81 @@
+@selectors: blue, green, red;
+@list: a b c d;
+
+each(@selectors, {
+ .sel-@{value} {
+ a: b;
+ }
+});
+
+.each {
+ each(@list, {
+ index+: @index;
+ ... | 81 | Merge branch 'master' into strict-math-division | 0 | .less | less | apache-2.0 | less/less.js |