Skip to content

Instantly share code, notes, and snippets.

View rn404's full-sized avatar
🐈
Working from home

rn404 rn404

🐈
Working from home
  • Tokyo
View GitHub Profile
@rn404
rn404 / _index.md
Last active September 3, 2020 13:04
Factorio(v1.0) / personal notes
  • v1.0対応
  • まだロケット打ち上げられてない
  • マップのパラメータは自由に(たいてい敵に襲われないようにいじってる)
  • 鉄道は後半になると必要になるけど、埋蔵量とかいじってて生産速度が間に合えばいらないかもしれない

研究ツリー
https://davemcw.com/factorio/tech-tree/

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.ui-content .ui-text {
height: 6em;
overflow: hidden;
}
@rn404
rn404 / index.md
Last active August 29, 2015 14:15
SVG Study
@rn404
rn404 / .gitconfig
Created February 28, 2014 09:51
gitconfig
[color]
ui = true
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
co = checkout
st = status
ci = commit
@rn404
rn404 / index.html
Created February 17, 2014 22:09
slide.js
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://ff-a.sp.mbga.jp/smart/ffjm/css/min/ffjm-all.css">
<link rel="stylesheet" type="text/css" href="common.css">
</head>
<body>
<div class="container" data-slide-role="container">
<ul class="slide" data-slide-role="slide">
@rn404
rn404 / index.html
Created November 14, 2013 03:22
html template, riddle base
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>new Document</title>
<meta name="description" content="#">
<meta name="keywords" content="#">
@rn404
rn404 / .xyzzy
Created November 26, 2012 07:48
xyzzy setup
(require "ni/setup")
;; 自動設定を利用する
(ni-autoload)
;; html+-modeの追加
(export 'ed::html+-mode "ed")
(autoload 'html+-mode "html+-mode" t)
(pushnew '("\\.s?html?$" . html+-mode) *auto-mode-alist* :test 'equal)
;;(defvar ed::*html-keyword-file* "C:\Program Files\xyzzy\etc\HTML")
@rn404
rn404 / reset.css
Created October 13, 2012 14:57
html5 reset.css
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@rn404
rn404 / index.html
Created October 2, 2012 06:16
fileAPI test code (image encode base64)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link rel="stylesheet" media="all" type="text/css" href="styles.css">
</head>
<body>
<form id="fileSelect">