I hereby claim:
- I am swooshycueb on github.
- I am swooshycueb (https://keybase.io/swooshycueb) on keybase.
- I have a public key ASBxovbj8FJg_9zaqsWagGiDog4dabPOWY19EAK28TGNWQo
To claim this, I am signing this object:
| #! /usr/bin/env perl | |
| ################################################### | |
| # | |
| # Copyright (C) 2014 SwooshyCueb <[email protected]> | |
| # | |
| # This file is a part of Shutter. | |
| # | |
| # Shutter is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 3 of the License, or |
| #!/bin/sh | |
| # Modified version of winetricks with limited amd64 support | |
| # This is very pre-beta. Use at your own risk. | |
| # Name of the original version of winetricks this script is based on | |
| WINETRICKS_VERSION=20140302 | |
| # Name of the version of this script | |
| WINETRICKS_AMD64_VERSION=20140514 |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| #Parts of this script are adapted from the scripts in this blog post | |
| #https://www.invisiblethreat.ca/2014/09/cve-2014-6271/ | |
| if [ "`whoami`" != "root" ]; then | |
| echo "Must run as root." | |
| exit 1 | |
| fi |
| #!/usr/bin/env ruby | |
| require 'twitter_ebooks' | |
| require 'yaml' | |
| require 'json' | |
| # Track who we've randomly interacted with globally | |
| $reload_requested = {} |
| ;;; hardcell.scm -- Modified Free Cell game for AisleRiot. | |
| ;; Copyright (C) 2014 Markus Kitsinger | |
| ;; Author: Markus Kitsinger <[email protected]> | |
| ; This program is free software: you can redistribute it and/or modify | |
| ; it under the terms of the GNU General Public License as published by | |
| ; the Free Software Foundation, either version 3 of the License, or | |
| ; (at your option) any later version. |
| require 'twitter_ebooks' | |
| # This is an example bot definition with event handlers commented out | |
| # You can define and instantiate as many bots as you like | |
| class MyBot < Ebooks::Bot | |
| # Configuration here applies to all MyBots | |
| @blocks = [] | |
| @replied = [] |
| The following is a hierarchical todo list for my personal projects. | |
| It is laid out like a GUI tree. Child tasks should be completed before their parent task(s). | |
| If a project is not listed here, it is likely on hold or outside the scope of this list. | |
| (as of this update, I haven't thought further ahead than the Saturn remix) | |
| ┏╸ Finish Saturn remix | |
| ┣╸╸ Get keytar setup | |
| ┗┳╸ Finish TIAT VIP and publish Volume 2 of the TIAT remix album | |
| ┣┳╸ Get Revitar into an acceptable state for use in production |
| This project is a long way off, but I might as well go ahead and throw some ideas on paper. | |
| Essentially opencamp (or whatever I eventually end up calling it) is going to be an open-source online PWYW storefront for music, similar to bandcamp. | |
| Will most likely be done in Python. | |
| Currently planning on supporting PayPal and G2A Pay. Might look into Amazon Checkout, Google Wallet, and Xoslla. | |
| Will offer a wider selection of audio formats for download/transcoding. (Also, different prices for different formats.) | |
| Will give more control over track/album previews. | |
| Will eventually have a REST API. Eventually. | |
| Themes? | |
| Support for surround sound audio. |
| #version 420 compatibility | |
| // Will insert lines here so make sure version is at the very top. | |
| // No includes. | |
| /******************************************************************************/ | |
| /* GLSL Fragment Shader implementation of the SuperEagle 2x upscaler filter */ | |
| /******************************************************************************/ | |
| /* Copyright (C) 2016 Markus Kitsinger (SwooshyCueb) <[email protected]> */ | |
| /* */ | |
| /* This implementation of the SuperEagle filter is subject to the terms of */ |