Skip to content

Instantly share code, notes, and snippets.

View 9bow's full-sized avatar
🤔
doing fewer things better

Junghwan Park 9bow

🤔
doing fewer things better
View GitHub Profile

Keybase proof

I hereby claim:

  • I am 9bow on github.
  • I am ninebow (https://keybase.io/ninebow) on keybase.
  • I have a public key ASBSEIQpNWXjlFXcRRkum78cEOAPc8PwOf6pHXSEowt9Xwo

To claim this, I am signing this object:

@9bow
9bow / PrizeLottery
Last active April 18, 2018 08:36
Google Script for choosing the random name of the survey winner used in meetup.
function onOpen(e) {
// Where the menu button defined
SpreadsheetApp.getUi().createMenu('Vuetiful').addItem('추첨~ 얍!', 'randomPick').addToUi();
}
function randomPick() {
var sss = SpreadsheetApp.getActiveSpreadsheet();
var ss = sss.getSheetByName('Form Responses 1'); // <- Check the sheet name
var range = ss.getRange(1,1,ss.getLastRow(), 3); // <- Check the last parameter: how many cells to fetch (first 3)
var data = range.getValues();
@9bow
9bow / get-letsencrypt-wildcard-cert.sh
Created May 8, 2018 02:16 — forked from ziozzang/get-letsencrypt-wildcard-cert.sh
This docs show how to issuing wildcard cert(by Let's Encrypt) with docker and DNS challenge. no need to install any software.
EMAIL="foo@barcom"
DOMAINS="example.com"
###################################################################
# Renewing
docker run \
-it --rm \
-v /opt/letsencrypt/:/etc/letsencrypt/ \
-v /opt/letsencrypt/logs/:/var/log/letsencrypt/ \
@9bow
9bow / gh-pages.sh
Created August 14, 2018 06:38 — forked from skratchdot/gh-pages.sh
Initialize gh-pages branch
# create gh-pages branch
git checkout --orphan gh-pages
git rm -rf .
touch README.md
git add README.md
git commit -m 'initial gh-pages commit'
git push origin gh-pages
# add gh-pages as submodule
git checkout master
@9bow
9bow / .travis.yml
Created August 14, 2018 06:48 — forked from brenns10/.travis.yml
Travis Sphinx Auto-Doc
language: python
python:
- 3.5
install:
- pip install sphinx sphinx_rtd_theme
script: make html
after_success:
- ./push.sh
env:
global:
language: ruby
rvm:
- 2.3.7
before_script:
- gem install bundler
script: bundle exec jekyll build
after_success:
- ./push.sh
env:
global:
@9bow
9bow / docker-compose.yaml
Created January 23, 2019 05:13
Starting Jenkins via docker-compose
version: '3.1'
services:
jenkins:
image: jenkinsci/blueocean:latest
restart: always
ports:
- 8080:8080
- 50000:50000
volumes:
@9bow
9bow / 1226 Burger Index.ipynb.json
Created May 24, 2019 03:49 — forked from hyeshik/1226 Burger Index.ipynb.json
An IPython notebook for analysis of the distributions of fast-food hamburger shops.
This file has been truncated, but you can view the full file.
{
"metadata": {
"name": "",
"signature": "sha256:f99925a6f73a1e36bc91415d84266705e3bdf72304d8dba7bcfb6c94ca7b270a"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [

Disable Device Enrollment Program (DEP) notification on macOS Catalina.md

With full reinstall (recommended)

   a. Boot into recovery using command-R during reboot, wipe the harddrive using Disk Utility, and select reinstall macOS

   b. Initial installation will run for approximately 1 hour, and reboot once

   c. It will then show a remaining time of about 10-15 minutes

@9bow
9bow / AWSCertifiedDeveloperUnofficialStudyGuide.md
Created April 30, 2021 03:26 — forked from serithemage/AWSCertifiedDeveloperUnofficialStudyGuide.md
AWS 공인 개발자 - 어소시에이트 수험 가이드