-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnippets.html
56 lines (50 loc) · 1.93 KB
/
snippets.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: Code Snippets
meta-title: "Delphi Pascal Code Snippets & Sample Code | Code Snippets Database | SWAG"
meta-desc: "Descriptions of, and links to, the DelphiDabbler Code Snippets Database and the SWAG archive."
---
<h1 roll="heading">{{page.title | escape}}</h1>
<p>
I maintain two repositories of Pascal code snippets:
</p>
<ol>
<li>
The <em>DelphiDabbler Code Snippets Collection</em>, which is an extensive collection of Delphi Pascal snippets.
</li>
<li>
The old <em>SWAG</em> (<b>S</b>ource<b>W</b>are <b>A</b>rchive <b>G</b>roup) collection of source code and programming examples.
</li>
</ol>
<p>
The repositories are:
</p>
<ul class="list-group">
<li class="list-group-item">
<p class="strong">
<a href="https://github.com/delphidabbler/code-snippets" aria-label="DelphiDabbler Code Snippets Collection on GitHub">delphidabbler/code-snippets</a>
</p>
<p>
This repository contains all the snippets in the <em>DelphiDabbler Code Snippets Collection</em> along with meta data stored in .ini files.
</p>
<p>
The collection can be displayed by my <a href="/software/codesnip">CodeSnip</a> program.
</p>
<p>
Some of the snippets have unit tests or demo programs, all of which are available from the repository.
</p>
</li>
<li class="list-group-item">
<p class="strong">
<a href="https://github.com/delphidabbler/swag" aria-label="SWAG collection repository on GitHub">delphidabbler/swag</a>
</p>
<p>
This repository contains the <em>SWAG</em> collection. It contains all the "packets" (a SWAG term for a snippet) along with an XML file containing meta data.
</p>
<p>
The collection can be viewed using my <a href="/software/swagview">SWAGView</a> program. Selected SWAG packets can also be imported into <a href="/software/codesnip">CodeSnip</a>.
</p>
</li>
</ul>
<p>
Both collections are comprehensively documented.
</p>