Skip to content

Instantly share code, notes, and snippets.

@hogeika
hogeika / pom.xml
Created May 22, 2012 18:07
maven setting for JavaFX2 build
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hogeika.example</groupId>
<artifactId>javafx</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>javafx</name>
@hogeika
hogeika / test.html
Created March 1, 2012 09:50 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<input value="Export" type="button" onclick="Export();">
<input value="Import" type="button" onclick="Import();">
<input type="file" id="load_file">
@hogeika
hogeika / test.html
Created February 29, 2012 22:31 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<input value="Export" type="button" onclick="Export();">
<input value="Import" type="button" onclick="Import();">
<input type="file" id="load_file">
@hogeika
hogeika / test.html
Created February 27, 2012 18:34 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<input value="Export" type="button" onclick="Export();">
<input value="Import" type="button" onclick="Inport();">
@hogeika
hogeika / test.html
Created February 27, 2012 05:45 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<div id="history" contenteditable="true"></div>
<script language="javascript">
var g_VERVOSE = false;
@hogeika
hogeika / test.html
Created February 26, 2012 16:01 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
test.
<script language="javascript">
var g_VERVOSE = false;
@hogeika
hogeika / test.html
Created February 24, 2012 07:38 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
test.
<script language="javascript">
function assertEq(exp, act) {