LovetheFrogs

↗ HN profile [ 26.2 ms ] full profile
Karma
46
Created
June 1, 2022 (4y ago)
Submissions
0
  1. I've created a tool that helps plan graph networks for the best possible connections between nodes. The idea is for it to be used as a kind of underground system planner. I am still working on improving the algorithms…

  2. Iḿ developing a python package which allows to develop digital circuits. It currently has modules for logic gates, multiplexers and latches; and the next version will include adders, shift registers, and even a simple…

  3. I released a new version containing Multiplexers. Next on the list is adding adders and modules to perform basic operations.

  4. PyCircTools is a python library that allows any programmer to create circuits with it. It is currently a work in progress and as for today, v0.0.3 is the most recent release. It just has logic gates, custom exceptions…