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

Example Of Simple Random Sampling freeware
Filter: All | Freeware | Demo
 

Example Of Simple Random Sampling

1 2 3 4 5 > 
Added: July 20, 2010 | Visits: 863

Java2Excel Java2Excel is a library that allows the generation of simple excel files using objects of type java.util.Collection. The current verison of Java2Excel contains a lot of limitations. You can only write the collection in excel files using an xml file as a descriptor of what properties you want in...



Platforms: *nix

License: Freeware Size: 235.52 KB Download (91): Java2Excel Download

Added: May 10, 2013 | Visits: 574

Auto Incrementer Example of __call__ and yield This script will automatically return the next integer. It starts with 0. This is an example of how to make a generator and how to make a callable object.





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


Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 528

Simple Random Disk/File Read Test A simple test of random read performance from a disk or file. This is at about the level of sophistication of 'Bonnie.'


Platforms: Mac, BSD

License: Freeware Size: 7.92 KB Download (47): Simple Random Disk/File Read Test Download

Added: July 24, 2013 | Visits: 633

RANDSPHERE: RANDOM POINTS ON THE SURFACE OF AN nD SPHERE A few days ago I was in need of uniformly random points generation on the surface of sphere. I suddenly discovered that common parametrization with 2 angles is useless, it gathers too many points in the poles. At MathWorld you can find the complete demonstration, here the main lines:To pick a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): RANDSPHERE: RANDOM POINTS ON THE SURFACE OF AN nD SPHERE Download

Added: May 10, 2013 | Visits: 361

Simple ldap with python Simple ldap with python script shows some example of ldap library use with python.


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

License: Freeware Download (52): Simple ldap with python Download

Added: September 12, 2013 | Visits: 545

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: August 31, 2013 | Visits: 528

Fit blackbody equation to spectrum Simple example of the use of the FMINSEARCH function to fit the blackbody equation to the emission spectrum of an incandescent body for the purpose of estimating its color temperature and emissivity. fitblackbody.m is the fitting function. BlackbodyDataFit.m is a script that fits a small set of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fit blackbody equation to spectrum Download

Added: April 04, 2013 | Visits: 393

Simple Example of Simulated Annealing Optimization Case of study: "Capacity Energy Storage Solution".Dual problem of SMES, replacing inductors with capacities.


Platforms: Matlab

License: Freeware Size: 849.92 KB Download (45): Simple Example of Simulated Annealing Optimization Download

Added: February 20, 2010 | Visits: 893

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): Simple Config Download

Added: February 17, 2010 | Visits: 937

FoxRabbitCarrot FoxRabbitCarrot is a simple networked multiplayer board game, used primarily as an example of client/server programming using MUSCLE. FoxRabbitCarrot was created as an example app to accompany an article I wrote for OSNews.com The version of FoxRabbitCarrot posted here has been updated to...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (95): FoxRabbitCarrot Download

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 501

Advanced Random Generators This project will consist of a number of advanced random generators, most probably all written in php, that can be hosted on http servers. An example of this is 'Mafia Scum Tools', which randomly allocates a title to a name (useful for forum RPG games)


Platforms: Windows, Mac, Linux

License: Freeware Size: 15.93 KB Download (51): Advanced Random Generators Download

Added: May 10, 2013 | Visits: 361

Advanced Random Post The position and title of the random post can be configured.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.3 or higher


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

License: Freeware Download (58): Advanced Random Post Download

Added: August 27, 2013 | Visits: 427

Example of loading C DLL and performance comparison This example shows how to load a C DLL into Matlab and make a call to functions it contains. In addition, a C-like M file implementation of the same functionality is included for comparison. Furthermore, a vectorized M file has been added to try to match the performance of the library...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Example of loading C DLL and performance comparison Download

Added: April 27, 2013 | Visits: 532

Random Quote Widget This Widget loads a Database from an existing installation of Online Random Quote and displays a random quote from it at every page load. Database can be located anywhere, but must be on the same server as the Wordpress Installation.


Platforms: PHP

License: Freeware Size: 10 KB Download (58): Random Quote Widget Download

Added: May 09, 2013 | Visits: 353

Another Random Posts Widget This Widget shows title and link of some random posts in the sidebar. You can choose how many links the user can see. If you use this widget on a sidebar in single post view the current post will be excluded from the randomizing list of posts.


Platforms: PHP

License: Freeware Size: 102.4 KB Download (45): Another Random Posts Widget Download

Added: May 02, 2013 | Visits: 378

BP Random Member Widget This Plugin adds a sidebar widget with avatar and username of a random BuddyPress user.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): BP Random Member Widget Download

Added: August 31, 2008 | Visits: 2.605

Transnavicom Satellite Map of Zurich Demo-version of Satellite Map of Zurich is an example of how a person living in a megapolis today can use space technologies. A Quick Bird satellite shot is used as the cartographic basis. Face the reality! Your dreams are coming true with satellite maps from Transnavi.com. In the demo-version...


Platforms: Windows

License: Freeware Size: 18.76 MB Download (721): Transnavicom Satellite Map of Zurich Download

Added: November 06, 2010 | Visits: 1.309

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: March 21, 2010 | Visits: 2.189

Java Games Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (596): Java Games Download

Added: June 19, 2010 | Visits: 757

Data::SimplePassword Data::SimplePassword provides a simple random password generator. SYNOPSIS use Data::SimplePassword; my $sp = Data::SimplePassword->new; $sp->chars( 0..9, a..z, A..Z ); # optional my $password = $sp->make_password( 8 ); # length Its a very easy-to-use but a bit strong random password...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Data::SimplePassword Download

1 2 3 4 5 >