Awesome List Updates on Feb 29 - Mar 06, 2016
48 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Vue
Resources / Tutorials
2. Awesome Erlang
Package Management
- hex.pm - A package manager for the Erlang ecosystem.
Configuration Management
- stillir (⭐50) - Cache environment variables as Erlang app variables.
Codebase Maintenance
- elvis (⭐407) - Erlang Style Reviewer.
Web Frameworks
- cowboy (⭐6.8k) - A simple HTTP server.
- Giallo (⭐69) - A small and flexible web framework on top of Cowboy (⭐6.8k).
- N2O (⭐1.3k) - WebSocket Application Server.
HTTP
- bullet (⭐302) - Simple, reliable, efficient streaming for Cowboy.
- gun (⭐812) - Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.
- hackney (⭐1.2k) - Simple HTTP client in Erlang.
- ibrowse (⭐519) - Erlang HTTP client.
- shotgun (⭐163) - For the times you need more than just a gun.
Code Analysis
- Concuerror (⭐299) - Concuerror is a systematic testing tool for concurrent Erlang programs.
Build Tools
- rebar3 (⭐1.5k) - A build tool for Erlang which can manage Erlang packages from Hex.pm. See more at rebar3.org
ORM and Datamapping
- boss_db (⭐269) - A sharded, caching, pooling, evented ORM for Erlang.
Queue
- dq (⭐34) - Distributed Fault Tolerant Queue library.
- ebqueue (⭐8) - Tiny simple blocking queue in erlang.
- pqueue (⭐163) - Erlang Priority Queues.
Text and Numbers
- eql (⭐110) - Erlang with SQL or not.
- jsx (⭐670) - An erlang application for consuming, producing and manipulating json.
Networking
- barrel_tcp (⭐84) - barrel_tcp is a generic TCP acceptor pool with low latency in Erlang.
- gossiperl (⭐45) - Language agnostic gossip middleware and message bus written in Erlang.
- nat_upnp (⭐42) - Erlang library to map your internal port to an external using UNP IGD.
- ranch (⭐1.1k) - Socket acceptor pool for TCP protocols.
Websites
- Erlang Bookmarks (⭐1.1k) - All about erlang programming language [powerd by community].
- Spawned Shelter - Erlang Spawned Shelter. A collection of the best articles, videos and presentations related to Erlang.
Erlang Reading
- The Joy of Erlang; Or, How To Ride A Toruk - The Joy of Erlang; Or, How To Ride A Toruk A fast track introduction to Erlang that teaches the language by walking through a few example projects.
3. Awesome Bitcoin
Blockchain Explorers
4. Awesome Symfony Education
Tutorials and Video Courses
- SymfonyCasts - Learn Symfony 4
- Videos + articles. Straightforward, simple & with examples.
- Working with Symfony 2
- Short video series for starters
- Symfony 2 - under 5 minutes
- Short video series for starters
Series for begginers
- Symfony po krůčkách na Zdroják.cz [2015/2016] [česky]
EventDispatcher
- Re-thinking Event Listeners [2015]
Performance
5. Awesome Cpp
Graphics
- Irrlicht - A high performance realtime 3D engine written in C++. [zlib]
6. Awesome Android
Game Development
- Vuforia - Augmented Reality library.
Other / Custom Dialog
- Typography (⭐43) - An Android library that makes it easy to use custom fonts in views.
7. Awesome Salesforce
Javascript Libraries for Salesforce / Open Source Projects Repositories from Salesforce
- nForce (⭐452) - nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
8. Awesome Tensorflow
Tutorials
- TensorFlow Examples (⭐43k) - TensorFlow tutorials and code examples for beginners
Models/Projects
- TensorFlow White Paper Notes (⭐437) - Annotated notes and summaries of the TensorFlow white paper, along with SVG figures and links to documentation
9. Awesome Php
Table of Contents / Email
- Mautic (⭐6.9k) - Email marketing automation
10. Awesome Emails
Frameworks / Misc
- Foundation for Emails (⭐7.7k) - Quickly create responsive HTML emails that work on any device & client. Even Outlook.
11. Awesome Polymer
Tutorials/Guides
12. Awesome Geek Podcasts
In Russian
- GoLang Show - Podcast about Go language.
13. Awesome Relay
Libraries & Packages
relay-composite-network-layer
- Compose your Relay Network Layer of many different Network Layers each with their own schema.
14. Awesome Alfred Workflows
Text Manipulation
- Encode / Decode (⭐531) - Transform your query strings through base64, html, url, and utf-8 encode/decode.
- Funnel - Funnel selected text or a file through various filters.
- HTML Entity Lookup (⭐35) - Search for entity characters based on how they look or by name.
- Unicode Text Search (⭐191) - Search for Unicode Symbols.
Scientific
- DOITools (⭐8) - Tools to resolve, open, shorten DOI numbers and even convert them to bibtex.
- Skim remote - Controls the Skim PDF Viewer remotely from Alfred.
Security
- Random MAC - Assigns a random MAC address to
en0
(e.g. for free wifi).
System
- Keylue (⭐48) - Key Clue, Menu Bar and Keyboard Maestro Hot Key Search
- TerminalFinder (⭐1.1k) - Alfred workflow to open current Finder window in Terminal/iTerm and vice versa.
15. Awesome Computer History
Videos / Old recordings
16. Awesome D3
Utils / Third Party
- d3-iconarray (⭐81) - A plug-in for aligning elements in grids
17. Awesome D
Database clients / XML
- Tiny Redis - Redis driver for D. Fast, Simple, Stable. Has no dependencies.
Command Line / XML
- Argon (⭐17) - A processor for command-line arguments, an alternative to Getopt, written in D.
18. Awesome Swift
Gesture
- SwiftyGestureRecognition (⭐162) - UIGestureRecognizers in Xcode Playgrounds.
19. Awesome Courses
Courses / Programming Languages / Compilers
- CMSC 430 Introduction to Compilers Univ of Maryland
- The goal of CMSC 430 is to arm students with the ability to design, implement, and extend a programming language. Throughout the course, students will design and implement several related languages, and will explore parsing, syntax querying, dataflow analysis, compilation to bytecode, type systems, and language interoperation.
- Lecture Notes
- Assignments
20. Awesome AutoIt
Websites / OpenOffice
21. Tips
List ignored files.
git check-ignore *
Status of ignored files.
git status --ignored
Commits in Branch1 that are not in Branch2
git log Branch1 ^Branch2
22. Awesome Flexbox
Newsletter
Cross Browser / Articles
Featured Projects / Slides and Notes
- Flexbox Defense - Tower Defense with a twist: all towers must be positioned with CSS Flexbox.
23. Awesome Rxjava
Utilities
- RxReplayingShare (⭐631) - An RxJava transformer which combines replay(1), publish(), and refCount() operators.
- RxFunctions (⭐50) - Advanced Function composition to use with RxJava.
24. Awesome Pcaptools
File Extraction
- pcapfex (⭐208) - Packet CAPture Forensic Evidence eXtractor (pcapfex) is a tool that finds and extracts files from packet capture files. Its power lies in its ease of use. Just provide it a pcap file, and it will try to extract all of the files. It is an extensible platform, so additional file types to recognize and extract can be added easily.
25. Awesome Mongodb
Libraries / Mathematica
- MongoDBLink (⭐17) - Community Mathematica driver
26. Awesome Micro Npm Packages
Modules / Date & Time
- akamai-time-reference (⭐3) - Get reference time using Akamai's time reference service.
Modules / Object
- has-key-deep (⭐1) - Deep-search objects for keys. Keys can be searched by providing an array of keys, or using a dot-notiation.
Modules / Math
- is-number (⭐232) - Returns
true
if the value is a number.
Modules / Promise
- promise-all-props (⭐10) - Like
Promise.all
but for object properties.
27. Awesome Fuse
Open Source
- FormulaFuse (⭐0) - Formula 1 Fuse application.
28. Awesome Rails Gem
User / Authorization
- acl9 (⭐858) - Acl9 is a role-based authorization system that provides a concise DSL for securing your Rails application.
29. Awesome Charting
Commercial Libraries
- AnyChart - Set of products for charting different types of data. Has a special Oracle Apex integration option.
Free and Open Source Libraries
- C3.js - D3 based reusable chart library.
- Chartist - Simple, lightweight chart library that uses SVG to render the chart, and CSS to style it.
- dc.js - D3 Library with crossfilter support
- ECharts (⭐53k) - A powerful charting and visualization library for browser.
- Plotly (⭐15k) - Built on top of d3 and stack.gl, allowing users to create basic charts and SVG maps.
- sigma.js (⭐10k) - Graphs / Network diagram library built with canvas.
- TauCharts - Unique syntax that lets the developer describe the data using DSL. Has the ability to create facets.
Data Visualization Resources / React
- The Functional Art - Noted data visualization author and professor Aberto Cairo's blog on dataviz trends and best practices.
30. Engineering Blogs
Companies / V companies
Individuals/Group Contributors / G individuals
- Grzegorz Gajos http://ggajos.com/
31. Awesome Elixir
Domain-specific language
- Absinthe Graphql (⭐4.2k) - Fully featured GraphQL library.
Framework Components
- absinthe_plug (⭐255) - Plug support for Absinthe.
- ex_admin (⭐1.2k) - ExAdmin is an auto administration package for Elixir and the Phoenix Framework.
ORM and Datamapping
- eventstore (⭐1k) - A CQRS EventStore using Postgres for persistence, written in Elixir.
Text and Numbers
- sentient (⭐34) - Simple sentiment analysis based on the AFINN-111 wordlist.
Websites
- Elixir Examples - A collection of small Elixir programming language examples.
32. Awesome Bigdata
Data Ingestion
- Skizze (⭐775) - sketch data store to deal with all problems around counting and sketching using probabilistic data-structures.
Data Visualization
- Shiny - a web application framework for R.
33. Awesome Lumen
Packages and Middleware
- Larasupport (⭐123) - Adds Laravel Packages Support to Lumen and Other Helpers.
34. Awesome Scala
Misc. / Devops
- Scalera Blog - Blog about Scala language and its environment (howto's, good practices, tips,...). Weekly posts written in both spanish and english
35. Awesome Nodejs
Packages / Debugging / Profiling
- why-is-node-running (⭐1.8k) - Node.js is running but you don't know why?
Packages / Command-line utilities
- boxen (⭐1.5k) - Create boxes in the terminal.
- shelljs (⭐14k) - Portable Unix shell commands.
Packages / Text
- matcher (⭐536) - Simple wildcard matching.
Packages / Testing
- power-assert (⭐2.8k) - Provides descriptive assertion messages through the standard assert interface.
- hook-std (⭐54) - Hook and modify stdout/stderr.
- testen (⭐175) - Run tests for multiple versions of Node.js locally with NVM.
Packages / Miscellaneous
- mem (⭐1.1k) - Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input.
- adit (⭐54) - SSH tunneling made simple.
36. Awesome Interview Questions
Programming Languages/Frameworks/Platforms / AngularJS
Programming Languages/Frameworks/Platforms / Java
Programming Languages/Frameworks/Platforms / Python
Programming Languages/Frameworks/Platforms / Ruby
37. Awesome Functional Programming
Table of Contents / Communities
- Haskellers - The meeting point for Haskell Programmers
38. Awesome Music
Music Programming
- Sonic Pi - a live coding synth with an emphasis on educational use.
39. Awesome Neo4j
REST API / PHP
- neo4j-php-client (⭐287) - PHP Client for Neo4j leveraging the Http and Bolt protocols.
REST API / Other
- GrapheneDB - The world's first fully managed Neo4j graph database.
- GraphAware Neo4j Importer (⭐24) - Java importer skeleton for complicated, business-logic-heavy high-performance Neo4j imports directly from SQL databases, CSV files, etc.
- neo4j-csv-firehose (⭐12) - Enables Neo4j’s
LOAD CSV
Cypher command to load from other datasources as well.
- neo4j-rdbms-import (⭐41) - An automatic importer for relational databases into Neo4j.
- Doc manager for Neo4j (⭐95) - The Neo4j Doc Manager takes MongoDB documents and makes it easy to query them for relationships by making them available in a Neo4j graph structure, following the format specified by Mongo Connector.
- neoprofiler (⭐34) - Neo4J database profiling utility.
- GraphAware Neo4j UUID (⭐102) - GraphAware Runtime Module that assigns a UUID to all nodes in the graph transparently.
- GraphAware Neo4j ChangeFeed (⭐16) - A GraphAware Framework Runtime Module allowing users to find out what were the latest changes performed on the graph.
- GraphAware Neo4j TimeTree (⭐205) - Java and REST APIs for working with time-representing tree in Neo4j.
- GraphAware Neo4j Recommendation Engine (⭐371) - Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
- GraphAware Neo4j Algorithms (⭐34) - Custom graph algorithms for Neo4j with own Java and REST APIs.
- GraphAware Neo4j Warmup (⭐10) - Simple library that warms up Neo4j caches with a single REST call.
- GraphAware Neo4j RestTest (⭐13) - GraphAware RestTest is a simple library for testing code that talks to Neo4j running in standalone server mode.
- Spatial (⭐738) - Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data.
- Graphify (⭐379) - Graphify is a Neo4j unmanaged extension used for document and text classification using graph-based hierarchical pattern recognition.
- neo4j-tx-participation (⭐3) - This is a Neo4j Server Extension to make Neo4j REST-API participate in transactions started by the transactional Cypher endpoint.
- Maven repositories - Neo4j Maven repositories (releases, snapshots).
- GraphAware Neo4j Framework (⭐245)- GraphAware Framework speeds up development with Neo4j by providing a platform for building useful generic as well as domain-specific functionality, analytical capabilities, (iterative) graph algorithms, etc.
- cypher-dsl (⭐162) - A Java DSL for the Cypher Query Language and an optional Query DSL mode.
- Reco4PHP (⭐131) - Neo4j based Recommendation Engine Framework for PHP.
- cypher-vim-syntax (⭐38) - Very basic Vim syntax for Cypher.
- cycli (⭐272) - A Command Line Interface for Cypher.
- neo4j-shell-tools (⭐287) - A bunch of import/export tools for the neo4j-shell.
- Gephi (⭐5k) - Gephi is an award-winning open-source platform for visualizing and manipulating large graphs.
40. Awesome Appsec
Websites
Violent Python
Violent Python shows you how to move from a theoretical understanding of offensive computing concepts to a practical implementation.
41. Awesome Android Ui
ViewPager
Name: SwipeSelector (⭐1.1k)
License: Apache License V2
Demo:
Progress
Name: ColorArcProgerssBar (⭐922)
License: Apache License V2
Demo:
42. Awesome Crystal
Implementations/Compilers
- crisp (⭐43) - Lisp dialect implemented with Crystal
43. Awesome Github
Tips, tricks, tools, and add-ons for GitHub power users
- Issue and Pull Request Template Generator - Generate templates customized to your project, with the help of Cthulhu and Lewis Carroll
44. Awesome Network Js
High level
- peercast (⭐500) – Like peerflix but for Chromecast.
- peerflix (⭐6k) – Streaming torrent client.
- peervisionary (⭐43) – Stream p2p content over your local network.
- peerwiki (⭐307) – browse all of wikipedia using bittorrent.
- screencat (⭐3k) – WebRTC screensharing app.
- signalhub (⭐643) – Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.
- torrent-mount (⭐1.3k) – Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse.
- webcat (⭐424) – pipe across the web using WebRTC.
- websocketd (⭐16k) – Turn any program that uses stdin/stdout into a WebSocket server.
Protocols
- castv2 (⭐740) – An implementation of the Chromecast CASTV2 protocol.
- hypercore (⭐2.2k) – A p2p network for distributing and replicating static feeds of binary data.
- ipfs (⭐1k) – The InterPlanetary File System, a new peer-to-peer hypermedia protocol.
- k-bucket (⭐147) – Kademlia DHT K-bucket implementation as a binary tree.
- k-rpc (⭐74) – Implementation of the k-rpc protocol used the BitTorrent DHT. Also see k-rpc-socket (⭐22).
- mdns (⭐839) – mdns/zeroconf/bonjour service discovery.
- multicast-dns (⭐441) – Low level multicast-dns implementation.
- peervision (⭐97) – Live p2p streaming protocol.
- polo (⭐245) – A zero configuration service discovery module.
- rtsp-server (⭐29) – A low level module for creating RTSP servers.
- utp-native (⭐99) – micro transport protocol, a network protocol similar to tcp that runs on top of udp.
45. Awesome Electron
For Electron / Other
- electron-packager (⭐139) - Package and distribute your app.
46. Awesome Robotics
Books
47. Awesome Ava
Packages
- redux-ava - Test helpers for Redux.
Support
48. Awesome Fp Js
Community / Related Lists
- Prev: Jan 02 - Jan 08, 2017
- Next: Feb 22 - Feb 28, 2016