Main > Free Download Search >

Free outlook express 6 problems software for linux

outlook express 6 problems

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3414
SIP Express Router 0.9.6

SIP Express Router 0.9.6


SIP Express Router is a very fast and flexible SIP (RFC3261) server. more>>
SIP Express Router (ser) is a high-performance, configurable, free SIP ( RFC3261 ) server .
SER features an application-server interface, presence support, SMS gateway, SIMPLE2Jabber gateway, RADIUS/syslog accounting and authorization, server status monitoring, FCP security, etc. Web-based user provisioning, serweb, available.
Its performance allows it to deal with operational burdens, such as broken network components, attacks, power-up reboots and rapidly growing user population.
SERs configuration ability meets needs of a whole range of scenarios including small-office use, enterprise PBX replacements and carrier services.
Main features:
- accounting
- digest authentication
- CPL scripts
- ENUM support
- instant messaging
- MySQL support
- PostgreSQL support
- a presence agent
- Radius authentication and accounting
- Diameter authentication
- record routing
- SMS gateway
- Jabber gateway
- NAT traversal support transaction module
- registrar
- user location
SER has been extensively and successfuly tested with many SIP products from other vendors (Microsoft, Cisco, Mitel, snom, Pingtel, Siemens, and many others). It has been powering our SIP services continuously for more than two years.
<<less
Download (2.0MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1393 downloads
 
Other version of SIP Express Router
SIP Express Router (SER) 0.8.14A high-performance, configurable, free Voice over IP/SIP ...SIP Express Router (SER) is a high-performance, configurable, free Voice
License:Freeware
Download (1.47MB)
197 downloads
Added: 2009-04-19
SmoothWall Express 3.0

SmoothWall Express 3.0


SmoothWall is a small distribution designed to act as a secure, easy-to-configure firewall/gateway. more>> <<less
Download (68.9MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
535 downloads
VBA Express 1.2

VBA Express 1.2


VBA Express is a frontend for the very popular game emulator VisualBoyAdvance. more>>
VBA Express is a frontend for the very popular game emulator VisualBoyAdvance.

Whats VBA Express? Its First, to configure VisualBoyAdvance (emulator)... EASILY! Graphics, sound, controls (keyboard and joystick), paths (to saves and captures)... You can configure all this without edit VisualBoyAdvance.cfg manually!

Open your Roms (games) with the frontend! You can run the roms with "Play!" button (without using the console command VisualBoyAdvance game.rom).

<<less
Download (1.3MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
1125 downloads
Logitech Quickcam express driver 0.6.4

Logitech Quickcam express driver 0.6.4


This project is to produce drivers for the Logitech Quickam Express that will run popular linux software, such as video for linu more>>
This project is to produce drivers for the Logitech Quickam Express that will run popular linux software, such as video for linux.

This site hosts the Linux driver for the QuickCam Express and other QuickCam-related and QuickCam-compatible USB web cameras. The original work was done by Georg Acher and was known as qce-ga; Jean-Frederic Clere took that driver and created the first Video4Linux (V4L) driver, enabling popular V4L applications such as Xawtv to display pictures from the webcam. Since then, a group of developers around the world have evolved the driver into its current state, adding support for new cameras and chipsets as they have become available. In the process, the driver became known as qc-usb to reflect the fact that it supports a wide variety of USB-attached QuickCam cameras, not just the QuickCam Express.

The qc-usb driver supports the following webcams:

Dexxa Webcam
Labtec Webcam (old model)
LegoCam
Logitech QuickCam Express (old model)
Logitech QuickCam Notebook (some models)
Logitech QuickCam Web

Generally, any USB camera with a USB vendor ID of 0x46d and a USB product ID of 0x840, 0x850, or 0x870 (so, 0x46d:0x840, for example), should work. You can see the USB ID using operating system utilities such as lsusb in Linux.
<<less
Download (0.14MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
758 downloads
DVD BacKup Express 5

DVD BacKup Express 5


DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup.

I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)

There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.

<<less
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
Master Math Word Problems 1.6

Master Math Word Problems 1.6


Master Math Word Problems can help sharpen skills through practice. more>>
Solving word problems is an area where elementary students overwhelmingly display difficulties. Master Math Word Problems program can help sharpen skills through practice. Third through fifth graders learn to watch for key words and translate those into mathematical operations.

Students can learn new math skills, practice logic, get extended practice with word problems, but most of all they learn that they must read the problem. With regular practice your students may become master math word problem solvers.

Download and try out Master Math Word Problems.
<<less
Download (1.2MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price: $12
1262 downloads
IBM DB2 Express-C 9.5

IBM DB2 Express-C 9.5


IBM DB2 Express-C is a free database for storing and managing relational and XML data. It is free to download, use, distribute and does not have any e... more>> <<less
Download (290967KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Squirrelmail Outlook Skin Theme 1.0.3

Squirrelmail Outlook Skin Theme 1.0.3


Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8). more>>
Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8).

<<less
Download (1.9MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
646 downloads
Class::Meta::Express 0.04

Class::Meta::Express 0.04


Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. more>>
Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes.

Synopsis

package My::Contact;
use Class::Meta::Express;

class {
meta contact => ( default_type => string );
has name;
has contact => ( required => 1 );
}

This module provides an interface to concisely yet expressively create classes with Class::Meta. Although I am of course fond of Class::Meta, Ive never been overly thrilled with its interface for creating classes:

package My::Thingy;
use Class::Meta;

BEGIN {
# Create a Class::Meta object for this class.
my $cm = Class::Meta->new( key => thingy );

# Add a constructor.
$cm->add_constructor( name => new );

# Add a couple of attributes with generated accessors.
$cm->add_attribute(
name => id,
is => integer,
required => 1,
);

$cm->add_attribute(
name => name,
is => string,
required => 1,
);

$cm->add_attribute(
name => age,
is => integer,
);

# Add a custom method.
$cm->add_method(
name => chk_pass,
code => sub { return code },
);
$cm->build;
}

This example is relatively simple; it can get a lot more verbose. But even still, all of the method calls were annoying. I mean, whoever thought of using an object oriented interface for declaring a class? (Oh yeah: I did.) I wasnt alone in wanting a more declarative interface; Curtis Poe, with my blessing, created Class::Meta::Declare, which would use this syntax to create the same class:

package My::Thingy;
use Class::Meta::Declare :all;

Class::Meta::Declare->new(
# Create a Class::Meta object for this class.
meta => [
key => thingy,
],
# Add a constructor.
constructors => [
new => { }
],
# Add a couple of attributes with generated accessors.
attributes => [
id => {
type => $TYPE_INTEGER,
required => 1,
},
name => {
required => 1,
type => $TYPE_STRING,
},
age => { type => $TYPE_INTEGER, },
],
# Add a custom method.
methods => [
chk_pass => {
code => sub { return code },
}
]
);

This approach has the advantage of being a bit more concise, and it is declarative, but I find all of the indentation levels annoying; its hard for me to figure out where I am, especially if I have to define a lot of attributes. And finally, everything is a string with this syntax, except for those ugly read-only scalars such as $TYPE_INTEGER. So I cant easily tell where one attribute ends and the next one starts. Bleh.

<<less
Download (0.009MB)
Added: 2006-10-19 License: Perl Artistic License Price:
1105 downloads
nntp//rss 0.5-beta-1

nntp//rss 0.5-beta-1


Bridging the worlds of NNTP clients and RSS feeds, nntp//rss is an application that will enable you to use your existing favorit more>>
Bridging the worlds of NNTP clients and RSS feeds, nntp//rss is an application that will enable you to use your existing favorit. nntp//rss works like a bridge between RSS feeds and NNTP clients, the content extracted being read by the NNTP newsreader. RSS feeds are represented as NNTP newsgroups, providing a simple, straightforward and familiar environment for news reading. nntp//rss contains both an NNTP server and an RSS aggregator, with a web interface for administration and monitoring. Installation is as simple as unpacking the distribution and running the application. It has been tested against popular NNTP newsreaders, including Mozilla, Outlook Express, MT-NewsWatcher, Free Agent, and text-based readers such as Gnus, tin and nn.

<<less
Download (0.5MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
Express Scribe For Linux 4.14

Express Scribe For Linux 4.14


Express Scribe is professional audio playback control software for Linux designed to assist with the transcription of audio recordings. Install on the typists computer and can be controlled using the more>>

Free digital transcription software for typists on Linux - Express Scribe is professional audio playback control software designed to assist the transcription of audio recordings. It is installed on the typists computer and can be controlled using the keyboard (with hot keys) and/or foot pedals. This computer transcriber application features variable speed playback, foot pedal operation, file management and more. This program is free.
Features:
~ Ability to play compressed wav or dct files.
~ Variable speed (constant pitch) playback.
~ Can use computer rudder pedals (or some other specialist transcription pedals) to control playback.
~ Ability to Dock portable recorders to load recordings.
~ Uses systemwide HotKeys so you can control playback when using other software (eg. Microsoft Word).
~ Automatically receives and loads files by internet (FTP), email or over a local computer network.
~ Automatically sends typing to the person who dictated the work.
~ Express Scribe is free.

Requirements: Sound Card, speakers or headset

<<less
Download (0.59MB)
Added: 2009-04-09 License: Freeware Price: $0
198 downloads
 
Other version of Express Scribe For Linux
Express Scribe for Linux -The full features list of Express Scribe transcription playback software follows but a quick ... Note: There are two options for running Express Scribe on the Linux operating system. Option 1
License:Freeware
Download (NA)
208 downloads
Added: 2009-03-31
f2w helpdesk 1.6

f2w helpdesk 1.6


f2w helpdesk is helpdesk and knowledge base using a Zope front-end and PostgreSQL back-end. more>>
f2w helpdesk its a helpdesk support system based on requests (some people call them tickets), with a simple web interface. Requests can be classified into categories and assigned a priority.
Categories are associated with specific well-defined problem areas, and f2w helpdesk provides a way to maintain an expert knowledge base of problems and solutions based on request categories.
This is not the place to look for a system that will help you track every minute of your support technicians time. The emphasis is on quickly identifying problems, assigning them to the best person for the job, and helping that person keep track of what needs to be done.
Main features:
- Zope front-end (for rapid development, easy maintenance)
- Your choice of relational DB back-end (whatever Zope supports).
- Semi-intelligent search of contacts from a partial name.
- Expert-system-like question/answer to categorise requests.
- Flexible priority scheme.
- Assignment of requests to individuals or teams.
- E-mail notification sent to person to whom request is assigned.
- Keep working notes on each request, can delete empty notes now.
- Maintain knowledge base about each kind of problem.
- Attach properties (named general-purpose data fields) to categories, so fields for entering them will appear on requests of that category. These can now be checkboxes or selection lists as well as plain text fields.
- Reporting by category, assignee, team, originator, property etc.
- E-mail notification to originator of request.
- User preference for stylesheet.
- User can set an "away until" date, so an operator assigning the requests can know who is available.
- Limited localisation of strings (using a folder of translations for each language - "de", "en", "es", "fr", "hu", "it" and "pl" written so far)
- Request search by various criteria.
- Extract of requests in CSV format, for spreadsheet use.
- Restricted access for non-team members.
<<less
Download (0.10MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1649 downloads
OutOfOffice 1.5.2

OutOfOffice 1.5.2


OutOfOffice answers your email with the message you have set when you are out of your office. more>>
OutOfOffice answers your email with the message you have set when you are out of your office.

OutOfOffice is like Outlooks Out of office function, but you dont need Outlook or Exchange.

<<less
Download (0.41MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1374 downloads
Email This! Bookmarklet Extension 2.0.2

Email This! Bookmarklet Extension 2.0.2


Email This! Bookmarklet Extension is formerly known as GMail This! more>>
Email This! Bookmarklet Extension is formerly known as GMail This!

Email This! (formerly known as GMail This!) will send your recipient the link, title, & highlighted text of the page you are viewing using GMail, Yahoo, and Stand-Alone Mail Clients like Outlook Express, Thunderbird, & More!

After downloading (and restarting Firefox), right click anywhere on the toolbar, push customize, and drag the emailthis icon/button to the toolbar (if you want to use the buttons that is - more options in v1.4).
Youre now ready to use EmailThis!

Red = GMail
Green = Yahoo
Blue = Stand-Alone Client

<<less
Download (0.022MB)
Added: 2007-07-25 License: Freeware Price:
821 downloads
Guitone 0.6.3

Guitone 0.6.3


Guitone is a Qt-based, cross-platform graphical user interface for the distributed version control system monotone. more>>
Guitone is a Qt-based, cross-platform graphical user interface for the distributed version control system monotone (http://venge.net/monotone).
Guitone project aims towards full implementation of the monotone command line interface and is specially targeted at beginners.
Enhancements:
- This release fixes build problems in release builds.
- Guitone also no longer hangs when a workspace is loaded on Win32.
- It should be possible now to build and run guitone on 64-bit machines properly.
<<less
Download (MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
911 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5