Skip to content

Instantly share code, notes, and snippets.

View adgelbfish's full-sized avatar

Avraham David Gelbfish adgelbfish

View GitHub Profile
0427489844d76969d2f44a201e11a1928b4662731ed90b2cbce3c428d3e6d7095ee2c5401ecdcff7f70dcb807abb4235cf2966be2d67d07c81f571cbd61564f0f3

Keybase proof

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:

<!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>
@adgelbfish
adgelbfish / index.html
Last active October 2, 2017 16:42
Array() vs new Array() #jsbench #jsperf (https://jsbench.github.io/#7b48f58cffa817630c45e726e17e196a) #jsbench #jsperf
<!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'