Skip to content

Instantly share code, notes, and snippets.

View hoojaoh's full-sized avatar
🎯
Focusing

Hoo Ja Oh hoojaoh

🎯
Focusing
View GitHub Profile
@hoojaoh
hoojaoh / .gitignore
Created August 19, 2020 22:10 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@hoojaoh
hoojaoh / Mzyq-1.swift
Created October 21, 2017 12:17
null created by hoo - https://repl.it/Mzyq/1
swift build
Compile Swift Module 'Hello' (1 source)
@hoojaoh
hoojaoh / Mzyq-0.swift
Created October 21, 2017 12:15
null created by hoo - https://repl.it/Mzyq/0
swift package init
@hoojaoh
hoojaoh / MzSI-3.swift
Created October 21, 2017 12:09
null created by hoo - https://repl.it/MzSI/3
mkdir Hello
cd Hello
@hoojaoh
hoojaoh / MzSI-2.swift
Created October 21, 2017 12:08
null created by hoo - https://repl.it/MzSI/2
import Darwin
arc4randdom_uniorm(10)
UIint = 4
@hoojaoh
hoojaoh / README.md
Created June 11, 2017 19:49
image.1hash.xyz

image.1hash.xyz

Pro Bash image processing in HTTP

API Explorer

Supoported Commands

Random photos from web

@hoojaoh
hoojaoh / README.md
Created June 11, 2017 19:49
image.1hash.xyz

image.1hash.xyz

Pro Bash image processing in HTTP

API Explorer

Supoported Commands

Random photos from web

@hoojaoh
hoojaoh / README.md
Last active August 29, 2015 14:25 — forked from jonathantneal/README.md

Local SSL websites on Mac OSX

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on Mac OSX Yosemite.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward edit to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
@hoojaoh
hoojaoh / name dfile js
Created May 24, 2015 23:57
A short js code
(function () {
alert('done');
}())