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
Gemfileandbundle install:# Gemfile gem 'simple_token_authentication', '~> 1.0' # see semver.orgOnce that done, only two steps are required to setup token authentication:
- Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
- Allow controllers to handle token authentication (Rails, Rails API, and
ActionController::Metalare 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
- Table of Contents
- ๐ฉ Features
- ๐ Getting started
- ๐ฎ Usage
- ๐ง Configuration
- โ FAQ
- ๐ Compatibility
- ๐ Contributors
- ๐ License
Tags: #javascript โข ember-addon โข svg
-
chipmunk
log analysis tool
chipmunkis 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