A Pen by Octavian Damiean on CodePen.
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. :(
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2004 Sam Hocevar <[email protected]> | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Aliases | |
alias l='ls -alF' | |
alias inspac='sudo pacman -S' | |
alias delpac='sudo pacman -R' | |
alias sysupd='sudo pacman -Syu' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Futon", | |
"version": "1.0", | |
"manifest_version": 2, | |
"description": "A simple Apache CouchDB Futon shortcut app.", | |
"icons": { | |
"128": "icon_128.png" | |
}, | |
"app": { | |
"launch": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.access-section h2 button { | |
position: relative; | |
right: 0px; | |
} | |
body.outside h2 { | |
margin: 0px; | |
} | |
.low { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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(); |
NewerOlder