words
Word Peace
Word Peace is a new word game from Chronic Logic. more>>
By using all 3 directions you can score points in many different ways. Anyone can learn how to play in minutes. You want to play it.
RageWork 2.9c
RageWork is a cross-platform integrated package of useful software designed to manage your files and documents. more>>
It includes virtual folders, network clients for FTP, TLS/SSL, FTPS, SFTP, and network shares, a text editor, and a multi-source search application that lets you search in the contents of documents (such as MS Word, PDF, RTF, Excel, PowerPoint, email, and XML with XML Path). Everything is integrated and easy to use.
Version restrictions:
- 15 day trial
Code-Forge IDE 5.0
Code Forge IDE is an Integrated Development Environment for Unix/Linux. more>>
The Project Manager gives a visual representation of all of its components through the use of a dependency tree. Users can easily set up multiple targets of different types, mix programming languages and even revision control types within the same project.
The GUI project manager provides full abstraction of the "Makefile" concept. Project Makefiles are generated and maintained automatically by the CodeForge project engine. Intuitive Drag and Drop operations on the Dependency Tree and project desktop, are automatically converted to make script statements. A GNU Makefile representation of the Project is kept up to date with every change applied to the project. The resulting Makefile can be executed from the command line.
Tools options
The IDE hides the details of working with different compiled programming languages. The simple concept of creating a target from source files and even other targets works exactly the same for all compiled languages. Creating an "Executable" target and adding source files will automatically generate the the rules necessary to build that target. Creating a "Library" target is just as simple. Linking your "Library" target to an "Executable" target is as simple as dragging the icon of the "library" target onto the "Executable" targets icon.
Development tool interfaces are also abstracted. The IDE has preconfigured support for all major free and commercial compilers on the market today. Appropriate compilation and linker options are selected automatically and are graphically configurable. Dozens of other tools such as (ar, lexx, yacc, etc) are also supported by the development environment.
Code Forge IDE is fully Drag and Drop enabled between tools. Operations such as file modification, file comparison and revision control are all performed simply by dragging a file form the project desktop to the desired drop site.
The IDE provides the facilities to control the build, debug and execute actions at the target level. An environment variable editor allows the user to define a custom environment for each Project.
Project Window
A built-in advanced programmers editor is the first and only editor to maintain the correct indentation of the entire source file with each keystroke. (The indentation policy can be "downgraded" to the level of other editors via options) The editor features context-sensitive auto-completion and prototype-hinting.
The IDE includes a "best-in-class" debugger interface, that interfaces seemlessly with the editor so you can edit, rebuild and continue debugging never leaving the debugger itself.
Code Forge IDE makes Team Development a snap through the use of local "sandboxes", project merge and transparent support of all major types of Revision Control. Complete abstraction of the Revision Control interface makes revision control specifics transparent to the user. Interaction will all revision control types looks the same to the user. Drag and Drop operations within Dependency Tree generate and execute the correct revision control commands.
The Code Forge Integrated Development Environment provides a uniform interface to all its features for all programming languages, compilers and revision control systems on all unix-like operating systems. You will never have to learn another IDE again!
Main features:
- As you type context highlighting and Automatic (WYSIWYG) indentation
- Auto-competion and prototype hinting for C/C++
- Auto-completes C/C++ object attributes and functions when ., -> and :: are typed
- Offers both context-sensitive and context-less symbol completion hints.
- Displays function prototype hints and highlights each argument as it is typed
- Word completion
- Fully customizable fonts and colors and indentation
- As you type Begin/End construct matching and brace matching
- Multi-level undo, Bookmarks and Macro record/play
- SMED can also be run from the Command-line
- On-the-fly Function/Method List gathering and browsing for all supported languages
- Collapse/Expand Functionality
- Auto-save functionality
Enhancements:
- New project-wide live symbol panel and symbol server - maintains a live view of all the symbols defined in the project. A database of all the symbols is maintained by the symbol server and used by the symbol navigation facilities and the Coding Assistant. Code changes are parsed in the background without interrupting workflow.
- Improved Code Assistant - faster, smarter and more efficient. Can parse even the most complex C/C++ expressions. Saves time and prevents syntax errors.
- Improved code navigation capabilities - right-clicking on symbols in the symbol panel and editor now presents navigation options such as jump to definition, jump to declaration.
- New class/method/attribute management dialogs - add class, add method and add attribute accessible by rightclicking on targets and symbols in symbol panel and symbol names in editor.
- Improved Team Development - Project Structure, Build Configurations and environment variables are now store in Revision Control and shared between users.
- User-Configurable Build Configurations - User can define multiple build configurations, each with their own set of tools options and switch between them on the fly. Environment variables definitions are now also Build Configuration based.
- Recursively add directory trees to projects - user-defined filters are used to add source and include files to the project.
- New Include Path generation facility.
- Directories can now be linked to targets - Filters can be defined to compile and link directory contents into the target.
- Automated license request and installation.
- GUI updates (dockable panels)
- Support for upcoming VSS Bridge v2
downCast 1.7.2
downCast converts XML documents valid according to the upCast DTD. more>>
Combine it with upCast, and you have a combo that offers a unique, streamlined, roundtrip-capable and integrated XML editing and publishing solution based - among others - on the open standards XML, XLink, XSLT and CSS2.
The conversion process downCast implements tries to use the structuring RTF constructs wherever possible like native tables, character and paragraph styles derived automatically from the stylesheet, native lists, headers, footers, textboxes, footnotes or annotations.
This makes the result very different from a PDF document that places objects at specific positions on a canvas and is not editable by the end user. Instead, downCast makes the resulting document highly accessible for editing without breaking the general layout.
Inserting a list item in a numbered list with automatic renumbering or adding a column in a table is something which cannot easily (if at all) be done in output formats like PDF or XSL-FO by a regular user.
downCast project also supports more advanced features like rendering of OASIS Exchange Table Model tables or fields whose actual contents gets automatically calculated by Word.
Additionally, downCast does not rely on the availability of Word template files for styles or font definitions, which makes it suitable for Word document generation on server platforms other than Windows.
Two-byte encoding and Unicode support is built-in. Encodings for special fonts can be specified in a font property mapping table, as well as you can modify the default stylesheet used for the conversion.
downCast has a built-in slim, but efficient application programming interface (API). You can program against this API and thus include the complete functionality of our downCast Technology into your own applications.
By writing only a few lines of Java code, you gain complete control over the document conversion process the same way as you would using the GUI.
Version restrictions:
- 30-day evaluation DEMO
- The document text output will contain interspersed random characters.
- The evaluation version only converts one document at a time then quits.
PureBasic 3.92
PureBasic is a new high level programming language based on established BASIC rules. more>>
The syntax is simple but the possibilities are endless with PureBasics advanced features, such as pointers, structures, procedures, dynamically linked lists and much more. The experienced coder will have no problem in gaining access to any of the legal OS structures or API objects.
PureBasic is a portable programming language which currently works on AmigaOS (680x0 and PowerPC), Linux, MacOS X (PowerPC) and Windows computer systems. This means that the same code can be compiled natively the three systems and still use the full power of each. There are no bottlenecks like a virtual machine or a code translator; the generated code produces highly optimized executables regardless of the OS on which it is compiled. The external libraries are mainly written in hand optimized assembler, which produces very fast commands, often much faster than the C/C++ equivalent.
Main features:
- Huge set of internal commands (800+) to quickly and easily build any application or game
- All BASIC keywords are supported
- Very fast compiler which creates highly optimized executables
- No external DLLs, runtime interpreter or anything else required when creating executables
- Procedure support for structured programming with local and global variables
- Access to full OS API for advanced programmers
- Easy but very fast 2D game support trough dedicated libraries (DirectX, SDL, ...)
- Easy and high quality 3D support based on OGRE
- Optimal use of the available hardware by using highly optimized (assembly) commands
- Source code is portable between AmigaOS, Windows, MacOS X and Linux, for games and applications
- Dedicated editor and development environment
- Integrated debugger to easily trace programming bugs.
Technical Features:
- 486, Pentium (Pro, II, III) support
- Built-in arrays, dynamically linked lists, complex structures, pointers and variable definitions
- Supported types: Byte (8 bits), Word (16 bits), Long (32 bits), Float (32 bits) and also user defined types (structures)
- Built-in string types (characters)
- Constants, binary and hexadecimal numbers supported
- Expression reducer (grouping constants and explicit numbers together)
- Standard arithmetic support in respect of sign priority and parenthesis: +, -, /, *, and, or, lsl, asl, lsr, asr
- Very fast compilation (about 300 000 lines/min on a P200)
- Procedure support for structured programming with local and global variables
- All Standard BASIC keywords: If-Else-EndIf, Repeat-Until, etc.
- External library support to manipulate objects like BMP pictures, windows, gadgets, SDL, etc.
- External libraries are fully written in hand optimized assembler for maximum speed and compactness
- The Linux API functions are fully supported as if they were BASIC keywords
Inline assembler
- Precompiled structures with constants files for extra fast compilation
- Configurable CLI compiler
- System friendly, easy to install and use
Webglimpse 2.17.3
Webglimpse is a feature-rich search engine. more>>
Nearly everything about Webglimpse is configurable: how to select the files to index, how to search them, and how to present the results to the user. Yet, we have tried to keep the install simple and quick so that you can get your search up and running today.
Main features:
- Guaranteed install: if you purchase a license, we guarantee a successful install on your site. We will walk you through configuration on your server, and if desired will perform a remote install for you.
- Web-ministration Interface: Manage all your archives (searchable sites) through a single web interface. Context-sensitive help tells you exact directory paths on your system where all configuration files are located.
- Automated Search Form: simple form allows users to search for ANY KEYWORDS, ALL KEYWORDS or EXACT PHRASE, and to find only matches WITHOUT certain words. Automatically generates correct boolean expression and sends to glimpse.
- Search From Any Page of your Site: optional search box can be added to all pages of your site, so that users can search from anywhere. They can also search just the links on the page they are looking at, so that the hits are more likely to be relevent.
Version restrictions:
- Free 30-day Trial of Advanced Webglimpse.
Pattern Buddy 1.3
Makes it easy for developers AND beginners to design and test patterns. Patterns written with perl regular expressions, egrep regex, MS Word or Brief ... more>> <<less
AOcell vSync for PC-BSD 1.1.2
Keep documents on all your computers up-to-date, revert your documents to any time point, track how your documents changed and let you search them with a removable storage device. It runs on FreeBSD, more>>
AOcell vSync is a time machine designed to keep documents on all your computers up-to-date, revert your documents to any time point, track how your documents changed and let you search them with a removable storage device. AOcell vSync combines bulletproof reliability with an extremely easy-to-use interface, and it runs on FreeBSD, Linux, Mac OS X, PC-BSD and Windows.
* Documents on all your computers are up-to-date.
All your documents are up-to-date no matter you are at home or office, on Windows or Mac OS X.
* Carry important documents in your pocket - anytime, anywhere.
All you need is a removable storage device - your documents are stored in it. Removable storage devices like any Flash Drive device in your pocket (iPod, MP3 Player, USB Flash Drive, CompactFlash Card, SD Card, SmartMedia Card, XD Card, Memory Stick PRO, Digital Camera, etc.), external Hard Disk Drive are supported.
* Revert your documents to any time point.
Have you ever wanted to revert your documents to the earlier version? AOcell vSync is the answer.
* View history in a visual way.
With AOcell vSync, you can easily tell how your documents changed.
* Pinpoint your old document in seconds.
Just type in some words. and AOcell vSync will show you the old documents that contain the words in seconds via its full-text search engine.
* Support lots of human languages.
Korean in a Chinese document? German in an English document? No problem. AOcell vSync fully supports UNICODE - the worlds standard for encoding text.
* Support most of document formats.
Microsoft Word, Microsoft Excel, Microsoft PowerPoint, OpenDocument, HTML, PDF, etc.
* Automatic update.
AOcell vSync checks for product updates every specified time interval. If any, AOcell vSync will download and install them. This behavior can be configured or switched off in the Perferences dialog.
* And its suitable for everyone.
It is both affordable to every person and a real value.
Requirements: A standard PC
Whats new in this version: On Mac OS X, fixed that the volume used by AOcell vSync Setup called "AOcell vSync Volume" was considered as a removable storage device.
<<lessAOcell vSync for FreeBSD 1.1.2
Keep documents on all your computers up-to-date, revert your documents to any time point, track how your documents changed and let you search them with a removable storage device. It runs on FreeBSD, more>>
AOcell vSync is a time machine designed to keep documents on all your computers up-to-date, revert your documents to any time point, track how your documents changed and let you search them with a removable storage device. AOcell vSync combines bulletproof reliability with an extremely easy-to-use interface, and it runs on FreeBSD, Linux, Mac OS X, PC-BSD and Windows.
* Documents on all your computers are up-to-date.
All your documents are up-to-date no matter you are at home or office, on Windows or Mac OS X.
* Carry important documents in your pocket - anytime, anywhere.
All you need is a removable storage device - your documents are stored in it. Removable storage devices like any Flash Drive device in your pocket (iPod, MP3 Player, USB Flash Drive, CompactFlash Card, SD Card, SmartMedia Card, XD Card, Memory Stick PRO, Digital Camera, etc.), external Hard Disk Drive are supported.
* Revert your documents to any time point.
Have you ever wanted to revert your documents to the earlier version? AOcell vSync is the answer.
* View history in a visual way.
With AOcell vSync, you can easily tell how your documents changed.
* Pinpoint your old document in seconds.
Just type in some words. and AOcell vSync will show you the old documents that contain the words in seconds via its full-text search engine.
* Support lots of human languages.
Korean in a Chinese document? German in an English document? No problem. AOcell vSync fully supports UNICODE - the worlds standard for encoding text.
* Support most of document formats.
Microsoft Word, Microsoft Excel, Microsoft PowerPoint, OpenDocument, HTML, PDF, etc.
* Automatic update.
AOcell vSync checks for product updates every specified time interval. If any, AOcell vSync will download and install them. This behavior can be configured or switched off in the Perferences dialog.
* And its suitable for everyone.
It is both affordable to every person and a real value.
Requirements: A standard PC
Whats new in this version: On Mac OS X, fixed that the volume used by AOcell vSync Setup called "AOcell vSync Volume" was considered as a removable storage device.
<<lessmnoGoSearch Pro Standard 3.2.43
Advanced free search engine for Internet and Intranet sites more>> mnoGoSearch Pro Standard 3.2.43 provides you a powerful search engine for Internet and Intranet sites which is created to organize search within a website, number of websites, intranet or local system. To search through documents you have to index them first using the indexer component of mnoGoSearch. Indexer is a spider that reads the documents you specify and stores information about words it finds in tables in a built-in database.
You can specify what kind (format) of documents to index, location of documents (a website, a directory on server, single webpage, etc.). You can define the level of importance (weight) of various document properties and parts that are taken into account during searching.
mnoGoSearch for Windows PRO is designed to handle large amount of data. It stores data in a SQL database using an ODBC driver.
This version also features NT Service for scheduling indexations and remote administration. mnoGoSearch Pro is designed for Windows NT/2000/XP only and will not run on Windows 9x.
How to install:
- Installing mnoGoSearch for Windows
- Run setup.exe to install mnoGoSearch and follow on-screen instructions.
- Indexing
- To index your site you have to configure mnoGosearch with your database. To do so, press the Wizard button in mnoGoSearch main window and follow the on-screen instructions.
- Configure server you wish to index by going to Server tab, press New Server button and enter your server URL (e.g. http://www.mnogosearch.org/ ), dont forget slash at the end.
- To start indexing please go to Indexer tab, select Index in Action menu and press Start button. You can stop or pause indexing any moment you wish.
- Adding search to your site
- mnoGoSearch is supplied with search page template search.htm, that you can customize according to your needs. lace search.exe to cgi-bin directory of your server.
- To perform search, open the search page at http://www.yourserver.tld/cgi-bin/search.exe , enter words or phrase to search for and press Search button. After that that front-end (search.exe) will check database for words you entered and will display links to pages containing the words.
Enhancements:
- Minor indexing performance improvements were done.
- "Indexer is selecting wrong Content-Type" was fixed.
- "Clear database limitations do not work: error ORA-01795" was fixed.
- "-Ewordstat: incorrect unicode sequence" was fixed.
- "invalid UTF-8 byte sequence detected when INSERT INTO dictXX" was fixed. This error happened when indexing into PostgreSQL with DBMode=multi. The "intag" column type was changed from TEXT to BYTEA in the tables "dict00".."dictFF".
- "Indexer crashes with -a -y content/type" was fixed.
- "DateFactor does not work with DBMode=blob" was fixed.
- "ORA-01785: maxinum number of expressions in a list is 1000" was fixed.
- "Cannot run -Ewordstat, ORA-01400: cannot insert NULL" was fixed.
Requirements:
- i486 processor or higher
- 16 Mb RAM
- 5 Mb free HDD space for installation, more required for database
- Limitations:
- 30-day trial
- In this version indexation is limited to first kilobyte of any document.
CrossOver Office Standard 5.0.0
CrossOver Office allows you to install your favorite Windows productivity applications and plugins in Linux. more>>
Once installed, your application will integrate directly with your Gnome or KDE environment. Just click and run your application, exactly as you would in Windows, but with the full freedom of Linux.
CrossOver Office lets you use many Windows plugins directly from your Linux browser. Plugin works on any x86 based Linux distribution and will integrate with most browsers including Netscape 4.x, Netscape 6.x, Konqueror, Mozilla, Galeon and Opera.
Plugin also integrates with Gnome and KDE to let you transparently open any Word, Excel or PowerPoint file. But even better, you can open these attachment types directly from any mail client. Because Plugin uses the native Windows plugins, you get the best compatibility possible. For instance this is the only QuickTime on Linux solution that supports the Sorenson movie format used by most sites.
CrossOver Office is capable of running a range of Windows software, but CodeWeavers will support the following applications:
Microsoft Office XP, 2000 and 97
- Microsoft Word
- Microsoft Excel
- Microsoft PowerPoint
- Microsoft Outlook
- Microsoft Internet Explorer
- Microsoft Access *
- Microsoft Project
- Adobe Photoshop
- Microsoft Visio
- Lotus Notes 5.0 and 6.5.1
- Quicken
- iTunes
- FrameMaker
Various Web Browser Plugins
- QuickTime
- Shockwave Director
- Windows Media Player 6.4
zsCompare Standard Edition 3.01
ZsCompare, the award winning file comparison utility from Zizasoft. more>>
Users can easily run comparison on local directories or across networked computers. Comparisons can also be made on removable media such as CDs, DVDs, and flash drives. ZsCompare is highly customizable to meet a wide range of needs.
ZsCompare allows you to perform line by line comparisons of text files, Microsoft Word documents, and PDF documents, and then merge the files to include only the changes you want. Using predefined options for common comparisons, zsCompare provides additional control over how the comparison is performed.
Also, zsCompare permits direct editing of the contents of a file from the results. You can use zsCompare to do line by line comparisons of text files, and then merge the files to include only the changes you want. Also, you can compare text that has been input either by typing it in, or by copying from non-text files such as Word documents, Excel spreadsheets, and PDF files.
Version restrictions:
- 30 day trial
License:Shareware
License:Shareware
ReallyEasyReader 2.1
ReallyEasyReader is a Speed Reading Software Simply the easiest way to read on a computer Free Trial. more>>
We now need to absorb so much information on a daily basis that we lack the time to be able to read it; this is where ReallyEasyReader comes into its own.
Employers - Save 1000s of Dollars in man hours - Boost profits. Students - Revise faster and learn more - Get higher grades.
ReallyEasyReader is the result of our continuing research into human brain function, specifically regarding its capacity to absorb information. Having discovered the full workings of the reading dynamic; we have used our findings to create this software allowing the user to assimilate information rapidly and easily whilst overcoming all of the major problems encountered in the process.
Here are just some of the problems ReallyEasyReader can help to ease:-
Visually impaired? Read electronic documents at a size you can see, no more reading glasses or having to peer at the screen.
Dyslexic? Combat the problems faced when reading, enabling you to overcome them to reach your full reading potential.
ADHD or similar? Build your concentration and overcome the limitations you currently face.
Main features:
- Platform independence; only requirement is a Java Runtime Environment version 1.4 or higher.
- Integrated support for multiple document types; txt, doc, pdf, html.
- Copy and paste any other text into the program.
- Open URLs direct.
Version restrictions:
- The Free Trial version is limited to a maximum speed of 500 words per minute, more than double the average. Registering removes this limit.
Unlock your reading potential - Try ReallyEasyReader For Free Today!
CrossOver Linux 6.2.0
Your Windows Applications, Seamlessly Integrated On Linux more>> CrossOver Linux allows you to install many popular Windows productivity applications, plugins and games in Linux, without needing a Microsoft Operating System license. CrossOver includes an easy to use, single click interface, which makes installing a Windows application simple and fast. Once installed, your application integrate seamlessly with your Gnome or KDE environment. Just click and run your application, exactly as you would in Windows, but with the full freedom of Linux.
CrossOver Linux lets you use many Windows plugins directly from your Linux browser. Plugins work on any x86 based Linux distribution and will integrate with most browsers including Firefox 1.x, Netscape 6.x, Konqueror, Mozilla, and Opera. CrossOver also integrates with Gnome and KDE to let you transparently open any Word, Excel or PowerPoint file. But even better, you can open these attachment types directly from any mail client.<<less
Poseidon for UML SE for Linux 6.0.2
designed with the needs of analysts and designers more>> The Standard Edition is designed with the needs of analysts and designers in mind to help your organization realize the maximum benefit from equipment investment, personnel, and business processes.
Increase Productivity with the Standard Edition
Visualize systems, communicate effectively about architecture and code, document requirements, and much more with the Standard Edition. Use reverse engineering to get a visual model of existing code. Preview and edit code within Poseidon itself. Export diagrams and document requirements with UMLdoc. Collaborate through standards-compliant export to XMI.
Plug-Ins
The plug-in mechanism and integration interface allows plug-in selection and development, as well as providing a high degree of modularity. Combinations create custom tools that are best suited to each users respective needs.
Features
Standard Edition
Reverse engineering for Java
Plug-in mechanism to load and unload plug-ins from our technology partners, even at runtime
Flexible printing with fit-to-page and custom multi-page print
UMLdoc documentation generation into HTML and Word 2003
Support from the Gentleware help desk via email
Advanced printing options
Supports graphic formats gif, ps, eps, svg, wmf, jpg, and png
Internationalization and localization for English, German, Russian, French, Spanish, and Chinese
Code generation for Java<<less