I hereby claim:
- I am toto on github.
- I am toto (https://keybase.io/toto) on keybase.
- I have a public key whose fingerprint is 46E3 01C4 7F40 7696 8050 890A E2C7 AE4D AD30 A810
To claim this, I am signing this object:
| 1. Opening Event (5604) | |
| 2. Keynote (5056) | |
| 3. Fnord-Jahresrückblick (5036) | |
| 4. Methodisch inkorrekt! (4994) | |
| 5. Ten years after ‚We Lost The War‘ (4820) | |
| 6. (Un)Sicherheit von App-basierten TAN-Verfahren im Onlinebanking (4039) | |
| 7. NSA-Untersuchungsausschuss: Zwischen Aufklärungswillen und Mauern aus Schweigen (4030) | |
| 8. Safe Harbor (3866) | |
| 9. Building and Breaking Wireless Security (3799) | |
| 10. The exhaust emissions scandal („Dieselgate“) (3719) |
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'simple_xlsx' | |
| require 'pp' | |
| require 'net/http' | |
| require 'json' | |
| require 'uri' | |
| require 'csv' | |
| #!/bin/bash | |
| # | |
| # Let's you know when your pods should be updated right after a git pull or git merge | |
| # Also works for fast-forward pulls. | |
| # | |
| # To enable this hook for your project, save it as .git/hooks/post-checkout | |
| diff "Podfile.lock" "Pods/Manifest.lock" > /dev/null | |
| if [ $? != 0 ] ; then |
| NSOperatingSystemVersion ios8_0_1 = (NSOperatingSystemVersion){8, 0, 1}; | |
| if ([[NSProcessInfo processInfo] isOperatingSystemAtLeastVersion:ios8_0_1]) { | |
| // foo | |
| } |
I hereby claim:
To claim this, I am signing this object:
| post_install do |installer| | |
| installer.project.targets.each do |target| | |
| target.build_configurations.each do |config| | |
| s = config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] || %w{ $(inherited) } | |
| s << 'OHATTRIBUTEDLABEL_WARN_ABOUT_KNOWN_ISSUES=0' | |
| config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = s | |
| end | |
| end | |
| end |
| <?xml version="1.0" encoding="iso-8859-1"?> | |
| <ResC xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://demo.hafas.de/xml/vbb/std/hafasXMLInterface.xsd" ver="1.1" prod="5.31.VBB.4.8.9 [Oct 17 2012]" lang="DE"> | |
| <* dir="O"> | |
| <ConResCtxt>6t.0297451.1354025783#1</ConResCtxt> | |
| <ConnectionList type="OEV"> | |
| <Connection id="C1-0"> | |
| <Overview> | |
| <Date>20121126</Date> | |
| <Departure> | |
| <BasicStop type="NORMAL"> |
| <?xml version="1.0" encoding="iso-8859-1"?> | |
| <ReqC ver="1.1" prod="String" rt="yes" lang="DE" accessId="951a204d5462906e60494ed0a7a79ff5"> | |
| <ConReq deliverPolyline="1"> | |
| <Start> | |
| <Station externalId="009009203#86" /> | |
| <Prod prod="1111111111111111" bike="0" couchette="0" direct="0" sleeper="0" /> | |
| </Start> | |
| <Dest> | |
| <Station externalId="009078102#86" /> | |
| </Dest> |
| #!/usr/bin/env ruby | |
| # encoding: utf-8 | |
| # | |
| # Usage: ruby csv2json.rb filename.csv | |
| # | |
| require 'csv' | |
| require 'pp' | |
| require 'json' | |
| filename = File.expand_path(ARGV.last) |
| build/ | |
| *.mode1 | |
| *.mode1v3 | |
| *.mode2v3 | |
| *.perspective | |
| *.perspectivev3 | |
| *.pbxuser | |
| xcuserdata | |