Skip to content

Instantly share code, notes, and snippets.

View Mineinjava's full-sized avatar
🐢
Writing errors deleting code

Marcus Kauffman Mineinjava

🐢
Writing errors deleting code
  • United States / Mars
View GitHub Profile
@Mineinjava
Mineinjava / README.md
Created September 22, 2021 04:21
Watchy-Life

Watchy-Life

Adaptation of Conoway's game of life for Watchy-Screen

This code assumes a couple of things:

  1. You have a 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
  2. You are putting these files into a src/Screens directory (see where the default screens go in Watchy-Screen

Much of the logic in this code is taken from here. Thus, most of the comments are incorrect.

@Mineinjava
Mineinjava / iMessage Retriever.md
Last active June 27, 2021 03:52
iMessage Retriever Sql

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