There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Ada Bar Codes ============= The project Ada Bar Codes provides a package for generating various types of bar codes on different output formats, such as PDF, SVG or bitmaps. The creation of a bar code is as simple as this small procedure: with Ada.Text_IO, Bar_Codes.Impl; procedure Small_Demo is use Ada.Text_IO; use Bar_Codes, Bar_Codes.Impl; svg : File_Type; begin Create (svg, Out_File, "bar_code.svg"); Put_Line (svg, "<?xml version=""1.0"" encoding=""UTF-8""?>"); Put_Line (svg, SVG_Bar_Code (Code_QR_Low, 25.0, 25.0, "mm", "Hello")); Close (svg); end; ==== Full description in: ada_bar_codes.txt
hac
HAC Ada Compiler - a small, quick Ada compiler fully in Adalea
LEA is a Lightweight Editor for Adazip-ada
Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.gid
GID (Generic Image Decoder): a standalone, portable generic Ada package for decoding imagesgwindows
GWindows: GUI framework for MS Windowsglobe-3d
GLOBE_3D: a real-time 3D Engine written in Adaada-pdf-writer
Ada PDF Writer: a standalone, portable package for producing dynamically PDF documentscbsg
The Corporate Bullshit Generatorpascal-to-ada
Pascal to Ada translatormathpaqs
Mathpaqs: a collection of mathematical packages in pure Adaazip
AZip: a free, portable Zip Archive Managerwasabee
Wasabee: a Web browser with safety focus. Project is in early development stage.excel-writer
Excel Writer: a standalone, portable Ada package for producing Excel spreadsheetsini-files
Ini file manager: a standalone, portable Ada package for configuration filestexcad
TeXCAD: a simple LaTeX {picture} drawing toolengine-3d
Engine_3D: a real-time, pure software, 3D engine for DOS-talgics. Abandoned project, but perhaps there are some interesting bits in the code... See GLOBE_3D for newer stuff !ulid
ULID implementation in AdaLove Open Source and this site? Check out how you can help us