This file contains hidden or 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
| #!/bin/bash | |
| # add to sudoers | |
| # username ALL = (root) NOPASSWD: /usr/sbin/rtcwake | |
| DATE="$@" | |
| SONG="$HOME/.usr/share/alarm.mp3" | |
| if ! command -v mplayer &>/dev/null | |
| then |
This file contains hidden or 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
| license: mit |
This file contains hidden or 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
| document.body.style.background = "rgba(127,255,127,0.3"; |
This file contains hidden or 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> | |
| <meta charset="utf-8"> | |
| <h1>Iframe content</h1> | |
| <p><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam et enim odio. Cum ea officiis itaque a, ratione, ipsum nobis unde vitae inventore nisi, veniam, iusto quod cupiditate ducimus labore!</span><span>Ipsa eius animi repellat nisi vitae id, dolor amet, obcaecati optio possimus tempore ad. Officia, facere tempore quo aliquam voluptate, est a fuga impedit debitis sed, modi officiis totam recusandae.</span></p> | |
| <p><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Placeat autem voluptatibus accusantium eaque, cupiditate voluptatem quisquam libero eligendi, blanditiis voluptate illo, at vero officiis odio ullam quo. Esse, praesentium, ipsum.</span><span>Accusamus eos iure, magnam adipisci, saepe, numquam officiis dolores nam sunt praesentium ratione cumque harum ipsum fugiat doloremque eius temporibus facere quis aspernatur animi. Perspiciatis deserunt architecto non autem quibusdam!</span></p> | |
| <p><span>Lorem ipsum do |
This file contains hidden or 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> | |
| <meta charset="utf-8"> | |
| <h1>Iframe content</h1> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod doloribus a | |
| modi ullam officia dolore, ea quisquam est. Asperiores, voluptates similique | |
| impedit aperiam, dignissimos nihil possimus itaque ex tenetur laborum!</p> | |
| <p>Quae ipsa, excepturi temporibus ullam quasi corrupti possimus? Unde | |
| provident, non, nulla molestiae veniam reprehenderit soluta. Consequuntur | |
| inventore repellendus numquam, facere, nostrum et officia suscipit fugiat | |
| aperiam modi harum beatae.</p> <p>Corrupti aut aspernatur ut quaerat maiores |
This file contains hidden or 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
| /** | |
| * Retrieves or stores a value inside local storage. | |
| * If only the first parameter is specified, the value is retrieved from local storage. | |
| * If a value to store is specified, maxAge must also be specified after which the value is | |
| * considered invalid and removed during successive retrievals. | |
| * @param name key name to set or retrieve | |
| * @param value value to store | |
| * @param maxAge number of hours until expiration | |
| */ | |
| function storage(name, value, maxAge) { |
This file contains hidden or 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
| license: mit |
This file contains hidden or 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
| license: mit |
This file contains hidden or 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
| license: mit |
This file contains hidden or 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
| license: mit |
NewerOlder