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

Pre Compiled software
Filter: All | Freeware | Demo
 

Pre Compiled

< 1 2 3 4 5 > 
Added: November 10, 2013 | Visits: 369

faux1 Apple1 emulator, like the Replica1, for the terminal with full cut and paste. Forked from napple1 and pom1. Tested with figFORTH and APPLESOFT BASIC. Tested and compiled on LINUX 3.0.x, OSx 10.6.x, and Windows XP/Vista/7 and it works well. A folder of sample applications is included for you to...



Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (54): faux1 Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 207

vIDE vIDE is a cross-platform tool for writing and simulating Verilog models. It provides user friendly project management and file editing, integrated simulation engine, waveform viewer, pre-compiled modules, and many other cool features.





Platforms: Windows, Mac, Linux

License: Freeware Size: 723.17 KB Download (62): vIDE Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 445

Zebra_Image This is a compact (one-file only), lightweight, object-oriented image manipulation library written in and for PHP, that provides methods for performing several types of image manipulation operations. It doesn't require any external libraries other than the GD2 extension (with which PHP usually...


Platforms: Windows, Mac, Linux

License: Freeware Size: 172.59 KB Download (47): Zebra_Image Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 611

Laszlo Presentation Server About Laszlo Presentation Server Innovative platform offers significant benefits for businesses, developers and end-users, enabling the rapid creation of Web applications that combine the superior usability of desktop software with the benefits of Web deployment. The result is a more dynamic...


Platforms: Mac

License: Freeware Size: 112 MB Download (48): Laszlo Presentation Server Download

Added: August 31, 2013 | Visits: 382

ScaleTime ScaleTime - fast linear matrix interpolationI have recorded timeseries of e.g. size [100'000 x 10] and cut out chunks of about 100 frames according to some events and normalize them to exactly 100 frames.For this task, the direct approach with Matlab's INTERP1 works, but it is slow:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): ScaleTime Download

Added: May 22, 2013 | Visits: 481

TCP/IP Socket Communications in MATLAB Provides an example Server / Client written in MATLAB that utilises the ability to call Java inline to perform message communication using TCP/IP.Importantly it does not require any pre-compiled DLLs or force you to compile some MEX c-files. Nor does it require any additional toolboxes Its all...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): TCP/IP Socket Communications in MATLAB Download

Added: June 04, 2013 | Visits: 369

Fast Sparse LU substitution This is a dedicated mex-file for use with UMFPACK to efficiently complete the permuted forward/back substitution to solve linear systems, A*x = b when A is sparse and b is a dense vector.UMFPACK is used when the MATLAB function "lu" is called with 4 outputs:[L,U,P,Q] = lu(A, tol);The mex-file...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Sparse LU substitution Download

Added: April 30, 2013 | Visits: 297

BlockMean BLOCKMEAN - Fast mean of rectangular submatricesThe mean of V*W elements along the 1st and 2nd dimension is calculated. This is no running mean filter: The sizes of the 1st and 2nd dimension are reduced by the factors V and W.I use this as cheap anti-aliasing of RGB images, therefore it is...


Platforms: Matlab

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

Added: March 23, 2013 | Visits: 230

DGradient Gradient along a specified dimensionY = DGradient(X, Dim, Spacing, Method)INPUT: X: Real DOUBLE array, any number of dimensions. Spacing: Scalar or vector of the length SIZE(X, Dim). Dim: Dimension to operate on. Optional, default: 1st non-singelton dimension. Method: String, order of the applied...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): DGradient Download

Added: April 14, 2013 | Visits: 313

FilterM FilterM, FiltFiltM: Fast digital filterThese functions are compatible to MATLAB's FILTER and FILTFILT commands,but they are faster (see screenshot): FilterM: 30%-40% of FILTER runtime FiltFiltM: 4%-20% of FILTFILT runtimeADDITIONAL FEATURES:- The dimension to operate on can be specified for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): FilterM Download

Added: March 22, 2013 | Visits: 319

Extrimely fast general n-dimensional interpolators This interpolation package re-implements Matlab's built in methods ppval (1-d case polynomial evaluator) and ppual (multidimensional polynomial evaluator) which are used by Matlab to evaluate polynomial in their so called "pp-form". Matlab's built in versions are extrimely slow even though...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): Extrimely fast general n-dimensional interpolators Download

Added: July 20, 2013 | Visits: 362

Shuffle (Sripts) Shuffle - Random permutation of array elementsThis function is equivalent to X(RANDPERM(LENGTH(X)), but 50% to 85% faster. It uses D.E. Knuth's shuffle algorithm (also called Fisher-Yates) and the cute KISS random number generator (G. Marsaglia). While RANDPERM needs 2*LENGTH(X)*8 bytes as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (40): Shuffle (Sripts) Download

Added: August 21, 2013 | Visits: 263

strncmpr Compare last N chars of strings or cell stringsInput and output equal Matlab's STRNCMP/STRNCMPI, but the strings are compared from right to left.T = strncmpr(S1, S2, N) or T = strncmpir(S1, S2, N)INPUT: S1, S2: Strings or cell strings. N: Number of characters to compare.OUTPUT: T: Logical array,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): strncmpr Download

Added: May 03, 2013 | Visits: 228

anyEq C-Mex: anyEqThis is a simple but fast check, if two arrays contain any common element.If no common element is found, the C-Mex is 30% to 50% faster than the equivalent Matlab expression "any(X(:) == y)" and much faster than "any(ismember(X, Y))" if Y is an array.If a matching element is found...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): anyEq Download

Added: July 04, 2013 | Visits: 307

OCAPI The OPeNDAP C API (OCAPI) is an OPeNDAP DAP 2.0 client implementation written in generic C. The package includes a library which can be linked statically or dynamically. Included is a optional command line interface which allows interactive access to the API. There are four main ways you can use...


Platforms: Mac

License: Freeware Size: 481.28 KB Download (44): OCAPI Download

Added: October 02, 2013 | Visits: 283

LLJVM LLJVM provides a set of tools and libraries for running comparatively low level languages (such as C) on the JVM. The C to JVM bytecode compilation provided by LLJVM involves several steps. Source code is first compiled to LLVM intermediate representation (IR) by a frontend such as llvm-gcc or...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (41): LLJVM Download

Added: November 28, 2013 | Visits: 544

Sonic-Rainbow Sonic-Rainbow is a graphical multi-media player for Linux systems. It provides an Easy to Use complete GUI interface that will run on most Linux based Window Managers such as KDE, ICEWM, XFCE, GNOME etc.... It can be downloaded in binary and source form with pre-compiled Mandrake 9.0 rpm's...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (50): Sonic-Rainbow Download

Released: April 16, 2020  |  Added: April 19, 2020 | Visits: 640

EvoAI EvoAI provides access to quality tick data pre-compiled to accelerate download speeds from a dedicated server. Export data to MT4 with a click of a button and take advantage of multi-threading by exporting multiple pairs at the same time. Automate walk forward MT4 optimisation using tick data at...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $5.00 USD Size: 31.34 MB Download (88): EvoAI Download

Added: November 10, 2010 | Visits: 1.249

Pre Make Kit Pre Make Kit (PMK) aims to be a BSD alternative to GNU autoconf, GNU libtool, and pkg-config. Pre Make Kit uses data files instead of scripts to limit the spreading of trojans in software packages. Its designed to be easy to use for users and developers. For better portability and efficiency,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (89): Pre Make Kit Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 744

Wallpaperio Palm Pre Maker Wallpaperio Palm Pre Maker is a wallpaper maker that creates wallpapers from pictures and photos so you can personalize your Palm Pre. The software can read many types of picture files (jpg, gif, png) and lets you into resize them into the proper size of your Palm Pre. Wallpaperio Palm Pre...


Platforms: Windows

License: Freeware Download (428): Wallpaperio Palm Pre Maker Download

< 1 2 3 4 5 >