Main > Free Download Search >

Free open source web browser software for linux

open source web browser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9235
Open Source in Tab 1.5

Open Source in Tab 1.5


Open Source in Tab is an extension which opens the pages source file in a new tab. more>>
Open Source in Tab is an extension which opens the pages source file in a new tab.

Opens the pages source file in a new tab. Has a preference to either open source in a new tab or existing tab.

<<less
Download (0.008MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
550 downloads
Cheetah web browser 0.10

Cheetah web browser 0.10


Cheetah web browser has been started to create a fully functional. more>> The cheetah web browser is a project that has been started to create a fully functional, light-weight, bloat-free web browser for Linux (and other free unix clones) that is not dependant on KDE, GNOME or Mozilla.
Why another web browser?
There are a lot of web browsers available for Unix and all of them that I have tried are great. However, I have yet to find one that truly satisfies my needs.
This is what I require in a web browser:
* It must not require another more developed web browser, such as mozilla, to operate. It can certainly use code from another web browser (providing the applications authors permit that), but the code must be included natively in its source, or in a shared library that comes with the browser. For example, I do not want to have mozilla installed to use my browser. I am using my browser not mozilla.
* It must not depend on an entire desktop suite. For example, if I use icewm I should not have to install kde to use my web browser.
* It must be extremely fast and provide an enjoyable browsing experience (duh).
* It must provide only the ability to surf the internet and download files through http and ftp. I do not want my web browser to provide the means to send/receive e-mail, compose web pages, chat on irc etcetera. I have other programs to do that.
When will Cheetah be usable?
I dont have a roadmap layed out yet. I wont have one for awhile. It all depends upon how many people are willing and have the time to contribute.
<<less
Download (184KB)
Added: 2009-04-20 License: Freeware Price:
186 downloads
HCS Open Source Project Beta

HCS Open Source Project Beta


HCS Open Source Project consists of a do-it-yourself home automation hardware and software system. more>>
HCS Open Source Project consists of a do-it-yourself home automation hardware and software system.

The HCS Open Source Project is a stand-alone home automation control system which consists of hardware (main controllers and remote networked controllers) and software to monitor and control various devices around your house.

The current plans support using wired and wireless X10 modules, as well as analog, digital, and voice input and output. Once the HCS is programmed, the use of a PC is not required.

CS stands for Home Control System. Originally designed by Steve Ciarcia for the article "Home Run Control System" for Byte magazine.

What is the HCS II? The HCS II is an expandable, network-based (RS485), intelligent-node, industrial-oriented supervisory control system intended for demanding home control applications.

The HCS incorporates direct and remote digital inputs and outputs, direct and remote analog inputs and outputs, real-time or Boolean decision event triggering, X-10 transmission and reception, infrared remote control transmission and reception, remote LCD displays, and a master console.

The HCS II system architecture consists of a central supervisory controller (SC) connected to up to 32 other functional modules (called links) via a RS485 serial network. The SC and the COMM-Links can operate independently and dont need each other to function.

This allows easy testing or incorporation as intelligent subsystems in other control equipment. Initially the subsystems links all shared a comon 8031 controller board (generically called a COMM-Link) with the I/O customized for each application.

<<less
Download (0.005MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1014 downloads
Sequoia Open Source ERP 0.8.1

Sequoia Open Source ERP 0.8.1


Sequoia ERP is a true enterprise-class open source ERP solution. more>>
Sequoia ERP is a true enterprise-class open source ERP solution. It combines the advanced features and scalability required for enterprise software with the flexibility and low cost of ownership that only open source can deliver.
Main features:
- Full Suite of integrated applications that deliver a 360-degree view of your business.
- Compatible all major open source and commercial relational databases, including MySQL, PostgreSQL, Oracle, Sybase, and Microsoft SQL Server.
- Runs on Linux, Unix, and Windows operating platforms.
- Service-Oriented Architecture for easy interoperability with external or legacy applications.
- Remote and local synchronization for scalability and high availability.
- Workflow for adapting to unique business processes.
- Available under the business-friendly MIT Public License.
<<less
Download (60MB)
Added: 2005-10-25 License: MIT/X Consortium License Price:
2105 downloads
Open Source Electronic Lab Notebook 1.1

Open Source Electronic Lab Notebook 1.1


Open Source Electronic Lab Notebook is an electronic lab notebook. more>>
OS-ELN is an Electronic Lab Notebook which you can freely download and use.
OS-ELN is deliberately simple; fully-fledged commercial ELNs are necessarily much more complex. As such, OS-ELN is a good teaching tool and a place for experimentation with ELN technology and concepts.
Users can sign up for an ELN, within which they can record their experiments, and you can attach files as part of an experiment. With knowledge of Zope, you can expand the system as you wish, for example to change the look & feel, to access relational databases, add other content to experiments, etc.
Version restrictions:
- You would be very unwise to use OS-ELN to document work that may lead to a patent claim (or defend against a patent infringement action) or for work that may be regulated (by, for example, the FDA). You should either buy a commerical ELN or use paper.
<<less
Download (0.19MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1700 downloads
Hv3 Web Browser Alpha 14

Hv3 Web Browser Alpha 14


Hv3 (Html Viewer 3) is a minimalist web browser that uses Tkhtml. more>>
Hv3 (Html Viewer 3) is a minimalist web browser that uses Tkhtml. Currently it is at early alpha stage. Please try it out, then report bugs or make suggestions.
Using hv3 and reporting bugs with it and the underlying Tkhtml widget assists Tkhtml development greatly. Suggestions also gratefully received.
Hv3 is not yet as sophisticated as most popular web browsers. Most notably, it does not support either javascript or plugins (although it can run most "tclets" created for the tcl plugin). As well as formatting HTML/CSS documents, hv3 supports FRAMESET documents, tabs, HTML forms and HTTP cookies.
By itself, hv3 can connect to remote servers to retrieve documents specified by http URIs using the built-in Tcl http package. However much better performance can be obtained by installing the custom http proxy program hv3_polipo (also available for download from this site). Once installed, hv3 starts and stops hv3_polipo automatically. See below for installation instructions.
Usage:
After downloading the starkit and tclkit runtime (files 1 and 2), Linux users must decompress the tclkit runtime, change its permissions to be executable and execute it with the path of to the starkit as the first argument. For example:
$ gunzip ./tclkit-linux-x86-xft.gz
$ chmod 755 ./tclkit-linux-x86-xft
$ ./tclkit-linux-x86-xft ./hv3_img.kit
Enhancements:
- This release fixes some problems with copying text from or searching for strings within documents containing non-ASCII characters.
- Support for selecting text by the word has been added and HTTP "Location" headers are now supported.
- Right-clicking on the document now produces a context sensitive menu.
- < table > parsing has been standardized to include < tbody > and co.
- and < iframe > elements are now supported.
- There were also minor bugfixes and optimizations to layout and document parsing.
<<less
Download (0.57MB)
Added: 2007-01-09 License: BSD License Price:
1020 downloads
Open Source Quotes DataBase 0.1 Alpha

Open Source Quotes DataBase 0.1 Alpha


Open Source Quotes DataBase is a Web site which is very similar in style to the bash.org QDB. more>>
Open Source Quotes DataBase is a Web site which is very similar in style to the bash.org QDB. Open Source Quotes DataBase is designed for people who would like to run their own quote sites.
Enhancements:
- The ability has been added for all admin users to change their own passwords, including mods.
- An error on some systems that stopped you from changing the admin password has been fixed.
- The voting page bug has been fixed.
- This will need a complete rewrite at a later stage.
- The browse function has been rewritten so that there are fewer problems with the page number output.
- The "Hacking Attempt" code has been fixed.
<<less
Download (0.081MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1425 downloads
PHP File Browser 3.27

PHP File Browser 3.27


php file browser is a simple Web-based file browser. more>>
php file browser is a simple Web-based file browser.
php file browser allows the user to upload files, delete, copy, make directories and paste files and directories. It has two access levels: one for admin, one for guest.
Access for guests can be optionally password protected.
Enhancements:
- A PHP file source viewer was added.
- The directory lister now works much faster than in older versions.
- Big changes were made in the class files.
<<less
Download (0.088MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1400 downloads
iRiver iFP open-source driver 0.3

iRiver iFP open-source driver 0.3


iRiver iFP is an user-space open-source driver for iRivers iFP flash portable MP3 players. more>>
iRiver iFP is an user-space open-source driver for iRivers iFP flash portable MP3 players.
This project encourages open source driver development for iRivers iFP portable music players. Ifp-driver was started by Pavel Kriz with ifp-line, a command-line program and the first Free iFP driver. Today, the ifp-driver mailing list is a hub of discussion for iFP driver development: participants include everyone from authors of spin-off projects, to prospective owners/users.
Ifp-driver home projects:
ifp-line is the original command line utility and Midnight Commander plugin. Stable.
linux-filesystem a linux kernel module that mounts iFP devices as filesystems. Stable.
libifp a generic iFP support library. Stable.
Related projects:
user interfaces
ifpgui a kde/qt manager by Jim Campbell; uses libifp.
ifp-gnome a gnome manager by Billy Charlton; uses ifp-line.
ifp-manager a perl+gtk2 gui
giriver a python+gtk2 frontend; uses libiriver. (unmaintained)
plugins
kio_iriver KDE KIO slave by Joe Roback; uses libiriverdriver.
[unnamed] KDE KIO slave by Thomas Loeber.
libraries
libiriverdriver a C++ library driver by Joe Roback.
pyifp python bindings for libifp, by James Evans
rubyifp Ruby bindings for libifp, by Martin Schanzenbach
libifp-cil Mono/.NET bindings for libifp, by Christian Elkjaer
libiriver an older ifp library. (unmaintained)
Unless otherwise noted, projects support all iRiver iFP devices. Users have reported successfully accessing models iFP-1xx,3xx,5xx,7xx,8xx,9xx and N10. We dont anticipate difficulty supporting future models.
Enhancements:
- Release ifp-line-0.3.
- ifp.c: Change "ifp version" output for GPL compliance.
- NEWS: Fix Engrish in NEWS.
- README: Add notice for error with non-ASCII filename.
- ChangeLog: Add ChangeLog.
<<less
Download (0.13MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1212 downloads
Open Source Computer Vision Library 1.0.0

Open Source Computer Vision Library 1.0.0


Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. more>>
Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel Image Processing Library) and utilizes Intel Integrated Performance Primitives for better performance.

Philosophy

Aid commercial uses of computer vision in human-computer interface, robotics, monitoring, biometrics and security by providing a free and open infrastructure where the distributed efforts of the vision community can be consolidated and performance optimized.
<<less
Download (10.6MB)
Added: 2006-11-08 License: BSD License Price:
1108 downloads
Quake II Open Source 3.21-r0.16.1

Quake II Open Source 3.21-r0.16.1


Quake II Open Source project consists of the open source extended version of Quake II from Id. more>>
Quake II Open Source project consists of the open source extended version of Quake II from Id.
Quake II Open Source is the open source version of the commercial first person shooter Quake II.
It has been updated from the commercial version for security, performance, and functionality.
For this to be of any use, you _must_ own a copy of Quake 2. The demo would also work, but you might as well buy the full thing now.
These modifications are intended for Linux users, as I do not have have access to other platforms.
Be sure to install SDL 1.2 (http://www.libsdl.org) if you want to use the softsdl or sdlgl drivers, or the sdlquake2 binary.
make will, by default, build both the debug and release files.
To build just the optimized binaries: make build_release
The resulting binaries are then put in releasei386.
System requirements:
- SDL
<<less
Download (82.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1064 downloads
Open Source Requirements Management Tool 1.5

Open Source Requirements Management Tool 1.5


Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features. more>>
Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features, requirements, design, implementation, and testing.
Open Source Requirements Management Tool has a UI for requirements derivation, version control, and common or custom attributes (rationale, source, risk, effort, etc.).
It is suitable for product managers, developers, and analysts to collaborate with flexibility and scalability.
Main features:
Document
- Marketing Features.
- System and Functional Requirements.
- Design Artifacts.
- Source Artifacts.
- Test Case.
- Create any number of classes of artifacts e.g. Issues, Maintenance, etc.
- Link or attach files to artifacts.
Analyze
- Trace any artifacts (e.g. Features to Requirements, Requirements to Test Cases etc).
- Arrange artifacts into a hierarchal structure.
- Filter and sort requirements.
Report
- Any JDBC compliant database may be used from MS Access to MySQL to Oracle.
- Generate custom reports.
- Export artifacts.
<<less
Download (145MB)
Added: 2007-03-27 License: LGPL (GNU Lesser General Public License) Price:
971 downloads
GroundWork Monitor Open Source 5.1.0-2 (Bootable CD)

GroundWork Monitor Open Source 5.1.0-2 (Bootable CD)


GroundWork Monitor Open Source is a complete availability monitoring solution. more>>
GroundWork Monitor Open Source is a complete availability monitoring solution that ensures IT infrastructure uptime while identifying issues before they become real problems.

Unifies best-of-breed open source tools - Nagios*, Nmap, SNMP TT, PHP, Apache, MySQL and more — through PHP/AJAX-based components and an integrated user interface to deliver the extensible functionality you require.
<<less
Download (627MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
849 downloads
The Open For Business Project 3.0.0

The Open For Business Project 3.0.0


The Open For Business Project is a J2EE-based enterprise automation tools and applications. more>>
The Open For Business Project is an open source enterprise automation software project licensed under the MIT Open Source License.
By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.
Main features:
- advanced e-commerce
- catalog management
- promotion & pricing management
- order management (sales & purchase)
- customer management (part of general party management)
- warehouse management
- fulfillment (auto stock moves, batched pick, pack & ship)
- accounting (invoice, payment & billing accounts)
- manufacturing management
- general work effort management (events, tasks, projects, requests, etc)
- content management (for product content, web sites, general content, blogging, forums, etc)
- and much more all in an open source package!
<<less
Download (28.51MB)
Added: 2005-04-28 License: MIT/X Consortium License Price:
1642 downloads
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5