Skip to content

Instantly share code, notes, and snippets.

View robinsmidsrod's full-sized avatar

Robin Smidsrød robinsmidsrod

View GitHub Profile
@robinsmidsrod
robinsmidsrod / helenos.ipxe
Created October 21, 2012 21:57 — forked from vhotspur/helenos.ipxe
iPXE config fo HelenOS
#!ipxe
# Get the ISO from
# http://www.helenos.org/download
# and unpack the files in /boot/ to the directory
# where this file is placed
# (note that you have to enable more than 8 modules
# for multiboot)
kernel kernel.bin
@robinsmidsrod
robinsmidsrod / Fullonsms.pm
Created August 2, 2011 11:30
API to Send SMS from FullonSMS.com
package Fullonsms;
use Moose;
use LWP::UserAgent;
use HTTP::Cookies;
use HTML::TagParser;
has 'username' => (
is => 'rw',