以下三个效果图中任选一个,尽可能还原。(不限框架,工具,预编译语言)
点击查看大图
兼容性要求:Chrome / Firefox / IE 11 / Edge
其他:部署至jsfiddle / jsbin / github page或同类网站
HTTP status code symbols for Rails | |
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
Status Code Symbol | |
1xx Informational | |
100 :continue | |
101 :switching_protocols | |
102 :processing |
# install dependencies | |
sudo apt-get update | |
sudo apt-get install -y build-essential | |
sudo apt-get install -y cmake | |
sudo apt-get install -y libgtk2.0-dev | |
sudo apt-get install -y pkg-config | |
sudo apt-get install -y python-numpy python-dev | |
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev | |
sudo apt-get install -y libjpeg-dev libpng-dev libtiff-dev libjasper-dev | |
# post_loc.txt contains the json you want to post | |
# -p means to POST it | |
# -H adds an Auth header (could be Basic or Token) | |
# -T sets the Content-Type | |
# -c is concurrent clients | |
# -n is the number of requests to run in the test | |
ab -p post_loc.txt -T application/json -H 'Authorization: Token abcd1234' -c 10 -n 2000 http://example.com/api/v1/locations/ |
# shebang [-iv] [-t interpreter] [-I extension] [-J [extension]] [filename] | |
# | |
# If no filename is given, print a shebang. If a filename is given, append a shebang to the file and print its contents. If a filename is given and the -I or -J options are specified, append a shebang to the file in place. | |
# | |
# OPTIONS | |
# -i | |
# Interactive mode; ask for confirmation first. | |
# -I | |
# Modify "filename" in place (as in `sed -i`) using specified extension. Extension is mandatory. | |
# -J |
FROM rails:4.2.3 | |
MAINTAINER Renato Filho <[email protected]> | |
ENV HOME /home/app | |
ENV RAILS_ENV development | |
RUN useradd -m -s /bin/bash app | |
RUN gem install -N bundler |
"Alfred 2"; idea;Thunder*; iTerm; Terminal;php; Dropbox; Sparrow; "Sequel Pro"; python; ruby; wget; curl; GitHub; git-remote-https; npm; node; perl;prl*;itunes; sftp; whois;traceroute;stroke;ssh;ALiWangwang;MacUpdate*;git*;Git;fzs*;mail;flickr*;xulr*;imess*;com.apple.im*;Airmail;Adium;Prot*;Tokens;Ali*;Lite*;file*;ssh;ftp;Adobe*;PDApp*;Creative*;Vbox*;xulrunner;Virtual*;PDApp;Bit*;Domainers;fire*;plugin*;Atom*;Tokens;.com.realmacsoftware*;Xcode;java;httpd; |
(defun org-interpret-org-as-dir-file-skeleton () | |
"Return the outline paths as lists. | |
Separated in those headlines not tagged 'file' and those tagged with 'file'." | |
(let (output-files output-dirs) | |
(org-map-entries | |
(lambda () | |
(let* ((headline (car (cddddr (org-heading-components)))) | |
(headline-path | |
(reverse | |
(cons |
tell application "Spotlight" to inject SIMBL into Snow Leopard