Skip to content

Instantly share code, notes, and snippets.

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),
<!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>
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
/*
* 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.
@jason-s
jason-s / README.md
Created July 2, 2015 17:50
markdown test

a big deal; a big deal.

a b c

This is a C comment: /* */ tada!

<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.

@jason-s
jason-s / a
Created June 17, 2015 21:39
python imp issue
a