Skip to content

Instantly share code, notes, and snippets.

View kmc7468's full-sized avatar
πŸ€”
Hello, world!

static kmc7468

πŸ€”
Hello, world!
View GitHub Profile
@kmc7468
kmc7468 / Vocabulary.py
Created March 25, 2022 16:26
WordReminder 단어μž₯ 생성 λͺ¨λ“ˆ for Python
# <ν˜Έν™˜μ„± 정보>
# WordReminder 단어μž₯은 λ ˆκ±°μ‹œ ν˜Έν™˜ μ˜μ—­κ³Ό μ»¨ν…Œμ΄λ„ˆ μ˜μ—­μœΌλ‘œ κ΅¬μ„±λ©λ‹ˆλ‹€.
# λ ˆκ±°μ‹œ ν˜Έν™˜ μ˜μ—­: 단어가 μ €μž₯λ˜λŠ” μ˜μ—­μœΌλ‘œ, 각 단어에 λ“±λ‘λœ μ—¬λŸ¬ 개의 뜻/발음이 1개둜 합쳐져 μ €μž₯λ©λ‹ˆλ‹€. λͺ¨λ“  버전/ν”Œλž«νΌμ—μ„œ 인식할 수 μžˆμŠ΅λ‹ˆλ‹€.
# μ»¨ν…Œμ΄λ„ˆ μ˜μ—­: 단어에 λŒ€ν•œ 뢀가적인 정보가 μ €μž₯λ˜λŠ” μ˜μ—­μœΌλ‘œ, 1개 μ΄μƒμ˜ μ»¨ν…Œμ΄λ„ˆλ‘œ κ΅¬μ„±λ©λ‹ˆλ‹€. 버전/ν”Œλž«νΌμ— 따라 인식할 수 μžˆλŠ” μ»¨ν…Œμ΄λ„ˆμ˜ μ’…λ₯˜κ°€ λ‹€λ¦…λ‹ˆλ‹€.
#
# <μ»¨ν…Œμ΄λ„ˆ 정보>
# HomonymContainer: 2개 μ΄μƒμ˜ 뜻이 λ“±λ‘λœ 단어가 μ‘΄μž¬ν•  경우 μ‚¬μš©λ©λ‹ˆλ‹€. (PC: 1.4.0-beta.1~ / Android: λͺ¨λ“  버전)
# ExampleContainer: 예문이 λ“±λ‘λœ 뜻이 μ‘΄μž¬ν•  경우 μ‚¬μš©λ©λ‹ˆλ‹€. (PC: 지원 μ•ˆν•¨ / Android: λͺ¨λ“  버전)
# TagContainer: 단어μž₯에 νƒœκ·Έκ°€ μ‘΄μž¬ν•  경우 μ‚¬μš©λ©λ‹ˆλ‹€. (PC: 지원 μ•ˆν•¨ / Android: 1.1.0~)
#
@kmc7468
kmc7468 / LinearEquation.cpp
Last active September 7, 2021 12:57
일차방정식 풀이 ν”„λ‘œκ·Έλž¨
/*
* MIT License
*
* Copyright (c) 2021 kmc7468
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@kmc7468
kmc7468 / Circle-MonteCarlo.cpp
Last active July 25, 2018 02:28
λͺ¬ν…ŒμΉ΄λ₯Όλ‘œ 방법을 μ΄μš©ν•œ μ›μ£Όμœ¨ 계산
/*
* (C) 2018. kmc7468 All rights reserved.
* The MIT License. See also the LICENSE file.
* https://gist.github.com/kmc7468/33bd66ecca40cb5a256ee4bb0700b8eb
*/
#include <chrono>
#include <future>
#include <iostream>
#include <random>
@kmc7468
kmc7468 / Air.ino
Last active July 24, 2018 09:22
곡기 μˆœν™˜κΈ° λͺ¨λΈ
/*
* (C) 2018. kmc7468 All rights reserved.
* MIT λΌμ΄μ„ μŠ€μž…λ‹ˆλ‹€.
* https://gist.github.com/kmc7468/9cb6edc588b451f748dba9f96918309d
*/
#include "DHT.h"
#include <math.h>
//