Skip to content

Instantly share code, notes, and snippets.

View spiegel-im-spiegel's full-sized avatar
😀
being hired

Spiegel spiegel-im-spiegel

😀
being hired
View GitHub Profile
//********************************************************************************************
//note用 目次生成関数
// noteのRSSデータから Title, URL, Date Created 情報を抽出し(Google spreadsheets で抽出する)
// 目次用の HTML 要素を抽出する
//
// Written and revised by Spiegel,2014; http://www.baldanders.info/spiegel/profile/
// but, this document code is under CC0.
// https://creativecommons.org/publicdomain/zero/1.0/
//********************************************************************************************
function getNoteTocHTML(){
githubへ登録
===========
git remote add origin git@github.com:<username>/<application_name>.git
git push origin master
初期設定
=======
git config --global user.name "Foo Bar"
git config --global user.email "foo@bar.com"
@spiegel-im-spiegel
spiegel-im-spiegel / spiegel.asc.txt
Created June 17, 2014 02:05
Spiegel's OpenPGP Public Key
詳しくは http://www.baldanders.info/spiegel/pubkeys/ を参照のこと
pub 3072D/7E20B81C 2013-04-28
Key fingerprint = 1B52 02DB 4A3E C776 F1E0 AD18 B4DA 3BAE 7E20 B81C
sub 3072g/6F760D3C 2013-04-28
Key fingerprint = 5889 0525 A38E 55BB 011A DFF0 4308 C494 6F76 0D3C
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.13 (MingW32)
@spiegel-im-spiegel
spiegel-im-spiegel / jlib-importtext.js
Last active August 29, 2015 14:03
jlib-importtext.js -- JavaScript Library for SyntaxHighlighter form
// ================================================================
// jlib-importtext.js -- JavaScript Library for SyntaxHighlighter form
// ================================================================
// Written and revised by Yasuhiro (Spiegel) Arakawa, 2014
// http://www.baldanders.info/spiegel/log2/000717.shtml
// https://gist.github.com/spiegel-im-spiegel/8075979c314a417b96c2
// This document code refer to JKL.ParseXML library.
// http://www.kawa.net/works/js/jkl/parsexml.html
// This document code is licensed under cc-license "CC-BY"
// http://creativecommons.org/licenses/by/4.0/

Keybase proof

I hereby claim:

  • I am spiegel-im-spiegel on github.
  • I am spiegel (https://keybase.io/spiegel) on keybase.
  • I have a public key whose fingerprint is 69F7 64E3 CACF AC40 7554 994E 4C21 0DA2 E86B D48E

To claim this, I am signing this object:

@spiegel-im-spiegel
spiegel-im-spiegel / NewClues.md
Last active August 29, 2015 14:13
New Clues

Once were we young in the Garden...

The Internet is us, connected.

  • The Internet is not made of copper wire, glass fiber, radio waves, or even tubes.
  • The devices we use to connect to the Internet are not the Internet.
  • Verizon, Comcast, AT&T, Deutsche Telekom, and 中国电信 do not own the Internet. Facebook, Google, and Amazon are not the Net's monarchs, nor yet are their minions or algorithms. Not the governments of the Earth nor their Trade Associations have the consent of the networked to bestride the Net as sovereigns.
  • We hold the Internet in common and as unowned.
  • From us and from what we have built on it does the Internet derive all its value.
  • The Net is of us, by us, and for us.
@spiegel-im-spiegel
spiegel-im-spiegel / using-gnupg-2.1.x.md
Last active August 29, 2015 14:13
Using GnuPG 2.1.x

Windows 版 GnuPG 2.1.x を使ってみる

GnuPG 2.1.x(modern version)では Windows 用のバイナリも公式サイトで提供されている。

#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#define CANARY "in_the_coal_mine"
struct {
char buffer[1024];

GitHub Flow

31 Aug 2011

git-flowの問題点 (Issues with git-flow)

私は人々にGitを教えるためにあちこちを飛び回っているが、最近のほぼすべてのクラスやワークショップで git-flow についてどう思うかを尋ねられた。私はいつも、git-flowは素晴らしいと思うと答えている。何百万ものワークフローを持ったシステム(Git)を提供し、ドキュメントもあるし、よくテストされている。フレキシブルなワークフローは、実に容易なやり方で多くの開発者の役に立つ。標準的なものになりつつあり、開発者はプロジェクトや企業の間を移動しつつこの標準的なワークフローに馴染むことができる。

@spiegel-im-spiegel
spiegel-im-spiegel / travis.yml.md
Last active September 24, 2017 09:42
.travis.yml 記述例

[Travis CI]: .travis.yml 記述例

[Travis CI] で MinGW を使う

[Travis CI] による C/C++ のサポートは以下の通り

  • gcc
  • clang
  • core GNU build toolchain (autotools, make), cmake, scons