Skip to content

Instantly share code, notes, and snippets.

View csgeeek's full-sized avatar
🚀
Hustlin'

Balaji Yaswanth Vankala csgeeek

🚀
Hustlin'
View GitHub Profile
@csgeeek
csgeeek / cp-template.cpp
Created May 4, 2023 20:27
My CP template
#include<bits/stdc++.h>
using ll = long long;
using ld = long double;
using namespace std;
#define endl "\n";
#define ff first
#define ss second
#define mee cout << "me" << "\n";
#define all(x) x.begin(), x.end()
@csgeeek
csgeeek / init.vim
Last active September 27, 2022 19:05
My simple NeoVim Config
:set number
:set relativenumber
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
call plug#begin()
@csgeeek
csgeeek / tf-prac.ipynb
Created August 3, 2022 18:49
tf-prac.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csgeeek
csgeeek / upc-extraction.ipynb
Last active August 4, 2022 03:47
upc-extraction.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.