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



Comments:

<0> yawn.
<1> mmmMm
<1> lunch anyone?
<0> bit late lunch
<0> what about breakfast?
<1> *grin* stir fry hamburger and veggies with (bbq sauce mixed with jack daniels)
<1> tastes really different from when you heat it up and evaporate the alchohol
<0> made yourself dayna?
<2> http://gizmodo.com/gadgets/clips/lexus-self-parking-car-video-and-review-196551.php
<2> hey ki9a
<0> hey Rahly
<2> hows it going?
<2> i'm checking out a show i never got to watch, cuz i never had the channel
<0> which one?
<2> Oydessy 5
<0> never saw that.



<2> me either
<2> might be good though
<2> http://www.tv.com/odyssey-5/show/10858/summary.html
<0> yeah well
<0> rebuilding my email box
<0> no time
<2> uh huh
<2> not an automated task?
<0> I just installed ubuntu
<0> have to reinstall all services I had on this box
<2> congratulations
<2> how come?
<0> mandriva 2007 update didn't go well
<1> ki9a: oh yeah.
<1> ki9a: can't buy stuff like that OTC here.
<0> that's nice :)
<0> please tell me you spice the hamburger
<0> american hamburgers are so tasteless in restaurants.
<1> I do.
<0> :)
<1> garlic, pepper, salt, and chinese 5 spice
<0> nice :)
<1> sometimes I add dried parmesain cheese
<1> when I'm cooking 'hamburgers' as opposed to stirfry... I put folded up swiss cheese in the middle.
<1> (process swiss slices)
<0> I tend to add regular cheese
<0> young
<1> oh. I like FLAVOUR FLAVOUR.
<0> if I add cheese at all
<1> I never eat chese unless its got a good strong flavour.
<1> you buy a bottle of bbq sauce... and pour some on the chicken...
<0> I tend to add a tiny bit of mayonaise
<0> ketchup
<0> and chili sauce
<1> fill the now emptier bottle back up with alchohol of your choice... shake.
<0> there's no alcohol in my food :)
<1> I add that after its cooked... to the bun.
<2> say that NOW
<1> you should try it. some alchohols really change the flavour of what you're cooking with.
<0> hrmm
<0> i never knew my mailbox is 4 gb
<0> DaynaGirl: yeah but that's experimenting
<1> ki9a: it sure is!!! MMMMmm!
<0> :)
<3> what's the best alternative to IdFTP? Seems like it adds extra data to the stream which makes my files corrupt
<3> happens mostly to big files
<3> but 420 KB files has got damaged too
<1> Kn00n: idftp doesn't corrupt files... unless you're doing something wrong.
<0> ah damn
<0> how did this work again
<0> I need to make imapd "discover"
<0> it's old maps
<2> idftp can corrupt files, if you set it to ascii transfer mode and download a binary file :-D
<0> there.
<0> everyting works again
<1> Rahly: well that's not idftp... that's your setting... can happen in any ftp client.
<2> that still is idftp, even if it is your setting
<4> http://www.christrips.com/queticojuly2006.html
<4> just got em up finally
<2> cmf!
<4> rahly!



<0> yawn
<5> how can i get rbuilder do refresh a component on a page after a user clicks it (on the default viewer)
<2> rbuilder?
<1> damn that sounds familiar
<1> but I've got a late friday brain flat
<1> Rahly: he was looking for an alternative to idftp... if he was using the wrong settings... it wouldn't help him in the least if he changed.
<1> warjest: what is rbuilder.
<1> hmmm. my phone uses mobile 5.0... I found some software for mobile 2003... think its compatible?
<5> report builder
<2> Dayna: not true, hes saying his files are ending up BIGGER than they are suppose to be. ASCII would do that if it changes all #10's to #13#10 or all #13's to #13#10
<2> if he is in ascii mode, binary would fix that
<1> and if he switched to ICS ftp... and left it in ascii mode... he'd still be ****ed. and hence changing wouldn't help him at all.
<2> oh, i thought you ment, changing the setting, not changing the component
<2> sorry
<1> warjest: as the resident report builder (old version) expert... I have no idea sorry.
<5> lDrawCommand := TppDrawCommand(aDrawCommand);
<5> lDrawCommand.RedrawPage := True;
<5> found it :)
<5> their VERY last example they had it
<2> very icky warjest
<5> ?
<2> you should use lDrawCommand = aDrawCommand as TppDrawCommand;
<5> why dont you like typecasting via TBlah() ?
<2> cuz its unsafe?
<5> hrm
<5> i do that a lot
<2> very bad if you accidentally mistype
<2> or the object doesn't happen to actually contain that cl***
<2> as is very safe, by verifying that the object is of that cl***, before you can use it
<5> i just read on it, i'll have to start using that from now on
<5> i have too many casts to replace right now
<2> typecasts will always work, and you could end up anywhere or change any kind of memory
<6> anyone here
<6> which namespace is delphi has a timer...
<1> yzrider08: type 'myTimer:TTimer'
<1> then click on it with the mouse
<1> then press F1
<1> that's called the help...
<2> delphi really don't have namespaces
<1> its an amazing thing.
<2> *doesn't
<6> Rahly: yes it does
<6> it says so in borland ;)
<2> delphi for .net has namespaces, only because .NET has them
<2> but delphi doesn't
<6> nah
<2> delphi has units
<6> im doing delphi windows app
<2> not namespaces
<6> er
<6> console app
<1> units are public and private namespaces.
<6> ^^
<2> kinda but not really
<1> you can go... System.SomeFunction or SysUtils.SameFunctionName... and get two different functions.
<2> namespaces are generally over several units
<6> DaynaGirl: i know TTimer, but in console app it doesnt work, so im curious what namespace
<1> namespaces are where ever you define them.
<1> yzrider08: in win32 help... look up CreateTimer, and KillTimer
<6> k
<2> it doesn't work because you didn't create a message pump
<1> that "namespace" is called win32API
<6> ah
<6> ok
<6> now why would a person do delphi .net, because isnt one good thing about delphi is its self-contained ;D
<7> what's the general done thing if you're wanting to have a high volume remote DB be accessed by some kind of desktop software.. create some sort of middle wear server running on the same machien as the DB?
<6> doesn't make any sense to me :P
<1> although its a set of functions... not in anyway a namespace.
<2> yzrider08: kinda
<2> it still relies on a runtime
<6> self-containment is great :P, i need to learn delphi :D
<7> also.. where can i read about various implementations of large scale database access servers.. like ones where a few machines are used etc, with various parts running on each
<2> of course, its in every version of windows
<7> drk.. perhaps you would know..?


Name:

Comments:

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






Return to #delphi
or
Go to some related logs:

#nintendo
#opengl
#freebsd
installshield interrupted
#beginner
#flash
#sex
#windows
#politics
#winvista



Home  |  disclaimer  |  contact  |  submit quotes