get("#348") -- rgb functions get("#388") -- rect functions get("#410") -- shrinkRectangle get("#380") -- hashImage get("#460") -- floodfill w, h = img.width, img.height g = 4 -- grid size gw, gh = math.floor(w/g), math.floor(h/g) -- width & height of grid grid = {} for gy = 0, h-g, g do for gx = 0, w-g, g do local min, max = 1, 0 for y = gy, gy+g-1 do for x = gx, gx+g-1 do local b = bright(rgb(img.getInt(x, y))) min, max = math.min(min, b), math.max(max, b) if min < 0.5 and max > 0.5 then grid[(gy/g)*gw+(gx/g)+1] = true goto next end end end ::next:: end end result = {} for y = 0, gh-1 do for x = 0, gw-1 do r = nil fill {{x, y}} if r then --table.insert(result, (x*g).."/"..(y*g).."-"..c) r = scaleRectangle(r, g) r = shrinkRectangle(r, img) local cropped = {width=r.width, height=r.height, getInt = function(x, y) return img.getInt(x+r.x, y+r.y) end} local hash = hashImage(cropped) table.insert(result, recttostring(r).." -> "..hash) end end end return "Floodfill: "..table.concat(result, "|")
Should produce identical results as #411 (currently standard segmenter)
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Image | Result | Result calculated |
---|---|---|
#1004153 | Floodfill: 10, 8, 51, 17 -> 00ed1c04 | 2016-08-08 16:40:04 Lua instructions: 121k [raw result] [visualize] |
#1004135 | Floodfill: 502, 0, 504, 1 -> 00006d3d|38, 11, 43, 22 -> 000dc296|49, 10, 99, 22 -> 00eb3473|106, 10,... | 2016-08-08 00:11:51 Lua instructions: 14351k [raw result] [visualize] |
#1004090 | Floodfill: 0, 0, 800, 444 -> 2448a28f|12, 11, 14, 15 -> 00007c33|320, 8, 354, 18 -> 004849f7|766, 10... | 2016-08-07 13:28:18 Lua instructions: 54610k [raw result] [visualize] |
#1004088 | Floodfill: 0, 0, 248, 95 -> 260b1ec5|248, 3, 249, 4 -> 0000336c|260, 0, 512, 99 -> 15b579bc|248, 8, ... | 2016-08-06 13:25:30 Lua instructions: 6175k [raw result] [visualize] |
#1000225 | Floodfill: 64, 0, 80, 16 -> 005f9f27|80, 4, 84, 8 -> 0005477c|84, 9, 87, 12 -> 0003b487|88, 14, 96, ... | 2016-08-06 01:00:19 Lua instructions: 994k (252 ms) [raw result] [visualize] |
#1004070 | Floodfill: 0, 0, 400, 400 -> 058e3869|216, 5, 245, 16 -> 0028dc82|366, 8, 372, 14 -> 00015b54|385, 8... | 2016-08-05 15:10:12 Lua instructions: 22655k [raw result] [visualize] |
#1004061 | Floodfill: 7, 5, 35, 15 -> 00085f77|40, 7, 63, 15 -> 001c6c72|69, 5, 71, 15 -> 00044d30|77, 4, 256, ... | 2016-08-05 13:31:14 Lua instructions: 12428k [raw result] [visualize] |
#1004060 | java.lang.OutOfMemoryError: Java heap space | 2016-08-05 13:07:21 [raw result] [visualize] |
#1000113 | Floodfill: 13, 17, 18, 22 -> 000ddb01|670, 17, 675, 22 -> 000367b5|21, 22, 37, 40 -> 00645074|280, 2... | 2016-08-04 08:54:19 Lua instructions: 43570k (4832 ms) [raw result] [visualize] |
#1000072 | Floodfill: 52, 26, 63, 32 -> 000e27c9|48, 28, 60, 48 -> 00738414|44, 32, 72, 56 -> 0060dd6f|40, 52, ... | 2016-08-04 03:43:23 Lua instructions: 839k (231 ms) [raw result] [visualize] |
#1000063 | Floodfill: 33, 21, 51, 28 -> 001aa155|30, 21, 76, 65 -> 01c3d4df|57, 52, 60, 56 -> 00055310|57, 52, ... | 2016-08-04 03:09:10 Lua instructions: 638k (80 ms) [raw result] [visualize] |
#1000146 | Floodfill: 3, 2, 17, 18 -> 0078fad9|6, 26, 24, 37 -> 0050d302|37, 26, 58, 37 -> 003b5b89|71, 26, 97,... | 2016-08-04 02:15:54 Lua instructions: 83184k (9214 ms) [raw result] [visualize] |
#1004009 | Floodfill: 80, 12, 97, 33 -> 00fdca55|33, 19, 46, 33 -> 004af56b|130, 16, 182, 28 -> 007fb569|187, 1... | 2016-08-03 17:19:01 Lua instructions: 13261k [raw result] [visualize] |
#1000015 | Floodfill: 6, 4, 46, 16 -> 00b47203|55, 4, 82, 14 -> 003fdbf6|90, 4, 164, 16 -> 002b286c|174, 4, 179... | 2016-08-03 10:28:24 Lua instructions: 257k (151 ms) [raw result] [visualize] |
#1000199 | Floodfill: | 2016-08-02 21:14:14 Lua instructions: 216902k [raw result] [visualize] |
#1000064 | Floodfill: 31, 21, 60, 65 -> 021664f9|56, 24, 64, 44 -> 0050af83 | 2016-08-02 17:19:23 Lua instructions: 570k (282 ms) [raw result] [visualize] |
#1000613 | Floodfill: 28, 0, 32, 4 -> 00021608|48, 3, 56, 8 -> 0003d9c1|68, 0, 72, 4 -> 0001bd91|420, 4, 436, 1... | 2016-08-01 20:30:19 Lua instructions: 99553k (10967 ms) [raw result] [visualize] |
#1000614 | Floodfill: 0, 36, 4, 40 -> 0001a541|4, 40, 8, 44 -> 0001245a|0, 44, 4, 48 -> 0003d8bb|476, 44, 480, ... | 2016-08-01 20:30:08 Lua instructions: 85940k (9475 ms) [raw result] [visualize] |
#1000611 | Floodfill: 12, 4, 24, 20 -> 0007eb3c|84, 4, 88, 8 -> 000169e7|108, 4, 120, 20 -> 001de2a5|136, 4, 14... | 2016-08-01 20:12:18 Lua instructions: 12565k (1416 ms) [raw result] [visualize] |
#1000600 | Floodfill: 332, 51, 364, 64 -> 00534368|364, 51, 375, 56 -> 000cf359|385, 51, 400, 56 -> 00094f80|40... | 2016-08-01 20:05:20 Lua instructions: 15882k (1753 ms) [raw result] [visualize] |
#1000418 | Floodfill: 8, 4, 28, 20 -> 00639a02|60, 4, 72, 20 -> 001de2a5|88, 4, 92, 12 -> 00015bfc|132, 4, 144,... | 2016-08-01 20:03:27 Lua instructions: 14793k (1762 ms) [raw result] [visualize] |
#1000576 | Floodfill: 84, 4, 96, 20 -> 001de2a5|132, 4, 136, 8 -> 000169e7|152, 4, 168, 20 -> 002a93ab|180, 4, ... | 2016-08-01 19:56:39 Lua instructions: 12566k (1381 ms) [raw result] [visualize] |
#1000558 | Floodfill: 36, 12, 84, 52 -> 01ac8d21|180, 16, 200, 48 -> 00fdf047|268, 16, 332, 68 -> 0769df41|176,... | 2016-08-01 19:53:46 Lua instructions: 20485k (2265 ms) [raw result] [visualize] |
#1000556 | Floodfill: 259, 14, 268, 23 -> 000937b0|228, 14, 427, 56 -> 09f6b1af|0, 22, 12, 38 -> 000ec0c4|30, 2... | 2016-08-01 19:45:27 Lua instructions: 34956k (3832 ms) [raw result] [visualize] |
#1000555 | Floodfill: 243, 1, 244, 2 -> 000028fe|252, 3, 256, 8 -> 000613ff|260, 0, 496, 60 -> 0b04d64f|256, 8,... | 2016-08-01 19:37:54 Lua instructions: 36219k (4019 ms) [raw result] [visualize] |
#1000553 | Floodfill: 154, 0, 199, 1 -> 00012729|205, 0, 224, 1 -> 000550e4|228, 0, 232, 1 -> 0000194f|236, 0, ... | 2016-08-01 19:28:33 Lua instructions: 14893k (1697 ms) [raw result] [visualize] |
#1000549 | Floodfill: 34, 11, 43, 20 -> 000937b0|46, 11, 84, 23 -> 0032489c|89, 11, 129, 20 -> 00314b84|6, 19, ... | 2016-08-01 19:24:20 Lua instructions: 3613k (447 ms) [raw result] [visualize] |
#1000547 | Floodfill: 718, 107, 720, 108 -> 000071e9|727, 106, 728, 107 -> 00002c6f|733, 105, 734, 106 -> 00003... | 2016-08-01 19:20:24 Lua instructions: 53768k (5968 ms) [raw result] [visualize] |
#1000546 | Floodfill: 4, 0, 28, 20 -> 00c82d82|200, 0, 220, 4 -> 0017d419|241, 0, 244, 4 -> 0001ea99|180, 4, 19... | 2016-08-01 19:13:47 Lua instructions: 5841k (657 ms) [raw result] [visualize] |
#1000545 | Floodfill: 56, 44, 212, 104 -> 070373cc|0, 60, 52, 92 -> 01353267|28, 64, 52, 76 -> 0025820d|24, 68,... | 2016-08-01 19:10:50 Lua instructions: 15137k (1685 ms) [raw result] [visualize] |
#1000544 | Floodfill: 170, 0, 207, 12 -> 0032f128|285, 0, 296, 32 -> 000a17f6|316, 0, 320, 3 -> 0001c60e|329, 0... | 2016-08-01 19:05:48 Lua instructions: 102819k (11345 ms) [raw result] [visualize] |
#1000543 | Floodfill: 560, 0, 572, 56 -> 00ad3bcb|440, 4, 456, 20 -> 001cfca8|464, 4, 500, 20 -> 00805213|504, ... | 2016-08-01 18:49:13 Lua instructions: 27721k (3072 ms) [raw result] [visualize] |
#1000519 | Floodfill: 3, 6, 17, 13 -> 0004e5c4|477, 9, 527, 21 -> 0081bad7|542, 9, 652, 18 -> 008e3805|658, 9, ... | 2016-08-01 18:37:00 Lua instructions: 100734k (11211 ms) [raw result] [visualize] |
#1000422 | Floodfill: 12, 4, 24, 20 -> 001de2a5|40, 4, 44, 12 -> 00031717|108, 4, 120, 20 -> 002067ae|132, 4, 1... | 2016-08-01 18:36:35 Lua instructions: 11864k (1512 ms) [raw result] [visualize] |
#1000421 | Floodfill: 16, 4, 24, 16 -> 000f2a72|40, 4, 48, 16 -> 0002888f|68, 4, 76, 16 -> 000f2a72|92, 4, 100,... | 2016-08-01 18:36:33 Lua instructions: 64360k (7352 ms) [raw result] [visualize] |
#1000425 | Floodfill: 8, 4, 28, 20 -> 00639a02|60, 4, 72, 20 -> 001de2a5|84, 4, 96, 20 -> 001de2a5|256, 4, 268,... | 2016-08-01 18:36:23 Lua instructions: 12303k (1370 ms) [raw result] [visualize] |
#1000444 | Floodfill: 76, 0, 80, 4 -> 00032f6c|116, 0, 121, 56 -> 000ee215|824, 0, 940, 608 -> 33c137c5|932, 0,... | 2016-08-01 18:36:21 Lua instructions: 103138k (11536 ms) [raw result] [visualize] |
#1000338 | Floodfill: 12, 4, 24, 20 -> 003b3bc0|36, 4, 48, 20 -> 00040269|56, 4, 76, 20 -> 00639a02|156, 4, 168... | 2016-08-01 18:04:34 Lua instructions: 9542k (1296 ms) [raw result] [visualize] |
#1000359 | Floodfill: 564, 0, 568, 8 -> 00070420|100, 12, 101, 13 -> 0000366e|111, 12, 119, 13 -> 0000ca23|124,... | 2016-08-01 18:04:33 Lua instructions: 23173k (2784 ms) [raw result] [visualize] |
#1000335 | Floodfill: 250, 170, 280, 172 -> 000bc20a|212, 172, 248, 200 -> 019c2d9e|284, 173, 291, 176 -> 0006a... | 2016-08-01 17:51:12 Lua instructions: 16427k (1792 ms) [raw result] [visualize] |
#1000336 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 17:50:46 [raw result] [visualize] |
#1000334 | Floodfill: 105, 104, 111, 112 -> 00037453 | 2016-08-01 17:48:58 Lua instructions: 2807k (328 ms) [raw result] [visualize] |
#1000333 | Floodfill: 8, 7, 28, 22 -> 0072304c|76, 11, 171, 23 -> 01f652a3|0, 22, 2, 31 -> 0003cb3e|65, 33, 87,... | 2016-08-01 17:43:22 Lua instructions: 2502k (281 ms) [raw result] [visualize] |
#1000332 | Floodfill: 35, 48, 220, 228 -> 1ae0d843|258, 49, 446, 238 -> 31d0d226|105, 67, 106, 68 -> 000031a2|1... | 2016-08-01 17:42:17 Lua instructions: 12016k (1336 ms) [raw result] [visualize] |
#1000327 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 16:53:51 [raw result] [visualize] |
#1000326 | java.lang.OutOfMemoryError: Java heap space | 2016-08-01 16:53:27 [raw result] [visualize] |
#1000325 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 16:42:25 [raw result] [visualize] |
#1000321 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 15:26:32 [raw result] [visualize] |
#1000316 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 14:56:53 [raw result] [visualize] |
#1000312 | java.lang.OutOfMemoryError: Java heap space | 2016-08-01 14:21:26 [raw result] [visualize] |
#1000309 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 14:21:21 [raw result] [visualize] |
#1000294 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 14:20:41 [raw result] [visualize] |
#1000289 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 14:19:39 [raw result] [visualize] |
#1000285 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:57:49 [raw result] [visualize] |
#1000283 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:51:12 [raw result] [visualize] |
#1000282 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:50:15 [raw result] [visualize] |
#1000279 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:45:26 [raw result] [visualize] |
#1000276 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:29:15 [raw result] [visualize] |
#1000275 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:12:45 [raw result] [visualize] |
#1000269 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 13:07:02 [raw result] [visualize] |
#1000268 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 12:52:47 [raw result] [visualize] |
#1000267 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 12:41:23 [raw result] [visualize] |
#1000262 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 12:21:00 [raw result] [visualize] |
#1000261 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 12:05:38 [raw result] [visualize] |
#1000259 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 11:45:22 [raw result] [visualize] |
#1000257 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 11:43:31 [raw result] [visualize] |
#1000253 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 11:38:09 [raw result] [visualize] |
#1000250 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 11:27:54 [raw result] [visualize] |
#1000248 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 11:09:50 [raw result] [visualize] |
#1000247 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 11:05:07 [raw result] [visualize] |
#1000245 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 10:49:38 [raw result] [visualize] |
#1000244 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 09:48:19 [raw result] [visualize] |
#1000243 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 09:38:30 [raw result] [visualize] |
#1000233 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 08:53:06 [raw result] [visualize] |
#1000230 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 08:41:41 [raw result] [visualize] |
#500 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 08:34:29 [raw result] [visualize] |
#499 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 08:34:28 [raw result] [visualize] |
#1000205 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 07:30:00 [raw result] [visualize] |
#1000206 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 07:29:59 [raw result] [visualize] |
#488 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 07:29:05 [raw result] [visualize] |
#1000209 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 07:17:07 [raw result] [visualize] |
#1000221 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 07:11:52 [raw result] [visualize] |
#1000220 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 07:03:49 [raw result] [visualize] |
#1000210 | LuaError: #422:7 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-08-01 07:02:32 [raw result] [visualize] |
#1000200 | Floodfill: | 2016-08-01 06:15:25 Lua instructions: 19055k (2041 ms) [raw result] [visualize] |
#1000198 | Floodfill: 296, 112, 304, 120 -> 000643ae|304, 118, 308, 124 -> 00009ec6|289, 120, 296, 132 -> 00058... | 2016-08-01 06:15:21 Lua instructions: 22687k (2637 ms) [raw result] [visualize] |
#1000197 | Floodfill: 0, 0, 1280, 820 -> 652df409|632, 1, 644, 12 -> 0000aa57|644, 6, 652, 16 -> 000446da|629, ... | 2016-08-01 06:15:16 Lua instructions: 130331k (14250 ms) [raw result] [visualize] |
#1000203 | Floodfill: 95, 61, 324, 64 -> 00aa3f59|86, 65, 92, 68 -> 00015f7b|324, 64, 339, 72 -> 00298d33|80, 6... | 2016-08-01 06:14:39 Lua instructions: 11313k (1244 ms) [raw result] [visualize] |
#1000196 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 06:14:39 [raw result] [visualize] |
#1000202 | Floodfill: | 2016-08-01 06:14:37 Lua instructions: 21986k (2507 ms) [raw result] [visualize] |
#1000201 | Floodfill: 49, 47, 254, 253 -> 2e9870eb | 2016-08-01 06:14:32 Lua instructions: 8114k (1013 ms) [raw result] [visualize] |
#1000211 | Floodfill: 8, 0, 216, 224 -> 700ce325|72, 4, 87, 8 -> 001bda87|133, 4, 144, 7 -> 000237d4|64, 8, 72,... | 2016-08-01 06:13:30 Lua instructions: 5922k (679 ms) [raw result] [visualize] |
#1000213 | Floodfill: 12, 33, 377, 350 -> 6d9fce2b | 2016-08-01 06:13:29 Lua instructions: 16123k (1775 ms) [raw result] [visualize] |
#1000214 | Floodfill: 288, 0, 316, 16 -> 0099d817|493, 0, 507, 4 -> 001b52ed|692, 0, 706, 4 -> 0018e4ec|472, 5,... | 2016-08-01 06:13:26 Lua instructions: 62044k (7089 ms) [raw result] [visualize] |
#1000212 | java.lang.OutOfMemoryError: Java heap space | 2016-08-01 06:13:08 [raw result] [visualize] |
#1000218 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 06:12:39 [raw result] [visualize] |
#1000216 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-08-01 06:12:39 [raw result] [visualize] |
#1000195 | Floodfill: 168, 0, 176, 8 -> 000bb243|245, 0, 252, 12 -> 00034d29|452, 0, 464, 4 -> 0000ebab|476, 0,... | 2016-08-01 04:26:11 Lua instructions: 18375k (2052 ms) [raw result] [visualize] |
#1000194 | Floodfill: 984, 80, 992, 84 -> 000ea5bb|1044, 96, 1052, 100 -> 000fcc8e|352, 100, 356, 104 -> 00018f... | 2016-08-01 04:05:58 Lua instructions: 63500k (6888 ms) [raw result] [visualize] |
#1000189 | Floodfill: 0, 0, 16, 7 -> 0014cb7c|16, 3, 17, 4 -> 00003c57|23, 0, 37, 15 -> 00050ff5|317, 4, 334, 1... | 2016-08-01 03:31:29 Lua instructions: 8806k (1181 ms) [raw result] [visualize] |
#1000187 | Floodfill: 0, 3, 20, 23 -> 006efb5e|523, 9, 559, 18 -> 00533653|566, 9, 632, 21 -> 00db3666|638, 9, ... | 2016-08-01 03:04:42 Lua instructions: 125882k (13677 ms) [raw result] [visualize] |
#1000186 | Floodfill: 0, 1, 50, 12 -> 00d98cc5|56, 1, 108, 12 -> 00437461 | 2016-08-01 03:04:14 Lua instructions: 131k (269 ms) [raw result] [visualize] |
#1000185 | Floodfill: 0, 0, 48, 8 -> 00ea72b2 | 2016-08-01 03:04:13 Lua instructions: 42k (97 ms) [raw result] [visualize] |
#1000184 | Floodfill: 0, 0, 48, 12 -> 00edf5bd | 2016-08-01 02:54:46 Lua instructions: 60k (99 ms) [raw result] [visualize] |
#1000183 | Floodfill: 0, 0, 44, 12 -> 002ccbb0 | 2016-08-01 02:54:45 Lua instructions: 57k (95 ms) [raw result] [visualize] |
#1000182 | Floodfill: 0, 0, 60, 12 -> 019fa69b | 2016-08-01 02:54:42 Lua instructions: 74k (101 ms) [raw result] [visualize] |
#1000181 | Floodfill: 0, 0, 48, 8 -> 007ffc1d | 2016-08-01 02:54:25 Lua instructions: 43k (24 ms) [raw result] [visualize] |
#1000179 | Floodfill: 384, 328, 396, 384 -> 00af50b6|416, 328, 428, 352 -> 0066a2df|452, 328, 484, 380 -> 03a3d... | 2016-08-01 02:37:26 Lua instructions: 48690k (5491 ms) [raw result] [visualize] |
#1000178 | Floodfill: 5, 3, 25, 23 -> 006efb5e|24, 4, 25, 5 -> 00003086|343, 9, 379, 18 -> 00533653|386, 9, 452... | 2016-08-01 02:20:56 Lua instructions: 109584k (11906 ms) [raw result] [visualize] |
#1000177 | Floodfill: 203, 0, 204, 140 -> 001c1118|54, 95, 183, 120 -> 05c79e8e|0, 96, 38, 120 -> 00881ed0|2, 1... | 2016-08-01 02:17:51 Lua instructions: 3604k (628 ms) [raw result] [visualize] |
#1000176 | Floodfill: 0, 3, 20, 23 -> 006efb5e|523, 9, 559, 18 -> 00533653|566, 9, 632, 21 -> 00db3666|638, 9, ... | 2016-08-01 02:03:02 Lua instructions: 120610k (13762 ms) [raw result] [visualize] |
#1000175 | Floodfill: 67, 3, 68, 4 -> 000031c1|568, 0, 571, 4 -> 000084fc|31, 4, 59, 6 -> 0019d964|68, 11, 73, ... | 2016-08-01 02:00:04 Lua instructions: 10055k (1259 ms) [raw result] [visualize] |
#1000172 | Floodfill: 92, 45, 116, 79 -> 01aebf8a|283, 96, 290, 100 -> 000ba033|84, 106, 99, 120 -> 0036cc92|21... | 2016-08-01 01:55:41 Lua instructions: 2357k (401 ms) [raw result] [visualize] |
#1000173 | Floodfill: 91, 44, 112, 57 -> 0026db9c|91, 48, 115, 78 -> 00a9fa61|283, 96, 290, 100 -> 000ba033|84,... | 2016-08-01 01:55:17 Lua instructions: 2384k (442 ms) [raw result] [visualize] |
#1000171 | Floodfill: 1, 1, 8, 16 -> 003e6fee|8, 1, 36, 34 -> 008c484d|32, 1, 60, 34 -> 009a0bd8|101, 1, 124, 3... | 2016-08-01 01:48:12 Lua instructions: 2864k (480 ms) [raw result] [visualize] |
#1000170 | Floodfill: 20, 10, 36, 24 -> 0021bf48|8, 10, 56, 51 -> 02f92ebb|64, 10, 100, 51 -> 025272c9|104, 10,... | 2016-08-01 01:36:18 Lua instructions: 50329k (5495 ms) [raw result] [visualize] |
#1000169 | Floodfill: 1, 7, 19, 22 -> 0039f853|288, 9, 371, 21 -> 00301990|386, 9, 502, 21 -> 004c63c3|508, 9, ... | 2016-08-01 01:25:21 Lua instructions: 4411k (505 ms) [raw result] [visualize] |
#1000168 | Floodfill: 95, 0, 100, 5 -> 000367b5 | 2016-08-01 01:15:59 Lua instructions: 245k (159 ms) [raw result] [visualize] |
#1000167 | Floodfill: 0, 24, 304, 41 -> 0253413b|72, 35, 73, 38 -> 000002b1|12, 53, 27, 71 -> 0053f11d|142, 55,... | 2016-08-01 01:08:21 Lua instructions: 1922k (362 ms) [raw result] [visualize] |
#1000166 | Floodfill: 0, 24, 304, 41 -> 033b0f8c|12, 53, 26, 71 -> 001e7eea|142, 55, 158, 69 -> 005ece1f|168, 5... | 2016-08-01 01:06:46 Lua instructions: 1924k (358 ms) [raw result] [visualize] |
#1000121 | Floodfill: 166, 2, 167, 3 -> 000031a2|228, 0, 244, 5 -> 00367d89|250, 0, 268, 2 -> 00038cfb|215, 7, ... | 2016-08-01 01:02:21 Lua instructions: 7476k (943 ms) [raw result] [visualize] |
#1003828 | Floodfill: 256, 0, 500, 272 -> 134c10b2|359, 0, 360, 7 -> 0000640e|160, 5, 162, 7 -> 00003b21|393, 4... | 2016-08-01 01:00:53 Lua instructions: 17073k [raw result] [visualize] |
#1000163 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 23:27:00 [raw result] [visualize] |
#1000162 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 23:21:02 [raw result] [visualize] |
#1000161 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 23:17:35 [raw result] [visualize] |
#1000160 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 23:13:53 [raw result] [visualize] |
#1000159 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 23:12:14 [raw result] [visualize] |
#1000158 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 23:11:57 [raw result] [visualize] |
#1000157 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:46:21 [raw result] [visualize] |
#1000156 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:35:55 [raw result] [visualize] |
#1000155 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:27:49 [raw result] [visualize] |
#1000154 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:26:38 [raw result] [visualize] |
#1000153 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:21:06 [raw result] [visualize] |
#1000152 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:21:05 [raw result] [visualize] |
#1000151 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:20:03 [raw result] [visualize] |
#1000150 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:19:59 [raw result] [visualize] |
#1000149 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:19:16 [raw result] [visualize] |
#1000148 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:13:32 [raw result] [visualize] |
#1000147 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 22:11:26 [raw result] [visualize] |
#1000144 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 21:42:42 [raw result] [visualize] |
#1000145 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 21:38:28 [raw result] [visualize] |
#1000143 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 21:27:35 [raw result] [visualize] |
#1000142 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 21:17:15 [raw result] [visualize] |
#1000140 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:56:19 [raw result] [visualize] |
#1000138 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:54:13 [raw result] [visualize] |
#1000139 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:54:05 [raw result] [visualize] |
#1000137 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:54:04 [raw result] [visualize] |
#1000136 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:48:16 [raw result] [visualize] |
#1000132 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:39:44 [raw result] [visualize] |
#1000131 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:28:15 [raw result] [visualize] |
#1000130 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:22:03 [raw result] [visualize] |
#1000129 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:21:26 [raw result] [visualize] |
#1000128 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:21:26 [raw result] [visualize] |
#1000127 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:13:59 [raw result] [visualize] |
#1000126 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:10:56 [raw result] [visualize] |
#1000035 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:03 [raw result] [visualize] |
#1000125 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:03 [raw result] [visualize] |
#1000034 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:02 [raw result] [visualize] |
#1000024 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:02 [raw result] [visualize] |
#1000013 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:02 [raw result] [visualize] |
#1000003 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:08:02 [raw result] [visualize] |
#1000041 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:02 [raw result] [visualize] |
#1000027 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:01 [raw result] [visualize] |
#1000087 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:00 [raw result] [visualize] |
#1000091 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:00 [raw result] [visualize] |
#1000088 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:00 [raw result] [visualize] |
#1000073 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:08:00 [raw result] [visualize] |
#87 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000029 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000042 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000028 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000031 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000030 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000043 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000109 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000014 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:59 [raw result] [visualize] |
#1000012 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:58 [raw result] [visualize] |
#1000025 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:58 [raw result] [visualize] |
#1000047 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:07:58 [raw result] [visualize] |
#1000017 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:17 [raw result] [visualize] |
#1000038 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:15 [raw result] [visualize] |
#1000039 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:15 [raw result] [visualize] |
#1000092 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000093 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000010 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000078 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000077 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000074 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#92 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:06:02 [raw result] [visualize] |
#100 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000076 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000020 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:02 [raw result] [visualize] |
#1000061 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000018 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000046 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000054 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000105 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000052 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#178 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000040 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#145 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000021 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000036 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000089 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000100 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000111 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#113 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000101 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#85 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000103 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:01 [raw result] [visualize] |
#1000123 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:00 [raw result] [visualize] |
#1000062 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:00 [raw result] [visualize] |
#1000045 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:00 [raw result] [visualize] |
#1000055 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:00 [raw result] [visualize] |
#1000086 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:06:00 [raw result] [visualize] |
#1000117 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:18 [raw result] [visualize] |
#1000026 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:18 [raw result] [visualize] |
#1000044 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:18 [raw result] [visualize] |
#1000053 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:04:18 [raw result] [visualize] |
#1000032 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:18 [raw result] [visualize] |
#1000033 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:18 [raw result] [visualize] |
#1000096 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000124 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000107 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000080 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000108 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000097 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000085 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000122 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#84 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:04:17 [raw result] [visualize] |
#115 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000082 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000084 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000118 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000075 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000119 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000120 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000083 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000095 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000102 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000081 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#182 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000116 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#93 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000114 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000051 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#48 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000110 | LuaError: #422:4 vm error: java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientCon... | 2016-07-31 20:04:17 [raw result] [visualize] |
#1000219 | java.lang.OutOfMemoryError: Java heap space | 2016-07-31 18:51:38 [raw result] [visualize] |
#1003745 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 18:51:23 [raw result] [visualize] |
#489 | java.io.IOException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operat... | 2016-07-31 18:51:22 [raw result] [visualize] |
#1000141 | Floodfill: 2, 3, 18, 22 -> 0053d610|556, 9, 609, 18 -> 00ab6b06|617, 9, 622, 18 -> 000331f5|637, 9, ... | 2016-07-31 18:49:09 Lua instructions: 65358k (7254 ms) [raw result] [visualize] |
#1003958 | Floodfill: 0, 0, 68, 24 -> 00d3d540|68, 0, 1364, 25 -> 0542cb2c|158, 8, 178, 18 -> 00412759|216, 8, ... | 2016-07-31 18:37:59 Lua instructions: 67860k [raw result] [visualize] |
#1000554 | Floodfill: 17, 0, 88, 8 -> 00406ef5|92, 0, 104, 4 -> 0007dd78|120, 0, 124, 4 -> 0001e0fe|88, 4, 92, ... | 2015-08-12 21:09:25 Lua instructions: 13796k (1579 ms) [raw result] [visualize] |
#1000542 | Floodfill: 228, 0, 340, 284 -> 28bb0530|472, 4, 492, 20 -> 002ebf05|496, 4, 504, 12 -> 000a4542|500,... | 2015-08-11 04:10:17 Lua instructions: 30041k (3349 ms) [raw result] [visualize] |
#1000339 | Floodfill: 12, 4, 24, 20 -> 003b3bc0|36, 4, 48, 20 -> 00040269|56, 4, 76, 20 -> 00639a02|180, 4, 192... | 2015-08-10 15:41:16 Lua instructions: 9674k (1081 ms) [raw result] [visualize] |
#1000428 | Floodfill: 8, 4, 28, 20 -> 00196a22|60, 4, 72, 20 -> 001de2a5|132, 4, 144, 20 -> 001de2a5|256, 4, 26... | 2015-08-08 11:18:21 Lua instructions: 13035k (1459 ms) [raw result] [visualize] |
#98 | Floodfill: 0, 0, 176, 96 -> 0580a8da|44, 3, 48, 4 -> 000003fa|72, 0, 92, 16 -> 0074f5ef|96, 0, 100, ... | 2015-07-31 23:27:46 Lua instructions: 2389k (320 ms) [raw result] [visualize] |
#1000313 | Floodfill: 80, 0, 136, 164 -> 016b95dd|128, 0, 212, 32 -> 03d4dc18|228, 0, 236, 3 -> 000715d7|236, 0... | 2015-07-19 18:30:10 Lua instructions: 46535k (5120 ms) [raw result] [visualize] |
#1000311 | Floodfill: 355, 0, 380, 20 -> 000fe3b8|432, 0, 448, 16 -> 0020db16|456, 0, 484, 4 -> 000e2822|540, 0... | 2015-07-19 10:34:09 Lua instructions: 91059k (10096 ms) [raw result] [visualize] |
#1000019 | Floodfill: 13, 12, 32, 32 -> 00c51ef4|47, 17, 102, 26 -> 00264cee|149, 17, 201, 29 -> 00c97b25|223, ... | 2015-07-18 06:06:53 Lua instructions: 3880k (458 ms) [raw result] [visualize] |
#1000022 | Floodfill: 2, 2, 386, 271 -> 0ede57fe|396, 0, 844, 204 -> 51f6ffb8|124, 9, 196, 19 -> 00ba1997|203, ... | 2015-07-18 02:11:33 Lua instructions: 27516k (3058 ms) [raw result] [visualize] |
#309 | Floodfill: 8, 0, 9, 224 -> 000000e0 | 2015-07-18 01:57:53 Lua instructions: 4698k (536 ms) [raw result] [visualize] |
#1000079 | Floodfill: 16, 19, 88, 54 -> 0115bf48|92, 19, 162, 55 -> 007b6150|165, 19, 260, 55 -> 0048e27f|266, ... | 2015-07-18 01:40:34 Lua instructions: 7484k (855 ms) [raw result] [visualize] |
#183 | Floodfill: 8, 0, 10, 8 -> 00000010|20, 0, 28, 6 -> 00084db0|34, 0, 94, 30 -> 03c05808|104, 0, 108, 4... | 2015-07-18 01:33:06 Lua instructions: 2905k (340 ms) [raw result] [visualize] |
#1000310 | javax.imageio.IIOException: Can't get input stream from URL! | 2015-07-15 23:41:26 [raw result] [visualize] |
#1000331 | Floodfill: 56, 29, 310, 264 -> 5cc74778|261, 49, 262, 50 -> 000017b2|269, 56, 275, 62 -> 00097f83|27... | 2015-07-15 01:50:32 Lua instructions: 11095k (1187 ms) [raw result] [visualize] |
#1000330 | Floodfill: 0, 0, 212, 236 -> 427caeaf|8, 8, 28, 23 -> 0072304c|76, 12, 171, 24 -> 01f652a3|52, 29, 1... | 2015-07-15 01:23:31 Lua instructions: 6704k (724 ms) [raw result] [visualize] |
#1000329 | Floodfill: 92, 0, 220, 112 -> 0ef4db99|0, 5, 92, 104 -> 0864eb53|92, 8, 104, 20 -> 0019dfce|72, 16, ... | 2015-07-14 21:32:03 Lua instructions: 2995k (329 ms) [raw result] [visualize] |
#1000301 | javax.imageio.IIOException: Can't get input stream from URL! | 2015-07-14 00:01:35 [raw result] [visualize] |
#1000056 | Floodfill: 20, 37, 40, 81 -> 00d52208|44, 37, 64, 81 -> 00393052|32, 57, 52, 60 -> 0000003c | 2015-07-13 09:22:22 Lua instructions: 673k (202 ms) [raw result] [visualize] |
#1000328 | Floodfill: 12, 11, 32, 26 -> 0072304c|180, 15, 275, 27 -> 01f652a3|25, 44, 28, 48 -> 0001c65a|13, 48... | 2015-07-13 07:20:44 Lua instructions: 4637k (504 ms) [raw result] [visualize] |
#1000106 | Floodfill: 20, 19, 296, 84 -> 0cf4b709|141, 26, 156, 34 -> 0029f75b|260, 80, 296, 83 -> 00006c00 | 2015-07-12 23:02:15 Lua instructions: 2448k (273 ms) [raw result] [visualize] |
#1000090 | Floodfill: 0, 60, 300, 80 -> 0eb3e655|159, 68, 189, 77 -> 003667c5 | 2015-07-10 01:53:58 Lua instructions: 1792k (214 ms) [raw result] [visualize] |
#1000099 | Floodfill: 0, 2, 56, 12 -> 00048cd3 | 2015-07-05 08:23:18 Lua instructions: 71k (105 ms) [raw result] [visualize] |
#1000320 | Floodfill: 0, 0, 1, 2 -> 000071a2|0, 0, 1000, 572 -> 1e33ce90|176, 3, 178, 5 -> 00004e3e|310, 1, 311... | 2015-07-04 15:40:07 Lua instructions: 70645k (8093 ms) [raw result] [visualize] |
#1000314 | Floodfill: 110, 0, 114, 3 -> 0001cb00|121, 0, 123, 3 -> 000012ba|130, 0, 151, 2 -> 00099fb3|157, 0, ... | 2015-07-03 21:16:10 Lua instructions: 107549k (11727 ms) [raw result] [visualize] |
#1000315 | Floodfill: 192, 0, 204, 12 -> 000d9c3a|208, 0, 216, 4 -> 0006fec1|224, 0, 232, 12 -> 001044be|240, 0... | 2015-07-03 21:15:58 Lua instructions: 32307k (3566 ms) [raw result] [visualize] |
#141 | Floodfill: | 2015-07-01 22:11:42 Lua instructions: 4004k (521 ms) [raw result] [visualize] |
#1000284 | Floodfill: 364, 28, 384, 40 -> 0028eb18|392, 32, 400, 36 -> 0004070c|356, 36, 360, 48 -> 00079747|40... | 2015-06-24 07:18:19 Lua instructions: 44127k (4982 ms) [raw result] [visualize] |
#1000226 | Floodfill: 135, 28, 171, 134 -> 00634b16 | 2015-06-04 01:46:33 Lua instructions: 2644k (440 ms) [raw result] [visualize] |
#1000241 | java.lang.IllegalArgumentException: image == null! | 2015-05-20 20:28:29 [raw result] [visualize] |
#1000240 | Floodfill: 36, 36, 44, 40 -> 0003d51b|24, 36, 96, 68 -> 009a157a|96, 36, 99, 38 -> 00036bc1|96, 36, ... | 2015-05-15 17:10:30 Lua instructions: 3525k (385 ms) [raw result] [visualize] |
#1000164 | Floodfill: 0, 4, 28, 20 -> 00bc3e3d|32, 4, 56, 20 -> 003aa40c | 2015-05-13 23:47:10 Lua instructions: 107k (110 ms) [raw result] [visualize] |
#1000224 | Floodfill: 1, 1, 12, 12 -> 00183d90 | 2015-05-13 18:31:34 Lua instructions: 16k (56 ms) [raw result] [visualize] |
#1000235 | Floodfill: 2, 5, 18, 23 -> 00645074|579, 9, 659, 20 -> 011b68d2|662, 9, 688, 18 -> 007c7870|691, 9, ... | 2015-05-09 16:01:32 Lua instructions: 126490k (13546 ms) [raw result] [visualize] |
#1000215 | Floodfill: 104, 16, 116, 20 -> 000d59ff|80, 20, 96, 24 -> 000cd7a1|124, 20, 140, 24 -> 000a3fe6|72, ... | 2015-05-09 05:25:10 Lua instructions: 3054k (360 ms) [raw result] [visualize] |
#1000246 | Floodfill: 3, 2, 17, 18 -> 0078fad9|6, 26, 24, 37 -> 0050d302|37, 26, 58, 37 -> 003b5b89|71, 26, 97,... | 2015-05-08 07:18:51 Lua instructions: 71835k (7742 ms) [raw result] [visualize] |
#1000222 | Floodfill: 104, 99, 116, 108 -> 000638b1|116, 105, 128, 120 -> 005d8846|100, 108, 104, 112 -> 0002e2... | 2015-05-07 15:24:01 Lua instructions: 2629k (461 ms) [raw result] [visualize] |
#509 | Floodfill: | 2015-05-06 14:20:40 Lua instructions: 613k (80 ms) [raw result] [visualize] |
#1000217 | Floodfill: 168, 19, 196, 20 -> 000085c5|142, 20, 160, 24 -> 000f0dbf|208, 21, 224, 24 -> 000ce839|12... | 2015-05-05 05:27:15 Lua instructions: 8694k (1132 ms) [raw result] [visualize] |
#1000229 | Floodfill: 479, 13, 480, 14 -> 000038a1|335, 28, 338, 32 -> 00015d84|60, 57, 83, 64 -> 0009102f|76, ... | 2015-05-04 13:40:10 Lua instructions: 22874k (2711 ms) [raw result] [visualize] |
#419 | Floodfill: 0, 0, 80, 8 -> 0076dc22 | 2015-05-04 09:20:24 Lua instructions: 68k (70 ms) [raw result] [visualize] |
#1000207 | Floodfill: 30, 30, 174, 174 -> 00d3884a | 2015-05-04 07:30:48 Lua instructions: 3828k (554 ms) [raw result] [visualize] |
#1000239 | Floodfill: 280, 0, 312, 4 -> 0020a5e8|324, 0, 334, 4 -> 0009a56b|343, 0, 354, 4 -> 000e8805|264, 4, ... | 2015-05-02 16:54:05 Lua instructions: 23811k (2607 ms) [raw result] [visualize] |
#1000236 | Floodfill: 16, 0, 40, 16 -> 0064bc36|52, 0, 80, 16 -> 006cdc19|128, 0, 144, 16 -> 0000e019|168, 0, 1... | 2015-05-01 22:47:59 Lua instructions: 58073k (6469 ms) [raw result] [visualize] |
#1000232 | Floodfill: 132, 0, 144, 24 -> 003f46bd|158, 0, 160, 3 -> 00026263|164, 0, 168, 4 -> 0002e6bc|180, 0,... | 2015-05-01 19:51:35 Lua instructions: 21132k (2482 ms) [raw result] [visualize] |
#1000180 | Floodfill: 0, 18, 112, 44 -> 0191078a|108, 18, 172, 36 -> 01efbeba|181, 18, 186, 28 -> 001d5ae6|184,... | 2015-05-01 10:28:53 Lua instructions: 2975k (469 ms) [raw result] [visualize] |
#1000208 | Floodfill: 63, 65, 324, 325 -> 1ed23e67 | 2015-05-01 00:15:16 Lua instructions: 13126k (1558 ms) [raw result] [visualize] |
#1000112 | Floodfill: 120, 0, 127, 5 -> 00008aa6|151, 0, 264, 10 -> 0110d947|349, 0, 351, 1 -> 00006483|363, 1,... | 2015-04-30 22:13:27 Lua instructions: 13046k (1586 ms) [raw result] [visualize] |
#1000204 | Floodfill: 8, 8, 592, 604 -> 6f09f2df | 2015-04-22 18:08:41 Lua instructions: 43608k (4917 ms) [raw result] [visualize] |
#1000238 | Floodfill: 1, 5, 18, 23 -> 0069dfa9|25, 35, 193, 47 -> 019dbca5|445, 35, 612, 50 -> 0278f619|1016, 3... | 2015-04-22 15:53:36 Lua instructions: 106906k (11691 ms) [raw result] [visualize] |
#1000227 | Floodfill: | 2015-04-13 16:48:36 Lua instructions: 231k (49 ms) [raw result] [visualize] |
#112 | Floodfill: 0, 0, 100, 56 -> 042da85b | 2015-04-12 03:20:50 Lua instructions: 643k (210 ms) [raw result] [visualize] |
#1000104 | Floodfill: 0, 8, 292, 23 -> 070e4353|212, 35, 292, 80 -> 0367b1f2|228, 38, 229, 39 -> 00003184|257, ... | 2015-04-10 13:04:59 Lua instructions: 2009k (369 ms) [raw result] [visualize] |
#1000223 | Floodfill: 1, 1, 12, 12 -> 0021ba0b | 2015-04-06 20:08:08 Lua instructions: 18k (67 ms) [raw result] [visualize] |
Snippet ID: | #422 |
Snippet name: | Grid + Floodfill with hashes (with virtual stack) |
Eternal ID of this version: | #422/1 |
Text MD5: | 0fc9c5a821d5a71c13991cb49a644624 |
Author: | stefan |
Category: | image recognition |
Type: | Lua code - Image recognition |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-02-23 23:20:05 |
Source code size: | 1212 bytes / 48 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 2540 / 183 |
Referenced in: | [show references] |