Main > Free Download Search >

Free build it fast 0.4.1 software for linux

build it fast 0.4.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4726
Build it Fast 0.4.1

Build it Fast 0.4.1


Build it Fast is a PHP framework for developing Web applications quickly. more>>
Build it Fast (BIF) is a PHP Framework. It contains several classes that help you develop complex Web applications in a short amount of time.

It brings the concept of the widget to Web development. It features Cascade Skins and transparent session management.

Its meant to make PHP programers life much easier, and making better web applications.
<<less
Download (2.1MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1633 downloads
Dates 0.4.1

Dates 0.4.1


Dates project is a small, light-weight calendar that shares data with GNOME Evolution. more>>
Dates project is a small, light-weight calendar that shares data with GNOME Evolution.

Dates is a small, light-weight calendar that shares data with GNOME Evolution. Dates features an innovative, unified, zooming view and is designed for use on hand-held devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.

<<less
Download (0.43MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
924 downloads
Bantam 0.4.1

Bantam 0.4.1


Bantam is a fast, light file manager for X11. more>>
Bantam is a fast, light file manager for X11. Bantam is targeted at power users who know their way around a file system and like to use the keyboard.

Its important features include single-keystroke commands as the primary mode of operation, an arbitrary number of directory views, and a configurable interface to external file viewers and editors.

<<less
Download (0.071MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1205 downloads
gfa 0.4.1

gfa 0.4.1


gfa is a small and fast address book written in C and GTK+2. more>>
gfa is a small and fast address book written in C and GTK+2. It uses sqlite as backend for the addresses.

Usage:

I think its not necessary to write here how to use gfa. Its self-explainig. If you want to create a new contact press New, fill out the fields and press Save. If you change anything in the fields or the image, you must press Save to save the changes, otherwise the changes will be lost, but I think thats clear.

Delete will delete the contact from your list. There will be a question if you really want to delete for accidently clicking. If you dont like the selected image anymore, than you can change it to the default icon by clicking Use default icon in the file dialog. And Quit quits gfa. Thats all.

<<less
Download (0.10MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1095 downloads
combina 0.4.1

combina 0.4.1


combina is a password generator that uses three different algorithms based on combinatorial analysis. more>>
combina is a password generator that uses three different algorithms based on combinatorial analysis.

It implements the permutation without repetition, permutation with repetition (the famous brute force), and combination without repetition. combina project supports an unlimited number of characters in the input and MD5 password hashes.

<<less
Download (0.066MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1221 downloads
Relokate 0.4.1

Relokate 0.4.1


Relokate is a puzzle game which comes with 3 different levels of complexity. more>>
Relokate is a strategy puzzle game for the K Desktop Environment (KDE). The player must reorder the cards to match the original image or order of numbers.
Relokate has support for adding background images and puzzle themes using the Get Hot New Stuff framework (GHNS).
Enhancements:
- It is a quick bugfix update to 0.4 which didnt install the configuration correctly!
<<less
Download (1.2MB)
Added: 2005-06-21 License: GPL (GNU General Public License) Price:
1585 downloads
gSplashFu 0.4.1

gSplashFu 0.4.1


gSplashFu is a GNOME splashscreen changer. more>>
gSplashFu is a GNOME splashscreen changer.

gSplashFu is an exceptionally over-developed splashscreen changer. gSplashFu has many amusing, if not technically useful, features. Worth a shot just to see how far you can take something like this.

<<less
Download (0.17MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1267 downloads
Lyrics_CN 0.4.1

Lyrics_CN 0.4.1


Lyrics_CN is an Amarok script that provides Chinese lyrics. more>>
Lyrics_CN is an Amarok script that provides Chinese lyrics.
As a Chinese Amarok user, it is impossible to get correct lyrics by default lyrics script.
I wrote this script to deal with the problem, and it get Chinese lyrics from baidu.com (default), as some options, you can fetch lyrics from several other sites now!
NOTE:this script just for GB* and UTF-8 locale at present.
Enhancements:
- bug fix version base on 0.4.0
<<less
Download (0.010MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
Gimmix 0.4.1

Gimmix 0.4.1


Gimmix is a graphical music player daemon (mpd) client written in C using GTK+2. more>>
Gimmix is a graphical music player daemon (mpd) client written in C using GTK+2.
Main features:
- Simple and clean interface.
- Compact and full view modes.
- Library Browser.
- Library Search (Search by Artist, Album, Filename etc)
- Playlist management (manage mpd playlists)
- ID3v2 Tag editing support.
- Support for controlling gimmix through keyboard
- System tray icon support.
- Notification support (Displays the currently playing song in systray).
- Small memory footprint.
<<less
Download (0.034MB)
Added: 2007-02-27 License: Freeware Price:
971 downloads
Zoinks 0.4.1

Zoinks 0.4.1


Zoinks project is a programmers editor and development environment for Unix/X11 systems. more>>
Zoinks project is a programmers editor and development environment for Unix/X11 systems.
Zoinks is a Mac-like programmers editor that should seem familiar to people that have used MPW or CodeWarrior. It is also similar to Code Crusader, which I used a lot before writing Zoinks. Zoinks also has some features for editing HTML files. An "HTML" menu provides commands for inserting common HTML tags, and you can add attributes by right clicking the mouse on a tag. Some of the HTML editing features were inspired by the Bluefish editor.
Zoinks also provides a simple project file for IDE functionality. Use the "New Project" in the "File" menu to create a new project. In the project window, you can specify a build directory and a build command to build your command (you need to be able to write a make file for this to work!) In the simplest case, the Build Directory is "./" (the current directory) and the Build Command is "make" or "make -k".
After your project is set up, you can build your program using the "Make" command in the "Project" menu. Compiler output will appear in a log window, and you can double click on errors and warnings to navigate to their location in your source code.
You can also specify a command to use to launch a debugger to debug your program. For example, I use "xterm -e gdb ide/zoinks" to launch gdb in an xterm window to debug Zoinks. You can use a similar command to launch another debugger like DDD.
Enhancements:
- Zoinks now sorts files and directories in the directory compare tree view.
- Key type selection was added to the directory compare window.
- Miscellaneous bugs were fixed.
<<less
Download (0.31MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1086 downloads
KJam Build Tool 0.37

KJam Build Tool 0.37


KJam is a build tool like make. more>>
KJam is a build tool like make. It uses a syntax similar to Jam, with more powerful features than the original Jam.
It has built-in very fast dependency scanning, per-target viewpathing, and C-like control flow. It is optimized for multi-processor machines. It can accelerate building by launching build actions on a distributed peer to peer network of build servers.
KJam Build Tool is designed to support large projects with thousands of targets, or projects requiring building on many target architectures.
KJam is designed to be:
Unintrusive and clean KJam is small. It has negligible CPU overhead, and it doesnt create or leave behind temporary files.
Scalable KJam is able to build large projects spread across many directories in a single pass and can manage and distribute build steps to multiple processors on one or more networked machines.
Highly portable KJam currently runs only on Windows, but it is designed to be easily portable. Ports to Linux and OSX are planned.
Multiplatform Platform independent rules and platform specific actions can be defined separately from dependency rules.
Customizable Developers can enhance and extend KJam by creating user defined rules to utilize other built-in directives.
Language KJam includes flow-control statements, variables, and a few other features of general purpose languages.
Automatic Dependencies KJam computes dependencies for its targets during building. There is no need for a separate off-line make depend step.
Enhancements:
- A new "immediate" action modifier keyword was added, which causes actions to be run as soon as they are parsed, instead of during the command phase.
- Output formatting was improved.
- Several bugs were fixed.
<<less
Download (0.30MB)
Added: 2007-03-21 License: Free for non-commercial use Price:
974 downloads
Ink 0.4.1

Ink 0.4.1


Ink is a command line tool which displays the ink level of your printer. more>>
Ink is a command line tool which displays the ink level of your printer. Ink project makes use of libinklevel.

<<less
Download (0.008MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
JVanish 0.4.1

JVanish 0.4.1


JVanish is a minimalistic 3D engine that implements a vanishing point projection. more>>
JVanish is a minimalistic 3D engine that implements a vanishing point projection (Fluchtpunktprojektion) based solely on standard Web technologies: JavaScript, XHTML, CSS, and SOAP.

JVanish projects goal is to find a generic and useful XHTML-based 3D widget set, while staying mostly lightweight in an AJAX Web environment.

<<less
Download (0.27MB)
Added: 2007-04-22 License: GPL (GNU General Public License) Price:
915 downloads
Nao 0.4.1

Nao 0.4.1


Nao is powerful, flexible, and utterly configurable file manager for UNIX systems, written using the FOX toolkit. more>>
Nao project is flexible, powerful and utterly configurable file manager for UNIX systems, written using the FOX toolkit.
Main features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving - you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility - two types of plugins - you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp,sftp, compressed files (tar.bz2,tar.gz) - you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- You can add new commands or change existing
- Option for setting hotkeys for all available operations
Enhancements:
- The main new features are internationalization (with translations for English, Polish, and German), enhanced support for UTF-8 and other charsets, support for large files, enhanced information about files in the statusbar, more precision with displaying files size, and automouting of CDROMs and other removable devices.
<<less
Download (0.55MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
897 downloads
mpeglib 0.4.1

mpeglib 0.4.1


mpeglib is a mp3 and mpeg I video/audio library for linux. more>>
mpeglib is a mp3 and mpeg I video/audio library for linux.
The library includeds three command line players, for mp3,wav,mpeg video.
Main features:
MPEG I library.
This library contains:
- mpeg I audio player (layer I,II,III (mp3))
- mpeg I video player
- mpeg I system layer player
- wav player
Supported features:
- direct/fast seek in all players
- length detection
- video synchronisation, based on timestamps
- mmx Support where necessary
- VBR/ID3 support for mp3
- shoutcast/icecast support
- CDI/Video CD support
- plugin architecture for input,decoder,output
Supported Outputs:
Audio
- Support for OSS/Linux, Sun
Video
- X11 standard calls (fallback)
- X11 Shared mem
- X11 XFree86 4.0 DGA 2.0 (needs root)
- X11 XFree86 4.0 XVideo Extension (hardware yuv->rgb renderer)
Supported Inputs
- file,http.
- Supports on Linux Video CDs (vcd,cdi)
<<less
Download (0.70MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1585 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5