Awesome List Updates on Feb 05, 2016
9 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Relay
Tutorials
- A Beginner's Guide to Relay Mutations - Mutations in depth.
2. Engineering Blogs
Products/Technologies / G technologies
3. Awesome Linux Containers
Dashboard
- LXC-Web-Panel
Web panel for LXC on Ubuntu.
4. Awesome Micro Npm Packages
Articles
Modules / Array
- is-sorted (⭐21) - A small module to check if an Array is sorted.
- array-first (⭐11) - Get the first element or first n elements of an array.
- array-last (⭐34) - Return the last element in an array.
- arr-flatten (⭐60) - Recursively flatten an array or arrays.
- dedupe (⭐24) - Remove duplicates from an array.
- array-range (⭐25) - Creates a new array with given range.
- arr-diff (⭐44) - Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
- filled-array (⭐41) - Returns an array filled with the specified input
Modules / String
- decamelize (⭐229) - Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow.
- to-camel-case (⭐36) - Convert a string to a camel case.
- to-capital-case (⭐11) - Convert a string to a capital case.
- to-constant-case (⭐4) - Convert a string to a constant case.
- to-dot-case (⭐5) - Convert a string to a dot case.
- to-no-case (⭐17) - Remove an existing case from a string.
- to-pascal-case (⭐3) - Convert a string to a pascal case.
- to-sentence-case (⭐6) - Convert a string to a sentence case.
- to-snake-case (⭐26) - Convert a string to a snake case.
- to-space-case (⭐6) - Convert a string to a space case.
- to-title-case (⭐17) - Convert a string to a title case.
Modules / Date & Time
- pretty-ms (⭐929) - Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s.
- hirestime (⭐16) - A wrapper around the built-in high resolution timer which simplifies the calculation of timestamps.
Modules / Object
- map-obj (⭐178) - Map object keys and values into a new object.
- filter-obj (⭐91) - Filter object keys and values into a new object.
- object-values (⭐26) - Get the values of an object.
- object-pairs (⭐2) - Turn an object into list of [key, value] pairs for mapping, iterating or other purposes.
- zipmap (⭐4) - Returns a map with the keys mapped to the corresponding vals. zipmap also accepts a single value of objects or pairs.
- just-pluck (⭐11) - Pluck without the madness.
- deep-equal (⭐732) - Node's assert.deepEqual() algorithm as a standalone module.
- deep-assign (⭐248) - Recursive Object.assign().
- set-value (⭐260) - Create nested values and any intermediaries dot notation (
'a.b.c'
) paths.
- get-value (⭐230) - Use property paths (a.b.c) to get a nested value from an object.
- flatkeys (⭐3) - Flatten object key hierarchies into a list of strings using a custom separator.
Modules / Function
- curry (⭐314) - A curry function without anything too clever.
- once (⭐216) - Run a function exactly one time.
- deep-bind (⭐8) - Bind a context to all functions in an object, including deeply nested functions.
Modules / Stream
- through2 (⭐1.9k) - Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise.
- through2-filter (⭐35) - A through2 to create an Array.prototype.filter analog for streams.
- through2-map (⭐70) - A through2 to create an Array.prototype.map analog for streams.
- stream-spigot (⭐15) - A readable stream generator, useful for testing or converting simple functions into Readable streams.
- concat-stream (⭐570) - writable stream that concatenates strings or data and calls a callback with the result.
- JSONStream (⭐1.9k) - streaming JSON.parse and stringify
Modules / File System
- rimraf (⭐5.3k) - A deep deletion module for node (like rm -rf).
- mkdirp - Recursively mkdir, like mkdir -p.
Modules / Browser
- delegate (⭐183) - Lightweight event delegation.
- insert-css - Insert a string of css into the head
Modules / Semver
- semver (⭐4.8k) - The semantic version parser used by npm.
- semver-max (⭐3) - Find maximum (or minimum) version according to semver.
Modules / Other
- node-mime (⭐2k) - Comprehensive MIME type mapping API based on mime-db module.
Related lists / Tools
- awesome-nodejs (⭐53k) - A curated list of delightful Node.js packages and resources.
- awesome-npm (⭐4.3k) - Awesome npm resources and tips.
5. Awesome Pascal
Graphic
- AggPasMod (⭐72).
[Delphi]
Modernized Pascal Anti-Grain Geometry. Based on AggPas, which is itself based on the Anti-Grain Geometry, this project offers support for the latest Delphi Versions (XE and above) and contains some helper classes (VCL components and FireMonkey interface). 2D vector graphics library. Basically, you can think of AggPas as of a rendering engine that produces pixel images in memory from some vectorial data. But of course, AGG can do much more than that. // Vector graphic library, renders SVG and much more
6. Awesome Hacking Locations
HanaHaus
Historic Varsity Theatre location with free and reservable seats, well-tuned wifi, and Blue Bottle Coffee.
Webpage: http://hanahaus.com/
Wifi | Power | Address | Open Hours |
---|---|---|---|
✔ | ✔ | 456 University Ave, Palo Alto, CA 94301 | Mon-Fri 7:00-19:00, Sat-Sun 8:00-19:00 |
7. Awesome Elixir
Documentation
- bureaucrat (⭐366) - Generate Phoenix API documentation from tests.
Examples and funny stuff
- hello_phoenix (⭐130) - Application template for SPAs with Phoenix, React and Redux.
Framework Components
- phoenix_haml (⭐158) - Phoenix Template Engine for Haml.
ORM and Datamapping
- mongodb (⭐566) - MongoDB driver for Elixir.
Protocols
- riffed (⭐308) - Provides idiomatic Elixir bindings for Apache Thrift.
8. Awesome Cpp
Concurrency
- junction (⭐1.4k) - A library of concurrent data structures in C++. [BSD]
9. Awesome Machine Learning
JavaScript / General-Purpose Machine Learning
- Brain (⭐8k) - Neural networks in JavaScript [Deprecated]
Rust / General-Purpose Machine Learning
- deeplearn-rs (⭐211) - deeplearn-rs provides simple networks that use matrix multiplication, addition, and ReLU under the MIT license.
- rustlearn (⭐614) - a machine learning framework featuring logistic regression, support vector machines, decision trees and random forests.
- Prev: Feb 06, 2016
- Next: Feb 04, 2016