<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C on ad mu</title>
    <link>https://admccartney.mur.at/tags/c/</link>
    <description>Recent content in C on ad mu</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>adam@mur.at (Adam McCartney)</managingEditor>
    <webMaster>adam@mur.at (Adam McCartney)</webMaster>
    <lastBuildDate>Sun, 22 Oct 2023 15:12:10 +0200</lastBuildDate>
    <atom:link href="https://admccartney.mur.at/tags/c/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Not knowing the /proc filesystem</title>
      <link>https://admccartney.mur.at/programming/idkproc/</link>
      <pubDate>Sun, 22 Oct 2023 15:12:10 +0200</pubDate><author>adam@mur.at (Adam McCartney)</author>
      <guid>https://admccartney.mur.at/programming/idkproc/</guid>
      <description>Overview Edit: this post was discussed on hacker news Some of the comments contained valuable reviews of the C code listed below. I&amp;rsquo;ve appended some edits after the original listing.
I&amp;rsquo;ve been working quite with files and file systems on Linux recently. Mostly from the vantage point of either a shell or a python script. I wanted to practice coding against the Linux API, so I cracked open my copy of the Linux Programming Interface to see if I could find some useful info.</description>
    </item>
    <item>
      <title>Not knowing...Pratt parsers</title>
      <link>https://admccartney.mur.at/programming/pratt/</link>
      <pubDate>Thu, 12 Aug 2021 10:43:24 +0200</pubDate><author>adam@mur.at (Adam McCartney)</author>
      <guid>https://admccartney.mur.at/programming/pratt/</guid>
      <description>This summer I&amp;rsquo;ve been learning a bit about programming language design. In the past, I&amp;rsquo;ve thrown together a few little programs use regular expressions to parse some simple language according to a simple context free grammars. Like any other programming newbie, I&amp;rsquo;ve also built the ubiquitous calculator or two.
Back in 2017 I resolved to teach myself something about computer science. I surveyed a few computer science undergraduate programs and decided to patch together my own from online courses, docs, tutorials and textbooks.</description>
    </item>
  </channel>
</rss>
