Reveal hidden files:
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
Prevent DS files from being created:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Reveal hidden files:
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
Prevent DS files from being created:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
08/04/15 version
Zoning Amendments to Section 35.5
Amend Subchapter 35.5, Zoning Districts and Limitations, as follows:
A. Amend Section 35.5.1, Rural Districts, subsection 2, Permitted Uses, by substituting the term “Gas Well Development,” as defined in Section 35.22.1, for the industrial land use category “Gas Wells”. B. Amend Section 35.5.2, Neighborhood/Residential, subsection 2, Permitted Uses, by
parallels@ubuntu:~/Documents/savi-reboot/packages/npm-container$ sudo npm install reboot | |
/ | |
> [email protected] install /home/parallels/Documents/savi-reboot/packages/npm-container/node_modules/reboot | |
> node-gyp rebuild | |
make: Entering directory `/home/parallels/Documents/savi-reboot/packages/npm-container/node_modules/reboot/build' | |
CXX(target) Release/obj.target/reboot_bindings/src/reboot.o | |
make: g++: Command not found | |
make: *** [Release/obj.target/reboot_bindings/src/reboot.o] Error 127 | |
make: Leaving directory `/home/parallels/Documents/savi-reboot/packages/npm-container/node_modules/reboot/build' |
Meteor.http.get("http://localhost:3000/api/v1/project", function (error, result) { | |
if(error) { | |
console.log('http get FAILED!'); | |
} else { | |
console.log('http get SUCCES'); | |
if (result.statusCode === 200) { | |
console.log('Status code = 200!'); | |
console.log(result.content); | |
} | |
} |
Monads / (mo problems) | |
Taken from Category Theory and imported into Haskell. | |
Has the strange quirk of being un-explainable. | |
The monad solves a particular problem that Haskell has | |
but it turns out to be a generally useful concept. | |
* VELOCITY_DEBUG=1 meteor | |
[[[[[ ~/Documents/dev/savi/meteor ]]]]] | |
=> Started proxy. | |
=> Started MongoDB. | |
W20150908-15:20:34.480(-5)? (STDERR) { [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
W20150908-15:20:34.481(-5)? (STDERR) { [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
W20150908-15:20:34.482(-5)? (STDERR) { [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
I20150908-15:20:34.890(-5)? [velocity] adding velocity core |
return controllableSourceTypes.indexOf(this.type) > -1; | |
} | |
/* | |
Current Selected Outputs: ItemSelection.getSelection() | |
var televisions = Devices.find({_id:{$in:ItemSelection.getSelection()}, type:Drivers.enums.types.Television},{fields:{name:1,rank:1}) | |
var speakers = Devices.find({_id:{$in:ItemSelection.getSelection()}, type:Drivers.enums.types.Speaker},{fields:{name:1,rank:1}) | |
var tvSourceIds = _.intersection(_.pluck(televisions,'sources')) | |
var speakerSourceIds = _.intersection(_.pluck(speakers,'sources')) |
module.exports = function () { | |
this.Given(/^I have created a landing page with this markdown$/, function (markdown, callback) { | |
this.server.call( | |
‘page/create’, { | |
path: ‘/‘, | |
markdown: markdown | |
}).then(function() { | |
setTimeout(callback, 3000); |
Daniels-MacBook-Pro:basic_filter dm$ npm install -g perfschool \
[email protected] install /usr/local/lib/node_modules/perfschool/node_modules/jsdom/node_modules/contextify node-gyp rebuild
CXX(target) Release/obj.target/contextify/src/contextify.o SOLINK_MODULE(target) Release/contextify.node
[email protected] install /usr/local/lib/node_modules/perfschool/node_modules/webshot/node_modules/phantomjs node install.js
Last login: Fri Oct 16 13:21:25 on ttys000 | |
Daniels-MacBook-Pro:~ dm$ cd Documents/test_cases/shopnx/ | |
Daniels-MacBook-Pro:shopnx dm$ npm install | |
npm WARN deprecated [email protected]: Critical vulnerability fix in v5.0.0. See https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/ | |
npm WARN deprecated [email protected]: Security update: Versions below 3.0.0 are deprecated. | |
npm WARN deprecated [email protected]: Use the globby package instead | |
npm WARN deprecated [email protected]: the module is now available as 'css-select' | |
npm WARN deprecated [email protected]: the module is now available as 'css-what' | |
> [email protected] install /Users/dm/Documents/test_cases/shopnx/node_modules/karma-phantomjs-launcher/node_modules/phantomjs |