Archive for the ‘Programming Languages’ Category

Ruby on rails

Ruby on Rails, is an open source web application framework for the Ruby programming language. Like many web frameworks, Ruby on Rails uses the Model-View-Controller (MVC) architecture pattern to organize application programming. Ruby on Rails includes tools that make common development tasks easier “out of the box”, such as scaffolding that can automatically construct some of the models and views [...]

Python

Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability. Python supports multiple programming paradigms, primarily but not limited to object-oriented, imperative and, to a lesser extent, functional programmingstyles. It features a fully dynamic type system and automatic memory management, similar to that of Scheme, Ruby, Perl, and Tcl. Like other dynamic languages. Python is a multi-paradigm programming language. It  permits several styles: object-oriented programming and structured [...]

CGI

CGI stands for Common Gateway Interface  .It defines how web server software can delegate the generation of web pages to a stand-alone application, an executable file. Such applications are known as CGI scripts; they can be written in any programming language, although scripting languages are often used. A web server that supports CGI can be configured to interpret a URL that it [...]

Perl

Perl stands for Practical Extraction and Report Language. Perl is known as a high-level, interpreted, general-purpose and dynamic programming language. Perl gained widespread popularity in the late 1990s as a CGI scripting language, in part due to its parsing abilities. In addition to CGI, Perl is used for graphics programming, system administration, network programming, finance, bioinformatics, and other applications. Perl [...]

C++

C++ (pronounced “see plus plus”) is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language and originally named [...]

C

C is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.It is called as the mother of all languages. C is an imperative (procedural) systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide [...]

Java

Chapter 0: Introduction. What Java is and what it is not Java is a purely object oriented programming language that has evolved from and to substitute the C and C++ programming languages. But why? The main reason for Java to have evolved is “platform independence” we shall come to this part later. When a programming [...]

Dot Net

You can use different programming languages such as C#, VBScript, VB.NET, Managed C++ for developing your applications in .NET Framework, as the .NET Framework is not dependent on one particular language or platform and can support many kinds of platforms and programming languages that are in use today. Further, you can use .NET Framework for [...]

PHP

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source server side scripting language that is very much popular website development language. Download Tutorial: php-tutorial1 php-tutorial2 php_tutorial3