• Homepage About Me Contact Me Downloads Code Tools Web Templates

Code Tools

Welcome to the Code Tools page on my website, this page contains some useful development tools i have created and use in my own applications. They are free to download and use. They were developed in the .NET Framework 3.5 so are easy to utilise in your own applications

 

Typhoeus Configuration

Typhoeus Config is a simple DLL which allows you to read and write to text based files such as .txt and ini. The DLL pulls each line from a compatible file and allows you to pull the data by a keyword or index, there are a few other features and methods in this DLL which can be utilised. This allows you store multiple pieces of information in a single file; its uses could be for holding settings for an application for example

Typhoeus Index

Typhoeus Index is a simple but useful DLL which you can plug into an application allowing you to quickly and efficiently index locations on a computer. Once imported and instantiated simple add locations to monitor, generate the index and you have the ability to loop through whatever files are within those indexes. In Collaboration with Typhoeus Configuration this allows you to store data files for an application easy, so that they can be found, retrieved and edited all in a couple of lines of code

Tools

 

Copyright Tom McClean 2011 - Home - About Me -  Contact Me - Downloads - Code Tools - Web Portfolio