bracke
Full stack web developer (EmberJS in the frontend and .NET for the API) and project manager in projects for a variety of large B2B web applications.
ECIT ConsultingAarhus, Denmark
Pinned Repositories
Ada2Str
Ada2Str is a command line program which creates StrongHelp documentation for Ada specifications. It is supplied with a desktop frontend, but is also useable on its own.
Ada_GUI
An Ada-oriented GUI
AdaDoc
AdaDoc consists of a commandline program 'AdaDoc' by Julien Burdy & Vincent Decorges and a frontend (this). To read more about the backend (AdaDoc) go to: http://adadoc.sourceforge.net/
AdaReferenceCard
Reference Card / Cheatsheet of Ada Attributes, Aspects, Pragmas and Standard Library
Ext2Dir
Purpose: Turn xxx/y into y.xxx File extensions used by non RISC OS systems are normally mapped to directories under RISC OS. To do that appropriate directories have to be created, files have to be copied to these directories and the file extensions have to be removed. Ext2Dir does that for you.
Image_IO
Output in BMP, PPM, and QOI formats; input in BMP, GIF, JPG, PNG, PNM, QOI, and TGA formats
Lender
Lender is a small 'database' which will keep a list of all the things people borrow from you thus allowing you to keep track of these things. NOTE: Lender is a RISC OS app.
NameMap
NameMapper scans a directory for ada sourcefiles (both body and specifications) and creates the file gnat.adc containing a pragma Source_File_Name for every file with a name longer than 10 characters. NameMap does not search all files for compilation units, it simply assumes that the package name and the filename are identical. Why is that useful ? Well, the current RISCOS port of GNAT (The GNU Ada translator) can only handle filenames up to 10 characters long. Supplying the file with those pragma statements gets arround that limitation and namemap will do the tedious work of creating those files. This can save a lot of time when porting large aplications.
RiscMovie
RiscMovie keeps track of your movie collection. For each movie you can set the genre, mediatype, audio tracks and subtitles. Each movie can have up to 3 titles (e.g. original and English). Multiple lists can be open at the same time and lists can be sorted and searched. NOTE: This is a RISC OS app.
SpriteLib
SpriteLib splits sprite files into separate files. Sprites with the same name are combined into the same file. This makes comparing sprites from different sprite sets easy. NOTE: This is a RISC OS app.
bracke's Repositories
bracke/AdaReferenceCard
Reference Card / Cheatsheet of Ada Attributes, Aspects, Pragmas and Standard Library
bracke/Ada_GUI
An Ada-oriented GUI
bracke/Controlled_IO
Files that are open while they exist and closed when they don't
bracke/Image_IO
Output in BMP, PPM, and QOI formats; input in BMP, GIF, JPG, PNG, PNM, QOI, and TGA formats
bracke/ada_language_server
Server implementing the Microsoft Language Protocol for Ada and SPARK
bracke/alire-index
Community index for the Alire project
bracke/AoA_22
Advent of Ada 22 Solutions
bracke/AoA_23
Some Advent of Ada 2023 solutions
bracke/Bar_Code_Drawing
Creation of bar codes
bracke/Binary_Trees
Ordered binary trees implemented without access types
bracke/bracke
Thoughts about technology, blogging, coding and the web with focus on modern web technologies like CSS3 and HTML5
bracke/bracke-dk
The code for bracke.dk
bracke/brackelib
Ada library which contains various utility packages. Mainly related to console and file and string operations.
bracke/DB_Maker
A generic for creating simple DBs (one table in an RDBMS) with PragmARC.Persistent_Skip_List_Unbounded and a Gnoga/Ada-GUI UI.
bracke/dummyserver
DummyServer is a terminal program that serves dummy content
bracke/Encryption-utilities
Utility programs for the encryption algorithms included in the PragmAda Reusable Components
bracke/Gnoga_Extra
Types and Create operations for frequently combined Gnoga widgets
bracke/Image_Random
True random numbers from a digital camera
bracke/Lined
Ada Implementation of the Line Editor from Software Tools
bracke/Mine_Detector
The Gnoga/Ada-GUI version of Mine Detector, an intellectually-challenging game
bracke/MP
A Music Player
bracke/Password_Gen
A password generator using Ada-GUI/Gnoga
bracke/PragmARC
The PragmAda Reusable Components
bracke/Qplt
An Ada-GUI program to quickly produce a plot of a data set
bracke/Universal-Text-File
Proposed universal format for Unicode text files
bracke/ada_spark_workflow
A demo of best practices for open-source Ada/SPARK development
bracke/CRC-32
Cyclic Redundancy Check to verify data integrity (ISO 3309)
bracke/fancyapidocs
A GNATdoc template with fancy looks and fancy functionality
bracke/gtkada3_starter_minimal
bracke/Z_Compression
Standalone version of the Zlib Deflate compression algorithm, derived from de Montmollin's Zip-Ada