Skip to content

joecwilson/tinyTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a pomodoro timer that fits in a B64 encoded qr code

image The QR code

Running the program

If given the binary as a binary simply run said binary. However if given as a qr code, you first have to decode the base64 file into a binary and can run said binary.

Compiling the program

Prerequisites for creating the binary

  • make
  • nasm
  • ld

Prerequisites for creating the qr encode

  • base64
  • qrencode

To compile run make build, while to create the qr code run make qrcode

Sources

This project would not have been possible without the use of A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux

About

A pomodoro timer designed to fit in a qr code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published