Fonts for Coding (Nerd Fonts)

https://www.nerdfonts.com 0xProto - https://www.programmingfonts.org/#oxproto Cousine - https://www.programmingfonts.org/#cousine Fira Mono - https://www.programmingfonts.org/#fira Hack - https://www.programmingfonts.org/#hack Intel One Mono - https://www.programmingfonts.org/#intel-one-mono JuliaMono - https://www.programmingfonts.org/#julia-mono Lilex - https://www.programmingfonts.org/#lilex Monaspace Argon - https://www.programmingfonts.org/#monaspace-argon

GCam for Zircon (Redmi Note 13 Pro Plus)

BSG (MGC) celsoazevedo.comhttps://www.celsoazevedo.com/files/android/google-camera/f/configs-bsg-07/under configs, there exist xiaomi redmi note 13 pro+ gcam-mode.comhttps://www.gcam-mode.com/versions-bsg AGC (BigKaka) AGC 9.2 - Google Camera Ports download linkAGC Toolkit - Google Play Link New Four Seasons…
tmux multiple screen

tmux

.tmux.conf file under your home directory Open new tmuxtmux new -s <namehere> To enable mouse on terminal screenset -g mouse on shortcut to open command mode:ctrl+shift+b after : split screen…
OpenCV fonts

OpenCV fonts

putText function can be used to render text on image. Below fonts are available to use with OpenCV. enum HersheyFonts { FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font FONT_HERSHEY_PLAIN…

Open-Source SfM Softwares

COLMAPhttps://github.com/colmap/colmaphttps://demuc.de/colmap/https://colmap.github.io/ Meshroomhttps://github.com/alicevision/meshroom OpenMVGhttps://github.com/openMVG/openMVG Bundlerhttps://github.com/snavely/bundler_sfmhttps://www.cs.cornell.edu/~snavely/bundler/https://github.com/TheFrenchLeaf/Bundler MVEhttps://github.com/simonfuhrmann/mvehttps://www.gcc.tu-darmstadt.de/home/proj/mve/ OpenSfMhttps://github.com/mapillary/OpenSfM TheiaSfMhttps://github.com/sweeneychris/TheiaSfMhttp://www.theia-sfm.org/ 1DSfMhttps://github.com/wilsonkl/SfM_Inithttps://research.cs.cornell.edu/1dsfm/ Regard3Dhttps://github.com/rhiestan/Regard3D MicMachttps://github.com/micmacIGN/micmac MonocularSfMhttps://github.com/nebula-beta/MonocularSfM MVStudiohttps://github.com/LiangliangNan/MVStudio DeepSfMhttps://github.com/weixk2015/DeepSFM TeleSculptorhttps://github.com/Kitware/TeleSculptor DAGSfMhttps://github.com/AIBluefisher/DAGSfM ODMhttps://github.com/OpenDroneMap/ODMhttps://www.opendronemap.org/

Plotly Save as SVG button

Default plotly toolbar has download as png option. In order to save your graph as svg, below configuration is working on graph object which is default available in plotly express…

Terminal Tricks

Using Ctrl keys Ctrl + a : move to the beginning of line.Ctrl + d : if you've type something, Ctrl + d deletes the character under the cursor, else,…
Windows Optimizations

Windows Optimizations

Sysinternals Suite https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite Autoruns - https://learn.microsoft.com/en-us/sysinternals/downloads/autorunsZoomIT - https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit PowerToys https://learn.microsoft.com/en-us/windows/powertoys/installhttps://github.com/microsoft/PowerToyshttps://apps.microsoft.com/detail/xp89dcgq3k6vld WinUtil Chris Titus https://github.com/ChrisTitusTech/winutil Vukilis Win11 Optimizer Debloater https://github.com/vukilis/Windows11-Optimizer-Debloater DISM Commands (one by one) Dism.exe /online /Cleanup-Image /StartComponentCleanupDism.exe /online /Cleanup-Image…