Recent posts

TAB PARTY 10-21-20

less than 1 minute read

Can we scrape linked in to get the job history and job description of our members?

daily log 10.21.20

less than 1 minute read

How to pretty print all the supervisors into a nice column

dailylog 10-16-20

less than 1 minute read

class Solution(object): def flipAndInvertImage(self, A): """ :type A: List[List[int]] :rtype: List[List[int]] """ ...