Skip to content

Instantly share code, notes, and snippets.

View svenevs's full-sized avatar
🙃

Stephen McDowell svenevs

🙃
View GitHub Profile
@svenevs
svenevs / COVID19_Cleaner_Choices.md
Last active July 21, 2020 10:52
COVID 19 Cleaner Choices

I need to buy cleaning products, stores are always hit or miss with what is available.

So I scrapped this together quickly to be able to have some backup options, sorted by contact time required to kill.

Hopefully it helps you 🙂

TLDR: just go to the EPA list and the dropdown choose all, then search for your cleaning product. Most Clorox products are low contact time but some are not. It depends on what you are cleaning, e.g. bathroom products are harsher / faster, but will ruin some things if used outside restroom.

@svenevs
svenevs / todo.md
Created May 25, 2020 19:40
pdockerfiles 5/25/2020
  • Check if freeze sh script works for alpine (branch of ubuntu)
  • Do the switch to maintenance notes in MAINTENANCE.md and add note for ubuntu specific updates
RUN apt-get -q --no-allow-insecure-repositories update \
 && apt-get install --assume-yes --no-install-recommends \
      software-properties-common \
 && add-apt-repository ppa:hvr/ghc \
 && apt-get install --assume-yes --no-install-recommends \
      ghc-8.8.3=8.8.3-* \
@svenevs
svenevs / README.md
Created October 26, 2017 16:18
Unofficial installation guide for librealsense with OpenMP support on OSX

Unofficial Installation Guide for librealsense on OSX

These instructions are for how to build librealsense on OSX with OpenMP support.

Install the Dependencies

Setup Brew (the OSX Package Manager)

@svenevs
svenevs / keybase.md
Created September 28, 2017 05:59
keybase.md

Keybase proof

I hereby claim:

  • I am svenevs on github.
  • I am svenevs (https://keybase.io/svenevs) on keybase.
  • I have a public key ASCAraeY9coQHr3JRzbMXJphBbGozTIOBHw_2u8mIgV2rQo

To claim this, I am signing this object:

@svenevs
svenevs / gravizo.md
Last active October 26, 2022 23:06
Having trouble using Gravizo? Cheat the system

What is Gravizo?

Gravizo is a really cool tool to display graphs in your README.

What is the Problem?

Lately, none of their examples seem to be working for me. I don't like using the indirect method, because it means that if the indirect breaks or is no longer public or whatever, who

@svenevs
svenevs / tex_table_verts.py
Last active January 5, 2021 03:06
Hack to get vertical rules in pandoc generated latex tables.
# left shebang empty for you to change. you do you
import re
import sys
import copy
########################################################################################
# #
# License: CC0 -- do whatever the hell you want with this. I hope it works for you! #
# Love, Sven. #
# #