Reviews and Free Downloads at www.windfile.com
Search Software
Rated by Users | Awarded | Top 100 | Recently Updated
WELL STRUCTURE YOUR INFORMATION such as CURRENT NOTES info about your busines...
XSLT 1 1 script which recursively merges several RSS 1 0 channels into one fi...
A simple text editor with Unicode support for Windows and Linux Nice Notepad ...

Extreme Code Software info

Web site:

Contacts:

Russia, Perm, Victor Porton, apartment 57, house 59/1, Ushakova-street,

<e-code at ex-code dot com>

Contact person: Victor Porton

Extreme Code Software programs

NotesTree 1.72
Have you ever tried to keep a big amount of information in a structure of files and folders and then search in it? It is not simple, we get a mess, I tried, I know. This program allows you to WELL STRUCTURE YOUR INFORMATION (such as notes, info about your business, hobby, friends etc.) in a tree (like tree of folders) and search in it quickly and easily. Embeds itself in SYSTEM TRAY for QUICK ACCESS TO CURRENT NOTES, uses rich text formatting.
 
RSS Merge script 2.0
XSLT 1.1 script which (recursively) merges several RSS 1.0 channels into one, filtering news by topics using mod_taxonomy. Also can be used to limit the number of items in an RSS file. Supports images. Build your news channels from several channels. Filter news by topic. Combine several your RSS channels into one and submit it to search engines once. Syndicate news from several sources filtering news by topic.
 
GTK2 Text Editor 2.0.4
A simple text editor with Unicode support for Windows and Linux. Nice Notepad replacement. Support for MANY encodings. Good editor for e.g. international HTML/XML files. Supports multi-level undo, autoindent etc., also right to left text. Nice look & feel. Lifetime free updates.
 
Automatic XML Dependencies 1.0.1
Automatically generates dependencies (Makefile fragments etc.) between XML files. (XSLT dependencies, XInclude dependencies etc.) Easily extensible. It helps you to effectively process XML file. A need for big projects, but useful for little ones also. Written in XSLT.
 
XML Area Web Edition 1.01beta
XML editor written entirely in JavaScript. It can be embedded into a Web page (works with IE >=5.0 and Mozilla). Supports colorized XML tree view and direct editing of XML text (of all document or content of the chosen element etc.) Modular & extensible. Stylable with CSS stylesheets. Put XML editor on your Web site! Free for personal non-commercial use.
 
Binding Properties for GtkAda 0.9.1
Extension of GtkAda GUI toolkit for binding together properties of objects, that is synchronizing properties so that when a property changes, bound properties automatically change accordingly. Supports one-directional and mutual bindings, bindings with transformation using generics. Automatically prevents infinite loops when properties are bound circularly. Greatly simplifies and increases reliability of GUI programming.
 
Client Side SSI 1.20
SHTML files are HTML files with SSI (Server Side Includes). SSI allows to include a common fragment into several HTML files, etc. Using Client Side SSI, you can convert SHTML files to plain HTML files. This can be used both for testing SHTML files (before placing them to a web-server) and for developing plain HTML files (avoiding duplicate HTML fragments, etc.). Also it can be used for converting an SSI-web-site to non-SSI-web-site.
 
UniParser for Ada 0.22
Ada library for creating grammar parsers and lexers. Supports Unicode and other kinds of streams. Powerful, flexible and extensible. Creates syntax tree. Has all standard parser constructs and various pre-defined more complex constructs (e.g. different kinds of repetition). These constructs have even variations for subtly different needs. Arbitrary reliable look-ahead. No distinction between parser and lexer. Object oriented.
 
LinCity Game 112pre53
You are required to build and maintain a city. You must feed, house, provide jobs and goods for your residents. You can build a sustainable economy with the help of renewable energy and recycling, or you can go for broke and build rockets to escape from a pollution ridden and resource starved planet, it's up to you. Due to the finite resources available in any one place, this is not a game that you can leave for long periods of time.
 
libpropc++ (for C++) 1.0
Template library for properties in C++ like this: widget.color = "red"; to change widget color. In class Widget use: prop::Property color; Supports binding properties together to auto-synchronize their values. Has its own signals implementation. Supports binding properties with a transformation by a functor. See article http://ex-code.com/articles/binding-properties.html