| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Advanced Registry Tracer 2.04 |
windows | Utilities->System Maintenance and Repair | $40 |
View Detail
|
|||||||||
ART gives you FULL control of your Registry on local or remote machines. Easily find Registry changes made by program installs, roll back undesirable changes, completely clean up buggy uninstalls, and find tweaks even the experts cant isolate! ART lets you save snapshots of the Registry and later browse through each change made by any software on your machine, hardware installation or system setting tweak and easily undo any change made. Advanced Registry Tracer even lets you easily create your own database of system and software tweaks. Safely test your Registry using ARTs filters that you can customize (and save) for any particular experiment. If you dont like a change, simply use ARTs undo function to quickly bring the Registry right back to exactly the way it was before you made the change. This applies to experimental tweaks, system settings modifications, software setting changes, program installs/uninstalls and any changes to the hardware or peripherals of your machine including device drivers and their setting changes! Advanced Registry Tracker lets you save frequently examined or modified Registry Keys, Values and Data as bookmarks so you can easily work with them at a moments notice. ART lets you efficiently install the same software to many machines on a network with just a few keystrokes. Simply install the software on one machine, make a REG file of all the changes to the Registry, then copy that REG file (and all the other files that were installed) to every machine on your network. ART is not a monitoring tool (like RegMon and Win-Expose Registry) nor is it an uninstaller (like CleanSweep or Uninstall). ART gives you full control of your Registry without affecting your system performance. Snapshots you make of the Registry before and after any event lets you compare the entire Registry to isolate the exact changes that were made. Once these are isolated ART lets you simply undo any or all of those changes. Tags:
|
||||||||||||||
| 2 | Advanced Registry Tracer 2.11 |
windows | System->Registry Tweak | $40 |
View Detail
|
|||||||||
ART will give you FULL control of your Registry on local or remote computers. Easily find Registry changes made by program installs, roll back undesirable changes, completely clean up buggy uninstalls, and find tweaks even the experts cant isolate! ART lets you save snapshots of the Registry and later browse through each change made by any software on your machine, hardware installation or system setting tweak and easily undo any change made. Advanced Registry Tracer even lets you easily create your own database of system and software tweaks. Safely test your Registry using ARTs filters that you can customize (and save) for any particular experiment. If you dont like a change, simply use ARTs undo function to quickly bring the Registry right back to exactly the way it was before you made the change. This applies to experimental tweaks, system settings modifications, software setting changes, program installs/uninstalls and any changes to the hardware or peripherals of your machine including device drivers and their setting changes! Advanced Registry Tracker lets you save frequently examined or modified Registry Keys, Values and Data as bookmarks so you can easily work with them at a moments notice. ART lets you efficiently install the same software to many machines on a network with just a few keystrokes. Simply install the software on one machine, make a REG file of all the changes to the Registry, then copy that REG file (and all the other files that were installed) to every machine on your network. ART is not a monitoring tool (like RegMon and Win-Expose Registry) nor is it an uninstaller (like CleanSweep or Uninstall). ART gives you full control of your Registry without affecting your system performance. Snapshots you make of the Registry before and after any event lets you compare the entire Registry to isolate the exact changes that were made. Once these are isolated ART lets you simply undo any or all of those changes. Limitations: · Some features are disabled. Tags:
|
||||||||||||||
| 3 | Winsock Tracer 1.01 |
windows | Business Finance->Others | Free |
View Detail
|
|||||||||
Winsock Tracer is a freeware utility that lets you trace Winsock 2 calls. Winsock Tracer gives you an idea of how applications use Winsock 2. You can trace any application that uses Winsock 2, for example, Netscape, Outlook Express, Napster or your own applications. Winsock Tracer creates a log file containing information such as function names, arguments and return values. Tags: |
||||||||||||||
| 4 | Etchelon Tracer 4.2 |
mac | Multimedia Design->Video | $27 |
View Detail
|
|||||||||
Etchelon Tracer is a vector graphics morphing animation program for developing Quicktime Movies. Animated GIFs too. Draw Key Frames - manual trace of PICT images gives rapid results. Tracer morphs inbetweens any key frames with automatic morphing if required.Produce animated, morphing text. Tags: |
||||||||||||||
| 5 | Winsock Tracer 1.0 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
Winsock Tracer is a free and useful utility that allows you to trace Winsock 2 calls. Winsock Tracer gives you an idea of how applications use Winsock 2. You can trace any application that uses Winsock 2, for example, Netscape, Outlook Express, Napster or your own applications. Winsock Tracer creates a logfile containing information such as function names, arguments and return values. Tags: |
||||||||||||||
| 6 | Winsock Tracer 1.01 |
windows | Network Internet->Dial up Connectivity | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 7 | D-Tracer 1.0 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
D-Tracer is a freeware tool that supports CAPI extensions of the vendor AVM for monitoring the D-channel of ISDN. D-Tracer is a small, simple and free utility that supports CAPI extensions of the vendor AVM for monitoring the D-channel of ISDN. The traced messages will be decoded if Q.931 protocol is used (e.g. DSS1). What is the D-channel? Short for Delta-channel, the channel in an ISDN connection that carries control and signaling information. The protocol used for this is DSS1 in most European countries. This tool shows messages sent over the ISDN D-channel. Layer 2 (Q.921) and Layer 3 (Q.931) messages will be decoded. Requirements: · ISDN-hardware from the vendor AVM, for example a Fritz!PCI or hardware from Gerdes. Tags: |
||||||||||||||
| 8 | Beesoft Tracer 0.04 |
linux | Programming->Debuggers | Free |
View Detail
|
|||||||||
Beesoft Tracer project is a suite of tools for a remote debugging of running program. All elements are wrote in pure C++ with using STL library. The communication between elements is via sockets: so called unix domain socket and TCP/IP. Elements of Beesoft Tracer system: In whole process are used three applications. 1) the debugged program, which sends informations about own states to the server, 2) the trace server, named tracesrv, is a program collecting all information coming from the debugged program. The information can be send to one client program, if this is connected. 3) the trace client, receives information from the trace server, and displays them in text mode. GUI client is already in development and will be soon available. Advantages of system: - the debugged program is executed only a bit slower, almost goes normal and simultaneously sends all debugging information, which need a programmer for debugging. Information are sent to the server via unix domain socket. - the client program, which displays received information, can be in other computer - in remote host (or at the same). Information are receiving via TCP/IP protocol. How can you use it? To debugging the remote program it is needed: 1) download source code of Beesoft Tracer to disk, 2) build a library libbstrace and the programs tracesrv and tracecli (use make ), 3) add a appropriate macros into the source code of the program which should be debugged (macros are defined in the header file Tracer.h) and in compile time link static library libbstrace.a. After that you are ready for debugging! To run the debugging enviroment: 1) start (followed programs must be run on the same machine): a) first tracesrv b) next debugged program ( for tests in packet is accesible program example), 2) on remote or on the same machine start client tracecli. In the package file you can find the source code of the example program. There you can see the right using of necessary macros! Tags: |
||||||||||||||
| 9 | Dotsmailer Spam Tracer 1.0.0 |
windows | Email Tools->Anti SPAM Tools | Free |
View Detail
|
|||||||||
Dotsmailer Spam Tracer lets you find out the city, state and country where spammers and harassers are at. Then, it gets the contact information of the attackers Internet service provider and lets you report him to his ISP. This report contains detailed information needed by the ISP in order to take actions. This is all done by simply copying and pasting the e-mail headers into Dotsmailer Spam Tracer so with just a couple of clicks you can protect you and your family. Tags: |
||||||||||||||
| 10 | Free Ip Tracer 1.3 |
windows | Network Tools->Traceroute Whois Tools | Free |
View Detail
|
|||||||||
This program has three ip tracer tools. One of them is a visual tracking tool, you can see in a chart what country, city, server the spamming is coming from. Network tool "Network agent" to give you live picture how status is on your network disks. PcExplorer will give you an improved (better) working environment, than you have to day. Free to try. Tags: |
||||||||||||||
| 11 | Contact Tracer 1.01 |
windows | Business Finance->Document Processing | Free |
View Detail
|
|||||||||
Contact Tracer is a useful, colorful, simple and easy-to-use personal contact manager utility. The features include sending e-mail to the current contact, visiting the current contacts website (if any), printable reports of all contacts. Tags: |
||||||||||||||
| 12 | Hack Tracer 1.2 |
windows | Utilities->Access Control | $40.00 |
View Detail
|
|||||||||
Hack Tracer will make your computer stealthed. Any attempts at pinging or port scanning will receive no response. Unsolicited UDP packets and TCP connections will not get through. In short, the computer cannot be detected from outside. Hack Tracer introduces a feature that lets you geographically trace hack attempts. Hack Tracer will bring up a map and trace the route from your computer through every step back to the hackers computer. The program also allows you the option to upload the data from a hack attempt to Sharp Technologies security center for study, investigation, and product improvement. Tags: |
||||||||||||||
| 13 | Route Tracer 1.04 |
windows | Network Internet->Network Management Tools | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 14 | Regex Match Tracer 1.2 |
windows | Software Development->Debugging | $39 |
View Detail
|
|||||||||
Regex Match Tracer is an application that will help you compose and debug regular expressions. It provides a visual environment to you. In the pattern edit box, different parts of regular expressions are displayed in different color. While the pattern changing, the tree structure and the capture-group information will be updated synchronously. The current element around the cursor will be highlighted when the carets position changes. Here are some key features of "Regex Match Tracer": · Visual Edit Environment, the tree and the group box updates synchronously.. · The pattern can be exported into language code. · Import pattern from language code, such as C++s string. · Perl regular expression syntax is supported. Tags: |
||||||||||||||
| 15 | AET Tracer Pro 3.01 |
windows | Network Tools->Miscellaneous Network Tools | $49 |
View Detail
|
|||||||||
AET Tracer PRO exists largely because of the need to track and report network abusers. All you need is the abusers IP address and AET Tracer PRO will do the rest. AET Tracer will track the path the network packets travel from your computer to the abusers. The tracer will resolve IP addresses and names for the routers along the way. With the help of advanced algorithms and extensive databases the program will also display other valuable information for each hop of the trace such as geographical position and ping time. Once the trace is finished a range of other tools can be used to find out a lot more information about the abuser. You may use the Whois tool, wich can show you information about who owns the IP address wich belongs to the abuser. A Whois query displays a lot of information about the owner wich usually is the ISP (Internet Service Provider). Another tool wich might come in handy is the TCP Port Scanner. The port scanner can search the abusers computer for open ports/services. The information that there is a service running on a specific port, or even that there is not, is often valuable information. AET Tracer PROs most powerful tool is probably the "Abuse Reporter". The "Abuse Reporter" will compile and send an abuse report e-mail to the abusers ISP. The repoter can work totally automatic or ask for input and validation for each abuse report. The last tool, the "Netstat" display, is the only tool that is not used on specific traces, instead its made to monitor your own computers netwok adapters. "Netstat" will show you if there is any "Trojan horses" or remote administration tools active on your computer. It will also indicate any attempt to hack your computer in real time. Tags:
|
||||||||||||||
| 16 | Inventory Tracer 1.3.7 |
windows | Home Education->Miscellaneous | $15 |
View Detail
|
|||||||||
Inventory Tracer is a useful and an easy-to-use inventory management utility, written with the small business in mind. Simple interface with very fast learning curve. All functions are accessed from the main form. Functions include Barcode 39 generation and scanning, Printable Reports that do the math for you and the ability to backup to any drive that the user chooses. Limitations: · 30 days trial Tags: |
||||||||||||||
| 17 | Trek Tracer 1.0 |
pda | Travel->Others | FREE |
View Detail
|
|||||||||
The Trek Tracer application is an easy to use way to log and track your cycling training. You can capture basic information such as the distance and times. But you are also able to collect other important pieces of information that impact the efficacy of you ride like the weather, temperature, and wind speed and direction. Requirements: · Palm OS v3.0 Tags: |
||||||||||||||
| 18 | Regex Match Tracer 2.0 |
windows | Software Development->Debugging | $29.95 |
View Detail
|
|||||||||
In the pattern edit box, different parts of regular expressions are displayed in different color. While the pattern changing, the tree structure and the capture-group information will be updated synchronously. The current element around the cursor will be highlighted when the carets position changes. Basic features: 1. Visual Edit Environment, the tree and the group box updates synchronously.. 2. The pattern can be exported into language code. 3. Import pattern from language code, such as C++s string. 4. Perl regular expression syntax is supported. Tags: |
||||||||||||||
| 19 | Forex Tracer Review 4.5.186.6 |
windows | Business Finance->Personal Finance | Free |
View Detail
|
|||||||||
you can easily make a fortune in the foreign exchange markets... .. ... you can even...Build Wealth While You Go Fishing...Download "Forex Tracer Review". Creates & Trades Forex Signals On Autopilot, No Human Intervention Required, Lowest Risk - Highest Returns!, Absolutely No Experience Necessary, Any Country With Any metatrader 4 Broker, Developed By Forex Trading Pros, Can Be Tested Without Any Risk Or Capital! Download The Review of Forex Tracer NOW! Tags:
|
||||||||||||||
| 20 | DimichSoft Advanced File Tracer 1.5 |
windows | Utilities->System Tools | $30.00 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
