Skip to content

Instantly share code, notes, and snippets.

View mactkg's full-sized avatar
💭
I may be slow to respond.

mactkg mactkg

💭
I may be slow to respond.
View GitHub Profile
@mizchi
mizchi / フロントエンドを楽にするために.md
Last active December 14, 2023 11:57
フロントエンドを楽にするために

フロントエンドを楽にするために

Qiitaを支えたい技術 at 時雨祭

About

  • HN: mizchi
  • Qiitaの方からきました(入社半年たったらしい)
  • Reactオジサンはそろそろ飽きてきた
  • Angularに興味が無いのでこっちにきた
@moxuse
moxuse / gist:d08975cb02936fd07473
Last active March 10, 2016 05:23
oF on SAKURA VPS
// 前提条件
// サクラVPS OS Ubuntu 14.04
// 下準備
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install pkg-config
// linux用のoFをDLしてきて
ちなみに、書かれたことをそのまま誰々が言いました、という風に書くことはし
ませんのでご安心を! 探りたいこととしては、SFPCのモットーが、どれくらい
意味を持つのかというのを、感覚的に掴みたいというのがあります。ちなみに僕
は彼らのモットーには共感していて、Poetryという具体的な言葉では考えてな
かったですが、メディア・アートの世界に深みを与えていく正しいアプローチだ
と思っていて、そういう意味でも興味があります。

SFPCにはどういうことを期待して行きましたか? そして実際にはどうでしたか?(ぶっちゃけ)

@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}
@bouzuya
bouzuya / shuburi.md
Last active August 29, 2015 14:11
bouzuya 版週ぶり (bouzuya's shuburi) / 旧・週ぶり (shuburi) 初期コンセプト
@cocopon
cocopon / Easing.pde
Last active May 10, 2024 00:03
A class that brings Robert Penner's easing functions into Processing
/*
* Easing.pde - brings Robert Penner's easing functions into Processing
* (c) 2015 cocopon.
*
* See the following to learn more about these famous functions:
* http://www.robertpenner.com/easing/
*
* License:
* http://www.robertpenner.com/easing_terms_of_use.html
*/
var mediaJSON = { "categories" : [ { "name" : "Movies",
"videos" : [
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ],
"subtitle" : "By Blender Foundation",
"thumb" : "images/BigBuckBunny.jpg",
"title" : "Big Buck Bunny"
},
{ "description" : "The first Blender Open Movie from 2006",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ],
@voluntas
voluntas / shiguredo_lunch.rst
Last active February 14, 2024 16:30
時雨堂を支える食堂

時雨堂を支える食堂

日時

2019-03-17

時雨堂

バージョン

19.3.0

url

https://shiguredo.jp/

概要

@motoishmz
motoishmz / addons_patch.rb
Last active August 29, 2015 13:57
creating/applying patches to ofxaddons
#!/usr/bin/ruby
dir_addons = File.expand_path("../addons")
module PatchingMode
CREATE = 1
APPLY = 2
end
def patch(patching_mode, path_to_addons_dir, ofxaddon)
@YungSang
YungSang / patch.model.twitter.tbrl.js
Last active April 6, 2017 03:45
Taberareloo 用パッチ: Twitter の投稿仕様の変更に対応
// ==Taberareloo==
// {
// "name" : "Patch for Twitter Model"
// , "description" : "Patch for Twitter model"
// , "include" : ["background"]
// , "version" : "0.2.2"
// , "downloadURL" : "https://gist.github.com/YungSang/9205023/raw/patch.model.twitter.tbrl.js"
// }
// ==/Taberareloo==