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
| 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
| 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
| #!/usr/bin/ruby | |
| require "gnuplot" | |
| require "integration" | |
| def draw_plot | |
| Gnuplot.open do |gp| | |
| Gnuplot::Plot.new( gp ) do |plot| |
NewerOlder