As configured in my dotfiles.
start new:
tmux
start new with session name:
let barposition = "bottom" | |
command g tabnew google | |
let searchalias g = "google" | |
let @@reddit_prog = 'http://www.reddit.com/r/programming' | |
map gts :tabnew http://www.reddit.com/r/programming<CR> | |
map gtf :tabnew https://www.figo.io/en/<CR> | |
map gtt :tabnew https://trello.com/b/hhP1nPMu/todo<CR> |
one one one | |
one one one | |
one one one | |
one one one | |
one one one | |
one one one | |
# ~/.tmux.conf | |
# | |
# See the following files: | |
# | |
# /opt/local/share/doc/tmux/t-williams.conf | |
# /opt/local/share/doc/tmux/screen-keys.conf | |
# /opt/local/share/doc/tmux/vim-keys.conf | |
# | |
# URLs to read: | |
# |
As configured in my dotfiles.
start new:
tmux
start new with session name:
var mongoose = require('mongoose'); | |
mongoose.connect('mongodb://localhost/test'); | |
var db = mongoose.connection; | |
db.on('error', function() { | |
return console.error.bind(console, 'connection error: '); | |
}); | |
Base URL: http://translate.google.com/translate_tts
It converts written words into audio. It accepts GET
requests.
q
The query string to convert to audio
tl
Translation language, for example, ar
for Arabic, or en-us
for English
save-exact=true |
Per https://code.google.com/p/v8/codesearch#v8/trunk/src/runtime.cc | |
%CreateSymbol | |
%CreatePrivateSymbol | |
%CreateGlobalPrivateSymbol | |
%NewSymbolWrapper | |
%SymbolDescription | |
%SymbolRegistry | |
%SymbolIsPrivate |
JavaScript - Crocford