We have moved: https://github.com/magnetikonline/linuxmicrosoftievirtualmachines
Due to the popularity of this Gist, and the work in keeping it updated via a Gist, all future updates will take place at the above location. Thanks!
We have moved: https://github.com/magnetikonline/linuxmicrosoftievirtualmachines
Due to the popularity of this Gist, and the work in keeping it updated via a Gist, all future updates will take place at the above location. Thanks!
| package starling.extensions { | |
| import flash.events.Event; | |
| import flash.media.Sound; | |
| import flash.media.SoundChannel; | |
| import flash.media.SoundTransform; | |
| import flash.utils.Dictionary; | |
| import starling.core.Starling; | |
| public class SoundManager { |
| #!/bin/bash | |
| # installing erlang on ubuntu's | |
| VERSION="R16B" | |
| sudo apt-get install curl build-essential libncurses5-dev openssl libssl-dev | |
| sudo mkdir -p /opt/erlang/ | |
| curl -O https://raw.github.com/spawngrid/kerl/master/kerl && chmod a+x kerl | |
| sudo mv kerl /opt/erlang/ |
| ''' | |
| Establish a socket connection through an HTTP proxy. | |
| Author: Fredrik Østrem <frx.apps@gmail.com> | |
| License: | |
| Copyright 2013 Fredrik Østrem | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated | |
| documentation files (the "Software"), to deal in the Software without restriction, including without |
| #################################### | |
| # BASIC REQUIREMENTS | |
| # http://graphite.wikidot.com/installation | |
| # http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/ | |
| # Last tested & updated 10/13/2011 | |
| #################################### | |
| cd | |
| sudo apt-get update | |
| sudo apt-get upgrade |