Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| createdb pgbouncer_bench | |
| pgbench -i -s 10 pgbouncer_bench | |
| pgbench -c 10 -C -T 60 pgbouncer_bench | |
| pgbench -c 80 -C -T 60 pgbouncer_bench | |
| pgbench -c 10 -C -T 60 -p 6432 pgbouncer_bench | |
| pgbench -c 80 -C -T 60 -p 6432 pgbouncer_bench |
| # ... | |
| populateAutocompleteForResourceName = (resourceName, done) -> | |
| redisClient = require("redis").createClient() | |
| redisClient.debug_mode = true | |
| sequelize = require('./app/models').sequelize | |
| redisKey = "compl:#{resourceName}" | |
| selectQuery = "SELECT DISTINCT(\"Places\".\"#{resourceName}\") from \"Places\"" | |
| sequelize.query(selectQuery).success((resources) -> | |
| multi = redisClient.multi() | |
| for resource in resources |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
| export PATH="/usr/local/bin:/usr/local/git/bin:/Applications/Postgres.app/Contents/MacOS/bin::$PATH:~/bin:/usr/local/share/npm/bin:/Applications/ImageOptim.app/Contents/MacOS" | |
| export CLICOLOR=1 | |
| export EDITOR=vim | |
| export PS1="\[\033[0;37m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[0;31m\]\h'; else echo '\[\033[0;33m\]\u\[\033[0;37m\]@\[\033[0;96m\]\h'; fi)\[\033[0;37m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;37m\]]\n\[\033[0;37m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]" | |
| alias l="ls -lah" | |
| alias open_icloud="open ~/Library/Mobile\ Documents/" | |
| [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function |
| require 'iconv' | |
| class OsxStringsFileParser | |
| class KeyValuePair < Struct.new(:key, :value, :comments) | |
| def attributes | |
| { :text => value, :data => { 'key' => key, 'comments' => comments }} | |
| end | |
| end | |
| REGEX_COMMENT_MULTI = /\/\*(.*?)\*\// |
| <configuration> | |
| <location path="Assets"> | |
| <system.webServer> | |
| <staticContent> | |
| <clientCache cacheControlCustom="public" cacheControlMode="UseMaxAge" cacheControlMaxAge="30.00:00:00"/> | |
| </staticContent> | |
| </system.webServer> | |
| </location> | |
| </configuration> |
Javascript Libraries for Stock Charts
http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx http://www.hanselman.com/blog/ASPNETWireFormatForModelBindingToArraysListsCollectionsDictionaries.aspx http://stackoverflow.com/questions/2817747/asp-net-mvc-default-model-binding-problem http://stackoverflow.com/questions/2310672/modelbinder-with-multiple-selection-and-complex-objects