Skip to content

Instantly share code, notes, and snippets.

ThreeMammi FiveChari
CFlesh C# DuskToDawn 3C~ ClockworkSpider 1C@ StandardBearer 5C! FireSalamandar
BLife B# TerracottaGolem 2B~ SmokeChameleon @B SpiritOfTheAir 4B! InfinityTwins
AEyes #A EverHere ~A WaterElemental A@ PreeminentEyes !A FireElemental
FourSpeiri #Earth ~Water @Air !Fire
│ │
│ top reed
│ │ │ │ cover
│ │ │ blow valve │
│ │ │ │ ▼
blow valve blow valve blow valve │
┌─────────┼────────────┼────────────┼──────────────────────────────────┐ │┌───────────────────────────────┐
│ ┌───┼───┐ ┌───┼───┐ ┌───┼───┐ ┌───────┐ ┌───────┐ │ ▼└Λ────────────────────────────┬─┤
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ╱ ╲
@dodtsair
dodtsair / gist:3971228
Created October 29, 2012 02:57
jqplot non working example
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Doesn't Work</title>
<script src="../org.jquery/jquery-js/jquery.js"></script>
<!--<link rel="stylesheet" type="text/css" href="../com.jqplot/jqplot/jquery.jqplot.css" />-->
</head>
<body>
@dodtsair
dodtsair / test.html
Created September 29, 2012 21:34
Digging into find function problem
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" >
$(document).ready(function(){
var $xml = $($.parseXML("<body><div class='target'>text from xml</div></body>"));
var xmlLength = $xml.find('.target').length
$(".xml").html($xml.find('body').contents());
From a1194024775ed5368050bbd508c26fb1c51d5856 Mon Sep 17 00:00:00 2001
From: mpower <mpower@dodtsair.com>
Date: Tue, 10 Jul 2012 20:49:42 -0700
Subject: [PATCH] modify pom to remap context root
---
pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml