Skip to content

Instantly share code, notes, and snippets.

View posativ's full-sized avatar

Martin Zimmermann posativ

  • bergfex GmbH
  • Graz
View GitHub Profile
@derhuerst
derhuerst / _.md
Last active April 9, 2024 11:06
List of HAFAS API Endpoints
@ryancdotorg
ryancdotorg / brthanoi.py
Last active July 6, 2016 16:04
Very simple towers of hanoi snapshot script for btrfs
#!/usr/bin/env python
# Copyright 2015 Ryan Castellucci
# License: http://opensource.org/licenses/BSD-3-Clause
import sys
import time
import base64
import subprocess
from struct import pack, unpack
@zakx
zakx / damazon.py
Last active August 30, 2020 00:01 — forked from trehn/damazon.py
#!/usr/bin/python2
# setup: pip install requests beautifulsoup4
from decimal import Decimal
import requests
from bs4 import BeautifulSoup
import sys
# Session setup
@grugq
grugq / gist:03167bed45e774551155
Last active April 6, 2024 10:12
operational pgp - draft

Operational PGP

This is a guide on how to email securely.

There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.

@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active April 20, 2024 16:52
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@da2x
da2x / newsbeuter.rb
Created November 30, 2012 11:39
Homebrew formula for newsbeuter 2.6
require 'formula'
class Newsbeuter <Formula
url 'http://www.newsbeuter.org/downloads/newsbeuter-2.6.tar.gz'
homepage 'http://www.newsbeuter.org/'
md5 'unreleased-version'
depends_on 'stfl'
depends_on 'curl'
depends_on 'sqlite'