Home
Articles
Blogs
Open Source
Quotes
Sudoku
Puzzles
R T Puzzle
Games
Album
Favourites
About
Nice Moments
Holidays
Guest Book
Boby Thomas's Articles
1
Patterns in Real Life
Category:
Software Design
keywords:
Design patterns, observer, composite
Software design patterns played out with people instead of objects.
Read complete article
2
Java Performance Tuning - A practical approach
Category:
Java programming
keywords:
Java, Performance tuning
A practical approach to performance t ning of Java applications.
Read complete article
3
Remote Debugging using GDB
Category:
C++ Debugging
keywords:
C++, gdb, remote debugging
Brief description on remote debugging using GDB, DDD and GDBserver.
Read complete article
4
Platform independent coding - DLLs and SOs
Category:
C++ Programming
keywords:
C++, dynamic link libraries (dlls), shared library
An article about platform independent coding in C++.
Read complete article
5
C++ Development using eclipse IDE starters guide
Category:
C++ Programming
keywords:
C++, IDE, Eclipse
C++ Development using eclipse IDE Starters guide.
Read complete article
6
Generic driver interface
Category:
C++ Programming
keywords:
C++, driver interface
This article explains a generic communication interface to a peripheral device with a slower or faster data transfer rate than the data input.
Read complete article
7
Static variables in shared libraries.
Category:
C++ Programming
keywords:
C++, static variables
Details of static variables in shared libraries.
Read complete article
8
XMLreader - Simple reusable class (DOM implementation) for reading xml data.
Category:
C++ Programming
keywords:
C++, XML, DOM, xmlparser
XMLreader - Simple reusable class (DOM implementation) for reading xml data.
Read complete article
9
UTF-8 UTILITY FUNCTIONS IN C++ (Platform independent code)
Category:
C++ Programming
keywords:
C++, UTF
Article describes the basics about UTF-8 and provide some utility functions for handling UTF-8. Code can be compiled for windows as well as Linux.
Read complete article
10
XMLWriter - A simple reusable class.
Category:
C++ Programming
keywords:
C++, XML, XMLReader
An example for reusable code - an XML writer class.
Read complete article
11
Endian-ness problems
Category:
C++ Programming
keywords:
C++, endianess, little endian, big endian
Problems when we switch between little endian and big endian platform.
Read complete article
12
Stack based path conversion.
Category:
C++ Programming
keywords:
C++, Path conversion
The following article explains a stack based method to convert absolute path to relative and vice versa.
Read complete article
13
Chat Client Server
Category:
C++ Programming
keywords:
C++, win32 sockets
An implementation of chat client and server with win32 sockets.
Read complete article
14
Dynamic Inheritance
Category:
C++ Programming
keywords:
C++, dynamic inheritance
A design idea - Dynamic Inheritance.
Read complete article
15
Design Patterns
Category:
Design
keywords:
C++, Java, Design patterns
Design Patterns - examples and sample codes in C++ and Java.
Read complete article
16
Developing and debugging web services using axis, eclipse and Tomcat
Category:
Webservices
keywords:
Java, AXIS2, web services, eclipse, tomcat, debugging
Article desribes about developing and debugging webservices using axis and eclipse.
Read complete article
17
Database administration for Non-DBA?s
Category:
Database
keywords:
sql
Database administration for Non-DBA?s Some useful commands for sql users.
Read complete article
18
Useful Linux Commands
Category:
Linux
keywords:
linux, shell script
List of useful linux commands - handy if you work on linux.
Read complete article
19
Cygwin related
Category:
Cygwin
keywords:
Cygwin, windows linux emulator
Moving already installed cygwin to a new location in drive or using already installed cygwin in a new OS just keeping the folder backed up
Read complete article
20
Hibernate - Java ORM Framework
Category:
Database
keywords:
Java, Database, ORM frameworks, Hibernate, SQL, HQL
Hibernate - a beginners guide .
Read complete article
21
Creating rich web pages using richfaces
Category:
Java web application
keywords:
Java, rich web applications, jboss, richfaces
Creating rich web pages using richfaces.
Read complete article
Please add your suggestions and comments in guestbook
Related Links