Posts

  • clue

    command line tool for Apache Lucene

    When working with Lucene, it is often useful to inspect an index.

    Luke is awesome, but often times it is not feasible to inspect an index on a remote machine using a GUI. Thatโ€™s where Clue comes in. You can ssh into your production box and inspect your index using your favorite shell.

    Another important feature for Clue is the ability to interact with other Unix commands via piping, e.g. grep, more etc.

    Tags: #java

  • BetterBackdoor

    A backdoor with a multitude of features.

    A backdoor is a tool used to gain remote access to a machine.

    Typically, backdoor utilities such as NetCat have two main functions: to pipe remote input into cmd or bash and output the response. This is useful, but it is also limited. BetterBackdoor overcomes these limitations by including the ability to inject keystrokes, get screenshots, transfer files, and many other tasks.

    Tags: #java โ€ข backdoor โ€ข socket

  • mamute

    Q&A Engine

    This project makes use of the following technologies to simplify setup:

    Tags: #java

  • limiter

    Simple Ruby rate limiting mechanism.

    This gem implements a simple mechanism to throttle or rate-limit operations in Ruby.

    Tags: #ruby โ€ข gem โ€ข rate-limiting

  • swipe

    Swipe is the most accurate touch slider. Support both React and Angular.

    This repo is a continuation of the dead Swipe project. Our mission is to keep Swipe alive and moving forward, with maintenance fixes and new features. Pull Requests are welcome!

    Tags: #javascript โ€ข swipe โ€ข slide

  • simple_token_authentication

    Simple (and safe*) token authentication for Rails apps or API with Devise.

    First install [Devise][devise] and configure it with any modules you want, then add the gem to your Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are supported)

    If you want more details about how the gem works, keep reading! Weโ€™ll get to these two steps after the overview.

    Tags: #ruby โ€ข devise โ€ข authentication

  • phashion

    Ruby wrapper around pHash, the perceptual hash library for detecting duplicate multimedia files

    Because of this complexity, it is possible the gem install will fail on your platform. Phashion has been tested on:

    • Mac OSX 10.6
    • Mac OSX 10.9
    • Ubuntu 8.04
    • Ubuntu 12.04

    Please open a GitHub issue if you have installation problems.

    Tags: #ruby โ€ข phash โ€ข image-analysis

  • ember-svg-jar

    ๐Ÿฏ Best way to use SVG images in Ember apps

    Tags: #javascript โ€ข ember-addon โ€ข svg

  • chipmunk

    log analysis tool

    chipmunk is a fast logfile viewer that can deal with huge logfiles (>10 GB). It powers a super fast search and is supposed to be a useful tool for developers who have to analyze logfiles.

    Tags: #typescript โ€ข logs-analysis โ€ข logviewer

  • koko-analytics

    Privacy-friendly analytics for your WordPress site.

    • No external services. Data is yours and yours alone.
    • No personal information or anything visitor specific is tracked.
    • Fast! Handles thousands of daily visitors or sudden bursts of traffic without breaking a sweat.
    • Lightweight. Adds only 985 bytes of data to your pages.
    • Plug and play. Just install and activate the plugin and stats will be recorded right away.
    • Open-source (GPLv3 licensed).

    Tags: #php

subscribe via RSS