- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
-
Content Count
45 -
Joined
-
Last visited
-
Days Won
1
Cat last won the day on November 14 2014
Cat had the most liked content!
About Cat
-
Rank
Junior Member
- Birthday 02/06/1998
Profile Information
-
Gender
Male
-
Location
Your Skype
-
Interests
:3
Contact Methods
-
Skype
live:pyuu_3
-
Minecraft
mk352
Recent Profile Visitors
5711 profile views
-
Gogo utilities. Fairly simplistic.
-
Shouldn't be slow at all honestly unless there was an issue with CPU usage and OC. It should be almost instantaneous; after all NP++ and VS can do it. On Key Press update string and result=searchSuggestions(string) end On Draw Event do setColor(255,255,255) write(string) if result ~= "" then setColor(80,80,255) write(result) setColor(255,255,255) end I am here to have discussion, I have my own project too (it's in C#). I'm also here to give suggestions. If you feel like trying to implement, feel free.
-
Sounds good. (wonder if this post belongs elsewhere due to no code...) Here is one of my suggestions, how about a fill-in suggestion thing as you type? Like: I'm typing in - os.e and the suggestion would be os.execute and if I press ENTER it would make the input os.execute. (A general idea on display: os.execute)
-
Nice! I'll take a look at the Pure Lua server and also take a look at cross-server communications because That is just simply Fun! Might have to make a multiplayer game for OC now... hm.
-
Is there an IRC based program for OC in its standard API? I'm a total noob to IRC.
-
More programs on the forum = Better though :c AfterLifeLochie hates my guts, but helped me out with deleting my entirety of accounts on the ComputerCraft.info website when I needed it deleted. He is fairly nice, hosted Epic's CCNet for free too. He just... gets upset really easily.
-
Simple program debug, looks correct but won't run
Cat replied to redstorm64's question in Programming
You caught that? Whelp, I'm not good at debugging without my loyal NP++ -
That's the only thing I know that can do that in CC anyways. I don't know much about the OC networking API.
-
Simple program debug, looks correct but won't run
Cat replied to redstorm64's question in Programming
Only *possible* problem in the program I see is "local mode" on Line 30. Maybe try local mode = "" or something similar. I've read through this code 6 times and can't find anything else *Possibly* wrong. I don't really understand the local mode part of the code in a sense of debugging, but that looks like the only thing I don't understand. Try it and tell me the results, thanks. -
Could just make a small edit to your topic or to your program.
-
Ok, that's a bit useful. I might test this API out later by creating an experimental Beatmania game.
-
Still not really explained from my end. Oh well. "Configuration and programming", meaning, changing the pitch and also setting up music and stuff like that, yes?
-
Disclaimer: I read this thread. Can you please tell me what this does? Giving "support to programs" is rather vague.