<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.daveswiki.org/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="https://www.daveswiki.org/feed.php">
        <title>Dave's Wiki software</title>
        <description></description>
        <link>https://www.daveswiki.org/</link>
        <image rdf:resource="https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico" />
       <dc:date>2026-04-17T01:37:44-0700</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=software:gdb&amp;rev=1523317723&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=software:gdb_tutorial&amp;rev=1522910946&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=software:git&amp;rev=1537823985&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=software:software_engineering_notes&amp;rev=1547630796&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico">
        <title>Dave's Wiki</title>
        <link>https://www.daveswiki.org/</link>
        <url>https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=software:gdb&amp;rev=1523317723&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-09T16:48:43-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:gdb</title>
        <link>https://www.daveswiki.org/doku.php?id=software:gdb&amp;rev=1523317723&amp;do=diff</link>
        <description>Here's a very gentle intro to GDB that should get most new users started: GDB Tutorial.  

In addition, the following commands are also useful but not covered in the previous link:

	*  Backtrace</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=software:gdb_tutorial&amp;rev=1522910946&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-04T23:49:06-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:gdb_tutorial</title>
        <link>https://www.daveswiki.org/doku.php?id=software:gdb_tutorial&amp;rev=1522910946&amp;do=diff</link>
        <description>Originally located at this URL, I have copied the contents here because links to pages in personal directories at .edu domains have a tendency to disappear.

GDB Tutorial

Gdb is a debugger for C (and C++). It allows you to do things like run the program up to a certain point then stop and print out the values of certain variables at that point, or step through the program one line at a time and print out the values of each variable after executing each line. It uses a command line interface.
Th…</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=software:git&amp;rev=1537823985&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-24T14:19:45-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:git</title>
        <link>https://www.daveswiki.org/doku.php?id=software:git&amp;rev=1537823985&amp;do=diff</link>
        <description>git

Git is just your ordinary overly complicated* version control system.  I'm really great at doing stuff with git, especially things I didn't intend!  :) 

Here's a useful collection of ways to get yourself out of your own self-created git jams.

How To Undo Stuff</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=software:software_engineering_notes&amp;rev=1547630796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-16T01:26:36-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:software_engineering_notes</title>
        <link>https://www.daveswiki.org/doku.php?id=software:software_engineering_notes&amp;rev=1547630796&amp;do=diff</link>
        <description>Programming Concepts

	*  ELI5: Monads
	*  Lambda The Ultimate

Programming Language Implementation

	*  Programming Languages: Application and Interpretation
	*  Implementing a Pratt Parser in Rust

Rust

	*  Index of Rust Documentation
	*   Unofficial Rust Design Patterns
	*  Rust Playground
	*  The latest version of rustboot (the original rust compiler which was written in OCaml) before it was deleted from the main rust repository.
		*  The AST is located</description>
    </item>
</rdf:RDF>
