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
10055650
<NME> n_osync.sh.o <BEF> ADDFILE <MSG> Added --syncÃ-type for unidirectional sync <DFF> @@ -0,0 +1,3200 @@ +#!/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 timestampLis...
3,200
Added --syncÃ-type for unidirectional sync
0
.o
sh
bsd-3-clause
deajan/osync
10055651
<NME> n_osync.sh.o <BEF> ADDFILE <MSG> Added --syncÃ-type for unidirectional sync <DFF> @@ -0,0 +1,3200 @@ +#!/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 timestampLis...
3,200
Added --syncÃ-type for unidirectional sync
0
.o
sh
bsd-3-clause
deajan/osync
10055652
<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...
42
Merge branch 'master' of https://github.com/deajan/osync
43
.md
md
bsd-3-clause
deajan/osync
10055653
<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...
42
Merge branch 'master' of https://github.com/deajan/osync
43
.md
md
bsd-3-clause
deajan/osync
10055654
<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...
17
Fix MacOSX rsync -E parameter
12
.sh
sh
bsd-3-clause
deajan/osync
10055655
<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...
17
Fix MacOSX rsync -E parameter
12
.sh
sh
bsd-3-clause
deajan/osync
10055656
<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
Fixed summary counters should be global
7
.sh
sh
bsd-3-clause
deajan/osync
10055657
<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
Fixed summary counters should be global
7
.sh
sh
bsd-3-clause
deajan/osync
10055658
<NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016080306 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: set _LOGGER_PREFIX in other apps, specially for osync daemon mode ##################################################################...
149
Fixed double pattern delcaration
251
.sh
sh
bsd-3-clause
deajan/osync
10055659
<NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016080306 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: set _LOGGER_PREFIX in other apps, specially for osync daemon mode ##################################################################...
149
Fixed double pattern delcaration
251
.sh
sh
bsd-3-clause
deajan/osync
10055660
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3+ PROGRAM_B...
4
Updated documentation
4
.sh
sh
bsd-3-clause
deajan/osync
10055661
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC3+ PROGRAM_B...
4
Updated documentation
4
.sh
sh
bsd-3-clause
deajan/osync
10055662
<NME> mixin.js <BEF> ADDFILE <MSG> Merge branch 'philschatz_patch-1' into expand-operator <DFF> @@ -0,0 +1,311 @@ +(function (tree) { + +tree.mixin = {}; +tree.mixin.Call = function (elements, args, index, currentFileInfo, important) { + this.selector = new(tree.Selector)(elements); + this.arguments = (args && a...
311
Merge branch 'philschatz_patch-1' into expand-operator
0
.js
js
apache-2.0
less/less.js
10055663
<NME> mixin.js <BEF> ADDFILE <MSG> Merge branch 'philschatz_patch-1' into expand-operator <DFF> @@ -0,0 +1,311 @@ +(function (tree) { + +tree.mixin = {}; +tree.mixin.Call = function (elements, args, index, currentFileInfo, important) { + this.selector = new(tree.Selector)(elements); + this.arguments = (args && a...
311
Merge branch 'philschatz_patch-1' into expand-operator
0
.js
js
apache-2.0
less/less.js
10055664
<NME> mixin.js <BEF> ADDFILE <MSG> Merge branch 'philschatz_patch-1' into expand-operator <DFF> @@ -0,0 +1,311 @@ +(function (tree) { + +tree.mixin = {}; +tree.mixin.Call = function (elements, args, index, currentFileInfo, important) { + this.selector = new(tree.Selector)(elements); + this.arguments = (args && a...
311
Merge branch 'philschatz_patch-1' into expand-operator
0
.js
js
apache-2.0
less/less.js
10055665
<NME> upgrade.sh <BEF> ADDFILE <MSG> Initial commit for upgrade script <DFF> @@ -0,0 +1,95 @@ +#!/bin/bash + +PROGRAM="Osync instance upagrade script" # Rsync based two way sync engine with fault tolerance +AUTHOR="(L) 2015 by Orsiris \"Ozy\" de Jong" +CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" +PROGRAM_...
95
Initial commit for upgrade script
0
.sh
sh
bsd-3-clause
deajan/osync
10055666
<NME> upgrade.sh <BEF> ADDFILE <MSG> Initial commit for upgrade script <DFF> @@ -0,0 +1,95 @@ +#!/bin/bash + +PROGRAM="Osync instance upagrade script" # Rsync based two way sync engine with fault tolerance +AUTHOR="(L) 2015 by Orsiris \"Ozy\" de Jong" +CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" +PROGRAM_...
95
Initial commit for upgrade script
0
.sh
sh
bsd-3-clause
deajan/osync
10055667
<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...
2
Update README.md
2
.md
md
mit
gevgeny/angular2-highcharts
10055668
<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...
2
Update README.md
2
.md
md
mit
gevgeny/angular2-highcharts
10055669
<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...
8
Set `MAX_EXEC_TIME_PER_CMD_*` variables without config file
0
.sh
sh
bsd-3-clause
deajan/osync
10055670
<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...
8
Set `MAX_EXEC_TIME_PER_CMD_*` variables without config file
0
.sh
sh
bsd-3-clause
deajan/osync
10055671
<NME> README.md <BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular) # angular2-highcharts > Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview) [![npm version...
1
Update README.md
0
.md
md
mit
gevgeny/angular2-highcharts
10055672
<NME> README.md <BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular) # angular2-highcharts > Angular2 charting components based on Highcharts. [Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview) [![npm version...
1
Update README.md
0
.md
md
mit
gevgeny/angular2-highcharts
10055673
<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...
11
more and more parallelisation
2
.sh
sh
bsd-3-clause
deajan/osync
10055674
<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...
11
more and more parallelisation
2
.sh
sh
bsd-3-clause
deajan/osync
10055675
<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
1
.md
md
mit
gevgeny/angular2-highcharts
10055676
<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
1
.md
md
mit
gevgeny/angular2-highcharts
10055677
<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...
221
update to 2.0.0-rc.1
224
.ts
spec
mit
gevgeny/angular2-highcharts
10055678
<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...
221
update to 2.0.0-rc.1
224
.ts
spec
mit
gevgeny/angular2-highcharts
10055679
<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
Fixed BSD daemon mode
1
.sh
sh
bsd-3-clause
deajan/osync
10055680
<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
Fixed BSD daemon mode
1
.sh
sh
bsd-3-clause
deajan/osync
10055681
<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
Fixed conflict list initialization
2
.sh
sh
bsd-3-clause
deajan/osync
10055682
<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
Fixed conflict list initialization
2
.sh
sh
bsd-3-clause
deajan/osync
10055683
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> Scroll to any element to enhance scroll-based features in you app.<br> Works for **Angular 4+**, both **AoT** and **SSR**. No dependencies. Current Angular Versio...
4
Update README
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10055684
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> Scroll to any element to enhance scroll-based features in you app.<br> Works for **Angular 4+**, both **AoT** and **SSR**. No dependencies. Current Angular Versio...
4
Update README
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10055685
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> Scroll to any element to enhance scroll-based features in you app.<br> Works for **Angular 4+**, both **AoT** and **SSR**. No dependencies. Current Angular Versio...
4
Update README
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10055686
<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=...
32
Prevent locking race conditions
22
.sh
sh
bsd-3-clause
deajan/osync
10055687
<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=...
32
Prevent locking race conditions
22
.sh
sh
bsd-3-clause
deajan/osync
10055688
<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-2017 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v1.2x config file rev 2017020801 ## ---------- GENERAL OPTIONS ## Direc...
3
Merge branch 'master' into no-resume
1
.example
conf
bsd-3-clause
deajan/osync
10055689
<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-2017 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v1.2x config file rev 2017020801 ## ---------- GENERAL OPTIONS ## Direc...
3
Merge branch 'master' into no-resume
1
.example
conf
bsd-3-clause
deajan/osync
10055690
<NME> less-1.0.15.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.15 <DFF> @@ -0,0 +1,67 @@ +// +// LESS - Leaner CSS v1.0.15 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +if(!Array.isArray)Array.isArray=function(b){return Object.prototype.toString.call(...
67
(dist) build 1.0.15
0
.js
0
apache-2.0
less/less.js
10055691
<NME> less-1.0.15.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.15 <DFF> @@ -0,0 +1,67 @@ +// +// LESS - Leaner CSS v1.0.15 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +if(!Array.isArray)Array.isArray=function(b){return Object.prototype.toString.call(...
67
(dist) build 1.0.15
0
.js
0
apache-2.0
less/less.js
10055692
<NME> less-1.0.15.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.15 <DFF> @@ -0,0 +1,67 @@ +// +// LESS - Leaner CSS v1.0.15 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +if(!Array.isArray)Array.isArray=function(b){return Object.prototype.toString.call(...
67
(dist) build 1.0.15
0
.js
0
apache-2.0
less/less.js
10055693
<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...
24
Rebuilt targets
29
.sh
sh
bsd-3-clause
deajan/osync
10055694
<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...
24
Rebuilt targets
29
.sh
sh
bsd-3-clause
deajan/osync
10055695
<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...
24
Better parellelization
46
.sh
sh
bsd-3-clause
deajan/osync
10055696
<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...
24
Better parellelization
46
.sh
sh
bsd-3-clause
deajan/osync
10055697
<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. ...
6
Merged back remote changes
0
.example
conf
bsd-3-clause
deajan/osync
10055698
<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. ...
6
Merged back remote changes
0
.example
conf
bsd-3-clause
deajan/osync
10055699
<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" ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8, Mint 17 and FreeBSD 8 ...
229
Improved installer script
139
.sh
sh
bsd-3-clause
deajan/osync
10055700
<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" ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8, Mint 17 and FreeBSD 8 ...
229
Improved installer script
139
.sh
sh
bsd-3-clause
deajan/osync
10055701
<NME> LICENSE <BEF> GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft li...
201
Update LICENSE
676
LICENSE
apache-2.0
dpnishant/appmon
10055702
<NME> LICENSE <BEF> GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft li...
201
Update LICENSE
676
LICENSE
apache-2.0
dpnishant/appmon
10055703
<NME> LICENSE <BEF> GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft li...
201
Update LICENSE
676
LICENSE
apache-2.0
dpnishant/appmon
10055704
<NME> LICENSE <BEF> GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft li...
201
Update LICENSE
676
LICENSE
apache-2.0
dpnishant/appmon
10055705
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
7
Merge pull request #59 from kceleslie/update
0
.py
py
apache-2.0
dpnishant/appmon
10055706
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
7
Merge pull request #59 from kceleslie/update
0
.py
py
apache-2.0
dpnishant/appmon
10055707
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
7
Merge pull request #59 from kceleslie/update
0
.py
py
apache-2.0
dpnishant/appmon
10055708
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
7
Merge pull request #59 from kceleslie/update
0
.py
py
apache-2.0
dpnishant/appmon
10055709
<NME> appmon.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
16
bug fix
10
.py
py
apache-2.0
dpnishant/appmon
10055710
<NME> appmon.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
16
bug fix
10
.py
py
apache-2.0
dpnishant/appmon
10055711
<NME> appmon.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
16
bug fix
10
.py
py
apache-2.0
dpnishant/appmon
10055712
<NME> appmon.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
16
bug fix
10
.py
py
apache-2.0
dpnishant/appmon
10055713
<NME> HTTP.js <BEF> /** * Copyright (c) 2016 Nishant Das Patnaik. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3
bug fix
3
.js
js
apache-2.0
dpnishant/appmon
10055714
<NME> HTTP.js <BEF> /** * Copyright (c) 2016 Nishant Das Patnaik. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3
bug fix
3
.js
js
apache-2.0
dpnishant/appmon
10055715
<NME> HTTP.js <BEF> /** * Copyright (c) 2016 Nishant Das Patnaik. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3
bug fix
3
.js
js
apache-2.0
dpnishant/appmon
10055716
<NME> HTTP.js <BEF> /** * Copyright (c) 2016 Nishant Das Patnaik. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3
bug fix
3
.js
js
apache-2.0
dpnishant/appmon
10055717
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
1
Merge pull request #35 from markszabo/more-general-getMachOExecutable
1
.py
py
apache-2.0
dpnishant/appmon
10055718
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
1
Merge pull request #35 from markszabo/more-general-getMachOExecutable
1
.py
py
apache-2.0
dpnishant/appmon
10055719
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
1
Merge pull request #35 from markszabo/more-general-getMachOExecutable
1
.py
py
apache-2.0
dpnishant/appmon
10055720
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
1
Merge pull request #35 from markszabo/more-general-getMachOExecutable
1
.py
py
apache-2.0
dpnishant/appmon
10055721
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! This project was only possible because of **Ole André Vadla Ravnås** and I dedicate it to him. Follow him on [**GitHub**](https://github.com/oleavr), [**Twitter**](https://twitter.com/oleavr) _...
10
Update README.md
6
.md
md
apache-2.0
dpnishant/appmon
10055722
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! This project was only possible because of **Ole André Vadla Ravnås** and I dedicate it to him. Follow him on [**GitHub**](https://github.com/oleavr), [**Twitter**](https://twitter.com/oleavr) _...
10
Update README.md
6
.md
md
apache-2.0
dpnishant/appmon
10055723
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! This project was only possible because of **Ole André Vadla Ravnås** and I dedicate it to him. Follow him on [**GitHub**](https://github.com/oleavr), [**Twitter**](https://twitter.com/oleavr) _...
10
Update README.md
6
.md
md
apache-2.0
dpnishant/appmon
10055724
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! This project was only possible because of **Ole André Vadla Ravnås** and I dedicate it to him. Follow him on [**GitHub**](https://github.com/oleavr), [**Twitter**](https://twitter.com/oleavr) _...
10
Update README.md
6
.md
md
apache-2.0
dpnishant/appmon
10055725
<NME> requirements.txt <BEF> alembic==1.0.0 banal==0.3.7 chardet==3.0.4 Click==7.0 dataset==1.3.2 Flask==1.0.2 frida==12.2.6 htmlentities==0.2.1 itsdangerous==0.24 Jinja2==2.10 Mako==1.0.7 MarkupSafe==1.0 normality==0.6.1 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0 SQLAlchemy==1.3.0 termcolor==1.1.0 Werkzeu...
1
Bump jinja2 from 2.10 to 2.10.1
1
.txt
txt
apache-2.0
dpnishant/appmon
10055726
<NME> requirements.txt <BEF> alembic==1.0.0 banal==0.3.7 chardet==3.0.4 Click==7.0 dataset==1.3.2 Flask==1.0.2 frida==12.2.6 htmlentities==0.2.1 itsdangerous==0.24 Jinja2==2.10 Mako==1.0.7 MarkupSafe==1.0 normality==0.6.1 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0 SQLAlchemy==1.3.0 termcolor==1.1.0 Werkzeu...
1
Bump jinja2 from 2.10 to 2.10.1
1
.txt
txt
apache-2.0
dpnishant/appmon
10055727
<NME> requirements.txt <BEF> alembic==1.0.0 banal==0.3.7 chardet==3.0.4 Click==7.0 dataset==1.3.2 Flask==1.0.2 frida==12.2.6 htmlentities==0.2.1 itsdangerous==0.24 Jinja2==2.10 Mako==1.0.7 MarkupSafe==1.0 normality==0.6.1 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0 SQLAlchemy==1.3.0 termcolor==1.1.0 Werkzeu...
1
Bump jinja2 from 2.10 to 2.10.1
1
.txt
txt
apache-2.0
dpnishant/appmon
10055728
<NME> requirements.txt <BEF> alembic==1.0.0 banal==0.3.7 chardet==3.0.4 Click==7.0 dataset==1.3.2 Flask==1.0.2 frida==12.2.6 htmlentities==0.2.1 itsdangerous==0.24 Jinja2==2.10 Mako==1.0.7 MarkupSafe==1.0 normality==0.6.1 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0 SQLAlchemy==1.3.0 termcolor==1.1.0 Werkzeu...
1
Bump jinja2 from 2.10 to 2.10.1
1
.txt
txt
apache-2.0
dpnishant/appmon
10055729
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Merge pull request #66 from madushan1000/database-fix
4
.py
py
apache-2.0
dpnishant/appmon
10055730
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Merge pull request #66 from madushan1000/database-fix
4
.py
py
apache-2.0
dpnishant/appmon
10055731
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Merge pull request #66 from madushan1000/database-fix
4
.py
py
apache-2.0
dpnishant/appmon
10055732
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Merge pull request #66 from madushan1000/database-fix
4
.py
py
apache-2.0
dpnishant/appmon
10055733
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
11
include appmon banner
0
.py
py
apache-2.0
dpnishant/appmon
10055734
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
11
include appmon banner
0
.py
py
apache-2.0
dpnishant/appmon
10055735
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
11
include appmon banner
0
.py
py
apache-2.0
dpnishant/appmon
10055736
<NME> ipa_installer.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
11
include appmon banner
0
.py
py
apache-2.0
dpnishant/appmon
10055737
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Merge pull request #92 from HankiDesign/patch-1
1
.md
md
apache-2.0
dpnishant/appmon
10055738
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Merge pull request #92 from HankiDesign/patch-1
1
.md
md
apache-2.0
dpnishant/appmon
10055739
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Merge pull request #92 from HankiDesign/patch-1
1
.md
md
apache-2.0
dpnishant/appmon
10055740
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Merge pull request #92 from HankiDesign/patch-1
1
.md
md
apache-2.0
dpnishant/appmon
10055741
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Update README.md
3
.md
md
apache-2.0
dpnishant/appmon
10055742
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Update README.md
3
.md
md
apache-2.0
dpnishant/appmon
10055743
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Update README.md
3
.md
md
apache-2.0
dpnishant/appmon
10055744
<NME> README.md <BEF> ![](https://raw.githubusercontent.com/dpnishant/appmon/master/resources/logo.png) Welcome to AppMon! ================== As seen at [![](https://www.toolswatch.org/badges/arsenal/2016.svg)](https://www.blackhat.com/us-16/arsenal.html#appmon) US & [![](https://www.toolswatch.org/badges/arsenal/2016....
1
Update README.md
3
.md
md
apache-2.0
dpnishant/appmon
10055745
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Resolve the merge conflict in database/__init__.py
4
.py
py
apache-2.0
dpnishant/appmon
10055746
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Resolve the merge conflict in database/__init__.py
4
.py
py
apache-2.0
dpnishant/appmon
10055747
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Resolve the merge conflict in database/__init__.py
4
.py
py
apache-2.0
dpnishant/appmon
10055748
<NME> __init__.py <BEF> ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
0
Resolve the merge conflict in database/__init__.py
4
.py
py
apache-2.0
dpnishant/appmon
10055749
<NME> appmon.py <BEF> #!/usr/bin/python ### # Copyright (c) 2016 Nishant Das Patnaik. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
32
added reportname arg
6
.py
py
apache-2.0
dpnishant/appmon