Main > Free Download Search >

Free linkage 0.1.4 software for linux

linkage 0.1.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 77
Linkage 0.1.4

Linkage 0.1.4


Linkage is a Gtk+ BitTorrent client written in C++. more>>
Linkage is a Gtk+ BitTorrent client written in C++.

Linkage is a BitTorrent using gtkmm and libtorrent. Features include DHT, PEX, UPnP, desktop notifications and torrent creation.

<<less
Download (0.53MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
799 downloads
Keda 0.1.4

Keda 0.1.4


Keda project is an Open Source project, brought to you under the terms of GPL v2. more>>
Keda project is an "Open Source" project, brought to you under the terms of GPL v2. The goal of Keda will be, that you can envelope electrical circuits, find appropriate parts, simulate the circuit and find critical parts at different conditions. You have a comfortable output menu and also prototype milling and CNC drilling.

And not to forget the Online Database, which, if your are willed, you can extend with your parts too.

<<less
Download (0.42MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
804 downloads
PlayGUI 0.1.4

PlayGUI 0.1.4


PlayGUI is a java client for MPD. more>>
PlayGUI is a java client for MPD (Music Player Daemon).

It does all your basic music player stuff, and has nice searches.

MPD is music server designed to allow one music server to be controlled by one or more clients. These clients can be many of a long list, availible on the MPD wiki. This program is a java client, so it is compatible with Linux, Windows, and Mac OS.

Installation:

No installation is needed. Just run the jar file.

Configuration:

Configuration options can be set on the command line. Run the jar file with the flag "--help" for details.

Search

You can run a search entering it in the search box in the upper right. The search can be as simple as "beatles", but searches also allow both booleans and qualifiers. To do a boolean search, use the C-style "&&" for "and", and "||" for "or". Parenthesies are allowed for grouping, as are exclamation points preceeding terms (or groups) for exclusions. So a search of "(beatles || acdc) && hello" would yield all songs that contained "beatles" or "acdc" and also contained "hello". A search for "!foo" evaluates to everything that doesnt contain "foo".

Qualifiers let you choose which fields to search. The default is to search title, artist, filename, and album. If you want to only search a specific one, do a search as "X:Y":

f:X -- filename search
b:X -- band (artist) search
a:X -- album search
s:X -- song (title) search

These two can be combined, so the following search is fine: "b:Beatles || f:Beatles"

Play around with these.

<<less
Download (0.060MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1176 downloads
libRUIN 0.1.4

libRUIN 0.1.4


libRUIN is a rendering library for various XML-based user interface markup languages. more>>
libRUIN (Renderer for User Interfaces in Ncurses) is a rendering library for various XML-based user interface markup languages (such as XHTML or Mozilla XUL). libRUIN is using the Ncurses terminal control library as a rendering target.
GNU Guile and the SDOM Scheme module are used as the "glue" that manages user input and event handling (as such, event handlers must currently be written in Guile Scheme; support for ECMAscript event handlers is being considered for inclusion).
An application programmer passes an XML document (including, potentially, a set of CSS stylesheets) and an Ncurses WINDOW structure, and libRUIN paints the WINDOW according to the markup and CSS; the programmer may subsequently pass Ncurses-style input strings to that WINDOW via libRUIN, and libRUIN will handle the resulting event flows.
Enhancements:
- This release adds an implementation of the automatic table layout algorithm.
- The latest versions of SCSS and SDOM have been integrated, allowing automatic document type detection and several rendering correctness fixes.
- The API has changed to reflect the mitigated need for XML dialect specification.
- Issues related to rendering corruption and border widths have been resolved.
<<less
Download (0.48MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
959 downloads
Highlighter 0.1.4

Highlighter 0.1.4


Highlighter allows you to highlight text on a webpage by selecting it and clicking Highlight on the popup menu. more>>
Highlighter is a Firefox extension that allows you to highlight text on a webpage by selecting it and clicking "Highlight" on the popup menu. If you hold down the Shift key while opening the popup menu, a sub-menu appears with more advanced options.

Major features include an "Instant Highlight" function, a tracker system to keep count of how many highlights were made, a warning dialog when trying to leave a page with highlights and more.

"Instant Highlight" means that as soon as you select any text on the webpage, it automatically gets highlighted. There is no need to access the popup menu or press any shortcut keys.

Please see the screenshots in the "View more screenshots" link above or visit my homepage for more information.

<<less
Download (0.012MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
911 downloads
Lambda 0.1.4

Lambda 0.1.4


Lambda project is a Lambda calculus interpreter. more>>
Lambda project is a Lambda calculus interpreter.
It reduces lambda expressions and converts them into the S, K, and I combinators (ext). It has the ability to associate names with lambda expressions (def), load definitions from a file (load), and list current definitions (list).
Lambda expressions representing integers are automatically defined as needed. Many interesting combinators are provided in a definition file.
Various settings are provided to influence the way reduction and extraction are performed (set).
A short manual is provided showing how lambda works.
Main features:
- Load predefined lambda expression
- Many definitions provided: numbers Y fact map iszero list 1st 2nd 3rd ADD MUL EXP list suc pred . . .
- Automatic number definitions.
- Interpret lambda expressions.
- Single step interpretation.
- Normal or application order reductions.
- Variable extraction (Conversion to S K I)
- List definitions.
- Some lambda calculus theory.
<<less
Download (0.10MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1102 downloads
iBookshelf 0.1.4

iBookshelf 0.1.4


iBookshelf is an application for cataloging a book collection and designing bookshelves. more>>
iBookshelf is an application for cataloging your book collection and designing bookshelves based for it. Written in C#/Mono using the Gtk# graphical toolkit. This project is specifically an experiment in computer aided design
Main features:
- ISBN entry using CueCat, standard barcode scanner, or manual entry.
- Automatic data fetch using Amazon web services
- Manual book entry for non-catalogued books
- Bookshelf design based on most efficient book order.
<<less
Download (0.30MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
libplis 0.1.4

libplis 0.1.4


libplis is library for Perl-like string manipulation for C++. more>>
libplis is library for Perl-like string manipulation for C++. It includes the string class plis::slip and the list class plis::llip.
Together, these two provide the Perl-like methods that include regular expressions (through PCRE), split(), join(), grep(), chomp, tr///, s///, sprintf(), etc.
It can also be described as a C++ frontend to PCRE, but its array manipulations make it much more powerful than only that. libplis library comes with Doxygen API documentation.
Enhancements:
- A few new utility functions have been added (slip_read_file and slipvprintf), a memory leak has been fixed, and a few problems in the documentation have been fixed.
<<less
Download (0.33MB)
Added: 2006-07-04 License: LGPL (GNU Lesser General Public License) Price:
1208 downloads
GIPSpin 0.1.4

GIPSpin 0.1.4


GIPSpin is a graphical interface programming system which allows code to be visualized. more>>
GIPSpin is a graphical interface programming system which allows code to be visualized and which can generate threaded code.

The user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to implement threading.

Currently, simple C code can be automatically parsed and visualized. The user can also start with the GUI to construct code segments which are turned into C++ code.

Intended Audience:

Researchers and programmers who are interested in visual programming and threading. As stated in the development status, a lot of work remains to be done, and we would be happy for suggestions and comments.

We have found that the GIPSpin approach is also helpful for beginning programmers by reducing the intimidation factor in jumping right to text programming, and also helping develop better mental skills for grasping program flow. Seeing how the structured boxes generate code makes the task of programming seem less daunting.
<<less
Download (3.2MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1501 downloads
Kipi 0.1.4

Kipi 0.1.4


Kipi is an effort to develop a common plug in structure for digiKam, KimDaBa, Showimg, and GwenView. more>>
Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure for Digikam, KimDaBa, Showimg and Gwenview.
Kipis aim is to share image plugins among graphic applications. Kipi is based on the old digiKam plugins implementation and is maintened by digiKam team.
Kipi is based on the old digiKam plugins (0.6.x series) implementation.
Currently implemented plugins are listed below:
- GalleryExport: Interface for export images collections to remote Gallery web
- server.
- RawConverter: A raw image converter for digital cameras.
- SlideShow: Slideshow with effects ripped out from kslideshow and 3D effects
- using OpenGL.
- MpegEncoder: Create an MPEG slideshow from your images.
- ImagesGallery: An HTML gallery generator.
- PrintWizard: A wizard to print images in various format.
- JpegLossLess: Batch process your JPEG images without losing meta information
- and compression.
- CdArchiving: Archive your albums on CD or DVD using K3b.
- ScanImages: Scanner management using Kooka.
- ScreenshotImages: Snap screen based on KSnapshot and adapted to Kipi.
- Calendar: A plugin to create calendars.
- SendImages: A plugin to send images by email, allowing resizing and
- recompressing before sending.
- RenameImages: Batch image renamer.
- ConvertImages: Batch image converter.
- BorderImages: Add border to your images in batch.
- FilterImages: Batch image enhancer using digital filters.
- ColorImages: Batch image color enhancer.
- EffectImages: Batch image transformation effects.
- ResizeImages: Batch image resizer.
- RecompressImages: Batch image recompressor.
- FindDuplicateImages: Find duplicate images in albums.
- WallPaper: Set your image as wallpaper.
- TimeAdjust: Adjust image file time and date.
- KameraKlient: digiKam 0.6.2 Gphoto2 interface ported as a Kipi plugin
- (disable to digiKam 0.7.x series).
Enhancements:
- Update all translation files.
<<less
Download (7.4MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
pyraknet 0.1.4

pyraknet 0.1.4


pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet. more>>
pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet.
pyraknet allows you to concentrate on your game or application rather then writing a your own networking code. pyraknet is straightforward to implement and you only need a small amount of TCP/IP networking knowledge.
Main features:
- Easy to implement
- Cross platform
- High performance
- Low bandwidth overhead
- Automatic peer management. Each client is assigned an identifier.
- Optonally specify packets to be reliable -- packets will automatically resend themselves if dropped.
- Optonally specify packets to arrive in the right order, or to be discarded if it receives an old packet.
Enhancements:
- pyraknets license has changed to LGPL.
- There are now Mac OS X binaries and a few new methods.
<<less
Download (0.31MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
975 downloads
gvfsfind 0.1.4

gvfsfind 0.1.4


gvfsfind searches for files in a directory hierarchy. more>>
gvfsfind searches for files in a directory hierarchy. This project is inspired by the Unix find utility, but operates on URLs using gnome-vfs instead of the local file system.
For example, gvfsfind.py ftp://video.foo.org --type d --print prints all directories on the FTP server. gvfsfind.py ssh://skipper/srv/movie --type f -name ".*.vob" --exec "gnomevfs-copy %u ." copies all files ending with .vob from the host skippers directory /srv/movie, including its sub-directories.
Enhancements:
- A makefile has been added to simplify release.
- This release is packaged as a tar.gz archive.
- Support has been added for filenames including #.
- Support for use as a Python module has been added.
<<less
Download (0.008MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
803 downloads
IRMix 0.1.4

IRMix 0.1.4


IRMix is an audio mixer for Lirc. more>>
IRMix is an audio mixer for Lirc. It uses the Lirc infra-red receiver system to provide an imitation of a TVs on-screen display, and handles making audio volumes controllable from an infra-red remote control. If your X server supports the Xft extension, Irmix will use it to add a nice translucent effect to the OSD window.
This is my first Linux project, so please feel free to provide me with feedback and constructive criticism.
Main features:
- Xinerama support (thanks to Mark Lipscombe)
- A new command: select, which selects a given channel, and displays it without adjusting its level. (Thanks to Maciek Pasternacki)
- ALSA Support (thanks to Fran Taylor)
<<less
Download (0.059MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1180 downloads
GPS04 0.1.4

GPS04 0.1.4


GPS04 is a desktop companion to the Zoom PS-04 Palmtop Studio. more>>
GPS04 is a desktop companion to the Zoom PS-04 Palmtop Studio, a pocket-sized audio recorder with rhythm sequencer.
This project is still in an early stage of development, and may be of primary interest to developers. The application is developed under Linux, but should be able to compile and run under most POSIX operating systems.
The Zoom PS-04 Palmtop Studio is a pocket-sized digital recorder for audio (you can reach their homepage here). GPS04 aims to be a software companion to this gadget, much as Palm Desktop is the desktop companion to PalmPDAs.
Why?
With every kind of digital recorder, you need a way to communicate with other parts of your studio equipment, to transfer data to other applications or to master a CD. Since the PS-04 has no means of data transfer other than a Smart Media card, and the stored files are in a custom format, you need special tools to read your projects and convert them to other formats. Zoom provides a free downloadable audio converter for Windows - no such tool exists for other operating systems.
Moreover, since the PS-04 is a very small device, it can be difficult and frustrating to try to get an overview of a song project, with all audio tracks, effect patches, rhythms and mixer settings. You have a lot more space on the computer screen to show tracks and parameters.
Enhancements:
- Audio tracks view with export facilities.
- New utility gps04-aud2wav for command-line exporting of audio.
<<less
Download (0.47MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1005 downloads
slackcurrent 0.1.4

slackcurrent 0.1.4


Slackcurrent is a tool that checks if there are newer versions of packages installed on Slackware boxes. more>>
Slackcurrent is a package to check for newer packages installed on your Slackware box on the current set on some mirror site you select on a list.

slackcurrent script gets the list of packages installed local, if needed update the list of remote files available on the mirror site, and compares they all. If some local package is outdated, youll be informed about that.

<<less
Download (0.018MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1292 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5