<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cs.vassar.edu/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.cs.vassar.edu/feed.php">
        <title>Computer Science | Vassar College</title>
        <description></description>
        <link>https://www.cs.vassar.edu/</link>
        <image rdf:resource="https://www.cs.vassar.edu/_media/favicon.ico" />
       <dc:date>2026-06-09T12:07:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/vss?rev=1308538985&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/admin_tips/svn?rev=1243454048&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/z80asm_in_emacs?rev=1203534166&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/infinite-trees?rev=1588356833&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/bio?rev=1534638095&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/bibtex?rev=1270724318&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/tikkun_passover_2009_supplement_in_plain_text?rev=1239026436&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/wearables/timeline_of_rigs?rev=1369319494&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/wearables/top?rev=1369319086&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.cs.vassar.edu/_media/favicon.ico">
        <title>Computer Science | Vassar College</title>
        <link>https://www.cs.vassar.edu/</link>
        <url>https://www.cs.vassar.edu/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/vss?rev=1308538985&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-20T03:03:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vss</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/vss?rev=1308538985&amp;do=diff</link>
        <description>Vassar Science Scholars Lecture/Lab



Saturday, March 26, 2011 

9:30am--12pm 

Sci Vis Lab, 3rd Floor Mudd Chemistry

WeScheme: from Algebra to Animation

We will explore selected parts of the Scheme programming language using WeScheme, a browser--</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-21T21:07:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>multihome_dokuwiki_hacks</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff</link>
        <description>Multihome Dokuwiki Hacks

I use the article by Lukas Ruf on setting up dokuwiki on a mutihomed web server to allow multiple separate wikis to run on one machine.  The article is available at &lt;http://wiki.lpr.ch/doku.php/multihomed&gt;. 

These are a few things I have done in addition to the suggestions in the article.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/admin_tips/svn?rev=1243454048&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-27T19:54:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>svn</title>
        <link>https://www.cs.vassar.edu/people/priestdo/admin_tips/svn?rev=1243454048&amp;do=diff</link>
        <description>Add new svn project

SVN svn version.cs.vassar.edu access controle

Issue the following commands to create a new project


svnadmin create /svn/svn-repos/project_NAME
chown -R www-data /svn/svn-repos/project_NAME
chgrp -R subversion /svn/svn-repos/project_NAME
chmod 770 /svn/svn-repos/project_NAME</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/z80asm_in_emacs?rev=1203534166&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-20T19:02:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>z80asm_in_emacs</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/z80asm_in_emacs?rev=1203534166&amp;do=diff</link>
        <description>Using emacs with z80asm

First off, I want to state I am not a lisp podgammer

OK, now that that is out of the way, this is what I added to my .emacs when I started using z80asm to work with z80 assembly code.  It adds ASM to the list of extensions that will put you into asm-mode for editing assembly code and defines the compile command the way I wanted it.  If there is a better way to do these tasks please let me know.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/infinite-trees?rev=1588356833&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-01T18:13:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>infinite-trees</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/infinite-trees?rev=1588356833&amp;do=diff</link>
        <description>Infinite Trees



1 Motivation

Up until now, we’ve mostly looked at trees as a data structure, but we haven’t looked at them in the context of any particular problems. Trees are used in many applications in computer science, robotics, and game design. One common application is for representing the possible moves in a game or search problem. Imagine that you were exploring the space that a player (character or robot) could move through. On each move, the player would change position (and possibl…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/bio?rev=1534638095&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-08-19T00:21:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bio</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/bio?rev=1534638095&amp;do=diff</link>
        <description>Bio

	*  Before joining Vassar in Fall 2006, I was an assistant professor at Colby College for five (5) years, beginning Fall 2001. Prior to my transition to academia, I worked for AT&amp;T for fifteen (15) years, in several different internal IT capacities, including applications and systems development and support, and IT infrastructure systems engineering. One of the very special opportunities I had while working for AT&amp;T was to be sponsored in its Doctoral Support Program, which enabled me to go…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/bibtex?rev=1270724318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-08T10:58:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bibtex</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/bibtex?rev=1270724318&amp;do=diff</link>
        <description>Bibtex Templates

Here are a few bibtex templates that I use with the dokuwiki bibtex plugin.  In time I should have all the entry types done.

Entry Types

	*   
	*   
	*   
	*   
	*  
	*   
	*   
	*  
	*   
	*   
	*  
	*   
	*   
	*  

Article Entry

An article from a journal or magazine.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/tikkun_passover_2009_supplement_in_plain_text?rev=1239026436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-06T14:00:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tikkun_passover_2009_supplement_in_plain_text</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/tikkun_passover_2009_supplement_in_plain_text?rev=1239026436&amp;do=diff</link>
        <description>Tikkun Passover 2009 Supplement in Plain Text

Some folks have had problems with the font size on the 2009 Passover Supplement.  The original is from &lt;http://www.tikkun.org/article.php/seder_2009&gt;.  Below is a version converted to plain text with acroread and then reformatted in emacs.  Use it if you find it useful.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/wearables/timeline_of_rigs?rev=1369319494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T14:31:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>timeline_of_rigs</title>
        <link>https://www.cs.vassar.edu/people/priestdo/wearables/timeline_of_rigs?rev=1369319494&amp;do=diff</link>
        <description>Timeline of Herbert

[herb one in 1997] [herb three in 1999]
[charmerino in 2000]
[herb seven in 2008]
[gerbert in 2013]

Most of my wearables pages are about the changes and modifications I have made over the years.  I noticed that it gives the impression I am constantly changing things. On this page you can see just how long particular rigs were or have been in use.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/wearables/top?rev=1369319086&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T14:24:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/priestdo/wearables/top?rev=1369319086&amp;do=diff</link>
        <description>What am I wearing?

New Scientist

A few details from decades of daily wear 
[gerbert in 2013]Please note, this page documents what I was wearing during the last four of the nineteen wonderful years I spent working for the CS Department at Vassar.  For the last year and a half I have been wearing modified versions of Google Glass running Glass and Ubuntu.  Along with that I am using a Bluetooth version of the Spiffchorder for input.  Please see the</description>
    </item>
</rdf:RDF>
