design and implementation constraints
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2380
C++ B+ Tree implementation 1.0
This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change more>> This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change storage type (e.g. from file based to memory based) all you need is to change template argument of the BTreeAlgorithms class. There are two controllers exist for such purpose: StreamBTreeController and RamBTreeController. You can write your own controller by simply changing logic in couple of methods within exiting controllers.<<less
Added: 2007-12-20 License: BSD Price: $0.00USD
13 downloads
Web Design and Development, SEO Marketing, Graphic Design Company
OnlineCreationsLLC.com - Web design and development company. Flash animation, database integration, SEO services, website hosting, intranet management, backoffice solutions. Our goal is to improve the promotion and increase the income of your more>> OnlineCreationsLLC.com - Web design and development company. Flash animation, database integration, SEO services, website hosting, intranet management, backoffice solutions. Our goal is to improve the promotion and increase the income of your products. http://www.onlinecreation sllc.com<<less
Added: 2008-07-24 License: Commercial Price: $0.00USD
13 downloads
PHPFABER :: Design and Web Development Studio
PHPFABER is creative and progressive web development studio located in the Ukraine, Eastern Europe. Our team specializes in outsourcing web design and development services for clients across the U.S., Europe, Asia and Australia. Why you should be more>> PHPFABER is creative and progressive web development studio located in the Ukraine, Eastern Europe. Our team specializes in outsourcing web design and development services for clients across the U.S., Europe, Asia and Australia. Why you should be interested in cooperation with us? * In Ukraine there are a lot of talented people, knowing their job through and through. * We are small team, so you should not pay your money for large army of managers and directors. * The hour rates are much lower. * We cherish our customers. * We develop the projects at the same quality level as American studios do, and maybe with even higher quality. * We use modern tools and principles to build our applications. * You will be satisfied with our service at all times. * And even assuming the opposite, you know that in any case your money will be returned to you if you are dissatisfied. No risk! Just try and start cooperating with us with a small project, and youll be agreeably surprised.<<less
Added: 2006-04-15 License: Freeware Price: $0.00USD
14 downloads
Web Design templates
A Web Template is a ready-made website design created to use it as a basis for fast and high-quality website development. Flash, HTML and PSD versions. Price goes from 9$ to 50$ more>> A Web Template is a ready-made website design created to use it as a basis for fast and high-quality website development. Flash, HTML and PSD versions. Price goes from 9$ to 50$<<less
Added: 2005-05-06 License: Commercial Price: $0.00USD
16 downloads
Pyro Design Mass Messaging 1.0.1
The Pyro Design Mass Messaging board, allows users to post comments to a website, without the use of a database. the script uses a single flat file, and parses the HTML tags out of code (converts < to < and > to >. more>> The Pyro Design Mass Messaging board, allows users to post comments to a website, without the use of a database. the script uses a single flat file, and parses the HTML tags out of code (converts < to < and > to >.<<less
Added: 2007-01-14 License: GPL Price: $0.00USD
13 downloads
Other version of Pyro Design Mass Messaging
Price: FreeAdditionalInfopleasetellmeofanychangesyoumaketothescriptbyemailingmassmessagingpyrodesign.byethost11.com
License:GPL
License:GPL
IonicFX - Web Design and Development 8.0
IonicFX - STUDIO : is a web design and software development company provides a full range of professional services such as: web design and development, web site promotion, domain and hosting registration, maintenance and corporate identity design. Web more>> IonicFX - STUDIO : is a web design and software development company provides a full range of professional services such as: web design and development, web site promotion, domain and hosting registration, maintenance and corporate identity design. Web Site Development for your business.<<less
Added: 2006-05-03 License: Freeware Price: $0.00USD
13 downloads
Other version of IonicFX - Web Design and Development
License:Freeware
Web Design, Website Development New York Company
When hiring dzine it to develop your online presence youre not only get a great name in the web design and graphic design community, your getting reliability, dependability. Every client receives personal one on one support and truly take an interest more>> When hiring dzine it to develop your online presence youre not only get a great name in the web design and graphic design community, your getting reliability, dependability. Every client receives personal one on one support and truly take an interest in your company growth. Once your web site or graphic design project is complete we dont abandon you. We look forward to building a lasting business relationship and will be there to enhance website standards as the web industry evolves. We custom-create all our web sites. All software is developed for your companys unique needs and is branded internally with your name. The web site we build can grow with your company. Our attention to your needs ultimately maximizes your business growth and prosperity.<<less
Added: 2009-01-14 License: Other Price: $0.00USD
15 downloads
Creating a Website Design Templating System Using PHP
Learn how to create a website design templating system using php to be able to easily update different sections on your website by changing only few design files. The tutorial is designed for total beginners, so it is easy to understand and more>> Learn how to create a website design templating system using php to be able to easily update different sections on your website by changing only few design files. The tutorial is designed for total beginners, so it is easy to understand and follow. Whether you have a small or a huge website, you know how much hassle and time it takes to upgrade your web site pages. The upgrade process becomes even more irritating when you make a change that needs to be upgraded on every page of your website; a good example of such a change is adding a button to the header or changing the copy right information in the footer of your website. In this tutorial I will show you how PHP comes to the rescue with only few lines of code. You can use this tutorial to be the basis to make your website easier to maintain and upgrade.<<less
Added: 2008-03-07 License: Freeware Price: $0.00USD
13 downloads
Site Made Simple
With this tutorial you can create complete project with CMS Made Simple without deepening in programming. From the preparation through installation and design to the implementation of additional features - it will be explained step by step. Currently are more>> With this tutorial you can create complete project with CMS Made Simple without deepening in programming. From the preparation through installation and design to the implementation of additional features - it will be explained step by step. Currently are included: News, Menu Manager, Theme Manager, Guestbook, Contact Form, Album.<<less
Added: 2009-03-25 License: Other Price: $0.00USD
14 downloads
JLucas Designs - Easy Calculator 1.0
Does everything you want a calculator to do. Simple design that will work on most/all sites. more>> Does everything you want a calculator to do. Simple design that will work on most/all sites.<<less
Added: 2005-10-31 License: Freeware Price: $0.00USD
13 downloads
Other version of JLucas Designs - Easy Calculator
License:Freeware
C++ dynamic array template class
This article provides example of dynamic array implementation using C++ templates. It uses standard malloc/realloc memory allocation functions and simple doubling size resizing strategy. Our AeDynAr more>> This article provides example of dynamic array implementation using C++ templates. It uses standard malloc/realloc memory allocation functions and simple "doubling size" resizing strategy. Our AeDynArray class interface resembles MFC standard CArray class, but uses only standard C libraries.<<less
Added: 2007-04-17 License: Other Free / Open Source License Price: FreeAdditionalInfoNorestrictionsopensourcecopy,modify,redistribute,commercialuseallowedexceptrepublishingcodeinothersources.
633 downloads
AJAX e-mail address collection form 1
This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. more>> This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. Features include but arent limited to: Dynamically submits e-mails, Checks if e-mails are in the correct format, stores in an easy to read text document, parses the e-mail address for better storage, Sleek and simple design, Easy to edit and easy to implement, Shows message if someone has already entered an e-mailSimply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page! You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can protect people from viewing it with their web browser by CHMODing the read writes to zero.<<less
Added: 2006-11-12 License: GPL Price: $0.00USD
11 downloads
Charity Shop and Online Donation from Zebra
Zebra Charity CMS (Content Management Solution) with a integrated shopping cart and online donation tool. The shopping cart and online donation tool allow your charity or not-for profit organisation t more>> <<less
Added: 2006-07-10 License: Free for non-commercial use Price: £500.00 Additional Info: Please contact us for Price: £500.00AdditionalInfoPleasecontactusforpricelist
1216 downloads
Design-time support for ASP.net composite controls
Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited, fortunately we can always add more>> Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited, fortunately we can always add our own support, like described in this code example<<less
Added: 2008-09-07 License: Freeware Price: $0.00USD
14 downloads
eCommerce web design, eBusiness Solutions Provider Manchester
ESW offers a full range of high quality eBusiness, eCommerce (Shopping cart) services with secure online payment at a very competitive price. Top quality shopping cart sites from only £699 depending on individual requirements. Your online shop will more>> <<less
Added: 2005-07-29 License: Other Price: 0.00GBP
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above design and implementation constraints search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed