All Projects → mewmew → Guldkorn

mewmew / Guldkorn

Licence: unlicense
Tool for finding interesting forks of projects on GitHub.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Guldkorn

Android Classyshark
Android and Java bytecode viewer
Stars: ✭ 6,930 (+18136.84%)
Mutual labels:  analysis
Microstate Eeglab Toolbox
Microstate EEGlab toolbox
Stars: ✭ 21 (-44.74%)
Mutual labels:  analysis
I Codecnes
i-Code CNES is a static code analysis tool to help developpers write code compliant with CNES coding rules.
Stars: ✭ 33 (-13.16%)
Mutual labels:  analysis
Structured Acceptance Test
An open format definition for static analysis tools
Stars: ✭ 10 (-73.68%)
Mutual labels:  analysis
Third Party Web
Data on third party entities and their impact on the web.
Stars: ✭ 911 (+2297.37%)
Mutual labels:  analysis
Camoco
Camoco is a fully-fledged software package for building co-expression networks and analyzing the overlap interactions among genes.
Stars: ✭ 29 (-23.68%)
Mutual labels:  analysis
Pyintelowl
Robust Python SDK and Command Line Client for interacting with IntelOwl's API.
Stars: ✭ 26 (-31.58%)
Mutual labels:  analysis
Cytoscape.js
Graph theory (network) library for visualisation and analysis
Stars: ✭ 8,107 (+21234.21%)
Mutual labels:  analysis
Dotnet Assembly Grapher
Reverse engineering and software quality assurance tool for .NET assemblies
Stars: ✭ 21 (-44.74%)
Mutual labels:  analysis
Cfg Explorer
CFG explorer for binaries
Stars: ✭ 33 (-13.16%)
Mutual labels:  analysis
Sooty
The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
Stars: ✭ 867 (+2181.58%)
Mutual labels:  analysis
Nba api
An API Client package to access the APIs for NBA.com
Stars: ✭ 881 (+2218.42%)
Mutual labels:  analysis
Universityrecruitment Ssurvey
用严肃的数据来回答“什么样的企业会到什么样的大学招聘”?
Stars: ✭ 30 (-21.05%)
Mutual labels:  analysis
Analysissummary
Vorlesung Analysis für Informatiker WS16/17 an der TUM
Stars: ✭ 10 (-73.68%)
Mutual labels:  analysis
Espressopp
Main ESPResSo++ repository
Stars: ✭ 33 (-13.16%)
Mutual labels:  analysis
Pysoar
Gliding competition analysis
Stars: ✭ 8 (-78.95%)
Mutual labels:  analysis
Awesome Ai In Finance
🔬 A curated list of awesome machine learning strategies & tools in financial market.
Stars: ✭ 910 (+2294.74%)
Mutual labels:  analysis
Brainduck
Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
Stars: ✭ 34 (-10.53%)
Mutual labels:  analysis
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+22134.21%)
Mutual labels:  analysis
Multi Plier
An unsupervised transfer learning approach for rare disease transcriptomics
Stars: ✭ 33 (-13.16%)
Mutual labels:  analysis

Guldkorn

Poesi för döda fiskar.

The guldkorn tools locates forks with divergent commits or commits ahead of the original repository.

Installation

go get github.com/mewmew/guldkorn

Usage

guldkorn [OPTION]...

Flags:

  -owner string
        owner name (GitHub user or organization)
  -q    suppress non-error messages
  -repo string
        repository name
  -token string
        GitHub OAuth personal access token
  -watch
        watch divergent forks

Examples

This example helped narrow down 250 forks across 2554 branches to 65 forks across 149 branches with divergent commits or commits ahead of origin, a subset of which are presented below.

$ guldkorn -owner diasurgical -repo devilutionX -token ACCESS_TOKEN

status: "diverged" (head=AJenbo:roguelike vs base=diasurgical:master)
AJenbo:roguelike ahead 3 (and behind 139) of diasurgical:master
https://github.com/AJenbo/devilutionX/commits/roguelike?author=AJenbo

status: "diverged" (head=NEMadman:master vs base=diasurgical:master)
NEMadman:master ahead 1 (and behind 970) of diasurgical:master
https://github.com/NEMadman/devilutionX/commits/master?author=NEMadman

status: "diverged" (head=cain05:difficulty_rebalance vs base=diasurgical:master)
cain05:difficulty_rebalance ahead 13 (and behind 833) of diasurgical:master
https://github.com/cain05/devilutionX/commits/difficulty_rebalance?author=cain05

status: "diverged" (head=qndel:pixellight vs base=diasurgical:master)
qndel:pixellight ahead 81 (and behind 22) of diasurgical:master
https://github.com/qndel/devilutionX/commits/pixellight?author=qndel

...

Note: Remember to set ACCESS_TOKEN to not hit the rate limit on GitHub. To create a personal access token on GitHub visit https://github.com/settings/tokens

To use the -watch flag, the notifications permission scope is required when generating the GitHub access token. Other than that, Guldkorn requires no additional scopes.

If the environment variable GULDKORN_GITHUB_TOKEN is set, the access token will be read from there.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].