Jump to content


Nemisis's Content

There have been 9 items by Nemisis (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#199876 Useless Inventions

Posted by Nemisis on 03 December 2014 - 05:21 PM in Forum Games

View PostDog, on 30 November 2014 - 08:00 PM, said:


A flashdark (opposite of a flashlight/torch)

Would the opposite of a flashlight be a "Steadydark"? Just asking, it's your invention and you get to name it.



#199646 Useless Inventions

Posted by Nemisis on 30 November 2014 - 12:57 AM in Forum Games

Gift shop at The Restaurant at the End of the Universe.

Portable (wrist-mounted) In Door/Out Door Detector*. (with audio alert and usb)

*Disclaimer- Does not detect whether you are indoors or outdoors.
That would be insanely complicated.
This just detects whether or not a given door is and inny or an outty.



#199477 Credential Mismatch/Unexpected If-Statement Behaviour.

Posted by Nemisis on 27 November 2014 - 04:14 PM in Ask a Pro

Just looked into Sublime 3.
It is exactly what I am looking for.

Good luck on your gremlin hunt.

Thanks



#199411 Credential Mismatch/Unexpected If-Statement Behaviour.

Posted by Nemisis on 26 November 2014 - 07:07 PM in Ask a Pro

I wish I could be more sure about this.

I am just starting out with Lua but have experience in old school basic programming. (8-bit from back in the day)
So bear with me if I am not following this block properly.

Line 321 sets a false ID as default while
line 327 also sets a false ID after a successful transmission.
Should line 327 be made to set the ID to true.

Keep in mind, I know little about Lua and am just trying to help.
Also what Lua editor do you use? I am using notepad++ and would like something better any suggestions?


(From your code)

321					  local access = false
...
...
...
...
326					 print("Transmission Successful.")
327					 access = false
...
...

(Should it be?)
326					 print("Transmission Successful.")
327					 access = true



#199375 Simple "GOTO" program

Posted by Nemisis on 26 November 2014 - 10:51 AM in Turtle Programs

View Postmacss_, on 10 July 2014 - 11:37 PM, said:


Must have been something with my browser at the time.

I will be studying this as I need a homing routine for a fuel bot and a relay bot.



#199374 Help needed

Posted by Nemisis on 26 November 2014 - 10:44 AM in Ask a Pro

Thanx, that helps explain which exit strategy to use.



#198939 Help needed

Posted by Nemisis on 21 November 2014 - 02:16 PM in Ask a Pro

Just curious. (as a decent answer was given already)
Would something like " If condition exists then exit " work.

I am new to both CC and LUA so am interested in this as part of an error handler routine.



#198938 CCEmuRedux - ComputerCraft Emulator Redux

Posted by Nemisis on 21 November 2014 - 02:09 PM in General

Nice program, works well for me.

Some feature requests:(probably in the works but not mentioned)

IMPORT of existing CC files. I have figured out a work around but native in program would be nice.
Export of CCEMU files. Worked this out too, again native makes it easier.

TurtleCraft sim. With a pop up window that gives a wireframe 3d view of what the turtle is doing.
(If you have a few spare minutes.)

Updated 26Nov: Found out that you can stay in game, tab out and use the emu and then save and in game program is updated.
Sweet. Still would like turtle sim.

Question:


Is it possible to have more than one instance running, that when modems are added would allow for crosstalk between the instances? (Creating a virtual CC net)

I know nothing of java other than it is a drink. So I do not know if that is even possible.



#184121 Simple "GOTO" program

Posted by Nemisis on 16 June 2014 - 11:14 AM in Turtle Programs

View Postmacss_, on 23 May 2014 - 03:32 PM, said:

Pastebin : HS3Vv8z8

If you find any errors please let me know!


No code at pastebin.