Skip to content

Instantly share code, notes, and snippets.

View anishg24's full-sized avatar

Anish Govind anishg24

View GitHub Profile
{
"meta": {
"theme": "even",
"colors": {
"background": ["#ffffff", "#191e23"],
"dimmed": ["#f3f4f5", "#23282d"],
"primary": ["#191e23", "#fbfbfc"],
"secondary": ["#6c7781", "#ccd0d4"],
"accent": ["#0073aa", "#00a0d2"]
},
@anishg24
anishg24 / .vimrc
Last active December 18, 2022 14:19
My custom vimrc file for all distros that can support it.
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@anishg24
anishg24 / code.py
Created March 27, 2022 22:44
Adafruit MatrixPortal M4 Zoom Room Sign
# API PART
import board
import busio
from digitalio import DigitalInOut
import adafruit_requests as requests
import adafruit_esp32spi.adafruit_esp32spi_socket as socket
from adafruit_esp32spi import adafruit_esp32spi
# Get wifi details and more from a secrets.py file
try: