Awesome List Updates on May 04 - May 10, 2015
19 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Javascript
MVC Frameworks and Libraries / Runner
- jsblocks (⭐2.8k) - jsblocks is better MV-ish framework.
2. Awesome Atom
Syntax
3. Es6 Tools
Mocha plugins / Brunch Plugins
- Mocha Traceur (⭐15) - A simple plugin for Mocha to pass JS files through the Traceur compiler
4. Awesome Microservices
Messaging / Scala
- ØMQ - Brokerless intelligent transport layer.
- Kafka - Publish-subscribe messaging rethought as a distributed commit log.
5. Awesome Shell
Customization / Directory Navigation
- gittify (⭐69) - A colorful Bash prompt + customized Git aliases
6. Awesome Cpp
Machine Learning
- MeTA (⭐691) - A modern C++ data sciences toolkit. [MIT] website
7. Awesome Gametalks
Other Talks / TED Talks
- [2014, PRACTICE 2014] On Trying to Make Idea-Rich Games: Jonathan Blow (Number None, Inc.)
8. Awesome Machine Learning
Python / General-Purpose Machine Learning
- mlxtend (⭐4.8k) - A library consisting of useful tools for data science and machine learning tasks.
9. Awesome Json
Applications
- JSONExport (⭐4.8k) - convert a object to a class of one of the currently supported languages.
Supersets
- HanSON (⭐153) - JSON for Humans - with unquoted identifiers, multi-line strings and comments.
Related formats
- CSON (⭐1.3k) - CoffeeScript-Object-Notation. JSON for CoffeeScript objects.
- MSON (⭐895) - Markdown syntax compatible with describing JSON and JSON Schema.
- ArchieML - Structured text format optimized for human writability.
10. Awesome Appsec
Articles
How to Safely Generate a Random Number (2014)
Released: February 25, 2014
Advice on cryptographically secure pseudo-random number generators.
A good idea with bad usage: /dev/urandom (2014)
Released: May 3, 2014
Mentions many ways to make /dev/urandom
fail on Linux/BSD.
It's All About Time (2014)
Released: November 28, 2014
A gentle introduction to timing attacks in PHP applications
Secure Authentication in PHP with Long-Term Persistence (2015)
Released: April 21, 2015
Discusses password policies, password storage, "remember me" cookies, and account recovery.
Books
Web Application Hacker's Handbook (2011)
Released: September 27, 2011
Great introduction to Web Application Security; though slightly dated.
Websites
Hack This Site!
Learn about application security by attempting to hack this website.
Web App Sec Quiz
Self-assessment quiz for web application security
Wiki pages
OWASP Top Ten Project
The top ten most common and critical security vulnerabilities found in web applications.
Useful libraries
defuse/php-encryption (⭐3.5k)
Symmetric-key encryption library for PHP applications. (Recommended over rolling your own!)
ircmaxell/password_compat (⭐2.2k)
If you're using PHP 5.3.7+ or 5.4, use this to hash passwords
ircmaxell/RandomLib (⭐831)
Useful for generating random strings or numbers
Books and ebooks
Mailing lists
Securing PHP Weekly
A weekly newsletter about PHP, security, and the community.
11. Awesome Devenv
Sublime Text 3
12. Awesome Php
Table of Contents / Migrations
- Ruckusing (⭐506) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
Table of Contents / NoSQL
- PHPMongo (⭐242) - A MongoDB ORM.
13. Awesome Hadoop
Libraries and Tools
- Apache Zeppelin - A web-based notebook that enables interactive data analytics
14. Awesome R
Graphic Displays
- Cairo - R graphics device using cairo graphics library for creating high-quality display output.
Reproducible Research
- Sweave - A package designed to write LaTeX reports using R.
Database Management
- elastic (⭐243) - Wrapper for the Elasticsearch HTTP API
- mongolite (⭐282) - Streaming Mongo Client for R
Natural Language Processing
- NLP - Basic functions for Natural Language Processing.
R Development
- installr (⭐266) - Functions for installing softwares from within R (for Windows).
MOOCs / Book/monograph Lists and Reviews
- HarvardX Biomedical Data Science - Introduction to R for the Life Sciences.
15. Awesome Answers
Algorithms
Functional Programming
Programming Languages / JavaScript
Miscellaneous / Ruby
16. Awesome Remote Job
Job boards
Companies with "remote DNA"
- Compose - Managing databases as a service. Distributed team with offices in San Meteo, CA and Birmingham, AL.
- DuckDuckGo - Search engine.
- Etsy - Marketplace for artists. MySQL, Memcache, PHP. Offices in Dublin, Paris, San Francisco, New York, London and Melbourne.
- Eyeo - Maker of AdBlock Plus. Main office in Cologne, Germany.
17. Awesome Elixir
Logging
- rogger (⭐9) - Elixir logger to publish log messages in RabbitMQ.
Queue
- amqp (⭐676) - Simple Elixir wrapper for the Erlang RabbitMQ client, based on Langohr.
XML
- exml (⭐25) - Most simple Elixir wrapper for xmerl xpath.
Books
- Elixir Cookbook - This book is a set of recipes grouped by topic by Paulo A Pereira (2015).
18. Awesome Ctf
Forensics
- Aircrack-Ng - Crack 802.11 WEP and WPA-PSK keys.
apt-get install aircrack-ng
Wargames
- Hack This Site - Training ground for hackers.
Writeups Collections
- Smoke Leet Everyday (⭐180) - CTF write-ups repo maintained by SmokeLeetEveryday team.
19. Awesome Clojurescript
Awesome ClojureScript / Canvas
- Monet (⭐165) – A small ClojureScript library to make it easier to work with canvas and visuals.
Awesome ClojureScript / Data Visualization
- C2 – It lets you declaratively create HTML and SVG markup based on data.
Awesome ClojureScript / Database
- Datascript (⭐5k) – An immutable in-memory database and Datalog query engine in ClojureScript.
- Jaki (⭐16) – A simple ClojureScript CouchDB client.
Awesome ClojureScript / Document Object Model
- cljs-binding (⭐57) – It binds html elements to ClojureScript functions.
- Hiccups (⭐200) – A ClojureScript port of the Hiccup.
- Hickory (⭐573) – It parses HTML into Clojure data structures, so you can analyze, transform, and output back to HTML.
Awesome ClojureScript / Internationalization
- Tower (⭐272) – A Clojure(Script) i18n & L10n library.
Awesome ClojureScript / JavaScript Interoperability
- Pylon (⭐49) – A Javascript class system in 100% Clojurescript.
Awesome ClojureScript / Miscellaneous
- inflections-clj (⭐204) – Rails-like inflection library for Clojure and ClojureScript.
Awesome ClojureScript / Routing
- Silk (⭐218) – An isomorphic routing library for Clojure & ClojureScript.
Awesome ClojureScript / State Management
- Waltz (⭐91) – A ClojureScript library that helps manage state in client-side applications using non-deterministic finite state machines.
Awesome ClojureScript / Testing
- Expectations – A minimalist's unit testing framework.
Awesome ClojureScript / Validation
- Bouncer (⭐360) – A validation DSL for Clojure & Clojurescript applications.
Awesome ClojureScript / Web Framework & Template
- atw-om (⭐40) – A web application template with Clojure/Compojure, ClojureScript/Om & core.async.
- Hoplon – Write everything in Clojure and ClojureScript, clientside and serverside.
- Luminus – It aims to provide a robust, scalable, and easy to use platform.
- re-frame (⭐5.2k) – A Reagent Framework For Writing SPAs, in Clojurescript.
- Prev: May 11 - May 17, 2015
- Next: Apr 27 - May 03, 2015