Skip to content

Instantly share code, notes, and snippets.

View sixones's full-sized avatar
🦖

Adam Livesley sixones

🦖
View GitHub Profile
------ Build started: Project: jmtp, Configuration: Release Win32 ------
Compiling...
PortableDeviceValues.cpp
PortableDevicePropVariantCollection.cpp
PortableDeviceProperties.cpp
.\src\PortableDeviceProperties.cpp(54) : warning C4101: 'del' : unreferenced local variable
PortableDeviceManager.cpp
PortableDeviceKeyCollection.cpp
PortableDeviceContent.cpp
PortableDevice.cpp
tell application "Finder" to quit
display dialog "Show Hidden Files..." buttons {"ON", "OFF"} ¬
default button 2
copy the result as list to {buttonpressed}
try
if the buttonpressed is "OFF" then do shell script ¬
"defaults write com.apple.finder AppleShowAllFiles OFF"
if the buttonpressed is "ON" then do shell script ¬
"defaults write com.apple.finder AppleShowAllFiles ON"
h1. Wii Homebrew
h2. "Installing Homebrew Channel + Patching CISO":http://forums.afterdawn.com/thread_view.cfm/773505
h2. USB Loader
"USBLoader GX":http://sites.google.com/site/usbloadergui/
"Installing USBLoader GX":http://forums.afterdawn.com/thread_view.cfm/780518
Usb Loader GX is the prettier solution but I could not get it working (worked first time, then tried again and it crashed). The alternative is the NeoGamma solution which was installed on the first step.
<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd">
<smil xmlns="http://www.w3.org/2008/SMIL30/" xml:lang="en">
<head>
<title>dfsdfsdfsdf</title>
<author></author>
<abstract></abstract>
<copyright></copyright>
<layout>
<region id="root" top="0" left="0" width="100%" height="100%" z-index="0" />
edit /opt/local/var/macports/sources/rsync.macports.org/releases/ports/devel/libsdl/Portfile
after line 40 paste:
platform darwin 10 {
set build_arch i386
set sdkrootpath /Developer/SDKs/MacOSX10.5.sdk
configure.cflags-append -isysroot ${sdkrootpath} -arch i386 -mmacosx-version-min=10.5
package org.sixones
{
import flash.system.Capabilities;
/**
* Provides a static class with details of the current running Flash version.
*
* Usage: FlashVersion.getInstance() => # FlashVersion object instance
*/
public class FlashVersion
Index: Portfile
===================================================================
--- Portfile (revision 53834)
+++ Portfile (working copy)
@@ -38,6 +38,14 @@
configure.args --enable-shared \
--mandir=${prefix}/share/man
+platform darwin 10 {
+ set build_arch i386
#
# RFC822 compliant regexp for email address validation
#
module Validator
def self.valid_email_address?(email)
email =~ /(?:(?:\r\n)?[ \t])*(?:(?:(?:[^()@,;:\\".\[\] 00-31]+(?:(?:(?:\r\n)?[ \t])+|\Z|(?=[\["()@,;:\\".\[\]]))|”(?:[^\"\r\\]|\\.|(?:(?:\r\n)?[ \t]))*”(?:(?:\r\n)?[ \t])*)(?:\.(?:(?:\r\n)?[ \t])*(?:[^()@,;:\\".\[\] 00-31]+(?:(?:(?:\r\n)?[ \t])+|\Z|(?=[\["()@,;:\\".\[\]]))|”(?:[^\"\r\\]|\\.|(?:(?:\r\n)?[\t]))*”(?:(?:\r\n)?[ \t])*))*@(?:(?:\r\n)?[ \t])*(?:[^()@,;:\\".\[\] 00-31]+(?:(?:(?:\r\n)?[ \t])+|\Z|(?=[\["()@,;:\\".\[\]]))|\[([^\[\]\r\\]|\\.)*\](?:(?:\r\n)?[ \t])*)(?:\.(?:(?:\r\n)?[ \t])*(?:[^()@,;:\\".\[\] 00-31]+(?:(?:(?:\r\n)?[ \t])+|\Z|(?=[\["()@,;:\\".\[\]]))|\[([^\[\]\r\\]|\\.)*\](?:(?:\r\n)?[ \t])*))*|(?:[^()@,;:\\".\[\] 00-31]+(?:(?:(?:\r\n)?[ \t])+|\Z|(?=[\["()@,;:\\".\[\]]))|”(?:[^\"\r\\]|\\.|(?:(?:\r\n)?[ \t]))*”(?:(?:\r\n)?[ \t])*)*\<(?:(?:\r\n)?[ \t])*(?:@(?:[^()@,;:\\".\[\] 00-31]+(?:(?:(?:\r\n)?[ \t])+|\Z|(?=[\["()@,;:\\".\[\]]))|\[([^\[\]\r\\]|\\.)*\](?:(?:\r\n)?[\t])*)(?
#include <stdio.h>
#include <stdlib.h>
int main()
{
FILE *file;
long size;
char *buffer;
size_t data;
[Debug] Resetting the DrawingBoard and Canvas state on '[object DrawingBoard]'
[Info] About to change playback state to playbackPaused. on '[object Viewport]'
[Info] Playback state changed to PLAYBACK_PAUSED. on '[object Viewport]'
[Info] About to refresh with remote URL: http://sixty.im/demo.smil?v=0.010745052713900805 on '[object Viewport]'
[SWF] Users:sixones:Documents:Adobe Flash Builder 4:smilkit-demo:bin-debug:Main.swf - 257,810 bytes after decompression
[Debug] Heartbeat resetting. on '[object Heartbeat]'
[Debug] Removed drawn regions on '[object DrawingBoard]'
[Debug] Resetting the DrawingBoard and Canvas state on '[object DrawingBoard]'
[Debug] Re-drawn 1 regions to the DrawingBoard's Canvas on '[object DrawingBoard]'
[Debug] Handler added to RenderTree during update at 0ms on '[object HTTPVideoHandler]'