Latest

.vscode-server folder cleanup

Easy way to clean up this folder is actually deleting it completely but extensions are also in that folder. In my case, I have extracted the extension list to txt file,remove the folder completelyinstall the extensions from extension list txt file Extracting extensions list to txt file Run below command...

14.05.2025

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

11.02.2025

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 config file (.agc)LMv1.0_General+Sabre_18in1 (.agc)LM2025 SF v1 (.agc)

22.01.2025

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 verticallyctrl+shift+b after % split screen horizontallyctrl+shift+b after “

22.11.2024

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/

25.10.2024

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 but not mentioned or documented in graph objects. Python configuration options documentation page: https://plotly.com/python/configuration-options/ Javascript configuration options documentation page: https://plotly.com/javascript/configuration-options/...

26.09.2024

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, it escapes the current shell.Ctrl + e : move to the end of line.Ctrl + k : delete all text...

21.08.2024