ChangeLog を書く際によく使われる英語をまとめました。
ほとんど引用です。
| curl http://admin:password@localhost:5984/_replicate -H 'Content-Type: application/json' -d '{ "source": "afd", "target": "https://admin:[email protected]/afd" , "proxy":"http://wwwcache.gla.ac.uk:8080"}' | |
| replace "admin" and "password" by username and password |
| There are each a cup of milk and a cup of coffee (same amounts). | |
| First you transfer one spoon of milk into the coffee. | |
| After achieving an optimal mixture, transfer one spoon of the milky coffee into the milk. | |
| Is there more coffee in the milk or more milk in the coffee? |
| app.use(function(req, res, next) { | |
| res.locals = { | |
| keywords: config.app.meta_keywords, | |
| description: config.app.meta_description, | |
| url: url.parse(req.url).href | |
| }; | |
| next(); | |
| }; |
| ## Setup java | |
| if [ `uname -m` == 'x86_64' ]; then | |
| PATH="/usr/lib64/jvm/java-7-oracle/jre/bin/" | |
| JAVA_HOME="/usr/lib64/jvm/java-7-oracle/" | |
| else | |
| PATH="/usr/lib/jvm/java-7-oracle/jre/bin/" | |
| JAVA_HOME="/usr/lib/jvm/java-7-oracle/" | |
| fi |
| page.includeJSFooter.file23456 = fileadmin/templates/js/backstretch/jquery.backstretch.min.js | |
| page.includeJS.file002 > | |
| page.jsFooterInline { | |
| 10 = COA | |
| 10.10 = CONTENT | |
| 10.10.wrap = var images = [ | ]; | |
| 10.10 { | |
| table = tt_content |
| /* | |
| * Digital Clock Java applet 06/27/96 | |
| * by Mike Perham [email protected] | |
| * | |
| * Blinks the colon every second; refreshes time | |
| * every minute. Futuristic LED display. Generally nifty. | |
| * | |
| * Array digit[] holds a bitmask of which LEDs each number | |
| * lights up: digit[1] = 6 because it lights up the 2nd | |
| * and 3rd LEDs. |
For a tmux status line as seen in the example image for the wemux project:
The session on the left in the example screen shot uses a patched font from the vim-powerline project. Inconsolata-dz, you beautiful creature.
To duplicate the left status line add the following lines to your ~/tmux.conf
set -g status-left-length 32
set -g status-right-length 150