Posted by: intelbot on: May 5, 2009
I have been observing the developments in Processor Technologies, and now I am really excited with the Future of Computing with the shift from single core to many core processor technologies. As you all know, Moore’s Law tells us that, the number of transistors on an integrated circuits doubles every two years. Now the so-called [...]
Posted by: intelbot on: April 21, 2009
I have been observing the developments in Processor Technologies, and now I am really excited with the Future of Computing with the shift from single core to many core processor technologies. As you all know, Moore’s Law tells us that, the number of transistors on an integrated circuits (IC) doubles every two years. Now the [...]
Posted by: intelbot on: August 13, 2008
Couple of hours ago i read a very interesting post related to Software Project Management on Coding Horror. The 90% done sysndrom can be stated like this: The first 90% if the project takes 90% of the time & the last 10% takes the other 90%.
Posted by: intelbot on: December 28, 2007
If you ask software engineers about how the compiler works? Most of them give you an alien look. Here is how the compiler works :
Posted by: intelbot on: November 26, 2007
– It is slowest sorting algorithm in use– It is considered as Most In efficient Sorting Algorithm. How it works? The basic idea is to compare two neighboring objects, and to swap them if they are in the wrong order. This process is repeated until it completly sorts the list. This causes larger values to [...]
Posted by: intelbot on: November 26, 2007
In Computing, a fundamental problem related to lists is Sorting (or Ordering) them in Ascending or Descending. In this series i would like to explore the Sorting Algorithms from C# point of View. Following is the list of Commnon Sorting Algorithms in use Bubble Sort Insertion Sort Selection Sort Quick Sort Shell Sort Heap Sort [...]
Posted by: intelbot on: November 23, 2007
Here is the list of Software Protection methods commonly in Use Copy Protection Trial/Demo Serial Number Hardware Key CD Check Nag Screens & Adware Code Obfuscation Encryption Self Modifying Code Hardware Dongle
Posted by: intelbot on: June 2, 2007
Source :http://www.codeproject.com/gen/work/standaloneinnovative.asp The Standalone Programmer: Innovative Software DevelopmentBy Matt Gullett. Introduction Have you ever noticed that sometimes a single programmer (or very small team) can accomplish more than a large team? Sometimes it seems that large teams are totally unable to meet deadlines or when they do, they deliver mediocre code. Why is this? I [...]