94 projects tagged "Windows"
markov.sql implements third order (and lower) model Markov Chains, including training and generation, in pure SQL(ite). The source code archive also contains a pre-trained SQL dump with models based on the 1990 US Census Bureau data sets for first and last names, and an excerpt of the 2012 US tax office corporation names.
Voting Poll System script is an implementation of a voting poll for the Web. Data can be saved in TXT files on the server, or in a MySQL database. An admin page allows you to add, reset, and delete polls, see the poll code that must be added to Web pages, and view poll data including the start date and time, total number of votes, percentages, and last vote time for each poll item. It also works in browsers with JavaScript disabled. Multiple polls can be added to a single page.
code_finder is a standalone script that contains a database of Bangladeshi postal codes with Districts, Thanas, Post Offices, and Post Codes. It is easily customizable and easy to use. Functions are provided for searching by postal code or post office name, and for displaying information.
Trivia Game is a trivia question game script where questions and answers can be stored in external files in XML or JSON format. The game has two levels: in level 1, a list of answers is displayed for each question, and the user must click on the correct answer. In level 2, a text box is displayed in which the user can write the answer. Questions can be asked consecutively or in random order without repeat. A countdown timer can also be given for each question.
iterate simply takes a command line with an inserted dollar sign, $, and substitutes $ with entries from a list. Each such inserted command line is executed sequentially. The list can either be specified in the command line or in a file. iterate is particularly useful in sending commands to clusters of nodes. It was written with SSH/plink in mind.
Commandline tools to inspect and manipulate CD/DVD optical disc images.