start new:
tmux
start new with session name:
tmux new -s myname
| #!/usr/bin/env ruby | |
| # Put this file in the root of your Rails project, | |
| # then run it to output the SQL needed to change all | |
| # your tables and columns to the same character set | |
| # and collation. | |
| # | |
| # > ruby character_set_and_collation.rb | |
| DATABASE = '' |
| ;(function($, undefined) { | |
| 'use strict'; | |
| if (typeof window.MY_MODULE_NAME !== 'undefined') { | |
| return; | |
| } | |
| // | |
| // Module general vars | |
| // |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <yahoo-weather-codes> | |
| <code number="0" description="tornado"/> | |
| <code number="1" description="tropical storm"/> | |
| <code number="2" description="hurricane"/> | |
| <code number="3" description="severe thunderstorms"/> | |
| <code number="4" description="thunderstorms"/> | |
| <code number="5" description="mixed rain and snow"/> | |
| <code number="6" description="mixed rain and sleet"/> | |
| <code number="7" description="mixed snow and sleet"/> |