Skip to content

Instantly share code, notes, and snippets.

View Bandie's full-sized avatar
💭
yip

Bandie Bandie

💭
yip
View GitHub Profile
@Bandie
Bandie / Makefile
Created March 24, 2018 14:44
Application makefile
all:
/usr/bin/pdftk Applicationtext.pdf ../CV.pdf ../FinishedUniClasses.pdf ../A-Level-Diploma.pdf cat output temp.pdf
/usr/bin/pdftk temp.pdf dump_data output meta.txt
echo -e "InfoBegin\nInfoKey: Title\nInfoValue: Application for apprenticeship, Bandie\nInfoBegin\nInfoKey: Author\nInfoValue: Bandie <email@address.tld>\n`cat meta.txt`" > meta.txt
/usr/bin/pdftk temp.pdf update_info meta.txt output Application_Bandie.pdf
rm meta.txt temp.pdf
@echo OK.
#!/usr/bin/env bash
export bandie = "im gay"

Keybase proof

I hereby claim:

  • I am Bandie on github.
  • I am bandie (https://keybase.io/bandie) on keybase.
  • I have a public key whose fingerprint is E2D7 8769 1531 2785 DC08 6BFC C1E1 33BC 65A8 22DD

To claim this, I am signing this object:

@Bandie
Bandie / fish.py
Created May 19, 2017 11:23
Blowfish weechat plugin "fish.py"; python3.4 compatible
# -*- coding: utf-8 -*-
#
# Copyright (C) 2017 Marcin Kurczewski <rr-@sakuya.pl>
# Copyright (C) 2017 Ricardo Ferreira <ricardo.sff@goatse.cx>
# Copyright (C) 2014 Charles Franklin <jakhead@gmail.com>
# Copyright (C) 2012 Markus Näsman <markus@botten.org>
# Copyright (C) 2011 David Flatz <david@upcs.at>
# Copyright (C) 2009 Bjorn Edstrom <be@bjrn.se>
#
# This program is free software; you can redistribute it and/or modify
@Bandie
Bandie / status.sh
Created October 29, 2016 21:48
i3status stuff
#!/bin/bash
# Installation:
# Move this script into ~/.i3/
#
# In ~/.i3/config:
# bar {
# status_command ~/.i3/status.sh
# }
#
#