Promoting Open Source in Bangladesh

Open Source

10
Mar

Java programming tutorial 1: How to start “Hello World” program in Java

In this tutorial, you will get some fundamental idea how to begin your programming in java. However, this tutorial is written for newbie’s. They need to know how to start object oriented programming in Windows Platform.

Category : Java Programming | Blog
10
Mar

Fundamental Concept for Java Programming

This is a details tutorial about java programming. At least, any java programmer needs those skills to develop an application in java platform. However, I didn’t write this tutorial. I’d like to share this tutorial with you. My objective is to help the newbie’s programmer to develop your programming skill.

Category : Java Programming | Blog
27
Feb

The Open Source Definition is used by the Open Source Initiative to determine whether or not a software license can be considered open source.The definition was based on the Debian Free Software Guidelines, written and adapted primarily by Bruce Perens.

Open Source Software is defined by its attached license guaranteeing anybody rights to freely use, modify, and redistribute the software.

Open Source is a certification mark owned by the Open Source Initiative. Developers of software that is intended to be freely shared and possibly improved and redistributed by others can use the Open Source trademark if their distribution terms conform to the OSI’s Open Source Definition.

To summarize, the Definition model of distribution terms require that:

Free Redistribution

  • No restrictions are placed on parties from selling of giving away the software.

Source Code Availability

  • The software must include source code and must also allow for binary distributions when there is a well-publicized means of obtaining the source code. continue
Category : Open Source | Blog
26
Feb

Bruce Perens is a computer programmer and advocate in the open source community. He created the Open Source Definition and published the first formal announcement and manifesto of open source. He co-founded the Open Source Initiative with Eric S. Raymond.

In 2005, Perens represented Open Source at the United Nations World Summit on the Information Society, at the invitation of the United Nations Development Program. He has appeared before national legislatures and is often quoted in the press, advocating for open source and the reform of national and international technology policy.
continue

Category : Open Source | Blog
21
Feb

Open Source Software (OSS) is computer software for which the source code and certain other rights normally reserved for copyright holders are provided under General Public License (GPL) that meets the Open Source Definition or that is in the public domain.

Software whose source code is published and made available to the public, enabling anyone to copy, modify and redistribute the source code without paying royalties or fees. Open source code evolves through community cooperation. These communities are composed of individual programmers as well as very large companies.

Examples of Open Source Software

  • Products are:
    • FreeBSD – operating system derived from Unix
    • Linux – operating system based on Unix
    • Fedora -  free operating system
    • Ubuntu,Kubuntu – free operating system
    • Eclipse – software framework for “rich-client applications”
    • Apache – HTTP web server
    • Tomcat web server – web container
    • Moodle – course management system
    • Mozilla Firefox – web browser
    • Mozilla Thunderbird – e-mail client
    • OpenOffice.org — office suite
    • OpenSolaris – Unix Operating System from Sun Microsystems
    • Symbian – real time operating system
    • Mediawiki — wiki server software, the software that runs Wikipedia
    • Drupal — content management system
    • Joomla — content management system
    • WordPress — content management system

continue

Category : Open Source | Blog