![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
![]() |
Wall Street ponders Transmeta dealtechconfidential.com » Money Out - Nov 19, 2008 The benefits of bidding adieu to the public market are pretty obvious in today's climate, but Silicon Valley chipmaker Transmeta Corp.'s [TMTA] agreement to be acquired for $255.6 million in cash by privately held … Also tagged: semiconductors, chip, semiconductor, transmeta, riley, money out, zera, novafora |
![]() |
File Integrity Checkghacks.net » gHacks technology news - Nov 12, 2008 File Verifier++ is a portable software program for Windows that can check the file integrity of selected files. This is done by calculating the hash of every selected file in the first run of the application and … Also tagged: windows, software, windows software, hash, portable software, hash algorithm, file integrity, md6 hash, hash algorithms, sha algorithm |
![]() |
Algorithms In A Nutshelllockergnome.com » IT Professionals - Oct 23, 2008 Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell by George Heineman, Gary Pollice, and Stanley Selkow … Also tagged: software development, books, o reilly, mathematical analysis |
asp.net » Sanjeeb Sarangi - Sep 29, 2008
using System; System; namespace FindMaxValue { class Program FindMaxValue { class Program class Program { static void Main( string [] args) { int [] myArray = new int [] {22,10,4,6,33,7,8,9,11}; Console …
asp.net » Sanjeeb Sarangi - Sep 29, 2008
using System; namespace BubbleSort { class Program { static void Main(string[] args) { int[] array = new int[] {2,5,7,1,9,0,3,4,2,6,7,5}; // Before sorting for (int i = 0; i < array.Length - 1; i++) { …
asp.net » Sanjeeb Sarangi - Sep 29, 2008
Reverse an Array is one of the most common programming algorithm questions that is asked in many tech interviews. Here is a quick way with sample code: using System; System; namespace ReverseArray { /// /// Reverse …
msdn.com » Bill Li - Sep 22, 2008
In this post, I’d like to discuss one interesting algorithm problem which took me quite a while to find an ideal solution. The problem is as followings: Array A and B are sorted with length of m and n respectively …
coedmagazine.com » COED Magazine - Sep 14, 2008
Apple released a brand new iPod on Tuesday and while the rest of the nation was captivated by all the pretty colors and the new gizmo’s shake-to-shuffle feature, I was a little busy geeking out about the other …
Also tagged: tech, apple, geeking, ipod, sidebar, itunes, pandora, ipod nano, album art, gizmo, steve jobs, playlist, genius, new technology, smarty pants, dark corners, ipod touch, apple announcement, new ipod, pretty colors, ben folds five, ipod playlists, scours, old favorites, incarnations
successfulsoftware.net » Successful Software - Aug 25, 2008
I received two working programs that attempted to solve my ellipse problem. Both were creditable attempts, but neither of them were quite accurate enough for my requirements. One had small (but visible) gaps between …
Also tagged: c, software, algorithms, layout, circle, qt, ellipse, secant
lockergnome.com » IT Professionals - Aug 20, 2008
A time-and-money-saving question shared by commuters in their cars and networks sharing ever-changing Internet resources is: "What’s the best way to get from here to there?" A new algorithm developed by computer …
Also tagged: network, efficiency