Skip to content

Instantly share code, notes, and snippets.

View mike-park's full-sized avatar

Mike Park mike-park

View GitHub Profile
@mike-park
mike-park / editor-comparison.html
Created December 12, 2025 13:50
Rich Text Editor Comparison: Inline vs Block
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rich Text Editor Comparison: Inline vs Block</title>
<style>
* {
box-sizing: border-box;
}
@mike-park
mike-park / powrc.sh
Created April 11, 2013 19:18 — forked from mpapis/powrc.sh
if
[ -f "$rvm_path/scripts/rvm" ]
then
__env="$( "$rvm_path/bin/rvm" env --path )"
if
[ -n "$__env" ] &&
[ -s "$__env" ]
then
source "$__env"
fi
@mike-park
mike-park / powrc.sh
Created April 11, 2013 19:17 — forked from mpapis/powrc.sh
if
[ -f "$rvm_path/scripts/rvm" ]
then
__env="$( "$rvm_path/bin/rvm" . do env --path )"
if
[ -n "$__env" ] &&
[ -s "$__env" ]
then
source "$__env"
fi
@mike-park
mike-park / gist:1127612
Created August 5, 2011 14:13
linecache19 build failure on Lion with ruby-1.9.3-head
We couldn’t find that file to show.
@mike-park
mike-park / x.js
Created November 24, 2009 20:11 — forked from anonymous/x.js
My main change is to remove text shadow, to allow easier reading of the result.
/*var noun_type_train_station_start = {
name: "Train station",
label: "station",
default: "Gütersloh",
};*/
// default doesn't seem to work??
var noun_type_train_station = {
name: "Train station",
label: "station",