mozilla 1.2.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 525
Mozilla 1.7.13
Mozilla is a very popular Linux browser. more>>
Mozilla project is an open-source Web browser, designed for standards compliance, performance and portability.
Mozilla is a project to continue Netscape Communicator as an open project.
The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.
Main features:
Navigator
- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
- Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
- Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
Mail & Newsgroups
- Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
- Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
- Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
- Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.
Composer
- Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
<<lessMozilla is a project to continue Netscape Communicator as an open project.
The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.
Main features:
Navigator
- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
- Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
- Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
Mail & Newsgroups
- Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
- Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
- Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
- Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.
Composer
- Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
Download (13MB)
Added: 2006-04-20 License: NPL (Netscape Public License) Price:
1302 downloads
OilWar 1.2.1
OilWar is a game where an evil army is attacking your country and tries to steal your oil. more>>
OilWar is a game where an evil army is attacking your country and tries to steal your oil.
Your mission is to waste the invaders, protect the oil and save your property.
Story
Evil army is attacking your land and tries to steal your oil.
Mission
Waste the invaders, protect the oil, protect the mother land...
Controls
Left mouse button: Shoot rifle
Right mouse button: Shoot grenade
F10: Screenshot
F11: Toggle fullscreen
Sounds
Sounds can be disabled with --disable-sound configure flag.
Notes
The highscore file is saved (if the game is "make install":ed) to /var/games/oilwar.scores and its world writable.
Enhancements:
- Better Highscore loading & saving
<<lessYour mission is to waste the invaders, protect the oil and save your property.
Story
Evil army is attacking your land and tries to steal your oil.
Mission
Waste the invaders, protect the oil, protect the mother land...
Controls
Left mouse button: Shoot rifle
Right mouse button: Shoot grenade
F10: Screenshot
F11: Toggle fullscreen
Sounds
Sounds can be disabled with --disable-sound configure flag.
Notes
The highscore file is saved (if the game is "make install":ed) to /var/games/oilwar.scores and its world writable.
Enhancements:
- Better Highscore loading & saving
Download (0.50MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1194 downloads
proSilla 1.2-1
ProSilla is a program which speeds up file transfers over ssh (scp-like) . more>>
ProSilla is a program which speeds up file transfers over ssh (scp-like) by opening multiple connections (just like typical download accelerators like prozilla). By default it uses a ncurses user interface, but WITH version 1.2 it also has a nice gtk+ GUI.
The simplest way to use prosilla in text mode is:
prosilla any.remote.host my/beloved/file
In this case, proSilla will default to 4 simulatenous connections and ncurses user interface. Number of connections may be adjusted using -k. You may include your username in the first argument, like this:
prosilla me@my.host my/beloved/file
ProSilla can be killed at any time, and when invoked again, it will automagi-cally resume transfer using the data from .psinfo file.
You can also resume a broken scp transfer:
prosilla -c remote.host my/beloved/partially.downloaded.file
Remember that -c is needed only if you didnt use proSilla on this file before.
By default, proSilla uses /bin/dd to read files on remote server. Optionally it may use a program called proserv. The difference is that parts of file read with dd must begin and end on block (in our case - 1kb) boundary, so it sends some data multiple times, while reading with proserv can begin and end anywhere. Proserv is also a *little* bit more CPU friendly because it uses sendfile() (if supported) instead of read()/write().
Before the download is finished, the size of the file wont tell you much about the progress. To check transfer status you may use something like this:
prosilla -i file.psinfo
Other options are described in the usage text (just type ./prosilla to see it).
<<lessThe simplest way to use prosilla in text mode is:
prosilla any.remote.host my/beloved/file
In this case, proSilla will default to 4 simulatenous connections and ncurses user interface. Number of connections may be adjusted using -k. You may include your username in the first argument, like this:
prosilla me@my.host my/beloved/file
ProSilla can be killed at any time, and when invoked again, it will automagi-cally resume transfer using the data from .psinfo file.
You can also resume a broken scp transfer:
prosilla -c remote.host my/beloved/partially.downloaded.file
Remember that -c is needed only if you didnt use proSilla on this file before.
By default, proSilla uses /bin/dd to read files on remote server. Optionally it may use a program called proserv. The difference is that parts of file read with dd must begin and end on block (in our case - 1kb) boundary, so it sends some data multiple times, while reading with proserv can begin and end anywhere. Proserv is also a *little* bit more CPU friendly because it uses sendfile() (if supported) instead of read()/write().
Before the download is finished, the size of the file wont tell you much about the progress. To check transfer status you may use something like this:
prosilla -i file.psinfo
Other options are described in the usage text (just type ./prosilla to see it).
Download (0.022MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
evilbar 1.2.1
evilbar is small ncurses-based bar. more>>
This is small ncurses based bar designed to match the coolness of evilWM. evilbar sports a right-aligned clock, APM status and XMMS control
evilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
<<lessevilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
Download (0.13MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
TEMPO 1.2.1
TEMPO (Topographic Eeg Mapping PrOgram) is open source software for 3D visualization of brain electrical activity. more>>
TEMPO (Topographic Eeg Mapping PrOgram) is open source software for 3D visualization of brain electrical activity. TEMPO accepts EEG file in standard EDF format and creates animated sequence of topographic maps.
Topographic maps are generated over 3D head model and user is able to navigate around head and examine maps from different viewpoints.
Most mapping parameters are adjustable through appropriate graphical user interface controls. Also, individual topographic maps could be saved in PNG format for future examination or publishing.
<<lessTopographic maps are generated over 3D head model and user is able to navigate around head and examine maps from different viewpoints.
Most mapping parameters are adjustable through appropriate graphical user interface controls. Also, individual topographic maps could be saved in PNG format for future examination or publishing.
Download (0.78MB)
Added: 2005-06-13 License: GPL (GNU General Public License) Price:
1596 downloads
Mozilla::nsID 0.01
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class. more>>
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class.
SYNOPSIS
use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});
my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});
# And now $id1 equals $id2
This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.
<<lessSYNOPSIS
use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});
my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});
# And now $id1 equals $id2
This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.
Download (0.032MB)
Added: 2007-03-23 License: Perl Artistic License Price:
946 downloads
Added: 2009-07-17 License: MPL Price: FREE
4294 downloads
Other version of Mozilla Firefox
License:GPL (GNU General Public License)
License:MPL (Mozilla Public License)
License:MPL (Mozilla Public License)
OBLISK 1.2.1
OBLISK is a packaging system that is distribution independent. more>>
OBLISK, the Open Binary Linux Install System Kit, aims to make any package install on any modern GNU/Linux system.
OBLISK packages are sent in an appdir-like package, so they can be ran entirely in place, but also have an installer, so they can be installed to /usr, or any other path.
<<lessOBLISK packages are sent in an appdir-like package, so they can be ran entirely in place, but also have an installer, so they can be installed to /usr, or any other path.
Download (0.084MB)
Added: 2005-11-10 License: MIT/X Consortium License Price:
1443 downloads
KEnigma 1.2.1
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby/kde. more>>
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby and kde.
This is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
<<lessThis is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
Download (0.032MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
JUDO 1.2.1
JUDO project is a Java IDE for Children and Beginning Programmers. more>>
JUDO project is a Java IDE for Children and Beginning Programmers.
It is very easy to use and has a very simple interface.
It was designed to be used as a teaching aid for teaching programming classes to children.
The programs you create with JUDO can be graphical, text input/output, or both.
All you need to do to write a JUDO program is write a simple void main() function.
<<lessIt is very easy to use and has a very simple interface.
It was designed to be used as a teaching aid for teaching programming classes to children.
The programs you create with JUDO can be graphical, text input/output, or both.
All you need to do to write a JUDO program is write a simple void main() function.
Download (0.15MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1113 downloads
Gorm 1.2.1
Gorm stands is a Graphical Object Relationship Modeller and is GNUsteps easy-to-use interface designer. Before NeXT Computer Inc more>>
Gorm stands is a Graphical Object Relationship Modeller and is GNUsteps easy-to-use interface designer.
Before NeXT Computer Inc. revolutionized software developement with its OpenStep API, a new way of designing graphical user interfaces was already introduced by NeXT at the beginning of the 90s. Its operating system NeXTstep featured Interface Builder, an application that for the first time allowed developers to quickly create nice user interfaces without having to code everything manually.
Using drag & drop elements of windows such as buttons, sliders, textfields etc were created abd edited, then linked to functions and variables. Thus, Interface Builder helped developers to focus on the code for the actual functions without having to care about stuff not related to their project goal.
As part of the GNUstep project, Gorm is meant to be the counter part to NeXTs Interface Builder. With Gorm designing tough and complex graphical interfaces for your applications can easy and quickly be done using drag & drop, powerful inspectors and teamwork with ProjectCenter.
Gorm allows developers to quickly create and edit graphical application interfaces using a whole lot of GUI elements: windows, menus, buttons, labels, sliders, tables, textfields, browsers, images, altert panels and more. Custom palettes can be dynamically loded to add additional elements or functionality.
<<lessBefore NeXT Computer Inc. revolutionized software developement with its OpenStep API, a new way of designing graphical user interfaces was already introduced by NeXT at the beginning of the 90s. Its operating system NeXTstep featured Interface Builder, an application that for the first time allowed developers to quickly create nice user interfaces without having to code everything manually.
Using drag & drop elements of windows such as buttons, sliders, textfields etc were created abd edited, then linked to functions and variables. Thus, Interface Builder helped developers to focus on the code for the actual functions without having to care about stuff not related to their project goal.
As part of the GNUstep project, Gorm is meant to be the counter part to NeXTs Interface Builder. With Gorm designing tough and complex graphical interfaces for your applications can easy and quickly be done using drag & drop, powerful inspectors and teamwork with ProjectCenter.
Gorm allows developers to quickly create and edit graphical application interfaces using a whole lot of GUI elements: windows, menus, buttons, labels, sliders, tables, textfields, browsers, images, altert panels and more. Custom palettes can be dynamically loded to add additional elements or functionality.
Download (0.56MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
901 downloads
Mozilla New Mail Icon 1.2.2
Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives. more>>
Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives in your Mozilla or Mozilla Thunderbird .
Mozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.
<<lessMozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.
Download (0.029MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1283 downloads
Localizer 1.2.1
Localizer is a tool for building mutilingual Web sites. more>>
Localizer is the de-facto standard to build multilingual applications with Zope. It helps to internationalize and localize Zope products and to build multilingual web sites through the Management Interface. The project deals with both user interfaces and content.
<<less Download (0.20MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
1004 downloads
WMisdnCID 1.2.1
WMisdnCID displays phone numbers of incoming and outgoing calls (read from /dev/isdninfo). more>>
WMisdnCID displays phone numbers of incoming and outgoing calls (read from /dev/isdninfo).
Installation:
Type at the command line (as root):
make
make install
If this doesnt work, try xmkmf; make -f Makefile; make install.
Or just install the binary rpm:
rpm -i wmisdncid-1.2-1.i386.rpm
Usage:
wmisdncid displays information about the first two isdn devices. displayed information:
lamps:
green: offline
red: incoming
yellow: outgoing
blue: last two incoming (upper is last, lower is last but one)
letter next to lamps:
v: voice
r: raw
f: fax
m: modem
n: net
other digits: callers/called phone number
Click the icons displays to switch between current and last-incoming call.
Run "wmisdncid --help" for a summary of command line options (e.g. -w for withdrawn state for use with WindowMaker).
<<lessInstallation:
Type at the command line (as root):
make
make install
If this doesnt work, try xmkmf; make -f Makefile; make install.
Or just install the binary rpm:
rpm -i wmisdncid-1.2-1.i386.rpm
Usage:
wmisdncid displays information about the first two isdn devices. displayed information:
lamps:
green: offline
red: incoming
yellow: outgoing
blue: last two incoming (upper is last, lower is last but one)
letter next to lamps:
v: voice
r: raw
f: fax
m: modem
n: net
other digits: callers/called phone number
Click the icons displays to switch between current and last-incoming call.
Run "wmisdncid --help" for a summary of command line options (e.g. -w for withdrawn state for use with WindowMaker).
Download (0.014MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1089 downloads
tictactoe 1.2.1
tictactoe project is an implementation of the childrens game. more>>
tictactoe project is an implementation of the childrens game.
This implementation of tictactoe can have an NxN sized board, where N is an odd number >= 3.
What makes this implementation different from others is that it does not use lookahead, and still never loses. It is more of an experiment than anything else.
There are two pieces - X and O. O always plays first. There are no real rules to this game, except that the first person to complete a line (row, column or diagonal) from one end to the other is the winner. Diagonals MUST pass through the centre.
The size of the board is configured at compile time by setting the SIZE macro. Only odd sized boards (3, 5, 7) will work. Dont even bother with even sized boards, I dont know what will happen.
Whats so different about this implementation? Well, it doesnt use lookahead like most other implementations would. It basically places its piece on all available positions, and checks if the board arrangement `looks good or not. It picks the best looking option.
This implementation should never lose, on any board >= 3X3, although it has been known to win on occassion.
The system is based on six rules that I will document later, but can be found in the source. The first two - win if possible, and block if opponent can win may be removed in a future version if the other rules seem to cover them.
Enhancements:
- Fixed one more losing case. Thanks to Philipp Niemann.
<<lessThis implementation of tictactoe can have an NxN sized board, where N is an odd number >= 3.
What makes this implementation different from others is that it does not use lookahead, and still never loses. It is more of an experiment than anything else.
There are two pieces - X and O. O always plays first. There are no real rules to this game, except that the first person to complete a line (row, column or diagonal) from one end to the other is the winner. Diagonals MUST pass through the centre.
The size of the board is configured at compile time by setting the SIZE macro. Only odd sized boards (3, 5, 7) will work. Dont even bother with even sized boards, I dont know what will happen.
Whats so different about this implementation? Well, it doesnt use lookahead like most other implementations would. It basically places its piece on all available positions, and checks if the board arrangement `looks good or not. It picks the best looking option.
This implementation should never lose, on any board >= 3X3, although it has been known to win on occassion.
The system is based on six rules that I will document later, but can be found in the source. The first two - win if possible, and block if opponent can win may be removed in a future version if the other rules seem to cover them.
Enhancements:
- Fixed one more losing case. Thanks to Philipp Niemann.
Download (0.011MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1037 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mozilla 1.2.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed