ALL DIFFERENT TYPES OF COMPILER:
1.python

Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.
Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.
click here to download
2.MySQL
MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.
MySQL delivers enterprise features, including:
* Partitioning to improve performance and management of very large database environments
* Row-based/Hybrid Replication for improved replication security
* Event Scheduler to create and schedule jobs that perform various database tasks
* XPath Support
* Dynamic General/Slow Query Log
* Performance/Load Testing Utility (mysqlslap)
* Improved! Full Text Search (faster, new dev templates)
* Improved! Archive engine (better compression, more features)
* Improved! User session and problem SQL identification
* Improved! MySQL embedded library (libmysqld)
* Additional INFORMATION_SCHEMA objects
* Faster data import operations (parallel file load)
* ACID Transactions to build reliable and secure business critical applications
* Stored Procedures to improve developer productivity
* Triggers to enforce complex business rules at the database level
* Views to ensure sensitive information is not compromised
* Information Schema to provide easy access to metadata
* Pluggable Storage Engine Architecture for maximum flexibility
* Archive Storage Engine for historical and audit data

CLICK HERE TO DOWNLOAD
3.SQL Server 2005 Express SP2
SQL Server 2005 Express Edition is the next version of MSDE and is a free, easy-to-use, lightweight, and embeddable version of SQL Server 2005. Free to download, free to redistribute, free to embed, and easy for new developers to use immediately, SQL Server Express includes powerful features such as SQL Server Management Studio Express, for easily managing a database.
SQL Server 2005 Express Edition has the following benefits:
* Fast to download and install: It's a compact download, and you can get up and running in as little as 20 minutes.
* Simplified administration: Automatically tune your database for optimal performance. For convenience, you can use Microsoft Update to automatically receive the latest patches and updates, enabling a high level of security and the latest features.
* Free management tool: SQL Server Management Studio: You can download the SQL Server Management Studio Express [can we provide a FH link here?], an easy and efficient management tool for SQL Server Express. With SQL Server Management Studio you enjoy a consistent management experience across all SQL Server 2005 Editions.
* Seamless integration with Visual Studio Express Editions.
* Easy to deploy: Easily move or copy your SQL Server Express databases to another computer or hosted server using XCopy and ClickOnce deployment.

CLICK HERE TO DOWNLOAD
4.Turbo c 3.0 compiler
This is a free C++ compiler from Borland. It comes with an IDE and debugger.

CLICK HERE TO DOWNLOAD
5.TASM Assembler
In this directory you would find programs (compiler TASM, linker TLINK,etc ....).
1. Move this directory to a suitable drive
(In my case I have used C:\ tasm>).
2.Once you have executed the step1 goto "START" command on the
toolbar of your desktop.
3.HERE you would find the command "RUN".
4. In this window type "command".
5. Now a DOS screen appears. Go to the directory where you have
placed TASM.
6."c:\"
To goto folder TASM I type...
"cd tasm"
Here 'cd' stands for change directory.
"c:\tasm>"
7.TO compile file "1stprog.asm" we follow the following procedure. Type "tasm 1stprog.asm".
8. This would compile the file and convert the file to object file,If no errors are present proceed.
9. Then type "link 1stprog" to create an executable.
10. To run your program type simply "1stprog" and your done....
You should see the o/p of exe file 1stprog.exe.

CLICK HERE TO DOWNLOAD
1.python

Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.
Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.
click here to download
2.MySQL
MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.
MySQL delivers enterprise features, including:
* Partitioning to improve performance and management of very large database environments
* Row-based/Hybrid Replication for improved replication security
* Event Scheduler to create and schedule jobs that perform various database tasks
* XPath Support
* Dynamic General/Slow Query Log
* Performance/Load Testing Utility (mysqlslap)
* Improved! Full Text Search (faster, new dev templates)
* Improved! Archive engine (better compression, more features)
* Improved! User session and problem SQL identification
* Improved! MySQL embedded library (libmysqld)
* Additional INFORMATION_SCHEMA objects
* Faster data import operations (parallel file load)
* ACID Transactions to build reliable and secure business critical applications
* Stored Procedures to improve developer productivity
* Triggers to enforce complex business rules at the database level
* Views to ensure sensitive information is not compromised
* Information Schema to provide easy access to metadata
* Pluggable Storage Engine Architecture for maximum flexibility
* Archive Storage Engine for historical and audit data

CLICK HERE TO DOWNLOAD
3.SQL Server 2005 Express SP2
SQL Server 2005 Express Edition is the next version of MSDE and is a free, easy-to-use, lightweight, and embeddable version of SQL Server 2005. Free to download, free to redistribute, free to embed, and easy for new developers to use immediately, SQL Server Express includes powerful features such as SQL Server Management Studio Express, for easily managing a database.
SQL Server 2005 Express Edition has the following benefits:
* Fast to download and install: It's a compact download, and you can get up and running in as little as 20 minutes.
* Simplified administration: Automatically tune your database for optimal performance. For convenience, you can use Microsoft Update to automatically receive the latest patches and updates, enabling a high level of security and the latest features.
* Free management tool: SQL Server Management Studio: You can download the SQL Server Management Studio Express [can we provide a FH link here?], an easy and efficient management tool for SQL Server Express. With SQL Server Management Studio you enjoy a consistent management experience across all SQL Server 2005 Editions.
* Seamless integration with Visual Studio Express Editions.
* Easy to deploy: Easily move or copy your SQL Server Express databases to another computer or hosted server using XCopy and ClickOnce deployment.

CLICK HERE TO DOWNLOAD
4.Turbo c 3.0 compiler
This is a free C++ compiler from Borland. It comes with an IDE and debugger.

CLICK HERE TO DOWNLOAD
5.TASM Assembler
In this directory you would find programs (compiler TASM, linker TLINK,etc ....).
1. Move this directory to a suitable drive
(In my case I have used C:\ tasm>).
2.Once you have executed the step1 goto "START" command on the
toolbar of your desktop.
3.HERE you would find the command "RUN".
4. In this window type "command".
5. Now a DOS screen appears. Go to the directory where you have
placed TASM.
6."c:\"
To goto folder TASM I type...
"cd tasm"
Here 'cd' stands for change directory.
"c:\tasm>"
7.TO compile file "1stprog.asm" we follow the following procedure. Type "tasm 1stprog.asm".
8. This would compile the file and convert the file to object file,If no errors are present proceed.
9. Then type "link 1stprog" to create an executable.
10. To run your program type simply "1stprog" and your done....
You should see the o/p of exe file 1stprog.exe.

CLICK HERE TO DOWNLOAD
Comments
Post a Comment