Blog 2023/2/3
Scheme man pages
The Schemedoc team has created a repository of man pages for Scheme functions.
Installation:
SDL=$(shell sdl-config --cflags --libs) | |
default: snake run | |
run: snake | |
./snake | |
snake: snake.c | |
gcc -std=c99 -Wall -Werror -O2 $(SDL) snake.c -o snake |
SDL=$(shell sdl-config --cflags --libs) | |
default: gravity run | |
run: gravity | |
./gravity | |
gravity: gravity.c | |
gcc -std=c99 -Wall -Werror $(SDL) gravity.c -o gravity |
Blog 2023/2/3
The Schemedoc team has created a repository of man pages for Scheme functions.
Installation:
// | |
// main.m | |
// Project1 | |
// | |
// Created by Mac User on 12/22/22. | |
// Copyright __MyCompanyName__ 2022. All rights reserved. | |
// | |
#import <Cocoa/Cocoa.h> |
Blog 2022/10/18
<- previous | index | next ->
I threw together a quick series of Arduino sketches to measure the relative performance
Blog 2022/9/26
<- previous | index | next ->
The Marlin 3D printer firmware project has support for setting travel limits:
Blog 2022/9/18
<- previous | index | next ->
In late 2018, the Creality Ender 3 shipped with the Melzi 1.1.3 board:
Blog 2022/8/7
<- previous | index | next ->
Here is an Arduino sketch which reads values
https://xdevs.com/doc/HP_Agilent_Keysight/HP%20E3610A,%2011A,%2012A%20Operating%20&%20Service.pdf