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
| #!/usr/bin/ruby | |
| require "gnuplot" | |
| require "integration" | |
| def draw_plot | |
| Gnuplot.open do |gp| | |
| Gnuplot::Plot.new( gp ) do |plot| |
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
| packages: | |
| ack | |
| apple-gcc42 | |
| atk | |
| autoconf | |
| autojump | |
| automake | |
| bash |
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
| ffmpeg video.mp4 -i -vn -c:a copy audio.m4a |
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
| # User | |
| # | |
| # @module :: Model | |
| # @description :: A short summary of how this model works and what it represents. | |
| # @docs :: http://sailsjs.org/#!documentation/models | |
| module.exports = | |
| attributes: { |
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
| # User | |
| # | |
| # @module :: Model | |
| # @description :: A short summary of how this model works and what it represents. | |
| # @docs :: http://sailsjs.org/#!documentation/models | |
| module.exports = | |
| attributes: { |
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
| # UserController | |
| # | |
| # @module :: Controller | |
| # @description :: A set of functions called `actions`. | |
| # | |
| # Actions contain code telling Sails how to respond to a certain type of request. | |
| # (i.e. do stuff, then send some JSON, show an HTML page, or redirect to another URL) | |
| # | |
| # You can configure the blueprint URLs which trigger these actions (`config/controllers.js`) | |
| # and/or override them with custom routes (`config/routes.js`) |
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
| # UserController | |
| # | |
| # @module :: Controller | |
| # @description :: A set of functions called `actions`. | |
| # | |
| # Actions contain code telling Sails how to respond to a certain type of request. | |
| # (i.e. do stuff, then send some JSON, show an HTML page, or redirect to another URL) | |
| # | |
| # You can configure the blueprint URLs which trigger these actions (`config/controllers.js`) | |
| # and/or override them with custom routes (`config/routes.js`) |
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
| module.exports = -> | |
| # MyAdapterAdapter | |
| # | |
| # @module :: Adapter | |
| # @description :: A short summary of what this adapter is for and what interfaces it supports. | |
| # @docs :: http://sailsjs.org/#!documentation/adapters | |
| # | |
| # @syncable :: false |
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
| # http://stackoverflow.com/questions/4544669/batch-convert-latin-1-files-to-utf-8-using-iconv | |
| find . -type f -exec bash -c 'iconv -f iso-8859-1 -t utf-8 "{}" > /path/to/destination/"{}"' \; |
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
| http://watchlist-koa.herokuapp.com/ebay?OPERATION-NAME=findItemsByKeywords&keywords=alien |
OlderNewer