Pinned Repositories
atom
:atom: The hackable text editor
EBS-GroundControl_2022
Updated to Python 3.9.x Kivy 2.0
franciscouzo.github.io
gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
heekscnc
Automatically exported from code.google.com/p/heekscnc
logincoinadvanced
pcr1000
pidcodes.github.com
Website for pid.codes
r3
Rebol (R3) source code
TheOncomingStorm's Repositories
TheOncomingStorm/pcr1000
TheOncomingStorm/atom
:atom: The hackable text editor
TheOncomingStorm/EBS-GroundControl_2022
Updated to Python 3.9.x Kivy 2.0
TheOncomingStorm/franciscouzo.github.io
TheOncomingStorm/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
TheOncomingStorm/heekscnc
Automatically exported from code.google.com/p/heekscnc
TheOncomingStorm/logincoinadvanced
TheOncomingStorm/pidcodes.github.com
Website for pid.codes
TheOncomingStorm/r3
Rebol (R3) source code
TheOncomingStorm/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.
TheOncomingStorm/turbot
Automatically exported from code.google.com/p/turbot
TheOncomingStorm/webcamstudio_vloopback
v4l2-loopback device
TheOncomingStorm/widget-3dviewer
The amazing 3D viewer that is the centerpiece of ChiliPeppr. It knows how to parse Gcode to show it as a 3D representation. Has a simulator built in for the tool path. Also has numerous pubsub signals defined to enable 3rd party tools to inject 3D objects into the viewer.
TheOncomingStorm/widget-axes
The Axes widget shows the XYZA values of the axes of your CNC controller. It also enables you to jog, home, change units, and change Work Coordinate Systems.
TheOncomingStorm/widget-macro
Use macros inside of ChiliPeppr.
TheOncomingStorm/widget-spjs
The essential widget if you want your workspace to talk to the Serial Port JSON Server (SPJS). This widget enables numerous pubsub signals so you can publish to SPJS and receive data back when you subscribe to the appropriate signals.
TheOncomingStorm/widget-wcs
The Work Coordinate System widget is a visual display to let you easily toggle between your G53 through G59 layers of coordinates as well as turn on G92 temporary coordinates. The visualization of layers helps the user understand how work coordinate systems work.
TheOncomingStorm/word-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.