Get the current devkitPro http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitProUpdater-1.6.0.exe/download ; install toolchain for ARM, it will automatically fetch dependencies (ca. 40MB).
Leave the C:\devkitPro
default directory as is.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use warnings; use strict; use 5.010; | |
use File::Basename "dirname"; | |
use lib dirname(__FILE__)."/vendor"; # modify @INC | |
use HTTP::Tiny; | |
use YAML::Tiny; | |
my ($username, ) = @ARGV; | |
die("ERR-Manque arg1 (username)") unless $username; | |
my $url = 'http://pastebin.com/raw.php?i=PYmvwsZ2'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#py3.2 | |
#encoding=utf-8 | |
from struct import unpack,pack | |
import os | |
from os import path | |
from pdb import set_trace as int3 | |
NewerOlder