Highlights
Block or Report
Block or report getaaron
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
vaccine-spotter Public
Make your computer beep when there’s COVID-19 vaccine availability in your zip code
-
1
function sudoku(puzzle) {
2while (!isSolved(puzzle)) {
3for (x = 0; x < 9; x++) {
4for (y = 0; y < 9; y++) {
5puzzle[y][x] = digit(puzzle, x, y);
-
149 contributions in the last year
Less
More
Activity overview
Contributed to
fastlane/fastlane,
getaaron/weather,
getaaron/roth-conversion-pdf
and 28 other
repositories
Contribution activity
June 2023
4
contributions
in private repositories
Jun 1 – Jun 5