Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import wpilib
from wpilib.drive import DifferentialDrive
DEBUG = True
#DEBUG = False
class MyRobot(wpilib.TimedRobot):
"""Main robot class"""

Keybase proof

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:

@Kovrinic
Kovrinic / .gitconfig
Last active April 11, 2024 11:50
git global url insteadOf setup
# one or the other, NOT both
[url "https://github"]
insteadOf = git://github
# or
[url "git@github.com:"]
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/
@Kovrinic
Kovrinic / oreillyurls_1.py
Last active December 17, 2023 13:39
Download all free ebooks (epub, mobi, pdf) from oreilly.com
#!/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)
@Kovrinic
Kovrinic / dotsync_install.md
Last active July 21, 2016 00:29
Initial install of custom dotsync
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
@Kovrinic
Kovrinic / addic7ed_srts.py
Created June 23, 2016 06:18
Clean addic7ed info from srt files
#!/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"
####################################################################################################
@Kovrinic
Kovrinic / gitup
Created May 8, 2016 22:07
This is my atempt to make a script to update all git directories in a folder
#!/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 #######################
@Kovrinic
Kovrinic / config.yaml
Last active November 30, 2023 00:27
my beets config file
# 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