Welcome!

Image Processing with CUDA

CUDA is well suited Image processing in parallel threads. The pixels of a image can be directly mapped to parallel threads. For efficient image processing with CUDA one need to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Remove Svn folders

Case – Suppose there is a project or any directory set up in svn with a repo url pointing to SVN server. In case just to take a back up…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create your own module for joomla

For creating a module in joomla we need two types of file. – PHP Scripts for business logic. – XML File for installing the Module and providing any default or…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
.htaccess code to enable file upload in FLEX-PHP

While working with a FLEX-PHP project, I went through an experience which I would like to share. In the project the front end is in FLEX, and the backend part…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Microsoft Dynamics CRM : How to customize a form using Javascript

One can customize a Microsoft CRM form using javascript with lots of ease. Navigate to Go To ->Settings ->Customization Select Customization Entities Double Click on the entity that is needed…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tips for speed up your algorithm in the CUDA programming

There are a couple of things you can do to speed up your algorithm in the CUDA programming : 1.)Try to attain .75(75%) to 1 (100%) occupancy of every kernel…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Establish Relationship Between Two Entities In CRM

Microsoft Dynamics CRM 4 supports the following relationships: 1:N relationships (one to many) N:1 relationships (many to one) N:N relationships (many to many) Let’s take two entity Doctor and Patient…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Identify Web table cell data through selenium Web Driver or RC

Sometime in Selenium (Webdriver or RC), we face problem in identifying the web table cell data. To identify the cell data we can use xpath, ids etc . Suppose we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Develop and Deploy an Application in Google App Engine?

How to Develop and Deploy an Application in Google App Engine? In my previous tip, I explained about the Basics of GAE. Since I have used Eclipse IDE(Eclipse 3.5 (Galileo)…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!