96 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.
Jhead is a command line driven utility for extracting digital camera settings from the Exif format files used by many digital cameras. It handles the various confusing ways these can be expressed, and displays them as F-stop, shutter speed, etc. It is also able to reduce the size of digital camera JPEGs without loss of information, by deleting integral thumbnails that digital cameras put into the Exif header. If you need to add Exif support to a program, this is a simple program to cut and paste from. Many projects, including PHP, have reused code from this utility.
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.
liblfds is a portable, lock-free data structure library. Out-of-the-box ports are provided for Linux (user-mode) and Windows (user-mode and kernel-mode) on ARM, x86, and x64, under a variety of toolchains. Currently, the library contains a freelist, queue, ringbuffer, singly-linked list (logical delete only), and a stack. The homepage contains a blog, bugzilla, forum, and mediawiki. The mediawiki contains comprehensive documentation for development, building, testing, and porting. There is no license. You are free to use this code in any way.
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.
A powerful and pretty desktop environment for GNU/Linux and Unix-like systems.
A fast C++ matrix library with optional interfaces to LAPACK and ATLAS.