- ComputerCraft | Programmable Computers for Minecraft
- → Gumball's Content
Gumball's Content
There have been 44 items by Gumball (Search limited from 10-February 22)
#267197 How to make a wireless lua prompt
Posted by
Gumball
on 23 May 2017 - 04:19 AM
in
Tutorials
#266596 BrineCrypt (File encryption software)
Posted by
Gumball
on 23 April 2017 - 06:41 PM
in
APIs and Utilities
Line 8.
#266595 How do I make the "break" command go back to my desktop?
#263121 Looking for people for an HTTP based CC chat system
Posted by
Gumball
on 28 December 2016 - 06:50 AM
in
General
If you want to apply then reply an application telling your experience in each of the subjects.
I'll PM you a message to a private Discord.
Sharing the link will cause the link to reset and for you to be banned.
We will be using HTTP polling for the chat application, timed by a heartbeat of x seconds.
The end result should be a system with friends, and public/private chat rooms.
Due to lack of interest then then this project won't be continued.
#262987 Combing three simple programs into one
Posted by
Gumball
on 24 December 2016 - 08:29 AM
in
Ask a Pro
Example:
a = math.random(1,2)
if(a == 1) then
print("1")
elseif(a == 2) then
print("2")
end
Also, when you set the value of a signal, make a variable the same, so that you can easily track if one is on or off, then set its state correspondingly.
#262933 tMap | Mapping system for turtles
Posted by
Gumball
on 22 December 2016 - 01:11 AM
in
Turtle Programs
The tool also broadcasts the entire map structure through rednet whenever it updates.
Press S to save the map to a file, and to load it then run the program, with the argument being the path to the file.
Arrow keys to move, Shift to go up, CTRL to go down.
If you have any suggestions, then please tell me.
Main program: pastebin get eB6ms7KZ
Wireless viewer: pastebin get 3XXaCvBe
#262932 Wiki Edit Privileges
Posted by
Gumball
on 22 December 2016 - 01:05 AM
in
Wiki Discussion
#262810 WebSocket implementation
Posted by
Gumball
on 18 December 2016 - 08:45 AM
in
Suggestions
#262806 WebSocket implementation
Posted by
Gumball
on 18 December 2016 - 06:59 AM
in
Suggestions
There's already an open-source library for WebSockets in Java, so it wouldn't be amazingly difficult.
This would make CC more fun and practical to use. What I think it should look like:
ws = os.loadAPI("websockets")
socket = ws.connect("ws://PlaceThatProvidesAWebSocket")
emittedEvent,data = os.pullEvent("wsreceive")
socket.emit("eventName",{packet1 = "noice"})
This was suggested a couple years ago and didn't get much attention.
"data" would either be an array or string. You'd need to decode arrays that are sent first, but that shouldn't be difficult.
#260899 Dumb 'n dumr
Posted by
Gumball
on 22 October 2016 - 01:37 AM
in
Forum Games
For example,
Person 1: Gaming
Person 2: "Planet Salty". Media
Person 3: "Brainwash"
Although, I think Reddit may be more of an appropriate place for this... meh
#255654 Guess Who's Below
Posted by
Gumball
on 06 July 2016 - 08:02 PM
in
Forum Games
Oeed?
#255653 ComputerCraft College
Posted by
Gumball
on 06 July 2016 - 08:00 PM
in
Servers
ry00000, on 01 July 2016 - 01:27 PM, said:
I can't even use WorldEdit, if someone griefs or if you wanna build something big in less time than usual, I can't do that.
Can I apply for Builder after I've applied for admin?
Disregard. Has been fixed.
- ComputerCraft | Programmable Computers for Minecraft
- → Gumball's Content



