<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>JavaScript on Egon Elbre</title>
    <link>https://egonelbre.com/tags/javascript/</link>
    <description>Recent content in JavaScript on Egon Elbre</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>Egon Elbre 2019</copyright>
    <lastBuildDate>Sat, 02 Mar 2013 12:00:00 +0300</lastBuildDate>
    <atom:link href="https://egonelbre.com/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Pendulum</title>
      <link>https://egonelbre.com/code/pendulum/</link>
      <pubDate>Sat, 02 Mar 2013 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/pendulum/</guid>
      <description>&lt;p&gt;Physics simulation with an elastic band. Press Ctrl+R after centered on the screen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JavaScript DCI</title>
      <link>https://egonelbre.com/code/javascript-dci/</link>
      <pubDate>Sun, 30 Dec 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/javascript-dci/</guid>
      <description>&lt;p&gt;A proof of concept implementation of DCI.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DBSCAN</title>
      <link>https://egonelbre.com/code/dbscan/</link>
      <pubDate>Wed, 24 Oct 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/dbscan/</guid>
      <description>&lt;p&gt;A visualization of a &lt;a href=&#34;http://en.wikipedia.org/wiki/DBSCAN&#34;&gt;DBSCAN algorithm&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>K-Means</title>
      <link>https://egonelbre.com/code/k-means/</link>
      <pubDate>Wed, 24 Oct 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/k-means/</guid>
      <description>&lt;p&gt;A visualization of a &lt;a href=&#34;http://en.wikipedia.org/wiki/K-means_clustering&#34;&gt;K-means clustering&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>K-Medoids</title>
      <link>https://egonelbre.com/code/k-medoids/</link>
      <pubDate>Wed, 24 Oct 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/k-medoids/</guid>
      <description>&lt;p&gt;A visualization of a &lt;a href=&#34;http://en.wikipedia.org/wiki/K-medoids&#34;&gt;K-medoids clustering&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Organizing Map</title>
      <link>https://egonelbre.com/code/self-organizing-map/</link>
      <pubDate>Wed, 24 Oct 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/self-organizing-map/</guid>
      <description>&lt;p&gt;A visualization of a &lt;a href=&#34;http://en.wikipedia.org/wiki/Self-organizing_map&#34;&gt;Self-Organizing Map&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>L-System</title>
      <link>https://egonelbre.com/code/l-system/</link>
      <pubDate>Sun, 30 Sep 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/l-system/</guid>
      <description>&lt;p&gt;Experimenting with Linden Meyer Systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bigram</title>
      <link>https://egonelbre.com/code/bigram/</link>
      <pubDate>Mon, 02 Jul 2012 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/bigram/</guid>
      <description>&lt;p&gt;an experiment with parsing&lt;/p&gt;</description>
    </item>
    <item>
      <title>Planets</title>
      <link>https://egonelbre.com/code/planets/</link>
      <pubDate>Sat, 24 Sep 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/planets/</guid>
      <description>&lt;p&gt;An experiment with moving gravitational points.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blocky</title>
      <link>https://egonelbre.com/code/blocky/</link>
      <pubDate>Thu, 09 Jun 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/blocky/</guid>
      <description>Block building in 1K of javascript.</description>
    </item>
    <item>
      <title>Drums</title>
      <link>https://egonelbre.com/code/drums/</link>
      <pubDate>Thu, 09 Jun 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/drums/</guid>
      <description>&lt;p&gt;A simple drum set implemented with &lt;a href=&#34;https://egonelbre.com/js/jsfx&#34;&gt;jsfx&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flowers</title>
      <link>https://egonelbre.com/code/flowers/</link>
      <pubDate>Thu, 09 Jun 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/flowers/</guid>
      <description>&lt;p&gt;Experimenting with IK resolvers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FSM Line Drawing</title>
      <link>https://egonelbre.com/code/fsm-line-drawing/</link>
      <pubDate>Thu, 09 Jun 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/fsm-line-drawing/</guid>
      <description>&lt;p&gt;Simple finite state machine used to implement a drawing tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>js3d</title>
      <link>https://egonelbre.com/code/js3d/</link>
      <pubDate>Thu, 09 Jun 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/code/js3d/</guid>
      <description>&lt;p&gt;An experiment with 3D rendering on a 2D Canvas.&lt;/p&gt;</description>
    </item>
    <item>
      <title>jsfx: Easy Audio Effects</title>
      <link>https://egonelbre.com/project/jsfx/</link>
      <pubDate>Sat, 22 Jan 2011 12:00:00 +0300</pubDate>
      <guid>https://egonelbre.com/project/jsfx/</guid>
      <description>A tool for generating sound effects.</description>
    </item>
  </channel>
</rss>
