Posts tagged code
19 posts
Midnight Commander
Midnight Commander Development Center
GitHub - akshetP/robotics-resources: A complete library of resources that caters to all levels of Roboticists.
A complete library of resources that caters to all levels of Roboticists. - akshetP/robotics-resources
ROS opencv camera driver that uses cv::VideoCapture
ROS opencv camera driver that uses cv::VideoCapture - OTL/cv_camera
Using a Markov chain to generate readable nonsense with 20 lines of Python
Describes a simple Markov chain algorithm to generate reasonable-sounding but utterly nonsensical text, and presents some example outputs as well as a Python implementation.
karpathy/nanoGPT: The simplest, fastest repository for training/finetuning medium-sized GPTs.
This looks useful, which is why I am linking to it, I haven't tried it or anything: "The simplest, fastest repository for training/finetuning medium-sized GPTs. - karpathy/nanoGPT: The simplest, fastest repository for training/finetuning medium-sized GPTs.
ggerganov/whisper.cpp: Port of OpenAI's Whisper model in C/C++
Port of OpenAI's Whisper model in C/C++. Contribute to ggerganov/whisper.cpp development by creating an account on GitHub.
A Complete Guide to Lock Convoys | Dave Kilian's Blog
A very interesting concept and scenario that affects scale in surprising ways. In the category of everything old is nee again, this was identified and named back in the 1970’s!
highlight.js demo
demos/follow.py at master · UbiquityRobotics/demos
Robot demos. Contribute to UbiquityRobotics/demos development by creating an account on GitHub.
jrlandau/fiducials-1: Simultaneous localization and mapping using fiducial markers.
Simultaneous localization and mapping using fiducial markers. - jrlandau/fiducials-1: Simultaneous localization and mapping using fiducial markers.
Scalable architecture without magic (and how to build it if you’re not Google)
Scalability is considered a hard problem to tackle. It’s always presented like it’s something magical done with secret, special tools that only big, million ...
Ruby one-liners
Introducing Alan - Alan Application Platform
Write what look like rich applications while writing very little code. Looks interesting but I’ve not tried it
uohzxela/clean-code-ruby
Nice summary of good coding practices. Ruby specific.
Things I Don’t Know as of 2018
Funny and true.
Papers With Code : the latest in machine learning
This site shows off research papers which include the code to run. Very nice!
Writing Pretty Code — Ruby Style
You may or may not agree with these formatting ideas.
Goodbye, Clean Code — Overreacted
DRY. Everything in moderation. On rules and knowing when to break them.