Skip to content

Instantly share code, notes, and snippets.

View Pengor's full-sized avatar
🍮
Doing flantastic

Drew M Johnson Pengor

🍮
Doing flantastic
View GitHub Profile
@Pengor
Pengor / IteratedToTimed.py
Created April 8, 2015 03:27
Converts iterated data to timed data. For use with OpenBCI output files.
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("in_file", type=str)
parser.add_argument("out_file", type=str)
args = parser.parse_args()
inFile = open(args.in_file,'r')
outFile = open(args.out_file,'w')

Keybase proof

I hereby claim:

  • I am pengor on github.
  • I am pengor (https://keybase.io/pengor) on keybase.
  • I have a public key ASD-gDXTeNMPQl-O1CJeVaCbg3RAElpV75cmEhrWOWBt-go

To claim this, I am signing this object:

@Pengor
Pengor / drew.omp.json
Created July 7, 2023 17:53
Oh My Posh theme for PowerShell
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffee58",
"style": "plain",
"template": " \uf0e7 ",