@# 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 9



Comments:

<0> it really is the best movie ive seen this year
<1> Or "famous"
<0> its awesome
<0> so
<1> Must be the one, I went to rent a movie today and couldn't remember the title
<1> So I took Transporter 2 :(
<0> you have to watch: Crash, The Machinist, and possibly also Lord of War
<0> all good stuff
<1> The guy breaks a wall and falls 5 floors with an Audi car
<1> And the car doesn't have a single scratch
<0> pffff
<0> I hate those movies
<1> Lord of War I have it, haven't watched yet
<1> Looks like Partner is just Orange Israel
<0> hah
<0> Native Networks



<2> bnc off logpv on ++
<3> i got my dll and i want to open a console to print the errors how can i do that :S?
<0> is now Alcatel
<1> AllocConsole, iirc
<3> i wanna create stderr or show it
<1> Anyway from the look of the customers list
<1> Half the world is owned by either Vodaphone or Orange
<0> haha
<1> http://en.wikipedia.org/wiki/Vodafone
<1> Hehe, funny list
<1> It's missing many countries though
<3> Ashe` AllocConsole just that i must not attach or do something more?
<1> (that I have in my list)
<4> well, do your part and update it ;)
<1> I'm lazy
<0> all of Alcatel's board is french
<1> The CEO is from armenia
<1> And they're going to swallow Lucent, too, technically
<1> Which is funny cause I'm working for a joint thing between Alcatel and Bell Labs
<1> And Bell Labs is part of Lucent
<1> Go figure
<1> Maybe the world will collapse and I'll disappear
<0> I will hold the sphere that contains your collapsed world
<1> I thought you already did that
<1> If you don't I'll feel insecure
<0> and ill sell your memories for 15 pounds per yeaaaaar
<1> That's cheap considering the amount of porn they'd get
<0> Take, take all you need
<0> and I'll compensate your greed
<0> with broken hearts
<0> sell I'll sell your memories
<0> for 15 pounds per year
<0> but just the good days
<0> Say, It'll make you insane
<0> and it's bending the truth
<0> you're to blame
<0> for all the life that you'll lose and
<0> you watch this space
<0> and I'm going all the way
<0> and be my slave to the grave
<0> I'm a priest god never paid
<1> You type in rythm
<5> working on a dialog app in vc++... i have a multiline readonly textbox... is there anyway i can add lines to the text box, and left justify some text, and right justify other text on the same line?
<1> Nope
<1> You can add lines, though ;)
<5> is there a standard control that will let me do that?
<1> Hmm, IWebBrowser2 can easily do that
<0> I havent made a GUI for hundreds of years
<1> Haven't either
<1> I still remember all the members of WNDCLAS*** and all the arguments of CreateWindowEx though
<0> I wouldnt know what library to use to make one now
<1> Which is quite sad
<0> hah
<0> a lot of them are just 0
<1> I still know their name :p
<0> crazy man
<1> I have too much disk space for stupid things
<0> didnt you 'vaw' never to turn
<0> haha im funny!
<0> no, not really



<0> im quite satisfied with my quota
<0> also vawjr
<0> from an exam paper last year
<0> fun question for you
<0> there are 3 cryptographers working for the NSA that go out for dinner. In the restaurant they sit around a round table.
<0> they dont know if the NSA is paying for the food
<0> or if one of them is paying for the food
<0> all they want to know is if the NSA is paying or one of them is paying
<0> if one of them is paying they do not want to know who it is
<0> they just want to know if one of them is paying or not
<0> all they have
<0> is one coin each
<0> the hint is this: they each flip their coin.
<0> by p***ing on information about the coins, how can they answer the question if the NSA is paying or one of them is paying
<4> is this a joke, or a real question?
<1> They eventually get bored and leave the table, nobody pays
<0> rd: it was probably formulated better :)
<0> brb...
<4> i mean, there's a real answer, not just 'cryptographers would never pay for food'
<0> no
<4> k
<1> Google => dining cryptographer algorithm
<4> ahh
<0> damn
<0> no fun!
<4> lol
<4> that's a pretty long answer
<1> "An additional condition is that the cryptographer who pays wishes
<1> to inform her colleagues anonymously
<1> "
<1> Might be better if you added this
<1> http://72.14.203.104/search?q=cache:dFNjbGZg3uMJ:www.dcs.st-and.ac.uk/~tws/resources/cryptography/diningcrypto.pdf+dining+cryptographer+algorithm&hl=en&ct=clnk&cd=1&client=firefox-a
<0> Quantum`` if one of them is paying they do not want to know who it is
<4> "The cryptographers want to know whether the
<4> NSA will have to pick up the tab, or whether one of their number is willing to
<4> foot bill.
<0> you guys are no fun
<4> whether one of them 'is willing' is better wording ;p
<0> anyway im gone for a while
<1> Not nice talking of your girlfriend like this
<1> Oh sorry I read "whale"
<6> note to self: kill ashe
<1> You can't, I exist only in your head
<1> Unless you do it Fight Club style
<1> But then it's cheating
<5> Hello, I have an array of character strings I want to copy into a single character string... char* szOrder[8]; char* szCompleteOrder = ""; for(int i = 0; i < 8; i++) strcat(szCompleteOrder, szOrder[i]);
<5> I'm getting a runtime error... no info... but it doesn't like the strcat line... any thoughts? =/
<4> why aren't you using std::string, sir?
<5> because i'm an idiot?
<5> i'll try that =) ... thanks
<5> worked great thanks
<5> one last question for anyone... i have a multiline edit box... how can i put line breaks in it? \n just puts a block char
<5> mfc program
<7> \r\n, mengelt
<7> There's also a multiline style you have to set
<8> I think \n will work with the multi-line style set.
<4> i'd think \n should work
<4> although I guess if it doesn't work, try \r\n
<9> can anyone direct me to a channel that has information on video compression?
<10> what about video compression
<10> if you have questions about algorithms, #algos in freenode is best
<10> since its main op did his phd in data compression
<9> That's impressive
<9> No, my question is just about compressing an avi file
<10> haha
<10> what do you want to compress it to
<10> (bear in mind avi's are alrady compressed)
<4> i thought avi was already compressed
<9> Well, basically I am just splitting the avi up, and then compressing it
<10> to what
<9> I'm using divx 6.1 now
<10> what compression are you using
<9> but it seems to take forever to do


Name:

Comments:

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






Return to #c++
or
Go to some related logs:

#chatzone
#AllNiteCafe
#javascript
nisa hot
#gentoo
#MissKitten
#javascript
#c++
wiccccc
#MissKitten



Home  |  disclaimer  |  contact  |  submit quotes