以下三个效果图中任选一个,尽可能还原。(不限框架,工具,预编译语言)
点击查看大图
兼容性要求:Chrome / Firefox / IE 11 / Edge
其他:部署至jsfiddle / jsbin / github page或同类网站
# 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
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
# space150 vine-to-GIF | |
# given a vine.co uri, downloads the MP4 and creates an image sequence / GIF from it | |
# requires ruby, ffmpeg, and imagemagick | |
require 'open-uri' | |
require 'nokogiri' | |
id = ARGV[0] | |
# try to convert from URL to id. |