Samji
|
Last Activity: 12-14-2012 09:13 PM
- User Lists
- Instant Messaging
Send an ICQ message to Samji
Send an AIM message to Samji
- Visitor Messages
- About Me
- Statistics
- Friends
- Contact Info
- Blog
- »
Visitor Messages
Showing Visitor Messages 1 to 10 of 13
-
12-13-2008 12:34 AMPhaitHey, I wonder if theres a Greasemonkey script that'll take custom :emoticons: you put in vBB and replace them with an img code to whatever image you specify? So it's like having custom emoticons without the board itself having them?
-
07-02-2008 04:37 PMSuperczarI didn't want to get yelled at for dreailing the ascii thread, but this would be better I think for name:
Ögre Compülsion
:D -
06-16-2008 06:28 AMSamjiI understand the Shenmue avatar comment. But I can't remember mentioning Mitch Hedberg. Maybe my sense of humour is similar to his?
-
06-15-2008 05:12 PMKitsumi32Dude I love your Shenmue avvie and the fact you like Mitch Hedberg!
-
04-09-2008 10:41 AMhuey_yengFine thank you. Still last week of the semester been pretty occupied with college stuff and the pressure is more when you are under scholarship. :P
-
03-15-2008 08:42 PMDopefish7590Not familiar with Mac? Well we can use RPM and DEB packages to make it function like Ubuntu... We can run Linux stuff... "Fink" a package manager I only found this out a little while ago, can install the Linux packages on a Mac OSX computer. Anything that has a Linux version can be run on Leopard (Mac OS X 10.5)... Unfortunatly I only have OS X 10.3.9 so I have to get some packages maunally... Like the latest GCC and stuff.
-
02-02-2008 11:37 AMSamjiThank you, Dopefish.
About Me
- About Samji
- Biography
- I'm a computing student at the University of Worcester.
- Location
- UK
- Interests
- Software development and whatnot
- Occupation
- Student
- Xbox Live Gamertag
- c0derDud3
- samjiman
- Signature
Blog
View Samji's BlogRecent Entries
Latest Blog Entry
I have been trying to write programs using loops to run on my Nintendo DS with DSLua.
Here is the first one. It just cycles through some fruit and puts in in a hypothetical basket.
I then want a drink for my efforts ... a nice banana smoothie
[code]
SCREEN_TOP = 1
SCREEN_BOTTOM = 0
BGTopText = Screen.LoadTextBG()
BGBotText = Screen.LoadTextBG()
Screen.Initialize(SCREEN_TOP, BGTopText)
Screen.Initialize(SCREEN_BOTTOM,...
Here is the first one. It just cycles through some fruit and puts in in a hypothetical basket.
I then want a drink for my efforts ... a nice banana smoothie
[code]
SCREEN_TOP = 1
SCREEN_BOTTOM = 0
BGTopText = Screen.LoadTextBG()
BGBotText = Screen.LoadTextBG()
Screen.Initialize(SCREEN_TOP, BGTopText)
Screen.Initialize(SCREEN_BOTTOM,...