Popular recipes by James Coliins http://code.activestate.com/recipes/users/4167379/2012-04-27T02:10:56-07:00ActiveState Code RecipesTaxi Fare Splitter (Python)
2012-04-27T02:10:56-07:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/578115-taxi-fare-splitter/
<p style="color: grey">
Python
recipe 578115
by <a href="/recipes/users/4167379/">James Coliins</a>
(<a href="/recipes/tags/barganing/">barganing</a>, <a href="/recipes/tags/maths/">maths</a>, <a href="/recipes/tags/optimisation/">optimisation</a>).
</p>
<p>A method for allocating costs 'fairly' amongst a group of friends who cooperate to their mutual advantage.</p>
Fractal painter (Python)
2012-02-23T21:57:16-08:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/578051-fractal-painter/
<p style="color: grey">
Python
recipe 578051
by <a href="/recipes/users/4167379/">James Coliins</a>
(<a href="/recipes/tags/al/">al</a>, <a href="/recipes/tags/art/">art</a>, <a href="/recipes/tags/fractal/">fractal</a>).
</p>
<p>Paints a picture in the abstract style. </p>
Fractal painter (Python)
2012-02-17T04:07:45-08:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/578044-fractal-painter/
<p style="color: grey">
Python
recipe 578044
by <a href="/recipes/users/4167379/">James Coliins</a>
(<a href="/recipes/tags/art/">art</a>, <a href="/recipes/tags/fractal/">fractal</a>).
</p>
<p>Creates a semi random image, similar to a Jackson Pollock or Monet painting.</p>
Penrose Tiler (Python)
2010-09-22T05:22:28-07:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/577405-penrose-tiler/
<p style="color: grey">
Python
recipe 577405
by <a href="/recipes/users/4167379/">James Coliins</a>
(<a href="/recipes/tags/math/">math</a>).
</p>
<p>Covers a plane with two types of tiles, (Perose tiles).
The pattern is interesting as it is nonperiodic and has a five fold symetry</p>
GUITAR TAB MUSIC SCORE WRITER (Python)
2010-07-08T00:24:46-07:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/577296-guitar-tab-music-score-writer/
<p style="color: grey">
Python
recipe 577296
by <a href="/recipes/users/4167379/">James Coliins</a>
.
</p>
<p>Writes a tab style score for guitar players, the music is encoded in a tree structure.</p>
Spline demonstrator (Python)
2009-08-08T15:21:06-07:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/576871-spline-demonstrator/
<p style="color: grey">
Python
recipe 576871
by <a href="/recipes/users/4167379/">James Coliins</a>
(<a href="/recipes/tags/c_a_d/">c_a_d</a>, <a href="/recipes/tags/maths/">maths</a>).
</p>
<p>An ordered set of points is created using the mouse. A smooth curve(spline) is created following the points with either an open or closed(cyclic) path.</p>
Stepping stone algorithum for solving the transhipment problem (Python)
2008-11-29T10:40:47-08:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/576575-stepping-stone-algorithum-for-solving-the-tranship/
<p style="color: grey">
Python
recipe 576575
by <a href="/recipes/users/4167379/">James Coliins</a>
(<a href="/recipes/tags/optimisation/">optimisation</a>).
</p>
<p>The transhipment problem is to minimise the cost of transporting goods between various sources and destinations.</p>
Blobby Planet (Python)
2008-10-01T19:01:35-07:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/576521-blobby-planet/
<p style="color: grey">
Python
recipe 576521
by <a href="/recipes/users/4167379/">James Coliins</a>
.
</p>
<p>Creates an imaginary planet with a fractal geography</p>