Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| xro:xro [2012-10-23 04:23] – xro | xro:xro [2025-11-09 09:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Kontakt ==== | ==== Kontakt ==== | ||
| - | * Jabber: xro at jabber punkt tittelbach punkt at | + | * <del>Jabber: xro at jabber punkt tittelbach punkt at</ |
| * e-mail: xro at realraum punkt at | * e-mail: xro at realraum punkt at | ||
| + | * Matrix: @xro: | ||
| + | * [[xro: | ||
| + | < | ||
| + | |||
| + | ==== Funktion @ r3 ==== | ||
| + | * Kassier 2009-2015 | ||
| + | * Obmann 2015-2017 | ||
| + | * Schriftführer 2017-2019 | ||
| + | * Rechnungsprüfer 2019-2021 | ||
| + | * [[intern: | ||
| + | * r3ledger System | ||
| + | * [[roomauto: | ||
| + | * NOC | ||
| + | |||
| + | ==== Tasker for Android ==== | ||
| + | |||
| + | {{topic> | ||
| + | |||
| + | ==== BeagleBone Black ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[BeagleBone|BeagleBone Notes, | ||
| ==== Diverse Daten ==== | ==== Diverse Daten ==== | ||
| - | * [[inprogress:PrivacyVortragIdeen]] | + | * [[archiv:2010-privacyvortragideen]] |
| * {{linguistikwochen08-haskell-folien.pdf}} (Vortrag: Einführung in Haskell) | * {{linguistikwochen08-haskell-folien.pdf}} (Vortrag: Einführung in Haskell) | ||
| * {{linugistikwochen08-python-vortrag.pdf}} (Vortrag: Einführung in Python) | * {{linugistikwochen08-python-vortrag.pdf}} (Vortrag: Einführung in Python) | ||
| Line 15: | Line 39: | ||
| * {{: | * {{: | ||
| + | ==== Notes to Self ==== | ||
| + | |||
| + | === Vereinsbuchhaltung Software === | ||
| + | |||
| + | (incomplete) | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | === realraum git-svn to individual git repos === | ||
| + | |||
| + | git svn clone -A ~r3/ | ||
| + | git clone <github repo> | ||
| + | cd <github repo> | ||
| + | git pull --rebase ..../ | ||
| + | # discard all but subdir and make subdir new root | ||
| + | git filter-branch -f --subdirectory-filter < | ||
| + | # remove a subdir1..2 from the git repository and history | ||
| + | for subdir (subidr1 subdir2) git filter-branch -f --index-filter "git rm --cached --ignore-unmatch -r $subdir" | ||
| + | # remove svn-id info | ||
| + | git filter-branch -f --msg-filter 'sed -e "/ | ||
| + | rm -rf .git/ | ||
| + | git push -f origin master | ||
| + | |||
| + | |||
| + | # remove all subdires / files from history except x,y,z | ||
| + | # (note you need --tree-filter since this actually checks out the tree for each command, otherwise the zsh globbing pattern would not work | ||
| + | # note --index-filter would not check out the working tree, thus only git commands work there) | ||
| + | git filter-branch -f --tree-filter "zsh -3 --extendedglob -c 'rm -rfv *~x~y~z(N)'" | ||
| ==== Sonstiges ==== | ==== Sonstiges ==== | ||
| + | |||
| + | [[.: | ||
| + | |||
| + | [[.: | ||
| + | |||
| + | [[.: | ||
| + | |||
| + | [[.: | ||
| + | |||
| + | [[: | ||
| === Sansa Clip Zip Battery Mod === | === Sansa Clip Zip Battery Mod === | ||
| - | {{: | + | [[: |
| - | [[: | + | [[: |
| === Met Blubber Zähler mit ZigBee === | === Met Blubber Zähler mit ZigBee === | ||
| Line 46: | Line 114: | ||
| === HDR Versuch mit qtpfsgui === | === HDR Versuch mit qtpfsgui === | ||
| {{xro: | {{xro: | ||
| + | |||
| + | === Andere Alte Projekte === | ||
| + | |||
| + | * SWEB [[http:// | ||
| === GriCal Plugin Test: realraum previous events === | === GriCal Plugin Test: realraum previous events === | ||
| <grical reverse=' | <grical reverse=' | ||