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

Actual Cash Value Of A Car freeware
Filter: All | Freeware | Demo
 

Actual Cash Value Of A Car

1 2 3 4 5 > 
Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 1.159

Auto Bill of Sale Auto Bill of Sale form is an agreement that transfers ownership of a car from a seller to a buyer. The auto bill of sale form can be used for new or used cars.



Platforms: All

License: Freeware Download (58): Auto Bill of Sale Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 1.044

Bad Effect Of A Plastic Surgery Bad Effect Of A Plastic Surgery - Learn more about the potential side effects of plastic surgery at homepage





Platforms: Windows

License: Freeware Size: 5 MB Download (52): Bad Effect Of A Plastic Surgery Download

Added: May 10, 2013 | Visits: 880

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: September 14, 2013 | Visits: 526

CepCusto - return the value of SEDEX Return a value from a file DB with the value of SEDEX. This class have little use to the major of PHP users but it shows how to create a litle database with ascii files.Retorna um valor de um arquivo de banco de dados com o valor do sedex. Essa classe so eh util para poucos usuarios do PHP e...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): CepCusto - return the value of SEDEX Download

Released: August 13, 2012  |  Added: March 01, 2014 | Visits: 668

Flash flip book template of Sports Car Do you have a car dream? What is the first car in your life? Since the first car in the year 1886, cars are becoming more and more important in our daily life. And now, cars had become an indispensable means of transport. But, crazy people will not allow cars only made for transportation. Cars...


Platforms: Windows

License: Freeware Size: 4.42 MB Download (56): Flash flip book template of Sports Car Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 683

Free Tuning Car Screensaver This screensaver is for those who have an eye for elegant lines of an auto body, those who admire speed and might of an engine, for whom the beauty of a car is compared to the beauty of a living being.


Platforms: Windows

License: Freeware Size: 2.8 MB Download (55): Free Tuning Car Screensaver Download

Added: August 13, 2013 | Visits: 567

SELECT-VALUE-SET This script allows you to set the value of a select tag without having to know its position in the list.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (54): SELECT-VALUE-SET Download

Added: August 06, 2008 | Visits: 1.096

Value The value of a given color refers to its gray scale intensity. The planes of color displayed here each represent a single gray value equivalent. Though counter-intuitive, this can be verified with a black and white printout. Direct3D (DirectX) drivers required.


Platforms: Windows

License: Freeware Size: 560 KB Download (109): Value Download

Added: May 10, 2013 | Visits: 684

Indices of a SubString in a Given String This script uses string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Indices of a SubString in a Given String Download

Added: May 10, 2013 | Visits: 741

Replacing a portion of a string This script allows you to replaceĀ a portion of a string at a given position.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Replacing a portion of a string Download

Added: May 10, 2013 | Visits: 649

Changing the indentation of a multi line string When working with text, it may be necessary to change the indentation level of a block. This code will take a multiline string and add or remove leading spaces to each line so that the indentation level of the block matches some absolute number of spaces.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 1.059

Get the MAC address of a remote computer This script uses the Internet Protocol Helper functions on Win32 and helps you to find the MAC adress of a remote computer.


Platforms: Windows, Python,

License: Freeware Download (56): Get the MAC address of a remote computer Download

Added: May 10, 2013 | Visits: 785

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 735

Finding the convex hull of a set of 2D points This simple code calculates the convex hull of a set of 2D points and generates EPS files to visualise them.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 810

Generating all strings of a given alphabet This script shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length by using list comprehensions. Strings (not the 'string' type) are frequently used in computer science; for example numbers are encoded as strings of...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Generating all strings of a given alphabet Download

Added: July 06, 2013 | Visits: 729

3D Array Factor of a 4x4 planar array antenna 3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format."AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases.Elements are placed on the x and y axis and element factor is ignored. The code can easily be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): 3D Array Factor of a 4x4 planar array antenna Download

Added: March 24, 2013 | Visits: 679

Fourier Analysis of a Rectangular Pulse Finding the Fourier transform of a rectangular pulse..filtering the spectrum and regenerating the signal usingthe filtered spectrum is done...at the end Rayleigh theorem is proved by showing that the energy content of both time domain and frequency domain signals are equal..your comments are...


Platforms: Matlab

License: Freeware Size: 215.04 KB Download (45): Fourier Analysis of a Rectangular Pulse Download

Added: June 15, 2013 | Visits: 659

Display histogram of a 3D image It is very fast and simple file to display histogram of a 3D imageimhist3(I,n) n is the number of bins in the histogramimhist3(X,map) X isindexed 3D image and map is colormap map


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Display histogram of a 3D image Download

Added: September 12, 2013 | Visits: 544

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Simple example of the Simplex Method Download

Added: April 17, 2013 | Visits: 852

Optimization of a Double Wishbone Suspension System This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.Note: You will need to have the following products installed in order to run this demo: MATLAB, Simulink, Optimization Toolbox,...


Platforms: Matlab

License: Freeware Size: 2.02 MB Download (46): Optimization of a Double Wishbone Suspension System Download

1 2 3 4 5 >