Awesome List Updates on Nov 07 - Nov 13, 2016
37 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Malware Analysis
Debugging and Reverse Engineering / Other Resources
- BAP (⭐2k) - Multiplatform and open source (MIT) binary analysis framework developed at CMU's Cylab.
- FPort - Reports open TCP/IP and UDP ports in a live system and maps them to the owning application.
- Process Explorer - Advanced task manager for Windows.
- PSTools - Windows command-line tools that help manage and investigate live systems.
Books / Other Resources
- The Rootkit Arsenal - The Rootkit Arsenal: Escape and Evasion in the Dark Corners of the System
2. Awesome Laravel
Tutorials & Blogs / Third-party Service Integration
3. Awesome Network Analysis
Professional Groups / Research Groups (USA)
- Northeastern University Network Science Institute - Features a PhD in Network Science program.
4. Awesome Python
Admin Panels
- flask-admin (⭐5.7k) - Simple and extensible administrative interface framework for Flask.
- flower (⭐6.3k) - Real-time monitor and web admin for Celery.
Authentication
- OAuth
- authlib (⭐4.4k) - JavaScript Object Signing and Encryption draft implementation.
- django-allauth (⭐9.1k) - Authentication app for Django that "just works."
- django-oauth-toolkit (⭐3.1k) - OAuth 2 goodies for Django.
- oauthlib (⭐2.8k) - A generic and thorough implementation of the OAuth request-signing logic.
Caching
- django-cache-machine (⭐872) - Automatic caching and invalidation for Django models.
- django-cacheops (⭐2.1k) - A slick ORM cache with automatic granular event-driven invalidation.
Data Validation
- schema (⭐2.9k) - A library for validating Python data structures.
- voluptuous (⭐1.8k) - A Python data validation library.
Debugging Tools
- pdb-like Debugger
- ipdb (⭐1.8k) - IPython-enabled pdb.
- pudb (⭐2.9k) - A full-screen, console-based Python debugger.
- Others
- django-debug-toolbar (⭐8k) - Display various debug information for Django.
- flask-debugtoolbar (⭐937) - A port of the django-debug-toolbar to flask.
- icecream (⭐8.7k) - Inspect variables, expressions, and program execution with a single, simple function call.
- pyelftools (⭐1.9k) - Parsing and analyzing ELF files and DWARF debugging information.
Documentation
- sphinx (⭐6.2k) - Python Documentation generator.
Editor Plugins and IDEs
- Vim
- jedi-vim (⭐5.3k) - Vim bindings for the Jedi auto-completion library for Python.
- python-mode (⭐5.4k) - An all in one plugin for turning Vim into a Python IDE.
- YouCompleteMe (⭐25k) - Includes Jedi (⭐5.7k)-based completion engine for Python.
- Visual Studio
- PTVS (⭐2.5k) - Python Tools for Visual Studio.
File Manipulation
- python-magic (⭐2.6k) - A Python interface to the libmagic file type identification library.
- watchdog (⭐6.4k) - API and shell utilities to monitor file system events.
Functional Programming
- funcy (⭐3.3k) - A fancy and practical functional tools.
GUI Development
- Flexx (⭐3.2k) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- Tkinter - Tkinter is Python's de-facto standard GUI package.
- Toga (⭐4.2k) - A Python native, OS native GUI toolkit.
- urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
Game Development
- Pygame - Pygame is a set of Python modules designed for writing games.
- PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
- PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
- RenPy - A Visual Novel engine.
Geolocation
- geopy (⭐4.4k) - Python Geocoding Toolbox.
HTML Manipulation
- bleach (⭐2.6k) - A whitelist-based HTML sanitization and text linkification library.
- WeasyPrint - A visual rendering engine for HTML and CSS that can export to PDF.
HTTP Clients
- treq (⭐585) - Python requests like API built on top of Twisted's HTTP client.
Hardware
- scapy (⭐10k) - A brilliant packet manipulation library.
Image Processing
- pillow (⭐12k) - Pillow is the friendly PIL fork.
- python-qrcode (⭐4.2k) - A pure Python QR Code generator.
- scikit-image - A Python library for (scientific) image processing.
- thumbor (⭐9.9k) - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
Interactive Interpreter
- bpython (⭐2.6k) - A fancy interface to the Python interpreter.
- ptpython (⭐5.1k) - Advanced Python REPL built on top of the python-prompt-toolkit (⭐9.1k).
Internationalization
- Babel - An internationalization library for Python.
- PyICU (⭐133) - A wrapper of International Components for Unicode C++ library (ICU).
Job Scheduler
- django-schedule (⭐837) - A calendaring app for Django.
- doit - A task runner and build tool.
- gunnery (⭐759) - Multipurpose task execution tool for distributed systems with web-based interface.
- Plan (⭐1.2k) - Writing crontab file in Python like a charm.
- schedule (⭐12k) - Python job scheduling for humans.
- Spiff (⭐1.6k) - A powerful workflow engine implemented in pure Python.
Machine Learning
- NuPIC (⭐6.3k) - Numenta Platform for Intelligent Computing.
- scikit-learn - The most popular Python library for Machine Learning.
- vowpal_porpoise (⭐166) - A lightweight Python wrapper for Vowpal Wabbit (⭐8.4k).
Microsoft Windows
- Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- pythonlibs - Unofficial Windows binaries for Python extension packages.
- PythonNet (⭐4.5k) - Python Integration with the .NET Common Language Runtime (CLR).
- WinPython - Portable development environment for Windows 7/8.
Miscellaneous
- blinker (⭐1.7k) - A fast Python in-process signal/event dispatching system.
- itsdangerous (⭐2.9k) - Various helpers to pass trusted data to untrusted environments.
- pluginbase (⭐1.1k) - A simple but flexible plugin system for Python.
News Feed
- django-activity-stream (⭐2.3k) - Generating generic activity streams from the actions on your site.
ORM
- NoSQL Databases
- hot-redis (⭐290) - Rich Python data types for Redis.
- mongoengine (⭐4.2k) - A Python Object-Document-Mapper for working with MongoDB.
- PynamoDB (⭐2.4k) - A Pythonic interface for Amazon DynamoDB.
- redisco (⭐439) - A Python Library for Simple Models and Containers Persisted in Redis.
Package Management
- conda (⭐6.2k) - Cross-platform, Python-agnostic binary package manager.
Permissions
- django-guardian (⭐3.6k) - Implementation of per object permissions for Django 1.2+
- django-rules (⭐1.8k) - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
RESTful API
- Flask
- eve (⭐6.7k) - REST API framework powered by Flask, MongoDB and good intentions.
- flask-api (⭐1.4k) - Browsable Web APIs for Flask.
- flask-restful (⭐6.8k) - Quickly building REST APIs for Flask.
Serverless Frameworks
- python-lambda (⭐1.5k) - A toolkit for developing and deploying Python code in AWS Lambda.
Specific Formats Processing
- Office
- docxtpl (⭐1.9k) - Editing a docx document by jinja2 template
- openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- pyexcel (⭐1.2k) - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- python-docx (⭐4.4k) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- python-pptx (⭐2.3k) - Python library for creating and updating PowerPoint (.pptx) files.
- unoconv (⭐2.5k) - Convert between any document format supported by LibreOffice/OpenOffice.
- XlsxWriter (⭐3.5k) - A Python module for creating Excel .xlsx files.
- xlwings (⭐2.9k) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
- xlwt (⭐1k) / xlrd (⭐2.1k) - Writing and reading data and formatting information from Excel files.
- Markdown
- Mistune (⭐2.5k) - Fastest and full featured pure Python parsers of Markdown.
- Python-Markdown (⭐3.7k) - A Python implementation of John Gruber’s Markdown.
- CSV
- csvkit (⭐5.9k) - Utilities for converting to and working with CSV.
- Archive
- unp (⭐418) - A command line tool that can unpack archives easily.
Template Engine
- Mako - Hyperfast and lightweight templating for the Python platform.
Text Processing
- Slugify
- awesome-slugify (⭐483) - A Python slugify library that can preserve unicode.
- python-slugify (⭐1.5k) - A Python slugify library that translates unicode to ASCII.
- unicode-slugify (⭐320) - A slugifier that generates unicode slugs with Django as a dependency.
- Parser
- ply (⭐2.7k) - Implementation of lex and yacc parsing tools for Python.
- pygments - A generic syntax highlighter.
- pyparsing (⭐2.1k) - A general purpose framework for generating parsers.
- python-nameparser (⭐641) - Parsing human names into their individual components.
- python-phonenumbers (⭐3.4k) - Parsing, formatting, storing and validating international phone numbers.
- python-user-agents (⭐1.4k) - Browser user agent parser.
- sqlparse (⭐3.6k) - A non-validating SQL parser.
URL Manipulation
- purl (⭐298) - A simple, immutable URL class with a clean API for interrogation and manipulation.
- pyshorteners (⭐379) - A pure Python URL shortening lib.
Video
- scikit-video (⭐138) - Video processing routines for SciPy.
Web Content Extracting
- html2text (⭐1.7k) - Convert HTML to Markdown-formatted text.
- lassie (⭐606) - Web Content Retrieval for Humans.
- micawber (⭐625) - A small library for extracting rich content from URLs.
- newspaper (⭐14k) - News extraction, article extraction and content curation in Python.
- python-readability (⭐2.6k) - Fast Python port of arc90's readability tool.
- sumy (⭐3.5k) - A module for automatic summarization of text documents and HTML pages.
- textract (⭐3.8k) - Extract text from any document, Word, PowerPoint, PDFs, etc.
5. Awesome Powershell
Build Tools
- psake (⭐1.5k) - Build automation tool inspired by rake (aka make in Ruby) and bake (aka make in Boo).
- Invoke-Build (⭐530) - Build and test automation tool inspired by psake.
- PSDeploy (⭐325) - Module built for the purpose of simplifying multiple types of deployments.
- BuildHelpers (⭐187) - Variety of helper functions for CI/CD scenarios.
Misc
- poke (⭐76) - Crazy cool reflection module for PowerShell. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks.
6. Awesome Information Retrieval
Datasets / Standard IR Collections
- English Gigaword Fifth Edition - This data set is a comprehensive archive of English newswire text data including headlines, datelines and articles.
- Document Understanding Conference (DUC) datasets - Past newswire/paper datasets (DUC 2001 - DUC 2007) are available upon request.
7. Awesome Design
Styleguide and Branding
8. Awesome Opensource Apps
Laravel
Name: FlarepointCRM (⭐2.1k)
Description: Self-hosted CRM platform built with Laravel 5
Link:
Name: Ribbbon (⭐653)
Description: A project management system for Artisans
Link:
Name: SЁCU (⭐28)
Description: SЁCU is a service to create password protected self-destructing data packages and anonymous chat-rooms.
Link: https://secu.su/
Name: Confomo (⭐74)
Description: A service that facilitates meeting Twitter friends at conferences
Link:
Name: File Manager (⭐1.9k)
Description: A File manager (for CKEditor and TinyMCE) with multi-users support.
Link:
Name: FlyMyShop (⭐58)
Description: An e-commerce platform for online merchants.
Link: https://flymyshop.com
9. Awesome Android
GUI
- FloatingView (⭐1.8k) - FloatingView can make the target view floating above the anchor view with cool animation.
10. Awesome Asyncio
Web Frameworks
- aiohttp (⭐13k) - Http client/server for asyncio (PEP-3156).
- sanic (⭐17k) - Python 3.5+ web server that's written to go fast.
- autobahn (⭐2.4k) - WebSocket and WAMP supporting asyncio and Twisted, for clients and servers.
Message Queues
- aioamqp (⭐268) - AMQP implementation using asyncio.
- crossbar (⭐2k) - Crossbar.io is a networking platform for distributed and microservice applications.
Database Drivers
- aiopg (⭐1.3k) - Library for accessing a PostgreSQL database.
- aiomysql (⭐1.5k) - Library for accessing a MySQL database
- aioodbc (⭐253) - Library for accessing a ODBC databases.
- motor (⭐2.1k) - The async Python driver for MongoDB.
- aiocouchdb (⭐53) - CouchDB client built on top of aiohttp (asyncio).
Networking
- AsyncSSH (⭐1.3k) - Provides an asynchronous client and server implementation of the SSHv2 protocol.
Testing
- asynctest (⭐301) - Enhance the standard unittest package with features for testing. asyncio libraries
- pytest-asyncio (⭐1.1k) - Pytest support for asyncio.
Alternative Loops
- uvloop (⭐9.1k) - Ultra fast implementation of asyncio event loop on top of libuv.
Misc
- aiofiles (⭐2.1k) - File support for asyncio.
Writings
- Official asyncio documentation - Asynchronous I/O, event loop, coroutines and tasks.
- Short well-written intro to asyncio - Generators, Coroutines, Native Coroutines and async/await.
11. Awesome Progressive Web Apps
Push Notifications
- web-push-libs - A collection of useful libraries for web push in different technologies (Node.js, PHP, Python, etc.)
12. Awesome Flexbox
Libraries and Frameworks / Slides and Notes
- Ginger Grid (⭐31) - A Flexbox grid framework named after a cute dog.
13. Awesome Php
Table of Contents / Code Analysis
- Better Reflection (⭐1.2k) - AST-based reflection library that allows analysis and manipulation of code
Configuration / PHP Podcasts
- Voices of the ElePHPant - Interviews with the people who make the PHP community special.
14. Sublime Bookmarks
Extensions / General Purpose
- Sync Settings (⭐285) - The cross-platform solution to keep Sublime Text configuration synchronized
15. Awesome Vorpal
Projects
- phunt (⭐108) - Access Product Hunt on the CLI. Trended on (you guessed it) Product Hunt.
16. Awesome Aws
Open Source Repos / Lambda
- lambci/lambci 🔥🔥🔥🔥🔥 (⭐4k) - A continuous integration system built on Lambda.
17. Awesome Dotnet Core
Starter Kits / Workflow
- aspnetcore-spa generator (⭐3k) - Yeoman generator to build a brand-new ASP.NET Core single page application that uses Angular 2 / React / React With Redux / Knockout / Aurelia on the client.
Articles / Workflow
- Security
18. Awesome Fuse
Open Source
- Fuse Pokedex (⭐6) - A Pokedex created using Fuse.
19. Amas
Ask these people anything!
- Michael Novotny (⭐2) - JavaScript developer. Open source contributor. Insatiable learner. Standards and best practices enthusiast. Development is a lifestyle, not a job.
20. Awesome Geek Podcasts
In English
- Python Bytes - Python headlines delivered directly to your earbuds.
21. Awesome Educational Games
Art & Design
- Canon Explains Exposure - Learn how to give your photographs just the right amount of light.
Articles
- Educational Video Games Can Boost Motivation to Learn - An article by New York University.
- Fact or Fiction?: Video Games Are the Future of Education - An article by Scientific American.
Math & Computer Science
- Alligator Eggs! - A pen-and-paper game for children that teaches lambda calculus.
- Finitris - See what goes into running a regular expression.
Music
- Pianu - Learn how to play the piano in-browser.
Programming
- BOX-256 - Program a fictional CPU with assembly to output graphics.
- Deadlock Empire - Solve puzzles with concurrency.
- Programming Games Wiki - A long-standing catalogue of programming games through the years.
- RegexOne - Learn Regular Expressions with simple, interactive exercises.
- Web Audio School - Interactive WebAudio tutorials.
- XSS game - A game about tricking people into running code in their browsers.
22. Awesome Fonts
Other / Event listeners for fonts loading on a web page
23. Awesome Typescript
Awesome TypeScript Essential Resources
- 🐙 Type search, search for typings on npm
24. Awesome Charting
Framework-Specific Libraries / Angular
- Angular-scale (⭐40) - Simple and lightweight library for creating line charts
Framework-Specific Libraries / jQuery
- JQuery-linechart (⭐42) - Simple and lightweight library for creating line charts
25. Awesome Jquery
Images, Maps and Charts / Paid Books
- Nivo Slider (⭐1.2k) - Beautiful and easy to use image slider.
Community / Paid Books
- Meetup - Get involved locally.
26. Awesome Pyramid
Conferences
- DragonSprint 2016 - DragonSprint is a week-long sprint on Pyramid. The sprint takes place in Ljubljana, Slovenia, EU in the first week of December (5th to 9th). The main two sprint topics are Pyramid 2.0 and Pyramid for Newcomers.
27. Awesome Ssh
Resources / Tutorials
28. Awesome Drupal
Articles
29. Awesome Postgres
Contents / High-Availability
- Patroni (⭐6.5k) - Template for PostgreSQL HA with ZooKeeper or etcd.
- Stolon (⭐4.6k) - PostgreSQL HA based on Consul or etcd, with Kubernetes integration.
- repmgr (⭐1.5k) - Open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers.
Contents / Backups
- OmniPITR (⭐177) - Advanced WAL File Management Tools for PostgreSQL.
Contents / GUI
- Adminer - Full-featured database management tool written in PHP.
- DataGrip - IDE with advanced tool sets and good cross-platform experience (Commercial Software).
- Datazenit - Web-based PostgreSQL GUI (Commercial Software).
- JackDB - Web-based SQL query interface (Commercial Software).
- pgAdmin - PostgreSQL Administration and Management GUI.
- pgweb (⭐8.5k) - Web-based PostgreSQL database browser written in Go.
- phpPgAdmin (⭐798) - The Premier Web Based Administration Tool for PostgreSQL.
- Postbird (⭐1.5k) - PostgreSQL Client for macOS.
- Postico - Modern PostgreSQL Client for macOS (Commercial Software).
- PSequel - Clean and simple interface to perform common PostgreSQL tasks quickly (Commercial Software).
- SQL Tabs - Cross Platform Desktop Client for PostgreSQL written in JS.
- SQLPro for Postgres - Simple, powerful PostgreSQL manager for macOS (Commercial Software).
Contents / Monitoring
- check_pgactivity (⭐173) - check_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics.
- Check_postgres (⭐552) - Nagios check_postgres plugin for checking status of PostgreSQL databases.
- libzbxpgsql (⭐157) - Comprehensive PostgreSQL monitoring module for Zabbix.
- Pome (⭐1.1k) - Pome stands for PostgreSQL Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database.
- pg_view (⭐494) - Open-source command-line tool that shows global system stats, per-partition information, memory stats and other information.
Contents / Extensions
- cstore_fdw (⭐1.8k) - Columnar store for analytics with PostgreSQL.
- pglogical (⭐972) - Extension that provides logical streaming replication.
- pg_paxos (⭐305) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes.
- pg_shard (⭐1.1k) - Extension to scale out real-time reads and writes.
- PGStrom - Extension to offload CPU intensive workloads to GPU.
- plpgsql_check (⭐616) - Extension that allows to check plpgsql source code.
- PostGIS - Spatial and Geographic objects for PostgreSQL.
- zomboDB (⭐4.7k) - Extension that enables efficient full-text searching via the use of indexes backed by Elasticsearch.
Contents / Optimization
- PgHero (⭐7.9k) - PostgreSQL insights made easy.
- pgtune (⭐1k) - PostgreSQL configuration wizard.
Contents / Utilities
- ERAlchemy (⭐1.1k) - ERAlchemy generates Entity Relation (ER) diagram from databases.
- mysql-postgresql-converter (⭐1.3k) - Lanyrd's MySQL to PostgreSQL conversion script.
- ora2pg - Perl module to export an Oracle database schema to a PostgreSQL compatible schema.
- pganalyze - PostgreSQL Performance Monitoring (Commercial Software).
- pgCenter (⭐1.5k) - Provides convenient interface to various statistics, management task, reloading services, viewing log files and canceling or terminating database backends.
- pgclimb (⭐388) - Export data from PostgreSQL into different data formats.
- pgfutter (⭐1.3k) - Import CSV and JSON into PostgreSQL the easy way.
- PGInsight - CLI tool to easily dig deep inside your PostgreSQL database.
- pgloader (⭐5.2k) - Loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data.
- pgsync (⭐3.1k) - Tool to sync PostgreSQL data to your local machine.
- postgresql-metrics (⭐590) - Tool that extracts and provides metrics for your PostgreSQL database.
- yoke (⭐1.3k) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery.
Resources / Tutorials
- Backup and recover a PostgreSQL DB using wal-e - Tutorial about setting up continuous archiving in PostgreSQL using wal-e.
- PG Casts - Free weekly PostgreSQL screencasts by Hashrocket.
- Postgres Guide - Guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within PostgreSQL.
- PostgreSQL Exercises - Site to make it easy to learn PostgreSQL by doing exercises.
- tutorialspoint PostgreSQL tutorial - Very extensive collection of tutorials on PostgreSQL
Resources / Blogs
- Craig Kerstiens PostgreSQL posts - Set of posts on PostgreSQL cool features, tips and tricks.
- Database Soup - Josh Berkus' blog.
- select * from depesz; - Hubert Lubaczewski's blog.
30. Free for Dev
Security and PKI
- cloudsploit.com — Amazon Web Services (AWS) security and compliance auditing and monitoring
31. Awesome Swift
Device
- Luminous (⭐340) - Get everything you need to know about the device.
Text / Barcode
- Notepad (⭐866) - A fully themeable markdown editor with live syntax highlighting.
Calendar / Barcode
- DateTimePicker (⭐1.9k) - A nicer iOS UI component for picking date and time.
32. Engineering Blogs
Companies / R companies
- RoseHosting https://www.rosehosting.com/blog/
Companies / Y companies
Individuals/Group Contributors / M individuals
- Miro Cupak https://mirocupak.com/
33. Awesome Elixir
Algorithms and Data structures
- hash_ring_ex (⭐24) - A consistent hash-ring implementation for Elixir.
- mmath (⭐4) - A library for performing math on number 'arrays' in binaries.
- zipper_tree (⭐19) - Variadic arity tree with a zipper for Elixir.
Authentication
- htpasswd (⭐4) - Apache htpasswd file reader/writer in Elixir.
Authorization
- bodyguard (⭐738) - A flexible authorization library for Phoenix applications.
Caching
- jc (⭐26) - In-memory, distributable cache with pub/sub, JSON-query and consistency support.
Framework Components
- commanded (⭐1.8k) - Command handling middleware for Command Query Responsibility Segregation (CQRS) applications.
Geolocation
- geohax (⭐12) - Geohash encoding and decoding with neighbors finder.
Macros
- eventsourced (⭐104) - Build functional, event-sourced domain models.
ORM and Datamapping
- arbor (⭐239) - Ecto adjacency list and tree traversal.
- ex_sider (⭐6) - Elixir Map/List/Set interfaces for Redis data structures (uses Redix, but that is configurable).
Statistics
- mtx (⭐19) - MTX supports front-end API for tracking Histogram, Meter, Counter, Gauge, Timing keys.
Testing
- apocryphal (⭐17) - Swagger based document driven development for ExUnit.
- ex_parameterized (⭐28) - Simple macro for parameterized testing.
Text and Numbers
- abacus (⭐85) - Evaluate math terms in Elixir.
- brcpfcnpj (⭐69) - Number format and Validation for Brazilian documents (CPF/CNPJ).
34. Awesome Sass
Libraries and Mixins / Grid
- Neat - Lightweight semantic grid framework built with Sass.
- Toast - Flexible and lightweight grid framework from the creator of animate.css.
Libraries and Mixins / Media Queries
- Sass MQ (⭐2k) - Sass mixin that helps you compose media queries in an elegant way.
Libraries and Mixins / Typography
- Shevy - Typography made easy. A vertical rhythm library.
Libraries and Mixins / Animation
- Animate.scss (⭐651) - Port of Dan Eden's Animate.css for SASS.
- Hover - Collection of CSS3 powered hover animated effects to be applied to links, buttons, logos, SVG, featured images and so on. Available in CSS, Sass, and LESS.
Libraries and Mixins / Miscellaneous
- Bourbon - Simple and lightweight mixin library for Sass.
- Buttons (⭐5.1k) - CSS button library built using Sass and Compass.
Tools / Miscellaneous
- libsass (⭐4.3k) - C/C++ implementation of a Sass compiler.
- node-sass (⭐8.2k) - Node.js bindings to libsass.
35. Awesome Electron
For Electron / Other
- electron-about-window (⭐410) - 'About This App' window.
36. Awesome Hacking Locations
Japan 🇯🇵 / Tokyo
Trunk Coffee
Super hipster, great music, really take their coffee seriously. They roast their own coffee.
Webpage: http://www.trunkcoffee.com
Wifi | Power | Address | Open Hours |
---|---|---|---|
✔ | ✔ | 2 Chome-28 Izumi, Higashi Ward, Nagoya, Aichi Prefecture | 月~木/9:30-21:00 金/9:30-22:00 |
土/9:00-22:00 日・祝/9:00-19:00 |
Open Source Cafe
Small hack-cafe with good people and vibes
Webpage: http://www.osscafe.net/ja/
Wifi | Power | Address | Open Hours |
---|---|---|---|
✔ | ✔ | 〒155-0033 Tokyo, Setagaya, Daita, 6 Chome−11−14, G1 | Daily: 10:00-20:00. Closed Fridays. |
Japan 🇯🇵 / Kyoto
Unir Coffee
24 Hour Hotel Lobby coffeeshop with industrial modern edge and a robot
Webpage: http://unir-coffee-akasaka.com
Wifi | Power | Address | Open Hours |
---|---|---|---|
✔ | ✔ | 2 Chome-14-14 Akasaka, 港区赤坂 Tōkyō-to 107-0052 | Daily: 00:00-23:59 |
Poland 🇵🇱 / Krakow
COFFEE Street
Not big coffee shop with great coffee, very nice atmosphere and fast wifi. All you need for hacking.
Webpage: www.coffeestreet.pl
Wifi | Power | Address | Open Hours |
---|---|---|---|
✔ | ✔ | Dolnych Młynów 3. 31-000 Kraków | Mon-Fri 6:30-21:00, Sat-Sun 7:30-20:00 |
37. Awesome Browserify
Community Resources
Articles
Demos
Videos
- Prev: Nov 14 - Nov 20, 2016
- Next: Oct 31 - Nov 06, 2016