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

Windows Basic freeware
Filter: All | Freeware | Demo
 

Windows Basic

< 1 2 3 4 5 > 
Added: August 03, 2008 | Visits: 1.910

Delete Windows Delete Windows 1.0 is a typical joke designed to scare your enemies (or friends), running in their PCs without them knowing, and making them pass a little time feeling pretty bad.The objective of Delete Windows 1.0 is very basic. What it does is make already closed, or even deleted, windows...



Platforms: Windows

License: Freeware Size: 1024 B Download (176): Delete Windows Download

Added: August 25, 2008 | Visits: 1.328

Net.Ex Pro (Basic Edition) Net.Ex Pro come in 2 Editions, the Basic Edition and the Ultra Edition. The Basic Edition is the free version with some restricted functionalities and is supported by some advertisement, while the Ultra Edition is the paid version with full functionalities and has no advertisement displayed. You...





Platforms: Windows

License: Freeware Size: 5.6 KB Download (106): Net.Ex Pro (Basic Edition) Download

Added: August 01, 2008 | Visits: 1.140

System Information for Windows Display System Information for Windows Operating System, similar to Windows Control Panel. This includes all Visual Basic source code so that you can add this feature to your own applications.


Platforms: Windows

License: Freeware Size: 77 KB Download (452): System Information for Windows Download

Released: July 30, 2009  |  Added: August 04, 2009 | Visits: 3.827

PDF Viewer for Windows 7 It's a pity that a PDF reader isn't included when Windows 7 is released.  However, you can download and install a light-weight yet powerful PDF Viewer to serve as part of the operating system to view, print, and convert PDF. Features: View and Print PDF: Open, view, read, and print...


Platforms: Windows

License: Freeware Size: 927.08 KB Download (343): PDF Viewer for Windows 7 Download

Released: September 26, 2009  |  Added: October 01, 2009 | Visits: 1.851

Windows Problem Modern day Windows computers are very complex but unfortunately far from perfect. Over time with the installation and removal of games, programs, software and hardware your computer can experience windows problems. Windows problems can make your computer perform very slowly. This can be on...


Platforms: Windows

License: Freeware Size: 905.27 KB Download (231): Windows Problem Download

Added: October 27, 2010 | Visits: 1.338

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: May 04, 2010 | Visits: 1.723

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: September 12, 2010 | Visits: 1.440

Agora BASIC Agora BASIC is a BASIC compiler for POSIX systems. Agora BASIC aims to implement all of Standard Full BASIC (ANSI INCITS 113-1987), with useful but compatible extensions. It does not do that quite yet. What it does is implement a small subset of the language, enough that simple programs can be...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (124): Agora BASIC Download

Added: May 03, 2010 | Visits: 2.348

Blackjack basic strategy calculator Blackjack basic strategy calculator project is a Monte Carlo basic strategy calculator. bsc finds the Blackjack strategy through the Monte Carlo method. It analyzes each situation with adaptive depth, and is generally optimized for speed. The rules are hard coded for the authors local...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (226): Blackjack basic strategy calculator Download

Added: November 20, 2010 | Visits: 1.664

CGI::WeT::Modules::Basic CGI::WeT::Modules::Basic is a basic rendering engine extensions. SYNOPSIS use CGI::WeT::Modules::Basic (); This module provides basic rendering constructs for the engine. Please be aware that the code supersedes the documentation. While I have tried to be accurate there are times that words...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (98): CGI::WeT::Modules::Basic Download

Added: June 14, 2010 | Visits: 1.745

Vista Basic Vista Basic provides a theme similar to Microsoft Vista. window borders similar to those of Microsoft Vista when using non Aero compatible software (such as JRE 6 or Photoshop CS 2).


Platforms: *nix

License: Freeware Size: 15.36 KB Download (211): Vista Basic Download

Added: October 17, 2010 | Visits: 2.113

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite::Basic Download

Added: January 07, 2010 | Visits: 1.511

Basic Analysis and Security Engine BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project. This application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system. BASE is a web interface to perform analysis of...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (113): Basic Analysis and Security Engine Download

Added: March 27, 2010 | Visits: 1.124

PerlPoint::Tags::Basic PerlPoint::Tags::Basic is a Perl module that declares basic PerlPoint tags. SYNOPSIS # declare basic tags use PerlPoint::Tags::Basic; This module declares several basic PerlPoint tags. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (97): PerlPoint::Tags::Basic Download

Added: June 19, 2010 | Visits: 1.880

Blassic Blassic is a classic Basic interpreter. The line numbers are mandatory, and it has PEEK & POKE. The main goal is to execute programs written in old interpreters, even those that use peculiar control flow constructs or automodifiable code. However, it can be used as a scripting language, and has...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (876): Blassic Download

Added: September 13, 2010 | Visits: 1.036

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Added: September 09, 2010 | Visits: 1.171

CBM BASIC Lister 2.02 CBM BASIC Lister is a Commodore related application to convert BASIC programs from their binary form to text. CBM BASIC Lister (formerly C64 BASIC Lister) is a tool to generate an easily readable and printable BASIC listing of any CBM BASIC program (C64/VIC20, etc.) saved as "prg" file. It is...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (120): CBM BASIC Lister 2.02 Download

Added: October 23, 2010 | Visits: 807

W3C::LogValidator::Basic W3C::LogValidator::Basic is a W3C log validator. It can sort web server log entries by popularity (hits). SYNOPSIS use W3C::LogValidator::Basic; my $b = new W3C::LogValidator::Basic; $b->uris(http://www.w3.org/Overview.html, http://www.yahoo.com/index.html); my $result_string=...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): W3C::LogValidator::Basic Download

Released: April 14, 2010  |  Added: April 24, 2010 | Visits: 1.694

Basic Bookmark Manager Basic Bookmark Manager - Bookmark Management Tool. Basic Bookmark Manager helps you to profitably manage your bookmarks. Its Benefits and features include allowing you to Store an unlimited number of bookmarks, Store an unlimited amount of notes, Search by title, URL, category or tags and Much...


Platforms: Windows, Pocket PC, Other

License: Freeware Size: 31.18 MB Download (182): Basic Bookmark Manager Download

Released: May 30, 2010  |  Added: June 03, 2010 | Visits: 4.526

Animal Pals Windows 7 Theme Animal Pals Windows 7 Theme is dedicated to the friendly relationship of animals with other animals in their natural habitat. This is a high resolution Windows 7 Theme which will fit very well into nearly all desktop and laptop screens with Windows 7 operating system. There are 10 background...


Platforms: Windows

License: Freeware Size: 9.78 MB Download (658): Animal Pals Windows 7 Theme Download

< 1 2 3 4 5 >