- ComputerCraft | Programmable Computers for Minecraft
- → inventor2514's Content
inventor2514's Content
There have been 28 items by inventor2514 (Search limited from 10-February 22)
#135686 Post Your Internet Speed!
Posted by
inventor2514
on 24 July 2013 - 06:43 PM
in
General
#66355 GUI File Browser
Posted by
inventor2514
on 30 December 2012 - 04:03 PM
in
Programs
#66068 GUI File Browser
Posted by
inventor2514
on 30 December 2012 - 04:29 AM
in
Programs
#54742 [CC: 1.48] CCLan 1.2, lan cables!
Posted by
inventor2514
on 27 November 2012 - 01:40 PM
in
Peripherals and Turtle Upgrades
The peripheral provides one method that can be called using the peripheral API.
send(id, text)
Sends a string to another computer. 'id' is the target computer's id or -1 to broadcast to all connected computers. 'text' is the string that will be sent.
Events
The peripheral provides one event. Events are usually handled using os.pullEvent().
cable_message id text side
cable_message is queued whenever the computer receives a message. 'id' is the sending computer's id. 'text' is the string that was received. 'side' is a number indicating the peripheral that received the message; these numbers translate as follows: 0 = top, 1 = bottom, 2 = front, 3 = back, 4 = left, 5 = right.
#53055 another OS (has video!) [CONTAINS INTERWEBS!][has themes][infinite us...
Posted by
inventor2514
on 24 November 2012 - 05:14 AM
in
Programs
local function useColor() if term.isColor then if term.isColor() then return true end end return false end if useColor() then -- use color else -- don't use color end
Works with old versions and non-advanced computers.
#47358 [1.46] Spamming children?
Posted by
inventor2514
on 05 November 2012 - 11:27 AM
in
Bugs
#45440 [OS] SphinxOS [Beta]
Posted by
inventor2514
on 29 October 2012 - 01:40 AM
in
Operating Systems
#45434 LyqydOS Beta/Development
Posted by
inventor2514
on 29 October 2012 - 01:20 AM
in
Operating Systems
#45304 GUI File Browser
Posted by
inventor2514
on 28 October 2012 - 04:17 PM
in
Programs
#41059 GUI File Browser
Posted by
inventor2514
on 16 October 2012 - 11:08 PM
in
Programs
#39628 GUI File Browser
Posted by
inventor2514
on 13 October 2012 - 02:29 AM
in
Programs
#35802 [Lua][Question] arrays over rednet
Posted by
inventor2514
on 30 September 2012 - 03:19 PM
in
Ask a Pro
#35785 GUI File Browser
Posted by
inventor2514
on 30 September 2012 - 02:50 PM
in
Programs
#27605 [lua]HELP ASAP-EMERGENCY :P
Posted by
inventor2514
on 24 August 2012 - 09:34 PM
in
Ask a Pro
#27495 GUI File Browser
Posted by
inventor2514
on 20 August 2012 - 04:24 PM
in
Programs
Laserman34170, on 20 August 2012 - 01:53 PM, said:
-- Draws an icon at the specified position local function drawIcon(x, y, tIcon, sName) local tIcon = tIcon for i, s in ipairs(tIcon) do output(x, y+i-1, s) end if sName then output(x, y+#tIcon, string.sub(sName, 1, 8)) end end -- Draws icons to represent file data local function drawIcons() local pos = 1 + maxCol*(row-1) local limit = pos-1+maxCol*maxRow if #tData < limit then limit = #tData end local icon = 1 for i = pos, limit do local x, y, sName = tOrigins[icon][1], tOrigins[icon][2], tData[i][1] if tData[i][2] then drawIcon(x, y, tDirIcon, sName) else drawIcon(x, y, tFileIcon, sName) -- replace this with your code end icon = icon + 1 end end
#26949 What is dan200 working on ?
Posted by
inventor2514
on 17 August 2012 - 05:37 PM
in
General
EDIT: Also, does anyone else see the second slot on the disk drive texture?
#26943 GUI File Browser
Posted by
inventor2514
on 17 August 2012 - 05:18 PM
in
Programs
Laserman34170, on 17 August 2012 - 04:38 PM, said:
craniumkid22, on 17 August 2012 - 04:44 PM, said:
#26924 Virus
Posted by
inventor2514
on 17 August 2012 - 04:02 PM
in
Programs
Relevant Link:
http://en.wikipedia.org/wiki/Malware
#26790 Virus
Posted by
inventor2514
on 17 August 2012 - 12:47 AM
in
Programs
#26455 Is it possible to open a "shell" on another computer via RedNet?
Posted by
inventor2514
on 16 August 2012 - 04:02 AM
in
Programs
marumaru, on 16 August 2012 - 03:24 AM, said:
No, the key goal of remote administration tools is to allow legitimate users of a computer to control it without direct access. They shouldn't be used for malicious purposes. More on topic, a client-server system with a term redirect is good way to go. I'd also recommend an authentication system on the server if you're playing SMP.
#26453 [Error] Login Server Errors
Posted by
inventor2514
on 16 August 2012 - 03:50 AM
in
Ask a Pro
users = { "blackplage", "SwatChan", "Guest" }
passwords = { "blackplage", "SwatChan", "Guest" }
#26437 [Error] Login Server Errors
Posted by
inventor2514
on 16 August 2012 - 02:12 AM
in
Ask a Pro
#26435 [1.4/1.5] Pixel Manipulation
Posted by
inventor2514
on 16 August 2012 - 01:38 AM
in
Suggestions
#25697 GUI File Browser
Posted by
inventor2514
on 13 August 2012 - 12:44 PM
in
Programs
#24102 BankOS
Posted by
inventor2514
on 06 August 2012 - 07:23 PM
in
Operating Systems
IGN: inventor2514
Age: 17
Email: [email protected]
Applying for: UI Designer
Experience: GUI File Browser
Other: Skype name is also inventor2514
- ComputerCraft | Programmable Computers for Minecraft
- → inventor2514's Content


