start new:
tmux
start new with session name:
tmux new -s myname
| #Gitignore for files generated by Xilinx ISE | |
| *.log | |
| *.svf | |
| *.scr | |
| *.cmd | |
| *.bak | |
| *.lso | |
| *.elf | |
| *.ace |
Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
| require 'tumblr_client' | |
| require 'mechanize' | |
| require 'date' | |
| require 'yaml' | |
| require 'uri' | |
| Tumblr.configure do |config| | |
| config.consumer_key = "consumer_key" | |
| config.consumer_secret = "consumer_secret" | |
| config.oauth_token = "oath_token" |
Most GStreamer examples found online are either for Linux or for gstreamer 0.10.
This particular release note seems to have covered important changes, such as:
Applying -v will print out useful information. And most importantly the negotiation results.