Skip to content

Instantly share code, notes, and snippets.

View weirdestnerd's full-sized avatar

Olu David Gbadebo weirdestnerd

View GitHub Profile
//Calculates runtime for the elevator
public int runtime(int dstfl, int curflr) {
return ( (dstfl - curflr) * 30 ) / totflr;
}
import java.io.*;
import java.util.*;
import java.security.*;
class User{
String username;
String pw;
String msd_pw;
static String role;
import os
import requests
import textract
import tabula
import PyPDF2
import calendar
from functools import reduce
import pandas as pd
def get_from_url(url=''):