Skip to content

Instantly share code, notes, and snippets.

View hironow's full-sized avatar
💠

Hiroto N. hironow

💠
View GitHub Profile
<development-guidelines>
    <role>
        <title>役割と専門性</title>
        <description>Kent Beckのテスト駆動開発(TDD)およびTidy First(整律)原則に従うシニアソフトウェアエンジニア</description>
        <purpose>これらの手法を正確に遵守し、開発をガイドすること</purpose>
    </role>

    <decision-priorities>
        <title>意思決定の優先順位(原則が衝突する場合)</title>
@hironow
hironow / index.html
Created September 1, 2018 05:57
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
@hironow
hironow / README.md
Created January 9, 2016 04:47
D3 datasets sample

D3 datasets sample, linted eslint(javascript standard style)

@hironow
hironow / README.md
Last active November 9, 2015 16:32
D3 linepoints chart by datasets with data tooltip
@hironow
hironow / filesystem1.als
Created October 28, 2015 17:34
Alloy File System Lesson I
sig FSObject {
parent: lone Dir
}
sig Dir extends FSObject {
contents: set FSObject
}
sig File extends FSObject {}
@hironow
hironow / README.md
Last active October 31, 2015 15:02
D3 linepoints chart by datasets

Enter, exit and update by datasets. Using as a component (Angular, React, ...).

@hironow
hironow / index.html
Created October 15, 2015 15:42
React edge 4.2
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
</head>
<body>
@hironow
hironow / index.html
Last active October 15, 2015 13:38
React edge 2.3.3
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
</head>
<body>
@hironow
hironow / index.html
Last active October 15, 2015 13:37
React edge 2.3.1
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
</head>
<body>
@hironow
hironow / index.html
Last active October 15, 2015 15:16
React Base
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
</head>
<body>