Skip to content

Instantly share code, notes, and snippets.

View Alex4386's full-sized avatar
๐Ÿ’ญ
์กธ์—…์‹œ์ผœ์ค˜

Sanghee Park Alex4386

๐Ÿ’ญ
์กธ์—…์‹œ์ผœ์ค˜
View GitHub Profile
@Alex4386
Alex4386 / IJustReallyWantedToPlayMinecraft.py
Last active January 17, 2021 15:47 — forked from RealLogical/IJustWantedToPlayMinecraft.py
Editted IJustWantedToPlayMinecraft using Recursion
# DP ์จ๋„ ๋˜๊ธด ํ•˜๋Š”๋ฐ ๊ทธ๋ƒฅ
# Recursive ๋กœ ์‹ธ์•„์•…
# ์ƒ‰๊น” ์ฝ”๋“œ
# A B C D E
colors = [ 0, 0, 0, 0, 0 ]
# ์กฐ๊ฑด์— ์ถฉ์กฑํ•˜๋Š” ์ง€ ํ™•์ธํ•˜๋Š” ์ฝ”๋“œ
def check_condition(colors):
return (
@Alex4386
Alex4386 / LICENSE
Last active October 11, 2020 19:41 — forked from rithvikvibhu/LICENSE
Get tokens for Google Home Foyer API
MIT License
Copyright (c) 2020 Rithvik Vibhu, Alex4386
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
furnished to do so, subject to the following conditions: