Skip to content

Instantly share code, notes, and snippets.

View mainerror's full-sized avatar

Octavian A. Damiean mainerror

  • University of Graz
  • Austria, Graz
View GitHub Profile
@mainerror
mainerror / revenge-of-the-lost-token.md
Last active December 26, 2015 02:49
Support mail to Rik Arends asking him to resend me my token for tracegl because I was too stupid to save it.

Revenge of the lost token

Hello there Rik,

We've got a report from one of our forward spies that the ECMAperium is approaching our base on JSth. Unfortunately we can't activate our shields because Cpt. Stupid Octavian lost his token. We need your assistance in order to restore the shield, otherwise the ECMAperor will claim victory and the universe will be lost!

All Cpt. Dumbass Octavian remembers is the Paypal transaction ID from the purchase of the shield! It is 6N9712510V135183G

In case you are not a Star Wars fan and none of this made any sense to you, I apologize for wasting your time. All I'd need is to somehow restore my token since I was too stupid to save it and now I can't redownload tracegl. :(

@mainerror
mainerror / COPYING
Created May 14, 2013 09:38
A desktop wallpaper switcher inspired by Google Now's themes.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@mainerror
mainerror / README.md
Last active December 16, 2015 14:09
A minimal 960 grid CSS *framework*.

mini960.css

a minimal 960 grid framework

There's not much you need to know. It supports nesting and offsetting.

The idea is, you start with a row and add columns with a certain span to that row.

Here's a simple example.

@mainerror
mainerror / aliases.sh
Created April 8, 2013 00:39
Just a couple of Arch aliases I use. Obviously if you're not using `sudo` remove that.
# Aliases
alias l='ls -alF'
alias inspac='sudo pacman -S'
alias delpac='sudo pacman -R'
alias sysupd='sudo pacman -Syu'
12:23 <ProGEEK> no <512MB ram ogra_ ?
12:23 <ogra_> ProGEEK, i doubt it
12:23 <ogra_> that will be enough to run the system, but not a single app
12:23 <ogra_> (512M that is)
12:24 <ogra_> below i woudl doubt the system even works usable
@mainerror
mainerror / manifest.json
Created October 8, 2012 15:02
Futon Chrome App Manifest
{
"name": "Futon",
"version": "1.0",
"manifest_version": 2,
"description": "A simple Apache CouchDB Futon shortcut app.",
"icons": {
"128": "icon_128.png"
},
"app": {
"launch": {
@mainerror
mainerror / config_mp.cfg
Created October 3, 2012 19:54
main_'s Call of Duty 4 Multiplayer Configuration
// generated by Call of Duty, do not modify
unbindall
bind TAB "+scores; g_scorescolor_allies 0.6 1.0 0.0 0.8; g_scorescolor_axis 1.0 0.1 0.8 0.5; g_scorescolor_free 0.0 0.0 0.0 0.2; g_teamcolor_allies 0.6 1.0 0.0 1.0; g_teamcolor_axis 1.0 0.1 0.8 1.0"
bind SPACE "+gostand"
bind 0 "openscriptmenu echo Placeholder"
bind 1 "weapnext"
bind 2 "openscriptmenu quickpromod 2"
bind 3 "openscriptmenu quickresponses 3"
bind 4 "say ^7Visit ^6net^7sky.org.uk"
bind 5 "openscriptmenu echo Placeholder"
@mainerror
mainerror / se_chat_plus.css
Created September 21, 2012 08:52
SE Chat Plus CSS
.access-section h2 button {
position: relative;
right: 0px;
}
body.outside h2 {
margin: 0px;
}
.low {
@mainerror
mainerror / clean-request-list.js
Created September 12, 2012 12:49
Android Access Request List Clean
$(document).ready(function() {
var idList = [],
ivlID,
fkey;
$('#access-section-request .access-list').children().each(function() {
idList.push(parseInt($(this).attr('id').split('-')[2], 10));
});
fkey = $('#fkey').val();