Posts
-
howdy
🛡️ Windows Hello™ style facial authentication for Linux
Howdy is currently available and packaged for Debian/Ubuntu, Arch Linux, Fedora and openSUSE. If you’re interested in packaging Howdy for your distro, don’t hesitate to open an issue.
Note: The build of dlib can hang on 100% for over a minute, give it time.
Tags: #python • face-recognition • ubuntu
-
heroprotocol
Python library to decode Heroes of the Storm replays
heroprotocol is a Python library and command-line tool to decode Heroes of the Storm replay files into Python data structures.
The tool is available as a PyPI Package or as source code.
Currently heroprotocol can decode these structures and events:
- Replay header
- Game details
- Replay init data
- Game events
- Message events
- Tracker events
heroprotocol can be used as a base-build-specific library to decode binary blobs, or it can be run as a standalone tool to pretty print information from supported replay files.
Note that heroprotocol does not expose game balance information or provide any kind of high level analysis of replays; it’s meant to be just the first tool in the chain for your data mining application.
Tags: #python
-
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
-
acf-quickedit-fields
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
Just follow the Automatic Plugin Installation procedere.
Tags: #php • acf • wordpress-plugin
-
stencil-ds-output-targets
These are output targets that can be added to Stencil for React and Angular.
Unfortunately the experience of integrating web components into existing applications can be tricky at times. More about this can be read at https://custom-elements-everywhere.com/. In order to accommodate the various issues the Stencil team has created new output target plugins to make the process simpler.
The plugins add additional output targets for each framework binding that is included.
Here is an example project using the plugins for reference: https://github.com/ionic-team/stencil-ds-output-targets/blob/master/packages/example-project/component-library
Tags: #typescript
-
passbolt_docker
Get started with Passbolt CE using docker!
Passbolt is a free and open source password manager that allows team members to store and share credentials securely.
Tags: #ruby • passbolt • docker
-
jsonpath
Ruby implementation of http://goessner.net/articles/JsonPath/
This is an implementation of http://goessner.net/articles/JsonPath/.
Tags: #ruby
-
enumerize
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper/Sequel support
Tags: #ruby • activerecord • mongoid
-
googleplay-api
Google Play Unofficial Python API
This project contains an unofficial API for google play interactions. The code mainly comes from GooglePlayAPI project which is not maintained anymore. The code was updated with some important changes:
- ac2dm authentication with checkin and device info upload
- updated search and download calls
- select the device you want to fake from a list of pre-defined values (check
device.properties) (defaults to a OnePlus One)
Tags: #python • google • googleplay-api
-
simple_token_authentication
Simple (but 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
subscribe via RSS