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

Brain Function freeware
Filter: All | Freeware | Demo
 

Brain Function

< 1 2 3 4 5 
Added: July 05, 2013 | Visits: 410

Improved WHOS function WHOSBETTER is a function that sorts the WHOS output according a user defined input (ie name, size, bytes, type etc.). The output also includes the FULL size rather than the #-D labels that TMW prefers. The output is also human readable and incorporates the use of b (byte), kb (kilobyte), Mb...



Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Improved WHOS function Download

Added: May 15, 2013 | Visits: 415

Temporary (or anonymous) function handles for ML The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create "psuedo-anonymous" function handles: that is,...





Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Temporary (or anonymous) function handles for ML Download

Added: June 09, 2013 | Visits: 514

Interactive resolution enhancement function function ire(x, signal)Interactive resolution enhancement function for data in the arguments "x,signal". Displays sliders for real-time control of 2nd and 4th derivative weighting factors (factor and factor2) and smooth width. (Larger values of factor1 and factor2 will reduce the peak width but...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (40): Interactive resolution enhancement function Download

Added: June 07, 2013 | Visits: 448

mklib: a pedestrian function library loader generator MKLIB takes one or more list(s) of valid M-files and automatically creates a library loader function (M-file), which returns a structure of function handles to all the subfunctions found in those M-filesthe structure's field names are set to the name of the subfunctionsthis allows a user to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): mklib: a pedestrian function library loader generator Download

Added: August 11, 2013 | Visits: 484

Safe Function Call for WordPress Safely and easily call functions that may not be available (such as those provided by a plugin that gets deactivated).Assuming you had something like this in a template:If you deactivated the plugin that provided list_cities(), your site would generate an error when that template is accessed.You...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Safe Function Call for WordPress Download

Added: September 22, 2013 | Visits: 619

Function Plotting and Data Fitting Model The Function Plotting and Data Fitting Model allows you to create customizable plots to interactively explore the properties of up to three functions at a time. When you enter a function, adjustable parameters are automatically recognized, and sliders are created to vary the values of these...


Platforms: Mac

License: Freeware Size: 1.41 MB Download (42): Function Plotting and Data Fitting Model Download

Added: July 13, 2013 | Visits: 484

Jig Words Review Brain fitness is a popular term used today in referencing techniques needed to improve one???*a*?s mental capacity and function. Jig Words is a Mac game that can help with stimulating the brain to adapt to quick changes. It will keep your brain on its???*a*? toes by random letters appearing on...


Platforms: Mac

License: Freeware Size: 9.91 MB Download (38): Jig Words Review Download

Released: September 16, 2006  |  Added: February 10, 2007 | Visits: 6.235

Equation Grapher Equation grapher is an easy-to-use software for 2D function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems .Equation grapher is an easy-to-use software for 2D function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems...


Platforms: Windows

License: Freeware Size: 1.23 MB Download (714): Equation Grapher Download

Added: August 22, 2008 | Visits: 2.093

Backup My Brain Are you afraid to lose your memory? Amnesia can strike you all of a sudden. Don't be afraid any more. Backup My Brain 1.0 is here to help you store your brain configuration. Backup My Brain utilizes UnusualSoftware.com's award-winning brain backup technology called "BrainThroughEarsO"....


Platforms: Windows

License: Freeware Size: 1024 KB Download (333): Backup My Brain Download

Added: August 27, 2008 | Visits: 850

Jay Brain Jay Brain is a fast music player, agile, simple and nice to look at. Visually attractive, and without complications for the user who only wants to listen to their favourite songs without problems.The user interface is quite interesting. You could say that the design is very "neuronal". The...


Platforms: Windows

License: Freeware Size: 1024 B Download (107): Jay Brain Download

Added: September 08, 2010 | Visits: 860

DB::Appgen DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces to manipulate data in APPGEN Custom Suite databases. All this was made in about four hours including reading perlxstut manpage, so do not expect something pretty. Although it appears to be...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): DB::Appgen Download

Added: January 04, 2010 | Visits: 1.038

libffi libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. ffi stands for Foreign Function Interface. A foreign...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (97): libffi Download

Added: March 23, 2010 | Visits: 978

paptcha paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not.


Platforms: *nix

License: Freeware Download (103): paptcha Download

Added: March 10, 2010 | Visits: 737

ffcall ffcall is a foreign function call libraries. This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall calling C functions with variable arguments vacall C functions accepting variable...


Platforms: *nix

License: Freeware Size: 911.36 KB Download (94): ffcall Download

Added: June 15, 2010 | Visits: 1.267

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: August 19, 2010 | Visits: 941

cproto cproto generates function prototypes for functions defined in the specified C source files to the standard output. The function definitions may be in K&R or ANSI C style, or in lint-library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): cproto Download

Added: July 02, 2010 | Visits: 1.064

Saja Saja is a lightweight AJAX scripting engine for PHP with secured function calls. Saja is designed for the speedy creation of simple, intuitive, and maintainable AJAX applications, without the need to write any JavaScript.. Open-source AJAX scripting engine for PHP with secure function calls....


Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): Saja Download

Added: November 14, 2010 | Visits: 959

Callback Callback is an object interface for function callbacks. SYNOPSIS use Callback; my $callback = new Callback (&myfunc, @myargs); my $callback = new Callback ($myobj, $mymethod, @myargs); my $callback = new Callback ($old_callback, @myargs); $callback->call(@some_more_args); Callback...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (109): Callback Download

Added: February 08, 2010 | Visits: 1.162

HPUX::Ioscan HPUX::Ioscan is a Perl function to handle HPUX ioscan command. SYNOPSIS use HPUX::Ioscan ; my $result = ioscan (); print "All hardware paths: ", join(" ", keys %$result),"n"; print "One device file of disk :n", $result->{2/1.6.0}{device_files}[0], "n"; This module works on top of the...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): HPUX::Ioscan Download

Added: October 22, 2010 | Visits: 1.372

OpenSSH Heartbeat/Watchdog Patch OpenSSH Heartbeat/Watchdog Patch adds a heartbeat (keepalive) function to ssh(1). If the output channel has been silent for more than a specified time, a null message (SSH_MSG_IGNORE) is sent to the server as a heartbeat. The heartbeat is useful for keeping connections over IP masquerade/NAT...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): OpenSSH Heartbeat/Watchdog Patch Download

< 1 2 3 4 5