Skip to content

s3e8/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misc

forth todo:

forth words

  • forget
  • [ ]

compile sqlite with: gcc -c lib/sqlite3/sqlite3.c -o lib/sqlite3/sqlite3.o -lpthread -ldl create static lib with: ar rcs lib/sqlite3/libsqlite3.a lib/sqlite3/sqlite3.o

compile db.c with: gcc db.c -Llib/sqlite3 -lsqlite3 -o db -lpthread -ldl

  • or - compile all in one go: gcc db.c lib/sqlite3/sqlite3.c -o db -lpthread -ldl

?s

emacs way to quit how to block less for input?

tty todo:

literate scripting for tracker engine... ``` means switch to blocks maybe? hm idk

nice-to-haves:

  • brightness control

About

just tinkering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages