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

Linear Programming Mac freeware
Filter: All | Freeware | Demo
 

Linear Programming Mac

< 1 2 3 4 5 > 
Added: November 06, 2010 | Visits: 1.183

Mac::PropertyList Mac::PropertyList is a Perl module to work with Mac plists at a low level. SYNOPSIS use Mac::PropertyList; my $data = parse_plist( $text ); # == OR == my $data = parse_plist_file( $filename ); # == OR == open my( $fh ), $filename or die "..."; my $data = parse_plist_fh( $fh ); my...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: July 07, 2010 | Visits: 1.174

AudioCD::Mac AudioCD::Mac is a MacPerl extension for controlling Audio CDs. SYNOPSIS #!perl -w use AudioCD; use strict; my $cd = new AudioCD; $cd->volume(255); $cd->play(2); print "Now playingn" if $cd->status == CD_PLAY; printf "Volume is %dn", $cd->volume; sleep(5); $cd->pause; print "Now...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: November 04, 2010 | Visits: 832

Proc::BackOff::Linear Proc::BackOff::Linear is a generic module meant to be directly inherited from and then modified by overloading the calculate_back_off object method. SYNOPSIS Usage: use Proc::BackOff::Linear; my $obj = Proc::BackOff::Linear->new( { $slope => 5, x => count, b => 0 ); # sequence would be...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Proc::BackOff::Linear Download

Added: April 15, 2010 | Visits: 1.274

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: April 07, 2010 | Visits: 2.350

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (179): Mac::EyeTV Download

Released: February 20, 2013  |  Added: March 14, 2013 | Visits: 2.040

CSS3 Menu MAC Create CSS menu on MAC OS absolutely FREE! Using this FREE CSS3 Menu you can create great looking buttons using just CSS3 in a few clicks on your MAC. Creating a nice looking menu no longer needs all the code and time it use to, thanks to CSS3. Many of us are still reluctant to start using CSS3...


Platforms: Mac

License: Freeware Size: 41.08 MB Download (128): CSS3 Menu MAC Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 664

Objective-Basic for Mac OS A powerful BASIC programming language for Mac, which is simply intuitive and fast easy to learn. It is related to Visual BasicĀ® and Objective-C. It is an easy-usable, object-oriented, compiled, stable, fast and modern programming language written in C++ and Objective-C. Its runtime is totally...


Platforms: Mac

License: Freeware Size: 10 MB Download (54): Objective-Basic for Mac OS Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 675

Stunnix Advanced Web Server for Mac OS Designed for putting any web site that uses any popular programming languages like PHP, Perl, Python, Java (Tomcat) and databases like MySQL and SQLite to CDROM or USB, and have them working directly from that media on Windows, Mac OS X and Linux. No need to port your Online Application to...


Platforms: Mac

License: Freeware Size: 221 MB Download (53): Stunnix Advanced Web Server for Mac OS Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 648

Vectobar Pro Linear Basic for Mac OS A barcode generator software creates UPC, EAN, ISBN along with few other barcode symbols which will satisfy designers, labelers, book publishers around the world who need only UPC/EAN based barcodes. This package is affordable, yet powerful enough to create barcode in any dimensions with high...


Platforms: Mac

License: Freeware Size: 5 MB Download (456): Vectobar Pro Linear Basic for Mac OS Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 652

Citrin for Mac OS A modern, interactive, Mac OS X Universal graphing application, providing: - A rich variety of graph types with numerous styles of data representation - Real-time, two-way interaction with data, enabling simultaneous data visualization and graphing from multiple worksheets - Exploratory tools...


Platforms: Mac

License: Freeware Size: 28.1 MB Download (52): Citrin for Mac OS Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 557

ACProcessorSuite for Mac OS A suite of custom plugins for Apples Quartz Composer, a realtime visual programming environment that comes free with Mac OS X (Developer Tools). The suite contains: - ACPlotter: An Oscillator-like Line-Renderer, extremely useful to visualize a value, that is changing over time. Just hook it up...


Platforms: Mac

License: Freeware Size: 102.4 KB Download (49): ACProcessorSuite for Mac OS Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 620

ZinjaI for Mac OS X ZinjaI is a C++ IDE (integrated development environment) developed in the context of a Scholarship for Initiation to the Scientific Research, in Universidad Nacional del Litoral, specially designed for being employed in classroom by programming studends. FEATURES: edition facilities: syntax...


Platforms: Mac

License: Freeware Size: 35 MB Download (53): ZinjaI for Mac OS X Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 1.098

Tone Generator Free for Mac NCH Sound Tone Generator lets you create audio tones, sweeps or noise waveforms on Mac OS X. Typical Applications include test tone generation in studios for the alignment of levels, calibration and testing of audio equipment or speakers, tuning music instruments as an accurate reference tone,...


Platforms: Mac

License: Freeware Size: 552.96 KB Download (102): Tone Generator Free for Mac Download

Added: August 24, 2013 | Visits: 546

Quadratic programming by Wolf's method This script is capable of solving a convex quadratic programming problem by Wolf's method. For the convergence of the algorithm it is necessary that either Hessian of the objective function be positive definite or positive semidefinite Hessian with linear term zero. For theory of Wolf method and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Quadratic programming by Wolf's method Download

Added: January 10, 2006 | Visits: 8.177

SWF Movie Player for Mac SWF Movie Player is a new free SWF player for Mac OS based on Macromedia Flash player which helps you to get best experience from flash movies. SWF Movie Player by Eltima Software offers advanced and unique features that allow you to play, rewind, fast-forward and preview SWF files...


Platforms: Mac

License: Freeware Size: 1.97 MB Download (2014): SWF Movie Player for Mac Download

Released: June 02, 2015  |  Added: July 21, 2015 | Visits: 13.017

SWF & FLV Player for Mac SWF & FLV Player is a free and smart Flash movie player. It is the only stand-alone application for Mac OS that is able to playback SWF and FLV files with plenty of bonus features. It supports FLV and other video formats, provides you with basic playback controls such as play, pause, rewind and...


Platforms: Mac

License: Freeware Size: 34.35 MB Download (1497): SWF & FLV Player for Mac Download

Released: November 09, 2007  |  Added: December 31, 2007 | Visits: 3.798

NTRconnect Remote Access for Mac Secure remote access to your PC or Mac from any computer at any time. NTRconnect Free offers easy access free of charge to all your applications, files, folders and email for up to two computers. NTRconnect Pro includes all the features of NTRconnect Free plus file transfer, advanced keycard...


Platforms: Mac

License: Freeware Size: 564.25 KB Download (160): NTRconnect Remote Access for Mac Download

Released: February 24, 2012  |  Added: April 17, 2012 | Visits: 2.518

Wavepad Audio Editor for Mac WavePad is a sound editor program for Mac OS X. This software lets you make and edit voice and other audio recordings. You can cut, copy and paste parts of recording and, if required, add effects like echo, amplification and noise reduction. Sound editing functions include cut, copy, paste,...


Platforms: Mac

License: Freeware Size: 1.42 MB Download (185): Wavepad Audio Editor for Mac Download

Added: January 18, 2010 | Visits: 2.324

MAC Changer GUI MAC Changer GUI will display and change your MAC address to a user supplied or random value. Created with kommander 1.3.0. Not sure if it works with previous versions. Depends on kdialog and must be executed with the kdesu command. Example: kdesu kmdr-executor /home/someDIR/mac.kmdr As...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (226): MAC Changer GUI Download

Added: July 08, 2010 | Visits: 1.916

GNU MAC Changer GNU MAC Changer project consists of an utility for manipulating MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.. Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (148): GNU MAC Changer Download

< 1 2 3 4 5 >