Install portaudio using homebrew (or method of your choice)
brew install portaudiocreate $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:
[build_ext]
| /* Place model */ | |
| module.exports = { | |
| attributes: { | |
| name: { | |
| type: 'string', | |
| required: true | |
| }, |
Install portaudio using homebrew (or method of your choice)
brew install portaudiocreate $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:
[build_ext]
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "gopkg.in/mgo.v2" | |
| "gopkg.in/mgo.v2/bson" | |
| "log" | |
| ) |
| /* | |
| * Example of encrypted localstorage with CryptoJS. | |
| * http://codepen.io/anon/pen/aCDHo | |
| * | |
| */ | |
| var EncryptedLocalStorage = (function(global) { | |
| 'use strict'; | |
| // Constructor | |
| var EncryptedLocalStorage = function(secret) { |
| db.Collection.find({ | |
| created_at : { | |
| '$gte': new Timestamp(new Date(2012, 0, 21), 0), | |
| '$lte': new Timestamp(new Date(2012, 0, 22), 0) | |
| }) |