Skip to content

Instantly share code, notes, and snippets.

View synchronizing's full-sized avatar

Felipe synchronizing

View GitHub Profile
import typing
class Module():
def __new__(cls, *args, **kwargs):
type_hints = typing.get_type_hints(cls)
arguments = {}
# Takes care of the kwargs terms.
for name, value in kwargs.items():
# For use with VirtualBox for COP4600.
# Make sure to update (if needed) all of the vm_ variables below.
# To check your vm name do:
#
# VBoxManage list vms
#
# Add the code below somewhere in your ~/.bash_profile.
# Type 'vm help' for all the available commands.
alias vm='virtual_machine'
# PYENV Setup
eval "$(pyenv init -)"
# Open shell directly on desktop.
cd ~/Desktop
alias h='echo "
@Personal
h Opens this help dialogue.
drive cd into Google drive folder.