Skip to content

Instantly share code, notes, and snippets.

View aoisensi's full-sized avatar
🔪
pep me

aoisensi aoisensi

🔪
pep me
View GitHub Profile
@mamemomonga
mamemomonga / mastodon-mailtest.md
Last active July 5, 2023 16:00
[mastodon] マストドンでのメール送信チェック
gulp.watch(['dev/**'], $.batch(function (events, cb) {
var paths = [];
events.on('data', function (evt) {
paths.push(evt.path);
}).on('end', function () {
lr.changed({
body: {
files: paths
}
});
@kumar8600
kumar8600 / lingr-api-memo.md
Last active October 27, 2015 04:59
Lingr API メモ

ここでは、Lingr Bot APIについての情報を取り扱わず、Lingr APIについてのみ扱う。

参照

@stefanobernardi
stefanobernardi / application_controller.rb
Created September 23, 2012 07:07
Multiple omniauth providers and omniauth-identity on the main user model
class ApplicationController < ActionController::Base
protect_from_forgery
protected
def current_user
@current_user ||= User.find_by_id(session[:user_id])
end
def signed_in?
@lindwurm
lindwurm / rofi_kaomoji_alpha1
Last active October 7, 2015 21:58
rofi顔文字辞書(alpha)
お (*・ρ・)ジュルリ 名詞
お (*>ヮ<)(>ヮ<*)ネー 名詞
お ヾ(๑╹◡╹)ノ"♡ 名詞
お (╹⌓╹ ) 名詞
お (/ω\) 名詞
お (ヾノ・ω・`)ナイナイ 名詞
お ☆(ゝω・)v 名詞
お ヾ(>ヮ<*)ナデナデ 名詞
お (*/ω\*) 名詞
お (=△=`歩) 名詞
@sixman9
sixman9 / OpenTK Matrix4.LookAt()
Created January 25, 2011 17:35
OpenTK version of OpenGL's GluLookAt()function
Matrix4 lookat = Matrix4.LookAt(cameraPositionX, cameraPositionY, cameraPositionZ, 256, 0, 256, 0.0, 1.0, 0.0);
GL.MatrixMode(MatrixMode.Modelview);
GL.LoadMatrix(ref lookat);
@kimoto
kimoto / gist:524968
Created August 15, 2010 02:04
L4D2のHUD改造方法
//--------------------------------------------
// Subject: L4D2のHUD改造方法
// Author: KIMOTO
// Updated At: 2011/03/22
// Created At: 2010/08/15
//--------------------------------------------
■概要
Left4Dead2のHUD(Head Up Display)についての変更、カスタマイズ方法についてまとめた資料です