Awesome List Updates on Jul 05, 2016
11 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Electron
Videos / Other
2. Awesome Sre
Reliability
3. Awesome Unicode
💥 Lowercase Transformation Collisions / Wait a second... what did I just read?
- String length is typically determined by counting codepoints. This means that surrogate pairs would count as two characters. Combining multiple diacritics may be stacked over the same character.
a + ̈ == ̈a
, increasing length, while only producing a single character.
- Similarily, reversing strings often is a non-trivial task. Again, surrogate pairs and diacritics must be reversed together. ES Reverser (⭐859) provides a pretty good solution.
- Upper and lower case mappings are not always one-to-one. They can also be:
- One-to-many: (ß → SS )
- Contextual: (…Σ ↔ …ς AND …ΣΤ… ↔ …στ… )
- Locale-sensitive: ( I ↔ ı AND İ ↔ i )
Unicode Blocks / Wait a second... what did I just read?
- Version 9.0.0 (Latest Version, August 2016 - adds exactly 7,500 characters)
4. Awesome Draft Js
Common Utilities
- Redraft (⭐278) - Renders the result of Draft.js convertToRaw using provided callbacks, works well with React
- Draft.js exporter (Ruby) (⭐16) - Export Draft.js content state into HTML.
- Draft.js exporter (Python) (⭐76) - Library to convert Draft.js raw ContentState to HTML
5. Awesome Hacking Locations
Spain 🇪🇸 / Barcelona
Ideal
Cozy coffee shop which also serves natural juices and tasty food. Has a nice terrace on the back.
Webpage: http://4sq.com/14xZ71H
Wifi | Power | Address | Open Hours |
---|---|---|---|
✔ | ✔ | Marià Aguiló, 99, 08005 Barcelona Catalonia |
6. Awesome Vulkan
Samples
- NVIDIA GameWorks Samples - GameWorks cross-platform graphics API samples. [LICENSE]
7. Awesome Aurelia
Aurelia Plugins / Aurelia Articles
- Tseberechts/aurelia-place-picker (⭐1) * A place picker inspired by the Autocomplete places with Aurelia
8. Awesome Userscripts
Tutorials / YouTube
- Greasemonkey Tutorial for Beginners - How to create simple Userscripts and installing it using Greasemonkey.
Additional Catalogues / YouTube
- UserScripts Mirror - Mirror of the original Userscripts.org repository (that is currently down).
Community / YouTube
9. Awesome Dotnet Core
Frameworks, Libraries and Tools / Queue and Messaging
- MediatR (⭐11k) - Simple, unambitious mediator implementation in .NET.
Frameworks, Libraries and Tools / Security
- Security (⭐1.3k) - Middleware for security and authorization of web apps.
10. Awesome Ciandcd
Build And Release System
- ElectricFlow ElectricFlow/ElectricCommander gives distributed teams shared control and visibility into infrastructure, tool chains and processes. It accelerates and automates the software delivery process to enable agility, predictability and security across many build-test-deploy pipelines
- SimpleCI (⭐62) Docker-based self-hosted ci system. Supports distributed build cache, external providers (GCE), real-time build log, etc.
- pulse no free version.
11. Awesome Laravel
Popular Packages / Authentication & Authorization
- Bouncer (⭐3.1k) - Roles & Permissions
Content Management Systems / Videos
Podcasts / Videos
Hosted Development Tools / Meetups
- StyleCI - PHP Coding Style Service
- Prev: Jul 06, 2016
- Next: Jul 04, 2016