I do the following on a per project basis.
If you don't have virtualenv installed, install it globally by running pip install virtualenv
from any folder. If that didn't work because you have no pip
try pip3 install virtualenv
instead.
/** | |
* Returns the URL of a hyperlinked cell, if it's entered with hyperlink command. | |
* Supports ranges | |
* @param {A1} reference Cell reference | |
* @customfunction | |
*/ | |
function linkURL(reference) { | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
var formula = SpreadsheetApp.getActiveRange().getFormula(); | |
var args = formula.match(/=\w+\((.*)\)/i); |
I do the following on a per project basis.
If you don't have virtualenv installed, install it globally by running pip install virtualenv
from any folder. If that didn't work because you have no pip
try pip3 install virtualenv
instead.
.DS_Store | |
node_modules | |
npm-debug.log | |
yarn.lock | |
package.lock |
ME | |
WI VT NH | |
WA ID MT ND MN IL MI NY MA | |
OR NV WY SD IA IN OH PA NJ CT RI | |
CA UT CO NE MO KY WV VA MD DE | |
AZ NM KS AR TN NC SC | |
OK LA MS AL GA | |
HI AK TX FL |
Keeling Curve
click chart
Visualizing stable/unstable equilibria in K-Means unsupervised learning algorithm. Each run follows the path of the mean converging as shown here
K-Means Unsupervised Learning Algorithm. Also see K-Means Equilibria here.
Generating clusters of random points
Generating random points to get a sense of the shape and distribution.
Moiré spiral patterns resulting from translating, rotating, as well as scaling random points. As described by Tadashi Tokieda on Numberphile