- 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* For browser console */ | |
console.log("Hello, World!"); | |
/* For HTML document */ | |
document.write("Hello, World!"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
width: 100vw; // cause a horizontal scroll bar, if height > 100vh | |
min-width: 320px; | |
max-width: 100%; // 100vw bugfix, https://codepen.io/CiTA/pen/zYBmYBJ | |
min-height: 100vh; | |
overflow-x: hidden; // 100vw bugfix, https://codepen.io/CiTA/pen/zYBmYBJ | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Milan Aryal Gulpfile (https://milanaryal.com.np) | |
* Copyright 2020 Milan Aryal | |
* Licensed under MIT (https://github.com/MilanAryal/milanaryal.github.io/blob/master/LICENSE) | |
*/ | |
'use strict'; | |
// Load plugin(s) | |
const { src, dest, series, parallel, watch } = require('gulp'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "milanaryal.github.io", | |
"title": "Milan Aryal", | |
"url": "https://milanaryal.com.np", | |
"description": "Build assets for milanaryal.com.np", | |
"main": "gulpfile.js", | |
"scripts": { | |
"fresh": "rm -rf _site node_modules; npm install", | |
"build": "gulp", | |
"watch": "gulp watch", |
Here's an example of how to embed a Gist on GitHub Pages:
{% gist 5555251 %}
All you need to do is copy and paste the Gist's ID from the URL (here 5555251
), and add it to a gist
tag surrounded by {%
and %}
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<title>Site Title</title> | |
<link rel="stylesheet" href="/assets/css/style.min.css"> |
I hereby claim:
- I am MilanAryal on github.
- I am milanaryal (https://keybase.io/milanaryal) on keybase.
- I have a public key whose fingerprint is 310B 1544 4945 F1A3 108E B0A7 B51C F15F F0E9 5927
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<a href="http://www.asdo3IRJ395295jsingrkrg4.com" data-proofer-ignore="true">broken link!</a> | |
<a href="#anadaasdadsadschor" data-proofer-ignore=true>Anchor relative to nothing</a> | |
<a href="../whaadadt.html" data-proofer-ignore>Relative to nothing</a> |
NewerOlder