-
Have 2-4 people, in-house, doing forecasting of key things. This would be used for forecasting with low weights/stars. It would hopefully speed up work by a lot, because right now we need to wait on M…
-
以下方法failQQ
```javascript
var rob = function(root) {
let robs = {}
let unRobs = {}
function run(node, parent) {
if (!node) return 0
if (parent) {
i…
-
Recursion:
- 跑不過所有測試,heap out of memory
- 推測要用 DP
```javascript
var rob = function(nums) {
if (nums.length === 0) return 0
if (nums.length {
if (index === length - 1 && record.…
-
there currently doesn't exist a place to fit the following house support offices (and their websites which is what i care about for the next day or two) . proposal is to create another file like `hous…
-
After all the plays are in, players may attempt to guess which other player made which play. Correct guesses will be notified once the winner is picked. Guesses will be made in private but correct gue…
-
-
I have seen addresses in ADRESSE.csv that do not have a house number. Those I have found have set GNRADRESSE to 1. Examples:
```
"6115920";"20635";"02195";"9800";"007015";"20635001";"";;"";"";;"";…
-
House model upgrade wishlist (and tracking):
1 Completed
2 Completed, but could use some additional work
3 In progress
4 Specified
5 No work started
2 Add a latent cooling model.
- A limited curve f…
-
House model upgrade wishlist (and tracking):
1 Completed
2 Completed, but could use some additional work
3 In progress
4 Specified
5 No work started
2 Add a latent cooling model.
- A limited curve f…
-
### What happened?
I added a TuYa TS0601_smart_air_house_keeper - it functions as intended, but it appears to be over-reporting multiple times a second. I have lowered the precision of temperature an…