|
|
Freeware: Expression
| |
Regular Expression Laboratory
License: Freeware
|
|
| |
RXL is an assistant simple to use tool to help you learn and prepare regular expressions. If you are a developer or just concerned with text processing tasks, the Regular Expression Laboratory is a tool that you need. In fact, you felt that you need a program like this but could not formalize your needs. We have done this job for you. Now you can construct your regular expressions with much ease and test them by applying to an arbitrary text. Regular Expression Laboratory support the incredible size of a stored regular expression: 2MB!
Author: SILVERAGE Software| Date: 18-06-2005 | Size:
714 KB |
| |
- |
| |
Regular Expression Component Library for BCB3
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 3 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
4292 KB |
| |
- |
| |
Regular Expression Component Library for BCB5
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
3774 KB |
| |
- |
| |
Regular Expression Component Library for VC7
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
6603 KB |
| |
- |
| |
Regular Expression Component Library for VC7.1
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ in Visual Studio .NET 2003.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 01-08-2003 | Size:
6702 KB |
| |
- |
| |
Regular Expression Component Library for VC6
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
6949 KB |
| |
- |
| |
Calculator Prompter
License: Freeware
|
|
| |
Calculator Prompter is a math expression calculator. You can evaluate expressions like sin(cos(tan(pi)))#2%10^3 Calculator Prompter has a built-in error recognition system that helps you get correct results: - Paste operator here; - Paste number here; - Missing '('; - Missing ')'; - Unknown symbol ... etc. Calculator Prompter has Topmost / Non-Topmost toggle. Program has intuitive interface. With Calculator Prompter you can enter the whole expression, including brackets, and operators.You can use Calculator to perform any of the standard operations for which you would normally use a handheld calculator. Calculator performs arithmetic, such as root (#) and power (^).It support standard functions and constants.It has a simple and easy-to-use interface. It is free calculator software. Try it now.
Author: Softaddress| Date: 12-08-2005 | Size:
255 KB |
| |
- |
| |
Mocha
License: Freeware
|
|
| |
Mocha allows you to generate shifting sound responsive images. Starting with a simple mathematical expression called a bene, a mix of gene and bean, pronounced "bean", you can investigate the visual impact of variable time, the inflence of sounds, colors, and seed images to the images created by Mocha. Evolve your visualizations purposfully, exploring th effects of various changes to the bene.. Watch as images evolve organically, both by your explicit changes or on your behalf by Mocha in breed mode. Mocha also comes with a number of built-in benes
Author: Wes Cherry| Date: 10-07-2001 | Size:
389 KB |
| |
- |
| |
Dicom
License: Freeware
|
|
| |
Dicom calculates, converts and computes. The first ever computing tool that deals with dimensions of physical quantities in mathematical expression, Dicom, has the answer to expression like: 30 mi./h.+6 ft./s.+15.24 m./s. to ft./s. Dicom can evaluate expressions anywhere in a rich text formatted document. It has a built-in rich text editor. Process your words, numbers, and measurements at one place. Good luck!!!
Author: Knowbotron| Date: 13-04-2003 | Size:
2650 KB |
| |
- |
| |
WordNetDT
License: Freeware
|
|
| |
Freeware Dictionary/Thesaurus with advanced search features, including wildcard, regular expression, anagram, scrabble and sounds like. Complex relationship searches can be made from each available word type for any given search. Results are formatted and colour-coded; all searchable words hyperlinked in results.
Author: ebswift.com| Date: 14-02-2005 | Size:
110 KB |
| |
- |
| |
ZZEE Text Utility
License: Freeware
|
|
| |
ZZEE Text Utility performs various operations on a text buffer. It is available as a free online version, which you can use right from your browser, as a free Windows program. ZZEE Text Utility performs the following operations: search and replace, regular expression search and replace, reformat text width, remove email reply quotes, add email reply quotes, remove empty lines, remove duplicate lines, sort lines, randomize lines, replace tabs by spaces, convert to uppercase, convert to lowercase. Result is automatically copied to the clipboard. ZZEE Text Utility uses UNICODE and supports various languages.
Author: ZZEE TOOLS Corp.| Date: 09-07-2008 | Size:
2638 KB |
| |
- |
| |
Reallusion FaceFilter Xpress
License: Freeware
|
|
| |
FaceFilter is a radically innovative photo enhancement and editing tool that allows users to enhance facial images and adjust facial expressions in digital photos. FaceFilter is perfect for group photos as well as individual images. Simple but powerful adjustment and enhancement tools control all aspects of a subject's facial image (eyebrows, eyes, nose or mouth) as well as the general shape and size of a subject’s head, providing just the right level of enhancement any picture needs, from subtle expression adjustments to full, dramatic makeovers. Now anyone can achieve professional-grade results in under 2 minutes with just 4 simple steps.
Author: Reallusion Inc.| Date: 30-12-2006 | Size:
6679 KB |
| |
- |
| |
TailXP
License: Freeware
|
|
| |
Ever wanted to follow a log file, capture debug messages or monitor syslog? Then this product is for you! Featuring multiple types of monitors: file monitor, event log, syslog, OutputDebugString and coloring of lines based on regular expression rules. Best of all: it docks to the top or bottom of your desktop like ICQ and other windows resize accordingly. Check out the screenshots. This product is a total freebie. The cost is zip, nada, zilch. Zero in whatever language you care to use.
Author: Infiero| Date: 15-01-2005 | Size:
730 KB |
| |
- |
| |
CaraQ maker
License: Freeware
|
|
| |
CaraQ Avatar Maker is a software that helps you to create your personal avatar and msn/skype picture easily. By creating avatars, you can upload your avatars on CaraQ website and share them to all of your friends. You don't need complicate flash skill to create your flash. Simply by using CaraQ Avatar Maker, you are able to perform and create your own personal flash effortless.
People create their unique avatars by choosing different facial expression, clothing, and accessories. And, by entering their own dialogues that best described their feelings.
CaraQ Avatar is the most convenient avatar maker tool for people to manipulate. People can embed their avatars to any website or blog as they want. With the facial expression and actions, people can respond and feel the exact feeling that a person is experiencing at the moment and make a right move.
Author: GoQoo OnLine Entertainment Limited| Date: 28-05-2007 | Size:
2601 KB |
| |
- |
| |
Febees Backup
License: Freeware
|
|
| |
Febees Backup is a backup tool designed to work in mixing Unicode and non-Unicode environments. It also equips with a flexible file/folder filter, which even supports Regular Expression. FTP to FTP backup, UNIX permissions backup and UNIX symbolic links backup are all possible.
Top Features:
Transparently backup between Windows, FTP, Amazon S3 and ZIP
Works in multilingual environments – both Unicode and non-Unicode
Unique fast backup – initial full backup is not necessary
Full featured filtering w/ preview capability
Flexible scheduling system
Customizable fault tolerance backup
Visual backup job simulation
User-defined variables
Command line interface for script integration
Author: Febees Software| Date: 09-06-2007 | Size:
2697 KB |
| |
- |
| |
Sicyon Lite calculator
License: Freeware
|
|
| |
Sicyon is all-in-one scientific calculator for every researcher and engineer. The core of Sicyon is an expression (VBScript/JScript) calculator with features as: estimate a function using variables, user-defined functions and Sicyon objects; plot/tabulate a function; solve an equation, minimums, maximums and definite integral of a function; fit a function over data set; sophisticated units converter; database reader with various physical and chemical constants; matrix operations; set of plugin tools.
Features ( marks the new ones for version 4)
- calculate the value of a math expression using variables and user-defined functions.
- easy access to user-defined functions (VBScript™ or JScript™ languages ) by buttons organized in function boards.
- 'Program mode' allows you to execute pieces of VBScript™ code in the main window.
- a board browser for easier access to the boards and their content.
- plot / tabulate a function in Explicit or Parametric mode.
- find real roots, minimums, maximums and definite integral of an expression in a given interval.
- curve fit over data (non-linear regression)
- customizable HTML reports for all math procedures.
- use a sophisticated units of measurement converter.
- search in tables with various physical and chemical constants arranged in data boards.
- editable spreadsheet-like user-data boards.
- use matrices and matrix calculations.
- "plug-in" additional applications called tool boards, usable as objects in the script.
- organize the boards as tabbed pages in groups .
- context information on each level of organization - function buttons/ boards/groups.
Advanced users can also:
- use the function boards in any VBScript™ or JScript™ for your web page or elsewhere.
- use Sicyon as out-of-process COM server to access a scripter and most of Sicyon's features (a development kit is include in the Pro and Plus versions)
- easily create new data boards with DataBoard Utility.
- add new units of measurement and their conversion rules from, and to SI.
Sicyon context sensitive help is always at your services.
Author: SpecLabs| Date: 19-03-2006 | Size:
5020 KB |
| |
- |
| |
SpeQ Mathematics
License: Freeware
|
|
| |
SpeQ is a small, extensive mathematics program with a simple, intuitive interface. All calculations are entered in a sheet. In there you can freely add, edit and execute calculations. SpeQ supports all common functions, constants, and units. Furthermore, you can define custom variables and functions, and plot graphs of your functions.
Features:
* Expression calculations with arithmetic, conditional, logical and bitwise operators
* Around 100 built-in mathematical, physical and conditional constants
* Around 60 built-in functions for Analysis, Arithmetic, Complex numbers, Hyperbolic, Integers, Logical, Probability, Numeral systems, Statistics, Trigonometry
* Define your own variables and functions for use in calculations
* Plot fully adaptable graphs, trace the plotted functions, save your graphs
* Extensive support for units
* Decimal, binary, hexadecimal and octal numeral systems
* Calculations with lists
* Complex number calculations
* Colored workarea
* Save and load sheets
* Orderly overview of all available functions and constants in the Functionstree
* A list with all defined variables and functions in the Memorylist
* Context-sensitive help and a detailed users guide
Author: SpeQ Mathematics| Date: 24-04-2008 | Size:
539 KB |
| |
- |
| |
ScanWeb
License: Freeware
|
|
| |
ScanWeb is program for on-line finding of regular expressions on WWW pages. Principle is in browsing from entered cross roads page to selected depth and searching. Finding is persistent: possibility of regeneration after shutdown the program or computer. Next features are multilanguages solution, predefined regular expressions and a number of filters for www pages.
Author: EServer| Date: 09-05-2002 | Size:
203 KB |
| |
- |
| |
Neoxen Qwined
License: Freeware
|
|
| |
Neoxen Qwined is a fully-featured developer's editor supporting syntax highlighting for over twenty programming languages and configuration file formats out of the box. It has a built-in and customizable word and symbol auto completion for Windows and Web development, code folding, theme support and much more. Neoxen Qwined can be extended easily by third parties and it can be localized virtually to any language.
Extension Interface
Some people want to create enhanced versions of the Neoxen Qwined editor, while still receiving the benefits of new Neoxen Qwined features. This could be for an editor designed for a particular environment such as developing games, to incorporate a scripting capability within Neoxen Qwined or to allow Neoxen Qwined to be controlled by another process through an IPC mechanism.
Regular Expressions
Regular expressions can be used for searching for patterns rather than literals. For example, it is possible to search for variables in Neoxen Qwined property files, which look like $(name) with the regular expression: $([a-z.]+)
Supported Languages
Neoxen Qwined is currently able to syntax style these languages: Ada, Apache config file, Assembler, Avenue, Baan, Batch, Bullant, C/C++/C#, CSS, Difference, Errorlist, Eiffel, Fortran, HTML, HTML with embedded JavaScript, VBScript, PHP and ASP, IDL - both MSIDL and XPIDL, INI properties and similar, Java, JavaScript, LaTEX, Lisp, Lout, Lua, Make, MatLab, nnCron crontab, NSIS, Pascal, Perl, but not all of the language, PHP, PL/SQL, PostScript, POV-Ray SDL, Python, Resource, Ruby, Shell, SQL, VB and VBScript, XML, YAML
Find in Files & Replace
Find phrases in user selected files or recursively whole directories. Neoxen Qwined has options to allow searching for words, regular expressions, matching case, in the reverse direction, etc.
Author: Neoxen Systems| Date: 01-04-2005 | Size:
3322 KB |
| |
- |
| |
HanyFile Find and Replace
License: Freeware
|
|
| |
With HandyFile Find & Replace tool you can quickly Find and Replace Text in Many Files as you want ! Diverse File Filters, Different Search Attributes, Regular Expressions with extended syntax give you full control over processing text in all the desired files. Ability to create HTML listing of the files which contain wanted text fragments makes it highly valuable tool for web masters and web coders!
Author: SILVERAGE Software| Date: 03-14-2002 | Size:
361 KB |
| |
- |
| |
AcceleRun Free
License: Freeware
|
|
| |
AcceleRun will run any of hundred installed programs during 2 seconds. Will save your nerves and health, without additional mouse clicks. Forget about long menus and commands, you do not need to remember complex combinations of keys. All that is needed is to know some letters which are part of the name of the program, web site, document or folder. Ergonomic design. Minimum memory usage. Ready to help you after first launch. Save your time for more important tasks!
Built-in expression calculator. Windows Start Menu Customization Wizard. Empty shortcuts Wizard. Uninstall selected program feature. Memory optimizer. Audio volume control with mouse wheel. Favorites window. Quick launch bar integration. Easy-to-use design.
Author: SVAr software| Date: 01-01-2007 | Size:
1074 KB |
| |
- |
| |
Kiwi Log Viewer (Win)
License: Freeware
|
|
| |
Kiwi Log Viewer for Windows is a freeware application that displays text based log files in a tabular format. Only a small section of the file is read from disk at a time which saves memory and allows you to view a file that would be too big to fit in memory. The tail option monitors the specified log file for changes and displays any new data that is added in real time. Text string matching allows important text to be highlighted by using colors, bold, or italic font emphasis. Text matching options include simple sub-string matching or more powerful PERL style Regular Expression matching. Also available for Linux and Mac OSX.
Author: Kiwi Enterprises| Date: 03-07-2006 | Size:
1219 KB |
| |
- |
| |
pmaCalc
License: Freeware
|
|
| |
pmaCalc combines a scientific calculator, binary arithmetik
for programmers, and unit converter in an interesting package.
In addition to a fair range of scientific functions, it has
an unusual numeric stack, and a binary mode that
supports decimal, hexadecimal, octal, and binary arithmetic,
with a full complement of logical operators and bit manipulation
instructions. It has7 lines: hex, oct, dec, bin, ascii, 2's compl.
and roman. Each line is clickable for new data input. The others
immediately reflect that data input in their respective bases.
You can enter expressions by pressing buttons or
by typing them in (it's advisable to take care with the
syntax), and the stack offers a flexible alternative to the usual
memory functions. You can use fixed,floating and sci. point modes.
Other features include a Euro converter that handles all European Union
currencies, 150+ Units and 500+ Convertions.
Author: Mario Prem| Date: 10-10-2003 | Size:
639 KB |
| |
- |
| |
MudMagic Text Game Client
License: Freeware
|
|
| |
Gnome text game client to connect to muds
MudMagic is a client for connecting to online text games.
# Written in gnome's gtk
# Free for use and modifications
# OpenSource development
# MXP, MSP, MCCP, ZMP support
# HTML, HTTP support
# Python script support
# Perl compatible regular expression support
# Plugin-management
# Automapper with notes
# Note writing
# Session management
# Multi-line input
# Game storage details
# On demand game list
# Modular developed for expansion
# Linux and windows compatible
# Triggers available
# Alias writing and storage
# Macro and hotkey management
# SQLite user database
# Extensible UI with plugins
# Software supported by MudMagic.Com
# Will always be free
# and much more...
Author: MudMagic.Com| Date: 07-02-2006 | Size:
8441 KB |
| |
- |
| |
FlatGraph
License: Freeware
|
|
| |
Plotting functions (usual and parametric) with more possibilities.
Differentiation of any order (with simplification). Construction of tangents to the graph. The simple and clear interface with the detailed documentation and examples of work.
The program is designed both for inexperienced and the professional user as in it are combined the intuitive interface and professional functions.
FlatGraph allows:
- To enter one or several functional expressions of any complexity for display and (or) their differentiation;
- To carry out symbolical differentiation for the specified order of a derivative, and also to carry out simplification of the received derivative;
- To investigate "alive" changing of various parameters of functions with simultaneous display of new graphs that allows to define influence of parameters of functions on their form;
- To use automatic or manual scaling schedules of functions for linear scales;
- To display parametric functions, for example, ellisoid, cardioid, Bernoulli lemniscate and other similar graphs (where abscissa and ordinate depend on one parameter 't');
- To solve the equations, system of the equations and inequalities by graphic way;
- To define and display a tangent to the graph of function in a point x0 (it is set by the user).
FlatGraph has the simple and clear interface, detailed user guide and examples of work.
Author: Vitaliy Subbotin| Date: 19-01-2005 | Size:
567 KB |
| |
- |
| |
OpenDDPT
License: Freeware
|
|
| |
The physic of the real world can be formulated into mathematical form using differential equations. Differential equation and systems of differential equations are the natural language trough we can describe any real devices like electronic circuit, automatic controls, elettro-magnetic wave emission or any other engineering problems. The purpose of OpenDDPT project is to build a software that can aids people to build automatically these control devices. The strategy used by this software is based on the concept that differential equations generally are parameters dependent so we can found optimal control parameters using an optimization template. The optimization tool-box used by OpenDDPT is an innovative non-convex second-order method that replaces the hessian structure (the hessian matrix has heavy memory storage and an expensive computational-cost) with directional-derivatives , reducing the second order information computational cost of one order without approximation.Control's local informations (i.e. gradient and it's directional derivate) are found trough an extended form of the back-propagation rule used for neural-network and that new extended form can perform not only weighted-sum and sigmoidal saturations but also multiplication ,addition, time-delay and any non-linearity and it can be used as a generic expression for realizing any non linear discrete time control device.
Author: Centi Riccardo| Date: 08-01-2006 | Size:
2235 KB |
| |
- |
| |
evolvEd
License: Freeware
|
|
| |
evolvEd® is a FREE general purpose text editor useful for web-developing, programming and scripting.
Easy to use, with all the features a power user requires.
When "just getting the job done" is work enough, the last thing you need is to waste time having to learn yet another computer application. Your experience with other tools should be relevant to each new application, making it possible to sit down and use that new application right away.
Whether you simply need a powerful replacement for Notepad, a tool for editing your web pages, or a programming IDE, evolvEd® does what you want, the way you would expect.
Features :
-Keyword Highlighting of the most common script/program languages (BASH Script, Batch, C/C++, C#, Cascading Style Sheets, Delphi/Pascal, HTML, Java, Java Script, Novell Login Script, Perl, PHP, Simula, SQL, StreamServe Script, Visual Basic, XML)
-Keyword Editor which lets you modify/create keyword definitions
-Automatic Function Help for almost every function (Perl, VB, C/C++, Java, PHP, Delphi/Pascal, StreamServe)
-Supports Regular Expressions (NFA Traditional)
-Source Code Compiling with its own Output Window
-Powerful Search/Replace with Regular Expression support
-Supports up to 10 Live Templates with dynamic variables
-Unlimited Undo/Redo
-HEX Viewer
-Powerful Text-based functions
-Powerful HTML-functions
-Supports both DOS and UNIX files
-Extremely Customizable
-Auto-indentation/Pairs completion/Auto-completion of HTML and XML tags
-ASCII Table, shows you the ASCII-codes with its respective decimal and hex code
-Base64 Encoding/Decoding
-URL Encoding/Decoding
Author: David Gabrielsen| Date: 15-11-2004 | Size:
933 KB |
| |
- |
| |
BlazeFtp
License: Freeware
|
|
| |
BlazeFtp is a multi-session and cache-enabled FTP client with built-in offline search engine. It's slim, loads quickly and runs fast. BlazeFtp allows you to connect to multiple sites simultaneously. The tabbed interface enables you to switch from one site to another easily. Local caching of remote directory structures enables fast offline browsing. You can cache specified remote directories or even an entire site. The offline search engine lets you search for files in the local cache with a lightning speed. A persistent and smart transfer engine ensures the successful completion of transferring jobs, even in slow and unstable networks. You can carry out local file copy, uploading, downloading, and site-to-site transfer all in a uniform interface. BlazeFtp auto-detects file type based on both file extension and content preview. You only need one click to access pre-defined sites or transferring jobs.
BlazeFtp is FREE without spyware/adware/hidden tricks.
Features:
Multiple session interface based on multiple transfer threads.
Remote directory structure and file listing locally cached.
Lightning-fast offline searching on multiple ftp sites with support of regular expression.
Hierarchical transfer job definition, management and access
Miscellaneous shortcuts to connect to a ftp site.
Uniform integration of local file copy, uploading, downloading and site-to-site transfer.
Persistent and smart transfer engine.
Intelligent file type recognition based on both extension matching and content examination.
Author: FlashPeak, Inc| Date: 9-81-2003 | Size:
699 KB |
| |
- |
| |
Neoxen Qwined 2006
License: Freeware
|
|
| |
Neoxen Qwined is the first Embedded Technical Editor in the world. It is developed with Microsoft Visual Studio 2005 and it can be embedded into any application.
It supports over twenty Programming Languages and Configuration File formats out of the box. It is localized for nearly thirty languages covering all the continents.
Neoxen Qwined has a built-in and customizable word and symbol Auto Completion for Windows and Web development. It features Code Folding, Syntax Styling, Regional Selections, Regular Expressions and much more. It is highly configurable and integrates into Windows Explorer Menu System. It can be extended easily by third parties and it can be localized virtually in any language.
Key Features
Localization
Neoxen Qwined can be localized in virtually any language. Currently there are about thirty localizations available out of the box.
Syntax Highlighting
Neoxen Qwined provides customizable syntax styling for over twenty programming languages and configuration file formats making it extremely convenient for technical use.
Code Folding
Neoxen Qwined supports Code Folding for C++/C/Java/JavaScript, HTML/XML, Pascal and Python. Fold Points are based upon indentation for Python and on counting braces for the other Languages. The Fold Point Markers can be clicked to expand and contract Folds.
Editing Multiple Files
Neoxen Qwined may be configured to use between 1 and 100 Buffers each containing a file. The default is 50 and value 1 effectively turns off Buffers.
Sessions
A Session is a list of File Names. You can save a complete set of your currently opened Buffers as a session for fast batch-loading in the future. Sessions are stored as plain text files with the extension ".ses".
Find & Replace
Find phrases from user selected files or recursively from whole directories.
Embedding
C call interface you can use to embed the editor in your application. Please contact Neoxen to obtain the mini-SDK.
Author: Neoxen Systems| Date: 12-01-2006 | Size:
9075 KB |
| |
- |
| |
Northgate Coda
License: Freeware
|
|
| |
Coda is a first class JavaScript/HTML/XML/XHTML development environment with full syntax parsing. This fully featured editor checks the validity of code as you type, highlighting errors as you develop rather than after you publish.
Coda uses a technique called 'full block syntax parsing' (FBSP) to quickly analyse the structure of the file and its current state. Unlike other color keyword highlighting editors, Coda has an intimate knowledge of the languages it supports and displays errors or incomplete code in real-time. IF you chose to enable auto complete, Coda's intimacy with the semantics of the language empowers Coda to guess your next move, completing your statements and saving you time. This is a great learning aid if you are new to JavaScript or HTML.
FBSP supports files that have multiple language content. For example in a Dynamic HTML file with server-side and client-side JavaScript, Coda will identify the HTML and JavaScript separately and parse each block according to its own rules
To save more time, Coda includes Code Snips that automate the most common typing tasks. Code Snips intelligently insert code fragments into the structure of your document so you don't have to reformat your code.
Coda is also an ideal introduction into the world of server-side JavaScript integrating with Northgate's Concerto Application Server. Coda now becomes an integrated debugger for server-side JavaScript will full scope; call stack, expression watching, and variable introspection. Animate your code to find problems while examining the state of your application through program flow.
Coda comes with an integrated browser so you can preview your work, be it Server-side JavaScript, Client-side JavaScript or a mixture of both. Coda even applies its FBSP technology to check the validity of the generated page output - partially useful if your dynamic pages emit client-side JavaScript.
A MUST download for professional and would-be JavaScript and HTML developers.
Author: Northgate Information Solutions| Date: 07-14-2004 | Size:
6611 KB |
| |
- |
| 1 | 2 |
|
|
Universal
Explorer
Powerful windows
explorer file
manager and viewer.

Disk
Size Manager
Analyses
hard disk space and collects statistics.

Web
Data Extractor
Email
marketing
software to extract specific contact.

ListMotor
Email
List Manager, operates with email stored in simple text files or csv
files.
|