Skip to content

Instantly share code, notes, and snippets.

View habi's full-sized avatar

David Haberthür habi

View GitHub Profile
@habi
habi / fever.opml
Last active March 21, 2024 21:35
Am OPML file
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<!-- OPML generated by Fever -->
<head><title>Fever</title></head>
<body>
<outline type="rss" text="andrewjanowczyk.com/feed" title="andrewjanowczyk.com/feed" xmlUrl="http://www.andrewjanowczyk.com/feed" htmlUrl=""/>
<outline type="rss" text="biorxiv.org/alerts?destination=alerts/search/add&amp;search_query=haberth%25C3%25BCr" title="biorxiv.org/alerts?destination=alerts/search/add&amp;search_query=haberth%25C3%25BCr" xmlUrl="https://www.biorxiv.org/alerts?destination=alerts/search/add&amp;search_query=haberth%25C3%25BCr" htmlUrl=""/>
<outline type="rss" text="Arq Backup Blog" title="Arq Backup Blog" xmlUrl="https://www.arqbackup.com/blog/feed" htmlUrl="https://www.arqbackup.com/blog"/>
<outline type="rss" text="Beautiful Public Data" title="Beautiful Public Data" xmlUrl="https://www.beautifulpublicdata.com/rss/" htmlUrl="https://www.beautifulpublicdata.com/"/>
<outline type="rss" text="Big Wide World" title="Big Wide World" xmlUrl="http://www.b
@habi
habi / laengstepisten.geojson
Created February 23, 2024 21:31
./osm-lump-ways -i switzerland-latest.osm.pbf -f piste:type=downhill -f area≠yes -o laengstepisten.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@habi
habi / proof.md
Created January 17, 2024 13:13
Keyoxide proof

aspe:keyoxide.org:SANRZ2DWCGCATM22OQ26RWURBI

@habi
habi / 1944_OSS_Simple_Sabotage_Field_Manual.md
Last active October 16, 2023 03:28 — forked from kennwhite/1944_OSS_Simple_Sabotage_Field_Manual.md
1944 OSS Simple Sabotage Field Manual
@habi
habi / makefile
Last active November 17, 2022 14:21
My makefile, based on http://git.io/GIs6og
## Makefile based on http://git.io/GIs6og
## Define standard Markdown extension
MEXT = md
## All markdown files in the working directory
SRC = $(wildcard *.$(MEXT))
## Bibliography
BIB = /home/habi/P/Documents/library.bib
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@habi
habi / collage.sh
Last active June 7, 2022 12:33
Make a collage of all team members
# https://gist.github.com/habi/843646709a22004fb5654ab6d9a134d6#file-collage-sh
cd ~/tmp
# Get all images from our team website
wget https://www.anatomie.unibe.ch/pages/forsch_myct_team.php --page-requisites --accept .jpg --no-clobber --quiet
# Scale images to approximately the same size as my head (264x350)
mogrify -resize 264x350 www.anatomie.unibe.ch/users/hlushchuk/kopf.jpg
mogrify -resize 264x350 www.anatomie.unibe.ch/users/khoma/kopf.jpg
# See how big the files are (if needed)
#identify www.anatomie.unibe.ch/users/*/kopf.jpg
# Generate montage
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@habi
habi / Imread.ipynb
Last active June 22, 2021 08:35
Issues with different `imreads`
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.