-
Pitfalls in C++ programming language
-
Toward that goal, our systematic approach has led us to identify program errors most likely to cause security breaches. We have also identified some good practices to avoiding certain categories of vulnerabilities. Software producers can use this informat
-
Protothreads are a extremely lightweight, stackless threads that provides a blocking context on top of an event-driven system, without the overhead of per-thread stacks. The purpose of protothreads is to implement sequential flow of control without using
-
The decorator pattern works by wrapping the new “decorator” object around the original object, which is typically achieved by passing the original object as a parameter to the constructor of the decorator, with the decorator implementing the new functiona
-
This link contains the soft copy of Effect C++ and More Effective C++.
-
C++ Books
Entries from March 2006
links for 2006-03-29
March 29, 2006 · No Comments
Categories: del.icio.us links
links for 2006-03-28
March 28, 2006 · No Comments
-
This site shows us how C++ concepts polymorphism, inheritance concepts are implemented in C. Must read
Categories: del.icio.us links
links for 2006-03-25
March 25, 2006 · No Comments
-
Contains self development and fictional books.
Categories: del.icio.us links
links for 2006-03-24
March 24, 2006 · No Comments
-
This lens is based on a series of articles on my blog called “Ways to Distinguish yourself.” I started writing the series since Feb 2005. I am creating this lens to mark the anniversary for this series
Distinguishing yourself is your answer to rapid co
Categories: del.icio.us links
links for 2006-03-22
March 22, 2006 · No Comments
-
gtd-php is an open source, web-based implementation of the Getting Things Done (GTD) personal organization system. It is written in PHP and MySQL, and assumes the pages are served using Apache.
-
You have a brilliant idea. But for a high tech company to make that idea real is an incredibly complex machine to launch. What you really want is someone who has done this before, someone who can tell you how the bankers really make their money, what dilu
Categories: del.icio.us links
links for 2006-03-21
March 21, 2006 · No Comments
-
These notes were prepared (beginning in Spring, 1995) for the University of Washington Experimental College course in Introductory C Programming. They are meant to supplement K&R for the reader who is new to C and perhaps to programming, and who wants a s
Categories: del.icio.us links
links for 2006-03-18
March 18, 2006 · No Comments
-
How to come up with Breakthrough Ideas Brilliant, wildly creative people can pull breakaway ideas from thin air. The rest of us need tools. EQing is the tool we used to design the Head First series, and we’ve been using it ever since.
Categories: del.icio.us links
links for 2006-03-16
March 16, 2006 · No Comments
-
We formulate and study search algorithms that consider a user’s prior interactions with a wide variety of content to personalize that user’s current Web search. Rather than relying on the unrealistic assumption that people will precisely specify their
-
Fork bomb From Wikipedia, the free encyclopedia Jump to: navigation, search The fork bomb is a form of denial of service attack against a computer system that uses the fork function. It relies on the assumption that the number of programs and processes wh
-
A thread in computer science is short for a thread of execution. Threads are a way for a program to split itself into two or more simultaneously running tasks. (The name “thread” is by analogy with the way that a number of threads are interwoven to make a
Categories: del.icio.us links
links for 2006-03-14
March 14, 2006 · No Comments
Categories: del.icio.us links
links for 2006-03-10
March 10, 2006 · No Comments
-
Building on Martin Leith’s original work, I would like this to be the most comprehensive collection of idea generation methods on the Internet. If you know any methods that are not listed here, or if you know another name for a listed method, please send
-
Finding new ideas is like prospecting for gold. If you look in the same old places, you’ll find tapped out veins. But if you venture off the beaten path, you’ll improve your chances of discovering new idea lodes. Remember: you can’t see the good ideas beh
-
MarcI gave a talk at ETech on Monday called “Entrepreneuring for Geeks.” I’ve given this general talk a few times now — how can the more technically minded among us move into making companies of our own? I really enjoy the talks because I really enjoy en
Categories: del.icio.us links
