April 19th, 2018 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))
January 25th, 2018 RISC-V ARM openocd + eclipse RISC-V ARM + openocd + eclipse : my work history in Nexell
January 5th, 2018 Graphic stack 정리 Graphic stack 정리 출처: http://blog.mecheye.net/2012/06/the-linux-graphics-stack/