real poker 0.2.8
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1047
Real Poker 0.2.8
Real Poker project is a poker simulation. more>>
Real Poker project is a poker simulation.
New poker games may be created by the user. Hand simulations may be run.
Upon execution the first thing that is displayed is the main window for Real Poker.
Poker games may be created, saved, deleted, and edited. Poker games may also be filtered through a learning process, the results of which are used by the robot players.
There is a game library provided with Real Poker "out of the box" which includes four poker games: Seven Card Stud, Five Card Stud, Texas Holdem, and Five Card Draw. The game library file is named "games.lib".
A game library may contain a maximum of 50 games. When Real Poker is first loaded, the default game library (games.lib) will automatically be loaded provided it is present in the .RP directory within your HOME directory (see the INSTALL file).
Use your mouse to click on the GAME LIBRARY drop-down item under the MISC menu selection to perform various functions concerning the game library.
<<lessNew poker games may be created by the user. Hand simulations may be run.
Upon execution the first thing that is displayed is the main window for Real Poker.
Poker games may be created, saved, deleted, and edited. Poker games may also be filtered through a learning process, the results of which are used by the robot players.
There is a game library provided with Real Poker "out of the box" which includes four poker games: Seven Card Stud, Five Card Stud, Texas Holdem, and Five Card Draw. The game library file is named "games.lib".
A game library may contain a maximum of 50 games. When Real Poker is first loaded, the default game library (games.lib) will automatically be loaded provided it is present in the .RP directory within your HOME directory (see the INSTALL file).
Use your mouse to click on the GAME LIBRARY drop-down item under the MISC menu selection to perform various functions concerning the game library.
Download (0.25MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1028 downloads
ROTE 0.2.8
ROTE is a simple C library for VT102 terminal emulation. more>>
ROTE is a simple C library for VT102 terminal emulation. It allows the programmer to set up virtual screens and send them data.
The virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so that you may render the virtual screen to the real screen when you need to.
There are several programs that do terminal emulation, such as xterm, rxvt, screen and even the Linux console driver itself.
However, it is not easy to isolate their terminal emulation logic and put it in a module that can be easily reused in other programs. Thats where the ROTE library comes in.
The goal of the ROTE library is to provide terminal emulation support for C/C++ applications, making it possible to write programs that display terminals in embedded windows within them, or even monitor the display produced by other programs.
The ROTE library does not depend on any other library (except libc, of course), and ncurses support can be enabled or disabled at compile-time.
With ncurses support compiled in, the ROTE library is able to render the virtual screens to the physical screen (actually any ncurses window) and can also translate ncurses key codes to the escape sequences the Linux console would have produced (and feed them into the terminal).
Ncurses support is not mandatory however, and ROTE will work fine without it, but in that case the application must take care of drawing the terminal to the screen in whichever way it sees fit.
ROTE also encapsulates the functionality needed to execute a child process using the virtual screen as the controlling terminal. It will handle the creation of the pseudo-terminal and the child process.
All the application has to do is tell it the command to run in the terminal and call an update function at regular intervals to allow the terminal to update itself.
<<lessThe virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so that you may render the virtual screen to the real screen when you need to.
There are several programs that do terminal emulation, such as xterm, rxvt, screen and even the Linux console driver itself.
However, it is not easy to isolate their terminal emulation logic and put it in a module that can be easily reused in other programs. Thats where the ROTE library comes in.
The goal of the ROTE library is to provide terminal emulation support for C/C++ applications, making it possible to write programs that display terminals in embedded windows within them, or even monitor the display produced by other programs.
The ROTE library does not depend on any other library (except libc, of course), and ncurses support can be enabled or disabled at compile-time.
With ncurses support compiled in, the ROTE library is able to render the virtual screens to the physical screen (actually any ncurses window) and can also translate ncurses key codes to the escape sequences the Linux console would have produced (and feed them into the terminal).
Ncurses support is not mandatory however, and ROTE will work fine without it, but in that case the application must take care of drawing the terminal to the screen in whichever way it sees fit.
ROTE also encapsulates the functionality needed to execute a child process using the virtual screen as the controlling terminal. It will handle the creation of the pseudo-terminal and the child process.
All the application has to do is tell it the command to run in the terminal and call an update function at regular intervals to allow the terminal to update itself.
Download (0.060MB)
Added: 2005-09-28 License: LGPL (GNU Lesser General Public License) Price:
1486 downloads
Money Poker 3.2
Money Poker features poker ring games and tournaments for free or with real money with real live players from all over the world. Games are available ... more>> <<less
Download (6KB)
Added: 2009-04-12 License: Freeware Price: Free
196 downloads
JPokerTM 0.2
JPokerTM is a JPoker Tournament Manager, a Poker Tournament application. more>>
JPokerTM is a JPoker Tournament Manager, a Poker Tournament application.
As I am a very keen Python user and also an avid Poker player, I decided to write an Open Source Cross-Platform application in Jython (a Java implementation of Python - see www.jython.org) to firstly make my life easier during our own home games (replacing written notes regarding blinds etc balanced against a pot plant).
There are many many improvements I want to make to this application, which is why it is currently designated as Alpha. However it is perfectly adequate as it stands to support my own home games, so I consider this a reasonable point to release it as v0.1. I would really like to have the chip value display working and that will probably go in v0.2.
This application is not really intended for use in huge tournaments like the WSOP where there will be more that 18 levels, it is more for home games and small card room tournaments. However if I get requests to support larger tournaments, I would certainly consider them.
Enhancements:
- BUGFIX* Added Ante Display.
- Added a chip value display to the tournament window.
- Added a preferences menu option which allows Currency (also FTR (fit to receive) display size in a future release) preferences to be selected.
- Preferences loaded from a file (if not present, default file created on startup).
- *BUGFIX* Pound sign display issue corrected by above.
- *BUGFIX* Ante format was not being provided if selected (TYPO).
- Blind structures now contained in external files, which are loaded into the application on startup.
- Files are simple csv (easily editable in an external application).
<<lessAs I am a very keen Python user and also an avid Poker player, I decided to write an Open Source Cross-Platform application in Jython (a Java implementation of Python - see www.jython.org) to firstly make my life easier during our own home games (replacing written notes regarding blinds etc balanced against a pot plant).
There are many many improvements I want to make to this application, which is why it is currently designated as Alpha. However it is perfectly adequate as it stands to support my own home games, so I consider this a reasonable point to release it as v0.1. I would really like to have the chip value display working and that will probably go in v0.2.
This application is not really intended for use in huge tournaments like the WSOP where there will be more that 18 levels, it is more for home games and small card room tournaments. However if I get requests to support larger tournaments, I would certainly consider them.
Enhancements:
- BUGFIX* Added Ante Display.
- Added a chip value display to the tournament window.
- Added a preferences menu option which allows Currency (also FTR (fit to receive) display size in a future release) preferences to be selected.
- Preferences loaded from a file (if not present, default file created on startup).
- *BUGFIX* Pound sign display issue corrected by above.
- *BUGFIX* Ante format was not being provided if selected (TYPO).
- Blind structures now contained in external files, which are loaded into the application on startup.
- Files are simple csv (easily editable in an external application).
Download (0.42MB)
Added: 2006-08-27 License: GPL (GNU General Public License) Price:
1154 downloads
Party Poker 10.9
Games include Texas Hold em (No Limit and Fixed Limit), Omaha and Omaha Hi-Lo, Seven-card Stud and Seven-card Stud Hi-Lo. Players can play for either... more>> <<less
Download (660KB)
Added: 2009-03-31 License: Freeware Price: Free
219 downloads
Other version of Party Poker
License:Freeware
Halberd 0.2.1
Halberd discovers HTTP load balancers. more>>
Halberd discovers HTTP load balancers. Halberd is useful for web application security auditing and for load balancer configuration testing.
To cope with heavy traffic loads, web site administrators often install load balancer devices. These machines hide (possibly) many real web servers behind a virtual IP.
They receive HTTP requests and redirect them to the real web servers in order to share the traffic between them. Halberd is a tool aimed at discovering real servers behind virtual IPs.
Installation:
To install the program you need to execute:
python setup.py install
Enhancements:
- A corner case in the analysis phase was worked around.
- The documentation was improved.
<<lessTo cope with heavy traffic loads, web site administrators often install load balancer devices. These machines hide (possibly) many real web servers behind a virtual IP.
They receive HTTP requests and redirect them to the real web servers in order to share the traffic between them. Halberd is a tool aimed at discovering real servers behind virtual IPs.
Installation:
To install the program you need to execute:
python setup.py install
Enhancements:
- A corner case in the analysis phase was worked around.
- The documentation was improved.
Download (0.12MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1155 downloads
KPoker 0.7
KPoker project is a Video Poker game. more>>
KPoker project is a Video Poker game.
KPoker is a KDE-compilant clone of those highly addictive pocket video poker games which are sometimes called "Videopoker".
Enhancements:
- added two player game
- fixed some and added many bugs
<<lessKPoker is a KDE-compilant clone of those highly addictive pocket video poker games which are sometimes called "Videopoker".
Enhancements:
- added two player game
- fixed some and added many bugs
Download (0.29MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1065 downloads
Ugly Poker 1.0
Ugly Poker is a free video poker game for linux. more>>
Ugly Poker is a free video poker game for linux.
Ugly Poker is a Free Linux Game of Video Poker that might remind you of your favorite casino video poker machine youve played in Las Vegas or another casino somewhere in the world like gold studded Monaco, on a steamboat near Louisiana, around beautiful Lake Tahoe in Nevada, or Atlantic City on the boardwalk along the Atlantic Ocean.
With Ugly Poker, you can be reminded of those places just mentioned - without leaving your home. Call it ugly and convenient!
<<lessUgly Poker is a Free Linux Game of Video Poker that might remind you of your favorite casino video poker machine youve played in Las Vegas or another casino somewhere in the world like gold studded Monaco, on a steamboat near Louisiana, around beautiful Lake Tahoe in Nevada, or Atlantic City on the boardwalk along the Atlantic Ocean.
With Ugly Poker, you can be reminded of those places just mentioned - without leaving your home. Call it ugly and convenient!
Download (1.8MB)
Added: 2005-12-09 License: Freeware Price:
1418 downloads
BooKreader 0.2
BooKreader is a Linux KDE twin-panel text files viewer specialized for reading e-books. more>>
BooKreader is a Linux KDE twin-panel text files viewer specialized for reading e-books.
It supports multiple bookmarks, custom fonts, encoding selection.
The main feature is the reader has two-page style, so it looks like a real book.
<<lessIt supports multiple bookmarks, custom fonts, encoding selection.
The main feature is the reader has two-page style, so it looks like a real book.
Download (0.66MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
848 downloads
PokerTH 0.5
PokerTH is a Texas Holdem Poker Engine. more>>
PokerTH is a Texas Holdem Poker Engine.
PokerTH is a Single-Player Poker Game written in C++/QT4.
You can play the popular Texas Holdem Poker against up to four computer-opponents. Its available for Linux and Windows.
<<lessPokerTH is a Single-Player Poker Game written in C++/QT4.
You can play the popular Texas Holdem Poker against up to four computer-opponents. Its available for Linux and Windows.
Download (7.4MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
1037 downloads
Online Poker 1.1.2
Poker Eon features exciting poker tournaments and ring games 24/7! We have something to offer for every player, from beginners to seasoned players – w... more>> <<less
Download (6028KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
Tangerine 0.2.8
Tangerine project is a music server. more>>
Tangerine project is a music server.
Tangerine is a music server which uses the DAAP protocol. It allows you to listen to music over the network using a variety of applications (iTunes, Banshee, Rhythmbox, for example).
It can automatically find your music through Beagle, and features an easy-to-use tool for configuration. It is similar to the popular mt-daapd server.
<<lessTangerine is a music server which uses the DAAP protocol. It allows you to listen to music over the network using a variety of applications (iTunes, Banshee, Rhythmbox, for example).
It can automatically find your music through Beagle, and features an easy-to-use tool for configuration. It is similar to the popular mt-daapd server.
Download (0.86MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1172 downloads
SiVeCo 0.2.8
SiVeCo is a simple version control program. more>>
SiVeCo is a simple version control program. It is very easy to install and use, and has nearly no dependencies. This application is meant to be used for someone working alone on smaller projects, with contributors sending patches infrequently.
Enhancements:
- Bugs were fixed.
- The ability to export data to other SCMs was added, and an example for mercurial is included.
<<lessEnhancements:
- Bugs were fixed.
- The ability to export data to other SCMs was added, and an example for mercurial is included.
Download (0.043MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
801 downloads
BBDock 0.2.8
BBDock is an application launcher for Blackbox (and others) that allows you to create application buttons in the slit/dock. more>>
BBDock is an application launcher for Blackbox (and others) that allows you to create application buttons in the slit/dock. It works with PNG files rather than XPM images. BBDock supports alpha blending at 16, 24 and 32 bits color-depth.
Also, the raise-window function is available to window managers which implement the EWMH specification.
Note: there is a trancparency issue with blackbox 0.70. A workaround is this
Slit.cc replacement (place into blackbox-0.70/src/).
Configuration
You may invoke BBDock either with your icons specified on command line or simply create a short configuration file (.bbdockrc) in your home directory.
The syntax for a command-line-argument or a line in the configuration file is equal:
IMAGEFILE:COMMAND[:WINDOWTITLE;[:IDLE]]
IMAGEFILE - should be path and filename of some PNG icon
COMMAND - a script or binary to execute
WINDOWTITLE - is a semicolon-seperated list of case-insensitive
window-titles of corresponding application-windows. Those
strings may contain wildcard characters (* and/or ?) to
exclusively identify a window. By providing this list you
make the icon exclusive to one instance of course. Clicking
on already launched icons will raise the corresponding
window instead of invoking a new instance.
IDLE - idle time after triggering one icon in miliseconds, instead
of using numbers you may also use the terms "lame" (~ 10 s),
"slow" (~ 5 s), "fast" (~ 500 ms) or "fastest" (~ 250 ms)
For example, run it from command line this way:
$ bbdock "~/.icons/firefox.png:firefox:*Firefox"
Sample out of a ~/.bbdockrc:
~/.icons/terminal.png:xterm::1
~/.icons/firefox.png:firefox:*Firefox
To start by configuration file, just run bbdock. Type "bbdock -h" for a detailed view of general options.
<<lessAlso, the raise-window function is available to window managers which implement the EWMH specification.
Note: there is a trancparency issue with blackbox 0.70. A workaround is this
Slit.cc replacement (place into blackbox-0.70/src/).
Configuration
You may invoke BBDock either with your icons specified on command line or simply create a short configuration file (.bbdockrc) in your home directory.
The syntax for a command-line-argument or a line in the configuration file is equal:
IMAGEFILE:COMMAND[:WINDOWTITLE;[:IDLE]]
IMAGEFILE - should be path and filename of some PNG icon
COMMAND - a script or binary to execute
WINDOWTITLE - is a semicolon-seperated list of case-insensitive
window-titles of corresponding application-windows. Those
strings may contain wildcard characters (* and/or ?) to
exclusively identify a window. By providing this list you
make the icon exclusive to one instance of course. Clicking
on already launched icons will raise the corresponding
window instead of invoking a new instance.
IDLE - idle time after triggering one icon in miliseconds, instead
of using numbers you may also use the terms "lame" (~ 10 s),
"slow" (~ 5 s), "fast" (~ 500 ms) or "fastest" (~ 250 ms)
For example, run it from command line this way:
$ bbdock "~/.icons/firefox.png:firefox:*Firefox"
Sample out of a ~/.bbdockrc:
~/.icons/terminal.png:xterm::1
~/.icons/firefox.png:firefox:*Firefox
To start by configuration file, just run bbdock. Type "bbdock -h" for a detailed view of general options.
Download (0.018MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1099 downloads
Advance Stock Tracker 0.2.8
Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks. more>>
Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks.
Advance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical analysis.
<<lessAdvance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical analysis.
Download (1.3MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
917 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above real poker 0.2.8 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed