Skip to content

Instantly share code, notes, and snippets.

View stepheneb's full-sized avatar

Stephen Bannasch stepheneb

View GitHub Profile
// line 1 "ext/redcloth_scan/redcloth_scan.java.rl"
/*
* redcloth_scan.java.rl
*
* Copyright (C) 2008 Jason Garber
*/
import java.io.IOException;
import org.jruby.Ruby;
import org.jruby.RubyArray;
diff --git a/English.lproj/Preferences.xib b/English.lproj/Preferences.xib
index d7477bf..00648a0 100644
--- a/English.lproj/Preferences.xib
+++ b/English.lproj/Preferences.xib
@@ -1,22 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.02">
+<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03">
<data>
<int key="IBDocument.SystemTarget">1050</int>
# $ git diff --stat=180,100 HEAD~
doc/allclasses-frame.html | 8 +-
doc/allclasses-noframe.html | 8 +-
doc/constant-values.html | 86 +++++-----
doc/gov/nasa/worldwind/AbstractSceneController.html | 2 +-
doc/gov/nasa/worldwind/AnaglyphSceneController.html | 2 +-
doc/gov/nasa/worldwind/BasicModel.html | 2 +-
doc/gov/nasa/worldwind/BasicSceneController.html | 2 +-
doc/gov/nasa/worldwind/Configuration.html | 2 +-
doc/gov/nasa/worldwind/Disposable.html
@stepheneb
stepheneb / README.md
Created February 8, 2012 18:44 — forked from mbostock/.block
Input Value Interpolation

This example uses a custom tween that interpolates the value property.

@stepheneb
stepheneb / index.html
Last active January 14, 2020 16:50 — forked from justincormack/index.html
HSL colors in D3.js v2
<html>
<head>
<title>HSL Hues</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
</head>
<body>
<p>HSL Hues: 0 .. 360 </p>
<svg id="hsl-hue1"></svg>
<p>HSL Hues: 0 .. 256 </p>
<svg id="hsl-hue2"></svg>
@stepheneb
stepheneb / README.md
Last active May 20, 2023 13:50 — forked from mbostock/.block
Comparing interpolation in Lab and LCh color spaces.
@stepheneb
stepheneb / .block
Created February 18, 2020 18:25 — forked from mbostock/.block
Pan & Zoom Axes
license: gpl-3.0