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: