Skip to content

Instantly share code, notes, and snippets.

@plainspooky
plainspooky / animation.pl
Last active October 18, 2015 22:07
This is a simple animation test program written in Perl with SDL.
#!/usr/bin/perl
use SDL;
use SDLx::App;
use SDL::Rect;
use SDL::Image;
use SDL::Event;
use SDL::Events;
use strict;
use warnings;
@plainspooky
plainspooky / vbshortcuts
Last active November 6, 2015 10:48
VirtualBox shortcuts to an easy VM management, feel free to fix and imporove.
#!/bin/bash
#
# vbshortcuts
# VirtualBox shortcuts to an easy VM management, feel free to dix and imporove.
#
# use: "$ source vbshortcuts" or "$ . vbshortcuts"
#
# (c)2015 - Giovanni Nunes <giovanni.nunes@gmail.com>
#
# This program is free software; you can redistribute it and/or modify