Skip to content

Instantly share code, notes, and snippets.

View dolsup's full-sized avatar

Jiwon Choi dolsup

  • Seoul, South Korea
View GitHub Profile
@dolsup
dolsup / ebnf-inspired-dd-for-dfd.md
Last active March 15, 2020 14:12
EBNF-inspired Data Dictionary Notation for Data Flow Diagram

EBNF-inspired Data Dictionary Notation for Data Flow Diagram

a Data Dictionary Notation for Data Flow Diagram, inspired by EBNF and normal programming languages

Purposes

  • It is more about human-friendliness than syntactic rigor.
  • Its notation should be able to written by normal IME.
  • It is should be easy to understand and use for software developers.
@dolsup
dolsup / yaong.md
Last active August 5, 2020 07:27
난해한 야옹... 언어

난해한 야옹... 언어 v0.4.5

소개

난해한 야옹... 언어(이하 야옹)는 난해한 혀엉... 언어(이하 혀엉)와 상호 트랜스파일 가능한 언어입니다. 야옹혀엉은 기본적으로 동치(equivalent) 관계이며 각 언어의 명령어셋은 서로 1:1 매핑될 수 있습니다.

명령어셋 비교

혀엉 v0.4.5를 기준으로 합니다. 아래 나열된 한글 음절 문자 명령어를 제외한 모든 스펙은 동일합니다.

난해한 야옹... 언어 난해한 혀엉... 언어 해석
@dolsup
dolsup / keybase.md
Created March 7, 2017 12:37
keybase.md

Keybase proof

I hereby claim:

  • I am dolsup on github.
  • I am dolsup (https://keybase.io/dolsup) on keybase.
  • I have a public key ASDcWczqtG0b5JYnqx9Nm0SyKA5uarjyLZlK2HZlTFqoDAo

To claim this, I am signing this object:

@dolsup
dolsup / ramen-timer.md
Created January 17, 2017 18:01
ramen timer

OSX

$ sleep 300 && say -v bells "Let's go eat ramen Yeah"

etc

$ sleep 300 && for n in {1..5}; do tput bel; done