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

Propagated freeware
Filter: All | Freeware | Demo
 

Propagated

1 2 > 
Added: August 28, 2013 | Visits: 350

Lorenz attractor A gaussian pdf is propagated through the non-linear system and the skewness particularly during the time of bifurcation is observed. To initialize the whole process just run lorenz_att.m. Make sure all the code is in the same directory. The script lorenz_pdf.m saves some images. To modify the... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Lorenz attractor Download

Added: July 25, 2013 | Visits: 502

Finite Difference Beam Propagation Method Simulation of a gaussian pulse propagated in free space through 1000 um, using finite differences.Just run the script and you'll get a surface which is made up of the pulse propagated at 1 um steps. Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Finite Difference Beam Propagation Method Download

Added: May 17, 2013 | Visits: 664

Finite Differences Beam Propagation Method in 3-D This set of simulations make use of the Alternating Direction Implicit method for solving the parabolic wave equation that arises in FD BPM.The zip file includes the following programs:FDBPM3D_free_space.m - Animation and video of the 3D propagation.FDBPM3D_free_space_slice.m - It shows slices of... Platforms: Matlab

License: Freeware Size: 92.16 KB Download (47): Finite Differences Beam Propagation Method in 3-D Download

Added: August 06, 2013 | Visits: 379

SAT_ORBIT Script The routine parses a TLE file and extracts informations from a selected satellite.It then calls the SGP4 propagator, converts the orbit in the ECI reference into Earth Centered Earth Fixed and also into Lat Long Heigth.This subroutine includes an example of the ENVISAT satellite in which the... Platforms: Matlab

License: Freeware Size: 143.36 KB Download (50): SAT_ORBIT Script Download

Added: December 03, 2013 | Visits: 730

KMood kmood is a tool for KDE which lets the user to select his current mood. Moods canbe propagated between users on different machines using KDE. Platforms: *nix

License: Freeware Size: 389.12 KB Download (41): KMood Download

Added: September 17, 2010 | Visits: 710

VWM VWM project is an extensible window manager for the console. Built on top of libpseudo and libviper, VWM is more visual alternative to Screen. Mozilla-style plugins allow for simple expandability: follow a few simple API rules and drop your shared object into a directory to have it added to the... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): VWM Download

Added: June 11, 2010 | Visits: 1.009

multitask multitask allows Python programs to use generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O. Applications written using multitask consist of a set of cooperating tasks that yield to a shared task manager whenever they perform a (potentially) blocking operation,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): multitask Download

Added: July 10, 2010 | Visits: 1.182

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this... Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: April 01, 2010 | Visits: 1.450

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the... Platforms: *nix

License: Freeware Size: 94.21 KB Download (95): Net::DBus::Tutorial::ExportingObjects Download

Added: June 09, 2010 | Visits: 902

TDFS TDFS stands for "Trivially distributed file system", and is a proof-of-concept implementation of distributed file system as a ("stacked") layer above normal file systems. It uses the FUSE libraries and subsystem to implement this operation in userland. NOTE:This is currently a proof-of-concept... Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): TDFS Download

Added: April 09, 2010 | Visits: 930

perlrpcgen perlrpcgen is a Perl module that can generate Perl interfaces from ONC RPC interface definitions. SYNOPSIS perlrpcgen [--makefile] [--all] [--client] [--server] [--data] [--constants] [--module module] [--typemap typemap] [--fork] [--perl perl] [--cc cc] [--rpclibs rpclibs] rpcfile.x... Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): perlrpcgen Download

Added: January 22, 2010 | Visits: 875

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: February 10, 2010 | Visits: 678

McStas McStas project is a general tool for simulating neutron scattering instruments. McStas is a computer program (written in C) that enables you to model very precisely a neutron instrument described as a series of various components. A source component shoots each neutron randomly (Monte-Carlo),... Platforms: *nix

License: Freeware Size: 8.9 MB Download (88): McStas Download

Added: January 18, 2010 | Visits: 818

Gtk::CListModel Gtk::CListModel is a simple data model with Gtk::Clist views. SINOPSYS my $model = tie @data, Gtk::CListModel, titles => ["Fruit", "Price", "Quantity"]; # all data manipulation is done on @data now push @data, ["Oranges", 5, 16]; # Create a view (a Gtk::Clist widget) to represent the data... Platforms: *nix

License: Freeware Size: 440.32 KB Download (88): Gtk::CListModel Download

Added: April 02, 2010 | Visits: 805

Storable Storable package contains persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO... Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Storable Download

Added: April 19, 2010 | Visits: 828

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my... Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: June 07, 2010 | Visits: 567

PApp::Storable Storable module is a persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO nretrieve() #... Platforms: *nix

License: Freeware Size: 399.36 KB Download (88): PApp::Storable Download

Added: January 14, 2010 | Visits: 991

The streak The streak plug-in is a Gimp plug-in that makes simulation of a streak camera. A streak camera images an object through a slit - thus getting a kind of "one dimensional image". This image is propagated along the second dimension of the image plane at a constant speed. The result is a picture of... Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): The streak Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 491

Letters From America (pdf) This booklet has seventeen previously unpublished letters written by A.C Bhaktivedanta Swami Prabhupada to Narayana Maharaja during his first years in America, who propagated the Hare Krishna Mission, of Gauranga Mahaprabhu. Part of a long correspondence to his friend and siksa disciple.... Platforms: Windows

License: Freeware Size: 6.26 MB Download (50): Letters From America (pdf) Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 324

PrabhupadaVani (ebook) Love of God can be developed scientifically. From time immemorial, it has been called the science of God realization. This science was actively propagated 500 Years ago by Sri Caitanya Mahaprabhu and recently, a few decades ago, Bhaktivedanta Swami Prabhupada has delivered hundreds of discourses... Platforms: Windows

License: Freeware Size: 549 KB Download (51): PrabhupadaVani (ebook) Download

1 2 >