I hereby claim:
- I am Kovrinic on github.
- I am kovrinic (https://keybase.io/kovrinic) on keybase.
- I have a public key whose fingerprint is CB9A 8622 A7D4 1BC7 84B7 95F4 0DC3 E65A F0B7 D3D0
To claim this, I am signing this object:
#!/usr/bin/env python | |
import wpilib | |
from wpilib.drive import DifferentialDrive | |
DEBUG = True | |
#DEBUG = False | |
class MyRobot(wpilib.TimedRobot): | |
"""Main robot class""" |
I hereby claim:
To claim this, I am signing this object:
# one or the other, NOT both | |
[url "https://github"] | |
insteadOf = git://github | |
# or | |
[url "[email protected]:"] | |
insteadOf = git://github |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Custom vim for Matthew, hey thats me | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" First Created: 02/05/2015 | |
" Current Edit: 01/01/2017 | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Pathogen is an improved plugin manager for Vim | |
" http://www.bestofvim.com/plugin/pathogen/ |
#!/usr/bin/env python | |
# | |
# Matthew Rothfuss | |
# 10/13/2016 | |
# | |
# Purpose: | |
# Download all free ebooks (epub, mobi, pdf) from oreilly.com | |
# | |
# Overview: | |
# Runs in parallel threads, based on cpu count * 2 (i.e. 8 cpus * 2 = 16 threads) |
git clone https://github.com/Kovrinic/dotfiles.git ~/dotfiles
cd ~/dotfiles
## Initialize new computer
./bin/dotsync -I
## add the computer to ~/dotfiles/dotsyncrc under host section
## also fill in which files you want synced from home directory to dotfiles
#!/usr/bin/env python | |
# Still writing this, but wanted to share progress before creating a repo for this project | |
import os | |
import re | |
import traceback | |
path = "Person of Interest - 05x13 - Return 0.LOL.English.C.orig.Addic7ed.com.srt" | |
#################################################################################################### |
#!/bin/bash | |
#################### Description ###################### | |
# This is my atempt to make a script | |
# to update all git directories in a folder | |
# Last Updated 08/21/2015 | |
##################### Variables ####################### |
# Beets configuration -------------------------------------------------------- | |
# beets version 1.4.7 | |
# Python version 3.7.0 | |
# Matthew Rothfuss 10/03/2018 | |
directory: /datastore/media/pmslib/Music | |
library: /datastore/media/pmslib/Music/musiclibrary.blb | |
asciify_paths: yes | |
threaded: yes |