Main > Free Download Search >

Free kearones comicons light software for linux

kearones comicons light

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 401
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
kearone

kearone


kearone provides icon pack for gnome based on my kearones icons more>>
kearone provides icon pack for gnome based on my "kearones icons"
Version restrictions:
- think it could be improved with a more consistent Computer icon, and some black contour around the file type icons (just like the Home and Trash).
<<less
Download (1.1MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1001 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
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
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
Application Standard Components Library 0.2.0

Application Standard Components Library 0.2.0


Application Standard Components Library (ASCL) comprises a set of reusable Ada packages. more>>
Application Standard Components Library (ASCL) comprises a set of reusable Ada packages. The focus is not on light-weight components but larger components such as a configuration manager and a CLI application environment which does all the argument parsing.

It also includes a build environment for Linux which can be updated and maintained independently of the actual source code. It supports the personal software process for Ada programming.
<<less
Download (0.66MB)
Added: 2007-04-18 License: GMGPL (GNAT Modified GPL) Price:
920 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
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
Manencode 1.0

Manencode 1.0


Manencode prepares video to be DVD-compliant. more>>
Manencode prepares video to be DVD-compliant.

Another module of the next MANDVD. This module will be use to transcode any video and edit them (cut part of film, add subtitle, adjust light / contrast / saturation).

<<less
Download (0.51MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
857 downloads
Peco::Container 1.0

Peco::Container 1.0


Peco::Container is a light inversion of Control (IoC) container. more>>
Peco::Container is a light inversion of Control (IoC) container.

SYNOPSIS

my $c = Peco::Container->new;

$c->register( my_key, My::Class );
$c->register( my_key, My::Class, [ @deps ] );
$c->register( my_key, My::Class, [ @deps ], create );
$c->register( my_key, My::Class, [ @deps ], create, { %attrs } );

$c->register( my_key, My::Class, undef, create );
$c->register( my_key, My::Class, undef, create, { %attrs } );
$c->register( my_key, My::Class, [ @deps ], undef, { %attrs } );

my $instance = $c->get(my_key);
my @instances = $c->get_all();

$c->has(my_key) ? 1 : 0;
$c->is_empty ? 1 : 0;

$c->multicast( method, @args );

Peco::Container is a small, flexible Inversion of Control (IoC) container supporting both Constructor Injection and Setter Injection patterns, as well prototype services (factories) and multicasting.

<<less
Download (0.015MB)
Added: 2007-06-22 License: Perl Artistic License Price:
855 downloads
X-Light

X-Light


X-Light is a clean KDE theme (style). more>>
X-Light is a clean KDE theme (style).

<<less
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
921 downloads
Exodus Arcade Game 1.5

Exodus Arcade Game 1.5


Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics. more>>
Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics.

Exodus is an arcade game based on the classic C16 title, Exorcist.

You control Sparkie, a magical star who has been trapped in the Dungeon Dimensions by Wizzbang the Wizard.

Using his special powers, Sparkie can light up the walls of the maze and exorcise the monsters in each room.

Traveling through the maze will bring you to victory and a complete end sequence.

<<less
Download (3.1MB)
Added: 2006-11-17 License: Freely Distributable Price:
1075 downloads
Murrina-light colors pack 1.4

Murrina-light colors pack 1.4


Murrina-light colors pack is a simple, elegant and clean GTK theme, in five different colors. more>> <<less
Added: 2008-08-02 License: GPL Price: FREE
1 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
Kanola 0.1

Kanola 0.1


Kanola is a basic KDE MPD client designed in Python. more>>
Kanola project is a basic KDE MPD client designed in Python.

The idea behind Kanola is that KDE needs a light, small, and easy to use MPD client that can compete with the numerous and very eye-pleasing GTK clients.
<<less
Download (0.036MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1116 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5