Keybase proof
I hereby claim:
- I am ssp on github.
- I am ssp (https://keybase.io/ssp) on keybase.
- I have a public key whose fingerprint is 73B2 8281 F366 912E 7DF8 D918 93D7 2D60 0085 ABA3
To claim this, I am signing this object:
package net.earthlingsoft.uritest; | |
import java.net.URI; | |
import java.net.URISyntaxException; | |
import java.util.Arrays; | |
import java.util.Date; | |
import java.util.List; | |
import java.util.stream.Collectors; | |
import java.util.stream.IntStream; | |
import java.util.stream.Stream; |
#!/usr/bin/env sh | |
# | |
# Script to clone gitx from github and build it using | |
# the scripts provided by the project. | |
# | |
# Sven-S. Porst @ssp <ssp-web@earthlingsoft.net> | |
# | |
git clone https://github.com/ssp/gitx.git | |
cd gitx |
SELECT ?color ?label (lang(?label) AS ?language) ?rgb WHERE { | |
?color wdt:P31/wdt:P279* wd:Q1075. # instance or subclass of »colour« | |
?color wdt:P465 ?rgb. # store sRGB value in ?rgb | |
?color rdfs:label ?label. # store label in ?label | |
FILTER (lang(?label)="de" || lang(?label) = "en" || lang(?label) = "fr" || lang(?label) = "tr") | |
} | |
ORDER BY ASC(?rgb) | |
#!/usr/bin/env sh | |
ps aux | cut -b 16-22 | sed -e "s/\s*//" | grep -v PID | sort -n | xargs -n 1 -IA sh -c "codesign --verify --deep A" |
👒 | |
👀 | |
🐽 | |
👅 | |
👕 | |
👖 |
iterate = function (e, level) { | |
var message = ''; | |
e.children().each( function() { | |
var logString = ''; | |
for (var i = 0; i < level; i++) { logString += '>'; } | |
logString += this.nodeName + ' '; | |
if (this.id) { logString+= '#' + this.id + ' '; } | |
if (typeof this.className === 'string') { logString += '.' + this.className.split(' ').join(' .'); } | |
message += logString + "\n"; | |
message += iterate($(this), level + 1); |
I hereby claim:
To claim this, I am signing this object:
# building on 10.7 from Index Data’s git repository | |
# Result: yaz builds with ICU |
Z> find Hilbert | |
Received SRW SearchRetrieve Response | |
Number of hits: 8414 | |
Elapsed: 0.021573 | |
Z> schema dc | |
Z> s 1 | |
Received SRW SearchRetrieve Response | |
Number of hits: 8414 | |
pos=1 schema=dc |
at SWIB13 in Hamburg (2013-11-25)
Notes for the hands-on steps done by the participants during the workshop.