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

Collectible Coin Values software
Filter: All | Freeware | Demo
 

Collectible Coin Values

< 1 2 3 4 5 > 
Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 509

European Roulette It is possible to change the following within Flash: * The game's skin or theme; * Initial credit amount; * Chip values; * Sound effects for background, spin, re-bet, coin drop, winning; * Spinning duration (Which is now random); * Winning coin animation.



Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm

License: Commercial Cost: $25.00 USD Size: 100 KB Download (52): European Roulette Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 440

Valid CGI Values Valid CGI Values is (currently) a XHTML forms based technologie for validating CGI values submitted by these forms. It consists of a form parser that analyzes web forms and a package with validation functions.





Platforms: Windows, Mac, Linux

License: Freeware Size: 14.15 KB Download (48): Valid CGI Values Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 213

Coin Bounce Coin Bounce is a crative physics based puzzle game which is so addictive, it'll drive you mad. Now with 50 levels and more coming soon! DESCRIPTION Golden Coins need to get in pot. Can you help them ? Bounce


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 12.8 MB Download (49): Coin Bounce Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 371

Coin Factory Coin Factory is not only a traditional pusher game but also a slot game, so that you can enjoy the two games at the same time and have double fun. (Maybe you can call it coin-slot game :)) In this game, 60 kinds of crystal gifts and 20 kinds of myst


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 13.4 MB Download (49): Coin Factory Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 365

Coin Printables Teachers and parents, easily create printable coin counting worksheets. 8 Styles Click & Print


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 6.5 MB Download (49): Coin Printables Download

Added: May 10, 2013 | Visits: 796

product option values last product select If you need to enter a lot of values for each option, you will notice the dropdown box for the product options will select the top line. (alphabetically sorted) But if you want to add a load of values to a new option, you have to keep selecting the new option each time you add a value. This...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): product option values last product select Download

Added: June 21, 2013 | Visits: 322

Critical values for the Hampel identifier Let X(1),X(2),...,X(N) be the ordered statistics of a sample X1,X2,...,XN from a normal distribution. LetM = median([X1,X2,...,XN]) and S = mad([X1,X2,..XN],1)/.6745 be robust stimators of (respectively) the mean and standard deviation of the distribution.The Hampel identifier is a rule which...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Critical values for the Hampel identifier Download

Added: May 31, 2013 | Visits: 396

Coin And Dice Compute the estimated average number of coin tosses (or dice throws) to get a given sequence of Heads-and-Tails (or a sequence of intergers ranging from 1 to 6)The inputs are:- The Sequence (row vector)- The Number of Monte-Carlo SimulationsThe outputs are the estimated (Monte-Carlo) expectation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Coin And Dice Download

Added: April 24, 2013 | Visits: 258

Repeated Values REPVAL Repeated Valuesrepval(X) finds all repeated values for input X, and their attributes.The input may be vector, matrix, char string, or cell of strings Y=repval(X) returns the repeated values of X [RV, NR, POS, IR]=repval(X) returns the following outputsRV : Repeated Values (sorted)NR :...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Repeated Values Download

Added: July 21, 2013 | Visits: 457

Find values in a vector or function Given a desired value "y0", this function finds all the elements "y" in a vector whose values are the closest to "y0" in the whole vector, and also the positions "xi". So, the output is a set of points [xi,y0] given in two vectors, one for the values and another one for the positions.The inputs...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Find values in a vector or function Download

Inference on quantiles: confidence intervals, p-values, and testing This code implements a new method for quantile inference based on theoretical work found here: http://econ.ucsd.edu/~dkaplan/personalResearch.htmlExtensive simulations (Section 6 of paper has some examples) have shown it to control size better than bootstrap ("BS") methods and the analytic Hall...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Inference on quantiles: confidence intervals, p-values, and testing Download

Added: July 31, 2013 | Visits: 349

Set default values In order to set default values for variables, I find the start of my functions littered withif nargin < 1 || isempty(x) x = 1;endif nargin < 2 || isempty(y) y = 3;endetc.This is pretty ugly, so I've created a wrapper to prettify it. Honestly, it's so simple that I nearly didn't upload this, but...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Set default values Download

Mapping Intensities in 2d arrays, Images into New USER defined Values Function nor2d.m helps to rescale original 2D data (images) to a user defined new MIN and MAX values. It can be very easily extended to 3D.For any MATLAB version.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Mapping Intensities in 2d arrays, Images into New USER defined Values Download

Multiget - get multiple values from multiple handle objects In order to get values from handles in another order or to get multiple values from multiple handles at the same time, I created a very comfortable function that expand the GET function abilities. MULTIGET input: hObjects - array of object handles - is a must. Optional: properties - cell array...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Multiget - get multiple values from multiple handle objects Download

Added: June 20, 2013 | Visits: 394

Trim leading/trailing repeated values Trims leading/trailing repeated values of a series of numbersTRIMREPLT(IN) Single input syntax - In : numeric vector/2D matrixTRIMREPLT(IN, DIM) Trims along the dimension specified by dim - dim : scalar, numeric and integer value (or empty) 1 --> trims columnwise (DEFAULT) 2 --> trims...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (47): Trim leading/trailing repeated values Download

Coin Rolling without Sliding on an Accelerated Platform Model The Ejs Coin Rolling without Sliding on an Accelerated Platform model displays the dynamics of a coin rolling without slipping on an accelerated platform. The simulation displays the motion of the coin as well as the velocity vectors for the surface of the coin and the platform. The initial...


Platforms: Mac

License: Freeware Size: 1.33 MB Download (36): Coin Rolling without Sliding on an Accelerated Platform Model Download

Added: June 29, 2013 | Visits: 547

Coin Rolling with and without Sliding Model The Ejs Coin Rolling with and without Sliding model displays the dynamics of an initially rotating, but not translating, coin subject to friction. The simulation displays the motion of the coin as well as the velocity vectors for the surface of the coin. The initial angular velocity and the...


Platforms: Mac

License: Freeware Size: 1.36 MB Download (33): Coin Rolling with and without Sliding Model Download

Added: July 10, 2013 | Visits: 271

Coin Flip A free game where you flip a coin Coin Flip is a free and simple game where you flip a coin. Written in Python with Pygame.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (52): Coin Flip Download

Added: November 19, 2013 | Visits: 516

my Coin$ Free myCoin$ is a powerful application that evaluates the current value of nearly every coin issued for circulation by the US Mint, in denominations ranging from the copper half-cent minted in 1793 to the $20 gold piece last issued in 1932, as well as current coinage. Gold and Silver bullion coins are...


Platforms: Mac

License: Freeware Size: 124 MB Download (42): my Coin$ Free Download

Added: August 04, 2006 | Visits: 3.127

CoinManage CoinManage is a program for managing your coin collection. Features include a database of more than 12,000 US, Canadian and English coins, hundreds of pictures, and values for United States coins. A new View window allows you easily view your collection in many different ways. View Want List...



License: Shareware Cost: $49.95 USD Size: 19.77 MB Download (355): CoinManage Download

< 1 2 3 4 5 >