@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8



Comments:

<0> I think there's non-probabilitstic fast primality-testing too. But Rabin-Miller is good enough in practice.
<1> you could never really be sure any number it spits out would really be a prime
<0> http://mathworld.wolfram.com/AKSPrimalityTest.html
<0> Number it spits? I'm talking about primality testing, not generating prime numbers.
<1> same thing really
<0> Well, point is, you CAN be sure.
<1> not unless you factorize it
<0> jeff, follow the link I just pasted.
<0> It's a *deterministic* primality test in polynomial time.
<1> people have thought the had shortcuts before but they don't always work
<0> This one does.
<0> You're not arguing with me here. It's an established result.
<1> verified how?
<0> Peer review, I suppose.
<0> Or do you hold the peculiar view that "Any theorem I can't verify the proof of myself isn't valid"? Cause then, well, you've got a problem.



<1> :)
<2> is fwrite() or fprintf() faster
<3> yes
<2> which one?
<3> I'm not sure but I would guess fwrite() since it doesn't do formatting
<3> you'd have to dig into the C library code to check
<2> i read so on google, so i'll trust you ;)
<3> it's just an educated guess, I wouldn't take what I said too seriously
<3> heh
<4> I'd say fprintf
<4> Because with fwrite you'd have to do the formatting yourself.
<2> i already have it formatted :)
<3> unless there is no formatting to be done
<2> ok, food time. bbl
<4> Anyway.
<4> Back to studying
<3> I can't believe I actually managed to wake up at 6:30AM on a saturday
<3> this is unheard of
<4> I used to wake up at 3AM everday
<4> It's not hard
<0> aedi, WHY?
<3> 3AM is normally when I go to sleep
<3> I went from going to bed every night at 3AM this week to waking up at 6:30 today
<0> Calculus 2. Fun fun fun.
<3> calc 2 was actually the one I liked the most
<5> I don't know
<0> Took me a second to process that.
<3> out of 1, 2, 3, 4 (2+3 = 2 at most schools, 4 = 3 at most schools), and ODE
<0> Comp, I don't have to take 3, luckily.
<0> ODE next semester.
<6> What happened to PDE?
<3> 3/4 wasn't bad, it's just "here are a few more variables, throw on more integrations and you're done"
<3> Two9A: not required, usually.
<6> Hrm, fair do's.
<0> PDE not required here either.
<3> ODE was frankly one of the worst math cl***es I ever took
<3> it was not fun at all
<0> It doesn't sound like any fun.
<3> some of it was neat... but overall it was pretty bad
<0> It's purely technical.
<3> also, the fact that you're just sorta supposed to "**** around with it until it is solved, but some can't be solved at all" bugs me
<7> heyia, i noticed a page http://www.softpedia.com/get/Multimedia/Video/Other-VIDEO-Tools/GLDirect.shtml that converts opengl to direct3d 6, theres a game that uses direct3d 6 that im curious to see if its possible to make it use opengl, anyone know of any projects/etc that do any d3d->opengl stuff?
<8> we're playing a logo contest.. does anyone recognize this?
<8> http://www.2jdhosting.com/ge/logogame/13.jpg
<9> mmm, jaca
<9> er
<9> java
<8> we tried that :(
<10> but its not too clear
<8> the sun java logo is different
<11> looks like my cable perators logo
<11> operator's even
<8> hmm who's your operator!
<12> sizeof
<11> i just checked tho, it isnt the exact same
<0> Oh, are we playing "What's your favourite operator" again? Cause I'll have to go with ?:
<11> just looks alot klike it



<11> more so than tha the java logo
<13> anyone here have experience with inpout32.dll in mfc?
<14> Swish: what's that blue star thingy?
<8> which?
<14> the one I think is a car logo :-)
<14> http://www.2jdhosting.com/ge/logogame/12.jpg
<8> ah
<8> crystler
<14> ah, right
<3> Swish my operator is "? :"
<8> hey now I was asking about logos!
<8> not operators!
<14> 12 missing ...
<8> we got all of them but that one I pasted
<14> nice
<3> mauke, any others?
<14> hmm?
<3> other logos
<14> I don't understand the context of your question
<3> oh, you weren't the one that linked the first logo
<14> yay, got the u
<14> BINGO
<15> does anyone know a lib in c i could use to calculate derivatives and integrals?
<4> I'm sure matlab or maple have some type of way to call their functions form C.
<4> s/form/from/
<16> Viniceos: numerically, or symbolically ?
<15> symbolically
<16> Viniceos: i believe you'll have to resort to system("...")
<15> yeah.. that ****s
<15> this damn thing is so hard to find, i'm thinking of building one myself
<16> i don't see much uses of such library
<16> because it'd output the formula in some language, and then you need another library to interpret that language .....
<16> this ends up too big for the library
<16> much more appropriate for the full application like aedinius mentioned or macsyma/maxima
<16> my point is, you can't make one separate symbolic algorithm into the library
<16> you end up with the whole symbolic system
<16> but you can go the opposite way
<16> to pick source of maxima at sf.net, and turn it into library
<17> OrngeTide?
<18> http://rafb.net/paste/results/gBVCXR76.html
<18> Does this code look right to you guys?
<18> It seems like the buffer isn't getting "appended" to.
<19> debug your own code or pay somebody to do it
<19> we help with problems, you've stated no problem besides you want somebody to debug your code
<19> which is more of a consultant job
<20> hey what I must use float ? int doesnt calculate if it has a count like "1.1"
<20> it says 1
<20> :) not behind the dot
<19> ...
<19> because it is an integer
<20> yes what to use
<19> first I suggest using english
<3> well, like you said, you could um... use a float
<3> and if you're trying to print it with printf use %f not %u or %d
<3> you could also use a double if you want more precision
<20> I know bitch
<20> **** you
<3> well **** you too
<3> I'm so glad I tried to help him
<21> (: hi
<18> Darken-: i'm not asking anyone to debug my code, hard***
<18> Darken-: i'm asking someone to skim through and see if they know whats wrong with it offhand
<22> guys..... calm down..
<22> let's watch the soccor match
<22> Germany vs Portugal :P...
<19> dmitry that's debugging
<11> HaMsTeRs i find it funny how closely soccer is to ****er.
<11> ;[
<18> Darken-: hey man, if taking a look at that code is too much work for you, you don't have to raise a stink about it
<22> Goalll :P


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c
or
Go to some related logs:

Darwin Kernel Version 8.6.0 exploit
#nhl
#beginner
masmarco
defensive thumb holds
#beginner
* Error creating window mirc
disk drowv
#firebird
#cisco



Home  |  disclaimer  |  contact  |  submit quotes