Skip to content

Instantly share code, notes, and snippets.

View tiagoleonmelo's full-sized avatar
🐝

Tiago Melo tiagoleonmelo

🐝
View GitHub Profile
#!/usr/bin/env python
# coding: utf-8
# In[6]:
import json
with open("orders.json", "r") as f:
orders = json.load(f)
#!/bin/bash
#installation
sudo yum update -y
sudo yum install java-1.7.0-openjdk-devel.x86_64 -y
sudo yum install git -y