C++ Code To Draw A Winking Face
Hi Geekyard readers,I like to share my c++ coding to draw a winking face.Just have some fun with these codings. // WINKSUB.CPP // Wink // Created by Karhik Sampath on 6/13/08. // Copyright 2008...
View ArticleWeld, JSF 2.0 And Google App Engine
When trying to build a Weld application to run in Google App Engine. Google have done a great job providing a richly featured cloud platform with plenty of good documentation and a helpful online...
View ArticleC Code To Display List Of ASCII Characters
Don’t know which number represents your favorite ASCII character???? This tiny, but useful, code is here to help you out! // ASCIICHR.CPP // ASCII Characters // Created by Karthik Sampath on 3/3/2010....
View ArticleC++ Code To Emulate A Piano
Are you bored of typing Graphics Programs in C++? Here is something for your acoustic senses! This code will transform your ordinary keyboard into a Digital Piano! // DIGIP.CPP // DIGITAL PIANO //...
View ArticleKnow About CUDA
Hi Geekyardian’s , I am here to explain what is actually CUDA. CUDA(Compute Unified Device Architecture) is a new technology which was introduced, developed, and currently under research by NVIDIA....
View ArticleAnimating a car in Java
This program is only for beginners in Java. Most of you may have imagined it is very difficult of it takes a lot of time to grasp the essence of animation in Java. Well this program here dispels all...
View ArticleBasic Applet Program in Java
This program is only for beginners in Java. Following program just gives you a gist of how an Applet must look like and what is the basic structure. There are actually five phases in an applet which...
View ArticleHow to Compile and Run a C program in Linux?
Do you wish to know howto write, compile and execute C Program in Linux platform? Then you are at right place.In this tutorial I will show you howto code and run C Program in Linux terminal. 1. Goto...
View ArticleCommon Web Design Mistakes
Designing a website takes much more than knowing some basic code and having a good idea. With the number of people who have been trying their hand in web design it seemed like a good idea to list some...
View ArticleWhat bothers web designers?
With the unprecedented expansion and spread of the Internet, one profession has been being looked for more than any other Interned-related jobs. That profession is the web designer. If it was 18th or...
View Article