are you me?    id passwd

status  

 sleepy

picture

 

 thinking

calender

c, current time in milliseconds - 컴퓨터

#include <sys/time.h>
#include <iostream>

int main() {
   struct timeval cur_time;
   gettimeofday(&cur_time, NULL);
   std::cout << "Current time since January 1, 1970: "
             << cur_time.tv_sec * 1000 + cur_time.tv_usec
            << " ms" << std::endl;
   return 0;
}

written time : 2022-11-05 00:09:52.0

챙길 것 - 일상

블루투스 동글
컴퓨터 청소
차전자피
안약

written time : 2022-09-02 17:47:04.0

windows 11 작업표시줄 - 컴퓨터

ref: https://www.tabmode.com/windows-11/taskbar-windows-11/taskbar-icon-setting-windows-11/

컴퓨터\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

TaskbarSi, DWORD32bit, 0 small, 1 default, 2 large

written time : 2022-08-15 22:12:33.0
...  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |  ...