| USB for Remote Desktop | | USB for Remote Desktop allows to work with your local USB devices from remote Windows session. It supports a wide range of USB devices and does not require any special knowledge and installs easily right out of the box.
|
| nconv | | nconv is a small tool that allows one to convert integers from one numeral system to another (minimal allowed system is 2, maximal - 16). After it receives all the data necessary (numeral system to convert from, numeral system to convert to, the integer to convert), the data is processed and the result (integer in the new numeral system) is output to stdout. This program may be useful for both general users who need to perform such kind of conversions and developers who can use nconv to save
|
| Serial Port Control | | Serial Port Control is an easy to use control intended for simplification serial port communication tasks in your projects.
|
| constat | | This program allows a user to monitor connection activity for all interfaces that are on a PC at the moment (e.g. ppp, eth). Lists information about how many data has been sent/received (bandwidth, can display in KB, MB, GB) alongside with the amount of packets transmitted. Good for either monitoring network activity or debugging. Works well with watch command. Run from the console.
|
| Serial Port Control | | Serial Port Control is an inexpensive royalty-free component. It supports VB, VB.Net, C#, Borland Delphi, Borland Builder. Just put it on a form and you've got all the functionality you need to access an RS232 port.
|
| Phase Correlation Function in OpenCV | | Phase Correlation is a method to check the similarity of two images with equal size. It can be used for template matching, object tracking, motion estimation, etc. This is a function to compute phase correlation by taking a reference image and a template image. the function can be extended for object tracking applications.
|
| Fop MiniScribus XSL-FO / XHTML | | Wysiwyg editor to Apache FOP format based file on block-container (Floating Layer) element and is child, and export on pdf, postscript, xhtml. Export XHTML (from version 1) and opacity background-color each floating layer a DIV element, export PostScript? and render to PDF as base.
|
| Instant Messenger - C++ | | The software can be used to create a service like ICQ. The software includes client application for Windows (with installer) and chat server for FreeBSD, Linux, and Windows. Client application features: contacts and ignore list, online status, text/audio/video private chat, multi-room public chat, admin functionality, skins with animation effects support, etc. Chat server requires VDS/VPS or dedicated hosting.
|
| C++ B+ Tree implementation | | This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change storage type (e.g. from file based to memory based) all you need is to change template argument of the BTreeAlgorithms class. There are two controllers exist for such purpose: StreamBTreeController and RamBTreeController. You can write your own controller by simply changing logic in couple of methods within exiting controllers
|
| C++ Mime Email Parser | | C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content encodings, charsets. It allows to read attachments, and handles charsets conversions.
|
|