Skip to content

Instantly share code, notes, and snippets.

@yymm
yymm / want_to_ergodox.md
Last active May 27, 2020 00:44
Ergodox買おうの会

この記事のあの画像を見てビビッと来てしまったので, 周りにいる人とErgodoxの購入検討をはじめました(随時更新)

購入できるところ

➜ FalbaTech

ErgoDox - FalbaTech

選んでいくスタイル。

@crimsonwoods
crimsonwoods / kosenconf-100tokyoの交通費等支援の募集要項.md
Last active December 21, 2015 15:26
Kosenconf-100tokyoの交通費等支援の募集要項

KCFunds ってなに?

高専カンファレンスとお酒が大好きな人達がはじめた個人的なプロジェクトです。KCFundsでは、経済的困難などの問題により、関東での高専カンファレンスに参加できない学生さんを支援します。

更新情報

  • 第一回目の応募を締め切りました。
  • 第二回目の応募も締め切りました。
  • 高専カンファレンス100 in 東京は無事に終了いたしました。
@mitsuruog
mitsuruog / index.md
Last active April 15, 2024 00:54
express実践入門

express実践入門


自己紹介

小川充

  • mitsuruog
@pi8027
pi8027 / gist:5c2ecfd94e1a8364dd7a
Last active August 29, 2015 14:13
全てのページの左上にコンパイルした日時を出力する
\usepackage[yyyymmdd,hhmmss]{datetime}
\usepackage[all]{background}
\usepackage{tikz}
\SetBgContents{
\begin{tikzpicture}[remember picture,overlay, color=black!60]
\draw (-1, 1) node[below right] {\LARGE{\texttt{\today~\currenttime}}};
\end{tikzpicture}
}
\SetBgPosition{current page.south west}
@martijnvermaat
martijnvermaat / gitlab-ipython-notebook.md
Last active May 8, 2023 00:53
View IPython notebooks in GitLab

Viewing IPython notebooks in GitLab

GitLab is open source software to collaborate on code (a GitHub clone to run on your own server). Clicking a blob (a file in a repository) in GitLab shows a nice rendering if GitLab supports the file type (e.g., images, Markdown documents), or its content as plain text otherwise. The patch described here adds support to GitLab for rendering IPython notebooks (.ipynb files).

@dex1t
dex1t / gist:5750379
Created June 10, 2013 16:55
2011/6/23 4:07
import hypermedia.video.*;
import java.awt.Rectangle;
OpenCV opencv;
PImage img;
void setup() {
size( 320, 240 );
opencv = new OpenCV(this);
@tatsuro-ueda
tatsuro-ueda / GitHub Pagesの開設のしかた.md
Created September 3, 2012 10:49
GitHub Pagesの開設のしかた

##GitHub Pagesの開設のしかた(2012年9月版)

  1. username.github.comという名前のリポジトリをつくる

  2. つくったリポジトリに入る

  3. 「Admin」をクリック

  4. 下にスクロール

import java.io.*;
import java.util.ArrayList;
import javax.sound.midi.*;
class FilteredInput {
static final int DEVICE_IN = 0;
static final int DEVICE_OUT = 3;
public static void main (String[] args) {
import java.io.*;
import java.util.ArrayList;
import javax.sound.midi.*;
class SimpleInput {
static final int DEVICE_IN = 0;
static final int DEVICE_OUT = 3;
public static void main (String[] args) {