Awesome List Updates on Jul 27 - Aug 02, 2015
27 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Talks
Web Development
- Om Next by David Nolen [46:17]
2. Awesome Answers
Programming Languages / Clojure
3. Awesome Cpp
Audio
- SELA (⭐208) - SimplE Lossless Audio. [MIT]
4. Awesome R
R Development
- drat (⭐150) - Creation and use of R repositories on GitHub or other repos.
5. Awesome Electron
Articles / Other
6. Awesome Dotnet
Cryptography
- StreamCryptor (⭐130) - Stream encryption & decryption with libsodium and protobuf
ORM
- LINQ to DB (⭐3k) - The fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.
7. Awesome Dataviz
JavaScript tools / Charting libraries
- NVD3 (⭐7.2k) - A reusable charting library written in d3.js.
JavaScript tools / Charting libraries for graphs
- VivaGraph (⭐3.5k) - Graph drawing library for JavaScript.
React Native / Misc
- Piecon (⭐2.3k) - Pie charts in your favicon.
Golang tools / Misc
- svgo (⭐1.9k) - Go Language Library for SVG generation.
iOS tools / Misc
- JBChartView (⭐3.8k) - Charting library for both line and bar graphs.
- PNChart (⭐9.7k) - A simple and beautiful chart lib used in Piner and CoinsMan.
Websites / Misc
- Please check for duplicates first.
- Keep descriptions short, simple and unbiased.
- Please make an individual commit for each suggestion
- Add a new category if needed.
8. Awesome Nodejs
Packages / Filesystem
- fs-jetpack (⭐774) - Completely redesigned file system API for convenience in everyday use.
9. Awesome Opensource Documents
Subjects / IOS Development
- iOS Good Practices (⭐11k) (cc) - Good ideas for iOS development, by Futurice developers.
- iOS Developer and Designer Interview Questions (⭐1.6k) (MIT) - A small guide to help those looking to hire a developer or designer for iOS work.
Programming Languages / Python
- Learning to Program Using Python (Site, cc-sa)
Programming Languages / Rust
- Rust for Python Programmers (Site, cc-nc-sa)
Japanese / Chinese
- はてな教科書 (⭐2.2k) (cc-nc-sa) - はてな研修用教科書
10. Awesome Shell
Customization / Directory Navigation
- emojify (⭐1.5k) Emoji on the command line 😱
For Developers / Directory Navigation
- bocker (⭐11k) - Docker implemented in 100 lines of bash
System Utilities / Directory Navigation
- glances (⭐24k) - Glances an Eye on your system
11. Awesome Geojson
conversion
- esri2open (⭐254) converts proprietary Esri formats to GeoJSON
12. Awesome Javascript
Misc / Other
13. Awesome Hadoop
Distributed Computing and Programming
- Spark Packages - A community index of packages for Apache Spark
14. Awesome Purescript
Community
15. Awesome Android
GUI / Animations
- Android-Transition (⭐616) - Allows the easy creation of view transitions that react to user inputs.
Utility / ORM
- Byte Buddy - Runtime code generation library with support for Android.
Kotlin / Custom Dialog
- KAndroid (⭐893) - Lightweight library providing useful extensions to eliminate boilerplate code in Android SDK.
16. Awesome Slack
Development
Regional
17. Tips
What changed since two weeks?
git log --no-merges --raw --since='2 weeks ago'
Alternatives:
git whatchanged --since='2 weeks ago'
Pick commits across branches using cherry-pick
git checkout <branch-name> && git cherry-pick <commit-ish>
Find out branches containing commit-hash
git branch -a --contains <commit-ish>
Alternatives:
git branch --contains <commit-ish>
18. Awesome Dojo
Testing / Dojo 2
- Intern User guide - A quite complete manual about how to use The Intern
- Intern Yeoman page objects (⭐1) - A Yeoman generator to create unit test and suites
19. Engineering Blogs
Individuals/Group Contributors / A individuals
- Alan Storm http://alanstorm.com/
Individuals/Group Contributors / J individuals
- Jacopo Tarantino https://jack.ofspades.com/
Individuals/Group Contributors / K individuals
- Kevin Burke https://kev.inburke.com/
20. Typography
Books
Font Combinations
21. Awesome Rest
Design
- Architectural Styles and the Design of Network-based Software Architectures - Roy Fielding's dissertation defining REST
PHP Clients
- Buzz (⭐1.9k) - Another lightweight HTTP client.
- unirest for PHP (⭐1.3k) - Simplified, lightweight HTTP client library.
JavaScript Clients
- restangular (⭐7.9k) - AngularJS service to handle REST API properly and easily.
- restful.js (⭐967) - JS client for interacting with server-side RESTful resources.
Node.js Clients
- restler (⭐2k) - REST client library for node.js.
- unirest for Node.js (⭐949) - Simplified, lightweight HTTP client library.
Directly On Top Of A RMDB
- postgrest (⭐23k) - Serve a fully RESTful API directly from an existing PostgreSQL database.
- MySQL HTTP plugin - Simple REST-like / CRUD server for any MySQL database.
Node.js
- mers (⭐343) - Express service exposing Mongoose finders as RESTful API.
- flatiron/resourceful (⭐354) - Isomorphic Resource engine for JavaScript.
PHP
- Microrest (⭐185) - Micro-web application providing a REST API on top of any relational database.
- Negotiation (⭐1.4k) - Content negotiation library.
- Drest (⭐87) - Library for exposing Doctrine entities as REST resource endpoints.
- Restler (⭐1.4k) - Lightweight framework to expose PHP methods as RESTful web API.
- HAL (⭐203) - Hypertext Application Language (HAL) builder library.
- Apigility (⭐445) - API builder built with Zend Framework 2.
- phprest (⭐309) - Specialized REST microframework for PHP.
- Hateoas (⭐1k) - PHP library to support implementing representations for HATEOAS REST web services.
PHP / Symfony2
- FOSRestBundle (⭐2.8k) - Bundle handling view, routing, error handling, etc. for your REST API.
- stanlemon/rest-bundle (⭐123) - Build a REST API based on Doctrine entities using conventions over configuration.
- lakion/Lionframe - Glu between several community libraries to ease API development.
- BazingaHateoasBundle (⭐294) - Integrate the Hateoas (⭐1k) library into a Symfony2 application.
- Symfony REST Edition (⭐634) - Start with a Symfony2 application with all REST-friendly bundles pre-configured.
- NgAdminGeneratorBundle (⭐75) - Boostrap ng-admin configuration based on
stanlemon/rest-bundle
.
- DunglasApiBundle (⭐2.4k) - Build a REST API which follow Hydra/JSON-LD specification.
Python / Symfony2
- flask-restless - Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy).
Go / Symfony2
- go-json-rest (⭐3.5k) - Thin layer on top of
net/http
that helps building RESTful APIs easily.
- sleepy (⭐673) - RESTful micro-framework written in Go.
- restit (⭐55) - Go micro framework to help writing RESTful API integration test.
- go-relax (⭐152) - Framework of pluggable components to build RESTful API's.
- go-rest (⭐128) - Small and evil REST framework for Go.
- Goat (⭐155) - Minimalistic REST API server in Go.
- Resoursea (⭐34) - REST framework for quickly writing resource based services.
Java / Symfony2
- RestExpress (⭐938) - Netty-based, highly performant, lightweight, container-less, plugin-extensible, framework that is ideal for microservice architectures.
Querying / Symfony2
- resty (⭐2.6k) - Little command line REST client that you can use in pipelines (bash or zsh).
- jq (⭐30k) - Command line JSON processor, to use in combination with a command-line HTTP client like cURL.
Mocking / Symfony2
- FakeRest (⭐434) - Patch XMLHttpRequest to fake a REST API client-side.
- json-server (⭐72k) - Serve a REST API from fixture files using quick prototyping.
SaaS Tools / Symfony2
- Runscope - Automated API Monitoring & Testing.
Miscellaneous / Symfony2
- ng-admin (⭐4k) - Add an AngularJS admin GUI to any RESTful API.
22. Amas
Ask these people anything!
- Kyle Robinson Young (⭐1) - Makes stuff and likes bears.
- Trent Oswald (⭐1) - Maker of web things Mashape and nodejs/website.
23. Awesome Computer Vision
Simultaneous localization and mapping / Tracking/Odometry:
Blogs / Image Deblurring
- AI Shack - Utkarsh Sinha
24. Awesome Opengl
References
- OpenGL Docs - Official documentation website.
Related lists
- gamedev (⭐12k) - A awesome list about game development.
- graphics-resources (⭐1.7k) - A list of graphic programming resources.
25. Awesome OpenSourcePhotography
Monitor Color Correction / Sony
Useful GIMP Mods or Scripts / Sony
Communities / Sony
26. Awesome Crystal
Testing
- mocks.cr (⭐52) - Mocking library for Crystal
27. Awesome Influxdb
Unofficial
- capacitor (⭐63) - A Clojure client for InfluxDB
- influxdb-haskell (⭐51) - Haskell client library for InfluxDB
- InfluxDB.NET (⭐163) - .NET client for InfluxDB
- InfluxDB PHP SDK (⭐88) - UDP/IP or HTTP adapters for read and write data
- influxdbr (⭐94) - R library for InfluxDB
- node-influx (⭐862) - InfluxDB Node.js Client
Projects / Dedicated
- agento (⭐25) - Client/server collecting near realtime metrics from Linux hosts
Projects / Non-dedicated
- cAdvisor (⭐14k) - Analyzes resource usage and performance characteristics of running containers
- gatling (⭐5.7k) - Async Scala-Akka-Netty based Stress Tool
- Graphios (⭐288) - A program to send nagios perf data to graphite (carbon) / statsd / librato / influxDB
- heka (⭐3.4k) - General purpose data collection and processing tool
- statsd-jvm-profiler (⭐329) - Simple JVM Profiler Using StatsD
Libraries / Non-dedicated
- telemetry (⭐78) - metric reporting for Go applications
Dashboards and visualization / Hooks
- facette (⭐1.1k) - Time series data visualization and graphing software
- grafana (⭐52k) - Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB
- ostent (⭐175) - collects and displays system metrics and optionally relays to Graphite and/or InfluxDB
Other tools / Hooks
- Morgoth (⭐283) - Metric anomaly detection
Provisioning InfluxDB / Hooks
- tutum-docker-influxdb (⭐229) - Docker image to run an out-of-the-box InfluxDB server
Queries / Hooks
- dbal-influxdb (⭐10) - Doctrine DBAL for InfluxDB
- Influxdb::Arel (⭐11) - Influxdb::Arel is a SQL AST manager for InfluxDB dialect. It simplifies the generation of complex SQL queries
Awesome lists that include links to InfluxDB / Hooks
Lists of awesome lists that include awesome-influxdb / Hooks
- Prev: Aug 03 - Aug 09, 2015
- Next: Jul 20 - Jul 26, 2015