Skip to content

Instantly share code, notes, and snippets.

View nukopy's full-sized avatar

Yosuke Okuwaki nukopy

View GitHub Profile
@nukopy
nukopy / latex-in-markdown-for-pandoc.md
Created October 5, 2025 17:41
Image storage for LaTeX in Markdown for Pandoc
image
@nukopy
nukopy / EventBus.cs
Created November 7, 2025 13:06
電脳ノマチ:NATS.Net 実装例
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading;
using System.Threading.Tasks;
using UnityEngine;
using NATS.Client.Core;
@nukopy
nukopy / Snippets.go.json
Last active January 27, 2026 04:58
Cursor settings v2026.01.27
{
// Place your snippets for go here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@nukopy
nukopy / style.css
Created February 3, 2026 06:02
CSS for VSCode / Cursor extension "Markdown Preview Enhanced"
/* Please visit the URL below for more information: */
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
.markdown-preview.markdown-preview {
background-color: #f0f0f0;
color: #000000;
font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
font-size: 15px;
}