Awesome List Updates on Aug 11 - Aug 17, 2014
16 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Html5
Performance / Push Notifications
Mobile / Push Notifications
2. Awesome Groovy
Database
- Groovy-liquibase (⭐85) - Yet Another Groovy DSL for Liquibase
3. Awesome R
Reference Cards / Book/monograph Lists and Reviews
- R Reference Card 2.0 - Material from R for Beginners by permission of Emmanuel Paradis (Version 2 by Matt Baggott).
- Regression Analysis Refcard - R Reference Card for Regression Analysis.
- Reference Card for ESS - Reference Card for ESS.
4. Awesome Nodejs
Packages / Streams
- duplexify (⭐190) - Turn a writeable and readable stream into a single streams2 duplex stream.
- pumpify (⭐253) - Combine an array of streams into a single duplex stream.
- peek-stream (⭐56) - Transform stream that lets you peek the first line before deciding how to parse it.
Packages / Natural language processing
- leven (⭐713) - Measure the difference between two strings using the Levenshtein distance algorithm.
Packages / Process management
- node-mac (⭐534) - Run scripts as a native Mac daemon and log to the console app.
- node-linux (⭐419) - Run scripts as native system service and log to syslog.
Packages / Miscellaneous
- strip-bom (⭐111) - Strip UTF-8 byte order mark (BOM) from a string/buffer/stream.
5. Awesome Perl
Tools / Coverage
- App::Ack - ack is a tool like grep, optimized for programmers.
6. Awesome Bigdata
Key Map Data Model
- Facebook HydraBase - evolution of HBase made by Facebook.
Columnar Databases
- Columnar Storage - an explanation of what columnar storage is and when you might want it.
- Actian Vector - column-oriented analytic database.
- MonetDB - column store database.
7. Sublime Bookmarks
Extensions / Client Side Profile
- Hayaku — fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster.
8. Awesome Db
Clojure
C / CPP
- Aerospike (⭐796) - Aerospike Database Server – flash-optimized, in-memory, nosql database
- Alchemy-Database (⭐183) - AlchemyDB is now Aerospike
- cstore_fdw (⭐1.7k) - Fast columnar store for analytics with PostgreSQL website
- LMDB - Very fast embedded key/value store with full ACID semantics.
- memcache (⭐12k) - Free & open source, high-performance, distributed memory object caching system
- mongo (⭐23k) - The Mongo Database http://www.mongodb.org/
- facebook/mysql-5.6 (⭐2.3k) - Facebook's branch of the Oracle MySQL v5.6 database
- twitter/mysql (⭐1.7k) - MySQL fork maintained and used at Twitter https://github.com/twitter/mysql/wiki (⭐1.7k)
- Redis (⭐57k) - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes website
- redis-nds (⭐129) - This is a version of Redis patched to implement NDS (the Naive Disk Store). Documentation on this feature is contained within README.nds.
- rethinkdb (⭐26k) - An open-source distributed JSON document database with a pleasant and powerful query language. http://www.rethinkdb.com
- rocksdb (⭐24k) - Embedded key-value store for fast storage http://rocksdb.org
- ssdb (⭐8k) - SSDB - A fast NoSQL database, an alternative to Redis http://ssdb.io
- SQLite - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
- tokudb-engine (⭐642)- TokuDB is a high-performance, write optimized, compressing, transactional storage engine for MySQL and MariaDB
- TokuMX (⭐694)- TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB
- VoltDB (⭐1.9k) - VoltDB is a horizontally-scalable, in-memory SQL RDBMS designed for applications that have extremely high read and write throughput requirements.
dot-net
- RavenDB (⭐3.1k) - A linq enabled document database for .NET http://ayende.com/Blog/
Erlang
- riak (⭐3.7k) - Riak is a decentralized datastore from Basho Technologies.
Go-lang
- bolt (⭐13k) - A low-level key/value database for Go.
- diskv (⭐1.2k) - A home-grown disk-backed key-value store.
- go-cache (⭐6.6k) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
- goleveldb (⭐5.4k) - An implementation of the LevelDB key/value database in the Go.
- groupcache (⭐12k) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
- influxdb (⭐24k) - Scalable datastore for metrics, events, and real-time analytics
- ledisdb (⭐3.9k) - Ledisdb is a high performance NoSQL like Redis based on LevelDB.
- skydb.io - Sky is an open source database used for flexible, high performance analysis of behavioral data.
- tiedot (⭐2.7k) - Your NoSQL database powered by Golang.
JAVA
- cassandra (⭐7.6k) - Cassandra is a partitioned row store. Rows are organized into tables with a required primary key.
- elasticsearch (⭐62k) - Open Source, Distributed, RESTful Search Engine website
- mapdb (⭐4.6k) - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.http://www.mapdb.org
- neo4j (⭐11k) - Neo4j is the world’s leading Graph Database.
- orientdb (⭐4.5k) - OrientDB is an Open Source NoSQL DBMS with the features of both Document and Graph DBMSs.
- voldemort (⭐2.6k) - An open source clone of Amazon's Dynamo. website
Scala
- BlinkDB (⭐646) - BlinkDB: Sub-Second Approximate Queries on Very Large Data [website] (http://blinkdb.cs.berkeley.edu/)
9. Es6 Tools
Polyfills / Brunch Plugins
10. Awesome AutoHotkey
Integrated Development Environment / Web
- SciTE4AutoHotkey - SciTE-based IDE for AutoHotkey.
11. Awesome Dotnet
Queue
- Hangfire (⭐9.3k) - Incredibly easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET applications
12. Awesome Ocaml
Metaprogramming
- Tools and Language Extensions:
- MetaOCaml – an OCaml dialect for multi-stage programming.
- Fan – Fan is a compile-time metaprogramming system for OCaml, originally inspired from Camlp4. It's a combination of OCaml and Lispy Macros. It shares the same concrete syntax with OCaml.
- camlp5 - Camlp5 is a preprocessor-pretty-printer of OCaml.
- camlp4 - Camlp4 is part of the standard OCaml distribution and is different from Camlp5.
13. Awesome Vagrant
Boxes
- Vagrantbox.es - the biggest list of all available boxes, maintained by community via GitHub pull requests.
Provisioning
- Vaprobash - Vagrant Provisioning Bash Scripts.
Notable plugins
- vagrant-vbguest (⭐2.9k) - autoupdate VirtualBox guest additions (according to VB version).
- vagrant-hostsupdater (⭐1.2k) - adds an entry to your /etc/hosts file on the host system.
- vagrant-ansible-local (⭐65) allow provisioning your VM with ansible playbooks directly from the guest VM.
- sahara (⭐732) - easy manage VM state (commit/rollback while experimenting with software stack).
Helpers / Tools
- Vagrant plugin for ZSH shell (⭐151k) - auto-complete for commands, task names, box names and built-in documentation.
Web services
- Rove - a service that allows you to pregenerate typical Vagrant builds.
Proxy services
- nip.io - a magic domain name that provides wildcard DNS for any IP address.
- proxylocal.com - proxy your local web-server and make it publicly available over the internet.
Tutorials
- Getting Started With Vagrant by This Programming Thing.
Books
- Vagrant CookBook by Erika Heidi.
Popular readymade environments
- VDD - Vagrant Drupal Development.
- Try Yii2 (⭐50) - try Yii2 with Vagrant VM + Ansible provisioning = Complete readymade virtual server playground.
- Laravel4-Vagrant (⭐488) - run Laravel 4 inside a Ubuntu 12.04 Vagrant Virtual Machine w/PHP 5.5.
14. Awesome D
Organizations
- EMSI - A Career building company that uses D as their main language. Hosts their opensource projects.
Tutorials
- OpenGL tutorials - OpenGL tutorials in D.
Command Line / XML
- terminal.d (⭐517) - Part of Adam Ruppe's arsd (⭐517) library supporting cursor and color manipulation on the console.
Game Frameworks / XML
- DGame (⭐84) - A 2D framework for the D programming Language. see http://dgame-dev.de/.
Games / XML
- Spacecraft (⭐17) - A 3d multiplayer deathmatch space game written in D 2.0.
Image Processing / XML
- ArmageddonEngine (⭐168) - Vladimir Panteleev's ae library has a package for image processing in functional style, which is described in the article Functional Image Processing in D.
- Blogsort - A simple Windows app for viewing photos and preparing them for a blog.
Configuration / Language Processing
- sdlang (⭐118) - An SDL (Simple Declarative Language) library for D.
15. Awesome Cpp
Coding Style
16. Awesome Javascript
Loaders
- systemjs (⭐13k) - AMD, CJS & ES6 spec-compliant module loader.
MVC Frameworks and Libraries / Runner
- ripple (⭐1.3k) - A tiny foundation for building reactive views.
- rivets (⭐3.2k) - Lightweight and powerful data binding + templating solution.
Data Structure / Runner
- hashmap (⭐384) - Simple hashmap implementation that supports any kind of keys.
Control Flow / Runner
- when (⭐3.4k) - A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Range Sliders / Runner
- Ion.RangeSlider (⭐2.5k) - Powerful and easily customizable range slider with many options and skin support.
- noUiSlider (⭐5.6k) - A lightweight, highly customizable range slider without bloat.
- rangeslider.js (⭐2.2k) - HTML5 input range slider element polyfill.
Gesture / Other
- touchemulator (⭐378) - Emulate touch input on your desktop.
- Prev: Aug 18 - Aug 24, 2014
- Next: Aug 04 - Aug 10, 2014