Main > Free Download Search >

Free film contests for non experienced software for linux

film contests for non experienced

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2243
Aries Icons for Linux -

Aries Icons for Linux -


A funny icon collection designed to beautify your computer screen. more>> License:Free for personal non-commercial use, Includes a link back to author site
Comment:Includes: applications icons, system icons and bonus icons
<<less
Download (1.60MB)
Added: 2009-04-17 License: Freeware Price: Free
189 downloads
ChainBuilder ESB for Linux 1.4 Beta 1

ChainBuilder ESB for Linux 1.4 Beta 1


ChainBuilder ESB provides open source SOA integration via graphical interfaces more>> ChainBuilder ESB is a new Java Business Integration (JBI) compliant open source Enterprise Service Bus. ChainBuilder ESB allows IT developers with Service Oriented Architecture (SOA) infrastructures to create standards-based ESB components through Eclipse-based graphical user interfaces. Most organizations SOAs need to include strategic backend systems that operate with non-XML data formats and non-WebServices communication protocols. Bostech focus on usability ensured the initial offerings of ChainBuilder ESB had industry standard editors to manage EDI X12, HL7, fixed and variable formats and communication components for TCP/IP, FTP and file protocols - the formats and protocols that organizations with mature applications absolutely require. ChainBuilder ESB also has uncommon high-end open source features, like an AJAX-based Console web interface for monitoring and controlling the production environment, usually found only with expensive proprietary systems. Bostech Corporation is deploys a dual-license distribution model for ChainBuilder ESB. Developers can download the open source software under the common GPL license at http://www.chainforge.net. A commercial license is also available for use where GPL is not available, and for partners who do not release source code for their applications.<<less
Download (324MB)
Added: 2009-04-13 License: Freeware Price: Free
193 downloads
 
Other version of ChainBuilder ESB for Linux
ChainBuilder ESB for Linux 1.1Most organizations SOAs need to include strategic backend systems that operate with non-XML ... A commercial license is also available for use where GPL is not available, and for partners who
Price: $0
License:Freeware
Download (303498K)
186 downloads
Added: 2009-04-20
ChainBuilder ESB for Linux 1.0ChainBuilder ESB is Java Business Integration (JBI) compliant ... Most organizations SOAs need to include strategic backend systems that operate with non-XML
Price: $0
License:Freeware
Download (275456K)
179 downloads
Added: 2009-04-27
The streak plug-in

The streak plug-in


The streak plug-in is a Gimp plug-in that makes simulation of a streak camera. more>>
The streak plug-in is a Gimp plug-in that makes simulation of a streak camera.

A streak camera images an object through a slit - thus getting a kind of "one dimensional image". This image is propagated along the second dimension of the image plane at a constant speed. The result is a picture of the time dependency of the object.

The plug-in takes a film (multilayer image), cuts a slice of selectable width and position out of each layer and puts the slices together to the streak image.

<<less
Download (0.016MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1134 downloads
DirectX support for Wine 2005-06-13

DirectX support for Wine 2005-06-13


DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics. more>>
DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics.
DirectX support for Wine is a set of patches against Wine to implement DirectX 9. It allows modern games and 3D applications to run under Wine.
The patches include many experimental and beta features that have not yet made it into the stable Wine source tree.
The aim of the project is to provide full support for DirectX 8 and 9 so that all games and 3D applications will run on Linux or any other platform that Wine supports.
Main features:
- Shared wined3d codebase for Direct3D 8 and 9
- Hardware non-power2 texstures
- Improved compressed texture support
- Many more texture formats supported
- Offscreen texture improvements
- Colour corrections for textures
- A tonne of bug fixes and other improvements from earlier releases
Enhancements:
- Reworked support for non-power2 textures
- Support for Vertex buffer objects
- Support for caching
- Hardware vertex shaders
- Partial tidyup of vertex declarations
- Better support for compressed textures
- Fix for texturing problems in Axis and Allies and Evil Genius
- Fix for model corruption in Pirates
- Movies in Pirates
- A Fix for the lines on the landscape in Axis and Allies
- Crash fixes in fixupvertices with indexes data
- Numerous other performance improvements
<<less
Download (0.004MB)
Added: 2006-11-06 License: LGPL (GNU Lesser General Public License) Price:
1111 downloads
kpdfimagestool 0.1.5

kpdfimagestool 0.1.5


kpdfimagestool is a service menu for KDE. more>>
kpdfimagestool is a service menu which allows you to:

- Extract images from a pdf file in jpeg or ppm/pbm format

In ppm/pbm it is:

- PBM for monochrome images
- PPM for non-monochrome images

<<less
Download (0.002MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1054 downloads
DjangoStack for Liunx 1.0-3

DjangoStack for Liunx 1.0-3


An installer that greatly simplifies the installation of Ruby on Rails. more>> The BitNami DjangoStack is an installer that greatly simplifies the installation of Django and its runtime dependencies. It includes ready-to-run versions of Python, Django, MySQL and Apache. DjangoStack is distributed for free under the Apache 2.0 license.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over two years by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.
<<less
Download (59.11MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
PDL::Opt::NonLinear 0.02

PDL::Opt::NonLinear 0.02


PDL::Opt::NonLinear is a Perl module with non linear optimization routines. more>>
PDL::Opt::NonLinear is a Perl module with non linear optimization routines.

SYNOPSIS

use PDL::Opt::NonLinear;

$x = random(5);
$gx = rosen_grad($x);
$fx = rosen($x);

$xtol = pdl(1e-16);
$gtol = pdl(0.9);
$eps = pdl(1e-10);
$print = ones(2);
$maxit = pdl(long, 200);
$info = pdl(long,0);
sub fg_func{
my ($f, $g, $x) = @_;
$f .= rosen($x);
$g .= rosen_grad($x);
}
cgfam($fx, $gx, $x, $maxit, $eps, $xtol, $gtol,$print,$info,1,&fg_func);

<<less
Download (0.24MB)
Added: 2007-07-05 License: Perl Artistic License Price:
841 downloads
C# for Emacs 0.4.0

C# for Emacs 0.4.0


csharp-mode is a derived mode for cc-mode 5.30.x or higher that implements the font-locking and indention rules for C#. more>>
C# for Emacs is a derived mode implementing most of the C# rules.

After a good number of years, we noticed that there wasnt a "non-patched" version of a csharp-mode for Emacs.

There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months.

Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
There was a 0.3.0 version, but it broke things more than it fixed, so we pulled it.

<<less
Download (0.005MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1415 downloads
EasyEclipse for C and C++ 1.3.0

EasyEclipse for C and C++ 1.3.0


EasyEclipse for C and C++ is bare-bones Eclipse distro for experienced C and C++ developers who are new to Eclipse. more>>
EasyEclipse for C and C++ is bare-bones Eclipse distro for experienced C and C++ developers who are new to Eclipse.
EasyEclipse for C and C++ is all you need to start developing C and C++ code with Eclipse.
This distribution includes the following plugins:
Core components:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general C and C++ development:
- Eclipse C and C++ Development Tool 3.1.1 - Create, compile, tests and debug and C and C++ applications and programs..
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
Miscellaneous:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
<<less
Download (101.3MB)
Added: 2007-07-11 License: Eclipse Public License Price:
838 downloads
SLMotion 1.2

SLMotion 1.2


SLMotion is a small prog for a small request. more>>
SLMotion is a small prog for a small request. Ive to make a film with a special effect : slow a video and speed up after ... like prof films. I search a tool and dont find one on Linux, so i make it myself.

To run :

Untar the archive
./slmotion

Usage :

1 - Load a video
2 - Select a part of the video to apply effect. Take most frame that you need its more easy to reimplement your video after.
3 - Select precisely the first and last image to apply the effect
4 - Choose the value to reduce speed
5 - Lets go and enjoy

<<less
Download (0.14MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1132 downloads
The layer extract plug-in

The layer extract plug-in


The layer extract plug-in is a Gimp plug-in that creates a new image/film by periodically extracting layers from another image. more>>
The layer extract plug-in is a Gimp plug-in that creates a new image/film by periodically extracting layers from another image.

It takes one interval (number of sequent layers) every period. The number of periods can be limited.

"< Image >/Filters/Animation/Layer Extract"

<<less
Download (0.014MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1156 downloads
HandBrake for Linux 0.9.1

HandBrake for Linux 0.9.1


open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter more>> Were chagrined to announce the public release of HandBrake 0.9.1. Why chagrined? Because 0.9.0 wasnt as stable as it should have been, something 0.9.1 rectifies.
This minor update squashes a number of glaring bugs. Most notably, HandBrake will no longer hang at the end of encoding MKV files with chapter markers. This means the Animation, Bedlam, Constant Quality Rate, Deux Six Quatre, Film, and Television presets are now usable.
Additional improvements:
Impressive performance enhancements
Significant interface prettification (Mac more than Win)
Color subtitles now show up in color
Changing dimensions in Picture Settings no longer causes a crash (Mac)
Forced subtitle support
More robust exception handling (Win)
Closing the main window no longer causes HandBrake to crash (Mac)
Using Slow deinterlacing no longer doubles the chapter count.
MPEG Stream support is now case-insensitive (.VOB as well as .vob, etc) and more compatible
No more error messages sent to standard out instead of standard error
Bigger buffer for the activity log (Mac)
Proper display of fading subtitles
On-completion options to shutdown, suspend, etc (Win)
Same as source FPS now works correctly when the end-credits of a progressive film are interlaced.
Add-to-queue fixed (Win)
Target size fixed for the umpteenth time (Mac)
<<less
Download (2.25MB)
Added: 2009-04-03 License: Freeware Price:
203 downloads
Pioneer Linux Christian Edition Beta 1

Pioneer Linux Christian Edition Beta 1


Pioneer Linux is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. more>>
Pioneer Linux is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. The product comes in two flavours: as a freely downloadable live and installation CD, and as a commercial boxed edition with CrossOver Office and technical support.
Test and try before you install Thats right, you can test Pioneer Linux running off the CD before you decide to perform an installation. This means that you can actually run your operating system and learn it before you install or make that critical decision to leave your previous operating system installation. ASPEN for older computers is not a live CD.
Burn CDs Yes take a look at our screenshots and youll see weve included a utility named K3b so you can burn your CDs or DVDs! K3b is a simple yet powerful tool thats simple to use
Browse the Internet safely Yes its safe! You can browse the Internet safely when you use Pioneer Linux. Its not the same anymore with people dropping viruses or keystroke loggers because of that old unsafe browser youve been using for years! Go wild and have fun!
Listen to music You can listen to your favorite music while working using the CD Player included or make cuts and create your own CD from your music! You decide, the tools are included!
Word processing and more! Yes thats right! Your Pioneer Linux operating system comes with OpenOffice.org that allows you to exchange documents with Word users. You even have the opportunity to run spreadsheets and create professional presentations. More? yes a database application is new with OpenOffice.org 2.0
Play some games Weve packed Pioneer with loads of games to help you kill some time. Want more than those included? Check the knowledge base for more games that can be run like Savage or Civilization.
Utilities Weve included some of the best utilities to manage your operating system today. These utilities come with even our basic ASPEN application so you can manage your system day-to-day!
Enhancements:
- Technalign, Inc. has announced it has released its Beta 1 Pioneer Linux Christian Edition operating system to the community. The beta includes many of the features that come standard with Pioneer Linux. The application includes the King James Bible and many study applications. The Pioneer Christian Edition replaces the Frontier Christian Edition previously retailed by Technaligns partners. There will be a non-installable edition available for Windows users who only want to use the Christian Edition for study. Technalign requests that users report back any applications they would like added as well as applications that they wish removed along with bug reports.
<<less
Download (676MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
602 downloads
Vivid Saturation 1.00

Vivid Saturation 1.00


Vivid Saturation plugin uses channel mixer to increase saturation of the image. more>>
Vivid Saturation plugin uses channel mixer to increase saturation of the image. Result is Velvia-like image (For those who dont know, Velvia is a slide film from Fuji, and is known for its high saturation).

There are implementations of this plugin for The Other Product, and they are often called Digital Velvia or Velvian Colors. For GIMP I couldnt find such a plugin though, so I created my own.

<<less
Download (0.002MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
661 downloads
Mp3Wrap for Linux 0.5

Mp3Wrap for Linux 0.5


It wraps quickly two or more mp3 files in one single large playable mp3. more>> Mp3Wrap is a free independent alternative to AlbumWrap. Its a command-line utility that wraps quickly two or more mp3 files in one single large playable mp3, without losing filenames and ID3 informations (and without need of decoding/encoding). Also with the possibility of including other non mp3 files, such as PlayLists, info files, cover images, inside the mp3. This means that you obtain a large mp3 that you can split in any moment just using mp3splt and in few seconds you have all original files again! Its useful because files created with Mp3Wrap are easy to download. Infact who downloads has not to know each single song name and easy to play and even if you dont have mp3splt to split file, you can listen to it anyway.<<less
Download (110KB)
Added: 2009-04-09 License: Freeware Price: Free
197 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5