Main > Free Download Search >

Free 2d drawings id cards generator 4.3.06 software for linux

2d drawings id cards generator 4.3.06

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2520
Password List Generator 1.0

Password List Generator 1.0


Password List Generator is a good tool to create passwords list with makepasswd and save to file. more>>
Password List Generator is a good tool to create passwords list with makepasswd and save to file.

<<less
Download (0.032MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1477 downloads
GraphCalc 0.0.1

GraphCalc 0.0.1


GraphCalc project is a 2D/3D graphing calculator. more>>
GraphCalc project is a 2D/3D graphing calculator.

It has features similar to a TI-85.

It supports 2D and 3D graphing, and includes Windows and Linux versions.

<<less
Download (0.053MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
4329 downloads
LabyCube 1.4

LabyCube 1.4


LabyCube is a labyrinth generator that creates foldable labyrinths. more>>
LabyCube is a labyrinth generator that creates foldable labyrinths. The generated labyrinths by LabyCube, can be printed, cut out, and folded.

The current beta version supports the generation of labyrinth cubes.

<<less
Download (0.025MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1405 downloads
CAD::Drawing::GUI::View 0.01_01

CAD::Drawing::GUI::View 0.01_01


CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. more>>
CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc.

This module provides methods to turn a CAD::Drawing object into a Zinc canvas.

Overridden Methods

These make me behave like a Tk widget.

ClassInit

$view->ClassInit();

InitObject

$view->InitObject();

configure

$view->configure(%args);

args_filter

Filters configure arguments and adds non-tk args to our private data.

%args = $view->args_filter(%args);

<<less
Download (0.011MB)
Added: 2006-10-25 License: Perl Artistic License Price:
1094 downloads
CamSketchpad dev 1

CamSketchpad dev 1


CamSketchpad is a 2D drawing / CAD program with support for geometrical constraints. more>>
CamSketchpad is a modern recreation of Ivan Sutherlands seminal Sketchpad program. CamSketchpad is a 2D drawing / CAD program with support for geometrical constraints and the inclusion of instances referencing other drawings.
It was written as a group project for the Cambridge University computer science undergraduate course by a team of seven people: Tom Botterill, Matthew Brown, Tom Craig, Easlyn Kirupairajah, Amit Sarna, Andrew Smee and myself.
Most of my work was on the constraint satisfaction algorithm, which took perhaps 200 hours of staring at error gradient maps, and imbued me with an enormous respect for Sutherland, whose version of Sketchpad performed as well on 60s hardware as ours does on modern computers.
CamSketchpad is far from being as complete and efficient as the original Sketchpad, but it does have all the necessary components in a rudimentary form, and is finished enough to be usable. So weve decided to release it as open source under the BSD licence, so we or others are free to tinker with it and improve its algorithms and user interface.
Main features:
- Support for containing instances of other drawings in your drawings. Unlike copies, instances will change when the original drawing changes.
- Highlighting system for displaying what will be selected / snapped to / merged / created when you click.
- Very simple interface for creating new constraints - just write a function telling CamSketchpad how far away it is from satisfying the constraint. (So when the function returns 0, the constraint is entirely satisfied.)
<<less
Download (0.84MB)
Added: 2007-06-06 License: BSD License Price:
905 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
ezxdisp 0.1.3

ezxdisp 0.1.3


ezxdisp is a simple graphics library that works on the X11 and Win32 platforms. more>>
ezxdisp is a simple graphics library that works on the X11 and Win32 platforms. ezxdisp library has a small set of functions for drawing simple 2D/3D graphics.
For example, following code will create a 100x100 window with white background, and will draw red circle in the centre of the window.
#include "ezxdisp.h"
int main(int argc, char *argv[])
{
ezx_t *e;
e = ezx_init(100, 100, "Hello, ezxdisp.");
ezx_set_background(e, &ezx_white);
ezx_fillcircle_2d(e, 50, 50, 25, &ezx_red, 1);
ezx_redraw(e);
sleep(3);
ezx_quit(e);
return 0;
}
Enhancements:
- This release includes a major enhancement of event handling API, new 2D drawing functions, and new documentation on API usage.
- There are also small API changes to remove unused arguments in drawing functions.
<<less
Download (0.037MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
Irrlicht Engine 1.3.1

Irrlicht Engine 1.3.1


The Irrlicht Engine is a high performance real-time 3D engine written and usable in C++, and also available for .NET languages. more>>
The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages.
Irrlicht Engine is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.
Weve got a huge active community, and there are lots of projects in development that use the engine.
You can find enhancements for Irrlicht all over the web, like alternative terrain renderers, portal renderers, exporters, world layers, tutorials, editors, language bindings for java, perl, ruby, basic, python, lua, and so on. And best of all: Its completely free.
Main features:
- High performance realtime 3D rendering using Direct3D and OpenGL [more]
- Platform independent. Runs on Windows95, 98, NT, 2000, XP and Linux.[more]
- Huge built-in and extensible material library with vertex and pixel shader support [more].
- Seamless indoor and outdoor mixing through highly customizeable scene mangagment. [more]
- Character animation system with skeletal and morph target animation. [more]
- Particle effects, billboards, light maps, environment mapping, stencil buffer shadows, and lots of other special effects. [more]
- .NET language binding which makes the engine available to all .NET languages like C#, VisualBasic, and Delphi.NET.
- Platform and driver independent fast software renderer included. It features z-buffer, gouraud shading, alpha-blending and transparency, fast 2D drawing.
- Powerful, customizeable and easy to use 2D GUI System with Buttons, Lists, Edit boxes, ..
- 2D drawing functions like alpha blending, color key based blitting, font drawing and mixing 3D with 2D graphics.
- Clean, easy to understand and well documentated API with lots of examples and tutorials.
- Written in pure C++ and totally object orientated.
- Direct import of common mesh file formats: Maya (.obj), 3DStudio (.3ds), COLLADA (.dae), DeleD (.dmf), Milkshape (.ms3d), Quake 3 levels (.bsp), Quake2 models (.md2), Microsoft DirectX (.X)... [more]
- Direct import of Textures: Windows Bitmap (.bmp), Portable Network Graphics (.png), Adobe Photoshop (.psd), JPEG File Interchange Format (.jpg), Truevision Targa (.tga), ZSoft Painbrush (.pcx)... [more]
- Fast and easy collision detection and response.
- Optimized fast 3D math and container template libraries.
- Directly reading from (compressed) archives. (.zip)
- Integrated fast XML parser.
- Unicode support for easy localisation.
- Works with Microsofts VisualStudio6.0?, VisualStudio.NET 7.0-8.0?, Metrowerks Codewarrior, and Bloodshed Dev-C++ with g++3.2-4.0.
- The engine is open source and totally free. You can debug it, fix bugs and even change things you do not like. And you do not have to publish your changes: The engine is licensed under the zlib licence, not the GPL or the LGPL.
<<less
Download (16.4MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
864 downloads
Simplified Wrapper and Interface Generator 1.3.28

Simplified Wrapper and Interface Generator 1.3.28


Simplified Wrapper and Interface Generator is a software development tool that connects programs written in C and C++. more>> <<less
Download (3.5MB)
Added: 2006-02-13 License: BSD License Price:
768 downloads
CGI::WML 0.09

CGI::WML 0.09


CGI::WML is a Perl module with subclass LDSs CGI.pm for WML output and WML methods. more>>
CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods.

SYNOPSIS

use CGI::WML;

$query = new CGI::WML;

$content = $query->p("Hello WAP world");

print
$query->header(),
$query->start_wml(),
$query->template(-content=>$query->prev()),
$query->card(-id=>"first_card",
-title=>"First card",
-content=>$content),
$query->end_wml();

print
$query->wml_to_wmlc(-wml=>$wml_buffer,
-errorcontext=>2);

($page_title,$content) = $query->html_to_wml($buffer);

This is a library of perl functions to allow CGI.pm-style programming to be applied to WAP/WML. Since this is a subclass of Lincoln Steins CGI.pm all the normal CGI.pm methods are available. See perldoc CGI if you are not familiar with CGI.pm

<<less
Download (0.021MB)
Added: 2007-07-12 License: Perl Artistic License Price:
838 downloads
PerlPoint::Generator::XML::XHTML::Paged 0.07

PerlPoint::Generator::XML::XHTML::Paged 0.07


PerlPoint::Generator::XML::XHTML::Paged is a Perl module that generates paged XHTML via XML. more>>
PerlPoint::Generator::XML::XHTML::Paged is a Perl module that generates paged XHTML via XML.

<<less
Download (0.018MB)
Added: 2007-02-20 License: Perl Artistic License Price:
976 downloads
Scramble Words Generator 1.0

Scramble Words Generator 1.0


Can you raed tihs? Did you konw that it is poissble to raed text eevn wehn the iennr letrets hvae been rraeargned? If youre albe to raed tihs now, t... more>> <<less
Download (0KB)
Added: 2009-04-06 License: Freeware Price: Free
244 downloads
SVG-cards 2.0.1

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.
<<less
Download (0.34MB)
Added: 2006-06-30 License: LGPL (GNU Lesser General Public License) Price:
1219 downloads
PHP JavaScript Tooltip Generator Class 1.1

PHP JavaScript Tooltip Generator Class 1.1


PHP JavaScript Tooltip Generator Class is a PHP class that can generate JavaScript tooltips. more>>
PHP JavaScript Tooltip Generator Class is a PHP class that can generate JavaScript tooltips. The project works on all major browsers, but transparency is not supported on Opera.
In Internet Explorer, the tooltips show above HTML SELECT elements as they should. The appearance of the tooltips is template driven. Only onmouseover/onmousemove events need to be sepcified, not onmouseout.
Further suggestions, comments and requests are welcommed.
Id also really appreciate if you could send me links to the web pages where you are using the class so I can give them as refference and convince more people to use it. Thanks!
The code is heavily documented so you can easily understand every aspect of it
Enhancements:
- in Firefox, the tooltips were showing up in the right position only the first time; after that, the tooltips would show in the top left corner of the screen.
- "Sticky" tooltips can now be created (tooltips that follow the mouse cursor) by calling the "show" method on the onmousemove event rather than on the onmouseover event.
- In Internet Explorer, the vertical scrollbar no longer appears if a tooltip is shown.
- Automatic tooltip re-positioning has been improved in order to keep the tooltip in the visible part of the browser window if it would "flow" outside.
- There is some code cleanup.
<<less
Download (0.047MB)
Added: 2006-11-15 License: Free for non-commercial use Price:
1080 downloads
XML::Generator::Essex 0.01

XML::Generator::Essex 0.01


XML::Generator::Essex is a Perl module that can generate XML with Essex. more>>
XML::Generator::Essex is a Perl module that can generate XML with Essex.

SYNOPSIS

package My::Generator;

use XML::Generator::Essex;
@ISA = qw( XML::Generator::Essex );

use strict;

sub main { # Called by XML::Generator::Essex->generate().
my $self = shift;
}

## And, to use:

my $g = MY::Generator->new( Handler => $h );
$g->generate( ... );

Provides Essex output primitives like put() and constructors for essex events.

Methods

put

Example Whats emitted
======= ==============
put; ## (whatevers in $_: event, characters, etc)
put "text<<less
Download (0.042MB)
Added: 2007-07-13 License: Perl Artistic License Price:
833 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5