foss-free and open source software

15
FOSS-Free and Open Source Software Manish M [email protected]|http:// geekgrams.blogspot.com

Upload: manish-lonewolf

Post on 15-May-2015

819 views

Category:

Technology


4 download

DESCRIPTION

An introduction to Open Source software and the community!

TRANSCRIPT

Page 1: Foss-Free and Open Source Software

FOSS-Free and Open Source Software

Manish [email protected]|http://geekgrams.blogspot.com

Page 2: Foss-Free and Open Source Software

SynopsisFreedom matters!LinuxPythonPHPFree vs. Proprietary ILUG-C

Page 3: Foss-Free and Open Source Software

Linus torvalds(Linux)

Lasmus lerforff(PHP)

Richard Stallman(Free software movement)

Guido van Rossum(Python)

Page 4: Foss-Free and Open Source Software

Freedom Matters!‘Free’ stands for Freedom to modify the

source code.Large developer community for support and

updates.Open source rival for almost every

proprietary software!Open Source games for all consoles like Play

station and Xbox!Suitable for Start-up’s as well as major

corporations.

Page 5: Foss-Free and Open Source Software

LinuxStarted in 1991 by Linus Torvalds!Embraced by the developer community.Latest version of the kernel is 2.6Now, the best operating system with a number of distributions.

Page 6: Foss-Free and Open Source Software

Windows Desktop

Page 7: Foss-Free and Open Source Software

Linux Desktop

Page 8: Foss-Free and Open Source Software

PHPGeneral purpose scripting language.Originally designed for Web development.Highly secure and flexible!Half of the Internet’s Web pages run on PHP!

Page 9: Foss-Free and Open Source Software

PythonPower + Simplicity!Interpreted high level dynamic language!Highly productiveAnimation programming, Web scripting, and much more!!! Artificial Intelligence! Official language of NASA!

Page 10: Foss-Free and Open Source Software

C#include<stdio.h>#include<conio.h>void main(){int a,b,c;clrscr();printf(‘’Enter the first number”);scanf(‘’%d”,&a);printf(‘’Enter the second number:”);scanf(“%d”,&b);c=a+b;printf(“The sum of the two numbers is”,c);getch();}

Pythona=input(‘Enter first number:’)a=input(‘Enter second number:’)c=a+bprint c

A program to add two numbers

Page 11: Foss-Free and Open Source Software

Free vs. Proprietary

Windows vs. LinuxFirefox vs. Internet Explorer GIMP vs. PhotoshopBlender vs. MayaApache vs. IISPHP vs. ASPDrupal vs. Wordpress

Page 12: Foss-Free and Open Source Software

Blender-Animation short film using open source software(Blender and Python)

Page 13: Foss-Free and Open Source Software

Major FOSS players!

Page 14: Foss-Free and Open Source Software

ILUG-C:Indian Linux Users Group-Chennai

Join the mailing list at:http://ilugc.co.in

Page 15: Foss-Free and Open Source Software

Questions?