Skip to content

Instantly share code, notes, and snippets.

View kevinlu1248's full-sized avatar
👨‍💼
Living in Office

Kevin Lu kevinlu1248

👨‍💼
Living in Office
View GitHub Profile
@braun-steven
braun-steven / lily58-keyboard.org
Created August 12, 2019 22:52
Lily58 Pro Parts List
@vipul43
vipul43 / williamlin_cpp_template.cpp
Created July 18, 2020 16:36
william lin cpp template for competitive programming
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ld long double
#define ar array
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
@kevinlu1248
kevinlu1248 / install.sh
Last active September 11, 2023 05:12
Sweep Sandbox Install from Source
#!/bin/bash
CYAN='\033[0;46m'
WHITE='\033[1;37m'
RED='\033[0;31m'
NC='\033[0m' # No Color
echo -e "\n${CYAN}${WHITE}### Starting Setup Script ###${NC}\n"
# Function to display message and exit when a command fails