Skip to content

Instantly share code, notes, and snippets.

View neilk's full-sized avatar

Neil Kandalgaonkar neilk

View GitHub Profile
@neilk
neilk / PageRank in Python from Wikipedia example.ipynb
Created January 21, 2019 18:38 — forked from sebastien-bratieres/PageRank in Python from Wikipedia example.ipynb
IPython notebook to illustrate an algorithm to compute PageRanks.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neilk
neilk / galaxy.applesoft.txt
Created May 1, 2019 02:04
Galaxy applesoft basic
10 HGR2: HCOLOR=3
11 R0 = 70
12 TAU = 6.282
13 SCREENX = 279: SCREENY = 191
15 CENTERX = INT(SCREENX / 2): CENTERY = INT(SCREENY / 2)
16 LINEDOTS = 3
17 R = R0
18 CIRCUM = TAU*R0: S = 1
19 J = 0:
20 REM J-LOOP