Craig Kim's Blog
Mostly the things I learned...
Tuesday, September 3, 2024
donut.c converted to donut.rs (Rust)
›
I tried to convert Andy Sloane's donut.c to Rust programming language. Suggestions are welcome. // // donut -- rotating donut // // not...
donut.c converted to donut.py (Python)
›
Here's my version of Andy Sloane's donut.c converted to Python programming language. #!/usr/bin/env python3 # # python port of donut...
Sunday, September 1, 2024
Spinning Donut
›
Spinning Donut
Wednesday, August 21, 2024
donut.c converted to donut.go (Go)
›
Mr. Andy Sloane published a piece of C code that shows a rotating doughnut on terminal. I tried to convert it to golang as I was learning G...
Tuesday, December 20, 2016
Frequently Used DB2 Functions and Expressions
›
Get the number of days since 0001-01-01 SELECT DAYS ( '2016-12-25' ) Convert date string to datetime type SELECT date ( to_dat...
Tuesday, December 6, 2016
Frequent Regular Expressions
›
Here are some frequently used regular expressions. IP Address: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[...
Monday, November 28, 2016
Renting a Car in South Korea
›
Introduction : I often traveled to South Korea. My trip was the first one for me to rent a car. Because the public transportation in Korea ...
7 comments:
›
Home
View web version