Skip to content

Instantly share code, notes, and snippets.

View sherbondy's full-sized avatar

Ethan Sherbondy sherbondy

View GitHub Profile
@sherbondy
sherbondy / mediapipe_hands_world_space.py
Created December 2, 2023 07:07 — forked from eldog/mediapipe_hands_world_space.py
Google Mediapipe Hand Tracking to World Space using OpenCV solvePnP, rendered in OpenGL using PyGame
# MIT License
#
# Copyright (c) 2023 Foxdog Studios
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@sherbondy
sherbondy / gist:301194
Created February 11, 2010 03:49 — forked from anonymous/gist:301125
load db
appcfg.py upload_data --config_file=college_loader.py --filename=college_list.csv --kind=College --has_header --url=http://localhost:8083/remote_api /Users/ethan/Pyapps/GAE/in-yet
from google.appengine.ext import db
q = db.GqlQuery("SELECT __key__ FROM College")
db.delete(q)