This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# essentials | |
sudo apt-get install git curl emacs24 vim cowsay | |
# sublime | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
sudo apt-get update | |
sudo apt-get install sublime-text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RegExp.quote = (str) -> | |
(str + "").replace /([.?*+^$[\]\\(){}|-])/g, "\\$1" | |
Meteor.Collection::search = (options, cb) -> | |
if options?.keywords?.length >= 3 and _.isString(options.keywords) and options.fields.length >= 1 | |
query = | |
'$or': [] | |
keywords = options.keywords.split " " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
| | |
| | |
| THANKS Fats! he did the hard work | |
| | |
| | |
*/ | |
/* | |
| |