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
10055250
<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...
10
Minor updates
7
.sh
sh
bsd-3-clause
deajan/osync
10055251
<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...
10
Minor updates
7
.sh
sh
bsd-3-clause
deajan/osync
10055252
<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...
11
Fixed locking / unlocking mechanism
11
.sh
sh
bsd-3-clause
deajan/osync
10055253
<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...
11
Fixed locking / unlocking mechanism
11
.sh
sh
bsd-3-clause
deajan/osync
10055254
<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...
23
Added some work comments
0
.sh
sh
bsd-3-clause
deajan/osync
10055255
<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...
23
Added some work comments
0
.sh
sh
bsd-3-clause
deajan/osync
10055256
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr include #### _OFUNCTIONS_BOOTSTRAP SUBSET #### PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} SSH_FILTER="ssh_filter.sh" PROGRAM_BATCH=$PROGRAM"-batc...
2
Fixed program version
2
.sh
sh
bsd-3-clause
deajan/osync
10055257
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr include #### _OFUNCTIONS_BOOTSTRAP SUBSET #### PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} SSH_FILTER="ssh_filter.sh" PROGRAM_BATCH=$PROGRAM"-batc...
2
Fixed program version
2
.sh
sh
bsd-3-clause
deajan/osync
10055258
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016120802 ## 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" } ...
2
Added _OFUNCTIONS_BOOTSTRAP subset
1
.sh
sh
bsd-3-clause
deajan/osync
10055259
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016120802 ## 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" } ...
2
Added _OFUNCTIONS_BOOTSTRAP subset
1
.sh
sh
bsd-3-clause
deajan/osync
10055260
<NME> yarn.lock <BEF> # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 "@types/core-js@^0.9.41": version "0.9.41" resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-0.9.41.tgz#cfeceb63c2beaa29f882252c7c18e0e9471ff4e2" "@types/mkdirp@^0.3.29": version "0.3.29" r...
4
Merge branch 'master' into beta
0
.lock
lock
mit
LucianoGanga/simple-headless-chrome
10055261
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
5
Less helper config file checks
2
.sh
sh
bsd-3-clause
deajan/osync
10055262
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
5
Less helper config file checks
2
.sh
sh
bsd-3-clause
deajan/osync
10055263
<NME> webpack.config.ts <BEF> ADDFILE <MSG> Merge remote-tracking branch 'refs/remotes/origin/develop' <DFF> @@ -0,0 +1,94 @@ +import * as webpack from 'webpack'; +import { resolve } from 'path'; +import { AotPlugin } from '@ngtools/webpack'; +import * as HtmlWebpackPlugin from 'html-webpack-plugin'; + +/** + * @todo ...
94
Merge remote-tracking branch 'refs/remotes/origin/develop'
0
.ts
config
mit
nicky-lenaers/ngx-scroll-to
10055264
<NME> webpack.config.ts <BEF> ADDFILE <MSG> Merge remote-tracking branch 'refs/remotes/origin/develop' <DFF> @@ -0,0 +1,94 @@ +import * as webpack from 'webpack'; +import { resolve } from 'path'; +import { AotPlugin } from '@ngtools/webpack'; +import * as HtmlWebpackPlugin from 'html-webpack-plugin'; + +/** + * @todo ...
94
Merge remote-tracking branch 'refs/remotes/origin/develop'
0
.ts
config
mit
nicky-lenaers/ngx-scroll-to
10055265
<NME> webpack.config.ts <BEF> ADDFILE <MSG> Merge remote-tracking branch 'refs/remotes/origin/develop' <DFF> @@ -0,0 +1,94 @@ +import * as webpack from 'webpack'; +import { resolve } from 'path'; +import { AotPlugin } from '@ngtools/webpack'; +import * as HtmlWebpackPlugin from 'html-webpack-plugin'; + +/** + * @todo ...
94
Merge remote-tracking branch 'refs/remotes/origin/develop'
0
.ts
config
mit
nicky-lenaers/ngx-scroll-to
10055266
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Fix README.md typo
1
.md
md
bsd-3-clause
deajan/osync
10055267
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Fix README.md typo
1
.md
md
bsd-3-clause
deajan/osync
10055268
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=201...
2
Added upgrade finished message
1
.sh
0x-v1
bsd-3-clause
deajan/osync
10055269
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=201...
2
Added upgrade finished message
1
.sh
0x-v1
bsd-3-clause
deajan/osync
10055270
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Corrected typo in README.md
1
.md
md
bsd-3-clause
deajan/osync
10055271
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Corrected typo in README.md
1
.md
md
bsd-3-clause
deajan/osync
10055272
<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-beta2 PROGRAM_BUILD=...
13
Code compliance
13
.sh
sh
bsd-3-clause
deajan/osync
10055273
<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-beta2 PROGRAM_BUILD=...
13
Code compliance
13
.sh
sh
bsd-3-clause
deajan/osync
10055274
<NME> .gitignore <BEF> npm-debug.log node_modules .idea dist lib build <MSG> ignore typings <DFF> @@ -3,4 +3,5 @@ node_modules .idea dist lib -build \ No newline at end of file +build +typings \ No newline at end of file
2
ignore typings
1
gitignore
mit
gevgeny/angular2-highcharts
10055275
<NME> .gitignore <BEF> npm-debug.log node_modules .idea dist lib build <MSG> ignore typings <DFF> @@ -3,4 +3,5 @@ node_modules .idea dist lib -build \ No newline at end of file +build +typings \ No newline at end of file
2
ignore typings
1
gitignore
mit
gevgeny/angular2-highcharts
10055276
<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...
29
Still adding initial functionnality.
4
.sh
sh
bsd-3-clause
deajan/osync
10055277
<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...
29
Still adding initial functionnality.
4
.sh
sh
bsd-3-clause
deajan/osync
10055278
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BUILD=3003201503 ## type doesn't work on platforms other than linux (...
163
Merged v1.00pre into master after successfull testing
156
.sh
sh
bsd-3-clause
deajan/osync
10055279
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BUILD=3003201503 ## type doesn't work on platforms other than linux (...
163
Merged v1.00pre into master after successfull testing
156
.sh
sh
bsd-3-clause
deajan/osync
10055280
<NME> setupHandlers.js <BEF> 'use strict' const debug = require('debug')('HeadlessChrome:handlers') module.exports = function setupHandlers () { debug(`Setting up handlers...`) const Network = this.client.Network const Page = this.client.Page Network.requestWillBeSent((params) => { // debug(`:: requestWi...
45
Add frames support. Add browser console streaming. Instead of getting and setting values using evaluate, modify the nodes directly.
8
.js
js
mit
LucianoGanga/simple-headless-chrome
10055281
<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
Bugfixes...
2
.sh
sh
bsd-3-clause
deajan/osync
10055282
<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
Bugfixes...
2
.sh
sh
bsd-3-clause
deajan/osync
10055283
<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) [![build](htt...
5
Update README.md
3
.md
md
mit
gevgeny/angular2-highcharts
10055284
<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) [![build](htt...
5
Update README.md
3
.md
md
mit
gevgeny/angular2-highcharts
10055285
<NME> osync.sh <BEF> #!/bin/bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM_BUILD=2205201401 ## allow debugging from command line with preceding ocsyn...
470
Merge branch 'cleanup-before-RC3'
208
.sh
sh
bsd-3-clause
deajan/osync
10055286
<NME> osync.sh <BEF> #!/bin/bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM_BUILD=2205201401 ## allow debugging from command line with preceding ocsyn...
470
Merge branch 'cleanup-before-RC3'
208
.sh
sh
bsd-3-clause
deajan/osync
10055287
<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
fix an error about extract
1
.md
md
apache-2.0
less/less.js
10055288
<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
fix an error about extract
1
.md
md
apache-2.0
less/less.js
10055289
<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
fix an error about extract
1
.md
md
apache-2.0
less/less.js
10055290
<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...
1
Daemon related changes
2
.sh
sh
bsd-3-clause
deajan/osync
10055291
<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...
1
Daemon related changes
2
.sh
sh
bsd-3-clause
deajan/osync
10055292
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
16
Revert "Revert "Updated links to release""
17
.md
md
bsd-3-clause
deajan/osync
10055293
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
16
Revert "Revert "Updated links to release""
17
.md
md
bsd-3-clause
deajan/osync
10055294
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Merge branch 'master' of https://github.com/deajan/osync
1
.md
md
bsd-3-clause
deajan/osync
10055295
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Merge branch 'master' of https://github.com/deajan/osync
1
.md
md
bsd-3-clause
deajan/osync
10055296
<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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3+ PROGRAM_B...
39
Obackup code merge
14
.sh
sh
bsd-3-clause
deajan/osync
10055297
<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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3+ PROGRAM_B...
39
Obackup code merge
14
.sh
sh
bsd-3-clause
deajan/osync
10055298
<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_BUILD=2016...
4
Wronf ofunctions.sh uploaded
3
.sh
sh
bsd-3-clause
deajan/osync
10055299
<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_BUILD=2016...
4
Wronf ofunctions.sh uploaded
3
.sh
sh
bsd-3-clause
deajan/osync
10055300
<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
31
.sh
sh
bsd-3-clause
deajan/osync
10055301
<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
31
.sh
sh
bsd-3-clause
deajan/osync
10055302
<NME> less-rhino-1.5.1.js <BEF> ADDFILE <MSG> Added rhino 1.5.1.js into dist directory <DFF> @@ -0,0 +1,6831 @@ +/* LESS.js v1.5.1 RHINO | Copyright (c) 2009-2013, Alexis Sellier <self@cloudhead.net> */ + +// +// Stub out `require` in rhino +// +function require(arg) { + var split = arg.split('/'); + var resultModule =...
6,831
Added rhino 1.5.1.js into dist directory
0
.js
5
apache-2.0
less/less.js
10055303
<NME> less-rhino-1.5.1.js <BEF> ADDFILE <MSG> Added rhino 1.5.1.js into dist directory <DFF> @@ -0,0 +1,6831 @@ +/* LESS.js v1.5.1 RHINO | Copyright (c) 2009-2013, Alexis Sellier <self@cloudhead.net> */ + +// +// Stub out `require` in rhino +// +function require(arg) { + var split = arg.split('/'); + var resultModule =...
6,831
Added rhino 1.5.1.js into dist directory
0
.js
5
apache-2.0
less/less.js
10055304
<NME> less-rhino-1.5.1.js <BEF> ADDFILE <MSG> Added rhino 1.5.1.js into dist directory <DFF> @@ -0,0 +1,6831 @@ +/* LESS.js v1.5.1 RHINO | Copyright (c) 2009-2013, Alexis Sellier <self@cloudhead.net> */ + +// +// Stub out `require` in rhino +// +function require(arg) { + var split = arg.split('/'); + var resultModule =...
6,831
Added rhino 1.5.1.js into dist directory
0
.js
5
apache-2.0
less/less.js
10055305
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v3.5.1 * http://lesscss.org * * Copyright (c) 2009-2018, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==type...
3
Release v3.5.2
3
.js
min
apache-2.0
less/less.js
10055306
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v3.5.1 * http://lesscss.org * * Copyright (c) 2009-2018, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==type...
3
Release v3.5.2
3
.js
min
apache-2.0
less/less.js
10055307
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v3.5.1 * http://lesscss.org * * Copyright (c) 2009-2018, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==type...
3
Release v3.5.2
3
.js
min
apache-2.0
less/less.js
10055308
<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
Typo fixing
5
.sh
sh
bsd-3-clause
deajan/osync
10055309
<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
Typo fixing
5
.sh
sh
bsd-3-clause
deajan/osync
10055310
<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...
6
Merge pull request #103 from deajan/no-resume
0
.sh
sh
bsd-3-clause
deajan/osync
10055311
<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...
6
Merge pull request #103 from deajan/no-resume
0
.sh
sh
bsd-3-clause
deajan/osync
10055312
<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...
1
Merge pull request #120 from acuthbert/master
1
.sh
sh
bsd-3-clause
deajan/osync
10055313
<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...
1
Merge pull request #120 from acuthbert/master
1
.sh
sh
bsd-3-clause
deajan/osync
10055314
<NME> comments-2991.less <BEF> ADDFILE <MSG> Fix #2991 (#3649) * Tests for 2991 * Fix for 2991 * chore: add missing newline Co-authored-by: Olivier Nicodemi <aa506f19173657aa9264b28c1722270c46ee4699@zinal-consulting.de> Co-authored-by: Lei Chen <ff985652b665e24549d2472d507207cc52ca66e8@foxmail.com> <DFF> @@ ...
25
Fix #2991 (#3649)
0
.less
less
apache-2.0
less/less.js
10055315
<NME> comments-2991.less <BEF> ADDFILE <MSG> Fix #2991 (#3649) * Tests for 2991 * Fix for 2991 * chore: add missing newline Co-authored-by: Olivier Nicodemi <aa506f19173657aa9264b28c1722270c46ee4699@zinal-consulting.de> Co-authored-by: Lei Chen <ff985652b665e24549d2472d507207cc52ca66e8@foxmail.com> <DFF> @@ ...
25
Fix #2991 (#3649)
0
.less
less
apache-2.0
less/less.js
10055316
<NME> comments-2991.less <BEF> ADDFILE <MSG> Fix #2991 (#3649) * Tests for 2991 * Fix for 2991 * chore: add missing newline Co-authored-by: Olivier Nicodemi <aa506f19173657aa9264b28c1722270c46ee4699@zinal-consulting.de> Co-authored-by: Lei Chen <ff985652b665e24549d2472d507207cc52ca66e8@foxmail.com> <DFF> @@ ...
25
Fix #2991 (#3649)
0
.less
less
apache-2.0
less/less.js
10055317
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=1.2-RC1 PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121102 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 2...
2
Rebuilt targets for v1.2-RC1
2
.sh
sh
bsd-3-clause
deajan/osync
10055318
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=1.2-RC1 PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121102 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 2...
2
Rebuilt targets for v1.2-RC1
2
.sh
sh
bsd-3-clause
deajan/osync
10055319
<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-RC2 _OFUNCTIONS_BUILD=2017020703 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
3
Added _REMOTE_TOKEN for ssh_filter
3
.sh
sh
bsd-3-clause
deajan/osync
10055320
<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-RC2 _OFUNCTIONS_BUILD=2017020703 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
3
Added _REMOTE_TOKEN for ssh_filter
3
.sh
sh
bsd-3-clause
deajan/osync
10055321
<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
Removed unused variable
3
.sh
sh
bsd-3-clause
deajan/osync
10055322
<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
Removed unused variable
3
.sh
sh
bsd-3-clause
deajan/osync
10055323
<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...
7
Added more debugging for ExecTasks
1
.sh
sh
bsd-3-clause
deajan/osync
10055324
<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...
7
Added more debugging for ExecTasks
1
.sh
sh
bsd-3-clause
deajan/osync
10055325
<NME> release.sh <BEF> ADDFILE <MSG> Add LICENSE & Update GitHub Release Script <DFF> @@ -0,0 +1,91 @@ +-#!/bin/bash + +# Publish Steps +# +# The following steps describe the release process +# for the app to GitHub Releases. We assume that +# steps 1, 2 and 3 are done by the time this script runs. +# +# 1. Make Chang...
91
Add LICENSE & Update GitHub Release Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10055326
<NME> release.sh <BEF> ADDFILE <MSG> Add LICENSE & Update GitHub Release Script <DFF> @@ -0,0 +1,91 @@ +-#!/bin/bash + +# Publish Steps +# +# The following steps describe the release process +# for the app to GitHub Releases. We assume that +# steps 1, 2 and 3 are done by the time this script runs. +# +# 1. Make Chang...
91
Add LICENSE & Update GitHub Release Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10055327
<NME> release.sh <BEF> ADDFILE <MSG> Add LICENSE & Update GitHub Release Script <DFF> @@ -0,0 +1,91 @@ +-#!/bin/bash + +# Publish Steps +# +# The following steps describe the release process +# for the app to GitHub Releases. We assume that +# steps 1, 2 and 3 are done by the time this script runs. +# +# 1. Make Chang...
91
Add LICENSE & Update GitHub Release Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10055328
<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...
1
Another typo bites the dust :(
0
.sh
sh
bsd-3-clause
deajan/osync
10055329
<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...
1
Another typo bites the dust :(
0
.sh
sh
bsd-3-clause
deajan/osync
10055330
<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) [![build](htt...
8
Update README.md
24
.md
md
mit
gevgeny/angular2-highcharts
10055331
<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) [![build](htt...
8
Update README.md
24
.md
md
mit
gevgeny/angular2-highcharts
10055332
<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. ...
0
Removed empty line
1
.example
conf
bsd-3-clause
deajan/osync
10055333
<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. ...
0
Removed empty line
1
.example
conf
bsd-3-clause
deajan/osync
10055334
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=...
6
Merge pull request #101 from deajan/fix_options
2
.sh
sh
bsd-3-clause
deajan/osync
10055335
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=...
6
Merge pull request #101 from deajan/fix_options
2
.sh
sh
bsd-3-clause
deajan/osync
10055336
<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=0104201501 ## Runs an osync instance f...
3
Quick fix for some quotes
5
.sh
sh
bsd-3-clause
deajan/osync
10055337
<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=0104201501 ## Runs an osync instance f...
3
Quick fix for some quotes
5
.sh
sh
bsd-3-clause
deajan/osync
10055338
<NME> linux.yml <BEF> name: linux-tests on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest] steps: - uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt-get install inotify-tools acl - name: Exe...
1
Update linux.yml
2
.yml
github/workflows/linux
bsd-3-clause
deajan/osync
10055339
<NME> linux.yml <BEF> name: linux-tests on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest] steps: - uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt-get install inotify-tools acl - name: Exe...
1
Update linux.yml
2
.yml
github/workflows/linux
bsd-3-clause
deajan/osync
10055340
<NME> amd.js <BEF> ADDFILE <MSG> Added an AMD module registration. <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Added an AMD module registration.
0
.js
js
apache-2.0
less/less.js
10055341
<NME> amd.js <BEF> ADDFILE <MSG> Added an AMD module registration. <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Added an AMD module registration.
0
.js
js
apache-2.0
less/less.js
10055342
<NME> amd.js <BEF> ADDFILE <MSG> Added an AMD module registration. <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Added an AMD module registration.
0
.js
js
apache-2.0
less/less.js
10055343
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019052201 # 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
Removed unused variable
2
.sh
sh
bsd-3-clause
deajan/osync
10055344
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019052201 # 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
Removed unused variable
2
.sh
sh
bsd-3-clause
deajan/osync
10055345
<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...
17
Reenabled all tests
17
.sh
sh
bsd-3-clause
deajan/osync
10055346
<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...
17
Reenabled all tests
17
.sh
sh
bsd-3-clause
deajan/osync
10055347
<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...
2
Fixed semantic
2
.sh
sh
bsd-3-clause
deajan/osync
10055348
<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...
2
Fixed semantic
2
.sh
sh
bsd-3-clause
deajan/osync
10055349
<NME> CHANGELOG.md <BEF> # ??? - Fixed line/column numbers from math errors - Added a plugins option that allows specifying an array of visitors run on the less AST - fixed issue when adding colours, taking the alpha over 1 and breaking when used in colour functions - when adding together 2 colours with non zero a...
8
update changelog
5
.md
md
apache-2.0
less/less.js