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

Sandbox freeware
Filter: All | Freeware | Demo
 

Sandbox

< 1 2 3 4 5 > 
Added: October 12, 2010 | Visits: 1.268

Business::PayPal::API Business::PayPal::API is a PayPal API. SYNOPSIS use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails ); ## certificate authentication my $pp = new Business::PayPal::API ( Username => my_api1.domain.tld, Password => this_is_my_password, PKCS12File => /path/to/cert.pkcs12,...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (137): Business::PayPal::API Download

Released: April 07, 2010  |  Added: April 21, 2010 | Visits: 1.838

Comodo Endpoint Security Manager Comodo Business Antivirus enables remote, centralized management of PC security products such as Antivirus, Firewall and Disk Encryption on business workstations. With Comodo Business Antivirus businesses can save up to $30 per endpoint per year with the Power Management feature that allows...





Platforms: Windows

License: Freeware Size: 18 MB Download (132): Comodo Endpoint Security Manager Download

Added: January 10, 2010 | Visits: 909

Luxilla Luxilla is a "runtime" that turns Luxor XUL markup into live windows, dialogs, menus, toolbars and more without requiring a single-line of Java code. Pass on the chrome folder holding your XUL markup to Luxilla and see the XUL markup come to life. Example: java luxilla...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (115): Luxilla Download

Released: January 15, 2009  |  Added: January 28, 2009 | Visits: 1.753

DonateBot Donate to charity for free simply by running a small program in the background. In exchange for your unused CPU processing power, you will give to the charity of your choice. This application contains NO POPUPS, NO SPYWARE, NO ADWARE. You can donate more than 1000 grains of wheat, 1000...


Platforms: Windows

License: Freeware Size: 19.68 MB Download (114): DonateBot Download

Added: July 17, 2010 | Visits: 1.156

Business::PayPal::SDK Business::PayPal::SDK is an interface to paypals SDKs. SYNOPSIS use Business::PayPal::SDK; my $pp = new Business::PayPal::SDK( { paypal_apiid => "sdk-seller_api1.sdk.com", paypal_apipw => "12345678", paypal_cert => "paypal_java_sdk/samples/Cert/sdk-seller.p12", paypal_certpw =>...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Business::PayPal::SDK Download

Added: May 13, 2010 | Visits: 1.375

PHP/JavaScript interpreter This scripting language interpreter is implemented in PHP and allows to execute user-supplied JavaScript-lookalike code server-side, without compromising security because everything runs safely in a sandbox. This is of course much slower than a real interpreter, but is useful for integration...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (106): PHP/JavaScript interpreter Download

Added: March 22, 2010 | Visits: 1.609

MEPIS KDE 4 Beta 1 Live SimplyMEPIS is a ready to go desktop operating system for PCs and Apple computers that have Intel or AMD 32 or 64 bit processors. SimplyMEPIS project is easier than Windows Vista and intuitive for Windows XP and Windows 98 users. MEPIS includes all of the applications that most users need and...


Platforms: *nix

License: Freeware Size: 963 MB Download (106): MEPIS KDE 4 Beta 1 Live Download

Added: February 17, 2010 | Visits: 1.343

Wiki::Gateway Wiki::Gateway is a Perl library for interacting with remote wikis. SYNOPSIS use Wiki::Gateway; $result = Wiki::Gateway::getPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox); $result = Wiki::Gateway::putPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Wiki::Gateway Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 1.021

Argante Argante provides a secure, distributed, and fast VS machine. Argante is a fully operational, virtual environment for effective, secure, and accurate development of network appliances and other solutions (distributed routers, heterogenic, and self-adapting clusters). Argante is a fully virtual...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (97): Argante Download

Added: May 27, 2010 | Visits: 839

PyRPM PyRPM is an experimental project to look at rpm package management. It is a python module and a collection of scripts that provide similar functionality as rpm, yum and co. It is written from ground up and is implemented only in python. PyRPM project mainly deals with rpm packages, the rpm...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): PyRPM Download

Added: May 03, 2010 | Visits: 926

T2 Linux 7.0 With T2 you can define targets for various purposes, ranging from embedded linux systems with a few MB of size over server configurations to a full desktop system featuring X.Org foundation, KDE, Gnome, OpenOffice.Org and many more. Those targets can be compiled for use on the most common...


Platforms: *nix

License: Freeware Download (95): T2 Linux 7.0 Download

Added: August 16, 2010 | Visits: 879

cvsgdiff cvsgdiff uses tkdiff or mgdiff to graphically display diffs between CVS revisions of a file in your sandbox. cvsgdiff is basically a graphical version of "cvs diff". If given no arguments, cvsgdiff will launch the graphical diff program once for every modified file in the current directory....


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): cvsgdiff Download

Added: August 08, 2010 | Visits: 993

RPM::Make RPM::Make is a Perl module to cleanly generate an RPM. SYNOPSIS use RPM::Make; # The "Manifest": list of files that will comprise the software package. my @filelist=(tmproot/file1.txt, tmproot/file2.txt, tmproot/file3.txt, tmproot/file4.txt); my %doc; my %conf; my %confnoreplace; my...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): RPM::Make Download

Added: January 25, 2010 | Visits: 882

Sandbox Sandbox... For years, standard POSIX permissions did a good job of defining access to our files and folders. But as our needs have become more complex, operating systems have begun implementing access control lists to help handle things. When Apple shipped Mac OS X 10.4, they added a robust...


Platforms: Mac

License: Freeware Download (93): Sandbox Download

Added: June 21, 2010 | Visits: 960

xDash::Archive::Pg xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password => ) } USAGE The module is developed in the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (92): xDash::Archive::Pg Download

Added: March 10, 2010 | Visits: 707

Vexi Build Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet. Vexi project features a very simple and powerful syntax based on xml and javascript, a set of complete, extensible, themable widgets, and a sandbox-like security model to...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (90): Vexi Build Download

Added: November 19, 2010 | Visits: 1.024

DPKG::Make DPKG::Make is a Perl module for cleanly generate an Debian package (.dpkg). SYNOPSIS use DPKG::Make; # The "Manifest": list of files that will comprise the software package. my @filelist=(tmproot/file1.txt, tmproot/file2.txt, tmproot/file3.txt, tmproot/file4.txt); my %doc; my %conf;...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): DPKG::Make Download

Released: February 09, 2017  |  Added: March 27, 2017 | Visits: 1.299

SaferTech Secure Browser Secure Browser is a fast, secure and private web browser. With a built-in Security & Privacy Center, Secure Browser has the worlds first browser integrated security and privacy management console. Key Features: * Active Anti-Virus - Stop viruses and malware from infecting your computer *...


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

License: Freeware Size: 1.52 MB Download (79): SaferTech Secure Browser Download

Released: July 01, 2015  |  Added: August 09, 2015 | Visits: 459

Grand Auto Adventure 3D racing sandbox game. There is a city with lots of cars and different tasks at your disposal. Take part in illegal races around the city, go away from the police and make money for new cars. If you become a respectable driver or a dangerous scorcher - it only depends on you and on your choice....


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 28.53 MB Download (67): Grand Auto Adventure Download

Added: May 10, 2013 | Visits: 684

Passage Open Source Enterprise Portal Cubic Compass Software is the primary developer and supporter of the Passage Foundation Server (PFS) for .NET. Passage provides a comprehensive set of web development tools and features integrated with best-of-breed Microsoft .NET technologies, components, and applications. Features:Security -...


Platforms: Windows, ASP.NET,

License: Freeware Download (63): Passage Open Source Enterprise Portal Download

< 1 2 3 4 5 >