Skip to content

Instantly share code, notes, and snippets.

View lapolonio's full-sized avatar
👨‍💻
probably learning something

Leonardo Apolonio lapolonio

👨‍💻
probably learning something
  • Washington DC
View GitHub Profile
@lapolonio
lapolonio / config_list
Created June 25, 2020 20:33
Files used to config command line
~/.aws/
~/.kube/
~/.zshrc
~/.p10k.zsh
@lapolonio
lapolonio / brew list
Created June 25, 2020 20:19
installed brew packages
gdbm jq libidn2 [email protected] tree
gettext kompose libunistring python utf8proc
go kubernetes-cli ncurses readline wget
helm kustomize node sqlite xz
icu4c libevent oniguruma tmux yarn
@lapolonio
lapolonio / Dockerfile
Created March 31, 2020 03:33
Docker used to run trax. Please see our Dockerfile below as a reference. Additionally we identified matplotlib-backend as the root cause of the import-crash. We set the matplotlib-backend to GTK3Agg and by invoking matplotlib.pyplot before importing trax
ARG UBUNTU_VERSION=18.04
ARG ARCH=
ARG CUDA=10.1
FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
ARG ARCH
ARG CUDA
ARG CUDNN=7.6.5.32-1
ARG CUDNN_MAJOR_VERSION=7
ARG LIB_DIR_PREFIX=x86_64
ARG LIBNVINFER=6.0.1-1
smbutil view //'WORKGROUP;leo:test'@ninjapiratewiz
@lapolonio
lapolonio / Technical Interview Guidelines.md
Last active April 21, 2018 06:19
Technical Interview Guidelines
@lapolonio
lapolonio / run.sh
Created February 27, 2018 20:28
Maven Awesomeness
# use installed jars with profiles for a specific module
mvn verify -P <profiles -rf :<module> -o
@lapolonio
lapolonio / tableflips.md
Last active January 24, 2018 16:17
Tableflips
Table Flip Cmd / Description Tableflip
/tableflip (╯°□°)╯︵ ┻━┻
/tableflip adorable [word] (づ。◕‿‿◕。)づ ︵ ┻━┻
/tableflip battle (╯°□°)╯︵ ┻━┻ ︵ ╯(°□° ╯)
/tableflip bear [word] ʕノ•ᴥ•ʔノ ︵ ┻━┻
/tableflip bomb ( ・_・)ノ⌒●~*
/tableflip bored [word] (ノ゜-゜)ノ ︵ ┻━┻
/tableflip buffet (╯°□°)╯︵ ┻━━━┻
/tableflip cry [word] (╯'□')╯︵ ┻━┻
@lapolonio
lapolonio / README.md
Last active March 22, 2022 15:02
Mac Setup
  1. install spotify https://www.spotify.com/us/download/mac/
  2. install whatsapp https://www.whatsapp.com/download
  3. install authy https://authy.com/download/
  4. install slack https://slack.com/downloads/mac
  5. install postman https://www.postman.com/downloads/
  6. install sublime text https://www.sublimetext.com/3
    1. open sublime from command line https://ashleynolan.co.uk/blog/launching-sublime-from-the-terminal
  7. install docker https://www.docker.com/products/docker-desktop
  8. install vscode https://code.visualstudio.com/docs/setup/mac#_installation
  9. Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
yarn logs -applicationId application_1510850272434_0098
yarn application -kill application_1496071732413_1565
MAIN_JAR=`ls -1t /path/to/file-*[0-9]-SNAPSHOT.jar | head -1`
scp ${MAIN_JAR} lapolonio@server:lib/