Skip to content

Instantly share code, notes, and snippets.

View ahsanu123's full-sized avatar
😶‍🌫️

Ahsanu Amala ahsanu123

😶‍🌫️
View GitHub Profile
@weshouman
weshouman / Makefile
Last active June 8, 2024 18:57
arduino cli tips
VERSION=0.14.0
SPECIFIER=arduino-cli_${VERSION}_Linux_64bit
BINDIR=/usr/local/bin/
# - Avoid redownloading
# - Avoid overwriting
# - To overwrite, use make uninstall
install:
TMPDIR=/tmp/$(SPECIFIER) && \
mkdir -p $${TMPDIR} && \
@ullaskunder3
ullaskunder3 / README.md
Last active October 24, 2025 11:09
Detail flutter installation without android studio just using cmdline-tools, git, cmd
@StephanTLavavej
StephanTLavavej / videos.md
Last active January 8, 2026 11:25
C++ Videos by Stephan T. Lavavej

C9 Lectures

BoostCon (now known as C++Now)

  • 2009: I am not aware of recordings for my talks "C++0x Support in Visual Studio 2010" and "The Parallel Patterns Library in Visual Studio 2010". You aren't missing anything, though.
  • 2010: "Data Structure Visualizers in Visual Studio 2010" is irrelevant as the old visualizer machinery has been completely replaced by something much better (and documented).
  • 2012: Regex In C++11 And Boost
@mikeslattery
mikeslattery / .idea-lazy.vim
Last active January 12, 2026 09:55
LazyVim mappings for Jetbrains IDEs
" ~/.idea-lazy.vim
" LazyVim mappings for Jetbrains IDEs
" Required plugins. https://plugins.jetbrains.com/bundles/7-ideavim-bundle
" IDEAVim
" Which-Key
" IdeaVim-Sneak
" To install, add this to the top of your ~/.ideavimrc: