Skip to content

Instantly share code, notes, and snippets.

View gaogao-9's full-sized avatar

がお gaogao-9

  • えいえんのじゅうはっさい管理組合
  • がお星
View GitHub Profile
@pine
pine / AdventCalendar_KUT_20161202.md
Last active November 8, 2017 16:17
editorconfig のススメ

この記事は 高知工科大 Advent Calendar 2016 の2日目の記事です。
昨年度のカレンダーはこちら: 高知工科大 Advent Calendar 2015

editorconfig のススメ

はじめに

はじめまして。高知工科大学 OB の pine (ぴね) と申します。
いまは東京で働いていますので、東京へ来る際は飲みましょう。

今期は Occultic;Nine とあにトレ推しです。

@utgwkk
utgwkk / cggekijo.json
Last active October 17, 2016 02:55
シンデレラガールズ劇場
[
{
"title": "気付いて小春ちゃん",
"people": [
"古賀小春"
],
"number": 787
},
{
"title": "セクシー魔女の悪戯",
@petamoriken
petamoriken / decodeText.js
Last active February 8, 2018 12:03
これで文字コードのテーブルを用意しなくてすむよ!
/**
* ArrayBuffer から文字列にデコードする
* @param {ArrayBuffer} buffer
* @param {string} charset
* @returns {Promise<string>}
*/
async function decodeText(buffer, charset="utf-8") {
// Encoding API
if (window.TextDecoder) {
const decoder = new TextDecoder(charset);
var FFT = (function() {
"use strict";
var FFT = function() {
initialize.apply(this, arguments);
}, $this = FFT.prototype;
var FFT_PARAMS = {
get: function(n) {
return FFT_PARAMS[n] || (function() {