I hereby claim:
- I am mieky on github.
- I am mieky (https://keybase.io/mieky) on keybase.
- I have a public key whose fingerprint is 350A B06C 792A 82F1 366D E963 93D7 B993 577E ED8B
To claim this, I am signing this object:
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>HTML5 camera test</title> | |
| <meta name="viewport" content="width=device-width,initial-scale=1"> | |
| </head> | |
| <body> | |
| <form> |
| ExifTool Version Number : 9.06 | |
| File Name : last-android.jpg | |
| Directory : . | |
| File Size : 1010 kB | |
| File Modification Date/Time : 2012:11:27 17:01:08+02:00 | |
| File Access Date/Time : 2012:11:28 10:28:02+02:00 | |
| File Permissions : rwxr-xr-x | |
| File Type : JPEG | |
| MIME Type : image/jpeg | |
| Exif Byte Order : Little-endian (Intel, II) |
| #!/bin/bash | |
| if [ "$#" -ne 1 ]; | |
| then | |
| echo "This script deploys a WAR file to a local Tomcat container." | |
| echo "Usage: $0 <war_file>" | |
| exit 1 | |
| fi | |
| WAR_FILE=$1 |
| #!/bin/bash | |
| # A bash-wrapped version of http://www.commandlinefu.com/commands/view/9536/un-unzip-a-file | |
| if [ $# -eq 0 ]; then | |
| echo "Un-unzips a file without a root folder." | |
| echo "Usage: ununzip <filename>" | |
| exit 1 | |
| elif [ ! -e $1 ]; then | |
| echo "File not found: $1" | |
| exit 1 | |
| fi |
| ;(function($) { | |
| var url = 'http://www.lily.fi/blogit/isyyspakkaus'; | |
| if (window.location.href !== url) { | |
| window.location = url; | |
| return; | |
| } | |
| var links = $(".blog-archive-list").find("a").get().reverse(); | |
| var currentIndex = parseInt(localStorage.getItem("currentIndex") || 0, 10); |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.11764705926179886</real> | |
| <key>Green Component</key> | |
| <real>0.11372549086809158</real> |
| on the remote (Ubuntu) machine: | |
| /etc/default/tomcat7 | |
| -> | |
| JAVA_OPTS = "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=1098" | |
| sudo service tomcat7 restart | |
| on the local machine: |
| function getEvents(sel) { | |
| return $(sel).toArray().reduce(function(acc, el) { | |
| var events = $._data(el, 'events'); | |
| if (events) acc.push(events); | |
| return acc; | |
| }, []); | |
| } | |
| function calculateEvents(acc, obj) { | |
| for (key in obj) { |
I hereby claim:
To claim this, I am signing this object:
| 'editor': | |
| 'lineHeight': 1.45 | |
| 'softWrap': true | |
| 'normalizeIndentOnPaste': true | |
| 'tabLength': 2 | |
| 'preferredLineLength': 100 | |
| 'invisibles': | |
| 'cr': '↩' | |
| 'eol': '' | |
| 'space': '·' |