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 |
|---|---|---|---|---|---|---|---|---|
10054850 | <NME> README.md
<BEF> # [Less.js v1.5.1](http://lesscss.org)
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
This is the JavaScript, and now official, stable version of LESS.
## Getting Started
Options for adding Less.js to your project:
* Install with [NPM](https://npmjs.org/): `... | 1 | Changed readme.md | 351 | .md | md | apache-2.0 | less/less.js |
10054851 | <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-2014 by Orsiris \"Ozy\" de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_BUILD=0104201502
## Runs an osync instance f... | 3 | Quick fix for osync-batch.sh | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054854 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="Osync-batch" # Batch program to run osync instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_BUILD=0104201502
## Runs an osync instance f... | 3 | Quick fix for osync-batch.sh | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054855 | <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... | 6 | Decided to make upgrade script more manual. Leaves time for other dev | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054856 | <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... | 6 | Decided to make upgrade script more manual. Leaves time for other dev | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054857 | <NME> PULL_REQUEST_TEMPLATE.md
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/deajan/osync
<DFF> @@ -0,0 +1,4 @@
+When submitting a pull request, please modify the files in dev directory rather than those generated on-the-fly.
+
+You may find all code contained in osync.sh in n_osync.sh and ofunctions... | 4 | Merge branch 'master' of https://github.com/deajan/osync | 0 | .md | md | bsd-3-clause | deajan/osync |
10054858 | <NME> PULL_REQUEST_TEMPLATE.md
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/deajan/osync
<DFF> @@ -0,0 +1,4 @@
+When submitting a pull request, please modify the files in dev directory rather than those generated on-the-fly.
+
+You may find all code contained in osync.sh in n_osync.sh and ofunctions... | 4 | Merge branch 'master' of https://github.com/deajan/osync | 0 | .md | md | bsd-3-clause | deajan/osync |
10054859 | <NME> LICENSE
<BEF>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,... | 20 | MIT license | 0 | LICENSE | apache-2.0 | less/less.js | |
10054860 | <NME> LICENSE
<BEF>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,... | 20 | MIT license | 0 | LICENSE | apache-2.0 | less/less.js | |
10054861 | <NME> LICENSE
<BEF>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,... | 20 | MIT license | 0 | LICENSE | apache-2.0 | less/less.js | |
10054862 | <NME> scroll-to.directive.ts
<BEF> ADDFILE
<MSG> feat(angular): Support SSR Builds
- This fixes #31
<DFF> @@ -0,0 +1,83 @@
+import {
+ Directive,
+ Input,
+ ElementRef,
+ Renderer2,
+ AfterViewInit
+} from '@angular/core';
+
+import {
+ DEFAULTS,
+ EVENTS
+} from './statics/scroll-to-helpers';
+import {
+ Scr... | 83 | feat(angular): Support SSR Builds | 0 | .ts | directive | mit | nicky-lenaers/ngx-scroll-to |
10054863 | <NME> scroll-to.directive.ts
<BEF> ADDFILE
<MSG> feat(angular): Support SSR Builds
- This fixes #31
<DFF> @@ -0,0 +1,83 @@
+import {
+ Directive,
+ Input,
+ ElementRef,
+ Renderer2,
+ AfterViewInit
+} from '@angular/core';
+
+import {
+ DEFAULTS,
+ EVENTS
+} from './statics/scroll-to-helpers';
+import {
+ Scr... | 83 | feat(angular): Support SSR Builds | 0 | .ts | directive | mit | nicky-lenaers/ngx-scroll-to |
10054864 | <NME> scroll-to.directive.ts
<BEF> ADDFILE
<MSG> feat(angular): Support SSR Builds
- This fixes #31
<DFF> @@ -0,0 +1,83 @@
+import {
+ Directive,
+ Input,
+ ElementRef,
+ Renderer2,
+ AfterViewInit
+} from '@angular/core';
+
+import {
+ DEFAULTS,
+ EVENTS
+} from './statics/scroll-to-helpers';
+import {
+ Scr... | 83 | feat(angular): Support SSR Builds | 0 | .ts | directive | mit | nicky-lenaers/ngx-scroll-to |
10054865 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js) [](https... | 6 | Add logo and centering | 2 | .md | md | apache-2.0 | less/less.js |
10054866 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js) [](https... | 6 | Add logo and centering | 2 | .md | md | apache-2.0 | less/less.js |
10054867 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js) [](https... | 6 | Add logo and centering | 2 | .md | md | apache-2.0 | less/less.js |
10054868 | <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... | 7 | Rebuilt targets | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054869 | <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... | 7 | Rebuilt targets | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054870 | <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... | 10 | Change remote RUN_DIR for unit tests only | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054871 | <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... | 10 | Change remote RUN_DIR for unit tests only | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054872 | <NME> update-osync-pkg.sh
<BEF> #!/bin/bash
git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur &&
cd "osync.aur" &&
srcdir="." &&
source "PKGBUILD" &&
url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') &&
branch=$(echo -n ${source[0]} | sed 's/.*#branch=//g') &&
git clone -b $branch $url &&
# ... | 106 | Merge pull request #130 from Shadowigor/master | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10054873 | <NME> update-osync-pkg.sh
<BEF> #!/bin/bash
git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur &&
cd "osync.aur" &&
srcdir="." &&
source "PKGBUILD" &&
url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') &&
branch=$(echo -n ${source[0]} | sed 's/.*#branch=//g') &&
git clone -b $branch $url &&
# ... | 106 | Merge pull request #130 from Shadowigor/master | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10054874 | <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)
[
# 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)
[ ambiguous guards on multiple css selectors
- older environments - protect against typeof regex returning function
- Do not use default keyword
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602... | 4 | update changelog for 1.6.1 | 0 | .md | md | apache-2.0 | less/less.js |
10054879 | <NME> CHANGELOG.md
<BEF> # 1.6.1
- support ^ and ^^ shadow dom selectors
- error on (currently) ambiguous guards on multiple css selectors
- older environments - protect against typeof regex returning function
- Do not use default keyword
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602... | 4 | update changelog for 1.6.1 | 0 | .md | md | apache-2.0 | less/less.js |
10054880 | <NME> CHANGELOG.md
<BEF> # 1.6.1
- support ^ and ^^ shadow dom selectors
- error on (currently) ambiguous guards on multiple css selectors
- older environments - protect against typeof regex returning function
- Do not use default keyword
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602... | 4 | update changelog for 1.6.1 | 0 | .md | md | apache-2.0 | less/less.js |
10054881 | <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 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2-qs OSYNC_BUILD=2511201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_V... | 106 | Minor merges before final bug fixing. | 159 | .sh | sh | bsd-3-clause | deajan/osync |
10054886 | <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.99RC2-qs OSYNC_BUILD=2511201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_V... | 106 | Minor merges before final bug fixing. | 159 | .sh | sh | bsd-3-clause | deajan/osync |
10054887 | <NME> README.md
<BEF> less.js
=======
about
-----
less.js is the next evolution of [LESS](http://lesscss.org), eventually, it will become LESS 2.0.
less.js is a complete rewrite of LESS in JavaScript, and will be able to run directly in the browser,
as well as on the server, with node.js.
where do I get it?
--------... | 5 | (doc) update README | 39 | .md | md | apache-2.0 | less/less.js |
10054888 | <NME> README.md
<BEF> less.js
=======
about
-----
less.js is the next evolution of [LESS](http://lesscss.org), eventually, it will become LESS 2.0.
less.js is a complete rewrite of LESS in JavaScript, and will be able to run directly in the browser,
as well as on the server, with node.js.
where do I get it?
--------... | 5 | (doc) update README | 39 | .md | md | apache-2.0 | less/less.js |
10054889 | <NME> README.md
<BEF> less.js
=======
about
-----
less.js is the next evolution of [LESS](http://lesscss.org), eventually, it will become LESS 2.0.
less.js is a complete rewrite of LESS in JavaScript, and will be able to run directly in the browser,
as well as on the server, with node.js.
where do I get it?
--------... | 5 | (doc) update README | 39 | .md | md | apache-2.0 | less/less.js |
10054890 | <NME> index.ts
<BEF> import { NgModule, ModuleWithProviders } from '@angular/core';
import { ChartComponent } from './ChartComponent';
import { ChartSeriesComponent } from './ChartSeriesComponent';
import { ChartPointComponent } from './ChartPointComponent';
import { ChartXAxisComponent } from './ChartXAxisComponent';... | 13 | fix service injection | 17 | .ts | ts | mit | gevgeny/angular2-highcharts |
10054891 | <NME> index.ts
<BEF> import { NgModule, ModuleWithProviders } from '@angular/core';
import { ChartComponent } from './ChartComponent';
import { ChartSeriesComponent } from './ChartSeriesComponent';
import { ChartPointComponent } from './ChartPointComponent';
import { ChartXAxisComponent } from './ChartXAxisComponent';... | 13 | fix service injection | 17 | .ts | ts | mit | gevgeny/angular2-highcharts |
10054892 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_B... | 1 | Added cleanup function to installer | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054893 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_B... | 1 | Added cleanup function to installer | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054894 | <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 | Skip attr sync if RSYNC_ATTR_ARGS is empty | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054895 | <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 | Skip attr sync if RSYNC_ATTR_ARGS is empty | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054896 | <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 | Merge branch 'master' of https://github.com/jodysankey/osync into jodysankey-master | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054897 | <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 | Merge branch 'master' of https://github.com/jodysankey/osync into jodysankey-master | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054898 | <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-2... | 8 | Hotfix #22 added rm -rf if file already exists | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054901 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 8 | Hotfix #22 added rm -rf if file already exists | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054902 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function. Should work now. 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_VE... | 8 | Bumped version to v1.2-beta | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10054903 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function. Should work now. 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_VE... | 8 | Bumped version to v1.2-beta | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10054904 | <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-RC1+dev _OFUNCTIONS_BUILD=2016121501 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 2 | Updated sudo behavior | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054905 | <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-RC1+dev _OFUNCTIONS_BUILD=2016121501 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 2 | Updated sudo behavior | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054906 | <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.1.1-dev PROGRAM_BUILD=... | 17 | Added lock check before unlocking | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054907 | <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.1.1-dev PROGRAM_BUILD=... | 17 | Added lock check before unlocking | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054908 | <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: conflict list is not mandatory, but is still needed for acl reso... | 5 | Revert "More sort enforcing" | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054909 | <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: conflict list is not mandatory, but is still needed for acl reso... | 5 | Revert "More sort enforcing" | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054910 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2019 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 1 | Update copyright year | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054911 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2019 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 1 | Update copyright year | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054912 | <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 | Enabled Rsync compression in quicksync mode | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054913 | <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 | Enabled Rsync compression in quicksync mode | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054914 | <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 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054915 | <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 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054916 | <NME> ssh_filter.sh
<BEF> #!/bin/bash
##### Obackup & Osync ssh command filter build 2408201301
##### This script should be located in /usr/local/bin in the remote system to sync / backup
##### It will filter the commands that can be run remotely via ssh.
##### Please chmod 755 and chown root:root this file
##### Any... | 1 | Removed mysql permissions from obackup | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054917 | <NME> ssh_filter.sh
<BEF> #!/bin/bash
##### Obackup & Osync ssh command filter build 2408201301
##### This script should be located in /usr/local/bin in the remote system to sync / backup
##### It will filter the commands that can be run remotely via ssh.
##### Please chmod 755 and chown root:root this file
##### Any... | 1 | Removed mysql permissions from obackup | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10054918 | <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... | 6 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054919 | <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... | 6 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054920 | <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 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054921 | <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 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054922 | <NME> linux.yml
<BEF> name: linux-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Install dependencies
run: |
sudo apt-get intall inotify-tools acl
- name: Execute tests and generate coverage ... | 1 | Fix typo | 1 | .yml | github/workflows/linux | bsd-3-clause | deajan/osync |
10054923 | <NME> linux.yml
<BEF> name: linux-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Install dependencies
run: |
sudo apt-get intall inotify-tools acl
- name: Execute tests and generate coverage ... | 1 | Fix typo | 1 | .yml | github/workflows/linux | bsd-3-clause | deajan/osync |
10054924 | <NME> url.js
<BEF> ADDFILE
<MSG> url() parsing
<DFF> @@ -0,0 +1,9 @@
+
+node.URL = function URL(val) {
+ this.value = val;
+};
+node.URL.prototype = {
+ toCSS: function () {
+ return "url(" + this.value.toCSS ? this.value.toCSS() : this.value + ")";
+ }
+};
| 9 | url() parsing | 0 | .js | js | apache-2.0 | less/less.js |
10054925 | <NME> url.js
<BEF> ADDFILE
<MSG> url() parsing
<DFF> @@ -0,0 +1,9 @@
+
+node.URL = function URL(val) {
+ this.value = val;
+};
+node.URL.prototype = {
+ toCSS: function () {
+ return "url(" + this.value.toCSS ? this.value.toCSS() : this.value + ")";
+ }
+};
| 9 | url() parsing | 0 | .js | js | apache-2.0 | less/less.js |
10054926 | <NME> url.js
<BEF> ADDFILE
<MSG> url() parsing
<DFF> @@ -0,0 +1,9 @@
+
+node.URL = function URL(val) {
+ this.value = val;
+};
+node.URL.prototype = {
+ toCSS: function () {
+ return "url(" + this.value.toCSS ? this.value.toCSS() : this.value + ")";
+ }
+};
| 9 | url() parsing | 0 | .js | js | apache-2.0 | less/less.js |
10054927 | <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 ... | 1 | Installation path of the binary is now dependant of FAKEROOT | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054928 | <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 ... | 1 | Installation path of the binary is now dependant of FAKEROOT | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054929 | <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 's/^.{10} +[0-9,]+ [0-9/]{10} [0-9:]{8} ... | 0 | Removed work comments | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054930 | <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 's/^.{10} +[0-9,]+ [0-9/]{10} [0-9:]{8} ... | 0 | Removed work comments | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054931 | <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... | 15 | Added push file exclusion in RSYNC_FULL_PATTERNS | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10054932 | <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... | 15 | Added push file exclusion in RSYNC_FULL_PATTERNS | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10054933 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2016121302
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
if [ ! -f "./merge.sh" ]; then
echo "$0 - Quick and dirty preprocessor for including ofunctions into programs"
echo "Creates and executes ... | 10 | Permit bootstrap of other executables | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054934 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2016121302
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
if [ ! -f "./merge.sh" ]; then
echo "$0 - Quick and dirty preprocessor for including ofunctions into programs"
echo "Creates and executes ... | 10 | Permit bootstrap of other executables | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054935 | <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... | 9 | Check if master and slave dirs is not same. | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054936 | <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... | 9 | Check if master and slave dirs is not same. | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054937 | <NME> config.yml
<BEF> # CircleCI Pre-Built Docker Images
# - https://circleci.com/docs/2.0/circleci-images/
# CirlceCI Configuration
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.3
# References
~/app
image_node: &image_node
image: circleci/node:8.2.1
image_node_browsers: &image_node_b... | 2 | refactor: update circleci node version to align with angular v6 | 2 | .yml | circleci/config | mit | nicky-lenaers/ngx-scroll-to |
10054938 | <NME> config.yml
<BEF> # CircleCI Pre-Built Docker Images
# - https://circleci.com/docs/2.0/circleci-images/
# CirlceCI Configuration
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.3
# References
~/app
image_node: &image_node
image: circleci/node:8.2.1
image_node_browsers: &image_node_b... | 2 | refactor: update circleci node version to align with angular v6 | 2 | .yml | circleci/config | mit | nicky-lenaers/ngx-scroll-to |
10054939 | <NME> config.yml
<BEF> # CircleCI Pre-Built Docker Images
# - https://circleci.com/docs/2.0/circleci-images/
# CirlceCI Configuration
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.3
# References
~/app
image_node: &image_node
image: circleci/node:8.2.1
image_node_browsers: &image_node_b... | 2 | refactor: update circleci node version to align with angular v6 | 2 | .yml | circleci/config | mit | nicky-lenaers/ngx-scroll-to |
10054940 | <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... | 7 | Merge pull request #184 from dbingham/macos-install | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054941 | <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... | 7 | Merge pull request #184 from dbingham/macos-install | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054942 | <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... | 5 | Update chrome-remote-interface | 5 | .lock | lock | mit | LucianoGanga/simple-headless-chrome |
10054943 | <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.2.0-dev _OFUNCTIONS_BUILD=2018010303 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 6 | Added better failed remote connection log | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054944 | <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.2.0-dev _OFUNCTIONS_BUILD=2018010303 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 6 | Added better failed remote connection log | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054945 | <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 | Bump ofunctions version | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054946 | <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 | Bump ofunctions version | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10054947 | <NME> mixins-guards-default-func.less
<BEF> ADDFILE
<MSG> Initial implementation of mixin guard `default` function (aka "mutually exclusive guards")
<DFF> @@ -0,0 +1,159 @@
+
+// basics:
+
+guard-default-basic-1 {
+ .m(1) {case: 1}
+ .m(@x) when (default()) {default: @x}
+
+ &-1 {.m(1)}
... | 159 | Initial implementation of mixin guard `default` function (aka "mutually exclusive guards") | 0 | .less | less | apache-2.0 | less/less.js |
10054948 | <NME> mixins-guards-default-func.less
<BEF> ADDFILE
<MSG> Initial implementation of mixin guard `default` function (aka "mutually exclusive guards")
<DFF> @@ -0,0 +1,159 @@
+
+// basics:
+
+guard-default-basic-1 {
+ .m(1) {case: 1}
+ .m(@x) when (default()) {default: @x}
+
+ &-1 {.m(1)}
... | 159 | Initial implementation of mixin guard `default` function (aka "mutually exclusive guards") | 0 | .less | less | apache-2.0 | less/less.js |
10054949 | <NME> mixins-guards-default-func.less
<BEF> ADDFILE
<MSG> Initial implementation of mixin guard `default` function (aka "mutually exclusive guards")
<DFF> @@ -0,0 +1,159 @@
+
+// basics:
+
+guard-default-basic-1 {
+ .m(1) {case: 1}
+ .m(@x) when (default()) {default: @x}
+
+ &-1 {.m(1)}
... | 159 | Initial implementation of mixin guard `default` function (aka "mutually exclusive guards") | 0 | .less | less | apache-2.0 | less/less.js |