svg cards 2.0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 952
SVG-cards 2.0.1
SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. more>>
SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards.
You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on...
You can print them on your color printer and make real cards or T-shirts.
The kings, queens and jacks are based on the french representation, because I find them beautiful. You can access to each either by rendering the file into a pixmap and clipping each card or by using their name with a DOM interface. All cards are inside a SVG group.
Example :
the king of spade is inside this group :
< g id="king_spade" >
...
< /g >
Names are the following :
black_joker
red_joker
back
{king,queen,jack}_{club,diamond,heart,spade}
{1,2,3,4,5,6,7,8,9,10}_{club,diamond,heart,spade}
Examples :
- the ace of club is 1_club
- the queen of diamond is queen_diamond
Enhancements:
- A bug that prevented SVG cards from being displayed in Firefox and Adobe Illustrator was fixed.
<<lessYou can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on...
You can print them on your color printer and make real cards or T-shirts.
The kings, queens and jacks are based on the french representation, because I find them beautiful. You can access to each either by rendering the file into a pixmap and clipping each card or by using their name with a DOM interface. All cards are inside a SVG group.
Example :
the king of spade is inside this group :
< g id="king_spade" >
...
< /g >
Names are the following :
black_joker
red_joker
back
{king,queen,jack}_{club,diamond,heart,spade}
{1,2,3,4,5,6,7,8,9,10}_{club,diamond,heart,spade}
Examples :
- the ace of club is 1_club
- the queen of diamond is queen_diamond
Enhancements:
- A bug that prevented SVG cards from being displayed in Firefox and Adobe Illustrator was fixed.
Download (0.34MB)
Added: 2006-06-30 License: LGPL (GNU Lesser General Public License) Price:
1219 downloads
DCSquares 2.0.1
DCSquares is an addictive, fast-paced game for Linux. more>>
DCSquares is an addictive, fast-paced game for Linux.
Using your mouse or analog stick, move your player around to collect points and avoid enemys!
How to play:
Basics
Player - This is what you use to interact with the various other objects in the game. Use your mouse or analog control stick to move it around the board.
Score - Collecting these gives you points! The amount of points you get per square depends on how long youve been playing the current round.
Enemy - Touching one of these will end your game!
Powerups
Invincibility - Makes you invincible for a short amount of time. While invinible, touching enemys will have no affect.
Slow motion - Temporarily decreases the speed of the squares.
+1000 Points - Gives you 1000 points!
Mini square - Shrinks the size of your player.
Powerdowns
Evil squares - Changes every square into an emey for a short amount of time.
Speed - Temporarily increases the speed of the squares.
-1000 points - Takes away 1000 points.
Big square - Increases the size of your player.
<<lessUsing your mouse or analog stick, move your player around to collect points and avoid enemys!
How to play:
Basics
Player - This is what you use to interact with the various other objects in the game. Use your mouse or analog control stick to move it around the board.
Score - Collecting these gives you points! The amount of points you get per square depends on how long youve been playing the current round.
Enemy - Touching one of these will end your game!
Powerups
Invincibility - Makes you invincible for a short amount of time. While invinible, touching enemys will have no affect.
Slow motion - Temporarily decreases the speed of the squares.
+1000 Points - Gives you 1000 points!
Mini square - Shrinks the size of your player.
Powerdowns
Evil squares - Changes every square into an emey for a short amount of time.
Speed - Temporarily increases the speed of the squares.
-1000 points - Takes away 1000 points.
Big square - Increases the size of your player.
Download (10.1MB)
Added: 2005-12-12 License: Freeware Price:
1412 downloads
SVG::Parser 1.01
SVG::Parser is a Perl module with XML Parser for SVG documents. more>>
SVG::Parser is a Perl module with XML Parser for SVG documents.
SYNOPSIS
#!/usr/bin/perl -w
use strict;
use SVG::Parser;
die "Usage: $0 n" unless @ARGV;
my $xml;
{
local $/=undef;
$xml=;
}
my $parser=new SVG::Parser(-debug => 1);
my $svg=$parser->parse($xml);
print $svg->xmlify;
and:
#!/usr/bin/perl -w
use strict;
use SVG::Parser qw(SAX=XML::LibXML::Parser::SAX Expat SAX);
die "Usage: $0 n" unless @ARGV;
my $svg=SVG::Parser->new()->parsefile($ARGV[0]);
print $svg->xmlify;
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output.
SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed for SVG::Parser to function.
A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken to provide cross-compatability. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX
<<lessSYNOPSIS
#!/usr/bin/perl -w
use strict;
use SVG::Parser;
die "Usage: $0 n" unless @ARGV;
my $xml;
{
local $/=undef;
$xml=;
}
my $parser=new SVG::Parser(-debug => 1);
my $svg=$parser->parse($xml);
print $svg->xmlify;
and:
#!/usr/bin/perl -w
use strict;
use SVG::Parser qw(SAX=XML::LibXML::Parser::SAX Expat SAX);
die "Usage: $0 n" unless @ARGV;
my $svg=SVG::Parser->new()->parsefile($ARGV[0]);
print $svg->xmlify;
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output.
SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed for SVG::Parser to function.
A list of preferred parsers may be specified in the import list - SVG::Parser will use the first parser that successfully loads. Some basic measures are taken to provide cross-compatability. Applications requiring more advanced parser features should use the relevant parser module directly; see SVG::Parser::Expat and SVG::Parser::SAX
Download (0.014MB)
Added: 2006-09-20 License: Perl Artistic License Price:
1131 downloads
IceS 2.0.1
IceS provides an mp3 streamer for the icecast system. more>>
IceS provides an mp3 streamer for the icecast system.
Ices is an mp3 streamer for the icecast system, and is developed by the icecast team.
It is a replacement for Shout, and its features include embedded perl and python scripting, reencoding, and xml config files.
<<lessIces is an mp3 streamer for the icecast system, and is developed by the icecast team.
It is a replacement for Shout, and its features include embedded perl and python scripting, reencoding, and xml config files.
Download (0.40MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
974 downloads
Penguin Cards 1.0
Penguin Cards project is a card game. more>>
Penguin Cards project is a card game.
PenguinCards is a two-player card game. The aim is to find the pairs of cards on the board. The one who finds out more card pairs is the winner.
PenguinCards is a java-based game.
If you are unhappy with images on the cards, then simply copy your cards into images/pictures/penguins directory. That is it!
Enhancements:
- Initial release
<<lessPenguinCards is a two-player card game. The aim is to find the pairs of cards on the board. The one who finds out more card pairs is the winner.
PenguinCards is a java-based game.
If you are unhappy with images on the cards, then simply copy your cards into images/pictures/penguins directory. That is it!
Enhancements:
- Initial release
Download (0.12MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1062 downloads
Glame 2.0.1
Glame is a multi-track wave-editor with synthesis capabilities. more>>
Glame is a multi-track wave-editor with synthesis capabilities.
Glame is targeted to be the GIMP for audio processing. Glame supports non destructive multitrack editing, recording and mixing; realtime effects using native or LADSPA plugins; OSS, ALSA or SGI audio and WAV, Mp3 and Ogg file formats.
<<lessGlame is targeted to be the GIMP for audio processing. Glame supports non destructive multitrack editing, recording and mixing; realtime effects using native or LADSPA plugins; OSS, ALSA or SGI audio and WAV, Mp3 and Ogg file formats.
Download (1.6MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1559 downloads
YaaCs 2.0.1
YaaCs is written in Tcl/Tk to manage and realize computer assisted telephone interviewing. more>>
YaaCs (Yet Another Advanced Cati system) is written in Tcl/Tk to manage and realize computer assisted telephone interviewing (CATI) and telemarketing.
It make easy monitoring survey progress (giving several information), and it allows the management of the the survey with several administration tools.
It simplifies the interviewers work reading all contacts data from an easy and functional GUI. YaaCs can send faxes via hylaFAX and save all contacts data in a PostgreSQL database.
<<lessIt make easy monitoring survey progress (giving several information), and it allows the management of the the survey with several administration tools.
It simplifies the interviewers work reading all contacts data from an easy and functional GUI. YaaCs can send faxes via hylaFAX and save all contacts data in a PostgreSQL database.
Download (2.6MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1137 downloads
SVG Icons 0.3.0
The SVG Icons project provides SVG icon themes for desktop environments, including KDE and GNOME. more>>
The SVG Icons project provides SVG icon themes for desktop environments, including KDE and GNOME. They provide high rendering quality due to anti-aliasing, and reduce the amount of disk space required.
SVG Icons project has a goal to provide Open-Source reference implementation of SVG icon themes for leading Linux and UNIX Desktop Environments, in particular (but not limited to) KDE3 and GNOME2 Desktop environments.
SVG implementation for icons and other User Interface elements provides better rendering quality (due to extensive usage of anti-aliasing), reduces amount of disk space used, and decreases download time for icon themes over the web.
Developing icons in SVG also dramatically reduces development cycle, and allows to deliver results quickly, in prompted timeframe.
<<lessSVG Icons project has a goal to provide Open-Source reference implementation of SVG icon themes for leading Linux and UNIX Desktop Environments, in particular (but not limited to) KDE3 and GNOME2 Desktop environments.
SVG implementation for icons and other User Interface elements provides better rendering quality (due to extensive usage of anti-aliasing), reduces amount of disk space used, and decreases download time for icon themes over the web.
Developing icons in SVG also dramatically reduces development cycle, and allows to deliver results quickly, in prompted timeframe.
Download (4.3MB)
Added: 2005-04-25 License: BSD License Price:
960 downloads
cardwords 0.012
cardwords project is a form crosswords on the cardtable with cards showing characters. more>>
cardwords project is a form crosswords on the cardtable with cards showing characters.
cardwords is a customizable, client/server, multiplayer card game. The cards show characters and points.
The players form crosswords on the card-table with their cards. By editing text files, cardwords can be customized to any language using latin-1 characters. The set of cards, the card-table, and rules for bonus and penalty points can also be customized.
<<lesscardwords is a customizable, client/server, multiplayer card game. The cards show characters and points.
The players form crosswords on the card-table with their cards. By editing text files, cardwords can be customized to any language using latin-1 characters. The set of cards, the card-table, and rules for bonus and penalty points can also be customized.
Download (MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1063 downloads
bingo-cards 1.02
bingo-cards project consists in a program to create number, word/letter, and picture bingo cards. more>>
bingo-cards project consists in a program to create number, word/letter, and picture bingo cards.
These cards can be used for entertainment in the car, in a classroom (for example, to teach the element symbols for the Periodic Table), or just with your kids.
You could also create bingo cards with little pictures of everyday objects, then call the names out in Spanish, French, Italian, or German (or whatever you fancy).
Enhancements:
- Win32 Borland CBuilder 3 version ported to Kylix Linux. All tested. Only major issue is cannot select multiple pictures for import. Note for compilation to work, put included crt1.o in /usr/lib {it is a dependency of Kylix, and is crt1.o from glibc-devel 2.1.92}.
- First port of GUI to Linux using Kylix. Seems to work fine, apart from bulk adding of pictures fo picture bingo. (need to add one at a time).
<<lessThese cards can be used for entertainment in the car, in a classroom (for example, to teach the element symbols for the Periodic Table), or just with your kids.
You could also create bingo cards with little pictures of everyday objects, then call the names out in Spanish, French, Italian, or German (or whatever you fancy).
Enhancements:
- Win32 Borland CBuilder 3 version ported to Kylix Linux. All tested. Only major issue is cannot select multiple pictures for import. Note for compilation to work, put included crt1.o in /usr/lib {it is a dependency of Kylix, and is crt1.o from glibc-devel 2.1.92}.
- First port of GUI to Linux using Kylix. Seems to work fine, apart from bulk adding of pictures fo picture bingo. (need to add one at a time).
Download (3.4MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
635 downloads
Nebula Cards 0.7
Nebula Cards project is a card game engine. more>>
Nebula Cards project is a card game engine.
Nebula Cards is a networked, modular card game engine written in pure Java.
The game rules, user interfaces, and computer players all take the form of pluggable Java classes, and most four-player, trick-taking games can be implemented.
It currently includes Spades and Hearts, with a computer player for Spades.
Enhancements:
- last release before a major restructuring.
- added Game class in a backward-compatible way.
- added util.proc to house the new GameProcedure library.
- added util.ui.GraphicalCardSelector (untested).
<<lessNebula Cards is a networked, modular card game engine written in pure Java.
The game rules, user interfaces, and computer players all take the form of pluggable Java classes, and most four-player, trick-taking games can be implemented.
It currently includes Spades and Hearts, with a computer player for Spades.
Enhancements:
- last release before a major restructuring.
- added Game class in a backward-compatible way.
- added util.proc to house the new GameProcedure library.
- added util.ui.GraphicalCardSelector (untested).
Download (MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1075 downloads
SVGSlice 0.13
SVGSlice is a simple tool which generates chopped up images from Inkscape SVG drawings. more>>
SVGSlice application can generate chopped up images from Inkscape SVG drawings.
To figure out where to cut, SVGSlice can use Inkscapes built in guides (for simpler, grid-like cuts), or it can use a specially named "slices" layer that contains rectangles that mark areas to slice.
Demo files showing both approaches are included.
<<lessTo figure out where to cut, SVGSlice can use Inkscapes built in guides (for simpler, grid-like cuts), or it can use a specially named "slices" layer that contains rectangles that mark areas to slice.
Demo files showing both approaches are included.
Download (0.005MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1288 downloads
Daedalus 2.0.1
Daedalus provides a simple mechanism for running programs in response to the output of check programs. more>>
Daedalus provides a simple mechanism for running programs in response to the output of "check programs".
In practice Daedalus is generally used to provide an automated restart service for programs by checking the output of “ps axww” and running a start script when a particular program fails to appear.
However, it can be used for any occasion where you want to automate an action based on an event in the system.
Beyond simple restarting of systems, it can be used to send alerts, clean up files, or even start one program when another finishes or reaches a certain point.
<<lessIn practice Daedalus is generally used to provide an automated restart service for programs by checking the output of “ps axww” and running a start script when a particular program fails to appear.
However, it can be used for any occasion where you want to automate an action based on an event in the system.
Beyond simple restarting of systems, it can be used to send alerts, clean up files, or even start one program when another finishes or reaches a certain point.
Download (0.023MB)
Added: 2005-11-22 License: BSD License Price:
3603 downloads
FreeSBIE 2.0.1
FreeSBIE is a LiveCD based on the FreeBSD Operating system. more>>
FreeSBIE is a LiveCD based on the FreeBSD Operating system, or even easier, a FreeBSD-based operating system that works directly from a CD, without touching your hard drive.
The only thing you have to do is to insert a FreeSBIE cd in your cdrom drive.
Enhancements:
- You may remember that FreeSBIE 2.0 was released on January 15th. It turned out it had some annoying bugs, one of which was especially serious, as it prevented USB mice from working. This fact led us, the FreeSBIE staff, to develop a bug-fix release, 2.0.1. All the bugs that have been pointed out were solved and this release has been more thoroughly tested, to offer a better FreeSBIE experience to our users. FreeSBIE 2.0.1-RELEASE (code name Black Mamba) is based on FreeBSD 6.2-RELEASE, both in terms of sources and packages. It contains more than 450 pieces and 1.3 GB of software, all in a single CD-ROM.
<<lessThe only thing you have to do is to insert a FreeSBIE cd in your cdrom drive.
Enhancements:
- You may remember that FreeSBIE 2.0 was released on January 15th. It turned out it had some annoying bugs, one of which was especially serious, as it prevented USB mice from working. This fact led us, the FreeSBIE staff, to develop a bug-fix release, 2.0.1. All the bugs that have been pointed out were solved and this release has been more thoroughly tested, to offer a better FreeSBIE experience to our users. FreeSBIE 2.0.1-RELEASE (code name Black Mamba) is based on FreeBSD 6.2-RELEASE, both in terms of sources and packages. It contains more than 450 pieces and 1.3 GB of software, all in a single CD-ROM.
Download (671MB)
Added: 2007-02-11 License: BSD License Price:
1022 downloads
Expat 2.0.1
Expat is an XML parser library written in C. more>>
Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse.
These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.
Enhancements:
- This is a bugfix release that resolves both code and build related issues. Updating is recommended.
<<lessThese handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.
Enhancements:
- This is a bugfix release that resolves both code and build related issues. Updating is recommended.
Download (0.31MB)
Added: 2007-06-06 License: MIT/X Consortium License Price:
875 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above svg cards 2.0.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed