Skip to content

Instantly share code, notes, and snippets.

View stepney141's full-sized avatar

Yumiya stepney141

View GitHub Profile

Keybase proof

I hereby claim:

  • I am stepney141 on github.
  • I am stepney141 (https://keybase.io/stepney141) on keybase.
  • I have a public key ASCN5V3_SANf082_Fdrw0hS0LopFf2sBzpM4upmXps0VLAo

To claim this, I am signing this object:

@stepney141
stepney141 / .env
Last active September 26, 2023 07:58
履修ポチポチ楽しい!
LOYOLA_ID=A1234567
LOYOLA_PASSWORD=password
import { getRandomValue } from "../src/zobrist.js";
import * as fs from 'fs/promises';
(async () => {
let list = [];
for (let i = 1; i <= 100000; i++) {
list.push(getRandomValue());
}
#!/bin/bash
# ref: https://webapps.stackexchange.com/questions/115369/how-to-archive-the-whole-website
wget -m -nv -o logfile.txt $1
find . -name '*.htm' -or -name '*.html' -exec curl -v "https://web.archive.org/save/https://{}" ';'
@stepney141
stepney141 / calc_weather.md
Last active January 13, 2023 05:53
関数電卓を使った天気予報 (改訂版)
@stepney141
stepney141 / rebuild_of_evangelion_eyecatch.css
Last active March 16, 2021 07:03
ヱヴァンゲリヲン新劇場版のアイキャッチをCSSで
* {
margin: 0;
padding: 0;
}
body {
background-color: black;
}
.eva-heading {
@stepney141
stepney141 / issac97_challenges.md
Created December 24, 2020 09:02
ISSAC '97 Challenge Problem (translated into Japanese)

ISSAC '97 Challenge Problem

出典:

下記の邦訳はおそらくどこか間違ってるので、可能ならば上に挙げた元文献を当たることをオススメします。

Problem 1:

256次のヒルベルト行列の2ノルムによる条件数を、有効数字4桁で求めよ。

話題のゲーム『Rust』のレビュー

原文:https://llogiq.github.io/2019/06/07/game.html
この翻訳は、原文と同じくパブリックドメインです。


この文章について:/r/rustのモデレータをやっていると、同名のゲームのための場所だと勘違いしてやってくる人をよく見かけます。そこでネタとしてこんなものを書いてみました。

"Rust"というゲームは、よりにもよってMozillaとかいう名前のメーカーが4年もかけて作っていて、

  • universal
  • cross-platform
  • easy to implement games

The current version of Dagaz (v1.3.5) is based on Zillions of Games the general game playing software, but Dagaz has much wider flexibility. Dagaz makes it possible to develop abstract games that it is hard to implement even with Zillions of Games! In order to help your rapid development, we provide a special Java utility named "Z2J". It loads game descriptions written in Zillions Rules File format and converts them into JavaScript/HTML files that Dagaz understands. This transpiling system will be deprecated in future updates so that you will be able to start writing your own games directly in JavaScript.