Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.194.437 Times

Vinyl Svg Files freeware
Filter: All | Freeware | Demo
 

Vinyl Svg Files

< 1 2 3 4 5 > 
Added: June 09, 2010 | Visits: 1.750

SVG-cards 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...



Platforms: *nix

License: Freeware Size: 348.16 KB Download (196): SVG-cards Download

Added: October 22, 2010 | Visits: 1.444

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...





Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: November 04, 2010 | Visits: 1.238

Files Zip for Plone Files Zip for Plone project allows users to download all files from a folder (recursively) in a ZIP archive. Adds a document action to folders (and folderish contents) that enables to download all files and images from archetypes based contents available from that folder in a ZIP file....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (106): Files Zip for Plone Download

Added: February 16, 2010 | Visits: 1.850

X-Files KDM Theme X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background.. Content KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT...


Platforms: *nix

License: Freeware Download (133): X-Files KDM Theme Download

Added: February 16, 2010 | Visits: 1.682

Glips Graffiti SVG Editor GLIPS Graffiti editor is a cross-platform SVG graphics editor based on Batik and developed by ITRIS..


Platforms: *nix

License: Freeware Size: 4.7 MB Download (184): Glips Graffiti SVG Editor Download

Added: October 09, 2010 | Visits: 1.258

Email Files Thunderbird Email Files Thunderbird is a very simple service menu script, to email one or more files with Thunderbird to any address or to a given address, which i assume is used as a "backup" space. The subject is automatically updated according to the attached files and, in case you choose to send to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Email Files Thunderbird Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser 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...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: November 27, 2010 | Visits: 1.266

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Games::Go::SGF2misc::SVG Download

Added: May 08, 2010 | Visits: 1.117

SVG Charter Alpha SVG charter is a project to build a tool to generate charts and graphs with SVG output to allow fully scalable data visualization. The application came about after my personal frustration with not being able to read tiny GIF charts accurately. Couldnt be simpler, though. You must run SVG...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): SVG Charter Alpha Download

Added: April 19, 2010 | Visits: 1.244

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (99): SVG::Template::Graph Download

Added: July 21, 2010 | Visits: 1.104

SVG::Element SVG::Element is a Perl module to generate the element bits for SVG.pm. SVG.pm makes it possible to generate fully-functional SVG images in perl. 100% of the SVG tags are supported, and any new arbitrary element tag can be added by users by declaring it. ***THERE ARE FIVE WAYS TO IMPLEMENT...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (89): SVG::Element Download

Added: March 18, 2010 | Visits: 1.091

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (96): SVG::DOM Download

Added: August 25, 2010 | Visits: 1.095

Bio::Phylo::Treedrawer::Svg Bio::Phylo::Treedrawer::Svg is a Perl module that creates svg tree drawings. No serviceable parts inside. This module creates a scalable vector graphic from a Bio::Phylo::Trees::Tree object. It is called by the Bio::Phylo::Treedrawer object, so look there to learn how to create tree drawings....


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): Bio::Phylo::Treedrawer::Svg Download

Added: August 04, 2010 | Visits: 1.051

IANA /etc Files IANA /etc Files installs /etc/services and /etc/protocols using data from the Internet Assigned Numbers Authority. Included are snapshots of the data from the IANA, scripts to transform that data into the needed formats, and scripts to fetch the latest data. Installation The installation...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (145): IANA /etc Files Download

Added: June 18, 2010 | Visits: 1.246

RPM::Util::Files RPM::Util::Files is a Perl module to generate %files list in RPM Specfile. SYNOPSIS use RPM::Util::Files; my $util = RPM::Util::Files->new({ build_root => /var/tmp/some-package-version-root, docs_filters => [ sub { my $entry = shift; return $entry =~ /manuals/; } ], config_filters...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): RPM::Util::Files Download

Added: July 26, 2010 | Visits: 1.767

SVG Icons 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...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (180): SVG Icons Download

Released: March 11, 2010  |  Added: March 18, 2010 | Visits: 2.220

Zip Files Opener This utility designed to be a simple yet powerful archiver program. You can easily create and extract zip compressed files by using its very simple user interface. You can split a big size file into smaller splitted files with only few click. Zip Files Opener support Windows Vista, XP, Windows 7,...


Platforms: Windows

License: Freeware Size: 1.65 MB Download (157): Zip Files Opener Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 1.476

iZotope Vinyl for Winamp 2 iZotope Vinyl for Winamp is a free DSP plug-in that uses advanced filtering, modeling and resampling to create authentic 'vinyl' simulation, as if the audio was a record being played on a record player.


Platforms: Windows

License: Freeware Size: 1.48 MB Download (463): iZotope Vinyl for Winamp 2 Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 608

Pure Vinyl for Mac OS Uniquely combines a fun, 'scratch' style grab-and-spin editor with realistic, 'virtual vinyl' platter images, rendered from the audio. The editor's automatic gain riding and looping insures accurate track editing, even in the presence of vinyl background noise. A high quality resampling feature...


Platforms: Mac

License: Freeware Size: 26.8 MB Download (787): Pure Vinyl for Mac OS Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 961

Extract Files Action for Mac OS The new Extract Files Action for OS X Automator allows you to extract any combination files by file extension or file type. This is very useful for video and photo workflows. For example you could extract all jpg, tiff and gif and then use another action to resize them all to the same size. The...


Platforms: Mac

License: Freeware Size: 51.2 KB Download (424): Extract Files Action for Mac OS Download

< 1 2 3 4 5 >