Skip to content

Instantly share code, notes, and snippets.

View j2doll's full-sized avatar
💭
1️⃣ 😄 2️⃣ 😭

Jay Two j2doll

💭
1️⃣ 😄 2️⃣ 😭
View GitHub Profile
@j2doll
j2doll / excelapp.py
Created March 30, 2023 06:48 — forked from msuryaprakash/excelapp.py
Interacting with Microsoft Excel from Python using the Win32 COM API (Example Python Code)
"""
An example of using PyWin32 and the win32com library to interact
Microsoft Excel from Python.
This can be used instead of Visual Basic for Applications (VBA)
(c) Michael Papasimeon
"""
import win32com.client
@j2doll
j2doll / .licrc
Created March 16, 2023 05:41 — forked from robertohuertasm/.licrc
Simple .licrc config file for Licensebat
# IMPORTANT!: ALL SECTIONS ARE MANDATORY
[licenses]
# This indicates which are the only licenses that Licensebat will accept.
# The rest will be flagged as not allowed.
accepted = ["MIT", "MSC", "BSD"]
# This will indicate which licenses are not accepted.
# The rest will be accepted, except for the unknown licenses or dependencies without licenses.
# unaccepted = ["LGPL"]
# Note that only one of the previous options can be enabled at once.
# If both of them are informed, only accepted will be considered.
@j2doll
j2doll / Feel-the-Rhythm-of-Korea-SEOUL.md
Last active September 22, 2021 13:24
Feel the Rhythm of Korea: SEOUL

Feel the Rhythm of Korea: SEOUL

Feel the Rhythm of Korea: SEOUL

@j2doll
j2doll / get_gists.py
Created December 29, 2020 16:36 — forked from leoloobeek/get_gists.py
Download all gists for a specific user
# first: mkdir user && cd user && cp /path/to/get_gists.py .
# python3 get_gists.py user
import requests
import sys
from subprocess import call
user = sys.argv[1]
r = requests.get('https://api.github.com/users/{0}/gists'.format(user))
@j2doll
j2doll / please-love.her.md
Last active March 7, 2020 13:22
그녀를 사랑해줘요

그녀를 사랑해줘요

  • 노래 : 하동균
    • 작사 : 최갑원
    • 작곡 : PJ
    • 편곡 : 나원주

잠깐 기다려줄래 지금 데리러 갈게
왜 자꾸 울기만 하니 말해 말해 어디에 있니
니가 사랑하는 사람이 너를 두고 간 거니

@j2doll
j2doll / dh.jpg
Last active March 3, 2020 12:43
image1
dh.jpg
@j2doll
j2doll / Diffe-Hellman-KR.md
Last active March 3, 2020 12:44
디피 헬만(Diffe-Hellman) 알고리즘 이해하기

디피 헬만(Diffe-Hellman) 알고리즘 이해하기

디피-헬만(Diffie–Hellman) 알고리즘은 왠지 호감이 가는(?) 인상의

아저씨들이 1976년에 만든 알고리즘입니다.

@j2doll
j2doll / rhinoceros.md
Created February 25, 2020 13:06
🇰🇷 Wander alone like a rhinoceros

무소의 뿔처럼 혼자서 가라.

서로 사귄 사람에게는 사랑과 그리움이 생긴다. 사랑과 그리움에는 괴로움이 따르는 법 연정에서 근심 걱정이 생기는 줄 알고 무소의 뿔처럼 혼자서 가라.

숲속에 묶여 있지 않은 사슴이 먹이를 찾아 여기저기 다니듯이 지혜로운 이는 독립과 자유를 찾아 무소의 뿔처럼 혼자서 가라.

@j2doll
j2doll / My-Inner-Battle-with-Static-Typing-KR.md
Last active February 8, 2020 14:12
정적 타이핑을 둘러싼 나의 내적 갈등

정적 타이핑(Static Typing)을 둘러싼 나의 내적 갈등

『...전략...』

초보자들은 프로그래밍 언어에서 강한 타이핑(strong typing)과 정적 타이핑(static typing)을 혼동한다. 거칠게 말해서 강한 타이핑(strong typing)이란 언어가 두 개의 자료형(type)이 서로 호환되는지 여부를 검사하고, 만약 호환되지 않으면 에러를 발생시키거나 강제로 자료형을 변환함을 뜻한다.

겉으로 보기에 자바(Java)와 루비(Ruby)는 모두 강한 타이핑을 사용한다(strongly typed). 이게 과도한 단순화라는 사실은 나도 안다. 이에 반해서 어셈블리(Assembly)와 C 컴파일러는 약한 타이핑을 사용한다(weakly typed).

@j2doll
j2doll / gist:1b12da2063115b6f4f9e60e3827c3251
Last active February 8, 2020 14:04
논어(論語) 학이(學而)

논어(論語) 학이(學而)

  • 子曰 不患人之不己知 患不知人也.

  • 공자님께서 말씀하셨다. "남이 나를 알아주지 않음을 걱정하지 말고, 내가 남을 알지 못함을 걱정하라."