| Projects on Google Code | Results 1 - 10 of 44 |
This is a game for programmers who like play pool on weekend.
PoolME it is a game developed in JME tecnology.
This is a project's discipline, so we expect that you enjoy the game.
Created by David Henrique, Elaine Cristina and Lucas Vieira
pyShots is a computerised game of pool written in python and pygame.
Currently it is only in the proposal stage, so no other details have yet been confirmed.
= Cinooka =
Cinooka (from "Sinuca", which means billiard in Portuguese) is an open source 3D billiard game, written in OpenGL. This was our final project for the "Computer Graphics" course at Universidade Federal do Rio Grande do Sul (UFRGS), Brazil. We received the 2nd best grade for this proje...
= ThreadPool Component =
The ThreadPool is a component in which other components can get jobs executed.
The API has three important functions:
=== ThreadPool(max_workers=5, kill_workers_after=3) ===
Constructor function
* max_workers is the maximum number of threads used in/by the pool.
...
pyorapool is a connection pooling daemon using python and pyro that can be used from ORMs like Django.
Django until version 1.1 does not keep any connections between requests open but creates a new one for every query which can make it pretty slow.
pyorapool will keep connections open and will...
The aim is to create a generic database pool template that caches database connections. Database specific functions such as creating connections and obtaining statment pointers/handles are different from vendor to vendor, but generic functions such as obtaining a cached connection, keeping it alive ...
Pool game for XNA by IET
mysql pool, it can manage sevral mysql connection which be configed to many farms,
according to hash-key, you can get reader or writer from this farm.
posgreSQL connection pool, it can manage sevral posgreSQL connection which be configed to many farms, according to hash-key, you can get reader or writer from this farm.
This project is a [http://en.wikipedia.org/wiki/Thread_pool_pattern Thread Pool pattern] implementation in c++ for the unix/Linux environment.
This project is an endeavor to create a seamless thread pool lib which would aim to provide support for runtime administration of it.
Please download the...