Skip to content

Instantly share code, notes, and snippets.

View listout's full-sized avatar

Brahmajit Das listout

View GitHub Profile
@listout
listout / gist:03224ff371b149e3b8cdf0bde88564a7
Created December 25, 2024 08:40
Neovim gcc 15 build failure log
mkdir -p ".deps"
/usr/bin/cmake -S /home/bdas/neovim//cmake.deps -B ".deps" -G "Ninja"
-- The C compiler identification is GNU 15.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found GNU Make at /usr/bin/gmake
-- CMAKE_BUILD_TYPE=RelWithDebInfo
@listout
listout / gist:18b5594b19ab632b812e59a0374e437b
Created September 5, 2024 09:24
6.11.0-rc5 kernel config for Thinkpad E14
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.11.0-rc6 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 14.2.1_p20240817 p4) 14.2.1 20240817"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=140201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24301
@listout
listout / .clang-format
Last active July 8, 2024 11:39
ESP-IDF .clangd and .clang-format
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: false
AlignOperands: true
AlignTrailingComments: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakAfterReturnType: AllDefinitions
BinPackArguments: false
BinPackParameters: false
@listout
listout / log.txt
Created October 27, 2023 10:19
Output log
~/Documents/esp-prjs/spp_server 8s
>> idf.py flash monitor
Executing action: flash
Serial port /dev/ttyUSB0
Connecting.....
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting....
Detecting chip type... ESP32
Running ninja in directory /home/bdas/Documents/esp-prjs/spp_server/build
Executing "ninja flash"...
@listout
listout / 4chin.css
Created April 10, 2023 19:28
My 4chan style sheet
:root {
--main-bg: #1a1b26;
--main-fg: #c0caf5;
--post-bg: #1a1b26;
--border: #24283b;
--second-bg: #161620;
--name: #7aa2f7;
--grey: #565f89;
--placeholder: #c0caf578;
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:7000
load:0x40078000,len:15452
ho 0 tail 12 room 4
load:0x40080400,len:3840
0x40080400: _init at ??:?
entry 0x4008064c
@listout
listout / dwm_config_pulseaudio.h
Created October 21, 2021 09:35 — forked from palopezv/dwm_config_pulseaudio.h
dwm volume control with hardware multimedia keys (pulseaudio)
/**
* dwmconfig.h
* Hardware multimedia keys
*/
/* Somewhere at the beginning of config.h include: */
/*
You obviously need the X11 development package installed, but here is the upstream copy
of this header if you can't bother using the contents of your own hard drive. ;-P
https://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h
@listout
listout / .gitignore
Last active August 16, 2021 17:58 — forked from kogakure/.gitignore
Git: .gitignore file for LaTeX projects
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
@listout
listout / cnn_imp.ipynb
Created July 25, 2021 07:33
cnn_imp.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@listout
listout / Don't use Vim.md
Created July 18, 2021 16:44 — forked from romainl/Don't use Vim.md
Don't use Vim for the wrong reasons

Don't use Vim

Don't do the crime, if you can't do the time.

-- Anthony Vincenzo "Tony" Baretta

Vim is an amazing text editor. I love it. Really, I wouldn't [organize][organize] a Vim advent calendar if I didn't. But, as amazing as it is, Vim is not for everyone. It can't solve all your problems, or be a TUI version of your favorite IDE, or make you a better programmer, or land you that dream job in the Bay Area. But Vim can help you be more mindful, focused, and efficient, as long as you approach it with the right mindset.

Don't get me wrong, I certainly welcome you to try Vim, but I'm not a proselyte. I don't thrive on newbies. I just want you to use the right tool for the job and not waste your—and anyone's—time on a fruitless quest.