Main > Free Download Search >

Free full screen caller for n70 software for linux

full screen caller for n70

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3580
Full Screen 0.5

Full Screen 0.5


Full Screen is an extension which provides a fulscreen button on the toolbar. more>>
Full Screen is an extension which provides a fulscreen button on the toolbar.

Adds Full Screen toolbar button and context menu command.

After installing use View / Toolbars / Customize... to add the button to the toolbar.

<<less
Download (0.009MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
937 downloads
Amarok Full Screen 0.5

Amarok Full Screen 0.5


Amarok Full Screen provides a full screen front end for Amarok. more>>
Amarok Full Screen provides a full screen front end for Amarok.

The look can be changed by custom THEMES.

<<less
Download (0.20MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
961 downloads
SSS (Screen Saver Stopper) 0.9.1

SSS (Screen Saver Stopper) 0.9.1


SSS (Screen Saver Stopper)offers you a mini tool to protect the screen saver from starting as long as the SSS window is open. more>> SSS (Screen Saver Stopper) 0.9.1 offers you a mini tool to protect the screen saver from starting as long as the SSS window is open. This is useful when you are watching a movie, viewing the progress of a program's compilation or performing any other task which the blanking of your screen by the screen saver can disrupt.

SSS works with both XScreenSaver and the KDE KScreenSaver (KDE's "screen corners action" option only supports KScreenSaver). It is much easier to use than opening the Control Center, disabling the screen saver from there, and re-enabling it once you're done. To temporarily disable the screensaver, simply open SSS by clicking on its icon. Close the SSS window when you want the screensaver to be re-enabled. It's that simple.

Enhancements: Added Slovak translation (thanks to Jozef Riha)
<<less
Added: 2006-10-05 License: GPL Price: FREE
1 downloads
screen-scraper 3.0

screen-scraper 3.0


screen-scraper is a tool for extracting data from Web sites. more>>
screen-scraper project is a tool used to extract data from web sites. You might use screen-scraper for the following purposes:
- Data Mining and Extraction
- Data Migration
- Application Integration
- Business Intelligence
- Web Task Automation
- Portal Components
- Meta-Searching
- Archiving
The screen-scraper application consists of two primary pieces:
- Workbench: A graphical user interface provides an intuitive approach that allows you to designate pages and specific pieces of information to be extracted.
- Server: After using the workbench to designate the data to be scraped, screen-scraper can be run in a server mode, much like a database. External applications can then connect to screen-scraper, which will pull data off of the designated web sites, then return them to the calling application. For example, you might build a web-based application using Active Server Pages (ASP) or PHP that invokes screen-scraper to search for products found on an external web site in real-time.
Additionally, screen-scraper can be started in a non-graphical mode from the command line such that it can be scheduled or invoked on-demand.
screen-scraper can automate many of the tasks typically required when scraping data from web pages, such as tracking cookies, logging in to web sites, and traversing search results pages.
Depending on the programming languages and platforms you most prefer, screen-scraper is likely to be familiar to you. screen-scraper contains an internal scripting engine that supports:
- VBScript
- JScript
- Perl
- Interpreted Java
- JavaScript
- Python
When invoking screen-scraper externally take your pick from the following languages:
- Java
- PHP
- Anything COM-based (such as Active Server Pages, Visual Basic, and Visual C++)
- .NET (both Microsoft-based and Mono)
- Cold Fusion
Enhancements:
- Several bugfixes and minor features have been added, including automatic backup of the database, enhanced HTML rendering and HTML stripping, fixing an error that caused duplicate scripts to appear at times on import, and fixing multiple errors relating to international character sets and non-ASCII characters.
<<less
Download (66MB)
Added: 2007-01-15 License: Freeware Price:
599 downloads
Gnome Screen Ruler 0.8

Gnome Screen Ruler 0.8


Gnome Screen Ruler is a customizable screen ruler for Gnome. more>>
Gnome Screen Ruler project is a customizable screen ruler for Gnome.
Gnome Screen Ruler is an on-screen ruler for measuring horizontal and vertical distances in any application. Rulers can be moved and resized using the keyboard.
Main features:
- Horizontal and vertical display
- Multiple units: pixels, inches, centimeters, picas, points, percentage
- Configurable colors and font
- Can be set always-on-top of your application windows
- Can be moved and resized with mouse or keyboard
- Measurement lines track mouse cursor to help measure anything on screen
- Its Free Software released under the GPL
Enhancements:
- Rewrite in Ruby (from C).
- Middle-click now rotates around the mouse position, not the upper-left corner.
- Ruler now shows a left-click target for the popup menu while mouse is over the ruler.
- Unit selection (inches, picas, etc.) moved to popup menu (from preferences dialog).
- Keyboard keys 1-6 now change unit.
- Now uses Cairo for rendering (from GDK).
<<less
Download (0.016MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1042 downloads
Show Screen Captures 1.0

Show Screen Captures 1.0


Show Screen Captures is an extension which enables displaying screen captures of external links on a web page. more>>
Show Screen Captures is an extension which enables displaying screen captures of external links on a web page.

Displays screen captures of external links on a web page. Screen shots provided by openthumbshots.org.

A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items on the monitor or another visual output device. Usually this is a digital image taken by the host operating system or software running on the computer device, but it can also be a capture made by a camera or a device intercepting the video output of the computer.

Screenshots, screen dumps, or screen captures can be used to demonstrate a program, a particular problem a user might be having or generally when computer output needs to be shown to others or archived.

<<less
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
939 downloads
Devel::CallerItem 1.0

Devel::CallerItem 1.0


Devel::CallerItem is an Perl object representing a function call from the stack of function calls. more>>
Devel::CallerItem is an Perl object representing a function call from the stack of function calls.

SYNOPSIS

Usage:

require Devel::CallerItem;

$call = Devel::CallerItem->from_depth($depth) || return;
$passed_arguments_ref = $call->argument_list_ref();
$callpack = $call->pack();
$callfile = $call->file();
$callline = $call->line();
$callsub = $call->subroutine();
$bool = $call->has_args();
$bool = $call->wants_array();
($arg_ref,@caller) = $call->as_array();
$call_string = $call->as_string($print_level);
$passed_arguments_string = $call->arguments_as_string();

$printable_arg = Devel::CallerItem->printable_arg($arg,$print_level);

Devel::CallerItem objects hold all the information about a specific function call on the stack. The information is basically that obtained from caller and @DB::args, packaged into an object. This comes with some useful methods to print the object in a nice way.

<<less
Download (0.004MB)
Added: 2007-05-01 License: Perl Artistic License Price:
908 downloads
Intelligent Wardialer 0.07

Intelligent Wardialer 0.07


Intelligent Wardialer is a war dialer used for auditing your PSTN (phone) network. more>>
Intelligent Wardialer is a "war dialer" used for auditing your PSTN (phone) network. Its features include random/sequential dialing, Voice over IP using the IAX2 (Intra-Asterisk eXchange) protocol, ASCII flat file and MySQL logging, a curses-based front end, key stroke marking, multiple modem support, several methods of "tone detection", save/load state, banner detections (to determine remote system types) and blacklist support.
Main features:
- Full and Normal logging: Full logging records all possible events during dialing (busy signals, no answers, carriers, etc). By default it only records things that we might find interesting (carriers, possible telco equipment).
- ASCII flat file and MySQL logging: You can log to a traditional ASCII flat file, and record information into a MySQL database.
- Dials randomly or sequentially.
- Remote system identification: When finding a remote modem and connecting, iWar will remain connected and attempt to identify the remote system type.
- Key stroke marking: When actively "listening" to iWar work, if you hear something interesting, you can manually "mark" it by hitting a key. You can also enter a "note" about something you find interesting.
- Multiple modem support, because... well, hey - this is "Unix". iWar will support as many modems you can hook up
- Nice "curses" based display. This means that if youre using iWar from a Linux console or a VT100 based terminal, it should work fine. Its not a escape sequence kludge, but true "curses".
- Full control over the modem: Unlike other kludges, iWar doesnt just open the modem as a typical "file". It controls the baud rate, parity, and CTS/RTS (Hardware flow control) DTR (Data terminal ready). This is important for controlling the modem and making it preform the way you want it to during scanning. For example, DTR hang ups.
- Blacklisted phone number support: For numbers the system should never dial.
- Save state: If within the middle of a "wardialing" session you want to quit, you can save the current state to a file. This allows you to come back later and restart iWar where you left off. (via the -l option)
- Load pre-generated numbers: You can load a file (via the -L option) of numbers that you want to dial. This is useful if you want to load numbers generated by another routine (perl/shell script/etc).
- Tone location, if your modem supports it. iWar uses two different methods. The traditional "ATDT5551212w;" (Toneloc) and "silence" detection.
- Records remote system banners on connection for later review
- iWar can be used to attack PBXs and Voice mail systems
- Terminal window so you can watch modem interactions and carrier results in real time
- Support the IAX2 (Intra-Asterisk eXchange) "Voice over IP" (VoIP) protocol. This allows you to scan without the need of additional hardware! To my knowledge, iWar is the first war dialer with VoIP functionality
- In IAX2 mode, iWar acts as a "full blown" VoIP client. In this mode, key 0-9, * and # play there DTMF equivalents. In this mode, you can also directly "talk" (using a microphone) with the remote target if so desired.
- In IAX2 mode, if your VoIP provider supports it, you can "set" your caller ID number (caller ID spoofing).
- Comes with complete source code and is released under the GNU General Public License.
Enhancements:
- Major bugfixes were made for BSD type systems.
- Some other minor bugs were also fixed. VoIP IAX2 (Intra-Asterisk eXchange) support was added.
- With this, you can scan with no additional hardware (such as an analog modem).
- Instead, calls are placed over the Internet.
- DTMF support for when under IAX2 mode was added.
<<less
Download (1.6MB)
Added: 2006-01-16 License: GPL (GNU General Public License) Price:
1399 downloads
sipscreen 1.00

sipscreen 1.00


sipscreen project is a Linux iptables QUEUE target handler written in perl for screening incoming SIP phone calls. more>>
sipscreen project is a Linux iptables QUEUE target handler written in perl for screening incoming SIP phone calls.

If you have a network configuration similar to mine, with a Vonage or other Voice-over-IP adapter located behind a Linux gateway, you may find sipscreen useful for programmatically accepting or rejecting inbound calls, based on the caller ID information, the time of day, or any other clever algorithm you can think of.
<<less
Download (0.003MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
861 downloads
Flash Operator Panel 0.26

Flash Operator Panel 0.26


Flash Operator Panel is a switchboard type application for the Asterisk PBX. more>>
Flash Operator Panel is a switchboard type application for the Asterisk PBX. It runs on a web browser with the flash plugin.
It is able to display information about your PBX activity in real time. The layout is configurable (button sizes and colors, icons, etc). You can have more than 100 buttons active per screen. On the Live Demo there are 28 buttons defined.
It also supports contexts: you can have one server running and many different client displays (for hosted PBX, different departments, etc). It can integrate with CRM software, by poping up a web page (and passing the CLID) when a specified button is ringing.
You can see at a glance:
- What extensions are busy, ringing or available
- Who is talking and to whom (clid, context, priority)
- SIP and IAX registration status and reachability
- Meetme room status (number of participants)
- Queue status (number of users waiting)
- Message Waiting Indicator and count
- Parked channels
- Logged in Agents
You can perform these actions:
- Hang-up a channel
- Transfer a call leg via drag&drop
- Originate calls via drag&drop
- Barge in on a call using drag&drop
- Set the caller id when transferring or originating a call
- Automatically pop up web page with customer details
- Click-to-Dial from a web page
- Mute/Unmute meetme participants
- It has two parts: a server writen in PERL, and the flash client. It was tested and its known to work under Windows, Mac and Linux browsers.
<<less
Download (0.23MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
727 downloads
I Love Autumn Icons for Linux -

I Love Autumn Icons for Linux -


An icon collection designed to beautify your computer screen. more>> License:Free for personal non-commercial use, Includes a link back to author site
Comment:16 Cute Love Autumn Icons
<<less
Download (252KB)
Added: 2009-04-14 License: Freeware Price: Free
192 downloads
OS X Login Screen 1.2

OS X Login Screen 1.2


OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux. more>>
OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.

<<less
Download (0.31MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
981 downloads
reset-screen 0.5

reset-screen 0.5


reset-screen is a very simple Qt 4 program that displays a simple cross hatch pattern on your monitor. more>>
reset-screen is a very simple Qt 4 program that displays a simple cross hatch pattern on your monitor.

Why is this useful? Well, it makes the auto-sync feature of the flat panel LCD monitors out there both faster and more accurate (well, for mine anyways).

I have to run this every other time I start KDE so I figure others may find it useful as well.

This isnt really useful for laptop users I think, but you may need it. Who knows? :)

This is a very simple program, which a very simple build system.

<<less
Download (0.003MB)
Added: 2006-04-17 License: BSD License Price:
1286 downloads
Color Oracle for Linux 1.1.1

Color Oracle for Linux 1.1.1


Color Oracle applies a full screen color filter to art you are designing. more>> Color Oracle takes the guesswork out of designing for color blindness by showing you in real time what people with common color vision impairments will see. Color Oracle applies a full screen color filter to art you are designing independently of the software that you are using. Eight percent of all males are affected by color vision impairement make sure that your graphical work is readable by the widest possible audience.
Seeing is believing! Instantaneously identify and correct problem colors in your art using Color Oracles system-wide menu accessible in any program.
New:
Color Oracle 1.1.1 fixes a few bugs on all platforms (25 February 2008).
Color Oracle 1.1 now runs on Windows and Linux (20 February 2008).
<<less
Download (105KB)
Added: 2009-04-02 License: Freeware Price: Free
206 downloads
GTKRawGallery 0.2.2

GTKRawGallery 0.2.2


GTKRawGallery software is an open source image viewer with camera raw files support written in Python and pygtk for Linux O.S. more>>
GTKRawGallery software is an open source image viewer with camera raw files support written in Python and pygtk for Linux O.S.
Why should you try it? Because it has all you need from an image viewer: its very fast (tested with over than 10 Mb files) and light (less than 1900 code lines with a clean syntax for simple maintenance); finally, thanks to raw support, its the definitive solution to manage your photos!
Main features:
- Most known image formats supported;
- Camera raw files support (with DcRaw);
- 16 bit for channel color depth images recognized;
- Exif support (with exif.py);
- Detail and thumbnail view for images;
- Thumbnails zooming;
- Full-screen view;
- Zooming and rotation;
- Slideshow;
- Album manager;
- User friendly graphic interface compatible with several screen resolutions (minimum 800x600)
<<less
Download (0.050MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
814 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5