Author: Josef Jezek
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
- node.js
- Installation paths: use one of these techniques to install node and npm without having to sudo.
- Node.js HOWTO: Install Node+NPM as user (not root) under Unix OSes
- Felix's Node.js Guide
- Creating a REST API using Node.js, Express, and MongoDB
- Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB
- JavaScript Event Loop
- Node.js for PHP programmers
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
Moved to git-repository: https://github.com/denji/awesome-http-benchmark
Located in alphabetical order (not prefer)
- ab – slow and single threaded, written in
C
- apib – most of the features of ApacheBench (
ab
), also designed as a more modern replacement, written inC
- autocannon – fast HTTP/1.1 benchmarking tool written in Node.js
- baloo – Expressive end-to-end HTTP API testing made easy, written in Go (
golang
)
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
Process: BitShares-PTS [98071] | |
Path: /Applications/BitShares-PTS.app/Contents/MacOS/BitShares-PTS | |
Identifier: org.invictusinnovations.BitShares-PTS | |
Version: $VERSION ($VERSION) | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [281] | |
Responsible: BitShares-PTS [98071] | |
User ID: 501 | |
Date/Time: 2014-02-24 09:46:42.464 +0800 |
Language | Title | Philosophy / Manifesto / Idioms |
---|---|---|
Programmers 🧙 👨💻👩💻🖥⌨️🖱💻🎮👾 |
Brogrammatic Ninja-throwing Rockstar Badassian Wizards | The 12-Factor App Agile Manifesto (the real one) 12 Principles of Agile Software |
- | - | - |
AngularJS | Angularians | - |
(Angular) | - | - |
C | (?) Embedded Software Engineer | (?) "Patterns in C" |
Clojure | Clojurist | "Clojure Rationale" |
Cocoa ☕️ | Cocoa Heads | - |
JSON, MessagePack, and Google's Protocol Buffers are all awesome. Here's how they're awesome on different client environments and how to use them on your rails env.
Some links:
- JSON: http://json.org/
- MsgPack: http://msgpack.org/
- ProtoBufs: https://code.google.com/p/protobuf/
Output from Ruby Client:
From Fabrice Bellard, with minor name change (umulh
):
// return the high 32 bit part of the 64 bit addition of (hi0, lo0) and (hi1, lo1)
Math.iaddh(lo0, hi0, lo1, hi1)
// return the high 32 bit part of the 64 bit subtraction of (hi0, lo0) and (hi1, lo1)
Math.isubh(lo0, hi0, lo1, hi1)
// return the high 32 bit part of the signed 64 bit product of the 32 bit numbers a and b