in 8
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 746
Program in PHP simple calendar in 8 steps 1.0
Learn how to program in php language a simple daily calendar by using 8 steps presented in this tutorial. A very complete tutorial that explains some features using php language. Very complexe tutorial where you can learn php language, css & html all in more>> Learn how to program in php language a simple daily calendar by using 8 steps presented in this tutorial. A very complete tutorial that explains some features using php language. Very complexe tutorial where you can learn php language, css & html all in 1 very powerful script.<<less
Added: 2007-06-12 License: PHP Price: $0.00USD
12 downloads
Other version of Program in PHP simple calendar in 8 steps
License:PHP License
cyn.in 2.1
Open source collaboration software for Enterprise. Cyn.in helps teams to build collaborative knowledge by sharing & discussing various forms of digital content within a secure, unified application that is accessible using a web based interface or a more>> Open source collaboration software for Enterprise. Cyn.in helps teams to build collaborative knowledge by sharing & discussing various forms of digital content within a secure, unified application that is accessible using a web based interface or a rich desktop client. cyn.in combines the capabilities of collaboration tools like wikis, blogs, file repositories, micrologs instant discussions & other social applications into a seamless platform.<<less
Added: 2008-12-18 License: GPL Price: $6,250.00USD
12 downloads
Cookies in PHP
For those new to web development and how things work, cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work. more>> For those new to web development and how things work, cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2114 downloads
Session in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
Skeleton in 3D
Skeleton in 3D is created to be a useful MATLAB script that provides tools for skeletonization of a 3D object. more>>
Skeleton in 3D is created to be a useful MATLAB script that provides tools for skeletonization of a 3D object.
<<less Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
Arrays in Java
Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru. more>> Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru.<<less
Added: 2008-04-19 License: Freeware Price: $0.00USD
13 downloads
Tears in Flash
This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets more>> This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets go!<<less
Added: 2006-10-03 License: Freeware Price: Free
1128 downloads
Timer in Flash
Learn how to create a timer in flash 8 using action script. You can use it for picture presentation, slide show or something. more>> Learn how to create a timer in flash 8 using action script. You can use it for picture presentation, slide show or something.<<less
Added: 2006-08-29 License: Freeware Price: Free
1193 downloads
Checkers in C++
Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players. more>> Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players.<<less
Added: 2003-11-05 License: Free for non-commercial use Price: FreeAdditionalInfoFreetodownloadanduseforpersonaluse.Donotsellasifyourownwork,norpretenditisyourworkforeducationalgainplaigarism.Contactmeforanyspecialuses.
2231 downloads
Drop-In Gallery
:: Slide Book style CSS and more features! :: Drop the files right in! This image gallery is an easy drop-in set of files. Drop-In gallery parses your directory structure of JPG, PNG, and GIF images a more>> :: Slide Book style CSS and more features! :: Drop the files right in! This image gallery is an easy drop-in set of files. Drop-In gallery parses your directory structure of JPG, PNG, and GIF images and generates thumbnails on the fly - all you do is upload your images and folders, and the gallery takes care of the rest. Customize thumbnail sizes and amounts, page colors, headings and more. Drop-In gallery is CSS based, and outputs image name, date, file size and dimensions of each image. These options are easily configured in the script. If you have a collection of photos, art, wallpapers or whatever, this is your super easy, simple and scalable photo gallery solution!<<less
Added: 2005-11-26 License: Freeware Price: Free
1432 downloads
Plug In Bingo 1
We make it possible for you to offer exciting points-based bingo games to your website visitors, for a low monthly payment. Features private or networked rooms, automated events, multiplayer chat, and speech synthesis. You can collect registration data more>> We make it possible for you to offer exciting points-based bingo games to your website visitors, for a low monthly payment. Features private or networked rooms, automated events, multiplayer chat, and speech synthesis. You can collect registration data and show popup ads and banners to your players. Takes minutes to set up with no HTML knowledge required.<<less
Added: 2007-06-26 License: Commercial Price: $0.00USD
16 downloads
Thinking in C++
Bruce Eckel has kindly provided his book Thinking in C++, Second Edition free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programmin more>> Bruce Eckel has kindly provided his book "Thinking in C++, Second Edition" free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using todays Standard C++, but without getting bogged down in excessive detail.<<less
Added: 2005-05-03 License: Free for non-commercial use Price: Free
1670 downloads
In Memoriam 1.0
Light a candle in the memory of all of those unforgotten heroes who have died from acts of terrorism over many years, as well as to all the common people or personalities that we remember with love. more>> Light a candle in the memory of all of those unforgotten heroes who have died from acts of terrorism over many years, as well as to all the common people or personalities that we remember with love.<<less
Added: 2006-08-19 License: GPL Price: $0.00USD
12 downloads
Variables in PHP
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign $ and the value can be assignes us more>> Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we neednt have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that $Name is of Data type String and $Age is of type Numeric.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
Functions in C++
In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
15 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 in 8 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