Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • poker_history Poker hands history parser = Poker History parse Parse poker history from different poker-rooms. == Install gem 'poker_history' == Usage parser = PokerHistory.parse(source) parser.game or parser = PokerHistory::Rooms::PokerStars.new(source) ...
  • SamplePokerBot-Java ... the source, you can run BotRunner with: java com.oorby.poker.BotRunner botName devkey BotRunner is currently hardcoded to use SimpleBot, which randomly takes an action. You can add your own poker logic by creating your own implementation of the Bot ...
  • BlindCounter A simple jQuery-based page to manage a home game poker tournament.
  • Project-Ideas Project Ideas ============= Ruby ---- * jabber client * games * tic-tac-toe * number guess * animal game * poker * blackjack * command line ascii racer * todo list manager * plaintext/pdf to epub * programming tutorial * language tutor ...
  • nthings ... next box would have like (all, every, any, each, etc) the next would be a blank space to type something like "programmers", "poker players", etc., the next one could have like a dropdown list of pre-filled values like ([not] know, do, watch, learn, read, ...
  • poker-stats Program to calculate hand statistics
  • ptr-cli ... .com/ ### Features - Crawls, parses, and reformats data for easy command-line - Outputs concise data for use in notes fields - Updates the PTR Buddy List - Integrates with the clipboard for easy interaction with poker clients. - Caches data locally.
  • ScrumPoker ... HTML5 WebSocket and nodejs/Socket.IO. #Story Point Team Poker [![Build Status](https://travis-ci.org/WayneYe/ScrumPoker. ... by HTML5 WebSocket and nodejs/Socket.IO. #Screenshots ###Creating Poker Room [![Create Room](https://raw.githubusercontent.com/WayneYe ...
  • pokr a collection of poker tools written in C++
  • string_comparison ... // should == 100 % // For string distance calculation expected = "David Joker" other = "David Poker" string_comparision.calc_distance(expected,other) // For Numeric distance calculation string_comparision.calc_distance_for_number(expected, other)