Skip to content

Instantly share code, notes, and snippets.

View jrunning's full-sized avatar

Jordan Running jrunning

View GitHub Profile
//=== hello.js ===
var kiwi = require('kiwi'),
sys = require('sys');
kiwi.require('express');
configure(function(){
set('root', __dirname)
});
set skypeDevices to {headset:{}, speaker:{}}
set sysDevices to {headset:{}, speaker:{}}
-- CONFIG
-- The exact names of your input and output devices found in Skype > Preferences > Audio
-- Headset device:
set headset of skypeDevices to {input:"Avnera Audio Device", output:"Avnera Audio Device", ringer:"Avnera Audio Device"}
-- Speaker/microphone devices:
set speaker of skypeDevices to {input:"Built-in Microphone Internal microphone", output:"Built-in Output Internal Speakers", ringer:"Built-in Output Internal Speakers"}
" Use pathogen to easily modify the runtime path to include all
" plugins under the ~/.vim/bundle directory
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()
let mapleader=";"
set nobackup
set nowritebackup
{ hello : "World" }
{ hello : "World" }
{ hello : "World" }
{ hello : "World" }
{ "Hello" : "World." }
{ "hey" : "there" }
{ "hey" : "there" }