This is a repository primarily for storing code related to learning programming languages and the fundamentals of computer science. Depending on each code's purpose and the programming language used, some are stored in separate ones.
- My Data Science Practice
- My Esolang Practice
- My Functional Programming Practice
- My Legacy Practice
- My Web Practice
- My Python Practice
- My VBA Practice
- My C/C++ Practice
- My C# Practice
- My Java Practice
- My ShellScript Practice
- My Auto Hot Key Practice
- My Golang Practice
- My Verilog Practice
- My Ruby Practice
- My Dart Practice
- Abstract Base Class(ABC) as Interface Practice (2024.11.30)
pydantic
: Comparing with@dataclass
(2024.11.27)pydantic
: Comparing Example Code With and Withoutpydantic
(2024.11.26)asyncio
: Comparing Sync. Function Handling and Full Async. Requests (2024.09.06)- Extract 3-Bit Palette Indices (2024.08.04)
hello_world("print")
(2024.05.23)re.sub()
(2023.02.12)- Vertical Alignment 2 with f-string (2022.04.27)
- Arguements Parsing (2022.03.24)
- Vertical Alignment with Korean Letters (2021.12.21)
- Iterator (2021.06.17)
if
~while
~true
(2021.05.04)re.split()
(2021.04.29)__name__ == '__main__'
(2021.04.26)- Turtle (2021.03.24)
map()
(2021.02.16)- Words Mix (2021.01.13)
- Count Words (2020.11.10)
- Operator Precedence (2020.06.28)
print()
(2020.03.31)- Fibonacci Series (2019.12.18)
- Generate List (2019.12.07)
with
~open()
(2019.07.21)- Password (2019.05.24)
- Class (2018.02.07)
while
(2017.05.15)
Enum
Statement (2024.02.11)- Simple Q&A with ChatGPT : Trial (2023.05.02)
Erase
Statement (2023.01.03)- File System :
Folder.Files
(2022.07.15) - File System :
File.DateCreated
(2022.07.12) ByRef
vsByVal
(2022.06.05)- Declare Plural Variable (2022.06.04)
- Color Scroll 2 (2021.12.01)
- Variable Scope (2011.11.29)
- Control Formula Calculation Option (2021.11.08)
- Read Binary File (2021.08.23)
- Try ~ Catch ~ Finally (2021.07.28)
- Color Scroll (2020.11.14)
- Compression Implementation : Huffman Coding (2024.10.09)
- K&R C Style Function Declaration (2023.08.20)
- Conditional Compile with
#ifdef
(2022.08.30) - File I/O (2022.08.27)
- GCC Optimization Option Practice (2022.08.16)
printf()
format test (2022.04.25)- Binary Search 1 (2022.04.19)
- Binary Search 0 (2022.02.11)
- Increment and Decrement Operators (2022.02.01)
- Prevent Garbage Value (2022.01.21)
- Containers : Deque, Stack and Queue (2021.10.14)
- Template (2021.07.23)
- Stack Overflow (2021.05.18)
- Hello World (2021.05.12)
for
loop with skipping expressions (2022.10.15)- Multi-Thread (2021.04.13)
- GUI :
Swing
(2021.04.06) java.util.Date
(2021.03.08)