This file contains 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
Dim searchDict As Object | |
Dim lastSearchRangeAddress As String | |
Function buscarMontos(lookupValue As Variant, searchRange As Range, resultRange As Range, Optional numResultadosEsperados As Integer = 1) As Variant | |
' Definir variables | |
Dim originalLookupValue As Variant | |
Dim currentLookupValue As Variant |
This file contains 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
setInterval(function(){ | |
if($(".count").length==0){ | |
var grid = $(".grid.x4").get(0); | |
var boxes = grid.getElementsByClassName("fa"); | |
var classes=[]; |
This file contains 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
setInterval(function(){ | |
if($(".count").length==0){ | |
var grid = $(".grid.x4").get(0); | |
var boxes = grid.getElementsByClassName("fa"); | |
var classes=[]; |
This file contains 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
var time =5 | |
function part2(map, boxes){ | |
if($("div.second").length>=25){ | |
for(var i=0;i<25;i++){ | |
var b = boxes[i]; | |
var pos = parseInt(b.innerText); | |
map[pos]=b; | |
} |