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 |
|---|---|---|---|---|---|---|---|---|
10055050 | <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... | 1 | Removed unused variables | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055051 | <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... | 1 | Removed unused variables | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055052 | <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... | 8 | Fixing typos... again | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10055053 | <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... | 8 | Fixing typos... again | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10055054 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
c... | 4 | Removed hard coded program name in init script | 4 | osync-srv | bsd-3-clause | deajan/osync | |
10055055 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
c... | 4 | Removed hard coded program name in init script | 4 | osync-srv | bsd-3-clause | deajan/osync | |
10055056 | <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 | Comment tidyup | 44 | .sh | sh | bsd-3-clause | deajan/osync |
10055057 | <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 | Comment tidyup | 44 | .sh | sh | bsd-3-clause | deajan/osync |
10055058 | <NME> actions.js
<BEF> /* global XMLHttpRequest */
'use strict'
const debug = require('debug')('HeadlessChrome:actions')
const Promise = require('bluebird')
const fs = require('mz/fs')
const _ = require('lodash')
const {
browserIsInitialized,
sleep,
fixSelector,
interleaveArrayToObject,
promiseTimeout,
o... | 2 | setCookies -> setCookie; Changed way passing arguments, because of remote chrome interface doesn't support more than 2 arguments by simple way, need to be wrapped into object | 2 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10055059 | <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 _OFUNCTIONS_BUILD=2016121004 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions ... | 12 | Switched to new rsync compression, added excluded extensions, fix ACL for busybox | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10055060 | <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 _OFUNCTIONS_BUILD=2016121004 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions ... | 12 | Switched to new rsync compression, added excluded extensions, fix ACL for busybox | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10055061 | <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... | 30 | Fix for junk /osync.remote folder not being deleted | 23 | .sh | sh | bsd-3-clause | deajan/osync |
10055062 | <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... | 30 | Fix for junk /osync.remote folder not being deleted | 23 | .sh | sh | bsd-3-clause | deajan/osync |
10055063 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Merge pull request #37 from nicky-lenaers/revert-36-test-changelog-generation
Revert "Test changelog generation"
<DFF> @@ -0,0 +1,65 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpa... | 65 | Merge pull request #37 from nicky-lenaers/revert-36-test-changelog-generation | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10055064 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Merge pull request #37 from nicky-lenaers/revert-36-test-changelog-generation
Revert "Test changelog generation"
<DFF> @@ -0,0 +1,65 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpa... | 65 | Merge pull request #37 from nicky-lenaers/revert-36-test-changelog-generation | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10055065 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Merge pull request #37 from nicky-lenaers/revert-36-test-changelog-generation
Revert "Test changelog generation"
<DFF> @@ -0,0 +1,65 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpa... | 65 | Merge pull request #37 from nicky-lenaers/revert-36-test-changelog-generation | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10055066 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Updated changelog | 3 | .md | md | bsd-3-clause | deajan/osync |
10055067 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Updated changelog | 3 | .md | md | bsd-3-clause | deajan/osync |
10055068 | <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... | 1 | feat(module): Support for Native Element in both Target and Container (#56) | 8 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055069 | <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... | 1 | feat(module): Support for Native Element in both Target and Container (#56) | 8 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055070 | <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... | 1 | feat(module): Support for Native Element in both Target and Container (#56) | 8 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055071 | <NME> ssh_filter.sh
<BEF> #!/bin/bash
##### Osync ssh command filter build 2015070202
##### 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 command t... | 6 | Added mv command to the list of allowed commands | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055072 | <NME> ssh_filter.sh
<BEF> #!/bin/bash
##### Osync ssh command filter build 2015070202
##### 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 command t... | 6 | Added mv command to the list of allowed commands | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055073 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-dev _OFUNCTIONS_BUILD=2017052802 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 14 | Another fix in the wall | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10055074 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-dev _OFUNCTIONS_BUILD=2017052802 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 14 | Another fix in the wall | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10055075 | <NME> README.md
<BEF> # angular2-highcharts
> Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[ 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=... | 22 | Minor fixes | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10055078 | <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 ? ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=... | 22 | Minor fixes | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10055079 | <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... | 2 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055080 | <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... | 2 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055081 | <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... | 2 | Update README | 2 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055082 | <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... | 35 | Rebuilt targets | 23 | .sh | sh | bsd-3-clause | deajan/osync |
10055083 | <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... | 35 | Rebuilt targets | 23 | .sh | sh | bsd-3-clause | deajan/osync |
10055084 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=[version]
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016102201
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb... | 28 | Fixed #73 | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055085 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=[version]
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016102201
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb... | 28 | Fixed #73 | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055086 | <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:
test:
name: 'Tests on ${{matrix.os}} with node${{matrix.node}}'
strategy:
matrix:
# Test all mainstream operating system
os:... | 20 | ci: reduce ci times and add node17 test (#3672) | 6 | .yml | github/workflows/ci | apache-2.0 | less/less.js |
10055087 | <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:
test:
name: 'Tests on ${{matrix.os}} with node${{matrix.node}}'
strategy:
matrix:
# Test all mainstream operating system
os:... | 20 | ci: reduce ci times and add node17 test (#3672) | 6 | .yml | github/workflows/ci | apache-2.0 | less/less.js |
10055088 | <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:
test:
name: 'Tests on ${{matrix.os}} with node${{matrix.node}}'
strategy:
matrix:
# Test all mainstream operating system
os:... | 20 | ci: reduce ci times and add node17 test (#3672) | 6 | .yml | github/workflows/ci | apache-2.0 | less/less.js |
10055089 | <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 | Tidyup | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055090 | <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 | Tidyup | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055091 | <NME> less-test.js
<BEF> /* jshint latedef: nofunc */
var semver = require('semver');
var logger = require('../lib/less/logger').default;
var isVerbose = process.env.npm_config_loglevel !== 'concise';
logger.addListener({
info(msg) {
if (isVerbose) {
process.stdout.write(msg + '\n');
}
... | 18 | feat: add `disablePluginRule` flag for render() options (#3701) | 0 | .js | js | apache-2.0 | less/less.js |
10055092 | <NME> less-test.js
<BEF> /* jshint latedef: nofunc */
var semver = require('semver');
var logger = require('../lib/less/logger').default;
var isVerbose = process.env.npm_config_loglevel !== 'concise';
logger.addListener({
info(msg) {
if (isVerbose) {
process.stdout.write(msg + '\n');
}
... | 18 | feat: add `disablePluginRule` flag for render() options (#3701) | 0 | .js | js | apache-2.0 | less/less.js |
10055093 | <NME> less-test.js
<BEF> /* jshint latedef: nofunc */
var semver = require('semver');
var logger = require('../lib/less/logger').default;
var isVerbose = process.env.npm_config_loglevel !== 'concise';
logger.addListener({
info(msg) {
if (isVerbose) {
process.stdout.write(msg + '\n');
}
... | 18 | feat: add `disablePluginRule` flag for render() options (#3701) | 0 | .js | js | apache-2.0 | less/less.js |
10055094 | <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... | 1 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055095 | <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... | 1 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055096 | <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... | 1 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10055097 | <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_BU... | 11 | Added follow symlink option + other minor fixes | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10055098 | <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_BU... | 11 | Added follow symlink option + other minor fixes | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10055099 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 1 | Removed remote ping on exclusion test | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055100 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
# Allows the following environment variables
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sud... | 1 | Removed remote ping on exclusion test | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055101 | <NME> svg-gradient3.txt
<BEF> ADDFILE
<MSG> Add svg-gradient function. Fixes #1383
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `svg-gradient`: svg-gradient expects direction, start_color [start_position], [color position,]..., end_color [end_position] in {path}svg-gradient3.less on line 2, column 6... | 4 | Add svg-gradient function. Fixes #1383 | 0 | .txt | txt | apache-2.0 | less/less.js |
10055102 | <NME> svg-gradient3.txt
<BEF> ADDFILE
<MSG> Add svg-gradient function. Fixes #1383
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `svg-gradient`: svg-gradient expects direction, start_color [start_position], [color position,]..., end_color [end_position] in {path}svg-gradient3.less on line 2, column 6... | 4 | Add svg-gradient function. Fixes #1383 | 0 | .txt | txt | apache-2.0 | less/less.js |
10055103 | <NME> svg-gradient3.txt
<BEF> ADDFILE
<MSG> Add svg-gradient function. Fixes #1383
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `svg-gradient`: svg-gradient expects direction, start_color [start_position], [color position,]..., end_color [end_position] in {path}svg-gradient3.less on line 2, column 6... | 4 | Add svg-gradient function. Fixes #1383 | 0 | .txt | txt | apache-2.0 | less/less.js |
10055104 | <NME> test_runner
<BEF> ADDFILE
<MSG> Updated shunit test framework
<DFF> @@ -0,0 +1,165 @@
+#! /bin/sh
+# vim:et:ft=sh:sts=2:sw=2
+#
+# Unit test suite runner.
+#
+# Copyright 2008-2017 Kate Ward. All Rights Reserved.
+# Released under the Apache 2.0 license.
+#
+# Author: kate.ward@forestent.com (Kate Ward)
+# https... | 165 | Updated shunit test framework | 0 | test_runner | bsd-3-clause | deajan/osync | |
10055105 | <NME> test_runner
<BEF> ADDFILE
<MSG> Updated shunit test framework
<DFF> @@ -0,0 +1,165 @@
+#! /bin/sh
+# vim:et:ft=sh:sts=2:sw=2
+#
+# Unit test suite runner.
+#
+# Copyright 2008-2017 Kate Ward. All Rights Reserved.
+# Released under the Apache 2.0 license.
+#
+# Author: kate.ward@forestent.com (Kate Ward)
+# https... | 165 | Updated shunit test framework | 0 | test_runner | bsd-3-clause | deajan/osync | |
10055106 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018100101
## 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 | Add PoorMansRandomGenerator subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055107 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2018100101
## 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 | Add PoorMansRandomGenerator subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055108 | <NME> color-invalid-hex-code2.txt
<BEF> ADDFILE
<MSG> Added another test case for missed space in color definition
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code2.less on line 2, column 29:
+1 .a {
+2 @wrongHEXColorCode: #fffblack;
+3 }
| 4 | Added another test case for missed space in color definition | 0 | .txt | txt | apache-2.0 | less/less.js |
10055109 | <NME> color-invalid-hex-code2.txt
<BEF> ADDFILE
<MSG> Added another test case for missed space in color definition
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code2.less on line 2, column 29:
+1 .a {
+2 @wrongHEXColorCode: #fffblack;
+3 }
| 4 | Added another test case for missed space in color definition | 0 | .txt | txt | apache-2.0 | less/less.js |
10055110 | <NME> color-invalid-hex-code2.txt
<BEF> ADDFILE
<MSG> Added another test case for missed space in color definition
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code2.less on line 2, column 29:
+1 .a {
+2 @wrongHEXColorCode: #fffblack;
+3 }
| 4 | Added another test case for missed space in color definition | 0 | .txt | txt | apache-2.0 | less/less.js |
10055111 | <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=2504201501
## Runs an osync instance f... | 1 | Updated program build naming | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055114 | <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=2504201501
## Runs an osync instance f... | 1 | Updated program build naming | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055115 | <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... | 3 | Added RUN_DIR subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055116 | <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... | 3 | Added RUN_DIR subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055117 | <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 #WIP: currently TRAVIS_RUN debug lines in n_osync and run_tests for conflictLog PROGRAM... | 1 | Removed travis debug lines | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10055118 | <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 #WIP: currently TRAVIS_RUN debug lines in n_osync and run_tests for conflictLog PROGRAM... | 1 | Removed travis debug lines | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10055119 | <NME> CHANGELOG.md
<BEF> # 1.3.2
2012-12-28
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requ... | 7 | Update changelog for 1.3.3 | 0 | .md | md | apache-2.0 | less/less.js |
10055120 | <NME> CHANGELOG.md
<BEF> # 1.3.2
2012-12-28
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requ... | 7 | Update changelog for 1.3.3 | 0 | .md | md | apache-2.0 | less/less.js |
10055121 | <NME> CHANGELOG.md
<BEF> # 1.3.2
2012-12-28
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requ... | 7 | Update changelog for 1.3.3 | 0 | .md | md | apache-2.0 | less/less.js |
10055122 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [ 2013-2... | 3 | Added more preflight checksé | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055125 | <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 | Added more preflight checksé | 25 | .sh | sh | bsd-3-clause | deajan/osync |
10055126 | <NME> smoke.js
<BEF> ADDFILE
<MSG> test: initial version
<DFF> @@ -0,0 +1,25 @@
+const HeadlessChrome = require('../')
+const test = require('tap').test
+
+test('Headless Chrome', async function (group) {
+ const browser = new HeadlessChrome({
+ headless: true
+ })
+ await browser.init()
+
+ group.test('example... | 25 | test: initial version | 0 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10055127 | <NME> ChartComponent.spec.ts
<BEF> import { CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
import { TestBed } from '@angular/core/testing';
import { ChartComponent } from './ChartComponent';
import { ChartPointComponent } from './ChartPointComponent';
import { ChartSeriesComponent } from './ChartSeriesCompon... | 16 | one more chart test | 3 | .ts | spec | mit | gevgeny/angular2-highcharts |
10055128 | <NME> ChartComponent.spec.ts
<BEF> import { CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
import { TestBed } from '@angular/core/testing';
import { ChartComponent } from './ChartComponent';
import { ChartPointComponent } from './ChartPointComponent';
import { ChartSeriesComponent } from './ChartSeriesCompon... | 16 | one more chart test | 3 | .ts | spec | mit | gevgeny/angular2-highcharts |
10055129 | <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 #TODO: explain why osync daemon process can still exist after quit for 30s PROGRAM="osync... | 18 | Added systemd file, installer stats and ssh known host ignore option | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10055130 | <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 #TODO: explain why osync daemon process can still exist after quit for 30s PROGRAM="osync... | 18 | Added systemd file, installer stats and ssh known host ignore option | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10055131 | <NME> README.md
<BEF> [](https://travis-ci.org/LucianoGanga/simple-headless-chrome)
# simple-headless-chrome
# This project is looking for a maintainer
Version 3.3.0 includes a new feature that allows managing browser tabs.
... | 1 | Fix README | 1 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10055132 | <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.00pre PROGRAM_BU... | 77 | Fixed #21 for missing readlink on MacOS X & BSD | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055133 | <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.00pre PROGRAM_BU... | 77 | Fixed #21 for missing readlink on MacOS X & BSD | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055134 | <NME> runner-postProcessor.js
<BEF> ADDFILE
<MSG> Implement postProcessor callback feature for less.ls browser environment #1835
Add `jasmine:postProcessor` task and corresponding spec as well
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor", function() {
+ testLessEqualsInDocument();
+});
| 3 | Implement postProcessor callback feature for less.ls browser environment #1835 | 0 | .js | js | apache-2.0 | less/less.js |
10055135 | <NME> runner-postProcessor.js
<BEF> ADDFILE
<MSG> Implement postProcessor callback feature for less.ls browser environment #1835
Add `jasmine:postProcessor` task and corresponding spec as well
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor", function() {
+ testLessEqualsInDocument();
+});
| 3 | Implement postProcessor callback feature for less.ls browser environment #1835 | 0 | .js | js | apache-2.0 | less/less.js |
10055136 | <NME> runner-postProcessor.js
<BEF> ADDFILE
<MSG> Implement postProcessor callback feature for less.ls browser environment #1835
Add `jasmine:postProcessor` task and corresponding spec as well
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor", function() {
+ testLessEqualsInDocument();
+});
| 3 | Implement postProcessor callback feature for less.ls browser environment #1835 | 0 | .js | js | apache-2.0 | less/less.js |
10055137 | <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-beta3 PROGRAM_BUILD=... | 3 | Fixing issues between android and centos 5 | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10055138 | <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-beta3 PROGRAM_BUILD=... | 3 | Fixing issues between android and centos 5 | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10055139 | <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... | 44 | Minor code compliance updates | 44 | .sh | sh | bsd-3-clause | deajan/osync |
10055140 | <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... | 44 | Minor code compliance updates | 44 | .sh | sh | bsd-3-clause | deajan/osync |
10055141 | <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=1.1-dev PROGRAM_BUILD=2015091001 ## type doesn't work on platforms other than linux (... | 406 | Some code refactoring | 296 | .sh | sh | bsd-3-clause | deajan/osync |
10055142 | <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=1.1-dev PROGRAM_BUILD=2015091001 ## type doesn't work on platforms other than linux (... | 406 | Some code refactoring | 296 | .sh | sh | bsd-3-clause | deajan/osync |
10055143 | <NME> ISSUE_TEMPLATE.md
<BEF> ADDFILE
<MSG> Create ISSUE_TEMPLATE.md
<DFF> @@ -0,0 +1,10 @@
+<!--
+
+!!! PLEASE READ BEFORE POSTING AN ISSUE !!!
+
+- Don't post here Highcharts spefic issues. Use official repo instead https://github.com/highcharts/highcharts/issues.
+- Read the readme. Probably your issue is not an iss... | 10 | Create ISSUE_TEMPLATE.md | 0 | .md | md | mit | gevgeny/angular2-highcharts |
10055144 | <NME> ISSUE_TEMPLATE.md
<BEF> ADDFILE
<MSG> Create ISSUE_TEMPLATE.md
<DFF> @@ -0,0 +1,10 @@
+<!--
+
+!!! PLEASE READ BEFORE POSTING AN ISSUE !!!
+
+- Don't post here Highcharts spefic issues. Use official repo instead https://github.com/highcharts/highcharts/issues.
+- Read the readme. Probably your issue is not an iss... | 10 | Create ISSUE_TEMPLATE.md | 0 | .md | md | mit | gevgeny/angular2-highcharts |
10055145 | <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.1-dev PROGRAM_BUILD=... | 2 | Change 23242 to | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055146 | <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.1-dev PROGRAM_BUILD=... | 2 | Change 23242 to | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055147 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2020031501
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=merge
INSTANCE_ID=dev
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
... | 0 | Removed space | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055148 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2020031501
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=merge
INSTANCE_ID=dev
function Usage {
echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh"
echo "Usage"
echo "$0 osync|obackup|pmocr"
}
... | 0 | Removed space | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055149 | <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... | 1 | Update README.md | 0 | .md | md | mit | gevgeny/angular2-highcharts |