I hereby claim:
- I am tofi86 on github.
- I am tobiasfischer (https://keybase.io/tobiasfischer) on keybase.
- I have a public key whose fingerprint is 41D2 48C9 D91C 66C1 F0C8 5D3B 865B 6FCD BFE2 55B2
To claim this, I am signing this object:
| /* adapted from https://gist.github.com/jenningsb2/c046638de24287cb61c6d19fb611c961 */ | |
| @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&family=IBM+Plex+Serif:ital@0;1&display=swap'); | |
| :root { | |
| --highlight-color: #ffdb8a; | |
| } | |
| /* Tags */ | |
| a.tag { |
| // https://gist.github.com/marco79cgn/685804b731e2c8e466501e4b88341286 | |
| // https://gist.github.com/tofi86/5e95708cff0b1746b57806a78bdb2eda | |
| let country = "de"; // replace with 'at' for shops in Austria | |
| let storeId = 251; | |
| let param = args.widgetParameter; | |
| if (param != null && param.length > 0) { | |
| if (param.indexOf(";") > 0) { | |
| const paramSplit = param.split(";"); | |
| storeId = paramSplit[0]; |
| <?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"> | |
| <array> | |
| <dict> | |
| <key>ApplicationIdentifier</key> | |
| <string>ro.sync.exml.DiffDirs</string> | |
| <key>ApplicationName</key> | |
| <string>Diff Directories</string> |
| <?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"> | |
| <array> | |
| <dict> | |
| <key>ApplicationIdentifier</key> | |
| <string>ro.sync.exml.DiffFiles</string> | |
| <key>ApplicationName</key> | |
| <string>Diff Files</string> |
| #!/bin/bash | |
| function get_java_version_from_cmd() { | |
| # second sed command strips " and -ea from the version string | |
| echo $("$1" -version 2>&1 | awk '/version/{print $NF}' | sed -E 's/"//g;s/-ea//g') | |
| } | |
| function get_comparable_java_version() { | |
| # cleaning: 1) remove leading '1.'; 2) remove 'a-Z' and '-*+' (e.g. '-ea'); 3) replace '_' with '.' | |
| local cleaned=$(echo "$1" | sed -E 's/^1\.//g;s/[a-zA-Z+*\-]//g;s/_/./g') |
| #!/bin/bash | |
| # Author: Tobias Fischer (https://github.com/tofi86) | |
| # Date: 2016-06-03 | |
| echo "# starting MySQL server..." | |
| mysql.server start | |
| echo "# fetching latest updates to Redmine trunk" | |
| git checkout master |
| #!/bin/sh | |
| # Bash-Build-Konsolenskript go.sh zum Projekt epubMinFlow | |
| # by Tobias Fischer - http://www.pagina-online.de - 02/2015 | |
| # (1) - - - - - - - - - - V o r b e r e i t u n g - - - - - - - - - - | |
| # Ausgangsdokumente (XML bzw. XSLT): | |
| xmlfile="buch.xml" |
I hereby claim:
To claim this, I am signing this object:
Following an #eprdct discussion about abbreviations and acronyms and tagging conventions for EPUB 3 (https://twitter.com/tobias_fischer/status/537239302892425216) this is a first draft for future acronym/abbrev. tagging for my companies EPUBs.
-epub-speak-as CSS property:
| #!/bin/bash | |
| # | |
| # Example configuration | |
| # | |
| # commands.cfg: | |
| # | |
| # define command { | |
| # command_name check_fritz_uptime | |
| # command_line $USER1$/check_fritz -h $HOSTADDRESS$ -f linkuptime | |
| # } |