Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'stats'

1875495 - Zeus: 3 stats halohalo
  1. Alias -l sh return $($+(%,bungie.,$sock($sockname).mark,.,$1-),2)
  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) )
  3. Alias -l r5 {
  4.   if ($gettok($1-,1,37) > 50) return $+(04,$1-,)
  5.   if ($gettok($1-,1,37) < 50) return $+(03,$1-,)
  6.   if ($gettok($1-,1,37) == 50) return $+(12,$1-,)
  7. }
  8. On *:SOCKOPEN:Bungie.*: {
  9.  
1268411 - Julien: stats
  1. # test du chi 2 de la semaine der
  2. testchi2 = function() {
  3.         pop = rep(c("F","D"),c(4000,6000))
  4.         ech1 = sample(pop,1000)
  5.         ech2 = sample(pop,1000)
  6.         tab = rbind(table(ech1),table(ech2))
  7.         test = chisq.test(tab)
  8.         test
  9.  
825652 - stats: stats
  1. alias do_complete {
  2.   var %win_setup -t,8,20,90,100,110,120,130,140,150,160,170,180 @stats
  3.   window -kzel %win_setup
  4.   font @stats arial | font @stats 10
  5.   var %site $1
  6.   var %info $sortmulti($1-)
  7.   var %rls $gettok([ %info ],1,126)
  8.   ;  var %sect $gettok([ %info ],2,126)
  9.  
777191 - Stats script: stats
  1. alias c1 { return 10 $+ $1- }
  2. alias c2 { return 12 $+ $1- }
  3.  
  4. on *:text:*:#: {
  5.   if (* $+ $chr(36) $+ * iswm $2-) { halt }
  6.   tokenize 32 $strip($1-)
  7.   if ($left($1,1) !isin @!.) halt
  8.   if ($right($1,-1) == stats) var %style = astats
  9.  
668964 - stats script for rs: script for rs stats
  1. 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:#:{
  2.   if ($regex($1,/^[!@](def|set)?(name|rsn)/Si)) {
  3.     if (!$2) notice $nick $+($c1,[,$c2,You didn't specify a name! Please type,$c1 $1 name])
  4.     else {
  5.       writeini defname.ini Defname $address($nick,3) $hr($2-)
  6.       notice $nick $+($c1,[,$c2,The nick $c1,$2- $c2,is now set for your host,$c1,])
  7.     }
  8.   }
  9.  
worth-right