TheNerdyYeti's Stars
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
massgravel/Microsoft-Activation-Scripts
Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.
yt-dlp/yt-dlp
A feature-rich command-line audio/video downloader
jekyll/jekyll
:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
DarkFlippers/unleashed-firmware
Flipper Zero Unleashed Firmware
bgstaal/multipleWindow3dScene
A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage
MarlinFirmware/Marlin
Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
flipperdevices/flipperzero-firmware
Flipper Zero firmware source code
Klipper3d/klipper
Klipper is a 3d-printer firmware
SoftFever/OrcaSlicer
G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
goinaction/code
Source Code for Go In Action examples
EONRaider/blackhat-python3
Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
mlech26l/ncps
PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
kyleisah/Klipper-Adaptive-Meshing-Purging
A unique leveling solution for Klipper-enabled 3D printers!
dekuNukem/duckyPad
Do-It-All Mechanical Macropad
pro1code1hack/Your-Journey-To-Fluent-Python
Your Journey To Fluent Python
jschuh/klipper-macros
A collection of useful macros for the Klipper 3D printer firmware
zencq/NomNom
NomNom is the most complete savegame editor for NMS but also shows additional information around the data you're about to change. You can also easily look up each item individually to examine its attributes, independently of a savegame, or get other useful information that are not related to a specific savegame (but enhanced if one is loaded).
cbergoon/merkletree
A Merkle Tree implementation written in Go.
monk1337/resp
Fetch Academic Research Papers from different sources
DAGINATSUKO/www-rpcs3
This is a responsive website designed to house and promote the progress of RPCS3, an open-source PlayStation 3 emulator and debugger written in C++. This repository is regularly updated.
Turge08/print_area_bed_mesh
Create bed mesh for print area only
kyroy/kdtree
A k-d tree implementation in Go.
webtoolsgroup/InstantWP
InstantWP is a complete standalone, portable WordPress development environment.
goinaction/goinactionbook
Source Code for Go In Action book official website
ILDAR9/spatiotemporal_blockdag
pforemski/go-kdtree
A kd-tree implementation in Golang
NucciTheBoss/python_gnu_parallel_test_roar
A simple test for ICDS's migration to RHEL7 using python, conda, and some self-generated data
alexpissinoumakki/adversarial_seizure_detection
Code for paper Adversarial Representation Learning for Robust Patient-Independent Epileptic Seizure Detection which has been accepted by the IEEE Journal of Biomedical and Health Informatics (J-BHI).
TheNerdyYeti/priority-queue
A priority queue implementation in Golang.