Main > Free Download Search >

Free mobile phone virus xalan software for linux

mobile phone virus xalan

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 562
Mobile Web Proxy 1.0

Mobile Web Proxy 1.0


Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). more>>
Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.).
When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt let me see. My shiny new Motorola Razr from T-Mobile, for many pages, would display an error message like "413: Page cannot be displayed." It happened annoyingly often; browsing the web from my cell phone was a lot like trying to read a book or a magazine with large chunks simply ripped out. And when I tried troubleshooting, I might have missed something, but it seemed like a big problem without an easily available solution.
So I tried to provide my own solution. I made a proxy that would present webpages for the mobile web so that they would display in a way that would work for my cell phones web browser. Technologies include paging, tag cleaning, and optional caching to improve performance, but without getting into technical details, this means that I can access some pages on the web that I couldnt access earlier.
Enhancements:
- A bug that caused the script to spuriously report 404 errors was fixed.
- A smaller default page size was set so that tag-rich pages would be rendered in a way more likely to be displayable on mobile Web browsers.
<<less
Download (0.017MB)
Added: 2007-08-04 License: Perl Artistic License Price:
911 downloads
Milter-Virus 2.0.0

Milter-Virus 2.0.0


Milter-Virus is a wrapper that can be used with many commercial and freely available virus scanners. more>>
Milter-virus is not a virus scanner. It is a wrapper that can be used with many commercial and freely available virus scanners. Milter-Virust is written completely in C, and requires (few skills??).
It is run-able with the Milter interface, but then will only scan for "double extensions".
If you wish it to scan for more, you need at Ripmime or other tools to extract files from MIME-encoded emails. You also need a (command-line) virus scanner.
The difference between this program and the original is that this is much more configurable via the config file. The original version has the advantage that it is simpler and easier to bugfix.
Enhancements:
- This is a large update.
- Many problems in the statistik module were fixed.
- Some spam protection features were included.
<<less
Download (0.11MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1032 downloads
2mobile 0.1a

2mobile 0.1a


2mobile is a kommander script that can convert your avi & mpeg files to 320x240 pixels for viewing on a pda or mobile phone. more>>
2mobile is a kommander script that can convert your avi & mpeg files to 320x240 pixels for viewing on a pda or mobile phone.

You NEED kommander for this to work. Youll also need mplayer & mencoder to use this script.

<<less
Download (0.002MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1281 downloads
Number::Phone::IE 0.2

Number::Phone::IE 0.2


Number::Phone::IE is a Perl module with Republic of Ireland-specific methods for Number::Phone. more>>
Number::Phone::IE is a Perl module with Republic of Ireland-specific methods for Number::Phone.
SYNOPSIS
use Number::Phone;
$dermots_phone = Number::Phone->new(IE, 017654321);
METHODS
The following methods from Number::Phone are overridden:
is_valid
The number is valid within the national numbering scheme. It may or may not yet be allocated, or it may be reserved. Any number which returns true for any of the following methods will also be valid.
is_allocated
The number has been allocated to a telco for use. It may or may not yet be in use or may be reserved. Not currently implemented.
is_geographic
The number refers to a geographic area.
is_fixed_line
The number, when in use, can only refer to a fixed line.
is_mobile
The number, when in use, can only refer to a mobile phone.
is_pager
The number, when in use, can only refer to a pager.
is_tollfree
Callers will not be charged for calls to this number under normal circumstances.
is_specialrate
The number, when in use, attracts special rates. For instance, national dialling at local rates, or premium rates for services.
is_adult
The number, when in use, goes to a service of an adult nature, such as porn.
is_network_service
The number is some kind of network service such as a human operator, directory enquiries, emergency services etc
country_code
Returns 353.
regulator
Returns some text in an appropriate character set saying who the telecoms regulator is, with optional details such as their web site or phone number.
areacode
Return the area code - if applicable - for the number. If not applicable, returns undef.
areaname
Return the area name - if applicable - for the number, or undef.
subscriber
Return the subscriber part of the number
operator
Return the name of the telco operating this number, in an appropriate character set and with optional details such as their web site or phone number. Not currently implemented.
format
Return a sanely formatted version of the number, complete with IDD code, eg for the Irish number (021) 765-4321 it would return +353 21 7654321.
country
If the number is_international, return the two-letter ISO country code.
NYI
Version restrictions:
- Strictly sppeaking, this kind of duplication of the Number::Phone::UK class is bad. A tidy-up is in order, though it may emerge that a completely new implemantation is better.
- The results are only as accurate as my own investigations into current allocations. User feedback welcome.
- While the names of the nominal owners of mobile prefixes are given, number portability makes this information unreliable.
<<less
Download (0.11MB)
Added: 2007-04-03 License: Perl Artistic License Price:
939 downloads
Corbicula Anti Virus 0.0.20060505-1

Corbicula Anti Virus 0.0.20060505-1


Corbicula Anti Virus provides a GNOME HIG compliant front end for ClamAV more>>
Corbicula Anti Virus is a GNOME HIG compliant front end for ClamAV.

Corbicula Anti Virus tries to be the simplest possible anti virus application, without any fancy features who nobody uses anyway...

<<less
Download (0.030MB)
Added: 2006-05-06 License: GPL (GNU General Public License) Price:
1269 downloads
Mobile::UserAgent 1.05

Mobile::UserAgent 1.05


Mobile::UserAgent is a mobile user agent string parsing class. more>>
Mobile::UserAgent is a mobile user agent string parsing class.

SYNOPSIS

### Print the information parsed from a user-agent string:
use Mobile::UserAgent;
my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0;
my $uaobj = new Mobile::UserAgent($useragent);
if ($uaobj->success()) {
print Vendor: . $uaobj->vendor() . "n";
print Model: . $uaobj->model() . "n";
print Version: . $uaobj->version() . "n";
print Series60: . $uaobj->isSeries60() . "n";
print Imode?: . $uaobj->isImode() . "n";
print Mozilla?: . $uaobj->isMozilla() . "n";
print Standard?: . $uaobj->isStandard() . "n";
print Rubbish?: . $uaobj->isRubbish() . "n";
}
else {
print "Not a mobile user-agent: $useragentn";
}


### Determine if the client is a mobile device.
use Mobile::UserAgent ();
use CGI ();

# Check 1: (check if it sends a user-agent profile URL in its headers)
foreach my $name (X_WAP_PROFILE,PROFILE,13_PROFILE,56_PROFILE) {
if (exists($ENV{"HTTP_$name"})) {
print "Client has a user-agent profile header, so its probably a mobile device.n";
last;
}
}

# Check 2: (check if it supports WML):
my $q = new CGI();
if ($q->Accept(text/vnd.wap.wml) == 1) {
print "Client supports WML so its probably a mobile device.n";
}

# Check 3: (check if this class can parse it)
my $uaobj = new Mobile::UserAgent();
if ($uaobj->success()) {
print "Clients user-agent could be parsed, so its a mobile device.n";
}

Parses a mobile user agent string into its basic constituent parts, the most important being vendor and model.

One reason for doing this would be to use this information to lookup vendor-model specific device characteristics in a database. You can use also use user agent profiles to do this (for which Ive developed other classes), but not all mobile phones have these, especially the older types. Another reason would be to detect if the visiting client is a mobile handset.

Only real mobile user-agent strings can be parsed succesfully by this class. Most WAP emulators are not supported because they usually dont use the same user-agent strings as the devices they emulate.

<<less
Download (0.037MB)
Added: 2007-03-22 License: Perl Artistic License Price:
957 downloads
Mobilizer 0.4

Mobilizer 0.4


Mobilizer project is a Firefox extension lets you easily send your pictures, video, audio files. more>>
Mobilizer project is a Firefox extension lets you easily send your pictures, video, audio files and text from the web to most cell phones in the US. With the Mobilizer installed, simply right-click on a web page or media file, tell us what mobile phone number(s) you want to receive the media, and Mixxer will automatically re-format and deliver the media to those cell phone(s).

You can either select “Mobilize This!” to send the particular media file you are pointing to, or select “Mobilize All!” to choose from all the media files on the page. In cases where the media is embedded (such as flash) and you can’t right-click, hover over it and a Mobilizer link will appear above the media...

Mixxer’s Mobilizer browser extension, and conversion and delivery service, works with just about any wireless carrier in the U.S. and are FREE. Please note, however, that wireless carriers may charge extra for text messaging (SMS or MMS) or accessing the Internet.

<<less
Download (0.009MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
912 downloads
MobileRemoteSE 0.1

MobileRemoteSE 0.1


MobileRemoteSE is a light (non-Java), serial-over-bluetooth-based remote control for Amarok. more>>
MobileRemoteSE is a light (non-Java), serial-over-bluetooth-based remote control for Amarok.
Uses the Sony Ericsson AT command set, and supports the following Sony Ericsson phone models: K750, W800, Z520, W550, W600, W900, W810, Z530, W300, K510, K310, W700, Z525, W710, Z550, Z558, K320
Main features:
- Appears under "Entertainment" menu on the phone.
- Supports Play/Pause, Next, Prev, Stop, Volume Up/Down operations from mobile phone.
- Displays the current running track on Amarok in the phone menu title.
- Since J2ME is not used (unlike some other alternatives), the remote control can be used while running some other application on non-multitasking models.
Instructions:
1) Bind /dev/rfcomm0 to the serial-over-bluetooth channel of your mobile. Please refer to your distro docs or howtos on the internet to find out how to do this.
2) Install Device::Modem package for Perl. You can either use your distro packages for this, or install through CPAN as:
cpan -i Device::Modem
3) Install and start script from Amarok.
<<less
Download (0.008MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1044 downloads
KMobileTools 0.5 Beta 3

KMobileTools 0.5 Beta 3


KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC. more>>
KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC.
It handles full SMS control, dialing calls, reading from phonebook, last dials, received and unanswered calls and phone status monitoring (battery and signal for now).
KMobileTools is based on a Motorola C350 mobile phone, buts also tested on some Nokia and Ericsson phones.
Enhancements:
- This beta includes one of the most wanted features: the Gammu Engine.
- Its still a bit too difficult to configure, but its fully working and ready to be tested.
- This version also includes a lot of bugfixes and full support for the incoming kdebluetooth version, which will be an important release.
- KNotify support was added for notifying the user about events.
<<less
Download (1.0MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
884 downloads
Collanos Phone Linux 1.4.0.2

Collanos Phone Linux 1.4.0.2


Collanos Phone is a software-only Voice over Internet Protocol (VoIP) phone and a multi-protocol instant messenger supporting Jabber, MSN, ICQ, AOL, and Yahoo! protocol combined in one application. It is available on Windows, Mac OSX, and Linux. more>> <<less
Download (22.24MB)
Added: 2009-03-31 License: Freeware Price: $0
207 downloads
OBEX Send to Phone 0.0.0

OBEX Send to Phone 0.0.0


OBEX Send to Phone service menu allows for sending any file(s) to a mobile phone equipped with OBEX stack. more>>
OBEX Send to Phone service menu allows for sending any file(s) to a mobile phone equipped with OBEX stack.

It is made for Nokia S60 (6630 to be precise) phone with USB connection. There are no settings, no progress indicator. Files are copied to the memory card (E: drive)

Requires openobex and obexftp.

Hope this script might be useful for someone. Please post fixes, comments and suggestions.

<<less
Download (MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1246 downloads
Aegis Virus Scanner 2.0.0

Aegis Virus Scanner 2.0.0


Aegis is a virus scanner for Linux, Unix and Windows with a simple and intuitive user interface. more>>
Aegis project is a virus scanner for Linux, Unix and Windows with a simple and intuitive user interface.

Aegis supports scanning of subdirectories, hidden files and .zip and .tar archive files, and drag-and-drop of files from the Nautilus file browser, or your Gnome desktop. When a virus is detected you can choose to delete, quarantine or rename the file.

<<less
Download (0.021MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1134 downloads
MobiLog! 1.0

MobiLog! 1.0


MobiLog! is an incredibly useful open source tool for moblogging (mobile weblogging). more>>
MobiLog! is an incredibly useful open source tool for moblogging (mobile weblogging).
MobiLog! project works like this: Once set up, you simply send an email using your cell phone (or other mobile device, such as a PDA) to a specified email address.
Within minutes, whatever you sent will automatically appear on your site. With support for image attachments, you can even use your cell phones built-in camera to post a picture online - without the need to be at your computer.
Moblogging is an increasingly popular way to keep your sites visitors in touch with what you are doing while away from the computer.
Most current mobloggers are hobbyists or journalists, with the relative lack of easy-to-use tools keeping moblogging out of the mainstream. The goal of MobiLog! is to make it easier for anyone to maintain a mobile weblog while on the road.
Main features:
- Mobile submission of moblog entries from any email-capable device (cell phone, PDA,etc).
- Entry submission security (ie. password protection).
- PHP-based moblog entry archive.
- GIF/JPEG/PNG image support.
- Thumbnail creation using ImageMagick (optional).
- Atom v1.0 feed generation.
<<less
Download (0.019MB)
Added: 2006-02-08 License: BSD License Price:
1353 downloads
miPortal 0.5

miPortal 0.5


miPortal is a free personalized Mobile Information portal. more>>
miPortal is a free personalized Mobile Information portal that can provide an array of useful information services on your handheld device such as a PDA or mobile Phone.
It offers a wide variety of information services for very diverse needs such as stock quotes to ATM locator, movie listings in the city to city weather, jokes, horoscopes, news update, you name it and you can have it.
You can create your own personalized bouquet of services from the ones available by subscribing to them. Once you create your portal you can access these services to get the information you need .miPortal saves your valuable pennies you would have otherwise spent searching for the same information browsing the internet on your mobile.
Content and service providers (most common example being horizontal portals which provide city specific information, etc) publish the interface for their service using open standards (WSDL) and the miPortal installs the service so that one can subscribe to the service from the client. To avail these services download and install the miPortal client on your mobile .
Enhancements:
- New information services have been added.
- A discussion forum has been added to the Web site.
- A bug reporting link has been added.
- This release has a version-aware midlet; old midlets will not work now.
<<less
Download (0.029MB)
Added: 2005-11-01 License: GPL (GNU General Public License) Price:
1505 downloads
Phone Manager 0.10

Phone Manager 0.10


Phone Manager is a program created to allow you to control aspects of your mobile phone. more>>
Phone Manager project is a program created to allow you to control aspects of your mobile phone.
Main features:
- Runs in the background; indicates status on the panel notification area.
- Display on-screen alert when text message (SMS) arrives
- Text message (SMS) sending facility
<<less
Download (0.88MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
512 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5