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 49.595.091 Times

History Of Karate In America freeware
Filter: All | Freeware | Demo
 

History Of Karate In America

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 407

Modify class method in-place Once in a while it becomes necessary to globally change the behaviour of classes in a third party library. This code demonstrates the ability to modify the __init__ method of an arbitrary class in-place. It's also good for making functional programmers wince, which can be entertaining.



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

License: Freeware Download (53): Modify class method in-place Download

Added: May 10, 2013 | Visits: 437

Closest elements in a target array This script has the next actions: finds the set of elements in input_array that are closest to elements in target_array and records the indices of the elements in target_array that are within tolerance, tol, of their closest match. Also it records the indices of the elements in target_array...





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

License: Freeware Download (57): Closest elements in a target array Download

Added: August 11, 2013 | Visits: 524

BER of BFSK in AWGN Channel The MATLAB program simulates binary frequency shift keying (BFSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (42): BER of BFSK in AWGN Channel Download

Added: May 26, 2013 | Visits: 475

BER of BPSK in AWGN Channel The MATLAB program simulates binary phase shift keying (BPSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): BER of BPSK in AWGN Channel Download

Added: May 10, 2013 | Visits: 509

Number of sinusoids Estimator Fast Algorithm estimating the number of sinusoids in a white Gaussian noise. This algorithm use a sub-space method based on chi-square statistics of eigen values of the Autocorrelation Matrix.Example :clear, close all hiddenN = 512;L_vrai = 4;fe = 2000;F = (0:(fe/2)/(N/2-1):(fe/2));snr = [-10 -10...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Number of sinusoids Estimator Download

Added: April 24, 2013 | Visits: 590

Spatial correlation in high resolution climate data A package of Matlab functions for exploring spatial patterns of correlation in high resolution climate data. Cross-similarity parameters (dominant lag, max-similarity, window cross-similarity) are calculated for each pair of records and presented on maps as well as plots with an intersite...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Spatial correlation in high resolution climate data Download

Added: September 06, 2013 | Visits: 5.376

PHP MySQL Login 5 levels of Hierarchy PHP MySQL Login 5 levels of Hierarchy can manage the records of users in a MySQL database giving them 5 possible levels of hierarchy: administrator, master, agent, member and guest.PHP MySQL Login 5 levels of Hierarchy that can be used to add and remove user records, authenticate user password,...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): PHP MySQL Login 5 levels of Hierarchy Download

Added: May 10, 2013 | Visits: 704

FV All in One SEO Pack A simplified version of All in One SEO Pack!Streamlined interface with no keywords field. Option to turn off excerpts and automated descriptions. Far better for pure SEO and for client use. Check screenshots.Optimizes your Wordpress blog for Search Engines (Search Engine Optimization).Some...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): FV All in One SEO Pack Download

Added: July 28, 2013 | Visits: 553

John Conway's Game of Life This is an implementation of John Conway's Game of Life (see here: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) for Drupal. This puts the Game of Life in a block for use in the sidebar, for example.Features: * Each page refresh generates a new "generation". * You can have the "world"...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): John Conway's Game of Life Download

Added: September 16, 2013 | Visits: 711

WiKiss It comes with all major wiki features like easy syntax, password protection, history of changes and much more.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (47): WiKiss Download

Released: March 11, 2003  |  Added: February 06, 2006 | Visits: 4.007

KKopy Clever copy, cut and paste tool for Word that selects paragraphs of text in one click and will also select all the text under headings. It avoids the need to highlight the text you want to copy and works out for itself what you want to copy purely from where the cursor is currently placed on...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 1.96 MB Download (374): KKopy Download

Added: August 04, 2008 | Visits: 1.767

D-Plus+Software Cleaner D-Plus+Software Cleaner 2006 can permanently delete the history of your Internet and past computer activities. Why do you need to delete history? Maybe you don't realize that Windows and other software programs store history about what you have done, what documents you have used, what web...


Platforms: Windows

License: Freeware Size: 652 KB Download (616): D-Plus+Software Cleaner Download

Added: August 20, 2008 | Visits: 1.147

Mortgage Manager Reduction 2000 Editor's choice and 5 star rated, we're the only company in America that offers a free biweekly service. Since 1995 we've been assisting real estate investors and homeowners to save 100's of thousands of dollars on their mortgages. Our time-tested and nationally proven savings strategy is...


Platforms: Windows, Windows CE

License: Freeware Size: 892 KB Download (487): Mortgage Manager Reduction 2000 Download

Added: January 18, 2010 | Visits: 832

AdaControl AdaControl is a free (GMGPL) tool that detects the use of various kinds of constructs in Ada programs. AdaControls first goal is to control proper usage of style or programming rules, but it can also be used as a powerful tool to search for use (or non-use) of various forms of programming styles...


Platforms: *nix

License: Freeware Size: 1024 KB Download (93): AdaControl Download

Added: March 07, 2010 | Visits: 1.101

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (95): Quantum::Entanglement Download

Added: May 10, 2010 | Visits: 1.122

JGuiGen JGuiGen is a Java GUI Generation System Elegant CRUD (Create/Review/Update/Delete). It supports any major database using JDBC. It generates fully internationalized and accessible screens that allow users to search tables, run reports, and calculate summary stats. It generates multi-user safe...


Platforms: *nix

License: Freeware Size: 10.1 MB Download (101): JGuiGen Download

Added: November 24, 2010 | Visits: 1.218

conn-close conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections that goes through our server. conn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): conn-close Download

Added: January 08, 2010 | Visits: 880

eCromedos eCromedos is a document preparation system that allows concurrent publication of documents in print and web. Documents are written in an XML-conforming markup language and converted to HTML or printable document formats by means of a special software. eCromedoss defines document formats for a...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (88): eCromedos Download

Added: May 02, 2010 | Visits: 946

EasyBAN How to get rid of spam in your phpBB forum? Using EasyBAN, you will be able to ban in a convenient way any post/topic in your phpBB forum. The idea came up thanks to the spam posts I started to get sometime ago in a forum I use to admin. Time is one of the most precious things we have....


Platforms: *nix

License: Freeware Size: 45.06 KB Download (103): EasyBAN Download

Released: May 24, 2011  |  Added: July 07, 2011 | Visits: 1.408

Range Projection Light ScreenSaver A light conduction structure that generates short range projection for an object to create aesthetic sense of vision by emitting dazzling, fantastic and colorful lights; a middle layer made of color, translucent material in dazzling colors and making light passing through it to become gender;...


Platforms: Windows

License: Freeware Size: 923 KB Download (290): Range Projection Light ScreenSaver Download

< 1 2 3 4 5 >