<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://mikelivolsi.com/wiki/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://mikelivolsi.com/wiki/feed.php">
        <title>Mike&#039;s Wiki - programing</title>
        <description></description>
        <link>http://mikelivolsi.com/wiki/</link>
        <image rdf:resource="http://mikelivolsi.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-02T10:20:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=programing:cpp_fastcgi&amp;rev=1765980454&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=programing:git&amp;rev=1777040377&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=programing:mysql_cpp&amp;rev=1765855211&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://mikelivolsi.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Mike's Wiki</title>
        <link>http://mikelivolsi.com/wiki/</link>
        <url>http://mikelivolsi.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=programing:cpp_fastcgi&amp;rev=1765980454&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-17T14:07:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cpp_fastcgi</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=programing:cpp_fastcgi&amp;rev=1765980454&amp;do=diff</link>
        <description>The Complete Guide in Getting FastCGI running with C++ on Ubuntu/NGINX

Intro

I’m old school. I’ve programmed web-sites using C++ and CGI, and I can hear people groaning. Even with fork-exec, my programs ran multiple times faster than the equivalent in Php.  With FastCGI and C++, I will put all doubt to rest and will publish tests when I get around to it. It should also be noted that C++ as a CGI programming language is inherently more secure than the equivalent in other interpreted languages.…</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=programing:git&amp;rev=1777040377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-24T14:19:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=programing:git&amp;rev=1777040377&amp;do=diff</link>
        <description>Git Cheat Sheet

NOTE: Even as a database guy, you still should check in your scripts, etc..

A Good reference: &lt;https://education.github.com/git-cheat-sheet-education.pdf&gt;

Working in the Master Branch

If doing work in the master branch

	*  cd &lt;directory&gt;
	*  git pull origin master   (NOTE: master is now main)</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=programing:mysql_cpp&amp;rev=1765855211&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-16T03:20:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mysql_cpp</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=programing:mysql_cpp&amp;rev=1765855211&amp;do=diff</link>
        <description>Programing in C++ with MySQL

Intro

Coding in C++ with embedded MySQL calls is extremely easy once you get your baseline right. Add in the standard “std” namespace, and things get even more easy. There are some “gotcha’s” to look our for and I’ll document below.</description>
    </item>
</rdf:RDF>
