<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.de12werken.nl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.de12werken.nl/feed.php">
        <title>Notes - programming</title>
        <description></description>
        <link>http://www.de12werken.nl/</link>
        <image rdf:resource="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-05T06:36:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:assembly&amp;rev=1617225245&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:awk&amp;rev=1677319561&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:basic&amp;rev=1726772744&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:c&amp;rev=1767557436&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:cobol&amp;rev=1618148966&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:cpp&amp;rev=1659880541&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:fortran&amp;rev=1715198569&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:foxpro&amp;rev=1763151878&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:go&amp;rev=1346858309&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:kixtart&amp;rev=1477576934&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:libraries&amp;rev=1507402657&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:misc&amp;rev=1725736369&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:mpi&amp;rev=1355246157&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:opengl&amp;rev=1674922146&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:perl&amp;rev=1389518489&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:php&amp;rev=1704539332&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:python&amp;rev=1433930064&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:regularexpressions&amp;rev=1624961122&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=programming:rpgiv&amp;rev=1349120650&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Notes</title>
        <link>http://www.de12werken.nl/</link>
        <url>http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:assembly&amp;rev=1617225245&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-31T21:14:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>assembly</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:assembly&amp;rev=1617225245&amp;do=diff</link>
        <description>Programming - Assembly

PC Assembly Tutorial 

Ragestorm - Programming World 

386intel.txt INTEL 80386 PROGRAMMER&#039;S REFERENCE MANUAL 1986 

387intel.txt INTEL 80387 PROGRAMMER&#039;S REFERENCE MANUAL 1987 

Intel Developer Zone - Introduction to x64 Assembly 


flat assembler is a place dedicated to assembly language programming and contains many resources for both beginners and advanced assembly programmers. Also offers the</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:awk&amp;rev=1677319561&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-25T10:06:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>awk</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:awk&amp;rev=1677319561&amp;do=diff</link>
        <description>Programming - AWK

Awk Quick Reference - by Bruce Barnett 

Awk - A Tutorial and Introduction - by Bruce Barnett

AWK Reference (pdf)

Gawk manual

Blogposts/Articles

Yet Another Boring Developer&#039;s Blog - Parse log files with AWK April 08, 2020 

&lt;packt&gt;hub - Regular expressions in AWK programming: What, Why, and How 


Examples

GitHub - wernsey/d.awk An Awk script to generate documentation from Markdown comments in C/C++/Java/JavaScript/C# source code. mdown.awk can create HTML from Markdown.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:basic&amp;rev=1726772744&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-19T19:05:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>basic</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:basic&amp;rev=1726772744&amp;do=diff</link>
        <description>Programming - BASIC

E-books zu QBasic und QuickBasic im PDF-Format
 contains PDF copies of the GW-BASIC Manual and PC Magazine&#039;s BASIC Techniques and Utilities Book.

GW-BASIC LANGUAGE 

The Encyclopedia of Computer Languages - BASIC(ID:176/bas009) 

TinyBasic 


&lt;http://www.atariarchives.org/&gt;  

&lt;http://www.atariarchives.org/basicgames/&gt; 

&lt;http://www.atariarchives.org/morebasicgames/&gt; 

&lt;http://www.atariarchives.org/bigcomputergames/&gt; 


Vintage BASIC is open source software, provided under …</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:c&amp;rev=1767557436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-04T20:10:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>c</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:c&amp;rev=1767557436&amp;do=diff</link>
        <description>Programming - C

Programming in C UNIX System Calls and Subroutines using C 

C-FAQ 

LEARN C/C++ TODAY A list of resources to learn programming with C and C++ 

The C Library Reference Guide 

C programming.com 

C Programming Language site 


The C Library Reference Guide by Eric Huss.

By Dan Gookin:

	*  C for Dummies Blog
	*  Beginning Programming C For Dummies (book)
	*  C Programming For Dummies (book)
	*  Pointer Cheat Sheet

SourceForge - Pre-defined C/C++ Compiler Macros 

SourceForge …</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:cobol&amp;rev=1618148966&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-11T13:49:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cobol</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:cobol&amp;rev=1618148966&amp;do=diff</link>
        <description>Programming - COBOL

OpenCOBOL translates COBOL into C and compiles the translated code using the native C compiler. You can build your COBOL programs on various platforms, including Unix/Linux, Mac OS X, and Microsoft Windows. The compiler is licensed under GNU General Public License. The run-time library is licensed under GNU Lesser General Public License.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:cpp&amp;rev=1659880541&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-07T13:55:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cpp</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:cpp&amp;rev=1659880541&amp;do=diff</link>
        <description>Programming - C++

Learning

stack overflow - The Definitive C++ Book Guide and List

cplusplus.com

Videos

MSDN Channel9 - Clang: Defending C++ from Murphy&#039;s Million Monkeys</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:fortran&amp;rev=1715198569&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T20:02:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fortran</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:fortran&amp;rev=1715198569&amp;do=diff</link>
        <description>Programming - Fortran

Fortran 90 + 

Fortran Library 

The Fortran Company 

Alan Miller&#039;s Fortran Software 

Fortran Wiki</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:foxpro&amp;rev=1763151878&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-14T20:24:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>foxpro</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:foxpro&amp;rev=1763151878&amp;do=diff</link>
        <description>Programming - FoxPro

Microsoft Learn - Microsoft Visual FoxPro 9.0

Downloads

Microsoft Learn - Visual FoxPro Downloads

Microsoft Download Center - Microsoft OLE DB Provider for Visual FoxPro 8.0 


foxpert.com - Visual FoxPro Runtimes 

GitHub - VFPX/VFPRuntimeInstallers Provides installers for the Visual FoxPro runtime files. 

GitHub - VFPX/Samples 

VFPX A Visual FoxPro community site for open source add-ons. 


Articles/Blogposts

Rick Strahl&#039;s FoxPro and Web Connection Weblog - Watch ou…</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:go&amp;rev=1346858309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-05T15:18:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>go</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:go&amp;rev=1346858309&amp;do=diff</link>
        <description>Go

The Go Programming Language 

An Introduction To Programming In Go by Caleb Doxsey.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:kixtart&amp;rev=1477576934&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-10-27T14:02:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kixtart</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:kixtart&amp;rev=1477576934&amp;do=diff</link>
        <description>Programming - KiXtart

&lt;http://kixtart.org/KiXtart&gt; is a free-format scripting language and has rich built-in functionality for easy scripting. It supports COM (providing access to ADSI, ADO, WMI, etc) and thus is easily extensible.

Start login scripts with /f switch

When using the INGROUP function KiXtart caches the names of AD groups.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:libraries&amp;rev=1507402657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-07T18:57:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>libraries</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:libraries&amp;rev=1507402657&amp;do=diff</link>
        <description>Libraries

ENet&#039;s purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets.

the Nothing itself nothings public domain versions of jpeg, png, ogg vorbis and zlib decompression. Also</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:misc&amp;rev=1725736369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-07T19:12:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:misc&amp;rev=1725736369&amp;do=diff</link>
        <description>Programming - Miscellaneous

FreeBSD and Linux Kernel Cross-Reference  with software from the LXR project. 

Great Works in Programming Languages Collected by Benjamin C. Pierce 

BANCStar - The Worst Programming Environment in the World? on Github. 

Quine Relay on Github An uroboros program with 50 programming languages 


GitHub - vhf - Free Programming Books a list of free books about programming. Also: reSRC. 


The Twelve-Factor App is a methodology for building software-as-a-service apps.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:mpi&amp;rev=1355246157&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-12-11T17:15:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mpi</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:mpi&amp;rev=1355246157&amp;do=diff</link>
        <description>MPI

The Message Passing Interface (MPI) standard 

The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. 

Message Passing Interface Forum 

MPI Documents</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:opengl&amp;rev=1674922146&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-28T16:09:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>opengl</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:opengl&amp;rev=1674922146&amp;do=diff</link>
        <description>Programming - OpenGL

The Khronos Group 


Khronos Group - Conformant Products - OpenGL a list of graphics cards that conform to OpenGL by vendor and type for OpenGL 4.4 and higher.

ToGL a Direct3D to OpenGL abstraction layer from Valve Software. (License) 


NVIDIA - OpenGL Driver Support 


TinyGL is intended to be a very small implementation of a subset of OpenGL * for embedded systems or games. It is a software only implementation. Only the main OpenGL calls are implemented.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:perl&amp;rev=1389518489&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-01-12T09:21:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>perl</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:perl&amp;rev=1389518489&amp;do=diff</link>
        <description>Programming - Perl

Perl 

CPAN - The Comprehensive Perl Archive Network 


Strawberry Perl is a perl environment for MS Windows. 

ActiveState Perl available in a free community edition and a paid edition. The free edition comes with a “License to use on non-production servers” only. 


Documentation

Learn Perl</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:php&amp;rev=1704539332&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-06T11:08:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:php&amp;rev=1704539332&amp;do=diff</link>
        <description>Programming - PHP

PHP 

PHP The Right Way 


TCPDF Open Source PHP class for generating PDF documents.</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:python&amp;rev=1433930064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-10T09:54:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:python&amp;rev=1433930064&amp;do=diff</link>
        <description>Programming - Python

Python

Documentation

The Python 3.5 Tutorial 

The Python Tutorial points to Python 2.7.

Learn Python The Hard Way By Zed A. Shaw 


Webdevelopment

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It&#039;s BSD licensed!

The Pylons Project was founded by the people behind the Pylons web framework to develop web application framework technology in Python. Rather than focusing on a single web framework, the Pylons Projec…</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:regularexpressions&amp;rev=1624961122&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-29T10:05:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>regularexpressions</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:regularexpressions&amp;rev=1624961122&amp;do=diff</link>
        <description>Regular Expressions

Cheatography - Regular Expressions Cheat Sheet by DaveChild 

regular expressions 101 for regular expression testing/dissection and explanation.

Notes

Match a GUID

GUID


{[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}}</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=programming:rpgiv&amp;rev=1349120650&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-01T19:44:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rpgiv</title>
        <link>http://www.de12werken.nl/doku.php?id=programming:rpgiv&amp;rev=1349120650&amp;do=diff</link>
        <description>RPG IV

MC Press Online - Programming / RPG 

MC Press Online - CGI RPG IV--Getting Started</description>
    </item>
</rdf:RDF>
