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 |
|---|---|---|---|---|---|---|---|---|
10053950 | <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 | Why is travis so bad... | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10053951 | <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 | Why is travis so bad... | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10053952 | <NME> ChartEvent.js.map
<BEF> {"version":3,"file":"ChartEvent.js","sourceRoot":"","sources":["../src/ChartEvent.ts"],"names":[],"mappings":";AAEA;IAGI,oBAAa,KAAK,EAAE,OAAO;QACvB,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;QAC3B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IAC3B,CAAC;IACL,iBAAC;AAAD,CAAC,AAPD,IAOC;AAPY,gCAAU"}
<MSG> remove typings... | 1 | remove typings | 1 | .map | js | mit | gevgeny/angular2-highcharts |
10053953 | <NME> ChartEvent.js.map
<BEF> {"version":3,"file":"ChartEvent.js","sourceRoot":"","sources":["../src/ChartEvent.ts"],"names":[],"mappings":";AAEA;IAGI,oBAAa,KAAK,EAAE,OAAO;QACvB,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;QAC3B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IAC3B,CAAC;IACL,iBAAC;AAAD,CAAC,AAPD,IAOC;AAPY,gCAAU"}
<MSG> remove typings... | 1 | remove typings | 1 | .map | js | mit | gevgeny/angular2-highcharts |
10053954 | <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 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.7 AUTHOR="(C) 2013-2022 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-rc3 PROGRAM_BUILD=2021062901 IS_STABLE=tr... | 50 | Initial remote support coding... Nothing usable yet. | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10053957 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine. ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.7 AUTHOR="(C) 2013-2022 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-rc3 PROGRAM_BUILD=2021062901 IS_STABLE=tr... | 50 | Initial remote support coding... Nothing usable yet. | 35 | .sh | sh | bsd-3-clause | deajan/osync |
10053958 | <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 | Typo fixes | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10053959 | <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 | Typo fixes | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10053960 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 0 | Fixed double entry | 2 | .md | md | bsd-3-clause | deajan/osync |
10053961 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 0 | Fixed double entry | 2 | .md | md | bsd-3-clause | deajan/osync |
10053962 | <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 | Another flatten array fix | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053963 | <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 | Another flatten array fix | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10053964 | <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 | Merge pull request #2813 from mbrodala/patch-1 | 1 | .md | md | apache-2.0 | less/less.js |
10053965 | <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 | Merge pull request #2813 from mbrodala/patch-1 | 1 | .md | md | apache-2.0 | less/less.js |
10053966 | <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 | Merge pull request #2813 from mbrodala/patch-1 | 1 | .md | md | apache-2.0 | less/less.js |
10053967 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10053968 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10053969 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 2 | Fixed partial WAIT_FOR_TASK_COMPLETION_ output | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053970 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 2 | Fixed partial WAIT_FOR_TASK_COMPLETION_ output | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053971 | <NME> README.md
<BEF> # angular2-highcharts
Angular2 charting components based on Highcharts
## Quick Start
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[](https://badg... | 3 | Update README.md | 1 | .md | md | mit | gevgeny/angular2-highcharts |
10053972 | <NME> README.md
<BEF> # angular2-highcharts
Angular2 charting components based on Highcharts
## Quick Start
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[](https://badg... | 3 | Update README.md | 1 | .md | md | mit | gevgeny/angular2-highcharts |
10053973 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th... | 1 | Merge branch 'master' of https://github.com/cloudhead/less.js | 2 | .md | md | apache-2.0 | less/less.js |
10053974 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th... | 1 | Merge branch 'master' of https://github.com/cloudhead/less.js | 2 | .md | md | apache-2.0 | less/less.js |
10053975 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th... | 1 | Merge branch 'master' of https://github.com/cloudhead/less.js | 2 | .md | md | apache-2.0 | less/less.js |
10053976 | <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 | Fixed typo in _getFileCtimeMtimeRemote | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10053977 | <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 | Fixed typo in _getFileCtimeMtimeRemote | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10053978 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 215 | Some code cleanup | 168 | .sh | sh | bsd-3-clause | deajan/osync |
10053979 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 215 | Some code cleanup | 168 | .sh | sh | bsd-3-clause | deajan/osync |
10053980 | <NME> postInMedium.js
<BEF> ADDFILE
<MSG> Add example for automatically posting on Medium
<DFF> @@ -0,0 +1,69 @@
+const HeadlessChrome = require('../index')
+
+const title = 'How to tell to a headless Google Chrome to write a post in Medium for you'
+const text = `— This post is directed to software developers and cur... | 69 | Add example for automatically posting on Medium | 0 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10053981 | <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-RC1 PROGRAM_BUILD=2016... | 34 | Reverted regression introduced with 5cdc840 on BSD/Mac | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10053982 | <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-RC1 PROGRAM_BUILD=2016... | 34 | Reverted regression introduced with 5cdc840 on BSD/Mac | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10053983 | <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 PROGRAM_BUILD=2016072701 IS_STABLE=yes ## FUNC_BUILD=2016072701 ## BEGIN Generic function... | 8 | Revert "Bumped version to v1.1" | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053984 | <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 PROGRAM_BUILD=2016072701 IS_STABLE=yes ## FUNC_BUILD=2016072701 ## BEGIN Generic function... | 8 | Revert "Bumped version to v1.1" | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10053985 | <NME> css-import.less
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'upstream/master' into tests
<DFF> @@ -0,0 +1,1 @@
+@import url("test.css");
| 1 | Merge remote-tracking branch 'upstream/master' into tests | 0 | .less | less | apache-2.0 | less/less.js |
10053986 | <NME> css-import.less
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'upstream/master' into tests
<DFF> @@ -0,0 +1,1 @@
+@import url("test.css");
| 1 | Merge remote-tracking branch 'upstream/master' into tests | 0 | .less | less | apache-2.0 | less/less.js |
10053987 | <NME> css-import.less
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'upstream/master' into tests
<DFF> @@ -0,0 +1,1 @@
+@import url("test.css");
| 1 | Merge remote-tracking branch 'upstream/master' into tests | 0 | .less | less | apache-2.0 | less/less.js |
10053988 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 124 | Environment check bugfix | 50 | .sh | sh | bsd-3-clause | deajan/osync |
10053993 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 124 | Environment check bugfix | 50 | .sh | sh | bsd-3-clause | deajan/osync |
10053994 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC1+dev PROGRAM_BUILD=2016121901 IS_STABLE=no _OFUNCTIONS_VERSION=2.1-RC1+dev _OFUNCTIONS... | 128 | Rebuilt targets for v1.2RC2 | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10053995 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC1+dev PROGRAM_BUILD=2016121901 IS_STABLE=no _OFUNCTIONS_VERSION=2.1-RC1+dev _OFUNCTIONS... | 128 | Rebuilt targets for v1.2RC2 | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10053996 | <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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC2 PROGRAM_BUILD=2017020802 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1-RC2 _OFUNCTIONS_BUILD=... | 19 | Rebuilt targets | 16 | .sh | sh | bsd-3-clause | deajan/osync |
10053999 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC2 PROGRAM_BUILD=2017020802 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1-RC2 _OFUNCTIONS_BUILD=... | 19 | Rebuilt targets | 16 | .sh | sh | bsd-3-clause | deajan/osync |
10054000 | <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_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017020703
## osync / obackup / pmocr / zsnap install script
... | 10 | Be able to create /usr/local/bin | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10054001 | <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_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017020703
## osync / obackup / pmocr / zsnap install script
... | 10 | Be able to create /usr/local/bin | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10054002 | <NME> CHANGELOG.md
<BEF> RECENT CHANGES
--------------
dd Mmm YYYY: dev
- --log-conflicts
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
dd Mmm YYYY: osync v1.3-RC1 release
- Improved upgrade script
- ! new option FORCE_CONFLICT_PREVALANCE which will always use In... | 8 | Update changelog | 6 | .md | md | bsd-3-clause | deajan/osync |
10054003 | <NME> CHANGELOG.md
<BEF> RECENT CHANGES
--------------
dd Mmm YYYY: dev
- --log-conflicts
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
dd Mmm YYYY: osync v1.3-RC1 release
- Improved upgrade script
- ! new option FORCE_CONFLICT_PREVALANCE which will always use In... | 8 | Update changelog | 6 | .md | md | bsd-3-clause | deajan/osync |
10054004 | <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-beta3 PROGRAM_BUILD=20... | 28 | Rebuilt targets | 29 | .sh | sh | bsd-3-clause | deajan/osync |
10054005 | <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-beta3 PROGRAM_BUILD=20... | 28 | Rebuilt targets | 29 | .sh | sh | bsd-3-clause | deajan/osync |
10054006 | <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... | 48 | Rebuilt targets | 61 | .sh | sh | bsd-3-clause | deajan/osync |
10054007 | <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... | 48 | Rebuilt targets | 61 | .sh | sh | bsd-3-clause | deajan/osync |
10054008 | <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... | 3 | Merge pull request #11 from onovy/lock-fix | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054009 | <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... | 3 | Merge pull request #11 from onovy/lock-fix | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054010 | <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 #WIP: currently TRAVIS_RUN debug lines in n_osync and run_tests for conflictLog PROGRAM="... | 373 | Rebuilt targets | 138 | .sh | sh | bsd-3-clause | deajan/osync |
10054011 | <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 #WIP: currently TRAVIS_RUN debug lines in n_osync and run_tests for conflictLog PROGRAM="... | 373 | Rebuilt targets | 138 | .sh | sh | bsd-3-clause | deajan/osync |
10054012 | <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... | 14 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054013 | <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... | 14 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054014 | <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... | 20 | Unexpanded ofunctions | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10054015 | <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... | 20 | Unexpanded ofunctions | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10054016 | <NME> osync-target-helper-srv@.service.user
<BEF> ADDFILE
<MSG> Added target helper service files
<DFF> @@ -0,0 +1,11 @@
+[Unit]
+Description=A robust two way (bidirectional) file sync script based on rsync with fault tolerance
+After=time-sync.target local-fs.target network-online.target
+Wants=network-online.target
... | 11 | Added target helper service files | 0 | .user | service | bsd-3-clause | deajan/osync |
10054017 | <NME> osync-target-helper-srv@.service.user
<BEF> ADDFILE
<MSG> Added target helper service files
<DFF> @@ -0,0 +1,11 @@
+[Unit]
+Description=A robust two way (bidirectional) file sync script based on rsync with fault tolerance
+After=time-sync.target local-fs.target network-online.target
+Wants=network-online.target
... | 11 | Added target helper service files | 0 | .user | service | bsd-3-clause | deajan/osync |
10054018 | <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 PROGRAM_BUILD=2016072701 IS_STABLE=yes ## FUNC_BUILD=2016071902 ## BEGIN Generic function... | 6 | Removed trivial sleep after heredoc | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054019 | <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 PROGRAM_BUILD=2016072701 IS_STABLE=yes ## FUNC_BUILD=2016071902 ## BEGIN Generic function... | 6 | Removed trivial sleep after heredoc | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054020 | <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) [ must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user t... | 8 | Merge branch 'whitespace' of github.com:XhmikosR/less.js into 2_0_0 | 8 | .md | md | apache-2.0 | less/less.js |
10054025 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user t... | 8 | Merge branch 'whitespace' of github.com:XhmikosR/less.js into 2_0_0 | 8 | .md | md | apache-2.0 | less/less.js |
10054026 | <NME> CONTRIBUTING.md
<BEF> # Contributing to Less.js
> We welcome feature requests and bug reports. Please read these guidelines before submitting one.
<span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user t... | 8 | Merge branch 'whitespace' of github.com:XhmikosR/less.js into 2_0_0 | 8 | .md | md | apache-2.0 | less/less.js |
10054027 | <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=0408201305 DEBUG=no SCRIPT_PID=$$ LOCAL_USER=$(whoami) CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.4.3 _OFUNCTIONS... | 19 | removing leading * introduced with nano | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10054028 | <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=0408201305 DEBUG=no SCRIPT_PID=$$ LOCAL_USER=$(whoami) CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.4.3 _OFUNCTIONS... | 19 | removing leading * introduced with nano | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10054029 | <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 2016120901
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 6 | Skipping certain tests on cygwin | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054030 | <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 2016120901
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 6 | Skipping certain tests on cygwin | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054031 | <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... | 4 | Updated installer from pmocr | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054032 | <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... | 4 | Updated installer from pmocr | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054033 | <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)
[
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
#TODO: silent mode ... | 17 | Merge branch 'master' of https://github.com/deajan/osync | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054036 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=osync
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"
#TODO: silent mode ... | 17 | Merge branch 'master' of https://github.com/deajan/osync | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054037 | <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.2-dev-parallel-unstable PROGRAM_BUILD=2016080401 IS_STABLE=no #### MINIMAL-FUNCTION-SET BEG... | 52 | Updated ofunctions | 98 | .sh | sh | bsd-3-clause | deajan/osync |
10054038 | <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.2-dev-parallel-unstable PROGRAM_BUILD=2016080401 IS_STABLE=no #### MINIMAL-FUNCTION-SET BEG... | 52 | Updated ofunctions | 98 | .sh | sh | bsd-3-clause | deajan/osync |
10054039 | <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... | 5 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054040 | <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... | 5 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054041 | <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 #TODO LANG=C... backport to v1.2.1 and v1.1 #TODO: conflict list is not mandatory, but ... | 2 | Added --dry support for conflict list | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054042 | <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 #TODO LANG=C... backport to v1.2.1 and v1.1 #TODO: conflict list is not mandatory, but ... | 2 | Added --dry support for conflict list | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054043 | <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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net... | 234 | Rebuilt targets | 231 | .sh | sh | bsd-3-clause | deajan/osync |
10054044 | <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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net... | 234 | Rebuilt targets | 231 | .sh | sh | bsd-3-clause | deajan/osync |
10054045 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM="osync" # ... | 392 | Rebuilt targets | 273 | .sh | sh | bsd-3-clause | deajan/osync |
10054046 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM="osync" # ... | 392 | Rebuilt targets | 273 | .sh | sh | bsd-3-clause | deajan/osync |
10054047 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 22 | IsInteger should be part of ofunctions micro/mini | 22 | .sh | sh | bsd-3-clause | deajan/osync |
10054048 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 22 | IsInteger should be part of ofunctions micro/mini | 22 | .sh | sh | bsd-3-clause | deajan/osync |
10054049 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de... | 4 | Updated readme | 4 | .md | md | bsd-3-clause | deajan/osync |