Main > Free Download Search >

Free base91 0.6.0 software for linux

base91 0.6.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 120
basE91 0.6.0

basE91 0.6.0


basE91 is an advanced method for encoding binary data as ASCII characters. more>>
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data.
basE91 amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines.
Enhancements:
- The encoding/decoding routines have been restructured to be thread-safe, and the syntax of the commandline frontend is more similar to base64 from the GNU coreutils now.
<<less
Download (0.004MB)
Added: 2006-11-03 License: zlib/libpng License Price:
760 downloads
Brasero 0.6.0

Brasero 0.6.0


Brasero is a disc authoring tool for the gnome desktop. more>>
Brasero is yet another application to burn discs for the gnome desktop. Brasero project is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.
Main features:
- burn data and audio discs
- copy data and audio discs
- erase rewritable discs
- allows full editing of data discs (remove/move/rename files inside a directory, ...) as well as audio discs
- preview of songs and films
- can use any file from the network (samba, ftp, ...) as long as the protocol is supported by gnome-vfs
- full drag and drop (including from nautilus)
- search through files thanks to beagle
- file change notification thanks to inotify
- convert any audio file format supported by gstreamer
- use gdl for a customizable interface
- search, parse and display of playlists
- detects discs through Hal
<<less
Download (1.3MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
838 downloads
brisk 0.6.0

brisk 0.6.0


brisk is an implementation of the Briscola in 5 card game that uses Ajax technology. more>>
brisk is an implementation of the Briscola in 5 card game that uses Ajax technology.
Enhancements:
- Internet Explorer 6 and 7 compatibility.
- A shared decision to exit a game.
- Sound advice.
- The "No points in hand" case is managed.
<<less
Download (0.087MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
976 downloads
libavg 0.6.0

libavg 0.6.0


libavg is a library for media presentations and installations that is meant to make Macromedia Director superflous. more>>
libavg library is made for media presentations and installations that is meant to make Macromedia Director superflous.
Installations are scripted using an XML-based layout language and Python for interaction.
Multimedia on linux has made great progress. A few years ago, video support was very limited, low-latency-audio was impossible and getting jitter-free performance was a nightmare. This has changed, and all thats really missing is some glue that joins the different libraries. libavg is an effort to do for multimedia installations what the Gimp did for image editing, what OpenOffice did for word processing... and what Linux did for operating systems in general: give people an alternative thats free (as in speech, not beer).
Presumably, companies will be using avg too, but the main effort will be to support artists and designers that dont have the resources to buy commercial software. Of course, that means that the system needs to run well on old computers, while allowing the use of all features on modern pcs.
It should be almost as easy to build installations as it is to build a web page. Designing interactive systems will still need some programming skills, but this should be kept to a minimum. A avg installation consists of one or more xml files that describe screen layout(s) and corresponding python scripts that describe the dynamics of the installation: What to do when a user interacts with the system, some time has elapsed or any other input has arrived. The result is that the xml files are as easy to edit as html is - and many of the methods used for the interactive parts should be very familiar to anyone whos used javascript on a web page.
Enhancements:
- In addition to many minor improvements, this version adds support for dynamically adding nodes to and removing nodes from an active avg tree, thus making the library a lot more flexible.
<<less
Download (6.2MB)
Added: 2006-10-28 License: LGPL (GNU Lesser General Public License) Price:
1091 downloads
GnomeBaker 0.6.0

GnomeBaker 0.6.0


GnomeBaker is a Gnome CD/DVD burning application. more>>
GnomeBaker is a GTK2/Gnome CD/DVD burning application. Ive been writing it in my spare time so progress is fairly slow.
Its more of a personal project as I wanted to have a go at developing on Linux and I figured that as I had got this far I may as well let it loose on the world. Maybe someone will like it and use it.
It requires a recent version of cdtools (cdrecord, readcd, cdda2wav and mkisofs), version 2 or greater should be okay.
Main features:
- Create data cds
- Blank rewritable disks
- Copy data cds
- Copy audio cds
- Burn existing cd iso images
- Can burn via scsi and atapi on linux kernels 2.4 and 2.6. Basically if cdrecord works then GnomeBaker will work.
- Drag and drop to create data cds (including DnD to and from nautilus)
- Create audio cds from existing wavs, mp3, flac and oggs
- Integrate with gconf for storage of application settings
- Burn DVDs.
- Supports multisession burning
- Blank/Format DVDs
- Burn Cue/Bin files
- Burn data cds on the fly
<<less
Download (1.1MB)
Added: 2006-09-16 License: GPL (GNU General Public License) Price:
1151 downloads
Beehive 0.6.0

Beehive 0.6.0


Beehive Linux is a distribution made by system administrators, for system administrors. more>>
Beehive Linux is a distribution made by system administrators, for system administrors.
Its intent is to provide fast and clean setup of workhorse servers and workstations.
Not for the inexperienced, Beehive includes native Reiserfs support.
Enhancements:
- Mostly a lot of updates, check the 0.6.0/allfiles.lst for specifics. Seems noticeably faster than 0.5.0 for some reason.
- Gnome was removed because, well, nobody wanted to hassle with it. Its a major PITA to build, and It doesnt really add anything that KDE doesnt, so....
<<less
Download (519MB)
Added: 2005-05-09 License: GPL (GNU General Public License) Price:
1650 downloads
strhash 0.6.0

strhash 0.6.0


strhash is a hash table library. more>>
strhash is a hash table library.
A strhash is an associative array, mapping keys to values. Keys and values may be strings of up to 2 gigabytes (2^31) bytes of length, containing any possibly character. Keys need not be unique.
All hashing libraries i used before had some kind of more or less annoying limitations.
Main features:
- key sizes are often limited to a few or a few hundred bytes. While this is often enough is sometimes bites.
- key values are sometimes limited to a restricted character set.
- data sizes are also often limited.
- data values are sometimes limited to a restricted character set.
- the number of keys is often limited. Sometimes the libraries havent even been tested against a large number of keys, which is a recipe for disaster.
- keys may need to be unique.
- the implementations sometimes only have a high-level interface which make it hard to put wrappers around it. Strhash on the other hand only has a low-level interface and is explicitly meant to be used to but higher layers on top of it.
Enhancements:
- Added the strhash_load and strhash_save functions to save a hash to a file and reload it again.
<<less
Download (0.032MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1239 downloads
libnaji 0.6.0

libnaji 0.6.0


libnaji is a library of functions which najitool uses, and other programmers could use in their own programs. more>>
libnaji is a library of functions that najitool uses, and other programmers could use in their own programs.
Generally, najitool generates, converts, filters, and encrypts files. It also has a lot of other miscellaneous functions, such as an Arabic to English letters and vice versa transliteration system, it has programming functions like bin2c which makes a compileable source code file out of any file, like picture files for use in a C program.
najitool can generate:
A list of numbers in English or Turkish words from 1 to 9999
HTML pages with every possible Unicode letter/symbol
Preprogrammed .BMP pictures, nice for wallpaper
Big ASCII art sentences
Multiplication squares
Random character text files (useful for secure passwords)
najitool can convert:
UNIX to DOS/Windows text format and vice versa
Tabs to spaces
Text to HTML
najitool can filter:
Make a copy of a file skipping specified characters
Make a copy of a file using only specified characters
najitool can also:
Flip every bit in every byte of a file (0s to 1s and 1s to 0s)
Dump files in hexidecimal
Count words in a file
Compare files
Reverse files
Split files
Join files
najitool has:
two secure file deletion functions
two file encryption functions
Enhancements:
- 52 new functions were added, including an MP3 splitter, an MP3 tag viewer, and an MP3 tag editor.
<<less
Download (0.043MB)
Added: 2006-05-01 License: Public Domain Price:
1272 downloads
Cobbler 0.6.0

Cobbler 0.6.0


Cobbler is a provisioning configuration tool that enables administrators to rapidly set up environments. more>>
Cobbler project is a provisioning configuration tool that enables administrators to rapidly set up environments for (simultaneously) provisioning PXE, installing Xen, and re-provisioning existing machines.
Set up of a PXE server, once a very manual process, is now greatly simplified. Cobbler also enables integrating Xen into a PXE provisioning infrastructure.
The application is designed for managing the provisioning of 1000s of machines or only just a few. Extensive documentation is provided in the accompanying manpages. Cobbler is easy to use and has an accompanying Python API.
Enhancements:
- This is a stable release that brings in Cobbler features developed since 0.4.0.
- These include dnsmasq integration support (DHCP+DNS), profile inheritance, qemu/KVM support for koan, XMLRPC interface upgrades, greater templating capabilities, control over install locations for virtual machines, support for importing distribution trees on external files, an enhanced trigger system, and numerous other improvements.
<<less
Download (0.21MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
815 downloads
Zekr 0.6.0

Zekr 0.6.0


Zekr is an open platform for research and development on the Holly Quran. more>>
Zekr is an open platform for research and development on the Holly Quran.

It is a Quran based project, planned to be a universal, open source, cross-platform application to perform most of the usual refers to Quran.

The main idea is to build an as generic as possible platform to be capable of having different add-ins for its tasks.

The current release, 0.2.0, is planned to search the Quran, and support multiple languages The program is written in Java (HotSpot JVM), using Eclipse IDE, and SWT as the widget toolkit.

<<less
Download (4.5MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
1115 downloads
CELT 0.6.0

CELT 0.6.0


CELT is an experimental audio codec for use in low-delay communication. more>>

CELT 0.6.0 is created to be an experimental audio codec for use in low-delay communication. CELT stands for "Code-Excited Lapped Transform". It applies some of the CELP principles, but does everything in the frequency domain, which removes some of the limitations of CELP.

Major Features:

  1. Ultra-low latency (typically from 3 to 9 ms)
  2. Full audio bandwidth (44.1 kHz and 48 kHz)
  3. Stereo support
  4. Packet loss concealment
  5. Constant bit-rates from 32 kbps to 128 kbps and above
  6. A fixed-point version of the encoder and decoder
  7. The CELT codec is meant to close the gap between Vorbis and Speex for applications where both high quality audio and low delay are desired.

Enhancements:

  • Has just been released, with many quality improvements, including better stereo coupling, better handling of transients, and better handling of highly tonal signals.
  • Packet loss robustness has been improved through the optional use of independent (intra) frames.
  • Supports a larger dynamic range, suitable for encoding 24-bit audio (float version only).
  • There is also a very early VBR implementation.
<<less
Added: 2009-07-07 License: BSD License Price: FREE
13 downloads
TuxUsers 0.6.0

TuxUsers 0.6.0


TuxUsers application is a user management KControl module and stand alone utility. more>>
TuxUsers application is a user management KControl module and stand alone utility.
It allows very wasy user accounts management:
- User creation, deletion and modification.
- Change KDM start icon.
- Predefined groups for new users to ease new user permissions.
- Thinkfinger fingerprint reader suported to add easily fingerprint auth. for your system.
<<less
Download (0.13MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
824 downloads
SlpTK 0.6.0

SlpTK 0.6.0


SlpTK is an ANSI C library, a set of utilities, and scripts for natural language processing. more>>
SlpTK is an ANSI C library, a set of utilities, and scripts for natural language processing. It provides data structures and treatments related to lexical and syntactic levels.

<<less
Download (1.6MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
943 downloads
Deska 0.6.0

Deska 0.6.0


Deska project is a graphical representation of chess games from PGN files. more>>
Deska project is a graphical representation of chess games from PGN files.

Deska provides graphical representations of chess games from PGN files.

It can load chess games from big PGN-files, edit and save games, use Crafty or Phalanx for analysis, search by players, events, or results, provide different board styles, etc.

<<less
Download (0.21MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
nload 0.6.0

nload 0.6.0


nload is a console application which monitors network traffic and bandwidth usage in real time. more>>
XPortScan is a cross-platform lightweight gui multi-threaded port scanner. This is the XPortScan v. 2.1 beta
Currently only tcp connect() scanning (vanilla scan) is included, although more advance port scan methods are in the works. (actually you can see how its going in the source code.)
Enhancements:
- ported to HP-UX
- add some useful key shortcuts
- fixed some memory leaks (also on BSD), uninitialized variables
- fix compilation with gcc 3.x
- a bit of source code cleanup
<<less
Download (0.038MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
837 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5