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
| <# | |
| .SYNOPSIS | |
| Naplanovane automaticke vypnutie pocitaca s GUI notifikaciami. | |
| .DESCRIPTION | |
| Skript sa spusti, zobrazi odpocet a v nastaveny cas vypne pocitac. | |
| Pred vypnutim zobrazi notifikacie (Windows Forms dialog) v nastaveny pocet minut. | |
| Notifikacia sa zobrazi na monitore, kde sa nachadza myskovy kurzor. | |
| .PARAMETER Times | |
| Zoznam casov vypnutia vo formate HH:MM. Default: 19:05 | |
| .PARAMETER NotifyMinutes |
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
| @media (min-width: 360px) and (max-width: 991px) { | |
| body { | |
| color: blue; | |
| } | |
| } | |
| @media (min-width: 576px) { | |
| body { | |
| color: red; | |
| } | |
| } |
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 | |
| # Script: osmc-java-jdownloader-installer.sh | |
| # Author: Jozef Pažin | |
| # Description: Wizard to install the current version of java and/or jdownloader on raspberry pi running osmc. | |
| # License: MIT | use arbitrarily, attribution is not required | |
| # How to run: | |
| # - Check if this code is correct first because this script need to be run under root and run gist | |
| # from web is not recommended in terms of security only that you know exactly what it does. Check it: | |
| # curl -Ls https://gist.github.com/atiris/34dc670264274b3a472f2a718e4de83a/raw | nano - |