Projects tagged ‘c’ and ‘utility’


Jump to tag:

Projects tagged ‘c’ and ‘utility’

Filtered by Project Tags c utility

Refine results Project Tags linux (8) cplusplus (5) windows (4) unix (4) bsd (3) .net (3) commandline (2) qt (2) command_line (2) python (2) net (2) tools (2)

[35 total ]

2 Users

FLVmeta aims to be a replacement for tools such as flvtool2. It is able to inject all known metadata tags into the onMetaData event, as well as insert an onLastSecond event. Since version ... [More] 1.0.7, it is also able to fix very large FLV files with invalid 24-bit timestamps to make proper use of 32-bit extended timestamps. FLVmeta is written in portable C, it can therefore be compiled on a variety of platforms, including Linux, Windows, and MacOSX. It is also fast and has a very small memory footprint. [Less]
Created about 1 year ago.

1 Users

QuHelp is a command-line program that scans a directory with HTML formatted text files and builds a help site using that directory's content and a template. A default template is included, but any ... [More] template can be specified. QuHelp adds a nice expandable tree view of the help site's contents, a navigator, permalinks, and other useful stuff for browsing the help site. [Less]
Created 5 months ago.

1 Users

Mdate is a commandline Mayan date utility. It is designed for simple use and features a clean API for use in other projects.
Created about 1 month ago.

1 Users

Tool to extract e-mail messages from Outlook Express .dbx files. On first invocation all messages will be extracted as individual .eml files. Subsequent invocations will only update the output ... [More] directory: .eml files that do not correspond to messages in the .dbx file will be treated as deleted messages and will be deleted from the disk. Furthermore, only new messages, that do not correspond to files on disk, will be extracted from the .dbx file. UnDBX was written to facilitate fast incremental backup of .dbx files. [Less]
Created about 1 year ago.

0 Users

OCR is one among the most hot topics of research. It is all about reading digitized characters. We find such characters everywhere, in different sites, books, sign-board. Not much, but appreciable ... [More] work has been done on it, not up to satisfaction, all of them lacking in one field or other. We are given intelligence to recognize them. This is a very wide project for providing a sound solution to OPTICAL CHARACTER RECOGNIZATION [Less]
Created 11 months ago.

0 Users

This simple tool is intended to be used during a build process to increment a build number in a text file (e.g. Microsoft .rc files). Given the file path and the beginning of the line containing the ... [More] version number, AutoBuildNumber will find the build number and increment it. This can be really helpful when distinguishing between diffent versions of your application. Works well as a pre-build step in Code::Blocks or Visual Studio. It is built with wxWidgets, so it is cross-platform - tested with Ubuntu Dapper. New in Version 1.1.0.0 (10/25/2006) - Now works with locale encodings instead of just UTF-8. - Added version switch. Download a Windows Binary: http://autobuildnumber.googlecode.com/svn/trunk/binary/autobuildnumber.exe Download a Windows Installer: http://autobuildnumber.googlecode.com/svn/trunk/binary/AutoBuildNumber_Install.exe [Less]
Created about 1 year ago.

0 Users

A small utility library I maintain. Here's the (initial) Blog post: http://basaratali.blogspot.com/2009/07/dexutils-python-utility-library-i-wish.html
Created 4 months ago.

0 Users

some code accumulated by usual development
Created 11 months ago.

0 Users

Parrano is a .NET wrapper for the PSlib C API. PSlib is a popular C library for generating multi page PostScript documents. There are functions for drawing lines, arcs, rectangles, curves, etc. PSlib ... [More] also provides very sophisticated functions for text output including hyphenation and kerning, as well as the ability to define custom fonts and encodings. The PSlib version that this wrapper is based on is v0.4.0. Please check the PSlib home page to obtain the latest version. Parrano also includes a simple PostScript parser. A note about licensing: Although the Parrano wrapper code is offered under the MIT license (completely unrestricted), PSlib is licensed under the GPL and LGPL licenses. This may prevent use of PSlib within commercial applications without a commercial license. Please contact the PSlib project owners to inquire about commercial use. However, once you have determined the validity of your PSlib license, you may use the Paranno wrapper code to access it from your commercial application with no licensing concerns. [Less]
Created 12 months ago.

0 Users

Lineguide is a tool to generate code to parse command line options and arguments for C programs. The generated code includes actions for parsed options and arguments. Lineguide is a Python script ... [More] file. You can embed it in your projects with copying, not without installing. [Less]
Created about 1 year ago.