I hereby claim:
- I am adgelbfish on github.
- I am adgelbfish (https://keybase.io/adgelbfish) on keybase.
- I have a public key ASDmbdYBok5do2q8K9BtGxaiZj01Pl1JE_rPeLZG2fce8Ao
To claim this, I am signing this object:
| 0427489844d76969d2f44a201e11a1928b4662731ed90b2cbce3c428d3e6d7095ee2c5401ecdcff7f70dcb807abb4235cf2966be2d67d07c81f571cbd61564f0f3 |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Array() vs new Array()</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Array() vs new Array() #jsbench #jsperf</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| import voluptuous as vol | |
| import asyncio | |
| import homeassistant.helpers.config_validation as cv | |
| from homeassistant.components.climate import ClimateDevice | |
| from homeassistant.const import CONF_URL | |
| from homeassistant.const import TEMP_FAHRENHEIT | |
| DOMAIN = 'mitsubishicontroller' |