@# 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> Indeed.
<1> SirPsycho: Got any more old gems in your collection?
<0> No, I'm pretty sure that's it.
<1> It feels a little wierd to realize that you're one of the "old guys."
<1> And you're older than me!
<1> Hah!
<0> You're what, 28 now?
<1> 26
<0> Er, yeah, I knew that.
<2> hi guys.
<2> today I'm coming to you from the "English Bay" side of "Stanley Park"
<2> http://www.hsbccelebrationoflight.com/fireworks/
<2> k. now can anyone see me?
<3> Hey Dayna - I see you
<2> oh hi there.



<2> 11 minute lag.
<3> Well, I've not really been at the keyboard much
<4> second chance for relips?
<2> we gave him one last week.
<2> it lasted about an hour.
<2> the ban is permanent... but expires in 2 hours.
<2> if he comes back the bots will return it to force.
<4> ah.
<2> http://www.pbase.com/gigicp/hsbc_celebration_of_light_firework <--- pressing stop kills the lame music.
<4> FF keeps crashing.. some memory writing error..
<4> it's stopped opening now altogether.. psch..
<2> reboot time.
<4> could be.. i was going for record uptime too :D
<2> don't do development on a machine going for the record...
<4> yeah, well i'm not beat yet.. gonna try a few things
<4> well that was scarey.. almost didn't restart
<4> had to pull the power cord after messing..
<4> completely froze up..
<4> hmm.. i'd better back stuff up
<2> *grin*
<2> sounds ominous.
<4> laptops are handy for backups..
<2> slow but handy...
<4> well it's a fairly fast one.. and across a regular crossover cable..
<4> not too bad..
<2> hm HD is only 5400rpm
<2> hm = my... don't ask me how
<4> no idea what this is..
<4> i hardly use it..
<4> just for XP testing, and network testing
<4> watching those mb tick up.. i could go for a snooze..
<5> do not kick me.. i have question ;)
<5> how to send text to other app?
<6> what type of app?
<5> ok, i found it by myselph :P
<2> not a great introduction.
<2> SendKeys
<2> shared memory file
<2> named/unnamed pipes
<2> tcp/ip networking
<2> there's a WM_* message... but its complicated to use.
<5> i found better way
<5> SendMessage(SH, WM_CHAR, Dword(Char('your text :P')), 0);
<2> EDIJS: good luck with that.
<5> yah, my app lags :(
<5> 'A'
<5> SendMessage(SH, WM_CHAR, Ord('A'), 0); other way
<5> ohh, how to open C:\System Volume Information ?
<5> ***ignPrn sounds like porno :)
<7> EDIJS gets Bridget The Midget, DaynaGirl gets Hot ButtteredBoys vol. 34
<5> GoonyBird: :O ?
<7> im ***igning pr0n
<7> :-P
<5> ohh ;)
<2> porn monikers
<2> oh damn
<5> what?
<2> when I wifi from the park... I'm not an op in the channel
<5> i am not Op too :O
<6> simple := TSimple.Create('simplehome'); if you don't destroy this will it be destroyed on close automatically?
<8> normally not



<2> Stooge: unless you ***ign an owner... or set the caFree for forms... you have to free it yourself...
<2> anyways... time to go to watch the fireworks...
<9> nick Vibes
<10> Forgot my /
<2> craps.
<2> last warning shot went off (roughly 15 minutes intervals before the show)
<2> it set off a car alarm..
<2> *sigh*... that one didn't though.
<2> later guys.
<11> ALLLLLLLLLO
<7> hey
<11> :)
<12> haha
<12> ****
<12> http://www.projectstreamer.com/users/r0t0r00t3r/xp_priv_esc/xp_priv_esc.html
<11> NO WAY
<11> that's bull****.
<7> http://www.goonybird.org/KillingCatholics.mp3
<7> from a local radio show
<11> grrr quicktime keeps popping up **** sake
<11> lol Drk`Ange1
<11> Druid_*
<11> I'm trying that, LOOKS awesome heh
<13> uh, does it work? :p
<11> from what I gathered in video, it schedules a CMD run in the next minute
<11> and the scheduler that runs the new CMD is a SYSTEM account
<13> ya, apparently
<11> yes it doe work
<11> but not tried from geust, but when it launched my CMD
<11> title bar says SVCHOST
<11> so it's system.
<11> DAMN that's pretty good
<11> heh lemme load a guest account htat's hilarious
<13> %USERNAME% wasnt set in the new cmd.exe
<11> doesn't matter.
<11> run your task manager
<13> nah, just an observation
<11> see CMD is in SYSTEM.
<11> I checked that too ootje :)
<13> heh yes
<11> when I saw it had nothing about users, I kenw it's system
<13> thats indeed hilarious
<11> the fact that it kills explorer in the video and starts as system user in desktop IS HILARIOPUS
<11> that privillege is better than admin, you could kill every process lol
<11> I could kill norton antivirus at last :P
<11> I wonder if it works not locally, but remotely on a win2k3 server
<11> gagging to check it
<11> hehe doesn't work on Guest account :) AT command gives Access DEnied :)
<13> ya, depends on scheduling service also i guess
<11> i could execute stuff from system account before with services
<11> but having a CMD session in SYSTEM context in desktop environment is amazing
<11> how gay is our webhost :(
<11> no FTP access, using some pink *** icons everywhere... ****ing idiots
<11> honestly never dealt with worse webhost
<14> why use them, then?
<15> hi
<16> heh wow
<5> terve :)
<16> I miss scfkwoop
<15> how can I redirect mouse events of a TLabel to its parent (which would be TPanel)?
<11> heh he funny one
<14> in the panel, ***ign the mouse event to a function in the panel for processing
<5> TByte: about what you? :)
<5> http://my.opera.com/edijus/albums/show.dml?id=109837
<15> is there some more elegant way to do it than to ***ign all mouse events for all labels on my panel to it?
<15> and it's probably more than just re***ignment, would require to translate coordinates as well and perhaps something else too
<17> for i := 0 to controlcount do if controls[i] is tlabel then tlabel(controls[i]).onclick := mypanelclick;
<15> which is wrong since x,y are of tlabel and not tpanel
<4> how did that happen.. *** Drk`Ange1 is now known as Drk`Angel ..
<18> I typed /nick Drk`Angel
<4> probably your setup.. with my client you can't rename yourself the same name..
<18> Its not the same name.


Name:

Comments:

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






Return to #delphi
or
Go to some related logs:

#photoshop
#windowsxp
#stocks
KEREMCEMk
can't locate signal_connect windows
#microsoft
sendmail listen on all ips
#windowsxp
#politics
#beginner



Home  |  disclaimer  |  contact  |  submit quotes