Main > Free Download Search >

Free card 0.13 software for linux

card 0.13

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 789
Games::Bingo::Card 0.13

Games::Bingo::Card 0.13


Games::Bingo::Card is a helper class for Games::Bingo. more>>
Games::Bingo::Card is a helper class for Games::Bingo.

SYNOPSIS

use Games::Bingo::Card;

my $b = Games::Bingo-E new(90);
my $card = Games::Bingo::Card-E new($b);

my $bingo = Games::Bingo-E new(90);
$card-E validate($bingo);

use Games::Bingo::Print::Card;

my $p = Games::Bingo::Print::Card-E new();
$p-E populate();

The Games::Bingo::Card class suits the simple purpose of being able to generate bingo cards and validating whether they are valid in during a game where a player indicate victory.

It is also used by Games::Bingo::Print to hold the generated bingo cards before they are printed.

<<less
Download (0.020MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1024 downloads
AScd 0.13.2

AScd 0.13.2


AScd is a CD player that can be docked with Afterstep and Window Maker. more>>
AScd is a CD player that can be "docked" with Afterstep and Window Maker with the following features:
Main features:
Advanced CD Player:
- Several modes including loops, intro scan, autoplay, autorepeat
- Hardware volume control with mute and auto-fade in/out
- WorkMan database support with song name scrolling
- all settings can be saved and loaded at startup
- Hardware control based on LibWorkMan
- Multi-platform: tested with FreeBSD, Linux, Solaris, AIX
Fully customizable interface:
- Multiple theme support
- 100% customizable screen layout
- Not restricted to "dockable" sized windows, themes support any window size
- Multi-panels support
- Up to 200 elements per theme
- Horizontal and vertical sliders to use for CD direct access, mixer controls or hardware volume
- Separate designs for main and icon windows
Optional features:
- configuration window using WINGs toolkit
- Workmans database edition
- mixer support (tested with FreeBSD and Linux)
<<less
Download (0.28MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1117 downloads
B-Chat 0.13

B-Chat 0.13


B-Chat is a small application which allows you to chat on Battle.net. more>>
B-Chat is a small application which allows you to chat on Battle.net.

It has no fancy GUI interface (yet :-), but I have plans for making it Gnome compliant.

However, at the moment it works pretty much like the regular UNIX telnet client, with the lines that are being sent and received mixed into eachother.

It can make it hard to read at times, but it serves my purpose.

I started work on this client because I wanted a way to chat with my friends on Battle.net while I was on Linux.

I really didnt feel like rebooting to Windows just to run TopazChat or ScumBot (I dont like Wine either :-), so I decided to code my own chat client.

The client is still in its early stages, so its very rough and may be hard to use. You have to supply the name o the Battle.net server that you are going to be connecting to. This will change in the future.

<<less
Download (0.006MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1143 downloads
cvsd 1.0.13

cvsd 1.0.13


cvsd is a wrapper program for CVS in pserver mode. more>>
cvsd is a wrapper program for cvs in pserver mode.
cvsd is run as a daemon and is controlled through a configuration file. It is relatively easy to configure and tools are provided for setting up a rootjail.
This server can be useful if you want to run a public cvs pserver. You should however be aware of the security limitations of running a cvs pserver. If you want any kind of authentication you should really consider using secure shell as a secure authentication mechanism and transport. Passwords used in cvs pserver are transmitted in plaintext and this wrapper wont change that.
This server adds a layer of security to cvs. cvs is a very powerful tool and is capable of running scripts and other things. By running cvs in a rootjail it is possible to limit the amount of "damage" cvs can do if it is exploited. It is generally a good idea to run cvsd without any write permissions to any directory on the system.
Enhancements:
- This release adds some further portability improvements for 64-bit systems to the cvsd-buildroot command.
- Socket and file close operations are now checked, and a Portuguese debconf translation was added.
<<less
Download (0.19MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1162 downloads
Saper X.0.13

Saper X.0.13


Saper project is a console version of mines with many features. more>>
Saper project is a console version of mines with many features.

It features an AI, different surfaces to play on (Euclids plain, Kleins bottle and Torus), and some basic settings.

<<less
Download (0.018MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1038 downloads
Card 304 0.6

Card 304 0.6


Card 304 project is a software version of the 304 card game. more>>
Card 304 project is a software version of the 304 card game.

304 is a very popular card game in Northern parts of Sri Lanka. I am building a software version of it, so people can play it online!

<<less
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1077 downloads
Q-Gears 0.13

Q-Gears 0.13


Q-Gears project is a clone of Squaresofts Final Fantasy 7 game engine. more>>
Q-Gears project is a clone of Squaresofts Final Fantasy 7 game engine.

Q-gears is an attempt to make a clone of Squaresofts Final Fantasy 7 game engine. It is designed to be cross-platform and run on modern operating systems such as Win32 and Linux. In the future this is to serve as a framework for compatibility with other Square games.

Many games after this were created with the same same code base and design philosophy. Written in C++, it uses cross-platform graphics libraries (SDL and OpenGL) along with GCC, a cross platform C/C++ compiler.

It is named after "Gears" which is a wholly inaccurate and incredibly incomplete refrence for the original FF7 engine. The "Q" means nothing, other than its a cool letter to differentiate between the document and the program.
<<less
Download (MB)
Added: 2007-05-19 License: GPL (GNU General Public License) Price:
539 downloads
DEPS 0.13

DEPS 0.13


DEPS is a Dependency Extraction and Processing System. more>>
DEPS is a Dependency Extraction and Processing System.
DEPS started life with the graph-includes name. Since it is expected to do much more than just graph #include relationships in C/C++ code, it has been renamed to something hopefully more adequate.
DEPS is a toolkit whose primary goal is to help software authors to deal with internal depencies (eg. C/C++ #includes), and help locating abusive dependencies. It is slowly evolving towards a set of perl classes intended to do general graph processing, complementing the current command-line graph-includes tool.
Main features:
- Supported languages: C/C++ (complete), Perl5 (partial)
- Supported transformations: transitive reduction, regexp-based grouping, consolidation of multiple group levels
- Supported styling operations: group-based coloring, edge annotation
- Supported graph renderers: GraphViz (usable), Tulip (preliminar)
Basic concepts
Note: this section describes best version 0.12, still not ready for release.
DEPS allows you to create graphing projects, eg. for a programs source tree. A graphing project is a set of rules to construct graphs. A first graph gets extracted from your data (eg. C source files), and transformations (eg. file grouping, transitive reduction, color styling) are applied to create more graphs for various usages.
Enhancements:
- The default project class is not confused any more by leading "./" in paths.
- Dependencies are now correctly found again on Windows.
- A new node style to show statistics about group members was added.
- The documentation was updated.
<<less
Download (0.034MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1353 downloads
AIDE 0.13 RC1

AIDE 0.13 RC1


AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. more>>
AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. It does the same things as the semi-free Tripwire and more.

There are other free replacements available so why build a new one? All the other replacements do not achieve the level of Tripwire. And I wanted a program that would exceed the limitations of Tripwire.

AIDE project creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files.

It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease.

All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info.
<<less
Download (0.26MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1064 downloads
Morla 0.13

Morla 0.13


Morla is an editor of RDF documents, written in C for the GNU/Linux operating system. more>>
Morla is an editor of RDF documents, written in C for the GNU/Linux operating system. It is based on libnxml and librdf libraries.

With Morla you can manage more RDF documents simultaneously, visualize graphs and use templates for quick writing.

With Morla you can import RDFS documents and use its content to write new RDF triples. Templates are also RDF documents and they make Morla easily personalizeble and expandable.

You can also use Morla as RDF navigator, wandering among the net knots of the RDF documents present on internet exactly as we are used to do with normal browsers.

Morla is a free software project released under the GPL v2.0 license.

<<less
Download (0.67MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
823 downloads
cowdancer 0.13

cowdancer 0.13


cowdancer allows copy-on-write file access. more>>
cowdancer allows copy-on-write file access. You can copy a full tree using hard links, and cowdancer will create a new copy when you need to write to a file.
cowdancer is completely implemented in userland, and should run on most Linux filesystems.
Enhancements:
- This release supports spaces in filenames.
<<less
Download (0.026MB)
Added: 2006-03-05 License: GPL (GNU General Public License) Price:
1328 downloads
bandwidth 0.13

bandwidth 0.13


bandwidth project is an artificial benchmark for measuring memory bandwidth, useful for identifying a computers weak areas. more>>
bandwidth project is an artificial benchmark for measuring memory bandwidth, useful for identifying a computers weak areas.
It tests several types of memory:
- Main memory read accesses
- Main memory write accesses
- Level 2 cache read accesses
- Level 2 cache write accesses
- Framebuffer read accesses
- Framebuffer write accesses
- String library routines
Enhancements:
- 64-bit support has been added.
<<less
Download (0.009MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
1112 downloads
WML::Card 0.02

WML::Card 0.02


WML::Card is a Perl extension for builiding WML Cards according to the browser being used. more>>
WML::Card is a Perl extension for builiding WML Cards according to the browser being used.

SYNOPSIS

use WML::Card;
my $options= [ [Option 1, http://...], [Option 2, http://...], ];
my $c = WML::Card->guess(index,Wap Site); $c->link_list(indice, undef, 0, $options, $options); $c->print;

This perl library simplifies the creation of WML cards on the fly. It produces the most suitable wml code for the browser requesting the card. In this way the one building the cards does not have to worry about the differences in how each wap browser displays the wml code. In combination wht WML::Deck it provides functionality to build WAP applications.

Methods

$card = WML::Card->guess( $id, $title, [$user_agent] );
This class method constructs a new WML::Card object. The first argument defines the WML cards id and the second argument its title. The if the third argument is not defined, the value is obtained from $ENV{HTTP_USER_AGENT}.

$c->buttons($label, $type, $task, $href)
$c->table ($data, $title, $offset, $pager, @headers)
$c->link_list($name, $listtitle, $offset, $pager, $data, $align)
$c->value_list($name, $listtitle, $offset,$pager,$data)

The variable $data is an array reference like: my $menu_items= [ [Option 1, http://...], [Option 2, http://...], ];

The variable $pager is the number of items wanted to be displayed in each card.

$c->print
$c->info($content)
$c->img($file, $alt)
$c->input($label, $text, $name, $format, $type, $size, $target, $arg);
$c->link($target, $text);
$c->br

<<less
Download (0.005MB)
Added: 2007-03-26 License: Perl Artistic License Price:
942 downloads
DKMS 2.0.13

DKMS 2.0.13


DKMS (Dynamic Kernel Module Support) is a framework where device driver source can reside outside the kernel source tree. more>>
DKMS comes from Dynamic Kernel Module Support and is a framework where device driver source can reside outside the kernel source tree so that it is very easy to rebuild modules as you upgrade kernels.
This allows Linux vendors to provide driver drops without having to wait for new kernel releases (as a stopgap before the code can make it back into the kernel), while also taking out the guesswork for customers attempting to recompile modules for new kernels.
For veteran Linux users it also provides some advantages since a separate framework for driver drops will remove kernel releases as a blocking mechanism for distributing code.
Enhancements:
- Version comparison for all 2.6 kernels has been fixed.
- README.dkms has been added to %doc.
<<less
Download (0.070MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
NMaven 0.13

NMaven 0.13


NMaven provides Maven 2.x plugins to support building of .NET applications. more>>
NMaven provides Maven 2.x plugins to support building of .NET applications. Technically, NMaven is its own framework that provides the correct .NET compiler based on the environment (vendor/language/operating system).
NMaven framework allows the developer to easily add additional compiler support by implementing the NetCompiler interface and providing a compiler-plugins.xml file in the project directory. NMaven leverages Maven (and its plugin architecture) for the build lifecycle. So you can think of NMaven as a small, compiler-plugin-framework on top of the larger Maven build-framework.
Main features:
- Mono Support: Out of the box, supports C#, Nemerle, PHP
- Microsoft Support: C#
- Pluggable architecture for adding new compilers.
Enhancements:
- This release includes the ability to generate and embed resources, as well as a way to provide hints to the compiler matching framework (through a settings file).
- Minor bug fixes.
<<less
Download (0.015MB)
Added: 2006-11-07 License: The Apache License 2.0 Price:
1084 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5