Skip to content

Instantly share code, notes, and snippets.

View etcadinfinitum's full-sized avatar
🧿
doing non-GitHub things

Lee Zee etcadinfinitum

🧿
doing non-GitHub things
  • Google
  • Boulder, CO
View GitHub Profile

Test

This is a line with a sentence. Adding line breaks to this block should continue the blockquote.

@etcadinfinitum
etcadinfinitum / test.md
Last active January 26, 2023 19:23
Nested dropdown elements in github markdown?

Big dropdown test energy

This is a big hidden section
  • Things
  • Stuff
  • More stuff
@etcadinfinitum
etcadinfinitum / ctci_writeups.md
Last active January 27, 2020 18:38
A guide to writing up a CTCI problem for ACM's interview prep workshop.
<html>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<body>
<table border="1">
<tr>
<th>Artist</th>
<th>Album</th>
<th>Tracks</th>
</tr>
<tr>

Keybase proof

I hereby claim:

  • I am etcadinfinitum on github.
  • I am etcadinfinitum (https://keybase.io/etcadinfinitum) on keybase.
  • I have a public key whose fingerprint is B584 80CF 00B5 3D82 4243 47D3 27B2 4C84 5D72 6A7B

To claim this, I am signing this object:

@etcadinfinitum
etcadinfinitum / .bashrc
Last active November 28, 2018 00:58
PS1 Fun
# fancy colored prompt
export COLOR_LIGHT_GREEN='\e[1;32m'
export COLOR_LIGHT_PURPLE='\e[1;35m'
export COLOR_GRAY='\e[1;30m'
export COLOR_NC='\e[0m'
export COLOR_TEAL='\e[36m'
path () {
if [ $(pwd) == "/" ]; then
:
@etcadinfinitum
etcadinfinitum / c++ compilation notes
Last active September 3, 2018 00:39
Notes for myself (in advance of UW Bothell BootUp sessions)
/*
Say you have 2 files:
hello.cpp --> has main()
fib.cpp --> has no main()
You also have a header file for fib.cpp
fib.h --> contains method signature for fib.cpp
All files are in the same directory
*/
// fib.cpp must (?) have a header file declaring the method signature.
@etcadinfinitum
etcadinfinitum / crouton start options
Created September 2, 2018 19:33
Crouton launch options (CLI, GUI, etc)
# to start in CLI mode
sudo enter-chroot [-n chrootname]
# start xfce4 (normal mode - full screen, use Ctrl-Alt-[Arrow] to switch back to ChromeOS
sudo startxfce4
# start xfce4 in a new chromeOS tab
sudo startxfce4 -X xiwi-tab
@etcadinfinitum
etcadinfinitum / .vimrc
Last active July 20, 2018 23:12
for when i press space or the laptop gets stolen again
" run pathogen
execute pathogen#infect()
" turn on 256-color terminal where supported
set t_Co=256
" favorite color scheme seen thus far
" to get, clone this: https://github.com/thayerwilliams/vimbrant.git
colorscheme vimbrant