Download small Media library Project in java Media library Project User Interface Componect Classes A awt package contains a number of component classes that are typical elements of any interactive user interface.it is also called UI componect classes. Methods setSize(Dimension d) Resizes the corresponding component so that it has width d.width and height d.height setSize(int […]
C Programming
http://garbo.uwasa.fi/pc/c-lang.html www.cprogramming.com http://www.programmersheaven.com/ C Programming note Download
Bind 9.4.2 Caching nameserver
Bind is the de-facto DNS server used in almost all kinds of environment all over the world. This article is a How-To for creating a local caching name server for your network to resolve DNS hostnames faster and also to conserve your precious bandwidth. The Domain Name System (DNS) is the crucial glue that keeps […]
Using Global/Distributed Transactions in Java/JDBC with Oracle Real Application Clusters
This document describes some of the ways to leverage the high availability features of Oracle Real Application Cluster (RAC) databases by moving the load balancing functionality from the Oracle server/Oracle driver to your application. In this article, I discuss the ways to achieve load balancing of connections across RAC nodes and yet maintain the sticky […]
Running A Transparent Linux Squid Bridge / Turn your Linux box into a Cisco like Catalyst switch
Let us face some facts. Not everybody, especially a small office network or a small home network can afford a Cisco catalyst switch. To replicate the features of a sophisticated switch like a Cisco catalyst switch, we can setup a Linux box with more than 2 network interfaces to run in bridging mode. Or more […]