Greetings Cyber-Athlete!...  Need Account?  or  Login    
May 22, 2013 - 08:08 AM  
Menu

· Home / News
· Forum
· FAQ
· Merchandise
· Contact Us


Online
There are 10 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Suggested Links
The Counter-Strike TOP 100 Sites

Firefox 2
Firefox 2
Firefox 2

FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  ProfileProfile   
Log in to check your private messagesLog in to check your private messages

>>> XO {Xclusive Onslaught} wants you! <<<
Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    HardMud.com Forum Index -> General Clan Chat
View previous topic :: View next topic  
Author Message
Hu1k



Joined: Dec 13, 2005
Posts: 552

PostPosted: Apr 20, 2006 - 02:51 PM    Post subject: Reply with quote

reign did u think i accidently did that, or were u just informing other people?
Back to top
View user's profile Send private message
reign



Joined: Aug 27, 2003
Posts: 1085

PostPosted: Apr 20, 2006 - 03:16 PM    Post subject: Reply with quote

informing; != made perfect sense so there was no reason to think it was an accident
_________________
Back to top
View user's profile Send private message
Xion



Joined: Oct 15, 2005
Posts: 104

PostPosted: Apr 20, 2006 - 03:17 PM    Post subject: Reply with quote

Hu1k wrote:
reign did u think i accidently did that, or were u just informing other people?
That's a really stupid question Hulk. Lol.

If you look at his post, it says, "BTW, != means not equal for those who do not know".

He is informing.

!= is gay and only used by computer programmers. Lol. Laughing
Back to top
View user's profile Send private message
Hu1k



Joined: Dec 13, 2005
Posts: 552

PostPosted: Apr 20, 2006 - 03:20 PM    Post subject: Reply with quote

shhhhhh (i was asking the question to put more emphasis on some of the.....less inteligent for them to understand more......or maybe im dumb.....idk)
Back to top
View user's profile Send private message
reign



Joined: Aug 27, 2003
Posts: 1085

PostPosted: Apr 20, 2006 - 05:30 PM    Post subject: Reply with quote

well now i gotta show an algorithm i wrote
this was for my texas holdembot
i never finished it but this gauges what the strongest 5 card hand that can be made out of 7 cards
Code:

alias hand {
  var %hand = $($+(%,player.,$$1),2)
  var %suits = $remove(%hand,2-,3-,4-,5-,6-,7-,8-,9-,10-,J-,Q-,K-,A-) 
  var %suitless = $remove(%hand,-S,-C,-D,-H)
  var %cnum = $replace(%suitless,J,11,Q,12,K,13,A,14)
  var %scnum = $sorttok(%cnum,44,nr)
  var %rscnum = $sorttok(%cnum,44,n) 
  var %suitnum = $replace(%suits,S,1,C,2,D,3,H,4)
  var %a = 0
  while (%a <= 4) {
    inc %a 
    if ((*14*13*12*11*10* iswm %scnum) && ($wildtok(%suitnum,%a,0,44) >= 5)) {
      return 10 $+ $chr(44)
      halt   
    }
  }
  var %b = 0
  var %c = 1
  var %d = 0
  while (%c <= 7) {
    inc %b
    inc %c
    var %e = $gettok(%rscnum,%b,44)
    var %f = $gettok(%rscnum,%c,44)
    if ((%e == $calc(%f - 1)) && (%d < 4)) {
      inc %d
      var %q = %f   
    }
    if (%d >= 4) {   
      var %a = 0
      while (%a <= 4) {
        inc %a 
        if ($findtok(%suitnum,%a,0,44) >= 5) {
          return 9 $+ $chr(44) $+ %q
          halt         
        }
      }
    } 
  }
  var %g 1
  while (%g <= 14) {
    inc %g
    if ($findtok(%scnum,%g,0,44) >= 4) {
      return 8 $+ $chr(44) $+ %g
      halt     
    }
  }
  var %h = 15
  while (%h >= 2) {
    dec %h
    if ($findtok(%scnum,%h,0,44) >= 3) {
      var %j = %h
      var %q = $remove(%scnum,%j)     
      break   
    }
  }
  var %h = 15
  while (%h >= 2) {
    dec %h
    if ($findtok(%q,%h,0,44) >= 2) {
      var %i = %h
      break     
    }
  }
  if ((%i) && (%j)) {
    return 7 $+ $chr(44) $+ %j
    halt   
  }
  var %a = 0
  while (%a <= 4) {
    inc %a 
    if ($findtok(%suitnum,%a,0,44) >= 5) {
      return 6 $+ $chr(44) $+ $gettok(%scnum,1,44)
      halt     
    }
  }
  var %b = 0
  var %c = 1
  var %d = 0
  while (%c <= 7) {
    inc %b
    inc %c
    var %e = $gettok(%rscnum,%b,44)
    var %f = $gettok(%rscnum,%c,44)
    if ((%e == $calc(%f - 1)) && (%d < 4)) {
      inc %d
      var %q = %f   
    }
  }   
  if (%d >= 4) {   
    return 5 $+ $chr(44) $+ %q
    halt         
  }
  var %g = 15
  while (%g >= 2) {
    dec %g
    if ($findtok(%scnum,%g,0,44) >= 3) {       
      var %h = %g
      return 4 $+ $chr(44) $+ %h
      halt       
    }
  }
  var %h = 15
  while (%h >= 2) {
    dec %h
    if ($findtok(%scnum,%h,0,44) >= 2) {
      var %j = %h
      var %q = $remove(%scnum,%j)     
      break   
    }
  }
  var %h = 15
  while (%h >= 2) {
    dec %h
    if ($findtok(%q,%h,0,44) >= 2) {
      var %i = %h
      break     
    }
  }
  if ((%i) && (%j)) {
    return 3 $+ $chr(44) $+ %j
    halt   
  }
  var %g = 15
  while (%g >= 2) {
    dec %g
    if ($findtok(%scnum,%g,0,44) >= 2) {
      return 2 $+ $chr(44) $+ %g             
      halt     
    }
  }
  return 1 $+ $chr(44) $+ $gettok(%scnum,1,44)
}

fj33r the enormity of my free time
_________________
Back to top
View user's profile Send private message
Xion



Joined: Oct 15, 2005
Posts: 104

PostPosted: Apr 20, 2006 - 06:06 PM    Post subject: Reply with quote

Lol. Looks like you had a lot of fun. Now use your knowledge an create us a hardmud hack for cs source. Laughing
Back to top
View user's profile Send private message
reign



Joined: Aug 27, 2003
Posts: 1085

PostPosted: Apr 20, 2006 - 06:10 PM    Post subject: Reply with quote

whats this "us" business
_________________
Back to top
View user's profile Send private message
Retr0



Joined: Feb 26, 2006
Posts: 37

PostPosted: Apr 21, 2006 - 01:23 AM    Post subject: Reply with quote

O so xion still on Xo cal didnt know that , well thats good then Razz SHOW XION ME AWPER SKILLZ!!!!!!!!!!!!!!!!!!!!!!!!!! Twisted Evil
Back to top
View user's profile Send private message
Violation!



Joined: Apr 20, 2006
Posts: 27

PostPosted: Apr 21, 2006 - 10:15 AM    Post subject: Reply with quote

Quote:
reign did u think i accidently did that, or were u just informing other people?


I think Hulk accidently did that because Hulk != the sharpest tool in the shed.
_________________
vi·o·la·tion - #aDenied

Back to top
View user's profile Send private message
reign



Joined: Aug 27, 2003
Posts: 1085

PostPosted: Apr 21, 2006 - 04:41 PM    Post subject: Reply with quote

We need you to work your unique charm on this kid named ganja
_________________
Back to top
View user's profile Send private message
greywolf



Joined: Feb 24, 2005
Posts: 887
Location: Tampa

PostPosted: Apr 22, 2006 - 08:08 PM    Post subject: Reply with quote

WoW! 1.5 sux!!!
_________________
Back to top
View user's profile Send private message MSN Messenger
greywolf



Joined: Feb 24, 2005
Posts: 887
Location: Tampa

PostPosted: Apr 22, 2006 - 08:08 PM    Post subject: Reply with quote

Even TFC is better than 1.5 Cool
_________________
Back to top
View user's profile Send private message MSN Messenger
HarryHippo



Joined: Mar 21, 2006
Posts: 85

PostPosted: Apr 28, 2006 - 09:55 PM    Post subject: Reply with quote

Quote:
Now use your knowledge an create us a hardmud hack for cs source

if you want hacks, its pyro you should be talking to Smile
Back to top
View user's profile Send private message AIM Address
greywolf



Joined: Feb 24, 2005
Posts: 887
Location: Tampa

PostPosted: May 04, 2006 - 12:53 AM    Post subject: Reply with quote

greywolf wrote:
I think we can advance further. It is all about playing lots of scrims, practice. We did that towards the end, and that's why we won our last 5 matches. Good luck to you Xion, you are welcome any time as you know.


XO members, it is time to get together, make quick plans, start scrims for sure... CAL season is going to start in 3 weeks.

p.s.: Please start login and using TS to talk. Send me a pm if you need TS info.

Thanks to Allen and other hma, dk members for supporting us.
_________________
Back to top
View user's profile Send private message MSN Messenger
Kung_Fu_Gerbil



Joined: Sep 25, 2005
Posts: 444
Location: Stuck in a lab

PostPosted: May 04, 2006 - 02:54 AM    Post subject: Reply with quote

Don't worry gr3y.......XO. can find a way to pay me back for using my TS.....you know the correct position to assume....thats what i gave you those knee pads for Twisted Evil

but seriously yall boys are always welcome in there
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    HardMud.com Forum Index -> General Clan Chat All times are GMT
Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits


Powered by phpBB 2.0.1 © 2001, 2002 phpBB Group

 


© HardMud.com - All Rights Reserved