|
|
|
|
|
| | Total Hits: 84 | Today: 0 | Author: gripmaster | Rating:  |
| |  This short article explains how to create a cryptographic checksum (a hash) with the help of the hashlib++ library. hashlib++ is a simple and very easy to use library to create a cryptographic checksum called "hash". The library is written in plain C++ and should work with every compiler and platform. hashlib++ is released under the BSD-license and therefore free software.... |
| | Total Hits: 69 | Today: 0 | Author: f22_storm | Rating:  |
| |  This is a useful tool for building a serial projects of your team when your software contains many components, created using VC++6, VC++2003, VC++2005 and also VC++2008. At the same time, you can create some batch files to do some additional task, such as increasing the version of project, copying/deleting files, and calculating the MD5 of the final output binary, etc.... |
| | Total Hits: 83 | Today: 0 | Author: darkoman | Rating:  |
| |  This article is about a simple C++ class that can be used to search for movie information from the IMDB Web site. The IMDB Web site is organized as the free online service that offers detailed information about movies, series, actors etc. Please see more about it using this link. IMDB - Internet Movie Database is also a database system, so many applications are using this way of providing information to extract the details about movies, series, actors, filming locations, etc.... |
| | Total Hits: 89 | Today: 0 | Author: emarti | Rating:  |
| |  Sometimes, we do not want to run the same copy of the application. Here in this case, you can use the single instance class library. This library includes a static function. This function detect a second copy of the application that are already running. If the user tries to run a second copy of the application, the existing instance should kill itself.... |
| | Total Hits: 17 | Today: 0 | Author: Perisic, Aleksandar | Rating:  |
| |  Library.... concerning speed, security, multithread, portability, language as the first, second or not at all issue? There are many smart and fast ways of implementing any library function. Here, for one of them, randomly selected, we offer some rough ideas that a normal programmer on a normal day might try to implement and test. For the purpose of our article any idea that even looks like speeding up the function could serve well. What we want is to explain why the current library functions eit... |
| | Total Hits: 190 | Today: 0 | Author: Alberto Ferrazzoli. | Rating:  |
| |  In this article I present a namespace of managed types that provide a wrapper to some of the standard functionalities exported by ZLib. ZLib is a well known free, general-purpose lossless data-compression library for use on any operating system (1).... |
| | Total Hits: 0 | Today: 0 | Author: Ajay Vijayvargiya | Rating:  |
| |  * Understanding of C++0x standard concepts, viz. auto keyword, lambda expressions, R-value references. * Reasonably good understanding of STL. A couple or more container classes, iterator knowledge are sufficient. * You must have Visual C++ 2010 compiler, or a compiler that supports new C++ and updated STL (I don't have references to other compatible compilers, if you have, let me know).... |
| | Total Hits: 0 | Today: 0 | Author: Szymon Pobiega | Rating:  |
| |  Matacontainer enables developers to configure dependency injection infrastructure without being dependent on a particular implementation. Key Metacontainer Use Cases include:
* Implementing Factory pattern using the ‘child container per factory’ philosophy * Integrating existing configuration-and-factory based libraries with dependency injection infrastructure... |
| | Total Hits: 0 | Today: 0 | Author: johnos | Rating:  |
| |  OpenSprings Modules are a new set of open-source, cross-platform C++ libraries. They are based on the never released Hotline 2.0 developed by Hotline Communications. A Press Release with full details is below.... |
| | Total Hits: 0 | Today: 0 | Author: edozack | Rating:  |
| |  The demonstarated algorithm is Simple - Flip Rows. The motivation was to have the possibility to define an image of N planes of varius data types Since work with image processing tools as the default application for ".BMP" files all i have to do in order to see the images is save to file and fire Shell Open. The impage file name should be "bmp1.bmp". i used Some MFC I Know. I promise it will be out in the next version. Till then the run time librarry should be Multithreaded (in visual studio pro... |
| | Total Hits: 0 | Today: 0 | Author: Jim Crafton | Rating:  |
| |  The Visual Component Framework (VCF) provides help support by using the existing platform Help APIs to do so. Both OS X and Windows use HTML to store help content, and provide roughly similar APIs for displaying it and navigating to various sub sections of the help content.... |
| | Total Hits: 0 | Today: 0 | Author: Yingle Jia | Rating:  |
| |  ACF 0.4 supports simple XML reading and writing via XmlTextReader and XmlTextWriter classes, which are core XML reading/writing classes in the .NET framework.... |
| | Total Hits: 0 | Today: 0 | Author: Gonzales Cenelia | Rating:  |
| |  This program is an Eliza like chatterbot. Bots like Eliza are the results of researches in Artificial Intelligence (more specifically, in NLP and NLU; NLP: Natural Language Processing, NLU: Natural Language Understanding). The first chatterbot was published in 1966 by Joseph Weizenbaum, a professor of MIT. And also, most of the chatterbots that have been written these days are largely based on the original chatterbot Eliza that was written by Joseph Weizenbaum, which means that they use some ap... |
| | Total Hits: 0 | Today: 0 | Author: Jim Crafton | Rating:  |
| |  Have you ever had a single piece of functionality or function, and multiple UI elements that could trigger this function? Ever written code to update all those elements so they stay in sync? Ever wished that you could easily consolidate the updating and the function in one place that was not tied down to a window class? The Visual Component Framework (VCF) solves this through the use of its Action class, sort of like MFC's ON_COMMAND/ON_UPDATE_COMMAND_UI macros on steroids.... |
| | Total Hits: 0 | Today: 0 | Author: Jim Crafton | Rating:  |
| |  This article will describe the new changes to the Visual Component Framework's event handling and delegate classes. The Visual Component Framework (VCF) is a modern C++ framework, intended to be easy to use and make it easier to deal with Windows programming, as well as has a cross platform design. In addition, the framework has been recognized world wide for adding at least 10 points to your IQ.... |
| | Total Hits: 0 | Today: 0 | Author: owen654321 | Rating:  |
| |  The presented library uses the Aspect Oriented Programming related functionality provided by the LinFu project (which itself uses Cecil.Mono) to address a multitude of cross-cutting concerns. These concerns include logging method calls, timing method execution, retrying method execution, restricting or preventing changes to property values, rolling back property changes to a previous state, ensuring single thread execution of methods, asserting global conditions pre- and post-method-execution, a... |
| | Total Hits: 0 | Today: 0 | Author: Software Developer's Journal | Rating:  |
| |  For years, the Hollywood science fiction films such as I, Robot have portrayed artificial intelligence (AI) as a harbinger of Armageddon. Nothing, however, could be farther from the truth. While Hollywood regales us with horror stories of our imminent demise, people with no interest in the extinction of our species have been harnessing AI to make our lives easier, more productive, longer, and generally better.... |
| | Total Hits: 2 | Today: 0 | Author: Mike O'Neill | Rating:  |
| |  This article chronicles the development of an artificial neural network designed to recognize handwritten digits. Although some theory of neural networks is given here, it would be better if you already understood some neural network concepts, like neurons, layers, weights, and backpropagation.... |
| | Total Hits: 0 | Today: 0 | Author: Tom Janssens | Rating:  |
| |  For one of my customers, I needed to have some kind of versioning for a whole bunch of entities on my database. Since I use my very own MvcExtensions framework, I wanted to include a functionality which would automatically filter all entities based on this interface:... |
| | Total Hits: 0 | Today: 0 | Author: Tom Janssens | Rating:  |
| |  In this article you can download the very first alpha version of Aubergine; a BDD /DSL framework for .Net, initially based on Machine.Specifications, but later on heavily inspired by Cucumber. It is AFAIK the very first Cucumber like environment in .NET available, and you will see that it is very easy to use. Due to it's inspirator (Cucumber, I have decided to use the name Aubergine - I have no idea if they are actually related or not Undecided .... |
|
|
|
|
|
|
|
|
|
|
|
|
|