@# Quotes DB     useful, funny, interesting





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



Comments:

<0> set tempinfo(2) [subst -novariables -nocommands {proc binder_$command { nick uhost hand chan text } {}]
<1> aww :(
<0> hmmm
<0> set tempinfo(2) [subst -novariables -nocommands {proc binder_$command \{ nick uhost hand chan text \} \{}]
<2> [GRiMMY]: #5152 (236 clicks) Tcl: proc binder_$command { nick uhost hand chan text } {
<3> disconnect :(
<3> ; proc GRiMMY {} { puts blubb }
<2> Obeliks: #5154 (361 clicks) Tcl:
<3> [GRiMMY]
<2> Obeliks: #5155 (stdout) blubb
<3> ^^
<0> huh?
<3> [lindex {a b c} 1]
<2> Obeliks: #5158 (173 clicks) Tcl: b
<4> did you write a solution grimmy?



<0> yeah?
<0> no
<0> i just got in
<4> okay
<4> BL4DE? you did? :)
<0> how long did it take you though?
<4> 45 minutes
<0> question a) b) and c)
<0> ?
<4> to write the working program :)
<4> I did not write the interface which asks for user input tho
<1> b and c are trivial
<4> just the procs needed
<4> and I did not do the loop for C
<4> :)
<4> too lazy :)
<4> it can generate the grid, encode, decode
<0> lol
<1> paste away
<0> anyway shall we do another?
<0> where is Gotisch with his website thing
<5> mh?
<4> http://paste.tclhelp.net/?id=4qd&crc=3191008929
<6> what website thing?
<6> ok gimme a sec
<6> i have one ready in 3 min
<0> wait
<0> http://www.olympiad.org.uk/papers/2003/samples/samples.html
<0> this one
<0> number 1 looks quite easy/good
<0> i mean 2
<0> number 3 looks hard
<7> steam engine
<6> ok uploading it
<6> damn you
<6> why do you tell me to make one
<6> if you look another one:p
<6> http://rainbow.sytes.net/test/temp/O022.txt
<4> hmm
<6> fixed the tabs
<4> that table looks strange
<4> :)
<4> perfect :)
<6> shuffling is tricky
<6> i tryed it once for a card game
<6> [GRiMMY]
<2> Gotisch: #5205 (stdout) blubb
<6> thats ok with you?
<6> damn you changed the proc :P
<0> hmmm
<0> Gotisch, shuffling is easy...
<0> i got a fairly secure shuffle
<0> that will happily shuffle for a number of permuatations
<0> enough to cover a 52 card deck anyway
<0> well i will do it later =P
<0> got a lil work to do first



<0> ok **** it
<0> i'm gonna start nw
<0> set str 4(bio)
<2> [GRiMMY]: #5217 (152 clicks) Tcl: 4(bio)
<0> ;string first (
<2> [GRiMMY]: #5218 (543 clicks) Tcl error: wrong # args: should be "string first subString string ?startIndex?"
<0> ;string first ( $str
<2> [GRiMMY]: #5219 (292 clicks) Tcl: 1
<0> set str 4b
<2> [GRiMMY]: #5220 (154 clicks) Tcl: 4b
<0> ;string first ( $str
<2> [GRiMMY]: #5221 (256 clicks) Tcl: -1
<0> ok
<0> bah playing poker
<0> and then gonna do some of my project for college
<0> then maybe i'll do it
<0> i'd say recursion is a key idea for this...
<6> :]
<8> im looking at these hyip atm
<8> see if I can make some money or lose ;)
<0> hyip?
<8> High Yield Investment Program
<0> oh ok
<8> or high scam possibility
<1> just that it ends with "program" makes it look like a pyramid scheme
<8> yeah ponzi indd;)
<9> ;set file "hello i am bored!"
<2> N86ers: #5247 (151 clicks) Tcl: hello i am bored!
<9> ;string $file "Gay"
<2> N86ers: #5248 (593 clicks) Tcl error: bad option "hello i am bored!": must be bytelength, compare, equal, first, index, is, last, length, map, match, range, repeat, replace, tolower, toupper, totitle, trim, trimleft, trimright, wordend, or wordstart
<9> ;string match $file "Gay"
<2> N86ers: #5249 (263 clicks) Tcl: 0
<9> my memory suks =)
<9> ****s
<6> ; string map { I N86ers am is bored! gay! } $file
<2> Gotisch: #5252 (349 clicks) Tcl: hello i is gay!
<6> damn
<9> lol
<6> ; string map -nocase { I N86ers am is bored! gay! } $file
<2> Gotisch: #5255 (321 clicks) Tcl: hello N86ers is gay!
<9> LOL
<9> ;regsub {bored} $file {gay};puts $file
<2> N86ers: #5257 (stdout) hello i am bored!
<9> ;regsub {bored} $file {gay}
<2> N86ers: #5258 (261 clicks) Tcl: hello i am gay!
<7> oh my
<9> ;join $file "-"
<2> N86ers: #5260 (173 clicks) Tcl: hello-i-am-bored!
<7> ;regsub {i} $file {I}
<2> th3dge: #5261 (418 clicks) Tcl: hello I am bored!
<7> ;regsub {I am} $file {I'm}
<9> hhe
<2> th3dge: #5262 (11628 clicks) Tcl: hello i am bored!
<7> ;regsub {i am} $file {I'm}
<2> th3dge: #5264 (17195 clicks) Tcl: hello I'm bored!
<9> puts [join [lreverse [split $file ""]] " "]
<2> N86ers: #5265 (stdout) ! d e r o b m a i o l l e h
<9> puts [join [lreverse [split $file ""]] "-"]
<2> N86ers: #5266 (stdout) !-d-e-r-o-b- -m-a- -i- -o-l-l-e-h
<9> puts [join [lreverse [split $file ""]] "Gotisch"]
<2> N86ers: #5267 (stdout) !GotischdGotischeGotischrGotischoGotischbGotisch GotischmGotischaGotisch GotischiGotisch GotischoGotischlGotischlGotischeGotischh
<9> hihi
<10> [regexp -all -inline -- {<SPAN CL***=\"std_med\"><A HREF=\"(.*)\">(.*)</A><BR></SPAN>\s*<SPAN ID=\"embolden\">Pre-Order: Ships on (.*)<BR></SPAN>} $hdata]
<2> Klipsch: #5269 (345 clicks) Tcl error: can't read "hdata": no such variable
<10> how can i disable (.*) from getting newlines ?
<11> Klipsch: making it non-greedy, or what?


Name:

Comments:

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






Return to #tcl
or
Go to some related logs:

#openbsd
#gentoo
pirelli calendar nude
#mirc
What is DXExperience
0x80040111 windows defender
linksys error msgbox
9 stone=pounds?
#politics
awk string too long



Home  |  disclaimer  |  contact  |  submit quotes