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.475.938 Times

Fire Emblem Sprites Character freeware
Filter: All | Freeware | Demo
 

Fire Emblem Sprites Character

< 1 2 3 4 5 
Added: September 24, 2010 | Visits: 1.215

Cal3D Cal3d project is a skeletal based 3d character animation library written in C++ in a platform-/graphic API-independent way. Originally designed to be used in a 3d client for Worldforge, it evolved into a stand-alone product which can be used in many different kinds of projects. Cal3D is an... Platforms: *nix

License: Freeware Size: 2.9 MB Download (185): Cal3D Download

Added: March 20, 2010 | Visits: 984

Encode Encode is a Perl module created to deal with character encodings. SYNOPSIS use Encode; Table of Contents Encode consists of a collection of modules whose details are too big to fit in one document. This POD itself explains the top-level APIs and general topics at a glance. For other... Platforms: *nix

License: Freeware Size: 1.9 MB Download (106): Encode Download

Added: June 08, 2010 | Visits: 1.314

WoW Companion WoW Companion is a Java client and server used to centrally store item, character and other data for World of Warcraft. Data is made available via the Web in XML and other formats. Frontends for displaying character profiles are also included.. Get WoW Companion at SourceForge.net. Fast, secure... Platforms: *nix

License: Freeware Size: 686.08 KB Download (177): WoW Companion Download

Added: January 09, 2010 | Visits: 1.046

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new... Platforms: *nix

License: Freeware Size: 79.87 KB Download (103): Convert::Translit Download

Added: April 24, 2010 | Visits: 765

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU... Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode Download

Added: June 14, 2010 | Visits: 1.127

WeOCR WeOCR is a platform for Web-enabled OCR (Optical Character Reader/Recognition) systems. A WeOCR server receives document images from users, recognizes text in the images, and returns recognition results to the users. WeOCR does not have its own character recognition engine. Instead, it is... Platforms: *nix

License: Freeware Size: 46.08 KB Download (192): WeOCR Download

Added: August 17, 2010 | Visits: 772

Windstille Windstille project is a classic jump and shoot action game. Windstille is an old-school 2D site-scrolling shootem up game, similar to Turrican or Metroid with some influence from Another World and Flashback. In Windstille the player will be placed in a foreign alien world and has to find its... Platforms: *nix

License: Freeware Size: 9.5 MB Download (95): Windstille Download

Added: September 16, 2010 | Visits: 951

MathML::Entities MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References. SYNOPSIS use MathML::Entities; $html = © by me; # convert named HTML entities to character references: $numeric = name2numbered($html); # © by me # convert named HTML... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): MathML::Entities Download

Added: November 08, 2010 | Visits: 1.105

rq4gen rq4gen project is a player character generation tool for RuneQuest. rq4gen is a tool for generating player characters for the role-playing game RuneQuest4, which was never published. We acknolewdge that any player using this version of RQ normally has a very customized rules set, so instead... Platforms: *nix

License: Freeware Size: 133.12 KB Download (109): rq4gen Download

Added: May 13, 2010 | Visits: 1.902

GOCR GOCR is an OCR (Optical Character Recognition) program, developed under the GNU Public License. It converts scanned images of text back to text files. Joerg Schulenburg started the program, and now leads a team of developers. GOCR can be used with different front-ends, which makes it very easy... Platforms: *nix

License: Freeware Size: 819.2 KB Download (146): GOCR Download

Added: March 06, 2010 | Visits: 1.076

HTML Entity Based Codepage Inference HEBCI is a technique that allows a web form handler to transparently detect the character set its data was encoded with. By using carefully-chosen character references, the browsers encoding can be inferred. Thus, it is possible to guarantee that data is in a standard encoding without relying... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): HTML Entity Based Codepage Inference Download

Added: November 02, 2010 | Visits: 1.215

OCRE OCRE application is an optical character recognition (OCR) system that reads an image file and writes ASCII or Unicode characters. Languages: English, French, Polish, Spanish Installation: unpack the file ...tgz (tar xzvf ...) # vi config.h instala # you can change the directory for the... Platforms: *nix

License: Freeware Size: 440.32 KB Download (174): OCRE Download

Added: September 05, 2010 | Visits: 1.274

gucharmap gucharmap is a Unicode Character Map and Font Viewer. gucharmap uses gtk+ 2.0, so it supports beautiful anti-aliased scalable fonts via Xft. Installation To compile and install, do the usual ./configure make make install There are two extra ./configure options: --disable-gnome... Platforms: *nix

License: Freeware Size: 2.9 MB Download (137): gucharmap Download

Added: August 26, 2010 | Visits: 896

perlrecharclass perlrecharclass package contains Perl regular expression character classes. The top level documentation about Perl regular expressions is found in perlre. This manual page discusses the syntax and use of character classes in Perl Regular Expressions. A character class is a way of denoting a... Platforms: *nix

License: Freeware Size: 14.8 MB Download (94): perlrecharclass Download

Added: May 08, 2010 | Visits: 850

JPasswordGenerator JPasswordGenerator is a Java application for creating safe and strong passwords from predefined character sets in a random way. For this, a strong random number generator is used. JPasswordGenerator has six sets of characters that can be individually enabled and edited. All the characters from... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): JPasswordGenerator Download

Added: January 12, 2010 | Visits: 1.177

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: August 18, 2010 | Visits: 639

RusXMMS RusXMMS provides character set conversion for languages which can be represented with more than one character set. RusXMMS project originally handled XMMS playlists, but can be useful for any program that works with small pieces of text in different languages and encodings. The library features... Platforms: *nix

License: Freeware Size: 389.12 KB Download (93): RusXMMS Download

Added: November 24, 2010 | Visits: 1.127

Millers Quest! Millers Quest! is a role-playing simulator game. It could also be described as a "fire-and-forget role-playing game". In other words, it is not a role-playing game in the most traditional sense, because there is absolutely no player interaction. The emphasis on this game is the simulation of... Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Millers Quest! Download

Added: January 25, 2010 | Visits: 1.018

Emblem Designer Design your Halo 2 avatar with ease. Load other people's emblems into the editor and play around, and it saves either the emblem image, or a file which allows you to come back and resume editing. Platforms: Mac

License: Freeware Download (109): Emblem Designer Download

Added: January 25, 2010 | Visits: 907

Fire Widget Fire Widget is a drag 'n drop FTP upload widget. It has a nice interface and runs nicely. Just drop a file, the gate slides up, the file gets transfered, and you are done. With Fire, you can: Upload files to FTP serversOpen the uploaded files in your bowserCopy the files' URLs into your... Platforms: Mac

License: Freeware Download (105): Fire Widget Download

< 1 2 3 4 5