Main > Free Download Search >

Free being part software for linux

being part

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3202
Kexi Report Part 0.0.4

Kexi Report Part 0.0.4


Kexi Report Part is a reporting component for Kexi 1.6 based on OpenRPT 1.2. more>>
Kexi Report Part is a reporting component for Kexi 1.6 based on OpenRPT 1.2.
Main features:
- A report viewer for Kexi
- An external report designer (KexiReportWriter) based on the OpenRPT writer program
Known Working Features
- Page Header
- Page Footer
- Report Header
- Report Footer
- Detail section
- Labels
- Lines
- Fields
- Page Browser
How To Create Report
1. Install the component following the instructions in INSTALL
2. Run KexiReportWriter to start designing a report
3. Select Database->Connect to DB
4. Browse to an existing Kexi Database and open it
5. Create a new report (File->New)
6. Assign a data source to the report (Document->Properties)
7. Create the report using labels/fields/lines
8. Assign columns to the field objects (Double click for properties)
9. Save the report. (Database->Save to DB)
10. Load the database in Kexi and double click the report to view it
Enhancements:
- Removed requirement to have kexi source available to install the plugin.Done this by including the needed kexi headers in the package. Only downside is that kexi 1.1.3 (from koffice 1.6.3) is required.
<<less
Download (1.7MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
525 downloads
List::Part 0.03

List::Part 0.03


List::Part is a Perl module that allows you to partition one array into several. more>>
List::Part is a Perl module that allows you to partition one array into several.

SYNOPSIS

use List::Part;
($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad
(*good, *bad)=part { !/substring/ } @array; #store into @good and @bad

ABSTRACT

List::Part implements the part function, allowing one array to be "partitioned" into several based on the results of a code reference.

There are many applications in which the items of a list need to be categorized. For example, lets say you want to categorize lines in a log file:

my($success, $failure)=part { /^ERR/ } ;

Or, suppose you have a list of employees, and you need to determine their fate:

my($lay_off, $give_raise, $keep)=part {
$_->is_talented ? 0
: $_->is_executive ? 1
: 2
} @employees;

Actually, the second one is better suited to parts alternate form, parta:

my($lay_off, $give_raise, $keep)=parta
[ sub { $_->talented }, sub { $_->is_executive }, qr// ] =>
@employees;

Or maybe you just want yet another way to write the traditional Perl signoff:

perl -MList::Part -e"print map{@$_}part{$i++%5}split,JAercunrlkso ettPHr hea,"

List::Part can help you do those sorts of things.

<<less
Download (0.004MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
Decibel Audio Player 0.05

Decibel Audio Player 0.05


Decibel Audio Player project is a GTK+ open-source (GPL license) audio player designed for GNU/Linux. more>>
Decibel Audio Player project is a GTK+ open-source (GPL license) audio player designed for GNU/Linux, which aims at being very straightforward to use by mean of a very clean and user friendly interface.
It aims also at being a real audio player and, as such, it does not include features that are not meant to be part of an audio player. These features (e.g., tagging) generally have a really better support in specialized software. If youre looking for an audio player than can also make coffee, then you should stay away from Decibel and give a try to other players (e.g., Amarok, Exaile).
Decibel Audio Player is still in early stage of development, so dont expect a lot of bells and whistles.
Enhancements:
- Added a dependency system, that prevents a module from being loaded if it depends on uninstalled Python packages
- Added a StatusIcon module (adds an icon to the notification area)
- Added a shuffle feature
- Added two new fields (playlist position and playlist length) to the available information about a track (e.g., in DesktopNotification)
- Added a refresh feature to the file explorer (use the popup menu)
- Added the possibility to show/hide hidden files in the file explorer (use the popup menu)
- Better dragndrop support in the playlist
- Enabled multiple selection mode in the file explorer
- Hide the desktop notification upon quitting or stopping if it is still displayed
- Fixed a crash when choosing a directory (in the combo box) that has been deleted
- Fixed a crash when trying to play something that has been removed from the disk
<<less
Download (0.10MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
815 downloads
Xherkin 0.6.5

Xherkin 0.6.5


This is a PHP framework being developed as part of a new CMS. more>>
Xherkin 0.6.5 is an excellent utility for web developers. It is a PHP framework being developed as part of a new CMS.

Requirements:

  • PHP
<<less
Added: 2009-07-15 License: LGPL v3 Price: FREE
1 downloads
Beatfish 0.2.1

Beatfish 0.2.1


Beatfish is a music machine. more>>
Beatfish is a music machine.

It has 8 drum channels, two feedback delays and a VCF303 filter. You can drag notes around on the drum machine and there is a scrub bar for scrubbing on the loop as it is being played.

<<less
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1312 downloads
LXSession 0.1.1

LXSession 0.1.1


LXSession is a lightweight X11 session manager derived from XSM. more>>
LXSession is a lightweight X11 session manager derived from XSM.

LXSession is the default X11 session manager of LXDE. (LXDE: Lightweight X11 Desktop Environment) http://lxde.sourceforge.net/

Though being part of LXDE, its totally desktop-independent. It doesnt depend on any desktop environment, and has few dependencies. The goal of this project is to make a simple and clean a X11 session manager which isnt tight to any desktop environment.

We know that GNOME session by default loads GNOME, XFCE4 session by default loads XFCE, and what will LXSession load then? "Its all up to you." You can give it a list of applications you want to launch, including window manager and other components of a regular desktop environment should have. Then, give this combination a new name, and you can have "your own custom desktop environment" now.

At the end of this README file, there will be a tutorial telling you how to create your own new desktop environment. So, be patient.

By default LXSession ships with a set of config files giving you a new desktop environment called LXDE. When you choose LXDE in GDM, KDM, or simply execute startlxde in xinitrc, When launching, LXDE will load icewm (window manager), pcmanfm (file manager), and lxpanel (desktop panel).

This, of course, can be changed, but I guess users will be intrested in creating their own new customized DE.

Check these files with text editors to see how LXSession works. These files define a default session named LXDE:

/usr/share/xsessions/LXDE.desktop: Add an entry in GDM & KDM
/usr/bin/startlxde: Convinient script launching LXDE
/etc/LXSM-LXDE-Default: Default programs loaded when LXDE is started,
containing window manager, desktop panel...etc.

You can create your own desktop session and give it a new name. For example, lets create a new desktop environment called MyDE.

1. Copy /usr/share/xsessions/LXDE.desktop to
/usr/share/xsessions/MyDE.desktop
2. Edit MyDE.desktop with the text editor you like. Replace all LXDE
with MyDE, and replace startlxde with startmyde.
3. Copy /usr/bin/startlxde to /usr/bin/startmyde.
4. Edit startmyde with text editor, and again, replace LXDE with MyDE.
5. Copy /etc/LXSM-LXDE-Default to /etc/LXSM-MyDE-Default
6. Edit LXSM-MyDE-Default, and list the programs you want to launch when
MyDE gets started in the file. Note that you had better not remove
"smproxy" since this can make programs without session management
support supported by session manager.
7. Done. Logout to check if your DE appears in the menu of GDM or KDM.
If not, restart them. If you dont use display manager, you can add
startmyde to your xinitrc to see if it works.

<<less
Download (0.025MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1076 downloads
gvSIG 0.6

gvSIG 0.6


gvSIG is an easy to use Java desktop GIS. more>>
gvSIG is a tool oriented to manage geographic information. gvSIG project is characterized by a user-friendly interface, with a quick access to the most usual raster and vector formats. In the same view it includes local as well as remote data through a WMS or WFS source.

It is aimed at users of geographic information, whether professionals or civil servants (city councils, councils, regional councils or ministries) from any part of the world ( at the moment its interface is in Spanish, Valencian, English, Basque, Czech , French, German, Italian and Portuguese), in addition to being freeware.

Given its freeware nature (open source) it is highly interesting for the international community of developers and, in particular, for university settings due to its R&D&I component. In fact, special emphasis has been placed on the expansion of the project so that potential developers can easily expand the functions of the application, as well as develop completely new applications from the libraries used in gvSIG (as long as they comply with the GPL license).
<<less
Download (28.2MB)
Added: 2006-05-14 License: GPL (GNU General Public License) Price:
1267 downloads
GNU 3DKit

GNU 3DKit


GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC. more>>
GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC.

GNU 3DKit is part of the GNUstep environment, which provides an object-oriented application development framework and tool set.

<<less
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
Parted Magic 1.8

Parted Magic 1.8


Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. more>>
Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. Although GParted and Parted are the main programs, the CD/USB also offers programs like partimage, testdisk, fdisk, sfdisk, dd, etc...
Parted Magic is based on my work from the GParted LiveCD project and falls under the terms of the GPL.
Enhancements:
- We added dd_rhelp, sdparm, mbr, and xfburn for starters. Updated programs: linux-2.6.22, e2fsprogs-1.40.2, ntfs-3g-1.710, dd_rescue-1.13, ddrescue-1.5, leafpad-0.8.11, file-4.21, testdisk-6.7, mdadm-2.6.1, pciutils-2.2.5, syslinux-3.51, isomaster-1.0, hdparm-7.4, xfsprogs_2.8.21-1, busybox-1.5.1, and usbutils-0.72. All menus are bypassed now. After the syslinux menu, it boots to the desktop without any other interruptions. You can now create the LiveUSB from the LiveCD by using our new USB Operations program...
<<less
Download (35.6MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
536 downloads
Konqueror Anti-Phishing Toolbar 0.1.0

Konqueror Anti-Phishing Toolbar 0.1.0


Konqueror Anti-Phishing Toolbar is an extension for the Konqueror browser that helps protect against phishing attacks. more>>
Konqueror Anti-Phishing Toolbar is an extension for the Konqueror browser that helps protect against phishing attacks.

See http://opdb.berlios.de/doc/karpion-manual.html for a short guide to the
Konqueror Anti-Phishing Toolbar.

Installation:

The file INSTALL contains generic installation instructions.

The Anti-Phishing toolbar requires libphish, a library to interact with the Open Phishing Database. libphish can be obtained at the OPDB website, at http://opdb.berlios.de/.

Installation is basically done as usual:
./configure
make
make install

with the latter command being executed as root.

ABOUT OPDB

The Konqueror Anti-Phishing toolbar is part of the Open Phishing Database project, an effort to create and maintain and open database of phishing sites in order to protect users, in addition to providing extensions to browsers that utilise the database.

THE ICON

The anti-phishing icon is based on the babelfish icon from Everaldos crystal icon set for KDE: http://www.kde-look.org/content/show.php?content=8341
<<less
Download (0.40MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1291 downloads
Beyond The Red Line Demo

Beyond The Red Line Demo


Beyond the Red Line is a stand-alone total conversion for the award-winning Freespace 2. more>>
Beyond the Red Line project is a stand-alone total conversion for the award-winning Freespace 2 released by Volition and Interplay for the PC. It is based on the popular new tv-show Battlestar Galactica. No, not the one from the 70s.
Will I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
<<less
Download (MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
pytags Beta

pytags Beta


pytags is a Python library capable of reading and writing MP3, FLAC and OGG file tags. more>>
pytags is a Python library capable of reading and writing MP3, FLAC and OGG file tags.

Being tired of having to use a different API calls for the main 3 media files in my library I created this library class. It utilizes pyid3lib, python-vorbis and python-flac as backends. None are required, however, it is up the program implementing the class to decide which backends are needed. Note this library has not been widely tested yet. It is just being subject to release early and release often. That being said I have not suffered any corruption during any part of the development besides perhaps the loss of tag data.

Given that the Vorbis and FLAC tags are wildly different from ID3 some liberties have been taken on my part. While ID3 is limited to one field of each data Vorbis/FLAC can have as many as you want. This library handles that by only returning the first match on a get query. (Perhaps in the future they will all be returned) On a set query the new item will just be added on to the others. If a set then get occurs the last one set will be returned. Feel free to contact me tkorody you.know.what.to.do socal.rr.com with any questions or comments you may have.

Example of the API:

import pytags, os

print pytags.tags.get_Supported_Formats()
try:
media_file = pytags.tags(a_cool_song.flac)
except FileNotSupported:
print This file doesnt seem to be supported
os.exit(-1)

# Note the str() is used because None type object can get returned!
print Artist is + str(media_file.get_Artist())
print Album is + str(media_file.get_Album())
print Title is + str(media_file.get_Title())
print Track Total is + str(media_file.get_TrackTotal())
print Track Number is + str(media_file.get_TrackNumber())
print Genre is + str(media_file.get_Genre())
print Disc Number is + str(media_file.get_DiscNumber())
print Comment is + str(media_file.get_Comment())
print Date is + str(media_file.get_Date())

print Now Settings Tags!

text=Boring

media_file.set_Artist(text)
media_file.set_Genre(text)
media_file.set_Album(text)
media_file.set_Title(text)
media_file.set_TrackTotal(9)
media_file.set_TrackNumber(3)
media_file.set_DiscNumber(1)
media_file.set_Comment(text)
media_file.set_Date(1996)

<<less
Download (MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
932 downloads
BlueJ 2.2.0

BlueJ 2.2.0


BlueJ is an integrated Java environment specifically designed for introductory teaching. more>>
BlueJ project is an integrated Java environment (Java IDE) specifically designed for introductory teaching.
The BlueJ environment was developed as part of a university research project about teaching object-orientation to beginners. The system is being developed and maintained by a joint research group at Deakin University, Melbourne, Australia, and the University of Kent in Canterbury, UK. The project is supported by Sun Microsystems.
The aim of BlueJ is to provide an easy-to-use teaching environment for the Java language that facilitates the teaching of Java to first year students. Special emphasis has been placed on visualisation and interaction techniques to create a highly interactive environment that encourages experimentation and exploration.
BlueJ is based on the Blue system. Blue is an integrated teaching environment and language, developed at the University of Sydney and Monash University, Australia. BlueJ provides a Blue-like environment for the Java language.
The BlueJ project started at Monash University in Melbourne, and later split and migrated to its current locations.
BlueJ is implemented in Java, and regularly being tested on Solaris, Linux, Macintosh, and various Windows versions. It should run on all platforms supporting a recent Java virtual machine.
Main features:
- fully integrated environment
- graphical class structure display
- graphical and textual editing
- built-in editor, compiler, virtual machine, debugger, etc.
- easy-to-use interface, ideal for beginners
- interactive object creation
- interactive object calls
- interactive testing
- incremental application development
<<less
Download (3.1MB)
Added: 2007-07-06 License: Freely Distributable Price:
847 downloads
Shift Linux 0.5 RC1

Shift Linux 0.5 RC1


Shift Linux is designed to give the user an experience of being part of the Neowin community. more>>
Shift Linux is designed to give the user an experience of being part of the Neowin community as well as having a simple, easy-to-use Live CD that can be installed to your hard drive, if you enjoy the way our distribution works. Shift is a free, GPL-based Linux distribution that can be freely distributed or modified. There are no restrictions with Shift.
Shift Linux is a project that was created by the Neowin community (http://www.neowin.net). Based on Morphix Linux, Shift is Debian based, therefore it has access to all of the software and applications as other Debian distributions.
As we developed Shift, we decided to produce different versions of Shift for computers with lighter or more robust hardware configurations. We have produced Shift with Fluxbox as the predominant desktop manager, and Shift with Gnome, for heartier machines. We will also add a version that gives the user the opportunity continue to add different desktop managers as time goes on.
The project team consists of members with a wide variety of experiences and talents. Each has contributed in his / her own way. Whether team members have worked on the distribution itself, or the Shift website, their efforts have been dedicated to creating this quality product.
Enhancements:
- Shift Linux 0.5 (RC-1) is released. Shift Linux is a project that was created by the Neowin community. Neowins Shift Linux is designed to give the user an experience of being part of the Neowin community as well as having a simple, easy-to-use live CD that can be installed to a hard drive. Shift Linux 0.5 (RC-1) comes in three fully-branded editions: KDE, GNOME and Fluxbox, all live CDs. Included in this version are many popular packages, wireless support, and a desktop installer. Please feel free to try it out and post any bugs that you may find.
<<less
Download (509MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
796 downloads
jbofihe 0.38

jbofihe 0.38


jbofihe is a project that parses Lojban text and provides rough English translation. more>>
jbofihe is a project that parses Lojban text and provides rough English translation.
jbofihe (or more correctly jbofie) is a parser for checking the grammatical correctness of Lojban text.
It also provides approximate translations of Lojban into English. (Lojban is a constructed human language with the interesting property that its grammar can be cast into a form that Bison can parse.)
The package includes cmafie (a smaller version without grammar checking), and a program to aid lujvo (compound word) construction.
Main features:
- checking grammatical correctness of Lojban text
- displaying successfully analysed text with nesting of grammatical constructs shown (either inline or as a tree)
- displaying approximate word-for-word English translations of the Lojban words, with some limited part-of-speech adjustment of the English forms.
- showing which sumti fill each of the places of each selbri
- (optionally) performing various analyses regarding elidable terminators : inserting missing ones, checking for all of them being present, identifying redundant ones.
<<less
Download (0.38MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1087 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5