Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jnesselr

Pages: 1 ... 108 109 [110] 111 112 ... 165
1636
Other Calculators / Re: SirCmpwn's Projects Suspended
« on: December 11, 2010, 12:03:57 pm »
* King Graphmastur puts this topic back on topic since SirCmpwn isn't here to do it.

1637
Other Calculators / Re: SirCmpwn's Projects Suspended
« on: December 11, 2010, 11:53:50 am »
Maybe you should check this.
I know what a joke is, I'm just the stiff who takes everything literally.

Okay. But yeah, 80% of Omnimaga Users are criminal, I bet that almost nobody uses their calculator's ROM in Wabbitemu. I also bet most of use have at least one illegal song, film or program.

So, you'd better get used.
Yeah, but it's not an excuse to do illegal things.  Besides, this is a storm we'll just have to wait out.

Yes, that was not an excuse, it was a way to convince holmes to get used to jokes and reference to illegal activities in the forums.
Oh, I know. It was a joke. ;-)

1638
Other Calculators / Re: SirCmpwn's Projects Suspended
« on: December 11, 2010, 11:52:40 am »
Maybe you should check this.
I know what a joke is, I'm just the stiff who takes everything literally.

Okay. But yeah, 80% of Omnimaga Users are criminal, I bet that almost nobody uses their calculator's ROM in Wabbitemu. I also bet most of use have at least one illegal song, film or program.

So, you'd better get used.
Yeah, but it's not an excuse to do illegal things.  Besides, this is a storm we'll just have to wait out.

1639
Other Calculators / Re: SirCmpwn's Projects Suspended
« on: December 10, 2010, 04:38:17 pm »
<Overly-dramatic>Battle Stations men! Prepare the cannons!</Overly-dramatic>

Let's see, do you have any wifi-usb adaptors? You have that mini-A to A female cable, right? We could work something out.

1640
KnightOS / Re: KnightOS
« on: December 10, 2010, 04:27:44 pm »
Sir, will you keep working on this even without no calculator?
True, I guess you could use Wabbit or something.

Someone suggested using a person to test his programs in hardware too.
That would be me and one other person.

1641
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 04:14:16 pm »
Well, I'm sure he also told them that he could revert in like 1 Minute.  I'm sure they didn't listen. And I'm sure if KOS supported math, they still wouldn't allow it.

Which is very bad. He can work on tiDE for now, though. Look on the bright side??
Nope. From what I know of SirCmpwn's parents, AFAIK they won't let him program anything calculator related.  Not sure why.

1642
KnightOS / Re: KnightOS
« on: December 10, 2010, 04:12:21 pm »
Sir, will you keep working on this even without no calculator?
True, I guess you could use Wabbit or something.

1643
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 04:11:48 pm »
Well, I'm sure he also told them that he could revert in like 1 Minute.  I'm sure they didn't listen. And I'm sure if KOS supported math, they still wouldn't allow it.

1644
Other Calculators / Re: Boredom = "Stupid" Programs
« on: December 10, 2010, 09:13:47 am »
Code: ("prgmFIDGETY") [Select]
:ClrHome
:For(A,1,20)
:Repeat Ans=45
:getKey
:If Ans
:Disp "BORED, SO BORED!"
:End
For the record, said program has some errors.  You need an End to balance the For statement and the Repeat Statement, so you need to Ends at the end.  Also, if you added the two ends, then you would have to press clear 20 times for your program to exit.  So, I would remove the For(A,1,20) line.

Also, your code will only display if some key is pressed.  Otherwise it won't.  If that's not what you wanted, then this is better code:
Code: [Select]
:ClrHome
:Repeat getKey=45
:Disp "BORED, SO BORED!"
:End
If it is, then you can use your program, and it would work (providing you fix the For/End bug)

1645
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 09:04:20 am »
Oh my, that's not good at all.  Well, you need to have KOS perform math functions.  In the mean time, need your favorite person (haha) to help debug and such? Real calc testing, I mean.

1646
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 08:24:34 am »
I can't be here long, I apologize that I can't elaborate more. They took my calc and told me I can never have it back. I'll buy my own eventually.
That's not good at all. Well, instead of counting the days till kos, let's count the days till SirCmpwn leaves the house. Good luck!

1647
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 06:15:00 am »
Well. That's sad. Don't really know what to say here. What did they do?

1648
Lol, "apple this magical unicorn". Interesting program, nemo. I love the comment on that return statement.

EDIT: What would be really funny, is to analyze the sentence, and get a new version that was "prettier" so that everyone talked pretty.

So "Hey, I think your program is a fail" becomes "I think your program is missing some butterflies, but other than that, I think the unicorns were happy."

i think that's a little beyond my word processing abilities. it'd be cool if i made an advanced library to process strings, though.

also, if you want, you can just copy/paste my source code and add words. if you want to add the swear words list to include "snow" for some reason, you can do that. you can also add replacement words, if you wanted to replace snow with honey.

 maybe i could make a function that, when a certain word is spotted, it will always replace it with a certain other word...
I'm sure you are referring to replacing Game with Lost, right?

1649
KnightOS / Re: KnightOS
« on: December 09, 2010, 10:29:22 pm »
I actually don't use many macros, actually.  I like seeing the entire code.  It's much easier to optimize that way.
Yeah, it depends. Wouldn't lcall and kcall have to be a macro, though?

1650
Lol, "apple this magical unicorn". Interesting program, nemo. I love the comment on that return statement.

EDIT: What would be really funny, is to analyze the sentence, and get a new version that was "prettier" so that everyone talked pretty.

So "Hey, I think your program is a fail" becomes "I think your program is missing some butterflies, but other than that, I think the unicorns were happy."

Pages: 1 ... 108 109 [110] 111 112 ... 165