Jump to content


remiX's Content

There have been 469 items by remiX (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#103558 Corrupt-A-Wish!

Posted by remiX on 30 March 2013 - 06:48 AM in Forum Games

Granted, but you know no one.

I wish it rained everyday



#106104 Corrupt-A-Wish!

Posted by remiX on 04 April 2013 - 03:15 PM in Forum Games

Granted, but you cannot play/use anything that has to do with them.

I wish it was not 4AM now :[



#106106 Corrupt-A-Wish!

Posted by remiX on 04 April 2013 - 03:18 PM in Forum Games

You posted it at the same time as me so how could it have been 4:01? :D Ah!

Granted, but then you couldn't code well.

I wish the next person to post here isn't SuicidalSTDz

Spoiler



#106140 Corrupt-A-Wish!

Posted by remiX on 04 April 2013 - 05:10 PM in Forum Games

Granted, if you english.

I wish the next person to reply is a moderator



#106792 The ban game

Posted by remiX on 06 April 2013 - 08:35 AM in Forum Games

Security Copy Protocol? xD

Banned for being a negative answer.

Copper and Tellurium



#97717 Idea Exchange

Posted by remiX on 16 March 2013 - 08:52 AM in General

View PostLyqyd, on 12 March 2013 - 05:47 AM, said:

I've noticed a plethora of idea topics lately. People asking for ideas, people posting ideas. I figure we might as well have one central topic to exchange ideas in. If you have an idea for a program that you don't have time/experience/etc. to make yourself, post it. If you need ideas, here's the place to get them. This isn't a program request topic, though. Put an idea out, but don't ask someone to code it for you.

Here are a few to get us started:

A blackjack game
A configurable control program with a user-friendly interface for creating control conditions (such as, when blue on left goes high and red on left is low, set green on right high.)

Looks like you can cross out blackjack



#102679 Idea Exchange

Posted by remiX on 28 March 2013 - 01:09 AM in General

View PostAzhf, on 27 March 2013 - 01:13 PM, said:

Also, can someone make or is there already an html API? That would be awesome :P

html api?
how do you mean?



#102803 Idea Exchange

Posted by remiX on 28 March 2013 - 07:29 AM in General

View PostMysticT, on 28 March 2013 - 06:54 AM, said:

I started to make an html parser, just for fun, but I never finished it... Why can't I finish a project? :P

May I have a glimpse at it or a description of what it does? :P



#100354 Idea Exchange

Posted by remiX on 22 March 2013 - 07:17 PM in General

View Postelfin8er, on 21 March 2013 - 04:36 PM, said:

How about CC-Twitter? I think the name pretty much speaks for itself. I want to be able to view my twitter, and make twitter posts in computercraft. Fairly sure this is possible with this.

Hmmm. Good idea. MysticT did make a twitter something, but it only displayed random tweets from an account. You weren't able to tweet.I'll check out the link you posted and see if it's doable and easy :P



#96911 Firewolf Website Browser 2.5 - Brand New Internals (again)!

Posted by remiX on 14 March 2013 - 03:48 AM in Programs

View Post1lann, on 14 March 2013 - 01:15 AM, said:

View PostremiX, on 13 March 2013 - 06:31 AM, said:

Hows new version with http going? :P
Comming soon! Like really hopefully. I believe 80% of it is working, just some client side bugs D:, also development has slowed down a bit as we work on a new project *hint* *hint*

Though gravityscore still hasn't let me work on it yet D:
I think he's paranoid I will break it :P

80%! So we should be expecting it soon :D Nice!

New project? :o Another one, seriously? Gravity has too many ideas B)



#96604 Firewolf Website Browser 2.5 - Brand New Internals (again)!

Posted by remiX on 13 March 2013 - 06:31 AM in Programs

Hows new version with http going? :P



#102694 TheOriginalBIT's Programs, APIs, and Utilities

Posted by remiX on 28 March 2013 - 02:26 AM in Programs

View PostTheOriginalBIT, on 28 March 2013 - 01:14 AM, said:

  if type(str) ~= "string" then error("Bad argument: String expected, got "..type(str), 2) end
  if type(length) ~= "number" then error("Bad argument: Number expected, got "..type(length), 2) end

View PostTheOriginalBIT, on 26 March 2013 - 06:44 PM, said:

Here is a nice bit of code that I have that replaces this statement
Old long way:
if not someVariable then
  error( 'You did not give me the parameter I wanted', 2)
end
New way:
assert( someVariable, 'You did not give me the parameter I wanted', 2)

Hmm :P

assert( type( str ) == "string", "Bad argument: String expected, got "..type( str ), 2)
assert( type( length ) == "number", "Bad argument: Number expected, got "..type( length ), 2)

I guess you made it as fast as you could :P



#102675 TheOriginalBIT's Programs, APIs, and Utilities

Posted by remiX on 28 March 2013 - 12:41 AM in Programs

View PostTheOriginalBIT, on 27 March 2013 - 11:56 PM, said:

View PostGravityScore, on 27 March 2013 - 10:55 PM, said:

Suggestion for the extended string library:
How would you prefer it deal with strings that are shorter than the length? put ... on the end or just return the string unaltered?

View PostGravityScore, on 28 March 2013 - 12:03 AM, said:

Return unaltered please :P

Or have an extra argument which you can define what is that the end, leave nil to have the string returned unaltered



#101998 TheOriginalBIT's Programs, APIs, and Utilities

Posted by remiX on 26 March 2013 - 06:51 AM in Programs

Wow that's an amazing website :o



#98122 TheOriginalBIT's Programs, APIs, and Utilities

Posted by remiX on 17 March 2013 - 08:46 AM in Programs

View PostTheOriginalBIT, on 17 March 2013 - 02:54 AM, said:

View PostGravityScore, on 13 March 2013 - 02:34 AM, said:

View PostTheOriginalBIT, on 13 March 2013 - 02:28 AM, said:

Good news peeps. NeverCast finally contacted me today!!!!!!!!! CCTube development will start again and hopefully get released next week (fingers crossed!).

:D :D :D :D :D :D

Yay!
He talked to me for like a day and has disappeared again :( damn him!

:unsure: :unsure:

What's he been up to?



#112615 LuaIDE 1.0 - You Might Actually Like Editing In Game

Posted by remiX on 21 April 2013 - 06:08 AM in Programs

Oh so this is one of the secret projects you've been working on.

Well, as always - no disappointment. This is amazing Grav!
I'm speechless xD

Keep up the work :P



#113843 LuaIDE 1.0 - You Might Actually Like Editing In Game

Posted by remiX on 24 April 2013 - 08:25 AM in Programs

View Posttheoriginalbit, on 24 April 2013 - 08:14 AM, said:

View PostBill4788, on 24 April 2013 - 08:11 AM, said:

It would be Awesome if you could Make this into a .EXE
Just use Sublime Text 2 and use the plugin that GravityScore made.

Yeah it made me change to SL2. Notepad++ is so lame now :P



#95991 [Open Source] PearOS (Preview 2) - OS X Inspired OS

Posted by remiX on 11 March 2013 - 06:01 PM in Operating Systems

I would say this is the best OS i've seen here so far, it have a lot xD

I would suggest that you save everything into one folder, right now there's two, system and home - just clatters the users' pc folder.
And don't make the file startup because that's annoying xD

And make an installer!



#96060 [Open Source] PearOS (Preview 2) - OS X Inspired OS

Posted by remiX on 11 March 2013 - 11:04 PM in Operating Systems

View PostTheOriginalBIT, on 11 March 2013 - 06:03 PM, said:

View PostremiX, on 11 March 2013 - 06:01 PM, said:

I would suggest that you save everything into one folder, right now there's two, system and home - just clatters the users' pc folder.
Have you seen the Mac OS X file system?
Woops, forgot that it's meant to be like mac os x.
And no, I haven't seen the file system on mac os :P



#95759 Three Word Story

Posted by remiX on 11 March 2013 - 06:33 AM in Forum Games

View Postamtra5, on 11 March 2013 - 05:07 AM, said:

*off topic*
Can someone make a full compilation?

*off topic*
it will take quite a while lol xD



#106094 CCDesk PR7.1.1 - CC Networked Emulation Environment

Posted by remiX on 04 April 2013 - 02:26 PM in APIs and Utilities

Mouse scrolling.
Didn't actually test my keyboard



#106092 CCDesk PR7.1.1 - CC Networked Emulation Environment

Posted by remiX on 04 April 2013 - 02:16 PM in APIs and Utilities

Bug:
Not sure if this has been reported but while using the edit program, and you want to scroll, up is down and down is up



#98626 Riddles

Posted by remiX on 18 March 2013 - 09:10 AM in Forum Games

View Postredeye83, on 18 March 2013 - 02:06 AM, said:

Your driving a bus, at the first stop 10 people get on.
At the second stop 3 people get off and 5 people get on.
At the 3rd stop five people get on and two people get off.
At the forth stop 1 person gets on and 3 people get off.
Whats the name of the bus driver?

Dafuq?
Sounds like those math questions like this:

Jim has 10 marbles. John gives Jim 3 more marbles.
How many marbles does Bob have?



#98202 Riddles

Posted by remiX on 17 March 2013 - 12:49 PM in Forum Games

View Postikke009, on 16 March 2013 - 10:30 AM, said:

Not directly, that conclusion is brought upon them with the help of another gnome.

View Postikke009, on 16 March 2013 - 10:30 AM, said:

Not directly, that conclusion is brought upon them with the help of another gnome.

What's the answer? xD



#96632 Riddles

Posted by remiX on 13 March 2013 - 08:58 AM in Forum Games

View Postikke009, on 12 March 2013 - 10:56 PM, said:

Before this thread dies very prematurely let me revive this with one of my favorite riddles. The person who can solve this without using the internet for help (it is frowned upon) gets a special place of honour in the OP.

Riddle:
Once upon a time in a fantastic world, there was a giant who hated gnomes. He lived deep underground in a cave and was asleep for most of the time.
Abovegrounds, there lived two gnome clans, the green-hats and the red-hats. Not very surprisingly, one clan always wears green hats and the other always wears red hats....
The way these two clans live together it very strange. They dont have deep affection for the other clan but they don't hate each other either. From time to time, two gnomes from different clans decide to exchange hats and live with the other clan; This is considered normal.

All was well untill the gnomes decided to venture into the giant's cave, greedy for riches and glory. This went horribly wrong however, when the giant woke from his slumber and captured all the gnomes.
The giant decided to have some fun with the gnomes before eating them, sadistic that he was. He took all the hats off the gnomes, shuffeled them, and put them back on at random, so no gnome knew what color hat he wore. He then told the gnomes to step out of the cave one by one, and to group up: green hats on one side, red hats on the other. He also stated that any kind of communication, verbal or non-verbal, is forbidden. (remember the gnomes do not know the color of their own hat)
The gnomes, witty as they were, managed to do what the giant said. They all grouped up, red hats on one side and green hats on the other, except for the poor last gnome, who didn't know where to go. All lived but one who saved the lives of two.

So how did the gnomes do this? Feel free to ask questions if anything needs clarification. I will tell if a given answer is right or wrong. Good luck :3

My answer: tl;dr :P

Jokes... the one that died gave up his hat for another?
lol hint please xD

Riddle: What breaks during the day, but falls during the night?
(Hint: two words)