Jump to content


zabouth's Content

There have been 6 items by zabouth (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#125654 Simple Touchscreen Code lock

Posted by zabouth on 12 June 2013 - 10:08 AM in Programs

View PostJPAchilles, on 31 May 2013 - 03:39 AM, said:

i keep getting this error
lock:28: attempt to index ? (a nil value)

Did you place a single advanced monitor on top of an advanced computer?



#121168 Simple Touchscreen Code lock

Posted by zabouth on 27 May 2013 - 08:22 AM in Programs

View PostBlankTitle, on 27 May 2013 - 08:17 AM, said:

Very cool man, nice code. May implement this in my LP
Nice send me a link to the video if you do



#121144 Simple Touchscreen Code lock

Posted by zabouth on 27 May 2013 - 05:51 AM in Programs

This is a very simple touchscreen code lock I thought together last night. It uses a single monitor advanced monitor to display a 10 digit numerical pad. I plan to move to a server/client setup with the server keeping an audit log and centralised passwords.

Video
Spoiler

Code:

Edit:

Fixed code to stop crash when black section of screen was clicked



#121141 favorite operating system (non computercraft)

Posted by zabouth on 27 May 2013 - 05:36 AM in General

It depends on the situation. For workstations it has to be windows 7 but for servers I use Debian for critical servers and Ubuntu LTS server for non critical servers.



#121140 How many programming languages do you know?

Posted by zabouth on 27 May 2013 - 05:33 AM in General

Programming:

Ruby
Lua
PHP
Java
Processing
JS (jQuery)

None Programming:
HTML
CCS
SQL
XML (XQuery)



#121139 [Old Topic] My First Program

Posted by zabouth on 27 May 2013 - 05:28 AM in Programs

It would be a good idea to add a password to reset os.pullEvent so you can access the system using CTRL-T if you need to. Something like this


Disable CTRL-T

local pullEvent = os.pullEvent
os.pullEvent = os.pullEventRaw



Re-enable CTRL-T


os.pullEvent = pullEvent