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> | |
<html> | |
<head> | |
<script> | |
var data | |
var formId = 'form' | |
function drawForm() { | |
if (!data) return | |
var outputEl = document.getElementById(formId); |
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
; =================================================================================== | |
; AHK Version ...: AHK_L 1.1.11.01 x64 Unicode | |
; Win Version ...: Windows 7 Professional x64 SP1 | |
; Author ........: jNizM | |
; Script ........: HDD_Temp_Monitor.ahk | |
; Description ...: HDD Temp Monitor | |
; License .......: WTFPL | |
; =================================================================================== | |
; GLOBAL SETTINGS =================================================================== |