@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> ha!
<0> i wrote my first (usefull) extension
<0> so pardon my crossposting(?)
<0> http://paste.tclhelp.net/?id=4db
<0> :P
<1> nice, it crashes on strings
<1> sure is a way to figure it out :>
<0> no
<0> is that error msg still in there?
<0> ther
<0> e
<0> took error message otu :P
<0> i fixed that :)
<0> just checked if the typePtr was null
<1> u needed the cmd or did u just want to try :)
<0> i wanted to try :)



<1> nice going tho :)
<0> someone else needed it though too
<0> thnx :)
<2> one more time, BVGorp
<2> i know u can do it
<0> hrhr
<3> yeah new nn version
<3> :p
<2> heard rumours about that
<3> nn4
<2> scripts ****
<3> looks cool
<2> write your own
<3> i'll stick to tcl :p
<2> if you know Tcl, then you won't have a problem scripting mIRC
<3> too much work :p
<3> nn is nice
<2> all i have installed on my mIRC is a nick regainer and m***-functions (op, deop, voice, devoice, kick)
<2> all written in a few minutes
<2> nn is crap
<2> its a gaming script
<3> k
<2> no sorry, that was brevuda
<3> dont use that part :p
<2> :/
<2> of course, color settings and fonting is the most important part ;>
<3> yeah :p
<4> GoMp
<4> still here?
<2> ya?
<4> can ya paste your m*** op
<2> heh
<2> i rule ;>
<4> lol
<4> i keep meanin to code one but never get round to it
<4> even tho it'll take like 2min =P
<2> i know
<4> bah too slow
<4> going to bed =P
<4> ttyl
<2> oh
<2> sorry
<2> i was a bit distracted
<2> :D
<5> damn porn.
<2> haha
<2> ill put it on my webby, [GRiMMY]
<0> hrrh
<6> [after] and [utimer] etc they are non blocking
<6> oh
<7> Lo sombody can tell me the needs for writing a file on a linux system via tcl script i get always permission denied and i think all should be ok since the folder i wanna write to is my own and its 777 so should be write able
<8> hello
<8> anyone arround who can help me with ainstallation of mysqltcl3.01 ?
<9> hey i was just wondering if anyone knew of a way to ***ign a different ip to an outgoing connection from an eggdrop, ie when using connect it uses a vhost
<10> eh?
<10> a vhost is different from a bnc
<7> Dram
<7> oh offline
<0> anyone having experience with threading in tcl?
<11> if you mean, the thread packag, yes
<0> ye



<0> if i have some long taking process and i dont want it to block my main script
<12> \o/ nick_
<0> is threading a good alternative?
<11> uhm. you can fork in tcl as well, I haven't looked into it, but I ***ume that would work as well, I did my stuff in threads, but since it loads the whole tcl binary for each thread, it's quiet mem/cpu consuming
<13> process?
<13> why not open a pipe then?
<13> w/ nbio
<11> he probably means a proc he has written, I ***ume
<0> ye
<0> actually the proc waits for a mysql server
<0> and since that one can be slow
<11> I would look into 'interp'
<0> you mean creating a new interp?
<11> i never fully did it, since I thought threads would be better, but with 60 threads it gets pretty mem/cpu blogging
<11> yeah, someone directed me to that as well, maybe he was wrong, but he said I could do about the same with interp as with threads
<0> mh dunno i always ***umed that was blocking too
<0> like the script waiting for the interp to return
<0> ill look into it
<14> set the timeout to 1sec, scrip wont block very long then ;P
<11> i'm not sure, with threads it's possible to send async commands, so you don't need to wait
<0> yes
<0> that would be what i need :P
<0> or like the possibility to supply callbacks
<0> although that would be more like a event driven approach then
<8> got anyone a link for the compiled file: libmysqltcl3.01.so ?
<0> ;clock format 833635740
<15> Gotisch: #2249 (22339 clicks) Tcl: Sat Jun 01 07:29:00 PM US/Central 1996
<0> ;clock a
<15> Gotisch: #2250 (248 clicks) Tcl error: bad option "a": must be clicks, format, scan, or seconds
<0> ;clock scan "01.01.2000"
<15> Gotisch: #2251 (298 clicks) Tcl error: unable to convert date-time string "01.01.2000"
<0> ;clock scan "01-01-2000"
<15> Gotisch: #2252 (305 clicks) Tcl error: unable to convert date-time string "01-01-2000"
<0> ;clock scan
<15> Gotisch: #2253 (233 clicks) Tcl error: wrong # args: should be "clock scan dateString ?-base clockValue? ?-gmt boolean?"
<0> ;clock scan 00-01-01
<15> Gotisch: #2254 (230 clicks) Tcl: 946663200
<0> ;clock format 946663200
<15> Gotisch: #2255 (259 clicks) Tcl: Sat Jan 01 12:00:00 AM US/Central 2000
<8> Gotisch
<0> never sort a SELECT from where bla REGEXp 'something'
<0> this takes forever!
<8> hrhr
<8> are u usin mysqltcl in anyway ?
<0> ye
<8> 3.01 ?
<0> no
<0> 2.3
<8> got im trying to install for the second day now ... first there is some corrupt path
<8> then make ****ed up
<8> im searchin for the compiled .so file
<16> how to use cookies with http package? or maybe thereis another way?
<16> hope cgi.tcl would be a help..
<0> ;if {[set result 0]} { puts $result }
<15> Gotisch: #2295 (269 clicks) Tcl:
<0> ;if {[set result 1]} { puts $result }
<15> Gotisch: #2296 (stdout) 1
<0> ;proc filter { arg } { uplevel { set $arg [string trim [set $arg]] } }
<15> Gotisch: #2297 (10192 clicks) Tcl:
<0> ;set a " test "; filter a; set a
<15> Gotisch: #2298 (1096 clicks) Tcl error: can't read "arg": no such variable
<0> ;proc filter { arg } { upvar arg; set $arg [string trim [set $arg]] }
<15> Gotisch: #2299 (335 clicks) Tcl:
<0> ;set a " test "; filter a; set a
<15> Gotisch: #2300 (653 clicks) Tcl error: wrong # args: should be "upvar ?level? otherVar localVar ?otherVar localVar ...?"
<0> ;proc filter { arg } { upvar arg arg1; set $arg1 [string trim [set $arg1]] }
<1> u know what upvar does ? :)
<15> Gotisch: #2301 (360 clicks) Tcl:
<0> ;set a " test "; filter a; set a
<15> Gotisch: #2303 (673 clicks) Tcl error: can't read "arg1": no such variable
<0> ye takes the var from the upperlevel
<1> well, just the way u use it
<1> i'd use global for that
<0> but its inside another proc...


Name:

Comments:

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






Return to #tcl
or
Go to some related logs:

#flash
#politics
#nintendo
#winxp
use char* a in C
#netbsd
digitally created child porn
#qmail
#microsoft
#stocks



Home  |  disclaimer  |  contact  |  submit quotes