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
10054750
<NME> osync.spec <BEF> Name: osync Version: 1.2 Release: beta.1%{?dist} Summary: robust file synchronization tool Group: Applications/File License: BSD URL: https://www.netpower.fr/osync Source0: https://github.com/deajan/osync/archive/master.zip Requires: ...
45
Added systemd support for spec file
18
.spec
spec
bsd-3-clause
deajan/osync
10054751
<NME> osync.spec <BEF> Name: osync Version: 1.2 Release: beta.1%{?dist} Summary: robust file synchronization tool Group: Applications/File License: BSD URL: https://www.netpower.fr/osync Source0: https://github.com/deajan/osync/archive/master.zip Requires: ...
45
Added systemd support for spec file
18
.spec
spec
bsd-3-clause
deajan/osync
10054752
<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...
22
Update README.md
5
.md
md
mit
gevgeny/angular2-highcharts
10054753
<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...
22
Update README.md
5
.md
md
mit
gevgeny/angular2-highcharts
10054754
<NME> initChart.ts <BEF> import { HighchartsService } from './HighchartsService'; import { deepAssign } from './deepAssign'; export function initChart(highchartsService : HighchartsService, userOpts, baseOpts, type : string) { const Highcharts = highchartsService.getHighchartsStatic() if (!Highcharts[type]) {...
4
add error message
1
.ts
ts
mit
gevgeny/angular2-highcharts
10054755
<NME> initChart.ts <BEF> import { HighchartsService } from './HighchartsService'; import { deepAssign } from './deepAssign'; export function initChart(highchartsService : HighchartsService, userOpts, baseOpts, type : string) { const Highcharts = highchartsService.getHighchartsStatic() if (!Highcharts[type]) {...
4
add error message
1
.ts
ts
mit
gevgeny/angular2-highcharts
10054756
<NME> ChartEvent.ts <BEF> import * as highcharts from 'highcharts' export class ChartEvent { originalEvent : Event; context : highcharts.ChartObject | highcharts.SeriesObject | highcharts.PointObject | highcharts.AxisObject; constructor (event, context) { this.originalEvent = event; this.co...
1
remove highcharts typings
3
.ts
ts
mit
gevgeny/angular2-highcharts
10054757
<NME> ChartEvent.ts <BEF> import * as highcharts from 'highcharts' export class ChartEvent { originalEvent : Event; context : highcharts.ChartObject | highcharts.SeriesObject | highcharts.PointObject | highcharts.AxisObject; constructor (event, context) { this.originalEvent = event; this.co...
1
remove highcharts typings
3
.ts
ts
mit
gevgeny/angular2-highcharts
10054758
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016081201 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume outp...
55
Updated ofunctions from obackup project
38
.sh
sh
bsd-3-clause
deajan/osync
10054759
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016081201 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume outp...
55
Updated ofunctions from obackup project
38
.sh
sh
bsd-3-clause
deajan/osync
10054760
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/LucianoGanga/simple-headless-chrome.svg?branch=master)](https://travis-ci.org/LucianoGanga/simple-headless-chrome) # simple-headless-chrome # This project is looking for a maintainer If you'd like to help others in this project, you're more than welcome! I ...
2
Fix docs
2
.md
md
mit
LucianoGanga/simple-headless-chrome
10054761
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.1 _OFUNCTIONS_BUILD=2017040801 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTST...
95
Updated ofunctions
63
.sh
sh
bsd-3-clause
deajan/osync
10054762
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.1 _OFUNCTIONS_BUILD=2017040801 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTST...
95
Updated ofunctions
63
.sh
sh
bsd-3-clause
deajan/osync
10054763
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
4
Rebuilt targets
4
.sh
sh
bsd-3-clause
deajan/osync
10054764
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
4
Rebuilt targets
4
.sh
sh
bsd-3-clause
deajan/osync
10054765
<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...
10
Update README.md
7
.md
md
mit
gevgeny/angular2-highcharts
10054766
<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...
10
Update README.md
7
.md
md
mit
gevgeny/angular2-highcharts
10054767
<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...
3
Travis debug can fail
3
.sh
sh
bsd-3-clause
deajan/osync
10054768
<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...
3
Travis debug can fail
3
.sh
sh
bsd-3-clause
deajan/osync
10054769
<NME> README.md <BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular) > Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview) [![npm version](https://badge.fury....
2
Update README.md
0
.md
md
mit
gevgeny/angular2-highcharts
10054770
<NME> README.md <BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular) > Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview) [![npm version](https://badge.fury....
2
Update README.md
0
.md
md
mit
gevgeny/angular2-highcharts
10054771
<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
Fixed typo generating bogus resume actions
1
.sh
sh
bsd-3-clause
deajan/osync
10054772
<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
Fixed typo generating bogus resume actions
1
.sh
sh
bsd-3-clause
deajan/osync
10054773
<NME> plugin-error.js <BEF> ADDFILE <MSG> Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical) <DFF> @@ -0,0 +1,3 @@ +// jscs:disable +functions.addMultiple({ + "test-parse-error" : function() { \ No newline at end of file
3
Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical)
0
.js
js
apache-2.0
less/less.js
10054774
<NME> plugin-error.js <BEF> ADDFILE <MSG> Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical) <DFF> @@ -0,0 +1,3 @@ +// jscs:disable +functions.addMultiple({ + "test-parse-error" : function() { \ No newline at end of file
3
Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical)
0
.js
js
apache-2.0
less/less.js
10054775
<NME> plugin-error.js <BEF> ADDFILE <MSG> Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical) <DFF> @@ -0,0 +1,3 @@ +// jscs:disable +functions.addMultiple({ + "test-parse-error" : function() { \ No newline at end of file
3
Replace "return {}" statement in plugins with explicit registerPlugin() function (more logical)
0
.js
js
apache-2.0
less/less.js
10054776
<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...
2
Updated work comments
1
.sh
sh
bsd-3-clause
deajan/osync
10054777
<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...
2
Updated work comments
1
.sh
sh
bsd-3-clause
deajan/osync
10054778
<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...
5
Add ssh filter comment
0
.md
md
bsd-3-clause
deajan/osync
10054779
<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...
5
Add ssh filter comment
0
.md
md
bsd-3-clause
deajan/osync
10054780
<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
Minor tweak
1
.sh
sh
bsd-3-clause
deajan/osync
10054781
<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
Minor tweak
1
.sh
sh
bsd-3-clause
deajan/osync
10054782
<NME> ci.yml <BEF> # Github actions workflow name name: Nodejs Test # Triggers the workflow on push or pull request events on: [push, pull_request] jobs: platform_spec_test: name: 'Tests on ${{matrix.os}} with node${{matrix.node}}' strategy: matrix: # Test all mainstream operating system ...
1
ci: add node18 support and drop node17 ci (#3718)
1
.yml
github/workflows/ci
apache-2.0
less/less.js
10054783
<NME> ci.yml <BEF> # Github actions workflow name name: Nodejs Test # Triggers the workflow on push or pull request events on: [push, pull_request] jobs: platform_spec_test: name: 'Tests on ${{matrix.os}} with node${{matrix.node}}' strategy: matrix: # Test all mainstream operating system ...
1
ci: add node18 support and drop node17 ci (#3718)
1
.yml
github/workflows/ci
apache-2.0
less/less.js
10054784
<NME> ci.yml <BEF> # Github actions workflow name name: Nodejs Test # Triggers the workflow on push or pull request events on: [push, pull_request] jobs: platform_spec_test: name: 'Tests on ${{matrix.os}} with node${{matrix.node}}' strategy: matrix: # Test all mainstream operating system ...
1
ci: add node18 support and drop node17 ci (#3718)
1
.yml
github/workflows/ci
apache-2.0
less/less.js
10054785
<NME> strict-units.less <BEF> ADDFILE <MSG> improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276 <DFF> @@ -0,0 +1,4 @@ +.units { + cancels-to-nothing: (1px / 1px); + cancels: ((((10px / 5em) / 1px) * 3em) * 1px); +}
4
improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276
0
.less
less
apache-2.0
less/less.js
10054786
<NME> strict-units.less <BEF> ADDFILE <MSG> improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276 <DFF> @@ -0,0 +1,4 @@ +.units { + cancels-to-nothing: (1px / 1px); + cancels: ((((10px / 5em) / 1px) * 3em) * 1px); +}
4
improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276
0
.less
less
apache-2.0
less/less.js
10054787
<NME> strict-units.less <BEF> ADDFILE <MSG> improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276 <DFF> @@ -0,0 +1,4 @@ +.units { + cancels-to-nothing: (1px / 1px); + cancels: ((((10px / 5em) / 1px) * 3em) * 1px); +}
4
improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276
0
.less
less
apache-2.0
less/less.js
10054788
<NME> initChart.ts <BEF> import { HighchartsService } from './HighchartsService'; import { deepAssign } from './deepAssign'; export function initChart(highchartsService : HighchartsService, userOpts, baseOpts, type : string) { const Highcharts = highchartsService.getHighchartsStatic(); if (!Highcharts) { ...
1
Merge pull request #55 from mcl-de/master
1
.ts
ts
mit
gevgeny/angular2-highcharts
10054789
<NME> initChart.ts <BEF> import { HighchartsService } from './HighchartsService'; import { deepAssign } from './deepAssign'; export function initChart(highchartsService : HighchartsService, userOpts, baseOpts, type : string) { const Highcharts = highchartsService.getHighchartsStatic(); if (!Highcharts) { ...
1
Merge pull request #55 from mcl-de/master
1
.ts
ts
mit
gevgeny/angular2-highcharts
10054790
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v1.2x config file rev 2016101901 ## ---------- GENERAL OPTIONS ## Direc...
4
Added SKIP_DELETION support
1
.example
conf
bsd-3-clause
deajan/osync
10054791
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v1.2x config file rev 2016101901 ## ---------- GENERAL OPTIONS ## Direc...
4
Added SKIP_DELETION support
1
.example
conf
bsd-3-clause
deajan/osync
10054792
<NME> util.js <BEF> 'use strict' /** * Checks if the browser is initialized. Exits the process if it's not */ exports.browserIsInitialized = function browserIsInitialized () { if (!this.isInitialized()) { console.error('HeadlessChrome is not ready; call browser.init() before requesting other actions') proc...
39
Add builded files
39
.js
js
mit
LucianoGanga/simple-headless-chrome
10054793
<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-dev-parallel-unstabl...
3
Misc fixes
3
.sh
sh
bsd-3-clause
deajan/osync
10054794
<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-dev-parallel-unstabl...
3
Misc fixes
3
.sh
sh
bsd-3-clause
deajan/osync
10054795
<NME> createBaseOpts.ts <BEF> import { EventEmitter } from '@angular/core'; import { ChartEvent } from './ChartEvent'; const chartEvents = [ //'click', works by default as a native DOM click 'addSeries', 'afterPrint', 'beforePrint', 'drilldown', 'drillup', 'load', 'redraw', 'selecti...
4
add the rest axis events
0
.ts
ts
mit
gevgeny/angular2-highcharts
10054796
<NME> createBaseOpts.ts <BEF> import { EventEmitter } from '@angular/core'; import { ChartEvent } from './ChartEvent'; const chartEvents = [ //'click', works by default as a native DOM click 'addSeries', 'afterPrint', 'beforePrint', 'drilldown', 'drillup', 'load', 'redraw', 'selecti...
4
add the rest axis events
0
.ts
ts
mit
gevgeny/angular2-highcharts
10054797
<NME> variables-in-at-rules.less <BEF> ADDFILE <MSG> Added support for variables in certain at-rules (keyframes, namespace, charset). <DFF> @@ -0,0 +1,20 @@ + +@Eight: 8; +@charset "UTF-@{Eight}"; + +@ns: less; +@namespace @ns "http://lesscss.org"; + +@name: enlarger; +@keyframes @name { + from {font-size: 12px;} +...
20
Added support for variables in certain at-rules (keyframes, namespace, charset).
0
.less
less
apache-2.0
less/less.js
10054798
<NME> variables-in-at-rules.less <BEF> ADDFILE <MSG> Added support for variables in certain at-rules (keyframes, namespace, charset). <DFF> @@ -0,0 +1,20 @@ + +@Eight: 8; +@charset "UTF-@{Eight}"; + +@ns: less; +@namespace @ns "http://lesscss.org"; + +@name: enlarger; +@keyframes @name { + from {font-size: 12px;} +...
20
Added support for variables in certain at-rules (keyframes, namespace, charset).
0
.less
less
apache-2.0
less/less.js
10054799
<NME> variables-in-at-rules.less <BEF> ADDFILE <MSG> Added support for variables in certain at-rules (keyframes, namespace, charset). <DFF> @@ -0,0 +1,20 @@ + +@Eight: 8; +@charset "UTF-@{Eight}"; + +@ns: less; +@namespace @ns "http://lesscss.org"; + +@name: enlarger; +@keyframes @name { + from {font-size: 12px;} +...
20
Added support for variables in certain at-rules (keyframes, namespace, charset).
0
.less
less
apache-2.0
less/less.js
10054800
<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...
2
Updated readme with RPM file
1
.md
md
bsd-3-clause
deajan/osync
10054801
<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...
2
Updated readme with RPM file
1
.md
md
bsd-3-clause
deajan/osync
10054802
<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 pull request #18 from cron410/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10054803
<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 pull request #18 from cron410/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10054804
<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
Fixed bogus ExecTasks id checks
13
.sh
sh
bsd-3-clause
deajan/osync
10054805
<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
Fixed bogus ExecTasks id checks
13
.sh
sh
bsd-3-clause
deajan/osync
10054806
<NME> CHANGELOG.md <BEF> # 1.7.0 2014-02-27 - [#3582](https://github.com/less/less.js/pull/3582) Fix [#3576](https://github.com/less/less.js/issues/3576) import redirects. Replace native-request with needle. (#3582) (@zaquest) - [#3583](https://github.com/less/less.js/pull/3583) Update rollup and other build dependenc...
18
Add missing info for 1.7.1
0
.md
md
apache-2.0
less/less.js
10054807
<NME> CHANGELOG.md <BEF> # 1.7.0 2014-02-27 - [#3582](https://github.com/less/less.js/pull/3582) Fix [#3576](https://github.com/less/less.js/issues/3576) import redirects. Replace native-request with needle. (#3582) (@zaquest) - [#3583](https://github.com/less/less.js/pull/3583) Update rollup and other build dependenc...
18
Add missing info for 1.7.1
0
.md
md
apache-2.0
less/less.js
10054808
<NME> CHANGELOG.md <BEF> # 1.7.0 2014-02-27 - [#3582](https://github.com/less/less.js/pull/3582) Fix [#3576](https://github.com/less/less.js/issues/3576) import redirects. Replace native-request with needle. (#3582) (@zaquest) - [#3583](https://github.com/less/less.js/pull/3583) Update rollup and other build dependenc...
18
Add missing info for 1.7.1
0
.md
md
apache-2.0
less/less.js
10054809
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
5
Update README
2
.md
md
mit
nicky-lenaers/ngx-scroll-to
10054810
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
5
Update README
2
.md
md
mit
nicky-lenaers/ngx-scroll-to
10054811
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
5
Update README
2
.md
md
mit
nicky-lenaers/ngx-scroll-to
10054812
<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=...
3
More portable grep -E treeList
3
.sh
sh
bsd-3-clause
deajan/osync
10054813
<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=...
3
More portable grep -E treeList
3
.sh
sh
bsd-3-clause
deajan/osync
10054814
<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=202...
2
Minor code improvements
2
.sh
0x-v1
bsd-3-clause
deajan/osync
10054815
<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=202...
2
Minor code improvements
2
.sh
0x-v1
bsd-3-clause
deajan/osync
10054816
<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...
28
Made ctime.mtime functions more clear in syntax
20
.sh
sh
bsd-3-clause
deajan/osync
10054817
<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...
28
Made ctime.mtime functions more clear in syntax
20
.sh
sh
bsd-3-clause
deajan/osync
10054818
<NME> osync.sh <BEF> ADDFILE <MSG> Initial uplaod of obackup functions <DFF> @@ -0,0 +1,414 @@ +#!/bin/bash + +##### Two way sync script +##### (C) 2013 by Orsiris "Ozy" de Jong | ozy@badministrateur.com +OSYNC_VERSION=0.0 #### Build 1806201301 + +DEBUG=yes +SCRIPT_PID=$$ + +LOCAL_USER=$(whoami) +LOCAL_HOST=$(hostname...
414
Initial uplaod of obackup functions
0
.sh
sh
bsd-3-clause
deajan/osync
10054819
<NME> osync.sh <BEF> ADDFILE <MSG> Initial uplaod of obackup functions <DFF> @@ -0,0 +1,414 @@ +#!/bin/bash + +##### Two way sync script +##### (C) 2013 by Orsiris "Ozy" de Jong | ozy@badministrateur.com +OSYNC_VERSION=0.0 #### Build 1806201301 + +DEBUG=yes +SCRIPT_PID=$$ + +LOCAL_USER=$(whoami) +LOCAL_HOST=$(hostname...
414
Initial uplaod of obackup functions
0
.sh
sh
bsd-3-clause
deajan/osync
10054820
<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...
26
WIP SYNC_TYPE
5
.sh
sh
bsd-3-clause
deajan/osync
10054821
<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...
26
WIP SYNC_TYPE
5
.sh
sh
bsd-3-clause
deajan/osync
10054822
<NME> PKGBUILD <BEF> ADDFILE <MSG> Added arch PKGBUILD file from Shadowigor <DFF> @@ -0,0 +1,32 @@ +# Maintainer: Shadowigor <shadowigorr at gmail dot com> +pkgname="osync" +pkgver=v1.00.r219.f70d8cd +pkgrel=1 +pkgdesc="A two way filesync script" +arch=("any") +url="https://github.com/deajan/osync" +license=('custom')...
32
Added arch PKGBUILD file from Shadowigor
0
PKGBUILD
bsd-3-clause
deajan/osync
10054823
<NME> PKGBUILD <BEF> ADDFILE <MSG> Added arch PKGBUILD file from Shadowigor <DFF> @@ -0,0 +1,32 @@ +# Maintainer: Shadowigor <shadowigorr at gmail dot com> +pkgname="osync" +pkgver=v1.00.r219.f70d8cd +pkgrel=1 +pkgdesc="A two way filesync script" +arch=("any") +url="https://github.com/deajan/osync" +license=('custom')...
32
Added arch PKGBUILD file from Shadowigor
0
PKGBUILD
bsd-3-clause
deajan/osync
10054824
<NME> scroll-to-nexttick.decorator.ts <BEF> ADDFILE <MSG> Updated Service & Directive - Central function for scroll animation initialization - Model simplification - Moved helpers to statics <DFF> @@ -0,0 +1,3 @@ +/** + * @todo implement + */
3
Updated Service & Directive
0
.ts
decorator
mit
nicky-lenaers/ngx-scroll-to
10054825
<NME> scroll-to-nexttick.decorator.ts <BEF> ADDFILE <MSG> Updated Service & Directive - Central function for scroll animation initialization - Model simplification - Moved helpers to statics <DFF> @@ -0,0 +1,3 @@ +/** + * @todo implement + */
3
Updated Service & Directive
0
.ts
decorator
mit
nicky-lenaers/ngx-scroll-to
10054826
<NME> scroll-to-nexttick.decorator.ts <BEF> ADDFILE <MSG> Updated Service & Directive - Central function for scroll animation initialization - Model simplification - Moved helpers to statics <DFF> @@ -0,0 +1,3 @@ +/** + * @todo implement + */
3
Updated Service & Directive
0
.ts
decorator
mit
nicky-lenaers/ngx-scroll-to
10054827
<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...
2
Merge branch 'master' of https://github.com/deajan/osync
2
.md
md
bsd-3-clause
deajan/osync
10054828
<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...
2
Merge branch 'master' of https://github.com/deajan/osync
2
.md
md
bsd-3-clause
deajan/osync
10054829
<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 add error handling to new functions #TODO replace renameTimestampFiles with another _getFileCtimeMtime run in order to get real value...
3
moved unfortunate comment placement
1
.sh
sh
bsd-3-clause
deajan/osync
10054830
<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 add error handling to new functions #TODO replace renameTimestampFiles with another _getFileCtimeMtime run in order to get real value...
3
moved unfortunate comment placement
1
.sh
sh
bsd-3-clause
deajan/osync
10054831
<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...
415
Make remarklint happy
402
.md
md
bsd-3-clause
deajan/osync
10054832
<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...
415
Make remarklint happy
402
.md
md
bsd-3-clause
deajan/osync
10054833
<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=...
177
WIP: getting conflict list of files
63
.sh
sh
bsd-3-clause
deajan/osync
10054834
<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=...
177
WIP: getting conflict list of files
63
.sh
sh
bsd-3-clause
deajan/osync
10054835
<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...
3
Set `MIN_WAIT` without config file
0
.sh
sh
bsd-3-clause
deajan/osync
10054836
<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...
3
Set `MIN_WAIT` without config file
0
.sh
sh
bsd-3-clause
deajan/osync
10054837
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2018070206 # 4 tests: # quicklocal ## From current terminal run sudo -s in order to get a new terminal as root ## On CYGWIN / MSYS, ACL and extended attri...
6
Debug output for travis conflictDetect tests
1
.sh
sh
bsd-3-clause
deajan/osync
10054838
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2018070206 # 4 tests: # quicklocal ## From current terminal run sudo -s in order to get a new terminal as root ## On CYGWIN / MSYS, ACL and extended attri...
6
Debug output for travis conflictDetect tests
1
.sh
sh
bsd-3-clause
deajan/osync
10054839
<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
Fixed typos
6
.sh
sh
bsd-3-clause
deajan/osync
10054840
<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
Fixed typos
6
.sh
sh
bsd-3-clause
deajan/osync
10054841
<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.99preRC3 PROGRAM...
16
Improved status messages
10
.sh
sh
bsd-3-clause
deajan/osync
10054842
<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.99preRC3 PROGRAM...
16
Improved status messages
10
.sh
sh
bsd-3-clause
deajan/osync
10054843
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016090601 # TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be ru...
4
Updated tests for ParallelExec
4
.sh
sh
bsd-3-clause
deajan/osync
10054844
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016090601 # TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be ru...
4
Updated tests for ParallelExec
4
.sh
sh
bsd-3-clause
deajan/osync
10054845
<NME> color-func-invalid-color.txt <BEF> ADDFILE <MSG> Test for invalid colors. Fixes #1458 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `color`: argument must be a color keyword or 3/6 digit hex e.g. #FFF in {path}color-func-invalid-color.less on line 2, column 10: +1 .test { +2 color: color("NOT...
4
Test for invalid colors. Fixes #1458
0
.txt
txt
apache-2.0
less/less.js
10054846
<NME> color-func-invalid-color.txt <BEF> ADDFILE <MSG> Test for invalid colors. Fixes #1458 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `color`: argument must be a color keyword or 3/6 digit hex e.g. #FFF in {path}color-func-invalid-color.less on line 2, column 10: +1 .test { +2 color: color("NOT...
4
Test for invalid colors. Fixes #1458
0
.txt
txt
apache-2.0
less/less.js
10054847
<NME> color-func-invalid-color.txt <BEF> ADDFILE <MSG> Test for invalid colors. Fixes #1458 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `color`: argument must be a color keyword or 3/6 digit hex e.g. #FFF in {path}color-func-invalid-color.less on line 2, column 10: +1 .test { +2 color: color("NOT...
4
Test for invalid colors. Fixes #1458
0
.txt
txt
apache-2.0
less/less.js
10054848
<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
10054849
<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