Skip to content

Instantly share code, notes, and snippets.

View kenu's full-sized avatar
๐Ÿ’ญ
For Values

kenu kenu

๐Ÿ’ญ
For Values
View GitHub Profile
@tabrindle
tabrindle / webp-convert-directory.sh
Last active April 16, 2025 15:25
Convert all files in directory to webp, with default params, or standard cwebp params passed from command
#!/bin/bash
PARAMS=('-m 6 -q 70 -mt -af -progress')
if [ $# -ne 0 ]; then
PARAMS=$@;
fi
cd $(pwd)
@honux77
honux77 / itbook.md
Last active April 6, 2020 15:20
Some Good Books for Developers

๊ฐœ๋ฐœ์ž ์ถ”์ฒœ ์„œ์ 

(๋‹คํ˜œ๊ฐ€ ์ด๋ฆ„ ๋ถ™์ž„)

๋Œ€๊ทœ๋ชจ ์„œ๋น„์Šค ์„ฑ๋Šฅ ๊ด€๋ จ

  • ์›น ๊ฐœ๋ฐœ์ž๋ฅผ ์œ„ํ•œ ๋Œ€๊ทœ๋ชจ ์„œ๋น„์Šค๋ฅผ ์ง€ํƒฑํ•˜๋Š” ๊ธฐ์ˆ 
  • ๊ทธ๋ฆผ์œผ๋กœ ๊ณต๋ถ€ํ•˜๋Š” ์‹œ์Šคํ…œ ์„ฑ๋Šฅ๊ตฌ์กฐ

IT ์ธํ”„๋ผ ๊ถŒ์žฅ ๋„์„œ