Skip to content

Instantly share code, notes, and snippets.

View opencubicles's full-sized avatar

OpenCubicles opencubicles

View GitHub Profile
@opencubicles
opencubicles / salesTaxByState.JSON
Created October 12, 2022 08:31 — forked from suryadutta/salesTaxByState.JSON
State Sales Tax Values
[
{
"State": "Alabama",
"Abbreviation": "AL",
"State Tax Rate": 0.04,
"State Tax Rank": 40,
"Local Tax Rate": 0.051,
"Combined Tax Rate": 0.091,
"Combined Rank": 5
},
# touch bla.txt
# git init
# git add -A
# git commit -a -m 'initial commit'
# git remote add laravel git://github.com/laravel/laravel.git
# git fetch laravel
# git checkout -b framework laravel/master