Awesome List Updates on Jun 19 - Jun 25, 2017
42 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Amas
Ask these people anything!
- Gaurav Mehla (⭐5) - Full-stack developer, JS coder, open source contributor.
2. Awesome Leading and Managing
Contents / Quotes That Capture the General Spirit of this List's Contents
3. Awesome Selenium
Tools / Java
- Galen Framework - Automated testing of look and feel for your responsive websites.
4. Awesome Design Principles
Principles within bigger Design Systems
5. Awesome Microservices
Coordination & Governance / Scala
- Conductor (⭐13k) - A microservices orchestration engine.
Logging / Scala
- Fluentd - Open source data collector for unified logging layer.
- Graylog - Fully integrated open source log management platform.
- Kibana - Flexible analytics and visualization platform.
Monitoring & Debugging / Scala
- Elastalert (⭐8k) - Easy & flexible alerting for Elasticsearch.
- Ganglia - A scalable distributed monitoring system for high-performance computing systems such as clusters and grids.
- Grafana - An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
- Graphite - Scalable realtime graphing.
- Prometheus - An open source service monitoring system and time series database.
- Riemann - Monitors distributed systems.
- Sensu - Monitoring for today's infrastructure.
- Zabbix - Open source enterprise-class monitoring solution.
- Zipkin - Distributed tracing system.
Reactivity / Scala
- Reactive Kafka (⭐1.4k) - Reactive Streams API for Apache Kafka.
- ReactiveX - API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
Resilience / Scala
- Hystrix (⭐24k) - Latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
- Raft Consensus - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
- Resilient HTTP - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems.
Security / Scala
- Dex (⭐9.3k) - Opinionated auth/directory service with pluggable connectors. OpenID Connect provider and third-party OAuth 2.0 delegation.
- JWT - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
- Keycloak (⭐21k) - Full-featured and extensible auth service. OpenID Connect provider and third-party OAuth 2.0 delegation.
- Light OAuth2 (⭐312) - A fast, lightweight and cloud native OAuth 2.0 authorization microservices based on light-java.
- OAuth - Provides specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. Many implementations.
- Vault - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing.
6. Awesome Deep Learning
Table of Contents / Tutorials
7. Awesome Machine Learning
Ruby / Natural Language Processing
- Awesome NLP with Ruby (⭐1k) - Curated link list for practical natural language processing in Ruby.
8. Awesome Serverless
Literature / Education
- Going serverless - Building scalable applications with the Serverless Framework and AWS Lambda.
9. ElixirBooks
Web Development / Programming Phoenix LiveView
10. Awesome Standard
usage stats
- npm packages that use standard (full list) (⭐33) - List of packages that use
standard
- top npm packages (gist) - standard is one of the top packages on npm
packages used by standard
- eslint-config-standard-jsx - standard eslint rules for JSX
automatic code formatters
standard --fix
- automatic formatting is built-in tostandard
!
- "unix commands" gist - A list of search and replace unix commands to help make a node repository 'standard' compliant
editor plugins
- Every major text editor has a plugin or built-in support for
standard
. See the full list (⭐28k) of supported editors.
- Atom: linter-js-standard - linter
- Atom: linter-js-standard-engine - linter
- Atom: standard-formatter - auto-fixer
- Atom: standardjs-snippets - code snippets
- Brackets: brackets-standard (⭐11) - linter
- Emacs: see readme (⭐28k)
- Sublime Text: SublimeLinter-contrib-standard - linter
- Vim: see readme (⭐28k)
- Visual Studio Code: vscode-standardjs-snippets - code snippets
- Visual Studio Code: vscode-react-standard - code snippets
- WebStorm (PhpStorm, IntelliJ, RubyMine, JetBrains, etc.): built-in support. see readme (⭐28k)
code/project generators
- standard-markdown - Lint all the javascript code blocks in your markdown files
- stylelint-config-standard - The standard shareable config for stylelint.
- standard-sass - Sass & Scss & Css Standard Style. One Style to Rule Them All!
11. Awesome Electron
For Electron / Other
- electron-unhandled (⭐444) - Catch unhandled errors and promise rejections.
12. Awesome Broadcasting
Media Players
- IDJC - A GTK+ Shoutcast/Icecast client with two main media players.
- MPD - A flexible, powerful, server-side application for playing music.
- mpg123 - A fast console MPEG Audio Player and decoder library.
- Mixxx - A free, open source DJ software.
Multimedia content processing
- rgain - Tools and Python library to read, write and calculate Replay Gain.
13. Awesome Android
Lua / Custom Dialog
- Corona SDK - Framework to create native iOS and Android Apps (especially Games).
14. Awesome Crystal
CLI Utils
- progress_bar.cr (⭐15) - A simple and customizable progress bar
15. Awesome Sdn
Paper
16. Awesome ad Free
Alternatives / Communication
- ProtonMail - Free encrypted email.
- Telegram - Cloud-based mobile and desktop messaging app with a focus on security and speed.
- Tox - Encrypted and distributed messaging platform with voice, video, and screen sharing.
Resources / Ad Blockers
- uBlock Origin (⭐33k) - General-purpose blocker that removes ads and privacy-invading trackers by default.
17. Awesome Eslint
Plugins / Misc
- Notice (⭐26) - An eslint rule that checks the top of files and fixes them too!
18. Awesome Typescript
Web / Playground
- 🐙 React-UWP (⭐1.2k) - React Components that Implement Microsoft's UWP Design & Fluent Design.
19. Awesome Math
Foundations of Mathematics / Surreal Numbers
- 📝 Surreal Numbers - How two ex-students turned on to pure mathematics and found total happiness - D. E. Knuth
- 📝 Conway names, the simplicity hierarchy and the surreal number tree - Philip Ehrlich
20. Jquery Tips Everyone Should Know
Disable Right-Click
If you want to disable right-click, you can do it for an entire page...
$(document).ready(function () {
$(document).bind('contextmenu', function (e) {
return false;
})
})
...and you can also do the same for a specific element:
$(document).ready(function () {
$('#submit').bind('contextmenu', function (e) {
return false;
})
})
Current versions of Chrome, Firefox, Safari, Opera, Edge, and IE11.
- български (⭐4.2k)
- Español (⭐4.2k)
- Français (⭐4.2k)
- Magyar (⭐4.2k)
- 한국어 (⭐4.2k)
- Português do Europe (⭐4.2k)
- Pусский (⭐4.2k)
- 简体中文 (⭐4.2k)
- 繁體中文 (⭐4.2k)
21. Awesome Javascript Learning
Articles & Tutorials / Overall Topics
- JavaScript.info - A modern tutorial from the basics to advanced topics with simple, but detailed explanations.
22. Awesome Laravel
Popular Packages / Authentication & Authorization
- Laratrust (⭐1.9k) - Roles, Permissions and teams
23. Awesome Aws
SDKs and Samples / Java SDK
24. Awesome Network Analysis
Software / Python
- hiveplot - Python utility for drawing networks as hive plots on matplotlib, a more comprehensive network visualization.
25. Awesome Web Archiving
Tools & Software / Utilities
- webarchive-indexing (⭐41) - Tools for bulk indexing of WARC/ARC files on Hadoop, EMR or local file system.
26. Machine Learning with Ruby
Articles, Posts, Talks, and Presentations / Vector search
- 2012
- Machine Learning with Ruby, Part One by Vasily Vasinov [tutorial]
- Recurrent Neural Networks in Ruby by Joseph Wilk [post]
- Recommendation Engines using Machine Learning, and JRuby by Matthew Kirk [video]
- Practical Machine Learning and Rails by Andrew Cantino and Ryan Stout [video]
- 2010
- bayes_motel – Bayesian classification for Ruby by Mike Perham [post]
- Intelligent Ruby: Getting Started with Machine Learning by Ilya Grigorik [video]
27. Awesome Python Scientific Audio
Audio Related Packages / Feature extraction
- audiolazy (⭐658) 🐙 (⭐658) 📦 - Realtime Audio Processing lib, general purpose.
- python_speech_features (⭐2.3k) 🐙 (⭐2.3k) 📦 - Common speech features for ASR.
Audio Related Packages / Read-Write
- audioread (⭐442) 🐙 (⭐442) 📦 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- pySox (⭐470) 🐙 (⭐470) 📦 - Wrapper for sox.
- tinytag (⭐606) 🐙 (⭐606) 📦 - reading music meta data of MP3, OGG, FLAC and Wave files.
Audio Related Packages / Transformations - General DSP
- AudioTK (⭐241) 🐙 (⭐241) - DSP filter toolbox (lots of filters).
- Gammatone (⭐198) 🐙 (⭐198) - Gammatone filterbank implementation.
- MDCT (⭐44) 🐙 (⭐44) 📦 - MDCT transform.
- PyRubberband (⭐133) 🐙 (⭐133) 📦 - Wrapper for rubberband to do pitch-shifting and time-stretching.
Audio Related Packages / Speech Processing
- pyAudioAnalysis (⭐5.3k)² 🐙 (⭐5.3k) 📦 - Feature Extraction, Classification, Diarization.
- py-webrtcvad (⭐1.7k) 🐙 (⭐1.7k) 📦 - Interface to the WebRTC Voice Activity Detector.
- SpeechRecognition (⭐7.3k) 🐙 (⭐7.3k) 📦 - Wrapper for several ASR engines and APIs, online and offline.
Audio Related Packages / Music Information Retrieval
- Catchy (⭐21) 🐙 (⭐21) - Corpus Analysis Tools for Computational Hook Discovery.
- Madmom 🐙 (⭐1.1k) 📦 - MIR packages with strong focus on beat detection, onset detection and chord recognition.
Audio Related Packages / Realtime applications
- python-sounddevice (⭐836) 🐙 📦 - PortAudio wrapper providing realtime audio I/O with NumPy.
Audio Related Packages / Audio Dataset and Dataloaders
- beets 🐙 (⭐12k) 📦 - Music library manager and MusicBrainz tagger.
- Soundcloud API (⭐91) 🐙 (⭐91) 📦 - Wrapper for Soundcloud API.
Audio Related Packages / Wrappers for Audio Plugins
- VamPy Host 📦 - Interface compiled vamp plugins.
Tutorials / Wrappers for Audio Plugins
- MIR Notebooks 🐙 (⭐1.1k) - collection of instructional iPython Notebooks for music information retrieval (MIR).
- Selected Topics in Audio Signal Processing (⭐56) - Exercises as iPython notebooks.
Books / Wrappers for Audio Plugins
- Python Data Science Handbook (⭐39k) - Jake Vanderplas, Excellent Book and accompanying tutorial notebooks.
- Fundamentals of Music Processing - Meinard Müller, comes with Python exercises.
Scientific Papers / Wrappers for Audio Plugins
- Python for audio signal processing - John C. Glover, Victor Lazzarini and Joseph Timoney, Linux Audio Conference 2011.
- librosa: Audio and Music Signal Analysis in Python, Video - Brian McFee, Colin Raffel, Dawen Liang, Daniel P.W. Ellis, Matt McVicar, Eric Battenberg, Oriol Nieto, Scipy 2015.
Other Resources / Wrappers for Audio Plugins
- Coursera Course - Audio Signal Processing, Python based course from UPF of Barcelona and Stanford University.
- Digital Signal Processing Course - Masters Course Material (University of Rostock) with many Python examples.
- Slack Channel - Music Information Retrieval Community.
28. Awesome Lockpicking
Vendors
- Learn Lockpicking - Retailer of speciality practice locks, lock stands, and more.
29. Awesome Vue
Resources / Podcasts
Components & Libraries / UI Utilities
- vue-scrollactive (⭐544) - Adds an active class in a menu item based on the current section in viewport, also scrolling to the section when clicking the menu item.
30. Awesome Tensorflow
Tutorials
- TensorFlow World (⭐4.5k) - Concise and ready-to-use TensorFlow tutorials with detailed documentation are provided.
Models/Projects
- 3D Convolutional Neural Networks in TensorFlow (⭐777) - Implementation of "3D Convolutional Neural Networks for Speaker Verification application" in TensorFlow by Torfi et al.
31. Awesome Free Software
Software / Communication
- Jitsi Meet - Secure video conferencing and desktop sharing using WebRTC. (Apache License 2.0 (⭐20k))
Software / Web Applications
- Gogs - Lightweight, cross-platform, self-hosted Git service. (MIT (⭐43k))
- MediaGoblin - Publishing platform for all types of media. (GNU AGPLv3)
- MediaWiki - Wiki software that can organize and serve large amounts of frequently accessed data. (GNU GPLv2+)
Resources / Organizations
- FSF India - Indian sister site for the FSF.
- Software Freedom Conservancy - Charity that helps promote, improve, develop, and defend free, libre, and open source software projects.
- Software Freedom Law Center - Provider of no-cost legal services to free, libre, and open source software creators.
32. Awesome Computer History
Videos / Documentaries
- Download: The True Story of the Internet (2008) - A documentary television series about Internet history 7.8/10
- Part 1: Browser Wars – The rise and fall of Netscape and its battle against Microsoft
- Part 2: Search – The rise of Google and Yahoo
- Part 3: Bubble – The dot-com crash of 2000 and the mainstays of the Internet: Amazon.com and Ebay
- Part 4: People Power – Peer to peer technology, web 2.0, and social networking
33. Awesome Draft Js
Blog Posts & Articles
- Learning Draft.js - Series of blog posts on how to develop with draft.js
34. Awesome Creative Coding
Online Books
- OpenGLBook - Free OpenGL programming tutorial in online book format.
Visual Programming Languages
- tooll [Win] - Open source tool for creating interactive 3d content and animations.
Online
- Cyos - Online shader editor.
Other
- ISF - GLSL shaders for use in interactive applications.
Videos
- Shadertoy Tutorials - YouTube playlist teaching you how to make shaders, starting with zero knowledge using shadertoy.
Articles • Tutorials / Shaders • OpenGL • WebGL
- Generating Geometry: 1, 2, 3 - Beginner introduction on how to create geometry object.
- Into Vertex Shaders - Series of tutorials about WebGL, Three.js, and Three.bas.
- The Spaces of WebGL - Brief overview over the different coordinate systems through out the 3D graphics pipeline.
Subreddits / Other
- r/MachineLearning - Subreddit on machine learning.
Other / Other
- Data Stories - Podcast on data visualization.
Math / Other
- Sketching with Math and Quasi Physics - Beautiful and visual introduction to math and quasi physics.
- Gene Kogan: Perlin Noise - introduction to 2D and 3D perlin noise.
- Matrix Math and You - High level introduction to matrices.
- Mathematical Symbols - List of all mathematical symbols and signs.
Events / Other
- CODAME ART+TECH - Projects and nonprofit events, to inspire through experience.
Schools • Workshops / Other
- School for Poetic Computation - School in New York that explore the intersections of code, design, hardware and theory.
- Copenhagen Institute of Interaction Design - Hosts a range of educational initiatives, most notably, the Interaction Design Programme and the CIID Summer School.
- Residencies, Fellowships, Summer Schools - Huge list of residencies, fellowships and summer schools around the world (Navigate with the bottom left tabs).
Blogs • Websites / Other
- ibreakdownshaders - Explore the math behind shaders.
- adriancourrèges.com - Blog of software engineer Adrian Courrèges. Articles about game graphics studies etc.
- clicktorelease.com - Home of Jaume Sanchez Elias, with demos, talks, articles on WebGL and WebVR.
- syntopia - Blog about generative art and systems, by Mikael Hvidtfeldt Christensen.
- madebyevan.com - WebGL experiments and articles by Evan Wallace.
- songho.ca - Home of Song Ho Ahn, with a good collection of tutorials on OpenGL and math.
35. Awesome Web Design
Productivity
- Timing: Automatic time and productivity tracking for Mac.
Slack Teams
- Team Sketch: A community for Sketch designers powered by Slack
- Designer Hangout: A place where UXers from around the world discuss user experience.
- Design Talks: A community for UI/UX design, web design, freelancing, design critiques, etc.
- TheDesignerShip: A community of over 1,500+ designers and founders.
36. Awesome Neuroscience
Resources / Ebooks
- Neuroscience Online - Open-access electronic textbook and interactive courseware covering neuroscience in depth. Provided by the Department of Neurobiology and Anantomy at the University of Texas Medical School at Houston.
Resources / Miscellaneous
- Neuroscience Mindmap - Interactive mindmap containing curated resources for anyone interested in learning neuroscience.
37. Awesome Chess
Websites
- multiplayerchess.com - A simple single page chess playing application facilitating the play of chess.
- chesstempo.com - Online chess tactics training site.
38. Awesome Dotnet Core
Frameworks, Libraries and Tools / API
- halcyon (⭐81) - HAL implementation for ASP.NET.
Frameworks, Libraries and Tools / Application Frameworks
- akka.net (⭐4.7k) - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
39. Awesome Bigdata
Key-value Data Model
- BTDB (⭐126) - Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more
40. Awesome Actionscript3
Development Tools / Asset Creators
- Adobe Animate CC - Premiere vector graphics and animation toolset for vector/spritesheet creation.
- TILED Map Editor - Flexible tile map editor compatible with various AS3 game engines.
Frameworks / UI Frameworks
- Hiddenwood (⭐4) - User interface library developed for a web app project, written in AS3 and in a MVC pattern.
Frameworks / Game Frameworks
- AS3isolib (⭐38) - Isometric Library developed to assist in creating isometrically projected games.
Frameworks / Animation
- FlashEff2 - Premiere programmatic animation library with 100+ transitions and text effects.
- FlashEffNano - FlashEff transition library optimized for mobile devices, with 20+ transitions in 750 styles.
Multimedia / Augmented Reality
- FLAREmulator (⭐9) - Test AR demos to see what works and what doesn't with or without a webcam.
- NyARToolkitAS3 (⭐6) - NyARToolkit AS3 edition. Marker based Augmented reality library.
Multimedia / Data Visualization
- Axiis (⭐9) - Data visualization framework with line, bar, wedge, column, cluster, area, smith and treemap charts.
- Open Flash Charts - Line charts, Area charts, Bar charts, Pie charts, Scatter charts.
- Flare (⭐327) - charts and graphs, supports data management, visual encoding, animation, and interaction techniques.
- redada (⭐3) - Interactive visualization of weighted graphs using GraphML files.
Multimedia / Sound
- Local-recorder (⭐14) - Local audio recorder (no streaming server required). Currently requires Flash Player 10.1 or above.
File Formats / CSS
- CSS.as - Single-file CSS parser, part of TinyTLF project.
File Formats / MP3
- AS3Icy (⭐28) - Decode and play live MP3 streams from Shoutcast, Icecast and Limewire.
AIR Native Extensions / Audio ANE
- SystemVolume (⭐55) - Interact with the system volume for iOS and Android devices.
AIR Native Extensions / Multimedia ANE
- WebView (Tuarua) (⭐178) - Modern WebView for OSX 10.10+, Windows Desktop, iOS 9.0+ and Android 21+. Uses CEF (Chromium Embedded Framework) on Windows, WKWebView on iOS/OSX, and WebView on Android.
- WebView (FlashLab) (⭐53) - Replacement for StageWebView, allows calling Javascript functions from AIR.
- VideoPlayer (⭐29) - Play video files in Android or iOS native video player.
- MyAR (⭐39) - AR ANE supporting Android and iOS 64-bit based on Metaio's SDK.
AIR Native Extensions / Networking ANE
- Firebase (⭐56) - API for Google Firebase on Android and iOS with 100% identical ActionScript API.
- DownloadManager (⭐6) - Download large data files with pause/resume support.
AIR Native Extensions / Hardware ANE
- Bluetooth (⭐8) - Scan for other devices, connect to and pair with them and transfer data between them.
41. Awesome Swift
Analytics
- Umbrella (⭐614) - Analytics abstraction layer.
XML
- SwiftyXML (⭐101) - The most swifty way to deal with XML.
Date
- Datify (⭐43) - Easypeasy date functions.
Images / Barcode
- FlexibleImage (⭐823) - A simple way to play with images.
Auto Layout / Barcode
- Cupcake (⭐288) - An easy way to create and layout UI components for iOS.
Logging / Barcode
- Printer (⭐66) - A fancy logger for your next app.
Text / Barcode
- MarkdownView (⭐2k) - iOS Markdown view.
Button / Barcode
- LGButton (⭐2.3k) - A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.
Calendar / Barcode
- Workaholic (⭐120) - A GitHub-like work contribution timeline.
Menu / Barcode
- KWDrawerController (⭐157) - Drawer view controller that easy to use.
Template / Barcode
- SwiftCssParser (⭐278) - Extensible CSS parser.
TextField / Barcode
- CBPinEntryView (⭐189) - Easy to use, very customisable pin entry.
Version Manager / Barcode
- Siren (⭐4.2k) - Notify users when a new version of your app is available and prompt them to upgrade.
42. Awesome Uncopyright
Blogs
- Simple Tech Tutorials - Computer tutorials with a focus on simplicity.
Images
- CopyrightFreePhotos.com - Galleries of photos, each with their own theme.
- Prev: Jun 26 - Jul 02, 2017
- Next: Jun 12 - Jun 18, 2017