@# Quotes DB     useful, funny, interesting





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



Comments:

<0> chilla you dont have tk installed
<0> have to '
<0> *
<1> nope... not on my shell accounts
<0> =)
<2> new launch time
<3> 19:13
<2> =P
<3> swedish time
<2> 1.25PM EST
<2> bah i dont care
<2> i'll watch the highlights instead
<2> =)
<1> 1:30pm now
<1> 1:40pm
<4> 7:24



<5> :40
<5> they're going to start at *:40 :)
<4> 10 min then
<4> t -4 min
<4> oO
<6> seen lep*
<7> I don't know who lep* is.
<8> I don't know who lep* is.
<6> seen leprechau
<7> leprechau was last on IRC channel #TCL 5 days, 15 hours, 48 minutes ago.
<8> leprechau was last on IRC channel #Tcl 37 days, 12 hours, 47 minutes ago.
<6> seen lep_worf
<7> I don't know who lep_worf is.
<6> seen lep_work
<8> I don't know who lep_worf is.
<7> I don't know who lep_work is.
<8> I don't know who lep_work is.
<3> seen lep{work}
<7> I don't know who lep{work} is.
<8> I don't know who lep{work} is.
<6> didnt he write a http package for eggys ?
<4> no go :/
<1> wow... so useless
<4> stupid clouds!
<1> how can clouds affect it so much...
<3> they have to observe it if there should be any problems with the autopilot
<3> and with clouds there isn't any sight
<1> we need to invest $700m on trying to control weather instead
<4> ;namespace eval arraylist { var ourarray; array set ourarray {} }
<8> Gotisch: #669 (5323 clicks) Tcl error: invalid command name "var"
<4> ;namespace eval arraylist { variable ourarray; array set ourarray {} }
<8> Gotisch: #670 (347 clicks) Tcl:
<1> :00
<1> heh
<4> ;proc ::arraylist::Add { item } { varialbe ourarray; set temp1 $ourarray; array set a {}; set a(1) $item; set i 1; foreach {- item} [array get temp1] {set a([incr i]) $value} }
<8> Gotisch: #673 (345 clicks) Tcl:
<4> ::arraylist::Add "did i forget something?"
<4> ;::arraylist::Add "did i forget something?2"
<8> Gotisch: #675 (2277 clicks) Tcl error: invalid command name "varialbe"
<1> T-4 mins
<1> clouds clear :P
<9> Im searching for a script, that visit an URL. Just that nothinmore.
<9> Someone Can help me? :)
<10> ::http::geturl www.tcl.tk
<10> ::http::cleanup
<10> thats it
<9> Mmmm
<9> Powrforce can I msg you for 1 sec?
<2> no
<2> lol
<2> just ask in channel
<9> Is your name Powrforce?
<10> thanks [GRiMMY]
<10> :)
<9> Dont think so
<2> no but Powrforce agrees with me
<9> But ok
<9> proc index { nick host handle channel text} {
<9> set pretijd [clock seconds]
<9> ::http::geturl http://xxx/index.php?r=$titel&g=$groep&s=$categorie&t=$tijd&c=$channel&n=$nick
<9> whats wrong :p



<4> proc ::arraylist::Add { item } {
<4> variable ourarray;
<4> set temp [array get ourarray]
<4> array set ourarray "1 $item"; set i 1
<4> foreach { - item } $temp {
<4> set ourarray([incr i]) $item
<4> }
<4> }
<4> ;array unset ::arraylist::ourarray
<8> Gotisch: #695 (161 clicks) Tcl:
<10> mucho nice code in hree
<9> hmmm...
<4> ;arraylist::Add "one entry"
<8> Gotisch: #698 (7276 clicks) Tcl error: invalid command name "varialbe"
<4> ar
<2> lol
<4> ;::arraylist::Add "one entry"
<8> Gotisch: #701 (5302 clicks) Tcl error: invalid command name "varialbe"
<4> mh
<4> didnt i just overwrite it?
<4> proc arraylist::Add { item } {
<4> variable ourarray;
<4> set temp [array get ourarray]
<4> array set ourarray "1 $item"; set i 1
<4> foreach { - item } $temp {
<4> set ourarray([incr i]) $item
<4> }
<4> }
<4> ;arraylist::Add "one entry"
<8> Gotisch: #705 (2275 clicks) Tcl error: invalid command name "varialbe"
<4> -.-
<10> ;info proc ::arraylist::Add
<8> Powrforce: #707 (300 clicks) Tcl: ::arraylist::Add
<4> ;reset
<8> Gotisch: #708 (1765853 clicks) Tcl: Reset safetcl.
<4> ;proc arraylist::Add { item } {
<4> variable ourarray;
<4> set temp [array get ourarray]
<4> array set ourarray "1 $item"; set i 1
<4> foreach { - item } $temp {
<4> set ourarray([incr i]) $item
<4> }
<4> }
<4> frick
<4> i didnt make the namespace
<4> ;info proc arraylist::Add
<8> Gotisch: #4 (267 clicks) Tcl:
<4> right
<4> ;namespace eval arraylist { variable ourarray; array set ourarray {} }
<8> Gotisch: #6 (369 clicks) Tcl:
<4> ;proc arraylist::Add { item } {variable ourarray; set temp [array get ourarray]; array set ourarray "1 $item"; set i 1 ; foreach { - item } $temp { set ourarray([incr i]) $item; } }
<8> Gotisch: #7 (623 clicks) Tcl:
<4> ;arraylist:Add "one entry"
<8> Gotisch: #8 (2065 clicks) Tcl error: invalid command name "arraylist:Add"
<4> ...
<4> ;arraylist::Add "one entry"
<8> Gotisch: #10 (985 clicks) Tcl error: list must have an even number of elements
<4> hehe
<4> ;arraylist::Add "one"
<8> Gotisch: #12 (438 clicks) Tcl:
<4> ;arraylist::Add "two"
<8> Gotisch: #13 (457 clicks) Tcl:
<4> ;arraylist::Add "three"
<8> Gotisch: #14 (460 clicks) Tcl:
<4> ;array get arraylist::ourarray
<8> Gotisch: #15 (176 clicks) Tcl: 1 three 2 two 3 one
<4> that done i can safely fall back into agonism
<2> xplo^
<2> an error would be nice
<2> lol
<1> so... is it at Pluto yet?
<2> its launched?
<4> i missed it :(
<1> 10 mins ago


Name:

Comments:

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






Return to #tcl
or
Go to some related logs:

imageready linux
porno goid
#politics
#cisco
misslavey.com
#slackware
#feckoff
#goal
#beginner
#csharp



Home  |  disclaimer  |  contact  |  submit quotes