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

Bool freeware
Filter: All | Freeware | Demo
 

Bool

< 1 2 3 4 > 
Added: November 21, 2010 | Visits: 976

Unicode::Collate Unicode::Collate is a Unicode Collation Algorithm. SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. # If %tailoring is false (i.e.... Platforms: *nix

License: Freeware Size: 276.48 KB Download (101): Unicode::Collate Download

Added: July 07, 2010 | Visits: 1.448

php_qrencode php_qrencode is a PHP extension to generate qrcode. The project is based on libqrencode. only 2 function to generate qr code. < code > $qr = qr_encode (test for qrcode); qr_save ($qr, 1.png); < /code > or you can output direct to stdout. < code > $qr = qr_encode (test for qrcode);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (180): php_qrencode Download

Added: May 02, 2010 | Visits: 938

argstream argstream is a class that facilitates easy parsing of command line arguments in C++. The syntax is very simple and uses stream operators to parse various types of arguments. Here is a list of functionalities offered for the parsing of command line arguments : - Short (-c) and long ( --color)... Platforms: *nix

License: Freeware Download (119): argstream Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 867

Script Execute The filter module "Script execute" for our data loggers (for example, Accurate Printer Monitor ) is an interpreter for scripts written in most popular programming languages. Unique feature of this plug-in is ability to use several languages (PascalScript, C++Script, JScript and BasicScript), so... Platforms: Windows

License: Freeware Download (57): Script Execute Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 523

ATMSP ATMSP is built as an Open Source and portable C++ parser for mathematical expressions. These may contain arbitrary numbers of functions, variables and constants. Major design goal was minimalistic size and maximum speed. Tiny 332 code-lines offer a parser plus bytecode-generator, 26 mathematical... Platforms: Windows

License: Freeware Download (51): ATMSP Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 641

Source Editor This is a simple editor with text coloring. You can: Edit next types of files: C/C++ (.c, .cpp, .h), C# (.cs), Java (.java), Ix86 Assembler (.asm, .inc), Resources (.rc), Xml (.xml, .config), Java Script (.js), Cascading Style Sheets (.css), Html (.html, .htm), ASP.NET(.aspx, .asmx, .ascx,... Platforms: Windows

License: Freeware Size: 1.47 MB Download (60): Source Editor Download

Added: May 10, 2013 | Visits: 412

.net Validation Framework 2.0.0.0 Beta This script uses .NET attributes to provide validation for your strongly typed business objects.Base classes ValidatableBase Provides the basic validation functionality.Key Members: - bool IsValid { get; } (Gets a bool indicating if the current state is valid.) - ICollection ErrorMessages { get;... Platforms: Windows, ASP.NET,

License: Freeware Download (58): .net Validation Framework 2.0.0.0 Beta Download

Added: December 17, 2012 | Visits: 506

easy-CMS .0RC3 easy-CMS is a free Open Source content management system based on PHP. Its main purpose is to offer a user-friendly interface for easy content modifications while allowing web developpers to keep a clear distinction between content and presentation. easy-CMS has great potential because of its... Platforms: BSD Solaris

License: Freeware Download (53): easy-CMS .0RC3 Download

Added: May 10, 2013 | Visits: 314

pyPgSQL pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): pyPgSQL Download

Added: May 10, 2013 | Visits: 375

CImg Library The CImg Library is an open source, C++ toolkit for image processing, designed with these properties in mind : CImg defines classes and methods to manage images in your own C++ code. You can use it to load/save various file formats, access pixel values, display/transform/filter images, draw... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (55): CImg Library Download

Added: May 10, 2013 | Visits: 650

PHP_SMB PHP_SMB is an extension for PHP written in C built on smbval (SMB validating library) to authenticate users against SMB servers. The server and backup parameters specify the primary and backup domain controller; but in fact, this can be any machine (even SAMBA) which can handle authentication on... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (79): PHP_SMB Download

Added: June 13, 2013 | Visits: 436

easy-CMS for Scripts easy-CMS is a free Open Source content management system based on PHP.Its main purpose is to offer a user-friendly interface for easy content modifications while allowing web developpers to keep a clear distinction between content and presentation.easy-CMS has great potential because of its... Platforms: PHP

License: Freeware Size: 1.15 MB Download (43): easy-CMS for Scripts Download

Added: April 22, 2013 | Visits: 299

MyDatabase for Scripts This class will allow Access and MySQL databases to be utilized through a common interface, interchangeably. The class provides the typical abilities needed to fully navigate a database and retrieve results.All your database needs are encapsulated in this class, and all resources are maintained... Platforms: PHP

License: Freeware Size: 10 KB Download (43): MyDatabase for Scripts Download

Added: August 15, 2013 | Visits: 888

Jquery UI Dialog In ShortIf you are not a developer or asked to install this module as a dependency, you most probably won't have any use for it. This module enables you to use jquery ui dialog in Drupal.Features yet implemented * It enables you to use JQuery UI Dialog library. It also automatically creates an... Platforms: PHP

License: Freeware Size: 20.48 KB Download (48): Jquery UI Dialog Download

Added: May 17, 2013 | Visits: 449

Followers Count Returns a database stored Twitter Followers Count in plain text or number format. Reduces the Twitter API calls by only updating the followers count hourly and serving a database cached result in between.You can use the function in your theme files. The following is an explanation of the... Platforms: PHP

License: Freeware Size: 10 KB Download (47): Followers Count Download

Added: July 20, 2013 | Visits: 360

CHCSVParser CHCSVParser is an Objective-C parser for CSV files. Parsing In order to parse CSV files, you'll need CHCSVParser.h and CHCSVParser.m. A CHCSVParser works very similarly to an NSXMLParser, in that it synchronously parses the data and invokes delegate callback methods to let you know that it has... Platforms: Mac

License: Freeware Size: 21.27 MB Download (41): CHCSVParser Download

Added: July 03, 2013 | Visits: 295

MPTidbits A set of very small categories for NSString, NSMutableString, NSArray, and NSDictionary that add a few sorely lacking features (isEmpty and containsKey: methods, for instance). These functions can be found in MPFunctions.h. . NSString *MPHexStringFromBytes(void *bytes, NSUInteger len) .... Platforms: Mac

License: Freeware Size: 10.24 KB Download (44): MPTidbits Download

Added: October 31, 2013 | Visits: 380

Adinline Adinline adds images inline with the chats so you can see them without having to open them in the browse. Why did I make this? Safari for me is made for to look at webpages, not images, I usually have many tabs open looking for information on stuff and it slows down to where opening a tab takes... Platforms: Mac

License: Freeware Size: 10.24 KB Download (41): Adinline Download

Added: August 04, 2013 | Visits: 411

Gtk2::Ex::Simple::Tree for Linux Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. The Gtk2::Ex::Simple::Tree Perl module automates the complex setup work and allows you to treat the tree model as a more natural list of hash refs. After creating a new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Gtk2::Ex::Simple::Tree for Linux Download

Added: October 24, 2013 | Visits: 455

Config::GitLike This module handles interaction with configuration files of the style used by the version control system Git. It can both parse and modify these files, as well as create entirely new ones. You only need to know a few things about the configuration format in order to use this module. First, a... Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): Config::GitLike Download

< 1 2 3 4 >