Skip to content

Instantly share code, notes, and snippets.

View jen6's full-sized avatar
πŸ”
Growing Faster

SonGeon jen6

πŸ”
Growing Faster
View GitHub Profile
@longfin
longfin / writing.md
Last active October 31, 2024 05:50
μ—”μ§€λ‹ˆμ–΄λ₯Ό μœ„ν•œ κΈ€μ“°κΈ°

이 글은 Heinrich Hartmann λ‹˜μ΄ μž‘μ„±ν•˜μ‹  글을 ν•œκ΅­μ–΄λ‘œ λ²ˆμ—­ν•œ κ²ƒμž…λ‹ˆλ‹€. 원문은 https://www.heinrichhartmann.com/posts/writing/ μ—μ„œ ν™•μΈν•˜μ‹€ 수 μžˆμŠ΅λ‹ˆλ‹€.


κΈ€μ“°κΈ°λŠ” 큰 μ‘°μ§μ—μ„œ 영ν–₯λ ₯을 λ°œνœ˜ν•˜λŠ” 데 μ€‘μš”ν•©λ‹ˆλ‹€. κ²½λ ₯ μžˆλŠ” μ†Œν”„νŠΈμ›¨μ–΄ μ—”μ§€λ‹ˆμ–΄λ‘œμ„œμ˜ κΈ€μ“°κΈ°λŠ” 직무 λ²”μœ„λ₯Ό ν™•μž₯ν•˜κ³  κ²½λ ₯을 λ°œμ „μ‹œν‚€κΈ° μœ„ν•΄ νšλ“ν•΄μ•Ό ν•˜λŠ” κ°€μž₯ μ€‘μš”ν•œ κΈ°μˆ μž…λ‹ˆλ‹€.

κΈ€μ“°κΈ°λŠ” μ–΄λ ΅μŠ΅λ‹ˆλ‹€. λ§Žμ€ μ†Œν”„νŠΈμ›¨μ–΄ μ—”μ§€λ‹ˆμ–΄λ“€μ΄ 글쓰기와 μ”¨λ¦„ν•˜μ£ . 저도 개인적으둜 문학에 λŒ€ν•œ 관심이 μ—†κΈ° λ•Œλ¬Έμ— κΈ€μ“°κΈ°κ°€ μžμ—°μŠ€λŸ½μ§€ μ•Šμ•˜μŠ΅λ‹ˆλ‹€.

@luncliff
luncliff / cmake-tutorial.md
Last active April 19, 2025 04:49
CMake ν• λ•Œ μͺΌμ˜€μ˜€κΈˆ 도움이 λ˜λŠ” λ¬Έμ„œ

CMakeλ₯Ό μ™œ μ“°λŠ”κ±°μ£ ?
쒋은 νˆ΄μ€ Visual Studio λΏμž…λ‹ˆλ‹€. κ·Έ μ΄μ™Έμ—λŠ” μ „λΆ€ 사도(ι‚ͺ道)μž…λ‹ˆλ‹€ 사도! - μž‘μ„±μž

주의

  • 이 λ¬Έμ„œλŠ” CMakeλ₯Ό μ£Όκ΄€μ μœΌλ‘œ μ„œμˆ ν•©λ‹ˆλ‹€
  • 이 λ¬Έμ„œλ₯Ό 톡해 CMakeλ₯Ό μ‹œμž‘ν•˜κΈ°μ—” μ ν•©ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€
    https://cgold.readthedocs.io/en/latest/ 3.1 μ±•ν„°κΉŒμ§€ 따라해본 이후 기본사항듀을 μ†μ„±μœΌλ‘œ μ΅νžˆλŠ” 것을 λ•κΈ°μœ„ν•œ 보쑰자료둜써 μž‘μ„±λ˜μ—ˆμŠ΅λ‹ˆλ‹€
@kcrawford
kcrawford / gist:00994c6246472d73e6a8893cb84d3e9c
Last active April 20, 2024 20:23 — forked from chbeer/gist:3666e4b7b2e71eb47b15eaae63d4192f
Calling AppleScript from Swift App, passing a parameter. Basic
import Carbon
//guard let url = Bundle.main.url(forResource: "SendFinderMessage", withExtension: "scpt") else {
// exit(0)
//}
//guard let script = NSAppleScript(contentsOf: url, error: &errors) else {
// exit(0)
//}
@dridk
dridk / main.cpp
Last active May 7, 2019 11:43
SQL parser with spirit X3 in C++
#include <boost/spirit.hpp>
#include <string>
#include <typeinfo>
namespace VQL
{
template <typename Iterator>
auto parse(Iterator begin, Iterator end, bool& success)
@ikegami-yukino
ikegami-yukino / google_login.py
Created June 12, 2015 09:26
Automatically Google login by selenium
mail_address = ''
password = ''
from selenium import webdriver
UA = 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'
PHANTOMJS_ARG = {'phantomjs.page.settings.userAgent': UA}
driver = webdriver.PhantomJS(desired_capabilities=PHANTOMJS_ARG)
url = 'https://www.google.com/accounts/Login?hl=ja&continue=http://www.google.co.jp/'
@gdamjan
gdamjan / README.md
Last active April 5, 2025 23:28
Setup for an easy to use, simple reverse http tunnels with nginx and ssh. It's that simple there's no authentication at all. The end result, a single ssh command invocation gives you a public url for your web app hosted on your laptop.

What

A lot of times you are developing a web application on your own laptop or home computer and would like to demo it to the public. Most of those times you are behind a router/firewall and you don't have a public IP address. Instead of configuring routers (often not possible), this solution gives you a public URL that's reverse tunnelled via ssh to your laptop.

Because of the relaxation of the sshd setup, it's best used on a dedicated virtual machine just for this (an Amazon micro instance for example).

Requirements