• Joined on 2020-12-04
monoid created repository monoid/ner-study 2022-02-14 08:33:18 +09:00
monoid created branch main in monoid/computer-graphics-study 2021-11-30 16:47:33 +09:00
monoid pushed to main at monoid/computer-graphics-study 2021-11-30 16:47:33 +09:00
52afda214e fix bug
163331eea4 imple phong shader
1202b4faad add texture
cbbb67719e add README
652e0d7c96 camera and moving
Compare 10 commits »
monoid created repository monoid/computer-graphics-study 2021-11-30 16:44:48 +09:00
monoid closed issue monoid/HW12#1 2021-11-01 23:22:47 +09:00
remove all fscanf
monoid closed issue monoid/HW12#4 2021-11-01 23:22:42 +09:00
timeout on sendfile and connect
monoid pushed to master at monoid/HW12 2020-12-14 20:34:05 +09:00
53f8f003d7 add comment
ad881333e0 add comment
aeb60a7537 add bar fprintf
7ffcbafaa2 add comment
fb7646fac7 add tty_fd
Compare 6 commits »
monoid pushed to master at monoid/HW12 2020-12-09 02:34:22 +09:00
d177b33177 update p-client
monoid pushed to master at monoid/HW12 2020-12-09 01:50:02 +09:00
b3ddb92786 fix progress bar deadlock
monoid pushed to master at monoid/HW12 2020-12-09 00:22:46 +09:00
bd92bc47f2 chg README
monoid pushed to master at monoid/HW12 2020-12-09 00:21:13 +09:00
68094cf699 add simple bench script
monoid pushed to master at monoid/HW12 2020-12-09 00:15:25 +09:00
4eaed57a0c use client display bar
55f3dc98bb update p-client
5348e11015 fix MAX_TERMINAL_ROW
9e0401a22c fix some bug
Compare 4 commits »
monoid pushed to master at monoid/HW12 2020-12-08 19:16:46 +09:00
a5e9d821b0 USETRACE
monoid pushed to master at monoid/HW12 2020-12-08 18:58:38 +09:00
bf3cc14c4d trace bottom up time
c23db73d71 add gui option
355411acaf add SLOW_SERVER
5183083888 fix display bar bug
80f3226421 add server progress bar
Compare 5 commits »
monoid pushed to master at monoid/HW12 2020-12-07 19:49:38 +09:00
80a03a8610 add client quiet mode
monoid pushed to master at monoid/HW12 2020-12-07 19:05:28 +09:00
07aa3824a9 add TRACE p-server
50eeba56a4 refactor client.c
35aa8243b3 add server NO QUEUE
b53ed414b0 add server USE_TRACE
Compare 4 commits »
monoid pushed to master at monoid/HW12 2020-12-06 21:27:40 +09:00
d02eb2e69c fix some bug
monoid opened issue monoid/HW12#4 2020-12-06 19:32:01 +09:00
timeout on sendfile and connect
monoid opened issue monoid/HW12#3 2020-12-06 18:59:01 +09:00
server 에서 lockfree queue
monoid opened issue monoid/HW12#2 2020-12-06 18:58:48 +09:00
client에서 atomic operation을 이용해서 lockfree 구현하기.