Skip to content

Instantly share code, notes, and snippets.

View SehoNoh's full-sized avatar
🇰🇷
Meow

Seho Noh SehoNoh

🇰🇷
Meow
  • Veluga Brewery inc. @velugabrewery
  • Seoul, South Korea
  • 04:23 (UTC +09:00)
View GitHub Profile
@tsabat
tsabat / zsh.md
Last active July 7, 2024 16:56
Getting oh-my-zsh to work in Ubuntu
@theand
theand / pyconkr-program-select.user.js
Created July 18, 2017 00:47
https://www.pycon.kr/2017/program/schedule/ 프로그램 표 선택 내용을 브라우저에 기억시켜두는 유저스크립트
// ==UserScript==
// @name PyconKR Program Select
// @namespace http://127.0.0.1
// @description User Script for PyconKR Program Select
// @author Heesang Chae
// @include https://www.pycon.kr/2017/program/schedule/*
// @require https://cdn.jsdelivr.net/gh/marcuswestin/store.js@v2.0.1/dist/store.everything.min.js
// @version 2017.07.17
// @grant none
// ==/UserScript==