Advertising
advertising
related pastes to tag 'stats'
- 1875495 - Zeus: 3 stats halohalo
-
- Alias -l sh return $($+(%,bungie.,$sock($sockname).mark,.,$1-),2)
- Alias -l chL return $regsubex($1-,/^(\d*)-(\d*)$/,$calc(\1) $+ - $+ $calc(\2) $chr(40) $+ $r5($round($calc((\2 / $calc(\1 + \2)) * 100),0) $+ %) $+ $chr(41) $chr(124) )
- Alias -l r5 {
- if ($gettok($1-,1,37) > 50) return $+(04,$1-,)
- if ($gettok($1-,1,37) < 50) return $+(03,$1-,)
- if ($gettok($1-,1,37) == 50) return $+(12,$1-,)
- }
- On *:SOCKOPEN:Bungie.*: {
- 1268411 - Julien: stats
-
- # test du chi 2 de la semaine der
- testchi2 = function() {
- pop = rep(c("F","D"),c(4000,6000))
- ech1 = sample(pop,1000)
- ech2 = sample(pop,1000)
- tab = rbind(table(ech1),table(ech2))
- test = chisq.test(tab)
- test
- 825652 - stats: stats
-
- alias do_complete {
- var %win_setup -t,8,20,90,100,110,120,130,140,150,160,170,180 @stats
- window -kzel %win_setup
- font @stats arial | font @stats 10
- var %site $1
- var %info $sortmulti($1-)
- var %rls $gettok([ %info ],1,126)
- ; var %sect $gettok([ %info ],2,126)
- 777191 - Stats script: stats
-
- alias c1 { return 10 $+ $1- }
- alias c2 { return 12 $+ $1- }
- on *:text:*:#: {
- if (* $+ $chr(36) $+ * iswm $2-) { halt }
- tokenize 32 $strip($1-)
- if ($left($1,1) !isin @!.) halt
- if ($right($1,-1) == stats) var %style = astats
- 668964 - stats script for rs: script for rs stats
-
- on $*:TEXT:/^[.@]((def|set)?(name|rsn)|p(est|c)|stats?|overall?|totaa?l|co?mb|att|def|str|h(p|it)|rang|pray|mag[ie]|cook|w(c|ood)|flet|fish|f(m|iremak)|craft|smith|min|herb|agi|th(ie|ei)|slay|farm|r(c|une)|hunt|c(s|on))/Si:#:{
- if ($regex($1,/^[!@](def|set)?(name|rsn)/Si)) {
- if (!$2) notice $nick $+($c1,[,$c2,You didn't specify a name! Please type,$c1 $1 name])
- else {
- writeini defname.ini Defname $address($nick,3) $hr($2-)
- notice $nick $+($c1,[,$c2,The nick $c1,$2- $c2,is now set for your host,$c1,])
- }
- }