-
Compare 3 modes of SDL_HINT_RENDER_SCALE_QUALITY
Using SDL library to render a picture to renderer (monitor ), it sometime become blur when we need to compress/rescale the size of picture. SDL_HINT_RENDER_SCALE_QUALITY , is a hint that specifies scaling quality when rendering (copy picture/texture and paste to monitor through graphic card ) This hint have 3 option : nearest (default ) ,…
-
IT passport và những điều cần biết
IT passport là gì Kỳ thi IT Passport (trong tiếng nhật thường được gọi là Iパス) là một kỳ thi quốc gia(国家試験) được công nhận bởi Bộ Kinh tế, Thương mại và Công nghiệp của Nhật Bản(経済産業省). Bối cảnh Trong thời gian gần đây, việc phát triển công nghệ thông tin đã ngày càng tăng…
-
Multi-task setting file task.json in VS code for Gnu Fortran in Windows
A quick sample of task.json in VS code for some one need to use multi-command while compiling source by Gnu Fortran in Windows It will automatically compile and after that Self Signed Certification to exe file
-
Covert ogg file and change properties by using ffmpeg in windows
We need a tools called ffmpeg , it can be installed in windows through msys2 packages mingw-w64-x86_64-ffmpeg. Remember , Add C:\msys64\mingw64\bin to Environment Variables PATH if you want to use it as a commands in PowerShell This is some usefull commands using ffmpeg in powershell : ffmpeg -i file.mp3 -ar 22050 -vn -c:a libvorbis -q:a…