Skip to content

Instantly share code, notes, and snippets.

View adamsau's full-sized avatar
🏁

Adams Au adamsau

🏁
  • OKX
  • Hong Kong
View GitHub Profile
@adamsau
adamsau / cvat.conf.template
Last active May 16, 2024 04:45
computer vision annotation tool (CVAT) nginx docker-compose yml (release-2.1)
server {
listen 80;
server_name _ default;
return 404;
}
server {
listen 80;
server_name ${CVAT_HOST};
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active July 28, 2024 15:27
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\