<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| require 'date' | |
| author = "Saito" | |
| email = "[email protected]" | |
| date = Date.new(2012, 7, 30) | |
| s = %w{ | |
| . . . . . . . | |
| . . o o o . . | |
| . o . . . . . |
| #!/usr/bin/env python | |
| #vi: encoding=utf-8 | |
| """ Interval tool for check buyvm.net activate Instance send email to inform your by email | |
| http://huangx.in | |
| """ | |
| import time | |
| import json | |
| import urllib2 |
| Mac OS: | |
| sudo bash -c 'echo RTMFPP2PDisable=1 >> /Library/Application\ Support/Macromedia/mms.cfg' | |
| Windows: | |
| echo RTMFPP2PDisable=1 >> %windir%\system32\Macromed\Flash\mms.cfg | |
| echo RTMFPP2PDisable=1 >> %windir%\syswow64\Macromed\Flash\mms.cfg | |
| echo RTMFPP2PDisable=1 >> %windir%\system32\mms.cfg | |
| Linux: | |
| sudo mkdir -p /etc/adobe |
| #dropbox { | |
| position: relative; | |
| } | |
| #dropbox > input { | |
| position: absolute; | |
| top: 0px; | |
| right: 0px; | |
| bottom: 0px; | |
| left: 0px; |
| # Custom status bar | |
| # # Powerline symbols: ⮂ ⮃ ⮀ ⮁ ⭤ | |
| set -g status-left-length 32 | |
| set -g status-right-length 150 | |
| set -g status-interval 5 | |
| set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold]⮀' | |
| set -g status-right '#[fg=colour245]⮃ %R ⮃ %d %b #[fg=colour254,bg=colour234,nobold]#(~/Documents/AppleScripts/itunes-current-track-tmux.sh)⮂#[fg=colour16,bg=colour254,bold] #h ' | |
| # set -g status-right '#(~/Documents/AppleScripts/itunes-current-track-tmux.sh)' | |
| set -g window-status-format "#[fg=white,bg=colour234] #I #W " | |
| set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour16,g=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀" |