Skip to content

Instantly share code, notes, and snippets.

View JLiu1272's full-sized avatar
💥
Trying to take the crypt out of crypto at @coinbase

Jennifer Liu JLiu1272

💥
Trying to take the crypt out of crypto at @coinbase
View GitHub Profile
Note: These commands only apply to Debian
Resource: https://opensource.com/article/18/8/how-install-software-linux-command-line
Installing Apps on Linux:
`sudo apt install <app-name>`
Uninstalling an app via apt is also super easy:
`sudo apt remove app_name`
CURL COMMANDS
Auth_Token: AUTH_tked6a45449d034facb8d46572847c0076
4 Things To Pay Attention To:
- Building an API that allows you to Add multiple objects into a container
- Creating an API for a set of Metadata
- Cannot upload files that are greater than 5GB, Build an API that will do automatic segmentation
- No longer using AWS, so we should build an API that allows objects to be added to both Clouds (Swift & Azure)
from __future__ import print_function
import cv2
import json
import numpy as np
import socket
import sys
import pickle
import os
from time import sleep
import time