Blog
Posted on
July 20th, 2010 0 Comments
At my present job I am responsible for web applications administration and security. I lead automation team in all implementation aspects, including project management, process analysis, workflow design, configuration data set-up, systems interface development, system installation, testing, training, go-live, and post-implementation monitoring. One of the major...
Read More |
Make a Comment
Posted on
July 12th, 2010 0 Comments
There are always few little known or hidden features in each programming language. AT StackOverflow.com someone started a series of posts “Hidden features of” programming languages. The Hidden Features series is great for people who are new to a certain language.
I have collected few of the features of both C and C++ here.
Like the ternary operator;...
Read More |
Make a Comment
Posted on
July 11th, 2010 0 Comments
I have compiled a list of repeatedly asking C++ interview questions here. Some of them are very important C++ questions asked by employers like Microsoft, Adobe and IBM.
How do you check whether a linked list is circular?
How do you decide which integer type to use?
How do you differentiate between a constructor and destructor?
How do you differentiate between...
Read More |
Make a Comment
Posted on
May 20th, 2010 2 Comments
After hearing about Everybody Draw Mohammed Day! (Sallallahu Alayhi Wa-aal-hi-Wasallam) Group on Facebook, I have decided not to use facebook any more for any of my activities. I have closed down my account on facebook and I will not be sharing any more contents on facebook.
Internet is not meant to spread hate but peace and facebook is spreading hate and discrimination....
Read More |
Make a Comment
Posted on
December 27th, 2009 0 Comments
At TEDIndia, Pranav Mistry demos several tools that help the physical world interact with the world of data — including a deep look at his SixthSense device and a new, paradigm-shifting paper “laptop.” In an onstage Q&A, Mistry says he’ll open-source the software behind SixthSense, to open its possibilities to all.
‘SixthSense’...
Read More |
Make a Comment
Posted on
November 17th, 2009 2 Comments
Google launched Go, a new systems programming language born with concurrency, simplicity and performance in mind.
Go is open source and its syntax is similar to C Programming Language, C++ and Python. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code. It uses an expressive language with...
Read More |
Make a Comment
Posted on
August 13th, 2009 0 Comments
AMD’s Framewave (FW) is a free and open-source collection of image and signal processing routines to accelerate application development, debugging, and optimization on x86-class processor platforms. FW is a collection of libraries that contain highly-optimized functions for use in a variety of programming domains. All implementations of the libraries provide...
Read More |
Make a Comment
Posted on
August 2nd, 2009 1 Comment
This article presents some of the currently available options for open source C/C++ matrix libraries employable within a Linux environment. Particular libraries discussed are Meschach, which provides routines for operating on matrices and vectors for projects coded in C, the Cooperware Matrix (CwMtx) for C++ coding, and Blitz, which provides an n-dimensional...
Read More |
Make a Comment