Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Tie::ShadowHash

Compare

  No analysis available

Tie::ShadowHash is a Perl module that lets you stack together multiple hash-like data structures, including tied hashes such as DB_File databases or text files parsed into a hash, and then treat them like a merged hash. Lookups are handled in the order of the added sources. You can store ... [More] additional values, change values, and delete values from the hash and those actions will be reflected in later operations, but the underlying objects are not changed. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: artistic_gpl
Tags hash perl tie

TTT

Compare

  Analyzed 3 days ago

A tic-tac-toe in plain ansi c using a minimax implementation. This is really the *best* tic-tac-toe player by brute forcing ;) It will precalculate all the 9! (factorial) moves and play accordingly to either win or tie, never lose. Compiles with gcc and visual studio 6

487 lines of code

0 current contributors

almost 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This