Main > Free Download Search >

Free 1.3a vs 1.3b software for linux

1.3a vs 1.3b

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 118
Cymbaline 1.3b

Cymbaline 1.3b


Cymbaline is a learning music player. more>>
Cymbaline is a learning music player. In random mode, it will play your favorite tracks more often.
It also allows album-based navigation: you can start playing the next album, skip 2 albums ahead, go to a specific album, etc.
It has a random queue mode where you see a list of randomly chosen tracks that play consecutively. The queue is also built based on song scores.
Main features:
- Automatic song-rating system.
- Album-centered navigation. (e.g. jump two albums down, jump to last album)
- Random mode plays high-rated songs more often.
- Random queue mode - a list of random tracks you can edit.
- Vi-like one-key commands.
- Keyboard shortcuts can be easily changed.
- Find track by filename.
- Build playlists on the fly based on specified score threshold.
- Random directory mode plays high-scored directories more often.
- Add directories recursively.
- Terminal color support.
- Command-line interface (no GUI).
- You can manually set song scores.
- No mouse - full keyboard control.
- New in 1.3: mouse support.
- Its possible to control player externally e.g. by creating window-manager shortcuts.
<<less
Download (0.039MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1271 downloads
karss 0.31

karss 0.31


karss is an rss aggregator that displays multiple feeds in a single SuperKaramba theme, with entries sorted chronologically. more>>
karss is an rss aggregator that displays multiple feeds in a single SuperKaramba theme, with entries sorted chronologically. karss theme is based on multirss v1.2 by N7DR.

Differences include:

default dark background
larger font size (12 vs 10)
more entries at one time (25 vs 20)
reports "last updated" as time from last update
config option to use firefox instead of konqueror
rewritten and more managable innards

IMPORTANT INFO:

This theme depends on the PyXML package (for now). If you run it from command-line (superkaramba karss-03.skz), and get the following error:

> AttributeError: module object has no attribute DefaultHandler

Try installing the PyXML package. In kubuntu I believe this is called python-xml, so "sudo apt-get install python-xml". Please let me know if there are any other errors!

The first time you run karss, it will create a file feedlist.xml in a folder in your users superkaramba directory (usually ~/.superkaramba/karss) The format of the xml file should be fairly self-explanatory. Modify it accordingly to add or remove feeds.

Other features/improvements may be added later on.

Feedback/comments/screenshots appreciated!

<<less
Download (0.046MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
933 downloads
md5mon 1.3b

md5mon 1.3b


md5mon checks that certain system files have not been modified and it uses md5sum to compute checksums of files. more>>
md5mon checks that certain system files have not been modified and it uses "md5sum" to compute checksums of files. Optionally, a somewhat more secure, but slower, "shasum" can be used instead of "md5sum".
This is the installation procedure:
Unpack the distribution into a directory such as /usr/local/md5mon or any other directory. The necessary files include: md5mon and several dirs_X" and exclude_X files, where X is a number (0, 1, ...) The script will create or update all files in the same directory where "md5mon" resides. You may choose the directory at an inconspicuous location, for example /etc/X11/app-defaults/xyterm/, you can make this directory and all files inside it readable only to root and rename "md5mon" to something else, if you feel that it helps improve security. Ancillary file names are also easily configurable by editing the script.
Main features:
- There are two main actions: create the checksum lists and verify the checksums. There is also a "packaging" action and a "reconcile" action.
-
- Files are selected by directories and optionally filtered through exclusion lists to prevent scanning of inessential files.
-
- Lists of directories to be monitored are configurable to several "levels" so that the user might put a few of the most important files at one level and a larger number of less crucial files at another level.
-
- The script will report all discrepancies found in checksums to a log file, so it is suitable for cron jobs. One could use the "-q" or "--quiet" option to prevent printing of messages unless mismatches are found.
-
- The "packaging" action can be used to archive all current checksums together with the script and with copies of the "find" and "md5sum" binaries for secure storage on external media. After packaging all your levels securely you can be sure that you will definitely be able to detect any changes to the monitored files.
-
- The script maintains its own integrity checksum in a small file which may be optinally stored on a read-only floppy media or on a remote computer and read at each checkup (the command to get this file must be specified within the script).
Enhancements:
- quick bugfix: did not update sums correctly in some cases
<<less
Download (0.012MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1198 downloads
EncFS 1.3.2

EncFS 1.3.2


EncFS is a FUSE-based encrypted virtual filesystem for Linux. more>>
EncFS provides an encrypted filesystem in user-space. EncFS runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. You can find links to source and binary releases below.

As with most encrypted filesystems, Encfs is meant to provide security against off-line attacks; ie your notebook is stolen, your backups are stolen, etc. The way Encfs works is different from the �loopback� encrypted filesystem support built into the Linux kernel because it works on files at a time, not an entire block device.

You do not need to allocate storage ahead of time for EncFS.

Advantages of a pass-thru system vs an encrypted block device:

An empty EncFS filesystem consists of a couple dozen bytes. With a loopback encrypted filesystem, you allocate a filesystem ahead of time with the size you want.

An EncFS filesystem can be backed-up on a file-by-file basis. A backup program can detect which files have changed, even though it wont be able to decipher the files. This way backups can be made without needing to mount the encrypted filesystem.

An EncFS acts as a translator for filenames and file data and should theoretically be able to pass through to any underlying filesystem. You could have an EncFS filesystem on a DVD, or a DVD mounted remotely and served through a Samba server and mount it locally with EncFS in order to view the encrypted data (your mileage may vary).

<<less
Download (0.60MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
988 downloads
Argante 1.1b

Argante 1.1b


Argante provides a secure, distributed, and fast VS machine. more>>
Argante provides a secure, distributed, and fast VS machine.

Argante is a fully operational, virtual environment for effective, secure, and accurate development of network appliances and other solutions (distributed routers, heterogenic, and self-adapting clusters).

Argante is a fully virtual environment for running applications on Unix
systems. This makes many people think about Java and its sandbox for example, although the technical reasons Argante is based on were totally different.

For one thing, Argante is a complete operating system. It has its own
implementation of processes, inter-process communication, filesystem,
access control... All built on the top of basic real OS low-level
implementation, but with own control mechanisms, own semantics and so on.
Why all this? I will try to explain:

The standard architecture of operating systems and hardware (e.g processors) falls flat when it comes to security and stability of the software.
To be short: it lacks low lewel support for general access control, error
handling (primitive techniques existing in, say, the 80386 series are not
enough), and the architecture of stack or data segment usage is based on
some mistaken assumptions.
<<less
Download (0.49MB)
Added: 2007-02-28 License: LGPL (GNU Lesser General Public License) Price:
968 downloads
pyvm 1.2

pyvm 1.2


pyvm is new a python virtual machine implementation which can run Python 2.4 bytecode. more>>
pyvm is new a python virtual machine implementation which can run Python 2.4 bytecode and most of the times produce the expected output.

The vm is pretty stable but very incomplete: there are missing opcodes, builtin
methods, types and libraries. Were only implementing what we need.

pyvm can execute the bytecode of the pyc compiler and therefore with a simple
bootstrapping procedure it can compile and run python source code. However this
is just one possible, optional frontend to the VM. The pyc compiler is very stable.

Python is also the batteries. pyvm can use pythons standard library and additionaly includes some batteries of its own. There is support for Tkinter, OpenGL and the twilight GUI wrapper. These are pretty stable. There are also implementations of pygame (the C-part of pygame is rewritten in python) and pygtk, but they are very unstable and were not included in the distribution.

If youve installed pyvm you can:

- go to Lib/pyc and type "python test_bootstrap.py", to see if that works
- you can run "pyvm test_libsize.pyc" vs. "python test_libsize.pyc" to see which is faster.
- go to Stuff/Benchmarks and type "./Dejavu.py" which will compare pyvm vs. python on the collection of benchmarks. (the cooked-bench suite)
- If you have a graphics display you can try out the openGL tests from Stuff/gltests.
- go to Stuff/wiki/example and type "pyvm site.py 9000". Then open the file to_the_wiki.html with a web browser!

pyvm does not have an interactive shell yet. It can be easilly emulated with raw_input(), but for readline functionality wed rather rewrite readline in python instead of wrapping the GNU readline library.

<<less
Download (0.96MB)
Added: 2006-04-30 License: LGPL (GNU Lesser General Public License) Price:
1284 downloads
Debian vs Pimientos 1.1.0

Debian vs Pimientos 1.1.0


Debian vs Pimientos is a fun arcade in which you have to kill peppers using the logo of Debian. more>>
Debian vs Pimientos is an arcade game developed using the SDL libraries SDL, SDL_image, SDL_mixer, and SDL_ttf. This permits the portability of the game to some systems and machines.
Debian vs Pimientos is the first game of NEOPONTEC Games, and the first to use the NNG Engine (New Neopontec Gaming Engine) developed by Hector Blanco (me) that uses the mentioned SDL Libraries.
The game concept is very easy to understand and to play. There are a lot of peppers (pimientos is the spanish word for peppers) that are flying by the sky, and you, armed with the Debian logo must fight them. The Debian logo shoots GNU heads to kill these devil pimientos
Main features:
- 800x600 resolution at 32 bits.
- High quality images.
- Addictive and funny playing experience
- Cross-platform open source game: (binaries for Win32 & Linux, and sources for other systems).
- Different classes of peppers (pimientos).
<<less
Download (0.66MB)
Added: 2006-10-08 License: GPL (GNU General Public License) Price:
1114 downloads
Five Chess 1.05

Five Chess 1.05


Five Chess is a connect-five board game. more>>
Five Chess is a connect-five board game. Five Chess is released under the terms of GNU General Public License version 2.
It was initially developed from a qt Tic-Tac-Toe example.
Main features:
- 4 ways to play -- Human vs Human, AI vs Human, Human vs AI, AI vs AI
- 6 board sizes available -- 9X9 to 19X19
- Save Played games
- View played games
- Not so smart AI
<<less
Download (0.033MB)
Added: 2007-02-23 License: Freeware Price:
1064 downloads
Brim Lite 1.2.3

Brim Lite 1.2.3


Booby is a Web-based personal information manager for bookmarks, calendar, contacts etc. more>>
Brim is an application suite that allows you to manage all your personal items online. No need to syncronize your bookmarks and favorites and contacts, you can now keep them well-secured online in one single place.
Additionally, Brim provides a calendar, a task manager, notes, a password manager etc. all behind a single logon.
Brim is an opensource Webbased Information Manager, formerly known as Booby, with support for bookmarks, calendar, contacts, notes, news, passwords and tasks and more.
Brim is written in PHP, has an underlying Model-View-Controller (MVC - Model II) framework based on items with a hierarchical relationship, has support for internationlization (i18n) with over 15 translations available, has multiple themes and is database independant. In short; a multi-thingy something.
Main features:
- Support for unlimited users
- Tested on IE5, IE6, Opera 7.5, Firefox 1.0, Netscape/Mozilla and more
- Plugin support (bookmarks, calendar events, news items, notes, tasks and a webtools plugin)
- Support for unlimited items per plugin
- Support for multiple languages:
English
Czech
German
Esperanto
Spanish
French
Hebrew
Italian
Dutch
Norwegian
Polish
Portuguese Brazilian
Portuguese
Russian
Swedish
Tradition Chinese
- Support for multiple themes (check the demo site!)
- Support to publish items (public vs. private items)
Enhancements:
- Template rework (working towards version 2.0)
- Work on making templates fully HTML compliant (tx Ryan)
- Replaced dojo by jQuery
- Danish language update (tx to Rene Pedersen)
- Changed template texts from import, export, delete and default to importTxt, exportTxt, deleteTxt and defaultTxt
- MagpieRSS moved from ext to plugins/news/util directory
<<less
Download (2.6MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
FreeQuest IRCd 2.1.3b

FreeQuest IRCd 2.1.3b


FreeQuest IRCd is based on Bahamut 1.8 but with client side SSL support, hostmangling, IPV6, and other enhancements. more>> <<less
Download (0.70MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1128 downloads
shUnit2 2.0.3 / 2.1.1

shUnit2 2.0.3 / 2.1.1


shUnit2 is a unit test framework for Bourne based shell scripts, and is designed to work in a similar manner to JUnit, PyUnit. more>>
shUnit2 is a unit test framework for Bourne based shell scripts, and is designed to work in a similar manner to JUnit, PyUnit, etc.

Whats New in This Release:

Back ported the Makefile from 2.1.1pre that included changes to the
docs-docbook-prep target.

Changed the test in assertFalse() so that any non-zero value registers as
false. (Credits to Bryan Larsen)

Updated the testPartyLikeItIs1999() function in the Quick Start documentation.
The expected and actual values were swapped. (Credits to Richard Jensen)

It was pointed out that the simple failed message for a failed assert was not
only insufficient, it was nonstandard (when compared to JUnit) and didnt
provide the user with an expected vs actual result. The code was revised
somewhat to bring closer into alignment with JUnit (v4.3.1 specifically) so
that it feels more "normal". (Credits to Richard Jensen)

As part of the JUnit realignment, it was noticed that fail*() functions in
JUnit dont actually do any comparisons themselves. They only generate a
failure message. Updated the code to match.

Added self-testing unit tests. Kinda horkey, but they did find bugs during the
JUnit realignment.

Fixed the code for returning from asserts as the return was being called before
the unsetting of variables occurred. (Credits to Mathias Goldau)

The assert(True|False)() functions now accept an integer value for a
conditional test. A value of 0 is considered true, while any non-zero value
is considered false.

All public functions now fill use default values to work properly with the -x
shell debugging flag.

Fixed the method of percent calculation for the report to get achieve better
accuracy.

<<less
Download (0.027MB)
Added: 2007-07-13 License: LGPL (GNU Lesser General Public License) Price:
833 downloads
CHEOPS Chess 1.1

CHEOPS Chess 1.1


CHEOPS Chess project is a C++ chess engine. more>>
CHEOPS Chess project is a C++ chess engine.

CHEOPS (CHEss OPponent Simulator), or Χεοψ, is a fully-functional AI chess program capable of human vs. human, human vs. computer, and computer vs. computer play. It uses a 64-square linear array board representation.

The game tree search is alpha-beta, and the static evaluation function considers material, mobility, and motif features.

CHEOPS comes with extensive documentation on the program internals, aimed at students or programmers wishing to understand or extend the system.
<<less
Download (0.17MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1022 downloads
MTasker 0.4

MTasker 0.4


MTasker is a two-file C++ library designed to support very simple cooperative multitasking. more>>
MTasker is a two-file C++ library designed to support very simple cooperative multitasking. MTasker can facilitate writing code that would ordinarily require a state machine, for which the author does not consider himself smart enough.
This class does not perform any magic it only makes calls to makecontext() and swapcontext(). Getting the details right however is complicated and MTasker does that for you.
If preemptive multitasking or more advanced concepts such as semaphores, locks or mutexes are required, the use of POSIX threads is advised.
MTasker is designed to offer the performance of statemachines while maintaining simple thread semantics. It is not a replacement for a full threading system.
Enhancements:
- A theoretically damaging bug was fixed involving delete[] vs delete, spotted by Valgrind.
- There is tentative Solaris support, not heavily tested.
- Furthermore, a new method called numProcesses() was added so the kernel can query how many processes are running, and perhaps acting on that.
<<less
Download (0.060MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1314 downloads
PvPGN 1.7.9

PvPGN 1.7.9


Player vs. Player Gaming Network is a bnetd-based gaming network server emulation project. more>>
PvPGN (Player vs Player Gaming Network) is free software that emulates a Blizzard Battle.net server. PvPGN project currently supports all Battle.net games, such as StarCraft, Diablo II, and Warcraft III, and gives you the power to run your own server, manage your own users, run your own tournaments, etc.
Some common uses of a PvPGN server:
- When wanting to have a small community with local users and small ladders (lots of internet cafes do that)
- For people who want to play on a LAN but with Battle.net-like statistics
- For people who find Battle.net too slow or laggy and want to play on a local server with no lag
It puts you as a "System Administrator" in control. Use a PvPGN server to host your own LAN parties or put the server online and on the internet for everyone. You can run tournaments, have your own local competition ladders. The power is in your hands.
Enhancements:
[D2CS/D2DBS]
- added pid files to the confs
- fixed a bug where server could not be (un)installed as a win32 service
- added check and modified the default motd to not have a too big motd that was crashing the clients just after character selection
[VERSIONCHECK]
- added SC/BW 1.13c entries
- added SC/BW 1.13d entries
- added SC/BW 1.13e entries
- added W3 1.20a entries
[SQL]
- reorganized optimized and made more safe the existent codes
- added a new sql layout called "sql2" in config
[MISC]
- fixed security issue where an op of a channel was able to set the topic of any other channel
- added more information to "/finger" display (if issued by an admin)
- added a new command, "/tos" to display the Terms Of Service on request
<<less
Download (1.1MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1431 downloads
Mp3Wrap 0.5

Mp3Wrap 0.5


Mp3Wrap is a free independent alternative to AlbumWrap. 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 it has 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. MP3Wrap the Free AlbumWrap.
Main features:
- Mp3Wrap is completely FREE and Open Source (under GPL License)
- Mp3Wrap files dont need ID3 to work. You can remove it, and still works
- Mp3Wrap index is always 1/10 sized than AlbumWrap (1 KB vs. 10 KB, with less probability of damage)
- Mp3Wrap is faster because you have not to select each file one at a time
- Mp3Wrap can include path info and other non mp3 files such as playlists
Enhancements:
- new important feature added: CRC introduced. Now wrapped files contain a CRC information to guarantee integrity of index and mp3data.
- new feature added: Verbose option introduced. Now -l option gives only list of filenames, -lv complete infos.
- new feature added: added a config file. User will write his customizations inside this file.
- new feature added: extension can be specified in config file as "EXT=my extension.mp3"
- feature improved: like mp3splt, now searches for index for 16384 bytes. This should be enough.
- bug fixed: file existence error is now correct.
- bug fixed: when an invalid option is specified, now program exits
- now sources are separated by functions for easy mantainance.
- added configure script to autodetect install and man directories for Linux version.
<<less
Download (0.016MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1184 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5