RSS 96 projects tagged "Windows"

Download Website Updated 15 Jun 2013 Digtwit

Screenshot
Pop 34.99
Vit 22.68

Digtwit is a very simple tool that checks for a hashtag (e.g. #digmia) in a user's friends feed on Twitter and retweets any messages mentioning that hashtag automatically. By following a user, you allow a user to be included in automatic retweets.

No download Website Updated 13 Jun 2013 sr4.sql

Screenshot
Pop 57.39
Vit 1.00

sr4.sql is a SQLite 3 database for Shadowrun 4th edition characters, with core rules for character generation.

Download Website Updated 11 Jun 2013 markov.sql

Screenshot
Pop 101.05
Vit 1.98

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.

Download Website Updated 04 Jun 2013 TemplateFx

Screenshot
Pop 54.48
Vit 3.19

TemplateFx is a dynamic templating tool which allows you to generate output based on a template and some source data. It was designed to be used to generate configurations for CLI based devices like Cisco routers and switches.

Download No website Updated 21 Mar 2013 libcpr

Screenshot
Pop 50.32
Vit 9.48

libcpr is a backport of the core data structures and algorithms from the C++11 standard library to C.

Download Website Updated 09 Mar 2013 Jhead

Screenshot
Pop 470.38
Vit 33.04

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.

No download No website Updated 02 Mar 2013 Voting Poll System script

Screenshot
Pop 27.57
Vit 10.43

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.

Download Website Updated 01 Mar 2013 Retro

Screenshot
Pop 294.86
Vit 58.73

Retro is a clean, minimalist language with roots in Forth. It supports all major OSes in use today, and was designed to be easy to learn, use, and modify for specific needs.

No download Website Updated 26 Feb 2013 liblfds

Screenshot
Pop 78.35
Vit 5.50

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.

Download No website Updated 19 Feb 2013 code_finder

Screenshot
Pop 33.85
Vit 10.97

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.

Screenshot

Project Spotlight

Generic Makefile for C Projects

A generic makefile for building C projects.

Screenshot

Project Spotlight

Meson

An experiment to determine optimal syntax and structure for a build system.