Skip to content

qzmfranklin/rte2dvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volume Integral Solver of 2D Radiative Transport Equation

(Learning markdown, copied from http://jbt.github.io/markdown-editor/ )

Basic useful feature list:

  • Ctrl/Cmd + S to save the file
  • Drag and drop a file into here to load it
  • File contents are saved in the URL so you can share files

I'm no good at writing sample / filler text, so go write something yourself.

OK

Look, a list!

  • foo
  • bar
  • baz

Code samples here:

$(function(){
  $('div').html('I am a div.');
});

This is on GitHub so let me know if I've b0rked it somewhere.

Props to Mr. Doob and his code editor, from which the inspiration to this, and some handy implementation hints, came.

Stuff used to make this:

  • marked for Markdown parsing
  • CodeMirror for the awesome syntax-highlighted editor
  • highlight.js for syntax highlighting in output code blocks
  • js-deflate for gzipping of data to make it fit in URLs