Jump to content


NOTUSEDPLEASEDELETE's Content

There have been 58 items by NOTUSEDPLEASEDELETE (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#162901 When I search for "json" I get an error.

Posted by NOTUSEDPLEASEDELETE on 31 January 2014 - 07:26 PM in Forum Discussion

Whenever I search for "json" it shows a error.
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



#162881 "pastebin" erroring

Posted by NOTUSEDPLEASEDELETE on 31 January 2014 - 05:40 PM in Ask a Pro

Works now! Thanks for trying to help. Could this please be locked?



#161466 "pastebin" erroring

Posted by NOTUSEDPLEASEDELETE on 22 January 2014 - 12:49 AM in Ask a Pro

The program "pastebin" errors with:

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

Idea:

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

Sometimes, people have over 3 posts and can create topics, but it says they are New Members.



#143820 Codex Of Error Slaying -2

Posted by NOTUSEDPLEASEDELETE on 07 September 2013 - 03:05 AM in Tutorials

View PostZudoHackz, on 24 August 2013 - 02:22 AM, said:

View PostFlick, on 23 August 2013 - 08:14 PM, said:

Another error:
'unfinished string'. It simply means you forgot to add a string bracket (',") for a string.
e.g.
Incorrect:
print("Hello World)
Correct:
redstone.setOutput("bottom", true)

Why did you use a different example?

Fixed.



#143818 Computer Wrench

Posted by NOTUSEDPLEASEDELETE on 07 September 2013 - 02:49 AM in Suggestions

My idea is to have a wrench that you can turn computers and monitors with.
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

Might want to add masking read().
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

Seems cool. I also wanted to tell you that 1000 posts = custom title.



#142326 Fill Api

Posted by NOTUSEDPLEASEDELETE on 30 August 2013 - 04:14 AM in APIs and Utilities

View PostKingdaro, on 27 August 2013 - 03:52 PM, said:

Would be at least somewhat useful if you could fill in a specific area of the screen, rather then being limited to just the entire screen.
Will add fillRow(row, color) and fillColumn(column, color) soon!



#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

Use peripheral.getMethods(side) for peripheral interaction. It returns a table with all methods allowed.



#141968 Fill Api

Posted by NOTUSEDPLEASEDELETE on 27 August 2013 - 03:41 PM in APIs and Utilities

Had to get a new code. Promise it won't happen again!

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

View PostMysticT, on 24 August 2013 - 06:49 PM, said:

Easier way:
local function fillScreen(color)
  term.setBackgroundColor(color)
  term.clear()
end

Thanks! Will be in next release!



#141556 Fill Api

Posted by NOTUSEDPLEASEDELETE on 24 August 2013 - 06:23 PM in APIs and Utilities

Here's a new API I nmade:
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.
Download:
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 test
Ctrl+T to quit for bottom one.

Changelog:
v1.1:
  • Shrunk code.
To-do:
  • Add fillLine(color).



#141411 PNGNFP - The ComputerCraft Image Converter

Posted by NOTUSEDPLEASEDELETE on 23 August 2013 - 08:17 PM in APIs and Utilities

You might want to add export to CCPNG.



#141410 Codex Of Error Slaying -2

Posted by NOTUSEDPLEASEDELETE on 23 August 2013 - 08:14 PM in Tutorials

Another error:
'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

Which means parallel.waitForAll is needed.



#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

Just wanted to say that your Pastebin links are set to Unlisted.



#140273 Simple Chat Program

Posted by NOTUSEDPLEASEDELETE on 16 August 2013 - 05:29 PM in Programs

View PostDSlink2010, on 13 October 2012 - 12:14 AM, said:

View Postbrett122798, on 08 October 2012 - 09:59 PM, said:

Very nice, that's the very basic chat program, then you make things more advanced! By the enthusiasm of this, you're probably new to lua, so read up on stuff if you want to make awesome things. For a chat program, if you don't already know, this code is useful beyond belief:

while true do
parallel.waitForAny(receiver, input)
end
Dude.I do much more advanced stuff, in C#, its harder.
The parallel API lets you do 2 things at once like sending a message and receiving one. Here's some code for a chat client:
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

And also, this is how to make editing easier:
Spoiler
Edit: I found a bug:
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

View Postlogwet, on 13 July 2013 - 02:00 AM, said:

what does the "COR" button on the monitor do?
Can't remember, but I can remember the colors of the bottom buttons:
Orange: Backspace
Red: Clear
Green: Confirm



#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

I will be downloading!



#138967 AquaOS [1.51] FIXED

Posted by NOTUSEDPLEASEDELETE on 09 August 2013 - 03:08 AM in Operating Systems

View PostLyqyd, on 17 July 2013 - 12:23 AM, said:

The poll is rather useless, by the way. "Should I do x or should I do y?" "Yes/No".

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

Thanks!



#138807 Monitor Program Doesn't Work With Wired Modems.

Posted by NOTUSEDPLEASEDELETE on 08 August 2013 - 02:47 AM in Bugs

If I connect a cable to a monitor and type 'monitor bottom hello' when I have a monitor attached to the bottom of my computer with wired modems it comes up with this:

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.