Skip to content

Instantly share code, notes, and snippets.

View bgnori's full-sized avatar
😆

Noriyuki Hosaka bgnori

😆
  • Itabashi, Tokyo, Japan
View GitHub Profile
@bgnori
bgnori / SKILL.md
Created June 16, 2026 13:09 — forked from k16shikano/SKILL.md
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

整形

@bgnori
bgnori / android,UI,AlertDialog(3buttons)
Created May 5, 2012 11:46 — forked from nommy/android,UI,AlertDialog(3buttons)
android,UI,AlertDialog(3buttons),shortcode version
package com.DialogTest;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
public class AlertDialogTest2Activity extends Activity {
/** Called when the activity is first created. */
@bgnori
bgnori / basic-tumbler.xsl
Created December 13, 2011 13:06 — forked from MrBlank/basic-tumbler.xsl
Symphony - Basic Tumbler.com API Utility
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!--
Name: Basic Tumbler.com API Utility
Version: 1.1
Author: Josh Nichols <mrblank@gmail.com>
URL: http://www.joshnichols.com/
Description:
This utility transforms a basic Tumblr.com XML source into XHTML. Each post is grouped by date and is marked up in a way that allows for easy styling with CSS.