Saturday, November 3, 2012

Basic Softwares installed on Ubuntu


  1. Games :
    • 0 AD
    • Glest
    • Kbounce
  2. Graphics :
    • Picasa
    • Blender
    • GIMP
  3.  Internet : 
    • Chromium Web Browser
    • Dropbox
    • FileZilla
    • Firefox Web Browser
    • KGet
    • Skype
    • Transmission Bit Torrent Client
  4. Office :
    • Adobe Reader 9
    • Calibre
  5. Programming :
    • Cervisia
    • Code::Blocks IDE
    • Eclipse : Indigo
    • KLinkStatus
    • Kommander Editor
    • Kompare
    • MonoDevelop
    • NetBeans IDE
    • Quanta Plus
  6. Sound and Video :
    • Amarok
    • VLC media player
  7. System Tools :
    • Battery Monitor
    • Oracle VM VirtualBox
    • Prey Configurator : Laptop recovery software
  8. Wine


Other softwares and SDKs :

  1. LAMP
  2. Android sdk
  3. Flex sdk
  4. Ruby
  5. Java
  6. Python
  7. Perl
  8. Blueman

And also make ctrl+e as the Eject key

Sunday, October 14, 2012

Installing Graphics.h in Windows

Follow these steps to install and use graphics.h in windows :
  1. First install CodeBlocks
  2. Then download WinBGIm and extract it.
  3. Copy and paste graphics.h and winbgim.h files to include folder of your compiler directory.
    Mine was C:\Program Files (x86)\CodeBlocks\MinGW\include
  4. Copy and paste libbgi.a to lib folder of your compiler directory.
    Mine was C:\Program Files (x86)\CodeBlocks\MinGW\lib
  5. In code::blocks open Settings >> Compiler and debugger >>linker settings
  6. click Add button  in link libraries part and browse and select libbgi.a file
  7. In right part (ie. other linker options) paste commands
  8. -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32
  9. click Ok
The file should be .cpp.
This version of graphics.h is the modified error free one.

Download the graphics.h file from this link :
http://www.mediafire.com/?nd3whqoqb36h8ou

Thursday, October 11, 2012

Wednesday, October 3, 2012

XML/SWF Charts


Display a dynamic graph using flash player n php :

http://www.maani.us/xml_charts/index.php?menu=Introduction

Sunday, May 13, 2012

If you get EOF in eclipse when compiling android project

emulator -partition-size 512 -avd Droid


adb kill-server
adb start-server

Thursday, March 29, 2012

Blender video tutorials

http://www.blender.org/education-help/tutorials/

Monday, March 26, 2012

OpenGL materials

http://www3.ntu.edu.sg/home/ehchua/programming/opengl/GL1_Introduction.html

Sunday, March 11, 2012

Installing GLEW in ubuntu 10.10

  1. Update the package index:
    # sudo apt-get update
  2. Install glew-utils deb package:
    # sudo apt-get install glew-utils  
3.
sudo apt-get install subversion build-essential libglew1.5-dev

Friday, January 20, 2012

Installing ECLIPSE in UBUNTU

http://colinrrobinson.com/technology/install-eclipse-ubuntu/

http://mynetsys.blogspot.com/2011/02/installing-eclipse-helios-on-ubuntu.html