| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> sg1 is kinda boring.. the child is one of the ori born as a human who grows up fast... sga is a 2-parter where they stop them in the middle of the jouney to earth and turn them all into humans <1> yes i know <0> opps, was I meant to keep that secret :P <1> i already knew <1> but ki9a might not like you doing that <0> nobody else is here but you :P <0> and protektor doesnt watch it <1> prot isnt cool like us though <2> yeah. I **** <1> literally ;) <2> :) <2> interestingly I had an offer for a 3some last night <2> if I were a slut, I'd have taken up the offer <1> you should have <1> you only live once <2> nah
<2> I'm not like that <2> I'm going to live forever! <2> imortalized by PSTCompactor ;) <0> my gf has jokingly said we could have a 3-some with another chick.. but I bet you if it came down to it she wouldnt <2> heh <1> test that theory <1> :) <2> maybe she's bi fuzy <0> nah.. she doesnt want to munch carpet <2> ok lets see how awesome chrome is in 15 minute <2> the test is to import one of my nasty cl*** files and see how she goes <2> hm. compiler error <2> blade ever have problems referencing 3rd party ***emblies in a chrome project? <1> no <2> grrr <1> whats up? <2> CE29. Unable to load ***embly ..... Error in PE File: not a valid .net executable <2> yet I can use that asm. in a non chrome project fine <1> interesting <2> seems to be specific to this ***embly. which is the only one Ineed <2> ki9a if you see this msg, just dropped a bug report into remobjs.public.chrome RE the compiler issue I'm having <2> night all <3> back. <3> hrmm <3> curious <3> probably some weird C++ dll that's actually wrong <4> heh i found this old chune... Disireless - Voyage Voyage :P damn I must've been like 5 <5> whew <5> interview done <5> now i wait and find out if i have a career <5> worth millions <4> that's my squa :P <5> thing is <5> most of the legal questions i got right <5> and 4 people interviewing me <5> we all had such a laugh lol <4> i bet <5> all chatting away and joking and laughing <5> so... <5> seems like it went well <5> just one or two legal questions im worried about <4> i'd like that, sounds like a good sign <5> yeah <4> nah i think you killed them :P <4> me thinks squa definitely gets the job :P <5> i hope so =] <5> am listening to a song called smuglyanka <5> u know?> <4> russian? :P <5> yeh =] <5> red army quoir <4> rofl that must **** <5> lol <4> my mum asked me to download some red army choir crap <5> kinda catchy lol <4> <-- slaps squa <4> what you listenning **** for :P <4> I downloaded some real cl***ix today <5> choo downloaded?
<5> u heard mr. jones? <5> counting crows <4> yea <4> I like Black and Blue, and Colorblind :P <6> nice <6> i'm going to see them <6> in a couple weeks <6> :) <6> http://www.flickr.com/photos/nwoolls/152067083/ <6> 8th row <6> hoho <7> i have a procedure that accepts A: array of Integer and loops: if A[I] > X then Z := A[I], X and Z are local integers. (this is a simplification, the routine itself is longer and more complicated). the question is: is there an easy/efficient way to modify this procedure to be able to *also* accept Double (other than simply doing copy & paste, changing A,X,Z to Double and overloading both old & new procedures?) <4> maybe use Variant :/ its crap i think <7> TByte: i tried, but you have to define A as array of const (it's a TVarRec or something) and then things started going downhill fast... it's not exactly compatible with Variants, this was getting to complicated <7> also variants are slower, this procedure should be fast as it operates on large arrays (it's a sorting routine)... <7> also array of const cannot accept dynamic array as input, so this is really no good <4> cant think of anything <7> :( <8> apparently i can skim off 10% of $3.5million USD by shifting some money through my bank account from a 65 year old dying oil merchant.. interesting.. (if you want to take up the offer, i'll be happy to forward you the guy's details).. :P <8> 419ers still going strong it seems.. <9> ehmmm <8> what's the default hint colour code.. the yellow? <9> *shrug* <9> you got "pixie" <8> i'll work it out.. <7> i have a procedure that accepts A: array of Integer and loops: if A[I] > X then Z := A[I], X and Z are local integers. (this is a simplification, the routine itself is longer and more complicated). the question is: is there an easy/efficient way to modify this procedure to be able to *also* accept Double (other than simply doing copy & paste, changing A,X,Z to Double and overloading both old & new procedures?) <9> cute little program... has a cursor and you move it over things... it tells you the rgb, cymk, and html codes <8> oh right.. <9> hundreAd: probably. depends on your code. <9> hundreAd: have a look at TListBox's Sort method <7> ok i'll try that <9> hundreAd: it can do custom data types and user defined datatypes <7> TListBox doesn't appear to have Sort? <7> DaynaGirl? <9> oh... maybe it was TlistView then <7> hmmmmmmmmm don't think so, ttreeview maybe? (running out of controls here ;) <9> might be "CustomSort" <10> joe90> what's the default hint colour code.. the yellow? <--depends on the theme used...mine would be $007E5687 <8> yeah.. well i was talking about the standard theme.. i'm pretty sure it's: $00CCFFFF.. <8> that's the colour i was looking for anyway.. thanks :) <10> is the default really that bright? <8> well.. infact i'm sure i've probably got it a bit wrong <8> but application.hintcolor returns black for some reason? <8> no.. i'm wrong.. <10> $00DDFFFF seems closer to what i remember <8> looks better, ta :) <10> no prob <10> get yourself a copy of Color Cop <8> looks useful.. <10> gives delphi codes too <8> even better.. :) <10> just right click the color box above the code and selct what you want from the 'mode' list <8> i've leeched it and stashed it away for future use.. but for now, that was the only code i needed.. <11> This may be a mute question, but when I use shellexec to open a webpage, my memory usage(according to task manager0 jumps by amost 6MB's. Any other way to open a webpage without the big increase, or is there a way to release that added memory after shellexec is called? <8> maxg: the memory will be your browser won't it? <11> joe90, I believe so, I was just hoping to get my app to uses the least amount of memory as possible. <11> I doubted there was a way around it, but just wanted to check before I finished my code. <11> actually I think I just foudn some code samples at torry that work great. <8> what do they do?.. <11> looks like they use dde. <11> winexec instead of shellexec <11> memory increase of only about 10k <12> what are you trying to do? <11> I was trying to open a webpage without increasing my apps memory usage. <11> I was using shellexec, and it was adding about 6Mb of memory usage to my app. <12> HWAT? <12> because it was using sysutils? <12> you could just import the dll call yourself <12> just copy it from sysutils <12> I want a new blog site. I am sick of mine :( <12> my new mac is beautiful <11> I love those mac commercials
Return to
#delphi or Go to some related
logs:
brandibelle passdump
kyliessecret videos irssi +piespy +imager #linux-noob #3dsmax #politics #linuxhelp #firebird anyweb mother #nhl
|
|