WareSeeker Search Software

editex 4.4


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

EditEx Premium 4.0.2


windows Software Development->File Editors $29
View Detail
Download EditEx Premium 4.0.2Download EditEx Premium 4.0.2
2.01 MB
EditEx description
Powerful MDI text editor with highlighting more then 55 syntax schemes EditEx has AutoCorrect and a built-in spell checker, FTP upload/download files, HEX-editor, Code Templates, Favorite files, Find in Files, Regular expressions, 9 character sets, Unicode (UTF-8) support, HTML-preview without saving, Full Configuration, linebreak, export and many other functions.

Here are some key features of "EditEx":

· MDI interface
· More than 50 highlight schemes
· Plugins, scripts, tools
· FTP upload/download
· Code templates
· Powerful color print (print preview, page setup)
· Regular expressions in Find/Replace dialogs
· Full Screen mode
· Win1251, DOS866, UNICODE, KOI8-R support
· Linebreak
· Quick HTML-preview
· Spell Checker
· Code completion
· Auto correct
· Favourite files
· File Explorer
· Drag-and-Drop support
· Export with highlight to RTF,HTML and LaTeX
· OfficeXP interface style


Requirements:

· 16MB RAM


Limitations:

· 30 days trial



2

EditEx 4.0.1 Premium


windows Software Development->File Editors $29
View Detail
Download EditEx 4.0.1 PremiumDownload EditEx 4.0.1 Premium
2.01 MB
EditEx - Powerful MDI text editor with highlighting; more then 50 syntax schemes.

Has AutoCorrect and built-in spell checker, Code Templates, FTP upload/download files, HEX-editor, Favourite files, Find in Files, Regular expressions, 9 character sets, Unicode (UTF-8) support, HTML-preview without saving, Full Configuration, linebreak, export and many other functions.

Limitations:

· 30 days free trial


Here are some key features of "EditEx":

· MDI interface
· More than 50 highlight schemes
· Plugins, scripts, tools
· FTP upload/download
· Code templates
· Powerful color print (print preview, page setup)
· Regular expressions in Find/Replace dialogs
· Full Screen mode
· Win1251, DOS866, UNICODE, KOI8-R support
· Linebreak
· Quick HTML-preview
· Spell Checker
· Code completion
· Auto correct
· Favourite files
· File Explorer
· Drag-and-Drop support
· Export with highlight to RTF,HTML and LaTeX
· OfficeXP interface style



3

EditEx 4.1


windows Web Development->Editors $29.00
View Detail
4

EditEx 4.0.1


windows Web Development->Editors $29.00
View Detail
5

AutoWord 4.4


windows Business Finance->Document Processing $20.00
View Detail
Download AutoWord 4.4Download AutoWord 4.4
4.03MB
AutoWord 4.4 completes words by first typed letters. As you type program offers endings of words. (Small tooltip will appear over the text.) If word suits you just press Enter!
6

JUnit 4.4


windows Software Development->Misc Programming Tools Free
View Detail
Download JUnit 4.4Download JUnit 4.4
794KB
JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software.
JUnit 4.4 includes several major new features designed to even better capture developer intent:

- New assertion syntax

assertThat(string, containsString("abc"));

- Explicit support for environment assumptions:

assumeThat(File.separatorChar, is(/));

- Theories (globally true statements):

@Theory public void filenameIncludesUsername(String username) {
assumeThat(username, not(containsString("/")));
assertThat(new User(username).configFileName(), containsString(username));
}
7

XML Spy 4.4


windows Software Development->XML $399
View Detail
Download XML Spy 4.4Download XML Spy 4.4
23.30MB
Countless XML technologies - One powerful XML Spy 4.4 Suite!XML Spy now offers a comprehensive and easy-to-use product family to facilitate all aspects of Advanced XML Application Development. Download a free evaluation copy today!XML Spy 4.4 Integrated Development Environment (IDE)XML Spy 4.4 IDE is the industry leading solution for XML-based applications, making it easy to create and manage XML documents, stylesheets, and schemas. It is the essential power tool for XML application developers. XML Spy 4.4 IDE builds on the success of the award-winning XML Spy 3.5 product, by adding advanced functionality such as complete support for the official W3C XML Schema final recommendation, enhanced ODBC database access, and much more. XML Spy 4.4 IDE provides the power and flexibility needed to work with XML content in the most sophisticated production environments, greatly improving how businesses create and use information on the internet.XML Spy 4.4 IDE is centered around a professional validating XML editor with advanced views on your documents, an Enhanced Grid View for structured editing, a Database/Table view that shows repeated elements in a tabular fashion, an advanced graphical XML Schema design view, a Text View with syntax-coloring for low-level work, and an integrated Browser View that supports both CSS and XSL style-sheets. XML Spy 4.4 Document FrameworkThe XML Spy 4.4 Document Framework consists of two new products; the XML Spy 4.4 XSLT Designer, and the XML Spy 4.4 Document Editor. The XML Spy 4.4 XSLT Designer automates writing of complex XSLT stylesheets using an intuitive, drag-and drop user interface. The XML Spy 4.4 Document Editor is a easy-to-use word processor style WYSISYG text editor for XML, available as stand-alone application or browser plug-in. Combined, they form an enterprise-wide content management solution for creating and deploying XML content in real-world production environments such as publishing or e-Commerce.
8

KFSensor 4.4.0


windows Security Privacy->Other Tools $199.00
View Detail
Download KFSensor 4.4.0Download KFSensor 4.4.0
(1.83MB)

Worried about hackers, worms and trojans?
Want to improve your Internet security?
Want to detect intruders?

KFSensor is a host based Intrusion Detection System (IDS).
It acts as a honeypot to attract and detect hackers by simulating vulnerable system services and trojans.
The system is highly configurable and features detailed logging, analysis of attack and security alerts.
This approach complements other forms of security and adds another defense against the growing security threat faced by all organizations. you can free download KFSensor 4.4.0 now.
9

PHP 4.4.7


windows Web Development->PHP Free
View Detail
Download PHP 4.4.7Download PHP 4.4.7
8.22MB
PHP is a reflective computer programming language originally designed for producing dynamic web pages.PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses. PHP is a recursive initialism for PHP: Hypertext Preprocessor.
Security Enhancements and Fixes in PHP 4.4.7:
Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)
Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)
Fixed a bug in mb_parse_str() that can be used to activate register_globals (MOPB-26 by Stefan Esser)
Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser)
Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)
Added missing open_basedir & safe_mode checks to zip:// and bzip:// wrappers. (MOPB-21 by Stefan Esser).
Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)
Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc library. (by Stanislav Malyshev)
10

Pooter 4.4.1


windows Information Management->Personal Information Managers Free
View Detail
Download Pooter 4.4.1Download Pooter 4.4.1
1.35MB
Pooter is a personal information management software that includes a powerful and stable thought map, whose uses is limited only by your imagination. Pooter uses and bundles the Simple Look and Feel and the JGoodies Looks. The Diary module bundles a stripped down version of iText, for the export to pdf feature.
Pooter is cross-platform program that has been tested on Arch Linux, Windows XP, FreeBSD 6.2 and Mac OS X. It will almost certainly also run on earlier versions of Windows and probably also Vista; it should run on all other GNU/Linux distros although the Thought Map module does not work properly on Slackware 12.0 (no problems with earlier versions).
Pooter is written in the Java programming language and needs a java runtime from 5.0 on. It would not be difficult to port it to any other Java 5 enabled system besides the ones it has been tested on, if you contact me, I will help you do this.
Version 4.4.1 Fixes bugs in the Thought Map, Calendar and Diary modules and adds support for FreeBSD and Mac OS X
11

SpyCapture 1.4.4


windows Security Privacy->Monitoring Software $18.00
View Detail
Download SpyCapture 1.4.4Download SpyCapture 1.4.4
382KB
(Version 1.4.4 Released on 01 April 2004) fixed some program minor bugs and added the function to capture executed applications.) The SpyCapture is a small tool that enabled you to monitoring your computer when you are away. SpyCapture will capture the screen display, keystroke and mouse pointer in frequence that depend on your own choice. SpyCapture will then encrypt the picture and keystrokes and store it in somewhere on your computer directory and you can view it anytimes you wish. SpyCapture is a very smart program, it is running in the background everytime or by given date when you switching on the computer, it cannot be easily detected or terminate (even by pressing Ctrl-Alt-Delete), its invisible! Only you will know how to terminate it, if you want. SpyCapture is an excellent PC Surveillance Software. Features:

1. High Invisibility, Password Protected, Encryption enabled and File Manager.
2. Capture all the keystrokes in all of the Windows environment, as long as the user use the keyboard, it will capture all.
3. Capture all screen shots, as long as the user use the monitor and mouse, it will capture all the display.
4. Capture keystrokes, mouse activity, pointer screen shot, visited website URLs in Real-time.
5. Screen lock, set for trigger date, control panel setting info, executed applications and more.
6. Extremely small and perfectly to run in background.

SpyCapture may not be a beautiful looking program but its small, secured and useful program that will does its job as excellent PC Surveillance software.
12

TwinPlayer 4 4.04


windows Audio Multimedia->Sound Generators $110 to buy
View Detail
Download TwinPlayer 4 4.04Download TwinPlayer 4 4.04
5.09 MB
TwinPlayer 4 4.04 - In a few clicks, create without programming, interactive multimedia applications of quality. Integrate your multimedia files (pictures, sounds, videos, texts, html pages) in in a grid of 61 lines (sound, video, images, texts, animations, character, panorama, hot zones, long text and keywords) and of 20 columns to define the order of appearance. Personalize very simply each media : position, appearance, disappearance, transparency, timing, action , action (to a click, to mouse movement, to going, printing, starting, opening, internet...). Visualise the script of your presentation in three ways : - the Grid mode - the storyboard mode (vignette mode) - the positioning mode (full screen) With the slide show assistant, realise immediately your photo projections and/or videos. NEW : With variables, interact with the internaut (ask questions, give evaluations, calculate prices ...). Your project finished, easily manage your multimedia application.. Choose your method of distribution : - cd-rom or email (autorun option). - internet site (ftp option). - screensaver. - video avi. - video mpeg (creation of vcd, svcd or dvd). For a distribution on cd-rom or by email, all your medias are automatically gathered in a single executable fashion, autonomous, not necessitating prior installation. TwinPlayer creates the necessary html pages, your js and css files then possibly distribute them all by ftp on your site. NEW : NO PLAYER NEEDED TO VIEW YOUR WEB SITE ! It is optimized for Internet Explorer 5.5 ou later. They are also readable under IE 5, Firefox 1.0 or sup, Netscape 7 or sup. NEW : with the pro version, optimize automatically your pages for search engines. NEW: Mac users can access your web site. NEW : If you are an html/js expert or debutant, you can easily change the generated code. For distribution on vcd, svcd or dvd, you encode then you save the mpeg file generated. Your application is then playable on your tv.
13

libSRTP 1.4.4


linux Programming->Libraries Free
View Detail
Download libSRTP 1.4.4Download libSRTP 1.4.4
0.50 MB
libSRTP library is an open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license.

SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to that protocol. It is specified in RFC 3711. More information on the SRTP protocol itself can be found on the Secure RTP Page.

Installation:

./configure [ options ] # GNU autoconf script
make # or gmake if needed; use GNU make

The configure script accepts the following options:

--help provides a usage summary
--disable-debug compile without the runtime debugging system
--enable-syslog use syslog for error reporting
--disable-stdout use stdout for error reporting
--enable-console use /dev/console for error reporting
--gdoi use GDOI key management (disabled at present)

By default, debbuging is enabled and stdout is used for debugging. You can use the above configure options to have the debugging output sent to syslog or the system console. Alternatively, you can define ERR_REPORTING_FILE in include/conf.h to be any other file that can be opened by libSRTP, and debug messages will be sent to it.

This package has been tested on Mac OS X (powerpc-apple-darwin1.4),
Cygwin (i686-pc-cygwin), and Sparc (sparc-sun-solaris2.6). Previous
versions have been tested on Linux and OpenBSD on both x86 and sparc
platforms.

Whats New in This Release:

· Release 1.4.4 is a snapshot of the code in CVS, which has been slowly accumulating minor fixes and extensions.


14

WinMX MP3 4.4.7


windows Audio Multimedia->MP3 Search Tools 98
View Detail
Download WinMX MP3 4.4.7Download WinMX MP3 4.4.7
Not applicable
WinMX MP3 4.4.7 - is a powerful and popular file sharing program, allowing you to find and share audio, video, images, books, software and more on the nets coolest peer-to-peer network. An easy-to-use Start wizard helps new users get up and running in less than a minute. Choose the interface thats easiest for you, share your files and youre in!
15

Miraplacid Text Driver 4.4


windows Utilities->Misc Text Editing Tools $39.95
View Detail
Download Miraplacid Text Driver 4.4Download Miraplacid Text Driver 4.4
3104K
Miraplacid Text Driver 4.4 for Windows 98/Me/2000/XP/2003 extracts text from any printable documents. After installation on your PC, Miraplacid Text Driver appears as a new printer in your system. When document is printed, Miraplacid Text Driver opens a dialog with Preview Window. You can save resulting text to disk, upload to FTP or HTTP server,or print them to a real printer or send to Clipboard.
You can save the extracted information as plain, formatted text or as XML for future processing in all installed codepages and Unicode.
Miraplacid Text Driver 4.4 adds icon to desktop. All the documents you drag and drop to this icon will be printed behind the scenes and processed by Miraplacid Text Driver. Turn "Auto Save Mode" on if you want Miraplacid Text Driver to save all the extracted text to a file without waiting for your input. If you want every document to be saved to an individual file, add {{DATE}}, {{TIME}}, {{IDENTITY}}, {{PAGE}} or {{JOB}} to the file name or path. They will be replaced with current date, time, some unique number, page number and print job id respectively.
With "Redirect" option, you can print original print job to your physical printer at the time of extracting text.
Unix(LF) and Windows(CRLF) line breaks supported.
Version 4.4 supports text printing from DOS programs.
Also, text repair mode is available when Text Driver generates bad characters from print job.
As a developer, you may control printing process from your own software.

16

Mainconcept DV Codec 2.4.4


windows Video->Video Codecs $50
View Detail
Download Mainconcept DV Codec 2.4.4Download Mainconcept DV Codec 2.4.4
1.71 MB
Many people believe that the DV editing process does not result in any video quality loss. Actually, there is the potential for loss during editing (for example, when titles or transitions are added). The MainConcept DV Codec is widely recognized as offering the best quality and rendering speed. It is compatible with any program which supports standard Video for Windows codecs. Version 2.4.4 of the MainConcept DV Codec now includes support for multiprocessing, support for Intel® Hyper-Threading Technology, as well as many other new features

17

Oriador Staff Rota 1.4.4


windows Business Finance->Applications $549 to buy
View Detail
Download Oriador Staff Rota 1.4.4Download Oriador Staff Rota 1.4.4
9.61 MB
Oriador Staff Rota 1.4.4 - Oriador Rota is a staff scheduling, planning and rostering solution. Oriador Rota will help you produce and distribute your employee shift schedule, whether your requirements are simple or complex. Unlike traditional spreadsheet style rota or rostering software, Oriador Rota has been developed from the ground up to provide a graphical interface for defining and maintaining schedules and work plans. Export your rota as Web pages, to share with others, or to post on a companys intranet or Internet site. It includes Microsoft Excel export and staff import features.
18

Winmail Mail Server 4.4


windows Communications->E mail Clients $129.00 to buy
View Detail
Download Winmail Mail Server 4.4Download Winmail Mail Server 4.4
18.54 MB
Winmail Mail Server 4.4 - Winmail Server is an enterprise class mail server software system offering a robust feature set, including extensive security measures. Winmail Server supports SMTP, POP3, IMAP, Webmail, LDAP, multiple domains, SMTP authentication, spam protection, anti-virus protection, SSL/TLS security, Network Storage, remote access, Web-based administration, and a wide array of standard email options such as filtering, signatures, real-time monitoring, archiving, and public email folders. Flexibility Winmail Server adapts well to many different network environments, with support for the following options: Internet connection methods such as ADSL, ISDN, FTTB, cable modem and dial-up Webmail, either as virtual directory or web site, under IIS, Apache and PWS. Two types of email gateways: POP3 download and ETRN download, allowing access by multiple users to one email account without conflict. Automatic extraction and conversion of MS-TNEF (winmail.dat) attachments. Static and dynamic IP connections. Ease of Use Winmail Server supports the following user email functionality: Popular email client software products such as Outlook Express, Outlook, Netscape and Eudora.Configure Email Client Software Multi-language Webmail Anti-virus functions, including built-in API as well as support for most enterprise class anti-virus engines Anti-Virus Engines list SMS notification to send a mobile phone message upon arrival of new email Personal email signatures Email groups for efficient communication and collaboration between individual group members Email file attachment filtering by file names and type settings Email archiving Event calendar and user schedule functions IMAP (Internet Message Access Protocol) to access mail on server LDAP (Lightweight Directory Access Protocol) and IMAP public fold
19

Nikon Capture Updater 4.4.2


mac Utilities->Drivers Free
View Detail
Download Nikon Capture Updater 4.4.2Download Nikon Capture Updater 4.4.2
23.9 MB
This is a updater version of Nikon Capture version 4.4.1 for Macintosh (English).

Nikon Capture Editor:

1. Support for RAW images captured with the D2Hs has been added.
2. Some of the information displayed in the Shooting data area has been changed.
Long Exposure Noise Reduction: changed from Off or Fixed pattern to Off or On
High ISO Noise Reduction: changed from Off or On to Off, On (Normal), or On (High) (D2X and D2Hs only)
3. The following changes have been made to the Straighten function (Image menu>Rotate).
The shape of the Draw Level cursor has been changed.
The function has been changed so that the image is rotated immediately after the Draw Level line is drawn or as the degree of rotation is entered in Rotation text box.
Nikon Capture Control
1. Support for the D2Hs has been added.
2. The Noise Reduction checkbox in the Image Processing panel has been changed to a pop-up menu offering selection from Off, On (Normal), and On (High) options. (D2X and D2Hs only)

Whats New in This Release:

· Supports D2Hs and D2X RAW/NEF files after firmware 2.0.0 firmware has been applied (available soon).
· Improvements have been made with the following processes: Image Dust OFF, Advanced RAW palette, Batch process, D-Lighting, LCH Editor, Save Progress, White Balance Palette, PictureProject Transfer Options, Fisheye-to-rectilinear conversion feature.
· Supports new Custom Setting options applied with D2Hs and D2X firmware 2.0.0
· Images captured with the image-authentication feature enabled, the following settings are disabled when images are saved: Embed ICC Profile, Attach IPTC Information, Automatic rotation of images capture in tall (portrait) orientation. When TIFF images are transferred to a computer with Camera Control Pro, the image-authentication feature will be disabled.
· Use for Camera Curve Sample has been improved
· Embed ICC Profile in Download Options dialog has been improved.



20

glibc-audit 2.4-4


linux Programming->Debuggers Free
View Detail
Download glibc-audit 2.4-4Download glibc-audit 2.4-4
4.2 MB
glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access checker such as valgrind, Insure++, or Purify.

glibc-audit has been audited and cleaned up so that reports from the developers use of a memory access checker are more likely to be interesting to the developer, with less "noise" from the C library itself. Typically, glibc-audit initializes all of its local variables and structs before use. Ordinary glibc uses uninitialized dummy variables that are "dont-care" to its logic but reported by the memory access checker.

Also, the r_debug.r_brk protocol has been enhanced to co-operate with a co-resident auditor. If the auditor sets .r_brk, then the runtime loader will call the auditor directly whenever a shared library event occurs.

This is much more convenient than using breakpoints. By default the old breakpoint protocol works just like before. The new protocol is binary compatible with the old on machines where a pointer to a function is the same size as an ordinary pointer. Platforms where a pointer to a function is larger (such as HP-PA RISC, Alpha processor, or PowerPC) are not binary backward compatible, and will have to increment r_debug.r_version. Exising clients (such as gdb) also will see an ignorable type mismatch error when they are built. But for now, it is worth more not to antagonize gdb at runtime on x86.

The patch modifies 91 files. Compared to glibc-2.3.2-27.9, the additional code occupies 18 more bytes of .text, and 24 fewer bytes in the .so. On a nano-scopic scale, the typical execution cost is 0 to 3 CPU cycles per affected routine; the estimated median total impact is less than 1 second per machine per day. In the case of *printf(), glibc-audit is faster than glibc because the cleaned-up source helps gcc-3.2 avoid generating atrocious code when initializing printf_spec.info for parse_one_spec() in stdio-common/printf-parse.h.

Glibc-audit was constructed by running a memory access checker on the internal testcases of glibc, then analyzing the reported errors and modifying the source. The process revealed 10 memory access bugs in glibc-2.3.2-11.9. Seven were fixed in glibc-2.3.2-27.9, two more have been fixed in CVS, and one is a design flaw that probably will not be fixed.

Predecessor patches to glibc-audit-1 were submitted to the glibc project, but those patches were ignored [user "guest", password "guest"], declined, or rejected. There is enough improvement in usability and reliability to publish glibc-audit-1 separately.

The unmodified glibc-2.3.2-27.9.src.rpm is available from RedHat mirrors. rpmbuild -ba --target i686 took about 4 hours and 2.5GB of disk space on a machine with 1.1GHz CPU, 384MB RAM, UDMA100 disk.

Whats New in This Release:

· The patches were updated to glibc-2.4-4.
· A glibc bug that interfered with gdb stop-on-solib-events was fixed.
· On x86, x86-64, and PowerPC, the __NR_open system call was improved to avoid leaking information from the user to the kernel.


My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search