Code Snippets
I maintain two repositories of Pascal code snippets:
-
The DelphiDabbler Code Snippets Collection, which is an extensive collection of Delphi Pascal snippets.
-
The old SWAG (SourceWare Archive Group) collection of source code and programming examples.
The repositories are:
-
delphidabbler/code-snippets
This repository contains all the snippets in the DelphiDabbler Code Snippets Collection along with meta data stored in .ini files.
The collection can be displayed by my CodeSnip program.
Some of the snippets have unit tests or demo programs, all of which are available from the repository.
-
delphidabbler/swag
This repository contains the SWAG collection. It contains all the "packets" (a SWAG term for a snippet) along with an XML file containing meta data.
The collection can be viewed using my SWAGView program. Selected SWAG packets can also be imported into CodeSnip.
Both collections are comprehensively documented.