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 |
|---|---|---|---|---|---|---|---|---|
10052550 | <NME> test-runner-template.tmpl
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/cloudhead/less.js
<DFF> @@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Jasmine Spec Runner</title>
+
+ <!-- generate script tags for tests -->
+ <% var generateSc... | 47 | Merge branch 'master' of https://github.com/cloudhead/less.js | 0 | .tmpl | tmpl | apache-2.0 | less/less.js |
10052551 | <NME> test-runner-template.tmpl
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/cloudhead/less.js
<DFF> @@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Jasmine Spec Runner</title>
+
+ <!-- generate script tags for tests -->
+ <% var generateSc... | 47 | Merge branch 'master' of https://github.com/cloudhead/less.js | 0 | .tmpl | tmpl | apache-2.0 | less/less.js |
10052552 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 6 | Merge branch 'master' into betterKillChilds | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052553 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 6 | Merge branch 'master' into betterKillChilds | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052554 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a new terminal as root
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo... | 22 | I f*cking hate travis | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052555 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a new terminal as root
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo... | 22 | I f*cking hate travis | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052556 | <NME> windows.yml
<BEF> name: windows-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- uses: Vampire/setup-wsl@v1
with:
additional-packages:
env:
RUNNING_ON... | 1 | Update windows.yml | 1 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10052557 | <NME> windows.yml
<BEF> name: windows-tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- uses: Vampire/setup-wsl@v1
with:
additional-packages:
env:
RUNNING_ON... | 1 | Update windows.yml | 1 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10052558 | <NME> tsconfig.spec_BACKUP.json
<BEF> ADDFILE
<MSG> Working Tests
- Working tests for ScrollToDirective
- Needs some cleanup
<DFF> @@ -0,0 +1,34 @@
+{
+ "compilerOptions": {
+ "angularCompilerOptions": {
+ "entryModule": "./src/scroll-to.module#ScrollToModule"
+ },
+ "sourceMap": true,
+ "declaratio... | 34 | Working Tests | 0 | .json | spec_BACKUP | mit | nicky-lenaers/ngx-scroll-to |
10052559 | <NME> tsconfig.spec_BACKUP.json
<BEF> ADDFILE
<MSG> Working Tests
- Working tests for ScrollToDirective
- Needs some cleanup
<DFF> @@ -0,0 +1,34 @@
+{
+ "compilerOptions": {
+ "angularCompilerOptions": {
+ "entryModule": "./src/scroll-to.module#ScrollToModule"
+ },
+ "sourceMap": true,
+ "declaratio... | 34 | Working Tests | 0 | .json | spec_BACKUP | mit | nicky-lenaers/ngx-scroll-to |
10052560 | <NME> tsconfig.spec_BACKUP.json
<BEF> ADDFILE
<MSG> Working Tests
- Working tests for ScrollToDirective
- Needs some cleanup
<DFF> @@ -0,0 +1,34 @@
+{
+ "compilerOptions": {
+ "angularCompilerOptions": {
+ "entryModule": "./src/scroll-to.module#ScrollToModule"
+ },
+ "sourceMap": true,
+ "declaratio... | 34 | Working Tests | 0 | .json | spec_BACKUP | mit | nicky-lenaers/ngx-scroll-to |
10052561 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_B... | 10 | Added default umask | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10052562 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_B... | 10 | Added default umask | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10052563 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016... | 4 | Fixing daemon stops if no internet in remote mode | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10052564 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016... | 4 | Fixing daemon stops if no internet in remote mode | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10052565 | <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. ... | 1 | Update comment | 1 | .example | conf | bsd-3-clause | deajan/osync |
10052566 | <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. ... | 1 | Update comment | 1 | .example | conf | bsd-3-clause | deajan/osync |
10052567 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a new terminal as root
# osync test suite 2016112105
# 4 tests:
# quicklocal
## From current terminal run ... | 3 | Fixed skip tests logic for BSD & Mac | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052568 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2022070702
## On Mac OSX, this needs to be run as root in order to use sudo without password
## From current terminal run sudo -s in order to get a new terminal as root
# osync test suite 2016112105
# 4 tests:
# quicklocal
## From current terminal run ... | 3 | Fixed skip tests logic for BSD & Mac | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052569 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC3 PROGRAM_BUILD=2017021001 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1-RC3+dev _OFUNCTIONS_BU... | 13 | Rebuilt targets | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052570 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC3 PROGRAM_BUILD=2017021001 IS_STABLE=yes _OFUNCTIONS_VERSION=2.1-RC3+dev _OFUNCTIONS_BU... | 13 | Rebuilt targets | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052571 | <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 | Fixed typo in build number | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052572 | <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 | Fixed typo in build number | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052573 | <NME> plugin-module.css
<BEF> ADDFILE
<MSG> FIXES syncImport for less-node
<DFF> @@ -0,0 +1,1 @@
+a{background:0 0}
\ No newline at end of file
| 1 | FIXES syncImport for less-node | 0 | .css | css | apache-2.0 | less/less.js |
10052574 | <NME> plugin-module.css
<BEF> ADDFILE
<MSG> FIXES syncImport for less-node
<DFF> @@ -0,0 +1,1 @@
+a{background:0 0}
\ No newline at end of file
| 1 | FIXES syncImport for less-node | 0 | .css | css | apache-2.0 | less/less.js |
10052575 | <NME> plugin-module.css
<BEF> ADDFILE
<MSG> FIXES syncImport for less-node
<DFF> @@ -0,0 +1,1 @@
+a{background:0 0}
\ No newline at end of file
| 1 | FIXES syncImport for less-node | 0 | .css | css | apache-2.0 | less/less.js |
10052576 | <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 | Bumped build | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052577 | <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 | Bumped build | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052578 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111701 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ... | 115 | Some work on Logger function | 22 | .sh | sh | bsd-3-clause | deajan/osync |
10052579 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111701 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ... | 115 | Some work on Logger function | 22 | .sh | sh | bsd-3-clause | deajan/osync |
10052580 | <NME> CHANGELOG.md
<BEF> # 1.6.0
2014-01-01
- [#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 requires double parentheses w... | 9 | update changelog | 0 | .md | md | apache-2.0 | less/less.js |
10052581 | <NME> CHANGELOG.md
<BEF> # 1.6.0
2014-01-01
- [#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 requires double parentheses w... | 9 | update changelog | 0 | .md | md | apache-2.0 | less/less.js |
10052582 | <NME> CHANGELOG.md
<BEF> # 1.6.0
2014-01-01
- [#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 requires double parentheses w... | 9 | update changelog | 0 | .md | md | apache-2.0 | less/less.js |
10052583 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=osync
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=202003... | 10 | Rebuilt target | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052584 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=osync
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=202003... | 10 | Rebuilt target | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052585 | <NME> plugin-preeval.js
<BEF> ADDFILE
<MSG> Fixes #3205, partial 3.0 math regression #1880 (#3228)
* Fixes Mixin call args not being visited
* Add ability to use ES6 in tests
* Fixes #3205 and partial 3.0 math regression #1880
<DFF> @@ -0,0 +1,26 @@
+module.exports = {
+ install({ tree: { Quoted }, visitors }, ma... | 26 | Fixes #3205, partial 3.0 math regression #1880 (#3228) | 0 | .js | js | apache-2.0 | less/less.js |
10052586 | <NME> plugin-preeval.js
<BEF> ADDFILE
<MSG> Fixes #3205, partial 3.0 math regression #1880 (#3228)
* Fixes Mixin call args not being visited
* Add ability to use ES6 in tests
* Fixes #3205 and partial 3.0 math regression #1880
<DFF> @@ -0,0 +1,26 @@
+module.exports = {
+ install({ tree: { Quoted }, visitors }, ma... | 26 | Fixes #3205, partial 3.0 math regression #1880 (#3228) | 0 | .js | js | apache-2.0 | less/less.js |
10052587 | <NME> plugin-preeval.js
<BEF> ADDFILE
<MSG> Fixes #3205, partial 3.0 math regression #1880 (#3228)
* Fixes Mixin call args not being visited
* Add ability to use ES6 in tests
* Fixes #3205 and partial 3.0 math regression #1880
<DFF> @@ -0,0 +1,26 @@
+module.exports = {
+ install({ tree: { Quoted }, visitors }, ma... | 26 | Fixes #3205, partial 3.0 math regression #1880 (#3228) | 0 | .js | js | apache-2.0 | less/less.js |
10052588 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | Add link to docs project in contributing section | 0 | .md | md | apache-2.0 | less/less.js |
10052589 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | Add link to docs project in contributing section | 0 | .md | md | apache-2.0 | less/less.js |
10052590 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | Add link to docs project in contributing section | 0 | .md | md | apache-2.0 | less/less.js |
10052591 | <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 |
10052592 | <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 |
10052593 | <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 |
10052594 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111801
# 4 tests:
# quicklocal
# 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 sudo -s in order to get a... | 25 | Fixed bug introduced with CentOS 5 compat | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10052595 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111801
# 4 tests:
# quicklocal
# 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 sudo -s in order to get a... | 25 | Fixed bug introduced with CentOS 5 compat | 15 | .sh | sh | bsd-3-clause | deajan/osync |
10052596 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017020702
## osync / obackup / pmocr / zsnap install script
... | 4 | Quick fix for BSD service files | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052597 | <NME> common_install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=[prgname]
PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh)
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
SCRIPT_BUILD=2017020702
## osync / obackup / pmocr / zsnap install script
... | 4 | Quick fix for BSD service files | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052598 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | Merge branch 'master' of github.com:cloudhead/less.js | 1 | .md | md | apache-2.0 | less/less.js |
10052599 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | Merge branch 'master' of github.com:cloudhead/less.js | 1 | .md | md | apache-2.0 | less/less.js |
10052600 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 1 | Merge branch 'master' of github.com:cloudhead/less.js | 1 | .md | md | apache-2.0 | less/less.js |
10052601 | <NME> windows.yml
<BEF> ADDFILE
<MSG> Create windows.yml
<DFF> @@ -0,0 +1,23 @@
+name: windows-tests
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest]
+ steps:
+ - uses: actions/checkout@v2
+ - name: Execute tests and gen... | 23 | Create windows.yml | 0 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10052602 | <NME> windows.yml
<BEF> ADDFILE
<MSG> Create windows.yml
<DFF> @@ -0,0 +1,23 @@
+name: windows-tests
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest]
+ steps:
+ - uses: actions/checkout@v2
+ - name: Execute tests and gen... | 23 | Create windows.yml | 0 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10052603 | <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... | 3 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10052604 | <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... | 3 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10052605 | <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... | 3 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10052606 | <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=2505201406 ## allow debugging from command line with preceding ocsyn... | 234 | Code cleanup | 169 | .sh | sh | bsd-3-clause | deajan/osync |
10052607 | <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=2505201406 ## allow debugging from command line with preceding ocsyn... | 234 | Code cleanup | 169 | .sh | sh | bsd-3-clause | deajan/osync |
10052608 | <NME> shunit2_test_standalone.sh
<BEF> ADDFILE
<MSG> Merge branch 'tests' of https://github.com/onovy/osync into onovy-tests
<DFF> @@ -0,0 +1,41 @@
+#! /bin/sh
+# $Id: shunit2_test_standalone.sh 303 2010-05-03 13:11:27Z kate.ward@forestent.com $
+# vim:et:ft=sh:sts=2:sw=2
+#
+# Copyright 2010 Kate Ward. All Rights Res... | 41 | Merge branch 'tests' of https://github.com/onovy/osync into onovy-tests | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052609 | <NME> shunit2_test_standalone.sh
<BEF> ADDFILE
<MSG> Merge branch 'tests' of https://github.com/onovy/osync into onovy-tests
<DFF> @@ -0,0 +1,41 @@
+#! /bin/sh
+# $Id: shunit2_test_standalone.sh 303 2010-05-03 13:11:27Z kate.ward@forestent.com $
+# vim:et:ft=sh:sts=2:sw=2
+#
+# Copyright 2010 Kate Ward. All Rights Res... | 41 | Merge branch 'tests' of https://github.com/onovy/osync into onovy-tests | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052610 | <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... | 7 | fix several quoting/escaping issues | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052611 | <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... | 7 | fix several quoting/escaping issues | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052612 | <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... | 27 | Merged hotfix for #22 | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052613 | <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... | 27 | Merged hotfix for #22 | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052614 | <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... | 14 | Added symlink delete and broken symlink detection support | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052615 | <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... | 14 | Added symlink delete and broken symlink detection support | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052616 | <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... | 21 | [WIP] Less restrictive preflight checks in target-helper mode | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052617 | <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... | 21 | [WIP] Less restrictive preflight checks in target-helper mode | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052618 | <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... | 2 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10052619 | <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... | 2 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10052620 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 0 | Putting readme.md into its original state. Also, travis failed with weird message and I want to see what it will do this time. | 1 | .md | md | apache-2.0 | less/less.js |
10052621 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 0 | Putting readme.md into its original state. Also, travis failed with weird message and I want to see what it will do this time. | 1 | .md | md | apache-2.0 | less/less.js |
10052622 | <NME> README.md
<BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
<p align="center">
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi... | 0 | Putting readme.md into its original state. Also, travis failed with weird message and I want to see what it will do this time. | 1 | .md | md | apache-2.0 | less/less.js |
10052623 | <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=2015092802
## Runs an osync instance f... | 3 | Easy way to stop osync-batch with CTRL+C | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052626 | <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=2015092802
## Runs an osync instance f... | 3 | Easy way to stop osync-batch with CTRL+C | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052627 | <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... | 44 | Another #174 fix | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10052628 | <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... | 44 | Another #174 fix | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10052629 | <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 | Bumped version | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052630 | <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 | Bumped version | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052631 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 20 | Improved SetConfFileValue | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052632 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 20 | Improved SetConfFileValue | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052633 | <NME> namespacing-functions.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into bugfix-boolean-if
<DFF> @@ -0,0 +1,11 @@
+.add(@a, @b) {
+ @r: @a + @b;
+}
+.foo {
+ width: .add(10px, 10px)[];
+ bar: @return[];
+}
+
+@return: {
+ single: val;
+}
\ No newline at end of file
| 11 | Merge branch 'master' into bugfix-boolean-if | 0 | .less | less | apache-2.0 | less/less.js |
10052634 | <NME> namespacing-functions.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into bugfix-boolean-if
<DFF> @@ -0,0 +1,11 @@
+.add(@a, @b) {
+ @r: @a + @b;
+}
+.foo {
+ width: .add(10px, 10px)[];
+ bar: @return[];
+}
+
+@return: {
+ single: val;
+}
\ No newline at end of file
| 11 | Merge branch 'master' into bugfix-boolean-if | 0 | .less | less | apache-2.0 | less/less.js |
10052635 | <NME> namespacing-functions.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into bugfix-boolean-if
<DFF> @@ -0,0 +1,11 @@
+.add(@a, @b) {
+ @r: @a + @b;
+}
+.foo {
+ width: .add(10px, 10px)[];
+ bar: @return[];
+}
+
+@return: {
+ single: val;
+}
\ No newline at end of file
| 11 | Merge branch 'master' into bugfix-boolean-if | 0 | .less | less | apache-2.0 | less/less.js |
10052636 | <NME> CHANGELOG.md
<BEF> RECENT CHANGES
--------------
dd Mmm YYYY: osync v1.2.1 release
- Fixed bogus pgrep can lead to segfault 11 because of recursive KillChilds
- Fixed osync deletion not working on systems with ssh banner enabled
- Added basic performance profiler to debug version
- New option SSH_OPTIONAL_ARG... | 7 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10052637 | <NME> CHANGELOG.md
<BEF> RECENT CHANGES
--------------
dd Mmm YYYY: osync v1.2.1 release
- Fixed bogus pgrep can lead to segfault 11 because of recursive KillChilds
- Fixed osync deletion not working on systems with ssh banner enabled
- Added basic performance profiler to debug version
- New option SSH_OPTIONAL_ARG... | 7 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10052638 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync two way directory sync tool
#
# chkconfig: - 90 100
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
prog=osync
progexec=osync.sh
progpath=/usr/local/bin
confdir=/etc/osync
pidfile=/var/run/$prog
SCRI... | 16 | Added LSB info to init script for Debian based distros | 3 | osync-srv | bsd-3-clause | deajan/osync | |
10052639 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync two way directory sync tool
#
# chkconfig: - 90 100
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
prog=osync
progexec=osync.sh
progpath=/usr/local/bin
confdir=/etc/osync
pidfile=/var/run/$prog
SCRI... | 16 | Added LSB info to init script for Debian based distros | 3 | osync-srv | bsd-3-clause | deajan/osync | |
10052640 | <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... | 2 | Merged v1.00pre into master after successfull testing | 1 | .md | md | bsd-3-clause | deajan/osync |
10052641 | <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... | 2 | Merged v1.00pre into master after successfull testing | 1 | .md | md | bsd-3-clause | deajan/osync |
10052642 | <NME> shunit2_test_standalone.sh
<BEF> ADDFILE
<MSG> Added basic unit tests
<DFF> @@ -0,0 +1,41 @@
+#! /bin/sh
+# $Id$
+# vim:et:ft=sh:sts=2:sw=2
+#
+# Copyright 2010 Kate Ward. All Rights Reserved.
+# Released under the LGPL (GNU Lesser General Public License)
+# Author: kate.ward@forestent.com (Kate Ward)
+#
+# shUn... | 41 | Added basic unit tests | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052643 | <NME> shunit2_test_standalone.sh
<BEF> ADDFILE
<MSG> Added basic unit tests
<DFF> @@ -0,0 +1,41 @@
+#! /bin/sh
+# $Id$
+# vim:et:ft=sh:sts=2:sw=2
+#
+# Copyright 2010 Kate Ward. All Rights Reserved.
+# Released under the LGPL (GNU Lesser General Public License)
+# Author: kate.ward@forestent.com (Kate Ward)
+#
+# shUn... | 41 | Added basic unit tests | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052644 | <NME> release-notes.md
<BEF> # Release notes for version 3.3.0
## IMPORTANT: Default tab initialization will be deprecated @v4.0.0 of this module.
Since version 3.3.0 includes tabs managing, we needed to add a new layer between the navigation and the browser. That new layer allows tabs managing, including incognito t... | 62 | Add more info in the release-notes. Fix README | 9 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10052645 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=20... | 264 | Rebuilt targets | 146 | .sh | sh | bsd-3-clause | deajan/osync |
10052646 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=20... | 264 | Rebuilt targets | 146 | .sh | sh | bsd-3-clause | deajan/osync |
10052647 | <NME> osync v1.2.lyx <BEF> #LyX 2.2 created this file. For more info see http://www.lyx.org/ \lyxformat 508 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inpu... | 12 | Updated documentation for v1.2 release again | 12 | .lyx | 2 | bsd-3-clause | deajan/osync |
10052648 | <NME> osync v1.2.lyx <BEF> #LyX 2.2 created this file. For more info see http://www.lyx.org/ \lyxformat 508 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inpu... | 12 | Updated documentation for v1.2 release again | 12 | .lyx | 2 | bsd-3-clause | deajan/osync |
10052649 | <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... | 26 | Various coding style compliance changes | 22 | .sh | sh | bsd-3-clause | deajan/osync |