Skip to content

Instantly share code, notes, and snippets.

# Write a program that maintains a wardrobe where N is the number of drawers in the wardrobe and M is the capacity of each drawer.
# Each garment has a name, type, color, and the capacity it takes up
# Type of garment can be Shirt, Sweater, Shorts, Pants, or Dress
# Each drawer should only hold one type of garment
# Garments can be added to the wardrobe one at a time
# Once a drawer is full, an empty drawer can be filled with that same garment type
# Garments should be able to be removed based on color or a combination of color and type
from dataclasses import dataclass
DOTFILES=$HOME/.dotfiles
git clone --bare https://github.com/vasyharan/dotfiles.git $DOTFILES/
function dotfiles {
git --git-dir=$DOTFILES/ --work-tree=$HOME $@
}
dotfiles config status.showUntrackedFiles no
### Keybase proof
I hereby claim:
* I am vasyharan on github.
* I am haran (https://keybase.io/haran) on keybase.
* I have a public key whose fingerprint is 4B9D 179E 51D9 46B2 977F CDE9 A158 AB97 FEEB 9A53
To claim this, I am signing this object: