You are here

Off Topic Forum

Post about other things that would be of interest to the community.

Wii Homebrew

Stevoisiak's picture
Submitted by Stevoisiak on July 20, 2009 - 10:25am

While I was off of PortableApps, I discovered many cool things. One of the best things, however, was Wii Homebrew. It lets you watch DVDs, play Quake and Doom, put custom music and textures into games, and so much more! A few vids to demonstrate.

http://www.youtube.com/watch?v=11gvyJSkU3Q
http://www.youtube.com/watch?v=Tl6TgINNS9c
http://www.youtube.com/watch?v=6chLAXmsrEE

And all that is needed to set this up is an SD card. However this WILL void your waranty.

German vs. English

NathanJ79's picture
Submitted by NathanJ79 on July 11, 2009 - 6:34am

First, how many people here actually speak both German and English? Why is that, exactly? Just coincidence that so many more people are bilingual in these two languages than any other that the only foreign language forum we have is German?

hide a file in a image

Submitted by agdurrette on July 7, 2009 - 10:41pm

I created a windows batch file that will "hide" a file into a image.

Its not much but i am going to attempt to make a ahk version.

hope yall like it Blum
here is the code.

@echo off

title FileToImg

:main
echo This is a simple program that hides a file in an image.

set /p file= Name of the file here:

cls

set /p img= Name of the image here:

cls

set /p fileimg= Name of the output file here:

cls

Pages