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.192.270 Times

C Binary Encoding freeware
Filter: All | Freeware | Demo
 

C Binary Encoding

< 1 2 3 4 5 
Added: August 13, 2010 | Visits: 766

Lufs::C Lufs::C is a C interface to perl. ABSTRACT This interface is used by the C code to call the perl subs. SEE ALSO perlfs.c.



Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): Lufs::C Download

Added: July 10, 2010 | Visits: 1.093

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: January 16, 2010 | Visits: 1.671

ustring C++ Unicode library ustring is a C++ library to implement the complete Unicode 3.0 standard. It gives an easy access to the properties of each of the 10600 characters defined by the Unicode 3.0 standard, including the uppercase and lowercase mapping, category and subcategory, character name, and bidirectional...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (140): ustring C++ Unicode library Download

Added: October 02, 2010 | Visits: 1.124

Itzam/C++ Itzam/C++ wraps the Itzam database engine with C++ templates for both simple and complex database classes. Itzam/C++ wrapper supports B-tree indexes with unique or duplicate keys, and includes multithreaded resource locking. Complete class documentation is embedded in the source code and...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (102): Itzam/C++ Download

Added: October 13, 2010 | Visits: 1.709

ELFIO ELFIO is a C++ library for reading and generating files in the ELF binary format. This library is unique and not based on any other product. It is also platform independent. The library uses standard ANSI C++ constructions and runs on a wide variety of architectures. While the librarys...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): ELFIO Download

Added: January 04, 2010 | Visits: 807

readline C++ wrapper readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers..


Platforms: *nix

License: Freeware Size: 204.8 KB Download (98): readline C++ wrapper Download

Added: June 14, 2010 | Visits: 929

C::Sharp::Tokener C::Sharp::Tokener is a Tokeniser for C#. SYNOPSIS use C::Sharp::Tokener; do { ($token, $ttype, $remainder) = C::Sharp::Tokener::tokener($input); } while ($input = $remainder) use C::Sharp::Parser; $parser = new C::Sharp::Parser; $parser->YYParse(yylex =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (117): C::Sharp::Tokener Download

Added: January 24, 2010 | Visits: 1.431

C::Sharp C::Sharp is a parser and Lexer for C# Programming Language. SYNOPSIS use C::Sharp; use C::Sharp::Tokener; use C::Sharp::Parser; This module distribution contains (or will contain, when its finished) a tokeniser, parser and, hopefully, compiler for C#. C# is Microsofts new programming...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (187): C::Sharp Download

Added: January 21, 2010 | Visits: 862

Env::C Env::C is a Get/Set/Unset Environment Variables on the C level. SYNOPSIS use Env::C; my $key = "USER"; $val = Env::C::getenv($key) || ; Env::C::setenv($key, "foobar", [$override]); $new_val = Env::C::getenv($key) || ; Env::C::unsetenv($key); my $ar_env = Env::C::getallenv(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Env::C Download

Added: February 01, 2010 | Visits: 1.042

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Added: October 13, 2010 | Visits: 1.172

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: July 22, 2010 | Visits: 1.694

MPEG-2 Video Tools mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. It supports 422 Profile and High Profile bitstreams. A PSNR tool is included for comparing uncompressed video to encoded MPEG-2 video. The library will provide a C API and be...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (128): MPEG-2 Video Tools Download

Added: May 07, 2010 | Visits: 982

Lightweight C++ Lightweight C++ is a programming language that looks like C++ (a lightweight C++ dialect) and is directly translated to readable C by the lwc preprocessor. Its more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (127): Lightweight C++ Download

Added: January 26, 2010 | Visits: 1.127

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: March 06, 2010 | Visits: 1.055

Extended C++ Callback Library Extended C++ Callback Library provides functors and delegates for up to ten parameters. Some callback "containers" will make life easier in special cases. For example, with DelegateList, you are able to execute all callbacks with a single call. Whats New in This Release: - added ReturnType...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (97): Extended C++ Callback Library Download

Added: July 25, 2010 | Visits: 2.051

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Added: May 11, 2010 | Visits: 786

C/Invoke C/Invoke is a library for connecting to C libraries at runtime. This differs from the typical method of interfacing with C, which involves writing static definitions which are then compiled to a machine-dependant format. C/Invoke provides a runtime facility to build descriptions of C functions...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (94): C/Invoke Download

Added: July 02, 2010 | Visits: 3.120

C# Java Virtual Machine C# Java Virtual Machine is a tiny implementation of the Java VM, including simple native classes. This project is written using the C# language. The VM is very easily expandable by writing additional native or Java classes. Whats New in This Release: - The DbConnection class, which provides a...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (212): C# Java Virtual Machine Download

Released: November 08, 2013  |  Added: July 01, 2015 | Visits: 1.160

Binary Clock Binary Clock is a gadget that will add to your desktop or Sidebar a binary clock. This is a clock displays the current time in binary notation. Save settings to file. (File will be created - Path: %APPDATA% Filename: gadgetname_Settings.ini). Color changeable for all gadget's elements, including...


Platforms: Windows 7, Windows

License: Freeware Size: 319 KB Download (105): Binary Clock Download

Released: April 16, 2010  |  Added: April 22, 2010 | Visits: 3.035

Batch Encoding Converter Full conversion between more than 100 different encodings, like Unicode, ANSI, Latin, Cyrillic, ASCII, UTF8, and others lets you easily save multiple text files and strings in any encoding. Source encoding can be detected automatically, and destination encoding has lots of options like Big...


Platforms: Windows

License: Freeware Size: 165.36 KB Download (749): Batch Encoding Converter Download

< 1 2 3 4 5