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

Basic Programming freeware
Filter: All | Freeware | Demo
 

Basic Programming

< 1 2 3 4 5 > 
Added: June 28, 2013 | Visits: 413

Pycorn Pycorn is an interpreted operating system written in Python, intended to recreate the easy learning possibilities of 8-bit microcomputers. Device drivers, network protocols, file systems can all be implemented in Python with no C or assembler code. The goal of the project is to create a usable... Platforms: *nix

License: Freeware Size: 583.68 KB Download (40): Pycorn Download

Released: July 06, 2005  |  Added: July 07, 2008 | Visits: 4.204

Just BASIC Just BASIC is an ideal personal Windows programming tool and tutorial. Great for light programming and teaching or learning programming. Create your own utilities, games, business apps and more. Includes a syntax coloring editor, a debugger, and a customizable GUI editor. Large online... Platforms: Windows

License: Freeware Size: 2.57 MB Download (1096): Just BASIC Download

Added: July 01, 2010 | Visits: 1.798

BASIC-256 BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. The BASIC-256 project uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode... Platforms: *nix

License: Freeware Size: 31.74 KB Download (115): BASIC-256 Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 604

Aurel Basic RC2 Build Aurel Basic is simple programming tool wich is made for beginers in programing world. He is dialect of BASIC , and like other basic languages he share his simple sintax and philosophie of programming.This software is oriented to learn basics for everyone. Why Basic? Becose i love simplicity... Platforms: Windows

License: Freeware Size: 451 KB Download (65): Aurel Basic RC2 Build Download

Added: October 27, 2010 | Visits: 1.341

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.728

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.441

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: November 20, 2010 | Visits: 1.667

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: October 17, 2010 | Visits: 2.117

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: March 27, 2010 | Visits: 1.128

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: September 13, 2010 | Visits: 1.038

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

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 642

BOLT Programming BOLT Programming was built to be a simple and accessible programming language. The languages was mainly designed to help beginning programmers understand difficult concepts such as those seen in BASIC, while maintaining power, speed, and portability as shown in C++. Platforms: Windows

License: Freeware Download (49): BOLT Programming Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 937

Pocket Programming Language FREE PPL is a FREE, fast and easy-to-learn programming language that is fully object-oriented. PPL runs on all Windows Mobile devices using Windows Mobile 2003, 5 and 6. PPL is also compatible with PC desktop computers. Programs written for one system are 100% compatible with the other. Write high... Platforms: Windows, Pocket PC

License: Freeware Size: 26.32 MB Download (64): Pocket Programming Language FREE Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 370

Lemick Basic Lemick is a project to make a programming language similar to those traditional Basic implementations but with all the attributes of the modern programming tool Platforms: Windows, Mac, Linux

License: Freeware Size: 3.14 MB Download (60): Lemick Basic Download

Computer Applications in Mechanics of Materials Using MATLAB This junior/senior level text presents basic and intermediate programming techniques that are commonly employed when solving engineering problems.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1476.jsp. Platforms: Matlab

License: Freeware Size: 153.6 KB Download (46): Computer Applications in Mechanics of Materials Using MATLAB Download

Added: November 12, 2013 | Visits: 441

BASIC-256 for Linux BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a... Platforms: *nix

License: Freeware Size: 6.05 MB Download (41): BASIC-256 for Linux Download

Added: August 26, 2006 | Visits: 18.211

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Added: August 22, 2008 | Visits: 2.943

Visual Basic Hints-and-Tips Useful hints-and-tips for programmers of Visual Basic. Topics covered are - General programming tips:- Applying a minimum size to resizable forms. Working with the intrinsic VB controls; Select the content of textbox and combobox controls on GotFocus. Windows API;- Creating a scrollable text... Platforms: Windows

License: Freeware Download (580): Visual Basic Hints-and-Tips Download

Added: January 18, 2010 | Visits: 743

XLObject XLObject is a clone of basic services offered by the Qt object model, redesigned around modern features of the C++ language. Signals and slots are used for communication between objects. There are instances when we want some objects to know the changes of a particular object without having to... Platforms: *nix

License: Freeware Size: 46.08 KB Download (97): XLObject Download

Added: May 03, 2010 | Visits: 2.352

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

< 1 2 3 4 5 >