~/pito salas
home blog link blog pages + new post
admin

Posts tagged #code

20 posts

  • 2026-04-15

    A brief history of C/C++ programming languages

    Initially, we had languages like Fortran (1957), Pascal (1970), and C (1972). Fortran was designed for number crunching and scientific computing. Pascal was restrictive with respect to low-level access (it was deliberately "safe", as meant for teaching structured programming). So C won out as a language that allowed low-level/unsafe programming (pointer arithmetic, direct memory access) … Continue reading A brief history of C/C++ programming languages

  • 2026-03-25

    Backtracking - Hamiltonean Cycles

  • 2025-07-04

    Midnight Commander

    Midnight Commander Development Center

  • 2024-06-24

    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

  • 2024-02-19

    ROS opencv camera driver that uses cv::VideoCapture

    ROS opencv camera driver that uses cv::VideoCapture - OTL/cv_camera

  • 2024-01-10

    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.

  • 2023-01-11

    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.

  • 2022-12-11

    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.

  • 2022-11-29

    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!

  • 2022-06-10

    highlight.js demo

  • 2022-04-01

    demos/follow.py at master · UbiquityRobotics/demos

    Robot demos. Contribute to UbiquityRobotics/demos development by creating an account on GitHub.

  • 2022-03-29

    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.

  • 2022-01-05

    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 ...

  • 2021-04-06

    Ruby one-liners

  • 2021-04-06

    Introducing Alan - Alan Application Platform

    Write what look like rich applications while writing very little code. Looks interesting but I’ve not tried it

  • 2021-04-06

    uohzxela/clean-code-ruby

    Nice summary of good coding practices. Ruby specific.

  • 2021-04-06

    Things I Don’t Know as of 2018

    Funny and true.

  • 2021-04-06

    Papers With Code : the latest in machine learning

    This site shows off research papers which include the code to run. Very nice!

  • 2021-04-06

    Writing Pretty Code — Ruby Style

    You may or may not agree with these formatting ideas.

  • 2021-04-06

    Goodbye, Clean Code — Overreacted

    DRY. Everything in moderation. On rules and knowing when to break them.

© Salas Blog. All rights reserved.