Warning: Illegal string offset 'noPreview' in /home/dan200/public_html/forums2/admin/applications/forums/extensions/search/engines/sql.php on line 1170 Warning: Illegal string offset 'pCount' in /home/dan200/public_html/forums2/admin/applications/forums/extensions/search/engines/sql.php on line 1176 Warning: Cannot modify header information - headers already sent by (output started at /home/dan200/public_html/forums2/admin/applications/forums/extensions/search/engines/sql.php:1170) in /home/dan200/public_html/forums2/admin/sources/classes/output/formats/html/htmlOutput.php on line 114 Warning: Cannot modify header information - headers already sent by (output started at /home/dan200/public_html/forums2/admin/applications/forums/extensions/search/engines/sql.php:1170) in /home/dan200/public_html/forums2/admin/sources/classes/output/formats/html/htmlOutput.php on line 127 Warning: Cannot modify header information - headers already sent by (output started at /home/dan200/public_html/forums2/admin/applications/forums/extensions/search/engines/sql.php:1170) in /home/dan200/public_html/forums2/admin/sources/classes/output/formats/html/htmlOutput.php on line 136 Warning: Cannot modify header information - headers already sent by (output started at /home/dan200/public_html/forums2/admin/applications/forums/extensions/search/engines/sql.php:1170) in /home/dan200/public_html/forums2/admin/sources/classes/output/formats/html/htmlOutput.php on line 137
- ComputerCraft | Programmable Computers for Minecraft
- → NOTUSEDPLEASEDELETE's Content
NOTUSEDPLEASEDELETE's Content
There have been 58 items by NOTUSEDPLEASEDELETE (Search limited from 10-February 22)
#162901 When I search for "json" I get an error.
Posted by
NOTUSEDPLEASEDELETE
on 31 January 2014 - 07:26 PM
in
Forum Discussion
#162881 "pastebin" erroring
Posted by
NOTUSEDPLEASEDELETE
on 31 January 2014 - 05:40 PM
in
Ask a Pro
#161466 "pastebin" erroring
Posted by
NOTUSEDPLEASEDELETE
on 22 January 2014 - 12:49 AM
in
Ask a Pro
pastebin:101: attempt to index ? (a nil value)
#145445 Lua Code Golf
Posted by
NOTUSEDPLEASEDELETE
on 18 September 2013 - 02:43 AM
in
Forum Games
Make a fully functional ComputerCraft email that has these features:
- Uses term.isColor() for colours.
- Auto-checks after a message gets sent.
- Good interface.
- Customisable colours.
#143935 New Member Bug
Posted by
NOTUSEDPLEASEDELETE
on 08 September 2013 - 01:07 AM
in
Forum Discussion
#143820 Codex Of Error Slaying -2
Posted by
NOTUSEDPLEASEDELETE
on 07 September 2013 - 03:05 AM
in
Tutorials
#143818 Computer Wrench
Posted by
NOTUSEDPLEASEDELETE
on 07 September 2013 - 02:49 AM
in
Suggestions
And a wrench turtle that lets you turn them with turtle.turnDevice().
#143229 Computer Craft Coding Tutorial
Posted by
NOTUSEDPLEASEDELETE
on 03 September 2013 - 02:10 AM
in
Tutorials
eg. read("*") for a password field.
#142437 ASCII art -- Paint for Computer Craft
Posted by
NOTUSEDPLEASEDELETE
on 30 August 2013 - 06:01 PM
in
Programs
#142326 Fill Api
Posted by
NOTUSEDPLEASEDELETE
on 30 August 2013 - 04:14 AM
in
APIs and Utilities
#141971 Smart Programmer [0.2.1] | Easily create loopable programs /w build-in Persis...
Posted by
NOTUSEDPLEASEDELETE
on 27 August 2013 - 03:57 PM
in
Turtle Programs
#141968 Fill Api
Posted by
NOTUSEDPLEASEDELETE
on 27 August 2013 - 03:41 PM
in
APIs and Utilities
v1.1 is out now:
- Shrunk code. Thanks to MysticT for the code!
#141966 Fill Api
Posted by
NOTUSEDPLEASEDELETE
on 27 August 2013 - 03:20 PM
in
APIs and Utilities
#141556 Fill Api
Posted by
NOTUSEDPLEASEDELETE
on 24 August 2013 - 06:23 PM
in
APIs and Utilities
The Fill API.
It adds a single function which is fillScreen(colour). It fills your screen with a color.
Features:
- Works with any screen size.
- Automatically alerts you when you have a normal computer.
http://pastebin.com/U3Lb4NQN
Or type into your computer:
pastebin get U3Lb4NQN fillapi
Example code:
http://pastebin.com/5ujDCYNs
Or type into the computer:
pastebin get 5ujDCYNs testCtrl+T to quit for bottom one.
Changelog:
v1.1:
- Shrunk code.
- Add fillLine(color).
#141411 PNGNFP - The ComputerCraft Image Converter
Posted by
NOTUSEDPLEASEDELETE
on 23 August 2013 - 08:17 PM
in
APIs and Utilities
#141410 Codex Of Error Slaying -2
Posted by
NOTUSEDPLEASEDELETE
on 23 August 2013 - 08:14 PM
in
Tutorials
'unfinished string'. It simply means you forgot to add a string bracket (',") for a string.
e.g.
Incorrect:
print("Hello World)
Correct:print("Hello World")
#141404 Pull Key Events And Run Shell Concurrently
Posted by
NOTUSEDPLEASEDELETE
on 23 August 2013 - 06:36 PM
in
Ask a Pro
#140277 CraftOS+ 6.1 | A Simple Client/Server Networking OS | New GUI
Posted by
NOTUSEDPLEASEDELETE
on 16 August 2013 - 05:51 PM
in
Operating Systems
#140273 Simple Chat Program
Posted by
NOTUSEDPLEASEDELETE
on 16 August 2013 - 05:29 PM
in
Programs
DSlink2010, on 13 October 2012 - 12:14 AM, said:
brett122798, on 08 October 2012 - 09:59 PM, said:
while true do parallel.waitForAny(receiver, input) end
while true do parallel.waitForAny(rednet.broadcast(user, ":", mess), print(rednet.receive)) end
#140260 Touchscreen Monitor PIN Keypad!
Posted by
NOTUSEDPLEASEDELETE
on 16 August 2013 - 04:07 PM
in
Programs
'E - Edit config' and make this code if E is pressed:
m.clear()
m.setCursorPos(1,1)
shell.run("edit pin/data")
Because shell.run(<program>, [arguments]) runs that program.<> = required
[] = optional
The new wired modems don't work with this program.
#140259 Touchscreen Monitor PIN Keypad!
Posted by
NOTUSEDPLEASEDELETE
on 16 August 2013 - 03:58 PM
in
Programs
#139825 [mc 1.6.x+cc1.57][mc 1.5.2+cc 1.53] Redio - A Redstone Input/output Periphera...
Posted by
NOTUSEDPLEASEDELETE
on 13 August 2013 - 04:42 PM
in
Peripherals and Turtle Upgrades
#138967 AquaOS [1.51] FIXED
Posted by
NOTUSEDPLEASEDELETE
on 09 August 2013 - 03:08 AM
in
Operating Systems
Lyqyd, on 17 July 2013 - 12:23 AM, said:
Also, I would advise everyone to not use this software. It is a very bad idea to use your account password anywhere but official launchers.
I agree. I think they should use a separate login that is stored locally.
#138892 Monitor Program Doesn't Work With Wired Modems.
Posted by
NOTUSEDPLEASEDELETE
on 08 August 2013 - 03:12 PM
in
Bugs
#138807 Monitor Program Doesn't Work With Wired Modems.
Posted by
NOTUSEDPLEASEDELETE
on 08 August 2013 - 02:47 AM
in
Bugs
No monitor on bottom side
It really annoys me because at the front of my Minecraft ship, there is an advanced monitor connected to an advanced computer with wired modems. And now I cannot control the monitor.
- ComputerCraft | Programmable Computers for Minecraft
- → NOTUSEDPLEASEDELETE's Content


