Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Codo Love
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jun 10, 2013
1 parent a13f70b commit a2eebe2
Show file tree
Hide file tree
Showing 65 changed files with 7,679 additions and 1,911 deletions.
15 changes: 3 additions & 12 deletions app/assets/javascripts/helpers/mixin.catcher.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
# @mixin
#
class Mixin.Catcher
Mixin.Catcher =

@ClassMethods:
ClassMethods:
catchable: ( fns ) ->
for name, fn of fns
@::[ name ] = ( ) ->
Expand All @@ -17,13 +17,4 @@ class Mixin.Catcher
@_catcher.apply( @, [ @, e ] )
return undefined

@InstanceMethods: {}









InstanceMethods: {}
13 changes: 6 additions & 7 deletions doc/README.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='UTF-8'>
<title>Broyologramming Life API Documentation</title>
<title>CoffeeScript API Documentation</title>
<link rel='stylesheet' href='assets/codo.css' type='text/css'>
<script src='assets/codo.js'></script>
<script src='assets/search_data.js'></script>
Expand Down Expand Up @@ -130,21 +130,20 @@ <h1>Programming Life: Gigabase</h1><p>Gigabase: Synthetic Biology Cell Modeling
which is modeled by one or more differential equations. The proposed model describes
an av- erage cell in a growing population of cells. Ordinary Differential Equations (ODEs)
in this model describe the change of molecule concentrations in time.</p><h2>Installation</h2><p>Gigabase runs on Rails. You can load this repository onto your hard drive and directly use
it as a rails app. Just run <code>bundle install</code> and <code>rake db: setup</code> and you are good to go.
it as a rails app. Just run <code>bundle install</code> and <code>rake db:setup</code> and you are good to go.
For windows users, some gems might not install and display a message such as not native build.
Download the Ruby Devkit and run the <code>bundle install</code> command in <code>mysys</code> terminal. All the
gems will then perfectly build. Don&#39;t forget you might need administrator rights.</p><h2>Build Status</h2>
<h3>develop</h3><p><a href="https://travis-ci.org/Derkje-J/programming-life"><img src="https://travis-ci.org/Derkje-J/programming-life.png?branch=develop" alt="develop"></a></p><h3>master</h3><p><a href="https://travis-ci.org/Derkje-J/programming-life"><img src="https://travis-ci.org/Derkje-J/programming-life.png?branch=master" alt="master"></a></p><h2>Pull Requests</h2><p>We are always open to pull requests. After June 2013 the project will no longer be
fixed in direction, so more freedom on where to go. We do not allow pull requests on master
or release branches. Fork the repository, create a patch/feature/issue branch and
merge to develop.</p><p>Your code should be <code>rdoc</code> or <code>codo/coffeedoc</code> commented, assets should be <code>/spec/</code> tested
<h3>develop</h3><p><a href="https://travis-ci.org/Derkje-J/programming-life"><img src="https://travis-ci.org/Derkje-J/programming-life.png?branch=develop" alt="develop"></a></p><h3>master</h3><p><a href="https://travis-ci.org/Derkje-J/programming-life"><img src="https://travis-ci.org/Derkje-J/programming-life.png?branch=master" alt="master"></a></p><h2>Pull Requests</h2><p>After June 2013 the project will no longer have constraints so we could go any direction.
We do not allow pull requests on master or release branches. Fork the repository, create
a patch/feature/issue branch and merge to develop.</p><p>Your code should be <code>rdoc</code> or <code>codo/coffeedoc</code> commented, assets should be <code>/spec/</code> tested
and when applied should have <code>/test/functional</code> integration tests. Server side code should
also be <code>/test/</code> unit tested.</p>
</div>
</div>
<div id='footer'>
Generated on
Sun Jun 02 2013 15:47:57 GMT+0200 (W. Europe Daylight Time)
Tue Jun 11 2013 00:05:30 GMT+0200 (W. Europe Daylight Time)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.5.6
Expand Down
2 changes: 1 addition & 1 deletion doc/assets/search_data.js

Large diffs are not rendered by default.

52 changes: 38 additions & 14 deletions doc/class_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='UTF-8'>
<title>Broyologramming Life API Documentation</title>
<title>CoffeeScript API Documentation</title>
<link rel='stylesheet' href='assets/codo.css' type='text/css'>
<script src='assets/codo.js'></script>
<script src='assets/search_data.js'></script>
Expand Down Expand Up @@ -100,7 +100,7 @@
</div>
</div>
<div id='content'>
<h1 class='noborder title'>Broyologramming Life API Documentation</h1>
<h1 class='noborder title'>CoffeeScript API Documentation</h1>
<div id='listing'>
<h1 class='alphaindex'>Alphabetic Index</h1>
<h2>Extra File Listing</h2>
Expand Down Expand Up @@ -142,12 +142,6 @@ <h2>Class Listing A-Z</h2>
(Controller)
</small>
</li>
<li>
<a href='classes/Mixin/Catcher.html'>Catcher</a>
<small>
(Mixin)
</small>
</li>
<li>
<a href='classes/Model/Cell.html'>Cell</a>
<small>
Expand Down Expand Up @@ -187,6 +181,12 @@ <h2>Class Listing A-Z</h2>
(View)
</small>
</li>
<li>
<a href='mixins/Mixin/Catcher.html'>Catcher</a>
<small>
(Mixin)
</small>
</li>
</ul>
</ul>
<ul>
Expand Down Expand Up @@ -331,6 +331,12 @@ <h2>Class Listing A-Z</h2>
(View)
</small>
</li>
<li>
<a href='classes/View/MainNotification.html'>MainNotification</a>
<small>
(View)
</small>
</li>
<li>
<a href='classes/View/ModuleNotification.html'>ModuleNotification</a>
<small>
Expand Down Expand Up @@ -417,12 +423,30 @@ <h2>Class Listing A-Z</h2>
<ul>
<li class='letter'>s</li>
<ul>
<li>
<a href='classes/Controller/Settings.html'>Settings</a>
<small>
(Controller)
</small>
</li>
<li>
<a href='classes/View/SettingsModal.html'>SettingsModal</a>
<small>
(View)
</small>
</li>
<li>
<a href='classes/View/Spline.html'>Spline</a>
<small>
(View)
</small>
</li>
<li>
<a href='classes/View/SplinePreview.html'>SplinePreview</a>
<small>
(View)
</small>
</li>
</ul>
</ul>
<ul>
Expand Down Expand Up @@ -475,23 +499,23 @@ <h2>Class Listing A-Z</h2>
<h2>File Listing A-Z</h2>
<div class='index'>
<ul>
<li class='letter'>n</li>
<li class='letter'>m</li>
<ul>
<li>
<a href='files/app/assets/javascripts/numeric.async.js.coffee.html'>numeric.async.js.coffee</a>
<a href='files/app/assets/javascripts/MVC.js.coffee.html'>MVC.js.coffee</a>
<small>
(app&#47;assets&#47;javascript)
</small>
</li>
</ul>
</ul>
<ul>
<li class='letter'>u</li>
<li class='letter'>n</li>
<ul>
<li>
<a href='files/app/assets/javascripts/views/undo.js.coffee.html'>undo.js.coffee</a>
<a href='files/app/assets/javascripts/numeric.async.js.coffee.html'>numeric.async.js.coffee</a>
<small>
(app&#47;assets&#47;javascripts&#47;view)
(app&#47;assets&#47;javascript)
</small>
</li>
</ul>
Expand All @@ -501,7 +525,7 @@ <h2>File Listing A-Z</h2>
</div>
<div id='footer'>
Generated on
Sun Jun 02 2013 15:47:57 GMT+0200 (W. Europe Daylight Time)
Tue Jun 11 2013 00:05:30 GMT+0200 (W. Europe Daylight Time)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.5.6
Expand Down
54 changes: 40 additions & 14 deletions doc/class_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='UTF-8'>
<title>Broyologramming Life API Documentation</title>
<title>CoffeeScript API Documentation</title>
<link rel='stylesheet' href='assets/codo.css' type='text/css'>
<script src='assets/codo.js'></script>
<script src='assets/search_data.js'></script>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h1 class='full_list_header'>Class List</h1>
</small>
</li>
<li>
<a href='classes/Controller/Undo.html' target='main'>Undo</a>
<a href='classes/Controller/Settings.html' target='main'>Settings</a>
<small class='parent'>
<
Controller.Base
Expand All @@ -89,27 +89,23 @@ <h1 class='full_list_header'>Class List</h1>
</small>
</li>
<li>
<a href='classes/Controller/Base.html' target='main'>Base</a>
<a href='classes/Controller/Undo.html' target='main'>Undo</a>
<small class='parent'>
<
Helper.Mixable
Controller.Base
</small>
<small class='namespace'>
Controller
</small>
</li>
</ul>

<li>
<span>
Mixin
</span>
</li>
<ul>
<li>
<a href='classes/Mixin/Catcher.html' target='main'>Catcher</a>
<a href='classes/Controller/Base.html' target='main'>Base</a>
<small class='parent'>
<
Helper.Mixable
</small>
<small class='namespace'>
Mixin
Controller
</small>
</li>
</ul>
Expand Down Expand Up @@ -310,6 +306,16 @@ <h1 class='full_list_header'>Class List</h1>
View
</small>
</li>
<li>
<a href='classes/View/SettingsModal.html' target='main'>SettingsModal</a>
<small class='parent'>
<
View.HTMLModal
</small>
<small class='namespace'>
View
</small>
</li>
<li>
<a href='classes/View/HTMLModal.html' target='main'>HTMLModal</a>
<small class='parent'>
Expand Down Expand Up @@ -360,6 +366,16 @@ <h1 class='full_list_header'>Class List</h1>
View
</small>
</li>
<li>
<a href='classes/View/MainNotification.html' target='main'>MainNotification</a>
<small class='parent'>
<
View.Notification
</small>
<small class='namespace'>
View
</small>
</li>
<li>
<a href='classes/View/ModuleNotification.html' target='main'>ModuleNotification</a>
<small class='parent'>
Expand Down Expand Up @@ -470,6 +486,16 @@ <h1 class='full_list_header'>Class List</h1>
View
</small>
</li>
<li>
<a href='classes/View/SplinePreview.html' target='main'>SplinePreview</a>
<small class='parent'>
<
View.Spline
</small>
<small class='namespace'>
View
</small>
</li>
<li>
<a href='classes/View/RaphaelBase.html' target='main'>RaphaelBase</a>
<small class='parent'>
Expand Down
4 changes: 2 additions & 2 deletions doc/classes/CancelToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='UTF-8'>
<title>Broyologramming Life API Documentation</title>
<title>CoffeeScript API Documentation</title>
<link rel='stylesheet' href='../assets/codo.css' type='text/css'>
<script src='../assets/codo.js'></script>
<script src='../assets/search_data.js'></script>
Expand Down Expand Up @@ -213,7 +213,7 @@ <h3>Parameters:</h3>
</div>
<div id='footer'>
Generated on
Sun Jun 02 2013 15:47:57 GMT+0200 (W. Europe Daylight Time)
Tue Jun 11 2013 00:05:30 GMT+0200 (W. Europe Daylight Time)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>Codo</a>
v1.5.6
Expand Down
Loading

0 comments on commit a2eebe2

Please sign in to comment.