October 24, 2007 by dontezm
Enter search terms to find relevant sample code from nearly 700 O’Reilly books.
The database currently contains over 123,000 individual examples, composed of 2.6 million lines of code — all edited and ready to use.
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
“Liblit has created lightweight instrumentation that is added into the binary language of software. The instrumentation creates a sparse, but statistically fair, random sample of software behavior. The system produces “feedback reports” which get fed into a database that accumulates the data and starts to identify trends.”
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
Each sample program can be compiled and run independent to the other code. To make an executable out of a source code, write your own Makefile, or:
g++ -o first first.cc -lposix4 -lpthread
first.cc: A simple program that creates two identical threads. Each thread reads a shared variable balance and add $1000 to it.
second.cc: Allows a thread t
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
Did you already sow a new version of Marquee Tool? In that story is a sample of changing marquee appearance. Now you can easily change color/opacity of picture marquee. Hit Alt and then click up/down buttons. This is a shortest way to increase/decrease marquee opacity on the fly. Also you can use setColor, setOpacity methods. All developers welcome
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
Happy Programmer Day! Are you still writing your own code or flailing around on Google to find a sample or snippet you need? Well kick back, relax and check out these great tools for finding code. Work smarter not harder!
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
I am going to share my thoughts on Apollo, Since last week I was working on a sample application, I have developed a simple application using Apollo. Its amazing and as I have mentioned in my previous articles that Apollo is an embodiment for Adobe.
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
There is a new Acropolis sample available from the Acropolis team. It is definitely worth checking out. It includes a set of very thorough tutorial documents in the download.
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
Vertigo has released version 2.0 of the sample application Family.Show. It is a very cool WPF sample application.
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
Check out some of the other hilarious pictures at http://icanhascheezburger.com/
read more | digg story
Posted in Programming | Comments Off
October 24, 2007 by dontezm
Robert Hanson has been an early adopter of GWT and was one of the first to release third party widget libraries and demonstrate how to integrate Javascript libraries like Scriptaculous. His blog has been a source of aid and comfort to many an aspiring GWT developer. Now he has published a book, with Adam Tacy (not quite out yet, but soon) in the “i
read more | digg story
Posted in Programming | Comments Off