<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (scottjacksonx)</title>
    <link>https://pinboard.in/u:scottjacksonx/public/</link>
    <description>recent bookmarks from scottjacksonx</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://en.wikipedia.org/wiki/Boids"/>
	<rdf:li rdf:resource="http://dis.4chan.org/read/prog/1295544154"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://en.wikipedia.org/wiki/Boids">
    <title>Boids - Wikipedia, the free encyclopedia</title>
    <dc:date>2012-09-26T14:55:50+00:00</dc:date>
    <link>http://en.wikipedia.org/wiki/Boids</link>
    <dc:creator>scottjacksonx</dc:creator><description><![CDATA[<blockquote>
Boids is an artificial life program, developed by Craig Reynolds in 1986, which simulates the flocking behaviour of birds. [...] As with most artificial life simulations, Boids is an example of emergent behavior; that is, the complexity of Boids arises from the interaction of individual agents (the boids, in this case) adhering to a set of simple rules. The rules applied in the simplest Boids world are as follows:

- separation: steer to avoid crowding local flockmates
- alignment: steer towards the average heading of local flockmates
- cohesion: steer to move toward the average position (center of mass) of local flockmates
</blockquote>]]></description>
<dc:subject>programming algorithm birds</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:scottjacksonx/b:9eea3f9ab240/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:scottjacksonx/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:scottjacksonx/t:algorithm"/>
	<rdf:li rdf:resource="https://pinboard.in/u:scottjacksonx/t:birds"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://dis.4chan.org/read/prog/1295544154">
    <title>4chan BBS - Genius sorting algorithm: Sleep sort</title>
    <dc:date>2011-06-16T04:51:58+00:00</dc:date>
    <link>http://dis.4chan.org/read/prog/1295544154</link>
    <dc:creator>scottjacksonx</dc:creator><description><![CDATA[#!/bin/bash
function f() {
    sleep "$1"
    echo "$1"
}
while [ -n "$1" ]
do
    f "$1" &
    shift
done
wait

example usage:
./sleepsort.bash 5 3 6 3 6 3 1 4 7]]></description>
<dc:subject>programming sorting algorithm</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:scottjacksonx/b:deb920f1d061/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:scottjacksonx/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:scottjacksonx/t:sorting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:scottjacksonx/t:algorithm"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>