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
| @echo off | |
| :ADMIN | |
| openfiles >nul 2>nul ||( | |
| echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | |
| echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | |
| "%temp%\getadmin.vbs" >nul 2>&1 | |
| goto:eof | |
| ) | |
| del /f /q "%temp%\getadmin.vbs" >nul 2>nul |
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
| <div class="cont"> | |
| <div class="title"> | |
| <h1>stars<span>.css</span></h1> | |
| </div> | |
| <div class="stars"> | |
| <form action=""> | |
| <input class="star star-5" id="star-5" type="radio" name="star"/> | |
| <label class="star star-5" for="star-5"></label> | |
| <input class="star star-4" id="star-4" type="radio" name="star"/> | |
| <label class="star star-4" for="star-4"></label> |
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
| man | |
| kvinna | |
| är | |
| pojke | |
| flicka | |
| jag | |
| en | |
| han | |
| hon | |
| ett |
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
| #!/usr/bin/env ruby | |
| #requires osx fsevent | |
| #requires growl with network registration enabled (at least once) | |
| #requires the below rubygems | |
| #requires rsync | |
| require 'rubygems' | |
| require 'rb-fsevent' | |
| require 'ruby-growl' |