execute the below sql on the ~/Library/Messages/chat.db
to retrieve the most recent 10 messages (can be changed with the LIMIT
keyword.
Adapted from NiftyCode's iMessage Reader
this file will only be present on MacOS
execute the below sql on the ~/Library/Messages/chat.db
to retrieve the most recent 10 messages (can be changed with the LIMIT
keyword.
Adapted from NiftyCode's iMessage Reader
this file will only be present on MacOS
Adaptation of Conoway's game of life for Watchy-Screen
This code assumes a couple of things:
shared.h
file with a MainScreen
function that returns to the main screen. If you don't, you will need to adjust the lifegame.h
src/Screens
directory (see where the default screens go in Watchy-ScreenMuch of the logic in this code is taken from here. Thus, most of the comments are incorrect.