Python> Python CookBook3판 - O REILLY Study(ch13) 유틸리티

13.4 암호 입력받기

Python> Python CookBook3판 - O REILLY Study(ch7) function

7.1 매개변수의 개수 제한, 7.4 여러개의 값을 반환

```python?line_number=false def arg_test(first, *rest) : return (first+sum(rest)), (first + sum(rest)) / (1+len(rest))

Python> Python CookBook3판 - O REILLY Study(ch10) module, packaging

10.1 Module

development - GDB

GDB 사용법 정리

development - qemu memo

QEMU study memo For RISC-V

RISC-V qemu 정리2

RISC-V QEMU2

RISC-V qemu 정리

RISC-V QEMU

RISC-V ARM openocd + eclipse

RISC-V ARM + openocd + eclipse : my work history in Nexell

Graphic stack 정리

Graphic stack 정리

출처: http://blog.mecheye.net/2012/06/the-linux-graphics-stack/

development - Doxygen

doxygen 사용법 정리