Awesome List Updates on Aug 10 - Aug 16, 2015
35 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Standard
standard
- standard - JavaScript Standard Style. One Style to Rule Them All!
packages used by standard
- eslint - AST-based pattern checker for JavaScript
- standard-engine - standard's guts, extracted into a reuseable package. build your own!
- eslint-config-standard - standard eslint rules, as a shareable config
- eslint-plugin-standard - standard custom eslint rules (not part of eslint core)
pretty terminal output (reporters)
- snazzy - Format JavaScript Standard Style as Stylish (i.e. snazzy) output
- standard-tap - Format JavaScript Standard Style as TAP output
- standard-json - Format JavaScript Standard Style output to a JSON array
- standard-reporter - Reporters for feross/standard via unix pipes, many options
build tools
- grunt-standard - Grunt plugin for standard
- gulp-standard - Gulp plugin for standard
- mocha-standard - Integrates standard into your mocha tests
- standard-loader - Lint webpack builds with standard
forks
- semistandard - standard, with semicolons
- uber-standard - fork by the Uber team
- videojs-standard - fork by the video.js (⭐34k) team
- yodlr-standard - fork by the yodlr team
- happiness - standard customized to make @JedWatson happy
- doublestandard - standard, with even more semicolons
- xo - "JavaScript happiness style"
2. Awesome Mad Science
sound
- speak.js (⭐273) - text-to-speech on the web
mad scientists (people)
- Mathias Buus - torrents in node, fuse bindings, data replication
- Feross Aboukhadijeh - webtorrent, bittorrent, p2p hacks
- Max Ogden - streams, voxels, data replication
3. Nginx Resources
Tutorials
4. Awesome Appsec
Articles
Salted Password Hashing - Doing it Right (2014)
Released: August 6, 2014
A post on Crackstation, a project by Defuse Security
You Wouldn't Base64 a Password - Cryptography Decoded (2015)
Released: August 7, 2015
A human-readable overview of commonly misused cryptography terms and fundamental concepts, with example code in PHP.
If you're confused about cryptography terms, start here.
Repositories
Security Driven .NET (2015)
Released: July 14, 2015
An introduction to developing secure applications targeting version 4.5 of the .NET Framework, specifically covering cryptography and security engineering topics.
5. Awesome Sketch
Articles / Tips and Tricks
6. Awesome Speaking
Videos
- How to Talk to Developers - by Ben Orenstein [47:37]
7. Awesome Influxdb
Projects / Dedicated
- Influx-Capacitor (⭐41) - Influx-Capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana
Projects / Non-dedicated
- Glances (⭐22k) - Glances an Eye on your system
- metrics.sh (⭐129) - Collect and forward metrics using portable shell scripts
Awesome lists that include links to InfluxDB / Hooks
8. Awesome Play1
Misc
- [play1-chart] Play1-Chart (⭐2) The Chart module allows for easy generation of chart images.
9. Awesome Knockout
Examples
- WebSockets (⭐87) - Example of real time collaborative web app using WebSockets and Knockout
10. Awesome Geek Podcasts
In English
- BSDNow - A Weekly BSD Podcast - News, Interviews and Tutorials.
- BSDTalk - Talking about the BSD family of free operating systems.
- CppCast - The first podcast by C++ developers for C++ developers.
- Creative Coding Podcast - about programming for visual and creative applications.
- GitMinutes - The show for proficient Git users.
- Harry Potter and the methods of rationality - This is an alternate universe story, where Petunia married a scientist. Harry enters the wizarding world armed with Enlightenment ideals and the experimental spirit.
- Mind the Cloud Podcast - The podcast about the developers and companies using the cloud to create the future.
- PHP Town Hall - Town Hall a way for PHP developers to raise questions about current events (or upcoming things) in the PHP community, with different guests each week.
- Talking Machines - Talking Machines is your window into the world of machine learning.
- That Podcast - Beau and Dave talking about life as dads, programmers, and entrepreneurs.
- The Big Web Show - It's everything web that matters.
- The Cognicast - The Cognicast previously ThinkRelevance: The Podcast is the podcast from the Cognitect family.
- The Five-Minute Geek Show - Matt Stauffer, unabashedly geeky, 5 minutes, twice a week. Frontend dev, backend dev, audio, design, podcasts--all fair game.
- The Laravel Podcast - The Laravel Podcast brings you Laravel and PHP development news and discussion.
- The Web Ahead - Conversations with world experts on changing technologies and future of the web. The Web Ahead is your shortcut to keeping up.
- This Developer's Life - A podcast about developers and their lives.
- Thoughtbot - We record and release weekly podcasts from thoughtbot on design, Ruby on Rails, iOS, running software companies, and maintaining work/life balance.
In Spanish
- 85% Cocoa - Podcast sobre Cocoa y programación.
- A hombros de gigantes - Programa de divulgación científica.
In Arabic / Tooling
- Overcast - An elegant podcast tracker for iOS and the web
- AntennaPod - (Android and Open Source)
- Soundwaves (⭐139) - (Android and Open Source)
- DoggCatcher - Android Podcast player
11. FOSS for Dev
Code Quality
- Codecov - Continuous Code Coverage
12. Awesome Javascript
Loaders
- modulejs (⭐126) - Lightweight JavaScript module system.
Form Widgets / Other
- stretchy (⭐1.3k) - Form element autosizing, the way it should be.
Modals and Popups / Other
- jquery-popup-overlay (⭐508) - jQuery plugin for responsive and accessible modal windows and tooltips.
Misc / Other
13. Tips
Saving current state of tracked files without commiting
git stash
Alternatives:
git stash push
Saving current state including untracked files
git stash -u
Alternatives:
git stash push -u
git stash push --include-untracked
14. Awesome Backbone
Tutorials and articles
- Bringing Meteor’s reactive collections to Backbone by Jeff Wear
15. Awesome Cpp
BitTorrent
- jech/dht (⭐688) - BitTorrent DHT library in C. [MIT]
- libtorrent (⭐5.1k) (a.k.a. libtorrent-rasterbar) - An efficient feature complete C++ bittorrent implementation. [BSD]
- LibTorrent (⭐884) (a.k.a. libtorrent-rakshasa) - BitTorrent library. [GPL]
- libutp (⭐1.1k) - uTorrent Transport Protocol library. [MIT]
GUI
- CEGUI - Flexible, cross-platform GUI library.
Image Processing
- GD (⭐888) - GD Graphics Library, famously used in PHP for image loading/manipulation & thumbnail generation. [custom permissive license, requires mention in user docs] website
Logging
- G3log (⭐901) - Asynchronous logger with Dynamic Sinks. [PublicDomain]
- reckless (⭐486) - Low-latency, high-throughput, asynchronous logging library for C++. [MIT]
Math
- LibTomMath (⭐641) - A free open source portable number theoretic multiple-precision integer library written entirely in C. [PublicDomain & WTFPL] website
Coding Style Tools
- ClangFormat - A tool to format C/C++/Obj-C code.
- Clang-Tidy - Clang-based C++ linter tool.
Coding Style
16. Awesome Polymer
Tutorials/Guides
Videos
17. Amas
Ask these people anything!
- Adrián Arroyo Calle - Currently a student in Spain doing any kind of development which uses C++, Rust, JavaScript and TypeScript.
- Nick Johnstone (⭐0) - Web developer from New Zealand, currently working as a Rails developer full-time. As a side project, I'm making a tool for developing games with no coding required.
18. BEM Resources
Articles
19. Awesome Answers
Programming Languages / Haskell
20. Awesome Honeypots
Guides
21. Awesome Typescript
Social / Chrome Extensions
- @typescriptlang - Official Typescript Twitter
- @angularjs - Official Angularjs Twitter using Typescript Since 2.0
- @jntrnr - Typescript Program Manager at Microsoft
22. Awesome Deep Learning
Table of Contents / Books
- Deep Learning Tutorial by LISA lab, University of Montreal (Jan 6 2015)
- neuraltalk (⭐5.3k) by Andrej Karpathy : numpy-based RNN/LSTM implementation
Table of Contents / Videos and Lectures
- Natural Language Processing By Chris Manning in Stanford
Table of Contents / Papers
Table of Contents / Tutorials
Researchers / Datasets
- Air Freight - The Air Freight data set is a ray-traced image sequence along with ground truth segmentation based on textural characteristics. (455 images + GT, each 160x120 pixels). (Formats: PNG)
- Amsterdam Library of Object Images - ALOI is a color image collection of one-thousand small objects, recorded for scientific purposes. In order to capture the sensory variation in object recordings, we systematically varied viewing angle, illumination angle, and illumination color for each object, and additionally captured wide-baseline stereo images. We recorded over a hundred images of each object, yielding a total of 110,250 images for the collection. (Formats: png)
- Annotated face, hand, cardiac & meat images - Most images & annotations are supplemented by various ASM/AAM analyses using the AAM-API. (Formats: bmp,asf)
- Brown University Stimuli - A variety of datasets including geons, objects, and "greebles". Good for testing recognition algorithms. (Formats: pict)
- CAVIAR video sequences of mall and public space behavior - 90K video frames in 90 sequences of various human activities, with XML ground truth of detection and behavior classification (Formats: MPEG2 & JPEG)
- CCITT Fax standard images - 8 images (Formats: gif)
- CMU CIL's Stereo Data with Ground Truth - 3 sets of 11 images, including color tiff images with spectroradiometry (Formats: gif, tiff)
- CMU PIE Database - A database of 41,368 face images of 68 people captured under 13 poses, 43 illuminations conditions, and with 4 different expressions.
- CMU VASC Image Database - Images, sequences, stereo pairs (thousands of images) (Formats: Sun Rasterimage)
- Caltech Image Database - about 20 images - mostly top-down views of small objects and toys. (Formats: GIF)
- Columbia-Utrecht Reflectance and Texture Database - Texture and reflectance measurements for over 60 samples of 3D texture, observed with over 200 different combinations of viewing and illumination directions. (Formats: bmp)
- Computational Colour Constancy Data - A dataset oriented towards computational color constancy, but useful for computer vision in general. It includes synthetic data, camera sensor data, and over 700 images. (Formats: tiff)
- Densely Sampled View Spheres - Densely sampled view spheres - upper half of the view sphere of two toy objects with 2500 images each. (Formats: tiff)
- El Salvador Atlas of Gastrointestinal VideoEndoscopy - Images and Videos of his-res of studies taken from Gastrointestinal Video endoscopy. (Formats: jpg, mpg, gif)
- FG-NET Facial Aging Database - Database contains 1002 face images showing subjects at different ages. (Formats: jpg)
- FVC2000 Fingerprint Databases - FVC2000 is the First International Competition for Fingerprint Verification Algorithms. Four fingerprint databases constitute the FVC2000 benchmark (3520 fingerprints in all).
- Face and Gesture images and image sequences - Several image datasets of faces and gestures that are ground truth annotated for benchmarking
- German Fingerspelling Database - The database contains 35 gestures and consists of 1400 image sequences that contain gestures of 20 different persons recorded under non-uniform daylight lighting conditions. (Formats: mpg,jpg)
- Groningen Natural Image Database - 4000+ 1536x1024 (16 bit) calibrated outdoor images (Formats: homebrew)
- ICG Testhouse sequence - 2 turntable sequences from different viewing heights, 36 images each, resolution 1000x750, color (Formats: PPM)
- IEN Image Library - 1000+ images, mostly outdoor sequences (Formats: raw, ppm)
- INRIA's Syntim images database - 15 color image of simple objects (Formats: gif)
- Image Analysis Laboratory - Images obtained from a variety of imaging modalities -- raw CFA images, range images and a host of "medical images". (Formats: homebrew)
- Image Database - An image database including some textures
- Machine Vision - Images from the textbook by Jain, Kasturi, Schunck (20+ images) (Formats: GIF TIFF)
- Mammography Image Databases - 100 or more images of mammograms with ground truth. Additional images available by request, and links to several other mammography databases are provided. (Formats: homebrew)
- ftp://ftp.cps.msu.edu/pub/prip - many images (Formats: unknown)
- Middlebury Stereo Data Sets with Ground Truth - Six multi-frame stereo data sets of scenes containing planar regions. Each data set contains 9 color images and subpixel-accuracy ground-truth data. (Formats: ppm)
- Middlebury Stereo Vision Research Page - Middlebury College
- Modis Airborne simulator, Gallery and data set - High Altitude Imagery from around the world for environmental modeling in support of NASA EOS program (Formats: JPG and HDF)
- NIST Fingerprint and handwriting - datasets - thousands of images (Formats: unknown)
- NLM HyperDoc Visible Human Project - Color, CAT and MRI image samples - over 30 images (Formats: jpeg)
- OSU (MSU) 3D Object Model Database - several sets of 3D object models collected over several years to use in object recognition research (Formats: homebrew, vrml)
- OSU (MSU/WSU) Range Image Database - Hundreds of real and synthetic images (Formats: gif, homebrew)
- Otago Optical Flow Evaluation Sequences - Synthetic and real sequences with machine-readable ground truth optical flow fields, plus tools to generate ground truth for new sequences. (Formats: ppm,tif,homebrew)
- SEQUENCES FOR OPTICAL FLOW ANALYSIS (SOFA) - 9 synthetic sequences designed for testing motion analysis applications, including full ground truth of motion and camera parameters. (Formats: gif)
- Sequences for Flow Based Reconstruction - synthetic sequence for testing structure from motion algorithms (Formats: pgm)
- Stereo Images with Ground Truth Disparity and Occlusion - a small set of synthetic images of a hallway with varying amounts of noise added. Use these images to benchmark your stereo algorithm. (Formats: raw, viff (khoros), or tiff)
- Stuttgart Range Image Database - A collection of synthetic range images taken from high-resolution polygonal models available on the web (Formats: homebrew)
- The MIT-CSAIL Database of Objects and Scenes - Database for testing multiclass object detection and scene recognition algorithms. Over 72,000 images with 2873 annotated frames. More than 50 annotated object classes. (Formats: jpg)
- The RVL SPEC-DB (SPECularity DataBase) - A collection of over 300 real images of 100 objects taken under three different illuminaiton conditions (Diffuse/Ambient/Directed). -- Use these images to test algorithms for detecting and compensating specular highlights in color images. (Formats: TIFF )
- The Xm2vts database - The XM2VTSDB contains four digital recordings of 295 people taken over a period of four months. This database contains both image and video data of faces.
- Traffic Image Sequences and 'Marbled Block' Sequence - thousands of frames of digitized traffic image sequences as well as the 'Marbled Block' sequence (grayscale images) (Formats: GIF)
- U Bern Face images - hundreds of images (Formats: Sun rasterfile)
- U Michigan textures (Formats: compressed raw)
- UNC's 3D image database - many images (Formats: GIF)
- USF Range Image Data with Segmentation Ground Truth - 80 image sets (Formats: Sun rasterimage)
- University of Oulu Physics-based Face Database - contains color images of faces under different illuminants and camera calibration conditions as well as skin spectral reflectance measurements of each person.
- University of Oulu Texture Database - Database of 320 surface textures, each captured under three illuminants, six spatial resolutions and nine rotation angles. A set of test suites is also provided so that texture segmentation, classification, and retrieval algorithms can be tested in a standard manner. (Formats: bmp, ras, xv)
- Usenix face database - Thousands of face images from many different sites (circa 994)
- View Sphere Database - Images of 8 objects seen from many different view points. The view sphere is sampled using a geodesic with 172 images/sphere. Two sets for training and testing are available. (Formats: ppm)
- Vision-list Imagery Archive - Many images, many formats
- Wiry Object Recognition Database - Thousands of images of a cart, ladder, stool, bicycle, chairs, and cluttered scenes with ground truth labelings of edges and regions. (Formats: jpg)
- Yale Face Database - 165 images (15 individuals) with different lighting, expression, and occlusion configurations.
Researchers / Frameworks
Researchers / Miscellaneous
23. Awesome Computer Vision
Computer Vision
- Computer Vision for Visual Effects - Richard J. Radke, 2012
- High dynamic range imaging: acquisition, display, and image-based lighting - Reinhard, E., Heidrich, W., Debevec, P., Pattanaik, S., Ward, G., Myszkowski, K 2010
Machine Learning
- Gaussian processes for machine learning - Carl Edward Rasmussen and Christopher K. I. Williams 2005
Recent Conference Talks
- ICML 2013 - Jul 2013
- ICML 2012 - Jun 2012
Computational Photography
- Overview of Computer Vision and Visual Effects - Rich Radke (Rensselaer Polytechnic Institute) 2014
General Purpose Computer Vision Library
High Dynamic Range Imaging
Machine Learning / Nearest Neighbor Field Estimation
24. Awesome Android Ui
List / Grid
Name: Advanced Recyclerview (⭐5.2k)
License: Apache License V2
Demo:
Label / Form
Name: Material Code input (⭐963)
License: Apache License V2
Demo:
25. Awesome Swift
Utility / Barcode
- R.swift (⭐9.4k) - Tool to get strong typed, autocompleted resources like images, cells and segues.
26. Awesome Shell
Applications / Directory Navigation
- isitup (⭐61) - Check whether a website is up or down
- licen (⭐37) - Generate your license. Yet another lice, but implement with Jinja2 and docopt
Shell Script Development / Directory Navigation
- assert.sh (⭐479) - Bash unit testing framework
27. Awesome Dotnet
Image Processing
- MetadataExtractor (⭐921) - Extracts Exif, IPTC, XMP, ICC and other metadata from image files.
28. Awesome D
Game Bindings / XML
- DerelictOrg - A GitHub organization hosting all Derelict bindings including:
- OpenGL 3 (DerelictGL3),
- Bgfx (DerelictBgfx),
- ENet (DerelictENet),
- SDL 2 (DerelictSDL2),
- GLFW 3 (DerelictGLFW3),
- OpenGLES (DerelictGLES),
- Free Image (DerelictFI),
- Assimp3 (DerelictASSIMP3),
- libtheora (DerelictTheora),
- libogg (DerelictOgg),
- libvorbis (DerelictVorbis),
- SFML 2 (DerelictSFML2),
- libpq (DerelictPQ),
- PhysicsFS (DerelictPHYSFS),
- Open Dynamics Engine (DerelictODE),
- Lua (DerelictLua),
- DevIL (DerelictIL),
- OpenAL (DerelictAL),
- ALURE (DerelictALURE).
Game Frameworks / XML
- DSFML (⭐95) - A static binding of SFML in a way that makes sense for D. see http://dsfml.com/.
29. Awesome Slack
Regional
30. Awesome Laravel
Popular Packages / Search
- Algolia Search (⭐241) - Integrates the Algolia Search API to the Laravel Eloquent ORM
- Laravel Search (⭐353) - Unified API for Elasticsearch, Algolia, and ZendSearch
- SearchIndex (⭐441) - Store and retrieve objects from Algolia or Elasticsearch
31. Awesome Php
Table of Contents / Passwords
- Password-Generator (⭐288) - PHP library to generate random passwords.
Table of Contents / Architectural
- Pipeline (⭐945) - A pipeline pattern implementation.
32. Engineering Blogs
Companies / D companies
- Databricks https://databricks.com/blog
Companies / V companies
- VNGRS http://blog.vngrs.com/
Individuals/Group Contributors / S individuals
- Stefan Parker http://codebeforethehorse.tumblr.com/
33. Awesome Rust
Libraries / Parsing
- kevinmehall/rust-peg (⭐1.4k) - Parsing Expression Grammar (PEG) parser generator
34. Awesome Salesforce
Table of Contents / Salesforce Developer Free Edition Signup
- Signup for Free Developer Account - Signup for Free Developer Account.
BugReport-PullRequest / Podcasts
- Add your link as per the top-level Category page within the topic sub-section(s), in alphabetical order, with notes (if any) in the markdown files.
- For broken links or outdated information, submit a bug report (BR), or make the necessary changes and submit a PR. Both are welcome. Please submit separate PR's for each link or change added.
35. Awesome Elixir
JSON
- json_web_token_ex (⭐143) - An Elixir implementation of the JSON Web Token (JWT) Standards Track (RFC 7519).
- Prev: Aug 17 - Aug 23, 2015
- Next: Aug 03 - Aug 09, 2015