A Simple Program for Finding Palindromic Prime Numbers
A palindromic prime (palprime) is a prime number that is also palindromic. So out of curiosity I wrote a simple […]
A palindromic prime (palprime) is a prime number that is also palindromic. So out of curiosity I wrote a simple […]
Many of you may still remember the capacitor plague that caused massive motherboard failures back in the early 2000s. While […]
Prime number theorem dictates the asymptotic behavior of prime number distributions. In layman terms, the distance between prime numbers increases […]
About two years ago, I blogged about why hybrids were not saving us any energy by taking into consideration the […]
I was writing an ASP.Net 2.0 web application using Windows authentication (since I needed to capture users’ credentials). The web […]
I am running Ubuntu 9.04 64bit. One thing I noticed is that the integrated debugger is behaving quite flaky for […]
It appeared that Google Finance was down for at least half an hour (from before 9:30 EST till after 10:00 […]
In my previous three articles (1,2,3) I discussed how to use Canny edge detection and Hough transform to identify blur […]
I will continue where I left off in my previous post. After performing Hough transform, and extracted the longest sections […]
In my previous post, I briefly discussed the rationale behind automated blur detection in digital imagery and did an overview […]
It is often necessary to identify and classify images based on their clarities. For instance, it is desirable for an […]
Getting LaTex style math equations to work in WordPress is actually pretty easy. I followed the advice here and everything […]
So Microsoft’s new search engine Bing has been available for the general public for a few days. While I have […]
Measuring the execution time for code sections can be done in multiple ways in C++. Except for the time resolution […]
As I wrote last time, I did a clean Ubuntu 9.04 install on my main PC.