<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://relvokcor.xyz/~jr">
  <title>://relvokcor.xyz/~jr</title>
  <link rel="alternate" href="http://relvokcor.xyz/~jr" type="text/html"/>
  <entry xml:base="http://relvokcor.xyz/~jr">
    <title>Changes since 2015-12-01T04:26:25</title>
    <link rel="alternate" href="http://relvokcor.xyz/~jr" type="text/html"/>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a class="gen" href="#">generate</a>
        <h3><a href="/~jr">~jr</a><br/><a class="about" href="#">about</a> <a href="tilde_orig.html">originalpage</a> <a href="/~jr/secondpage">anotherpage</a> <a href="/~jr/network">d3~network</a> <a class="gen" href="#">generate</a> <a class="box" href="#">mysterybox</a> <a class="cat" href="#">cat</a> <a class="font" href="#">colophon</a><br/><br/><a href="http://twitter.com/jrlstl">twitter</a></h3>
      </div>
    </content>
    <author>
      <name>jr@relvokcor.xyz</name>
    </author>
    <id>ef8e362a-9f31-3b91-85ea-1a7e01b5a319</id>
    <published>2015-12-01T04:26:25Z</published>
    <updated>2015-12-01T04:26:25Z</updated>
  </entry>
  <entry xml:base="http://relvokcor.xyz/~jr">
    <title>Changes since 2015-10-17T23:28:42</title>
    <link rel="alternate" href="http://relvokcor.xyz/~jr" type="text/html"/>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml"/>
    </content>
    <author>
      <name>jr@relvokcor.xyz</name>
    </author>
    <id>91010759-b52c-38ea-a0b4-e1ae7e79daa9</id>
    <published>2015-10-17T23:28:42Z</published>
    <updated>2015-10-17T23:28:42Z</updated>
  </entry>
  <entry xml:base="http://relvokcor.xyz/~jr">
    <title>Changes since 2015-10-13T19:33:04</title>
    <link rel="alternate" href="http://relvokcor.xyz/~jr" type="text/html"/>
    <content type="html">&lt;style type="text/css"&gt;
	body {
		font-family: "IM Fell English", serif;
		max-width: 35rem;
		width: 90%;
		margin-left: 15%;
		padding: 2rem;
		position: relative;
	}
	#about {
		font-size: 125%;
	}
	#font {
		font-size: 125%;
	}
	.header {
		position: fixed;
		width: 10%;	
		font-size: 150%;
		top: 0px;
		left: 10px;
	}
	.header a:link {
		text-decoration: none;
	}
	a:link {
		color: #009199;
	}
	a:visited {
		color: #009199;
	}
	h1 {
		color: #009199;
	}
	#nb {
		font-size: 90%;
	}
	textarea {
		height: 50%;
		width: 100%;
	}
	select {
    	width: 250px;
    	font-size: 80%;
    }
	&lt;/style&gt;&lt;hr /&gt;&lt;a class="about" href="#"&gt;about&lt;/a&gt;&lt;hr /&gt;&lt;a class="font" href="#"&gt;colophon&lt;/a&gt;&lt;hr /&gt;&lt;p&gt;I changed my relvokcor.xyz page. The more I learn about code, the more I want to share little scripts that play with language in different ways. Until recently, I would write these scripts in Python and share them with a few friends, but I wanted a way to create things that people could use without the command line (and without requiring me to set up some big web framework). So I&amp;#39;ve been learning a little JavaScript (jQuery, really) and slowly converting some of my Python scripts into tiny web applications.&lt;p&gt;relvokcor.xyz was the perfect testing ground for things like this, which are not yet ready for my main website or their own GitHub repo. That said, I can&amp;#39;t guarantee that any of it will work, since this is partially for my own testing. Still, there are a few things up right now that are roughly working (try MysteryBox!).&lt;p&gt;I couldn&amp;#39;t part with my original, throwback homepage, so you can still find that &lt;a href="tilde_orig.html"&gt;here&lt;/a&gt;. Though there&amp;#39;s less activity on relvokcor.xyz now, I&amp;#39;m still very grateful to ~ford and the whole community for giving me this space to experiment.&lt;a href="tilde_orig.html"&gt;here&lt;/a&gt;&lt;p&gt;I couldn&amp;#39;t part with my original, throwback homepage, so you can still find that &lt;a href="tilde_orig.html"&gt;here&lt;/a&gt;. Though there&amp;#39;s less activity on relvokcor.xyz now, I&amp;#39;m still very grateful to ~ford and the whole community for giving me this space to experiment.&lt;p&gt;A few JS experiments, mostly using the wonderful &lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt; library for processing text. Some of these are finished, others are works in progress. I can&amp;#39;t always tell which is which.&lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt;&lt;p&gt;A few JS experiments, mostly using the wonderful &lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt; library for processing text. Some of these are finished, others are works in progress. I can&amp;#39;t always tell which is which.&lt;option selected&gt;Select a function...&lt;/option&gt;&lt;option value="scansion"&gt;Scansion&lt;/option&gt;&lt;option value="nPlus7"&gt;N+7&lt;/option&gt;&lt;div id="scansion" style="display: none;"&gt;Given lines of poetry, this function will attempt to scan the meter of those lines into stressed (1) and unstressed (0) syllables.&lt;/div&gt;&lt;div id="nPlus7" style="display: none;"&gt;Given any text, this function will change the nouns according to the &lt;a href="https://en.wikipedia.org/wiki/Oulipo#Constraints"&gt;N+7 technique&lt;/a&gt; created by the experimental poetry group Oulipo. It&amp;#39;s similar to the great &lt;a href="http://www.spoonbill.org/n+7/"&gt;N+7 Machine&lt;/a&gt;, but uses part-of-speech tagging in &lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt; to only change the nouns.&lt;/div&gt;&lt;a href="https://en.wikipedia.org/wiki/Oulipo#Constraints"&gt;N+7 technique&lt;/a&gt;&lt;div id="nPlus7" style="display: none;"&gt;Given any text, this function will change the nouns according to the &lt;a href="https://en.wikipedia.org/wiki/Oulipo#Constraints"&gt;N+7 technique&lt;/a&gt; created by the experimental poetry group Oulipo. It&amp;#39;s similar to the great &lt;a href="http://www.spoonbill.org/n+7/"&gt;N+7 Machine&lt;/a&gt;, but uses part-of-speech tagging in &lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt; to only change the nouns.&lt;/div&gt;&lt;a href="http://www.spoonbill.org/n+7/"&gt;N+7 Machine&lt;/a&gt;&lt;div id="nPlus7" style="display: none;"&gt;Given any text, this function will change the nouns according to the &lt;a href="https://en.wikipedia.org/wiki/Oulipo#Constraints"&gt;N+7 technique&lt;/a&gt; created by the experimental poetry group Oulipo. It&amp;#39;s similar to the great &lt;a href="http://www.spoonbill.org/n+7/"&gt;N+7 Machine&lt;/a&gt;, but uses part-of-speech tagging in &lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt; to only change the nouns.&lt;/div&gt;&lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt;&lt;div id="nPlus7" style="display: none;"&gt;Given any text, this function will change the nouns according to the &lt;a href="https://en.wikipedia.org/wiki/Oulipo#Constraints"&gt;N+7 technique&lt;/a&gt; created by the experimental poetry group Oulipo. It&amp;#39;s similar to the great &lt;a href="http://www.spoonbill.org/n+7/"&gt;N+7 Machine&lt;/a&gt;, but uses part-of-speech tagging in &lt;a href="http://rednoise.org/rita/index.php"&gt;RiTa&lt;/a&gt; to only change the nouns.&lt;/div&gt;&lt;div id="cat" style="display: none;"&gt;What else is the Internet for? As promised, here are some pictures of my cat: &lt;img src="img/cat0.JPG" /&gt; &lt;img src="img/cat1.JPG" /&gt; &lt;img src="img/cat2.JPG" /&gt; &lt;img src="img/cat3.JPG" /&gt;&lt;hr /&gt;&lt;/div&gt;&lt;div id="cat" style="display: none;"&gt;What else is the Internet for? As promised, here are some pictures of my cat: &lt;img src="img/cat0.JPG" /&gt; &lt;img src="img/cat1.JPG" /&gt; &lt;img src="img/cat2.JPG" /&gt; &lt;img src="img/cat3.JPG" /&gt;&lt;hr /&gt;&lt;/div&gt;&lt;div id="cat" style="display: none;"&gt;What else is the Internet for? As promised, here are some pictures of my cat: &lt;img src="img/cat0.JPG" /&gt; &lt;img src="img/cat1.JPG" /&gt; &lt;img src="img/cat2.JPG" /&gt; &lt;img src="img/cat3.JPG" /&gt;&lt;hr /&gt;&lt;/div&gt;&lt;div id="cat" style="display: none;"&gt;What else is the Internet for? As promised, here are some pictures of my cat: &lt;img src="img/cat0.JPG" /&gt; &lt;img src="img/cat1.JPG" /&gt; &lt;img src="img/cat2.JPG" /&gt; &lt;img src="img/cat3.JPG" /&gt;&lt;hr /&gt;&lt;/div&gt;</content>
    <author>
      <name>jr@relvokcor.xyz</name>
    </author>
    <id>bea95882-cc9b-3e79-b850-9fc0e3930f1e</id>
    <published>2015-10-13T19:33:04Z</published>
    <updated>2015-10-13T19:33:04Z</updated>
  </entry>
  <entry xml:base="http://relvokcor.xyz/~jr">
    <title>Changes since 2015-10-11T01:15:07</title>
    <link rel="alternate" href="http://relvokcor.xyz/~jr" type="text/html"/>
    <content type="html">&lt;style type="text/css"&gt;
	body {
		font-family: "IM Fell English", serif;
		max-width: 35rem;
		width: 90%;
		margin-left: 15%;
		padding: 2rem;
		position: relative;
	}
	.header {
		position: fixed;
		width: 10%;	
		font-size: 150%;
		top: 0px;
		left: 10px;
	}
	.header a:link {
		text-decoration: none;
	}
	a:link {
		color: #009199;
	}
	a:visited {
		color: #009199;
	}
	h1 {
		color: #009199;
	}
	&lt;/style&gt;&lt;hr /&gt;&lt;a href="tilde_orig.html"&gt;originalpage&lt;/a&gt;&lt;hr /&gt;&lt;a href="/~jr/secondpage"&gt;anotherpage&lt;/a&gt;&lt;h3&gt;&lt;a href="/~jr"&gt;~jr&lt;/a&gt; &lt;a href="tilde_orig.html"&gt;originalpage&lt;/a&gt; &lt;a href="/~jr/secondpage"&gt;anotherpage&lt;/a&gt; &lt;a href="/~jr/network"&gt;d3~network&lt;/a&gt; &lt;a class="box" href="#"&gt;mysterybox&lt;/a&gt; &lt;a class="cat" href="#"&gt;cat&lt;/a&gt; &lt;a class="font" href="#"&gt;typeface&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://twitter.com/jrlstl"&gt;twitter&lt;/a&gt;&lt;/h3&gt;&lt;a href="/~jr/network"&gt;d3~network&lt;/a&gt;&lt;h3&gt;&lt;a href="/~jr"&gt;~jr&lt;/a&gt; &lt;a href="tilde_orig.html"&gt;originalpage&lt;/a&gt; &lt;a href="/~jr/secondpage"&gt;anotherpage&lt;/a&gt; &lt;a href="/~jr/network"&gt;d3~network&lt;/a&gt; &lt;a class="box" href="#"&gt;mysterybox&lt;/a&gt; &lt;a class="cat" href="#"&gt;cat&lt;/a&gt; &lt;a class="font" href="#"&gt;typeface&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://twitter.com/jrlstl"&gt;twitter&lt;/a&gt;&lt;/h3&gt;&lt;a class="box" href="#"&gt;mysterybox&lt;/a&gt;&lt;h3&gt;&lt;a href="/~jr"&gt;~jr&lt;/a&gt; &lt;a href="tilde_orig.html"&gt;originalpage&lt;/a&gt; &lt;a href="/~jr/secondpage"&gt;anotherpage&lt;/a&gt; &lt;a href="/~jr/network"&gt;d3~network&lt;/a&gt; &lt;a class="box" href="#"&gt;mysterybox&lt;/a&gt; &lt;a class="cat" href="#"&gt;cat&lt;/a&gt; &lt;a class="font" href="#"&gt;typeface&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://twitter.com/jrlstl"&gt;twitter&lt;/a&gt;&lt;/h3&gt;&lt;a class="cat" href="#"&gt;cat&lt;/a&gt;&lt;h3&gt;&lt;a href="/~jr"&gt;~jr&lt;/a&gt; &lt;a href="tilde_orig.html"&gt;originalpage&lt;/a&gt; &lt;a href="/~jr/secondpage"&gt;anotherpage&lt;/a&gt; &lt;a href="/~jr/network"&gt;d3~network&lt;/a&gt; &lt;a class="box" href="#"&gt;mysterybox&lt;/a&gt; &lt;a class="cat" href="#"&gt;cat&lt;/a&gt; &lt;a class="font" href="#"&gt;typeface&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://twitter.com/jrlstl"&gt;twitter&lt;/a&gt;&lt;/h3&gt;&lt;a class="font" href="#"&gt;typeface&lt;/a&gt;&lt;a href="http://twitter.com/jrlstl"&gt;twitter&lt;/a&gt;&lt;h1&gt;~JR&lt;/h1&gt;&lt;h2&gt;A place for web experiments, trying new things, and pictures of my cat.&lt;/h2&gt;&lt;div id="cat" style="display: none;"&gt;Here are some pictures of my cat:&lt;img src="img/cat.jpg" /&gt;&lt;hr /&gt;&lt;/div&gt;&lt;hr /&gt;&lt;p&gt;n.b.: Everything on this site is an experiment, and a lot of it may not work (now or ever!). Swim at your own risk.</content>
    <author>
      <name>jr@relvokcor.xyz</name>
    </author>
    <id>913b9676-c8c4-3303-8412-16e215be6e09</id>
    <published>2015-10-11T01:15:07Z</published>
    <updated>2015-10-11T01:15:07Z</updated>
  </entry>
</feed>
