94 projects tagged "Windows"
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.
SYINF shows in brief a system's CPU brand and model, RAM size, disk space, operating system, regional parameters, and current date and time. It can run in interactive (menu) or batch mode. There are two versions, in the C and C++ languages. They have been tested on 20 (15) compilers, 26 (25) operating systems, and 18 architectures. (Figures in parentheses are for the C++ version.) Both versions are conveyed in source code form only, each as a single ~35 KB source text file.