Awesome List Updates on Feb 24, 2017
9 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Jvm
Memory and concurrency
- lmdbjni (⭐201) - Java API to LMDB (HawtJNI) which is an ultra-fast, ultra-compact key-value embedded data store written in C.
- lmdbjava (⭐673) - Java API to LMDB (JNR) which is an ultra-fast, ultra-compact key-value embedded data store written in C.
2. Awesome Dotnet
SMS and Phone calls
- Twilio-csharp (⭐668) - A C#/.NET Library for sending and receiving phone calls and text messages with Twilio.
3. Nlp with Ruby
Spelling and Error Correction / Constituency Parsing
- hunspell-i18n (⭐4) - Ruby bindings to the standard Hunspell Spell Checker.
- ffi-hunspell (⭐49) - FFI based Ruby bindings for Hunspell.
- hunspell (⭐34) - Ruby bindings to Hunspell via Ruby C API.
4. Tips
Saving current state of unstaged changes to tracked files
git stash -k
Alternatives:
git stash --keep-index
git stash push --keep-index
Saving current state of all files (ignored, untracked, and tracked)
git stash -a
Alternatives:
git stash --all
git stash push --all
5. Awesome Netherlands Events
Rotterdam
- Makersclub - Bimonthly casual drinkup without an agenda.
- NodeSchool - Monthly meetup about learning Node.js.
- Crowdsource - Crowdsource ideas for startups.
Amsterdam
- Makersclub - Bimonthly casual drinkup without an agenda.
- Hackers & Founders - Monthly meetup at Cafe De Doffer.
- The Next Web Conference - Biggest tech conference (May 18 & 19).
- AMSxTech - Community driven conference (March 31) and monthly meetups.
- FunctionConf - Conference about serverless architectures (June 15 & 16).
- Amsterdam-rb - Active Ruby meetup with frequent, large events.
- Amsterdam-Elixir - Monthly Elixir meetups.
- Amsterdam-Rust - Monthly meetups and workshops around Rust.
Everywhere
- CocoaHeads - Monthly meetup about iOS and MacOS development.
6. Awesome Deep Vision
Object Detection
- You Only Look Once: Unified, Real-Time Object Detection [Paper], [Paper Version 2], [C Code] (⭐23k), [Tensorflow Code] (⭐6k)
- Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi, You Only Look Once: Unified, Real-Time Object Detection, arXiv:1506.02640
- Joseph Redmon, Ali Farhadi (Version 2)
7. Awesome Json
Supersets
- TOML (⭐19k) - A minimal configuration file format that's easy to read due to obvious semantics.
- HCL (⭐5.1k) - A structured configuration language that is both human and machine friendly.
8. Awesome Deep Learning
Researchers / Datasets
- The AR Face Database - Contains over 4,000 color images corresponding to 126 people's faces (70 men and 56 women). Frontal views with variations in facial expressions, illumination, and occlusions. (Formats: RAW (RGB 24-bit))
9. Awesome Research
Editors / Markdown
- eme (⭐2k) (
Win
,Mac
,Linux
): Math support.
- Moeditor (
Win
,Mac
,Linux
): All purpose markdown editor.
Editors / LaTeX
- Papeeria(
Cloud
): Just another online LaTeX and Markdown with plot compiler and collaborations.
More / HTML+CSS+JS
- Online Whiteboard: A simple online whiteboard that users can collaborate; Good for online meetings.
- Prev: Feb 25, 2017
- Next: Feb 23, 2017