Skip to content
View snmishra's full-sized avatar

Block or report snmishra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
snmishra/README.md

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

Pinned Loading

  1. ftd2xx/ftd2xx ftd2xx/ftd2xx Public

    Python library around FTDI D2XX. Looking for new maintainer

    Python 75 65

  2. emacs-netlist-modes emacs-netlist-modes Public

    Emacs SPICE/spectre/Eldo netlist modes

    Emacs Lisp 8 4

  3. 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'))
  4. doxverilog doxverilog Public

    Forked from ewa/doxverilog

    Eric's branch of Doxverilog (doxygen + doxverilog patch)

    C++