A Pen by Jason Sachs on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from enaml.core.api import ( | |
Looper | |
) | |
from enaml.layout.api import hbox, vbox, align | |
from enaml.widgets.api import Window, Container, PushButton, Field, Label | |
enamldef VariableEditor(Container): | |
attr vmodel | |
constraints = [ | |
hbox(varname, varaddr, varval, varwrite, varread), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/contrib/auto-render.min.js"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"> | |
<script type='text/javascript'> | |
document.addEventListener("DOMContentLoaded", function(){ renderMathInElement(document.body); }); | |
</script> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import scipy.linalg | |
# see http://eprints.maths.ox.ac.uk/926/1/NA-10-03.pdf | |
# and http://www.chebfun.org/examples/approx/CF30.html | |
def rcf(Fx,m,n,nfft,K,domain=(-1,1)): | |
# CONTROL PARAMETERS | |
dim = K+n-m | |
nfft2 = nfft//2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* basic.css | |
* ~~~~~~~~~ | |
* | |
* Sphinx stylesheet -- basic theme. | |
* | |
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. | |
* :license: BSD, see LICENSE for details. | |
* | |
*/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
a big deal; a big deal.
a b c
This is a C comment: /* */ tada!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | |
<script src="http://getspringy.com/springy.js"></script> | |
<script src="http://getspringy.com/springyui.js"></script> | |
<script> | |
var graph = new Springy.Graph(); | |
var recipes = | |
["Martian Stew:thingy,pig,cheese danish,chicken", |
this is a test
of the emergency
broadcast system
this is only a test
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a |