/images/avatar.png

Take notes of everything I learn

AWS S3 CloudFront SSL

AWS S3 CloudFront SSL 架設靜態網站 使用AWS上的 S3, CloudFront 架設網站, 並藉由 AWS Certificate Manager 申請 SSL . 這樣的會就可以不用開啟S3的Static website hosting . 藉由 CloudFront 還可以讓 bucket 不必公開,

vJoystick

vJoystick 可橋接非遊戲控制器的任何設備與需要遊戲控制器的應用程式的設備驅動程序 http://vjoystick.sourceforge.net/joomla/ Download https://sourceforge.net/projects/vjoystick/ or https://github.com/shauleiz/vJoy vJoystick with UCR https://home.gamer.com.tw/creationDetail.php?sn=4886070 https://www.youtube.com/watch?v=SL3mXAHH-Eg&feature=emb_title Source Code : tajtiattila/vjoy https://github.com/tajtiattila/vjoy Include dll 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

Shorcodes Practice

Built-in Shortcodes Hudo Shorcodes Practice. high light {{< highlight go >}} fmt.Println(“Hello World”) {{< /highlight >}} 1 fmt.Println("Hello World") {{< highlight html >}} This HTML {{< /highlight >}} 1 2 3 <html> <body> This HTML </body> </html> gist {{< gist kimi0230 ede767a27a0d62b4d458a17d28708995 >}} Custom Short Code {{< myshortcode >}} Hi Hi Reference https://gohugo.io/content-management/shortcodes/ https://gohugo.io/templates/shortcode-templates/