Skip to content

Instantly share code, notes, and snippets.

View codl's full-sized avatar
🎧
Now Playing: They Might Be Giants - Nothing's Gonna Change My Clothes

codl codl

🎧
Now Playing: They Might Be Giants - Nothing's Gonna Change My Clothes
View GitHub Profile
# Maintainer palbo <quuxbaz@gmail.com>
pkgname=ccx2
pkgver=0.2.0
pkgrel=1
pkgdesc="Console client for xmms2"
arch=(i686 x86_64)
url="http://palbo.github.com/ccx2"
license=("BSD")
depends=("ncurses" "python2" "xmms2")
optdepends=("pil: for cover art display"
@codl
codl / address-forms-suck.md
Last active July 2, 2022 19:21
Address forms suck

Address forms suck

It is an address form for illustration

I was looking at a package I got the other day and noticed the order of the address was wrong.

Addresses have very different formats in each country, yet every single website still asks me for my “State/Region”. This field is completely useless here in France, and many other countries. Sometimes it's a text box, and I don't know if I can leave it empty or if I have to input “N/A” or something else that will look stupid once printed on the package. Sometimes it's a drop-down list and I have to hunt down either the “Non-US” option, or maybe it was filled with French regions or French departments once I picked my country.

@codl
codl / omx.sh
Last active August 29, 2015 14:06
fifo="/tmp/$1"
mkfifo $fifo
youtube-dl "https://youtube.com/watch?v=$1" -o - > $fifo &
omxplayer $fifo
@codl
codl / gist:34c4d620ebb8c4359263
Last active December 21, 2018 14:41
Tower of Heaven FAQ
@codl
codl / gimmick.markdown
Last active August 29, 2015 14:06
Gimmick FAQ

Gimmick! FAQ

What is Gimmick?

Gimmick! is a platforming game by Sunsoft for the Famicom. It features cute graphics, slick star-throwing physics and a rockin' soundtrack thanks to unique Sunsoft sound hardware. It's pretty challenging despite its looks. It was also released for the NES in Scandinavia as Mr. Gimmick, but that version doesn't have the extra sound chip that the Famicom verson has.

What do you need for 100%?

You need the good ending.

@codl
codl / gist:9d918277ea69d74dba34
Last active August 29, 2015 14:16
kool hitbox name colour guide for kool kids

open console (ctrl+shift+j in chrome), paste var c = "#123456"; var el = angular.element($("#chat")); el.scope().tcn.pickColor(c); where 123456 is the hexadecimal colour code for your preferred nick colour

ur done

u did it

congratz

what the fuck is this

it's an FPS with a special race mode and race maps. it's weird ok

how do i join

Get warsow, go to the server browser, switch to the race tab and pick "lastman". password is "borb"

how do i mumble

@codl
codl / 00_route.markdown
Last active August 29, 2015 14:18
cheeb rob any% route

Chibi Robo any% route (incomplete)

Intro

  • just give the girl her darn rose
  • gosh
  • its not hard

night 1

Keybase proof

I hereby claim:

  • I am codl on github.
  • I am codl (https://keybase.io/codl) on keybase.
  • I have a public key whose fingerprint is 4E69 CA38 BA02 E860 6FA0 D78B ED23 2F64 BC5A 4983

To claim this, I am signing this object:

#!/bin/patch PKGBUILD
42c42
< _ver="$(cat CMakeLists.txt | grep -m3 -e CALLIGRA_STABLE_VERSION_MAJOR -e CALLIGRA_STABLE_VERSION_MINOR -e CALLIGRA_VERSION_RELEASE | cut -d ')' -f1 | grep -o "[[:digit:]]*" | paste -sd'.')"
---
> _ver="$(cat CMakeLists.txt | grep -m3 -e KRITA_STABLE_VERSION_MAJOR -e KRITA_STABLE_VERSION_MINOR -e KRITA_VERSION_RELEASE | cut -d ')' -f1 | grep -o "[[:digit:]]*" | paste -sd'.')"