Skip to content

Instantly share code, notes, and snippets.

View rodrigogermanlopez's full-sized avatar

Rodrigo rodrigogermanlopez

  • Mercedes, Buenos Aires
View GitHub Profile
@rodrigogermanlopez
rodrigogermanlopez / AppRebooter.as
Last active July 29, 2017 13:47
Adobe AIR Windows reboot with NativeProcess
package app.utils {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.ProgressEvent;
import flash.filesystem.File;
/**
*
* Reboots the app in Windows
*
@rodrigogermanlopez
rodrigogermanlopez / TestVideo
Created July 26, 2017 15:19
Adobe AIR Video Issue (reference file)
/**
*
* Created by Rodrigo Lopez [blnk™] on 7/24/17.
*
*/
package app.ui.media {
import flash.events.NetStatusEvent;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.utils.setTimeout;
@rodrigogermanlopez
rodrigogermanlopez / FileLog.hx
Last active March 29, 2016 20:52
a simple file log with neko
package ;
import neko.Lib;
import haxe.io.Bytes;
import sys.io.File;
class Main {
public static function main ( ) {
new Main();
}
public function new ( ) {