Jump to content


Left4Cake's Content

There have been 5 items by Left4Cake (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#218508 Iron Note Block Music Player + ccTunes + Noteblock Hero

Posted by Left4Cake on 24 May 2015 - 05:42 PM in Programs

Fixed a bug where the both Ironnote block Player and Noteblock hero would speed up when given input

Befor
os.startTimer(song["delay"])
evt, arg1, arg2 = os.pullEvent()
input(evt, arg1, arg2)
if evt ~= "timer" then
	os.sleep(song["delay"])
end

After
os.startTimer(song["delay"])
evt, arg1, arg2 = os.pullEvent()
input(evt, arg1, arg2)
if evt ~= "timer" then
	os.pullEvent("timer")
end



#218474 Fatal error

Posted by Left4Cake on 24 May 2015 - 12:49 PM in Forum Discussion

Yeah. I fell like going back in time and slapping my younger self in the head since now I am hosting all the "NB" files on a web server anyway.

Plus the song file was to big for pastebin. Witch meant it probably wasn't wise to post it on the forum either.



#218418 Fatal error

Posted by Left4Cake on 24 May 2015 - 01:39 AM in Forum Discussion

This page: http://www.computerc...noteblock-hero/ give me this.


Quote

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/ccraft/public_html/forums2/admin/sources/base/core.php on line 5390



#215111 Mimic - ComputerCraft Web Emulator (HTML5)

Posted by Left4Cake on 22 April 2015 - 07:29 PM in General

I keep getting this error when running my http://www.computerc...a-pokemon-game/ program.

Attached Thumbnails

  • Attached Image: strginwnidow.png



#181005 Ethics of 'hacking'

Posted by Left4Cake on 28 May 2014 - 05:34 PM in General

This is a good artical to throw into this debate: http://www.edge-onli...curity-exploit/ A hacker uses an exploit to fix the exploit.