Skip to content

Instantly share code, notes, and snippets.

View Victornovikov's full-sized avatar
💭

Victor Victornovikov

💭
  • Moscow / San Francisco
View GitHub Profile
@Victornovikov
Victornovikov / readme.md
Created December 18, 2020 15:25 — forked from benstr/readme.md
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

@Victornovikov
Victornovikov / gmail_api_app.md
Last active December 18, 2020 15:41
Interacting with google services over API Google App script vs APIs

Interacting with google services over API Google App script vs APIs

One can use two differenta approaches when developing an app that interfaces with google applicattions

  1. Google App Script
  2. Google APIs.

Google App Script

This path mostly focues on automating tasks when working with G Suite (Google Workspaces) apps. Think MS Office / Excel Macro.

@Victornovikov
Victornovikov / math_for_ml.md
Last active December 18, 2020 03:08
Math for ML
# https://hub.docker.com/_/python/
FROM buildpack-deps:stretch
# ensure local python is preferred over distribution python
ENV PATH /usr/local/bin:$PATH
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
date open high low close volume
2009-01-02 8772.25 9080.57 8725.1 9034.69 4048270000
2009-01-05 9027.13 9093.47 8841.7 8952.89 5413910000
2009-01-06 8954.57 9175.19 8868.07 9015.1 5392620000
2009-01-07 8996.94 8996.94 8690.45 8769.7 4704940000
2009-01-08 8769.94 8807.14 8593.52 8742.46 4991550000
2009-01-09 8738.8 8800.45 8541.75 8599.18 4716500000
2009-01-12 8599.26 8653.97 8391.85 8473.97 4725050000
2009-01-13 8474.61 8584.68 8325.59 8448.56 5567460000
2009-01-14 8446.01 8446.01 8097.95 8200.14 5407880000