Main > Free Download Search >

Free light weight trailers software for linux

light weight trailers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 530
Q Light Controller 2.6.0

Q Light Controller 2.6.0


Q Light Controller 2 (QLC) aims to be a free alternative to commercial lighting software and hardware. more>>
Q Light Controller 2 (QLC) aims to be a free alternative to commercial lighting software and hardware. The main emphasis is to build a software that can be used to control any kinds of lighting equipment.
QLC uses the dmx4linux driver suite to access various hardware interfaces. Currently DMX512, Analog 0-10V and MIDI control systems are being supported by dmx4linux. Refer to dmx4linux interfaces for more information on supported interfaces.
Q Light Controller is free software licensed under the GNU General Public License.
Main features:
- Easy to use device-oriented interface
- Control up to 512 DMX/Analog channels thru DMX4Linux
- Use one of the ready-made fixture definitions, or
- Define your own fixtures with the device class editor
- Create fast changing or smoothly fading scenes, chasers and sequences
- Easy programming of moving lights thru a pattern generator
- Conjure your favourite lighting desk layout with the virtual console
<<less
Download (1.4MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1081 downloads
Light Hawk 0.6

Light Hawk 0.6


Light Hawk is a Jabber client with a focus on KDE integration. more>>
Light Hawk is a KDE Jabber client. It is unfinished, but I have been using it every day for some time now.
Those interested in following or helping development should use GNU arch 1.2 or later. My archive is neil@hakubi.us--terminus and is available at http://www.hakubi.us/arch/terminus/. The branch to get is lighthawk--mainline.
To compile the arch version of Light Hawk you will also need to get neil@hakubi.us--terminus/admin--KDE-3-0-BRANCH and symlink that into the top level of lighthawk as "admin".
After that its mostly an ordinary KDE application (run gmake -f Makefile.cvs to get a configure script). You must run that configure script in a separate directory, though, arch to cooperate later.
Main features:
- Roster management
- Subscriptions
- Chat messages
- Receving normal messages
- Multiple user profiles
- Session management cooperation
- Logging
- KNotify support (including sounds)
- Invisible status
- Away messages
- IPv6, Proxies, and other KDE network features
<<less
Download (0.88MB)
Added: 2005-09-12 License: MIT/X Consortium License Price:
1503 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
Graph::Weighted 0.1301

Graph::Weighted 0.1301


Graph::Weighted is an abstract, weighted graph implementation. more>>
Graph::Weighted is an abstract, weighted graph implementation.

SYNOPSIS

use Graph::Weighted;

$g = Graph::Weighted->new(
data => [
[ 0, 1, 2, 0, 0 ], # A vertex with two edges.
[ 1, 0, 3, 0, 0 ], # "
[ 2, 3, 0, 0, 0 ], # "
[ 0, 0, 1, 0, 0 ], # A vertex with one edge.
[ 0, 0, 0, 0, 0 ] # A vertex with no edges.
]
);

$g = Graph::Weighted->new(
data => {
weight => {
a => { b => 1, c => 2 }, # A vertex with two edges.
b => { a => 1, c => 3 }, # "
c => { a => 2, b => 3 }, # "
d => { c => 1 }, # A vertex with one edge.
e => {} # A vertex with no edges.
}
foo => [
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
],
}
);

$g = Graph::Weighted->new(
data => $Math_Matrix_object,
retrieve_as => ARRAY,
);

$data = $g->weight_data;

$w = $g->graph_weight;

$w = $g->vertex_weight($v1);
$w = $g->vertex_weight($v1, $w + 1);

$w = $g->edge_weight($v1, $v2);
$w = $g->edge_weight($v1, $v2, $w + 1);

$vertices = $g->heaviest_vertices;
$vertices = $g->lightest_vertices;

$w = $g->max_weight; # Weight of the largest vertices.
$w = $g->min_weight; # Weight of the smallest vertices.

# Call the weight methods of the inherited Graph module.
$x = $g->MST_Kruskal;
$x = $g->APSP_Floyd_Warshall;
$x = $g->MST_Prim($p);

<<less
Download (0.011MB)
Added: 2007-08-07 License: Perl Artistic License Price:
812 downloads
Light Speed! 1

Light Speed! 1


Light Speed! project is an interactive relativistic simulator. more>>
Light Speed! project is an interactive relativistic simulator.
Light Speed! is an OpenGL-based program which illustrates the effects of special relativity on the appearance of moving objects.
When an object accelerates past a few million meters per second, these effects begin to grow noticeable, becoming more and more pronounced as the speed of light is approached.
These relativistic effects are viewpoint-dependent, and include shifts in length, object hue, brightness and shape.
Main features:
- Real-time interactive viewing
- 3D object importer
- Snapshot exporter
- Special Relativity Scene (SRS) exporter
- Reference geometry
- Independent toggles for the four relativistic effects
- Numerical camera location + target readout and input
- Switchable background color
<<less
Download (0.008MB)
Added: 2006-10-16 License: LGPL (GNU Lesser General Public License) Price:
1112 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
Weight Loss Recipe Book 3.1

Weight Loss Recipe Book 3.1


Weight Loss Recipe Book is a free, online, community-built recipe book. more>>
Weight Loss Recipe Book is a free, online, community-built recipe book. Weight Loss Recipe Book contains everything you need to allow your web site visitors to submit recipes and everything your administrator needs to administer the recipes.
When a visitor submits a recipe, the recipe is added to a database and awaits approval from the administrator before being added to the public site.
Main features:
- Community built, meaning you just have to approve entries and watch your web site expand!
- Captcha validation to prevent automated entries into the recipe book.
- Complete administrator system - add administrators, recipe categories, manage recipes and more!
- Best of all, Weight Loss Recipe Book is totally free!
<<less
Download (0.061MB)
Added: 2006-05-08 License: Freeware Price:
1267 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
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
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
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
Night Light IRC Proxy 1.2.42d.pre4

Night Light IRC Proxy 1.2.42d.pre4


Night Light IRC Proxy is a multi-user IRC (Internet Relay Chat) proxy written in C for UNIX compatible systems. more>>
Night Light IRC Proxy or ircproxy in short, is a multi-user IRC (Internet Relay Chat) proxy written in C for UNIX compatible systems.
If you do not know what IRC is, then IRC proxy probably isnt for you. A IRC proxy is a program which works like a client and server, you connect to it with your IRC client and it connects you to the chosen server.
This way you are protected behind the machine running the IRC proxy, connecting through a proxy will hide your machines IP-address from other users on IRC.
More simply explained, the IRC proxy will forward data sent by the IRC server to one or more IRC clients connected to the ircproxy, and forward data sent by the IRC clients to the IRC server.
The IRC proxy can also keep your connection to IRC alive even when you disconnect from the IRC proxy.
This IRC proxy is very flexible, it allows to configure multiple ports for listening, access by hostname or IP-address, multiple users and multiple connections and a optional ident server.
This is all done through the following configuration files:
- A listen configuration file (listen.conf) where you specify what hosts and ports users can connect to.
- A access configuration file (access.conf), where you specify which IP-addresses or hostnames users can connect to the ircproxy from.
- A optional user configuration file (user.conf) (with optional encrypted passwords), where you specify usernames/password allowed that IRC clients must send to get access.
- A connection configuration file (conn.conf) where the actual IRC connections to IRC servers is specified, each connection is owned by a specific user defined in user.conf.
The ircproxy can compile and run successfully on most UNIX systems. It has been successfully compiled and installed on FreeBSD, OpenBSD, NetBSD, Linux, Solaris, OSF1, HP-UX, AIX and Windows (Cygwin).
What exactly can ircproxy do?
Share your internet connection.
If you dont have direct access to the internet but another machine (router or server) on the network has internet access. You can share the internet connection using a this ircproxy for IRC access. Even your already using NAT, SOCKS or a forwarding proxy, ircproxy is probably preffered because it will allow you to have ident on IRC, and different ident can be replied for different users.
Get your own hostname from a shell ISP or hide your host behind a server.
If your internet service provider does not allow you to have a static IP with your own hostname, or you simply want to hide your real host. You can buy shell access from a ISP and eventually buy your own IP-address from the ISP to use with ircproxy.
Keep your IRC connection alive even when you disconnect with your IRC client.
If you have a dial up connection but want your client connected to IRC 24/7, you can install ircproxy on a server. This ircproxy will keep the IRC connection alive after you disconnect from the ircproxy with your IRC client.
Restrict data sent to the IRC server to prevent flooding the IRC server.
Solve problems getting disconnected with "Excess Flood", possible cause for this is that someone is flooding you with CTCPs or similar. This ircproxy will restrict you from sending data faster to the IRC server then the IRC server will allow. It will simply queue the data you send and keep it until the IRC server is ready to take more data without disconnecting you. However the queue is also restricted, there is a max sendQ, if it is reached your IRC client will be disconnected but the connection to the IRC server still stay alive.
One connection to IRC from more then one machine at the same time.
With ircproxy you can be connected to IRC from two or more machines at the same time without more then one connection to the IRC server. This ircproxy will allow you to resume a IRC server connection from more then one machine at the same time.
<<less
Download (0.23MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1124 downloads
MUTE File Sharing 0.5.1

MUTE File Sharing 0.5.1


MUTE File Sharing is a peer-to-peer network that provides easy search-and-download functionality. more>>
MUTE File Sharing is a peer-to-peer network that provides easy search-and-download functionality while also protecting your privacy.
It compiles as a fast, native application for many platforms (no Java, no Python, etc.).
MUTE protects your privacy by avoiding direct connections with your sharing partners in the network. Most other file sharing programs use direct connections to download or upload, making your identity available to spies from the RIAA and other unscrupulous organizations.
MUTE is based on research, and experiments show that it works quite well. MUTEs ant-inspired routing is light-weight, robust, and adaptive. Results from experiments in real MUTE networks show that the collective behavior of MUTE nodes quickly finds the shortest (or fastest) routing path between two nodes on the network.
Enhancements:
- This release fixes bugs in MUTEs initial connection to the network upon startup.
- MUTE has also been upgraded to Crypto++ 5.4, so it should now compile using GCC 4.1.
<<less
Download (0.70MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
921 downloads
lfwmail 2.4

lfwmail 2.4


lfwmail is a light weight web mail program written in perl. more>>
lfwmail is a light weight web mail program written in perl.
It will run with acceptable speed even on a Pentium 100Mhz Linux mailserver.
It has just basic features and no calendar or folders but it is fully
mime compatible and can handle attachments.
If you dont like browser cookies, this program is very suitable for you, because you dont have to enable cookies.
It is also very secure when you use https (encryption). HTML
mails are converted to ASCII text for security reasons but
you can still see the HTML mail if you want.
The code is clean and structured. Installation is straight forward
and you dont need a lot of non standard modules.
You can run it in mod_perl if you want. Remember to restart the
server when you do changes in the lfwmC.pm or any other file.
Response time will be very fast with mod_perl however for most people
normal cgi-bin will be good enough. lfwmail is already quite fast.
lfwmail is a light weight mail program. It does not keep track on what
you have read and what is new. You have to remember the dates of the
mails. There is however a small help to keep track on what you have seen
and what is new. It works for Mozilla (not netscape 4), Opera and MS IE
only as it depends on javascript style objects: the background color of e-mails
you have clicked on is changed. This is to keep track on what you have
read and what is new. This information does also survive between sessions since
version 1.5.
Enhancements:
- make it possible to call lfwmail with uid=xxx in the url. e.g https://my.host/cgi-perl/lfwmail?uid=joe_wm
<<less
Download (0.019MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1231 downloads
Trailerfetcher 0.3 Alpha

Trailerfetcher 0.3 Alpha


Trailerfetcher is video conversion application. more>>
Trailerfetcher is video conversion application.

As an owner of a small home-cinema system I got an idea: Wouldnt it be neat if before every film you play, mythtv would automatically show you a few trailers of other cool films too come (or already there)?

Trailers would also allow you to "ease into" actually watching the film and cover the whole "lets get the popcorn"-phase, etc.

But I already knew what a hassle it is to download _one_ trailer from sites like yahoo or apple.com. So I decided to make it easy:

This application provides an easy to use interface for downloading trailers. It fetches a list from a trailerpage (currently only yahoo.com) and lists all avalible trailers.

It then summarize the found trailers and displays info about the title, the genre and a short describtion of the plot. All this is fetched and extracted automatically.

You can than mark the trailers you want to download and simply press "Download" to save them to your harddrive.

Ok this was the marketing talk. I wrote this software because I needed it (probably the reason for most open-source-projects), but it is far from feature-complete. It is usable though (it loaded all 73 currently avalible trailers from yahoo.com last night).

AFAIK it is perfectly legal to download these trailers. If anyone thinks it isnt: please feel free to delete the project.

Usage notes: Set the settings before retrieving the list! Some settings (e.g. the resolution) will not take effect if you dont.
<<less
Download (0.010MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
887 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5