Skip to content

Commit 8659add

Browse files
4 programs in 1 PR (#219)
Check the PR to find out what programs are there ;) BTW all are python programs
1 parent 067b467 commit 8659add

File tree

96 files changed

+483064
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+483064
-0
lines changed
5.25 KB
4.43 KB
4.92 KB
4.58 KB
3.87 KB
1.85 KB
1.93 KB
1.87 KB
2.38 KB
2.15 KB
2.27 KB
2.16 KB
2.84 KB
2.53 KB
2.68 KB
2.59 KB
2.91 KB
2.83 KB
2.64 KB
3.42 KB
2.97 KB
3.28 KB
3.02 KB
3.88 KB
3.35 KB
3.7 KB
3.45 KB
3.38 KB
3.73 KB
3.47 KB
4.52 KB
3.95 KB
4.28 KB
3.98 KB
4.94 KB
4.16 KB
4.58 KB
4.23 KB
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
David Bellot <david.bellot@free.fr>

Code-Sleep-Python/BlackJack/Cards/COPYING

+515
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2006-06-27 David Bellot <david.bellot@free.fr>
2+
* fixed namespace bug that prevented svg-card to be correctly displayed in Firefox and Illustrator
3+
4+
2005-08-12 David Bellot <david.bellot@free.fr>
5+
* completely new deck of cards based on the previous one
6+
* reducing the size of the deck from 4.4Mb to onlyt 910Kb
7+
* all cards are in the same file with label to access them through a DOM interface
8+
9+
2004-06-20 David Bellot <bellot@stat.berkeley.edu>
10+
* 01_of_*.svg : filename change
11+
01_of_*.svg are now 01_of_*_01.svg or _01_of_*_A.svg depending of their number 1 or A
12+
* charatecters : resizing the white cover for the top-left and bottom-right cut-off symbol.
13+
14+
2004-06-15 David Bellot <bellot@stat.berkeley.edu>
15+
* * : first release
16+
This is the first public release
+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
June 27, 2006:
2+
=============
3+
4+
* SVG-cards 2.0.1
5+
- BUG:
6+
. fixed a bug in the first xml line to correctly refer to w3.org and not w3org
7+
8+
August 12, 2005:
9+
===============
10+
11+
* SVG-cards 2.0
12+
- NEW:
13+
. completely redesigned deck of cards. Massive use of <use> elements
14+
. size is 910Kb, it was >4400Kb before
15+
. cards are named so that to be accessed with a DOM interface
16+
. a real joker has been created
17+
. Laurels surround the ace of clubs
18+
. a new default back
19+
- CHANGE:
20+
. cards' borders are larger
21+
. signs are many times bigger to be easily readable on computer screen
22+
. faces' names are removed as it was not really international
23+
. many small improvments in the design of signs and faces
24+
. thousands of redundant points in the faces has been removed leading to more than 60% less points but with the same accuracy
25+
26+
June 20, 2004:
27+
=============
28+
29+
* SVG-cards 1.1
30+
- NEW:
31+
. new aces with 1 or A for the number
32+
- CHANGE:
33+
. small bug fixed with the overlapping white box used to cut off the top-left and b ottom(right symbols
34+
35+
June 15, 2004:
36+
=============
37+
38+
* First initial release of the package.
39+
40+
- all cards + 2 jokers + 14 backs of card
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
SVG-cards 2.0.1
2+
---------------
3+
4+
This is a set of playing cards made in pure SVG with all kings, queens, jacks, numbers, jokers and backs of cards. This set of SVG files is intended to be used in games, figures, illustrations, web sites as long as you provide the code source and the LGPL license (see the COPYING file). Although this is a free software, the license is the LGPL so you can use this set of cards even in a non-free software.
5+
6+
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.
7+
Example :
8+
the king of spade is inside this group :
9+
10+
<g id="king_spade">
11+
...
12+
</g>
13+
14+
Names are the following :
15+
16+
black_joker
17+
red_joker
18+
back
19+
{king,queen,jack}_{club,diamond,heart,spade}
20+
{1,2,3,4,5,6,7,8,9,10}_{club,diamond,heart,spade}
21+
22+
Examples :
23+
- the ace of club is 1_club
24+
- the queen of diamond is queen_diamond
25+
26+
and so on...
27+
28+
29+
These cards have been made with GNOME games in mind and have been succesfully tested with Nautilus, Eye of Gnome (both of them use librsvg) and Inkscape.
30+
31+
Enjoy!
32+
33+
David
34+
Berkeley, CA, USA 08/12/2005
9.55 KB
14.4 KB
13.6 KB
15.4 KB
13.7 KB
14.3 KB
14.7 KB
8.17 KB
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Made by @Viswas-Programs in GitHub! :D
2+
FOLLOW ME IF YOU WANT XD

0 commit comments

Comments
 (0)