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 ... 81 82 [83] 84 85 ... 165
1231
Math and Science / Re: Formula for getting prime number?
« on: January 09, 2011, 03:46:50 pm »
It has been proven, by the way, that there is no largest prime number 8)
It's been proven in more than one way, too.
I once wrote a TI Basic program to find prime numbers that used this pattern I found among the spacing between primes. I think it was able to count out about 1000 primes in rhe first hour and could also save its state at any time so you wouldn't have to start over.
Very nice. I don't remember where it starts, but there is a point where primes are basically spaced 2, then 4 apart.  So, for example, starting with 1.  1+4=5. 5+2=7. 7+4=11. 11+2=13. 13+4=17, etc.

1232
The Axe Parser Project / Re: MAX SYMBOLS error
« on: January 08, 2011, 10:22:35 pm »
Yeah, but I'm wondering HOW  they are stored, and if it would be possible to compress them so as to be able to have more symbols.
Well, it could be possible to compress them.  But it would make it harder on quigibo.  I don't know the full math, but it would rely on the fact that the MSB wouldn't have to be 00h-FFh.

1233
Site Feedback and Questions / Re: Random Idea about the Gender Icons
« on: January 08, 2011, 10:19:51 pm »
That can work, too. Regardless of if it's he or she, though, if it's made by an anime fan, it needs to be PG-rated. <_< *glares at Genolo*
Oh, and I worked all day on that female icon that was sure to give guys a nose bleed.... j/k

1234
The Axe Parser Project / Re: MAX SYMBOLS error
« on: January 08, 2011, 10:15:36 pm »
Probably because of a buffer holding all of the symbols only allocates 150 of them.

1235
Casio Calculators / Re: Prizm goals
« on: January 08, 2011, 10:12:54 pm »
I imagine. That said, maybe if Xeda ever gets interested in Prizm hex... :P
I could write a compiler, but I don't have a prizm and actually testing would be a pain to make sure everything worked correctly.

1236
Well, here is what an ipod user agent kinda looks like. It's faked, because it's safari making browsers think it's an iphone, but it still shows what to look for:
Code: [Select]
Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7

1237
Could omnimaga detect if you are on an iPod, and switch to wap2 if so?
I think that is dependent on the iPod's software.
Yes and no. It's easily detectable, it's the switching of the themes that's the hard part.  I don't know if smf allows it dynamically like that.

It could probably be done via the user agent string.
And he goes and ninjas me. But yes, it can.

1238
Site Feedback and Questions / Re: Random Idea about the Gender Icons
« on: January 08, 2011, 09:51:51 am »
I don't know if this can be done, but can we use different icons for the genders? I mean, the ones we currently have are kinda small and easy to miss...
P.S. I'd absolutely love to make the new gender icons, if it is possible to have custom gender icons.
We could, I think.  You would just have to change these two files:
http://omnimaga.org/Themes/omnimaga4/images/Female.gif
http://omnimaga.org/Themes/omnimaga4/images/Male.gif

1239
Site Feedback and Questions / Re: Issues with new avatar
« on: January 08, 2011, 09:44:59 am »
I ninja'd you with the conversation from my IRC logs.
This I see.

1240
Site Feedback and Questions / Re: Issues with new avatar
« on: January 08, 2011, 09:43:39 am »
Considering the discussion of cross-dressing I started in #Cemetech the other day, I have to agree with you...
Lolwut?
err, link?

* King Graphmastur wonders what omnimagians think of cross-dressing

1241
Miscellaneous / Re: What is your avatar?
« on: January 07, 2011, 09:08:17 pm »
Well, not every browser can block stuff, though.

1242
Miscellaneous / Re: What is your avatar?
« on: January 07, 2011, 08:27:31 pm »
I don't like Ashbad's new avatar. Mostly because I lose focus completely when reading a topic.

EDIT: Not that I can't focus it's just that... ooh, butterflies...

1243
TI-BASIC / Re: Word Encoding/Decoding
« on: January 07, 2011, 08:24:10 pm »
For my cypher program, QFIBCODE, I need something that can take letters and turn them into numbers (and back again) for the user, so they don't have to remember that A=1, B=2, etc. for themselves, the calculator does the translating for them.
Well, let's see, you could do that fairly easy with inString, since it returns the position. So, assuming Str2 was whatever character you wanted to find the number for:
Code: [Select]
inString("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Str2)
Should give you the location, or 0 if Str2 wasn't A-Z

1244
Casio Calculators / Re: Prizm Wiki
« on: January 07, 2011, 08:20:16 pm »
Adding documentation for the Casio BASIC language.

EDIT: Err, and a lot of Admin Template spam as well  :P
Yeah, what is all that spam?

1245
News / Re: Casio Prizm FX-CG10 released
« on: January 07, 2011, 08:04:52 pm »
I hope you lost nothing, though. O.O

I remember during my 2002-03 coding craze (when I coded 10 hours a day, even on school days) my batteries died once and I had no money to buy new ones. I was bored to death for 2 days X.x
I thank the man who invented rechargeable batteries.  I have 8, so I always have a set to switch out when I'm at home.

Pages: 1 ... 81 82 [83] 84 85 ... 165