Skip to content

Instantly share code, notes, and snippets.

View arturbekasov's full-sized avatar

Artur Bekasov arturbekasov

View GitHub Profile
@arturbekasov
arturbekasov / macros.sty
Last active June 7, 2021 13:09
Latex macros
\usepackage{amsmath,amsfonts,amssymb,bm,mathtools}
%\usepackage[usenames,dvipsnames]{xcolor}
\newcommand{\vect}[1]{\mathbf{#1}} % Vector
\newcommand{\mat}[1]{\mathbf{#1}} % Matrix
\newcommand{\vx}{\vect{x}}
\newcommand{\vw}{\vect{w}}
\newcommand{\vv}{\vect{v}}
\newcommand{\vy}{\vect{y}}
@arturbekasov
arturbekasov / NewTab
Last active September 11, 2018 13:42
Minimal Chrome extension to replace new tab HTML
To use:
1. Download both new_tab.html and manifest.json to a single new directory.
2. Go to chrome://extensions/.
3. Enable "Developer mode" in the top right.
4. Click “Load unpacked extension…” and select the directory from step 1.
5. Click Ctrl/Cmd+T and enjoy.
@arturbekasov
arturbekasov / nips2017-arxiv-papers.md
Last active December 1, 2017 20:02
NIPS2017 papers which have [easy-to-find] arXiv preprints
@arturbekasov
arturbekasov / 0_reuse_code.js
Created September 15, 2017 15:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console