Posted by iann0036 on Dec 6, 2009 in Blog, Code, Projects | 0 comments
Today I will be posting ALL of my Game Maker Files (that I can find). I worked with Game Maker on and off for about 8 years of my life and it was such a great experience. In the hope that a frustrated GML coder may benefit from some of my games and code, I’ll simply be archiving my Game Maker folders and publishing them…I do not think I will be returning to the Game Maker Community...
read more
Posted by iann0036 on Dec 6, 2009 in Blog, Code | 0 comments
Shutdown.bat
@echo off
title PC SHUTDOWN
echo Shutdown sequence has initiated
echo.
REM ***Close MSN Messenger***
echo Killing msnmsgr
tasklist /FI “IMAGENAME eq msnmsgr.exe” | find /i “msnmsgr.exe”
IF ERRORLEVEL 2 GOTO MSNOPEN
IF ERRORLEVEL 1 GOTO MSNNOTOPEN
:MSNOPEN
taskkill /IM msnmsgr.exe /F
:MSNNOTOPEN
REM ***Close vlc***
echo Killing vlc
tasklist /FI...
read more
Posted by iann0036 on Dec 6, 2009 in Blog, Featured, Projects | 0 comments
I first heard about the USB Multipass project on Hak5 from Revision3. Hak5 being my favourite vodcast of the week. Anyway, the USB Multipass project allows me to boot tools such as data forensics, backup and recovery and preinstalled environments right from my USB stick with the GRUB bootloader.
Although I am still working on it, I plan to incorporate both Windows and Linux installation...
read more
Posted by iann0036 on Dec 6, 2009 in Blog, Projects | 0 comments
The DestructiveText project is a PHP coded project aimed to create temporary “view-once” webpages.
You can find the latest version of the project at http://destructivetext.iann0036.com/
All elements of the DestructiveText seem to be working apart from the premium HTML editor which publishes only plain text at this time.
Project Status: ON...
read more