Blog 2023/2/3
<- previous | index | next ->
Scheme man pages
The Schemedoc team has created a repository of man pages for Scheme functions.
serve: serve.c | |
gcc -std=c99 -Wall -Werror -O3 -o serve serve.c | |
clean: | |
rm -f serve | |
.PHONY: clean |
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
<- previous | index | next ->
The Schemedoc team has created a repository of man pages for Scheme functions.
// | |
// 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