<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.fourthwoods.com/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://wiki.fourthwoods.com/feed.php">
        <title>Fourth Woods Wiki</title>
        <description></description>
        <link>https://wiki.fourthwoods.com/</link>
        <image rdf:resource="https://wiki.fourthwoods.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-19T08:32:47+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/2d_graphics?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/3d_graphics?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/awk?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/batch_files?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/copy_if?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/discrete_math?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/djdoom?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/dokuwiki?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/ffmpeg?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/form?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/git?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/html?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/html5?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/input?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/javascript?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/midi_file_format?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/movies_with_subtitles?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/mus_file_format?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/mysql?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/oauth2?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/programming_tutorial?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/samba?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/secure_programming?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/sed?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/site_index?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/standard_midi_file_format?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/start?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/svn?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/the_mus_file_format?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/topics_in_computer_science?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/vim?rev=1692382542&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.fourthwoods.com/xterm?rev=1692382542&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.fourthwoods.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Fourth Woods Wiki</title>
        <link>https://wiki.fourthwoods.com/</link>
        <url>https://wiki.fourthwoods.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.fourthwoods.com/2d_graphics?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>2d_graphics</title>
        <link>https://wiki.fourthwoods.com/2d_graphics?rev=1692382542&amp;do=diff</link>
        <description>2D Graphics

Formula for a line

`y = mx + b`

Slope of a line

`m = (Delta y)/(Delta x) = (y_2 - y_1)/(x_2 - x_1)`

Y-intercept

	*  Y-intercept - where the line intersects with the line defined by the Y-axis
	*  The line intersects the Y-axis when `x` is `0`.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/3d_graphics?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3d_graphics</title>
        <link>https://wiki.fourthwoods.com/3d_graphics?rev=1692382542&amp;do=diff</link>
        <description>3D Graphics</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/awk?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>awk</title>
        <link>https://wiki.fourthwoods.com/awk?rev=1692382542&amp;do=diff</link>
        <description>Split a string


$ echo &quot;abc:def:ghi&quot; | awk -F&#039;:&#039; &#039;{print $3}&#039;
ghi


Find and Replace with Incrementing Value


$ awk &#039;BEGIN {i = 0;}{ gsub(/([a-zA-Z0-9_]+)/, &quot;foo&quot;i++); print $0}&#039; test.txt &gt; out.txt</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/batch_files?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>batch_files</title>
        <link>https://wiki.fourthwoods.com/batch_files?rev=1692382542&amp;do=diff</link>
        <description>List Files in Directory


set src=%1

for /r %%a in (%src%) do echo %%a


Trim Extension from Filename


set src=%1

for /r %%a in (%src%) do echo %%~na



echo %~n1


Replace Extension


set src=%1

for /r %%a in (%src%) do echo %%~na.txt</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/copy_if?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>copy_if</title>
        <link>https://wiki.fourthwoods.com/copy_if?rev=1692382542&amp;do=diff</link>
        <description>copy_if


template&lt;Class InputIterator, class OutputIterator, class Predicate&gt;
OutputIterator copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred)
{
   for( ; first != last; first++)
   {
      if(pred(*first))
         *result++ = *first;
   }
   return result;
}</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/discrete_math?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>discrete_math</title>
        <link>https://wiki.fourthwoods.com/discrete_math?rev=1692382542&amp;do=diff</link>
        <description>Discrete Math

Graphs

`G = (:N, A, f:)`

	*  `N` - non-empty set of nodes
	*  `A` - set of arcs
	*  `f` - function that associates each arc with an unordered pair of endpoints

`G = (:{1,2,3,4,5,6}, {a,b,c,d,e}, {(a, 2-3), (b, 1-4), (c, 4-5), (d, 1-3), (e, 2-2)}:)`</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/djdoom?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>djdoom</title>
        <link>https://wiki.fourthwoods.com/djdoom?rev=1692382542&amp;do=diff</link>
        <description>DjDooM

DjDoom is a reference implementation for the original Doom game engine that I have been working on for a little while. The purpose of this project is to build a playable Doom engine from the original Linux source code with minimal changes necessary to build and run in a Windows environment. This was created as a learning tool for me and I&#039;m publishing this so it can be a learning tool for others. It is intended that this be a base for others to build and expand on.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/dokuwiki?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dokuwiki</title>
        <link>https://wiki.fourthwoods.com/dokuwiki?rev=1692382542&amp;do=diff</link>
        <description>Syntax Highlighting

Changes to style in language file has no effect. Dokuwiki uses a single stylesheet for all languages. Comment out the following line in parserutils.php to disable.


...
760        // $geshi-&gt;enable_classes();
...


ASCIIMathML.js</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/ffmpeg?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ffmpeg</title>
        <link>https://wiki.fourthwoods.com/ffmpeg?rev=1692382542&amp;do=diff</link>
        <description>Useful Commands


dvd-slideshow -f slides.txt

dvdauthor -o DVD -x dvdauthor.xml

xine -u 0 dvd:&quot;$(pwd)/DVD&quot;

mkisofs -dvd-video -o dvd.iso DVD/
growisofs -dvd-compat -Z /dev/dvdrecorder=dvd.iso


mkisofs -r -R -J -o cd.iso dir/
cdrecord -v dev=ATA:0,1,0 cd.iso

ffmpeg -i ${VIDEO}.flv -sameq ${VIDEO}.mpg

ffmpeg -i ${VIDEO}.avi -pass 2 -target ntsc-dvd -aspect 4:3 ${VIDEO}.mpg

transcode -i HT.mpg -y ffmpeg -F mpeg2video -j 64,96 -E 44100 -b 128 -o HT2 -m
HT2.ac3

ffmpeg -i HT.mpg -croptop 64 -c…</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/form?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>form</title>
        <link>https://wiki.fourthwoods.com/form?rev=1692382542&amp;do=diff</link>
        <description>&lt;form&gt;

Submit form with JavaScript.


var form = document.getElementById(&quot;theForm&quot;);
form.submit();</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/git?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>https://wiki.fourthwoods.com/git?rev=1692382542&amp;do=diff</link>
        <description>Git Cheat Sheet

These are the commands that I look up the most to make sure I&#039;m doing them right. Eventually I&#039;ll remember them...

Branches

Create a new branch from current changes

This will create the new branch. When the branch is created, it will be active with the changes from the old branch. Switching back to the old branch will no longer show the changes.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/html?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>html</title>
        <link>https://wiki.fourthwoods.com/html?rev=1692382542&amp;do=diff</link>
        <description>*  &lt;form&gt;
	*  &lt;input&gt;</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/html5?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>html5</title>
        <link>https://wiki.fourthwoods.com/html5?rev=1692382542&amp;do=diff</link>
        <description>Canvas Element

save()

Pushes the current context settings onto the stack.


ctx.save();


restore()

Pops and restores the most recently saved context settings from the stack. This will undo any changes made to the drawing context since the last call to</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/input?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>input</title>
        <link>https://wiki.fourthwoods.com/input?rev=1692382542&amp;do=diff</link>
        <description>&lt;input&gt;

Attributes
 Attribute  Value                                                                        Description                                                                                                    Optional  disabled   disabled</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/javascript?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>javascript</title>
        <link>https://wiki.fourthwoods.com/javascript?rev=1692382542&amp;do=diff</link>
        <description>Get Element

getElementById()

The getElementById() method returns the first element with the specified id.


document.getElementById(id)

 Parameter  Description  id     The id of the element to retrieve. 

var el = document.getElementById(&quot;theId&quot;);
alert(el.textContent); // the content of the element</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/midi_file_format?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>midi_file_format</title>
        <link>https://wiki.fourthwoods.com/midi_file_format?rev=1692382542&amp;do=diff</link>
        <description>MIDI File Format

License

The bulk of information for this article comes from public domain sources, in particular Standard MIDI File Format by Dustin Caldwell. The rest was filled in through various sources and contributions. As such, even though most articles on this site are licensed under the</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/movies_with_subtitles?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>movies_with_subtitles</title>
        <link>https://wiki.fourthwoods.com/movies_with_subtitles?rev=1692382542&amp;do=diff</link>
        <description>Title                                           Media   Region  Position  Type       Comment                                                                                                  12 Years a Slave                                BD      US</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/mus_file_format?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mus_file_format</title>
        <link>https://wiki.fourthwoods.com/mus_file_format?rev=1692382542&amp;do=diff</link>
        <description>MUS File Format

License

The bulk of information for this article comes from public domain sources, in particular The MUS File Format by Vladimir Arnost. The rest was filled in through various sources and contributions. As such, even though most articles on this site are licensed under the</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/mysql?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mysql</title>
        <link>https://wiki.fourthwoods.com/mysql?rev=1692382542&amp;do=diff</link>
        <description>Login


$ mysql -u root -p


List Users


mysql&gt; SELECT User FROM mysql.user;


Databases

List Databases


mysql&gt; show databases;


Change/Select Database


mysql&gt; use &lt;database&gt;;


Tables

List Tables


mysql&gt; show tables;


List Table Columns


mysql&gt; SHOW COLUMNS FROM &lt;table&gt;;</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/oauth2?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oauth2</title>
        <link>https://wiki.fourthwoods.com/oauth2?rev=1692382542&amp;do=diff</link>
        <description>OAuth2

Introduction

History

Security

Authentication vs. Authorization

Spring Security

Demo Application

Spring Boot

The demo applications will be developed using Spring Boot. It is assumed you already have an understanding of Spring Boot. If not, have a look at the</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/programming_tutorial?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming_tutorial</title>
        <link>https://wiki.fourthwoods.com/programming_tutorial?rev=1692382542&amp;do=diff</link>
        <description>Introduction

This tutorial is a basic introduction to programming. It is written with the assumption that the student has never written a computer program before beginning with the basic program structure and the ever popular &quot;Hello, world!&quot; program.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/samba?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>samba</title>
        <link>https://wiki.fourthwoods.com/samba?rev=1692382542&amp;do=diff</link>
        <description>Useful Commands

List shares on host:


smbclient -L 192.168.1.100


Browse share:


smbclient \\\\192.168.1.100\\shared


Mount:


mount -t smbfs -o username=foo,password=bar //192.168.1.100/shared /mnt/smb


or


smbmount //192.168.1.103/shared ~/mnt -o username=foo,password=bar,rw</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/secure_programming?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>secure_programming</title>
        <link>https://wiki.fourthwoods.com/secure_programming?rev=1692382542&amp;do=diff</link>
        <description>Uninitialized Variables

Unchecked Return Values

	*  When developing an algorithm, developers tend to focus attention on the &quot;good&quot; path, the path that leads to the desired result.
	*  The failure paths are given lower priority or forgotten about.
		*</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/sed?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sed</title>
        <link>https://wiki.fourthwoods.com/sed?rev=1692382542&amp;do=diff</link>
        <description>Delete a matching line


sed &#039;/pattern/d&#039; filename &gt; newfile


Or edit in place (GNU)


sed -i &#039;/pattern/d&#039; filename</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/site_index?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>site_index</title>
        <link>https://wiki.fourthwoods.com/site_index?rev=1692382542&amp;do=diff</link>
        <description>Site Index
 A                          B                               C            D                         E  F           awk                    Batch Files                 copy_if  Discrete Math            ffmpeg</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/standard_midi_file_format?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>standard_midi_file_format</title>
        <link>https://wiki.fourthwoods.com/standard_midi_file_format?rev=1692382542&amp;do=diff</link>
        <description>Standard MIDI File Format

Dustin Caldwell

The standard MIDI file format is a very strange beast. When viewed as a
whole, it can be quite overwhelming. Of course, no matter how you look at it,
describing a piece of music in enough detail to be able to reproduce it
accurately is no small task. So, while complicated, the structure of the midi
file format is fairly intuitive when understood.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/start?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.fourthwoods.com/start?rev=1692382542&amp;do=diff</link>
        <description>Fourth Woods Wiki

This wiki is intended to be a repository of tips and tricks and general HowTos for all things computer and technology related. New topics usually start as a place to hold my notes and grow from there. Use the search or browse the index at the link below. If you have a topic you&#039;d like to add, feel free to start a new page.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/svn?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>svn</title>
        <link>https://wiki.fourthwoods.com/svn?rev=1692382542&amp;do=diff</link>
        <description>SVN

Create Server Repository

Once SVN is installed on the server execute the following.


$ cd /path/to/svn/repos
$ svnadmin create repositoryname


Change the owner of the repository directory and files.


$ chown -R www-data:subversion repositoryname</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/the_mus_file_format?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>the_mus_file_format</title>
        <link>https://wiki.fourthwoods.com/the_mus_file_format?rev=1692382542&amp;do=diff</link>
        <description>MUS File Format

Vladimir Arnost, QA-Software

Updated:    March 9, 1996

Version:    1.31

Internet:   xarnos00@dcse.fee.vutbr.cz

FIDO:       2:423/36.2


1. General Description

A .MUS file is a simple clone of .MID file. It uses the same instruments, similar commands and the same principle: a list of sound events. It consists of two parts: header and body.</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/topics_in_computer_science?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>topics_in_computer_science</title>
        <link>https://wiki.fourthwoods.com/topics_in_computer_science?rev=1692382542&amp;do=diff</link>
        <description>Topics in Computer Science

	*  Discrete Math
	*  3D Graphics</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/vim?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vim</title>
        <link>https://wiki.fourthwoods.com/vim?rev=1692382542&amp;do=diff</link>
        <description>Syntax Highlighting


:syntax on


This can also be added to .vimrc

Yank or delete between parentheses

Motion select

These work for matching parenthesis (), square brackets [], curly brackets {}, angle brackets &lt;&gt;, etc...


y% - yank
d% - delete</description>
    </item>
    <item rdf:about="https://wiki.fourthwoods.com/xterm?rev=1692382542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-18T18:15:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>xterm</title>
        <link>https://wiki.fourthwoods.com/xterm?rev=1692382542&amp;do=diff</link>
        <description>.Xdefaults


! Aterm customized defaults
Aterm*reverseVideo: true
Aterm*visualBell: true
! for unix only (otherwise, use xterm or xterm-color)
Aterm*termName: dtterm
Aterm*saveLines: 5000
Aterm*transparent: true
Aterm*transpscrollbar: true
Aterm*shading: 40
Aterm*font: -*-clean-medium-r-*--14-*-*-*-*-60-*-*
! blue is usually too dark to see.  this fixes that
Aterm*color4: RoyalBlue
Aterm*color12: RoyalBlue

! Xterm customized defaults
XTerm*reverseVideo: false
XTerm*foreground: green
XTerm*backg…</description>
    </item>
</rdf:RDF>
