Awesome List Updates on Jan 23 - Jan 29, 2017
42 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Quantified Self
Applications and Platforms / Wealth
- Credit Karma - Lean and reputable credit score tracker.
2. Awesome Talks
Computer History
- The History (and the Future) of Software by Grady Booch [01:09:27]
Databases
- Deconstructing the Database by Rich Hickey [1:06:23]
3. Awesome Electronics
Videos / Help
- w2aew - Excellent tutorials about basic and complex analog hardware.
4. Awesome Transit
Native Apps (open source)
- Transportr (⭐1k) An Android app that uses public-transport-enabler (⭐378) in order to connect to many different transport networks worldwide.
5. Awesome Audio Visualization
Experiments
- Tangled - Audio-visual release by Berlin based netlabel Yarn Audio, visuals made in cables. Drag to rotate, scroll to zoom.
6. Awesome Clojure
ORM and SQL generation
7. Awesome Jvm
Memory and concurrency
- rtree (⭐990) - Immutable in-memory R-tree and R*-tree implementations in Java with reactive api.
- DataSketches - A Java software library of stochastic streaming algorithms.
8. Awesome Geojson
editors & viewers
- geojson2image (⭐13): library for generating images from GeoJSON
9. Awesome Creative Coding
Books
- Algorithms for Visual Design Using the Processing Language - Experiment with design problems to create 3D animations, GUIs, and more.
Math / Other
- Immersive Math - Fully interactive linear algebra.
Inspiration / Other
- Codedoodl.es - Showcase of curated creative coding sketches.
10. Awesome Json
JSON Schema Resources
- Using JSON Schema - a Book and GitHub project, showing how JSON Schema can be used for a variety of tasks and in different programming contexts.
11. Awesome Postgres
Contents / High-Availability
- SkyTools (⭐248) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony.
12. Awesome Redux
Learning Material / Other
Redux's concepts
Redux official documentation does a great job at explaining Redux's core principles.
Why immutable data structures
The guide on performance of React's official documentation explains well what immutable data structures are and why they play an important role.
Side Effects
Redux Loop's readme (⭐2k) gives a good insight on Side Effects in the context of Redux.
Functional Programming - Basics
This post goes over basic concepts of functional programming while building a YouTube instant search demo app.
Reactive Programming
This introduction to Reactive Programming explains Reactive Programming with clarity.
Functional Programming - Going beyond
Well written article that talks about interesting computer science concepts implemented in functional languages and how these apply to JavaScript.
Monads
Curious about monads? Wikipedia gives a good overview on monads and this article explains monads in more details with graphics and simple examples.
13. Awesome Wagtail
Tools / Templates & Starter Kits
- Beginner Wagtail Cookiecutter (⭐32) – A super simple implementation of Wagtail CMS.
Open-source sites / Lists
- Torchbox (⭐124) – Wagtail build of Torchbox.com.
- Made with Wagtail (⭐84) - A showcase of sites and apps made with Wagtail CMS.
- OpenCanada.org (⭐14) – The opencanada.org website source.
- Table Tennis Wellington Business Class (⭐5) – Website for the table tennis business league in Wellington NZ.
- Jordi Joan’s blog (⭐20) – Personal blog site using Wagtail CMS.
- Localore: Finding America (⭐19) – Wagtail-based CMS and Ansible playbooks for Localore: Finding America.
- Adventure Capitalists (⭐4) – Wagtail powered website for the world's only investment band.
- NHS.UK Content Store (⭐20) – NHS.UK content store and editing app.
- dev.hel.fi (⭐14) – City of Helsinki development site with Wagtail.
- Digital Helsinki (⭐19) – City of Helsinki Digital Helsinki Wagtail CMS.
14. Tips
Generates a summary of pending changes
git request-pull v1.0 https://git.ko.xz/project master:for-linus
List references in a remote repository
git ls-remote git://git.kernel.org/pub/scm/git/git.git
15. Awesome Network Analysis
Courses / Topic-specific
- Social Networks, by Dennis M. Feehan (University of Berkeley, 2017).
Review Articles / Social, Economic and Political Networks
- The Social and the Sexual: Networks in Contemporary Demographic Research (PSC Working Paper Series, 2013).
Selected Papers / Social, Economic and Political Networks
- Revisiting the Foundations of Network Analysis, by Carter T. Butts - On choosing the right network representation to frame a research problem.
Varia / Network Science
- The Emergence of Network Science - Video documentary, featuring Steven H. Strogatz and many others.
- A Twenty-First Century Science - Essay by Duncan J. Watts.
16. Awesome Bigdata
Key-value Data Model
- Edis (⭐467) - is a protocol-compatible Server replacement for Redis.
Data Ingestion
- Kestrel (⭐6) - distributed message queue system.
17. Awesome Robotics
Competitions
18. Awesome Microservices
Node.js / Scala
- FeathersJS - An open source REST and realtime API layer for modern applications.
19. Awesome Sre
Reliability
Monitoring & Observability & Alerting
20. Awesome Rails Gem
Database / Security
- rails_db (⭐1.4k) - Rails Database Viewer and SQL Query Runner
21. Awesome Testing
Software / Make your life easier
- Bug Magnet - Suggests values based on the field type.
Suggested Awesome Lists / Must Read
- Falsehoods (⭐23k) - A funny and educational list of why nothing in Software Development is ever easy. Think you can store a marriage in a DB?
- Naughty Strings (⭐46k) - This is the famous list of Naughty Strings. If you're doing some field validation, look no further for inspiration.
- Unicode (⭐881) - A great resource for learning how unicode works and the issues it can cause.
Suggested Awesome Lists / Useful References
- The Original (⭐301k) - The awesome list of awesome lists.
- Application Security (⭐6.1k) - Incredibly extensive, but you'll find something to fit the bill.
- Selenium (⭐984) - Better than searching Google if you know what you want.
- Security (⭐12k) - This is mostly focused on Infrastructure, but if you're testing a series of systems, this is very useful.
22. Awesome Algorithms
Online Courses
- Algorithms: Divide and Conquer, Sorting and Searching, and Randomized Algorithms - The primary topics are: asymptotic ("Big-oh") notation, sorting and searching, divide and conquer, and randomized algorithms.
- Algorithms: Graph Search, Shortest Paths, and Data Structures - The primary topics are: data structures, graph primitives, and their applications.
- Algorithms: Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming - The primary topics are: greedy algorithms and dynamic programming.
- Algorithms: Shortest Paths Revisited, NP-Complete Problems and What To Do About Them - The primary topics are: shortest paths, NP-completeness and what it means for the algorithm designer, and strategies for coping with computationally intractable problems.
- Algorithms, Part II - Part II focuses on graph- and string-processing algorithms.
23. Awesome Electron
Open Source / Other
- Cerebro (⭐8.3k) - Launcher with inline previews.
Samples / Other
- Electron API usage (⭐3.9k) - Sample apps illustrating usage of Electron APIs.
- Screen Recorder (⭐410) - WebRTC screen recorder.
24. Awesome Dotnet Core
Frameworks, Libraries and Tools / Misc
- Chessie (⭐188) - Railway-oriented programming for .NET http://fsprojects.github.io/Chessie.
Frameworks, Libraries and Tools / Serialization
- Wire (⭐378) - Binary serializer for POCO objects.
Frameworks, Libraries and Tools / Tools
- dotnetfiddle - .NET sandbox for developers to quickly try out code and share code snippets.
25. Typography
Books
Font Combinations
26. Awesome AutoHotkey
GUI / Edit
- Edit v2.0 - by jballi - Library for the lightweight and surprisingly powerful default Edit control for displaying and editing text. Forum thread: link
GUI / General
- CGUI (⭐17) - by ChrisS85 - An object-oriented GUI library for AutoHotkey. Forum thread: link
Networking / Web
- WinSCP.ahk (⭐17) - by Lipkau - Lib allows the use of WinSCP in AHK
Maths / Web
- Unit Converter - unit converter that has most common English and scientific units and most common quantities from length to density to thermal conductivity. Also includes a section for physical and mathematic constants.
Others / Web
- GoToTilla - Addon which allows jumping to tokens within AHK source code.
27. Awesome Android
REST / ORM
- Spring for Android - Rest Template (⭐712) - A Rest Client for Android.
Resources / Custom Dialog
- Developing for Android - A series of articles from Googler Chet Hasae and others, answering most commonly asked question: "What are some of the important rules to keep in mind when developing Android applications?".
28. Awesome Less
Getting Started
UI/Theme Frameworks and Components
- 1pxdeep - Brings designing by relative visual weight, or designing with color schemes, to Bootstrap.
- Ant Design (⭐82k) - An enterprise-class UI design language and React-based implementation.
- Bootstrap a11y theme (⭐31) - Makes web accessibility easier for Bootstrap developers.
- Bootswatch - Collection of free themes for Bootstrap.
- Cardinal - Small "mobile first" CSS framework for front-end developers who build responsive web applications.
- CSSHórus (⭐71) - Library for development of responsive and mobile websites.
- Flat UI Free - Theme and framework for Bootstrap.
- JBST - Theme framework that can be used as a standalone website builder or to create WordPress themes.
- Less Rails (⭐340) - Less for Rails.
- Metro UI CSS - Set of styles to create a site with an interface similar to Windows 8.
- Schema - Light, responsive, and lean frontend UI framework.
- Semantic UI - UI component framework based around useful principles from natural language.
- UIkit - Lightweight and modular front-end framework for developing web interfaces.
- Wee - Lightweight front-end framework for logically building complex, responsive web projects.
Libraries and Mixins / Grid
- Flexible Grid System - This framework will let you create your web applications in a flexible way that you've never experienced before.
- Fluidable - Fluidable is a mobile first, responsive grid system. It is standalone, lightweight & built using Less.
- Grid System (⭐7) - Super-easy to use, markup-independent grid system.
- Less Zen Grid (⭐5) - Implementation of Zen Grids (⭐236) in Less.
- Order.Less (⭐21) - Baseline alignment, column grids and modular scales.
Libraries and Mixins / Media Queries
- Media Query to Type (⭐10) - A method for creating an IE specific stylesheet that allows the content of media queries to become accessible to Internet Explorer 8 and below.
Libraries and Mixins / Color
- More-Colors - Variables for easier color manipulation while you design in the browser.
Libraries and Mixins / Animation
- Animate (⭐45) - A library of CSS3 keyframe animations authored using Less.
- Cube Less (⭐53) - 3D (animated) cube using only CSS (Less), originally used by LeanCloud (aka. AVOS Cloud).
Libraries and Mixins / Miscellaneous
- 3L - Mixins library.
- Bidi (⭐13) - Set of mixins for creating bi-directional styling.
- Clearless - Collection of mixins.
- Css3LessPlease - Conversion of css3please.com to Less mixins.
- CssEffects - Collection of CSS style effects.
- Cssowl - Mixin library.
- Est (⭐397) - Mixin library.
- Hexagon - Generate CSS hexagons with custom size and color.
- Homeless - Helpful functions.
- Lesshat (⭐2.2k) - Smart mixins library.
- Lessley - A jasmine like testing suite written in pure Less.
- Lessmore (⭐5) - Mixins library. Cross-browser support for the CSS3 features and more.
- Normalize (⭐13) - Modularized famous normalize.css (⭐49k) using Less.
- Oban - Collection of mixins.
- Preboot (⭐1.7k) - Collection of mixins and variables for writing better CSS.
- Retina.js (⭐4.5k) - JavaScript, SCSS, Sass, Less, and Stylus helpers for rendering high-resolution image variants.
- Shape (⭐36) - Collection of mixins for various shapes.
- TRRtoolbelt (⭐2) - Mixins and functions for common actions.
Ports of Less / Java
- JLessC (⭐50) - Less compiler written completely in Java.
- Less Engine (⭐223) - Runs Less in the Rhino JVM-based JavaScript interpreter.
- Less CSS Compiler for Java (⭐165) - Runs Less in the Rhino JVM-based JavaScript interprete.
- Less4j (⭐141) - Native Java implementation.
- Lesscss (⭐11) - Runs Less using Rhino, Nasshorn or node.js engine; 1.7.0 compliant.
- Lesscss Gradle Plugin (⭐10) - Gradle plugin based on Less.
Ports of Less / .Net
- BundleTransformer.Less - Compiler written in .Net.
- Less CSS for .Net - Compiler written in .Net.
Ports of Less / PHP
- ILess (⭐46) - PHP port written in Javascript.
- Lessphp - Compiler written in PHP.
- Less.php - PHP port.
Ports of Less / Python
- Pyhton Compiler (⭐141) - Compiler written in Python.
Ports of Less / Ruby
- Ruby Compiler (⭐118) - Less in Ruby's V8 Engine.
Ports of Less / Go
- Go Compiler (⭐18) - Runs Less inside embedded Javascript engine.
GUIs, Editors and Plugins / Go
- Atom Linter (⭐11) - Linter plugin in the Atom text editor.
- CSS 2 Convert - Quick way to automatically convert CSS to Less, easy as copy and paste.
- CSS Less(ish) (⭐49) - Sublime Text 2 & 3 plugin that implements a stripped down version of the functionality in css preprocessors (such as Less).
- Crunch 2! - Crunch 2 is a cross-platform (Windows, Mac, and Linux) editor with integrated compiling. If you work with large Less projects, you should definitely try it out, as you only need the free version for Less files.
- Eclipse Less Plugin - This plugin extends the Eclipse IDE by providing handy features to edit and compile Less stylesheets.
- Eclipse Transpiler Plugin (⭐21) - Eclipse plugin to automatically transpile your files (Less, SASS, CoffeeScript, etc.).
- Emacs (⭐101) - Emacs mode with support for compile-on-save.
- Grunt Contrib (⭐679) - Compile Less files to CSS using Grunt.
- Grunt Lint (⭐77) - Lint your Less files using CSS Lint from Grunt.
- Gulp Less (⭐567) - Plugin for Gulp.
- Hayaky (⭐970) - Hayaku is a bundle of useful scripts aiming for rapid front-end web development.
- Hyra Helper (⭐27) - CakePHP plugin that converts your Less files to CSS using only PHP.
- Koala - Koala is a cross-platform GUI application for compiling Less, sass and coffeescript.
- Less for Notepad++ (⭐71) - Syntax Highlighting for Notepad++.
- Less Sublime (⭐502) - Syntax highlighting for Sublime Text.
- Lesshint (⭐118) - Tool to aid you in writing clean and consistent Less.
- LiveReload - CSS edits and image changes apply live. CoffeeScript, SASS, Less and others just work.
- SimpleLess - SimpleLess is a minimalistic Less compiler. Just drag, drop and compile.
- Sublime Less2CSS (⭐207) - Sublime Text 2 Plugin to compile Less files to css on save.
- SublimeOnSaveBuild (⭐231) - Trigger a build the moment you save a file in Sublime Text 2. Works best with web projects that make use of Less, Compass and any other pre-processor or a makefile.
- Vim Less (⭐608) - This vim bundle adds syntax highlighting, indenting and autocompletion.
- Visual Studio Web Essentials - If you ever write CSS, HTML, JavaScript, TypeScript, CoffeeScript or Less, then you will find many useful features that make your life as a developer easier.
- Winless - WinLess started out as a clone of Less.app, it takes a more feature-complete approach and has several settings. It also supports starting with command line arguments.
Online Less Compilers / Go
- BeautifyTools Less Compiler - Online Less compiler with optional formatting and minification at BeautifyTools.
- EstFiddle - Online Less compiler providing live demo for Less and est. Allowing users to switch among all versions of Less after 1.4.0 with optional est/Autoprefixer functionalities.
- ILess - Live demo of ILess (⭐46) PHP compiler.
- Less2CSS - Online Integrated Development Environment (IDE) that is hosted in a browser allowing users to edit and compile Less to CSS in real-time.
- Lesstester - Online compiler for Less CSS.
- Precess - A real time preprocesser compiler.
- Winless - This Online Less Compiler can help you to learn Less. You can go through the examples below or try your own Less code.
Online Web IDEs/Playgrounds with Less support / Go
- CodePen - CodePen is a playground for the front end side of the web..
- CSSDeck Labs - CSSDeck Labs is a place where you can quickly create some experiments (or testcases) that involves HTML, CSS, JS code.
- Fiddle Salad - An online playground with an instantly ready coding environment.
- JS Bin - JS Bin is a webapp specifically designed to help JavaScript and CSS folk test snippets of code.
- JsFiddle - Online Web Editor.
Translations / Go
Articles / Go
Articles / Books
Videos / Books
Experiments / Books
Community / Books
29. Awesome Remote Job
Articles & Posts
Videos
Job boards
- Flexjobs – Telecommuting Jobs & Professional Part-Time Jobs.
- Hasjob – Location filter -> "Anywhere/Remote"
- HigherEdJobs has remote type filter.
- HN hiring – Filter REMOTE.
- JOBBOX.io – Filter -> Remote only.
- Jobspresso * High-quality remote positions that are open and legitimate *
- No Fluff Jobs – Filter -> “remote”
Housing
- Nomad House - Global network of nomad housing
- Roam - Global network of coliving spaces
- Work From Curacao - Coliving space in Curacao
- Worldpackers - Housing/work exchange
Interviewing
- awesome-interviews (⭐68k) - A curated awesome list of lists of interview questions
Podcasts
- Free People Move Podcast - mostly interviews with founders attacking the location independence / remote work space from different angles
Companies with "remote DNA"
- Articulate - EdTech. Makes software that helps teachers make e-learning courses. Ruby, Node, C#, and .NET for Windows app.
- Avallain - Education Technology and Digital Publishing. We have the tools and processes to achieve the positive impact on human potential that technology enhanced education can provide
- Canonical - Ubuntu.
- Collabora - Open source software-based consulting.
- Doximity - Largest online medical network of US physicians. Ruby, Rails, Go, JavaScript, MySQL.
- Elastic - Open source search & analytics
- Ghost - Publishing platform.
- Gigster - vetted network of top 5% freelancers worldwide. PM, Dev, Sales positions available.
Q&A
- Remote.co: Q&A's with 90+ Remote Companies
Communities
- /r/telecommuting - Subreddit.
Tools / Communication
- Bluejeans video conferencing app, great for large groups & live streams
- Codeshare.io – Browser-based multi-user live code sharing with optional video chat.
- Fleep - Internal chat and collaboration tool for development teams
- Flowdock – Browser-based group chat for teams. Integrates with GitHub, Jira, Jenkins etc.
- IRCCloud – Browser-based IRC client with permanent storage.
- Mumble Mumble is an open source voice chat software
- Precursor - Simple prototyping & brainstorming web app with real-time collaboration.
- PukkaTeam - Real team presence through regular automated selfies and one-click video calling
- Skype – Video calls.
- Talky — Truly simple video chat and screen sharing for groups
- Zoom — High-quality group video and sharing screen, run on linux, record session and support telephone calls.
Tools / Project Management
- Asana - Project management good for distributed teams.
Tools / Others
- Coffitivity - Coffitivity recreates the ambient sounds of a cafe to boost your creativity and help you work better.
- Noisli - Noisli has a list of diferent ambient sounds that can be combined to boost creativity and focus.
- Teleport Sundial - Manage the locations and timezones of your distributed team.
Others / Others
- Hacker Spaces - List of hacker spaces.
- LiquidSpace - Daily & Hourly Office & Meeting Room Rental.
- Nomad List - Compare cost and quality of living in different cities.
- WorkFrom - Find coffee shops that are good to work from.
30. Awesome Fuse
Community
- Blog - The official Fuse blog on Medium
Open Source
- Fuse Input Validation (⭐1) - Reusable and highly functional input validation methods in Fuse components
31. Awesome Aws
Open Source Repos / Machine Learning
- machine-learning-samples 🔥🔥🔥 (⭐866) - Sample apps.
32. Awesome Decentralized
Applications
- Bitmessage: P2P communications protocol used to send encrypted messages to another person or to many subscribers.
- Dat desktop app (⭐648): Decentralized data tool for distributing data small and large.
- I2P: Anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other.
- MaidSafe: Decentralized internet and app infrastructure which rewards users for participating in the network.
- Neocities: Geocities-style websites, but decentralized.
- ZeroNet: Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network. Uncensored, no hosting costs, always accessible. communities with auditable moderation and mod elections.
Other
- Blockstack: The new decentralized internet. Platform for application development with built in decentralized DNS.
- Cryptosphere: Open-source P2P web application platform for decentralized, privacy-preserving software which keeps users in control of their own content.
- okTurtles: DNSChain = Secure Blockchain Access and BlockchainID = decentralized web login.
Related Lists
33. Awesome Fp Js
Libraries / Lenses
- partial.lenses (⭐905) – Partial lenses is a comprehensive, high-performance optics library for JavaScript.
34. Engineering Blogs
Companies / A companies
- Avenue Code http://blog.avenuecode.com/
Companies / C companies
- Capgemini https://capgemini.github.io/
Companies / H companies
- HomeAway https://tech.homeaway.com/
Companies / I companies
- IBM developerWorks https://developer.ibm.com/dwblog/
Companies / N companies
- Novoda https://www.novoda.com/blog/
Companies / P companies
- PubNub: https://www.pubnub.com/blog/
Companies / S companies
- Sqreen https://blog.sqreen.io/
35. Awesome Dotnet
Logging
- elmah.io - Cloud logging for .NET web applications using ELMAH. Find bugs before you go live. Powerful search, API, integration with Slack, GitHub, Visual Studio and more. [Free for OSS] [$]
Visual Studio Plugins
- CodeLineage - Easy access to a cumulative diff view between file revisions (supports svn, git, mercurial, perforce).
36. Nlp with Ruby
Multipurpose Engines
- nlp_toolz (⭐2) - Wrapper over some OpenNLP classes and the original Berkeley Parser (⭐176).
Machine Learning Libraries / Constituency Parsing
- lda-ruby (⭐132) - Ruby implementation of the LDA (Latent Dirichlet Allocation) for automatic Topic Modelling and Document Clustering.
Articles, Posts, Talks, and Presentations / Constituency Parsing
- 2010
- bayes_motel – Bayesian classification for Ruby by Mike Perham [post]
37. Awesome Dataviz
Python tools / Misc
- ggplot (⭐3.6k) - plotting system based on R's ggplot2.
38. Awesome Elixir
ORM and Datamapping
- defql (⭐103) - Create elixir functions with SQL as a body.
39. Awesome Ddd
User Groups / Ruby
40. Awesome Courses
Courses / Machine Learning
- CS276 Information Retrieval and Web Search Stanford University
- Basic and advanced techniques for text-based information systems: efficient text indexing; Boolean and vector space retrieval models; evaluation and interface issues; Web search including crawling, link-based algorithms, and Web metadata; text/Web clustering, classification; text mining.
- Lecture notes
- Readings
41. Awesome Macos Screensavers
MusaicFM
iOS Lockscreen for macOS
A screensaver that looks like the lockscreen on iPhone and iPad.
Graphics
Windows Kernel Panic
Blue Screen of Death (BSOD) screensaver for Mac.
Free
42. Awesome Ruby
API Builder and Discovery
- Spyke (⭐899) - Interact with REST services in an ActiveRecord-like manner.
CLI Utilities
- formatador (⭐451) - STDOUT text formatting.
- Ru (⭐404) - Ruby in your shell.
- Terminal Table (⭐1.5k) - Ruby ASCII Table Generator, simple and feature rich.
- Tmuxinator (⭐13k) - Create and manage complex tmux sessions easily.
Code Highlighting
- CodeRay (⭐845) - Fast and easy syntax highlighting for selected languages.
- pygments.rb (⭐572) - A Ruby wrapper for the Python pygments syntax highlighter.
- Rouge (⭐3.3k) - A pure Ruby code highlighter that is compatible with Pygments.
Database Tools
- Polo (⭐773) - Creates sample database snapshots to work with real world data in development.
Debugging Tools
- Seeing Is Believing (⭐1.3k) - Displays the results of every line of code in your file.
Feature Flippers and A/B Testing
- Motorhead (⭐181) - A Rails Engine framework that helps safe and rapid feature prototyping.
- flipper (⭐3.6k) - Feature flipping for ANYTHING. Make turning features on/off so easy that everyone does it. Whatever your data store, throughput, or experience.
- Rollout (⭐2.9k) - Feature flippers.
- Split (⭐2.7k) - Rack Based AB testing framework.
- Vanity (⭐1.5k) - an A/B testing framework for Rails that is datastore agnostic.
Search
- scoped_search (⭐265) - Adds a scope supporting search queries and autocompletion against existing fields on ActiveRecord models and associations.
Video
- Video Transcoding (⭐2.4k) - Tools to transcode, inspect and convert videos.
- Prev: Jan 30 - Feb 05, 2017
- Next: Jan 16 - Jan 22, 2017