Posts

  • Apple-Music-Electron

    A free, lightweight, open source alternative to iTunes and other Apple Music applications based on Electron 15

    Tags: #javascript • linux • apple-music-electron

  • gitreflow

    Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.

    Create and switch to new branch nh-branchy-branch:

        $ git reflow start nh-branchy-branch
    

    Create a pull request for your branch against master or a custom base-branch:

        $ git reflow review
    

    If your code is approved, merge to base-branch and delete the feature branch:

        $ git reflow deliver
    

    Tags: #ruby • git • git-workflow

  • munin

    Online hash checker for Virustotal and other services

    Munin is a online hash checker utility that retrieves valuable information from various online sources

    The current version of Munin queries the following services:

    Tags: #python

  • fp-ts-contrib

    A community driven utility package for fp-ts

    To install the stable version:

    npm i fp-ts-contrib
    

    Note. fp-ts-contrib depends on fp-ts, starting from 0.1.0 you must install fp-ts manually (fp-ts is listed in peerDependency)

    Tags: #typescript

  • seed-fu

    Advanced seed data handling for Rails, combining the best practices of several methods together.

    User.seed do |s|
      s.id    = 1
      s.login = "jon"
      s.email = "jon@example.com"
      s.name  = "Jon"
    end
    
    User.seed do |s|
      s.id    = 2
      s.login = "emily"
      s.email = "emily@example.com"
      s.name  = "Emily"
    end
    

    Tags: #ruby

  • kairosdb

    Fast scalable time series database

    Documentation is found here.

    Frequently Asked Questions

    Tags: #java • kairosdb • timeseries-database

  • svgsort

    svg path sorter for more efficient (pen)plotting.

    Reasonably efficient, greedy, path planning for plotting svg files.

    Tags: #python • svg • pen-plotter

  • ache

    ACHE is a focused web crawler. It collects web pages that satisfy some specific criteria, e.g., pages that belong to a given domain or that contain a user-specified pattern. ACHE differs from generic crawlers in sense that it uses page classifiers to distinguish between relevant and irrelevant pages in a given domain. A page classifier can be from a simple regular expression (that matches every page that contains a specific word, for example), to a machine-learning based classification model. ACHE can also automatically learn how to prioritize links in order to efficiently locate relevant content while avoiding the retrieval of irrelevant content.

    ACHE supports many features, such as:

    • Regular crawling of a fixed list of web sites
    • Discovery and crawling of new relevant web sites through automatic link prioritization
    • Configuration of different types of pages classifiers (machine-learning, regex, etc)
    • Continuous re-crawling of sitemaps to discover new pages
    • Indexing of crawled pages using Elasticsearch
    • Web interface for searching crawled pages in real-time
    • REST API and web-based user interface for crawler monitoring
    • Crawling of hidden services using TOR proxies

    Tags: #java • web-crawler • focused-crawler

  • fern-wifi-cracker

    Automatically exported from code.google.com/p/fern-wifi-cracker

    Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library. The program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks

    Tags: #python

  • R-Net

    Tensorflow Implementation of R-Net

    Tags: #python • squad • tensorflow

subscribe via RSS