- ComputerCraft | Programmable Computers for Minecraft
- → AnthonyD98™'s Content
AnthonyD98™'s Content
There have been 224 items by AnthonyD98™ (Search limited from 10-February 22)
#124238 Post your desktop!
Posted by
AnthonyD98™
on 07 June 2013 - 12:52 AM
in
General
#123454 My Website
Posted by
AnthonyD98™
on 04 June 2013 - 01:50 AM
in
Media
#121656 [CLOSED] Advlock [CLOSED]
Posted by
AnthonyD98™
on 29 May 2013 - 02:19 AM
in
Programs
#120820 CodeWars Reloaded - Round 2
Posted by
AnthonyD98™
on 26 May 2013 - 02:09 AM
in
General
#120800 CodeWars Reloaded - Round 2
Posted by
AnthonyD98™
on 26 May 2013 - 12:10 AM
in
General
I better get coding then.
#120579 CodeWars Reloaded - Round 2
Posted by
AnthonyD98™
on 25 May 2013 - 02:43 AM
in
General
#120573 Word chain
Posted by
AnthonyD98™
on 25 May 2013 - 01:49 AM
in
Forum Games
#120297 Login GUI
Posted by
AnthonyD98™
on 23 May 2013 - 11:24 PM
in
Programs
Oops!
Tip: If you don't want people to modify your work and say its their own work then you should get a license.
http://creativecommons.org/choose/
#113992 [An ending to something better]EnderOS v4.0
Posted by
AnthonyD98™
on 30 April 2013 - 08:01 PM
in
Operating Systems
Although, it would have been slighty different.
Good Job!
Also I suggest for you to add a way to make a directory in the file manager.
#95461 [Project Idea]Matrix Code/Digital Rain
Posted by
AnthonyD98™
on 10 March 2013 - 11:01 AM
in
General
#95459 [Windows 7 / 8] How To Install EnderOS To A Disk
Posted by
AnthonyD98™
on 10 March 2013 - 10:59 AM
in
Tutorials
#95458 [Project Idea]Matrix Code/Digital Rain
Posted by
AnthonyD98™
on 10 March 2013 - 10:54 AM
in
General
#95020 [Project Idea]Matrix Code/Digital Rain
Posted by
AnthonyD98™
on 09 March 2013 - 01:20 PM
in
General
term.clear() term.setCursorPos(1,1) while true do term.setTextColor(32) print (math.random(1000000,9999999), " ", math.random(1000000,9999999), " ", math.random(1000000,9999999), " ", math.random(1000000,9999999), " ", math.random(1000000,9999999), " ", math.random(1000000,9999999)) sleep(0.2) end
Something a bit like this?
#94934 Fallout Terminal
Posted by
AnthonyD98™
on 09 March 2013 - 11:42 AM
in
Programs
#94426 [Coming Soon] [IK, Another One!] ShnupOS (really just a test to see if I...
Posted by
AnthonyD98™
on 08 March 2013 - 10:06 AM
in
Operating Systems
#93685 SelectOS v.1.4.4 Alpha [ Colours ] [ Programs ]
Posted by
AnthonyD98™
on 05 March 2013 - 04:31 PM
in
Operating Systems
I've got nothing else to do. xD
If you think I should then I would gladly like to hear any suggestions | Ideas that you can come up with.
Thanks.
#93406 which programming language's syntax do you like the best?
Posted by
AnthonyD98™
on 04 March 2013 - 08:13 PM
in
General
#92947 Applications/Advice Needed - Object Oriented Window Based Multitasking OS
Posted by
AnthonyD98™
on 03 March 2013 - 02:53 PM
in
Operating Systems
#92639 Googol - More Than Just a Search Engine
Posted by
AnthonyD98™
on 02 March 2013 - 10:48 AM
in
Programs
#92184 Program Suggestions
Posted by
AnthonyD98™
on 28 February 2013 - 09:28 PM
in
General
#92181 Program Suggestions
Posted by
AnthonyD98™
on 28 February 2013 - 09:16 PM
in
General
#92173 Program Suggestions
Posted by
AnthonyD98™
on 28 February 2013 - 08:10 PM
in
General
#92167 Program Suggestions
Posted by
AnthonyD98™
on 28 February 2013 - 07:18 PM
in
General
rednet.open("right")
local selfID = os.getComputerID()
local yCount = 1
local function get()
local senderID, message, distance = rednet.receive()
if senderID == selfID then
else
term.setCursorPos(1,yCount)
print(message)
yCount = yCount + 1
term.setCursorPos(1,19)
write("Message: ")
end
end
local function send()
local msg = read()
term.setCursorPos(1,18)
term.clearLine()
term.setCursorPos(1,19)
write("Message: ")
rednet.broadcast("<"..user.."> "..msg)
end
local function cls()
term.clear()
term.setCursorPos(1,1)
end
cls()
write("Username: ")
user = read()
cls()
term.setCursorPos(1,19)
write("Message: ")
while true do
parallel.waitForAny(get,send)
end
#92165 Program Suggestions
Posted by
AnthonyD98™
on 28 February 2013 - 07:13 PM
in
General
#92145 Program Suggestions
Posted by
AnthonyD98™
on 28 February 2013 - 04:27 PM
in
General
oeed, on 28 February 2013 - 03:39 PM, said:
urielsalis, on 28 February 2013 - 11:20 AM, said:
I'm doing that right now and I can confirm that it works, I should be releasing it soon.
The actual OS is finished, I'm just adding basic applications. The OS can support multiple applications running at the same time and is Object Oriented.
It's based on Mac OS, here's a screen shot:

That looks really good, Maybe I could try doing something like this.
- ComputerCraft | Programmable Computers for Minecraft
- → AnthonyD98™'s Content



