Skip to content

Instantly share code, notes, and snippets.

View aakashrshah's full-sized avatar
🎯
Focusing

Aakash Shah aakashrshah

🎯
Focusing
View GitHub Profile
[tool.poetry]
name = "rubber-duck"
version = "0.1.0"
description = ""
authors = ["rubber.duck <rubber.duck@dp.com>"]
readme = "README.md"
packages = [{include = "rubber"}, {include = "duck"}, {include = "data"}, {include = "wrapper"}]
[tool.poetry.dependencies]
python = "^3.10"
@aakashrshah
aakashrshah / Code.gs
Last active December 23, 2020 21:52
Google App Script to generate Calendar and Habit Tracker in Google Sheets.
// https://bit.ly/2021_habit_tracker
var monthName = [
'January',
'February',
'March',
'April',
'May',
'June',
'July',