TheRockettek, on 10 August 2017 - 05:58 PM, said:
Noone said you had to store it all in a file :^)
There have been 6 items by Justy (Search limited from 10-February 22)
Posted by
Justy
on 01 May 2017 - 03:26 AM
in
General
Boom, on 22 April 2017 - 12:07 PM, said:
Posted by
Justy
on 30 April 2017 - 08:59 PM
in
Programs
SquidDev, on 30 April 2017 - 08:15 PM, said:
local timeout = os.startTimer(10)
while true do
local ev, id = os.pullEvent()
if ev == "socket_connected" and id == ws.id() then
break
elseif ev == "timer" and id == timeout then
printError("Timed out")
return
end
end
Note, I haven't actually tested that.
Posted by
Justy
on 30 April 2017 - 08:10 PM
in
Programs
wget https://raw.githubusercontent.com/justync7/rednoot/master/client.lua rednoot
rednoot
rednoot [endpoint (ws://rednoot.krist.club)] [mountPoint (front)]
Posted by
Justy
on 13 December 2016 - 01:22 AM
in
APIs and Utilities
