Skip to content

Instantly share code, notes, and snippets.

./mvnw -f cupAndlex/pom.xml install
./mvnw compile
open . -a "IntelliJ IDEA Ultimate"

then navigate to jseshAppli/src/main/java/jsesh/jhotdraw/JSeshMain, and run JSeshMain#main

アプリケーションのプライバシーポリシー

  • このアプリケーションは、個人情報を収集したり公開しません。

Application privacy policy

  • This application does not collect or publish any personal information.

アプリケーションのプライバシーポリシー

  • このアプリケーションは、個人情報を収集したり公開しません。

Application privacy policy

  • This application does not collect or publish any personal information.

アプリケーションのプライバシーポリシー

  • このアプリケーションは、個人情報を収集したり公開しません。

Application privacy policy

  • This application does not collect or publish any personal information.

アプリケーションのプライバシーポリシー

  • このアプリケーションは、個人情報を収集したり公開しません。

Application privacy policy

  • This application does not collect or publish any personal information.

アプリケーションのプライバシーポリシー

  • このアプリケーションは、個人情報を収集したり公開しません。

Application privacy policy

  • This application does not collect or publish any personal information.
@kbinani
kbinani / sekai.ts
Last active September 27, 2019 16:32
type Point = { x: number; z: number };
function createPoint(x: number, z: number) : Point {
return { x, z };
}
function rotatePoint(p: Point, degrees: number) : Point {
const a = -degrees / 180 * Math.PI;
const x = p.x * Math.cos(a) - p.z * Math.sin(a);
const z = p.x * Math.sin(a) + p.z * Math.cos(a);
return createPoint(x, z);
}

アプリケーションのプライバシーポリシー

  • このアプリケーションは、個人情報を収集したり公開しません。

Application privacy policy

  • This application does not collect or publish any personal information.
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
783214
809273
924291
1691181
4622881
5590722
5827392
5868402
5894902
5921162
{
// ボスマス: 😈
// ボスマス以外の終点、あるいは次マスが非戦闘終点: 🆗
"1": {
"1": { // complete
"1": "A",
"2": "B🆗",
"3": "C😈",
},
"2": {