Skip to content

Instantly share code, notes, and snippets.

View t32k's full-sized avatar
:octocat:
Working from home

t32k t32k

:octocat:
Working from home
View GitHub Profile
@t32k
t32k / foobar.md
Created September 25, 2013 02:05
foo, bar, baz, qux, quux, corge, grault, garply, waldo, fred, plugh, xyzzy, thud
@t32k
t32k / wpt.md
Last active April 29, 2023 14:56
Test a website's performance♪
@t32k
t32k / make.md
Last active February 3, 2022 05:21

コマンド修飾子

  • @ コマンドを表示しない
  • - コマンドのエラーを無視する
  • + just printオプション指定時でも実行する

make変数

  • MAKE_VERSION GNU make のバージョン番号
  • CURDIR 現在実行しているmakeプロセスのカレントディレクトリ
@t32k
t32k / ImageOptim.md
Last active January 26, 2021 14:58
画像最適化ツールImageOptim.app(Mac)の使い方
@t32k
t32k / I wanna be a front-end engineer.md
Last active December 4, 2019 15:48
フロントエンドエンジニア(仮) 〜え、ちょっとフロントやること多すぎじゃない!?〜

2年前でWebデザイナーだった私がどのようにフロントエンドエンジニアなっていったのか。デザイナーにもなれず、エンジニアにもなれないどっちつかずな職種で自分のアイデンティティを模索し、日々の膨大なタスクに追われながら、フロントエンドのワークフロー(Grunt)、最適化(パフォーマンス)について考えたことを紹介します。

『(仮)が取れた時、運命の技術者に出会える・・・』

自己紹介

const getFormattedDate = date => {
return new Intl.DateTimeFormat("ja", {
year: "numeric",
month: "2-digit",
day: "2-digit",
hour: "2-digit",
minute: "2-digit",
second: "2-digit",
timeZone: "Asia/Tokyo"
}).format(date);
@t32k
t32k / gist:4023070
Created November 6, 2012 06:42
Compass reset
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
package main
import "fmt"
func main() {
array := []int{5, 14, 100, 1, 2, 3}
max := array[0]
for i := 0; i < len(array); i++ {
if max < array[i] {
max = array[i]
@t32k
t32k / Efficient UI Development.md
Last active January 4, 2016 04:59
Frontrend in Fukuoka 2014年1月25日(土)開催!

Efficient UI Development

[D-1] 45MIN. 14:00 - 14:45

Webデザインとは単にページを作るということではなく破綻のない『システム』をデザインしなければなりません。そのためにパターン、コンポーネント といった概念が不可欠です。本セッションでは実際に私が開発しているCSSフレームワークであるMapleにおいて考えたことやコンポーネント化の利点について紹介したいと思います。

t32k

  • bin
  • boot
  • dev
  • etc : システム設定ファイルや起動スクリプト
  • home
  • lib
  • lost+foumd
  • media
  • proc : プロセス情報
  • root