Skip to content

Instantly share code, notes, and snippets.

View milanaryal's full-sized avatar

Milan Aryal milanaryal

View GitHub Profile
@milanaryal
milanaryal / hello-world.js
Created June 4, 2022 05:19
JavaScript "Hello, World!" program
/* For browser console */
console.log("Hello, World!");
/* For HTML document */
document.write("Hello, World!");
@milanaryal
milanaryal / break-time-reminder-app.md
Last active September 24, 2023 05:07
An app that reminds you to take breaks when working on your computer.
  • Big Stretch Reminder - Big Stretch is a free light-weight reminder tool that prompts a user to take regular breaks and helps prevent the symptoms of RSI. Alternatively it can be a simple reminder program to tell you when it’s your coffee break!
  • EyeLeo - A handy PC application that regularly reminds you to take short breaks for your eyes.
  • Stretchly / GitHub Repo - A cross-platform open source app that reminds you to take breaks when working on your computer.
  • Workrave - A free program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). It monitors your keyboard and mouse usage and using this information, it frequently alerts you to take microbreaks, rest breaks and restricts you to your daily computer usage.