|
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: ChrisStoy
|
Rating:
|
|

This is a basic command-line argument parser. Most parsers I have found try to do too much, such as default parameter support that require complicated setup. This utility simply parses the command line arguments into argument/value pairs and a list of single parameters. It is up to the user to figure out what to do after that....
|
|
|
|
Total Hits: 35 | Today: 0
|
Author: Ashish Tripathi
|
Rating:
|
|

AccountPlus is an open source software for account/expense sharing. Users of AccountPlus can use the application in their own way. If at any stage, the user wants to make some modification/enhancement in the application, he/she is free to do the same. Any suggestions/queries are most welcome from the author’s side. For any query, please write a mail with subject line ‘AccountPlus’....
|
|
|
|
Total Hits: 110 | Today: 0
|
Author: Leon Finker.
|
Rating:
|
|

I wanted for some time to write a very simple password keeper for personal use. I'm posting it in case someone else finds it useful. I think it has some interesting ideas:
Once the username/password is inputted it's kept encrypted. The way to use it: either by drag and drop (this is useful for HTML based forms) or SendMessage(WM_SETTEXT,...) buttons. You can look at the tool tips for each button....
|
|
|
|
Total Hits: 988 | Today: 0
|
|
Rating:
|
|

C# Discussion: Threaded Discussion Forum that utilizes the .NET framework, with C# as the ASP.NET server side language. Uses MS Access Database for data....
|
|
|
|
Total Hits: 26 | Today: 0
|
Author: .Shoaib
|
Rating:
|
|

This article presents an alternate, simple, and neat way of object serialization and deserialization. Admittedly, it's not as transparent or glorious as the default serialization facilities provided by the .NET runtime, yet if properly applied, it may achieve substantial performance gains. There are three main benefits this framework provides to applications that serialize objects. The main benefits being that of increased space and time performance, and enhanced security comes as a byproduct....
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: Predrag Tomasevic
|
Rating:
|
|

Another boring day in my life. I often wonder why it has to be like this – I either have no obligations at all or I'm packed with them. Most of the people tell me that it has to do with planning. They wear their favorite serious face and say: you, my son, just don't know how to properly make your schedule. Time is of the essence, do not use it improperly! You must divide your time in million little pieces, label each one of them, implement some kind of sorting, import everything into Microsoft O...
|
|
|
|
Total Hits: 10 | Today: 0
|
Author: James Hebben
|
Rating:
|
|

Most C++ developers make extensive use of the Standard Template Library (STL) in their code. If you are one of them and are using STL and Visual C++ 6.0 directly out of the box, your application is at high risk of crashing under low memory conditions. The problem arises because checking for failure of operator new is such an uncommon practice. To make things worse, when new does fail, the response is not standard. Some language compilers return NULL while others throw an exception. In additio...
|
|
|
|
|
|