@# Quotes DB     useful, funny, interesting





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



Comments:

<0> ; NewNum
<1> BL4DE: #180 (stdout) 27 - 81 = -54
<0> posting in 2 chans at the same time :)
<0> arg
<0> :)
<0> ; 81
<1> BL4DE: #184 (stdout) 20 * 59 = 1180
<0> ; 59
<1> BL4DE: #185 (stdout) 89 / 42 = 2
<0> ; 42
<1> BL4DE: #186 (stdout) 48 / 30 = 1
<0> yeah, as u can see, that's what u want to not do :)
<2> but you take 2 random numbers
<2> i too
<2> but 48/ 30 isnt 1
<0> its because i dont use decimals, all but / would work :)



<0> guess u realized that tho
<2> ye
<0> anyways, i was just bored and wanted to give it a shot :)
<3> lol
<2> you need to add the ?? still
<2> then its perfekt :)
<2> and remove / of course
<0> i wasnt in the calculating mood :)
<2> and limit * so it wont make high numbers
<3> why not use int() or round()
<3> then the / works
<3> =P
<0> u got no idea what u just said or u dont know math :)
<3> why?
<2> he doesnt know how the answere is prozessed
<0> problem is: 89 / 42 = 2 isnt true
<4> or setup tcl_precision to 3 after the dot :)
<3> yes it is
<2> if you int it it is
<3> 2r1
<0> 2,1190476190476190476190476190476
<3> no
<2> but we cant int it
<3> 2 remainder 1
<2> since we create a proc named
<2> after the result
<0> the answer is only there for debugging grimmy :)
<3> lol
<4> ; format %.3f 10/3.
<1> CyBex_: #220 (461 clicks) Tcl error: expected floating-point number but got "10/3."
<2> expr
<4> ; format %.3f [expr 10/3.]
<1> CyBex_: #222 (358 clicks) Tcl: 3.333
<4> that fair :)
<2> but division and mult. of such high numbers is to hard anyway :P
<2> ;set ::result
<1> Gotisch: #225 (191 clicks) Tcl: 39
<2> 39
<1> Gotisch: #226 (stdout) 2 + ?? = 36
<2> 34
<1> Gotisch: #227 (stdout) 10 + ?? = 22
<2> 12
<1> Gotisch: #228 (stdout) 46 + ?? = 61
<2> 15
<1> Gotisch: #229 (stdout) 12 + ? = 17
<4> looks, that he crossposted ;)
<2> 5
<1> Gotisch: #231 (stdout) 19 + ?? = 36
<2> what?
<4> update the proc in other chan
<2> what other chan ???
<2> in qnet?
<4> no idea..
<4> here
<2> who?
<2> FireEgl should fix the bug that it updates the proc counter on every line said
<2> 17
<1> Gotisch: #240 (stdout) 7 + ?? = 38
<2> now it will be 242
<2> 31
<1> Gotisch: #242 (stdout) 0 + ? = 3



<2> 3
<1> Gotisch: #243 (stdout) 8 + ?? = 72
<2> ah
<2> i wanted to add points too :>
<2> so we could play against each other
<5> That's not a bug.. It evaluates everything people say.. And only returns errors when people prefix the line with ;
<2> who is faster in mindcalculations :]
<2> ye
<2> ok \o/ no bug then :)
<2> feature request
<2> dont incr counter on errors without ;
<2> no :/?
<2> so how do we add points?
<2> variable?
<6> variable -> http://www.tcl.tk/man/tcl8.4/TclCmd/variable.htm
<1> variable -> http://Tcl.Tk/man/tcl8.5/TclCmd/variable.htm
<2> or self rewriting proc
<2> ah problem
<2> we dont know the nick :/
<2> ;set nick
<1> Gotisch: #259 (421 clicks) Tcl error: can't read "nick": no such variable
<2> yep
<2> sux :>
<2> workaround = every user gets a command
<2> G <result>
<2> :]
<4> ; info vars
<1> CyBex_: #265 (433 clicks) Tcl: tcl_version tcl_interactive a b errorCode auto_path errorInfo result auto_index env tcl_patchLevel auto_noexec tcl_platform tcl_library
<2> ;foreach var [info vars] { unser ::$var }
<1> Gotisch: #266 (3937 clicks) Tcl error: invalid command name "unser"
<2> ;foreach var [info vars] { unset ::$var }
<1> Gotisch: #267 (3468 clicks) Tcl:
<2> = 34
<1> Gotisch: #268 (stdout) 17 + ?? = 34
<4> now you have 2 quiz running, or not?
<2> no
<2> i unser result
<2> unset
<2> or what do you mean?
<2> because of result there can always only be one
<4> unset rename all procs?
<6> unset -> http://www.tcl.tk/man/tcl8.4/TclCmd/unset.htm
<4> ; info command *
<1> CyBex_: #277 (967 clicks) Tcl: isdynamic subst pwd 42 unknown lrange luniq ctime onchansplit auto_import case break string2list auto_execok ip2hex ischanexempt linsert urlencode ispermban ansicolor rehash catch average encp*** 59 if join strcmp 64 NewNum htmlencode ispermexempt isinvite onchan botisvoice finduser ! format unames modules stricmp LargebinaryToDecimal package washalfop binary lrandom trace 81 sllength isvoice flush
<4> to long ;>
<2> 42
<1> Gotisch: #279 (stdout) 94 * 99 = 9306
<2> 99
<1> Gotisch: #280 (stdout) 33 / 21 = 1
<2> thats BL4DEs one
<3> 21
<1> [GRiMMY]: #282 (stdout) 25 + 27 = 52
<3> 27
<1> [GRiMMY]: #283 (stdout) 6 + 6 = 12
<2> :P
<3> 6
<1> [GRiMMY]: #285 (stdout) 20 + 95 = 115
<2> how hard
<3> omg i am good at this
<3> 95
<1> [GRiMMY]: #288 (stdout) 48 - 70 = -22
<3> 21
<1> [GRiMMY]: #289 (stdout) 58 - 86 = -28
<3> lol
<3> 12
<3> 21
<1> [GRiMMY]: #292 (stdout) 32 * 62 = 1984
<0> 21
<1> BL4DE: #293 (stdout) 70 - 30 = 40
<3> 21
<0> it doesnt unbind
<1> [GRiMMY]: #294 (stdout) 41 - 95 = -54
<3> damn spam bot
<2> ;rename NewNum {}


Name:

Comments:

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






Return to #tcl
or
Go to some related logs:

#computers
#beginner
katrina heiniken looter
I took you home and I wanna bone
#beginner
activetrader proxy
#windows
socalcoeds cracking
#beginner
#microsoft



Home  |  disclaimer  |  contact  |  submit quotes