T80's CodeBase


Welcome to My CodeBase !

This page stores information on all my projects written in Win32 Assembly, specifically MASM, in my spare time.

Currently, there are 5 projects available for download.

DISCLAIMER : All projects were written for personal use. Source code will be released wherever possible to allow users to modify the software as they wish for NON-COMMERCIAL purposes.


Ren2Title 1.01

Ren2Title Screenshot

Introduction

Ren2Title is an utility to rename HTML files (.htm/.html) to their respective titles as defined by their tags. Useful for organizing collections of HTML files for browsing, archiving, reading purposes, etc.

Features

  • Renames either a single HTML file (.htm/.html) or all the HTML files in an entire directory
  • Renames files via commandline, shell extensions or via a graphical interface in the app itself
  • Backup of renamed files, all files or none at all
  • Logging of errors
  • Logging of the renaming process to correlate the original names with the new names
  • Replacement of HTML entities in the title with their ASCII equivalents
  • Automatic mode for batch renaming. Useful for renaming directories as a background task
  • Development Details

  • Written in Win32 ASM
  • Utilizes Win32 SDK and Registry functions
  • See the readme.txt for more details.

    Download Ren2Title in .zip format (14,953 bytes)


    CodeBase 1.0.020

    CodeBase Screenshot

    Introduction

    CodeBase is an utility to store and organize code fragments for different languages. Categories can be created to organize storage of code syntax, e.g For loops, Selection structures, etc. Useful for keeping track of language-specific syntax on how to do certain things, e.g creating windows, operating with combo boxes, etc.

    Features

  • Allows addition, updating and deletion of languages and categories
  • Allows users to view language-specific code for specific category or vice versa
  • Development Details

  • Written in Win32 ASM
  • Utilizes Win32 SDK and ODBC API functions
  • See the readme.txt for more details.

    Download CodeBase (including database with example code) in .zip format (30,952 bytes)


    RTPlay 1.1.002

    RTPlay Screenshot

    Introduction

    RTPlay is an utility to convert ringtone text in Nokia Composer or Nokia Keypress format into MIDI and play them using the built-in player.

    Features

  • Ringtones can be in Nokia Composer or Nokia Keypress format. The application will determine the correct format to use
  • Application will check for errors and highlight the error(s) to the user
  • Development Details

  • Written in Win32 ASM
  • Utilizes Win32 SDK and MCI functions
  • See the readme.txt for more details.

    Download RTPlay in .zip format (4,168 bytes)


    SnakeAsm 0.011

        * SOURCE INCLUDED *

    SnakeAsm Screenshot

    Introduction

    A simple Nokia Snake clone written to demonstrate use of a queue data structure. Fully playable but score not implemented yet.

    Development Details

  • Written in Win32 ASM
  • Utilizes Win32 SDK and GDI functions
  • See the readme.txt for more details.

    Download SnakeAsm (including MASM source code) in .zip format (10,180 bytes)


    LinkCollector 1.04

        * SOURCE INCLUDED *

    LinkCollector Screenshot

    Introduction

    LinkCollector is an utility to organize links into groups and create a HTML file of these links.

    Features

  • Ability to create HTML file of all links stored in database.
  • Development Details

  • Written in Win32 ASM
  • Utilizes Win32 SDK and Common Dialog, Common Control, ODBC functions
  • See the readme.txt for more details.

    Download LinkCollector (including MASM source code) in .zip format (25,827 bytes)




    Last updated 11 Sep 2003 by T80 at t80@operamail.com .