I hereby claim:
- I am bjacobowski on github.
- I am bpj (https://keybase.io/bpj) on keybase.
- I have a public key whose fingerprint is 2251 77D8 8DA8 3536 FC26 69C0 A86E 4558 3FC9 7F2C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| "****************************************************************************** | |
| " ~/.vimrc | |
| " [email protected] | |
| "****************************************************************************** | |
| set nocompatible " be iMproved | |
| "------------------------------------------------------------------------------ | |
| " General | |
| "------------------------------------------------------------------------------ |
| # Remove space within numbers (ie bad OCR) | |
| :%s/\([0-9]\) \([0-9.]\)/\1\2/g |
| """ | |
| parallel_coordinates seasonality example | |
| """ | |
| import math | |
| import datetime as dt | |
| import numpy as np | |
| import pandas as pd | |
| import matplotlib.pyplot as plt |
| Set objShell= CreateObject("Shell.Application") | |
| Set objFolder= objShell.Namespace("C:\Users\Brian\.fonts\powerline-fonts\DejaVuSansMono") | |
| Set objFolderItem1=objFolder.ParseName("DejaVu Sans Mono Bold for Powerline.ttf") | |
| Set objFolderItem2=objFolder.ParseName("DejaVu Sans Mono Bold Oblique for Powerline.ttf") | |
| Set objFolderItem3=objFolder.ParseName("DejaVu Sans Mono for Powerline.ttf") | |
| Set objFolderItem4=objFolder.ParseName("DejaVu Sans Mono Oblique for Powerline.ttf") | |
| objFolderItem1.InvokeVerb("Install") | |
| objFolderItem2.InvokeVerb("Install") | |
| objFolderItem3.InvokeVerb("Install") |
| try { | |
| Install-WindowsUpdate -AcceptEula | |
| Update-ExecutionPolicy Unrestricted | |
| Move-LibraryDirectory "Personal" "$env:UserProfile\google drive\documents" | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Set-TaskbarSmall | |
| Enable-RemoteDesktop | |
| #utilities | |
| cinst 7zip |
| curl -u 'bjacobowski' https://api.github.com/user/repos -d '{\"name\":\"projectname\",\"description\":\"This project is a test\"}' | |
| git remote add origin [email protected]:bjacobowski/projectname.git | |
| git push origin master |