Skip to content

Instantly share code, notes, and snippets.

View znd4's full-sized avatar
💭
robots

Zane Dufour znd4

💭
robots
  • VWGOA
  • Auburn Hills, MI
View GitHub Profile
@znd4
znd4 / example.py
Created December 6, 2023 21:35
interview sample code
from frclib import Robot, Controller, get_environment
def main():
ROBOTS = [Robot()]
controller = Controller()
while True:
environment = get_environment()
for robot in ROBOTS:
control_loop(robot, environment, controller)
@znd4
znd4 / pyproject.toml
Last active November 14, 2021 13:00
Poetry Missing Extras Dependency (3.10)
[tool.poetry]
name = "poetry-issue"
version = "0.1.0"
description = ""
authors = ["Zane Dufour <zane@znd4.me>"]
readme = "README.md"
packages = [{ include = "poetry_issue" }]
[tool.poetry.dependencies]
python = "^3.10"
@znd4
znd4 / pyproject.toml
Last active November 14, 2021 13:00
Poetry Missing Extras Dependency (3.9)
[tool.poetry]
name = "poetry-issue"
version = "0.1.0"
description = ""
authors = ["Zane Dufour <zane@znd4.me>"]
readme = "README.md"
packages = [{ include = "poetry_issue" }]
[tool.poetry.dependencies]
python = "^3.9"
@znd4
znd4 / Pok3r.ahk
Last active November 2, 2021 15:17 — forked from JarvisPrestidge/Pok3r.ahk
Personal AutoHotKey script that turns any keyboard into a Pok3r.
#CommentFlag //
#InstallKeybdHook
// Author: Jarvis Prestidge
// Description: Simulates my preferred keyboard layout, similiar to that of the Pok3r 60% keyboard
// on any keyboard without programmable keys. i.e. my laptop ^^
// <COMPILER: v1.1.22.00>
@znd4
znd4 / kmedoids_plot_test.ipynb
Created July 1, 2018 13:24
kmedoids visualization example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.