WareSeeker Search Software

line monitor


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Line Monitor 2.1


windows Security Privacy->Key Loggers $20
View Detail
Download Line Monitor 2.1Download Line Monitor 2.1
2.05 MB
Line Monitor is an utility tool which allows to do very accurate phone line usage monitoring. Data record keeping can be done on daily basis and can be saved to disk in the selected time intervals.

The application has programmable alarm level and can display data on screen or work invisible in background. It is very simple to use and very efficient.

Here are some key features of "Line Monitor":

· very accurate phone lines monitoring: sampling rate starts at 1 sec;
· user selectable lines;
· data record keeping;
· logs are automatically removed after specified period of time;
· periodic data saving to disk: selectable range 0 -999 minutes;
· programmable alarm level;
· audible alarm
· displays data on screen or work hidden in background;

2

Line Monitor 2.1


windows Network Tools->Miscellaneous Network Tools $20.00
View Detail
Download Line Monitor 2.1Download Line Monitor 2.1
2.05MB
Line Monitor ver 2.1
====================
This is the phone line utility tool for the system and network administrators:

* very accurate phone line monitoring: sampling rate starts at 1 sec;

* user selectable lines to be monitored;

* data record keeping can be done on daily basis;

* data can be saved to disk in the selected time intervals in the range of 0-999 minutes;

* data logs can be automatically removed after specified period of time;

* audible alarm;

* programmable alarm level;
-from the Options menu,
-programmatically;

* can display data on screen or work invisible in background.
3

Line Counter


script CGI Perl Free
View Detail
Download Line CounterDownload Line Counter
Have a new script to release, but dont want to go through all the files to see how many lines it is? This little script makes your life easy. Simply place it in a root directory, and it will search everything above it for any file extention you want. Also Gives Vital info such as File size, modify times, access times, file permissions and more In very neat formats. Either long, everything on one page, or short, on a separate page.
4

News-Line Job Search 1.0


windows Windows Widgets->News Free
View Detail
Download News-Line Job Search 1.0Download News-Line Job Search 1.0
62.7 KB
News-Line Job Search keeps you updated with the last available medical jobs.

Allows you to search and monitor medical job listings across the country from News-Line.com.


5

Trap Line 2.0


windows Business Finance->Calendars Planners $24.95
View Detail
Download Trap Line 2.0Download Trap Line 2.0
45.7 MB
Trap Line description
Maintain records of catches, sets, fur sales, complete trap inventory Trap Line application was cdesigned for fur trappers wanting to maintain records of their catches, sets, fur sales, complete trap inventory and trapping activities. This is a "must have" for the serious fur trapper wanting to maintain detailed records of trapping activities. Unlimited records capacity allows trappers to maintain records for years to come. Records of catches, set types, set locations, trap types, trap modifications, etc. can provide valuable information showing which sets and set locations are the most productive.

Trap Line generates reports that can be printed and stored
as hard copy backups with the click of your mouse. Also included in this release is the option to add the names and addresses, phone numbers, etc. of trapping partners, land owners, friends, State and Federal wildlife departments, etc.

Here are some key features of "Trap Line":

· Easy setup
· Straightforward data entry
· Unlimited number of records
· Reports generated by the click of your mouse
· Complete trap inventory (brand, type, mods, size, etc)
· Fur sale records
· Catch and set records
· Address / Phone Book


Requirements:

· Microsoft Internet Explorer v6.0 or later.
· 32 MB RAM (256 MB or more recommended).
· Intel Pentium or higher compatible processor.
· 50 MB free disk space.
· 800 X 600 Minimum Screen Resolution (1024 x 768 x 16-bit Hi-Color recommended).
· Printer (Local connection or network printer)
· Microsoft Mouse or compatible pointing device.
· A 17 or larger monitor is recommended.
· CD ROM Drive for installation.


Limitations:

· 10 uses evaluation version

6

WinAce Command Line 2.6


windows Utilities->Compression Tools $19
View Detail
Download WinAce Command Line 2.6Download WinAce Command Line 2.6
661 MB
WinAce Command Line allows you to make .ACE archives under Command Line (DOS).

Here are some key features of "WinAce Command Line":

· Classic dos-based file manager
· Two view panels with different modes (file/tree/info)
· Full support to create or edit popular archive formats
· Built-in viewer for text and graphic files
· Ascii and Hex-Editor for files up to 16GB
· Extended file search
· Support of long file names when running under Windows95/98
· optional support of the Windows Recycle Bin
· file monitoring to
· "Smart change directory" for fast access to all directories
· Directory synchronisation for keeping your files up-to-date
· Extensive system information
· Built in terminal for analogue modems
· Support for user defined scripts and dialogues

7

Softabar Command Line RSS Reader 1.0


windows Communications->Newsgroup Clients $19
View Detail
Download Softabar Command Line RSS Reader 1.0Download Softabar Command Line RSS Reader 1.0
1.75 MB
Softabar Command Line RSS Reader will enable you to read one or more RSS feeds from the command line. Read entire RSS feed or selected items from the feed, such as title and content items.

Here are some key features of "Softabar Command Line RSS Reader":

· Read RSS feed from the command line.
· Extract single items from RSS feed.
· Make your own scripts that monitor RSS feeds.
· Use RSS and scripts to automate information exchange.

8

Line Marker 2.0.2006072201


linux Internet->Firefox Extensions Free
View Detail
Download Line Marker 2.0.2006072201Download Line Marker 2.0.2006072201
0.017 MB
Line Marker is an extension which adds a new menu "Line Marker" to the context menu.

It changes color of selection. Status of markers are saved to your profile.


9

IdentaFone Multi-Line 4.6.3


windows Home Education->Miscellaneous $99.95
View Detail
Download IdentaFone Multi-Line 4.6.3Download IdentaFone Multi-Line 4.6.3
2.98MB

A virtual telephone assistant that works with your multi-line Caller ID hardware from CallerId.Com, YES Telecom, Rochelle or TCI for monitoring 2 to 100+ lines.

The network version software needs only one Caller ID box to send all workstations the same detailed status of callers and line usage. Full integration with MS Outlook Contacts or internal phonebook. Detailed call accounting and line usage report options.
IdentaFone Multiline is the perfect solution for quickly identifying callers and tracking phone usage in the business or home office environment.

Instantly Know Whos Calling.
Outlook Contacts Screen Pops.
Detailed Call History Logs and Statistics.
Works With Multiple Phone Lines and Legacy PBXs.
Easy Solution If PBX Missing SMDR Reporting Capability.

The network version allows many users to share the same single Caller ID hardware offering value unequaled in its price range.
10

Algorithm::Line::Bresenham 0.11


linux Programming->Libraries Free
View Detail
Download Algorithm::Line::Bresenham 0.11Download Algorithm::Line::Bresenham 0.11
0.003 MB
Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm.

SYNOPSIS

use Algorithm::Line::Bresenham qw/line/;
my @points = line(3,3 => 5,0);
# returns the list: [3,3], [4,2], [4,1], [5,0]
line(3,3 => 5,0, &draw_line);
# calls draw_line on each point in turn

Bresenham is one of the canonical line drawing algorithms for pixellated grids. Given a start and an end-point, Bresenham calculates which points on the grid need to be filled to generate the line between them.

Googling for Bresenham, and line drawing algorithms gives some good overview. The code here takes its starting point from Mark Feldmans Pascal code in his article Bresenhams Line and Circle Algorithms at http://www.gamedev.net/reference/articles/article767.asp.

FUNCTIONS

line

line ($from_y, $from_x => $to_y, $to_x);

Generates a list of all the intermediate points. This is returned as a list of array references.

line ($from_y, $from_x => $to_y, $to_x, &callback);

Calls the referenced function on each point in turn. The callback could be used to actually draw the point. Returns the collated return values from the callback.
circle

my @points = circle ($y, $x, $radius)

Returns the points to draw a circle with


11

Line Counter 1.30


windows Software Development->Misc Programming Tools $15
View Detail
Download Line Counter 1.30Download Line Counter 1.30
120 KB
Line Counter is a useful command line tool which counts the number of source code lines. It counts individual files or integrates with your favorite IDE. Today, Line Counter supports the Microsoft Visual Studio, JBuilder, Kawa and JiveLint project file format.

Line Counter can also ignore comments in the source code and parse unsupported IDE project files with a little help from you.

Limitations:

· 30 days trial

12

Active Line 1.2


windows System->Launchers Shutdown Tools $15
View Detail
Download Active Line 1.2Download Active Line 1.2
384 KB
Active Line description
A visual command line and convenient expression calculator. Active Line application was designed to be a visual command line and convenient expression calculator. You may enter web sites addresses, programs with parameters, mathematical expressions and other commands.

Here are some key features of "Active Line":

· Command line
· Expression calculator
· Computer management
· User commands


Limitations:

· 30 days trial

13

Active Line 1.2


windows Home Shell Desktop->Shell Desktop Management $15
View Detail
Download Active Line 1.2Download Active Line 1.2
390KB
Active Line is a visual command line and convenient expression calculator. You may enter web sites addresses, programs with parameters, mathematical expressions (e.g. 5+7*8) and other commands (e.g. Open CD). Other features include user commands, autocompleting of familiar lines, system-tray menu, options, clipboard manipulations.
14

Command Line 1.0


windows System->Launchers Shutdown Tools Free
View Detail
Download Command Line 1.0Download Command Line 1.0
452 KB
Command Line description
Command Line is a tool to run programs from a small shell next to your tray Command Line is a tool to run programs from a small shell next to your tray.
So you dont
have to use the startmenu to run it and keep a clean desktop.

For example to start the Windows Calculator all you have to do is enter calc in Command Line. This is much quicker than Start-Programs-Accessories-Calc.

Command Line can also open directories.

15

SoftCollection LED Line 1.16


windows Home Education->Other $2
View Detail
Download SoftCollection LED Line 1.16Download SoftCollection LED Line 1.16
1.11 MB
SoftCollection LED Line is a software that lets you to make a virtual LED table in the air.
Consists of an 8 LEDs line, 9 resistors of 470 Ohm each, a button and a pendulum that presses this button.

If you will move LED line left and right 5-10 times per second and desired LEDs will shine at desired moments, you will see words in the air. There is still a problem of line synchronization so the mechanism of button and pendulum is needed. When LED line moves from right to left, the button must be released, but when the direction has been changed, the pendulum must press the button. Remember that wrong hardware or wrong connection may cause harm to your computer!!!

Here are some key features of "SoftCollection LED Line":

· Automatically remembers last state


Limitations:

· 14 days trial

16

Active Line 1.0


windows Home Shell Desktop->System Tray Toolbars and Launchers $15.00
View Detail
Download Active Line 1.0Download Active Line 1.0
340K
Active Line is a visual command line and convenient expression calculator.
You may enter web sites addresses, programs with parameters, mathematical expressions (e.g. 5+7*8) and other commands (e.g. Open CD). Other features include user commands, system-tray menu, options,
clipboard manipulations.

17

Java 2D Line Chart


script Java Free
View Detail
Download Java 2D Line ChartDownload Java 2D Line Chart
SpiceCharts 2D Line Chart is a very simple to use applet for creating 2d line charts with a very smooth look due to the antialiasing feature included. Easy customizable for individual types, you can redesign it for your own needs modifying colors, grid type, legend type, positioning, etc.
18

Java 3D Line Chart


script Java Free
View Detail
Download Java 3D Line ChartDownload Java 3D Line Chart
Java 3D Line Chart is a very simple to use applet for creating 3d line charts with a very smooth look due to the antialiasing feature included. Easy customizable for individual types, you can redesign it for your own needs modifying colors, grid type, legend type, positioning, etc.
19

Line Marker 2.0.2006072201+


windows System->Browser Tweak Free
View Detail
Download Line Marker 2.0.2006072201+Download Line Marker 2.0.2006072201+
17 KB
Line Marker description
Firefox extension that Adds a new menu "Line Marker" to the context menu Line Marker will add a new menu "Line Marker" to the context menu. It changes color of selection.Status of markers are saved to your profile.

Requirements:

· Firefox: 1.0 2.0.0.

20

Number Line 1.0


windows Home Education->Mathematics Free
View Detail
Download Number Line 1.0Download Number Line 1.0
213KB
Middle-School (grades 5 through 9) math program written to provide skills in context. Students locate points on a number line. Problems deal with fractions, decimals, square roots, and/or absolute values.

My Software


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


Related Search