Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.765 Times

Small C software
Filter: All | Freeware | Demo
 

Small C

1 2 3 4 5 > 
Added: March 17, 2010 | Visits: 1.390

Obfuscated Tiny C Obfuscated Tiny C Compiler (OTCC) is a very small C compiler I wrote in order to win the International Obfuscated C Code Contest (IOCCC) in 2002. My goal was to write the smallest C compiler which is able to compile itself. I choose a subset of C which was general enough to write a small C... Platforms: *nix

License: Freeware Size: 4.1 KB Download (131): Obfuscated Tiny C Download

Added: July 10, 2010 | Visits: 1.098

LibIdent C library LibIdent is a small C library for interfacing with RFC 1413 Identification protocol servers, which are used for identifying users. LibIdent C library supports both IPv4 and IPv6 addresses transparently. It is meant to be used by daemons to try to authenticate users using the Ident protocol. For... Platforms: *nix

License: Freeware Size: 286.72 KB Download (100): LibIdent C library Download

Added: April 22, 2010 | Visits: 901

nwcc nwcc is a small C compiler for Unix systems that I wrote in my freetime, for fun and to prove to myself that I could. I started the project in August 2003, but because I had a job and a life and a few other hobby code projects, it took me until autumn 2005 to make it work with various constructs... Platforms: *nix

License: Freeware Size: 184.32 KB Download (93): nwcc Download

Added: July 10, 2010 | Visits: 1.151

Graffiti Server Graffiti Server is a small C program that allows the posting of messages and, optionally, HTML. It displays the most recent messages but has a search function for finding entries with a given keyword or string. The administrator connects from the local host using IP address 127.0.0.1 and delete... Platforms: *nix

License: Freeware Size: 47.1 KB Download (140): Graffiti Server Download

Added: April 14, 2010 | Visits: 1.042

pxlib pxlib is a simply and still small C library to read and write Paradox DB files. It supports all versions starting from 3.0. pxlib library currently has a very limited set of functions like to open a DB file, read its header and read every single record. It can read and write blob data. The... Platforms: *nix

License: Freeware Size: 491.52 KB Download (169): pxlib Download

Added: February 13, 2010 | Visits: 1.208

Control Library Control Library is a small C++ library for writing control applications. It can be compiled for either generic Unix userspace or for kernelspace under RTLinux 3.2. Control Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the... Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Control Library Download

Added: July 24, 2010 | Visits: 829

WinGL WinGL a is small C++ library designed to help developing portable OpenGL windows-based or fullscreen applications. Currently, the library can be used under any X11 implementation and Windows. WinGL supports or will support frequently-used functionalities in graphical applications like 3-d... Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): WinGL Download

Added: March 15, 2010 | Visits: 1.124

DGNLib DGNLib is a small C/C++ library for reading and writing DGN files. Building: This is a preliminary source distribution, and I have not gone to any pains to make it easy to configure and build. To build please do the following: 1. Update cpl_config.h to represent your platform accurately.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (200): DGNLib Download

Added: November 07, 2010 | Visits: 1.213

Wiggly-Log Wiggly-Log is a small C++ logging library. Whilst playing with graphics I found I needed a simple and fast logging implementation that I could improve as I needed. I wanted to be able to use standard C++ features like streams for outputting user-defined datatypes instead of having to bother... Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): Wiggly-Log Download

Added: April 08, 2010 | Visits: 807

ixlib ixlib is a small c++ tools library based upon the standard template library. It provides: - a javascript interpreter - an exception handling framework - garbage collection - automatic array management - planar geometry (rectangles, regions) - polygons (rasterization, convex hull,... Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): ixlib Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 583

Quick Code The Quick Code application was specially developed for improving productivity at work and can be used for testing small C# codes. You can also use this application for generating and test small pieces of C# codes without using Visual Studio. Further productivity codes which I already created... Platforms: Windows

License: Freeware Download (47): Quick Code Download

Added: September 16, 2013 | Visits: 430

vtkFLTK for Linux vtkFLTK is a small C++ class library easing development of FLTK event-driven interfaces for use with VTK. vtkFLTK allows composition of complex graphical interfaces to complex visualization facilities by bridging disparities between FLTK and VTK event and windowing system handling. vtkFLTK... Platforms: *nix

License: Freeware Size: 163.84 KB Download (37): vtkFLTK for Linux Download

Added: November 18, 2013 | Visits: 363

libmicrohttpd GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are: * C library: fast and small * API... Platforms: *nix

License: Freeware Size: 727.04 KB Download (39): libmicrohttpd Download

Added: October 31, 2013 | Visits: 542

Rush Hour Puzzle Solver Rush Hour Puzzle Solver is a small C++ program that reads a Rush Hour board from a text file and produces a nice PostScript file that shows the shortest solution. Platforms: *nix

License: Freeware Size: 450.56 KB Download (36): Rush Hour Puzzle Solver Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 467

EasyBuildSQL EasyBuildSQL is a small C# library specially designed to help developers build SQL sentences in different database engine. This componenet is developed for the .NET Framework. Platforms: Windows

License: Freeware Download (45): EasyBuildSQL Download

Added: May 10, 2013 | Visits: 514

Mergelog mergelog is a small C program which merges by date HTTP log files in 'Common Log Format' from Web servers behind round-robin DNS. It can easily process huge log files and is much faster than multisort. Platforms: *nix, C/C++, BSD

License: Freeware Download (57): Mergelog Download

Added: June 26, 2013 | Visits: 314

TinyXML TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. I found myself writing a text file parser every time I needed to save human readable data or serialize objects; I created TinyXML to solve the text I/O file once and for all. (Or, as a friend said, end... Platforms: Mac

License: Freeware Size: 286.72 KB Download (42): TinyXML Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 317

wsqlite wsqlite was specially developed as an accessible, handy and simple C++ library that you can use the further improve your development process. SQLite was designed as an embedded relational database management system that is contained in a small C programming library. Platforms: Windows

License: Freeware Download (46): wsqlite Download

Released: April 05, 2007  |  Added: April 11, 2007 | Visits: 5.563

APNSoft DataGrid ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. Our DataGrid... Platforms: Windows

License: Commercial Cost: $199.00 USD Size: 2.93 MB Download (161): APNSoft DataGrid Download

Added: January 24, 2010 | Visits: 752

IOWLCD The IOWarrior boards (available at www.codemercs.com) are very nice experimental circuit boards connected via USB to you PC (with Linux or Windows) or Mac. They provide digital input and output ports and also an interface for a LCD with dot matrix display of up to 80 characters. IOWLCD library... Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): IOWLCD Download

1 2 3 4 5 >