Jump to content


Gumball's Content

There have been 44 items by Gumball (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#267613 CraftOS 2.0 - Dan's Secret Project

Posted by Gumball on 16 June 2017 - 01:56 AM in General

I'm asking about CraftOS 2.0, not CC.



#267592 CraftOS 2.0 - Dan's Secret Project

Posted by Gumball on 15 June 2017 - 06:30 AM in General

It's been awhile. No updates? Anyone have any clarity on this? Thanks.



#267197 How to make a wireless lua prompt

Posted by Gumball on 23 May 2017 - 04:19 AM in Tutorials

Also, this isn't exactly a tutorial, in my opinion. Copy and pasting isn't really a tutorial, rather than just sharing your code. It'd be better if you explained this line by line, and explaining different modifications or things that can be added to each line.



#266604 Please Delete.

Posted by Gumball on 23 April 2017 - 11:53 PM in Servers

View PostActiquack322, on 23 April 2017 - 08:56 PM, said:

IGN: Actiquack
Been programming for about 7 years. Coding in Lua on and off for about 3-4 years.

YOU AGAIN
:o

(i was bluebird173)

Also, I'm not whitelisted on the creative server :(



#266598 Please Delete.

Posted by Gumball on 23 April 2017 - 07:32 PM in Servers

So sorry for not joining sooner! I completely forgot :(



#266596 BrineCrypt (File encryption software)

Posted by Gumball on 23 April 2017 - 06:41 PM in APIs and Utilities

Why would you make the password have a limit of 4 characters?

Line 8.



#266595 How do I make the "break" command go back to my desktop?

Posted by Gumball on 23 April 2017 - 06:32 PM in Ask a Pro

View PostMarcoPolo0306, on 23 April 2017 - 12:52 PM, said:

View PostBomb Bloke, on 23 April 2017 - 12:44 AM, said:

"break" from where?

Break from a program.

Break doesn't run anything, it pre-maturely cancels a while, for, or repeat loop. Unless you nested the entire operation inside of the desktop, you can't just "break" out into it. You have to run the desktop program again.



#266452 Please Delete.

Posted by Gumball on 18 April 2017 - 09:56 PM in Servers

IGN: Gumballll

Programming: Around 5 years.



#265584 ComputerCraft Discord Server

Posted by Gumball on 15 March 2017 - 10:59 PM in General

Title explains it. Hoping for a response from a moderator



#263160 Looking for people for an HTTP based CC chat system

Posted by Gumball on 29 December 2016 - 03:24 AM in General

View PostCrazedProgrammer, on 28 December 2016 - 11:56 AM, said:

You could just make an IRC client lol

Accepted!



#263121 Looking for people for an HTTP based CC chat system

Posted by Gumball on 28 December 2016 - 06:50 AM in General

You need to have basic experience in MySQL, PHP, JavaScript, CC is optional, but having experience with it will be preferred over not.

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.



#262990 What's the resolution (in pixels) for each CC Pixel?

Posted by Gumball on 24 December 2016 - 08:40 AM in Ask a Pro

I'm attempting to build a JavaScript emulator for CC, and I need to know the actual resolution of each pixel.



#262988 howl.ci - Build automation for ComputerCraft

Posted by Gumball on 24 December 2016 - 08:35 AM in General

You should edit the color scheme for the emulator. The color API docs have hexadecimal formats for each individual color, shouldn't be difficult to change at all.



#262987 Combing three simple programs into one

Posted by Gumball on 24 December 2016 - 08:29 AM in Ask a Pro

Use elseif statements.

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.



#262939 Post Your Internet Speed!

Posted by Gumball on 22 December 2016 - 03:54 AM in General

Posted Image

heh



#262933 tMap | Mapping system for turtles

Posted by Gumball on 22 December 2016 - 01:11 AM in Turtle Programs

You can see the turtle on-screen, and it tracks if there is a block in front of it. This can then create large map structures so that you can use the turtle even when not totally looking at it.
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

BlueBird



#262833 Acora Server 2.1 [MC: 1.8.9][CC: 1.78]

Posted by Gumball on 19 December 2016 - 01:52 AM in Servers

Discord link is down.



#262820 Creating a Lua preprocessor. Need idea for names.

Posted by Gumball on 18 December 2016 - 09:22 PM in General

Puma? It's kinda like Pre-processor/Lua



#262810 WebSocket implementation

Posted by Gumball on 18 December 2016 - 08:45 AM in Suggestions

I think it would be better without a mod, also I'm not very confident that I'd be able to implement that.



#262806 WebSocket implementation

Posted by Gumball on 18 December 2016 - 06:59 AM in Suggestions

This would make real-time internet communication possible with CC.
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

Basically you post the name of a topic, then person 2 has to say something more negative about it, but in good fun so don't say something like "retarded because a lot of people don't like it.", then in the same post say the name of another subject.

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



#256795 ComputerCraft College

Posted by Gumball on 24 July 2016 - 09:15 PM in Servers

Sorry guys. I've lost interest in CC. It has no real world applications except for the skill of learning Lua, which is kinda useless unless you're a game dev. I probably won't be active on the forums again. Sorry :(



#255654 Guess Who's Below

Posted by Gumball on 06 July 2016 - 08:02 PM in Forum Games

Nope.

Oeed?



#255653 ComputerCraft College

Posted by Gumball on 06 July 2016 - 08:00 PM in Servers

View Postry00000, on 01 July 2016 - 01:27 PM, said:

Why am I getting so many "You don't have permission to do that!" errors? I mean I can't even use ClearLag! I can /kick and /ban but that's about it. I can do /gamemode but again, that's about it!

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.