Main > Free Download Search >

Free parasharau0027s light 1.0 software for linux

parasharau0027s light 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3408
Strobe Light 1.0

Strobe Light 1.0


Simple utility that turns your monitor into a configurable strobe light. more>>
Simple utility that turns your monitor into a configurable strobe light.

Source code is included alongside the executable "strobelight" in the archive.
<<less
Download (0.006MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
878 downloads
Advanced Human Light 1.0

Advanced Human Light 1.0


Advanced Human Light is a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines. more>>

Advanced Human Light 1.0 is yet another beautiful theme for Gnome users. It is actually a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines.

This supports rgba* in the main window while leaving buttons, tabs, and text areas opaque so as to enhance readability and usability without sacrificing eye candy.

GNOME is an international effort to build a complete desktop environment-the graphical user interface which sits on top of a computer operating system-entirely from free software. This goal includes creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.

The name originally stood for GNU Network Object Model Environment, though this acronym is deprecated. The GNOME project puts heavy emphasis on simplicity, usability, and making things "just work".

Requirements:

  • GTK 2.x
  • GNOME 2.x
<<less
Added: 2008-07-28 License: GPL Price: FREE
1 downloads
Hogwash Light BR 1.1

Hogwash Light BR 1.1


Hogwash Light BR is an IPS (Intrusion Prevention System). more>>
Hogwash Light BR is an Intrusion Prevention System that can filter packets directly in the layer 2 of the OSI model (so the machine doesnt need even an IP address).
Detection of malicious/anomalous traffic is done by rules based in signatures, and the user can add more rules. It is an efficient and versatile IPS, and it can even be used as bridge to honeypots and honeynets.
Since it doesnt make use of the operating systems TCP/IP stack, it can be "invisible" to network access and attackers.
Enhancements:
- New rules were added.
<<less
Download (0.19MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1256 downloads
Light 1.4.12

Light 1.4.12


Light is yet another Mozilla-based browser. more>>
Light is yet another Mozilla-based browser. Features very simple non-bloated GTK+ interface, familiar Netscape 4.x keyboard shortcuts, context menus, etc. Tested with Mozilla 0.9.6 and newer. Supports Java/SSL/downloads/queue downloads to an external download manager.

The goal of this project is to have a usable, fast browser for reading news, searching bugzilla, etc. There are no binary packages, and I do not plan to provide them anytime soon. Compiling Light from source requires Mozilla 0.9.6+ and Mozilla headers.

Carefully read README and INSTALL, and read manual.html in the doc/ directory for explanation of how things are done and why. may work but this is unsupported. Bug reports are welcome, but requests to implement a Cookie Editor are not.
<<less
Download (0.082MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
640 downloads
Optical Ray Tracer 1.0

Optical Ray Tracer 1.0


OpticalRayTracer is a free Linux utility that analyzes systems of lenses. more>>
OpticalRayTracer is a free Linux utility that analyzes systems of lenses, it is Xwindows GUI-based.

It uses optical principles and a virtual optical bench to predict the behavior of many kinds of ordinary and exotic lens types. OpticalRayTracer includes an advanced, easy-to-use interface that allows the user to rearrange the optical configuration by simply dragging lenses around using the mouse.

OpticalRayTracer fully analyzes lens optical properties, incuding refraction and dispersion. The dispersion display uses color-coded light beams, as shown above, to simplify interpretation of the results.

Educators take note: OpticalRayTracer has significant educational potential in the teaching of basic optical principles, and it has some entertaining and game-like behaviors to hold the students attention.

OpticalRayTracer includes a detailed tutorial/help file to assist the user in getting started in this interesting activity.

Installation:

Put it in any convenient location.
$ tar -xjf raytracer.tar.bz2
$ cd raytracer.dist
$ ./auto_install.sh
If you dont want the automatic installation or you want to fine-tune the process, instead of running "auto_install.sh", after the unpacking step above, do this:
$ make -f Makefile.cvs dist
$ ./configure
$ make
$ sudo make install
Obviously you may want to modify some of these steps to suit your platform.
<<less
Download (0.38MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1442 downloads
kearones Comicons light

kearones Comicons light


kearones Comicons light provides an icon theme for Gnome. more>>
kearones Comicons light provides an icon theme for Gnome.

This is a icontheme for gnome with my kearones comicons.

This is only the light version.

It doesnt include the bix sizes above 64 pixel and no extra icons.

<<less
Download (1.4MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1005 downloads
Yet Another Swing Library 1.0

Yet Another Swing Library 1.0


Yet Another Swing Library (YASL in short) provides a light-weight framework for developing Swing-based applications. more>>
Yet Another Swing Library (YASL in short) provides a light-weight framework for developing Swing-based applications along with a library of Swing components and utilities. Swing is a much-maligned but rich library for developing Java-based gui applications.
Despite what critics say, you can develop robust and responsive desktop applications with Swing. Unfortunately, Swing doesnt provide a ready-made framework for building applications although the building blocks are there. YASL attempts to provide that framework.
YASL is based on the Model-View-Controller pattern. It divides an application into gui components (View), action classes to handle user-driven events (Controller), and singleton classes (Model). The actions and singletons are stored in separate maps in key-class pairs.
The initialization of actions and singletons as well as the mapping of menu items to actions can be handled through xml configuration or in the code or both. The framework provides the glue that holds the components together and facilitates their interaction.
The framework provides ready-to-use tools for:
- Managing actions
- Managing singletons
- Threading calls to actions
- User preferences management
- Resource bundles
- xml configuration
- Logging with SLF4J
- Dynamic jar loading
<<less
Download (0.24MB)
Added: 2007-05-01 License: LGPL (GNU Lesser General Public License) Price:
907 downloads
subPersistence 0.10.0

subPersistence 0.10.0


subPersistence is an abstract, light-weight, yet flexible framework for working with O/R persistence mappers. more>>
subPersistence is an abstract, light-weight yet flexible framework for working with O/R persistence mappers. It provides for independence of a specific O/R mapper such as Hibernate or Castor.
While you can use Hibernate or Castor (or other O/R mappers) directly, coupling your application too tightly to those can be a bad thing. subPersistence makes it easy to switch underlying O/R mappers, thereby decoupling the application layer from those.
It abstracts away differences between the mappers, while still making it possible to use their specific features if needed.
Enhancements:
- This version updates to Java 5 features such as Generics and is the first version to require Hibernate 3.
<<less
Download (0.040MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1575 downloads
kopete-thinklight 0.3

kopete-thinklight 0.3


kopete-thinklight is a Kopete plugin lets a thinkpads light flash on every incoming message. more>>
kopete-thinklight is a Kopete plugin lets a thinkpads light flash on every incoming message. The flash interval as well as the flash duration are configurable through a GUI plugin.

The kopete-thinklight plugin was inspired by gaim-lightthink [http://www.chris-lamb.co.uk/code/gaim-lightthink].

<<less
Download (0.39MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
858 downloads
LightSquid 1.7.1

LightSquid 1.7.1


LightSquid is a light log analyzer for the squid proxy. more>>
LightSquid is a light log analyzer for the squid proxy. LightSquid project features a small size (~45k) and a fast parser.
It generates small per-user data files, has a Perl-based CGI script for dynamic generated report pages, requires no database or additional Perl modules, can display various reports, and has user group suport.
Main features:
- fast and simple install
- fast log parser generatesmall per user data file
- perl based cgi script for dynamic generated report pages
- html template for design
- no database required
- no additional perl module
- various reports
- user groups support
- graphics report (v 1.6+)
- real name (v 1.6+)
- multilangual interface
<<less
Download (0.053MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1022 downloads
ChaNT 1.0.1

ChaNT 1.0.1


ChaNT is a flexible, powerful, cross-browser and easy to use open source web-based chat system written in PHP and JavaScript. more>>
ChaNT is a flexible, powerful, cross-browser and easy to use open source web-based chat system written in PHP and JavaScript. Support for BBCode, 3D Animated Smileys with a IM like toolbar for formatting your chat messages. This project does not require any browser plugins like Java or Flash. Also it not requires MySQL, all data stored in ordinary files.

ChaNT included privacy features such as traffic encryption(client-server-client) and client side password hashing. It have powerful admin control panel and can integrated with many forums and CMS. ChaNT supports all major browsers such as Internet Explorer, Firefox, Opera, Safari and Mozilla. It has a minimalistic and an elegant user interface which looks and feels a lot like a IM desktop application, since it uses AJAX. ChaNT is very fast, light weight and makes chatting more fun.

You can bookmark this page and return at any time to find the latest ChaNT updates as they`re released.

How does it work?

The ChaNT client side functioning on JavaScript XMLHttpRequest object to asynchronously communicate with the server-side. Server response parsed and used to update the chat window content. By generating the HTML locally within the browser, and only bringing down JavaScript calls and the actual data, AJAX web pages can appear to load relatively quickly since the payload coming down is much smaller in size.
<<less
Download (1.3MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
907 downloads
light-monitor 1.5

light-monitor 1.5


light-monitor is a transparent panel that depends only on X and Xft. more>>
light-monitor is a transparent panel that depends only on X and Xft. The project comes with light-calendar, a simple, transparent, and lightweight calendar.
These two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
<<less
Download (0.023MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
598 downloads
Alphacube Metacity Theme 1.0

Alphacube Metacity Theme 1.0


Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista. more>>
Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista.
The pack contains 6 metacity theme:
1. Simple, whit simple effect on mouse over.
2. Light, whit white light effect on mouse over.
3. Color, whit color light effect on mouse over.
And this version in condensed mode! By Eric, thanks!
To use, you need to unpack the gzip file and then import the metacity theme (first delete the old theme)
--> thanks to ALL, for the high score of this theme!
Enhancements:
- Fix Condensed version
<<less
Download (0.056MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
963 downloads
SVN-RaWeb-Light 0.60001

SVN-RaWeb-Light 0.60001


SVN-RaWeb-Light is a Perl module provides a lightweight Web-based browser for remote Subversion repositories. more>>
SVN-RaWeb-Light is a Perl module, that once installed and driven by a CGI script provides a lightweight Web-based browser for remote Subversion repositories, not unlike the default HTML one for http:// repositories. (with some improvements).

If you deploy this module in a public URL with a good bandwidth, let me know so I can link to it here for demonstration purposes.

<<less
Download (0.015MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
Aurora-Imetal-Light 0.2

Aurora-Imetal-Light 0.2


Aurora-Imetal-Light 0.2 provides you with a nice GTK theme for GNOME users, based on the Aurora engine. more>>
Aurora-Imetal-Light 0.2 provides you with a nice GTK theme for GNOME users, based on the Aurora engine. It is actually a mod of the Aurora-steel and Imetal themes.

GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

GNOME is part of the GNU Project and can be used with different Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.

Enhancements:

  • 2 x gtk themes 1 x emerald
  • Includes a second panel.bg for those who use global menu!
  • Standard is non global menu.

Requirements:

  • Aurora Gtk Engine
<<less
Added: 2008-11-10 License: GPL Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5