Skip to content

Instantly share code, notes, and snippets.

View ndxbn's full-sized avatar

Sitri Kamishirasawa ndxbn

View GitHub Profile
@ndxbn
ndxbn / code.mmd
Last active January 30, 2025 03:05
my tasks workflow
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

public な場所に置いといても大丈夫な、作業用のメモとかを置いとく場所。

--[[新年のご挨拶(公式) | FF14 News>https://news.ff14wiki.info/archives/4111]]
***2022年1月 [#n5efb10e]
暁月を見上げ、去りし昔日を想い
暁月に見を細め、来たりし明日を祝う。
かくて天をめぐりし太陽は、ふたたび戻り、
また新たな地を照らさんと、歩みだすのだ。
  ある男の回想録より抜粋
&ref(https://img.finalfantasyxiv.com/t/9da695be44d9fe3810293ad6575e1e70481140f2_0.png,nolink);
@ndxbn
ndxbn / 0-普段の設定.txt
Last active July 17, 2021 10:03
「曉月のフィナーレ」ベンチマークの結果
ファイナルファンタジーXIV: 暁月のフィナーレ ベンチマーク
計測日時: 2021/7/17 18:44:54
SCORE: 19701
平均フレームレート: 144.1692
最低フレームレート: 62
評価: 非常に快適
-非常に快適に動作すると思われます。お好みのグラフィック設定でお楽しみください。
ローディングタイム:
シーン#1 1.898sec
シーン#2 3.297sec
@ndxbn
ndxbn / index.php
Last active February 8, 2021 10:53
毎週火曜日に記事投稿をしたい
<?php
$baseDir = dirname(__DIR__);
$postsDir = realpath($baseDir."/_posts");
$posts = scandir($postsDir, SCANDIR_SORT_DESCENDING );
$lastPostDateString = substr($posts[1], 0, 10);
/** posts の中で一番新しいの日付のやつ */
$lastPost = new DateTimeImmutable($lastPostDateString);
/** 直近の火曜日 */
$today = new DateTimeImmutable();
@ndxbn
ndxbn / .editorconfig
Last active April 3, 2020 16:59
ミコッテNPCのまとめ
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[size=18]■ 目標[/size]
[size=18][b]覚醒編零式と共鳴編零式を[color=#FF0000]下限IL超える力飯薬なし飯薬なし[/color] で5.3までに踏破する[/b][/size]
クリアできなかった場合、5.3のメンテ開始前に解散。
[size=18]■ 活動時間[/size]
月水木金の週4日。
20:00~24:15(2セット)
マクロの各枠の役割について
まず、基本的な役割とジョブの優先順位は、以下のとおりです。
MT:メインタンク。戦暗>ガ>ナ
ST:サブタンク。ナ>ガ>戦暗
H1:ピュアヒーラー。白>占>学
H2:バリアヒーラー。学>占>白
D1:火力。メレー>OT>キャス>レンジ>白>学占
D2:火力。メレー>OT>キャス>レンジ>白>学占
@ndxbn
ndxbn / 2019-11-25.md
Last active August 12, 2020 02:16
Error や Exception について考えた。 https://qiita.com/ndxbn/items/b7c9dfa51aeccdbe49b2
title tags author slide
PHP の Error/Exception の分類方法やまとめ方を考えてみたときのメモ。
PHP JavaScript error exception メモ
ndxbn
false

LogicException と RuntimeException の、子クラスの関連

Logic | Runtime | 意味