Hi, I am Satya!
I am currently CTO at WayLit. This is my personal profile where I contribute to open-source software and have a few odd-ball projects
My favored languages are Python and TypeScript. In the past, I have programmed in SKILL and Tcl/Tk
snmishra - Overview
{{ message }}
snmishra
Follow
snmishra/README.md
I am currently CTO at WayLit. This is my personal profile where I contribute to open-source software and have a few odd-ball projects
My favored languages are Python and TypeScript. In the past, I have programmed in SKILL and Tcl/Tk
ftd2xx/ftd2xx ftd2xx/ftd2xx Public
Python library around FTDI D2XX. Looking for new maintainer
gmid.py gmid.py
1
# Python script for plotting curves for gm/Id method design
2
# MIT license. https://opensource.org/licenses/MIT
3
import sys
4
import os
5
sys.path.append(os.path.expanduser('~/src'))