Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View akshaykarthik's full-sized avatar

Akshay Karthik akshaykarthik

View GitHub Profile
@akshaykarthik
akshaykarthik / Brewfile
Created July 23, 2020 19:14
brew bundle base
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
cask "adoptopenjdk8"
brew "autojump"
brew "aws-iam-authenticator"
brew "awscli"
brew "bat"
brew "curl"
@akshaykarthik
akshaykarthik / find_area.py
Created March 2, 2016 14:53
Computer Science Group Question 2
import math
# assume data is tuples of the form ((x, y), r)
def find_area(large, smalls):
def distance(first, second):
a, b = first[0]
c, d = second[0]
return math.hypot(c-a, d-b)
def area(circle):

Keybase proof

I hereby claim:

  • I am akshaykarthik on github.
  • I am akshaykarthik (https://keybase.io/akshaykarthik) on keybase.
  • I have a public key whose fingerprint is BE92 764D 822F 96AF F3C7 79AC 2D68 0EA6 2471 F5E5

To claim this, I am signing this object: