0.4.1
mytc 0.4.1
An application that can easily be used by anyone. more>> An application that can easily be used by anyone.
A little program was designed to simplify launch of TC. It places in Windows System Tray and u need just double-click it to start TC. mytc has only one working option now - autostart from registry.
<<less
QBrew 0.4.1
Homebrewers recipe calculator. more>> Homebrewers recipe calculator. I needed one so I wrote one. Use this to formulate recipes for ales, lagers and stouts. It also includes a brewing primer for those just starting out in the homebrewing hobby.<<less
Woofy 0.4.1
A free web comic downloader, designed for simplicity and ease of use more>>
Main features:
- It can download a fixed number of comics, or all the comics that have been published since the last time it was run.
- Uses comic information files in order to know how to download a certain comic, so it can be easily extended to support new comics.
- It can download several comics at the same time, and remembers the active tasks when restarted.
- Written in C# 2.0 for the .NET Framework. Future plans include Mono compatibility.
Currently, it supports the following comics, and new ones will be added with each new release:
- Diesel Sweeties
- Diesel Sweeties - Print Edition
- Full Frontal Nerdity
- Looking for Group
- Nodwick
- Ps238
- PvP Online
- Sheldon
- Silent Kimbly
- Sinfest
- Ugly Hill
- Wally and Osborne
ToeTag 0.4.1
The ToeTag application was designed to be provide all you need to edit the tags in most popular music files. If you are using MP3, WAV, WMA, OGG, Apple AAC (M4A), FLAC, or other audio files, ToeTag is a must-have utility. more>> <<less

Nixory 0.4.1
Nixory is an Anti Spyware program for Mozilla Firefox,remove malicious. more>> Nixory,is an Anti Spyware program open source for Mozilla Firefox, planned for remove malicious data miner. The program comes with a simple user interface that after scanning, will show you a list of all the found items. You can then choose what elements you want to remove and any that you may want to keep for whatever reason. One useful feature is its log keeping of every operation carried out during use of the program.<<less

Safarp 0.4.1
Safarp is a small and fast alternative to the "Add or Remove Programs" Control Panel applet of Windows 2000/XP. It displays a list of the installed programs and allows one to uninstall / repair them. more>>
Additional features are:
Obsolete list entries removal
Export program list to a file (HTML, RTF, CSV...)
New report templates can be written to export to other file formats
Accessibility via the Control Panel (optional)
Option to hide the Windows hotfixes
Standard Windows interface (no fancy UI that slows down the program)
Javbot 0.4.1
Javbot helps you write scripts for controlling your mouse and keyboard, take screenshots and email them or run system commands more>>
My original intention for this software was to allow me to e-mail screenshots of my home PC for monitoring downloads and other processes but since then it has developed into a product which can serve other uses such as for creating backups or performing routine tasks on your desktop at set time intervals.
Zipweb 0.4.1
A small utility for viewing the index of remote ZIP packages located on HTTP servers without downloading them more>> A small utility for viewing the index of remote ZIP packages located on HTTP servers without downloading them
The Zipweb application was designed to be a small utility for viewing the index of remote ZIP packages located on HTTP servers without downloading them.
The program supports proxy and automatic keep-alive and has a lot of options and useful functions as the interactive download of the files in the ZIP package or their download based on part of filenames (so for example is possible to download a text file of 2 kilobytes from a ZIP file of 3 gigabytes in a couple of seconds) and the CRC32 comparison between the remote files in the ZIP and the local files on the disk.
It works with both ZIP and auto-extracting ZIP files so use it also with EXE files and can be used also to show only the size of any remote file

PeerTV 0.4.1
PeerTV allows reception and recording of all WebTVs with a simple DSL line and a computer. more>>
PeerTV also bundles Peercast, a P2P streaming system, for extra entertainment and exotic channels.
PeerTV Channel list is updated automatically every time the programs starts up, so that it is always up-to-date. For extra comfort, you can sort channels by Genre and Language, to spot quickly the programs you enjoy, and add them to you Favourites list.
PeerTV updates its list from PeerTV Central Database (Peeramid), which aims at listing all channels from throughout the world, in all formats - for PeerTV is wmv, asf, mov, mp4, nsv, ogm compatible.
Pretty soon you will be able to add channels to this list, or vote for your favourites channels: doing so youll help new users in their discovery ^^
PeerTV can also record streams; you can manage recordings inside PeerTV to make it even easier.
BDInfo 0.4.1
Extract audio and video specifications from all Blu-ray movie discs more>> Extract audio and video specifications from all Blu-ray movie discs
BDInfo is a handy software that will help you collect video, as well as audio technical specifications from any Blu-ray movie disc, such as:
- Disc Size
- Playlist Contents
- Video Stream Details
- Audio Stream Details
- Subtitle Stream Details
- Graphics Stream Details
Known Issues:
- BDInfo will *NOT* function correctly with copy-protected discs.
- Inaccurate bit-depth on Dolby TrueHD audio streams.
- Inaccurate channel layout, sample rate and bit-depth on DTS-HD streams.
System requirements:
- Blu-ray BD-ROM Drive
- .NET Framework 2.0
Enhancements:
- Added frame type (e.g. I/P/B) to CSV export frame dump.
- Added two new charts to show frame type counts and avg/max sizes.
- Added option to display all playlists (i.e. disable automatic "invalid" playlist filtering).
- Added display of volume label (for disc images) to report.
- Added display of codec and language name to stream diagnostics report section.
- Added summary section to end of output report.
- Changed default autosave names to include volume label.
- Changed subtitle bitrate precision to three significant digits in report.
- Changed default graph image export option to PNG.
- Changed codec name of secondary DTS-HD PiP audio tracks to "DTS Express".
- Changed behavior of chapter processing to combine final chapters of length less than two seconds into the stats of the next to last chapter.
- Fixed bug in playlist processing of Blu-ray folder output produced by TSRemux.
- Fixed bug that occasionally prevented the report from being displayed.
Genshi 0.4.1
Genshi - A toolkit for stream-based generation of output for the web more>>
Genshi is a ?toolkit for stream-based generation of output for the web?. The largest feature provided by Genshi is an XML-based template engine that is heavily inspired by Kid. But it also provides a text-based template engine, as well as a collection of tools for working with markup.
Why XML-based?
Most template engines for web applications are character-stream based: they know nothing about the format of the response body that is being generated.
They simply substitute variable expressions, and provide some directives for looping, conditionals, etc. Thus they can be used to generate any kind of textual output, be it HTML, plain text emails, program code, or really anything else.
However, 99% of the templates used by web applications generate some kind of XML/HTML-based markup.
We believe that web applications can benefit from a template engine that ?knows what its doing? when it comes to markup. You dont need to worry about generating output that is not well-formed, nor do you need to worry about accidentially not escaping some data, thereby greatly reducing the risk for introducing XSS attack vectors.
Furthermore, your templates look a lot more like the targetted output format: an HTML template looks like HTML, a template for an RSS feed looks like RSS. Directives in text-based template languages often result in rather messy templates, or produce excessive amounts of unnecessary white space.
Main features:
- A unified stream-based processing model for markup, where
- Streams can come from XML or HTML text, or be generated programmatically using a very simple syntax.
- XPath can be used to query any stream, not just in templates.
- Different serialization methods (XML, HTML, and plain text) for streams.
- An HTML ?sanitizing? filter to strip potentially dangerous elements or attributes from user-submitted HTML markup.
- A simple text-based template engine that can be used for generating plain text output.
IRCFree 0.4.1
IRCFree is an IRC client for Windows more>>
IRCFree started originally around 1995 under many other nicknames and project titles.
Its main aim is to develop a fully functional free IRC client for Windows platforms.
While providing a similar, compatible interface to IRC (like other leading shareware products) IRCFree will have other extensions and enhancements to open up IRC to a whole new world of features and ideas.
IRCFree is currently BETA software which means that it has passed the "Alpha" (experimentation) stage and is ready for public testing. It should be not treated as a final or commercial product, its not.
TakeNote 0.4.1
A simple to use application that can hep you take notes. more>> A simple to use application that can hep you take notes.
TakeNote is designed to be cross-platform (implemented in Python and PyGTK) and stores your notes in simple and easy to manipulate file formats (HTML and XML). Archiving and transferring your notes is as easy as zipping or copying a folder.
<<less