node-console-browserify

Emulate console for all the browsers

This package emulates console in browser context. It is thus possible to use warn(), error() and trace() in your browser. By default this package redirect console API to internal console of your browser.

node-hash-base

abstract base class for javascript hash-streams

This module implements an abstract base class to inherit from in order to create streams implementing the same API as Node.js crypto API.

fcitx-imlist

Command-line utility to switch list of Fcitx IM

fcitx-imlist is a small program to show or change input method list.

libvolk2.0

vector optimized functions

libgnuradio-pmt3.8.0

gnuradio pmt container library

python-flask-bcrypt

Python 2 flask extension that provides bcrypt hashing utilities

Due to the recent increased prevelance of powerful hardware, such as modern GPUs, hashes have become increasingly easy to crack. A proactive solution to this is to use a hash that was designed to be "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally structured to be slow.