Skip to content

Instantly share code, notes, and snippets.

View dam6pl's full-sized avatar
🎯
Focusing

Damian Nowak dam6pl

🎯
Focusing
View GitHub Profile
@dam6pl
dam6pl / bonds.js
Last active August 4, 2022 06:30
Bonds compound interest
/**
* --- WHAT IS IT?
*
* This is a custom function for use in Google Sheets and allows you to count
* the compound interest of bonds from provided date to today.
*
* --- HOW TO USE IT?
*
* 1. Create a new one or open an existing Google Sheet.
* 2. Navigate to `Extensions => Apps Scripts` in the navigation bar.
@dam6pl
dam6pl / font-awesome.json
Last active April 3, 2019 06:26
Font awesome classes list JSON
{
"solid": [
{
"name": "ad",
"class": "fas fa-ad",
"unicode": "f641"
},
{
"name": "address-book",
"class": "fas fa-address-book",