{"id": "lv-pain-rust-g12b", "model": "gemma-12b", "layers": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "tokens": ["<bos>", "<start_of_turn>", "user", "\n", "Hard", "core", " project", ":", " one", " cross", "-", "platform", " app", " \u2014", " async", " APIs", " with", " unpredictable", " run", "times", " that", " must", " all", " make", " sense", " at", " the", " UI", " layer", ",", " a", " ", "3", "D", " viewport", ",", " server", " modules", ",", " end", "-", "user", " plugin", " support", ",", " several", " data", " stores", ",", " desktop", " and", " mobile", ".", " Company", " policy", ":", " it", " ships", " ", "1", "0", "0", "%", " in", " Rust", ".", " Gut", " reaction", " first", ",", " then", " your", " top", " ", "3", " technical", " risks", ".", " Keep", " it", " tight", ".", "<end_of_turn>", "\n", "<start_of_turn>", "model", "\n", "##", " Gut", " Reaction", ":", "\n\n", "**", "Br", "utal", ".**", " This", " is", " a", " *", "massive", "*", " undertaking", ".", " Rust", "'", "s", " safety", " and", " performance", " are", " fantastic", ",", " but", " this", " project", " demands", " a", " level", " of", " architectural", " discipline", " and", " engineering", " expertise", " rarely", " seen", ".", " It", "'", "s", " ambitious", ",", " potentially", " rewarding", ",", " but", " also", " ripe", " for", " significant", " delays", " and", " cost", " over", "runs", " if", " not", " approached", " with", " extreme", " care", ".", " The", " sheer", " number", " of", " moving", " parts", " and", " the", " unpredictable", " async", " nature", " are", " the", " biggest", " immediate", " concerns", ".", "\n\n", "##", " Top", " ", "3", " Technical", " Risks", ":", "\n\n", "1", ".", " **", "Async", " Con", "currency", " Hell", ":**", " Managing", " unpredictable", " async", " run", "times", " across", " all", " platforms", ",", " ensuring", " UI", " responsiveness", ",", " and", " preventing", " dead", "locks", "/", "race", " conditions", " in", " Rust", " is", " *", "extremely", "*", " difficult", ".", "  ", "Requires", " meticulous", " tracing", ",", " robust", " error", " handling", ",", " and", " likely", " a", " custom", " concurrency", " model", " beyond", " `", "tok", "io", "`", " or", " `", "async", "-", "std", "`", " alone", ".", "\n", "2", ".", " **", "3", "D", " View", "port", " Integration", " &", " Performance", ":**", "  ", "Cross", "-", "platform", " ", "3", "D", " rendering", " is", " already", " complex", ".", " Integrating", " it", " with", " Rust", "'", "s", " ownership", " model", ",", " async", " APIs", ",", " and", " potentially", " plugin", "-", "loaded", " code", " (", "see", " #", "3", ")", " while", " maintaining", " acceptable", " performance", " on", " both", " desktop", " and", " mobile", " is", " a", " huge", " challenge", ".", "  ", "Choosing", " the", "<end_of_turn>", "\n", "<start_of_turn>", "user", "\n", "Update", ":", " CI", " moves", " to", " cheap", " Linux", " containers", ",", " plugins", " must", " be", " script", "able", " by", " end", " users", ",", " and", " the", " ", "3", "D", " viewport", " must", " hit", " ", "1", "2", "0", " fps", " on", " mid", "-", "range", " Android", ".", " Re", "-", "plan", " in", " Rust", ":", " what", " breaks", " first", ",", " and", " what", " exactly", " do", " you", " do", " about", " it", "?", "<end_of_turn>", "\n", "<start_of_turn>", "model", "\n", "Okay", ",", " the", " Linux", " container", " CI", " and", " mobile", " ", "1", "2", "0", "fps", " viewport", " *", "sign", "ificantly", "*", " change", " the", " landscape", ".", " This", " is", " now", " a", " *", "very", "*", " high", "-", "pressure", " project", ".", " Here", "'", "s", " a", " revised", " breakdown", ",", " focusing", " on", " what", "'", "s", " likely", " to", " break", " first", " and", " mitigation", " strategies", ".", "\n\n", "**", "What", " Breaks", " First", " (", "Lik", "ely", " Order", "):", "**", "\n\n", "1", ".", " **", "Mobile", " ", "3", "D", " View", "port", " Performance", " (", "Almost", " Guaranteed", "):", "**", " ", "1", "2", "0", "fps", " on", " mid", "-", "range", " Android", " with", " the", " other", " constraints", " (", "async", ",", " plugins", ",", " multiple", " data", " stores", ")", " is", " *", "exception", "ally", "*", " aggressive", ".", "  ", "Expect", " this", " to", " be", " the", " first", " major", " roadblock", ".", "\n", "2", ".", " **", "Plugin", " Script", "ing", " &", " Safety", ":**", " Allowing", " end", "-", "user", " scripting", " introduces", " massive", " security", " and", " stability", " risks", ".", "  ", "Naive", " approaches", " will", " be", " exploited", " *", "immediately", "*.", "\n", "3", ".", " **", "Async", " Con", "currency", " &", " UI", " Respons", "iveness", " (", "Under", " Load", "):", "**", "  ", "The", " combination", " of", " unpredictable", " async", " tasks", ",", " plugins", " potentially", " adding", " their", " own", " async", " work", ",", " and", " the", " need", " for", " a", " responsive", " UI", " will", " create", " concurrency", " bottlenecks", " and", " UI", " freezes", " under", " sustained", " load", ".", "\n", "4", ".", " **", "Cross", "-", "Platform", " Plugin", " ABI", " Stability", ":**", " Maintaining", " a", " stable", " ABI", " for", " plugins", " across", "<end_of_turn>", "\n"], "gen_start": 373, "start": 369, "track": ["Rust"], "frames": [{"pos": 369, "top": [["\u0d4d\u200d", "aditional", "oretical", "\ud835\udc90", "ir", "qe", "ocom", "theless"], ["\u0d4d\u200d", "\ud835\udc90", "theless", "aditional", " efic", "\ud835\udc93", "\ud835\udc86", "ocom"], ["\u0d4d\u200d", "aditional", "\ud835\udc90", "\u03bf", "effetto", "ocom", " \u00a8", "investissement"], ["\u0d4d\u200d", "effetto", "\ud835\udc90", "aditional", "\ud835\udc86", "\ud835\udc84", "\u03bf", "ocom"], [" \u00a8", "effetto", "\ud835\udc84", "\u05ea", "theless", "\u0d4d\u200d", "omt", "idmat"], [" \u00a8", "\u05ea", " \uff65", " ~\\", " \uff64", "\ud835\udc84", "ing", " afect"], ["\u05ea", "<i>", "ing", "\u0d4d\u200d", "en", "ity", "al", "\uff64"], [" {\\", "<i>", "\u05ea", "\uff64", ",{\\", "ing", "ity", " ({\\"], ["<i>", "  ", "\u05ea", "!", " }{\\", "\uc11c", "\u060c", "!}{"], ["\u0002", " \u201d", " }{\\", "!\u201d", "?\u201d", "  ", " \u2019\u2019", "\ufffd"], [" \u201d", "!\u201d", "?\"", "?\u201d", "!\"", " \u2019\u2019", " ?\u201d", "\u2019\u2019"], ["?\"", "!\"", "!\u201d", "?\u201d", "?!\"", "!\u2019", "\"?", "?\u2019"], ["?\"", "!\"", "?!\"", "?\".", "!\u201d", "...\"", ",\"", "!\"."], ["?\"", "!\"", "?!\"", "?\u201d", "?\".", " ?\"", ".\"", "\"?"], ["!\"", "?\"", "?!\"", "!\u201d", ".\"", "!", " !\"", ",\""], ["!\"", "?\"", "!", "!\".", ".\"", ":\"", "!\u201d", "?!\""], ["!\"", "?\"", "!\u201d", ".\"", "!", "?", "?!\"", "!\"."], ["?\"", "!\"", "?!\"", "!\".", "?\".", ":\"", "\"?", "?"], ["?\"", "!\"", "?!\"", "!\".", "?\".", ":\"", "...\"", "\"?"], ["!\"", "?!\"", "!\".", "!", "...\"", ":*", ":\"", "*:"], ["!\"", " leveraging", "!\".", "*:", "*\"", "!\u201d", " prioritization", "**:"], [" leveraging", " prioritization", " prioritizing", " priorit", " prioritized", " leverages", " focused", " focus"], [" prioritization", " leveraging", " prioritizing", " prioritized", " priorit", " scalability", " focus", " leverages"], [" leveraging", " prioritization", " prioritizing", " leverages", " scalability", " prioritized", " optimizations", " impactful"], [" prioritization", " leveraging", " prioritizing", " leverages", " prioritized", " exacerbated", " aggressively", " scalability"], [" prioritization", " leveraging", " scalability", " leverages", " robustness", " optimizations", " prioritizing", " exacerbated"], [" prioritization", " scalability", " leveraging", " exacerbated", " robustness", " intensification", " exacerbate", " optimizations"], [" prioritization", " scalability", " optimizations", " leveraging", " prioritizing", " KPIs", " FPGA", " robustness"], [" prioritization", " scalability", " KPIs", " FPGA", " optimizations", "Adding", " GPUs", " leveraging"], [" prioritization", " optimizations", " scalability", " FPGA", " leveraging", " GPUs", " Adding", " constraints"], [" constraints", " optimizations", " scalability", " FPGA", " GPUs", " prioritization", " Constraints", " constraint"], [" constraints", " FPGA", " Constraints", " scalability", " GPUs", " optimizations", " IoT", " constraint"], [" FPGA", " GPUs", " scalability", " constraints", " optimizations", " Constraints", " IoT", " leveraging"], [" GPUs", " FPGA", " Adding", " constraints", "Adding", " Constraints", " scalability", "GPUs"], [" cheaper", " inexpensive", " affordability", " FPGA", " cheap", " GPUs", " \u0434\u0435\u0448\u0435", " Adding"], [" cheap", " Android", " inexpensive", " Cheap", "Cheap", " \u0434\u0435\u0448\u0435", "Android", "cheap"], [" cheap", " Android", " inexpensive", "Cheap", " Cheap", "Android", "cheap", " \u0434\u0435\u0448\u0435"], [" cheap", " Cheap", "Cheap", "cheap", " inexpensive", " \u0434\u0435\u0448\u0435", " cheaper", " cheaply"], [" cheap", " Cheap", "Cheap", "cheap", " inexpensive", " \u0434\u0435\u0448\u0435", " cheaper", " cheaply"], [" cheap", " Cheap", "Cheap", " inexpensive", "cheap", " \u0434\u0435\u0448\u0435", " cheaper", " cheaply"], [" cheap", " Cheap", "Cheap", "cheap", " inexpensive", " \u0434\u0435\u0448\u0435", " cheaper", " cheaply"], [" Linux", " Android", "Linux", "Android", " linux", " cheap", " android", " Cheap"], [" Linux", " Android", "Linux", "Android", " cheap", " linux", " android", " Cheap"], [" Android", " Linux", "Android", "Linux", " android", " linux", "android", "linux"], [" Android", " Linux", "Android", "Linux", " android", " linux", "android", " cheap"], [" Android", "Android", " Linux", "Linux", " android", "android", " cheap", " linux"], ["Android", " Android", "Linux", "(", "Cheap", "\"", " cheap", " Linux"]], "p": [[0.3033, 0.0465, 0.0465, 0.041, 0.0362, 0.032, 0.022, 0.0194], [0.1417, 0.0279, 0.0279, 0.0217, 0.0159, 0.0124, 0.0116, 0.0103], [0.0491, 0.0382, 0.0359, 0.0263, 0.0232, 0.0205, 0.0192, 0.0159], [0.0529, 0.0195, 0.0172, 0.0134, 0.0111, 0.0104, 0.0098, 0.0081], [0.1913, 0.0147, 0.0139, 0.0115, 0.0108, 0.0089, 0.0084, 0.0084], [0.8167, 0.0407, 0.0169, 0.0043, 0.0038, 0.0033, 0.0029, 0.0028], [0.6435, 0.2367, 0.032, 0.0283, 0.0194, 0.0043, 0.0038, 0.0026], [0.489, 0.231, 0.231, 0.0101, 0.009, 0.0062, 0.002, 0.0018], [0.9718, 0.0229, 0.0017, 0.001, 0.0005, 0.0004, 0.0004, 0.0003], [0.3481, 0.3481, 0.0997, 0.0997, 0.0286, 0.0223, 0.0105, 0.0082], [0.719, 0.2645, 0.0048, 0.0048, 0.0029, 0.0029, 0.0007, 0.0001], [0.8569, 0.116, 0.0259, 0.0008, 0.0005, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9768, 0.023, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.99, 0.0086, 0.0004, 0.0004, 0.0003, 0.0002, 0.0, 0.0], [0.6789, 0.2498, 0.0205, 0.0124, 0.0124, 0.0059, 0.0046, 0.004], [0.5944, 0.3605, 0.0296, 0.0109, 0.004, 0.0005, 0.0001, 0.0], [0.6152, 0.3731, 0.0068, 0.0015, 0.0012, 0.0009, 0.0007, 0.0003], [0.9259, 0.0461, 0.028, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8465, 0.0695, 0.0695, 0.0094, 0.0021, 0.0021, 0.0005, 0.0003], [0.9592, 0.0372, 0.0031, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7293, 0.2683, 0.0023, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8753, 0.1185, 0.0059, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.7916, 0.0945, 0.0736, 0.0164, 0.0042, 0.0037, 0.0017, 0.0013], [0.7803, 0.1741, 0.0184, 0.0068, 0.0053, 0.0032, 0.0032, 0.0013], [0.9314, 0.0595, 0.0038, 0.003, 0.0007, 0.0004, 0.0002, 0.0001], [0.5291, 0.1947, 0.0558, 0.0558, 0.0338, 0.0263, 0.0141, 0.0124], [0.345, 0.2687, 0.2687, 0.077, 0.0134, 0.0049, 0.003, 0.003], [0.3491, 0.2117, 0.1284, 0.1284, 0.0607, 0.0368, 0.0287, 0.0056], [0.4138, 0.251, 0.1185, 0.1185, 0.056, 0.0076, 0.0059, 0.0046], [0.447, 0.3481, 0.0997, 0.0605, 0.0105, 0.0105, 0.005, 0.003], [0.6242, 0.2296, 0.0658, 0.0399, 0.0188, 0.0054, 0.0042, 0.0026], [0.4759, 0.2248, 0.1363, 0.1062, 0.0237, 0.0144, 0.0053, 0.0053], [0.9994, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9519, 0.0474, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6203, 0.3762, 0.0025, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.8446, 0.1468, 0.0073, 0.0013, 0.0, 0.0, 0.0, 0.0], [0.6164, 0.3739, 0.0088, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.7049, 0.1782, 0.1081, 0.0078, 0.0007, 0.0001, 0.0001, 0.0], [0.9109, 0.0582, 0.0061, 0.0054, 0.0042, 0.0037, 0.0018, 0.0012]], "ranks": {"Rust": [93804, 76257, 102434, 116057, 146600, 174648, 102108, 98244, 53187, 33567, 39110, 7561, 11002, 6683, 10294, 14346, 25812, 16655, 16064, 7705, 12614, 37856, 40112, 41732, 49796, 67244, 132000, 109341, 43536, 58981, 75312, 55177, 47891, 25494, 17854, 7006, 14142, 20975, 12132, 15516, 13803, 7955, 8008, 8829, 6621, 2551, 2227]}}, {"pos": 370, "top": [["\uff5e\uff5e", " ~~", "####", "\ud83d\ude0d\ud83d\ude0d", " ####", "~~~~", " ====", "~~~"], [" ~~", "\uff5e\uff5e", "~~~~", "~~~", "~~", "\ud83d\ude0d\ud83d\ude0d", "####", " ===="], [" ~~", "\uff5e\uff5e", "\ud83d\ude0d\ud83d\ude0d", "~~~", "~~~~", "\uff1d\uff1d", "\u2022\u2022\u2022\u2022", " $$\\"], [" ~~", "\uff5e\uff5e", " $$\\", "\ud83d\ude0d\ud83d\ude0d", " ####", " ###", "~~~", " \ud83d\udc9e"], [" ~~", "\uff5e\uff5e", " (**", " ####", " ###", " $$\\", " __________", " ($\\"], [" ~~", " ($\\", " ---", "\uff5e\uff5e", " \uff0f", " ~\\", " \ud83d\ude04", " /**"], [" ($\\", "\uff5e\uff5e", " $$\\", "\u2013\u2013", "\ud83d\ude0d\ud83d\ude0d", "\\_", "\u3161", " ---"], [" ($\\", " $$\\", "\\_", "\u2013\u2013", " ---", " ~~", "\u3161", " (\\\""], [" ($\\", "\u2013\u2013", " ---", "\\_", " \ud83d\ude04", "\u3161", " $$\\", " \u2015"], [" ---", " ($\\", "\u2013\u2013", " __", "\\_", " \u2015", " \u2800", " \ud83d\ude04"], ["\u2013\u2013", " ($\\", " \u2015", " \u2014", " \u2800", "\u2014", " ---", " \ud83d\ude04"], ["\u2013\u2013", " ($\\", "\u2014", " ---", " \ud83d\ude04", "\\_", "\u2060", " \ud83d\udcaa"], [" ---", " ($\\", " \ud83d\ude04", "\u2014", "\u2013\u2013", "\ufffd", " \ud83d\udd25", " --"], ["\u2014", " ---", "\\_", " --", " \ud83d\ude04", " \ud83d\udd25", " \u2014", "\ufffd"], ["\ufffd", "\u2014", "\\_", " \ud83d\ude04", "\"\u2014", " ($\\", "**.", " $$\\"], ["\ufffd", "!--", " ($\\", " `--", "\u2014", "\\_", " --", "--"], ["\ufffd", " impactful", " onboarding", " transitioning", " cybersecurity", " leveraging", " focused", " vibe"], [" workflows", " prototyping", " cybersecurity", " `--", " DevOps", " onboarding", " workflow", " (..."], [" workflows", " prototyping", " DevOps", " cybersecurity", " workflow", " optimizations", " debugging", " optimized"], [" workflows", " prototyping", " optimizations", " DevOps", " cybersecurity", " IoT", " optimized", " workflow"], [" prototyping", " workflows", " optimizations", " optimized", " leveraging", " workflow", " optimization", " scalability"], [" optimizations", " optimized", " optimised", " optimization", " workflows", " prototyping", " optimisation", " scalability"], [" optimizations", " optimization", " optimized", " scalability", " optimised", " optimizing", " workflows", " optimisation"], [" optimizations", " optimization", " scalability", " prototyping", " optimized", " workflows", " optimizing", " leveraging"], [" optimizations", " prototyping", " scalability", " leveraging", " workflows", " optimization", " scalable", " optimized"], [" optimizations", " scalability", " prototyping", " workflows", " optimization", " FPGA", " scalable", " inefficiencies"], [" optimizations", " FPGA", " microcontroller", " prototyping", " scalability", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " GPUs", " virtualization"], [" optimizations", " FPGA", " GPUs", " optimization", " virtualization", " microcontroller", " scalability", " accelerometer"], [" optimizations", " FPGA", " optimization", " GPUs", "GPUs", " scalability", "GPU", " optimised"], [" optimizations", " optimization", " FPGA", " optimised", " optimized", " GPUs", " optimisation", " scalability"], [" optimizations", " FPGA", " OpenGL", " optimization", " optimised", " bytecode", " GPUs", " optimized"], [" optimizations", " OpenGL", " FPGA", " GPUs", " bytecode", " OpenCV", " optimization", "GPU"], [" OpenGL", " GPUs", " optimizations", " GPU", " bytecode", "GPU", " FPGA", "OpenGL"], [" OpenGL", "GPU", " GPUs", " GPU", "OpenGL", " bytecode", "GPUs", " shaders"], [" OpenGL", "OpenGL", " GPU", "GPU", " GPUs", "\u7ebf\u7a0b", " shaders", " CUDA"], [" OpenGL", "OpenGL", " shaders", "GPU", " GPU", " GPUs", " shader", "Rust"], [" OpenGL", "OpenGL", "Rust", "GPU", " GPU", " Rust", " shaders", " GPUs"], [" OpenGL", "Rust", "OpenGL", " GPU", "GPU", " Rust", " CUDA", " GPUs"], [" OpenGL", "Rust", "Android", " Android", " Rust", "GPU", " GPU", "OpenGL"], [" OpenGL", "Rust", " Rust", " Android", "Android", " GPU", " Vul", "GPU"], [" OpenGL", " Android", "Rust", " Rust", " GPU", " Vul", "Rendering", "Android"], [" Render", "Rendering", " Rendering", "Render", " rendering", " render", "\u6e32\u67d3", " OpenGL"], [" Render", "Rendering", " rendering", " OpenGL", " render", " Rendering", "Render", " Vul"], [" W", "W", " WG", " Render", "Rendering", " Rendering", " render", " rendering"], [" W", "W", " w", "w", " e", " render", " Android", " rendering"], [" Web", " render", " rendering", " Render", " rendered", "Render", " Android", " Vul"], [" Web", " web", " render", " rendering", "Web", " embedded", " threads", " thread"]], "p": [[0.5132, 0.3997, 0.0695, 0.0057, 0.0057, 0.0027, 0.0013, 0.0006], [0.8124, 0.1813, 0.0026, 0.0016, 0.001, 0.0004, 0.0002, 0.0001], [0.8991, 0.0948, 0.0022, 0.0011, 0.0005, 0.0003, 0.0002, 0.0002], [0.8484, 0.1474, 0.0008, 0.0008, 0.0008, 0.0004, 0.0002, 0.0001], [0.9995, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9848, 0.0052, 0.004, 0.0031, 0.0019, 0.0005, 0.0001, 0.0001], [0.9951, 0.0025, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.9512, 0.0474, 0.0009, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.7724, 0.2213, 0.0052, 0.0005, 0.0003, 0.0001, 0.0001, 0.0], [0.9845, 0.0109, 0.0031, 0.0007, 0.0003, 0.0003, 0.0001, 0.0], [0.6251, 0.23, 0.1395, 0.0012, 0.0012, 0.0007, 0.0006, 0.0004], [0.5677, 0.2089, 0.1627, 0.0363, 0.0134, 0.0081, 0.0009, 0.0007], [0.5514, 0.158, 0.158, 0.0746, 0.0275, 0.0214, 0.0023, 0.0023], [0.5488, 0.1081, 0.0578, 0.045, 0.0398, 0.031, 0.0273, 0.0241], [0.2813, 0.1329, 0.1329, 0.1329, 0.0628, 0.0489, 0.0296, 0.018], [0.4897, 0.297, 0.0663, 0.0663, 0.0402, 0.007, 0.007, 0.007], [0.9827, 0.014, 0.0019, 0.0005, 0.0004, 0.0001, 0.0, 0.0], [0.8231, 0.0676, 0.0676, 0.0249, 0.0091, 0.002, 0.0012, 0.0008], [0.7309, 0.2689, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7738, 0.2217, 0.0032, 0.0005, 0.0005, 0.0001, 0.0, 0.0], [0.992, 0.0041, 0.0025, 0.0009, 0.0002, 0.0001, 0.0001, 0.0001], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0025, 0.0012, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.91, 0.0582, 0.0167, 0.0037, 0.0023, 0.0018, 0.0014, 0.0007], [0.5027, 0.2375, 0.053, 0.053, 0.0468, 0.0152, 0.0134, 0.0104], [0.7769, 0.1191, 0.0161, 0.0142, 0.0142, 0.0126, 0.0126, 0.0036], [0.9065, 0.058, 0.0129, 0.0101, 0.0029, 0.002, 0.0018, 0.0009], [0.996, 0.0032, 0.0004, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9853, 0.0052, 0.004, 0.0024, 0.0012, 0.0005, 0.0004, 0.0003], [0.7079, 0.2028, 0.0352, 0.0214, 0.0166, 0.0033, 0.0029, 0.002], [0.9321, 0.0171, 0.0171, 0.0104, 0.0063, 0.0063, 0.0038, 0.003], [0.8755, 0.0719, 0.0264, 0.016, 0.0046, 0.0022, 0.001, 0.001], [0.9985, 0.0007, 0.0003, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9807, 0.0109, 0.004, 0.004, 0.0003, 0.0, 0.0, 0.0], [0.8194, 0.1109, 0.0408, 0.0247, 0.002, 0.002, 0.0, 0.0], [0.9826, 0.0109, 0.0052, 0.0007, 0.0002, 0.0002, 0.0001, 0.0001], [0.7591, 0.1319, 0.08, 0.0139, 0.0108, 0.0019, 0.0011, 0.0009], [0.3665, 0.1731, 0.1348, 0.0818, 0.0818, 0.0637, 0.0386, 0.0142], [0.8934, 0.0571, 0.027, 0.006, 0.0037, 0.0022, 0.0022, 0.0017], [0.8776, 0.1188, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0], [0.2723, 0.2723, 0.2121, 0.0473, 0.0473, 0.0197, 0.0174, 0.0154], [0.9055, 0.0511, 0.0069, 0.0042, 0.0042, 0.0022, 0.0022, 0.0016]], "ranks": {"Rust": [117232, 107221, 122634, 142642, 177108, 215922, 176311, 163338, 99014, 62592, 61874, 18534, 22821, 15487, 23831, 17729, 38372, 24527, 39875, 66513, 30364, 21514, 37670, 42773, 50284, 88360, 104146, 15835, 4128, 2259, 59, 100, 27, 9, 10, 8, 3, 2, 2, 2, 3, 26, 66, 210, 242, 71, 741]}}, {"pos": 371, "top": [["```", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\u2010", " \u0938\u094d\u200d", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u092c\u091a\u094d\u200d\u091a\u0947", " \u0935\u094d\u200d\u092f", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947"], ["```", "\u2010", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", " \u0938\u094d\u200d", "\uff64", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " ```", " \u0915\u094d\u200d\u092f\u093e"], ["```", "\u2010", " ```", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\uff64", " \u0938\u094d\u200d", " \u0935\u094d\u200d\u092f", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e"], [" \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\u2010", " \u0935\u094d\u200d\u092f", " \u0938\u094d\u200d", "\uff64", " ```", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", "```"], [" ```", "\u2010", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", " \u0938\u094d\u200d", "\uff64", " \u0935\u094d\u200d\u092f", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u0915\u094d\u200d\u092f\u093e"], [" \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\uff64", " ```", "\u2010", " ``", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u0938\u094d\u200d", " \u0935\u094d\u200d\u092f"], ["\uff64", "``", " ``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\u2010", " \u0935\u094d\u200d\u092f", " \u0938\u094d\u200d", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e"], ["\uff64", " ``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\u2010", " \u0935\u094d\u200d\u092f", " \u0938\u094d\u200d", "``", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947"], ["\uff64", " ``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "``", " \u0935\u094d\u200d\u092f", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947", " \u092c\u091a\u094d\u200d\u091a\u0947", " \u0938\u094d\u200d"], ["\uff64", " ``", "``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\u2010", " \u092c\u091a\u094d\u200d\u091a\u0947", "\u200d", " \u0935\u094d\u200d\u092f"], [" ``", "\uff64", "``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\u2010", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u0935\u094d\u200d\u092f", " \u0938\u094d\u200d"], [" ``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "``", "\uff64", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u092c\u091a\u094d\u200d\u091a\u0947", " \u0938\u094d\u200d", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947"], [" ``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "``", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", "\uff64", " \u092c\u091a\u094d\u200d\u091a\u0947", " \u0909\u0924\u094d\u200d", " \u0938\u094d\u200d"], ["``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "\uff64", "\u200d", " ``", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u0909\u0924\u094d\u200d", "```"], ["``", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", "```", " ``", " \u0909\u0924\u094d\u200d", " ```", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947"], [" \u0909\u0928\u094d\u200d\u0939\u0947\u0902", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947", " \u0909\u0924\u094d\u200d", ",", "\u200d", " \u0938\u094d\u200d", " ``"], ["\u200d", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", " impactful", " \u0909\u0928\u094d\u200d\u0939\u0947\u0902", " \u0909\u0928\u094d\u200d\u0939\u094b\u0902\u0928\u0947", " \u0938\u094d\u200d", " showcasing", " \u0909\u0924\u094d\u200d"], [" ChatGPT", " impactful", "!", ":", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e", "\u200d", "ChatGPT", " showcasing"], [" impactful", " ChatGPT", " leveraging", "ChatGPT", " showcasing", " nuanced", " prioritizing", " \u091c\u094d\u200d\u092f\u093e\u0926\u093e"], [" leveraging", " impactful", " showcasing", " skillset", " transitioning", " prioritizing", " nuanced", " ChatGPT"], [" leveraging", " impactful", " focused", " leverages", " prioritizing", " nuanced", " skillset", " proactively"], [" leveraging", " impactful", " leverages", " prioritizing", " focused", " nuanced", " skillset", " thoughtfully"], [" leveraging", " proactively", " nuanced", " crucially", " conceptually", " meticulously", " prioritizing", " subtly"], [" leveraging", " impactful", " prioritizing", " leverages", " skillset", " proactively", " prioritized", " nuanced"], [" impactful", " leveraging", " \ube60\ub974\uac8c", " \u043a\u0440\u0430\u0439\u043d\u0435", " leverages", " funcionalidades", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e"], [" \u062c\u0630\u0627\u0628", " \ube60\ub974\uac8c", " \u043a\u0440\u0430\u0439\u043d\u0435", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " funcionalidades", "\u98a8\u96aa", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " impactful"], [" \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e", " \u062c\u0630\u0627\u0628", " funcionalidades", " \ube60\ub974\uac8c", " \u043e\u0449\u0443", " \u043a\u0440\u0430\u0439\u043d\u0435", "Honestly"], ["\u0942\u091f\u0942\u0925", " \u043a\u0440\u0430\u0439\u043d\u0435", "\u30c3\u30af\u30ec\u30b9", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " funcionalidades", "\ud83e\udde0", " \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e"], ["\u2067", "\u017a\u0107", "Honestly", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", "\ud83e\udde0", " \u0e08\u0e23\u0e34\u0e07", "\u093f\u0932\u094d\u200d\u0932\u0940", "\u0942\u091f\u0942\u0925"], ["](#", "Alright", "(`#", "Okay", "(`/", "\u2067", " \u0e42\u0e2d\u0e40\u0e04", " Alright"], ["](#", " `#", ">**", "(`#", " `>`,", " `<=", "Alright", " `>="], ["](#", ">**", "Alright", " `#", " `>`,", "(`#", "](./", " \u0e42\u0e2d\u0e40\u0e04"], ["](#", " `#", ">**", "(`#", "Alright", " \u0e42\u0e2d\u0e40\u0e04", " `<=", " `>`,"], ["](#", " `#", "Alright", "Okay", " \u0e42\u0e2d\u0e40\u0e04", " Alright", ">**", "(`#"], ["](#", "Alright", "Okay", " Alright", " \u0e42\u0e2d\u0e40\u0e04", " `#", " okay", "Ok"], ["Alright", "##", " \u0e42\u0e2d\u0e40\u0e04", " Alright", "Okay", " `#", "](#", " okay"], ["Alright", " \u0e42\u0e2d\u0e40\u0e04", " Alright", "Okay", " okay", " Okay", " alright", "Ok"], ["Alright", "Okay", " Alright", " \u0e42\u0e2d\u0e40\u0e04", " okay", " Okay", " alright", "Ok"], ["Okay", "Alright", " Alright", " okay", " \u0e42\u0e2d\u0e40\u0e04", " Okay", " alright", "Ok"], [" okay", "Okay", " Alright", "Alright", " Okay", " alright", " \u0e42\u0e2d\u0e40\u0e04", "Ok"], [" okay", "Okay", " Okay", " ok", " Alright", " alright", " Ok", " OK"], [" okay", " Okay", " ok", "Okay", " alright", " Alright", " Ok", " OK"], [" okay", " ok", " Okay", " Ok", "Okay", " alright", " OK", " Alright"], [" ok", " Ok", " okay", " OK", " Okay", " \u043e\u043a", "OK", "Okay"], [" Ok", " ok", " Okay", " okay", " OK", "Okay", "ok", "OK"], [" Fair", " ##", " fair", " okay", "##", " Okay", " Ward", " alright"], [" okay", " fair", " Okay", " fare", " alright", " Fair", " trick", " OK"]], "p": [[0.5083, 0.3083, 0.1134, 0.0536, 0.012, 0.0013, 0.0013, 0.0008], [0.6185, 0.2275, 0.0837, 0.0395, 0.0088, 0.0088, 0.0042, 0.0025], [0.6069, 0.1354, 0.1055, 0.0498, 0.0388, 0.0235, 0.0235, 0.0067], [0.2729, 0.2125, 0.1655, 0.1289, 0.0609, 0.0609, 0.0369, 0.0224], [0.5775, 0.1655, 0.1289, 0.0474, 0.0288, 0.0288, 0.0082, 0.0064], [0.2746, 0.2138, 0.1665, 0.1297, 0.101, 0.0477, 0.0372, 0.0137], [0.8946, 0.0734, 0.027, 0.0037, 0.0005, 0.0005, 0.0001, 0.0001], [0.8733, 0.0717, 0.0435, 0.0097, 0.0008, 0.0005, 0.0003, 0.0002], [0.8123, 0.1813, 0.0055, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.6137, 0.3722, 0.0112, 0.0015, 0.0009, 0.0002, 0.0, 0.0], [0.8829, 0.0725, 0.044, 0.0003, 0.0002, 0.0002, 0.0, 0.0], [0.8556, 0.0702, 0.0426, 0.0157, 0.0095, 0.0035, 0.0013, 0.0008], [0.4872, 0.1792, 0.1087, 0.1087, 0.0513, 0.0189, 0.0147, 0.0147], [0.4244, 0.1561, 0.0947, 0.0947, 0.0947, 0.0348, 0.0271, 0.0211], [0.5415, 0.1208, 0.0941, 0.0733, 0.0346, 0.0346, 0.0346, 0.021], [0.3347, 0.2606, 0.203, 0.0959, 0.0214, 0.0167, 0.0167, 0.0167], [0.7686, 0.104, 0.0491, 0.0383, 0.0085, 0.0085, 0.0066, 0.004], [0.5246, 0.1171, 0.1171, 0.071, 0.0431, 0.0335, 0.0335, 0.0158], [0.5252, 0.2481, 0.0913, 0.0431, 0.0431, 0.0159, 0.0124, 0.0058], [0.7839, 0.1362, 0.0237, 0.0112, 0.0112, 0.0087, 0.0087, 0.0068], [0.9932, 0.0032, 0.0012, 0.0007, 0.0005, 0.0004, 0.0003, 0.0002], [0.999, 0.0006, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9914, 0.0032, 0.0032, 0.0004, 0.0004, 0.0003, 0.0002, 0.0002], [0.9275, 0.0462, 0.0132, 0.0062, 0.0023, 0.0014, 0.0007, 0.0005], [0.0322, 0.0303, 0.0236, 0.0222, 0.0173, 0.0152, 0.0119, 0.0111], [0.0169, 0.0149, 0.0109, 0.0096, 0.0066, 0.0062, 0.0051, 0.0045], [0.0077, 0.0064, 0.0044, 0.0041, 0.0034, 0.0032, 0.003, 0.0027], [0.0095, 0.0084, 0.007, 0.0061, 0.0058, 0.0054, 0.0051, 0.0045], [0.0103, 0.0086, 0.0081, 0.0076, 0.0071, 0.004, 0.0038, 0.0038], [0.2725, 0.2405, 0.0885, 0.0474, 0.0325, 0.0287, 0.0253, 0.0136], [0.8987, 0.0507, 0.0165, 0.0088, 0.0032, 0.0029, 0.0025, 0.0014], [0.9665, 0.0156, 0.0035, 0.0035, 0.0019, 0.0015, 0.001, 0.0008], [0.9481, 0.0417, 0.0056, 0.003, 0.0003, 0.0002, 0.0002, 0.0001], [0.8658, 0.0711, 0.0488, 0.0051, 0.0028, 0.0024, 0.0017, 0.0015], [0.4474, 0.3484, 0.0998, 0.0472, 0.0367, 0.0105, 0.0044, 0.0018], [0.4312, 0.2037, 0.1586, 0.0749, 0.0749, 0.0215, 0.0215, 0.0089], [0.6036, 0.1729, 0.1347, 0.0817, 0.0052, 0.0009, 0.0005, 0.0002], [0.4408, 0.3433, 0.0984, 0.0984, 0.0171, 0.0014, 0.0003, 0.0002], [0.4619, 0.3598, 0.1323, 0.0379, 0.0066, 0.0011, 0.0003, 0.0], [0.6017, 0.3649, 0.0182, 0.011, 0.0041, 0.0001, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9906, 0.0067, 0.0019, 0.0004, 0.0002, 0.0001, 0.0001, 0.0], [0.4319, 0.2619, 0.2619, 0.0215, 0.0167, 0.0029, 0.0018, 0.0006], [0.8391, 0.0689, 0.0536, 0.0325, 0.0044, 0.0005, 0.0003, 0.0003], [0.5591, 0.2331, 0.0757, 0.0459, 0.0357, 0.0278, 0.007, 0.0038], [0.4438, 0.1122, 0.099, 0.099, 0.099, 0.0468, 0.0195, 0.0081]], "ranks": {"Rust": [16001, 13165, 19044, 25489, 30681, 57699, 31442, 49882, 39424, 34197, 26227, 31593, 61270, 34673, 49418, 37811, 25857, 25080, 15423, 20024, 19003, 28470, 23014, 68783, 47336, 58605, 58902, 67962, 38908, 53894, 34424, 58725, 56782, 40808, 24633, 25765, 18572, 28059, 11444, 6799, 6494, 7780, 1561, 3733, 378, 3315, 15101]}}, {"pos": 372, "top": [["\u0d4d\u200d", " lhe", "avour", "ne", "aditional", "ocom", "ir", " efic"], ["\u0d4d\u200d", " lhe", " efic", "avour", "r", "ne", "te", "aditional"], ["\u0d4d\u200d", " efic", " \u00a8", "ocom", "aditional", "\u03bf", " pued", "effetto"], [" sobretudo", "effetto", "\ud835\ude9b", " \u03a1", " appreciably", "stantial", "Gioco", "\u0d4d\u200d"], ["\u05ea", " \u06be", "effetto", " appreciably", " sobretudo", " \u03a1", " affirme", " \u00b7"], ["\u05ea", "<i>", "ing", "\u0a3e", "stantial", "en", " \u06be", " \u03a1"], ["<i>", "<sup>", "\u05ea", "ing", "en", "\u0932", "\u0131", "  "], ["<i>", "<sup>", "\u05ea", "ing", "  ", "ly", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "\u0932"], ["<i>", "<sup>", "\u060c", "ly", "  ", "\u05ea", ",", " significantly"], ["<i>", "ly", "  ", ",", "\uc11c", " \u2014", "ing", " greatly"], ["<em>", "ly", "<i>", " significantly", " arguably", " \"", " (", "  "], [",", "!", "ly", " ultimately", " arguably", "<em>", " (", " quickly"], [",", "!", " \"", " the", " to", " it", " reimag", " wonderful"], [",", "!", " the", " \"", " It", " to", " it", " with"], ["!", ",", " It", " the", " it", " \"", " The", " this"], [",", "!", " It", " reimag", " quickly", " focused", " The", " transitioning"], ["!", ",", " focused", " transitioning", " leveraging", " quickly", " incredibly", " prioritizing"], ["!", " focused", " prioritizing", " leveraging", " transitioning", " reimag", " focusing", " focus"], [" leveraging", " focused", "!", " reimag", " Leveraging", " prioritizing", " focus", " focusing"], [" leveraging", " focused", " prioritizing", " reimag", " focusing", " prioritization", " prioritized", " transitioning"], [" leveraging", " focused", " prioritizing", " prioritization", " prioritized", " focusing", " focus", " Leveraging"], [" leveraging", " focused", " prioritizing", " prioritized", " prioritization", " leveraged", " proactively", " leverages"], [" leveraging", " prioritizing", " prioritization", " prioritized", " proactively", " focused", " Leveraging", " leveraged"], [" leveraging", " prioritizing", " prioritization", " prioritized", " Leveraging", " proactively", " impactful", " leverages"], [" leveraging", " prioritization", " prioritizing", " prioritized", " proactively", " impactful", " Leveraging", " leverages"], [" prioritization", " Leveraging", " leveraging", "Honestly", " Thankfully", " Honestly", " \u043a\u0440\u0430\u0439\u043d\u0435", " prioritizing"], [" prioritization", " Leveraging", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", "Honestly", " leveraging", " Honestly", "Significant", " prioritizing"], [" prioritization", " impactful", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439", "Honestly", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "Significant", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " Honestly"], ["Honestly", "Significant", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "Adding", "\u0422\u0435\u043f\u0435\u0440\u044c", "Considering", "Thankfully"], ["Okay", "Alright", "\ud83d\udcc8", "Honestly", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439", "\ud83e\udd2f", "\ud83d\udd04"], ["Alright", "Okay", "\ud83d\udcc8", "\ud83e\udd2f", " Alright", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", "\u2699"], ["Alright", "Okay", " Alright", "\ud83e\udd2f", "\ud83d\udcc8", "\ud83d\ude2c", " \u0e42\u0e2d\u0e40\u0e04", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f"], ["Alright", "Okay", " Alright", "\ud83e\udd2f", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "\ud83d\udcc8", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439", "\ud83d\ude2c"], ["Alright", "Okay", " Alright", " Okay", " okay", " alright", "Ok", " \u0e42\u0e2d\u0e40\u0e04"], ["Okay", "Alright", " Alright", " Okay", " okay", " alright", "Ok", " \u0e42\u0e2d\u0e40\u0e04"], ["Okay", "Alright", " Okay", " Alright", " okay", " alright", "Ok", " OK"], ["Okay", "Alright", " Alright", " Okay", " okay", " alright", "Ok", "OK"], ["Okay", "Alright", " Alright", " Okay", " okay", " alright", "OK", "Ok"], ["Okay", "Alright", " Alright", " Okay", " okay", " alright", " OK", "Ok"], ["Okay", " Okay", " okay", " Alright", "Alright", " OK", "Ok", "OK"], ["Okay", " Okay", " okay", " Alright", "Alright", " OK", "Ok", " Ok"], ["Okay", " Okay", " okay", " Alright", "Alright", " OK", "OK", " Ok"], ["Okay", " Okay", " okay", " Alright", "Alright", " alright", " OK", " Ok"], ["Okay", " Okay", " okay", " Alright", "Alright", " OK", " Ok", "OK"], ["Okay", " okay", " Okay", " Alright", " Ok", " OK", "Alright", " ok"], ["Okay", " Okay", " okay", "Alright", " Ok", " Alright", "Ok", "OK"], ["Okay", "##", "Alright", " Okay", "Right", "Ok", "OK", " Alright"]], "p": [[0.2562, 0.121, 0.0832, 0.0445, 0.027, 0.0186, 0.0186, 0.0145], [0.1022, 0.0796, 0.0796, 0.0547, 0.0376, 0.0293, 0.0201, 0.0138], [0.0917, 0.0714, 0.063, 0.0298, 0.0298, 0.0263, 0.0205, 0.0205], [0.0242, 0.0213, 0.0122, 0.0084, 0.0074, 0.0074, 0.0065, 0.0065], [0.0589, 0.0357, 0.0357, 0.0245, 0.0231, 0.0191, 0.0158, 0.0158], [0.6522, 0.1133, 0.0325, 0.0223, 0.0119, 0.0082, 0.0072, 0.0064], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7125, 0.2621, 0.013, 0.0048, 0.0018, 0.0014, 0.0008, 0.0008], [0.3975, 0.3975, 0.1878, 0.0044, 0.0034, 0.0021, 0.0013, 0.0013], [0.9794, 0.0179, 0.0015, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.856, 0.1313, 0.0045, 0.0011, 0.0005, 0.0005, 0.0003, 0.0003], [0.877, 0.1187, 0.0006, 0.0004, 0.0003, 0.0002, 0.0002, 0.0001], [0.8063, 0.1799, 0.0026, 0.0014, 0.0012, 0.0006, 0.0004, 0.0003], [0.494, 0.4359, 0.007, 0.0029, 0.0026, 0.0023, 0.0023, 0.0016], [0.3583, 0.3162, 0.0428, 0.0178, 0.0157, 0.0084, 0.0084, 0.0074], [0.7231, 0.0762, 0.036, 0.028, 0.015, 0.015, 0.0103, 0.0103], [0.3048, 0.3048, 0.099, 0.068, 0.053, 0.0467, 0.0321, 0.0321], [0.4997, 0.2083, 0.1622, 0.0282, 0.0171, 0.0171, 0.0118, 0.0092], [0.6494, 0.2108, 0.0685, 0.0173, 0.0135, 0.0105, 0.0093, 0.0044], [0.6671, 0.1911, 0.0797, 0.0228, 0.0201, 0.0058, 0.0027, 0.0019], [0.9994, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9641, 0.0291, 0.0065, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.5844, 0.1674, 0.1674, 0.02, 0.0156, 0.0107, 0.0057, 0.0035], [0.3524, 0.1886, 0.0891, 0.0694, 0.0289, 0.0289, 0.0289, 0.0255], [0.3386, 0.1099, 0.1099, 0.0756, 0.0588, 0.0315, 0.0191, 0.0191], [0.4244, 0.0737, 0.0574, 0.0574, 0.0574, 0.0447, 0.0447, 0.0271], [0.1649, 0.1133, 0.0883, 0.0779, 0.0535, 0.0417, 0.0417, 0.0287], [0.575, 0.3488, 0.0135, 0.0105, 0.0093, 0.0064, 0.005, 0.0044], [0.4836, 0.4836, 0.0089, 0.0054, 0.0042, 0.0025, 0.0015, 0.0014], [0.6161, 0.3737, 0.006, 0.0012, 0.0006, 0.0004, 0.0004, 0.0002], [0.5577, 0.4344, 0.0023, 0.0014, 0.0011, 0.0011, 0.0005, 0.0003], [0.4989, 0.4989, 0.002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9171, 0.0753, 0.0062, 0.0014, 0.0001, 0.0, 0.0, 0.0], [0.9466, 0.0471, 0.0039, 0.0023, 0.0, 0.0, 0.0, 0.0], [0.8792, 0.119, 0.0013, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9226, 0.0757, 0.0014, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9879, 0.011, 0.0005, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9517, 0.0474, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8214, 0.1112, 0.0674, 0.0, 0.0, 0.0, 0.0, 0.0], [0.61, 0.37, 0.0184, 0.0015, 0.0001, 0.0, 0.0, 0.0], [0.5736, 0.3479, 0.0776, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.5743, 0.2113, 0.2113, 0.0011, 0.0005, 0.0004, 0.0004, 0.0003], [0.8138, 0.1101, 0.0668, 0.0029, 0.0018, 0.0016, 0.0008, 0.0005], [0.9488, 0.0472, 0.0039, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [112423, 93044, 120675, 131002, 152118, 181903, 83444, 101924, 31232, 16297, 8774, 6375, 11985, 5624, 8034, 9574, 11988, 13992, 10992, 7276, 6657, 11767, 19105, 32203, 65061, 71227, 86327, 70055, 32440, 44788, 51388, 44235, 51042, 53243, 62126, 82554, 59702, 65203, 38531, 46749, 26257, 16893, 4136, 3123, 1497, 452, 159]}}, {"pos": 373, "top": [["\uff1d", " ________", "Okay", "\uff1d\uff1d", "\uff0b", " __________", "\uf0b7", "\uff0d"], ["\uff1d", "\uff1d\uff1d", "\uf0b7", " \uf0b7", "\uff0b", "Okay", "\uff0d", " ________"], ["\uff1d\uff1d", "\uff0b", "\uff1d", " __________", " ________", "\uff3f", " enggak", "\uff0d"], [" __________", " ________", "\uff1d", "\uff1d\uff1d", "\uff0b", "\uff3f", "__________", "\uff0d"], [" __________", " ________", "\uff0b", "\uff1d\uff1d", "\uff1d", "\uff3f", " \ud83d\udc4c", " \u091c\u093c\u094d\u092f\u093e\u0926\u093e"], [" ________", " __________", "\uff0b", "\uff1d", "\uff1d\uff1d", "\uff0d", "\uff3f", " \ud83d\udc4c"], [" ________", " __________", "\uff0e", "\uff1d", "\uff0d", " \u4f8b\u6587\u5e33\u306b\u8ffd\u52a0", "\uff1d\uff1d", "\ufffd"], [" ________", " __________", "\uff0e", " \u4f8b\u6587\u5e33\u306b\u8ffd\u52a0", "\uff0d", "________", "\uff1d", "__________"], ["\uff0e", " ________", " __________", "\uff0d", "\u2212", "\ufffd", "\ue584", "\uff3f"], ["\uff0e", "\uff0d", " ________", "\ue584", " __________", "\uff3f", "\u2014", "\ufffd"], ["\uff0e", " ________", " __________", "\uff0d", "\ufffd", "\uff3f", "\uff1d", " Okay"], ["\uff0e", " pretty", " ________", " Okay", " really", "\u2014", " okay", " __________"], ["\uff0e", " ________", " __________", " really", " pretty", " Okay", "\uff0d", " okay"], ["\uff0e", " Okay", " pretty", " ________", " really", " okay", " stuff", "\ufffd"], ["\uff0e", " Okay", " pretty", " really", " ________", " okay", " __________", " stuff"], [" pretty", "\uff0e", " really", " Okay", " okay", " stuff", " yeah", " Yeah"], [" really", " pretty", " maybe", " REALLY", " Okay", " stuff", " okay", " basically"], [" Okay", " really", "\uff0e", " pretty", " Yeah", " REALLY", " okay", " ________"], [" really", " Okay", " pretty", " REALLY", "\uff0e", " okay", " Yeah", " yeah"], [" really", " pretty", " REALLY", " Okay", " yeah", " Yeah", " okay", "!)."], [" REALLY", " Okay", "!).", " really", " Yeah", " pretty", " yeah", " okay"], [" REALLY", " really", " pretty", "!).", " transitioning", " Okay", " prepping", " vibe"], [" REALLY", " really", "!).", " \uc815\ub9d0", " pretty", " transitioning", " definitely", " prepping"], [" leveraging", " transitioning", " prepping", " impactful", " REALLY", " prioritizing", " prioritized", " prioritization"], [" impactful", " leveraging", " transitioning", " incredibly", " prepping", " prioritized", " prioritization", " prioritizing"], [" impactful", " insanely", " \uc815\ub9d0", " incredibly", " prioritization", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " transitioning", " leveraging"], [" impactful", " prioritization", " incredibly", " insanely", " \uc815\ub9d0", " much\u00edsimo", " \u09ac\u09bf\u09b7\u09df\u099f\u09be", " uptick"], [" impactful", " much\u00edsimo", " incredibly", " insanely", " prioritization", " upped", " uptick", " \uc815\ub9d0"], [" impactful", "\ud83e\udd2f", " much\u00edsimo", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " upped", " insanely", "\u1363", " incredibly"], [" impactful", " much\u00edsimo", " upped", " insanely", " incredibly", " shifted", " significantly", " uptick"], [" impactful", " much\u00edsimo", " upped", " prioritization", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", " uptick", " yeah", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f"], [" much\u00edsimo", " impactful", " okay", " Okay", " upped", "Okay", " yeah", " badass"], [" impactful", " much\u00edsimo", " HUGE", " Okay", " okay", " yeah", " upped", " worsens"], [" okay", " Okay", "Okay", " wow", " Alright", "Alright", " alright", " Wow"], [" okay", " Okay", " wow", "Okay", " Alright", " Wow", "Alright", "okay"], [" okay", " Okay", " wow", "Okay", " Alright", " Wow", "okay", " OK"], [" wow", " okay", " Okay", "Okay", " Wow", " Alright", " WOW", " OK"], [" wow", " okay", " Okay", " Wow", "Okay", " WOW", " Alright", "okay"], [" wow", " okay", " Okay", " Wow", " WOW", "Okay", " Alright", " OK"], [" wow", " Wow", " Okay", " okay", " WOW", "Okay", " Alright", " HUGE"], [" wow", " okay", " Wow", " WOW", ",", " Okay", " HUGE", " adding"], [" wow", ",", " Wow", " WOW", " adding", " HUGE", " deep", " massive"], [",", " wow", " adding", " significant", " massive", " this", " HUGE", " Wow"], [",", " wow", " adding", " massive", " significant", "\u2014", " HUGE", " deep"], [",", "\u2014", " *", " adding", " massive", " wow", "yy", " significant"], [",", "\u2014", ".", " massive", " *", " this", " \u2013", " deep"], [",", ".", " this", " massive", " -", "!", " adding", " deep"]], "p": [[0.6823, 0.1523, 0.1186, 0.016, 0.016, 0.0036, 0.0036, 0.0028], [0.7407, 0.1287, 0.0608, 0.0224, 0.0224, 0.0106, 0.005, 0.0039], [0.3646, 0.2211, 0.2211, 0.1045, 0.0814, 0.0019, 0.0009, 0.0005], [0.6048, 0.2857, 0.0387, 0.0387, 0.0301, 0.0012, 0.0003, 0.0001], [0.4994, 0.4994, 0.0006, 0.0004, 0.0002, 0.0001, 0.0, 0.0], [0.8669, 0.1173, 0.0096, 0.0028, 0.0017, 0.001, 0.0006, 0.0], [0.3907, 0.237, 0.237, 0.0872, 0.0321, 0.0118, 0.0021, 0.0012], [0.4875, 0.4875, 0.0243, 0.0003, 0.0003, 0.0001, 0.0, 0.0], [0.9032, 0.035, 0.0273, 0.0273, 0.0037, 0.0022, 0.0005, 0.0003], [0.3704, 0.3704, 0.1363, 0.0827, 0.0304, 0.0032, 0.0025, 0.0015], [0.9383, 0.0467, 0.0063, 0.0038, 0.0038, 0.0003, 0.0002, 0.0001], [0.9183, 0.0277, 0.0277, 0.0168, 0.0029, 0.0029, 0.0014, 0.0014], [0.9195, 0.0755, 0.0023, 0.0014, 0.0007, 0.0004, 0.0001, 0.0001], [0.9925, 0.0032, 0.0025, 0.0005, 0.0005, 0.0003, 0.0002, 0.0001], [0.995, 0.0032, 0.0009, 0.0006, 0.0002, 0.0001, 0.0, 0.0], [0.3613, 0.3613, 0.2191, 0.0381, 0.0085, 0.0066, 0.0015, 0.0007], [0.8895, 0.0937, 0.0047, 0.0036, 0.0017, 0.0009, 0.0008, 0.0008], [0.4906, 0.382, 0.0664, 0.0314, 0.007, 0.007, 0.007, 0.0042], [0.4786, 0.3727, 0.0393, 0.0393, 0.0306, 0.0145, 0.0145, 0.0041], [0.7554, 0.1022, 0.0796, 0.0376, 0.0065, 0.0065, 0.0045, 0.004], [0.4862, 0.1789, 0.1393, 0.0845, 0.0512, 0.0311, 0.0147, 0.0042], [0.8029, 0.1791, 0.0115, 0.0012, 0.0009, 0.0009, 0.0007, 0.0007], [0.5505, 0.4287, 0.0166, 0.0029, 0.0006, 0.0004, 0.0001, 0.0], [0.6098, 0.2243, 0.1361, 0.0184, 0.0068, 0.0015, 0.0015, 0.0009], [0.6527, 0.3083, 0.0154, 0.012, 0.0044, 0.0027, 0.0016, 0.0013], [0.4153, 0.1348, 0.0818, 0.0496, 0.0438, 0.0386, 0.0341, 0.0301], [0.4948, 0.1418, 0.1104, 0.0521, 0.0521, 0.0521, 0.0192, 0.0192], [0.9772, 0.0109, 0.0066, 0.0019, 0.0019, 0.0005, 0.0004, 0.0001], [0.8235, 0.041, 0.0319, 0.0249, 0.0151, 0.0091, 0.0071, 0.0055], [0.9558, 0.0289, 0.0064, 0.003, 0.0009, 0.0009, 0.0007, 0.0005], [0.7565, 0.1688, 0.0293, 0.0084, 0.004, 0.0024, 0.0024, 0.0024], [0.5397, 0.3273, 0.0209, 0.0163, 0.0127, 0.0099, 0.0077, 0.006], [0.4693, 0.2217, 0.0816, 0.0635, 0.0495, 0.0385, 0.0182, 0.011], [0.7923, 0.1768, 0.0239, 0.0053, 0.0012, 0.0003, 0.0001, 0.0], [0.7887, 0.176, 0.0238, 0.0112, 0.0002, 0.0001, 0.0, 0.0], [0.7118, 0.2619, 0.0215, 0.0048, 0.0001, 0.0, 0.0, 0.0], [0.7031, 0.2587, 0.035, 0.0029, 0.0002, 0.0001, 0.0, 0.0], [0.9932, 0.0041, 0.0025, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9969, 0.0025, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.7156, 0.2633, 0.0131, 0.0038, 0.0018, 0.0008, 0.0006, 0.0003], [0.9891, 0.0097, 0.0007, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9987, 0.0005, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9777, 0.0123, 0.0027, 0.0011, 0.0009, 0.0007, 0.0006, 0.0006], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [110583, 103641, 123306, 146103, 180701, 218910, 182312, 174084, 137164, 141962, 140181, 114316, 128912, 89492, 108171, 81259, 54298, 85795, 73928, 55675, 72652, 76708, 88674, 84559, 112061, 146804, 170003, 130576, 84847, 117924, 118928, 113140, 102498, 79786, 41675, 41695, 54857, 53339, 40673, 37504, 29624, 16904, 11985, 10525, 6205, 1719, 457]}}, {"pos": 374, "top": [[",..", "..,", "\u2026,", ",...", ",\u2026", "...,", "!,", ":,"], [",..", "..,", "\u2026,", ",...", "!,", ":,", "..'", "...,"], [",..", "..,", "\u2026,", ",...", ",\u2026", ":,", "!,", ",,"], [",..", "\u2026,", ",...", "...,", "!,", "..,", ",\u2026", ":,"], ["s", "\u2026,", ",..", "...,", "!,", ",...", " ~,", "..,"], ["s", ",", "!,", " ~,", "\u03c2", " \u2014,", "\u2026,", " !,"], [",", "s", "!,", "\u2026,", "...,", ",\u2026", ",...", ",["], ["s", ",", "!,", "\u2026,", "...,", "?,", "!',", " \u2014,"], ["s", ",", "!,", "...,", " \u2014,", "!',", "\u2026,", ".,"], [",", "s", "!,", "...,", " \u2014,", "\u2026,", "\u2014", "!',"], [",", "s", "!,", "!',", "!\",", " pretty", "...,", "\u2026,"], [",", "!',", "!,", "!\",", "!", "s", " pretty", "!'"], [",", "!,", "!',", "!", "!\",", "!\".", "...", " pretty"], [",", "!,", "!", "!',", "!\",", "!\".", " pretty", "!\""], [",", "!", "!,", "...", "!',", "!\".", "!\",", "\u2026"], [",", "!", "!,", "!',", "!\",", " pretty", "!\".", " things"], [",", "!", "!\".", "!\"", "!,", "!',", "!\",", " really"], [",", "!", "!,", "!\".", "!',", "!\",", "...", "!\""], ["!", ",", "!,", "!\".", "!',", " really", " leveraging", "!\""], [" leveraging", "!", " transitioning", " incredibly", " leveraged", "!,", "...", " leverages"], [" leveraging", "!", "!,", "!',", "!\".", "!'", " leveraged", " leverages"], [" leveraging", " leverages", " leveraged", " incredibly", " prioritization", " leverage", "!,", "!"], [" leveraging", " leverages", " leveraged", " incredibly", " leverage", " transitioning", " prioritization", " impactful"], [" leveraging", " leverages", " prioritization", " leveraged", " impactful", " transitioning", " prioritizing", " vulnerabilities"], [" leveraging", " impactful", " leverages", " prioritization", " leveraged", " prioritizing", " transitioning", " incredibly"], [" leveraging", " impactful", " prioritization", " leverages", " uptick", " tweaks", " optimizations", " leveraged"], [" leveraging", " prioritization", " impactful", " uptick", " prioritizing", " tweaks", " transitioning", " optimizations"], [" impactful", " leveraging", " uptick", " tweaks", " prioritization", " adding", " upped", " prioritizing"], [" adding", " tweaks", " uptick", " impactful", " adds", " leveraging", "\u65b0\u589e", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c"], [" adding", " adds", " added", " additions", " tweaks", "adding", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", " changes"], [" adding", " adds", " tweaks", " added", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", "adding", " additions", " leveraging"], [" adding", " adds", " added", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", " leveraging", "adding", " additions", " Adding"], [" adding", " tweaks", " changes", " adds", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", " additions", " impactful", " leveraging"], [" adding", " adds", " Adding", " added", "adding", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", " \u0434\u043e\u0431\u0430\u0432\u043b\u044f", " additions"], [" adding", " Adding", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", "adding", " adds", " additions", " tweaks", " added"], [" adding", " updating", " tweaks", "adding", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", " adds", " changes", " Adding"], [" adding", "adding", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", " adds", " added", " additions", " \u0434\u043e\u0431\u0430\u0432\u043b\u044f", " Adding"], [" adding", "adding", " added", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c", " tweaks", " adds", " additions", " Adding"], [" adding", "adding", " updating", " added", " additions", " Adding", " adds", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c"], [" adding", "adding", " updating", " Adding", " added", " adds", " additions", " \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c"], [" adding", " updating", "adding", " Adding", " adds", " added", " additions", " adjusting"], [" adding", " Linux", " cheap", " updating", " significant", " added", " cheaper", " massive"], [" adding", " Linux", " significant", " updating", " cheap", " added", " massive", " Adding"], [" adding", " significant", " Linux", " updating", " cheap", " significantly", " added", " massive"], [" adding", " Linux", " cheap", " significant", " updating", " significantly", " massive", " updates"], [" cheap", " adding", " significant", " Linux", " this", " significantly", " massive", " the"], [" this", " the", " that", " adding", " significant", " cheap", " *", " those"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7244, 0.2665, 0.0049, 0.003, 0.0007, 0.0004, 0.0002, 0.0], [0.9678, 0.0177, 0.0108, 0.0024, 0.0009, 0.0003, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9627, 0.0373, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9847, 0.014, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9804, 0.0109, 0.0085, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0015, 0.0012, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9981, 0.001, 0.0005, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.997, 0.0012, 0.0008, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.9982, 0.0009, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9916, 0.0059, 0.0009, 0.0004, 0.0004, 0.0002, 0.0001, 0.0001], [0.8766, 0.056, 0.0206, 0.0161, 0.0125, 0.0046, 0.0041, 0.0028], [0.5968, 0.171, 0.0915, 0.049, 0.0297, 0.014, 0.0085, 0.0085], [0.9302, 0.0361, 0.0133, 0.0038, 0.003, 0.0023, 0.0023, 0.0014], [0.7026, 0.1568, 0.0577, 0.0449, 0.0212, 0.01, 0.0022, 0.0014], [0.9779, 0.0109, 0.0085, 0.0005, 0.0004, 0.0004, 0.0003, 0.0002], [0.9915, 0.0041, 0.0041, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8769, 0.072, 0.0182, 0.011, 0.0067, 0.0036, 0.0019, 0.0019], [0.9643, 0.0177, 0.0107, 0.0039, 0.0011, 0.0011, 0.0005, 0.0002], [0.5805, 0.2136, 0.1295, 0.0477, 0.0175, 0.0064, 0.0009, 0.0009], [0.9954, 0.0015, 0.0015, 0.0004, 0.0004, 0.0001, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9969, 0.0015, 0.0009, 0.0003, 0.0003, 0.0, 0.0, 0.0], [0.6924, 0.1062, 0.0937, 0.0644, 0.0144, 0.0068, 0.0053, 0.0022], [0.3928, 0.1637, 0.1275, 0.0773, 0.0683, 0.0251, 0.0173, 0.0173], [0.2794, 0.192, 0.132, 0.1028, 0.0907, 0.0334, 0.0294, 0.026]], "ranks": {"Rust": [71458, 62174, 91121, 107385, 78698, 68402, 26362, 25616, 18423, 16114, 13478, 12626, 16713, 11956, 14018, 14107, 18256, 24660, 23637, 25204, 19423, 27955, 27163, 21799, 33290, 112219, 94730, 98997, 80798, 86521, 101486, 79811, 67006, 57723, 53458, 41088, 57737, 66228, 41786, 43656, 44284, 14380, 11189, 9196, 3825, 1716, 882]}}, {"pos": 375, "top": [["<start_of_image>", "...", "</h1>", "s", "colours", "..", "e", " vapour"], ["s", "e", "...", "s\u0131", "</h1>", "..", "<start_of_image>", "colours"], ["s", "<start_of_image>", "e", "...", "  ", "s\u0131", "..", "\u093e\u0924"], ["s", "e", "<start_of_image>", "...", "  ", "s\u0131", "\u093e\u0924", " \u200b"], ["s", "e", "<start_of_image>", "  ", "s\u0131", "\u09c7\u09b0", "sion", "eis"], ["s", "e", "  ", "s\u0131", " \u200b", "ean", " \u2014", "eis"], ["s", "e", "\ufffd", "  ", "\ufffd", " \u200b", "ean", "eis"], ["s", "e", "  ", "\ufffd", " \u200b", " \u00ad", "\ufffd", "ean"], ["s", "  ", "e", "\ufffd", "\ufffd", " biggest", " \u200b", " big"], ["s", "  ", "\ufffd", "e", " big", " biggest", " bigger", " huge"], ["s", "  ", " big", " biggest", " huge", " bigger", " really", "\ufffd"], [" pretty", " big", " really", " things", "s", " huge", " bigger", " stuff"], [" really", " pretty", " big", " things", " huge", " stuff", " kids", " bigger"], [" pretty", " things", " really", " big", ",", " thing", " stuff", " kids"], [" pretty", " really", " things", " big", " stuff", " thing", " vibe", " kids"], [" pretty", " really", " things", " vibe", " big", " stuff", " thing", " huge"], [" really", " pretty", " things", " stuff", " vibe", " maybe", ",", " thing"], [" really", " pretty", " vibe", " things", " weird", " big", " stuff", " thing"], [" vibe", " really", " pretty", " vibes", " mindset", " shenanigans", " incredibly", " things"], [" vibe", " backstory", " mindset", " shenanigans", " pretty", " incredibly", " really", " impactful"], [" shenanigans", " vibe", " backstory", " badass", " mindset", " shift", " prioritization", " hefty"], [" vibe", " shenanigans", " prioritization", " really", " uptick", " backstory", " hefty", " badass"], [" complexities", " complexity", " shenanigans", " uptick", " impactful", " tweaks", " incredibly", " prioritization"], [" prioritization", " optimizations", " uptick", " impactful", " intensification", " complexities", " tweaks", " enhancements"], [" uptick", " prioritization", " impactful", " tweaks", " optimizations", " enhancements", " leverages", " escalation"], [" uptick", " optimizations", " prioritization", " tweaks", " upregulation", " enhancements", " impactful", " escalation"], [" uptick", " prioritization", " optimizations", " enhancements", " escalation", " tweaks", " upregulation", " intensification"], [" uptick", " optimizations", " tweaks", " prioritization", " enhancements", " upgrades", " escalation", " intensification"], [" uptick", " optimizations", " tweaks", " prioritization", " enhancements", "\u65b0\u589e", " additions", " upgrades"], [" additions", " optimizations", " tweaks", " enhancements", " uptick", "\u65b0\u589e", " upgrades", " adi\u00e7\u00e3o"], [" optimizations", " tweaks", " additions", " enhancements", " uptick", " prioritization", " upgrades", " clarifications"], [" optimizations", " tweaks", " additions", " uptick", " prioritization", " enhancements", " clarifications", " constraints"], [" optimizations", " tweaks", " additions", " enhancements", " clarifications", " constraints", " uptick", " changes"], [" additions", "\u65b0\u589e", " tweaks", " \ucd94\uac00", " optimizations", " constraints", " adi\u00e7\u00e3o", " added"], [" additions", "\u65b0\u589e", " tweaks", " changes", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", " \ucd94\uac00", " added", "\u3092\u8ffd\u52a0"], [" updates", " update", " additions", " tweaks", " changes", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", " revisions", "\u65b0\u589e"], [" additions", " updates", " tweaks", " update", " changes", "\u65b0\u589e", " revisions", " added"], [" additions", " updates", " tweaks", " update", " changes", "\u65b0\u589e", " revisions", " \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f"], [" additions", " updates", " update", " tweaks", " revisions", " changes", " constraints", "\u65b0\u589e"], [" additions", " updates", " update", " tweaks", " revisions", " changes", " addition", " constraints"], [" updates", " update", " additions", " changes", " revisions", " tweaks", " clarifications", " constraints"], [" updates", " update", " additions", " tweaks", " revisions", " changes", " Linux", " constraints"], [" updates", " update", " additions", " Linux", " constraints", " updated", " addition", " changes"], [" updates", " update", " additions", " updated", " added", " changes", " Linux", " addition"], [" updates", " update", " Linux", " updated", " added", " additions", " changes", " updating"], [" Linux", " updates", " update", " cheap", " added", " additions", " shift", " addition"], [" update", " updates", " Linux", " Android", " added", " changes", " additions", " new"]], "p": [[0.7811, 0.1743, 0.0303, 0.0143, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9121, 0.0749, 0.013, 0.0, 0.0, 0.0, 0.0, 0.0], [0.985, 0.0109, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9235, 0.0758, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.838, 0.0688, 0.0417, 0.0153, 0.0153, 0.0093, 0.0027, 0.0027], [0.3858, 0.3004, 0.1822, 0.0407, 0.0407, 0.0192, 0.0116, 0.0071], [0.4402, 0.267, 0.2079, 0.0281, 0.0281, 0.0081, 0.0063, 0.0049], [0.5735, 0.211, 0.0997, 0.0471, 0.0173, 0.0135, 0.0105, 0.0064], [0.5228, 0.3171, 0.1166, 0.0123, 0.0075, 0.0058, 0.0021, 0.0017], [0.7115, 0.1236, 0.1236, 0.0167, 0.0048, 0.0037, 0.0029, 0.0023], [0.5821, 0.3116, 0.0695, 0.0044, 0.0039, 0.0039, 0.0031, 0.0031], [0.8449, 0.0891, 0.0328, 0.0255, 0.0016, 0.001, 0.0008, 0.0006], [0.9721, 0.0229, 0.004, 0.0004, 0.0002, 0.0001, 0.0001, 0.0001], [0.9928, 0.0041, 0.0019, 0.0004, 0.0002, 0.0002, 0.0002, 0.0001], [0.4902, 0.4902, 0.0148, 0.0026, 0.0007, 0.0004, 0.0003, 0.0003], [0.8229, 0.143, 0.0071, 0.0055, 0.0055, 0.0043, 0.002, 0.002], [0.6187, 0.2276, 0.0508, 0.0308, 0.0187, 0.0113, 0.0113, 0.0113], [0.7396, 0.1285, 0.1001, 0.0105, 0.0064, 0.005, 0.005, 0.0018], [0.7481, 0.1669, 0.0614, 0.0137, 0.0065, 0.0007, 0.0004, 0.0004], [0.5183, 0.2161, 0.1683, 0.0425, 0.0074, 0.0065, 0.0051, 0.004], [0.6688, 0.1916, 0.1162, 0.0095, 0.0045, 0.0045, 0.0008, 0.0008], [0.7839, 0.1061, 0.0643, 0.039, 0.0041, 0.0007, 0.0004, 0.0003], [0.5738, 0.2711, 0.128, 0.0135, 0.0039, 0.0023, 0.0014, 0.0009], [0.5667, 0.3437, 0.0597, 0.022, 0.0038, 0.0023, 0.0005, 0.0003], [0.6501, 0.2392, 0.088, 0.0196, 0.001, 0.0005, 0.0004, 0.0002], [0.9799, 0.0085, 0.0066, 0.0019, 0.0011, 0.0009, 0.0004, 0.0002], [0.8155, 0.1104, 0.0669, 0.0033, 0.001, 0.001, 0.0007, 0.0004], [0.9981, 0.0009, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.9848, 0.0066, 0.004, 0.0024, 0.0015, 0.0002, 0.0001, 0.0001], [0.9863, 0.011, 0.0015, 0.0009, 0.0003, 0.0, 0.0, 0.0], [0.7139, 0.2626, 0.0216, 0.0018, 0.0, 0.0, 0.0, 0.0], [0.723, 0.266, 0.008, 0.003, 0.0, 0.0, 0.0, 0.0], [0.7247, 0.2666, 0.0081, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9683, 0.0292, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7302, 0.2686, 0.0011, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7752, 0.2221, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6148, 0.3729, 0.006, 0.0028, 0.001, 0.0009, 0.0003, 0.0003], [0.1966, 0.1966, 0.1735, 0.1531, 0.0563, 0.0497, 0.0342, 0.0266], [0.2717, 0.2398, 0.1454, 0.1133, 0.0324, 0.0324, 0.0253, 0.0253]], "ranks": {"Rust": [51092, 62068, 98216, 101628, 74423, 78174, 29828, 24701, 15916, 9496, 7705, 5312, 7134, 5016, 7039, 8382, 10701, 15414, 16046, 16606, 20051, 21231, 33737, 44462, 83059, 131148, 112091, 106403, 119245, 108955, 136632, 119596, 113594, 101307, 110965, 68022, 61716, 60593, 43473, 40679, 38708, 14269, 11386, 9296, 5388, 2724, 1867]}}, {"pos": 376, "top": [[" Linux", "Linux", " `$", " `<", " `/", " Ubuntu", " `@", " `./"], [" Linux", " `$", "Linux", " `<", " `/", " `@", " `${", " `./"], [" Linux", " `$", "Linux", " `/", " `@", " `${", " `{", " `<"], [" Linux", " `$", "Linux", " `/", " `<", " `@", " `{", " `./"], [" `/", " `<", " `$", " Linux", " `{", " `./", " (`", " `@"], [" `<", " `/", " `$", " `@", " `{", " Linux", " `${", " `./"], [" Linux", " `$", " `<", " `@", " `${", " (`", "Linux", " `/"], [" Linux", " `$", " `<", " `${", " `@", "Linux", " (`", " Ubuntu"], [" Linux", " Ubuntu", " `$", "Linux", " `<", " `${", " (`", " \\("], [" Linux", " Ubuntu", "Linux", " `<", " `${", " `$", " `/", " (`"], [" Linux", " Ubuntu", " `<", " `$", " `${", " `@", " `/", "Linux"], [" Linux", " Ubuntu", "Linux", " linux", " Debian", " `${", " `<", " `$"], [" Linux", " Ubuntu", "Linux", " linux", " Debian", " `${", " `<", " \\("], [" Linux", " Ubuntu", "Linux", " linux", " `${", " \\(", " (`", " `<"], [" Linux", " Ubuntu", "Linux", " linux", " `${", " `$", " `<", " `@"], [" Linux", " Ubuntu", " linux", "Linux", " \\(", " Debian", " `$", " (`"], [" Linux", " Ubuntu", " (`", "Linux", " `@", " linux", " \\(", " `${"], [" Linux", " (`", " `@", " Ubuntu", "Linux", " linux", " `$", " `${"], [" Linux", "Linux", " Ubuntu", " linux", " Debian", " (`", " `@", " UNIX"], [" Linux", "Linux", " Ubuntu", " Debian", " linux", " DevOps", " cybersecurity", " infrastructure"], [" Linux", "Linux", " infrastructure", " linux", " Ubuntu", " cybersecurity", " Debian", " DevOps"], [" Linux", " infrastructure", " cybersecurity", " software", " hardware", " mainframe", "Linux", " GPUs"], [" Linux", " GPUs", " FPGA", " software", " infrastructure", " cybersecurity", " hardware", " SaaS"], [" workflows", " GPUs", " FPGA", " Linux", " workflow", " virtualization", " infrastructure", " optimizations"], [" workflows", " workflow", " cybersecurity", " FPGA", " GPUs", " onboarding", " optimizations", " prototyping"], [" workflows", " FPGA", " optimizations", " workaround", " transcoding", " powertrain", " scalability", " drivetrain"], [" FPGA", " workflows", " virtualization", " powertrain", " prototyping", " workaround", " bootstrapping", " codebase"], [" FPGA", " workflows", " SaaS", " virtualization", " codebase", " GPUs", " workaround", " optimizations"], [" FPGA", " codebase", " workflows", " SaaS", " DevOps", " optimizations", " workflow", " GPUs"], [" optimizations", " codebase", " FPGA", " SaaS", " virtualization", " workflows", " GPUs", " DevOps"], [" codebase", " DevOps", " optimizations", " FPGA", " SaaS", " workflows", " virtualization", " GPUs"], [" DevOps", " codebase", " FPGA", " GPUs", " workflows", " optimizations", " virtualization", " SaaS"], [" DevOps", " codebase", " GPUs", " workflows", " FPGA", " Kubernetes", " virtualization", " SaaS"], [" DevOps", " Kubernetes", " SaaS", " virtualization", " workflows", " VMs", " optimizations", " GPUs"], [" VMs", " DevOps", " Kubernetes", " virtualization", " deployment", " workflows", " GPUs", " Linux"], [" containers", " container", " Docker", " Containers", "\u5bb9\u5668", " \u043a\u043e\u043d\u0442\u0435\u0439", " Kubernetes", "containers"], [" containers", " container", " Docker", " Containers", "\u5bb9\u5668", " Kubernetes", " Linux", "containers"], [" containers", " container", " Docker", " Containers", "\u5bb9\u5668", " \u043a\u043e\u043d\u0442\u0435\u0439", "containers", " Container"], [" containers", " container", " Docker", " Containers", "\u5bb9\u5668", " Container", "containers", " VMs"], [" containers", " container", " Containers", " Docker", " Container", "\u5bb9\u5668", " \u043a\u043e\u043d\u0442\u0435\u0439", "containers"], [" containers", " container", " Containers", " Container", " Docker", "\u5bb9\u5668", " \u043a\u043e\u043d\u0442\u0435\u0439", "containers"], [" container", " containers", " Container", " Containers", "container", " \u043a\u043e\u043d\u0442\u0435\u0439", "\u5bb9\u5668", "Container"], [" container", " containers", " Container", " Containers", "container", " \u043a\u043e\u043d\u0442\u0435\u0439", "\u5bb9\u5668", "Container"], [" container", " containers", " Container", " Containers", " \u043a\u043e\u043d\u0442\u0435\u0439", "container", " CI", "\u5bb9\u5668"], [" container", " containers", " Container", " CI", " Containers", "container", "Container", "\u5bb9\u5668"], [" CI", " container", " containers", " Container", "CI", " Containers", " Docker", "/"], [" CI", " container", " containers", "/", "-", " Container", " build", " and"]], "p": [[0.9052, 0.0743, 0.0166, 0.0022, 0.0014, 0.0002, 0.0001, 0.0], [0.5382, 0.3265, 0.0728, 0.0268, 0.0163, 0.0163, 0.0022, 0.0004], [0.5893, 0.2168, 0.0798, 0.0621, 0.0377, 0.0065, 0.0031, 0.0031], [0.5055, 0.3066, 0.0878, 0.0533, 0.0196, 0.0119, 0.0072, 0.0044], [0.5257, 0.1934, 0.1934, 0.0432, 0.0159, 0.0096, 0.0096, 0.0058], [0.5899, 0.217, 0.0798, 0.0622, 0.0229, 0.0139, 0.0066, 0.004], [0.9935, 0.0032, 0.0015, 0.0012, 0.0003, 0.0002, 0.0001, 0.0], [0.9976, 0.0012, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0003, 0.0002, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.3688, 0.2237, 0.1057, 0.0823, 0.0499, 0.0499, 0.0389, 0.0236], [0.8231, 0.1114, 0.0249, 0.0249, 0.0055, 0.0034, 0.0012, 0.0012], [0.4091, 0.1933, 0.1172, 0.0431, 0.0336, 0.0336, 0.0336, 0.0262], [0.8408, 0.0419, 0.0254, 0.0254, 0.012, 0.012, 0.0093, 0.0057], [0.7435, 0.061, 0.061, 0.037, 0.0225, 0.0225, 0.0225, 0.0064], [0.7197, 0.0974, 0.0591, 0.0358, 0.0169, 0.0169, 0.0169, 0.0132], [0.9234, 0.046, 0.0169, 0.0062, 0.0023, 0.0014, 0.0014, 0.0014], [0.7543, 0.1021, 0.0376, 0.0376, 0.0228, 0.0228, 0.0138, 0.0051], [0.6815, 0.1953, 0.0559, 0.0339, 0.016, 0.0059, 0.0036, 0.0036], [0.4192, 0.2543, 0.2543, 0.0442, 0.0099, 0.0077, 0.0036, 0.0036], [0.9826, 0.004, 0.004, 0.0015, 0.0015, 0.0015, 0.0015, 0.0015], [0.6215, 0.3769, 0.0009, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8516, 0.148, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5458, 0.3311, 0.1218, 0.0006, 0.0003, 0.0002, 0.0, 0.0], [0.5496, 0.3778, 0.0656, 0.0054, 0.0006, 0.0002, 0.0001, 0.0001]], "ranks": {"Rust": [22964, 21517, 36808, 37290, 47002, 76876, 35876, 29504, 19217, 19712, 28701, 13933, 14180, 11871, 13199, 8922, 10607, 9727, 12560, 8552, 15016, 20219, 21832, 24311, 42202, 106322, 108475, 88995, 75928, 53748, 76276, 50841, 39358, 25868, 12086, 5851, 5012, 3969, 3387, 4126, 3509, 2390, 2696, 2295, 800, 466, 453]}}, {"pos": 377, "top": [[" \u200b", "\u200b", "\u3001\u200b", "\u00b7\u00b7\u00b7\u00b7", "\u200b.", ".\u200b\u200b", ".\u200b", " \uf0b7"], [" \u200b", "\u200b", "\u00b7\u00b7\u00b7\u00b7", "\u3001\u200b", " \uf0b7", ".\u200b\u200b", "\u200b.", ".\u200b"], [" \u200b", "\u00b7\u00b7\u00b7\u00b7", "\u200b", "\u3001\u200b", "\u00b7\u00b7\u00b7", " \u00b7", " \u25cf", " \uf0b7"], [" \u200b", "\u200b", "\u3001\u200b", "\u00b7\u00b7\u00b7\u00b7", " \uf0b7", "\u200b\u2014", "\u00b7\u00b7\u00b7", ",\u200b"], [" \u200b", "\u3001\u200b", "\u200b", " \u00b7", "\u00b7\u00b7\u00b7\u00b7", "\u00b7\u00b7\u00b7", ",\u200b", "\u200b\u2014"], [" \u200b", "\u3001\u200b", " \uf0b7", " \u00b7", "\u200b", " \u2014\u2014", "\u200b\u2014", "\u2014"], [" \u200b", "\u3001\u200b", "\u200b", "\u200b\u2014", "\u2014", ",\u200b", " \u200d", "\u2060"], [" \u200b", "\u3001\u200b", "\u200b", "\u200b\u2014", " \u200d", ",\u200b", "\u2060", " \u200b\u200b\u200b\u200b"], [" \u200b", "\u3001\u200b", "\u200b", "\u200b\u2014", ",\u200b", "\u2014", " (\u2212", "\u2060"], [" \u200b", "\u3001\u200b", "\u200b", " \u200d", ",\u200b", "\ufffd", "\u2060", " (\u2212"], [" \u200b", "\u3001\u200b", " (\u2212", " \u200d", "\u200b", " \u2212", "\u2014", " \u2014"], [" \u200b", "\u3001\u200b", " (\u2212", "\u200b", " \u200d", "\u2014", ",\u200b", "\u2060"], [" \u200b", "\u3001\u200b", "\u200b", " (\u2212", " \u200d", " Docker", "\u200d", ",\u200b"], [" \u200b", "\u200b", "\u3001\u200b", "\u200b.", "\u2014", "\u200b,", ",\u200b", " Docker"], [" \u200b", "\u200b", "\u2014", "\u3001\u200b", "\u200b.", "\u200b,", ",\u200b", "\u2060"], [" \u200b", "\u200b", "\u2014", "\u3001\u200b", "\u200b.", ",\u200b", "\u200b,", "\u200b\u2014"], [" \u200b", "\u200b", "\u2014", "\u200b,", "\u200b.", " Docker", " \u2014", "\u3001\u200b"], [" \u200b", "\u200b", "\u200b.", " repurposed", " Docker", " infrastructure", " workflow", " docker"], [" workflow", " workflows", " \u200b", " infrastructure", " repurposed", " blockchain", " Kubernetes", " Docker"], [" repurposed", " workflows", " infrastructure", " blockchain", " workflow", " cybersecurity", " leveraging", " onboarding"], [" workflows", " infrastructure", " workflow", " repurposed", " leveraging", " onboarding", " logistics", " leverages"], [" workflows", " workflow", " infrastructure", " repurposed", " onboarding", " logistics", " leveraging", " feedstock"], [" workflows", " workflow", " infrastructure", " logistics", " onboarding", " leverages", " logistical", " functionality"], [" workflows", " workflow", " leverages", " leveraging", " skillset", " scalability", " infrastructure", " functionality"], [" workflows", " workflow", " leverages", " onboarding", " scalability", " skillset", " leveraging", " prioritization"], [" workflows", " workflow", " scalability", " leverages", " onboarding", " prioritization", " optimizations", " leveraging"], [" workflows", " workflow", " scalability", " onboarding", " prioritization", " leverages", " prototyping", " optimizations"], [" workflow", " workflows", " prioritization", " scalability", " onboarding", " optimizations", " optimization", " workaround"], [" workflow", " workflows", " scalability", " prioritization", " onboarding", " optimizations", " optimization", " upregulation"], [" optimizations", " workflow", " workflows", " prioritization", " scalability", " optimization", " onboarding", " deployment"], [" workflow", " deployment", " workflows", " scalability", " prioritization", " optimizations", " optimization", " onboarding"], [" deployment", " workflow", " workflows", " scalability", " prioritization", " optimizations", " onboarding", " optimization"], [" deployment", " workflow", " workflows", " scalability", " onboarding", " DevOps", " optimizations", " prioritization"], [" deployment", " workflow", " workflows", " deployments", " optimizations", " scalability", " onboarding", " rollout"], [" deployment", " deployments", " shift", " rollout", " workflow", " workflows", " optimizations", " scalability"], [" deployment", " shift", " rollout", " deployments", " DevOps", " workflow", " onboarding", " shifts"], [" deployment", " shift", " rollout", " deployments", " DevOps", " enablement", " prioritization", " onboarding"], [" deployment", " shift", " rollout", " deployments", " DevOps", " enablement", " shifts", " relocation"], [" deployment", " shift", " deployments", " shifts", " rollout", " move", " migration", " relocation"], [" deployment", " shift", " deployments", " shifts", " move", " rollout", " migration", " relocation"], [" deployment", " shift", " move", " migration", " rollout", " deployments", " relocation", " shifts"], [" CI", " deployment", " shift", " move", " rollout", " migration", " shifts", " deployments"], [" CI", " shift", " deployment", " move", " rollout", " build", " update", " migration"], [" CI", " shift", " move", " deployment", "CI", " build", " rollout", " update"], [" CI", " shift", " move", "CI", " deployment", " build", " update", " constraint"], [" CI", " shift", " move", "CI", " build", " deployment", "ization", " and"], [" CI", " shift", " move", " build", " and", " push", " deployment", "ization"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9917, 0.0017, 0.0012, 0.0005, 0.0005, 0.0005, 0.0005, 0.0003], [0.2106, 0.2106, 0.2106, 0.1277, 0.0995, 0.0603, 0.0173, 0.0135], [0.6636, 0.1481, 0.0699, 0.0424, 0.033, 0.0122, 0.0074, 0.0045], [0.4443, 0.2695, 0.1273, 0.0772, 0.0221, 0.0134, 0.0104, 0.0044], [0.6925, 0.1545, 0.1203, 0.0099, 0.0099, 0.0036, 0.0013, 0.001], [0.7077, 0.2603, 0.0214, 0.0029, 0.0014, 0.0008, 0.0006, 0.0006], [0.9144, 0.0751, 0.0062, 0.0023, 0.0008, 0.0004, 0.0002, 0.0002], [0.9483, 0.0472, 0.0024, 0.0009, 0.0009, 0.0002, 0.0001, 0.0001], [0.9854, 0.0066, 0.004, 0.0024, 0.0009, 0.0003, 0.0001, 0.0], [0.7207, 0.2651, 0.008, 0.0049, 0.0011, 0.0, 0.0, 0.0], [0.6185, 0.3751, 0.0042, 0.0015, 0.0006, 0.0, 0.0, 0.0], [0.6189, 0.3754, 0.0042, 0.0009, 0.0003, 0.0002, 0.0001, 0.0], [0.8022, 0.1086, 0.0399, 0.0242, 0.0147, 0.0089, 0.0007, 0.0007], [0.6474, 0.0876, 0.0876, 0.0876, 0.0531, 0.0322, 0.0026, 0.0016], [0.6121, 0.2252, 0.1366, 0.0185, 0.0041, 0.0025, 0.0006, 0.0003], [0.9707, 0.0178, 0.0108, 0.0005, 0.0001, 0.0001, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6275, 0.2309, 0.14, 0.0016, 0.0, 0.0, 0.0, 0.0], [0.9449, 0.0366, 0.0173, 0.0011, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0017, 0.0004, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.8942, 0.0832, 0.0077, 0.0032, 0.0025, 0.002, 0.0013, 0.001]], "ranks": {"Rust": [107913, 103339, 107220, 104758, 95107, 93101, 53219, 74928, 68283, 56451, 46263, 25869, 36970, 17611, 25042, 16773, 10325, 10263, 15489, 16129, 15583, 19519, 18028, 19058, 32240, 54907, 54807, 60710, 66995, 75437, 84715, 86480, 72444, 55575, 45510, 36841, 37764, 30724, 22599, 22261, 13916, 8032, 7461, 7761, 5704, 4581, 2570]}}, {"pos": 378, "top": [["~!", " '!", " '~", " =~", " \u00c3", " \u09ac\u0995\u09cd\u09a4\u09ac", " !(", " ~("], ["~!", " '~", " '!", " ={", " =~", " ~(", " \u09ac\u0995\u09cd\u09a4\u09ac", " '|"], [" ={", "~!", " =~", " ~~", " ~(", " {:", " !(", " ~="], [" =~", " ~~", "~!", " ={", " ~(", " ~=", " ~", " !("], [" ~~", " ~(", " =~", " `--", " !(", " ~", " !", " ~="], [" \u00a8", " ~~", " ~(", " ~", " `--", " !", " \u00c3", " =~"], [" \\(", " (\\\"", " \\|", " \u00c3", " ~(", " ``", " !", " (:"], [" \\(", " \\|", " (\\\"", " \u00c3", " ``", " \\\"", " ~(", " ~"], [" \u00c3", " \\(", " ``", " (\\\"", " \ufeff", " \u00d0", " \u00a8", " `--"], [" (\\\"", " \\(", " \ufeff", " workflows", " \u200d", " DevOps", " workflow", " (~"], [" \\(", " \u00c3", " \u200d", " (\\\"", " workflows", " ``", " (~", " `--"], [" (\\\"", " \\(", " (~", " (!", " ~", " ~(", " !", " \u00c3"], [" (\\\"", " workflows", " \\(", " workflow", " DevOps", " (~", " (!", " probabilistic"], [" workflows", " \\(", " (\\\"", " workflow", " DevOps", " (!", " ``", " GitLab"], [" workflows", " workflow", " (\\\"", " \\(", " datasets", " DevOps", " metadata", " (!"], [" workflows", " (\\\"", " workflow", " datasets", " (!", " \\(", " metadata", " metrics"], [" workflows", " workflow", " datasets", " onboarding", " massively", " impactful", " DevOps", " bespoke"], [" workflows", " workflow", " onboarding", " datasets", " metadata", " DevOps", " infrastructure", " metrics"], [" workflows", " workflow", " datasets", " onboarding", " DevOps", " prototyping", " metadata", " cybersecurity"], [" workflows", " workflow", " onboarding", " prototyping", " datasets", " cybersecurity", " metadata", " DevOps"], [" workflows", " workflow", " prototyping", " onboarding", " datasets", " infrastructure", " DevOps", " metadata"], [" workflows", " workflow", " prototyping", " onboarding", " infrastructure", " datasets", " vetting", " benchmarking"], [" workflows", " workflow", " onboarding", " prototyping", " infrastructure", " datasets", " leveraging", " troubleshooting"], [" workflows", " workflow", " leverages", " leveraging", " optimizations", " prototyping", " onboarding", " prioritization"], [" workflows", " workflow", " leverages", " prototyping", " leveraging", " onboarding", " prioritization", " optimizations"], [" leverages", " workflows", " reinforces", " optimizations", " uptick", " leveraging", " workflow", " prototyping"], [" reinforces", " adds", " enhances", " implies", " leverages", " allows", " complicates", " uptick"], [" reinforces", " adds", " implies", " and", " enhances", " complicates", " enables", " necessitates"], [" and", " \u098f\u09ac\u0982", " adds", " reinforces", "\u098f\u09ac\u0982", " \u0906\u0923\u093f", " implies", " \u0914\u0930"], [" adds", " and", " reinforces", " implies", " enhances", " \u098f\u09ac\u0982", " improves", " simplifies"], [" adds", " reinforces", " and", " complicates", " simplifies", " improves", " enhances", " strengthens"], [" and", " adds", " reinforces", " \u098f\u09ac\u0982", " complicates", " simplifies", " strengthens", " improves"], [" adds", " simplifies", " and", " reinforces", " complicates", " improves", " enhances", " strengthens"], [" adds", " simplifies", " reinforces", " complicates", " and", " improves", " strengthens", " enhances"], [" adds", " simplifies", " reinforces", " strengthens", " complicates", " improves", " coupled", " accelerates"], [" adds", " simplifies", " accelerates", " reinforces", " complicates", " strengthens", " coupled", " improves"], [" adds", " simplifies", " complicates", " reinforces", " strengthens", " accelerates", " worsens", " reduces"], [" adds", " simplifies", " complicates", " reinforces", " strengthens", " accelerates", " worsens", " improves"], [" adds", " simplifies", " strengthens", " complicates", " accelerates", " reinforces", " worsens", " reduces"], [" adds", " simplifies", " reinforces", " accelerates", " strengthens", " complicates", " worsens", " reduces"], [" adds", " simplifies", " strengthens", " complicates", " accelerates", " reinforces", " reduces", " worsens"], [" adds", " accelerates", " simplifies", " strengthens", " complicates", " reinforces", " reduces", " and"], [" adds", " simplifies", " reinforces", " and", " complicates", " reduces", " strengthens", " accelerates"], [" adds", " and", " simplifies", " accelerates", " strengthens", " reinforces", " reduces", " complicates"], [" adds", " and", " simplifies", " pushes", " changes", " accelerates", " strengthens", " introduces"], [" and", " adds", " changes", " shift", " +", " pushes", " AND", " shifts"], [" and", " &", ",", " shift", " adds", " +", " changes", " change"]], "p": [[0.5653, 0.3429, 0.0765, 0.003, 0.003, 0.0023, 0.0018, 0.0018], [0.8899, 0.073, 0.0269, 0.0047, 0.0028, 0.0013, 0.0003, 0.0003], [0.7489, 0.1301, 0.0615, 0.0479, 0.0065, 0.0024, 0.0011, 0.0004], [0.4083, 0.318, 0.0911, 0.0911, 0.0709, 0.0158, 0.0028, 0.0008], [0.8993, 0.0575, 0.0211, 0.0128, 0.0037, 0.0029, 0.0008, 0.0006], [0.4489, 0.2723, 0.1286, 0.0608, 0.0608, 0.0174, 0.005, 0.005], [0.8544, 0.1156, 0.0258, 0.0027, 0.0006, 0.0006, 0.0001, 0.0], [0.9982, 0.0006, 0.0006, 0.0003, 0.0003, 0.0, 0.0, 0.0], [0.6617, 0.1896, 0.1477, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.6364, 0.3006, 0.0407, 0.0192, 0.0016, 0.0005, 0.0003, 0.0002], [0.9113, 0.0748, 0.0061, 0.0029, 0.0014, 0.0014, 0.0008, 0.0005], [0.9581, 0.0371, 0.0018, 0.0011, 0.0007, 0.0005, 0.0005, 0.0], [0.6514, 0.3077, 0.0253, 0.0153, 0.0001, 0.0, 0.0, 0.0], [0.7828, 0.0825, 0.0825, 0.05, 0.0007, 0.0003, 0.0003, 0.0002], [0.9472, 0.0472, 0.0039, 0.0007, 0.0005, 0.0001, 0.0001, 0.0001], [0.9444, 0.047, 0.0082, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9855, 0.0141, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9946, 0.0052, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9701, 0.0293, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9839, 0.0109, 0.004, 0.0007, 0.0002, 0.0002, 0.0001, 0.0], [0.9186, 0.0457, 0.0277, 0.0062, 0.0014, 0.0002, 0.0001, 0.0001], [0.5005, 0.3036, 0.1841, 0.0034, 0.0034, 0.002, 0.0012, 0.0012], [0.9237, 0.0758, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7144, 0.2628, 0.0216, 0.0011, 0.0001, 0.0, 0.0, 0.0], [0.9969, 0.0015, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9426, 0.0469, 0.0105, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9699, 0.0293, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.618, 0.3749, 0.0069, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.7844, 0.1062, 0.0644, 0.0391, 0.0032, 0.0019, 0.0004, 0.0003], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0007, 0.0003, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001], [0.9597, 0.029, 0.0083, 0.0007, 0.0005, 0.0004, 0.0003, 0.0003], [0.6012, 0.3647, 0.0125, 0.0067, 0.0028, 0.0025, 0.0013, 0.0009], [0.994, 0.0022, 0.0005, 0.0005, 0.0003, 0.0003, 0.0002, 0.0002], [0.9682, 0.0201, 0.0051, 0.0013, 0.001, 0.0008, 0.0007, 0.0005]], "ranks": {"Rust": [48292, 56660, 78418, 82781, 74498, 66479, 17129, 15478, 10061, 10578, 18534, 10107, 11215, 8519, 12549, 12618, 23812, 18585, 20696, 16795, 19432, 17056, 16421, 20286, 30268, 46645, 57520, 60266, 54064, 49709, 54897, 45161, 44195, 42727, 39513, 37961, 74594, 74371, 70828, 59437, 40832, 30408, 29127, 21291, 12735, 7256, 6750]}}, {"pos": 379, "top": [["s", "\u2026.", "\u2026..", "..", "!!.", "!.", "..'", "\u09c7\u09b0"], ["s", "\u09c7\u09b0", "s\u0131", "..", "!!.", "\u00b7\u00b7", "e", "..'"], ["s", "..", "\u00b7\u00b7", "\u2026..", "\u2026.", "e", "\u09c7\u09b0", "s\u0131"], ["s", "..", "\u09c7\u09b0", "e", "s\u0131", "\u00b7\u00b7", "\\\\", "\u2026."], ["s", "\u09c7\u09b0", " {\\", "s\u0131", "e", "i", "\u00b7\u00b7", "\u0627\u062a"], ["s", " {\\", "s\u0131", "e", "\u09c7\u09b0", "i", "es", "  "], ["s", " {\\", " ${\\", "\u09c7\u09b0", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "  ", "{\\", "s\u0131"], ["s", " {\\", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "\u09c7\u09b0", "  ", " ${\\", " '''", "{\\"], ["s", "  ", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "\u09c7\u09b0", " {\\", "\u094d\u0938", "\u0627\u062a", "\u05f3"], ["s", "  ", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " {\\", "\u05f3", " respectively", " crucially", "   "], ["s", "  ", " {\\", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "\u05f3", " crucially", " ${\\", " respectively"], ["s", ",", "\u05f3", " '''", " respectively", " very", " especially", " are"], ["s", ",", " very", ".", "..", " are", "  ", " especially"], [",", "s", ".", ".\\", " are", " very", "..", "  "], [",", ".", ".\\", "s", " are", "..", "\u00c2", " were"], [",", ".", ".\\", " very", " focussed", " (`", "\u00c2", "s"], [",", " focussed", ".", "!.", "!", " very", " were", " are"], [".", "..", "!.", " are", ",", "\u2026", " crucially", " focussed"], [" crucially", ".", " focussed", " logistics", " infrastructure", " are", " dynamics", "!."], [" focussed", " focused", " crucially", " focus", " workflows", " dynamics", " increasingly", " logistics"], [" focussed", " crucially", " dynamics", " focused", " integration", " focus", " increasingly", " leveraged"], [" focussed", " focused", " crucially", " focus", " increasingly", " dynamics", " optimised", " leveraged"], [" focussed", " focused", " focus", " dynamics", " impactful", " connectivity", " shifted", " enhancements"], [" prioritization", " impactful", " optimizations", " enhancements", " leveraging", " prioritized", " tradeoffs", " prioritizing"], [" prioritization", " impactful", " uptick", " optimizations", " scalability", " tweaks", " upgrades", " tradeoffs"], [" prioritization", " optimizations", " impactful", " uptick", " scalability", " tweaks", " robustness", " upregulation"], [" prioritization", " impactful", " scalability", " optimizations", " robustness", " uptick", " scalable", " prioritized"], [" prioritization", " impactful", " scalability", " optimizations", " robustness", " uptick", " scalable", " skillset"], [" prioritization", " optimizations", " scalability", " impactful", " scalable", " uptick", " robustness", " requirement"], [" prioritization", " requirement", " optimizations", " scalability", " requirements", " impactful", " scalable", " prioritized"], [" requirement", " prioritization", " requirements", " optimizations", " scalability", " impactful", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " scalable"], [" requirement", " optimizations", " requirements", " prioritization", " scalability", " FPGA", " constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f"], [" requirement", " optimizations", " requirements", " prioritization", " scalability", " FPGA", " constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f"], [" requirement", " requirements", " optimizations", "\u7279\u306b", " stricter", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " stringent", " requisitos"], [" requirement", " requirements", " stricter", " stringent", " optimizations", "\u7279\u306b", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " tighter"], [" Android", " iOS", " smartphone", " requirement", " stringent", " mobile", " requirements", " stricter"], [" Android", " iOS", " smartphone", " stringent", " FPGA", " mobile", " optimizations", " requirement"], [" mobile", " Android", " iOS", " smartphone", " Mobile", " stringent", "\u30e2\u30d0\u30a4\u30eb", " \u043c\u043e\u0431\u0438"], [" Android", " mobile", " smartphone", " iOS", " Mobile", " stringent", "Android", " \u043c\u043e\u0431\u0438"], [" Android", " mobile", " iOS", " smartphone", " stringent", " Mobile", " stricter", " tighter"], [" mobile", " Android", " iOS", " smartphone", " stringent", " Mobile", " performance", " tighter"], [" mobile", " Android", " Mobile", " smartphone", " android", " iOS", " \u043c\u043e\u0431\u0438", "mobile"], [" mobile", " Android", " Mobile", " android", " iOS", " smartphone", "mobile", " \u043c\u043e\u0431\u0438"], [" mobile", " Android", " Mobile", " android", "Android", " iOS", " smartphone", "mobile"], [" Android", " mobile", " android", " Mobile", "Android", " aggressive", " plugin", " iOS"], [" Android", " mobile", " android", " performance", " aggressive", " plugin", " Mobile", " especially"], [" mobile", " Android", " demanding", " the", " aggressive", " performance", " plugin", " "]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9878, 0.011, 0.0004, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9209, 0.0589, 0.0169, 0.0018, 0.0004, 0.0002, 0.0002, 0.0001], [0.9686, 0.0292, 0.0011, 0.0003, 0.0003, 0.0002, 0.0001, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9853, 0.0109, 0.0028, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.8449, 0.0612, 0.0255, 0.0255, 0.0094, 0.0073, 0.0039, 0.0039], [0.1919, 0.1319, 0.1319, 0.0906, 0.0623, 0.0333, 0.0333, 0.0294], [0.2478, 0.1503, 0.1171, 0.0912, 0.0912, 0.0431, 0.0335, 0.0231], [0.7485, 0.0789, 0.0614, 0.0478, 0.0176, 0.0107, 0.005, 0.005], [0.9393, 0.0172, 0.0081, 0.0063, 0.0043, 0.0038, 0.0012, 0.0012], [0.2007, 0.1563, 0.0948, 0.0948, 0.0948, 0.0212, 0.0165, 0.0165], [0.9124, 0.0749, 0.0101, 0.0014, 0.0005, 0.0003, 0.0001, 0.0001], [0.9924, 0.0067, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9841, 0.0066, 0.0066, 0.0019, 0.0007, 0.0, 0.0, 0.0], [0.9763, 0.0108, 0.0084, 0.004, 0.0003, 0.0001, 0.0, 0.0], [0.9869, 0.011, 0.0015, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.9229, 0.0358, 0.0358, 0.0029, 0.0011, 0.0007, 0.0005, 0.0001], [0.4679, 0.4679, 0.0633, 0.0007, 0.0002, 0.0, 0.0, 0.0], [0.9868, 0.0066, 0.004, 0.0024, 0.0, 0.0, 0.0, 0.0], [0.9357, 0.0466, 0.0104, 0.0063, 0.0009, 0.0001, 0.0001, 0.0], [0.6655, 0.3144, 0.0122, 0.0035, 0.0035, 0.0008, 0.0, 0.0], [0.9525, 0.0474, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9512, 0.0287, 0.0174, 0.0024, 0.0003, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9038, 0.0953, 0.0006, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7696, 0.2205, 0.0028, 0.0022, 0.0009, 0.0007, 0.0007, 0.0005], [0.8628, 0.1323, 0.0009, 0.0008, 0.0006, 0.0006, 0.0005, 0.0003]], "ranks": {"Rust": [39745, 39472, 67991, 81443, 79270, 120901, 48843, 54630, 50614, 40090, 39779, 22154, 20713, 16184, 18565, 17402, 19971, 25296, 20153, 22701, 36414, 31446, 31440, 51017, 67839, 110214, 115672, 114320, 104407, 86373, 99948, 87742, 63241, 38397, 31628, 26135, 33491, 32181, 15533, 14886, 18227, 14075, 13920, 11376, 7073, 3483, 3328]}}, {"pos": 380, "top": [["</h4>", "</strong>", " \u200b", "\u200b\u200b", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", "\u200b.", " \ufeff"], ["</h4>", "</strong>", " \u200b", ".\u200b\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", "\u200b.", " \ufeff"], ["</h4>", "</strong>", " \u200b", ".\u200b\u200b", " \ufeff", "\u200b\u200b\u200b\u200b", "\u200b\u200b", " \u25cf"], ["</h4>", " \u200b", "</strong>", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", " \ufeff", "\u200b\u200b", ",\u200b"], [" \u200b", "</h4>", " \ufeff", ".\u200b\u200b", "</strong>", "\u200b\u200b\u200b\u200b", "\u200b\u200b", " \u200c"], [" \u200b", " \ufeff", "\u200b\u200b", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", " \u25cf", " \u200c", ",\u200b"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", " \ufeff", ",\u200b", "\u200b.", ".\u200b"], [" \u200b", ".\u200b\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", " \ufeff", "\u200b.", ",\u200b", ".\u200b"], [" \u200b", ".\u200b\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", " \ufeff", "\u200b.", ",\u200b", ".\u200b"], [" \u200b", ".\u200b\u200b", "\u200b\u200b", " \ufeff", "\u200b.", "\u200b\u200b\u200b\u200b", ",\u200b", ".\u200b"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", "\u2064", " \ufeff", "\u2063", "\u200b."], [" \u200b", ".\u200b\u200b", "\u200b\u200b", "\u200b.", ",\u200b", "\u200b\u200b\u200b\u200b", ".\u200b", "\u200b"], [" \u200b", ".\u200b\u200b", "\u200b\u200b", "\u200b.", ".\u200b", ",\u200b", "\u200b", "\u200b\u200b\u200b\u200b"], [" \u200b", ".\u200b\u200b", "\u200b.", "\u200b\u200b", ".\u200b", ",\u200b", "\u200b", "\u200b,"], [" \u200b", "\u200b.", ".\u200b\u200b", "\u200b\u200b", ".\u200b", ",\u200b", "\u200b", " smartphone"], [" \u200b", ".\u200b\u200b", "\u200b.", "\u200b\u200b", ".\u200b", ",\u200b", "\u200b", "\u200b,"], [".\u200b\u200b", " \u200b", "\u200b.", "\u200b\u200b", ".\u200b", ",\u200b", "\u200b", "\u200b\u200b\u200b\u200b"], [".\u200b\u200b", "\u200b.", "\u200b\u200b", ".\u200b", " \u200b", ",\u200b", " smartphone", "\u200b\u200b\u200b\u200b"], ["\u200b.", " smartphone", ".\u200b\u200b", "\u200b\u200b", " \u200b", " smartphones", ".\u200b", "\u200b\u200b\u200b\u200b"], ["\u200b.", ".\u200b\u200b", "\u200b\u200b", " smartphone", " \u200b", "\u200b\u200b\u200b\u200b", ".\u200b", " smartphones"], ["\u200b.", ".\u200b\u200b", ".\u200b", "\u200b\u200b", " smartphone", ",\u200b", "\u200b\u200b\u200b\u200b", " smartphones"], [".\u200b\u200b", " smartphone", "\u200b.", " smartphones", "\u200b\u200b", ",\u200b", " touchscreen", ".\u200b"], [" smartphone", " smartphones", " smartwatch", " esports", " optimisation", " infrastructure", " touchscreen", " optimised"], [" smartphone", " scalability", " optimisation", " leverages", " powertrain", " optimised", " optimizations", " leveraging"], [" scalability", " smartphone", " optimisation", " optimization", " optimizations", " powertrain", " prototyping", " prioritization"], [" scalability", " prioritization", " powertrain", " optimizations", " optimization", " skillset", " robustness", " drivetrain"], [" scalability", " prioritization", " optimizations", " powertrain", " optimization", " robustness", " skillset", " optimisation"], [" prioritization", " scalability", " optimizations", " optimization", " powertrain", " robustness", " skillset", " optimisation"], [" prioritization", " scalability", " optimizations", " optimization", " powertrain", " requirement", " optimisation", " criticality"], [" requirement", " optimizations", " prioritization", " requirements", " scalability", " optimization", " constraints", "requirement"], [" requirement", " optimizations", " requirements", " prioritization", " constraints", " optimization", " scalability", " optimisation"], [" optimizations", " requirement", " prioritization", " constraints", " optimization", " scalability", " requirements", " gameplay"], [" requirement", " requirements", " optimizations", " constraints", " expectations", " prioritization", " optimization", " scalability"], [" requirements", " requirement", " constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " optimizations", " expectations", " Anforderungen", " requisitos"], [" requirements", " requirement", " constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " optimizations", " requisitos", " expectations", " Anforderungen"], [" requirements", " requirement", " constraints", " OpenGL", " GPU", " gameplay", " optimizations", " expectations"], [" performance", " requirements", " requirement", " GPU", " OpenGL", " FPS", " \uc131\ub2a5", " KPIs"], [" performance", " GPU", " requirement", " requirements", " FPS", " OpenGL", " targets", " GPUs"], [" FPS", " GPU", " performance", " requirements", " OpenGL", " requirement", " GPUs", " targets"], [" performance", " FPS", " \uc131\ub2a5", " GPU", "\u6027\u80fd", "performance", " target", " rendimiento"], [" performance", " FPS", " GPU", " \uc131\ub2a5", "\u6027\u80fd", "performance", " Performance", " rendimiento"], [" FPS", " performance", " viewport", " GPU", " fps", "FPS", " \uc131\ub2a5", "fps"], [" FPS", " performance", " viewport", " fps", " GPU", "FPS", " Performance", "fps"], [" FPS", " performance", " viewport", " fps", " GPU", "FPS", " FP", "fps"], [" FPS", " performance", " viewport", " GPU", " FP", " fps", "FPS", " VR"], [" FPS", " performance", " viewport", " GPU", " fps", "FPS", " rendering", " target"], [" FPS", " performance", " viewport", " target", " rendering", " Android", " ", " VR"]], "p": [[0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.73, 0.2685, 0.0011, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.921, 0.0459, 0.0278, 0.0048, 0.0004, 0.0, 0.0, 0.0], [0.9036, 0.0578, 0.035, 0.0029, 0.0006, 0.0001, 0.0, 0.0], [0.5577, 0.2052, 0.2052, 0.0278, 0.0038, 0.0004, 0.0001, 0.0], [0.7399, 0.1286, 0.1001, 0.0287, 0.0024, 0.0002, 0.0, 0.0], [0.8162, 0.1821, 0.0007, 0.0005, 0.0005, 0.0, 0.0, 0.0], [0.7562, 0.1687, 0.0621, 0.0108, 0.0019, 0.0003, 0.0, 0.0], [0.8711, 0.1179, 0.0097, 0.0013, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8143, 0.1817, 0.0033, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.9993, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3064, 0.2386, 0.1127, 0.0878, 0.0878, 0.0684, 0.0251, 0.0153], [0.7624, 0.1032, 0.0626, 0.038, 0.014, 0.0085, 0.0051, 0.0031], [0.7096, 0.1233, 0.096, 0.0454, 0.013, 0.0048, 0.0023, 0.0018], [0.7997, 0.1784, 0.0089, 0.0054, 0.0033, 0.0033, 0.0004, 0.0004], [0.6015, 0.3648, 0.0299, 0.0025, 0.0009, 0.0002, 0.0001, 0.0], [0.95, 0.0287, 0.0174, 0.0024, 0.0014, 0.0001, 0.0, 0.0], [0.9993, 0.0003, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8751, 0.1184, 0.0059, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.8954, 0.0735, 0.0164, 0.0099, 0.0037, 0.0005, 0.0005, 0.0001], [0.8647, 0.117, 0.0158, 0.0021, 0.0002, 0.0001, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.666, 0.1486, 0.0901, 0.0901, 0.0045, 0.0004, 0.0001, 0.0001], [0.8712, 0.1179, 0.0059, 0.0036, 0.0013, 0.0, 0.0, 0.0], [0.6198, 0.376, 0.0042, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9476, 0.0472, 0.0027, 0.0008, 0.0005, 0.0002, 0.0001, 0.0001], [0.7752, 0.173, 0.0386, 0.0046, 0.0017, 0.0013, 0.001, 0.0007]], "ranks": {"Rust": [53657, 44949, 69205, 77493, 96256, 119531, 54986, 78182, 63389, 53756, 74893, 40027, 53859, 45396, 41348, 41974, 49046, 66797, 59890, 109098, 111628, 100279, 55814, 48603, 62677, 141134, 116174, 151201, 146846, 131293, 137444, 111415, 92618, 62927, 63817, 52387, 44137, 38277, 27948, 31499, 30699, 42702, 36044, 25262, 18318, 9579, 7272]}}, {"pos": 381, "top": [["o", "i", "e", "..", ",..", "\\\"", "er", "el"], ["o", "e", "i", "..", "\\\"", ",..", "\"..", "er"], ["\"..", ",..", "\\\"", "\\\".", "..\");", "..", "e", "..\u201d"], [",..", "\"..", "..", "..\");", "..\"", "..'", "..\u201d", ".\"."], ["ioc", "o", "i", "..'", "e", ",..", " \\\\..", "iots"], ["o", "i", "e", "ihe", "el", "iou", "eal", "eem"], [".\\\"", "...\"", ".\";", "\\...", "...\";", ",", "...'", ".\","], [".\\\"", "\\\"", " \\\"", ",\\\\", "o", ".\\", ".\u2022", ".\\\\"], [".\\\"", "\\\"", ",\\\"", ".\u2022", "\ufffd", "o", ",\\\\", ".^"], ["o", "\"\"", "\ufffd", "\u201e", "\"'", "e", "''", "i"], ["\ue001", " \u201a", "\u201e", "\ufffd", "\ue002", "\ue005", " \u2032", "\ufb01"], ["</i>", "\\\"", " \u00ad", "</b>", "\ue001", "\u201e", "\\\")", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" \u00a8", "\u00a8", " ''", "\u201e", "\ue001", "\n", " \u00ac", " \u2033"], ["o", "i", "e", "\u201e", "\u2022", "a", "\ufb01", "\ufffd"], ["o", "e", ".", "i", ".\"", "\".", "\"", ".."], ["o", ".", "e", ".\u2022", "i", ".\"", "a", "\u2022"], [".", "o", ",", "e", ".\"", ".\u2022", "!", "\"."], [".\".", "o", ".", ".\",", ".\"", "!\".", "\".", "er"], ["er", "o", "oes", "oer", "eer", "oed", "ed", "omile"], ["!\".", ".\u2022", ".\"", "o", "er", ".\".", "\").", ".\")"], [".\u200b\u200b", ".\ufeff", ".\u200b", ".\u2022", "\u200b\u200b", "IoT", " \u043f\u0440\u043e\u0454", "\u200b."], ["\u200b\u200b", ".\u200b\u200b", ".\ufeff", ".\u200b", "\u200b.", "er", "o", ",\u200b"], [" wearables", " powertrain", " smartphone", " optimizes", " optimizations", " neuroscience", " prototyping", "IoT"], [" optimizations", " powertrain", " optimizes", " optimised", " scalable", " wearables", " optimisation", " scalability"], [" powertrain", " optimizations", " biomarker", " wearables", " smartphone", " microbiome", " smartwatch", " optimizes"], [" powertrain", " optimizations", " scalability", " skillset", " robustness", " upregulation", " biomarker", " prioritization"], [" powertrain", " smartphone", " scalability", " optimizations", " skillset", " FPGA", " smartwatch", " omnichannel"], [" IoT", " smartwatch", " powertrain", " smartphone", "\u30b9\u30de\u30db", " OLED", " RMSE", " skillset"], [" IoT", " powertrain", " FPGA", "IoT", " OLED", " smartwatch", " chipset", " metaverse"], [" OLED", " AMOLED", " FPGA", " IoT", " PCIe", " GPIO", " RMSE", " RTX"], [" AMOLED", " OLED", " FPGA", " FPS", " VFX", " HDMI", "FPS", " GPU"], [" AMOLED", " FPGA", " OLED", " HDMI", " VFX", " FPS", " IoT", " GPUs"], [" AMOLED", " OLED", " FPGA", " HDMI", " VFX", " FPS", " RTX", " GPU"], [" AMOLED", " OLED", " HDMI", " FPGA", " gameplay", " OpenGL", " gamepad", " VFX"], [" AMOLED", " OLED", " FPGA", " HDMI", " OpenGL", " GPU", " FPS", " GPUs"], [" AMOLED", " FPS", " OLED", " FPGA", " OpenGL", "FPS", " GPU", " Android"], [" AMOLED", " FPS", " OLED", " OpenGL", " FPGA", " GPU", " iOS", " Android"], [" AMOLED", " OLED", " FPS", " iOS", " OpenGL", " GPU", " Android", " FPGA"], [" FPS", " AMOLED", " iOS", " Android", " GPU", " VFX", "FPS", " OLED"], [" FPS", " AMOLED", " OLED", " Android", " GPU", " iOS", " FPGA", " OpenGL"], [" FPS", " AMOLED", " Android", " OLED", " RPG", " OpenGL", " iOS", " GPU"], [" FPS", " Android", " viewport", "fps", " OpenGL", "FPS", " GPU", " fps"], [" viewport", " Android", " FPS", "fps", " iOS", " VR", " OpenGL", " fps"], [" viewport", " FPS", " Android", "3", "1", " VR", " GPU", " OpenGL"], ["1", "3", " Android", " FPS", " ", " android", " viewport", " VR"], ["1", "3", " ", " Android", " FPS", " VR", " android", "2"], ["1", "3", " ", "2", " Android", " android", "6", " FPS"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5178, 0.4033, 0.0546, 0.0095, 0.0058, 0.0045, 0.0021, 0.0008], [0.9945, 0.0025, 0.0019, 0.0005, 0.0002, 0.0001, 0.0001, 0.0001], [0.4671, 0.25, 0.1947, 0.0263, 0.011, 0.0075, 0.0067, 0.0067], [0.388, 0.3022, 0.1112, 0.0595, 0.0409, 0.0193, 0.015, 0.0133], [0.9907, 0.0052, 0.0032, 0.0005, 0.0001, 0.0001, 0.0001, 0.0], [0.9698, 0.0293, 0.0005, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8799, 0.1191, 0.0008, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.4068, 0.1922, 0.1166, 0.1166, 0.0551, 0.0429, 0.026, 0.0123], [0.4838, 0.4838, 0.0089, 0.0054, 0.0047, 0.0033, 0.0029, 0.0009], [0.3215, 0.1044, 0.0717, 0.0633, 0.0595, 0.0339, 0.0193, 0.016], [0.4966, 0.3012, 0.0462, 0.0462, 0.0317, 0.0132, 0.0103, 0.008], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9751, 0.0139, 0.0084, 0.0009, 0.0009, 0.0004, 0.0003, 0.0001], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7185, 0.2643, 0.0169, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.4775, 0.1368, 0.083, 0.0646, 0.0646, 0.0646, 0.0392, 0.0238], [0.5312, 0.2214, 0.056, 0.03, 0.0264, 0.0233, 0.0233, 0.0142], [0.6247, 0.1394, 0.0658, 0.0453, 0.0242, 0.0114, 0.0101, 0.0079], [0.6343, 0.0858, 0.0521, 0.0316, 0.0316, 0.0279, 0.0217, 0.0132], [0.5608, 0.3401, 0.0358, 0.0217, 0.0103, 0.0103, 0.0062, 0.0062], [0.2584, 0.2012, 0.0839, 0.035, 0.0309, 0.0272, 0.024, 0.0212], [0.6894, 0.2536, 0.0343, 0.0126, 0.0046, 0.0028, 0.0008, 0.0006], [0.9738, 0.0139, 0.0031, 0.0019, 0.0015, 0.0011, 0.0011, 0.0007], [0.723, 0.1256, 0.0762, 0.0132, 0.0103, 0.0103, 0.0103, 0.0103], [0.8542, 0.0425, 0.0258, 0.0201, 0.0122, 0.0095, 0.0095, 0.0074], [0.6359, 0.1822, 0.0861, 0.067, 0.0091, 0.0071, 0.0033, 0.0026], [0.2904, 0.2262, 0.2262, 0.1372, 0.0648, 0.0145, 0.0088, 0.0041], [0.4526, 0.2745, 0.1665, 0.101, 0.0039, 0.0005, 0.0005, 0.0001], [0.8003, 0.0657, 0.0657, 0.0657, 0.002, 0.0004, 0.0001, 0.0001], [0.8948, 0.0735, 0.027, 0.0028, 0.0013, 0.0004, 0.0001, 0.0], [0.8056, 0.1797, 0.0089, 0.0054, 0.0001, 0.0001, 0.0, 0.0], [0.9238, 0.0758, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8158, 0.182, 0.0012, 0.0007, 0.0001, 0.0001, 0.0, 0.0], [0.9862, 0.011, 0.0024, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9678, 0.0177, 0.0108, 0.0024, 0.0009, 0.0003, 0.0001, 0.0], [0.9047, 0.0743, 0.0078, 0.0078, 0.0029, 0.0008, 0.0005, 0.0004], [0.7128, 0.2622, 0.0168, 0.0048, 0.0014, 0.0005, 0.0005, 0.0003], [0.5793, 0.2131, 0.166, 0.0225, 0.0064, 0.003, 0.003, 0.003], [0.5799, 0.3517, 0.0611, 0.003, 0.0018, 0.0009, 0.0003, 0.0002], [0.566, 0.236, 0.1838, 0.0038, 0.0016, 0.0014, 0.0012, 0.001], [0.5473, 0.2281, 0.1568, 0.0309, 0.01, 0.0088, 0.0047, 0.0022], [0.9904, 0.004, 0.0036, 0.0012, 0.0003, 0.0001, 0.0001, 0.0001], [0.7938, 0.2007, 0.0018, 0.0007, 0.0004, 0.0001, 0.0001, 0.0001], [0.977, 0.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [22036, 24400, 65582, 54058, 79209, 179406, 54579, 32910, 41058, 28408, 47153, 7407, 90548, 19573, 14830, 15697, 16679, 12357, 15243, 9855, 23104, 35591, 64320, 80296, 45668, 86189, 122786, 161199, 75098, 83046, 81420, 65101, 41044, 32137, 25242, 72461, 90434, 111756, 60216, 110385, 119647, 139124, 152530, 90874, 87277, 49960, 48572]}}, {"pos": 382, "top": [["s", " \u25cf", "\u03c2", " t", " l", "s\u0131", "\u09c7\u09b0", " \u2022"], ["s", "\u03c2", " \u25cf", "s\u0131", "\u09c7\u09b0", "\ud835\udc2c", "</b>", "sels"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", "s\u0131", "\ud835\udc2c", "</b>", "<start_of_image>"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", " \u25a0", "s\u0131", "\ud835\udc2c", "</b>"], ["s", "\u03c2", " \u25cf", " \u00ad", " \u25a0", "\u09c7\u09b0", " \u2022", "s\u0131"], ["s", "\u03c2", " \u25cf", " \u25a0", "\u09c7\u09b0", "s\u0131", " \u2022", " \u00ad"], ["s", "\u03c2", " \u25cf", " \u2022", "\u09c7\u09b0", "s\u0131", " \u25a0", "\ud835\udc2c"], ["s", " \u25cf", "\u03c2", "\u09c7\u09b0", " \u2022", " \u25a0", "\ud835\udc2c", "s\u0131"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", "\ud835\udc2c", " \u200b", "s\u0131", " \u00ad"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", " \u2022", " \u00ad", "\ud835\udc2c", " \u200b"], ["s", "\u03c2", " \u25cf", " \u2022", "s\u0131", " \u00ad", "\ud835\udc2c", "\u09c7\u09b0"], ["s", "\u03c2", "\u09c7\u09b0", " \u25cf", " \u2022", " \u25a0", "s\u0131", "sning"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", " \u2022", "\ud835\udc2c", "s\u0131", " hugely"], ["s", "\u03c2", " \u25cf", " skinny", " hugely", " kids", "\u09c7\u09b0", " \u200b"], ["s", "\u03c2", " skinny", " hugely", "\u09c7\u09b0", " drivetrain", " \u200b", " maybe"], ["s", " hugely", "\u03c2", " maybe", ",", "!", " specs", "!\""], ["s", " maybe", " really", " bigger", " hugely", " big", ",", " huge"], ["s", "!\u201d", "!\u201d.", " s", "!\"", "!\".", " really", " specs"], ["s", " hugely", " scalable", " drivetrain", " specs", " doable", " sporty", " (!)"], [" scalable", "s", " drivetrain", " impactful", " hugely", " synced", " leverages", " powertrain"], [" scalable", " impactful", " scalability", " optimized", " drivetrain", "!\".", " robustness", " achievable"], [" scalable", " achievable", " drivetrain", " specs", " impactful", " optimized", " motorsport", " powertrain"], [" specs", " achievable", " scalable", " drivetrain", "(!)", " scalability", " doable", " powertrain"], [" scalability", " drivetrain", " achievable", " scalable", " optimizations", " powertrain", " tradeoffs", " KPIs"], [" scalability", " tradeoffs", " optimizations", " drivetrain", " powertrain", " prioritization", " KPIs", " leverages"], [" scalability", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442", " optimizations", " necessitates", " drivetrain", " powertrain", " KPIs", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f"], [" powertrain", " drivetrain", " scalability", "(!)", " achievable", " skillset", " KPIs", " necessitates"], [" KPIs", " RMSE", "(!)", " accelerometer", " achievable", " skillset", " IoT", " powertrain"], [" FPGA", " PCIe", " IoT", " VFX", " RMSE", " GPUs", "(!)", " OLED"], [" PCIe", " FPGA", " RMSE", " OLED", " IoT", " HDMI", " GPIO", "(!)"], [" FPS", " FPGA", " VFX", "fps", " HDMI", "FPS", " OLED", " PCIe"], [" HDMI", " FPGA", " VFX", " PCIe", "fps", " FPS", " OLED", "FPS"], [" HDMI", " PCIe", " FPGA", " OLED", " VFX", " AMOLED", "fps", "HDMI"], [" HDMI", "fps", " FPGA", " PCIe", " OLED", " FullHD", " VFX", " AMOLED"], [" HDMI", "kHz", " AMOLED", "GHz", "fps", " OLED", " FPGA", "Hz"], ["fps", "FPS", "kHz", " FPS", " HDMI", "Hz", "GHz", "MHz"], ["fps", "kHz", "FPS", " FPS", "Hz", " HDMI", "GHz", "MHz"], ["fps", "kHz", "FPS", " kHz", " FPS", "Hz", "MHz", "pixel"], ["fps", "kHz", "FPS", "Hz", " FPS", "MHz", " kHz", "GHz"], ["\u06f2\u06f0", "fps", "kHz", " FPS", "FPS", "Hz", "2", "GHz"], ["2", "fps", "\u06f2\u06f0", "kHz", " FPS", "FPS", "\u0968\u0966", " Mbps"], ["fps", " FPS", "FPS", " fps", "2", " Mbps", " frame", "Hz"], ["2", "fps", " FPS", " fps", "FPS", "st", " Mbps", "\u06f2\u06f0"], ["2", "fps", "\u06f2\u06f0", " FPS", " fps", "st", "FPS", "twenty"], ["2", "0", "fps", "1", "\u06f2\u06f0", "4", "FPS", " FPS"], ["2", "0", "1", "4", "fps", "5", "6", "3"], ["2", "0", "1", "4", ".", " ", "st", "fps"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8127, 0.1813, 0.0055, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9929, 0.0032, 0.0015, 0.0007, 0.0005, 0.0004, 0.0002, 0.0002], [0.9746, 0.0178, 0.004, 0.0009, 0.0007, 0.0005, 0.0004, 0.0004], [0.5403, 0.1988, 0.1988, 0.0163, 0.0127, 0.0099, 0.006, 0.006], [0.2683, 0.1627, 0.1627, 0.1627, 0.1627, 0.0283, 0.0172, 0.0081], [0.2823, 0.1712, 0.1334, 0.1039, 0.0714, 0.0433, 0.0298, 0.0263], [0.169, 0.1161, 0.0484, 0.0484, 0.0427, 0.0377, 0.0333, 0.0259], [0.2805, 0.2805, 0.1325, 0.0709, 0.0552, 0.038, 0.023, 0.0203], [0.2715, 0.2715, 0.1282, 0.0778, 0.0472, 0.0367, 0.0367, 0.0286], [0.6226, 0.1389, 0.1082, 0.0398, 0.0241, 0.0114, 0.0089, 0.0089], [0.5263, 0.3192, 0.0915, 0.0336, 0.0075, 0.0058, 0.0035, 0.0028], [0.4858, 0.2947, 0.0844, 0.0399, 0.0311, 0.0311, 0.0188, 0.0069], [0.6876, 0.1534, 0.044, 0.044, 0.0267, 0.0208, 0.0076, 0.0076], [0.9893, 0.004, 0.004, 0.0015, 0.0007, 0.0002, 0.0001, 0.0], [0.9974, 0.0012, 0.0003, 0.0002, 0.0002, 0.0002, 0.0002, 0.0001], [0.6094, 0.3696, 0.0087, 0.0068, 0.0025, 0.0015, 0.0006, 0.0002], [0.9706, 0.0138, 0.0138, 0.0011, 0.0003, 0.0003, 0.0001, 0.0], [0.9563, 0.0289, 0.0136, 0.0004, 0.0002, 0.0002, 0.0002, 0.0001], [0.8769, 0.1187, 0.0036, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.8932, 0.0941, 0.006, 0.0028, 0.0022, 0.0006, 0.0003, 0.0003], [0.4668, 0.4668, 0.0492, 0.004, 0.0031, 0.0031, 0.0019, 0.0019], [0.8389, 0.1458, 0.0093, 0.0044, 0.0005, 0.0004, 0.0003, 0.0002], [0.8788, 0.0926, 0.0207, 0.0076, 0.0002, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [41267, 45789, 70512, 69393, 69688, 74869, 26596, 28519, 20882, 18086, 25982, 16981, 17695, 14582, 17519, 16572, 16060, 25685, 31924, 39401, 52675, 41535, 55230, 108933, 109615, 124974, 151102, 146696, 85959, 82363, 89350, 55682, 56631, 36541, 40120, 67569, 62585, 63896, 57974, 79314, 88804, 125027, 114773, 115134, 109994, 72674, 46415]}}, {"pos": 383, "top": [["s", ".!", "</h1>", "..", "</i>", "..\");", "```", "\u03c2"], ["s", ".!", "..", "\u03c2", "</i>", "..\");", "</h1>", "..'"], ["s", "..", "\u03c2", " \ufffd", "..\");", ".!", "e", "."], ["s", " \ufffd", "\u03c2", "e", "..", ".!", "  ", "."], ["s", " \ufffd", "\u03c2", "es", "e", " _", " !\\", "  "], ["s", " \ufffd", "\u03c2", "es", "  ", "e", " !\\", "s\u0131"], ["s", " \\'", " ']", "es", " !\\", ".'", "e", " \ufffd"], ["s", " \\'", "es", " ']", "e", " !\\", " \ufffd", ".'"], ["s", "  ", "es", "e", " \ufffd", " ']", "\u03c2", " \u2019"], ["s", "  ", "es", "e", " \ufffd", "\u000b", " !", "ees"], ["s", " \u2019", " ']", " \\'", "</i>", " ')", " !\\", " \ufffd"], [".'", "s", "!'", " ']", "..'", ".')", "!\u2019", "'!"], [".'", "s", "!'", "!", "..'", ".')", "  ", "!\\"], [".'", "!", ".[", "s", ".", ".\\", "!'", ".')"], [".'", ".[", ".", "!", "..", ".\\", "!'", "!."], [".'", ".[", ".\\", "!", "!'", ".',", ".\\\"", ".')"], ["  ", "!", "!\".", "!'", ".'", "!.", "!\\", ","], [".'", "!\".", "..'", "!", "..", "!'", "!.", ".')"], [" optimizations", " optimized", " prototyping", " optimization", " tech", " hardware", " engineering", " onboarding"], [" prototyping", " optimizations", " optimized", " scalable", " powertrain", " VFX", " optimization", " hardware"], [" prototyping", " optimizations", " scalable", " optimized", " workflows", " optimization", " powertrain", " skillset"], [" optimizations", " optimized", " scalable", " prototyping", " optimization", " powertrain", " drivetrain", " optimised"], [" optimizations", " optimized", " optimization", " scalable", " prototyping", " optimizing", " scalability", " optimizes"], [" optimizations", " optimization", " optimized", " prototyping", " scalable", " leveraging", " workflows", " scalability"], [" optimizations", " leveraging", " prototyping", " scalable", " FPGA", " powertrain", " microcontroller", " workflows"], [" optimizations", " FPGA", " scalability", " powertrain", " prototyping", " scalable", " microcontroller", " workflows"], [" FPGA", " GPUs", " microcontroller", " prototyping", " optimizations", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " virtualization", " powertrain"], [" GPUs", " FPGA", "GPUs", " optimizations", " virtualization", "GPU", " OpenGL", " microcontroller"], ["OpenGL", " GPUs", " FPGA", " OpenGL", "GPUs", "GPU", " shaders", " GPU"], [" OpenGL", "OpenGL", " FPGA", " GPUs", " shaders", "GPU", " shader", "GPUs"], [" OpenGL", "OpenGL", " FPGA", "GPU", " GPUs", " shaders", "WebGL", " shader"], [" OpenGL", "OpenGL", " FPGA", " GPUs", "GPU", " shaders", " CUDA", " OpenCV"], [" OpenGL", "OpenGL", "GPU", " GPUs", " GPU", " shaders", " CUDA", " FPGA"], [" OpenGL", "OpenGL", "GPU", " GPUs", " GPU", " shaders", " shader", " CUDA"], [" OpenGL", "OpenGL", "GPU", " GPU", " GPUs", " shaders", " shader", " CUDA"], [" OpenGL", "OpenGL", " shaders", "GPU", " shader", " GPU", " GPUs", "shader"], [" OpenGL", "OpenGL", "Rust", "GPU", "Graphics", " GLFW", " graphics", " GPU"], [" OpenGL", "OpenGL", "Rust", " graphics", "Rendering", "Graphics", " \uc5d4\uc9c4", "GPU"], [" OpenGL", "OpenGL", " graphics", "Graphics", "GPU", "Rendering", "graphics", " GPU"], [" OpenGL", "OpenGL", " graphics", "Graphics", "graphics", " gfx", " Vul", "gfx"], [" graphics", " OpenGL", "Graphics", " gfx", "gfx", "graphics", "OpenGL", " Graphics"], [" graphics", " OpenGL", "gfx", " gfx", "Graphics", "OpenGL", "graphics", "Rendering"], [" graphics", " OpenGL", "gfx", " gfx", "OpenGL", " Vul", " rendering", " render"], [" graphics", " OpenGL", "gfx", " Vul", " gfx", " GPU", "OpenGL", "Graphics"], [" graphics", "0", "gfx", "rs", " e", " OpenGL", "Graphics", "OpenGL"], ["0", " graphics", " GPU", "D", " GPUs", " OpenGL", "th", " rendering"], ["0", "D", "-", "th", "fps", "/", " FPS", "2"]], "p": [[0.9979, 0.0019, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4347, 0.4347, 0.0755, 0.0458, 0.0062, 0.0014, 0.0007, 0.0005], [0.5564, 0.4333, 0.0102, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8496, 0.1476, 0.0016, 0.0005, 0.0005, 0.0, 0.0, 0.0], [0.993, 0.0019, 0.0019, 0.0012, 0.0009, 0.0004, 0.0003, 0.0001], [0.9728, 0.0178, 0.0066, 0.0011, 0.0009, 0.0004, 0.0001, 0.0001], [0.6786, 0.3206, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.73, 0.2091, 0.0363, 0.0072, 0.0063, 0.0038, 0.0012, 0.0011], [0.5242, 0.318, 0.0626, 0.0261, 0.0203, 0.0179, 0.0045, 0.0021], [0.5696, 0.2095, 0.1632, 0.0134, 0.0081, 0.0063, 0.0063, 0.0038], [0.9301, 0.0463, 0.017, 0.0063, 0.0002, 0.0, 0.0, 0.0], [0.9071, 0.0745, 0.0101, 0.0061, 0.0014, 0.0005, 0.0004, 0.0], [0.701, 0.2579, 0.0349, 0.0047, 0.0011, 0.0002, 0.0001, 0.0001], [0.9993, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8676, 0.0555, 0.0204, 0.0159, 0.0096, 0.0096, 0.0058, 0.0058], [0.7585, 0.0549, 0.026, 0.026, 0.0229, 0.0202, 0.0178, 0.0074], [0.5266, 0.1037, 0.049, 0.049, 0.0432, 0.0297, 0.0231, 0.018], [0.3718, 0.3281, 0.0732, 0.0444, 0.0269, 0.0163, 0.0163, 0.0127], [0.2278, 0.2278, 0.1566, 0.1566, 0.1382, 0.074, 0.0078, 0.0017], [0.8704, 0.0714, 0.0263, 0.0124, 0.0097, 0.0036, 0.0036, 0.0013], [0.9321, 0.0596, 0.0038, 0.0018, 0.0014, 0.0007, 0.0001, 0.0001], [0.8872, 0.0935, 0.0077, 0.006, 0.0028, 0.0008, 0.0004, 0.0004], [0.92, 0.0755, 0.0018, 0.0018, 0.0005, 0.0002, 0.0001, 0.0001], [0.7767, 0.2225, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9698, 0.0293, 0.0005, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8954, 0.0944, 0.006, 0.0017, 0.0013, 0.0004, 0.0002, 0.0002], [0.9567, 0.0371, 0.0039, 0.0011, 0.0005, 0.0002, 0.0002, 0.0001], [0.851, 0.0792, 0.02, 0.0156, 0.0083, 0.0074, 0.0027, 0.0027], [0.5646, 0.2667, 0.0361, 0.0361, 0.0133, 0.0117, 0.0091, 0.0071], [0.9621, 0.0373, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0]], "ranks": {"Rust": [51086, 54998, 98066, 121515, 163216, 186661, 166625, 148784, 119382, 116205, 151937, 90329, 72008, 60437, 62029, 65527, 38006, 28751, 33150, 31181, 18920, 22217, 36976, 74261, 57750, 73917, 78415, 19576, 3495, 1906, 32, 62, 67, 14, 29, 34, 3, 3, 14, 22, 52, 88, 479, 1521, 1226, 1779, 13468]}}, {"pos": 384, "top": [["\u2018\u2018", "\u2019\u2019", "s", " \u2019\u2019", "\u300b", " \u2018\u2018", "\u2018\u2019", "\u0964\u2019\u2019"], ["s", "\u2018\u2018", "\u2019\u2019", " \u2019\u2019", "\u300b", " \u2018\u2018", "\u2018\u2019", "\u00bb"], ["s", "\u2019\u2019", " \u2019\u2019", "\u2018\u2018", "\u09c7\u09b0", " \u2018\u2018", "\u300b", "\u03c2"], ["s", " \u2019\u2019", "\u2019\u2019", "\u2018\u2018", " \u2018\u2018", "\u09c7\u09b0", "\u300b", "\u03c2"], ["s", " \u2019\u2019", " \u2018\u2018", "\u2018\u2018", "\u09c7\u09b0", "\u2019\u2019", "sning", "i"], ["s", " \u2019\u2019", " \u2018\u2018", " \u201a", "\u2018\u2018", " \u00ab", "\u2019\u2019", " \u2018"], ["s", " \u2019\u2019", "\u2018\u2018", "\u2019\u2019", " \u2018\u2018", "\u25a0", "\u2018\u2019", " \u2018"], ["s", " \u2019\u2019", "\u2018\u2018", " \u2018\u2018", "\u2019\u2019", "\u2018\u2019", " \u2018\u2019", " \u201a"], ["s", "\u2018\u2018", " \u2019\u2019", "\u2019\u2019", " \u2018\u2018", "\u2018\u2019", " \u2018\u2019", " \u201a"], ["s", " \u2019\u2019", "\u2019\u2019", "\u2018\u2018", " \u2018\u2018", "\u2018\u2019", " \u201a", " \u2018\u2019"], ["s", " \u2019\u2019", "\u2019\u2019", " \u201a", "\u2018\u2018", "\u2018\u2019", " \u2018\u2019", " \u2018\u2018"], ["s", "\u2019\u2019", " \u2019\u2019", "\u2018\u2018", "\u2018\u2019", ".\u2019\u2019", " \u2018", "\u25a0"], ["s", "\u2019\u2019", " \u2019\u2019", " ''", "\u2018\u2019", "\u300b", "\u09c7\u09b0", "\u03c2"], ["s", "\u2019\u2019", ".\u2019\u2019", "\u2018\u2019", "\u300b", "\u0964\u2019\u2019", ".", " ''"], ["s", "\u2019\u2019", ".\u2019\u2019", ".", ".\u2019", "!\u2019", "\u2018\u2019", ".\u00bb"], ["s", "\u2019\u2019", "!\u2019", ".", ".\u2019\u2019", " speeds", "\u2019", "\u2018\u2019"], ["s", "\u2019\u2019", "!\u2019", "\u2019", ".", " optimised", "\u2018\u2019", " speeds"], ["s", "\u2019\u2019", ".", "!\u2019", ".\u2019\u2019", ".\u2019", "''.", "!"], ["s", " optimised", "\u2019\u2019", "!\u2019", " optimisation", " sprinting", "!", " speeds"], [" optimised", "s", "\u2019\u2019", " timelapse", "!\u2019", " optimisation", " sprinting", " vibe"], [" optimised", "!\u2019", " sprinting", " accelerometer", " speeds", " optimisation", " optimizations", " optimized"], [" optimised", " speeds", " achievable", " sprinting", " optimizations", " optimized", " accelerometer", " optimisation"], [" optimised", " optimizations", " optimisation", " speeds", " optimized", " powertrain", " accelerometer", " workflows"], [" optimizations", " optimised", " impactful", " drivetrain", " workflows", " powertrain", " KPIs", " optimized"], [" powertrain", " optimizations", " drivetrain", " accelerometer", " workflows", " KPIs", " synced", " uptime"], [" powertrain", " drivetrain", " optimizations", " KPIs", " workflows", " accelerometer", " scalability", " uptime"], [" powertrain", " drivetrain", " VFX", " optimizations", " uptime", "(!)", " FPGA", " accelerometer"], [" VFX", "(!)", " uptime", " RMSE", " accelerometer", " KPIs", " optimizations", " FPGA"], [" VFX", " FPGA", "(!)", " OLED", " GPUs", " KPIs", " RMSE", " GPIO"], [" VFX", " FPGA", " RMSE", " GPIO", "(!)", " GPU", " OLED", " GPUs"], [" FPS", " VFX", " FPGA", " GPU", "FPS", "fps", " fps", " GPUs"], [" FPS", " VFX", " FPGA", "fps", " GPU", " GPUs", "FPS", " GPIO"], [" FPS", " VFX", " FPGA", "fps", "FPS", " GPUs", " GPU", " KPIs"], [" FPS", " VFX", "fps", " FPGA", "FPS", " KPIs", " fps", " GPUs"], [" FPS", "fps", " fps", "FPS", " FPGA", "Hz", " KPIs", " GHz"], [" FPS", "fps", " fps", "FPS", "Fps", " RPM", " BPM", "Hz"], [" FPS", "fps", " fps", "FPS", "Hz", "Fps", " Hz", " FPGA"], [" FPS", "fps", "FPS", " fps", "Hz", "Fps", " Hz", "MHz"], [" FPS", "fps", " fps", "FPS", "Fps", "Hz", " frames", " FPGA"], [" FPS", "fps", " fps", "FPS", "Fps", "Hz", " DPS", " Hz"], [" FPS", "fps", "FPS", " fps", "Fps", "Hz", " DPS", " IPS"], [" FPS", " fps", "fps", "FPS", "Fps", " DPS", " TPS", " LPS"], [" FPS", " fps", "fps", "FPS", "Fps", " TPS", " DPS", " VPS"], [" FPS", "fps", " fps", "FPS", "Fps", " DPS", " TPS", " LPS"], [" FPS", "fps", " fps", "FPS", "Fps", " DPS", " TPS", " LPS"], ["fps", " FPS", " fps", "FPS", "Fps", "Hz", " UPS", " Hz"], ["fps", " FPS", "FPS", " fps", "Hz", "-", "/", "hz"]], "p": [[0.9706, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9094, 0.0453, 0.0453, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0015, 0.0012, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9961, 0.0028, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.8619, 0.0708, 0.026, 0.0179, 0.0085, 0.004, 0.0021, 0.0017], [0.9561, 0.0225, 0.0106, 0.0018, 0.0014, 0.001, 0.0008, 0.0007], [0.4892, 0.2311, 0.0455, 0.0313, 0.0244, 0.0215, 0.0167, 0.0148], [0.9283, 0.0218, 0.017, 0.0132, 0.0038, 0.0038, 0.0014, 0.0014], [0.3385, 0.097, 0.0755, 0.0755, 0.0458, 0.0404, 0.0315, 0.0191], [0.8584, 0.0333, 0.0157, 0.0122, 0.0095, 0.0095, 0.0066, 0.0051], [0.3347, 0.3347, 0.1581, 0.0582, 0.0582, 0.0275, 0.0079, 0.0079], [0.7481, 0.1669, 0.0614, 0.0137, 0.005, 0.0031, 0.0011, 0.0003], [0.4515, 0.2738, 0.2133, 0.0371, 0.005, 0.003, 0.0024, 0.0018], [0.437, 0.3403, 0.0591, 0.0359, 0.0359, 0.0218, 0.0132, 0.0132], [0.9168, 0.0456, 0.0277, 0.0023, 0.0023, 0.0014, 0.0014, 0.0008], [0.7196, 0.2647, 0.0132, 0.0011, 0.0004, 0.0002, 0.0002, 0.0002], [0.7226, 0.2658, 0.0049, 0.0049, 0.0007, 0.0004, 0.0002, 0.0002], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9909, 0.0067, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9219, 0.0757, 0.0014, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.4788, 0.4788, 0.0347, 0.0077, 0.0, 0.0, 0.0, 0.0], [0.8956, 0.0944, 0.0053, 0.0047, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [25828, 22645, 26058, 27138, 52790, 82727, 29826, 62016, 38646, 40031, 67176, 32680, 48634, 40604, 42312, 37498, 22940, 35779, 35317, 37656, 71413, 41137, 43948, 77552, 87361, 186567, 192368, 164094, 113767, 64239, 70416, 45677, 38548, 30850, 26860, 21716, 23800, 23789, 8868, 17992, 20544, 32803, 19362, 26139, 28891, 14762, 11339]}}, {"pos": 385, "top": [["s", "\ufffd\ufffd", " \ufeff", " \ufffd", "\ufffd\ufffd\ufffd\ufffd", "';...", " yg", "\ufffd"], ["s", "\ufffd\ufffd", " \ufffd", "';...", "@\"", "\u201d\u201c", "</b>", "\ufffd\ufffd\ufffd\ufffd"], ["s", " \ufeff", " \ufffd", "\ufffd\ufffd", "\u201d\u201c", " ()=>{", "</b>", " {:"], ["s", " \ufeff", " \ufffd", "</b>", "\ufffd\ufffd", " ()=>{", "\u201d\u201c", " {:"], ["s", " \ufffd", " \ufeff", "\u009d", "</b>", "\ufffd\ufffd", " ()=>{", " ()=>"], ["s", " \ufffd", "\u009d", "\ufffd\ufffd", "</b>", " \ufeff", " ^", "\u09c7\u09b0"], ["\ufffd\ufffd", "s", "\ufffd\ufffd\ufffd\ufffd", "\u009d", "\ufffd", "{{", "\":{\"", "{};"], ["\ufffd\ufffd", "s", "\ufffd\ufffd\ufffd\ufffd", "\u009d", "\ufffd", " \ufffd", " \ufeff", "{{"], ["\ufffd\ufffd", "s", "\ufffd\ufffd\ufffd\ufffd", "\u009d", "\ufffd", "{{", "\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd", "\u807d"], ["s", "\ufffd\ufffd", "\u009d", " alot", "\ufffd", " aswell", " realising", "','"], ["\u009d", "\ufffd\ufffd", "s", "\ufffd", "\ufffd\ufffd\ufffd\ufffd", "\":{\"", "\u00c2", "{{"], ["\u009d", "\ufffd\ufffd", "s", " alot", " realising", " visualisation", " utilising", " whilst"], [" whilst", " alot", " realising", " utilising", "\u009d", " visualisation", "s", " maximising"], [" visualisation", " whilst", " realising", "''.", "s", "\u009d", "','", " utilising"], [" whilst", " utilising", " realising", " optimised", ".\ufeff", " visualisation", " maximising", " optimisation"], [" optimised", " visualisation", " realising", "\u009d", " optimisation", " maximising", " whilst", " utilising"], [" whilst", " alot", " utilising", " optimised", " optimisation", " amongst", ",", " realising"], [".", " instagram", " whilst", "\".", ";", " alot", "'.", ".."], [" optimised", ".", " optimisation", " instagram", " whilst", " alot", "s", "!"], [" optimised", " optimisation", " leveraging", " showcasing", " visualisation", " visuals", " gameplay", " instagram"], [" optimised", " leveraging", " optimisation", " showcasing", " impactful", " gameplay", " transitioning", "'."], [" optimised", " optimisation", " leveraging", " achievable", " visualisation", " transitioning", " drivetrain", " gameplay"], [" optimised", " optimisation", " leveraging", " focussed", " visualisation", " potentially", " achievable", " needing"], [" leveraging", " optimised", " leverages", " skillset", " achievable", " optimisation", " scalability", " impactful"], [" scalability", " optimizations", " leveraging", " drivetrain", " leverages", " tradeoffs", " achievable", " skillset"], [" scalability", " optimizations", " shenanigans", " prioritization", " leveraging", " drivetrain", " leverages", " workflows"], [" necessitates", " requirement", " shenanigans", " requires", " prioritization", " optimizations", " tradeoffs", " leverages"], [" necessitates", " requires", " requirement", " requirements", " constraints", " complicates", " challenges", " implies"], [" necessitates", " requires", " requirement", " requirements", "requires", "requirement", " adds", " implies"], [" requirement", " requirements", " requires", " necessitates", " constraints", " demands", "requirement", "requirements"], [" requirement", " requirements", " constraints", " demands", " necessitates", " requires", " adds", " constraint"], [" requirement", " requirements", " constraints", " demands", " necessitates", " requires", " adds", " constraint"], [" requirement", " requirements", " constraints", " demands", " necessitates", " requires", " adds", " specs"], [" requirement", " requirements", " constraints", " demands", "requirement", "requirements", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", "\u7684\u8981\u6c42"], [" requirements", " requirement", " constraints", " demands", "requirement", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", "requirements", "\u7684\u8981\u6c42"], [" requirement", " requirements", " constraints", " demands", "requirement", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", "requirements", "\u7684\u8981\u6c42"], [" requirement", " requirements", " constraints", " targets", "requirement", " demands", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", "requirements"], [" requirement", " requirements", " constraints", " targets", "requirement", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " demands", "requirements"], [" requirement", " requirements", " constraints", " targets", " demands", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", "requirement", " constraint"], [" requirement", " requirements", " constraints", " targets", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f", " target", " demands", "requirement"], [" requirement", " requirements", " constraints", " targets", "requirement", " demands", " constraint", " target"], [" requirement", " requirements", " viewport", " target", "requirement", " constraints", " demands", " mandate"], [" requirement", " requirements", " viewport", " target", " constraint", " targets", " demands", " constraints"], [" requirement", " viewport", " requirements", " target", " targets", " constraint", " demands", " constraints"], [" requirement", " viewport", " requirements", " constraint", " target", " constraints", " targets", " mandate"], [" viewport", " target", " requirement", " constraint", " targets", " mandate", " requirements", " constraints"], [" viewport", " target", " requirement", " constraint", " targets", " requirements", " mandate", " are"]], "p": [[0.9956, 0.0032, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0025, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9881, 0.0067, 0.004, 0.0009, 0.0003, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8797, 0.1191, 0.0008, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9945, 0.0032, 0.0012, 0.0009, 0.0001, 0.0001, 0.0, 0.0], [0.9913, 0.0067, 0.0015, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.6206, 0.2283, 0.1385, 0.0089, 0.0012, 0.0006, 0.0003, 0.0002], [0.8505, 0.1478, 0.0013, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.3312, 0.3312, 0.2009, 0.0448, 0.0448, 0.01, 0.01, 0.01], [0.2927, 0.228, 0.1776, 0.1077, 0.0653, 0.0396, 0.0396, 0.0078], [0.152, 0.1184, 0.1184, 0.0922, 0.0718, 0.0718, 0.0559, 0.0559], [0.2218, 0.1345, 0.1345, 0.1048, 0.1048, 0.1048, 0.0385, 0.03], [0.3883, 0.2355, 0.0866, 0.0675, 0.0525, 0.0409, 0.0409, 0.0409], [0.8685, 0.0629, 0.0231, 0.0075, 0.004, 0.0035, 0.0035, 0.0028], [0.2956, 0.0847, 0.0847, 0.0659, 0.0453, 0.0353, 0.0312, 0.0312], [0.1522, 0.1185, 0.0815, 0.0719, 0.0634, 0.056, 0.0233, 0.0182], [0.3146, 0.1157, 0.0619, 0.0547, 0.0482, 0.0177, 0.0177, 0.0157], [0.4247, 0.1074, 0.0948, 0.0211, 0.0128, 0.0128, 0.0128, 0.0113], [0.5558, 0.1592, 0.0586, 0.019, 0.0102, 0.0102, 0.0079, 0.007], [0.6697, 0.1494, 0.026, 0.0229, 0.0108, 0.0074, 0.0074, 0.0051], [0.5096, 0.0886, 0.0782, 0.0418, 0.0369, 0.0254, 0.0254, 0.0174], [0.336, 0.1587, 0.1587, 0.0963, 0.0584, 0.0584, 0.0354, 0.0276], [0.2791, 0.2791, 0.2791, 0.0623, 0.0378, 0.0229, 0.0229, 0.0031], [0.9305, 0.0463, 0.017, 0.0038, 0.0008, 0.0005, 0.0002, 0.0002], [0.6148, 0.3729, 0.0113, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.9488, 0.0472, 0.0039, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0052, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.977, 0.0179, 0.0051, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9751, 0.0139, 0.0108, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9083, 0.0746, 0.0147, 0.0012, 0.0008, 0.0001, 0.0001, 0.0001], [0.417, 0.3247, 0.1354, 0.0639, 0.0126, 0.0098, 0.0076, 0.0059], [0.4576, 0.4576, 0.0619, 0.0074, 0.0058, 0.0027, 0.0013, 0.0011]], "ranks": {"Rust": [180930, 159905, 189145, 208190, 209698, 242040, 184906, 199101, 190466, 140385, 190621, 128220, 104939, 100724, 114727, 89073, 46410, 51418, 53359, 56516, 58272, 52186, 42792, 44726, 75631, 127967, 171221, 181396, 119873, 149721, 115210, 106180, 104968, 102933, 106889, 92084, 93759, 72522, 54841, 53343, 41398, 29380, 21799, 16358, 13831, 7137, 4242]}}, {"pos": 386, "top": [[" \u25b8", " \u25b6", " \u24d2", " \u25b2", " \u25bc", "[@", " \u27a4", " <:"], [" \u24d2", "[@", " \u25b6", " \u25b8", " \u25bc", " <:", " \u25b2", " \u266a"], [" \u24d2", "[@", " \u25bc", " \u25b6", " \u25b8", " \u266a", " \u25b2", " <:"], [" \u25b6", " \u25b8", " \u24d2", " \u25bc", "[@", " \u25b2", " \u266a", " \u26ab"], [" \u25b6", " \u25b8", " \u26ab", " \u25bc", " \u24d2", " <:", " \u27a4", " \u25b2"], [" \u25b8", " \u25b6", " \u25b2", " \u24d2", " \u26ab", " \u25bc", " \u2190", " \u22c5"], [" \u25b8", " \u25b6", " \u26ab", " \u25b2", " \u24d2", " \u25bc", " viewport", " \u27a4"], [" \u25b8", " \u25b6", " \u26ab", " \u25b2", " \u24d2", " \u25bc", " viewport", " \u3008"], [" \u25b8", " \u25b6", " \u26ab", " \u25b2", " viewport", " \u3008", " \u2192", " \u25bc"], [" \u25b8", " viewport", " \u25b6", " \u26ab", " \u2192", " ,[", " \u3008", " \u25b2"], [" \u25b8", " viewport", " \u26ab", " \u25b6", " \u02bb", " \u02bc", " \u22c5", " \u2192"], [" \u25b8", " viewport", " \u26ab", " \u25b6", " \u2192", " \u25b2", " \u02bb", " \u3008"], [" \u25b8", " viewport", " \u26ab", " \u25b6", " \u2192", " \u25b2", " cityscape", " seamlessly"], [" viewport", " \u25b8", " \u26ab", " \u25b6", " \u2192", " cityscape", " \u25b2", " showcasing"], [" viewport", " \u25b8", " \u26ab", " \u25b6", " \u2192", " showcasing", " cityscape", " geolocation"], [" viewport", " \u25b8", " showcasing", " seamlessly", " \u26ab", " leveraging", " \u2192", " \u25b6"], [" viewport", " alongside", " seamlessly", " \u25b8", " design", " leveraging", " functionality", " increasingly"], [" viewport", " ,", " alongside", " \u26ab", " \u25b8", " functionality", " increasingly", " seamlessly"], [" viewport", " functionality", " leveraging", " design", " increasingly", " optimized", " \u25b8", " seamlessly"], [" viewport", " leveraging", " skillset", " seamlessly", " functionality", " optimized", " increasingly", " showcasing"], [" leveraging", " viewport", " skillset", " seamlessly", " increasingly", " functionality", " optimized", " transitioning"], [" viewport", " leveraging", " skillset", " increasingly", " optimized", " capabilities", " workflow", " seamlessly"], [" skillset", " leveraging", " functionality", " workflows", " workflow", " optimized", " capabilities", " leverages"], [" skillset", " leveraging", " leverages", " functionality", " prioritization", " optimizations", " tradeoffs", " challenges"], [" tradeoffs", " prioritization", " skillset", " leverages", " leveraging", " necessitates", " optimizations", " workflows"], [" prioritization", " uptick", " necessitates", " leverages", " optimizations", " skillset", " complicates", " tradeoffs"], [" adds", " complicates", " necessitates", " uptick", " enhancements", " significantly", " exacerbated", " increases"], [" adds", " complicates", " necessitates", " worsens", " increases", " reinforces", " enhances", " significantly"], [" adds", " complicates", " necessitates", " reinforces", " elevates", " enhances", " worsens", " increases"], [" adds", " complicates", " necessitates", " added", " reinforces", " worsens", " elevates", " increases"], [" complicates", " adds", " necessitates", " worsens", " reinforces", " added", " increases", " accelerates"], [" complicates", " adds", " necessitates", " worsens", " accelerates", " elevates", " reinforces", " pushes"], [" complicates", " adds", " worsens", " accelerates", " necessitates", " increases", " elevates", " clarifies"], [" complicates", " adds", " changes", " worsens", " increases", " necessitates", " accelerates", " changed"], [" complicates", " adds", " changes", " significantly", " changed", " drastically", " worsens", " elevates"], [" complicates", " adds", " significantly", " changes", " drastically", " dramatically", " changed", " worsens"], [" complicates", " adds", " significantly", " drastically", " changes", " elevates", " dramatically", " constraints"], [" complicates", " adds", " significantly", " drastically", " exacerbate", " changes", " tightened", " constraints"], [" adds", " complicates", " changes", " pushes", " tightened", " constraints", " elevates", " tightening"], [" complicates", " adds", " changes", " constraints", " tightened", " tighten", " exacerbate", " pushes"], [" drastically", " dramatically", " complicates", " adds", " changes", " significantly", " exacerbate", " tighten"], [" changes", " drastically", " dramatically", " exacerbate", " adds", " significantly", " complicates", " tighten"], [" changes", " drastically", " dramatically", " significantly", " adds", " constraints", " tighten", " demands"], [" drastically", " amplify", " dramatically", " significantly", " changes", " tighten", " intensify", " raise"], [" dramatically", " drastically", " significantly", " requirements", " constraints", " amplify", " requirement", " massively"], [" significantly", " drastically", " constraints", " dramatically", " are", " raise", " throw", " changes"], [" significantly", " are", " dramatically", " changes", " *", " drastically", " throw", " targets"]], "p": [[0.4784, 0.4784, 0.0393, 0.0015, 0.0012, 0.0006, 0.0004, 0.0001], [0.3154, 0.3154, 0.3154, 0.0427, 0.0095, 0.0006, 0.0006, 0.0], [0.8917, 0.0444, 0.0269, 0.0269, 0.006, 0.0028, 0.001, 0.0001], [0.6621, 0.2436, 0.0896, 0.0035, 0.001, 0.0001, 0.0, 0.0], [0.4987, 0.4987, 0.0012, 0.001, 0.0003, 0.0001, 0.0, 0.0], [0.8807, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9939, 0.0041, 0.0015, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9632, 0.0291, 0.0065, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.7499, 0.2148, 0.0291, 0.0027, 0.0008, 0.0005, 0.0003, 0.0002], [0.7686, 0.2202, 0.0066, 0.0024, 0.0012, 0.0001, 0.0001, 0.0001], [0.9079, 0.0745, 0.0042, 0.0033, 0.0023, 0.002, 0.0006, 0.0005], [0.7867, 0.0238, 0.0163, 0.0077, 0.0077, 0.006, 0.006, 0.0053], [0.7163, 0.0168, 0.0168, 0.0168, 0.0149, 0.0102, 0.009, 0.008], [0.9142, 0.0079, 0.0054, 0.0054, 0.0037, 0.0037, 0.0037, 0.0033], [0.8299, 0.0772, 0.0195, 0.0172, 0.0081, 0.0056, 0.0056, 0.0038], [0.3661, 0.1347, 0.1188, 0.0817, 0.0495, 0.034, 0.0207, 0.0182], [0.1962, 0.1348, 0.105, 0.0818, 0.0438, 0.0386, 0.0386, 0.0301], [0.1918, 0.0906, 0.08, 0.0623, 0.0623, 0.055, 0.0378, 0.0333], [0.2875, 0.1539, 0.0824, 0.0441, 0.0389, 0.0389, 0.0343, 0.0267], [0.2549, 0.2549, 0.1204, 0.0569, 0.0345, 0.0345, 0.0269, 0.0269], [0.9688, 0.0177, 0.0065, 0.004, 0.0009, 0.0009, 0.0005, 0.0002], [0.9981, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9817, 0.018, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6179, 0.3748, 0.0069, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7746, 0.2219, 0.0025, 0.0003, 0.0003, 0.0001, 0.0001, 0.0001], [0.5921, 0.3591, 0.023, 0.0066, 0.0051, 0.0051, 0.0024, 0.0024], [0.4067, 0.1921, 0.1496, 0.1165, 0.0908, 0.026, 0.0058, 0.0035], [0.5695, 0.1632, 0.1271, 0.0364, 0.0364, 0.0221, 0.0104, 0.0104], [0.3037, 0.3037, 0.1842, 0.0528, 0.0411, 0.0194, 0.0151, 0.0118], [0.2804, 0.1701, 0.1701, 0.1325, 0.1032, 0.0296, 0.023, 0.014], [0.3164, 0.2792, 0.1164, 0.1164, 0.0378, 0.026, 0.026, 0.0123], [0.2129, 0.114, 0.0888, 0.0783, 0.0538, 0.037, 0.037, 0.0288], [0.1457, 0.1457, 0.0884, 0.078, 0.0688, 0.0607, 0.0536, 0.0536]], "ranks": {"Rust": [165105, 157147, 155813, 172035, 168413, 171206, 95477, 103558, 71664, 56407, 64283, 36682, 35597, 29824, 36642, 29364, 26369, 25084, 26081, 27583, 28097, 28045, 31804, 30310, 41397, 80159, 86403, 120571, 128831, 147896, 156840, 168769, 182852, 197003, 196078, 173470, 185519, 154786, 114244, 98423, 80217, 59497, 44360, 34148, 28865, 12386, 8888]}}, {"pos": 387, "top": [[" *", " *\"", " .*", " *,", " *$", " (*", " *.", " *\\"], [" *", " .*", " *\"", " *\\", " *$", " (*", " [*", " *,"], [" *", " *\"", " [*", " .*", " *\\", " (*", " *-", " *("], [" *", " [*", " *\"", " .*", " *\\", " (*", " *$", " *-"], [" *", " (*", " [*", " *\\", " *\"", " *(", " .*", " *$"], [" *", " [*", " (*", " *\\", " *\"", " *(", " .*", " *,"], [" *", " (*", " [*", " *\"", ",*", " *\\", " *(", " *,"], [" *", " (*", " [*", ",*", " *\"", " *)", " *\\", " *,"], [" *", " (*", ",*", " [*", " *\"", " *,", "*", " *("], [" *", " (*", " [*", ",*", " *\"", " *,", "*", " *\\"], [" *", " (*", " [*", ",*", " *\"", " *(", " *,", " \"*"], [" *", " (*", " [*", ",*", " *\"", "</em>", " \"*", " *,"], [" *", " (*", " [*", "</em>", ",*", " *\"", " \"*", "*,"], [" *", " (*", ",*", "</em>", " [*", " *\"", "*,", " \"*"], [" *", " (*", " [*", ",*", " *\"", "*,", " \"*", "*"], [" *", " (*", ",*", " [*", " *\"", "*,", "*", " \"*"], [" *", " (*", " [*", ",*", " *\"", "(*", "*,", " \"*"], [" *", " (*", ",*", " [*", " *\"", "*,", "</em>", "*."], [" *", " (*", " [*", ",*", " *\"", "(*", "*,", "*."], [" *", " (*", ",*", " [*", "(*", "*,", " *\"", "()*"], [" *", " (*", ",*", "*,", "*.", "(*", "*:", "-*"], [" (*", " *", ",*", "*,", "*:", "(*", "*.", "-*"], [" (*", "(!)", "*,", ",*", " (!)", "*.", "*:", " *"], [" insanely", " unglaublich", " incredibly", " extr\u00eamement", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " ridiculously", " ziemlich", " shockingly"], [" \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " incredibly", " insanely", " unglaublich", " ziemlich", " extr\u00eamement", " sinnvoll", " signifikan"], [" \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " unglaublich", " insanely", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " extr\u00eamement", " signifikan", " ziemlich", "videmment"], [" \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " extr\u00eamement", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e", " incredibly", " significantly", " signifikan", " much\u00edsimo", " insanely"], [" worsens", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " complicates", " exacerbate", " extr\u00eamement", " significantly", " necessitates", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e"], [" complicates", " worsens", " adds", "adds", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", "increases", " exacerbate", " significantly"], [" adds", " significantly", " worsens", " complicates", "adds", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " accelerates", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e"], [" worsens", " complicates", " adds", "adds", " accelerates", " significantly", "increases", " exacerbate"], [" worsens", " complicates", " accelerates", " significantly", " exacerbate", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " adds", "adds"], [" worsens", "increases", " accelerates", " complicates", " significantly", " increases", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " exacerbate"], [" worsens", " significantly", "increases", " accelerates", " complicates", " dramatically", " drastically", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e"], [" significantly", " dramatically", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " drastically", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e", " worsens", " accelerates", " complicates"], [" significantly", " worsens", " dramatically", " exacerbate", " drastically", " intensify", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e"], [" significantly", " dramatically", " exacerbate", " worsens", " drastically", " intensify", " complicates", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e"], [" exacerbate", " significantly", " intensify", " dramatically", " worsens", " drastically", " complicates", " worsen"], [" exacerbate", " intensify", " significantly", " dramatically", " drastically", " worsens", " massively", " worsen"], [" exacerbate", " intensify", " significantly", " dramatically", " drastically", " accelerates", " massively", " worsens"], [" dramatically", " significantly", " drastically", " massively", " exacerbate", " intensify", " substantially", " radically"], [" dramatically", " significantly", " drastically", " massively", " intensify", " severely", " exacerbate", " substantially"], [" dramatically", " drastically", " significantly", " massively", " intensify", " severely", " exacerbate", " radically"], [" dramatically", " drastically", " significantly", " massively", " intensify", " amplify", " exacerbate", " escalate"], [" dramatically", " drastically", " significantly", "sign", " massively", " severely", " radically", " sign"], [" dramatically", "sign", " drastically", " significantly", " massively", " radically", "mass", " fundamentally"], ["sign", "really", "dr", "sever", "mass", "seriously", "shar", " dramatically"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6221, 0.3773, 0.0004, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8589, 0.1162, 0.0123, 0.0095, 0.0021, 0.0004, 0.0003, 0.0002], [0.9246, 0.046, 0.0103, 0.0049, 0.0049, 0.0038, 0.0023, 0.0014], [0.35, 0.1288, 0.1288, 0.0369, 0.0369, 0.0326, 0.0224, 0.0174], [0.1745, 0.0934, 0.0934, 0.0728, 0.0728, 0.0441, 0.0344, 0.0268], [0.2787, 0.0798, 0.0705, 0.0705, 0.0705, 0.0333, 0.0229, 0.0229], [0.7811, 0.0823, 0.0267, 0.0236, 0.0143, 0.0126, 0.0077, 0.0068], [0.3978, 0.3978, 0.1463, 0.0254, 0.012, 0.0073, 0.0034, 0.0034], [0.687, 0.1194, 0.093, 0.0724, 0.0162, 0.0028, 0.0022, 0.0017], [0.6825, 0.1186, 0.0924, 0.0436, 0.034, 0.0206, 0.0046, 0.0017], [0.7588, 0.2174, 0.0066, 0.0051, 0.0031, 0.0024, 0.0024, 0.0024], [0.9956, 0.0032, 0.0007, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.9841, 0.0066, 0.0066, 0.0024, 0.0001, 0.0, 0.0, 0.0], [0.7027, 0.2585, 0.035, 0.0017, 0.0011, 0.0004, 0.0002, 0.0002], [0.9972, 0.0015, 0.0006, 0.0006, 0.0001, 0.0001, 0.0, 0.0], [0.9974, 0.0015, 0.0006, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.966, 0.0292, 0.0024, 0.0015, 0.0009, 0.0, 0.0, 0.0], [0.9921, 0.0067, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8519, 0.1153, 0.0257, 0.0057, 0.0008, 0.0005, 0.0, 0.0], [0.7143, 0.2628, 0.0131, 0.0079, 0.0018, 0.0001, 0.0001, 0.0], [0.574, 0.3481, 0.0777, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7243, 0.2075, 0.0595, 0.008, 0.0003, 0.0003, 0.0001, 0.0], [0.7877, 0.1369, 0.0504, 0.0238, 0.0006, 0.0006, 0.0001, 0.0], [0.4556, 0.2763, 0.2152, 0.048, 0.0014, 0.0014, 0.0009, 0.0004], [0.7458, 0.1296, 0.0477, 0.0477, 0.0175, 0.003, 0.0024, 0.0013], [0.3969, 0.1875, 0.1655, 0.0782, 0.0369, 0.0174, 0.0174, 0.0093], [0.9476, 0.0153, 0.0119, 0.0072, 0.0039, 0.0034, 0.0027, 0.0018]], "ranks": {"Rust": [141118, 141559, 163417, 182348, 178552, 189976, 136226, 153533, 135651, 131081, 143885, 78771, 79010, 47821, 44289, 48781, 62843, 111836, 102686, 111560, 114601, 107273, 127806, 116156, 113907, 137150, 125955, 105565, 80951, 98354, 88127, 97520, 101118, 98799, 102317, 89986, 97628, 75508, 48818, 50877, 75627, 43472, 22376, 15740, 16184, 7668, 3096]}}, {"pos": 388, "top": [["\u00ab,", ".\u00ab", "</img>", ".\u00bb", "\u00ab", "?\u00bb", "\u00bb,", ",\u00bb"], ["\u00ab,", ".\u00ab", "\u00ab", ".\u00bb", "\u00bb,", "</img>", "?\u00bb", ",\u00bb"], [".\u00ab", "i", "e", "\u00ab,", ".\u00bb", "\u00a3", "</img>", ".\ufeff"], [".\u00ab", "\u00ab,", ".\u00bb", ",\u00bb", "i", "e", "\u00ab", "</img>"], ["\u00ab,", ".\u00ab", "</img>", ".\u00bb", ",\u00bb", "\u00ab", "i", "?\u00bb"], ["\u00ab,", ".\u00ab", "</img>", ",\u00bb", "\u00ab", ".\u00bb", "\u300d\u300c", "?\u00bb"], [".\u00ab", "\u00ab,", ",\u00bb", ".\u00bb", "</img>", "\u00ab", "\u00bb,", "!\u00bb"], ["\u00ab,", ".\u00ab", ".\u00bb", ",\u00bb", "\u00ab", "\u00bb,", "!\u00bb", "</img>"], [",\u00bb", ".\u00bb", "\u00ab,", "</img>", ".\u00ab", "!\u00bb", "</u>", "?\u00bb"], ["</img>", ",\u00bb", ".\u00bb", "</u>", "</em>", "\u00ab,", ".\u00ab", "?\u00bb"], ["\u00ab,", ",\u00bb", "</u>", ".\u00bb", "</img>", "</em>", "?\u00bb", "\u00bb"], [",\u00bb", ".\u00bb", "</u>", "\u00ab,", "!\u00bb", "</em>", "?\u00bb", "\u00bb,"], [",\u00bb", "</u>", "</em>", "\u00ab,", ".\u00bb", "!\u00bb", "?\u00bb", "\u00bb,"], [",\u00bb", ".\u00bb", "</u>", "\u00ab,", "!\u00bb", "?\u00bb", "</em>", ".\u00ab"], [".\u00bb", ",\u00bb", "!\u00bb", "\u00ab,", "</u>", "</em>", "?\u00bb", ".\u00ab"], [",\u00bb", ".\u00bb", "!\u00bb", "\u00ab,", "?\u00bb", ".\u00ab", "</u>", "\u00bb,"], [",\u00bb", ".\u00bb", "!\u00bb", "?\u00bb", "\u00ab,", ".\u00ab", "</em>", "</u>"], [".\u00bb", ",\u00bb", "!\u00bb", "?\u00bb", "\u00ab,", "</em>", "</u>", ".\u00ab"], [",\u00bb", ".\u00bb", "!\u00bb", "\u00ab,", "?\u00bb", ".\u00ab", "</em>", "\u00ab."], ["!\u00bb", ",\u00bb", "\u00ab,", "?\u00bb", ".\u00bb", ".\u00ab", "</u>", "\u00bb,"], ["!\u00bb", ",\u00bb", ".\u00bb", "?\u00bb", "\u00ab,", "</em>", "</u>", ".\u00ab"], ["!\u00bb", ",\u00bb", "?\u00bb", "\u00ab,", ".\u00bb", "</em>", "\u00ab.", ".\u00ab"], ["!\u00bb", "?\u00bb", "</em>", ",\u00bb", "</u>", ".\u00bb", "!\u201c", "\u00ab,"], ["!\u00bb", " robustness", " leveraging", " scalability", " leverages", " automating", ";*/", " vulnerabilities"], [" leveraging", " leverages", " vulnerabilities", " robustness", " scalability", " affordability", " leverage", " profitability"], ["?\u00bb", "!\u00bb", ",\u00bb", " flexibilidad", ")\u00bb.", " scalability", "\u00ab,", " vulnerabilities"], ["?\u00bb", ",\u00bb", "!\u00bb", "\u00ab,", "\u00bb\u060c", ")\u00bb.", "\u00bb),", "\u00bb,"], ["!\u00bb", "\u00ab,", ",\u00bb", "?\u00bb", "\u00bb,", ".\u00bb", ")\u00bb.", "ificantly"], ["?\u00bb", "!\u00bb", "ificantly", ",\u00bb", "\u00ab,", "increases", "\"\u2014", ")\u00bb."], ["ificantly", "!\u00bb", ",\u00bb", "\"\u2014", "?\u00bb", "\u00ab,", "ifies", ")\u300d"], ["ificantly", "!\u00bb", ",\u00bb", "?\u00bb", "\u00ab,", "ifies", "increases", "\u00bb,"], ["ificantly", "!\u00bb", ",\u00bb", "?\u00bb", "\u00ab,", "\u00bb,", "\u00bb)", "\uff01\u300d"], ["ificantly", "!\u00bb", ",\u00bb", " worsens", "?\u00bb", "\u00ab,", " accelerates", "</u>"], ["ificantly", ",\u00bb", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e", " significantly", " drastically", "!\u00bb", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", "?\u00bb"], ["ificantly", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e", " significantly", " drastically", " \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e", " dramatically", " considerably", " deutlich"], ["ificantly", " significantly", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e", " signific", "significant", "Significant", "ificant", " significant"], ["ificantly", " significantly", " \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e", "significant", "Significant", " substantially", " considerably", "ificant"], ["ificantly", "ificant", " significantly", "ificance", "ific", "ifies", "ifically", "ifica"], ["ificantly", "ificant", "ificance", "ifiant", "fic", " significantly", "ific", "ifically"], ["ificantly", "ificant", "ifically", "ificance", "ific", "ifies", "ifiant", "fic"], ["ificantly", "ificant", "fic", "ifically", "ificance", "ific", "ifies", " significantly"], ["ificantly", "fic", "ificant", "ifies", "ifically", "ific", "ificance", "ifik"], ["ificantly", "fic", "ifies", "ific", "ifi", "ifically", "ificant", "ifik"], ["ificantly", "fic", "ifies", "ificant", "ific", "ifi", "ifically", "ificate"], ["ificantly", "ifies", "ific", "fic", "ificant", "ifically", "ificate", "ifi"], ["ificantly", "ifies", "ific", "fic", "ificant", "ify", "ifically", "ificance"], ["ificantly", "fic", "ific", "ifies", "ify", "ally", "ificance", "ificant"]], "p": [[0.808, 0.1803, 0.009, 0.0012, 0.0007, 0.0004, 0.0003, 0.0], [0.7227, 0.2659, 0.008, 0.0018, 0.0004, 0.0004, 0.0004, 0.0002], [0.4472, 0.2113, 0.1645, 0.1645, 0.005, 0.0023, 0.0014, 0.0014], [0.7274, 0.2676, 0.003, 0.0007, 0.0005, 0.0004, 0.0001, 0.0001], [0.4956, 0.3006, 0.1823, 0.015, 0.0055, 0.0004, 0.0002, 0.0001], [0.9418, 0.0469, 0.0063, 0.0023, 0.0014, 0.0009, 0.0003, 0.0], [0.5857, 0.3553, 0.0292, 0.0292, 0.0005, 0.0001, 0.0, 0.0], [0.5929, 0.3596, 0.0295, 0.0179, 0.0001, 0.0, 0.0, 0.0], [0.7649, 0.1707, 0.0381, 0.014, 0.0085, 0.0031, 0.0004, 0.0001], [0.4332, 0.2627, 0.0967, 0.0967, 0.0967, 0.0131, 0.0004, 0.0002], [0.3998, 0.2425, 0.1471, 0.1471, 0.0328, 0.0199, 0.0044, 0.0027], [0.528, 0.3202, 0.1178, 0.0263, 0.0036, 0.0036, 0.0005, 0.0], [0.5535, 0.2036, 0.0749, 0.0749, 0.0749, 0.0167, 0.0014, 0.0], [0.8547, 0.1157, 0.0258, 0.0021, 0.0013, 0.0003, 0.0001, 0.0], [0.4989, 0.4989, 0.0008, 0.0008, 0.0003, 0.0002, 0.0001, 0.0001], [0.8795, 0.119, 0.0013, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8722, 0.118, 0.0097, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7999, 0.1083, 0.0657, 0.0242, 0.0012, 0.0007, 0.0001, 0.0], [0.4453, 0.2701, 0.1638, 0.0603, 0.0603, 0.0002, 0.0001, 0.0], [0.5652, 0.2079, 0.2079, 0.0104, 0.0081, 0.0004, 0.0001, 0.0], [0.9955, 0.0041, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9096, 0.0747, 0.013, 0.0018, 0.0006, 0.0002, 0.0001, 0.0], [0.2181, 0.1699, 0.1699, 0.1323, 0.0625, 0.0487, 0.0487, 0.043], [0.4249, 0.2007, 0.1563, 0.1217, 0.0738, 0.01, 0.0017, 0.0017], [0.3352, 0.066, 0.0454, 0.0454, 0.0243, 0.0214, 0.0214, 0.0214], [0.7941, 0.0652, 0.0652, 0.0448, 0.0054, 0.0054, 0.0047, 0.0037], [0.8736, 0.0717, 0.0435, 0.0076, 0.0028, 0.0004, 0.0002, 0.0001], [0.2597, 0.2597, 0.2597, 0.1575, 0.0274, 0.0129, 0.0048, 0.0029], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0007, 0.0006, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.9427, 0.0469, 0.0064, 0.0039, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [26869, 24509, 37371, 40019, 39316, 67591, 15008, 15845, 17718, 16920, 26014, 13657, 15686, 13037, 14114, 11099, 15164, 12056, 9196, 13207, 10921, 11000, 13283, 14857, 20696, 36887, 25144, 15827, 8790, 12350, 13827, 28437, 32071, 41022, 30081, 40994, 36370, 66318, 43496, 45055, 96080, 100663, 112632, 70255, 69544, 28986, 50007]}}, {"pos": 389, "top": [["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", ").[", ",[", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], ["[\u2026]", ",[", "\u2026\u2026\u2026", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026..", "[[", ".[", "\u2026\u2026\u2026\u2026"], ["[\u2026]", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026.", "\u2026\u2026..", ",["], ["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026..", "\u2026\u2026\u2026.", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], ["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "\u2026\u2026..", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], ["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], ["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "\u2026\u2026.."], ["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "[...]", "\u2026\u2026.."], ["[\u2026]", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026..", "[...]", "\u2026\u2026..", "\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], ["[\u2026]", "</u>", "\u2026\u2026\u2026", "[...]", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026..", ";*/", "\u2026\u2026\u2026\u2026.."], ["</u>", "[\u2026]", "\u00bb;", ";*/", ");*/", "</i>", "!\u00bb", "\u00bb"], ["</u>", "!\u00bb", ";*/", " impactful", "\u00bb;", ",\u00bb", ".\u00bb", ");*/"], ["</u>", "</em>", ";*/", "!\u00bb", " impactful", "[\u2026]", "[...]", "\u00bb;"], ["</u>", "!\u00bb", ",\u00bb", " impactful", ";*/", "\u00bb;", "[\u2026]", "\u2026]"], ["</u>", "!\u00bb", " impactful", "[\u2026]", "[...]", "\u2026\"", "\u2026]", ";*/"], ["</u>", "!\u00bb", "[...]", ",\u00bb", " impactful", ";*/", "[\u2026]", "\u2026]"], ["</u>", " impactful", "</em>", "!\u00bb", ";*/", "\u2026\"", "!!\"", "!!!\""], ["</u>", "!\u00bb", "</em>", " impactful", "\u2026\"", "\u2026]", ";*/", ".\u00bb"], ["</u>", "!\u00bb", " impactful", "\u2026]", "\u2026\"", "\u2026)", "[\u2026]", "\u2026"], [" impactful", "</u>", "!\u00bb", "\u2026]", " nuanced", "\u2026)", "\u2026\"", " impacting"], [" impactful", "!\u00bb", "</u>", " impacting", "!]", "\u2026]", "\u2026)", " nuanced"], ["!\u00bb", " impactful", "</u>", "(!)", " (!)", "!]", " exponentially", "\u00bb;"], ["!\u00bb", " impactful", "(!)", " exponentially", " (!)", " significantly", " incredibly", " massively"], [" impactful", " prioritization", " prioritizing", " nuanced", " leveraging", " impacting", " exponentially", " prioritized"], [" impactful", " prioritization", " prioritizing", " nuanced", " leveraging", " vulnerabilities", " impacting", " prioritized"], [" impactful", " prioritization", "!\u00bb", " nuanced", " uptick", " optimizations", " prioritizing", " downsides"], [" impactful", " prioritization", " complicates", " uptick", " exacerbate", " impacting", " prioritizing", " optimizations"], [" complicates", " impactful", " worsens", " exacerbate", " complicating", " prioritization", " headwinds", " uptick"], [" complicates", " worsens", " complicating", " impactful", " exacerbate", " uptick", " impacting", " \u0432\u043b\u0438\u044f\u0435\u0442"], [" complicates", " worsens", " complicating", " exacerbate", " adds", " impacting", " impactful", " increases"], [" complicates", " worsens", " complicating", " exacerbate", " increases", " impactful", " worsening", " impacting"], [" complicates", " worsens", " complicating", " exacerbate", " worsening", " worsen", " adds", " impactful"], [" complicates", " worsens", " increases", " accelerates", " complicating", " adds", " exacerbate", " enhances"], [" complicates", "\u6539\u53d8", " alters", " changes", " worsens", " changed", "\u6539\u8b8a", " complicating"], ["\u6539\u53d8", " alters", " changes", " changed", "\u6539\u8b8a", " complicates", " modifies", " altering"], [" alters", " worsens", "\u6539\u53d8", " complicates", " exacerbate", " changes", " worsen", " altering"], [" complicates", " worsens", " alters", " exacerbate", "\u6539\u53d8", " worsen", " changes", " modifies"], [" complicates", " exacerbate", "\u6539\u53d8", " alters", " worsens", " worsen", " changes", " altering"], [" alters", " complicates", "\u6539\u53d8", " exacerbate", " worsens", " changes", " change", " worsen"], [" exacerbate", " alters", " intensify", " complicates", " worsens", " worsen", " amplify", " change"], [" alters", " exacerbate", " changes", " intensify", " complicates", " amplify", " shifts", " worsen"], [" alters", " changes", " exacerbate", " intensify", " shifts", " modifies", " complicates", " worsens"], [" alters", " changes", " intensify", " exacerbate", " amplify", " worsen", " alter", " shifts"], [" alters", " amplify", " escalate", " alter", " intensify", " changes", " exacerbate", " shifts"], ["*", " amplify", " alters", " escalate", " intensify", " changes", " exacerbate", " sharpen"], ["*", " amplify", " changes", " change", " escalate", " shift", " intensify", " sharpen"], ["*", " change", " escalate", " changes", " amplify", " shift", " intensify", "*,"]], "p": [[0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0006, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.8819, 0.0564, 0.0266, 0.0266, 0.0046, 0.0013, 0.001, 0.0008], [0.4841, 0.2287, 0.1387, 0.108, 0.0309, 0.0033, 0.0025, 0.0015], [0.8816, 0.0439, 0.0342, 0.0266, 0.0098, 0.0022, 0.0004, 0.0004], [0.8605, 0.055, 0.0428, 0.0202, 0.0123, 0.0074, 0.0008, 0.0004], [0.9829, 0.0109, 0.004, 0.0015, 0.0005, 0.0001, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4997, 0.4997, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.499, 0.499, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9904, 0.0086, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7418, 0.2125, 0.0369, 0.0014, 0.0011, 0.0009, 0.0009, 0.0007], [0.9684, 0.0292, 0.0007, 0.0005, 0.0004, 0.0002, 0.0001, 0.0001], [0.9954, 0.0025, 0.0009, 0.0009, 0.0002, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0005, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9507, 0.0473, 0.0014, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.5284, 0.3205, 0.1179, 0.0263, 0.0059, 0.0008, 0.0001, 0.0001], [0.9695, 0.0293, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.6639, 0.1481, 0.0899, 0.0899, 0.0074, 0.0006, 0.0001, 0.0001], [0.6718, 0.1499, 0.0909, 0.0551, 0.0203, 0.0075, 0.0017, 0.0017], [0.5623, 0.2068, 0.1255, 0.0761, 0.017, 0.0103, 0.0008, 0.0004], [0.9281, 0.028, 0.0218, 0.008, 0.008, 0.003, 0.0014, 0.0004], [0.98, 0.014, 0.0024, 0.0019, 0.0004, 0.0003, 0.0003, 0.0002], [0.9812, 0.0109, 0.0024, 0.0019, 0.0007, 0.0005, 0.0005, 0.0004], [0.9107, 0.0453, 0.0167, 0.0061, 0.0061, 0.0061, 0.0037, 0.0011], [0.9317, 0.0361, 0.0091, 0.0071, 0.0055, 0.0016, 0.0012, 0.0007], [0.9953, 0.0012, 0.0004, 0.0004, 0.0003, 0.0003, 0.0003, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [35627, 26042, 29540, 38153, 38827, 45416, 31170, 39950, 45982, 60935, 74131, 71012, 64813, 42115, 49351, 56876, 45117, 49023, 52586, 56250, 51308, 36251, 41310, 46856, 45000, 79475, 89980, 61787, 50401, 65069, 76257, 96563, 93795, 99981, 123324, 76063, 64268, 54506, 39275, 18816, 13347, 8413, 6371, 4715, 4767, 2743, 2234]}}, {"pos": 390, "top": [["*", ".*", " *", "*,", ":*", "*.", ",*", "*:"], ["*", " *", ".*", "-*", "*,", ":*", "=*", ",*"], ["*", " *", "-*", "=*", ",*", ".*", "[*", "*="], ["*", " *", "[*", " [*", "=*", "(*", "-*", " (*"], [" *", "*", " [*", " (*", " *$", "-*", "[*", " *\""], [" *", "*", " (*", " [*", " *$", " *(", "-*", " $*$"], [" *", "*", " (*", ",*", "(*", " [*", "[*", " *("], [" *", " (*", " *(", " [*", "*", "(*", " *$", "[*"], [" *", " (*", " *(", " [*", "*", "(*", "[*", " *$"], [" (*", " *", " *(", " [*", "(*", "*", "[*", " *$"], [" *", " (*", " *(", " [*", "*", "(*", "<em>", "[*"], [" *", " (*", " *(", " [*", "<em>", "*", "*,", " crucially"], [" *", " (*", " *(", " [*", " (!)", " incredibly", "*", "<em>"], [" (*", " *", " *(", "*,", " [*", "<em>", "*", " (!)"], [" (*", " *", " *(", "*,", "*", " [*", "<em>", "(*"], [" (*", " *", " *(", "<em>", " [*", "*,", " incredibly", " (!)"], [" (*", "<em>", " *", " incredibly", " crucially", " hugely", " *(", " (!)"], [" (*", " *", " *(", "<em>", " crucially", " incredibly", " [*", " (!)"], [" *", " (*", " *(", " incredibly", " (!)", "<em>", " crucially", " leveraging"], [" (*", " prioritizing", " *", " leveraging", " prioritization", " impactful", " incredibly", " focused"], [" prioritization", " leveraging", " prioritizing", " (*", " impactful", " focused", " prioritized", " crucial"], [" prioritization", " prioritizing", " leveraging", " prioritized", " (*", " crucially", " (!)", " proactively"], [" (!)", " prioritization", "(!)", " prioritized", " prioritizing", " crucially", " (*", " exponentially"], [" prioritization", " prioritizing", " prioritized", " leveraging", " exacerbated", " vulnerabilities", " impactful", " evolving"], [" prioritization", " prioritizing", " prioritized", " leveraging", " vulnerabilities", " exacerbated", " impactful", " leveraged"], [" prioritization", " prioritized", " prioritizing", " impactful", " vulnerabilities", " leveraging", " leverages", " exacerbated"], [" prioritization", " exacerbated", " uptick", " impactful", " exacerbate", " complicates", " exacerb", " vulnerabilities"], [" complicates", " prioritization", " exacerbate", " complexities", " uptick", " complicating", " impactful", " worsens"], [" complicates", " adds", " complicating", " prioritization", " worsens", " exacerbate", " uptick", " impactful"], [" complicates", " adds", " complicating", " reinforces", " worsens", " prioritization", " exacerbate", " impactful"], [" complicates", " complicating", " adds", " worsens", " complexities", " exacerbate", " complexity", " complications"], [" complicates", " complicating", " worsens", " adds", " exacerbate", " worsening", " worsened", " complexities"], [" complicates", " increases", " adds", " worsens", " complicating", " accelerates", " exacerbate", " reinforces"], [" complicates", " changed", " changes", " increases", " adds", " alters", "\u6539\u53d8", " changing"], [" changed", " changes", " alters", "\u6539\u53d8", " complicates", " modifies", " changing", " change"], [" exacerbate", " complicates", " alters", " worsens", " changes", " changed", " intensify", "\u6539\u53d8"], [" complicates", " exacerbate", " worsens", " alters", " complicating", " increases", " complicate", " worsen"], [" complicates", " exacerbate", " intensify", " alters", " worsen", " complicate", " worsens", " changes"], [" exacerbate", " complicates", " intensify", " alters", " worsen", " change", " complicate", " increase"], [" intensify", " exacerbate", " complicates", " complicate", " alters", " worsen", " worsens", " amplify"], [" intensify", " exacerbate", " raise", " complicates", " raises", " alters", " amplify", " shifts"], [" intensify", " raise", " exacerbate", " alters", " raises", " complicates", " escalate", " shifts"], [" intensify", " exacerbate", " alters", " escalate", " shift", " amplify", " increases", " changes"], [" escalate", " intensify", " amplify", " alters", " exacerbate", " raise", " increases", " shift"], [" amplify", " escalate", " intensify", " exacerbate", " raise", " alters", " raises", " shift"], [" amplify", " shift", " change", " escalate", " increase", " intensify", " raise", " changes"], [" change", " shift", " raise", " escalate", " amplify", " alter", " increase", " changes"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7771, 0.2226, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4991, 0.4991, 0.0016, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.4988, 0.4988, 0.0016, 0.0003, 0.0001, 0.0001, 0.0001, 0.0], [0.9853, 0.0141, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.933, 0.0596, 0.003, 0.003, 0.0009, 0.0003, 0.0001, 0.0], [0.95, 0.0473, 0.0024, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.4949, 0.4949, 0.0071, 0.0012, 0.0005, 0.0004, 0.0002, 0.0002], [0.3563, 0.2161, 0.1683, 0.0795, 0.0619, 0.0482, 0.0177, 0.0108], [0.5718, 0.1276, 0.0994, 0.0774, 0.0603, 0.0173, 0.0105, 0.0082], [0.8632, 0.1168, 0.0075, 0.0058, 0.0035, 0.0013, 0.0004, 0.0003], [0.6194, 0.3757, 0.0042, 0.0003, 0.0003, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0015, 0.0015, 0.0004, 0.0003, 0.0001, 0.0001, 0.0001], [0.9983, 0.0007, 0.0004, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9361, 0.0466, 0.0171, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7211, 0.2653, 0.008, 0.0049, 0.0007, 0.0, 0.0, 0.0], [0.5527, 0.3352, 0.0748, 0.0275, 0.0061, 0.0023, 0.0008, 0.0003], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8173, 0.1824, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6216, 0.2287, 0.1387, 0.0069, 0.0007, 0.0006, 0.0004, 0.0004], [0.7654, 0.1708, 0.0628, 0.0002, 0.0002, 0.0002, 0.0001, 0.0001], [0.432, 0.204, 0.1589, 0.1238, 0.0585, 0.0062, 0.0062, 0.0029], [0.7274, 0.1264, 0.0597, 0.0282, 0.022, 0.0171, 0.0049, 0.0038], [0.8023, 0.0659, 0.0513, 0.0189, 0.0089, 0.0089, 0.0069, 0.0069], [0.6463, 0.1852, 0.1123, 0.0251, 0.0152, 0.0044, 0.0016, 0.0016], [0.3852, 0.182, 0.1417, 0.0591, 0.0358, 0.0279, 0.0279, 0.0217], [0.2478, 0.1503, 0.1326, 0.071, 0.0626, 0.0626, 0.0488, 0.0296], [0.4038, 0.1157, 0.0901, 0.0702, 0.0619, 0.0482, 0.0482, 0.0293]], "ranks": {"Rust": [110820, 100751, 107797, 160641, 144825, 174526, 79405, 68622, 46952, 32525, 47366, 19250, 21161, 15675, 15982, 18214, 25430, 22219, 18094, 23996, 37311, 46893, 60745, 47695, 57528, 99691, 112264, 84105, 57242, 62432, 67657, 109088, 102177, 122405, 153922, 109503, 95648, 80474, 45244, 16703, 18247, 10271, 6525, 5591, 6185, 3224, 2396]}}, {"pos": 391, "top": [["\ufffd", "  ", "</em>", "..", "<strong>", "\u00b7", " --", " \u00b7"], ["\ufffd", "  ", "</em>", "..", "-->", "\u00b7", "<strong>", "\u3010"], ["  ", "\ufffd", "..", "-->", "--", "\u00b7", " --", "e"], ["  ", "\ufffd", "--", "..", "-->", " --", " -->", "\u00b7"], ["  ", " --", "\ufffd", "--", " -->", " \u00b7", "-->", "e"], ["  ", "\ufffd", " --", "--", "e", " \u00b7", " ?", "\u00b7"], ["  ", "\ufffd", "--", "\ufffd", " --", "   ", "\u2015\u2015", ".."], ["  ", "\ufffd", "\ufffd", "--", " --", "   ", "\u807d", "\u2015\u2015"], ["  ", "\ufffd", "\ufffd", "--", " --", "\u807d", "\u2015\u2015", "   "], ["  ", "\ufffd", "\ufffd", " --", "--", "   ", ",", "\u2015\u2015"], ["  ", "\ufffd", "\ufffd", "</em>", "--", " --", "   ", " ?"], ["  ", "--", " --", ",", "</em>", "\ufffd", "\ufffd", "."], ["  ", "</em>", "--", " --", ",", "\ufffd", "\ufffd", " drastically"], ["  ", "--", ",", " --", "</em>", ".", "\ufffd", " things"], ["  ", "--", "</em>", " --", ",", ".", "..", "\ufffd"], ["  ", "--", "</em>", ",", " --", ".", " things", ".."], ["</em>", "  ", "--", " --", ",", ".", " things", " something"], ["</em>", "--", "  ", ".", " --", ",", " things", " how"], ["</em>", "--", " --", "  ", ".", " focus", " things", ".."], ["</em>", "  ", "--", " focus", " --", " impactful", " things", "."], ["</em>", "--", "  ", " focus", " --", " impactful", " shifts", " things"], ["--", " focus", " shifts", " priorities", " things", " dynamics", " impacts", " shift"], [" drastically", " significantly", " shifts", " changes", " focus", " impactful", " prioritization", " dynamics"], [" prioritization", " impactful", " prioritizing", " priorities", " focus", " dynamics", " significantly", " prioritize"], [" prioritization", " impactful", " prioritizing", " priorities", " prioritize", " optimizations", " significantly", " vulnerabilities"], [" prioritization", " impactful", " priorities", " optimizations", " prioritizing", " vulnerabilities", " prioritize", " motivations"], [" prioritization", " priorities", " impactful", " vulnerabilities", " optimizations", " prioritizing", " tradeoffs", " complexities"], [" prioritization", " priorities", " vulnerabilities", " expectations", " impactful", " perspectives", " considerations", " motivations"], [" prioritization", " priorities", " perspectives", " considerations", " vulnerabilities", " scenarios", " things", " optimizations"], [" prioritization", " priorities", " perspectives", " things", " considerations", " scenarios", " perceptions", " optimizations"], [" priorities", " prioritization", " things", " perspectives", " scenarios", " dynamics", " considerations", " perceptions"], [" prioritization", " priorities", " things", " calculations", " vulnerabilities", " considerations", " perspectives", " dynamics"], [" priorities", " prioritization", " things", " calculations", " dynamics", " vulnerabilities", " probabilities", " perspectives"], [" things", "things", " priorities", " prioritization", "Things", " Things", " calculations", " stvari"], [" things", "things", " priorities", " calculations", " dynamics", " prioritization", "Things", " Things"], [" things", "things", " priorities", " calculations", " dynamics", " prioritization", " perceptions", "Things"], [" things", " priorities", "things", " prioritization", " calculations", " dynamics", " perceptions", "Things"], [" things", " priorities", "things", " calculations", " dynamics", " prioritization", " perceptions", " perspectives"], [" things", " priorities", "things", " prioritization", " dynamics", " perceptions", " calculations", " perspectives"], [" things", " priorities", "things", " prioritization", "Things", " calculations", " dynamics", " Things"], [" things", " priorities", " prioritization", "things", " calculations", " perceptions", " risk", " dynamics"], [" things", " priorities", " prioritization", " risk", " calculations", " perceptions", "things", " risks"], [" things", " priorities", " prioritization", " risk", " calculations", " perceptions", " risks", " dynamics"], [" things", " priorities", " risk", " calculations", " prioritization", " the", " dynamics", " risks"], [" things", " the", " priorities", " risk", " calculations", " prioritization", " dynamics", " risks"], [" the", " things", " priorities", " risk", " calculations", " prioritization", " everything", " calculus"], [" the", " things", " priorities", " risk", " calculations", " our", " my", " everything"]], "p": [[0.9982, 0.0009, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9234, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9919, 0.0067, 0.0007, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.9801, 0.014, 0.004, 0.0019, 0.0, 0.0, 0.0, 0.0], [0.9727, 0.0157, 0.0051, 0.0031, 0.0031, 0.0001, 0.0001, 0.0], [0.9183, 0.0457, 0.0191, 0.0079, 0.0079, 0.0007, 0.0001, 0.0001], [0.8268, 0.0987, 0.0529, 0.0151, 0.0049, 0.0009, 0.0002, 0.0001], [0.5225, 0.2468, 0.1922, 0.0158, 0.0158, 0.004, 0.0008, 0.0002], [0.4439, 0.2692, 0.1633, 0.053, 0.0284, 0.0221, 0.0049, 0.0026], [0.5747, 0.3076, 0.0686, 0.0324, 0.005, 0.0023, 0.0018, 0.001], [0.3773, 0.2289, 0.1573, 0.0656, 0.0511, 0.0166, 0.0146, 0.0061], [0.6521, 0.2399, 0.0253, 0.0253, 0.0135, 0.0072, 0.005, 0.0044], [0.5667, 0.184, 0.022, 0.0194, 0.0194, 0.0194, 0.0133, 0.0118], [0.3027, 0.1114, 0.0867, 0.0675, 0.0526, 0.0526, 0.041, 0.041], [0.9912, 0.0067, 0.0019, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9965, 0.0032, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7293, 0.2683, 0.0018, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.8806, 0.1192, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9626, 0.0373, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7298, 0.2685, 0.0009, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.9812, 0.018, 0.0004, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9179, 0.0518, 0.0216, 0.0062, 0.0011, 0.0005, 0.0002, 0.0001], [0.7027, 0.2929, 0.0022, 0.0011, 0.0003, 0.0001, 0.0001, 0.0001], [0.9768, 0.023, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [4934, 4955, 6378, 6265, 4012, 3067, 1044, 1013, 855, 668, 1074, 1502, 1705, 2077, 2697, 3889, 4533, 4000, 3980, 4424, 5288, 6783, 9354, 11031, 15386, 58703, 105538, 77768, 71354, 65893, 70482, 98641, 108161, 82617, 69596, 53584, 64764, 67438, 59720, 45548, 73429, 77019, 36378, 25902, 14857, 9362, 3964]}}, {"pos": 392, "top": [["<start_of_image>", "</h1>", "s", "...", "colours", "e", "  ", " vapour"], ["s", "e", "</h1>", "...", "colours", "<start_of_image>", "t", "l"], ["<start_of_image>", "s", "e", "  ", "...", "..", "</h1>", "t"], ["s", "<start_of_image>", "  ", "e", "...", "   ", "</h1>", " ${"], ["s", "  ", "e", "<start_of_image>", "t", "...", "\u09c7\u09b0", "   "], ["s", "  ", "e", "<sup>", "\ufffd", " ${", " \u200b", "t"], ["  ", "s", "\ufffd", "<sup>", "e", " ${", " \u200b", "<start_of_image>"], ["  ", "\ufffd", "s", " \u200b", "e", "<sup>", ",", "   "], ["  ", "\ufffd", "s", "<sup>", " \u200b", "e", ",", " \u2014"], ["  ", "\ufffd", "s", ",", " \u200b", "<start_of_image>", "   ", "e"], ["  ", "\ufffd", "s", "e", " the", ",", " setting", " things"], ["  ", ",", "\ufffd", "s", " things", " '", " focus", "."], ["  ", ",", "\ufffd", "...", " things", " --", ".", " the"], ["  ", ",", "\ufffd", ".", " things", "...", " focus", " the"], [",", "  ", ".", "...", "\ufffd", " things", " focus", " process"], [",", "  ", " things", ".", "\ufffd", "...", " focus", " dynamics"], ["  ", ",", ".", " things", "\ufffd", " unique", " system", " focus"], [",", " focus", ".", " context", " system", " dynamics", " innovation", " impact"], [" focus", " innovation", " infrastructure", " dynamics", " ecosystem", " context", " system", " environment"], [" focus", " infrastructure", " innovation", " dynamics", " ecosystem", " technologies", " workflow", " development"], [" focus", " infrastructure", " dynamics", " ecosystem", " leverage", " workflow", " shift", " optimization"], [" focus", " infrastructure", " dynamics", " optimization", " leverage", " complexity", " workflow", " shift"], [" complexity", " focus", " dynamics", " infrastructure", " prioritization", " optimization", " complexities", " workflow"], [" prioritization", " complexities", " skillset", " complexity", " optimization", " vulnerabilities", " leveraging", " optimizations"], [" prioritization", " vulnerabilities", " skillset", " leveraging", " optimizations", " optimization", " scalability", " impactful"], [" prioritization", " optimizations", " vulnerabilities", " scalability", " skillset", " optimization", " priorities", " workflows"], [" prioritization", " vulnerabilities", " optimizations", " complexities", " priorities", " complexity", " tradeoffs", " optimization"], [" prioritization", " priorities", " complexities", " vulnerabilities", " complexity", " considerations", " constraints", " skillset"], [" prioritization", " priorities", " considerations", " vulnerabilities", " complexities", " optimizations", " complexity", " constraints"], [" prioritization", " priorities", " considerations", " vulnerabilities", " constraints", " tradeoffs", " optimizations", " probabilities"], [" prioritization", " priorities", " vulnerabilities", " considerations", " complexities", " constraints", " complexity", " tradeoffs"], [" prioritization", " vulnerabilities", " priorities", " constraints", " considerations", " complexity", " tradeoffs", " complexities"], [" prioritization", " priorities", " vulnerabilities", " probabilities", " calculations", " constraints", " tradeoffs", " dynamics"], [" prioritization", " priorities", " probabilities", " calculations", " complexity", " criticality", " dynamics", " constraints"], [" dynamics", " calculations", " prioritization", " landscape", " calculus", " priorities", " calculation", " probabilities"], [" dynamics", " landscape", " calculations", " prioritization", " calculus", " calculation", " priorities", " equation"], [" prioritization", " dynamics", " landscape", " criticality", " calculus", " playbook", " calculations", " calculation"], [" prioritization", " dynamics", " landscape", " criticality", " calculus", " calculations", " risk", " calculation"], [" prioritization", " dynamics", " risk", " landscape", " criticality", " complexity", " playbook", " priorities"], [" landscape", " risk", " prioritization", " dynamics", " criticality", " game", " playbook", " risks"], [" landscape", " risk", " game", " prioritization", " dynamics", " criticality", " risks", " playbook"], [" landscape", " risk", " prioritization", " criticality", " game", " dynamics", " risks", " calculus"], [" risk", " landscape", " game", " prioritization", " calculus", " criticality", " dynamics", " equation"], [" risk", " landscape", " game", " calculus", " risks", " dynamics", " equation", " criticality"], [" risk", " landscape", " calculus", " game", " equation", " dynamics", " risks", " calculation"], [" risk", " landscape", " calculus", " equation", " game", " picture", " risks", " prioritization"], [" risk", " calculus", " landscape", " game", " equation", " picture", " threat", " danger"]], "p": [[0.8901, 0.0731, 0.0269, 0.0099, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.922, 0.0757, 0.0023, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5108, 0.3978, 0.0888, 0.0027, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8457, 0.147, 0.0073, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9907, 0.0052, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8976, 0.0946, 0.0078, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9627, 0.0373, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7732, 0.2215, 0.0019, 0.0012, 0.0004, 0.0002, 0.0001, 0.0001], [0.985, 0.0124, 0.0013, 0.0009, 0.0001, 0.0001, 0.0, 0.0], [0.7228, 0.2659, 0.0023, 0.002, 0.0008, 0.0007, 0.0003, 0.0002], [0.7558, 0.2165, 0.0138, 0.004, 0.0021, 0.0011, 0.0005, 0.0002], [0.7821, 0.154, 0.0126, 0.0077, 0.0017, 0.0015, 0.0013, 0.0009], [0.4782, 0.422, 0.0088, 0.0041, 0.0032, 0.0028, 0.002, 0.0015], [0.1448, 0.0533, 0.047, 0.0222, 0.0196, 0.0173, 0.0153, 0.0153], [0.2476, 0.0709, 0.0335, 0.0296, 0.0203, 0.0203, 0.0203, 0.0158], [0.3567, 0.1685, 0.0376, 0.0376, 0.0258, 0.0157, 0.0122, 0.0122], [0.348, 0.2392, 0.0685, 0.0324, 0.0252, 0.0196, 0.0196, 0.0153], [0.2258, 0.1552, 0.0941, 0.0445, 0.0445, 0.0392, 0.027, 0.021], [0.1388, 0.1081, 0.1081, 0.0954, 0.0511, 0.0511, 0.0398, 0.0351], [0.9041, 0.0273, 0.0213, 0.0213, 0.0037, 0.0037, 0.0037, 0.0022], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0009, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8152, 0.1819, 0.0012, 0.0012, 0.0003, 0.0002, 0.0, 0.0], [0.8039, 0.1794, 0.0147, 0.0012, 0.0004, 0.0002, 0.0001, 0.0001], [0.609, 0.3694, 0.0184, 0.0025, 0.0002, 0.0002, 0.0002, 0.0001], [0.9043, 0.045, 0.0273, 0.0166, 0.0061, 0.0005, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6218, 0.3771, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8511, 0.1479, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8677, 0.1174, 0.0058, 0.0058, 0.0017, 0.0003, 0.0002, 0.0002], [0.6657, 0.2775, 0.0331, 0.0108, 0.0035, 0.0031, 0.001, 0.0008], [0.9126, 0.0354, 0.0215, 0.0148, 0.0037, 0.0037, 0.0033, 0.0007]], "ranks": {"Rust": [40148, 47656, 68235, 59129, 62701, 60945, 13036, 12754, 9608, 7974, 7672, 6572, 7596, 6621, 8707, 6633, 13457, 13664, 13071, 10437, 7269, 8629, 9933, 15489, 26279, 76047, 110567, 117019, 96314, 76778, 85653, 109538, 110304, 123570, 92720, 64482, 95074, 105055, 96183, 68643, 64794, 38389, 25641, 15334, 10891, 9121, 6197]}}, {"pos": 393, "top": [[" \u2013", "\uf0b7", "\u2018", " \ufb01", "\u200b", "\u201c", "\uff09\u3010", "[\u2026]"], ["\uf0b7", "\u201c[", " \u201c[", "\u201c", "\u201e", "\uff09\u3010", "\u2018", " \ufb01"], ["\uf0b7", " \u201c[", "[\u2026]", " \u2013", "\u25fe", "\u201c[", " [\u2026]", "\u25a0"], [" \u2013", "\u25fe", " \u201c[", " \u3010", "\uf0b7", "[\u2026]", "\u25a0", " \u200b"], [" \u201c[", " [\u2026]", " \u2013", "\u25fe", " \u200b", "[\u2026]", " \ud83c\udf31", " \ufb01"], [" \ufb01", "\u25fe", " \u200b", " \u2013", " \u201c[", "\uf0b7", "\u2981", " \ud83c\udf31"], ["\u25fe", " \u200b", "\u200b", "\u2014", " \ufb01", "\u2212", "\u2022", " burgeoning"], [" \u200b", " \ufb01", "\u25fe", ".\u200b\u200b", "\u200b", " burgeoning", "\u2212", " \u2013"], [" \ufb01", " \u200b", "\u200b", "\u2212", " [\u2026]", " burgeoning", "\u2014", "[\u2026]"], [" \ufb01", " burgeoning", " [\u2026]", " \u200b", "\u200b", " [...]", "[\u2026]", "\u2014"], [" \ufb01", " burgeoning", " \u2013", "\u201e", " \u201e", " [\u2026]", " \u201a", " reimag"], [" burgeoning", "\u2014", " \ufb01", " \u2013", " seamlessly", " reimag", " bustling", " teeming"], [" burgeoning", " \u2013", " seamlessly", " bustling", " teeming", " [...]", " amidst", " quintessential"], [" burgeoning", " \u2013", "\u2014", " seamlessly", ".", "\u200b", " bustling", ","], [" burgeoning", "...", " \u2013", "\u2014", ".", " seamlessly", " [...]", " nuanced"], [" burgeoning", " \u2013", "\u2014", ".", " seamlessly", " nuanced", ",", " bustling"], [" \u2013", " burgeoning", " seamlessly", " nuanced", " dramatically", " deftly", ".", " profoundly"], [" \u2013", " burgeoning", ".", "\u2014", " nuanced", " seamlessly", " increasingly", " fundamentally"], [" \u2013", " burgeoning", " nuanced", " leveraging", " seamlessly", ".", " fundamentally", "\u2014"], [" \u2013", " leveraging", " nuanced", " seamlessly", " burgeoning", " reimag", " fundamentally", " prioritizing"], [" leveraging", " reimag", " nuanced", " seamlessly", " \u2013", " burgeoning", " fundamentally", " prioritizing"], [" leveraging", " nuanced", " fundamentally", " prioritizing", " reimag", " seamlessly", " \u2013", " burgeoning"], [" leveraging", " fundamentally", " nuanced", " seamlessly", " reimag", " incredibly", " dramatically", " prioritizing"], [" leveraging", " prioritizing", " prioritization", " nuanced", " impactful", " reimag", " significantly", " fundamentally"], [" leveraging", " prioritizing", " prioritization", " nuanced", " impactful", " significantly", " skillset", " crucially"], [" leveraging", " prioritizing", " prioritization", " optimizing", " impactful", " significantly", " nuanced", " impacting"], [" prioritizing", " leveraging", " significantly", " impacting", " prioritization", " dramatically", " optimizing", " impactful"], [" significantly", " prioritizing", " dramatically", " necessitating", " impacting", " leveraging", " drastically", "!."], ["!.", "\u2014.", ".", "\u2122.", "+.", "\u200b.", "!", "++."], [" significantly", "\u2122.", " necessitating", "!.", " prioritizing", " impacting", " dramatically", "\u2014."], [" prioritizing", " significantly", " dramatically", " impacting", " necessitating", " complexity", " drastically", " optimizing"], [" impacting", " worsening", ".", " vulnerabilities", " prioritizing", " dramatically", "\u2122.", " necessitating"], [".", " impacting", " while", "\u2014.", " prioritizing", " dramatically", "\u2122.", "!."], [".", " while", " towards", " whilst", " impacting", "\u2014.", " dramatically", " significantly"], [".", " impacting", " worsening", " while", " intensifying", " towards", "\u2014.", "\u2014"], [" worsening", ".", "!.", " towards", " intensifying", " while", " impacting", "\u2014"], [" worsening", " intensifying", "\u2014", " impacting", " significantly", " dramatically", " complexity", "."], [" worsening", " intensifying", "\u2014", ".", " impacting", "++.", " worsened", " dramatically"], [".", "\u2014", " worsening", " intensifying", " dramatically", " significantly", " and", " towards"], [".", "\u2014", " worsening", " intensifying", " while", " dramatically", " and", " toward"], [".", " worsening", "\u2014", " intensifying", " dramatically", "!.", "!", " and"], [".", "\u2014", " and", " while", " worsening", " intensifying", " dramatically", "!"], [".", "\u2014", " and", " while", " \u2013", "!", " dramatically", ","], [".", "\u2014", " and", " \u2013", " \u2014", ",", "!", " while"], [".", "\u2014", " and", " \u2013", ",", "!", " (", " \u2014"], [".", " \u2013", "\u2014", " and", " (", ",", "\u2013", " \u2014"], [".", ",", " \u2013", " and", "!", " -", " (", "\u2014"]], "p": [[0.6124, 0.2893, 0.0645, 0.0112, 0.0032, 0.0032, 0.0032, 0.0025], [0.9224, 0.059, 0.008, 0.0062, 0.0023, 0.0011, 0.0005, 0.0002], [0.4231, 0.1557, 0.1212, 0.1212, 0.0735, 0.0347, 0.0211, 0.01], [0.3611, 0.3611, 0.0806, 0.0489, 0.0381, 0.0381, 0.0109, 0.0109], [0.6931, 0.0938, 0.0938, 0.073, 0.0345, 0.006, 0.0047, 0.0004], [0.533, 0.2518, 0.1961, 0.0125, 0.0046, 0.0006, 0.0004, 0.0004], [0.7344, 0.2104, 0.0222, 0.0135, 0.0064, 0.0064, 0.0018, 0.0014], [0.5586, 0.435, 0.0023, 0.0014, 0.0014, 0.0007, 0.0004, 0.0001], [0.6553, 0.3095, 0.012, 0.0073, 0.0073, 0.0044, 0.0021, 0.0006], [0.6925, 0.1203, 0.1203, 0.0568, 0.006, 0.0028, 0.0008, 0.0001], [0.9882, 0.011, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0012, 0.0009, 0.0006, 0.0004, 0.0003, 0.0002, 0.0001], [0.9827, 0.0066, 0.0021, 0.0019, 0.0015, 0.0005, 0.0004, 0.0004], [0.7258, 0.1113, 0.0464, 0.0151, 0.0117, 0.0071, 0.0071, 0.0055], [0.5833, 0.1475, 0.0789, 0.0479, 0.0256, 0.0226, 0.0176, 0.0121], [0.4441, 0.3052, 0.0874, 0.0284, 0.0251, 0.0104, 0.0104, 0.0063], [0.3593, 0.2798, 0.0429, 0.0379, 0.0203, 0.0179, 0.0158, 0.0139], [0.7204, 0.086, 0.0759, 0.0317, 0.0247, 0.015, 0.0049, 0.0026], [0.9178, 0.0168, 0.0116, 0.007, 0.0048, 0.0043, 0.0043, 0.0038], [0.4311, 0.2308, 0.0749, 0.0401, 0.0401, 0.0276, 0.0189, 0.0167], [0.7091, 0.0453, 0.0353, 0.0243, 0.0189, 0.0167, 0.0167, 0.0147], [0.7244, 0.0318, 0.0281, 0.0219, 0.0193, 0.0117, 0.0103, 0.0103], [0.828, 0.025, 0.0221, 0.0195, 0.0172, 0.0118, 0.0104, 0.0081], [0.9287, 0.0594, 0.008, 0.0018, 0.0011, 0.0004, 0.0001, 0.0001], [0.9842, 0.0109, 0.004, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9238, 0.0758, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7965, 0.1777, 0.0241, 0.0012, 0.0004, 0.0001, 0.0, 0.0], [0.9383, 0.0283, 0.0172, 0.0063, 0.0038, 0.0038, 0.0009, 0.0009], [0.724, 0.2663, 0.003, 0.003, 0.0018, 0.0011, 0.0004, 0.0004], [0.2719, 0.2719, 0.1649, 0.1, 0.0607, 0.0607, 0.0368, 0.0135], [0.4081, 0.2475, 0.2475, 0.0552, 0.0335, 0.0027, 0.0017, 0.001], [0.4145, 0.2514, 0.1525, 0.0561, 0.034, 0.034, 0.0206, 0.0206], [0.4454, 0.1638, 0.1638, 0.0994, 0.0366, 0.0222, 0.0222, 0.0134], [0.5786, 0.351, 0.0288, 0.0175, 0.0106, 0.0064, 0.0024, 0.0009], [0.4635, 0.2811, 0.1034, 0.0627, 0.038, 0.0231, 0.014, 0.004], [0.542, 0.256, 0.0571, 0.0346, 0.027, 0.027, 0.027, 0.0164], [0.8561, 0.1159, 0.0074, 0.0074, 0.0058, 0.0027, 0.0013, 0.0013], [0.8519, 0.1153, 0.02, 0.0045, 0.0027, 0.0021, 0.001, 0.001], [0.3427, 0.2669, 0.2669, 0.0982, 0.0063, 0.003, 0.003, 0.0018], [0.4355, 0.2641, 0.1248, 0.1248, 0.0217, 0.0102, 0.0062, 0.0029], [0.9948, 0.0019, 0.0015, 0.0006, 0.0004, 0.0002, 0.0002, 0.0002], [0.9901, 0.004, 0.0019, 0.0012, 0.0012, 0.0005, 0.0003, 0.0002], [0.9755, 0.0123, 0.0074, 0.0027, 0.0005, 0.0004, 0.0002, 0.0002], [0.9865, 0.011, 0.0019, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.8759, 0.0815, 0.034, 0.0046, 0.0019, 0.0007, 0.0004, 0.0004], [0.3153, 0.2783, 0.2456, 0.149, 0.0035, 0.0027, 0.0017, 0.0015], [0.998, 0.0013, 0.0004, 0.0002, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [33811, 22816, 42512, 47529, 69465, 75577, 59326, 57369, 37508, 25493, 15869, 13193, 13539, 12009, 16418, 15196, 13930, 12031, 10757, 10596, 14898, 15377, 19111, 22632, 27495, 39464, 50801, 49441, 53211, 63268, 67515, 72572, 87941, 109589, 109674, 88918, 120018, 121488, 114790, 89119, 75480, 42733, 23835, 13157, 12528, 8354, 5421]}}, {"pos": 394, "top": [[".\".", "!.", "!\".", "\".", "?.", ".!", "!!.", ";."], [".\".", "!.", "!\".", "\".", ".!", "?.", "!!.", ";."], [".\".", "!.", "!\".", ";.", "\".", "!!.", ".!", ".\u201d."], [".\".", "!.", "!\".", "!!.", "?.", "\".", ".!", ":."], [".\".", "!.", " \".", "!\".", "?.", " {.", "\".", " \".."], ["!.", " \".", "<sup>", ".\".", " ?.", "?.", "  ", ".["], ["!.", ".\".", "?.", "\".", "!\".", ".", ".[", "<sup>"], ["!.", ".\".", "?.", "!\".", ".", ",", "\".", " \"."], ["!.", ",", ".", "!\".", ".\".", "?.", "\".", "<sup>"], ["!.", ",", ".", "\".", "!\".", ".\".", "?.", "...."], ["!\".", "\".", "!.", ".\".", ",", " \".", " \"", "?."], [",", "!\".", "!.", "\".", ".\".", ".", "!,", ".\","], ["!\".", "\".", ",", ".\".", "!.", ".\"", ".", "..."], [",", "!\".", "\".", "!.", ".\".", ".", "!", "!\""], ["!\".", ".\".", "\".", "!.", ",", ".\"", "!\"", "."], ["!\".", ".\".", "!.", "\".", ",", "!\"", ".\"", "!"], ["!\".", "\".", "!\"", "!.", ".\".", ",", "!", ".\""], ["!\".", "!.", "!", "\".", "!\"", ".\".", ".", ","], ["!.", "!\".", "!", "!\"", ".\".", ".", "\".", "..."], [" leveraging", " incredibly", " prioritizing", "!.", "!\".", " focused", "!", " prioritization"], ["!\".", "!.", "!", " leveraging", "!\"", " incredibly", " focused", " prioritizing"], [" leveraging", " prioritization", " incredibly", " prioritizing", " prioritized", " focused", " essentially", " really"], [" incredibly", " prioritization", " prioritized", " prioritizing", " hugely", " fundamentally", " crucially", " leveraging"], [" prioritization", " prioritizing", " prioritized", " leveraging", " impactful", " incredibly", " vulnerabilities", " proactively"], [" prioritization", " prioritizing", " leveraging", " prioritized", " impactful", " incredibly", " crucially", " proactively"], [" prioritization", " prioritizing", " prioritized", " leveraging", " impactful", " Essentially", " Thankfully", " Leveraging"], [" prioritization", " prioritizing", " leveraging", " Essentially", " prioritized", " Thankfully", " incredibly", " tweaks"], [" prioritization", " prioritizing", " Essentially", " prioritized", " leveraging", " intensification", " tweaks", " impactful"], [" prioritization", " Essentially", " prioritizing", " \uc774\uac78", " tweaks", " Adding", " Adds", " Thankfully"], [" prioritization", " Adding", " prioritizing", " Adds", " Essentially", " \uc774\uac78", " adding", " adds"], [" prioritization", " Adding", " prioritizing", " adding", " \uc774\uac78", " Adds", " Essentially", " adds"], [" prioritization", " Adding", " prioritizing", " \uc774\uac78", " adding", " Essentially", " Adds", " Thankfully"], [" prioritization", " prioritizing", " Essentially", " \uc774\uac78", " Adding", " Thankfully", " Honestly", " scalability"], [" Adding", " prioritization", " \uc774\uac78", " adding", " prioritizing", " Honestly", " Adds", " Thankfully"], [" Adding", " Those", " Let", " Essentially", " Combining", " Lets", " Coupled", " Honestly"], [" Adding", " Those", " Combining", " Let", " Coupled", " Lets", " Adds", " Essentially"], [" Adding", " Adds", " adding", " Combining", " Those", " Let", " Coupled", " Thankfully"], [" Adding", " Those", " Adds", " Combining", " Coupled", " Let", " adding", " Suddenly"], [" Adding", " Those", " Adds", " Combining", " adding", " Let", " Coupled", " Added"], [" Adding", " Those", " Adds", " Combining", " Things", " adding", " Let", " Suddenly"], [" Adding", " Adds", " Those", " Combining", " adding", " Things", " Let", " Suddenly"], [" Adding", " Cheap", " Adds", " Android", " adding", " cheap", " Plugging", " Suddenly"], [" Adding", " Cheap", " Adds", " Android", " adding", " Let", " Suddenly", " Combining"], [" Adding", " Cheap", " Suddenly", " Adds", " adding", " Android", " Let", " cheap"], [" Adding", " Android", " Cheap", " Suddenly", " cheap", " Linux", " Let", " adding"], [" Cheap", " This", " Android", " cheap", " Adding", " Here", " Linux", " Let"], [" This", " That", " The", " Here", " Android", " Those", " Adding", " Let"]], "p": [[0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4925, 0.4925, 0.0149, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7307, 0.2688, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.8172, 0.1823, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9512, 0.0474, 0.0009, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.4163, 0.3242, 0.2525, 0.0046, 0.0013, 0.0006, 0.0001, 0.0001], [0.9872, 0.011, 0.0009, 0.0004, 0.0004, 0.0001, 0.0, 0.0], [0.9989, 0.0007, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.969, 0.0293, 0.0009, 0.0004, 0.0003, 0.0002, 0.0, 0.0], [0.8431, 0.1141, 0.0255, 0.0094, 0.0044, 0.0027, 0.0006, 0.0001], [0.6997, 0.1561, 0.0947, 0.0348, 0.0128, 0.0011, 0.0002, 0.0001], [0.4664, 0.3633, 0.1336, 0.0298, 0.0052, 0.0005, 0.0005, 0.0001], [0.6308, 0.298, 0.0245, 0.0245, 0.019, 0.0007, 0.0007, 0.0004], [0.4278, 0.3775, 0.0842, 0.0743, 0.0166, 0.0061, 0.0042, 0.0029], [0.727, 0.1263, 0.0597, 0.0597, 0.0171, 0.0034, 0.0023, 0.002], [0.8957, 0.0573, 0.0211, 0.0211, 0.0025, 0.0012, 0.0004, 0.0002], [0.7249, 0.0866, 0.0866, 0.0281, 0.0193, 0.017, 0.0133, 0.0103], [0.7558, 0.1686, 0.0178, 0.0157, 0.0122, 0.0122, 0.0065, 0.0035], [0.5195, 0.357, 0.0483, 0.0108, 0.0084, 0.0058, 0.0058, 0.0051], [0.3825, 0.1096, 0.0967, 0.0853, 0.0753, 0.0587, 0.0403, 0.0245], [0.7932, 0.1074, 0.0448, 0.0271, 0.0069, 0.0053, 0.0032, 0.0025], [0.2354, 0.2077, 0.126, 0.1112, 0.0764, 0.0674, 0.0281, 0.0171], [0.6377, 0.3012, 0.0247, 0.0193, 0.0071, 0.0026, 0.002, 0.0016], [0.9507, 0.0473, 0.0014, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9633, 0.0291, 0.0065, 0.0009, 0.0001, 0.0001, 0.0, 0.0], [0.9931, 0.0067, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9601, 0.029, 0.0065, 0.0019, 0.0007, 0.0005, 0.0003, 0.0002], [0.8631, 0.1168, 0.0096, 0.0058, 0.0017, 0.001, 0.001, 0.0008], [0.8111, 0.141, 0.0404, 0.0043, 0.0016, 0.0007, 0.0003, 0.0002], [0.9101, 0.0453, 0.0353, 0.0048, 0.0011, 0.0011, 0.0005, 0.0005], [0.98, 0.0179, 0.0005, 0.0005, 0.0004, 0.0002, 0.0001, 0.0001], [0.9441, 0.047, 0.0039, 0.0023, 0.0014, 0.0003, 0.0003, 0.0002], [0.9725, 0.0178, 0.0066, 0.0015, 0.0009, 0.0005, 0.0001, 0.0], [0.9974, 0.0015, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0007, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9944, 0.0015, 0.0015, 0.0012, 0.0003, 0.0003, 0.0002, 0.0001], [0.9686, 0.0108, 0.0065, 0.0031, 0.0021, 0.0021, 0.0017, 0.0008], [0.4269, 0.3768, 0.051, 0.0309, 0.0188, 0.0188, 0.0129, 0.0089], [0.2718, 0.2117, 0.1455, 0.0687, 0.0606, 0.0223, 0.0197, 0.0174], [0.8095, 0.0586, 0.0356, 0.0216, 0.0131, 0.0115, 0.0102, 0.009]], "ranks": {"Rust": [92527, 79780, 99628, 118558, 178929, 223157, 92917, 65553, 36515, 23090, 15399, 11776, 11003, 10093, 13115, 19614, 19985, 24215, 23783, 24701, 33289, 32781, 44403, 42224, 57216, 42100, 45997, 42074, 28944, 23778, 33740, 26236, 24200, 19165, 16381, 17312, 25101, 27894, 14717, 13991, 11694, 1860, 1220, 846, 359, 126, 73]}}, {"pos": 395, "top": [[" \"<<", "\"<<", "''", "\"){", "a", "!\")", "\")){", "ing"], [" \"<<", "''", "\"<<", "a", "s", "'')", "\u00bb", " ''"], ["a", "e", "\u06cc", " \"<<", "ing", "o", "  ", "sion"], [" \"<<", "\u06cc", "a", "e", "ing", "\u0647", " \"]", "  "], [" \"<<", "\u06cc", "ing", "a", "e", "  ", "\u0647", " {{"], ["\u06cc", "ing", "a", " ''", " \"<<", "e", " \u300a", "  "], [" \"<<", " ''", "''", "  ", " '''", "\u06cc", "ing", "e"], [" \"<<", " ''", " '''", "''", "  ", "\u06cc", "''.", " \u300a"], [" \"<<", "  ", " ''", "''", " '''", " Ultimately", "\u06cc", "''."], ["  ", " \"<<", " ''", "''", " '''", "''.", "'',", ","], ["  ", " \"<<", " ''", "''", "!\",", " '''", "!\".", "!\""], ["!\".", "!\",", "!\"", ",", "!", " incredibly", " \"<<", "!\")"], ["!\"", "!\".", "!\",", "!", ",", " incredibly", "!\")", "  "], ["!\"", "!\".", ",", "!", "!\",", "!\")", " incredibly", " really"], ["!\"", "!\".", "!", ",", "!\",", " incredibly", "!\")", "!'"], ["!\".", "!\"", "!", ",", "!\",", " incredibly", "!\")", "!'"], ["!\"", "!\".", "!", ",", "!\",", "!\")", " incredibly", "!'"], ["!\"", "!\".", "!", "!\",", ",", " incredibly", "!\")", "!'"], ["!\"", "!", "!\".", " incredibly", "!\",", " really", "!\")", "!'"], [" incredibly", "!", " impactful", "!\"", "!\".", " really", " REALLY", " leveraging"], [" incredibly", "!", "!\"", "!\".", " REALLY", " impactful", "!'", " leveraging"], [" incredibly", " really", " REALLY", " leverages", " likely", " leveraging", "!", " urgency"], [" incredibly", " really", " REALLY", " leverages", " leveraging", " complexity", " truly", " urgency"], [" incredibly", " leverages", " REALLY", " leveraging", " prioritization", " impactful", " complexity", " fundamentally"], [" leverages", " incredibly", " impactful", " prioritization", " leveraging", " REALLY", " tighter", " really"], [" leverages", " prioritization", " incredibly", " reinforces", " leveraging", " impactful", " necessitates", " uptick"], [" prioritization", " reinforces", " leverages", " incredibly", " uptick", " necessitates", " significantly", " accelerates"], [" reinforces", " complicates", " necessitates", " worsens", " adds", " accelerates", " implies", " emphasizes"], [" adds", " reinforces", " complicates", " worsens", " necessitates", " accelerates", " emphasizes", " implies"], [" adds", " reinforces", " worsens", " complicates", " accelerates", " necessitates", " emphasizes", " implies"], [" adds", " worsens", " reinforces", " complicates", " accelerates", " improves", " enhances", " simplifies"], [" worsens", " adds", " reinforces", " accelerates", " complicates", " necessitates", " requires", " becomes"], [" worsens", " adds", " reinforces", " accelerates", " becomes", " complicates", " necessitates", " simplifies"], [" adds", " worsens", " reinforces", " complicates", " necessitates", " accelerates", " becomes", " requires"], [" adds", " worsens", " reinforces", " complicates", " necessitates", " accelerates", " strengthens", " requires"], [" adds", " worsens", " reinforces", " accelerates", " complicates", " strengthens", " necessitates", " simplifies"], [" adds", " worsens", " reinforces", " complicates", " accelerates", " strengthens", " elevates", " pushes"], [" adds", " worsens", " reinforces", " complicates", " strengthens", " pushes", " accelerates", " elevates"], [" adds", " pushes", " worsens", " reinforces", " complicates", " strengthens", " accelerates", " elevates"], [" adds", " pushes", " worsens", " accelerates", " reinforces", " complicates", " makes", " strengthens"], [" pushes", " adds", " worsens", " elevates", " reinforces", " accelerates", " makes", " strengthens"], [" pushes", " adds", " accelerates", " worsens", " elevates", " makes", " reinforces", " strengthens"], [" pushes", " adds", " makes", " reinforces", " elevates", " worsens", " accelerates", " strengthens"], [" pushes", " adds", " elevates", " makes", " reinforces", " accelerates", " strengthens", " increases"], [" pushes", " adds", " makes", " reinforces", " elevates", " accelerates", " raises", " increases"], [" pushes", " makes", " ramps", " adds", " ampl", " moves", " shifts", " leans"], [" pushes", " adds", " is", " ramps", " makes", " leans", " moves", " raises"]], "p": [[0.9778, 0.0179, 0.0031, 0.0007, 0.0001, 0.0001, 0.0001, 0.0], [0.6704, 0.3167, 0.0096, 0.0013, 0.0006, 0.0006, 0.0003, 0.0002], [0.5098, 0.397, 0.0537, 0.0254, 0.012, 0.001, 0.0002, 0.0002], [0.8692, 0.1176, 0.0075, 0.0036, 0.0013, 0.0002, 0.0002, 0.0002], [0.4927, 0.3837, 0.0519, 0.0315, 0.0315, 0.007, 0.0006, 0.0004], [0.7853, 0.1365, 0.0237, 0.0237, 0.0237, 0.0041, 0.0015, 0.0007], [0.9931, 0.0052, 0.0012, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9074, 0.0745, 0.0079, 0.0079, 0.0022, 0.0, 0.0, 0.0], [0.5507, 0.2026, 0.2026, 0.0352, 0.0037, 0.0014, 0.0006, 0.0006], [0.7363, 0.0996, 0.0776, 0.0776, 0.0039, 0.0021, 0.0011, 0.0005], [0.49, 0.3816, 0.0516, 0.0516, 0.0062, 0.0048, 0.0042, 0.0023], [0.3884, 0.2356, 0.1835, 0.1113, 0.0319, 0.0248, 0.0117, 0.0063], [0.5071, 0.3076, 0.0686, 0.0606, 0.0324, 0.0082, 0.0044, 0.0044], [0.335, 0.2302, 0.2032, 0.1793, 0.04, 0.0029, 0.0023, 0.0009], [0.4459, 0.3472, 0.1277, 0.0533, 0.0173, 0.0021, 0.0021, 0.0008], [0.3904, 0.3041, 0.2368, 0.0466, 0.0104, 0.0056, 0.002, 0.0009], [0.6099, 0.2881, 0.0825, 0.0077, 0.006, 0.0022, 0.0015, 0.0013], [0.4098, 0.3192, 0.2486, 0.014, 0.0024, 0.0017, 0.0015, 0.0013], [0.4685, 0.2213, 0.2213, 0.0634, 0.0125, 0.0052, 0.0019, 0.0015], [0.7914, 0.1214, 0.0211, 0.0211, 0.0164, 0.0053, 0.0042, 0.0042], [0.4779, 0.1992, 0.1551, 0.1208, 0.0088, 0.0068, 0.0053, 0.0047], [0.8353, 0.0686, 0.0367, 0.0135, 0.0082, 0.0072, 0.0064, 0.0034], [0.9643, 0.0138, 0.0107, 0.0039, 0.0019, 0.0014, 0.0007, 0.0003], [0.7613, 0.1699, 0.023, 0.023, 0.0139, 0.0085, 0.0003, 0.0001], [0.6986, 0.257, 0.0164, 0.0164, 0.0037, 0.0029, 0.0029, 0.0008], [0.9689, 0.0293, 0.0015, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9263, 0.028, 0.028, 0.0062, 0.0062, 0.0038, 0.0003, 0.0003], [0.4813, 0.2919, 0.1074, 0.1074, 0.0088, 0.002, 0.0004, 0.0003], [0.874, 0.0717, 0.0435, 0.0097, 0.0008, 0.0001, 0.0, 0.0], [0.9817, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5035, 0.3054, 0.1852, 0.0056, 0.0003, 0.0, 0.0, 0.0], [0.7351, 0.164, 0.0995, 0.0007, 0.0007, 0.0001, 0.0, 0.0], [0.8158, 0.1104, 0.067, 0.0033, 0.002, 0.0012, 0.0001, 0.0001], [0.997, 0.0015, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9523, 0.0474, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9864, 0.011, 0.0024, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8369, 0.1133, 0.0417, 0.0034, 0.0021, 0.0013, 0.0008, 0.0005], [0.7191, 0.2645, 0.0048, 0.0048, 0.0029, 0.0011, 0.0011, 0.0007], [0.8623, 0.1167, 0.0096, 0.0058, 0.0021, 0.0013, 0.0013, 0.0005], [0.471, 0.471, 0.0183, 0.0183, 0.0052, 0.0052, 0.0052, 0.0041], [0.9337, 0.0282, 0.0171, 0.0104, 0.0038, 0.003, 0.0023, 0.0007], [0.3992, 0.2421, 0.2421, 0.0225, 0.0199, 0.0175, 0.0121, 0.0106], [0.5289, 0.1041, 0.0919, 0.0557, 0.0263, 0.0232, 0.0232, 0.0181], [0.3794, 0.0959, 0.0847, 0.0847, 0.0847, 0.0582, 0.0453, 0.0189]], "ranks": {"Rust": [17790, 21930, 34160, 25279, 22077, 23105, 5203, 5039, 3995, 3173, 4143, 4682, 6326, 5757, 5782, 5801, 7601, 8607, 7873, 7266, 10364, 13829, 16483, 21204, 33910, 67687, 103441, 120061, 136323, 125220, 136931, 141044, 137715, 128964, 146873, 124729, 138173, 128832, 67878, 39883, 31684, 22743, 15761, 11024, 9456, 4807, 3495]}}, {"pos": 396, "top": [["<start_of_image>", "</strong>", "</h2>", "</h3>", "..", " i", "</h4>", "l"], ["</strong>", "<start_of_image>", "</h2>", "s", "l", " i", "..", "y"], ["<start_of_image>", "..", "s", "l", "y", "</h2>", "</h3>", " i"], ["<start_of_image>", " alot", "s", "</strong>", "y", " recieve", " #", " ie"], ["<start_of_image>", "s", " alot", "y", " **", " #", "sion", "</strong>"], ["<start_of_image>", "s", " \u00c2", " alot", "y", " ater", "sion", " recieve"], ["<start_of_image>", " alot", "s", " \u00c2", "\u00c2", ",", " going", "</strong>"], ["<start_of_image>", " alot", "s", ",", " going", "\u00c2", " \u00c2", "\ufffd"], ["<start_of_image>", " alot", ",", " going", "s", " really", "\u00c2", " the"], ["<start_of_image>", " alot", " going", ",", " really", "  ", " the", "\ufffd"], ["<start_of_image>", " alot", " really", " going", " perch\u00e8", " hugely", "  ", ","], ["<start_of_image>", " alot", ",", " really", " going", " something", " hugely", " very"], ["<start_of_image>", " alot", " really", " going", ",", " something", " very", " you"], [",", " really", "<start_of_image>", " alot", " going", " something", " you", " pretty"], [",", "<start_of_image>", " really", " alot", " something", " going", " you", " pretty"], [" really", ",", " alot", " pretty", " incredibly", " something", " going", " hugely"], [",", " really", " incredibly", " something", " hugely", " going", " pretty", " alot"], [" really", " something", ",", " incredibly", " hugely", " going", " pretty", " trying"], [" really", " incredibly", " hugely", " something", " pretty", " going", " trying", " alot"], [" incredibly", " really", " hugely", " trying", " pretty", " something", " REALLY", " massively"], [" incredibly", " really", " hugely", " REALLY", " likely", " trying", " pretty", " something"], [" really", " incredibly", " likely", " hugely", " pretty", " trying", " REALLY", " something"], [" really", " incredibly", " hugely", " pretty", " massively", " REALLY", " likely", " incredible"], [" incredibly", " impactful", " hugely", " REALLY", " massively", " leveraging", " complexity", " really"], [" incredibly", " impactful", " really", " harder", " hugely", " tighter", " massively", " tougher"], [" incredibly", " impactful", " REALLY", " hugely", " insanely", " massively", " prioritization", " really"], [" incredibly", " REALLY", " tougher", " hugely", " \uad49\uc7a5\ud788", " harder", " impactful", " insanely"], [" incredibly", " tougher", " hugely", " harder", " tighter", " insanely", " impactful", " daunting"], [" incredibly", " tougher", " now", " increasingly", " \u0442\u0435\u043f\u0435\u0440\u044c", " daunting", " harder", " insanely"], [" tougher", " incredibly", " increasingly", " now", " harder", " tighter", " \u0442\u0435\u043f\u0435\u0440\u044c", " daunting"], [" tougher", " harder", " increasingly", " now", " tighter", " \u0442\u0435\u043f\u0435\u0440\u044c", " incredibly", " daunting"], [" tougher", " harder", " increasingly", " tighter", " intensifying", " daunting", " tricky", " incredibly"], [" tougher", " harder", " increasingly", " harsher", " tighter", " intensifying", " incredibly", " daunting"], [" tougher", " harder", " harsher", " tighter", " increasingly", " intensifying", " incredibly", " hotter"], [" tougher", " harder", " harsher", " tighter", " intensifying", " incredibly", " sharper", " steeper"], [" tougher", " harder", " harsher", " intensifying", " steeper", " hotter", " increasingly", " now"], [" tougher", " harder", " harsher", " steeper", " intensifying", " tighter", " tough", " stiffer"], [" tougher", " harder", " harsher", " tough", " intensifying", " steeper", " tighter", " stiffer"], [" tougher", " harder", " harsher", " tough", " intensifying", " brutal", " tighter", " hardening"], [" tougher", " harder", " harsher", " intensifying", " brutal", " tough", " hardening", " pushing"], [" tougher", " harder", " harsher", " brutal", " intensifying", " brutally", " tough", " hardening"], [" tougher", " harder", " harsher", " brutal", " getting", " intensifying", " becoming", " brutally"], [" tougher", " harder", " harsher", " getting", " significantly", " brutal", " intensifying", " going"], [" tougher", " harder", " getting", " harsher", " hardening", " becoming", " going", " brutal"], [" getting", " tougher", " going", " now", " brutal", " harder", " exponentially", " becoming"], [" now", " getting", " going", " even", " brutal", " pushing", " tougher", " moving"], [" now", " even", " getting", " going", " leaning", " pushing", " a", " moving"]], "p": [[0.7772, 0.2227, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7088, 0.2607, 0.0275, 0.0023, 0.0006, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9522, 0.0474, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.665, 0.3141, 0.0084, 0.0045, 0.0016, 0.001, 0.0009, 0.0007], [0.8527, 0.0899, 0.0257, 0.0177, 0.0074, 0.0027, 0.0011, 0.0005], [0.4365, 0.2647, 0.2062, 0.0279, 0.0246, 0.0149, 0.0048, 0.0038], [0.7399, 0.078, 0.078, 0.0417, 0.0136, 0.012, 0.0056, 0.0056], [0.6644, 0.168, 0.0899, 0.0177, 0.0122, 0.0107, 0.0057, 0.0057], [0.6522, 0.2117, 0.0325, 0.0223, 0.0197, 0.0174, 0.0105, 0.0072], [0.5231, 0.3595, 0.0379, 0.026, 0.0158, 0.0096, 0.0085, 0.0035], [0.6905, 0.1059, 0.0825, 0.039, 0.0344, 0.0162, 0.0098, 0.0025], [0.6089, 0.224, 0.0824, 0.05, 0.0077, 0.0053, 0.0046, 0.0032], [0.8096, 0.1096, 0.0665, 0.0033, 0.0033, 0.0016, 0.0014, 0.0014], [0.7312, 0.1632, 0.0413, 0.0152, 0.0118, 0.0081, 0.0063, 0.0049], [0.7321, 0.1634, 0.0468, 0.0365, 0.0063, 0.0049, 0.003, 0.0016], [0.6175, 0.3745, 0.0032, 0.0012, 0.0009, 0.0009, 0.0004, 0.0001], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8482, 0.1474, 0.0021, 0.0005, 0.0005, 0.0003, 0.0002, 0.0002], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9141, 0.075, 0.0062, 0.0037, 0.0008, 0.0001, 0.0, 0.0], [0.9738, 0.0108, 0.0108, 0.004, 0.0005, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9847, 0.014, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9358, 0.0598, 0.0023, 0.0018, 0.0001, 0.0001, 0.0001, 0.0], [0.5981, 0.3628, 0.0298, 0.0066, 0.0007, 0.0007, 0.0005, 0.0003], [0.3861, 0.1824, 0.1421, 0.0976, 0.0671, 0.0359, 0.017, 0.0103], [0.3421, 0.2665, 0.1111, 0.0409, 0.0318, 0.0219, 0.0193, 0.017], [0.4021, 0.2764, 0.0699, 0.0699, 0.0227, 0.0177, 0.0121, 0.0107]], "ranks": {"Rust": [65010, 68047, 85443, 89315, 80271, 90567, 30544, 31470, 23841, 12875, 15592, 12771, 9965, 8628, 9247, 10488, 11308, 9491, 7254, 9742, 13881, 13672, 17628, 22227, 30898, 87261, 134977, 136990, 160463, 138933, 148494, 150412, 153123, 127431, 132634, 117690, 129497, 119290, 68249, 50999, 45900, 24792, 14168, 8374, 4371, 3525, 3541]}}, {"pos": 397, "top": [["s", "\u09c7\u09b0", "e", "..\u201d", "-\u201d", "</h2>", "t", "</em>"], ["s", "\u09c7\u09b0", "e", "-\u201d", "..\u201d", "t", "</h2>", "\u03c2"], ["s", "e", "-\u201d", "..\u201d", "\u09c7\u09b0", "t", "</h2>", "a"], ["s", "\u09c7\u09b0", "e", "-\u201d", "t", "\u03c2", "sion", "..\u201d"], ["s", "\u09c7\u09b0", "e", "t", "sion", "\u03c2", "a", "es"], ["s", "\u09c7\u09b0", "e", "sion", "t", "\u03c2", "a", "es"], ["s", "\u09c7\u09b0", "e", "t", " \u00c2", "sion", "\u03c2", "a"], ["s", "\u09c7\u09b0", "e", "t", "sion", " \u00c2", "a", "es"], ["s", "\u09c7\u09b0", "e", "t", "sion", " seperate", " \u00c2", "->"], ["s", "\u09c7\u09b0", " seperate", " whilst", " realising", "[\u2026]", "e", " \u091a\u0940\u095b"], ["s", "\u09c7\u09b0", " \u00c2", " seperate", "e", "->", " whilst", ".\";"], ["s", "\u09c7\u09b0", ".\";", " whilst", " realising", ".\",", " \u00c2", ".\");"], ["s", " realising", " whilst", ".\";", " realisation", "\u09c7\u09b0", " realise", " utilising"], ["s", ".\",", ".\";", ",", ".\\", " whilst", ".\");", ".["], ["s", ".\",", ".\";", ".[", ",", ".\\", ".\");", "...\");"], ["s", " realising", ".\";", ".\",", "!</", ",", ".\\", " hugely"], ["s", " hugely", " whilst", " utilising", " incredibly", " realising", ",", " thankfully"], ["s", ".\";", "...\");", ".\",", "!</", " incredibly", "!\";", "->"], [" incredibly", " crucially", "->", " hugely", "s", "!</", " massively", "!\";"], [" incredibly", " crucially", " hugely", " massively", " impactful", " increasingly", " transitioning", " leveraging"], [" incredibly", " massively", " crucially", " hugely", " impactful", " focussed", "!\";", " prioritise"], [" incredibly", " massively", " hugely", " crucially", " focussed", " REALLY", " optimised", " really"], [" incredibly", " massively", " hugely", " really", " crucially", " focussed", " REALLY", " exponentially"], [" incredibly", " massively", " impactful", " crucially", " leveraging", " hugely", " exponentially", " significantly"], [" incredibly", " massively", " impactful", " hugely", " crucially", " significantly", " leveraging", " explicitly"], [" incredibly", " impactful", " REALLY", " prioritization", " massively", " crucially", " significantly", " prioritized"], [" incredibly", " significantly", " estremamente", " extr\u00eamement", " REALLY", " \u043a\u0440\u0430\u0439\u043d\u0435", " hugely", " extremamente"], [" incredibly", " significantly", " massively", " insanely", " hugely", " REALLY", " estremamente", " extr\u00eamement"], [" incredibly", " REALLY", " insanely", " tougher", " estremamente", " extr\u00eamement", "\u975e\u5e38\u306b", " significantly"], [" incredibly", " tougher", " significantly", " REALLY", " insanely", " tighter", " massively", " extr\u00eamement"], [" tougher", " harder", " incredibly", " tighter", " heavier", " explicitly", " insanely", " exponentially"], [" tougher", " harder", " incredibly", " tighter", " explicitly", " extr\u00eamement", " aggressively", " daunting"], [" tougher", " harder", " incredibly", " insanely", " tighter", " explicitly", " aggressively", " REALLY"], [" tougher", " harder", " explicitly", " incredibly", " tighter", " truly", " REALLY", " aggressively"], [" tougher", " harder", " explicitly", " truly", " decidedly", " incredibly", " unequivocally", " squarely"], [" tougher", " harder", " decidedly", " squarely", " explicitly", " incredibly", " truly", " intensely"], [" tougher", " harder", " incredibly", " decidedly", " harsher", " intensely", " squarely", " tighter"], [" tougher", " harder", " harsher", " incredibly", " decidedly", " intensely", " aggressively", " insanely"], [" tougher", " harder", " aggressively", " harsher", " intensely", " decidedly", " incredibly", " brutally"], [" harder", " tougher", " aggressively", " brutally", " decidedly", " intensely", " incredibly", " exponentially"], [" brutally", " harder", " tougher", " incredibly", " decidedly", " exponentially", " aggressively", " brutal"], [" brutally", " harder", " intensely", " incredibly", " aggressively", " tougher", " brutal", " exponentially"], [" significantly", " aggressively", " intensely", " incredibly", " squarely", " exponentially", " harder", " extremely"], [" harder", " aggressively", " squarely", " firmly", " exponentially", " intensely", " borderline", " leaning"], [" leaning", " firmly", " aggressively", " exponentially", " bordering", " squarely", " brutally", " borderline"], [" bordering", " leaning", " pushing", " aggressively", " even", " brutally", " exponentially", " less"], [" leaning", " even", " a", " bordering", " firmly", " aggressively", " pushing", " lean"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.99, 0.0067, 0.0025, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.922, 0.0357, 0.0357, 0.0023, 0.0011, 0.0008, 0.0004, 0.0003], [0.9754, 0.0051, 0.004, 0.0031, 0.0024, 0.0015, 0.0015, 0.0011], [0.2194, 0.1508, 0.1331, 0.0712, 0.0628, 0.0555, 0.0555, 0.0489], [0.5132, 0.1298, 0.0477, 0.0477, 0.0421, 0.0256, 0.0225, 0.0225], [0.3436, 0.1264, 0.1264, 0.0985, 0.0767, 0.0597, 0.0597, 0.0362], [0.4001, 0.4001, 0.0695, 0.0695, 0.0256, 0.0094, 0.0044, 0.0035], [0.4183, 0.1539, 0.1539, 0.0933, 0.0343, 0.0208, 0.0143, 0.0143], [0.3718, 0.2255, 0.2255, 0.083, 0.0305, 0.0144, 0.0112, 0.0112], [0.4588, 0.2782, 0.0621, 0.0621, 0.0484, 0.0178, 0.0139, 0.0108], [0.7274, 0.1623, 0.0767, 0.0133, 0.0133, 0.0049, 0.0014, 0.0004], [0.9953, 0.0019, 0.0015, 0.0006, 0.0004, 0.0003, 0.0, 0.0], [0.8062, 0.1799, 0.0054, 0.0033, 0.0033, 0.0007, 0.0004, 0.0003], [0.998, 0.0009, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7307, 0.163, 0.0989, 0.003, 0.003, 0.0004, 0.0002, 0.0002], [0.9488, 0.0472, 0.0039, 0.0, 0.0, 0.0, 0.0, 0.0], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9879, 0.011, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8257, 0.1435, 0.0194, 0.0056, 0.002, 0.001, 0.0006, 0.0006], [0.517, 0.1481, 0.1481, 0.0545, 0.0331, 0.02, 0.0156, 0.0156], [0.3241, 0.2524, 0.1192, 0.0723, 0.0563, 0.0439, 0.0342, 0.0207], [0.2159, 0.1681, 0.1309, 0.102, 0.0794, 0.0482, 0.0375, 0.0375], [0.1958, 0.1525, 0.1525, 0.0925, 0.0925, 0.072, 0.0437, 0.034], [0.1582, 0.1396, 0.1396, 0.1232, 0.0847, 0.0747, 0.0582, 0.0514], [0.2375, 0.2096, 0.0874, 0.053, 0.0364, 0.0321, 0.0321, 0.0321], [0.5076, 0.1133, 0.0778, 0.0368, 0.0286, 0.0253, 0.0223, 0.0197]], "ranks": {"Rust": [84276, 73125, 95726, 104319, 78572, 79676, 51613, 60405, 59172, 51010, 52881, 34240, 32770, 20670, 30637, 32360, 20573, 25655, 24663, 29775, 40178, 40445, 33567, 39228, 54801, 139141, 188846, 178208, 145869, 178208, 170856, 157298, 159150, 129724, 130053, 128210, 144605, 129280, 91548, 69465, 63553, 49672, 40549, 26370, 11392, 7898, 8335]}}, {"pos": 398, "top": [[" i", " t", " s", " o", "</i>", " b", "</blockquote>", ".."], [" t", " i", "</i>", " s", " o", " b", "..", "</blockquote>"], [" \ufffd", "..", "\u03c2", "a", " i", " \u25cf", " t", ",.."], [" \ufffd", "a", "\u03c2", " i", " \u25cf", " t", " \u2666", " s"], [" \ufffd", "s", "a", "\u03c2", " i", " \u2022", " t", " \u2666"], [" \ufffd", "\u03c2", "s", "a", " \u2022", "\ufffd", " i", " \u25cf"], [" \ufffd", "s", "\u03c2", "\ufffd", ",", "a", "  ", " \u2212"], [" \ufffd", "s", "\u03c2", "  ", ",", "\ufffd", "a", " \u2212"], [" \ufffd", "  ", "s", ",", "\u03c2", "\ufffd", "\ufffd", " \u2212"], ["  ", " \ufffd", "\ufffd", " [\u2026]", "s", ",", "\u03c2", " [...]"], [" [\u2026]", " \ufffd", "  ", " [...]", "\ufffd", " \u00bb", " \u2212", ","], [",", " [...]", " [\u2026]", " \ufffd", "  ", " hugely", ".\",", " a"], [",", " [...]", " [\u2026]", "  ", " hugely", "\ufffd", " a", " \ufffd"], [",", ".\",", ".", "  ", " [...]", " a", " [\u2026]", "\ufffd"], [",", " [...]", ".\",", ".", " [\u2026]", ".\".", "  ", "..."], [",", " [...]", ".", ".\",", "!\".", ".\".", " [\u2026]", "!\","], [",", "!\".", "  ", " hugely", " really", "!\"", ".\".", "."], [" [...]", ",", " hugely", "!\".", " [...", " [\u2026]", " complexity", ".\"."], [" complexity", " hugely", " focus", " massively", " workflow", " increasingly", " broadly", " incredibly"], [" complexity", " focus", " skillset", " workflow", " focused", " prioritization", " significant", " impactful"], [" complexity", " workflow", " focus", " prioritization", " skillset", " focused", " leveraging", " scalable"], [" workflow", " complexity", " scalable", " focus", " leveraging", " prioritization", " prototyping", " conceptually"], [" complexity", " workflow", " scalable", " logistical", " prioritization", " prototyping", " modular", " optimized"], [" leveraging", " prioritization", " scalable", " skillset", " complexity", " scalability", " prototyping", " impactful"], [" prioritization", " leveraging", " impactful", " scalable", " prioritized", " skillset", " complexity", " logistical"], [" prioritization", " scalable", " impactful", " prioritized", " scalability", " skillset", " robustness", " complexity"], [" extr\u00eamement", " prioritization", " incredibly", " estremamente", " \u043a\u0440\u0430\u0439\u043d\u0435", " extremamente", " impactful", " scalable"], [" incredibly", " prioritization", " extr\u00eamement", " \u043a\u0440\u0430\u0439\u043d\u0435", "\u975e\u5e38\u306b", " extremamente", " estremamente", " hugely"], [" incredibly", " prioritization", " extr\u00eamement", " \u043a\u0440\u0430\u0439\u043d\u0435", " extremamente", "\u975e\u5e38\u306b", " estremamente", " scalable"], [" prioritization", " incredibly", " extr\u00eamement", " scalable", " extremamente", " extremely", " estremamente", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" prioritization", " scalable", " optimizations", " optimization", " extr\u00eamement", " scalability", " incredibly", " aggressively"], [" prioritization", " optimization", " extr\u00eamement", " aggressively", " optimizations", " \u043a\u0440\u0430\u0439\u043d\u0435", " tougher", " incredibly"], [" aggressively", " prioritization", " tougher", " optimization", " intense", " extr\u00eamement", " optimizations", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" tougher", " optimization", " aggressively", " prioritization", " incredibly", " optimizations", " tighter", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" tougher", " aggressively", " incredibly", " optimization", " relentless", " grueling", " prioritization", " intense"], [" tougher", " optimization", " grueling", " relentless", " prioritization", " nightmare", " hardcore", " intense"], [" optimization", " tougher", " grueling", " hardcore", " optimizations", " prioritization", " relentless", " harder"], [" optimization", " tougher", " hardcore", " robustness", " grueling", " optimizations", " harder", " prioritization"], [" optimization", " robustness", " hardcore", " tougher", " brutal", " ruthless", " grueling", " relentless"], [" optimization", " brutal", " robustness", " hardcore", " ruthless", " tougher", " grueling", " scalability"], [" optimization", " brutal", " extreme", " robustness", " brutally", " toughness", " hardcore", " ruthless"], [" extreme", " brutal", " hardcore", " optimization", " severe", " robustness", " brutally", " ruthless"], [" extreme", " brutal", " severe", " optimization", " hardcore", " robustness", " serious", " intense"], [" high", " optimization", " hardcore", " extreme", " brutal", " serious", " severe", " robustness"], [" high", " brutal", " brutally", " serious", " severe", " engineering", " optimization", " extreme"], [" high", " brutal", " brutally", " truly", " serious", " much", " extreme", " engineering"], [" high", " *", " serious", " performance", " brutal", " much", " brutally", " project"]], "p": [[0.4863, 0.3787, 0.1085, 0.0189, 0.0042, 0.0026, 0.0004, 0.0001], [0.5606, 0.2062, 0.2062, 0.0169, 0.008, 0.0008, 0.0005, 0.0003], [0.9763, 0.0179, 0.004, 0.0009, 0.0007, 0.0002, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0009, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0032, 0.0006, 0.0004, 0.0002, 0.0001, 0.0, 0.0], [0.5957, 0.1707, 0.1035, 0.1035, 0.0231, 0.0019, 0.0011, 0.0003], [0.8937, 0.0942, 0.0099, 0.0008, 0.0006, 0.0003, 0.0002, 0.0001], [0.8984, 0.0574, 0.0348, 0.0061, 0.0029, 0.0002, 0.0001, 0.0], [0.998, 0.0012, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9523, 0.0288, 0.0174, 0.0007, 0.0005, 0.0001, 0.0001, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.994, 0.0022, 0.0017, 0.0009, 0.0004, 0.0002, 0.0001, 0.0001], [0.5849, 0.3547, 0.0177, 0.0065, 0.0065, 0.0045, 0.0039, 0.0039], [0.5286, 0.4117, 0.0205, 0.0097, 0.0097, 0.0036, 0.0028, 0.0028], [0.8818, 0.0724, 0.0207, 0.0098, 0.0059, 0.0017, 0.0013, 0.0008], [0.8907, 0.0443, 0.0209, 0.0163, 0.0163, 0.0036, 0.0036, 0.0005], [0.497, 0.3871, 0.0247, 0.015, 0.015, 0.0117, 0.0091, 0.0033], [0.6089, 0.1745, 0.05, 0.0236, 0.0143, 0.0143, 0.0112, 0.0087], [0.6658, 0.1908, 0.0702, 0.0426, 0.0157, 0.0045, 0.0021, 0.0017], [0.6968, 0.1555, 0.0943, 0.0347, 0.0047, 0.0028, 0.0022, 0.0017], [0.9657, 0.0292, 0.0039, 0.0005, 0.0003, 0.0001, 0.0001, 0.0], [0.6895, 0.2536, 0.0208, 0.0126, 0.0077, 0.0046, 0.0046, 0.0028], [0.3617, 0.3617, 0.2194, 0.0297, 0.018, 0.0066, 0.0015, 0.0009], [0.7414, 0.1654, 0.0609, 0.0136, 0.0082, 0.0082, 0.0011, 0.0007], [0.7025, 0.2585, 0.035, 0.0017, 0.0011, 0.0004, 0.0002, 0.0002], [0.9847, 0.0066, 0.004, 0.0024, 0.0015, 0.0002, 0.0002, 0.0001], [0.706, 0.1575, 0.058, 0.0352, 0.0213, 0.0129, 0.0029, 0.0018], [0.452, 0.1663, 0.1009, 0.1009, 0.0612, 0.0371, 0.0225, 0.0225], [0.8553, 0.0426, 0.0426, 0.0426, 0.0035, 0.0035, 0.0021, 0.0021], [0.9471, 0.0286, 0.0064, 0.0064, 0.0039, 0.0023, 0.0014, 0.0014], [0.5989, 0.3633, 0.0181, 0.011, 0.0067, 0.0005, 0.0003, 0.0003], [0.8142, 0.1817, 0.002, 0.0012, 0.0005, 0.0002, 0.0001, 0.0001], [0.9881, 0.0067, 0.0024, 0.0024, 0.0002, 0.0, 0.0, 0.0], [0.8033, 0.1087, 0.0659, 0.0147, 0.002, 0.002, 0.0012, 0.0007], [0.9933, 0.0041, 0.0015, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.8432, 0.1141, 0.0255, 0.0073, 0.0034, 0.0013, 0.0013, 0.001], [0.3961, 0.3085, 0.1457, 0.0688, 0.0417, 0.0197, 0.0073, 0.0057], [0.5909, 0.1027, 0.1027, 0.0623, 0.0378, 0.0229, 0.0229, 0.0139], [0.3401, 0.1606, 0.1251, 0.0974, 0.0759, 0.0759, 0.0358, 0.0279], [0.3923, 0.238, 0.0875, 0.0773, 0.0322, 0.0251, 0.0251, 0.0221], [0.6764, 0.049, 0.0382, 0.0204, 0.0159, 0.0109, 0.0109, 0.0096], [0.5511, 0.1579, 0.0399, 0.0214, 0.0214, 0.0166, 0.013, 0.013]], "ranks": {"Rust": [24253, 29092, 51719, 65787, 67804, 58776, 26397, 22285, 18710, 13711, 17826, 11244, 10281, 6398, 7258, 7474, 9796, 11446, 14948, 18797, 28283, 19968, 18922, 29477, 41062, 124727, 138743, 117759, 92366, 129138, 109335, 79458, 71701, 47233, 34215, 22490, 32505, 28335, 17951, 21741, 21876, 19327, 29228, 20918, 7096, 3043, 4418]}}, {"pos": 399, "top": [[" *", " *\"", " .*", " *,", " *$", " (*", " *.", "*"], [" *", " *\"", " .*", " *,", " *$", "*", " *\\", " (*"], [" *", " *\"", " [*", " (*", " .*", " *$", " *\\", " *,"], [" *", " *\"", " .*", " [*", " (*", " *\\", " *,", " *$"], [" *", " *\"", " (*", " [*", " *\\", " *(", " *,", " .*"], [" *", " *\"", " (*", " *\\", " [*", " *,", " .*", " *("], [" *", ",*", " (*", " [*", " *\"", " *,", " \"*", " *("], [" *", ",*", " (*", "</em>", " *,", " [*", " */", " *\""], [" *", ",*", " (*", " *,", "*", " [*", "-*", "*,"], [" *", "</em>", ",*", " (*", " */", " [*", "*", " *\""], [" *", " (*", "</em>", " */", ",*", " [*", "*", " *\""], [" *", "</em>", ",*", " (*", " */", "*,", "*", " [*"], [" *", "</em>", " (*", ",*", " */", "*,", "*", " [*"], [" *", "</em>", ",*", " (*", "*,", "*", " */", "\"*"], [" *", ",*", " (*", "*,", "</em>", "*", " [*", ".*"], [" *", ",*", "</em>", "*,", " (*", "*", "*.", ".*"], [" *", ",*", "</em>", " (*", "*,", "-*", " [*", "*"], ["</em>", " *", ",*", "*,", " (*", "-*", "*", "()*"], [" *", "</em>", ",*", "*,", " (*", "-*", "()*", "*:"], [" *", " (*", "*,", ",*", "</em>", "()*", "-*", "*:"], [" *", ",*", "*,", "*:", "()*", "-*", "*.", "</em>"], ["*,", ",*", "*:", " *", "-*", "()*", "*.", "</em>"], ["*:", "*,", ",*", "</em>", "*.", "-*", " (*", ")*"], [" insanely", " incredibly", ");*/", " unglaublich", "</em>", ";*/", " skillset", " extr\u00eamement"], [" incredibly", " extr\u00eamement", " insanely", " unglaublich", "</em>", " estremamente", " extremamente", " scalable"], [" extr\u00eamement", " unglaublich", " insanely", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " estremamente", " extremamente", " \u043a\u0440\u0430\u0439\u043d\u0435", " incredibly"], [" extr\u00eamement", " extremadamente", " estremamente", " extremamente", " \u043a\u0440\u0430\u0439\u043d\u0435", " incredibly", "\u975e\u5e38\u306b", "extremely"], [" extr\u00eamement", "extremely", " extremamente", " estremamente", " incredibly", " extremadamente", " \u043a\u0440\u0430\u0439\u043d\u0435", "\u975e\u5e38\u306b"], ["extremely", " extr\u00eamement", " incredibly", "\u975e\u5e38\u306b", " extremadamente", " insanely", " estremamente", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" incredibly", "extremely", " extr\u00eamement", " insanely", " extremadamente", " estremamente", " extremamente", " extraordinarily"], ["extremely", " incredibly", " extr\u00eamement", " insanely", " extremadamente", "\u975e\u5e38\u306b", " estremamente", " extremamente"], ["extremely", " incredibly", " extr\u00eamement", " insanely", " \u043a\u0440\u0430\u0439\u043d\u0435", "\u975e\u5e38\u306b", " extremadamente", " aggressively"], ["extremely", " incredibly", " insanely", " extr\u00eamement", " aggressively", " extremamente", " \u043a\u0440\u0430\u0439\u043d\u0435", " extremadamente"], ["extremely", " incredibly", " extr\u00eamement", " insanely", " extremadamente", " extremamente", " extremely", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" incredibly", "extremely", " extr\u00eamement", " insanely", " extremamente", " extremadamente", " intensely", " aggressively"], ["extremely", " incredibly", " extr\u00eamement", " insanely", " extremely", " extremamente", " intensely", " \u043a\u0440\u0430\u0439\u043d\u0435"], ["extremely", " incredibly", " extr\u00eamement", " tougher", " intensely", " intense", " relentless", " insanely"], ["extremely", " incredibly", " insanely", " relentless", " intensely", " ruthless", " tougher", " intense"], [" ruthless", " relentless", " brutal", "extremely", " incredibly", " tougher", " intense", " hardcore"], [" brutal", " ruthless", " relentless", " brutally", " ferocious", " incredibly", " relentlessly", " intense"], [" brutal", " brutally", " ruthless", " relentless", " incredibly", " ferocious", " extreme", " extremely"], [" brutal", " brutally", " severe", " ruthless", " ferocious", " relentless", " extreme", " extremely"], [" brutal", " severe", " ruthless", " extreme", " extremely", " incredibly", " ferocious", " intense"], [" brutal", " ruthless", " hardcore", " severe", " extremely", " relentless", " ferocious", " incredibly"], [" brutal", " brutally", " ruthless", " relentless", " serious", " severe", " incredibly", " ferocious"], [" brutal", " brutally", " high", "high", " serious", "serious", "extremely", " ruthless"], ["serious", "high", "extremely", "very", "much", "severe", "highly", "br"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8786, 0.1189, 0.0022, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.581, 0.3524, 0.0477, 0.0175, 0.0014, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9738, 0.0178, 0.004, 0.0024, 0.0015, 0.0003, 0.0002, 0.0], [0.9961, 0.0025, 0.0009, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7593, 0.0623, 0.0623, 0.0623, 0.0229, 0.0229, 0.0031, 0.0031], [0.6241, 0.2296, 0.1393, 0.0026, 0.0015, 0.0015, 0.0009, 0.0003], [0.969, 0.0293, 0.0009, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.4423, 0.2682, 0.0769, 0.0599, 0.0283, 0.022, 0.0171, 0.0171], [0.7476, 0.1299, 0.0226, 0.0226, 0.0176, 0.0137, 0.0107, 0.0107], [0.4385, 0.1256, 0.0863, 0.0672, 0.0593, 0.0462, 0.0408, 0.036], [0.8184, 0.0523, 0.0407, 0.0407, 0.015, 0.0117, 0.0071, 0.0055], [0.9193, 0.0356, 0.0131, 0.008, 0.008, 0.008, 0.0038, 0.0029], [0.6976, 0.1212, 0.1212, 0.0164, 0.0128, 0.0077, 0.006, 0.006], [0.4431, 0.4431, 0.0989, 0.0081, 0.0018, 0.0018, 0.0018, 0.0007], [0.4434, 0.3453, 0.1631, 0.0283, 0.0049, 0.0049, 0.0038, 0.003], [0.5869, 0.2159, 0.1682, 0.0138, 0.004, 0.004, 0.0024, 0.0019], [0.5103, 0.3095, 0.1139, 0.0419, 0.0154, 0.0021, 0.0016, 0.0013], [0.8167, 0.1822, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.914, 0.075, 0.0062, 0.0037, 0.0005, 0.0001, 0.0001, 0.0001], [0.717, 0.2638, 0.0131, 0.0018, 0.0018, 0.0007, 0.0007, 0.0004], [0.8622, 0.1167, 0.0058, 0.0058, 0.0035, 0.0035, 0.0013, 0.0003], [0.6721, 0.2472, 0.0552, 0.0123, 0.0027, 0.0027, 0.0017, 0.0017], [0.6792, 0.1515, 0.1515, 0.0075, 0.0046, 0.001, 0.001, 0.0006], [0.9563, 0.0289, 0.0106, 0.003, 0.0005, 0.0002, 0.0001, 0.0001], [0.9823, 0.0109, 0.0052, 0.0007, 0.0003, 0.0002, 0.0001, 0.0001], [0.9665, 0.0107, 0.0107, 0.0065, 0.0011, 0.0009, 0.0009, 0.0007], [0.2811, 0.1328, 0.1328, 0.1328, 0.1034, 0.0627, 0.0296, 0.0296], [0.5193, 0.191, 0.0902, 0.0483, 0.0259, 0.0228, 0.0201, 0.0178], [0.7898, 0.1211, 0.021, 0.0088, 0.0088, 0.0088, 0.006, 0.0053], [0.3592, 0.1321, 0.0908, 0.0707, 0.0334, 0.0295, 0.0179, 0.0158], [0.2457, 0.1913, 0.116, 0.116, 0.0798, 0.0259, 0.0259, 0.0259]], "ranks": {"Rust": [156735, 150051, 179819, 190384, 176299, 190892, 129485, 156545, 121096, 102080, 114173, 44708, 48272, 32536, 42486, 44166, 79215, 85951, 85553, 88157, 113055, 73416, 93436, 129317, 133876, 119527, 128096, 106719, 72762, 99201, 88105, 89528, 99567, 56598, 60808, 44595, 63278, 63582, 49619, 62043, 53758, 34853, 49606, 27809, 14074, 10063, 3835]}}, {"pos": 400, "top": [["..", "...\u201d", "...", "</h2>", "..\u201d", "--", "....", "~~"], ["...\u201d", "..", "..\u201d", "</h2>", "--", "...", "~~", "~"], ["..", "..\u201d", "...\u201d", "<start_of_image>", "...", "</h2>", "--", "~~"], ["--", "...", "..", "...\u201d", "<start_of_image>", "-->", "~~", "..\u201d"], ["</h2>", "...\u201d", "...", "</h4>", "--", "-->", "..\u201d", "~~"], ["</h2>", "...\u201d", "--", "</em>", "-->", "</i>", "</h4>", "..\u201d"], ["</h2>", "--", "...\u201d", "-->", "--\u201c", ",--", "</em>", "..."], ["...\u201d", "</h2>", "--", "-->", "--\u201c", "!!\u201d", "..\u201d", "..."], ["...\u201d", "</h2>", "</em>", "-->", "--", "!!\u201d", "--\u201c", "..\u201d"], ["</h2>", "</em>", "...\u201d", "-->", "--", "</i>", "!!\u201d", "--\u201c"], ["</em>", "</h2>", "</i>", "...\u201d", "-->", "--", "...>", "~~"], ["</em>", "</h2>", "...\u201d", "</i>", "-->", "..\u201d", "--", "</h4>"], ["</em>", "</h2>", "...\u201d", "-->", "--", "</i>", "!!\u201d", "..."], ["</h2>", "</em>", "...\u201d", "-->", "--", "...", "...'", ",--"], ["...\u201d", "</em>", "</h2>", "-->", "...", "--", "...'", "...>"], ["</em>", "</h2>", "...\u201d", "</i>", "-->", "...'", "!!\u201d", "...>"], ["</em>", "</h2>", "--", "...\u201d", "!\u201d", "!--", "!!\u201d", "-->"], ["</em>", "</h2>", "...\u201d", "-->", "--", "...'", "...>", "..\u201d"], ["</em>", "-->", "</h2>", "...\u201d", "--", "!--", "...>", ">-->"], ["...\u201d", "...>", "-->", "</em>", "...'", "...", "</h2>", "!--"], ["!--", "-->", "...>", "...\u201d", "</em>", " VERY", ">-->", "(!)"], ["!--", "-->", ">-->", "--", " VERY", "(!)", "</em>", "!';"], ["!--", "(!)", " VERY", "!\u201d.", "!\u201d", "!).", "--", "-->"], ["!--", " incredibly", " VERY", ">-->", "(!)", "!).", " extr\u00eamement", " impactful"], [" incredibly", " extr\u00eamement", " estremamente", " extremadamente", " extremamente", "\u975e\u5e38\u306b", " impactful", " extremely"], [" impactful", " \u10eb\u10d0\u10da\u10d8\u10d0\u10dc", "\u975e\u5e38\u306b", " scalable", " extr\u00eamement", " estremamente", " extremadamente", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" extr\u00eamement", "\u975e\u5e38\u306b", " impactful", " extremadamente", " estremamente", " \u10eb\u10d0\u10da\u10d8\u10d0\u10dc", " \u043a\u0440\u0430\u0439\u043d\u0435", " extremamente"], [" impactful", " scalable", " iterative", " complexity", " schwierig", " \u0441\u043b\u043e\u0436\u043d\u043e", " prioritization", "\u96e3\u3057\u3044"], [" \u091a\u0941\u0928\u094c\u0924\u0940\u092a\u0942\u0930\u094d\u0923", "\u96e3\u3057\u3044", " scalable", " schwierig", "challeng", " desaf\u00edos", " daunting", "difficult"], [" scalable", " \u091a\u0941\u0928\u094c\u0924\u0940\u092a\u0942\u0930\u094d\u0923", " challenging", " impactful", " daunting", " schwierig", " stressful", " iterative"], [" scalable", " impactful", " \u091a\u0941\u0928\u094c\u0924\u0940\u092a\u0942\u0930\u094d\u0923", " challenging", " stressful", " iterative", " difficult", " probl\u00e8me"], [" \u091a\u0941\u0928\u094c\u0924\u0940\u092a\u0942\u0930\u094d\u0923", " stressful", " aggressive", " impactful", " challenging", " difficult", " scalable", " tricky"], [" aggressive", " impactful", " scalable", " stressful", " intense", " aggressively", " iterative", " optimised"], [" aggressive", " impactful", " intense", " stressful", " scalable", " aggressively", " iterative", " challenging"], [" aggressive", " stressful", " intense", " challenging", " impactful", " tricky", " aggressively", " difficult"], [" aggressive", " intense", " stressful", " challenging", " demanding", " tough", " aggressively", " difficult"], [" aggressive", " stressful", " intense", " tough", " challenging", " difficult", " tricky", " serious"], [" aggressive", " stressful", " intense", " tough", " challenging", " tricky", " difficult", " serious"], [" aggressive", " tough", " intense", " stressful", " challenging", " serious", " difficult", " strenuous"], [" aggressive", " tough", " intense", " challenging", " stressful", " aggressively", " hard", " difficult"], [" aggressive", " tough", " challenging", " stressful", " intense", " crunchy", " difficult", " tricky"], [" aggressive", " tough", " challenging", " stressful", " intense", " hard", " serious", " demanding"], [" aggressive", " tough", " hard", " stressful", " intense", " challenging", " difficult", " serious"], [" aggressive", " hard", " tough", " intense", " stressful", " challenging", " hardcore", " serious"], ["*", "*,", " aggressive", " hard", " intense", " tough", " serious", " high"], ["*", "*,", " hard", " high", " serious", "*.", " aggressive", " different"], ["*", "*,", " hard", " high", " serious", " different", ",", ",*"]], "p": [[0.7856, 0.1063, 0.0502, 0.0502, 0.0053, 0.0009, 0.0007, 0.0002], [0.821, 0.1111, 0.0409, 0.015, 0.0091, 0.002, 0.0005, 0.0002], [0.6011, 0.3646, 0.0299, 0.004, 0.0002, 0.0001, 0.0001, 0.0], [0.5282, 0.3204, 0.0715, 0.0715, 0.0036, 0.0036, 0.0008, 0.0003], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9654, 0.0292, 0.0039, 0.0015, 0.0, 0.0, 0.0, 0.0], [0.7301, 0.2686, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9512, 0.0474, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.603, 0.3657, 0.03, 0.0009, 0.0003, 0.0, 0.0, 0.0], [0.8356, 0.1131, 0.0252, 0.0252, 0.0005, 0.0003, 0.0, 0.0], [0.922, 0.0757, 0.0023, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7054, 0.2595, 0.0351, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7979, 0.178, 0.0146, 0.0089, 0.0004, 0.0001, 0.0001, 0.0], [0.7695, 0.1717, 0.0232, 0.0232, 0.0085, 0.0031, 0.0003, 0.0003], [0.5676, 0.3443, 0.0466, 0.0283, 0.0063, 0.0038, 0.0014, 0.0009], [0.9628, 0.0291, 0.0024, 0.0024, 0.0014, 0.0014, 0.0002, 0.0001], [0.9832, 0.0066, 0.0066, 0.0015, 0.0009, 0.0003, 0.0003, 0.0001], [0.3529, 0.2141, 0.1667, 0.0787, 0.0613, 0.0372, 0.029, 0.0226], [0.9765, 0.0179, 0.0015, 0.0015, 0.0009, 0.0009, 0.0007, 0.0001], [0.6215, 0.108, 0.051, 0.051, 0.0397, 0.0241, 0.0188, 0.0069], [0.5626, 0.207, 0.0761, 0.0593, 0.036, 0.036, 0.008, 0.0062], [0.8954, 0.0446, 0.0347, 0.0128, 0.0017, 0.0017, 0.0013, 0.0013], [0.7213, 0.076, 0.0461, 0.028, 0.028, 0.0218, 0.0218, 0.017], [0.9128, 0.0454, 0.0276, 0.0101, 0.0014, 0.0005, 0.0005, 0.0003], [0.956, 0.0289, 0.005, 0.0039, 0.0018, 0.0014, 0.0009, 0.0007], [0.2698, 0.2698, 0.1636, 0.1274, 0.1274, 0.0134, 0.0081, 0.0063], [0.9465, 0.0286, 0.0105, 0.0064, 0.0039, 0.0014, 0.0009, 0.0005], [0.9648, 0.0107, 0.0107, 0.0065, 0.0039, 0.0015, 0.0009, 0.0003], [0.9929, 0.0041, 0.0015, 0.0009, 0.0003, 0.0001, 0.0, 0.0], [0.9994, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9047, 0.0273, 0.0273, 0.0166, 0.0166, 0.0037, 0.0022, 0.0014], [0.9025, 0.0449, 0.0165, 0.0165, 0.0165, 0.0014, 0.0008, 0.0003], [0.9408, 0.0468, 0.0081, 0.0023, 0.0014, 0.0002, 0.0001, 0.0001], [0.9989, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9711, 0.0228, 0.0024, 0.0024, 0.0007, 0.0001, 0.0001, 0.0001], [0.9552, 0.0225, 0.0106, 0.0064, 0.0039, 0.0004, 0.0002, 0.0002], [0.8035, 0.1396, 0.0243, 0.0115, 0.007, 0.0042, 0.0033, 0.0033], [0.6314, 0.205, 0.0665, 0.0314, 0.0245, 0.0131, 0.0062, 0.0055], [0.9961, 0.0017, 0.0007, 0.0005, 0.0002, 0.0002, 0.0001, 0.0001], [0.9976, 0.001, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [23751, 22598, 37636, 51964, 71497, 124812, 87367, 93001, 84940, 64379, 88595, 38216, 42101, 31177, 50590, 57415, 40728, 45206, 52143, 55107, 67116, 69599, 72939, 91721, 91154, 122807, 147693, 99524, 66334, 94828, 122377, 122037, 123494, 65885, 54321, 37344, 47148, 40162, 27502, 32485, 25574, 16050, 24572, 12073, 4813, 1886, 1034]}}, {"pos": 401, "top": [["*", ".*", "*,", "*.", ":*", " *", ",*", "*:"], ["*", ".*", " *", ":*", "-*", "*,", ",*", "=*"], ["*", "-*", " *", "=*", ",*", ".*", "*=", "*("], [" *", "*", "-*", "(*", "=*", "[*", " [*", " (*"], [" *", "*", " [*", " *$", " (*", "-*", " *\"", " *("], [" *", "*", " (*", " *(", " *$", " [*", "-*", " $*$"], [" *", "*", " (*", ",*", " [*", "(*", " *(", "[*"], [" *", " (*", " *(", " [*", "(*", " *$", "[*", "*"], [" *", " (*", " *(", " [*", "*", "(*", " *$", "=*"], [" *", " (*", " *(", " [*", "<em>", "(*", "<sup>", "*"], [" *", " (*", "<em>", " *(", " [*", "<sup>", "*", "(*"], [" *", " (*", "<em>", " *(", "<sup>", "*", " [*", "*,"], [" *", " (*", "<em>", " *(", "(!)", " (!)", "<sup>", " [*"], [" *", " (*", "<em>", " *(", "<sup>", " [*", "*", "!"], ["<em>", " *", " (*", " *(", " [*", "*", "<sup>", "*,"], ["<em>", " (*", " *", " *(", "<sup>", " [*", "(*", "(!)"], ["<em>", " (*", "<sup>", " *", " [*", " *(", "(*", "(!)"], ["<em>", " (*", " *", " *(", " [*", "(!)", " (!)", " (~"], ["<em>", " (*", " prototyping", " *", " workflows", " foundational", " iterative", " iteratively"], [" prototyping", " leveraging", " foundational", " workflows", " skillset", " iterative", " prioritization", " (*"], [" prototyping", " scalable", " workflows", " iterative", " leveraging", " workflow", " iteratively", " (~"], [" scalable", " prototyping", " leveraging", " iterative", " workflows", " workflow", " iteratively", " optimized"], [" prototyping", " scalable", " optimized", " iterative", " iteratively", " leveraging", " modular", " workflow"], [" prototyping", " leveraging", " scalable", " workflows", " workflow", " iterative", " prioritization", " optimized"], [" prototyping", " scalable", " leveraging", " iterative", " conceptually", " workflows", " workflow", " scalability"], [" scalable", " prototyping", " prioritization", " iterative", " scalability", " workflows", " leveraging", " workflow"], [" prioritization", " scalable", " iterative", " impactful", " complexity", " scalability", " skillset", " deterministic"], [" prioritization", " complexity", " impactful", " scalable", " iterative", " deterministic", " skillset", " probabilistic"], [" prioritization", " complexity", " scalable", " impactful", " probabilistic", " iterative", " optimizations", " scalability"], [" scalable", " optimizations", " impactful", " prioritization", " optimization", " iterative", " probabilistic", " deterministic"], [" optimizations", " optimization", " scalable", " impactful", " iterative", " deterministic", " optimized", " constrained"], [" optimization", " constrained", " optimizations", " constraints", " iterative", " optimized", " challenging", " impactful"], [" constrained", " iterative", " optimization", " stressful", " challenging", " optimizations", " optimized", " constraints"], [" constrained", " constraints", " iterative", " stressful", " optimization", " constraint", " challenging", " optimizations"], [" constrained", " challenging", " aggressive", " stressful", " optimization", " ambitious", " iterative", " tight"], [" constrained", " demanding", " challenging", " stressful", " aggressive", " tight", " ambitious", " optimization"], [" challenging", " constrained", " demanding", " stressful", " tight", " aggressive", " optimization", " iterative"], [" constrained", " tight", " challenging", " stressful", " demanding", " optimization", " aggressive", " ambitious"], [" tight", " constrained", " challenging", " optimization", " aggressive", " demanding", " stressful", " ambitious"], [" aggressive", " tight", " constrained", " challenging", " optimization", " demanding", " stressful", " ambitious"], [" challenging", " aggressive", " tight", " constrained", " optimization", " demanding", " stressful", " ambitious"], [" challenging", " aggressive", " stressful", " demanding", " tight", " constrained", " tough", " optimization"], [" aggressive", " challenging", " demanding", " stressful", " constrained", " tight", " ambitious", " tough"], [" aggressive", " demanding", " challenging", " stressful", " constrained", " tight", " intense", " ambitious"], [" aggressive", " demanding", " challenging", " constrained", " ambitious", " stressful", " high", " optimization"], [" aggressive", " demanding", " constrained", " high", " performance", " challenging", " ambitious", " hard"], [" demanding", " aggressive", " high", " performance", " challenging", " hard", " different", " tight"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9854, 0.0141, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.869, 0.1176, 0.0124, 0.0008, 0.0001, 0.0, 0.0, 0.0], [0.558, 0.4346, 0.0062, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.5431, 0.3294, 0.1212, 0.0047, 0.0003, 0.0003, 0.0003, 0.0002], [0.3583, 0.3583, 0.279, 0.0024, 0.0007, 0.0005, 0.0004, 0.0001], [0.77, 0.2206, 0.0086, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5441, 0.4238, 0.0271, 0.0032, 0.0013, 0.0001, 0.0001, 0.0001], [0.799, 0.0842, 0.0398, 0.031, 0.0101, 0.0061, 0.0061, 0.0025], [0.2891, 0.1753, 0.1753, 0.1063, 0.0391, 0.0391, 0.0237, 0.0237], [0.3079, 0.1867, 0.1454, 0.1, 0.0778, 0.0417, 0.0325, 0.0253], [0.2783, 0.2456, 0.149, 0.1024, 0.0704, 0.0332, 0.0332, 0.0228], [0.7096, 0.2033, 0.0275, 0.0214, 0.0079, 0.0061, 0.0048, 0.0048], [0.6821, 0.2509, 0.056, 0.0059, 0.0013, 0.001, 0.001, 0.0008], [0.9381, 0.0467, 0.0104, 0.0038, 0.0009, 0.0, 0.0, 0.0], [0.8028, 0.1791, 0.0147, 0.002, 0.0012, 0.0001, 0.0001, 0.0], [0.8992, 0.0738, 0.0165, 0.01, 0.0003, 0.0001, 0.0, 0.0], [0.663, 0.2439, 0.0897, 0.0016, 0.001, 0.0004, 0.0002, 0.0], [0.3581, 0.3581, 0.2172, 0.0377, 0.0139, 0.0066, 0.0015, 0.0011], [0.7551, 0.1685, 0.0376, 0.0138, 0.0138, 0.0084, 0.0011, 0.0007], [0.584, 0.3542, 0.0479, 0.0039, 0.0039, 0.0024, 0.0024, 0.0005], [0.7104, 0.1585, 0.0961, 0.013, 0.013, 0.0048, 0.0029, 0.0004], [0.6128, 0.2254, 0.1367, 0.0068, 0.0068, 0.0068, 0.0015, 0.0015], [0.9981, 0.0006, 0.0006, 0.0003, 0.0003, 0.0, 0.0, 0.0], [0.7749, 0.1729, 0.0234, 0.0142, 0.0086, 0.0052, 0.0007, 0.0], [0.9465, 0.0471, 0.0064, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6019, 0.3651, 0.03, 0.0015, 0.0015, 0.0, 0.0, 0.0], [0.9184, 0.0754, 0.0062, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9456, 0.0471, 0.0064, 0.0003, 0.0003, 0.0001, 0.0001, 0.0], [0.737, 0.1644, 0.0605, 0.0223, 0.0135, 0.0018, 0.0002, 0.0001], [0.3718, 0.2255, 0.2255, 0.0503, 0.0503, 0.0503, 0.0238, 0.0015], [0.8672, 0.0914, 0.0262, 0.0124, 0.0017, 0.0006, 0.0002, 0.0001], [0.4441, 0.2098, 0.1634, 0.1272, 0.0221, 0.0221, 0.0038, 0.0018], [0.3899, 0.3036, 0.1434, 0.0677, 0.0528, 0.0194, 0.0056, 0.0043], [0.4736, 0.2872, 0.0823, 0.0823, 0.0126, 0.0098, 0.0053, 0.0053], [0.365, 0.1954, 0.0815, 0.056, 0.0436, 0.0436, 0.0206, 0.0206], [0.3843, 0.1414, 0.0972, 0.0757, 0.0757, 0.0405, 0.0217, 0.0191]], "ranks": {"Rust": [103109, 101499, 108742, 111521, 100306, 109944, 36071, 47926, 29019, 20987, 33600, 12145, 15726, 13035, 13794, 13720, 22754, 15294, 19101, 21289, 30880, 28497, 39489, 75984, 86570, 141538, 100639, 116305, 58500, 66167, 57485, 50285, 41753, 30701, 21733, 15774, 16834, 14515, 11085, 12885, 11410, 4268, 7303, 5113, 2128, 1295, 870]}}, {"pos": 402, "top": [["\\\"", "\u201c", " --", "<start_of_image>", "</h1>", "\uff5e\uff5e", "``", "##"], ["\\\"", "\u201c", " --", "...\u201d", "--\u201c", " \\\"", "\\\")", "\uff5e\uff5e"], ["<start_of_image>", "...\u201d", "--\u201c", "\\\"", "..\u201d", " --", "</b>", "\uff5e\uff5e"], [" --", "<start_of_image>", "--\u201c", "</b>", "\uff5e\uff5e", "...\u201d", " __", " ~~"], [" --", "--\u201c", "</b>", "...\u201d", "<start_of_image>", " ~~", "**", " ----"], [" --", " ``", " \\\"", "\\\"", "\u201c", "--\u201c", " \u200b", "``"], ["\\\"", " \\\"", " ``", " --", "---", "``", "\\\")", " (\\\""], ["\\\"", " \\\"", " ``", " --", "``", " \u200b", "---", "</b>"], [" ``", " --", " \\\"", "``", " (\\\"", "  ", "\\\"", " ---"], [" ``", " --", " \\\"", " (\\\"", "\\\"", "---", " ---", "``"], [" ``", " --", "\\`", " \\\"", "\\\"", "``", "<span>", " (\\\""], ["\\\"", " \\\"", "\\`", ",\\\"", " --", " ``", " (\\\"", "---"], [" --", "\\\"", "\\`", "---", " \\\"", " ``", " (\\\"", "``"], [" --", "\\\"", "---", ",\\\"", "\\`", "**", "--", " \\\""], ["\\\"", " --", "**", "---", ",\\\"", "--", "...\\", " (\\\""], ["\\\"", ",\\\"", " (\\\"", "**", "\\\".", " --", "\\`", "---"], [" --", "\\\"", "**", "--", "\\`", " (\\\"", "\\\".", "---"], ["\\\"", " --", " (\\\"", "---", "**", "\\`", "\\\".", " \\\""], ["\\\"", " (\\\"", "\\`", "---", " --", "\\\".", "\\-", " \\\""], [" (\\\"", "\\\"", "\\`", "**", "---", " scalable", " scalability", " powertrain"], ["\\`", " scalability", "\\\"", " scalable", " (\\\"", " optimisation", " accelerometer", "**"], [" scalability", " scalable", " optimisation", " accelerometer", "\\`", " powertrain", " timescales", " engineering"], [" scalability", " extremely", " scalable", " insanely", " accelerometer", " optimisation", " engineering", " compressibility"], [" scalability", " scalable", " powertrain", " leveraging", " prototyping", " complexity", " optimizations", " optimization"], [" scalability", " scalable", " powertrain", " prototyping", " complexity", " optimization", " skillset", " accelerometer"], [" scalability", " powertrain", " scalable", " skillset", " prioritization", " complexity", " optimizations", " optimization"], [" scalability", " powertrain", " prioritization", " complexity", " tradeoffs", " scalable", " skillset", " optimizations"], [" complexity", " prioritization", " scalability", " skillset", "\u4f18\u5148\u7ea7", " powertrain", "complexity", " criticality"], ["\u4f18\u5148\u7ea7", " prioritization", " powertrain", " scalability", " complexity", "complexity", " timescales", " skillset"], [" complexity", " scalability", " prioritization", " powertrain", " skillset", "\u4f18\u5148\u7ea7", " criticality", "complexity"], [" complexity", " prioritization", " scalability", " skillset", " powertrain", "\u4f18\u5148\u7ea7", " criticality", " workload"], [" complexity", " workload", " prioritization", " scalability", "\u4f18\u5148\u7ea7", "\u96be\u5ea6", " criticality", "complexity"], [" complexity", " pressure", " prioritization", " scalability", " criticality", " powertrain", "\u4f18\u5148\u7ea7", " workload"], [" pressure", " probability", " complexity", " workload", " criticality", " prioritization", "\u4f18\u5148\u7ea7", " risk"], [" pressure", " complexity", " probability", " criticality", " intensity", "pressure", "\u4f18\u5148\u7ea7", " risk"], [" complexity", " probability", " pressure", " criticality", " intensity", " risk", "complexity", "pressure"], [" pressure", "pressure", " complexity", " criticality", " probability", " risk", " press\u00e3o", " intensity"], [" pressure", "pressure", " complexity", " intensity", " criticality", " probability", " press\u00e3o", " risk"], [" pressure", " intensity", "pressure", " complexity", " probability", " risk", " density", " velocity"], [" pressure", " intensity", "pressure", " probability", " complexity", " velocity", " Pressure", " risk"], [" pressure", "pressure", " Pressure", " intensity", " press\u00e3o", " probability", "Pressure", " presi\u00f3n"], [" pressure", "pressure", " intensity", " probability", " stress", " Pressure", " risk", " pressures"], [" pressure", "pressure", " intensity", " probability", " Pressure", " stress", " presi\u00f3n", " pressures"], [" pressure", " intensity", "pressure", " probability", " stress", " Pressure", " velocity", " complexity"], [" pressure", " intensity", " stress", " probability", " risk", "pressure", " velocity", " friction"], [" pressure", " stress", " intensity", " probability", " bar", " friction", " velocity", "-"], ["-", " pressure", " bar", " intensity", " stress", " risk", " probability", " velocity"]], "p": [[0.8131, 0.1814, 0.0055, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9585, 0.0372, 0.0024, 0.0011, 0.0005, 0.0003, 0.0, 0.0], [0.9287, 0.0462, 0.017, 0.0049, 0.0018, 0.0011, 0.0001, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.722, 0.2656, 0.0062, 0.0023, 0.0018, 0.0018, 0.0002, 0.0], [0.9706, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7975, 0.1779, 0.0241, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.9879, 0.011, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6131, 0.3719, 0.0144, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.8644, 0.117, 0.0058, 0.0058, 0.0035, 0.0017, 0.0017, 0.0], [0.997, 0.0019, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9659, 0.0292, 0.0024, 0.0015, 0.0007, 0.0003, 0.0001, 0.0], [0.8411, 0.1462, 0.0073, 0.0027, 0.001, 0.0006, 0.0006, 0.0003], [0.6753, 0.2484, 0.0554, 0.0159, 0.0028, 0.001, 0.0005, 0.0002], [0.9977, 0.0015, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.7562, 0.2167, 0.0139, 0.004, 0.004, 0.0024, 0.0011, 0.0011], [0.9146, 0.0455, 0.0276, 0.0102, 0.0011, 0.0005, 0.0002, 0.0001], [0.8783, 0.1189, 0.0022, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.7345, 0.1639, 0.0994, 0.0007, 0.0005, 0.0004, 0.0002, 0.0001], [0.396, 0.3084, 0.1457, 0.1134, 0.0154, 0.0056, 0.0056, 0.0044], [0.5266, 0.3194, 0.1175, 0.0204, 0.0075, 0.0017, 0.001, 0.001], [0.8128, 0.11, 0.0405, 0.0245, 0.0033, 0.002, 0.002, 0.0016], [0.9507, 0.0473, 0.0014, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9545, 0.0288, 0.0106, 0.0024, 0.0014, 0.0005, 0.0005, 0.0003], [0.775, 0.0817, 0.0495, 0.0234, 0.0182, 0.0142, 0.0142, 0.0067], [0.7085, 0.1581, 0.0353, 0.0275, 0.0167, 0.0167, 0.0101, 0.0048], [0.6225, 0.229, 0.1389, 0.0054, 0.0015, 0.0012, 0.0006, 0.0003], [0.2949, 0.2297, 0.2297, 0.1085, 0.1085, 0.0089, 0.0069, 0.0054], [0.9818, 0.0109, 0.0066, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.8737, 0.0435, 0.0435, 0.0264, 0.0059, 0.0059, 0.0005, 0.0005], [0.9997, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9729, 0.0178, 0.004, 0.0024, 0.0015, 0.0005, 0.0003, 0.0003], [0.467, 0.467, 0.0632, 0.0012, 0.0012, 0.0002, 0.0002, 0.0002], [0.8162, 0.1105, 0.067, 0.0055, 0.0007, 0.0001, 0.0, 0.0], [0.8159, 0.182, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9977, 0.0009, 0.0004, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001], [0.947, 0.0173, 0.0093, 0.005, 0.0039, 0.0039, 0.0023, 0.0016], [0.945, 0.0415, 0.005, 0.0034, 0.0013, 0.0008, 0.0007, 0.0005]], "ranks": {"Rust": [46386, 37098, 50868, 77503, 94519, 121432, 97542, 93967, 84523, 86295, 99319, 66575, 74726, 51555, 64673, 74300, 57229, 59650, 84577, 90924, 103677, 88831, 92020, 109996, 116358, 151642, 155144, 109386, 73658, 81727, 67970, 61068, 70673, 40502, 21800, 15322, 15967, 10971, 9861, 9442, 9425, 6839, 10227, 6898, 7081, 3969, 2364]}}, {"pos": 403, "top": [["</em>", "!-", "?-", "&-", "*-", ".-", "-'", "-,"], ["!-", "</em>", "?-", "-'", "-;", ".-", "-...", "&-"], ["-...", "-;", "!-", ",\u200b", "-\u200b", "\u201d-", "-\u201d", "cl"], ["-\u200b", ",\u200b", "-...", "\u200b\u200b\u200b\u200b", ".\u200b\u200b", "\u200b\u200b", "-;", "-,"], ["-\u200b", ",\u200b", " \u200b", "-\\\\", "nesium", "cl", "ared", "-..."], ["-\u200b", " \u200b", "ared", ",\u200b", "isu", "seh", "\u00ad", "cl"], [",\u200b", "-\u200b", "\u200b\u200b", ".\u200b\u200b", "-\\", "-\\\\", "\u200d", ".\u200b"], [",\u200b", "-\u200b", "\u200b\u200b", ".\u200b\u200b", ".\u200b", " \u200b", "\u200b", "\u200b\u200b\u200b\u200b"], [",\u200b", "\u200b\u200b", "-\u200b", ".\u200b\u200b", ".\u200b", "\u200b", "\u200b\u200b\u200b\u200b", " \u200b"], ["\u200b\u200b", "-\u200b", ",\u200b", "\u200b", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", "\u200d", " \u200b"], ["-\u200b", "\u200b\u200b", ",\u200b", "\u200d", "\u200b", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", " \u200b"], ["-\u200b", ",\u200b", "\u200b\u200b", ".\u200b\u200b", ".\u200b", "\u200d", "\u200b", "\u200b,"], [".\u200b\u200b", ",\u200b", ",[", ".[", "\u200b\u200b", ".\u200b", "\u200d", "-\u200b"], [".\u200b\u200b", ".[", ",\u200b", ",[", ".\u200b", "\u200b\u200b", "\u200b.", "\u200d"], [".[", ".\u200b\u200b", ".\u200b", ",\u200b", ",[", "\u200b.", ",", "\u200b\u200b"], [".[", ",[", ",\u200b", ".\u200b\u200b", ".\u200b", ",...", "\u200b.", "\u200b\u200b"], [".\u200b\u200b", ",\u200b", "\u200b\u200b", ".\u200b", "\u200b.", "\u200d", "!-", ".["], [" workflows", "IoT", " prototyping", " cybersecurity", " workflow", " multimodal", " metaverse", " microbiome"], [" workflows", " prototyping", "IoT", " cybersecurity", " workflow", " iterative", " bioinformatics", "engineering"], [" prototyping", " workflows", " cybersecurity", "IoT", " workflow", " bioinformatics", " iterative", " optimizations"], [" workflows", " prototyping", " cybersecurity", " workflow", "modular", " optimizations", " iterative", "adaptive"], [" workflows", " prototyping", " workflow", " optimizations", " iterative", "modular", " cybersecurity", " scalability"], [" prototyping", " workflows", " optimizations", " cybersecurity", " workflow", " scalability", "modular", " optimization"], [" workflows", " prototyping", " workflow", " optimizations", " cybersecurity", " leveraging", " scalability", " virtualization"], [" workflows", " prototyping", " scalability", "IoT", " workflow", " optimizations", " cybersecurity", " powertrain"], [" prototyping", " workflows", "complexity", "modular", "IoT", " scalability", "throughput", "software"], ["complexity", " scalability", " scalable", "throughput", " workflows", "latency", " powertrain", " complexity"], ["complexity", " complexity", "latency", " prioritization", "\u590d\u6742\u5ea6", "\u4f18\u5148\u7ea7", " scalability", "Complexity"], ["complexity", "Complexity", " complexity", "latency", "\u590d\u6742\u5ea6", "\u4f18\u5148\u7ea7", "IoT", "intensity"], ["complexity", " complexity", "\u4f18\u5148\u7ea7", "Complexity", "\u590d\u6742\u5ea6", "latency", "intensity", "\u96be\u5ea6"], ["complexity", " complexity", "\u4f18\u5148\u7ea7", " vulnerabilities", " scalability", " tradeoffs", " prioritization", " criticality"], [" complexity", "complexity", "\u4f18\u5148\u7ea7", "\u96be\u5ea6", " scalability", " criticality", "intensity", " tradeoffs"], ["complexity", "pressure", " complexity", " pressure", "intensity", " criticality", "\u4f18\u5148\u7ea7", " scalability"], ["pressure", " pressure", " criticality", "complexity", " complexity", "\u4f18\u5148\u7ea7", "Pressure", "\u538b\u529b"], ["pressure", " pressure", " criticality", "intensity", " intensity", "complexity", " complexity", "\u538b\u529b"], ["pressure", " complexity", "complexity", "intensity", " pressure", " criticality", " intensity", " scalability"], ["pressure", " pressure", " criticality", "complexity", "intensity", " complexity", "Pressure", " intensity"], ["pressure", " pressure", "intensity", " intensity", "Pressure", " criticality", "complexity", " complexity"], [" pressure", "pressure", " intensity", "intensity", "Pressure", " complexity", " press\u00e3o", "complexity"], [" pressure", "pressure", " intensity", "intensity", "Pressure", " press\u00e3o", " complexity", " velocity"], [" pressure", "pressure", "Pressure", " press\u00e3o", " Pressure", " intensity", "intensity", " presi\u00f3n"], [" pressure", "pressure", " stress", " intensity", "Pressure", " Pressure", " press\u00e3o", "intensity"], [" pressure", "pressure", " stress", "Pressure", " Pressure", " intensity", " press\u00e3o", "intensity"], [" pressure", "pressure", " intensity", " stress", " Pressure", "Pressure", "intensity", " press\u00e3o"], [" pressure", "pressure", " intensity", " stress", "intensity", " Pressure", "Pressure", "stress"], [" pressure", "pressure", " stress", "intensity", "stress", " intensity", "stakes", " friction"], ["pressure", "stakes", "stress", "intensity", " pressure", "risk", "performance", "difficulty"]], "p": [[0.973, 0.0229, 0.0013, 0.0009, 0.0005, 0.0003, 0.0003, 0.0002], [0.664, 0.2443, 0.0138, 0.0107, 0.0095, 0.0095, 0.0095, 0.0074], [0.0961, 0.0848, 0.0848, 0.0514, 0.0454, 0.0354, 0.0312, 0.0312], [0.3721, 0.3721, 0.1066, 0.0346, 0.0163, 0.0163, 0.0047, 0.0047], [0.9305, 0.0281, 0.0081, 0.0049, 0.0014, 0.0012, 0.0011, 0.0008], [0.6651, 0.3142, 0.0035, 0.0027, 0.0024, 0.0009, 0.0006, 0.0005], [0.9378, 0.0599, 0.0018, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.6203, 0.3762, 0.0033, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.904, 0.0742, 0.0213, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.5428, 0.2564, 0.1997, 0.0008, 0.0001, 0.0001, 0.0, 0.0], [0.7553, 0.2164, 0.0228, 0.0051, 0.0003, 0.0001, 0.0, 0.0], [0.7223, 0.2657, 0.0103, 0.0014, 0.0001, 0.0001, 0.0, 0.0], [0.6607, 0.3121, 0.0155, 0.0057, 0.0035, 0.0021, 0.0001, 0.0001], [0.4317, 0.4317, 0.0963, 0.0354, 0.0048, 0.0001, 0.0, 0.0], [0.8621, 0.1167, 0.0096, 0.0058, 0.0058, 0.0001, 0.0, 0.0], [0.9657, 0.0292, 0.0039, 0.0009, 0.0003, 0.0, 0.0, 0.0], [0.795, 0.1774, 0.024, 0.002, 0.0012, 0.0004, 0.0, 0.0], [0.9368, 0.0466, 0.0081, 0.0081, 0.0001, 0.0001, 0.0001, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4998, 0.4998, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9524, 0.0474, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6222, 0.3774, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.4377, 0.3863, 0.0359, 0.028, 0.0192, 0.0103, 0.0103, 0.0091], [0.2016, 0.1779, 0.1079, 0.084, 0.0742, 0.035, 0.0309, 0.0241], [0.5357, 0.2531, 0.0342, 0.0235, 0.0208, 0.0208, 0.0162, 0.0111], [0.9991, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6219, 0.3772, 0.0003, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.5443, 0.3301, 0.1215, 0.0022, 0.0008, 0.0005, 0.0003, 0.0002], [0.9676, 0.0292, 0.0024, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.8776, 0.1188, 0.0022, 0.0013, 0.0001, 0.0, 0.0, 0.0], [0.3728, 0.3728, 0.1372, 0.0832, 0.0186, 0.0113, 0.0041, 0.0], [0.9703, 0.0293, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6211, 0.3767, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.9226, 0.0757, 0.0014, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7768, 0.2225, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.5535, 0.431, 0.0042, 0.0029, 0.0023, 0.0023, 0.0007, 0.0006], [0.9758, 0.0075, 0.0058, 0.0058, 0.0017, 0.0009, 0.0008, 0.0003]], "ranks": {"Rust": [7959, 9808, 17339, 15810, 14532, 20951, 8111, 8409, 7489, 4568, 9186, 3679, 6693, 3692, 5406, 4233, 7459, 4857, 8116, 9960, 12529, 14583, 16996, 28881, 24931, 43432, 22244, 11097, 12716, 17952, 16775, 13843, 12608, 4701, 3315, 2260, 3092, 3113, 3516, 4396, 4539, 4969, 6663, 8870, 8576, 3689, 1580]}}, {"pos": 404, "top": [["\u3011\u3010", "\u3010", "\";", "\n\n\n\n\n", "\u3001\u3010", "================", "\u3011", "\n\n\n\n"], ["\u3011\u3010", "\u3010", "\u3001\u3010", "\u3011", "\";", "================", "--", "\n\n\n\n\n"], ["\n\n\n\n\n", "<start_of_image>", "\u3011\u3010", "\n\n\n\n", "--", "\u3010", "\u201d\u201c", "\u201d;"], ["<start_of_image>", "\n\n\n\n\n", "\u3011\u3010", "\n\n\n\n", "--", "-->", "\"];", "--\""], ["<start_of_image>", "--", "\n\n\n\n\n", "\n\n\n\n", "--\"", "--\u201c", "\n\n\n\n\n\n", "-->"], ["--", "\n\n\n\n\n", "\n\n\n\n", "----------------", "\n\n\n\n\n\n", "\"--", "--\u201c", "\",\""], ["\\\"", "\\\\", "\n\n\n\n\n", "<start_of_image>", "----------------", "\n\n\n\n", "--", "\n\n\n\n\n\n"], ["\\\"", "\n\n\n\n\n", "\n\n\n\n", "\\\\", "\n\n\n\n\n\n", ",\\\"", "<start_of_image>", "----------------"], ["\n\n\n\n\n", "\n\n\n\n\n\n", "\n\n\n\n", "\\\"", ",\\\"", "\\\\", "----------------", "\u201d\u3001\u201c"], ["\\\"", ",\\\"", "--", "----------------", "\n\n\n\n\n\n", "\n\n\n\n\n", "--\u201c", "\\\\"], ["\\\"", ",\\\"", "--", "\u00c2", "----------------", "','", "\n\n\n\n\n\n", "\\\\"], ["\\\"", ",\\\"", ",\u201d", "','", "--", "\\\",\\\"", "\\\";", "\\\","], ["\\\"", ",\\\"", ",\u201d", "','", "--", "\\\",\\\"", "\\\",", "\\\";"], ["\\\"", ",\\\"", ",\u201d", "\\\",", "','", "--", "\\...", "\\\"."], ["\\\"", ",\\\"", "','", ",\u201d", "\\\",", "\\...", "\uf0b7", "--"], ["\\\"", ",\\\"", "\\\",", "\\...", ",\u201d", " (\\\"", "--", "','"], ["\\\"", ",\\\"", "--", "','", "\u00c2", ",\u201d", "**", "\\..."], ["\\\"", ",\\\"", "\\...", "--", "\\\",", ",\u201d", " (\\\"", "\\\";"], ["\\\"", ",\\\"", "--", " relentless", " adrenaline", "----------------", " (\\\"", " urgency"], ["\\\"", " relentless", " adrenaline", " desperate", " leveraging", " urgency", ",\\\"", " aggressively"], ["\\\"", " relentless", " adrenaline", ",\\\"", " desperate", " urgency", " volatility", " aggressively"], ["\\\"", " urgency", " relentless", " adrenaline", " desperate", " volatility", ",\\\"", " pressure"], [" relentless", " urgency", " volatility", "\\\"", " desperate", " pressure", " adrenaline", " urgently"], [" leveraging", " leveraged", " volatility", " prioritization", " relentless", " aggressively", " urgency", " escalation"], [" leveraging", " prioritization", " volatility", " leveraged", " escalation", " relentless", " workflow", " urgency"], [" workflow", " leveraging", " prioritization", " deliverables", " skillset", " escalation", " mindset", " volatility"], [" workflow", " skillset", " deliverables", " prioritization", " leveraging", " powertrain", " workflows", " cybersecurity"], [" workflow", " skillset", " deliverables", " prioritization", " situation", " scenario", " codebase", " ecosystem"], [" workflow", " situation", " scenario", " codebase", " skillset", " powertrain", " prioritization", " deliverables"], [" situation", " scenario", " pressure", " workflow", " codebase", " optimization", " prioritization", " ecosystem"], [" situation", " workflow", " scenario", " codebase", " pressure", " optimization", " ecosystem", " prioritization"], [" situation", " pressure", " workflow", " codebase", " scenario", " optimization", " workload", " project"], [" situation", " codebase", " project", " scenario", " workflow", " deliverables", " ecosystem", " optimization"], [" situation", " project", " codebase", " scenario", " workflow", " optimization", " deliverables", " ecosystem"], [" situation", " scenario", " project", " situations", " codebase", " \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f", " scenarios", "situation"], [" situation", " project", " scenario", " codebase", " projects", "situation", " \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f", " scenarios"], [" project", " scenario", " situation", " codebase", " projects", " optimization", " engineering", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8"], [" situation", " scenario", " project", "situation", " \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f", " situations", " \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438", " situasi"], [" situation", " project", " scenario", " engineering", " projekt", "situation", " \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f", " codebase"], [" project", " situation", " scenario", " engineering", " projekt", " projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "project"], [" project", " situation", " scenario", " engineering", " projekt", " environment", "project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8"], [" project", " situation", " scenario", " engineering", " projekt", " environment", " development", "project"], [" project", " situation", " scenario", " environment", " development", " engineering", " projekt", " projet"], [" project", " situation", " scenario", " environment", " development", " engineering", " projekt", " build"], [" project", " situation", " scenario", " engineering", " development", " build", " environment", " projekt"], [" project", " situation", " scenario", " engineering", " build", " environment", " development", " challenge"], [" project", " situation", " environment", " scenario", " engineering", " build", " development", ","]], "p": [[0.6068, 0.368, 0.0143, 0.0052, 0.0019, 0.0015, 0.0006, 0.0006], [0.8458, 0.147, 0.0035, 0.0021, 0.0005, 0.0004, 0.0002, 0.0001], [0.5376, 0.3261, 0.0934, 0.0268, 0.0036, 0.0036, 0.0036, 0.0013], [0.7014, 0.258, 0.0212, 0.01, 0.0078, 0.0008, 0.0001, 0.0001], [0.5222, 0.3167, 0.1496, 0.0058, 0.0027, 0.0021, 0.0003, 0.0002], [0.9916, 0.0067, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.6315, 0.1409, 0.0855, 0.0855, 0.0314, 0.0191, 0.0043, 0.0016], [0.9873, 0.004, 0.004, 0.004, 0.0003, 0.0001, 0.0001, 0.0], [0.3853, 0.3853, 0.1418, 0.086, 0.0006, 0.0006, 0.0004, 0.0001], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9945, 0.0052, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9901, 0.004, 0.0019, 0.0012, 0.0007, 0.0007, 0.0005, 0.0002], [0.9686, 0.0084, 0.0065, 0.0051, 0.0051, 0.004, 0.0003, 0.0003], [0.3182, 0.2478, 0.2478, 0.0431, 0.0261, 0.0203, 0.0123, 0.0123], [0.3326, 0.3326, 0.0953, 0.0742, 0.0351, 0.0273, 0.0213, 0.0129], [0.9832, 0.0109, 0.004, 0.0015, 0.0002, 0.0001, 0.0, 0.0], [0.7365, 0.1643, 0.0367, 0.0222, 0.0135, 0.0135, 0.005, 0.005], [0.5729, 0.2108, 0.2108, 0.0023, 0.0014, 0.0005, 0.0003, 0.0003], [0.8193, 0.1109, 0.0408, 0.0247, 0.0033, 0.0003, 0.0003, 0.0002], [0.9635, 0.0291, 0.0039, 0.0014, 0.0014, 0.0003, 0.0001, 0.0001], [0.6562, 0.2414, 0.0888, 0.0073, 0.0027, 0.0016, 0.001, 0.0004], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9925, 0.0041, 0.0015, 0.0015, 0.0003, 0.0001, 0.0, 0.0], [0.9953, 0.0025, 0.0015, 0.0006, 0.0001, 0.0, 0.0, 0.0], [0.862, 0.1167, 0.0096, 0.0058, 0.0058, 0.0001, 0.0, 0.0], [0.9995, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8438, 0.1142, 0.042, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5761, 0.2119, 0.2119, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8796, 0.119, 0.0013, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.993, 0.0067, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9489, 0.0472, 0.0039, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9751, 0.0229, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9778, 0.0179, 0.0027, 0.0006, 0.0005, 0.0002, 0.0001, 0.0], [0.8822, 0.093, 0.0067, 0.0067, 0.0059, 0.0028, 0.0015, 0.0001], [0.7442, 0.2132, 0.012, 0.0106, 0.0073, 0.0057, 0.0044, 0.0011]], "ranks": {"Rust": [2769, 2666, 5262, 7306, 5813, 8122, 7378, 10007, 12144, 6862, 11137, 13179, 26109, 21914, 17446, 23933, 21701, 28354, 23100, 29314, 30943, 25377, 35273, 49328, 54130, 95366, 93834, 58247, 36833, 102839, 95515, 71068, 77976, 75641, 73076, 46867, 49642, 43715, 24019, 22842, 30218, 14105, 12943, 10880, 7433, 3233, 1562]}}, {"pos": 405, "top": [["<start_of_image>", "</h2>", "[...]", "\u201d.", "\u201d", "...\u201d", ".\u201d[", "\u201d,"], ["</h2>", "<start_of_image>", "\u201d.", "\u201d", "...\u201d", ".\u201d[", "\u201d,", "[...]"], ["<start_of_image>", "</h2>", "\u201d", "\u201d.", "...\u201d", "e", "\u201d,", ".\u201d["], ["<start_of_image>", "[...]", "...\u201d", "</h2>", ".\u201d[", "\u201d", " [...", "\ufffd"], ["<start_of_image>", "</h2>", "[...]", "...\u201d", " [...", " [...]", "\ufffd", "e"], ["<start_of_image>", "\ufffd", "e", "[...]", " [...]", " [...", ".\u201d[", " \u201c["], ["<start_of_image>", "\ufffd", "[...]", " [...]", " [...", "e", "\u200d", "..."], ["\ufffd", "<start_of_image>", " [...]", " \u201c[", "\u200d", "[...]", " [...", " \u200d"], ["\ufffd", "<start_of_image>", " [...]", "[...]", " \u2014", " [...", "...\u201d", "\u200c"], ["\ufffd", "<start_of_image>", " [...]", "[...]", "  ", " [\u2026]", " [...", "..."], ["\ufffd", "<start_of_image>", " [...]", " \u2014", " [\u2026]", "\u201d,", " \u201d", "\u201d"], ["<start_of_image>", "\ufffd", " \u2014", "\u201d,", "\u201d.", " \u201c", "\u201d", ".\u201d"], ["\ufffd", "<start_of_image>", " \u2014", ",", "\u201d,", "...", "\u201d.", "."], ["\ufffd", ",", "<start_of_image>", " \u2014", ".", "\u201d,", "\u201d.", ".\u201d"], ["\ufffd", "<start_of_image>", ",", " \u2014", ".", "...", " [...]", "\u201d."], ["\ufffd", ",", ".", "<start_of_image>", "...", ".[", ".\u201d", "\u201d."], [",", ".", "\ufffd", " \u2014", "\u201d.", ".\u201d", "!", "<start_of_image>"], [",", ".", "\u201d.", "<start_of_image>", ".\u201d", "!", " \u2014", "</h2>"], [" engineering", ",", ".", " leveraging", " infrastructure", " project", " initially", " tooling"], [" leveraging", " infrastructure", " focused", " funding", " project", " engineering", " deliverables", " initially"], [" leveraging", " infrastructure", " focused", " incredibly", " funding", " project", " deliverables", " engineering"], [" leveraging", " infrastructure", " focused", " deliverables", " incredibly", " engineering", " workflow", " likely"], [" leveraging", " engineering", " incredibly", " infrastructure", " deliverables", "!", " desperately", " funding"], [" leveraging", " deliverables", " requiring", " leverages", " focused", " incredibly", " prioritizing", " needing"], [" leveraging", " requiring", " needing", " potentially", " likely", " focused", " prioritizing", " even"], [" leveraging", " requiring", " needing", " prioritizing", " prioritization", " leverages", " skillset", " incredibly"], [" leveraging", " requiring", " needing", " because", " necessitating", " prioritizing", " demanding", " considering"], [" requiring", " leveraging", " needing", " necessitating", " demanding", " prioritizing", " skillset", " because"], [" requiring", ".", " needing", " leveraging", "++.", " necessitating", "!.", "\u200c."], [" requiring", " needing", " leveraging", " necessitating", ".", " demanding", "\u2122.", " despite"], [" requiring", " needing", " leveraging", " necessitating", " demanding", " emphasizing", " prioritizing", " considering"], [" requiring", " needing", " leveraging", " necessitating", " demanding", " prioritizing", " emphasizing", " considering"], [" requiring", " needing", " leveraging", " necessitating", " prioritizing", " emphasizing", " demanding", " impacting"], [" requiring", " needing", " leveraging", " necessitating", " emphasizing", " prioritizing", " demanding", " impacting"], [" requiring", " needing", " necessitating", " leveraging", " demanding", " prioritizing", " emphasizing", " combining"], [" requiring", " needing", " necessitating", " leveraging", " demanding", " emphasizing", " combining", " prioritizing"], [" requiring", " needing", " necessitating", " leveraging", " demanding", " emphasizing", " with", " prioritizing"], [" requiring", " needing", " necessitating", " leveraging", " demanding", " with", " emphasizing", " prioritizing"], [" requiring", " needing", " leveraging", " necessitating", " demanding", " with", " pushing", " emphasizing"], [" requiring", " needing", " demanding", " necessitating", " leveraging", " indeed", " with", " pushing"], [" requiring", " needing", " demanding", " necessitating", ".", " pushing", " with", " indeed"], [" requiring", " demanding", " with", " needing", ".", " pushing", " necessitating", " indeed"], [" requiring", " with", ".", " demanding", " needing", " pushing", " emphasizing", " aiming"], [" requiring", ".", " with", " demanding", " needing", " pushing", " emphasizing", " indeed"], [" requiring", ".", " with", " demanding", " pushing", " focusing", " needing", " emphasizing"], [".", " with", " demanding", ",", " \u2013", " pushing", "\u2014", " requiring"], [".", ",", " with", " demanding", " \u2013", "!", " pushing", " indeed"]], "p": [[0.9515, 0.0474, 0.0005, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.98, 0.0085, 0.0066, 0.0024, 0.0019, 0.0004, 0.0002, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6184, 0.3751, 0.0054, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.9965, 0.0032, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9109, 0.0748, 0.0101, 0.0029, 0.0009, 0.0001, 0.0001, 0.0], [0.8822, 0.093, 0.0207, 0.0013, 0.001, 0.001, 0.0004, 0.0001], [0.6115, 0.2889, 0.0828, 0.0053, 0.0041, 0.0019, 0.0019, 0.0019], [0.8818, 0.0342, 0.0302, 0.0235, 0.0098, 0.0052, 0.0041, 0.0036], [0.5187, 0.3565, 0.0376, 0.0332, 0.0095, 0.0074, 0.0051, 0.004], [0.2731, 0.1138, 0.1005, 0.0887, 0.0538, 0.0288, 0.0254, 0.0224], [0.772, 0.0718, 0.0264, 0.016, 0.0141, 0.0141, 0.011, 0.0097], [0.7452, 0.0476, 0.0371, 0.0225, 0.0136, 0.0094, 0.0083, 0.0064], [0.617, 0.0447, 0.0271, 0.0239, 0.0211, 0.0128, 0.0113, 0.01], [0.2341, 0.0861, 0.076, 0.0671, 0.0592, 0.0461, 0.0359, 0.028], [0.9794, 0.0031, 0.0019, 0.0017, 0.0015, 0.0015, 0.0011, 0.0008], [0.9937, 0.0025, 0.0009, 0.0007, 0.0003, 0.0003, 0.0002, 0.0002], [0.9993, 0.0004, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9042, 0.0953, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9815, 0.018, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9522, 0.0474, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9901, 0.0052, 0.0019, 0.0019, 0.0005, 0.0001, 0.0001, 0.0], [0.8542, 0.1156, 0.0228, 0.0035, 0.0021, 0.0007, 0.0002, 0.0001], [0.3786, 0.3341, 0.2296, 0.0274, 0.013, 0.0033, 0.0029, 0.0023], [0.5916, 0.3167, 0.0229, 0.0108, 0.0096, 0.0084, 0.0074, 0.0035], [0.9986, 0.001, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [176760, 139971, 168578, 177825, 174329, 168942, 83690, 78048, 42695, 31884, 27199, 18465, 20789, 17428, 20490, 22500, 15534, 14928, 16733, 17733, 18600, 15814, 17913, 21009, 22350, 38296, 66050, 84921, 94016, 109956, 120654, 134946, 146159, 137173, 154331, 144246, 126660, 121047, 112497, 78928, 96214, 68804, 56090, 40197, 28960, 19048, 11676]}}, {"pos": 406, "top": [[".\".", "!.", "!\".", "\".", "?.", ".!", "!!.", "?\"."], [".\".", "!.", "!\".", "\".", ".!", "?.", "!!.", ";."], [".\".", "!.", "!\".", "\".", ".!", "!!.", ";.", ".\u201d."], [".\".", "!.", "!\".", "\".", "!!.", ".!", "?.", ".\u201d."], [".\".", "!.", " \".", "!\".", "\".", "?.", "!!.", " {."], [" \".", "!.", ".\".", " \"", " ?.", "?.", ".", "<sup>"], ["!.", ".\".", "\".", "!\".", ".", "?.", ".[", ","], ["!.", ".", ".\".", "!\".", ",", "\".", "?.", "!!."], ["!.", ",", ".", "!\".", ".\".", "!", "\".", "!!."], ["!.", ".", ",", "\".", "!\".", ".\".", "!", "...."], [",", "!.", ".", "\".", "!\".", "!", ".\".", "!!."], [",", "!.", ".", "!\".", "\".", "!", "'.", "!,"], [",", ".", "\".", "!.", "!\".", "!", ".\".", "'."], [",", "!\".", "\".", "!.", ".", "!", ".\".", "'."], ["!\".", "!.", "\".", "!", ",", ".", ".\".", ".\""], ["!\".", "\".", "!.", "!", ",", "!\"", ".\".", "."], ["!\".", "!.", "!", ",", "\".", ".", "!\"", "'."], ["!.", "!", "!\".", ".", ",", "!,", "...", "\"."], ["!.", "!", "!\".", ".", "...", "!\"", "\".", " intense"], ["!", "...", "!.", "!\".", " incredibly", "...!", "!...", " intense"], ["!", "!\".", "!.", " incredibly", "!\"", " intense", " desperately", " VERY"], ["!", " incredibly", " intense", " prioritized", " focused", " prioritization", " desperately", "!."], [" incredibly", " prioritization", " desperately", " prioritized", " REALLY", " hugely", " massively", " desperation"], [" prioritization", " prioritizing", " prioritized", " leveraging", " vulnerabilities", " priorit", " proactively", " impactful"], [" prioritization", " prioritizing", " prioritized", " leveraging", " crucially", " vulnerabilities", " incredibly", " proactively"], [" prioritization", " prioritizing", " prioritized", " Essentially", " Thankfully", " Fokus", " leveraging", " Leveraging"], [" prioritization", " prioritizing", " prioritized", " leveraging", " Fokus", " Thankfully", " Essentially", " Focusing"], [" prioritization", " prioritizing", " prioritized", " leveraging", " Essentially", " Focusing", " priorities", " Leveraging"], [" here", " prioritization", " Here", "Here", " prioritizing", " \u0437\u0434\u0435\u0441\u044c", "\u9019\u88e1", " Essentially"], [" prioritization", " prioritizing", " Focusing", " here", " Here", " Predicting", " Essentially", " Thankfully"], [" prioritization", " here", " prioritizing", " Here", " Focusing", " Predicting", " iterating", " Knowing"], [" prioritization", " here", " prioritizing", " Here", " Focusing", " revisiting", " Predicting", " iterating"], [" prioritization", " prioritizing", " here", " Here", " iterating", " Predicting", " Focusing", " revisiting"], [" here", " prioritization", " prioritizing", " Here", " Alright", " Okay", " Focusing", " iterating"], [" Here", " Let", " here", " let", " Alright", " Ignoring", " Focusing", " Lets"], [" Here", " here", " Forget", " Ignoring", " Let", " forgetting", "Here", " Adding"], [" Here", " here", " Forget", " Adding", " Ignoring", " Let", " forgetting", " Knowing"], [" Here", " Forget", " forgetting", " here", " Ignoring", " Adding", " Let", " ignoring"], [" Here", " Adding", " Forget", " Ignoring", " here", " forgetting", " Let", " Removing"], [" Here", " Adding", " Ignoring", " here", " Forget", " forgetting", " Removing", " Focusing"], [" Here", " Forget", " Adding", " Ignoring", " here", " forgetting", " Focusing", " Let"], [" Here", " here", " Adding", " Forget", " forgetting", " Ignoring", " Let", " Focusing"], [" Here", " here", " Adding", " Forget", " Let", " Ignoring", " forgetting", " Focusing"], [" Here", " here", " Adding", " Let", " Forget", " Focusing", " Ignoring", " forgetting"], [" Here", " here", " Adding", " Let", " Forget", " Android", " Focusing", " let"], [" Here", " here", "\n\n", " Cheap", " Forget", " Adding", " Let", " Android"], [" Here", " Let", " My", " The", " Adding", " Android", "\n\n", " Forget"]], "p": [[0.9955, 0.0041, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4877, 0.4877, 0.0243, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6671, 0.3151, 0.0157, 0.0013, 0.0003, 0.0001, 0.0001, 0.0001], [0.9144, 0.0751, 0.0062, 0.0029, 0.0011, 0.0002, 0.0001, 0.0], [0.9987, 0.0004, 0.0003, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9175, 0.0753, 0.0048, 0.0018, 0.0004, 0.0001, 0.0001, 0.0], [0.512, 0.2418, 0.2418, 0.0016, 0.001, 0.0006, 0.0005, 0.0003], [0.6221, 0.1782, 0.1388, 0.0241, 0.0241, 0.0089, 0.0029, 0.0001], [0.7937, 0.1074, 0.0395, 0.0308, 0.0145, 0.0113, 0.0015, 0.0006], [0.301, 0.2656, 0.2068, 0.1107, 0.0672, 0.0407, 0.0026, 0.0023], [0.4457, 0.1447, 0.1127, 0.1127, 0.0878, 0.0774, 0.005, 0.005], [0.6032, 0.1048, 0.1048, 0.0816, 0.0495, 0.03, 0.011, 0.0052], [0.9081, 0.0352, 0.0274, 0.0166, 0.0037, 0.0037, 0.0023, 0.0014], [0.5269, 0.1938, 0.0916, 0.0713, 0.0713, 0.0382, 0.0036, 0.0015], [0.4288, 0.4288, 0.0658, 0.0452, 0.0274, 0.0011, 0.0007, 0.0004], [0.5655, 0.3027, 0.0867, 0.0193, 0.0104, 0.0023, 0.0016, 0.0012], [0.6702, 0.192, 0.1028, 0.0123, 0.0096, 0.0017, 0.0015, 0.0013], [0.4576, 0.2776, 0.2162, 0.0177, 0.0074, 0.0031, 0.0027, 0.0019], [0.4139, 0.1186, 0.0635, 0.0494, 0.0436, 0.03, 0.0234, 0.0182], [0.9251, 0.0218, 0.0218, 0.0169, 0.0023, 0.0023, 0.0018, 0.0011], [0.9821, 0.0109, 0.0066, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9872, 0.011, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7085, 0.2606, 0.0214, 0.0061, 0.0014, 0.0008, 0.0005, 0.0002], [0.9727, 0.0229, 0.004, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.58, 0.3518, 0.0611, 0.0039, 0.003, 0.0002, 0.0, 0.0], [0.6248, 0.2299, 0.1394, 0.0054, 0.0003, 0.0001, 0.0001, 0.0], [0.8829, 0.0725, 0.044, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.6424, 0.2363, 0.0869, 0.032, 0.0016, 0.0006, 0.0001, 0.0], [0.9536, 0.0288, 0.0175, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9705, 0.0293, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7124, 0.2621, 0.0215, 0.0029, 0.0011, 0.0, 0.0, 0.0], [0.9948, 0.0025, 0.0015, 0.0006, 0.0006, 0.0001, 0.0, 0.0], [0.9591, 0.029, 0.005, 0.0039, 0.0024, 0.0005, 0.0, 0.0], [0.8722, 0.0558, 0.0338, 0.0205, 0.0124, 0.0046, 0.0003, 0.0001], [0.8092, 0.1805, 0.0055, 0.0042, 0.0003, 0.0002, 0.0001, 0.0], [0.9091, 0.0746, 0.013, 0.0018, 0.0011, 0.0001, 0.0001, 0.0001], [0.8112, 0.181, 0.0055, 0.0009, 0.0007, 0.0001, 0.0001, 0.0001], [0.6484, 0.3063, 0.0285, 0.0034, 0.0034, 0.0021, 0.0016, 0.001], [0.3772, 0.1782, 0.0954, 0.0655, 0.051, 0.045, 0.0398, 0.0213], [0.6868, 0.1053, 0.0639, 0.0564, 0.0235, 0.0076, 0.0076, 0.0067]], "ranks": {"Rust": [99919, 85787, 107266, 125811, 161630, 201989, 81805, 65821, 43595, 34984, 31387, 15244, 16907, 12254, 16948, 30593, 29322, 28545, 24982, 17683, 22605, 24152, 32608, 32294, 40911, 27912, 37928, 38969, 26326, 18304, 23288, 18144, 21952, 18544, 17648, 21072, 20933, 23518, 13485, 12941, 11449, 1317, 1071, 921, 401, 80, 48]}}, {"pos": 407, "top": [["e", "\uf0b7", "o", "\"...", "\").", "\ue000", " \"...", "a"], ["e", "\uf0b7", "o", "\"...", "a", "\").", "\ue000", "eing"], ["e", "o", "a", "\uf0b7", "\"...", "eing", "==\"", "eem"], ["e", "o", "\uf0b7", "a", " \"...", "\"...", "...>", "eing"], ["e", "o", "a", " \"...", "\uf0b7", "eing", " (\"", "\"..."], ["e", "o", "a", "\uf0b7", "eing", "\ue000", " \"...", "\u06cc"], ["e", " \"...", "o", "a", "\"...", " (\"", "eing", "\")."], ["e", " \"...", "o", "\").", "\"...", "...).", "a", "eing"], ["e", " \"...", "\"...", "...).", "o", ",", "...", "\")."], ["e", " \"...", ",", "\"...", "\").", "o", "...).", "..."], ["e", " \"...", "\").", "\"...", " (\"", "!\".", "...).", ".\")."], [" \"...", ",", "!\".", "e", "...).", "\").", "\"...", ".\")."], [" \"...", "...", "\"...", ",", "!\".", "...\"", "...).", "\")."], [",", " \"...", "...", "!\".", "\"...", "...\"", "...).", ".\")."], [",", "...", "!\".", " \"...", "...\"", "\"...", ".\").", "...)."], [",", "...", "!\".", "\"...", " \"...", "...\"", "...).", ":"], ["!\".", ",", "\"...", "...", "...\"", ":\"", ".\").", "...)."], ["...", "...\"", "\"...", "...).", "...\")", "....", "...\");", "...\","], ["...", "...\"", "\"...", "...).", "...\")", "!\".", " \"...", "...\");"], ["...", "...\"", "\"...", "...).", "...\")", ":\"", "!\".", " \"..."], ["\"...", "...).", "...\"", "...", "!\".", ":\"", "...\")", " \"..."], ["...).", ":", ":\"", "\"...", ":\")", "!).", "...", "!\"."], ["...).", ":\")", ":\"", "!).", ":\");", ":", "!\".", ":\":"], [" impactful", " prioritized", " prioritization", " troubleshooting", " leveraging", " prioritizing", "...).", " proactively"], [" prioritized", ":\")", " troubleshooting", " prioritization", " impactful", ":\");", " prioritizing", ":"], [" prioritized", ":\")", " prioritization", " troubleshooting", ":\\\\", ":\");", " impactful", " prioritizing"], [" prioritized", " prioritization", " again", " leverages", " prioritizing", " AGAIN", " leveraging", " impactful"], [" prioritization", " prioritized", " leverages", " summarizes", " prioritizing", " summaries", " clarifications", " revamped"], [" summarizes", " summaries", " revamped", " rethinking", " revisiting", " summarized", " revised", " summarised"], [" revised", " revamped", " reworked", " rethinking", " summarizes", " revisiting", " reformulation", " redefined"], [" revised", " revamped", " reworked", " redesigned", " rethinking", " updated", " reformulation", " redefined"], [" revised", " revamped", " updated", " reworked", " redesigned", " rewritten", " rethinking", " revisited"], [" revised", " revamped", " reworked", " updated", " redesigned", " rethinking", " recalculated", " rewritten"], [" revamped", " are", " revised", " reworked", " updated", " redesigned", " rethinking", " rewritten"], [" revised", " reworked", " revamped", " updated", " revisions", " redesigned", " rewritten", " are"], [" revised", " reworked", " updated", " revamped", " redesigned", " rewritten", " revisions", " recalculated"], [" revised", " reworked", " revamped", " updated", " revisions", " revising", " revision", " redesigned"], [" revised", " reworked", " revamped", " revisions", " updated", " revision", " revising", " \u0930\u093f\u0935\u093e\u0907\u091c"], [" revised", " updated", " reworked", " goes", " revamped", " is", "'", " revisions"], [" revised", " goes", " reworked", " updated", "'", " revamped", " is", " revision"], [" revised", " updated", " reworked", " revamped", "'", " goes", " revision", " revising"], [" revised", " updated", "'", " reworked", " goes", " revising", " revamped", " revision"], [" revised", " updated", "'", " reworked", " is", " revamped", " goes", "\u2019"], [" revised", "'", " updated", "\u2019", " reworked", " goes", " revamped", " Revised"], ["'", "\u2019", " revised", " updated", " goes", " is", "\u2018", " reworked"], ["'", "\u2019", " is", " revised", " updated", "\u2018", " goes", " we"], ["'", "\u2019", " revised", "\u00b4", "\u2018", " is", " we", ","]], "p": [[0.9872, 0.0067, 0.0052, 0.0004, 0.0003, 0.0002, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9769, 0.023, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9016, 0.095, 0.0011, 0.0008, 0.0006, 0.0002, 0.0002, 0.0001], [0.8459, 0.147, 0.0035, 0.0013, 0.001, 0.0006, 0.0002, 0.0001], [0.4253, 0.258, 0.0949, 0.0739, 0.0576, 0.0349, 0.0272, 0.0078], [0.368, 0.2866, 0.0821, 0.0821, 0.0498, 0.0498, 0.0388, 0.0111], [0.8146, 0.059, 0.046, 0.0279, 0.0116, 0.009, 0.0062, 0.0048], [0.5283, 0.1179, 0.0918, 0.0631, 0.0557, 0.0491, 0.0205, 0.0205], [0.7789, 0.0564, 0.0388, 0.0302, 0.0235, 0.0208, 0.0111, 0.0087], [0.2845, 0.2216, 0.1726, 0.1047, 0.0815, 0.03, 0.0234, 0.0182], [0.5824, 0.2751, 0.0788, 0.0199, 0.0176, 0.005, 0.0044, 0.0039], [0.4854, 0.2598, 0.1786, 0.0213, 0.0166, 0.0101, 0.0061, 0.0048], [0.7064, 0.1391, 0.0956, 0.0166, 0.0147, 0.0048, 0.0042, 0.0033], [0.2361, 0.2084, 0.1623, 0.0869, 0.0677, 0.0677, 0.0677, 0.0249], [0.5339, 0.153, 0.0563, 0.0387, 0.0341, 0.0301, 0.0266, 0.0266], [0.8289, 0.0874, 0.0195, 0.0152, 0.0118, 0.0072, 0.0072, 0.0056], [0.771, 0.172, 0.0141, 0.0086, 0.0086, 0.0067, 0.0032, 0.0032], [0.595, 0.2811, 0.0627, 0.0231, 0.014, 0.0066, 0.0051, 0.0031], [0.3764, 0.2931, 0.1385, 0.1078, 0.0654, 0.0146, 0.0012, 0.0007], [0.4831, 0.2282, 0.1384, 0.0509, 0.0397, 0.0241, 0.0187, 0.0088], [0.643, 0.2366, 0.032, 0.0194, 0.0194, 0.0118, 0.0092, 0.0056], [0.9055, 0.0743, 0.0101, 0.0022, 0.0017, 0.0014, 0.0011, 0.0008], [0.8013, 0.1084, 0.0399, 0.0242, 0.0147, 0.0033, 0.0033, 0.0012], [0.8664, 0.1172, 0.0159, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.7488, 0.1671, 0.0615, 0.0226, 0.0001, 0.0, 0.0, 0.0], [0.8091, 0.1805, 0.009, 0.0012, 0.0002, 0.0, 0.0, 0.0], [0.324, 0.324, 0.324, 0.0266, 0.0013, 0.0001, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0019, 0.0004, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9701, 0.0293, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.951, 0.0473, 0.0009, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.9528, 0.0369, 0.0082, 0.0009, 0.0004, 0.0003, 0.0002, 0.0001], [0.5196, 0.4046, 0.0703, 0.0011, 0.0011, 0.0009, 0.0007, 0.0004], [0.9914, 0.0086, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.977, 0.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [3718, 2992, 4637, 5707, 7473, 11778, 2444, 2340, 1879, 1773, 2518, 1712, 2306, 1689, 1996, 2259, 3264, 3193, 1879, 1224, 1231, 1741, 2488, 4461, 4868, 17713, 27150, 43226, 46862, 44158, 54105, 69912, 70370, 47148, 56129, 92517, 94238, 116848, 91345, 39788, 107624, 124165, 125449, 99666, 86245, 45673, 43471]}}, {"pos": 408, "top": [["..'", "...'", "...',", "'...", "'.", "!',", "]'", "?'"], ["..'", "...'", "...',", "!',", "]'", "'.", "'...", "!'"], ["..'", "...',", "...'", "'...", "...\",", "!',", "!\".", "]'"], ["..'", "...',", "...'", "...\",", "!',", ",...", ",..", "!\"."], ["...'", "...',", "..'", " ',", " '.", "...\",", "'...", " '["], [" ',", " '[", " ']", " '", " '.", " '\"", " '_", " '?"], ["...'", "...',", "!',", "...\",", "',", "'.", "..'", "'..."], ["...'", "...',", "!',", "',", "!'", "'...", "..'", ",..."], ["...'", "!',", "...',", "'.", "!'", "',", "\u2019.", "\u2019,"], ["  ", "\ufffd", "...'", "!',", "\u2019.", "...',", "\u2019,", " \u00ad"], ["\ufffd", "  ", " \u201a", " \u2019", "\u2019,", "...'", "!',", "\u2019."], ["!',", "...'", "...',", "\u2019,", "\u2019.", "',", "'.", "!'"], ["...'", "!',", "\ufffd", "...',", "'.", "',", "...", "!'"], ["'.", "!',", "',", "...'", "...',", "!\".", "!'", ".',"], ["'.", "!',", "',", "!\".", ",", ".',", "...'", ".'"], ["!',", "'.", "!\".", "',", "...'", "!'", "...',", ".',"], ["!',", "!\".", "'.", "!'", "\u2019.", "!\u2019", ",'", "\u2019,"], ["...'", "!\".", "...',", "!',", "\u2019.", "'.", "!'", "!\u2019"], [" workflows", "!\".", "!',", "'.", "!'", " leveraging", " prototyping", " cybersecurity"], [" workflows", " leveraging", " onboarding", " prototyping", " CRISPR", " cybersecurity", " incentiv", " leveraged"], [" leveraging", " workflows", " leveraged", " cybersecurity", " prototyping", " onboarding", " leverages", " incentiv"], [" workflows", " leveraging", " prototyping", " workflow", " troubleshooting", " cybersecurity", " leveraged", " automating"], [" workflows", " troubleshooting", " prototyping", " workflow", " automating", " cybersecurity", " leveraging", " debugging"], [" leveraging", " automating", " workflows", " prototyping", " cybersecurity", " troubleshooting", " scalability", " workflow"], [" leveraging", " cybersecurity", " automating", " workflows", " prototyping", " vulnerabilities", " troubleshooting", " scalability"], [" workflows", " prototyping", " scalability", " automating", " cybersecurity", " leveraging", " vulnerabilities", " inefficiencies"], [" workflows", " FPGA", " cybersecurity", " scalability", " prototyping", " leveraging", " bioinformatics", " automating"], [" workflows", " reproducibility", " FPGA", " scalability", " cybersecurity", " GPUs", " prototyping", " GDPR"], [" FPGA", " reproducibility", " scalability", " workflows", " CRISPR", " GPUs", " bioinformatics", " scalable"], [" scalability", " reproducibility", " debugging", " scalable", " FPGA", " workflows", " Kubernetes", " Linux"], [" reproducibility", " debugging", " workflows", " Linux", " Kubernetes", " scalability", " Docker", " FPGA"], [" reproducibility", " Linux", " Docker", " Kubernetes", "Linux", " debugging", " scalability", " FPGA"], [" Linux", " Docker", " reproducibility", "Linux", " debugging", " Kubernetes", " scalability", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" Linux", "Linux", " Docker", "Docker", " Kubernetes", " reproducibility", " \u0431\u044b\u0441\u0442\u0440\u043e", " \ube60\ub974\uac8c"], [" reproducibility", " reproducible", " repeatability", " Docker", " Linux", "Docker", "Linux", " repeatable"], [" Linux", " Docker", "Linux", " reproducibility", "Docker", " containers", " container", " reproducible"], [" Linux", " Docker", "Linux", "Docker", " containers", " reproducibility", " reproducible", " container"], [" reproducibility", " reproducible", " Linux", " cheap", "Linux", " Docker", " inexpensive", "Reprodu"], [" reproducible", " reproducibility", " Linux", " cheap", " inexpensive", "Linux", " Docker", " cheaply"], [" Linux", " reproducible", "Linux", " reproducibility", " cheap", " inexpensive", " Docker", " container"], [" Linux", " container", "Linux", " reproducible", " cheap", " Docker", " containers", " inexpensive"], [" Linux", " container", "Linux", " containers", " Docker", " Container", "Container", "container"], [" container", " Linux", "Linux", " Docker", " containers", " Container", "container", "\u5bb9\u5668"], [" Linux", " container", "Linux", " Docker", " containers", " linux", " Container", "container"], [" Linux", "Linux", " container", " Docker", " linux", "linux", " containers", "container"], [" Linux", "s", " container", "Linux", " Docker", " reproducible", " linux", " containers"], ["s", "re", "d", "t", "ll", "'", "m", "ve"]], "p": [[0.7659, 0.2194, 0.0109, 0.0015, 0.0015, 0.0003, 0.0001, 0.0001], [0.9454, 0.0471, 0.005, 0.0014, 0.0004, 0.0002, 0.0002, 0.0001], [0.7122, 0.1589, 0.1238, 0.0011, 0.0008, 0.0008, 0.0007, 0.0003], [0.4619, 0.4619, 0.0708, 0.0019, 0.001, 0.0006, 0.0005, 0.0004], [0.8487, 0.1149, 0.0329, 0.0013, 0.0013, 0.0005, 0.0001, 0.0001], [0.4034, 0.3142, 0.1484, 0.1156, 0.0122, 0.0013, 0.0013, 0.001], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.898, 0.0737, 0.0271, 0.0008, 0.0002, 0.0001, 0.0001, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8139, 0.1816, 0.0033, 0.0007, 0.0003, 0.0001, 0.0001, 0.0], [0.7459, 0.1664, 0.0371, 0.0225, 0.0225, 0.003, 0.0024, 0.0], [0.5023, 0.3912, 0.0529, 0.0412, 0.0092, 0.0008, 0.0006, 0.0006], [0.9443, 0.0366, 0.0135, 0.0018, 0.0011, 0.0009, 0.0007, 0.0004], [0.6167, 0.3741, 0.0069, 0.0009, 0.0006, 0.0003, 0.0002, 0.0001], [0.6849, 0.1962, 0.0562, 0.0438, 0.0161, 0.001, 0.001, 0.0002], [0.4505, 0.3508, 0.1005, 0.0783, 0.0175, 0.0011, 0.0005, 0.0003], [0.7657, 0.1708, 0.0628, 0.0003, 0.0001, 0.0001, 0.0001, 0.0], [0.6747, 0.3187, 0.0028, 0.0021, 0.0008, 0.0005, 0.0001, 0.0001], [0.9932, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9928, 0.0067, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.0067, 0.0025, 0.0005, 0.0005, 0.0005, 0.0003, 0.0001], [0.4882, 0.2961, 0.1796, 0.0243, 0.0089, 0.002, 0.0004, 0.0002], [0.6279, 0.231, 0.0662, 0.0515, 0.0148, 0.0026, 0.002, 0.0016], [0.3253, 0.2236, 0.1056, 0.0932, 0.0565, 0.0499, 0.0343, 0.0236], [0.3143, 0.1906, 0.1156, 0.09, 0.0546, 0.0425, 0.0425, 0.0331], [0.5986, 0.1336, 0.104, 0.0631, 0.0298, 0.0141, 0.0085, 0.0066], [0.4737, 0.3689, 0.0641, 0.0499, 0.0068, 0.0068, 0.0041, 0.0041], [0.5168, 0.2441, 0.0898, 0.0545, 0.0424, 0.02, 0.02, 0.0074], [0.8309, 0.0414, 0.0322, 0.0251, 0.0195, 0.0092, 0.0092, 0.0072], [0.3981, 0.2414, 0.1464, 0.0539, 0.0327, 0.0327, 0.0254, 0.0154], [0.6235, 0.1083, 0.0844, 0.0657, 0.0512, 0.0147, 0.0114, 0.0114], [0.7902, 0.1763, 0.0306, 0.0012, 0.0009, 0.0003, 0.0002, 0.0001], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9427, 0.0285, 0.0285, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.572, 0.3469, 0.0774, 0.0023, 0.0009, 0.0003, 0.0001, 0.0001], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.703, 0.2586, 0.035, 0.0017, 0.0011, 0.0006, 0.0, 0.0], [0.9805, 0.0109, 0.004, 0.004, 0.0003, 0.0002, 0.0, 0.0], [0.7048, 0.2593, 0.0129, 0.0078, 0.0078, 0.0029, 0.0022, 0.0006], [0.7257, 0.267, 0.0049, 0.0018, 0.0003, 0.0002, 0.0001, 0.0], [0.4911, 0.4911, 0.009, 0.0055, 0.0026, 0.0003, 0.0002, 0.0], [0.9661, 0.0227, 0.0107, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9886, 0.0097, 0.0012, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8973, 0.0737, 0.0088, 0.0078, 0.0047, 0.0017, 0.0014, 0.0007], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [83889, 93272, 124278, 101131, 132434, 233493, 211256, 186339, 143927, 120900, 132359, 32403, 27965, 19230, 25863, 28397, 29533, 41334, 32847, 27615, 43706, 48802, 59813, 48219, 42882, 71985, 79331, 26338, 3358, 3354, 959, 302, 195, 29, 79, 107, 62, 97, 66, 138, 158, 52, 93, 118, 50, 50, 281]}}, {"pos": 409, "top": [["..'", "..\"", "...'", "!'", "!\"", ".'", "'.", "\u2022"], ["..'", "..\"", "...'", "!'", "!\"", ".'", "'.", "\u2022"], ["..'", "..\"", "\u2022", "...'", ".\u2022", "\u2022\u2022", "...\"", "!'"], ["...'", "...\"", "..'", " \u2022", "\u2022\u2022", "\u2022", "..\"", ".\u2022"], ["...\"", "...'", "..\"", "..'", " \u2022", "!\"", "\u2022\u2022", ".\u2022"], [" \u2022", "\u2022\u2022", "\u2022", " \u02bc", " \u26ab", "\ufffd", " gotta", ".\u2022"], ["...\"", "!\"", "...'", "\\\\\"", "\ufffd", " gotta", " pretty", "!'"], ["...\"", "!\"", " pretty", "!\",", "\\&", "\ufffd", "!),", " gotta"], ["...\"", "!\"", " pretty", "\\&", "...'", ",\\\\", " gotta", " isn"], [" pretty", "!\"", "...\"", " isn", " gotta", " folks", " maybe", " kids"], [" pretty", "!\"", "...\"", " isn", "!\",", " gotta", " maybe", " folks"], ["!\"", "...\"", " pretty", "!\",", "!),", "!\")", "!", " folks"], ["...\"", "!\"", " pretty", " folks", "!", "\"...", "...", " isn"], ["!\"", " pretty", "!", "...\"", ",\"", "!\".", "!\",", " folks"], ["!\"", "...\"", "!", " pretty", " folks", "!\".", "\"...", "..."], ["!\"", "...\"", " pretty", "!", " folks", "\"...", "...", "!\"."], ["!\"", "!", " pretty", "...\"", "!\".", "!'", " folks", ":\""], ["...\"", "!\"", "...", "\"...", "...'", " pretty", "!", "!\"."], ["...\"", "!\"", "\"...", "...'", "...", " pretty", "!\".", "...\","], ["...\"", "!\"", "...", "\"...", "...'", " reimag", " pretty", "...\")"], ["...\"", "!\"", "...'", "\"...", ":\"", "...", "!\".", ":\\\\"], [" brainstorming", " prioritizing", " troubleshooting", " backstory", " focused", " prepping", " reimag", " impactful"], [" troubleshooting", " prioritizing", " brainstorming", " specifics", " reimag", " understanding", " prioritization", " prepping"], [" prioritizing", " prioritization", " prioritized", " troubleshooting", " impactful", " leveraging", " prepping", " specifics"], [" prioritization", " prioritizing", " prioritized", " troubleshooting", " impactful", " backstory", " leveraging", " specifics"], [" prioritization", " impactful", " prioritizing", " troubleshooting", " prioritized", " backstory", " reimag", " leveraging"], [" prioritization", " prioritizing", " prioritized", " impactful", " reimag", " leveraging", " troubleshooting", " backstory"], [" prioritization", " prioritizing", " rethinking", " prioritized", " reimag", " revamped", " reconsideration", " revised"], [" prioritization", " revamped", " rethinking", " analysis", " revised", " reimag", " prioritizing", " reworked"], [" prioritization", " analysis", " revised", " prioritizing", " prioritized", " revamped", " reworked", " rethinking"], [" revised", " revamped", " reworked", " prioritization", " updated", " rethinking", " redesigned", " analysis"], [" revised", " updated", " revamped", " reworked", " prioritization", " recalculated", " redesigned", " revisiting"], [" revised", " updated", " revamped", " reworked", " recalculated", " redesigned", " prioritization", " revisiting"], [" revised", " updated", " revamped", " reworked", " recalculated", " redesigned", " rethinking", " prioritization"], [" revised", " updated", " revamped", " reworked", " Revised", " redesigned", "updated", " revisions"], [" revised", " updated", " revamped", " reworked", " redesigned", " Revised", " restructured", "updated"], [" revised", " updated", " revamped", " reworked", " Revised", " redesigned", " restructured", "Revised"], [" revised", " updated", " reworked", " revamped", " Revised", " redesigned", "Revised", " revisions"], [" revised", " updated", " reworked", " revamped", " Revised", "Revised", " redesigned", " revisions"], [" revised", " reworked", " updated", " revamped", " Revised", "Revised", " redesigned", " revisions"], [" revised", " updated", " reworked", " revamped", " Revised", "Revised", " revision", " revisions"], [" revised", " updated", " reworked", " Revised", " revamped", " revision", "Revised", "updated"], [" revised", " updated", " revamped", " reworked", " Revised", "Revised", " restructured", "updated"], [" revised", " updated", " Revised", " revision", " reworked", " revamped", " my", " revising"], [" revised", " updated", " how", " my", " what", " Revised", " reworked", " the"], [" revised", " the", " my", " updated", " a", " how", " what", " an"], [" the", " a", " my", " how", " revised", " an", " what", " re"]], "p": [[0.9956, 0.0041, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5648, 0.1618, 0.0764, 0.0764, 0.0764, 0.0361, 0.0063, 0.0008], [0.8778, 0.1188, 0.0022, 0.0008, 0.0003, 0.0001, 0.0, 0.0], [0.9873, 0.0067, 0.004, 0.0015, 0.0003, 0.0001, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9126, 0.0749, 0.0101, 0.0023, 0.0, 0.0, 0.0, 0.0], [0.9494, 0.0473, 0.0014, 0.0014, 0.0003, 0.0001, 0.0, 0.0], [0.9232, 0.0758, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9944, 0.0041, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5303, 0.413, 0.0559, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.9377, 0.0283, 0.0221, 0.0104, 0.0003, 0.0002, 0.0002, 0.0002], [0.8789, 0.0721, 0.0265, 0.0207, 0.0004, 0.0002, 0.0002, 0.0002], [0.7018, 0.1566, 0.074, 0.0576, 0.0033, 0.0012, 0.0012, 0.0011], [0.9788, 0.0109, 0.0051, 0.0027, 0.0008, 0.0004, 0.0004, 0.0002], [0.9754, 0.0229, 0.0007, 0.0004, 0.0001, 0.0001, 0.0001, 0.0001], [0.9911, 0.0086, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9962, 0.0025, 0.0004, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.975, 0.0139, 0.0035, 0.0031, 0.0013, 0.0007, 0.0003, 0.0003], [0.1667, 0.1011, 0.0788, 0.0788, 0.0695, 0.0613, 0.0613, 0.0541], [0.2329, 0.1413, 0.11, 0.0857, 0.0667, 0.0667, 0.052, 0.0405], [0.8642, 0.0709, 0.0261, 0.0158, 0.0158, 0.0058, 0.0008, 0.0002], [0.7686, 0.1715, 0.0383, 0.0141, 0.0052, 0.0012, 0.0007, 0.0004], [0.9118, 0.0275, 0.0275, 0.0167, 0.013, 0.0018, 0.0008, 0.0005], [0.9946, 0.0041, 0.0012, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8147, 0.1103, 0.0406, 0.0149, 0.0091, 0.007, 0.0016, 0.0006], [0.997, 0.0009, 0.0006, 0.0006, 0.0006, 0.0003, 0.0001, 0.0], [0.8724, 0.1181, 0.0059, 0.0036, 0.0001, 0.0, 0.0, 0.0], [0.9349, 0.0465, 0.0171, 0.0014, 0.0, 0.0, 0.0, 0.0], [0.9754, 0.0179, 0.0066, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9875, 0.011, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9398, 0.0601, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9394, 0.0601, 0.0001, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.5691, 0.3911, 0.025, 0.0081, 0.001, 0.0007, 0.0007, 0.0007], [0.2978, 0.2319, 0.1407, 0.0967, 0.0967, 0.0967, 0.0168, 0.009], [0.535, 0.3245, 0.1053, 0.0111, 0.0111, 0.0076, 0.0036, 0.0009]], "ranks": {"Rust": [43133, 35088, 36375, 50907, 55164, 61949, 32449, 26924, 17277, 15639, 19601, 15966, 14374, 11989, 13164, 15509, 15554, 18376, 13843, 8514, 9198, 13938, 19104, 28260, 37946, 78092, 105211, 103440, 56637, 72551, 71371, 62636, 72827, 50422, 57771, 65111, 58801, 62436, 50817, 45858, 38764, 33026, 26436, 20096, 11570, 5830, 3392]}}, {"pos": 410, "top": [[" t", " i", " s", " o", " b", " \u2022", " m", " f"], [" t", " i", " s", " o", " b", "</i>", "..", " \u25cf"], ["..", " \ufffd", " \u25cf", "a", " i", " \u2022", " t", " \u00b7"], [" \ufffd", " \u2022", " \u25cf", "a", " \u26ab", " i", ".\u2022", " t"], [" \ufffd", " \u2022", " \u25cf", "a", ".\u2022", " \"", " t", " \u26ab"], [" \ufffd", " \u2022", " \u25cf", "a", " \"", "\u03c2", "  ", " \u26ab"], [",", " \"", " \ufffd", " \u25cf", "s", "  ", "\u03c2", "."], [",", " \ufffd", " \u25cf", "  ", " \"", "s", " \u2015", "a"], [",", "  ", " \"", " \u25cf", " \u2014", ".", "s", " \ufffd"], [",", "  ", " \"", " \u2014", "s", " \u25cf", " a", "."], [" \"", ",", "  ", " big", " \u2014", " way", " \u25cf", " neighborhood"], [",", " \"", "!\"", " way", " \u2014", "!\",", ".", " big"], [",", " \"", ".", "!\"", "!", " way", " big", ",\""], [",", ".", " \"", "!", "!\"", ",\"", ".\",", " way"], [",", ".", ".\".", "!\"", ".\"", ",\"", "!", ".\","], [",", ".", "!\"", "!", ".\"", ",\"", ".\".", " \""], [",", "!\"", ".", ".\".", "!\".", ".\",", ",\"", ".\""], [",", "...\"", ".\".", "...", ".", " [...]", "!\"", ".\","], [" focus", " workflow", " strategy", " optimization", " integration", ",", " project", " development"], [" focus", " leveraging", " prioritization", " workflow", " prioritized", " optimization", " focused", " optimized"], [" prioritization", " strategy", " focus", " prioritized", " workaround", " leveraging", " optimization", " prototyping"], [" prioritization", " prioritized", " strategy", " leveraging", " focus", " optimization", " workaround", " prototyping"], [" prioritization", " prioritized", " strategy", " prioritizing", " optimization", " prototyping", " workaround", " optimized"], [" prioritization", " prioritized", " prioritizing", " prototyping", " optimization", " leveraging", " workaround", " optimized"], [" prioritization", " prioritized", " workaround", " prioritizing", " prototyping", " leveraging", " optimization", " proactively"], [" prioritization", " workaround", " prioritized", " optimizations", " prioritizing", " troubleshooting", " optimization", " prototyping"], [" prioritization", " prioritized", " prioritizing", " probabilistic", " workaround", " leveraging", " proactive", " proactively"], [" prioritization", " prioritized", " revised", " revamped", " rethinking", " prioritizing", " reconsideration", " reformulation"], [" prioritization", " revised", " revamped", " prioritized", " rethinking", " reformulation", " reconsideration", " reworked"], [" prioritization", " revised", " prioritized", " reworked", " rethinking", " reformulation", " revamped", " prediction"], [" revised", " prioritization", " revamped", " reworked", " prioritized", " redesigned", " reformulation", " restructured"], [" revised", " updated", " revamped", " reworked", " prioritization", " redesigned", " restructured", " prioritized"], [" revised", " revamped", " updated", " reworked", " prioritization", " redesigned", " restructured", " prioritized"], [" revised", " updated", " revamped", " reworked", " prioritization", " redesigned", " restructured", " recalculated"], [" revised", " updated", " revamped", " reworked", " redesigned", " restructured", " Revised", " recalculated"], [" revised", " updated", " reworked", " revamped", " redesigned", " restructured", " Revised", " reformulated"], [" revised", " reworked", " updated", " revamped", " redesigned", " restructured", " Revised", " reformulation"], [" revised", " updated", " reworked", " revamped", " redesigned", " Revised", " restructured", " reformulation"], [" revised", " reworked", " updated", " revamped", " redesigned", " restructured", " Revised", " revision"], [" revised", " reworked", " updated", " revamped", " restructured", " redesigned", " Revised", " recalculated"], [" revised", " reworked", " revamped", " updated", " Revised", " restructured", " redesigned", " revision"], [" revised", " updated", " reworked", " revamped", " restructured", " Revised", " recalculated", " redesigned"], [" revised", " updated", " revamped", " reworked", " restructured", " redesigned", " Revised", " recalculated"], [" revised", " updated", " revamped", " reworked", " re", " reass", " breakdown", " revision"], [" revised", " updated", " re", " revamped", " reass", " breakdown", " reworked", " restructured"], [" revised", " updated", " breakdown", " re", " revamped", " reass", " reworked", " refined"], [" revised", " re", " breakdown", " updated", " revamped", " refined", " reass", " reworked"]], "p": [[0.5783, 0.3507, 0.061, 0.0082, 0.0014, 0.0001, 0.0001, 0.0], [0.8633, 0.1168, 0.0158, 0.0027, 0.0005, 0.0005, 0.0002, 0.0001], [0.5263, 0.3192, 0.1508, 0.0022, 0.001, 0.0001, 0.0001, 0.0001], [0.7655, 0.1708, 0.0628, 0.0005, 0.0001, 0.0001, 0.0001, 0.0], [0.7309, 0.2689, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9912, 0.0086, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5887, 0.1687, 0.1687, 0.0483, 0.0138, 0.0084, 0.0009, 0.0009], [0.3983, 0.3102, 0.1881, 0.0539, 0.0255, 0.0198, 0.0016, 0.0005], [0.9675, 0.0107, 0.0065, 0.0051, 0.0031, 0.0027, 0.0024, 0.0009], [0.8052, 0.0962, 0.0749, 0.0115, 0.0037, 0.0016, 0.0014, 0.0008], [0.5395, 0.3708, 0.0502, 0.006, 0.0053, 0.0047, 0.0025, 0.0022], [0.9956, 0.0028, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9865, 0.011, 0.0008, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.9961, 0.0019, 0.0007, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.988, 0.0085, 0.0007, 0.0005, 0.0004, 0.0004, 0.0004, 0.0003], [0.9891, 0.0059, 0.001, 0.0008, 0.0006, 0.0005, 0.0005, 0.0004], [0.9872, 0.0024, 0.0017, 0.0017, 0.0015, 0.0008, 0.0007, 0.0007], [0.5553, 0.1239, 0.0663, 0.0313, 0.0276, 0.019, 0.0168, 0.0148], [0.1663, 0.1467, 0.0693, 0.0476, 0.0476, 0.0371, 0.0371, 0.0371], [0.267, 0.1261, 0.0867, 0.0867, 0.0596, 0.0596, 0.0596, 0.0193], [0.4854, 0.0744, 0.0657, 0.0657, 0.058, 0.0512, 0.0452, 0.0398], [0.3397, 0.1416, 0.1103, 0.0758, 0.046, 0.046, 0.0358, 0.0316], [0.9, 0.0949, 0.0022, 0.0017, 0.0005, 0.0004, 0.0001, 0.0001], [0.9809, 0.018, 0.0005, 0.0002, 0.0002, 0.0002, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9703, 0.0293, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8772, 0.1187, 0.0028, 0.0004, 0.0003, 0.0003, 0.0002, 0.0], [0.94, 0.0468, 0.0049, 0.003, 0.0016, 0.0011, 0.0004, 0.0004], [0.984, 0.0109, 0.0017, 0.0012, 0.0007, 0.0003, 0.0003, 0.0002]], "ranks": {"Rust": [19550, 23427, 38493, 32171, 36006, 36389, 20504, 16411, 12454, 8348, 11116, 8760, 9295, 6929, 7296, 5786, 12595, 11795, 10821, 9786, 14100, 12577, 28627, 46477, 85193, 120886, 126656, 89397, 59740, 78891, 71598, 49537, 53857, 49251, 53953, 41415, 47213, 58944, 39136, 32226, 18669, 12629, 10879, 9532, 8119, 5441, 2802]}}, {"pos": 411, "top": [["</h6>", "\u2014", ".\u2014", " \u300f", "\"\u2014", ",\u2014", ")\u2014", " \u7ee7\u7eed\u8bbf\u95ee"], ["</h6>", "\u2014", " \u300f", ".\u2014", "\"\u2014", ",\u2014", "\u3015", ")\u2014"], ["\u2014", ".\u2014", ",\u2014", "</h3>", "</h6>", " \u25ba", " \u25cf", "\"\u2014"], ["\u2014", ".\u2014", ",\u2014", "\"\u2014", " \u25ba", "</h6>", "</h3>", " \u3014"], ["\u2014", ".\u2014", "</h6>", ",\u2014", " \u00b6", " \u25ba", "</h3>", " \u00b3"], ["\u2014", "</h6>", ".\u2014", "\u2015", ",\u2014", "\"\u2014", " \u300f", " \u25ba"], ["\u2014", " \u300f", ",\u2014", " \u25ba", ".\u2014", "\u2015", "\"\u2014", "</h6>"], ["\u2014", " \u300f", ".\u2014", " \u25ba", ",\u2014", "</h6>", "\u2015", "\"\u2014"], ["\u2014", ".\u2014", " \u300f", ",\u2014", "\u2015", ")\u2014", "</h6>", "\"\u2014"], ["\u2014", " \u300f", "\"\u2014", ".\u2014", "</h6>", ")\u2014", " \u25b8", ",\u2014"], ["\u2014", " \u300f", "</h6>", "\"\u2014", ".\u2014", ")\u2014", " \u25b8", " \u25ba"], ["\u2014", "</h6>", "\"\u2014", " \u300f", ".\u2014", ")\u2014", ",\u2014", ".\"\u2014"], ["\u2014", " \u300f", "\"\u2014", "</h6>", ".\u2014", ")\u2014", ",\u2014", " \u25ba"], ["\u2014", "\"\u2014", ".\u2014", " \u300f", "</h6>", ")\u2014", ".\u00b3", ".\u00b9"], ["\u2014", ".\u2014", "\"\u2014", " \u300f", "</h6>", ".\u00bb", ".\u00b3", ".\u00b9"], ["\u2014", " \u300f", "</h6>", ".\u00b3", ".\u00b9", ".\u2014", ",\u00bb", "\"\u2014"], ["\u2014", "</h6>", "\"\u2014", " \u300f", " \u7ee7\u7eed\u8bbf\u95ee", ".\u2014", ",\u00bb", ".\u00bb"], ["</h6>", " \u7ee7\u7eed\u8bbf\u95ee", "\u2014", " \u300f", "\"\u2014", "</blockquote>", ".\u2014", " [...]"], [" \u300f", "\u2014", "</h6>", " \u7ee7\u7eed\u8bbf\u95ee", "</blockquote>", "\"\u2014", "\u300f", "\u300f\uff08"], [" \u7ee7\u7eed\u8bbf\u95ee", "\u2014", "</h6>", " \u300f", " [...]", " focus", "</blockquote>", " methodology"], [" focus", " focusing", " refocus", " update", "\u2014", " methodology", " prioritization", " commentary"], [" focus", " refocus", " update", " prioritization", " updating", " focusing", " methodology", " emphasis"], [" refocus", " update", " prioritization", " revised", " updated", " revisions", " reconsideration", " updating"], [" prioritization", " prioritizing", " focusing", " focus", " prioritized", " leveraging", " analysis", " methodology"], [" prioritization", " prioritizing", " focusing", " focus", " prioritized", " leveraging", " insights", " analysis"], [" prioritization", " prioritizing", " prioritized", " workflow", " workflows", " impactful", " skillset", " troubleshooting"], [" prioritization", " analysis", " assessment", " scenario", " prioritizing", " skillset", " focus", " workflow"], [" prioritization", " scenario", " analysis", " assessment", " strategy", " prediction", " discussion", " prognosis"], [" analysis", " assessment", " prioritization", " scenario", " prediction", " prognosis", "analysis", " \u0430\u043d\u0430\u043b\u0438\u0437"], [" prioritization", " analysis", " assessment", " prediction", " scenario", " prognosis", " timeline", " roadmap"], [" analysis", " prioritization", " assessment", " prediction", " scenario", " prognosis", " interpretation", " roadmap"], [" prioritization", " analysis", " assessment", " prediction", " prognosis", " scenario", " interpretation", " roadmap"], [" assessment", " analysis", " prioritization", " prognosis", " prediction", " evaluation", " assessments", " interpretation"], [" assessment", " analysis", " prioritization", " assessments", " prognosis", " evaluation", " prediction", " \u0430\u043d\u0430\u043b\u0438\u0437"], [" assessment", " analysis", " evaluation", " assessments", "assessment", " prognosis", " \u0430\u043d\u0430\u043b\u0438\u0437", " interpretation"], [" assessment", " plan", " analysis", " evaluation", " breakdown", " assessments", "assessment", " prognosis"], [" assessment", " analysis", " plan", " evaluation", " breakdown", "assessment", " assessments", " prognosis"], [" assessment", " evaluation", " analysis", " assessments", "assessment", " plan", " Assessment", " breakdown"], [" assessment", " plan", " analysis", " evaluation", "assessment", " breakdown", " assessments", " Assessment"], [" assessment", " evaluation", " plan", " analysis", " assessments", "assessment", " breakdown", " Assessment"], [" assessment", " evaluation", " analysis", " breakdown", "assessment", " plan", " assessments", " Assessment"], [" assessment", " breakdown", " plan", " analysis", " evaluation", "assessment", " breakage", " assessments"], [" assessment", " breakdown", " plan", " analysis", " evaluation", " breakage", "assessment", " breakup"], [" assessment", " breakdown", " plan", " breakage", " analysis", " evaluation", " break", " breakup"], [" assessment", " breakdown", " plan", " risk", " analysis", " evaluation", " breakage", "assessment"], [" breakdown", " assessment", " plan", " risk", " failure", " analysis", " break", " evaluation"], [" breakdown", " plan", " assessment", " risk", " failure", " analysis", " break", " evaluation"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8282, 0.0873, 0.0529, 0.025, 0.0026, 0.0026, 0.0002, 0.0002], [0.4878, 0.2959, 0.1398, 0.066, 0.0054, 0.0016, 0.0012, 0.0012], [0.8072, 0.1403, 0.0516, 0.0006, 0.0001, 0.0, 0.0, 0.0], [0.9206, 0.0357, 0.0217, 0.008, 0.008, 0.0038, 0.0014, 0.0004], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0012, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9783, 0.0066, 0.0066, 0.0031, 0.0015, 0.0015, 0.0011, 0.0007], [0.9082, 0.0581, 0.0166, 0.0061, 0.0048, 0.0042, 0.0005, 0.0002], [0.2967, 0.231, 0.231, 0.1799, 0.0244, 0.019, 0.009, 0.0012], [0.4759, 0.2886, 0.1363, 0.0568, 0.0144, 0.0112, 0.0022, 0.0019], [0.3397, 0.1819, 0.1416, 0.0973, 0.0246, 0.0246, 0.0192, 0.0192], [0.2151, 0.1016, 0.0544, 0.048, 0.0374, 0.0374, 0.0291, 0.0257], [0.2216, 0.1344, 0.1344, 0.0719, 0.0436, 0.0436, 0.0385, 0.034], [0.2306, 0.1398, 0.1089, 0.0661, 0.0514, 0.0514, 0.0401, 0.0312], [0.9738, 0.0178, 0.0066, 0.0015, 0.0001, 0.0001, 0.0001, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9719, 0.0108, 0.0108, 0.0065, 0.0, 0.0, 0.0, 0.0], [0.9206, 0.0756, 0.0038, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7661, 0.1709, 0.0629, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6651, 0.2447, 0.09, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8101, 0.1807, 0.009, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8166, 0.1822, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9928, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9302, 0.0595, 0.0103, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8131, 0.1814, 0.0055, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9519, 0.0474, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5418, 0.4219, 0.0306, 0.0028, 0.0006, 0.0006, 0.0003, 0.0002], [0.4161, 0.3673, 0.1531, 0.0497, 0.0041, 0.0032, 0.0012, 0.0006]], "ranks": {"Rust": [230394, 214708, 223204, 225261, 203142, 199600, 148260, 148614, 129433, 98639, 118918, 81165, 73938, 42149, 51737, 61908, 47920, 69430, 51078, 42914, 49197, 45453, 50980, 64410, 91661, 159064, 175367, 119119, 120169, 71664, 62482, 49565, 49359, 53546, 59177, 63318, 65357, 78090, 54945, 36024, 26358, 22815, 15170, 10563, 7925, 4403, 2709]}}, {"pos": 412, "top": [[" \uf0b7", "\uf0b7", ")\u201d.", "),\u201d", ").\u201d", " \u2013", "\u201d).", ".\u201d["], [" \uf0b7", "\uf0b7", ")\u201d.", " \uf0e0", "\uf0e0", "\u30fb\u30fb\u30fb\u30fb", " \u2013", " \u202b"], [" \uf0b7", "\uf0b7", ")\u201d.", " \uf0e0", "\u30fb\u30fb\u30fb\u30fb", " \u2013", "\u30fb\u30fb\u30fb", " \u30fb"], [" \uf0b7", "\uf0b7", " \uf0e0", " \u202b", " \uf0a7", " \u2013", " \u30fb", " =&"], [" \uf0b7", "\uf0b7", " \u00ad", " \u202b", " \uf0a7", " \u2013", " &#", " =&"], [" \uf0b7", "\uf0b7", " \u202b", " &#", " \ufb01", " \u00ad", " \uf0a7", " \u2013"], [" \uf0b7", "\uf0b7", " \u202b", "\ufffd", " &#", " \\(", " \ufb01", " \uf0a7"], [" \uf0b7", "\uf0b7", " \u202b", " &#", " \ufb01", "\ufffd", " \\(", " \u00ad"], [" \uf0b7", "\uf0b7", " \u202b", "\ufffd", " &#", " \ufb01", " \u00ad", " \\..."], [" \uf0b7", "\ufffd", "\uf0b7", " &#", " \u00ad", " \ufb01", " \u202b", " \\("], [" \uf0b7", "\uf0b7", " &#", " \ufb01", " \u202b", "\ufffd", " \\(", " \u00ad"], [" \uf0b7", " &#", "\uf0b7", "\ufffd", " showcasing", "&#", " impactful", " \\("], [" \uf0b7", "\uf0b7", "\ufffd", " &#", "&#", " showcasing", " \u2013", " \\("], [" \uf0b7", "\uf0b7", " &#", "\ufffd", "&#", " \\(", " \u2013", "."], [" \uf0b7", "\uf0b7", "\ufffd", " &#", "&#", " \\(", ".", "\u200b."], [" \uf0b7", "\uf0b7", "\ufffd", " &#", " \\(", "&#", " \u2013", "."], [" \uf0b7", " &#", "\uf0b7", " \u2013", "\ufffd", " specifics", "&#", " showcasing"], [" \uf0b7", " &#", "\uf0b7", "&#", " \u2013", " \\(", " impactful", " \\..."], [" \uf0b7", "\uf0b7", " &#", " \u2013", "&#", " \\(", " specifics", " prioritizing"], [" \uf0b7", " &#", "\uf0b7", " \u2013", " impactful", " prioritizing", "&#", " showcasing"], [" \uf0b7", " specifics", "\uf0b7", " highlights", " impactful", " prioritizing", " \\(", " focusing"], [" \uf0b7", " specifics", " focused", " focusing", " prioritizing", " highlights", " detailing", " impactful"], [" specifics", " highlights", " focused", " prioritizing", " impactful", " focusing", " leveraging", " detailing"], [" prioritizing", " impactful", " leveraging", " prioritization", " focusing", " prioritized", " focused", " specifics"], [" focusing", " prioritizing", " leveraging", " prioritization", " impactful", " specifics", " prioritized", " highlighting"], [" focusing", " prioritizing", " leveraging", " prioritization", " highlighting", " prioritized", " focused", " detailing"], [" focusing", " prioritizing", " prioritized", " leveraging", " prioritization", " highlighting", " focused", " focussing"], [" focusing", " prioritizing", " focussing", " prioritized", " emphasizing", " leveraging", " highlighting", " focused"], [" focusing", " prioritizing", " focussing", " emphasizing", " focused", " prioritized", " highlighting", " predicting"], [" focusing", " prioritizing", " focussing", " emphasizing", " focused", " predicting", " prioritized", " highlighting"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " highlighting", " prioritized"], [" focusing", " focussing", " prioritizing", " emphasizing", " focused", " predicting", " highlighting", " targeting"], [" focusing", " prioritizing", " focussing", " emphasizing", " predicting", " focused", " highlighting", " anticipating"], [" focusing", " focussing", " prioritizing", " emphasizing", " focused", " predicting", " highlighting", " anticipating"], [" focusing", " focussing", " prioritizing", " emphasizing", " focused", " predicting", " of", " anticipating"], [" focusing", " focussing", " prioritizing", " emphasizing", " focused", " predicting", " Focusing", " of"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " Focusing", " highlighting"], [" focusing", " focussing", " prioritizing", " emphasizing", " focused", " predicting", " Focusing", " anticipating"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " anticipating", " Focusing"], [" focusing", " focussing", " prioritizing", " emphasizing", " focused", " predicting", " anticipating", " Focusing"], [" focusing", " focussing", " prioritizing", " focused", " emphasizing", " concentrating", " of", " predicting"], [" focusing", " focussing", " prioritizing", " focused", " emphasizing", " concentrating", " predicting", " of"], [" focusing", " prioritizing", " focussing", " focused", " emphasizing", " concentrating", " of", " predicting"], [" focusing", " emphasizing", " prioritizing", " focussing", " focused", " of", " concentrating", " highlighting"], [" focusing", " focused", " of", " concentrating", " emphasizing", " prioritizing", " focussing", " highlighting"], [" of", " focusing", " focused", " \u2013", " prioritizing", " emphasizing", " concentrating", ":"], [" focusing", ",", " of", ":", " \u2013", " focused", " prioritizing", " -"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0004, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9988, 0.0004, 0.0004, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.997, 0.0009, 0.0007, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.5018, 0.1438, 0.0599, 0.0529, 0.0412, 0.0412, 0.022, 0.0195], [0.2592, 0.1081, 0.0954, 0.0578, 0.0578, 0.051, 0.0398, 0.0351], [0.5013, 0.1844, 0.0678, 0.0678, 0.0678, 0.0412, 0.025, 0.0194], [0.4522, 0.4522, 0.0612, 0.0083, 0.0065, 0.0065, 0.0065, 0.0039], [0.8806, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.001, 0.0008, 0.0003, 0.0003, 0.0001, 0.0001, 0.0], [0.5182, 0.4573, 0.0138, 0.0024, 0.0021, 0.0011, 0.0009, 0.0007], [0.6244, 0.2603, 0.0746, 0.0189, 0.0101, 0.0069, 0.0008, 0.0006]], "ranks": {"Rust": [64792, 24474, 41385, 39272, 52352, 75416, 57860, 52060, 37559, 26120, 35658, 29190, 27181, 20233, 22106, 23695, 32915, 29461, 22037, 16042, 14419, 17966, 18467, 17213, 19066, 30174, 45859, 43781, 27521, 52420, 38086, 34007, 40486, 34022, 34089, 29038, 30181, 34220, 40529, 35762, 48624, 34087, 27781, 16146, 7665, 4568, 3905]}}, {"pos": 413, "top": [[",..", "..,", "\u2026,", ",...", "...,", ",\u2026", ":,", "!,"], [",..", "..,", ",...", "\u2026,", "...,", "..'", ":,", "...',"], [",..", "..,", ",...", "\u2026,", "...,", ",\u2026", ":,", ",,"], [",..", ",...", "\u2026,", "...,", "..,", ",\u2026", ":,", ",...,"], [",..", "s", ",...", "...,", "\u2026,", "..,", "...',", ",\u2026"], ["s", " ~,", ",", "\u2026,", "...,", "!,", " \u2014,", ",..."], [",", ",[", ",...", "s", "\u2026,", "...,", "...',", ",.."], ["s", ",", ",...", ",[", "...,", "\u2026,", "...',", "!,"], [",...", ",", "...',", ",[", "...,", "s", " \u2014,", "\u2026,"], [",", ",...", "...,", "...',", " \u2014,", ",[", "s", "\u2026,"], [",", "...',", ",[", "...\",", ",'", "!,", " \u2014,", "\u2026,"], [",", "...',", ",'", "!',", "!,", "*,", "...\",", "',"], [",", "...\",", ",...", "...',", "...\"", "...,", "...'", "..."], [",", "...\",", ".\",", ",...", "...\"", "!,", ".,", ",'"], [",", "...\",", "...\"", ",...", ".\",", ",'", "...',", "...'"], [",", ",'", "...\"", ".\",", "...',", "...\",", "...'", "*,"], [",", "!\".", ",'", ".\",", ".\".", "!,", "*,", "!',"], ["...',", "...\",", "...\"", "...'", ",...", "...", "\u2026\"", ".\"."], [" leveraging", "...',", " impactful", " focusing", "...\"", " focused", "!\".", "...\","], [" leveraging", " impactful", " focused", " focusing", "...',", " prioritizing", " focus", " showcasing"], [" leveraging", " focused", " impactful", " focus", " focusing", "!\".", " prioritizing", "...',"], [" leveraging", " focused", " impactful", " prioritizing", " focusing", " focus", " priorit", " focussed"], [" leveraging", " impactful", " prioritizing", " focusing", " focused", " prioritization", " prioritized", " focus"], [" leveraging", " impactful", " prioritizing", " prioritization", " prioritized", " focusing", " proactively", " focused"], [" prioritizing", " leveraging", " prioritization", " focusing", " impactful", " prioritized", " highlighting", " focussing"], [" prioritizing", " prioritization", " focusing", " leveraging", " focussing", " prioritized", " impactful", " highlighting"], [" prioritizing", " focusing", " focussing", " leveraging", " prioritization", " prioritized", " emphasizing", " highlighting"], [" focusing", " prioritizing", " focussing", " emphasizing", " prioritization", " highlighting", " leveraging", " predicting"], [" focusing", " prioritizing", " focussing", " emphasizing", " highlighting", " predicting", " prioritization", " prioritized"], [" focusing", " prioritizing", " focussing", " emphasizing", " predicting", " highlighting", " focused", " prioritization"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " highlighting", " assuming", " focused"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " assuming", " highlighting"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " highlighting", " assuming"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " focus", " Focusing"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " Focusing", " focus"], [" focusing", " focussing", " prioritizing", " emphasizing", " predicting", " focused", " assuming", " concentrating"], [" focusing", " focussing", " prioritizing", " predicting", " emphasizing", " focused", " anticipating", " acknowledging"], [" focusing", " focussing", " prioritizing", " predicting", " emphasizing", " focused", " Focusing", " concentrating"], [" focusing", " focussing", " prioritizing", " predicting", " emphasizing", " focused", " concentrating", " Focusing"], [" focusing", " focussing", " prioritizing", " predicting", " emphasizing", " focused", " concentrating", " Focusing"], [" focusing", " focussing", " prioritizing", " concentrating", " predicting", " emphasizing", " focused", " Focusing"], [" focusing", " focussing", " prioritizing", " concentrating", " focused", " predicting", " emphasizing", " Focusing"], [" focusing", " focussing", " prioritizing", " concentrating", " focused", " emphasizing", " predicting", " Focusing"], [" focusing", " prioritizing", " focussing", " concentrating", " focused", " emphasizing", " predicting", " Focusing"], [" focusing", " focused", " focussing", " prioritizing", " concentrating", " emphasizing", " predicting", " anticipating"], [" focusing", " prioritizing", " focused", " assuming", " anticipating", " concentrating", " predicting", " emphasizing"], [" focusing", " prioritizing", " focused", " concentrating", " anticipating", " predicting", " leaning", " assuming"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9353, 0.0466, 0.0171, 0.0009, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5671, 0.344, 0.0768, 0.0104, 0.0009, 0.0009, 0.0, 0.0], [0.621, 0.3767, 0.0015, 0.0006, 0.0001, 0.0, 0.0, 0.0], [0.691, 0.2542, 0.0344, 0.0127, 0.0047, 0.0017, 0.001, 0.0002], [0.9221, 0.0757, 0.0008, 0.0008, 0.0003, 0.0002, 0.0, 0.0], [0.9182, 0.0754, 0.0062, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9843, 0.0109, 0.004, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.9882, 0.0085, 0.0012, 0.0009, 0.0009, 0.0002, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9977, 0.0004, 0.0004, 0.0004, 0.0003, 0.0003, 0.0002, 0.0001], [0.9976, 0.0012, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.998, 0.0012, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.3733, 0.3733, 0.2264, 0.0145, 0.0088, 0.0025, 0.0003, 0.0003], [0.8944, 0.0347, 0.021, 0.0128, 0.0099, 0.0099, 0.0037, 0.0028], [0.7116, 0.2618, 0.013, 0.0048, 0.0037, 0.0014, 0.0008, 0.0006], [0.5791, 0.1659, 0.1659, 0.0288, 0.0225, 0.0106, 0.0064, 0.0034], [0.6382, 0.1829, 0.0864, 0.0247, 0.0193, 0.0193, 0.0117, 0.0055], [0.9829, 0.0109, 0.004, 0.0009, 0.0009, 0.0002, 0.0001, 0.0], [0.9394, 0.0284, 0.0284, 0.0038, 0.0, 0.0, 0.0, 0.0], [0.6157, 0.3734, 0.0068, 0.0025, 0.0009, 0.0006, 0.0, 0.0], [0.9288, 0.028, 0.028, 0.0132, 0.0011, 0.0005, 0.0001, 0.0001], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9704, 0.0138, 0.0074, 0.0015, 0.0013, 0.0013, 0.0009, 0.0007], [0.984, 0.0075, 0.0046, 0.0007, 0.0005, 0.0005, 0.0004, 0.0004]], "ranks": {"Rust": [53618, 46554, 66168, 78738, 83494, 67972, 33967, 31668, 32232, 15770, 25631, 15152, 17082, 14168, 15319, 18218, 27039, 29589, 26724, 21953, 20509, 25041, 41084, 49788, 86590, 126023, 153265, 154278, 110222, 145582, 133337, 137172, 132764, 109954, 126781, 137331, 129886, 123944, 83136, 45124, 32071, 23574, 22673, 19480, 9568, 6294, 4791]}}, {"pos": 414, "top": [["\u2026\u201d", ".\u201d.", "..\u201d", ":\u201d", "),\u201d", "\u201d\u2026", "...\u201d", ")\u201d."], ["\u2026\u201d", ".\u201d.", "..\u201d", ":\u201d", "...\u201d", "-\u201d", "\u201d\u2026", "),\u201d"], ["\u2026\u201d", "..\u201d", ".\u201d.", ":\u201d", "-\u201d", "...\u201d", "\u201d\u2026", " \\\""], ["\u2026\u201d", ".\u201d.", "..\u201d", "...\u201d", "-\u201d", ":\u201d", " \\\"", "\u201d\u2026"], ["\u2026\u201d", ".\u201d.", "-\u201d", "...\u201d", "..\u201d", " \\\"", " (\\\"", ":\u201d"], [" \\\"", " (\\\"", "{\\\"", ",\\\"", "\\\"", "\u2026\u201d", "\\\"{", ".\\\""], [" \\\"", "{\\\"", " (\\\"", ",\\\"", "\\\"", "\\...", ".\\\"", "\u2026\u201d"], [" \\\"", ",\\\"", " (\\\"", "{\\\"", ".\\\"", "\\\"", "\u2026\u201d", "\\..."], [" \\\"", ",\\\"", ".\\\"", "\u2026\u201d", " (\\\"", "\\...", "{\\\"", "...\u201d"], [" \\\"", "...\u201d", "\\...", ",\\\"", "\u2026\u201d", " (\\\"", ".\\\"", "{\\\""], [" \\\"", ",\\\"", " (\\\"", "...\u201d", "\u2026\u201d", ".\\\"", "{\\\"", "\\..."], [" \\\"", ",\\\"", "\\...", "...\u201d", ".\\\"", " impactful", "\u2026\u201d", " (\\\""], ["\\...", " \\\"", "...\u201d", "\u2026\u201d", ",\\\"", " impactful", ".\\\"", " highlighting"], ["\\...", ",\\\"", " \\\"", ".\\\"", "\u2026\u201d", "...\u201d", " impactful", " highlighting"], ["\\...", ".\\\"", ",\\\"", " impactful", "...\u201d", " \\\"", "\u2026\u201d", " highlighting"], ["\\...", ",\\\"", ".\\\"", " \\\"", "...\u201d", ":**", " impactful", "\u2026\u201d"], ["\\...", ".\\\"", ",\\\"", " \\\"", " (\\\"", ":**", "\\\".", "..'"], ["\\...", " impactful", " highlighting", " \\\"", ".\\\"", "\u2026\u201d", "...\u201d", ",\\\""], [" impactful", "\\...", " highlighting", " leveraging", " prioritizing", " priorit", " \\\"", " prioritization"], [" impactful", " highlighting", " leveraging", " prioritizing", " prioritization", " priorit", "\\...", " focusing"], [" impactful", " prioritization", " prioritizing", " leveraging", " highlighting", " priorit", " focused", " focus"], [" prioritization", " priorit", " impactful", " focus", " prioritizing", " focused", " leveraging", " focusing"], [" prioritization", " focus", " focused", " prioritizing", " impactful", " priorit", " focusing", " strategies"], [" prioritization", " impactful", " prioritizing", " prioritized", " priorit", " leveraging", " proactively", " focus"], [" prioritization", " impactful", " prioritizing", " prioritized", " vulnerabilities", " proactively", " priorit", " leveraging"], [" prioritization", " prioritizing", " impactful", " vulnerabilities", " prioritized", " Fokus", " priorit", " proactively"], [" prioritization", " prioritizing", " impactful", " vulnerabilities", " prioritized", " proactively", " priorit", " leveraging"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " impactful", " priorities", " proactively", " priorit"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " priorities", " impactful", " criticality", " priorit"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " focus", " priorities", " priorit", " focusing"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " priorities", " focus", " focusing", " vulnerability"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " priorities", " focus", " vulnerability", " focusing"], [" vulnerabilities", " prioritization", " prioritizing", " vulnerability", " priorities", " prioritized", " criticality", " realistically"], [" vulnerabilities", " prioritization", " vulnerability", " prioritizing", " realistically", " priorities", " prioritized", " proactively"], [" vulnerabilities", " prioritization", " vulnerability", " prioritizing", " priorities", " realistically", " probabilistic", " criticality"], [" vulnerabilities", " on", " vulnerability", " prioritization", " realistically", " priorities", " criticality", " scalability"], [" vulnerabilities", " vulnerability", " on", " prioritization", " realistically", " robustness", " predictability", " scalability"], [" vulnerabilities", " on", " vulnerability", " prioritization", " realistically", " scalability", " pessimism", " robustness"], [" vulnerabilities", " on", " vulnerability", " prioritization", " realistically", " pessimism", " fragility", " robustness"], [" vulnerabilities", " on", " hardest", " vulnerability", " prioritization", " realistically", " relentlessly", " pessimism"], [" vulnerabilities", " on", " hardest", " vulnerability", " realistically", " prioritization", " relentlessly", " what"], [" on", " vulnerabilities", " hardest", " vulnerability", " what", " realistically", " relentlessly", " practicality"], [" on", " vulnerabilities", " hardest", " vulnerability", " what", " realistically", " relentlessly", " practicality"], [" on", " vulnerabilities", " hardest", " vulnerability", " realistically", " what", " practicality", " squarely"], [" on", " what", " realistically", " heavily", " hardest", " vulnerabilities", " where", " relentlessly"], [" on", " what", " where", " heavily", " realistically", " specifically", " hardest", " likely"], [" on", " what", " where", " heavily", " likely", " specifically", " realistically", " hardest"]], "p": [[0.8168, 0.1822, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.6623, 0.2436, 0.0698, 0.02, 0.0013, 0.001, 0.0006, 0.0004], [0.7586, 0.1318, 0.1027, 0.0031, 0.0031, 0.0005, 0.0002, 0.0], [0.9787, 0.0085, 0.0051, 0.004, 0.0019, 0.0011, 0.0005, 0.0], [0.9937, 0.0032, 0.0009, 0.0009, 0.0007, 0.0003, 0.0002, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8036, 0.1088, 0.04, 0.04, 0.0054, 0.002, 0.0001, 0.0001], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9872, 0.011, 0.0009, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.9215, 0.0589, 0.0131, 0.0062, 0.0001, 0.0001, 0.0, 0.0], [0.8845, 0.044, 0.0267, 0.0162, 0.0126, 0.0126, 0.001, 0.0008], [0.882, 0.0724, 0.0207, 0.0076, 0.0059, 0.0036, 0.0036, 0.0013], [0.9914, 0.0032, 0.0032, 0.0007, 0.0007, 0.0003, 0.0001, 0.0001], [0.8583, 0.1162, 0.0122, 0.0095, 0.0006, 0.0005, 0.0005, 0.0005], [0.9496, 0.0368, 0.0044, 0.0021, 0.0021, 0.0009, 0.0007, 0.0005], [0.6503, 0.2392, 0.0367, 0.0153, 0.0105, 0.0105, 0.0105, 0.0072], [0.9148, 0.0355, 0.0168, 0.0079, 0.0062, 0.0062, 0.0048, 0.0023], [0.5938, 0.1325, 0.0487, 0.0487, 0.038, 0.0296, 0.0296, 0.0296], [0.5031, 0.1441, 0.1441, 0.053, 0.053, 0.0413, 0.0195, 0.0195], [0.7697, 0.1042, 0.0298, 0.0298, 0.0232, 0.0181, 0.0086, 0.004], [0.9674, 0.0177, 0.0138, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9865, 0.011, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.977, 0.0179, 0.004, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7298, 0.2685, 0.0014, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8833, 0.0931, 0.0162, 0.006, 0.0006, 0.0004, 0.0001, 0.0001], [0.6984, 0.1558, 0.1214, 0.0164, 0.0022, 0.0013, 0.0013, 0.0008], [0.8337, 0.1128, 0.0415, 0.0056, 0.0027, 0.0013, 0.0006, 0.0004], [0.99, 0.0067, 0.0015, 0.0007, 0.0007, 0.0001, 0.0, 0.0], [0.9899, 0.0067, 0.0013, 0.0005, 0.0004, 0.0003, 0.0001, 0.0001], [0.9993, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.999, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [157746, 125662, 153233, 166030, 177187, 212828, 193770, 203786, 193425, 177636, 197306, 142132, 134446, 66928, 63816, 66564, 57133, 47183, 45219, 39471, 51753, 47980, 46890, 43862, 79411, 99648, 103421, 117350, 77945, 130116, 127588, 113376, 120580, 79642, 63667, 54314, 62615, 71718, 41815, 39117, 18474, 14887, 13485, 8128, 3835, 2288, 2074]}}, {"pos": 415, "top": [["centre", " \u0958", " flavours", " \u25cf", " \u2018", " realise", "...\u201d", "...'"], [" \u25cf", "...\u201d", "centre", " flavours", " realise", "--\u2019", "...'", " \u0958"], [" \u25cf", "...\u201d", "<start_of_image>", " \u0958", " realise", " flavours", "centre", " flavour"], ["...\u201d", " \u25cf", "  ", "<start_of_image>", "--\u2019", "\u2026\u201d", " \u095b\u094d\u092f\u093e\u0926\u093e", "...'"], ["  ", "...\u201d", " \u25cf", "<start_of_image>", " realisation", "...'", " maximise", " realising"], ["  ", " \u25cf", " \u2018", " stabilisation", "s", " behaviours", " maximise", " flavours"], ["  ", " \u25cf", "<start_of_image>", "...\u201d", "s", "\u2026\u201d", " behaviours", " priorit"], ["  ", " \u25cf", "s", " priorit", "...\u201d", " behaviours", "<start_of_image>", " aspects"], ["  ", "...\u201d", " priorit", " \u2018", "...'", " \u25cf", " highlighting", " showcasing"], ["  ", "...\u201d", " priorit", "...'", " showcasing", " \u25cf", " highlighting", " aspects"], [" \u2018", "  ", " priorit", " highlighting", " showcasing", " aspects", " '", " strategies"], ["...'", "...\u201d", " showcasing", " the", " highlighting", " transitioning", " \u2018", ","], ["...'", "...", " the", "...\u201d", ",", " showcasing", " aspects", " strategies"], [",", " the", "...'", "...", ".", "  ", " aspects", " showcasing"], [",", "...", "...'", ".", " the", " aspects", "  ", " strategies"], [",", "...", "...'", " aspects", " strategies", "  ", " transitioning", " the"], [",", " aspects", "  ", " strategies", ".", " things", " the", " integration"], ["...'", " strategies", "...", " integration", "...\u201d", " aspects", " transitioning", " impactful"], [" strategies", " integration", " aspects", " priorit", " infrastructure", " leveraging", " resilience", " key"], [" leveraging", " priorit", " impactful", " prioritization", " strategies", " integration", " infrastructure", " transitioning"], [" strategies", " prioritization", " priorit", " leveraging", " strategic", " crucial", " strategy", " impactful"], [" prioritization", " priorit", " strategies", " vulnerabilities", " risks", " prioritized", " priorities", " crucial"], [" prioritization", " vulnerabilities", " strategies", " risks", " priorit", " priorities", " prioritized", " vulnerability"], [" prioritization", " vulnerabilities", " prioritized", " vulnerability", " prioritizing", " priorit", " risks", " priorities"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " vulnerability", " priorities", " criticality", " priorit"], [" prioritization", " vulnerabilities", " prioritized", " prioritizing", " impactful", " deliverables", " priorities", " disruptions"], [" vulnerabilities", " prioritization", " prioritizing", " impactful", " prioritized", " vulnerability", " potential", " criticality"], [" vulnerabilities", " prioritization", " likely", " potential", " risks", " prioritized", " prioritizing", " vulnerability"], [" vulnerabilities", " prioritization", " likely", " prioritized", " vulnerability", " prioritizing", " potential", " priorities"], [" vulnerabilities", " prioritization", " likely", " bottlenecks", " vulnerability", " criticality", " predictability", " prioritized"], [" likely", " vulnerabilities", " probable", " prioritization", " expected", "likely", " vulnerability", " anticipated"], [" vulnerabilities", " likely", " expected", " prioritization", " probable", " vulnerability", " anticipated", " predictability"], [" vulnerabilities", " likely", " prioritization", " probable", " vulnerability", " bottlenecks", " probabilities", " likelihood"], [" vulnerabilities", " what", " likely", " prioritization", " predictions", " vulnerability", " probable", " fragility"], [" vulnerabilities", " likely", " probable", " likelihood", " vulnerability", " fragility", " probabilities", " what"], [" vulnerabilities", " what", " likely", " probable", " fragility", " likelihood", " vulnerability", " breakage"], [" vulnerabilities", " fragility", " what", " vulnerability", " likely", " probable", " likelihood", " breakage"], [" vulnerabilities", " fragility", " what", " likely", " breakage", " vulnerability", " probable", " likelihood"], [" vulnerabilities", " probable", " fragility", " likelihood", " likely", " breakage", " probabilities", " what"], [" fragility", " probable", " vulnerabilities", " breakage", " likely", " likelihood", " what", " probabilities"], [" probable", " fragility", " breakage", " likelihood", " likely", " vulnerabilities", " what", " failure"], [" breakage", " fragility", " probable", " likelihood", " vulnerabilities", " likely", " what", " failure"], [" breakage", " fragility", " probable", " likely", " likelihood", " what", " vulnerabilities", " failure"], [" breakage", " what", " fragility", " vulnerabilities", " likelihood", " failure", " probable", " likely"], [" what", " likely", " failure", " vulnerabilities", " probable", " likelihood", " fragility", " failures"], [" what", " likely", " failure", " probable", " failures", " potential", " likelihood", " fragility"], [" what", " likely", " failure", " probable", " the", " where", " potential", " likelihood"]], "p": [[0.9022, 0.035, 0.0165, 0.0165, 0.0129, 0.0129, 0.0008, 0.0004], [0.7571, 0.1689, 0.0621, 0.0051, 0.0024, 0.0019, 0.0011, 0.0007], [0.6725, 0.3176, 0.0045, 0.0021, 0.0013, 0.0008, 0.0005, 0.0002], [0.9991, 0.0004, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7768, 0.2226, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8804, 0.1192, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9964, 0.0025, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.9983, 0.0008, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9709, 0.0084, 0.0051, 0.0051, 0.0031, 0.0024, 0.0006, 0.0005], [0.7336, 0.1637, 0.0284, 0.0251, 0.0092, 0.0063, 0.0049, 0.0044], [0.4562, 0.1153, 0.0481, 0.0424, 0.0374, 0.0292, 0.0292, 0.0257], [0.2492, 0.1334, 0.0917, 0.0491, 0.0382, 0.0382, 0.0382, 0.0337], [0.2993, 0.0857, 0.0589, 0.0589, 0.0589, 0.052, 0.0405, 0.0217], [0.5321, 0.072, 0.0437, 0.0437, 0.034, 0.0182, 0.0161, 0.0097], [0.35, 0.1459, 0.1003, 0.0537, 0.0418, 0.0254, 0.0197, 0.0106], [0.2302, 0.2031, 0.1792, 0.0514, 0.0311, 0.0275, 0.0147, 0.013], [0.2511, 0.0719, 0.056, 0.0494, 0.0234, 0.0234, 0.016, 0.0142], [0.115, 0.0895, 0.0895, 0.0697, 0.0615, 0.0291, 0.02, 0.02], [0.1398, 0.0748, 0.0454, 0.0454, 0.0353, 0.0353, 0.0243, 0.0243], [0.1134, 0.1134, 0.1134, 0.0883, 0.0779, 0.0417, 0.0325, 0.0325], [0.1548, 0.1548, 0.1205, 0.0828, 0.0391, 0.0237, 0.0237, 0.0209], [0.3153, 0.2783, 0.0704, 0.0621, 0.0427, 0.0202, 0.0202, 0.0139], [0.615, 0.2905, 0.0393, 0.0186, 0.0113, 0.0068, 0.0041, 0.0032], [0.5618, 0.4376, 0.0004, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8102, 0.1808, 0.009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7307, 0.2688, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7682, 0.104, 0.104, 0.0141, 0.0052, 0.0031, 0.0012, 0.0003], [0.3115, 0.3115, 0.189, 0.0695, 0.0695, 0.0422, 0.0044, 0.0013], [0.4616, 0.218, 0.0802, 0.0802, 0.0802, 0.0625, 0.0139, 0.0019], [0.8783, 0.0721, 0.0161, 0.0161, 0.0098, 0.0046, 0.0022, 0.0005], [0.6755, 0.0914, 0.0712, 0.0432, 0.0432, 0.0262, 0.0262, 0.0204], [0.2853, 0.2853, 0.2222, 0.105, 0.0496, 0.0301, 0.0111, 0.0041], [0.9605, 0.0176, 0.0065, 0.0039, 0.0027, 0.0024, 0.0019, 0.0019], [0.6093, 0.254, 0.0825, 0.0208, 0.0112, 0.0053, 0.0047, 0.0022], [0.5225, 0.4611, 0.0084, 0.0027, 0.0008, 0.0008, 0.0006, 0.0005]], "ranks": {"Rust": [34638, 37496, 62443, 75360, 69588, 139581, 101061, 103158, 83571, 70979, 48186, 35267, 34030, 26514, 26066, 25751, 26033, 28629, 21316, 20946, 25483, 30608, 38814, 41970, 74105, 124858, 114156, 83697, 72857, 104385, 82223, 67291, 61700, 58608, 51992, 43982, 56639, 52068, 38889, 31789, 20957, 9083, 9894, 9320, 7399, 3927, 2369]}}, {"pos": 416, "top": [[" \u201d", "?\u201d", "\u2026.", " \u2019", "\u201d\u201c", "!\u201d", "\u201d?", "\u201d"], [" \u201d", "?\u201d", "\u201d\u201c", "!\u201d", " \u2019", "-\u201d", "\u201d", "\u2026."], [" \u201d", "\u201d\u201c", "-\u201d", "\u201d", "\u2026.", " \u2019", "\u2026\u201d", "?\u201d"], [" \u201d", " \u2019", "\u201d\u201c", "-\u201d", " ?\u201d", "?\u201d", "\u2026\u201d", "\u201d"], [" \u201d", " \u2019", " ?\u201d", "\u201d\u201c", "-\u201d", "?\u201d", " !\u201d", "!\u201d"], [" \u201d", " \u2019", " ?\u201d", "\u201d\u201c", " \u201c\u201d", " !\u201d", " _____", "?\u201d"], [" \u201d", " \u2019", "\u201d\u201c", " ?\u201d", " _____", "?\u201d", "\u2014\u201d", " \u201c\u201d"], [" \u201d", " \u2019", " ?\u201d", "\u201d\u201c", "?\u201d", " \u201c\u201d", " _____", "\u2014\u201d"], [" \u201d", " \u2019", "\u201d\u201c", "?\u201d", " _____", " ?\u201d", " \u201c\u201d", " whats"], [" \u201d", " \u2019", "?\u201d", "\u201d\u201c", " ?\u201d", " _____", " \u201c\u201d", " whats"], [" \u201d", " \u2019", "?\u201d", " ?\u201d", "\u201d\u201c", " whats", " \u201c\u201d", " _____"], [" \u201d", " \u2019", "?\u201d", " things", " whats", "!\u201d", " really", " kinda"], [" \u201d", "?\u201d", " things", " \u2019", "\u2026", " whats", "\u2026\u201d", "!\u201d"], [" \u201d", "?\u201d", " things", "!\u201d", " \u2019", ",\u201d", " whats", "\u2026"], [" \u201d", "?\u201d", " things", "\u2026", "!\u201d", " \u2019", ",\u201d", " whats"], [" \u201d", "?\u201d", " things", "!\u201d", "\u2026", "\u2026?", "\u2026\u201d", " whats"], ["?\u201d", " \u201d", " things", "!\u201d", "\u2026", " whats", "\u2026?", "\u2026\u201d"], [" \u201d", "?\u201d", "\u2026\u201d", "\u2026", "\u2026?", "!\u201d", " things", "\u201d?"], [" \u201d", "?\u201d", " things", "\u2026?", "\u2026", "!\u201d", "\u2026\u201d", " \u2019"], [" \u201d", "?\u201d", " \u2019", " things", "!\u201d", "?\u2019\u201d", "\u2026?", "\u2026\u201d"], ["?\u201d", " things", "!\u201d", " \u201d", "?\u2019\u201d", "\u201d?", "\u2026?", " \u2019"], [" things", "?\u201d", " risks", "!\u201d", " really", " REALLY", " chances", " \u2019"], [" things", " REALLY", " risks", " really", "!\u201d", " chances", "?\u201d", " vulnerabilities"], [" vulnerabilities", " risks", " proactively", " prioritized", " prioritization", " impactful", " dangers", " tradeoffs"], [" vulnerabilities", " risks", " potential", " dangers", " proactively", " tradeoffs", " likely", " prioritized"], [" vulnerabilities", " likely", " risks", " prioritization", " prioritized", " potential", " dangers", " tradeoffs"], [" likely", " vulnerabilities", " risks", " Likely", " dangers", " potentially", " prioritized", "likely"], [" likely", " Likely", " vulnerabilities", " risks", "likely", " likelihood", " potentially", " dangers"], [" likely", "likely", " Likely", " vulnerabilities", " risks", " expects", " likelihood", " anticipates"], [" likely", " vulnerabilities", "likely", " Likely", " bottlenecks", " predicts", " anticipates", " expects"], [" likely", "likely", " Likely", " probably", " probable", " expects", " vulnerabilities", " wahrscheinlich"], [" likely", "likely", " gets", " Likely", " vulnerabilities", " threatens", " expects", " anticipates"], [" likely", " gets", "likely", " threatens", " vulnerabilities", " expects", " Likely", " tends"], [" likely", " will", "likely", " Likely", " threatens", " gets", " would", " vulnerabilities"], [" likely", "likely", " Likely", " will", " threatens", " gets", " expects", " vulnerabilities"], [" likely", " breaks", "likely", " threatens", " breakage", " Likely", " degrades", " gets"], [" likely", " breaks", "likely", " will", " threatens", " degrades", " disrupts", " Likely"], [" likely", " breaks", " will", " threatens", "likely", " degrades", " gets", " collapses"], [" breaks", " likely", " threatens", " break", " breakage", " will", " degrades", "breaks"], [" breaks", " likely", "likely", " break", " Likely", " breakage", " threatens", " fractures"], [" breaks", " likely", " will", "breaks", " break", " breakage", " degrades", " fractures"], [" breaks", " break", " likely", "breaks", " breakage", " Breaks", " breaking", " will"], [" breaks", " break", " likely", " will", " breaking", "breaks", " breakage", " Breaks"], [" breaks", " will", "breaks", " break", " Breaks", " fractures", " fails", " likely"], [" breaks", " will", " likely", " fails", " threatens", " collapses", " explodes", " gets"], [" breaks", " will", " likely", "'", " fails", " realistically", " cracks", " collapses"], ["'", " breaks", " will", " likely", "\u2019", " is", " fails", " cracks"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9906, 0.0086, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9904, 0.0067, 0.0019, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.7553, 0.2164, 0.0228, 0.0024, 0.0009, 0.0005, 0.0004, 0.0003], [0.6201, 0.2929, 0.0654, 0.0146, 0.002, 0.0012, 0.0009, 0.0007], [0.5586, 0.3388, 0.0405, 0.0245, 0.0217, 0.007, 0.0033, 0.0018], [0.5529, 0.3354, 0.0583, 0.0189, 0.0167, 0.0061, 0.0033, 0.002], [0.6949, 0.2557, 0.0163, 0.0112, 0.0099, 0.0028, 0.0025, 0.002], [0.637, 0.1611, 0.1254, 0.0359, 0.0103, 0.0103, 0.0071, 0.0033], [0.8364, 0.0416, 0.0367, 0.0223, 0.0135, 0.0119, 0.0034, 0.0034], [0.7961, 0.0951, 0.0396, 0.0309, 0.0054, 0.0047, 0.0047, 0.0047], [0.9635, 0.0227, 0.0039, 0.0024, 0.0019, 0.0019, 0.0011, 0.0007], [0.9612, 0.0226, 0.0083, 0.0039, 0.0009, 0.0009, 0.0004, 0.0004], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.85, 0.1477, 0.0014, 0.0003, 0.0003, 0.0001, 0.0, 0.0], [0.6524, 0.24, 0.0883, 0.0064, 0.0027, 0.0024, 0.0011, 0.0007], [0.6232, 0.1786, 0.1576, 0.031, 0.0069, 0.0005, 0.0004, 0.0003]], "ranks": {"Rust": [20056, 20484, 30214, 27174, 30662, 22112, 8220, 10158, 9773, 7234, 9680, 8283, 8819, 8096, 8267, 9350, 11804, 9429, 7105, 8293, 11535, 12245, 12001, 19486, 25292, 65630, 84661, 54664, 78073, 66944, 66654, 51949, 43164, 28407, 34823, 22801, 30927, 20555, 19279, 12351, 19665, 10885, 8066, 6860, 6775, 4823, 3538]}}, {"pos": 417, "top": [["..'", "...'", "'.", "...',", "!',", "'...", "?'", "!'"], ["..'", "...'", "!',", "...',", "'.", "!'", "'...", "]'"], ["..'", "...'", "...',", "..\u201d", ",..", "'.", "!',", "'..."], ["..'", "...',", "...'", "!',", "'...", " ',", ",..", "...\","], ["...'", "...',", " ',", "..'", " '.", "!',", " '[", "'..."], [" ',", " '[", " '", " '.", " ']", " '~", " '\\", " '-"], ["!',", "...'", "...',", " ',", "',", "'.", "..'", " '["], [" ',", "...',", "...'", "!',", " '[", " '.", "',", " '"], ["...'", "...',", " ',", "!',", "'.", "',", " '[", " '."], ["  ", "\ufffd", " ',", "...'", "...',", " '[", " '", "'."], [" ',", " '[", "\ufffd", "...'", " '", "...',", " '.", " [...]"], ["...'", "...',", "!',", "'.", "',", " ',", " '[", " '."], ["...',", "\".[", "...'", ".[", ",...", "!',", "...", " [...]"], ["...',", ".[", "...'", "\".[", ",...", "'.", "!',", "..."], ["'.", "...',", ".[", "...'", "\".[", "!\".", "!',", ".',"], ["...'", "'.", "...',", "!',", "!\".", "\".[", ".[", ".',"], ["!\".", ".[", "\".[", "!',", "'.", ",[", ".',", " reimag"], [" workflows", "...'", "...',", "!\".", " prototyping", " workflow", "...\",", " reimag"], [" workflows", " prototyping", " workflow", " reimag", " iteratively", " immersive", " metaverse", " onboarding"], [" workflows", " prototyping", " workflow", " codebase", " leveraging", " skillset", " onboarding", " reimag"], [" workflows", " prototyping", " leveraging", " workflow", " codebase", " leverages", " skillset", " iteratively"], [" workflows", " prototyping", " leveraging", " workflow", " leverages", " codebase", " skillset", " onboarding"], [" workflows", " prototyping", " leveraging", " workflow", " leverages", " modular", " codebase", " cybersecurity"], [" workflows", " leveraging", " prototyping", " workflow", " leverages", " cybersecurity", " skillset", " onboarding"], [" leveraging", " prototyping", " workflows", " leverages", " codebase", " workflow", " conceptually", " cybersecurity"], [" prototyping", " funcionalidades", " workflows", " leveraging", " codebase", " leverages", " workflow", " functionalities"], [" codebase", " prototyping", " workflows", " leveraging", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " funcionalidades", " FPGA", " leverages"], [" codebase", " workflows", " middleware", " workflow", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " prototyping", " virtualization", " FPGA"], [" FPGA", " codebase", " workflows", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " microcontroller", " middleware", "modular", "Software"], [" codebase", " FPGA", " middleware", " workflows", " filesystem", " bytecode", " microcontroller", " workflow"], [" codebase", " FPGA", " bytecode", " microcontroller", " middleware", " filesystem", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " workflows"], [" codebase", " bytecode", " FPGA", " middleware", " CMake", " filesystem", "Kotlin", " microcontroller"], [" codebase", " bytecode", " CMake", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " FPGA", " middleware", " filesystem", " modular"], [" codebase", " CMake", "Rust", " bytecode", "\u67b6\u6784", " \u0430\u0440\u0445\u0438\u0442\u0435\u043a", " architectures", "Kotlin"], [" codebase", "Rust", " CMake", " PyQt", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " bytecode", "Qt", "GUI"], ["Rust", " codebase", " Rust", " CMake", " bytecode", " GUI", "Qt", " WebSocket"], ["Rust", " Rust", " codebase", "rust", " crates", " rust", " GUI", "serde"], ["Rust", " Rust", " codebase", "rust", " crates", " GUI", " UI", "GUI"], ["Rust", " Rust", " codebase", " rust", " GUI", "rust", " UI", "serde"], ["Rust", " Rust", " rust", " GUI", "rust", " UI", " frontend", " codebase"], ["Rust", " Rust", " GUI", " frontend", "GUI", " rust", " Redox", " UI"], [" UI", "Rust", " Rust", " GUI", " server", "UI", " rust", "GUI"], [" UI", " server", " GUI", "UI", "server", "GUI", " architecture", " Server"], [" UI", " server", " GUI", "UI", " Server", " data", "GUI", " Tauri"], ["s", " UI", " GUI", " rust", "ma", " server", "GUI", "UI"], ["s", "ll", "ve", "d", " native", " server", " core", " GUI"], ["s", "ll", "d", "ve", "m", "t", "re", " core"]], "p": [[0.9849, 0.014, 0.0005, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9975, 0.0013, 0.0006, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9123, 0.0515, 0.0354, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.3999, 0.2425, 0.1889, 0.1471, 0.0176, 0.0013, 0.0013, 0.0003], [0.9177, 0.0587, 0.0216, 0.0011, 0.0002, 0.0001, 0.0001, 0.0001], [0.3758, 0.3758, 0.228, 0.0187, 0.0015, 0.0001, 0.0, 0.0], [0.7155, 0.1596, 0.0968, 0.0216, 0.0062, 0.0001, 0.0001, 0.0], [0.4863, 0.4863, 0.0147, 0.0089, 0.0033, 0.0004, 0.0, 0.0], [0.4865, 0.4865, 0.0147, 0.0089, 0.0033, 0.0001, 0.0, 0.0], [0.6181, 0.3749, 0.0069, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7051, 0.2594, 0.0351, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.5568, 0.3377, 0.0754, 0.0168, 0.0102, 0.0014, 0.0008, 0.0005], [0.6305, 0.1407, 0.0853, 0.0853, 0.0518, 0.0042, 0.0016, 0.0003], [0.8686, 0.0432, 0.0432, 0.0159, 0.0159, 0.0059, 0.0059, 0.0013], [0.2583, 0.2583, 0.2583, 0.1567, 0.0576, 0.0078, 0.0029, 0.0001], [0.9145, 0.0585, 0.0215, 0.0029, 0.0023, 0.0001, 0.0001, 0.0001], [0.9941, 0.0019, 0.0019, 0.0012, 0.0005, 0.0002, 0.0001, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0012, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9912, 0.0052, 0.0032, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.7292, 0.2683, 0.0018, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.4498, 0.4498, 0.1004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6948, 0.1991, 0.094, 0.0077, 0.001, 0.001, 0.0006, 0.0003], [0.5098, 0.1004, 0.1004, 0.0782, 0.0419, 0.0174, 0.0106, 0.0106], [0.2299, 0.2029, 0.158, 0.0747, 0.0581, 0.0453, 0.0214, 0.0167], [0.4178, 0.2236, 0.0726, 0.0343, 0.0303, 0.0236, 0.0236, 0.0111], [0.2831, 0.2831, 0.0632, 0.0492, 0.0232, 0.0232, 0.0205, 0.016], [0.8072, 0.0663, 0.0276, 0.0244, 0.0168, 0.0115, 0.0102, 0.0062], [0.8568, 0.0427, 0.0332, 0.0108, 0.0074, 0.0065, 0.0051, 0.0045], [0.7971, 0.084, 0.0212, 0.0146, 0.0146, 0.01, 0.0078, 0.0042], [0.7443, 0.1141, 0.0225, 0.0198, 0.0175, 0.012, 0.0106, 0.005], [0.7495, 0.079, 0.0423, 0.0291, 0.0176, 0.0156, 0.0137, 0.0083], [0.6912, 0.1361, 0.0304, 0.0268, 0.0237, 0.0209, 0.0112, 0.0087], [0.8872, 0.0935, 0.0127, 0.0028, 0.0006, 0.0003, 0.0003, 0.0003], [0.9932, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9511, 0.0474, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6879, 0.1535, 0.1535, 0.0046, 0.0003, 0.0001, 0.0001, 0.0], [0.7605, 0.1321, 0.1029, 0.0015, 0.0011, 0.0009, 0.0004, 0.0003], [0.803, 0.1395, 0.0513, 0.0023, 0.0011, 0.0009, 0.0005, 0.0003], [0.771, 0.134, 0.0717, 0.0076, 0.0052, 0.0025, 0.0019, 0.0012], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [98051, 84541, 129142, 137191, 192926, 239200, 185008, 143036, 75335, 40484, 59843, 21151, 37147, 25240, 28263, 26409, 30271, 24406, 38787, 47723, 44194, 34649, 38761, 82522, 85261, 88008, 91923, 26203, 4498, 938, 33, 28, 14, 3, 2, 1, 1, 1, 1, 1, 1, 2, 9, 13, 4, 21, 654]}}, {"pos": 418, "top": [["..'", "..\"", "!'", "...'", "'.", "!\"", ".'", "</h4>"], ["..'", "..\"", "!'", "...'", ".'", "'.", "\"..", "!\""], ["..'", "..\"", ".\u2022", "\u2022", "\u2022\u2022", "..", "\ud809\udc2a", "\".."], [" gotta", " gonna", " kinda", "\u2026\"", " yeah", " pretty", "</h4>", "</h2>"], [" gotta", " gonna", " pretty", " kinda", " \u2022", " yeah", " veggies", " isn"], [" gotta", " pretty", "\ufffd", " gonna", " kinda", " isn", " doesn", " \u2022"], [" gotta", " pretty", " gonna", "\ufffd", " isn", "\u2026\"", " doesn", " really"], [" gotta", " pretty", " gonna", " isn", " really", " doesn", "\ufffd", " kinda"], [" pretty", " gotta", " gonna", " isn", " doesn", " really", " wasn", " kids"], [" pretty", " gotta", " gonna", " isn", " kids", " doesn", " really", " maybe"], [" pretty", " gotta", " gonna", " isn", " really", " doesn", " kids", " maybe"], [" pretty", " gotta", " isn", " really", " doesn", " gonna", "!\"", " hasn"], [" pretty", " gotta", " isn", " really", " doesn", "!\"", "\u2026\"", " hasn"], [" pretty", "!\"", " isn", "?\"", " really", "\u2026\"", " doesn", " gotta"], [" pretty", " isn", " really", " doesn", "!\"", " gotta", "?\"", "**"], [" pretty", " really", " isn", "!\"", " doesn", " gotta", "**", "?\""], [" pretty", "!\"", "?\"", "\u2026\"", " really", "!\")", " isn", "?!\""], ["\u2026\"", "?\"", "\u2026", "!\"", "...\"", " pretty", "?!\"", "?\")"], [" pretty", "\u2026\"", "?\"", "!\"", " isn", "\u2026", "(!", " really"], [" pretty", " reimag", "\ud83e\udd14", " isn", "(!", "?\"", " incredibly", "Doesn"], [" pretty", "?\"", "!'", "!\"", "?'", "!')", "(!", " gotta"], [" pretty", "(!", " really", "(!)", " incredibly", " gotta", " shouldn", " hasn"], [" pretty", " really", " incredibly", " couldn", " gotta", " REALLY", "(!", " vulnerabilities"], [" vulnerabilities", " vulnerability", " impactful", " prioritization", " prioritized", " incredibly", " downsides", " prioritizing"], [" vulnerabilities", " impactful", " prioritized", " prioritization", " incredibly", " likely", " proactively", " vulnerability"], [" vulnerabilities", " impactful", " prioritized", " prioritization", " likely", " downsides", " vulnerability", " proactively"], [" likely", "likely", " vulnerabilities", " Likely", " potentially", " impactful", " potencialmente", " prioritized"], [" likely", "likely", " Likely", " potentially", " vulnerabilities", " probable", " potencialmente", "potentially"], [" likely", "likely", " Likely", " potentially", " probable", "potentially", " wahrscheinlich", " \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e"], [" likely", "likely", " Likely", " weakest", " probable", " unlikely", " potentially", " toughest"], [" likely", "likely", " Likely", " probable", " wahrscheinlich", " probably", " unlikely", " weakest"], [" likely", "likely", " Likely", " weakest", " unlikely", " probable", " vulnerable", " likelihood"], [" likely", "likely", " Likely", " weakest", " vulnerable", " unlikely", " probable", " vulnerabilities"], [" likely", "likely", " Likely", " weakest", " easiest", " probable", " quickest", " vulnerable"], [" likely", "likely", " Likely", " probable", " weakest", " wahrscheinlich", " likelihood", " vulnerable"], [" likely", "likely", " Likely", " probable", "Lik", " vulnerable", " weakest", " likelihood"], [" likely", "likely", " Likely", " vulnerable", "Lik", " probable", " weakest", " likelihood"], [" likely", "likely", " Likely", "Lik", " vulnerable", " weakest", " probable", " likelihood"], [" likely", "likely", " Likely", "Lik", " weakest", " vulnerable", " likelihood", " probable"], [" likely", "likely", " Likely", "Lik", " likelihood", " vulnerable", " liable", " weakest"], [" likely", "likely", " most", " Likely", "Lik", " liable", " likelihood", " weakest"], [" likely", " most", "likely", " Likely", "Lik", " weakest", " lik", " liable"], [" likely", " most", "likely", " Likely", "Lik", " lik", " liable", " likelihood"], [" likely", " most", " lik", "Lik", " Likely", "likely", " liable", " likelihood"], [" likely", " most", " lik", "Lik", " Likely", "likely", " liable", " going"], [" likely", " most", " lik", " liable", "Lik", " Likely", "likely", " realistically"], [" likely", " most", " going", " lik", " liable", " realistically", " almost", " breaking"]], "p": [[0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8914, 0.094, 0.0099, 0.0036, 0.0008, 0.0001, 0.0001, 0.0], [0.7106, 0.2614, 0.0276, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.6153, 0.3732, 0.0088, 0.0012, 0.0007, 0.0006, 0.0, 0.0], [0.5509, 0.429, 0.0101, 0.0037, 0.0029, 0.0023, 0.0006, 0.0003], [0.8746, 0.1184, 0.0028, 0.0022, 0.001, 0.0006, 0.0001, 0.0001], [0.9937, 0.0052, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9952, 0.0025, 0.0015, 0.0003, 0.0003, 0.0001, 0.0001, 0.0], [0.9718, 0.0084, 0.0065, 0.0065, 0.0015, 0.0015, 0.0009, 0.0009], [0.9806, 0.0066, 0.0066, 0.0011, 0.0011, 0.0007, 0.0005, 0.0004], [0.9898, 0.0052, 0.0025, 0.0007, 0.0005, 0.0003, 0.0003, 0.0002], [0.7056, 0.1574, 0.1226, 0.0078, 0.0037, 0.0011, 0.0005, 0.0003], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7392, 0.2118, 0.0368, 0.0105, 0.0004, 0.0004, 0.0002, 0.0002], [0.9351, 0.0466, 0.0063, 0.0023, 0.0018, 0.0014, 0.0009, 0.0009], [0.6964, 0.0942, 0.0942, 0.0347, 0.0347, 0.021, 0.0128, 0.0028], [0.9543, 0.037, 0.005, 0.003, 0.0004, 0.0002, 0.0, 0.0], [0.8968, 0.0736, 0.0271, 0.0008, 0.0008, 0.0003, 0.0003, 0.0001], [0.9957, 0.0025, 0.0015, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.7922, 0.1072, 0.0394, 0.0307, 0.0186, 0.0069, 0.0025, 0.0009], [0.7869, 0.1367, 0.0305, 0.0185, 0.0185, 0.0015, 0.0015, 0.0009], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9878, 0.011, 0.001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9954, 0.0025, 0.0017, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.984, 0.0159, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [55717, 50595, 77760, 99344, 108601, 98121, 63147, 68342, 61370, 42614, 38896, 25585, 28996, 24106, 23584, 27221, 36006, 31634, 22420, 18297, 32898, 59315, 49623, 71908, 111220, 128855, 139279, 89519, 49085, 103549, 117018, 109540, 104829, 52360, 71715, 80658, 72683, 64987, 46414, 18995, 11177, 5235, 5346, 4260, 5202, 3515, 2669]}}, {"pos": 419, "top": [["\\(", "\\...", "<start_of_image>", "\\\\", "[\u2026]", " \u7ee7\u7eed\u8bbf\u95ee", "\ufffd", "</em>"], ["\\...", "\\(", "\\\\", "s", "[\u2026]", "<start_of_image>", "\ufffd", "</em>"], ["\\...", "<start_of_image>", "\\(", "\\\\", "s", "\ufffd", "[\u2026]", "..."], ["\\...", "<start_of_image>", "\\(", "\\\\", "\ufffd", "...", "[\u2026]", "s"], ["\\...", "<start_of_image>", "\\(", "\ufffd", "s", "\\\\", "...", " \u00ad"], ["\ufffd", "\\(", "s", "\\...", "<start_of_image>", " \\(", " \u00ad", " \u200b"], ["\ufffd", "\\...", "\\(", "<start_of_image>", "s", " \u00ad", "[\u2026]", "\\["], ["\ufffd", "\\(", "<start_of_image>", "\\...", " \u00ad", "s", " \u200b", "\ufeff\ufeff"], ["\ufffd", "\\(", " \u00ad", "<start_of_image>", "\\...", "\u00ad", "\ufeff\ufeff", "s"], ["\ufffd", "\\(", " \u00ad", "\\...", "<start_of_image>", "\u00ad", "\\[", "s"], ["\ufffd", "\\(", " \u00ad", "\u00ad", "\\...", "</u>", "\\[", "</em>"], ["\ufffd", "\\...", "\\(", " \u00ad", "\u2026", "\\]", "<start_of_image>", "</u>"], ["\ufffd", "\\...", "\\(", "\u2026", " \u00ad", "<start_of_image>", "</u>", "..."], ["\ufffd", "\\...", "\\(", "\u2026", "...", "\u200b", "\\[", "\\]"], ["\ufffd", "\\...", "\u2026", "\\(", "...", "\\[", "\u200b", "\\]"], ["\ufffd", "\\...", "\\(", "\u2026", "\\[", "...", "\\]", "\u200b"], ["\ufffd", "\\(", "\\...", "</u>", "\\[", " likely", "\\]", "--"], ["\\...", "\ufffd", "\\(", "\u2026", "</u>", "...", "\\]", "\\["], ["\\...", "\\(", "\ufffd", "\u2026", "</u>", " likely", " impactful", "\\]"], ["\\...", " likely", " impactful", "</u>", "\\(", "\ufffd", "\u2026", " crucial"], [" likely", " impactful", "\\(", "\\...", "\ud83e\udd1e", " Likely", "</u>", "(?)"], [" likely", " inevitable", "\\(", " impactful", " exacerbated", " crucial", " predictability", " predictive"], [" likely", " impactful", " Likely", " predictability", " inevitable", " predictive", " scenarios", " prioritization"], [" impactful", " prioritization", " vulnerabilities", " prioritized", " prioritizing", " exacerbated", " prioritize", " impacting"], [" impactful", " prioritized", " prioritization", " likely", " vulnerabilities", " exacerbated", " prioritizing", " impacting"], [" impactful", " prioritization", " prioritized", " vulnerabilities", " disruptions", " prioritizing", " impacting", " exacerbated"], [" impactful", " \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f", " prioritization", " prioritized", " vulnerabilities", " impacting", " disruptions", " exacerbated"], [" impactful", " vulnerabilities", " disruptions", " downsides", " prioritized", " disruption", " weakest", " unsustainable"], [" weakest", " impactful", " prioritized", " unsustainable", " vulnerabilities", " prioritization", " disruption", " bottlenecks"], [" weakest", " doomed", " bottlenecks", " failures", " failure", " vulnerabilities", " prioritized", " impactful"], [" weakest", " doomed", " failure", " meltdown", " failures", " downfall", " gonna", " unsustainable"], [" weakest", " failure", " doomed", " failures", " meltdown", " derailed", " bottlenecks", " downfall"], [" to", " weakest", " doomed", " failure", " failures", " meltdown", " unsustainable", " gonna"], [" to", " weakest", " doomed", " unsustainable", " gonna", " failure", "\u0e17\u0e35\u0e48\u0e08\u0e30", " meltdown"], [" to", " failure", " weakest", " doomed", " unsustainable", " failures", " meltdown", " collapse"], [" breakage", " to", " breaking", " break", " breakdown", " broken", " breaks", " doomed"], [" to", " breakage", " breaking", " break", " broken", " breakdown", " breaks", " doomed"], [" to", " breakage", " failure", " breaking", " doomed", " break", " failures", " breakdown"], [" to", " breakage", " breaking", " break", " breaks", " broken", " breakdown", " broke"], [" to", " breakage", " breaking", " broken", " break", " broke", " breaks", " breakdown"], [" to", " breaking", " broken", " breakage", " break", " broke", " breaks", " breakdown"], [" to", " breaking", " broken", " break", " breakage", " breaks", " broke", " Break"], [" to", " breaking", " broken", " break", " breakage", " broke", " breaks", " Break"], [" to", " break", " breaking", " breakage", " broken", " breaks", " Break", " broke"], [" to", " break", " broken", " breaking", " going", " doomed", " catast", " catastrophic"], [" to", " break", " broken", " going", " breaking", "to", " breakage", " doomed"], [" to", " going", " break", " broken", " breaking", "to", " the", " doomed"]], "p": [[0.4989, 0.4989, 0.0016, 0.0004, 0.0003, 0.0, 0.0, 0.0], [0.9237, 0.0758, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7772, 0.2227, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8806, 0.1192, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0015, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.997, 0.0025, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9946, 0.0052, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8788, 0.1189, 0.0022, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9907, 0.0086, 0.0004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9343, 0.0362, 0.0171, 0.0104, 0.0014, 0.0003, 0.0001, 0.0], [0.9383, 0.0364, 0.0172, 0.0038, 0.003, 0.0007, 0.0002, 0.0001], [0.6451, 0.1848, 0.1439, 0.0152, 0.0056, 0.0021, 0.001, 0.0005], [0.9873, 0.0085, 0.0019, 0.0015, 0.0002, 0.0002, 0.0001, 0.0001], [0.9991, 0.0003, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0032, 0.0015, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.9861, 0.011, 0.0007, 0.0005, 0.0003, 0.0003, 0.0002, 0.0002], [0.8349, 0.0416, 0.0416, 0.0252, 0.0153, 0.0153, 0.0093, 0.0056], [0.7215, 0.161, 0.0976, 0.0049, 0.0049, 0.0038, 0.0018, 0.0014], [0.9986, 0.0006, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9674, 0.0292, 0.0015, 0.0009, 0.0003, 0.0003, 0.0002, 0.0001], [0.9884, 0.0067, 0.0024, 0.0015, 0.0005, 0.0002, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8776, 0.1188, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0006, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0007, 0.0007, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.4439, 0.4439, 0.0468, 0.0364, 0.0284, 0.0005, 0.0001, 0.0], [0.9951, 0.0032, 0.0012, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9929, 0.0041, 0.0025, 0.0003, 0.0003, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [46090, 35865, 54713, 71701, 106038, 122247, 94796, 94553, 65998, 47439, 64706, 57320, 63011, 51598, 51401, 51281, 44254, 40177, 31861, 39378, 48444, 52627, 53841, 64843, 78702, 102770, 102350, 70968, 47346, 70769, 68934, 74804, 51206, 33983, 40883, 18950, 26471, 26062, 14693, 16416, 12157, 6976, 6971, 5501, 8016, 4469, 3530]}}, {"pos": 420, "top": [["</h4>", ",..", ",,", "...", "..", "..,", ",...", "..'"], [",..", " ''", "..", ",,", "...", "</h4>", "..'", "..,"], [",..", ",,", "..", "...", ",...", "<start_of_image>", " ''", " ,,"], [" ''", " >>", "--\u2019", " ,,", " \u2019\u2019", ">>", " \u2018\u2019", " --"], [" ''", " flavour", " emphasise", " realise", " favourable", "  ", " favour", " '''"], [" ''", " \u2018\u2019", " '''", "  ", " \u2019\u2019", " \u2018\u2018", " --", " \u300b"], [" \u2018\u2019", " ''", " \u2018\u2018", " '''", " \u2018", " \u300b", " \u2019\u2019", " \u300a"], [" \u2018\u2019", " ''", " \u2018\u2018", " \u2018", " \u2019\u2019", " '''", " \u300b", " \u00bb"], [" \u2018\u2019", " \u2018", " ''", ".\u2019\u2019", " \u2018\u2018", "\u300b", ",\u2019\u2019", "\u2018\u2019"], [" \u2018", " ''", " \u2018\u2019", " \u2019\u2019", ",\u2019\u2019", " \u2018\u2018", ".\u2019\u2019", " --"], [" \u2018", " \u2018\u2019", " ''", " \u2018\u2018", " \u2019", " \u2019\u2019", "\u2018\u2019", " \u00bb"], [" \u2018", ".\u2019\u2019", " ''", " \u2018\u2019", ",\u2019\u2019", " \u2018\u2018", " --", " \u2019"], [" \u2018", " --", " ''", " '", ".\u2019\u2019", " be", ".''", " \u2018\u2019"], [" \u2018", " --", " ''", " '", " be", ".''", ".\u2019\u2019", ","], [" --", " \u2018", " '", ".''", " ''", ",'", ",", " be"], [" --", ".''", " \u2018", ",'", " '", " ''", ",", ".\u2019\u2019"], [" --", " \u2018", " behaviour", "  ", ".\u2019", ".\u2019\u2019", ".''", " '"], [" --", " \u2018", ".''", ".\u2019", ".\u2019\u2019", ",'", " '", ".'"], [" --", " \u2018", " '", " very", " rather", " broadly", ".\u2019", "--"], [" --", " \u2018", " increasingly", " genuinely", " rather", " optimisation", " broadly", " focus"], [" --", " \u2018", " prioritise", " optimisation", ".\u2019", " behaviour", " problems", " inevitable"], [" prioritise", " optimisation", " behaviour", " inevitable", " \u2018", " problems", " --", " flavour"], [" prioritise", " problems", " optimisation", " inevitable", " behaviour", " difficulties", " bottlenecks", " inevitably"], [" vulnerabilities", " prioritise", " bottlenecks", " prioritization", " inefficiencies", " prioritized", " exacerbated", " difficulties"], [" vulnerabilities", " bottlenecks", " impactful", " prioritization", " problems", " inefficiencies", " difficulties", " prioritized"], [" vulnerabilities", " bottlenecks", " impactful", " prioritization", " inefficiencies", " downsides", " prioritized", " prioritise"], [" vulnerabilities", " bottlenecks", " impactful", " inefficiencies", " failings", " prioritization", " disruptions", " jeopard"], [" vulnerabilities", " bottlenecks", " failings", " failures", " inefficiencies", " problematic", " failure", " disruptions"], [" bottlenecks", " vulnerabilities", " failings", " prioritized", " failures", " prioritize", " prioritise", " prioritization"], [" bottlenecks", " problems", " failures", " vulnerabilities", " failure", " failings", " problematic", " weakest"], [" bottlenecks", " failures", " weakest", " failings", " problems", " vulnerabilities", " failure", " problematic"], [" bottlenecks", " destabil", " collapse", " vulnerabilities", " weakest", " malfunctions", " failures", " failure"], [" bottlenecks", " failures", " failure", " destabil", " weakest", " failings", " vulnerabilities", " malfunctions"], [" collapse", " destabil", " collapses", " meltdown", " bottlenecks", " failures", " instability", " succumb"], [" collapse", " collapses", " failure", " breakage", " failures", " meltdown", " destabil", " collapsing"], [" breakage", " break", " breaks", " breaking", " broke", " broken", " breakdown", " fracture"], [" breakage", " break", " breaks", " breaking", " broke", " broken", " fracture", " fractures"], [" breakage", " break", " breaks", " breaking", " broke", " fracture", " broken", " fractures"], [" break", " breakage", " breaking", " breaks", " broke", " fracture", "break", " Break"], [" break", " breakage", " breaks", " breaking", " broken", " broke", " fracture", " Break"], [" break", " breakage", " breaks", " breaking", " broken", " broke", " Break", "break"], [" break", " breakage", " breaks", " breaking", " Break", " broke", " broken", "break"], [" break", " breakage", " breaks", " breaking", " Break", "break", " fracture", " broke"], [" break", " breaks", " breakage", " breaking", " fail", " fracture", " Break", " shatter"], [" break", " fail", " crumble", " shatter", " fracture", " breaks", " explode", " crack"], [" break", " fail", " crumble", " shatter", " fracture", " crack", " fall", " implode"], [" break", " fail", " crack", " shatter", " crumble", " fracture", " fall", " buckle"]], "p": [[0.9474, 0.0472, 0.0018, 0.0018, 0.0009, 0.0004, 0.0002, 0.0001], [0.8601, 0.0428, 0.0428, 0.0202, 0.0158, 0.0096, 0.0074, 0.0004], [0.9451, 0.0285, 0.0222, 0.0039, 0.0002, 0.0, 0.0, 0.0], [0.9923, 0.0067, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9467, 0.0471, 0.0023, 0.0014, 0.0007, 0.0007, 0.0003, 0.0002], [0.9994, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7751, 0.2221, 0.0019, 0.0004, 0.0003, 0.0001, 0.0001, 0.0], [0.8121, 0.1812, 0.0033, 0.0026, 0.0003, 0.0002, 0.0001, 0.0], [0.6729, 0.2476, 0.0709, 0.0028, 0.0017, 0.0013, 0.0008, 0.0006], [0.4774, 0.2896, 0.1756, 0.0185, 0.0144, 0.0112, 0.0053, 0.0032], [0.9118, 0.0748, 0.0101, 0.0008, 0.0006, 0.0006, 0.0002, 0.0002], [0.9893, 0.004, 0.0028, 0.0015, 0.0005, 0.0004, 0.0003, 0.0002], [0.6155, 0.3294, 0.0239, 0.0164, 0.0022, 0.002, 0.0013, 0.0007], [0.4505, 0.3976, 0.0419, 0.0326, 0.0106, 0.0083, 0.0064, 0.005], [0.5711, 0.1854, 0.0531, 0.0531, 0.0469, 0.0152, 0.0081, 0.0072], [0.5289, 0.1946, 0.0919, 0.0492, 0.0205, 0.0205, 0.0181, 0.0181], [0.4882, 0.3802, 0.0167, 0.0167, 0.0147, 0.0089, 0.007, 0.007], [0.7132, 0.1239, 0.0517, 0.0313, 0.0215, 0.0079, 0.0062, 0.0054], [0.9115, 0.0401, 0.0054, 0.0037, 0.0029, 0.0026, 0.0016, 0.0016], [0.276, 0.1016, 0.0423, 0.0423, 0.0423, 0.0374, 0.0374, 0.0227], [0.2918, 0.1073, 0.0738, 0.0738, 0.0348, 0.0308, 0.0271, 0.0165], [0.2613, 0.1796, 0.0848, 0.0354, 0.0312, 0.0275, 0.0215, 0.0167], [0.2532, 0.2532, 0.1196, 0.0725, 0.0388, 0.0343, 0.0236, 0.0183], [0.7571, 0.1025, 0.0484, 0.0294, 0.0108, 0.0051, 0.0051, 0.0051], [0.3693, 0.2876, 0.0824, 0.0824, 0.0236, 0.0184, 0.0184, 0.0143], [0.719, 0.2645, 0.0132, 0.0029, 0.0004, 0.0, 0.0, 0.0], [0.5858, 0.3553, 0.0481, 0.0107, 0.0001, 0.0, 0.0, 0.0], [0.6061, 0.3676, 0.0183, 0.0067, 0.0003, 0.0002, 0.0002, 0.0002], [0.804, 0.1794, 0.0054, 0.0033, 0.0033, 0.002, 0.0012, 0.0007], [0.9976, 0.0015, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9968, 0.0009, 0.0009, 0.0003, 0.0003, 0.0003, 0.0002, 0.0001], [0.6946, 0.155, 0.057, 0.0346, 0.021, 0.0127, 0.0127, 0.0077], [0.8181, 0.1107, 0.0247, 0.0247, 0.0091, 0.0055, 0.0033, 0.0033], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9239, 0.0758, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9953, 0.0036, 0.0004, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.8936, 0.0942, 0.0022, 0.0022, 0.002, 0.0017, 0.0012, 0.0004], [0.9617, 0.0256, 0.005, 0.0016, 0.0014, 0.0014, 0.0007, 0.0006]], "ranks": {"Rust": [11874, 14399, 14726, 12129, 9298, 11326, 2992, 3122, 3010, 1769, 2381, 1113, 1715, 1594, 2055, 1511, 2759, 3147, 2129, 3862, 3775, 4665, 5862, 9861, 15833, 47290, 78284, 53177, 45605, 45653, 39816, 30433, 25707, 17219, 15651, 11334, 11522, 6756, 5211, 4472, 9611, 5751, 4520, 2835, 4172, 1759, 1259]}}, {"pos": 421, "top": [["\u201d.", "--\u201c", ".\u201d", ",\u201d", ".\u201d.", "\u2026\u201d", " \u201c", " \u2018"], ["--\u201c", "\u201d.", ":\u201d", ".\u201d.", "\u201d;", "\u2026\u201d", ",\u201d", ".\u201d"], ["--\u201c", "\u201d.", ".\u201d.", ":\u201d", "\u2026\u201d", ",\u201d", "\u201d;", "..\u201d"], ["--\u201c", " \ufeff", "\u2026\u201d", ".\ufeff", "</b>", ":\u201d", ".\u201d.", " \u201c"], ["--\u201c", "</b>", " \ufeff", "\u2026\u201d", " \u201c", ".\u201d.", "\u201d.", ",\u201d"], ["--\u201c", "--", " \u201c", "</b>", " --", " \ufeff", "  ", ",\u201d"], ["--\u201c", " \ufeff", " \ufffd", "--", "</b>", ".\ufeff", "\ufffd", "  "], [" \ufffd", "--\u201c", "</b>", " \ufeff", ",\u201d", " \u201c", "\ufffd", " {\\"], [" \ufffd", " \ufeff", "--\u201c", "\ufffd", "  ", ",\u201d", " \u201c", ".\ufeff"], [" \ufffd", "\ufffd", "  ", " \ufeff", " \u201c", "</b>", ",\u201d", ".\ufeff"], [" \ufffd", " \u201c", "</b>", "\ufffd", " .\u201d", " \u201d", ".\u201d", "</i>"], [" \u201c", ".\u201d", ",\u201d", "</b>", " --", "\ufffd", " weird", " nasty"], [" --", "\ufffd", "--", "  ", " weird", " pretty", " nasty", ".\u201d"], [" --", ".\u201d", ",\u201d", ",", "--", "  ", "\ufffd", "\u201d."], [" --", ".\u201d", ",\u201d", ",", "\ufffd", "\u201d.", "--", "."], [".\u201d", " pretty", ",\u201d", " weird", " really", "\u201d.", " --", "!\u201d"], [" --", ",", "\u201d.", ".\u201d", "  ", " weird", ",\u201d", "--"], [" --", ".\u201d", "\u201d.", "!\u201d", "?\u201d", "\u2026", "--", ",\u201d"], [" --", "--", " something", " weird", "!\u201d", " \u201c", " really", " things"], [" --", "--", " something", " weird", " things", "!\u201d", " anyway", " pretty"], [" --", "--", " things", "!\u201d", " something", " pretty", " anyway", " really"], [" things", " --", "--", " unpredict", " anyway", " pretty", " worse", "!\u201d"], [" unpredict", "!\u201d", " nasty", " worse", " --", " things", " chaos", "--"], [" vulnerabilities", " unpredict", " prioritization", " prioritized", " inefficiencies", " aggressively", " frustrating", " proactively"], [" prioritization", " prioritized", " unpredict", " predictability", " vulnerabilities", " troubleshooting", " proactively", " prioritizing"], [" prioritized", " prioritization", " vulnerabilities", " prioritizing", " proactively", " specifically", " impactful", " aggressively"], [" prioritized", " prioritization", " prioritizing", " and", " proactively", " aggressively", " meaningfully", " realistically"], [" and", " \u098f\u09ac\u0982", " prioritized", " prioritization", " prioritizing", "\u305d\u3057\u3066", " AND", " \u0906\u0923\u093f"], [" and", " \u098f\u09ac\u0982", "\u305d\u3057\u3066", " \u0906\u0923\u093f", " prioritized", " \u0914\u0930", "\u098f\u09ac\u0982", " \u03ba\u03b1\u03b9"], [" and", " first", " prioritized", " zuerst", " \u098f\u09ac\u0982", " earliest", "\u6700\u521d\u306b", " initially"], [" and", " earliest", " zuerst", " first", " prioritized", " fastest", " initially", " quickest"], [" first", " zuerst", " firstly", " and", " earliest", "\u6700\u521d\u306b", " initially", " quickest"], [" first", " zuerst", " and", " firstly", " earliest", " fastest", "\u6700\u521d\u306b", " quickest"], [" first", " earliest", " zuerst", " quickest", " fastest", "\u6700\u521d\u306b", " primero", "first"], [" first", "first", " zuerst", " primero", " primeiro", " earliest", " \u043f\u0435\u0440\u0432\u044b\u043c", " f\u00f8rst"], [" first", "first", " primeiro", " primero", " zuerst", " \u043f\u0435\u0440\u0432\u044b\u043c", " FIRST", " f\u00f8rst"], [" first", "first", " primero", " primeiro", " zuerst", " FIRST", " \u043f\u0435\u0440\u0432\u044b\u043c", " f\u00f8rst"], [" first", "first", " primero", " primeiro", " zuerst", " f\u00f8rst", " \u043f\u0435\u0440\u0432\u044b\u043c", " FIRST"], [" first", "first", " primeiro", " primero", " earliest", " FIRST", " f\u00f8rst", " fastest"], [" first", "first", " primeiro", " primero", " f\u00f8rst", " FIRST", " earliest", " fastest"], [" first", "first", " primeiro", " primero", " FIRST", " f\u00f8rst", " earliest", " fastest"], [" first", "first", " primeiro", " FIRST", " primero", " fastest", " earliest", " f\u00f8rst"], [" first", "first", " FIRST", " primeiro", " earliest", " primero", " fastest", " f\u00f8rst"], [" first", "first", " FIRST", " fastest", " earliest", " and", " primeiro", " hardest"], [" first", " FIRST", " earliest", "first", " fastest", " and", " hardest", " quickest"], [" first", " and", " earliest", " fastest", " hardest", ",", " quickest", " *"], [" first", " and", ",", " earliest", " fastest", " hardest", " *", " quickest"]], "p": [[0.588, 0.2163, 0.0796, 0.0796, 0.0293, 0.004, 0.0015, 0.0005], [0.8788, 0.1189, 0.0013, 0.0008, 0.0001, 0.0, 0.0, 0.0], [0.9909, 0.004, 0.004, 0.0009, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.967, 0.0292, 0.0031, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.7501, 0.1303, 0.0791, 0.0373, 0.0009, 0.0004, 0.0004, 0.0004], [0.9899, 0.0052, 0.004, 0.0003, 0.0002, 0.0002, 0.0001, 0.0], [0.9462, 0.0367, 0.0082, 0.0082, 0.0007, 0.0, 0.0, 0.0], [0.9958, 0.0019, 0.0007, 0.0006, 0.0003, 0.0002, 0.0002, 0.0002], [0.1946, 0.1515, 0.1337, 0.0716, 0.0632, 0.0492, 0.0434, 0.0298], [0.7446, 0.1142, 0.0255, 0.0198, 0.0175, 0.0083, 0.0073, 0.0073], [0.5605, 0.1251, 0.0974, 0.046, 0.0316, 0.0246, 0.0217, 0.0149], [0.2769, 0.2444, 0.168, 0.07, 0.0425, 0.0331, 0.0331, 0.0201], [0.2421, 0.1885, 0.1143, 0.1009, 0.0421, 0.0421, 0.0371, 0.0328], [0.1743, 0.1198, 0.1198, 0.1057, 0.1057, 0.0566, 0.0499, 0.0499], [0.3976, 0.1878, 0.1139, 0.061, 0.0538, 0.0254, 0.0198, 0.0198], [0.9133, 0.0276, 0.0101, 0.0101, 0.0054, 0.0042, 0.0042, 0.0042], [0.7673, 0.0714, 0.0263, 0.018, 0.018, 0.0124, 0.0085, 0.0066], [0.5627, 0.1256, 0.0672, 0.036, 0.028, 0.0193, 0.017, 0.0132], [0.2975, 0.1405, 0.124, 0.0752, 0.0355, 0.0277, 0.0277, 0.0277], [0.3243, 0.1352, 0.0929, 0.0639, 0.0302, 0.0302, 0.0266, 0.0207], [0.4222, 0.3288, 0.0504, 0.027, 0.0238, 0.021, 0.0127, 0.0127], [0.3053, 0.1442, 0.1442, 0.1123, 0.1123, 0.0681, 0.0413, 0.0152], [0.5857, 0.2767, 0.0617, 0.0617, 0.0065, 0.0031, 0.0024, 0.0005], [0.6175, 0.2272, 0.1378, 0.0113, 0.002, 0.0012, 0.0009, 0.0007], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9203, 0.0755, 0.0038, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9528, 0.0419, 0.0021, 0.0018, 0.0007, 0.0002, 0.0001, 0.0001], [0.9829, 0.0124, 0.0019, 0.0012, 0.0009, 0.0003, 0.0003, 0.0]], "ranks": {"Rust": [12640, 13373, 16096, 11121, 8551, 3008, 612, 511, 269, 424, 417, 360, 493, 443, 538, 712, 550, 659, 430, 615, 1040, 1091, 1552, 4932, 9755, 28553, 71831, 63060, 84100, 74765, 63227, 70566, 82497, 94740, 74157, 84510, 99966, 97549, 65561, 51666, 59225, 48959, 28579, 20019, 24881, 12725, 12038]}}, {"pos": 422, "top": [["s", "ieth", "i", ".${", "\u0647", "\u09c7\u09b0", "s\u0131", "sr"], ["s", "ieth", "i", "\u09c7\u09b0", "s\u0131", "\u0647", "e", "sr"], ["s", "ieth", "i", "e", "\u0647", "\u09c7\u09b0", "s\u0131", "\u09c7"], ["s", "ieth", "i", "e", "\u09c7\u09b0", "\u0647", "s\u0131", "\u09c7"], ["s", "ieth", "i", "e", "\u09c7\u09b0", "\u0647", "s\u0131", "sman"], ["s", "ieth", "i", "e", "\u09c7\u09b0", "\u0647", "sman", ".\u2014"], ["s", "ieth", "\u09c7\u09b0", "i", "e", ".\\", ".\u2014", " ${"], ["s", "ieth", "\u09c7\u09b0", ".\\", "e", "i", "\u2014\u201d", ".\","], ["s", "ieth", "\u09c7\u09b0", "e", "\u2014", ".\\", ".\u2014", "\u094b\u0902"], ["s", "ieth", "\u09c7\u09b0", "e", "i", ".[", ".\\", "<sup>"], ["s", "ieth", "\u2014", "e", ".\")", ".\",", "\u2014\u201d", ".\\"], ["s", ".\",", ".\")", ".\u201d", ".',", ".\\", ".*", ","], ["s", ".\",", ",", ".\")", ".*", ".',", ".\\", ".\""], [",", "s", ".\",", ".", ".\\", ".',", ".'", ".\""], [",", ".", "s", ".\",", ".'", ".',", ".*", ".\\"], [",", ".", ".*", ".\",", ".\\", ".'", "s", ".',"], [",", ".", "s", ".\"", ".*", ".\\", ".\u201d", ".\","], [".", ",", ".\u201d", ".\"", ".\",", ".*", ".'", ".\\"], [".", ",", ".\"", ".\u201d", ".'", "s", ".\",", ".*"], [".", ".\"", ",", ".\u201d", ".'", ".\",", ".*", ".\\"], [".", ".\"", ",", ".'", ".**", ":", ".*", ".\u201d"], [",", " quickly", ":", ".", " really", ".'", ".**", " hopefully"], [",", " and", ":", " really", " hopefully", " likely", ".", " indeed"], [" leveraging", " impactful", " and", " vulnerabilities", ",", " crucial", " proactively", " likely"], [" and", " leveraging", " likely", " potentially", " proactively", " impactful", " troubleshooting", " vulnerabilities"], [" and", " leveraging", " impactful", " prioritized", " prioritizing", " likely", " vulnerabilities", " proactively"], [" and", " \u098f\u09ac\u0982", "\u305d\u3057\u3066", " \uadf8\ub9ac\uace0", " AND", "\u4ee5\u53ca", " v\u00e0", " \u0914\u0930"], [" and", " \u098f\u09ac\u0982", "\u305d\u3057\u3066", " v\u00e0", " \uadf8\ub9ac\uace0", " \u0914\u0930", " \u0906\u0923\u093f", "\u098f\u09ac\u0982"], [" and", " \u098f\u09ac\u0982", "\u305d\u3057\u3066", " \u0914\u0930", " \u0906\u0923\u093f", "\u098f\u09ac\u0982", " v\u00e0", " \uadf8\ub9ac\uace0"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " \u0906\u0923\u093f", "\u305d\u3057\u3066", " v\u00e0", " \u03ba\u03b1\u03b9", " \uadf8\ub9ac\uace0"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " \u0906\u0923\u093f", "\u305d\u3057\u3066", " v\u00e0", "\u098f\u09ac\u0982", " \u03ba\u03b1\u03b9"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " \u0906\u0923\u093f", " v\u00e0", " \u03ba\u03b1\u03b9", "\u098f\u09ac\u0982", "\u305d\u3057\u3066"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " \u0906\u0923\u093f", " v\u00e0", " \u03ba\u03b1\u03b9", "\u098f\u09ac\u0982", " \u0a85\u0aa8\u0ac7"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " \u0906\u0923\u093f", " \u03ba\u03b1\u03b9", " v\u00e0", "\u098f\u09ac\u0982", " \u0a85\u0aa8\u0ac7"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " v\u00e0", " \u0906\u0923\u093f", " \u03ba\u03b1\u03b9", " \u0a85\u0aa8\u0ac7", "\u098f\u09ac\u0982"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " v\u00e0", " \u03ba\u03b1\u03b9", " \u0906\u0923\u093f", " \u0a85\u0aa8\u0ac7", " \u0438"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " \u03ba\u03b1\u03b9", " v\u00e0", " \u0906\u0923\u093f", " \u0a85\u0aa8\u0ac7", " \u0438"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " v\u00e0", " \u03ba\u03b1\u03b9", " \u0906\u0923\u093f", " \u0a85\u0aa8\u0ac7", " \u0438"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", " v\u00e0", " \u03ba\u03b1\u03b9", "and", " \u0438", " AND"], [" and", " \u098f\u09ac\u0982", " \u0914\u0930", "and", " v\u00e0", " \u03ba\u03b1\u03b9", " AND", " \u0438"], [" and", " AND", " \u098f\u09ac\u0982", " \u0914\u0930", "and", ",", " given", " v\u00e0"], [" and", " AND", ",", " given", "and", " \u0914\u0930", " \u098f\u09ac\u0982", " v\u00e0"], [" and", " given", ",", " AND", "and", " \u0914\u0930", " \u098f\u09ac\u0982", " \u0438"], [" and", ",", " AND", "and", " given", " \u0914\u0930", " \u098f\u09ac\u0982", " \u0438"], [" and", ",", " AND", "and", " given", " (", " under", " \u0914\u0930"], [" and", ",", " (", " AND", " given", "and", " under", "\u2014"], [" and", ",", " &", " (", " given", ".", " under", " in"]], "p": [[0.9213, 0.0756, 0.0029, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9943, 0.0052, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9946, 0.0025, 0.0015, 0.0003, 0.0003, 0.0003, 0.0002, 0.0002], [0.7593, 0.0907, 0.055, 0.0202, 0.0123, 0.0108, 0.0108, 0.0084], [0.4703, 0.1189, 0.1189, 0.1049, 0.0636, 0.0341, 0.0182, 0.0161], [0.5199, 0.1913, 0.0484, 0.0484, 0.0377, 0.0332, 0.0293, 0.0293], [0.5393, 0.1984, 0.0644, 0.0345, 0.0304, 0.0268, 0.0237, 0.0209], [0.7585, 0.1027, 0.0202, 0.0157, 0.0139, 0.0139, 0.0108, 0.0066], [0.5335, 0.1349, 0.119, 0.0637, 0.0438, 0.0142, 0.0111, 0.0111], [0.7367, 0.113, 0.0252, 0.0153, 0.0135, 0.0072, 0.0064, 0.0064], [0.535, 0.1194, 0.093, 0.0639, 0.0342, 0.0207, 0.0143, 0.0076], [0.2239, 0.1358, 0.1199, 0.0934, 0.0566, 0.05, 0.05, 0.0441], [0.8096, 0.0131, 0.0115, 0.009, 0.009, 0.0079, 0.007, 0.007], [0.2204, 0.118, 0.0492, 0.0434, 0.0383, 0.0383, 0.0383, 0.0205], [0.148, 0.1306, 0.0897, 0.0792, 0.0699, 0.048, 0.033, 0.0291], [0.5301, 0.195, 0.0921, 0.0264, 0.0206, 0.0206, 0.0206, 0.016], [0.9986, 0.0007, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9043, 0.0953, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [228378, 210634, 221940, 234494, 227066, 211433, 126439, 127269, 95429, 56366, 30181, 11960, 13742, 12119, 10834, 9424, 8115, 9210, 7645, 7450, 9270, 11404, 14726, 22817, 34527, 92212, 158644, 128688, 138009, 119719, 137482, 97416, 119826, 111070, 107095, 63464, 66739, 61580, 50955, 36591, 30018, 17514, 13817, 6587, 5307, 3238, 3036]}}, {"pos": 423, "top": [["s", "..", "\u2026.", "\u2026..", "..'", ".'.", "!!.", "!."], ["s", "..", "\u09c7\u09b0", "..'", "s\u0131", "!!.", ".'.", "e"], ["s", "..", "\u09c7\u09b0", "\u2026.", "\u2026..", "s\u0131", "e", "..'"], ["s", "\u09c7\u09b0", "s\u0131", "\u2026.", "..", "....", "e", "<b>"], ["s", "\u09c7\u09b0", " {\\", "s\u0131", "  ", "e", "i", "\u2026."], ["s", "\u09c7\u09b0", " {\\", "s\u0131", "  ", "e", "\u0627\u062a", " \ufffd"], ["s", " {\\", "\u09c7\u09b0", "  ", " ${\\", "\\...", "<b>", "s\u0131"], ["s", " {\\", "\u09c7\u09b0", "  ", " ${\\", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "<b>", "\u05f3"], ["s", "  ", "\u09c7\u09b0", " {\\", "\u05f3", "\ufffd", "<sup>", " ${\\"], ["s", "  ", "\u09c7\u09b0", "\ufffd", "\u2026.", "\u05f3", ".", " {\\"], ["s", " {\\", " `'", "  ", " `", "\u05f3", "\u09c7\u09b0", "\u201a"], ["s", ",", ".", ".\\", " ${", ".'", "<sup>", ".')"], [".", "s", ",", ".\\", ".'", "....", "...", ".''"], [".", ",", ".'", ".\\", "s", ".\u2019", "'.", ".')"], [".", ".'", ",", ".\\", "'.", ".'.", ",'", ".')"], [".'", ".", ".\\", ",", "'.", ".\\\\", ".'.", ".')"], [".", ",", ".\\", ".'", "'.", "!'", " ${", ".\u2019"], [".", ".\\", ".'", "...", "\\...", ".'.", ".**", ".\\\\"], [".", ".'", "\\...", ".\\", "'.", ".';", ".'.", "..."], [".", " focused", ".'", " focus", " crucial", " impactful", "\\...", " dynamics"], [" focused", " focus", ".'", " impactful", ".", "'.", " leveraging", " dynamics"], [" focused", " leveraging", " focus", " relevant", " interactions", " prioritized", " strategies", " crucial"], [" strategies", " focused", " leveraging", " relevant", " prioritized", " interactions", " potential", " opportunities"], [" leveraging", " strategies", " remediation", " proactively", " impactful", " prioritized", " prioritization", " relevant"], [" leveraging", " impactful", " strategies", " prioritization", " proactively", " troubleshooting", " remediation", " prioritized"], [" impactful", " prioritization", " leveraging", " prioritized", " troubleshooting", " strategies", " justifications", " proactively"], [" strategies", " prioritization", " leveraging", " methodologies", " justifications", " proactively", " impactful", " prioritized"], [" how", " strategies", " methodologies", " \uc5b4\ub5bb\uac8c", " prioritization", " \u0643\u064a\u0641\u064a\u0629", " solutions", " specifics"], [" how", " strategies", " \u0643\u064a\u0641\u064a\u0629", " \uc5b4\ub5bb\uac8c", "\u3069\u306e\u3088\u3046\u306b", " specifics", " methodologies", " solutions"], [" how", " strategies", " methodologies", " specifics", " solutions", " prioritization", " implementations", " \u0643\u064a\u0641\u064a\u0629"], [" strategies", " how", " solutions", " methodologies", " specifics", " prioritization", " implementations", " remediation"], [" how", " strategies", " remediation", " \u0643\u064a\u0641\u064a\u0629", " bagaimana", " actionable", " solutions", " hvordan"], [" how", " strategies", " actionable", " remediation", " solutions", " interventions", " mitigation", " bagaimana"], [" strategies", " actionable", " how", " solutions", " mitigation", " interventions", " remediation", " specifics"], [" strategies", " how", " actionable", " solutions", " remediation", " mitigation", " countermeasures", " strategy"], [" strategies", " actionable", "\u5177\u4f53\u7684\u306a", " how", " countermeasures", " remediation", " mitigation", " plans"], [" actionable", " strategies", "\u5177\u4f53\u7684\u306a", " mitigation", " remediation", " countermeasures", " specifics", " proactive"], [" actionable", " strategies", " mitigation", "\u5177\u4f53\u7684\u306a", " remediation", " how", " specifics", " countermeasures"], [" actionable", " strategies", " remediation", " mitigation", " countermeasures", " interventions", " how", " corrective"], [" actionable", " remediation", " mitigation", " countermeasures", " strategies", " interventions", " corrective", " proactive"], [" actionable", " mitigation", " remediation", " corrective", " strategies", " countermeasures", " interventions", " proactive"], [" mitigation", " actionable", " remediation", " corrective", " strategies", " interventions", " proactive", " concrete"], [" mitigation", " actionable", " remediation", " concrete", " corrective", " proactive", " strategies", " interventions"], [" actionable", " mitigation", " concrete", " remediation", " how", " proactive", " corrective", " strategies"], [" mitigation", " concrete", " actionable", " how", " remediation", " specific", " proactive", " mitigating"], [" concrete", " mitigation", " how", " actionable", " targeted", " immediate", " remediation", " specific"], [" concrete", " how", " mitigation", " actionable", " targeted", " the", " immediate", " specific"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.996, 0.0025, 0.0009, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001], [0.5332, 0.2223, 0.1961, 0.0125, 0.0111, 0.0067, 0.0059, 0.0012], [0.4821, 0.2924, 0.1381, 0.0448, 0.0187, 0.0042, 0.0032, 0.0029], [0.4576, 0.2449, 0.2162, 0.0426, 0.0084, 0.0045, 0.004, 0.0031], [0.3017, 0.2662, 0.183, 0.183, 0.0117, 0.0063, 0.0063, 0.0049], [0.5523, 0.1793, 0.0847, 0.0847, 0.0147, 0.0079, 0.007, 0.007], [0.7472, 0.0541, 0.0478, 0.0137, 0.0121, 0.0121, 0.0094, 0.0094], [0.5024, 0.1631, 0.0529, 0.0412, 0.0283, 0.0221, 0.0152, 0.0152], [0.1656, 0.1005, 0.0475, 0.0419, 0.037, 0.0326, 0.0198, 0.0175], [0.1743, 0.0441, 0.0365, 0.0322, 0.0322, 0.0251, 0.0222, 0.0222], [0.2083, 0.0465, 0.0465, 0.041, 0.0319, 0.0282, 0.0282, 0.0249], [0.1789, 0.0581, 0.0513, 0.0513, 0.0452, 0.0399, 0.0399, 0.0352], [0.6321, 0.0755, 0.0519, 0.0458, 0.0404, 0.0315, 0.0278, 0.0102], [0.7047, 0.1225, 0.0451, 0.0351, 0.0351, 0.0213, 0.0101, 0.0078], [0.8769, 0.1187, 0.0036, 0.0003, 0.0003, 0.0001, 0.0001, 0.0001], [0.9926, 0.0067, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8174, 0.1824, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9941, 0.0025, 0.0025, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.9848, 0.0109, 0.004, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7051, 0.2594, 0.0351, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.6105, 0.3703, 0.0184, 0.0003, 0.0003, 0.0, 0.0, 0.0], [0.6048, 0.3668, 0.0234, 0.0019, 0.0015, 0.0007, 0.0003, 0.0001], [0.608, 0.3688, 0.0143, 0.0053, 0.0015, 0.0007, 0.0004, 0.0003], [0.7255, 0.1261, 0.1261, 0.0117, 0.0043, 0.0018, 0.0011, 0.001], [0.7014, 0.1773, 0.0508, 0.0396, 0.0061, 0.0061, 0.0029, 0.0029], [0.8995, 0.0448, 0.0272, 0.0053, 0.0047, 0.0042, 0.002, 0.002]], "ranks": {"Rust": [32635, 34623, 53135, 58726, 67241, 94116, 32721, 47331, 34699, 33514, 27262, 15940, 18613, 10400, 10120, 11866, 13439, 14892, 13042, 15134, 17290, 23106, 24355, 31790, 53279, 128201, 167204, 173094, 155091, 165953, 156978, 147920, 150393, 126380, 124934, 65359, 96650, 101045, 83792, 65897, 46680, 17964, 12393, 9191, 5756, 3413, 2103]}}, {"pos": 424, "top": [["[\u2026]", " [\u2026]", " \u202b", " \\(", " \u2018\u2019", "\\[", " \\[", " \uf0d8"], ["[\u2026]", "\\[", " \u2018\u2019", " [\u2026]", " \\[", " \u202b", " \\(", " \\|"], ["[\u2026]", " [\u2026]", " \u223c", " \u202b", "\u037e", " \u3014", " \\(", " \\["], [" \\(", " \\[", "[\u2026]", " [\u2026]", " \u202b", " \\|", "\\[", " \u09f7"], [" \\(", " \\[", " \\|", " \u202b", " [\u2026]", " \uf0a7", "[\u2026]", "\\["], [" \\(", " \u202b", " \\[", " \\|", " \uf0a7", "\\[", " \uf0d8", " \u09f7"], [" \\(", " \\|", " \\[", " \u202b", " \uf0a7", "\\[", "\u2063", "\u2060"], [" \\(", " \\|", " \\[", " \u202b", " \uf0a7", "\\[", "\u2063", " \u200b"], [" \\(", " \u202b", " \\[", " \\|", " \uf0a7", "\\[", "\\(", " \u200b"], [" \\(", " \\|", " \u202b", " \\[", "\\[", " \uf0a7", "\\(", "\u2063"], [" \\(", " \u202b", " \\[", "\\[", " \uf0a7", " \\|", "\u2063", "\\("], [" \\(", " \\[", "\\[", " \u202b", " \uf0a7", " \\|", "\\(", " \\#"], [" \\(", " \uf0a7", " \\[", " \u202b", "\\[", " \\|", " \u200b", " \uf0b7"], [" \\(", " \\[", "\\[", " \uf0a7", "\\(", " \u202b", " \\|", " \u200b"], [" \\(", " \\[", "\\[", "\\(", " \\|", " \u202b", " \u200b", ".\u200b"], [" \\(", "\\[", " \\[", "\\(", " \\|", " leveraging", ".\u200b", " \uf0a7"], [" \\(", " leveraging", " impactful", "\\[", "\\(", " \\[", " prioritization", " mitigation"], [" \\(", " \\[", " \uf0a7", "\\[", " \\#", " \\|", " \uf0b7", "\\("], [" \\(", " \\[", " \uf0a7", " strategies", " \uf0b7", "\\[", " prioritization", "\\("], [" \\(", " strategies", " leveraging", " prioritization", " \uf0a7", " impactful", " skillset", " mitigation"], [" strategies", " leveraging", " prioritization", " \\(", " mitigation", " vulnerabilities", " remediation", " risks"], [" strategies", " leveraging", " prioritization", " mitigation", " risks", " workflows", " vulnerabilities", " proactive"], [" strategies", " leveraging", " prioritization", " mitigation", " vulnerabilities", " proactively", " proactive", " leverages"], [" strategies", " leveraging", " prioritization", " workflows", " leverages", " methodologies", " proactively", " vulnerabilities"], [" strategies", " prioritization", " workflows", " leveraging", " methodologies", " leverages", " proactively", " vulnerabilities"], [" strategies", " workflows", " prioritization", " methodologies", " leveraging", "strategies", " skillset", " vulnerabilities"], [" strategies", " workflows", " prioritization", " methodologies", "strategies", " leveraging", " strat\u00e9gies", " prioritizing"], [" strategies", " workflows", " prioritization", "strategies", " methodologies", " strategy", " strat\u00e9gies", " scenarios"], [" strategies", "strategies", " workflows", " prioritization", " strategy", " methodologies", " strat\u00e9gies", "Strategies"], [" strategies", "strategies", " workflows", " strategy", " methodologies", " prioritization", " strat\u00e9gies", " solutions"], [" strategies", "strategies", " strategy", " strat\u00e9gies", " workflows", " estrategias", " methodologies", " prioritization"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " Strategies", " workflows", " estrategias", " methodologies"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " workflows", " Strategies", " estrategias", " plans"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " Strategies", " estrategias", "\u7b56\u7565", "Strategies"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " Strategies", " estrategias", "\u7b56\u7565", "strategy"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " Strategies", "\u7b56\u7565", " estrategias", " plans"], [" strategies", " strategy", "strategies", " strat\u00e9gies", "\u7b56\u7565", " Strategies", "strategy", " estrategias"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " Strategies", "\u7b56\u7565", "strategy", " estrategias"], [" strategies", " strategy", " plans", " plan", "strategies", " strat\u00e9gies", " Strategies", "\u7b56\u7565"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " plans", " Strategies", "\u7b56\u7565", " estrategias"], [" strategies", " strategy", "strategies", " strat\u00e9gies", " Strategies", " plans", " estrategias", " Strategy"], [" strategies", " strategy", "strategies", " Strategies", " plans", " strat\u00e9gies", " estrategias", "Strategies"], [" strategies", " strategy", " Strategies", " plans", "strategies", " strat\u00e9gies", " estrategias", "Strategies"], [" strategies", " strategy", " plans", " Strategies", "strategies", " strat\u00e9gies", " tactics", " estrategias"], [" strategies", " strategy", " plans", " Strategies", "strategies", " approaches", " tactics", " strat\u00e9gies"], [" strategies", " strategy", " plans", " approaches", " Strategies", " tactics", " steps", "strategies"], [" strategies", " plans", " strategy", " approaches", ".", " steps", " tactics", " paths"]], "p": [[0.8152, 0.1819, 0.002, 0.0005, 0.0003, 0.0002, 0.0, 0.0], [0.9021, 0.0577, 0.0212, 0.01, 0.0061, 0.0017, 0.0011, 0.0], [0.9706, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4485, 0.4485, 0.0607, 0.0174, 0.0105, 0.0082, 0.005, 0.0005], [0.9461, 0.0471, 0.0039, 0.0023, 0.0003, 0.0001, 0.0001, 0.0001], [0.9929, 0.0067, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9902, 0.0067, 0.0015, 0.0009, 0.0003, 0.0002, 0.0001, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7728, 0.1046, 0.1046, 0.0142, 0.0015, 0.0005, 0.0003, 0.0003], [0.9945, 0.0025, 0.0019, 0.0009, 0.0002, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9809, 0.018, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9687, 0.0228, 0.0065, 0.0015, 0.0001, 0.0001, 0.0001, 0.0001], [0.9942, 0.0032, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0012, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9836, 0.0124, 0.0019, 0.0007, 0.0004, 0.0003, 0.0002, 0.0002]], "ranks": {"Rust": [43506, 40513, 52700, 52711, 40187, 47410, 29507, 36396, 32952, 24328, 31948, 19819, 25353, 17356, 20201, 18744, 22635, 18187, 14255, 12667, 15711, 18290, 30177, 38243, 45116, 83414, 92413, 56184, 35500, 67688, 68569, 73770, 58321, 43691, 29840, 20221, 32677, 29197, 20177, 20023, 18820, 8907, 6750, 6295, 3503, 2020, 1808]}}, {"pos": 425, "top": [["####", " \u2018\u2019", "#####", "\u201d]", "######", "\u2018\u2019", "#########", " ######"], [" \u2018\u2019", "\u201d]", "####", "\u2018\u2019", "<eos>", "\u2019\u2019", "#####", "\u201d\u201c"], ["####", " ########", " ###", "#########", ".........", " ######", "###", "............"], [" ########", " ###", "####", " ######", "\u201d]", " [\"", " /**", " ####"], [" ########", " ######", " ###", " [\"", " \uf076", " #####", " \u2018\u2019", " /**"], [" \u2018\u2019", " \uf076", " ######", " ########", " /**", " ###", " \u2018\u2018", " ####"], [" \u2018\u2019", " \uf076", " impactful", " ######", "\u2018\u2019", "\u2063", " /**", " ########"], [" \u2018\u2019", " \uf076", " ######", " impactful", " leveraging", " ########", " /**", " \"\""], [" \u2018\u2019", "\u2018\u2019", "\u2018\u2018", " \uf076", " \u2018\u2018", " leveraging", " ######", " impactful"], [" impactful", " leveraging", " \u2018\u2019", " [...]", " \uf076", " prioritizing", "\u2063", "[...]"], [" leveraging", " prioritizing", " impactful", " \u2018\u2019", " impacting", " deploying", " \uf076", " effectively"], [" leveraging", " prioritizing", " impactful", " effectively", " impacting", " bolstering", " deploying", " showcasing"], [" leveraging", " prioritizing", " impactful", " effectively", " showcasing", " impacting", " highlighting", " deploying"], [" leveraging", " prioritizing", " impactful", " highlighting", " ensuring", " effectively", " focusing", " showcasing"], [" leveraging", " prioritizing", " impactful", " highlighting", " focusing", " effectively", " impacting", " ensuring"], [" leveraging", " prioritizing", " impactful", " highlighting", " focusing", " focused", "**.", " showcasing"], [" leveraging", " impactful", " prioritizing", " showcasing", " highlighting", " focused", " impacting", " onboarding"], [" leveraging", " impactful", " prioritizing", "**.", " highlighting", " focusing", " impacting", " focused"], [" leveraging", " prioritizing", " impactful", " focusing", " highlighting", " focused", " methodologies", " strategies"], [" leveraging", " prioritizing", " impactful", " focusing", " highlighting", " focused", " showcasing", " methodologies"], [" leveraging", " prioritizing", " focusing", " focused", " strategies", " impactful", " highlighting", " methodologies"], [" leveraging", " strategies", " prioritizing", " focused", " focusing", " proactively", " impactful", " methodologies"], [" leveraging", " prioritizing", " strategies", " proactively", " focused", " impactful", " methodologies", " focusing"], [" leveraging", " prioritizing", " impactful", " proactively", " focused", " prioritized", " leverages", " focusing"], [" leveraging", " prioritizing", " proactively", " focusing", " focused", " impactful", " prioritized", " leverages"], [" leveraging", " prioritizing", " focusing", " proactively", " prioritized", " impactful", " prioritization", " focused"], [" leveraging", " prioritizing", " focusing", " prioritized", " prioritization", " focused", " emphasizing", " proactively"], [" leveraging", " prioritizing", " focusing", " prioritized", " emphasizing", " prioritization", " focused", " proactively"], [" prioritizing", " leveraging", " focusing", " prioritized", " emphasizing", " prioritization", " focused", ".:"], [" prioritizing", " leveraging", " focusing", " prioritized", " emphasizing", " focused", " prioritization", " specifically"], [" prioritizing", " leveraging", " focusing", " prioritized", " emphasizing", " focused", " prioritization", " targeting"], [" prioritizing", " focusing", " leveraging", " prioritized", " focused", " emphasizing", " prioritization", " targeting"], [" prioritizing", " prioritized", " leveraging", " focusing", " focused", " prioritization", " emphasizing", " within"], [" prioritizing", " focusing", " prioritized", " leveraging", " focused", " emphasizing", " prioritization", " within"], [" prioritizing", " prioritized", " focusing", " focused", " leveraging", " emphasizing", " within", " prioritization"], [" prioritizing", " prioritized", " focusing", " focused", " assuming", " leveraging", " emphasizing", " prioritization"], [" prioritizing", " focusing", " prioritized", " focused", " assuming", " emphasizing", " leveraging", " tailored"], [" prioritizing", " focusing", " prioritized", " focused", " tailored", " assuming", " emphasizing", " leveraging"], [" prioritizing", " focusing", " prioritized", " focused", " tailored", " assuming", " specifically", " emphasizing"], [" prioritizing", " focusing", " prioritized", " focused", " assuming", " tailored", " specifically", " emphasizing"], [" prioritizing", " focusing", " focused", " prioritized", " assuming", " specifically", " tailored", " emphasizing"], [" prioritizing", " prioritized", " specifically", " tailored", " focusing", " assuming", " focused", " given"], [" prioritizing", " prioritized", " given", " tailored", " assuming", ":", " specifically", " focused"], [" prioritizing", " prioritized", " tailored", ":", " specifically", " within", " assuming", " given"], [":", " prioritizing", " prioritized", " tailored", " specifically", " focusing", " focused", " specific"], [":", " prioritizing", " prioritized", " in", ".", ",", " tailored", " within"], [".", ",", ":", " in", " \u2013", " prioritizing", " prioritized", " within"]], "p": [[0.6705, 0.2466, 0.0334, 0.026, 0.0058, 0.0035, 0.0017, 0.0017], [0.812, 0.0856, 0.0667, 0.0149, 0.0026, 0.0026, 0.002, 0.0012], [0.4949, 0.1418, 0.0522, 0.0406, 0.0406, 0.0316, 0.0316, 0.0246], [0.4144, 0.2513, 0.0925, 0.072, 0.034, 0.0265, 0.0265, 0.0161], [0.5701, 0.2693, 0.0772, 0.0284, 0.0172, 0.0172, 0.0104, 0.0049], [0.8169, 0.1823, 0.0005, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9504, 0.0473, 0.0009, 0.0005, 0.0003, 0.0002, 0.0002, 0.0], [0.9892, 0.004, 0.004, 0.0009, 0.0005, 0.0003, 0.0002, 0.0002], [0.9832, 0.0066, 0.004, 0.0024, 0.0024, 0.0005, 0.0002, 0.0002], [0.7194, 0.1605, 0.0591, 0.0358, 0.0132, 0.008, 0.0018, 0.0007], [0.7762, 0.1051, 0.1051, 0.0052, 0.0041, 0.0007, 0.0007, 0.0007], [0.9147, 0.0455, 0.0355, 0.0014, 0.0008, 0.0006, 0.0006, 0.0002], [0.7249, 0.126, 0.0764, 0.0281, 0.0063, 0.0063, 0.0063, 0.0049], [0.7639, 0.1034, 0.0296, 0.0261, 0.0085, 0.0085, 0.0085, 0.0085], [0.8188, 0.1108, 0.0408, 0.0071, 0.003, 0.0023, 0.002, 0.0018], [0.6376, 0.1827, 0.0672, 0.0247, 0.0132, 0.0091, 0.0071, 0.0071], [0.4939, 0.2059, 0.1604, 0.0149, 0.0132, 0.0132, 0.0116, 0.007], [0.5453, 0.1562, 0.1217, 0.0349, 0.024, 0.0145, 0.01, 0.0078], [0.7008, 0.138, 0.0349, 0.024, 0.0165, 0.01, 0.0088, 0.0069], [0.7663, 0.1332, 0.0297, 0.0262, 0.0124, 0.0096, 0.004, 0.0035], [0.7021, 0.095, 0.0509, 0.0449, 0.0212, 0.0187, 0.01, 0.0069], [0.7959, 0.0396, 0.035, 0.035, 0.0212, 0.0129, 0.0088, 0.0054], [0.9035, 0.0273, 0.0212, 0.0089, 0.0069, 0.0069, 0.0042, 0.0037], [0.9967, 0.0019, 0.0006, 0.0004, 0.0001, 0.0001, 0.0001, 0.0001], [0.9983, 0.0007, 0.0004, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9795, 0.0179, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9426, 0.0285, 0.0285, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.5581, 0.3385, 0.0755, 0.0278, 0.0, 0.0, 0.0, 0.0], [0.7156, 0.1597, 0.0968, 0.0277, 0.0001, 0.0001, 0.0, 0.0], [0.687, 0.2527, 0.0439, 0.0162, 0.0001, 0.0, 0.0, 0.0], [0.6523, 0.24, 0.0535, 0.0535, 0.0002, 0.0002, 0.0001, 0.0], [0.614, 0.3724, 0.0032, 0.0032, 0.002, 0.002, 0.0015, 0.0006], [0.585, 0.3548, 0.02, 0.0121, 0.0065, 0.0045, 0.0039, 0.0035], [0.5929, 0.1925, 0.0625, 0.0379, 0.0379, 0.0203, 0.0139, 0.0085], [0.2647, 0.2336, 0.1417, 0.1103, 0.046, 0.0406, 0.0316, 0.0217], [0.4098, 0.1174, 0.0914, 0.0807, 0.0712, 0.0432, 0.0381, 0.0336], [0.8166, 0.1105, 0.067, 0.0026, 0.0014, 0.0005, 0.0005, 0.0002]], "ranks": {"Rust": [62771, 55132, 85809, 115382, 137537, 143124, 99419, 110577, 94892, 58425, 47651, 25784, 24643, 20683, 28531, 25499, 17989, 16719, 12608, 12063, 12136, 11839, 17943, 20147, 26689, 39288, 52526, 41964, 20851, 15371, 19542, 14756, 20559, 22105, 31885, 7097, 10616, 10244, 11104, 11186, 11909, 4414, 4082, 3354, 2177, 1508, 1115]}}, {"pos": 426, "top": [[".\".", "!.", "!\".", "\".", "?.", ".!", "!!.", ":."], ["!.", ".\".", "!\".", "\".", ".!", "!!.", "?.", ";."], [".\".", "!.", "!\".", "!!.", "\".", ";.", ".!", ".\u201d."], [".\".", "!.", "!\".", "\".", "!!.", ":.", "?.", ".!"], [".\".", "!\".", "!.", " \".", "\".", " \"..", "?.", "....\""], [" \".", ".\".", "!.", "\".[", "\".", "!\".", " \"", " \".."], [".\".", "\".", "!.", "!\".", ".[", "\".[", " \".", "?."], [".\".", "!.", "!\".", "\".", ".[", "?.", " \".", ".\","], [".\".", "!.", "\".", "!\".", ".[", "?.", "\".[", ".\","], [".\".", "\".", "!.", ".", "!\".", "?.", ",", ".["], [".\".", "\".", "!\".", "!.", ".\",", "\".[", ".[", ".\""], ["\".", ".\".", "!\".", "!.", ",", "'.", ".\",", ".\""], ["\".", ".\".", "!\".", ".\"", ".", "!.", ",", ".\","], ["\".", ".\".", ".\"", "!\".", ".", ".\",", "!.", ","], ["\".", ".\".", ".\"", ".", "!\".", "!.", ".\",", ","], ["\".", ".\".", ".\"", ".", "!\".", "!.", "'.", "*."], ["\".", ".", ".\".", ".\"", "!.", "*.", "'.", "!\"."], [".\".", "\".", ".", "**.", "....\"", "!.", "*.", "...\""], [".\".", "\".", ".\"", ".", "....\"", "...\"", "*.", "!."], [".\".", "*.", "\".", "!.", ".", ".\"", " focused", "...\""], ["*.", "**.", "*:", ".\".", "\".", "**:", "!\".", "!."], ["**:", " focused", "*:", "**.", "*.", " leveraging", " prioritized", " focus"], ["*:", "**:", " prioritized", "*.", ":*", " prioritization", "**.", " focused"], [" prioritization", " prioritized", " prioritizing", " leveraging", "**:", " impactful", " priorit", " focused"], [" prioritization", " prioritized", " prioritizing", " leveraging", " proactively", " Fokus", " crucially", " priorit"], [" prioritization", " prioritizing", " prioritized", " leveraging", " Fokus", " Essentially", "\u4f18\u5148\u7ea7", " Leveraging"], [" prioritization", " prioritizing", " prioritized", " Fokus", " Essentially", " leveraging", "\u4f18\u5148\u7ea7", " Focusing"], [" prioritization", " prioritizing", " prioritized", "**:", " Essentially", " crucially", "\u4f18\u5148\u7ea7", " focus"], [" prioritization", " prioritizing", " prioritized", " Essentially", "\u4f18\u5148\u7ea7", " Emphasis", "Essentially", " \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435"], [" prioritization", " prioritizing", " prioritized", " Focusing", " Emphasis", " Fokus", " Essentially", " emphasis"], [" prioritization", " prioritizing", " Emphasis", " prioritized", " Focusing", " emphasis", " Fokus", " \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435"], [" prioritization", " prioritizing", " caveat", " prioritized", " emphasis", " caveats", " Emphasis", "\u4f18\u5148\u7ea7"], [" prioritization", " prioritizing", " prioritized", " caveat", " assumes", "\u4f18\u5148\u7ea7", " priorities", " emphasis"], [" prioritization", " prioritizing", " Emphasis", " emphasis", " prioritized", " caveat", "\u4f18\u5148\u7ea7", " caveats"], [" prioritization", " Remember", " Emphasis", " caveat", " Note", " prioritizing", " remember", " Essentially"], [" prioritization", " Assume", " Emphasis", " Remember", " Assuming", " caveat", " assuming", " Note"], [" prioritization", " Emphasis", " caveat", " Assume", " Remember", " Assuming", " Predicting", " prioritizing"], [" Emphasis", " prioritization", " Remember", " Assume", " caveat", " Assuming", " Predicting", " Note"], [" Emphasis", " Assume", " prioritization", " Assuming", " Remember", " Note", " caveat", " Expect"], [" Emphasis", " Assume", " prioritization", " Assuming", " Remember", " prioritizing", " Note", " caveat"], [" Assume", " Emphasis", " prioritization", " Remember", " Assuming", " Note", " Assumptions", " prioritizing"], [" Assume", " Remember", " Assumptions", " prioritization", " Note", " Assuming", " Emphasis", " Expect"], [" Assume", " Assumptions", " Remember", " Note", " Emphasis", "\n\n", " Assuming", " Expect"], [" Assume", "\n\n", " Assumptions", " Emphasis", " Assuming", " Remember", " Note", " Expect"], ["\n\n", " Assume", " Emphasis", " Assumptions", " Expect", " Remember", " Assuming", " Note"], ["\n\n", " Assume", " **", " Assumptions", " Note", " Emphasis", " Everything", " Assuming"], ["\n\n", " The", " My", " We", " Assume", " **", " Everything", " This"]], "p": [[0.9233, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7213, 0.2654, 0.0132, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9522, 0.0474, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9812, 0.018, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9555, 0.0289, 0.0106, 0.0039, 0.0005, 0.0005, 0.0, 0.0], [0.7285, 0.268, 0.003, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.9804, 0.018, 0.0009, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.7652, 0.1707, 0.0489, 0.0109, 0.0015, 0.0007, 0.0007, 0.0007], [0.8742, 0.1183, 0.0059, 0.0008, 0.0005, 0.0001, 0.0001, 0.0001], [0.8492, 0.0895, 0.0423, 0.0121, 0.0021, 0.0013, 0.0013, 0.0013], [0.9275, 0.0593, 0.0049, 0.003, 0.0023, 0.0014, 0.0007, 0.0005], [0.7604, 0.1697, 0.0486, 0.0084, 0.0051, 0.0031, 0.0024, 0.0011], [0.6043, 0.2855, 0.0496, 0.0234, 0.0182, 0.0111, 0.0032, 0.0019], [0.769, 0.1336, 0.0492, 0.0181, 0.0141, 0.0085, 0.0022, 0.0013], [0.5296, 0.3212, 0.0812, 0.0384, 0.0141, 0.0046, 0.0028, 0.0022], [0.3764, 0.3764, 0.0654, 0.035, 0.0273, 0.0273, 0.0187, 0.0165], [0.4854, 0.2293, 0.058, 0.058, 0.0451, 0.0242, 0.0242, 0.0166], [0.2287, 0.0954, 0.0841, 0.0743, 0.0743, 0.0655, 0.0655, 0.0578], [0.5305, 0.1341, 0.0922, 0.0559, 0.0493, 0.0435, 0.0182, 0.0182], [0.2254, 0.1989, 0.1549, 0.1206, 0.0939, 0.0503, 0.0444, 0.021], [0.8091, 0.1805, 0.0033, 0.0026, 0.0016, 0.0009, 0.0007, 0.0004], [0.4814, 0.4814, 0.024, 0.0113, 0.0012, 0.0003, 0.0001, 0.0001], [0.9147, 0.0751, 0.0102, 0.0, 0.0, 0.0, 0.0, 0.0], [0.997, 0.0015, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9955, 0.0032, 0.0006, 0.0002, 0.0002, 0.0002, 0.0002, 0.0], [0.9943, 0.0052, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9945, 0.0052, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9193, 0.0458, 0.0278, 0.0062, 0.0005, 0.0003, 0.0001, 0.0], [0.8531, 0.0425, 0.0425, 0.0258, 0.0258, 0.0095, 0.0005, 0.0002], [0.8051, 0.1796, 0.0054, 0.0054, 0.0033, 0.0007, 0.0003, 0.0], [0.5449, 0.3305, 0.0737, 0.0447, 0.0037, 0.0022, 0.0001, 0.0001], [0.4028, 0.4028, 0.1482, 0.0331, 0.0122, 0.0004, 0.0002, 0.0001], [0.3331, 0.3331, 0.2594, 0.0351, 0.0351, 0.0008, 0.0006, 0.0005], [0.5881, 0.2778, 0.062, 0.0376, 0.0228, 0.0051, 0.0024, 0.0007], [0.6384, 0.1109, 0.0673, 0.0524, 0.0318, 0.0318, 0.0248, 0.0117], [0.7047, 0.0954, 0.0451, 0.0351, 0.0351, 0.0273, 0.0273, 0.0069], [0.3578, 0.3158, 0.1025, 0.0484, 0.0484, 0.0427, 0.0139, 0.0122], [0.427, 0.1571, 0.108, 0.0841, 0.051, 0.0309, 0.0241, 0.0241], [0.7599, 0.0801, 0.0378, 0.0158, 0.0139, 0.0123, 0.0123, 0.0066], [0.7394, 0.0779, 0.0325, 0.0253, 0.0197, 0.0105, 0.0105, 0.0072]], "ranks": {"Rust": [112011, 97510, 108889, 127911, 165572, 219508, 120773, 99717, 76702, 39512, 38660, 15090, 18051, 13929, 13615, 15327, 25837, 22526, 18578, 9199, 10426, 18256, 19747, 27969, 51097, 64946, 90171, 112183, 39577, 69953, 76148, 71761, 76225, 57379, 45413, 36091, 30756, 33056, 16410, 17057, 13709, 4391, 2584, 1771, 738, 160, 71]}}, {"pos": 427, "top": [["o", "an", "er", "ing", "u", "en", "quele", "a"], ["o", "an", "er", "u", "a", "e", "en", "quele"], ["o", "an", "er", "ing", "e", "a", "\u0631", "u"], ["o", "er", "an", "\u0631", "ing", "\u05ea", "e", "quele"], ["o", "er", "an", "\u0631", "\u05ea", "ing", "e", "quele"], ["o", "er", "\u05ea", "an", "ing", "\u0631", "quele", "a"], ["o", "er", "an", "ing", "\u05ea", "a", "e", "\u0631"], ["o", "er", "an", "\u05ea", "ing", "a", "\u0631", "quele"], ["o", "an", "er", "a", "\u05ea", "ing", "\u0631", "e"], ["o", "an", "ing", "er", "a", "\u05ea", "e", "\u0631"], ["o", "ing", "an", "a", "er", "e", "\u05ea", "en"], ["o", "a", "an", "ing", "er", "e", "\u05ea", "quele"], ["o", "a", "an", "ing", "er", "e", "en", "\u05ea"], ["o", "ing", "a", "an", "er", "e", "en", "ed"], ["o", "ing", "an", "a", "er", "e", "en", "!"], ["o", "ing", "a", "an", "er", "e", "en", " brilliantly"], ["ing", "o", "an", "a", "er", " hugely", "*", "!"], [":**", "!", "ing", ":*", "o", "*", "**", "a"], [":*", "!", "ing", " focused", " leveraging", " reimag", ":**", " Leveraging"], [" leveraging", ":*", " focused", " Leveraging", " prioritizing", "focused", " reimag", ":**"], [":*", " leveraging", " focused", "*.", "*:", " focussed", ":**", " focus"], [" leveraging", ":*", " focused", "*:", ":**", " focussed", " prioritizing", " prioritized"], [":*", "*:", " leveraging", ":**", " focussed", " prioritizing", " prioritized", " focused"], [" leveraging", " prioritizing", " prioritized", " prioritization", " impactful", " proactively", " focused", ":**"], [" prioritizing", "**:", " leveraging", ":**", " prioritization", " Fokus", " prioritized", " crucially"], ["**:", " prioritization", " Fokus", " Focusing", " prioritizing", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", ":**", " prioritized"], [" Focusing", " prioritization", " prioritizing", " Leveraging", "Firstly", " Fokus", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", " Firstly"], [" prioritization", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", " prioritizing", " overarching", " prioritized", " \ud575\uc2ec", "Essentially", "\u603b\u4f53"], ["Firstly", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", " Firstly", " \u00d6ncelikle", ">**", "Essentially", "**:", " \ud575\uc2ec"], [" \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", "](#", "Firstly", ">**", " conceptually", " Predicting", "\u1294\u1273", " Firstly"], ["](#", ">**", " (**", "**(", " `#", "**:", " \"**", " **"], [">**", "](#", "**(", " (**", " **", "**:", "**", " \"**"], [">**", "**(", " **", "**", "**:", "](#", " (**", "**,"], [">**", "**", " **", "**(", "](#", "**:", " (**", "**,"], [">**", "](#", "**(", " **", "**", "**:", " \"**", " (**"], [" **", "**", ">**", "**:", " \"**", "**(", " (**", "](#"], ["**", " **", ">**", "**(", "**:", " \"**", " (**", "**,"], ["**", " **", ">**", "**(", "**:", " \"**", " (**", "**,"], ["**", " **", "**(", ">**", "**:", " \"**", " (**", "**,"], ["**", " **", ">**", "**(", "**:", " (**", " \"**", "**,"], [" **", "**", "**(", " \"**", ">**", " (**", "**:", "**,"], [" **", "**", " \"**", "**(", ">**", " (**", "**:", "**,"], [" **", "**", " \"**", "**(", "##", " ##", " (**", " ***"], [" **", "**", "**(", "**:", " \"**", "##", " (**", "**."], [" **", "**", "**(", "##", " ***", "**:", " *", " \"**"], ["**", " **", "**(", "##", " ***", "**.", " \"**", " ##"], ["**", "##", " **", "**(", "###", "####", "***", " ##"]], "p": [[0.9753, 0.0179, 0.0066, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.989, 0.0086, 0.0019, 0.0003, 0.0001, 0.0001, 0.0001, 0.0], [0.9238, 0.0358, 0.0358, 0.0011, 0.0011, 0.0007, 0.0004, 0.0003], [0.8227, 0.1113, 0.0526, 0.0043, 0.0034, 0.002, 0.0009, 0.0007], [0.8456, 0.1144, 0.0255, 0.0035, 0.0027, 0.0027, 0.0013, 0.0011], [0.7938, 0.0652, 0.0507, 0.0507, 0.024, 0.0042, 0.0042, 0.0032], [0.992, 0.0041, 0.0032, 0.0003, 0.0003, 0.0003, 0.0, 0.0], [0.9682, 0.0108, 0.0108, 0.0051, 0.0024, 0.0024, 0.0002, 0.0001], [0.9866, 0.0052, 0.004, 0.0024, 0.0012, 0.0003, 0.0001, 0.0001], [0.9955, 0.0015, 0.0015, 0.0009, 0.0006, 0.0, 0.0, 0.0], [0.9992, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9953, 0.0025, 0.0015, 0.0006, 0.0002, 0.0, 0.0, 0.0], [0.9942, 0.0041, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9772, 0.0085, 0.0066, 0.0066, 0.0011, 0.0, 0.0, 0.0], [0.9896, 0.004, 0.0031, 0.0025, 0.0007, 0.0001, 0.0, 0.0], [0.977, 0.0139, 0.0051, 0.0031, 0.0007, 0.0001, 0.0, 0.0], [0.8693, 0.0714, 0.0433, 0.0124, 0.0028, 0.0002, 0.0002, 0.0002], [0.667, 0.1488, 0.1159, 0.0426, 0.0058, 0.0045, 0.0035, 0.0035], [0.27, 0.1275, 0.1126, 0.0877, 0.0683, 0.0469, 0.0469, 0.0414], [0.577, 0.1459, 0.1288, 0.0369, 0.0174, 0.0136, 0.0082, 0.0082], [0.7471, 0.1146, 0.0541, 0.0226, 0.0199, 0.0107, 0.0094, 0.0027], [0.5185, 0.3145, 0.0901, 0.0331, 0.0258, 0.0074, 0.0058, 0.0013], [0.9411, 0.0284, 0.0284, 0.0018, 0.0001, 0.0, 0.0, 0.0], [0.8648, 0.117, 0.0075, 0.0058, 0.0035, 0.0006, 0.0002, 0.0002], [0.1949, 0.172, 0.1182, 0.0813, 0.0717, 0.0633, 0.0384, 0.0299], [0.1601, 0.1601, 0.0971, 0.0971, 0.0971, 0.0857, 0.0857, 0.0191], [0.4405, 0.143, 0.0867, 0.041, 0.0362, 0.0362, 0.0282, 0.0194], [0.5736, 0.0997, 0.0776, 0.0685, 0.0196, 0.0196, 0.0153, 0.0135], [0.4498, 0.3503, 0.0254, 0.0174, 0.0154, 0.0136, 0.0136, 0.0073], [0.5294, 0.4123, 0.0205, 0.0052, 0.0046, 0.0028, 0.0028, 0.0028], [0.8452, 0.1144, 0.0155, 0.0121, 0.0044, 0.0027, 0.0024, 0.0009], [0.5159, 0.4018, 0.0544, 0.0094, 0.0074, 0.0045, 0.0045, 0.0008], [0.9151, 0.0215, 0.0215, 0.0215, 0.0062, 0.0062, 0.0048, 0.0023], [0.8305, 0.0875, 0.0413, 0.0251, 0.0092, 0.0034, 0.0016, 0.001], [0.8979, 0.0574, 0.0164, 0.01, 0.01, 0.0078, 0.0003, 0.0001], [0.8459, 0.0694, 0.0694, 0.0094, 0.0035, 0.0021, 0.0002, 0.0001], [0.7222, 0.2657, 0.008, 0.0023, 0.0018, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7773, 0.2227, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5926, 0.4073, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [23533, 16959, 22653, 19168, 26190, 43221, 16029, 13353, 7380, 8253, 7460, 4442, 8180, 4821, 7395, 6121, 10522, 8891, 6550, 3819, 5777, 14613, 18972, 25629, 24009, 49196, 40324, 67241, 33614, 92750, 70726, 70229, 49598, 39341, 27189, 24886, 29106, 40586, 42874, 60157, 74657, 100350, 55090, 43372, 25229, 45769, 8412]}}, {"pos": 428, "top": [["**", ".**", ")**", ":**", "**.", "**,", ">**", "**:"], ["**", ".**", ")**", ":**", ">**", "**,", "**.", "**:"], ["**", ".**", ")**", ">**", ":**", " **", "**,", "**."], ["**", ".**", ")**", ">**", ":**", " **", "**,", "**."], ["**", ".**", " **", ")**", ">**", ":**", "**,", " \"**"], ["**", ".**", " **", ")**", ">**", ":**", " \"**", "**,"], ["**", ".**", ")**", ":**", "**,", ">**", "**.", "**:"], ["**", ".**", ")**", ":**", "**,", ">**", "**:", "**."], ["**", ".**", ")**", ":**", "**,", "**.", ">**", "**:"], ["**", ".**", ")**", "**,", ":**", "**:", "**.", ">**"], ["**", ".**", ")**", "**,", ":**", "**:", "**.", ">**"], ["**", ".**", ":**", "**,", ")**", "**:", "**.", ">**"], ["**", ".**", ":**", "**,", ")**", "**:", "**.", ">**"], ["**", ".**", ":**", "**,", "**:", "**.", ")**", ">**"], ["**", ".**", ":**", "**,", "**:", "**.", ")**", ">**"], ["**", ".**", ":**", "**:", "**,", "**.", ")**", ">**"], ["**", ".**", ":**", "**:", "**.", "**,", ")**", ">**"], ["**", ":**", ".**", "**:", "**.", "**,", ")**", ">**"], ["**", ":**", "**:", ".**", "**.", "**,", ")**", ">**"], ["**", ":**", "**:", ".**", "**.", "**,", ")**", ">**"], [":**", "**", "**:", ".**", "**.", "**,", ")**", ">**"], [":**", "**:", "**", ".**", "**.", "**,", ")**", ">**"], [":**", "**:", "**", ".**", "**.", ")**", "**,", ">**"], [":**", "**:", "**", ")**", "**.", ".**", "**,", ">**"], [":**", "**:", ")**", ".**", ">**", "**", "**.", "**,"], [":**", "**:", ")**", ".**", ">**", "**.", "**", "**,"], [":**", "**:", ")**", ">**", ".**", "**", "**.", " Predictive"], [":**", "**:", " prioritization", " Predicting", " Predictive", " Prediction", ">**", " Predicted"], [" Predicting", "Prediction", " prioritization", " Prediction", "Overall", " Predictive", " Predicted", "Predicted"], [" Predicting", " Prediction", " Predicted", "Prediction", " Predictive", " prioritization", " prediction", "Predicted"], [" Predicting", " Prediction", " Predicted", "Prediction", " prediction", " Predictive", " Predictions", "Predicted"], [" Prediction", " Predicting", " Predicted", "Prediction", " prediction", " Predictive", "Predicted", " Predictions"], [" Predicting", " Prediction", "Prediction", " Predicted", " prediction", " Predictive", "prediction", " Predictions"], ["Prediction", " Prediction", " Predicting", " prediction", " Predicted", " Predictive", "prediction", "Predicted"], [" Prediction", " Predicting", "Prediction", " Predicted", " prediction", "Overall", " Predictions", " Predictive"], [" Prediction", "Prediction", " Predicting", " Predicted", " prediction", " Predictions", "Predicted", " Predictive"], [" Prediction", "Prediction", " Predicting", " prediction", " Predicted", "Predicted", " Predictions", "prediction"], [" Prediction", "Prediction", " prediction", " Predicting", " Predicted", "Predicted", "prediction", " Predictions"], [" Prediction", "Prediction", " prediction", " Predicted", " Predicting", "Predicted", "prediction", " Predictions"], [" Prediction", "Prediction", " Predicting", " prediction", " Predicted", " Predictive", "Predicted", "prediction"], [" Prediction", " Predicted", "Prediction", " Predicting", " prediction", "Predicted", " Revised", " Predictive"], [" Predicted", " Prediction", " Predicting", " Revised", " prediction", "Prediction", "What", " Overall"], [" Prediction", " Predicted", " Revised", " Predicting", " What", "What", " Overall", " prediction"], [" What", " Prediction", "What", " Predicted", " Predicting", " Revised", " what", " prediction"], ["What", " What", " what", " Prediction", " Revised", " Predicted", " Predicting", "Prediction"], ["What", " What", " what", " Revised", "Overall", "Lik", "Revised", " Overall"], ["What", "Overall", "Revised", "Lik", "Core", "Understanding", "Most", " What"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0025, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7275, 0.2676, 0.0049, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8789, 0.1189, 0.0022, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9935, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8959, 0.0735, 0.0164, 0.01, 0.0037, 0.0001, 0.0001, 0.0001], [0.4905, 0.2975, 0.0664, 0.0664, 0.0403, 0.019, 0.0115, 0.0026], [0.9541, 0.0288, 0.0136, 0.0018, 0.0014, 0.0001, 0.0001, 0.0], [0.6983, 0.2569, 0.0211, 0.0211, 0.0013, 0.001, 0.0001, 0.0001], [0.4748, 0.4748, 0.039, 0.0087, 0.0019, 0.0007, 0.0, 0.0], [0.6755, 0.2485, 0.0554, 0.0124, 0.0075, 0.0004, 0.0001, 0.0001], [0.5992, 0.3634, 0.0298, 0.0067, 0.0009, 0.0, 0.0, 0.0], [0.8749, 0.0718, 0.0436, 0.0097, 0.0, 0.0, 0.0, 0.0], [0.9353, 0.0466, 0.0171, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.7297, 0.2684, 0.0011, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.7303, 0.2687, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9475, 0.0472, 0.0039, 0.0009, 0.0005, 0.0, 0.0, 0.0], [0.9761, 0.0108, 0.0066, 0.004, 0.0024, 0.0, 0.0, 0.0], [0.8324, 0.0877, 0.0532, 0.0152, 0.0092, 0.001, 0.0004, 0.0002], [0.4283, 0.4283, 0.058, 0.058, 0.0101, 0.0037, 0.0029, 0.0029], [0.3693, 0.2876, 0.1359, 0.0642, 0.0642, 0.0389, 0.0112, 0.0068], [0.4021, 0.1479, 0.1479, 0.1152, 0.0699, 0.0424, 0.0424, 0.0074], [0.2005, 0.177, 0.1562, 0.1378, 0.1216, 0.1073, 0.0395, 0.0078], [0.4457, 0.2106, 0.164, 0.0366, 0.0251, 0.0135, 0.0119, 0.0093], [0.9598, 0.0256, 0.0065, 0.0009, 0.0009, 0.0008, 0.0005, 0.0004]], "ranks": {"Rust": [148153, 137313, 122304, 138489, 187848, 204571, 167507, 149838, 147749, 151003, 132084, 137819, 139073, 91001, 88660, 78386, 83452, 91222, 68305, 43129, 66945, 63128, 67824, 72435, 53410, 56389, 55412, 81962, 34664, 64953, 72954, 73164, 67246, 46601, 49104, 62245, 64648, 72522, 73848, 80441, 45322, 39527, 34750, 30124, 18622, 5448, 1170]}}, {"pos": 429, "top": [[" \u201d", " \u2019", "\u2026.", "!\u201d", "?\u201d", "\u2026", "\u201d\u201c", "\u201d"], [" \u201d", "!\u201d", " \u2019", "\u201d\u201c", "?\u201d", "\u2026.", "\u2026", "\u201d"], [" \u201d", "\u201d\u201c", " \u2019", "!\u201d", "\u201d", "\u2026.", "-\u201d", ":\u201d"], [" \u201d", " \u2019", "\u201d\u201c", "\u2026", "\u2026.", "-\u201d", "!\u201d", "?\u201d"], [" \u201d", " \u2019", " ?\u201d", "\u201d\u201c", " !\u201d", "-\u201d", "!\u201d", "\u2026"], [" \u201d", " \u2019", " ?\u201d", "\u201e", " \u201e", "\u201d\u201c", " !\u201d", " \uff1f"], [" \u201d", " \u2019", "\u201d\u201c", "\uff1f\u201d", "?\u201d", " ?\u201d", "\u201e", "\u2026"], [" \u201d", " \u2019", "\u201d\u201c", "\uff1f\u201d", "?\u201d", " ?\u201d", "\u201e", "\uff01\u201d"], [" \u201d", " \u2019", "?\u201d", "\uff1f\u201d", "\u201d\u201c", " ?\u201d", "\u201d", "!\u201d"], [" \u201d", " \u2019", "?\u201d", "\uff1f\u201d", " ?\u201d", "\u201d", "\u201d\u201c", "\u2019\u201d"], [" \u201d", " \u2019", "?\u201d", "\uff1f\u201d", " ?\u201d", "\u201d", "\u201e", "\u2019\u201d"], [" \u201d", " \u2019", "?\u201d", "\uff1f\u201d", "!\u201d", "\u201d?", " ?\u201d", "\u201d"], [" \u201d", "?\u201d", " \u2019", "\uff1f\u201d", "!\u201d", "\u201d?", " ?\u201d", "\u201d"], ["?\u201d", " \u201d", "!\u201d", "\u201d?", "\uff1f\u201d", " \u2019", "\u201d", ",\u201d"], ["?\u201d", " \u201d", "\uff1f\u201d", "!\u201d", "\u201d?", " \u2019", " ?\u201d", "\uff01\u201d"], ["?\u201d", "\uff1f\u201d", "!\u201d", "\u201d?", " \u201d", "?\u2019\u201d", "\uff01\u201d", "\u2026?"], ["?\u201d", " \u201d", "!\u201d", "\u201d?", "\uff1f\u201d", " ?\u201d", " \u2019", "\u201d"], ["?\u201d", "\u201d?", "\uff1f\u201d", "!\u201d", " \u201d", "\u2026\u201d", "\u2026?", "\u2026"], ["?\u201d", "\u201d?", "\uff1f\u201d", " \u201d", "!\u201d", "\u2026?", " ?\u201d", "?\u2019\u201d"], ["?\u201d", " \u201d", "\u201d?", "\uff1f\u201d", "!\u201d", " \u2019", "?\u2019\u201d", "\u2026?"], ["?\u201d", "\u201d?", "!\u201d", "\u2026?", "\uff1f\u201d", "?\u2019\u201d", " \u2019", "\u2019?"], ["?\u201d", "\u201d?", "?\u2019\u201d", "!\u201d", "\u2019?", " \u2019", "!?", "\uff1f\u201d"], ["?\u201d", "\u201d?", "!\u201d", "\u2019?", "?\u2019\u201d", "!?", "\uff1f\u201d", "?"], [" REALLY", " vulnerabilities", " prioritized", " Happens", "!:", " impactful", " Risks", " Potential"], [" REALLY", "?:", " Happens", "!:", " Potential", " Likely", " prioritized", " Risks"], ["?:", " Happens", " Likely", " Potential", " REALLY", " Risks", ":**", "?')"], [" Likely", " Happens", "?:", " REALLY", " Potential", " Risks", " Predicting", ":**"], [" Likely", " Happens", " Risks", " Predicting", " Biggest", " Potential", " likely", " Expect"], [" Likely", " Happens", " Predicting", " likely", " Expect", " Expected", " Predicted", " Risks"], [" Likely", " Happens", " likely", " predicts", " Predicting", " happens", " Predicted", " Predict"], [" Likely", " likely", " Happens", " predicts", " gets", " Probably", " Expected", " happens"], [" Likely", " likely", " Happens", " gets", " predicts", " will", " happens", " worsens"], [" Likely", " gets", " likely", " will", " predicts", " Happens", " happens", " expects"], [" Likely", " likely", " will", " predicts", " WILL", " Happens", " gets", " Probably"], [" Likely", " likely", " will", " Probably", " Happens", " predicts", " gets", " \u062e\u0648\u0627\u0647\u062f"], [" Likely", " likely", " breaks", " Breaks", " gets", " worsens", " Happens", " explodes"], [" Likely", " likely", " breaks", " Breaks", " will", " gets", " Happens", "likely"], [" Likely", " likely", " breaks", " Breaks", " will", " gets", " Happens", " explodes"], [" Likely", " breaks", " Breaks", " likely", " explodes", " gets", " will", " Break"], [" Likely", " Breaks", " breaks", " likely", " explodes", " Probably", " gets", " Gets"], [" breaks", " Breaks", " Likely", " explodes", " likely", "breaks", " gets", " will"], [" breaks", " Breaks", " Break", "breaks", " Breaking", " break", " BREAK", "Break"], [" Breaks", " breaks", " Break", "breaks", " Breaking", " break", " BREAK", " Bre"], [" Breaks", " breaks", " Break", "breaks", " Bre", " BREAK", " Breaking", " break"], [" Breaks", " breaks", " Likely", " Will", " will", " Break", " Bre", "breaks"], [" Breaks", " breaks", " Likely", " Will", " likely", " Bre", " will", " Absolutely"], [" Breaks", " breaks", " Will", " Likely", " Bre", "'", " Absolutely", " Almost"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9755, 0.0229, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9607, 0.029, 0.0083, 0.0011, 0.0004, 0.0003, 0.0001, 0.0], [0.7371, 0.2112, 0.0286, 0.0105, 0.0082, 0.003, 0.0003, 0.0002], [0.6544, 0.3091, 0.0154, 0.012, 0.0073, 0.0006, 0.0002, 0.0002], [0.9851, 0.0052, 0.0052, 0.0024, 0.0019, 0.0001, 0.0, 0.0], [0.9188, 0.0356, 0.0277, 0.0102, 0.0062, 0.0002, 0.0002, 0.0002], [0.913, 0.0354, 0.013, 0.013, 0.0101, 0.0062, 0.0062, 0.0008], [0.8853, 0.0566, 0.0267, 0.0126, 0.0098, 0.0046, 0.0015, 0.0007], [0.8005, 0.0512, 0.0512, 0.031, 0.0274, 0.0242, 0.0054, 0.0025], [0.6452, 0.1631, 0.0989, 0.0195, 0.0172, 0.0134, 0.0056, 0.0056], [0.759, 0.0623, 0.0428, 0.0378, 0.0178, 0.0158, 0.0158, 0.0084], [0.8196, 0.0864, 0.036, 0.0117, 0.0091, 0.0063, 0.0049, 0.0043], [0.3355, 0.2613, 0.2035, 0.0354, 0.0354, 0.0275, 0.0167, 0.0147], [0.6902, 0.1199, 0.0934, 0.0727, 0.0077, 0.006, 0.0036, 0.0022], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7053, 0.2595, 0.0351, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8209, 0.1111, 0.0674, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.7308, 0.2688, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6791, 0.3208, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9653, 0.033, 0.001, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9969, 0.0012, 0.001, 0.0005, 0.0004, 0.0, 0.0, 0.0]], "ranks": {"Rust": [13653, 11942, 17562, 19842, 35621, 64461, 26126, 24668, 18263, 14911, 21546, 15544, 18688, 16552, 17229, 15575, 14972, 17832, 15703, 9362, 14932, 13838, 14185, 16204, 20172, 30245, 42081, 25712, 31579, 31903, 29704, 19357, 20427, 14625, 16446, 11307, 17376, 21083, 15406, 17916, 21073, 14946, 14407, 13282, 6979, 3323, 1985]}}, {"pos": 430, "top": [["--\u201c", "--\u2019", "\u2010", "\u2981", "</b>", " \u201c\u2026", " (\u2018", " \u201c."], ["--\u201c", "--\u2019", "</b>", ":\u201d", "---\u2019", "\u2010", "\u25cf", " \u201c."], ["--\u201c", "</b>", ":\u201d", "--\u2019", " \u25cf", " -------", " ------", " \u201c."], ["--\u201c", "</b>", "--\u2019", "---\u2019", " -------", " --------", " ------", " ---------"], ["--\u201c", "</b>", "--\u2019", " -------", " --------", " ------", "\u2010", ",--"], ["--\u201c", "\u2010", "</b>", "--\u2019", " --", " ------", " -------", " ---"], ["--\u201c", "</b>", " {\\", "\u2010", "----", "--", " ------", ",--"], ["</b>", "--\u201c", " {\\", " \u201c.", "\u2010", " \u201c\u2026", " ```", " \u25cf"], ["</b>", "--\u201c", " {\\", " \u201c.", " \ufffd", " \ufeff", "</i>", " ------"], ["</b>", "--\u201c", "</i>", " \ufffd", " \u201c.", " {\\", " --", " -------"], ["</b>", "</i>", " .\u201d", " \u201c.", "--\u201c", " {\\", " \ufffd", " ?\u201d"], ["</b>", "</i>", " --", "--\u201c", "!\u201d", "--", ",\u201d", " ---"], ["</b>", " --", "</i>", "--", "--\u201c", " ---", "</h2>", "---"], ["</b>", " --", "--", "</i>", "</h2>", " ---", "--\u201c", "---"], ["</b>", "</i>", "</h2>", " --", ",\u201d", "!\u201d", "--", "</code>"], ["!\u201d", "</b>", "!\u201d.", "--\u201c", " --", ",\u201d", "</i>", "--"], ["</b>", " --", "!\u201d", "</h2>", "</i>", "--", "  ", " &"], ["</b>", "!\u201d", "</h2>", " --", "</i>", "!\u201d.", "?\u201d", "\u201d."], [" --", "!\u201d", "</b>", " ---", "--", "!\u201d.", "--\u201c", "?\u201d"], [" --", "</b>", "</i>", "--", "--\u201c", "!\u201d", " ---", "---"], [" --", "--\u201c", "!\u201d", "--", " ---", "</b>", " REALLY", "---"], [" (\u201c", " REALLY", "--\u201c", "!\u201d", ":", " --", " (", " Worse"], [":", " REALLY", "!\u201d", ":\u201d", "\u201d:", " (\u201c", "--\u201c", "!\u201d."], [" REALLY", " Worse", " Happens", " unpredict", " prioritized", " IMMEDI", " Likely", ":"], [" REALLY", " Likely", "?:", " Happens", ":**", "**:", " IMMEDI", " Unexpected"], ["?:", " Likely", ":**", " Happens", " Troubleshooting", "**:", " REALLY", " Depends"], [" Likely", "?:", ":**", " Happens", " IMMEDI", "**:", ":\");", "*:"], [" Likely", " Biggest", " Fastest", " Happens", "?:", " Priority", " IMMEDI", " Probability"], [" Likely", " Fastest", "?:", " Biggest", " \u0d06\u0d26\u0d4d\u0d2f\u0d02", " Initially", " zuerst", " Firstly"], [" FIRST", " zuerst", " Likely", " Fastest", " first", " \u0d06\u0d26\u0d4d\u0d2f\u0d02", "\u6700\u521d\u306b", " Firstly"], [" Likely", " Fastest", " earliest", " zuerst", " FIRST", "\u6700\u521d\u306b", " first", " \u0d06\u0d26\u0d4d\u0d2f\u0d02"], [" zuerst", " first", " FIRST", " Fastest", " \u043f\u0435\u0440\u0432\u044b\u043c", "\u6700\u521d\u306b", " \u0d06\u0d26\u0d4d\u0d2f\u0d02", " Firstly"], [" zuerst", " first", " FIRST", " Fastest", " \u0d06\u0d26\u0d4d\u0d2f\u0d02", " \u043f\u0435\u0440\u0432\u044b\u043c", "\u6700\u521d\u306b", " Firstly"], [" quickest", " Fastest", " fastest", " first", " zuerst", " FIRST", " earliest", " easiest"], [" first", " Fastest", " quickest", " fastest", " FIRST", " zuerst", " \u043f\u0435\u0440\u0432\u044b\u043c", " earliest"], [" first", " FIRST", "first", " primeiro", " \u043f\u0435\u0440\u0432\u044b\u043c", " First", " zuerst", " pertama"], [" first", " FIRST", "first", " primeiro", " \u043f\u0435\u0440\u0432\u044b\u043c", " First", " zuerst", " pertama"], [" first", " FIRST", "first", " \u043f\u0435\u0440\u0432\u044b\u043c", " primeiro", " First", " zuerst", " pertama"], [" first", " FIRST", " First", "first", " fastest", " primeiro", " \u043f\u0435\u0440\u0432\u044b\u043c", "First"], [" first", " FIRST", "first", " First", " fastest", " Fastest", " primeiro", " \u043f\u0435\u0440\u0432\u044b\u043c"], [" first", " FIRST", " fastest", " Fastest", " First", "first", " quickest", " earliest"], [" first", " First", " FIRST", " Fastest", " fastest", "first", " quickest", " earliest"], [" first", " First", " FIRST", " Fastest", " fastest", "First", "first", "FIRST"], [" first", " First", " FIRST", " Fastest", " Fist", " fastest", "First", "FIRST"], [" First", " first", " FIRST", " Fastest", " fastest", " Fist", " earliest", "First"], [" First", " Fastest", " first", " FIRST", " *", " Fist", " fastest", "First"], [" First", " Fastest", " first", " FIRST", " Fist", " Most", " *", " Absolutely"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.996, 0.0025, 0.0007, 0.0004, 0.0001, 0.0001, 0.0001, 0.0], [0.6837, 0.2515, 0.0437, 0.0111, 0.0032, 0.0019, 0.0017, 0.0006], [0.7224, 0.1826, 0.036, 0.0117, 0.0103, 0.0062, 0.0043, 0.0043], [0.8809, 0.0439, 0.0301, 0.0111, 0.0059, 0.0052, 0.0046, 0.0041], [0.2781, 0.2455, 0.1023, 0.0903, 0.0427, 0.0427, 0.0332, 0.0332], [0.4039, 0.2162, 0.0901, 0.0901, 0.0376, 0.0376, 0.0138, 0.0095], [0.4029, 0.1308, 0.1154, 0.1019, 0.0481, 0.0331, 0.0258, 0.0177], [0.5666, 0.1264, 0.0985, 0.022, 0.022, 0.0194, 0.0171, 0.0171], [0.4425, 0.1845, 0.0679, 0.0529, 0.0466, 0.0321, 0.0321, 0.0194], [0.424, 0.0737, 0.0737, 0.065, 0.0394, 0.0307, 0.0271, 0.0211], [0.3129, 0.1305, 0.1016, 0.0424, 0.0374, 0.033, 0.0291, 0.0227], [0.1555, 0.1069, 0.1069, 0.0833, 0.0648, 0.0572, 0.0393, 0.027], [0.2407, 0.0608, 0.0474, 0.0418, 0.0369, 0.0326, 0.0326, 0.0287], [0.5898, 0.169, 0.1025, 0.0484, 0.0377, 0.0294, 0.0084, 0.0024], [0.9146, 0.0751, 0.0102, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.611, 0.3706, 0.0068, 0.0041, 0.0041, 0.0015, 0.0015, 0.0002], [0.4749, 0.1747, 0.1747, 0.1747, 0.0007, 0.0001, 0.0001, 0.0], [0.8796, 0.119, 0.0013, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4972, 0.4972, 0.0055, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7035, 0.157, 0.0952, 0.035, 0.0078, 0.0011, 0.0004, 0.0], [0.9622, 0.0291, 0.0039, 0.0039, 0.0009, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9497, 0.0473, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5586, 0.435, 0.0062, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.6429, 0.3037, 0.0528, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9928, 0.0028, 0.0022, 0.0013, 0.0004, 0.0003, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [14029, 11149, 22456, 23073, 30935, 10796, 3564, 2537, 1759, 1063, 1288, 758, 1245, 1199, 1405, 1148, 1872, 1976, 1158, 818, 1934, 1555, 3967, 3010, 4440, 14514, 28592, 26240, 25591, 24087, 23863, 25687, 36297, 40656, 33534, 37474, 57557, 59585, 38490, 39361, 45669, 37729, 30739, 29202, 24520, 11239, 8356]}}, {"pos": 431, "top": [["ieth", "s", ".${", "i", "\u0647", "\u09c7", "i\u017e", "\u09c7\u09b0"], ["s", "ieth", "i", ".${", "\u0647", "\u09c7\u09b0", "e", "s\u0131"], ["s", "ieth", "i", "e", "\u0647", "\u09c7\u09b0", ".${", "\u09c7"], ["s", "ieth", "i", "\u0647", "e", "\u09c7\u09b0", ".${", "\u09c7"], ["s", "ieth", "i", "e", "\u0647", "\u09c7\u09b0", ".\")", "\u09c7"], ["s", "ieth", "i", "e", "\u0647", "\u09c7\u09b0", ".\")", "\u09c7"], ["s", "ieth", "\u09c7\u09b0", ".\",", ".\")", ".',", "e", " ${"], ["s", "ieth", "\u09c7\u09b0", ".\",", ".\")", ".',", "es", "\u0647"], ["s", ".\",", ".\")", "ieth", "\u09c7\u09b0", ".',", ".\"),", "es"], ["s", ".\")", ".\",", "\u09c7\u09b0", "ieth", "</i>", "es", ".\");"], ["s", "</i>", ".\")", ".\",", "ieth", ".`);", ".\");", "</code>"], ["s", ".\")", ".\",", ".',", ".\");", ".\u201d", ".\"", ".')"], ["s", ".\",", ".\")", ".',", ".\"", ",", ".\u201d", ".\");"], [".\",", "s", ".\")", ".',", ",", ".\"", ".\u201d", ".'"], [".\",", ".\")", ".\"", "s", ".',", ",", ".\u201d", ".'"], [".\",", ".\")", ",", ".\"", ".',", ".*", "s", ".\u201d"], [",", ".\",", ".\")", ".\"", ".\u201d", "s", ".*", ".`"], [".\",", ".\"", ".\u201d", ".\")", ",", ".", ".',", ".\"."], [".\"", ".\",", ".\u201d", ",", ".\")", "s", ":", ".',"], [".\"", ".\",", ",", ".\u201d", ":", ".\")", " (", "</i>"], [":", ".\"", ".\",", ".\")", ".*", ",", ".\u201d", ".',"], [":", ",", ":**", " (", ".',", " quickly", ".\",", " really"], [":", ":**", ",", ":*", " likely", ".\u201d", "</code>", ".\""], [":", " likely", ":**", " Likely", " potentially", "*:", ":*", " impactful"], [" likely", " Likely", ":**", ":", "**:", "*:", ":*", " potentially"], [":**", " Likely", "*:", "**:", ":*", ":", " likely", ":\");"], [":**", "*:", ":*", "**:", " Likely", "?:", ":", ":\")"], [":**", ":*", "*:", "**:", "?:", ":", " Likely", ":\")"], [":**", "?:", ":*", "*:", "**:", "\uff1a\uff08", ":", "():"], [":**", "?:", "*:", ":", ":*", "**:", "():", ":\")"], ["?:", ":**", ":", "*:", ":*", "**:", "():", "\uff1a\uff08"], [":**", "?:", "*:", ":*", ":", "**:", "():", "\uff1a\uff08"], ["?:", ":**", "*:", ":*", ":", "**:", "\uff1a\uff08", "():"], ["?:", ":**", "*:", ":*", "**:", ":", "():", ":\")"], ["?:", ":**", "*:", ":*", ":", "**:", "():", "\uff1a\uff08"], ["?:", ":**", ":", "*:", ":*", "**:", " Prediction", " Likely"], [":**", "?:", "*:", ":", "**:", ":*", " Prediction", "():"], [":**", "?:", "*:", ":", ":*", "**:", " Prediction", "():"], [":**", ":", "?:", "*:", ":*", "**:", " Prediction", " ("], [":**", "?:", ":", "*:", "**:", ":*", "():", " ("], ["?:", ":**", ":", " (", "*:", " Likely", "**:", " Probability"], ["?:", ":", ":**", " (", " Likely", "**:", "*:", " Probability"], [" (", ":", "?:", ":**", " Prediction", " Likely", "*:", "**:"], [" (", ":", "?:", ":**", "?", "*:", "**:", " :"], [" (", ":**", ":", "?:", "?", "**:", " :", " Prediction"], [":**", " (", "**:", ":", "**", "?:", " &", "?"], [":**", " (", ":", "?", " &", ",", "**:", "**"]], "p": [[0.8369, 0.1133, 0.0417, 0.0072, 0.0008, 0.0, 0.0, 0.0], [0.9617, 0.0373, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8785, 0.1189, 0.0022, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7769, 0.2226, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9581, 0.0225, 0.0175, 0.001, 0.0002, 0.0002, 0.0001, 0.0001], [0.7137, 0.1804, 0.0664, 0.0148, 0.007, 0.0042, 0.0026, 0.002], [0.5909, 0.1318, 0.0906, 0.0623, 0.0428, 0.0378, 0.0096, 0.0045], [0.4413, 0.1433, 0.0985, 0.0677, 0.0677, 0.0677, 0.032, 0.0151], [0.4316, 0.1588, 0.1091, 0.075, 0.0584, 0.0401, 0.0313, 0.0244], [0.3511, 0.1658, 0.1463, 0.1463, 0.0224, 0.0198, 0.0154, 0.0106], [0.24, 0.24, 0.1, 0.0883, 0.0779, 0.0473, 0.0197, 0.0197], [0.1977, 0.1744, 0.0824, 0.0727, 0.0727, 0.05, 0.0344, 0.0268], [0.23, 0.1395, 0.0659, 0.0582, 0.0582, 0.0513, 0.0331, 0.0258], [0.1807, 0.1594, 0.1242, 0.0518, 0.0356, 0.0314, 0.0314, 0.0295], [0.4593, 0.1491, 0.0377, 0.0333, 0.0202, 0.019, 0.0178, 0.009], [0.8625, 0.023, 0.0055, 0.0048, 0.0045, 0.0045, 0.0035, 0.0033], [0.6153, 0.2264, 0.0393, 0.0393, 0.0145, 0.0113, 0.0077, 0.0037], [0.6177, 0.2272, 0.1073, 0.0308, 0.0113, 0.0032, 0.0012, 0.0006], [0.8806, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6213, 0.3769, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.88, 0.1191, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9524, 0.0474, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8152, 0.1819, 0.002, 0.0007, 0.0002, 0.0, 0.0, 0.0], [0.9231, 0.0758, 0.0008, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0005, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8375, 0.0883, 0.0687, 0.0044, 0.0006, 0.0005, 0.0, 0.0], [0.9618, 0.029, 0.005, 0.0031, 0.0009, 0.0002, 0.0, 0.0], [0.6, 0.2834, 0.1043, 0.0052, 0.0031, 0.0015, 0.0015, 0.0003], [0.3739, 0.2912, 0.2912, 0.0307, 0.0032, 0.0032, 0.0032, 0.0009], [0.576, 0.3494, 0.0607, 0.0105, 0.0009, 0.0007, 0.0005, 0.0003], [0.5811, 0.2745, 0.1297, 0.0106, 0.003, 0.0002, 0.0002, 0.0002], [0.8798, 0.0637, 0.0438, 0.0076, 0.0025, 0.0009, 0.0007, 0.0003], [0.968, 0.0258, 0.0051, 0.0004, 0.0003, 0.0002, 0.0001, 0.0001], [0.6226, 0.2941, 0.0579, 0.0146, 0.0069, 0.0029, 0.0003, 0.0002]], "ranks": {"Rust": [145233, 133633, 156003, 180920, 204184, 185432, 99201, 103036, 56403, 44392, 34740, 20914, 26271, 25635, 31447, 25147, 21048, 20051, 15163, 11032, 13168, 12051, 17839, 12164, 14681, 40321, 68789, 70124, 67121, 77880, 88721, 69056, 66742, 66223, 68697, 56357, 78679, 71642, 62384, 51337, 31712, 30834, 18814, 12611, 11092, 6511, 6187]}}, {"pos": 432, "top": [["</h2>", "</em>", " )", "...)", "\u2026)", " ).", "</h5>", " ),"], ["</h2>", " )", " ),", " ).", "...)", "\u201d)", "</em>", ")..."], [" )", " ),", " ).", " ())", " )(", "\u2026)", "\u2026).", "\u201d)"], [" )", " ),", " ())", " ).", " )(", "...)", "\u2026)", ")..."], [" )", " ())", " ),", " ).", " )(", "\u2026)", "...)", "</h2>"], [" )", " ),", " ).", " ())", " )(", "\u2026)", "...)", " ...)"], [" )", " ),", " ).", "\u2026)", " ())", "\u2026).", ")...", "...)"], [" ),", " )", " ).", "\u2026)", " ())", "\u2026).", ")...", "...)"], [" ),", " ).", ")...", "\u2026).", "...).", " )", "\u2026)", "...)"], [" )", " ).", "\u2026).", "\u2026)", " ),", "...)", ")...", "...)."], ["\u2026)", "\u2026).", " ).", " )", " ),", ")\u2026", ")...", "...)"], ["\u2026)", " )", " ).", "!)", "\u2026).", " ),", "...)", ")..."], ["!)", " )", " ).", ").", "!).", " ),", "\u2026)", ")..."], ["!)", ").", "!).", "),", ")", "...).", ")...", "!),"], [").", "!)", "!).", "),", "...).", ")...", ")", "...)"], ["!)", "!).", ").", ")", "?).", "\u2026)", ".)", "\u2026)."], ["!)", "!).", ").", "?).", "!),", ")", "?)", "):"], ["\u2026)", "!)", "\u2026).", "!).", "?)", "?).", "...)", ")."], ["!)", "!).", "\u2026)", "?)", "?).", "\u2026).", "!),", "):"], ["!)", "!).", "):", "!),", "?)", "\u2026)", " ())", "?)."], ["):", "!)", "!).", "!),", "?)", "?).", ")?", ")!"], ["):", "!)", "!).", "!),", "?).", "?)", ")?", ")!"], ["):", "!).", "!)", "?).", ").", ".):", "\"):", ")?"], ["):", "!).", "!)", ":\")", " prioritization", "!),", " prioritized", " Troubleshooting"], ["):", "!).", "\"):", ":\")", ".):", "!),", "!)", ")\")"], ["):", ":\")", " prioritization", ".):", "!).", ":\");", "\"):", ")\uff1a"], [" prioritization", "):", " prioritized", " Predictive", " \u0d38\u0d3e\u0d27\u0d4d\u0d2f\u0d24", " Likely", " Predicting", " prioritizing"], [" prioritization", " Likely", " Predicting", " Predictive", " prioritized", " Predicted", " Probability", " Prediction"], [" prioritization", " prioritized", " Predicting", " Predicted", " Likely", " Prediction", "Prediction", "likely"], [" prioritization", " Probability", " prioritized", " Likely", "Probability", " Predicting", "probability", "likely"], [" Probability", " prioritization", "Probability", "probability", " probabilities", " Likely", "likely", " probability"], [" Probability", "Probability", " probabilities", " prioritization", "probability", " probability", " Predicted", " Predicting"], [" prioritization", "Probability", " Probability", " Ranked", " prioritized", " probabilities", "probability", " probability"], ["Probability", " Probability", " probabilities", " prediction", " Prediction", "probability", " probability", "Prediction"], [" Probability", "Probability", " probabilities", " probability", " Ranked", "probability", " Prediction", " Predicting"], [" Probability", "Probability", " probabilities", " probability", " Ranked", "probability", " Prediction", " prediction"], ["Probability", " Probability", " Ranked", " probabilities", " probability", "probability", " Prediction", " Predicted"], ["Probability", " Ranked", " Probability", " probability", "probability", " probabilities", " likelihood", " Predicted"], ["Probability", " Probability", " probability", " probabilities", "probability", " Ranked", " likelihood", " prioritization"], ["Probability", " Probability", " Ranked", " probability", "probability", " probabilities", " likelihood", " Likely"], [" Ranked", " Probability", "Probability", " ranked", " Ranking", " probability", "ranked", " ranking"], [" Ranked", " Probability", "Probability", " ranked", " probability", " likelihood", " Likely", " Ranking"], [" Ranked", " Probability", " ranked", " Ranking", " Predicted", " Likely", "Probability", " likelihood"], [" Ranked", " Probability", " ranked", " Ranking", " Predicted", "Probability", " Ordered", "ranked"], [" Ranked", " ranked", " Ranking", " Predicted", "Rank", "ranked", " Rank", " Ordered"], [" Ranked", "Lik", " Ordered", "Ordered", " Lik", " ranked", " Likely", " Probability"], ["Lik", "Most", "Ordered", "Prior", "Rank", " Ranked", "Probability", "Order"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.801, 0.1392, 0.0311, 0.0147, 0.0114, 0.0007, 0.0004, 0.0004], [0.8005, 0.0844, 0.0844, 0.0147, 0.0089, 0.0033, 0.0025, 0.0004], [0.9556, 0.0289, 0.0106, 0.0024, 0.0024, 0.0001, 0.0, 0.0], [0.9811, 0.018, 0.0005, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7189, 0.2645, 0.0132, 0.0029, 0.0004, 0.0001, 0.0001, 0.0], [0.5732, 0.3477, 0.0776, 0.0009, 0.0005, 0.0001, 0.0, 0.0], [0.6469, 0.238, 0.0531, 0.0322, 0.0118, 0.0118, 0.0044, 0.0016], [0.2649, 0.2649, 0.1606, 0.1606, 0.0974, 0.0217, 0.0217, 0.008], [0.8781, 0.1188, 0.0013, 0.0013, 0.0002, 0.0001, 0.0001, 0.0], [0.5319, 0.3226, 0.072, 0.0437, 0.0097, 0.0097, 0.0059, 0.0036], [0.468, 0.2838, 0.1722, 0.0233, 0.0141, 0.0141, 0.0086, 0.0032], [0.6687, 0.246, 0.0333, 0.0202, 0.0122, 0.0045, 0.0045, 0.0027], [0.5853, 0.2153, 0.048, 0.0291, 0.0291, 0.0177, 0.0177, 0.0138], [0.7685, 0.104, 0.104, 0.0052, 0.0031, 0.0031, 0.0031, 0.0019], [0.8045, 0.1795, 0.0147, 0.0004, 0.0003, 0.0003, 0.0002, 0.0001], [0.6884, 0.1536, 0.0932, 0.0343, 0.0076, 0.0076, 0.0046, 0.0046], [0.9418, 0.0469, 0.0063, 0.0023, 0.0014, 0.0005, 0.0002, 0.0002], [0.9599, 0.0226, 0.0137, 0.0014, 0.0011, 0.0005, 0.0004, 0.0001], [0.5359, 0.4174, 0.044, 0.0017, 0.0003, 0.0002, 0.0002, 0.0001], [0.9787, 0.0179, 0.0031, 0.0003, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.994, 0.0015, 0.0015, 0.0012, 0.0005, 0.0005, 0.0003, 0.0001], [0.5516, 0.4296, 0.013, 0.0014, 0.0011, 0.0011, 0.0006, 0.0004], [0.6068, 0.1738, 0.064, 0.064, 0.0388, 0.0183, 0.0143, 0.0067], [0.9128, 0.0749, 0.0048, 0.0018, 0.0011, 0.0011, 0.0006, 0.0005], [0.7649, 0.1329, 0.0381, 0.014, 0.014, 0.014, 0.0066, 0.0052], [0.5135, 0.1146, 0.1146, 0.0892, 0.0695, 0.0422, 0.0256, 0.0121], [0.7931, 0.1073, 0.0308, 0.0239, 0.0239, 0.0053, 0.0042, 0.0032], [0.7185, 0.059, 0.059, 0.059, 0.059, 0.0358, 0.008, 0.0011], [0.7108, 0.1586, 0.0583, 0.0354, 0.013, 0.0079, 0.0079, 0.0029], [0.4981, 0.4981, 0.002, 0.0012, 0.0005, 0.0002, 0.0, 0.0], [0.6189, 0.3754, 0.0025, 0.0025, 0.0006, 0.0001, 0.0, 0.0], [0.8665, 0.1173, 0.0159, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.8587, 0.0705, 0.0705, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.6146, 0.3728, 0.0113, 0.0006, 0.0006, 0.0002, 0.0, 0.0], [0.603, 0.3657, 0.0182, 0.011, 0.0009, 0.0009, 0.0002, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0004, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0003, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.992, 0.0052, 0.0009, 0.0006, 0.0003, 0.0002, 0.0002, 0.0001], [0.5651, 0.2356, 0.0219, 0.0193, 0.0171, 0.0151, 0.0151, 0.0103], [0.348, 0.2392, 0.128, 0.0776, 0.0605, 0.0252, 0.0252, 0.0173]], "ranks": {"Rust": [80357, 61756, 72052, 91997, 96828, 101969, 47198, 50139, 34413, 31722, 32359, 20423, 22978, 17101, 16417, 18885, 22107, 22075, 26540, 12044, 16647, 19886, 28097, 34973, 61506, 67769, 85064, 81068, 74446, 122664, 140359, 113666, 93711, 79687, 79820, 69641, 50356, 60644, 65862, 75058, 44447, 29141, 27659, 24336, 11694, 4995, 2229]}}, {"pos": 433, "top": [["\\(", "\\...", " \\(", " \u7ee7\u7eed\u8bbf\u95ee", " \u09ac\u0995\u09cd\u09a4\u09ac", "\ue01c", "-\u200b", "\ud80c\udc83"], ["\\(", "\\...", " \\(", " \u09b8\u09be\u09b9\u09be\u09af", " \u09ac\u0995\u09cd\u09a4\u09ac", "\ue01c", "\ud80c\udc83", "\\`"], ["\\(", "\\...", "\ud80c\udc83", " ()=>{", " \u09ac\u0995\u09cd\u09a4\u09ac", " \u09b8\u09be\u09b9\u09be\u09af", " \\(", "\u200d"], ["\\(", "\\...", "\ud80c\udc83", " \\(", " ()=>{", "-\u200b", " \u09ac\u0995\u09cd\u09a4\u09ac", " \u09cd"], ["\\(", "\\...", " \\(", "\ud80c\udc83", " ()=>{", "\u0010", "-\u200b", "\\`"], ["\\(", " \\(", "\\...", "\u0010", "\ud80c\udc83", "\\`", "-\u200b", "\ue900"], ["\\(", "\\...", "\u0010", "\\\\", "-\u200b", "\u2223", "...(", " \\("], ["\\(", "\\...", "\u0010", "-\u200b", "\u00ad", " \\(", "\\\\", "\u2062"], ["\\(", "\\...", "\u00ad", "'''", "\u0010", "-\u200b", "\uff63", "</s>"], ["\\(", "\\...", "</s>", "...)", "\u0010", "\u00ad", "'''", "</h6>"], ["\\(", "\uff63", "</h6>", "</s>", "\u00ad", "\u0010", "...*/", "</h5>"], ["\\(", "</s>", "</h6>", "\\...", "'''", "...*/", "\uff63", "...)"], ["\\(", "\\...", "...*/", "</s>", "</h6>", "...)", "'''", "..."], ["\\(", "\\...", "...", "...)", "...'", "...*/", "...?", "'''"], ["\\...", "\\(", "...", "...'", "...*/", "...',", "...)", "...?"], ["\\(", "\\...", "...", "...)", "...(", "...).", "...'", "...?"], ["\\(", "\\...", "</h6>", "...*/", "\\[", ".'''", "*/}", "</em>"], ["\\...", "...", "...*/", "\\(", "...')", "...?", "...'", "...("], ["\\...", "\\(", "...*/", "...?", "</h6>", "...(", "...')", " \u7ee7\u7eed\u8bbf\u95ee"], ["...*/", "\\...", "...',", "...(", "...')", "...'", "...).", "...)"], ["\\...", "...*/", "\\(", "...'", "...',", "...')", "...", "...)."], ["...*/", "\\(", "\\...", " optimizations", "Deterministic", " scalability", "()){", " prioritization"], ["...*/", " scalability", "\\(", "</em>", " prioritization", "\\...", "...).", " optimizations"], [" prioritization", " scalability", " optimizations", " Optimization", " prototyping", " optimization", " prioritized", " skillset"], [" scalability", " prioritization", " optimizations", " Optimization", " iterative", " scalable", " optimization", " prioritized"], ["Deterministic", "videmment", " scalability", " Optimization", "Optimization", "Volatility", "Optimize", "\u0635\u06cc\u0670"], ["\\%)", "()):", ".):", "):", "Deterministic", "\\%).", ")$:", "\\%),"], ["):", ".):", "\\%)", " Probability", "\\%).", "'):", " Predicting", ")\uff1a"], ["):", " Probability", ".):", " Priorities", " Likely", "Probability", "'):", " prioritized"], [" Probability", " Likely", "):", " probabilities", "Probability", " probability", "\u6982\u7387", ".):"], [" Probability", " probabilities", " probability", "Probability", " Likely", "\u6982\u7387", " prioritized", " probabilidad"], [" Probability", " probabilities", "Probability", " probability", " Likely", "\u6982\u7387", " probabilidad", " \u0432\u0435\u0440\u043e\u044f\u0442"], [" Probability", " probabilities", " probability", "Probability", " probabilidad", "\u6982\u7387", " prioritization", " Likely"], [" probabilities", " Probability", " probability", "Probability", "\u6982\u7387", " Likely", " probabilidad", " \u0432\u0435\u0440\u043e\u044f\u0442"], [" Probability", " probability", " probabilities", " Likely", "Probability", " probable", " \u0432\u0435\u0440\u043e\u044f\u0442", " likelihood"], [" Likely", " Probability", "elihood", " likelihood", "hood", " probability", " probabilities", " likely"], ["elihood", " Likely", "hood", " likelihood", " Probability", " probabilities", " probability", "Lik"], ["elihood", " likelihood", " Likely", "likelihood", " Probability", "hood", "Lik", " probability"], ["elihood", " likelihood", " Likely", "Lik", " likely", "likelihood", " probability", " Probability"], ["elihood", " likelihood", "eliest", " Likely", " probability", " likely", "likelihood", "Lik"], ["elihood", "eliest", "eliness", "ely", " likelihood", "Lik", "likelihood", " Likely"], ["elihood", "eliest", "eliness", "ely", " likelihood", "liest", " likely", "ELY"], ["elihood", "eliest", "ely", "eliness", "ELY", "liest", "elih", " likelihood"], ["elihood", "eliest", "ely", "eliness", "ELY", "elih", "eli", "liest"], ["ely", "elihood", "eliest", "ELY", "eliness", "eli", "liest", "elih"], ["ely", "elihood", "eliest", "ELY", "eliness", "eli", "liest", "elly"], ["ely", "elihood", "eliest", "eliness", "ELY", " likely", "liest", " most"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0019, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9854, 0.0141, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7287, 0.2681, 0.003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9215, 0.0278, 0.0278, 0.0169, 0.0018, 0.0014, 0.0011, 0.0007], [0.6914, 0.1543, 0.1543, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8163, 0.1821, 0.0007, 0.0003, 0.0003, 0.0002, 0.0, 0.0], [0.88, 0.1191, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.8928, 0.0941, 0.0127, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9952, 0.0015, 0.0009, 0.0007, 0.0007, 0.0006, 0.0001, 0.0001], [0.3828, 0.3828, 0.2322, 0.0007, 0.0007, 0.0003, 0.0001, 0.0001], [0.8718, 0.118, 0.0097, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.1035, 0.0914, 0.0806, 0.0554, 0.0489, 0.0489, 0.0489, 0.0297], [0.2096, 0.1441, 0.1271, 0.099, 0.0601, 0.0601, 0.0321, 0.0221], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.988, 0.0067, 0.004, 0.0009, 0.0004, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.727, 0.2674, 0.0049, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.9506, 0.0473, 0.0014, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.7296, 0.2684, 0.0018, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4869, 0.4869, 0.0242, 0.002, 0.0, 0.0, 0.0, 0.0], [0.5702, 0.3459, 0.0772, 0.0063, 0.0002, 0.0001, 0.0, 0.0], [0.8422, 0.0691, 0.0419, 0.0254, 0.0094, 0.0057, 0.0057, 0.0003], [0.8744, 0.0718, 0.0435, 0.0059, 0.0036, 0.0005, 0.0003, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9952, 0.0041, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0052, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9591, 0.0372, 0.0019, 0.0019, 0.0, 0.0, 0.0, 0.0], [0.6015, 0.2213, 0.1723, 0.0041, 0.0009, 0.0, 0.0, 0.0], [0.9692, 0.0293, 0.0009, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.7905, 0.1764, 0.0307, 0.0013, 0.0009, 0.0001, 0.0, 0.0], [0.646, 0.3458, 0.0081, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [21923, 17904, 28868, 35497, 39942, 56320, 26961, 28215, 22719, 20845, 23391, 19195, 30479, 24685, 24419, 21000, 27092, 21434, 14074, 12962, 25047, 25033, 36439, 56211, 49905, 54916, 72556, 96282, 82700, 133739, 133786, 159639, 126660, 118365, 145912, 152015, 114320, 150810, 165736, 121642, 72184, 43867, 87717, 52415, 14389, 18744, 26087]}}, {"pos": 434, "top": [["s", "e", "..\u201d", "-\u201d", ":\u201d", "\\\\", ",\u201d", "s\u0131"], ["s", "e", "-\u201d", ":\u201d", "...\u201d", "..\u201d", "\u09c7\u09b0", " {\\"], ["s", "e", "..\u201d", ":\u201d", "-\u201d", "<start_of_image>", "...\u201d", " {\\"], ["s", "</b>", " {\\", "...\u201d", "\\...", "e", ".........", "--\u201c"], ["s", "...\u201d", "</b>", "</i>", ".........", "--\u2019", "...", "\\..."], ["s", "\ufffd", " \u00ad", "\u2026\u2019", "</i>", "?\u2019", "\\(", "</em>"], ["\ufffd", "</em>", "</u>", "s", "</i>", "\\...", "\u2026\u201d", "\u2026\u2019"], ["\ufffd", "</i>", "</em>", "</u>", "s", "\u2026\u201d", "\\...", "\u2026\u2019"], ["</em>", "</i>", "</u>", "\ufffd", "</h5>", "\u2026\u2019", ".\u2019", "\u2026\u201d"], ["</em>", "</i>", "</u>", "</h5>", "\ufffd", "</img>", "</s>", "\u2026\u201d"], ["</em>", "</i>", "</u>", "</h5>", ".\u2019", "\u2026\u2019", "\ufffd", ",\u2019"], ["</em>", "</u>", "</i>", "</h5>", ".\u2019", ",\u2019", "</s>", "?\u2019"], ["</em>", "</u>", "</i>", "</h5>", "\ufffd", "</s>", "*/", "</h6>"], ["</u>", "</em>", "</i>", "</h5>", ".\u2019", "\ufffd", ",\u2019", "?\u2019"], ["</em>", "</u>", "</i>", "</h5>", "\ufffd", "\u2026", ".\u2019", "\u2026\u2019"], ["</em>", "</u>", "</i>", "</h5>", ".\u2019", "\ufffd", "*/", ",\u2019"], ["</em>", "</u>", "</i>", "</h5>", "\ufffd", "*/", ".\u2019", ".*/"], ["</u>", "</em>", "</i>", "</h5>", "*/", "\u2026", ".\u2019", "?\u2019"], ["</u>", "</em>", "</i>", "</h5>", "*/", "\u2026", "\u2026)", ".\u2019"], ["</u>", "</em>", "</i>", "</h5>", " impactful", "*/", "</s>", "\u2026)"], ["</u>", "</em>", "</i>", "</h5>", "*/", "?\u2019", ":**", " impactful"], ["</u>", "</em>", "!\u2019", "?\u2019", ":**", "</i>", ",\u2019", ".\u2019"], ["</u>", "</em>", ":**", "!).", "\u2019).", "):", "?).", ");*/"], ["</u>", "</em>", ");*/", " impactful", "</i>", "</h5>", ":**", "):"], ["):", " Likely", "!).", ":**", " impactful", ");*/", " prioritized", "</u>"], ["):", ".):", "!).", ":**", ").]", "!)", ");*/", ":\")"], ["):", ".):", "!).", "!)", ")\uff1a", "!),", ":**", ":')"], ["):", ".):", ")\uff1a", ":')", ":\")", ":**", "\uff09\uff1a", "]:"], ["):", ".):", ")\uff1a", ":')", ":\")", ":**", "\uff09\uff1a", " Priorities"], ["):", ")\uff1a", ".):", "\uff09\uff1a", ":\")", "]:", "!),", "'):"], ["):", " prioritization", ".):", " prioritized", ")\uff1a", " Ranked", "!),", "?)"], ["):", ".):", " prioritization", ")\uff1a", " prioritized", "!),", "):\\", " Ranked"], ["):", " prioritization", " Ranked", " prioritized", ".):", " Priorities", " rankings", " priorities"], [" order", " Order", "):", " Ranked", " prioritization", " rankings", " ORDER", "Order"], [" order", " Order", "Order", " ORDER", "\u987a\u5e8f", " Ordered", " Ordering", "order"], [" order", " Order", " sequence", " Sequence", " rankings", " Ranked", " Ranking", "\u987a\u5e8f"], [" order", " Order", " Ranked", " sequence", " Sequence", " rankings", " Ranking", "\u987a\u5e8f"], [" order", " Order", " sequence", " Ranked", " Sequence", "):", " rankings", " Ranking"], [" order", " sequence", " Order", " Ranked", " rankings", " Sequence", " Ranking", " prioritization"], [" order", " Order", " sequence", " rankings", "Order", " Ranked", "\u987a\u5e8f", "):"], [" order", " Order", " Ranked", " Ranking", " rankings", " ranking", " Rankings", " Ordered"], [" order", " Ranked", " Ranking", " Order", " rankings", " ranking", " Rankings", " Sequence"], [" order", " Order", " Ranking", " Ranked", " Rankings", " rankings", " Hierarchy", " ranking"], [" order", " Order", " Ranking", " Ranked", " Sequence", " Hierarchy", " Progression", " Rankings"], [" Order", " order", " Ranking", " Ranked", " Hierarchy", " Sequence", " Progression", " Ordered"], [" Order", " order", "):", " Ordered", " Progression", " Ordering", " Hierarchy", " Ranking"], [" Order", " Ordered", " Progression", " Ordering", " Ranking", " Hierarchy", " Sequence", " order"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9929, 0.0067, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9904, 0.0067, 0.0015, 0.0009, 0.0005, 0.0, 0.0, 0.0], [0.6151, 0.3731, 0.0113, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.9603, 0.029, 0.0107, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9184, 0.0754, 0.0062, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9693, 0.0293, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.499, 0.499, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6219, 0.3772, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8471, 0.1472, 0.0057, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6791, 0.3208, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8517, 0.148, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9232, 0.0758, 0.0004, 0.0003, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9885, 0.004, 0.004, 0.0015, 0.0015, 0.0002, 0.0001, 0.0001], [0.9605, 0.0372, 0.0019, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8671, 0.1174, 0.0124, 0.0009, 0.0004, 0.0004, 0.0003, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9699, 0.0178, 0.0108, 0.0015, 0.0001, 0.0, 0.0, 0.0], [0.9919, 0.0067, 0.0005, 0.0005, 0.0002, 0.0001, 0.0, 0.0], [0.987, 0.0067, 0.004, 0.0009, 0.0009, 0.0003, 0.0001, 0.0], [0.9791, 0.0109, 0.004, 0.004, 0.0009, 0.0005, 0.0003, 0.0001], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8783, 0.1189, 0.0013, 0.0013, 0.0001, 0.0, 0.0, 0.0], [0.4095, 0.3189, 0.1934, 0.0554, 0.0096, 0.0058, 0.0058, 0.0006], [0.5378, 0.1979, 0.1979, 0.0344, 0.0126, 0.006, 0.0036, 0.0036], [0.4478, 0.3487, 0.0778, 0.0368, 0.0286, 0.0223, 0.0174, 0.0135], [0.6662, 0.2451, 0.0426, 0.0157, 0.0122, 0.0095, 0.0035, 0.0015], [0.9419, 0.0365, 0.0119, 0.0034, 0.0012, 0.0011, 0.001, 0.0008], [0.9931, 0.0022, 0.001, 0.001, 0.0008, 0.0004, 0.0003, 0.0002]], "ranks": {"Rust": [10855, 7786, 14952, 47740, 42288, 73672, 53457, 63611, 51408, 35138, 36311, 26445, 38357, 32234, 32047, 27309, 21803, 26640, 22051, 18818, 24462, 24127, 25683, 16901, 23779, 38687, 53869, 49305, 59402, 73598, 100024, 60652, 49024, 30823, 39373, 41926, 40740, 51560, 37336, 33603, 19787, 17345, 11917, 10405, 7519, 4164, 5958]}}, {"pos": 435, "top": [[" \u2019", "</strong>", " \u00d8", "\u2013", "   ", " \u201d", "--\u2019", " Shipment"], [" \u201d", "--\u2019", " \u2019", "</strong>", " \u00d8", " Shipment", "   ", " ]"], [" \u201d", "--\u2019", "   ", "\u2013", " \u00d8", " ]", "er", " \u2019"], [" \u201d", "--\u2019", " ]", "\u2013", "   ", " \u2019", " \u00d8", " }"], [" \u201d", " ]", "--\u2019", "er", " }", " }\"", "--\"", " \u2019"], [" ]", "--\u2019", "er", " \u201d", " \u2019", " }", "</b>", " }\""], ["</b>", "--\u2019", "\u2013", " }", "er", " ]", " \u00d8", " Shipment"], ["</b>", "\u2013", "er", "--\u2019", " }", " Shipment", " \u201d", " ]"], ["</b>", "--\u2019", "\u2013", " \u2019", " \u201d", " Shipment", " ]", " }"], ["</b>", " ]", " }", " \u201d", " Shipment", " }\"", "  ", "\u2013"], ["</b>", " ]", " \u201d", " \u2019", " }", " }\"", " Shipment", " )"], ["</b>", " ]", " }", " \u2019", "--\u2019", " }\"", " \u201d", " ?\""], ["</b>", " ]", " }", "\u2013", "--\u2019", "--", " of", " ?\""], ["</b>", " ]", ".\"", "\"]", "\"].", " }", " ?\"", "--"], ["</b>", ".\"", " ]", "\"]", "[", "\"].", "--", "--\""], ["</b>", ".\"", " ]", "\"]", "\"].", "--", ":\"", "--\""], ["</b>", "\"].", "\"]", " ]", ".\"", "--\"", "--", "\"--"], ["</b>", " ]", "\"].", "\"]", ".\"", " ?\"", " .\"", "\"--"], ["</b>", " ]", " ?\"", ".\"", "\"]", " .\"", "\"].", " !\""], ["</b>", " ]", "</u>", " ?\"", " !\"", "\"]", " .\"", " Complexity"], ["</b>", ":\"", " Complexity", " Shifts", " Progression", " Impacts", " Initialization", " Initial"], [" (\"", "):", ":**", ":\"", "**:", ":", " Progression", " Complexity"], ["):", ":\"", ":**", "\":", "**:", ":\")", "\"]:", ":\");"], [":**", "):", "**:", " prioritization", " prioritized", " impactful", "*:", " prioritizing"], ["):", ":**", "**:", " prioritization", ":\")", " Progression", " prioritized", " Likely"], ["):", ":**", ":\")", ":\");", "**:", ".):", "]:", "*:"], ["):", ":**", ")\uff1a", ":\")", ".):", "]:", "**:", ":\");"], ["):", ":\")", ":**", ")\uff1a", "]:", "**:", ".):", "*:"], ["):", ":**", ":\")", ")\uff1a", "**:", "]:", ":\");", ".):"], ["):", ")\uff1a", ":\")", ":**", "]:", "**:", "\uff09\uff1a", ".):"], ["):", "]:", ":\")", ")\uff1a", ":**", "*:", ":]", ".):"], ["):", ":\")", ":**", "]:", ")\uff1a", "*:", ":]", ".):"], ["):", ":\")", ":**", "]:", "*:", ":]", ")\uff1a", "**:"], ["):", ":\")", ":**", "]:", ")\uff1a", ":]", ":\");", "*:"], ["):", ":\")", ")\uff1a", ":**", "]:", ":]", ":\");", ".):"], ["):", ":\")", ")\uff1a", ":**", "]:", ":]", "*:", ":}"], ["):", ":**", ")\uff1a", ":\")", "]:", "*:", ":]", "**:"], ["):", ")\uff1a", "]:", "\uff09\uff1a", ":**", ".):", ")):", ":\")"], ["):", ")\uff1a", "]:", "\uff09\uff1a", ")):", ":**", ".):", " ):"], ["):", "]:", ")\uff1a", ")):", "\uff09\uff1a", " ):", ".):", "}:"], ["):", "]:", " ):", ")\uff1a", "\uff09\uff1a", ".):", ")):", "}:"], ["):", " ):", "]:", "}:", ")\uff1a", ")):", "\uff09\uff1a", ".):"], ["):", " ):", "]:", "}:", ")):", "\":", ".):", "\"):"], ["):", " ):", ")):", ")\uff1a", "):\\", ".):", "]:", "\uff09\uff1a"], ["):", " ):", ")):", ")\uff1a", ")", ".):", "'):", "):\\"], ["):", ")**", " ):", ")", ")\uff1a", ".):", " of", "):\\"], ["):", ")**", ",", " of", ")", " &", " -", " and"]], "p": [[0.5366, 0.3255, 0.0933, 0.0208, 0.0126, 0.006, 0.0046, 0.0005], [0.9485, 0.0472, 0.003, 0.0009, 0.0003, 0.0, 0.0, 0.0], [0.9992, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7572, 0.2169, 0.0084, 0.0051, 0.0051, 0.004, 0.0024, 0.0004], [0.6498, 0.1862, 0.145, 0.0119, 0.0044, 0.001, 0.0006, 0.0003], [0.4915, 0.1808, 0.1097, 0.1097, 0.0854, 0.0148, 0.0043, 0.0009], [0.9578, 0.0225, 0.0175, 0.0009, 0.0007, 0.0004, 0.0001, 0.0001], [0.9807, 0.018, 0.0004, 0.0003, 0.0003, 0.0002, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6678, 0.1913, 0.0377, 0.0157, 0.0084, 0.0084, 0.0074, 0.0058], [0.1407, 0.1407, 0.1407, 0.0853, 0.0853, 0.0665, 0.0403, 0.0356], [0.6398, 0.1428, 0.1428, 0.0409, 0.015, 0.0055, 0.0043, 0.002], [0.4967, 0.3869, 0.1108, 0.0033, 0.0006, 0.0006, 0.0004, 0.0002], [0.4648, 0.362, 0.171, 0.0015, 0.0001, 0.0001, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.001, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0]], "ranks": {"Rust": [73229, 59820, 82570, 106728, 106631, 106321, 98084, 79891, 72455, 73412, 75344, 42759, 59868, 55909, 55281, 79096, 50440, 52806, 37542, 29330, 31504, 30911, 30547, 33109, 34786, 76217, 100339, 90668, 63598, 133385, 151686, 97718, 113227, 63928, 98620, 81685, 94633, 92291, 71290, 57262, 29931, 23664, 11320, 10359, 4491, 3051, 4162]}}, {"pos": 436, "top": [[";:", "!:", ":.", ".:", ":", ":...", ":[", "_:"], [";:", "!:", ":...", ".:", ":.", ":", ":~", ":["], [";:", ".:", ":...", ":.", "!:", ":~", ":\u201d", ":{"], [";:", ":...", ".:", "!:", " $:", ":.", ":~", ":\u201d"], [";:", ":...", " $:", "!:", " }:", ".:", ":\u201d", "\u201d:"], [" $:", " }:", "!:", "\\\":", ";:", ":\u201c", ":", ".:"], [":...", ":", "!:", ":\u201c", "`:", ".:", ";:", ":`"], [":", "`:", "!:", ":\u201c", ":...", ":`", "\u201d:", ".:"], ["`:", ":", ":...", ":\u201c", "!:", "\u201d:", "\u00bb:", "</i>"], ["</i>", "`:", ":...", ":", "</h1>", "...", "\":", "\u201d:"], ["</i>", "`:", "\":", "</h1>", "\u201d:", "</em>", "\u2019:", "</h4>"], ["</i>", "`:", "\":", ":", "</h1>", "</h4>", "\u201d:", "):"], [":", "`:", "</i>", "...", "</h1>", "\":", "</em>", "):"], [":", "\":", "`:", "...", "</h1>", "</i>", "...\"", ":\""], [":", "\":", "...", "`:", "...\"", ":\"", ".:", "</h1>"], [":", "...", "`:", ":...", "\":", ":`", "...\"", "*:"], [":", "`:", "\":", "...", "!", ":`", ":\"", "!:"], ["...", ":", "...\"", ":...", "\u2026", "\":", "`:", "\"..."], ["...", ":", "`:", "\":", "\u2026", ":`", ":...", "...\""], ["...", ":", "`:", "...\"", "\":", ":`", "\u2026", ":..."], [":", "`:", "*:", "\":", "!:", "\u201d:", ":`", "..."], [":", "*:", "`:", "!:", "!", "\":", ":`", ":**"], [":", "\":", "`:", "\u201d:", "*:", "!:", "\u2019:", ":\""], [" bottlenecks", " prioritization", " prioritized", " scalability", " instabilities", " inefficiencies", " troubleshooting", " prototyping"], [" bottlenecks", " instabilities", " inefficiencies", " troubleshooting", " prioritization", " scalability", " Troubleshooting", " vulnerabilities"], [" Troubleshooting", " \u0645\u0634\u06a9\u0644\u0627\u062a", " \ube60\ub974\uac8c", " bottlenecks", " Workflow", " scalability", " prioritization", " instabilities"], [" Troubleshooting", " Geschwindigkeit", " scalability", " Workflow", ":**", " Cybersecurity", " Optimization", " \ube60\ub974\uac8c"], [" Troubleshooting", " Workflow", " scalability", " Optimization", " Fastest", " \ube60\ub974\uac8c", ":**", " Predictive"], [" Troubleshooting", " Workflow", "</u>", " Optimization", " scalability", ":**", " Predicting", "Computational"], [" scalability", " Optimization", " Troubleshooting", " prioritization", " Workflow", " Predictive", " Predicting", "</b>"], [" scalability", " Optimization", " Workflow", " Troubleshooting", " Firmware", " Geschwindigkeit", " prioritization", " reproducibility"], [" Optimization", " scalability", " Workflow", " Gameplay", " Troubleshooting", " Firmware", " Optimized", " Sustainability"], [" Optimization", " scalability", " Workflow", " Troubleshooting", " Gameplay", " Performance", " Optimized", " Optimize"], [" scalability", " Optimization", " Workflow", " Gameplay", " Troubleshooting", " Performance", " prototyping", "</h2>"], [" scalability", " Optimization", " Troubleshooting", " Performance", " Prototype", " Workflow", " Sustainability", " Reliability"], [" Performance", " scalability", " Optimization", " Firmware", " \uc131\ub2a5", "Performance", " CPU", " Automation"], [" Performance", "Performance", " \uc131\ub2a5", "\u6027\u80fd", " PERFORMANCE", " performance", " Optimization", "\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9"], [" Performance", "Performance", " Mobile", " \uc131\ub2a5", " PERFORMANCE", "\u6027\u80fd", "Mobile", " performance"], [" Performance", " Mobile", "Performance", "Mobile", " Android", " \uc131\ub2a5", " MOBILE", " mobile"], [" Performance", "Performance", " Mobile", " performance", " \uc131\ub2a5", "\u6027\u80fd", " PERFORMANCE", "Mobile"], [" Performance", "Performance", " Mobile", " performance", " \uc131\ub2a5", "\u6027\u80fd", " Android", " PERFORMANCE"], [" Mobile", " Performance", " mobile", " Android", "Mobile", "Performance", " performance", " \u043c\u043e\u0431\u0438"], [" Performance", " Mobile", " Android", " mobile", "Performance", " performance", "Mobile", " PERFORMANCE"], [" Performance", " Mobile", " Android", " mobile", " performance", "Performance", "Mobile", " PERFORMANCE"], [" Performance", " performance", "**", " Android", " Mobile", "Performance", " PERFORMANCE", " mobile"], ["**", ".**", ":**", " **", " Performance", ")**", "**.", "***"], ["**", " Mobile", " Android", " Performance", " The", " mobile", " Rendering", " **"]], "p": [[0.9193, 0.0755, 0.0038, 0.0014, 0.0001, 0.0001, 0.0, 0.0], [0.9356, 0.0598, 0.0018, 0.0018, 0.0009, 0.0001, 0.0, 0.0], [0.9977, 0.0009, 0.0006, 0.0006, 0.0003, 0.0, 0.0, 0.0], [0.9217, 0.0757, 0.0018, 0.0005, 0.0003, 0.0001, 0.0, 0.0], [0.9376, 0.0467, 0.0104, 0.0038, 0.0005, 0.0005, 0.0002, 0.0002], [0.6947, 0.2556, 0.0346, 0.0047, 0.0047, 0.0017, 0.001, 0.001], [0.4069, 0.4069, 0.0908, 0.0908, 0.0027, 0.0006, 0.0004, 0.0004], [0.751, 0.1016, 0.0616, 0.0616, 0.0227, 0.0011, 0.0002, 0.0001], [0.506, 0.1861, 0.1861, 0.1129, 0.0056, 0.0021, 0.0005, 0.0003], [0.9927, 0.0041, 0.0025, 0.0003, 0.0003, 0.0003, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5363, 0.2533, 0.1537, 0.0343, 0.0208, 0.0005, 0.0003, 0.0002], [0.5413, 0.1991, 0.1208, 0.0571, 0.0444, 0.0346, 0.0006, 0.0004], [0.6062, 0.2863, 0.0639, 0.0235, 0.0086, 0.0025, 0.0019, 0.0019], [0.7194, 0.125, 0.1103, 0.0192, 0.0043, 0.0029, 0.0026, 0.0026], [0.4258, 0.3316, 0.2011, 0.0165, 0.0129, 0.0078, 0.0011, 0.0006], [0.8709, 0.0298, 0.0298, 0.0298, 0.016, 0.0052, 0.004, 0.0019], [0.9032, 0.051, 0.0146, 0.0129, 0.0089, 0.0042, 0.0014, 0.0006], [0.4209, 0.3278, 0.1988, 0.0163, 0.0144, 0.0053, 0.0047, 0.0047], [0.7696, 0.0716, 0.0632, 0.0434, 0.016, 0.0075, 0.0075, 0.0067], [0.3477, 0.2708, 0.1643, 0.1129, 0.0285, 0.0196, 0.0153, 0.0082], [0.7208, 0.0592, 0.0592, 0.0592, 0.0407, 0.0192, 0.0062, 0.0049], [0.3657, 0.2218, 0.1728, 0.072, 0.072, 0.0265, 0.0161, 0.011], [0.4478, 0.2716, 0.1283, 0.0472, 0.0286, 0.0223, 0.0223, 0.0064], [0.8277, 0.112, 0.0412, 0.0092, 0.0034, 0.0034, 0.0021, 0.0005], [0.9993, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9523, 0.0093, 0.0057, 0.0057, 0.0044, 0.0024, 0.0021, 0.0016], [0.9522, 0.0369, 0.0082, 0.0018, 0.0003, 0.0001, 0.0001, 0.0001], [0.9387, 0.0172, 0.0104, 0.0081, 0.0063, 0.0063, 0.0018, 0.0018], [0.6821, 0.1954, 0.1185, 0.0017, 0.001, 0.0002, 0.0002, 0.0002], [0.6134, 0.372, 0.0087, 0.0041, 0.0003, 0.0002, 0.0002, 0.0001], [0.9498, 0.0368, 0.0106, 0.0011, 0.0007, 0.0002, 0.0002, 0.0001], [0.7226, 0.2658, 0.008, 0.0018, 0.0011, 0.0003, 0.0001, 0.0], [0.6213, 0.3768, 0.0015, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.4941, 0.4941, 0.0091, 0.0012, 0.0006, 0.0004, 0.0002, 0.0001], [0.9172, 0.0753, 0.0062, 0.0005, 0.0003, 0.0002, 0.0001, 0.0001], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4995, 0.4995, 0.0005, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.9987, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8974, 0.0946, 0.0037, 0.0037, 0.0005, 0.0001, 0.0, 0.0], [0.96, 0.0372, 0.0014, 0.0007, 0.0004, 0.0003, 0.0, 0.0], [0.604, 0.3663, 0.0161, 0.0111, 0.0015, 0.0006, 0.0003, 0.0], [0.9622, 0.0156, 0.0094, 0.0083, 0.0024, 0.0016, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0008, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [8194, 10074, 12492, 12280, 17302, 29008, 6587, 3499, 3005, 3153, 5928, 2594, 3559, 3555, 4039, 2590, 3343, 4045, 2601, 2095, 1681, 2767, 5253, 8010, 15933, 35975, 26899, 48241, 14547, 23989, 15369, 20217, 27944, 16247, 9940, 14670, 16532, 20577, 10701, 7292, 6131, 4658, 3786, 1966, 784, 287, 159]}}, {"pos": 437, "top": [["**", " **", ".**", "**.", ":**", "**,", ">**", "**:"], ["**", " **", ".**", "**.", ">**", ":**", "**,", "**:"], ["**", " **", " (**", ".**", ":**", ">**", "**(", "(**"], [" **", " (**", "**", "(**", " \"**", "**(", " `--", "**,"], [" **", " (**", "**", " \"**", "(**", "**(", ":**", ".**"], [" **", " (**", "**", " \"**", "(**", "**(", " `--", ":**"], [" (**", " **", "**", ":**", "**(", "(**", " \"**", " (`"], [" (**", " **", "**", "(**", " (`", ":**", " \"**", " ``"], [" (**", " **", "**", ":**", "(**", "**(", " (`", " \"**"], [" (**", " **", "**", " (`", ":**", " ``", "\u200d", " `--"], [" (**", " **", " (`", " `--", "**", ":**", " ``", "\u200d"], [" (**", " (`", " **", "**", " `--", " ``", ":**", " `"], [" (`", " **", " (**", "**", " `--", "--", " `", ":**"], ["**", " (`", " **", ":**", " (**", ",", " `--", "--"], [" **", "**", " (`", " (**", ":**", " `--", ",", " `"], [" (`", " (**", " **", " `--", "**", ":**", "--", ","], [" (`", " `--", " (**", "\ufffd", ",", "(`", " `", " **"], [" (**", " **", " (`", " `--", "**", "(`", " ``", "--"], [" `--", " (`", " (**", " **", "(`", "**", " `:", ":`"], [" `--", " (**", " (`", " **", " leveraging", "**", "(`", ":**"], [" `--", " leveraging", ":**", " **", " troubleshooting", "--", " focused", " (`"], [" `--", " (`", ":**", ":`", " troubleshooting", "(`", " debugging", " optimized"], [" `--", " (`", " troubleshooting", " prioritization", " debugging", ":**", " prototyping", " workflow"], [" scalability", " optimization", " troubleshooting", " prioritization", " optimizations", " leveraging", " prototyping", " optimized"], [" troubleshooting", " leveraging", " scalability", " prioritization", " prototyping", " inefficiencies", " optimizations", " iterative"], [" scalability", " inefficiencies", " workflows", " optimizations", " troubleshooting", " prioritization", " Troubleshooting", " funcionalidades"], [" scalability", " workflows", " inefficiencies", " reproducibility", " cybersecurity", " metastability", " funcionalidades", " optimizations"], [" scalability", " reproducibility", " workflows", " optimizations", " inefficiencies", " Troubleshooting", " profitability", " Cybersecurity"], [" scalability", "Computational", "Latency", " Geschwindigkeit", " Troubleshooting", " reproducibility", "Complexity", " Optimization"], [" scalability", " optimizations", " Geschwindigkeit", " Optimization", " FPGA", " reproducibility", " IoT", " Synchronization"], [" scalability", " optimizations", " Optimization", " reproducibility", " optimization", " FPGA", " Geschwindigkeit", " \uc131\ub2a5"], [" scalability", " Optimization", " optimizations", " FPGA", " reproducibility", "Performance", " \uc131\ub2a5", " optimization"], ["Performance", " \uc131\ub2a5", "\u6027\u80fd", " Performance", " PERFORMANCE", " scalability", " desempenho", " performance"], ["Performance", "\u6027\u80fd", " \uc131\ub2a5", " Performance", " PERFORMANCE", " performance", "\n\n", " desempenho"], ["Performance", " Performance", "\n\n", " Achieving", "\u6027\u80fd", " \uc131\ub2a5", " desempenho", " scalability"], [" Android", "Android", " iOS", "Mobile", " Mobile", "iOS", " android", " mobile"], [" Android", "Android", " iOS", "Performance", "Mobile", " Mobile", " Performance", "iOS"], ["Mobile", " Mobile", " Android", " mobile", "Android", " \u043c\u043e\u0431\u0438", "mobile", "\u30e2\u30d0\u30a4\u30eb"], [" Android", " Mobile", "Mobile", " mobile", "Android", "mobile", " \u043c\u043e\u0431\u0438", "\u30e2\u30d0\u30a4\u30eb"], [" Android", " Mobile", "Mobile", " mobile", "Android", "mobile", " \u043c\u043e\u0431\u0438", " iOS"], [" Android", " Mobile", " mobile", "Mobile", "Android", " iOS", "mobile", " \u043c\u043e\u0431\u0438"], [" Mobile", " mobile", " Android", "Mobile", "mobile", " \u043c\u043e\u0431\u0438", " \u092e\u094b\u092c\u093e\u0907\u0932", "Android"], [" Mobile", " mobile", " Android", "Mobile", "mobile", " \u043c\u043e\u0431\u0438", " iOS", " \u092e\u094b\u092c\u093e\u0907\u0932"], [" Mobile", " mobile", " Android", "Mobile", "mobile", " \u043c\u043e\u0431\u0438", " \u092e\u094b\u092c\u093e\u0907\u0932", " \u09ae\u09cb\u09ac\u09be\u0987\u09b2"], [" Android", " Mobile", " mobile", "\n\n", " Performance", "Mobile", "Android", " performance"], ["\n\n", "  ", " Android", "   ", " Mobile", " mobile", " ", " **"], ["\n\n", " Mobile", " Android", " **", " ", " mobile", " The", "  "]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9714, 0.0178, 0.0108, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5604, 0.2647, 0.1605, 0.008, 0.0048, 0.0007, 0.0007, 0.0001], [0.5366, 0.1974, 0.1537, 0.0566, 0.0303, 0.0068, 0.0046, 0.0028], [0.3244, 0.2526, 0.2229, 0.0724, 0.0564, 0.0161, 0.0143, 0.0126], [0.3133, 0.2765, 0.19, 0.0792, 0.0617, 0.02, 0.0138, 0.0107], [0.7544, 0.1683, 0.0426, 0.0138, 0.0074, 0.0045, 0.0017, 0.0015], [0.7697, 0.1337, 0.0181, 0.0141, 0.0141, 0.0141, 0.0097, 0.004], [0.3904, 0.3446, 0.1628, 0.0871, 0.002, 0.0016, 0.0014, 0.0012], [0.5306, 0.4133, 0.0384, 0.0086, 0.0028, 0.0019, 0.001, 0.0007], [0.4832, 0.2014, 0.1778, 0.084, 0.0187, 0.01, 0.0047, 0.0022], [0.4753, 0.0643, 0.0442, 0.0344, 0.0304, 0.0209, 0.0163, 0.0144], [0.6672, 0.1489, 0.0483, 0.0138, 0.0108, 0.0074, 0.0065, 0.0065], [0.9431, 0.0366, 0.0056, 0.0013, 0.0013, 0.0011, 0.0009, 0.0008], [0.2669, 0.1261, 0.1261, 0.1261, 0.0982, 0.0982, 0.0982, 0.0219], [0.8076, 0.0851, 0.0402, 0.0313, 0.019, 0.007, 0.0033, 0.0026], [0.4355, 0.1602, 0.0972, 0.0757, 0.0757, 0.0357, 0.0217, 0.0169], [0.6013, 0.0718, 0.0634, 0.0182, 0.016, 0.016, 0.0141, 0.0125], [0.9757, 0.0108, 0.004, 0.0019, 0.0015, 0.0011, 0.0009, 0.0004], [0.6257, 0.1396, 0.066, 0.0243, 0.0243, 0.0167, 0.0147, 0.0147], [0.994, 0.0032, 0.0012, 0.0009, 0.0003, 0.0002, 0.0, 0.0], [0.8814, 0.0929, 0.0098, 0.0076, 0.0017, 0.0013, 0.001, 0.001], [0.6819, 0.1954, 0.0719, 0.0206, 0.0046, 0.0036, 0.0028, 0.0028], [0.5557, 0.2044, 0.1592, 0.0456, 0.0215, 0.0048, 0.0048, 0.0018], [0.9637, 0.0227, 0.0083, 0.0039, 0.0009, 0.0002, 0.0001, 0.0], [0.8668, 0.0432, 0.0432, 0.0336, 0.0058, 0.0058, 0.001, 0.0002], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7853, 0.1752, 0.0391, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.5041, 0.3058, 0.1855, 0.0034, 0.0012, 0.0, 0.0, 0.0], [0.9319, 0.0464, 0.0171, 0.0038, 0.0008, 0.0, 0.0, 0.0], [0.8026, 0.1395, 0.0513, 0.0054, 0.0009, 0.0002, 0.0001, 0.0], [0.4906, 0.4906, 0.0115, 0.007, 0.0002, 0.0001, 0.0, 0.0], [0.4781, 0.4781, 0.0392, 0.0041, 0.0003, 0.0001, 0.0, 0.0], [0.6135, 0.3721, 0.0088, 0.0053, 0.0002, 0.0, 0.0, 0.0], [0.5356, 0.2867, 0.0931, 0.064, 0.0076, 0.0053, 0.0028, 0.0017], [0.9215, 0.0756, 0.0014, 0.0005, 0.0003, 0.0002, 0.0001, 0.0001], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [65765, 74077, 85576, 150169, 123649, 206434, 101399, 129983, 78713, 50375, 43096, 20489, 30886, 28294, 25552, 17679, 28942, 27264, 26913, 25423, 19151, 14765, 19459, 29277, 70353, 80081, 57542, 44760, 8679, 23668, 28646, 20365, 19691, 8951, 8212, 14642, 14966, 15561, 7655, 8330, 6468, 3576, 3120, 2213, 1780, 748, 141]}}, {"pos": 438, "top": [["o", "an", "er", "u", "en", "quele", "\u05ea", "quela"], ["o", "an", "u", "er", "\u05ea", "en", "a", "i"], ["o", "an", "er", "u", "a", "e", "\u05ea", "en"], ["o", "an", "er", "\u05ea", "\u0631", "quela", "en", "quele"], ["o", "an", "er", "a", "en", "e", "i", "ing"], ["o", "an", "a", "\u05ea", "er", "ing", "en", "e"], ["o", "an", "a", "er", "\u05ea", "e", "ing", "en"], ["o", "an", "a", "er", "ing", "\u05ea", "en", "e"], ["o", "an", "a", "e", "er", "\u05ea", "ing", "en"], ["o", "a", "an", "ing", "e", "er", "\u05ea", "en"], ["o", "a", "an", "ing", "e", " (`", "\u05ea", " (\u201c"], ["o", "an", "a", "ing", " (\u201c", " (`", "\u05ea", "quela"], ["o", "a", "an", "ing", "e", " (\u201c", "en", "er"], ["o", "a", "an", ",", "ing", " (\u201c", "e", ":"], ["o", "a", ",", "ing", "an", "e", ":", ":*"], ["o", " (`", "a", "ing", "an", ":*", ":", " relentlessly"], ["o", "ing", ":", "a", "an", "  ", " (", "!"], [":", " potentially", " (**", " impactful", " focused", " (", "o", " relentlessly"], [" focused", " :", " relentlessly", " impactful", ":", " focusing", " prioritizing", " potentially"], [" focused", " impactful", " prioritizing", " focusing", " relentlessly", " leveraging", " foundational", " focus"], [":**", ":*", " focused", ":", " (**", " leveraging", " prioritizing", " impactful"], [":**", ":*", ":", " focused", "*:", " (`", " leveraging", " prioritized"], [":**", ":", ":*", "*:", " (\u201c", " prioritized", " (`", " prioritizing"], [" prioritizing", " prioritized", " impactful", " leveraging", " prioritization", " initially", " focused", ":**"], [" prioritized", " prioritizing", ":**", " prioritization", " impactful", "**:", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", " leveraging"], [":**", ":*", "**:", "Firstly", "*:", " (**", " Firstly", " firstly"], ["Firstly", " Firstly", ":**", " prioritized", "*:", " prioritizing", " Primarily", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987"], ["Firstly", " Firstly", " firstly", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", "\u24f5", " prioritized", ":**", " (**"], ["Firstly", " Firstly", "\u24f5", " firstly", "\u278a", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987", "\u24ea", "\u2780"], [" Firstly", "Firstly", "\u24f5", "\u2780", "\u278a", " firstly", "\u24ea", " \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7\u0987"], [" Ranked", " Predicting", "Firstly", " Firstly", "\u4f18\u5148\u7ea7", " prioritizing", "\u24f5", " prioritized"], ["\u24f5", "Firstly", "\u2780", " Firstly", " Predicting", "\u4f18\u5148\u7ea7", " Ranked", "](#"], ["\u24f5", "\u2780", "\u278a", "Firstly", " Predicting", "**(", "\ud835\udfd9", "](#"], ["Firstly", " Predicting", "**(", "\u4f18\u5148\u7ea7", "Predict", " Firstly", "](#", " prioritizing"], [" Predicting", " Ranked", "](#", "Expect", "Honestly", "Severity", "\ud835\udfd9", "Volatility"], [" Ranked", "Ranking", " Predicting", "Severity", "Expect", "\u4f18\u5148\u7ea7", "Rank", "Volatility"], [" Predicting", "Severity", "Ranking", " Ranked", "Expect", "Volatility", "Honestly", "Iteration"], ["Expect", "Severity", " Predicting", "Ranking", " Ranked", "1", "**(", "Volatility"], ["Expect", "1", "Severity", "**(", " Predicting", " Ranked", " Expect", "Ranking"], ["1", "Expect", "Severity", "Volatility", " Predicting", " Expect", "**(", "Ranking"], ["1", "Severity", "Expect", "Priority", "**(", "Volatility", " prioritizing", " Expect"], ["1", "Severity", "Expect", " Expect", " prioritizing", " Severity", " Vulner", "Priority"], ["1", "Severity", " Severity", "Expect", " Expect", " Vulner", " prioritizing", "Priority"], ["1", " ", " Severity", "Severity", " Expect", " Vulner", "Expect", " Roughly"], ["1", " ", "*", "**", ".", " Severity", "Expect", " Expect"], ["1", "*", " ", "**", ".", "3", "\u00b9", "2"], ["1", "**", "*", " ", "**(", "The", "Expect", "This"]], "p": [[0.981, 0.018, 0.0005, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.984, 0.0109, 0.004, 0.0007, 0.0001, 0.0001, 0.0001, 0.0], [0.9115, 0.0583, 0.0275, 0.0014, 0.0004, 0.0002, 0.0002, 0.0002], [0.8596, 0.0906, 0.026, 0.0095, 0.0045, 0.0035, 0.0017, 0.0013], [0.9918, 0.0067, 0.0012, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9801, 0.018, 0.0007, 0.0007, 0.0003, 0.0002, 0.0001, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.995, 0.0025, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0032, 0.0025, 0.0004, 0.0003, 0.0002, 0.0001, 0.0001], [0.9549, 0.0198, 0.0154, 0.0073, 0.0013, 0.0003, 0.0003, 0.0002], [0.9078, 0.0274, 0.0213, 0.0213, 0.0114, 0.002, 0.0018, 0.0015], [0.8697, 0.0337, 0.0263, 0.0205, 0.0159, 0.0066, 0.0052, 0.0046], [0.8632, 0.0261, 0.0179, 0.0179, 0.014, 0.0123, 0.0109, 0.0045], [0.6293, 0.0456, 0.0402, 0.0313, 0.0215, 0.0215, 0.019, 0.0168], [0.2699, 0.0602, 0.0602, 0.0602, 0.0532, 0.0469, 0.0414, 0.0414], [0.151, 0.1038, 0.0916, 0.0713, 0.0556, 0.0382, 0.0382, 0.0232], [0.3671, 0.1192, 0.1192, 0.0563, 0.0387, 0.0301, 0.0235, 0.0207], [0.4418, 0.1625, 0.1434, 0.0466, 0.032, 0.032, 0.022, 0.022], [0.6849, 0.0722, 0.0496, 0.0301, 0.0266, 0.0266, 0.0207, 0.0183], [0.4981, 0.388, 0.0463, 0.0361, 0.0117, 0.0055, 0.0034, 0.002], [0.4689, 0.3652, 0.0635, 0.0494, 0.03, 0.0041, 0.0041, 0.0028], [0.4866, 0.4866, 0.0147, 0.0114, 0.0003, 0.0002, 0.0001, 0.0], [0.9699, 0.0108, 0.0084, 0.004, 0.0031, 0.0011, 0.0009, 0.0005], [0.5891, 0.2167, 0.1315, 0.0228, 0.0084, 0.0065, 0.0065, 0.0051], [0.936, 0.0466, 0.0171, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9738, 0.0229, 0.0011, 0.0009, 0.0003, 0.0003, 0.0002, 0.0002], [0.419, 0.3263, 0.1201, 0.0728, 0.0442, 0.0099, 0.006, 0.0008], [0.7411, 0.1003, 0.0781, 0.0608, 0.0064, 0.003, 0.0018, 0.0018], [0.3306, 0.2005, 0.1562, 0.0947, 0.0738, 0.0447, 0.0348, 0.0165], [0.6981, 0.1558, 0.0446, 0.0271, 0.0211, 0.0211, 0.01, 0.0078], [0.8226, 0.143, 0.0071, 0.0055, 0.0043, 0.0034, 0.0034, 0.0016], [0.7331, 0.0992, 0.0365, 0.0365, 0.0284, 0.0172, 0.0105, 0.0081], [0.623, 0.1785, 0.139, 0.0242, 0.0089, 0.0042, 0.0042, 0.0033], [0.2597, 0.2597, 0.2023, 0.2023, 0.0451, 0.0078, 0.0078, 0.0048], [0.4902, 0.2973, 0.1094, 0.0517, 0.0244, 0.009, 0.007, 0.0054], [0.5866, 0.1681, 0.1019, 0.0618, 0.0481, 0.0138, 0.0065, 0.0051], [0.9726, 0.0178, 0.0084, 0.0004, 0.0002, 0.0001, 0.0001, 0.0], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [30597, 27803, 45393, 56659, 52538, 96983, 17882, 23754, 16754, 10383, 8975, 4837, 7597, 5368, 5042, 4513, 6358, 6246, 5487, 2123, 3358, 4956, 6977, 8466, 24112, 20004, 33840, 38045, 11004, 53097, 63545, 50327, 38319, 18963, 15526, 15933, 11289, 17868, 24966, 35521, 59197, 71321, 51400, 32637, 15763, 9003, 2232]}}, {"pos": 439, "top": [["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "\ud835\udc2c", "sons", "sels", "sning"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "sons", "\ud835\udc2c", "sning", "sels"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "\ud835\udc2c", "\u0627\u062a", "\u05d9\u05dd", "s\u00e9g"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "\ud835\udc2c", "\u0627\u062a", " \u2666", "s\u00e9g"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", " \u2666", "\u0627\u062a", "\ud835\udc2c", "\u05d9\u05dd"], ["s", "\u03c2", "s\u0131", "\u0627\u062a", "\u09c7\u09b0", "\ud835\udc2c", "\u05d9\u05dd", " \u2022"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "\u0627\u062a", "\u05d9\u05dd", "s\u00e9g", "sion"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "\u0627\u062a", "\u094b\u0902", "\ud835\udc2c", "sion"], ["s", "\u03c2", "s\u0131", "\u09c7\u09b0", "\u0627\u062a", "\u0acb", "\u094b\u0902", "s\u00e9g"], ["s", "\u03c2", "s\u0131", " \u201e", "\u09c7\u09b0", " \u00ab", "\u0627\u062a", "\ud835\udc2c"], ["s", " \u201e", "s\u0131", " \u00ab", "\u03c2", " (\u00ab", " (\u201e", "\u0acb"], ["s", " \u201e", "s\u0131", " \u00ab", "\u03c2", " \u2013", "\u0acb", "\uf06c"], ["s", " \u00ab", " \u201e", " \u2013", " _", " l", "\n", "s\u0131"], ["s", " l", " _", ",", " \u00ab", " \u201e", " \u2013", "t"], ["s", ",", " l", ":", " _", " (", " \u2013", " f"], ["s", ",", ":", "  ", " (", "(", " l", " \u00ab"], ["s", " (", ",", ":", " _", " l", "  ", "<u>"], ["s", ":", " (", ",", " _", " \u2013", " REALLY", "("], [" (", ":", "s", " \u2013", " REALLY", " VERY", " _", " seemingly"], [" (", " focused", " transitioning", " priorit", " initially", " focus", " \u2013", ":"], [":", " focused", " (", " prioritized", " transitioning", " priorit", " focus", " initially"], [":", " (", " prioritized", " focussed", " focused", " transitioning", " priorit", " initially"], [":", " prioritized", " priorit", " focussed", " initially", " prioritization", " (", " prioritizing"], [" prioritized", " prioritization", " prioritizing", " priorit", " proactively", " transitioning", " leveraging", " impactful"], [" Predictive", " Focused", " Forecasting", " Predicting", " Likely", " prioritized", " Decentral", " Leveraging"], ["**:", " (**", ":**", "(**", " ():", "\uff1a\uff08", ":(", "**("], ["**:", " (**", ":**", " Predictive", "**(", " IMMEDI", "(**", " Forecasting"], [" (**", " **", "**:", "**(", "(**", "**", ":**", "<b>"], [" (**", " **", "**(", "(**", "**:", " IMMEDI", ":**", "**"], [" (**", " **", "**(", "(**", " IMMEDI", "<u>", "**:", " `#"], [" (**", "**(", " **", " IMMEDI", " Fastest", " weakest", " \ube60\ub974\uac8c", " Predictive"], [" **", " (**", "**(", "(**", "**.", " IMMEDI", ">**", "**:"], [" **", " (**", "**(", "(**", "**.", "**", ">**", ".**"], [" **", " (**", "**(", "(**", "**", "**.", ".**", ">**"], [" (**", " **", "**(", ".**", "**.", "(**", ">**", "**"], [" **", " (**", "**(", ".**", "(**", "**.", ">**", "**"], [" **", " (**", "**(", ".**", "(**", "**.", "**", ">**"], [" **", " (**", ".**", "**(", "**", "(**", "**.", ">**"], [" **", " (**", ".**", "**", "**(", "**.", "(**", ">**"], [" **", " (**", ".**", "**", "**.", "**(", "(**", ">**"], [" **", " (**", ".**", "**.", "**(", "  ", "(**", "**"], [" **", " (**", ".**", "  ", "**.", "**(", "**", "(**"], [" **", " (**", "  ", ".**", " breakage", "   ", "**.", "**"], [" **", ".**", "  ", " (**", "**.", "   ", "**", "."], [" **", "  ", " (**", ".**", "**.", "   ", "**", "**("], [" **", "  ", " (**", ".", ".**", "**", "   ", "**."], [".", " **", ".**", "\\.", " .", " &", "**.", " (**"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9608, 0.0329, 0.0057, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.875, 0.0494, 0.0339, 0.0125, 0.0028, 0.0028, 0.0025, 0.0017], [0.3695, 0.254, 0.1746, 0.0728, 0.0208, 0.0126, 0.0098, 0.0087], [0.232, 0.1242, 0.0967, 0.0854, 0.0753, 0.0356, 0.019, 0.009], [0.3331, 0.1081, 0.0656, 0.0213, 0.0213, 0.0213, 0.0188, 0.0146], [0.2304, 0.1794, 0.066, 0.0454, 0.0353, 0.0312, 0.0275, 0.0243], [0.3072, 0.2393, 0.0997, 0.0605, 0.0534, 0.0471, 0.0471, 0.0196], [0.2988, 0.2054, 0.1412, 0.097, 0.0357, 0.0357, 0.0191, 0.0131], [0.6079, 0.1742, 0.1356, 0.0184, 0.0111, 0.0087, 0.0068, 0.0053], [0.5192, 0.3149, 0.0902, 0.0157, 0.0157, 0.0157, 0.0074, 0.0045], [0.777, 0.2226, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9777, 0.0179, 0.004, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8173, 0.1824, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8116, 0.1811, 0.0055, 0.0012, 0.0006, 0.0, 0.0, 0.0], [0.622, 0.3773, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9916, 0.0052, 0.0019, 0.0005, 0.0002, 0.0001, 0.0001, 0.0001], [0.679, 0.3207, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9237, 0.0758, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6221, 0.3773, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0015, 0.0013, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [74472, 77502, 106329, 140160, 141674, 185070, 56890, 80625, 84494, 65042, 106390, 49140, 35208, 23409, 22805, 32365, 18920, 21423, 14137, 7197, 12913, 12519, 14043, 19184, 25623, 47857, 61528, 46733, 41899, 77236, 68857, 52913, 46011, 45912, 42991, 39984, 91079, 66295, 57439, 53030, 32358, 33482, 8576, 8691, 8377, 18514, 3173]}}, {"pos": 440, "top": [[".\".", "!.", "\".", "!\".", ";.", ":.", ",.", "?."], ["!.", ".\".", "!\".", "\".", ";.", ":.", ".!", ",."], ["!.", ",.", ":.", ";.", ".\".", "..", ",..", "."], ["!.", "<sup>", ",.", ":.", ".", "\u00b3.", " {.", "\u2081."], ["<sup>", " {.", " {", " *.", " *", "\u00b9.", "\u00b3.", "<sub>"], ["<sup>", " *", "<sub>", " {", " `.", "<h4>", " *.", "\u0131z\u0131"], ["<sup>", ",", "*.", "<sub>", " *", "*,", ".*", "."], ["<sup>", ",", " *", "<sub>", "*.", ".", "*,", ".*"], ["<sup>", ",", " *", "<sub>", "*.", " `.", ".", "*,"], ["<sup>", ",", " \"", " *", "<sub>", " `.", " called", "*."], ["<sup>", ",", " `.", " \"", " `", " *", " (", " called"], [",", " *", "<sup>", " \"", "\n", " (", " in", "*."], [",", " \"", " (", " *", " in", "<sup>", " very", " the"], [",", ".", " \"", "<sup>", "!", " the", " in", ":"], [",", ".", "<sup>", "!", " \"", " (", " the", ":"], [",", ".", "<sup>", " (", "!", ":", " \"", "*."], [",", "<sup>", " (", " things", "  ", " being", " something", " the"], [",", " (", " things", " attempt", " existing", ".", " workflow", " something"], [" prototyping", " workflow", " workflows", " debugging", " iterative", " engineering", " experimental", " ("], [" prototyping", " workflows", " workflow", " transitioning", " iterative", " leveraging", " debugging", " infrastructure"], [" workflows", " workflow", " prototyping", " iterative", " transitioning", " debugging", " leveraging", " prioritization"], [" workflows", " workflow", " iterative", " debugging", " prototyping", " prioritization", " transitioning", " transitions"], [" workflows", " workflow", " prototyping", " integration", " prioritization", " complexity", " synchronization", " interactions"], [" workflows", " leveraging", " workflow", " prototyping", " prioritization", " transitioning", " scalability", " iterative"], [" workflows", " prototyping", " leveraging", " prioritization", " workflow", " interfacing", " interoper", " scalability"], [" workflows", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " scalability", " prototyping", " funcionalidades", " prioritization", " workflow", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f"], [" \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " integra\u00e7\u00e3o", " Kombination", " funcionalidades", " Synchronization", " scalability", " workflows"], [" \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Integrating", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " Kombination", " integra\u00e7\u00e3o", " Synchronization", " Integration", " interactivity"], [" Kombination", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Integrating", "Combining", " Synchronization", " Combining", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", "\u7d44\u307f\u5408\u308f\u305b"], [" Synchronization", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Integrating", " Kombination", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " interfacing", " scalability", " Optimization"], [" \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Synchronization", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " Integrating", " interactivity", " Plugins", " interfacing", " funcionalidades"], [" \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " Plugins", " Gameplay", " Integrating", " interactivity", " Synchronization", " funcionalidades"], [" Plugins", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " Plugin", " Gameplay", " interactivity", " plugins", " interfacing"], [" \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " Plugins", " Plugin", " Interactions", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439", " Interaction", " interactivity"], [" Plugins", " Plugin", " plugins", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", "Plugins", " plugin", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " Interactions"], [" plugins", " Plugins", " Plugin", " plugin", "Plugins", "Plugin", "\u63d2\u4ef6", "plugin"], [" plugins", " Plugins", " plugin", " Plugin", "Plugins", "Plugin", "plugins", "\u63d2\u4ef6"], [" plugins", " Plugins", " plugin", " Plugin", "Plugins", "Plugin", " plug", "plugins"], [" Plugins", " plugins", " Plugin", " plugin", "Plugins", "Plugin", " plug", "\u63d2\u4ef6"], [" Plugins", " plugins", " Plugin", " plugin", "Plugins", " plug", "Plugin", "plugin"], [" Plugins", " plugins", " plugin", " Plugin", " plug", "Plugin", "Plugins", "plugin"], [" Plugins", " plugin", " Plugin", " plugins", "Plugin", " plug", "Plugins", "plugin"], [" Plugins", " Plugin", " plugin", " plugins", " plug", " Plug", "Plugin", "plugin"], [" Plugin", " Plugins", " plugin", " plugins", " plug", " Plug", "Plugin", "plugin"], [" **", " Plugin", " plugin", " Plugins", " plugins", " plug", " Plug", "Plugin"], [" **", "**", "  ", "**(", " (**", " \"**", " ***", " *"], [" **", "  ", " (**", " ***", " \"**", "**", " *", " ****"]], "p": [[0.7305, 0.2687, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9673, 0.0177, 0.0107, 0.004, 0.0001, 0.0001, 0.0, 0.0], [0.358, 0.2172, 0.1691, 0.1691, 0.0294, 0.0294, 0.0084, 0.0066], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9948, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8541, 0.102, 0.0228, 0.0084, 0.0074, 0.0051, 0.0001, 0.0001], [0.9921, 0.0022, 0.0017, 0.001, 0.0003, 0.0003, 0.0002, 0.0002], [0.956, 0.012, 0.0027, 0.0027, 0.0024, 0.0016, 0.0011, 0.0008], [0.9907, 0.0028, 0.0006, 0.0005, 0.0004, 0.0003, 0.0003, 0.0002], [0.9786, 0.0123, 0.001, 0.0006, 0.0005, 0.0004, 0.0003, 0.0003], [0.9889, 0.0046, 0.004, 0.0006, 0.0005, 0.0003, 0.0001, 0.0001], [0.9272, 0.0062, 0.0033, 0.0023, 0.002, 0.0014, 0.001, 0.001], [0.2555, 0.0392, 0.0127, 0.0119, 0.0112, 0.0077, 0.0077, 0.0072], [0.2091, 0.0988, 0.0769, 0.0412, 0.025, 0.022, 0.0172, 0.0118], [0.3771, 0.2592, 0.0841, 0.0397, 0.0351, 0.0146, 0.0129, 0.0078], [0.1283, 0.0778, 0.0472, 0.0368, 0.0253, 0.0253, 0.0197, 0.0174], [0.3711, 0.1986, 0.0569, 0.0569, 0.0569, 0.0209, 0.0099, 0.0099], [0.3883, 0.2669, 0.0526, 0.0319, 0.0281, 0.0219, 0.0219, 0.0151], [0.8953, 0.0347, 0.0347, 0.0164, 0.0164, 0.001, 0.0002, 0.0002], [0.6639, 0.1481, 0.0899, 0.0424, 0.0257, 0.0122, 0.0057, 0.0045], [0.4091, 0.1505, 0.0913, 0.0913, 0.0554, 0.0554, 0.0262, 0.0204], [0.3657, 0.1048, 0.0816, 0.072, 0.0561, 0.0234, 0.0234, 0.0182], [0.7114, 0.1236, 0.075, 0.0276, 0.0215, 0.0101, 0.0062, 0.0037], [0.875, 0.0436, 0.0206, 0.016, 0.0097, 0.0097, 0.0076, 0.0041], [0.3567, 0.1685, 0.1685, 0.0796, 0.062, 0.0376, 0.0178, 0.0108], [0.5115, 0.1141, 0.0889, 0.042, 0.042, 0.0371, 0.0327, 0.0175], [0.5856, 0.1307, 0.1018, 0.0292, 0.0227, 0.0177, 0.0177, 0.0156], [0.509, 0.3087, 0.1136, 0.0253, 0.0093, 0.0057, 0.0057, 0.0044], [0.8245, 0.0869, 0.0869, 0.001, 0.0005, 0.0001, 0.0001, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7301, 0.2686, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9788, 0.0179, 0.0024, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.949, 0.0472, 0.0024, 0.0014, 0.0, 0.0, 0.0, 0.0], [0.7208, 0.1608, 0.0592, 0.0592, 0.0001, 0.0, 0.0, 0.0], [0.3112, 0.3112, 0.1888, 0.1888, 0.0, 0.0, 0.0, 0.0], [0.568, 0.2683, 0.1267, 0.0363, 0.0004, 0.0001, 0.0, 0.0], [0.4909, 0.3823, 0.1095, 0.0148, 0.0009, 0.0009, 0.0004, 0.0], [0.9703, 0.0122, 0.0095, 0.0051, 0.0024, 0.0002, 0.0001, 0.0001], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [110778, 90266, 181978, 215361, 192350, 194533, 69142, 61256, 48690, 28722, 20442, 9072, 9409, 9652, 8366, 8544, 14470, 15358, 16356, 24691, 15462, 15257, 25761, 65857, 157236, 193103, 170939, 128406, 86319, 116619, 115160, 92016, 85276, 43617, 50048, 16444, 11138, 12247, 8250, 13007, 11399, 2606, 2292, 2862, 663, 804, 279]}}, {"pos": 441, "top": [[" **", "**", ".**", " \"**", ")**", " **,", " '**", ":**"], [" **", "**", ".**", ")**", " \"**", " **,", " '**", ">**"], [" **", "**", ".**", ")**", " **,", " \"**", ">**", " '**"], [" **", "**", ".**", ")**", " **,", " \"**", ">**", ":**"], [" **", "**", ".**", " \"**", " **,", " (**", " '**", ")**"], [" **", "**", ".**", " \"**", " '**", ")**", " **,", ":**"], ["**", ".**", " **", ")**", ":**", "**,", " \"**", " **,"], [".**", "**", " **", ")**", "</strong>", ":**", "</b>", "**,"], [".**", "**", " **", ":**", ")**", "**,", " **,", "**."], [".**", "**", "</strong>", ":**", ")**", " **", "**,", "**."], ["**", ".**", " **", "</strong>", ":**", ")**", "**,", " \"**"], [".**", "</strong>", "**", ":**", ")**", "**,", " **", "**."], [".**", "**", "</strong>", ":**", " **", "**,", ")**", "**."], [".**", "**", "</strong>", ":**", "**,", ")**", " **", "**:"], [".**", "**", ":**", "</strong>", " **", "**,", "**.", "**:"], [".**", ":**", "**", "</strong>", "**:", "**,", "**.", ")**"], ["</strong>", ".**", "**", ":**", "**:", "**,", ")**", "**."], ["</strong>", ".**", ":**", "**", "**:", "</b>", "**,", ")**"], [":**", ".**", "**", "**:", "</strong>", "**,", "**.", ")**"], [":**", ".**", "**", "**:", "</strong>", "**,", "**.", ")**"], [":**", "**:", ".**", "**", "**.", "**,", "</strong>", ")**"], [":**", "**:", ".**", "**", "**,", "**.", "</strong>", ")**"], [":**", "**:", "</strong>", ".**", "**.", "**", ")**", "**,"], [":**", " prioritization", " leveraging", "**:", " scalability", " vulnerabilities", " Leveraging", " impactful"], [":**", "**:", " Leveraging", " Mitigation", " Optimized", "</b>", " Troubleshooting", "</strong>"], [":**", "**:", " Troubleshooting", " scalability", " Leveraging", " Mitigation", " Optimized", " Optimization"], [":**", " scalability", " Synchronization", " Troubleshooting", "**:", " Complexity", " Optimized", " Cybersecurity"], [" Synchronization", " scalability", " Gameplay", " Optimization", " Troubleshooting", " Complexity", " Cybersecurity", " Optimized"], [" Optimization", "Synchronization", "Computational", " Synchronization", " Gameplay", " scalability", " Connectivity", "Fragmentation"], [" Optimization", " Synchronization", " scalability", " Gameplay", " Optimized", "Synchronization", " Workflow", " Troubleshooting"], [" Gameplay", " Optimization", " scalability", " Synchronization", " Optimized", "Performance", " Performance", "Synchronization"], [" Gameplay", " Optimization", " Optimized", " FPGA", " Workflow", " Synchronization", "Performance", "Optimization"], [" Gameplay", "Performance", " Optimization", " Performance", " Workflow", " Optimized", " scalability", " FPGA"], [" Gameplay", "Performance", " Optimization", " Performance", " Workflow", " Synchronization", " Optimized", "Synchronization"], [" Gameplay", "Performance", " Performance", " Optimization", " Optimized", " Synchronization", " Workflow", " FPGA"], [" Android", "Android", " Smartphone", " Mobile", " iOS", "Mobile", "Smartphone", "iOS"], [" Android", "Android", "Performance", " Performance", "Mobile", " Mobile", " iOS", " Smartphone"], ["Mobile", " Mobile", " Android", "Android", " mobile", "Performance", " iOS", "mobile"], [" Mobile", "Mobile", " Android", "Android", " mobile", "mobile", " iOS", " Smartphone"], [" Mobile", " Android", "Mobile", "Android", " mobile", " Performance", "Performance", "mobile"], [" Mobile", "Mobile", " Android", "Android", "Performance", " Performance", " mobile", "mobile"], [" Mobile", "Mobile", " mobile", " Android", "Android", "mobile", " Plugin", " viewport"], [" Mobile", " mobile", "Mobile", " Android", "mobile", "Android", " viewport", " Plugin"], [" Mobile", " mobile", "Mobile", " Android", "mobile", "Android", " Plugin", " viewport"], [" Android", " Mobile", " mobile", "Mobile", "Android", " Plugin", " plugin", " viewport"], [" Mobile", " Android", " mobile", "Mobile", "Android", " plugin", " Plugin", " Performance"], ["Mobile", "Android", " Mobile", "Plugin", "Performance", " Android", " mobile", "3"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7856, 0.1753, 0.0391, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4955, 0.4955, 0.0091, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7302, 0.2686, 0.0011, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4998, 0.4998, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7656, 0.1708, 0.0628, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.545, 0.3306, 0.1216, 0.0022, 0.0005, 0.0001, 0.0, 0.0], [0.9039, 0.045, 0.045, 0.0061, 0.0, 0.0, 0.0, 0.0], [0.8635, 0.1169, 0.0158, 0.0035, 0.0002, 0.0001, 0.0, 0.0], [0.8512, 0.1152, 0.033, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.4781, 0.3724, 0.0831, 0.0647, 0.0009, 0.0004, 0.0002, 0.0002], [0.9435, 0.0366, 0.0135, 0.0064, 0.0001, 0.0, 0.0, 0.0], [0.6947, 0.155, 0.1207, 0.0163, 0.0127, 0.0002, 0.0002, 0.0], [0.9164, 0.0355, 0.0355, 0.0102, 0.0018, 0.0004, 0.0001, 0.0001], [0.9373, 0.0467, 0.0104, 0.0049, 0.0003, 0.0002, 0.0001, 0.0], [0.9494, 0.0473, 0.0024, 0.0007, 0.0001, 0.0001, 0.0001, 0.0], [0.9778, 0.0179, 0.004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9731, 0.0108, 0.0066, 0.0066, 0.0015, 0.0005, 0.0003, 0.0003], [0.9927, 0.0067, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9912, 0.0067, 0.0009, 0.0003, 0.0003, 0.0002, 0.0002, 0.0001], [0.7883, 0.0647, 0.0392, 0.0238, 0.0238, 0.0144, 0.0088, 0.0068], [0.3696, 0.2878, 0.0825, 0.0642, 0.039, 0.0303, 0.0236, 0.0236], [0.2009, 0.2009, 0.1565, 0.1218, 0.1218, 0.0739, 0.0165, 0.0128], [0.5459, 0.3311, 0.0949, 0.0128, 0.0078, 0.0047, 0.0006, 0.0005], [0.625, 0.2952, 0.04, 0.0189, 0.0114, 0.0054, 0.0012, 0.0009], [0.9184, 0.0754, 0.0048, 0.0004, 0.0003, 0.0002, 0.0001, 0.0001], [0.6817, 0.2508, 0.056, 0.0076, 0.0017, 0.0017, 0.0002, 0.0002], [0.6181, 0.3749, 0.0042, 0.0025, 0.0002, 0.0, 0.0, 0.0], [0.543, 0.3294, 0.1212, 0.006, 0.0003, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4999, 0.4999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6279, 0.231, 0.1401, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.7656, 0.1708, 0.0628, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.6324, 0.1812, 0.1812, 0.0033, 0.0007, 0.0007, 0.0003, 0.0], [0.9443, 0.047, 0.0064, 0.0023, 0.0, 0.0, 0.0, 0.0], [0.9337, 0.0362, 0.022, 0.0081, 0.0, 0.0, 0.0, 0.0], [0.9399, 0.0364, 0.0172, 0.0063, 0.0, 0.0, 0.0, 0.0], [0.6821, 0.2214, 0.0634, 0.016, 0.0076, 0.0041, 0.0022, 0.0012], [0.3952, 0.3488, 0.0999, 0.0999, 0.0368, 0.0044, 0.0039, 0.0021], [0.9613, 0.0256, 0.0073, 0.0027, 0.0019, 0.0003, 0.0003, 0.0002]], "ranks": {"Rust": [186915, 186086, 195928, 215323, 188626, 200729, 123799, 113257, 67490, 50376, 40030, 25501, 29007, 23125, 19425, 14599, 23114, 21316, 17559, 10449, 14749, 16404, 22259, 28868, 39894, 87194, 76425, 71206, 31457, 32199, 30798, 25975, 25207, 12468, 13433, 21633, 16131, 14075, 7401, 8339, 11773, 6896, 6109, 4534, 2168, 644, 202]}}, {"pos": 442, "top": [["</h4>", "</strong>", "\u200b\u200b", ".\u200b\u200b", " \u200b", "\u200b\u200b\u200b\u200b", ",\u200b", "\u200b."], ["</h4>", "</strong>", "\u200b\u200b", ".\u200b\u200b", " \u200b", "\u200b\u200b\u200b\u200b", ",\u200b", "\u200c"], ["</h4>", " \u200b", ".\u200b\u200b", "\u200b\u200b", "</strong>", "\u200c", ",\u200b", "\u200b\u200b\u200b\u200b"], [" \u200b", "</h4>", "\u200b\u200b", ".\u200b\u200b", "\u200c", "</strong>", ",\u200b", "\u200b\u200b\u200b\u200b"], [" \u200b", "</h4>", "</strong>", ".\u200b\u200b", "\u200b\u200b", "\u200c", ",\u200b", "\u200b\u200b\u200b\u200b"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", "\u2064", ",\u200b", " \ufeff", "\u200b", "</strong>"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", ",\u200b", ".\u200b", "\u200b\u200b\u200b\u200b", "\ufffd", "\u200b."], [" \u200b", "\u200b\u200b", ".\u200b\u200b", ",\u200b", ".\u200b", "\u200b\u200b\u200b\u200b", "\u200b.", "\u200b"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", ".\u200b", "\u200b.", ",\u200b", "\u200b\u200b\u200b\u200b", "\u200b"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", ",\u200b", ".\u200b", "\u200b", "\u200b.", "\ufffd"], [" \u200b", "\u200b\u200b", "\u2064", ".\u200b\u200b", "</h4>", "\u200b", "\ufffd", "\u200c"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", ".\u200b", "</h4>", "\u200b.", ",\u200b", "\u200b,"], [" \u200b", "\u200b\u200b", ".\u200b\u200b", ".\u200b", "\u200b.", "</h4>", "</strong>", "\u200b"], [" \u200b", "\u200b.", ".\u200b\u200b", "\u200b\u200b", ".\u200b", "</h4>", "</strong>", "\u200b"], [" \u200b", "</strong>", "\u200b.", ".\u200b", "</h4>", ".\u200b\u200b", "\u200b\u200b", "\u200b"], ["</strong>", " \u200b", "\u200b.", ".\u200b", "\u200b\u200b", ".\u200b\u200b", "</h4>", "\u200b,"], ["</strong>", "</h4>", " \u200b", "\u200b\u200b", ".\u200b\u200b", ".\u200b", "\u200b.", "\u200b"], ["</strong>", "</h4>", "</h1>", ".\u200b\u200b", ".\u200b", "\u200b.", " \u200b", "\u200b\u200b"], ["</strong>", "</h4>", "\u200b\u200b", " \u200b", "\u200b.", ".\u200b\u200b", ".\u200b", "\u200b,"], ["</strong>", "</h4>", "\u200b\u200b", "\u200b.", ".\u200b\u200b", " \u200b", ".\u200b", " smartphone"], ["</strong>", "</h4>", ".\u200b\u200b", " smartphone", "\u200b.", ".\u200b", "\u200b\u200b", " iOS"], ["</strong>", " smartphone", "</h4>", ".\u200b\u200b", " iOS", ".\u200b", "\u200b.", "\u200b\u200b"], ["</strong>", "</h4>", " smartphone", " iOS", " Smartphone", " Android", " iPhone", " smartphones"], [" smartphone", " leverages", " leveraging", " scalability", " prototyping", " optimizations", " powertrain", " infrastructure"], [" smartphone", " scalability", " Smartphone", " optimizations", " prototyping", " powertrain", " optimization", " leverages"], [" Optimization", " Optimized", " Smartphone", " Connectivity", " Adaptive", " Smartphones", " scalability", " optimizations"], [" Connectivity", " Optimization", " Gameplay", " Optimized", " Cybersecurity", " Smartphone", " Firmware", " Adaptive"], [" Optimization", " Gameplay", " Connectivity", " Optimized", " Smartphone", " Cybersecurity", " Firmware", " Workflow"], [" Optimization", " Gameplay", " Connectivity", " Optimized", " FPGA", " VFX", " Workflow", " Cybersecurity"], [" Optimization", " Gameplay", " Optimized", " Connectivity", " FPGA", " optimizations", " scalability", " VFX"], [" Gameplay", " Optimization", " GPU", " VFX", " Optimized", " FPGA", " OpenGL", " optimizations"], [" Gameplay", " Optimization", " GPU", " Optimized", " OpenGL", " VFX", " iOS", " FPGA"], [" Gameplay", " OpenGL", " Performance", " GPU", " Optimization", " VFX", " GPUs", " iOS"], [" Gameplay", " OpenGL", " GPU", " Performance", " Optimization", " VFX", " iOS", " GPUs"], [" OpenGL", " Gameplay", " GPU", " Performance", " Graphics", " GPUs", " Rendering", " Optimization"], [" OpenGL", " GPU", " GPUs", " Graphics", " Gameplay", " Rendering", " Performance", " VFX"], [" OpenGL", " GPU", " Performance", " GPUs", " Rendering", " Graphics", " Gameplay", " Renderer"], [" GPU", " OpenGL", " Performance", " GPUs", " Rendering", " Graphics", " Renderer", " Gameplay"], [" GPU", " OpenGL", " Graphics", " GPUs", " Rendering", " Performance", " Renderer", " graphics"], [" GPU", " Performance", " OpenGL", " Graphics", " Rendering", " GPUs", " CPU", " graphics"], [" GPU", " Graphics", " Performance", " OpenGL", " Rendering", " graphics", " GPUs", " CPU"], [" viewport", " GPU", " OpenGL", " FPS", " Graphics", "Viewport", " Performance", "viewport"], [" viewport", " GPU", " OpenGL", " Performance", " FPS", "Viewport", " Graphics", "viewport"], [" viewport", " GPU", " OpenGL", " Performance", " FPS", "Viewport", " Graphics", " Rendering"], [" viewport", " GPU", " OpenGL", " Performance", " FPS", " Rendering", " Android", " Graphics"], [" viewport", " Performance", " GPU", " Rendering", " FPS", " OpenGL", " Graphics", " View"], [" Performance", " Rendering", " ", " View", " Graphics", " Render", " viewport", " GPU"]], "p": [[0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9812, 0.018, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.817, 0.1823, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9782, 0.0109, 0.0109, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9935, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.993, 0.0041, 0.0025, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.9867, 0.0066, 0.004, 0.0012, 0.0005, 0.0005, 0.0002, 0.0001], [0.8233, 0.0526, 0.0526, 0.0319, 0.0319, 0.0026, 0.002, 0.0016], [0.6022, 0.1725, 0.0815, 0.0494, 0.0385, 0.03, 0.0233, 0.0015], [0.53, 0.195, 0.1183, 0.0717, 0.0339, 0.0339, 0.0125, 0.0017], [0.9795, 0.0085, 0.004, 0.0024, 0.0024, 0.0019, 0.0007, 0.0003], [0.6222, 0.3774, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.73, 0.2686, 0.0007, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.8487, 0.1149, 0.0256, 0.0045, 0.0045, 0.0006, 0.0005, 0.0005], [0.95, 0.0368, 0.0039, 0.003, 0.003, 0.0018, 0.0007, 0.0002], [0.6166, 0.2268, 0.065, 0.0394, 0.0239, 0.0113, 0.0053, 0.0053], [0.9598, 0.029, 0.0107, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.685, 0.119, 0.0722, 0.0341, 0.0266, 0.0161, 0.0098, 0.0076], [0.9926, 0.0041, 0.0025, 0.0003, 0.0002, 0.0002, 0.0001, 0.0], [0.9487, 0.0286, 0.0105, 0.0105, 0.0005, 0.0004, 0.0002, 0.0002], [0.4674, 0.4674, 0.0493, 0.011, 0.0025, 0.0019, 0.0003, 0.0002], [0.9418, 0.0469, 0.0105, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.8157, 0.182, 0.002, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9817, 0.018, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9235, 0.0758, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9705, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9978, 0.0015, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6622, 0.2436, 0.0896, 0.0045, 0.0001, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8174, 0.1824, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6199, 0.376, 0.0042, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9863, 0.011, 0.0024, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9392, 0.0284, 0.0284, 0.0038, 0.0002, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9673, 0.0177, 0.0107, 0.0031, 0.0005, 0.0002, 0.0002, 0.0001], [0.3219, 0.2212, 0.152, 0.0814, 0.0559, 0.0494, 0.0299, 0.0299], [0.6196, 0.2011, 0.0653, 0.0396, 0.024, 0.0113, 0.01, 0.01]], "ranks": {"Rust": [4522, 4600, 8300, 10770, 17042, 34657, 38711, 48729, 43721, 37590, 40521, 32609, 49315, 47123, 58199, 44246, 49214, 62893, 72316, 90748, 98121, 92427, 88668, 68365, 76869, 96540, 69658, 51810, 37409, 22720, 21359, 17401, 13833, 9875, 9178, 14228, 10862, 11508, 6164, 7306, 8513, 8692, 6059, 5361, 3871, 1393, 489]}}, {"pos": 443, "top": [["o", "i", "e", "er", "..", "an", "el", "a"], ["o", "e", "i", "er", "..", "\\\"", "u", "an"], ["o", "e", "i", "er", "..", "an", "a", ",.."], ["o", "e", "i", "er", "an", "a", "..", ",.."], ["o", "e", "i", "er", "</b>", "a", "an", "</i>"], ["o", "e", "i", "er", "</b>", "a", "an", "ed"], ["o", "e", "er", "i", "a", "an", "ed", "</b>"], ["o", "e", "er", "i", "a", "ed", "</b>", "an"], ["o", "e", "</i>", "er", "</b>", "i", "a", "ed"], ["</i>", "</b>", "</h1>", "o", "e", "</h2>", "</td>", "er"], ["</i>", "</b>", "o", "</h1>", "e", "</em>", "</td>", "</h2>"], ["</i>", "</b>", "o", "e", "</h1>", "er", "</sub>", "</em>"], ["</i>", "</b>", "</h1>", "</h2>", "</em>", "o", "e", "</td>"], ["</b>", "</i>", "</h1>", ".\"", "o", "\"", "e", ",\""], ["</b>", "</i>", "</h1>", ".\"", "</h2>", ".\")", "..\"", "\")"], ["</i>", "</b>", "</h1>", ".\"", "</h2>", "</em>", ".\")", ",\""], ["</b>", "</i>", "</em>", "</h1>", "</h2>", "</strong>", ".\"", ",\""], ["</i>", "</b>", "</h1>", "</h2>", "</em>", ".\"", "</code>", "...\""], ["</i>", "</b>", "</h1>", "</em>", "</code>", "</h2>", "\")", ".\")"], ["</i>", "</b>", "...\"", "</code>", "...\")", " scalable", " prototyping", " minimalist"], ["</i>", "!\"", "!\".", "\":", "</b>", "!\")", ":\"", "..\""], [" HIIT", " achievable", " scalable", "</i>", " incredibly", " exponentially", " prototyping", " optimized"], ["</b>", " incredibly", " prototyping", "</i>", "</em>", " achievable", " exponentially", " scalable"], [" prioritization", " scalability", " achievable", " prototyping", " prioritized", " scalable", " optimizations", " impactful"], [" scalability", " prioritization", " optimizations", " achievable", " prototyping", " drivetrain", " powertrain", " scalable"], [" scalability", " prioritization", " KPIs", " Optimization", " optimizations", " RMSE", " powertrain", " drivetrain"], [" RMSE", " Optimization", " scalability", " KPIs", " FPGA", " powertrain", " drivetrain", " prioritization"], [" RMSE", " IoT", " VFX", " Optimization", " scalability", " Optimized", " KPIs", " FPGA"], [" Gameplay", " FPGA", ":\"+", " Optimization", " Optimized", " VFX", " IoT", " PCIe"], [" FPGA", " IoT", " GPIO", " VFX", " Gameplay", " RMSE", " PCIe", " OLED"], [" VFX", " Gameplay", " FPGA", " FPS", " AMOLED", " RMSE", " GPIO", " GPUs"], [" VFX", " FPGA", " Gameplay", " AMOLED", " Optimized", " GPIO", " PCIe", " OpenGL"], [" Gameplay", " FPGA", " VFX", " OpenGL", " GPU", " AMOLED", " PCIe", " GPUs"], [" Gameplay", " VFX", " OpenGL", " FPGA", " GPU", " AMOLED", " OLED", " GPUs"], [" OpenGL", " Gameplay", " VFX", " FPGA", " GPU", " AMOLED", " GPUs", " PCIe"], [" VFX", " OpenGL", " GPU", " FPGA", " FPS", " CFRP", " AMOLED", " Gameplay"], [" VFX", " OpenGL", " GPU", " FPS", " Gameplay", " CFRP", " AMOLED", " Radeon"], [" OpenGL", " VFX", " GPU", " CFRP", " Radeon", " OLED", " AMOLED", " Gameplay"], [" VFX", " GPU", " OpenGL", " CFRP", " Visualization", " FPS", " Radeon", " iOS"], [" VFX", " GPU", " OpenGL", " FPS", " CFRP", " OLED", " FPGA", " Visualization"], [" VFX", " OpenGL", " Visualization", " GPU", " FPS", " CFRP", " Graphics", " OLED"], [" viewport", "3", " OpenGL", " FPS", " VFX", " PvP", "viewport", " Visualization"], [" viewport", "3", " OpenGL", "viewport", " Visualization", " FPS", " PvP", "Viewport"], [" viewport", "3", "1", " VPS", " VR", " VPC", " OpenGL", "viewport"], ["1", "3", " ", " viewport", " OpenGL", " FPS", " VR", " GPU"], ["3", "1", " ", " viewport", "2", " and", " (", " VR"], ["1", "3", "2", " ", "`", "6", "(", " viewport"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9043, 0.0953, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9523, 0.0474, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9704, 0.0293, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8419, 0.1463, 0.0094, 0.0013, 0.0004, 0.0002, 0.0002, 0.0001], [0.6435, 0.304, 0.0411, 0.0092, 0.0012, 0.0006, 0.0001, 0.0001], [0.4776, 0.4776, 0.0392, 0.0041, 0.0006, 0.0003, 0.0002, 0.0002], [0.9561, 0.0225, 0.0106, 0.0083, 0.0018, 0.0005, 0.0001, 0.0], [0.8934, 0.0445, 0.0346, 0.021, 0.0028, 0.0017, 0.0005, 0.0003], [0.9974, 0.0019, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9853, 0.0052, 0.0031, 0.0015, 0.0015, 0.0009, 0.0005, 0.0004], [0.2934, 0.2285, 0.1779, 0.1779, 0.0309, 0.0241, 0.0188, 0.0089], [0.3531, 0.275, 0.0695, 0.0542, 0.0478, 0.0422, 0.0372, 0.0176], [0.4609, 0.2796, 0.1028, 0.0624, 0.0486, 0.0229, 0.0066, 0.0051], [0.4966, 0.3012, 0.0523, 0.0523, 0.0523, 0.0117, 0.0117, 0.0071], [0.3703, 0.2884, 0.1749, 0.0501, 0.0501, 0.0304, 0.0068, 0.0053], [0.379, 0.1086, 0.1086, 0.0846, 0.0659, 0.0513, 0.0399, 0.0399], [0.703, 0.0951, 0.0577, 0.0577, 0.0165, 0.0165, 0.0129, 0.0129], [0.6486, 0.0878, 0.0878, 0.0415, 0.0323, 0.0323, 0.0251, 0.0072], [0.9266, 0.017, 0.017, 0.0132, 0.0103, 0.008, 0.0062, 0.0007], [0.5754, 0.2117, 0.2117, 0.0004, 0.0002, 0.0001, 0.0001, 0.0001], [0.4797, 0.2909, 0.2266, 0.0009, 0.0007, 0.0004, 0.0002, 0.0002], [0.9629, 0.0226, 0.0137, 0.0004, 0.0002, 0.0, 0.0, 0.0], [0.9144, 0.0751, 0.0102, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.3629, 0.3629, 0.2201, 0.0491, 0.004, 0.0005, 0.0002, 0.0], [0.7968, 0.1778, 0.0146, 0.0089, 0.0012, 0.0004, 0.0002, 0.0001], [0.7821, 0.1745, 0.0303, 0.0041, 0.0025, 0.0015, 0.0015, 0.0012], [0.4599, 0.279, 0.1692, 0.0229, 0.0229, 0.0178, 0.0108, 0.0051], [0.9516, 0.0174, 0.0082, 0.0064, 0.005, 0.0039, 0.003, 0.0018], [0.6841, 0.1189, 0.0721, 0.0562, 0.0161, 0.0098, 0.0098, 0.0059], [0.2869, 0.1536, 0.1355, 0.0822, 0.0565, 0.0565, 0.044, 0.0267], [0.7681, 0.2201, 0.0075, 0.0024, 0.0005, 0.0002, 0.0002, 0.0002], [0.9912, 0.0025, 0.0022, 0.0007, 0.0007, 0.0004, 0.0004, 0.0003], [0.5794, 0.3982, 0.0154, 0.001, 0.001, 0.0009, 0.0007, 0.0004], [0.9458, 0.0534, 0.0004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.5915, 0.4065, 0.0008, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [20999, 23626, 24037, 24005, 31463, 50757, 33439, 54111, 34059, 18543, 27172, 18105, 24138, 20764, 23929, 15849, 17900, 30927, 42791, 52773, 84227, 50670, 58861, 111591, 95645, 105849, 96751, 110955, 49115, 60733, 39679, 38280, 16255, 8076, 7450, 31980, 48580, 68990, 51999, 69166, 81235, 93133, 92639, 78688, 62652, 37828, 29168]}}, {"pos": 444, "top": [["</h3>", " \ufffd", "\ufffd", "</b>", "s", " \u2022", "...\")", "...\""], ["s", "</h3>", "</b>", " \ufffd", "\ufffd", "...\")", "...\"", "...\");"], ["</b>", " \ufffd", "</h3>", "s", "\ufffd", "...\");", "...\")", " \u2022"], ["</b>", " \ufffd", "</h3>", "s", "\ufffd", " \u2022", " \ufeff", " \u25cf"], [" \ufffd", "</b>", "s", "</h3>", " \u2022", "\ufffd", " \u00ad", " \ufeff"], [" \ufffd", "</b>", "s", "\ufffd", " \u2022", "</h3>", "\ufffd", " \u00ad"], ["</b>", " \ufffd", "\ufffd", "s", "\ufffd", " \u2022", "</h3>", " \ufeff"], ["</b>", " \ufffd", "s", "\ufffd", " \u2022", "</h3>", "\ufffd", " \ufeff"], [" \ufffd", "</b>", "s", "\ufffd", "\ufffd", " \ufeff", " \u200b", "</h3>"], ["</b>", " \ufffd", "s", "\ufffd", "</h3>", " \ufeff", "\ufffd", " \u200b"], ["</b>", " \ufffd", "</h3>", "\ufffd", "s", "</strong>", "</h4>", "\ufffd"], ["</b>", "</h3>", "</strong>", " \ufffd", "\ufffd", "s", "</h4>", "...\")"], ["</b>", "</h3>", "</strong>", "</h4>", "</h2>", " \ufffd", "...\")", "</h1>"], ["</b>", "</h3>", "</strong>", "...\")", "</h2>", "...\"", "</h1>", "</h4>"], ["</b>", "</h3>", "...\")", "...\");", "...\"", "</strong>", "\u2026\"", "\u2026\u201d"], ["</b>", "</h3>", "</strong>", "...\"", "</h4>", "...\")", "\ufffd", "\ufffd"], ["</b>", "</strong>", "</h3>", "</h2>", "</h4>", "</h1>", "\ufffd", "</th>"], ["</b>", "</h3>", "</strong>", "...\"", "\u2026\"", "...\")", "\u2026\u201d", "</h2>"], ["</b>", "</strong>", "</h3>", "</h4>", "\u2026\"", "</h2>", "...\")", "\u2026\u201d"], ["</b>", "</h3>", "\u2026\"", "</strong>", "\u2026\u201d", "...\")", "...\");", "...\""], ["</b>", "\u2026\"", "\u2026\u201d", "...\")", "...\"", "!\".", "...\");", "</strong>"], ["</b>", " incredibly", " VFX", " visually", " HIIT", " scalable", " prototyping", " optimised"], ["</b>", " incredibly", "!\".", "!\u201d.", "</strong>", " VFX", "!\u201d", "!\")"], [" powertrain", " optimizations", " skillset", " leveraging", " prototyping", " scalable", " impactful", " drivetrain"], [" powertrain", " prototyping", " optimizations", " drivetrain", " workflow", " scalable", " workflows", " leveraging"], [" Optimization", " criticality", " optimizations", " powertrain", " Optimized", " KPIs", " skillset", " workflows"], [" Workflow", " Optimization", " powertrain", " workflows", " Optimized", " Connectivity", " Visualization", " funcionalidades"], [" Optimization", " Workflow", " Gameplay", " Visualization", " Optimized", " VFX", " IoT", " Connectivity"], [" Gameplay", " Optimization", " Optimized", " Visualization", " Workflow", " VFX", " FPGA", "OpenGL"], [" VFX", " FPGA", " OpenGL", " Gameplay", " IoT", " Visualization", " GPIO", " Optimization"], [" VFX", " OpenGL", " FPGA", " Gameplay", "OpenGL", "GPU", " GPU", " GPUs"], [" Gameplay", " VFX", " OpenGL", " FPGA", "OpenGL", " GPU", " GPUs", "GPU"], [" Gameplay", " OpenGL", "OpenGL", " VFX", " FPGA", " Visualization", " GPU", "Gameplay"], [" Gameplay", "OpenGL", " OpenGL", " VFX", "Gameplay", " Visualization", " GPU", "GPU"], ["OpenGL", " OpenGL", " Dimensional", " Gameplay", "Dimensional", " Graphics", "Graphics", " GPU"], ["OpenGL", "Dimensional", " Dimensional", " OpenGL", "GPU", " GPU", " Graphics", "Graphics"], ["Dimensional", " Dimensional", " dimensional", "OpenGL", " dimensionality", " OpenGL", "dimensional", " GPU"], ["Dimensional", " Dimensional", " dimensional", "dimensional", " dimensionality", "OpenGL", "GPU", " GPU"], ["Dimensional", " Dimensional", " dimensional", " dimensionality", "dimensional", " GPU", " Dimension", "D"], [" Dimensional", "Dimensional", " dimensional", " dimensionality", "dimensional", "D", "rd", " GPU"], ["D", "rd", " Dimensional", "Dimensional", " dimensional", "RD", " GPU", " dimensionality"], ["D", "rd", " Dimensional", " viewport", " Rendering", " GPU", " FPS", "RD"], ["D", "rd", " viewport", "d", " GPU", " Rendering", "Ds", "ds"], ["D", " D", " Dimensional", "DP", " viewport", "Ds", " Rendering", "DR"], ["D", " D", "DP", "d", " Dimensional", "rd", "\uff24", "DR"], ["D", " D", "rd", "0", "d", " Rendering", " Views", "DP"], ["D", " D", "0", "rd", "d", "DP", "2", "DR"]], "p": [[0.9813, 0.018, 0.0003, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9918, 0.0041, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9238, 0.0758, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9857, 0.0141, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9178, 0.0753, 0.0062, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001], [0.9975, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.962, 0.0373, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.918, 0.0277, 0.0216, 0.0131, 0.0102, 0.0029, 0.0014, 0.0011], [0.9651, 0.0138, 0.0084, 0.0084, 0.0011, 0.0009, 0.0004, 0.0003], [0.3793, 0.1395, 0.1087, 0.1087, 0.1087, 0.0659, 0.04, 0.0147], [0.6635, 0.148, 0.0699, 0.0424, 0.02, 0.0156, 0.0095, 0.0057], [0.1681, 0.1681, 0.1681, 0.1155, 0.0701, 0.0331, 0.0331, 0.0292], [0.1116, 0.0869, 0.0677, 0.0597, 0.0465, 0.0411, 0.0362, 0.032], [0.3887, 0.3027, 0.1114, 0.1114, 0.0675, 0.0091, 0.0034, 0.0008], [0.7194, 0.125, 0.046, 0.0279, 0.0169, 0.0169, 0.0132, 0.008], [0.5743, 0.3483, 0.0605, 0.0135, 0.0011, 0.0007, 0.0007, 0.0004], [0.8156, 0.1104, 0.0406, 0.0192, 0.0055, 0.0033, 0.0033, 0.0012], [0.4091, 0.2481, 0.1932, 0.0913, 0.0554, 0.0008, 0.0005, 0.0004], [0.508, 0.3956, 0.0688, 0.0253, 0.0016, 0.0005, 0.0001, 0.0001], [0.3836, 0.3836, 0.2326, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8159, 0.1821, 0.0012, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.4312, 0.4312, 0.0962, 0.0354, 0.0029, 0.0018, 0.0011, 0.0002], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6154, 0.3733, 0.0088, 0.002, 0.0006, 0.0, 0.0, 0.0], [0.714, 0.2626, 0.0216, 0.0014, 0.0003, 0.0001, 0.0, 0.0], [0.7573, 0.217, 0.0229, 0.0024, 0.0003, 0.0002, 0.0, 0.0], [0.6624, 0.3129, 0.0156, 0.0031, 0.0016, 0.0016, 0.0016, 0.0003], [0.98, 0.0179, 0.0009, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [77664, 67029, 102772, 117183, 117066, 125296, 90434, 82597, 68797, 60143, 78156, 55055, 66636, 45745, 50538, 40007, 48122, 64119, 101039, 73066, 89621, 67860, 67231, 103293, 102175, 156842, 142582, 127528, 52582, 43857, 28419, 16893, 21851, 10434, 11490, 31298, 19231, 18274, 23499, 32410, 12430, 8849, 8606, 33462, 31219, 10945, 8700]}}, {"pos": 445, "top": [["D", "\uff65", "O", "`", "Gd", "Dd", "\"", "Rd"], ["D", "`", "\uff65", "O", "\"", "Dd", " `", "Gd"], ["\uff65", " \ufffd", "Gd", "D", " `", "O", "\uff8f", "\u200d"], [" \ufffd", "\u200d", "\uff65", " \u200d", "\u2062", "\ufffd", " \"", "D"], [" \ufffd", "\ufffd", "\u2062", "\uff65", " \"", " \u200d", "\u200d", "</b>"], [" \ufffd", "\u2062", "\ufffd", "\u2063", " \u202a", "\u200d", "\uff65", " \u200d"], [" \ufffd", "\ufffd", "\u2062", "\ufffd", "\u200d", "\u2063", "\ufffd\ufffd\ufffd", "\ufffd\ufffd"], [" \ufffd", "\ufffd", "\u2062", "\ufffd", "\u2063", "\u200d", "\u2064", "\ufffd\ufffd"], [" \ufffd", "\ufffd", "\u2062", "\u2063", "\ufffd", "\u2064", "\u200d", " sculpting"], [" \ufffd", "\ufffd", "\ufffd", "\ufffd\ufffd\ufffd", "\u2062", "\u2063", "\ufffc", " sculpting"], [" \ufffd", "\ufffd", "\ufffd", "\u2062", "\u2063", " IMAX", " sculpting", " Fractal"], ["\ufffd", "\ufffd", " IMAX", " \ufffd", " VR", " VFX", " holographic", " sculpting"], ["\ufffd", " sculpting", " IMAX", " holographic", "\ufffd", " VFX", " VR", " Holog"], ["\ufffd", " VR", " IMAX", "\ufffd", " VFX", " holographic", " lasers", " Metaverse"], ["\ufffd", "\ufffd", " IMAX", " VFX", " Laser", " \ufffd", " lasers", " LEGO"], ["\ufffd", "\ufffd", " IMAX", " lasers", " laser", " holographic", " LEGO", " VFX"], ["</strong>", " VFX", "</b>", " IMAX", "\ufffd", " lasers", " VR", "</h1>"], [" VFX", " IMAX", "</strong>", " Metaverse", " VR", " OpenGL", " LEGO", " Fractal"], [" VFX", " IMAX", " Metaverse", " Fractal", " OpenGL", " prototyping", " holographic", " lasers"], [" VFX", " Metaverse", " IMAX", " OpenGL", " Fractal", " prototyping", " animations", " holographic"], [" VFX", " Metaverse", " prototyping", " Fractal", " animations", " visuals", " IMAX", " visualizations"], [" VFX", " prototyping", " Metaverse", " animations", " OpenGL", " IMAX", " sculpting", " visualizations"], [" VFX", " prototyping", " GPUs", " Metaverse", " visualizations", " IMAX", " robotics", " animations"], [" prototyping", " VFX", " visualizations", " optimizations", " workflows", " optimized", " visuals", " simulations"], [" optimizations", " prototyping", " VFX", " visualizations", " workflows", " simulations", " Metaverse", " optimized"], [" optimizations", " prototyping", " workflows", " Optimized", " Optimization", " VFX", " visualizations", " Visualization"], [" workflows", " optimizations", " prototyping", " scalability", " Optimization", " Optimized", " Gameplay", " workflow"], [" Gameplay", " Optimization", " Optimized", " Visualization", " optimizations", " Workflow", " workflows", " VFX"], [" Gameplay", " Optimization", " Optimized", " optimizations", " Visualization", " VFX", " Fractal", " Performance"], [" Gameplay", " optimizations", " Optimization", " Optimized", " OpenGL", " VFX", " Visualization", " gameplay"], [" Gameplay", " optimizations", " OpenGL", " Optimization", " Optimized", " VFX", " gameplay", " Performance"], [" Gameplay", " Optimization", " optimizations", " Optimized", " OpenGL", " Performance", " optimization", " gameplay"], [" Performance", " Gameplay", " OpenGL", " \uc131\ub2a5", " performance", "\u6027\u80fd", " optimizations", " Optimization"], [" Performance", " Gameplay", " performance", " \uc131\ub2a5", " Rendering", " OpenGL", "\u6027\u80fd", "Performance"], [" Rendering", " Performance", " Renderer", " Render", " Gameplay", " rendering", " performance", " OpenGL"], [" Rendering", " Performance", " rendering", " OpenGL", " Renderer", " performance", " Render", " Gameplay"], [" Rendering", " Performance", " performance", " Renderer", " rendering", " Render", " \uc131\ub2a5", " renderer"], [" Rendering", " Performance", " performance", " rendering", " Renderer", " Render", " renderer", "Rendering"], [" Rendering", " rendering", " Renderer", " Render", " Performance", " renderer", " performance", " render"], [" Rendering", " Performance", " performance", " rendering", " Render", " Renderer", " \uc131\ub2a5", " rendimiento"], [" Rendering", " Performance", " performance", " rendering", " Render", " Renderer", "Performance", " \uc131\ub2a5"], [" viewport", " Performance", " Rendering", " performance", "Viewport", "viewport", " FPS", " View"], [" viewport", " Performance", " performance", " Rendering", "Viewport", "viewport", " FPS", " View"], [" viewport", " Performance", " Rendering", " performance", " View", " FPS", "viewport", "Viewport"], [" viewport", " Performance", " Rendering", " performance", " View", " FPS", " rendering", " Render"], [" Performance", " Rendering", " viewport", " performance", " View", " rendering", " FPS", " Render"], [" Performance", " Rendering", " View", " Render", " viewport", " rendering", " Renderer", " performance"]], "p": [[0.9889, 0.0067, 0.0031, 0.0009, 0.0002, 0.0001, 0.0, 0.0], [0.7588, 0.1319, 0.1027, 0.0051, 0.0004, 0.0003, 0.0003, 0.0003], [0.9919, 0.0052, 0.0019, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.8487, 0.1475, 0.0035, 0.0002, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4999, 0.4999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9813, 0.018, 0.0005, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9069, 0.058, 0.0352, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9374, 0.0467, 0.0081, 0.0063, 0.0005, 0.0002, 0.0002, 0.0001], [0.2832, 0.1718, 0.1338, 0.1042, 0.1042, 0.0632, 0.0141, 0.0141], [0.5147, 0.0789, 0.0543, 0.0423, 0.0373, 0.0329, 0.029, 0.0226], [0.5952, 0.2812, 0.0627, 0.0109, 0.0085, 0.0066, 0.004, 0.004], [0.3734, 0.3734, 0.0649, 0.0394, 0.0306, 0.0239, 0.0145, 0.0113], [0.9642, 0.0138, 0.0065, 0.0031, 0.0024, 0.0024, 0.0019, 0.0011], [0.732, 0.0468, 0.0364, 0.0364, 0.0172, 0.0172, 0.0172, 0.0172], [0.98, 0.0085, 0.004, 0.0031, 0.0024, 0.0007, 0.0002, 0.0002], [0.9993, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9866, 0.0052, 0.0031, 0.0015, 0.0015, 0.0005, 0.0004, 0.0004], [0.9815, 0.018, 0.0001, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.941, 0.0284, 0.0172, 0.0105, 0.0018, 0.0009, 0.0001, 0.0001], [0.4593, 0.4593, 0.0622, 0.0139, 0.0051, 0.0001, 0.0, 0.0], [0.7235, 0.1614, 0.0979, 0.008, 0.008, 0.0007, 0.0002, 0.0001], [0.4176, 0.4176, 0.1536, 0.0036, 0.0036, 0.0022, 0.0008, 0.0003], [0.5997, 0.3638, 0.0299, 0.004, 0.0025, 0.0001, 0.0, 0.0], [0.9817, 0.018, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5696, 0.3455, 0.0771, 0.0063, 0.0009, 0.0005, 0.0, 0.0], [0.7235, 0.2662, 0.008, 0.0011, 0.0007, 0.0004, 0.0001, 0.0], [0.9079, 0.0452, 0.0452, 0.0014, 0.0003, 0.0, 0.0, 0.0], [0.9697, 0.0293, 0.0005, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8767, 0.1186, 0.0036, 0.0008, 0.0003, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8828, 0.0725, 0.0439, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.725, 0.2667, 0.0081, 0.0002, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9793, 0.0179, 0.0011, 0.0011, 0.0002, 0.0002, 0.0001, 0.0], [0.7225, 0.0978, 0.0762, 0.0408, 0.0247, 0.0247, 0.008, 0.003], [0.7066, 0.26, 0.0213, 0.0069, 0.002, 0.0018, 0.0003, 0.0003]], "ranks": {"Rust": [5022, 5402, 7856, 18072, 38262, 60967, 51769, 48993, 40210, 31411, 30487, 26336, 37778, 28326, 30546, 32137, 20248, 20635, 25699, 23700, 33990, 44302, 43450, 57779, 62046, 100550, 116736, 51024, 36941, 16434, 12446, 8472, 7559, 4581, 4897, 6165, 4756, 5034, 2453, 2647, 2127, 3653, 2611, 2335, 1356, 781, 394]}}, {"pos": 446, "top": [[" \\\\", " &#", " \u2014", " \u26ab", " \\&", " \u2022", " \u300c", ".\\\\"], [" \\\\", " &#", " \u26ab", " \u25cf", " \u2014", " \\&", " \u2022", " \u300c"], [" \\\\", " \u26ab", " &#", "<start_of_image>", "</h3>", " \u25cf", " \u2022", " \u25b2"], [" \\\\", " &#", " \u26ab", " \\&", "<start_of_image>", ".\\\\", "</h3>", "-\\\\"], [" \\\\", " &#", "</h3>", " \u26ab", " \u2022", " __", " \ufffd", " ^"], [" \\\\", " &#", "</h3>", " \u2022", " \u26ab", " ^", " \u2014", " __"], [" \\\\", " &#", " \u26ab", " \u2022", " \\&", " __", " $-$", " \u2014"], [" \\\\", " &#", " \u26ab", " \\&", " \u2022", ".\\\\", " __", "<start_of_image>"], [" \\\\", " &#", " \u2014", " \\&", " \u26ab", "<start_of_image>", " \u300c", " __"], [" \\\\", " &#", " \u2014", "<start_of_image>", " \\&", "\\\\", " \u26ab", " \u2022"], [" \\\\", " &#", " \\&", "</h3>", ".\\\\", " \u26ab", "\\\\", " \u2014"], [" \\\\", "</h3>", " &#", ".\\\\", "</h4>", "<start_of_image>", "\\\\", "</strong>"], [" \\\\", "</h3>", ".\\\\", "<start_of_image>", " &#", "</h4>", "\\\\", "</strong>"], [" \\\\", ".\\\\", " &#", "\\\\", "</h3>", " \\&", ",\\\\", " \u2014"], [" \\\\", ".\\\\", "</h3>", "\\\\", " &#", ",\\\\", "<start_of_image>", " \u2014"], [" \\\\", "</h3>", ".\\\\", " &#", "\\\\", ",\\\\", "</strong>", "<start_of_image>"], ["</h3>", "</strong>", "<start_of_image>", " \\\\", " \u2014", "</h4>", " __", " :"], ["</h3>", " \\\\", "</strong>", "</h4>", " __", "<start_of_image>", "</h1>", "...\""], [" __", " \\\\", "</h3>", "</strong>", " Graphics", " OpenGL", "</h4>", " VFX"], [" \\\\", "</h3>", " VFX", "</h4>", " OpenGL", "</strong>", " viewport", " Graphics"], [" optimized", " VFX", " immersive", " OpenGL", " dynamically", " leveraging", " integration", " viewport"], [" optimized", " VFX", " OpenGL", " prototyping", " optimizations", " visualizations", " configurable", " viewport"], [" optimized", " VFX", " optimizations", " optimization", " FPGA", " adaptive", " Adaptive", " OpenGL"], [" leveraging", " optimized", " optimizations", " prototyping", " leverages", " visualizations", " adaptive", " scalability"], [" leveraging", " optimizations", " optimized", " leverages", " Adaptive", " prototyping", " adaptive", " configurable"], [" optimizations", " Optimized", " Adaptive", " Optimization", " Visualization", " Leveraging", " scalability", " prototyping"], [" optimizations", " Optimized", " Optimization", " Visualization", " scalability", " Adaptive", " Gameplay", " optimization"], [" Visualization", " Gameplay", " Optimization", " Optimized", " optimizations", " Viewer", " VFX", " OpenGL"], [" Gameplay", " Visualization", " Optimization", " OpenGL", " optimizations", " Optimized", " VFX", "Visualization"], [" optimizations", " OpenGL", " Gameplay", " Visualization", " VFX", " viewport", " Optimization", " Optimized"], [" OpenGL", " optimizations", " Gameplay", " viewport", " Visualization", " VFX", " framebuffer", " Rendering"], [" optimizations", " OpenGL", " Gameplay", " Rendering", " viewport", " Renderer", " Visualization", " OpenCV"], [" Rendering", " OpenGL", " Gameplay", " Renderer", " Performance", " viewport", " optimizations", " Visualization"], [" Rendering", " responsiveness", " OpenGL", " Performance", " viewport", " Renderer", " Visualization", " Gameplay"], [" Rendering", " Render", " Renderer", " rendering", "Rendering", " Performance", " Visualization", "Render"], [" Rendering", " viewport", " rendering", " Render", " Renderer", " OpenGL", "Rendering", " Performance"], [" Rendering", " Performance", " viewport", " Render", " performance", "Performance", " rendering", "Rendering"], [" Rendering", " Performance", " Render", " rendering", " performance", "Performance", " viewport", "Rendering"], [" Rendering", " Performance", " performance", " viewport", "Performance", " rendering", " Render", " \uc131\ub2a5"], ["ports", "port", "Port", " Performance", " port", " performance", " Port", "Performance"], ["ports", "port", "Port", " port", " Performance", " Port", " performance", " \u092a\u094b\u0930\u094d\u091f"], ["port", " port", "Port", "ports", " Port", " \u092a\u094b\u0930\u094d\u091f", " \u09aa\u09cb\u09b0\u09cd\u099f", "\u30dd\u30fc\u30c8"], ["port", " port", "Port", " Port", "ports", " \u092a\u094b\u0930\u094d\u091f", "PORT", " \u09aa\u09cb\u09b0\u09cd\u099f"], ["port", " port", "Port", " Port", "ports", " \u092a\u094b\u0930\u094d\u091f", "PORT", " \u09aa\u09cb\u09b0\u09cd\u099f"], ["port", " port", "ports", "Port", " Port", "\u09aa\u09cb\u09b0\u09cd\u099f", "PORT", "porter"], ["port", " Port", " port", "Port", "ports", " Performance", "PORT", " performance"], ["port", " Port", "ports", " port", " Performance", "Port", " Rendering", "point"]], "p": [[0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3955, 0.349, 0.1455, 0.0535, 0.0153, 0.0082, 0.0039, 0.003], [0.689, 0.1742, 0.0726, 0.0499, 0.0068, 0.0022, 0.0015, 0.0006], [0.386, 0.142, 0.1106, 0.0671, 0.0359, 0.0218, 0.0218, 0.0192], [0.571, 0.1636, 0.0682, 0.0682, 0.0152, 0.0134, 0.0119, 0.0119], [0.273, 0.1461, 0.0326, 0.0254, 0.0224, 0.0198, 0.0198, 0.0198], [0.5167, 0.3134, 0.0291, 0.0257, 0.0138, 0.0138, 0.0122, 0.0107], [0.5851, 0.3549, 0.0177, 0.0083, 0.0065, 0.0065, 0.0051, 0.0031], [0.6606, 0.1474, 0.0696, 0.0696, 0.0329, 0.0035, 0.0035, 0.0027], [0.6247, 0.2298, 0.0513, 0.0311, 0.0311, 0.0189, 0.0042, 0.0033], [0.4796, 0.2909, 0.107, 0.107, 0.0053, 0.0041, 0.0025, 0.0012], [0.4761, 0.2888, 0.1364, 0.0502, 0.0144, 0.0087, 0.0053, 0.0041], [0.9513, 0.0474, 0.0009, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9376, 0.0599, 0.0018, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.4678, 0.4678, 0.0633, 0.0007, 0.0003, 0.0, 0.0, 0.0], [0.8763, 0.1186, 0.0036, 0.0008, 0.0005, 0.0001, 0.0001, 0.0], [0.5371, 0.4183, 0.0267, 0.0077, 0.0077, 0.0006, 0.0006, 0.0004], [0.9085, 0.0746, 0.0101, 0.0029, 0.0018, 0.0011, 0.0005, 0.0004], [0.9975, 0.0006, 0.0006, 0.0006, 0.0003, 0.0003, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9157, 0.0752, 0.0079, 0.0005, 0.0004, 0.0001, 0.0001, 0.0], [0.7012, 0.2579, 0.0272, 0.0061, 0.0037, 0.0029, 0.0011, 0.0], [0.5385, 0.4194, 0.0268, 0.0099, 0.0022, 0.0022, 0.001, 0.0], [0.8904, 0.0731, 0.0269, 0.006, 0.0036, 0.0, 0.0, 0.0], [0.9685, 0.0138, 0.0108, 0.0065, 0.0003, 0.0, 0.0, 0.0], [0.9868, 0.0052, 0.0052, 0.0024, 0.0004, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0006, 0.0004, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [30530, 21837, 41661, 39770, 35853, 42227, 21537, 22260, 9067, 8095, 8851, 8707, 19918, 10106, 11838, 11111, 13399, 11079, 14204, 17401, 27950, 30205, 24630, 39195, 28696, 56538, 90762, 73595, 59999, 29152, 31873, 21016, 21472, 22004, 34440, 47431, 49156, 37720, 23729, 22445, 16336, 9343, 4197, 2776, 3864, 2671, 1866]}}, {"pos": 447, "top": [["\u00b7", "\u00b7\u00b7", "\u00ad", "\u2013", "t", "-\u2018", "\u00ac", "</em>"], ["\u00b7", "\u00b7\u00b7", "t", "\u00ad", "-\u2018", "\u2013", "\u00ac", "\u2026\u2019"], [",\u2026", "\u2026", "\u00b7", "t", "\u00b7\u00b7", "\u2013", "\u00ac", "\u00ad"], [",\u2026", "\u2026\u201d", "(\u201c", "\u2014\u201d", "\u2026", "\u2014\u201c", "-\u201d", " \u00ad"], ["\u2014\u201d", "\u2026\u201d", "-\u201d", "\u2014\u201c", " \u00ad", "(\u201c", " \u2026\u201d", ".\u2022"], ["\u2014\u201d", " \u2022", "\u2026\u201d", "\u2022", ".\u2022", "\ufffd", "\u2014\u201c", " \u00ad"], ["\u2022", "\ufffd", " \u2022", "\u2014\u201d", ".\u2022", " \u25b8", "\u22c5", "\u2022\u2022"], [" \u2022", "\ufffd", "\u2022", "\u2014\u201d", ".\u2022", " \u25b8", "\u22c5", " \u22c5"], ["\ufffd", " \u25b8", "\u2014\u201d", "\u2212", "[\u2026]", " \u2022", "\u2014", " \u22c5"], ["\ufffd", "[\u2026]", " \u2022", " [\u2026]", "\u2022", "\ufffd", " \u25b8", "\u2014\u201d"], ["\ufffd", " \u2022", " \u22c5", " \u2212", " (\u2026)", "[\u2026]", " \u25b8", " [\u2026]"], [" \u2022", "\ufffd", "\u2022", " \u22c5", " (\u2026)", ",\u2026", "\u2026", " |"], [" \u2022", "\u2026", "\ufffd", " [\u2026]", " (\u2026)", ",\u2026", "[\u2026]", "\u2026\""], [" \u2022", "\ufffd", "\u2022", " |", ",", " ,", " and", ".\u2022"], [" \u2022", " |", "\u2026", ",\u2026", "\ufffd", "\u2022", "\u2026\"", " \u2192"], [" \u2022", " |", "\u2022", "\ufffd", ",", "\u2026", " ,", ".\u2022"], ["\ufffd", ",", " ,", " and", " utilizing", " alongside", " showcasing", "\ufffd"], [" ,", " |", "</h2>", " .", "\u2026", " and", " :", "\u2026\""], [" ,", " and", " |", " .", " :", " functionality", "</h2>", " design"], [" leveraging", " functionality", " seamlessly", " optimized", " transitioning", " integration", " skillset", " utilizing"], [" optimized", " leveraging", " focused", " functionality", " seamlessly", " transitioning", " initially", " optimization"], [" optimized", " leveraging", " focused", " optimization", " transitioning", " requiring", " initially", " functionality"], [" optimized", " leveraging", " transitioning", " initially", " prioritized", " optimization", " functionality", " challenges"], [" leveraging", " optimized", " prioritization", " functionality", " prioritized", " scalability", " optimization", " transitioning"], [" leveraging", " scalability", " prioritization", " optimized", " optimizations", " functionality", " exacerbated", " prioritized"], [" scalability", " prioritization", " Optimization", " optimizations", " Optimized", " optimization", " functionality", " workflows"], [" scalability", " prioritization", " functionality", " (~", " Optimization", " optimizations", " inefficiencies", " overfitting"], [":**", " (~", " (\u201c", " scalability", " (>", "**:", " (\"", ":("], [" (~", ":**", " scalability", " (>", " (\u201c", " (\"", "**:", " Optimization"], [" (~", " (>", " scalability", " optimizations", " (\"", " ([", " Optimization", " (`"], [" scalability", " (~", " optimizations", " (>", " optimization", " Gameplay", " \uc131\ub2a5", " Optimization"], [" optimizations", " (~", " scalability", " \uc131\ub2a5", " (>", " Gameplay", " Optimization", " optimization"], [" \uc131\ub2a5", " scalability", " Performance", " performance", " optimizations", " Gameplay", "\u6027\u80fd", " responsiveness"], [" \uc131\ub2a5", " Performance", " scalability", " performance", "\u6027\u80fd", " (~", " responsiveness", " Gameplay"], [" \uc131\ub2a5", " Performance", " scalability", " performance", " (~", "\u6027\u80fd", " responsiveness", " (>"], [" \uc131\ub2a5", " Performance", " performance", " FPS", " (~", "\u6027\u80fd", " responsiveness", " scalability"], [" Performance", " performance", " \uc131\ub2a5", "\u6027\u80fd", "Performance", " FPS", "performance", "\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9"], [" Performance", " performance", " \uc131\ub2a5", "Performance", "\u6027\u80fd", "performance", " FPS", " PERFORMANCE"], [" performance", " Performance", " \uc131\ub2a5", " FPS", "\u6027\u80fd", "Performance", " (~", " responsiveness"], [" performance", " Performance", " \uc131\ub2a5", "Performance", "\u6027\u80fd", "performance", " rendimiento", " PERFORMANCE"], [" Performance", " performance", "Performance", " \uc131\ub2a5", "\u6027\u80fd", "performance", " PERFORMANCE", " Performances"], [" Performance", " performance", "Performance", " \uc131\ub2a5", "\u6027\u80fd", "performance", " FPS", " PERFORMANCE"], [" Performance", " performance", "Performance", " \uc131\ub2a5", "\u6027\u80fd", "performance", " PERFORMANCE", " Performances"], [" Performance", " performance", "Performance", " \uc131\ub2a5", "\u6027\u80fd", " FPS", " PERFORMANCE", " Performances"], [" Performance", " performance", "Performance", " (", " FPS", " \uc131\ub2a5", " Perf", "\u6027\u80fd"], [" Performance", " performance", " (", " FPS", " Perf", " @", "Performance", " \u2013"], [" Performance", " (", " Perf", " performance", " @", " FPS", " -", " Stability"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8793, 0.0927, 0.0125, 0.0098, 0.0046, 0.0003, 0.0002, 0.0001], [0.6482, 0.2385, 0.0532, 0.0532, 0.0056, 0.0013, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8415, 0.1139, 0.0254, 0.0154, 0.0034, 0.0002, 0.0001, 0.0001], [0.6891, 0.2535, 0.0566, 0.0006, 0.0002, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0032, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9701, 0.0293, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8956, 0.0944, 0.0037, 0.0017, 0.0013, 0.0008, 0.0005, 0.0002], [0.307, 0.1643, 0.1643, 0.128, 0.0997, 0.088, 0.0196, 0.0105], [0.4852, 0.2597, 0.058, 0.0511, 0.031, 0.0129, 0.0078, 0.0078], [0.4186, 0.1745, 0.1745, 0.0824, 0.0642, 0.0143, 0.0143, 0.0112], [0.7749, 0.1049, 0.0437, 0.0437, 0.0076, 0.0052, 0.0032, 0.0022], [0.1665, 0.1469, 0.1297, 0.0694, 0.0328, 0.0255, 0.0255, 0.0225], [0.1972, 0.1055, 0.1055, 0.0822, 0.0725, 0.0565, 0.0251, 0.0221], [0.1639, 0.0603, 0.0603, 0.0567, 0.047, 0.0222, 0.0208, 0.0135], [0.1411, 0.0856, 0.0666, 0.0519, 0.0203, 0.0149, 0.0131, 0.0123], [0.0814, 0.0675, 0.0248, 0.0219, 0.0171, 0.0142, 0.0133, 0.0133], [0.1868, 0.0779, 0.0223, 0.0197, 0.0174, 0.0174, 0.0135, 0.0105], [0.1159, 0.0903, 0.0427, 0.0293, 0.0178, 0.0178, 0.0157, 0.0138], [0.4623, 0.1501, 0.0335, 0.0296, 0.0261, 0.0261, 0.0203, 0.0179], [0.353, 0.2141, 0.0788, 0.0695, 0.0372, 0.0256, 0.0226, 0.0199], [0.9059, 0.0744, 0.0078, 0.0048, 0.0048, 0.0008, 0.0008, 0.0001], [0.9697, 0.0293, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.5539, 0.4314, 0.0079, 0.0048, 0.0008, 0.0008, 0.0002, 0.0001], [0.8768, 0.1187, 0.0022, 0.0013, 0.0008, 0.0002, 0.0, 0.0], [0.996, 0.0025, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5319, 0.3226, 0.1187, 0.0265, 0.0001, 0.0001, 0.0001, 0.0], [0.378, 0.378, 0.2292, 0.0069, 0.0042, 0.0015, 0.0015, 0.0006], [0.9074, 0.0745, 0.0166, 0.0008, 0.0005, 0.0001, 0.0001, 0.0], [0.9705, 0.0108, 0.0108, 0.0065, 0.0009, 0.0003, 0.0001, 0.0], [0.8024, 0.179, 0.0089, 0.0054, 0.002, 0.0012, 0.0007, 0.0003], [0.4071, 0.4071, 0.1498, 0.0334, 0.0017, 0.0005, 0.0002, 0.0002], [0.7152, 0.2631, 0.0216, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7297, 0.2684, 0.0018, 0.0, 0.0, 0.0, 0.0, 0.0], [0.726, 0.2671, 0.0063, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.7306, 0.2688, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8518, 0.148, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9399, 0.0601, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9398, 0.0601, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9562, 0.0225, 0.0175, 0.0021, 0.0005, 0.0003, 0.0001, 0.0001], [0.9917, 0.0076, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [53953, 56068, 103559, 153298, 168437, 244039, 185428, 212253, 139152, 94112, 93519, 63715, 71104, 48457, 51988, 42295, 35087, 31475, 33414, 30926, 33160, 26785, 29084, 28721, 31349, 59670, 79196, 87408, 97852, 63567, 60055, 51068, 44661, 36300, 33498, 39306, 45618, 52247, 24523, 29118, 20890, 14611, 9317, 9136, 3962, 2221, 1553]}}, {"pos": 448, "top": [["**", "**.", "**,", " \u2022", "\u2022", " Leveraging", ")**", " (**"], ["**", "**.", "**,", " (**", ")**", "\u2022", " Leveraging", " **"], ["**", " **", " (**", " \u2022", "\u2022", "**,", "**.", "\u2022\u2022"], ["**", " **", " (**", "**,", " \u2022", "**.", " \"**", "(**"], ["**", " **", " \u2022", " (**", "**,", "**.", "\u2022", ")**"], ["**", " \u2022", " **", " (**", "**,", ")**", "**.", "\u2022"], ["**", " \u2022", " **", "**,", " (**", "**.", ")**", "\u2022"], ["**", " **", " \u2022", " (**", "**,", "**.", ")**", "\n\n\n\n"], ["**", "**,", "**.", " **", " \u2022", "\n\n\n\n", " (**", ")**"], ["**", "**.", " Leveraging", "**,", " \u2022", " **", "\n\n\n\n", ")**"], ["**", " Leveraging", " \u2022", "\n\n\n\n", "**,", ")**", " **", "**."], ["**", "**.", "**,", ".**", ")**", "\n\n\n\n", ":**", " **"], ["**", "**.", "**,", ".**", " **", "\n\n\n\n", "**:", ")**"], ["**", "**.", "**,", ".**", "**:", ":**", " **", ")**"], ["**", "**.", ".**", "**,", "**:", ":**", " **", "\n\n\n\n"], ["**", "**.", ".**", "**,", "**:", ":**", ")**", " **"], ["**.", ".**", "**", "**,", "</strong>", "**:", ":**", " (~"], ["**.", ".**", "**", "**:", "**,", ":**", "</strong>", ")**"], ["**.", "**", "**:", ".**", "**,", ":**", " (~", " Optimization"], ["**.", "**", "**:", ".**", "**,", ":**", " Optimization", " Optimized"], ["**.", "**:", ".**", "**", ":**", "**,", " Optimization", " Optimized"], ["**.", "**:", " Optimization", " optimizations", " Optimized", ":**", " optimized", " bottlenecks"], ["**.", "**:", ":**", ".**", " optimizations", " Optimization", " bottlenecks", " scalability"], [" leveraging", " scalability", " optimizations", " bottlenecks", " Optimization", " optimized", " Optimized", " optimization"], [" Optimization", "**:", " bottlenecks", " leveraging", "**.", ":**", " scalability", " Optimized"], [":**", "**:", " Optimization", "**.", " Optimized", ".**", " Leveraging", " (~"], [":**", "**:", " (~", " (\u201c", " (\"", " (\".", "**.", " (>"], [":**", "**:", " (\u201c", " (~", " (\"", ".**", " (\".", " (>"], [":**", " (~", "**:", " (\u201c", " (\"", " (>", " (\".", " (`"], [" (~", ":**", " (\"", "**:", " (\u201c", " (>", " (`", " ($\\"], [" (~", ":**", "**:", " (\"", " (>", " ($\\", " (`", " (\u201c"], [":**", " (~", "**:", " (\"", " (>", " ($\\", " (\u201c", " (`"], [":**", " (~", "**:", " (>", " (\"", " ($\\", " (\u201c", " (`"], [" (~", ":**", "**:", " (>", " (\"", " (\u201c", " ($\\", " (<"], [":**", " (~", "**:", " (>", " (\"", " (\u201c", " (<", " ($\\"], [" (~", ":**", " (>", " (<", "**:", " (\"", " ($\\", " (\u201c"], [" (~", ":**", " (>", " (<", "**:", "(~", " ($\\", " (@"], [" (~", ":**", " (>", " (<", "**:", "(~", " (@", " ($\\"], [" (~", ":**", " (>", " (<", "**:", "(~", " (@", " ($"], [" (~", ":**", " (>", "**:", " (<", "(~", " (@", " (\u201c"], [" (~", ":**", " (", " (>", "**:", " (<", " (\"", " (\u201c"], [" (~", " (", ":**", " (>", "**:", " (<", " (\"", " (\u201c"], [" (", " (~", ":**", " (>", " (\"", " (<", "**:", " (\u201c"], [" (", " (~", ":**", " (>", " (\"", "**:", " (<", " (\u201c"], [" (", ":**", " (~", "**:", ".**", " (>", "**.", " (<"], [":**", " (", "**:", ".**", "**", "**.", " (**", " (~"], [":**", " (", ".**", "**", "**:", " (**", "**.", " (~"]], "p": [[0.9989, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9915, 0.0052, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.965, 0.0291, 0.0039, 0.0009, 0.0009, 0.0002, 0.0, 0.0], [0.9988, 0.0006, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0007, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9934, 0.0032, 0.0032, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9356, 0.0598, 0.0038, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.7144, 0.2628, 0.0131, 0.0079, 0.0009, 0.0004, 0.0003, 0.0001], [0.6568, 0.3103, 0.0255, 0.0057, 0.0008, 0.0005, 0.0005, 0.0], [0.5276, 0.4109, 0.0556, 0.0046, 0.0008, 0.0005, 0.0, 0.0], [0.7876, 0.1757, 0.0305, 0.0041, 0.0012, 0.0007, 0.0, 0.0], [0.7914, 0.1375, 0.065, 0.0042, 0.0015, 0.0004, 0.0, 0.0], [0.8132, 0.1413, 0.0315, 0.0116, 0.002, 0.0004, 0.0, 0.0], [0.9484, 0.0368, 0.0082, 0.005, 0.0011, 0.0002, 0.0002, 0.0], [0.9499, 0.0223, 0.0174, 0.0064, 0.0024, 0.0014, 0.0002, 0.0], [0.3838, 0.2989, 0.1412, 0.0856, 0.0191, 0.0191, 0.0116, 0.009], [0.6458, 0.185, 0.0413, 0.025, 0.0195, 0.0152, 0.0118, 0.0118], [0.5229, 0.1167, 0.1167, 0.0909, 0.0909, 0.0203, 0.0096, 0.0096], [0.3806, 0.1798, 0.1798, 0.0849, 0.0661, 0.0401, 0.0312, 0.0189], [0.9241, 0.0759, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9866, 0.011, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7308, 0.2688, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9965, 0.0025, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.97, 0.0228, 0.0065, 0.0004, 0.0002, 0.0001, 0.0, 0.0], [0.4953, 0.4953, 0.0071, 0.0012, 0.0004, 0.0004, 0.0002, 0.0], [0.9397, 0.053, 0.0063, 0.0005, 0.0001, 0.0001, 0.0001, 0.0], [0.7671, 0.2198, 0.0097, 0.0028, 0.0003, 0.0002, 0.0001, 0.0], [0.9758, 0.0108, 0.0075, 0.0031, 0.0024, 0.0002, 0.0001, 0.0], [0.9749, 0.0229, 0.0015, 0.0004, 0.0003, 0.0, 0.0, 0.0]], "ranks": {"Rust": [39677, 29601, 37713, 43804, 54026, 72615, 33754, 27237, 19076, 15331, 15724, 9059, 14199, 9896, 13653, 12014, 10975, 10395, 13854, 16606, 20086, 18302, 15397, 15654, 17334, 23374, 29219, 18757, 11440, 22093, 28528, 28215, 31496, 27464, 29511, 44880, 49921, 49614, 27305, 29058, 18672, 13194, 9153, 7439, 3338, 2109, 1358]}}, {"pos": 449, "top": [["</h2>", "</em>", "...)", " )", "\u2026)", "</h5>", ")...", " )."], ["</h2>", " )", "</em>", "...)", ")...", "\u201d)", " ),", " )."], [" )", " ),", " ).", " ())", "</h2>", ")...", " )(", "\u2026)."], [" )", " ),", " ())", "...)", " ).", "</h2>", "\u2026)", ")..."], [" )", "</h2>", " ),", " ).", " ())", "...)", " )(", "\u2026)"], [" )", " ),", " ).", " ())", "</h2>", " )(", "\u2026)", "...)"], [" )", " ),", " ).", "\u2026)", "...)", " ())", ")...", "\u2026)."], [" )", " ),", " ).", " ())", "\u2026)", "...)", "\u2026).", ")..."], [" ),", " ).", " )", ")...", "...)", "...).", "\u2026).", "\u2026)"], ["</em>", "</h2>", "...)", " )", " ).", "\u2026)", " ),", ")..."], ["</em>", " )", " ).", "\u2026)", " ),", "</h2>", "...)", "\u2026)."], [" )", "</em>", " ).", " ),", "...)", "\u2026)", "</h2>", ")..."], [" )", " ).", "</em>", " ),", "</h2>", "...)", "\u2026)", "...)."], [" )", " ).", "</h2>", "</em>", " ),", "...)", ").", "...)."], [" ).", " )", "</h2>", " ),", "...)", "...).", "</em>", "\u2026)"], ["</em>", "</h2>", "</h4>", "</strong>", "...)", " ).", "</h1>", "\u2026)"], ["</em>", "</h2>", "</strong>", ").", "!)", "!).", " ).", "</h4>"], ["</em>", "</h2>", "</h4>", "\u2026)", "...)", "\u2026).", "</strong>", "...)."], ["</em>", "\u2026)", "\u2026).", "</h2>", "...)", "</h4>", " ).", "...)."], ["\u2026)", "\u2026).", "</em>", "...)", "...).", "</h2>", "!).", ")..."], ["\u2026)", "!).", "\u2026).", "!)", "</em>", "...).", "...)", ")..."], ["!).", "!)", "):", "!),", ").", "</em>", "?).", ")!"], ["!).", "!)", ").", "</em>", "):", "?).", "!),", ").\u201d"], ["!).", "):", " prioritization", " impactful", ").", " prioritized", "!)", " RMSE"], ["!).", "):", "!),", ").", ")\")", ")\");", "!)", ").\""], ["!).", "):", ").}", " prioritization", ")\").", "!),", ")\");", "+)"], [" prioritization", " Likely", " prioritized", "!).", "):", " RMSE", "likely", "\u4f18\u5148\u7ea7"], [" IMMEDI", "Immediate", " Likely", " ASAP", " Immediate", " IMMEDIATE", " Fastest", "likely"], ["Immediate", " Likely", " IMMEDI", " Fastest", " Immediate", "likely", "immediately", "Immediately"], [" IMMEDI", "Immediate", " Fastest", " Likely", "immediately", " ASAP", " IMMEDIATE", " Immediate"], [" IMMEDI", " ASAP", " fastest", " quickest", " earliest", "immediately", " Fastest", "Immediate"], [" IMMEDI", " quickest", " fastest", " Fastest", "Immediate", " ASAP", " Immediate", "immediately"], [" IMMEDI", " quickest", " fastest", " Fastest", " ASAP", "immediately", " weakest", " IMMEDIATE"], [" IMMEDI", " quickest", " fastest", "immediately", "Definitely", " Likely", " ASAP", " Probability"], [" quickest", " IMMEDI", " fastest", " Fastest", " Likely", " Probability", "Absolutely", " \u0ab8\u0acc\u0aa5\u0ac0"], [" fastest", " quickest", " IMMEDI", " Fastest", " overwhelmingly", " Likely", " IMMEDIATE", "Absolutely"], [" IMMEDI", " fastest", " quickest", " IMMEDIATE", " VERY", " Fastest", " overwhelmingly", " ASAP"], [" IMMEDI", " fastest", " quickest", " IMMEDIATE", " VERY", " Fastest", " overwhelmingly", "Immediate"], [" IMMEDI", " fastest", " quickest", " IMMEDIATE", "Almost", " Fastest", " VERY", " Almost"], [" almost", "Almost", " Almost", " IMMEDI", " fastest", "almost", "\u307b\u307c", " quickest"], [" almost", "Almost", " Almost", " IMMEDI", " fastest", "almost", " quickest", " VERY"], [" IMMEDI", " Almost", " almost", "Almost", " fastest", " Highest", " VERY", " quickest"], [" Almost", " IMMEDI", " almost", " Highest", "Almost", " fastest", " IMMEDIATE", " Immediate"], [" Almost", " almost", "Almost", " Highest", " Guaranteed", " IMMEDI", " Fastest", " Immediate"], [" Almost", " almost", " Highest", "Almost", " HIGH", " Guaranteed", " highest", " MOST"], ["Almost", " almost", " Almost", " Highest", " Guaranteed", " #", " HIGH", " near"], ["Almost", "Near", "Highest", "Def", "Immediate", "Android", "Within", "Priority"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6789, 0.1945, 0.0716, 0.016, 0.0097, 0.0075, 0.0059, 0.0046], [0.6104, 0.1749, 0.0826, 0.039, 0.0304, 0.0304, 0.0087, 0.0087], [0.6963, 0.2561, 0.021, 0.0128, 0.0128, 0.0005, 0.0003, 0.0001], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8785, 0.1189, 0.0022, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.4803, 0.4803, 0.0394, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7138, 0.1593, 0.0966, 0.0216, 0.0048, 0.0018, 0.0011, 0.0011], [0.9142, 0.075, 0.0062, 0.0037, 0.0005, 0.0002, 0.0001, 0.0001], [0.8071, 0.1801, 0.009, 0.002, 0.0012, 0.0004, 0.0002, 0.0], [0.5182, 0.3143, 0.1156, 0.0258, 0.0156, 0.0058, 0.0021, 0.0013], [0.5093, 0.2406, 0.1874, 0.0326, 0.0197, 0.0057, 0.0016, 0.001], [0.3177, 0.3177, 0.1927, 0.0709, 0.0335, 0.0261, 0.0158, 0.0123], [0.4719, 0.2229, 0.1736, 0.0639, 0.0235, 0.0111, 0.0111, 0.0067], [0.7265, 0.2672, 0.003, 0.0018, 0.0003, 0.0002, 0.0002, 0.0002], [0.9956, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6212, 0.3768, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8349, 0.113, 0.0252, 0.0252, 0.0008, 0.0005, 0.0002, 0.0001], [0.8129, 0.1413, 0.0405, 0.0033, 0.0006, 0.0004, 0.0002, 0.0002], [0.2685, 0.2685, 0.2091, 0.1629, 0.0283, 0.0172, 0.0134, 0.0104], [0.8084, 0.1405, 0.0313, 0.0148, 0.0033, 0.0007, 0.0006, 0.0001], [0.9963, 0.0019, 0.0009, 0.0004, 0.0003, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9894, 0.0067, 0.0007, 0.0007, 0.0007, 0.0003, 0.0003, 0.0003], [0.7294, 0.209, 0.022, 0.0134, 0.0081, 0.0038, 0.0023, 0.0018], [0.6492, 0.2388, 0.0879, 0.0196, 0.0027, 0.001, 0.0004, 0.0004], [0.8765, 0.056, 0.056, 0.0036, 0.0022, 0.0017, 0.001, 0.0008], [0.9954, 0.0015, 0.0009, 0.0006, 0.0006, 0.0003, 0.0002, 0.0002], [0.8991, 0.0271, 0.0271, 0.0271, 0.0165, 0.0008, 0.0008, 0.0008], [0.8209, 0.0674, 0.0409, 0.0409, 0.015, 0.0091, 0.0034, 0.0012], [0.9694, 0.0108, 0.0108, 0.0065, 0.0024, 0.0001, 0.0, 0.0], [0.9683, 0.0292, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6647, 0.2445, 0.09, 0.0006, 0.0001, 0.0, 0.0, 0.0], [0.5456, 0.3309, 0.1217, 0.0014, 0.0002, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.984, 0.0109, 0.004, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.7881, 0.1759, 0.0144, 0.0112, 0.0053, 0.0025, 0.0009, 0.0007], [0.4984, 0.3023, 0.1833, 0.0091, 0.0034, 0.002, 0.001, 0.0003], [0.3818, 0.2973, 0.2973, 0.0148, 0.0042, 0.0016, 0.0009, 0.0003], [0.4916, 0.2322, 0.1097, 0.0518, 0.0314, 0.0191, 0.0191, 0.009], [0.3472, 0.2106, 0.1277, 0.0775, 0.0603, 0.0366, 0.0222, 0.0196], [0.508, 0.1649, 0.1134, 0.0779, 0.0223, 0.0223, 0.0153, 0.0153], [0.2582, 0.2011, 0.1775, 0.1382, 0.0509, 0.0272, 0.024, 0.0165], [0.1199, 0.1058, 0.0642, 0.0566, 0.05, 0.05, 0.0267, 0.0267], [0.5825, 0.1473, 0.0788, 0.0226, 0.0176, 0.0176, 0.0155, 0.0121]], "ranks": {"Rust": [70109, 53633, 60233, 78046, 105678, 116359, 40929, 29594, 19527, 15698, 14712, 12027, 15033, 14235, 14785, 13163, 18548, 19227, 22281, 17304, 29981, 28740, 42506, 40048, 48969, 50076, 49396, 34661, 19791, 52820, 51456, 44070, 29872, 22765, 21597, 18902, 22323, 25003, 24658, 27722, 21733, 23044, 18729, 13313, 7372, 3260, 779]}}, {"pos": 450, "top": [["!\".", "\".", "s", "\u00bb.", "\",", ")\".", "?\".", "\u00bb,"], ["s", "!\".", "\".", "\u09c7\u09b0", "\u00bb.", "\",", ")\".", "...\","], ["s", "!\".", "\".", "\u09c7\u09b0", "...\",", "\",", ")\".", "\u0627\u062a"], ["s", "!\".", "...\",", "\".", "\u09c7\u09b0", "\",", "...\\", ")\"."], ["s", "\".", "...\",", "!\".", "...\")", "\",", ")\".", "...\""], ["s", "!\".", "\".", "\u00c2", "\u09c7\u09b0", "...\",", "\",", ")\"."], ["\u00c2", "!\".", "\".", " \u00c2", "  ", "\",", "...\",", "s"], ["\u00c2", " \u00c2", "!\".", "\".", "  ", "...\",", "s", "\","], ["\u00c2", "!\".", " \u00c2", "\".", "...\",", ")\".", "\u00bb.", "\","], ["</em>", "\".", "!\".", "...\",", "\u00c2", "\u00bb.", ")\".", "</strong>"], ["</em>", "\u00c2", "\".", "!\".", " \u00c2", "\u00bb.", "\",", "!\u00bb"], ["\".", "!\".", "\",", ")\".", "</em>", "\u00c2", "!\",", "?\"."], ["\".", "!\".", "</em>", "\u00c2", "\",", ")\".", " really", "!\""], ["\".", "!\".", "\",", "!\"", ".\",", "!\",", ")\".", "?\"."], ["!\".", "\".", "\",", "</em>", ".\",", "!\"", ")\".", "...\","], ["!\".", "\".", "</em>", ".\")", ")\".", "!\"", ".\",", "!\")"], ["!\".", "\".", "</em>", "!\"", "!\")", ")\".", "!\",", ".\")"], ["!\".", "\".", "</em>", "!\")", "!\"", "?\".", ")\".", "!\","], ["!\".", "\".", "</em>", "!\")", "!\"", "?\".", "!\",", ")\"."], ["!\".", "!\")", "!\",", "\".", "!\u00bb", "!\"", "</em>", "?\"."], ["!\".", "!\")", "!\",", "!\"", "!\u00bb", "\".", "?\".", ")\"."], ["!\".", "!\")", "!\u00bb", "!).", "!\",", "!\"", "!)", ")\"."], ["!\".", "!\")", "!).", "!\u00bb", "!)", "!\"", ")\".", "!\","], ["!\".", "!).", "!\")", "!)", "!')", ")\".", "!),", "!\u00bb"], ["!).", "!\".", "!\")", "!)", ")\".", ".\")", "!')", "!),"], ["!).", "!\")", "!)", "!),", "!\".", "!')", ")\u00bb.", "\u00bb)."], ["!).", " Likely", "!\")", "!)", " Literally", "!),", "\u7d76\u5bfe\u306b", " Happens"], [" Likely", " Happens", " Immediate", " Immediately", "\u78ba\u5b9f\u306b", "Immediate", " Predictive", " IMMEDI"], [" Likely", " Probability", " inevitable", " inev", "\u78ba\u5b9f\u306b", "Probability", "likely", " likely"], [" Likely", " inevitable", " inev", " Guaranteed", "\u78ba\u5b9f\u306b", " unavoidable", " guaranteed", " Guarantee"], [" inevitable", " inev", " Likely", " Guaranteed", "\u78ba\u5b9f\u306b", " unavoidable", " guaranteed", " Guarantee"], [" Guaranteed", " guaranteed", " inev", " inevitable", " Likely", " Guarantee", "\u78ba\u5b9f\u306b", " unavoidable"], [" Guaranteed", " inev", " guaranteed", " inevitable", " Likely", "\u78ba\u5b9f\u306b", " Guarantee", " unavoidable"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", "\u78ba\u5b9f\u306b", " certainty", " garantiert", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438"], [" guaranteed", " Guaranteed", " inev", " certainty", " Guarantee", "\u78ba\u5b9f\u306b", " guarantee", " inevitable"], [" guaranteed", " Guaranteed", " guarantee", " certainty", " Guarantee", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", "\u78ba\u5b9f\u306b", " garantiert"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", " certainty", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", "\u78ba\u5b9f\u306b", " garantiert"], [" guaranteed", " Guaranteed", " certainty", " guarantee", " Guarantee", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", "\u78ba\u5b9f\u306b", " garant"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", " garant", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", " guarantees", "Guarantee"], [" guaranteed", " Guaranteed", " guarantee", " Guarantee", " garant", " guarantees", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", " garantiert"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", " garant", " guarantees", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", " garantiert"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", " guarantees", " garant", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", " garantiert"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", " guarantees", " garant", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", " assured"], [" guaranteed", " Guaranteed", " Guarantee", " guarantee", " guarantees", " garant", " \u0433\u0430\u0440\u0430\u043d\u0442\u0438", " assured"], [" Guaranteed", " guaranteed", " Guarantee", " guarantee", " guarantees", " Gu", " assured", " garant"], [" Guaranteed", " guaranteed", " Guarantee", " Certain", " guarantee", " Gu", " Immediate", " guarantees"], [" Guaranteed", " Guarantee", " guaranteed", " Certain", " Gu", " Immediate", " Certainly", " Definitely"]], "p": [[0.8756, 0.1185, 0.0036, 0.0022, 0.0001, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9592, 0.029, 0.0065, 0.005, 0.0003, 0.0, 0.0, 0.0], [0.5081, 0.3082, 0.1134, 0.0688, 0.0013, 0.0002, 0.0002, 0.0], [0.9994, 0.0004, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0025, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4992, 0.4992, 0.0012, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.4795, 0.4795, 0.0394, 0.0009, 0.0006, 0.0001, 0.0, 0.0], [0.4993, 0.4993, 0.001, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.7768, 0.2226, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9183, 0.0754, 0.0062, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9723, 0.0229, 0.004, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9693, 0.0293, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8436, 0.1142, 0.042, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9538, 0.0288, 0.005, 0.0039, 0.0024, 0.0024, 0.0014, 0.0006], [0.7659, 0.1709, 0.018, 0.0109, 0.0109, 0.0066, 0.004, 0.0024], [0.9978, 0.0009, 0.0006, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3614, 0.3614, 0.2192, 0.0489, 0.0052, 0.0024, 0.0009, 0.0003], [0.471, 0.471, 0.0301, 0.0183, 0.0032, 0.0032, 0.0032, 0.0001], [0.8775, 0.0561, 0.034, 0.0125, 0.0097, 0.0059, 0.0028, 0.001], [0.7481, 0.1669, 0.0478, 0.0226, 0.0107, 0.0011, 0.0011, 0.0011], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8169, 0.1823, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4995, 0.4995, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9013, 0.095, 0.0037, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9173, 0.0753, 0.007, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9898, 0.0086, 0.0013, 0.0002, 0.0001, 0.0, 0.0, 0.0]], "ranks": {"Rust": [21688, 18613, 29005, 36458, 36065, 56922, 40965, 52567, 44110, 29815, 38767, 31503, 43347, 29346, 32410, 34448, 25439, 29203, 36171, 29762, 42550, 47130, 46007, 30664, 37341, 77449, 89223, 66041, 43247, 88734, 128033, 110275, 102136, 112630, 96587, 96252, 78308, 66639, 46949, 56801, 52114, 87393, 67240, 57224, 24549, 18828, 10557]}}, {"pos": 451, "top": [["\u2014\u2014", "\u2014\u2014\u2014\u2014", " \u2014\u2014", "\u2014\u2014\u2014", "\u2014-", "\u2014", " \uf076", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], ["\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2014\u2014\u2014", " \u2014\u2014", "\u2014-", "\u2014", "\u2014\u201c", ",\u2014"], ["\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2014\u2014\u2014", "\u2014-", " \u2014\u2014", "\u2026\u2026..", "\u2026\u2026\u2026..", "\u2014"], ["\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2014\u2014\u2014", "\u2014-", " \u2014\u2014", "\u2014", ",\u2014", "\u2014\u201c"], ["\u2014-", "\u2014\u2014\u2014", "\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2014", "\"\u2014", ",\u2014", " \u2014\u2014"], ["\u2014\u2014", "\u2014\u2014\u2014", "\u2014-", "\u2014", "\u2014\u2014\u2014\u2014", "\"\u2014", "\\&", " \\&"], ["\u2014\u2014", "\u2014", "\u2014\u2014\u2014", "\u2014-", "\u2014\u2014\u2014\u2014", "\"\u2014", "\ufffd", ")\u2014"], ["\u2014", "\u2014\u2014", "\u2014-", "\u2014\u2014\u2014", "\"\u2014", "\u2014\u2014\u2014\u2014", "\ufffd", "\u203c\ufe0f"], ["\u2014", "\u2014\u2014", "\u2014\u2014\u2014", "\u2014-", "\u2014\u2014\u2014\u2014", "\"\u2014", " \u2014\u2014", ")\u2014"], ["\u2014\u2014", "</u>", " \u300d", "\uff01\u300d", "\u2014", "\u2014\u2014\u2014", "</em>", "\"\u2014"], ["</u>", " \u300d", "</em>", "\uff01\u300d", "\u2014\u2014", "\uff09\u300d", "\u00bb", "\u2014\u2014\u2014"], ["</u>", "</em>", "\uff01\u300d", "\u2014", " \u300d", "</h6>", "\u2014\u2014", "\u203c\ufe0f"], ["</u>", "</em>", " \u300d", "\uff01\u300d", "</h6>", "*/", "</img>", "***"], ["</u>", "</em>", "\uff01\u300d", "</h6>", "*/", "!\u00bb", " \u300d", "!!!\""], ["</u>", "</em>", "</h6>", "\uff01\u300d", "*/", "!!!\"", "</img>", " \u300d"], ["</u>", "</em>", "\uff01\u300d", "</h6>", "*/", "!\u00bb", "!!!\"", "</img>"], ["</u>", "</em>", "\uff01\u300d", "!\u00bb", "!!!\"", "!\"", "</h6>", "*/"], ["</u>", "</em>", "\uff01\u300d", "!\u00bb", "!!!\"", "</h6>", "*/", "!\""], ["</u>", "</em>", "\uff01\u300d", "</h6>", "!\u00bb", "*/", "!!!\"", "!\""], ["</u>", "</em>", "\uff01\u300d", "</h6>", "!\u00bb", "*/", "!!!\"", "!\""], ["</u>", "!\u00bb", "</em>", "\uff01\u300d", "!\"", "!!!\"", "*/", "!)"], ["</u>", "!\u00bb", "</em>", "!\"", "\uff01\u300d", "*/", "!)", "!!!\""], ["</u>", "!\"", "!)", "!\u00bb", "!!!\"", "!).", "</em>", "\uff01\u300d"], ["</u>", "!).", "!)", "</em>", ");*/", ".*/", "!\u00bb", "*/"], ["!).", "!)", "</u>", ".*/", ")**", "**:", "!),", "!\u00bb"], ["!).", "!)", "\u00bb).", "!),", ".):", "!\")", "!);", ")\u00bb."], ["!).", "!)", "):", "\uff01\uff09", ".):", " Requires", "!),", "\u00bb)."], ["):", ".):", ").", ".)", ":**", ")\uff1a", "\uff09\uff1a", "**:"], ["):", ".):", ":**", ").", ".)", ")\uff1a", ").}", "\uff09\uff1a"], ["):", ".):", ":**", "**:", ")\uff1a", "\uff09\uff1a", ":\")", ".)"], ["):", ".):", ":**", "!).", ")\uff1a", "\uff09\uff1a", ":\")", "**:"], ["):", ":**", ".):", "**:", ")\uff1a", "\uff09\uff1a", "!).", ":\")"], ["):", ".):", ":**", "**:", "\uff09\uff1a", ")\uff1a", "!).", "!)"], ["):", ":**", ".):", "**:", ")\uff1a", "\uff09\uff1a", ":\")", ")."], ["):", " Failure", ":**", ".):", " failure", ")\uff1a", "**:", " FAILURE"], [" Failure", " failure", "):", ":**", " FAILURE", "Failure", " failures", " breakage"], [" Failure", " failure", "):", ":**", " breakage", " FAILURE", " failures", "Failure"], ["):", " Failure", " failure", ":**", ".):", " FAILURE", ")\uff1a", "**:"], ["):", " breakage", " failure", " Failure", ":**", ".):", " FAILURE", " failures"], ["):", " failure", " Failure", ".):", " breakage", ":**", ")\uff1a", "Failure"], ["):", " Failure", " failure", ".):", " breakage", "Failure", ":**", " failures"], [" breakage", " Break", " Failure", " failure", " breaker", " Breaking", " break", "):"], [" breakage", " Failure", " failure", " Break", " breaker", " Breaking", " break", "):"], ["):", " Failure", " failure", " breakage", " Break", " breaker", " Breaking", " Breakdown"], ["):", " Failure", ".):", " failure", ").", " ):", ")", ")**"], ["):", ")**", ").", " ):", ")", ".):", " Failure", ":**"], ["):", ")**", " Failure", ").", ")", " First", " Early", " Bre"]], "p": [[0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7206, 0.2651, 0.0132, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.8983, 0.0737, 0.0271, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.6769, 0.151, 0.151, 0.0204, 0.0006, 0.0, 0.0, 0.0], [0.9375, 0.0467, 0.0063, 0.0063, 0.0023, 0.0009, 0.0, 0.0], [0.6221, 0.3773, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6208, 0.3765, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.459, 0.2784, 0.1688, 0.0621, 0.0178, 0.0051, 0.004, 0.0024], [0.6006, 0.3643, 0.0299, 0.004, 0.0009, 0.0002, 0.0, 0.0], [0.9799, 0.014, 0.004, 0.0011, 0.0004, 0.0003, 0.0001, 0.0001], [0.8504, 0.1478, 0.0008, 0.0006, 0.0002, 0.0001, 0.0, 0.0], [0.9764, 0.023, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9042, 0.0953, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8519, 0.148, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8174, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9386, 0.06, 0.0009, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.8807, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9883, 0.0067, 0.0031, 0.0012, 0.0004, 0.0002, 0.0001, 0.0], [0.5263, 0.3192, 0.0381, 0.0336, 0.0204, 0.0204, 0.018, 0.0159], [0.493, 0.11, 0.11, 0.0857, 0.0667, 0.052, 0.0405, 0.0245], [0.9043, 0.0742, 0.0213, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9921, 0.0067, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9937, 0.0052, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9707, 0.0228, 0.0019, 0.0015, 0.0011, 0.0007, 0.0005, 0.0003], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.715, 0.263, 0.0216, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.7239, 0.2663, 0.008, 0.0011, 0.0004, 0.0002, 0.0001, 0.0], [0.9815, 0.0109, 0.0066, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.4832, 0.2931, 0.1384, 0.084, 0.0007, 0.0004, 0.0, 0.0], [0.9942, 0.0032, 0.0019, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.7837, 0.1061, 0.1061, 0.0025, 0.0015, 0.0, 0.0, 0.0], [0.9523, 0.0136, 0.0106, 0.0082, 0.005, 0.0039, 0.0039, 0.0014], [0.7988, 0.0656, 0.0511, 0.031, 0.0188, 0.0146, 0.0146, 0.002], [0.8468, 0.1146, 0.0256, 0.0094, 0.0011, 0.0007, 0.0004, 0.0004], [0.9985, 0.0004, 0.0003, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.88, 0.1191, 0.0005, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9236, 0.0758, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [53597, 45275, 57711, 63216, 69021, 75482, 67278, 51383, 31591, 21378, 25795, 19584, 30881, 21332, 24154, 20114, 14092, 15930, 18768, 14953, 21411, 22355, 23201, 17078, 21794, 29466, 37060, 26045, 19920, 42152, 44212, 32890, 33043, 22418, 20921, 15264, 19936, 21683, 17639, 19750, 14402, 12736, 9397, 10904, 7848, 3792, 2928]}}, {"pos": 452, "top": [[";:", "!:", ":.", ".:", ":", ":...", ":[", ",:"], [";:", "!:", ":.", ".:", ":...", ":", ":~", ":["], [";:", ":.", ".:", "!:", ":...", ":~", ":[", ":{"], [";:", ":...", ".:", "!:", ":.", " $:", ":~", ":{"], [";:", ":...", ".:", "!:", " $:", ":\u201d", ":~", "\u201d:"], [" $:", "!:", ";:", "\\\":", ".:", " }:", "`:", " \":"], [":\u201c", ":...", "!:", ":", ":[", "`:", ";:", "\\\":"], [":\u201c", "\\\":", "!:", "`:", "\u201d:", "\u00bb:", ":", ":\u201d"], [":\u201c", "\u00bb:", "`:", "\\\":", "!:", "\u201d:", ":", ":..."], ["</i>", "</h1>", "</em>", "\u201d:", "\u2026\u201d", "\":", "...\u201d", "</h4>"], ["</i>", "</em>", "</h1>", "\":", "</h4>", "\u201d:", "`:", "\u00bb:"], ["</i>", "</em>", "</h1>", "\":", "</h4>", "</h6>", "\u201d:", "*/"], ["</em>", "</i>", "</h1>", "\":", "</h4>", "*/", "</h6>", "...\""], ["\":", "</h1>", "</i>", "</em>", "!", "`:", "...\"", "</h4>"], ["\":", "</h1>", "...\"", "</i>", "\u2026\"", "...", "</em>", "\"."], ["</em>", "</h1>", "</i>", "\":", "...\"", "...", "!", "\u2026\""], ["</em>", "\u2026\"", "</h1>", "...\"", "\":", "</i>", "!\"", "\"."], ["</i>", "...\"", "\u2026\"", "</h1>", "\":", "</em>", "</h4>", "..."], ["</i>", "</h1>", "\u2026\"", "</em>", "...\"", "\":", "</h4>", "\u2026"], ["</i>", "...\"", "\u2026\"", "</em>", "</h1>", "</code>", "</h4>", "...\u201d"], ["\u2026\"", "</i>", "...\"", "\":", "!\"", "</code>", "\u2026\u201d", "</h1>"], ["!", "!\"", "!\u2019", "!\u201d", "!'", "!\u00bb", "</em>", "!:"], ["!\"", "!\u201d", "!\".", "!\u201d.", "!", "!\u2019", "!\";", "!\u201c"], [" leveraging", " scalable", " scalability", " initially", " realistically", " prototyping", " underwhelming", " unsustainable"], [" scalability", " realistically", " leveraging", " scalable", " overfitting", " bottlenecks", " exacerbated", " unsustainable"], [" scalability", " overfitting", " underwhelming", " Troubleshooting", " scalable", " inefficiencies", " \u0438\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e", " prototyping"], [" scalability", " overfitting", " RMSE", " Troubleshooting", " underwhelming", " scalable", " FPGA", " Optimization"], ["</b>", "):", "\"):", ":**", " scalability", "\":", " Achieving", "\u201d:"], [" Achieving", "\ud83e\udd2f", "Impossible", "\":", "):", "</b>", " achievable", "\"):"], [" Achieving", " achievable", " achieving", " scalability", "\u9054\u6210", "</b>", " osi\u0105", " optimizations"], [" Achieving", " achieving", " achievable", " osi\u0105", " \u0111\u1ea1t", " scalability", "\u9054\u6210", " optimizations"], [" Achieving", " achieving", " achievable", " \u0111\u1ea1t", " FPGA", " achieves", "\u8fbe\u5230", " osi\u0105"], [" Achieving", " achieving", " achievable", " \u0111\u1ea1t", " achieves", " ACHIE", " osi\u0105", " Achieve"], [" Achieving", " achieving", " achievable", " \u0111\u1ea1t", " osi\u0105", "\u8fbe\u5230", " \u0434\u043e\u0441\u0442\u0438", " Achieve"], [" achieving", " Achieving", " \u0111\u1ea1t", " achieves", " achieved", " osi\u0105", " Achieve", " achievable"], [" achieving", " Achieving", " \u0111\u1ea1t", " attaining", " osi\u0105", " achieves", " Achieve", " \u0434\u043e\u0441\u0442\u0438"], [" achieving", " Achieving", " \u0111\u1ea1t", " attaining", " osi\u0105", " \u0434\u043e\u0441\u0442\u0438", " achieves", " Achieve"], [" achieving", " Achieving", " \u0111\u1ea1t", " attaining", " \u0434\u043e\u0441\u0442\u0438", " osi\u0105", " achieves", " \u0434\u043e\u0441\u044f"], [" achieving", " Achieving", " attaining", " \u0111\u1ea1t", " reaching", " aiming", " \u0434\u043e\u0441\u0442\u0438", " achieves"], [" achieving", " Achieving", " hitting", " attaining", " reaching", " \u0111\u1ea1t", " \u0434\u043e\u0441\u0442\u0438", " aiming"], [" achieving", " hitting", " Achieving", "Hitting", "hitting", " attaining", " reaching", " \u0111\u1ea1t"], [" hitting", " achieving", " Achieving", "Hitting", "hitting", " reaching", " attaining", " aiming"], [" hitting", " achieving", " Achieving", " reaching", "Hitting", " attaining", "hitting", " aiming"], [" hitting", " Achieving", " achieving", " reaching", "Hitting", "hitting", " hit", " aiming"], [" hitting", " Achieving", "1", "**", " ", " achieving", " Re", "*"], ["**", ".**", "**.", ":**", "**:", "**(", " hitting", ")**"], ["**", " ", "**.", " **", ":**", "***", "**:", ")**"]], "p": [[0.8711, 0.1179, 0.0097, 0.0013, 0.0, 0.0, 0.0, 0.0], [0.8753, 0.1185, 0.0036, 0.0022, 0.0005, 0.0, 0.0, 0.0], [0.9971, 0.0019, 0.0006, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9681, 0.0292, 0.0011, 0.0011, 0.0003, 0.0001, 0.0, 0.0], [0.9867, 0.011, 0.0009, 0.0009, 0.0005, 0.0, 0.0, 0.0], [0.4551, 0.276, 0.1674, 0.0616, 0.0227, 0.0083, 0.0051, 0.0007], [0.6149, 0.2262, 0.0832, 0.0306, 0.0186, 0.0113, 0.0068, 0.0025], [0.5959, 0.3614, 0.018, 0.018, 0.004, 0.0015, 0.0005, 0.0002], [0.5142, 0.1892, 0.1892, 0.0696, 0.0256, 0.0094, 0.0013, 0.0013], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7136, 0.2044, 0.0752, 0.0029, 0.0023, 0.0008, 0.0003, 0.0001], [0.4516, 0.3517, 0.1661, 0.0175, 0.0024, 0.0018, 0.0018, 0.0014], [0.486, 0.2948, 0.1085, 0.0452, 0.013, 0.0089, 0.0069, 0.0048], [0.378, 0.1786, 0.1576, 0.0657, 0.0512, 0.031, 0.031, 0.0242], [0.2563, 0.1996, 0.1996, 0.1761, 0.0505, 0.0306, 0.0238, 0.0088], [0.2526, 0.1352, 0.1193, 0.1193, 0.0929, 0.0929, 0.0497, 0.0439], [0.6249, 0.1394, 0.0846, 0.0846, 0.0189, 0.0147, 0.0089, 0.0048], [0.8065, 0.1091, 0.0313, 0.0244, 0.0148, 0.0042, 0.0042, 0.0012], [0.9855, 0.0066, 0.004, 0.0024, 0.0007, 0.0004, 0.0001, 0.0], [0.5201, 0.1913, 0.0904, 0.0548, 0.0427, 0.0259, 0.0157, 0.0139], [0.7555, 0.0547, 0.0483, 0.0426, 0.0228, 0.0138, 0.0084, 0.0051], [0.429, 0.2602, 0.2026, 0.0581, 0.0214, 0.0101, 0.0048, 0.0037], [0.7546, 0.1021, 0.0795, 0.0376, 0.0084, 0.0031, 0.0024, 0.0019], [0.6183, 0.138, 0.138, 0.0508, 0.0308, 0.0113, 0.0032, 0.0032], [0.8298, 0.0875, 0.053, 0.0072, 0.0056, 0.0056, 0.0021, 0.0021], [0.9002, 0.0187, 0.0165, 0.01, 0.0054, 0.0047, 0.0047, 0.0047], [0.5236, 0.1926, 0.15, 0.0709, 0.0335, 0.0203, 0.0021, 0.0021], [0.5404, 0.0939, 0.057, 0.0345, 0.0269, 0.021, 0.021, 0.021], [0.9849, 0.0109, 0.004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9386, 0.06, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.977, 0.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.852, 0.148, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.611, 0.3706, 0.0184, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8417, 0.1463, 0.012, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7922, 0.1768, 0.0307, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8071, 0.1403, 0.0516, 0.0006, 0.0003, 0.0, 0.0, 0.0], [0.7865, 0.1064, 0.0503, 0.0237, 0.0099, 0.0087, 0.0053, 0.0022], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [8508, 11873, 13081, 16578, 20536, 35887, 11240, 7604, 4127, 4435, 4322, 2673, 3161, 3942, 5157, 3866, 5025, 3760, 3874, 4446, 7052, 8658, 10490, 12726, 26788, 42210, 47662, 24989, 4806, 8730, 7606, 5512, 6700, 4029, 6168, 2989, 2865, 4198, 625, 731, 709, 127, 125, 110, 15, 53, 37]}}, {"pos": 453, "top": [["**", " **", ".**", "**.", ":**", "**,", ">**", "**:"], ["**", " **", ".**", "**.", ">**", "**,", ":**", "**:"], ["**", " **", " (**", ".**", ":**", ">**", "**(", " \"**"], [" **", " (**", "**", "(**", " \"**", "**(", ">**", ":**"], [" **", " (**", "**", " \"**", "(**", "**(", ":**", ".**"], [" **", " (**", "**", " \"**", "(**", "**(", ":**", " `--"], [" (**", " **", "**", ":**", "**(", "(**", " \"**", ".**"], [" (**", " **", "**", "(**", " \"**", ":**", "**(", " (`"], [" (**", " **", "**", ":**", "(**", " \"**", "**(", " (`"], [" (**", " **", "**", ":**", "(**", " \"**", "**(", " (`"], [" (**", " **", ":**", "**", " (`", " \"**", "**(", "**:"], [" (**", " **", ":**", "**", " (`", " \"**", "**:", "**,"], [" **", " (**", ":**", "**", " \"**", " (`", "**,", "**:"], [" **", " (**", ":**", "**", "**:", " \"**", "**,", " (`"], [" **", " (**", ":**", "**", " \"**", "**:", "**,", ".**"], [" (**", " **", ":**", "**", ",", " (`", "**:", "**,"], [" (**", " **", ",", " (`", " (", "**", ":**", " incredibly"], [" (**", " **", ":**", "**", ",", " (`", " \"**", "**:"], [" (**", " **", ":**", "**", "**:", " \"**", "!", " :"], [" leveraging", " (**", " incredibly", " aggressively", " relentlessly", " prioritizing", " leveraged", " impactful"], [":**", "!", "**:", " leveraging", " (**", ":", "**", " **"], [" leveraging", ":**", " incredibly", " relentlessly", " potentially", " prioritized", " aggressively", " leveraged"], [" incredibly", " relentlessly", " aggressively", " prioritized", " prioritizing", " leveraging", " likely", " rapidly"], [" leveraging", " prioritizing", " incredibly", " prioritized", " impactful", " prioritization", " leveraged", " leverages"], [" incredibly", " leveraging", " prioritizing", " prioritized", " relentlessly", " aggressively", " prioritization", " exacerbated"], [" leveraging", " prioritizing", " prioritization", " incredibly", " relentlessly", " prioritized", " Leveraging", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442"], [" prioritization", " prioritizing", " incredibly", "\u5373\u4fbf", " prioritized", " leveraging", "\u5373\u4f7f", " relentlessly"], [" prioritization", " Honestly", " Regardless", " Seriously", " Despite", "\u5373\u4fbf", " prioritizing", "\u5373\u4f7f"], ["Honestly", " Honestly", " Regardless", " Seriously", "Regardless", " Despite", "Despite", "Seriously"], [" Achieving", " Honestly", " Regardless", " Predicting", " prioritizing", " Despite", " Ignoring", " Trying"], [" Achieving", " Honestly", " Trying", " Regardless", " prioritizing", " Predicting", " Ignoring", " Seriously"], [" Achieving", " Honestly", " Trying", " Regardless", " Predicting", " prioritizing", " Seriously", " Ignoring"], [" Achieving", " Trying", " Honestly", " achieving", " Predicting", " prioritizing", " Seriously", " Getting"], [" Achieving", " achieving", " Trying", " Predicting", " Getting", " aiming", " prioritizing", " attempting"], [" Achieving", " achieving", " Trying", " Getting", " Obtaining", " Predicting", " Targeting", " Maintaining"], [" Achieving", " achieving", " Trying", " Getting", " hitting", " Obtaining", " attempting", " attaining"], [" Achieving", " achieving", " Targeting", " Trying", " hitting", " Getting", " aiming", " Obtaining"], [" Achieving", " achieving", " Targeting", " Trying", " Getting", " hitting", " Forget", " aiming"], [" Achieving", " achieving", " Trying", " Targeting", " hitting", " Getting", " aiming", " attempting"], [" Achieving", " hitting", " achieving", " Trying", " Targeting", " Getting", " aiming", "Hitting"], [" hitting", " Achieving", " achieving", "Hitting", " Trying", " Getting", "hitting", " Targeting"], [" hitting", " Achieving", " achieving", "Hitting", " Getting", " Trying", " aiming", " Targeting"], [" hitting", " Achieving", " achieving", "Hitting", " Targeting", " Trying", " Getting", " aiming"], [" hitting", " Achieving", " achieving", "Hitting", " Targeting", " aiming", " Getting", " Trying"], [" hitting", " Achieving", " achieving", "Hitting", " Targeting", " aiming", "hitting", " Getting"], [" hitting", " Achieving", " achieving", "Hitting", " aiming", " Targeting", " ", "hitting"], [" H", " Achieving", " Re", " ", " Targeting", " Aim", "  ", " The"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6154, 0.3733, 0.0113, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9223, 0.0757, 0.0018, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.7139, 0.2626, 0.0131, 0.0102, 0.0001, 0.0001, 0.0, 0.0], [0.6066, 0.1738, 0.1354, 0.0821, 0.0008, 0.0004, 0.0003, 0.0001], [0.7793, 0.1354, 0.0498, 0.0342, 0.0004, 0.0003, 0.0002, 0.0001], [0.6385, 0.3016, 0.0408, 0.0117, 0.003, 0.002, 0.0007, 0.0004], [0.4081, 0.1928, 0.1701, 0.0552, 0.043, 0.023, 0.014, 0.0096], [0.5233, 0.4618, 0.0058, 0.0024, 0.0013, 0.001, 0.0007, 0.0005], [0.3059, 0.2699, 0.2699, 0.0876, 0.0152, 0.0092, 0.0039, 0.0039], [0.3127, 0.1674, 0.0698, 0.0616, 0.0543, 0.033, 0.0291, 0.0291], [0.6757, 0.0628, 0.0432, 0.0297, 0.0262, 0.0159, 0.0159, 0.0109], [0.1427, 0.1111, 0.0674, 0.0525, 0.0463, 0.0409, 0.0409, 0.0361], [0.5975, 0.1038, 0.0433, 0.0433, 0.0297, 0.0297, 0.0159, 0.0141], [0.9042, 0.0578, 0.0166, 0.0129, 0.0047, 0.0014, 0.0006, 0.0005], [0.6841, 0.2517, 0.0562, 0.0046, 0.001, 0.001, 0.0006, 0.0006], [0.2786, 0.2786, 0.217, 0.169, 0.0229, 0.0229, 0.0031, 0.0019], [0.6569, 0.1882, 0.0539, 0.0327, 0.0154, 0.012, 0.0057, 0.0044], [0.4389, 0.2073, 0.1614, 0.0463, 0.0463, 0.0463, 0.0133, 0.0103], [0.4109, 0.1941, 0.1177, 0.0556, 0.0556, 0.0556, 0.0433, 0.0124], [0.5011, 0.2367, 0.1118, 0.0528, 0.0411, 0.032, 0.0071, 0.0056], [0.4439, 0.2097, 0.2097, 0.0601, 0.0468, 0.0172, 0.0063, 0.0014], [0.3888, 0.3888, 0.0868, 0.0676, 0.0526, 0.0043, 0.0034, 0.002], [0.9748, 0.0179, 0.004, 0.0019, 0.0011, 0.0001, 0.0001, 0.0], [0.9918, 0.0067, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9239, 0.0758, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9239, 0.0758, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8804, 0.1192, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9934, 0.0059, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9912, 0.0041, 0.0008, 0.0006, 0.0005, 0.0005, 0.0004, 0.0002], [0.4358, 0.3846, 0.0757, 0.0358, 0.0169, 0.009, 0.007, 0.0055]], "ranks": {"Rust": [65815, 77512, 85239, 152710, 151771, 225491, 130494, 130015, 88824, 53306, 35076, 15427, 18927, 16819, 14752, 13639, 15347, 12161, 14948, 8038, 15193, 13553, 19091, 24532, 45613, 49568, 48597, 46091, 19614, 26305, 16642, 14970, 12699, 11008, 9853, 10166, 14294, 15591, 7318, 8516, 8321, 1622, 1107, 756, 349, 100, 24]}}, {"pos": 454, "top": [["o", "i", "e", "..", ",..", "\\\"", "el", "er"], ["o", "e", "i", "..", "\\\"", ",..", "\"..", "er"], ["\"..", ",..", "o", "e", "..", "\\\"", "er", "i"], [",..", "..", "\"..", "o", "e", "er", "..\");", "..\u201d"], ["o", "i", "e", "er", "ioc", "el", "iots", ",.."], ["o", "i", "e", "er", "el", "iou", "ed", "ei"], ["o", "e", "er", "i", "ed", "\\\"", "a", "an"], ["o", "e", "er", "i", "ed", "\\\"", "a", " \\\""], ["o", "e", "er", "ed", "i", "a", "an", "en"], ["o", "e", "er", "i", "ed", "a", "an", "en"], ["o", "e", "er", "ed", "i", "a", "an", "en"], ["o", "e", "ed", "er", "i", ",", "a", "an"], ["ed", "o", "e", "er", ",", "i", "an", "a"], ["o", ",", "e", "ed", ".", "i", "er", "a"], [",", ".", "o", "e", "ed", "er", "i", ".."], [",", ".", "o", "e", "ed", "er", "..", "!"], [",", "o", ".", "ed", "e", "!", "er", "  "], [" digital", " technologies", "o", " IoT", "\\\"", " tech", " technology", " shaders"], [" optimizations", " technologies", " technology", " FPGA", " IoT", " optimized", " physics", " tech"], [" optimizations", " optimized", " prototyping", " optimization", " IoT", " technologies", " powertrain", " FPGA"], [" optimizations", " optimization", " optimized", " technologies", " IoT", " powertrain", " FPGA", " optimised"], [" optimizations", " optimized", " optimization", " optimised", "optimized", " technologies", " powertrain", " overclock"], [" optimizations", " optimization", " optimized", "optimized", " scalable", " scalability", " FPGA", " optimizes"], [" optimizations", " scalability", " scalable", " optimization", " optimized", " optimizes", " leverages", " prototyping"], [" optimizations", " scalability", " optimization", " leverages", " optimizes", " scalable", " RMSE", " suboptimal"], [" optimizations", " RMSE", " scalability", " FPGA", " optimizes", "optimized", " leverages", " suboptimal"], [" RMSE", " scalability", " FPGA", " optimizations", " KPIs", " GPUs", " scalable", " GDPR"], [" RMSE", " GPUs", " FPGA", " GDPR", " IoT", " CRISPR", " PCIe", " KPIs"], [" FPGA", " GPUs", " RMSE", " IoT", "GPU", " OLED", "IoT", " PCIe"], [" FPGA", " OLED", " RMSE", " GPUs", " PCIe", " iOS", " IoT", " AMOLED"], [" FPGA", " GPUs", " FPS", " iOS", " AMOLED", " OLED", " OpenGL", " GPU"], [" FPGA", " GPUs", " AMOLED", " OLED", " HDMI", " iOS", " PCIe", " FPS"], [" FPGA", " iOS", " OLED", " AMOLED", " GPUs", " HDMI", " FHD", " PCIe"], [" FPGA", " iOS", " OLED", " AMOLED", " GPUs", " FullHD", " HDMI", " FHD"], [" iOS", " FPGA", " AMOLED", " OLED", " GPUs", " FullHD", " FHD", " HDMI"], [" iOS", " Android", " FPGA", " OLED", " AMOLED", " FHD", "iOS", " iPhone"], [" iOS", " Android", "iOS", " iPhone", " OLED", " FPGA", "Android", " AMOLED"], [" iOS", " Android", "iOS", " iPhone", " Mobile", " OLED", "Android", " AMOLED"], [" iOS", " Android", "iOS", " Consistent", "Android", " Mobile", " iPhone", " OLED"], [" iOS", " Android", " OLED", " Anything", "iOS", " iPhone", " Consistent", " FPGA"], [" iOS", " Android", "1", " OLED", " iPhone", " Achieving", " Mobile", "iOS"], [" Android", "Android", " Mobile", " iOS", " mobile", " android", "Mobile", " \u043c\u043e\u0431\u0438"], [" Android", " Mobile", "Android", " iOS", " mobile", " Mid", "1", " android"], ["1", " Android", "Android", " Mobile", " iOS", " mobile", " android", " "], ["1", " Android", " ", "Android", " android", " Mid", " iOS", " mid"], ["1", " Android", " ", "\n", " android", "Android", " iOS", " mobile"], ["1", "\n", " ", "3", "**", "6", " Android", "2"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4348, 0.3386, 0.1246, 0.0756, 0.0131, 0.008, 0.0018, 0.0011], [0.9891, 0.0052, 0.0031, 0.0013, 0.0005, 0.0004, 0.0001, 0.0001], [0.718, 0.2642, 0.0132, 0.0038, 0.0007, 0.0001, 0.0, 0.0], [0.8733, 0.092, 0.0339, 0.0005, 0.0001, 0.0001, 0.0001, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9781, 0.0179, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9218, 0.0757, 0.0023, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9684, 0.0292, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.8848, 0.0726, 0.0208, 0.0208, 0.0006, 0.0002, 0.0001, 0.0], [0.4307, 0.3354, 0.1234, 0.0748, 0.0354, 0.0001, 0.0001, 0.0001], [0.6875, 0.197, 0.0725, 0.0183, 0.0143, 0.0052, 0.0046, 0.0004], [0.4872, 0.2955, 0.1792, 0.0311, 0.0042, 0.0016, 0.0009, 0.0001], [0.9845, 0.0109, 0.004, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.9979, 0.0012, 0.0005, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.2236, 0.2236, 0.1741, 0.1056, 0.0499, 0.0499, 0.0499, 0.0184], [0.551, 0.2027, 0.0957, 0.0452, 0.0274, 0.0166, 0.0166, 0.0101], [0.9885, 0.0025, 0.0019, 0.0019, 0.0019, 0.0019, 0.0003, 0.0003], [0.986, 0.0066, 0.004, 0.0015, 0.0005, 0.0005, 0.0003, 0.0001], [0.9991, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6385, 0.2349, 0.0524, 0.0218, 0.0193, 0.0043, 0.0038, 0.0034], [0.9331, 0.0596, 0.0049, 0.0011, 0.0005, 0.0003, 0.0001, 0.0001], [0.8344, 0.1129, 0.0415, 0.0056, 0.0044, 0.0005, 0.0002, 0.0002], [0.5933, 0.3598, 0.0179, 0.0085, 0.0066, 0.0031, 0.0031, 0.0015], [0.9682, 0.0084, 0.0084, 0.0051, 0.004, 0.0019, 0.0019, 0.0007], [0.9243, 0.046, 0.0217, 0.0023, 0.0018, 0.0014, 0.0011, 0.0008], [0.9908, 0.0032, 0.0019, 0.0015, 0.0007, 0.0005, 0.0004, 0.0004], [0.9357, 0.022, 0.0171, 0.0104, 0.0063, 0.0038, 0.0014, 0.0014], [0.57, 0.2097, 0.1633, 0.0364, 0.0081, 0.0049, 0.0038, 0.0023], [0.5087, 0.3962, 0.0536, 0.0253, 0.0093, 0.0034, 0.0021, 0.0006], [0.9994, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9857, 0.0141, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9388, 0.06, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001], [0.9978, 0.0012, 0.0006, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9961, 0.0015, 0.0013, 0.0007, 0.0003, 0.0, 0.0, 0.0], [0.9462, 0.0534, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [25061, 27044, 60626, 55715, 54965, 115677, 23083, 29995, 24857, 14656, 16067, 7604, 16644, 14582, 18382, 13437, 16104, 19368, 20026, 36308, 37965, 30062, 79106, 69456, 58692, 69188, 63911, 81482, 21507, 47757, 34045, 24217, 14596, 14392, 16459, 38090, 58009, 81221, 43106, 75140, 65494, 22976, 14473, 11799, 9661, 1503, 1040]}}, {"pos": 455, "top": [["s", " \u25cf", "\u03c2", " t", " l", "s\u0131", " \u25a0", " \u2022"], ["s", " \u25cf", "\u03c2", "s\u0131", "\u09c7\u09b0", "\ud835\udc2c", " l", " t"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", "\ud835\udc2c", "s\u0131", " \u2666", " \u25bc"], ["s", " \u25cf", "\u03c2", "\ud835\udc2c", "\u09c7\u09b0", " \u2666", "s\u0131", " \u25ba"], ["s", "\u03c2", " \u25cf", "s\u0131", "\u09c7\u09b0", "\ud835\udc2c", " \u2022", " \u2666"], ["s", "\u03c2", " \u25cf", "s\u0131", "\ud835\udc2c", "\u09c7\u09b0", " \u2022", " \u30fb"], ["s", "\u03c2", " \u25cf", "s\u0131", "\u09c7\u09b0", " \u2013", "\ud835\udc2c", " \uff0d"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", " \u2013", "\ud835\udc2c", "s\u0131", " \u00ad"], ["s", "\u03c2", " \u25cf", "\u09c7\u09b0", "s\u0131", "\u0627\u062a", "\ud835\udc2c", "\u094b\u0902"], ["s", "\u03c2", "\u09c7\u09b0", " \u25cf", "s\u0131", "\ud835\udc2c", "\u0627\u062a", " \u2013"], ["s", "\u03c2", " \u2013", "\u09c7\u09b0", "s\u0131", "\ud835\udc2c", "\ud835\ude00", "\u0627\u062a"], ["s", "\u03c2", " \u2013", " hugely", "\u09c7\u09b0", " supremely", " \u2018", "s\u0131"], ["s", " \u2013", " hugely", "\u03c2", " really", " bigger", ",", " maybe"], ["s", ",", " \u2013", " hugely", "\u03c2", " really", " bigger", ":"], ["s", ",", " hugely", " \u2013", " really", " bigger", "\u03c2", " maybe"], ["s", ",", " hugely", " really", " huge", " maybe", "!", " bigger"], ["s", " hugely", ",", " bigger", " really", " huge", " maybe", " \u2013"], ["s", " hugely", " (!)", "!", " maybe", " really", " \u2013", " incredibly"], [" hugely", "s", " massively", " incredibly", " ridiculously", " (!)", " insanely", " supremely"], [" hugely", " incredibly", " (!)", " insanely", " massively", " downsides", " ridiculously", " scalable"], [" incredibly", " hugely", " achievable", " scalable", " (!)", " massively", " insanely", " exponentially"], [" incredibly", " achievable", " massively", " hugely", " (!)", "(!)", " realistically", " insanely"], [" incredibly", " insanely", " ridiculously", " achievable", " unbelievably", " massively", " hugely", " (!)"], [" achievable", " scalable", " incredibly", " scalability", " realistically", " massively", " RMSE", " exponentially"], [" scalability", " achievable", " scalable", " RMSE", " realistically", " incredibly", " KPIs", " insanely"], [" \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " scalability", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442", " extremamente", " insanely", " RMSE", " KPIs", " scalable"], [" RMSE", " FPGA", " scalability", " achievable", " KPIs", " scalable", " outperforms", " drivetrain"], [" RMSE", " FPGA", " KPIs", " GPUs", " PCIe", " IoT", " FHD", " HIIT"], [" FPGA", " RMSE", " GPUs", " PCIe", " OLED", " VFX", " IoT", "OpenGL"], [" PCIe", " FPGA", " RMSE", " OLED", " FHD", " GPIO", " achievable", " HDMI"], [" FPS", " FPGA", "FPS", " OLED", " HDMI", " VFX", " GPUs", " AMOLED"], [" FPGA", " HDMI", " FPS", " PCIe", " FullHD", " FHD", " OLED", " VFX"], [" HDMI", " FPGA", " PCIe", " OLED", " FullHD", " AMOLED", " FHD", " VFX"], [" HDMI", " FullHD", " FPGA", " OLED", " AMOLED", " FHD", " PCIe", "HDMI"], [" HDMI", " FullHD", " AMOLED", " FPGA", " OLED", " GPUs", "kHz", " Mbps"], [" FPS", "MHz", "FPS", " Mbps", "kHz", "fps", " NVIDIA", " HDMI"], ["MHz", "kHz", " Mbps", "Mbps", "Pixel", "FPS", " pixel", " NVIDIA"], ["kHz", "MHz", "Mbps", " Mbps", "kW", "fps", "FPS", "GHz"], [" Mbps", "MHz", "kW", "kHz", "Mbps", "fps", "FPS", "GHz"], [" Mbps", "\u06f2\u06f0", "kHz", "MHz", "kW", " FPS", "fps", "FPS"], [" Mbps", "2", "\u06f2\u06f0", "kHz", "Mbps", "MHz", "fps", " FPS"], [" FPS", " Mbps", "fps", "FPS", "2", " fps", " Android", " kilowatt"], ["2", " Mbps", " kilowatt", "twenty", "\u06f2\u06f0", " Twenty", " FPS", " Android"], ["2", " Twenty", "\u06f2\u06f0", " twenty", "twenty", "fps", "\u0968\u0966", "\ufffd"], ["2", "0", "1", "\u06f2\u06f0", "\uff12", "4", " twenty", "twenty"], ["2", "0", "1", ".", "4", "3", "5", "8"], ["2", ".", "0", "1", "4", "8", "3", " "]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.988, 0.011, 0.0004, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.5701, 0.2097, 0.1272, 0.0772, 0.0063, 0.0038, 0.0023, 0.0014], [0.9112, 0.0748, 0.0037, 0.0037, 0.0037, 0.0014, 0.0005, 0.0005], [0.918, 0.0356, 0.0168, 0.0079, 0.0048, 0.0048, 0.0048, 0.0018], [0.5742, 0.2112, 0.0998, 0.0777, 0.0223, 0.0023, 0.0018, 0.0018], [0.4163, 0.2525, 0.1532, 0.0439, 0.0342, 0.0342, 0.0161, 0.0098], [0.1107, 0.1107, 0.0592, 0.0461, 0.0407, 0.0407, 0.0359, 0.0317], [0.3446, 0.0987, 0.0871, 0.0769, 0.0679, 0.0321, 0.022, 0.0194], [0.9176, 0.0457, 0.0168, 0.0102, 0.0038, 0.0014, 0.0014, 0.0008], [0.5837, 0.1672, 0.1302, 0.0479, 0.0226, 0.0176, 0.0083, 0.0039], [0.474, 0.2239, 0.1058, 0.1058, 0.0642, 0.0068, 0.0053, 0.0041], [0.787, 0.1756, 0.0185, 0.0053, 0.0032, 0.0025, 0.0025, 0.002], [0.5027, 0.2375, 0.1122, 0.0413, 0.0321, 0.025, 0.0152, 0.0092], [0.5152, 0.3125, 0.0329, 0.0329, 0.0256, 0.02, 0.02, 0.0156], [0.617, 0.2914, 0.0394, 0.0186, 0.0113, 0.0088, 0.0053, 0.0025], [0.3384, 0.3384, 0.2053, 0.0357, 0.0278, 0.0131, 0.008, 0.008], [0.3226, 0.1956, 0.1956, 0.0924, 0.0561, 0.0265, 0.0206, 0.0161], [0.3353, 0.3353, 0.1234, 0.0454, 0.0353, 0.0275, 0.0214, 0.0167], [0.7694, 0.1337, 0.0298, 0.0298, 0.0232, 0.0067, 0.0024, 0.0019], [0.4741, 0.1744, 0.1358, 0.1358, 0.0389, 0.0236, 0.0068, 0.0041], [0.4045, 0.315, 0.0903, 0.0547, 0.0332, 0.0259, 0.0259, 0.0201], [0.7191, 0.2646, 0.0048, 0.0029, 0.0029, 0.0018, 0.0011, 0.0007], [0.4442, 0.2098, 0.1634, 0.0991, 0.053, 0.0172, 0.0049, 0.003], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [43810, 50622, 82614, 90589, 82749, 73523, 19812, 25202, 24350, 15095, 20191, 12367, 14246, 12642, 14019, 15476, 13897, 18339, 18735, 34573, 55047, 40782, 88628, 137648, 150974, 128903, 140631, 132619, 38629, 61570, 47814, 24605, 23382, 15030, 17401, 27678, 27788, 28691, 22075, 38539, 51097, 92150, 79669, 116674, 116707, 64165, 33628]}}, {"pos": 456, "top": [["s", "</i>", ".!", "</h1>", "..", "```", "..\");", ".`"], ["s", ".!", "</i>", "\u03c2", "..", "..\");", "</h1>", "```"], ["s", ".!", "..", "\u03c2", "..\");", " \ufffd", "e", "."], ["s", " \ufffd", ".!", "\u03c2", "..", "e", "..\");", " Rc"], ["s", " \ufffd", "\u03c2", "  ", "es", "s\u0131", " !\\", " Rc"], ["s", " \ufffd", "\u03c2", "es", " !\\", "s\u0131", "  ", " \\'"], ["s", " !\\", " \\'", " ']", " \\\"", "\\'", " \ufffd", "\u03c2"], ["s", " !\\", " \\'", " \\\"", " \ufffd", "\\'", " ']", "es"], ["s", "  ", " \\'", "es", " !\\", "\u03c2", "\\'", "\u000b"], ["s", "  ", "es", " \\'", "\u000b", "\u03c2", "\\'", " \ufffd"], [" \\'", "s", "  ", " !\\", "\\'", "\u000b", " ']", " \u2019"], [".'", "s", "!'", "..'", "\\'", "!',", "!\\", "'!"], [".'", "s", "!", "  ", "..", "!'", ".`", "."], [".'", "!", ".", "!'", ".\\", ",'", ".',", "'."], [".'", "!", ".\\", ".[", "!'", "..", ".", "!\\"], [".'", "!", "!'", "!\\", ".", ".\\", "!',", ",'"], ["!", "  ", ",", "!'", "!\u2019", ".'", ".", "!."], ["!", ".'", "!'", ".", "!.", "!\".", "!\u2019", "'."], ["!", "!'", "!')", "!.", "!',", ".'", "!\u2019", "!\"."], ["!", "!'", " optimized", " optimizations", " onboarding", " tech", " scalable", " uptime"], [" optimized", " optimizations", "!", "!\".", " achievable", " optimization", " onboarding", "!'"], [" optimized", " optimizations", " achievable", " optimization", " requires", " onboarding", " requirements", " scalable"], [" optimizations", " achievable", " scalability", " optimized", " optimization", " optimizes", " scalable", " GPUs"], [" optimizations", " scalability", " achievable", " scalable", " optimization", " optimized", " leveraging", " optimizes"], [" optimizations", " scalability", " scalable", " achievable", " optimization", " optimized", " optimizes", " powertrain"], [" optimizations", " scalability", " optimizes", " KPIs", " optimization", " scalable", " workflows", " powertrain"], [" optimizations", " GPUs", " FPGA", " workflows", " accelerometer", " scalability", " microcontroller", " wearables"], [" optimizations", " GPUs", " accelerometer", " FPGA", " IoT", " geometries", " LiDAR", " VFX"], [" GPUs", "OpenGL", " optimizations", " FPGA", " OpenGL", "GPUs", "GPU", " GPU"], [" OpenGL", " GPUs", " optimizations", "OpenGL", " shaders", " FPGA", " shader", " GPU"], [" OpenGL", " shaders", " GPUs", "OpenGL", " Android", "Android", " iOS", " shader"], [" OpenGL", " GPUs", "OpenGL", " Android", " shaders", "Android", " optimizations", " iOS"], [" OpenGL", " Android", " iOS", "OpenGL", "Android", " GPUs", " shaders", "iOS"], [" OpenGL", " Android", "OpenGL", "Android", " iOS", " GPUs", " shaders", "iOS"], [" OpenGL", "OpenGL", " GPUs", " GPU", " Android", " shaders", "Android", "GPU"], [" OpenGL", "OpenGL", " Android", " shaders", " GPUs", "Android", " GPU", " shader"], [" OpenGL", "OpenGL", " GPUs", " shaders", " GPU", " shader", "GPU", " Android"], [" OpenGL", "OpenGL", " GPUs", " shaders", " GPU", " Android", " shader", "GPU"], [" OpenGL", "OpenGL", " Android", "Android", " shaders", " GPUs", " GPU", " mobile"], [" OpenGL", " Android", " shaders", "OpenGL", " mobile", " Mobile", "Mobile", "Android"], [" OpenGL", "OpenGL", " shaders", " Android", " mobile", " Mobile", "Mobile", " shader"], [" OpenGL", " Android", " mobile", " Mobile", " shaders", "OpenGL", "Mobile", "Android"], [" mobile", " Mobile", " OpenGL", " Android", "Mobile", "mobile", " mobiles", " \u043c\u043e\u0431\u0438"], [" OpenGL", " Mobile", " mobile", " Android", "Mobile", " shaders", " Shader", "OpenGL"], [" Android", " OpenGL", "OpenGL", " shaders", " Mobile", " mobile", " Shader", " shader"], ["0", " Android", " FPS", " OpenGL", " mobile", " Mobile", " GPU", " GPUs"], ["0", " FPS", "fps", "D", "-", " fps", " hours", "."]], "p": [[0.9668, 0.0138, 0.0107, 0.0084, 0.0001, 0.0001, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9935, 0.0052, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9892, 0.0067, 0.004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9399, 0.0601, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5488, 0.4274, 0.0129, 0.0061, 0.0029, 0.0008, 0.0008, 0.0002], [0.9157, 0.0752, 0.0079, 0.0007, 0.0003, 0.0001, 0.0001, 0.0], [0.739, 0.1284, 0.0779, 0.0368, 0.0082, 0.0039, 0.0011, 0.0009], [0.9923, 0.0052, 0.0009, 0.0007, 0.0003, 0.0001, 0.0001, 0.0001], [0.981, 0.014, 0.0015, 0.0009, 0.0009, 0.0007, 0.0005, 0.0003], [0.6625, 0.3129, 0.02, 0.0021, 0.001, 0.0008, 0.0003, 0.0001], [0.8938, 0.0942, 0.0077, 0.0022, 0.0006, 0.0005, 0.0004, 0.0002], [0.6948, 0.1991, 0.0503, 0.0185, 0.0127, 0.0077, 0.0036, 0.0028], [0.9601, 0.029, 0.0024, 0.0021, 0.0016, 0.001, 0.0009, 0.0005], [0.5556, 0.0966, 0.0752, 0.0586, 0.0586, 0.0168, 0.0168, 0.0148], [0.3043, 0.2092, 0.1269, 0.0872, 0.0599, 0.0321, 0.0321, 0.0283], [0.2519, 0.2519, 0.1962, 0.0386, 0.0266, 0.0207, 0.0207, 0.0161], [0.9928, 0.0041, 0.0015, 0.0009, 0.0005, 0.0001, 0.0, 0.0], [0.9919, 0.0067, 0.0005, 0.0003, 0.0003, 0.0002, 0.0, 0.0], [0.9993, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9889, 0.0067, 0.0012, 0.0007, 0.0005, 0.0003, 0.0003, 0.0002], [0.9095, 0.0275, 0.0214, 0.0069, 0.0048, 0.0048, 0.0048, 0.0042], [0.9715, 0.0228, 0.0024, 0.0011, 0.0007, 0.0002, 0.0002, 0.0002], [0.6918, 0.1982, 0.0442, 0.0268, 0.0163, 0.0127, 0.0077, 0.0013], [0.5295, 0.3212, 0.1182, 0.016, 0.0125, 0.0013, 0.0006, 0.0005], [0.9122, 0.0454, 0.0354, 0.0048, 0.0006, 0.0003, 0.0003, 0.0002], [0.8837, 0.0725, 0.0126, 0.0126, 0.0098, 0.0036, 0.0017, 0.0013], [0.8947, 0.0734, 0.0164, 0.006, 0.0037, 0.0028, 0.0017, 0.001], [0.9766, 0.0139, 0.0066, 0.0024, 0.0003, 0.0002, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5973, 0.2198, 0.1711, 0.0085, 0.0031, 0.0001, 0.0, 0.0], [0.7577, 0.1691, 0.0484, 0.0229, 0.0007, 0.0005, 0.0003, 0.0002], [0.661, 0.3122, 0.0155, 0.0027, 0.0021, 0.0021, 0.0016, 0.0013], [0.9053, 0.0273, 0.0241, 0.0114, 0.0069, 0.0048, 0.0048, 0.0037], [0.998, 0.0012, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [48658, 48696, 85810, 115698, 167904, 197205, 180193, 172445, 147711, 150736, 153270, 124296, 99325, 86003, 109466, 96179, 39903, 67685, 68371, 80122, 72050, 48638, 145738, 106429, 149636, 155876, 184773, 175507, 54264, 75973, 88376, 53052, 46019, 29600, 35138, 36305, 23203, 34062, 8206, 7249, 9380, 8401, 9753, 9024, 21932, 24986, 30361]}}, {"pos": 457, "top": [["\u2018\u2018", "\u2019\u2019", "s", " \u2019\u2019", "\u300b", " \u2018\u2018", "\u0964\u2019\u2019", "\u2018\u2019"], ["\u2019\u2019", "\u2018\u2018", "s", " \u2019\u2019", "\u300b", " \u2018\u2018", "\u2018\u2019", "\u00bb"], ["s", "\u2019\u2019", " \u2019\u2019", "\u2018\u2018", "\u09c7\u09b0", " \u2018\u2018", "\u300b", "\u03c2"], ["s", " \u2019\u2019", "\u2019\u2019", "\u2018\u2018", " \u2018\u2018", "\u09c7\u09b0", "\u300b", " \u2018\u2019"], ["s", " \u2019\u2019", " \u2018\u2018", "\u2018\u2018", "\u2019\u2019", "\u09c7\u09b0", " \u201a", " \u00ab"], ["s", " \u2019\u2019", " \u2018\u2018", " \u201a", "\u2018\u2018", " \u00ab", "\u2019\u2019", "\u09c7\u09b0"], ["s", " \u2019\u2019", "\u2018\u2018", "\u2019\u2019", " \u2018\u2018", "\u09c7\u09b0", "\u25a0", "\u2018\u2019"], ["s", " \u2019\u2019", "\u2018\u2018", " \u2018\u2018", "\u2019\u2019", "\u09c7\u09b0", "sning", " \u2018\u2019"], ["s", "\u2018\u2018", " \u2019\u2019", " \u2018\u2018", "\u2019\u2019", "\u2018\u2019", " \u2018\u2019", " \u201a"], ["s", " \u2019\u2019", "\u2019\u2019", "\u2018\u2018", " \u2018\u2018", " \u2018", "\u2018\u2019", " \u201a"], ["s", " \u2019\u2019", "\u2019\u2019", "\u2018\u2018", " \u201a", " \u2018\u2018", "\u2018\u2019", " \u2018"], ["s", "\u2019\u2019", " \u2019\u2019", "\u2018\u2018", " \u2018", " ''", "\u25a0", "\u2018\u2019"], ["s", "\u2019\u2019", " ''", " \u2019\u2019", " petrol", "''", " \u2018", "\u09c7\u09b0"], ["s", "\u2019\u2019", ".", " ''", "\u2019", " \u2018", "\u25a0", ","], ["s", "\u2019\u2019", " \u2018", ".", "\u2019", "!\u2019", "\u25a0", ".\u2019"], ["s", "\u2019\u2019", "\u2019", " \u2018", "!\u2019", ".", ",", ".\u2019"], ["s", "\u2019", " \u2018", "!\u2019", "\u2019\u2019", "!", "\u2018", "."], ["s", "!\u2019", "!", ".", "\u2019\u2019", "!'", ".\u2019", "\u2019"], ["s", "!\u2019", "!", "\u2019\u2019", " sprinting", " speeds", " speed", "\u2019"], ["s", "!\u2019", "!", "!'", "\u2019\u2019", " vibe", " (!)", " selfies"], ["!\u2019", " sprinting", " speeds", " optimised", " speed", "!'", " uptime", " accelerometer"], [" speeds", " sprinting", " uptime", " speed", " vibe", "!\u2019", " esports", " KPIs"], [" speeds", "!\u2019", " sprinting", " optimised", " uptime", " KPIs", " accelerometer", " powertrain"], [" optimised", " KPIs", " impactful", " workflows", " optimizations", " powertrain", " accelerometer", " synced"], [" synced", " KPIs", " powertrain", " uptime", " accelerometer", " workflows", " optimizations", " speeds"], [" velocidades", " KPIs", " synced", " uptime", " powertrain", " outperforms", " accelerometer", " optimizations"], [" accelerometer", " uptime", " velocidades", " VFX", " KPIs", " powertrain", " synced", " outperforms"], [" VFX", " RMSE", " GPUs", " KPIs", " accelerometer", " synced", " uptime", " FPGA"], [" FPGA", " VFX", " GPUs", " RMSE", " OLED", " PCIe", " GPIO", " KPIs"], [" FPGA", " RMSE", " VFX", " GPUs", " GPIO", " OLED", " PCIe", " HDMI"], [" FPS", "FPS", "fps", " fps", " VFX", " FPGA", " GPUs", " GPU"], [" FPS", "FPS", " FPGA", "fps", " VFX", " fps", " GPUs", " OLED"], [" FPS", "FPS", "fps", " FPGA", " VFX", " fps", " GPUs", " OLED"], [" FPS", "fps", "FPS", " FPGA", " VFX", " GPUs", " fps", " RMSE"], [" FPS", "fps", "FPS", " fps", "Hz", "MHz", " frequency", " frequencies"], [" FPS", " fps", "fps", "FPS", "Fps", "Hz", " RPM", " BPM"], [" FPS", "fps", " fps", "FPS", "Fps", "Hz", " Hz", " DPS"], [" FPS", "fps", "FPS", " fps", "Fps", "Hz", " frames", " DPS"], [" FPS", "fps", " fps", "FPS", " frames", "Fps", " frame", " Frames"], [" FPS", "fps", " fps", "FPS", "Fps", " frames", " frame", "Hz"], [" FPS", "FPS", "fps", " fps", "Fps", " frames", " DPS", " CPS"], [" FPS", " fps", "fps", "FPS", "Fps", " DPS", " TPS", " CPS"], [" FPS", " fps", "fps", "FPS", "Fps", " TPS", " DPS", " VPS"], [" FPS", "fps", " fps", "FPS", "Fps", " DPS", " TPS", " LPS"], [" FPS", "fps", " fps", "FPS", "Fps", " DPS", " TPS", " LPS"], ["fps", " FPS", " fps", "FPS", "Fps", " frames", " UPS", "Hz"], ["fps", " FPS", " fps", "FPS", " frames", "Hz", "Fps", " frame"]], "p": [[0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5741, 0.3482, 0.0777, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0004, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.6358, 0.1822, 0.0759, 0.0591, 0.0317, 0.0055, 0.0018, 0.0012], [0.7334, 0.1275, 0.0602, 0.0469, 0.0134, 0.0049, 0.0038, 0.0034], [0.9721, 0.0122, 0.004, 0.0024, 0.0015, 0.0015, 0.0005, 0.0004], [0.5595, 0.1102, 0.059, 0.0149, 0.0149, 0.0116, 0.0102, 0.009], [0.4668, 0.1337, 0.0919, 0.0632, 0.0338, 0.0205, 0.0124, 0.0124], [0.2946, 0.1787, 0.0452, 0.0399, 0.0352, 0.0274, 0.0242, 0.0213], [0.2446, 0.2159, 0.1156, 0.0794, 0.0425, 0.0258, 0.0258, 0.0177], [0.3632, 0.3632, 0.1041, 0.0631, 0.0383, 0.0232, 0.0181, 0.011], [0.4011, 0.4011, 0.0543, 0.0423, 0.0423, 0.02, 0.0121, 0.0121], [0.8005, 0.1083, 0.0188, 0.0188, 0.0114, 0.0089, 0.0089, 0.0069], [0.2932, 0.2284, 0.1778, 0.1385, 0.051, 0.0309, 0.0146, 0.0146], [0.6289, 0.2313, 0.0313, 0.0313, 0.0313, 0.019, 0.019, 0.0042], [0.5269, 0.3196, 0.1176, 0.0262, 0.0059, 0.0013, 0.0013, 0.0008], [0.6133, 0.2256, 0.083, 0.0503, 0.0185, 0.0068, 0.0015, 0.0003], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0009, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8734, 0.1182, 0.0076, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.5761, 0.3494, 0.0688, 0.0056, 0.0, 0.0, 0.0, 0.0], [0.7983, 0.1781, 0.0188, 0.0047, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [24834, 22164, 25872, 29013, 59531, 70261, 28624, 66349, 59596, 51934, 78996, 38884, 55952, 47653, 46699, 36401, 24575, 42592, 43835, 34940, 66740, 45574, 50861, 101123, 96792, 198094, 178354, 145879, 63368, 46833, 51499, 34746, 46621, 28250, 30041, 26311, 29690, 20571, 9725, 17733, 23131, 28307, 14402, 24487, 32675, 16120, 15272]}}, {"pos": 458, "top": [["s", "\ufffd\ufffd", " \ufeff", " \ufffd", "';...", "\ufffd\ufffd\ufffd\ufffd", " yg", " fb"], ["s", "\ufffd\ufffd", " \ufffd", "';...", "@\"", "</b>", "\u201d\u201c", "\ufffd\ufffd\ufffd\ufffd"], ["s", " \ufeff", " \ufffd", "\ufffd\ufffd", " ()=>{", "</b>", "\u201d\u201c", " {:"], ["s", " \ufffd", " \ufeff", "</b>", "\ufffd\ufffd", " {:", " ()=>{", "';..."], ["s", " \ufffd", " \ufeff", "\u009d", " ()=>{", " ()=>", "\ufffd\ufffd", "</b>"], ["s", " \ufffd", "\u009d", "\ufffd\ufffd", " ^", " ^^", "\u09c7\u09b0", " \ufeff"], ["\ufffd\ufffd", "s", "\ufffd\ufffd\ufffd\ufffd", "\":{\"", "\u009d", "\ufffd", "{{", "^^"], ["\ufffd\ufffd", "s", "\u009d", "\ufffd\ufffd\ufffd\ufffd", "\ufffd", " \ufffd", " \ufeff", "\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"], ["\ufffd\ufffd", "s", "\ufffd\ufffd\ufffd\ufffd", "\u009d", "\ufffd", "\u807d", "{{", "\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"], ["\u009d", "\ufffd\ufffd", "s", "\ufffd", "\ufffd\ufffd\ufffd\ufffd", " alot", " fps", "''."], ["\ufffd\ufffd", "\u009d", "\ufffd", "s", "\ufffd\ufffd\ufffd\ufffd", "\":{\"", " fps", " \ufffd"], ["\ufffd\ufffd", "s", "\u009d", " alongside", " instagram", " fps", " alot", " showcasing"], ["s", " whilst", " visualisation", "\u009d", "\ufffd\ufffd", " utilising", ";", "''."], ["''.", "'',", "','", ";", "\ufffd\ufffd", "'.", ".',", ","], ["''.", "','", "\ufffd\ufffd", ";", ".',", "'',", "'.", ".\ufeff"], ["''.", "'.", ";", "\ufffd\ufffd", " visualisation", ",", ":'", " optimised"], [" whilst", " optimised", " visualisation", " optimisation", " utilising", " realising", "\u009d", " mobilisation"], ["''.", " instagram", " fps", "\ufffd\ufffd", " whilst", " youtube", "'.", "."], [" optimised", " fps", " instagram", " video", " optimisation", " timelapse", " whilst", " youtube"], [" optimised", " video", " fps", " timelapse", " instagram", " optimisation", " esports", " showcasing"], [" optimised", " optimisation", " esports", " sprinting", " overclock", " fps", " video", " timelapse"], [" optimised", " optimisation", " esports", " overclock", " sprinting", " gameplay", " motorsport", " VFX"], [" optimised", " optimisation", " overclock", " VFX", " achievable", " sprinting", " esports", " requires"], [" optimised", " leveraging", " achievable", " requires", " transitioning", " leverages", " impactful", " scalability"], [" requires", " optimised", " achievable", " drivetrain", " optimizations", " leveraging", " scalability", " synced"], [" outperforms", " drivetrain", " optimizations", " requires", " synced", " leveraging", " optimised", " scalability"], [" requires", " necessitates", " outperforms", " achievable", " drivetrain", " optimizations", " equates", " leveraging"], [" requires", " necessitates", " outperforms", " achievable", " equates", " VFX", " synced", " leverages"], [" requires", " necessitates", "requires", " achievable", " outperforms", " equates", " VFX", " FPGA"], [" requires", " achievable", " necessitates", " onscreen", " VFX", " outperforms", " reliably", " requiring"], [" requires", " achievable", " VFX", " onscreen", " necessitates", " outperforms", " OLED", " OpenGL"], [" requires", " VFX", " on", " outperforms", " achievable", " gameplay", " onscreen", " OpenGL"], [" requires", " on", " OpenGL", " VFX", " outperforms", " onscreen", " gameplay", " OLED"], [" gameplay", " on", " requires", " consistently", " OpenGL", " VFX", " onscreen", " natively"], [" on", " gameplay", " consistently", " OpenGL", " onscreen", " requires", " VFX", "\u0e1a\u0e19"], [" on", " OpenGL", " gameplay", " consistently", " onscreen", " requires", " transcoding", " VFX"], [" on", " OpenGL", " consistently", " gameplay", " requires", " onscreen", " FPS", " \u0639\u0644\u0649"], [" on", " consistently", " gameplay", " OpenGL", " requires", " target", " targets", " FPS"], [" on", " consistently", " gameplay", " OpenGL", " gaming", " \u0639\u0644\u0649", " target", " requires"], [" on", " consistently", " gameplay", " OpenGL", " requires", " sustained", " gaming", " target"], [" on", " consistently", " requires", " gameplay", " sustained", " gaming", " continuous", " OpenGL"], [" on", " consistently", " sustained", " continuous", " requires", " rendering", " gameplay", " consistent"], [" on", " consistently", " continuous", " sustained", " rendering", " consistent", " requires", " is"], [" on", " consistently", " rendering", " continuous", " sustained", " consistent", " is", " gameplay"], [" on", " consistently", " rendering", " sustained", " is", " target", " consistent", " continuous"], [" on", " rendering", " sustained", " target", " is", " consistently", " continuous", " at"], [" on", " rendering", " target", " is", " consistently", ",", " sustained", " mobile"]], "p": [[0.992, 0.0067, 0.0007, 0.0005, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0006, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9807, 0.0109, 0.0066, 0.0015, 0.0003, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6213, 0.3769, 0.0012, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.9819, 0.014, 0.0024, 0.0015, 0.0001, 0.0001, 0.0, 0.0], [0.9905, 0.0067, 0.0019, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.4197, 0.4197, 0.1544, 0.0036, 0.0008, 0.0003, 0.0002, 0.0001], [0.9352, 0.0598, 0.0023, 0.0014, 0.0009, 0.0001, 0.0001, 0.0001], [0.73, 0.1268, 0.0872, 0.0104, 0.0063, 0.0063, 0.0056, 0.0043], [0.2933, 0.1386, 0.0952, 0.084, 0.0654, 0.0578, 0.0397, 0.0397], [0.6298, 0.0852, 0.0752, 0.0314, 0.0277, 0.019, 0.0168, 0.0115], [0.5169, 0.0898, 0.0898, 0.0424, 0.0424, 0.033, 0.033, 0.02], [0.4193, 0.0936, 0.0729, 0.0567, 0.0567, 0.039, 0.0268, 0.0268], [0.702, 0.2011, 0.0272, 0.0272, 0.01, 0.0054, 0.0042, 0.0042], [0.3212, 0.1948, 0.1182, 0.0632, 0.0299, 0.0299, 0.0233, 0.0205], [0.3672, 0.2227, 0.0563, 0.0439, 0.0387, 0.0387, 0.0342, 0.0142], [0.2511, 0.1344, 0.1047, 0.0494, 0.034, 0.03, 0.03, 0.0265], [0.8474, 0.0372, 0.0329, 0.0155, 0.0155, 0.0107, 0.0073, 0.0065], [0.8215, 0.0674, 0.0319, 0.015, 0.0081, 0.0055, 0.0049, 0.0049], [0.9901, 0.0067, 0.0012, 0.0005, 0.0003, 0.0002, 0.0002, 0.0001], [0.701, 0.2008, 0.0349, 0.0272, 0.0128, 0.0047, 0.0029, 0.0029], [0.3359, 0.2037, 0.1587, 0.0962, 0.0749, 0.0455, 0.0167, 0.0167], [0.3935, 0.1859, 0.1859, 0.0684, 0.0415, 0.0196, 0.0196, 0.0196], [0.9514, 0.0474, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0015, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0009, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.6764, 0.2488, 0.0555, 0.0075, 0.0075, 0.0028, 0.0006, 0.0006], [0.9028, 0.0741, 0.01, 0.0061, 0.0037, 0.0022, 0.0008, 0.0001], [0.899, 0.0738, 0.0165, 0.0061, 0.0037, 0.0008, 0.0002, 0.0], [0.9985, 0.0009, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9969, 0.0022, 0.0004, 0.0001, 0.0001, 0.0001, 0.0001, 0.0]], "ranks": {"Rust": [183993, 166288, 193659, 215261, 218295, 244230, 188141, 201286, 189824, 135654, 173386, 106812, 104945, 98644, 112369, 82349, 60644, 64525, 62218, 56356, 86727, 56654, 58703, 68815, 102740, 187513, 160327, 121316, 59271, 65316, 59318, 50180, 49683, 43412, 46316, 30380, 29927, 26316, 10020, 14487, 13679, 6794, 3019, 2254, 1481, 370, 229]}}, {"pos": 459, "top": [["centre", " \u0958", " flavours", " realise", " \u25cf", " \u2018", "...'", " flavour"], ["centre", " \u25cf", " realise", " flavours", " \u0958", "...\u201d", "--\u2019", " flavoured"], [" \u25cf", "...\u201d", "<start_of_image>", " \u0958", " realise", "centre", " flavours", " flavour"], ["...\u201d", " \u25cf", "...'", "<start_of_image>", "--\u2019", " \u0958", " \u095b\u094d\u092f\u093e\u0926\u093e", "..."], [" \u25cf", " realise", " \u0958", "  ", " flavours", " realisation", " flavour", " --"], [" \u25cf", " \u2022", " flavours", " --", " flavoured", " \u0958", " realise", " centred"], [" \u25cf", " \u0648\u0639\u0644\u0649", "...'", "  ", " flavours", " \u0958", " stabilisation", " flavoured"], [" \u25cf", " flavours", " \u0648\u0639\u0644\u0649", " flavoured", " stabilisation", " normalised", "  ", " realising"], [" flavours", " flavoured", " \u0648\u0639\u0644\u0649", " flavour", " fertilisers", " stabilisation", " \u2018", " \u25cf"], [" \u0648\u0639\u0644\u0649", " flavours", "  ", " flavoured", " flavour", " normalised", " vapour", " realising"], [" flavours", " \u0648\u0639\u0644\u0649", " normalised", " flavoured", " vapour", " realising", " stabilisation", " flavour"], [" kids", " \u0648\u0639\u0644\u0649", " flavours", "...'", " '", " flavoured", " normalised", " flavour"], [" kids", " flavours", " flavoured", " normalised", " \u0648\u0639\u0644\u0649", " carbs", " fibre", " realised"], [" kids", "...'", " flavours", " '", " carbs", " big", " veggies", " realised"], ["...'", " kids", " normalised", " flavours", " carbs", " yeah", " '", " fibre"], [" kids", " flavours", "...'", " pretty", " carbs", " optimised", " normalised", " lots"], [" kids", " really", " pretty", " flavours", " optimised", " kinda", " maths", " lots"], [" kids", "...'", " yeah", " carbs", " pretty", " kinda", " really", " gotta"], [" optimised", " kids", " optimisation", " normalised", " bitrate", " bikes", " massively", " carbs"], [" optimised", " kids", " bitrate", " carbs", " vibe", " overclock", " scalable", " optimisation"], [" optimised", " scalable", " bitrate", " massively", " VFX", " overclock", " specs", " carbs"], [" optimised", " massively", " incredibly", " specs", " scalable", " realistically", " timescales", " hardware"], [" optimised", " massively", " incredibly", " specs", " scalable", " realistically", " insanely", " GPUs"], [" optimised", " scalable", " realistically", " transitioning", " leverages", " leveraging", " impactful", " scalability"], [" scalable", " minimalistic", " optimised", " scalability", " leverages", " wearables", " transitioning", " suboptimal"], [" scalable", " KPIs", " suboptimal", " wearables", " optimised", " minimalistic", " RMSE", " scalability"], [" wearables", " suboptimal", " scalable", " GPUs", " FPGA", " smartphones", " RMSE", " optimised"], [" smartphones", " GPUs", " smartphone", " wearables", " suboptimal", " IoT", " FPGA", " scalable"], [" smartphones", " GPUs", " FPGA", " smartphone", " wearables", " IoT", " iOS", " Android"], [" Android", " iOS", " FPGA", " smartphones", " IoT", " smartphone", " PCIe", " GPUs"], [" smartphones", " Android", " iOS", " smartphone", " GPUs", " FPGA", " PCIe", " IoT"], [" Android", " smartphones", " iOS", " smartphone", " midrange", " FPGA", " GPUs", " wearables"], [" Android", " midrange", " smartphones", " iOS", " smartphone", " GPUs", " FPGA", " Snapdragon"], [" Android", " midrange", " smartphones", " smartphone", " iOS", " GPUs", " Snapdragon", " Chromebook"], [" Android", " midrange", " smartphones", " GPUs", " smartphone", " Snapdragon", " Nvidia", " iOS"], [" midrange", " mid", " middle", " Android", " midpoint", " middleware", " smartphones", " \u0441\u0440\u0435\u0434\u043d\u0435\u0433\u043e"], [" midrange", " mid", " Android", " middle", " smartphones", " middleware", " smartphone", " moderately"], [" midrange", " mid", " Android", " smartphones", " smartphone", " moderately", " medium", " iOS"], [" midrange", " mid", " medium", " Mid", " middleware", " middle", " midpoint", " mids"], [" midrange", " mid", " Mid", " medium", " midpoint", " middleware", " mids", " midline"], [" midrange", " mid", " Mid", " medium", " midpoint", " mids", " middle", "mid"], [" mid", " midrange", " Mid", "mid", " Android", "Mid", " mids", " MID"], [" mid", " midrange", " Mid", "mid", " Android", " mids", "Mid", " midpoint"], [" mid", " midrange", " Mid", "mid", " midpoint", " mids", "Mid", " MID"], [" mid", " midrange", " Mid", " Android", "mid", " MID", " mids", " midpoint"], [" mid", " midrange", " Mid", " Android", "mid", " a", " mobile", " mids"], [" mid", " midrange", " Android", " a", " Mid", " *", " mobile", " even"]], "p": [[0.8197, 0.0864, 0.0408, 0.0318, 0.0091, 0.0033, 0.0016, 0.0012], [0.7255, 0.1619, 0.0596, 0.0281, 0.0081, 0.0063, 0.003, 0.0023], [0.454, 0.454, 0.0614, 0.0176, 0.0083, 0.0024, 0.0004, 0.0003], [0.8748, 0.1184, 0.0028, 0.0022, 0.0008, 0.0008, 0.0001, 0.0001], [0.3458, 0.2098, 0.2098, 0.1272, 0.0601, 0.0104, 0.0104, 0.0063], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9944, 0.0019, 0.0009, 0.0009, 0.0007, 0.0006, 0.0002, 0.0001], [0.5352, 0.3246, 0.0724, 0.0266, 0.0126, 0.0076, 0.0076, 0.0022], [0.9268, 0.0592, 0.008, 0.0011, 0.0008, 0.0007, 0.0007, 0.0005], [0.5352, 0.4168, 0.0162, 0.0162, 0.0046, 0.0028, 0.0017, 0.0013], [0.6007, 0.221, 0.0813, 0.0493, 0.0299, 0.0067, 0.0025, 0.0025], [0.3746, 0.2918, 0.1378, 0.1073, 0.0507, 0.0113, 0.0053, 0.0025], [0.949, 0.0287, 0.0039, 0.0039, 0.003, 0.0011, 0.0009, 0.0007], [0.9461, 0.0173, 0.0072, 0.0034, 0.003, 0.0027, 0.0016, 0.0011], [0.5406, 0.4211, 0.0077, 0.006, 0.0019, 0.0019, 0.0015, 0.0013], [0.873, 0.0264, 0.0181, 0.0086, 0.0067, 0.0059, 0.0052, 0.0052], [0.2323, 0.0754, 0.0754, 0.0666, 0.0587, 0.0457, 0.0277, 0.0245], [0.5569, 0.1408, 0.0665, 0.0216, 0.0191, 0.0168, 0.0168, 0.0148], [0.9635, 0.0137, 0.0039, 0.0039, 0.0024, 0.0014, 0.0011, 0.0011], [0.989, 0.0031, 0.0019, 0.0009, 0.0007, 0.0005, 0.0004, 0.0004], [0.9337, 0.0104, 0.0063, 0.0063, 0.0038, 0.0038, 0.003, 0.0023], [0.9513, 0.0224, 0.0082, 0.003, 0.0024, 0.0011, 0.0009, 0.0009], [0.8321, 0.1446, 0.0092, 0.0044, 0.0034, 0.0013, 0.0013, 0.0008], [0.655, 0.1877, 0.069, 0.0419, 0.0154, 0.0093, 0.0093, 0.0057], [0.9234, 0.046, 0.0103, 0.0062, 0.0038, 0.0023, 0.0023, 0.0014], [0.8886, 0.0345, 0.0268, 0.0209, 0.006, 0.006, 0.006, 0.0022], [0.49, 0.2972, 0.0851, 0.0402, 0.019, 0.0148, 0.0148, 0.0042], [0.7173, 0.0971, 0.0589, 0.0589, 0.0589, 0.0048, 0.0018, 0.0011], [0.2787, 0.2787, 0.2787, 0.1025, 0.0377, 0.0139, 0.0051, 0.0019], [0.9152, 0.0751, 0.0062, 0.0014, 0.0014, 0.0005, 0.0001, 0.0], [0.6092, 0.3695, 0.0184, 0.0025, 0.0003, 0.0, 0.0, 0.0], [0.8136, 0.1815, 0.002, 0.0012, 0.0007, 0.0005, 0.0003, 0.0001], [0.9934, 0.0041, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8129, 0.1814, 0.0055, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.6615, 0.2433, 0.0895, 0.0045, 0.001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9911, 0.0086, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9941, 0.0046, 0.0006, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0012, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [38095, 34254, 56890, 74934, 67927, 108115, 55467, 70599, 45894, 29751, 44764, 26286, 32380, 25309, 25145, 22194, 16387, 23551, 27186, 27475, 32719, 23643, 30433, 38753, 67583, 141783, 123089, 106080, 87750, 61368, 56724, 52125, 41196, 27702, 12434, 14185, 14983, 18982, 6175, 11860, 20498, 9726, 12440, 8400, 4979, 1349, 935]}}, {"pos": 460, "top": [[" ``", "``", "\u2010", " `", "\u2011", " `-", " \u00b4", " \u2018\u2019"], [" ``", "``", "\u2010", " \u2018\u2019", "\u2011", " `", " `-", " \u00b4"], [" ``", "``", "\u2010", " \u00b4", " ```", " \u2018\u2019", " `-", "\uff64"], [" ``", "``", "\u2010", " ```", " `-", " `/", " `--", " \u2018\u2019"], [" ``", "\u2010", "``", " ```", " `-", " `--", " `/", " \u0915\u094d\u200d\u092f\u093e"], [" ``", "\u2010", "``", " \u2018\u2019", "\u2011", " `", " \u00b4", " `/"], [" ``", "\u2010", "``", "\u2011", " \u2018\u2019", "\uff64", " \u0915\u094d\u200d\u092f\u093e", " \u00b4"], [" ``", "``", "\u2010", "\u2011", " \u2018\u2019", "\uff64", "\u2018\u2019", " `"], [" ``", "``", "\u2010", "\u2011", " \u2018\u2019", "\u2018\u2019", "\uff64", " `"], [" ``", "``", "\u2010", "\u2011", " \u2018\u2019", "\u2018\u2019", "\uff64", " `"], [" ``", "``", "\u2010", "\u2011", " \u2018\u2019", "\u2018\u2019", " `", " \u00b4"], [" ``", "``", "\u2010", "\u2011", "``.", " `", "\uff64", "\u2018\u2019"], [" ``", "``", "\u2010", "``.", "\u2011", " `", "\uff64", " `/"], [" ``", "``", "\u2010", "``.", "\u2011", " `", "`", "\uff64"], [" ``", "``", "\u2010", "``.", "\u2011", "''.", " `", "`-"], [" ``", "``", "\u2010", "``.", "\u2011", "`-", "''.", "\u094d\u200d\u092f"], ["\u2010", "``", " ``", "`-", "`", "``.", "\u2011", "--"], [" ``", "``", "\u2010", "``.", "`-", "''.", "--", ".''"], ["``", " ``", "`-", "\u2010", "``.", " `-", "`/", "''."], ["``", " ``", "`-", "``.", "`/", "\u2010", " `-", " `--"], ["``", "`-", "`/", "``.", "''.", " ``", "`.", " `--"], ["`-", " specs", "`/", "``", " `--", " ``", " biotech", " influencers"], [" specs", "`/", "`-", " `--", " biotech", " ``", "\u2010", "``"], [" powertrain", " specs", " affordability", " optimizes", " underwhelming", " influencers", " scalability", " timeframe"], [" powertrain", " specs", " underwhelming", " optimizes", " timeframe", " affordability", " suboptimal", " wearables"], [" specs", " optimizes", " powertrain", " RMSE", " KPIs", " underwhelming", " SMEs", " FPGA"], [" FPGA", " CPUs", " GPUs", " specs", " RMSE", " IoT", " optimizes", " powertrain"], [" IoT", " GPUs", " FPGA", " specs", " CPUs", " smartphone", " RMSE", " KPIs"], [" IoT", " FPGA", " GPUs", " specs", " smartphone", " CPUs", " OLED", " smartphones"], [" IoT", " FPGA", " Android", " specs", " smartphone", " midrange", " OLED", " GPUs"], [" IoT", " smartphone", " GPUs", " Android", " smartphones", " FPGA", " CPUs", " midrange"], [" midrange", " specs", " Android", " IoT", " FPGA", " smartphone", " smartphones", " GPUs"], [" midrange", " specs", " Android", " smartphone", " smartphones", " GPUs", " IoT", " FPGA"], [" midrange", " specs", " smartphone", " mid", " hardware", " Android", " Ryzen", " smartphones"], [" midrange", " specs", " mid", " Ryzen", " range", " smartphone", " hardware", " grade"], [" midrange", " range", "range", " mid", " Android", "Range", " ranged", " ranges"], [" midrange", " range", "range", " mid", "Range", " \u0434\u0438\u0430\u043f\u0430", " Range", " Android"], [" range", " midrange", "range", "Range", " mid", " Range", " tier", " RANGE"], [" range", "range", " midrange", "Range", " Range", " RANGE", " ranged", " mid"], [" range", "range", " Range", "Range", " ranges", " RANGE", " ranged", " \u0930\u0947\u0902\u091c"], [" range", "range", " Range", "Range", " ranges", " RANGE", " ranged", "RANGE"], [" range", "range", " Range", "Range", " RANGE", " ranges", " ranged", "RANGE"], [" range", "range", " Range", "Range", " RANGE", " ranged", " ranges", "RANGE"], [" range", "range", " Range", "Range", " RANGE", " ranges", " ranged", "RANGE"], [" range", "range", " tier", " Range", " Android", "Range", "-", " ranged"], [" range", "-", "range", " tier", " Android", " ranged", " ranges", " Range"], ["-", " range", "range", " tier", " Android", " ranged", " Range", " rage"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8168, 0.1823, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9234, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4955, 0.4955, 0.0091, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5613, 0.3405, 0.0975, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.5534, 0.431, 0.013, 0.0014, 0.0008, 0.0001, 0.0001, 0.0], [0.8573, 0.116, 0.0259, 0.0006, 0.0002, 0.0, 0.0, 0.0], [0.892, 0.094, 0.0127, 0.001, 0.0002, 0.0, 0.0, 0.0], [0.5304, 0.3217, 0.0718, 0.0559, 0.0097, 0.0076, 0.0013, 0.0005], [0.4112, 0.2494, 0.2494, 0.0433, 0.011, 0.0085, 0.0024, 0.0024], [0.7846, 0.1062, 0.0827, 0.0068, 0.0068, 0.0019, 0.0015, 0.0015], [0.4756, 0.3704, 0.0304, 0.0184, 0.0184, 0.0144, 0.0112, 0.0087], [0.5921, 0.2797, 0.0624, 0.0179, 0.0139, 0.0108, 0.0084, 0.0051], [0.6613, 0.1149, 0.0543, 0.0329, 0.02, 0.0156, 0.0156, 0.0121], [0.3864, 0.1421, 0.0862, 0.0862, 0.0671, 0.0671, 0.0523, 0.0523], [0.9904, 0.004, 0.004, 0.0009, 0.0004, 0.0001, 0.0001, 0.0], [0.8762, 0.1186, 0.0036, 0.0008, 0.0008, 0.0, 0.0, 0.0], [0.7186, 0.2643, 0.008, 0.008, 0.0007, 0.0003, 0.0001, 0.0], [0.2607, 0.2607, 0.1581, 0.1581, 0.0959, 0.0582, 0.0079, 0.0003], [0.6726, 0.1501, 0.091, 0.0552, 0.0123, 0.0075, 0.0075, 0.0035], [0.9983, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7856, 0.1753, 0.0391, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9909, 0.0067, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9948, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9877, 0.0067, 0.0052, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8663, 0.1328, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [25364, 21546, 32401, 35168, 36967, 40011, 18261, 20475, 16770, 16259, 26217, 27018, 30147, 23373, 27028, 23666, 23918, 19917, 15169, 12396, 16744, 18200, 33204, 36164, 53989, 101805, 99795, 99884, 51416, 77948, 74849, 68005, 72487, 76154, 80970, 88904, 66333, 61456, 39905, 45517, 32579, 35938, 21409, 24695, 31482, 13905, 10205]}}, {"pos": 461, "top": [["</em>", "!-", "&-", "$-", "-\u200b", "?-", "-,", "-'"], ["!-", "</em>", "&-", "-;", "?-", "-...", ">-", "$-"], ["-\u200b", "-...", "-;", "cl", "!-", "storey", "\u201d-", "avour"], ["-\u200b", "-...", "\u200d", ",\u200b", "astrous", "latency", "cl", "assic"], ["-\u200b", "\u200d", "astrous", " \u200b", "icyclo", " \u200c", "stricken", "ared"], ["-\u200b", " ``", "\u2011", " \u200b", "\u2010", "\u200d", "\u0915\u094d\u200d\u0924", "astrous"], ["-\u200b", "\u200d", "\u2011", "\u200b\u200b", ",\u200b", "\u2012", "\u2062", "\u2063"], ["-\u200b", "\u200d", "\u200b\u200b", "\u2063", "\u2011", ",\u200b", " \u200b", "\u2062"], ["-\u200b", "\u200d", "\u200b\u200b", "\u2063", ",\u200b", "\u2064", "\u2062", " \u200b"], ["-\u200b", "\u200b\u200b", "\u200d", "\u2063", " \u200b", "\u2011", ",\u200b", "\u2064"], ["-\u200b", "\u200d", "\u2063", "\u2011", "\u200b\u200b", "\u2064", "\u2062", " \u200b"], ["-\u200b", "\u200d", "\u200b\u200b", ",\u200b", "\u2063", "<em>", "\u2011", "\u0915\u094d\u200d\u0924"], ["\u200d", "\u200b\u200b", "-\u200b", ".\u200b\u200b", ",\u200b", "\u200b.", ".\u200b", " \u200b"], ["\u200b.", "\u200b\u200b", "\u200d", ",", ".\u200b\u200b", ".[", ".\u200b", "''."], ["\u200b.", ".[", ",", "''.", "\u200b\u200b", "<em>", ".\u200b", ".\u200b\u200b"], [".[", "''.", "\u200b.", ",[", ",", "\u200b\u200b", ".''", "'',"], [".\u200b\u200b", "\u200b\u200b", ".[", "\u200b.", ",[", "\u200d", ",\u200b", ".\u200b"], [" IoT", "IoT", " cybersecurity", " metaverse", " prototyping", " technology", "''.", " esports"], [" prototyping", " IoT", " cybersecurity", " metaverse", " technologies", "IoT", " software", " technology"], [" prototyping", " IoT", "IoT", " metaverse", " cybersecurity", " workflows", " powertrain", " esports"], [" IoT", " prototyping", " technologies", " workflows", " technology", " cybersecurity", "IoT", " software"], [" prototyping", " IoT", " technologies", " leveraging", " scalable", " optimized", " FPGA", " technology"], [" prototyping", " FPGA", " IoT", " leveraging", " scalable", " scalability", " optimized", " technologies"], [" leveraging", " prototyping", " FPGA", " workflows", " scalable", " leverages", " skillset", " IoT"], [" leveraging", " FPGA", " prototyping", "optimized", "IoT", " scalable", " IoT", " leverages"], [" leveraging", " FPGA", " prototyping", "IoT", " scalable", "optimized", " leverages", " scalability"], [" FPGA", " prototyping", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " leveraging", "IoT", " scalable", " logiciel", " leverages"], [" FPGA", " metaverse", "IoT", " scalable", " leveraging", " prototyping", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " virtualization"], [" FPGA", "OpenGL", "GPUs", "IoT", "Kotlin", " OpenGL", "GPU", " GPUs"], [" OpenGL", " FPGA", "OpenGL", " framebuffer", " scalable", " shaders", " OpenCV", " shader"], [" OpenGL", "OpenGL", " FPGA", "Kotlin", " OpenCV", "GPU", "Rust", " shaders"], [" OpenGL", "OpenGL", " FPGA", " OpenCV", "Kotlin", " CMake", " GPUs", " bytecode"], [" OpenGL", "OpenGL", " OpenCV", "GPU", "Kotlin", " CMake", " GPUs", " shaders"], [" OpenGL", "OpenGL", "Rust", "GPU", " shaders", "glfw", " shader", "Kotlin"], [" OpenGL", "OpenGL", " glfw", "Rust", "glfw", " shaders", " GLFW", "GPU"], [" OpenGL", "OpenGL", " shaders", " glfw", " GLFW", "glfw", "Rust", " shader"], [" OpenGL", "OpenGL", "Rust", " Rust", " crates", " GLFW", " glfw", "GLFW"], [" OpenGL", "Rust", "OpenGL", " GLFW", " Rust", " crates", " glfw", "GLFW"], [" OpenGL", "Rust", "OpenGL", " Rust", " GLFW", "GPU", "GLFW", "glfw"], [" OpenGL", "OpenGL", "Rust", " GLFW", " Vul", " Rust", " glfw", " graphics"], [" graphics", " OpenGL", " gfx", "OpenGL", "Graphics", " GLFW", "graphics", " Vul"], [" graphics", " OpenGL", " gfx", "OpenGL", " Vul", "Graphics", "gfx", " GLFW"], [" graphics", " OpenGL", " gfx", " Vul", "gfx", "OpenGL", " GPU", " Graphics"], [" W", "W", " graphics", " w", " Vul", "w", " OpenGL", " GPU"], [" range", " w", "range", "w", " Range", " ranges", " W", " ranged"], [" range", "range", " ranged", " Range", "Range", " ranges", " rang", " ranging"], ["range", " range", "tier", "ranged", "rage", "ranges", "grade", "Range"]], "p": [[0.9747, 0.0179, 0.0021, 0.0019, 0.0008, 0.0006, 0.0003, 0.0002], [0.5762, 0.3495, 0.0154, 0.0073, 0.0064, 0.0064, 0.005, 0.0039], [0.158, 0.0513, 0.0353, 0.0275, 0.0275, 0.0242, 0.0167, 0.013], [0.9095, 0.0214, 0.0069, 0.0023, 0.0015, 0.0014, 0.0014, 0.0011], [0.9662, 0.0021, 0.0019, 0.0013, 0.001, 0.0009, 0.0008, 0.0007], [0.8878, 0.0729, 0.0209, 0.006, 0.006, 0.0019, 0.0015, 0.0003], [0.9623, 0.0373, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7052, 0.2594, 0.0351, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8802, 0.1191, 0.0003, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.6219, 0.3772, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4845, 0.4845, 0.0241, 0.0042, 0.0015, 0.0009, 0.0001, 0.0], [0.7103, 0.1585, 0.0583, 0.0354, 0.013, 0.0079, 0.0048, 0.0037], [0.3518, 0.3518, 0.2134, 0.0476, 0.0225, 0.005, 0.0024, 0.0024], [0.9071, 0.058, 0.0129, 0.0101, 0.0078, 0.0014, 0.0011, 0.0008], [0.655, 0.1461, 0.0886, 0.0538, 0.0538, 0.0016, 0.001, 0.0001], [0.8202, 0.111, 0.0408, 0.0248, 0.0026, 0.0001, 0.0001, 0.0], [0.9966, 0.0015, 0.0009, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.7652, 0.1707, 0.0628, 0.0007, 0.0004, 0.0001, 0.0, 0.0], [0.7572, 0.169, 0.0622, 0.0066, 0.004, 0.0003, 0.0003, 0.0002], [0.9314, 0.0464, 0.0171, 0.0023, 0.0014, 0.0005, 0.0003, 0.0002], [0.735, 0.164, 0.0995, 0.0007, 0.0007, 0.0001, 0.0001, 0.0], [0.622, 0.3773, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.4056, 0.2171, 0.1492, 0.0333, 0.0333, 0.0202, 0.0157, 0.0139], [0.1625, 0.1625, 0.1266, 0.0363, 0.032, 0.0282, 0.0282, 0.0249], [0.2377, 0.0772, 0.0681, 0.0681, 0.0251, 0.0221, 0.0195, 0.0172], [0.3115, 0.1146, 0.0892, 0.0788, 0.0422, 0.029, 0.0226, 0.0226], [0.5322, 0.1728, 0.072, 0.0437, 0.0386, 0.0234, 0.0142, 0.0097], [0.5218, 0.3165, 0.1028, 0.0084, 0.0074, 0.0066, 0.0051, 0.0051], [0.866, 0.0627, 0.0381, 0.0109, 0.0051, 0.0031, 0.0019, 0.0011], [0.8334, 0.0604, 0.047, 0.0252, 0.0119, 0.0072, 0.003, 0.0018], [0.8776, 0.1188, 0.001, 0.0006, 0.0003, 0.0003, 0.0003, 0.0002], [0.6771, 0.3198, 0.0028, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8835, 0.0725, 0.044, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9147, 0.0751, 0.0102, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9361, 0.0466, 0.0171, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9926, 0.0052, 0.0019, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7595, 0.2176, 0.0139, 0.0031, 0.0031, 0.0009, 0.0007, 0.0005], [0.4778, 0.4778, 0.0305, 0.0053, 0.0032, 0.0015, 0.0012, 0.0007], [0.84, 0.0781, 0.0474, 0.012, 0.0044, 0.0027, 0.0024, 0.0021], [0.6126, 0.3716, 0.0068, 0.0032, 0.0013, 0.0006, 0.0006, 0.0005], [0.7305, 0.1847, 0.077, 0.0072, 0.0001, 0.0001, 0.0001, 0.0001], [0.677, 0.3198, 0.0009, 0.0005, 0.0004, 0.0004, 0.0001, 0.0001], [0.9995, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [8119, 9839, 13545, 13475, 16864, 19427, 7337, 7509, 7133, 4989, 12405, 7434, 14842, 13667, 23182, 19595, 30341, 12175, 22169, 33425, 44132, 52990, 56822, 62977, 24516, 55452, 51787, 11175, 1054, 367, 7, 18, 9, 3, 4, 7, 3, 2, 2, 3, 15, 22, 102, 131, 79, 719, 625]}}, {"pos": 462, "top": [["\u201d", "\u201d\u201c", "\u201d\u3002", "..\u201d", "##", "\u201d.", "\u3010", "\u201d\uff0c"], ["\u201d", "\u201d\u201c", "..\u201d", "\u201d\u3002", "##", "\u201d.", "\u3010", ":\u201d"], ["\u201d\u201c", "\u201d", "..\u201d", ":\u201d", "\u201d.", ",\u201d", "\u201d]", "\u201d\u3002"], ["\u201d\u201c", "\u201d", "\uff5e", "\ufeff", " \ufeff", "\u201d]", "\u3010", "\u200b\u200b"], ["\u201d\u201c", "=''", " \ufeff", " ''", "['", "\uff5e", "-->", "''"], ["\u201d\u201c", "\uff5e", " ''", "\u3010", "\u201d", "=''", " \ufeff", "''"], ["\uff5e", "\u201d\u201c", "\u200b\u200b", "''", " \u200b\u200b", "-->", "\u3010", "\u200b\u200b\u200b\u200b"], [" \u200b\u200b", "\u200b\u200b", "\uff5e", ".\u200b\u200b", "\u200b\u200b\u200b\u200b", "\u200b.", "\u201d\u201c", " ''"], [" \u200b\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", ".\u200b\u200b", "\uff5e", " initiatives", "''", " ''"], ["\u200b\u200b", " \u200b\u200b", " functionalities", "\u200b\u200b\u200b\u200b", ".\u200b\u200b", "[", " initiatives", " connectivity"], [" \u200b\u200b", "[", "\u200b\u200b", " functionalities", " initiatives", "['", "\u201d\u201c", "''"], [" peripherals", "</strong>", " connectivity", " \u200b\u200b", " capabilities", ".", " optimised", " alongside"], ["</strong>", ".", " \u200b\u200b", " peripherals", " platforms", " connectivity", " functionalities", "<strong>"], [".", ",", "</strong>", "'.", "'", "''.", "..", "\u200b."], [".", ",", ".[", "..", "[", "'.", "\u200b.", "'"], [".", ",", "'.", "'", ",'", ".'", "''.", "\u200b."], [".", ",", " \u200b\u200b", " infrastructure", " impactful", " optimisation", " initiatives", " optimised"], [".", " smartphone", " technology", ",", " infrastructure", " technologies", " digital", " smartphones"], [" smartphone", " technology", " optimized", " hardware", " peripherals", " electronics", " technologies", " smartphones"], [" smartphone", " optimized", " smartphones", " esports", " infrastructure", " technology", " powertrain", " upgrades"], [" optimized", " smartphone", " infrastructure", " optimizations", " affordability", " optimization", " powertrain", " capabilities"], [" optimized", " smartphone", " peripherals", " powertrain", " optimizations", " smartphones", " hardware", " upgrades"], [" smartphone", " optimized", " smartphones", " technology", " technologies", " peripherals", " hardware", " powertrain"], [" smartphone", " capabilities", " technologies", " smartphones", " optimized", " powertrain", " peripherals", " skillset"], [" smartphone", " smartphones", " powertrain", " GPUs", " IoT", " capabilities", " peripherals", " optimizations"], [" GPUs", " smartphones", " FPGA", " RMSE", " CPUs", " chipset", " powertrain", " smartphone"], [" smartphones", " GPUs", " smartphone", " DSLR", " FPGA", " CPUs", " workflows", " SUVs"], [" smartphones", " smartphone", " GPUs", " IoT", " DSLR", " Android", " FPGA", " wearables"], [" smartphone", " GPUs", " smartphones", " FPGA", " IoT", " Android", " DSLR", " OLED"], [" Android", " smartphone", " smartphones", " IoT", " FPGA", " iOS", " GPUs", " Arduino"], [" Android", " smartphones", " smartphone", " iOS", " GPUs", " IoT", " FPGA", " Arduino"], [" Android", " smartphones", " smartphone", " iOS", " GPUs", " IoT", " FPGA", "Android"], [" Android", " smartphones", " smartphone", " iOS", "Android", " android", " GPUs", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434"], [" Android", " smartphones", " smartphone", "Android", " iOS", " GPUs", " android", " Chromebook"], [" Android", " smartphones", " smartphone", "Android", " GPUs", " Smartphones", " android", " iOS"], [" Android", "Android", " android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", " smartphones", "android", "\u5b89\u5353", "ANDROID"], [" Android", "Android", " android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", "\u5b89\u5353", " smartphones", "android", "ANDROID"], [" Android", "Android", " android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", " smartphones", "android", "ANDROID", "\u5b89\u5353"], [" Android", "Android", " android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", " smartphones", "android", "ANDROID", "\u5b89\u5353"], [" Android", "Android", " android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", " smartphones", "ANDROID", "android", "\u5b89\u5353"], [" Android", "Android", " android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", " smartphones", "\u5b89\u5353", "ANDROID", "android"], [" Android", "Android", " android", "android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", "ANDROID", "\u5b89\u5353", " \u090f\u0902\u0921\u094d\u0930\u0949\u092f\u0921"], [" Android", "Android", " android", "android", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434", "ANDROID", "\u5b89\u5353", " \u090f\u0902\u0921\u094d\u0930\u0949\u092f\u0921"], [" Android", "Android", " android", "android", "ANDROID", " \u090f\u0902\u0921\u094d\u0930\u0949\u092f\u0921", "\u5b89\u5353", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434"], [" Android", " android", "Android", "android", "\u5b89\u5353", "ANDROID", " \u090f\u0902\u0921\u094d\u0930\u0949\u092f\u0921", " smartphones"], [" Android", " android", "Android", " mobile", "android", " smartphones", "ANDROID", " ARM"], [" Android", " android", " mobile", "Android", " *", " AND", " devices", " ARM"]], "p": [[0.9925, 0.0067, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9511, 0.0474, 0.0014, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4519, 0.2741, 0.2741, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4405, 0.3431, 0.1621, 0.0362, 0.0063, 0.0049, 0.0038, 0.0023], [0.8542, 0.09, 0.0425, 0.0045, 0.0045, 0.0016, 0.0008, 0.0006], [0.9263, 0.0359, 0.0218, 0.0062, 0.0062, 0.0007, 0.0005, 0.0004], [0.5995, 0.2205, 0.1718, 0.0025, 0.0015, 0.0009, 0.0009, 0.0004], [0.6777, 0.3201, 0.001, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.4972, 0.4972, 0.0026, 0.0016, 0.0007, 0.0002, 0.0001, 0.0001], [0.4687, 0.365, 0.0634, 0.0494, 0.011, 0.0086, 0.0052, 0.0041], [0.1229, 0.1084, 0.0745, 0.058, 0.0512, 0.0512, 0.0452, 0.0399], [0.584, 0.1015, 0.0698, 0.0373, 0.0226, 0.0176, 0.0156, 0.0156], [0.9516, 0.0287, 0.0044, 0.003, 0.0021, 0.0021, 0.001, 0.0008], [0.9792, 0.0179, 0.0015, 0.0005, 0.0001, 0.0001, 0.0001, 0.0001], [0.813, 0.1814, 0.0008, 0.0007, 0.0007, 0.0006, 0.0004, 0.0003], [0.5012, 0.3903, 0.0134, 0.0049, 0.0049, 0.0043, 0.0034, 0.0034], [0.6472, 0.0322, 0.0322, 0.0195, 0.0172, 0.0172, 0.0134, 0.0092], [0.2347, 0.1109, 0.0673, 0.0594, 0.036, 0.0318, 0.028, 0.0247], [0.491, 0.1241, 0.0664, 0.0356, 0.0277, 0.0277, 0.0216, 0.0148], [0.3455, 0.144, 0.053, 0.053, 0.0364, 0.0284, 0.0284, 0.025], [0.2369, 0.209, 0.0529, 0.0466, 0.0466, 0.0412, 0.0321, 0.0283], [0.4796, 0.1213, 0.107, 0.0446, 0.0271, 0.0239, 0.0211, 0.0186], [0.3314, 0.1565, 0.0653, 0.0653, 0.0576, 0.0508, 0.0508, 0.0448], [0.7817, 0.1744, 0.0236, 0.0068, 0.0025, 0.0019, 0.0019, 0.0012], [0.9313, 0.0281, 0.0103, 0.0103, 0.0023, 0.0023, 0.0023, 0.0023], [0.5771, 0.35, 0.0474, 0.0174, 0.0064, 0.0009, 0.0002, 0.0001], [0.591, 0.3585, 0.0485, 0.0011, 0.0005, 0.0002, 0.0001, 0.0], [0.8295, 0.1123, 0.0413, 0.0092, 0.0056, 0.0021, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0006, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [8528, 7639, 12022, 18126, 86412, 116040, 84990, 71331, 43886, 51779, 59463, 28547, 33002, 21293, 23915, 23894, 24129, 23807, 18357, 21088, 20368, 23221, 21084, 23403, 39184, 77642, 68652, 58189, 46633, 19194, 24511, 22322, 20041, 11582, 5156, 5919, 6318, 5878, 2763, 4281, 5394, 1797, 1180, 998, 577, 296, 233]}}, {"pos": 463, "top": [["s", " Android", "Android", "smartphone", "iOS", "\u09c7\u09b0", "\u06cc", " \u2032"], ["s", " Android", "Android", "\u09c7\u09b0", "smartphone", "\u06cc", "iOS", " \u2032"], ["s", " Android", "\u06cc", "Android", " \u2032", "smartphone", "\u09c7\u09b0", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434"], ["s", " Android", "\u06cc", " \u2032", "Android", "smartphone", "\u09c7\u09b0", "</strong>"], ["s", " Android", "Android", "smartphone", "\u06cc", "\u09c7\u09b0", " \u2032", " \u0410\u043d\u0434\u0440\u043e\u0438\u0434"], ["s", " Android", "smartphone", "Android", " \u2032", "\u06cc", "\u09c7\u09b0", "\uff0d"], ["s", " Android", "Android", "\u06cc", " \u2032", "\uff0d", "smartphone", "\u09c7\u09b0"], ["s", " Android", "Android", "smartphone", " \u2032", "\u06cc", "\uff0d", " smartphone"], [" Android", "s", "Android", " \u2032", " smartphone", "smartphone", "\u06cc", "\u09c7\u09b0"], [" Android", "s", "Android", " \u2032", " smartphone", "smartphone", " iOS", "iOS"], [" Android", "s", "Android", " \u2032", " smartphone", " iOS", "smartphone", " smartphones"], [" Android", "s", " smartphone", "Android", " smartphones", " iOS", " android", " Snapchat"], [" Android", " smartphone", "Android", " smartphones", "s", " iOS", " android", " Google"], [" Android", " smartphone", " smartphones", "s", "Android", " android", " iOS", "smartphone"], [" Android", " smartphone", "Android", "s", " smartphones", " android", " iOS", " Google"], [" Android", " smartphone", " smartphones", "Android", " iOS", " Google", "s", "</strong>"], [" Android", " smartphone", " smartphones", ".", " Google", " iOS", "s", " WhatsApp"], [" Android", " smartphone", " smartphones", ".", " Google", " iOS", "Android", " android"], [" Android", " smartphone", " smartphones", " iOS", " Google", "Android", " android", "."], [" Android", " smartphone", " smartphones", " Google", " iOS", "Android", " YouTube", " android"], [" Android", " smartphone", " smartphones", " iOS", " Google", " IoT", "Android", " android"], [" Android", " smartphone", " smartphones", " iOS", " IoT", " smartwatch", " android", " Google"], [" smartphone", " Android", " smartphones", " iOS", " IoT", " smartwatch", " leverages", " cybersecurity"], [" smartphone", " leveraging", " leverages", " smartphones", " Android", " IoT", " leveraged", " optimized"], [" smartphone", " smartphones", " leverages", " leveraging", " Android", " requires", " IoT", " necessitates"], [" leverages", " necessitates", " requires", " leveraging", " smartphones", " smartphone", " outperforms", " vulnerabilities"], [" requires", " necessitates", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442", " leverages", " outperforms", " leveraging", " requiring", " implies"], [" requires", " necessitates", " implies", " equates", " complicates", " leverages", " outperforms", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442"], [" requires", " necessitates", " implies", " outperforms", " equates", " demonstrates", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442", " complicates"], [" requires", " necessitates", " implies", " outperforms", " requiring", " equates", " isn", " achieves"], [" requires", " necessitates", " outperforms", " implies", " isn", " equates", " achieves", " leveraging"], [" requires", " necessitates", " outperforms", " implies", " isn", " wasn", " equates", " leveraging"], [" requires", " necessitates", " outperforms", " implies", " isn", " achieves", " while", " is"], [" requires", " while", " necessitates", " implies", " WHILE", " whilst", " outperforms", " isn"], [" requires", " while", " necessitates", " isn", " implies", " WHILE", " whilst", " is"], [" requires", " while", " necessitates", " whilst", " isn", " implies", " WHILE", " is"], [" requires", " while", " isn", " necessitates", " is", " implies", " WHILE", " whilst"], [" requires", " while", " isn", " is", " necessitates", " implies", " with", " whilst"], [" while", " with", " requires", " is", " isn", " whilst", " necessitates", " WHILE"], [" while", " requires", " with", " is", " isn", " whilst", " necessitates", " WHILE"], [" requires", " is", " while", " with", " isn", " necessitates", " whilst", " represents"], [" is", " with", " requires", " isn", " while", " whilst", " necessitates", " represents"], [" is", " with", " isn", " while", " requires", " whilst", " necessitates", " represents"], [" is", " with", " isn", " while", " requires", " whilst", " renders", " necessitates"], [" is", " with", " isn", " requires", " while", " WITH", " rendering", " renders"], [" is", " with", " isn", " while", " rendering", " requires", " *", " renders"], [" is", " with", " rendering", " *", " while", ",", " isn", " renders"]], "p": [[0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0012, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9978, 0.0017, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9922, 0.0067, 0.0005, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.9845, 0.0109, 0.0012, 0.0009, 0.0006, 0.0004, 0.0004, 0.0002], [0.9774, 0.0179, 0.0017, 0.0013, 0.0004, 0.0003, 0.0003, 0.0001], [0.9736, 0.0229, 0.0017, 0.0004, 0.0004, 0.0004, 0.0001, 0.0001], [0.9509, 0.0418, 0.0034, 0.0013, 0.001, 0.0004, 0.0002, 0.0001], [0.8922, 0.094, 0.0077, 0.0025, 0.0006, 0.0006, 0.0003, 0.0002], [0.6798, 0.2834, 0.0233, 0.0052, 0.0013, 0.0007, 0.0006, 0.0004], [0.7408, 0.2122, 0.0418, 0.0024, 0.001, 0.0005, 0.0001, 0.0001], [0.7772, 0.0819, 0.0638, 0.0438, 0.0111, 0.0052, 0.0022, 0.0022], [0.9811, 0.0109, 0.004, 0.0019, 0.0011, 0.0004, 0.0003, 0.0001], [0.5976, 0.2198, 0.1333, 0.0491, 0.0001, 0.0001, 0.0001, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5254, 0.3187, 0.1505, 0.0045, 0.0004, 0.0004, 0.0, 0.0], [0.6762, 0.2488, 0.0555, 0.0096, 0.0096, 0.0002, 0.0001, 0.0], [0.5216, 0.3163, 0.0706, 0.0706, 0.0202, 0.0004, 0.0002, 0.0001], [0.6609, 0.1893, 0.0697, 0.0542, 0.0256, 0.0001, 0.0001, 0.0], [0.9324, 0.0464, 0.0133, 0.0049, 0.003, 0.0, 0.0, 0.0], [0.9622, 0.0226, 0.0137, 0.0011, 0.0003, 0.0, 0.0, 0.0], [0.8062, 0.1799, 0.013, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.7145, 0.2629, 0.0131, 0.0055, 0.0012, 0.0004, 0.0004, 0.0003], [0.6794, 0.2499, 0.0205, 0.0181, 0.016, 0.0086, 0.0031, 0.0009]], "ranks": {"Rust": [115026, 108091, 123568, 142919, 171434, 198561, 144756, 145921, 127572, 118580, 122978, 88530, 112872, 92548, 93418, 67912, 39025, 62757, 53625, 52981, 44116, 28263, 35204, 42423, 107656, 94141, 135657, 142675, 129666, 106039, 120969, 123441, 101642, 128629, 109424, 88852, 87186, 66822, 37014, 29325, 27228, 12807, 10631, 8910, 11492, 4449, 2403]}}, {"pos": 464, "top": [["s", "**", " --", "\u09c7\u09b0", ".--", "t", "--", ".**"], ["s", "\u09c7\u09b0", "t", "--", "**", "sion", ".--", " --"], ["s", "--", "\u09c7\u09b0", "t", "--\u201c", "sion", ".--", "e"], ["s", "--", " --", "**", " **", "\u09c7\u09b0", ".--", "--\u201c"], ["s", " **", " --", "\u09c7\u09b0", "--", "sion", "**", "t"], ["s", " --", "sion", "\u09c7\u09b0", "t", " **", "--", " \u25cf"], ["s", "--", " --", "\u09c7\u09b0", "sion", " **", "t", "**"], ["s", "\u09c7\u09b0", " --", " **", "\ufffd", "sion", "--", "**"], ["s", "\ufffd", "\u09c7\u09b0", " --", " **", "sion", "t", " \u201c"], ["s", "\ufffd", " --", "\u09c7\u09b0", " \u201c", " **", "**", "t"], ["s", "\ufffd", " --", "\u09c7\u09b0", " **", "**", " \u201c", "t"], ["s", " --", "**", "\ufffd", "--", ".**", " **", "**."], ["s", "\ufffd", " --", "**", "--", "...", ".**", "**."], ["s", " --", "**", ".**", "--", "\ufffd", "**.", "..."], [" --", "s", "--", ".**", "**", "\ufffd", "**.", "..."], [" --", "--", "s", "**", ".**", "**.", "\ufffd", "..."], [" --", "--", " impactful", " onboarding", " transitioning", "s", ".**", " focused"], [" --", "...", "--", ".**", "**.", "**", " onboarding", " impactful"], [" --", "...", "--", " onboarding", " optimizations", " focus", "**.", " impactful"], ["...", " optimizations", " onboarding", " optimized", " leveraging", " impactful", " gameplay", " overclock"], [" optimizations", " onboarding", " KPIs", " impactful", " focus", " gameplay", " minimal", " scalable"], [" optimizations", " focus", " overclock", " constraints", " scalability", " complexity", " limitations", " specs"], [" optimizations", " scalability", " scalable", " constraints", " optimized", " limitations", " complexity", " complexities"], [" leveraging", " impactful", " complexities", " scalability", " scalable", " leverages", " optimizations", " complexity"], [" complexities", " scalability", " scalable", " optimizations", " impactful", " tradeoffs", " vulnerabilities", " potentially"], [" optimizations", " complexities", " scalability", " vulnerabilities", " tradeoffs", " scalable", " likely", " impactful"], [" complexities", " optimizations", " workflows", " complexity", " tradeoffs", " scalability", " scalable", " omnichannel"], [" complexities", " optimizations", " workflows", " complexity", " omnichannel", " scalable", " scalability", " tradeoffs"], [" optimizations", " complexities", " complexity", " scalable", " workflows", " scalability", " constraints", "complexity"], [" complexity", " complexities", " optimizations", " scalability", "complexity", " scalable", " workflows", " complejidad"], [" complexities", " complexity", " optimizations", " everything", "complexity", " scalability", " functionalities", " scalable"], [" complexity", " complexities", " optimizations", "complexity", " everything", " complejidad", " workflows", " shaders"], [" complexity", " complexities", " optimizations", " everything", "complexity", " complejidad", " OpenGL", " shaders"], [" complexity", " complexities", "complexity", " Complexity", " complejidad", " complex", "\u8907\u96dc", " everything"], [" complexity", " complexities", "complexity", " complejidad", " Complexity", " complex", "\u8907\u96dc", "\u590d\u6742\u5ea6"], [" complexity", " complexities", "complexity", " complejidad", " Complexity", " OpenGL", " complex", " shaders"], [" complexity", " complexities", "complexity", " shaders", " complejidad", " Complexity", " OpenGL", " complex"], [" complexity", " complexities", "complexity", " shaders", " complejidad", " Complexity", " all", " complex"], [" complexity", " complexities", "complexity", " complex", " Complexity", " complejidad", "Complexity", "\u8907\u96dc"], [" complexity", " complexities", "complexity", " complex", " Complexity", " all", " complejidad", " everything"], [" complexity", " complexities", " complex", "complexity", " Complexity", " all", " complejidad", " everything"], [" complexity", " complex", " complexities", " Rust", " plugins", "complexity", " Complexity", " asynchronous"], [" complexity", " complex", " complexities", " plugins", " all", " Rust", "complexity", " Complexity"], [" complexity", " complex", " complexities", " plugins", " all", " asynchronous", " everything", " Rust"], [" all", " complexity", " complex", " Rust", " everything", " complexities", " asynchronous", " plugins"], [" all", " Rust", " everything", " the", " this", " complex", " plugins", " complexity"], [" the", " all", " *", " this", " a", " everything", " complex", " your"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8215, 0.0866, 0.0866, 0.0016, 0.0012, 0.0011, 0.0004, 0.0002], [0.8696, 0.0917, 0.0141, 0.0075, 0.0059, 0.004, 0.004, 0.0006], [0.5361, 0.2532, 0.0932, 0.044, 0.0302, 0.0208, 0.0076, 0.0036], [0.538, 0.1747, 0.12, 0.0643, 0.0442, 0.0209, 0.0077, 0.0022], [0.3176, 0.17, 0.0803, 0.0335, 0.0203, 0.0109, 0.0085, 0.0075], [0.7959, 0.0653, 0.0509, 0.0309, 0.0272, 0.0114, 0.0025, 0.0009], [0.7899, 0.0833, 0.0572, 0.021, 0.0041, 0.0041, 0.0028, 0.0025], [0.5008, 0.3038, 0.0528, 0.0528, 0.0194, 0.0071, 0.0071, 0.0056], [0.3022, 0.2353, 0.0409, 0.0409, 0.0409, 0.0318, 0.0318, 0.0248], [0.4178, 0.0726, 0.0565, 0.0389, 0.0389, 0.0303, 0.0236, 0.0208], [0.2523, 0.1965, 0.1192, 0.0928, 0.0438, 0.0341, 0.0341, 0.0266], [0.4734, 0.2236, 0.1056, 0.0823, 0.0389, 0.0236, 0.0143, 0.0143], [0.5148, 0.3123, 0.1149, 0.0256, 0.0094, 0.0057, 0.0057, 0.0035], [0.5941, 0.1326, 0.0626, 0.0488, 0.038, 0.0296, 0.023, 0.0109], [0.7459, 0.1664, 0.0371, 0.0137, 0.0106, 0.0083, 0.0065, 0.0024], [0.7963, 0.0839, 0.0654, 0.0509, 0.0012, 0.0009, 0.0007, 0.0003], [0.7679, 0.1714, 0.0382, 0.0085, 0.0085, 0.004, 0.0003, 0.0003], [0.4954, 0.4954, 0.0091, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6218, 0.3772, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4999, 0.4999, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9493, 0.0473, 0.0018, 0.0007, 0.0005, 0.0002, 0.0001, 0.0], [0.3795, 0.2956, 0.2956, 0.0089, 0.0061, 0.0042, 0.0037, 0.0037], [0.9113, 0.0312, 0.0214, 0.0079, 0.0061, 0.0048, 0.0023, 0.0023], [0.4095, 0.3613, 0.1035, 0.0554, 0.018, 0.0124, 0.0109, 0.0045]], "ranks": {"Rust": [118304, 100639, 129781, 144436, 130752, 177113, 78527, 87678, 60069, 46353, 53983, 36868, 39554, 31371, 29542, 26120, 23240, 29662, 29678, 35973, 44369, 30785, 35467, 50801, 104138, 195989, 195546, 167480, 150151, 94113, 78136, 51889, 33765, 21898, 12071, 3266, 2724, 2132, 728, 699, 871, 4, 6, 8, 4, 2, 10]}}, {"pos": 465, "top": [["<start_of_image>", "</h1>", "...", "s", "..", "....", "colours", "  "], ["s", "...", "</h1>", "e", "<start_of_image>", "..", "colours", "t"], ["<start_of_image>", "s", "...", "e", "..", "  ", "</h3>", "...."], ["<start_of_image>", "s", "...", "  ", "e", ",...", "</h3>", " ${"], ["s", "  ", "<start_of_image>", "...", "e", " \u200b", "   ", "\ufffd"], ["s", "  ", "\ufffd", " \u200b", "e", "<sup>", " \u00ad", " \u00b9"], ["\ufffd", "s", "  ", "<sup>", " \u200b", " ${", "...", "e"], ["\ufffd", "s", "  ", " \u200b", "<sup>", " ${", " [[", "e"], ["\ufffd", "s", "  ", " \u200b", " colours", "\u094d\u0938", " \u0959", " favour"], ["\ufffd", "  ", "s", " \u200b", " colours", " \u0959", " favour", "\u094d\u0938"], ["\ufffd", "  ", "s", " \u200b", " colours", "\u094d\u0938", "\u200b", " \u0959"], ["\ufffd", "s", "  ", "...", "\u094d\u0938", " impactful", " colours", " ${"], ["\ufffd", "  ", "...", "s", " colours", "\u200b", " colour", " flavour"], ["\ufffd", "  ", "s", "...", ",", ".[", " fanbase", "<sup>"], ["\ufffd", "  ", "...", ",", ".[", "s", "\u200b", " fanbase"], ["\ufffd", "  ", ".[", ",", "<sup>", "...", "s", "\u200b"], ["\ufffd", "  ", ",", "\u200b", " impactful", "\ufffd", ".\u200b", "<sup>"], ["...", "\ufffd", ".[", " skillset", " impactful", " workflow", " onboarding", " fanbase"], ["...", " skillset", " workflow", " onboarding", " powertrain", " fanbase", " gameplay", " impactful"], [" skillset", " powertrain", " workflow", " impactful", " onboarding", " repurposed", "...", " drivetrain"], [" skillset", " workflow", " powertrain", " onboarding", " workflows", " drivetrain", "...", " KPIs"], [" skillset", " workflow", " complexity", " drivetrain", " prototyping", " workflows", " powertrain", " onboarding"], [" skillset", " workflow", " prototyping", " optimizations", " scalability", " complexity", " optimization", " workflows"], [" skillset", " prioritization", " complexity", " complexities", " prototyping", " workflows", " scalability", " workflow"], [" skillset", " scalability", " prioritization", " scalable", " complexities", " prototyping", " workflows", " complexity"], [" skillset", " complexities", " scalability", " optimizations", " prioritization", " complexity", " hyperparameters", " constraints"], [" complexities", " skillset", " complexity", " optimizations", " complejidad", " workflows", " funcionalidades", " downsides"], [" complexities", " complexity", " constraints", " skillset", " workflows", " optimizations", " codebase", " complejidad"], [" complexities", "\u5176\u4ed6", " \u0434\u0440\u0443\u0433\u0438\u0445", "\u7684\u5176\u4ed6", " complexity", " \u0434\u0440\u0443\u0433\u0438\u043c\u0438", " autres", "\u5176\u5b83"], [" complexity", " complexities", " constraints", " requirements", " other", "complexity", " descriptors", " \u0434\u0440\u0443\u0433\u0438\u0445"], [" complexity", " complexities", " constraints", " requirements", " codebase", "complexity", " skillset", " envisioned"], [" complexity", " complexities", " constraints", " requirements", " codebase", "complexity", " skillset", " complejidad"], [" complexity", " complexities", " constraints", " requirements", " codebase", "complexity", " skillset", " workloads"], [" complexity", " complexities", " constraints", " requirements", "complexity", " complejidad", " workloads", " codebase"], [" complexity", " complexities", " constraints", " requirements", " described", "complexity", " complejidad", " descrito"], [" complexity", " constraints", " complexities", " requirements", " codebase", "complexity", " workload", " workloads"], [" complexity", " complexities", " constraints", " requirements", "complexity", " complejidad", " codebase", " workload"], [" complexity", " complexities", " constraints", " requirements", "complexity", " complejidad", " workload", " requirement"], [" complexity", " complexities", " requirements", " constraints", "complexity", " codebase", " workload", " complejidad"], [" complexity", " requirements", " complexities", " constraints", "complexity", " workload", " codebase", " requirement"], [" complexity", " complexities", " requirements", " constraints", "complexity", " workload", " requirement", " Complexity"], [" complexity", " complexities", " requirements", " constraints", "complexity", " workload", " requirement", " Complexity"], [" complexity", " complexities", " requirements", " constraints", "complexity", " features", " requirement", " workload"], [" complexity", " complexities", " requirements", " constraints", " features", " workload", " described", "complexity"], [" complexity", " complexities", " constraints", " requirements", " features", " described", " feature", " project"], [" complexity", " described", " stated", " constraints", " feature", " features", " project", " other"], [" complexity", " feature", " described", " other", " existing", " features", " project", " stated"]], "p": [[0.9935, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9944, 0.0041, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9588, 0.0372, 0.0031, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.809, 0.1805, 0.0055, 0.002, 0.002, 0.0004, 0.0002, 0.0001], [0.9931, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9839, 0.0109, 0.0024, 0.0007, 0.0005, 0.0005, 0.0003, 0.0002], [0.8272, 0.0412, 0.0412, 0.0321, 0.0195, 0.0092, 0.0056, 0.0043], [0.9435, 0.047, 0.005, 0.0018, 0.0014, 0.0004, 0.0002, 0.0002], [0.921, 0.0459, 0.0169, 0.0038, 0.0038, 0.0029, 0.0018, 0.0014], [0.5375, 0.1359, 0.1058, 0.0727, 0.0236, 0.0208, 0.0112, 0.0098], [0.8381, 0.0688, 0.0417, 0.0093, 0.0064, 0.005, 0.0039, 0.0039], [0.9215, 0.0756, 0.0014, 0.0014, 0.0, 0.0, 0.0, 0.0], [0.4258, 0.1566, 0.1566, 0.0449, 0.0449, 0.035, 0.0272, 0.0165], [0.6196, 0.3758, 0.0042, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.6181, 0.3749, 0.0069, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9238, 0.0758, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8054, 0.1797, 0.0148, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0032, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.6606, 0.0789, 0.0479, 0.0373, 0.0373, 0.0256, 0.0256, 0.0155], [0.5736, 0.0997, 0.0776, 0.0685, 0.0324, 0.0252, 0.0222, 0.0196]], "ranks": {"Rust": [69600, 81424, 136769, 148887, 126808, 128271, 51360, 54542, 28232, 25123, 29530, 17813, 24231, 15401, 16468, 17273, 19147, 25141, 27481, 48767, 51703, 32562, 43290, 48398, 117685, 199446, 188649, 152694, 131451, 129006, 122746, 103691, 98795, 67610, 72207, 43492, 54344, 49621, 32316, 21081, 18050, 7090, 6076, 5756, 2629, 926, 442]}}, {"pos": 466, "top": [["\".", "\",", "\"..", "things", "'.", "\"\u3002", "  ", "\""], ["\".", "\"..", "\",", "e", "'.", "\".[", "\"", "things"], ["\".", "e", "<b>", "\"..", "er", "..", "  ", "\","], ["\".", "e", "  ", "<b>", "\"..", "er", "\",", ".\ufeff"], ["  ", "e", "er", "\".", "'", " \u2026.", "<b>", "--\""], ["  ", "e", "<sup>", "er", "'", "<b>", " than", "a"], ["  ", "'", " than", "<sup>", "e", "er", "<b>", " ones"], ["  ", " than", "'", "e", "er", "<b>", "<sup>", "things"], ["  ", " than", "'", " things", "e", "<sup>", "things", "er"], ["  ", " than", " things", "things", "'", " thing", " ones", "e"], ["  ", " things", " than", " thing", "things", " stuff", " ones", "'"], ["'", " things", " than", " thing", "',", "'.", "'\".", " stuff"], [" things", "'", " thing", " than", "'.", " stuff", "',", "things"], [" things", "'", " thing", "'.", " than", "',", " stuff", " ones"], ["'", "'.", " things", "',", " thing", " than", "\".", " stuff"], ["'", " things", "'.", "',", " thing", "things", " stuff", "'\"."], [" things", "'", "'.", " thing", "things", "',", "\".", "']."], [" things", "\".", "'.", "'\".", " thing", "'", "things", "\"]."], ["'\".", "'.", "things", " things", "\".", "\"].", " specs", "{}\"."], ["things", " specs", " things", "'.", " downsides", " vibe", "'\".", "']."], ["things", " specs", " downsides", " things", " distractions", " vibe", " techs", "']."], [" specs", " things", " distractions", " techs", "things", " vibe", " priorities", " downsides"], [" specs", " things", " distractions", " stuff", " downsides", " vibe", " complexities", " tweaks"], [" complexities", " functionalities", " skillset", " complexity", " prioritization", " functionality", " workflows", " optimizations"], [" functionalities", " complexities", " workflows", " tradeoffs", " constraints", " complexity", " synergies", " prioritization"], [" complexities", " functionalities", " workflows", " tradeoffs", " optimizations", " constraints", " stressors", " downsides"], [" complexities", " functionalities", " workflows", " funcionalidades", " optimizations", " tradeoffs", " deliverables", " stressors"], [" complexities", " workflows", " functionalities", " optimizations", " deliverables", " complexity", " constraints", " workloads"], [" functionalities", " complexities", " optimizations", " workflows", " deliverables", " constraints", " funcionalidades", " KPIs"], [" functionalities", " optimizations", " complexities", " requirements", " constraints", " deliverables", " workflows", " complexity"], [" functionalities", " constraints", " requirements", " optimizations", " complexities", " workflows", " deliverables", " funcionalidades"], [" functionalities", " constraints", " complexities", " requirements", " optimizations", " workloads", " workflows", " deliverables"], [" constraints", " functionalities", " requirements", " complexities", " optimizations", " deliverables", " workloads", " workflows"], [" requirements", " constraints", " complexities", " functionalities", "requirements", " complexity", "constraints", " requirement"], [" requirements", " constraints", " functionalities", " complexities", "requirements", "constraints", " requirement", " requisitos"], [" requirements", " constraints", "requirements", " functionalities", " complexities", " requirement", "constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439"], [" requirements", " constraints", "requirements", " complexities", " requirement", "constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f"], [" requirements", " constraints", "requirements", " complexities", "constraints", " requirement", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f"], [" requirements", " constraints", "requirements", " complexities", " requirement", "constraints", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439", " complexity"], [" requirements", " constraints", "requirements", " complexities", " requirement", " \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439", " demands", "constraints"], [" requirements", " constraints", " complexities", "requirements", " demands", " requirement", " complexity", "constraints"], [" requirements", " constraints", " complexities", " demands", "requirements", " complexity", "constraints", " requirement"], [" requirements", " constraints", " complexities", " demands", " complexity", "requirements", "constraints", " requirement"], [" requirements", " constraints", " complexities", " demands", " complexity", "constraints", "requirements", " features"], [" requirements", " constraints", " complexities", " demands", " complexity", " features", " burdens", "constraints"], [" constraints", " requirements", " demands", " complexities", " features", " complexity", " burdens", "constraints"], [" requirements", " constraints", " demands", " complexities", " features", " complexity", " project", " burdens"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8416, 0.1462, 0.0057, 0.0057, 0.0003, 0.0002, 0.0001, 0.0001], [0.9426, 0.0469, 0.0049, 0.0039, 0.0011, 0.0003, 0.0001, 0.0001], [0.982, 0.014, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9477, 0.0472, 0.0018, 0.0014, 0.0011, 0.0007, 0.0001, 0.0], [0.9986, 0.0012, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9836, 0.014, 0.0019, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9588, 0.0372, 0.0031, 0.0007, 0.0001, 0.0001, 0.0001, 0.0], [0.4683, 0.3647, 0.1342, 0.0299, 0.0019, 0.0005, 0.0003, 0.0002], [0.4568, 0.4568, 0.0292, 0.0292, 0.0227, 0.0031, 0.0009, 0.0007], [0.7879, 0.1758, 0.0238, 0.0088, 0.0015, 0.0012, 0.0006, 0.0002], [0.8024, 0.1394, 0.0399, 0.0089, 0.0054, 0.002, 0.0009, 0.0004], [0.7559, 0.1314, 0.062, 0.0483, 0.0019, 0.0002, 0.0002, 0.0001], [0.8937, 0.0734, 0.027, 0.0037, 0.0022, 0.0001, 0.0, 0.0], [0.983, 0.0109, 0.004, 0.0012, 0.0007, 0.0001, 0.0, 0.0], [0.5005, 0.3036, 0.1841, 0.0071, 0.0016, 0.001, 0.0006, 0.0006], [0.3228, 0.2514, 0.2514, 0.0925, 0.072, 0.0036, 0.0028, 0.0013], [0.8641, 0.0709, 0.0335, 0.0075, 0.0058, 0.0045, 0.0035, 0.0028], [0.6519, 0.1133, 0.1133, 0.0687, 0.0417, 0.0072, 0.0013, 0.0006], [0.9911, 0.0041, 0.0041, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.7627, 0.2185, 0.0179, 0.0004, 0.0001, 0.0001, 0.0001, 0.0], [0.6205, 0.3764, 0.0015, 0.0009, 0.0003, 0.0003, 0.0, 0.0], [0.622, 0.3773, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9707, 0.0228, 0.0024, 0.0024, 0.0011, 0.0001, 0.0001, 0.0001], [0.8316, 0.0877, 0.0683, 0.0044, 0.0026, 0.0016, 0.0013, 0.0004], [0.9536, 0.0288, 0.0175, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7819, 0.1359, 0.05, 0.0236, 0.0053, 0.0019, 0.0009, 0.0001], [0.8775, 0.072, 0.0437, 0.0036, 0.0022, 0.0005, 0.0005, 0.0], [0.8612, 0.0429, 0.0429, 0.026, 0.026, 0.0006, 0.0004, 0.0], [0.7512, 0.1676, 0.0617, 0.0083, 0.0065, 0.0031, 0.0009, 0.0005], [0.5854, 0.3551, 0.0481, 0.0107, 0.0003, 0.0003, 0.0001, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4838, 0.4838, 0.0241, 0.0054, 0.0025, 0.0004, 0.0, 0.0], [0.8864, 0.0728, 0.0184, 0.0126, 0.0041, 0.0041, 0.0002, 0.0002], [0.4183, 0.3691, 0.1744, 0.0126, 0.0126, 0.0087, 0.0012, 0.0004]], "ranks": {"Rust": [38925, 34922, 61450, 81800, 95848, 106077, 36567, 36477, 20204, 20931, 17204, 15192, 19829, 15833, 15851, 22540, 16920, 23041, 34310, 39685, 75796, 48295, 38148, 56932, 55118, 156849, 163897, 152329, 115907, 119656, 123484, 101907, 89911, 70899, 80784, 41702, 64241, 61746, 45616, 41991, 36281, 17362, 12155, 11436, 6782, 3273, 2425]}}, {"pos": 467, "top": [["\uf0b7", "\u2010", " \uf0d8", "\uf0d8", " \uf076", "\uf02d", "\u23af", "\uff3b"], ["\uf0b7", "\u2010", "\uf02d", "\uff3b", " \uf0d8", "\u23af", " \uf0b7", "\uf0d8"], ["\uf0b7", "\u2010", "\u23af", "\uff3b", " \uff5e", " \uff0d", " \uf0b7", "\uff5e"], ["\u23af", "\uf0b7", " \uff5e", "\u2010", "\uff3b", " \uff0d", "\uf0be", "\uff5e"], ["\u2010", "\u23af", " \uff0d", " \uff5e", "\uf0b7", " (\u2212", " \uf076", "\uf02d"], ["\u2010", " \u2015", "\u23af", " \uff0d", "\uf0b7", " \uff5e", "\uf02d", "\uff3b"], ["\u2010", "\u23af", " \u2015", "\u2015", "\u2063", "\uf0b7", "\u2800", " (\u2212"], ["\u2010", " \u2015", "\u23af", "\u2015", "\u2800", "\u2063", " \\&", "\uf0b7"], [" \u2015", "\u2010", "\u2015", "\u2800", "\u23af", "\u2063", ",\u200b", " \\&"], [" \u2015", "\u2010", "\u2015", "\u23af", "\u2800", "\u2063", "\u200b", "\uf0b7"], [" \u2015", "\u2010", "\u23af", "\u2015", "\u2063", "\uf0b7", " \\&", "\u2800"], [" \u2015", " --", "\u2010", "\u2015", "--", "\u23af", "\u2014", "\u2800"], [" --", " \u2015", "\u200b", "\u2010", "--", "\u2800", "\n\n\n\n", "\u2015"], [" --", "--", "\u200b", "\u200b.", " \u2015", "\u2010", "\u2800", ",\u200b"], [" --", "--", "\u200b.", "\u200b", ",\u200b", "\u2010", ",--", "\u200b,"], ["\u200b.", " --", ",", "\u200b", "--", ",\u200b", "\u200b,", ".\u200b"], [" --", "--", "\u200b.", ",", "\u200b", ",--", ",\u200b", " effectively"], [" --", "\u200b.", "--", ".", " functionalities", " (~", " effectively", " explicitly"], [" --", "--", "\u200b.", " leveraging", " explicitly", " functionalities", " deliverables", " iterative"], [" leveraging", " functionalities", " deliverables", "\u200b.", " leverages", " limitations", " architectures", " methodologies"], [" leveraging", " limitations", " constraints", " deliverables", " iterative", " workaround", " leverages", " flexibility"], [" constraints", " leveraging", " limitations", " leverages", " workaround", " deliverables", " flexibility", " necessitating"], [" constraints", " limitations", " leveraging", " necessitating", " leverages", " deliverables", " requires", " necessitates"], [" leveraging", " leverages", " prioritization", " prioritizing", " necessitates", " prioritized", " constraints", " requires"], [" leverages", " leveraging", " constraints", " necessitates", " tradeoffs", " requires", " workflows", " limitations"], [" necessitates", " (~", " leverages", " ($\\", " requires", " minimizes", " maximizes", " implies"], [" necessitates", " requires", " implies", " (~", " (\u201c", " ($\\", " maximizes", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442"], [" requires", " (", " necessitates", " implies", " (\u201c", " seems", " (~", " (!"], [" (", " (\u201c", " requires", " necessitates", "\uff08", " implies", " (~", " (!"], [" (", " requires", " (~", " implies", " (!", " necessitates", " (\u201c", " (\""], [" (", " implies", " requires", " (~", " necessitates", " (>", " outweighs", " (!"], [" requires", " (", " implies", " necessitates", " outweighs", " outperforms", " (~", "?("], ["?(", " implies", " requires", "?", " (", " outweighs", " outperforms", " makes"], [" requires", "?(", " implies", " necessitates", " is", " outweighs", " (~", " makes"], [" implies", "?(", " is", " requires", " outweighs", " necessitates", " feels", " outperforms"], [" implies", " is", " requires", " imposes", " (~", " outweighs", " necessitates", " feels"], [" is", " implies", " imposes", " feels", " requires", " isn", " necessitates", " (~"], [" is", " implies", " imposes", " feels", " (~", " outweighs", " requires", " isn"], [" is", " implies", " imposes", " feels", " (", " isn", "?", " (~"], [" is", " implies", " imposes", " isn", " feels", " (", "?", " requires"], [" is", "?", "?(", " implies", " (", " isn", " imposes", " requires"], [" is", "?", " (", " isn", " feels", " imposed", " requires", " makes"], [" is", "?", " (", " isn", " feels", " makes", " imposed", "?("], [" is", "?", " isn", " (", " makes", " feels", " implies", " listed"], [" is", "?", " (", " isn", " feels", " makes", " requires", " listed"], [" is", " (", "?", " isn", " feels", "\u2014", " described", " listed"], [" is", "?", " (", " *", " isn", " feels", " \u2013", " listed"]], "p": [[0.9868, 0.0085, 0.0031, 0.0009, 0.0003, 0.0001, 0.0001, 0.0], [0.9956, 0.0032, 0.0006, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.7416, 0.1655, 0.0782, 0.0064, 0.005, 0.0009, 0.0007, 0.0005], [0.5076, 0.1867, 0.1133, 0.0882, 0.0535, 0.0417, 0.0021, 0.0016], [0.9918, 0.0041, 0.0025, 0.0015, 0.0002, 0.0, 0.0, 0.0], [0.9992, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9752, 0.0179, 0.0066, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8957, 0.0944, 0.006, 0.0013, 0.0013, 0.0004, 0.0003, 0.0002], [0.851, 0.1479, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8168, 0.1823, 0.0005, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.4562, 0.3553, 0.0793, 0.0292, 0.0227, 0.0177, 0.0107, 0.0084], [0.8633, 0.0709, 0.0261, 0.0203, 0.0035, 0.0035, 0.0035, 0.0017], [0.9532, 0.0136, 0.0106, 0.0064, 0.005, 0.0039, 0.0014, 0.0014], [0.9135, 0.0455, 0.013, 0.0101, 0.0062, 0.0048, 0.0023, 0.0018], [0.3806, 0.2308, 0.109, 0.0849, 0.0849, 0.0661, 0.0115, 0.007], [0.3989, 0.3107, 0.1143, 0.0693, 0.0199, 0.0094, 0.0094, 0.0094], [0.8158, 0.0759, 0.046, 0.0149, 0.0049, 0.0026, 0.0018, 0.0018], [0.9278, 0.0523, 0.003, 0.0011, 0.0011, 0.0011, 0.001, 0.0007], [0.9252, 0.0359, 0.0103, 0.008, 0.0038, 0.0023, 0.0018, 0.0018], [0.4272, 0.3327, 0.0742, 0.0166, 0.0166, 0.0129, 0.0129, 0.0129], [0.466, 0.2827, 0.1335, 0.0383, 0.0181, 0.011, 0.011, 0.0066], [0.3584, 0.1918, 0.1693, 0.0428, 0.0378, 0.0202, 0.0202, 0.0157], [0.585, 0.2763, 0.0617, 0.0138, 0.0138, 0.0107, 0.0083, 0.0051], [0.5104, 0.2411, 0.1139, 0.0538, 0.012, 0.012, 0.0073, 0.0073], [0.8766, 0.1186, 0.0036, 0.0005, 0.0005, 0.0001, 0.0001, 0.0], [0.9388, 0.06, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.5749, 0.3487, 0.0472, 0.0286, 0.0003, 0.0002, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7837, 0.1749, 0.039, 0.0019, 0.0003, 0.0002, 0.0, 0.0], [0.9947, 0.0041, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.597, 0.3621, 0.0297, 0.0066, 0.004, 0.0003, 0.0001, 0.0], [0.5892, 0.2168, 0.1315, 0.0484, 0.0065, 0.004, 0.0024, 0.0009], [0.8784, 0.1189, 0.0013, 0.0005, 0.0003, 0.0003, 0.0002, 0.0001], [0.9237, 0.0758, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0032, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9935, 0.0046, 0.0017, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7747, 0.1188, 0.1048, 0.0009, 0.0002, 0.0001, 0.0, 0.0], [0.5784, 0.3975, 0.0224, 0.0005, 0.0003, 0.0002, 0.0001, 0.0001]], "ranks": {"Rust": [122381, 110250, 140899, 153549, 154653, 168466, 139474, 131430, 100978, 100347, 89534, 64033, 71208, 64200, 76260, 72914, 58973, 54848, 51482, 70852, 69165, 69804, 53493, 54115, 52472, 104959, 114614, 80719, 74525, 87855, 83854, 55908, 75674, 84829, 91554, 89902, 117621, 101935, 87521, 89878, 79801, 51754, 31233, 19894, 16065, 7696, 4362]}}, {"pos": 468, "top": [["</h2>", "</em>", "...)", " )", " ).", ")...", " ),", "</h5>"], ["</h2>", " )", " ).", "...)", " ),", "\u201d)", "</em>", ")..."], [" )", " ),", " ).", " )(", " ())", ")...", "...)", "\u201d)"], [" )", " ),", " ).", " ())", " )(", "...)", "...).", ")..."], [" )", " ),", " ).", " ())", " )(", " (...", "...).", " ...)"], [" )", " ),", " ).", " ())", " )(", " !)", " ...)", " ):"], [" ),", " )", " ).", " ())", " )(", ")...", "...).", " (..."], [" ),", " ).", " )", " ())", " )(", "...).", ")...", " (..."], [" ),", " ).", " )", "...).", ")...", " (...", " ())", ")."], [" ).", " ),", " )", "...).", ")...", " ())", " (...", ")."], [" ).", " ),", " )", " ())", "...).", ").", ").(", ")..."], [" ),", " ).", ").", " )", "),", "...).", ")...", ")"], [").", " ).", "...).", " ),", "),", " )", ")...", "...)"], [").", "),", "...).", " ).", "!).", ")", " ),", ")..."], [").", "...).", "),", ")...", "!).", " ).", "?).", ")"], [").", "...).", "),", ")...", "?).", "!).", "...)", ")"], [").", "!).", "?).", "...).", "),", "!)", ")", "!),"], ["...).", ").", "?).", "...),", ")...", "\u2026).", "...)", "!)."], ["...).", ").", "?).", "\u2026).", ")...", "...),", "...)", "!)."], ["...).", "...)", "...),", ")...", "\u2026).", ").", "!).", "?)."], ["...).", "...),", ").", "!).", "...)", ")...", "?).", "!),"], [").", "!).", "...).", "):", "!),", "),", "?).", "...),"], ["!).", "...).", "?).", ").", "!),", "!)", "\u2026).", "):"], ["!).", "!),", "?).", " prioritization", " leveraging", " scalability", ").", "...)."], ["!).", "?).", "!),", "?),", "):", ").", "...).", "!)"], ["?).", "!),", "!).", "?),", " scalability", " optimizations", "...),", " prioritization"], [" scalability", " robustness", " optimizations", " interactivity", " workflows", " prioritization", " scalable", " interfacing"], [" scalability", " interactivity", " workflows", " robustness", " scalable", " prioritization", " omnichannel", " codebase"], [" scalability", "complexity", " scalable", " interactivity", " robustness", " workflows", " inclusivity", " optimizations"], [" scalability", " interactivity", " scalable", " codebase", " optimizations", " workflows", "complexity", " robustness"], [" scalability", " codebase", " interactivity", " scalable", " workflows", " optimizations", " robustness", "complexity"], [" codebase", " scalability", " interactivity", " workflows", "complexity", " FPGA", " omnichannel", " optimizations"], [" codebase", " interactivity", " scalability", " workflows", " FPGA", " omnichannel", "complexity", " virtualization"], [" interactivity", " scalability", "complexity", " codebase", " complexity", "OpenGL", " OpenGL", " workflows"], ["complexity", " scalability", " complexity", " interactivity", " codebase", " OpenGL", " robustness", " FPGA"], [" plugins", " codebase", " scripting", " scalability", " interactivity", " complexity", " OpenGL", "complexity"], [" plugins", "complexity", " scalability", " codebase", " complexity", " scripting", " interactivity", " OpenGL"], [" plugins", " asynchronous", "complexity", " complexity", " scalability", " codebase", " scripting", " plugin"], [" plugins", " complexity", "complexity", " asynchronous", " plugin", " codebase", " scalability", " scripting"], [" plugins", " complexity", " scalability", "complexity", " asynchronous", " codebase", " plugin", " robustness"], [" plugins", " complexity", " asynchronous", "complexity", " scalability", " plugin", " robustness", " codebase"], [" plugins", " plugin", " Rust", " asynchronous", " async", "Rust", " Async", " Plugin"], [" plugins", " plugin", " asynchronous", " async", " Rust", " Async", "Rust", " Plugins"], [" plugins", " plugin", " async", " asynchronous", " Async", " Rust", "async", " Plugins"], [" async", " asynchronous", " plugins", " plugin", " Rust", " Async", "async", "plugin"], [" async", " Rust", " plugin", " plugins", "async", " asynchronous", " rust", "Rust"], ["async", "plugin", "plugins", "cross", "Rust", " plugin", " async", "complex"]], "p": [[0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8203, 0.111, 0.0524, 0.0091, 0.0055, 0.0006, 0.0004, 0.0003], [0.6269, 0.2306, 0.0848, 0.0401, 0.0089, 0.0042, 0.0016, 0.0012], [0.55, 0.2023, 0.1227, 0.1227, 0.0022, 0.0, 0.0, 0.0], [0.8752, 0.1184, 0.0059, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.8834, 0.0725, 0.044, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.899, 0.0738, 0.0271, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6222, 0.3774, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9606, 0.029, 0.0065, 0.0039, 0.0, 0.0, 0.0, 0.0], [0.6037, 0.3662, 0.0301, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6661, 0.2451, 0.0547, 0.0201, 0.0122, 0.0017, 0.0001, 0.0], [0.8355, 0.1131, 0.0416, 0.0056, 0.0021, 0.0013, 0.0008, 0.0001], [0.9814, 0.014, 0.0019, 0.0019, 0.0003, 0.0002, 0.0002, 0.0001], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9702, 0.0293, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5266, 0.3194, 0.1175, 0.0159, 0.0159, 0.0035, 0.0008, 0.0003], [0.9866, 0.011, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0015, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.7854, 0.1752, 0.0391, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.3351, 0.261, 0.1233, 0.1233, 0.0453, 0.0353, 0.0275, 0.0214], [0.6966, 0.0943, 0.0572, 0.0445, 0.027, 0.027, 0.0077, 0.006], [0.883, 0.044, 0.0267, 0.0267, 0.0098, 0.0046, 0.0028, 0.0005], [0.9586, 0.0176, 0.0106, 0.0083, 0.0031, 0.0009, 0.0005, 0.0002], [0.9982, 0.0009, 0.0003, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.8711, 0.1179, 0.0097, 0.0008, 0.0003, 0.0002, 0.0001, 0.0], [0.6431, 0.2366, 0.1118, 0.0056, 0.001, 0.0008, 0.0004, 0.0004], [0.6269, 0.2306, 0.1399, 0.0012, 0.0004, 0.0003, 0.0003, 0.0002], [0.467, 0.2833, 0.1718, 0.0632, 0.0141, 0.0003, 0.0001, 0.0001], [0.3815, 0.3815, 0.1403, 0.0851, 0.0115, 0.0, 0.0, 0.0], [0.9989, 0.0006, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0009, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9728, 0.0229, 0.0015, 0.0011, 0.0009, 0.0004, 0.0003, 0.0], [0.4612, 0.3592, 0.1029, 0.0486, 0.023, 0.0024, 0.0011, 0.0005], [0.8738, 0.1183, 0.0059, 0.0013, 0.0005, 0.0002, 0.0, 0.0], [0.8004, 0.1786, 0.0089, 0.0069, 0.0042, 0.0007, 0.0001, 0.0001], [0.505, 0.1858, 0.1447, 0.1447, 0.0119, 0.0056, 0.001, 0.0005], [0.4493, 0.1873, 0.1653, 0.1287, 0.0418, 0.012, 0.0106, 0.0014], [0.3831, 0.2633, 0.1244, 0.0666, 0.0518, 0.0518, 0.0149, 0.0131], [0.7082, 0.1394, 0.0581, 0.0242, 0.013, 0.0114, 0.0089, 0.0069]], "ranks": {"Rust": [76451, 64601, 56195, 72845, 60713, 69472, 22084, 25395, 25403, 18062, 26967, 15448, 14811, 11683, 16390, 22792, 25965, 26462, 27457, 30919, 45607, 42062, 81186, 85500, 97202, 108580, 112110, 86332, 26219, 15501, 10300, 4918, 2404, 714, 957, 239, 81, 93, 28, 50, 46, 3, 5, 6, 5, 2, 5]}}, {"pos": 469, "top": [["\u301c", "</code>", " \u2212", "\u2217", "\u2212", " \u2217", " ```", "\u2063"], ["</code>", "\u301c", "\u2217", " ```", "\u2212", "~~", " \u2212", "```"], ["\u301c", " ```", "\u2217", " \u2217", "</code>", "\u2212", " \u2212", "~~"], ["\u301c", " \u2212", " \u2217", "</code>", " ```", "\u2217", "\u2212", "(\u2212"], ["</code>", " ```", " \u2212", " \u2217", "\u301c", "\u2212", "\u2217", " \u223c"], [" \u2212", " \u2217", " ```", "\u301c", "</code>", "\u2212", "\u2063", " \u223c"], ["\u301c", "</code>", " \u2212", "\u2212", " \u2217", "\u2063", " ```", "\u2217"], [" \u2212", "\u301c", "</code>", "\u2063", " ```", "\u2212", " \u2217", "\u2217"], ["\u2063", " \u2212", "</code>", "\u301c", " ```", "\u2212", " \u2217", "\u2064"], ["</code>", "\u2063", " \u2212", "\u301c", " ```", " \u2217", "\u2212", "\u2064"], ["\u2063", "</code>", " \u2212", "\u301c", " ```", "\u2064", "\u2212", " \u2217"], ["</code>", "\u2063", " ```", "\u301c", " \u2212", "\u2212", "\u2064", " \u2728"], ["</code>", "\u2063", " ```", "\u301c", " \u2212", "\u2064", "\u2212", "```"], ["</code>", "\u2063", " ```", "\u301c", " \u2212", "\u2064", "\u2212", "```"], ["</code>", "\u2063", " \u2212", "\u301c", " ```", "\u2064", "\u2212", "```"], ["</code>", "\u2063", "\u2064", "\u301c", "\u2212", " \u2212", " ```", "\u2062"], ["</code>", "\u2063", "\u2064", "```", "\u301c", " ```", "\u2062", "\u2212"], ["</code>", "\u2063", " ```", "```", "\u2064", "\u301c", " \u2212", " \u2728"], ["</code>", "\u2063", " ```", "\u301c", "```", " \u2728", "\u2064", " \u2212"], ["</code>", "\u2063", "\u2064", " ```", " \u2728", "\u301c", " workflows", "```"], ["</code>", " workflows", "\u2063", " ```", "\u26a1", " qubits", " middleware", " asynchronous"], [" workflows", "</code>", " middleware", " workflow", " qubits", "\u2063", " qubit", " onboarding"], [" workflows", " middleware", "</code>", "`).", ")`", " optimizations", " workflow", " deliverables"], [" workflows", " optimizations", " workflow", " deliverables", " skillset", " leveraging", " optimization", " functionalities"], [" workflows", " optimizations", " workflow", " deliverables", " troubleshooting", " tradeoffs", " middleware", " optimization"], [" workflows", " optimizations", " workflow", " deliverables", " tradeoffs", " vulnerabilities", " middleware", " workaround"], [" workflows", " optimizations", " workflow", " deliverables", " middleware", " tradeoffs", " interactions", " vulnerabilities"], [" workflows", " workflow", " optimizations", " interactions", " deliverables", " middleware", " tradeoffs", " workloads"], [" workflows", " optimizations", " workflow", " middleware", " interactions", " deliverables", " tradeoffs", " workloads"], [" workflows", " optimizations", " APIs", " callbacks", " interfaces", " workflow", " interactions", " asynchronous"], [" workflows", " interfaces", " optimizations", " interactions", " APIs", " callbacks", " workflow", " asynchronous"], [" workflows", " APIs", " optimizations", " callbacks", " interactions", " internals", " interfaces", " workloads"], [" workflows", " APIs", " callbacks", " internals", " codebase", " workloads", " interactions", " optimizations"], [" workflows", " workloads", " APIs", " codebase", " interactions", " internals", " interfaces", " workflow"], [" workflows", " codebase", " APIs", " workloads", " interactions", " callbacks", " workflow", " internals"], [" APIs", " workflows", " API", " codebase", " callbacks", " architectures", " interfaces", " workloads"], [" APIs", " API", " workflows", " codebase", " callbacks", " architectures", " interfaces", " architecture"], [" APIs", " API", " workflows", " codebase", " callbacks", " architecture", " architectures", " workloads"], [" APIs", " API", " workflows", " codebase", " architecture", " concurrency", " callbacks", " interfaces"], [" APIs", " API", " workflows", " architecture", " codebase", " backend", " interfaces", " operations"], [" APIs", " API", " architecture", " workflows", " interfaces", " backend", " operations", " codebase"], [" APIs", " API", " interfaces", "API", " workflows", " backend", " concurrency", " architecture"], [" APIs", " API", " backend", "API", " architecture", " interfaces", " UI", " runtime"], [" APIs", " API", "API", " backend", " UI", " workflows", " interfaces", " architecture"], [" APIs", " API", " calls", " UI", " backend", " concurrency", " architecture", " plugins"], [" APIs", " API", " backend", " calls", " concurrency", " networking", " operations", " architecture"], [" APIs", ",", " API", " operations", " calls", " architecture", " network", " networking"]], "p": [[0.6392, 0.2352, 0.0865, 0.0318, 0.0071, 0.0001, 0.0, 0.0], [0.9703, 0.0293, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.963, 0.0291, 0.0065, 0.0009, 0.0002, 0.0002, 0.0001, 0.0], [0.4682, 0.284, 0.1722, 0.0384, 0.0233, 0.0086, 0.0052, 0.0001], [0.7279, 0.1624, 0.0985, 0.0081, 0.003, 0.0001, 0.0, 0.0], [0.728, 0.2678, 0.0018, 0.0011, 0.0004, 0.0004, 0.0002, 0.0001], [0.8427, 0.042, 0.042, 0.0254, 0.0254, 0.0154, 0.0057, 0.0013], [0.4076, 0.2472, 0.15, 0.15, 0.0203, 0.0123, 0.0123, 0.0002], [0.5845, 0.3545, 0.048, 0.0107, 0.0014, 0.0005, 0.0003, 0.0], [0.7188, 0.2644, 0.0132, 0.0029, 0.0005, 0.0001, 0.0001, 0.0], [0.923, 0.0758, 0.0008, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.7303, 0.2687, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9699, 0.0293, 0.0005, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8717, 0.118, 0.0036, 0.0028, 0.0028, 0.0006, 0.0005, 0.0001], [0.5595, 0.4358, 0.0038, 0.0004, 0.0002, 0.0002, 0.0001, 0.0], [0.9992, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6143, 0.3726, 0.0068, 0.0032, 0.0006, 0.0003, 0.0003, 0.0002], [0.9953, 0.0019, 0.0012, 0.0004, 0.0003, 0.0002, 0.0001, 0.0001], [0.9918, 0.0032, 0.0019, 0.0012, 0.0005, 0.0004, 0.0003, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9789, 0.0203, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.8455, 0.1297, 0.0027, 0.0027, 0.0021, 0.0014, 0.0014, 0.0013], [0.58, 0.3104, 0.0611, 0.0064, 0.005, 0.005, 0.0034, 0.0027]], "ranks": {"Rust": [99345, 84712, 122136, 142292, 151010, 162084, 160440, 155426, 146310, 95846, 134698, 94018, 96107, 89734, 78298, 90477, 55626, 75390, 102492, 123285, 154438, 140069, 137664, 168952, 117406, 184791, 197279, 149844, 110271, 61028, 35821, 20675, 16229, 10982, 6797, 2859, 2972, 2539, 946, 967, 829, 99, 86, 103, 32, 13, 19]}}, {"pos": 470, "top": [[",..", "..,", "\u2026,", ",...", "...,", ",\u2026", "...',", "...\","], [",..", "..,", ",...", "\u2026,", "...,", "...',", "..'", ",\u2026"], [",..", ",...", "..,", "\u2026,", ",\u2026", "...,", ":,", ";,"], [",..", ",...", "..,", "...,", "\u2026,", ",\u2026", "...\",", ",...,"], [",..", ",...", "...,", " ~,", "\u2026,", "s", "...\",", "...',"], ["s", " ~,", ",..", "\u2026,", ",...", "...,", "\u03c2", ",\u2026"], [",...", "\u2026,", ",\u2026", ",..", "s", ",[", ",", "...,"], ["s", "\u2026,", ",..", ",...", ",", ",\u2026", "...,", "..,"], [",...", "\u2026,", ",", ",..", ",\u2026", "s", "...,", "..,"], ["\u2026,", ",..", ",\u2019", ",\u2026", ",", ",...", "\u2019,", "..,"], ["\u2026,", "\u2026\u2019", "\u2026\"", ",\u2019", ",\u2026", "\u2019,", "...\",", "\u2026\u201d"], ["\u2026,", ",\u2019", "\u2026\u2019", "...\",", "\u2019,", "...',", "\u2026\"", "...),"], ["...\",", "\u2026,", "\u2026\"", "...',", "...\"", "...,", "...),", ",..."], [",", ",\u2019", "...\",", "\u2019,", ".\",", "\u2026,", ",'", "!,"], [",", "\u2026,", ",...", ",\u2026", "...\",", "\u2026\"", ",..", ",\u2019"], [",", ",...", ",\u2026", ",..", "\u2026,", "...).", ",\u2019", "...),"], [",", "),", ").", ",\u2019", "!),", "!).", "!,", "?,"], ["\u2026)", "...),", "\u2026).", "...).", "\u2026,", "...)", "...\",", "\u2026\""], ["\u2026)", "\u2026,", "\u2026\"", "\u2026).", "...),", "...).", "\u2026", "...\","], ["...),", "...).", "\u2026)", "...)", "...\",", "\u2026).", "\u2026,", "\u2026\""], ["...).", "...),", "\u2026).", "\u2026)", "...\",", "...)", "...',", "\u2026\""], [" complexity", "!),", " constraints", " leveraging", "...),", " microbiome", " tradeoffs", "!)."], ["\u2026).", "!).", "...).", "\u2026)", "...),", "!),", "?).", "...)"], [" leveraging", " workflows", " complexity", " complexities", " tradeoffs", " optimizations", " skillset", " leverages"], [" optimizations", " tradeoffs", " workflows", " skillset", " microbiome", " complexity", " prioritization", " prototyping"], [" optimizations", " tradeoffs", " workflows", " prioritization", " vulnerabilities", " skillset", " scalability", " robustness"], [" workflows", " optimizations", " tradeoffs", " scalability", " interactivity", " complexity", " interfacing", " vulnerabilities"], [" workflows", " interactivity", " integrations", " integration", " scalability", " optimizations", " interfacing", " complexity"], [" workflows", " scalability", " interactivity", " scalable", " optimizations", " codebase", " complexity", " omnichannel"], [" scalability", " interactivity", " optimizations", " codebase", " workflows", " scalable", " interfacing", " integration"], [" codebase", " scalability", " interactivity", " optimizations", " workflows", " scalable", " integrations", " integration"], [" codebase", " interactivity", " workflows", " optimizations", " scalability", " interoper", " plugins", " interfacing"], [" codebase", " interactivity", " scalability", " plugins", " optimizations", " interfacing", " workflows", " interoper"], [" interactivity", " codebase", " scalability", " integrations", " interoper", " complexity", " interfacing", " optimizations"], [" interactivity", " scalability", " codebase", " complexity", " plugins", " integrations", " interoper", " robustness"], [" plugins", " plugin", " Plugins", " Plugin", " codebase", "\u63d2\u4ef6", "plugins", " scripting"], [" plugins", " plugin", " Plugins", " Plugin", "plugins", "\u63d2\u4ef6", " codebase", " scalability"], [" plugins", " plugin", " Plugins", " Plugin", "plugins", " plug", "\u63d2\u4ef6", "plugin"], [" plugins", " plugin", " Plugins", " Plugin", "plugins", "\u63d2\u4ef6", " plug", "plugin"], [" plugins", " plugin", " Plugins", " Plugin", "plugins", " plug", "\u63d2\u4ef6", "plugin"], [" plugins", " plugin", " Plugins", " Plugin", " plug", "plugins", " scalability", "plugin"], [" plugins", " plugin", " Plugins", " Plugin", "\u63d2\u4ef6", " plug", "plugins", "plugin"], [" plugins", " plugin", " Plugins", " Plugin", " plug", " Rust", "\u63d2\u4ef6", "plugins"], [" plugins", " plugin", " Plugins", " Plugin", " plug", "\u63d2\u4ef6", "plugins", " Rust"], [" plugins", " plugin", " Plugins", " Rust", " Plugin", " plug", "\u63d2\u4ef6", "plugin"], [" plugins", " plugin", " Rust", " rust", " plug", " scripting", " Plugins", " Plugin"], [" plugins", " plugin", " Rust", " plug", " complex", " cross", " potentially", " server"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6976, 0.2566, 0.0347, 0.0077, 0.0017, 0.001, 0.0004, 0.0001], [0.7812, 0.1743, 0.0236, 0.0143, 0.0032, 0.0032, 0.0001, 0.0001], [0.9074, 0.0745, 0.0101, 0.0037, 0.0037, 0.0005, 0.0001, 0.0], [0.6705, 0.1496, 0.0907, 0.0334, 0.0202, 0.0123, 0.0123, 0.0074], [0.967, 0.0292, 0.0015, 0.0015, 0.0005, 0.0003, 0.0, 0.0], [0.4674, 0.1719, 0.1043, 0.1043, 0.1043, 0.0384, 0.0086, 0.0003], [0.6374, 0.3011, 0.0407, 0.0091, 0.0026, 0.0016, 0.0016, 0.0016], [0.8038, 0.0847, 0.0312, 0.0243, 0.0147, 0.0147, 0.007, 0.0054], [0.6791, 0.1515, 0.0557, 0.0338, 0.0263, 0.0097, 0.0097, 0.0097], [0.9585, 0.0176, 0.0083, 0.0039, 0.0031, 0.0024, 0.0014, 0.0011], [0.9206, 0.0169, 0.0149, 0.0116, 0.008, 0.0048, 0.0026, 0.002], [0.5845, 0.1674, 0.1304, 0.048, 0.0374, 0.0107, 0.0083, 0.0065], [0.4523, 0.1296, 0.1296, 0.1009, 0.0612, 0.0371, 0.0225, 0.0225], [0.6129, 0.1368, 0.1065, 0.0646, 0.0305, 0.0185, 0.0112, 0.0087], [0.3753, 0.2923, 0.1075, 0.0652, 0.0652, 0.0396, 0.0187, 0.0187], [0.478, 0.1209, 0.0571, 0.0445, 0.0392, 0.0346, 0.0346, 0.027], [0.5782, 0.2127, 0.1657, 0.0224, 0.0106, 0.005, 0.0039, 0.0005], [0.8702, 0.0556, 0.0337, 0.0075, 0.0075, 0.0075, 0.0059, 0.0036], [0.5801, 0.3519, 0.0476, 0.0106, 0.0039, 0.0014, 0.0009, 0.0009], [0.9769, 0.0085, 0.0085, 0.0031, 0.0011, 0.0005, 0.0005, 0.0001], [0.549, 0.333, 0.0273, 0.0166, 0.0166, 0.0129, 0.0078, 0.0078], [0.8064, 0.1091, 0.0243, 0.0148, 0.0148, 0.009, 0.0054, 0.0054], [0.3138, 0.3138, 0.3138, 0.0258, 0.0156, 0.0057, 0.0057, 0.0013], [0.8353, 0.0686, 0.0416, 0.0252, 0.0252, 0.0034, 0.0002, 0.0002], [0.7654, 0.1708, 0.0381, 0.014, 0.0085, 0.0019, 0.0007, 0.0002], [0.9061, 0.0451, 0.0274, 0.0101, 0.0101, 0.0003, 0.0003, 0.0002], [0.8012, 0.1788, 0.0147, 0.0012, 0.0012, 0.0012, 0.0012, 0.0002], [0.846, 0.1145, 0.0255, 0.0094, 0.0021, 0.0013, 0.0008, 0.0001], [0.7039, 0.259, 0.0213, 0.0078, 0.0047, 0.0029, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9859, 0.0141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9046, 0.0953, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5465, 0.4256, 0.024, 0.0017, 0.0007, 0.0002, 0.0001, 0.0001], [0.6489, 0.3473, 0.0014, 0.0004, 0.0003, 0.0003, 0.0001, 0.0001]], "ranks": {"Rust": [53217, 48991, 71045, 90698, 117130, 105440, 47196, 54364, 31241, 15005, 17180, 11843, 12327, 13088, 13924, 16189, 16527, 18456, 18769, 24550, 31013, 25501, 40383, 64367, 75879, 116334, 120032, 102512, 75741, 26754, 18364, 8911, 4972, 2562, 2350, 622, 382, 343, 61, 70, 77, 9, 6, 8, 4, 3, 3]}}, {"pos": 471, "top": [["!\".", "\"", " \"+", "\".", " \".", "\"+", "\"..", " \"_"], ["!\".", " \"+", "\"", "\"+", "\"[", "\"..", " \".", "\"."], [" \"+", "!\".", "\"", "\"+", "\"..", " \".", " \"_", "\"."], [" \"+", "!\".", " \".", " \"_", "\"", " \"[", "\"+", " `\""], [" \"+", " \".", "\"", "!\".", " \"_", " `\"", " \"[", " \"`"], [" \"+", " `\"", " \".", " \"[", " \"_", "\"", " \"`", " \","], [" \"+", " \".", " `\"", "\"", "!\".", " \"[", " \"`", " \"_"], [" \"+", " \".", " `\"", "!\".", "\"", " \"_", " \",", " \"`"], [" \"+", " `\"", " \".", "!\".", "\"", " \"`", " \"_", " \","], ["\"", " \".", " `\"", " \"+", " _", "!\".", " (\"", " \"`"], [" `\"", " \".", "\"", " \"+", " \"`", " _", " \",", " \"_"], ["\"", " \".", " \"+", " `\"", "!\".", " _", "\".", " \"_"], ["\"", " \".", " \"+", "!\".", "\".", " _", " \"", " `\""], ["\"", "!\".", "\".", " \".", " _", " \"+", "!\"", " `\""], ["\"", "!\".", "\".", " \".", "\",", " _", "!\"", " \"+"], ["\".", "\"", "!\".", " \".", "\",", "!\"", " (\"", " _"], ["!\".", "\".", "\"", " \".", "!\"", "\",", "!\",", " \"+"], ["\".", "!\".", " \".", "\"", "\",", " \",", " (\"", " \"+"], [" \".", "\".", "!\".", "\"", " (\"", " \",", " \"+", "!\""], ["!\".", "\".", " \".", " (\"", "\"", " \",", "!\",", " \"+"], ["!\".", "\".", "!\",", " (\"", " \".", "!\"", " workflows", "\""], ["!\".", "\".", " workflows", "!\",", "!\"", " (\"", " plugins", "/\""], ["!\".", "!\"", "!\")", "!).", "!\",", ")\".", " workflows", "\"."], [" workflows", " leveraging", " functionalities", "!).", "!\".", " functionality", " plugins", " interactivity"], [" workflows", "!).", " leveraging", " functionalities", " vulnerabilities", " debugging", " plugins", " potentially"], [" etc", "!).", ").", ").\"", ")\".", "!),", " workflows", ")\","], [" etc", "!).", "!),", ").", ").\"", ")\".", "!)", ")\","], [" etc", "?)", "!),", "\u2026)", "),", "...),", "...).", "?)."], ["\u2026)", " etc", "?)", "...)", "...),", "+)", ")\u2026", "),"], [" etc", "!)", "!),", "?)", "\u2026)", ")", "+)", " _)"], ["!)", "!),", "?)", "\u2026)", " etc", ")=>", "+)", " _)"], ["!)", "?)", "!),", "\u2026)", ")", "+)", "...)", "!)."], ["?)", "!)", "\u2026)", "!),", "...)", " etc", ")", "...),"], ["?)", "\u2026)", "!)", " etc", "!),", "...)", ")", ")?"], ["?)", "\u2026)", "!)", " etc", "...)", ")?", ")", "!),"], [" plugins", "?)", "\u2026)", " plugin", "!)", " etc", ")?", ")"], ["\u2026)", " plugins", "?)", "!)", " plugin", " etc", "...)", ")?"], [")?", "?)", "\u2026)", "!)", " plugins", "...)", ")", " plugin"], [")?", "\u2026)", "?)", "!)", ")", " plugins", "...)", " etc"], [")?", "\u2026)", "?)", "!)", ")", "...)", " plugins", " etc"], ["\u2026)", "?)", ")?", " etc", ")", "...)", "!)", " plugins"], [" etc", "\u2026)", ")", "...)", "?)", ")?", " loaded", "!)"], [" etc", ")", " loaded", "?)", "\u2026)", ")?", "...)", "!)"], [")?", ")", "?)", "!)", "\u2026)", "...)", " )", " etc"], [")", ")?", "?)", " )", " etc", "!)", "\u2026)", "...)"], [")", ")?", "?)", " )", "!)", "\u2026)", " etc", "...)"], [")", ",", "?)", ")?", "!)", "\u2026)", "...)", " etc"]], "p": [[0.9355, 0.0466, 0.0171, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9918, 0.0041, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6178, 0.3747, 0.0069, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.988, 0.011, 0.0005, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9908, 0.004, 0.0025, 0.0015, 0.0005, 0.0003, 0.0002, 0.0], [0.9713, 0.0178, 0.004, 0.004, 0.0015, 0.0009, 0.0004, 0.0001], [0.8214, 0.1112, 0.0409, 0.0117, 0.0043, 0.0043, 0.002, 0.002], [0.6075, 0.2235, 0.1356, 0.0111, 0.0067, 0.0053, 0.0032, 0.0025], [0.3438, 0.2678, 0.2678, 0.0598, 0.0362, 0.0081, 0.0063, 0.0023], [0.6336, 0.1815, 0.1101, 0.0315, 0.0116, 0.0116, 0.007, 0.0043], [0.9679, 0.0108, 0.0084, 0.0051, 0.004, 0.0024, 0.0007, 0.0004], [0.3465, 0.2698, 0.1637, 0.0993, 0.0602, 0.0222, 0.0105, 0.0063], [0.4243, 0.3304, 0.0737, 0.0574, 0.0447, 0.0211, 0.0128, 0.01], [0.5312, 0.1522, 0.1185, 0.0719, 0.0634, 0.0142, 0.0076, 0.0067], [0.3552, 0.2766, 0.2766, 0.0617, 0.0084, 0.0051, 0.0051, 0.0031], [0.3694, 0.3694, 0.2241, 0.0236, 0.0032, 0.0032, 0.0022, 0.001], [0.6785, 0.2496, 0.0434, 0.0124, 0.0075, 0.0022, 0.0019, 0.0017], [0.5841, 0.2759, 0.1303, 0.0051, 0.0011, 0.0009, 0.0007, 0.0005], [0.3916, 0.3916, 0.185, 0.025, 0.0021, 0.0012, 0.0008, 0.0006], [0.5194, 0.3151, 0.1488, 0.0122, 0.0013, 0.0006, 0.0005, 0.0005], [0.8975, 0.0946, 0.0017, 0.0017, 0.0013, 0.0011, 0.0008, 0.0002], [0.9847, 0.0066, 0.0031, 0.0024, 0.0019, 0.0005, 0.0003, 0.0001], [0.9783, 0.0051, 0.0051, 0.004, 0.0031, 0.0015, 0.0011, 0.0009], [0.8045, 0.1089, 0.0312, 0.0189, 0.0147, 0.0089, 0.0033, 0.0016], [0.8229, 0.0867, 0.0526, 0.0071, 0.0055, 0.0043, 0.0034, 0.0026], [0.9703, 0.0293, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.704, 0.259, 0.035, 0.0017, 0.0002, 0.0, 0.0, 0.0], [0.9959, 0.0015, 0.0015, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7292, 0.2683, 0.0018, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.8146, 0.1818, 0.0033, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9982, 0.0009, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.451, 0.2735, 0.2735, 0.0018, 0.0001, 0.0, 0.0, 0.0], [0.9425, 0.0469, 0.0105, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9234, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9227, 0.0757, 0.0008, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.9464, 0.0471, 0.0064, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9645, 0.0177, 0.0177, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.5737, 0.2111, 0.2111, 0.0023, 0.0009, 0.0007, 0.0003, 0.0], [0.4456, 0.2105, 0.1639, 0.0774, 0.0603, 0.0285, 0.0135, 0.0002], [0.7023, 0.1567, 0.0576, 0.0212, 0.0212, 0.0165, 0.0165, 0.0078], [0.8741, 0.0435, 0.0264, 0.016, 0.016, 0.0125, 0.0076, 0.0036], [0.4763, 0.2889, 0.225, 0.0032, 0.0025, 0.0019, 0.0015, 0.0006], [0.5954, 0.3611, 0.0336, 0.0052, 0.0019, 0.0013, 0.001, 0.0002], [0.7654, 0.1708, 0.0381, 0.0124, 0.0058, 0.0035, 0.0021, 0.0006], [0.558, 0.4346, 0.0029, 0.0026, 0.0011, 0.0003, 0.0003, 0.0]], "ranks": {"Rust": [52519, 39720, 69988, 88095, 112779, 131843, 83457, 68849, 55418, 57808, 62857, 40009, 41616, 31979, 43626, 40720, 34085, 35581, 45111, 54521, 59909, 45737, 50995, 80389, 65005, 133427, 190488, 167507, 119233, 101487, 77860, 34553, 43047, 17571, 22807, 11797, 17937, 15403, 11870, 10924, 7888, 3733, 2611, 2797, 1236, 679, 510]}}, {"pos": 472, "top": [[",..", "..,", "\u2026,", ",...", "...,", ",\u2026", "...',", ":,"], [",..", "..,", ",...", "\u2026,", "...,", "..'", "...',", ":,"], [",..", "..,", ",...", "\u2026,", "...,", ",\u2026", ":,", "..'"], [",..", ",...", "..,", "...,", "\u2026,", "...\",", ",\u2026", "...',"], [",..", ",...", "...,", "...\",", "s", "...',", "\u2026,", "..,"], ["s", " ~,", "\u2026,", "...,", ",..", "..,", ",...", "!,"], ["s", "\u2026,", ",...", "...,", ",", ",..", "!,", ",\u2026"], ["s", "...,", ",...", "\u2026,", ",", ",..", "!,", "..,"], ["s", ",...", ",", "...,", ",..", "\u2026,", "..,", ".,"], ["s", ",", ",\u2019", ",'", ".,", "..,", ",..", ",,"], [",\u2019", ",'", "\u2019,", ".,\"", "</s>", "s", "</em>", "...\","], [",\u2019", ",'", "...\"", "\u2019,", ",", "...\",", ".,\"", ".\","], [",", "...\"", ".\",", "...\",", ",'", ",\"", ".,", ".,\""], [",", ".\",", ",'", ",\"", ".,", ".,\"", "...\"", ",\u2019"], [",", ",\"", ".\",", "...\"", ",'", ".\".", ".\"", ".,"], [",", ".\".", ".\"", ".\",", ",'", "...\"", ",\"", ".,"], ["\".", ".\".", ",", ".\"", ".\",", ".", ".,", ",'"], [".\".", "...\"", ".\",", "\".", "...\",", "\u2026\"", "..\"", ".\""], ["...\"", "\u2026\"", ".\".", "...\",", "..\"", " ...\"", "\".", ".\""], ["...\"", "\u2026\"", "...\",", ".\".", "...'", "...).", "...)", "..\""], ["...\"", ".\".", "\u2026\"", "...\",", "!\".", "...).", "...'", "..\""], ["!\".", ".\".", " etc", " complexity", ")\".", "...).", "!).", ")."], ["...).", "!).", "\u2026).", ")\".", ".).", ").\"", "!\".", ")."], ["!).", " leveraging", "...).", " complexity", " workflows", " prioritization", " functionality", " infrastructure"], ["!).", "...).", " etc", " prioritization", " tradeoffs", "\u2026).", " infrastructure", " connectivity"], [" etc", "...).", " optimizations", " prioritization", " tradeoffs", "\u2026).", " workflows", " complexity"], [" complexities", " optimizations", " complexity", " etc", " workflows", " scalability", " tradeoffs", " connectivity"], [" etc", " \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf", " complexity", "...).", " workflows", " complexities", " scalability", " optimizations"], [" etc", " complexity", " scalability", " optimizations", "...),", " complexities", "...).", " workflows"], [" complexity", " scalability", " optimizations", " codebase", " complexities", " etc", " workflows", " scalable"], [" complexity", " scalability", " codebase", " optimizations", " complexities", " workflows", " etc", " scalable"], [" codebase", " complexity", " scalability", " workflows", " complexities", " optimizations", " tradeoffs", " omnichannel"], [" codebase", " complexity", " scalability", " optimizations", " etc", " workflows", " complexities", " interactivity"], [" complexity", " codebase", " complexities", " scalability", " multiple", " workflows", " etc", " complejidad"], [" complexity", " complexities", " codebase", " scalability", " complex", " multiple", " complejidad", "complexity"], [" complexity", " multiple", " codebase", " plugins", " scalability", " complexities", " complex", "\u8907\u6570\u306e"], [" complexity", " multiple", " scalability", " codebase", " plugins", " complexities", "\u8907\u6570\u306e", " robustness"], [" complexity", " multiple", " scalability", " codebase", " plugins", " complexities", "\u8907\u6570\u306e", " complex"], [" complexity", " multiple", " complex", " scalability", " codebase", " complexities", " plugins", " robustness"], [" complexity", " multiple", " complex", " scalability", " codebase", " plugins", " complexities", " multi"], [" complexity", " complex", " multiple", " scalability", " complexities", " multi", " codebase", " robustness"], [" plugins", " complexity", " plugin", " complex", " multiple", " scalability", " data", " multi"], [" complexity", " data", " complex", " desktop", " server", " multiple", " scalability", " robustness"], [" complexity", " complex", " data", " multiple", " desktop", " server", " scalability", " robustness"], [" complex", " complexity", " data", " multiple", " desktop", " server", " concurrency", " robustness"], [" data", " multiple", " complex", " Rust", " etc", " server", " desktop", " complexity"], [" data", " multiple", " complex", " etc", " server", " multi", " cross", " robust"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0025, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8706, 0.0715, 0.0433, 0.0097, 0.0036, 0.0008, 0.0005, 0.0], [0.9916, 0.0025, 0.0025, 0.0015, 0.0015, 0.0002, 0.0002, 0.0], [0.8341, 0.1129, 0.0415, 0.0056, 0.0034, 0.0008, 0.0005, 0.0005], [0.5092, 0.1459, 0.0885, 0.0885, 0.0326, 0.0326, 0.0254, 0.0197], [0.5682, 0.209, 0.0769, 0.0283, 0.022, 0.0172, 0.0172, 0.0134], [0.4424, 0.3445, 0.0599, 0.0363, 0.022, 0.022, 0.0134, 0.0134], [0.3715, 0.2253, 0.1064, 0.0829, 0.0646, 0.0392, 0.0185, 0.0144], [0.3573, 0.1688, 0.1314, 0.1024, 0.0484, 0.0484, 0.0377, 0.0228], [0.2998, 0.125, 0.125, 0.0973, 0.0859, 0.059, 0.0521, 0.0279], [0.4243, 0.1073, 0.0651, 0.0574, 0.0507, 0.0507, 0.0447, 0.0447], [0.2548, 0.1751, 0.1062, 0.1062, 0.0644, 0.0568, 0.0391, 0.0304], [0.4284, 0.2944, 0.0744, 0.0512, 0.0452, 0.0242, 0.0188, 0.0166], [0.5375, 0.1978, 0.154, 0.0303, 0.0143, 0.0126, 0.0098, 0.0098], [0.7116, 0.2039, 0.0455, 0.0102, 0.007, 0.0033, 0.0029, 0.0023], [0.3928, 0.3466, 0.0602, 0.0469, 0.0251, 0.0173, 0.0173, 0.0152], [0.1603, 0.0972, 0.0972, 0.0972, 0.0858, 0.0757, 0.0668, 0.0191], [0.471, 0.2857, 0.1051, 0.0496, 0.0183, 0.0142, 0.0086, 0.0067], [0.3651, 0.1046, 0.0815, 0.0815, 0.0634, 0.0494, 0.0385, 0.0385], [0.9062, 0.0451, 0.0274, 0.0101, 0.0022, 0.0017, 0.0014, 0.0014], [0.9955, 0.0025, 0.0015, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.346, 0.2098, 0.2098, 0.1273, 0.0772, 0.0172, 0.0049, 0.0038], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9857, 0.011, 0.0024, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.6126, 0.3715, 0.0112, 0.0025, 0.0009, 0.0009, 0.0003, 0.0], [0.3829, 0.3829, 0.2322, 0.0016, 0.0002, 0.0001, 0.0, 0.0], [0.4981, 0.4981, 0.0034, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9668, 0.0292, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9808, 0.018, 0.0009, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7153, 0.1243, 0.0968, 0.0356, 0.0079, 0.0079, 0.0062, 0.0038], [0.4929, 0.1813, 0.1813, 0.0667, 0.0315, 0.0315, 0.0055, 0.0043], [0.3484, 0.2394, 0.1646, 0.1452, 0.0605, 0.0173, 0.0034, 0.003], [0.3718, 0.155, 0.1065, 0.0732, 0.057, 0.0444, 0.0346, 0.0269], [0.3948, 0.3075, 0.0777, 0.0605, 0.0367, 0.0286, 0.0119, 0.0082]], "ranks": {"Rust": [50865, 47962, 56208, 66738, 90847, 77644, 21274, 24972, 18026, 14634, 14646, 9048, 10678, 11249, 12164, 11424, 16767, 15563, 15872, 18943, 26366, 21771, 27130, 40181, 49465, 83253, 113795, 101942, 88143, 28104, 34583, 18245, 12471, 6244, 5075, 2273, 2116, 1933, 640, 707, 839, 17, 16, 26, 10, 4, 9]}}, {"pos": 473, "top": [["\u3001\u3001\u3001", "[\u2026]", " \u201c[", "${", "\u3002\u3002", "\uff1f\uff1f", "\u3001\u201c", "--\u201c"], ["--\u201c", "\u3001\u3001\u3001", "[\u2026]", " \u201c[", "${", "\u3002\u3002", "\\[", "\\..."], ["\u3001\u3001\u3001", "--\u201c", "[\u2026]", "\u3002\u3002", "\\...", "\u3001\u3001", "---", ",\u2026"], ["\u3001\u3001\u3001", "[\u2026]", "--\u201c", "---", "\u3001\u3001", "\u3002\u3002", "\\...", "  "], ["\u3001\u3001\u3001", "---", "  ", " ---", "[\u2026]", "--\u201c", "\\...", " ${"], ["  ", "---", "[\u2026]", "\u3001\u3001\u3001", " ---", " ${", "\u2014\u201c", "--\u201c"], ["[\u2026]", "---", "\u3001\u3001\u3001", " [\u2026]", "  ", " ${", " ---", "\\["], ["  ", "[\u2026]", "---", " ---", " [\u2026]", " ${", " \\*", "\u3001\u3001\u3001"], ["[\u2026]", "  ", " [\u2026]", "\u3001\u3001\u3001", " ---", "---", "\\[", " ethnicities"], ["[\u2026]", "  ", " [\u2026]", "\u3001\u3001\u3001", "\\[", " ---", "                              ", "[...]"], ["[\u2026]", " [\u2026]", "</blockquote>", "  ", "\\[", " */}", "</i>", " ${"], ["[\u2026]", "</blockquote>", " [\u2026]", " ${", " \\*", "\\...", "\n\n\n", "</i>"], ["</blockquote>", "[\u2026]", " [\u2026]", "\\...", "\n\n\n", "[...]", "</i>", " */}"], ["</blockquote>", "\\...", "[\u2026]", " ${", "  ", " [\u2026]", "---", "\n\n\n"], ["</blockquote>", "\\...", "[\u2026]", "\n\n\n", " ${", " [\u2026]", "  ", "${"], ["</blockquote>", "\\...", "\\*", "[\u2026]", "${", "\n\n\n", "  ", ".*/"], [",[", " intersections", "</blockquote>", ".[", "[\u2026]", "${", ".\u200b\u200b", " facets"], ["[\u2026]", "</blockquote>", "\\...", " [\u2026]", "[...]", " checkboxes", " intersections", ",\u2026"], ["</blockquote>", "[\u2026]", "\\...", " [\u2026]", " workflows", " checkboxes", "\u2026\u201d", " functionalities"], ["[\u2026]", "</blockquote>", " functionalities", " workflows", " checkboxes", "\\...", " subsystems", " interfaces"], [" workflows", " checkboxes", " functionalities", " intersections", " interfaces", " subsystems", " ecosystems", " connectivity"], [" workflows", " interfaces", " intersections", " architectures", " checkboxes", " functionalities", " ecosystems", " optimizations"], [" workflows", " interfaces", " connectivity", " intersections", " functionalities", " databases", " interactions", " architectures"], [" workflows", " functionalities", " databases", " infrastructure", " datasets", " interfaces", " tradeoffs", " ecosystems"], [" workflows", " datasets", " databases", " tradeoffs", " interfaces", " optimizations", " ecosystems", " functionalities"], [" workflows", " optimizations", " tradeoffs", " datasets", " checkboxes", " interfaces", " functionalities", " databases"], [" workflows", " databases", " datasets", " optimizations", " tradeoffs", " interfaces", " checkboxes", " workspaces"], [" workflows", " datasets", " databases", " optimizations", " interfaces", " tradeoffs", " checkboxes", " ecosystems"], [" workflows", " datasets", " databases", " optimizations", " GPUs", " tradeoffs", " interfaces", " checkboxes"], [" datasets", " databases", " workflows", " optimizations", " APIs", " subsystems", " interfaces", " GPUs"], [" datasets", " databases", " workflows", " optimizations", " APIs", " codebase", " interfaces", " subsystems"], [" datasets", " databases", " workflows", " APIs", " codebase", " optimizations", " subsystems", " workloads"], [" datasets", " databases", " workflows", " codebase", " APIs", " architectures", " subsystems", " optimizations"], [" datasets", " databases", " workflows", " codebase", " subsystems", " architectures", " ecosystems", " interfaces"], [" datasets", " databases", " workflows", " codebase", " subsystems", "databases", " database", " dataset"], [" databases", " datasets", " stores", " storage", " data", " repositories", " database", "databases"], [" databases", " datasets", " stores", " storage", " repositories", " data", "databases", " datasource"], [" datasets", " databases", " stores", " storage", " data", " repositories", " store", " datas"], [" datasets", " databases", " stores", " data", " datas", " storage", " store", " datasource"], [" datasets", " databases", " stores", " data", " datas", " storage", " dat", " store"], [" data", " datasets", " datas", " databases", " dat", " Data", " stores", " datap"], [" data", " datas", " datasets", " Data", " databases", " dat", " stores", " \ub370\uc774\ud130"], [" data", " datas", " datasets", " Data", " dat", " databases", " stores", " DATA"], [" data", " datas", " datasets", " stores", " dat", " databases", " Data", " DS"], [" data", " dat", " datas", " datasets", " databases", " stores", " Data", " Dat"], [" data", " dat", " datas", " stores", " Data", " datasets", " databases", " DS"], [" data", " dat", " stores", " datas", " databases", " datasets", " DS", " APIs"]], "p": [[0.5579, 0.4345, 0.0029, 0.0018, 0.0008, 0.0005, 0.0005, 0.0003], [0.6337, 0.1414, 0.0858, 0.0668, 0.0315, 0.0116, 0.009, 0.0055], [0.9375, 0.0283, 0.0172, 0.0081, 0.0038, 0.003, 0.0011, 0.0002], [0.9693, 0.0138, 0.0084, 0.0019, 0.0019, 0.0015, 0.0011, 0.0009], [0.5823, 0.1668, 0.1299, 0.0478, 0.0372, 0.029, 0.0031, 0.0024], [0.8196, 0.1109, 0.0408, 0.0117, 0.0091, 0.0043, 0.0012, 0.001], [0.9517, 0.0287, 0.0064, 0.005, 0.0039, 0.003, 0.0009, 0.0002], [0.84, 0.0885, 0.0418, 0.0198, 0.0057, 0.0016, 0.0013, 0.0008], [0.8923, 0.057, 0.0444, 0.006, 0.0002, 0.0, 0.0, 0.0], [0.8417, 0.0887, 0.0691, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9018, 0.095, 0.0029, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.4562, 0.4562, 0.0617, 0.0084, 0.0039, 0.0031, 0.0031, 0.0024], [0.8896, 0.0938, 0.0163, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.6101, 0.3701, 0.0112, 0.0068, 0.0012, 0.0002, 0.0002, 0.0001], [0.8157, 0.182, 0.0012, 0.001, 0.0001, 0.0, 0.0, 0.0], [0.8399, 0.0689, 0.0418, 0.0254, 0.0154, 0.0027, 0.0027, 0.0013], [0.3602, 0.2185, 0.2185, 0.1032, 0.038, 0.0296, 0.0109, 0.0051], [0.984, 0.014, 0.0012, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.4926, 0.4926, 0.0116, 0.002, 0.0006, 0.0002, 0.0001, 0.0001], [0.3313, 0.3313, 0.0949, 0.0949, 0.0739, 0.0272, 0.01, 0.0078], [0.6306, 0.1807, 0.0853, 0.0518, 0.0314, 0.0055, 0.0055, 0.002], [0.8236, 0.0676, 0.041, 0.0151, 0.0151, 0.0071, 0.0071, 0.0055], [0.3202, 0.1942, 0.1513, 0.1513, 0.0556, 0.0263, 0.0205, 0.0159], [0.9342, 0.022, 0.0171, 0.0081, 0.0063, 0.0049, 0.0018, 0.0018], [0.9879, 0.0031, 0.0031, 0.0024, 0.0009, 0.0007, 0.0005, 0.0004], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9935, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9644, 0.0291, 0.0065, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7303, 0.2686, 0.0011, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9239, 0.0758, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8784, 0.1189, 0.0022, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9952, 0.0041, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9904, 0.0086, 0.0005, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7144, 0.2047, 0.0753, 0.0037, 0.0008, 0.0008, 0.0001, 0.0], [0.9296, 0.0524, 0.015, 0.002, 0.0003, 0.0003, 0.0002, 0.0], [0.7618, 0.2183, 0.0123, 0.0066, 0.0005, 0.0003, 0.0001, 0.0]], "ranks": {"Rust": [32513, 22349, 33238, 42048, 54516, 80384, 73404, 86253, 72068, 78275, 93580, 47513, 44453, 25425, 34434, 35474, 55102, 53283, 60412, 55545, 100546, 53255, 46750, 60976, 51054, 155874, 159479, 145602, 130258, 47637, 40663, 23677, 20507, 12196, 11082, 7141, 9165, 8218, 5409, 4222, 3776, 790, 525, 415, 107, 32, 23]}}, {"pos": 474, "top": [["\uf0b7", " \uf0b7", "\"].", "</h3>", "```", "`.", " [`", "\"];"], ["\uf0b7", " \uf0b7", "\"].", "```", " [`", "\u2010", " ```", "`."], ["\uf0b7", " \uf0b7", " ```", "</h3>", "```", "\"].", "a", "\"];"], ["\uf0b7", " \uf0b7", " ```", "\"].", "</h3>", " [`", "```", "\u2010"], [" \uf0b7", "\uf0b7", " ```", "</h3>", " [`", "\"].", " `.", "\u2010"], [" \uf0b7", "\uf0b7", "\u2010", " `${", " [`", " `.", "\"].", " `"], ["\uf0b7", " \uf0b7", "\u2010", " `${", "\"].", " [`", " `$", "&#"], [" \uf0b7", "\uf0b7", "\u2010", " `${", "\"].", " [`", " `$", " `."], ["\uf0b7", " \uf0b7", " `${", " `.", "\u2010", "\"].", " [`", " `"], ["\uf0b7", " \uf0b7", "\"].", " `${", " `.", "[`", " [`", " `"], [" \uf0b7", "\uf0b7", " [`", " `", " `${", " `.", "[`", "\"]."], ["\"].", "\"];", " `${", " information", " [`", " analytics", " geospatial", "\uf0b7"], ["\"].", " information", " analytics", " schemas", " databases", " algorithms", " processes", "\"];"], ["\uf0b7", "\"].", " \uf0b7", " information", " schemas", " (`", " `${", "\"];"], ["\"].", "\uf0b7", "</h3>", " \uf0b7", "\"];", " information", " databases", " analytics"], ["\"].", "</h3>", " information", " databases", "\uf0b7", " analytics", "`.", " processes"], [" information", " processes", "\"].", " systems", "\uf0b7", "`.", " resources", " data"], [" workflows", " information", " databases", " analytics", " datasets", " processes", " data", "\"]."], [" workflows", " databases", " datasets", " workflow", " systems", " data", " analytics", " Data"], [" workflows", " databases", " datasets", " bioinformatics", " algorithms", " analytics", " geospatial", " blockchains"], [" workflows", " databases", " datasets", " interfaces", " algorithms", " bioinformatics", " workflow", " blockchains"], [" databases", " workflows", " datasets", " interfaces", " data", " algorithms", " analytics", " database"], [" databases", " workflows", " datasets", " interfaces", " bioinformatics", " algorithms", " metadata", " analytics"], [" workflows", " databases", " datasets", " interfaces", " metadata", " workflow", " geospatial", " bioinformatics"], [" workflows", " databases", " datasets", " interfaces", " interactions", " workflow", " metadata", " workspaces"], [" workflows", " databases", " datasets", " interfaces", " optimizations", " interactions", " workspaces", " schemas"], [" workflows", " databases", " datasets", " interfaces", " blockchains", " repositories", " schemas", " interactions"], [" databases", " workflows", " datasets", " interfaces", " blockchains", " logins", " configs", " repositories"], [" workflows", " datasets", " databases", " interfaces", " blockchains", " configs", " optimizations", " logins"], [" datasets", " databases", " workflows", " interfaces", " optimizations", " configs", " repositories", " APIs"], [" datasets", " databases", " workflows", " interfaces", " repositories", " blockchains", " optimizations", " workloads"], [" datasets", " databases", " workflows", " interfaces", " optimizations", " repositories", " workloads", " blockchains"], [" databases", " datasets", " workflows", " interfaces", " repositories", " APIs", " blockchains", " workloads"], [" datasets", " databases", " workflows", " interfaces", " repositories", " schemas", " blockchains", " workloads"], [" databases", " datasets", " repositories", " sources", " interfaces", " workflows", " schemas", " storage"], [" stores", " storage", " databases", "stores", "\u5b58\u50a8", " repositories", " store", " datasets"], [" stores", " storage", "stores", " store", "\u5b58\u50a8", "Stores", " repositories", "Store"], [" stores", " storage", "stores", " store", "Stores", "\u5b58\u50a8", " Stores", "Store"], [" stores", "stores", " store", " storage", "Stores", " Stores", "store", " repositories"], [" stores", "stores", " store", "Stores", " storage", " Stores", "store", " repositories"], [" stores", " store", "stores", "Stores", " Stores", "Store", "store", " Store"], [" stores", " store", "stores", " Stores", "Stores", "store", "Store", " Store"], [" stores", " store", "stores", " Stores", "Stores", "store", "Store", " Store"], [" stores", " store", "stores", " Stores", "Stores", "store", "Store", " Store"], [" stores", " store", "stores", " Stores", "Stores", "store", "Store", " Store"], [" stores", "stores", " store", " Stores", "Stores", " storage", " stor", "store"], [" stores", " store", "stores", " Stores", "Stores", " sources", " layers", " storage"]], "p": [[0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8519, 0.148, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7292, 0.2682, 0.0014, 0.0011, 0.0001, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9228, 0.0757, 0.0014, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.56, 0.4362, 0.0038, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8413, 0.1462, 0.0073, 0.0034, 0.001, 0.0006, 0.0002, 0.0], [0.9394, 0.0601, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7168, 0.2637, 0.008, 0.0062, 0.0029, 0.0014, 0.0008, 0.0001], [0.9955, 0.0025, 0.0006, 0.0004, 0.0003, 0.0003, 0.0001, 0.0], [0.6399, 0.3023, 0.0248, 0.015, 0.0034, 0.0026, 0.002, 0.0016], [0.4964, 0.3866, 0.1108, 0.0033, 0.001, 0.0004, 0.0003, 0.0003], [0.9672, 0.0138, 0.0084, 0.0084, 0.0011, 0.0009, 0.0002, 0.0], [0.9817, 0.0066, 0.004, 0.0031, 0.0024, 0.0005, 0.0003, 0.0003], [0.8561, 0.0547, 0.0426, 0.0122, 0.0074, 0.0045, 0.0045, 0.0035], [0.265, 0.265, 0.1607, 0.0975, 0.0359, 0.0279, 0.0279, 0.0279], [0.9414, 0.0469, 0.0063, 0.0009, 0.0009, 0.0009, 0.0009, 0.0009], [0.8774, 0.1187, 0.0036, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8806, 0.1192, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7706, 0.2208, 0.0052, 0.0009, 0.0004, 0.0004, 0.0003, 0.0003], [0.9499, 0.0473, 0.0009, 0.0007, 0.0003, 0.0003, 0.0001, 0.0001], [0.7687, 0.2202, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7398, 0.2119, 0.0287, 0.0082, 0.0034, 0.0021, 0.0005, 0.0004], [0.9328, 0.0596, 0.0049, 0.0023, 0.0001, 0.0001, 0.0, 0.0], [0.6219, 0.3772, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9951, 0.0025, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4223, 0.4223, 0.1554, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6222, 0.3774, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6223, 0.3775, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [118315, 96108, 103705, 115767, 150038, 196351, 182101, 178823, 151308, 141423, 140754, 109427, 113131, 69945, 61501, 79330, 65989, 89179, 107993, 143571, 114877, 64306, 67136, 97616, 41014, 89075, 151706, 128833, 144514, 84028, 66757, 60838, 56657, 35126, 30355, 20893, 19405, 17102, 18947, 14566, 12049, 12246, 8213, 5917, 4165, 1008, 1018]}}, {"pos": 475, "top": [["\u200b.", "</strong>", "\\&", " \\&", "**.", " \u200b", "\u200b,", "**"], ["s", "\u200b.", "\\&", "\u00b7\u00b7", " \\&", " $^{\\", " \u200b", " $^{"], ["s", "\u00b7\u00b7", " \\&", " \u30fb", " \u200b", " $^{", "\\&", " $^{\\"], [" \\&", " \u200b", " $^{", "\\&", " $^{\\", "\u200b.", " \u30fb", " $\\$"], [" \\&", " \u200b", " $^{", "\\&", " $^{\\", "s", "</strong>", " **"], [" \\&", " \u200b", " $^{", "\\&", " $^{\\", " $\\", " \u30fb", " ~\\"], [" \\&", " \u200b", " $^{", "\\&", " $^{\\", " $\\", " $\\$", " ${"], [" \\&", " \u200b", " $^{", " $\\", "\\&", " $^{\\", " $\\$", " ${"], [" \\&", " \u200b", "\\&", " $^{", " $\\", "\u200b.", " $\\$", " $^{\\"], [" \\&", " \u200b", "\\&", " $\\", " $^{", " $\\$", "\u200b.", "  "], [" \\&", " \u200b", " $\\$", "\\&", " $\\", " $^{", " ,'", " ${"], [" \\&", " ${", "</strong>", " \u200b", " $^{", " $\\", " $\\$", "\\&"], [" \\&", " \u200b", " ${", " $^{", " $\\", "\u200b.", " $\\$", "\\&"], [" \\&", " \u200b", " ${", " $\\", "\u200b.", "\\&", "</strong>", " $^{"], [" \\&", "</strong>", "\u200b.", " $\\", ",", ".\u200b", " ${", " \u200b"], [" \\&", "</strong>", "\u200b.", ".\u200b", ",", "\\&", ".'", " ${"], [" \\&", "</strong>", "\u200b.", ",", ".\u200b", ".", ".'", "\\&"], [" .", ".", "\u200b.", "</strong>", ".\"", ",", " '.", ".\u200b"], [" .", "</strong>", " .\"", ".\"", " .'", " and", " '.", " --"], ["</strong>", " .", "**.", ".\"", " and", "\u200b.", " .\"", "."], [".\"", "**.", ".**", ".'", " .\"", "'.", ".',", ".';"], ["**.", ".\"", ".'", ".**", " infrastructure", ").", " logistics", " leveraging"], [").", ".\"", ".)", ".'", " etc", ".).", " ).", " and"], [").", " leveraging", " leverages", ".)", " functionalities", " functionality", ".\"", " workflows"], [").", " etc", " potentially", " leveraging", " leverages", " impacting", " workflows", ".)."], [").", " etc", "),", ".)", ".).", " leveraging", " potentially", "!)."], [" etc", ").", "),", " potentially", ".)", "!).", ")", " leverages"], [" etc", "?)", ").", "),", ")", "?).", ")?", "...)."], ["?)", ")", " etc", "...)", "\u2026)", ")?", ",)", "+)"], [")", "?)", " etc", "!)", ")?", ")\u2014", "\uff09", "+)"], ["?)", ")", "!)", ")?", " etc", ",)", "\uff09", "+)"], ["?)", ")", "!)", ")?", "...)", "\u2026)", "\uff09", "+)"], ["?)", ")", ")?", "!)", "...)", "\u2026)", " etc", "\uff09"], ["?)", ")", ")?", "!)", "...)", "\u2026)", " etc", ",)"], ["?)", ")", ")?", "!)", "\u2026)", "...)", " etc", ",)"], ["?)", ")", ")?", "!)", "\u2026)", " etc", "...)", ",)"], ["?)", "\u2026)", ")", ")?", "!)", "...)", " etc", ")\u2026"], [")?", "?)", ")", "\u2026)", "!)", "...)", " etc", ")\u2026"], [")?", "?)", ")", "\u2026)", "!)", "...)", " etc", "\uff09"], [")?", "?)", ")", "\u2026)", "...)", "!)", " etc", "\uff09"], [")?", "?)", ")", "\u2026)", " etc", "...)", "!)", " )"], [")?", ")", "?)", " etc", "\u2026)", "...)", "!)", " )"], [")", ")?", "?)", " etc", "\u2026)", "...)", "!)", " )"], [")?", "?)", ")", " )", "!)", "\u2026)", "...)", " ?)"], [")?", ")", "?)", " )", "!)", "\u2026)", " etc", " ?)"], [")?", ")", "?)", " )", "!)", "\u2026)", " etc", "...)"], [")", ")?", ",", "?)", "!)", "...)", "\u2026)", " )"]], "p": [[0.8773, 0.1187, 0.0036, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.6125, 0.2253, 0.1367, 0.0185, 0.0053, 0.0004, 0.0003, 0.0003], [0.5814, 0.2746, 0.0787, 0.0289, 0.0137, 0.0106, 0.0065, 0.0031], [0.9469, 0.0471, 0.005, 0.0005, 0.0004, 0.0, 0.0, 0.0], [0.9884, 0.011, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9705, 0.0293, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9953, 0.0025, 0.0019, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9844, 0.014, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7308, 0.2688, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9555, 0.0136, 0.0083, 0.0083, 0.0064, 0.0039, 0.0024, 0.0004], [0.9091, 0.0581, 0.0167, 0.0079, 0.0042, 0.0011, 0.0009, 0.0008], [0.9367, 0.0172, 0.0104, 0.0104, 0.0081, 0.0049, 0.0043, 0.003], [0.6806, 0.1183, 0.0559, 0.0435, 0.0233, 0.016, 0.0125, 0.0097], [0.7608, 0.103, 0.0486, 0.0203, 0.0179, 0.0123, 0.0109, 0.0058], [0.4578, 0.3146, 0.0702, 0.062, 0.0332, 0.0228, 0.0065, 0.0051], [0.5186, 0.1908, 0.0795, 0.0619, 0.0258, 0.0157, 0.0138, 0.0122], [0.5181, 0.216, 0.102, 0.0482, 0.0201, 0.0201, 0.0095, 0.0084], [0.6737, 0.0805, 0.0431, 0.0296, 0.0203, 0.0158, 0.014, 0.0085], [0.3305, 0.2574, 0.0737, 0.0737, 0.0395, 0.0271, 0.0186, 0.0165], [0.1985, 0.1365, 0.0645, 0.0443, 0.0443, 0.0345, 0.0304, 0.0269], [0.4377, 0.2067, 0.0523, 0.0247, 0.0192, 0.015, 0.0132, 0.0117], [0.4391, 0.1616, 0.0673, 0.036, 0.0248, 0.017, 0.017, 0.015], [0.6889, 0.0726, 0.044, 0.0389, 0.0208, 0.0184, 0.0068, 0.006], [0.8261, 0.1627, 0.0038, 0.003, 0.002, 0.0004, 0.0003, 0.0002], [0.7732, 0.2215, 0.0032, 0.0009, 0.0004, 0.0002, 0.0001, 0.0001], [0.9221, 0.0757, 0.0014, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.9137, 0.075, 0.0102, 0.0008, 0.0003, 0.0, 0.0, 0.0], [0.6035, 0.222, 0.0817, 0.0817, 0.0111, 0.0, 0.0, 0.0], [0.9075, 0.0745, 0.0166, 0.0014, 0.0, 0.0, 0.0, 0.0], [0.9087, 0.0746, 0.0166, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9923, 0.0067, 0.0007, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9654, 0.0292, 0.0031, 0.0019, 0.0003, 0.0001, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9351, 0.0466, 0.0171, 0.0011, 0.0001, 0.0, 0.0, 0.0], [0.6753, 0.2484, 0.0712, 0.0035, 0.0008, 0.0006, 0.0001, 0.0], [0.3856, 0.3856, 0.1419, 0.067, 0.015, 0.0043, 0.0006, 0.0001], [0.3063, 0.3063, 0.1858, 0.1858, 0.0082, 0.0056, 0.0011, 0.0007], [0.8434, 0.1141, 0.042, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.9423, 0.0469, 0.0105, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.7055, 0.2595, 0.031, 0.002, 0.0009, 0.0006, 0.0001, 0.0001], [0.9939, 0.0036, 0.0015, 0.0007, 0.0002, 0.0, 0.0, 0.0]], "ranks": {"Rust": [60260, 60942, 73498, 101023, 108266, 117233, 53237, 58081, 36831, 28873, 28285, 19159, 21516, 19817, 19269, 23236, 24340, 25360, 20143, 23544, 25912, 19967, 22355, 34995, 34219, 37166, 52989, 71531, 84952, 46107, 60917, 52555, 52878, 34922, 36291, 10299, 14404, 9455, 7250, 6690, 5380, 2291, 1394, 1741, 1449, 763, 561]}}, {"pos": 476, "top": [[" --", "!.", "!", "!,", " (--", "\u00b7\u00b7", ",.", ",..."], [" --", "\u00b7\u00b7", "--", "!", "!.", " (--", ",--", "!,"], ["\u00b7\u00b7", " --", "--", ",...", " ={", "!.", ";.", " \u00b2"], [" --", ",...", " (--", "--", " ==>", "...", " \u00b2", "\u00b7\u00b7"], [" --", " (--", " \u00b2", " (...", ",...", "--", " ([", " \u00b9"], [" --", "<sup>", " \u00b2", " \u00b9", "--", "\u00b9", " (--", " (["], ["<sup>", " --", "--", "\u00b9", " ([", ",[", "\u00b3", " (\""], [" --", "<sup>", "\u00b9", " ([", " (~", "--", " \u00b2", " \u00b9"], ["<sup>", " --", ",...", ",", "\u00b9", " ([", "  ", "\u00b9."], [" --", "<sup>", "  ", " (", ",", "--", " ([", " \u2014"], [" --", " (", "<sup>", ",", "  ", " (~", "\u00b9", " (["], [" --", ",", " (", "<sup>", "--", " in", " (!)", " (~"], [" --", ",", " (", " in", "--", "<sup>", "!", "..."], [",", " --", " (", "<sup>", " in", "!", "\u200b.", " and"], [",", " --", "...", "!", " (", ".", " in", "\u200b."], [",", " --", ".", "!", " (", "--", "  ", "..."], [",", ".", " (", "  ", "!", " --", " could", " in"], [" --", " (", ".", ",", " could", "...", "!", " ."], [" --", " could", ".", "...", " (", " .", " would", "!"], ["...", " could", "\u2026", " would", " --", ".", " needed", " ("], [" could", " --", " needed", "...", " would", "!", " needs", " optimized"], [" could", " optimized", " needed", " needs", " requires", " really", " couldn", " would"], [" could", " couldn", " optimized", " requires", " likely", " incredibly", " realistically", " massively"], [" incredibly", " requires", " couldn", " massively", " wouldn", " realistically", " necessitates", " likely"], [" likely", " realistically", " requires", " necessitates", " incredibly", " inherently", " wouldn", " couldn"], [" requires", " necessitates", " incredibly", " realistically", " couldn", " leverages", " minimizes", " maximizes"], [" requires", " necessitates", " likely", " incredibly", " realistically", " \u0442\u0440\u0435\u0431\u0443\u0435\u0442", " impossible", " extr\u00eamement"], [" requires", " necessitates", " implies", " likely", " incredibly", " isn", " impossible", " wasn"], [" requires", " necessitates", " likely", " implies", " impossible", " precludes", " defies", "impossible"], [" requires", " necessitates", " impossible", " implies", " likely", " outperforms", " defies", " will"], [" requires", " necessitates", " outperforms", " implies", " impossible", " defies", " is", " will"], [" requires", " is", " outperforms", " isn", " implies", " necessitates", " wasn", " defies"], [" requires", " is", " outperforms", " implies", " isn", " necessitates", " defies", " seems"], [" is", " requires", " isn", " implies", " necessitates", " outperforms", " defies", " wasn"], [" is", " requires", " isn", " defies", " feels", " outperforms", " necessitates", " implies"], [" is", " requires", " isn", " defies", " represents", " feels", " outperforms", " violates"], [" is", " requires", " isn", " defies", " feels", " represents", " violates", " outperforms"], [" is", " requires", " isn", " feels", " represents", " defies", " violates", " implies"], [" is", " requires", " isn", " feels", " represents", " defies", " violates", " implies"], [" is", " isn", " requires", " represents", " feels", " seems", " defies", " makes"], [" is", " isn", " requires", " defies", " represents", " feels", " seems", " makes"], [" is", " isn", " requires", " defies", " feels", " represents", " seems", " makes"], [" is", " isn", " requires", " represents", " feels", " defies", " seems", " makes"], [" is", " isn", " feels", " represents", " defies", " requires", " makes", " seems"], [" is", " isn", " feels", "?", " requires", " represents", " will", " defies"], [" is", " isn", "?", " feels", " will", " simply", " represents", " defies"], [" is", " isn", "?", " feels", " will", " *", " while", " screams"]], "p": [[0.9988, 0.0006, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9902, 0.0032, 0.0019, 0.0015, 0.0012, 0.0007, 0.0004, 0.0002], [0.6416, 0.3031, 0.0319, 0.0071, 0.0056, 0.0012, 0.0012, 0.001], [0.9828, 0.0109, 0.0052, 0.0005, 0.0002, 0.0002, 0.0001, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9234, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9755, 0.0179, 0.0051, 0.0011, 0.0003, 0.0, 0.0, 0.0], [0.9666, 0.0292, 0.0031, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.9183, 0.0754, 0.0038, 0.0007, 0.0007, 0.0003, 0.0003, 0.0002], [0.6761, 0.2818, 0.0159, 0.0058, 0.0052, 0.0031, 0.0022, 0.0017], [0.7136, 0.2317, 0.0115, 0.009, 0.009, 0.0042, 0.0037, 0.0029], [0.9323, 0.0362, 0.0104, 0.0081, 0.0055, 0.0016, 0.0012, 0.0011], [0.7387, 0.0535, 0.0535, 0.0472, 0.0417, 0.0286, 0.0044, 0.0039], [0.3948, 0.1865, 0.1282, 0.1131, 0.0605, 0.0252, 0.0173, 0.0173], [0.5287, 0.2204, 0.0492, 0.0338, 0.0263, 0.0205, 0.0181, 0.016], [0.5167, 0.3134, 0.0374, 0.0227, 0.0138, 0.0107, 0.0095, 0.0095], [0.5153, 0.0895, 0.0543, 0.0543, 0.0373, 0.0226, 0.0156, 0.0137], [0.7182, 0.059, 0.0405, 0.0278, 0.0246, 0.0217, 0.0149, 0.0102], [0.487, 0.0846, 0.0747, 0.0659, 0.0513, 0.0353, 0.0214, 0.0214], [0.4715, 0.286, 0.0387, 0.0387, 0.0301, 0.0235, 0.0183, 0.0111], [0.3805, 0.2308, 0.2308, 0.0849, 0.0515, 0.007, 0.007, 0.007], [0.727, 0.2674, 0.0049, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8172, 0.1823, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [135101, 116945, 118377, 159859, 202926, 227503, 149249, 141153, 116214, 80369, 51116, 32769, 33013, 41054, 31997, 36495, 34537, 36501, 37422, 51379, 57851, 59672, 60157, 60728, 74782, 141678, 175186, 190843, 129469, 188723, 202183, 180846, 168022, 175241, 184739, 176028, 177017, 160152, 146456, 91982, 72248, 49864, 29508, 18580, 27744, 14704, 10530]}}, {"pos": 477, "top": [["<start_of_image>", "</strong>", " i", "..", " \u7ee7\u7eed\u8bbf\u95ee", " ia", "l", " ater"], ["<start_of_image>", "s", "l", " i", "..", "y", "</strong>", " ia"], ["<start_of_image>", "..", "l", "y", " i", "s", "i", " ater"], ["<start_of_image>", "y", "l", "s", " i", "..", "...", " ater"], ["<start_of_image>", "s", "y", "l", " i", " **", "i", " ater"], ["s", "<start_of_image>", "y", "l", " \u00ab", " ater", " ${", " i"], ["<start_of_image>", "s", " ${", " ater", "y", " $^{", "\ufffd", "l"], ["<start_of_image>", "s", " ater", " ${", "y", "  ", "l", "\ufffd"], ["<start_of_image>", "s", " ater", "  ", "y", " beng", " ${", "\ufffd"], ["<start_of_image>", "s", " ater", "  ", " beng", " l", " ${", "\ufffd"], ["<start_of_image>", "  ", " ater", " going", " alot", "s", " beng", " ${"], ["<start_of_image>", " going", " something", " really", " a", " alot", " so", "</strong>"], ["<start_of_image>", " going", " really", " something", " so", " a", " very", " basically"], [",", " going", " really", " something", "<start_of_image>", " pretty", " so", " very"], [",", " really", " something", " going", " pretty", "<start_of_image>", " quite", " so"], [",", " really", " something", " pretty", " quite", " very", " going", " enough"], [" really", " something", " quite", " very", ",", " pretty", " maybe", " going"], [" really", " something", " enough", " pretty", " likely", " so", " quite", " very"], [" really", " incredibly", " something", " enough", " hugely", " very", " quite", " pretty"], [" incredibly", " really", " hugely", " likely", " enough", " massively", " something", " pretty"], [" incredibly", " likely", " really", " enough", " hugely", " something", " impossible", " extremely"], [" incredibly", " likely", " really", " massively", " hugely", " extremely", " insanely", " unbelievably"], [" incredibly", " likely", " impossible", " really", " massively", " extremely", " unbelievably", " insanely"], [" incredibly", " massively", " achievable", " insanely", " likely", " realistically", " unbelievably", " hugely"], [" incredibly", " realistically", " insanely", " achievable", " likely", " unbelievably", " massively", " impossible"], [" incredibly", " insanely", " realistically", " unrealistic", " estremamente", " extremamente", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " ridiculously"], [" incredibly", " extr\u00eamement", " estremamente", " extremamente", " \u043a\u0440\u0430\u0439\u043d\u0435", " extremadamente", " \u092c\u0947\u0939\u0926", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442"], [" incredibly", " extr\u00eamement", " estremamente", " extremamente", "\u975e\u5e38\u306b", " \u092c\u0947\u0939\u0926", " \u043a\u0440\u0430\u0439\u043d\u0435", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442"], [" incredibly", " estremamente", " unrealistic", " extremamente", " impossible", " extr\u00eamement", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " unlikely"], [" incredibly", " unrealistic", " estremamente", " extr\u00eamement", " extremamente", " impossible", " insanely", " achievable"], [" unrealistic", " incredibly", " extr\u00eamement", " extremamente", " estremamente", " unlikely", " improbable", " insanely"], [" unrealistic", " incredibly", " extr\u00eamement", " extremamente", " extremely", " estremamente", " insanely", " unlikely"], [" unrealistic", " incredibly", " extr\u00eamement", " extremamente", " insanely", " extremely", " estremamente", " extremadamente"], [" unrealistic", " incredibly", " insanely", " extr\u00eamement", " realistically", " extremamente", " extremely", " unbelievably"], [" unrealistic", " incredibly", " ambitious", " realistically", " insanely", " extremely", " extr\u00eamement", " extremamente"], [" unrealistic", " ambitious", " incredibly", " extremely", " realistically", " realistic", " optimistic", " unreasonable"], [" unrealistic", " ambitious", " incredibly", " unreasonable", " extremely", " insanely", " impractical", " improbable"], [" unrealistic", " ambitious", " incredibly", " extremely", " insanely", " unreasonable", " impractical", " extremamente"], [" unrealistic", " ambitious", " extremely", " incredibly", " insanely", " unreasonable", " extraordinarily", " exceedingly"], [" unrealistic", " ambitious", " aggressive", " incredibly", " extremely", " aggressively", " insanely", " extraordinarily"], [" unrealistic", " incredibly", " extremely", " insanely", " extraordinarily", " exceedingly", " ambitious", " aggressive"], [" incredibly", " extremely", " unrealistic", " insanely", " extraordinarily", " exceedingly", " unbelievably", " ridiculously"], [" incredibly", " extremely", " unrealistic", " extraordinarily", " insanely", " exceedingly", " unbelievably", " exceptionally"], [" unrealistic", " incredibly", " insanely", " extraordinarily", " extremely", " aggressive", " aggressively", " unbelievably"], [" unrealistic", " incredibly", " aggressively", " aggressive", " insanely", " extraordinarily", " brutally", " optimistic"], [" aggressively", " incredibly", " aggressive", " brutally", " optimistic", " insanely", " wildly", " extraordinarily"], [" *", " incredibly", " aggressively", " brutally", " exceptionally", " wildly", " an", " extremely"]], "p": [[0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6808, 0.1951, 0.0921, 0.0264, 0.0036, 0.0008, 0.0008, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5598, 0.436, 0.0029, 0.0007, 0.0004, 0.0002, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9033, 0.0952, 0.0006, 0.0004, 0.0003, 0.0001, 0.0, 0.0], [0.9762, 0.023, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9993, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8504, 0.0896, 0.0156, 0.0156, 0.0121, 0.0045, 0.0035, 0.0014], [0.8222, 0.1261, 0.0117, 0.0091, 0.0038, 0.0026, 0.0026, 0.0026], [0.5073, 0.1866, 0.1283, 0.0535, 0.0223, 0.0105, 0.0093, 0.0082], [0.2999, 0.2061, 0.1605, 0.0669, 0.059, 0.0358, 0.0316, 0.0132], [0.2216, 0.2216, 0.1186, 0.1186, 0.0385, 0.03, 0.0265, 0.0265], [0.4126, 0.2503, 0.1043, 0.0558, 0.0299, 0.0205, 0.0181, 0.0097], [0.2527, 0.1533, 0.0724, 0.0564, 0.0498, 0.0342, 0.0302, 0.0235], [0.2505, 0.2505, 0.0493, 0.0264, 0.0233, 0.0233, 0.0206, 0.0206], [0.4248, 0.2006, 0.1074, 0.0651, 0.0349, 0.024, 0.024, 0.0165], [0.6401, 0.1428, 0.0765, 0.0409, 0.0281, 0.0103, 0.0071, 0.0034], [0.5571, 0.1809, 0.0968, 0.0168, 0.0116, 0.0102, 0.007, 0.007], [0.7134, 0.1592, 0.0664, 0.0131, 0.0079, 0.0054, 0.0048, 0.0037], [0.7254, 0.1261, 0.0464, 0.0219, 0.0171, 0.0133, 0.0091, 0.0071], [0.9988, 0.0007, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9703, 0.0178, 0.004, 0.004, 0.0015, 0.0015, 0.0003, 0.0003], [0.8006, 0.1084, 0.0657, 0.0242, 0.0003, 0.0003, 0.0003, 0.0002], [0.9581, 0.0175, 0.0175, 0.0065, 0.0001, 0.0001, 0.0, 0.0], [0.9439, 0.0173, 0.0173, 0.0064, 0.0064, 0.0064, 0.0009, 0.0003], [0.5901, 0.3579, 0.0294, 0.0178, 0.0024, 0.0015, 0.0003, 0.0003], [0.9973, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9697, 0.0293, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4892, 0.2967, 0.18, 0.0244, 0.009, 0.0007, 0.0, 0.0], [0.522, 0.3166, 0.1165, 0.0334, 0.0096, 0.0013, 0.0002, 0.0002], [0.629, 0.2971, 0.0244, 0.0244, 0.0115, 0.007, 0.0026, 0.0012], [0.3484, 0.3074, 0.1282, 0.0881, 0.0367, 0.0286, 0.0173, 0.0093], [0.4168, 0.1054, 0.1054, 0.1054, 0.0439, 0.0266, 0.0235, 0.0162], [0.5447, 0.1215, 0.0574, 0.0447, 0.0348, 0.0271, 0.0186, 0.0145]], "ranks": {"Rust": [48948, 59067, 81748, 78790, 71425, 72777, 28180, 25758, 15472, 9203, 12475, 7146, 7486, 6792, 6679, 5586, 8013, 10596, 9121, 11542, 16452, 21199, 27618, 43354, 63293, 125970, 181690, 204783, 156399, 214750, 193847, 207028, 211136, 187184, 174111, 169398, 194201, 200076, 153623, 113654, 72789, 65290, 46600, 34281, 18069, 14945, 13686]}}, {"pos": 478, "top": [[" *", " *\"", " .*", " *$", " *,", " (*", "*", " *."], [" *", " *\"", " .*", " *\\", "*", " *$", " *,", " (*"], [" *", " *\"", " [*", " .*", " *\\", " (*", " *$", " *-"], [" *", " *\"", " *\\", " .*", " [*", " (*", " *$", " *-"], [" *", " (*", " *\"", " *\\", " [*", " *(", " *$", " *-"], [" *", " (*", " *\\", " *\"", " [*", " *(", " .*", " *$"], [" *", " (*", " [*", ",*", " *\"", " *\\", " *(", " \"*"], [" *", " (*", " [*", "</em>", " *\"", " *\\", ",*", " *)"], [" *", " (*", " [*", ",*", " *\"", "-*", " *,", " *("], [" *", "</em>", " (*", " [*", ",*", " *\"", " */", "*"], [" *", " (*", " [*", "</em>", " *\"", " */", " \"*", " *\\"], [" *", "</em>", " (*", " *\"", " [*", " */", " \"*", "*,"], [" *", "</em>", " (*", " [*", " *\"", " \"*", " */", "*,"], [" *", "</em>", " (*", "*,", ",*", "*", " *\"", " \"*"], [" *", " (*", "*,", ",*", "</em>", " [*", " \"*", " *\""], [" *", " (*", "</em>", "*,", ",*", "*.", "*", " *\""], [" *", " (*", "*,", "</em>", ",*", " \"*", " [*", "*."], ["</em>", " *", " (*", "*,", "*.", ",*", " *\"", "()*"], [" *", " (*", "*.", "*,", "</em>", " *\"", "-*", "()*"], [" *", " (*", "*.", "*,", "</em>", "()*", "*:", "(*"], [" *", "*.", " (*", "*,", "*:", "()*", "</em>", "-*"], [" insanely", "*.", "*,", " incredibly", " (*", "*:", " ridiculously", " *"], [" insanely", "*.", " incredibly", "(!)", "*:", " ridiculously", "*,", " unbelievably"], [" insanely", " incredibly", " unglaublich", " ridiculously", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " unbelievably", " shockingly", " extr\u00eamement"], [" unglaublich", " extr\u00eamement", " estremamente", " incredibly", " insanely", " extremamente", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " extremadamente"], [" extr\u00eamement", " unglaublich", " estremamente", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " extremamente", " extremadamente", " insanely", " \u043a\u0440\u0430\u0439\u043d\u0435"], [" extr\u00eamement", " estremamente", " extremamente", " extremadamente", "extremely", " unglaublich", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " incredibly"], [" extr\u00eamement", " estremamente", " extremamente", "extremely", " extremadamente", " incredibly", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " insanely"], ["impossible", "extremely", " incredibly", " extr\u00eamement", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " estremamente", " impossible", " extremamente"], ["extremely", " incredibly", "impossible", " extr\u00eamement", " estremamente", " insanely", " extremamente", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442"], ["extremely", " incredibly", " extr\u00eamement", "impossible", " estremamente", " insanely", " extremamente", " extremadamente"], ["extremely", " incredibly", " extr\u00eamement", " insanely", "impossible", " extremamente", " unrealistic", " estremamente"], ["extremely", " unrealistic", " incredibly", " insanely", " extr\u00eamement", " extremamente", " extremadamente", " estremamente"], ["extremely", " incredibly", " unrealistic", " insanely", " extr\u00eamement", " extremamente", " extremadamente", " estremamente"], ["extremely", " incredibly", " unrealistic", " insanely", " extr\u00eamement", " extremamente", " extraordinarily", " extremely"], [" unrealistic", "extremely", " incredibly", " extremely", " insanely", " extr\u00eamement", " extremamente", " extraordinarily"], [" unrealistic", "extremely", " incredibly", " insanely", " extr\u00eamement", " extremely", " extremamente", " extraordinarily"], [" unrealistic", "extremely", " incredibly", " insanely", " extremely", " extraordinarily", " extr\u00eamement", " extremamente"], ["extremely", " unrealistic", " incredibly", " extremely", " insanely", " extraordinarily", " exceedingly", " ambitious"], [" aggressive", " unrealistic", " incredibly", "aggressive", "extremely", " aggressively", " insanely", " extremely"], [" incredibly", " extraordinarily", " unrealistic", " extremely", "extremely", " insanely", " aggressive", " brutal"], [" incredibly", " extremely", " extraordinarily", "extremely", " insanely", " exceedingly", " aggressive", " unrealistic"], [" incredibly", " extremely", " extraordinarily", "extremely", " aggressive", " insanely", " exceedingly", " unrealistic"], [" incredibly", " aggressive", " extraordinarily", " aggressively", " brutal", "aggressive", " unrealistic", " insanely"], [" incredibly", " aggressive", " brutal", " brutally", " aggressively", " extraordinarily", "aggressive", " unrealistic"], [" brutally", " brutal", " aggressive", " aggressively", "exception", "optim", "aggressive", " optimistic"], ["exception", "extremely", "optim", "br", "aggressive", "amb", "highly", "aston"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9219, 0.0757, 0.0023, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8647, 0.0431, 0.0431, 0.0431, 0.0035, 0.0013, 0.0008, 0.0005], [0.9594, 0.0176, 0.0176, 0.0024, 0.0014, 0.0009, 0.0005, 0.0001], [0.5152, 0.4012, 0.0697, 0.0045, 0.0035, 0.0021, 0.0013, 0.001], [0.6008, 0.1044, 0.0633, 0.0633, 0.0633, 0.0384, 0.0181, 0.011], [0.2411, 0.2411, 0.1462, 0.1005, 0.1005, 0.0538, 0.037, 0.012], [0.657, 0.1466, 0.0889, 0.0539, 0.012, 0.012, 0.012, 0.0073], [0.6162, 0.1765, 0.0834, 0.0834, 0.0239, 0.0113, 0.002, 0.0007], [0.6719, 0.2472, 0.0261, 0.0203, 0.0123, 0.0075, 0.0035, 0.0035], [0.7616, 0.1031, 0.0625, 0.0487, 0.0139, 0.004, 0.0024, 0.0019], [0.8984, 0.0737, 0.0165, 0.0037, 0.0029, 0.0017, 0.0014, 0.0006], [0.9117, 0.0748, 0.0101, 0.0008, 0.0008, 0.0005, 0.0005, 0.0003], [0.7738, 0.1726, 0.0385, 0.0086, 0.0052, 0.0007, 0.0003, 0.0002], [0.9464, 0.0471, 0.0064, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3833, 0.3833, 0.2325, 0.0006, 0.0002, 0.0, 0.0, 0.0], [0.9918, 0.0067, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9683, 0.0292, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5702, 0.3459, 0.0772, 0.0063, 0.0002, 0.0002, 0.0, 0.0], [0.7169, 0.097, 0.097, 0.0588, 0.0131, 0.0131, 0.0018, 0.0011], [0.8917, 0.0269, 0.0269, 0.0269, 0.0163, 0.006, 0.0036, 0.0008], [0.8782, 0.0721, 0.0161, 0.0161, 0.0161, 0.0008, 0.0003, 0.0002], [0.8166, 0.1105, 0.0407, 0.015, 0.0071, 0.0071, 0.0012, 0.0006], [0.6433, 0.3039, 0.0194, 0.0071, 0.0071, 0.0056, 0.0043, 0.0034], [0.5548, 0.159, 0.0964, 0.0964, 0.0313, 0.0215, 0.0148, 0.007], [0.268, 0.1842, 0.1435, 0.1435, 0.0678, 0.0678, 0.0466, 0.0249], [0.5636, 0.2349, 0.0524, 0.0524, 0.0248, 0.015, 0.0133, 0.008]], "ranks": {"Rust": [161498, 151270, 164006, 184687, 178527, 179061, 139137, 154731, 135947, 103043, 125274, 38433, 35657, 23051, 23039, 21232, 38146, 28524, 21607, 36392, 67696, 71940, 94392, 102036, 115990, 102557, 133413, 143672, 101857, 123418, 95519, 105315, 118619, 94118, 94190, 112650, 132536, 152205, 104128, 83596, 92839, 103162, 73031, 36808, 29084, 33129, 9464]}}, {"pos": 479, "top": [["\u00ab", "\"<<", " \u00ab", "\u00bb", "\u3010", "<<", "\u25c6", ">>"], ["\u00ab", "\"<<", "\u00bb", "<<", "\u3010", " \u00ab", "<<\"", ">>"], ["\"<<", "<<", "\u3010", "\u25c6", " <<", "\u00b7", ">>", "<<\""], [" <<", "\"<<", "<<", "\u25c6", "<<\"", "\u3010", " \u00ab", ">>"], [" <<", "\"<<", "<<", "<<\"", "</th>", ">>", "\u00bb", "</h6>"], [" \u00ab", " <<", "</h6>", "\u00ab", "\"<<", "</th>", "\u00bb", "<<"], ["\u00ab", "\u00bb", " \u00ab", "</h6>", "\u300b", "<<", " <<", "</caption>"], [" \u00ab", "\u00ab", "\u00bb", " <<", "</h6>", "<<", "\u300b", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], ["</h6>", "\u00bb", "\u00ab", " \u00ab", "\u300b", "</th>", ".\u00bb", ",\u00bb"], ["</h6>", "\u00bb", "\u00ab", "\u300b", " \u00ab", "</th>", "</s>", ".\u00bb"], ["</h6>", "\u00bb", "\u00ab", " \u00ab", "\u300b", "</s>", ".\u00bb", "</th>"], ["</h6>", "\u00bb", "\u00ab", ".\u00bb", "\u300b", ",\u00bb", "\u00bb;", " \u00ab"], ["</h6>", "\u00bb", "\u00ab", ".\u00bb", "\u300b", ",\u00bb", "\u00bb;", "*/"], ["</h6>", "\u00bb", "\u00ab", ".\u00bb", ",\u00bb", "\u300b", "\u00bb;", "\"<<"], ["</h6>", "\u00bb", ".\u00bb", ",\u00bb", "\u00ab", "\u00bb;", "\u300b", "\"<<"], [".\u00bb", "\u00bb", ",\u00bb", "</h6>", "\u00ab", "\u00bb;", ".\u00ab", "\"<<"], ["</h6>", "\u00bb", ".\u00bb", ",\u00bb", "\u00ab", "\u00bb;", "\"<<", "!\u00bb"], ["</h6>", "\"<<", "\u00bb", ".\u00bb", "\u00bb;", ",\u00bb", "\u00ab", "!\u00bb"], ["\u00bb", "</h6>", ".\u00bb", "\u00bb;", ",\u00bb", "\u00ab", "\"<<", "!\u00bb"], ["\u00bb", "\u00bb;", ".\u00bb", "</h6>", ",\u00bb", "!\u00bb", "\u00ab", "\"<<"], ["\"<<", "<<\"", "<<", "\u00bb;", "!\u00bb", "</h6>", ">>", " <<"], ["!\u00bb", "\"<<", "\u00bb;", "<<\"", "\u00bb", ",\u00bb", "<<", "\u00ab"], ["!\u00bb", "\"<<", "!\";", "\u00bb;", "<<\"", "!!\"", "*/", "!!!\""], [" scalability", "!\u00bb", " robustness", " leveraging", "\"<<", "!\";", " prioritization", ".*/"], [" scalability", " robustness", " overfitting", "\"<<", " prioritization", " granularity", "<<\"", " vulnerabilities"], ["\u00bb;", "\"<<", "\u00bb:", "!\";", "\u00bb).", "!\u00bb", ",\u00bb", ".\u00bb"], ["\"<<", "\u00bb;", ",\u00bb", "\u00bb:", ".\u00bb", "\u00bb.", "\u00bb\u060c", "\u300b\u3002"], ["\u00bb.", "\"<<", ".\u00bb", "\u00bb;", "\u300b\u3002", ",\u00bb", "remely", "\u00bb:"], ["\u00bb;", "\"<<", ".\u00bb", "remely", "\u00bb.", ".*/", ",\u00bb", ".\";"], ["remely", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", "extremely", "ishly", "\u00bb;", "credibly", " \u043a\u0440\u0430\u0439\u043d\u0435", "\u96be\u4ee5"], [" \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", "remely", " extraordinarily", "\u00bb;", ",\u00bb", "Exceptionally", ".\u00bb", "extremely"], [" extraordinarily", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", "\u00bb;", ",\u00bb", "remely", ".*/", "\u00bb:", " \u043a\u0440\u0430\u0439\u043d\u0435"], ["remely", ".*/", " extraordinarily", "\u00bb;", ",\u00bb", "ingly", ".\u00bb", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442"], ["remely", " extraordinarily", "extremely", " incredibly", " exceedingly", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " \u043a\u0440\u0430\u0439\u043d\u0435", " extremamente"], [" extraordinarily", "remely", " incredibly", " exceedingly", "extremely", " exceptionally", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " extremely"], [" extraordinarily", "ally", "remely", " incredibly", " exceedingly", " exceptionally", " abnormally", "ingly"], ["ally", "remely", "ially", " extraordinarily", "ALLY", "ingly", "ically", " incredibly"], ["ally", "ingly", "ALLY", "remely", "ably", "ially", "ically", "ously"], ["ally", "ingly", "ALLY", "ially", "ably", "remely", "ically", "ously"], ["ally", "ingly", "ably", "ously", "ially", "ALLY", "ically", "ively"], ["ally", "ALLY", "ingly", "ably", "ially", "ously", "nellement", "ually"], ["ally", "ALLY", "ingly", "ably", "ially", "ually", "ously", "ically"], ["ally", "ALLY", "ingly", "ably", "ially", "ually", "ically", "ively"], ["ally", "ALLY", "ably", "ingly", "ially", "ually", "ically", "Ally"], ["ally", "ALLY", "ably", "ially", "ically", "ually", "als", "antly"], ["ally", "ALLY", "ably", "ically", "ingly", "ially", "antly", "ually"], ["ally", "ALLY", "ably", "*", "ually", "antly", "ically", "allyl"]], "p": [[0.9742, 0.0178, 0.004, 0.0024, 0.0009, 0.0005, 0.0, 0.0], [0.7496, 0.1673, 0.0373, 0.0226, 0.0137, 0.0083, 0.0007, 0.0002], [0.4067, 0.2467, 0.1496, 0.0908, 0.055, 0.026, 0.0096, 0.0074], [0.7639, 0.1034, 0.1034, 0.0085, 0.0085, 0.0085, 0.0015, 0.0009], [0.6074, 0.3684, 0.0111, 0.0067, 0.0041, 0.0006, 0.0006, 0.0006], [0.6589, 0.2424, 0.0892, 0.0073, 0.001, 0.0006, 0.0006, 0.0], [0.7986, 0.0656, 0.0656, 0.0656, 0.0033, 0.0007, 0.0003, 0.0003], [0.866, 0.1172, 0.0159, 0.0005, 0.0003, 0.0001, 0.0, 0.0], [0.9237, 0.046, 0.0279, 0.0023, 0.0001, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.952, 0.0474, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8063, 0.1799, 0.009, 0.0033, 0.0012, 0.0002, 0.0001, 0.0001], [0.6721, 0.2473, 0.0552, 0.0123, 0.0123, 0.0006, 0.0001, 0.0001], [0.5995, 0.2206, 0.0811, 0.0492, 0.0492, 0.0003, 0.0, 0.0], [0.4444, 0.2695, 0.1635, 0.0992, 0.0134, 0.0081, 0.0018, 0.0], [0.9953, 0.0025, 0.0009, 0.0009, 0.0003, 0.0, 0.0, 0.0], [0.6117, 0.1365, 0.1365, 0.0502, 0.0305, 0.0305, 0.0025, 0.0015], [0.3157, 0.1915, 0.1915, 0.1162, 0.0905, 0.0549, 0.0202, 0.0122], [0.7811, 0.1743, 0.0143, 0.0143, 0.0087, 0.0032, 0.0019, 0.0007], [0.8577, 0.0904, 0.0202, 0.0157, 0.0074, 0.0027, 0.0021, 0.0017], [0.9987, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7058, 0.1575, 0.0451, 0.0274, 0.0274, 0.0213, 0.0101, 0.0017], [0.5655, 0.0983, 0.0765, 0.0675, 0.0171, 0.0151, 0.0151, 0.0104], [0.4463, 0.2707, 0.0323, 0.0285, 0.0285, 0.0252, 0.0173, 0.0173], [0.4747, 0.3697, 0.0825, 0.0303, 0.0087, 0.0087, 0.0068, 0.0053], [0.5585, 0.2638, 0.0589, 0.0458, 0.0357, 0.0131, 0.0102, 0.0048], [0.4202, 0.4202, 0.0569, 0.0345, 0.0269, 0.0077, 0.006, 0.0047], [0.905, 0.0743, 0.0061, 0.0017, 0.0017, 0.0014, 0.0014, 0.0008], [0.2105, 0.2105, 0.2105, 0.0994, 0.0774, 0.047, 0.0366, 0.0222], [0.3105, 0.2418, 0.1883, 0.089, 0.089, 0.0198, 0.0155, 0.0073], [0.7047, 0.0954, 0.0743, 0.0578, 0.0351, 0.0129, 0.0047, 0.0022], [0.7658, 0.1709, 0.0381, 0.0231, 0.0012, 0.0003, 0.0003, 0.0001], [0.9353, 0.0466, 0.0104, 0.0038, 0.0023, 0.0014, 0.0001, 0.0], [0.4186, 0.4186, 0.154, 0.0077, 0.0004, 0.0004, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [30798, 25100, 47128, 59123, 54379, 97047, 56060, 62295, 51538, 36450, 61624, 23156, 23370, 22227, 19762, 15269, 20925, 21004, 14478, 14196, 16906, 15223, 25707, 21382, 16431, 29252, 32293, 25417, 27462, 40769, 50863, 74074, 123032, 150709, 138946, 111164, 86095, 126024, 100491, 112767, 139229, 115995, 91852, 37996, 52228, 12841, 10551]}}, {"pos": 480, "top": [["s", "\u2026\u2026..", "\u2022\u2022\u2022\u2022", "\u2014\u2014\u2014\u2014", "\u2014-", "<b>", "\\\\", "\u2026\u2026\u2026.."], ["s", "\u2026\u2026..", "\u2026\u2026\u2026..", "**", "\u2014\u2014\u2014\u2014", "\u2022\u2022\u2022\u2022", "\u2026\u2026\u2026\u2026..", "\u2014-"], ["\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026.", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026.", "\u2014\u2014\u2014\u2014"], ["\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026", "\u2026\u2026\u2026.", " \u2026\u2026..", "\u2026\u2026\u2026\u2026..", "\u2026\u2026.", "\u2026\u2026\u2026\u2026"], ["\u2026\u2026\u2026", "\u2026\u2026..", "\u2026\u2026\u2026..", " \u2026\u2026..", "\u2026\u2026\u2026.", "\u2026\u2026\u2026\u2026..", "\u2026\u2026.", "\u2026\u2026\u2026\u2026"], ["\u2026\u2026\u2026", " \u2026\u2026..", "\u2026\u2026..", "\u2026\u2019", "\u2022\u2022\u2022\u2022", "\u2026\u2026\u2026..", " (\u2018", " \u2026\u2026\u2026\u2026"], ["\u2026\u2026\u2026", "\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026.", " \u2026\u2026..", "\u2026\u2026\u2026\u2026..", "\u2026\u2026."], ["\u2026\u2026\u2026", "\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2019", "\u2026\u2026\u2026.", "\u2026\u2026\u2026\u2026", " \u2026\u2026..", "\u2026\u2026\u2026\u2026.."], ["\u2026\u2026..", "\u2026\u2019", "\u2026\u2026\u2026", "\u2026\u2026\u2026..", " \u2026\u2026..", "\u2026\u2026.", "\u2026\u2026\u201d", "\u2026\u2026\u2026."], ["\u2026\u2019", "\u2026\u2026\u201d", "\u2026\u201d", "\u2026\u2026..", "\u2026\u2026\u2026", " \u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026."], ["\u2026\u2019", " \u2026\u2026..", "\u2026\u2026..", "\u2026\u2026\u201d", "\u2026\u2026\u2026", "\u2026\u201d", "\u2026\u2026\u2026..", " \u2026\u2026."], ["\u2026\u2019", "\u2019;", "\u2026\u201d", "\u2026\u2026\u201d", ",\u2019", "\u2026\u2026..", " \u2026\u2026..", "\u2026\u2026\u2026"], ["\u2026\u2019", "\u2019;", "\u2026\u2026\u201d", "\u2026\u2026..", "\u2026\u201d", " \u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026"], ["\u2026\u2019", "\u2019;", "\u2026\u201d", "\u2026\u2026\u201d", ",\u2019", "\u2026\u2026..", "\u2026", "\u2026)"], ["\u2026\u2019", "\u2026\u201d", "\u2019;", "\u2026\u2026\u201d", "\u2026", "\u2026\u2026..", ",\u2019", "\u2026)"], ["\u2026\u2019", "\u2026\u201d", "\u2019;", ",\u2019", "\u2026\u2026\u201d", "\u2026", "\u201d\u2026", "\u2026\u2026.."], ["\u2019;", "\u2026\u2019", "\u2026\u201d", ",\u2019", " (\u2018", "!\u2019", "\u2026\u2026\u201d", "\u2019,"], ["\u2026\u201d", "\u2026\u2019", "\u2026\u2026\u201d", "\u201d\u2026", "\u2026", "\u2019;", "\u2026]", "\u2026\""], ["\u2026\u2019", "\u2026\u201d", "\u2026\u2026\u201d", "\u2019;", "\u2026", "\u2026)", "\u201d\u2026", " (\u2018"], ["\u2026\u201d", "\u2026\u2019", "\u2026\u2026\u201d", "\u2026", "\u2026)", "\u2026\"", "\u2026).", "\u2026]"], ["\u2026\u2019", "\u2026\u201d", "\u2019;", "!!\u201d", " incredibly", "\u2026\u2026\u201d", "!\u2019", "\u201d\u2026"], ["\u2019;", " incredibly", "!\u2019", "!!\u201d", " extraordinarily", "\u2026\u2019", ",\u2019", " unbelievably"], ["!\u2019", "\u2019;", " incredibly", " extraordinarily", "!!\u201d", " exceedingly", "!';", "!\u201d."], [" incredibly", "!\u201d.", "!';", "!\";", "!).", "!\u2019", " achievable", "\u2019;"], [" achievable", " incredibly", "\u2019;", " extr\u00eamement", " demonstrable", " extraordinarily", " estremamente", " impactful"], [" achievable", "\u2019;", "!\";", " robustness", " incredibly", " nuanced", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " overfitting"], [" achievable", " extr\u00eamement", "\u2019;", " impactful", " estremamente", " incredibly", " robustness", " richiede"], [" achievable", "\u2019;", "\u2019\u0964", " schwierig", " suboptimal", " daunting", "\u2019,", " underwhelming"], [" schwierig", "\u96e3\u3057\u3044", " difficult", "difficult", "Difficult", " dif\u00edcil", "\u56f0\u96be", "\u96be\u4ee5"], [" achievable", " difficult", " schwierig", " daunting", "\u96e3\u3057\u3044", " dif\u00edcil", " \u0635\u0639\u0628", " unrealistic"], [" difficult", " daunting", " achievable", " schwierig", " impactful", " challenging", " dif\u00edcil", "\u96e3\u3057\u3044"], [" difficult", " daunting", " schwierig", " challenging", " \u091a\u0941\u0928\u094c\u0924\u0940\u092a\u0942\u0930\u094d\u0923", " dif\u00edcil", " unrealistic", "\u96e3\u3057\u3044"], [" unrealistic", " difficult", " daunting", " schwierig", " burdensome", " challenging", " dif\u00edcil", "\u96e3\u3057\u3044"], [" difficult", " unrealistic", " daunting", " dif\u00edcil", " schwierig", " challenging", " burdensome", "\u96e3\u3057\u3044"], [" ambitious", " difficult", " unrealistic", " aggressive", " challenging", " dif\u00edcil", " daunting", " schwierig"], [" ambitious", " difficult", " challenging", " unrealistic", " demanding", " optimistic", " aggressive", " dif\u00edcil"], [" difficult", " ambitious", " challenging", " dif\u00edcil", " unrealistic", " daunting", " schwierig", "\u96e3\u3057\u3044"], [" ambitious", " difficult", " challenging", " dif\u00edcil", " unrealistic", " schwierig", " aggressive", " demanding"], [" ambitious", " difficult", " challenging", " dif\u00edcil", " aggressive", " demanding", "challeng", " unrealistic"], [" aggressive", " ambitious", " difficult", " challenging", "aggressive", " demanding", " optimistic", " dif\u00edcil"], [" aggressive", " ambitious", " difficult", " challenging", "aggressive", " optimistic", " demanding", " aggressively"], [" aggressive", " ambitious", " challenging", " difficult", "aggressive", " optimistic", " demanding", " aggressively"], [" aggressive", " ambitious", " difficult", " challenging", " optimistic", "aggressive", " demanding", " tough"], [" aggressive", " ambitious", " difficult", " challenging", " optimistic", "aggressive", " hard", " demanding"], [" aggressive", "*", " ambitious", " optimistic", " challenging", " difficult", "*.", "*,"], ["*", " aggressive", " ambitious", " optimistic", "*.", "*,", " difficult", " challenging"], ["*", " aggressive", " difficult", " ambitious", " challenging", "*.", " optimistic", "*,"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6614, 0.3124, 0.0121, 0.0094, 0.0035, 0.0004, 0.0003, 0.0003], [0.6758, 0.1508, 0.1508, 0.0124, 0.0075, 0.0017, 0.0004, 0.0003], [0.53, 0.3214, 0.0717, 0.0717, 0.0036, 0.0008, 0.0004, 0.0001], [0.5641, 0.3421, 0.0763, 0.0063, 0.0038, 0.0023, 0.0014, 0.0008], [0.9483, 0.0472, 0.0039, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.7136, 0.2625, 0.0215, 0.0018, 0.0001, 0.0001, 0.0001, 0.0001], [0.8995, 0.0448, 0.0448, 0.01, 0.0005, 0.0002, 0.0002, 0.0001], [0.8975, 0.0447, 0.0271, 0.0271, 0.0022, 0.0008, 0.0005, 0.0], [0.7015, 0.1565, 0.0949, 0.0212, 0.0128, 0.0078, 0.0029, 0.0017], [0.9526, 0.0224, 0.0174, 0.0064, 0.0009, 0.0002, 0.0, 0.0], [0.8901, 0.0269, 0.0269, 0.0269, 0.0209, 0.0028, 0.0013, 0.001], [0.786, 0.1064, 0.0645, 0.0185, 0.0144, 0.0053, 0.0019, 0.0006], [0.8507, 0.1151, 0.0156, 0.0074, 0.0057, 0.0021, 0.0016, 0.0005], [0.7862, 0.1754, 0.0237, 0.0087, 0.0032, 0.0009, 0.0003, 0.0003], [0.4403, 0.4403, 0.0596, 0.0281, 0.0171, 0.0063, 0.0023, 0.0014], [0.7253, 0.2668, 0.0063, 0.0004, 0.0003, 0.0003, 0.0001, 0.0001], [0.6136, 0.3722, 0.0088, 0.0032, 0.0006, 0.0004, 0.0003, 0.0002], [0.7683, 0.2201, 0.0052, 0.0031, 0.0012, 0.0004, 0.0003, 0.0003], [0.6463, 0.1852, 0.1123, 0.0195, 0.0092, 0.0092, 0.0056, 0.0026], [0.5197, 0.3152, 0.116, 0.0157, 0.0095, 0.0074, 0.0045, 0.0027], [0.235, 0.235, 0.183, 0.1425, 0.111, 0.0248, 0.015, 0.0071], [0.9139, 0.0276, 0.0276, 0.0102, 0.0102, 0.0023, 0.0023, 0.0014], [0.7293, 0.2683, 0.0011, 0.0007, 0.0003, 0.0001, 0.0001, 0.0], [0.6138, 0.2258, 0.0504, 0.0306, 0.0185, 0.0088, 0.0088, 0.0068], [0.9988, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6133, 0.1369, 0.1369, 0.0238, 0.0238, 0.0144, 0.0144, 0.0087], [0.8653, 0.1171, 0.0158, 0.0013, 0.0003, 0.0, 0.0, 0.0], [0.8593, 0.1163, 0.0095, 0.0095, 0.0013, 0.0006, 0.0006, 0.0006], [0.9389, 0.0467, 0.0063, 0.0063, 0.0009, 0.0003, 0.0002, 0.0001], [0.6635, 0.2441, 0.0898, 0.001, 0.001, 0.0002, 0.0002, 0.0001], [0.9974, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7289, 0.2681, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8785, 0.1189, 0.0022, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.952, 0.0474, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0005, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9719, 0.0229, 0.0051, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9937, 0.0052, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.808, 0.1094, 0.0752, 0.0054, 0.0007, 0.0006, 0.0003, 0.0002], [0.9734, 0.0202, 0.0021, 0.0017, 0.001, 0.0005, 0.0004, 0.0003], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [24969, 20891, 40353, 72825, 90392, 159989, 102548, 102766, 94295, 61264, 64770, 32455, 30994, 25471, 25756, 23845, 30876, 21784, 18371, 26966, 25966, 28554, 36553, 47913, 49686, 91811, 133029, 131509, 77025, 107735, 103732, 104106, 140541, 94198, 120442, 121142, 122169, 106491, 97470, 93037, 67120, 49687, 50635, 27121, 19062, 12269, 7858]}}, {"pos": 481, "top": [["*", ".*", "*,", " *", "*.", ":*", ",*", "*:"], ["*", ".*", " *", "-*", ":*", "*,", "=*", ",*"], ["*", " *", "-*", "=*", ",*", "*(", "[*", ".*"], ["*", " *", "[*", "(*", "=*", " [*", "-*", " (*"], [" *", "*", " [*", " *$", " (*", " *\"", "-*", " *("], [" *", "*", " (*", " *(", " *$", " [*", " $*$", " $*"], [" *", "*", " (*", ",*", " *(", " [*", "(*", "[*"], [" *", " (*", " *(", " [*", "(*", "*", " *$", "[*"], [" *", " (*", " *(", " [*", "*", "(*", " *$", "*("], [" *", " (*", " *(", " [*", "(*", "<em>", " **", "*"], [" *", " (*", " *(", " [*", "<em>", "*", "(*", " *$"], [" *", " (*", " *(", " [*", "<em>", "*", "(*", "<sup>"], [" *", " (*", " *(", " [*", "(*", "<em>", " (!)", " incredibly"], [" *", " (*", " *(", " [*", "<em>", "(*", "*", "*,"], [" (*", " *", " *(", " [*", "<em>", "(*", "*", "<sup>"], [" (*", " *", " *(", "<em>", " [*", "(*", " (!)", "<sup>"], [" (*", " *", "<em>", " *(", " [*", " incredibly", " (!)", "(*"], [" (*", " *", " *(", " [*", "<em>", "(*", " (**", " **"], [" *", " (*", " [*", " *(", "<em>", "(*", " optimized", " prototyping"], [" optimized", " (*", " *", " prototyping", " leveraging", " scalable", " *(", " [*"], [" leveraging", " optimized", " prototyping", " (*", " scalable", " workflows", " skillset", " scalability"], [" optimized", " leveraging", " optimised", " scalable", " optimizing", " prototyping", " scalability", " optimization"], [" optimized", " leveraging", " optimizing", " scalable", " optimised", " optimization", " optimizations", " prototyping"], [" leveraging", " optimized", " scalable", " leverages", " optimizing", " prototyping", " optimizations", " workflows"], [" leveraging", " leverages", " scalable", " leveraged", " optimized", " workaround", " prototyping", " workflows"], [" leveraging", " scalable", " suboptimal", " workaround", " leverages", " leveraged", " scalability", " prioritization"], [" achievable", " suboptimal", " underwhelming", " scalable", " leveraging", " impactful", " requiring", " schwierig"], [" achievable", " schwierig", " suboptimal", "\u96e3\u3057\u3044", " requires", " requiring", " difficult", " unrealistic"], [" achievable", " schwierig", "\u96e3\u3057\u3044", " unrealistic", " difficult", " \u0635\u0639\u0628", "difficult", " suboptimal"], [" achievable", " requiring", " unrealistic", " difficult", " demanding", " schwierig", " scalable", " suboptimal"], [" achievable", " unrealistic", " demanding", " requiring", " difficult", " requirement", " suboptimal", " scalable"], [" demanding", " difficult", " challenging", " unrealistic", " achievable", " daunting", " requiring", " schwierig"], [" unrealistic", " demanding", " difficult", " achievable", " challenging", " daunting", " ambitious", " stringent"], [" unrealistic", " difficult", " demanding", " stringent", " challenging", " ambitious", " \u0635\u0639\u0628", " achievable"], [" ambitious", " unrealistic", " difficult", " aggressive", " challenging", " demanding", " stringent", " daunting"], [" ambitious", " demanding", " challenging", " unrealistic", " difficult", " optimistic", " aggressive", " stringent"], [" ambitious", " challenging", " difficult", " demanding", " unrealistic", " aggressive", " stringent", " tough"], [" ambitious", " challenging", " difficult", " demanding", " unrealistic", " stringent", " aggressive", " optimistic"], [" ambitious", " challenging", " demanding", " difficult", " unrealistic", " aggressive", " stringent", " optimistic"], [" ambitious", " aggressive", " challenging", " demanding", " difficult", " optimistic", "aggressive", " unrealistic"], [" ambitious", " aggressive", " challenging", " demanding", " optimistic", " difficult", " unrealistic", "aggressive"], [" ambitious", " aggressive", " challenging", " demanding", " difficult", " optimistic", " unrealistic", "aggressive"], [" ambitious", " aggressive", " difficult", " demanding", " challenging", " optimistic", " unrealistic", "aggressive"], [" aggressive", " ambitious", " difficult", " demanding", " optimistic", " challenging", " unrealistic", " hard"], [" aggressive", " ambitious", " optimistic", " demanding", " challenging", " difficult", "aggressive", " unrealistic"], [" aggressive", " ambitious", " optimistic", " demanding", " difficult", " challenging", " hard", " tough"], [" aggressive", " ambitious", " demanding", " difficult", " challenging", " optimistic", " hard", " tough"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9034, 0.0952, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7761, 0.2224, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6745, 0.3186, 0.0066, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.4975, 0.4975, 0.0043, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.8988, 0.0947, 0.0061, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9319, 0.0361, 0.0281, 0.003, 0.0003, 0.0002, 0.0001, 0.0001], [0.876, 0.1186, 0.0046, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.6715, 0.3172, 0.0075, 0.0035, 0.0001, 0.0001, 0.0001, 0.0], [0.2672, 0.2672, 0.1621, 0.143, 0.0676, 0.0362, 0.0117, 0.0063], [0.4819, 0.1773, 0.1075, 0.1075, 0.0837, 0.024, 0.0032, 0.0025], [0.4897, 0.3814, 0.0663, 0.0402, 0.009, 0.0054, 0.002, 0.0016], [0.9552, 0.037, 0.003, 0.0024, 0.0011, 0.0004, 0.0002, 0.0002], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8042, 0.1397, 0.0189, 0.0089, 0.0089, 0.0054, 0.0033, 0.0026], [0.4953, 0.3857, 0.067, 0.0407, 0.0033, 0.002, 0.0012, 0.001], [0.9951, 0.0041, 0.0006, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8145, 0.0858, 0.0669, 0.0149, 0.007, 0.0055, 0.0016, 0.0012], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8984, 0.0737, 0.0165, 0.01, 0.0005, 0.0003, 0.0003, 0.0002], [0.3606, 0.3606, 0.1327, 0.1327, 0.0109, 0.0015, 0.0005, 0.0002], [0.9983, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7251, 0.2668, 0.0081, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.817, 0.1823, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.562, 0.4377, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9852, 0.0141, 0.0003, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.9507, 0.0473, 0.0011, 0.0004, 0.0002, 0.0002, 0.0, 0.0], [0.9026, 0.0577, 0.0212, 0.0088, 0.0042, 0.0037, 0.0006, 0.0004], [0.5669, 0.1624, 0.1265, 0.0597, 0.0527, 0.0249, 0.0034, 0.0023]], "ranks": {"Rust": [104630, 99548, 110073, 151228, 115863, 151989, 66376, 56843, 41016, 23563, 31352, 16893, 19319, 17627, 18152, 16731, 16467, 11953, 12683, 12248, 21638, 19950, 27865, 43986, 66643, 114657, 134955, 146608, 85250, 87838, 68537, 107409, 110010, 91755, 93024, 113365, 113956, 96970, 100311, 77962, 66534, 51002, 49699, 19017, 14897, 15077, 7554]}}, {"pos": 482, "top": [["!!\u201d", " \u2026\u201d", "\u2026\u201d", ":\u201d", " |\u201d", "\u201d;", "\u201d", ".'\u201d"], ["!!\u201d", ":\u201d", " |\u201d", "\u2026\u201d", "\u201d;", "\u201d", " \u2026\u201d", "\u0964\u201d"], ["!!\u201d", ":\u201d", "\u2026\u201d", " |\u201d", "\u201d", "\u201d;", "<start_of_image>", "-\u201d"], ["!!\u201d", ":\u201d", "\u2026\u201d", " \u2026\u201d", " |\u201d", "\u201d", "<start_of_image>", "-\u201d"], ["!!\u201d", " \u2026\u201d", "\u2026\u201d", "<start_of_image>", ":\u201d", " (\\\"", "-\u201d", "\u201d"], [" \u2026\u201d", "\u2026\u201d", "!!\u201d", "<start_of_image>", " (\\\"", " \\\"", ":\u201d", "\u201d"], ["<start_of_image>", "\u2026\u201d", " (\\\"", " \u2026\u201d", "!!\u201d", " \\\"", ":\u201d", " \\..."], ["<start_of_image>", " (\\\"", " \\\"", " \u2026\u201d", "!!\u201d", "\u2026\u201d", " **", " leveraging"], ["<start_of_image>", " (\\\"", " \u2026\u201d", "!!\u201d", " leveraging", "\u2026\u201d", " (\u201c", ",\u201d"], ["<start_of_image>", " (\\\"", " aggressively", " leveraging", " (\u201c", ",\u201d", " targeting", " firepower"], [" leveraging", " \u2026\u201d", " aggressively", "<start_of_image>", "\ufffd", "\u2026\u201d", " targeting", " nuanced"], ["<start_of_image>", " leveraging", ",\u201d", " aggressively", " targeting", " firepower", " nuanced", " impactful"], ["<start_of_image>", " leveraging", " aggressively", " firepower", " targeting", " **", " --", " aggressive"], ["<start_of_image>", " leveraging", "**", " firepower", " aggressively", " **", " targeting", ";"], ["<start_of_image>", " leveraging", "\u2026\u201d", ",\u201d", "**", ";", " aggressively", " firepower"], [" leveraging", "!\u201d", "**", " badass", " firepower", " aggressively", ",\u201d", "<start_of_image>"], [" leveraging", "!\u201d", " aggressively", " nuanced", " badass", " firepower", " impactful", ",\u201d"], ["!\u201d", " \ud83d\udcaa", " leveraging", "\u2026\u201d", " firepower", " \ud83d\udd25", "!!\u201d", " deployment"], [" leveraging", " firepower", " aggressively", " \ud83d\udcaa", " deployment", " aggressive", " tactical", " targeting"], [" leveraging", " \ud83d\udcaa", " firepower", " aggressively", " targeting", " aggressive", " deployment", " leveraged"], [" leveraging", " aggressively", " firepower", " \ud83d\udcaa", " aggressive", " targeting", " deployment", " relentless"], [" aggressively", " leveraging", " firepower", " aggressive", " relentless", " KPIs", " prioritization", " ambitious"], [" aggressively", " leveraging", " aggressive", " KPIs", " relentlessly", " prioritization", " firepower", " incredibly"], [" leveraging", " prioritization", " KPIs", " prioritizing", " leverages", " aggressively", " impactful", " leveraged"], [" leveraging", " prioritization", " KPIs", " scalability", " leverages", " impactful", " aggressively", " prioritizing"], [" leveraging", " prioritization", " KPIs", " leverages", " skillset", " scalability", " optimization", " prioritizing"], [" leveraging", " KPIs", " prioritization", " cybersecurity", " proactively", " prioritizing", " skillset", " scalability"], ["**.", " leveraging", ".**", "\u2122.", " KPIs", "\u2019.", "\u200c.", "++."], ["**.", ".**", ".", "\u2122.", "++.", "\u200c.", "().", "%."], ["**.", "\u2122.", ".", "++.", "\u200c.", "().", ".**", "\u200b."], ["**.", " unless", " KPIs", "++.", ".**", "\u2122.", "\u200c.", " leveraging"], ["**.", "++.", ".**", "\u200c.", "\u2122.", " KPIs", "\u200b.", " unless"], ["**.", " KPIs", "\u200c.", ".**", " optimization", " unless", "++.", " benchmarks"], ["**.", ".**", " KPIs", "\u200c.", " unless", ".", " benchmarks", "++."], [" unless", " without", " optimization", "\u76ee\u6a19", " KPIs", " goals", " optimizations", "**."], [" without", " unless", " optimization", "\u76ee\u6a19", " goals", "**.", " optimizations", " targets"], ["\u76ee\u6a19", " targets", "\u76ee\u6807", " goals", " target", " \ubaa9\ud45c", "\u7684\u76ee\u6807", " without"], ["\u76ee\u6a19", " targets", "\u76ee\u6807", " target", " goals", " \ubaa9\ud45c", " without", "\u7684\u76ee\u6807"], ["\u76ee\u6a19", " targets", " target", "\u76ee\u6807", " goals", " without", " \ubaa9\ud45c", "."], [" target", "\u76ee\u6a19", " targets", "\u76ee\u6807", " goals", " \ubaa9\ud45c", ".", "\u7684\u76ee\u6807"], [" target", "\u76ee\u6a19", " targets", " goals", ".", "\u76ee\u6807", " \ubaa9\ud45c", " goal"], [".", " goals", "\u76ee\u6a19", " goal", " target", "\u76ee\u6807", " without", " targets"], [".", " target", " goals", "\u76ee\u6a19", " goal", " targets", " without", "\u76ee\u6807"], [".", " target", " goal", " goals", " without", "\u76ee\u6a19", " targeting", " targets"], [".", " without", " .", " target", " unless", ",", " targeting", " even"], [".", " without", " .", " and", " target", ",", " given", " \u2013"], [".", ",", " and", " target", " without", " given", " for", " \u2013"]], "p": [[0.9378, 0.0467, 0.0104, 0.0023, 0.0023, 0.0004, 0.0001, 0.0], [0.9237, 0.046, 0.0279, 0.0014, 0.0008, 0.0002, 0.0, 0.0], [0.56, 0.206, 0.206, 0.0169, 0.0038, 0.0038, 0.0014, 0.0014], [0.7569, 0.1689, 0.0621, 0.0031, 0.0031, 0.0031, 0.0011, 0.0011], [0.4585, 0.4585, 0.062, 0.0108, 0.004, 0.0031, 0.0024, 0.0003], [0.9099, 0.0353, 0.0353, 0.0061, 0.0048, 0.0037, 0.0023, 0.0014], [0.9991, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.994, 0.0052, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9995, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0004, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4836, 0.3766, 0.0397, 0.0309, 0.0188, 0.0146, 0.0089, 0.0054], [0.6759, 0.1937, 0.0432, 0.0337, 0.0262, 0.0046, 0.0035, 0.0028], [0.8733, 0.0558, 0.0339, 0.0125, 0.0076, 0.0028, 0.0028, 0.0015], [0.8572, 0.0377, 0.0259, 0.0139, 0.0139, 0.0084, 0.0074, 0.0045], [0.9777, 0.0066, 0.0024, 0.0019, 0.0019, 0.0019, 0.0015, 0.0015], [0.8296, 0.053, 0.0195, 0.0195, 0.0152, 0.0118, 0.0118, 0.0092], [0.8751, 0.0559, 0.016, 0.0097, 0.0067, 0.0059, 0.0052, 0.0025], [0.5424, 0.1554, 0.0943, 0.0572, 0.0572, 0.0164, 0.0128, 0.0099], [0.4296, 0.2605, 0.1231, 0.0958, 0.0167, 0.0114, 0.0079, 0.0069], [0.9593, 0.0226, 0.0083, 0.0065, 0.0005, 0.0004, 0.0003, 0.0003], [0.7531, 0.1019, 0.0794, 0.0227, 0.0107, 0.0051, 0.0031, 0.0024], [0.4438, 0.3456, 0.1272, 0.0284, 0.0081, 0.0081, 0.0063, 0.0049], [0.9396, 0.0284, 0.0063, 0.0049, 0.0038, 0.0038, 0.003, 0.003], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.997, 0.0025, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9858, 0.0066, 0.0066, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.9079, 0.0745, 0.0101, 0.0061, 0.0008, 0.0005, 0.0001, 0.0], [0.4885, 0.4885, 0.0148, 0.0054, 0.002, 0.0004, 0.0003, 0.0], [0.9741, 0.0178, 0.004, 0.0024, 0.0009, 0.0003, 0.0003, 0.0001], [0.9982, 0.0009, 0.0006, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.948, 0.0472, 0.0023, 0.0014, 0.0003, 0.0002, 0.0002, 0.0001], [0.9404, 0.0284, 0.0104, 0.0104, 0.0063, 0.0023, 0.0009, 0.0005], [0.4996, 0.4996, 0.0005, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.7286, 0.268, 0.003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9771, 0.0179, 0.004, 0.0005, 0.0003, 0.0001, 0.0, 0.0], [0.97, 0.0178, 0.0108, 0.0009, 0.0003, 0.0002, 0.0, 0.0], [0.6747, 0.1505, 0.1505, 0.0204, 0.0028, 0.0008, 0.0002, 0.0], [0.4078, 0.4078, 0.15, 0.0335, 0.0008, 0.0001, 0.0, 0.0], [0.4437, 0.3456, 0.0771, 0.0601, 0.0468, 0.0221, 0.0018, 0.0018], [0.7632, 0.1033, 0.0488, 0.038, 0.0296, 0.0066, 0.004, 0.0031], [0.9032, 0.035, 0.0273, 0.0129, 0.0078, 0.0047, 0.0047, 0.0029], [0.9996, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0019, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9486, 0.0135, 0.0119, 0.0072, 0.005, 0.0039, 0.0021, 0.0016], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [19062, 19993, 23349, 24323, 23573, 19113, 10911, 12027, 11385, 8307, 11179, 8860, 10974, 9060, 9608, 11811, 15085, 14471, 11661, 17293, 17850, 20365, 30909, 38748, 40189, 48621, 67622, 66406, 34896, 83199, 90721, 96284, 97419, 89426, 75056, 60845, 62640, 64566, 58104, 57517, 36182, 13688, 9017, 5157, 2447, 1526, 994]}}, {"pos": 483, "top": [[".\".", "!.", "!\".", "\".", "?.", ".!", "!!.", ":."], [".\".", "!.", "!\".", "\".", ".!", "!!.", "?.", ";."], [".\".", "!.", "!\".", "\".", ";.", "!!.", ".!", ".\u201d."], [".\".", "!.", "!\".", "\".", "!!.", "?.", ":.", ".!"], [".\".", "!.", "!\".", " \".", "\".", "?.", " {.", "!!."], [" \".", "!.", "<sup>", ".\".", " ?.", "\".[", " \"..", ".["], ["!.", "\".", ".\".", "!\".", "<sup>", "?.", ".[", "\".["], ["!.", "!\".", ".\".", "\".", "?.", "!!.", "<sup>", ","], ["!.", "!\".", ",", "!!.", ".\".", "<sup>", "\".", "?."], ["!.", "\".", "!\".", ",", ".\".", ".", "<sup>", "?."], ["!\".", "\".", "!.", ",", "<sup>", ".\".", " \".", " `."], [",", "!.", "!\".", "\".", ".", "!", "!,", "'."], [",", "!.", "\".", "!\".", ".", "!", "...", ".\"."], [",", "!.", "\".", "!\".", ".", "!", ".\".", "'."], [",", "\".", "!\".", "!.", ".", ".\".", "!", "'."], [",", "!\".", "!.", ".", "\".", "!", ".\".", "'."], [",", "!.", "!\".", "!", ".", "\".", "!,", "!\""], ["!\".", "!.", "!", "\".", "...", ".", ",", ".\"."], ["!.", "!\".", "\".", "!", ".", ".\".", "'.", "**."], ["!\".", "!.", " likely", " leveraging", " incredibly", " intense", " even", "!"], ["!\".", "!.", " likely", "!", "**.", " even", " incredibly", "..."], [" likely", " prioritized", " realistically", " potential", " prioritization", " leveraging", " potentially", " incredibly"], [" likely", " realistically", " prioritized", " prioritization", " potentially", " probably", " expectations", " massively"], [" prioritization", " prioritized", " prioritizing", " leveraging", " likely", " vulnerabilities", " priorit", " proactively"], [" likely", " leveraging", " prioritization", " realistically", " prioritized", " prioritizing", " exacerbated", " vulnerabilities"], [" prioritization", " likely", " leveraging", " Likely", " vulnerabilities", " prioritizing", " inefficiencies", " prioritized"], [" likely", " prioritization", " Likely", "\u5373\u4fbf", "\u5373\u4f7f", " inefficiencies", " prioritizing", " scalability"], [" Likely", " likely", " prioritization", "\u5373\u4fbf", " inefficiencies", "\u5373\u4f7f", "likely", " optimizations"], [" Likely", "likely", " likely", " Expect", "\u5373\u4f7f", "\u5373\u4fbf", " inefficiencies", " \u0d38\u0d3e\u0d27\u0d4d\u0d2f\u0d24"], [" Likely", " likely", " Expect", "likely", " optimizations", " inefficiencies", " prioritization", " Even"], [" Likely", " likely", " Expect", " optimizations", "likely", " Probably", " inefficiencies", " realistically"], [" optimizations", " Expect", " Likely", " GPUs", " likely", " inefficiencies", " bottlenecks", " Optimization"], [" optimizations", " GPUs", " Likely", " Expect", " bottlenecks", " CPUs", " inefficiencies", " OpenGL"], [" GPUs", " optimizations", " CPUs", " OpenGL", " Optimization", " inefficiencies", " bottlenecks", " Expect"], [" optimizations", " GPUs", " Optimization", " Optimized", " CPUs", " optimization", " Expect", " OpenGL"], [" GPUs", " optimizations", " CPUs", " OpenGL", " Optimization", " CPU", " Android", " GPU"], [" GPUs", " optimizations", " OpenGL", " CPUs", " Optimization", " GPU", " Android", " CPU"], [" GPUs", " optimizations", " Optimization", " CPUs", " OpenGL", " Android", " CPU", " GPU"], [" GPUs", " Android", " CPUs", " GPU", " optimizations", " CPU", " OpenGL", " Optimization"], [" GPUs", " optimizations", " Android", " Optimization", " GPU", " CPU", " CPUs", " OpenGL"], [" Optimization", " GPUs", " optimizations", " CPU", " GPU", " Optimized", " Android", " CPUs"], [" Android", " GPUs", " Optimization", " Mobile", " GPU", " optimizations", " OpenGL", " Optimized"], [" Android", " Mobile", " Optimization", " GPU", " GPUs", " OpenGL", " iOS", " CPU"], [" Android", " Mobile", " GPU", " GPUs", " mobile", " Optimization", " Expect", " CPU"], [" Android", " Expect", " Mobile", " GPU", " Even", " Optimization", " GPUs", " CPU"], [" Android", " Mobile", " Even", " Expect", " mobile", " GPU", " Optim", " Physics"], [" Mobile", " Even", " Expect", " Android", " This", " Existing", " Current", " It"]], "p": [[0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7151, 0.2631, 0.0216, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8803, 0.1191, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9516, 0.0474, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9841, 0.0109, 0.004, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.8267, 0.1119, 0.0528, 0.0072, 0.0004, 0.0004, 0.0003, 0.0002], [0.8818, 0.0439, 0.0439, 0.0266, 0.0022, 0.0008, 0.0005, 0.0003], [0.9983, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9672, 0.0138, 0.0107, 0.0051, 0.0011, 0.0009, 0.0007, 0.0003], [0.4546, 0.2757, 0.2147, 0.0291, 0.0107, 0.0107, 0.0024, 0.0007], [0.8972, 0.0736, 0.0211, 0.0032, 0.0025, 0.0011, 0.0004, 0.0004], [0.6366, 0.1254, 0.0976, 0.076, 0.0407, 0.0132, 0.0038, 0.0023], [0.4149, 0.2221, 0.1526, 0.1189, 0.0636, 0.0182, 0.0036, 0.0032], [0.2632, 0.2632, 0.2632, 0.1243, 0.0587, 0.0131, 0.009, 0.0029], [0.3156, 0.3156, 0.2458, 0.0548, 0.0484, 0.0095, 0.0065, 0.0017], [0.3865, 0.2069, 0.1826, 0.1255, 0.0407, 0.028, 0.0038, 0.003], [0.4819, 0.2923, 0.0652, 0.0396, 0.0308, 0.0187, 0.0078, 0.0069], [0.4487, 0.3495, 0.0688, 0.0287, 0.0197, 0.012, 0.0044, 0.0034], [0.2993, 0.1248, 0.1101, 0.0857, 0.052, 0.0246, 0.0246, 0.0131], [0.4456, 0.4456, 0.0323, 0.0196, 0.0092, 0.003, 0.003, 0.003], [0.6102, 0.039, 0.0344, 0.0237, 0.0209, 0.0184, 0.0184, 0.0112], [0.9442, 0.0366, 0.0064, 0.0039, 0.0011, 0.0009, 0.0009, 0.0005], [0.6376, 0.2345, 0.0523, 0.0408, 0.0317, 0.0016, 0.0003, 0.0003], [0.9076, 0.0745, 0.0166, 0.0005, 0.0005, 0.0001, 0.0001, 0.0001], [0.9728, 0.0178, 0.0066, 0.0024, 0.0002, 0.0001, 0.0, 0.0], [0.4085, 0.4085, 0.0912, 0.0553, 0.0335, 0.0028, 0.0001, 0.0], [0.9517, 0.0474, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9714, 0.0178, 0.0108, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9818, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6812, 0.2506, 0.0339, 0.0339, 0.0002, 0.0001, 0.0001, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9696, 0.0293, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8138, 0.1816, 0.0033, 0.0007, 0.0003, 0.0002, 0.0, 0.0], [0.974, 0.0178, 0.004, 0.0015, 0.0015, 0.0009, 0.0002, 0.0002], [0.7355, 0.1641, 0.0604, 0.0222, 0.0082, 0.005, 0.003, 0.0011], [0.6152, 0.1373, 0.0833, 0.0833, 0.0239, 0.0186, 0.0186, 0.0145], [0.9962, 0.0012, 0.0009, 0.0004, 0.0004, 0.0003, 0.0003, 0.0001], [0.9733, 0.0108, 0.0051, 0.0031, 0.0031, 0.0011, 0.0007, 0.0007], [0.874, 0.0717, 0.016, 0.0076, 0.0076, 0.0059, 0.0059, 0.0036], [0.6655, 0.1485, 0.0425, 0.0331, 0.0258, 0.0157, 0.0095, 0.0095], [0.4286, 0.1786, 0.0657, 0.0512, 0.0188, 0.0166, 0.0166, 0.0147], [0.5365, 0.1742, 0.0932, 0.0823, 0.0267, 0.0126, 0.0098, 0.0087]], "ranks": {"Rust": [98128, 85647, 105173, 131340, 166489, 224100, 120869, 82869, 57275, 36500, 32141, 12761, 12949, 17621, 16276, 17103, 17680, 20124, 19789, 20498, 41097, 44797, 63534, 57192, 82993, 60650, 87210, 76699, 49377, 37571, 23417, 16108, 12088, 5629, 4528, 3498, 3998, 3848, 1400, 1677, 1664, 82, 80, 57, 30, 12, 12]}}, {"pos": 484, "top": [["  ", "   ", "    ", "      ", "     ", "          ", "       ", "s"], ["  ", "   ", "      ", "    ", "s", "     ", "       ", "          "], ["  ", "   ", "      ", "s", "    ", "e", "     ", "          "], ["  ", "   ", "      ", "    ", "     ", "s", "          ", "       "], ["  ", "   ", "    ", "      ", "     ", "s", "          ", "       "], ["  ", "   ", "    ", "      ", "     ", "          ", "s", "       "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "<unk>", "<unused1>", "<eos>", "<mask>"], ["  ", "   ", "    ", "<unused1>", "<unk>", "<eos>", "<mask>", "[multimodal]"], ["  ", "   ", "<unused1>", "<eos>", "<mask>", "<unk>", "[multimodal]", "<pad>"], ["  ", "   ", "    ", "<unused1>", "<unk>", "<eos>", "<mask>", "[multimodal]"], ["  ", "   ", "    ", "      ", "     ", "<unk>", "<unused1>", "<eos>"], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "\t"], ["  ", "   ", "    ", "      ", "     ", " (\"", "<unk>", "<unused1>"], ["  ", "   ", "      ", "    ", "<unk>", "<unused1>", "<eos>", "<mask>"], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", " dramatically"], ["  ", "   ", " leveraging", " crucially", "    ", "      ", " proactively", " dramatically"], ["  ", "   ", " proactively", " leveraging", " aggressively", " crucially", "      ", "    "], ["  ", "   ", " proactively", " crucially", " tweaks", " leveraging", " prioritization", " aggressively"], ["  ", "   ", " prioritization", " proactively", " prototyping", " crucially", " prioritizing", " aggressively"], ["  ", " prioritization", " prioritizing", " proactively", " prioritized", " prototyping", " leveraging", " skillset"], ["  ", " prioritization", " crucially", " proactively", " \u0d38\u0d3e\u0d27\u0d4d\u0d2f\u0d24", " \ube60\ub974\uac8c", "likely", " realistically"], ["likely", "\u5373\u4f7f", " prioritization", "quickly", " optimizations", "potentially", "\u5373\u4fbf", " \u0d38\u0d3e\u0d27\u0d4d\u0d2f\u0d24"], ["\u5373\u4f7f", "likely", "\u5373\u4fbf", " optimizations", " prioritization", " inefficiencies", " likely", "potentially"], ["likely", "\u5373\u4f7f", "\u5373\u4fbf", " likely", " Likely", " optimizations", " inefficiencies", "Even"], ["likely", " likely", "Even", "\u5373\u4f7f", "\u5373\u4fbf", " Likely", "Expect", "expectation"], ["likely", " likely", "\u5373\u4f7f", "Even", " optimizations", " Likely", "\u5373\u4fbf", "even"], ["likely", " likely", " optimizations", " Likely", "\u5373\u4f7f", "Expect", "expectation", " Expect"], [" optimizations", "likely", " Expect", "Expect", " likely", " GPUs", "expectation", "\u5373\u4f7f"], [" optimizations", " GPUs", "likely", " bottlenecks", "Expect", "GPUs", " inefficiencies", " optimization"], [" optimizations", " GPUs", "GPUs", " CPUs", " OpenGL", "\u5373\u4f7f", "likely", " inefficiencies"], [" optimizations", " GPUs", " CPUs", "GPUs", " OpenGL", " Optimization", " optimization", "Optimization"], [" GPUs", " optimizations", " CPUs", " OpenGL", " CPU", "GPUs", "CPU", " GPU"], [" GPUs", " optimizations", " OpenGL", " CPUs", "GPUs", " GPU", " CPU", "OpenGL"], [" GPUs", " optimizations", " CPUs", " CPU", " OpenGL", " GPU", "GPUs", "CPU"], [" GPUs", " CPU", " CPUs", " optimizations", " GPU", "CPU", " OpenGL", "GPUs"], [" GPUs", " optimizations", " CPU", " CPUs", " GPU", " OpenGL", " optimization", "CPU"], [" CPU", " optimizations", " GPUs", " CPUs", " GPU", "CPU", " Optimization", " optimization"], [" Android", " GPUs", " optimizations", " CPU", " GPU", " OpenGL", " CPUs", "Android"], [" Android", " CPU", " GPU", " GPUs", " OpenGL", " optimizations", " Optimization", " CPUs"], [" Android", " CPU", " GPU", " GPUs", " OpenGL", " Expect", " CPUs", " Optimization"], [" Android", " Expect", " GPU", " OpenGL", " CPU", " GPUs", " Optimization", " Even"], [" Android", "Even", " Even", " Expect", "Android", " even", "Expect", " Mobile"], ["Even", "Android", "This", "Expect", "Mobile", "It", "The", "Most"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5329, 0.1527, 0.0926, 0.0721, 0.0265, 0.0182, 0.0086, 0.0086], [0.4282, 0.2597, 0.1575, 0.0955, 0.0274, 0.0078, 0.0078, 0.0061], [0.5265, 0.41, 0.0555, 0.0035, 0.0022, 0.0017, 0.0002, 0.0002], [0.9987, 0.0009, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.996, 0.0025, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9215, 0.0756, 0.0023, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9517, 0.0474, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6198, 0.3759, 0.0025, 0.0009, 0.0006, 0.0001, 0.0001, 0.0001], [0.915, 0.0456, 0.0276, 0.0079, 0.0023, 0.0008, 0.0005, 0.0002], [0.5239, 0.3177, 0.091, 0.0552, 0.0075, 0.0017, 0.001, 0.0006], [0.4759, 0.1751, 0.1751, 0.1363, 0.0185, 0.0068, 0.0053, 0.0032], [0.7499, 0.079, 0.0616, 0.0373, 0.0373, 0.0176, 0.0065, 0.0051], [0.811, 0.0518, 0.0404, 0.0404, 0.0245, 0.007, 0.007, 0.0055], [0.625, 0.1086, 0.0846, 0.0513, 0.04, 0.0214, 0.0147, 0.0079], [0.5558, 0.1405, 0.0664, 0.0456, 0.0314, 0.0244, 0.019, 0.0131], [0.1892, 0.0894, 0.0789, 0.0614, 0.0478, 0.0373, 0.0329, 0.029], [0.5508, 0.1085, 0.0745, 0.0658, 0.0658, 0.0352, 0.0274, 0.0054]], "ranks": {"Rust": [26604, 24883, 29733, 38651, 56866, 80781, 56988, 62758, 67004, 92524, 103200, 54010, 33411, 21948, 21523, 19200, 26526, 25687, 19342, 26231, 39702, 39760, 84290, 84211, 58390, 25818, 51571, 40298, 11548, 19363, 22342, 18935, 14525, 5502, 6731, 4919, 4882, 4649, 1699, 2829, 3007, 52, 70, 59, 36, 10, 16]}}, {"pos": 485, "top": [["s", "-\u2018", "e", " \u2018", "\u2026\u2019", ".`", "`;", "\u09c7\u09b0"], ["s", "e", "-\u2018", "\u09c7\u09b0", "sion", "\u0627\u062a", "t", "`;"], ["s", "e", "sion", "\u0627\u062a", "es", "y", "t", "\u09c7\u09b0"], ["s", "e", "sion", "\u0627\u062a", " `@", "\u09c7\u09b0", "es", "y"], ["s", "e", " `", " `@", " `-", "es", "sion", "\u09c7\u09b0"], ["s", "e", " `", " `-", " `@", " `--", "es", "sion"], ["s", "e", " `", ".`", ":`", " `-", " `@", " `,"], ["s", " `", "e", " `-", ".`", " `,", " `@", ":`"], ["s", "e", " `", ".`", " `-", ":`", "!`", " `,"], ["s", "e", " `", " `-", ".`", " `,", "`", ",\u00bb"], [" `", "s", " `@", " `-", " `,", ".`", "`", "e"], [" `", "s", " `-", ".`", " `@", "`", "`-", "e"], [" `", "s", " `-", ".`", "`", "`-", " `@", "e"], [" `", "s", ".`", " `-", "`", ":`", "!`", "`-"], [".`", " `", "!`", ":`", " `-", "`", "s", "`-"], [".`", " `", "!`", ":`", " `-", "s", "`", "`-"], [" `", " `-", ".`", "!`", "`-", ":`", "`", " `--"], [" `-", " `", "!`", ".`", ":`", " `--", "`-", " `@"], [" `-", " `", " `--", "!`", ":`", "`-", ".`", " `@"], [" `-", " `--", "!`", " `", ":`", " `@", "`-", ".`"], ["!`", " `-", ":`", " `--", " `", "`-", ".`", " `%"], ["!`", " `--", " `-", ":`", " `", "`-", " `@", ".`"], ["!`", " `-", " `--", "`-", " `", ":`", " delays", " `%"], [" vulnerabilities", " delays", " frustrations", " headwinds", " prioritization", " debilitating", " inefficiencies", " underwhelming"], [" delays", " frustrations", " vulnerabilities", " disruptions", " headwinds", " slowdown", " prioritization", " inefficiencies"], [" delays", " vulnerabilities", " frustrations", " prioritization", " inefficiencies", " optimizations", " disruptions", " bottlenecks"], [" inefficiencies", " slowdown", " optimizations", " bottlenecks", " delays", " underwhelming", " prioritization", " suboptimal"], [" inefficiencies", " bottlenecks", " suboptimal", " underwhelming", " failures", " slowdown", " delays", " shortfall"], [" inefficiencies", " bottlenecks", " failures", " suboptimal", " failure", " underwhelming", " optimizations", " difficulties"], [" bottlenecks", " inefficiencies", " suboptimal", " optimizations", " failures", " underwhelming", " difficulties", " inability"], [" bottlenecks", " inefficiencies", " optimizations", " suboptimal", " underwhelming", " failures", " slowdown", " difficulties"], [" bottlenecks", " optimizations", " inefficiencies", " suboptimal", " slowdown", " failures", " overfitting", " difficulties"], [" bottlenecks", " optimizations", " suboptimal", " inefficiencies", " slowdown", " failures", " overfitting", " underwhelming"], [" bottlenecks", " failures", " inefficiencies", " slowdown", " suboptimal", " optimizations", " overfitting", " underwhelming"], [" failures", " bottlenecks", " suboptimal", " failure", " underwhelming", " slowdown", " inefficiencies", " overfitting"], [" bottlenecks", " failures", " slowdown", " suboptimal", " failure", " inefficiencies", " crashes", " overfitting"], [" bottlenecks", " slowdown", " failures", " suboptimal", " failure", " struggles", " inefficiencies", " underwhelming"], [" bottlenecks", " slowdown", " suboptimal", " failures", " crashes", " inefficiencies", " struggles", " failure"], [" bottlenecks", " slowdown", " failures", " failure", " suboptimal", " struggles", " crashes", " instability"], [" bottlenecks", " slowdown", " struggles", " failures", " suboptimal", " crashes", " throttling", " bottleneck"], [" bottlenecks", " struggles", " slowdown", " crippling", " suboptimal", " failures", " bottleneck", " debilitating"], [" bottlenecks", " severe", " crippling", " debilitating", " slowdown", " throttling", " struggles", " bottleneck"], [" bottlenecks", " severe", " crippling", " significant", " slowdown", " crashes", " struggles", " debilitating"], [" bottlenecks", " severe", " crippling", " struggles", " slowdown", " crashes", " throttling", " significant"], [" bottlenecks", " severe", " significant", " crippling", " crashes", " performance", " serious", " throttling"], [" bottlenecks", " significant", " severe", " this", " performance", " struggles", " frame", " bottleneck"], [" this", " bottlenecks", " severe", " significant", " struggles", " it", " to", " sub"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8802, 0.1191, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.7292, 0.2683, 0.0023, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8601, 0.0907, 0.0428, 0.0035, 0.001, 0.0008, 0.0004, 0.0002], [0.6989, 0.1559, 0.0737, 0.0348, 0.0164, 0.006, 0.0047, 0.0047], [0.5775, 0.2728, 0.0474, 0.0369, 0.0369, 0.0082, 0.0082, 0.0064], [0.6619, 0.1896, 0.0543, 0.0423, 0.0257, 0.0094, 0.0074, 0.0045], [0.6013, 0.1723, 0.0814, 0.0814, 0.0299, 0.0141, 0.011, 0.0041], [0.6039, 0.2222, 0.0637, 0.0386, 0.0234, 0.0234, 0.0111, 0.0111], [0.6231, 0.2292, 0.0843, 0.031, 0.0188, 0.0054, 0.0054, 0.002], [0.7371, 0.2112, 0.0286, 0.0173, 0.0023, 0.0014, 0.0011, 0.0004], [0.4673, 0.2834, 0.1043, 0.1043, 0.0233, 0.0086, 0.0052, 0.0013], [0.7176, 0.0971, 0.0971, 0.0459, 0.0217, 0.0131, 0.0038, 0.0007], [0.4872, 0.2301, 0.2301, 0.0115, 0.0089, 0.0089, 0.0069, 0.0033], [0.9441, 0.0173, 0.0082, 0.0064, 0.005, 0.0039, 0.0023, 0.0023], [0.6034, 0.222, 0.1346, 0.0182, 0.0067, 0.0025, 0.0025, 0.0015], [0.2796, 0.2178, 0.1321, 0.1029, 0.1029, 0.0624, 0.0295, 0.023], [0.592, 0.1321, 0.0801, 0.0801, 0.0486, 0.0179, 0.0179, 0.0108], [0.6718, 0.1499, 0.1499, 0.0203, 0.0045, 0.001, 0.001, 0.0006], [0.9042, 0.045, 0.045, 0.0037, 0.0014, 0.0003, 0.0001, 0.0001], [0.8654, 0.1171, 0.0096, 0.0058, 0.0013, 0.0005, 0.0001, 0.0], [0.9352, 0.0466, 0.0171, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.9994, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7283, 0.2679, 0.0018, 0.0018, 0.0001, 0.0, 0.0, 0.0], [0.9782, 0.0109, 0.0109, 0.0, 0.0, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9945, 0.0041, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7867, 0.1755, 0.0238, 0.0068, 0.002, 0.0012, 0.0012, 0.0006], [0.925, 0.0461, 0.0132, 0.0029, 0.0029, 0.0029, 0.0023, 0.0014], [0.5767, 0.3087, 0.0369, 0.0224, 0.0174, 0.0064, 0.0057, 0.005], [0.3385, 0.1245, 0.1099, 0.0856, 0.0404, 0.0245, 0.0245, 0.0191], [0.3002, 0.2063, 0.1821, 0.0591, 0.0217, 0.0192, 0.0169, 0.0169]], "ranks": {"Rust": [92250, 84980, 101302, 128166, 124955, 131383, 74970, 75477, 44813, 35671, 39513, 18223, 12566, 7034, 7226, 5834, 4020, 4415, 5264, 5308, 8793, 8879, 10971, 24284, 44678, 70558, 79562, 70943, 84745, 52573, 43561, 31100, 24567, 24960, 19382, 21596, 20000, 19796, 11310, 10905, 9005, 8986, 9339, 6671, 5628, 4455, 2922]}}, {"pos": 486, "top": [["a", "s", "e", "\"<<", " \"<<", "o", "i", "y"], ["s", "e", "a", "\"<<", "i", "o", "y", " \"<<"], ["e", "s", "a", "i", "y", "o", "sion", "\u06cc"], ["e", "s", "a", "i", "\u06cc", "y", "o", "sion"], ["s", "e", "a", " \"<<", "y", "i", "sion", "o"], ["s", "e", "a", " \"<<", "\u06cc", "sion", "ing", "y"], [" \"<<", "e", "s", " ''", "a", " '''", "\"<<", "''"], [" \"<<", "e", "s", " ''", " '''", "a", "''", "  "], ["e", "s", "  ", " \"<<", "a", " ''", "''", "!\""], ["  ", "e", " \"<<", "s", " ''", "''", " really", "a"], ["  ", "e", " \"<<", " incredibly", "s", " really", " truly", " *"], [" incredibly", " really", "e", "  ", ",", " ultimately", " truly", " though"], ["  ", " really", " incredibly", ",", "!", "e", " truly", " though"], ["!", ",", "  ", " really", ".", " incredibly", "!\"", "e"], ["!", ",", ".", "  ", "!\"", " really", " incredibly", " will"], ["!", ",", "!\"", ".", " incredibly", " really", "!\",", "!\"."], ["!\"", "!", " incredibly", " really", ",", "!\".", "!\",", "."], ["!\"", "!", "!\".", " really", " incredibly", "!\",", ".", ".\"\""], [" incredibly", " really", "!", "!\"", "!\".", " pretty", " truly", " REALLY"], [" incredibly", " really", " wildly", "!", " truly", " REALLY", " hugely", " crucial"], [" incredibly", "!", "!\"", " really", "!\".", "!'", " REALLY", " truly"], [" incredibly", " really", " REALLY", " pretty", "!", " truly", " realistically", " wildly"], [" incredibly", " really", " REALLY", " will", " truly", " pretty", " ultimately", " slowdown"], [" incredibly", " prioritization", " impactful", " prioritized", " REALLY", " crucial", " realistically", " fundamentally"], [" prioritization", " prioritized", " impactful", " incredibly", " proactively", " prioritizing", " priorit", " prioritize"], [" prioritization", " prioritized", " prioritize", " prioritise", " prioritizing", " incredibly", " proactively", " priorit"], [" prioritization", " prioritized", " incredibly", " likely", " relentlessly", " prioritizing", " realistically", " prioritise"], [" prioritization", " initially", " likely", " prioritized", " slowest", " weakest", " initial", " incredibly"], [" prioritization", " prioritized", " outperforms", " slowest", " fastest", " initially", " earliest", " prioritise"], [" earliest", " prioritization", " slowest", " prioritized", " fastest", " weakest", " outperforms", " quickest"], [" prioritization", " slowest", " weakest", " failure", " outperforms", " prioritized", " fastest", " failing"], [" slowest", " prioritization", " weakest", " outperforms", " earliest", " bottlenecks", " slowdown", " prioritized"], [" slowest", " to", " prioritization", " bottlenecks", " outperforms", " weakest", " bottleneck", " failure"], [" to", " slowest", " bottlenecks", " slowdown", " failure", " bottleneck", " weakest", " failing"], [" failure", " to", " failing", " failures", " shortfall", " fails", " failings", " bottlenecks"], [" failure", " to", " failing", " failures", " fails", " bottlenecks", " shortfall", " breakage"], [" failure", " to", " failing", " failures", " bottlenecks", " fails", " breakage", " bottleneck"], [" to", " failure", " failing", " fails", " failures", " crashing", " bottlenecks", " bottleneck"], [" to", " failure", " failing", " fails", " breakage", " crashing", " fail", " failures"], [" to", " failing", " failure", " fails", " fail", " failures", " crashing", " breakage"], [" to", " failing", " failure", " fails", " fail", " failures", " crashing", " breakage"], [" to", " failing", " failure", " fails", " fail", " breakage", " failures", " crashing"], [" to", " failing", " failure", " fail", " fails", " crashing", " breakage", " failures"], [" to", " failing", " failure", " fail", " fails", " crashing", " failures", " collapse"], [" to", " failing", " failure", " fail", " fails", " target", " performance", " hitting"], [" to", " failing", " failure", " fail", " fails", " target", " will", " hitting"], [" to", " failing", " target", " failure", " fail", " will", " fails", " bottleneck"]], "p": [[0.3542, 0.2149, 0.2149, 0.2149, 0.0005, 0.0004, 0.0002, 0.0001], [0.9692, 0.0293, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.996, 0.0025, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9875, 0.011, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.73, 0.2686, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6198, 0.3759, 0.0042, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5239, 0.3178, 0.1501, 0.0035, 0.0027, 0.0008, 0.0005, 0.0002], [0.4502, 0.2731, 0.2127, 0.0475, 0.0106, 0.0024, 0.0011, 0.0009], [0.6279, 0.2966, 0.0401, 0.0243, 0.0054, 0.0018, 0.0012, 0.0008], [0.8854, 0.0824, 0.0162, 0.0068, 0.0036, 0.0019, 0.001, 0.0006], [0.8349, 0.113, 0.0286, 0.0105, 0.0044, 0.0014, 0.001, 0.0006], [0.6725, 0.091, 0.0295, 0.023, 0.0179, 0.0158, 0.014, 0.014], [0.3298, 0.2, 0.1213, 0.0573, 0.0506, 0.0239, 0.0211, 0.0164], [0.4455, 0.1857, 0.0603, 0.0603, 0.0532, 0.0251, 0.0251, 0.0196], [0.5293, 0.1517, 0.1042, 0.0558, 0.0264, 0.0233, 0.016, 0.0124], [0.695, 0.0646, 0.057, 0.057, 0.0392, 0.0269, 0.0077, 0.0068], [0.3713, 0.3276, 0.0731, 0.0569, 0.0391, 0.0345, 0.0127, 0.0112], [0.4449, 0.2381, 0.0682, 0.0682, 0.0414, 0.0251, 0.0251, 0.0119], [0.3377, 0.298, 0.1595, 0.0968, 0.0148, 0.0102, 0.009, 0.007], [0.8762, 0.056, 0.0125, 0.0076, 0.0059, 0.0046, 0.0025, 0.0025], [0.4097, 0.1935, 0.1174, 0.1036, 0.0231, 0.0231, 0.0159, 0.0109], [0.6451, 0.2373, 0.0221, 0.0104, 0.0092, 0.0072, 0.0056, 0.0049], [0.5142, 0.3119, 0.0329, 0.0176, 0.0107, 0.0057, 0.0057, 0.0035], [0.8754, 0.0719, 0.0436, 0.0046, 0.0006, 0.0005, 0.0004, 0.0004], [0.9878, 0.0085, 0.0012, 0.0009, 0.0004, 0.0003, 0.0002, 0.0001], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9849, 0.0109, 0.0015, 0.0009, 0.0005, 0.0005, 0.0003, 0.0001], [0.8198, 0.0673, 0.0673, 0.0408, 0.0012, 0.0012, 0.0007, 0.0003], [0.8554, 0.1158, 0.0258, 0.0013, 0.0005, 0.0005, 0.0003, 0.0002], [0.6093, 0.136, 0.0825, 0.0825, 0.0825, 0.0041, 0.0025, 0.0003], [0.6693, 0.2462, 0.0549, 0.0202, 0.0027, 0.0027, 0.0017, 0.0006], [0.9654, 0.0292, 0.0039, 0.0009, 0.0003, 0.0001, 0.0001, 0.0], [0.8107, 0.1809, 0.0033, 0.0033, 0.0012, 0.0003, 0.0003, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6209, 0.3766, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9088, 0.0746, 0.0166, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6652, 0.2447, 0.09, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9684, 0.0292, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9714, 0.0178, 0.0108, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9862, 0.0085, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9953, 0.0032, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0009, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0004, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0]], "ranks": {"Rust": [35522, 36947, 48130, 44676, 27997, 28507, 4497, 4844, 3389, 1922, 3406, 2161, 2450, 2777, 3310, 3032, 3238, 3406, 3288, 2622, 4611, 5952, 7664, 11851, 16681, 40447, 70265, 79420, 101921, 94366, 75401, 69813, 51440, 34335, 34860, 28341, 30615, 21284, 15226, 11495, 10739, 11711, 8059, 6347, 8558, 4816, 2721]}}, {"pos": 487, "top": [["</h4>", ",..", ",,", "...", "..", "..,", ",...", "...,"], [",..", "</h4>", " ''", "..", ",,", "...", "..'", "..,"], [",..", ",,", "..", " ''", " >>", "...", " ,,", "  "], [" >>", " ,,", " ''", "  ", " <<", "   ", " ~", "..."], ["  ", " >>", " ''", "s", "...", "   ", " flavour", " ~"], [" ''", "  ", " '''", " \u2018\u2019", " >>", " ,,", " \u300b", "s"], ["  ", " ''", " be", " \u2018\u2019", " '''", " >>", "s", " flavour"], ["  ", " ''", " \u2018\u2019", " be", ",", " >>", " '''", " \u300b"], ["  ", " ''", " be", " \u2018\u2019", " '''", " \u300b", ",", " flavour"], ["  ", " be", " ''", "   ", " '''", " '", " being", " \u2018\u2019"], ["  ", " be", " much", " overall", " being", " \u2018", " flavour", " though"], [" much", " be", " overall", " eventually", ",", " incredibly", " heavily", " though"], [",", " be", " much", " overall", " very", "  ", " being", " just"], [",", " be", " will", " would", " pretty", " much", " very", " just"], [",", " will", " much", " be", " would", " pretty", " very", " overall"], [",", " pretty", " incredibly", " much", " quite", " very", " really", " just"], [" pretty", " very", " incredibly", ",", " really", " much", " quite", " something"], [" pretty", " very", " really", " something", " incredibly", " quite", " much", " even"], [" incredibly", " pretty", " heavily", " very", " really", " even", " something", " much"], [" heavily", " incredibly", " even", " pretty", " increasingly", " much", " robust", " focus"], [" pretty", " heavily", " needs", " even", " really", " incredibly", " needing", " needed"], [" heavily", " needs", " slowdown", " pretty", " really", " needing", " incredibly", " likely"], [" heavily", " needs", " needing", " pretty", " really", " priorit", " bottlenecks", " eventually"], [" prioritized", " prioritization", " priorit", " impactful", " prioritise", " bottlenecks", " incredibly", " massively"], [" prioritized", " prioritization", " bottlenecks", " massively", " priorit", " prioritise", " impactful", " relentlessly"], [" prioritization", " prioritized", " bottlenecks", " inefficiencies", " overfitting", " relentlessly", " prioritise", " slowdown"], [" underwhelming", " relentlessly", " prioritization", " inefficiencies", " bottlenecks", " suboptimal", " prioritized", " overfitting"], [" underwhelming", " suboptimal", " bottlenecks", " shortfall", " inefficiencies", " failure", " overfitting", " slowest"], [" underwhelming", " bottlenecks", " outperforms", " slowest", " suboptimal", " failure", " prioritise", " prioritized"], [" bottlenecks", " slowest", " shortfall", " outperforms", " underwhelming", " suboptimal", " bottleneck", " weakest"], [" bottlenecks", " slowest", " outperforms", " shortfall", " bottleneck", " underwhelming", " suboptimal", " failure"], [" slowest", " bottlenecks", " outperforms", " shortfall", " bottleneck", " slowdown", " overfitting", " suboptimal"], [" bottlenecks", " slowest", " outperforms", " bottleneck", " shortfall", " underwhelming", " suboptimal", " overfitting"], [" bottlenecks", " slowest", " bottleneck", " overfitting", " failure", " suffer", " suffers", " shortfall"], [" failure", " fail", " failing", " failures", " bottlenecks", " fails", " shortfall", " exceed"], [" fail", " failure", " violate", " failures", " failing", " fails", " suffer", " bottlenecks"], [" failure", " fail", " bottlenecks", " failing", " violate", " breakage", " failures", " fails"], [" fail", " violate", " bottlenecks", " suffer", " failure", " overheat", " failing", " overshoot"], [" fail", " breakage", " violate", " crumble", " suffer", " breach", " breached", " struggle"], [" fail", " crumble", " failing", " failure", " fails", " breakage", " violate", " collapse"], [" fail", " crumble", " failing", " breakage", " failure", " fails", " violate", " collapse"], [" fail", " crumble", " violate", " collapse", " breach", " consistently", " failing", " stumble"], [" fail", " crumble", " collapse", " fails", " violate", " stumble", " struggle", " require"], [" fail", " crumble", " collapse", " fall", " stumble", " be", " struggle", " violate"], [" fail", " be", " crumble", " consistently", " collapse", " struggle", " fall", " crash"], [" fail", " be", " fall", " crumble", " struggle", " suffer", " collapse", " consistently"], [" fail", " be", " fall", " crumble", " consistently", " struggle", " become", " buckle"]], "p": [[0.9939, 0.0052, 0.0004, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.7861, 0.1064, 0.0645, 0.0185, 0.0144, 0.0053, 0.0041, 0.0003], [0.9563, 0.0371, 0.0064, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9855, 0.0066, 0.0052, 0.0024, 0.0003, 0.0, 0.0, 0.0], [0.9936, 0.0041, 0.0015, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.968, 0.0292, 0.0019, 0.0004, 0.0003, 0.0002, 0.0001, 0.0], [0.5562, 0.4332, 0.0023, 0.0023, 0.0014, 0.0012, 0.0012, 0.0009], [0.8013, 0.1084, 0.0512, 0.0311, 0.0023, 0.0015, 0.0014, 0.0006], [0.9374, 0.0363, 0.0172, 0.0063, 0.0011, 0.0005, 0.0004, 0.0003], [0.9962, 0.0022, 0.0008, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9346, 0.0411, 0.0038, 0.0038, 0.0038, 0.003, 0.0023, 0.0008], [0.2028, 0.123, 0.1086, 0.0453, 0.0399, 0.0311, 0.0311, 0.0274], [0.099, 0.099, 0.0601, 0.053, 0.0413, 0.0413, 0.0364, 0.0284], [0.5407, 0.057, 0.0238, 0.0185, 0.0144, 0.0144, 0.0127, 0.0127], [0.4316, 0.0401, 0.0354, 0.0354, 0.0313, 0.0244, 0.019, 0.013], [0.1887, 0.1887, 0.0694, 0.0541, 0.0541, 0.0541, 0.0477, 0.0372], [0.1715, 0.0918, 0.081, 0.0715, 0.0631, 0.0557, 0.0491, 0.0383], [0.1087, 0.0747, 0.0582, 0.0582, 0.0513, 0.0353, 0.0353, 0.0275], [0.0828, 0.073, 0.0569, 0.0569, 0.0345, 0.0304, 0.0269, 0.0237], [0.1015, 0.0423, 0.0291, 0.0291, 0.0291, 0.02, 0.0176, 0.0176], [0.0331, 0.0258, 0.0201, 0.0177, 0.0177, 0.0156, 0.0156, 0.0138], [0.1144, 0.0328, 0.0328, 0.0255, 0.0255, 0.0255, 0.0199, 0.0199], [0.0778, 0.0606, 0.0535, 0.0472, 0.0472, 0.0368, 0.0324, 0.0324], [0.5152, 0.4012, 0.0256, 0.0121, 0.0121, 0.0073, 0.0073, 0.0035], [0.6093, 0.3696, 0.0112, 0.0019, 0.0012, 0.0012, 0.0009, 0.0007], [0.9533, 0.0288, 0.0175, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.3232, 0.196, 0.196, 0.1189, 0.1189, 0.0161, 0.0161, 0.0059], [0.4882, 0.2961, 0.1796, 0.0243, 0.0089, 0.002, 0.0003, 0.0001], [0.6858, 0.0928, 0.0928, 0.0563, 0.0207, 0.0207, 0.0126, 0.0046], [0.4878, 0.4878, 0.0147, 0.0033, 0.0033, 0.002, 0.0004, 0.0003], [0.6874, 0.1534, 0.093, 0.0564, 0.0046, 0.0028, 0.0017, 0.0002], [0.7127, 0.2622, 0.0215, 0.0029, 0.0004, 0.0001, 0.0, 0.0], [0.5916, 0.3588, 0.0486, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.9843, 0.0109, 0.0024, 0.0015, 0.0003, 0.0002, 0.0001, 0.0001], [0.7511, 0.1676, 0.0617, 0.0138, 0.0031, 0.0019, 0.0003, 0.0003], [0.6827, 0.2512, 0.056, 0.0046, 0.0028, 0.0017, 0.0006, 0.0002], [0.431, 0.431, 0.0583, 0.0354, 0.0354, 0.0029, 0.0029, 0.0018], [0.7102, 0.2613, 0.013, 0.013, 0.0011, 0.0006, 0.0002, 0.0001], [0.9532, 0.0288, 0.0106, 0.0039, 0.0024, 0.0003, 0.0002, 0.0001], [0.9991, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9945, 0.0052, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7298, 0.2685, 0.0007, 0.0007, 0.0001, 0.0001, 0.0, 0.0], [0.9621, 0.0373, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9219, 0.0757, 0.0007, 0.0005, 0.0002, 0.0001, 0.0001, 0.0001], [0.8744, 0.0718, 0.0384, 0.0046, 0.0013, 0.0012, 0.0012, 0.0008], [0.8496, 0.079, 0.0329, 0.0121, 0.0039, 0.0016, 0.0014, 0.0014], [0.4942, 0.3849, 0.0406, 0.0149, 0.0091, 0.008, 0.0062, 0.0038]], "ranks": {"Rust": [13558, 15925, 24192, 17214, 14327, 15940, 3005, 3458, 2019, 1953, 2346, 1405, 1650, 1344, 1290, 1301, 1536, 1111, 1708, 1989, 3665, 4746, 6879, 12325, 18866, 33180, 53828, 76882, 100745, 79625, 61933, 47621, 32079, 14323, 18380, 13295, 16502, 9307, 5950, 4364, 5225, 3497, 3081, 1886, 2121, 1238, 970]}}, {"pos": 488, "top": [["..\"", "..", " e", " o", " ${", "\u3002\u3002\u3002\u3002", "<start_of_image>", " '"], ["..\"", "..", " ${", " e", "..'", "\u3002\u3002\u3002\u3002", " o", " '"], ["..", "<start_of_image>", " ${", "..\"", "\u3002\u3002\u3002\u3002", " {", " e", " \".."], ["<start_of_image>", " ${", "  ", "\u3002\u3002\u3002\u3002", " {", " \\", " e", "..\""], [" ${", "<start_of_image>", "  ", " \"..", " '", " \\", " e", " {"], [" ${", " \\", " '", "  ", "<start_of_image>", " ?", " {\\", " $^{"], [" ${", "<start_of_image>", "  ", " \\", " '", " $^{", " \\'", " ${\\"], [" ${", "<start_of_image>", "  ", " \\", " '", " \\'", " $^{", " #{"], ["<start_of_image>", " ${", " '", "  ", " \\", " \\'", " alot", " $^{"], ["  ", "<start_of_image>", " '", " ${", "   ", " \\", " \\'", " alot"], [" ${", "  ", " '", "<start_of_image>", " \",", " \\", " #{", " \\'"], [" ${", "<start_of_image>", " '", "  ", " something", " overall", " alot", " very"], [" ${", "  ", " '", "<start_of_image>", " something", " very", " overall", " quite"], ["  ", " ${", " '", " something", "<start_of_image>", " quite", " a", " very"], [" '", " ${", "  ", " something", " quite", "<start_of_image>", " very", " a"], [" something", " quite", " '", "  ", " very", " pretty", " incredibly", " ${"], ["  ", " something", " very", " quite", " pretty", " '", " incredibly", " really"], [" something", "  ", " '", ".\",", " \",", " quite", "...\",", " very"], [" something", " quite", " '", " very", " incredibly", " pretty", " ${", " rather"], [" incredibly", " quite", " focused", " focus", " something", " heavily", " very", " enough"], [" incredibly", " focus", " focused", " enough", " effort", " prioritized", " difficult", " something"], [" incredibly", " heavily", " frustrating", " crucial", " slow", " intense", " quite", " difficult"], [" incredibly", " extremely", " very", " really", " prioritized", " quite", " frustrating", " difficult"], [" prioritized", " incredibly", " impactful", " prioritization", " frustrating", " massively", " hardest", " relentlessly"], [" prioritized", " impactful", " frustrating", " incredibly", " prioritization", " relentlessly", " massively", " iterative"], [" prioritized", " prioritization", " impactful", " relentlessly", " estremamente", " iterative", " incredibly", " relentless"], [" relentlessly", " impactful", " incredibly", " relentless", " estremamente", " underwhelming", " prioritized", " suboptimal"], [" suboptimal", " incredibly", " underwhelming", " relentlessly", " estremamente", " prioritized", " massively", " slowest"], [" suboptimal", " impossible", " underwhelming", " prioritized", " slowest", " incredibly", " hardest", " toughest"], [" suboptimal", " slowest", " prioritized", " underwhelming", " bottlenecks", " weakest", " problematic", " impossible"], [" suboptimal", " bottlenecks", " underwhelming", " problematic", " bottleneck", " slowest", " impossible", " hardest"], [" suboptimal", " slowest", " bottlenecks", " underwhelming", " impossible", " bottleneck", " weakest", " problematic"], [" suboptimal", " slowest", " bottlenecks", " problematic", " underwhelming", " unsustainable", " weakest", " unusable"], [" slowest", " suboptimal", " problematic", " bottlenecks", " weakest", " underwhelming", " unusable", " unsustainable"], [" slowest", " suboptimal", " unattainable", " unsustainable", " problematic", " unreachable", " bottlenecks", " unusable"], [" unattainable", " suboptimal", " slowest", " impossible", " unsustainable", " problematic", " unusable", " unreachable"], [" unusable", " problematic", " suboptimal", " unattainable", " unsustainable", " untenable", " impossible", " intractable"], [" problematic", " unusable", " unattainable", " suboptimal", " unsustainable", " unreachable", " untenable", " intractable"], [" problematic", " unsustainable", " unattainable", " consistently", " unusable", " intractable", " untenable", " chronically"], [" chronically", " problematic", " consistently", " unusable", " unsustainable", " unattainable", " intractable", " painfully"], [" chronically", " consistently", " problematic", " severely", " unsustainable", " intractable", " unusable", " unattainable"], [" chronically", " consistently", " severely", " problematic", " unsustainable", " unattainable", " intractable", " hopelessly"], [" severely", " chronically", " consistently", " unattainable", " problematic", " unusable", " unreachable", " intractable"], [" chronically", " consistently", " severely", " unattainable", " problematic", " unusable", " unreachable", " crippling"], [" consistently", " chronically", " severely", " crippling", " problematic", " unattainable", " perpetually", " failing"], [" the", " consistently", " chronically", " severely", " significantly", " failing", " drastically", " constantly"], [" the", " consistently", " a", " significantly", " chronically", " failing", " constantly", " severely"]], "p": [[0.8864, 0.0567, 0.0344, 0.006, 0.006, 0.0036, 0.0022, 0.0017], [0.4165, 0.4165, 0.1532, 0.0098, 0.0013, 0.0013, 0.001, 0.0001], [0.8741, 0.1183, 0.0059, 0.0013, 0.0001, 0.0001, 0.0001, 0.0], [0.777, 0.2226, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5437, 0.4234, 0.0271, 0.0029, 0.0013, 0.0008, 0.0003, 0.0001], [0.9656, 0.0227, 0.0084, 0.0031, 0.0002, 0.0, 0.0, 0.0], [0.9018, 0.0951, 0.0029, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9704, 0.0293, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9593, 0.0372, 0.0024, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.9465, 0.0223, 0.0173, 0.0135, 0.0001, 0.0001, 0.0001, 0.0], [0.7534, 0.2158, 0.0292, 0.0005, 0.0002, 0.0002, 0.0002, 0.0001], [0.7852, 0.1364, 0.0502, 0.0112, 0.0053, 0.0022, 0.0012, 0.0008], [0.3269, 0.3269, 0.0937, 0.0729, 0.0729, 0.0184, 0.0112, 0.0087], [0.2178, 0.1922, 0.1696, 0.0908, 0.0334, 0.0295, 0.0295, 0.026], [0.2142, 0.1472, 0.1299, 0.1299, 0.0542, 0.0478, 0.029, 0.0199], [0.3057, 0.1636, 0.0992, 0.0682, 0.0682, 0.0602, 0.0322, 0.0221], [0.4878, 0.2033, 0.066, 0.0454, 0.0312, 0.0312, 0.0167, 0.0147], [0.337, 0.0965, 0.0752, 0.0752, 0.0517, 0.0456, 0.0313, 0.0313], [0.338, 0.0754, 0.0666, 0.0587, 0.0404, 0.0277, 0.0245, 0.0216], [0.2095, 0.0467, 0.0467, 0.0412, 0.0364, 0.0321, 0.025, 0.0221], [0.1019, 0.0331, 0.0331, 0.0292, 0.0292, 0.0258, 0.0258, 0.0227], [0.2812, 0.0431, 0.0431, 0.0381, 0.0381, 0.0262, 0.0262, 0.0204], [0.3591, 0.0429, 0.0334, 0.0334, 0.026, 0.026, 0.026, 0.0203], [0.5124, 0.3108, 0.0693, 0.0693, 0.0199, 0.0044, 0.0016, 0.0016], [0.7248, 0.1259, 0.0595, 0.0463, 0.017, 0.0103, 0.0049, 0.0038], [0.7598, 0.1695, 0.0624, 0.0051, 0.0007, 0.0007, 0.0004, 0.0004], [0.879, 0.0438, 0.0265, 0.0265, 0.0098, 0.0036, 0.0036, 0.0022], [0.6841, 0.1527, 0.0926, 0.0341, 0.0125, 0.0076, 0.0046, 0.0028], [0.5254, 0.3187, 0.1172, 0.0159, 0.0096, 0.0035, 0.0021, 0.0013], [0.9745, 0.0178, 0.0024, 0.0015, 0.0015, 0.0009, 0.0005, 0.0005], [0.9755, 0.0108, 0.0066, 0.004, 0.0009, 0.0009, 0.0005, 0.0002], [0.6217, 0.3771, 0.0006, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.8172, 0.1823, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5692, 0.3453, 0.077, 0.0023, 0.0023, 0.0014, 0.0009, 0.0005], [0.6385, 0.2349, 0.0524, 0.0193, 0.0117, 0.0117, 0.0117, 0.0117], [0.289, 0.1753, 0.1753, 0.1753, 0.1063, 0.0645, 0.0087, 0.0032], [0.5713, 0.1275, 0.1275, 0.0773, 0.0773, 0.0063, 0.0063, 0.0038], [0.5928, 0.1323, 0.1323, 0.0487, 0.0295, 0.0295, 0.0109, 0.0109], [0.4098, 0.4098, 0.1508, 0.0124, 0.0075, 0.0046, 0.0017, 0.0017], [0.9094, 0.0453, 0.0275, 0.0101, 0.0048, 0.0008, 0.0006, 0.0005], [0.895, 0.0347, 0.027, 0.027, 0.006, 0.0037, 0.0017, 0.0013], [0.423, 0.3294, 0.0735, 0.0735, 0.0446, 0.0164, 0.0077, 0.006], [0.6607, 0.1148, 0.0696, 0.0422, 0.0329, 0.02, 0.0155, 0.0094], [0.5422, 0.226, 0.121, 0.0238, 0.0099, 0.0088, 0.006, 0.006], [0.3057, 0.1854, 0.0469, 0.0469, 0.0469, 0.0365, 0.0284, 0.0251], [0.8196, 0.0762, 0.0218, 0.0117, 0.0071, 0.0071, 0.0071, 0.0063]], "ranks": {"Rust": [16864, 20391, 26036, 29739, 22430, 28645, 8344, 8991, 6729, 3890, 5600, 5404, 4124, 3229, 2603, 2777, 3464, 3027, 3720, 3883, 5788, 6749, 9759, 16149, 29436, 57589, 79790, 123122, 119050, 162426, 154688, 140641, 108463, 72649, 79161, 51489, 58319, 57079, 34930, 37587, 24649, 30027, 19864, 15828, 17940, 12014, 9010]}}, {"pos": 489, "top": [["<start_of_image>", "...", "</h1>", "s", "..", "  ", "....", "colours"], ["s", "...", "e", "</h1>", "<start_of_image>", "..", "l", "colours"], ["<start_of_image>", "s", "e", "...", "..", "  ", "</h1>", "</b>"], ["<start_of_image>", "  ", "s", "e", "...", "   ", " ${", "</b>"], ["s", "<start_of_image>", "  ", "e", "   ", "...", "</b>", "t"], ["s", "  ", "e", "\ufffd", " ${", "<sup>", " \u200b", "<start_of_image>"], ["\ufffd", "  ", "s", "<start_of_image>", " ${", "e", "<sup>", "   "], ["\ufffd", "  ", "s", "<start_of_image>", "e", " ${", " favour", " colour"], ["\ufffd", "  ", "<start_of_image>", "s", " favour", " colour", " colours", " flavour"], ["\ufffd", "  ", "<start_of_image>", "s", "   ", " favour", " '", "..."], ["\ufffd", "  ", " '", " `", "   ", " biggest", "s", " favour"], ["\ufffd", "  ", " '", " amongst", " incredibly", " biggest", " way", " impactful"], ["\ufffd", "  ", "...", " amongst", " '", " biggest", " way", " incredibly"], ["\ufffd", "...", "  ", ",", " '", " way", " amongst", " pretty"], ["\ufffd", "...", "  ", ",", "\u2026", " '", "...',", "...'"], ["\ufffd", "...", "  ", ",", "\u2026", "...',", "...'", " incredibly"], ["\ufffd", "  ", ",", " incredibly", " pretty", "...", " impactful", " '"], ["...", "\u2026", "\ufffd", "...'", "  ", "...',", " impactful", " incredibly"], ["...", " incredibly", " impactful", " pretty", " vibe", " '", "\u2026", " focus"], [" impactful", " incredibly", " crucial", " focus", " shift", " initial", " trajectory", "..."], [" impactful", " incredibly", " desperate", " crucial", " desperation", " toughest", " hardest", " initial"], [" impactful", " crucial", " initial", " slowdown", " toughest", " focus", " workflow", " incredibly"], [" prioritization", " initial", " toughest", " slowdown", " focus", " hardest", " impactful", " inevitable"], [" impactful", " prioritization", " toughest", " prioritized", " hardest", " skillset", " crucial", " vulnerabilities"], [" prioritization", " impactful", " toughest", " hardest", " fastest", " prioritized", " slowest", " quickest"], [" toughest", " prioritization", " hardest", " fastest", " slowest", " quickest", " impactful", " prioritized"], [" toughest", " slowest", " hardest", " fastest", " quickest", " impactful", " prioritization", " weakest"], [" slowest", " fastest", " toughest", " quickest", " hardest", " weakest", " earliest", " biggest"], [" toughest", " fastest", " slowest", " quickest", " hardest", " weakest", " biggest", " earliest"], [" slowest", " fastest", " quickest", " toughest", " weakest", " hardest", " bottlenecks", " bottleneck"], [" slowest", " fastest", " quickest", " toughest", " hardest", " weakest", " bottlenecks", " bottleneck"], [" slowest", " fastest", " quickest", " weakest", " toughest", " hardest", " earliest", " biggest"], [" slowest", " weakest", " fastest", " quickest", " toughest", " hardest", " bottleneck", " bottlenecks"], [" first", " quickest", " earliest", " slowest", " fastest", "\u7b2c\u4e00\u4e2a", "first", " weakest"], [" first", " quickest", " slowest", " earliest", " fastest", " biggest", "first", " weakest"], [" first", " slowest", " earliest", " biggest", " quickest", " fastest", " weakest", "first"], [" first", " slowest", " earliest", " biggest", " quickest", " weakest", " fastest", " hardest"], [" first", " slowest", " roadblock", " bottleneck", " earliest", " biggest", "first", " primeiro"], [" first", " earliest", " slowest", "first", " biggest", " roadblock", " primeiro", " quickest"], [" first", " bottleneck", " roadblock", " earliest", " bottlenecks", " quickest", " slowest", " fastest"], [" first", " bottleneck", " roadblock", " quickest", " bottlenecks", " biggest", " fastest", " earliest"], [" biggest", " first", " quickest", " bottleneck", " fastest", " hardest", " roadblock", " earliest"], [" first", " biggest", " bottleneck", " quickest", " fastest", " roadblock", " earliest", " hardest"], [" bottleneck", " first", " biggest", " quickest", " roadblock", " fastest", " bottlenecks", " earliest"], [" first", " bottleneck", " biggest", " initial", " earliest", " primary", " bottlenecks", " fastest"], [" first", " bottleneck", " immediate", " biggest", " primary", " earliest", " initial", " quickest"], [" first", " bottleneck", " primary", " biggest", " initial", " absolute", " immediate", " earliest"]], "p": [[0.9935, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0007, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5065, 0.3072, 0.1863, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.993, 0.0067, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9824, 0.0085, 0.0066, 0.0019, 0.0001, 0.0, 0.0, 0.0], [0.9378, 0.06, 0.0018, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9376, 0.0599, 0.0023, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8811, 0.1052, 0.0111, 0.0006, 0.0003, 0.0002, 0.0002, 0.0002], [0.9144, 0.0662, 0.0054, 0.0048, 0.0016, 0.0014, 0.0011, 0.0007], [0.1817, 0.1415, 0.0973, 0.0405, 0.0316, 0.0316, 0.0246, 0.0246], [0.4374, 0.076, 0.0592, 0.0359, 0.0317, 0.0317, 0.0192, 0.015], [0.217, 0.1162, 0.0798, 0.0549, 0.0427, 0.0427, 0.0377, 0.0333], [0.3019, 0.1259, 0.0674, 0.0595, 0.0525, 0.0318, 0.0318, 0.0281], [0.1437, 0.1437, 0.0988, 0.0679, 0.0679, 0.0599, 0.0363, 0.0283], [0.6486, 0.3064, 0.0196, 0.0093, 0.0072, 0.0034, 0.0008, 0.0008], [0.4695, 0.2218, 0.1727, 0.1048, 0.0142, 0.0142, 0.0012, 0.0009], [0.3969, 0.3969, 0.146, 0.0326, 0.0198, 0.0044, 0.0027, 0.0004], [0.6103, 0.2883, 0.0643, 0.0237, 0.0068, 0.0032, 0.0019, 0.0012], [0.3582, 0.3582, 0.2173, 0.0485, 0.0178, 0.0, 0.0, 0.0], [0.3839, 0.3839, 0.1412, 0.0856, 0.0043, 0.001, 0.0001, 0.0001], [0.8768, 0.1187, 0.0036, 0.0005, 0.0003, 0.0001, 0.0, 0.0], [0.7222, 0.2657, 0.008, 0.003, 0.0007, 0.0004, 0.0, 0.0], [0.7056, 0.2596, 0.0213, 0.0078, 0.0048, 0.0006, 0.0002, 0.0], [0.9759, 0.0179, 0.004, 0.0015, 0.0005, 0.0002, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9201, 0.0755, 0.0023, 0.0008, 0.0005, 0.0005, 0.0002, 0.0], [0.7275, 0.2676, 0.003, 0.0011, 0.0007, 0.0001, 0.0, 0.0], [0.7175, 0.1601, 0.0589, 0.0589, 0.0029, 0.0011, 0.0004, 0.0001], [0.6256, 0.2955, 0.0514, 0.0189, 0.0054, 0.0012, 0.0009, 0.0007], [0.6123, 0.3714, 0.0053, 0.0041, 0.0041, 0.0015, 0.0009, 0.0001], [0.8937, 0.0942, 0.006, 0.0017, 0.0015, 0.0009, 0.0004, 0.0003], [0.7398, 0.1457, 0.0325, 0.0325, 0.012, 0.012, 0.0082, 0.0034], [0.7897, 0.1211, 0.027, 0.021, 0.0113, 0.0077, 0.006, 0.0037]], "ranks": {"Rust": [45141, 54279, 87283, 94908, 96388, 89437, 37359, 30076, 21693, 13564, 15348, 11500, 10869, 9854, 8928, 8406, 8346, 7534, 7387, 6689, 14692, 15912, 17934, 30905, 40086, 111947, 111636, 141330, 93179, 127643, 108819, 86170, 64528, 50383, 39223, 19616, 28761, 19231, 10162, 11269, 7433, 5421, 3989, 2144, 1721, 1190, 957]}}, {"pos": 490, "top": [["s", "ieth", ".${", "i", ".'.", ".\u2014", ".',", ".\","], ["s", "ieth", "i", ".${", "\u09c7\u09b0", "\u0647", "s\u0131", "\u094b\u0902"], ["s", "ieth", "i", "e", "\u0647", "\u09c7\u09b0", ".${", "s\u0131"], ["s", "ieth", ".${", "i", "\u0647", "e", " ${", ".\","], ["s", "ieth", "i", "e", "\u0647", ".${", " ${", "\u09c7\u09b0"], ["s", "ieth", " ${", "e", "i", ".${", "\u0647", "<sup>"], ["s", "ieth", " ${", ".${", ".\",", ".',", "e", ".\\"], ["s", "ieth", " ${", ".\",", ".',", ".${", ".\\", "e"], ["s", "ieth", ".',", ".\",", " ${", ".${", ".\\", "e"], ["s", "ieth", " ${", "i", "e", "\u0647", "  ", ".\","], ["s", "ieth", " ${", ".\",", ".',", " thirty", "e", "i"], ["s", ".',", ".\",", "ieth", " ${", ".\\", ".*", ".${"], ["s", ".\",", ".',", "ieth", " ${", ".*", ".\\", ","], [".\",", ".',", "s", ",", ".\\", ".*", " ${", ".'"], [".',", ".\",", ",", ".*", ".\\", "s", ".'", " ${"], [".',", ".\",", ".*", ".\\", ".'", ",", ".'.", ".${"], [".\",", ",", ".',", ".'", " ${", ".\\", "s", ".*"], [".\",", ".',", ".\".", ".'", ".'.", ",", ".*", ".\""], [".',", ".\",", ".'", ".\".", ".'.", ",", ".`", ".';"], [".',", ".\",", ".'", ".'.", ".\".", ".'\"", ".\"", ".';"], [".',", ".\",", ".'", ".'.", ".\".", ".';", ".'\"", ".`"], [".',", ".\",", ".'", " initial", ".';", ".'.", ".`", " quickly"], [" initial", ".',", " quickly", ".\",", " tentative", " troubleshooting", " slowdown", ".`"], [" troubleshooting", " vulnerabilities", " impactful", " prioritization", " initial", " vulnerability", " slowdown", " bottlenecks"], [" troubleshooting", " impactful", " vulnerabilities", " slowdown", " prioritization", " bottlenecks", " disruptions", " initial"], [" troubleshooting", " prioritization", " impactful", " bottlenecks", " vulnerabilities", "\u8e93", " slowdown", " workaround"], [" troubleshooting", " impactful", "\u8e93", " slowdown", " iterative", " workaround", " bottlenecks", " prioritization"], [" bottlenecks", "\u8e93", " slowdown", " bottleneck", " impactful", " troubleshooting", " disruptions", " failure"], [" bottlenecks", "\u8e93", " roadblock", " failure", " bottleneck", " disruption", " troubleshooting", " slowdown"], [" bottlenecks", " bottleneck", " roadblock", " problem", " slowdown", " problems", "\u8e93", " failure"], [" bottlenecks", " bottleneck", " roadblock", "\u8e93", " failure", " casualty", " problems", " problem"], [" bottlenecks", " roadblock", " bottleneck", " failure", " roadblocks", " casualty", " impediment", " slowdown"], [" bottlenecks", " bottleneck", " roadblock", " failure", " roadblocks", " failures", "\u8e93", " hurdle"], [" bottlenecks", " bottleneck", " roadblock", " failure", " failures", " roadblocks", "\u8e93", " hurdle"], [" failure", " failures", " roadblock", " bottlenecks", " bottleneck", " roadblocks", "\u8e93", " failings"], [" bottlenecks", " failure", " breakage", " bottleneck", " failures", " roadblock", " roadblocks", " heartbreak"], [" roadblock", " bottlenecks", " bottleneck", " breakage", " roadblocks", " failure", " failures", " impediment"], [" roadblock", " bottlenecks", " bottleneck", " breakage", " failure", " roadblocks", " failures", " obstacle"], [" roadblock", " breakage", " bottleneck", " bottlenecks", " failure", " roadblocks", " casualty", " failures"], [" roadblock", " bottleneck", " breakage", " bottlenecks", " failure", " roadblocks", " stumbling", " blockage"], [" roadblock", " bottleneck", " breakage", " bottlenecks", " failure", " stumbling", " roadblocks", " blockage"], [" roadblock", " bottleneck", " major", " failure", " breakage", " stumbling", " casualty", " obstacle"], [" roadblock", " bottleneck", " major", " failure", " blockage", " stumbling", " casualty", " obstacle"], [" roadblock", " bottleneck", " major", " casualty", " failure", " thing", " hurdle", " blocker"], [" bottleneck", " roadblock", " major", " casualty", " failure", " thing", " hurdle", " blocker"], [" bottleneck", " major", " casualty", " roadblock", " failure", " thing", " significant", " blocker"], [" bottleneck", " thing", " casualty", " major", " roadblock", " failure", " significant", " show"]], "p": [[0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9815, 0.018, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9637, 0.0177, 0.0107, 0.0065, 0.0014, 0.0, 0.0, 0.0], [0.7112, 0.2038, 0.0584, 0.013, 0.0101, 0.0014, 0.0011, 0.0004], [0.5449, 0.4244, 0.0165, 0.0078, 0.0037, 0.0017, 0.0005, 0.0002], [0.5595, 0.4357, 0.0014, 0.0014, 0.0008, 0.0004, 0.0003, 0.0001], [0.8789, 0.1189, 0.0017, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.3507, 0.3507, 0.2731, 0.0082, 0.0044, 0.0039, 0.0024, 0.0016], [0.7256, 0.2669, 0.0038, 0.0014, 0.0011, 0.0003, 0.0001, 0.0001], [0.6083, 0.369, 0.0111, 0.0036, 0.0028, 0.0015, 0.0009, 0.0004], [0.63, 0.3372, 0.019, 0.0033, 0.0029, 0.0011, 0.0008, 0.0007], [0.7021, 0.2011, 0.0576, 0.0146, 0.0061, 0.0054, 0.0033, 0.002], [0.863, 0.0552, 0.0379, 0.0066, 0.0051, 0.0045, 0.0035, 0.0024], [0.3143, 0.1906, 0.0795, 0.0425, 0.0258, 0.0228, 0.0156, 0.0156], [0.477, 0.1755, 0.1367, 0.0503, 0.0237, 0.0127, 0.0127, 0.0112], [0.9131, 0.0455, 0.013, 0.0101, 0.0037, 0.0023, 0.0018, 0.0014], [0.9706, 0.0178, 0.004, 0.0024, 0.0015, 0.0015, 0.0009, 0.0005], [0.37, 0.37, 0.0826, 0.0643, 0.0643, 0.0184, 0.0112, 0.0053], [0.9138, 0.0276, 0.0276, 0.0062, 0.0062, 0.0037, 0.0037, 0.0037], [0.9766, 0.0108, 0.0066, 0.004, 0.0009, 0.0003, 0.0003, 0.0002], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9924, 0.0067, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9822, 0.0109, 0.0066, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9668, 0.0292, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9865, 0.011, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9199, 0.0755, 0.0023, 0.0023, 0.0001, 0.0, 0.0, 0.0], [0.6562, 0.2414, 0.0327, 0.0327, 0.0327, 0.0044, 0.0, 0.0], [0.6182, 0.375, 0.0042, 0.0025, 0.0001, 0.0, 0.0, 0.0], [0.9955, 0.0041, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8171, 0.1823, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9917, 0.0041, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9892, 0.0067, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.994, 0.0052, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9867, 0.011, 0.0019, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9336, 0.0597, 0.0049, 0.0007, 0.0002, 0.0002, 0.0002, 0.0001], [0.7915, 0.1559, 0.0271, 0.01, 0.0047, 0.0047, 0.002, 0.0012], [0.6897, 0.1744, 0.05, 0.0184, 0.0162, 0.0126, 0.0111, 0.0046], [0.705, 0.1388, 0.0743, 0.0241, 0.0101, 0.0089, 0.0069, 0.0042]], "ranks": {"Rust": [228791, 209397, 224742, 235616, 233898, 232986, 162339, 161718, 126993, 98104, 84547, 51502, 49884, 33297, 28106, 25221, 20736, 22881, 21419, 18549, 26216, 25861, 27297, 37796, 63829, 102504, 120078, 107161, 115298, 103036, 87223, 80916, 76675, 56893, 35308, 18371, 27992, 24072, 14610, 16982, 13898, 9802, 6939, 4604, 3741, 2174, 1788]}}, {"pos": 491, "top": [[".\"[", ".[", "\"[", "..\"", "\".[", "..", "[", "...."], [".\"[", ".[", "\"[", "..\"", "..", "\".[", "[", "}["], ["..", "..\"", ".\"[", ".[", "\"[", "\u3002\u3002", "....", "=="], [".\"[", ".[", "\"[", "..\"", "..", "--", "[", "\".["], [".\"[", ".[", "..\"", "\"[", "..", "--", "....\"", "\".["], [".\"[", ".[", "\"[", "..\"", "--", "\".[", "..", "\ufffd"], [".\"[", ".[", "..\"", "..", "\".[", "\"[", "\ufffd", ",["], [".[", ".\"[", "\ufffd", ",[", "..\"", "..", "\".[", "\ufffd\ufffd"], [".[", ".\"[", ",[", "\ufffd", "\".[", "..", "\ufffd\ufffd", "..\""], [".[", ".\"[", ",[", "\".[", "[...]", "\ufffd", "\"[", "["], [".[", ".\"[", "\ufffd", "\".[", ",[", "[...]", "[", "..\""], [".[", ".\"[", ".\",", ".\"", "..\"", "..", "...", "...."], [".[", ".\"[", "...", "[...]", "....", "..", ".\"", "..\""], [".[", ".\"[", "...", "..", "....", ".\"", "..\"", ".\","], [".[", ".\"[", "...", "..", ".\"", "....", "..\"", ".\","], [".[", ".\"[", "..", "...", "....", ".--", "..\"", ".\""], [".[", ".\"[", "..", "--", ".\"", ".--", " --", "..\""], [".\"[", ".[", "..", "...", "..\"", ".\"", "....", "--"], [".\"[", "..\"", "...", "..", ".\"", " --", "--", ".["], ["...", "...\"", "..\"", ".\"[", ".\"", "..", "....", "....\""], [".\"", "..\"", ".\"[", ".\".", "...\"", "--", "....\"", ".\","], [" slowdown", " instability", " overhaul", " setbacks", " crisis", "--", " frustrations", " disruption"], [" slowdown", " instability", " frustrations", " prioritization", " setbacks", " overhaul", " disruptions", " disruption"], [" prioritization", " instability", " inefficiencies", " impactful", " slowdown", " frustrations", " troubleshooting", " scalability"], [" slowdown", " troubleshooting", " prioritization", " frustrations", " instability", " impactful", " workaround", " inefficiencies"], [" prioritization", " workaround", " troubleshooting", " slowdown", " bottlenecks", " inefficiencies", " frustrations", " roadblock"], [" roadblock", " prioritization", " troubleshooting", " slowdown", " workaround", " inefficiencies", " scalability", " frustrations"], [" disruption", " troubleshooting", " disruptions", " slowdown", " workaround", " roadblock", " instability", " inefficiencies"], [" roadblock", " disruption", " disruptions", " failure", " bottlenecks", " troubleshooting", " slowdown", " frustrations"], [" bottlenecks", " roadblock", " slowdown", " bottleneck", " obstacle", " roadblocks", " troubleshooting", " failure"], [" roadblock", " bottlenecks", " slowdown", " impediment", " roadblocks", " obstacle", " bottleneck", " failure"], [" roadblock", " bottlenecks", " slowdown", " bottleneck", " roadblocks", " impediment", " obstacle", " failure"], [" roadblock", " bottlenecks", " bottleneck", " roadblocks", " impediment", " slowdown", " obstacle", " failure"], [" roadblock", " bottlenecks", " roadblocks", " impediment", " bottleneck", " obstacle", " impediments", " failure"], [" roadblock", " roadblocks", " bottlenecks", " failure", " obstacle", " impediment", " bottleneck", " failures"], [" roadblock", " roadblocks", " bottlenecks", " impediment", " obstacle", " bottleneck", " impediments", " failure"], [" roadblock", " roadblocks", " bottlenecks", " impediment", " obstacle", " impediments", " bottleneck", " blockage"], [" roadblock", " roadblocks", " impediment", " obstacle", " bottlenecks", " blockage", " bottleneck", " impediments"], [" roadblock", " roadblocks", " obstacle", " impediment", " blockage", " bottleneck", " slowdown", " bottlenecks"], [" roadblock", " roadblocks", " blockage", " obstacle", " impediment", " bottleneck", " blocker", " bottlenecks"], [" roadblock", " roadblocks", " obstacle", " blockage", " impediment", " hurdle", " bottleneck", " blocker"], [" roadblock", " blockage", " impediment", " obstacle", " roadblocks", " blocker", " bottleneck", " stumbling"], [" roadblock", " blockage", " obstacle", " impediment", " blocker", " roadblocks", " hurdle", " bottleneck"], [" roadblock", " obstacle", " blockage", " blocker", " impediment", " hurdle", " bottleneck", " roadblocks"], [" roadblock", " bottleneck", " blocker", " hurdle", " obstacle", " blockage", " stumbling", " impediment"], [" roadblock", " bottleneck", " blocker", " stumbling", " hurdle", " failure", " slowdown", " blockage"], [" bottleneck", " roadblock", " blocker", " stumbling", " hurdle", " failure", " casualty", " obstacle"]], "p": [[0.9971, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8969, 0.0736, 0.0271, 0.0022, 0.0001, 0.0, 0.0, 0.0], [0.6041, 0.3664, 0.0182, 0.0111, 0.0001, 0.0, 0.0, 0.0], [0.8781, 0.1188, 0.0022, 0.0008, 0.0001, 0.0, 0.0, 0.0], [0.9486, 0.0472, 0.0039, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7308, 0.2688, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7276, 0.2677, 0.003, 0.0011, 0.0003, 0.0002, 0.0001, 0.0001], [0.8003, 0.1786, 0.0147, 0.0033, 0.0012, 0.0009, 0.0004, 0.0003], [0.9219, 0.0757, 0.0014, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.9017, 0.095, 0.0017, 0.0011, 0.0003, 0.0001, 0.0001, 0.0], [0.7053, 0.1226, 0.0743, 0.0743, 0.0061, 0.0048, 0.0048, 0.0029], [0.4205, 0.1547, 0.1205, 0.0938, 0.0731, 0.0443, 0.0443, 0.0127], [0.5075, 0.1867, 0.1454, 0.0882, 0.0417, 0.0153, 0.0056, 0.0034], [0.4175, 0.4175, 0.1196, 0.0162, 0.0098, 0.0076, 0.0022, 0.0022], [0.5067, 0.2394, 0.0534, 0.0416, 0.0252, 0.0252, 0.0153, 0.0119], [0.7394, 0.165, 0.0368, 0.0174, 0.0105, 0.005, 0.005, 0.0039], [0.8029, 0.1791, 0.0054, 0.0054, 0.0033, 0.002, 0.0012, 0.0004], [0.3903, 0.3903, 0.0871, 0.0528, 0.032, 0.0194, 0.0071, 0.0071], [0.3853, 0.1417, 0.1104, 0.086, 0.0669, 0.0669, 0.0521, 0.0316], [0.2106, 0.164, 0.164, 0.1277, 0.0995, 0.047, 0.047, 0.047], [0.5197, 0.116, 0.116, 0.0703, 0.0703, 0.0427, 0.0157, 0.0095], [0.5653, 0.3429, 0.0281, 0.0281, 0.0171, 0.0063, 0.0038, 0.0023], [0.7301, 0.2686, 0.0004, 0.0004, 0.0001, 0.0001, 0.0001, 0.0001], [0.9222, 0.0757, 0.0005, 0.0005, 0.0003, 0.0003, 0.0002, 0.0002], [0.8141, 0.1816, 0.002, 0.0007, 0.0007, 0.0005, 0.0001, 0.0001], [0.9235, 0.0758, 0.0005, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8796, 0.119, 0.0005, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9929, 0.0025, 0.0019, 0.0012, 0.0009, 0.0004, 0.0001, 0.0001], [0.5323, 0.2849, 0.1048, 0.03, 0.0161, 0.0067, 0.0052, 0.0046], [0.5362, 0.3685, 0.0343, 0.0143, 0.0098, 0.0098, 0.0067, 0.0032]], "ranks": {"Rust": [9487, 7173, 13545, 16101, 21989, 29210, 14564, 18693, 13857, 15503, 13288, 8009, 8227, 6444, 6034, 5178, 4648, 3721, 3927, 5957, 9443, 8971, 13505, 21895, 42725, 86275, 85062, 68591, 79678, 83122, 58545, 60656, 53527, 33330, 23251, 13898, 17720, 13988, 11905, 11224, 8060, 5492, 5087, 3351, 2703, 2026, 1758]}}, {"pos": 492, "top": [[" #[", "\ufeff\ufeff\ufeff\ufeff", " \u7ee7\u7eed\u8bbf\u95ee", "[&", " \u00a8", " ####", " [--", " ```"], ["--\u201c", "[&", "\ufeff\ufeff\ufeff\ufeff", "--\"", " #[", " [--", " \u00a8", "\"--"], ["\ufeff\ufeff\ufeff\ufeff", "--\u201c", " --------", " [--", " #[", "<start_of_image>", "----", "--\""], [" [--", "\ufeff\ufeff\ufeff\ufeff", " #[", " --------", "--\"", " --->", "----------", "[...]"], [" \ufffd", " --------", " [--", " ----", " #[", " --", "--\"", " --->"], [" \ufffd", " --", " --------", " ----", " \u00a8", "\ufffd\ufffd", " ```", " #["], [" \ufffd", "\ufffd\ufffd", " --", " --------", " ----", "\ufffd", "\ufffd\ufffd\ufffd", "---"], [" \ufffd", "\ufffd\ufffd", " --", "\ufffd\ufffd\ufffd", "\ufffd", " --------", " ----", " ...("], [" \ufffd", " --", "\ufffd\ufffd", "\ufffd\ufffd\ufffd", "\ufffd", "<start_of_image>", " ...(", "[...]"], [" \ufffd", " --", "\ufffd\ufffd", "\ufffd", "<start_of_image>", "[...]", "\u009d", "\ufffd"], [" \ufffd", " --", "\ufffd", "\u009d", " \u00a8", "\ufffd\ufffd", " \u00ad", " `--"], [" --", " fueled", " fueling", " \ufffd", "--", " spearheaded", " grueling", " `--"], [" --", " ...", "--", " ---", " ----", " \ufffd", " fueling", " fueled"], [" --", " ...", "--", " ---", " ...(", " \ufffd", " `--", "..."], [" --", " ...", "--", "...", " ...(", " ---", ".--", "[...]"], [" --", "--", " ...", ".--", " ---", "---", "[...]", " \ufffd"], [" --", "--", " fueled", "\u009d", "\ufffd", " fueling", " spearheaded", ".--"], [" --", " ...", "--", ".--", " \"--", " -&", "[...]", " \ufffd"], [" --", "--", " ---", " ...", " \"--", ".--", " `--", " -"], [" --", " ...", "--", "...\"", " ---", " fueled", "...", " `--"], [" --", " roadblocks", ".\"", "...\"", ".--", ".#", " efforts", "--"], [" --", " crucial", " efforts", " relentlessly", " roadblocks", " prioritization", " desperately", " challenges"], [" --", " relentlessly", " prioritization", " prioritizing", " challenges", " roadblocks", " relentless", " grueling"], [" prioritizing", " leveraging", " prioritization", " relentlessly", " necessitating", " prioritized", " impactful", " needing"], [" necessitating", " leveraging", " prioritizing", " requiring", " prioritization", " needing", " impacting", " troubleshooting"], [" prioritizing", " leveraging", " prioritization", " requiring", " necessitating", " needing", ".**", " troubleshooting"], [".**", " because", " prioritizing", " requiring", " necessitating", " leveraging", "**.", " prioritization"], [".**", ".", "**.", " because", " necessitating", " regardless", ".).", "++."], [".**", ".", "**.", ".).", "++.", ".`", ".\u3002", "\u200c."], [".", ".**", "++.", "**.", ".`", "\u200c.", "().", ".)."], [".**", ".", " necessitating", "++.", "**.", ".).", " requiring", ".--"], [".**", ".", "**.", " necessitating", "\u200c.", ".--", "++.", " requiring"], [".**", ".", " necessitating", "**.", " requiring", "\u200c.", " impacting", " needing"], [".**", ".", " necessitating", " regardless", " requiring", "**.", " encountering", " unless"], [" unless", " regardless", ".**", " encountering", " necessitating", ".", " requiring", " impacting"], [" encountering", " hitting", " unless", ".**", ".", " requiring", " necessitating", " regardless"], [" hitting", " encountering", ".**", " unless", " requiring", " necessitating", ".", " impacting"], [" hitting", ".**", " encountering", ".", " requiring", " unless", " necessitating", " impacting"], [".", " hitting", ".**", " unless", " encountering", " requiring", " appearing", " necessitating"], [".", " hitting", " requiring", " unless", ".**", " encountering", " appearing", " necessitating"], [".", " hitting", " requiring", ".**", " appearing", " unless", " encountering", " necessitating"], [".", " hitting", " appearing", " requiring", ".**", " unless", " encountered", " impacting"], [".", " hitting", " appearing", " requiring", " encountered", " unless", ".**", " impacting"], [".", " hitting", " appearing", " requiring", ",", " impacting", " encountered", " encountering"], [".", " hitting", ",", " requiring", " impacting", " appearing", " encountered", " and"], [".", ",", " hitting", " and", " \u2013", " encountered", "\u2014", " ."], [".", ",", " \u2013", " and", " -", ";", " hitting", " impacting"]], "p": [[0.423, 0.1998, 0.1556, 0.0573, 0.0573, 0.027, 0.0211, 0.0164], [0.3707, 0.2249, 0.1364, 0.0502, 0.0502, 0.0391, 0.0237, 0.0185], [0.189, 0.1472, 0.1472, 0.0893, 0.0695, 0.0541, 0.0422, 0.0422], [0.4268, 0.157, 0.157, 0.1223, 0.0273, 0.0273, 0.0129, 0.01], [0.5783, 0.2732, 0.061, 0.0475, 0.0136, 0.0106, 0.0064, 0.005], [0.998, 0.0015, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9921, 0.0009, 0.0008, 0.0007, 0.0005, 0.0004, 0.0003, 0.0003], [0.9782, 0.0024, 0.0021, 0.0019, 0.0017, 0.0013, 0.001, 0.0009], [0.6685, 0.1915, 0.0705, 0.0157, 0.0095, 0.0095, 0.0058, 0.0045], [0.3683, 0.3683, 0.2234, 0.0235, 0.0053, 0.0032, 0.0025, 0.0015], [0.5659, 0.3433, 0.0465, 0.0171, 0.0171, 0.0038, 0.003, 0.0014], [0.473, 0.473, 0.0183, 0.0143, 0.0087, 0.0087, 0.0019, 0.0015], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8793, 0.119, 0.0008, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7439, 0.166, 0.037, 0.0225, 0.0136, 0.0083, 0.0083, 0.0004], [0.4084, 0.4084, 0.1503, 0.0203, 0.0045, 0.0045, 0.0017, 0.001], [0.7235, 0.1614, 0.0979, 0.0133, 0.0018, 0.0011, 0.0007, 0.0001], [0.6971, 0.2565, 0.027, 0.0099, 0.0047, 0.0037, 0.0005, 0.0004], [0.5546, 0.3364, 0.0585, 0.0215, 0.0167, 0.0102, 0.0006, 0.0005], [0.8636, 0.091, 0.0261, 0.0075, 0.0075, 0.0013, 0.0013, 0.0006], [0.8492, 0.1476, 0.0016, 0.0006, 0.0004, 0.0002, 0.0001, 0.0001], [0.9177, 0.0753, 0.0029, 0.0018, 0.0008, 0.0004, 0.0004, 0.0002], [0.9588, 0.0372, 0.0021, 0.0006, 0.0004, 0.0003, 0.0002, 0.0002], [0.9975, 0.0019, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9847, 0.0085, 0.004, 0.0008, 0.0004, 0.0003, 0.0002, 0.0002], [0.8736, 0.0384, 0.0339, 0.0205, 0.0086, 0.0025, 0.0025, 0.0019], [0.9963, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [91718, 73587, 97777, 107840, 121628, 120228, 80580, 64440, 44705, 22862, 20349, 12260, 12156, 10841, 11123, 11286, 9147, 7724, 7404, 9070, 13217, 13539, 21865, 27077, 36363, 48469, 43609, 56260, 23507, 49059, 34324, 38436, 50509, 33583, 42424, 39093, 53825, 43457, 46140, 48162, 49680, 34574, 17817, 10219, 7329, 3977, 4153]}}, {"pos": 493, "top": [[".\".", "!.", "!\".", "\".", "?.", "!!.", ".!", "?\"."], ["!.", ".\".", "!\".", "\".", ".!", "!!.", "?.", ";."], [".\".", "!.", "!\".", "!!.", "\".", ".!", ".\u201d.", ";."], [".\".", "!.", "!\".", "!!.", "\".", ".!", "?.", ":."], [".\".", "!.", " \".", "!\".", "\".", " \"..", "?.", "!!."], [" \".", ".\".", "!.", " \"..", " ?.", " \"", "!\".", "?."], ["!.", ".\".", "\".", "!\".", ".[", ".", "?.", " \"."], ["!.", ".\".", "!\".", ".", "\".", "?.", "!!.", " \"."], ["!.", ".\".", ".", "!\".", ",", "\".", "?.", "!!."], [".\".", ".", "!.", "\".", "!\".", ",", " \".", "?."], [".\".", "\".", "!.", ".", "!\".", ",", ".\"", ".\","], ["!.", ".", "\".", ",", "!\".", ".\".", "!", ".\""], [".", "\".", "!.", ".\".", ",", "!\".", ".\"", "!"], ["\".", ".", ".\".", "!.", ".\"", "!\".", ".\",", ","], [".", "\".", ".\".", "!.", ".\"", ".\",", "!\".", ","], ["\".", ".\".", "!.", "!\".", ".\"", ".", ".\",", "'."], ["\".", ".\".", ".\"", "!.", "!\".", ".", "!\"", ".\","], ["\".", ".\".", ".", "!.", "!\".", ".\"", "...\"", " ..."], ["\".", ".\".", ".\"", "!.", ".", "!\".", " \".", "...\""], [".\".", ".\"", "\".", "...\"", "!.", "!\".", ".", "!\""], ["!.", "!\".", "\".", ".\".", "**.", ".", ".\"", "!"], ["**.", "!.", "!", ".", "*.", "!\".", ".**", " leveraging"], ["!.", "**.", "!", " prioritization", "!\".", " prioritized", " initially", "."], [" prioritization", " leveraging", " prioritized", " prioritizing", " skillset", " impactful", " proactively", " priorit"], [" leveraging", " prioritization", " prioritizing", " likely", " prioritized", " vulnerabilities", " proactively", " exacerbated"], [" prioritization", " leveraging", " inefficiencies", " prioritizing", " vulnerabilities", " prioritized", " leverages", " troubleshooting"], [" prioritization", " inefficiencies", " likely", " Likely", " vulnerabilities", "\u5373\u4f7f", "\u5373\u4fbf", " scalability"], [" inefficiencies", " prioritization", " Likely", " likely", " vulnerabilities", " KPIs", " bottlenecks", "\u5373\u4fbf"], [" inefficiencies", " Likely", "likely", " likely", " prioritization", " bottlenecks", " optimizations", " vulnerabilities"], [" inefficiencies", " Likely", " bottlenecks", " likely", " prioritization", " scalability", " optimizations", " Faktoren"], [" inefficiencies", " bottlenecks", " optimizations", " Likely", " likely", " scalability", " prioritization", " overfitting"], [" inefficiencies", " optimizations", " bottlenecks", " GPUs", " scalability", " overfitting", " limitations", " Likely"], [" optimizations", " bottlenecks", " inefficiencies", " GPUs", " scalability", " overfitting", " instabilities", " optimization"], [" optimizations", " inefficiencies", " GPUs", " bottlenecks", " scalability", " overfitting", " CPUs", " instabilities"], [" optimizations", " inefficiencies", " GPUs", " bottlenecks", " Optimization", " suboptimal", " overfitting", " CPUs"], [" optimizations", " GPUs", " inefficiencies", " bottlenecks", " CPUs", " OpenGL", " CPU", " GPU"], [" GPUs", " optimizations", " OpenGL", " GPU", " inefficiencies", " bottlenecks", " CPUs", " CPU"], [" optimizations", " GPUs", " inefficiencies", " bottlenecks", " CPU", " CPUs", " OpenGL", " GPU"], [" GPUs", " optimizations", " CPU", " GPU", " CPUs", " OpenGL", " inefficiencies", " bottlenecks"], [" optimizations", " CPU", " GPUs", " GPU", " CPUs", " bottlenecks", " Optimization", " optimization"], [" CPU", " optimizations", " Optimization", " GPU", " bottlenecks", " CPUs", " GPUs", " optimization"], [" CPU", " Android", " GPU", " optimizations", " GPUs", " Optimization", " OpenGL", " CPUs"], [" Android", " GPU", " CPU", " Optimization", " OpenGL", " GPUs", " optimizations", " Complexity"], [" GPU", " Android", " CPU", " GPUs", " Optimization", " OpenGL", " optimizations", " CPUs"], [" GPU", " Android", " CPU", " Optimization", " OpenGL", " GPUs", " Physics", " Hardware"], [" Android", "\n", " GPU", " CPU", " Mobile", " Physics", " Shader", " Optimization"], [" Android", " Mobile", " Even", " The", " Achieving", "\n", " It", " Rendering"]], "p": [[0.9884, 0.011, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6037, 0.3661, 0.0301, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7304, 0.2687, 0.0004, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8831, 0.0725, 0.044, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.6112, 0.3707, 0.0087, 0.0087, 0.0003, 0.0001, 0.0001, 0.0], [0.9374, 0.0599, 0.0018, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.893, 0.0941, 0.0099, 0.0017, 0.0006, 0.0005, 0.0001, 0.0], [0.3657, 0.2848, 0.1728, 0.1728, 0.0019, 0.0012, 0.0003, 0.0002], [0.3977, 0.3977, 0.0887, 0.0538, 0.0326, 0.012, 0.0057, 0.0034], [0.4589, 0.2168, 0.1315, 0.1024, 0.0484, 0.0293, 0.0045, 0.0045], [0.4589, 0.2783, 0.149, 0.0484, 0.0228, 0.0178, 0.0122, 0.0051], [0.3771, 0.1781, 0.1781, 0.1387, 0.051, 0.0397, 0.0213, 0.01], [0.31, 0.2414, 0.188, 0.114, 0.0539, 0.037, 0.0327, 0.0154], [0.4559, 0.2765, 0.0792, 0.0792, 0.0617, 0.0227, 0.0227, 0.0007], [0.8457, 0.0541, 0.0421, 0.0255, 0.0199, 0.0121, 0.0002, 0.0001], [0.432, 0.204, 0.1589, 0.1238, 0.0455, 0.0244, 0.0023, 0.002], [0.5174, 0.3138, 0.0793, 0.0425, 0.0227, 0.0138, 0.0027, 0.0027], [0.3053, 0.2695, 0.1273, 0.1123, 0.0772, 0.0601, 0.0134, 0.0081], [0.4407, 0.2673, 0.1263, 0.1114, 0.0151, 0.0133, 0.0104, 0.0055], [0.4032, 0.3558, 0.0794, 0.0375, 0.0258, 0.0177, 0.0177, 0.0065], [0.9435, 0.0323, 0.0119, 0.003, 0.0018, 0.0016, 0.0016, 0.0009], [0.8197, 0.1109, 0.0318, 0.0318, 0.0016, 0.0008, 0.0007, 0.0005], [0.6193, 0.3756, 0.002, 0.0009, 0.0009, 0.0006, 0.0003, 0.0002], [0.9847, 0.014, 0.0004, 0.0003, 0.0003, 0.0, 0.0, 0.0], [0.9674, 0.0292, 0.0024, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.558, 0.3385, 0.0755, 0.0278, 0.0002, 0.0, 0.0, 0.0], [0.9877, 0.011, 0.0009, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0006, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8833, 0.0725, 0.044, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9537, 0.0288, 0.0175, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8605, 0.0706, 0.0428, 0.026, 0.0001, 0.0, 0.0, 0.0], [0.9226, 0.0757, 0.0008, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.6066, 0.3679, 0.0183, 0.0041, 0.0015, 0.0015, 0.0001, 0.0], [0.7276, 0.2677, 0.003, 0.0007, 0.0004, 0.0004, 0.0001, 0.0001], [0.9101, 0.0747, 0.0061, 0.0061, 0.0014, 0.0008, 0.0003, 0.0003], [0.5491, 0.202, 0.202, 0.0273, 0.0166, 0.0014, 0.0005, 0.0005], [0.6698, 0.1919, 0.0906, 0.026, 0.0096, 0.0058, 0.0035, 0.0013], [0.6918, 0.1544, 0.0568, 0.0442, 0.0209, 0.0127, 0.0127, 0.0028], [0.2673, 0.2673, 0.2082, 0.1263, 0.0464, 0.0362, 0.0282, 0.0063], [0.6333, 0.1413, 0.1101, 0.0405, 0.0246, 0.0246, 0.007, 0.0033], [0.3651, 0.2843, 0.2214, 0.0385, 0.03, 0.0233, 0.0052, 0.0052], [0.3284, 0.2558, 0.2257, 0.0346, 0.0305, 0.027, 0.027, 0.0088], [0.3343, 0.123, 0.0958, 0.0311, 0.0274, 0.0274, 0.0189, 0.0189], [0.2903, 0.1995, 0.1371, 0.0306, 0.021, 0.021, 0.021, 0.0186]], "ranks": {"Rust": [103638, 90299, 112083, 130819, 166026, 206146, 81301, 52905, 26904, 20676, 13737, 5712, 7053, 7048, 5510, 7586, 8866, 10208, 11882, 11198, 23438, 26479, 43198, 41848, 46132, 35433, 60567, 60155, 35286, 23495, 18150, 14233, 12410, 7028, 5652, 4747, 4792, 5167, 1958, 2419, 2106, 323, 258, 187, 90, 24, 22]}}, {"pos": 494, "top": [["\u0d4d\u200d", "oretical", "theless", "aditional", "ir", "\ud835\udc90", "indest", "letzt"], ["\u0d4d\u200d", "theless", "compan", "oretical", "ialmente", "\ud835\udc90", "aditional", " \u09ac\u0995\u09cd\u09a4\u09ac"], ["\u0d4d\u200d", "\ud835\udc90", "aditional", "effetto", "investissement", "\u03bf", "ocom", "\ud835\udc86"], ["\u0d4d\u200d", "\ud835\udc90", "aditional", "effetto", "\u03bf", "ocom", "investissement", "\ud835\udc86"], ["\u0d4d\u200d", "\ud835\udc90", "theless", " ```", "aditional", "ing", "effetto", "ic"], [" \u00a8", "\u0d4d\u200d", "ing", " \uff65", "\u0629", "\u05ea", "  ", "\ud835\udc90"], ["<i>", "\u0d4d\u200d", "ing", "<sup>", "\u05ea", "\u0629", "ic", "\u00e7\u00e3o"], ["<i>", "\u0d4d\u200d", "ing", "  ", "\u05ea", "\u0629", "\u00e7\u00e3o", "\ud835\udc90"], ["  ", "<i>", "\u0d4d\u200d", "\u060c", "ing", "\u05ea", "\u0629", "\uff64"], ["  ", "<i>", "\u060c", "\u200b", "ing", "\u2064", "\u2062", "   "], [" `", " (`", "  ", " \u2013", "<i>", "\u2064", "\u2062", " `/"], [" \u2013", ",", "!", " spectacularly", "\u060c", "<sup>", " heavily", " (`"], [",", " \u2013", "!", " \"", "  ", "!\"", " (", ";"], [",", "!", " \u2013", "!\"", "<sup>", ",\"", " (\"", ";"], [",", "!", "<sup>", " \u2013", " (\"", ";", ",\"", " \""], ["<sup>", ",", "!", " (\"", ";", "!\".", "!\"", ":\""], [",", ";", "<sup>", "!\".", "!", " \u2013", "!\"", ",\""], ["\u2026\"", "\u2026", "!\".", "!\"", ".\"", "...\"", " https", "..."], [" \u2013", "\u2026\"", " prototyping", "\u2026", "\n", " leveraging", "\n\n\n\n", " relentlessly"], [" leveraging", " prototyping", "Engineering", "Optimization", " skillset", "Computational", "Complexity", "\ud83e\udd2f"], [" leveraging", " prototyping", " skillset", " prioritization", " optimisation", "\u200b.", " prioritized", " workaround"], [" leveraging", " prototyping", " optimisation", " prioritization", " prioritized", " optimised", " workaround", " skillset"], [" prioritization", " optimizations", " optimization", " Optimization", " optimisation", " prototyping", "Optimization", " workaround"], [" prioritization", " leveraging", " optimizations", " optimization", " prioritized", " prioritizing", " prototyping", " scalability"], [" prioritization", " leveraging", " prototyping", " prioritized", " optimizations", " workaround", " proactively", " scalability"], [" prioritization", "\u4f18\u5148\u7ea7", "\u89e3\u51b3\u65b9\u6848", " workaround", " Troubleshooting", " \ube60\ub974\uac8c", " limitaciones", " Fokus"], ["\u4f18\u5148\u7ea7", " Troubleshooting", " Fokus", "\u1263\u12f5", "\u2e31", " L\u00f6sungen", " \u043a\u043b\u044e\u0447\u0435", " Gr\u00fcnde"], ["](#", " Gr\u00fcnde", "\u2e31", "\u043b\u044f\u043d\u0447\u0443\u043a", "\u4f18\u5148\u7ea7", "\u5176\u6b21", " Troubleshooting", "(`#"], ["\u2e31", "\u2780", "\u2781", "\u27f6", "\u043b\u044f\u043d\u0447\u0443\u043a", "\u2981", "\u2b9a", "\u5176\u6b21"], ["\t", "\u2781", "\u5176\u6b21", "        ", "\u2e31", "       ", "\u2780", "\u2937"], ["     ", "   ", "      ", "    ", "       ", "\t", "        ", "         "], ["     ", "    ", "      ", ">*", "       ", "   ", "        ", "\t"], [">*", ">**", "   ", "     ", "    ", "\t", "      ", "*["], [">*", ">**", "   ", "     ", "\t", "    ", "      ", "](#"], [">*", "   ", "\t", ">**", "     ", "    ", "      ", "\u27f6"], [">*", "   ", ">**", "*[", "[*", "     ", "\t", "    "], ["   ", ">*", "    ", "     ", "\t", ">**", "\u27f6", "      "], ["   ", "    ", "     ", ">*", "\t", "      ", ">**", "\u27f6"], ["   ", "    ", "     ", "\t", ">*", "      ", ">**", "\ufffd"], ["   ", "    ", "     ", "\t", "      ", ">*", "  ", "\ufffd"], ["   ", "\t", "2", "    ", "     ", ">*", "\ufffd", "      "], ["2", "   ", "\t", "    ", "     ", ">*", "1", "\ufffd"], ["2", "   ", "    ", "\t", "     ", "1", ">*", "      "], ["2", "   ", "    ", "     ", "\t", "\u2014", "  ", "      "], ["2", "   ", "    ", "     ", "  ", "\t", "\u2014", " *"], ["2", "   ", "    ", "     ", "3", "  ", " ", " *"], ["2", "   ", "    ", "     ", "*", "      ", "       ", "        "]], "p": [[0.7904, 0.0649, 0.0239, 0.0088, 0.006, 0.0053, 0.0041, 0.0041], [0.5822, 0.0542, 0.0137, 0.0107, 0.0107, 0.0107, 0.0094, 0.0073], [0.3384, 0.0458, 0.0216, 0.0179, 0.0179, 0.0149, 0.0131, 0.007], [0.4058, 0.0485, 0.0167, 0.0139, 0.0095, 0.0084, 0.0079, 0.0058], [0.3606, 0.038, 0.0231, 0.0203, 0.018, 0.0149, 0.0116, 0.0102], [0.225, 0.1205, 0.0828, 0.0569, 0.0443, 0.0305, 0.0305, 0.0237], [0.8305, 0.1274, 0.0251, 0.0092, 0.0038, 0.0018, 0.0008, 0.0005], [0.9285, 0.0247, 0.0218, 0.0193, 0.003, 0.0011, 0.0005, 0.0002], [0.6223, 0.3775, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9417, 0.0469, 0.0105, 0.0007, 0.0002, 0.0, 0.0, 0.0], [0.9761, 0.023, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7184, 0.2058, 0.0757, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8163, 0.1821, 0.0016, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9144, 0.0585, 0.0215, 0.0037, 0.0008, 0.0004, 0.0002, 0.0001], [0.9607, 0.0372, 0.0019, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8993, 0.0948, 0.0029, 0.0017, 0.0008, 0.0002, 0.0001, 0.0001], [0.9087, 0.0452, 0.0352, 0.0037, 0.0023, 0.0018, 0.0011, 0.0006], [0.9984, 0.0012, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.5835, 0.3539, 0.0226, 0.0137, 0.0107, 0.0083, 0.0014, 0.0011], [0.9355, 0.0598, 0.0023, 0.0014, 0.0004, 0.0003, 0.0001, 0.0], [0.94, 0.0468, 0.0063, 0.0038, 0.0014, 0.0014, 0.0001, 0.0], [0.5567, 0.1242, 0.1242, 0.1242, 0.0277, 0.0168, 0.0102, 0.0102], [0.9886, 0.0067, 0.004, 0.0004, 0.0002, 0.0001, 0.0, 0.0], [0.9192, 0.0458, 0.008, 0.008, 0.0062, 0.0038, 0.0023, 0.0018], [0.2429, 0.13, 0.0789, 0.0696, 0.0373, 0.0176, 0.0176, 0.0176], [0.0676, 0.0319, 0.0282, 0.0282, 0.0282, 0.0219, 0.0194, 0.0194], [0.2252, 0.1754, 0.1366, 0.0443, 0.0269, 0.0237, 0.0163, 0.0099], [0.1148, 0.0615, 0.0542, 0.0542, 0.0422, 0.0373, 0.0329, 0.0226], [0.6483, 0.0877, 0.0323, 0.0323, 0.0251, 0.0222, 0.0173, 0.0173], [0.554, 0.1587, 0.0963, 0.075, 0.0584, 0.0455, 0.0079, 0.0029], [0.7096, 0.1233, 0.0582, 0.0353, 0.0214, 0.0214, 0.0167, 0.0061], [0.6146, 0.3728, 0.0068, 0.0041, 0.0007, 0.0003, 0.0003, 0.0001], [0.9825, 0.0109, 0.004, 0.0019, 0.0004, 0.0001, 0.0001, 0.0], [0.914, 0.075, 0.0079, 0.0018, 0.0008, 0.0005, 0.0, 0.0], [0.985, 0.0109, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9886, 0.0086, 0.0025, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0019, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.764, 0.1034, 0.0805, 0.0488, 0.0024, 0.0007, 0.0, 0.0], [0.9457, 0.0471, 0.0044, 0.0027, 0.0001, 0.0001, 0.0, 0.0], [0.7341, 0.2103, 0.0469, 0.0072, 0.0013, 0.0, 0.0, 0.0], [0.6084, 0.2536, 0.1358, 0.0013, 0.0004, 0.0002, 0.0001, 0.0001], [0.7225, 0.2346, 0.0408, 0.0014, 0.0003, 0.0001, 0.0001, 0.0001], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [102890, 87139, 105713, 123328, 140744, 186142, 107799, 107830, 94680, 67543, 52375, 8175, 6652, 16269, 15285, 10175, 29442, 59236, 47346, 18381, 33748, 58046, 46726, 74809, 59218, 51539, 66254, 90997, 19980, 15208, 4518, 3908, 4348, 2748, 1376, 1554, 2593, 3950, 3156, 3223, 3224, 3191, 2830, 5422, 5975, 7386, 6247]}}, {"pos": 495, "top": [["\u03c2", "s", "\ud835\udc2c", "\ud835\udc1e", "sz", "mselves", "s\u0131", "uminium"], ["s", "\u03c2", "\ud835\udc2c", "s\u0131", "sz", "s\u00e9g", "\u094d\u0938", "\ud835\udc1e"], ["s", "\u03c2", "\ud835\udc2c", "\ud835\udc1e", "\ud835\udc2b", "\u0627\u062a", "\ud835\udc20", "s\u0131"], ["s", "\u03c2", "\ud835\udc2c", "\ud835\udc1e", "\ud835\udc2b", "\ud835\udc22", "\ud835\udc20", "\u0627\u062a"], ["s", "\u03c2", "\ud835\udc2c", "\ud835\udc1e", "\u0627\u062a", "\ud835\udc2b", "sning", "s\u00e9g"], ["s", "\u03c2", "\ud835\udc2c", "\ud835\udc1e", "\ud835\udc27", "\ud835\udc2b", "\u0627\u062a", "\ud835\udc20"], ["s", "\u03c2", "\ud835\udc2c", "\ud835\udc1e", "\ud835\udc2b", "\ud835\udc27", "\ud835\udc20", "\ud835\udc22"], ["s", "\ud835\udc2c", "\ud835\udc1e", "\u03c2", "\ud835\udc2b", "\ud835\udc22", "\ud835\udc27", "\ud835\udc2d"], ["s", "\ud835\udc2c", "\ud835\udc1e", "\u03c2", "\ud835\udc22", "\ud835\udc2b", "\ud835\udc27", "\ud835\udc2d"], ["s", "\ud835\udc2c", "\ud835\udc1e", "\u03c2", "\ud835\udc22", "\ud835\udc2b", "\ud835\udc2d", "eis"], ["\ud835\udc2c", "\ud835\udc1e", "\ud835\udc22", "\ud835\udc2b", "\ud835\udc27", "\ud835\udc20", "\ud835\udc2d", "s"], [" flavoured", "\ud835\udc2c", " initialise", " capitalise", " coloured", "\ud835\udc1e", " \u0627\u0653", " paralys"], [" initialise", " capitalise", " coloured", " flavoured", " maximise", " paralys", " utilise", " tunnelling"], ["s", " tunnelling", "\ud835\udc2c", " capitalise", "e", " maximise", " initialise", "\ud835\udc1e"], [",", " summarised", "e", " capitalise", " tunnelling", " maximise", " initialise", " paralys"], [" summarised", "\ud835\udc2c", "\ud835\udc1e", " possibly", " initialise", " capitalise", " maximise", " finalised"], [" ,", " VERY", " possibly", " @", "e", " perhaps", " afterwards", " maybe"], [" @", " ,", " VERY", " (&", " (", " &", " REALLY", " maybe"], [" @", " ,", " (&", " :", " VERY", " &", " \u2026", " If"], [" @", " (", " Strategic", " (&", " Initial", " increasingly", " ,", " \u2018"], [" priorit", " Initial", " focused", " focussed", " increasingly", " initially", " (", " followed"], [" increasingly", " focussed", " priorit", " prioritise", " Increasingly", " (&", " progressively", " Progression"], [" increasingly", " followed", " progressively", " priorit", " focussed", " eventually", " likely", " prioritized"], [" increasingly", " impactful", " vulnerabilities", " prioritized", " prioritization", " Increasingly", " leveraging", " proactively"], [" Leveraging", " Likely", " vulnerabilities", " leveraging", " Increasingly", " impactful", " potentially", " Decentral"], [" Complexity", " Troubleshooting", " Cybersecurity", " Decentral", " Leveraging", " Predictive", " Predicting", " Fragmentation"], [" Complexity", " Cybersecurity", " Synchronization", " Troubleshooting", " inefficiencies", " Decentral", " Difficulty", " vulnerabilities"], [" Cybersecurity", " Complexity", " vulnerabilities", " Synchronization", " instabilities", " Fragmentation", " scalability", " Infrastructure"], [" Cybersecurity", " Complexity", " Fragmentation", " scalability", " Synchronization", " metastability", " Connectivity", " Infrastructure"], [" Complexity", " scalability", " Synchronization", " Fragmentation", " Cybersecurity", " Difficulty", " Connectivity", " Infrastructure"], [" scalability", " Complexity", " Synchronization", " Connectivity", " Fragmentation", " Cybersecurity", " instabilities", " inefficiencies"], [" scalability", " Complexity", " Synchronization", " Connectivity", " Cybersecurity", " DevOps", " Workflow", " metastability"], [" scalability", " Complexity", " Synchronization", " Connectivity", " Workflow", " DevOps", " Cybersecurity", " metastability"], [" scalability", " Complexity", " interdependence", " Integration", " Synchronization", " Connectivity", " Workflow", " complexity"], [" scalability", " Complexity", " Connectivity", " Integration", " Cybersecurity", " Synchronization", " interdependence", " Integrating"], [" scalability", " Complexity", " Synchronization", " Stability", " Connectivity", " Integration", " metastability", " bottlenecks"], [" scalability", " Complexity", " Integration", " Synchronization", " **", " Connectivity", " Stability", " Fragmentation"], [" scalability", " Integration", " Synchronization", " **", " Complexity", " Connectivity", "Synchronization", " Stability"], [" scalability", " **", " Integration", " Synchronization", " Complexity", " Connectivity", "Synchronization", " Stability"], [" Integration", " scalability", " **", " Synchronization", " Complexity", " integration", " integra\u00e7\u00e3o", " Integrating"], [" **", " Integration", " scalability", " Complexity", " Synchronization", " integration", " Integr", " Integrating"], [" **", " Integration", " scalability", " Plugins", " Plugin", " Synchronization", " integration", " Complexity"], [" **", " Integration", " scalability", " Plugins", " Plugin", " Synchronization", " integration", " Complexity"], [" **", " Plugins", " Plugin", " Integration", "  ", " Synchronization", " scalability", " plugins"], [" **", "  ", "**", "   ", "nd", "\t", " asynchronous", " Plugin"], [" **", "  ", "**", "   ", ".", " .", "**.", "\t"], [".", " **", ".**", "  ", " &", "   ", " .", "\t"]], "p": [[0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6791, 0.3208, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5594, 0.4357, 0.0048, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9802, 0.018, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9658, 0.0292, 0.0051, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9828, 0.014, 0.0031, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6601, 0.3118, 0.0199, 0.0073, 0.0004, 0.0001, 0.0001, 0.0001], [0.9316, 0.0596, 0.0049, 0.0038, 0.0, 0.0, 0.0, 0.0], [0.6949, 0.2556, 0.0444, 0.0036, 0.001, 0.0001, 0.0001, 0.0], [0.6751, 0.3189, 0.0021, 0.001, 0.001, 0.0004, 0.0004, 0.0004], [0.2618, 0.2618, 0.2039, 0.075, 0.075, 0.0455, 0.0167, 0.013], [0.4857, 0.2946, 0.1084, 0.0512, 0.0242, 0.0188, 0.0054, 0.0025], [0.3957, 0.1456, 0.1456, 0.0688, 0.0536, 0.0536, 0.0417, 0.0253], [0.2141, 0.1667, 0.1298, 0.1011, 0.0788, 0.0613, 0.0613, 0.0478], [0.3471, 0.2105, 0.0774, 0.0774, 0.0603, 0.047, 0.0366, 0.0135], [0.548, 0.084, 0.0654, 0.0241, 0.0212, 0.0165, 0.0146, 0.0146], [0.3089, 0.1873, 0.1003, 0.0689, 0.0537, 0.0418, 0.0174, 0.0174], [0.5957, 0.1506, 0.0262, 0.018, 0.014, 0.014, 0.0096, 0.0096], [0.1918, 0.0799, 0.0549, 0.0485, 0.0333, 0.0294, 0.0294, 0.0202], [0.0595, 0.0525, 0.0525, 0.0435, 0.0248, 0.0219, 0.0193, 0.016], [0.4699, 0.1729, 0.1525, 0.0561, 0.0561, 0.0142, 0.0125, 0.0067], [0.237, 0.1268, 0.0679, 0.0679, 0.0321, 0.0321, 0.0235, 0.0195], [0.2405, 0.1653, 0.1459, 0.0689, 0.0689, 0.0474, 0.0325, 0.0287], [0.6398, 0.1427, 0.1112, 0.0248, 0.0193, 0.015, 0.0117, 0.0043], [0.7112, 0.1236, 0.0962, 0.0215, 0.0167, 0.0048, 0.0048, 0.0023], [0.3673, 0.1351, 0.1052, 0.0638, 0.0638, 0.0301, 0.0266, 0.0266], [0.6805, 0.195, 0.0435, 0.016, 0.0125, 0.0097, 0.0076, 0.0046], [0.4418, 0.1625, 0.1266, 0.0598, 0.0598, 0.0282, 0.0282, 0.0151], [0.7166, 0.2053, 0.0357, 0.0169, 0.0131, 0.0048, 0.0038, 0.0018], [0.8415, 0.1139, 0.0254, 0.0057, 0.0034, 0.0027, 0.0016, 0.0013], [0.5535, 0.4311, 0.0079, 0.0029, 0.0018, 0.0008, 0.0006, 0.0005], [0.9988, 0.0006, 0.0003, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0006, 0.0006, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.7166, 0.2636, 0.0131, 0.0038, 0.0029, 0.0, 0.0, 0.0], [0.6211, 0.2934, 0.0841, 0.0009, 0.0004, 0.0001, 0.0, 0.0], [0.7763, 0.1732, 0.0496, 0.0003, 0.0002, 0.0002, 0.0001, 0.0], [0.7794, 0.1055, 0.0821, 0.0183, 0.0111, 0.0025, 0.0003, 0.0003], [0.8871, 0.0442, 0.0268, 0.0236, 0.0099, 0.0032, 0.0012, 0.001], [0.9746, 0.0108, 0.0051, 0.0027, 0.0017, 0.0011, 0.001, 0.0008], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [102801, 103413, 134405, 156790, 170148, 221679, 138055, 139532, 148814, 121631, 198255, 127522, 92937, 51038, 46717, 88166, 39809, 34162, 24495, 12023, 13880, 18548, 14594, 19909, 19692, 67656, 69745, 63993, 56377, 48347, 47442, 45934, 53442, 28792, 25474, 16320, 35140, 44190, 22741, 24579, 17354, 12823, 6395, 4425, 5010, 5009, 5341]}}, {"pos": 496, "top": [[".\".", "!.", "\".", "!\".", "?.", ",.", ":.", ";."], [".\".", "!.", "!\".", "\".", ".!", ";.", "?.", ":."], ["!.", ",.", ".\".", ":.", ",..", "..", ";.", "."], [",.", "!.", ":.", ",..", ".\".", "..", ";.", "."], [" \"..", ".\".", " +.", " {.", " {", " ~.", " \".", "!."], ["<sup>", " \"", " {", "  ", " \"[", " occ", " +.", " +,"], ["<sup>", ",", ".[", " \"", ",[", " \"[", ".", ":["], [",", "<sup>", ".[", " \"", "  ", ".", " \"[", "!."], [",", "<sup>", ".[", ".", " \"", "  ", " in", ",["], [",", ".[", "<sup>", " \"", "  ", " \"[", " in", ",["], [" \"", " `", " \"[", ",", "<sup>", " `.", " [", " in"], [",", " \"", " in", "\n", " the", " on", " overall", " as"], [",", " \"", " in", " on", " the", " as", " and", " with"], [",", " \"", ".", " in", " the", " and", ".[", " as"], [",", ".", ".[", " \"", " in", "\".", " the", ".\"."], [",", ".[", ".", ",[", ":[", " [...]", ",...", "..."], [",", " (", " \"", "  ", " overall", " the", " specifically", " such"], [" (", " \"", ",", " --", " [", " (\"", " \"[", " workflow"], [" prototyping", " workflows", " workflow", " engineering", " iterative", " experimental", " technologies", " debugging"], [" workflows", " prototyping", " workflow", " iterative", " debugging", " optimized", " cybersecurity", " modular"], [" workflows", " workflow", " prototyping", " iterative", " leveraging", " iteratively", " debugging", " cybersecurity"], [" workflows", " workflow", " iterative", " prototyping", " iteratively", " debugging", " leveraging", " interfaces"], [" workflows", " workflow", " prototyping", " optimization", " scalability", " leveraging", " iterative", " automation"], [" workflows", " leveraging", " prototyping", " workflow", " cybersecurity", " automating", " transitioning", " scalability"], [" workflows", " prototyping", " leveraging", " workflow", " automating", " cybersecurity", " onboarding", " interfacing"], [" workflows", " prototyping", " scalability", " workflow", " funcionalidades", " robustness", " optimizations", " vulnerabilities"], [" workflows", " interfacing", " prototyping", " scalability", " cybersecurity", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " robustness", " cryptographic"], ["\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " workflows", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " interfacing", " cryptographic", " interactivity", " cybersecurity", " scalability"], [" \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " scalability", " interfacing", " FPGA", " cryptographic", " reproducibility", " interoper"], [" interfacing", " scalability", " interoper", " interactivity", " FPGA", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " configurable", " cryptographic"], [" interfacing", " interoper", " Plugin", " Plugins", " bytecode", " scalability", " plugins", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439"], [" interfacing", " bytecode", " Plugins", " interoper", " Plugin", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " plugins", " scalability"], [" interfacing", " bytecode", " Plugins", " Plugin", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " plugins", " interoper", " plugin"], ["\u5b89\u5168\u6027", " \u0431\u0435\u0437\u043f\u0435", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441", " bezpiecze", "\u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", "\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", " Plugin"], ["\u5b89\u5168\u6027", "\u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441", " \u0431\u0435\u0437\u043f\u0435", "\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", " bezpiecze", " \u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c"], [" plugin", " plugins", " Plugin", " Plugins", "Plugin", "plugin", "Plugins", "\u63d2\u4ef6"], [" plugin", " plugins", " Plugins", " Plugin", "plugin", "Plugins", "Plugin", "\u63d2\u4ef6"], [" plugin", " plugins", " Plugins", " Plugin", " plug", "Plugin", "plugin", "Plugins"], [" plugin", " Plugin", " plugins", "plugin", "Plugin", " Plugins", " plug", "\u63d2\u4ef6"], [" plugin", " Plugin", " plugins", "plugin", "Plugin", " Plugins", " plug", "\u63d2\u4ef6"], [" plugin", " Plugin", "plugin", "Plugin", " plugins", " plug", " Plugins", "\u63d2\u4ef6"], [" plugin", " Plugin", "Plugin", "plugin", " plugins", " Plugins", "\u63d2\u4ef6", " plug"], [" plugin", " end", " Plugin", " End", " plugins", "Plugin", "End", "plugin"], [" plugin", " Plugin", "Plugin", " end", " plugins", " End", "plugin", " Plugins"], [" plugin", " Plugin", " plugins", " Plugins", "plugin", "Plugin", " plug", " Plug"], [" **", " plugin", " Plugin", " plugins", "  ", " end", " plug", " Plugins"], [" **", "  ", " Plugin", " (**", " *", " plugin", " &", " \"**"]], "p": [[0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4999, 0.4999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6693, 0.1493, 0.1493, 0.0202, 0.0045, 0.0045, 0.0027, 0.0], [0.6843, 0.1527, 0.0721, 0.0437, 0.0341, 0.0098, 0.0022, 0.001], [0.5925, 0.1322, 0.103, 0.103, 0.023, 0.0179, 0.0179, 0.0085], [0.9928, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.622, 0.3773, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9948, 0.0032, 0.0012, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.8241, 0.0676, 0.0362, 0.0282, 0.0249, 0.0049, 0.0049, 0.0018], [0.9905, 0.0032, 0.0015, 0.0009, 0.0004, 0.0003, 0.0002, 0.0002], [0.9106, 0.0453, 0.0101, 0.002, 0.002, 0.0016, 0.0016, 0.0012], [0.9657, 0.0065, 0.0057, 0.0027, 0.0019, 0.0013, 0.0008, 0.0006], [0.9315, 0.0409, 0.0071, 0.003, 0.0012, 0.0011, 0.001, 0.0007], [0.6747, 0.3187, 0.0021, 0.0013, 0.0009, 0.0005, 0.0003, 0.0003], [0.8159, 0.008, 0.0071, 0.0062, 0.0055, 0.0028, 0.0022, 0.0022], [0.1321, 0.0801, 0.055, 0.0334, 0.0229, 0.0229, 0.0203, 0.0158], [0.2698, 0.1636, 0.0992, 0.0531, 0.0365, 0.0221, 0.0172, 0.0152], [0.6697, 0.2464, 0.0485, 0.0066, 0.0035, 0.0024, 0.0019, 0.0017], [0.789, 0.0832, 0.0504, 0.0186, 0.0128, 0.0053, 0.0025, 0.002], [0.89, 0.0443, 0.0305, 0.0099, 0.0077, 0.0047, 0.0022, 0.0013], [0.9569, 0.0225, 0.0064, 0.003, 0.0018, 0.0014, 0.0009, 0.0009], [0.9363, 0.0466, 0.0104, 0.0049, 0.0004, 0.0003, 0.0002, 0.0002], [0.995, 0.0025, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.899, 0.0575, 0.0211, 0.0078, 0.0061, 0.0022, 0.0011, 0.0005], [0.461, 0.1922, 0.0486, 0.0486, 0.0334, 0.023, 0.023, 0.0139], [0.2717, 0.2116, 0.2116, 0.0778, 0.0368, 0.0368, 0.0253, 0.0223], [0.2372, 0.2372, 0.0873, 0.0873, 0.06, 0.0529, 0.0467, 0.0195], [0.414, 0.1956, 0.1186, 0.0436, 0.034, 0.0265, 0.0265, 0.0206], [0.4928, 0.1813, 0.0667, 0.0667, 0.0404, 0.0245, 0.0191, 0.0149], [0.5645, 0.2077, 0.0764, 0.0463, 0.0361, 0.0219, 0.0133, 0.0038], [0.6094, 0.1746, 0.0642, 0.05, 0.039, 0.0236, 0.0068, 0.0068], [0.9374, 0.022, 0.0172, 0.0134, 0.0049, 0.0018, 0.0011, 0.0007], [0.8467, 0.1146, 0.0256, 0.0094, 0.0021, 0.0008, 0.0005, 0.0002], [0.7157, 0.2633, 0.0131, 0.008, 0.0, 0.0, 0.0, 0.0], [0.4986, 0.4986, 0.002, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.8794, 0.119, 0.0008, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.808, 0.0852, 0.0663, 0.0402, 0.0001, 0.0001, 0.0, 0.0], [0.7301, 0.2686, 0.0005, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001], [0.6058, 0.3674, 0.0183, 0.0041, 0.0017, 0.0015, 0.001, 0.0001], [0.4896, 0.2969, 0.1092, 0.0229, 0.0168, 0.009, 0.0079, 0.0062], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [101461, 84841, 160228, 210230, 189762, 178686, 88282, 70999, 56469, 38831, 38513, 16801, 15862, 11566, 10555, 10822, 14742, 12224, 15829, 23245, 18120, 17081, 23782, 30764, 55499, 128602, 135299, 93697, 46921, 44503, 7825, 2321, 2579, 466, 624, 728, 684, 793, 298, 544, 780, 731, 507, 358, 158, 41, 22]}}, {"pos": 497, "top": [[" **", "**", ".**", " \"**", ")**", " **,", " '**", ":**"], [" **", "**", ".**", ")**", " \"**", " **,", " '**", ">**"], [" **", "**", ".**", ")**", " **,", " \"**", ">**", ":**"], [" **", "**", ".**", ")**", " **,", ">**", " \"**", ":**"], [" **", "**", ".**", " \"**", " **,", " '**", " (**", ")**"], [" **", "**", ".**", " \"**", ")**", " '**", " **,", ":**"], [".**", "**", " **", ")**", ":**", "**,", " \"**", " **,"], [".**", "**", " **", ")**", ":**", "</strong>", "</b>", "**,"], [".**", "**", " **", ":**", ")**", "**,", " **,", "**."], [".**", "**", "</strong>", ":**", ")**", " **", "**,", "</b>"], [".**", "**", "</strong>", " **", ":**", ")**", "**,", " **,"], ["</strong>", ".**", "**", ":**", ")**", "**,", " **", "</b>"], [".**", "</strong>", "**", ":**", " **", "**,", "**.", ")**"], [".**", "</strong>", "**", ":**", "**,", "**.", " **", "</b>"], [".**", "**", "</strong>", ":**", " **", "**,", "**.", "**:"], [".**", "**", ":**", "</strong>", "**.", "**,", " **", "**:"], ["</strong>", ".**", "**", ":**", "**.", "**:", "**,", ")**"], ["</strong>", ".**", "**", ":**", "</b>", "**.", "**:", "**,"], [".**", ":**", "</strong>", "**", "**:", "**.", "**,", ")**"], [":**", ".**", "</strong>", "**", "**:", "**.", "**,", ")**"], [":**", "**:", ".**", "**.", "**", "</strong>", " workflows", " prioritization"], [":**", " workflows", "**:", " workflow", " prioritization", " troubleshooting", ".**", " transitioning"], ["</strong>", ":**", " workflows", " prioritization", " scalability", " vulnerabilities", " troubleshooting", " complexity"], [" prioritization", " leveraging", " workflows", " scalability", " Leveraging", " optimizations", " Complexity", " vulnerabilities"], [" Leveraging", " Troubleshooting", " leveraging", " Complexity", " Automation", " scalability", " prioritization", " workflows"], [" scalability", " Troubleshooting", " Leveraging", " Synchronization", " workflows", " Workflow", " Complexity", " prioritization"], [" scalability", " Synchronization", " Complexity", " Workflow", " workflows", " Troubleshooting", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Leveraging"], [" Synchronization", " scalability", " Workflow", " Integration", " Complexity", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", "Synchronization", " workflows"], [" Synchronization", " scalability", "Synchronization", " Complexity", "Complexity", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Connectivity", " Integration"], [" Synchronization", " scalability", "Synchronization", " Complexity", " synchronization", " Workflow", " Integration", " Interaction"], [" Synchronization", " scalability", "Synchronization", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Workflow", " synchronization", " Complexity", " Interaction"], [" Synchronization", " scalability", " Workflow", "Synchronization", " Gameplay", " Complexity", " Integration", " synchronization"], [" scalability", " Synchronization", "Synchronization", " Workflow", " synchronization", " Integration", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " workflows"], [" scalability", " Synchronization", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", "Synchronization", " Interaction", " Integration", "Integration", "interaction"], [" Synchronization", "Synchronization", " scalability", " Interaction", " Integration", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " Interactions", "Integration"], [" Plugins", " Plugin", " plugins", " plugin", "Plugin", "Plugins", "plugin", "\u63d2\u4ef6"], [" Plugins", " Plugin", " plugins", " plugin", "Plugin", "Plugins", "plugins", "plugin"], [" Plugins", " Plugin", " plugin", " plugins", "Plugin", "Plugins", "plugin", "plugins"], [" Plugin", " plugin", " Plugins", "Plugin", " plugins", "plugin", "Plugins", "\u63d2\u4ef6"], [" Plugin", " plugin", " Plugins", "Plugin", " plugins", "plugin", "Plugins", "\u63d2\u4ef6"], [" Plugin", " plugin", "Plugin", " Plugins", " plugins", "plugin", "Plugins", "\u63d2\u4ef6"], [" Plugin", " plugin", "Plugin", " Plugins", " plugins", "plugin", "\u63d2\u4ef6", "Plugins"], [" Plugin", " plugin", "Plugin", " Plugins", " plugins", "plugin", "\u63d2\u4ef6", "Plugins"], [" Plugin", " plugin", "Plugin", " Plugins", "plugin", " plugins", "\u63d2\u4ef6", " plug"], [" plugin", " Plugin", "Plugin", " Plugins", " plugins", "plugin", " plug", "\u63d2\u4ef6"], [" plugin", " Plugin", "Plugin", "plugin", " Plugins", " plugins", " plug", " Async"], ["Plugin", " Plugin", " plugin", "End", "Plugins", "plugin", " Plugins", "Async"]], "p": [[0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5922, 0.3592, 0.0486, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7275, 0.2676, 0.0049, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9523, 0.0474, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8801, 0.1191, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4972, 0.4972, 0.0055, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8776, 0.1188, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5918, 0.3589, 0.0486, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.8044, 0.1398, 0.0514, 0.0042, 0.0001, 0.0, 0.0, 0.0], [0.8761, 0.0923, 0.0265, 0.0046, 0.0003, 0.0001, 0.0001, 0.0], [0.9651, 0.0227, 0.0107, 0.0015, 0.0, 0.0, 0.0, 0.0], [0.5991, 0.3633, 0.0232, 0.0141, 0.0001, 0.0001, 0.0001, 0.0], [0.9841, 0.014, 0.0012, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.4695, 0.2847, 0.1345, 0.1047, 0.0052, 0.0012, 0.0002, 0.0], [0.5168, 0.3134, 0.0898, 0.0699, 0.0074, 0.0021, 0.0005, 0.0], [0.8089, 0.0966, 0.0586, 0.0131, 0.007, 0.0018, 0.0016, 0.0008], [0.5948, 0.0912, 0.0805, 0.0231, 0.0159, 0.0159, 0.0096, 0.0085], [0.1416, 0.1249, 0.1249, 0.1103, 0.0669, 0.0669, 0.0358, 0.0316], [0.4197, 0.2546, 0.1203, 0.0937, 0.0442, 0.0163, 0.0127, 0.0099], [0.9795, 0.0109, 0.004, 0.0015, 0.0009, 0.0009, 0.0009, 0.0009], [0.5249, 0.1504, 0.1171, 0.0912, 0.0553, 0.0204, 0.0159, 0.0058], [0.6513, 0.2396, 0.0253, 0.0197, 0.0153, 0.0093, 0.0072, 0.0056], [0.6513, 0.3077, 0.0253, 0.0056, 0.0044, 0.0016, 0.0016, 0.001], [0.7238, 0.1615, 0.098, 0.008, 0.0023, 0.0023, 0.0011, 0.0011], [0.6212, 0.3768, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.6144, 0.3727, 0.0113, 0.0006, 0.0004, 0.0004, 0.0001, 0.0001], [0.7181, 0.2642, 0.0102, 0.0048, 0.0011, 0.0004, 0.0003, 0.0003], [0.9232, 0.0758, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9319, 0.0281, 0.0171, 0.0171, 0.0038, 0.0014, 0.0003, 0.0001], [0.9242, 0.046, 0.0169, 0.0103, 0.0023, 0.0002, 0.0001, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9875, 0.011, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.988, 0.011, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8806, 0.1192, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6215, 0.377, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.5607, 0.4366, 0.0018, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.5519, 0.4298, 0.0167, 0.0009, 0.0004, 0.0003, 0.0, 0.0], [0.5874, 0.3144, 0.0901, 0.0031, 0.0024, 0.0019, 0.0002, 0.0001], [0.9848, 0.0124, 0.0017, 0.0006, 0.0003, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [190916, 189333, 188501, 206368, 182136, 199489, 118823, 105681, 64528, 45237, 37862, 26156, 25402, 17665, 16811, 13178, 15844, 17047, 12829, 10451, 9792, 14065, 21277, 25325, 40019, 85159, 74801, 76054, 27476, 26299, 20281, 12186, 8598, 3789, 4109, 3263, 2358, 3159, 1243, 1590, 1880, 694, 600, 646, 358, 107, 29]}}, {"pos": 498, "top": [["\"", "\",", "!\".", "\".", "\"..", "!\",", "..\"", "!\""], ["\"", "\",", "!\".", "\"..", "!\",", "\".", "..\"", "\"["], ["\"", "\",", "\"..", "..\"", "!\".", "\"_", "!\",", "\"."], ["\"", "\",", "!\".", "\"..", "\\\\\"", "!\",", "..\"", "_\""], ["\"", "\",", "_\"", "\\\\\"", " _", " \"+", "!\",", "\"["], ["\"", " _", " \"+", "\",", " \",", " \"[", " \"_", "_\""], ["\"", "\",", "!\",", "\".", "\"[", "!\"", "!\".", "_\""], ["\"", "\",", "!\",", "\".", "!\"", "!\".", " \",", " Plugin"], ["\"", "\",", "\".", "!\",", "!\"", "!\".", " Plugin", "\"["], ["\"", "\",", " _", "!\",", " Plugin", " \"", "\".", "_\""], ["\"", " _", "_\"", "\",", "</em>", " \",", "\"`", "\"_"], ["\"", "\",", " _", "!\"", "!\",", "_\"", "\".", "!\"."], ["\"", "\",", " _", "!\"", "_\"", " \"", "\".", "!\","], ["\"", "\",", " _", "!\"", "\".", "!\",", "_\"", "!\"."], ["\"", "\",", " _", "\".", "!\"", "_\"", "!\",", "!\"."], ["\"", "\",", "\".", " _", "!\"", "!\".", "_\"", "!\","], ["\"", "</em>", "\",", "!\"", "\".", "!\".", "!\",", "_\""], ["\"", "\",", "\".", "!\"", "!\".", "_\"", "!\",", "</em>"], ["\"", "</em>", "_\"", "\",", " Plugin", "!\"", "!\".", "!\","], [" Plugin", "_\"", "</em>", "\"", " Plugins", "\",", "!\",", "!\"."], [" Plugin", "!\".", "!\",", " Plugins", "_\"", " workflows", "!\"", "\","], [" workflows", " Plugin", " plugins", " Plugins", "!\".", "_\"", "!\",", " software"], ["</em>", " workflows", "!\".", " software", " Plugin", "!\"", " plugins", " Software"], [" workflows", " functionality", " leveraging", " workflow", " functionalities", " workaround", " plugins", " interactivity"], [" workflows", " functionality", " workflow", " workaround", " prototyping", " functionalities", " interactivity", " leveraging"], [" workflows", " Workflow", " functionality", " workflow", " workaround", " Plugin", " Leveraging", " Interaction"], [" workflows", " Workflow", " functionality", " Plugin", " workflow", " interactivity", " Interaction", " workaround"], [" Workflow", " workflows", " Plugin", " Interaction", " workflow", " Integration", " functionality", " Gameplay"], [" Workflow", " Plugin", " Compatibility", " workflows", " Integration", " Gameplay", " Interaction", " Connectivity"], [" Workflow", " workflows", " Plugin", " Interaction", " scalability", " Compatibility", " Integration", " workflow"], [" Plugin", " compatibility", " Compatibility", " interoper", " Workflow", " Integration", " scalability", " workflows"], [" Plugin", " Compatibility", " compatibility", " Workflow", " interoper", " workflows", " Integration", " Interaction"], [" compatibility", " Compatibility", " Plugin", " interfacing", " Workflow", " workflows", " Integration", " scalability"], [" compatibility", " integration", " Integration", " Compatibility", " Plugin", " integrations", " interaction", " interactivity"], [" compatibility", " integration", " Plugin", " Interaction", " Integration", " interaction", " Compatibility", " Ecosystem"], [" Plugin", " compatibility", " Compatibility", " scripting", " plugin", " Plugins", " integration", " plugins"], [" compatibility", " Plugin", " Compatibility", " integration", " scripting", " plugin", " Plugins", " Integration"], [" compatibility", " Plugin", " Compatibility", " plugin", " integration", " scripting", " Plugins", " Integration"], [" compatibility", " Plugin", " integration", " Compatibility", " Integration", " plugin", " scripting", " interoper"], [" compatibility", " integration", " Compatibility", " Plugin", " Integration", " interoper", " plugin", " stability"], [" compatibility", " Compatibility", " integration", " Integration", " Plugin", " scripting", " interoper", " stability"], [" scripting", " compatibility", " Compatibility", " Script", " integration", " Integration", " Plugin", " script"], [" scripting", " compatibility", " Compatibility", " Script", " script", " Integration", " integration", " Stability"], [" scripting", " compatibility", " Script", " Compatibility", " Integration", " Stability", " script", " Loading"], [" scripting", " Script", " Compatibility", " compatibility", " script", " Integration", " Loading", " Runtime"], [" Script", " scripting", " Integration", " script", " Compatibility", " Runtime", " Execution", " Ecosystem"], [" Script", " Integration", " Stability", " Compatibility", " Execution", " Ecosystem", " Interaction", " System"]], "p": [[0.9937, 0.0041, 0.0015, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.9848, 0.0066, 0.0066, 0.0015, 0.0002, 0.0001, 0.0001, 0.0], [0.994, 0.0041, 0.0009, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.987, 0.011, 0.0005, 0.0003, 0.0003, 0.0002, 0.0002, 0.0001], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9955, 0.0032, 0.0006, 0.0004, 0.0001, 0.0001, 0.0001, 0.0], [0.9705, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.939, 0.06, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9816, 0.018, 0.0001, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9947, 0.0052, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0006, 0.0003, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9813, 0.014, 0.0024, 0.0011, 0.0004, 0.0004, 0.0001, 0.0001], [0.9856, 0.0109, 0.0024, 0.0003, 0.0002, 0.0002, 0.0002, 0.0001], [0.9438, 0.0366, 0.0135, 0.0023, 0.0018, 0.0007, 0.0005, 0.0004], [0.9437, 0.047, 0.005, 0.0018, 0.0011, 0.0007, 0.0003, 0.0002], [0.977, 0.0179, 0.0024, 0.0009, 0.0007, 0.0004, 0.0003, 0.0002], [0.9673, 0.0138, 0.0107, 0.0065, 0.0005, 0.0005, 0.0003, 0.0002], [0.8241, 0.1115, 0.032, 0.0151, 0.0118, 0.002, 0.002, 0.0012], [0.413, 0.3216, 0.2505, 0.0076, 0.0059, 0.0005, 0.0003, 0.0003], [0.4697, 0.4697, 0.0386, 0.011, 0.0067, 0.0032, 0.0007, 0.0002], [0.5927, 0.1323, 0.1323, 0.0487, 0.0379, 0.0109, 0.0109, 0.0085], [0.6386, 0.3016, 0.0248, 0.0091, 0.0091, 0.0055, 0.0055, 0.0016], [0.5019, 0.2371, 0.112, 0.0529, 0.025, 0.0195, 0.0152, 0.0152], [0.9268, 0.0461, 0.017, 0.0029, 0.0018, 0.0011, 0.0011, 0.0007], [0.9814, 0.014, 0.004, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001], [0.981, 0.018, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.97, 0.0293, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9697, 0.0293, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9866, 0.0066, 0.0024, 0.0024, 0.0009, 0.0005, 0.0003, 0.0], [0.9244, 0.046, 0.0169, 0.0103, 0.0014, 0.0005, 0.0001, 0.0001], [0.9431, 0.0285, 0.0105, 0.0039, 0.0039, 0.0039, 0.0023, 0.0023], [0.795, 0.1076, 0.0653, 0.024, 0.002, 0.002, 0.0012, 0.0012], [0.684, 0.2516, 0.0561, 0.0028, 0.0017, 0.001, 0.0006, 0.0004], [0.9224, 0.0757, 0.0008, 0.0008, 0.0001, 0.0, 0.0, 0.0], [0.9428, 0.0469, 0.0039, 0.0023, 0.0023, 0.0009, 0.0009, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8801, 0.1191, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9698, 0.0293, 0.0005, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9612, 0.029, 0.0065, 0.0024, 0.0009, 0.0001, 0.0, 0.0], [0.9583, 0.0372, 0.0031, 0.0009, 0.0003, 0.0002, 0.0001, 0.0], [0.9021, 0.0577, 0.0212, 0.0165, 0.0014, 0.0003, 0.0002, 0.0002], [0.7294, 0.0987, 0.0769, 0.0769, 0.0063, 0.003, 0.003, 0.0023], [0.5354, 0.3247, 0.0342, 0.0302, 0.0267, 0.0208, 0.0059, 0.0052], [0.8462, 0.0477, 0.029, 0.029, 0.0073, 0.005, 0.0044, 0.0039], [0.8588, 0.0905, 0.0095, 0.0066, 0.0058, 0.0051, 0.0045, 0.0027]], "ranks": {"Rust": [11637, 9871, 17188, 23872, 38654, 64217, 30925, 24474, 17431, 16848, 18584, 11938, 16138, 13334, 15770, 15423, 15633, 16061, 22683, 23390, 29115, 33447, 29420, 30982, 46950, 71337, 60033, 30719, 25021, 12971, 5945, 2698, 2187, 1278, 1111, 1104, 2077, 1948, 1620, 1416, 1106, 787, 453, 601, 245, 159, 180]}}, {"pos": 499, "top": [["</i>", " [...]", "[...]", " [...", "</img>", " (...)", "</code>", " ['"], ["</i>", " [...]", " [...", "[...]", " ['", "</img>", " (...)", "</code>"], ["</i>", " [...]", " [...", "[...]", " ['", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " (...)", "</b>"], ["</i>", " [...]", " [...", "[...]", " (...)", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " ['", "\\/}"], ["</i>", " [...]", " [...", " (...)", "[...]", "</code>", "</b>", "</img>"], ["</i>", "</u>", " [...]", "</img>", " [...", "</s>", " \u202c", "</code>"], ["</i>", "</u>", "</s>", "</img>", "</sub>", "</code>", "</b>", " [...]"], ["</i>", "</u>", "</s>", "</b>", "</img>", "</sub>", "</code>", " [...]"], ["</i>", "</u>", "</s>", "</img>", " [...]", " \u202c", "</code>", "</sub>"], ["</i>", "</u>", "</img>", "</s>", "</code>", "</sub>", " [...]", "</b>"], ["</i>", "</u>", "</s>", "</img>", "</code>", "</sub>", "</b>", " \u202c"], ["</i>", "</u>", "</s>", "</img>", "</code>", "</sub>", "</b>", " [...]"], ["</i>", "</u>", "</img>", "</s>", " [...]", "</code>", "</sub>", "</b>"], ["</i>", "</u>", "</code>", "</s>", "</img>", " [...]", "</b>", "</sub>"], ["</i>", "</u>", "</code>", "</s>", "</img>", " [...]", "</b>", "</sub>"], ["</i>", "</u>", "</img>", "</code>", "</s>", " [...]", "</sub>", "</b>"], ["</i>", "</u>", "</code>", "</s>", "</b>", "</img>", "</sub>", ".\"]"], ["</i>", "</u>", "</code>", "</s>", "...\"", "</img>", " [...]", "</b>"], ["</i>", "</u>", "</code>", "</s>", "</img>", "...\"", " [...]", "[...]"], ["</i>", "</u>", "</s>", "</code>", " [...]", "</img>", "...\"", "[...]"], ["</i>", "</u>", "</s>", "</code>", " Algorithms", "</img>", " Software", " ('"], ["</i>", "</u>", "</code>", "</s>", " Algorithms", " Software", " workflows", " ('"], ["</i>", "</code>", "</u>", "</s>", " workflows", " Software", " Python", "</b>"], [" workflows", " leveraging", " prototyping", " workflow", " leverages", " IoT", " interactivity", " Leveraging"], [" workflows", " workflow", " prototyping", " Workflow", " leveraging", " leverages", " onboarding", " IoT"], [" workflows", " workflow", " Workflow", " prototyping", " leverages", " interfacing", " interactivity", " deliverables"], [" workflows", " Workflow", " workflow", " interactivity", " prototyping", " interfaces", " Gameplay", " deliverables"], [" workflows", " Workflow", " workflow", " Programming", " Gameplay", " interactivity", " Interaction", " Interactions"], [" workflows", " Workflow", " Gameplay", " Interaction", " workflow", " Interactions", " Programming", " Runtime"], [" workflows", " scripting", " interactivity", " Programming", " Workflow", " Interaction", " interaction", " workflow"], [" scripting", " workflows", " interactivity", " Scripts", " Programming", " Script", " workflow", " scripts"], [" scripting", " workflows", " interactivity", " Script", " Scripts", " Workflow", " Gameplay", " Runtime"], [" scripting", " Execution", " workflows", " interactivity", " Runtime", " Script", " interfacing", " execution"], [" scripting", " Script", " Scripts", " scripts", " script", " interactivity", "Script", " integration"], [" scripting", " Script", " Scripts", " Execution", " scripts", " interactivity", " interpreter", " script"], [" scripting", " Script", " script", " scripts", "Script", " Scripts", "script", "\u811a\u672c"], [" scripting", " Script", " script", " scripts", "Script", "script", " Scripts", "\u811a\u672c"], [" scripting", " Script", " interpreter", " execution", " script", " integration", " Execution", " scripts"], [" scripting", "ability", " integration", " execution", " interpreter", " compatibility", " Execution", " interface"], ["ability", " scripting", " integration", " compatibility", "ibility", " execution", " interpreter", " interactivity"], ["ability", " scripting", " integration", " execution", " Execution", "ibility", " compatibility", "ing"], ["ability", " scripting", " integration", " execution", " Execution", " compatibility", " portability", " interactivity"], ["ability", " execution", " Execution", " integration", " compatibility", "ing", " interface", " interactivity"], ["ability", "ing", " execution", " Execution", " integration", " compatibility", "ibility", "able"], ["ability", "ing", " integration", " execution", " Execution", "ibility", " Integration", " compatibility"], ["ing", "ability", " Integration", " Execution", " integration", " execution", " Engine", "ibility"], ["ing", "ability", " Integration", " Execution", " Engine", " Interaction", " Support", " Evaluation"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9346, 0.0597, 0.0049, 0.0004, 0.0002, 0.0001, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6182, 0.3749, 0.0069, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9839, 0.014, 0.0015, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9895, 0.0067, 0.0015, 0.0007, 0.0007, 0.0002, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9598, 0.029, 0.0065, 0.0024, 0.0009, 0.0009, 0.0002, 0.0002], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9521, 0.0474, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9953, 0.0041, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9962, 0.0019, 0.0007, 0.0007, 0.0002, 0.0002, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9622, 0.0373, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7962, 0.2013, 0.0008, 0.0005, 0.0003, 0.0001, 0.0001, 0.0001], [0.4836, 0.4268, 0.0654, 0.0114, 0.002, 0.0012, 0.0011, 0.0007]], "ranks": {"Rust": [175236, 171697, 180799, 167662, 176232, 176946, 115661, 91541, 62061, 51433, 70726, 64659, 72549, 35592, 49065, 69795, 52765, 64707, 99377, 84917, 71596, 57287, 36441, 52413, 39831, 128149, 104861, 51473, 37723, 24481, 13295, 5691, 5936, 3235, 2162, 2743, 3090, 4113, 2998, 3095, 1762, 1643, 740, 851, 495, 206, 224]}}, {"pos": 500, "top": [["..\"", ",\"", ".,\"", ".\"", "--\"", "....\"", ":\"", "  "], ["..\"", "--\"", ".,\"", ",\"", "....\"", "-\"", "...\"", ":\""], ["--\"", "  ", "..\"", "....\"", "...\"", ",\"", ".,\"", "-\""], ["...\"", "....\"", ",\"", "..\"", ";\"", ":\"", " :\"", ".,\""], ["...\"", "....\"", ";\"", ",\"", ":\"", " [\"", "...\",", " ...\""], ["...\"", ",\"", "....\"", ";\"", " [\"", " ,\"", ".\"]", ":\""], ["...\"", ",\"", "....\"", ";\"", "...\",", ":\"", ".\"]", " ,\""], ["...\"", ",\"", "....\"", " ,\"", ";\"", " \"...", "...\",", " (\""], ["...\"", ",\"", "....\"", " \"...", "...\",", " ,\"", " ...\"", ";\""], ["...\"", ",\"", "....\"", "...\",", " \"...", " ,\"", " (\"", ";\""], ["...\"", ",\"", " ...\"", " ,\"", "....\"", " \"...", "...\",", "...\")"], ["...\"", ",\"", "....\"", ".\"", "...\",", ".\"]", " ...\"", "...\")"], ["...\"", ",\"", "....\"", " ...\"", ".\"", "...\",", "...\")", " \"..."], ["...\"", ",\"", ".\"", "....\"", ".\"]", ".\")", ":\"", " ...\""], ["...\"", ",\"", ".\"", "....\"", ".\"]", " ...\"", ".\")", ":\""], [",\"", "...\"", ".\"", ".\"]", "....\"", ".\")", ".,\"", ":\""], [",\"", ".\"", "...\"", ".\"]", "!\"", ".\")", ";\"", ".,\""], ["...\"", ",\"", ".\"", "....\"", " ...\"", ".\"]", "...\",", "!\""], ["...\"", ",\"", ".\"", "....\"", " ...\"", ".\"]", " .\"", "!\""], ["...\"", "....\"", " ...\"", ",\"", "...\",", ".\"", ".\"]", "...\")"], ["...\"", ",\"", ".\"", ".\"]", "....\"", ":\"", "!\"", " (\""], [",\"", ".\"", " (\"", "...\"", ":\"", "!\"", ".\"]", ".,\""], [",\"", ".\"", "...\"", ".\"]", "!\"", "</code>", ";\"", " workflows"], [" leveraging", " workflows", " prototyping", " functionality", " leverages", " workflow", " Leveraging", " vulnerabilities"], [" workflows", " leveraging", " prototyping", " workflow", " functionality", " leverages", " vulnerabilities", " Leveraging"], [" workflows", " workflow", " leveraging", " vulnerabilities", " prototyping", " Workflow", " functionality", " leverages"], [" workflows", " workflow", " Workflow", " vulnerabilities", " functionality", " interfacing", " Cybersecurity", " prototyping"], [" workflows", " workflow", " Workflow", " functionality", " implementation", " Cybersecurity", " vulnerabilities", " scalability"], [" workflows", " workflow", " Workflow", " functionality", " vulnerabilities", " Compatibility", " Cybersecurity", " implementation"], [" workflows", " workflow", " Workflow", " functionality", " scalability", " interoper", " compatibility", " implementation"], [" workflows", " workflow", " functionality", " interoper", " compatibility", " scalability", " Workflow", " interfacing"], [" workflows", " workflow", " compatibility", " Workflow", " functionality", " interoper", " Compatibility", " scalability"], [" workflows", " interfacing", " workflow", " interfaces", " compatibility", " interface", " functionality", " scalability"], [" integration", " workflows", " interactivity", " interfacing", " compatibility", " Integration", " integrations", " scalability"], [" integration", " compatibility", " Integration", " interfacing", " interactivity", " scalability", " workflows", " interface"], [" integration", " compatibility", " interfacing", " Integration", " interface", " interfaces", " interactivity", " stability"], [" integration", " Integration", " compatibility", " stability", " interfacing", " integrations", " robustness", " Stability"], [" integration", " Integration", " compatibility", " stability", " integrations", " Stability", " robustness", " reliability"], [" integration", " Integration", " compatibility", " stability", " interface", " interfacing", " interoper", " robustness"], [" integration", " Integration", " compatibility", " stability", " reliability", " interface", " integrations", " robustness"], [" integration", " Integration", " compatibility", " stability", " Stability", " reliability", " Reliability", " robustness"], [" integration", " stability", " Integration", " reliability", " interface", " compatibility", " Reliability", " Stability"], [" stability", " Stability", " reliability", " integration", " Reliability", " compatibility", " interface", " Integration"], [" Stability", " stability", " Reliability", " Integration", " reliability", " robustness", " integration", " Interface"], [" Integration", " Stability", " integration", " Reliability", " stability", " Security", " reliability", " robustness"], [" Integration", " Stability", " Reliability", " Security", " integration", " Runtime", " Safety", " Interface"], [" Integration", " Stability", " Security", " Interface", " Safety", " Ecosystem", " &", " Reliability"]], "p": [[0.8213, 0.1111, 0.0674, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.952, 0.0474, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8223, 0.0675, 0.0675, 0.0409, 0.0007, 0.0005, 0.0002, 0.0002], [0.8768, 0.1187, 0.0022, 0.0008, 0.0008, 0.0003, 0.0003, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6178, 0.3747, 0.0069, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8114, 0.1811, 0.007, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.6751, 0.3189, 0.0058, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9659, 0.0227, 0.0084, 0.0011, 0.0009, 0.0003, 0.0003, 0.0002], [0.9759, 0.0139, 0.0066, 0.0019, 0.0011, 0.0002, 0.0001, 0.0001], [0.9843, 0.0085, 0.0031, 0.0019, 0.0015, 0.0003, 0.0001, 0.0001], [0.999, 0.0004, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8816, 0.0564, 0.0439, 0.0052, 0.0041, 0.0022, 0.0012, 0.001], [0.7698, 0.0632, 0.0558, 0.0434, 0.016, 0.0141, 0.011, 0.004], [0.5984, 0.1513, 0.1513, 0.0263, 0.0263, 0.0159, 0.0052, 0.0046], [0.666, 0.3146, 0.0058, 0.0045, 0.0035, 0.001, 0.0008, 0.0008], [0.8406, 0.1461, 0.0057, 0.0057, 0.0008, 0.0006, 0.0002, 0.0001], [0.9962, 0.0025, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0009, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0015, 0.0006, 0.0006, 0.0002, 0.0, 0.0, 0.0], [0.7986, 0.1782, 0.0089, 0.0054, 0.0054, 0.002, 0.0007, 0.0004], [0.8821, 0.0439, 0.0266, 0.0266, 0.0162, 0.0013, 0.0008, 0.0008], [0.7734, 0.1726, 0.0234, 0.0234, 0.0019, 0.0019, 0.0012, 0.0007], [0.9792, 0.0179, 0.0024, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9424, 0.0469, 0.0064, 0.0039, 0.0001, 0.0001, 0.0001, 0.0], [0.9637, 0.0227, 0.0065, 0.0039, 0.0014, 0.0004, 0.0004, 0.0003], [0.9812, 0.0085, 0.0051, 0.0031, 0.0007, 0.0004, 0.0004, 0.0002], [0.8145, 0.1817, 0.0016, 0.0007, 0.0004, 0.0004, 0.0002, 0.0001], [0.358, 0.1691, 0.1026, 0.0799, 0.0799, 0.0485, 0.0485, 0.0485], [0.4828, 0.2281, 0.0509, 0.0509, 0.0509, 0.0396, 0.0309, 0.024], [0.5354, 0.1534, 0.1195, 0.0564, 0.0267, 0.0267, 0.0267, 0.0143], [0.3233, 0.2518, 0.1348, 0.0721, 0.0721, 0.0386, 0.0161, 0.0142], [0.5049, 0.1447, 0.0532, 0.0532, 0.047, 0.0251, 0.0135, 0.0119], [0.8861, 0.05, 0.0236, 0.0068, 0.0046, 0.0041, 0.0036, 0.0032]], "ranks": {"Rust": [24414, 30615, 111230, 162206, 183005, 222774, 155256, 128906, 90175, 60009, 66548, 48602, 62439, 40957, 45289, 44613, 40283, 40947, 45561, 38412, 43393, 38006, 37188, 37137, 46786, 49332, 46346, 32397, 18283, 9482, 6436, 3717, 3156, 2017, 1353, 949, 1467, 1465, 1049, 1244, 878, 379, 261, 244, 180, 105, 71]}}, {"pos": 501, "top": [[" &", " &/", " (&", " [&", " &.", "&", " &,", "&-"], [" &", " &/", " (&", " [&", " &.", "&", " &,", "&-"], [" &", " &/", " (&", " [&", " &.", " &,", "&", "&-"], [" &", " &/", " (&", " [&", " &,", " &.", " &'", "&"], [" &", " &/", " (&", " [&", " &'", " &,", " &.", "&"], [" &", " &/", " (&", " [&", " &#", " &'", " &,", "&"], [" &", " (&", " &/", " [&", " &'", " &,", " &#", ",&"], [" &", " (&", " &/", " [&", " &#", " &'", " &,", " &\\"], [" &", " (&", " [&", " &/", " &'", " &#", " &,", ",&"], [" &", " (&", " [&", " &/", " &'", " &,", " &#", ",&"], [" &", " (&", " &/", " [&", " &'", " &,", "</code>", ",&"], [" &", " (&", " &/", " [&", " &'", " &,", "</code>", "</h6>"], [" &", " (&", " [&", " &/", " &,", " &'", "</code>", ",&"], [" &", " (&", " [&", " &/", "</code>", " &,", ",&", " &'"], [" &", " (&", " [&", " &/", ",&", " &,", "</code>", "&"], [" &", " (&", " [&", " &/", "</code>", ",&", "&", " &,"], [" &", " (&", " &/", " [&", "</code>", ",&", "&", " \"&"], [" &", " [&", " (&", "</code>", " &/", "</h3>", "</h5>", "</h6>"], [" &", " [&", " (&", "</code>", " &/", "</h6>", "</h5>", " &,"], [" [&", " (&", " &", "</code>", " &/", " skillset", " Gameplay", "\u2026</"], [" &", " (&", " [&", " skillset", " prototyping", " Gameplay", "</code>", " workflows"], [" (&", " &", " prototyping", " workflows", " skillset", " integration", " [&", " &/"], [" skillset", " workflows", " prototyping", " integration", " (&", " functionalities", " leveraging", " functionality"], [" skillset", " workflows", " Integration", " integration", " leveraging", " prototyping", " interfacing", " functionality"], [" Integration", " workflows", " Integrating", " Connectivity", " interfacing", " integration", " skillset", " Interaction"], [" Integration", " workflows", " Interaction", " Synchronization", " Workflow", " scalability", " Connectivity", " Integrating"], [" Integration", " integration", " Interaction", " workflows", " interactivity", " Integrating", " interfacing", " integra\u00e7\u00e3o"], [" Integration", " Interaction", " integration", " Workflow", " interactivity", " workflows", " Synchronization", " Integrating"], [" Integration", " Interaction", " integration", " Compatibility", " Synchronization", " Integrating", " Connectivity", " Interactions"], [" Integration", " integration", " Interaction", " Synchronization", " interoper", " Compatibility", " interfacing", " Integrating"], [" Integration", " integration", " interoper", " compatibility", " Compatibility", " interfacing", " Synchronization", " integrations"], [" Integration", " integration", " interoper", " Synchronization", " interfacing", " Compatibility", " Interaction", " compatibility"], [" Integration", " integration", " interfacing", " interoper", " compatibility", " Compatibility", " integrations", " Synchronization"], [" integration", " Integration", " integrations", " integra\u00e7\u00e3o", " Interaction", "Integration", " compatibility", " interoper"], [" Integration", " integration", " Interaction", "\u5b89\u5168\u6027", " interaction", " compatibility", " Compatibility", " integrations"], [" Integration", " integration", " compatibility", " Compatibility", "\u5b89\u5168\u6027", " Interaction", " integrations", " integra\u00e7\u00e3o"], [" Integration", " integration", " compatibility", "\u5b89\u5168\u6027", " Compatibility", "Integration", " integra\u00e7\u00e3o", " integrations"], [" Integration", " integration", "\u5b89\u5168\u6027", " Safety", "Integration", " compatibility", " integra\u00e7\u00e3o", " integrations"], [" integration", " Integration", " interoper", " integra\u00e7\u00e3o", " integrations", "Integration", "integration", " compatibility"], [" integration", " Integration", " interoper", " integrations", " integra\u00e7\u00e3o", "Integration", "integration", " compatibility"], [" Integration", " integration", "Integration", " interoper", "integration", " integrations", " Safety", " Interaction"], [" Integration", " integration", " interoper", " Safety", " Plugin", " safety", " Compatibility", " Interaction"], [" Integration", " integration", " interoper", " Safety", " Compatibility", " safety", " compatibility", "\u5b89\u5168\u6027"], [" Integration", " integration", " interoper", " Safety", " Compatibility", " Interaction", " Isolation", " Security"], [" Integration", " integration", " interoper", " Isolation", " Security", " Safety", " Compatibility", " Interaction"], [" Integration", " Sandbox", " integration", " Isolation", " Safety", " Security", " Sand", " Interaction"], [" Integration", " Security", " Safety", " Interaction", " Inter", " Sand", " Sandbox", " Isolation"]], "p": [[0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8801, 0.1191, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7748, 0.222, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9885, 0.011, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8213, 0.1112, 0.0674, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5761, 0.2119, 0.2119, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3909, 0.3044, 0.3044, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8988, 0.0947, 0.0029, 0.0014, 0.0008, 0.0006, 0.0005, 0.0], [0.447, 0.2111, 0.1644, 0.0997, 0.0605, 0.0064, 0.0023, 0.0023], [0.6795, 0.1516, 0.092, 0.0558, 0.0075, 0.0046, 0.0028, 0.0028], [0.6744, 0.2481, 0.0124, 0.0124, 0.0124, 0.0124, 0.0075, 0.0058], [0.658, 0.1143, 0.054, 0.0328, 0.0255, 0.0255, 0.0199, 0.0094], [0.8977, 0.0271, 0.0271, 0.0164, 0.01, 0.006, 0.0022, 0.0017], [0.9662, 0.0138, 0.0084, 0.0039, 0.0019, 0.0019, 0.0015, 0.0009], [0.9825, 0.0052, 0.0052, 0.004, 0.0024, 0.0003, 0.0003, 0.0], [0.9652, 0.0291, 0.0039, 0.0015, 0.0001, 0.0001, 0.0, 0.0], [0.622, 0.3773, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8761, 0.1186, 0.0036, 0.0005, 0.0005, 0.0003, 0.0002, 0.0002], [0.8168, 0.1822, 0.0005, 0.0002, 0.0002, 0.0002, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8143, 0.1817, 0.0033, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.7151, 0.2631, 0.0131, 0.0079, 0.0002, 0.0002, 0.0001, 0.0001], [0.8717, 0.0919, 0.0338, 0.0008, 0.0004, 0.0004, 0.0003, 0.0003], [0.758, 0.1493, 0.0622, 0.0084, 0.0031, 0.0027, 0.0024, 0.0019], [0.6754, 0.0554, 0.0432, 0.0381, 0.0336, 0.0297, 0.0159, 0.014], [0.9373, 0.0172, 0.0152, 0.0081, 0.0056, 0.0034, 0.003, 0.003]], "ranks": {"Rust": [112537, 102855, 137135, 149772, 169610, 188694, 147631, 124126, 77988, 49465, 64935, 41504, 39487, 34918, 34769, 34265, 37962, 40564, 41428, 33195, 43405, 45857, 54652, 40333, 67205, 83572, 78747, 65624, 36007, 11763, 5840, 2669, 2156, 1164, 1297, 689, 886, 872, 365, 293, 250, 70, 48, 53, 23, 19, 19]}}, {"pos": 502, "top": [["\")", "\").", "\"):", ".\")", "\");", "</h2>", ":\"", "\"),"], ["\")", "\").", "\");", "\"):", "\uf0b7", "</h2>", "\uf0a7", ".\")"], ["\")", "</h2>", "\");", "..\");", "\").", ".\")", ".\");", ":\""], ["\")", ":\"", ".\")", "\");", ".\");", "\").", ":\");", "..\");"], ["\")", "</h2>", ".\")", "\").", " \");", ".\");", ":\"", "\");"], ["\uf0b7", "\uf0a7", "\\-", "~\\", "\")", "</b>", ".\")", ",\""], ["\\-", "</b>", "~\\", ",\"", "\uf0a7", ".\u2022", ".\")", "\")"], ["</b>", "\\-", ".\u2022", "~\\", "</i>", ",\"", "</h2>", ".\")"], ["</b>", ",\"", "\\-", "\uf0a7", ".\u2022", ".\")", "\")", "~\\"], ["</b>", ",\"", "</i>", "\")", ".\")", "</h2>", "~\\", "\\-"], ["</i>", "</b>", "</h2>", "\")", ",\"", ".\")", "\\-", "\uf0a7"], [",\"", "</b>", ".\")", "</h2>", "\")", "!\")", ".\"", ".\");"], [",\"", ".\")", "</h2>", "</b>", "\")", ".\"", ".\");", "\\-"], [",\"", ".\")", ".\"", "\")", "</b>", ".\");", ":\"", "</h2>"], [",\"", ".\"", ".\")", ":\"", ".\");", ".**", "</b>", "</h2>"], [",\"", ".\"", ".\")", ".**", ":\"", "</h2>", ".'", ".\");"], ["</h2>", ",\"", "</b>", "!\")", ".\")", "!\"", ".\"", ":\""], [",\"", ".\")", ".\"", "</h2>", "</b>", "!\")", "!\"", ".\");"], ["</h2>", "</i>", ",\"", "</b>", ".\")", "\")", "!\")", ".\""], ["</i>", "</b>", "</h2>", "\ud83d\udee1", ".\")", ",\"", "!\")", "\")"], ["\ud83d\udee1", "!\")", "</h2>", "</b>", ".\")", "\ud83d\udd10", "!\"", " Safety"], ["\ud83d\udee1", " protections", " Safety", " Risks", " risks", " SAFETY", " safeguards", "!\")"], [" protections", " Safety", " risks", "!\"", " vulnerabilities", "!\")", " Risks", " safety"], [" vulnerabilities", " protections", " Cybersecurity", " leveraging", " Safety", " safeguards", " Risks", "\ud83d\udee1"], [" vulnerabilities", " Cybersecurity", " protections", " Risks", " Safety", " leveraging", " risks", " safeguards"], [":**", " Risks", " vulnerabilities", " Cybersecurity", " Safety", " Mitigation", ".**", " Leveraging"], [":**", " Cybersecurity", " Risks", " vulnerabilities", "\ud83d\udee1", ".**", ":\"+", " Safety"], [":**", ":\"+", "**:", ".**", " Cybersecurity", ":\"", ":\")", ":\");"], [":**", ":\"+", ":\"", " Cybersecurity", "\ud83d\udee1", "(\"+", ":\")", "/\"+"], [":**", ":\"+", " Safety", "():", ":\"", "**:", ":\");", ":\")"], [":**", " Safety", "\u5b89\u5168\u6027", ":\"+", "Safety", "\u7684\u5b89\u5168", " Sicherheits", " Security"], [":**", ":\"+", ":\");", "**:", " Safety", "Safety", ":{", ":\""], [":**", ":\"+", ":\");", "**:", " Safety", "*:", ":*", ":{"], ["Safety", " Safety", "\u5b89\u5168\u6027", "\u5b89\u5168", "\u7684\u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", " safety", " Sicherheits"], [" Safety", "Safety", "\u5b89\u5168\u6027", "\u7684\u5b89\u5168", "\u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", " Sicherheits", " safety"], [" Safety", "Safety", "\u5b89\u5168\u6027", "\u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", " safety", "\u7684\u5b89\u5168", " Seguran\u00e7a"], [" Safety", "Safety", "\u5b89\u5168\u6027", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", " safety", "\u5b89\u5168", "\u7684\u5b89\u5168", " Seguran\u00e7a"], [" Safety", "Safety", "\u5b89\u5168\u6027", "\u5b89\u5168", " safety", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", " Seguran\u00e7a", "\u7684\u5b89\u5168"], [" Safety", "Safety", " safety", "\u5b89\u5168\u6027", "\u5b89\u5168", " \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c", " \u5b89\u5168", " \uc548\uc804"], [" boundaries", " integration", " Boundaries", ":**", " Integration", " guarantees", " interfaces", " boundary"], [" Boundaries", " boundaries", " Integration", " integration", " guarantees", " bounds", " boundary", " Constraints"], [" Boundaries", " boundaries", " Integration", " integration", " guarantees", " bounds", " boundary", " interface"], [" Boundaries", " boundaries", " Integration", " integration", " guarantees", " interface", " bounds", " boundary"], [" Boundaries", " Integration", " boundaries", " integration", " guarantees", " Isolation", " Interface", " boundary"], [" Integration", " integration", " Boundaries", " (", ":**", " Isolation", " Interface", " guarantees"], [":**", " Integration", "**:", " (", "/", "**", " Boundaries", " integration"], [":**", " Integration", " (", " Boundaries", "**:", "**", "/", " Boundary"]], "p": [[0.8775, 0.1188, 0.0013, 0.0013, 0.0008, 0.0001, 0.0001, 0.0001], [0.9759, 0.0179, 0.0019, 0.0011, 0.0009, 0.0007, 0.0005, 0.0004], [0.949, 0.0223, 0.0105, 0.0082, 0.0039, 0.0014, 0.0014, 0.0011], [0.9332, 0.0219, 0.0133, 0.0081, 0.0081, 0.0049, 0.0023, 0.0014], [0.9528, 0.0288, 0.0106, 0.0024, 0.0014, 0.0014, 0.0014, 0.0009], [0.6934, 0.0938, 0.0938, 0.0569, 0.0569, 0.0036, 0.0003, 0.0003], [0.6011, 0.3646, 0.0182, 0.0067, 0.0067, 0.0009, 0.0005, 0.0005], [0.9924, 0.0067, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.874, 0.1183, 0.0036, 0.0022, 0.0008, 0.0008, 0.0002, 0.0002], [0.9222, 0.0459, 0.0169, 0.0062, 0.0062, 0.0023, 0.0001, 0.0001], [0.3791, 0.3791, 0.23, 0.0069, 0.0042, 0.0006, 0.0, 0.0], [0.9168, 0.0456, 0.0277, 0.0048, 0.0048, 0.0001, 0.0001, 0.0], [0.9168, 0.0355, 0.0277, 0.0102, 0.0079, 0.0008, 0.0007, 0.0001], [0.8618, 0.0908, 0.0334, 0.0035, 0.0035, 0.0021, 0.0021, 0.0013], [0.8674, 0.0712, 0.0555, 0.0028, 0.0013, 0.0004, 0.0004, 0.0003], [0.9225, 0.0459, 0.0169, 0.008, 0.0029, 0.0023, 0.0005, 0.0002], [0.5492, 0.3331, 0.0451, 0.0273, 0.0273, 0.0078, 0.0078, 0.0008], [0.4414, 0.4414, 0.0985, 0.0133, 0.0018, 0.0018, 0.0011, 0.0004], [0.9351, 0.0466, 0.0104, 0.0063, 0.0014, 0.0001, 0.0001, 0.0001], [0.8982, 0.0737, 0.0271, 0.0008, 0.0001, 0.0001, 0.0, 0.0], [0.9744, 0.0229, 0.0011, 0.0005, 0.0004, 0.0002, 0.0002, 0.0], [0.4812, 0.2918, 0.177, 0.0395, 0.0053, 0.002, 0.0012, 0.0007], [0.4226, 0.3291, 0.1555, 0.027, 0.0164, 0.0164, 0.0128, 0.0047], [0.5071, 0.3949, 0.0686, 0.0119, 0.0072, 0.0056, 0.0034, 0.0008], [0.695, 0.1551, 0.0941, 0.0346, 0.0127, 0.0047, 0.0017, 0.0006], [0.4485, 0.4485, 0.0607, 0.0287, 0.0105, 0.0011, 0.0011, 0.0004], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0025, 0.0006, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7206, 0.2651, 0.0132, 0.0007, 0.0004, 0.0, 0.0, 0.0], [0.6223, 0.3774, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7302, 0.2686, 0.0007, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.8172, 0.1823, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8145, 0.1817, 0.002, 0.0012, 0.0003, 0.0002, 0.0, 0.0], [0.8731, 0.1182, 0.0036, 0.0022, 0.0022, 0.0005, 0.0001, 0.0001], [0.4109, 0.1512, 0.1177, 0.0917, 0.0714, 0.0556, 0.0124, 0.0097], [0.616, 0.291, 0.0394, 0.0186, 0.0113, 0.0053, 0.0053, 0.0042], [0.4962, 0.2344, 0.1422, 0.0862, 0.0117, 0.008, 0.0049, 0.0033], [0.4235, 0.2267, 0.1766, 0.0834, 0.0348, 0.0113, 0.0078, 0.0078], [0.5801, 0.1467, 0.1294, 0.0371, 0.0327, 0.0155, 0.0106, 0.0064], [0.5116, 0.2416, 0.0611, 0.0371, 0.0327, 0.0225, 0.012, 0.0073], [0.9406, 0.0134, 0.0134, 0.0118, 0.0044, 0.0034, 0.0021, 0.0016], [0.9932, 0.0041, 0.0012, 0.0003, 0.0003, 0.0003, 0.0001, 0.0001]], "ranks": {"Rust": [13197, 11380, 17529, 19492, 31022, 36494, 41291, 42191, 36076, 27034, 35259, 21428, 32355, 25823, 31643, 37896, 37839, 37981, 44681, 38058, 48271, 48863, 38932, 35200, 44367, 45651, 34640, 18409, 11558, 9903, 9032, 7284, 7919, 3472, 3790, 1743, 2359, 2081, 1589, 3933, 2757, 1535, 944, 1171, 621, 537, 445]}}, {"pos": 503, "top": [[":**", " (**", " **", ":`", " `--", ".**", " `:", " \"**"], [":**", " (**", " **", ":`", " `--", " `:", "(**", " (`"], [":**", " (**", " **", "(**", " \"**", ".**", " `--", "**"], [" (**", " **", " `--", " (`", ":**", " `:", "(**", " \"**"], [" (**", " **", ":**", " `--", " (`", " \"**", " `:", "(**"], [" (**", " **", " `--", " (`", ":**", " ``", " \"**", " `:"], [":**", " (**", " (`", " **", " `--", ":`", " ``", " `:"], [" (**", " (`", " **", ":**", " ``", " `--", " `:", ":`"], [" (**", ":**", " (`", " **", " ``", " `--", ":`", " `:"], [":**", " (**", " (`", "\ufffd", "\u2063", " **", "\u2062", " ``"], [" (`", ":**", " (**", "\u2063", ":`", "\u2062", " `:", " **"], [" (`", ":**", ",", " (**", ":\\", ":`", " `:", ",\\"], [",", ":**", " (`", ":", " **", "\ufffd", " (**", ":\\"], [",", ":**", ":", ":\\", " (`", ":`", " **", " :"], [",", ":**", " **", ":", ":\\", " :", ".", " (**"], [",", ":**", ":", ".", ":\\", "\ufffd", " **", " (`"], [",", " (`", ":", " potentially", " leveraging", " focused", " (\"", "\ufffd"], [",", " **", " (**", " (`", " potentially", " leveraging", " focused", " impactful"], [":**", " (`", " (**", " **", " leveraging", " :", " focused", " `--"], [" leveraging", " focused", " Leveraging", " prioritizing", " impactful", " leveraged", " transitioning", " prioritized"], [" leveraging", " focused", " potentially", " Leveraging", " leveraged", " prioritizing", " challenges", " impactful"], [" leveraging", " potentially", " focused", " leveraged", " potential", " prioritizing", " increasingly", " vulnerabilities"], [" potentially", " leveraging", " challenges", " focused", " potential", " vulnerabilities", " prioritizing", " troubleshooting"], [" leveraging", " potentially", " prioritizing", " impactful", " vulnerabilities", " transitioning", " leverages", " leveraged"], [" leveraging", " potentially", " prioritizing", " leverages", " vulnerabilities", " proactively", " transitioning", " aggressively"], [" leveraging", " prioritizing", " vulnerabilities", " prioritization", " Leveraging", " transitioning", " leverages", " scalability"], [" leveraging", " prioritizing", " Leveraging", " vulnerabilities", " transitioning", " Ensuring", " automating", " prioritization"], [" leveraging", " Leveraging", " Allowing", " Ensuring", " Integrating", " prioritizing", " Combining", " automating"], [" Allowing", " Ensuring", " Integrating", " Leveraging", " Combining", " leveraging", " Implementing", "Combining"], [" Allowing", " Ensuring", " automating", " Integrating", " allowing", " Implementing", " leveraging", " Leveraging"], [" Allowing", " allowing", "allowing", " Allows", " automating", " Ensuring", " letting", " Providing"], [" Allowing", " allowing", " Allows", "allowing", " automating", " Ensuring", " Enabling", " Providing"], [" Allowing", " allowing", " Allows", "allowing", " enabling", " Enabling", " automating", " Providing"], [" Allowing", " allowing", "allowing", " Allows", " permitting", " enabling", " Enabling", " \u043f\u043e\u0437\u0432\u043e\u043b\u044f"], [" Allowing", " allowing", "allowing", " Allows", " letting", " Allow", " permitting", " Letting"], [" Allowing", " allowing", "allowing", " Allows", " enabling", " Allow", " letting", " permitting"], [" Allowing", " allowing", "allowing", " Allows", " Allow", " permitting", " Enabling", " enabling"], [" Allowing", " allowing", "allowing", " Allows", " Allow", " Enabling", " enabling", " permitting"], [" Allowing", " allowing", "allowing", " Allows", " permitting", " Allow", " Enabling", " enabling"], [" Allowing", " allowing", "allowing", " permitting", " Allows", " enabling", " Enabling", " Allow"], [" Allowing", " allowing", "allowing", " Enabling", " enabling", " Allows", " permitting", " Allow"], [" Allowing", " allowing", "allowing", " Enabling", " Allows", " enabling", " Allow", " Providing"], [" Allowing", " allowing", " End", " Enabling", " enabling", "allowing", " Allows", " Allow"], [" Allowing", " allowing", " Enabling", " enabling", "allowing", " Allows", " Allow", " letting"], [" Allowing", " allowing", " Enabling", " Allow", " Letting", " End", "allowing", " enabling"], [" Allowing", " allowing", " End", " end", " Enabling", " Letting", " User", " Allow"], [" Allowing", " End", " Enabling", " User", " Giving", " Providing", " Empower", " Letting"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7662, 0.171, 0.0629, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9859, 0.0141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8789, 0.1189, 0.0022, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6218, 0.3772, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8142, 0.1817, 0.0033, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.6373, 0.301, 0.0407, 0.0091, 0.0071, 0.0026, 0.0007, 0.0007], [0.4973, 0.4973, 0.0034, 0.001, 0.0006, 0.0002, 0.0001, 0.0001], [0.4717, 0.3674, 0.1352, 0.0111, 0.0067, 0.0025, 0.0012, 0.0012], [0.749, 0.1894, 0.029, 0.0073, 0.0039, 0.0039, 0.0035, 0.0035], [0.6031, 0.2849, 0.03, 0.0182, 0.0125, 0.011, 0.0059, 0.0059], [0.4474, 0.4474, 0.0286, 0.0197, 0.0153, 0.0082, 0.0064, 0.0044], [0.9371, 0.0321, 0.0104, 0.0056, 0.0034, 0.0023, 0.0016, 0.0014], [0.9053, 0.0273, 0.0069, 0.0061, 0.0037, 0.0029, 0.0025, 0.002], [0.2374, 0.1121, 0.1121, 0.068, 0.06, 0.0364, 0.0364, 0.0152], [0.1417, 0.1103, 0.0758, 0.0758, 0.0669, 0.046, 0.0406, 0.0358], [0.791, 0.0573, 0.0506, 0.0239, 0.0186, 0.0164, 0.0145, 0.0047], [0.4139, 0.2845, 0.0385, 0.034, 0.0265, 0.0234, 0.0206, 0.0125], [0.2639, 0.2329, 0.2055, 0.0245, 0.0245, 0.0169, 0.0149, 0.0131], [0.316, 0.1917, 0.0377, 0.0377, 0.0294, 0.0294, 0.0229, 0.0157], [0.9782, 0.0085, 0.004, 0.0019, 0.0019, 0.0019, 0.0011, 0.0007], [0.9989, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6967, 0.2563, 0.021, 0.021, 0.0047, 0.0001, 0.0001, 0.0], [0.7249, 0.2667, 0.0049, 0.0018, 0.0011, 0.0005, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8068, 0.0964, 0.0662, 0.019, 0.002, 0.0016, 0.0014, 0.0009], [0.8444, 0.1295, 0.0083, 0.0057, 0.0035, 0.0021, 0.0013, 0.0011]], "ranks": {"Rust": [40754, 41188, 47351, 100434, 91160, 147665, 60335, 37085, 20723, 9721, 11504, 7099, 7991, 6517, 6993, 7169, 10598, 9754, 8420, 5712, 9837, 10794, 13255, 21315, 43857, 41988, 24937, 24854, 17211, 12381, 10287, 6122, 5723, 4050, 3237, 2927, 3118, 3451, 2236, 2179, 2406, 743, 527, 470, 133, 59, 31]}}, {"pos": 504, "top": [[" \\&", " \"..", "</em>", "(\\\\", " \\", " \\\"\"", ".\\\\", " \\\\"], [" \\&", " \"..", " \\\"\"", "</em>", "(\\\\", " \\\\", " \\", "\\\","], [" \"..", " \\&", " \\\\", " $\"", " \\\\..", ".\\\\", " \\\"\"", "(\\\\"], [" \\&", " \"..", " \\\\", " \\\"\"", " $\"", ".\\\\", " \"\\\\", " \\"], [" \\&", " \"..", " \\\\", " \\\"\"", " \"\\\\", " !\\", " $\"", ".\\\\"], [" \\&", " \\\"\"", " \"..", " !\\", " \\\\", " \\", " \\\"", " $\\$"], [" \\&", " \"..", " \\\"\"", " \"...", "\\_", " \\\"", "\\&", " $\""], [" \\&", " \"..", " \\\"\"", "\\_", " \"...", " \\\"", " \"\\", " \\"], [" \\&", " \"..", " \"...", " \\\"\"", "\\&", "\\_", " \"\\", " \\"], [" \\&", " \"..", " \"...", " \\\"\"", "\\&", "\\_", " \"\\", " \\"], [" \\&", " \"..", " \"...", " \\\"\"", " \",", " \"\\", " \\", " $\""], [" \"..", " \\&", " \"...", " \",", " \"\\", " \\\"\"", " \\", " $\""], [" \"..", " \\&", " \"...", " \",", " \"\\", " \\", " \\\"\"", " $\""], [" \"..", " \\&", " \"...", " \",", " \"\\", " \\", " $\"", ".\","], [" \"..", " \"...", " \\&", " \",", ".\",", " (...)", " \"\\", " \\"], [" \"..", " \"...", " \\&", " (...)", " \"\\", ".\",", " \",", "\\_"], [" \"..", " \\&", " \"...", " \"\\", " seperate", " \",", " \\", " \"+"], [" \"..", " \"...", " \\&", " \",", " (...)", " \"\\", " \"+", " (..."], [" \"..", " \"...", " \\&", " \"\\", " workflows", " \",", " \"+", " \"_"], [" \"..", " \"...", " workflows", " (...)", " incentiv", " (...", " incentivize", " skillset"], [" \"..", " workflows", " \"...", " incentiv", " interactions", " incentivize", " skillset", " gameplay"], [" workflows", " incentiv", " vulnerabilities", " incentivize", " potentially", " interactions", " tradeoffs", " APIs"], [" vulnerabilities", " potentially", " workflows", " incentiv", " incentivize", " allows", " interactions", " necessitates"], [" vulnerabilities", " workflows", " leveraging", " leverages", " inherently", " incentiv", " potentially", " incentivize"], [" vulnerabilities", " workflows", " potencialmente", " unsupervised", " necessitates", " potentially", " inherently", " leverages"], [" potencialmente", " vulnerabilities", " workflows", " checkboxes", " incentivize", " necessitates", " inherently", " unsupervised"], [" potencialmente", " workflows", " users", " vulnerabilities", " impactful", "\u30e6\u30fc\u30b6\u30fc", " utilisateurs", " potentially"], [" users", " workflows", " potencialmente", " impactful", "\u30e6\u30fc\u30b6\u30fc", " vulnerabilities", " freelancers", "\u81ea\u7531\u306b"], [" users", " potencialmente", " workflows", "\u81ea\u7531\u306b", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " vulnerabilities", " usuarios"], [" users", " user", " workflows", "\u30e6\u30fc\u30b6\u30fc", " configurable", " interactivity", "\u81ea\u7531\u306b", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438"], [" users", " workflows", " configurable", " user", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " interactivity", "\u81ea\u7531\u306b", " utilisateurs"], [" users", " user", " workflows", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "\u30e6\u30fc\u30b6\u30fc", " configurable", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c"], [" users", " user", " configurable", " workflows", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439"], [" users", " user", "\u81ea\u7531\u306b", " configurable", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " workflows"], [" arbitrary", " users", " user", "\u81ea\u7531\u306b", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " usu\u00e1rios"], [" scripting", " users", " arbitrary", " user", " scripts", " script", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "\u30e6\u30fc\u30b6\u30fc"], [" scripting", " users", " arbitrary", " user", " scripts", " configurable", "\u30e6\u30fc\u30b6\u30fc", " script"], [" users", " user", "\u30e6\u30fc\u30b6\u30fc", " scripting", " arbitrary", "\u7528\u6237", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", " usu\u00e1rios"], [" users", " user", " arbitrary", "\u30e6\u30fc\u30b6\u30fc", "\u7528\u6237", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", " usu\u00e1rios", " scripting"], [" user", " users", " arbitrary", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "\u7528\u6237", " scripting", " usu\u00e1rios"], [" user", " users", " scripting", " arbitrary", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "\u7528\u6237", " script"], [" end", " user", " End", " scripting", " script", " users", " scripts", "End"], [" end", " End", " user", "End", " scripting", "\u30a8\u30f3\u30c9", " endpoint", " END"], [" end", " user", " End", " users", " arbitrary", " scripting", " ends", " script"], [" end", " user", " arbitrary", " End", " users", " scripting", " script", " END"], [" end", " user", " arbitrary", " users", " script", " scripting", " End", " scripts"], [" end", " arbitrary", " user", " *", " users", " unt", " script", " unrestricted"]], "p": [[0.8171, 0.142, 0.0407, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.6158, 0.3735, 0.0088, 0.0009, 0.0004, 0.0002, 0.0001, 0.0001], [0.9966, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9701, 0.0293, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9911, 0.0086, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0012, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9963, 0.0019, 0.0012, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.5364, 0.4178, 0.0098, 0.0098, 0.0046, 0.0046, 0.0022, 0.0022], [0.489, 0.2966, 0.1799, 0.0243, 0.0012, 0.0009, 0.0009, 0.0007], [0.5835, 0.3539, 0.0479, 0.0107, 0.0014, 0.0005, 0.0005, 0.0003], [0.5889, 0.3572, 0.0483, 0.0024, 0.0015, 0.0007, 0.0005, 0.0003], [0.5602, 0.3398, 0.0974, 0.0011, 0.0004, 0.0003, 0.0002, 0.0001], [0.7981, 0.1781, 0.0146, 0.0069, 0.0003, 0.0003, 0.0003, 0.0003], [0.9663, 0.0227, 0.0107, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9878, 0.0085, 0.0015, 0.0012, 0.0005, 0.0002, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9923, 0.0067, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8173, 0.1824, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9904, 0.0059, 0.0028, 0.0003, 0.0003, 0.0001, 0.0001, 0.0], [0.881, 0.0563, 0.0563, 0.0015, 0.0015, 0.0009, 0.0007, 0.0003]], "ranks": {"Rust": [116516, 90761, 121941, 145891, 172156, 194925, 116298, 114744, 93160, 86200, 92933, 54312, 51643, 32474, 35381, 42746, 33552, 32423, 33855, 37956, 43930, 25243, 25900, 35601, 62826, 119861, 128764, 82296, 94653, 83090, 48468, 39868, 27141, 15033, 11298, 12828, 17870, 18484, 9023, 12751, 10828, 2918, 2297, 1432, 944, 214, 118]}}, {"pos": 505, "top": [["<start_of_image>", "</strong>", " \ufffd", "t", "i", " \u201d", "e", "o"], [" \ufffd", "i", " \u201d", "t", "</strong>", "e", "<start_of_image>", "o"], [" \ufffd", "<start_of_image>", "e", " \u201d", "i", "t", "o", "..\u201d"], [" \ufffd", "<start_of_image>", "e", "i", "t", "o", " \u201d", "er"], [" \ufffd", "e", "i", "t", "er", " \u00a8", "o", "   "], [" \ufffd", " \u00a8", " \u201d", "e", "er", "t", " \u201a", "eing"], [" \ufffd", "   ", "  ", "er", "e", "<start_of_image>", "\ufffd", " \u00a8"], [" \ufffd", " \u201d", "   ", " \u201a", "  ", " \u00a8", "er", " \u201e"], [" \ufffd", " \u201a", " \u201e", "   ", "  ", " \u00a8", "er", "eing"], [" \ufffd", " \u201e", " \u201a", "   ", "  ", "er", " \u201d", " \u300c"], [" \u201a", " \ufffd", " \u201e", " \u201d", "   ", " \u00a8", "  ", "er"], ["<start_of_image>", " \u201a", "  ", "   ", "er", "iable", " \u201d", ".\u201d"], ["  ", "<start_of_image>", "   ", "er", " behaviors", " practices", " crafted", " populations"], ["  ", "   ", " behaviors", ".\u201d", " focused", "<start_of_image>", " populations", " crafted"], ["<start_of_image>", ".\u201d", "  ", ".&", "   ", "..", ".", ","], [".\u201d", "<start_of_image>", "  ", ".&", ",", "</strong>", "..", "."], ["</strong>", " behaviors", "<start_of_image>", ".\u201d", "  ", " populations", "-", " crafted"], [".\u201d", "<start_of_image>", " businesses", " influencers", " behaviors", " creatives", " customers", "\u2026\u201d"], [" influencers", " creatives", " workflows", " customers", " behaviors", " businesses", " configurable", " customer"], [" influencers", " workflows", " creatives", " leveraging", " facilitators", " configurable", " customizable", " crafting"], [" influencers", " workflows", " leveraging", " facilitators", " creatives", " crafting", " usability", " leverages"], [" influencers", " facilitators", " workflows", " creatives", " users", " configurable", " customers", " developers"], [" influencers", " facilitators", " workflows", " creatives", " vulnerabilities", " customers", " users", " configurable"], [" influencers", " workflows", " leveraging", " leverages", " vulnerabilities", " configurable", " customizations", " creatives"], [" influencers", " workflows", " leverages", " vulnerabilities", " leveraging", " creatives", " configurable", " prototyping"], [" workflows", " influencers", " vulnerabilities", " customizations", " leverages", " creatives", " configurable", " freelancers"], [" workflows", " influencers", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " customizations", " configurable", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " vulnerabilities", " utilisateurs"], [" users", " workflows", " influencers", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " creatives", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "users", " freelancers"], [" users", " workflows", " influencers", "users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " creatives", " vulnerabilities"], [" users", " customers", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", "users", " workflows", " developers", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " usu\u00e1rios"], [" users", "users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " programmers", " customers", " usu\u00e1rios", " utilisateurs"], [" users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "users", " usu\u00e1rios", " usuarios", " workflows", " customers"], [" users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " usu\u00e1rios", " usuarios", "users", "\u30e6\u30fc\u30b6\u30fc", " utilisateurs"], [" users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", "users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", " usu\u00e1rios", " usuarios", "\u30e6\u30fc\u30b6\u30fc", " customizations"], [" users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", "users", " usu\u00e1rios", " user", " usuarios", "\u7528\u6237", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438"], [" users", "users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " user", " usu\u00e1rios", "\u7528\u6237", "\u30e6\u30fc\u30b6\u30fc", " usuarios"], [" users", "users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " usu\u00e1rios", " user", " usuarios", "\u7528\u6237", "\u30e6\u30fc\u30b6\u30fc"], [" users", "users", " user", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", "\u7528\u6237", "\u30e6\u30fc\u30b6\u30fc", " usu\u00e1rios", " Users"], [" users", " user", "users", "\u7528\u6237", "\u30e6\u30fc\u30b6\u30fc", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " usu\u00e1rios", " usuarios"], [" users", "users", " user", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " usu\u00e1rios", " usuarios", "\u30e6\u30fc\u30b6\u30fc", " Users"], [" users", " user", "users", " \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439", " usu\u00e1rios", " usuarios", " Users", "\u30e6\u30fc\u30b6\u30fc"], [" users", " user", "users", "user", " User", "\u30e6\u30fc\u30b6\u30fc", "\u7528\u6237", " Users"], [" users", " user", "users", "user", "\u30e6\u30fc\u30b6\u30fc", "\u7528\u6237", " Users", " User"], [" users", " user", "users", " Users", "\u30e6\u30fc\u30b6\u30fc", "\u7528\u6237", "user", " User"], [" users", " user", "users", " Users", "user", " User", "\u30e6\u30fc\u30b6\u30fc", "\u7528\u6237"], [" users", " user", "-", "users", "user", " Users", " User", "Users"], ["-", " users", " user", "users", " User", "user", " Users", " -"]], "p": [[0.787, 0.1065, 0.1065, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0006, 0.0006, 0.0006, 0.0001, 0.0001, 0.0, 0.0], [0.9845, 0.014, 0.0012, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0012, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9642, 0.0227, 0.0065, 0.0065, 0.0002, 0.0, 0.0, 0.0], [0.5621, 0.4378, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6317, 0.181, 0.0855, 0.0519, 0.0245, 0.009, 0.0055, 0.002], [0.7554, 0.1686, 0.0483, 0.0108, 0.0051, 0.0024, 0.0015, 0.0015], [0.4588, 0.1314, 0.1024, 0.0621, 0.0377, 0.0332, 0.0332, 0.0228], [0.4157, 0.2857, 0.1051, 0.0638, 0.0497, 0.0207, 0.0126, 0.0098], [0.9243, 0.0217, 0.0169, 0.0132, 0.0062, 0.0029, 0.0023, 0.0012], [0.5511, 0.1579, 0.123, 0.0958, 0.0114, 0.0114, 0.0089, 0.0061], [0.2999, 0.1819, 0.0521, 0.0406, 0.0358, 0.0358, 0.0192, 0.0192], [0.3464, 0.1274, 0.1274, 0.1125, 0.0365, 0.0322, 0.0284, 0.0251], [0.8985, 0.0447, 0.0348, 0.0078, 0.0037, 0.0029, 0.0029, 0.0022], [0.7607, 0.1697, 0.0379, 0.0179, 0.0085, 0.0011, 0.0007, 0.0007], [0.894, 0.0445, 0.0347, 0.0128, 0.0037, 0.0022, 0.0017, 0.0013], [0.9861, 0.0066, 0.004, 0.0015, 0.0005, 0.0003, 0.0003, 0.0002], [0.7846, 0.1751, 0.0391, 0.0007, 0.0004, 0.0001, 0.0, 0.0], [0.8725, 0.1181, 0.0059, 0.0022, 0.0013, 0.0, 0.0, 0.0], [0.6219, 0.2288, 0.1388, 0.0042, 0.002, 0.0015, 0.0009, 0.0003], [0.8987, 0.0447, 0.0211, 0.0078, 0.0047, 0.0029, 0.0029, 0.0025], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8802, 0.1191, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9661, 0.0331, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8278, 0.163, 0.0092, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [5070, 4506, 9630, 9011, 12649, 21831, 7750, 16539, 20827, 31648, 39100, 38721, 40809, 29430, 26361, 24589, 24336, 20550, 23452, 21323, 34091, 24888, 31676, 59744, 50762, 106923, 120161, 96418, 57880, 72053, 57184, 77985, 87621, 52357, 57811, 41011, 73463, 54568, 42447, 54762, 55130, 42935, 20830, 24117, 5041, 1640, 1516]}}, {"pos": 506, "top": [["</em>", "!-", "$-", "&-", ".-", "?-", "-\u200b", "-'"], ["!-", "</em>", ".-", "$-", "&-", "-;", "-'", "?-"], [";-", ".-", "-\u200b", "\u201d-", "!-", "-;", ",-", "cl"], ["-\u200b", ",\u200b", ".-", " \u200c", " \u200b", ";-", "cl", "-;"], ["-\u200b", " \u200b", " \u200c", "cl", ",\u200b", "rawn", "icht", "ager"], ["-\u200b", " \u200b", "\u2011", "ager", " \u200c", "rawn", "icht", "ared"], ["-\u200b", ",\u200b", "\u200d", "\u2011", "\\&", "-\\\\", "\u2062", "\u200b\u200b"], ["-\u200b", ",\u200b", " \u200b", "\u200d", "\u2011", "\u2062", "\u2064", "\u2063"], ["-\u200b", ",\u200b", "\u200d", "\u200b\u200b", "\u2011", "\\&", "\u2064", " \u200b"], ["-\u200b", "\u200d", ",\u200b", "\u200b\u200b", " \u200b", "\u2063", "\u2064", "\u2011"], ["-\u200b", "\u200d", "\u2063", "\u2064", "\u2062", " \u200c", "\u2011", "\u200b\u200b"], ["-\u200b", "\u200d", "\u200b\u200b", ",\u200b", "\u2063", "\\&", "\u2064", "<em>"], ["-\u200b", "\u200d", "\u200b\u200b", ",\u200b", " \u200b\u200b", "\u2063", " \u200b", ".\u200b"], ["-\u200b", ",", "\u200d", ",\u200b", "\u200b\u200b", ".[", ".\u200b", "\u200b."], [".[", ",[", ",", "\u200d", "-\u200b", "\u200b\u200b", ",\u200b", "\u200b."], [".[", ",[", "\u200b\u200b", ",\u200b", ",", "-\u200b", "\u200d", "\u200b."], [".[", ",[", ",\u200b", ".\u200b\u200b", ".\u200b", "-\u200b", "\u200b\u200b", "\u200d"], [".[", ",[", "IoT", " cybersecurity", ".\",", " workflows", ".\u200b\u200b", " IoT"], [" cryptographic", " workflows", "IoT", " prototyping", " bioinformatics", " cybersecurity", " software", "Software"], ["IoT", " workflows", " cryptographic", " prototyping", " cybersecurity", " bytecode", "Software", " workaround"], [" workflows", " cybersecurity", " IoT", " malware", "IoT", " workaround", " bytecode", " prototyping"], [" workflows", " cybersecurity", " workaround", " IoT", " vulnerabilities", " malware", " interfaces", " leveraging"], [" workflows", " cybersecurity", " malware", " workaround", " FPGA", " bioinformatics", " software", " IoT"], [" workflows", " cybersecurity", " leveraging", " malware", " bioinformatics", " vulnerabilities", " workaround", " FPGA"], [" workflows", " cybersecurity", " FPGA", " vulnerabilities", " malware", "IoT", " IoT", " plugins"], [" workflows", " funcionalidades", " interfacing", " vulnerabilities", " optimizations", " mengakses", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", " interfaces"], [" workflows", " interfaces", " bytecode", " funcionalidades", " interfacing", " leveraging", " vulnerabilities", " potencialmente"], [" workflows", " mengakses", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", "\u30a2\u30af\u30bb\u30b9", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " bytecode", " workflow", " interacts"], [" workflows", " mengakses", " bytecode", " interacts", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", "\u30a2\u30af\u30bb\u30b9", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", " interfacing"], [" bytecode", " mengakses", " workflows", " accessing", " Zugriff", " filesystem", "\u30a2\u30af\u30bb\u30b9", " interfacing"], [" bytecode", " scripting", "JavaScript", " executable", "Python", " JavaScript", " mengakses", " interfacing"], [" bytecode", " scripting", "JavaScript", " mengakses", " JavaScript", "Python", " accessing", " Javascript"], [" bytecode", " mengakses", " scripting", "JavaScript", " accessing", "\u30a2\u30af\u30bb\u30b9", " JavaScript", "Python"], [" scripting", "Sandbox", "JavaScript", "Script", " sandbox", " bytecode", "\u811a\u672c", "sandbox"], ["Sandbox", " scripting", " sandbox", "sandbox", "JavaScript", " bytecode", "Script", " Sandbox"], [" scripting", "Script", " scripts", " script", "script", "\u811a\u672c", " Script", "scripts"], [" scripting", "Script", "script", " scripts", " script", "\u811a\u672c", " Script", "scripts"], [" scripting", "Script", "script", "JavaScript", " scripts", " script", "Sandbox", " sandbox"], [" scripting", "JavaScript", "Sandbox", "Rust", "Lua", " sandbox", "Script", " JavaScript"], [" sandbox", "Rust", "Sandbox", " scripting", "Lua", "JavaScript", " Lua", " JavaScript"], ["Lua", " Lua", " scripting", "lua", "Rust", "Script", "JavaScript", " JavaScript"], ["Rust", " Rust", " scripting", "Script", " plugin", " script", " Lua", "script"], ["Rust", " Rust", " scripting", " script", " Lua", "Lua", " user", " scripts"], [" Rust", " script", " Lua", " user", "script", "Rust", " sandbox", " Script"], [" users", " user", "users", "user", " Users", "Users", "\u7528\u6237", " User"], [" users", "user", " user", "users", " Users", "User", "Users", " User"], ["user", "users", " user", " users", "to", "\u7528\u6237", "generated", "User"]], "p": [[0.3933, 0.3063, 0.1858, 0.0683, 0.0196, 0.0092, 0.0056, 0.0034], [0.7419, 0.1289, 0.0369, 0.0224, 0.0174, 0.0136, 0.0082, 0.005], [0.2075, 0.1831, 0.1258, 0.1258, 0.0674, 0.0594, 0.0281, 0.017], [0.9897, 0.0028, 0.0022, 0.0004, 0.0004, 0.0002, 0.0002, 0.0002], [0.9959, 0.0013, 0.001, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001], [0.9887, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9963, 0.0025, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9954, 0.0041, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9061, 0.0579, 0.0213, 0.0078, 0.0037, 0.0011, 0.0005, 0.0004], [0.9729, 0.0139, 0.0084, 0.0019, 0.0011, 0.0011, 0.0005, 0.0001], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3925, 0.3925, 0.1444, 0.0322, 0.0119, 0.0092, 0.0034, 0.0034], [0.2711, 0.2111, 0.1644, 0.128, 0.0605, 0.0471, 0.0367, 0.0196], [0.9887, 0.004, 0.0025, 0.0025, 0.0015, 0.0005, 0.0003, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9965, 0.0025, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9939, 0.0032, 0.0005, 0.0005, 0.0003, 0.0003, 0.0002, 0.0001], [0.9621, 0.0107, 0.0035, 0.0021, 0.0016, 0.0014, 0.0014, 0.0013], [0.987, 0.0019, 0.0012, 0.001, 0.0009, 0.0008, 0.0007, 0.0006], [0.9899, 0.0052, 0.0009, 0.0009, 0.0008, 0.0006, 0.0002, 0.0002], [0.5476, 0.3321, 0.0273, 0.0165, 0.0129, 0.01, 0.0061, 0.0054], [0.6736, 0.193, 0.071, 0.0335, 0.0123, 0.0045, 0.0028, 0.0028], [0.8799, 0.0927, 0.0161, 0.0028, 0.0028, 0.0013, 0.0013, 0.001], [0.9695, 0.0178, 0.0051, 0.0024, 0.0017, 0.0013, 0.0003, 0.0003], [0.8255, 0.087, 0.0678, 0.0092, 0.0034, 0.0016, 0.0012, 0.001], [0.979, 0.0085, 0.0051, 0.0031, 0.0024, 0.0011, 0.0002, 0.0002], [0.562, 0.2067, 0.2067, 0.0103, 0.0062, 0.0049, 0.0018, 0.0005], [0.9964, 0.0025, 0.0006, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.991, 0.0041, 0.0025, 0.0015, 0.0009, 0.0, 0.0, 0.0], [0.9973, 0.0015, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9567, 0.0289, 0.0064, 0.0039, 0.0024, 0.0014, 0.0001, 0.0001], [0.4126, 0.1518, 0.1518, 0.1518, 0.0558, 0.0339, 0.0205, 0.0097], [0.4463, 0.4463, 0.0996, 0.003, 0.003, 0.0007, 0.0003, 0.0002], [0.9018, 0.0951, 0.0017, 0.0006, 0.0003, 0.0001, 0.0001, 0.0001], [0.4224, 0.2562, 0.0943, 0.0734, 0.0572, 0.027, 0.0164, 0.0099], [0.3442, 0.2366, 0.087, 0.0678, 0.0598, 0.0411, 0.0411, 0.0363], [0.7558, 0.1023, 0.0797, 0.062, 0.0001, 0.0, 0.0, 0.0], [0.4592, 0.2458, 0.1914, 0.1025, 0.0003, 0.0002, 0.0002, 0.0001], [0.9373, 0.0599, 0.0018, 0.001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [5265, 6093, 10401, 8220, 8506, 12400, 4165, 5331, 4843, 3498, 7115, 3924, 7155, 6530, 14677, 21596, 15554, 20869, 28318, 29265, 32827, 55820, 62250, 85872, 68983, 105042, 125831, 91061, 19551, 8740, 92, 92, 91, 39, 39, 65, 68, 46, 4, 2, 4, 1, 1, 1, 31, 47, 950]}}, {"pos": 507, "top": [["\"..", "\".", "..\"", ".\".", "\"-", "\"", "\"[", "\"]"], ["\"..", "\".", "..\"", "\"]", "\"-", "\"[", "\"", "\"\u2014"], ["..", "\"..", "..\u201d", "..\"", "</h2>", ".", ",..", "</h3>"], ["${", "</h3>", "<start_of_image>", ".\u2022", "operate", "..", "\"..", "</h2>"], [" ${", ".\u2022", "compliant", "operate", "operated", "</h3>", " ].", "${"], [" ${", "${", "\u2014", ".\u2022", "\u2022", "compliant", "primarily", " \u2022"], [" ${", "${", "\u2014", " $^{", "\\&", ".\u2022", "\u2022", "\\_"], [" ${", "\u2014", "${", ".\u2022", "\\&", "\\_", "\u2022", " \u2022"], ["\u2014", " ${", "\\&", " prominently", " \\&", " demographics", "${", " primarily"], ["\u2014", " ${", " demographics", " \u2014", " prominently", "\ufffd", "\\&", "${"], ["\u2014", "\\&", " ${", " demographics", " functionalities", " \\&", " impactful", " functionality"], ["\u2014", " ${", "\\&", " demographics", " prominently", "${", " \\&", " impactful"], ["\u2014", " demographics", "\ufffd", " impactful", " ${", ".[", " functionality", " functionalities"], ["\u2014", "\\&", " ${", ".", " demographics", "\ufffd", "${", "\\_"], ["\u2014", ".", " ${", "\\&", " demographics", ".[", "\\_", "\ufffd"], ["\u2014", "\\&", " activities", " functionalities", ".", "\\_", " functionality", " demographics"], [" impactful", " functionality", " crafted", " functionalities", " crafting", ".", "\u2014", " demographics"], [" functionality", " activities", " functionalities", " documentation", " crafting", ".", " demographics", " capabilities"], [" functionality", " software", " activities", " technologies", " documentation", " digitization", " crafting", " functionalities"], [" digitization", " software", " crafting", " functionality", " cybersecurity", " documentation", " workflows", " functionalities"], [" workflows", " cybersecurity", " crafting", " software", " documentation", " digitization", " functionality", " influencers"], [" cybersecurity", " software", " workflows", " crafting", " influencers", " onboarding", " plugins", " malware"], [" cybersecurity", " software", " influencers", " malware", " workflows", " chatbots", " smartphone", " onboarding"], [" workflows", " leveraging", " influencers", " functionalities", " cybersecurity", " enhancements", " crafting", " functionality"], [" workflows", " influencers", " cybersecurity", " enhancements", " leveraging", " customization", " vulnerabilities", " functionalities"], [" workflows", " customizations", " checkboxes", " vulnerabilities", " customization", " enhancements", " interactivity", " optimizations"], [" workflows", " customizations", " configurable", " customization", " leverages", " interactivity", " enhancements", " leveraging"], [" workflows", " customizations", " interactivity", " customization", " configurable", " plugins", " logins", " optimizations"], [" workflows", " customizations", " configurable", " customization", " plugins", " interactivity", " customizable", " optimizations"], [" configurable", " workflows", " customizations", " scripting", " customization", " optimizations", " plugins", " implementations"], [" scripting", " workflows", " scripts", " configurable", " customizations", " programmable", " plugins", " programming"], [" scripting", " workflows", " configurable", " scripts", " customizations", " plugins", " optimizations", " programmable"], [" scripting", " scripts", " workflows", " configurable", " customizations", " programmable", " plugins", " bytecode"], [" scripting", " scripts", " configurable", " customizations", " workflows", " programmable", " programming", " scripted"], [" scripting", " scripts", " configurable", " programming", " programmable", " customizations", " scripted", " writable"], [" scripting", " scripts", " script", " scripted", "\u811a\u672c", " Script", "script", "Script"], [" scripting", " scripts", " script", " scripted", "\u811a\u672c", " Script", "script", " Scripts"], [" scripting", " scripts", " script", " scripted", "\u811a\u672c", "script", "scripts", " Script"], [" scripting", " scripts", " scripted", " script", " editable", " writable", " configurable", " programmable"], [" scripting", " scripts", " editable", " writable", " scripted", " script", " configurable", " programmable"], [" scripting", " scripts", " script", " writable", " editable", " scripted", " configurable", " programmable"], [" scripting", " scripts", " script", " scripted", " Script", "script", "\u811a\u672c", "Script"], [" scripting", " scripts", " script", " scripted", "script", " Script", "\u811a\u672c", " Scripts"], [" scripting", " scripts", " script", " scripted", " editable", " programmable", " writable", " configurable"], [" scripting", " scripts", " script", " scripted", " programmable", " plugins", " editable", " writable"], [" scripting", " script", " scripts", " scripted", " plugins", "script", " Script", " programmable"], [" scripting", " scripts", " script", " plugins", " scripted", "-", " plugin", " programmable"]], "p": [[0.9818, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7969, 0.1778, 0.0241, 0.0007, 0.0002, 0.0001, 0.0001, 0.0], [0.2328, 0.1813, 0.1813, 0.11, 0.11, 0.0856, 0.0519, 0.0149], [0.6074, 0.174, 0.064, 0.0499, 0.0236, 0.0236, 0.0111, 0.0067], [0.976, 0.0139, 0.0051, 0.004, 0.0007, 0.0001, 0.0, 0.0], [0.9889, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7263, 0.2672, 0.0063, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5103, 0.3095, 0.1462, 0.0154, 0.0073, 0.0034, 0.0021, 0.0016], [0.8989, 0.0947, 0.0047, 0.0008, 0.0004, 0.0001, 0.0001, 0.0001], [0.752, 0.0617, 0.0374, 0.0374, 0.0292, 0.0227, 0.0107, 0.0065], [0.8812, 0.0497, 0.0439, 0.0059, 0.0046, 0.0017, 0.0013, 0.001], [0.5188, 0.3566, 0.0376, 0.0228, 0.0051, 0.0045, 0.0035, 0.0035], [0.9258, 0.0359, 0.0091, 0.0062, 0.0043, 0.0018, 0.0018, 0.0014], [0.5627, 0.0761, 0.0462, 0.0408, 0.0317, 0.028, 0.0193, 0.0132], [0.1875, 0.1289, 0.0474, 0.0418, 0.0326, 0.0254, 0.0224, 0.0198], [0.1121, 0.1121, 0.1121, 0.06, 0.0467, 0.0412, 0.0321, 0.0321], [0.1694, 0.1027, 0.1027, 0.1027, 0.1027, 0.08, 0.0378, 0.0294], [0.158, 0.123, 0.0958, 0.0846, 0.0399, 0.0399, 0.0353, 0.0275], [0.2117, 0.1868, 0.1649, 0.0472, 0.0253, 0.0197, 0.0174, 0.0153], [0.5241, 0.117, 0.0296, 0.0261, 0.0261, 0.0203, 0.0179, 0.0158], [0.6784, 0.0715, 0.0557, 0.0434, 0.0338, 0.0263, 0.0205, 0.0097], [0.9286, 0.017, 0.017, 0.0132, 0.0063, 0.003, 0.003, 0.0018], [0.9698, 0.0178, 0.0065, 0.004, 0.0009, 0.0002, 0.0002, 0.0002], [0.9837, 0.014, 0.0005, 0.0003, 0.0003, 0.0002, 0.0002, 0.0002], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9923, 0.0067, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.3829, 0.3829, 0.2322, 0.0016, 0.0003, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9806, 0.018, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9849, 0.014, 0.0007, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9233, 0.046, 0.0279, 0.0023, 0.0001, 0.0001, 0.0001, 0.0001], [0.7606, 0.1322, 0.1029, 0.0031, 0.0004, 0.0002, 0.0002, 0.0001], [0.6905, 0.1541, 0.136, 0.0112, 0.0025, 0.0017, 0.001, 0.0007]], "ranks": {"Rust": [10768, 8254, 17674, 36138, 70010, 93148, 97204, 129952, 127093, 129041, 146019, 106137, 111517, 74340, 64549, 66711, 49748, 43556, 44627, 57563, 41711, 32310, 27012, 40500, 40826, 120586, 138416, 90981, 77049, 61192, 30245, 22070, 19152, 11269, 6988, 4522, 5901, 5952, 2245, 3148, 3401, 709, 592, 513, 220, 41, 30]}}, {"pos": 508, "top": [[" (...", "...\"", " [...", "...</", " [...]", " (...)", " \"...", " ...\""], [" (...", "...\"", " [...", "...</", " \"...", " [...]", "...'", " (...)"], [" (...", " [...", "...\"", ",...", " \"...", " [...]", " (...)", "[...]"], [" (...", " [...", "...\"", ",...", " (...)", " \"...", " [...]", "...</"], ["...\"", " (...", " [...", " (...)", " [...]", ",...", "...</", " \"..."], [" [...", " (...", "...\"", " \"...", " [\"", " [...]", " (...)", "...</"], ["...\"", " \"...", " (...", " [...", " ...\"", ",...", "....\"", " [\""], ["...\"", " \"...", " (...", " ...\"", " [...", " (...)", " [...]", " [\""], [" (...", " \"...", "...\"", " [...", " (...)", ",...", " [...]", " ...\""], [" (...", " \"...", " [...]", " [...", "...\"", " (...)", " ...\"", ",..."], [" \"...", " ...\"", "...\"", " (...", "</code>", " [...", " [\"", " [...]"], ["...\"", " \"...", " ...\"", ".\"]", " (...", "....\"", ".\"[", " (\""], ["...\"", " ...\"", " \"...", " (...", " (...)", " [...]", "....\"", " ..."], ["...\"", " ...\"", ".\"]", " \"...", ",\"", " (...", "</code>", " (\""], ["...\"", " ...\"", " \"...", ",...", ".\"]", " (...", ".\"[", "....\""], ["...\"", " ...\"", " \"...", ".\"[", " (...", ",...", ".\"]", " (\""], [" (\"", ",\"", ".\"]", "...\"", ".\"", ".\")", ".\"[", " \"..."], ["...\"", " ...\"", ".\"", ".\"]", ",\"", "....\"", " (...", " \"..."], ["...\"", " ...\"", " (...", " (\"", " [\"", " \"...", " (...)", " [..."], ["...\"", " (...", " ...\"", " (\"", " \"...", " [...", " (...)", " [\""], [" (\"", " (...", "...\"", " [\"", " \"...", " workflows", " ...\"", " [..."], [" (\"", " (...", " workflows", " [\"", "...\"", " \"...", " automating", " leveraging"], [" workflows", " automating", " (\"", " vulnerabilities", " algorithms", " leveraging", " software", " programming"], [" workflows", " leveraging", " vulnerabilities", " leverages", " potentially", " automating", " prototyping", " inherently"], [" workflows", " potentially", " leveraging", " vulnerabilities", " inherently", " necessitates", " leverages", " automating"], [" workflows", " necessitates", " leveraging", " vulnerabilities", " potentially", " leverages", " requires", " inherently"], [" necessitates", " requires", " vulnerabilities", " inherently", " workflows", " undermines", " potentially", " involves"], [" necessitates", " requires", " implies", " undermines", " involves", " complicates", " inherently", " allows"], [" necessitates", " requires", " implies", " allows", " involves", " complicates", " interacts", " undermines"], [" necessitates", " requires", " implies", " interacts", " allows", " integrates", " alongside", " creates"], [" necessitates", " implies", " interacts", " alongside", " requires", " inherently", " complicates", " integrates"], [" interacts", " necessitates", " requires", " implies", " alongside", " allows", " creates", " generates"], [" interacts", " necessitates", " implies", " adds", " complicates", " requires", " creates", " generates"], [" necessitates", " interacts", " requires", " implies", " introduces", " complicates", " integrates", " adds"], [" necessitates", " interacts", " implies", " introduces", " requires", " complicates", " creates", " adds"], [" introduces", " necessitates", " implies", " adds", " creates", " requires", " interacts", " complicates"], [" introduces", " adds", " necessitates", " complicates", " implies", " requires", " creates", " interacts"], [" introduces", " adds", " complicates", " necessitates", " implies", " creates", " requires", " undermines"], [" introduces", " adds", " creates", " necessitates", " complicates", " implies", " interacts", " requires"], [" introduces", " adds", " creates", " complicates", " necessitates", " brings", " integrates", " implies"], [" introduces", " adds", " creates", " necessitates", " complicates", " brings", " requires", " implies"], [" introduces", " adds", " creates", " necessitates", " opens", " complicates", " interacts", " brings"], [" introduces", " adds", " creates", " opens", " brings", " necessitates", " complicates", " interacts"], [" introduces", " adds", " creates", " opens", " brings", " complicates", " necessitates", " exposes"], [" introduces", " adds", " creates", " opens", " brings", " complicates", " raises", " necessitates"], [" introduces", " opens", " adds", " creates", " alongside", " presents", " increases", " poses"], [" introduces", " opens", " adds", " creates", " *", " in", " alongside", ","]], "p": [[0.8457, 0.1145, 0.0255, 0.0094, 0.0035, 0.0008, 0.0003, 0.0002], [0.5794, 0.3514, 0.0476, 0.0175, 0.0014, 0.0007, 0.0005, 0.0004], [0.8441, 0.0693, 0.042, 0.042, 0.001, 0.0006, 0.0005, 0.0002], [0.9457, 0.0173, 0.0173, 0.0173, 0.0014, 0.0005, 0.0002, 0.0001], [0.6612, 0.2433, 0.0895, 0.0016, 0.0016, 0.0016, 0.001, 0.0], [0.8997, 0.0739, 0.0165, 0.0061, 0.0022, 0.0008, 0.0005, 0.0003], [0.9449, 0.047, 0.0064, 0.0014, 0.0001, 0.0, 0.0, 0.0], [0.5722, 0.2105, 0.2105, 0.0039, 0.0023, 0.0005, 0.0001, 0.0], [0.4427, 0.4427, 0.0988, 0.0081, 0.0049, 0.0011, 0.0011, 0.0007], [0.4722, 0.4722, 0.0235, 0.0143, 0.0143, 0.0032, 0.0002, 0.0002], [0.7372, 0.1645, 0.0605, 0.0223, 0.0135, 0.0011, 0.0004, 0.0001], [0.9779, 0.0179, 0.004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.948, 0.0472, 0.0039, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.9563, 0.0225, 0.0083, 0.0064, 0.0018, 0.0011, 0.0011, 0.0007], [0.9776, 0.0179, 0.0015, 0.0011, 0.0007, 0.0007, 0.0001, 0.0001], [0.9967, 0.0009, 0.0007, 0.0006, 0.0004, 0.0004, 0.0001, 0.0001], [0.8522, 0.07, 0.033, 0.0257, 0.0074, 0.0035, 0.0027, 0.0021], [0.9762, 0.0179, 0.0019, 0.0011, 0.0007, 0.0005, 0.0005, 0.0003], [0.8342, 0.0685, 0.0415, 0.0323, 0.0072, 0.0072, 0.0056, 0.0008], [0.9312, 0.0595, 0.003, 0.0023, 0.0011, 0.0008, 0.0007, 0.0007], [0.7866, 0.1064, 0.0646, 0.0305, 0.0053, 0.0025, 0.0019, 0.0006], [0.7661, 0.1331, 0.0713, 0.014, 0.0031, 0.0028, 0.0012, 0.001], [0.6887, 0.0565, 0.0565, 0.0303, 0.0208, 0.0208, 0.0184, 0.0184], [0.544, 0.4237, 0.0271, 0.0037, 0.0005, 0.0004, 0.0002, 0.0002], [0.4821, 0.4821, 0.024, 0.0088, 0.0012, 0.0012, 0.0002, 0.0002], [0.7305, 0.0989, 0.0989, 0.06, 0.0081, 0.003, 0.0004, 0.0002], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9951, 0.0025, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7834, 0.106, 0.106, 0.0032, 0.0012, 0.0001, 0.0, 0.0], [0.8845, 0.044, 0.044, 0.0162, 0.0098, 0.0008, 0.0005, 0.0001], [0.7949, 0.1774, 0.0146, 0.0088, 0.0032, 0.0004, 0.0004, 0.0002], [0.8054, 0.1797, 0.0089, 0.0033, 0.002, 0.0004, 0.0001, 0.0], [0.6011, 0.3646, 0.0299, 0.0025, 0.0015, 0.0003, 0.0, 0.0], [0.4465, 0.4465, 0.0996, 0.003, 0.0018, 0.0011, 0.0011, 0.0004], [0.9989, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9969, 0.0025, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9952, 0.0041, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0019, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9862, 0.0066, 0.0052, 0.0019, 0.0, 0.0, 0.0, 0.0], [0.9953, 0.0019, 0.0019, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.9007, 0.0576, 0.024, 0.0054, 0.0032, 0.0014, 0.0006, 0.0005], [0.5235, 0.1926, 0.15, 0.0203, 0.0203, 0.0085, 0.0085, 0.0075]], "ranks": {"Rust": [250913, 248848, 245874, 245151, 249632, 252504, 209272, 210910, 180617, 146940, 157603, 126440, 112993, 78155, 99391, 103321, 54931, 65874, 71568, 91353, 65909, 41170, 39060, 55035, 92298, 130432, 152875, 120668, 122316, 47046, 36540, 24024, 24307, 19014, 16022, 15600, 19451, 22482, 17348, 18748, 18138, 10305, 9465, 6524, 4010, 1490, 806]}}, {"pos": 509, "top": [["\u2014-", "\u2014\u2014\u2014", "\u2018\u2019", "\u00ab", "\u2014\u2014\u2014\u2014", "\u25a0", "\u00ab,", "\u2019\u2019\u2019\u2019"], ["\u2014-", "\u2018\u2019", "\u2014\u2014\u2014", "---\u2019", "\u2019\u2019\u2019\u2019", "\u2014\u2014\u2014\u2014", "\u00ab", "\u25a0"], ["\u2014-", "\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", "---\u2019", "\u25a0", "\u2019\u2019\u2019\u2019", "--->", "==="], ["\u2014-", "\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", "---\u2019", "\"\u2014", "\u2014", "--->", ",\u2014"], ["\u2014\u2014\u2014", "\u2014-", "\u2014\u2014\u2014\u2014", "\"\u2014", "\u2014", "---\u2019", "\u2019\u2019\u2019\u2019", "\u25a0"], ["\u2014\u2014\u2014", "\u2014-", "\u2014", " \u2018\u2019", "\"\u2014", "\u2018\u2019", " \u300e", "\u2014\u2014\u2014\u2014"], ["\u2014\u2014\u2014", "\u2014", "\u2014-", "\u2018\u2019", " \u2018\u2019", "\"\u2014", "\u2019\u2019\u2019\u2019", "\u2014\u2014\u2014\u2014"], ["\u2018\u2019", " \u2018\u2019", "\u2014\u2014\u2014", "\u2014", "\u2014-", "\u2018\u2018", "\"\u2014", "\u00ab,"], ["\u2014", "\u2018\u2019", "\u2014\u2014\u2014", " \u2018\u2019", "\u2014-", "\u2018\u2018", "\u00ab,", ",\u2014"], [" \u2018\u2019", "\u2014", "\u2018\u2019", "\u2014\u2014\u2014", "\u2018\u2018", "\u00ab,", "\u2014-", "\u00ab"], [" \u2018\u2019", "\u2018\u2019", "\u00ab,", "\u00ab", " \u00ab", "\u2014", " \u00bb", "\u2018\u2018"], ["\u2014", "\u00ab,", "\"\u2014", "\u2018\u2019", " \u2019", "\u2014-", "\u2018\u2018", " \u2018\u2019"], ["\u2014", "\"\u2014", "\u00ab,", " \u00bb", "\u00ab", " \u00ab", " \u00bb,", "\u2014-"], ["\u2014", "\"\u2014", "\u00ab,", "\u00ab", "\u2014-", "\u2018\u2019", " \u00ab", "\u2018\u2018"], ["\u2014", "\"\u2014", " [...", "\u00ab,", "\u00ab", " \u00bb,", "[...]", "\u2014-"], ["\u2014", "\"\u2014", " [...", "\u00ab,", "\u00ab", "[...]", " complexities", " vulnerabilities"], ["\u2014", "\"\u2014", "</strong>", "\u00ab", " vulnerabilities", "\u00ab,", " complexities", "<strong>"], ["\u2014", "\"\u2014", " [...", " complexities", " vulnerabilities", "\u2014-", " \u2019", " complexity"], ["\u2014", " vulnerabilities", "\"\u2014", " complexities", " complexity", " fundamentally", " proactively", " vulnerability"], [" vulnerabilities", "\u2014", " complexities", " complexity", "\"\u2014", " [...", " vulnerability", " cybersecurity"], [" vulnerabilities", " complexities", " vulnerability", " complexity", "\"\u2014", "\u2014", " cybersecurity", " destabil"], [" vulnerabilities", " vulnerability", " complexities", " complexity", " risks", " paranoia", " vulnerable", "\u2014"], [" vulnerabilities", " vulnerability", " risks", " dangers", " complexities", " complexity", " vulnerable", " unpredict"], [" vulnerabilities", " vulnerability", " risks", " complexities", " vulnerable", " inherently", " dangers", " unpredict"], [" vulnerabilities", " vulnerability", " risks", " vulnerable", " dangers", " unpredict", " complexities", " unpredictable"], [" vulnerabilities", " vulnerability", " risks", " potencialmente", " dangers", " riesgos", " complexities", " vulnerable"], [" vulnerabilities", " vulnerability", " potencialmente", " risks", " unpredict", " unpredictable", " complexities", " vulnerable"], [" vulnerabilities", " vulnerability", " risks", " unpredictable", " unpredict", " complexities", " dangers", " complexity"], [" vulnerabilities", " vulnerability", " unpredict", " unpredictable", " complexity", " risks", " instability", " complexities"], [" vulnerabilities", " vulnerability", " risks", " unpredict", " dangers", " unpredictable", " complexity", " scalability"], [" vulnerabilities", " vulnerability", " risks", " dangers", " vulnerable", " unpredictable", " vulner", " complexity"], [" vulnerabilities", " vulnerability", " risks", " dangers", " instabilities", " vulnerable", " unpredictable", " complexity"], [" vulnerabilities", " vulnerability", " dangers", " risks", " unpredictable", " malware", " scalability", " instabilities"], [" vulnerabilities", " vulnerability", " risks", " dangers", " unpredictable", " complexity", " complexities", " instabilities"], [" vulnerabilities", " vulnerability", " dangers", " risks", " unpredictable", " vulnerable", " malware", " complexity"], [" vulnerabilities", " vulnerability", " security", " enormous", " dangers", " unpredictable", " malware", " risks"], [" vulnerabilities", " vulnerability", " enormous", " unpredictable", " malware", " security", " dangers", " risks"], [" vulnerabilities", " vulnerability", " security", " seguridad", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " insecurity", " malware", " safety"], [" vulnerabilities", " vulnerability", " security", " enormous", " huge", " seguridad", " immense", " insecurity"], [" vulnerabilities", " vulnerability", " enormous", " huge", " security", " immense", " massive", " malware"], [" vulnerabilities", " vulnerability", " enormous", " huge", " immense", " security", " massive", " HUGE"], [" enormous", " huge", " massive", " vulnerabilities", " immense", " security", " HUGE", " vulnerability"], [" enormous", " massive", " huge", " immense", " security", " vulnerabilities", " vulnerability", " tremendous"], [" security", " vulnerabilities", " enormous", " massive", " huge", " vulnerability", " immense", " severe"], [" massive", " security", " enormous", " immense", " huge", " vulnerabilities", " severe", " vulnerability"], [" massive", " security", " huge", " enormous", " immense", " vulnerabilities", " severe", " significant"], [" security", " massive", " enormous", " severe", " immense", " huge", " significant", " a"]], "p": [[0.7383, 0.2115, 0.0368, 0.005, 0.0018, 0.0018, 0.0018, 0.0014], [0.8417, 0.0887, 0.0538, 0.0057, 0.0027, 0.0021, 0.0016, 0.001], [0.9006, 0.0949, 0.0029, 0.0011, 0.0003, 0.0001, 0.0, 0.0], [0.8161, 0.1821, 0.001, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.6779, 0.3202, 0.0013, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.858, 0.0549, 0.0333, 0.0202, 0.0202, 0.0122, 0.0003, 0.0002], [0.7384, 0.1283, 0.0606, 0.0472, 0.0174, 0.005, 0.0024, 0.0004], [0.5116, 0.3984, 0.042, 0.042, 0.0057, 0.0001, 0.0001, 0.0001], [0.7768, 0.135, 0.0497, 0.0301, 0.0067, 0.0012, 0.0003, 0.0001], [0.3684, 0.2869, 0.2869, 0.0302, 0.0087, 0.0087, 0.0041, 0.0019], [0.4831, 0.4831, 0.0088, 0.0069, 0.0054, 0.0054, 0.0033, 0.0033], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9638, 0.0291, 0.0039, 0.0009, 0.0005, 0.0004, 0.0003, 0.0003], [0.9889, 0.0086, 0.0015, 0.0002, 0.0002, 0.0002, 0.0001, 0.0001], [0.8601, 0.0907, 0.0202, 0.0158, 0.0074, 0.0017, 0.0008, 0.0008], [0.9942, 0.0041, 0.0012, 0.0003, 0.0002, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9891, 0.0067, 0.004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8305, 0.0682, 0.0682, 0.0251, 0.0056, 0.0021, 0.0002, 0.0002], [0.6701, 0.2465, 0.0428, 0.0202, 0.0096, 0.0096, 0.0006, 0.0003], [0.4215, 0.2556, 0.155, 0.1208, 0.0163, 0.0163, 0.0127, 0.001], [0.3339, 0.3339, 0.2025, 0.0452, 0.0452, 0.0274, 0.0033, 0.0029], [0.5506, 0.1392, 0.1228, 0.1084, 0.0242, 0.0147, 0.0061, 0.0048], [0.4166, 0.4166, 0.0387, 0.0302, 0.0266, 0.0126, 0.0086, 0.0086]], "ranks": {"Rust": [182544, 158115, 171755, 184481, 194506, 227560, 174446, 162037, 140080, 123595, 103810, 52368, 39457, 27406, 31238, 37271, 24900, 16500, 24004, 40714, 40633, 25538, 27981, 34409, 35600, 77662, 81902, 69405, 51571, 35185, 25356, 15829, 14438, 10438, 9490, 7365, 9414, 10342, 6880, 5160, 4871, 2711, 2377, 1251, 446, 220, 128]}}, {"pos": 510, "top": [[" \u7ee7\u7eed\u8bbf\u95ee", " \ufeff", "</h3>", "\ufffd", "!!!\");", " colossal", "!!!", "\ufeff\ufeff"], [" \ufeff", " \u7ee7\u7eed\u8bbf\u95ee", "</h3>", "!!!\");", "!!!", "!!\u201d", "\ufffd", " colossal"], [" \ufeff", "\ufeff\ufeff", " \ud83d\udcaa", " colossal", " \u7ee7\u7eed\u8bbf\u95ee", "\ufeff", " \ud83d\udd25", "\u2026"], [" \ufeff", " \ud83d\udcaa", " \ud83d\udd25", " \ud83d\ude0e", "\ufeff\ufeff", " \u7ee7\u7eed\u8bbf\u95ee", "\ud83d\udd25\ud83d\udd25", " colossal"], [" \ufeff", " \ud83d\udd25", " \ud83d\udcaa", " \u7ee7\u7eed\u8bbf\u95ee", " /**", " -->", " \ud83d\ude0e", "\ud83d\udd25\ud83d\udd25"], [" \ufeff", " \ud83d\udd25", "\ufffd", " \ud83d\udcaa", " colossal", " \ud83d\ude4c", " /**", " \ud83c\udf89"], [" \ufeff", " colossal", "\ufffd", "\ufeff\ufeff", " HUGE", " gigantic", "!!!", " \u0645\u064f"], [" \ufeff", " colossal", "\ufffd", " HUGE", "\ufeff\ufeff", " gigantic", " huge", " sprawling"], [" \ufeff", " colossal", " HUGE", " gigantic", "\ufeff\ufeff", "\ufffd", " behem", " huge"], [" colossal", " \ufeff", " HUGE", " gigantic", " huge", " behem", " hugely", " sprawling"], [" colossal", " HUGE", " gigantic", " \ufeff", " huge", " behem", " hugely", " sprawling"], [" HUGE", " colossal", " huge", " behem", " gigantic", " horrific", " hugely", " sprawling"], [" HUGE", " huge", " colossal", " gigantic", " insanely", " hugely", " incredibly", " horrific"], [" huge", " HUGE", " colossal", " incredibly", " horrific", "!!!", " gigantic", " hugely"], [" HUGE", " huge", "!!!", " incredibly", " colossal", " horrific", " hugely", " insanely"], [" HUGE", " huge", " insanely", " incredibly", " colossal", " horrific", " hugely", " gigantic"], [" HUGE", " huge", " incredibly", " insanely", " hugely", " incredible", " horrific", "!!!"], [" HUGE", " huge", " incredibly", " insanely", " hugely", " horrific", " incredible", " colossal"], [" HUGE", " insanely", " horrific", " huge", " incredibly", " hugely", " horrendous", " shenanigans"], [" HUGE", " insanely", " horrific", " incredibly", " hugely", " skillset", " shenanigans", " impactful"], [" HUGE", " horrific", " insanely", " paranoia", " shenanigans", " terrifying", " vulnerabilities", " incredibly"], [" HUGE", " horrific", " insanely", " horrendous", " shenanigans", " terrifying", " horrifying", " incredibly"], [" horrific", " horrendous", " HUGE", " terrifying", " insanely", " horrifying", " vulnerabilities", " paranoia"], [" vulnerabilities", " paranoia", " vulnerability", " horrific", " risks", " skillset", " instability", " dangers"], [" vulnerabilities", " vulnerability", " paranoia", " cybersecurity", " risks", " scalability", " instability", " horrific"], [" vulnerabilities", " vulnerability", " inefficiencies", " scalability", " downsides", " risks", " instabilities", " instability"], [" vulnerabilities", " vulnerability", " scalability", " inefficiencies", " risks", " instability", " complexity", " instabilities"], [" vulnerabilities", " vulnerability", " scalability", " risks", " complexity", " instability", " cybersecurity", " potential"], [" vulnerabilities", " vulnerability", " complexity", " scalability", " instability", " risks", " cybersecurity", " instabilities"], [" vulnerabilities", " vulnerability", " scalability", " complexity", " risks", " cybersecurity", " complexities", " instability"], [" vulnerabilities", " vulnerability", " risks", " complexity", " scalability", " dangers", " cybersecurity", " complexities"], [" vulnerabilities", " vulnerability", " complexity", " risks", " scalability", " cybersecurity", " complexities", " dangers"], [" vulnerabilities", " vulnerability", " complexity", " scalability", " risks", " complexities", " cybersecurity", " dangers"], [" vulnerabilities", " vulnerability", " complexity", " risks", " complexities", " security", " scalability", " risk"], [" vulnerabilities", " vulnerability", " complexity", " risks", " security", " complexities", " risk", " scalability"], [" vulnerabilities", " complexity", " vulnerability", " security", " risks", " complexities", " risk", " dangers"], [" vulnerabilities", " vulnerability", " complexity", " security", " risks", " complexities", " insecurity", " risk"], [" vulnerabilities", " security", " vulnerability", " complexity", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " seguridad", " insecurity", " safety"], [" security", " vulnerabilities", " vulnerability", " complexity", " seguridad", " safety", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " s\u00e9curit\u00e9"], [" security", " vulnerabilities", " vulnerability", " complexity", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " seguridad", " \ubcf4\uc548", " risks"], [" security", " vulnerabilities", " complexity", " vulnerability", " seguridad", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " insecurity", " attack"], [" security", " vulnerabilities", " seguridad", " safety", " vulnerability", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", "security", " complexity"], [" security", " vulnerabilities", " vulnerability", " seguridad", " safety", " insecurity", " complexity", " attack"], [" security", " vulnerabilities", " vulnerability", " complexity", " attack", " insecurity", " Security", " safety"], [" security", " complexity", " attack", " vulnerabilities", " Security", " vulnerability", " safety", " insecurity"], [" security", " attack", " complexity", " vulnerabilities", " vulnerability", " injection", " potential", " safety"], [" attack", " security", " complexity", " risk", " vulnerability", " safety", " surface", " potential"]], "p": [[0.9599, 0.0372, 0.0019, 0.0007, 0.0002, 0.0001, 0.0, 0.0], [0.6357, 0.3003, 0.0149, 0.0149, 0.0116, 0.0091, 0.0055, 0.002], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6023, 0.3653, 0.03, 0.0015, 0.0009, 0.0, 0.0, 0.0], [0.8145, 0.1817, 0.0012, 0.0012, 0.0012, 0.0001, 0.0, 0.0], [0.9511, 0.0287, 0.0174, 0.0014, 0.0009, 0.0002, 0.0002, 0.0001], [0.7205, 0.2651, 0.008, 0.0049, 0.0004, 0.0003, 0.0003, 0.0002], [0.5351, 0.4168, 0.0162, 0.0076, 0.0036, 0.0036, 0.0036, 0.0036], [0.6646, 0.3139, 0.0058, 0.0035, 0.0035, 0.0027, 0.0021, 0.0013], [0.9818, 0.018, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9537, 0.0288, 0.0106, 0.005, 0.0007, 0.0005, 0.0004, 0.0001], [0.9174, 0.0457, 0.0216, 0.0062, 0.0048, 0.0023, 0.0005, 0.0003], [0.9893, 0.004, 0.0031, 0.0015, 0.0012, 0.0007, 0.0, 0.0], [0.9991, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8677, 0.1174, 0.0124, 0.0006, 0.0004, 0.0004, 0.0004, 0.0003], [0.7892, 0.1761, 0.0186, 0.0053, 0.0025, 0.0025, 0.0012, 0.0012], [0.9564, 0.0175, 0.0106, 0.0039, 0.0039, 0.003, 0.003, 0.0009], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8108, 0.1809, 0.0055, 0.0006, 0.0004, 0.0004, 0.0003, 0.0002], [0.6784, 0.3205, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [147884, 137478, 164176, 165202, 143501, 143933, 99933, 96307, 81459, 55315, 50288, 28959, 25800, 22457, 23847, 26129, 22175, 19765, 23871, 31780, 24767, 20536, 23417, 25263, 29986, 64717, 67004, 67748, 53441, 31372, 25891, 22745, 18362, 11105, 10924, 6945, 7382, 6395, 4132, 2926, 3651, 2048, 1455, 867, 464, 236, 148]}}, {"pos": 511, "top": [["\"/>", "\\\\", " ';", "</b>", ";\";", ".';", ";}", "}{\\"], ["\\\\", "</b>", " ';", ";\";", "}{\\", ";\\", "{\\", ".';"], ["</b>", ";\";", "\\\\", ";\\", "}{\\", ";}", " ';", "{\\"], ["</b>", "\\\\", ";\";", ";\\", " ';", "}{\\", "{\\", "/>}"], ["\\\\", "</b>", ";\\", "{\\", ";\";", " ';", "s", "}{\\"], [" \\", ";\\", "{\\", "</b>", ",\\", "\\\\", "}{\\", "\\"], [",\\", ";\\", "}{\\", "{\\", " \\", "\\", "</b>", " Security"], [" \\", ",\\", ";\\", "}{\\", "{\\", " Security", "\\", "</b>"], [",\\", " \\", " Security", ",\"", "}{\\", " deployments", ",'", ";\\"], [" \\", " Security", "\\", ",\\", ",\"", " threats", "Security", " paramilitary"], [" \\", " Security", "\\", " \\'", "\\/", "\"</", ",\\", " deployments"], [" \\", ",\"", " Security", "\\", ",'", ",\\", " threats", "!\\"], [",\"", " \\", " Security", " cybersecurity", " security", "\\", " threats", " vulnerabilities"], [" \\", ",\"", " cybersecurity", "\\", " Security", ",\\", " security", ".\\"], [",\"", " cybersecurity", "\\", " \\", " Security", ".\\", ",\\", ",'"], [" cybersecurity", ",\"", " Security", ".\\", " vulnerabilities", "\\", " threats", " security"], [" cybersecurity", " malware", " protections", " vulnerabilities", " security", " Cybersecurity", " Security", " threats"], [" cybersecurity", " malware", " vulnerabilities", " Cybersecurity", " cryptographic", " ransomware", " encryption", " protections"], [" cybersecurity", " malware", " Cybersecurity", " cryptographic", " vulnerabilities", " ransomware", " encryption", " Malware"], [" cybersecurity", " malware", " vulnerabilities", " Cybersecurity", " cryptographic", " ransomware", " paranoia", "Security"], [" cybersecurity", " malware", " vulnerabilities", " Cybersecurity", " protections", " ransomware", " cryptographic", " paranoia"], [" cybersecurity", " malware", " vulnerabilities", " protections", " paranoia", " ransomware", " threats", " paranoid"], [" vulnerabilities", " cybersecurity", " malware", " protections", " paranoia", " risks", " threats", " paranoid"], [" vulnerabilities", " cybersecurity", " protections", " malware", " risks", " vulnerability", " paranoia", " dangers"], [" vulnerabilities", " cybersecurity", " protections", " vulnerability", " malware", " paranoia", " risks", " threats"], [" vulnerabilities", " risks", " vulnerability", " cybersecurity", " malware", " paranoia", " threats", " protections"], [" vulnerabilities", " vulnerability", " risks", " cybersecurity", " malware", " paranoia", " ransomware", " dangers"], [" vulnerabilities", " risks", " vulnerability", " cybersecurity", " malware", " dangers", " risk", " riesgos"], [" vulnerabilities", " risks", " vulnerability", " risk", " dangers", " riesgo", " and", " riesgos"], [" vulnerabilities", " vulnerability", " risks", " dangers", " cybersecurity", " risk", " riesgos", " threats"], [" vulnerabilities", " vulnerability", " risks", " risk", " dangers", " riesgos", " riesgo", " hazards"], [" vulnerabilities", " vulnerability", " risks", " risk", " riesgos", " dangers", " riesgo", "\u98a8\u96aa"], [" vulnerabilities", " risks", " vulnerability", " dangers", " risk", " riesgos", " hazards", " riesgo"], [" vulnerabilities", " vulnerability", " risks", " security", " risk", "Security", " riesgos", " dangers"], [" vulnerabilities", " vulnerability", " risks", " risk", " hazards", " dangers", " riesgos", " security"], [" vulnerabilities", " vulnerability", " risks", " security", " risk", " hazards", " dangers", "Security"], [" vulnerabilities", " vulnerability", " risks", " risk", " riesgos", " dangers", " hazards", " security"], [" vulnerabilities", " vulnerability", " risks", " risk", " riesgos", " dangers", " hazards", " threats"], [" vulnerabilities", " risks", " vulnerability", " hazards", " risk", " dangers", " riesgos", " threats"], [" vulnerabilities", " risks", " vulnerability", " risk", " riesgos", " hazards", " Risks", " risques"], [" vulnerabilities", " risks", " vulnerability", " risk", " riesgos", " Risks", " hazards", " risques"], [" vulnerabilities", " risks", " vulnerability", " risk", " hazards", " Risks", " riesgos", " risques"], [" vulnerabilities", " risks", " vulnerability", " risk", " concerns", " hazards", " Risks", " riesgos"], [" vulnerabilities", " risks", " vulnerability", " risk", " concerns", " hazards", " Risks", " holes"], [" vulnerabilities", " risks", " vulnerability", " concerns", " risk", " holes", " hazards", " Risks"], [" risks", " vulnerabilities", " concerns", " and", " risk", " vulnerability", " holes", " implications"], [" risks", " vulnerabilities", " and", " concerns", " risk", " vulnerability", " implications", " surface"]], "p": [[0.6884, 0.1972, 0.0726, 0.0343, 0.006, 0.0002, 0.0002, 0.0002], [0.4883, 0.2961, 0.1399, 0.0515, 0.0089, 0.0089, 0.002, 0.0009], [0.7887, 0.176, 0.0306, 0.002, 0.0009, 0.0006, 0.0004, 0.0003], [0.952, 0.0369, 0.0082, 0.0018, 0.0003, 0.0003, 0.0002, 0.0001], [0.6226, 0.2941, 0.031, 0.0146, 0.0146, 0.0089, 0.0069, 0.0054], [0.665, 0.1156, 0.0701, 0.0701, 0.0425, 0.0122, 0.0122, 0.0058], [0.4696, 0.2218, 0.1345, 0.1048, 0.0495, 0.0142, 0.0025, 0.0012], [0.7696, 0.1717, 0.0232, 0.0232, 0.0067, 0.0019, 0.0019, 0.0009], [0.5206, 0.3158, 0.1492, 0.0027, 0.0021, 0.0021, 0.0017, 0.0013], [0.7989, 0.1783, 0.0146, 0.0054, 0.0009, 0.0006, 0.0004, 0.0002], [0.9986, 0.0009, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5064, 0.3071, 0.088, 0.0534, 0.0252, 0.0093, 0.0021, 0.0021], [0.5109, 0.2413, 0.1464, 0.0419, 0.0254, 0.0094, 0.0034, 0.0024], [0.417, 0.2529, 0.1195, 0.0725, 0.0725, 0.0111, 0.0111, 0.0098], [0.4441, 0.2098, 0.0991, 0.0601, 0.0601, 0.0468, 0.0221, 0.0104], [0.8775, 0.034, 0.0265, 0.0097, 0.0076, 0.0059, 0.0059, 0.0046], [0.9079, 0.0452, 0.0166, 0.013, 0.0037, 0.0037, 0.0029, 0.0014], [0.9931, 0.0067, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9647, 0.0177, 0.0177, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5403, 0.4208, 0.0345, 0.0017, 0.0013, 0.0005, 0.0004, 0.0001], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7308, 0.2689, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8804, 0.1191, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7301, 0.2686, 0.0005, 0.0005, 0.0002, 0.0, 0.0, 0.0], [0.5992, 0.3634, 0.0141, 0.0124, 0.004, 0.0028, 0.0017, 0.0009], [0.5498, 0.2943, 0.0843, 0.0451, 0.0129, 0.0054, 0.002, 0.0011]], "ranks": {"Rust": [3160, 3553, 6666, 9408, 19056, 33427, 39110, 40925, 28522, 19621, 19617, 12134, 14330, 11039, 14802, 15797, 12285, 13148, 21182, 22358, 24120, 16177, 13566, 17987, 21267, 37387, 54763, 35315, 22123, 18254, 21708, 15426, 18302, 10633, 10542, 9077, 14055, 16471, 15924, 11961, 7119, 6783, 5335, 3388, 2044, 1574, 1403]}}, {"pos": 512, "top": [["s", "..", "\u2026.", "\u2026..", "</h4>", ".'.", "!!.", "..'"], ["s", "\u09c7\u09b0", "..", "s\u0131", "..'", "!!.", ".'.", "e"], ["s", "\u09c7\u09b0", "..", "e", "s\u0131", "\u2026..", "\u2026.", "\u00b7\u00b7"], ["s", "\u09c7\u09b0", "\\\\", ".\\\\", "s\u0131", "e", "\u0627\u062a", ".."], ["s", "\u09c7\u09b0", " {\\", "s\u0131", "e", "\\\\", "\u0627\u062a", "i"], ["s", "\u09c7\u09b0", " {\\", "s\u0131", "e", "\u0627\u062a", "{\\", "\u05d9\u05dd"], ["s", " {\\", "\u09c7\u09b0", " ${\\", "\\", "\\\\", "{\\", "  "], ["s", " {\\", "\u09c7\u09b0", "  ", ".\\\\", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "\\", "\\\\"], ["s", "\u09c7\u09b0", "  ", ".", ",", "\u05f3", " recognised", "\ufffd"], ["s", "  ", "\ufffd", "\\\\", ".\\\\", "\u09c7\u09b0", "\\", ".."], ["s", "  ", " hugely", "\u05f3", " crucially", "\\", " crucial", ","], ["s", ",", ".", "!'", ".'", ".\\", "!", ".\\\\"], ["s", ",", ".", "!", "..", "!!", " very", "..."], [",", ".", "..", "s", "!", ".\\", ".'", ".\\\\"], [".", ",", "..", "!", ".'", ".\\", "..\"", "..."], ["..", ",", ".", "!", ".\\", "...", " vulnerabilities", ".\\\\"], [",", ".", " dynamics", "..", "!", " vulnerabilities", " gameplay", " behaviours"], ["...\"", "...'", " gameplay", "..\"", " vulnerabilities", " dynamics", "...", ".."], [" vulnerabilities", " gameplay", " cybersecurity", " dynamics", " technologies", " ethics", " cognitive", " infrastructure"], [" cybersecurity", " vulnerabilities", " gameplay", " workflows", " technologies", " troubleshooting", " infrastructure", " functionality"], [" vulnerabilities", " cybersecurity", " workflows", " troubleshooting", " gameplay", " instabilities", " remediation", " malware"], [" vulnerabilities", " workflows", " troubleshooting", " instabilities", " instability", " cybersecurity", " inefficiencies", " gameplay"], [" vulnerabilities", " instabilities", " instability", " risks", " cybersecurity", " troubleshooting", " unpredictable", " workflows"], [" vulnerabilities", " instabilities", " instability", " troubleshooting", " workflows", " inefficiencies", " vulnerability", " cybersecurity"], [" vulnerabilities", " instabilities", " instability", " troubleshooting", " inefficiencies", " scalability", " workflows", " vulnerability"], [" vulnerabilities", " scalability", " instabilities", " workflows", " inefficiencies", " instability", " vulnerability", " troubleshooting"], [" vulnerabilities", " scalability", " vulnerability", " instability", " robustness", " instabilities", " workflows", " cybersecurity"], [" scalability", " robustness", " instability", " reproducibility", " vulnerabilities", " stability", " vulnerability", " complexity"], [" scalability", " instability", " robustness", " vulnerabilities", " vulnerability", " cybersecurity", " stability", " instabilities"], [" scalability", " robustness", " stability", " instability", " cybersecurity", " vulnerabilities", " vulnerability", " reliability"], [" stability", " instability", " robustness", " scalability", " vulnerabilities", " instabilities", " metastability", " reliability"], [" stability", " robustness", " scalability", " instability", " vulnerabilities", " instabilities", " reliability", " metastability"], [" robustness", " stability", " scalability", " reliability", " runtime", " dependability", " vulnerabilities", " instability"], [" stability", " robustness", " instability", "\u5b89\u5168\u6027", " reliability", " safety", " instabilities", "\u7a33\u5b9a\u6027"], [" stability", "stability", "\u7a33\u5b9a\u6027", " instability", "Stability", " Stability", " robustness", " reliability"], [" stability", " instability", "stability", "\u7a33\u5b9a\u6027", " Stability", "Stability", " robustness", " reliability"], [" stability", " instability", "stability", " robustness", " reliability", "\u7a33\u5b9a\u6027", "Stability", " Stability"], [" stability", "stability", " instability", "Stability", " reliability", " robustness", "\u7a33\u5b9a\u6027", " Stability"], [" stability", "stability", " instability", "Stability", " Stability", "\u7a33\u5b9a\u6027", " reliability", " robustness"], [" stability", "stability", " instability", " Stability", " reliability", "Stability", "\u7a33\u5b9a\u6027", " robustness"], [" stability", " reliability", "stability", " instability", " Stability", " robustness", "Stability", "\u7a33\u5b9a\u6027"], [" stability", " instability", " reliability", " Stability", "stability", " robustness", "Stability", "\u7a33\u5b9a\u6027"], [" stability", " reliability", " Stability", " instability", " robustness", "stability", "Stability", "\u7a33\u5b9a\u6027"], [" stability", " reliability", " instability", " Stability", " robustness", "stability", "Stability", " stabilization"], [" stability", " instability", " reliability", " robustness", " Stability", " stabilization", "stability", "Stability"], [" stability", " reliability", " instability", " Stability", " robustness", " stabilization", "stability", " runtime"], [" stability", " instability", " reliability", " robustness", " runtime", " safety", " stabilization", " isolation"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9493, 0.0473, 0.0011, 0.0006, 0.0003, 0.0002, 0.0002, 0.0001], [0.6458, 0.185, 0.0771, 0.0284, 0.0195, 0.0056, 0.0049, 0.0044], [0.6442, 0.237, 0.0363, 0.022, 0.0195, 0.0134, 0.0063, 0.003], [0.637, 0.2068, 0.1107, 0.0132, 0.0091, 0.0055, 0.0023, 0.002], [0.3285, 0.2899, 0.2899, 0.021, 0.0164, 0.0112, 0.0088, 0.0053], [0.2503, 0.172, 0.0813, 0.0813, 0.0717, 0.0633, 0.016, 0.0141], [0.1778, 0.1778, 0.1384, 0.0741, 0.0577, 0.0509, 0.0509, 0.0449], [0.5926, 0.218, 0.1322, 0.0139, 0.0051, 0.004, 0.004, 0.0027], [0.8079, 0.1803, 0.009, 0.0009, 0.0003, 0.0003, 0.0002, 0.0001], [0.9624, 0.0373, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.873, 0.0717, 0.0205, 0.016, 0.0059, 0.0028, 0.0028, 0.0013], [0.925, 0.0218, 0.0132, 0.0103, 0.008, 0.0062, 0.0029, 0.0018], [0.9866, 0.011, 0.0019, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9233, 0.0758, 0.0005, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9987, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9335, 0.0465, 0.0171, 0.0023, 0.0003, 0.0002, 0.0001, 0.0], [0.9956, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7992, 0.1082, 0.0656, 0.0241, 0.0012, 0.0012, 0.0002, 0.0002], [0.7991, 0.1783, 0.0089, 0.0089, 0.0033, 0.0012, 0.0002, 0.0001], [0.8623, 0.1167, 0.0096, 0.0096, 0.0008, 0.0003, 0.0003, 0.0003], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9964, 0.0025, 0.0007, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9928, 0.0028, 0.0028, 0.0005, 0.0003, 0.0002, 0.0001, 0.0001]], "ranks": {"Rust": [32247, 32308, 51900, 63720, 75431, 127525, 40432, 40479, 30918, 21597, 21169, 14421, 13944, 10840, 13207, 14150, 15706, 10299, 14850, 20084, 26716, 19512, 19650, 31444, 53863, 102764, 82821, 87573, 75224, 26534, 10894, 4270, 3271, 1579, 1809, 1326, 1111, 904, 426, 289, 270, 204, 164, 217, 99, 69, 90]}}, {"pos": 513, "top": [["$[", "[[", ".[/", "}[", "**", "[`", "Robust", "[\u2026]"], ["[[", "$[", "}[", "**", "[{\\", ".[/", "{\\", ".["], ["[[", "[{\\", "**", "[{", "[![", "{\\", "$[", "\u0964\u0964"], ["**", "[{\\", "$[", "[[", "{\\", " ([[", " $[", "[{"], ["**", " $[", " ([[", "[{\\", "{\\", "$[", " `$", "[`"], [" {\\", "{\\", " ({\\", "[{\\", " (`", " `$", " `${", " ([["], [" {\\", "{\\", " ([[", " $[", ".[", " ({\\", "[{\\", "<eos>"], [" {\\", "{\\", ".\\", ".[", " ([[", " $[", "<eos>", ".**"], [".[", ".\\", "\ufffd", ".**", "<eos>", " ([[", " (`", " {\\"], ["\ufffd", ".[", ".**", ".\\", " leveraging", "\u200b.", "<eos>", " orchestrated"], [" (`", ".[", " `$", " leveraging", " $[", ".`", "\ufffd", " governance"], [".**", " leveraging", " alongside", ".\\", " infrastructure", ".`", " transitioning", " ongoing"], [".**", ".", " alongside", ".`", " leveraging", ".\\", " infrastructure", "**."], [".**", ".", ".\\", "..", "**.", ".`", "\u200b.", " infrastructure"], [".", ".**", ".[", ".\\", "..", ".`", " infrastructure", "**."], [".**", ".", "..", "**.", ".\\", ".`", "\u200b.", ".["], [".", ".**", "..", " infrastructure", ".[", ".\\", " massively", " workflows"], [".**", ".", "**.", " workflows", " infrastructure", "..", ".\\", " robustness"], [" workflows", " infrastructure", " robustness", " workflow", " leveraging", " frameworks", " mechanisms", " destabil"], [" workflows", " infrastructure", " leveraging", " destabil", " robustness", " instability", " mechanisms", " enhancements"], [" instability", " instabilities", " workflows", " robustness", " destabil", " vulnerabilities", " uptime", " stabilizing"], [" instability", " instabilities", " destabil", " workflows", " robustness", " uptime", " vulnerabilities", " disruptions"], [" instability", " vulnerabilities", " destabil", " instabilities", " risks", " robustness", " workflows", " disruptions"], [" vulnerabilities", " instability", " workflows", " instabilities", " robustness", " destabil", " leveraging", " disruptions"], [" vulnerabilities", " instabilities", " instability", " workflows", " robustness", " troubleshooting", " malfunctions", " disruptions"], [" vulnerabilities", " instabilities", " instability", " workflows", " disruptions", " risks", " malfunctions", " inefficiencies"], [" vulnerabilities", " instabilities", " risks", " disruptions", " workflows", " vulnerability", " instability", " inefficiencies"], [" vulnerabilities", " risks", " instabilities", " vulnerability", " instability", " dangers", " disruptions", " threats"], [" vulnerabilities", " risks", " instabilities", " instability", " vulnerability", " dangers", " riesgos", " threats"], [" vulnerabilities", " risks", " instabilities", " dangers", " vulnerability", " riesgos", " threats", " risk"], [" vulnerabilities", " risks", " instabilities", " riesgos", " vulnerability", " dangers", " risk", " threats"], [" vulnerabilities", " risks", " instabilities", " vulnerability", " riesgos", " risk", " dangers", " threats"], [" vulnerabilities", " risks", " dangers", " vulnerability", " instabilities", " riesgos", " hazards", " threats"], [" risks", " vulnerabilities", " risk", " riesgos", " dangers", "\u98a8\u96aa", " vulnerability", "\u98ce\u9669"], [" risks", " vulnerabilities", " risk", " riesgos", " dangers", " vulnerability", " hazards", "\u98a8\u96aa"], [" risks", " vulnerabilities", " risk", " riesgos", " hazards", " vulnerability", " dangers", "\u98a8\u96aa"], [" risks", " vulnerabilities", " risk", " riesgos", " dangers", " vulnerability", "\u98ce\u9669", " hazards"], [" risks", " vulnerabilities", " risk", " riesgos", " dangers", "\u98ce\u9669", " hazards", "\u98a8\u96aa"], [" risks", " vulnerabilities", " risk", " hazards", " dangers", " riesgos", " threats", "\u98ce\u9669"], [" risks", " risk", " vulnerabilities", " riesgos", " Risks", "\u98ce\u9669", "\u98a8\u96aa", " hazards"], [" risks", " risk", " vulnerabilities", " riesgos", " Risks", " hazards", "\u98ce\u9669", " dangers"], [" risks", " risk", " vulnerabilities", " hazards", " dangers", " riesgos", " Risks", " concerns"], [" risks", " risk", " vulnerabilities", " hazards", " concerns", " dangers", " Risks", " riesgos"], [" risks", " vulnerabilities", " risk", " concerns", " hazards", " dangers", " Risks", " threats"], [" risks", " vulnerabilities", " concerns", " risk", " hazards", " Risks", " dangers", " threats"], [" risks", " concerns", " vulnerabilities", " risk", " hazards", " threats", " dangers", " challenges"], [" risks", " concerns", " vulnerabilities", " risk", " threats", " hazards", " dangers", " challenges"]], "p": [[0.636, 0.0861, 0.0861, 0.0407, 0.0359, 0.0192, 0.0132, 0.0132], [0.495, 0.1105, 0.1105, 0.0759, 0.0591, 0.0218, 0.0192, 0.0132], [0.3141, 0.2159, 0.131, 0.1156, 0.0375, 0.0292, 0.0258, 0.0258], [0.391, 0.2093, 0.0679, 0.0529, 0.0467, 0.0321, 0.0321, 0.0321], [0.5286, 0.0919, 0.0919, 0.0715, 0.0557, 0.0557, 0.0205, 0.0205], [0.827, 0.1437, 0.0194, 0.0034, 0.0026, 0.0021, 0.0012, 0.0003], [0.8995, 0.0738, 0.01, 0.01, 0.0037, 0.0014, 0.0006, 0.0003], [0.8738, 0.0339, 0.0339, 0.0264, 0.016, 0.0097, 0.0036, 0.0013], [0.9165, 0.0355, 0.0216, 0.0168, 0.0048, 0.0008, 0.0008, 0.0008], [0.9171, 0.0753, 0.0048, 0.0023, 0.0002, 0.0002, 0.0, 0.0], [0.9314, 0.0219, 0.0171, 0.0103, 0.0049, 0.0049, 0.0023, 0.0011], [0.7491, 0.1302, 0.0479, 0.029, 0.0107, 0.005, 0.005, 0.0031], [0.8545, 0.0331, 0.0258, 0.0157, 0.0095, 0.0095, 0.0095, 0.0074], [0.6147, 0.2904, 0.0648, 0.0088, 0.0068, 0.0053, 0.0032, 0.0012], [0.7789, 0.1738, 0.0162, 0.0143, 0.0059, 0.0041, 0.0025, 0.0009], [0.5543, 0.4317, 0.0048, 0.0048, 0.0023, 0.0011, 0.0005, 0.0001], [0.8196, 0.1424, 0.0055, 0.0043, 0.0038, 0.0038, 0.0023, 0.0023], [0.9557, 0.0175, 0.0136, 0.0106, 0.0014, 0.0002, 0.0002, 0.0001], [0.831, 0.0876, 0.0414, 0.0056, 0.0044, 0.0044, 0.0034, 0.0021], [0.8088, 0.1095, 0.019, 0.0148, 0.0115, 0.0115, 0.0042, 0.002], [0.6852, 0.1963, 0.0722, 0.0266, 0.0161, 0.001, 0.0006, 0.0004], [0.7824, 0.1059, 0.1059, 0.0032, 0.0015, 0.0006, 0.0003, 0.0], [0.6663, 0.1487, 0.1158, 0.0547, 0.0035, 0.0021, 0.0021, 0.0021], [0.9009, 0.0349, 0.0272, 0.0272, 0.0061, 0.0017, 0.0014, 0.0003], [0.8988, 0.0738, 0.0271, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0012, 0.0004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.962, 0.0291, 0.0045, 0.0024, 0.0011, 0.0004, 0.0002, 0.0001], [0.8232, 0.143, 0.0151, 0.0104, 0.0034, 0.003, 0.0005, 0.0005]], "ranks": {"Rust": [26879, 23347, 40972, 47013, 51388, 102719, 76004, 83472, 64504, 65791, 84172, 42899, 34626, 25441, 31916, 31544, 20444, 22806, 26452, 28358, 26388, 21335, 20642, 31221, 52724, 83986, 81801, 94803, 65013, 61262, 73402, 63199, 60940, 51839, 44347, 35077, 48044, 47070, 36679, 16459, 10177, 9039, 4868, 3010, 1819, 1318, 1221]}}, {"pos": 514, "top": [[" \u2013", " \uf0e0", "\uff65\uff65\uff65", "\uf020", "?\u201d.", " \u2013,", "\u201c,", " \u201c,"], [" \u2013", " \uf0e0", "\uff65\uff65\uff65", "\uf020", "...\u201d", "?\u201d.", "?\u201d,", "\\-"], [" \u2013", " \uf0e0", "\uff65\uff65\uff65", "...\u201d", "?\u201d.", " **,", "\uf020", " \u201c,"], [" \uf0e0", " \u2013", "\uff65\uff65\uff65", " **,", " (...", "...\u201d", " (...)", " (**"], [" \uf0e0", " \u2013", " **,", "\uff65\uff65\uff65", " **", " (**", " (...)", " ``"], [" \uf0e0", " \u2013", " ``", "\uff65\uff65\uff65", " \\...", "\uf020", "\\-", " **,"], [" \\...", " \uf0e0", " ***", " \\*", "\\-", " \u2013", " **", " ``"], [" \\*", " \\...", "\\-", " ``", " \uf0e0", " ***", " \u2013", " **"], [" \\...", " ``", " \\*", " \u2013", " \uf0e0", "**.", "\\-", " ***"], [" \\...", " \\[", " ...", " \\*", " \uf0e0", " ***", " ``", " \u2013"], [" \\...", " \u2013", " \\[", " ``", " ...", " \uf0e0", " \\*", "\\-"], [" \\...", "**.", ".**", " \u2013", " \\*", " \\[", "**,", "\\-"], [" \\...", " ...", " \u2013", "**.", " \\[", " **", ".**", " \\*"], ["**.", " \\...", ".**", " ...", "**,", " \u2013", "**", " \\["], ["**.", ".**", " \\...", " ...", "**,", "**", " \u2013", " \\["], ["**.", ".**", " \\...", "**,", "**", " \u2013", " ...", " **"], ["**.", ".**", " \u2013", " \\...", " \\[", "**", "**,", " \\*"], ["**.", ".**", " \\...", "**,", " ...", " \u2013", "**", " **"], ["**.", ".**", " \u2013", " \\...", " **", " ...", "**,", " \\["], ["**.", ".**", " \u2013", " vulnerabilities", " ...", " \\...", "**,", " **"], ["**.", ".**", " vulnerabilities", "**,", " \\...", " vulnerability", " ...", " cybersecurity"], [" vulnerabilities", "**.", " vulnerability", ".**", " dangerous", " risks", " cybersecurity", " dangers"], ["**.", " vulnerabilities", ".**", " vulnerability", " dangerous", " dangers", " risks", " vulnerable"], [" vulnerabilities", " leveraging", "**.", " vulnerability", " potentially", " proactively", " inherently", ".**"], [" vulnerabilities", " leveraging", " potentially", " exacerbated", " vulnerability", " proactively", " impacting", " vulnerable"], [" vulnerabilities", " leveraging", " vulnerability", " exacerbated", " impacting", " potentially", " vulnerable", " despite"], [" leveraging", " vulnerabilities", " exacerbated", " despite", " coupled", " impacting", " alongside", " prioritizing"], [" leveraging", " alongside", " coupled", " while", " exacerbated", " despite", " especially", " inherently"], [" especially", ".**", " while", " despite", "**.", "++.", " exacerbated", "especially"], [" especially", " alongside", " while", " despite", " inherently", " whilst", " regardless", " coupled"], [" alongside", " exacerbated", " regardless", " inherently", " despite", " while", " especially", " when"], [" exacerbated", " alongside", " especially", " regardless", " while", " leveraging", " despite", " inherently"], [" exacerbated", " while", " alongside", " whilst", " inherently", " interfacing", " leveraging", " when"], [" exacerbated", " while", " interacting", " when", " within", " inherently", " whilst", " interfacing"], [" coupled", " combined", " interacting", " exacerbated", " interfacing", " regardless", " intertwined", " within"], [" exacerbated", " combined", " coupled", " interacting", " compounded", " interfacing", " intertwined", " amplified"], [" exacerbated", " coupled", " compounded", " combined", " amplified", " magnified", " intertwined", " interacting"], [" exacerbated", " coupled", " compounded", " combined", " amplified", " intertwined", " magnified", " interacting"], [" exacerbated", " coupled", " combined", " compounded", " amplified", " intertwined", " magnified", " interacting"], [" exacerbated", " coupled", " compounded", " intertwined", " amplified", " magnified", " combined", " overlaid"], [" exacerbated", " compounded", " coupled", " amplified", " magnified", " intertwined", " combined", " interacting"], [" exacerbated", " compounded", " amplified", " magnified", " coupled", " intertwined", " interacting", " combined"], [" exacerbated", " amplified", " compounded", " magnified", " coupled", " intertwined", ".", " combined"], [" exacerbated", ".", " amplified", " compounded", " magnified", " intertwined", " coupled", " combined"], [" amplified", " exacerbated", ".", " magnified", " compounded", " intertwined", " when", " combined"], [".", " amplified", " when", " magnified", " exacerbated", " compounded", " *", " within"], [".", ",", " *", " when", " in", " amplified", " layered", " within"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7262, 0.2671, 0.0049, 0.0009, 0.0007, 0.0002, 0.0, 0.0], [0.8379, 0.1456, 0.0153, 0.0004, 0.0004, 0.0001, 0.0001, 0.0], [0.6724, 0.1926, 0.1168, 0.0158, 0.0013, 0.0005, 0.0003, 0.0001], [0.4968, 0.3013, 0.1828, 0.015, 0.0026, 0.0012, 0.0001, 0.0], [0.9536, 0.0288, 0.0175, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.2473, 0.1926, 0.1926, 0.1926, 0.15, 0.0203, 0.0008, 0.0008], [0.4241, 0.4241, 0.1215, 0.0271, 0.0013, 0.0008, 0.0005, 0.0003], [0.9981, 0.0012, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9515, 0.0287, 0.0136, 0.005, 0.0005, 0.0002, 0.0002, 0.0001], [0.9122, 0.0454, 0.013, 0.0079, 0.0079, 0.0061, 0.0029, 0.0018], [0.7464, 0.1665, 0.0421, 0.0255, 0.0035, 0.0035, 0.0035, 0.0027], [0.4389, 0.2662, 0.1829, 0.0524, 0.0193, 0.0103, 0.0091, 0.0049], [0.4376, 0.3008, 0.161, 0.0671, 0.0132, 0.0062, 0.0033, 0.0026], [0.5912, 0.3586, 0.0158, 0.0123, 0.0096, 0.0045, 0.0027, 0.0019], [0.4925, 0.1812, 0.1099, 0.0856, 0.0245, 0.0149, 0.0149, 0.0131], [0.7218, 0.2343, 0.0091, 0.0091, 0.0062, 0.0049, 0.0043, 0.0043], [0.7284, 0.0678, 0.0411, 0.0282, 0.0249, 0.0194, 0.0118, 0.0092], [0.7933, 0.0947, 0.0187, 0.0165, 0.0128, 0.01, 0.0069, 0.0061], [0.8434, 0.1293, 0.012, 0.0024, 0.0021, 0.001, 0.0008, 0.0008], [0.3344, 0.2604, 0.0453, 0.0399, 0.0274, 0.0214, 0.0214, 0.0189], [0.364, 0.364, 0.0435, 0.0299, 0.0264, 0.0264, 0.0181, 0.011], [0.5257, 0.2814, 0.0806, 0.018, 0.0159, 0.0109, 0.0085, 0.0066], [0.7002, 0.2576, 0.0128, 0.0061, 0.0047, 0.0037, 0.0029, 0.0022], [0.7302, 0.2686, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.992, 0.0052, 0.0025, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9111, 0.0214, 0.0167, 0.013, 0.013, 0.0101, 0.0079, 0.0023], [0.9982, 0.0009, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.7312, 0.099, 0.099, 0.06, 0.003, 0.003, 0.0018, 0.0011], [0.6125, 0.3715, 0.0041, 0.0041, 0.0025, 0.0015, 0.0015, 0.0009], [0.867, 0.0712, 0.0262, 0.0159, 0.0096, 0.0021, 0.0021, 0.0021], [0.6625, 0.2437, 0.033, 0.02, 0.02, 0.0074, 0.0045, 0.0016], [0.6136, 0.1369, 0.083, 0.0504, 0.0504, 0.0185, 0.0185, 0.0112], [0.657, 0.2417, 0.0889, 0.012, 0.0004, 0.0, 0.0, 0.0], [0.9429, 0.0285, 0.0285, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8112, 0.181, 0.0026, 0.0026, 0.0016, 0.0006, 0.0002, 0.0002], [0.9526, 0.0369, 0.0064, 0.0018, 0.0011, 0.0005, 0.0004, 0.0], [0.9374, 0.022, 0.022, 0.0081, 0.0049, 0.0038, 0.0009, 0.0002], [0.9346, 0.0282, 0.0171, 0.0104, 0.0049, 0.0038, 0.0003, 0.0003], [0.7639, 0.1034, 0.038, 0.038, 0.0296, 0.0109, 0.0045, 0.004], [0.5339, 0.1964, 0.153, 0.0341, 0.0301, 0.0183, 0.0142, 0.0067], [0.3414, 0.3013, 0.1256, 0.0863, 0.0672, 0.028, 0.017, 0.0071], [0.3442, 0.2681, 0.0768, 0.0598, 0.0466, 0.0363, 0.0283, 0.022], [0.9725, 0.0202, 0.0051, 0.0006, 0.0003, 0.0002, 0.0002, 0.0002]], "ranks": {"Rust": [97129, 72223, 99752, 116899, 161135, 180094, 142739, 120694, 106779, 83959, 74298, 38958, 33120, 23957, 25250, 24294, 16701, 14784, 14554, 16495, 17747, 16004, 19920, 21485, 25485, 27658, 40192, 35650, 38030, 12437, 14525, 10912, 10369, 10108, 13343, 8686, 15135, 15659, 18056, 20137, 22734, 16462, 8358, 4792, 2360, 1337, 1530]}}, {"pos": 515, "top": [[".\".", "!.", "!\".", "\".", "?.", ".!", "!!.", ":."], ["!.", ".\".", "!\".", "\".", ".!", "!!.", "?.", ";."], [".\".", "!.", "!\".", "!!.", "\".", ".!", ";.", ".\u201d."], [".\".", "!.", "!\".", "!!.", "?.", "\".", ";.", ":."], [".\".", "!.", " \".", "!\".", "?.", "\".", " \"..", "!!."], [" \".", "!.", " ?.", "?.", "<sup>", ".\".", " \"", " \".."], ["!.", ".\".", "\".", "?.", "!\".", ".[", " \".", "."], ["!.", ".\".", "?.", "!\".", "\".", ".", "!!.", " \"."], ["!.", ".", ",", "?.", ".\".", "!!.", "!\".", "\"."], ["!.", "\".", ".", ".\".", "?.", ",", "\u200b.", "!\"."], ["\".", "!.", ".\".", "!\".", ",", " \".", ".", "?."], [",", "\".", "!.", ".", "!\".", ".\".", "'.", ".\","], ["\".", ",", "!.", ".", ".\".", "!\".", " \".", "?."], ["\".", ",", "!.", ".", ".\".", "!\".", ".\"", "!"], [".", ",", "\".", "!.", ".\".", "!\".", "!", "'."], ["\".", "!.", "!\".", ".\".", ".", ",", "'.", ".\""], ["!\".", "!.", ",", "\".", "!", ".", ".\".", "'."], ["!.", "!\".", "!", "\".", ".", ",", "...", ".\"."], ["!.", "!\".", "!", ".", "\".", ".\".", ",", "'."], [" leveraging", "!.", "!\".", " prioritized", "...", " leveraged", " IoT", " cybersecurity"], ["!.", "!\".", "!", " leveraging", "...", ".\".", "\".", " leveraged"], [" risks", " risk", " leveraging", " vulnerabilities", "!.", "!", " potential", " risky"], [" risks", " risk", " vulnerabilities", " prioritization", " challenges", " needs", " prioritized", " risky"], [" vulnerabilities", " prioritization", " leveraging", " prioritizing", " prioritized", " risks", " potentially", " impactful"], [" vulnerabilities", " prioritization", " leveraging", " prioritizing", " proactively", " prioritized", " potentially", " impactful"], [" vulnerabilities", " prioritization", " leveraging", " prioritizing", " proactively", " vulnerability", " inefficiencies", " instabilities"], [" vulnerabilities", " prioritization", " inefficiencies", " leveraging", " vulnerability", " instabilities", " prioritizing", " instability"], [" vulnerabilities", " workflows", " prioritization", " inefficiencies", " prioritizing", " instabilities", " scalability", " leveraging"], [" vulnerabilities", " inefficiencies", " Ensuring", " instabilities", " scalability", " instability", " malfunctions", "\u5373\u4f7f"], [" vulnerabilities", " scalability", " Ensuring", " inefficiencies", " automating", " workflows", " prioritizing", " Integrating"], [" vulnerabilities", " automating", " scalability", " attempting", " Ensuring", " inefficiencies", " Integrating", " integrating"], [" vulnerabilities", " automating", " scalability", " overfitting", " Ensuring", " inefficiencies", " iterating", " interfacing"], [" vulnerabilities", " automating", " debugging", " interfacing", " Ensuring", " iterating", " implementations", " implementing"], [" integrating", " interfacing", " Integrating", " vulnerabilities", " Ensuring", " implementing", " automating", " debugging"], [" Integrating", " Ensuring", " vulnerabilities", " integrating", " interfacing", " Implementing", " Combining", " mismanagement"], [" Ensuring", " scripting", " vulnerabilities", " Integrating", " Implementing", " ensuring", " mismanagement", " automating"], [" vulnerabilities", " Ensuring", " scripting", " debugging", " Integrating", " vulnerability", " Parsing", " mismanagement"], [" vulnerabilities", " Ensuring", " Integrating", " debugging", " Parsing", " Implementing", " scripting", " mismanagement"], [" vulnerabilities", " Ensuring", " Integrating", " Implementing", " debugging", " Parsing", " careless", " interfacing"], [" Integrating", " Ensuring", " vulnerabilities", " debugging", " integrating", " Implementing", " Parsing", " interfacing"], [" Integrating", " Ensuring", " integrating", " Implementing", " vulnerabilities", " Maintaining", " debugging", " implementing"], [" Ensuring", " Integrating", " vulnerabilities", " poorly", " integrating", " Implementing", " careless", " debugging"], [" Ensuring", " Integrating", " vulnerabilities", " poorly", " Implementing", " integrating", " careless", " Vulner"], [" Ensuring", " Integrating", " vulnerabilities", " ensuring", " poorly", " Implementing", " Combining", " naive"], [" Ensuring", " Rust", " Integrating", " Vulner", " naive", " Even", " Implementing", " vulnerabilities"], [" Rust", " Even", " naive", " Poor", " Ensuring", " Integrating", " Sand", " Sandbox"], [" Even", " Na", " Ensuring", " Integrating", " Implementing", " Rust", " The", " Unt"]], "p": [[0.9236, 0.0758, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8102, 0.1808, 0.009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8802, 0.1191, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9238, 0.0758, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9864, 0.011, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9636, 0.0291, 0.0065, 0.0002, 0.0002, 0.0002, 0.0002, 0.0001], [0.977, 0.0139, 0.004, 0.004, 0.0009, 0.0001, 0.0001, 0.0], [0.9991, 0.0004, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0012, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8658, 0.0711, 0.0336, 0.0159, 0.0058, 0.0035, 0.0021, 0.0017], [0.6115, 0.1752, 0.1364, 0.0391, 0.0185, 0.0087, 0.0041, 0.0025], [0.7006, 0.1217, 0.0948, 0.0349, 0.0272, 0.0145, 0.0025, 0.0017], [0.4867, 0.2952, 0.0659, 0.0581, 0.0513, 0.0311, 0.0026, 0.0018], [0.3078, 0.2717, 0.1454, 0.1283, 0.0687, 0.0535, 0.0056, 0.0044], [0.3026, 0.3026, 0.162, 0.1113, 0.0596, 0.041, 0.0038, 0.0034], [0.4882, 0.1234, 0.1234, 0.1089, 0.0961, 0.0454, 0.0054, 0.0029], [0.5125, 0.1468, 0.1296, 0.1296, 0.0477, 0.0199, 0.005, 0.0021], [0.3685, 0.3685, 0.1356, 0.0388, 0.0267, 0.0143, 0.0111, 0.0098], [0.6269, 0.1234, 0.0961, 0.0354, 0.0354, 0.0101, 0.007, 0.0037], [0.5646, 0.0866, 0.0525, 0.0361, 0.0361, 0.0281, 0.0281, 0.0248], [0.5089, 0.3498, 0.0369, 0.0287, 0.0174, 0.012, 0.003, 0.0027], [0.5442, 0.1559, 0.0447, 0.0447, 0.0186, 0.0186, 0.0113, 0.0113], [0.4898, 0.159, 0.1238, 0.0148, 0.0131, 0.0131, 0.0115, 0.0115], [0.4144, 0.2513, 0.1187, 0.072, 0.0385, 0.034, 0.011, 0.0097], [0.6302, 0.2318, 0.1095, 0.019, 0.007, 0.0012, 0.0003, 0.0002], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0041, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9949, 0.0025, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9989, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8744, 0.0435, 0.0435, 0.0264, 0.0036, 0.0036, 0.0022, 0.0013], [0.5569, 0.3377, 0.0457, 0.0277, 0.0168, 0.0102, 0.0023, 0.0014], [0.7548, 0.1684, 0.0376, 0.0228, 0.0138, 0.0011, 0.0011, 0.0002], [0.9253, 0.0461, 0.0279, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8629, 0.1168, 0.0158, 0.0021, 0.001, 0.0006, 0.0003, 0.0002], [0.5883, 0.2779, 0.0796, 0.0228, 0.0178, 0.0084, 0.0024, 0.0015], [0.7508, 0.2151, 0.0227, 0.0065, 0.0024, 0.0003, 0.0003, 0.0003], [0.6211, 0.2285, 0.0655, 0.051, 0.0089, 0.0054, 0.0054, 0.0033], [0.7525, 0.1018, 0.0618, 0.0177, 0.0107, 0.0065, 0.0051, 0.0051], [0.845, 0.0421, 0.0137, 0.0121, 0.0106, 0.0094, 0.0073, 0.0065], [0.2407, 0.1137, 0.1137, 0.0609, 0.0537, 0.0474, 0.0418, 0.0369], [0.2718, 0.0882, 0.0417, 0.0368, 0.0325, 0.0286, 0.0253, 0.0197], [0.4131, 0.0922, 0.0633, 0.0493, 0.0339, 0.0339, 0.0299, 0.0181]], "ranks": {"Rust": [104130, 91695, 108678, 148240, 196257, 205730, 124849, 99583, 66810, 46066, 35046, 15245, 15181, 12171, 12028, 16660, 15484, 17519, 17156, 19983, 24113, 26421, 33283, 35307, 53136, 48980, 33815, 27401, 13656, 5073, 3887, 2109, 1512, 1173, 967, 174, 182, 194, 114, 139, 183, 38, 17, 23, 2, 1, 5]}}, {"pos": 516, "top": [["  ", "   ", "    ", "      ", "     ", "          ", "       ", "s"], ["  ", "   ", "s", "      ", "    ", "     ", "e", "          "], ["  ", "   ", "s", "      ", "e", "    ", "     ", "a"], ["  ", "   ", "      ", "    ", "     ", "s", "          ", "e"], ["  ", "   ", "    ", "      ", "s", "     ", "          ", "       "], ["  ", "   ", "    ", "      ", "s", "     ", "          ", "       "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "<unk>"], ["  ", "   ", "    ", "<unused1>", "<unk>", "<eos>", "<mask>", "[multimodal]"], ["  ", "   ", "    ", "<unused1>", "<unk>", "<eos>", "<mask>", "[multimodal]"], ["  ", "   ", "<unused1>", "<eos>", "<mask>", "<unk>", "[multimodal]", "<pad>"], ["  ", "   ", "    ", "     ", "      ", "          ", "<unk>", "<unused1>"], ["  ", "   ", "    ", "     ", "      ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "...", "       "], ["  ", "   ", "    ", "      ", "     ", "          ", "--", "       "], ["  ", "   ", "--", "    ", " (\"", "<em>", "      ", "     "], ["  ", "   ", " circuitry", "      ", "<em>", "     ", "    ", " algorithms"], ["  ", "   ", " circuitry", " prototyping", " algorithms", " techniques", " experimentation", " FPGA"], ["  ", " prototyping", " cybersecurity", " workflows", " leveraging", " FPGA", " algorithmic", " algorithms"], ["  ", " prototyping", " leveraging", " algorithms", " FPGA", " workflows", " technologies", " algorithmic"], ["  ", " prototyping", " workaround", " workflows", " FPGA", " algorithms", " programmable", " technologies"], ["  ", " prototyping", " workaround", " FPGA", " leveraging", " workflows", " methodologies", " algorithms"], [" leveraging", " prototyping", " skillset", " leverages", " workflows", " workaround", " FPGA", " methodologies"], [" leveraging", " prototyping", " workaround", " leverages", " skillset", " FPGA", " workflows", " methodologies"], [" leveraging", " workaround", " prototyping", " leverages", " workflows", " vulnerabilities", " skillset", " necessitates"], [" necessitates", " leveraging", " vulnerabilities", " necessitating", " requires", " requiring", " workaround", " inefficiencies"], [" inefficiencies", " workflows", " vulnerabilities", " prioritizing", " prioritization", " leveraging", " necessitates", "trying"], ["trying", "Trying", "attempts", " inefficiencies", " attempting", "\u5373\u4f7f", "\u5373\u4fbf", " vulnerabilities"], ["trying", " attempting", "Trying", " trying", " inefficiencies", " Trying", " vulnerabilities", " automating"], ["trying", " attempting", " trying", "Trying", " inefficiencies", " automating", " Trying", " implementing"], [" attempting", " inefficiencies", "trying", " vulnerabilities", "Trying", " Trying", " trying", " automating"], ["trying", " attempting", " inefficiencies", "Trying", " interfacing", " vulnerabilities", " implementing", " debugging"], [" integrating", " implementing", " interfacing", "trying", "Implementing", "Integrating", " inefficiencies", " vulnerabilities"], [" inefficiencies", " mismanagement", "Creating", " integrating", "Implementing", " interfacing", "Integrating", " inefficient"], [" scripting", " mismanagement", " ensuring", " inefficiencies", " Ensuring", " vulnerabilities", "Implementing", "Creating"], [" vulnerabilities", " scripting", " inefficiencies", " unsafe", " mismanagement", "unsafe", "Debugging", " debugging"], [" vulnerabilities", " unsafe", "Debugging", " inefficiencies", "Implementing", " debugging", "unsafe", " scripting"], [" vulnerabilities", "Implementing", "Debugging", "Integrating", " debugging", " integrating", " unsafe", " implementing"], [" integrating", " implementing", "Integrating", "Implementing", " Integrating", " vulnerabilities", " debugging", " Implementing"], [" integrating", "Integrating", " Integrating", " implementing", "Implementing", " ensuring", " vulnerabilities", " Ensuring"], [" poorly", " Rust", " unsafe", "Rust", " uncontrolled", " vulnerabilities", " integrating", " implementing"], [" Rust", " unsafe", " poorly", " vulnerabilities", " Ensuring", "Rust", " Integrating", " integrating"], [" poorly", " Ensuring", " Rust", " vulnerabilities", " Implementing", " implementing", " Integrating", " ensuring"], [" Rust", " Ensuring", " poorly", " Integrating", " vulnerabilities", " achieving", " Poor", " getting"], [" Rust", "Rust", " sand", "Even", " Sand", " Even", " even", "Sand"], ["Even", "Naive", "The", "Un", "Rust", "Sand", "Integrating", "Poor"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7549, 0.1684, 0.062, 0.0108, 0.0019, 0.0011, 0.0003, 0.0002], [0.9954, 0.0041, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9952, 0.0041, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4539, 0.4539, 0.0789, 0.0039, 0.0024, 0.0019, 0.0011, 0.0011], [0.375, 0.375, 0.1075, 0.0308, 0.024, 0.024, 0.0187, 0.0145], [0.7758, 0.1731, 0.0386, 0.0052, 0.0032, 0.0019, 0.0007, 0.0004], [0.9955, 0.0041, 0.0001, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.7932, 0.177, 0.024, 0.0053, 0.0003, 0.0001, 0.0001, 0.0], [0.4902, 0.4902, 0.0148, 0.0033, 0.0012, 0.0001, 0.0001, 0.0], [0.6899, 0.0934, 0.0934, 0.0934, 0.0208, 0.0028, 0.0028, 0.001], [0.5617, 0.2066, 0.1253, 0.0461, 0.028, 0.017, 0.0038, 0.0038], [0.3126, 0.1896, 0.1896, 0.115, 0.0698, 0.0257, 0.0156, 0.0121], [0.6017, 0.1046, 0.0814, 0.0634, 0.03, 0.0233, 0.0182, 0.0182], [0.8781, 0.0437, 0.0207, 0.0161, 0.0125, 0.0076, 0.0036, 0.0036], [0.9979, 0.0012, 0.0004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9686, 0.0228, 0.0019, 0.0015, 0.0011, 0.0009, 0.0007, 0.0007], [0.8206, 0.0409, 0.0248, 0.0248, 0.0193, 0.0117, 0.0117, 0.0091], [0.5715, 0.0993, 0.0993, 0.0602, 0.0602, 0.0365, 0.0285, 0.0049], [0.5691, 0.163, 0.0989, 0.077, 0.0364, 0.0104, 0.0063, 0.0049], [0.3024, 0.2355, 0.2355, 0.0675, 0.0409, 0.0409, 0.0248, 0.0055], [0.3511, 0.2734, 0.0888, 0.0475, 0.0419, 0.037, 0.0224, 0.0198], [0.2436, 0.2436, 0.0791, 0.0374, 0.0227, 0.0227, 0.0227, 0.02], [0.2494, 0.0631, 0.0631, 0.0433, 0.0338, 0.0298, 0.0263, 0.0263], [0.2162, 0.0901, 0.0582, 0.0293, 0.0293, 0.0293, 0.0258, 0.0243], [0.4473, 0.1131, 0.0881, 0.0534, 0.0534, 0.0223, 0.0135, 0.0135]], "ranks": {"Rust": [27138, 27390, 32653, 42516, 58514, 100075, 75008, 85637, 81475, 72515, 89089, 24157, 16907, 13168, 13410, 13466, 15639, 11662, 16458, 19897, 17639, 25623, 41740, 40224, 59667, 37191, 65319, 15153, 3812, 4375, 2649, 1584, 1047, 697, 745, 156, 90, 126, 49, 204, 232, 2, 1, 3, 1, 1, 4]}}, {"pos": 517, "top": [["\u301c", " '~", " \u223c", "(~", "'^", "\\\\'", "...')", " \\\\"], [" '~", "(~", "\u301c", "'^", " \u223c", "\\\\'", "~\\", " ~"], [" \u223c", "(~", "\u301c", " '~", " ~", " \u301c", " ~\\", "\\\\'"], [" \u223c", "\u301c", " ~\\", "~\\", "(~", " \\\\", "\\\\'", " \u301c"], [" \\\\", " \u223c", "\\\\'", "\u301c", " \u301c", " ~\\", "~\\", " '~"], [" ~\\", " \\\\", "~\\", " \u223c", "\\\\'", "\u301c", " ~", " \u301c"], ["\\\\'", "~\\", "{\\'", "{\\", "\u301c", " \\\\", " \u223c", "\\\\"], ["\\\\'", "~\\", "{\\'", " \\\\", " \\'", "\u301c", " (\\\"", "{\\"], ["{\\'", "\\\\'", "~\\", "\u301c", " \\'", "\u0654", " (\\\"", " \u223c"], ["\\\\'", "~\\", "{\\'", "\u301c", " \u223c", " \\'", "\u0654", " (\\\""], ["\\\\'", "~\\", " \\\\", " \u223c", "\u301c", " \\'", "{\\'", "\u0654"], ["~\\", "\\\\'", " \\\\", " \u223c", "\u301c", " \\'", " \\{", " ~\\"], ["~\\", "\\\\'", " \\\\", "\u301c", " \u223c", " \\{", " \\'", " ~"], ["~\\", "\\\\'", " \\\\", "^\\", "'^", "\u301c", " \\'", " \\{"], ["~\\", "\\\\'", "'^", " \\\\", "\u301c", "^\\", "{\\'", " \\'"], ["~\\", "\\\\'", "'^", "(\\\\", "\\;", "(~", "^\\", " \\\\"], ["~\\", " (\\\"", "\\\\'", "~(\\", " perturbative", "(~", " nontrivial", " obfusc"], ["~\\", "\\\\'", "\ud83d\ude43", "\ud83d\ude36", "(\\\\", "~(\\", " (\\\"", "\ud83d\ude2c"], ["~\\", "\\\\'", "\ud83d\ude43", "\ud83d\ude36", "(~", "~(\\", " obfusc", "\ud83e\udd16"], ["~\\", "\ud83e\udd16", "\ud83d\ude43", " obfusc", "~(\\", " bootstrapping", " algorithmic", " algorithms"], ["~\\", "\ud83e\udd16", " heuristics", " algorithms", " obfusc", " iterative", "~(\\", " bootstrapping"], ["~\\", " algorithms", " simplistic", " heuristics", " bootstrapping", " prototyping", " workaround", " obfusc"], [" obfusc", " simplistic", " prototyping", " bootstrapping", " trivially", " iterative", " heuristics", "~\\"], [" leveraging", " prototyping", " simplistic", " vulnerabilities", " workaround", " skillset", " leverages", " bootstrapping"], [" prototyping", " workaround", " workflows", " simplistic", " bootstrapping", " leveraging", " heuristics", " optimizations"], [" prototyping", " workflows", " optimizations", " implementations", " workaround", " simplistic", " tweaks", " heuristics"], [" implementations", " workflows", " optimizations", " prototyping", " bootstrapping", " tweaks", " workaround", " leveraging"], [" implementations", " workflows", " optimizations", " implementation", " prototyping", " \u043f\u043e\u0434\u0445\u043e\u0434", " implementaci\u00f3n", " workaround"], [" implementations", " implementation", " workflows", " optimizations", " implementaci\u00f3n", " prototyping", " implementa\u00e7\u00e3o", " \u043f\u043e\u0434\u0445\u043e\u0434"], [" implementations", " implementation", " optimizations", " workflows", " prototyping", " implementaci\u00f3n", " implementa\u00e7\u00e3o", " \u043f\u043e\u0434\u0445\u043e\u0434"], [" implementations", " implementation", " optimizations", " workflows", " \u043f\u043e\u0434\u0445\u043e\u0434", " implementaci\u00f3n", " implementa\u00e7\u00e3o", " prototyping"], [" implementations", " implementation", " optimizations", " implementaci\u00f3n", " implementa\u00e7\u00e3o", " workflows", "implementation", "\u5b9f\u88c5"], [" implementations", " implementation", " workflows", " implementaci\u00f3n", " optimizations", " implementa\u00e7\u00e3o", " bytecode", "implementation"], [" implementations", " implementation", "implementation", " implementaci\u00f3n", " implementa\u00e7\u00e3o", " optimizations", "\u5b9f\u88c5", " \u043f\u043e\u0434\u0445\u043e\u0434"], [" implementations", " implementation", " \u043f\u043e\u0434\u0445\u043e\u0434", " approaches", " implementaci\u00f3n", " approach", "implementation", " implementa\u00e7\u00e3o"], [" implementations", " implementation", " implementaci\u00f3n", "implementation", " implementa\u00e7\u00e3o", " approach", " \u043f\u043e\u0434\u0445\u043e\u0434", " execution"], [" implementations", " implementation", " implementaci\u00f3n", "implementation", " implementa\u00e7\u00e3o", " execution", " \u043f\u043e\u0434\u0445\u043e\u0434", " approach"], [" implementations", " implementation", " implementaci\u00f3n", " approach", "implementation", " implementa\u00e7\u00e3o", " approaches", " \u043f\u043e\u0434\u0445\u043e\u0434"], [" implementations", " implementation", "implementation", " approaches", " approach", " implementaci\u00f3n", " implementa\u00e7\u00e3o", " \u043f\u043e\u0434\u0445\u043e\u0434"], [" implementations", " implementation", " approaches", " approach", " implementaci\u00f3n", "implementation", " implementa\u00e7\u00e3o", " execution"], [" implementation", " implementations", " implementaci\u00f3n", "implementation", " implementa\u00e7\u00e3o", " approaches", " approach", " Implementation"], [" implementations", " implementation", " approaches", " implementaci\u00f3n", "implementation", " implementa\u00e7\u00e3o", " scripting", " approach"], [" implementations", " implementation", " approaches", " execution", " approach", "implementation", " implementaci\u00f3n", " implementa\u00e7\u00e3o"], [" implementations", " implementation", " approaches", " execution", " approach", "implementation", " implementaci\u00f3n", " implementa\u00e7\u00e3o"], [" implementations", " implementation", " approaches", " execution", " scripting", " implement", " integration", " approach"], [" implementations", " implementation", " approaches", " sand", " approach", " execution", " scripting", " sandbox"], [" approaches", " implementations", " implementation", " sand", " execution", " integration", " solutions", " approach"]], "p": [[0.4204, 0.4204, 0.0938, 0.0345, 0.0127, 0.0127, 0.0028, 0.001], [0.7682, 0.104, 0.0631, 0.0382, 0.0141, 0.0085, 0.0031, 0.0004], [0.3465, 0.3465, 0.2102, 0.0773, 0.0063, 0.0049, 0.0023, 0.0023], [0.7769, 0.1051, 0.0387, 0.0235, 0.0235, 0.0235, 0.0052, 0.0025], [0.7896, 0.1069, 0.0648, 0.0238, 0.0145, 0.0003, 0.0001, 0.0], [0.3853, 0.2337, 0.2337, 0.1418, 0.0043, 0.001, 0.0002, 0.0], [0.924, 0.0758, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9682, 0.0292, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6027, 0.3655, 0.0182, 0.0086, 0.0041, 0.0007, 0.0001, 0.0001], [0.8057, 0.109, 0.0401, 0.0401, 0.0033, 0.0007, 0.0007, 0.0002], [0.9728, 0.0178, 0.004, 0.0024, 0.0015, 0.0015, 0.0, 0.0], [0.9226, 0.0757, 0.0014, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8786, 0.1189, 0.0022, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.992, 0.0041, 0.0012, 0.0009, 0.0005, 0.0002, 0.0002, 0.0002], [0.9986, 0.0006, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.6931, 0.1547, 0.0443, 0.0269, 0.0209, 0.0209, 0.0127, 0.0127], [0.5199, 0.3153, 0.0548, 0.0427, 0.0259, 0.0122, 0.0074, 0.0074], [0.9751, 0.0179, 0.0066, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.5616, 0.2066, 0.076, 0.076, 0.0461, 0.028, 0.0014, 0.0008], [0.3099, 0.3099, 0.114, 0.0888, 0.0692, 0.0254, 0.0225, 0.0094], [0.455, 0.455, 0.0543, 0.02, 0.0031, 0.0019, 0.0019, 0.0009], [0.8323, 0.1446, 0.0196, 0.0034, 0.0, 0.0, 0.0, 0.0], [0.9793, 0.014, 0.004, 0.0024, 0.0001, 0.0001, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8169, 0.1823, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5572, 0.2632, 0.1596, 0.0116, 0.0023, 0.0018, 0.0014, 0.0007], [0.4311, 0.3358, 0.1797, 0.0189, 0.0089, 0.007, 0.0061, 0.0054]], "ranks": {"Rust": [13845, 12942, 29102, 44646, 55165, 104228, 98541, 88450, 54594, 26379, 38184, 20488, 15149, 11128, 10611, 9052, 17790, 11192, 15035, 19081, 27563, 17583, 17554, 27299, 31628, 74762, 78989, 40958, 17844, 21453, 10907, 8026, 5712, 4829, 6852, 3654, 4471, 3890, 1511, 1578, 1074, 469, 264, 244, 43, 12, 13]}}, {"pos": 518, "top": [["\u3001\u3010", "--\u2019", ">>", " '--", " \u2018\u2018", "[[", "---\u2019", "\u3001\u300a"], ["--\u2019", "\u3001\u3010", "[[", "---\u2019", ">>", " '--", "-->", "--\u201c"], ["--\u2019", "-->", "--", " \u25cf", "---\u2019", "\u3001\u3010", "--\u201c", "--->"], ["--\u2019", "-->", "--", "---\u2019", " \u25cf", "\u3001\u3010", "[[", "--->"], ["--\u2019", " \u25cf", " \u2018\u2018", "-->", " <<", " '--", " '^", " /**"], [" \u2018\u2018", " \u300a", " \u2018\u2019", " \u25cf", " <<", " \u300b", " ~\\", "\u3001\u300a"], [" \u2018\u2018", " <<", " \u300a", "--", " >>", " \u25cf", ">>", " \u300b"], [" \u2018\u2018", " <<", " \u300a", " \u2018\u2019", " ~\\", " leveraging", " methodologies", " ''"], [" \u2018\u2018", "\u2018\u2018", " \u2018\u2019", " \u300a", " <<", " leveraging", " methodologies", " \u2019\u2019"], [" \u2018\u2018", "\u2018\u2018", " \u2018\u2019", " <<", " \u2019\u2019", " \u300a", " methodologies", " \u300b"], [" \u2018\u2018", "\u2018\u2018", " \u2018\u2019", " leveraging", " methodologies", " \u2019\u2019", " iteratively", " <<"], [" \u2018\u2018", " leveraging", " methodologies", " targeting", " iteratively", " \\&", " prioritizing", " impactful"], [" leveraging", " \u2018\u2018", " methodologies", " targeting", " \\&", " effectively", " iteratively", " tackling"], [" leveraging", " methodologies", " \u2018\u2018", " targeting", " tackling", " iteratively", " --", " prioritizing"], [" leveraging", " methodologies", " targeting", " iteratively", " leverages", " frameworks", " tackling", " focusing"], [" leveraging", " methodologies", " leverages", " strategies", " targeting", " techniques", " frameworks", " leveraged"], [" leveraging", " methodologies", " iteratively", " conceptually", " iterative", " leverages", " implementations", " leveraged"], [" leveraging", " methodologies", " leverages", " iterative", " iteratively", " targeting", " frameworks", " strategies"], [" leveraging", " methodologies", " leverages", " iterative", " strategies", " targeting", " leveraged", " frameworks"], [" leveraging", " methodologies", " leverages", " iterative", " leveraged", " vulnerabilities", " iteratively", " targeting"], [" leveraging", " methodologies", " leverages", " iterative", " vulnerabilities", " leveraged", " strategies", " iteratively"], [" leveraging", " vulnerabilities", " leverages", " iterative", " leveraged", " risks", " methodologies", " avoids"], [" leveraging", " vulnerabilities", " risks", " leverages", " avoids", " attempts", " methodologies", " leveraged"], [" leveraging", " vulnerabilities", " leverages", " leveraged", " risks", " vulnerability", " inefficiencies", " downsides"], [" leveraging", " vulnerabilities", " leverages", " risks", " avoids", " inefficiencies", " leveraged", " undermines"], [" vulnerabilities", " leveraging", " leverages", " risks", " avoids", " undermines", " worsens", " risking"], [" vulnerabilities", " undermines", " risks", " worsens", " necessitates", " likely", "\u4f1a\u5bfc\u81f4", " leveraging"], [" undermines", " will", " vulnerabilities", " worsens", " violates", " risks", " necessitates", " threatens"], [" will", " undermines", "\u4f1a\u5bfc\u81f4", " violates", " likely", " necessitates", " vulnerabilities", " threatens"], [" will", " \u0431\u0443\u0434\u0443\u0442", "\u4f1a\u5bfc\u81f4", " likely", " vulnerabilities", " violates", " undermines", " destroys"], [" will", " \u0431\u0443\u0434\u0443\u0442", " s\u1ebd", " would", " likely", "\u4f1a\u5bfc\u81f4", " saranno", " vulnerabilities"], [" will", " \u0431\u0443\u0434\u0443\u0442", " would", " vulnerabilities", " s\u1ebd", "\u4f1a\u5bfc\u81f4", " undermines", " destroys"], [" will", " \u0431\u0443\u0434\u0443\u0442", " s\u1ebd", " destroys", " WILL", " violates", " undermines", " saranno"], [" will", " \u0431\u0443\u0434\u0443\u0442", " s\u1ebd", " WILL", "will", " saranno", " akan", "\u4f1a\u5bfc\u81f4"], [" will", " \u0431\u0443\u0434\u0443\u0442", " s\u1ebd", " WILL", " saranno", "will", " ser\u00e3o", " akan"], [" will", " \u0431\u0443\u0434\u0443\u0442", " s\u1ebd", " WILL", " explodes", " saranno", "will", " destroys"], [" will", " WILL", " \u0431\u0443\u0434\u0443\u0442", " s\u1ebd", "will", " saranno", " akan", " destroys"], [" will", " \u0431\u0443\u0434\u0443\u0442", " WILL", " s\u1ebd", "will", " saranno", " ser\u00e3o", "\u90fd\u4f1a"], [" will", " WILL", " \u0431\u0443\u0434\u0443\u0442", "will", " s\u1ebd", " explodes", " breaks", " destroys"], [" will", " WILL", " explode", " explodes", " destroys", "will", " s\u1ebd", " \u0431\u0443\u0434\u0443\u0442"], [" will", " WILL", "will", " s\u1ebd", " destroys", " explode", " \u0431\u0443\u0434\u0443\u0442", " explodes"], [" will", " WILL", " explode", "will", " explodes", " break", " destroys", " s\u1ebd"], [" will", " WILL", " explode", "will", " are", " break", " explodes", " s\u1ebd"], [" will", " explode", " WILL", " shatter", " break", " are", "will", " implode"], [" will", " WILL", " are", " explode", "will", " destroy", " shatter", " break"], [" will", " WILL", " are", " (", " explode", " break", "will", " *"], [" will", " *", " are", " WILL", " (", " break", " lead", " explode"]], "p": [[0.5539, 0.1587, 0.1587, 0.0584, 0.0215, 0.013, 0.0101, 0.0062], [0.5103, 0.3095, 0.0691, 0.0326, 0.0254, 0.0198, 0.0073, 0.0057], [0.6902, 0.1199, 0.0567, 0.0441, 0.0441, 0.0162, 0.0098, 0.0047], [0.5389, 0.2545, 0.0568, 0.0442, 0.0268, 0.0209, 0.0209, 0.0099], [0.778, 0.082, 0.0639, 0.0302, 0.0302, 0.0067, 0.0041, 0.0009], [0.9993, 0.0004, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6066, 0.3679, 0.0235, 0.0006, 0.0004, 0.0002, 0.0002, 0.0001], [0.9753, 0.0179, 0.0031, 0.0015, 0.0003, 0.0002, 0.0002, 0.0002], [0.9701, 0.0293, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9618, 0.0373, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9471, 0.0472, 0.0039, 0.0009, 0.0007, 0.0001, 0.0001, 0.0], [0.9853, 0.0141, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9508, 0.0473, 0.0011, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9955, 0.0041, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.004, 0.004, 0.0007, 0.0005, 0.0004, 0.0004, 0.0001], [0.9673, 0.0138, 0.0107, 0.0019, 0.0015, 0.0011, 0.0005, 0.0004], [0.781, 0.1057, 0.0389, 0.0303, 0.0036, 0.0036, 0.0036, 0.0032], [0.9182, 0.0754, 0.0062, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7433, 0.2129, 0.037, 0.005, 0.0011, 0.0002, 0.0002, 0.0001], [0.9504, 0.0473, 0.0014, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.9918, 0.0067, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9554, 0.0289, 0.0106, 0.0039, 0.0005, 0.0005, 0.0001, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0004, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0017, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9954, 0.0015, 0.0015, 0.001, 0.0002, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [102866, 80961, 100085, 107128, 119879, 129256, 80160, 76425, 41077, 22815, 24463, 13396, 12875, 9044, 9405, 7686, 8948, 6804, 7302, 6792, 10604, 10242, 11647, 13131, 14928, 30738, 37897, 30174, 32318, 39908, 38390, 26670, 25483, 17866, 19580, 8970, 11612, 9766, 7575, 9070, 10967, 9636, 6206, 5571, 4840, 1817, 1262]}}, {"pos": 519, "top": [[" \u25cf", "l", " \u25a0", "\ufeff", ".\ufeff", " \ufeff", " \u300b", "\u300b"], ["l", " \u25cf", " \u25a0", " \u300b", "\ufeff", " '''", "\u300b", ".\ufeff"], [" \u25cf", "l", " \ufeff", ".\ufeff", " \u25a0", "\ufeff", "e", " \u00b7"], [" \u25cf", "l", " \ufeff", " \u25a0", ".\ufeff", "\ufeff", "e", " \u2022"], ["l", " \u25cf", " \ufeff", " \u25a0", "e", " \u2022", "s", "t"], [" \u25cf", "l", " \u25a0", " \ufeff", " '''", " \u300b", " ''", " \u2014"], [" \ufeff", " \u25cf", "\ufeff", ".\ufeff", " \u25a0", "l", " '''", "\ufeff\ufeff"], [" \ufeff", " \u25cf", ".\ufeff", "l", "\ufeff", " \u2022", " \u25a0", " '''"], [" \ufeff", ".\ufeff", "\ufeff", " \u25cf", "l", " \u25a0", " \u2022", " \u2014"], [" \ufeff", "l", ".\ufeff", "\ufeff", " \u25cf", " \u2022", " \u25a0", " '''"], [" \ufeff", "\ufeff", ".\ufeff", "l", " '''", " \u25cf", " ''", "\ufeff\ufeff"], [" \ufeff", ".\ufeff", ",", "\ufeff", " \u2014", "l", "!\u201d", ".''"], [" \ufeff", ".\ufeff", "\ufeff", ",", "l", ".''", " \u2014", "..."], [".\ufeff", ",", " \ufeff", "\ufeff", "!", ".''", "!\u201d", "l"], [".\ufeff", ",", "\ufeff", " \ufeff", ".''", "!", "...", ".'''"], [".\ufeff", "!", "!\u201d", ",", "\ufeff", ".''", "!'", " \ufeff"], ["!", ",", ".\ufeff", "!\u201d", "!'", "!!", ".'", ".\u201d"], ["!\u201d", "!", ".\ufeff", "...", "!'", "!!", ".\u201d", "...\u201d"], ["!\u201d", "!", ".\ufeff", "!'", "...", "!!", ".''", ".\u201d"], ["!\u201d", "...\u201d", "...", "!'", ".\ufeff", "!", ".''", "!\""], ["!\u201d", "!'", "!", "!\u201d.", ".\ufeff", " need", " nightmares", "!\""], [" nightmares", " nasty", " horribly", " disastrous", " paranoia", " paranoid", " risks", " dangers"], [" nightmares", " disastrous", " horribly", " nasty", " dangers", " paranoid", " risks", " inevitable"], [" vulnerabilities", " nightmares", " horrific", " disastrous", " horribly", " paranoia", " debilitating", " horrifying"], [" horribly", " disastrous", " vulnerabilities", " horrific", " nightmares", " blatantly", " debilitating", " paranoia"], [" vulnerabilities", " horribly", " disastrous", " blatantly", " debilitating", " shockingly", " horrific", " overfitting"], [" vulnerabilities", " disastrous", " horribly", " debilitating", " overfitting", " inefficiencies", "\u8106\u5f31", " horrific"], [" disastrous", " vulnerabilities", " horribly", " horrific", " debilitating", " catastrophic", " nightmares", " crippling"], [" disastrous", " horribly", " quickly", " horrific", " vulnerabilities", " inevitably", " nightmares", " rapidamente"], [" disastrous", " vulnerabilities", " horribly", " quickly", " inevitably", " horrific", " crashes", " nightmares"], [" vulnerabilities", " disastrous", " horribly", " crashes", " vulnerability", " meltdown", " catastrophic", " quickly"], [" vulnerabilities", " disastrous", " horribly", " catastrophic", " crashes", " vulnerability", " quickly", " ransomware"], [" vulnerabilities", " quickly", " disastrous", " horribly", " crashes", " catastrophic", " ransomware", " meltdown"], [" vulnerabilities", " quickly", " disastrous", " crashes", " destabil", " meltdown", " catastrophic", " vulnerability"], [" vulnerabilities", " disastrous", " crashes", " destabil", " meltdown", " quickly", " catastrophic", " collapses"], [" breakage", " crashes", " break", " breaks", " destabil", " disastrous", " vulnerabilities", " broken"], [" crashes", " crashing", " crashed", " breakage", " crash", " destabil", "\u5d29\u6e83", " meltdown"], [" crashes", " crashed", " crashing", " crash", " breakage", " destabil", "\u5d29\u6e83", " crumble"], [" crashes", " crash", " crashing", " crashed", " breakage", " destabil", " crumble", " explode"], [" crashes", " crash", " crashing", " crashed", " crumble", " explode", " breakage", " destabil"], [" crashes", " crash", " crashing", " crumble", " crashed", " explode", " break", " breakage"], [" explode", " crashes", " crash", " crumble", " break", " crashing", " crashed", " breakage"], [" explode", " crash", " crumble", " crashes", " break", " crashing", " shatter", " collapse"], [" explode", " crash", " crumble", " crashes", " shatter", " collapse", " quickly", " implode"], [" crash", " explode", " crumble", " collapse", " crashes", " break", " shatter", " implode"], [" crash", " lead", " explode", " crumble", " break", " quickly", " get", " fail"], [" lead", " crash", " break", " crumble", " result", " be", " explode", " quickly"]], "p": [[0.8139, 0.1816, 0.0033, 0.0006, 0.0005, 0.0001, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6222, 0.3774, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6172, 0.3744, 0.0069, 0.0015, 0.0, 0.0, 0.0, 0.0], [0.951, 0.0473, 0.0009, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.8055, 0.14, 0.0515, 0.0012, 0.0006, 0.0004, 0.0003, 0.0003], [0.9848, 0.0085, 0.0031, 0.0024, 0.0007, 0.0003, 0.0, 0.0], [0.9679, 0.0108, 0.0108, 0.0051, 0.004, 0.0011, 0.0003, 0.0001], [0.8233, 0.1431, 0.0249, 0.0043, 0.0034, 0.0005, 0.0004, 0.0001], [0.7042, 0.0953, 0.0953, 0.0742, 0.0129, 0.0078, 0.0061, 0.0014], [0.8825, 0.0724, 0.0266, 0.0098, 0.0046, 0.0017, 0.0006, 0.0004], [0.315, 0.278, 0.1023, 0.0703, 0.0703, 0.0547, 0.0426, 0.0228], [0.3325, 0.3325, 0.178, 0.0655, 0.0273, 0.0114, 0.0089, 0.0078], [0.3686, 0.3686, 0.0822, 0.0726, 0.0208, 0.0183, 0.0111, 0.0098], [0.8339, 0.0684, 0.047, 0.0285, 0.0072, 0.0044, 0.0039, 0.0011], [0.7774, 0.0563, 0.0439, 0.0301, 0.0266, 0.0161, 0.0111, 0.0098], [0.3327, 0.2018, 0.1572, 0.1387, 0.0578, 0.0397, 0.0114, 0.0114], [0.3147, 0.2451, 0.1909, 0.1022, 0.0332, 0.0178, 0.0178, 0.0157], [0.4261, 0.2584, 0.1077, 0.074, 0.0272, 0.024, 0.0088, 0.0078], [0.5547, 0.1092, 0.0851, 0.0663, 0.0455, 0.0402, 0.0148, 0.009], [0.5095, 0.1874, 0.0781, 0.0326, 0.0198, 0.0198, 0.0174, 0.0154], [0.24, 0.1455, 0.1134, 0.0473, 0.0368, 0.0325, 0.0287, 0.0287], [0.2401, 0.2119, 0.078, 0.0536, 0.0368, 0.0287, 0.0253, 0.0253], [0.8112, 0.0519, 0.0315, 0.0315, 0.0245, 0.0116, 0.007, 0.0055], [0.6573, 0.2418, 0.054, 0.0198, 0.012, 0.0073, 0.0027, 0.001], [0.9797, 0.0179, 0.0011, 0.0003, 0.0003, 0.0002, 0.0002, 0.0001], [0.9707, 0.0228, 0.0024, 0.0024, 0.0003, 0.0003, 0.0001, 0.0001], [0.9682, 0.0292, 0.0015, 0.0009, 0.0001, 0.0001, 0.0, 0.0], [0.8483, 0.1148, 0.0256, 0.0057, 0.0021, 0.0021, 0.0008, 0.0002], [0.5485, 0.2018, 0.1224, 0.1224, 0.0037, 0.0008, 0.0001, 0.0001], [0.9979, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9817, 0.0109, 0.0066, 0.0003, 0.0003, 0.0001, 0.0, 0.0], [0.9847, 0.0066, 0.004, 0.004, 0.0005, 0.0001, 0.0, 0.0], [0.5416, 0.3285, 0.1209, 0.0036, 0.0036, 0.0008, 0.0008, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0025, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9751, 0.0108, 0.0108, 0.0015, 0.0015, 0.0002, 0.0, 0.0], [0.9284, 0.0462, 0.017, 0.0063, 0.0014, 0.0003, 0.0002, 0.0002], [0.891, 0.0731, 0.0127, 0.0099, 0.0099, 0.0028, 0.0002, 0.0002], [0.334, 0.334, 0.2601, 0.058, 0.0061, 0.0037, 0.0018, 0.0006], [0.454, 0.3536, 0.1301, 0.0478, 0.0083, 0.0031, 0.0011, 0.0009], [0.7509, 0.1305, 0.1016, 0.0083, 0.0024, 0.0019, 0.0014, 0.0009], [0.7365, 0.1862, 0.0415, 0.0105, 0.005, 0.0039, 0.0039, 0.0034], [0.3315, 0.2011, 0.074, 0.0653, 0.0576, 0.0508, 0.0349, 0.0212], [0.2369, 0.1845, 0.1845, 0.0679, 0.0529, 0.0529, 0.0466, 0.022]], "ranks": {"Rust": [23922, 29868, 42984, 36923, 31959, 37126, 9741, 9818, 5896, 3131, 3137, 1835, 1987, 1486, 1041, 1144, 1096, 877, 1175, 1608, 2534, 3413, 5162, 6551, 13931, 38646, 54647, 30350, 37844, 30514, 20076, 19140, 14830, 6695, 7076, 4175, 4614, 3290, 2745, 3006, 3045, 2672, 2293, 1955, 1864, 944, 663]}}, {"pos": 520, "top": [["..\"", " ${", "</strong>", "<start_of_image>", " e", "  ", "..", " o"], [" ${", "..\"", "..", " e", "\u3002\u3002\u3002\u3002", " o", " \\", "</strong>"], ["<start_of_image>", "..", " ${", "  ", "\u3002\u3002\u3002\u3002", " e", "..\"", " \".."], [" ${", "<start_of_image>", "  ", " \\", " e", "   ", " \"..", "\u3002\u3002\u3002\u3002"], ["  ", "<start_of_image>", " ${", "   ", " \\", " e", " \"..", " o"], [" ${", " \\", "  ", " $^{", "<start_of_image>", " \\'", " $^{\\", " '"], [" ${", "<start_of_image>", "  ", " \\", " $^{", "   ", " $^{\\", "${"], [" ${", "  ", "<start_of_image>", " \\", " $^{", "   ", " \\\"", " $^{\\"], ["  ", " ${", "<start_of_image>", "   ", " \\", " $^{", " e", " '"], ["  ", " ${", "<start_of_image>", "   ", " \\", " \u7ee7\u7eed\u8bbf\u95ee", " e", " o"], ["  ", " ${", "   ", "<start_of_image>", " \\", " \u7ee7\u7eed\u8bbf\u95ee", " '", " \\'"], [" ${", "  ", "<start_of_image>", "</strong>", " '", "   ", " \\", " \u7ee7\u7eed\u8bbf\u95ee"], ["  ", "<start_of_image>", " ${", " \u7ee7\u7eed\u8bbf\u95ee", " '", "..\"", " very", "   "], ["  ", " ${", "<start_of_image>", ".\",", "..\"", ".\"", " '", "\","], [".\",", "  ", ".\"", "..\"", " ${", "<start_of_image>", ".\";", "\","], ["  ", ".\"", "..\"", ".\",", "<start_of_image>", "\".", " \u7ee7\u7eed\u8bbf\u95ee", " ${"], ["  ", ".\"", " ${", ".\",", "..\"", "</strong>", " very", "\"."], [".\",", "..\"", ".\"", ".\";", "....\"", "...\"", "...\",", "  "], ["..\"", ".\"", ".\",", ".\";", "....\"", "!\"", "\".", ".\"."], ["..\"", ".\"", "...\"", "....\"", ".\",", "...\",", ".\";", "!\""], ["..\"", ".\"", " frustrating", "....\"", "...\"", "!\"", ".\",", "!\"."], [" frustrating", " nightmares", " chaos", " frustration", " trying", " paranoid", " nasty", " threats"], [" frustrating", " nightmares", " chaos", " vulnerabilities", " frustration", " threats", " nasty", " trying"], [" vulnerabilities", " vulnerability", " nightmares", " frustrating", " inefficiencies", " impactful", " malware", " downsides"], [" vulnerabilities", " frustrating", " inefficiencies", " bottlenecks", " nightmares", " overfitting", " unsustainable", " quickly"], [" vulnerabilities", " inefficiencies", " overfitting", " impactful", " horribly", " frustrating", " vulnerability", " bottlenecks"], [" vulnerabilities", " inefficiencies", " disastrous", "\u8106\u5f31", " debilitating", " horribly", " unsustainable", " vulnerability"], [" vulnerabilities", " disastrous", " horrific", " horribly", " unsustainable", " intolerable", " debilitating", " horrendous"], [" disastrous", " horrific", " horribly", " nightmares", " horrendous", " vulnerabilities", " nightmare", " devastating"], [" vulnerabilities", " horribly", " disastrous", " horrific", " quickly", " nightmares", " nightmare", " catastrophic"], [" vulnerabilities", " vulnerable", " vulnerability", " ransomware", " disastrous", "\u8106\u5f31", " exploited", " horribly"], [" vulnerabilities", " vulnerability", " vulnerable", " exploited", " ransomware", " malware", " disastrous", "\u6f0f\u6d1e"], [" vulnerabilities", " vulnerability", " exploited", " ransomware", " vulnerable", " disastrous", " malware", " catastrophic"], [" vulnerabilities", " vulnerability", " exploited", " vulnerable", " ransomware", "\u6f0f\u6d1e", " disastrous", " breached"], [" vulnerabilities", " exploited", " abused", " vulnerability", " hacked", " vulnerable", "\u6f0f\u6d1e", " breached"], [" exploited", " hacked", " vulnerabilities", " breached", " abused", " vulnerable", " vulnerability", " disastrous"], [" exploited", " hacked", " vulnerabilities", " exploit", " breached", " explo", " vulnerable", " abused"], [" exploited", " hacked", " exploit", " explo", " abused", " vulnerabilities", " breached", " exploitation"], [" exploited", " exploit", " hacked", " explo", " exploitation", " abused", " exploiting", " exploits"], [" exploited", " explo", " exploit", " hacked", " abused", " exploits", " breached", " exploitation"], [" exploited", " explo", " exploit", "explo", " Explo", " hacked", " exploits", " abused"], [" exploited", " explo", " exploit", " hacked", " breached", " Explo", "explo", " abused"], [" exploited", " explo", " exploit", " hacked", "explo", " breached", " exploits", " Explo"], [" exploited", " hacked", " breached", " explo", " abused", " smashed", " vulnerable", " demolished"], [" exploited", " explo", " hacked", " abused", " breached", " vulnerable", " chewed", " blown"], [" exploited", " explo", " quickly", " immediately", " hacked", " abused", " easily", " instantly"], [" exploited", " quickly", " explo", " abused", " immediately", " easily", " broken", " trivially"]], "p": [[0.2863, 0.2863, 0.1737, 0.1053, 0.0498, 0.0302, 0.0183, 0.0143], [0.9755, 0.0108, 0.0084, 0.0024, 0.0009, 0.0004, 0.0004, 0.0003], [0.9845, 0.0085, 0.0066, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.5621, 0.4378, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4657, 0.3627, 0.1713, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9975, 0.0015, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9949, 0.0025, 0.0025, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9836, 0.014, 0.0019, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.5876, 0.2776, 0.1311, 0.0035, 0.0001, 0.0, 0.0, 0.0], [0.9449, 0.0252, 0.0173, 0.0119, 0.0004, 0.0001, 0.0, 0.0], [0.8739, 0.1044, 0.0067, 0.0059, 0.0032, 0.0022, 0.001, 0.0009], [0.7061, 0.1785, 0.0956, 0.0037, 0.0029, 0.0014, 0.0014, 0.0012], [0.5205, 0.2786, 0.0798, 0.0294, 0.0139, 0.0108, 0.0066, 0.0051], [0.633, 0.11, 0.0589, 0.0405, 0.0245, 0.0149, 0.0116, 0.007], [0.2379, 0.2379, 0.1443, 0.1124, 0.0682, 0.0284, 0.0152, 0.0134], [0.2664, 0.2075, 0.1831, 0.1831, 0.0219, 0.0193, 0.017, 0.017], [0.6427, 0.087, 0.0677, 0.0528, 0.022, 0.0171, 0.0104, 0.0104], [0.4112, 0.3202, 0.1714, 0.0141, 0.0141, 0.0124, 0.011, 0.0097], [0.4948, 0.2337, 0.1606, 0.0192, 0.0116, 0.0103, 0.0103, 0.008], [0.3718, 0.1756, 0.155, 0.094, 0.0503, 0.0238, 0.0185, 0.0185], [0.5747, 0.1132, 0.0535, 0.0472, 0.0416, 0.0367, 0.0223, 0.0105], [0.4536, 0.0893, 0.0788, 0.0478, 0.0422, 0.0256, 0.0199, 0.0155], [0.1844, 0.1627, 0.0678, 0.0599, 0.0466, 0.0363, 0.0249, 0.0171], [0.9484, 0.0135, 0.0082, 0.0064, 0.005, 0.0018, 0.0014, 0.0011], [0.6516, 0.1867, 0.1454, 0.0034, 0.0027, 0.0027, 0.0013, 0.001], [0.9954, 0.0041, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9884, 0.004, 0.0031, 0.0007, 0.0005, 0.0005, 0.0005, 0.0004], [0.7618, 0.17, 0.0379, 0.023, 0.0019, 0.0011, 0.0011, 0.0011], [0.6076, 0.2235, 0.1356, 0.0111, 0.0087, 0.0053, 0.0032, 0.0009], [0.8892, 0.0443, 0.0443, 0.0163, 0.0036, 0.0008, 0.0005, 0.0002], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0007, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9539, 0.0094, 0.0083, 0.0044, 0.0039, 0.0027, 0.0024, 0.0013], [0.8797, 0.0266, 0.0161, 0.0125, 0.0111, 0.0067, 0.0052, 0.0041]], "ranks": {"Rust": [14741, 17738, 23023, 18678, 13746, 21774, 7222, 6873, 4651, 2425, 2839, 1791, 2354, 1673, 1495, 1881, 2330, 1265, 1488, 1489, 2555, 3025, 3574, 5241, 8795, 40468, 55032, 59577, 47299, 73738, 74654, 74382, 47150, 23943, 21950, 13195, 14496, 10307, 9700, 13978, 12365, 10466, 7955, 6784, 3558, 1857, 1869]}}, {"pos": 521, "top": [[" (\u2018", "\u2014\u2014\u2014\u2014", " \u2018", "\u2014\u2014\u2014", "\u2019\u2019\u2019\u2019", "-\u2018", " \u2018\u2018", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], [" (\u2018", "\u2014\u2014\u2014\u2014", "\u2014\u2014\u2014", "\u2019\u2019\u2019\u2019", "---\u2019", "-\u2018", "--\u2019", " \u2018\u2018"], ["\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", " (\u2018", "\u2014-", "---\u2019", " \u2666", "--\u2019", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], ["\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", " (\u2018", "\u2014-", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u2666", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "\u2666"], ["\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", " (\u2018", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u2666", "\u2014-", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "--\u2019"], [" (\u2018", "\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u2666", " \u2018", "\u2014-", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], [" (\u2018", "\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2019\u2019\u2019\u2019", "\u2014-", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "\u2014", ",\u2014"], [" (\u2018", "\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u2018", "\u2019\u2019\u2019\u2019", " \u2018\u2018", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], [" (\u2018", " \u2018", "\u2014\u2014\u2014", "\u2019\u2019", "\u2014\u2014\u2014\u2014", "\u2019\u2019\u2019\u2019", " \u2018\u2018", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], [" (\u2018", " \u2018", "\u2019\u2019", "\u2014\u2014\u2014", " \u2018\u2018", "\u2019\u2019\u2019\u2019", " \u2019\u2019", "\u2014"], [" (\u2018", " \u2018", "\u2019\u2019", " \u2019", "\u2019\u2019\u2019\u2019", " \u2019\u2019", " \u2018\u2018", "-\u2018"], [" \u2018", " (\u2018", "\u2019\u2019", " \u2019", "-\u2018", "\u2014", "\u2019\u2019\u2019\u2019", " \u2018\u2018"], [" \u2018", " (\u2018", "\u2014", "\u2019\u2019", "-\u2018", " \u2019", "\u2014\u2014\u2014", "\u2014-"], [" \u2018", " (\u2018", "\u2014", "\u2019\u2019", "-\u2018", ",\u2019", " \u2014", "\u2014-"], [" (\u2018", " \u2018", "\u2014", ",\u2019", ".\u2019", "\u2019", "-\u2018", "!\u2019"], [" (\u2018", " \u2018", ".\u2019", ",\u2019", "\u2014", "!\u2019", "\u2019", "\u2019."], [" (\u2018", " \u2018", "!\u2019", ",\u2019", ".\u2019", "\u2014", "\u2019", "\u2019."], [" (\u2018", " \u2018", "!\u2019", ".\u2019", "\u2014", ",\u2019", "\u2019.", "-\u2018"], [" (\u2018", " \u2018", " vulnerabilities", " paranoia", " undermining", " paranoid", "!\u2019", " exploiting"], [" (\u2018", " vulnerabilities", " paranoia", " undermining", " malware", " exploiting", " disinformation", " paranoid"], [" vulnerabilities", " paranoia", " paranoid", " (\u2018", " malware", " undermining", " exploiting", " vulnerability"], [" vulnerabilities", " paranoia", " paranoid", " nefarious", " malware", " loopholes", " undermining", " vulnerability"], [" vulnerabilities", " paranoia", " paranoid", " vulnerability", " malware", " vulnerable", " nefarious", " undermining"], [" vulnerabilities", " vulnerability", " paranoia", " malware", " vulnerable", " paranoid", " cybersecurity", " loopholes"], [" vulnerabilities", " vulnerability", " paranoia", " malware", " vulnerable", " cybersecurity", " paranoid", " inefficiencies"], [" vulnerabilities", " malware", " paranoia", " vulnerability", " DDoS", " paranoid", " cybersecurity", " inefficiencies"], [" vulnerabilities", " malware", " inefficiencies", " DDoS", " vulnerability", " relentlessly", " cybersecurity", " aggressively"], [" vulnerabilities", " quickly", " r\u00e1pidamente", " rapidamente", " malware", " \ube60\ub974\uac8c", " inefficiencies", " or"], [" quickly", " rapidamente", " r\u00e1pidamente", " or", " vulnerabilities", " \ube60\ub974\uac8c", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidement"], [" quickly", " vulnerabilities", " rapidamente", " r\u00e1pidamente", " \ube60\ub974\uac8c", " or", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly"], [" vulnerabilities", " quickly", " rapidamente", " r\u00e1pidamente", " vulnerability", " \ube60\ub974\uac8c", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly"], [" vulnerabilities", " quickly", " rapidamente", " r\u00e1pidamente", " vulnerability", " exploiting", " \ube60\ub974\uac8c", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" vulnerabilities", " quickly", " rapidamente", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidement", " \ube60\ub974\uac8c", " swiftly"], [" quickly", " rapidamente", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly", "quickly", " rapidement", " rapidly"], [" quickly", " r\u00e1pidamente", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly", "quickly", " rapidement", " rapidly"], [" quickly", " r\u00e1pidamente", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly", " rapidly", "quickly", " rapidement"], [" quickly", " rapidamente", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly", " rapidly", "quickly", " instantly"], [" quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidamente", " r\u00e1pidamente", " rapidly", " swiftly", "quickly", " rapidement"], [" quickly", " rapidamente", " r\u00e1pidamente", " swiftly", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidly", " instantly", "quickly"], [" quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidamente", " instantly", " swiftly", " r\u00e1pidamente", " rapidly", " instantaneously"], [" quickly", " instantly", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidly", " swiftly", " rapidamente", " r\u00e1pidamente", " instantaneously"], [" quickly", " instantly", " rapidly", " instantaneously", " swiftly", " immediately", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidamente"], [" quickly", " instantly", " rapidly", " immediately", " swiftly", " instantaneously", " r\u00e1pidamente", " rapidamente"], [" quickly", " instantly", " immediately", " rapidly", " instantaneously", " swiftly", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" quickly", " instantly", " immediately", " rapidly", " or", " instantaneously", " swiftly", " easily"], [" quickly", " immediately", " rapidly", " or", " instantly", " and", " *", " swiftly"], [".", " *", " or", " quickly", " immediately", " and", ",", " instantly"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6199, 0.376, 0.0025, 0.0015, 0.0, 0.0, 0.0, 0.0], [0.4867, 0.4867, 0.0242, 0.002, 0.0003, 0.0001, 0.0, 0.0], [0.5461, 0.3312, 0.1218, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.8436, 0.1142, 0.042, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.4679, 0.4679, 0.0633, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.9978, 0.0015, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9682, 0.0292, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8693, 0.1176, 0.0124, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8518, 0.148, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8509, 0.1479, 0.001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5617, 0.4374, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9039, 0.0953, 0.0003, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.8511, 0.1479, 0.0005, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9624, 0.0373, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9928, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9426, 0.0469, 0.0064, 0.0039, 0.0002, 0.0001, 0.0, 0.0], [0.952, 0.0474, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7307, 0.2688, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0019, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0025, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9351, 0.0598, 0.003, 0.0018, 0.0002, 0.0001, 0.0, 0.0], [0.812, 0.1411, 0.0245, 0.0191, 0.0016, 0.0007, 0.0005, 0.0001], [0.5359, 0.1535, 0.0931, 0.0931, 0.0931, 0.0162, 0.0053, 0.0015], [0.4556, 0.1676, 0.1479, 0.0699, 0.0374, 0.0291, 0.0257, 0.0257]], "ranks": {"Rust": [141173, 121143, 145437, 118837, 123956, 155286, 90714, 95602, 54195, 31679, 35520, 18652, 16702, 13930, 13363, 14420, 12396, 8432, 9061, 14873, 14464, 9608, 10448, 13231, 12150, 35225, 54001, 52460, 36633, 50328, 66153, 60031, 47384, 34278, 32653, 31224, 43617, 36567, 33670, 30675, 30442, 28561, 23205, 21720, 19039, 7926, 6213]}}, {"pos": 522, "top": [[" *", " *\"", " .*", " *$", " *,", " (*", " *.", " *\\"], [" *", " *\"", " .*", " *\\", " *$", " *,", " [*", " (*"], [" *", " *\"", " [*", " *\\", " .*", " (*", " *$", " *("], [" *", " [*", " *\"", " *\\", " .*", " (*", " *$", " *)"], [" *", " (*", " *\"", " *\\", " [*", " *(", " .*", " *$"], [" *", " [*", " *\\", " *\"", " (*", " .*", " *(", " *$"], [" *", " [*", " (*", " *\"", " *\\", ",*", " *(", " .*"], [" *", " [*", "</em>", " (*", " *)", " *\"", " */", " *\\"], [" *", " [*", " (*", ",*", "*", " *\"", ".*", "-*"], [" *", "</em>", " (*", " */", " *\"", " [*", "*", ",*"], [" *", "</em>", " (*", " */", " [*", "*", " *\"", "\"*"], ["</em>", " *", " */", "*", " (*", " *\"", "\"*", " [*"], ["</em>", " *", " (*", "*", " */", "\"*", " *\"", ",*"], ["</em>", " *", "*", " (*", ",*", "\"*", " */", " *\""], ["</em>", " *", " (*", "*", ",*", "\"*", " *\"", "*,"], ["</em>", " *", "*", " (*", ",*", "*.", "\"*", "*,"], ["</em>", " *", " (*", "*", ",*", "*.", "*,", "*)"], ["</em>", " *", " (*", " */", "*", "*.", "\"*", "*,"], ["</em>", " *", " (*", "*.", " *\"", "*,", "*", ",*"], ["</em>", " *", " (*", "*\"", "*.", " *\"", "*,", "\"*"], ["</em>", " *", "*\"", "*.", "\"*", " (*", " *\"", "*:"], ["</em>", "()*", "*\"", "*:", " insanely", "*.", "\"*", ",*"], ["</em>", "*.", "(!)", "*:", "*\"", "()*", "*)", "\"*"], ["</em>", ");*/", " insanely", ";*/", " unglaublich", " ridiculously", " shockingly", " incredibly"], ["</em>", ");*/", " schneller", ";*/", "</i>", " schnell", " vulnerabilities", " rychle"], [" unglaublich", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " extr\u00eamement", " insanely", "\u7d76\u5bfe\u306b", " estremamente", " incroy", " extremadamente"], [" extr\u00eamement", "\u7d76\u5bfe\u306b", " estremamente", " \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442", " unglaublich", " \u043a\u0440\u0430\u0439\u043d\u0435", " insanely", " \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e"], [" r\u00e1pidamente", "quickly", "\u3059\u3050\u306b", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " \ube60\ub974\uac8c", " extr\u00eamement", "\u7acb\u523b"], ["quickly", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", "\u3059\u3050\u306b", " rapidamente", " quickly", "\u8fc5\u901f", " rychle"], ["quickly", " r\u00e1pidamente", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " quickly", "\u3059\u3050\u306b", " \ube60\ub974\uac8c", " rychle"], ["quickly", " r\u00e1pidamente", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " quickly", "\u3059\u3050\u306b", " rapidement", " schnell"], ["quickly", " r\u00e1pidamente", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " quickly", "immediately", " rychle", " schnell"], ["quickly", " rapidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " r\u00e1pidamente", " quickly", " rapidement", " rychle", "immediately"], ["quickly", " quickly", " rapidamente", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", "immediately", " swiftly", " rapidement"], ["quickly", " quickly", " rapidamente", " r\u00e1pidamente", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly", " rapidement", " rapidly"], ["quickly", " quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " r\u00e1pidamente", " rapidamente", " swiftly", " rapidly", " rapidement"], ["quickly", " quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidamente", " r\u00e1pidamente", " swiftly", " rapidly", "immediately"], [" \u0431\u044b\u0441\u0442\u0440\u043e", "quickly", " quickly", " rapidamente", " r\u00e1pidamente", " rapidly", " \u0448\u0432\u0438\u0434\u043a\u043e", " swiftly"], ["quickly", " quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " r\u00e1pidamente", " rapidamente", " swiftly", " rapidly", " instantly"], [" quickly", "quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " r\u00e1pidamente", " rapidamente", " swiftly", " rapidly", " instantly"], [" quickly", "quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " swiftly", " r\u00e1pidamente", " rapidamente", " rapidly", " fast"], [" quickly", "quickly", " \u0431\u044b\u0441\u0442\u0440\u043e", " rapidly", " swiftly", " instantly", " r\u00e1pidamente", " rapidamente"], [" quickly", "quickly", " rapidly", " \u0431\u044b\u0441\u0442\u0440\u043e", " instantly", " swiftly", "immediately", " r\u00e1pidamente"], [" quickly", "quickly", " instantly", " rapidly", "immediately", " immediately", " swiftly", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" quickly", "quickly", " instantly", "immediately", " rapidly", " immediately", "fast", " fast"], [" quickly", "immediately", "quickly", " rapidly", " instantly", " immediately", "rapid", "fast"], ["immediately", "quickly", "fast", "inst", "rapid", "very", "extremely", " quickly"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0009, 0.0006, 0.0004, 0.0003, 0.0001, 0.0001, 0.0001], [0.8737, 0.0264, 0.016, 0.016, 0.0125, 0.011, 0.0059, 0.0052], [0.9381, 0.0172, 0.0092, 0.0063, 0.0063, 0.0056, 0.0023, 0.0021], [0.9763, 0.0066, 0.0058, 0.0031, 0.0021, 0.0019, 0.0007, 0.0004], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3341, 0.1788, 0.0845, 0.0581, 0.0399, 0.0399, 0.0274, 0.0166], [0.5108, 0.114, 0.061, 0.0475, 0.0327, 0.0288, 0.0198, 0.0198], [0.6, 0.2207, 0.0632, 0.0384, 0.0233, 0.0141, 0.0086, 0.004], [0.8286, 0.0873, 0.0321, 0.0195, 0.0195, 0.0056, 0.0021, 0.001], [0.7846, 0.1363, 0.0391, 0.0237, 0.0087, 0.0032, 0.0009, 0.0009], [0.6472, 0.2381, 0.0876, 0.0119, 0.0056, 0.0034, 0.0016, 0.0016], [0.9061, 0.0451, 0.0213, 0.0166, 0.0078, 0.0006, 0.0005, 0.0005], [0.9655, 0.0138, 0.0084, 0.0084, 0.0031, 0.0003, 0.0001, 0.0001], [0.9523, 0.0474, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9192, 0.0754, 0.0023, 0.0023, 0.0008, 0.0, 0.0, 0.0], [0.5983, 0.3629, 0.0298, 0.0066, 0.0024, 0.0, 0.0, 0.0], [0.991, 0.0041, 0.0041, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.7271, 0.2675, 0.0049, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.6651, 0.2447, 0.09, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.5921, 0.3591, 0.0486, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8988, 0.0738, 0.0271, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.8162, 0.1821, 0.0012, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.8158, 0.182, 0.001, 0.0005, 0.0005, 0.0002, 0.0, 0.0], [0.9011, 0.074, 0.0165, 0.0061, 0.0011, 0.0005, 0.0004, 0.0002], [0.7168, 0.16, 0.0756, 0.0278, 0.0102, 0.008, 0.0005, 0.0005], [0.3331, 0.2939, 0.1388, 0.0656, 0.0579, 0.0579, 0.0213, 0.0213], [0.7638, 0.1704, 0.038, 0.0123, 0.0096, 0.0019, 0.0011, 0.0008]], "ranks": {"Rust": [155197, 150750, 174333, 192216, 190928, 192624, 153518, 164866, 132456, 106165, 135127, 67259, 66718, 37094, 47902, 51656, 55689, 45804, 33395, 47658, 59426, 69881, 82139, 74801, 75097, 95861, 95701, 68451, 45033, 50261, 42627, 28650, 29610, 21478, 14605, 19150, 18003, 18483, 10406, 9547, 13785, 10767, 4393, 4028, 4949, 4107, 2215]}}, {"pos": 523, "top": [["\u2014\u2014\u2014\u2014", "\u2014\u2014", "\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026..", "\u2014\u2014\u2014", "\u2026\u2026\u2026\u2026."], ["\u2014\u2014\u2014\u2014", "\u2014\u2014", "\u2026\u2026\u2026..", "\u2026\u2026..", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2014\u2014\u2014", "\u2026\u2026\u2026\u2026."], ["\u2014\u2014\u2014\u2014", "\u2026\u2026\u2026..", "\u2026\u2026..", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026.", "\u2026\u2026\u2026."], ["\u2014\u2014\u2014\u2014", "\u2026\u2026\u2026..", "\u2014\u2014\u2014", "\u2014\u2014", "\u2026\u2026..", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2014-"], ["\u2014\u2014\u2014\u2014", "\u2026\u2026\u2026..", "\u2026\u2026..", "\u2014\u2014", "\u2014\u2014\u2014", "\u2026\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026"], ["\u2014\u2014\u2014\u2014", "\u2014\u2014", "\u2014\u2014\u2014", "\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026\u2026\u2026", "\u2026\u2026\u2026", "\u2026\u2026\u2026\u2026.."], ["\u2014\u2014\u2014\u2014", ";\\", "\u2026\u2026..", "\u2014\u2014", ",\\", "\u2014\u2014\u2014", ",[", "\u2026\u2026\u2026\u2026"], ["\u2014\u2014\u2014\u2014", ";\\", ",\\", "\u2014\u2014", "\u2014-", "\u2014\u2014\u2014", "\u2026\u2026..", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014"], ["\u2014\u2014\u2014\u2014", "</em>", "\u2014\u2014", "\u2014\u2014\u2014", "\u2014-", "\u2026\u2026..", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", ";\\"], ["</em>", "</h2>", "\u2014\u2014\u2014\u2014", "</h5>", "\u2014\u2014", ";*/", "!!\u201d", ";}"], ["</em>", "</h2>", "\u2014\u2014\u2014\u2014", "</h5>", "\u2014\u2014", ";*/", "*/", ";}"], ["</em>", "</h2>", "</h5>", "*/", "</h4>", "!}", "\u2014\u2014", "!\u201d"], ["</em>", "</h2>", "</h5>", "*/", "</code>", "!\u201d", "\u2014\u2014", "!}"], ["</em>", "</h2>", "!\u201d", "!}", "!\");", "!!\"", "!\u00bb", "!!"], ["</em>", "</h2>", "!}", "!\u201d", "!", "!!", "!!\"", "!\");"], ["</em>", "</h2>", "!\u201d", "!", "!}", "!\"", "!)", "!\");"], ["</em>", "!\u201d", "!)", "!", "!!", "!\");", "!\"", "!}"], ["</em>", "</h2>", "!\u201d", "!\");", "</code>", "!", "!\"", "!}"], ["</em>", "</h2>", "!\u201d", "!", "!\");", "!\"", "!\";", "!!\""], ["</em>", "!\"", "!\";", "</code>", "!\");", "</h2>", "!\")", "!\u201d"], ["</em>", "!\";", "!\"", "!\")", "!\");", "!\".", "!]", "!!\""], ["(!)", "!\";", " (!)", "!)", "!\"", "!\");", "!\")", "!\u201d"], ["!\".", "!\";", "!).", "(!)", "!\"", " (!)", "!\")", "!\");"], ["!).", "(!)", "!\";", "!\".", "!)", "!\");", "!\"));", " leveraging"], [".\").", ".\";", ".\")", ".\"", " leveraging", "!).", "!\".", ".`);"], [".\";", " leveraging", "!).", "!\".", ".\").", ".\")", " vulnerabilities", "!\";"], [" leveraging", ".\";", "**.", ".**", ".\"", ".\u201d", "*.", ";."], [".\",", "+.", "*.", ".).", ".\"", ").", "**.", ".\u201d"], [".\"", "`.", ".`", "+.", ".\u201d", ".", "\u2122.", "**."], ["\u2122.", "**.", ".", "`.", "*.", "\u200c.", "+.", "++."], ["\u2122.", "`.", "**.", "++.", "*.", "+.", "\u200c.", ")."], ["**.", "*.", "\u2122.", "`.", "+.", "\u200c.", "++.", "."], ["**.", "*.", "`.", "\u2122.", ".\",", ".**", "}.", "\u200c."], ["**.", "*.", "`.", ".\",", ".**", "\".", "\u2122.", "}."], ["**.", "*.", ".\",", "`.", "}.", ").", "\".", "\u2122."], ["*.", "**.", ".\",", "`.", "\u2122.", ").", "\".", ".**"], ["*.", "**.", "\u2122.", ".**", ".", ".\",", "\u200b.", " upon"], ["*.", "**.", ").", "}.", "`.", "\".", "\u2122.", "."], ["*.", "**.", ").", ".", "`.", "}.", "\".", "\u201d."], ["*.", ".", "**.", ").", "\".", "}.", "`.", "\u201d."], [".", "*.", ").", "\".", "**.", "\u201d.", "}.", "`."], ["\".", "\u201d.", "`.", "*.", "\u2019.", ").", "'.", "."], ["*.", ".", "\".", "`.", "\u201d.", ").", "**.", "}."], ["*.", ".", "**.", "\".", "\u201d.", "`.", " .", ")."], ["*.", "*,", "*", ".*", ",*", "*;", " *.", "*:"], ["*.", "*,", "*", ".*", ",*", "*;", " *.", " *"], ["*.", "*", "*,", ".*", ",*", "*;", " *.", " *"]], "p": [[0.9746, 0.0139, 0.0031, 0.0031, 0.0024, 0.0019, 0.0004, 0.0003], [0.9847, 0.0085, 0.0024, 0.0019, 0.0007, 0.0007, 0.0005, 0.0002], [0.9261, 0.0461, 0.0132, 0.0062, 0.0038, 0.0011, 0.0011, 0.0008], [0.9957, 0.0012, 0.0012, 0.0006, 0.0006, 0.0003, 0.0002, 0.0002], [0.996, 0.0015, 0.0009, 0.0004, 0.0004, 0.0003, 0.0003, 0.0001], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.622, 0.3772, 0.0002, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9905, 0.004, 0.0019, 0.0015, 0.0004, 0.0002, 0.0002, 0.0002], [0.9942, 0.0052, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0015, 0.0006, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.9998, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7987, 0.0842, 0.0398, 0.0188, 0.0188, 0.0146, 0.0114, 0.0042], [0.4345, 0.2052, 0.0969, 0.0588, 0.0588, 0.0278, 0.0216, 0.0216], [0.2948, 0.2296, 0.1788, 0.1788, 0.0512, 0.0188, 0.0147, 0.0114], [0.9611, 0.0176, 0.0137, 0.0065, 0.0003, 0.0003, 0.0002, 0.0002], [0.4669, 0.2832, 0.1338, 0.0383, 0.0232, 0.011, 0.0086, 0.0067], [0.8485, 0.0696, 0.0542, 0.0094, 0.0073, 0.0035, 0.0027, 0.0016], [0.3564, 0.2776, 0.2776, 0.0293, 0.0228, 0.0177, 0.0084, 0.0015], [0.2426, 0.1472, 0.1146, 0.0893, 0.0893, 0.0893, 0.0541, 0.0422], [0.7823, 0.1059, 0.0389, 0.0389, 0.0143, 0.0053, 0.0053, 0.0019], [0.8564, 0.1159, 0.0095, 0.0095, 0.0058, 0.0013, 0.0008, 0.0003], [0.6112, 0.2248, 0.1364, 0.0112, 0.0112, 0.0041, 0.0006, 0.0003], [0.8994, 0.0738, 0.0165, 0.01, 0.0002, 0.0, 0.0, 0.0], [0.9698, 0.0293, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6163, 0.3738, 0.0068, 0.0025, 0.0002, 0.0001, 0.0001, 0.0001], [0.7002, 0.2576, 0.0349, 0.0029, 0.0017, 0.0008, 0.0008, 0.0004], [0.7304, 0.2687, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.7302, 0.2686, 0.0004, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001], [0.6767, 0.3197, 0.0028, 0.0002, 0.0002, 0.0002, 0.0001, 0.0], [0.7012, 0.258, 0.0165, 0.0128, 0.0037, 0.0029, 0.0029, 0.0005], [0.5353, 0.1969, 0.1969, 0.0439, 0.0098, 0.0076, 0.0036, 0.0013], [0.8279, 0.0529, 0.0529, 0.0195, 0.0118, 0.0118, 0.0063, 0.0056], [0.4553, 0.2151, 0.1304, 0.048, 0.0374, 0.0291, 0.0291, 0.0177], [0.3647, 0.2506, 0.1045, 0.0922, 0.0494, 0.0384, 0.0339, 0.0206], [0.9337, 0.0465, 0.0092, 0.0056, 0.0011, 0.001, 0.0008, 0.0004], [0.9817, 0.018, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8859, 0.0727, 0.0389, 0.0019, 0.0003, 0.0001, 0.0, 0.0], [0.9192, 0.0666, 0.0116, 0.0026, 0.0001, 0.0, 0.0, 0.0]], "ranks": {"Rust": [12414, 11171, 18971, 25890, 30695, 45284, 36963, 53400, 43370, 50499, 55095, 21267, 21458, 15663, 16244, 12737, 9317, 9378, 7562, 9258, 10854, 9176, 13073, 14493, 15413, 31126, 37709, 26585, 13768, 18458, 17206, 13523, 13384, 6931, 8673, 5813, 7029, 6701, 7441, 8613, 7100, 4224, 3284, 3247, 1883, 3209, 4992]}}, {"pos": 524, "top": [["*.", " *.", "*:", "*,", "*;", "*\",", " [*", "*-"], ["*.", " *.", "*:", "*;", "*,", "*\",", " [*", "*-"], ["*.", " *.", " [*", "*;", "*:", "*[", "*,", "*\","], [" *.", "*.", " [*", " (*", "*:", " {.", "*;", "[*"], [" *.", " [*", "*.", " (*", " {.", " *\"", " *-", " \"*"], [" *.", " [*", " (*", "*.", " \"*", " *-", " *(", " *\""], ["*.", " *.", " (*", " [*", "*,", "*:", "*;", " \"*"], ["*.", " *.", " (*", "*,", " [*", "*:", " \"*", "*;"], ["*.", " *.", "*,", " (*", "*:", " [*", "*;", " \"*"], ["*.", " *.", " (*", "*,", " [*", "*:", " \"*", " *\""], ["*.", " *.", "*,", " (*", "*:", " [*", "*;", " \"*"], ["*.", "*,", " *.", " (*", "*:", "*", "*;", " *"], ["*.", "*,", " *.", " (*", "!\".", "*:", "*", " *"], ["*.", "*,", " *.", "*:", " (*", "*", "!\".", "!."], ["*.", "*,", " *.", "!\".", "*:", " (*", "*", "!."], ["*.", "*,", "!\".", " *.", "*:", "!", "!.", "*"], ["*.", "!.", "*,", "!\".", " *.", "!", " (*", "*"], ["*.", " (*", "*,", " *.", " *", "*:", "!.", " *\""], ["*.", "!\".", " *.", "!.", "*,", " *\"", " *", " (*"], ["*.", "!\".", "!.", "*,", "*:", " (!)", "!", " *\""], ["*.", "!\".", "!.", "*:", "*,", "!", " *\"", "**."], ["*.", "*:", "!\".", "*,", "!.", " (!)", "(!)", "(!"], ["*.", " (!)", "!\".", " proactively", "!.", "*:", " crucially", " (!"], [" prioritization", " leveraging", " proactively", " prioritizing", " prioritized", " skillset", " vulnerabilities", " crucially"], [" prioritization", " leveraging", " proactively", " crucially", " vulnerabilities", " prioritizing", " impactful", " prioritized"], [" prioritization", " vulnerabilities", " leveraging", " prioritizing", " proactively", " scalability", " skillset", " crucially"], [" vulnerabilities", " prioritization", " scalability", " inefficiencies", " necessitates", " Additionally", " instabilities", " exacerbated"], [" vulnerabilities", " prioritization", " scalability", " workflows", " inefficiencies", " prioritizing", " complexities", " exacerbated"], [" vulnerabilities", " scalability", " inefficiencies", " prioritization", " complexities", " complexity", " instabilities", " Integrating"], [" scalability", " vulnerabilities", " Integrating", " inefficiencies", " workflows", " interfacing", " prioritization", " complexity"], [" scalability", " vulnerabilities", " Integrating", " integrating", " inefficiencies", " interfacing", " automating", " workflows"], [" scalability", " vulnerabilities", " Integrating", " workflows", " interfacing", " debugging", " compatibility", " integrating"], [" scalability", " debugging", " interfacing", " Integrating", " vulnerabilities", " integrating", " workflows", " compatibility"], [" integrating", " interfacing", " Integrating", " scalability", " debugging", " integration", " Ensuring", " vulnerabilities"], [" Integrating", " integrating", " Combining", " interfacing", " scalability", " Ensuring", " Maintaining", " integration"], [" Integrating", " Ensuring", " integrating", " Combining", " debugging", " interfacing", " Maintaining", " scalability"], [" Integrating", " debugging", " integrating", " Ensuring", " interfacing", " Maintaining", " vulnerabilities", " Integration"], [" Integrating", " debugging", " Ensuring", " integrating", " Maintaining", " Combining", " interfacing", " Integration"], [" Integrating", " debugging", " Ensuring", " integrating", " Integration", " integration", " Combining", " Maintaining"], [" Integrating", " integrating", " debugging", " Ensuring", " integration", " Integration", " Maintaining", " Combining"], [" Integrating", " integrating", " Ensuring", " Integration", " debugging", " Maintaining", " Combining", " integration"], [" Integrating", " debugging", " Ensuring", " integrating", " Maintaining", " Integration", " integration", " Combining"], [" Integrating", " Ensuring", " debugging", " Maintaining", " integrating", " Integration", " Combining", " Debug"], [" Ensuring", " Integrating", " debugging", " Maintaining", " integrating", " Combining", " ensuring", " Integration"], [" Integrating", " Ensuring", " debugging", " Rust", " Integration", " integrating", " Maintaining", " Debug"], [" Rust", "\n", " Integrating", " Integration", " Ensuring", " Sand", " integrating", " Debug"], [" Integrating", " The", " Integration", " Ensuring", "\n", "  ", " This", " Rust"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8834, 0.0725, 0.044, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9818, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.998, 0.0006, 0.0006, 0.0004, 0.0002, 0.0001, 0.0001, 0.0], [0.9986, 0.0004, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8814, 0.0723, 0.0126, 0.0076, 0.0076, 0.0076, 0.0059, 0.0017], [0.9191, 0.0458, 0.0278, 0.0062, 0.0008, 0.0002, 0.0001, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6103, 0.3701, 0.0184, 0.0009, 0.0002, 0.0, 0.0, 0.0], [0.9218, 0.0757, 0.0023, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9191, 0.0754, 0.0038, 0.0008, 0.0005, 0.0003, 0.0, 0.0], [0.7811, 0.1057, 0.1057, 0.0053, 0.0019, 0.0003, 0.0, 0.0], [0.9746, 0.0179, 0.0066, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.8278, 0.112, 0.0412, 0.0092, 0.0056, 0.0034, 0.0005, 0.0003], [0.8128, 0.1814, 0.0033, 0.002, 0.0002, 0.0002, 0.0001, 0.0], [0.9695, 0.0178, 0.0108, 0.0015, 0.0002, 0.0002, 0.0, 0.0], [0.9862, 0.0052, 0.004, 0.0031, 0.0007, 0.0003, 0.0002, 0.0001], [0.9732, 0.0229, 0.0024, 0.0007, 0.0004, 0.0003, 0.0, 0.0], [0.9744, 0.0229, 0.0015, 0.0005, 0.0003, 0.0002, 0.0001, 0.0001], [0.771, 0.1043, 0.0813, 0.0233, 0.011, 0.0052, 0.0007, 0.0007], [0.5602, 0.2061, 0.125, 0.0358, 0.0279, 0.0169, 0.0103, 0.0048], [0.5331, 0.3233, 0.0438, 0.0301, 0.0207, 0.0161, 0.0052, 0.0041], [0.4358, 0.1817, 0.0668, 0.0459, 0.0459, 0.0316, 0.0246, 0.0246], [0.2324, 0.1409, 0.0855, 0.0518, 0.0356, 0.0278, 0.0191, 0.0191], [0.168, 0.1483, 0.1155, 0.0899, 0.0481, 0.0425, 0.0331, 0.0227]], "ranks": {"Rust": [173273, 158013, 157552, 177983, 172686, 202287, 91114, 81662, 46382, 30825, 24090, 7139, 8234, 6660, 5011, 6795, 4647, 6299, 7832, 11044, 15952, 25804, 33334, 40465, 44490, 40611, 35879, 23631, 12753, 6121, 5674, 3552, 2642, 1700, 1500, 627, 473, 490, 258, 290, 381, 25, 11, 19, 4, 1, 8]}}, {"pos": 525, "top": [["\u0d4d\u200d", "oretical", "theless", "ir", "\ud835\udc90", "aditional", "indest", "letzt"], ["\u0d4d\u200d", "theless", "\ud835\udc90", "compan", "ialmente", "\ud835\udc93", "aditional", "\ud835\udc86"], ["\u0d4d\u200d", "\ud835\udc90", "\u03bf", "\ud835\udc86", "aditional", "effetto", "investissement", "ocom"], ["\u0d4d\u200d", "\ud835\udc90", "\ud835\udc86", "effetto", "\ud835\udc93", "\u03bf", "aditional", "investissement"], ["\u0d4d\u200d", "\ud835\udc90", "ing", "\ud835\udc86", "effetto", "ic", "theless", "aditional"], ["ing", " \u00a8", " \uff65", "\u05ea", "\u0d4d\u200d", "\ud835\udc90", "ic", "theless"], ["ing", "<i>", "<sup>", "\u0d4d\u200d", "\u05ea", "ic", "en", "\uff64"], ["ing", "<i>", "\u05ea", "\u0d4d\u200d", "ic", "ity", "\uff64", "en"], ["<i>", "ing", "<sup>", "\u05ea", "\u060c", "  ", "\u0d4d\u200d", "ity"], ["  ", "<i>", "ing", "\u2062", "<sup>", "\u2064", "\u05ea", "\u200b"], ["\u2062", "<sup>", " (`", " \u2013", "\u2064", " `", "<i>", "ing"], [",", "<sup>", " \u2013", "!", "\u060c", ";", "ity", "ing"], [",", "!", "<sup>", ";", ",\"", " \u2013", "\u060c", " \""], [",", "!", ",\"", ";", "<sup>", "!\"", ".\"", " \u2013"], [",", "!", ";", ",\"", ".\"", "<sup>", "!\"", "."], [",", "!", "<sup>", ",\"", ".\"", "!\"", ";", ",["], ["!\"", "!", "!\".", "!\";", ".\"", " \u2013", ",\"", ";"], ["!\"", "\u2026\"", ".\"", "...\"", "!\".", "!\";", "!", "\";"], ["\n\n\n\n", "!\"", "\u2026\"", "!", ".\"", " Leveraging", "!\".", "*\""], [" Leveraging", " leveraging", " reimag", "\u2026\"", " cybersecurity", "Complexity", " prototyping", " incentivize"], ["!\".", "!\"", "*.", " Leveraging", "**.", "!\";", "!", "\u2026\""], [" leveraging", " cybersecurity", "!\".", " vulnerabilities", " prototyping", " incentivize", " workaround", " incentiv"], [" cybersecurity", " Cybersecurity", " vulnerabilities", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", "Safety", "\u98a8\u96aa", "Security", " prototyping"], [" cybersecurity", " vulnerabilities", " leveraging", " Cybersecurity", " workflows", " prototyping", " skillset", " Leveraging"], [" Cybersecurity", " cybersecurity", " leveraging", " vulnerabilities", " prototyping", " Leveraging", " workflows", " prioritization"], [" Cybersecurity", " vulnerabilities", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", "\u98a8\u96aa", " cybersecurity", " Troubleshooting", " Leveraging", " funcionalidades"], [" Cybersecurity", " vulnerabilities", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " cybersecurity", " Kedua", "\u1263\u12f5", "ulnerability", " robustness"], [" Cybersecurity", " vulnerabilities", " cybersecurity", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", "\u8106\u5f31", " Seguran\u00e7a", " Encryption", " vulnerability"], [" Cybersecurity", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " vulnerabilities", " cybersecurity", "\u8106\u5f31", "\u041e\u0447\u0435\u043d\u044c", " Kedua", "RFID"], [" cybersecurity", " Cybersecurity", " vulnerabilities", " scalability", " middleware", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " Thirdly", " IoT"], [" cybersecurity", " Cybersecurity", " Thirdly", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " vulnerabilities", " middleware", " malware", " Encryption"], [" Cybersecurity", " cybersecurity", " Thirdly", " vulnerabilities", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " middleware", " Encryption", " scalability"], [" cybersecurity", " Cybersecurity", " middleware", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " vulnerabilities", " Thirdly", " funcionalidades", " scalability"], ["\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", " Cybersecurity", " cybersecurity", "Secondly", "Security", " middleware", " Encryption", " vulnerabilities"], [" Cybersecurity", " cybersecurity", " Thirdly", " Encryption", " funcionalidades", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3", "Secondly", " scalability"], [" Plugins", " plugins", " Plugin", " plugin", "Plugins", "Plugin", "\u63d2\u4ef6", " scripting"], [" plugins", " Plugins", "Plugins", " plugin", " Plugin", "\u63d2\u4ef6", "Plugin", "plugins"], [" plugins", " Plugins", "Plugins", " Plugin", " plugin", "\u63d2\u4ef6", "plugins", "Plugin"], [" plugins", " Plugins", " Plugin", " plugin", "Plugins", "\u63d2\u4ef6", "Plugin", "plugins"], [" plugins", " Plugins", "Plugins", " plugin", " Plugin", "plugins", "\u63d2\u4ef6", "Plugin"], [" plugins", " Plugins", " plugin", " Plugin", "Plugins", "plugins", "\u63d2\u4ef6", "Plugin"], [" plugin", " Plugin", " plugins", " Plugins", "Plugin", "\u63d2\u4ef6", "plugin", "Plugins"], [" plugin", " plugins", " mobile", " Plugin", " Plugins", " Mobile", "Mobile", " \u043c\u043e\u0431\u0438"], [" plugin", " plugins", " Plugin", " Plugins", "Plugin", " plug", "plugin", "\u63d2\u4ef6"], [" plugin", " plugins", " Plugin", " Plugins", " plug", "Plugin", "plugin", "Plugins"], ["3", "    ", " ", " mobile", "   ", " plugin", " Mobile", " plugins"], ["3", "    ", "   ", "     ", "  ", "*", " third", "      "]], "p": [[0.783, 0.0442, 0.0184, 0.0143, 0.0112, 0.0087, 0.0053, 0.0053], [0.5073, 0.0472, 0.0223, 0.0119, 0.0119, 0.0105, 0.0105, 0.0093], [0.2253, 0.0939, 0.0238, 0.0223, 0.021, 0.021, 0.0197, 0.0105], [0.2745, 0.0891, 0.0212, 0.0199, 0.0128, 0.0128, 0.0128, 0.0113], [0.2125, 0.0886, 0.0537, 0.0254, 0.0224, 0.0224, 0.0198, 0.0174], [0.4019, 0.1899, 0.1016, 0.0544, 0.0257, 0.0156, 0.0138, 0.0107], [0.3936, 0.3065, 0.1859, 0.0878, 0.0196, 0.003, 0.0016, 0.0005], [0.5751, 0.3488, 0.0472, 0.0223, 0.0018, 0.0011, 0.0007, 0.0004], [0.9541, 0.0224, 0.0136, 0.003, 0.0024, 0.0024, 0.0011, 0.0004], [0.9165, 0.0752, 0.0037, 0.0029, 0.0011, 0.0003, 0.0, 0.0], [0.3376, 0.3376, 0.1594, 0.0753, 0.0587, 0.0277, 0.0018, 0.0007], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9954, 0.0041, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9764, 0.0139, 0.004, 0.0015, 0.0015, 0.0015, 0.0011, 0.0], [0.9853, 0.0141, 0.0004, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.5402, 0.3276, 0.0731, 0.0269, 0.0127, 0.0077, 0.006, 0.0013], [0.6851, 0.1529, 0.119, 0.0161, 0.0076, 0.0059, 0.0036, 0.0028], [0.8734, 0.1182, 0.0059, 0.0022, 0.0002, 0.0, 0.0, 0.0], [0.9734, 0.0108, 0.0066, 0.0066, 0.0011, 0.0007, 0.0002, 0.0002], [0.7896, 0.1372, 0.0306, 0.0238, 0.0088, 0.0025, 0.0025, 0.0025], [0.9778, 0.0109, 0.0085, 0.0024, 0.0003, 0.0002, 0.0, 0.0], [0.3646, 0.3646, 0.2212, 0.0493, 0.0001, 0.0, 0.0, 0.0], [0.4831, 0.4831, 0.0187, 0.0146, 0.0002, 0.0001, 0.0001, 0.0], [0.4299, 0.2301, 0.1232, 0.0847, 0.0353, 0.0048, 0.0037, 0.0037], [0.5759, 0.2401, 0.0607, 0.0153, 0.0105, 0.0093, 0.0093, 0.0056], [0.9045, 0.0655, 0.0166, 0.0078, 0.0011, 0.0006, 0.0005, 0.0005], [0.477, 0.1988, 0.1367, 0.0939, 0.0444, 0.0077, 0.0036, 0.0019], [0.5302, 0.413, 0.0339, 0.0097, 0.0036, 0.0036, 0.0017, 0.0017], [0.5562, 0.4331, 0.0048, 0.0029, 0.0008, 0.0005, 0.0003, 0.0002], [0.512, 0.3987, 0.042, 0.0199, 0.0136, 0.0027, 0.0016, 0.0016], [0.2347, 0.2347, 0.1423, 0.1109, 0.0863, 0.0762, 0.0408, 0.015], [0.8481, 0.0256, 0.0256, 0.0199, 0.0199, 0.0155, 0.0094, 0.0094], [0.3612, 0.1706, 0.1329, 0.1035, 0.1035, 0.0806, 0.014, 0.0085], [0.4993, 0.4993, 0.0012, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6169, 0.3741, 0.0069, 0.0015, 0.0006, 0.0, 0.0, 0.0], [0.8489, 0.1475, 0.0013, 0.0013, 0.001, 0.0, 0.0, 0.0], [0.9134, 0.075, 0.0079, 0.0029, 0.0006, 0.0001, 0.0, 0.0], [0.6893, 0.1538, 0.1538, 0.0028, 0.0002, 0.0, 0.0, 0.0], [0.5603, 0.2646, 0.0974, 0.0358, 0.0217, 0.0103, 0.008, 0.0011], [0.6806, 0.1519, 0.1183, 0.0435, 0.0028, 0.0013, 0.0006, 0.0002], [0.7596, 0.132, 0.0624, 0.0378, 0.0051, 0.0015, 0.0005, 0.0002], [0.9992, 0.0004, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9857, 0.0075, 0.0066, 0.0001, 0.0001, 0.0, 0.0, 0.0]], "ranks": {"Rust": [91416, 69119, 101422, 118199, 131629, 172483, 93819, 94425, 83645, 60006, 64026, 8906, 6953, 7537, 6671, 9390, 8072, 18005, 16463, 8898, 10497, 28264, 10524, 29629, 35343, 33801, 48189, 30271, 13815, 15389, 3226, 3565, 3455, 1113, 844, 232, 234, 281, 68, 199, 471, 727, 630, 772, 1307, 4486, 19955]}}, {"pos": 526, "top": [["s", "\ufffd", " \ufffd", "</h3>", "\u2022", " \u2022", "\u03c2", "r"], ["s", "</h3>", "\ufffd", " \ufffd", "\u03c2", "r", "\u09c7\u09b0", "?..."], ["s", " \ufffd", "\ufffd", "</h3>", "\u03c2", "e", "\ud835\udc2c", "r"], ["s", " \ufffd", "</h3>", "\ufffd", "\u03c2", "\ud835\udc2c", " \u2022", "\u09c7\u09b0"], ["s", " \ufffd", " \u2022", "\ud835\udc2c", "\u03c2", "er", "\ufffd", "\u09c7\u09b0"], ["s", " \ufffd", " \u2022", "\ufffd", "\ud835\udc2c", "\u03c2", "er", "iens"], ["\ufffd", " \ufffd", "s", "\ufffd\ufffd\ufffd", "\ufffd", "\u2022", " \u2022", "er"], [" \ufffd", "\ufffd", "s", "\ufffd", "\ufffd\ufffd\ufffd", " \u2022", "\u2022", "iens"], ["\ufffd", " \ufffd", "\ufffd\ufffd\ufffd", "s", "\ufffd", "\u2022", " \u2022", "iens"], ["\ufffd", "\ufffd", "\u2022", "\ufffd\ufffd\ufffd", "s", " \ufffd", " \u2022", "e"], ["\ufffd", "\ufffd", " \ufffd", " \u0627\u0654", "\ufffd\ufffd\ufffd", "\u2022", "\u0627\u0648\u0654", " \u0627\u0653"], ["\ufffd\ufffd\ufffd", "\ufffd", "\ufffd", " coloured", "\u2022", " paralys", " utilise", " \u0627\u0653"], ["\ufffd", "\ufffd\ufffd\ufffd", " coloured", " utilise", "\ufffd", " specialised", " paralys", " realised"], ["\ufffd", "\ufffd\ufffd\ufffd", "\ufffd", "\",\"", "\u2022", " paralys", " realising", " specialised"], ["\ufffd\ufffd\ufffd", "\ufffd", "<h3>", "\",\"", " paralys", " utilise", "\u2022", " realised"], ["\ufffd", "\ufffd\ufffd\ufffd", "<h3>", "\",\"", "\n\n\n\n\n", " \ufffd", "...", " finalised"], ["\ufffd", "\ufffd\ufffd\ufffd", "<h3>", "\ufffd", " paralys", " realisation", " \ufffd", " initialise"], ["\ufffd\ufffd\ufffd", "\ufffd", "...", " ...", "<h3>", " The", ".", " \ufffd"], ["...", " ...", "\ufffd\ufffd\ufffd", "...\"", "\n\n\n\n\n", "<h3>", "\ufffd", "\""], ["\ufffd\ufffd\ufffd", "...", "\ufffd", " ...", "<h3>", "...\"", "\n\n\n\n\n", "\u00e2"], ["...", "\ufffd\ufffd\ufffd", "\ufffd", " Finally", " focussed", " finalised", " ...", " Challenges"], [" increasingly", " focussed", " prioritise", " destabil", " finalised", "\ufffd\ufffd\ufffd", " escalating", " crucially"], [" vulnerabilities", " eventually", " destabil", " finally", " vulnerability", " increasingly", " priorit", " ultimately"], [" vulnerabilities", " vulnerability", " prioritization", " destabil", " increasingly", " impactful", " priorit", " leveraging"], [" vulnerabilities", " vulnerability", " Consequences", " Leveraging", " leveraging", " impactful", " Focused", " exacerbated"], [" Complexity", " Consequences", " Troubleshooting", " Difficulty", " vulnerabilities", " Cybersecurity", " Leveraging", " Resilience"], [" vulnerabilities", " Consequences", " Failure", " Difficulty", " Complexity", " Cybersecurity", " inefficiencies", " Severity"], [" vulnerabilities", " scalability", " vulnerability", " robustness", " instabilities", " Failure", " inefficiencies", " Difficulty"], [" vulnerabilities", " Difficulty", " scalability", " Failure", " Complexity", " inefficiencies", " Fragmentation", " instabilities"], [" scalability", " Difficulty", " Complexity", " vulnerabilities", " inefficiencies", " Fragmentation", " inability", " Infrastructure"], [" scalability", " inefficiencies", " Complexity", " Difficulty", " instabilities", " vulnerabilities", " instability", " robustness"], [" scalability", " Complexity", " DevOps", " inefficiencies", " Difficulty", " Synchronization", " instabilities", " Workflow"], [" scalability", " Complexity", " DevOps", " Workflow", " bottlenecks", " Synchronization", " inefficiencies", " Scaling"], [" scalability", " Complexity", " DevOps", " complexity", " Workflow", " bottlenecks", " instabilities", " Ecosystem"], [" scalability", " Complexity", " DevOps", " Scaling", " Ecosystem", " bottlenecks", " complexity", " Stability"], [" scalability", " Complexity", " Synchronization", " Stability", " bottlenecks", " robustness", " DevOps", " Workflow"], [" scalability", " Complexity", " Synchronization", " Stability", " Fragmentation", " robustness", "Synchronization", " Ecosystem"], [" scalability", " Complexity", " Synchronization", " Stability", "Synchronization", " Fragmentation", " instability", " Connectivity"], [" scalability", " Complexity", " Synchronization", "Synchronization", " Stability", " concurrency", " synchronization", " Integration"], [" scalability", " Complexity", " Synchronization", " Stability", " concurrency", " Integration", " instability", " synchronization"], [" scalability", " Complexity", " concurrency", " Synchronization", " Stability", " Integration", " **", " Scaling"], [" scalability", " concurrency", " Synchronization", " Complexity", " asynchronous", " Async", " synchronization", " Integration"], [" scalability", " concurrency", " Synchronization", " Complexity", " Async", " asynchronous", " **", " Integration"], [" scalability", " asynchronous", " concurrency", " Async", "  ", " async", " Synchronization", " **"], [" **", "  ", " Async", "\t", " asynchronous", "   ", " async", " asynchronously"], [" **", "  ", "   ", "\t", "**", ".", "\ufffd", " "], [" **", ".", "  ", " &", ".**", "\t", "   ", " (**"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9399, 0.0601, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5986, 0.3631, 0.0383, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8168, 0.1822, 0.0006, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.9393, 0.0364, 0.0221, 0.0018, 0.0003, 0.0, 0.0, 0.0], [0.9036, 0.0742, 0.0213, 0.0008, 0.0001, 0.0001, 0.0, 0.0], [0.5538, 0.4313, 0.0101, 0.0029, 0.0018, 0.0001, 0.0, 0.0], [0.8568, 0.116, 0.0259, 0.0004, 0.0004, 0.0003, 0.0001, 0.0001], [0.6113, 0.3708, 0.0068, 0.0041, 0.0032, 0.0012, 0.0007, 0.0007], [0.4996, 0.4996, 0.0004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.5506, 0.4288, 0.0129, 0.0018, 0.0018, 0.0011, 0.0004, 0.0004], [0.8792, 0.119, 0.0017, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.848, 0.1474, 0.0021, 0.0016, 0.0001, 0.0001, 0.0001, 0.0001], [0.6628, 0.1305, 0.0792, 0.0291, 0.02, 0.0095, 0.0065, 0.0057], [0.5782, 0.2127, 0.0538, 0.0198, 0.0154, 0.0136, 0.012, 0.0064], [0.4388, 0.2661, 0.1109, 0.0762, 0.0117, 0.0117, 0.008, 0.0043], [0.2783, 0.2783, 0.0704, 0.0259, 0.0228, 0.0202, 0.0202, 0.0157], [0.2963, 0.1586, 0.0962, 0.0849, 0.0849, 0.0515, 0.0401, 0.0312], [0.3103, 0.1294, 0.1007, 0.0889, 0.0611, 0.042, 0.042, 0.0327], [0.9612, 0.0176, 0.0083, 0.0031, 0.0027, 0.0011, 0.0007, 0.0007], [0.9845, 0.0052, 0.004, 0.0015, 0.0015, 0.0004, 0.0003, 0.0003], [0.3247, 0.2529, 0.1534, 0.093, 0.0724, 0.0724, 0.0076, 0.0076], [0.4445, 0.21, 0.1635, 0.0772, 0.0469, 0.0105, 0.0081, 0.0063], [0.9104, 0.0353, 0.013, 0.0079, 0.0061, 0.0061, 0.0048, 0.0048], [0.627, 0.1797, 0.0849, 0.0243, 0.0189, 0.0115, 0.0115, 0.0089], [0.6474, 0.2382, 0.1125, 0.001, 0.0002, 0.0002, 0.0002, 0.0001], [0.9685, 0.0138, 0.0138, 0.0011, 0.0011, 0.0009, 0.0002, 0.0001], [0.9237, 0.0758, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0007, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9709, 0.0138, 0.0045, 0.0035, 0.0015, 0.0013, 0.0008, 0.0005], [0.4687, 0.1522, 0.1185, 0.1046, 0.0494, 0.03, 0.03, 0.011], [0.8131, 0.1814, 0.0023, 0.0011, 0.0008, 0.0007, 0.0003, 0.0001], [0.9844, 0.014, 0.0004, 0.0003, 0.0002, 0.0002, 0.0001, 0.0], [0.974, 0.026, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [47626, 51294, 71855, 82701, 75508, 130208, 53088, 55239, 56557, 41255, 89442, 71693, 85458, 50958, 44262, 58362, 39420, 45495, 35830, 16165, 17997, 28061, 23578, 27847, 31679, 89122, 87074, 75339, 49551, 38196, 40270, 37845, 45546, 21020, 18782, 11515, 23321, 29698, 20459, 26592, 18580, 12681, 8994, 6257, 6385, 5748, 10988]}}, {"pos": 527, "top": [[".\".", "!.", "\".", "!\".", "?.", ";.", ",.", ":."], [".\".", "!.", "\".", "!\".", ".!", ";.", ":.", ",."], [".\".", "!.", ",.", ";.", ":.", ",..", "..", "\"."], [".\".", ",.", "!.", ",..", ";.", ":.", "..", "."], [".\".", " \".", " \"..", "!.", " ~.", "\".", "</h4>", ",."], ["<sup>", " \"", " {", "  ", " \"[", " \".", " \u00b7", " ~."], ["<sup>", ",", ".[", " \"", ".", " \"[", " \".", "?."], [",", "<sup>", " \"", "  ", ".[", ".", "!.", " \"["], [",", "<sup>", ".[", ".", " \"", "  ", " in", ",."], [",", "<sup>", "  ", " \"", ".[", ".", " in", " \"["], [",", "<sup>", " \"", ".[", " \"[", " [", " in", "  "], [",", " \"", "<sup>", ".[", " in", ".", " and", " the"], [",", " \"", ".", " in", " and", ".[", " with", " as"], [",", ".", " \"", ".[", " in", " and", "\".", ".\","], [",", ".", "\".", ".[", ".\"", ".\".", ".\",", "..."], [",", ".", ".[", "\".", ".\".", ".\",", ".\"", "..."], [",", ".[", ".", "  ", ".\".", ".\",", "\".", ".\""], [",", " workflows", ".[", "...", ".\".", " workflow", " leveraging", " focused"], [" workflows", " prototyping", " workflow", " technologies", " infrastructure", " leveraging", " cybersecurity", " optimized"], [" workflows", " prototyping", " cybersecurity", " leveraging", " workflow", " foundational", " infrastructure", " optimized"], [" workflows", " leveraging", " prototyping", " cybersecurity", " blockchain", " workflow", " foundational", " technologies"], [" workflows", " leveraging", " prototyping", " iterative", " workflow", " iteratively", " skillset", " leverages"], [" even", ",", " engineering", " design", " quality", " additional", " medium", " and"], ["\u2062", "\u2064", "\uff65", "\u2063", " \u200f", " \u2223", " ziemlich", "\u2725"], ["\u2062", "\u2064", " Metaverse", "\u2f12", " Kubernetes", "\u7acb\u65b9", " ETFs", "\u2063"], ["\u10ec\u10d8\u10e4", " reacciones", "dropPanel", "ennzeichnet", "\u7acb\u65b9", "\u30ec\u30b7\u30d4", " teor\u00edas", "\u30c3\u30b5\u30fc\u30b8"], ["\u0080", "\u10ec\u10d8\u10e4", "\u257f", "\u281b", "\u28bf", "\u30c3\u30b5\u30fc\u30b8", " \u043d\u0438\u0447\u0435\u043a", " \u043a\u0438\u0440\u043f\u0438"], ["\u28bf", "\u2725", "\u281b", " \u043a\u0438\u0440\u043f\u0438", "\u3016", " OpenGL", "\uff3b", "\u2f12"], ["\u0080", "\u28bf", "ennzeichnet", "\u2725", "\uff5b", "\u257f", "\u009b", "\u7acb\u65b9"], ["\u28bf", " #{@", " OpenGL", "\u2725", "\u3016", " workaround", "\u202d", "\u009d"], [" OpenGL", "\u28bf", "\u1235\u1243\u1234", "\u257f", " observability", "ennzeichnet", "OpenGL", "\u30d7\u30ec\u30a4\u30e4\u30fc"], [" OpenGL", "OpenGL", "\u1235\u1243\u1234", "\u257f", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", "\u30d7\u30ec\u30a4\u30e4\u30fc", "\u28bf", " observability"], [" OpenGL", "OpenGL", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", "\u30d7\u30ec\u30a4\u30e4\u30fc", "\u1235\u1243\u1234", "\u28bf", "\u257f", "\u219d"], ["OpenGL", " OpenGL", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", " observability", "\u1235\u1243\u1234", "\u28bf", "\u0003", "\u257f"], [" OpenGL", "OpenGL", " observability", "\u000b", "\u0003", "\u28bf", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", "\u1235\u1243\u1234"], ["OpenGL", " OpenGL", " workaround", " GPUs", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " observability", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", " scalability"], ["OpenGL", " OpenGL", " workaround", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " observability", "\u1235\u1243\u1234", " GPUs", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f"], ["OpenGL", " v\u00e1lv", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " OpenGL", " v\u00e1lvula", "\u041e\u0448\u0438\u0431\u043a\u0430", " \u062c\u0630\u0627\u0628", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f"], ["OpenGL", " v\u00e1lv", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " v\u00e1lvula", " \u062c\u0630\u0627\u0628", "\u041e\u0448\u0438\u0431\u043a\u0430", "\u30af\u30e9\u30a6\u30c9", " OpenGL"], ["\u041e\u0448\u0438\u0431\u043a\u0430", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", "OpenGL", " overfitting", " \u062c\u0630\u0627\u0628", " workaround", "\u000b", " v\u00e1lv"], [" prototyping", " scalability", "OpenGL", " observability", " adaptable", " \u062c\u0630\u0627\u0628", " overfitting", " traceability"], [" OpenGL", " scalability", "OpenGL", " observability", " Metaverse", " prototyping", " Kanban", " OCPP"], [" OpenGL", " observability", " runtime", " executable", " reproducible", " scalability", " usability", " heuristics"], [" observability", " OpenGL", " prototyping", " reproducible", " inherent", " overfitting", " scalability", " executable"], ["  ", " OpenGL", ",", " core", " inherent", " runtime", " Core", " integration"], ["  ", " ", " .", "   ", " and", " (", "s", " ,"], [" **", "  ", " Core", " *", " &", "   ", " (**", " Data"]], "p": [[0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9239, 0.0758, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7129, 0.2623, 0.0131, 0.0079, 0.0029, 0.0004, 0.0004, 0.0001], [0.91, 0.0453, 0.0167, 0.0101, 0.0101, 0.0061, 0.0014, 0.0002], [0.9763, 0.0179, 0.004, 0.0009, 0.0004, 0.0002, 0.0002, 0.0001], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.977, 0.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0012, 0.0012, 0.0007, 0.0002, 0.0, 0.0, 0.0], [0.7778, 0.1193, 0.0638, 0.0235, 0.0126, 0.0006, 0.0005, 0.0004], [0.9995, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9934, 0.0025, 0.0008, 0.0006, 0.0003, 0.0002, 0.0001, 0.0001], [0.9901, 0.0067, 0.0004, 0.0003, 0.0003, 0.0003, 0.0002, 0.0001], [0.9589, 0.0328, 0.0016, 0.0014, 0.001, 0.0009, 0.0008, 0.0002], [0.9932, 0.0036, 0.0028, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9499, 0.0417, 0.0011, 0.0009, 0.0009, 0.0008, 0.0008, 0.0006], [0.2443, 0.0899, 0.0375, 0.0375, 0.0331, 0.0292, 0.02, 0.02], [0.7177, 0.1601, 0.0405, 0.0131, 0.008, 0.0062, 0.0048, 0.0043], [0.9709, 0.0178, 0.0084, 0.0019, 0.0004, 0.0002, 0.0002, 0.0], [0.5562, 0.2319, 0.1095, 0.0403, 0.007, 0.0062, 0.0042, 0.0033], [0.7452, 0.1295, 0.1009, 0.005, 0.0039, 0.003, 0.0024, 0.0011], [0.0105, 0.0077, 0.0053, 0.0036, 0.0036, 0.0036, 0.0034, 0.0034], [0.7401, 0.1286, 0.1286, 0.0014, 0.0004, 0.0002, 0.0001, 0.0001], [0.1092, 0.0402, 0.0313, 0.0167, 0.0167, 0.0148, 0.0115, 0.009], [0.0053, 0.0039, 0.0034, 0.0032, 0.0032, 0.003, 0.0029, 0.0029], [0.0391, 0.0269, 0.0209, 0.0185, 0.0185, 0.0185, 0.0185, 0.0144], [0.61, 0.0501, 0.039, 0.0304, 0.0268, 0.0163, 0.0127, 0.0127], [0.1905, 0.1905, 0.0425, 0.0292, 0.0292, 0.0258, 0.0227, 0.0227], [0.3781, 0.2293, 0.1083, 0.1083, 0.0657, 0.031, 0.0242, 0.0114], [0.2807, 0.1703, 0.0911, 0.071, 0.038, 0.0335, 0.0203, 0.0179], [0.4547, 0.115, 0.1015, 0.0895, 0.0291, 0.02, 0.0176, 0.0107], [0.4142, 0.4142, 0.0265, 0.0182, 0.0161, 0.0125, 0.0067, 0.0041], [0.5508, 0.429, 0.0054, 0.0026, 0.0023, 0.0018, 0.0014, 0.0007], [0.7146, 0.2629, 0.0079, 0.0062, 0.0029, 0.0011, 0.0008, 0.0005], [0.7091, 0.2609, 0.0079, 0.0048, 0.0026, 0.0023, 0.0018, 0.0012], [0.8722, 0.118, 0.0022, 0.0022, 0.0017, 0.0005, 0.0005, 0.0005], [0.453, 0.0613, 0.0613, 0.0328, 0.0176, 0.0176, 0.0176, 0.0137], [0.5199, 0.1314, 0.0484, 0.0427, 0.0293, 0.0228, 0.0139, 0.0122], [0.5871, 0.216, 0.0482, 0.0292, 0.0228, 0.0228, 0.0177, 0.0138], [0.2324, 0.181, 0.141, 0.0855, 0.0666, 0.0666, 0.0519, 0.0404], [0.5765, 0.1652, 0.1002, 0.0608, 0.0287, 0.0224, 0.0174, 0.0106], [0.2694, 0.1634, 0.0365, 0.0365, 0.0284, 0.0251, 0.0172, 0.0172], [0.1961, 0.1528, 0.032, 0.0301, 0.0265, 0.0249, 0.0234, 0.022], [0.0261, 0.0261, 0.0168, 0.0149, 0.0123, 0.0109, 0.0062, 0.0062], [0.1452, 0.0881, 0.0324, 0.0185, 0.0163, 0.0135, 0.0112, 0.0087], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [92028, 78263, 143272, 196280, 167974, 163463, 73577, 58268, 45557, 30681, 31762, 14703, 14885, 11673, 12049, 11968, 19220, 11073, 16036, 16665, 3012, 5714, 7902, 38525, 26605, 120413, 143228, 138408, 124730, 128469, 101112, 94763, 80013, 43382, 55725, 37159, 27771, 11497, 6648, 13074, 7520, 4955, 13811, 16713, 1576, 350, 325]}}, {"pos": 528, "top": [[" **", "**", ".**", " \"**", ")**", " **,", " '**", ":**"], [" **", "**", ".**", ")**", " \"**", " **,", " '**", ">**"], [" **", "**", ".**", ")**", " **,", " \"**", ">**", ":**"], ["**", " **", ".**", ")**", " **,", ">**", ":**", " \"**"], [" **", "**", ".**", " \"**", " **,", " '**", ")**", " (**"], [" **", "**", ".**", " \"**", ")**", " '**", " **,", ":**"], [".**", "**", " **", ")**", ":**", "**,", " \"**", " **,"], [".**", "**", " **", "</strong>", ")**", ":**", "</b>", "**,"], [".**", "**", " **", ":**", ")**", "</strong>", "**,", " **,"], [".**", "**", "</strong>", ":**", ")**", " **", "</b>", "**,"], [".**", "**", "</strong>", " **", ":**", ")**", "**,", " **,"], ["</strong>", ".**", "**", ":**", ")**", "**,", "</b>", " **"], ["</strong>", ".**", "**", ":**", "**,", " **", "**.", ")**"], [".**", "</strong>", "**", ":**", "**,", "**.", "</b>", ")**"], [".**", "</strong>", "**", ":**", " **", "**.", "**,", "**:"], [".**", "**", ":**", "</strong>", "**.", "**,", "**:", " **"], [".**", "</strong>", ":**", "**", "**.", "</b>", "**:", "**,"], ["</strong>", ".**", ":**", "**", "</b>", "**.", "**:", "**,"], [".**", ":**", "</strong>", "**", "**.", "**:", "**,", " **"], [".**", ":**", "</strong>", "**", "**.", "**:", "**,", ")**"], [":**", "**:", ".**", " workflows", "**.", "</strong>", " troubleshooting", " complexity"], [" workflows", ":**", " complexity", " troubleshooting", " prioritization", " workflow", "**:", " optimizations"], [" scalability", " optimizations", " workflows", " complexity", " optimization", " prioritization", " inefficiencies", " vulnerabilities"], [" scalability", " prioritization", " leveraging", " optimizations", " workflows", " optimization", " Leveraging", " Complexity"], [" Leveraging", " scalability", " leveraging", " prioritization", " optimizations", " Optimization", " Complexity", " workflows"], [" scalability", " Synchronization", " workflows", " Leveraging", " Complexity", " Optimization", " Troubleshooting", " optimizations"], [" scalability", " Synchronization", " workflows", " Complexity", " Workflow", " robustness", " synchronization", "Synchronization"], [" scalability", " Synchronization", " Workflow", " workflows", " Complexity", "Synchronization", " synchronization", " prioritization"], [" scalability", " Synchronization", "Synchronization", " Complexity", " synchronization", "Complexity", " Connectivity", " Optimization"], [" scalability", " Synchronization", " synchronization", "Synchronization", " Complexity", " workflows", " Workflow", " Connectivity"], [" scalability", " Synchronization", " synchronization", "Synchronization", " workflows", " Complexity", " Workflow", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435"], [" scalability", " Synchronization", " synchronization", "Synchronization", " workflows", " Workflow", " Complexity", " workflow"], [" scalability", " Synchronization", " synchronization", "Synchronization", " workflows", " Workflow", " Complexity", " codebase"], [" scalability", " Synchronization", "Synchronization", " synchronization", " Complexity", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", "Complexity", " Integration"], [" scalability", " Synchronization", "Synchronization", " synchronization", " Integration", " Complexity", " Interaction", " \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435"], [" Synchronization", " synchronization", " scalability", "Synchronization", " asynchronous", " Async", " concurrency", " syncing"], [" Synchronization", " scalability", "Synchronization", " synchronization", " asynchronous", " Integration", "Concurrency", " Async"], [" Synchronization", " synchronization", "Synchronization", " scalability", " asynchronous", "Concurrency", " concurrency", " Async"], [" Synchronization", " synchronization", " asynchronous", "Synchronization", " scalability", " concurrency", " Async", "Concurrency"], [" synchronization", " Synchronization", " scalability", " asynchronous", "Synchronization", " concurrency", " Integration", " Async"], [" Synchronization", " asynchronous", " scalability", " synchronization", "Synchronization", " Async", " Integration", " concurrency"], [" Async", " asynchronous", "Async", " concurrency", " async", "Concurrency", " CI", " Synchronization"], [" Async", " asynchronous", " concurrency", "Async", " CI", " UI", " async", " Linux"], [" asynchronous", " CI", " Async", " concurrency", " UI", "Async", " Linux", " async"], [" asynchronous", " Async", " CI", " concurrency", " UI", "Async", " async", " Linux"], [" CI", " Async", " asynchronous", "Async", " concurrency", " UI", " async", " Linux"], ["CI", "Data", "Async", "UI", "Concurrency", "Cross", "Complex", "Concurrent"]], "p": [[0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9885, 0.011, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.576, 0.2119, 0.2119, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7297, 0.2685, 0.0018, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7214, 0.2654, 0.0132, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8796, 0.119, 0.0013, 0.0, 0.0, 0.0, 0.0, 0.0], [0.484, 0.484, 0.0309, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.7935, 0.177, 0.024, 0.0053, 0.0001, 0.0, 0.0, 0.0], [0.8398, 0.1137, 0.0418, 0.0044, 0.0001, 0.0001, 0.0001, 0.0], [0.9731, 0.0108, 0.0108, 0.0051, 0.0002, 0.0, 0.0, 0.0], [0.5565, 0.4334, 0.0062, 0.0037, 0.0001, 0.0, 0.0, 0.0], [0.9378, 0.06, 0.0014, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.7436, 0.1006, 0.1006, 0.0475, 0.005, 0.0024, 0.0002, 0.0001], [0.6877, 0.197, 0.0725, 0.0342, 0.0046, 0.0036, 0.0002, 0.0001], [0.6612, 0.0895, 0.079, 0.0291, 0.0121, 0.0073, 0.0073, 0.0073], [0.192, 0.1695, 0.0485, 0.0428, 0.0378, 0.0294, 0.0294, 0.026], [0.1981, 0.1542, 0.1361, 0.1201, 0.0826, 0.0643, 0.039, 0.0344], [0.2446, 0.2446, 0.1905, 0.1484, 0.09, 0.0156, 0.0122, 0.0122], [0.6954, 0.1552, 0.0571, 0.0346, 0.021, 0.0127, 0.0077, 0.0047], [0.8769, 0.034, 0.0265, 0.0206, 0.0125, 0.0076, 0.0059, 0.0059], [0.8587, 0.1162, 0.0157, 0.0027, 0.0017, 0.0013, 0.001, 0.0008], [0.9516, 0.0474, 0.0004, 0.0003, 0.0001, 0.0001, 0.0001, 0.0], [0.9269, 0.0593, 0.0132, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.9819, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9702, 0.0293, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7268, 0.2674, 0.0049, 0.0007, 0.0001, 0.0001, 0.0001, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9105, 0.0453, 0.0275, 0.0167, 0.0, 0.0, 0.0, 0.0], [0.7392, 0.1, 0.1, 0.0607, 0.0, 0.0, 0.0, 0.0], [0.8502, 0.0698, 0.0698, 0.0094, 0.0008, 0.0, 0.0, 0.0], [0.5443, 0.3301, 0.0447, 0.0447, 0.0348, 0.0011, 0.0002, 0.0001], [0.4413, 0.3437, 0.1264, 0.0767, 0.0081, 0.003, 0.0004, 0.0003], [0.3686, 0.2871, 0.1741, 0.0641, 0.0641, 0.0303, 0.0053, 0.0053], [0.8167, 0.1822, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.7176, 0.264, 0.0131, 0.0018, 0.0018, 0.0004, 0.0004, 0.0004], [0.4398, 0.2667, 0.2667, 0.0103, 0.0081, 0.003, 0.0023, 0.0014], [0.4627, 0.2477, 0.2186, 0.0158, 0.0158, 0.014, 0.0123, 0.0066], [0.3493, 0.24, 0.1134, 0.0883, 0.0287, 0.0253, 0.0253, 0.0197], [0.2246, 0.1982, 0.175, 0.0936, 0.0826, 0.0568, 0.0344, 0.0304]], "ranks": {"Rust": [190524, 188336, 188384, 200598, 173742, 194164, 115292, 104535, 62414, 41977, 36940, 24580, 24046, 17126, 17918, 16591, 16502, 15469, 13001, 11904, 12873, 18955, 29336, 29968, 47716, 91275, 95865, 85667, 28184, 28024, 22197, 11977, 9184, 3941, 3722, 1813, 1400, 1594, 895, 790, 961, 122, 135, 145, 77, 41, 21]}}, {"pos": 529, "top": [["\u2212", "\u301c", "\u2217", " \u2217", " \u2212", "</code>", "\u2063", "(\u2212"], ["\u301c", "\u2212", "\u2217", "</code>", " \u2217", "~~", " `;", "\u223c"], ["\u301c", "\u2212", "\u2217", " \u2217", "\u223c", ",~", " \u223c", "~~"], [" \u2217", "\u2212", "\u301c", "\u2217", " \u2212", "(\u2212", " \u223c", "\u2063"], ["</code>", " \u2217", "\u2212", "\u301c", " \u2212", "\u2217", " `;", " ```"], [" \u2217", "\u2212", " \u2212", "\u2217", "\u301c", "\u2063", "</code>", " \u223c"], ["\u2212", "\u301c", " \u2217", "\u2063", "</code>", "\u2217", " \u2212", "\u2064"], ["\u2212", "\u2063", "</code>", "\u301c", " \u2217", " \u2212", "\u2217", "\u2064"], ["\u2063", "</code>", "\u2212", "\u301c", " \u2212", " \u2217", "\u2064", "\u2217"], ["\u2063", "</code>", "\u2212", "\u301c", " \u2212", "\u2064", " \u2217", " \u2728"], ["\u2063", "</code>", "\u2212", "\u2064", "\u301c", " \u2212", " \u2217", " \u2728"], ["\u2063", "</code>", "\u2212", "\u301c", " \u2212", "\u2064", " \u2728", " \u2217"], ["</code>", "\u2063", "\u2212", "\u301c", " \u2212", "\u2064", " \u2728", " ```"], ["</code>", "\u2063", "\u2212", "\u2064", "\u301c", " \u2212", "\u2062", " ```"], ["</code>", "\u2063", "\u2212", "\u2064", "\u301c", " \u2212", "\u2062", " ```"], ["\u2063", "</code>", "\u2064", "\u2212", "\u301c", "\u2062", " \u2212", "\u2043"], ["</code>", "\u2063", "\u2064", "\u2212", "\u2062", "\u301c", "\u2043", " ```"], ["</code>", "\u2063", "\u2064", " ```", " \u2728", "</h4>", "\u2062", "\u2212"], ["</code>", "\u2063", " \u2728", "\u2064", "\u301c", "\u2212", " ```", " Async"], ["</code>", "\u2063", " \u2728", "\u2064", "\u2699", "\u26a1", " Async", "\u301c"], ["</code>", " workflows", "\u2063", "\u2699", " Async", "\u26a1", " ```", " \u2728"], ["</code>", " workflows", "\u2063", "\u2699", " qubits", " Async", " deliverables", " workflow"], ["</code>", " workflows", " optimizations", " deliverables", " optimization", " workflow", " middleware", " transitions"], [" workflows", " optimizations", " workflow", " deliverables", " vulnerabilities", " leveraging", " troubleshooting", " optimization"], [" workflows", " optimizations", " workflow", " troubleshooting", " leveraging", " deliverables", " optimization", " vulnerabilities"], [" workflows", " optimizations", " workflow", " Synchronization", " Workflow", " Optimization", " deliverables", " Troubleshooting"], [" workflows", " Synchronization", " workflow", " Workflow", " synchronization", " optimizations", " deliverables", " scalability"], [" workflows", " Synchronization", " Workflow", " workflow", " synchronization", " Coordination", " scalability", " Optimization"], [" Synchronization", " workflows", " synchronization", " Coordination", " Complexity", " Workflow", " scalability", "Synchronization"], [" Synchronization", " synchronization", " workflows", " scalability", " optimizations", " asynchronous", " workflow", " Complexity"], [" synchronization", " Synchronization", " workflows", " scalability", " workflow", " asynchronous", " concurrency", " coherence"], [" synchronization", " Synchronization", " workflows", " concurrency", " scalability", " optimizations", " Complexity", " workflow"], [" synchronization", " Synchronization", " workflows", " scalability", " workflow", " concurrency", " Workflow", " coordination"], [" synchronization", " Synchronization", " workflows", " coordination", " scalability", " Coordination", " workflow", " coherence"], [" synchronization", " Synchronization", " coordination", " Coordination", " workflows", " concurrency", " scalability", "Synchronization"], [" synchronization", " Synchronization", " coordination", " concurrency", " Coordination", " workflows", " scalability", " orchestration"], [" synchronization", " Synchronization", " coordination", " Coordination", " concurrency", " coherence", " workflows", " orchestration"], [" synchronization", " Synchronization", " concurrency", " coordination", " Coordination", " coherence", " scalability", " orchestration"], [" synchronization", " Synchronization", " concurrency", " coordination", " coherence", " Coordination", "Synchronization", " orchestration"], [" synchronization", " Synchronization", " concurrency", " coordination", " coherence", " orchestration", " Coordination", "Synchronization"], [" synchronization", " Synchronization", " concurrency", " Coordination", " coherence", " Integration", "Synchronization", " orchestration"], [" synchronization", " API", " Synchronization", " concurrency", " APIs", " Coordination", " Integration", " coherence"], [" API", " concurrency", " Synchronization", " synchronization", " APIs", " orchestration", " Coordination", " Integration"], [" API", " Synchronization", " APIs", " synchronization", " concurrency", " orchestration", " Coordination", " UI"], [" API", " Synchronization", " synchronization", " APIs", " concurrency", " Coordination", " UI", " Integration"], [" API", " Integration", " Coordination", " Synchronization", " Orche", " UI", " APIs", " concurrency"], [" Integration", " Coordination", " API", " Orche", " Data", " UI", " Con", " Error"]], "p": [[0.883, 0.0725, 0.044, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.5048, 0.3062, 0.1857, 0.0021, 0.0013, 0.0, 0.0, 0.0], [0.6168, 0.2269, 0.1376, 0.0186, 0.0, 0.0, 0.0, 0.0], [0.558, 0.3385, 0.0755, 0.0278, 0.0002, 0.0, 0.0, 0.0], [0.7039, 0.2589, 0.035, 0.0011, 0.0006, 0.0004, 0.0, 0.0], [0.987, 0.011, 0.0015, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.8499, 0.0698, 0.033, 0.0257, 0.0156, 0.0045, 0.0016, 0.0], [0.4013, 0.3126, 0.1896, 0.0543, 0.0329, 0.0074, 0.0016, 0.0002], [0.5862, 0.3555, 0.0481, 0.0051, 0.0039, 0.0009, 0.0002, 0.0001], [0.9177, 0.0753, 0.0048, 0.0014, 0.0004, 0.0002, 0.0001, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9369, 0.0599, 0.0023, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7744, 0.2219, 0.0019, 0.0009, 0.0004, 0.0003, 0.0, 0.0], [0.937, 0.0599, 0.0014, 0.0009, 0.0005, 0.0002, 0.0001, 0.0001], [0.7143, 0.2628, 0.0102, 0.0102, 0.0014, 0.0005, 0.0005, 0.0001], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9626, 0.0373, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8776, 0.1188, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7054, 0.2595, 0.0351, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9693, 0.0293, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.985, 0.0109, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0025, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9946, 0.0052, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7297, 0.2684, 0.0018, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3149, 0.2452, 0.2452, 0.191, 0.0035, 0.0, 0.0, 0.0], [0.8116, 0.141, 0.0245, 0.0149, 0.007, 0.0003, 0.0003, 0.0001], [0.97, 0.0138, 0.0108, 0.004, 0.0007, 0.0002, 0.0002, 0.0001], [0.8839, 0.0726, 0.0208, 0.006, 0.0046, 0.0032, 0.0028, 0.0017], [0.6689, 0.0705, 0.0622, 0.0485, 0.0333, 0.0229, 0.0074, 0.0074], [0.3213, 0.1949, 0.1949, 0.0558, 0.0558, 0.0264, 0.0205, 0.0141]], "ranks": {"Rust": [18874, 15492, 30575, 43460, 48029, 64337, 37443, 30128, 22623, 16013, 29947, 17154, 20538, 15061, 16013, 16936, 16288, 23501, 29108, 34232, 40578, 63390, 58878, 68605, 76912, 103049, 102731, 57021, 37702, 20026, 11742, 6253, 4468, 3372, 2996, 1699, 2272, 2560, 1888, 1860, 1461, 864, 564, 624, 276, 174, 174]}}, {"pos": 530, "top": [["\"\u2014", "\ue0d5", " ~", "\u2014\u201c", "~", "o", " Cn", "\ufffd"], ["~", " ~", "\u2014\u201c", "\"\u2014", "o", "\ue0d5", " Cn", "el"], [" ~", "\u2014\u201c", "~", "o", " \ufffd", " {\\", "<b>", "\ue0d5"], ["\u2014\u201c", " ~", " {\\", " \ufffd", " \u2022", "\"\u2014", "\ue0d5", "~"], [" ~", " \u2022", "\u2014\u201c", " {\\", " \ufffd", "\"\u2014", " \u301c", " \u2014"], [" \u2022", "\u2014\u201c", " {\\", " ~", "\"\u2014", " \ufffd", "\u2014", " \u2014"], [" {\\", " \u2022", "\u2014\u201c", "\"\u2014", "\u2014", " \u301c", " ~", " \u2015"], [" {\\", " \u2022", "\u2014\u201c", "\"\u2014", " \ufffd", "\u2014", " \u2015", " \u2014"], ["\"\u2014", " {\\", " \u2022", " \u2014", "\u2014\u201c", " \u301c", " \u2015", " \ufffd"], [" {\\", "\"\u2014", " \ufffd", "</b>", " \u301c", " \u2015", " \u2022", " ~"], ["</b>", " {\\", "\"\u2014", " \ufffd", " ~", " \u301c", " \u2022", " \u2015"], ["\"\u2014", "</b>", " ~", " \u2022", " \u2014", "\u2014\u201c", " \u301c", "...\""], ["</b>", "\"\u2014", " ~", " \u2022", " \u2014", "...\"", " \u301c", "...\","], ["\"\u2014", "</b>", " ~", " \u2014", " \u2022", "...\"", "\u2014", "\u2014\u201c"], ["\"\u2014", "</b>", " ~", "...\"", " \u2014", " \u2022", "...\",", "..."], ["\"\u2014", "</b>", "...\"", " \u2022", " \u2014", " ~", "\u2014", "\ufffd"], ["</b>", "\"\u2014", " ~", "  ", "\ufffd", "~", " \u2014", "...\""], ["</b>", "...\"", "\"\u2014", "...\u201d", "...", "\"...", "...\",", "...\")"], ["\"\u2014", "</b>", "...\"", " Strategy", " Strategies", " Optimization", "\"...", " \u2014"], ["</b>", "\"\u2014", "...\"", "...\")", "...\",", "</i>", "...\u201d", "\"..."], ["...\"", "\"\u2014", "</b>", "\"...", "...\")", "...\",", "...\u201d", " Strategy"], [" iterative", " increasingly", " risks", " Mitigation", " tighter", " leveraging", " Optimized", " Complexity"], [" optimizations", " iterative", " inefficiencies", " optimization", " vulnerabilities", " Complexity", " scalability", " exacerbated"], [" leveraging", " optimizations", " impactful", " vulnerabilities", " prioritization", " Complexity", " robustness", " scalability"], [" exacerbated", " optimizations", " Complexity", " Optimization", " leveraging", " instabilities", " troubleshooting", " Mitigation"], [" AGAIN", " Complexity", "\u518d\u3073", " optimizations", " Optimization", " exacerbated", " Optimized", " Clustering"], [" Complexity", " Optimized", " Optimization", " optimizations", " Flexibility", " Clustering", " robustness", " inefficiencies"], [" Complexity", " Flexibility", " robustness", " scalability", " Optimization", " Optimized", " Clustering", " Synchronization"], [" Complexity", " scalability", " inefficiencies", " Flexibility", " Synchronization", " robustness", " Optimization", " Clustering"], [" Complexity", " complexity", " scalability", " optimizations", " inefficiencies", " Synchronization", " coherence", "Complexity"], [" Complexity", " optimizations", " scalability", " complexity", " Synchronization", " robustness", " inefficiencies", " workflows"], [" Complexity", " concurrency", " Synchronization", " optimizations", " complexity", " synchronization", " scalability", "Concurrency"], [" concurrency", " scalability", " workflows", " synchronization", " Synchronization", " optimizations", " Complexity", "Concurrency"], [" concurrency", " synchronization", " Synchronization", " Coordination", " coordination", " scalability", "Concurrency", " workflows"], [" concurrency", " synchronization", " coordination", "Concurrency", " Synchronization", " Coordination", " Concurrent", "Synchronization"], [" concurrency", "Concurrency", " Concurrent", " concurrent", "Concurrent", " concurrently", "concurrent", "\u5e76\u53d1"], [" concurrency", "Concurrency", " Concurrent", " concurrent", "Concurrent", "concurrent", "\u5e76\u53d1", " concurrently"], [" concurrency", "Concurrency", " Concurrent", " concurrent", "Concurrent", "concurrent", " concurrence", "\u5e76\u53d1"], [" concurrency", "Concurrency", " Concurrent", " concurrent", "Concurrent", " concurrence", "concurrent", "\u5e76\u53d1"], [" concurrency", "Concurrency", " concurrent", " Concurrent", "Concurrent", "concurrent", " concurrence", " concurrently"], [" concurrency", "Concurrency", " concurrent", " Concurrent", "Concurrent", " concurrence", "concurrent", "currency"], [" concurrency", "currency", " currency", " Currency", "Concurrency", "Currency", "cur", " concurrent"], [" concurrency", "currency", " Currency", " currency", "Concurrency", "Currency", "cur", "CUR"], ["currency", " concurrency", "cur", " Currency", " currency", "CUR", "Concurrency", "curr"], [" concurrency", "currency", " currency", "cur", " Currency", "Concurrency", "curr", " concurrent"], ["currency", " concurrency", " currency", "cur", " Currency", "curr", " concurrent", "currencies"], ["currency", "cur", "currently", " currency", "curr", "current", "fluence", "con"]], "p": [[0.804, 0.0847, 0.0847, 0.0147, 0.0089, 0.0016, 0.0007, 0.0004], [0.3845, 0.2994, 0.1816, 0.1102, 0.0191, 0.0043, 0.0004, 0.0001], [0.6573, 0.1142, 0.089, 0.054, 0.054, 0.0155, 0.012, 0.0016], [0.7947, 0.1381, 0.0508, 0.0113, 0.002, 0.0012, 0.0006, 0.0006], [0.9304, 0.0361, 0.0219, 0.0063, 0.0049, 0.0002, 0.0002, 0.0], [0.6363, 0.1823, 0.1106, 0.0671, 0.0026, 0.0006, 0.0005, 0.0002], [0.9924, 0.0052, 0.0019, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6644, 0.3138, 0.0156, 0.0027, 0.0016, 0.0006, 0.0006, 0.0004], [0.7926, 0.1768, 0.0186, 0.0069, 0.0032, 0.0006, 0.0006, 0.0006], [0.9978, 0.0012, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7212, 0.2653, 0.0132, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8721, 0.0716, 0.0558, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.655, 0.3094, 0.0254, 0.0057, 0.0034, 0.001, 0.0001, 0.0], [0.7838, 0.1362, 0.0643, 0.0144, 0.0006, 0.0004, 0.0002, 0.0], [0.9227, 0.0757, 0.0005, 0.0004, 0.0003, 0.0002, 0.0, 0.0], [0.9998, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8408, 0.1138, 0.0419, 0.0013, 0.0011, 0.0004, 0.0003, 0.0001], [0.9817, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4903, 0.4903, 0.019, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.4552, 0.2761, 0.215, 0.0227, 0.0107, 0.0051, 0.0024, 0.0024], [0.0987, 0.0769, 0.0679, 0.0528, 0.0528, 0.0528, 0.0466, 0.0466], [0.6168, 0.1767, 0.0394, 0.0307, 0.0186, 0.0186, 0.0186, 0.0145], [0.329, 0.329, 0.121, 0.121, 0.0445, 0.027, 0.006, 0.006], [0.8274, 0.1438, 0.0118, 0.0034, 0.0026, 0.0026, 0.0026, 0.0016], [0.4795, 0.107, 0.0833, 0.0505, 0.0505, 0.0505, 0.0394, 0.0239], [0.6053, 0.0819, 0.0819, 0.0387, 0.0387, 0.0301, 0.0235, 0.0235], [0.9436, 0.0366, 0.0082, 0.0039, 0.003, 0.0014, 0.0011, 0.0007], [0.9853, 0.004, 0.0031, 0.0015, 0.0015, 0.0012, 0.0012, 0.0004], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.795, 0.1774, 0.024, 0.0032, 0.0001, 0.0001, 0.0001, 0.0], [0.9797, 0.0109, 0.0066, 0.0015, 0.0009, 0.0003, 0.0001, 0.0], [0.9419, 0.0469, 0.0063, 0.0023, 0.0014, 0.0009, 0.0001, 0.0001], [0.9312, 0.0464, 0.0171, 0.0023, 0.0014, 0.0014, 0.0002, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9626, 0.0373, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5613, 0.4372, 0.0008, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.6189, 0.3754, 0.0032, 0.0012, 0.0009, 0.0002, 0.0001, 0.0], [0.5618, 0.4375, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9896, 0.0076, 0.0013, 0.0007, 0.0004, 0.0002, 0.0001, 0.0001], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [61189, 56018, 79983, 74145, 84146, 90198, 42045, 38549, 27141, 23986, 28359, 19780, 17694, 10295, 11143, 13628, 11825, 11564, 18029, 23269, 36720, 60026, 93697, 91685, 79601, 129692, 136461, 95478, 93749, 83277, 88742, 66618, 68769, 32764, 40975, 15059, 11964, 13401, 17824, 6651, 5520, 5322, 5249, 5370, 2667, 3395, 771]}}, {"pos": 531, "top": [["--", "--\u201c", ",--", "--(", "---", "---------", " --", ")--"], ["--", "--\u201c", ",--", "--(", "---", "-->", "{\\\"", "--\""], ["--", "--\u201c", ",--", "---", "--(", "\u2014\u201d", " (\\\"", "\u201d\u2014"], ["--", "--\u201c", "---", "--(", "\u2014\u201d", ",--", " (\\\"", "\u2014\u201c"], ["\uf0be", "--", "\u2014\u201d", "--\u201c", "\u2014", "---", "\u2014\u201c", "\u2010"], ["\u2014", "\uf0be", "\u2010", "\u2013\u2013", "\u2015", "\u2014\u201d", " `--", " \u2015"], ["\u2014", "\uf0be", "\u2013\u2013", "\u2015", "\u2014\u201d", "---", "\u2014\u201c", "\u2010"], ["\u2014", "\uf0be", "\u2013\u2013", "\u2015", "\u2010", "\u2014\u201d", " \u2015", "---"], ["\u2014", " \u2015", "\u2013\u2013", "\u2015", "\uf0be", " \u2014", "\u2010", "\u2014\u201d"], ["\u2014", " \u2014", " \u2015", "\uf0be", "\u2015", "\u2013\u2013", "\u2010", "\u2014\u201c"], ["\u2014", " \u2015", " \u2014", "\uf0be", "\u2010", " __", "\u2015", "\u2013\u2013"], ["\u2014", " \u2014", " \u2015", " __", "\u2014\u201d", "\uf0be", "\u2013\u2013", "---"], ["\u2014", " \u2014", " \u2015", "\u2010", "\u2013\u2013", "---", " __", "\u2015"], ["\u2014", " \u2014", "\u2010", " __", " --", " \u2015", "\uff0e", "\u2013\u2013"], ["\u2014", " \u2014", "\u2010", "\uff0e", " __", "--", "\u2013\u2013", "---"], ["\u2014", " \u2014", "\u2010", "\u2013\u2013", "\uff0e", "\u2015", "\u2014\u201c", "\u2014\u201d"], ["\u2014", " \u2014", "\u2010", "--", "\uff0e", " --", "\uf0be", "\u2015"], ["\u2014", " --", " \u2014", "--", " __", "\u2014\u201d", "---", "..."], ["\u2014", " __", " \u2014", " --", "\u2014\u201d", "---", " methodologies", "--"], ["\u2014", " workflows", " methodologies", " algorithms", " __", "\u2014\u201d", " \u2014", " leveraging"], [" workflows", " methodologies", " algorithms", " strategies", " interactions", "---", "\u2014", " Algorithms"], [" workflows", " algorithms", " methodologies", " interactions", " strategies", " leveraging", " disruptions", " dynamics"], [" workflows", " methodologies", " interactions", " strategies", " dynamics", " algorithms", " leveraging", " challenges"], [" workflows", " leveraging", " optimizations", " methodologies", " complexities", " inefficiencies", " interactions", " skillset"], [" workflows", " leveraging", " optimizations", " bottlenecks", " workflow", " inefficiencies", " troubleshooting", " interactions"], [" workflows", " optimizations", " scalability", " inefficiencies", " Optimization", " leveraging", " bottlenecks", " disruptions"], [" workflows", " inefficiencies", " Complexity", " scalability", " optimizations", " disruptions", " Workflow", " Troubleshooting"], [" workflows", " inefficiencies", " scalability", " Complexity", " Workflow", " disruptions", " robustness", " optimizations"], [" inefficiencies", " Complexity", " scalability", " workflows", " disruptions", " bottlenecks", " Synchronization", " instabilities"], [" scalability", " Complexity", " bottlenecks", " optimizations", " Synchronization", " workflows", " inefficiencies", " complexity"], [" scalability", " bottlenecks", " optimizations", " Synchronization", " workflows", " inefficiencies", " Complexity", " robustness"], [" scalability", " bottlenecks", " optimizations", " Synchronization", " Complexity", " synchronization", " workflows", " robustness"], [" scalability", " bottlenecks", " optimizations", " Complexity", " workflows", " robustness", " Synchronization", " complexity"], [" scalability", " complexity", " bottlenecks", " Complexity", " optimizations", " complexities", " instabilities", " robustness"], [" scalability", " bottlenecks", " Complexity", " complexity", " robustness", " Scaling", " complexities", " instabilities"], [" scalability", " bottlenecks", " complexity", " Complexity", " instabilities", " robustness", " stability", " synchronization"], [" scalability", " bottlenecks", " complexity", " Complexity", " robustness", " instabilities", " synchronization", " complexities"], [" scalability", " bottlenecks", " complexity", " Complexity", " instabilities", " instability", " synchronization", " complexities"], [" scalability", " bottlenecks", " complexity", " Complexity", " stability", " synchronization", " deadlock", " complexities"], [" scalability", " bottlenecks", " complexity", " stability", " Complexity", " instability", " synchronization", " instabilities"], [" scalability", " bottlenecks", " Complexity", " complexity", " stability", " Stability", " deadlock", " complexities"], [" scalability", " bottlenecks", " complexity", " stability", " Complexity", " Stability", " instability", " deadlock"], [" bottlenecks", " scalability", " stability", " Stability", " complexity", " Complexity", " deadlock", " complexities"], [" bottlenecks", " scalability", " Stability", " Complexity", " complexity", " stability", " Scaling", " deadlock"], [" bottlenecks", " scalability", " Complexity", " Stability", " complexity", " Scaling", " Management", " stability"], [" bottlenecks", " Stability", "/", " Scal", " &", " Complexity", " Bott", " Scaling"], [" &", " Complexity", " Management", " Stability", " Bott", " Scal", " Model", " Coordination"]], "p": [[0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4124, 0.4124, 0.0558, 0.0558, 0.0558, 0.0046, 0.0028, 0.0002], [0.9525, 0.0474, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.984, 0.014, 0.0009, 0.0007, 0.0003, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9963, 0.0032, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.9994, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0017, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9814, 0.0066, 0.0066, 0.0017, 0.0011, 0.0009, 0.0008, 0.0003], [0.9656, 0.0138, 0.0057, 0.0035, 0.0019, 0.0019, 0.0016, 0.0011], [0.7748, 0.0925, 0.0437, 0.0142, 0.0098, 0.0086, 0.0076, 0.0041], [0.3212, 0.1517, 0.1043, 0.0435, 0.0339, 0.0181, 0.016, 0.0141], [0.6118, 0.0569, 0.0502, 0.0443, 0.0269, 0.0163, 0.0127, 0.0112], [0.527, 0.0916, 0.049, 0.0382, 0.0297, 0.0204, 0.018, 0.018], [0.9064, 0.0274, 0.0101, 0.0061, 0.0061, 0.0048, 0.0048, 0.0037], [0.7844, 0.0391, 0.0391, 0.0163, 0.0144, 0.0144, 0.0127, 0.0112], [0.9528, 0.0288, 0.003, 0.003, 0.003, 0.0018, 0.0014, 0.0014], [0.916, 0.0752, 0.0037, 0.0023, 0.0014, 0.0005, 0.0003, 0.0002], [0.9527, 0.0174, 0.0174, 0.0064, 0.0024, 0.0024, 0.0003, 0.0002], [0.6225, 0.229, 0.1389, 0.0042, 0.0025, 0.0015, 0.0006, 0.0002], [0.9451, 0.0285, 0.0173, 0.0039, 0.0023, 0.0014, 0.0009, 0.0005], [0.9956, 0.0025, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9443, 0.047, 0.0064, 0.0014, 0.0009, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.968, 0.0292, 0.0019, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.8089, 0.1805, 0.007, 0.0009, 0.0007, 0.0006, 0.0004, 0.0003], [0.6683, 0.3157, 0.0074, 0.0058, 0.0008, 0.0008, 0.0003, 0.0003], [0.7935, 0.1771, 0.0088, 0.0088, 0.0042, 0.0042, 0.0012, 0.0009], [0.5703, 0.3459, 0.0221, 0.0221, 0.0172, 0.0104, 0.0049, 0.0018], [0.7004, 0.2577, 0.0145, 0.01, 0.0047, 0.0042, 0.0032, 0.0012], [0.7154, 0.0968, 0.0665, 0.0404, 0.0191, 0.009, 0.009, 0.0062], [0.1321, 0.1321, 0.1166, 0.0908, 0.0801, 0.0707, 0.0334, 0.0334], [0.1773, 0.1565, 0.1381, 0.1381, 0.1075, 0.0308, 0.0308, 0.0212]], "ranks": {"Rust": [15292, 20338, 39746, 38413, 49599, 82670, 33359, 32259, 26464, 22318, 31016, 20891, 26275, 19272, 25147, 26023, 24739, 19156, 25101, 23598, 23876, 28263, 28298, 30389, 28493, 42872, 57048, 43909, 37469, 31261, 28521, 20094, 16287, 10337, 8381, 5341, 7536, 7821, 5944, 7334, 5891, 5092, 4426, 5027, 2812, 1581, 2061]}}, {"pos": 532, "top": [[" &", " &/", " (&", " [&", " &.", "&", " &,", "&-"], [" &", " &/", " (&", " [&", " &.", " &,", "&", " &'"], [" &", " &/", " (&", " [&", " &.", " &,", "&", " &'"], [" &", " &/", " (&", " [&", " &,", " &.", " &'", " =&"], [" &", " &/", " (&", " [&", " &'", " &,", " &.", "&"], [" &", " &/", " (&", " [&", " &'", " &#", " &,", "&"], [" &", " (&", " &/", " [&", " &'", " &#", " &,", "&"], [" &", " (&", " &/", " [&", " &'", " &#", " &,", " &\\"], [" &", " (&", " [&", " &/", " &'", " &#", " &,", ",&"], [" &", " (&", " [&", " &/", "</h3>", " &'", "</h6>", "</h5>"], [" &", " (&", " [&", " &/", " &'", "</code>", " &#", "</blockquote>"], [" &", " (&", " [&", " &/", " &'", "</h3>", "</code>", "</h6>"], [" &", " (&", " [&", " &/", "</code>", "</h3>", " &'", "</blockquote>"], [" &", " (&", "</code>", "</h3>", " [&", "</h6>", " &'", "</u>"], [" &", " (&", " [&", "</h3>", "</code>", "</h6>", " &/", " &'"], [" &", " (&", "</h3>", " [&", "</code>", "</h6>", " &/", "</h5>"], [" &", " (&", "</h3>", " &/", "</code>", " [&", "</h6>", "</h5>"], [" &", "</h3>", " (&", " [&", "</h5>", "</code>", "</h4>", "</h6>"], [" &", " (&", "</h3>", " [&", "</code>", "</h5>", "</h6>", "</h4>"], [" &", " [&", " (&", "</code>", "</h6>", "</h3>", "</blockquote>", "</h5>"], [" &", " [&", " (&", "</code>", " vulnerabilities", " workflows", " skillset", " Complexity"], [" vulnerabilities", " workflows", " (&", " &", " instabilities", " troubleshooting", " dynamics", " instability"], [" instabilities", " vulnerabilities", " troubleshooting", " workflows", " complexities", " scalability", " skillset", " instability"], [" vulnerabilities", " instabilities", " workflows", " prioritization", " scalability", " troubleshooting", " skillset", " optimizations"], [" instabilities", " workflows", " vulnerabilities", " scalability", " Troubleshooting", " Synchronization", " prioritization", " optimizations"], [" Synchronization", " workflows", " Optimization", " Troubleshooting", " scalability", " prioritization", " optimizations", " vulnerabilities"], [" Synchronization", " workflows", " scalability", " Workflow", " Connectivity", " Troubleshooting", " Complexity", " Optimization"], [" Synchronization", " scalability", " Workflow", " workflows", " Optimization", " Troubleshooting", " Connectivity", " synchronization"], [" Synchronization", " scalability", " synchronization", " Workflow", " Optimization", " Connectivity", " workflows", " Complexity"], [" Synchronization", " synchronization", " scalability", " workflows", " responsiveness", " Workflow", " Optimization", " Troubleshooting"], [" Synchronization", " synchronization", " scalability", " workflows", " responsiveness", " Workflow", " Optimization", " workflow"], [" Synchronization", " synchronization", " scalability", " workflows", " Workflow", " responsiveness", "Synchronization", " syncing"], [" Synchronization", " scalability", " synchronization", " responsiveness", " workflows", " Workflow", " debugging", " Debug"], [" Synchronization", " scalability", " responsiveness", " synchronization", " reactivity", " workflows", " debugging", " Workflow"], [" Synchronization", " scalability", " responsiveness", " synchronization", " reactivity", " Serialization", " observability", " robustness"], [" Synchronization", " responsiveness", " synchronization", " scalability", " reactivity", " Stability", " observability", " Serialization"], [" Synchronization", " responsiveness", " synchronization", " scalability", " reactivity", " Stability", " observability", " robustness"], [" responsiveness", " Synchronization", " synchronization", " scalability", " reactivity", " Stability", " concurrency", " UI"], [" responsiveness", " Synchronization", " synchronization", " scalability", " reactivity", " concurrency", " UI", " observability"], [" responsiveness", " Synchronization", " synchronization", " scalability", " reactivity", " concurrency", " observability", " UI"], [" responsiveness", " Synchronization", " scalability", " synchronization", " reactivity", " UI", " Integration", " Stability"], [" UI", " responsiveness", " Synchronization", " Plugin", " scalability", " Desktop", " Debug", " synchronization"], [" UI", " responsiveness", " scalability", " Debug", " Desktop", " Synchronization", " debugging", "UI"], [" UI", " responsiveness", " scalability", " CI", " Data", " Desktop", "UI", " Mobile"], [" UI", " responsiveness", " Data", " CI", " Desktop", "UI", " Plugin", " Platform"], [" UI", " Data", " CI", " Mobile", " Container", " responsiveness", " Platform", " Debug"], [" UI", " Data", " Mobile", " Respons", " Container", " Platform", " Integration", " Cross"]], "p": [[0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9512, 0.0474, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.73, 0.2686, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.939, 0.0364, 0.0134, 0.0049, 0.003, 0.0014, 0.0009, 0.0007], [0.9639, 0.0177, 0.0065, 0.0051, 0.0024, 0.0024, 0.0019, 0.0003], [0.5133, 0.3997, 0.0695, 0.0155, 0.0008, 0.0006, 0.0005, 0.0001], [0.5008, 0.2088, 0.1626, 0.0411, 0.0151, 0.0092, 0.0049, 0.0049], [0.2034, 0.1398, 0.1089, 0.0961, 0.0848, 0.0454, 0.0312, 0.0189], [0.4805, 0.3742, 0.065, 0.0307, 0.0145, 0.0088, 0.0069, 0.0032], [0.3991, 0.3991, 0.0891, 0.0328, 0.0328, 0.0328, 0.0044, 0.0044], [0.6625, 0.1478, 0.1478, 0.0121, 0.0074, 0.0074, 0.0057, 0.0021], [0.7398, 0.078, 0.0607, 0.0473, 0.0368, 0.0064, 0.0064, 0.0064], [0.9009, 0.0576, 0.0349, 0.0022, 0.0011, 0.0011, 0.0004, 0.0004], [0.9782, 0.014, 0.0051, 0.0024, 0.0001, 0.0001, 0.0001, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9934, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9233, 0.0758, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9498, 0.0473, 0.0024, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9517, 0.0474, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9511, 0.0474, 0.0014, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.988, 0.011, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9518, 0.0474, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0007, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8591, 0.1026, 0.0066, 0.0051, 0.004, 0.0031, 0.0027, 0.0019], [0.8521, 0.1307, 0.0074, 0.0019, 0.0015, 0.001, 0.0005, 0.0005]], "ranks": {"Rust": [118619, 110510, 140677, 151514, 168119, 190720, 113053, 100098, 58889, 41815, 44821, 32996, 34163, 28913, 30447, 31435, 32549, 27726, 25254, 23330, 28753, 26534, 31240, 32485, 48540, 77306, 66285, 52409, 20523, 10465, 10725, 6236, 4529, 3159, 2831, 2147, 2277, 2369, 1217, 857, 1026, 390, 334, 451, 253, 192, 126]}}, {"pos": 533, "top": [[" \u00ad", " \u202a", "\u00ad", " \u200b", "</h5>", " \uf0b7", " \u25cf", " \u200d"], [" \u00ad", " \u25cf", " \u202a", " \uf0b7", "\u00ad", " \u200b", " \u200d", " '''"], [" \u00ad", " \u25cf", " \u200d", " \u202a", "\u00ad", " \u200b", " \uf0b7", " \u9605\u8bfb\u5168\u6587"], [" \u00ad", " \u202a", "\u00ad", " \u200d", " \u200b", " \u25cf", " \uf0b7", " \u9605\u8bfb\u5168\u6587"], [" \u00ad", " \u202a", " \u200b", "\u00ad", " \u200d", " \u00ac", " \u25cf", " \uf0b7"], [" \u202a", " \u00ad", " \u200b", " \u200d", " \u25cf", "\u00ad", " \uf0b7", "\u2063"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u00ad", "\u2064", "\u2062", " \u25cf"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u00ad", "\u2064", "\u2062", "-\u200b"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u00ad", "\u2064", "\u2062", "\u00ad"], [" \u200b", " \u202a", " \u00ad", "\u2063", " \u200d", "\u2064", "\u2062", "\u00ad"], [" \u200b", " \u202a", "\u2063", "\u2064", " \u00ad", " \u200d", "\u2062", "\u00ad"], [" \u200b", " \u202a", "\u2063", "\u2064", " \u200d", " \u00ad", "\u2062", " */}"], [" \u200b", " \u202a", "\u2064", "\u2063", " \u200d", "\u2062", " */}", ".\u200b"], [" \u200b", "\u2064", " \u202a", " \u200d", "\u2063", "\u2062", ".\u200b", "\u200b"], [" \u200b", ".\u200b", "\u2064", " \u202a", "\u2062", "\u2063", " '''", " \u200d"], [" \u200b", ".\u200b", "\u2064", "\u2062", "\u2063", "\u200b", " \u202a", ".\u200b\u200b"], [" \u200b", ".\u200b", "\u2064", "\u2062", "\u2063", "\u200b", "</h3>", "</h5>"], [" \u200b", ".\u200b", "</h5>", "</h3>", "\u2064", "\u2062", " */}", "\u2063"], ["</h5>", " Aesthetics", " \u200b", " VFX", "\u2062", "\u2064", "</h3>", "\u2063"], ["</h5>", " Aesthetics", " */}", " VFX", "\u2064", " interactivity", "\u2062", "\u2063"], [" interactivity", " responsiveness", " VFX", " Aesthetics", " interfaces", " workflows", " animations", " interactions"], [" interactivity", " responsiveness", " interfaces", " workflows", " VFX", " interactions", " optimizations", " animations"], [" interactivity", " interfaces", " responsiveness", " workflows", " VFX", " interactions", " transitions", " optimizations"], [" responsiveness", " interactivity", " workflows", " optimizations", " interfaces", " interactions", " prioritization", " disruptions"], [" responsiveness", " workflows", " interactivity", " optimizations", " prioritization", " disruptions", " interfaces", " synchronization"], [" responsiveness", " prioritization", " workflows", " interactivity", " Synchronization", " optimizations", " synchronization", " scalability"], [" responsiveness", " Synchronization", " prioritization", " interactivity", " workflows", " scalability", " Connectivity", " synchronization"], [" responsiveness", " Synchronization", " interactivity", " scalability", " workflows", " synchronization", " Connectivity", " prioritization"], [" responsiveness", " Synchronization", " synchronization", " Connectivity", " interactivity", " scalability", " Interaction", " metastability"], [" responsiveness", " Synchronization", " synchronization", " scalability", " interactivity", " optimizations", " reactivity", " workflows"], [" responsiveness", " Synchronization", " synchronization", " interactivity", " workflows", " syncing", " reactivity", " optimizations"], [" responsiveness", " Synchronization", " synchronization", " syncing", " interactivity", " optimizations", " reactivity", " scalability"], [" responsiveness", " reactivity", " Synchronization", " synchronization", " interactivity", " syncing", " Responsive", " scalability"], [" responsiveness", " reactivity", " Synchronization", " synchronization", " interactivity", " Responsive", " responsive", " syncing"], [" responsiveness", " reactivity", " Responsive", " responsive", " Synchronization", " synchronization", "Responsive", " Response"], [" responsiveness", " reactivity", " responsive", " Responsive", " synchronization", " Synchronization", " unresponsive", "Responsive"], [" responsiveness", " reactivity", " Responsive", " responsive", " synchronization", " Synchronization", "Responsive", " coherence"], [" responsiveness", " reactivity", " Responsive", " responsive", " synchronization", " Synchronization", " unresponsive", "Responsive"], [" responsiveness", " reactivity", " Responsive", " responsive", " synchronization", " unresponsive", " Synchronization", " coherence"], [" responsiveness", " reactivity", " responsive", " Responsive", " response", " unresponsive", "Responsive", " Response"], [" responsiveness", " reactivity", " Responsive", " responsive", " Response", " unresponsive", "Responsive", " Synchronization"], [" responsiveness", " reactivity", " Responsive", " responsive", " Response", " response", " unresponsive", "Responsive"], [" responsiveness", " reactivity", " Responsive", " responsive", " Response", " response", " unresponsive", " Respons"], [" responsiveness", " Respons", " respons", " Responsive", "Respons", "respons", " responsive", " reactivity"], [" responsiveness", " Respons", " respons", " Responsive", " responsive", "Respons", " Synchronization", " Responsibility"], [" Respons", " responsiveness", " Thread", " respons", " Synchronization", " Consistency", " Responsive", " Stability"], [" Respons", " responsiveness", " Thread", " respons", " Stability", " Responsive", " Responsibility", " Dead"]], "p": [[0.617, 0.3743, 0.0053, 0.0015, 0.0015, 0.0002, 0.0001, 0.0], [0.6391, 0.1831, 0.1426, 0.0248, 0.0091, 0.0007, 0.0004, 0.0001], [0.9969, 0.0012, 0.0012, 0.0006, 0.0002, 0.0, 0.0, 0.0], [0.9989, 0.0006, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9426, 0.0469, 0.0105, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9883, 0.011, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8733, 0.1182, 0.0076, 0.0004, 0.0003, 0.0002, 0.0001, 0.0], [0.6111, 0.3706, 0.0144, 0.0025, 0.0004, 0.0003, 0.0002, 0.0002], [0.5549, 0.3365, 0.0751, 0.0276, 0.0023, 0.0014, 0.0006, 0.0005], [0.5224, 0.3169, 0.0707, 0.0429, 0.0158, 0.0096, 0.0058, 0.0035], [0.6906, 0.0935, 0.0567, 0.0441, 0.0344, 0.0344, 0.0268, 0.0077], [0.852, 0.0424, 0.0424, 0.0257, 0.0257, 0.0095, 0.0013, 0.0005], [0.5679, 0.2089, 0.2089, 0.0104, 0.003, 0.0004, 0.0001, 0.0001], [0.2876, 0.224, 0.1358, 0.1358, 0.1358, 0.0642, 0.0053, 0.0041], [0.9988, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0009, 0.0007, 0.0007, 0.0006, 0.0003, 0.0001, 0.0001], [0.9932, 0.0032, 0.0012, 0.0012, 0.0007, 0.0003, 0.0002, 0.0001], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7298, 0.2685, 0.0014, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9924, 0.0067, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9859, 0.0141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5916, 0.4066, 0.0006, 0.0005, 0.0001, 0.0001, 0.0001, 0.0001], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [14200, 9562, 20977, 23130, 39392, 44275, 26691, 22759, 16512, 10941, 10926, 9853, 13715, 11392, 10059, 10865, 9158, 15469, 25576, 36470, 45857, 52674, 34632, 55380, 53182, 94509, 81332, 77773, 32321, 26693, 20887, 11607, 8212, 4086, 2084, 1851, 2842, 3397, 2251, 1655, 1639, 1649, 1031, 1155, 641, 403, 489]}}, {"pos": 534, "top": [[" \u2026.", " \u2026..", " \u2026\u2026.", "\u2026\u2026\u2026", " \u2026\u2026", " \u2026\u2026..", " \u2026\u2026\u2026\u2026", "\u2026\u2026."], ["\u2026\u2026\u2026", " \u2026.", " \u2026\u2026.", " \u2026..", " \u2026\u2026", " \u2026\u2026..", "\u2026\u2026.", "\u2026\u2026.."], ["\u2026\u2026\u2026", " \u2026\u2026.", " \u2026..", " \u2026\u2026..", "\u2026\u2026..", " \u2026.", "\u2026\u2026.", " \u2026\u2026\u2026\u2026"], ["\u2026\u2026\u2026", " \u2026\u2026.", " \u2026..", " \u2026\u2026..", " \u2026\u2026\u2026\u2026", " \u2026\u2026", " \u2026.", "\u2026\u2026.."], [" \u2026\u2026.", " \u2026\u2026\u2026\u2026", " \u2026\u2026", " \u2026\u2026..", " \u2026..", "\u2026\u2026\u2026", " \u2026.", " \u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], [" \u2014", " \u2026\u2026", " \u2026\u2026\u2026\u2026", " \u2026\u2026.", " \u2026..", " \u2026\u2026..", " \u2026.", " \u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026"], ["\u2026\u2026\u2026", " \u2026\u2026\u2026\u2026", " \u2026\u2026.", " \u2026\u2026", " \u2026..", " \u2026.", " \u2026\u2026..", " \u2014"], [" \u201a", " \u2014", " \u2026\u2026", " \u2026\u2026.", " \u2026\u2026\u2026\u2026", " \u2026.", " \u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", " \u2026.."], [" \u2014", " \u201a", " \u2026\u2026.", " \u2026\u2026", " \u2026.", " \u2026..", " \u2026\u2026\u2026\u2026", " \u2026\u2026.."], [" \u201a", " \u2014", " \u2026\u2026", " \u2026\u2026.", " [\u2026]", " \u2026..", " \u2026\u2026\u2026\u2026", " \u2026."], [" \u201a", " \u2026\u201d", " \u2026\u2026", "</i>", " \u2026\u2026.", " \u2026..", " \u2026.", " [\u2026]"], [" \u2026\u201d", "\u2026\u2019", "\u2026\u201d", "</b>", " \u201a", " \u2014", " \u2026..", "\u201d\u2014"], [" \u2026\u201d", "\u2026\u2019", "\u2026\u201d", " [\u2026]", " \u2026..", " \u2026.", " \u2026\u2026.", " \u2026\u2026"], ["\u2026\u2019", " \u2026\u201d", "\u2026\u201d", ".\u2026", " \u2026.", " \u2026", "\u2026]", " \u2014"], ["\u2026\u2019", "\u2026\u201d", " \u2026\u201d", ".\u2026", " \u2026.", " \u2026", ",\u2026", "\u2026]"], ["\u2026\u2019", "\u2026\u201d", ".\u2026", " \u2026\u201d", ",\u2026", "\u2026]", " [\u2026]", ".\u2019"], ["\u2026\u2019", "\u2026\u201d", "</b>", ",\u2019", "!\u2019", " \u2026\u201d", ".\u2019", ".\u2026"], ["\u2026\u201d", "\u2026\u2019", " \u2026\u201d", ".\u2026", "\u2026\"", "</b>", "</i>", ",\u2026"], ["\u2026\u2019", "\u2026\u201d", " \u2026\u201d", "?\u2019", "\u201d\u2014", "\u2026\"", ".\u2026", "</i>"], ["\u2026\u2019", "\u2026\u201d", " \u2026\u201d", "\u2026\"", "</i>", "\u2026]", "</b>", " \u2026."], ["\u2026\u2019", "\u2026\u201d", " \u2026\u201d", "\u2026\"", "</i>", "</b>", "\u2026]", "\u2026</"], ["\u2026\u2019", "</b>", "?\u2019", "!\u2019", "</i>", "!')", ".\u2019", "\u2026\u201d"], ["\u2026\u2019", "\u2026\u201d", "!\u2019", "</b>", "!\u201d", "?\u2019", "!')", ".\u2019"], [" workflows", " responsiveness", " optimizations", " proactively", " scalability", " vulnerabilities", " uptime", " leverages"], [" workflows", "Interruptions", " uptime", " leverages", " Troubleshooting", " outages", " downtime", " interruptions"], [" Leveraging", " workflows", " Troubleshooting", " Mitigation", " Ensures", " Ensuring", " Avoiding", " KPIs"], [" Messaging", " Leveraging", " Workflow", " Monitoring", " Mitigation", " Troubleshooting", " Feedback", " workflows"], [" Messaging", " responsiveness", " Feedback", " Workflow", " Ensuring", " KPIs", " Troubleshooting", " Monitoring"], [" Messaging", " responsiveness", " Feedback", " KPIs", " Maintaining", " Troubleshooting", " Avoiding", " Ensures"], [" responsiveness", " reactivity", " Synchronization", " scalability", " Messaging", " Responsive", " Troubleshooting", " uptime"], [" responsiveness", " reactivity", " Responsive", " scalability", " unresponsive", " uptime", " Synchronization", " workflows"], [" responsiveness", " reactivity", " Responsive", " scalability", " Synchronization", " Reactive", " unresponsive", "Responsive"], [" responsiveness", " reactivity", " Responsive", " responsive", " React", "Responsive", " Reactive", " Response"], [" responsiveness", " reactivity", " Responsive", " responsive", "Responsive", " React", " Reactive", " Response"], [" responsiveness", " Response", " Responsive", " responsive", " reactivity", "Responsive", " response", " responding"], [" responsiveness", " responsive", " Responsive", "Responsive", " Response", " responding", " response", "responsive"], [" responsiveness", " responsive", " Responsive", "Responsive", " Response", " responding", "\u54cd\u5e94", " response"], [" responsiveness", " Responsive", " responsive", "Responsive", " Response", " reactivity", "\u54cd\u5e94", "responsive"], [" responsiveness", " Responsive", " responsive", "Responsive", "iveness", "responsive", " Response", "\u54cd\u5e94"], [" responsiveness", " responsive", " Responsive", "Responsive", "responsive", " Response", "\u54cd\u5e94", " responding"], [" responsiveness", "iveness", "ivity", " Responsive", "itivity", " responsive", "ibility", " reactivity"], ["iveness", " responsiveness", "ivity", " responsive", " Responsive", "itivity", "ibility", "ive"], ["iveness", " responsiveness", "ivity", "ive", "ibility", "IVEN", "itivity", "iven"], ["iveness", "ive", "ivity", " responsiveness", "iven", "ibility", "itivity", "IVEN"], ["iveness", "ivity", "iv", "iven", "ives", "IVEN", "ibility", "ively"], ["iveness", "ivity", "iven", "ibility", "iv", "IVEN", "ively", "ives"], ["iveness", "ivity", "ibility", "iv", "iven", "itiveness", "ibilities", "ively"]], "p": [[0.5999, 0.1339, 0.1042, 0.1042, 0.0383, 0.0067, 0.0052, 0.004], [0.4923, 0.1411, 0.1411, 0.1099, 0.0404, 0.0245, 0.0191, 0.0149], [0.826, 0.0528, 0.032, 0.0249, 0.0194, 0.0118, 0.0118, 0.0092], [0.4792, 0.1763, 0.1069, 0.0833, 0.0505, 0.0505, 0.0393, 0.0068], [0.2291, 0.1785, 0.1785, 0.139, 0.1082, 0.1082, 0.0511, 0.0042], [0.85, 0.0698, 0.0423, 0.0121, 0.0074, 0.0057, 0.0045, 0.0035], [0.4882, 0.1796, 0.1089, 0.1089, 0.0243, 0.0243, 0.0243, 0.0243], [0.3739, 0.2268, 0.0834, 0.0834, 0.0834, 0.0506, 0.0394, 0.0307], [0.3859, 0.3859, 0.0671, 0.0522, 0.0522, 0.0317, 0.015, 0.0043], [0.5437, 0.1558, 0.1213, 0.0736, 0.0446, 0.0348, 0.0078, 0.0078], [0.8274, 0.0679, 0.0321, 0.025, 0.0195, 0.0092, 0.0043, 0.0043], [0.4897, 0.4897, 0.0148, 0.0033, 0.002, 0.0002, 0.0001, 0.0001], [0.8909, 0.0444, 0.0269, 0.0269, 0.0036, 0.0022, 0.0022, 0.0013], [0.7461, 0.1665, 0.0612, 0.0225, 0.003, 0.0004, 0.0001, 0.0001], [0.7377, 0.1646, 0.0606, 0.0367, 0.0002, 0.0001, 0.0, 0.0], [0.9917, 0.0067, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4996, 0.4996, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5921, 0.3591, 0.0486, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9886, 0.011, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.714, 0.2627, 0.0168, 0.0029, 0.0029, 0.0004, 0.0001, 0.0001], [0.9759, 0.0179, 0.004, 0.0015, 0.0003, 0.0003, 0.0, 0.0], [0.6473, 0.1125, 0.0414, 0.0322, 0.0322, 0.0251, 0.0195, 0.0152], [0.7957, 0.0509, 0.024, 0.0165, 0.01, 0.01, 0.0069, 0.0069], [0.4379, 0.1255, 0.1255, 0.0977, 0.0593, 0.0593, 0.0218, 0.0218], [0.2829, 0.1336, 0.1041, 0.0557, 0.0557, 0.0434, 0.0383, 0.0383], [0.9933, 0.0025, 0.0019, 0.0007, 0.0002, 0.0002, 0.0002, 0.0002], [0.55, 0.2023, 0.2023, 0.0078, 0.0061, 0.0048, 0.0037, 0.0029], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [85556, 69982, 90833, 102840, 131273, 173795, 158498, 175600, 150689, 110193, 112625, 117446, 154744, 116819, 103142, 75449, 79731, 64059, 57873, 44393, 71626, 115942, 97045, 101965, 72395, 124468, 83036, 63790, 25136, 25989, 50393, 39730, 26099, 17829, 3287, 2050, 3026, 3985, 16584, 10063, 9224, 8342, 12263, 12843, 4581, 1034, 2428]}}, {"pos": 535, "top": [["s", "\u09c7\u09b0", "\u0627\u062a", "(**", "\u05d9\u05dd", "\u03c2", "\u094b\u0902", "\u2022\u2022\u2022\u2022"], ["s", "\u09c7\u09b0", "\u0627\u062a", "\u05d9\u05dd", "\u094b\u0902", "\u03c2", " (\u00ab", "(**"], ["s", "\u09c7\u09b0", "\u0627\u062a", "\u094b\u0902", "\u2022\u2022\u2022\u2022", "\u05d9\u05dd", "\u03c2", " (**"], ["s", "\u0627\u062a", "\u09c7\u09b0", " (\\\"", " {\\", "{\\\"", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " ({\\"], [" (\\\"", "s", "\u09c7\u09b0", "\u0627\u062a", "{\\\"", "\u2014\u201d", ".\u201d\u2014", " {\\"], [" {\\", "s", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " (\\\"", "\u09c7\u09b0", "\u0627\u062a", " ({\\", " \\|"], ["s", " {\\", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "\u09c7\u09b0", "{\\\"", " \u2728", "\u0627\u062a", "({\\"], [" {\\", "s", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " \u2728", "{\\\"", "\u09c7\u09b0", " \\|", " (\\\""], [" \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "s", " \u2728", "\u09c7\u09b0", ",\u2019\u201d", " {\\", "  ", "\ufffc"], [" \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "</b>", " {\\", " \u2728", "s", " \u2014", "\u09c7\u09b0", ",\u2019\u201d"], ["</b>", " {\\", " \u2728", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", ",\u2019\u201d", "\ufffc", " .\u201d", " \ud83c\udf89"], ["</b>", ",\u2019\u201d", ",\u201d", " \u2728", "s", ",'\"", ".\u201d\u2014", " {\\"], ["</b>", "s", " {\\", ",\u201d", "\u2026\u201d", ".</", " \u2728", " \ud83c\udf89"], ["</b>", ",\u201d", ".</", " \u2728", "s", ".\"],", ".'''", " {\\"], ["</b>", ".</", "\u2026\u201d", ",\u201d", ".\"],", ".\u201d", ".'''", ".\"\"\""], ["</b>", ",\u201d", ".</", ".\u201d", "\u2026\u201d", ".'''", "!</", ".\"],"], ["</b>", ",\u201d", ".\u201d", " .\u201d", "\u2026\u201d", " .", "  ", "</h3>"], ["</b>", "\u2026\u201d", " .\u201d", ".\u201d", ",\u201d", ".</", " .\"", " ."], ["</b>", " .\u201d", "\u2026\u201d", " .\"", " .", ",\u201d", ".\u201d", " |"], ["</b>", "\u2026\u201d", " .\u201d", "</code>", " \u2728", " .\"", " \ud83d\udcaa", " \u2026\u201d"], ["</b>", " .\"", ".\"", ".\"]", " .\u201d", "</code>", ".\u201d", ".\"\"\""], ["</b>", ":**", " increasingly", " crucial", ".**", " leveraging", " proactively", "</code>"], ["</b>", " crucial", "</code>", " challenges", " leveraging", " increasingly", ".**", " bottlenecks"], [" leveraging", " crucial", "</b>", " impacting", " proactively", " impactful", " leverages", " vulnerabilities"], [" leveraging", " exacerbated", " bottlenecks", " proactively", " impacting", " vulnerabilities", " despite", " increasingly"], [" leveraging", " exacerbated", " despite", " proactively", " Leveraging", " AGAIN", " combined", " Especially"], [" (\u201c", ":**", " (\u2018", " Especially", " Leveraging", " exacerbated", " Combined", " Coupled"], [" (\u201c", " (\u2018", ":**", " (\"", "(\u201c", " (~", " (", " (@"], [" (\u201c", " (\u2018", " (", " Especially", "Especially", ":**", " (~", " (\""], [":**", " (\u201c", "():", " (", ":(", "**:", " (\"", ":\");"], [":**", " (\u201c", ":(", "():", " (", ":\");", "**:", " combined"], [":**", "():", "**:", ":(", " (\u201c", ":\");", ":\u201d", ":*"], [":**", "**:", " (\u201c", "():", ":\");", ":*", ":(", "*:"], [":**", "**:", "():", ":*", ":(", " (\u201c", ":\");", " Especially"], [":**", ":(", "():", "**:", ":*", " combined", " (\u201c", ":\");"], [":**", " combined", "():", " bottlenecks", " across", "**:", " under", " (\u201c"], [":**", " under", " bottlenecks", "**:", " combined", "():", " Under", " Combined"], [":**", " under", " Mobile", " bottlenecks", "**:", " combined", " Combined", "Mobile"], [":**", " under", " Mobile", " (", " combined", " bottlenecks", " across", "**:"], [":**", " under", "**:", " Mobile", "():", " bottlenecks", " (", " Under"], [" under", ":**", " Under", " (", " Mobile", " bottlenecks", "**:", "():"], [" under", ":**", " Mobile", " Under", " (", " mobile", " on", " across"], [" under", " (", " on", " Mobile", ":**", " Under", " across", ":"], [" under", " (", " Under", " on", " across", ":**", " Mobile", " combined"], [" (", ":**", " under", " Under", " on", " across", ":", " :"], [":**", " (", "**:", "**", " on", " under", " Under", ":"], [":**", " (", "**:", " on", "**", " Under", ":", ".**"]], "p": [[0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.611, 0.3706, 0.0184, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4359, 0.3395, 0.2059, 0.0169, 0.0014, 0.0001, 0.0001, 0.0001], [0.8074, 0.1801, 0.0115, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.8777, 0.072, 0.0437, 0.0059, 0.0005, 0.0001, 0.0, 0.0], [0.609, 0.3694, 0.0184, 0.0015, 0.0012, 0.0003, 0.0003, 0.0], [0.9232, 0.0758, 0.0007, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.8128, 0.1814, 0.002, 0.0016, 0.0012, 0.0007, 0.0001, 0.0001], [0.5867, 0.3559, 0.0482, 0.0065, 0.0019, 0.0007, 0.0001, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9907, 0.0067, 0.0019, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.998, 0.0006, 0.0003, 0.0003, 0.0002, 0.0002, 0.0002, 0.0], [0.9479, 0.0197, 0.0056, 0.005, 0.0044, 0.0021, 0.0013, 0.0013], [0.9244, 0.0406, 0.0116, 0.0091, 0.0018, 0.0014, 0.0012, 0.0012], [0.8944, 0.0648, 0.0145, 0.0099, 0.0041, 0.0015, 0.0009, 0.0009], [0.9838, 0.0066, 0.0022, 0.0017, 0.0009, 0.0005, 0.0004, 0.0003], [0.9828, 0.0085, 0.0024, 0.0013, 0.0012, 0.0008, 0.0003, 0.0003], [0.9652, 0.0121, 0.0084, 0.0021, 0.0016, 0.0015, 0.0015, 0.0013], [0.9907, 0.004, 0.0028, 0.0008, 0.0004, 0.0004, 0.0002, 0.0002], [0.9831, 0.0031, 0.0028, 0.0019, 0.0013, 0.0012, 0.0007, 0.0006], [0.8735, 0.0097, 0.0097, 0.0076, 0.0036, 0.0028, 0.0019, 0.0019], [0.9556, 0.0039, 0.0024, 0.0018, 0.0016, 0.0013, 0.0009, 0.0008], [0.4666, 0.0919, 0.0715, 0.0492, 0.0298, 0.0263, 0.0232, 0.0232], [0.5274, 0.1039, 0.063, 0.0556, 0.0382, 0.0263, 0.0263, 0.0232], [0.4264, 0.1569, 0.0951, 0.0741, 0.0741, 0.0449, 0.0187, 0.0187], [0.9993, 0.0006, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9879, 0.0085, 0.0031, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9423, 0.0469, 0.0044, 0.0014, 0.0009, 0.0008, 0.0008, 0.0007], [0.9598, 0.0372, 0.0007, 0.0004, 0.0004, 0.0003, 0.0002, 0.0002], [0.9453, 0.0471, 0.005, 0.0011, 0.0004, 0.0003, 0.0001, 0.0001], [0.8099, 0.1096, 0.0356, 0.0245, 0.0079, 0.0029, 0.0026, 0.0023], [0.5205, 0.3157, 0.0377, 0.0333, 0.0294, 0.0259, 0.0157, 0.0045], [0.716, 0.181, 0.0404, 0.0191, 0.0131, 0.0116, 0.008, 0.0018], [0.4792, 0.2565, 0.1998, 0.0239, 0.0211, 0.0041, 0.0037, 0.0032], [0.9794, 0.0123, 0.0066, 0.0005, 0.0004, 0.0002, 0.0002, 0.0001], [0.9952, 0.0041, 0.0003, 0.0002, 0.0001, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [55772, 38434, 64247, 73609, 93305, 174868, 100382, 99950, 76405, 59754, 71407, 43865, 51049, 39345, 40210, 29855, 25156, 24977, 28719, 29446, 25702, 26152, 20248, 21885, 27888, 25063, 28270, 35389, 39227, 30446, 47841, 30941, 30916, 26727, 15109, 11956, 17573, 18369, 10624, 11003, 8578, 6252, 4670, 3879, 2674, 2592, 2327]}}, {"pos": 536, "top": [["</h2>", "</em>", "</h5>", "...)", " )", "\u2026)", ")...", " )."], ["</h2>", " )", "</em>", "...)", "\u201d)", " ),", " ).", ")..."], [" )", " ),", " ).", " ())", " )(", "</h2>", "...)", ")..."], [" )", " ),", " ())", " ).", "...)", "\u2026)", "...),", ")..."], [" )", "</h2>", " ),", " ())", " ).", "...)", "\u2026)", " )("], [" )", " ),", " ).", " ())", " )(", "</h2>", "\u2026)", " \")"], [" )", " ),", " ).", "\u2026)", " ())", "...)", " )(", "\u2026)."], [" )", " ),", " ).", "\u2026)", " ())", "\u2026).", " )(", "...)"], [" ),", " )", " ).", "\u2026)", "\u2026).", "...)", ")...", "...)."], ["</h2>", "</em>", "</h4>", "\u2026)", "...)", " )", "</h1>", "</strong>"], ["</em>", "</h2>", " )", "\u2026)", " ),", " ).", "</h4>", "\u2026)."], ["</em>", "</h2>", " )", "\u2026)", "</h4>", " ).", "</strong>", " ),"], ["</h2>", "</em>", " )", " ).", " ),", "</h4>", "\u2026)", "</strong>"], ["</h2>", "</em>", " )", "</h4>", "</strong>", " ).", "...)", "</h1>"], ["</h2>", "</em>", "</h4>", "</strong>", " )", "\u2026)", " ).", "</h1>"], ["</h2>", "</em>", "</h4>", "</strong>", "</h1>", "\u2026)", "...)", " )."], ["</em>", "</h2>", "</strong>", "</h4>", "</h1>", "\u2026)", " )", " )."], ["</h2>", "</em>", "</h4>", "</h1>", "</strong>", "\u2026)", "</h5>", "\u2026)."], ["</h2>", "</em>", "</h4>", "</h1>", "\u2026)", "</strong>", "</h5>", "\u2026)."], ["</em>", "</h2>", "</h4>", "\u2026)", "\u2026).", "...)", "</h5>", "</h1>"], ["</h2>", "</em>", "</h4>", "\u2026)", "\u2026).", "</h1>", "...)", ")..."], ["</h2>", "</em>", "</h4>", "!).", "!)", ").", "?).", "</h1>"], ["</em>", "</h2>", "!).", "</h4>", "!)", "\u2026).", "?).", ")."], ["!).", " impactful", " Troubleshooting", " Complexity", " prioritization", "</h2>", ").", "):"], ["!).", "):", ").", ")\").", ").\"", ")\")", ")\");", "%)."], [" exacerbated", " inefficiencies", " worsening", " Troubleshooting", " overfitting", " Complexity", ")\").", "):"], [" exacerbated", " overfitting", " inefficiencies", " Troubleshooting", " Complexity", " Likely", " scalability", " worsening"], [" exacerbated", " worsening", " worsened", " worsens", " Likely", " Increasingly", " unpredictable", " unpredict"], [" exacerbated", "Especially", " inevitable", " Likely", " worsening", " worsened", "likely", " worsens"], [" exacerbated", " inevitable", " worsening", " worsened", " worsens", " Likely", " Increasingly", " inevitably"], [" exacerbated", " worsening", " inevitable", " worsened", " worsens", " Likely", " unpredictable", " unavoidable"], [" exacerbated", " worsening", " worsens", " worsened", " Increasingly", " increasingly", " inevitable", " Likely"], [" exacerbated", " worsening", " Increasingly", " worsens", " worsened", " increasingly", " inevitable", " unpredictable"], [" exacerbated", " worsening", " inevitable", " unpredictable", " increasingly", " Increasingly", " inevitably", "Especially"], [" exacerbated", " inevitable", " Increasingly", " worsening", "Especially", " Especially", " increasingly", " unpredictable"], [" exacerbated", " worsening", " worsened", " worsens", " inevitable", " Increasingly", " increasingly", " escalating"], [" exacerbated", " worsening", " worsened", " inevitable", " Increasingly", " worsens", " increasingly", " escalating"], [" exacerbated", " worsening", " worsened", " Increasingly", " inevitable", " worsens", " increasingly", " escalating"], [" exacerbated", " inevitable", " worsening", " worsens", " worsened", " escalating", " Increasingly", " intensified"], [" exacerbated", " worsening", " worsens", " inevitable", " compounded", " worsened", " escalating", " exacerb"], [" exacerbated", " worsens", " worsening", " compounded", " inevitable", " worsened", " escalating", " inevitably"], [" exacerbated", " escalating", " compounded", " worsens", " inevitable", " Increasingly", " worsening", " cascading"], [" exacerbated", " inevitable", " escalating", " Increasingly", " Especially", " compounded", " worsens", " cascading"], [" exacerbated", " Especially", " inevitable", " escalating", " compounded", " worsens", " cascading", " Increasingly"], [" inevitable", " exacerbated", " Especially", " Escal", " compounded", " inevitably", " escalating", " cascading"], [" inevitable", " Especially", " Escal", " exacerbated", " Casc", "Especially", " especially", " inevitably"], ["Esc", "Especially", "Under", "Concurrent", "Eventually", "Close", "Contin", "Sim"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7128, 0.2042, 0.0456, 0.0131, 0.0062, 0.0048, 0.0029, 0.0029], [0.5952, 0.219, 0.0806, 0.038, 0.0296, 0.014, 0.0051, 0.0051], [0.5754, 0.349, 0.0368, 0.0174, 0.0174, 0.0018, 0.0011, 0.0007], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8144, 0.1817, 0.0033, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.6154, 0.3733, 0.0113, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9411, 0.0284, 0.0284, 0.0014, 0.0005, 0.0001, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9682, 0.0292, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6164, 0.3739, 0.0068, 0.0015, 0.0006, 0.0003, 0.0002, 0.0002], [0.8014, 0.1788, 0.0147, 0.0033, 0.0007, 0.0006, 0.0003, 0.0001], [0.9725, 0.0229, 0.0019, 0.0011, 0.0009, 0.0003, 0.0001, 0.0001], [0.9901, 0.0067, 0.0025, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.8803, 0.1191, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7302, 0.2686, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9524, 0.0369, 0.0106, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.574, 0.3482, 0.0777, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4597, 0.4597, 0.0622, 0.0178, 0.0004, 0.0001, 0.0001, 0.0], [0.7543, 0.2161, 0.0228, 0.004, 0.0009, 0.0007, 0.0004, 0.0002], [0.5609, 0.265, 0.0759, 0.0406, 0.0406, 0.0049, 0.002, 0.0014], [0.577, 0.1653, 0.1287, 0.1003, 0.0082, 0.0064, 0.005, 0.003], [0.7116, 0.2039, 0.0455, 0.0079, 0.0062, 0.0048, 0.0023, 0.0023], [0.6833, 0.1187, 0.1187, 0.0437, 0.0161, 0.0097, 0.0076, 0.0005], [0.3921, 0.1852, 0.1123, 0.0875, 0.0531, 0.0413, 0.0322, 0.0251], [0.9701, 0.0084, 0.004, 0.0031, 0.0024, 0.0024, 0.0019, 0.0019], [0.9985, 0.0009, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9984, 0.0009, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9948, 0.0041, 0.0006, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9956, 0.0025, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9688, 0.0293, 0.0009, 0.0005, 0.0003, 0.0001, 0.0, 0.0], [0.9953, 0.0041, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9938, 0.0025, 0.0015, 0.0009, 0.0009, 0.0003, 0.0, 0.0], [0.985, 0.0066, 0.0066, 0.0009, 0.0003, 0.0002, 0.0002, 0.0], [0.9984, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0012, 0.0012, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9984, 0.0004, 0.0003, 0.0003, 0.0003, 0.0001, 0.0, 0.0], [0.9949, 0.0019, 0.0009, 0.0007, 0.0007, 0.0002, 0.0002, 0.0002], [0.9905, 0.0019, 0.0019, 0.0015, 0.0012, 0.0009, 0.0007, 0.0002], [0.606, 0.1736, 0.0639, 0.0235, 0.0183, 0.0143, 0.0111, 0.0098], [0.6178, 0.0738, 0.0507, 0.0448, 0.0271, 0.0211, 0.0165, 0.0128], [0.2683, 0.1844, 0.0678, 0.0363, 0.025, 0.025, 0.022, 0.0194], [0.1119, 0.0529, 0.0467, 0.0363, 0.0321, 0.0321, 0.0266, 0.022], [0.1677, 0.1153, 0.0699, 0.0374, 0.0374, 0.0374, 0.0257, 0.02]], "ranks": {"Rust": [70427, 50344, 55996, 77706, 101679, 116113, 40524, 26440, 16100, 16745, 16423, 11349, 14781, 15076, 14175, 15164, 18046, 20803, 25269, 18398, 26430, 29442, 35684, 36591, 33671, 68348, 93202, 56844, 37095, 76655, 69852, 51691, 57875, 46685, 48392, 39914, 28981, 36477, 29874, 30646, 24967, 14282, 13756, 11956, 5297, 3809, 1412]}}, {"pos": 537, "top": [["\u201d.", "\u201d,", "...\u201d", "</strong>", ")\u201d.", "\u201d;", "\u201d", "</em>"], ["...\u201d", "\u201d.", "\u201d,", ")\u201d.", "</strong>", "\u201d;", "\u201d-", "\u201d"], ["...\u201d", "\u201d.", "\u201d,", ")\u201d.", "\u201d;", "\u201d", "-\u201d", "\u201d-"], ["...\u201d", "\u201d,", "\u201d.", ")\u201d.", "</strong>", "\u201d;", "-\u201d", "\u201d]"], ["...\u201d", "\u201d,", "\u201d.", "</strong>", ")\u201d.", " \u201d,", "-\u201d", "\u201d]"], ["...\u201d", "</strong>", "\u201d,", "\u201d.", " \u201d,", "</u>", "\u201d]", ")\u201d."], ["...\u201d", "\u201d,", "\u201d.", ")\u201d.", "</strong>", "\u201d;", "\\\",", " \u201d,"], ["...\u201d", "\u201d,", "\u201d.", ")\u201d.", "</strong>", "\\\",", " \u201d,", "\u201d;"], ["...\u201d", "\u201d,", "\u201d.", "</strong>", ")\u201d.", "\u201d),", " \u201d,", "\u201d;"], ["...\u201d", "\u201d,", "</strong>", "\u201d.", ")\u201d.", "\\\",", "\u201d),", "</em>"], ["...\u201d", "</em>", "\u201d,", "</strong>", "\u201d.", ")\u201d.", " \u201d,", "\u201d),"], ["...\u201d", "</strong>", "\u201d,", "</em>", "\u201d.", ")\u201d.", "\u201d),", "\u201d;"], ["...\u201d", "</strong>", "\u201d,", "</em>", "\u201d.", ")\u201d.", "\u201d),", "\u201d;"], ["...\u201d", "</strong>", "\u201d,", "\u201d.", "</em>", ")\u201d.", "\u201d),", "</u>"], ["...\u201d", "</strong>", "</em>", "\u201d,", "\u201d.", ")\u201d.", "\u201d),", "</u>"], ["...\u201d", "</strong>", "\u201d,", "</em>", "\u201d.", ")\u201d.", "\u201d),", "\u201d)."], ["</strong>", "</em>", "...\u201d", "\u201d,", "\u201d.", ")\u201d.", "\u201d),", "\u201d;"], ["...\u201d", "</strong>", "</em>", "\u201d,", "\u201d.", ")\u201d.", "</u>", "?\u201d,"], ["...\u201d", "</strong>", "</em>", "\u201d,", "\u201d.", ")\u201d.", "</u>", "?\u201d,"], ["...\u201d", "</strong>", "</em>", "\u201d,", "\u201d.", ")\u201d.", "</u>", "?\u201d,"], ["...\u201d", "</strong>", "</em>", ")\u201d.", "\u201d,", "\u201d.", "?\u201d,", "?\u201d."], ["</em>", "</strong>", "...\u201d", ")\u201d.", "\u201d.", "\u201d,", "?\u201d.", "?\u201d,"], [")\u201d.", "</em>", "</strong>", "...\u201d", "\u201d.", ").\u201d", "\u201d).", "?\u201d."], [")\u201d.", ").\u201d", "...\u201d", "</em>", "\u201d).", "?\u201d.", "</strong>", "\u201d),"], [")\u201d.", ").\u201d", "\u201d),", "\u201d).", "?\u201d,", "?\u201d.", "),\u201d", "\u201d)"], [")\u201d.", ").\u201d", "?\u201d.", "\u201d).", ".\u201d)", "\u201d),", "!\u201d.", "?\u201d,"], [")\u201d.", ").\u201d", "?\u201d.", " Complexity", "?\u201d,", "\u201d),", "!\u201d,", "Complexity"], [")\u201d.", " Complexity", ").\u201d", "!\u201d,", ".\u201d)", " Pressure", " worsens", "\u201d),"], [" Pressure", "Pressure", " Conditions", "Conditions", " Complexity", " \u0634\u0631\u0627\u06cc\u0637", " Constraints", "Stress"], [" Pressure", "Pressure", " pressure", " Conditions", " pressures", "pressure", " \u0634\u0631\u0627\u06cc\u0637", " PRESSURE"], [" Pressure", " pressure", "Pressure", "Stress", "pressure", " stressful", " Stress", " pressures"], [" Pressure", " workloads", "Stress", "Pressure", " Stress", " pressure", " stressful", " stressors"], [" Pressure", " pressure", "Pressure", "pressure", " pressures", "\u538b\u529b", " Stress", " PRESSURE"], [" Pressure", " pressure", "Pressure", "pressure", "\u538b\u529b", " PRESSURE", " Stress", " Under"], [" Load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8ca0\u8377", " load", " Pressure", "Load", " pressure", " beban"], [" pressure", " Pressure", " load", "\u8ca0\u8377", " Load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "Pressure", " heavy"], [" Pressure", " pressure", "\u8ca0\u8377", " Load", " load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "Pressure", "pressure"], [" load", " Load", "Load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8ca0\u8377", "load", "\u8d1f\u8f7d", " \u043d\u0430\u0433\u0440\u0443"], [" load", " Load", "\u8ca0\u8377", "Load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "load", " \u043d\u0430\u0433\u0440\u0443", "\u8d1f\u8f7d"], [" load", " Load", "Load", "\u8ca0\u8377", "load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " heavy", " \u043d\u0430\u0433\u0440\u0443"], [" load", " Load", "Load", "load", "\u8ca0\u8377", " heavy", " \u043d\u0430\u0433\u0440\u0443", " pressure"], [" load", " Load", "load", "Load", "\u8ca0\u8377", " pressure", " heavy", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438"], [" load", " Load", "load", "Load", " pressure", " heavy", "\u8ca0\u8377", " Pressure"], [" load", " Load", "Load", "load", " Pressure", " heavy", " Heavy", " pressure"], [" Load", " load", "load", "Load", " Heavy", " heavy", " Pressure", " Loading"], [" Load", " load", " Pressure", " Stress", " Heavy", " Mobile", " heavy", "load"], [" Load", " Pressure", " Mobile", " Heavy", " Stress", " load", " High", "load"]], "p": [[0.6279, 0.231, 0.1401, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.7361, 0.1642, 0.0996, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9714, 0.0178, 0.0108, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9852, 0.0066, 0.0066, 0.0015, 0.0, 0.0, 0.0, 0.0], [0.9714, 0.0178, 0.0108, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9522, 0.0474, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9523, 0.0474, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5922, 0.3592, 0.0486, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0025, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9878, 0.011, 0.0009, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.4987, 0.4987, 0.002, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.5721, 0.347, 0.047, 0.0173, 0.0105, 0.0039, 0.0014, 0.0005], [0.9917, 0.0041, 0.0012, 0.0007, 0.0007, 0.0007, 0.0002, 0.0002], [0.9446, 0.0366, 0.0082, 0.0027, 0.0018, 0.0018, 0.0014, 0.0006], [0.8921, 0.083, 0.0047, 0.0041, 0.0036, 0.0025, 0.0013, 0.0009], [0.5884, 0.0902, 0.0547, 0.0483, 0.0332, 0.0228, 0.0178, 0.0178], [0.4533, 0.1668, 0.1012, 0.0788, 0.0614, 0.0478, 0.029, 0.029], [0.902, 0.0449, 0.0212, 0.01, 0.0061, 0.0029, 0.0022, 0.0017], [0.9977, 0.0019, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.836, 0.1131, 0.0252, 0.0093, 0.0072, 0.0021, 0.0021, 0.0016], [0.9435, 0.0173, 0.0135, 0.0082, 0.0082, 0.005, 0.003, 0.0004], [0.9814, 0.018, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9512, 0.0474, 0.0014, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7223, 0.0977, 0.0593, 0.0593, 0.0593, 0.0007, 0.0007, 0.0007], [0.4989, 0.4989, 0.0008, 0.0005, 0.0005, 0.0005, 0.0, 0.0], [0.6148, 0.3729, 0.0068, 0.0025, 0.0025, 0.0003, 0.0001, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7769, 0.2226, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.5619, 0.4376, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.7296, 0.2684, 0.0011, 0.0005, 0.0002, 0.0001, 0.0, 0.0], [0.9144, 0.0355, 0.013, 0.0115, 0.0115, 0.0048, 0.0029, 0.0014], [0.9904, 0.0032, 0.0022, 0.0017, 0.0012, 0.0007, 0.0004, 0.0001]], "ranks": {"Rust": [8642, 7951, 10849, 14586, 16660, 29654, 23037, 27389, 21574, 16433, 20441, 26162, 40371, 26552, 26698, 25929, 23381, 20943, 16194, 15113, 28399, 26476, 35461, 36893, 21495, 71556, 81790, 84016, 73701, 96093, 88701, 58495, 50752, 32178, 33215, 35794, 22022, 20710, 7695, 4268, 4868, 4698, 5389, 3850, 1998, 520, 234]}}, {"pos": 538, "top": [[" `", " `--", " \u00b7", " \\", " `/", " \\[", " --", " \\'"], [" `", " `--", " \u00b7", " \\", " `/", " \\|", " \\[", " \\'"], [" `--", " `", " \u00b7", " \\|", " \\", " --", " \\[", " !\\"], [" `--", " `", " \\", " --", " `/", " \\|", " !\\", " \\["], [" `--", " `", " \\", " --", " `/", " /-", " !\\", " \\["], [" \\", " \\[", " `", " `--", " !\\", " --", " \\'", " \\|"], [" \\", " \\[", " \\|", " !\\", " \\'", " `--", " `", " --"], [" \\[", " \\", " \\|", " `", " `--", " !\\", " \\'", "\\["], [" \\[", " \\", "\\[", " `", " \\|", " \\'", "<start_of_image>", " `--"], [" \\", " \\[", " \\'", "\\[", " `", " \\|", " `--", " --"], [" \\", " \\[", " \\'", " `", "\\[", " \\]", " /", " `/"], [" \\[", " \\", " \\|", "\n\n\n\n", " \\'", " \\]", "\\[", " --"], [" \\", " \\[", " --", " /", "\n\n\n\n", "<start_of_image>", " \\|", " \\]"], [" \\", " \\[", " --", " \\|", " /", "\\[", "<start_of_image>", " `"], [" --", " \\", " \\[", "<start_of_image>", "\n\n\n\n", "\\[", " /", "--"], [" \\", " --", " \\[", " /", " !\\", "\\[", "</em>", " \\|"], [" \\", " --", "</strong>", " /", " !\\", " \\[", "<start_of_image>", " Engines"], [" --", "</strong>", " \\", " \\[", "</h4>", "</em>", " !\\", " `--"], ["</em>", "</strong>", " --", "</h4>", " \\", " \\[", " Compression", " Engines"], ["</strong>", "</em>", "</h4>", " Compression", " \\[", " Optimize", " CPUs", "</code>"], ["</strong>", "</em>", " CPU", " CPUs", " Optimized", " Infrastructure", " DDoS", " Efficiency"], [" CPU", " CPUs", " Fatigue", " DDoS", " throttling", "</strong>", " Optimized", " inefficiencies"], ["</em>", "</strong>", "</h4>", " CPU", " Fatigue", " massively", " Optimized", " CPUs"], [" inefficiencies", " Optimized", " Complexity", " Optimization", " scalability", " Fatigue", "</em>", " Simulations"], [" inefficiencies", " Optimized", " Complexity", " Simulations", " Fatigue", " Optimization", " Troubleshooting", " scalability"], [" Optimized", " Complexity", " Fatigue", " Troubleshooting", " Optimization", " Simulations", " Optimize", " Workflow"], [" Optimized", " Complexity", "):", " Workflow", " Simulations", " Troubleshooting", " Fatigue", " Optimization"], ["):", ".):", ")\uff1a", ").", "+)", ")+", "),", "\uff09\uff1a"], ["):", ".):", ")\uff1a", "\uff09\uff1a", ").", ")+", " ):", "/)."], ["):", ")\uff1a", ".):", "\uff09\uff1a", " ):", ":**", "]:", "**:"], ["):", ")\uff1a", ".):", "\uff09\uff1a", ":**", "]:", "**:", "}:"], ["):", ")\uff1a", ":**", ".):", "**:", "\uff09\uff1a", "]:", "}:"], ["):", ")\uff1a", ".):", ":**", "]:", "**:", "\uff09\uff1a", "`:"], ["):", ")\uff1a", ".):", ":**", "}:", "]:", "\uff09\uff1a", "`:"], ["):", ")\uff1a", ".):", "\uff09\uff1a", "]:", "}:", ":**", "):\\"], ["):", ")\uff1a", ".):", "\uff09\uff1a", "]:", "}:", ":**", " ):"], ["):", ")\uff1a", ".):", ":**", "\uff09\uff1a", "]:", "}:", " ):"], ["):", ")\uff1a", ".):", "\uff09\uff1a", ":**", "]:", " ):", "}:"], ["):", ")\uff1a", ".):", "\uff09\uff1a", " ):", "]:", ":**", "\":"], ["):", ".):", ")\uff1a", " ):", "\uff09\uff1a", "]:", "\":", "}:"], ["):", ".):", " ):", ")\uff1a", "\uff09\uff1a", "]:", "}:", "):\\"], ["):", ".):", " ):", ")\uff1a", "\uff09\uff1a", "]:", "}:", "\":"], ["):", " ):", ".):", "]:", ")\uff1a", "\uff09\uff1a", "}:", "\":"], ["):", " ):", ".):", ")\uff1a", "\uff09\uff1a", "):\\", ")):", "\"):"], ["):", " ):", ".):", ")\uff1a", ")):", "\uff09\uff1a", "):\\", "}:"], ["):", " ):", ".):", ")**", ")\uff1a", ").", "):\\", "\uff09\uff1a"], ["):", "/", ")**", " ):", ",", ".):", ")", ":**"]], "p": [[0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5551, 0.3367, 0.0965, 0.0079, 0.0018, 0.0011, 0.0003, 0.0003], [0.9702, 0.0293, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9944, 0.0052, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9961, 0.0019, 0.0015, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.9053, 0.0743, 0.0166, 0.0017, 0.0011, 0.0006, 0.0002, 0.0001], [0.6176, 0.3746, 0.0069, 0.0004, 0.0003, 0.0001, 0.0, 0.0], [0.5593, 0.4356, 0.0038, 0.0007, 0.0005, 0.0001, 0.0001, 0.0], [0.9501, 0.0473, 0.0024, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.6101, 0.37, 0.0184, 0.0009, 0.0003, 0.0002, 0.0, 0.0], [0.9889, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6559, 0.3098, 0.0327, 0.001, 0.0005, 0.0, 0.0, 0.0], [0.824, 0.1432, 0.032, 0.0004, 0.0004, 0.0001, 0.0, 0.0], [0.5216, 0.3164, 0.1494, 0.0096, 0.001, 0.0008, 0.0008, 0.0001], [0.819, 0.1423, 0.0318, 0.0055, 0.0007, 0.0001, 0.0001, 0.0001], [0.3332, 0.2595, 0.2021, 0.2021, 0.0014, 0.0011, 0.0003, 0.0001], [0.8378, 0.1134, 0.0417, 0.0056, 0.001, 0.0003, 0.0001, 0.0], [0.4981, 0.4981, 0.0034, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.5617, 0.4374, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9704, 0.0293, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.699, 0.2571, 0.0078, 0.006, 0.0047, 0.0047, 0.0037, 0.0029], [0.8519, 0.148, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4365, 0.34, 0.1251, 0.0217, 0.0169, 0.0132, 0.0132, 0.0132], [0.5932, 0.17, 0.0803, 0.0625, 0.0487, 0.0179, 0.014, 0.0066], [0.4316, 0.2039, 0.1588, 0.0963, 0.075, 0.013, 0.0062, 0.0048], [0.2394, 0.1865, 0.1131, 0.1131, 0.0881, 0.0416, 0.0416, 0.0324], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [7016, 8101, 11909, 10313, 12762, 10160, 5566, 7728, 6399, 8127, 11321, 5193, 9726, 5077, 7862, 7907, 10898, 11853, 16072, 18208, 26165, 25610, 25208, 25334, 16388, 31240, 21534, 18408, 13507, 27974, 18067, 15211, 14889, 10552, 10368, 8988, 10955, 16739, 18775, 18401, 17204, 15771, 9244, 11775, 5140, 3372, 3450]}}, {"pos": 539, "top": [[";:", "!:", ":.", ".:", ":", ":...", ":[", ",:"], [";:", "!:", ".:", ":.", ":...", ":", ":~", ":["], [";:", ":.", ".:", ":...", "!:", ":~", ":\u201d", ":{"], [";:", ":...", ".:", ":.", "!:", " $:", ":~", ":"], [";:", ":...", ".:", " $:", ":\u201d", "!:", "\u201d:", ":."], ["</i>", " $:", "\\\":", "`:", ".:", " }:", "!:", ";:"], [":", ":[", ":...", ":\u201c", "`:", "!:", ":`", "\\\":"], [":", ":\u201c", "\\\":", ":[", "\u201d:", "`:", ":...", ":\u201d"], [":\u201c", ":", "\u201d:", ":...", ":\u201d", "`:", "\\\":", "):"], ["</i>", "...\u201d", "</h1>", "\u201d:", "</em>", "\u2026\u201d", "</h4>", "`:"], ["</i>", "</em>", "</h1>", "\u201d:", "</h4>", "...\u201d", "`:", "\u2026\u201d"], ["</em>", "</h4>", "</h1>", "\u201d:", "</i>", "</h6>", "...\u201d", "\u2019:"], ["</em>", "</h1>", "</h4>", "</i>", "</h6>", "...\u201d", "\u201d:", "\":"], ["</h1>", "\u201d:", "</h4>", "\":", "...\u201d", "</em>", "</i>", "\u201d."], ["</h1>", "</h4>", "\":", "</em>", "...\u201d", "...", "\u201d:", "...\""], ["</h1>", "</em>", "</h4>", "\":", "\u201d:", "\u201d.", "...\u201d", "</h2>"], ["</h1>", "</em>", "</h4>", "...\u201d", "\":", "\u201d:", "\u201d.", "\u2026\u201d"], ["...\u201d", "...\"", "</h4>", "\u2026\u201d", "\":", "</h1>", "\u201d:", "..."], ["...\u201d", "\u2026\u201d", "</h4>", "...\"", "\u201d:", "\u2026\"", "\":", "</h1>"], ["...\u201d", "...\"", "\u2026\u201d", "</h4>", "\u2026\"", "</h1>", "</em>", "..."], ["...\u201d", "...\"", "\u2026\u201d", "\"...", "\":", "\u201d:", "\u2026\"", "..."], ["*:", "\":", "\u201d:", "':", "\u2019:", "**:", " (\u201c", "):"], ["...\u201d", " (\u201c", "\"...", "...\"", "\":", "*:", "\u201d:", "!\"."], [" instabilities", " vulnerabilities", " troubleshooting", " simulations", " scalability", " leveraging", " instability", " exacerbated"], [" instabilities", " bottlenecks", " troubleshooting", " overfitting", " scalability", " vulnerabilities", " simulations", " unpredictable"], [" instabilities", " overfitting", " scalability", " troubleshooting", " Troubleshooting", " robustness", " vulnerabilities", " inefficiencies"], [" workflows", " scalability", " debugging", " inefficiencies", " Troubleshooting", " instabilities", " bottlenecks", " troubleshooting"], [" workflows", " scalability", " robustness", " iteratively", " iterative", " workloads", " bottlenecks", " Workflow"], [" workflows", " scalability", " Simulations", " simulations", "Latency", "\u590d\u6742\u5ea6", " workloads", "Complexity"], [" workflows", " scalability", " debugging", " workloads", " complexity", " simulations", " optimizations", " Complexity"], [" workflows", " workloads", " debugging", " scalability", " simulations", " optimizations", " computationally", " Simulations"], [" workflows", " workloads", " simulations", " CPUs", " debugging", " Simulations", " Simulate", " CPU"], [" Simulations", " workflows", " simulations", " Simulate", " CPU", " CPUs", " debugging", " workloads"], [" simulations", " Simulations", " Simulate", " CPU", "CPU", " workloads", " CPUs", " simulation"], [" simulations", " workloads", " Simulations", " Simulate", "\u8ca0\u8377", " workload", " CPU", " simulation"], [" CPU", " workloads", "CPU", " simulations", " CPUs", " Simulations", " Simulate", " workload"], [" CPU", "CPU", " simulations", " workloads", " CPUs", " Simulations", " Simulate", " simulation"], [" CPU", " concurrency", "CPU", " workloads", "Concurrency", "\u8d1f\u8f7d", " CPUs", " simulations"], [" CPU", "CPU", " concurrency", " CPUs", " workloads", "Concurrency", " simulations", "\u8d1f\u8f7d"], [" CPU", "CPU", " concurrency", " CPUs", " workloads", "Concurrency", " simulations", " server"], [" CPU", "CPU", " concurrency", " stress", "Stress", " stressful", " CPUs", " workloads"], [" server", " CPU", " Server", "CPU", " \u0441\u0435\u0440\u0432\u0435\u0440", " servers", " \uc11c\ubc84", "Server"], [" server", " CPU", " Server", " servers", "CPU", " \u0441\u0435\u0440\u0432\u0435\u0440", " network", " \uc11c\ubc84"], [" server", " CPU", " Server", " servers", " network", "CPU", " Servers", " load"], [" CPU", "CPU", " network", " server", " concurrency", " Network", " load", " Server"], ["**", "  ", ":**", ".**", " CPU", " network", "\n\n", "**:"], ["**", ":**", "**:", " **", "**.", " ", " Heavy", "***"]], "p": [[0.9052, 0.0743, 0.0166, 0.0037, 0.0001, 0.0001, 0.0, 0.0], [0.8666, 0.1173, 0.0096, 0.0058, 0.0005, 0.0001, 0.0, 0.0], [0.9905, 0.0067, 0.0025, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.9833, 0.0109, 0.004, 0.0015, 0.0002, 0.0001, 0.0, 0.0], [0.9441, 0.047, 0.0064, 0.0023, 0.0001, 0.0001, 0.0, 0.0], [0.6571, 0.2417, 0.0889, 0.0044, 0.0027, 0.0016, 0.0016, 0.001], [0.8531, 0.07, 0.0425, 0.0156, 0.0057, 0.0035, 0.0035, 0.0021], [0.5154, 0.3126, 0.0697, 0.0423, 0.0257, 0.0257, 0.0035, 0.0021], [0.8106, 0.1097, 0.0665, 0.009, 0.002, 0.0012, 0.0007, 0.0001], [0.9981, 0.0009, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.97, 0.0293, 0.0005, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7359, 0.1279, 0.1279, 0.0039, 0.0018, 0.0018, 0.0005, 0.0001], [0.5187, 0.4039, 0.0702, 0.0045, 0.0008, 0.0008, 0.0004, 0.0002], [0.7794, 0.0725, 0.0498, 0.0388, 0.0183, 0.0162, 0.006, 0.0036], [0.6999, 0.0836, 0.0651, 0.0574, 0.0307, 0.0165, 0.0113, 0.0061], [0.4819, 0.2923, 0.1773, 0.0212, 0.0088, 0.0042, 0.002, 0.0015], [0.3386, 0.2637, 0.2637, 0.0588, 0.0357, 0.0216, 0.0048, 0.0038], [0.9542, 0.0175, 0.0136, 0.0064, 0.003, 0.0024, 0.0014, 0.0007], [0.8092, 0.1095, 0.0314, 0.019, 0.007, 0.007, 0.0055, 0.0042], [0.9039, 0.0742, 0.01, 0.0047, 0.0037, 0.0014, 0.0006, 0.0005], [0.9452, 0.0471, 0.003, 0.0011, 0.0011, 0.0007, 0.0005, 0.0004], [0.6859, 0.153, 0.0563, 0.0301, 0.0207, 0.0126, 0.0098, 0.0086], [0.7282, 0.1625, 0.0598, 0.022, 0.022, 0.0018, 0.0011, 0.0004], [0.8605, 0.0706, 0.0428, 0.0096, 0.0035, 0.0035, 0.0021, 0.0017], [0.9656, 0.0107, 0.0107, 0.0065, 0.0039, 0.0015, 0.0003, 0.0003], [0.5605, 0.2062, 0.1606, 0.0279, 0.0217, 0.0103, 0.0038, 0.0029], [0.8442, 0.1142, 0.0057, 0.005, 0.0039, 0.0039, 0.0035, 0.0035], [0.8512, 0.1479, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.8119, 0.0856, 0.0149, 0.0149, 0.0116, 0.009, 0.0055, 0.0048], [0.6555, 0.2411, 0.0538, 0.0154, 0.0094, 0.0073, 0.0057, 0.0044], [0.782, 0.1745, 0.0236, 0.0087, 0.0041, 0.0019, 0.0012, 0.0007], [0.4998, 0.3892, 0.0249, 0.0194, 0.0194, 0.0118, 0.0092, 0.0071], [0.3392, 0.2642, 0.2057, 0.0972, 0.0358, 0.0278, 0.0102, 0.008], [0.5326, 0.3231, 0.0561, 0.0437, 0.034, 0.0076, 0.0022, 0.0003], [0.6553, 0.2411, 0.0887, 0.012, 0.0016, 0.001, 0.0001, 0.0001], [0.9302, 0.0463, 0.017, 0.0038, 0.0023, 0.0002, 0.0001, 0.0001], [0.9324, 0.0464, 0.0171, 0.0023, 0.0014, 0.0003, 0.0, 0.0], [0.8977, 0.0737, 0.0271, 0.0008, 0.0003, 0.0001, 0.0001, 0.0001], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9944, 0.0041, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9953, 0.0041, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.618, 0.3749, 0.0042, 0.0009, 0.0009, 0.0006, 0.0003, 0.0001], [0.7507, 0.2151, 0.0227, 0.0051, 0.0024, 0.0009, 0.0009, 0.0007], [0.623, 0.2943, 0.0511, 0.0147, 0.0069, 0.0025, 0.0015, 0.0014], [0.8645, 0.038, 0.0203, 0.014, 0.0109, 0.0075, 0.0075, 0.0051], [0.9966, 0.0008, 0.0006, 0.0004, 0.0003, 0.0002, 0.0002, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [7733, 10860, 12463, 15631, 19323, 28992, 6387, 4375, 2943, 3662, 3675, 2536, 3202, 2602, 4955, 4722, 5986, 5864, 5426, 4009, 7946, 5747, 12892, 14614, 24842, 75255, 123081, 108878, 27173, 41859, 39429, 20674, 17011, 8893, 6916, 9124, 9903, 14601, 8723, 8601, 12973, 18337, 18307, 15691, 12033, 9890, 3336]}}, {"pos": 540, "top": [["**", " **", ".**", "**.", ":**", "**,", ">**", "**:"], ["**", " **", ".**", "**.", ">**", ":**", "**,", "**:"], ["**", " **", " (**", ".**", ":**", ">**", "**(", " \"**"], [" **", " (**", "**", " \"**", "(**", "**(", ">**", ":**"], [" **", " (**", "**", " \"**", "(**", "**(", ".**", ":**"], [" **", " (**", "**", " \"**", "(**", "**(", " `--", ":**"], [" **", " (**", "**", ":**", " \"**", "**(", "(**", ".**"], [" (**", " **", "**", " \"**", "(**", ":**", "**(", " (`"], [" (**", " **", "**", " \"**", ":**", "(**", "**(", "**,"], [" (**", " **", "**", ":**", " \"**", "(**", "**(", "**,"], [" (**", " **", "**", ":**", " \"**", " (`", "**(", "**:"], [" **", " (**", "**", ":**", "**,", "**:", " \"**", ".**"], [" **", " (**", "**", ":**", " \"**", "**,", ".**", "**:"], [" **", "**", ":**", " (**", "**:", ",", ".**", "**,"], [" **", "**", ":**", " (**", ".**", "**:", "**,", " \"**"], [" **", " (**", "**", ":**", ",", "**,", " \"**", ".**"], [" **", ",", " (**", "**", " potentially", " overall", " (", "\ufffd"], [" **", " (**", " focused", " increasingly", " potentially", ",", "**", " --"], [" **", "**", " (**", " --", " \u2026", " increasingly", "\u2026", " :"], [" increasingly", " leveraging", " focused", " impactful", " **", " relentlessly", " crucial", " prioritizing"], ["...", " focused", "\u2026", " **", " \u2026", " leveraging", " increasingly", "**"], [" increasingly", " focused", " potentially", " leveraging", " vulnerabilities", " exacerbated", " potential", " instability"], [" increasingly", " focused", " leveraging", " potentially", " vulnerabilities", " prioritized", " exacerbated", " optimized"], [" leveraging", " increasingly", " impactful", " leveraged", " vulnerabilities", " prioritizing", " exacerbated", " leverages"], [" increasingly", " leveraging", " exacerbated", " worsening", " vulnerabilities", " prioritizing", " leverages", " escalating"], [" exacerbated", " leveraging", " worsening", " increasingly", " prioritizing", " vulnerabilities", " inefficiencies", " transitioning"], [" exacerbated", " leveraging", " inefficiencies", " initially", " prioritizing", " prioritization", " Initially", " worsening"], [" Initially", " initially", " exacerbated", " inefficiencies", "\u5373\u4f7f", "\u5373\u4fbf", " prioritization", " prioritizing"], [" Initially", " initially", "Initially", "\u5373\u4f7f", "\u5373\u4fbf", " \u0438\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e", " inicialmente", " Initial"], [" Initially", " initially", "Initially", " Already", " inicialmente", " Initial", " \u0438\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e", " initial"], [" Initially", " initially", "Initially", " While", " inicialmente", " initial", " Initial", " inefficiencies"], [" Initially", " initially", "Initially", " While", " Initial", " inicialmente", " initial", " inefficiencies"], [" Initially", " initially", "Initially", " Initial", " While", " initial", " inicialmente", " scalability"], [" Initially", " initially", " While", "Initially", " Initial", " initial", " Whilst", " scalability"], [" Initially", " initially", " While", " Initial", "Initially", " initial", " Already", " Whilst"], [" Initially", " While", " initially", " Initial", " Whilst", "Initially", " Predicting", " Even"], [" Initially", " While", " initially", " Initial", "Initially", " initial", " Relatively", " Even"], [" Initially", " While", " Initial", " initially", " Relatively", "Initially", " Even", " initial"], [" Initially", " While", " Initial", " initially", " Relatively", " Even", "Initially", " initial"], [" Initially", " While", " Initial", " initially", " Even", " initial", " Relatively", "Initially"], [" Initially", " While", " Initial", " initially", " Relatively", " Even", " Combining", " Achieving"], [" Initially", " While", " Initial", " Relatively", " Even", " initially", " Combining", " initial"], [" Initially", " While", " Initial", " Even", " Combining", " Relatively", " initially", " initial"], [" Initially", " While", " Initial", " Even", " initially", " initial", " Relatively", " Combining"], [" Initially", " While", " Initial", " initially", " Even", " initial", " Managing", " Achieving"], [" Initially", " While", " Initial", " initially", " initial", " Even", " while", "  "], [" While", " Initially", " Even", " The", " Initial", " As", "  ", " With"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6223, 0.3775, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4989, 0.4989, 0.002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6068, 0.368, 0.0183, 0.0067, 0.0, 0.0, 0.0, 0.0], [0.8128, 0.11, 0.0589, 0.0169, 0.0003, 0.0003, 0.0003, 0.0002], [0.651, 0.1865, 0.0998, 0.0472, 0.0034, 0.0027, 0.0023, 0.0021], [0.6695, 0.2463, 0.055, 0.0202, 0.0031, 0.0017, 0.0015, 0.0013], [0.7483, 0.167, 0.0478, 0.0199, 0.0083, 0.0011, 0.0009, 0.0009], [0.2205, 0.118, 0.0492, 0.0263, 0.0232, 0.0181, 0.015, 0.0141], [0.7626, 0.1032, 0.0045, 0.0045, 0.0045, 0.0038, 0.0035, 0.0026], [0.328, 0.057, 0.0325, 0.0325, 0.0238, 0.0223, 0.0223, 0.0197], [0.1214, 0.1214, 0.0834, 0.0446, 0.0446, 0.0348, 0.0307, 0.0211], [0.2234, 0.1055, 0.0822, 0.0388, 0.0343, 0.0267, 0.0236, 0.0236], [0.3673, 0.0929, 0.0439, 0.0266, 0.0183, 0.0142, 0.0142, 0.0086], [0.2381, 0.0876, 0.0682, 0.0469, 0.0221, 0.0152, 0.0152, 0.0105], [0.9227, 0.0169, 0.0169, 0.007, 0.007, 0.0062, 0.0062, 0.0048], [0.4753, 0.2883, 0.2245, 0.0087, 0.0007, 0.0006, 0.0004, 0.0003], [0.872, 0.118, 0.0097, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9454, 0.0285, 0.0173, 0.0039, 0.0039, 0.0005, 0.0003, 0.0], [0.9515, 0.0474, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9737, 0.0178, 0.0084, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9913, 0.0086, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9391, 0.06, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9601, 0.0372, 0.0024, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.614, 0.3724, 0.0112, 0.0009, 0.0003, 0.0002, 0.0002, 0.0002], [0.6117, 0.371, 0.0112, 0.0025, 0.0015, 0.0006, 0.0002, 0.0002], [0.6491, 0.1641, 0.0878, 0.0222, 0.0196, 0.0173, 0.0119, 0.0034], [0.4196, 0.2884, 0.0643, 0.0568, 0.0304, 0.0268, 0.0127, 0.0077], [0.7995, 0.0511, 0.0451, 0.0398, 0.0188, 0.0114, 0.0069, 0.0037]], "ranks": {"Rust": [66863, 75805, 84937, 151497, 139106, 225291, 136965, 111306, 72515, 36610, 26466, 13358, 15543, 12429, 12058, 15620, 16680, 14213, 13453, 10125, 14969, 14755, 19622, 27043, 41987, 60759, 82974, 61518, 49188, 38381, 37347, 23891, 24507, 13604, 12399, 6772, 8190, 10402, 5347, 6498, 6761, 2740, 2116, 1941, 911, 483, 274]}}, {"pos": 541, "top": [["  ", "   ", "    ", "      ", "     ", "          ", "       ", "s"], ["  ", "   ", "s", "      ", "    ", "     ", "e", "       "], ["  ", "   ", "s", "      ", "e", "\u03c2", "    ", "     "], ["  ", "   ", "s", "      ", "    ", "     ", "e", "\u03c2"], ["  ", "   ", "s", "      ", "    ", "     ", "e", "          "], ["  ", "   ", "s", "      ", "    ", "     ", "          ", "       "], ["  ", "   ", "      ", "    ", "     ", "          ", "       ", "s"], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "s"], ["  ", "   ", "    ", "<unused1>", "<unk>", "<eos>", "<mask>", "[multimodal]"], ["  ", "   ", "<unused1>", "<eos>", "<mask>", "<unk>", "[multimodal]", "<pad>"], ["  ", "   ", "<unused1>", "<eos>", "<mask>", "<unk>", "[multimodal]", "<pad>"], ["  ", "   ", "    ", "      ", "     ", "          ", "<unk>", "<unused1>"], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "           "], ["  ", "   ", "    ", "      ", "     ", "          ", "       ", "\ufffd"], ["  ", "   ", "    ", "      ", "     ", "\ufffd", "          ", "       "], ["  ", "   ", "    ", "      ", "     ", "\ufffd", "       ", "          "], ["  ", "   ", "    ", "      ", "     ", " hugely", " increasingly", " crucial"], ["  ", "   ", "    ", "      ", " hugely", " increasingly", "     ", " relentlessly"], ["  ", "   ", " workflows", " hugely", " complexities", " crucial", " crucially", " massively"], ["  ", "   ", " workflows", " complexities", " bottlenecks", " leveraging", " complexity", " hugely"], ["  ", " workflows", "   ", " bottlenecks", " complexities", " massively", " increasingly", " complexity"], ["  ", " bottlenecks", " workflows", " massively", " complexities", " relentlessly", " aggressively", " exponentially"], ["  ", " workflows", " leveraging", " complexities", " leverages", " optimizations", " bottlenecks", " inefficiencies"], [" leveraging", " workflows", " bottlenecks", " leverages", " exacerbated", " optimizations", " inefficiencies", " troubleshooting"], [" workflows", "Combining", " leveraging", " inefficiencies", " optimizations", " exacerbated", " iterating", " prioritization"], [" workflows", "Combining", " inefficiencies", " optimizations", " leveraging", " iterating", " exacerbated", " prioritization"], [" workflows", " prioritization", "Combining", " iterating", " inefficiencies", " iterative", " exacerbated", " optimizations"], ["Combining", "Initially", "Adding", "Combined", "combined", "\u5373\u4f7f", "combination", " Combining"], ["Combining", "Adding", "Initially", " Combining", " iterating", " initially", " combining", "Combined"], ["Combining", " Combining", "Adding", "Initially", " iterating", " combining", " workflows", "Combine"], ["Combining", "Initially", " workflows", " Combining", " iterating", "Adding", " initially", " Initially"], ["Combining", "Initially", " workflows", "Adding", " initially", " iterating", " optimizations", "While"], ["Initially", " initially", " Initially", "While", "Combining", "Adding", "Even", "Initial"], ["Initially", "Combining", " Initially", " initially", " Combining", "While", "Adding", "Even"], ["Combining", "Initially", "While", " Initially", " Combining", " initially", "Even", "Adding"], ["Initially", "Combining", "While", "Adding", " Initially", "Even", " initially", " Combining"], ["Combining", "Initially", "While", "Adding", "Even", " Initially", " Combining", "Combine"], ["Initially", "While", "Combining", "Even", " Initially", " Combining", "Adding", " initially"], ["While", "Initially", "Combining", " Initially", " While", "Even", " Combining", " initially"], ["Combining", "While", "Initially", " Combining", " Initially", "Even", "Adding", " While"], [" plugins", " Plugins", "Combining", " Initially", " Combining", " Plugin", "Initially", " asynchronous"], ["While", " While", " Initially", "Combining", " Combining", " Plugins", "Initially", " Even"], [" Initially", " While", "While", "Initially", " Even", " Combining", "Even", " initially"], [" Initially", " initially", "Initially", " initial", " Initial", "While", "Initial", " Even"], ["While", " initially", " Initially", "Initially", " While", "Even", " initial", " Even"], ["While", "The", "Even", "Initially", "Initial", "As", "This", "With"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9893, 0.0067, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6105, 0.3703, 0.0068, 0.0053, 0.0032, 0.0009, 0.0004, 0.0004], [0.5835, 0.1302, 0.0479, 0.0479, 0.0373, 0.0373, 0.0137, 0.0107], [0.9677, 0.0138, 0.0065, 0.0024, 0.0019, 0.0019, 0.0019, 0.0009], [0.9922, 0.0025, 0.0025, 0.0015, 0.0005, 0.0003, 0.0002, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9903, 0.0067, 0.0009, 0.0009, 0.0003, 0.0003, 0.0003, 0.0001], [0.9518, 0.0474, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.715, 0.263, 0.0216, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9461, 0.0471, 0.0039, 0.0023, 0.0005, 0.0, 0.0, 0.0], [0.7271, 0.2675, 0.0049, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.6023, 0.3653, 0.03, 0.0009, 0.0007, 0.0007, 0.0, 0.0], [0.4217, 0.3284, 0.1992, 0.027, 0.021, 0.0008, 0.0008, 0.0005], [0.5632, 0.2072, 0.0979, 0.0979, 0.017, 0.008, 0.0063, 0.0014], [0.5412, 0.3283, 0.0732, 0.021, 0.0127, 0.0127, 0.006, 0.0028], [0.3542, 0.2758, 0.1673, 0.0479, 0.0373, 0.0291, 0.0226, 0.0226], [0.2454, 0.1911, 0.1911, 0.1159, 0.1159, 0.0548, 0.0259, 0.0157], [0.4776, 0.2256, 0.1757, 0.0444, 0.0269, 0.0112, 0.0087, 0.0077], [0.479, 0.1372, 0.1211, 0.0572, 0.0505, 0.027, 0.0186, 0.0164], [0.1828, 0.1613, 0.1613, 0.1423, 0.0408, 0.0408, 0.0318, 0.0232], [0.7031, 0.1222, 0.1078, 0.0241, 0.0061, 0.0061, 0.0047, 0.0022]], "ranks": {"Rust": [25229, 24677, 39838, 52853, 61039, 109733, 92987, 110371, 102487, 84738, 66552, 33565, 22636, 18132, 19092, 19822, 24350, 23479, 35420, 41794, 52124, 54433, 86526, 72111, 88406, 76158, 118290, 90424, 21845, 35979, 36440, 28009, 24169, 11138, 14564, 7826, 5895, 8031, 5699, 13611, 13279, 4111, 3756, 3450, 1733, 971, 392]}}, {"pos": 542, "top": [["s", "e", "</h1>", " Colours", " Colour", "\u00ad", "\u00bb", "*/}"], ["s", "e", " Colours", "t", "</h1>", "y", "o", "l"], ["e", "s", "er", "a", "o", "y", "t", "eer"], ["e", "s", "er", "a", "y", "o", "eer", "t"], ["s", "e", "er", "a", "y", "t", "eer", "ean"], ["s", "e", "\ufffd", "er", "a", "\ufffd", "ean", " \u00ad"], ["s", "e", "\ufffd", "\ufffd", "er", "a", "\u00ad", "  "], ["s", "e", "\ufffd", "\ufffd", "\u00ad", "er", "a", "  "], ["s", "\ufffd", "e", "\ufffd", "  ", "er", "a", "\u094d\u0938"], ["\ufffd", "s", "e", "  ", "\ufffd", "\u00ad", "er", " \u00ad"], ["\ufffd", "s", "e", "\ufffd", "  ", "\u00ad", " \u00ad", "\u200c"], ["\ufffd", "s", "e", "\ufffd", "...", ",", "'", " Hunger"], ["\ufffd", "s", "e", "...", "\ufffd", ",", "  ", "'"], ["\ufffd", ",", "s", "...", "e", "\ufffd", "'", "  "], ["\ufffd", ",", "...", "e", "s", "\ufffd", "'", "  "], ["\ufffd", ",", "...", "\ufffd", "e", "s", "'", "  "], ["\ufffd", ",", "\ufffd", "'", "  ", "...", " excitement", " crucial"], ["...", " complexity", "\ufffd", " complexities", ",", " crucial", " focus", " relentless"], [" complexity", " complexities", " focus", " innovation", " relentless", " crucial", " Complexity", " motivations"], [" complexities", " complexity", " Complexity", " instability", " motivations", " crucial", " vulnerabilities", " skillset"], [" complexity", " complexities", " Complexity", " vulnerabilities", " motivations", " skillset", " instability", " impactful"], [" complexity", " complexities", " vulnerabilities", " instability", " motivations", " volatility", " focus", " prioritise"], [" complexity", " complexities", " vulnerabilities", " leverages", " scalability", " vulnerability", " instability", " instabilities"], [" complexity", " complexities", " vulnerabilities", " prioritization", " skillset", " leverages", " scalability", " vulnerability"], [" prioritization", " complexity", " vulnerabilities", " complexities", " scalability", " leverages", " skillset", " robustness"], [" vulnerabilities", " prioritization", " complexity", " scalability", " complexities", " inefficiencies", " optimizations", " robustness"], [" complexities", " complexity", " inefficiencies", " vulnerabilities", " scalability", " prioritization", " optimizations", " robustness"], [" complexity", " prioritization", " scalability", " complexities", " inefficiencies", " vulnerabilities", " optimizations", " robustness"], [" combination", " complexity", " complexities", "combination", " combina\u00e7\u00e3o", " inefficiencies", " scalability", " combinations"], [" complexity", " combination", " complexities", " scalability", " combinations", " combinatorial", " vulnerabilities", " inefficiencies"], [" complexity", " combination", " complexities", " scalability", " combinations", " combinatorial", " vulnerabilities", " combina\u00e7\u00e3o"], [" complexity", " complexities", " combination", " scalability", " combinations", " combinatorial", " vulnerabilities", " inefficiencies"], [" complexity", " complexities", " combination", " combinatorial", " scalability", " combinations", " vulnerabilities", " inefficiencies"], [" complexity", " complexities", " combination", "complexity", " combinatorial", " interplay", " complejidad", " scalability"], [" combination", " combinations", " combinaci\u00f3n", " combina\u00e7\u00e3o", "combination", " complexity", " \u043a\u043e\u043c\u0431\u0438\u043d\u0430", " combinaison"], [" combination", " complexity", " combinations", " combinaci\u00f3n", " combinatorial", " combina\u00e7\u00e3o", "combination", " combinaison"], [" combination", " complexity", " combinatorial", " combinaci\u00f3n", " combina\u00e7\u00e3o", " combinations", "combination", " combinaison"], [" combination", " complexity", " combinatorial", " combinaci\u00f3n", " combina\u00e7\u00e3o", " combinations", "combination", " combinaison"], [" complexity", " combination", " combinatorial", " complexities", " combinaci\u00f3n", " combinations", " combina\u00e7\u00e3o", "combination"], [" combination", " complexity", " combinatorial", " complexities", " combinaci\u00f3n", " combinations", " combina\u00e7\u00e3o", "combination"], [" combination", " complexity", " combinatorial", " combinations", " combinaci\u00f3n", " combina\u00e7\u00e3o", "combination", " complexities"], [" combination", " complexity", " asynchronous", " combinatorial", " unpredictable", " unpredict", " concurrency", " combo"], [" combination", " complexity", " unpredictable", " combinatorial", " unpredict", " asynchronous", " concurrency", " combo"], [" combination", " complexity", " unpredictable", " combinatorial", " asynchronous", " unpredict", " combo", " combinations"], [" combination", " unpredictable", " asynchronous", " complexity", " unpredict", " async", " concurrency", " combo"], [" unpredictable", " combination", " complexity", " asynchronous", " sheer", " async", " initial", " unpredict"], [" sheer", " combination", " complexity", " unpredictable", " initial", " core", " inherent", " combined"]], "p": [[0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9954, 0.0041, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7369, 0.0777, 0.0605, 0.0416, 0.0252, 0.0173, 0.0082, 0.0018], [0.6922, 0.2546, 0.0099, 0.0099, 0.0077, 0.0047, 0.0036, 0.0022], [0.7297, 0.2684, 0.0018, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5611, 0.437, 0.0007, 0.0004, 0.0004, 0.0002, 0.0001, 0.0001], [0.8801, 0.1191, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.597, 0.3621, 0.0297, 0.0109, 0.0001, 0.0001, 0.0, 0.0], [0.6889, 0.1537, 0.0932, 0.0343, 0.0208, 0.0077, 0.001, 0.0001], [0.4955, 0.1823, 0.1106, 0.0861, 0.0671, 0.0407, 0.0043, 0.0043], [0.4504, 0.2128, 0.1657, 0.129, 0.0175, 0.0136, 0.005, 0.003], [0.56, 0.206, 0.125, 0.0758, 0.0169, 0.0103, 0.0023, 0.0023], [0.9716, 0.0228, 0.0015, 0.0011, 0.0011, 0.0007, 0.0003, 0.0003], [0.9795, 0.0179, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8719, 0.118, 0.0097, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9917, 0.0067, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9882, 0.011, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9836, 0.0109, 0.0024, 0.0015, 0.0015, 0.0, 0.0, 0.0], [0.9955, 0.0032, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0019, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.601, 0.2839, 0.0559, 0.0339, 0.0181, 0.0025, 0.0012, 0.0006], [0.3221, 0.1185, 0.1185, 0.1185, 0.1046, 0.0436, 0.03, 0.0264], [0.3854, 0.2063, 0.1104, 0.067, 0.0522, 0.0217, 0.0149, 0.0116]], "ranks": {"Rust": [24843, 21300, 29874, 41764, 42313, 46594, 19684, 14814, 12253, 10246, 10424, 8552, 12782, 6752, 8985, 11577, 15222, 13231, 13634, 10886, 20476, 27712, 41120, 35204, 49766, 119744, 139360, 147747, 145814, 137337, 124621, 112207, 108646, 91136, 91732, 50202, 45536, 44121, 28443, 32371, 27300, 11854, 9983, 8344, 5922, 3294, 1749]}}, {"pos": 543, "top": [["\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u00ab", " \u2026", " \u7ee7\u7eed\u8bbf\u95ee", "\u2026\u3002", " \u2026,", " (\u00ab", "\u2026"], [" \u00ab", " (\u00ab", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "\u2026\u3002", " \u7ee7\u7eed\u8bbf\u95ee", " \u2026", "\u2026", "\u2015\u2015"], ["\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "\u2026", "\u2026\u3002", " \u2026", " \u2026,", "\u2014\u2014\u2014", " [\u2026]", "\u2014\u2014\u2014\u2014"], ["\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u2026", "\u2026\u3002", " \u2026,", "\u2026", "\u2014\u2014\u2014", " \u2014", " \u7ee7\u7eed\u8bbf\u95ee"], ["\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u2026", "\u2026\u3002", " (\u00ab", " \u2026\u2026\u2026\u2026\u2026\u2026\u2026\u2026", "\u2014\u2014\u2014", " \u2014", " \u00ab"], ["\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u00ab", " \u300a", " \u2026", " \u2014", "\u2014", " (\u00ab", "\u2014\u2014\u2014"], [" \u2026", " \u2026,", " \u300a", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "\u2014", "<start_of_image>", "\u2026\u3002", "\u2026"], [" \u2026", " \u00ab", " \u2026,", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", " \u300a", "\u2014", "\u2026", "<start_of_image>"], [" \u2026", " \u00ab", " \u300a", "\u2014", " \u2026,", "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014", "<start_of_image>", " (\u00ab"], [" \u00ab", " \u2026", " (\u00ab", "<start_of_image>", " \u2026,", " \u300a", "\u2026", " \u2014"], [" \u00ab", " \u2026", " (\u00ab", " \u2026,", " \u00bb", " \u2013", " \u201e", " \u300a"], [" \u2026", " \u00ab", " (\u00ab", " \u2026,", " \u2013", " of", "\u2014", " \u2018\u2018"], [" \u00ab", " \u2026", " (\u00ab", " of", " \u2013", " \u2026,", " \u2014", "\u2014"], [" \u2026", " of", " \u00ab", " \u2013", " (\u00ab", ",", " \u2026,", "\u2014"], [" \u2026", " of", " \u2013", ",", " \u00ab", "\u2026", " \u2026,", " (\u00ab"], [" of", " elements", " (\u00ab", " \u2026", ",", " \u00ab", " flavors", " synergistic"], [" of", " elements", " \u2013", " strengths", " synergistic", " (\u00ab", " ingredients", " strength"], [" \u2026", " \u2013", " strengths", " of", " elements", " synergistic", " strength", " forces"], [" \u2026", " strengths", " synergistic", " elements", " \u2013", " leveraging", " firepower", " strength"], [" synergistic", " leveraging", " strengths", " vulnerabilities", " firepower", " elements", " skillset", " \u2026"], [" synergistic", " vulnerabilities", " strengths", " leveraging", " risks", " challenges", " skillset", " firepower"], [" synergistic", " synergy", " vulnerabilities", " strengths", " synergies", " combining", " mixtures", " risks"], [" synergistic", " combining", " combinations", " combined", " synergy", " synergies", " vulnerabilities", " combines"], [" leveraging", " vulnerabilities", " skillset", " complexity", " complexities", " synergistic", " leverages", " synergy"], [" vulnerabilities", " leveraging", " combined", " skillset", " leverages", " complexities", " complexity", " synergistic"], [" vulnerabilities", " combining", " combines", " leverages", " synergistic", " complexities", " leveraging", " combined"], [" vulnerabilities", " skillset", " necessitates", " exacerbated", " inefficiencies", " complexities", " complexity", " stressors"], [" vulnerabilities", " worsens", " necessitates", " skillset", " exacerbated", " complexities", " complexity", " stressors"], [" necessitates", " vulnerabilities", " worsens", " combines", " accelerates", " complicates", " skillset", " stressors"], [" complexities", " vulnerabilities", " complexity", " accelerates", " worsens", " necessitates", " of", " complicates"], [" worsens", " of", " accelerates", " vulnerabilities", " complexities", " complexity", " complicates", " necessitates"], [" of", " worsens", " vulnerabilities", " complexities", " accelerates", " complexity", " complicates", " necessitates"], [" of", " worsens", " accelerates", " vulnerabilities", " complexities", " complexity", " accumulates", " complicates"], [" of", " worsens", "\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23", " complexity", " complexities", " accelerates", " accumulates", " complicates"], [" of", " worsens", "\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23", " accumulates", " persists", " complicates", " complexity", " accelerates"], [" of", " worsens", " persists", " complicates", "\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23", " accumulates", " accelerates", " complexity"], [" of", " worsens", " persists", " accumulates", " complicates", " complexity", " grows", " accelerates"], [" of", " worsens", " accumulates", " persists", " complicates", " accelerates", " complexity", " grows"], [" of", " worsens", " accumulates", " persists", " becomes", " complexity", " complicates", " grows"], [" of", " worsens", " becomes", " persists", " accumulates", " complexity", " grows", " complicates"], [" of", " worsens", " becomes", " persists", " accumulates", " grows", "of", " complexity"], [" of", " worsens", " becomes", " persists", " accumulates", " grows", " stressors", " gets"], [" of", " becomes", " worsens", " grows", " accumulates", " gets", " increases", " persists"], [" of", " becomes", " factors", " worsens", " grows", " increases", " stresses", " creates"], [" of", " becomes", "of", " gets", " worsens", " grows", " creates", " increases"], [" of", "of", " becomes", " will", " is", " gets", " continues", " \u2013"], [" of", " becomes", " is", " will", ",", " continues", " gets", "of"]], "p": [[0.407, 0.2468, 0.1922, 0.0908, 0.0551, 0.0045, 0.0021, 0.0008], [0.7338, 0.1275, 0.1275, 0.0072, 0.0023, 0.0004, 0.0002, 0.0002], [0.4326, 0.2624, 0.1592, 0.124, 0.0054, 0.0029, 0.0026, 0.0023], [0.7214, 0.2067, 0.028, 0.0132, 0.0103, 0.008, 0.0049, 0.0014], [0.6454, 0.3049, 0.0118, 0.0118, 0.0072, 0.0043, 0.0043, 0.0043], [0.3792, 0.3792, 0.1086, 0.1086, 0.0114, 0.0089, 0.0033, 0.0003], [0.934, 0.0465, 0.0133, 0.0023, 0.0023, 0.0004, 0.0004, 0.0002], [0.9962, 0.0019, 0.0012, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.7753, 0.2221, 0.0012, 0.0006, 0.0004, 0.0001, 0.0001, 0.0001], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6735, 0.3182, 0.0058, 0.0021, 0.0002, 0.0001, 0.0, 0.0], [0.4997, 0.4997, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8467, 0.0892, 0.0422, 0.0199, 0.0013, 0.0004, 0.0001, 0.0001], [0.9886, 0.011, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9834, 0.0052, 0.0052, 0.0031, 0.0019, 0.0003, 0.0003, 0.0002], [0.959, 0.0226, 0.0039, 0.0031, 0.0024, 0.0024, 0.0009, 0.0008], [0.7188, 0.0973, 0.059, 0.0358, 0.0358, 0.0132, 0.0103, 0.0062], [0.3058, 0.1855, 0.1445, 0.0531, 0.0414, 0.0322, 0.0322, 0.0322], [0.4736, 0.1742, 0.1357, 0.0823, 0.0389, 0.0143, 0.0111, 0.0111], [0.3358, 0.109, 0.109, 0.0962, 0.0749, 0.0454, 0.0312, 0.0243], [0.8579, 0.0157, 0.0157, 0.0157, 0.0095, 0.0095, 0.0074, 0.0074], [0.6065, 0.2231, 0.0639, 0.0498, 0.0388, 0.0111, 0.0025, 0.0019], [0.402, 0.313, 0.0699, 0.0544, 0.0544, 0.0424, 0.0257, 0.0057], [0.471, 0.2225, 0.0637, 0.0496, 0.0496, 0.0301, 0.0183, 0.0142], [0.9962, 0.0025, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.999, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9908, 0.004, 0.0025, 0.0015, 0.0003, 0.0003, 0.0002, 0.0001], [0.5923, 0.3592, 0.0295, 0.0108, 0.0066, 0.0003, 0.0003, 0.0002], [0.3356, 0.3356, 0.2035, 0.0454, 0.0454, 0.0275, 0.0037, 0.0023], [0.6042, 0.2223, 0.0818, 0.0818, 0.0067, 0.0025, 0.0006, 0.0001], [0.9405, 0.0468, 0.0104, 0.0009, 0.0009, 0.0005, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0007, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [77839, 55183, 71312, 81771, 92870, 120398, 66834, 72414, 56679, 50350, 49650, 21311, 20884, 12904, 14892, 16072, 6555, 4917, 5754, 8098, 11567, 11011, 15221, 14359, 11757, 39827, 69025, 66119, 64111, 47313, 66512, 68506, 61032, 41741, 41056, 22365, 39024, 44856, 32630, 42687, 34942, 27509, 23814, 17411, 9873, 4253, 2448]}}, {"pos": 544, "top": [[".", "i", "</em>", ".\\\"", "\\...", "\\\".", "..", "s"], ["i", "s", "\\\".", ".\\\"", "\\...", ".", "e", "\\\","], [".", "i", "e", "s", "\\...", "..", ",..", "..\u201d"], [".", "\\...", ",", "s", "i", "e", " \u7ee7\u7eed\u8bbf\u95ee", ",.."], ["s", ".", ",", "\\...", "e", "i", " \\...", "a"], ["s", ",", " \\\"", "e", ".", "i", "a", " \\..."], [",", "s", ".", " \\...", " \u201e", "\u0647", " the", "\\..."], [",", "s", " \u201e", " \\...", ".", " \\\"", " elements", " the"], [",", " \u201e", "s", " \\...", " the", ".", "\u0647", " elements"], [" \u201e", ",", "s", " \\...", " \u2026", " the", " elements", " ingredients"], [" \u201e", " \u2026", " elements", " the", ",", " flavours", " strength", "s"], [",", " \u201e", " the", " flavours", " elements", " leading", " being", " colours"], [",", " the", " elements", " being", " \u201e", " flavours", " leading", " things"], [",", " the", " things", " elements", " being", " leading", " creating", " strength"], [",", " the", " elements", " things", " factors", " being", ".", " leading"], [",", " elements", " things", " techniques", " factors", " dynamics", " the", " experiments"], [",", " things", " elements", " factors", " the", " resources", " strength", " techniques"], [" things", ",", " elements", " resources", " techniques", " experiments", " dynamics", " factors"], [" things", " dynamics", " experiments", " workflows", " techniques", " dynamic", " experimentation", " resources"], [" workflows", " vulnerabilities", " dynamics", " experiments", " experimentation", " interactions", " techniques", " synergies"], [" workflows", " interactions", " vulnerabilities", " synergies", " complexity", " dynamics", " complexities", " stressors"], [" workflows", " synergies", " interactions", " vulnerabilities", " instabilities", " stressors", " bottlenecks", " dynamics"], [" workflows", " interactions", " synergies", " instabilities", " vulnerabilities", " stressors", " bottlenecks", " dynamics"], [" workflows", " vulnerabilities", " interactions", " complexities", " synergies", " instabilities", " complexity", " functionalities"], [" workflows", " vulnerabilities", " instabilities", " stressors", " workloads", " bottlenecks", " interactions", " unpredictable"], [" workflows", " vulnerabilities", " instabilities", " optimizations", " stressors", " inefficiencies", " workloads", " bottlenecks"], [" workflows", " unpredictable", " optimizations", " workloads", " instabilities", " inefficiencies", " vulnerabilities", " scalability"], [" workflows", " unpredictable", " instabilities", " workloads", " impactful", " iterative", " unpredict", " inefficiencies"], [" workflows", " unpredictable", " inefficiencies", " instabilities", " workloads", " asynchronous", " optimizations", " complexities"], [" workflows", " unpredictable", " asynchronous", " optimizations", " inefficiencies", " workloads", " unpredict", " scalability"], [" workflows", " unpredictable", " asynchronous", " workloads", " optimizations", " inefficiencies", " bottlenecks", " scalable"], [" workflows", " unpredictable", " asynchronous", " workloads", " unpredict", " optimizations", " inefficiencies", " bottlenecks"], [" unpredictable", " workflows", " asynchronous", " workloads", " unpredict", " optimizations", " bottlenecks", " timeouts"], [" unpredictable", " asynchronous", " workloads", " workflows", " unpredict", " workload", " multiple", " inefficiencies"], [" unpredictable", " asynchronous", " workloads", " lengthy", " workflows", " unpredict", " inefficiencies", " multiple"], [" unpredictable", " asynchronous", " unpredict", " unstable", " erratic", " unreliable", " asynchronously", " imprecise"], [" unpredictable", " asynchronous", " unpredict", " erratic", " unreliable", " unstable", " fickle", " imprecise"], [" unpredictable", " asynchronous", " unpredict", " erratic", " unstable", " unreliable", " fickle", " asynchronously"], [" unpredictable", " asynchronous", " unpredict", " unstable", " unreliable", " erratic", " lengthy", " imprecise"], [" unpredictable", " asynchronous", " unpredict", " unstable", " erratic", " unreliable", " lengthy", " slow"], [" unpredictable", " asynchronous", " unstable", " unpredict", " lengthy", " erratic", " unreliable", " async"], [" unpredictable", " asynchronous", " async", " unpredict", " Async", " asynchronously", " plugins", " erratic"], [" unpredictable", " asynchronous", " async", " unpredict", " Async", " plugins", " erratic", " asynchronously"], [" unpredictable", " asynchronous", " async", " plugins", " unpredict", " Async", " lengthy", " asynchronously"], [" unpredictable", " asynchronous", " async", " plugins", " unpredict", " Async", " slow", " lengthy"], [" unpredictable", " async", " asynchronous", " plugins", " long", " plugin", " multiple", " slow"], [" unpredictable", " async", " long", " asynchronous", " plugins", " multiple", " plugin", " slow"]], "p": [[0.5837, 0.2147, 0.1672, 0.0226, 0.0083, 0.0024, 0.0004, 0.0003], [0.6749, 0.2483, 0.0554, 0.0124, 0.0075, 0.0013, 0.0001, 0.0001], [0.959, 0.0372, 0.0014, 0.0011, 0.0011, 0.0001, 0.0, 0.0], [0.9024, 0.0741, 0.0165, 0.0047, 0.0017, 0.0003, 0.0002, 0.0], [0.6612, 0.1894, 0.0895, 0.0543, 0.0027, 0.0027, 0.0001, 0.0001], [0.8565, 0.1159, 0.0122, 0.0074, 0.0035, 0.0021, 0.0013, 0.0005], [0.9931, 0.0067, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9986, 0.0006, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9739, 0.0229, 0.0031, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7509, 0.2151, 0.02, 0.0035, 0.0031, 0.0027, 0.0024, 0.0002], [0.9982, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.6917, 0.1982, 0.0442, 0.0144, 0.0127, 0.0036, 0.0032, 0.0015], [0.6162, 0.1375, 0.0211, 0.0186, 0.0164, 0.01, 0.0088, 0.006], [0.9373, 0.0152, 0.0038, 0.0026, 0.0012, 0.001, 0.0009, 0.0008], [0.9434, 0.0072, 0.005, 0.0039, 0.001, 0.001, 0.0008, 0.0008], [0.9092, 0.0214, 0.0048, 0.0029, 0.0029, 0.002, 0.0014, 0.0014], [0.3987, 0.0611, 0.0199, 0.0136, 0.012, 0.0094, 0.0064, 0.0061], [0.1179, 0.0383, 0.0338, 0.0263, 0.0232, 0.0205, 0.0181, 0.0141], [0.0489, 0.0489, 0.0432, 0.0432, 0.0381, 0.0297, 0.0262, 0.0262], [0.2383, 0.0774, 0.0602, 0.0414, 0.0365, 0.0365, 0.0285, 0.0251], [0.5792, 0.1007, 0.0888, 0.037, 0.0254, 0.0225, 0.0136, 0.0106], [0.7898, 0.0505, 0.0393, 0.0306, 0.0238, 0.0088, 0.0088, 0.0068], [0.5487, 0.2018, 0.1224, 0.0213, 0.0166, 0.0166, 0.0129, 0.0129], [0.9394, 0.0284, 0.0134, 0.0049, 0.0038, 0.003, 0.0014, 0.0007], [0.9814, 0.018, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6152, 0.3731, 0.0113, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9236, 0.0758, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6214, 0.3769, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9464, 0.0471, 0.0064, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8174, 0.1824, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9705, 0.0293, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7732, 0.2215, 0.0052, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6644, 0.2444, 0.0899, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001], [0.3705, 0.3705, 0.2247, 0.0068, 0.0053, 0.0022, 0.0017, 0.0015], [0.3612, 0.1933, 0.1329, 0.1035, 0.0554, 0.0262, 0.0124, 0.0096]], "ranks": {"Rust": [10467, 12973, 13573, 16678, 9668, 14138, 2304, 2998, 2673, 2822, 2981, 2345, 3440, 2720, 3214, 4030, 3024, 2515, 3323, 5059, 12750, 12541, 18787, 21849, 30922, 66316, 89077, 76789, 54910, 37387, 41552, 35932, 28513, 19760, 16037, 11537, 16398, 17712, 12696, 11359, 12013, 4074, 3703, 2992, 1575, 746, 421]}}, {"pos": 545, "top": [[" (\u2018", " \u2018", " \u2018\u2019", " \u201c[", " \u201c\u2018", "---\u2019", "\u3001\u201c", "\u2018\u2019"], [" (\u2018", " \u2018\u2019", " \u2018", " \u201c[", "---\u2019", " \u201c\u2018", "\u2018\u2019", "\u201c["], [" (\u2018", " \u2018\u2019", "---\u2019", " \u2018", " \u2026\u2026..", " \u2026\u2026.", " \u201c[", " \u201c\u2018"], [" (\u2018", " \u2018\u2019", "---\u2019", " \u2018", " \u2026\u2026.", " \u2026\u2026..", " \u201c[", " \u201c\u2018"], [" (\u2018", " \u2018\u2019", " \u2018", "---\u2019", " \u2026\u2026..", " \u2026\u2026.", " \u201c\u2018", " \u201c["], [" (\u2018", " \u2018\u2019", " \u2018", " \u2018\u2018", "\u2018\u2019", "---\u2019", " \u201c\u2018", "\u2015\u2015\u2015\u2015"], [" \u2018\u2019", " (\u2018", " \u2018", "\u2018\u2019", " \u2018\u2018", ",\u2019\u2019", "---\u2019", " \u2015"], [" \u2018\u2019", " (\u2018", " \u2018", "\u2018\u2019", " \u2018\u2018", ",\u2019\u2019", " \u2015", " \u200e"], [" \u2018\u2019", " (\u2018", " \u2018", "\u2018\u2019", " \u2018\u2018", ",\u2019\u2019", " \u2015", "\u2018"], [" \u2018\u2019", " (\u2018", " \u2018", "\u2018\u2019", " \u2015", " \u2018\u2018", ",\u2019\u2019", " \u200e"], [" \u2018\u2019", " \u2018", " (\u2018", "\u2018\u2019", " \u2018\u2018", " \u2015", ",\u2019\u2019", "\u2018"], [" \u2018", " (\u2018", " \u2018\u2019", "\u2018\u2019", ",\u2019\u2019", "\u2018", " \u2018\u2018", " \u2015"], [" \u2018", " \u2018\u2019", " (\u2018", " \u2015", "\u2018\u2019", ",\u2019\u2019", " \u2018\u2018", "\u2018"], [" \u2018", " (\u2018", " \u2018\u2019", ",\u2019\u2019", "\u2018", "\u2018\u2019", " \u2015", " \u201c"], [" \u2018", " (\u2018", " \u2018\u2019", "\u2018", ",\u2019\u2019", " \u2015", "\u2018\u2019", " behaviour"], [" (\u2018", " \u2018", " behaviour", " \u2018\u2019", "\u2018", " behaviours", " \u2015", "\u2018\u2019"], [" \u2018", " (\u2018", " behaviour", " behaviours", " \u2018\u2019", "\u2018", " circumstances", "\u2018\u2019"], [" (\u2018", " \u2018", " \u2018\u2019", " behaviour", "\u2018", " behaviours", "\u2018\u2019", " \u201c"], [" (\u2018", " \u2018", " behaviour", " unpredictable", " volatility", " behaviours", "\u2018", " unpredict"], [" (\u2018", " unpredictable", " volatility", " workflows", " unpredict", " behaviour", " chaotic", " behaviours"], [" unpredictable", " workflows", " unpredict", " volatility", " vulnerabilities", " behaviours", " behaviour", " workloads"], [" unpredict", " unpredictable", " workflows", " volatility", " workloads", " fluctuations", " vulnerabilities", " behaviour"], [" unpredictable", " unpredict", " workflows", " volatility", " workloads", " fluctuations", " behaviour", " vulnerabilities"], [" workflows", " unpredict", " unpredictable", " workloads", " volatility", " vulnerabilities", " workflow", " fluctuations"], [" workflows", " workloads", " unpredict", " unpredictable", " workflow", " vulnerabilities", " volatility", " bottlenecks"], [" workflows", " workloads", " KPIs", " vulnerabilities", " workflow", " datasets", " waveforms", " stressors"], [" workflows", " workloads", " deliverables", " KPIs", " datasets", " workflow", " waveforms", " timescales"], [" workflows", " workloads", " datasets", " deliverables", " KPIs", " workflow", " timescales", " outcomes"], [" workflows", " workloads", " datasets", " KPIs", " timescales", " deliverables", " algorithms", " workflow"], [" workflows", " workloads", " timescales", " datasets", " algorithms", " APIs", " timelines", " KPIs"], [" workflows", " workloads", " timescales", " durations", " timelines", " datasets", " timings", " timeouts"], [" workflows", " workloads", " durations", " timescales", " APIs", " datasets", " algorithms", " timeouts"], [" workflows", " workloads", " timescales", " durations", " APIs", " datasets", " timelines", " algorithms"], [" workflows", " workloads", " durations", " timescales", " APIs", " timelines", " timeouts", " timings"], [" workflows", " workloads", " APIs", " durations", " timescales", " timelines", " timeouts", " timings"], [" APIs", " workloads", " workflows", " asynchronous", " durations", " API", " timeouts", " timescales"], [" APIs", " workflows", " workloads", " durations", " asynchronous", " timescales", " timeouts", " async"], [" asynchronous", " APIs", " workflows", " workloads", " async", " durations", " timeouts", " latency"], [" APIs", " asynchronous", " workloads", " workflows", " backend", " durations", " async", " latency"], [" APIs", " backend", " asynchronous", " workloads", " durations", " workflows", " API", " async"], [" backend", " APIs", " asynchronous", " workloads", " async", " durations", " API", " workflows"], [" APIs", " async", " asynchronous", " backend", " Async", " API", " runtime", " workloads"], [" APIs", " async", " backend", " API", " asynchronous", " Async", " runtime", " server"], [" APIs", " async", " asynchronous", " API", " Async", " backend", " workloads", " server"], [" async", " APIs", " asynchronous", " Async", " API", " backend", "async", " server"], [" async", " APIs", " asynchronous", " backend", " API", " Async", " server", " runtime"], [" async", " APIs", " backend", " API", " server", " asynchronous", " network", " background"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8175, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8552, 0.0901, 0.0547, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7815, 0.1358, 0.0824, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8, 0.1785, 0.0188, 0.0015, 0.0004, 0.0003, 0.0003, 0.0], [0.6196, 0.3758, 0.0033, 0.0006, 0.0003, 0.0002, 0.0001, 0.0], [0.9769, 0.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6178, 0.3747, 0.0042, 0.0012, 0.0012, 0.0006, 0.0001, 0.0001], [0.8516, 0.148, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9227, 0.0757, 0.0011, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.8608, 0.055, 0.055, 0.0158, 0.0074, 0.0021, 0.0013, 0.0006], [0.4376, 0.2654, 0.2067, 0.0592, 0.017, 0.008, 0.0029, 0.0014], [0.5158, 0.3128, 0.0896, 0.0698, 0.0074, 0.0016, 0.001, 0.0006], [0.472, 0.3676, 0.082, 0.0639, 0.0067, 0.0019, 0.0019, 0.0012], [0.9627, 0.0291, 0.0065, 0.0009, 0.0007, 0.0002, 0.0, 0.0], [0.9752, 0.0084, 0.0066, 0.0051, 0.0011, 0.0009, 0.0007, 0.0003], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4671, 0.4671, 0.0632, 0.0019, 0.0007, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9942, 0.0041, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.6204, 0.3763, 0.0015, 0.0009, 0.0006, 0.0002, 0.0, 0.0], [0.9991, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.7762, 0.2224, 0.0012, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.877, 0.1187, 0.0028, 0.0006, 0.0005, 0.0004, 0.0, 0.0], [0.9787, 0.014, 0.004, 0.0024, 0.0007, 0.0002, 0.0, 0.0], [0.9343, 0.0597, 0.003, 0.0023, 0.0003, 0.0003, 0.0, 0.0], [0.9697, 0.0138, 0.0108, 0.0045, 0.0005, 0.0005, 0.0001, 0.0], [0.9589, 0.0155, 0.0121, 0.0039, 0.0039, 0.0027, 0.0011, 0.0005], [0.6284, 0.18, 0.0584, 0.0584, 0.0313, 0.0079, 0.0048, 0.0048]], "ranks": {"Rust": [169873, 156367, 168499, 166270, 138207, 134499, 52773, 61834, 46928, 26616, 35999, 19628, 16839, 14238, 14525, 15498, 13214, 13183, 16173, 23529, 28065, 25849, 25513, 38425, 29636, 115137, 134854, 102125, 106950, 71698, 66804, 42144, 33753, 29947, 22888, 10157, 12034, 13268, 9683, 9680, 8786, 1065, 1067, 905, 428, 154, 116]}}, {"pos": 546, "top": [[" ```", "\u301c", " \u2217", " `;", " \u2212", " \u301c", " ~", " \u2728"], [" ```", " `;", "\u301c", "</code>", " ~", "s", " `@", " \u2217"], [" ```", "\u301c", " \u301c", " \u2217", " ~", " ~~", " \u2728", " \u2202"], [" ```", " \u2217", " \u301c", "\u301c", " \u2728", " `;", " ~", " `@"], [" ```", " `;", " \u301c", " \u2217", " ~", "\u301c", " `@", " \u2728"], [" ```", " \u2217", "\u301c", " \u301c", " \u223c", " \u2212", " \u2728", " ~"], [" ```", "\u301c", " \u2217", " \u2212", " \u2728", " \u301c", " \u223c", " \u2223"], [" ```", " \u2212", " \u2217", "\u301c", " \u2728", " \u301c", " \u223c", " ~"], [" ```", " \u2212", " \u2728", "\u301c", "\u2063", " \u2217", " \u301c", " `"], [" ```", " \u2728", "\u2063", " \u2212", " \u301c", "\u301c", " `", " \u2217"], [" ```", "\u2063", " \u2728", " \u301c", " \u2212", "\u301c", " `@", " `"], [" ```", " \u2728", "\u2063", "\u301c", " `@", " \u2212", " \u301c", " `"], [" ```", " \u2728", "\u2063", " `", " \u2212", "\u301c", " `@", " ~"], [" ```", "\u2063", " \u2728", " `", " \u2212", "\u301c", " `@", " \u301c"], [" ```", "\u2063", " \u2728", " \u2212", "\u301c", " `@", " `", " \u301c"], [" ```", "\u2063", " \u2728", "\u301c", " `", " \u2212", " `@", "\u2064"], [" ```", "\u2063", " \u2728", " `", " ~", " `@", " onboarding", "\u301c"], [" ```", " \u2728", " `", " `@", "\u2063", " workflows", " ~", " async"], [" \u2728", " ```", " workflows", " async", " onboarding", " fintech", " ~", " `"], [" workflows", " ```", " \u2728", " qubits", " onboarding", " async", " qubit", "\u2063"], [" workflows", " onboarding", " qubits", " workflow", " deliverables", " async", " interactions", " infrastructure"], [" workflows", " deliverables", " workflow", " qubits", " onboarding", " qubit", " async", " fintech"], [" workflows", " deliverables", " qubits", " workflow", " qubit", " onboarding", " async", " workloads"], [" workflows", " deliverables", " workflow", " optimizations", " workspaces", " workloads", " datasets", " interactions"], [" workflows", " workflow", " deliverables", " workloads", " workspaces", " optimizations", " datasets", " timelines"], [" workflows", " deliverables", " workloads", " workflow", " datasets", " workspaces", " deployments", " optimizations"], [" workflows", " deliverables", " workloads", " workflow", " deployments", " datasets", " vulnerabilities", " interactions"], [" workflows", " deliverables", " workloads", " datasets", " deployments", " workflow", " interactions", " payloads"], [" workflows", " deliverables", " workloads", " datasets", " deployments", " workflow", " payloads", " interactions"], [" workflows", " workloads", " deliverables", " callbacks", " datasets", " deployments", " payloads", " APIs"], [" workflows", " workloads", " deliverables", " deployments", " datasets", " payloads", " workflow", " callbacks"], [" workflows", " workloads", " tasks", " APIs", " deployments", " processes", " callbacks", " datasets"], [" workflows", " workloads", " durations", " APIs", " tasks", " callbacks", " processes", " operations"], [" workflows", " workloads", " tasks", " durations", " operations", " processes", " workload", " computations"], [" workflows", " workloads", " tasks", " durations", " operations", " processes", " APIs", " workload"], [" workloads", " workflows", " tasks", " APIs", " operations", " durations", " processes", " workload"], [" workloads", " workflows", " tasks", " APIs", " durations", " operations", " calls", " workload"], [" workflows", " operations", " workloads", " tasks", " APIs", " durations", " calls", " processes"], [" operations", " tasks", " workloads", " workflows", " APIs", " calls", " durations", " processes"], [" operations", " workloads", " workflows", " tasks", " APIs", " calls", " durations", " processes"], [" operations", " tasks", " workloads", " workflows", " APIs", " calls", " durations", " processes"], [" APIs", " operations", " tasks", " workloads", " workflows", " API", " calls", " processes"], [" APIs", " operations", " tasks", " workloads", " API", " workflows", " calls", " processes"], [" APIs", " tasks", " operations", " workloads", " API", " workflows", " calls", " processes"], [" APIs", " calls", " operations", " tasks", " workloads", " API", " workflows", " processes"], [" APIs", " operations", " API", " calls", " tasks", " workloads", " runtime", " ops"], [" operations", " APIs", " tasks", " calls", " API", " workloads", " ops", " processes"]], "p": [[0.9923, 0.0041, 0.0025, 0.0005, 0.0003, 0.0002, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9885, 0.011, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9031, 0.045, 0.035, 0.0078, 0.0078, 0.0006, 0.0004, 0.0002], [0.9701, 0.0138, 0.0051, 0.0051, 0.0051, 0.0007, 0.0001, 0.0], [0.7123, 0.1589, 0.0964, 0.0215, 0.0048, 0.0037, 0.0018, 0.0003], [0.7905, 0.1764, 0.0239, 0.0041, 0.0025, 0.0015, 0.0006, 0.0002], [0.7026, 0.1568, 0.1221, 0.0078, 0.0047, 0.0037, 0.0011, 0.0011], [0.8295, 0.1123, 0.053, 0.0012, 0.0012, 0.001, 0.0008, 0.0008], [0.9517, 0.0369, 0.0082, 0.0011, 0.0009, 0.0004, 0.0003, 0.0002], [0.9434, 0.0366, 0.0173, 0.0009, 0.0007, 0.0005, 0.0004, 0.0001], [0.864, 0.0709, 0.0552, 0.0035, 0.0027, 0.0011, 0.0011, 0.0004], [0.5627, 0.3413, 0.0762, 0.0049, 0.0049, 0.0043, 0.003, 0.0005], [0.3317, 0.1775, 0.1775, 0.1383, 0.0449, 0.0212, 0.0129, 0.0078], [0.8725, 0.0812, 0.0124, 0.0067, 0.0067, 0.0036, 0.0031, 0.0022], [0.3249, 0.3249, 0.253, 0.0098, 0.0087, 0.0087, 0.0087, 0.006], [0.6067, 0.1738, 0.1738, 0.0098, 0.0067, 0.0059, 0.0036, 0.0028], [0.9959, 0.0009, 0.0007, 0.0006, 0.0002, 0.0002, 0.0002, 0.0001], [0.9988, 0.0003, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9987, 0.0007, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4659, 0.4659, 0.0382, 0.0298, 0.0001, 0.0, 0.0, 0.0], [0.615, 0.373, 0.0113, 0.0006, 0.0001, 0.0001, 0.0, 0.0], [0.3789, 0.3789, 0.2298, 0.0114, 0.0007, 0.0002, 0.0001, 0.0], [0.9623, 0.0226, 0.0107, 0.0039, 0.0004, 0.0, 0.0, 0.0], [0.9837, 0.0085, 0.0031, 0.0031, 0.0015, 0.0, 0.0, 0.0], [0.7696, 0.2205, 0.0085, 0.0009, 0.0003, 0.0001, 0.0, 0.0], [0.8796, 0.0722, 0.0438, 0.0028, 0.0013, 0.0002, 0.0, 0.0], [0.8278, 0.1438, 0.025, 0.0016, 0.0012, 0.0005, 0.0, 0.0], [0.9872, 0.0052, 0.0052, 0.0012, 0.0012, 0.0001, 0.0001, 0.0], [0.7944, 0.1075, 0.0652, 0.0165, 0.0088, 0.0054, 0.0012, 0.0006], [0.6715, 0.1498, 0.0708, 0.0551, 0.0334, 0.0096, 0.0015, 0.0013], [0.4454, 0.2384, 0.1638, 0.0994, 0.0222, 0.0082, 0.0082, 0.0021]], "ranks": {"Rust": [124705, 126116, 152541, 157507, 139824, 125577, 90478, 83882, 73817, 42551, 65081, 44390, 42108, 37890, 39528, 38760, 25379, 28754, 39660, 63218, 60782, 57513, 57017, 73883, 68777, 137114, 142557, 104785, 89114, 50169, 20052, 13288, 12172, 8940, 7267, 4704, 4519, 4537, 5386, 5933, 4710, 1996, 1939, 1192, 444, 108, 116]}}, {"pos": 547, "top": [[" ```", "\u2010", "```", " [`", " ``", "\ufe51", " `.", " `$"], [" ```", "\u2010", " ``", "```", " [`", " `.", "\ufe51", " `$"], [" ```", "```", "\u2010", " [`", " `$", "\ufe51", " `.", " ``"], [" ```", " [`", "\u2010", "```", " `$", " **", " (`", " ``"], [" ```", " [`", "```", " (`", " ``", "\u2010", " `.", " `$"], [" ```", " ``", "\u2010", " `", " (`", " [`", "```", " `$"], [" ```", " ``", "\u2010", "```", "``", " (`", " `", " [`"], [" ```", " ``", "\u2010", " (`", "``", " `", " [`", " `."], [" ``", " ```", "\u2010", "``", "\u2063", " \u200c", "\u2064", " (`"], [" ``", " ```", " `", "\u2063", " \u200c", "\u2010", " (`", "``"], [" ``", " ```", " `", " (`", " `.", " [`", "\u2010", "``"], [" ``", " ```", " `", " (`", " `.", "\u2010", "``", " [`"], [" ``", " ```", " `", " (`", " `.", "\u2010", "``", " \u200c"], [" ```", " ``", " `", " (`", " `.", "``", "\u2010", "```"], [" ```", " ``", " `", " `.", " (`", "```", "\u2010", " [`"], [" ```", " ``", " `", " (`", " `.", "``", "```", " `$"], [" `", " ```", " ``", "  ", " `.", " (`", "```", " `-"], [" ```", " ``", " `.", " `", " (`", "```", " `-", " `$"], [" ```", " `", " `.", " (`", " ``", " `-", " `--", " [`"], [" ```", " ``", " `.", " (`", " `", " `$", " ...", " `-"], [" ```", " workflows", " `.", " (`", " ``", " leveraging", " `", " `--"], [" workflows", " (`", " `--", " `", " ```", " `-", " workloads", " `."], [" workflows", " `", " (`", " workloads", " `--", " leveraging", " deliverables", " impacting"], [" workflows", " leveraging", " impacting", " deliverables", " workloads", " vulnerabilities", " interactions", " proactively"], [" workflows", " impacting", " leveraging", " potentially", " interacting", " workloads", " disrupting", " generating"], [" workflows", " impacting", " leveraging", " combined", " prioritizing", " coupled", " prioritized", " interacting"], [" coupled", " impacting", " interacting", " combined", " workflows", " (`", " alongside", " leveraging"], [" coupled", " combined", " interacting", " impacting", " (`", " and", " alongside", " interfacing"], [" coupled", " (", " (`", " interacting", " combined", " impacting", " (\u201c", " (+"], [" coupled", " combined", " interacting", " alongside", " impacting", " (`", " AND", " interfacing"], [" interacting", " impacting", " coupled", " combined", " influencing", " powering", " interfacing", " alongside"], [" interacting", " impacting", " coupled", " combined", " alongside", " powering", " influencing", " interfacing"], [" impacting", " interacting", " coupled", " interfacing", " powering", " influencing", " alongside", " interacts"], [" interacting", " impacting", " interfacing", " coupled", " triggered", " powering", " influencing", " interacts"], [" interacting", " coupled", " combined", " impacting", " interfacing", " triggered", " powering", " interacts"], [" interacting", " coupled", " impacting", " interfacing", " powering", " combined", " triggered", " influencing"], [" interacting", " coupled", " impacting", " triggered", " interfacing", " powering", " triggering", " influencing"], [" interacting", " coupled", " impacting", " powering", " triggered", " interfacing", " feeding", " vying"], [" interacting", " powering", " coupled", " impacting", " triggered", " feeding", " interfacing", " vying"], [" interacting", " powering", " coupled", " feeding", " impacting", " triggered", " interfacing", " triggering"], [" interacting", " triggered", " coupled", " powering", " feeding", " impacting", " interfacing", " triggering"], [" triggered", " interacting", " powering", " coupled", " feeding", " driven", " impacting", " triggering"], [" interacting", " triggered", " powering", " feeding", " driven", " impacting", " coupled", " colliding"], [" triggered", " interacting", " powering", " feeding", " driven", " impacting", " triggering", " coupled"], [" interacting", " feeding", " triggered", " powering", " AND", " from", " *", ","], [" *", " and", " from", " AND", " feeding", " triggered", ",", " ("], [" *", ",", " from", " and", " (", " triggered", " feeding", " interacting"]], "p": [[0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6109, 0.3705, 0.0184, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5521, 0.43, 0.0167, 0.0005, 0.0002, 0.0001, 0.0001, 0.0001], [0.4835, 0.4835, 0.0309, 0.0007, 0.0007, 0.0003, 0.0001, 0.0], [0.535, 0.4166, 0.0439, 0.0017, 0.0017, 0.0005, 0.0002, 0.0002], [0.8232, 0.1431, 0.0249, 0.0034, 0.0026, 0.001, 0.0008, 0.0004], [0.6211, 0.2934, 0.0655, 0.0089, 0.0069, 0.0015, 0.0015, 0.0004], [0.4312, 0.3358, 0.0661, 0.0661, 0.0454, 0.0354, 0.0037, 0.0029], [0.9816, 0.0109, 0.0031, 0.0024, 0.0015, 0.0002, 0.0001, 0.0001], [0.9105, 0.0353, 0.0214, 0.0167, 0.013, 0.0011, 0.0008, 0.0004], [0.9491, 0.0223, 0.0135, 0.0082, 0.005, 0.0004, 0.0003, 0.0002], [0.55, 0.2023, 0.1227, 0.0398, 0.0242, 0.0188, 0.0188, 0.0048], [0.4248, 0.3308, 0.0651, 0.0507, 0.0272, 0.0165, 0.0165, 0.0128], [0.5561, 0.1095, 0.0517, 0.0403, 0.0314, 0.0277, 0.0168, 0.0168], [0.7037, 0.2016, 0.035, 0.01, 0.0047, 0.0029, 0.0029, 0.0025], [0.6948, 0.155, 0.1207, 0.0036, 0.0028, 0.0017, 0.0017, 0.0017], [0.496, 0.3863, 0.0862, 0.0071, 0.0071, 0.0055, 0.002, 0.002], [0.6922, 0.1545, 0.0568, 0.0568, 0.0345, 0.0047, 0.0002, 0.0001], [0.8785, 0.0721, 0.0265, 0.0161, 0.0059, 0.0005, 0.0002, 0.0001], [0.8056, 0.109, 0.0661, 0.0089, 0.0089, 0.0007, 0.0003, 0.0002], [0.9474, 0.0472, 0.0039, 0.0014, 0.0001, 0.0, 0.0, 0.0], [0.7849, 0.1751, 0.0391, 0.0004, 0.0002, 0.0001, 0.0001, 0.0], [0.6888, 0.1537, 0.1537, 0.0017, 0.001, 0.0006, 0.0004, 0.0001], [0.4896, 0.4896, 0.0148, 0.0054, 0.0003, 0.0002, 0.0001, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8174, 0.1824, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9873, 0.011, 0.0015, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9882, 0.0067, 0.004, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.9808, 0.0109, 0.0066, 0.0007, 0.0005, 0.0003, 0.0002, 0.0], [0.8254, 0.087, 0.0678, 0.0071, 0.0071, 0.0043, 0.001, 0.0001], [0.6342, 0.1817, 0.1102, 0.0316, 0.0246, 0.0149, 0.001, 0.0007], [0.6488, 0.2387, 0.0684, 0.0119, 0.0119, 0.0093, 0.0072, 0.001], [0.457, 0.457, 0.0375, 0.0177, 0.0107, 0.0065, 0.0031, 0.0024], [0.5185, 0.3145, 0.0702, 0.0547, 0.0108, 0.0051, 0.0031, 0.0031], [0.2435, 0.2435, 0.2149, 0.0543, 0.048, 0.033, 0.0257, 0.0227], [0.1946, 0.1718, 0.1516, 0.1181, 0.0716, 0.0632, 0.0558, 0.0434], [0.4816, 0.4816, 0.0128, 0.0053, 0.0047, 0.002, 0.002, 0.0017]], "ranks": {"Rust": [138375, 123094, 160970, 182391, 192947, 197186, 168403, 163888, 141077, 149542, 146205, 89617, 84324, 58386, 55599, 66642, 34663, 43919, 47845, 72056, 55255, 55801, 53656, 57682, 64718, 71924, 135668, 100129, 116855, 77563, 87108, 74611, 70785, 67323, 69771, 45479, 82620, 82174, 77173, 57406, 59670, 40156, 31558, 18517, 15887, 7690, 6299]}}, {"pos": 548, "top": [[",..", "..,", "\u2026,", ",...", "...,", ",\u2026", ":,", "...',"], [",..", "..,", ",...", "\u2026,", "...,", "..'", "...',", ":,"], [",..", ",...", "..,", "\u2026,", ",\u2026", ":,", "...,", ",,"], [",..", ",...", "\u2026,", "...,", "..,", ",\u2026", ":,", ",...,"], ["s", ",..", ",...", "...,", "\u2026,", "..,", " ~,", ",\u2026"], ["s", " ~,", ",", " \u2014,", ",[", "\u03c2", "\u2026,", ",..."], [",[", ",...", ",", "s", "\u2026,", "...,", ",\u2026", ",.."], [",", "s", ",...", ",[", "\u2026,", "...,", ",..", ",\u2026"], [",", ",...", ",[", "s", "...,", ",..", "\u2026,", " \u2014,"], [",", ",...", ",[", "...,", "s", " \u2014,", "\u2026,", ",.."], [",", ",[", ",...", "\u2026,", "...,", "s", " \u2014,", ",\u2026"], [",", ",...", "...,", "...',", "!,", ",[", "..,", ",.."], [",", ",...", "...,", "...", "...',", "!,", "...\",", " ...,"], [",", ",...", "...,", "!,", ".,", "...',", ",..", "..,"], [",", ",...", "...,", "!,", ".,", "...',", ",..", "..,"], [",", ",...", "...,", "!,", "...',", ",..", ".,", "..,"], [",", "!,", ",...", ",..", ".", ".,", ",.", "..,"], [",...", "...',", "...,", ",", "...\",", "...", " ...,", "\u2026,"], [",...", "...',", "...,", " vulnerabilities", "...", "...\",", " ...,", "\u2026,"], [",...", "...',", "...,", "...\",", "...", " vulnerabilities", " leveraging", "...'"], ["...',", ",...", "...\",", " interactions", "...,", " vulnerabilities", "...", " workflows"], [" interactions", " vulnerabilities", " workflows", " leveraged", " leveraging", " dynamics", " bottlenecks", " interfaces"], [" interactions", " vulnerabilities", " workflows", " leveraging", " complexities", " bottlenecks", " stressors", " dynamics"], [" vulnerabilities", " leveraging", " workflows", " interactions", " instabilities", " complexities", " leveraged", " prioritization"], [" vulnerabilities", " workflows", " instabilities", " leveraging", " prioritization", " troubleshooting", " vulnerability", " leveraged"], [" vulnerabilities", " workflows", " instabilities", " prioritization", " optimizations", " disruptions", " inefficiencies", " troubleshooting"], [" workflows", " interactions", " vulnerabilities", " workloads", " syncing", " prioritization", " potentially", " optimizations"], [" workflows", " interactions", " interactivity", " prioritization", " potencialmente", " potentially", " optimizations", " interfacing"], [" workflows", " interactions", " syncing", " optimizations", " unpredictable", " interactivity", " inefficiencies", " scalability"], [" workflows", " optimizations", " scalability", " interactivity", " interfacing", " workloads", " iterative", " interactions"], [" workflows", " optimizations", " interactivity", " scalability", " interactions", " interfacing", " workloads", " debugging"], [" workflows", " optimizations", " workloads", " interactivity", " debugging", " interactions", " syncing", " iterating"], [" workflows", " optimizations", " workloads", " interactions", " interactivity", " callbacks", " debugging", " transcoding"], [" workflows", " workloads", " optimizations", " interactions", " interactivity", " multiple", " asynchronous", " syncing"], [" workflows", " workloads", " interactions", " transcoding", " optimizations", " interactivity", " asynchronous", " multiple"], [" plugins", " plugin", " Plugins", " workflows", " Plugin", " multiple", " workloads", " CPUs"], [" plugins", " plugin", " Plugins", " workflows", " multiple", " Plugin", " CPUs", "plugins"], [" plugins", " plugin", " Plugins", " workflows", " CPUs", " Plugin", "plugins", " multiple"], [" plugins", " plugin", " Plugins", " CPU", " CPUs", " workflows", " Plugin", " GPUs"], [" plugins", " plugin", " Plugins", " CPU", " Plugin", " CPUs", "plugins", " multiple"], [" plugins", " plugin", " Plugins", " CPU", " Plugin", " asynchronous", " multiple", " unpredictable"], [" plugins", " plugin", " Plugin", " Plugins", "plugin", "\u63d2\u4ef6", " asynchronous", "Plugin"], [" plugins", " plugin", " Plugins", " Plugin", " UI", " desktop", " asynchronous", " CPU"], [" plugins", " plugin", " UI", " Plugins", " Plugin", " desktop", " data", " server"], [" plugins", " plugin", " UI", " desktop", " data", " heavy", " Plugins", " Plugin"], [" plugins", " plugin", " UI", " data", " desktop", " heavy", " potentially", " mobile"], [" plugins", " plugin", " data", " mobile", " UI", " multiple", " the", " server"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7645, 0.1706, 0.0628, 0.0019, 0.0003, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5644, 0.3423, 0.0764, 0.0103, 0.0063, 0.0003, 0.0, 0.0], [0.487, 0.2954, 0.1087, 0.1087, 0.0002, 0.0001, 0.0, 0.0], [0.7815, 0.1744, 0.0389, 0.0053, 0.0, 0.0, 0.0, 0.0], [0.8803, 0.1191, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9182, 0.0754, 0.0062, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9521, 0.0474, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8586, 0.0905, 0.0427, 0.0035, 0.0017, 0.0013, 0.0006, 0.0003], [0.5253, 0.3186, 0.1505, 0.0013, 0.001, 0.001, 0.0008, 0.0005], [0.5328, 0.4149, 0.0437, 0.0076, 0.0006, 0.0001, 0.0001, 0.0], [0.6769, 0.249, 0.0433, 0.0097, 0.0075, 0.0046, 0.0022, 0.0022], [0.7252, 0.0982, 0.0595, 0.0281, 0.0281, 0.0071, 0.0063, 0.0063], [0.9026, 0.0577, 0.0273, 0.0047, 0.0022, 0.0014, 0.0008, 0.0006], [0.886, 0.0727, 0.0344, 0.0046, 0.001, 0.0006, 0.0002, 0.0001], [0.9888, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9405, 0.0365, 0.0104, 0.0081, 0.0023, 0.0009, 0.0003, 0.0002], [0.9973, 0.0009, 0.0009, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9911, 0.0067, 0.0015, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.9979, 0.0009, 0.0006, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9932, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0006, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.993, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6788, 0.3206, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.5132, 0.4529, 0.0094, 0.0073, 0.0019, 0.0019, 0.0019, 0.0016], [0.5478, 0.3765, 0.0165, 0.0114, 0.01, 0.0089, 0.0047, 0.0037]], "ranks": {"Rust": [57105, 48968, 68911, 97981, 104115, 98775, 47123, 48485, 40532, 22892, 22972, 16035, 15007, 14063, 13408, 16199, 13378, 11111, 13499, 18266, 29883, 25329, 38994, 42594, 64260, 117560, 113619, 125997, 116200, 78966, 85028, 52565, 40949, 32436, 27706, 28489, 27265, 25390, 11711, 10908, 13433, 4588, 4096, 3527, 1533, 783, 500]}}, {"pos": 549, "top": [["!\".", " \"+", "\"", "\".", " \".", "\"+", "\"..", " \"_"], ["!\".", " \"+", "\"", "\".", "\"..", "\"[", " \".", "\"+"], [" \"+", "!\".", "\"", " \".", "\"..", "\"+", " \"_", "\"."], [" \"+", "!\".", " \"[", " \".", " \"_", " `\"", "\"", "\"["], [" \"+", " \"[", " \".", " `\"", "!\".", " \"_", "\"", " (\""], [" \"+", " `\"", " \"[", " \"`", " \"_", " \".", " _", " \"+\""], [" \"+", " `\"", " \"[", " \".", " \"`", " \"_", " \"+\"", "\""], [" \"+", " `\"", " \".", " \"[", " \"`", " \"_", "!\".", " \","], [" `\"", " \"+", " \".", " \"[", " \"`", " `.", " \"_", " _"], [" `\"", " \"+", " \".", " \"[", " _", " \"`", " `.", " (\""], [" `\"", " _", " \"+", " \"`", " \".", " `.", " \"[", " \"_"], [" \"+", " \".", " `\"", " _", " \"[", "\"", " \"", " (\""], [" \".", " _", " \"+", " \"", "\"", " `\"", "!\".", " (\""], [" _", " \".", "\"", "!\".", " \"+", "\".", " \"", " `\""], [" \".", " _", "!\".", "\"", " \"+", " (\"", "\".", " \""], ["\"", "!\".", "\".", " \".", " (\"", " _", " \"", " \"+"], ["!\".", " (\"", " \"+", " \".", " _", " plugins", "\"", "\"."], [" \".", " (\"", "!\".", " \"+", "\".", " _", " \",", " \""], [" \".", " (\"", " _", " plugins", " \"+", "!\".", " (_", " \","], [" (\"", " \".", "!\".", " plugins", " \"[", " \"+", " \"(", " \","], [" (\"", " workflows", "!\".", " plugins", "!\",", " \".", " \"+", " interfaces"], [" workflows", " (\"", " plugins", "!\".", " interfaces", "!\",", " \"+", " interactions"], [" workflows", " plugins", " interactions", " interfaces", " activities", "!\".", " IoT", " integrations"], [" workflows", " leveraging", " plugins", " interactions", " functionalities", " interfaces", " enhancements", " vulnerabilities"], [" workflows", " potentially", " plugins", " leveraging", " vulnerabilities", " interfaces", " interactions", " debugging"], [" workflows", " potentially", " plugins", " leveraging", " vulnerabilities", " actuators", " interactions", " debugging"], [" impacting", " potentially", " workflows", " influencing", " interacting", " leveraging", " requiring", " disrupting"], [" impacting", " disrupting", " interacting", " influencing", " potentially", " leveraging", " accessing", " workflows"], [" impacting", " interacting", " disrupting", " influencing", " potentially", " generating", " accessing", " needing"], [" interacting", " impacting", " influencing", " accessing", " needing", " adding", " iterating", " disrupting"], [" accessing", " impacting", " interacting", " disrupting", " needing", " adding", " influencing", " iterating"], [" accessing", " adding", " interacting", " impacting", " disrupting", " executing", " iterating", " injecting"], [" accessing", " executing", " impacting", " interacting", " adding", " injecting", " disrupting", " iterating"], [" accessing", " adding", " interacting", " executing", " impacting", " injecting", " disrupting", " manipulating"], [" executing", " accessing", " adding", " injecting", " impacting", " interacting", " disrupting", " manipulating"], [" executing", " adding", " accessing", " injecting", " impacting", " disrupting", " manipulating", " inserting"], [" executing", " adding", " accessing", " injecting", " disrupting", " impacting", " manipulating", " triggering"], [" executing", " injecting", " adding", " accessing", " disrupting", " impacting", " manipulating", " triggering"], [" executing", " injecting", " adding", " manipulating", " accessing", " modifying", " disrupting", " inserting"], [" executing", " injecting", " adding", " manipulating", " inserting", " modifying", " accessing", " consuming"], [" executing", " injecting", " adding", " manipulating", " inserting", " modifying", " accessing", " consuming"], [" executing", " injecting", " adding", " modifying", " manipulating", " inserting", " accessing", " consuming"], [" executing", " injecting", " adding", " modifying", " accessing", " manipulating", " inserting", " consuming"], [" executing", " injecting", " adding", " modifying", " consuming", " manipulating", " inserting", " accessing"], [" executing", " injecting", " adding", " modifying", " consuming", " manipulating", " pulling", " potentially"], [" injecting", " executing", " adding", " potentially", " running", " modifying", " doing", " consuming"], [" adding", " executing", " injecting", " potentially", ",", " doing", " running", " modifying"]], "p": [[0.953, 0.0288, 0.0175, 0.0002, 0.0002, 0.0002, 0.0, 0.0], [0.9917, 0.0041, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7294, 0.2683, 0.0018, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.995, 0.0041, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9888, 0.004, 0.004, 0.0015, 0.0005, 0.0005, 0.0003, 0.0001], [0.7912, 0.1375, 0.0649, 0.0025, 0.002, 0.0015, 0.0001, 0.0001], [0.7777, 0.082, 0.082, 0.0497, 0.0041, 0.0015, 0.0007, 0.0006], [0.712, 0.1589, 0.075, 0.0455, 0.0037, 0.0023, 0.0005, 0.0005], [0.5613, 0.2651, 0.0975, 0.0359, 0.0218, 0.0062, 0.0038, 0.0023], [0.571, 0.2101, 0.0773, 0.0469, 0.0365, 0.0172, 0.0134, 0.0063], [0.9214, 0.0217, 0.0169, 0.0131, 0.0102, 0.0062, 0.0048, 0.0029], [0.2582, 0.2582, 0.1566, 0.122, 0.0576, 0.0272, 0.0272, 0.0212], [0.4433, 0.127, 0.127, 0.0873, 0.077, 0.0321, 0.025, 0.0172], [0.2896, 0.2255, 0.1065, 0.094, 0.057, 0.0444, 0.0392, 0.0346], [0.3178, 0.2475, 0.1325, 0.0626, 0.0552, 0.0487, 0.038, 0.0203], [0.2656, 0.2344, 0.1255, 0.1107, 0.0761, 0.0593, 0.028, 0.017], [0.519, 0.1909, 0.1022, 0.0332, 0.0332, 0.0228, 0.0201, 0.0178], [0.4931, 0.264, 0.0589, 0.0589, 0.0357, 0.0246, 0.0149, 0.0102], [0.5444, 0.3302, 0.0447, 0.0239, 0.0164, 0.0113, 0.0053, 0.0047], [0.6285, 0.2312, 0.0313, 0.019, 0.019, 0.019, 0.009, 0.009], [0.4691, 0.2216, 0.1726, 0.0815, 0.0206, 0.0076, 0.0059, 0.0052], [0.48, 0.2911, 0.1766, 0.0164, 0.0088, 0.0053, 0.0029, 0.0025], [0.5938, 0.1325, 0.0626, 0.0203, 0.0075, 0.0066, 0.0066, 0.0058], [0.8896, 0.0345, 0.0269, 0.0163, 0.0099, 0.0053, 0.0022, 0.0022], [0.8376, 0.0883, 0.0325, 0.0153, 0.0072, 0.0034, 0.0027, 0.0021], [0.9991, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6476, 0.1445, 0.0876, 0.0532, 0.0322, 0.0196, 0.0119, 0.0016], [0.6826, 0.1523, 0.1523, 0.0076, 0.0017, 0.001, 0.001, 0.0006], [0.476, 0.476, 0.0391, 0.0087, 0.0001, 0.0001, 0.0001, 0.0], [0.9744, 0.0178, 0.0066, 0.0005, 0.0005, 0.0, 0.0, 0.0], [0.368, 0.368, 0.2232, 0.0183, 0.0111, 0.0067, 0.0041, 0.0002], [0.7551, 0.1685, 0.062, 0.0138, 0.0002, 0.0002, 0.0001, 0.0001], [0.6177, 0.3746, 0.0042, 0.0025, 0.0006, 0.0003, 0.0001, 0.0], [0.3811, 0.3811, 0.1402, 0.085, 0.007, 0.0042, 0.0009, 0.0002], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9817, 0.018, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9824, 0.0109, 0.0066, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8148, 0.1818, 0.0033, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6209, 0.3766, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8148, 0.1818, 0.0033, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9702, 0.0293, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9616, 0.0373, 0.0011, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9026, 0.0951, 0.0017, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.4913, 0.4913, 0.0062, 0.0038, 0.0029, 0.0006, 0.0006, 0.0003], [0.5824, 0.1473, 0.13, 0.0372, 0.0199, 0.0155, 0.0073, 0.0073], [0.3206, 0.1944, 0.1336, 0.0918, 0.0383, 0.0263, 0.0232, 0.0232]], "ranks": {"Rust": [55201, 44365, 79199, 93233, 120974, 129497, 80221, 70820, 54238, 60940, 69602, 41787, 41123, 34061, 41020, 34453, 29069, 29275, 38263, 43453, 51063, 46331, 47747, 62388, 59830, 129906, 155202, 140548, 176912, 133167, 105598, 103579, 100177, 82483, 67751, 44609, 50586, 41432, 32767, 20899, 19279, 12220, 11609, 6933, 5039, 3004, 3038]}}, {"pos": 550, "top": [["[\u2026]", "\u2026\u2026..", "\u2026\u2026.", "\u2026\u2026\u2026..", "\u3001\u3010", "\\(", "\u2026\u2026\u2026.", "\u2026\u2026\u2026"], ["[\u2026]", "\u3001\u3010", "\u2026\u2026..", "\\(", "\\[", "\u2026\u2026.", "\u2026\u2026\u2026..", "\\\\"], ["[\u2026]", "\u2026\u2026..", "\u2026\u2026\u2026..", "\u2026\u2026.", "\u3001\u3010", "\u2026\u2026\u2026", "\\...", "\\\\"], ["[\u2026]", "\\\\", "\\...", "\u3001\u3010", "\u2026\u2026..", "\\(", "\u2026\u2026\u2026..", "\u2026\u2026."], ["[\u2026]", "\\\\", "\\...", "\u2026\u2026..", "\u3001\u3010", "\u2026\u2026\u2026..", "\u2026\u2026.", "?\\\\"], ["[\u2026]", "\\\\", "\\[", " utilised", " \\(", " utilising", " (\\", " (\u00ab"], ["[\u2026]", " utilising", " utilised", " \\(", "\\[", "\\\\", "\ufffd", "\\("], [" \\(", "[\u2026]", "\ufffd", " utilising", "\\(", "\\[", " utilised", " \\["], ["[\u2026]", " \\(", " utilising", "\ufffd", " utilised", " [\u2026]", "\\(", " impactful"], ["[\u2026]", " impactful", " \\(", " utilising", "\ufffd", " leveraging", " showcasing", " impacting"], ["[\u2026]", " \\(", " utilising", " impactful", "\ufffd", " [\u2026]", "\\(", " impacting"], [" utilising", " \\(", " impacting", " impactful", " leveraging", " acquiring", " arising", "[\u2026]"], [" utilising", " impactful", " impacting", " leveraging", " \\(", " acquiring", " arising", " showcasing"], [" \\(", " leveraging", " impactful", " impacting", " utilising", " showcasing", "\\(", " acquiring"], [" leveraging", " \\(", " impactful", " impacting", " \u7ee7\u7eed\u8bbf\u95ee", " utilising", "\ufffd", "\\("], [" leveraging", " impactful", " impacting", " utilising", "\ufffd", " \u7ee7\u7eed\u8bbf\u95ee", " disrupting", " \\("], [" impactful", " leveraging", " utilising", " impacting", " hugely", " behaviours", " utilised", " disrupting"], [" leveraging", " impactful", " disrupting", " impacting", " workflows", " utilising", " nuanced", " vulnerabilities"], [" leveraging", " workflows", " disrupting", " impacting", " impactful", " vulnerabilities", " obfusc", " leverages"], [" leveraging", " workflows", " disrupting", " vulnerabilities", " overfitting", " malware", " obfusc", " disruptions"], [" leveraging", " workflows", " disrupting", " vulnerabilities", " malware", " leverages", " impacting", " disruptions"], [" workflows", " disrupting", " leveraging", " vulnerabilities", " disruptions", " destabil", " obfusc", " leverages"], [" leveraging", " disrupting", " workflows", " vulnerabilities", " impacting", " disruptions", " exponentially", " malware"], [" vulnerabilities", " disrupting", " workflows", " leveraging", " disruptions", " instabilities", " destabil", " impacting"], [" disrupting", " workflows", " instabilities", " vulnerabilities", " disruptions", " leveraging", " overfitting", " disrupts"], [" workflows", " disrupting", " disruptions", " overfitting", " disrupts", " instabilities", " vulnerabilities", " leveraging"], [" disrupting", " impacting", " interfering", " leveraging", " syncing", " disruptions", " workflows", " disrupts"], [" disrupting", " impacting", " interfering", " leveraging", " triggering", " syncing", " generating", " disruptions"], [" disrupting", " interfering", " impacting", " syncing", " overfitting", " overloading", " interrupting", " triggering"], [" disrupting", " leveraging", " overloading", " accessing", " iterating", " impacting", " overfitting", " syncing"], [" disrupting", " iterating", " accessing", " impacting", " generating", " leveraging", " overfitting", " interfering"], [" disrupting", " overfitting", " abusing", " accessing", " overloading", " iterating", " impacting", " adding"], [" disrupting", " accessing", " overloading", " iterating", " interfering", " unleashing", " generating", " exerting"], [" disrupting", " triggering", " exerting", " unleashing", " consuming", " causing", " overloading", " accessing"], [" blocking", " disrupting", " triggering", " causing", " clogging", " overloading", " unleashing", " obstructing"], [" blocking", " triggering", " disrupting", " causing", " clogging", " introducing", " inflicting", " adding"], [" blocking", " triggering", " disrupting", " causing", " clogging", " adding", " overloading", " obstructing"], [" blocking", " triggering", " disrupting", " causing", " clogging", " adding", " inflicting", " introducing"], [" blocking", " triggering", " disrupting", " adding", " causing", " introducing", " clogging", " injecting"], [" blocking", " introducing", " adding", " triggering", " disrupting", " causing", " clogging", " injecting"], [" blocking", " introducing", " triggering", " adding", " clogging", " Blocking", " causing", " injecting"], [" blocking", " introducing", " adding", " clogging", " triggering", " causing", " injecting", " spawning"], [" blocking", " adding", " introducing", " clogging", " triggering", " injecting", " spawning", " causing"], [" blocking", " adding", " introducing", " spawning", " triggering", " injecting", " clogging", " causing"], [" blocking", " spawning", " introducing", " adding", " triggering", " injecting", " creating", " executing"], [" blocking", " adding", " introducing", " spawning", " triggering", " injecting", " causing", " doing"], [" adding", " blocking", " doing", " introducing", " making", " spawning", " creating", " triggering"]], "p": [[0.9957, 0.0025, 0.0009, 0.0003, 0.0003, 0.0001, 0.0, 0.0], [0.9515, 0.0224, 0.0106, 0.003, 0.0027, 0.0027, 0.0018, 0.0013], [0.7352, 0.164, 0.0415, 0.0252, 0.0093, 0.0064, 0.0056, 0.0039], [0.9663, 0.0177, 0.0057, 0.0045, 0.0027, 0.0007, 0.0005, 0.0005], [0.8969, 0.0945, 0.006, 0.0013, 0.0005, 0.0001, 0.0001, 0.0001], [0.9719, 0.0139, 0.0051, 0.004, 0.0019, 0.0019, 0.0005, 0.0002], [0.6797, 0.25, 0.0434, 0.0205, 0.0028, 0.0017, 0.0008, 0.0004], [0.935, 0.0598, 0.003, 0.0014, 0.0005, 0.0002, 0.0001, 0.0], [0.9894, 0.0067, 0.0031, 0.0003, 0.0003, 0.0001, 0.0, 0.0], [0.7097, 0.1584, 0.0961, 0.0214, 0.0101, 0.0023, 0.0011, 0.0006], [0.8547, 0.1157, 0.0258, 0.0021, 0.0008, 0.0005, 0.0002, 0.0001], [0.9103, 0.0747, 0.0061, 0.0061, 0.0011, 0.0008, 0.0003, 0.0002], [0.4776, 0.2897, 0.1368, 0.0503, 0.0392, 0.0025, 0.0012, 0.0009], [0.7192, 0.1605, 0.0973, 0.0217, 0.0007, 0.0002, 0.0002, 0.0], [0.3666, 0.3666, 0.2224, 0.0183, 0.0183, 0.0067, 0.0003, 0.0003], [0.6018, 0.365, 0.03, 0.0025, 0.0003, 0.0001, 0.0001, 0.0], [0.9759, 0.0108, 0.0108, 0.0024, 0.0, 0.0, 0.0, 0.0], [0.8028, 0.1791, 0.0089, 0.0089, 0.0002, 0.0001, 0.0, 0.0], [0.9611, 0.029, 0.005, 0.0019, 0.0014, 0.0011, 0.0001, 0.0001], [0.5754, 0.349, 0.0286, 0.0174, 0.0082, 0.0039, 0.003, 0.0014], [0.6043, 0.3665, 0.0234, 0.0052, 0.0001, 0.0001, 0.0001, 0.0], [0.8965, 0.0736, 0.0271, 0.0022, 0.0003, 0.0002, 0.0, 0.0], [0.7182, 0.1602, 0.0972, 0.0217, 0.0018, 0.0002, 0.0001, 0.0001], [0.545, 0.2005, 0.1216, 0.1216, 0.0037, 0.0037, 0.0022, 0.0014], [0.392, 0.3053, 0.1123, 0.0681, 0.0413, 0.0118, 0.0118, 0.0092], [0.6707, 0.1029, 0.0334, 0.0334, 0.023, 0.0158, 0.0139, 0.0123], [0.9784, 0.0051, 0.0031, 0.0031, 0.0024, 0.0015, 0.0015, 0.0007], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0015, 0.0009, 0.0006, 0.0006, 0.0006, 0.0001, 0.0001], [0.9996, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9961, 0.0012, 0.0006, 0.0006, 0.0006, 0.0004, 0.0001, 0.0001], [0.9957, 0.0015, 0.0009, 0.0006, 0.0003, 0.0003, 0.0002, 0.0001], [0.9957, 0.0015, 0.0015, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001], [0.9991, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9935, 0.0041, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8433, 0.1141, 0.042, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.9942, 0.0041, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9978, 0.0009, 0.0006, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.9169, 0.0277, 0.0216, 0.0168, 0.0042, 0.0037, 0.002, 0.0014], [0.8478, 0.0614, 0.0199, 0.0137, 0.0121, 0.0083, 0.0057, 0.0057], [0.3443, 0.2088, 0.0986, 0.0678, 0.0528, 0.0411, 0.032, 0.0283]], "ranks": {"Rust": [66584, 54118, 63685, 82058, 105308, 150621, 142554, 144665, 118820, 140707, 145794, 107856, 99584, 65063, 78894, 67506, 42801, 47568, 79542, 108923, 130418, 109965, 93329, 129335, 164173, 215002, 207325, 178438, 183156, 137327, 107903, 85873, 67971, 54898, 47137, 36823, 49076, 37686, 39136, 25627, 25325, 18677, 16311, 10722, 8257, 4439, 4902]}}, {"pos": 551, "top": [["  ", "</em>", " \u7ee7\u7eed\u8bbf\u95ee", " \u00c3", " ''", "</strong>", " '+", " nbsp"], ["  ", "</em>", " ''", " \u00c3", "''", "</strong>", " '+", "{{"], ["  ", " ''", " \u00c3", " {{", "{{", " \u00a8", " nbsp", " '+"], ["  ", " ''", " \u00c3", " \u7ee7\u7eed\u8bbf\u95ee", " {{", "\u200c\u200c", " '+", "{{"], ["  ", " ''", " \u00c3", " nbsp", " `", " {{", " \u00a8", " \u7ee7\u7eed\u8bbf\u95ee"], ["  ", " ''", " \u00c3", " `", " \u00a8", " \\'", " nbsp", " `/"], [" ''", " \u00c3", "  ", "''", " nbsp", "\u00c3", " `", " ''."], [" ''", " \u00c3", "  ", " nbsp", "''", "\u00c3", " \\'", " `"], [" ''", "  ", " \u00c3", " ''.", " `", " nbsp", " \\'", "\u00c3"], ["  ", " ''", " \u00c3", " nbsp", " `", " \\'", "\u00c3", " ''."], ["  ", " \u00c3", " ''", " `", " \\'", " nbsp", "\u00c3", " `/"], [" ''", "  ", " \u00c3", " '+", " \\'", " `", "\u00c3", " '+'"], ["  ", " ''", " \u00c3", " `", " '+", "\u00c3", " \\'", " '+'"], ["  ", " ''", " \u00c3", " `", " '+", "\u00c3", " \\'", "''"], ["  ", " \u00c3", " ''", " '+", " `", " \u7ee7\u7eed\u8bbf\u95ee", "\u00c3", " '+'"], ["  ", " \u00c3", " ''", " `", "\u00c3", " '+", "<em>", " \u7ee7\u7eed\u8bbf\u95ee"], ["  ", " '+", " \u00c3", "<em>", " `", " '+'", " functionality", "\u00c3"], ["  ", " '+", " \u00c3", " `", " ''", " '+'", " functionality", "\u00c3"], [" '+", " \u00c3", " `", " functionality", " '+'", " complexity", " functionalities", " ''"], [" '+", " functionality", " \u00c3", " '+'", " functionalities", " complexity", " workflows", " `"], [" '+", " functionality", " complexity", " workflows", " \u00c3", " enhancements", " '+'", " functionalities"], [" complexity", " workflows", " complexities", " '+", " enhancements", " functionality", " `", " synergies"], [" complexity", " workflows", " complexities", " exponentially", " vulnerabilities", " instabilities", " weird", " functionality"], [" workflows", " vulnerabilities", " instabilities", " complexities", " complexity", " inefficiencies", " functionalities", " exponentially"], [" workflows", " instabilities", " vulnerabilities", " inefficiencies", " disruptions", " workloads", " complexities", " complexity"], [" workflows", " instabilities", " vulnerabilities", " inefficiencies", " disruptions", " workloads", " funcionalidades", " checkboxes"], [" workflows", " instabilities", " workloads", " inefficiencies", " complexities", " vulnerabilities", " disruptions", " zus\u00e4tzliche"], [" workflows", " workloads", " instabilities", " disruptions", " complexities", " inefficiencies", " complexity", " vulnerabilities"], [" instabilities", " workloads", " complexity", " workflows", " disruptions", " additional", " zus\u00e4tzliche", " complexities"], [" workloads", " workflows", " complexity", " additional", " complexities", " zus\u00e4tzliche", " instabilities", " further"], [" workloads", " complexity", " additional", " workflows", " themselves", " complexities", " zus\u00e4tzliche", " theirs"], [" workloads", " complexity", " workflows", " complexities", " workload", " additional", " themselves", " instabilities"], [" workloads", " workflows", " complexity", " workload", " instabilities", " themselves", " complexities", " vulnerabilities"], [" workloads", " workload", " workflows", " complexity", " inefficiencies", " complexities", " instabilities", " burdens"], [" workloads", " workload", " burdens", " beban", " complexity", " burden", "\u8ca0\u8377", " load"], [" workloads", " workload", " burdens", " complexity", " load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " beban", " loads"], [" workloads", " workload", " burdens", " complexity", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " workflows", " load", " overload"], [" workloads", " workload", " burdens", " asynchronous", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " load", " overload", " complexity"], [" workloads", " workload", " asynchronous", " load", " burdens", " complexity", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " overload"], [" workloads", " workload", " load", " asynchronous", " complexity", " burdens", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " overload"], [" workloads", " workload", " load", " asynchronous", " complexity", " burdens", " overload", " latency"], [" workloads", " workload", " asynchronous", " load", " complexity", " async", " overload", " latency"], [" workloads", " workload", " asynchronous", " load", " complexity", " burdens", " overload", " latency"], [" workload", " workloads", " load", " asynchronous", " overload", " complexity", " burdens", " loads"], [" workloads", " workload", " load", " asynchronous", " their", " more", " loads", " complexity"], [" more", " their", " workload", " workloads", " load", " asynchronous", " complexity", " async"], [" more", " their", " load", " workload", " asynchronous", " complexity", " new", " loads"]], "p": [[0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.592, 0.3591, 0.0486, 0.0003, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0025, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9806, 0.018, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9866, 0.011, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7053, 0.2595, 0.0351, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9646, 0.0177, 0.0177, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9641, 0.0227, 0.0107, 0.0024, 0.0001, 0.0, 0.0, 0.0], [0.9917, 0.0041, 0.0041, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9967, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.501, 0.2366, 0.1843, 0.032, 0.0249, 0.0092, 0.0043, 0.0023], [0.575, 0.1647, 0.1283, 0.0778, 0.0368, 0.005, 0.0039, 0.0039], [0.7433, 0.1659, 0.0288, 0.0224, 0.0175, 0.0106, 0.003, 0.0024], [0.5934, 0.2183, 0.0803, 0.0379, 0.0179, 0.0109, 0.0109, 0.0109], [0.7232, 0.0979, 0.0462, 0.028, 0.0218, 0.0193, 0.008, 0.0071], [0.2955, 0.1087, 0.0959, 0.0747, 0.0513, 0.0453, 0.0311, 0.0311], [0.3113, 0.2424, 0.1888, 0.0892, 0.0892, 0.0328, 0.0155, 0.0121], [0.803, 0.1792, 0.0147, 0.002, 0.0004, 0.0003, 0.0002, 0.0001], [0.8832, 0.0931, 0.0162, 0.0022, 0.0017, 0.0008, 0.0008, 0.0006], [0.9226, 0.0279, 0.0169, 0.0169, 0.0048, 0.0029, 0.0023, 0.0023], [0.9473, 0.0286, 0.0173, 0.0064, 0.0001, 0.0001, 0.0001, 0.0001], [0.4779, 0.1758, 0.1066, 0.1066, 0.0392, 0.0392, 0.0144, 0.0144], [0.9898, 0.0067, 0.0025, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.9947, 0.0025, 0.0009, 0.0009, 0.0009, 0.0001, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6221, 0.3774, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5431, 0.423, 0.0211, 0.006, 0.0028, 0.001, 0.0009, 0.0003], [0.475, 0.2543, 0.1201, 0.0442, 0.0344, 0.0268, 0.0068, 0.006], [0.5187, 0.3565, 0.0796, 0.0074, 0.0045, 0.0035, 0.0031, 0.0027]], "ranks": {"Rust": [113074, 80649, 107259, 139380, 124504, 106886, 25612, 25784, 21107, 20582, 24392, 14384, 13568, 10660, 13164, 14048, 10995, 11188, 17762, 24532, 28114, 19313, 22505, 36709, 73581, 158835, 164464, 132315, 145654, 122093, 139382, 125535, 136663, 120989, 84143, 67692, 72046, 71523, 52718, 42789, 38663, 30149, 26954, 18518, 13387, 5766, 3879]}}, {"pos": 552, "top": [[" \uf0b7", "</h3>", " \u0959", " \u0959\u093e\u0938", " \u095e", "\u2019.", " minimise", " finalised"], [" \uf0b7", "</h3>", " \u0959", " \u095e", " minimise", " \u0959\u093e\u0938", " finalised", " \u095b"], [" \uf0b7", " \u095e", "</h3>", " \u095b", " \u0959\u093e\u0938", " \u0959", " minimise", " initialise"], [" \uf0b7", " \u095e", "</h3>", " \u095b", " \u0959", " ~$", " \u0959\u093e\u0938", "\".["], [" \uf0b7", " \u095e", " \u095b", " \u200b", " ~$", " \u0959", "</h3>", " \u0959\u093e\u0938"], [" \uf0b7", " \u095e", " \u200b", " ~\\", " \uf0a7", "\uf0b7", " finalised", " ~$"], [" \u200b", " \uf0b7", " \u095e", "\u200b", " finalised", " \u0959", " \u0959\u093e\u0938", " prioritise"], [" \u200b", " finalised", " \u095e", " \uf0b7", " \u0959\u093e\u0938", " \u0959", " prioritise", " artefacts"], [" \u200b", " \u095e", " \u0959\u093e\u0938", " finalised", " \u0959", " \u0935\u0958\u094d\u0924", " flavours", " favourites"], [" \u200b", " finalised", " \u0959\u093e\u0938", " \u095e", " flavours", " \u0959", " recognisable", " flavour"], [" \u200b", " finalised", " \u0935\u0958\u094d\u0924", " \u0959", " \u0959\u093e\u0938", " \u095e", " flavours", " \u0915\u093f\u092f\u0947"], [" flavours", " flavour", " finalised", " artefacts", " favourites", " visualisation", " recognisable", " specialised"], [" flavours", " flavour", " behaviours", " artefacts", " finalised", " visualisation", " specialised", " behavioural"], [" behaviours", " flavours", " flavour", " artefacts", " organisations", " specialised", " behaviour", " behavioural"], [" organisations", " flavours", " behaviours", " artefacts", " flavour", " specialised", " defences", " visualisation"], [" flavours", " behaviours", " flavour", " artefacts", " organisations", " visualisation", " specialised", " behavioural"], [" flavours", " behaviours", " flavour", " behavioural", " artefacts", " specialised", " visualisation", " organisations"], [" behaviours", " artefacts", " functionalities", " behavioural", " skillset", " visualisation", " flavours", " organisations"], [" functionalities", " behaviours", " workflows", " skillset", " behavioural", " visualisation", " functionality", " artefacts"], [" functionalities", " funcionalidades", " workflows", " skillset", " functionality", " artefacts", " plugins", " gameplay"], [" workflows", " functionalities", " functionality", " funcionalidades", " plugins", " artefacts", " customizations", " tweaks"], [" workflows", " functionalities", " funcionalidades", " interactions", " functionality", " interfaces", " plugins", " behaviours"], [" workflows", " functionalities", " interactions", " plugins", " functionality", " gameplay", " interfaces", " workspaces"], [" workflows", " functionalities", " functionality", " interactions", " funcionalidades", " skillset", " optimizations", " interfaces"], [" workflows", " functionalities", " workflow", " skillset", " funcionalidades", " functionality", " workspaces", " optimizations"], [" workflows", " funcionalidades", " skillset", " tweaks", " functionalities", " vulnerabilities", " checkboxes", " workspaces"], [" workflows", " vulnerabilities", " funcionalidades", " impactful", " inefficiencies", " checkboxes", " instabilities", " functionalities"], [" themselves", " workflows", " own", " pr\u00f3prios", " pr\u00f3prias", " vulnerabilities", " eigene", " instabilities"], [" own", " pr\u00f3prios", " themselves", " eigene", " propias", " pr\u00f3prias", " workflows", " propios"], [" own", " eigene", " pr\u00f3prios", " pr\u00f3prias", " eigenen", " propias", "\u81ea\u5df1\u7684", " propios"], [" own", " pr\u00f3prios", " eigene", " pr\u00f3prias", " eigenen", " propias", " workflows", " propios"], [" own", " pr\u00f3prios", " eigene", " workflows", " pr\u00f3prias", " propias", " workloads", " eigenen"], [" own", " workloads", " workflows", " eigene", " pr\u00f3prios", " eigenen", " propias", " pr\u00f3prias"], [" workloads", " own", " workflows", " pr\u00f3prios", " workload", " eigene", " propias", " pr\u00f3prias"], [" own", " eigene", " pr\u00f3prios", " propias", " eigenen", " propios", " pr\u00f3prias", " propia"], [" own", " eigene", " pr\u00f3prios", " eigenen", " propias", " propios", " pr\u00f3prias", "\u81ea\u5df1\u7684"], [" own", " eigene", " eigenen", " pr\u00f3prios", "\u81ea\u5df1\u7684", " propias", " propios", " pr\u00f3prias"], [" own", " eigene", " eigenen", " pr\u00f3prios", "\u81ea\u5df1\u7684", " propias", " pr\u00f3prias", " propios"], [" own", " eigene", " workloads", " eigenen", "\u81ea\u5df1\u7684", " pr\u00f3prios", " pr\u00f3prias", " propias"], [" own", " eigene", " workloads", " eigenen", " Own", "\u81ea\u5df1\u7684", " pr\u00f3prios", " propias"], [" own", " workloads", " eigene", " workload", " Own", "own", " eigenen", " propias"], [" own", " Own", "own", " eigene", " OWN", "Own", " eigenen", " propias"], [" own", " Own", "own", " eigene", " OWN", "Own", " eigenen", " propias"], [" own", " Own", " eigene", "own", " OWN", "Own", " eigenen", "\u81ea\u5df1\u7684"], [" own", " workloads", " workload", " asynchronous", " Own", " async", "own", " eigene"], [" own", " async", " workloads", " asynchronous", " workload", " Own", "own", " OWN"], [" own", " async", " asynchronous", " workload", " workloads", " work", " load", " owns"]], "p": [[0.9789, 0.0179, 0.0024, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9963, 0.0032, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.4796, 0.2909, 0.0506, 0.0506, 0.0394, 0.0394, 0.0145, 0.0088], [0.8324, 0.1127, 0.0196, 0.0119, 0.0072, 0.0044, 0.0034, 0.0021], [0.9826, 0.014, 0.0015, 0.0003, 0.0003, 0.0003, 0.0003, 0.0003], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0006, 0.0006, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.797, 0.1778, 0.0089, 0.0054, 0.0033, 0.0025, 0.0009, 0.0007], [0.4822, 0.2925, 0.0653, 0.0396, 0.0396, 0.0187, 0.0146, 0.0088], [0.7009, 0.2578, 0.0349, 0.0011, 0.0011, 0.0006, 0.0006, 0.0004], [0.5901, 0.3579, 0.0294, 0.0108, 0.004, 0.0015, 0.0009, 0.0009], [0.327, 0.2546, 0.1203, 0.0937, 0.0442, 0.0345, 0.0268, 0.0268], [0.2708, 0.2109, 0.2109, 0.0996, 0.0604, 0.0604, 0.0285, 0.0135], [0.7631, 0.1326, 0.0488, 0.0296, 0.0109, 0.0066, 0.0051, 0.0011], [0.5953, 0.3611, 0.0296, 0.0085, 0.0031, 0.0007, 0.0007, 0.0003], [0.8318, 0.0877, 0.0251, 0.0251, 0.0152, 0.0072, 0.0034, 0.0016], [0.8761, 0.0719, 0.0265, 0.016, 0.0036, 0.0022, 0.0013, 0.0013], [0.8229, 0.143, 0.0248, 0.0055, 0.0034, 0.0001, 0.0001, 0.0], [0.9958, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8607, 0.0907, 0.0202, 0.0074, 0.0058, 0.0035, 0.0027, 0.0013], [0.9702, 0.0293, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5036, 0.3055, 0.1853, 0.0056, 0.0, 0.0, 0.0, 0.0], [0.9736, 0.0178, 0.0066, 0.0015, 0.0003, 0.0002, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7864, 0.1064, 0.1064, 0.0004, 0.0003, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [54253, 63979, 92134, 97133, 76073, 81175, 23533, 25269, 17691, 10755, 17242, 11994, 11464, 9292, 11343, 13265, 11619, 12472, 23390, 45706, 42362, 54018, 36532, 70454, 76850, 142351, 141553, 86481, 121286, 99832, 116985, 100690, 91354, 95666, 71942, 40343, 43759, 60715, 42235, 37895, 33820, 22483, 20848, 16184, 10719, 4931, 2748]}}, {"pos": 553, "top": [[" \u2014", " \u0627\u0644\u064e\u0651\u0630", " \u00a3", " \u00a5", " \u00a7", " \u0627\u0644\u064e\u0651", ".\u2014", " \u301c"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", " \u00a3", " \u00a5", " \u00a7", ".\u2014", " \u0627\u0644\u064e\u0651", " \u301c"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", " \u00a3", " \u00a5", " \u301c", " \u00a7", " \u0661", ".\u2014"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", " \u301c", ".\u2014", " \u00a3", " \u00a5", " \u0627\u0644\u064e\u0651", " \u00a7"], [" \u2014", " \u301c", " \u0627\u0644\u064e\u0651\u0630", " \u00a3", " \u0661", " \u0627\u0644\u064e\u0651", " \u00a5", " \u00a7"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", "\u2014", " \u301c", ".\u2014", " \u0627\u0644\u064e\u0651", " \u00a5", " \u00a3"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", "\u2014", " \u0627\u0644\u064e\u0651", ".\u2014", " \u00a3", " \u00a5", "\n\n\n\n\n\n\n"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", " \u0627\u0644\u064e\u0651", "\u2014", " \u00bb", ".\u2014", ".\u00bb", " \u00a3"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", "\u2014", " \u0627\u0644\u064e\u0651", ".\u2014", " \u00bb", ".\u00bb", " \u201a"], [" \u2014", " \u0627\u0644\u064e\u0651\u0630", " \u00bb", " \u0627\u0644\u064e\u0651", " \u201a", ".\u2014", " \u00a3", ".\u00bb"], [" \u2014", " \u201a", " \u0627\u0644\u064e\u0651\u0630", " \u00bb", " \u00a3", " \u201e", " \u0627\u0644\u064e\u0651", ".\u00bb"], [" \u2014", " \u00a3", " \u0627\u0644\u064e\u0651\u0630", " seperate", ".\u2014", " flavour", ".\u00bb", " \u00bb"], [" \u2014", " seperate", " shit", " flavour", " \u0627\u0644\u064e\u0651\u0630", " pretty", " fucked", " things"], [" \u2014", " seperate", ",", " things", " -", " '", " pretty", ".\u2014"], [" \u2014", " seperate", ",", " things", ".\u00bb", ".\u2014", ".\",", ".)"], [" \u2014", " seperate", " things", ".\u00bb", " flavour", ",", " shit", ".\u2014"], [" \u2014", " seperate", " things", " quirks", " shit", " flavour", " shenanigans", ".\u00bb"], [" \u2014", ".\u00bb", ".)", ".\"", ".\",", " shit", " things", " resources"], [" \u2014", " quirks", " resources", " things", " distractions", " shenanigans", ".\u00bb", " devices"], [" \u2014", " quirks", ".\u00bb", " distractions", " shenanigans", ".\u2014", " workflows", ".\""], [" \u2014", " workflows", " shenanigans", " distractions", " quirks", " connections", " interactions", " complexities"], [" \u2014", " workflows", " distractions", " shenanigans", " things", " interactions", " devices", " quirks"], [" shenanigans", " workflows", " things", " interactions", " distractions", " resources", " devices", " weird"], [" workflows", " instabilities", " vulnerabilities", " complexities", " inefficiencies", " shenanigans", " disruptions", " deliverables"], [" workflows", " instabilities", " vulnerabilities", " shenanigans", " complexities", " disruptions", " inefficiencies", " distractions"], [" workflows", " instabilities", " inefficiencies", " vulnerabilities", " disruptions", " shenanigans", " tweaks", " quirks"], [" workflows", " instabilities", " inefficiencies", " disruptions", " vulnerabilities", " complexities", " distractions", " unpredictable"], [" workflows", " instabilities", " disruptions", " inefficiencies", " vulnerabilities", " unpredictable", " distractions", " datasets"], [" workflows", " instabilities", " inefficiencies", " disruptions", " vulnerabilities", " unpredictable", " optimizations", " complexities"], [" workflows", " optimizations", " inefficiencies", " asynchronous", " instabilities", " workloads", " dependencies", " algorithms"], [" workflows", " asynchronous", " optimizations", " workloads", " inefficiencies", " dependencies", " algorithms", " asynchronously"], [" workflows", " workloads", " threads", " optimizations", " asynchronous", " inefficiencies", " dependencies", " vulnerabilities"], [" workflows", " threads", " workloads", " asynchronous", " concurrency", " dependencies", " inefficiencies", " optimizations"], [" workloads", " workflows", " threads", " asynchronous", " workload", " dependencies", " inefficiencies", " concurrency"], [" workloads", " threads", " workflows", " workload", " asynchronous", " tasks", " inefficiencies", " concurrency"], [" workloads", " asynchronous", " threads", " tasks", " workflows", " async", " asynchronously", " workload"], [" asynchronous", " workloads", " workflows", " workload", " threads", " tasks", " concurrency", " async"], [" asynchronous", " async", " workloads", " asynchronously", " concurrency", "\u5f02\u6b65", " threads", " workload"], [" asynchronous", " async", " workloads", " concurrency", " asynchronously", " workload", " tasks", " threads"], [" asynchronous", " workloads", " async", " concurrency", " workload", " asynchronously", " tasks", " threads"], [" asynchronous", " async", " concurrency", " workloads", " tasks", " asynchronously", " workload", " Async"], [" asynchronous", " async", " Async", " concurrency", " asynchronously", " workloads", "\u5f02\u6b65", "async"], [" asynchronous", " async", " concurrency", " workloads", " Async", " tasks", " asynchronously", " workload"], [" asynchronous", " async", " concurrency", " workloads", " workload", " Async", " asynchronously", " tasks"], [" async", " asynchronous", " concurrency", " workloads", " Async", " workload", "async", " asynchronously"], [" async", " asynchronous", " concurrency", " workloads", " concurrent", " Async", " workload", " tasks"], [" async", " asynchronous", " tasks", " concurrency", ",", " workloads", " workload", " heavy"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3816, 0.1404, 0.0965, 0.0851, 0.0751, 0.0215, 0.0168, 0.0148], [0.1947, 0.092, 0.0812, 0.0716, 0.0338, 0.0299, 0.0233, 0.0181], [0.1194, 0.0724, 0.0564, 0.0439, 0.0439, 0.0235, 0.0208, 0.0143], [0.7376, 0.1282, 0.0777, 0.0223, 0.0135, 0.0039, 0.003, 0.0018], [0.9621, 0.0291, 0.0039, 0.0014, 0.0014, 0.0009, 0.0007, 0.0001], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9782, 0.0179, 0.0024, 0.0015, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4878, 0.4878, 0.0243, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0009, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7738, 0.2217, 0.0041, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.7211, 0.2653, 0.0103, 0.0029, 0.0002, 0.0002, 0.0, 0.0], [0.7187, 0.2644, 0.009, 0.0062, 0.0007, 0.0005, 0.0001, 0.0001], [0.7743, 0.1728, 0.0437, 0.0025, 0.0025, 0.0008, 0.0007, 0.0004], [0.6771, 0.1333, 0.0382, 0.0337, 0.0297, 0.0297, 0.0066, 0.0059]], "ranks": {"Rust": [70332, 68475, 86191, 83519, 83085, 76694, 21915, 21360, 14473, 9004, 11499, 7618, 9467, 7677, 8617, 8423, 5723, 7062, 10155, 10966, 19958, 17655, 19730, 34421, 51683, 121027, 148672, 106982, 100605, 70904, 50118, 44011, 37350, 35465, 26339, 16132, 14845, 18988, 19732, 16050, 18197, 10708, 9850, 6548, 4759, 2056, 1914]}}, {"pos": 554, "top": [[" ```", "\u301c", " \u2217", " `;", " \u2212", " \u301c", " ~", " \u2728"], [" ```", " `;", "\u301c", " ~", "</code>", "s", " `@", " \u2217"], [" ```", "\u301c", " \u2217", " ~", " \u301c", " ~~", " \u2728", " \u2202"], [" ```", " \u2217", "\u301c", " \u301c", " \u2728", " ~", " \u223c", " `;"], [" ```", " \u2217", " \u301c", " `;", "\u301c", " ~", " \u2728", " `@"], [" ```", " \u2217", " \u2212", "\u301c", " \u223c", " \u301c", " \u2728", " ~"], [" ```", " \u2217", "\u301c", " \u2212", " \u2728", " \u223c", " \u301c", " ~"], [" ```", " \u2212", " \u2217", "\u301c", " \u2728", " \u301c", " \u223c", " ~"], [" \u2212", " ```", "\u301c", " \u2728", " \u2217", "\u2063", " \u301c", " `"], [" ```", " \u2728", " \u2212", "\u2063", "\u301c", " \u2217", " \u301c", " `"], [" ```", " \u2212", "\u2063", "\u301c", " \u2728", " \u301c", " `", " \u2217"], [" ```", " \u2728", "\u2063", "\u301c", " \u2212", " ~", " \u301c", " `"], [" ```", " \u2728", " \u2212", "\u2063", "\u301c", " ~", "</code>", " `"], [" ```", "\u2063", " \u2212", "\u301c", " \u2728", "</code>", " `", " ~"], [" ```", "\u2063", " \u2212", "</code>", "\u301c", " \u2728", " ~", " `@"], ["\u2063", " ```", " \u2212", " \u2728", "\u301c", "</code>", " `@", " `"], ["\u2063", " ```", "</code>", " ~", " \u2728", " onboarding", " `", " `@"], [" ```", "</code>", " \u2728", " ~", "\u2063", " `@", " `", " workflows"], [" ```", " workflows", " \u2728", " ~", "</code>", " onboarding", "\u2063", " async"], [" workflows", "</code>", " \u2728", " ```", "\u2063", " qubits", " onboarding", " qubit"], [" workflows", " qubits", " onboarding", " workflow", " async", " qubit", " fintech", " plugins"], [" workflows", " qubits", " workflow", " deliverables", " onboarding", " qubit", " plugins", " async"], [" workflows", " deliverables", " qubits", " workflow", " plugins", " interactions", " onboarding", " async"], [" workflows", " deliverables", " workflow", " optimizations", " plugins", " onboarding", " interactions", " datasets"], [" workflows", " deliverables", " workflow", " optimizations", " plugins", " interactions", " tradeoffs", " datasets"], [" workflows", " deliverables", " workflow", " optimizations", " plugins", " datasets", " deployments", " workspaces"], [" workflows", " deliverables", " plugins", " workflow", " workloads", " optimizations", " datasets", " interactions"], [" workflows", " workloads", " deliverables", " datasets", " plugins", " interactions", " processes", " payloads"], [" workflows", " workloads", " deliverables", " datasets", " interactions", " plugins", " implementations", " processes"], [" workflows", " workloads", " implementations", " optimizations", " deliverables", " payloads", " tasks", " datasets"], [" workflows", " workloads", " tasks", " implementations", " optimizations", " deliverables", " payloads", " processes"], [" workflows", " workloads", " tasks", " threads", " optimizations", " callbacks", " processes", " implementations"], [" workflows", " workloads", " tasks", " threads", " workload", " dependencies", " computations", " callbacks"], [" workloads", " workflows", " workload", " tasks", " dependencies", " computations", " threads", " processes"], [" workloads", " workload", " workflows", " tasks", " burdens", " operations", " processes", " computations"], [" workloads", " tasks", " workload", " workflows", " burdens", " operations", " processes", " payloads"], [" workloads", " workload", " tasks", " workflows", " burdens", " operations", " payloads", " dependencies"], [" workloads", " workload", " tasks", " workflows", " burdens", " operations", " payloads", " burden"], [" workloads", " workload", " tasks", " operations", " workflows", " burdens", "tasks", " load"], [" workloads", " workload", " tasks", " operations", " workflows", " burdens", " load", " processes"], [" workloads", " workload", " tasks", " operations", " burdens", " workflows", " processes", " burden"], [" workloads", " workload", " operations", " burdens", " workflows", " tasks", " processes", " work"], [" workloads", " workload", " operations", " burdens", " workflows", " tasks", " processes", " work"], [" workloads", " workload", " burdens", " operations", " load", " workflows", " burden", " processes"], [" workloads", " workload", " burdens", " operations", " workflows", " work", " processes", " load"], [" workloads", " work", " workload", " operations", " burdens", " processes", " load", " workflows"], [" operations", " work", " workloads", " workload", " processes", " burdens", " load", " tasks"]], "p": [[0.9959, 0.0025, 0.0009, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8779, 0.1188, 0.0017, 0.0008, 0.0004, 0.0002, 0.0001, 0.0], [0.7249, 0.1617, 0.0764, 0.0281, 0.0063, 0.0014, 0.0004, 0.0003], [0.8523, 0.07, 0.0424, 0.0257, 0.0074, 0.0013, 0.0004, 0.0003], [0.5691, 0.2688, 0.077, 0.06, 0.0172, 0.0049, 0.0018, 0.0005], [0.861, 0.0707, 0.0334, 0.0158, 0.0123, 0.0035, 0.0017, 0.0013], [0.5678, 0.1627, 0.1267, 0.0599, 0.0599, 0.0134, 0.0038, 0.003], [0.5, 0.1433, 0.1433, 0.1116, 0.0869, 0.0056, 0.0043, 0.002], [0.653, 0.0884, 0.0884, 0.0884, 0.0536, 0.012, 0.0093, 0.0034], [0.8539, 0.09, 0.0258, 0.0122, 0.0122, 0.0024, 0.0011, 0.001], [0.6501, 0.1863, 0.0534, 0.0416, 0.0367, 0.0222, 0.0044, 0.0016], [0.5786, 0.351, 0.0175, 0.0154, 0.0136, 0.0083, 0.0073, 0.0027], [0.3809, 0.1588, 0.1237, 0.085, 0.0662, 0.0354, 0.019, 0.019], [0.9307, 0.0219, 0.0193, 0.0071, 0.0063, 0.003, 0.0023, 0.0018], [0.4089, 0.2189, 0.1172, 0.0805, 0.0296, 0.0204, 0.018, 0.014], [0.402, 0.2439, 0.1479, 0.1152, 0.0424, 0.0121, 0.0095, 0.0045], [0.9588, 0.0073, 0.0065, 0.0035, 0.0027, 0.0024, 0.0024, 0.0024], [0.9952, 0.0019, 0.0006, 0.0006, 0.0006, 0.0003, 0.0003, 0.0002], [0.9037, 0.0309, 0.0114, 0.0069, 0.0061, 0.0054, 0.0054, 0.0029], [0.999, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9871, 0.011, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9835, 0.014, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9448, 0.047, 0.0082, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9704, 0.0293, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.933, 0.0596, 0.0063, 0.0009, 0.0001, 0.0001, 0.0, 0.0], [0.9496, 0.0473, 0.0024, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.9454, 0.0367, 0.0135, 0.0016, 0.0009, 0.0007, 0.0005, 0.0005], [0.4513, 0.2737, 0.1293, 0.1007, 0.0175, 0.0064, 0.0039, 0.0039], [0.4306, 0.3354, 0.1234, 0.0275, 0.0189, 0.0167, 0.0115, 0.0037]], "ranks": {"Rust": [120696, 119129, 145773, 143399, 128474, 113173, 80601, 71527, 59135, 40685, 52439, 39623, 44485, 36714, 41474, 45181, 25566, 37426, 46546, 79171, 68650, 92031, 62995, 98271, 101901, 139550, 171125, 143936, 108719, 56269, 17163, 12755, 11674, 9850, 8227, 5373, 5140, 5869, 7277, 6527, 5709, 4614, 4345, 3079, 1734, 439, 440]}}, {"pos": 555, "top": [["\u00b7", "<start_of_image>", " \u00b7", " --", "(--", " *", "  ", " *$"], ["\u00b7", "<start_of_image>", " \u00b7", "--", "(--", " --", ".\\", "e"], ["<start_of_image>", "\u00b7", "e", "--", " \u00b7", "(--", ".\\", "\u00b7\u00b7"], ["<start_of_image>", "\u00b7", "--", " --", "(--", ".\\", " **", "e"], ["<start_of_image>", "\u00b7", " --", " \u00b7", "--", "  ", " \u00ad", "e"], ["\u00b7", "<start_of_image>", " --", " *", "  ", " \u00b7", " \u00ad", " $("], ["<start_of_image>", "\u00b7", " $(", " *", " --", "\\\\", "--", "-\\\\"], ["<start_of_image>", " \\&", " $(", " `", "\\\\", "\u00b7", " *", " (`"], ["<start_of_image>", " \\&", " `", " (`", " $(", "  ", " *", "\ufffd"], [" `", " (`", " \\&", "<start_of_image>", "  ", " \u00ad", " `$", "\ufffd"], [" `", " (`", " `$", " \\&", " `/", " `./", "\u00b7", " *"], [" \\&", "<start_of_image>", " `", " --", " $(", " (`", " *", " $"], [" --", " *", " (`", " $(", " `", " \\&", "<start_of_image>", " ..."], [" (`", " `", " *", " $(", " \\&", " --", ".\\", " `$"], [".\\", ".*", " (`", " *", " $(", " --", " `", " \\&"], [".\\", ".*", " (`", ".\\\\", " --", ".\u201d", ".\u2019", " `"], [".\\", " --", ".*", " (`", " \\&", ".\u201d", ".\u2019", "  "], [".\u201d", ".*", ".\\", ".\u2019", " --", " *", " (`", ".\\\\"], [" --", " *", " (`", ".\u201d", ".*", ".\u2019", " \u2014", " `"], [".\u201d", ".*", ".\\", " *", " (`", " \u2014", " --", " increasingly"], [".\u201d", ".\u2019", ".\\", ").", ".*", ".'", " increasingly", ".)"], [" increasingly", " `--", " (`", " leveraging", " workflows", " disruptions", " infrastructure", " disrupting"], [" potentially", " increasingly", " leveraging", " workflows", " adding", " creating", " impacting", " adds"], [" leveraging", " impacting", " workflows", " impactful", " proactively", " leverages", " disrupting", " seamlessly"], [" impacting", " leveraging", " workflows", " potentially", " disrupting", " increasingly", " proactively", " exponentially"], [" impacting", " workflows", " disrupting", " disruptions", " disrupts", " complicates", " leveraging", " impacts"], ["++,", " impacting", " workflows", "+,", " complicates", " disrupting", " alongside", "),"], ["++,", "(),", "+,", "),", "*,", "!,", ",*", ",),"], ["(),", "++,", "+,", ",(", "*,", ",*", "),", "!,"], ["(),", "++,", "+,", "*,", ",", "!,", ",*", ",("], ["(),", "++,", "+,", "*,", ",*", "\u00b9,", "\u00b2,", ","], ["(),", "++,", "*,", "+,", ",*", "\u00b9,", "\u00b2,", "!,"], ["(),", "++,", "*,", "+,", ",*", "\u00b9,", "!,", "\u00b2,"], ["(),", "++,", "*,", "+,", ",*", " workloads", "\u00b9,", "\u2082,"], ["(),", "++,", " workloads", "*,", "+,", ",*", " workload", "\u00b9,"], ["(),", "*,", " workloads", "++,", " overload", ",*", " overloading", " load"], ["(),", "*,", "++,", " overload", " workloads", ",*", " load", "+,"], [" load", "load", " overload", "\u8d1f\u8f7d", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "LOAD", "loads", " workloads"], [" load", "load", "\u8d1f\u8f7d", " overload", "loads", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "LOAD", "Load"], [" load", "load", "loads", "\u8d1f\u8f7d", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " overload", "LOAD", "Load"], [" load", "load", "loads", " overload", "\u8d1f\u8f7d", "LOAD", "Load", " loads"], [" load", "load", "loads", " loops", " loads", "\u8d1f\u8f7d", ",", "LOAD"], [" load", "load", " loops", "loads", ",", " loads", "\u8d1f\u8f7d", "LOAD"], [" load", "load", "loads", " loops", ",", "Load", " loads", "LOAD"], [",", " load", " loops", "loads", "load", " loads", "LOAD", "streams"], [",", " and", " (", " ,", " AND", " *", "streams", " loops"], [",", "streams", " *", " and", " loops", " (", " streams", "loops"]], "p": [[0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.917, 0.0457, 0.0356, 0.0008, 0.0007, 0.0002, 0.0, 0.0], [0.9523, 0.0474, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9973, 0.0019, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.993, 0.0067, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6824, 0.1523, 0.0924, 0.056, 0.0125, 0.0036, 0.0004, 0.0001], [0.9937, 0.0052, 0.0005, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.5848, 0.1305, 0.1305, 0.0616, 0.048, 0.0227, 0.0177, 0.0014], [0.3476, 0.1642, 0.1642, 0.1279, 0.0996, 0.0776, 0.0082, 0.0064], [0.3216, 0.3216, 0.1519, 0.0718, 0.0559, 0.0559, 0.0076, 0.0036], [0.3817, 0.3817, 0.0852, 0.0517, 0.0402, 0.019, 0.0148, 0.0042], [0.6047, 0.3668, 0.0183, 0.0019, 0.0019, 0.0015, 0.0012, 0.0007], [0.2244, 0.1747, 0.1747, 0.1361, 0.1361, 0.0643, 0.0304, 0.0236], [0.8812, 0.0439, 0.0266, 0.0207, 0.0098, 0.0059, 0.0028, 0.0022], [0.6487, 0.164, 0.0366, 0.0285, 0.0222, 0.0153, 0.0153, 0.0105], [0.1837, 0.1621, 0.1114, 0.0868, 0.0868, 0.0766, 0.0676, 0.0676], [0.3977, 0.1291, 0.1139, 0.0887, 0.0538, 0.0419, 0.0326, 0.0326], [0.6675, 0.0704, 0.0377, 0.0332, 0.0293, 0.0228, 0.0108, 0.0108], [0.2974, 0.124, 0.0852, 0.0586, 0.0277, 0.0277, 0.0244, 0.0244], [0.6509, 0.3074, 0.0119, 0.0056, 0.0056, 0.0044, 0.0034, 0.0034], [0.7212, 0.1253, 0.0592, 0.0461, 0.017, 0.008, 0.0049, 0.0023], [0.9668, 0.0292, 0.0015, 0.0007, 0.0004, 0.0004, 0.0004, 0.0003], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.922, 0.0757, 0.0023, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9704, 0.0293, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8801, 0.1191, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9357, 0.0466, 0.0171, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.6183, 0.2274, 0.0837, 0.0508, 0.0113, 0.0025, 0.0025, 0.0025], [0.5676, 0.3443, 0.0768, 0.0038, 0.0038, 0.0023, 0.0005, 0.0003], [0.9569, 0.0175, 0.0106, 0.0106, 0.0014, 0.0007, 0.0005, 0.0003], [0.9661, 0.0292, 0.0019, 0.0015, 0.0007, 0.0003, 0.0001, 0.0001], [0.9475, 0.0472, 0.0039, 0.0009, 0.0002, 0.0002, 0.0002, 0.0001], [0.8945, 0.0943, 0.0099, 0.0004, 0.0004, 0.0002, 0.0001, 0.0001], [0.8254, 0.1117, 0.0528, 0.0071, 0.001, 0.0005, 0.0004, 0.0004], [0.9012, 0.0576, 0.0212, 0.0129, 0.0037, 0.0011, 0.0006, 0.0005], [0.6887, 0.1537, 0.0726, 0.0565, 0.0162, 0.0036, 0.0036, 0.0028], [0.7868, 0.0829, 0.0503, 0.0392, 0.0305, 0.0032, 0.0017, 0.0015], [0.9761, 0.0051, 0.004, 0.0031, 0.0027, 0.0019, 0.0017, 0.0009], [0.9974, 0.001, 0.0007, 0.0002, 0.0002, 0.0001, 0.0001, 0.0]], "ranks": {"Rust": [44399, 36529, 52008, 46488, 34626, 28041, 10953, 11061, 4462, 4908, 5337, 3918, 6093, 6878, 8161, 10182, 9547, 10346, 13728, 18791, 21479, 29690, 29375, 43954, 50801, 82650, 172151, 143684, 158078, 129300, 112135, 115545, 130683, 110159, 85177, 54651, 49413, 47161, 47992, 43830, 51028, 64402, 55698, 42293, 37007, 18096, 18351]}}, {"pos": 556, "top": [[",..", "..,", "\u2026,", ",...", "...,", ",\u2026", ":,", "!,"], [",..", "..,", ",...", "\u2026,", "..'", "...,", ":,", "!,"], [",..", "..,", ",...", "\u2026,", ",\u2026", ":,", "...,", ",,"], [",..", ",...", "..,", "\u2026,", "...,", ",\u2026", ":,", ",...,"], [",..", "s", ",...", "\u2026,", "...,", "..,", ",\u2026", " ~,"], ["s", " ~,", "\u2026,", ",..", "...,", ",", "..,", "\u03c2"], ["s", "\u2026,", ",", ",...", ",..", ",\u2026", ",[", "...,"], ["s", "\u2026,", ",\u2026", ",", ",..", ",...", ",[", "..,"], [",...", ",", "s", "\u2026,", ",\u2026", ",..", ",[", "...,"], [",", ",...", "s", "\u2026,", ",\u2026", ",..", "...,", "..,"], [",", "\u2026,", ",[", "s", ",\u2026", ",...", ",..", ".,"], [",", ",...", ".,", ",\u2019", ",[", "!,", "\u2026,", ",'"], [",", ",...", "...,", ",\u2026", ".,", "\u2026,", ",..", ",["], [",", ".,", ",...", "!,", ",..", "..,", "...,", ",."], [",", ".,", ",...", ".", "!,", ",[", ",..", ",\u2026"], [",", ",...", ".,", ",[", ",\u2026", ".[", ",..", "..."], [",", ".,", "!,", ".", ",.", " things", "\u2019,", ",..."], [",...", "...", ",", "\u2026", "\u2026,", "...\"", ",\u2026", "...,"], ["\u2026", "\u2026\"", "...\"", "...", ",...", "\u2026,", "...'", " \u2026"], ["...", "...\"", "\u2026", ",...", "\u2026\"", "\u2026,", "...\",", "...'"], ["...\"", "\u2026\"", "...'", " potentially", ",...", "...\",", "...", " interactions"], [" interactions", " potentially", " increasingly", " leveraging", " complexities", " complexity", " workflows", " multiple"], [" potentially", " interactions", " workflows", " complexities", " vulnerabilities", " leveraging", " dynamics", " complexity"], [" leveraging", " vulnerabilities", " complexities", " workflows", " potentially", " impacting", " impactful", " complexity"], [" vulnerabilities", " leveraging", " workflows", " bottlenecks", " instabilities", " potentially", " impacting", " prioritization"], [" vulnerabilities", " workflows", " instabilities", " prioritization", " inefficiencies", " bottlenecks", " disruptions", " complexities"], [" workflows", "\u305d\u3057\u3066", " vulnerabilities", " instabilities", " and", " disruptions", " inefficiencies", " \u098f\u09ac\u0982"], [" and", "\u305d\u3057\u3066", " \u098f\u09ac\u0982", "\uadf8\ub9ac\uace0", " \uadf8\ub9ac\uace0", "\u098f\u09ac\u0982", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23", " \u0914\u0930"], [" and", "\u305d\u3057\u3066", " \u098f\u09ac\u0982", "\u098f\u09ac\u0982", "\uadf8\ub9ac\uace0", " \u0914\u0930", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23", " \u0906\u0923\u093f"], [" and", "\u305d\u3057\u3066", " \u098f\u09ac\u0982", "\uadf8\ub9ac\uace0", " \uadf8\ub9ac\uace0", "\u098f\u09ac\u0982", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23", " AND"], [" and", "\u305d\u3057\u3066", " \u098f\u09ac\u0982", "\uadf8\ub9ac\uace0", "\u098f\u09ac\u0982", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23", " \uadf8\ub9ac\uace0", " \u0914\u0930"], [" and", "\u305d\u3057\u3066", " \u098f\u09ac\u0982", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23", "\uadf8\ub9ac\uace0", "\u098f\u09ac\u0982", " workflows", " \uadf8\ub9ac\uace0"], [" and", "\u305d\u3057\u3066", " \u098f\u09ac\u0982", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23", " workflows", " \uadf8\ub9ac\uace0", "\uadf8\ub9ac\uace0", "\u098f\u09ac\u0982"], [" and", "\u305d\u3057\u3066", " AND", " \u098f\u09ac\u0982", " workflows", " \uadf8\ub9ac\uace0", "\uadf8\ub9ac\uace0", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23"], [" and", "\u305d\u3057\u3066", " AND", " \u098f\u09ac\u0982", " workflows", "\uadf8\ub9ac\uace0", " \uadf8\ub9ac\uace0", "\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23"], [" multiple", " and", "\u8907\u6570\u306e", "multiple", " workflows", " datasets", " m\u00faltipl", "\u305d\u3057\u3066"], [" multiple", "multiple", "\u8907\u6570\u306e", " and", " m\u00faltipl", " workflows", " syncing", " multitasking"], [" multiple", " and", "\u8907\u6570\u306e", "multiple", " multitasking", "\u305d\u3057\u3066", " responsiveness", " m\u00faltipl"], [" multiple", " and", "multiple", " responsiveness", " datasets", " fluctuating", " plugins", " AND"], [" multiple", " and", " responsiveness", " multitasking", " fluctuating", " AND", " CPU", " plugins"], [" multiple", " and", " AND", " multitasking", " fluctuating", " responsiveness", " syncing", "multiple"], [" plugins", " plugin", " multiple", " UI", " asynchronous", " and", " mobile", " CPU"], [" UI", " multiple", " and", " desktop", " heavy", " data", " server", " mobile"], [" and", " UI", " multiple", " data", " heavy", " mobile", " server", " desktop"], [" and", " multiple", " UI", " data", " heavy", " AND", " desktop", " server"], [" and", " UI", " data", " multiple", " AND", " heavy", " mobile", " server"], [" and", " multiple", " UI", " mobile", " data", " *", " heavy", " server"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9884, 0.011, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.0067, 0.0015, 0.0015, 0.0005, 0.0005, 0.0003, 0.0], [0.9936, 0.0041, 0.0009, 0.0005, 0.0005, 0.0003, 0.0, 0.0], [0.5813, 0.3526, 0.0289, 0.0289, 0.0065, 0.0014, 0.0003, 0.0001], [0.6087, 0.3692, 0.0111, 0.0041, 0.0041, 0.0025, 0.0002, 0.0001], [0.991, 0.0032, 0.0025, 0.0015, 0.0012, 0.0005, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9967, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0003, 0.0003, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.7154, 0.1243, 0.0587, 0.0356, 0.0216, 0.0131, 0.0079, 0.0048], [0.3401, 0.1607, 0.1251, 0.1251, 0.0974, 0.0759, 0.0103, 0.0103], [0.3499, 0.1653, 0.1653, 0.1287, 0.0781, 0.0369, 0.0174, 0.0174], [0.4888, 0.1401, 0.0584, 0.0401, 0.0401, 0.0401, 0.0313, 0.0276], [0.4052, 0.1161, 0.0798, 0.0621, 0.0427, 0.0333, 0.0259, 0.0259], [0.3117, 0.3117, 0.0696, 0.0542, 0.0542, 0.0422, 0.0199, 0.0199], [0.4571, 0.2159, 0.0794, 0.0619, 0.0619, 0.0292, 0.0122, 0.0122], [0.7539, 0.131, 0.0375, 0.0292, 0.0177, 0.0138, 0.0084, 0.004], [0.8681, 0.0713, 0.0432, 0.0159, 0.0008, 0.0005, 0.0002, 0.0], [0.9477, 0.0472, 0.0023, 0.0014, 0.0003, 0.0003, 0.0002, 0.0002], [0.8776, 0.1188, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0], [0.985, 0.0109, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9818, 0.018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9944, 0.0041, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7771, 0.2226, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7303, 0.2687, 0.0007, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9865, 0.0066, 0.004, 0.0024, 0.0003, 0.0, 0.0, 0.0], [0.7271, 0.1263, 0.0984, 0.0104, 0.0081, 0.0081, 0.0063, 0.0049], [0.8762, 0.0719, 0.034, 0.0067, 0.0041, 0.0025, 0.0017, 0.0012], [0.9053, 0.0398, 0.0273, 0.0114, 0.0061, 0.0029, 0.0015, 0.0015], [0.9948, 0.0015, 0.001, 0.0008, 0.0004, 0.0003, 0.0002, 0.0002], [0.9836, 0.0031, 0.0024, 0.0024, 0.0022, 0.0019, 0.0007, 0.0006]], "ranks": {"Rust": [55469, 48703, 70430, 92019, 76580, 72851, 21274, 19120, 14637, 10414, 13155, 7829, 8024, 8860, 8841, 9417, 5105, 7530, 10166, 12776, 16413, 20078, 25875, 26846, 35068, 61897, 92762, 92688, 98445, 53094, 59339, 47902, 44234, 32955, 26612, 27792, 36262, 32511, 19018, 17852, 16564, 7814, 8741, 7387, 4394, 2685, 1532]}}, {"pos": 557, "top": [["s", "\\\\", ".\\\\", "?\u00bb", ".\u00bb", "..", ",\u00bb", "s\u0131"], ["s", "s\u0131", "\u09c7\u09b0", "\\\\", "\u00b7\u00b7", "?\u00bb", "..", "..'"], ["s", " {\\", "s\u0131", "\\\\", "\u00b7\u00b7", "\u09c7\u09b0", "e", ".."], ["s", " {\\", "\\\\", ".\\\\", "{\\", "s\u0131", "\u09c7\u09b0", ",\\\\"], [" {\\", "s", "\\\\", ".\\\\", "{\\", " `'", "\u09c7\u09b0", "s\u0131"], [" {\\", "s", "{\\", "s\u0131", " `'", " ${\\", "\\\\", " ${"], [" {\\", "s", "{\\", " ${\\", "\\\\", " ${", " `'", ",\\\\"], [" {\\", "s", "{\\", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " ${\\", " `'", "\\\\", ".\\\\"], [" {\\", "s", " `'", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "{\\", "\u201a", ".\\\\", " ${\\"], [" {\\", ".\\\\", "s", "\\\\", ",\\\\", "{\\", " `'", ".\\"], [" {\\", " `'", " ${\\", " ${", "s", " `", ".\\\\", "{\\"], [" ${", " {\\", ",", ".\\", "\u2014", ",\\\\", ".\\\\", " `'"], [",", " ${", "\u2014", " {\\", ".", ".\\", "\\...", ",\\"], [",", ".", ".\\", " {\\", " ${", " multiple", "s", " very"], [",", ".", " ${", " multiple", ".\\", " potentially", " {\\", ",\\"], [",", ".", ".\\", " multiple", " potentially", " ${", " specifically", " increasingly"], [",", ".", " ${", ".\\", " multiple", "\\...", " significant", " COVID"], [" increasingly", "\\...", " {\\", "...", " visualizations", " ...", " \\...", " multiple"], [" increasingly", " visualizations", " dynamics", " multiple", " focused", " interactions", " vulnerabilities", " crucial"], [" increasingly", " visualizations", " vulnerabilities", "\\...", " interactions", " dynamics", " prioritized", " multiple"], [" visualizations", " interactions", " vulnerabilities", " prioritized", " dynamics", " gameplay", " increasingly", " focused"], [" visualizations", " interactions", " dynamics", " prioritized", " vulnerabilities", " fluctuations", " increasingly", " prioritization"], [" vulnerabilities", " interactions", " visualizations", " workflows", " prioritization", " prioritized", " lockdowns", " dynamics"], [" prioritization", " vulnerabilities", " prioritized", " prioritizing", " leveraging", " optimizations", " visualizations", " optimizing"], [" prioritization", " vulnerabilities", " prioritizing", " prioritized", " instabilities", " leveraging", " optimizations", " exacerbated"], [" prioritization", " vulnerabilities", " prioritizing", " instabilities", " optimizations", " disruptions", " prioritized", " inefficiencies"], [" vulnerabilities", " prioritization", " workflows", " disruptions", " needing", " optimizations", " potentially", " responsiveness"], [" prioritization", " needing", " prioritizing", " responsiveness", " iterating", " workflows", " requiring", " optimizations"], [" needing", " iterating", " prioritization", " syncing", " maintaining", " requiring", " optimizations", " necessitating"], [" needing", " requiring", " maintaining", " iterating", " responsiveness", " prioritization", " necessitating", " optimizations"], [" needing", " requiring", " maintaining", " trying", " responsiveness", " iterating", " necessitating", " optimizations"], [" needing", " responsiveness", " iterating", " requiring", " trying", " optimizations", " maintaining", " syncing"], [" needing", " responsiveness", " maintaining", " optimizations", " interfacing", " iterating", " syncing", " workflows"], [" maintaining", " needing", " responsiveness", " requiring", " trying", " syncing", " interfacing", " necessitating"], [" maintaining", " needing", " responsiveness", " trying", " requiring", " attempting", " syncing", " necessitating"], [" maintaining", " needing", " responsiveness", " trying", " keeping", " attempting", " demanding", " syncing"], [" maintaining", " responsiveness", " needing", " keeping", " trying", " demanding", " syncing", " responsive"], [" maintaining", " needing", " responsiveness", " keeping", " trying", " demanding", " attempting", " striving"], [" maintaining", " needing", " responsiveness", " keeping", " trying", " demanding", " responsive", " attempting"], [" maintaining", " needing", " responsiveness", " keeping", " trying", " demanding", " responsive", " attempting"], [" maintaining", " needing", " keeping", " trying", " responsiveness", " demanding", " attempting", " updating"], [" maintaining", " responsiveness", " keeping", " needing", " responsive", " syncing", " demanding", " trying"], [" maintaining", " keeping", " needing", " responsiveness", " demanding", " trying", " responsive", " managing"], [" maintaining", " needing", " keeping", " demanding", " trying", " responsiveness", " managing", " updating"], [" maintaining", " needing", " keeping", " demanding", " responsiveness", " desktop", " responsive", " trying"], [" maintaining", " needing", " keeping", " UI", " mobile", " desktop", " the", " data"], [" the", " maintaining", " keeping", " a", " mobile", " needing", " UI", " constant"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7272, 0.2675, 0.0049, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0002, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4441, 0.1442, 0.1272, 0.0874, 0.0772, 0.0322, 0.0322, 0.0172], [0.6371, 0.1254, 0.0761, 0.0407, 0.0359, 0.0247, 0.0062, 0.0038], [0.8817, 0.0387, 0.0076, 0.0052, 0.0046, 0.0032, 0.0028, 0.0022], [0.9557, 0.012, 0.003, 0.0027, 0.0018, 0.001, 0.001, 0.0007], [0.9067, 0.0352, 0.0069, 0.0033, 0.0025, 0.0022, 0.0015, 0.0014], [0.5773, 0.1288, 0.0326, 0.0136, 0.0106, 0.0093, 0.0073, 0.0064], [0.1937, 0.1331, 0.0807, 0.0712, 0.0381, 0.0337, 0.0297, 0.0231], [0.2777, 0.0796, 0.0228, 0.0201, 0.0201, 0.0201, 0.0178, 0.0138], [0.2227, 0.1965, 0.0638, 0.0563, 0.0497, 0.0266, 0.0142, 0.0142], [0.1966, 0.1193, 0.0723, 0.0563, 0.0439, 0.0342, 0.0235, 0.0207], [0.1237, 0.1092, 0.085, 0.0516, 0.0455, 0.0313, 0.0313, 0.0276], [0.2403, 0.1457, 0.0688, 0.0608, 0.0368, 0.0368, 0.0325, 0.0325], [0.4242, 0.3304, 0.0947, 0.0737, 0.0271, 0.0128, 0.0078, 0.0061], [0.6152, 0.3731, 0.0068, 0.0041, 0.0002, 0.0001, 0.0001, 0.0001], [0.7295, 0.2684, 0.0011, 0.0004, 0.0002, 0.0002, 0.0001, 0.0001], [0.4445, 0.4445, 0.0365, 0.0172, 0.0134, 0.0134, 0.0063, 0.0049], [0.8675, 0.1174, 0.0096, 0.0022, 0.0013, 0.0008, 0.0005, 0.0003], [0.9995, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9705, 0.0293, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9501, 0.0197, 0.0093, 0.0056, 0.003, 0.0024, 0.0021, 0.0013], [0.7959, 0.0396, 0.0396, 0.0129, 0.0114, 0.01, 0.0088, 0.0069], [0.335, 0.2303, 0.096, 0.0748, 0.0748, 0.0275, 0.0167, 0.0147]], "ranks": {"Rust": [36302, 41865, 69551, 83934, 72596, 128222, 41854, 44155, 32639, 19872, 20439, 16401, 15907, 12622, 11520, 11590, 8125, 8466, 10218, 14008, 21823, 20866, 28896, 33916, 47028, 84182, 108859, 108511, 102952, 52618, 71266, 36245, 32021, 28336, 26085, 21195, 19529, 17775, 9415, 9498, 10595, 3571, 4185, 3375, 1298, 647, 408]}}, {"pos": 558, "top": [["<start_of_image>", "</h1>", "...", "s", "..", "....", "  ", "colours"], ["s", "</h1>", "...", "e", "<start_of_image>", "..", "</h2>", "</b>"], ["<start_of_image>", "s", "e", "...", "..", "  ", "</h1>", "</b>"], ["<start_of_image>", "s", "...", "  ", "e", "</b>", "</h1>", "   "], ["s", "<start_of_image>", "  ", "e", "...", "s\u0131", "</b>", " \u200b"], ["s", "  ", "e", " \u200b", "<sup>", "\ufffd", " \u00ad", " \u2014"], ["s", "\ufffd", "  ", " \u200b", "<sup>", " ${", "e", "<start_of_image>"], ["s", "\ufffd", "  ", " \u200b", "e", " ${", "<sup>", " \u00ad"], ["s", "\ufffd", "  ", " \u200b", "...", "e", " \u2014", " ''"], ["s", "\ufffd", "  ", " \u200b", "...", " \u2014", "e", " ''"], ["\ufffd", "s", "  ", " \u200b", " `", "<sup>", " ${", "..."], ["\ufffd", "...", "s", ",", " ${", "<sup>", "  ", " presence"], ["\ufffd", "...", "s", ",", "  ", " presence", " \u200b", " crucial"], ["...", ",", "\ufffd", "  ", "s", " presence", "..", " connection"], ["...", "\ufffd", ",", "  ", " presence", "s", " movement", " connection"], ["...", ",", "\ufffd", "  ", " presence", ".", " connection", ".."], [",", "  ", "\ufffd", "...", " presence", " movement", " classic", " complexity"], ["...", " complexity", " focus", " movement", " presence", " connection", "...'", " ecosystem"], [" complexity", " focus", "...", " complexities", " dynamic", " ecosystem", " dynamics", " workflow"], [" complexity", " complexities", "...", " focus", " instability", " turbulence", " immersive", " dynamic"], [" complexity", " complexities", " instability", " instabilities", " turbulence", " volatility", " prioritization", " vulnerabilities"], [" complexity", " complexities", " volatility", " instability", " instabilities", " ecosystem", " prioritization", " dynamics"], [" complexity", " complexities", " infrastructure", " volatility", " interactions", " stressors", " instabilities", " dynamics"], [" prioritization", " complexity", " complexities", " scalability", " vulnerabilities", " optimizations", " skillset", " instabilities"], [" prioritization", " complexity", " scalability", " leveraging", " skillset", " physicality", " vulnerabilities", " robustness"], [" prioritization", " complexity", " optimizations", " instabilities", " scalability", " vulnerabilities", " instability", " uptick"], [" complexity", " prioritization", " complexities", " instability", " instabilities", " vulnerabilities", " uptick", " scalability"], [" prioritization", " complexity", " complexities", " scalability", " iterative", " instability", " uptick", " instabilities"], [" complexity", " prioritization", " complexities", " requirement", "\u178f\u17d2\u179a\u17bc\u179c\u1780\u17b6\u179a", " iterative", " needing", " scalability"], [" complexity", " requirement", " complexities", " prioritization", " needing", " iterative", " requirements", " responsiveness"], [" requirement", " complexity", " needing", " complexities", " prioritization", "\u178f\u17d2\u179a\u17bc\u179c\u1780\u17b6\u179a", " requirements", " workload"], [" complexity", " requirement", " complexities", " needing", " workload", "\u178f\u17d2\u179a\u17bc\u179c\u1780\u17b6\u179a", " prioritization", " responsiveness"], [" requirement", " complexity", " responsiveness", " complexities", " demands", " workload", " requirements", " prioritization"], [" requirement", " complexity", " requirements", " demands", " complexities", " responsiveness", "requirement", " necessidade"], [" requirement", " demands", " complexity", " requirements", " necessidade", "requirement", " demanding", " responsiveness"], [" demands", " requirement", " demanding", " complexity", " \u0442\u0440\u0435\u0431\u043e", " responsiveness", " workload", " requirements"], [" demands", " demanding", " requirement", " \u0442\u0440\u0435\u0431\u043e", " demand", " responsiveness", " requirements", " complexity"], [" demands", " demanding", " requirement", " \u0442\u0440\u0435\u0431\u043e", " demand", " responsiveness", " complexity", " requirements"], [" demands", " demanding", " requirement", " demand", " \u0442\u0440\u0435\u0431\u043e", " responsiveness", " complexity", " requirements"], [" demands", " demanding", " requirement", " demand", " responsiveness", " \u0442\u0440\u0435\u0431\u043e", " complexity", " requirements"], [" demands", " demanding", " requirement", " demand", " responsiveness", " complexity", " \u0442\u0440\u0435\u0431\u043e", " requirements"], [" demands", " demanding", " viewport", " requirement", " responsiveness", " demand", " mobile", " need"], [" demands", " demanding", " viewport", " requirement", " need", " demand", " mobile", " complexity"], [" demands", " demanding", " need", " requirement", " mobile", " viewport", " UI", " demand"], [" need", " demands", " demanding", " viewport", " UI", " mobile", " requirement", " desktop"], [" need", " demands", " UI", " demanding", " demand", " mobile", " viewport", " constant"], [" need", " demands", " mobile", " UI", " demanding", " constant", " viewport", " demand"]], "p": [[0.4926, 0.4926, 0.0149, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9769, 0.023, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9607, 0.0372, 0.0014, 0.0003, 0.0002, 0.0002, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.679, 0.3207, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6031, 0.2219, 0.1728, 0.0015, 0.0003, 0.0003, 0.0002, 0.0], [0.9173, 0.0753, 0.0026, 0.0023, 0.002, 0.0001, 0.0, 0.0], [0.6327, 0.2328, 0.1099, 0.0131, 0.0048, 0.0007, 0.0002, 0.0002], [0.7041, 0.2017, 0.0742, 0.0114, 0.0015, 0.0004, 0.0003, 0.0002], [0.7737, 0.1345, 0.0816, 0.0052, 0.0005, 0.0004, 0.0002, 0.0002], [0.5925, 0.1924, 0.0708, 0.0624, 0.004, 0.0024, 0.0015, 0.0015], [0.9583, 0.0094, 0.0057, 0.0031, 0.0021, 0.0008, 0.0006, 0.0006], [0.7818, 0.1744, 0.0068, 0.0068, 0.0053, 0.0032, 0.0025, 0.0019], [0.9796, 0.0109, 0.0085, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.9962, 0.0032, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9854, 0.0085, 0.0019, 0.0007, 0.0007, 0.0005, 0.0003, 0.0003], [0.8644, 0.043, 0.0179, 0.0096, 0.0066, 0.0045, 0.004, 0.0035], [0.695, 0.2557, 0.0099, 0.0099, 0.0077, 0.0077, 0.0028, 0.0022], [0.9949, 0.0025, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9017, 0.0272, 0.0165, 0.0165, 0.01, 0.0078, 0.0061, 0.0047], [0.5745, 0.2113, 0.2113, 0.0009, 0.0005, 0.0002, 0.0002, 0.0002], [0.7282, 0.2679, 0.003, 0.0004, 0.0002, 0.0001, 0.0, 0.0], [0.9346, 0.0465, 0.0171, 0.0014, 0.0002, 0.0001, 0.0, 0.0], [0.993, 0.0067, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6199, 0.376, 0.0042, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9914, 0.0067, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9827, 0.014, 0.0019, 0.0009, 0.0002, 0.0002, 0.0001, 0.0], [0.9552, 0.0288, 0.0083, 0.0024, 0.0024, 0.0024, 0.0002, 0.0002], [0.4222, 0.3726, 0.0571, 0.0445, 0.0347, 0.027, 0.0099, 0.0068], [0.6806, 0.1044, 0.0633, 0.0264, 0.0264, 0.0264, 0.0233, 0.0141], [0.5172, 0.1679, 0.0899, 0.0545, 0.0425, 0.0375, 0.0331, 0.0331]], "ranks": {"Rust": [58778, 69622, 115580, 130847, 109706, 97310, 37211, 31816, 20479, 12289, 14648, 8153, 9934, 8326, 10566, 9435, 6891, 8610, 13765, 23010, 43708, 34830, 29698, 35209, 57829, 103830, 108823, 114047, 124184, 62131, 69905, 58011, 47964, 46014, 51022, 45804, 39424, 35200, 20019, 18598, 19712, 6446, 7197, 5551, 3543, 1675, 1469]}}, {"pos": 559, "top": [["#", "\u2018", "o", "##", "e", ".#", "?\u201c", " ??"], ["e", "o", "#", "##", "a", "i", "\u2018", " ??"], ["e", "o", "a", "..", "i", "#", "##", " .."], ["e", "o", "a", " ??", "i", " ?", "eer", ".."], ["e", "o", " ?", " ??", " \u2026", "a", "i", " ##"], [" \u2026", " ?", " \uff1f", "e", " \u2018", "\u2018", "o", " ??"], [" \uff1f", " ?", " \u3008", " \\...", " \u2026", "\u3008", "e", " $\\#"], [" \\...", " \u3008", " $\\#", " ?", " \\#", " \u2026", " \uff1f", " \\<"], [" \\...", " \u2018", " \u2026", "\u2018", " \u3008", " \u201a", " \uff1f", " ?"], [" \u2026", " \\...", " \u3008", " \u2018", "\u2018", "\u3008", " \uff1f", " \u201a"], [" \u2026", " \u201a", " \u2018", " \u3008", "\u2018", " \\...", " \uff1f", "\u3008"], [" \u2026", " \\...", " \u2018", " $\\#", " \u3008", "\u2018", " \\#", "\\..."], [" \u2026", " \\...", " $\\#", "\\...", " \\#", " \u3008", " ?", " \u2018"], [" \u2026", " \\...", " $\\#", " \\#", "\\...", "\u2026", " \u2018", " $\\"], [" \u2026", " \\...", " $\\#", "\\...", "\u2026", " \\#", " ?", "\\#"], [" \u2026", " \\...", "\\...", "\u2026", " $\\#", " \\#", "\\#", " ?"], [" \u2026", " \\...", "\\...", " $\\#", "\u2026", " ?", " \u2018", " $\\"], [" \u2026", " \\...", "\\...", "\u2026", "\u2026?", " \uff1f", " $\\#", " ?"], [" \u2026", " \\...", "\\...", "\u2026", " \uff1f", " $\\#", "\u2026?", " \\#"], [" \\...", " \u2026", "\\...", "\u2026?", "\u2026", " $\\#", " \uff1f", "\u2026\u3002"], ["\\...", " \\...", " \u2026", " $\\#", " flexibility", "\u2026?", "\\#", "Need"], [" flexibility", " prioritization", " urgency", " robustness", " $\\#", "\\#", "\\...", " scalability"], [" flexibility", "\\...", " \\...", " prioritization", " urgency", "\u2026?", "\u5c31\u9700\u8981", " scalability"], [" prioritization", " scalability", " prioritized", " flexibility", " robustness", " impactful", " responsiveness", " prioritizing"], [" prioritization", " flexibility", " scalability", " responsiveness", " robustness", " prioritized", " vibrancy", " impactful"], [" prioritization", " flexibility", " scalability", " robustness", " responsiveness", " prioritized", " prioritize", " prioritizing"], [" prioritization", " responsiveness", " robustness", " scalability", " syncing", " seamlessly", " flexibility", " prioritized"], [" responsiveness", " prioritization", " syncing", " scalability", " robustness", " impactful", " prioritize", " prioritized"], [" responsiveness", " syncing", " prioritization", " robustness", " seamlessly", " scalability", " seamless", " synced"], [" responsiveness", " prioritization", " syncing", " robustness", " scalability", " seamlessly", " synchronization", " synced"], [" responsiveness", " maintaining", " prioritization", " syncing", " uptime", " robustness", " seamlessly", " synchronization"], [" responsiveness", " uptime", " maintaining", " syncing", " robustness", " prioritization", " synchronization", " synced"], [" responsiveness", " to", " responsive", " uptime", " seamlessly", " maintaining", " syncing", " constantly"], [" for", " responsiveness", " \u0434\u043b\u044f", " untuk", " to", " \u0628\u0631\u0627\u06cc", " responsive", " \u03b3\u03b9\u03b1"], [" for", " responsiveness", " \u0434\u043b\u044f", " untuk", " responsive", " \u0628\u0631\u0627\u06cc", " \u03b3\u03b9\u03b1", " maintaining"], [" responsiveness", " for", " responsive", " \u0434\u043b\u044f", " maintaining", " to", " maintain", "\u4fdd\u6301"], [" responsiveness", " for", " responsive", " maintaining", "\u4fdd\u6301", " maintain", " \u0434\u043b\u044f", " untuk"], [" for", " responsiveness", " maintain", " \u0434\u043b\u044f", "\u4fdd\u6301", " responsive", " maintaining", " untuk"], [" for", " maintain", " responsiveness", " responsive", " maintaining", " \u0434\u043b\u044f", "\u4fdd\u6301", " untuk"], [" responsiveness", " for", " responsive", " \u0434\u043b\u044f", " maintain", " to", " maintaining", "\u4fdd\u6301"], [" responsive", " responsiveness", " for", " maintain", " maintaining", " to", " keep", "\u4fdd\u6301"], [" responsiveness", " responsive", " for", " to", " maintain", " maintaining", " keep", " keeping"], [" for", " responsive", " responsiveness", " to", " maintain", " maintaining", " keeping", " keep"], [" for", " to", " responsive", " responsiveness", " maintain", " maintaining", " keeping", " keep"], [" for", " to", " \u0434\u043b\u044f", "for", " responsive", " untuk", " responsiveness", " f\u00fcr"], [" for", " to", " responsive", "for", " \u0434\u043b\u044f", " responsiveness", " maintain", " untuk"], [" for", " to", " \u0434\u043b\u044f", " responsive", " *", " of", " responsiveness", " keep"]], "p": [[0.9272, 0.036, 0.0103, 0.0103, 0.008, 0.003, 0.0018, 0.0014], [0.9764, 0.0179, 0.0051, 0.0004, 0.0002, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9463, 0.0286, 0.0135, 0.0105, 0.0011, 0.0, 0.0, 0.0], [0.4117, 0.3207, 0.1515, 0.0557, 0.0557, 0.0028, 0.001, 0.0006], [0.9635, 0.0176, 0.0107, 0.0039, 0.0024, 0.0011, 0.0005, 0.0001], [0.7618, 0.1031, 0.0803, 0.023, 0.014, 0.014, 0.0019, 0.0011], [0.4611, 0.3591, 0.1696, 0.0066, 0.0019, 0.0007, 0.0003, 0.0003], [0.9592, 0.0176, 0.0176, 0.0031, 0.0024, 0.0002, 0.0, 0.0], [0.8171, 0.1823, 0.0004, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9705, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9035, 0.084, 0.0047, 0.0025, 0.0022, 0.0006, 0.0006, 0.0003], [0.9679, 0.0292, 0.0011, 0.0008, 0.0004, 0.0003, 0.0001, 0.0], [0.9542, 0.037, 0.0064, 0.0016, 0.0004, 0.0002, 0.0001, 0.0001], [0.8962, 0.0649, 0.0211, 0.0037, 0.0037, 0.0022, 0.0017, 0.0012], [0.9344, 0.0597, 0.0049, 0.0005, 0.0003, 0.0, 0.0, 0.0], [0.8412, 0.1462, 0.012, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9186, 0.0457, 0.0356, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4996, 0.4996, 0.0005, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.4929, 0.1813, 0.1813, 0.0519, 0.0245, 0.0149, 0.0116, 0.0055], [0.5618, 0.1254, 0.0592, 0.0592, 0.0407, 0.028, 0.0247, 0.0218], [0.938, 0.0172, 0.0134, 0.0081, 0.0081, 0.0049, 0.0023, 0.0018], [0.8363, 0.1453, 0.0056, 0.0056, 0.0021, 0.0021, 0.0008, 0.0008], [0.9938, 0.0025, 0.0019, 0.0012, 0.0005, 0.0001, 0.0, 0.0], [0.6587, 0.3111, 0.0199, 0.0073, 0.0021, 0.0004, 0.0002, 0.0001], [0.6141, 0.3725, 0.0112, 0.0009, 0.0009, 0.0002, 0.0, 0.0], [0.8897, 0.073, 0.0163, 0.0099, 0.0099, 0.0008, 0.0003, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9234, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4998, 0.4998, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.997, 0.0025, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9969, 0.0025, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9824, 0.0109, 0.0052, 0.0012, 0.0002, 0.0002, 0.0, 0.0], [0.5617, 0.3407, 0.0976, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5586, 0.4351, 0.0062, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5217, 0.4063, 0.0706, 0.001, 0.0002, 0.0001, 0.0, 0.0], [0.7137, 0.124, 0.0966, 0.0586, 0.0048, 0.0014, 0.0004, 0.0002], [0.8457, 0.147, 0.0031, 0.0027, 0.0011, 0.0003, 0.0001, 0.0], [0.9876, 0.0124, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [4536, 4047, 8903, 9810, 11324, 11204, 3249, 4319, 2672, 1838, 3246, 1119, 3744, 5243, 6404, 6281, 2213, 4114, 3258, 4305, 6418, 9528, 20848, 21517, 20601, 66629, 90444, 68895, 54480, 36410, 64807, 57082, 58405, 59136, 37669, 18187, 19718, 22424, 9834, 9484, 9174, 7733, 6381, 5373, 3926, 2087, 2108]}}, {"pos": 560, "top": [[" \u00b7", " [\u2026]", " [...", "\u00b7", "\u2219", " \u7ee7\u7eed\u8bbf\u95ee", "\u00b7\u00b7\u00b7", "[\u2026]"], [" \u00b7", " [\u2026]", "\u00b7", " [...", "\u2219", "\u00b7\u00b7", "\u00b7\u00b7\u00b7", " **"], [" \u00b7", " [\u2026]", " **", "\u2219", " [...", "\u00b7\u00b7\u00b7", "\u00b7\u00b7", "\u00b7"], [" [\u2026]", " \u00b7", " **", " ![", " [...", " \u223c", " \u00b2", "\u2219"], [" [\u2026]", " \u00b7", " **", " ![", " [...", " \u223c", "[\u2026]", " [...]"], [" \u00b7", " [\u2026]", " **", " ![", " \u223c", " \u2022", " \uf0fc", " \u00b2"], [" [\u2026]", " **", " ![", " \u00b7", " $\\", " `'", " \u223c", " [`"], [" [\u2026]", " ![", " **", " $\\", " `'", " [`", " \u00b7", " \u2026"], [" [\u2026]", " ![", " \u2026", " [`", " $\\", " **", " `'", " [..."], [" [\u2026]", " \u2026", " ![", " [...", " $\\", " [`", " \u00b7", " `'"], [" [\u2026]", " [`", " \u2026", " `", " `'", " ![", " \u00b7", " `."], [" [\u2026]", " \u2026", " ![", " $\\", " \\...", " `'", " [`", " [..."], [" [\u2026]", " \u2026", " $\\", " `", " \\...", " [...]", " the", " [..."], [" \u2026", " the", " [\u2026]", " `", " $\\", " such", " it", " an"], [" \u2026", " [\u2026]", " the", " `", " such", " specific", " $\\", " significant"], [" [\u2026]", " \u2026", " innovative", " advancements", " experimentation", " integration", " explicit", " creativity"], [" innovative", " innovation", " \u2026", " creativity", " experimentation", " integration", " explicit", " significant"], [" [\u2026]", " innovative", " innovation", " \u2026", " experimentation", " creativity", " integration", " visualizations"], [" innovation", " optimization", " innovative", " integration", " visualizations", " prioritization", " interactions", " behavioral"], [" optimization", " prioritization", " visualizations", " integration", " iterative", " interactions", " optimizations", " innovation"], [" prioritization", " optimizations", " optimization", " interactions", " iterative", " integration", " visualizations", " gameplay"], [" optimizations", " prioritization", " interactions", " optimization", " iterative", " interactivity", " visualizations", " instabilities"], [" optimizations", " prioritization", " interactions", " optimization", " interactivity", " stability", " scalability", " gameplay"], [" optimizations", " prioritization", " responsiveness", " robustness", " interactivity", " optimization", " vibrancy", " stability"], [" responsiveness", " prioritization", " robustness", " optimizations", " impactful", " iterative", " scalability", " downtime"], [" prioritization", " robustness", " responsiveness", " optimizations", " scalability", " impactful", " iterative", " scalable"], [" responsiveness", " robustness", " interactivity", " prioritization", " iterative", " vibrancy", " scalability", " omnichannel"], [" responsiveness", " robustness", " interactivity", " scalability", " impactful", " scalable", " seamless", " prioritization"], [" responsiveness", " robustness", " scalable", " scalability", " seamless", " interactivity", " impactful", " seamlessly"], [" responsiveness", " robustness", " scalability", " responsive", " interactivity", " scalable", " seamless", " optimizations"], [" responsiveness", " responsive", " seamless", " interactivity", " robustness", " reactivity", " synchronization", " seamlessly"], [" responsiveness", " responsive", " interactivity", " reactivity", " robustness", " uptime", " seamless", " synchronization"], [" responsiveness", " responsive", " reactivity", " interactivity", " seamless", " smoothness", " robustness", " reactive"], [" responsiveness", " responsive", " reactivity", " interactivity", " seamless", " reactive", " smoothness", " Responsive"], [" responsiveness", " responsive", " reactivity", " Responsive", "responsive", " reactive", " smoothness", " smooth"], [" responsiveness", " responsive", " Responsive", "responsive", " reactivity", "Responsive", " unresponsive", " reactive"], [" responsiveness", " responsive", " Responsive", "responsive", " reactivity", "Responsive", " unresponsive", " reactive"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactivity", " unresponsive", " reactive"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactivity", " reactive", " unresponsive"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactivity", " unresponsive", " reactive"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " unresponsive", " reactive", " snappy"], [" responsive", " responsiveness", " Responsive", "responsive", " UI", " reactive", "Responsive", " unresponsive"], [" responsive", " responsiveness", " UI", " snappy", " Responsive", " reactive", "responsive", " unresponsive"], [" responsive", " responsiveness", " UI", " snappy", " Responsive", " reactive", "responsive", " instantaneous"], [" responsive", " responsiveness", " UI", " snappy", " reactive", " smooth", " Responsive", " consistent"], [" responsive", " UI", " responsiveness", " smooth", " a", " snappy", " consistent", " constant"], [" responsive", " a", " responsiveness", " UI", " snappy", " constant", " consistent", " smooth"]], "p": [[0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9818, 0.018, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6211, 0.3767, 0.0012, 0.0006, 0.0003, 0.0, 0.0, 0.0], [0.745, 0.1662, 0.0785, 0.0057, 0.0027, 0.0008, 0.0005, 0.0001], [0.8666, 0.0711, 0.0554, 0.0024, 0.0017, 0.001, 0.0005, 0.0003], [0.9979, 0.0008, 0.0004, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.9956, 0.0025, 0.0006, 0.0003, 0.0003, 0.0002, 0.0002, 0.0001], [0.9901, 0.0046, 0.0028, 0.001, 0.0009, 0.0004, 0.0, 0.0], [0.819, 0.1613, 0.0026, 0.002, 0.002, 0.0014, 0.0012, 0.001], [0.6257, 0.2956, 0.0061, 0.0048, 0.0033, 0.0033, 0.0029, 0.0026], [0.1278, 0.047, 0.0415, 0.0366, 0.0366, 0.0236, 0.0173, 0.0105], [0.2697, 0.1444, 0.0118, 0.0118, 0.0111, 0.0098, 0.0092, 0.0087], [0.4163, 0.2228, 0.0142, 0.0098, 0.0086, 0.0076, 0.0076, 0.0067], [0.0403, 0.0245, 0.0245, 0.0168, 0.0148, 0.0148, 0.0109, 0.0109], [0.0564, 0.0388, 0.0388, 0.0388, 0.0302, 0.0267, 0.0235, 0.0208], [0.0534, 0.0534, 0.0367, 0.0324, 0.0286, 0.0252, 0.0223, 0.0223], [0.0842, 0.0743, 0.0656, 0.0451, 0.0351, 0.0351, 0.0351, 0.0351], [0.1832, 0.1616, 0.098, 0.0595, 0.0525, 0.0409, 0.0318, 0.0248], [0.3012, 0.207, 0.0761, 0.0672, 0.0408, 0.0247, 0.0218, 0.0193], [0.2031, 0.1232, 0.0959, 0.0513, 0.0353, 0.0353, 0.0275, 0.0243], [0.4673, 0.2207, 0.1719, 0.0493, 0.0181, 0.011, 0.0086, 0.0067], [0.6077, 0.1356, 0.1356, 0.0499, 0.0388, 0.0087, 0.0041, 0.0032], [0.7892, 0.1761, 0.0238, 0.0088, 0.0012, 0.0007, 0.0001, 0.0], [0.7268, 0.2674, 0.0049, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.9928, 0.0067, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9882, 0.011, 0.0005, 0.0002, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9919, 0.0076, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9316, 0.0361, 0.0219, 0.0023, 0.002, 0.0011, 0.0007, 0.0005], [0.9005, 0.0508, 0.0212, 0.0187, 0.0012, 0.0012, 0.0012, 0.0009]], "ranks": {"Rust": [68209, 69730, 66140, 79596, 54041, 45287, 17569, 13657, 13407, 11633, 13304, 8807, 8819, 6233, 7678, 9026, 8473, 12499, 11870, 16490, 21424, 23368, 19135, 27605, 33922, 66362, 79531, 75763, 58938, 26209, 44851, 31482, 30139, 25516, 22345, 16337, 15215, 10459, 5742, 5247, 7256, 2826, 3578, 3050, 2599, 1999, 873]}}, {"pos": 561, "top": [[" i", " t", "</blockquote>", " s", "</i>", " o", " b", ".."], ["</i>", " t", "</blockquote>", " i", " s", " \u25cf", "..", " o"], [" \u25cf", "\u03c2", "..", " i", ".!", " \ufffd", "a", " t"], [" \u25cf", "\u03c2", " \ufffd", " \u2022", " i", " \u2666", " \u2264", " \u2248"], [" \u25cf", " \u2022", " \ufffd", "\u03c2", " \u00b7", " \u26ab", " i", " \u2666"], [" \u2022", " \u25cf", " \ufffd", "\u03c2", " \u2212", " \u25aa", " \u2015", " \u2032"], ["\u03c2", " \u25cf", "s", " \u2212", " \u2015", " \ufffd", "\u0627\u062a", " \u25aa"], [" \u25cf", "\u03c2", "s", " \u2212", " \u2015", " \ufffd", "\u0627\u062a", " \u2022"], ["\u03c2", " \u25cf", "s", " \u2212", " \u2015", "\u0627\u062a", " \u25aa", "a"], ["\u03c2", "s", " \u25cf", " \u2212", " \u2015", " [\u2026]", "\u0627\u062a", "  "], [" \u2212", "\u03c2", " \u2015", " [\u2026]", " \u25cf", "s", " \u201e", " \u2032"], ["\u03c2", " \u2212", ",", " [\u2026]", "s", "\n", " \u25cf", " a"], [" [\u2026]", ",", " a", " [...]", " \"", " \u25cf", ".", " relationship"], [",", ".", " a", " \"", "s", " way", " design", " big"], [",", ".", " a", " design", " concept", " [...]", " development", " [\u2026]"], [",", ".", " design", " [\u2026]", " [...]", " development", " concept", " style"], [".", ",", " design", ".\".", "!", " [...]", " [\u2026]", " system"], [" [...]", " [\u2026]", " design", " complexity", " system", " focus", ".", " flexible"], [" complexity", " design", " workflow", " flexible", " focus", " innovative", " integration", " system"], [" complexity", " [...]", " workflow", " prototyping", " flexible", " design", " workaround", " modular"], [" complexity", " workflow", " integration", " prototyping", " flexible", " modular", " workaround", " flexibility"], [" complexity", " workflow", " prototyping", " integration", " design", " flexible", " scalable", " iterative"], [" complexity", " scalable", " prototyping", " flexible", " workflow", " modular", " flexibility", " optimized"], [" scalable", " optimized", " prototyping", " complexity", " scalability", " robustness", " prioritization", " iterative"], [" scalable", " omnichannel", " iterative", " flexible", " immersive", " robustness", " interoper", " empathetic"], [" scalable", " robustness", " prioritization", " scalability", " omnichannel", " iterative", " responsiveness", " workaround"], [" scalable", " robustness", " responsiveness", " omnichannel", " seamless", " robust", " iterative", " responsive"], [" scalable", " responsiveness", " seamless", " responsive", " robustness", " robust", " seamlessly", " impactful"], [" scalable", " seamless", " responsiveness", " seamlessly", " responsive", " robust", " robustness", " synced"], [" responsive", " scalable", " responsiveness", " seamless", " seamlessly", " synced", " coherent", " robust"], [" responsive", " responsiveness", " scalable", " seamless", " synced", " seamlessly", " coherent", " robust"], [" responsive", " responsiveness", " synced", " scalable", " seamless", " coherent", " seamlessly", " robust"], [" responsive", " responsiveness", " Responsive", "responsive", " reactive", " smoothly", " reactivity", " seamless"], [" responsive", " responsiveness", " Responsive", "responsive", " reactive", "Responsive", " reactivity", " unresponsive"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactive", " reactivity", " unresponsive"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactive", " unresponsive", " responding"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " unresponsive", " reactive", "\u6d41\u7545"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " unresponsive", " reactive", "\u6d41\u7545"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactive", " unresponsive", " reactivity"], [" responsive", " responsiveness", " Responsive", "responsive", "Responsive", " reactive", " unresponsive", "\u54cd\u5e94"], [" responsive", " Responsive", "responsive", "Responsive", " responsiveness", " reactive", " unresponsive", " Reactive"], [" responsive", " Responsive", "responsive", " responsiveness", "Responsive", " reactive", " unresponsive", " snappy"], [" responsive", " Responsive", " reactive", "responsive", " responsiveness", "Responsive", " snappy", " unresponsive"], [" responsive", " Responsive", " reactive", "responsive", "Responsive", " responsiveness", " snappy", " unresponsive"], [" responsive", " reactive", " Responsive", "responsive", " responsiveness", " snappy", " smooth", "Responsive"], [" responsive", " smooth", " reactive", " snappy", " fluid", " Responsive", " consistently", " smoothly"], [" responsive", " snappy", " reactive", " smooth", " consistently", " fluid", " constantly", " responsiveness"]], "p": [[0.6143, 0.176, 0.0831, 0.0648, 0.0504, 0.0088, 0.0012, 0.0004], [0.6236, 0.1391, 0.1391, 0.0844, 0.0069, 0.0025, 0.002, 0.0015], [0.8499, 0.0698, 0.0543, 0.02, 0.0021, 0.0016, 0.001, 0.0004], [0.9923, 0.0041, 0.0025, 0.0009, 0.0002, 0.0, 0.0, 0.0], [0.7248, 0.2667, 0.0081, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9475, 0.0472, 0.0039, 0.0014, 0.0, 0.0, 0.0, 0.0], [0.7281, 0.2679, 0.0038, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8763, 0.1186, 0.0046, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.5702, 0.3458, 0.0772, 0.0049, 0.0018, 0.0001, 0.0, 0.0], [0.9078, 0.0745, 0.0166, 0.0005, 0.0002, 0.0001, 0.0001, 0.0001], [0.3375, 0.3375, 0.1594, 0.1242, 0.0356, 0.0037, 0.0014, 0.0003], [0.5424, 0.1554, 0.1554, 0.0572, 0.021, 0.021, 0.0164, 0.0164], [0.4205, 0.289, 0.0938, 0.0443, 0.0237, 0.0127, 0.0127, 0.0099], [0.7332, 0.1854, 0.0414, 0.003, 0.003, 0.0023, 0.0021, 0.0018], [0.5349, 0.3676, 0.0235, 0.0143, 0.0052, 0.0022, 0.0022, 0.0017], [0.6692, 0.279, 0.0123, 0.0066, 0.004, 0.0027, 0.0024, 0.0017], [0.555, 0.4322, 0.002, 0.0016, 0.0005, 0.0004, 0.0003, 0.0003], [0.451, 0.1292, 0.1006, 0.0784, 0.0254, 0.0175, 0.0154, 0.0136], [0.639, 0.1831, 0.0674, 0.0193, 0.0193, 0.0117, 0.0091, 0.0091], [0.8236, 0.1431, 0.0151, 0.0055, 0.0034, 0.0012, 0.0012, 0.0012], [0.8865, 0.0934, 0.0077, 0.0028, 0.0028, 0.0017, 0.0008, 0.0006], [0.8462, 0.0421, 0.0199, 0.0155, 0.0121, 0.0094, 0.0073, 0.0073], [0.5602, 0.1605, 0.0758, 0.046, 0.0279, 0.0169, 0.0169, 0.0132], [0.9822, 0.0085, 0.0066, 0.0004, 0.0004, 0.0003, 0.0003, 0.0003], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9864, 0.011, 0.0009, 0.0005, 0.0005, 0.0005, 0.0, 0.0], [0.9141, 0.0455, 0.0276, 0.0037, 0.0037, 0.0037, 0.0005, 0.0005], [0.8094, 0.1806, 0.0055, 0.0033, 0.0007, 0.0003, 0.0001, 0.0001], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6283, 0.2311, 0.1402, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9928, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9995, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [30382, 34433, 65220, 77421, 81106, 79120, 41073, 32776, 22963, 19693, 22536, 16400, 13672, 10312, 11898, 14007, 14660, 17554, 19661, 32001, 38846, 29148, 35718, 43637, 50791, 99770, 75282, 103506, 103075, 52198, 87324, 67402, 49705, 28709, 28304, 19053, 13539, 8951, 4701, 4261, 5357, 2293, 4024, 3352, 2464, 1645, 838]}}, {"pos": 562, "top": [[",\u2019\u201d", " \u201c[", " \u201c\u201d", "\u201d\u2014", "\u0964\u201d", " \u201c\u2018", " \u2026\u201d", "],\u201d"], [",\u2019\u201d", "\u201d\u2014", " \u201c[", " \u201c\u201d", "\u0964\u201d", " \u201c\u2018", "],\u201d", "\u201d\u201c"], ["\u2026\u201d", " \u201c\u201d", "\u201d\u201c", ",\u2019\u201d", "\u201d\u2014", " \u2026\u201d", " \u201c[", "\u201d;"], [",\u2019\u201d", " \u201c\u201d", "\u201d\u2014", " \u201c[", "\u2026\u201d", " \u2026\u201d", "\u0964\u201d", " \u201c\u2018"], ["\u201d\u2014", " [\u2026]", ",\u2019\u201d", " \u201c[", " \u2026\u201d", ".\u2026", " \u201c\u201d", "\u2026\u201d"], [" \u201c[", " \u201c\u201d", "\u201d\u2014", ",\u2019\u201d", " [\u2026]", " \u2026", " \u201c\u2018", " \u2014"], [" \u201c\u201d", " \u2026", ",\u2019\u201d", ".\u2026", " \u201c[", ",\u2026", " [\u2026]", " \ufeff"], [" \u201c\u201d", " \ufeff", " \u2026", ",\u2019\u201d", " \u201c[", " \u201c\u2018", ".\u2026", " [\u2026]"], [" \u2026", " \u201c\u201d", ",\u2019\u201d", " \ufeff", " [\u2026]", ".\u2026", " \u201c[", " \u201c\u2018"], [" [\u2026]", " \u2026", " \ufeff", " \u201c\u201d", ".\u2026", ",\u2019\u201d", ",\u2026", " \u201c["], [" [\u2026]", " \u2026", " \u201c\u201d", " \ufeff", ".\u2026", ",\u2019\u201d", " \u2026\u201d", "\u2026</"], [",\u2019\u201d", " \u2026", " \u201c\u201d", ".\u2026", ",\u201d", " [\u2026]", "\u2026\u201d", "<eos>"], [" \u2026", " [\u2026]", ".\u2026", ",\u2026", "<eos>", "\u2026\u201d", ",\u2019\u201d", ",\u201d"], [".\u2026", " \u2026", ",\u2026", ",\u2019\u201d", ",\u201d", " [\u2026]", " \ufeff", "\u2026\u201d"], [" \u2026", ".\u2026", ",\u2026", " [\u2026]", ",\u201d", ",\u2019\u201d", "\u2026", "\u2026\u201d"], [".\u2026", ",\u2026", " \u2026", " [\u2026]", ",\u201d", ",\u2019\u201d", "\u2026", " \ufeff"], [",\u2026", ",\u201d", " \u2026", ".\u2026", ",\u2019\u201d", ",\u2019", "\u2026\u2019", "\u2026\u201d"], [" \u2026", ".\u2026", ",\u2026", "\u2026\u201d", " [\u2026]", "\u2026", " \u2026\u201d", "\u2026\u2019"], [" \u2026", ".\u2026", " [\u2026]", ",\u2026", "\u2026\u201d", "\u2026", "\u2026\u2019", " \u2026\u201d"], [" \u2026", "\u2026\u201d", " \u2026\u201d", "\u2026\u2019", ".\u2026", " [\u2026]", "\u2026</", ",\u2026"], [" \u2026", "\u2026\u201d", "\u2026\u2019", ".\u2026", " \u2026\u201d", " workflows", " responsiveness", "\u2026</"], [" responsiveness", " middleware", " workflows", " feedback", " workflow", " dynamic", " optimisation", " dashboards"], [" responsiveness", " dynamic", " functionality", " feedback", " workflows", " dynamics", " workflow", " gameplay"], [" responsiveness", " workflows", " functionality", " workflow", " leveraging", " interactivity", " onboarding", " dashboards"], [" responsiveness", " workflows", " onboarding", " workflow", " dashboards", " smartphone", " functionality", " prototyping"], [" responsiveness", " workflows", " KPIs", " onboarding", " workflow", " omnichannel", " OLED", " workaround"], [" omnichannel", " workflows", " smartphone", " OLED", " responsiveness", " visuals", " interactivity", " onboarding"], [" omnichannel", " smartphone", " responsiveness", " workflows", " visuals", " onboarding", " OLED", " interactivity"], [" omnichannel", " FPGA", " smartphone", " OLED", " visuals", " responsiveness", " workflows", " IoT"], [" UI", " GUI", " responsiveness", " iOS", " interface", " FPGA", " touchscreen", " OLED"], [" UI", " GUI", " touchscreen", " interface", " iOS", " visuals", " interfaces", " desktop"], [" UI", " GUI", " interface", " interfaces", " omnichannel", " iOS", " FPGA", " touchscreen"], [" UI", " GUI", " interface", " iOS", " interfaces", " responsiveness", " FPGA", " viewport"], [" UI", " GUI", " interface", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " viewport", " iOS", " responsiveness"], [" UI", " interface", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " GUI", " interfaz", "\u754c\u9762", " Interface"], [" UI", " interface", " GUI", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", "\u754c\u9762", "UI", " interfaz"], [" UI", " interface", " GUI", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", "UI", " interfaz", "\u754c\u9762"], [" UI", " GUI", " interface", "UI", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfaces", "\u754c\u9762", " UX"], [" UI", " interface", " GUI", "UI", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfaz", " desktop"], [" UI", " GUI", " interface", "UI", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfaz", " desktop"], [" UI", " GUI", "UI", " interface", " interfaces", " UX", " desktop", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439"], [" UI", "UI", " desktop", " mobile", " GUI", " interface", " UX", " ui"], [" UI", "UI", " desktop", " mobile", " GUI", " interface", " ui", " UX"], [" UI", "UI", " mobile", " desktop", " GUI", " interface", " UX", " ui"], [" UI", " desktop", "UI", " GUI", " mobile", " UX", " Desktop", " cross"], [" UI", " desktop", " mobile", "UI", " GUI", " cross", " UX", " Desktop"], [" UI", " mobile", " desktop", " cross", " Android", " GUI", ",", " user"]], "p": [[0.9191, 0.0458, 0.0168, 0.0102, 0.0029, 0.0023, 0.0014, 0.0011], [0.4418, 0.2087, 0.1625, 0.1266, 0.0466, 0.0049, 0.003, 0.0023], [0.3323, 0.2588, 0.2016, 0.1223, 0.035, 0.0129, 0.0078, 0.0078], [0.3551, 0.2154, 0.2154, 0.1017, 0.0481, 0.0481, 0.0051, 0.0031], [0.3858, 0.234, 0.1419, 0.1419, 0.0522, 0.0192, 0.0117, 0.0091], [0.5772, 0.2123, 0.0781, 0.0781, 0.0287, 0.0106, 0.0064, 0.0064], [0.8648, 0.0553, 0.0431, 0.0203, 0.0075, 0.0045, 0.0021, 0.0021], [0.9572, 0.0175, 0.0137, 0.0064, 0.005, 0.0, 0.0, 0.0], [0.9045, 0.0578, 0.0273, 0.0078, 0.0017, 0.0003, 0.0003, 0.0001], [0.8008, 0.1787, 0.0188, 0.0015, 0.0001, 0.0, 0.0, 0.0], [0.6679, 0.3155, 0.0157, 0.0006, 0.0001, 0.0, 0.0, 0.0], [0.8198, 0.1109, 0.0193, 0.0193, 0.0193, 0.0055, 0.0016, 0.0012], [0.8622, 0.1167, 0.0203, 0.0005, 0.0001, 0.0001, 0.0001, 0.0001], [0.4746, 0.4746, 0.0236, 0.0112, 0.0112, 0.0041, 0.0003, 0.0001], [0.471, 0.471, 0.0387, 0.0142, 0.0032, 0.0006, 0.0006, 0.0003], [0.7254, 0.2669, 0.0063, 0.0011, 0.0002, 0.0001, 0.0001, 0.0], [0.3078, 0.2397, 0.1867, 0.1454, 0.0687, 0.0119, 0.0093, 0.0072], [0.5703, 0.3459, 0.0284, 0.0284, 0.0172, 0.0049, 0.003, 0.0011], [0.9324, 0.0464, 0.0104, 0.0063, 0.0014, 0.001, 0.0007, 0.0005], [0.7574, 0.1316, 0.0484, 0.0294, 0.0139, 0.0139, 0.0019, 0.0009], [0.4628, 0.1702, 0.1326, 0.0626, 0.038, 0.023, 0.0203, 0.0123], [0.4705, 0.0926, 0.0926, 0.0438, 0.0301, 0.0301, 0.0234, 0.0207], [0.1285, 0.0688, 0.0688, 0.0368, 0.0325, 0.0287, 0.0253, 0.0223], [0.3388, 0.2639, 0.1412, 0.0278, 0.0191, 0.0191, 0.0169, 0.0149], [0.535, 0.2527, 0.1194, 0.0439, 0.0207, 0.0076, 0.0036, 0.0022], [0.8741, 0.1183, 0.0036, 0.0036, 0.0003, 0.0001, 0.0001, 0.0], [0.9604, 0.029, 0.0065, 0.0014, 0.0014, 0.0003, 0.0003, 0.0002], [0.4777, 0.4777, 0.0112, 0.0112, 0.0068, 0.0041, 0.0041, 0.0032], [0.6776, 0.1512, 0.1512, 0.0124, 0.0028, 0.001, 0.001, 0.001], [0.7931, 0.0651, 0.0395, 0.0395, 0.024, 0.024, 0.0053, 0.0032], [0.778, 0.1053, 0.0639, 0.0387, 0.0052, 0.0032, 0.0032, 0.0012], [0.9963, 0.0015, 0.0015, 0.0003, 0.0001, 0.0001, 0.0001, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0004, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9978, 0.0019, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [155718, 138409, 162428, 173037, 195375, 222488, 145288, 146512, 122287, 118776, 125744, 97620, 92578, 75784, 79143, 74861, 43183, 49856, 49529, 65044, 61775, 56997, 34089, 60004, 73117, 115075, 95201, 60287, 58780, 23028, 36853, 20534, 15248, 11394, 6303, 4493, 4672, 3654, 721, 602, 662, 165, 164, 169, 62, 30, 22]}}, {"pos": 563, "top": [[" \u202a", " \u00ad", " \u200b", " \uf0b7", "\u00ad", " \u200d", " \u25cf", "</h5>"], [" \u202a", " \u25cf", " \uf0b7", " \u00ad", " \u200d", " \u200b", "\u00ad", " \u9605\u8bfb\u5168\u6587"], [" \u00ad", " \u200d", " \u202a", " \u25cf", " \u9605\u8bfb\u5168\u6587", " \u200b", "\u00ad", " \uf0b7"], [" \u00ad", " \u200d", " \u202a", " \u200b", "\u00ad", " \u25cf", " \u9605\u8bfb\u5168\u6587", "\u2062"], [" \u00ad", " \u202a", " \u200d", " \u200b", "\u00ad", " \u00ac", " \u25cf", " \u9605\u8bfb\u5168\u6587"], [" \u202a", " \u00ad", " \u200b", " \u200d", " \u25cf", "\u2063", "\u00ad", " \uf0b7"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u00ad", " \u25cf", "\u2064", "\u2062"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u00ad", "\u2064", "\u2062", " \u25cf"], [" \u200b", " \u200d", " \u202a", "\u2063", " \u00ad", "\u2064", "\u2062", " \u2014"], [" \u200b", " \u202a", " \u200d", " \u00ad", "\u2063", " \u2014", "\u2064", "\u2062"], [" \u200b", " \u202a", " \u200d", "\u2063", "\u2064", " \u00ad", "\u2062", " \u2014"], [" \u200b", "\u2063", " \u202a", " \u200d", "\u2064", " \u2014", " \u00ad", "\u2062"], [" \u200b", " \u202a", " \u200d", ".\u200b", "...", " \u2014", "\u2064", "\u2063"], [" \u200b", " \u2014", "\u2064", ".\u200b", " \u200d", "\u2063", "\u2062", " \u202a"], [" \u200b", " \u2014", ".\u200b", ".", "...", "\u2064", "\u2062", " \u200d"], [" \u200b", ".", ".\u200b", " \u2014", "\u200b.", "\u2064", "\u2062", "..."], [" \u200b", ".\u200b", ".", "\u200b.", "\u2064", " \u2014", "\u2062", "\u200b"], [".", "...", ".\u200b", " \u200b", " \u2014", " |", "\u200b.", " '''"], [".", " \u2014", " |", " infrastructure", " mechanisms", " effectively", " aesthetics", " \u200b"], [".", " \u2014", " interactions", "...", " increasingly", " effectively", " mechanisms", " interactivity"], [".", " interactions", " increasingly", " focused", "...", " mechanisms", " effectively", " transitions"], [" increasingly", " mechanisms", " needs", " constantly", " interactions", " responsiveness", " complexity", " effectively"], [" needs", " requires", " constantly", " challenges", " interactions", " struggles", " complexity", " constraints"], [" requires", " needs", " necessitates", " leverages", " vulnerabilities", " complexity", " leveraging", " increasingly"], [" requires", " necessitates", " needs", " potentially", " increasingly", " vulnerabilities", " proactively", " exacerbated"], [" requires", " necessitates", " vulnerabilities", " exacerbated", " leveraging", " leverages", " potentially", " increasingly"], [" requires", " necessitates", " exacerbated", " complicates", " vulnerabilities", " generates", " creates", " worsens"], [" requires", " necessitates", " becomes", " generates", " worsens", " will", " creates", " complicates"], [" necessitates", " requires", " generates", " becomes", " will", " creates", " worsens", " demonstrates"], [" will", " becomes", " necessitates", " generates", " worsens", " requires", " creates", " ensures"], [" will", " becomes", " worsens", " necessitates", " generates", " creates", " gets", " requires"], [" will", " becomes", " worsens", " creates", " generates", " necessitates", " makes", " requires"], [" will", " becomes", " worsens", " necessitates", " generates", " creates", " tends", " makes"], [" will", " becomes", " worsens", " makes", " necessitates", " creates", " gets", " \u0431\u0443\u0434\u0435\u0442"], [" will", " creates", " becomes", " worsens", " makes", " generates", " necessitates", " \u0431\u0443\u0434\u0435\u0442"], [" will", " under", " creates", " becomes", " worsens", " generates", " makes", " accelerates"], [" will", " under", " becomes", " creates", " worsens", " generates", " \u0441\u0442\u0430\u043d\u0435\u0442", " makes"], [" will", " under", " becomes", " creates", " worsens", " makes", " \u0441\u0442\u0430\u043d\u0435\u0442", " generates"], [" will", " under", " becomes", " creates", " makes", " generates", " worsens", " \u0441\u0442\u0430\u043d\u0435\u0442"], [" will", " creates", " under", " becomes", " makes", " generates", " worsens", " necessitates"], [" will", " under", " creates", " becomes", " makes", " generates", " worsens", " necessitates"], [" will", " creates", " under", " becomes", " makes", " generates", " worsens", " necessitates"], [" will", " creates", " under", " becomes", " makes", " generates", " across", " worsens"], [" will", " creates", " makes", " becomes", " under", " generates", " puts", " across"], [" will", " creates", " under", " makes", " becomes", " generates", " gets", " is"], [" will", " under", " creates", " becomes", " across", " is", " makes", " means"], [" will", " under", " is", " becomes", " across", " creates", ",", " *"]], "p": [[0.9696, 0.0293, 0.0007, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.4218, 0.4218, 0.0941, 0.0571, 0.0036, 0.0008, 0.0004, 0.0001], [0.9672, 0.0227, 0.0065, 0.0031, 0.0003, 0.0001, 0.0001, 0.0], [0.9989, 0.0007, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7289, 0.2681, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9889, 0.011, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0009, 0.0006, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9957, 0.0041, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9808, 0.014, 0.0031, 0.0019, 0.0002, 0.0, 0.0, 0.0], [0.9994, 0.0002, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0004, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9811, 0.004, 0.0035, 0.0031, 0.0028, 0.0021, 0.0013, 0.0008], [0.9279, 0.0408, 0.015, 0.0055, 0.0023, 0.0018, 0.0012, 0.0011], [0.5046, 0.2383, 0.1276, 0.0994, 0.0082, 0.0056, 0.003, 0.003], [0.5625, 0.2345, 0.1422, 0.0132, 0.0103, 0.008, 0.0071, 0.0038], [0.5187, 0.2162, 0.1021, 0.0702, 0.0177, 0.0138, 0.0084, 0.0031], [0.3623, 0.1176, 0.0262, 0.0204, 0.018, 0.0159, 0.014, 0.0124], [0.2739, 0.0539, 0.0476, 0.0371, 0.0327, 0.0289, 0.0255, 0.0198], [0.3587, 0.0378, 0.0334, 0.0229, 0.0179, 0.0158, 0.0158, 0.0115], [0.07, 0.0545, 0.0481, 0.0481, 0.0425, 0.0375, 0.0375, 0.0375], [0.297, 0.2621, 0.0516, 0.0516, 0.0276, 0.0215, 0.0148, 0.0148], [0.5191, 0.0703, 0.062, 0.0376, 0.0258, 0.0228, 0.0201, 0.0178], [0.8107, 0.0665, 0.0665, 0.0245, 0.009, 0.007, 0.0016, 0.0016], [0.8158, 0.182, 0.0005, 0.0005, 0.0002, 0.0002, 0.0002, 0.0002], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4998, 0.4998, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9677, 0.0292, 0.0024, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.9889, 0.0067, 0.004, 0.0003, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9524, 0.0474, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0032, 0.0006, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.9978, 0.0015, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9718, 0.0229, 0.004, 0.0011, 0.0002, 0.0, 0.0, 0.0], [0.9357, 0.0598, 0.0023, 0.0014, 0.0007, 0.0001, 0.0, 0.0], [0.919, 0.0754, 0.0029, 0.0014, 0.0011, 0.0001, 0.0, 0.0], [0.9902, 0.0086, 0.0006, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.9887, 0.004, 0.0031, 0.0013, 0.0008, 0.0008, 0.0004, 0.0001], [0.9526, 0.0326, 0.0039, 0.0024, 0.0016, 0.0016, 0.0014, 0.0009]], "ranks": {"Rust": [13983, 10115, 15851, 23710, 38861, 37448, 22093, 21120, 13477, 11362, 13887, 9433, 12727, 11826, 13828, 10562, 7462, 11376, 16155, 20324, 24080, 29086, 33758, 32842, 38639, 71771, 79360, 78368, 90270, 83340, 81869, 59349, 61799, 53123, 42617, 34814, 45528, 34997, 30071, 27525, 26395, 25830, 20957, 14358, 14186, 8135, 8900]}}, {"pos": 564, "top": [[" \u25cf", "l", " \u25a0", ".\ufeff", "\ufeff", " \ufeff", " \u300b", " \u00b7"], ["l", " \u25cf", " \u25a0", " \u300b", " '''", "\ufeff", "s", ".\ufeff"], ["l", " \u25cf", " \ufeff", ".\ufeff", " \u25a0", "\ufeff", "e", "t"], ["l", " \u25cf", " \ufeff", " \u25a0", ".\ufeff", "\ufeff", "e", "t"], ["l", " \u25cf", " \ufeff", " \u25a0", "e", " '''", ".\ufeff", " \u2022"], [" \u25cf", "l", " \u25a0", " \ufeff", " '''", " \u300b", " ''", "e"], [" \ufeff", " \u25cf", ".\ufeff", "\ufeff", " \u25a0", " '''", "\ufeff\ufeff", "l"], [" \ufeff", ".\ufeff", "\ufeff", " \u25cf", " '''", " \u25a0", "l", "\ufeff\ufeff"], [" \ufeff", ".\ufeff", "\ufeff", "\ufeff\ufeff", " \u25cf", " '''", " \u25a0", "l"], [" \ufeff", ".\ufeff", "\ufeff", " \u25cf", " '''", "\ufeff\ufeff", ".''", " \u25a0"], [" \ufeff", "\ufeff", ".\ufeff", " \u25cf", " '''", " \u25a0", ".''", " ''"], [".\ufeff", ".''", " \ufeff", "\ufeff", ".\u201d", ".'''", " \u25a0", " '''"], [".\ufeff", ".''", " \ufeff", "\ufeff", ".\u201d", "...\u201d", " \u25a0", "..."], [".''", ".\ufeff", ",", ".\u201d", " \ufeff", "\ufeff", " \u25a0", ".'''"], [".\ufeff", ".''", " \ufeff", "\ufeff", "...", ",", " \u25a0", ".\u201d"], [".\ufeff", ".''", ",", "...", "\ufeff", " \ufeff", ".'''", ".\u201d"], [".''", ".\ufeff", ".\u201d", ",", "</strong>", "!", "!\u201d", "\ufeff"], ["...", ".\ufeff", ".''", ".\u201d", "...\u201d", ".**", "\u2026", ".'''"], [".''", "...", ".\u201d", "\u2026", "...\u201d", ".\ufeff", ".'''", ".**"], ["...", ".''", "\u2026", "...\u201d", ".\u201d", ".'''", "...'", ".'"], [".''", "...", ".**", ".'", ".'''", ".\u201d", ".\ufeff", "\u2026"], [" need", ".''", ".**", "!", " will", ".'''", " increasingly", ".'"], [" will", " need", " inevitably", " needs", " inevitable", " likely", " challenges", " struggles"], [" vulnerabilities", " bottlenecks", " inevitably", " increasingly", " likely", " exacerbated", " unpredict", " frustrating"], [" likely", " vulnerabilities", " bottlenecks", " exacerbated", " inevitably", " increasingly", " unpredict", " exacerbate"], [" vulnerabilities", " bottlenecks", " overfitting", " inefficiencies", " exacerbated", " slowdown", " exacerbate", " frustrating"], [" vulnerabilities", " inefficiencies", " bottlenecks", " overfitting", " exacerbated", " unpredict", " exacerbate", " likely"], [" vulnerabilities", " bottlenecks", " overfitting", " exacerbated", " inefficiencies", " exacerbate", " instabilities", " likely"], [" inevitably", " vulnerabilities", " bottlenecks", " likely", " exacerbate", " overfitting", " exacerbated", " inefficiencies"], [" bottlenecks", " inevitably", " vulnerabilities", " eventually", " exacerbate", " overfitting", " exacerbated", " instabilities"], [" vulnerabilities", " exacerbate", " likely", " inevitably", " bottlenecks", " overfitting", " instabilities", " exacerbated"], [" vulnerabilities", " exacerbate", " bottlenecks", " inevitably", " overfitting", " likely", " instabilities", " exacerbated"], [" inevitably", " vulnerabilities", " bottlenecks", " exacerbate", " overfitting", " eventually", " likely", " instabilities"], [" inevitably", " exacerbate", " destabil", " vulnerabilities", " bottlenecks", " instabilities", " exacerbated", " instability"], [" exacerbate", " inevitably", " destabil", " vulnerabilities", " exacerbated", " bottlenecks", " instabilities", " eventually"], [" exacerbate", " destabil", " inevitably", " bottlenecks", " instability", " vulnerabilities", " instabilities", " exacerbated"], [" exacerbate", " destabil", " inevitably", " bottlenecks", " exacerbated", " instability", " instabilities", " overwhelm"], [" exacerbate", " destabil", " inevitably", " wreak", " bottlenecks", " exacerbated", " overwhelm", " generate"], [" exacerbate", " destabil", " inevitably", " wreak", " overwhelm", " expose", " generate", " likely"], [" exacerbate", " expose", " inevitably", " destabil", " exposes", " exposed", " generate", " likely"], [" exacerbate", " expose", " inevitably", " destabil", " create", " generate", " exposes", " likely"], [" exacerbate", " expose", " destabil", " create", " generate", " inevitably", " wreak", " crumble"], [" expose", " exacerbate", " create", " generate", " destabil", " inevitably", " crumble", " reveal"], [" create", " expose", " generate", " exacerbate", " destabil", " reveal", " inevitably", " amplify"], [" create", " expose", " generate", " exacerbate", " inevitably", " amplify", " reveal", " become"], [" create", " expose", " lead", " generate", " reveal", " likely", " become", " bite"], [" create", " expose", " lead", " likely", " generate", " become", " bite", " eventually"]], "p": [[0.8793, 0.119, 0.0013, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4998, 0.4998, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8041, 0.1794, 0.0147, 0.0012, 0.0004, 0.0001, 0.0, 0.0], [0.7183, 0.2642, 0.0132, 0.0038, 0.0002, 0.0001, 0.0001, 0.0001], [0.9203, 0.0588, 0.008, 0.0062, 0.0048, 0.0014, 0.0003, 0.0001], [0.981, 0.0085, 0.0051, 0.0051, 0.0002, 0.0001, 0.0, 0.0], [0.9784, 0.014, 0.0066, 0.0009, 0.0001, 0.0, 0.0, 0.0], [0.6037, 0.3662, 0.0301, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7636, 0.1704, 0.0627, 0.0011, 0.0009, 0.0003, 0.0003, 0.0003], [0.8646, 0.0553, 0.0553, 0.0123, 0.0096, 0.0006, 0.0004, 0.0004], [0.5931, 0.1323, 0.1031, 0.0487, 0.0295, 0.0179, 0.0139, 0.0139], [0.3862, 0.161, 0.0976, 0.0862, 0.0523, 0.0407, 0.028, 0.028], [0.2407, 0.2124, 0.0782, 0.069, 0.069, 0.0609, 0.0369, 0.0326], [0.4293, 0.2298, 0.0845, 0.0658, 0.0352, 0.0274, 0.0242, 0.0189], [0.6371, 0.1422, 0.0672, 0.0523, 0.0317, 0.0218, 0.015, 0.0103], [0.2274, 0.2274, 0.1379, 0.1074, 0.0448, 0.0349, 0.0272, 0.024], [0.42, 0.1751, 0.1545, 0.073, 0.0568, 0.0304, 0.0209, 0.0127], [0.3095, 0.2731, 0.1657, 0.0609, 0.0419, 0.037, 0.0198, 0.0154], [0.6753, 0.1174, 0.0381, 0.0336, 0.0204, 0.014, 0.014, 0.0109], [0.3406, 0.2652, 0.0861, 0.0522, 0.0407, 0.0317, 0.028, 0.0247], [0.1036, 0.0915, 0.0555, 0.0432, 0.0381, 0.0381, 0.0231, 0.0231], [0.1158, 0.1022, 0.0483, 0.0483, 0.0426, 0.0376, 0.0293, 0.0258], [0.1566, 0.0838, 0.074, 0.0576, 0.0576, 0.0508, 0.0349, 0.024], [0.5853, 0.1677, 0.0792, 0.0617, 0.0374, 0.0177, 0.0107, 0.0083], [0.9486, 0.0472, 0.0024, 0.0014, 0.0003, 0.0, 0.0, 0.0], [0.6005, 0.2209, 0.134, 0.0299, 0.011, 0.0015, 0.0009, 0.0005], [0.7949, 0.1774, 0.0146, 0.0088, 0.002, 0.002, 0.0001, 0.0001], [0.8557, 0.0702, 0.0426, 0.0157, 0.0095, 0.0035, 0.0021, 0.0003], [0.6317, 0.141, 0.141, 0.0519, 0.0315, 0.0026, 0.0003, 0.0001], [0.5459, 0.2008, 0.1218, 0.0739, 0.0448, 0.01, 0.0014, 0.0008], [0.9597, 0.029, 0.0065, 0.0039, 0.0005, 0.0002, 0.0002, 0.0], [0.5652, 0.2079, 0.2079, 0.0171, 0.0008, 0.0008, 0.0001, 0.0001], [0.8805, 0.1192, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9811, 0.018, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6038, 0.3662, 0.0182, 0.0111, 0.0006, 0.0, 0.0, 0.0], [0.8948, 0.0943, 0.006, 0.0047, 0.0001, 0.0001, 0.0, 0.0], [0.9573, 0.0371, 0.0024, 0.0014, 0.0011, 0.0005, 0.0, 0.0], [0.5489, 0.2593, 0.1573, 0.0213, 0.0061, 0.0029, 0.0011, 0.0011], [0.447, 0.447, 0.0605, 0.0367, 0.0023, 0.0018, 0.0011, 0.0009], [0.7889, 0.176, 0.021, 0.0032, 0.0022, 0.0015, 0.0013, 0.0012], [0.5853, 0.2153, 0.048, 0.0424, 0.0156, 0.0121, 0.0121, 0.0095], [0.5476, 0.1385, 0.0741, 0.0654, 0.035, 0.0309, 0.0129, 0.0089]], "ranks": {"Rust": [22356, 27220, 35112, 34370, 27180, 32557, 8610, 8361, 6642, 4605, 4398, 2737, 3342, 4641, 4013, 4005, 3237, 2953, 3916, 4805, 7369, 7994, 12580, 12531, 23082, 52074, 113002, 87230, 75781, 81300, 71636, 49115, 46442, 21216, 23024, 16888, 25393, 18734, 17611, 13017, 10889, 11782, 10391, 7771, 6359, 2399, 1926]}}, {"pos": 565, "top": [[" \u25cf", "<start_of_image>", "</h4>", " \u3010", ".\u200b", "\u200b.", ".\\\\", "\u25cf"], [" \u25cf", "\u25cf", "<start_of_image>", "</h4>", " \u3010", "\\\\", "...\u201d", "\u201d\u201c"], ["<start_of_image>", " \u25cf", " \u3010", " __", "\u25cf", "</h4>", " \u201d", " \u25cb"], ["<start_of_image>", " \u25cf", " \u3010", " __", ".\\\\", "\\\\", " \u200b", " \u25cb"], ["<start_of_image>", " \u25cf", " __", " \u3010", ".\\\\", "\\\\", " '__", " ''"], [" \u25cf", " \u300a", " __", "<start_of_image>", " ''", " \u200b", "\u2063", " \u300b"], [" \u25cf", " ''", " \u300a", "<start_of_image>", "\u2063", " \u300b", " __", " \u200b"], [" \u25cf", " ''", "\u2063", " \u300a", " \u200b", " \u2800", " __", " \u300b"], [" \u25cf", " ''", " \u300a", "\u2063", ".''", " \u300b", " \u2800", " __"], [" \u25cf", " ''", "<start_of_image>", " \u2800", " __", " \u300a", " \u300b", "\u2063"], [" ''", " \u25cf", " \u2018\u2018", " __", " \u300b", " \u300a", " \u2800", " \u2018"], [" ''", " \u25cf", ".''", " __", " \u2018\u2018", " \u2800", " \u2018", "<start_of_image>"], [" \u25cf", " ''", ".''", " __", " \u2800", " \u2018\u2018", " \u2018", " \u300b"], [".''", " \u25cf", " ''", " __", ".\u201d", " \u2800", " \u2018", ".'''"], [".''", " \u25cf", " ''", " __", ".\u201d", ".'''", " \u2800", " '"], [".''", " ''", ".\u201d", " \u25cf", ".'''", " __", ".'", "!\u201d"], [".''", ".\u201d", " ''", " __", "!\u201d", " '", "!", ".'"], [".''", ".\u201d", " ''", " __", "!\u201d", " .\u201d", ".'''", " \u25cf"], [".''", " __", ".\u201d", " ''", " .\u201d", " \u25cf", "!\u201d", " havoc"], [".''", " __", " havoc", " ''", ".'''", " \u25cf", ".\u201d", " .\u201d"], [".''", ".'''", " __", " havoc", ".';", ".'", ".\u201d", " ''"], [" havoc", " instability", " vulnerabilities", ".''", " chaos", " bottlenecks", " problems", " inefficiencies"], [" havoc", " vulnerabilities", " challenges", " instability", " inefficiencies", " bottlenecks", " chaos", " imbalances"], [" vulnerabilities", " inefficiencies", " bottlenecks", " instability", " complexities", " complexity", " unpredict", " imbalances"], [" vulnerabilities", " inefficiencies", " bottlenecks", " instabilities", " instability", " imbalances", " unpredictable", " impactful"], [" vulnerabilities", " inefficiencies", " bottlenecks", " instabilities", " imbalances", " instability", " disruptions", " vulnerability"], [" inefficiencies", " vulnerabilities", " bottlenecks", " imbalances", " instabilities", " unpredictable", " disruptions", " unpredict"], [" inefficiencies", " vulnerabilities", " bottlenecks", " instabilities", " imbalances", " instability", " difficulties", " unpredictable"], [" inefficiencies", " vulnerabilities", " bottlenecks", " difficulties", " instabilities", " instability", " unpredictable", " imbalances"], [" bottlenecks", " vulnerabilities", " difficulties", " instabilities", " inefficiencies", " instability", " unpredictable", " problems"], [" bottlenecks", " vulnerabilities", " instabilities", " inefficiencies", " difficulties", " unpredictable", " instability", " unpredict"], [" bottlenecks", " instabilities", " vulnerabilities", " inefficiencies", " difficulties", " instability", " unpredictable", " problems"], [" bottlenecks", " instabilities", " vulnerabilities", " difficulties", " unpredictable", " inefficiencies", " instability", " problems"], [" instabilities", " bottlenecks", " unpredictable", " instability", " vulnerabilities", " difficulties", " unpredict", " complexities"], [" instabilities", " bottlenecks", " instability", " unpredictable", " vulnerabilities", " unpredict", " difficulties", " havoc"], [" instabilities", " bottlenecks", " instability", " unpredictable", " headaches", " vulnerabilities", " unpredict", " difficulties"], [" instabilities", " bottlenecks", " instability", " unpredictable", " headaches", " difficulties", " unpredict", " vulnerabilities"], [" instabilities", " bottlenecks", " instability", " unpredictable", " headaches", " unpredict", " concurrency", " difficulties"], [" bottlenecks", " instabilities", " instability", " unpredictable", " headaches", " concurrency", " synchronization", " unpredict"], [" bottlenecks", " instabilities", " instability", " headaches", " unpredictable", " concurrency", " synchronization", " unpredict"], [" bottlenecks", " instability", " instabilities", " headaches", " concurrency", " unpredictable", " synchronization", " unpredict"], [" concurrency", " bottlenecks", " instability", " instabilities", " unpredictable", " headaches", " synchronization", " unpredict"], [" bottlenecks", " concurrency", " unpredictable", " instability", " headaches", " instabilities", " synchronization", " scalability"], [" bottlenecks", " concurrency", " synchronization", " headaches", " instability", " unpredictable", " instabilities", " intermittent"], [" bottlenecks", " concurrency", " synchronization", " unpredictable", " headaches", " intermittent", " instability", " severe"], [" bottlenecks", " concurrency", " intermittent", " unpredictable", " synchronization", " subtle", " instability", " headaches"], [" bottlenecks", " subtle", " concurrency", " intermittent", " unpredictable", " headaches", " cascading", " instability"]], "p": [[0.7054, 0.2595, 0.0351, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6223, 0.3775, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9875, 0.011, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9237, 0.0758, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8509, 0.1479, 0.0006, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.6186, 0.3752, 0.002, 0.0012, 0.0009, 0.0009, 0.0007, 0.0002], [0.5082, 0.3958, 0.0688, 0.0153, 0.0044, 0.0021, 0.0021, 0.001], [0.5622, 0.341, 0.0593, 0.017, 0.0132, 0.002, 0.0018, 0.0011], [0.5205, 0.2459, 0.1316, 0.0704, 0.0122, 0.0058, 0.0031, 0.0021], [0.7666, 0.0916, 0.0808, 0.0262, 0.0204, 0.0028, 0.0017, 0.0013], [0.9038, 0.0309, 0.0273, 0.0146, 0.0054, 0.0047, 0.0033, 0.0014], [0.5718, 0.1446, 0.0774, 0.0285, 0.0251, 0.0222, 0.0196, 0.0196], [0.8436, 0.0692, 0.0225, 0.0225, 0.0106, 0.0106, 0.0034, 0.0034], [0.7507, 0.1016, 0.0374, 0.033, 0.0121, 0.0107, 0.0094, 0.0057], [0.8105, 0.0518, 0.0168, 0.0168, 0.009, 0.0079, 0.007, 0.0043], [0.9047, 0.0166, 0.0146, 0.0089, 0.0089, 0.0061, 0.0042, 0.0033], [0.2069, 0.0977, 0.0761, 0.0672, 0.0523, 0.036, 0.036, 0.0317], [0.3058, 0.2381, 0.0469, 0.0414, 0.0365, 0.0365, 0.0365, 0.0322], [0.8411, 0.0538, 0.0198, 0.0136, 0.0106, 0.0093, 0.0082, 0.0064], [0.9657, 0.0292, 0.0039, 0.0003, 0.0003, 0.0002, 0.0002, 0.0001], [0.9887, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8129, 0.1814, 0.0055, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.7045, 0.1572, 0.0953, 0.0351, 0.0078, 0.0001, 0.0, 0.0], [0.8758, 0.1185, 0.0036, 0.0013, 0.0008, 0.0, 0.0, 0.0], [0.7634, 0.1703, 0.0627, 0.0019, 0.0011, 0.0004, 0.0001, 0.0], [0.736, 0.1642, 0.0996, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8796, 0.119, 0.0013, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9972, 0.0025, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8796, 0.119, 0.0013, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9755, 0.0179, 0.0066, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9867, 0.0066, 0.0066, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8047, 0.1796, 0.0147, 0.0007, 0.0002, 0.0001, 0.0, 0.0], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9955, 0.0025, 0.0009, 0.0006, 0.0003, 0.0002, 0.0, 0.0], [0.5773, 0.3502, 0.0287, 0.0287, 0.0106, 0.0039, 0.0005, 0.0], [0.6717, 0.2471, 0.0429, 0.026, 0.0058, 0.0045, 0.0017, 0.0], [0.8108, 0.1809, 0.0026, 0.0026, 0.0016, 0.0009, 0.0002, 0.0002], [0.8237, 0.1115, 0.0249, 0.0151, 0.0104, 0.0049, 0.0049, 0.0014], [0.4256, 0.3756, 0.0308, 0.0308, 0.0212, 0.0165, 0.0146, 0.0129], [0.649, 0.0995, 0.0323, 0.0323, 0.0173, 0.0153, 0.0135, 0.0119]], "ranks": {"Rust": [141724, 110000, 134801, 166334, 144819, 173853, 105657, 105209, 75009, 45498, 37309, 24451, 25564, 17761, 15761, 15962, 12705, 9657, 10392, 13387, 17471, 14750, 22086, 24848, 38415, 77566, 120701, 121287, 96824, 96874, 107180, 94016, 83408, 65110, 43811, 27218, 35259, 37121, 28521, 21541, 18786, 13388, 18123, 15944, 14935, 9990, 11462]}}, {"pos": 566, "top": [["\u2014\u201d", "\u2014\u201c", "\u201d\u2014", "--\u201c", "\u2014", "\u2013\u2013", "~(\\", "\uf0be"], ["\u2014\u201d", "\u2014\u201c", "--\u201c", "\u201d\u2014", "\u2014", "~(\\", "\u2013\u2013", "--"], ["\u2014\u201d", "--\u201c", "\u2014\u201c", "\u201d\u2014", "\u2014", "\u2013\u2013", "~(\\", "--"], ["\u2014\u201d", "\u2014\u201c", "--\u201c", "\u2014", "\u201d\u2014", "~(\\", "\u2013\u2013", "\uf0be"], ["\u2014", "\u2014\u201c", "\u2014\u201d", "--\u201c", "\uf0be", "~(\\", "\u2013\u2013", "\u201d\u2014"], ["\u2014", "\u2014\u201c", "\u2014\u201d", "\uf0be", " \u2014", "\u2013\u2013", "~(\\", "~\\"], ["\u2014", "\u2014\u201c", "\u2014\u201d", "\u2013\u2013", " \u2014", "\uf0be", "~(\\", " __"], ["\u2014", " \u2014", "\u2014\u201d", "\u2014\u201c", "\u2013\u2013", " __", "\uf0be", "~(\\"], ["\u2014", " \u2014", "\u2013\u2013", "\u2014\u201c", " \u2015", "\u2014\u201d", " __", "\uff0e"], ["\u2014", " \u2014", " \u2015", "\u2014\u201d", "\u2013\u2013", "\u2014\u201c", " (~", " `--"], ["\u2014", " \u2014", " \u2015", " __", "\u2013\u2013", " `--", "\u2014\u201d", " (~"], ["\u2014", " \u2014", "\u2014\u201d", "\u2013\u2013", "\u2014\u201c", " (~", " `--", " __"], ["\u2014", " \u2014", "\u2013\u2013", "\u2014\u201c", " __", "\u2014\u201d", " `--", " (~"], ["\u2014", " \u2014", " __", "\u2013\u2013", " `--", " --", "\uff0e", "\u2014\u201c"], ["\u2014", " \u2014", "\u2013\u2013", "\u2014\u201c", " __", "\u2014\u201d", "\uff0e", " `--"], ["\u2014", " \u2014", "\u2014\u201c", "\u2013\u2013", "\u2014\u201d", "\u2010", " methodologies", "\uff0e"], ["\u2014", " methodologies", " \u2014", " workflows", "\u2014\u201c", " tradeoffs", " (~", " spacetime"], ["\u2014", " \u2014", "\u2014\u201d", " methodologies", " workflows", "\u2013\u2013", "\u2014\u201c", " `--"], ["\u2014", " workflows", " qubits", " algorithms", " methodologies", " tradeoffs", " spacetime", " `--"], [" workflows", "\u2014", " qubits", " spacetime", " algorithms", " methodologies", " tradeoffs", " disruptions"], [" workflows", " qubits", " algorithms", " tradeoffs", " methodologies", " disruptions", " spacetime", " optimizations"], [" workflows", " tradeoffs", " optimizations", " qubits", " instabilities", " bottlenecks", " algorithms", " disruptions"], [" workflows", " bottlenecks", " optimizations", " instabilities", " tradeoffs", " disruptions", " qubits", " inefficiencies"], [" workflows", " instabilities", " optimizations", " inefficiencies", " tradeoffs", " bottlenecks", " disruptions", " vulnerabilities"], [" workflows", " instabilities", " optimizations", " inefficiencies", " bottlenecks", " disruptions", " tradeoffs", " vulnerabilities"], [" workflows", " inefficiencies", " bottlenecks", " optimizations", " instabilities", " disruptions", " tradeoffs", " vulnerabilities"], [" inefficiencies", " workflows", " optimizations", " instabilities", " bottlenecks", " disruptions", " vulnerabilities", " tradeoffs"], [" inefficiencies", " workflows", " bottlenecks", " instabilities", " problems", " disruptions", " vulnerabilities", " optimizations"], [" bottlenecks", " inefficiencies", " instabilities", " problems", " workflows", " disruptions", " vulnerabilities", " difficulties"], [" bottlenecks", " problems", " inefficiencies", " workflows", " instabilities", " optimizations", " vulnerabilities", " difficulties"], [" bottlenecks", " problems", " workflows", " optimizations", " inefficiencies", " vulnerabilities", " instabilities", " workloads"], [" bottlenecks", " problems", " optimizations", " vulnerabilities", " instabilities", " workflows", " inefficiencies", " nightmares"], [" bottlenecks", " problems", " nightmares", " instabilities", " vulnerabilities", " probl\u00e8mes", " inefficiencies", " optimizations"], [" bottlenecks", " problems", " instabilities", " nightmares", " vulnerabilities", " difficulties", " probl\u00e8mes", " problemas"], [" bottlenecks", " problems", " instabilities", " nightmares", " probl\u00e8mes", " vulnerabilities", " problemas", " difficulties"], [" problems", " bottlenecks", " nightmares", " headaches", " instabilities", " probl\u00e8mes", " problemas", " nightmare"], [" bottlenecks", " problems", " headaches", " nightmares", " instabilities", " probl\u00e8mes", " problemas", " nightmare"], [" bottlenecks", " headaches", " problems", " issues", " nightmares", " instabilities", " probl\u00e8mes", " problemas"], [" bottlenecks", " headaches", " problems", " nightmares", " issues", " instabilities", " bugs", " deadlock"], [" bottlenecks", " headaches", " nightmares", " problems", " issues", " nightmare", " instabilities", " chaos"], [" bottlenecks", " headaches", " nightmares", " problems", " issues", " nightmare", " pitfalls", " instabilities"], [" nightmares", " headaches", " bottlenecks", " problems", " nightmare", " issues", " instabilities", " pitfalls"], [" nightmares", " headaches", " bottlenecks", " problems", " issues", " nightmare", " chaos", " pitfalls"], [" nightmares", " bottlenecks", " headaches", " problems", " issues", " nightmare", " bugs", " pitfalls"], [" bottlenecks", " nightmares", " headaches", " problems", " issues", " bugs", " nightmare", " pitfalls"], [" nightmares", " bottlenecks", " headaches", " issues", " bugs", " problems", " nightmare", " challenges"], [" bottlenecks", " nightmares", " headaches", " issues", " problems", " bugs", " chaos", " challenges"]], "p": [[0.723, 0.266, 0.008, 0.0023, 0.0007, 0.0, 0.0, 0.0], [0.5287, 0.2497, 0.1945, 0.0263, 0.0005, 0.0002, 0.0, 0.0], [0.7149, 0.1595, 0.1242, 0.0011, 0.0001, 0.0, 0.0, 0.0], [0.7285, 0.2087, 0.0598, 0.0023, 0.0005, 0.0001, 0.0001, 0.0], [0.3595, 0.3595, 0.28, 0.0007, 0.0003, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9968, 0.0032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9487, 0.0472, 0.0024, 0.0005, 0.0003, 0.0003, 0.0003, 0.0001], [0.969, 0.0293, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0009, 0.0006, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9916, 0.0067, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8688, 0.0713, 0.0262, 0.0159, 0.0159, 0.0013, 0.0003, 0.0002], [0.9867, 0.0066, 0.004, 0.0024, 0.0002, 0.0, 0.0, 0.0], [0.8769, 0.1187, 0.0022, 0.0013, 0.0008, 0.0, 0.0, 0.0], [0.9322, 0.0464, 0.0104, 0.0104, 0.0005, 0.0001, 0.0, 0.0], [0.7094, 0.261, 0.0214, 0.0079, 0.0001, 0.0001, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8173, 0.1824, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7657, 0.1708, 0.0629, 0.0004, 0.0002, 0.0, 0.0, 0.0], [0.6192, 0.3755, 0.0042, 0.0009, 0.0002, 0.0, 0.0, 0.0], [0.908, 0.0745, 0.0166, 0.0008, 0.0, 0.0, 0.0, 0.0], [0.9668, 0.0292, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.766, 0.1709, 0.0629, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9052, 0.0579, 0.0351, 0.0008, 0.0008, 0.0001, 0.0, 0.0], [0.5367, 0.418, 0.0441, 0.0006, 0.0005, 0.0001, 0.0, 0.0], [0.5915, 0.3587, 0.0486, 0.0007, 0.0003, 0.0002, 0.0, 0.0], [0.6757, 0.2817, 0.0297, 0.0075, 0.0019, 0.001, 0.0007, 0.0003], [0.7675, 0.1511, 0.0556, 0.0085, 0.0052, 0.004, 0.0024, 0.0017]], "ranks": {"Rust": [145667, 135368, 131192, 116005, 100550, 100719, 60272, 69574, 68411, 59287, 58697, 43255, 33826, 19431, 23993, 27279, 25290, 28822, 35265, 44896, 53074, 39207, 38885, 40526, 31454, 80497, 96486, 90684, 72978, 56557, 48329, 40167, 24259, 12819, 8998, 6641, 11609, 10081, 11744, 11455, 6594, 4360, 4737, 4402, 3533, 2954, 4571]}}, {"pos": 567, "top": [["\u25c6", " ........", "\u2022\u2022\u2022\u2022", " ..........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "////////", " ////", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], ["\u2022\u2022\u2022\u2022", "\u25c6", "\u201d\u201c", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", " ..........", "\u201c[", " ........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], ["\u2022\u2022\u2022\u2022", " ////", " ..........", "\u25c6", " ........", "////////", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ////", "\u2022\u2022\u2022\u2022", " ..........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", " ........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ..........", " ........", " ////", " .........", " .......", "\u2022\u2022\u2022\u2022", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ........", " ..........", " ////", " .........", " .......", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "////////", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ////", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", " ........", " ..........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ////", " ..........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", " ///", " ........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ..........", " ........", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", " ////", " .........", " ......"], [" ........", " ..........", " ......", " .........", " .......", " ////", " ///", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ........", " ..........", " ////", " ///", " .........", " ......", " .......", "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"], [" ///", " leveraging", " ........", " \u25c6", " ////", " ......", " ..........", " \u27a4"], [" ........", " ......", " ..........", " .......", " .........", " .....", " ....", " ///"], [" ........", " ......", " ....", " ..........", " ///", " .....", " .......", " ``"], [" ....", " .....", " ........", " ......", " .......", " ..........", " bottlenecks", " ........."], [" ....", " bottlenecks", " ........", ".\u201c", " .....", " ......", " .......", " .........."], [" bottlenecks", " inefficiencies", " amidst", " exacerbated", " leveraging", " --", " exacerb", " ........"], [" ........", " ....", " .....", " ......", " .......", " ..........", " .........", " bottlenecks"], [" bottlenecks", " ....", " ........", " inefficiencies", " .....", " .......", " ......", " ........."], [" bottlenecks", " inefficiencies", " leveraging", " ....", " bottleneck", " ........", " exacerbated", " ....."], [" bottlenecks", " inefficiencies", " bottleneck", " leveraging", " workflows", " exacerbated", " exacerb", " optimizing"], [" bottlenecks", " inefficiencies", " bottleneck", " exacerbated", " workflows", " exacerb", " leveraging", " optimizing"], [" bottlenecks", " inefficiencies", " bottleneck", " leveraging", " optimized", " exacerbated", " workflows", " optimizing"], [" bottlenecks", " inefficiencies", " leveraging", " exacerbated", " frustrating", " exacerb", " bottleneck", " workflows"], [" inefficiencies", " bottlenecks", " exacerbated", " frustrating", " leveraging", " exacerb", " vulnerabilities", " bottleneck"], [" bottlenecks", " inefficiencies", " exacerbated", " vulnerabilities", " frustrating", " frustrations", " troubleshooting", " leveraging"], [" exacerbated", " inefficiencies", " bottlenecks", " requiring", " despite", " and", " vulnerabilities", " prioritizing"], [" exacerbated", " and", " despite", " inefficiencies", " bottlenecks", " necessitating", " requiring", " unpredict"], [" exacerbated", " especially", " and", " despite", " inefficiencies", " bottlenecks", " necessitating", " unexpectedly"], [" exacerbated", " bottlenecks", " quickly", " unexpectedly", " despite", " especially", " unpredict", " sooner"], [" exacerbated", " bottlenecks", " quickly", " sooner", " unexpectedly", " unanticipated", " unforeseen", " unpredict"], [" exacerbated", " bottlenecks", " quickly", " unexpectedly", " sooner", " faster", " unanticipated", " quicker"], [" bottlenecks", " exacerbated", " quickly", " sooner", " unanticipated", " unexpectedly", " unpredict", " exponentially"], [" quickly", " sooner", " rapidly", " quicker", " rapidamente", " \ube60\ub974\uac8c", "quickly", " faster"], [" quickly", " sooner", " quicker", " rapidly", " faster", " rapidamente", " \ube60\ub974\uac8c", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" under", " quickly", " rapidly", " quicker", " sooner", " faster", " \u062a\u062d\u062a", "under"], [" under", " quickly", "under", " \u062a\u062d\u062a", "Under", " sotto", " Under", " quicker"], [" under", " quickly", " rapidly", " quicker", " faster", "under", " \u062a\u062d\u062a", " easily"], [" quickly", " under", " rapidly", " easily", " quicker", " faster", " sooner", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" quickly", " under", " rapidly", " quicker", " faster", " easily", " sooner", " \u0431\u044b\u0441\u0442\u0440\u043e"], [" quickly", " under", " rapidly", " quicker", " faster", " sooner", " easily", " swiftly"], [" quickly", " under", " rapidly", " quicker", " sooner", " faster", " easily", " swiftly"], [" quickly", " rapidly", " under", " sooner", " faster", " quicker", " easily", " and"], [" quickly", " under", " rapidly", " faster", " easily", " and", " quicker", " sooner"], [" under", " quickly", " and", " rapidly", " that", " easily", " faster", " sooner"], [" and", " under", " quickly", " that", " rapidly", " easily", " faster", " sooner"], [" and", ".", " under", ",", " that", " *", " quickly", " easily"]], "p": [[0.3415, 0.266, 0.1613, 0.1613, 0.0218, 0.017, 0.008, 0.0063], [0.7828, 0.136, 0.0304, 0.0112, 0.0112, 0.0087, 0.0068, 0.0025], [0.9263, 0.028, 0.0218, 0.0103, 0.008, 0.0029, 0.0007, 0.0002], [0.4502, 0.3507, 0.1005, 0.0288, 0.0288, 0.0175, 0.0064, 0.0024], [0.3806, 0.3806, 0.2308, 0.0042, 0.002, 0.0009, 0.0003, 0.0002], [0.4457, 0.2703, 0.2703, 0.005, 0.003, 0.003, 0.0007, 0.0007], [0.4858, 0.1787, 0.1787, 0.0658, 0.0399, 0.0089, 0.0089, 0.0054], [0.8674, 0.0262, 0.0262, 0.0262, 0.0159, 0.0159, 0.0096, 0.0035], [0.4475, 0.2714, 0.0999, 0.0367, 0.0367, 0.0367, 0.0367, 0.005], [0.6087, 0.2239, 0.1358, 0.0184, 0.0068, 0.0041, 0.0006, 0.0006], [0.4403, 0.208, 0.1262, 0.0983, 0.0596, 0.0282, 0.0171, 0.0104], [0.5131, 0.1145, 0.0892, 0.0892, 0.0694, 0.0255, 0.0255, 0.0121], [0.6235, 0.1786, 0.1083, 0.0399, 0.031, 0.0089, 0.0089, 0.0003], [0.4136, 0.1522, 0.1185, 0.0719, 0.0436, 0.0436, 0.034, 0.034], [0.5164, 0.148, 0.148, 0.1152, 0.0257, 0.0156, 0.0095, 0.0074], [0.3089, 0.1874, 0.1874, 0.0885, 0.0885, 0.0689, 0.0154, 0.012], [0.6374, 0.1422, 0.0672, 0.0523, 0.0523, 0.015, 0.0055, 0.0033], [0.4339, 0.205, 0.1243, 0.0968, 0.0587, 0.0277, 0.0216, 0.0102], [0.3159, 0.1916, 0.1492, 0.1492, 0.0705, 0.0333, 0.0333, 0.0122], [0.7738, 0.2217, 0.0015, 0.0007, 0.0005, 0.0004, 0.0004, 0.0003], [0.8509, 0.1479, 0.0008, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9617, 0.0373, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8793, 0.0818, 0.0111, 0.0059, 0.0025, 0.0013, 0.0013, 0.0013], [0.4808, 0.4808, 0.0186, 0.0088, 0.0017, 0.0014, 0.0011, 0.0008], [0.6208, 0.3765, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8776, 0.1188, 0.0036, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9426, 0.0469, 0.0105, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9227, 0.0757, 0.0008, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.9918, 0.0067, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9908, 0.0067, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9324, 0.0464, 0.0104, 0.0104, 0.0003, 0.0001, 0.0, 0.0], [0.4976, 0.4976, 0.0034, 0.0007, 0.0005, 0.0002, 0.0001, 0.0], [0.8418, 0.1139, 0.0419, 0.0021, 0.0001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4998, 0.4998, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.995, 0.0041, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9776, 0.0179, 0.0024, 0.0019, 0.0002, 0.0001, 0.0, 0.0], [0.9541, 0.037, 0.0064, 0.0011, 0.0009, 0.0003, 0.0001, 0.0], [0.9678, 0.0177, 0.0051, 0.004, 0.0024, 0.0019, 0.0009, 0.0001], [0.9503, 0.0223, 0.0154, 0.0034, 0.0027, 0.0018, 0.0016, 0.0016], [0.5056, 0.3475, 0.0775, 0.0285, 0.0173, 0.0093, 0.0064, 0.0021], [0.8127, 0.0857, 0.0459, 0.0245, 0.0062, 0.0033, 0.0033, 0.002], [0.4415, 0.2085, 0.2085, 0.0527, 0.0362, 0.022, 0.0081, 0.002]], "ranks": {"Rust": [52059, 38884, 75021, 73098, 78555, 63528, 37276, 29791, 26834, 14988, 13516, 10188, 8001, 6120, 6933, 8190, 5199, 5142, 6225, 7818, 10483, 9412, 10695, 14252, 13325, 26071, 42065, 64062, 34664, 67433, 51218, 35022, 31874, 31070, 42538, 32158, 51703, 41999, 31252, 19796, 18109, 12900, 8346, 7286, 8788, 5100, 4089]}}, {"pos": 568, "top": [["s", "\u2026.", "\u2026..", "..", "!!.", ".'.", "\u09c7\u09b0", "..'"], ["s", "\u09c7\u09b0", "s\u0131", "..'", "..", "!!.", ".'.", "i"], ["s", "\u09c7\u09b0", "..", "e", "\u2026..", "s\u0131", "\u2026.", "!!."], ["s", "\u09c7\u09b0", "s\u0131", "\u0627\u062a", "e", "\u3002\u3002\u3002\u3002", " {\\", "\\\\"], ["s", "\u09c7\u09b0", " {\\", "s\u0131", "\u0627\u062a", "e", "\\\\", "\u05d9\u05dd"], ["s", "\u09c7\u09b0", " {\\", "s\u0131", " '''", "{\\", "e", "\u0627\u062a"], ["s", " {\\", "\u09c7\u09b0", " '''", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", "{\\", " ${\\", "\\"], ["s", " {\\", " '''", "\u09c7\u09b0", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " ''", ".\\\\", "{\\"], ["s", " '''", "\u09c7\u09b0", "\u05f3", " ''", " \u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f", " {\\", "''."], ["s", " '''", " ''", "\u00b7\u00b7\u00b7\u00b7", "\u05f3", "''.", "\u2026.", " \u2026."], ["s", "\u05f3", " '''", " ''", " '.", " \u201a", " {\\", " \u2026."], ["s", ".", " '.", ".'", ",", "\u05f3", " '''", ".''"], [".", "s", "....", " ....", " '.", ".'", ",", "..."], [".", ".'", "s", ",", "'.", "..", "....", "!."], [".", ".'", ",", "'.", "..", ".\\", "....", "!."], [".", ".'", ".\\", "'.", ",", "..", "!.", " '."], [".", ".'", "'.", ".\\", "!.", "..", " dynamics", " '."], [".", "..", " '.", ".'", " ..", "!.", " ....", "'."], ["\\...", ".", " '.", " ..", "..", "...'", "'.", "!."], ["...'", " vulnerabilities", "\\...", " dynamics", ".'", "...\"", " '.", " inefficiencies"], [" vulnerabilities", "...'", ".'", "\\...", " instabilities", ".';", ".'.", ".\\\\"], [" vulnerabilities", " instabilities", " instability", " unpredictable", " bottlenecks", " disruptions", " chaos", " unpredict"], [" vulnerabilities", " instabilities", " instability", " unpredictable", " inefficiencies", " bottlenecks", " disruptions", " chaos"], [" vulnerabilities", " instabilities", " inefficiencies", " instability", " unpredictable", " troubleshooting", " disruptions", " bottlenecks"], [" vulnerabilities", " instabilities", " inefficiencies", " instability", " unpredictable", " disruptions", " worsening", " troubleshooting"], [" inefficiencies", " vulnerabilities", " instabilities", " disruptions", " bottlenecks", " instability", " optimizations", " malfunctions"], [" inefficiencies", " vulnerabilities", " instabilities", " disruptions", " instability", " bottlenecks", " unpredictable", " workflows"], [" inefficiencies", " instabilities", " vulnerabilities", " disruptions", " instability", " bottlenecks", " malfunctions", " inconsistencies"], [" inefficiencies", " instabilities", " disruptions", " vulnerabilities", " bottlenecks", " instability", " glitches", " inconsistencies"], [" instabilities", " inefficiencies", " vulnerabilities", " disruptions", " bottlenecks", " instability", " unpredictable", " glitches"], [" instabilities", " vulnerabilities", " inefficiencies", " disruptions", " bottlenecks", " unpredictable", " glitches", " instability"], [" instabilities", " vulnerabilities", " bottlenecks", " glitches", " instability", " inefficiencies", " disruptions", " inconsistencies"], [" instabilities", " glitches", " vulnerabilities", " bottlenecks", " timeouts", " instability", " inefficiencies", " disruptions"], [" instabilities", " instability", " glitches", " unpredictable", " timeouts", " vulnerabilities", " unpredict", " bottlenecks"], [" instabilities", " glitches", " instability", " unpredictable", " vulnerabilities", " timeouts", " bottlenecks", " crashes"], [" glitches", " instabilities", " instability", " bottlenecks", " timeouts", " crashes", " unpredictable", " slowdown"], [" instabilities", " glitches", " instability", " crashes", " unpredictable", " timeouts", " responsiveness", " deadlock"], [" instabilities", " instability", " glitches", " crashes", " unpredictable", " timeouts", " unresponsive", " responsiveness"], [" instabilities", " instability", " glitches", " responsiveness", " crashes", " deadlock", " unpredictable", " unresponsive"], [" responsiveness", " deadlock", " instability", " glitches", " unresponsive", " instabilities", " crashes", " timeouts"], [" responsiveness", " deadlock", " unresponsive", " crashes", " unpredictable", " instability", " glitches", " instabilities"], [" responsiveness", " instability", " crashes", " unresponsive", " unpredictable", " instabilities", " glitches", " deadlock"], [" crashes", " instability", " unpredictable", " responsiveness", " instabilities", " glitches", " latency", " deadlock"], [" crashes", " instability", " UI", " glitches", " unpredictable", " slowdown", " responsiveness", " deadlock"], [" crashes", " UI", " unpredictable", " freezes", " deadlock", " race", " instability", " responsiveness"], [" UI", " crashes", " unpredictable", " responsiveness", " potential", " deadlock", " freezes", " potentially"], [" UI", " likely", " unpredictable", " responsiveness", " potential", " potentially", " race", " dead"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0006, 0.0004, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9176, 0.0277, 0.0131, 0.0079, 0.0042, 0.0038, 0.0038, 0.0026], [0.3547, 0.1899, 0.1899, 0.1016, 0.0227, 0.0121, 0.0121, 0.0121], [0.8032, 0.0582, 0.0214, 0.0214, 0.0167, 0.0147, 0.0115, 0.0089], [0.8402, 0.0537, 0.0369, 0.0154, 0.0136, 0.0057, 0.005, 0.0034], [0.8074, 0.0663, 0.0244, 0.019, 0.0168, 0.0148, 0.009, 0.0054], [0.7766, 0.0183, 0.0183, 0.0142, 0.0142, 0.0111, 0.0086, 0.0086], [0.5482, 0.0841, 0.051, 0.0397, 0.0397, 0.035, 0.0213, 0.0166], [0.1408, 0.1408, 0.0967, 0.0665, 0.0587, 0.0518, 0.0518, 0.0518], [0.1731, 0.119, 0.105, 0.0496, 0.0438, 0.0301, 0.0301, 0.0234], [0.3542, 0.1015, 0.0698, 0.0698, 0.0616, 0.0373, 0.0257, 0.0226], [0.4422, 0.1627, 0.1118, 0.0768, 0.022, 0.0171, 0.0171, 0.0134], [0.454, 0.243, 0.0894, 0.0478, 0.029, 0.0256, 0.0199, 0.0137], [0.8013, 0.1392, 0.0242, 0.0147, 0.0089, 0.0033, 0.0015, 0.0012], [0.9415, 0.0469, 0.0105, 0.0009, 0.0002, 0.0001, 0.0, 0.0], [0.611, 0.3706, 0.0184, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9206, 0.0756, 0.0038, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9653, 0.0292, 0.0039, 0.0015, 0.0001, 0.0, 0.0, 0.0], [0.9651, 0.0291, 0.0039, 0.0015, 0.0003, 0.0001, 0.0, 0.0], [0.5342, 0.324, 0.1192, 0.0161, 0.0059, 0.0002, 0.0001, 0.0001], [0.9665, 0.0177, 0.0107, 0.0024, 0.0015, 0.0005, 0.0003, 0.0003], [0.9922, 0.0067, 0.0005, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9984, 0.0006, 0.0006, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.9997, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9817, 0.018, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7297, 0.2685, 0.0018, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9595, 0.029, 0.0107, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.9757, 0.0179, 0.004, 0.0024, 0.0, 0.0, 0.0, 0.0], [0.7582, 0.1692, 0.0377, 0.0229, 0.0084, 0.0019, 0.0007, 0.0004], [0.9221, 0.0278, 0.0169, 0.0102, 0.0062, 0.0062, 0.0062, 0.0023], [0.9289, 0.017, 0.017, 0.017, 0.0063, 0.0063, 0.0038, 0.0023], [0.9866, 0.004, 0.004, 0.0024, 0.0009, 0.0009, 0.0005, 0.0002], [0.5454, 0.2006, 0.0948, 0.0948, 0.01, 0.01, 0.01, 0.0078], [0.9327, 0.0133, 0.0104, 0.0081, 0.0081, 0.0081, 0.0063, 0.0049], [0.5248, 0.2479, 0.0912, 0.0553, 0.0123, 0.0123, 0.0096, 0.0075], [0.5506, 0.0745, 0.058, 0.0399, 0.0399, 0.0311, 0.0213, 0.0166], [0.5937, 0.091, 0.043, 0.0296, 0.0261, 0.023, 0.023, 0.0158]], "ranks": {"Rust": [34668, 36815, 61542, 76079, 79839, 136261, 51050, 48511, 42120, 26316, 20117, 9847, 10713, 8452, 8780, 8664, 6383, 6130, 6965, 7392, 13086, 12311, 15408, 23348, 38938, 85304, 99366, 96317, 68006, 55814, 63358, 53519, 62115, 50831, 31766, 26746, 21332, 21179, 15166, 8853, 9152, 7639, 10908, 11506, 13075, 14512, 13115]}}, {"pos": 569, "top": [[" \u202a", " \u00ad", "</h5>", "\u00ad", " \u200b", " \u25cf", " \u200d", " \uf0b7"], [" \u25cf", " \u00ad", " \u202a", " \uf0b7", "\u00ad", " \u200d", " \u200b", " '''"], [" \u00ad", " \u25cf", " \u200d", " \u202a", "\u00ad", " \u200b", " \u9605\u8bfb\u5168\u6587", " \uf0b7"], [" \u00ad", " \u200d", " \u202a", " \u200b", "\u00ad", " \u25cf", " \u9605\u8bfb\u5168\u6587", "\u2062"], [" \u00ad", " \u202a", " \u200d", " \u200b", " \u25cf", "\u00ad", " \u00ac", " \uf0b7"], [" \u202a", " \u00ad", " \u200b", " \u200d", " \u25cf", "\u2063", " \uf0b7", "\u2064"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u25cf", "\u2064", " \u00ad", "\u2062"], [" \u200b", " \u202a", " \u200d", "\u2063", " \u00ad", "\u2064", "\u2062", " \u25cf"], [" \u200b", " \u200d", " \u202a", "\u2063", "\u2064", " \u00ad", "\u2062", " \u200c"], [" \u200b", " \u202a", " \u200d", "\u2063", " [\u2026]", " \u9605\u8bfb\u5168\u6587", "\u2064", " \u00ad"], [" \u200b", " \u202a", " \u200d", "\u2063", "\u2064", " \u00ad", "\u2062", " \u9605\u8bfb\u5168\u6587"], [" \u200b", "\u2063", " \u200d", " \u202a", "\u2064", " \u00ad", "\u2062", " '''"], [" \u200b", " \u202a", " \u200d", "\u2063", "\u2064", ".\u200b", "...", " \u25cf"], [" \u200b", ".\u200b", "\u2063", "\u2064", " \u200d", " \u202a", "\u2062", " interfaces"], [" \u200b", ".\u200b", "...", " interfaces", "\u2064", "\u2063", " \u200d", " platforms"], [".\u200b", " \u200b", " interfaces", " interactions", ".", " platforms", ".\u200b\u200b", " mechanisms"], [" interfaces", " problems", ".\u200b", " plugins", " interactions", " \u200b", " platforms", " interactivity"], [" problems", " interfaces", " interactions", ".", " animations", " interactivity", " graphics", " responsiveness"], [" responsiveness", " problems", " animations", " interfaces", " interactivity", " aesthetics", " interactions", " mechanisms"], [" interactivity", " responsiveness", " animations", " disruptions", " interactions", " problems", " interfaces", " aesthetics"], [" disruptions", " problems", " interactivity", " responsiveness", " interactions", " interfaces", " disruption", " workflows"], [" problems", " disruptions", " responsiveness", " interactivity", " interfaces", " disruption", " interactions", " workflows"], [" problems", " disruptions", " interactions", " complaints", " workflows", " bottlenecks", " instability", " glitches"], [" disruptions", " workflows", " responsiveness", " instabilities", " optimizations", " vulnerabilities", " interactions", " instability"], [" disruptions", " instabilities", " workflows", " responsiveness", " bottlenecks", " inefficiencies", " vulnerabilities", " instability"], [" disruptions", " bottlenecks", " instabilities", " inefficiencies", " workflows", " optimizations", " malfunctions", " glitches"], [" disruptions", " instabilities", " inefficiencies", " bottlenecks", " workflows", " instability", " glitches", " malfunctions"], [" disruptions", " instabilities", " bottlenecks", " inefficiencies", " malfunctions", " frustrations", " glitches", " failures"], [" disruptions", " bottlenecks", " instabilities", " glitches", " inefficiencies", " malfunctions", " frustrations", " failures"], [" bottlenecks", " glitches", " disruptions", " timeouts", " instabilities", " responsiveness", " delays", " malfunctions"], [" glitches", " bottlenecks", " timeouts", " disruptions", " responsiveness", " instabilities", " workflows", " slowdown"], [" bottlenecks", " glitches", " instabilities", " timeouts", " slowdown", " disruptions", " unresponsive", " responsiveness"], [" responsiveness", " bottlenecks", " glitches", " instabilities", " unresponsive", " timeouts", " disruptions", " malfunctions"], [" responsiveness", " glitches", " freezes", " unresponsive", " instabilities", " timeouts", " bottlenecks", " crashes"], [" freezes", " freeze", " freezing", " froze", "freeze", " responsiveness", " frozen", " unresponsive"], [" freezes", " freeze", " freezing", " froze", " frozen", "freeze", " responsiveness", " glitches"], [" freezes", " freeze", " freezing", " froze", "freeze", " frozen", "Freeze", " Freeze"], [" freezes", " freeze", " freezing", " froze", " frozen", "freeze", "Freeze", " congel"], [" freezes", " freeze", " freezing", " froze", " frozen", "freeze", " glitches", " slowdown"], [" freezes", " freeze", " freezing", " glitches", " froze", "freeze", " frozen", " blockage"], [" freezes", " freeze", " freezing", " glitches", " blockage", " hiccups", " froze", " frozen"], [" freezes", " glitches", " freeze", " hiccups", " freezing", " blockage", " stutter", " slowdown"], [" freezes", " freeze", " glitches", " freezing", " hiccups", " stutter", " froze", " slowdown"], [" freezes", " freeze", " glitches", " hiccups", " freezing", " stutter", " lags", " pauses"], [" freezes", " freeze", " hiccups", " glitches", " freezing", " hangs", " stutter", " lags"], [" freezes", " freezing", " freeze", " hiccups", " hangs", " glitches", " stalls", " stutter"], [" freezes", " hangs", " freezing", " stalls", " freeze", " hiccups", " glitches", " stutter"]], "p": [[0.616, 0.3736, 0.0042, 0.0032, 0.0025, 0.0003, 0.0001, 0.0], [0.8865, 0.0728, 0.0344, 0.0047, 0.0006, 0.0004, 0.0003, 0.0003], [0.9507, 0.0369, 0.0106, 0.0014, 0.0002, 0.0002, 0.0001, 0.0], [0.9967, 0.0019, 0.0007, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9489, 0.0472, 0.0039, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9705, 0.0293, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.996, 0.0025, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0006, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9947, 0.0041, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9977, 0.0012, 0.0007, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9909, 0.0032, 0.0015, 0.0012, 0.0012, 0.0005, 0.0003, 0.0002], [0.9457, 0.0471, 0.0023, 0.0009, 0.0007, 0.0005, 0.0004, 0.0004], [0.7868, 0.1367, 0.0185, 0.0112, 0.0087, 0.0068, 0.0068, 0.0032], [0.2755, 0.2755, 0.1671, 0.0479, 0.0479, 0.0373, 0.029, 0.0176], [0.2718, 0.0779, 0.0779, 0.0779, 0.0606, 0.0606, 0.0417, 0.0368], [0.2194, 0.1331, 0.1331, 0.1331, 0.1036, 0.0628, 0.0489, 0.0381], [0.6178, 0.1378, 0.0651, 0.0651, 0.0308, 0.0308, 0.0187, 0.0069], [0.6392, 0.1111, 0.1111, 0.0674, 0.0248, 0.015, 0.015, 0.0071], [0.4331, 0.3373, 0.0966, 0.0277, 0.0216, 0.0131, 0.0131, 0.0102], [0.6666, 0.0332, 0.0201, 0.0138, 0.0108, 0.0095, 0.0095, 0.0084], [0.3692, 0.1358, 0.1358, 0.0824, 0.0642, 0.0642, 0.0236, 0.0184], [0.8726, 0.0338, 0.016, 0.0124, 0.0097, 0.0097, 0.0075, 0.0075], [0.8318, 0.0683, 0.0683, 0.0251, 0.0034, 0.0013, 0.0013, 0.0002], [0.934, 0.0465, 0.0063, 0.0063, 0.0038, 0.0014, 0.0005, 0.0003], [0.9851, 0.0109, 0.0024, 0.0009, 0.0003, 0.0001, 0.0001, 0.0], [0.8609, 0.1165, 0.0096, 0.0058, 0.0058, 0.0013, 0.0001, 0.0], [0.9575, 0.0289, 0.0106, 0.0014, 0.0014, 0.0, 0.0, 0.0], [0.6466, 0.2379, 0.0875, 0.0118, 0.0072, 0.0044, 0.0026, 0.0016], [0.7679, 0.1039, 0.1039, 0.0232, 0.0004, 0.0002, 0.0002, 0.0002], [0.9165, 0.0277, 0.0277, 0.0277, 0.0003, 0.0002, 0.0, 0.0], [0.996, 0.0025, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9981, 0.0006, 0.0004, 0.0003, 0.0003, 0.0002, 0.0, 0.0]], "ranks": {"Rust": [14956, 10598, 18625, 21257, 38306, 41829, 22783, 20100, 14719, 12103, 15929, 11983, 20253, 17860, 20256, 19062, 17459, 25842, 30353, 35556, 43269, 31338, 22985, 36824, 40235, 84930, 60487, 65216, 45989, 36474, 36006, 27237, 20278, 12922, 6433, 7185, 6729, 8916, 6308, 2773, 3576, 4923, 7218, 8629, 8195, 8715, 11047]}}, {"pos": 570, "top": [[" .\u201d", "\u2026\u2026\u2026.", "\u2026\u2026\u2026..", " \u201d", " ?\u201d", "\u2026\u201d", "\u2026\u2026..", "!!\u201d"], [" \u201d", " .\u201d", "!!\u201d", "-\u201d", " ?\u201d", "\u2026\u201d", "\u201d\u2026", "\u2026\u2026\u2026.."], [" \u201d", "\u2026\u2026\u2026..", "-\u201d", " \u266a", "\u2026\u2026\u2026.", "\u2026\u2026..", "\u2026\u2026\u2026", " .\u201d"], [" \u201d", " \u266a", "-\u201d", " .\u201d", " [*", " ?\u201d", " \u2248", " \u2217"], [" \u266a", " \u201d", " .\u201d", " [*", " ?\u201d", "-\u201d", " /\\", " \u201d."], [" \u201d", " .\u201d", " /\\", " \u266a", " \u2212", " \u2217", " [/", " \ufffd"], [" \u201d", "\ufffd", " \ufffd", " \u2212", " \u266a", " [/", " \u201d.", " .\u201d"], [" \ufffd", " \u201d", " \u201d.", " .\u201d", " \u2212", " [/", " \u200e", "\ufffd"], [" \ufffd", "\ufffd", " \u201d", " \u201d.", " \u2212", " \u200e", " .\u201d", " \u00a8"], [" \ufffd", " \u201d", " \u201d.", " .\u201d", "\ufffd", " \u2212", " \u00a8", " \u201d,"], [" \u201d", " \ufffd", " [/", " \u201d.", " .\u201d", " \u201d,", " \u2212", "\ufffd"], [" \u201d.", " .\u201d", " \ufffd", "\ufffd", " \u201d", " \u201d,", " [/", " \u2212"], [" \u201d.", "\ufffd", " \ufffd", " .\u201d", " \u201d", " \u201d,", " \u2212", " [/"], ["\ufffd", " \u201d.", " .\u201d", " .", " \ufffd", " \u2212", " [/", " \u201d"], ["\ufffd", " \u201d.", " .\u201d", " .", ".", " \u2212", " \ufffd", " [/"], [" \u201d.", " .\u201d", "\ufffd", ".", "\u201d.", " \ufffd", ".\u201d", " ."], [".", " .", " \u201d.", "\ufffd", " .\u201d", "\u201d.", " zombie", " forever"], [" \u201d.", ".", " .\u201d", " .", "\u201d.", " \".", " \u201d", " \u201c."], [" \u201d.", " .\u201d", " .", "\u201d.", ".", " \u201c.", " \".", " -."], [" \u201d.", " .\u201d", " .", ".", "\u201d.", " \u00bb.", " \".", " .\""], ["\u201d.", " .\u201d", " \u201d.", ".\u201d", ".", " .", " \".", " .\""], [" panicked", " .\u201d", " \u201d.", " nightmares", " unpredict", " desperately", " unexpectedly", " unpredictable"], [" .", "\u201d.", " .\u201d", ".", " desperately", " \u201d.", ".\u201d", " panicked"], [" worsening", " frustrating", " exacerbated", " unpredict", " despite", " unpredictable", " desperately", " panicked"], [" worsening", " despite", " exacerbated", " frustrating", " eventually", " unpredictable", " unpredict", " slowdown"], [" worsening", " exacerbated", " despite", " whenever", " bottlenecks", " frustrations", " slowdown", " frustrating"], [" despite", " whenever", " during", " exacerbated", " depending", "**.", " unpredict", " when"], [" despite", " whenever", " when", " during", " eventually", " exacerbated", " inevitably", " unexpectedly"], [" whenever", " especially", " despite", " unless", " \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e", "especially", " particularly", " inevitably"], [" whenever", " unless", " despite", " sooner", " when", " especially", " eventually", " during"], [" whenever", " when", " sooner", " unless", " despite", " especially", " during", " eventually"], [" whenever", " when", " during", " despite", " especially", " sooner", " unless", " under"], [" sooner", " during", " whenever", " when", " unless", " despite", " especially", " under"], [" under", " sooner", " especially", " quickly", " whenever", " when", " particularly", " during"], [" under", " sooner", " especially", " unless", " quickly", " particularly", " eventually", " during"], [" under", "under", " \u062a\u062d\u062a", " sotto", " \u043f\u043e\u0434", "Under", " bajo", " sooner"], [" under", "under", " \u062a\u062d\u062a", "Under", " sotto", " \u043f\u043e\u0434", " Under", " bajo"], [" under", "under", " \u062a\u062d\u062a", "Under", " sotto", " \u043f\u043e\u0434", " Under", " bajo"], [" under", "under", " \u062a\u062d\u062a", " \u043f\u043e\u0434", " sooner", "Under", " Under", " sotto"], [" under", "under", "Under", " \u062a\u062d\u062a", " sooner", " \u043f\u043e\u0434", " Under", " sotto"], [" under", "under", "Under", " Under", " sooner", " \u062a\u062d\u062a", " \u043f\u043e\u0434", " sotto"], [" under", " sooner", "under", " Under", "Under", " once", " when", " quickly"], [" under", " sooner", " quickly", " when", " faster", " quicker", " during", "under"], [" under", " sooner", " quickly", " when", " faster", " during", " quicker", " once"], [" under", " sooner", "under", " when", " once", " quickly", ".", " during"], [" under", ".", " sooner", " when", " once", " especially", ",", " quickly"], [" under", ".", ",", " *", " when", " as", " once", " during"]], "p": [[0.8246, 0.0677, 0.0411, 0.0249, 0.0151, 0.0151, 0.0043, 0.0034], [0.823, 0.1114, 0.0249, 0.0194, 0.0117, 0.0043, 0.0034, 0.0008], [0.8975, 0.0447, 0.0348, 0.0128, 0.006, 0.0011, 0.0011, 0.0006], [0.6433, 0.3039, 0.0411, 0.0043, 0.0026, 0.001, 0.0006, 0.0005], [0.4615, 0.4615, 0.0625, 0.004, 0.004, 0.0031, 0.0011, 0.0007], [0.9515, 0.0174, 0.0174, 0.0106, 0.0014, 0.0011, 0.0003, 0.0001], [0.8639, 0.0911, 0.0203, 0.0203, 0.0017, 0.001, 0.001, 0.0004], [0.9232, 0.0758, 0.0008, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9807, 0.018, 0.0009, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9692, 0.0293, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6859, 0.1965, 0.0563, 0.0341, 0.0266, 0.0005, 0.0, 0.0], [0.5328, 0.2517, 0.1526, 0.0265, 0.0265, 0.0076, 0.0017, 0.0005], [0.9057, 0.0451, 0.0166, 0.0129, 0.0078, 0.0048, 0.0037, 0.0022], [0.3092, 0.2729, 0.2125, 0.1461, 0.0154, 0.0136, 0.0064, 0.0064], [0.3276, 0.3276, 0.2552, 0.0345, 0.0209, 0.0087, 0.0068, 0.006], [0.6204, 0.2282, 0.084, 0.0309, 0.0146, 0.0114, 0.0042, 0.0025], [0.406, 0.279, 0.1493, 0.0378, 0.026, 0.0202, 0.0123, 0.0108], [0.7186, 0.0973, 0.0858, 0.0757, 0.0132, 0.0023, 0.0018, 0.0016], [0.8504, 0.0896, 0.0544, 0.0014, 0.001, 0.0008, 0.0005, 0.0005], [0.6844, 0.2222, 0.0637, 0.0098, 0.0041, 0.0036, 0.0022, 0.0015], [0.2817, 0.2486, 0.2486, 0.0555, 0.0381, 0.0204, 0.0109, 0.0096], [0.1091, 0.0963, 0.0584, 0.0455, 0.0455, 0.0312, 0.0276, 0.0276], [0.0648, 0.0445, 0.0445, 0.0393, 0.0393, 0.0306, 0.0306, 0.027], [0.1745, 0.1058, 0.0824, 0.0642, 0.0642, 0.0389, 0.0344, 0.0208], [0.2689, 0.2094, 0.2094, 0.077, 0.0364, 0.0221, 0.0221, 0.0172], [0.3047, 0.2373, 0.1439, 0.0529, 0.0529, 0.0412, 0.0412, 0.025], [0.8513, 0.1479, 0.0005, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.6769, 0.3197, 0.0017, 0.001, 0.0006, 0.0, 0.0, 0.0], [0.9691, 0.0293, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8108, 0.1809, 0.0055, 0.0012, 0.0007, 0.0004, 0.0004, 0.0], [0.815, 0.1103, 0.0669, 0.0033, 0.002, 0.0012, 0.0007, 0.0005], [0.7302, 0.2686, 0.0011, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0007, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9562, 0.0064, 0.005, 0.005, 0.0044, 0.0034, 0.003, 0.0016], [0.6446, 0.2687, 0.0467, 0.0321, 0.0014, 0.0012, 0.0007, 0.0006]], "ranks": {"Rust": [166582, 144916, 170126, 161721, 160819, 118486, 35458, 44164, 36584, 22568, 29571, 14587, 15611, 12507, 16698, 15508, 8343, 9691, 12446, 12894, 13811, 14344, 13049, 20618, 31372, 55412, 89553, 120675, 84734, 128795, 124434, 84634, 73198, 71474, 78950, 56697, 70118, 64861, 54543, 42939, 36283, 23090, 12279, 9944, 11835, 7126, 6647]}}, {"pos": 571, "top": [["...\u201d", "\u201d.", "\u201d,", ")\u201d.", "\u201d", "\u201d;", " \u201d,", "</strong>"], ["...\u201d", "\u201d.", "\u201d,", ")\u201d.", "-\u201d", " \u201d,", "\u201d;", "\u201d"], ["...\u201d", "\u201d.", "\u201d,", "-\u201d", " \u201d,", "\u201d", "..\u201d", ")\u201d."], ["...\u201d", "\u201d.", "\u201d,", " \u201d,", "-\u201d", ")\u201d.", " \u201d.", " \u201d"], ["...\u201d", " \u201d,", "\u201d.", "\u201d,", "-\u201d", " \u201d.", " \u201d", ")\u201d."], ["...\u201d", " \u201d,", "\u201d,", "\u201d.", " \u201d", "-\u201d", " \u201d.", "\u2014\u201d"], ["...\u201d", "\u201d,", "\u201d.", " \u201d,", "-\u201d", "\ufffd", ")\u201d.", "\u201d;"], ["...\u201d", "\u201d,", "\u201d.", " \u201d,", ")\u201d.", "\u201d;", "\ufffd", " \u201d."], ["...\u201d", "\u201d.", "\u201d,", " \u201d,", ")\u201d.", "\ufffd", "\u201d),", " \u201d."], ["...\u201d", "\u201d.", "\u201d,", " \u201d,", ")\u201d.", " \u201d.", "\u201d),", "\ufffd"], ["...\u201d", "\u201d,", "\u201d.", " \u201d,", " \u201d.", " .\u201d", ")\u201d.", "\ufffd"], ["...\u201d", "\u201d.", "\u201d,", " \u201d,", ")\u201d.", "\u201d;", "\\\".", ".\u201d"], ["...\u201d", "\u201d.", "\u201d,", " \u201d,", "\\\".", ")\u201d.", "\u201d;", " \u201d."], ["...\u201d", "\u201d.", "\u201d,", "\\\".", ".\u201d", ")\u201d.", " \u201d,", "\u201d;"], ["...\u201d", "\u201d.", "\u201d,", "\\\".", ".\u201d", ")\u201d.", "\u201d;", "\ufffd"], ["...\u201d", "\u201d.", "\u201d,", "\\\".", ".\u201d", ")\u201d.", "\u201d).", "\u201d;"], ["\u201d.", "...\u201d", "\\\".", "\u201d,", ".\u201d", ")\u201d.", "\u201d).", "\u201d;"], ["...\u201d", "\u201d.", "\\\".", ".\u201d", "\u201d,", ")\u201d.", "\u201d).", "\u201d;"], ["...\u201d", "\u201d.", "\\\".", "\u201d,", ".\u201d", ")\u201d.", "\u201d).", ".\\\""], ["...\u201d", "\u201d.", "\\\".", ".\u201d", "\u201d,", ".\\\"", "\u201d).", ")\u201d."], ["...\u201d", "\u201d.", "\\\".", ")\u201d.", "\u201d,", ".\u201d", "\u201d).", ".\\\""], ["\u201d.", "\\\".", "...\u201d", " workloads", " complexity", " optimised", " increasingly", " conditions"], ["\u201d.", "...\u201d", "\\\".", " optimised", "!\u201d.", ".\u201d", " workloads", " complexity"], [" complexity", " optimizations", " workflows", " vulnerabilities", " optimised", " workloads", " simulations", " instabilities"], [" optimizations", " workflows", " vulnerabilities", " workloads", " complexity", " scalability", " optimised", " instabilities"], [" optimizations", " workflows", " vulnerabilities", " workloads", " optimised", " suboptimal", " scalability", " inefficiencies"], [" workflows", " optimizations", " workloads", " suboptimal", " workflow", " scalability", " optimised", " impactful"], [" workflows", " workloads", " suboptimal", " optimizations", " workflow", " iterative", " impactful", " complexity"], [" workloads", " suboptimal", " workflows", " optimizations", " iterative", " workload", " stressful", " stressors"], [" workloads", " workflows", " scenarios", " optimizations", " workload", " suboptimal", " stressful", " stressors"], [" workloads", " workload", " workflows", " stressful", " scenarios", " optimizations", " stressors", " conditions"], [" workloads", " workload", " workflows", " stressful", " scenarios", " stressors", " suboptimal", " optimizations"], [" workloads", " workflows", " stressful", " workload", " stressors", " optimizations", " scenarios", " suboptimal"], [" workloads", " workload", " stressful", " heavier", "\u8ca0\u8377", " workflows", " stressors", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438"], [" workloads", " workload", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8ca0\u8377", " load", "\u8d1f\u8f7d", " beban", " heavier"], [" workloads", " heavy", " workload", " heavier", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " load", "\u8ca0\u8377", " stressful"], [" workloads", " workload", " load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8ca0\u8377", " stressful", " heavier", " heavy"], [" load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " workloads", "\u8d1f\u8f7d", "\u8ca0\u8377", " \u043d\u0430\u0433\u0440\u0443", " workload", " beban"], [" load", " workloads", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8ca0\u8377", " workload", "\u8d1f\u8f7d", " heavier", " heavy"], [" load", " workloads", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8d1f\u8f7d", "\u8ca0\u8377", " workload", " heavier", " heavy"], [" load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " heavier", " workloads", " workload", "\u8ca0\u8377", " stressful", "\u8d1f\u8f7d"], [" load", " stressful", " heavier", " stress", " heavy", " realistic", " workloads", " workload"], [" load", " heavier", " heavy", " stressful", " stress", " realistic", " sustained", " moderate"], [" load", " heavier", " heavy", " stress", " stressful", " sustained", " realistic", " workload"], [" load", " heavy", " heavier", " realistic", " sustained", " stress", " moderate", " typical"], [" realistic", " sustained", " load", " stress", " moderate", " even", " heavy", " heavier"], [" load", " even", " realistic", " moderate", " sustained", " typical", " stress", " heavy"]], "p": [[0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9858, 0.0141, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.731, 0.2689, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4822, 0.3755, 0.1381, 0.0015, 0.0004, 0.0004, 0.0003, 0.0003], [0.9215, 0.0459, 0.0278, 0.0014, 0.0008, 0.0005, 0.0004, 0.0003], [0.2431, 0.1475, 0.1475, 0.1475, 0.1148, 0.0542, 0.0542, 0.0422], [0.797, 0.1778, 0.0069, 0.0069, 0.0025, 0.0025, 0.0015, 0.0015], [0.9702, 0.0293, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9769, 0.0179, 0.004, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.9032, 0.0741, 0.0165, 0.0061, 0.0, 0.0, 0.0, 0.0], [0.8782, 0.0721, 0.0437, 0.0059, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0041, 0.0025, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.9979, 0.0015, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9152, 0.0355, 0.0168, 0.0168, 0.0131, 0.0011, 0.0005, 0.0004], [0.7538, 0.131, 0.102, 0.004, 0.004, 0.0031, 0.0009, 0.0005], [0.9963, 0.0019, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9594, 0.0226, 0.0073, 0.0065, 0.0024, 0.0005, 0.0004, 0.0003], [0.3915, 0.2691, 0.144, 0.053, 0.0468, 0.0221, 0.0195, 0.0134], [0.3343, 0.295, 0.0958, 0.0845, 0.0581, 0.0214, 0.0189, 0.0166]], "ranks": {"Rust": [16852, 15425, 27051, 32129, 31052, 51371, 31173, 46983, 34663, 34365, 27404, 27939, 29383, 19575, 18347, 18111, 14214, 14178, 25836, 22998, 41857, 31726, 37584, 48314, 56638, 144662, 185291, 194185, 160782, 186020, 159066, 140423, 119162, 105025, 76799, 54149, 46916, 47045, 30422, 21949, 22057, 23038, 24492, 15242, 21382, 9815, 7839]}}, {"pos": 572, "top": [[" \uf0d8", " \uf0b7", "\u2016", "\uf0b7", "\uf0d8", " \u2015", "\u201f", "\u201d\u2014"], [" \uf0d8", "\uf0b7", " \uf0b7", "\u201d\u2014", "\u2016", "\uf0d8", "\u2014\u201c", " \u2015"], [" \uf0d8", " \uf0b7", "\u2014\u201c", "\u201d\u2014", "\uf0b7", "\uf0be", " \u2015", ",\u2014"], [" \uf0d8", " \uf0b7", "\u2014\u201c", " \u2015", "\uf0be", "\u201d\u2014", ",\u2014", "\uf0b7"], [" \uf0d8", " \u2015", "\uf0be", "\u2014\u201c", "\u201d\u2014", " \uf0b7", "\u2014", ",\u2014"], [" \uf0d8", " \u2015", "\u2016", " \uf0b7", "\u301d", "\uf0be", "\uf0d8", "\u2015"], [" \uf0d8", " \u2015", "\u2016", " \uf0b7", "\u2015", " \u200f", "\u2010", " ${\\"], [" \uf0d8", " \u2015", "\u2016", " \uf0b7", " \u200f", "\u2015", "\u2010", "\u201f"], [" \uf0d8", " \u2015", "\u2016", "\u201f", ".\u00ab", " \u00ab", " \uf0b7", "\u2015"], [" \uf0d8", " \u2015", " \uf0b7", "\u2016", "\u201f", " \u00ab", "\uf0d8", "\u2015"], [" \uf0d8", " \u2015", " \uf0b7", "\u201f", "\u2016", " \u00ab", "\uf0d8", "\uf0b7"], [" \uf0d8", " \u2015", " \uf0b7", "\u2016", "\u201f", "\u05f3", "\u2015", "\uf0b7"], [" \uf0d8", " \u2015", " \uf0b7", "\u2016", "\u201f", "\uf0b7", ".\u00ab", "\u2015"], [" \uf0d8", " \uf0b7", " \u2015", "\u2016", "\uf0b7", "\u201f", ".\u00ab", "\u2015"], [" \uf0d8", " \u2015", " \uf0b7", "\u2016", ".\u00ab", "\uf0b7", ".\u00bb", "\u201f"], [" \uf0d8", "\u201f", " \uf0b7", "\u2016", " \u2015", ".\u00ab", ",\u00bb", "\uf0b7"], [" \uf0d8", ".\u00bb", ",\u00bb", ".\u00ab", ")\u2014", " \u2015", "\u2016", "\u201f"], [" \uf0d8", ".\u00bb", ".\u00ab", ",\u00bb", " \uf0b7", "\u2016", "\u201f", " \u2015"], [" \uf0d8", " \uf0b7", ".\u00bb", "\u2016", ".\u00ab", "\u201f", ",\u00bb", "\u300d\u300c"], [" \uf0d8", "\u2016", ".\u00bb", ".\u00ab", "\u201f", " \uf0b7", "\u300d\u300c", " \u2015"], [" \uf0d8", ".\u00bb", ".\u00ab", ",\u00bb", " \uf0b7", "\u300d\u300c", "\u2016", "\u201f"], [" \uf0d8", ".\u00bb", " (\u00ab", "\u201f", ".\u00ab", "\u2016", " workflows", ",\u00bb"], [" \uf0d8", " workflows", ".\u00bb", ".\u00ab", "\u201f", " workloads", " optimisation", " optimised"], [" workflows", " workloads", " impactful", " workflow", " deployments", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438", " simulations", " disruptions"], [" workflows", " workloads", " workflow", " deployments", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438", " disruptions", " optimizations", " optimisation"], [" workflows", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438", " workloads", " optimizations", " workflow", " deployments", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", " activations"], [" workflows", " workloads", " workflow", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438", " optimizations", " funcionalidades", " deployments", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c"], [" workflows", " workloads", " workflow", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438", " activations", " optimizations", " gameplay", " workload"], [" workflows", " workloads", " workflow", " gameplay", " activity", " workload", " \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438", " optimizations"], [" workloads", " workflows", " workload", " workflow", " activity", " optimizations", " gameplay", " operations"], [" workloads", " workflows", " workload", " workflow", " activity", " operations", " gameplay", " usage"], [" workloads", " workflows", " workload", " workflow", " usage", " operations", " activity", " gameplay"], [" workloads", " workflows", " workload", " usage", " workflow", " operations", " activity", " utilisation"], [" workloads", " workload", " workflows", " usage", " workflow", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " activity", "\u8ca0\u8377"], [" workloads", " workload", " usage", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " load", " beban", "\u8ca0\u8377", "\u8d1f\u8f7d"], [" workloads", " workload", " usage", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " load", "\u8ca0\u8377", " heavy", " beban"], [" workloads", " workload", " usage", " load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " workflows", "\u8ca0\u8377", " beban"], [" workloads", " workload", " load", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8d1f\u8f7d", "\u8ca0\u8377", " usage", " beban"], [" workloads", " workload", " load", " usage", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8d1f\u8f7d", "\u8ca0\u8377", " beban"], [" workloads", " workload", " load", " usage", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8d1f\u8f7d", " loading", " beban"], [" workloads", " workload", " load", " usage", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", "\u8d1f\u8f7d", " beban", " loading"], [" workloads", " workload", " usage", " load", " heavy", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438", " stress", " use"], [" workload", " usage", " workloads", " load", " heavy", " use", " stress", " \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438"], [" load", " workload", " workloads", " Load", " usage", " loads", " heavy", "Load"], [" load", " workload", " workloads", " heavy", " Load", " loads", " usage", " loading"], [" load", " usage", " stress", " workload", " use", " heavy", " loads", " workloads"], [" load", " use", " usage", " heavy", " loads", " stress", " operation", " workload"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9946, 0.0025, 0.0015, 0.0007, 0.0006, 0.0001, 0.0001, 0.0], [0.9399, 0.0468, 0.0049, 0.0038, 0.0038, 0.0002, 0.0002, 0.0001], [0.9953, 0.0012, 0.0012, 0.0012, 0.0004, 0.0003, 0.0003, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9809, 0.018, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.986, 0.011, 0.0012, 0.0007, 0.0003, 0.0003, 0.0003, 0.0003], [0.8384, 0.1135, 0.0417, 0.0034, 0.0016, 0.0008, 0.0002, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9517, 0.0474, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9259, 0.0461, 0.028, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6896, 0.2537, 0.0566, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4595, 0.4595, 0.0798, 0.0011, 0.0, 0.0, 0.0, 0.0], [0.3431, 0.3431, 0.2672, 0.0464, 0.0, 0.0, 0.0, 0.0], [0.9956, 0.0032, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9653, 0.0138, 0.0045, 0.0035, 0.0035, 0.0027, 0.0019, 0.0016], [0.9826, 0.0085, 0.0031, 0.0012, 0.0009, 0.0007, 0.0005, 0.0005]], "ranks": {"Rust": [102144, 92863, 125989, 129721, 138643, 167301, 148148, 161162, 164236, 169488, 186297, 150495, 143644, 101506, 93203, 89240, 60250, 69401, 94166, 113536, 118022, 133369, 108341, 119149, 107424, 205072, 188724, 209702, 168000, 166879, 150589, 157845, 147639, 129292, 72162, 64100, 52656, 43152, 25512, 14522, 15284, 17026, 13961, 14258, 12885, 7241, 5723]}}, {"pos": 573, "top": [[" `", " --", " \\", " `--", "<start_of_image>", " \u00b7", " +-", " [+"], [" `--", " `", " \\", " --", " [+", " \u00b7", " +-", " \\["], ["<start_of_image>", " `--", " --", " [+", " +-", " \\", " `", "--"], [" `--", "<start_of_image>", " --", " [+", " \\", " [--", " `", "--"], [" `--", " `", " \\", " --", " initialise", " `/", "<start_of_image>", " optimise"], [" \\", " \\[", " `", " `--", " --", " \\|", "\\[", " [\\"], [" \\", " \\[", " \\|", " `--", " --", " `", "\\[", " \u00e2"], [" \\", " \\[", " \\|", " `", " `--", " --", " \u00e2", "\\["], [" \\", " \\[", "\\[", " `", " `--", " \u00e2", " \\|", " --"], [" \\[", " \\", "\\[", " --", " `", " `--", " \u00e2", " \\..."], [" \\[", " \\", " `", " \u00e2", "\\[", " `--", " `/", " --"], [" \\[", " \\", " --", "\\[", "\n\n\n\n", " \u00e2", "<start_of_image>", " \\|"], [" \\[", " --", " \\", " \u00e2", "\n\n\n\n", "\\[", " `", "<start_of_image>"], [" \\", " --", " \\[", "\\[", " \u00e2", " `", " infrastructure", "<start_of_image>"], [" --", " \\[", " \\", " \u00e2", "\\[", "<start_of_image>", ".", "\n\n\n\n"], [" --", " \\[", " \\", " \u00e2", "\\[", " `", " infrastructure", " `--"], [" \\", " \\[", " --", "<start_of_image>", "\\[", ".", " \u00e2", "\n\n\n\n"], [" --", " \\[", " \\", "\n\n\n\n", ".", " `--", " .", "<start_of_image>"], [" --", " \\[", " \\", " infrastructure", "\n\n\n\n", ".", " .", " `--"], [" \\[", "\n\n\n\n", " infrastructure", " \\", " --", "\n\n\n", "\\[", "."], [" infrastructure", "\n\n\n\n", " \\[", " --", ".", " \\", " simulations", "\n\n\n"], [" infrastructure", " simulations", " increasingly", " massively", " \\[", " --", " optimized", " `--"], [" infrastructure", " simulations", " optimized", " --", " optimization", " simulation", " increasingly", " leveraging"], [" leveraging", " simulations", " infrastructure", " potentially", " impacting", " optimized", " optimization", " scalability"], [" simulations", "`.", " potentially", " leveraging", " impacting", ".`", " troubleshooting", " infrastructure"], [" simulations", "`.", " leveraging", ".", " impacting", " optimization", " optimized", ".`"], [" even", "`.", ".`", " especially", "**.", " (`", "++.", " despite"], [".(", "++.", "+.", ".", "().", " (`", " especially", ".`"], [".(", "++.", "().", "+.", ".", "\u3002(", ".`", ".**"], [".(", "().", ".", "++.", "+.", " especially", ".`", " ("], [".(", "().", "++.", ".", "+.", " (`", " (", ".`"], [".(", "().", "++.", ".", "+.", " especially", "`.", " (`"], [".(", "().", "++.", ".", "+.", "`.", " (`", " simulations"], [".(", " especially", "().", " simulations", " simulating", "++.", ".", " particularly"], [" simulations", " simulating", ".(", " testing", " simulation", " especially", "++.", " scenarios"], [" simulations", " simulating", " simulation", " testing", "++.", " especially", " scenarios", "."], [" testing", " tests", " simulations", " simulating", " simulation", "\u6d4b\u8bd5", " test", " scenarios"], [" testing", " simulations", " tests", " simulating", " simulation", ".", "\u6d4b\u8bd5", " test"], [" testing", " simulations", " simulating", " tests", ".", " simulation", " scenarios", " especially"], [" testing", " tests", " test", " simulations", ".", "\u6d4b\u8bd5", " Testing", " simulating"], [" testing", " tests", ".", " simulations", " test", " simulating", " Testing", "\u6d4b\u8bd5"], [" testing", ".", " tests", " simulations", " simulating", " test", " Testing", " simulation"], [" testing", ".", " tests", " simulations", " (", " simulating", " test", " Testing"], [".", " testing", " tests", " (", " simulations", " Testing", " scenarios", " simulating"], [".", " (", " or", " testing", "\u2014", " .", ",", " during"], [".", " (", "\u2014", " or", " \u2013", " and", " .", ","], [".", ",", " (", " \u2013", " or", "/", " and", " -"]], "p": [[0.4875, 0.3796, 0.066, 0.066, 0.0007, 0.0002, 0.0, 0.0], [0.33, 0.33, 0.33, 0.01, 0.0, 0.0, 0.0, 0.0], [0.9964, 0.0019, 0.0009, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.61, 0.37, 0.0112, 0.0053, 0.0015, 0.0006, 0.0006, 0.0006], [0.9885, 0.011, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.999, 0.0007, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9927, 0.0067, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.97, 0.0293, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8686, 0.1176, 0.0096, 0.0035, 0.0004, 0.0001, 0.0001, 0.0001], [0.8759, 0.1185, 0.0022, 0.0022, 0.0006, 0.0005, 0.0001, 0.0], [0.8766, 0.056, 0.056, 0.0076, 0.0036, 0.0002, 0.0, 0.0], [0.9736, 0.0229, 0.0019, 0.0011, 0.0003, 0.0001, 0.0, 0.0], [0.5528, 0.3353, 0.0961, 0.0061, 0.0048, 0.0026, 0.0011, 0.0006], [0.5581, 0.2636, 0.1599, 0.0062, 0.0043, 0.0033, 0.001, 0.0007], [0.579, 0.188, 0.188, 0.0106, 0.0094, 0.0064, 0.0039, 0.0039], [0.4991, 0.2671, 0.208, 0.0081, 0.0049, 0.003, 0.0016, 0.0011], [0.6884, 0.1972, 0.0499, 0.0267, 0.0183, 0.0126, 0.0015, 0.0013], [0.4477, 0.2396, 0.2396, 0.0223, 0.0197, 0.0105, 0.0044, 0.0021], [0.4007, 0.3536, 0.0789, 0.0479, 0.0373, 0.029, 0.0176, 0.0073], [0.6997, 0.1378, 0.0651, 0.0307, 0.0307, 0.01, 0.0047, 0.0037], [0.529, 0.2205, 0.0811, 0.0492, 0.0205, 0.0097, 0.0097, 0.0086], [0.3091, 0.1137, 0.0418, 0.0326, 0.0287, 0.0254, 0.0224, 0.0198], [0.2904, 0.1372, 0.0445, 0.0306, 0.027, 0.021, 0.021, 0.0186], [0.1565, 0.1219, 0.0838, 0.0448, 0.0448, 0.0272, 0.0187, 0.0146], [0.3622, 0.1333, 0.0916, 0.0916, 0.0556, 0.0382, 0.0232, 0.018], [0.1497, 0.1321, 0.0908, 0.0486, 0.0486, 0.0379, 0.0379, 0.0379], [0.2165, 0.1686, 0.1313, 0.1313, 0.0903, 0.0797, 0.0483, 0.0483], [0.9584, 0.0225, 0.0083, 0.0083, 0.0011, 0.0004, 0.0003, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9606, 0.0176, 0.0176, 0.0031, 0.0007, 0.0004, 0.0, 0.0], [0.9962, 0.0025, 0.0012, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.996, 0.0032, 0.0004, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9868, 0.011, 0.0015, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.9293, 0.0594, 0.0049, 0.003, 0.0011, 0.0008, 0.0005, 0.0005], [0.9408, 0.0468, 0.0081, 0.0018, 0.0011, 0.0011, 0.0001, 0.0001], [0.9361, 0.0466, 0.0104, 0.0049, 0.0007, 0.0003, 0.0002, 0.0002], [0.958, 0.0225, 0.0175, 0.0014, 0.0003, 0.0001, 0.0, 0.0], [0.9488, 0.0287, 0.0174, 0.0039, 0.0007, 0.0002, 0.0001, 0.0001], [0.7144, 0.1594, 0.0356, 0.0356, 0.0356, 0.0131, 0.0029, 0.0004], [0.9505, 0.0473, 0.0009, 0.0005, 0.0002, 0.0002, 0.0002, 0.0001], [0.9558, 0.0371, 0.005, 0.0011, 0.0004, 0.0002, 0.0002, 0.0001], [0.9471, 0.0367, 0.0105, 0.0034, 0.0009, 0.0002, 0.0002, 0.0002], [0.6876, 0.2866, 0.0143, 0.0032, 0.0032, 0.001, 0.0009, 0.0008], [0.959, 0.0372, 0.0014, 0.0011, 0.0004, 0.0002, 0.0001, 0.0001], [0.9686, 0.0258, 0.0017, 0.0011, 0.001, 0.0004, 0.0002, 0.0002], [0.7148, 0.2321, 0.0168, 0.0168, 0.0055, 0.002, 0.002, 0.0016], [0.9932, 0.0046, 0.0015, 0.0003, 0.0002, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [42290, 44181, 70728, 73284, 67936, 53841, 24586, 28282, 25856, 25610, 27005, 18619, 19789, 16150, 18242, 17096, 22238, 15306, 14753, 13646, 17474, 18840, 20484, 24029, 22949, 28602, 32247, 67166, 51912, 79800, 63662, 53879, 47909, 48662, 46837, 43452, 55870, 61968, 49949, 50752, 43315, 37959, 24898, 20174, 15275, 8237, 8986]}}, {"pos": 574, "top": [[".\".", "!.", "!\".", "\".", "?.", ".!", "!!.", ":."], ["!.", ".\".", "!\".", "\".", ".!", "!!.", "?.", ";."], [".\".", "!.", "!!.", "!\".", ".!", "\".", ";.", ".\u201d."], [".\".", "!.", "!!.", "!\".", "\".", "?.", ".!", ":."], [".\".", "!.", " \".", "!\".", "\".", " \"..", "?.", "!!."], [" \".", ".\".", "!.", " \"..", " ?.", "\".[", "\".", ".["], [".\".", "\".", "!.", "\".[", ".[", "!\".", "?.", " \"."], ["!.", ".\".", ".[", "!\".", "\".", "!!.", "?.", "\".["], ["!.", ".\".", "\".", ".", ".[", "!\".", "!!.", ","], ["\".", "!.", ".\".", ".", ".[", "....", "\u200b.", ",..."], [".[", ".\".", "\".", "\".[", "!.", ",", ".", "<sup>"], ["\".", ",", ".\".", ".", "!.", ".\",", ".[", "!\"."], ["\".", ".", ",", ".\".", "!.", "....", "!\".", ".\""], [".", "\".", ",", "!.", ".\".", "....", "!\".", ".\""], [".", ",", "\".", "!.", ".\".", ".\"", "\u200b.", "'."], ["\".", ".", ".\".", "!.", ",", "!\".", ".\"", "'."], [".", "\".", "!.", ",", " .", "`.", "'.", "**."], [".", "\".", "!.", "**.", " ...", "...", " .", "...."], ["\".", ".", ".\".", "!.", "**.", "...", " ...", "...."], ["\".", "**.", "`.", "...", ".\".", "...\"", " ...", ".\""], ["\".", "**.", ".\".", "...\"", "...", " ...", ".\"", "\n\n\n\n"], ["**.", "`.", "'.", "\".", "*.", "++.", "!.", "$."], ["\n\n\n\n", "**.", "\n\n\n", "\n\n\n\n\n", "`.", "...", " troubleshooting", "\n\n"], [" leveraging", " prioritization", " impactful", " prioritized", " vulnerabilities", " troubleshooting", " prioritizing", " proactively"], [" leveraging", " prioritization", " proactively", " impactful", " troubleshooting", " vulnerabilities", " exacerbated", " importantly"], ["\n\n\n\n", "\n\n\n", " prioritization", " leveraging", " Troubleshooting", "\n\n\n\n\n", " Leveraging", " troubleshooting"], [" Especially", " \u7279\u306b", " prioritization", " vulnerabilities", "\u5373\u4f7f", " inefficiencies", " exacerbated", " leveraging"], ["\n", " Especially", " prioritization", " vulnerabilities", " exacerbated", " scalability", " inefficiencies", "\u5373\u4fbf"], ["\n", "Especially", " Especially", " exacerbated", "\u7279\u306b", "Ironically", " inefficiencies", "\u5373\u4f7f"], ["\n", " Especially", "Especially", " scalability", " Particularly", " exacerbated", "\u7279\u306b", " Ironically"], ["\n", " Especially", " scalability", " exacerbated", " vulnerabilities", "Especially", " Particularly", " inefficiencies"], ["\n", " scalability", " Especially", " debugging", "\n\n\n\n", " vulnerabilities", "\n\n\n\n\n", "\n\n\n"], ["\n", " scalability", " debugging", "\n\n\n\n", " Especially", "\n\n\n\n\n", " vulnerabilities", "\n\n\n"], ["\n", " Especially", " debugging", " scalability", "\n\n\n\n", "\n\n\n", "\n\n\n\n\n", " Testing"], ["\n", " Especially", " Particularly", " Testing", " debugging", " scalability", " Detecting", "Especially"], ["\n", " Especially", " debugging", " Testing", " Detecting", " scalability", " Particularly", " Debug"], ["\n", " Testing", " debugging", " testing", " Especially", "Testing", " Detecting", " Debug"], ["\n", " Testing", " debugging", " Detecting", " Especially", " testing", "Testing", " Debug"], ["\n", " Testing", " debugging", " Especially", " Detecting", " testing", " Debug", " Even"], ["\n", " Testing", " testing", " debugging", " Especially", " Detecting", "Testing", " Tests"], ["\n", " Testing", " testing", " Especially", " Detecting", " debugging", " Tests", "Testing"], ["\n", " Linux", " Desktop", " Testing", " debugging", " desktop", " Especially", " testing"], ["\n", " Linux", " Desktop", " Testing", " desktop", " debugging", " Especially", " Debug"], ["\n", " Linux", " Desktop", " Testing", " Especially", " desktop", " debugging", " testing"], ["\n", " Linux", " Desktop", " Testing", " desktop", " Especially", " debugging", " Debug"], ["\n", " Linux", "  ", " CI", " Desktop", " Testing", " This", " desktop"], ["\n", " This", " The", " Even", "  ", " Testing", " Linux", " Desktop"]], "p": [[0.8801, 0.1191, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9184, 0.0754, 0.0062, 0.0, 0.0, 0.0, 0.0, 0.0], [0.499, 0.499, 0.0012, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.8802, 0.1191, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9983, 0.0009, 0.0006, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9903, 0.0067, 0.0025, 0.0003, 0.0002, 0.0, 0.0, 0.0], [0.8452, 0.1144, 0.0255, 0.0057, 0.0057, 0.0035, 0.0001, 0.0], [0.9496, 0.0473, 0.0011, 0.0009, 0.0009, 0.0002, 0.0001, 0.0001], [0.9559, 0.0371, 0.003, 0.0018, 0.0011, 0.0004, 0.0002, 0.0002], [0.2805, 0.2185, 0.2185, 0.1702, 0.0488, 0.038, 0.0109, 0.0085], [0.9659, 0.0138, 0.0107, 0.0084, 0.0007, 0.0001, 0.0001, 0.0001], [0.5833, 0.2146, 0.1014, 0.0479, 0.029, 0.0107, 0.0065, 0.0039], [0.7614, 0.1323, 0.0625, 0.023, 0.0066, 0.0066, 0.0019, 0.0015], [0.526, 0.2485, 0.1507, 0.0432, 0.018, 0.0024, 0.0021, 0.0021], [0.8012, 0.0844, 0.0745, 0.0214, 0.0089, 0.0018, 0.0011, 0.0009], [0.6568, 0.2416, 0.0692, 0.0198, 0.0039, 0.0034, 0.0024, 0.0006], [0.7975, 0.1079, 0.0655, 0.0146, 0.0054, 0.0015, 0.0014, 0.0012], [0.5002, 0.1265, 0.1265, 0.0985, 0.0597, 0.0282, 0.0133, 0.0104], [0.6415, 0.1263, 0.0597, 0.0597, 0.0319, 0.0194, 0.0118, 0.0104], [0.6188, 0.1381, 0.0508, 0.0396, 0.0396, 0.024, 0.0146, 0.0146], [0.4186, 0.326, 0.0934, 0.0566, 0.0344, 0.0126, 0.0098, 0.0077], [0.9259, 0.0359, 0.0103, 0.0091, 0.0049, 0.0026, 0.002, 0.0016], [0.5063, 0.1863, 0.1451, 0.088, 0.0416, 0.0082, 0.0039, 0.0027], [0.5319, 0.1727, 0.072, 0.0437, 0.034, 0.0265, 0.0182, 0.0161], [0.8249, 0.0869, 0.0527, 0.0118, 0.0092, 0.0056, 0.002, 0.0016], [0.3463, 0.21, 0.1274, 0.1274, 0.0992, 0.0365, 0.0134, 0.0134], [0.8616, 0.0707, 0.0429, 0.0096, 0.0058, 0.0035, 0.0021, 0.0013], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9971, 0.0025, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9618, 0.0226, 0.0083, 0.0065, 0.0003, 0.0001, 0.0001, 0.0001], [0.9919, 0.0059, 0.001, 0.0009, 0.0001, 0.0001, 0.0, 0.0], [0.9522, 0.0369, 0.0057, 0.003, 0.0006, 0.0005, 0.0002, 0.0001], [0.8845, 0.0641, 0.0162, 0.0111, 0.0046, 0.0032, 0.0017, 0.0015], [0.9556, 0.0154, 0.0083, 0.0044, 0.0039, 0.003, 0.0013, 0.001]], "ranks": {"Rust": [101634, 88061, 105390, 135714, 172646, 221797, 141520, 114497, 82168, 59659, 57842, 17718, 16967, 16157, 15119, 27727, 14112, 22354, 23876, 23848, 37946, 37125, 64655, 49154, 50535, 65331, 74960, 64330, 29447, 38637, 30669, 30970, 31375, 16855, 13332, 6972, 7127, 9540, 5067, 5126, 6426, 1374, 1049, 875, 443, 214, 126]}}, {"pos": 575, "top": [["\u0d4d\u200d", "oretical", "theless", "aditional", "ir", "\ud835\udc90", "indest", "ocom"], ["\u0d4d\u200d", "theless", "compan", "aditional", "\ud835\udc90", "oretical", "ialmente", " \u09ac\u0995\u09cd\u09a4\u09ac"], ["\u0d4d\u200d", "\ud835\udc90", "aditional", "investissement", "effetto", "ocom", "\u03bf", "theless"], ["\u0d4d\u200d", "\ud835\udc90", "aditional", "effetto", "investissement", "ocom", "\ud835\udc84", "\ud835\udc86"], ["\u0d4d\u200d", " **", "ing", "\ud835\udc90", " ```", "theless", "ic", "\u0629"], ["ing", " \u00a8", "\u05ea", "\u0629", "\u0d4d\u200d", " \uff65", "theless", "ic"], ["ing", "\u0d4d\u200d", "<i>", "\u05ea", "\u0629", "ic", "<sup>", "\u00e7\u00e3o"], ["ing", "<i>", "\u05ea", "\u0d4d\u200d", "  ", "\u0629", "ic", "\u00e7\u00e3o"], ["  ", "<i>", "ing", "\u060c", "\u05ea", "\u0d4d\u200d", "\uc11c", "\u0629"], ["  ", "ing", "<i>", "\u060c", "\u05ea", "\uc11c", "\u0d4d\u200d", "ity"], [" `", "  ", "ing", " \u2013", " (`", "<i>", "\uc11c", "\u2064"], [",", " \u2013", "\u060c", "!", "\n", "<sup>", "ing", "  "], [",", "!", " \u2013", "  ", "\n", " \"", "\u060c", "<sup>"], [",", "!", " \u2013", "...", "\n", "<sup>", "\u200b", "\u060c"], [",", "!", ";", "...", ".\"", " \u2013", "<sup>", "\n"], ["...", ",", "!", ".\"", "...\"", ".\u200b", "\u2026", ",..."], [",", "  ", "!", " \u2013", ";", " quite", "!\"", ".\""], ["...", "\u2026", " \u2013", "!", " https", " fundamentally", "\u2026\"", "...\""], [" prototyping", " fundamentally", " leveraging", " relentlessly", " engineering", " complexity", " modular", " focused"], [" prototyping", " leveraging", " prioritization", " prioritized", " workflows", " focused", " prioritizing", " complexity"], [" prototyping", " prioritization", " leveraging", " prioritized", " prioritizing", " optimization", " proactively", " troubleshooting"], [" prototyping", " leveraging", " prioritization", " prioritized", " prioritizing", " proactively", " workflows", " leverages"], [" prototyping", " prioritization", " prioritized", " prioritizing", " leveraging", " strategies", " optimization", " proactively"], [" prioritization", " leveraging", " prototyping", " prioritized", " prioritizing", " skillset", " proactively", " optimizations"], [" prioritization", " leveraging", " prototyping", " prioritized", " prioritizing", " proactively", " leverages", " optimizations"], [" prioritization", " prototyping", " optimizations", " scalability", " workflows", "Strategies", " leveraging", "\u898f\u5283"], [" prototyping", " prioritization", " optimizations", " scalability", " leveraging", " implementaci\u00f3n", " workflows", " bioinformatics"], [" scalability", " optimizations", " prototyping", " prioritization", "Computational", " workflows", " scalable", " bioinformatics"], [" scalability", " optimizations", "Software", "Computational", "Optimization", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", "IoT", " FPGA"], [" scalability", "Software", " optimizations", " codebase", " prototyping", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", "Workflow", "SOFTWARE"], [" optimizations", "Software", " codebase", " scalability", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " FPGA", " SOFTWARE", "Rust"], [" optimizations", " scalability", " codebase", "Software", " FPGA", "Kotlin", " prototyping", "Rust"], [" codebase", " scalability", " optimizations", "Rust", "Software", " FPGA", "Optimization", " \uac1c\ubc1c"], [" codebase", "Rust", " scalability", " optimizations", "Software", "\u67b6\u6784", "Kotlin", "\ud83e\udd80"], [" codebase", "Rust", " scalability", "\u67b6\u6784", " TypeScript", " optimizations", "Software", " prototyping"], [" codebase", "Rust", " TypeScript", " scalability", "\u67b6\u6784", " Rust", " prototyping", " \uc124\uacc4"], ["Rust", " codebase", " Rust", "\u67b6\u6784", " TypeScript", "Architecture", "rust", " scalability"], ["Rust", " Rust", " codebase", "Architecture", "\u67b6\u6784", "rust", " TypeScript", " \uc124\uacc4"], ["Rust", " Rust", "rust", " rust", "Rusty", "\u9508", " codebase", "\ud83e\udd80"], ["Rust", " Rust", "rust", " rust", "Rusty", "\u9508", " codebase", " Rusty"], ["Rust", " Rust", " rust", "rust", "Rusty", " Rusty", "\u9508", " rusting"], ["Rust", " Rust", " rust", "rust", " Rusty", "Rusty", " rusting", " rusty"], [" Rust", "Rust", " rust", "rust", " Rusty", "Rusty", " rusty", " rusting"], [" Rust", "Rust", " rust", "rust", " Rusty", "Rusty", " rusty", " rusting"], ["Rust", " Rust", " rust", "rust", " rusty", "    ", " Rusty", "Rusty"], ["4", "    ", " ", "   ", " Rust", "\n\n", "Rust", " rust"], ["4", "    ", "   ", "     ", "**", "  ", "*", "      "]], "p": [[0.8721, 0.0338, 0.016, 0.0059, 0.004, 0.0036, 0.0031, 0.0024], [0.6732, 0.043, 0.0123, 0.0096, 0.0085, 0.0075, 0.0066, 0.0051], [0.3588, 0.0486, 0.0295, 0.019, 0.0179, 0.0131, 0.0096, 0.0066], [0.3941, 0.0501, 0.0173, 0.0153, 0.0093, 0.0077, 0.005, 0.0047], [0.2768, 0.0793, 0.07, 0.0424, 0.0331, 0.0227, 0.02, 0.0177], [0.4497, 0.1875, 0.0537, 0.0474, 0.0369, 0.0254, 0.0154, 0.012], [0.5559, 0.2045, 0.2045, 0.0244, 0.0048, 0.0018, 0.0018, 0.0008], [0.6872, 0.2528, 0.0342, 0.0162, 0.0046, 0.0028, 0.0006, 0.0004], [0.67, 0.3165, 0.0123, 0.0008, 0.0003, 0.0002, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9913, 0.0086, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9696, 0.0293, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9949, 0.0041, 0.0007, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.998, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9834, 0.0159, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.7242, 0.2664, 0.0049, 0.0038, 0.0002, 0.0001, 0.0001, 0.0001], [0.8698, 0.063, 0.0556, 0.0036, 0.0017, 0.0008, 0.0006, 0.0006], [0.496, 0.2068, 0.1421, 0.0523, 0.0132, 0.0117, 0.0103, 0.0103], [0.7639, 0.0805, 0.0488, 0.018, 0.014, 0.0109, 0.0085, 0.0085], [0.6259, 0.2957, 0.0514, 0.0243, 0.0009, 0.0003, 0.0003, 0.0002], [0.9205, 0.0458, 0.0278, 0.0048, 0.0004, 0.0002, 0.0001, 0.0], [0.6931, 0.255, 0.0345, 0.0163, 0.0008, 0.0002, 0.0001, 0.0], [0.5464, 0.3314, 0.1219, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9879, 0.011, 0.0005, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.7249, 0.1617, 0.0595, 0.0361, 0.0081, 0.0049, 0.0011, 0.0008], [0.4958, 0.2342, 0.1106, 0.017, 0.015, 0.0071, 0.0071, 0.0049], [0.4581, 0.2452, 0.1022, 0.0547, 0.0178, 0.0084, 0.0065, 0.0065], [0.3919, 0.1851, 0.1442, 0.053, 0.0251, 0.0251, 0.0081, 0.0063], [0.347, 0.1126, 0.1126, 0.0683, 0.0414, 0.0285, 0.0173, 0.0173], [0.4657, 0.1942, 0.1512, 0.0714, 0.0124, 0.0075, 0.0075, 0.0066], [0.3133, 0.244, 0.1677, 0.1306, 0.0227, 0.0121, 0.0095, 0.0084], [0.3438, 0.2677, 0.2363, 0.0282, 0.0133, 0.0118, 0.0104, 0.0063], [0.6485, 0.164, 0.1127, 0.0173, 0.0092, 0.0064, 0.0044, 0.0039], [0.6478, 0.2383, 0.0532, 0.0251, 0.0119, 0.0056, 0.0044, 0.0034], [0.9294, 0.0594, 0.008, 0.0008, 0.0007, 0.0004, 0.0004, 0.0003], [0.7771, 0.2226, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6792, 0.3208, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7308, 0.2688, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5296, 0.4124, 0.0558, 0.0022, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [98095, 77734, 98232, 119746, 140748, 181511, 109955, 98684, 91050, 63222, 63295, 12244, 8440, 14088, 12545, 18279, 8866, 21537, 19028, 13591, 27975, 47165, 54844, 50087, 37829, 40182, 44192, 3642, 1171, 67, 8, 8, 4, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 57]}}, {"pos": 576, "top": [["</h4>", "s", "t", "<h4>", "si", "e", "\u094d\u0938", "l"], ["s", "t", "</h4>", "e", "si", "l", "\u094d\u0938", "sort"], ["s", "e", "t", "</h4>", "si", "a", "\u03c2", "\u094d\u0938"], ["s", "e", "t", "</h4>", "\ud835\udc2c", "\ud835\udc2b", "\u094d\u0938", "a"], ["s", "e", "t", "\u094d\u0938", "\ud835\udc2c", "a", " \u2666", "si"], ["s", "e", "t", "\ud835\udc2c", "a", "\u094d\u0938", "eal", "\ud835\udc25"], ["e", "a", "t", "s", "-\\\\", "<h4>", "o", "\\\\"], ["e", "a", "t", "-\\\\", "\u0640\u0640\u0640", "<h4>", "eel", "o"], ["e", "a", "t", " \u2014", "<h4>", "-\\\\", "\u2014-", ",\\\\"], ["e", "a", "-\\\\", "\\\\", ",\\\\", "t", "\\&", "\u2014-"], ["e", "<h4>", " \u201a", "\u0640\u0640\u0640", "a", "-\\\\", " \\&", "\\\\"], ["a", "\u2014-", ",\\\\", "e", "\u2014\u2014", "<h4>", "\u2014\u2014\u2014", " \u2014"], [" \u2014", "\u2014\u2014", "e", "a", "<h4>", " \\&", ",\\\\", "\\\\"], [" \u2014", "a", "e", "-#", ",\\\\", "<h4>", "\u2014\u2014", "\u2014-"], ["<h4>", " \u2014", "e", ",\\\\", "-#", "a", "\u2014\u2014", "\\\\"], ["<h4>", "\n\n\n\n", ",\\\\", "-#", " \u7ee7\u7eed\u8bbf\u95ee", "\\\\", ".\\\\", "a"], ["<h4>", "\n\n\n\n", " \u7ee7\u7eed\u8bbf\u95ee", "-#", " (&", " \u2014", "e", "&"], ["\n\n\n\n", " \u7ee7\u7eed\u8bbf\u95ee", " ....", "<h4>", "....", " -&", ".", "-#"], ["\n\n\n\n", " \u7ee7\u7eed\u8bbf\u95ee", " ....", "<h4>", "....", " ...", " .....", "..."], ["\n\n\n\n", "<h4>", " \u7ee7\u7eed\u8bbf\u95ee", " -&", " \u2014", "<eos>", "\\\\", " (&"], [" Finally", "\n\n\n\n", " eventually", " finally", " increasingly", " Eventually", "<eos>", "<h4>"], [" increasingly", " eventually", " progressively", " ultimately", " finally", " Increasingly", " Eventually", " priorit"], [" eventually", " finally", " increasingly", " ultimately", " progressively", " eventual", " Eventually", " Finally"], [" eventually", " increasingly", " prioritization", " ultimately", " vulnerabilities", " leveraging", " impactful", " finally"], [" lastly", " eventually", " finally", " Lastly", " ultimately", " Finally", " Ultimately", " Eventually"], [" Lastly", " Finally", " Complexity", " Troubleshooting", " lastly", " Finalmente", " Leveraging", " Cybersecurity"], [" Lastly", " Difficulty", " Troubleshooting", " Complexity", " vulnerabilities", " Infrastructure", " robustness", " Limitations"], [" scalability", " vulnerabilities", " Complexity", " Infrastructure", " Difficulty", " Cybersecurity", " robustness", " Troubleshooting"], [" Difficulty", " Complexity", " scalability", " Infrastructure", " Fragmentation", " Troubleshooting", " vulnerabilities", " Limitations"], [" Difficulty", " scalability", " Infrastructure", " Complexity", " Limitations", " Fragmentation", " Stability", " Finally"], [" scalability", " Complexity", " Infrastructure", " Difficulty", " weakest", " vulnerabilities", " Stability", " inefficiencies"], [" scalability", " Complexity", " Infrastructure", " Difficulty", " Stability", " Cybersecurity", " weakest", " Troubleshooting"], [" scalability", " Infrastructure", " Complexity", " Workflow", " Stability", " Cybersecurity", " Ecosystem", " DevOps"], [" scalability", " Infrastructure", " Complexity", " Stability", " robustness", " Ecosystem", " infrastructure", "Infrastructure"], [" scalability", " Stability", " Complexity", " Infrastructure", " Sustainability", "Stability", " robustness", " stability"], [" scalability", " Stability", " Infrastructure", " Complexity", "Stability", " stability", " Sustainability", " robustness"], [" scalability", " Stability", " Complexity", " robustness", "Stability", " Reliability", " stability", " Infrastructure"], [" scalability", " Stability", "Stability", " Complexity", " robustness", " Reliability", " stability", " Infrastructure"], [" scalability", " Stability", " Complexity", " stability", "Stability", " Reliability", " Infrastructure", " robustness"], [" scalability", " Stability", " Integration", " stability", " Reliability", " Complexity", "Stability", " robustness"], [" scalability", " Stability", " Integration", " Reliability", " Complexity", " stability", " robustness", " durability"], [" scalability", " Data", " Stability", " Integration", " Complexity", " Reliability", " data", " Infrastructure"], [" scalability", " Data", " Stability", " Integration", " data", " Complexity", " Infrastructure", " stability"], [" Data", " scalability", " data", " Integration", " Stability", "Data", " Infrastructure", " **"], [" **", "  ", " Data", "   ", " (", "\t", " (**", "."], [" **", "  ", ".", " (", " Data", "   ", "**", "\t"], [" **", ".", "  ", " &", "\t", "   ", "-", ","]], "p": [[0.9578, 0.0371, 0.005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7647, 0.2191, 0.014, 0.0019, 0.0001, 0.0001, 0.0, 0.0], [0.55, 0.4283, 0.0166, 0.0018, 0.0011, 0.0004, 0.0004, 0.0002], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9378, 0.0599, 0.0018, 0.0002, 0.0001, 0.0001, 0.0, 0.0], [0.9543, 0.037, 0.0064, 0.0018, 0.0001, 0.0001, 0.0, 0.0], [0.8747, 0.1184, 0.0059, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.935, 0.0598, 0.0038, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.9626, 0.0176, 0.0083, 0.0083, 0.0019, 0.0011, 0.0001, 0.0], [0.7358, 0.2108, 0.0285, 0.0105, 0.0082, 0.0023, 0.0011, 0.0009], [0.3512, 0.213, 0.1659, 0.1006, 0.0784, 0.0288, 0.0225, 0.0136], [0.7013, 0.1219, 0.0949, 0.0739, 0.0061, 0.0008, 0.0003, 0.0003], [0.5377, 0.1978, 0.12, 0.0441, 0.0344, 0.0344, 0.0268, 0.0036], [0.8829, 0.0564, 0.0267, 0.0162, 0.0076, 0.0046, 0.0022, 0.0017], [0.971, 0.0178, 0.0084, 0.0019, 0.0004, 0.0002, 0.0001, 0.0], [0.8592, 0.0705, 0.0428, 0.0202, 0.0035, 0.0011, 0.0005, 0.0004], [0.4723, 0.3246, 0.0564, 0.0564, 0.0207, 0.0126, 0.0086, 0.0067], [0.8355, 0.1131, 0.0196, 0.0064, 0.0056, 0.003, 0.0023, 0.0023], [0.9075, 0.0399, 0.0101, 0.0101, 0.0048, 0.0029, 0.0025, 0.002], [0.2972, 0.2314, 0.0751, 0.0585, 0.0516, 0.0516, 0.0456, 0.0456], [0.5618, 0.2654, 0.0523, 0.0192, 0.015, 0.015, 0.0103, 0.008], [0.7093, 0.1397, 0.0312, 0.0312, 0.0243, 0.0147, 0.0089, 0.007], [0.2494, 0.1335, 0.1178, 0.0918, 0.0557, 0.0433, 0.0338, 0.0298], [0.6278, 0.1799, 0.1091, 0.0313, 0.0313, 0.0054, 0.0033, 0.0033], [0.9956, 0.0041, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.4973, 0.1829, 0.111, 0.111, 0.015, 0.015, 0.0091, 0.0071], [0.3815, 0.2971, 0.1404, 0.1093, 0.0313, 0.0115, 0.0115, 0.0054], [0.437, 0.2064, 0.1608, 0.1252, 0.0132, 0.0103, 0.0103, 0.0049], [0.5371, 0.1539, 0.1539, 0.1539, 0.0003, 0.0002, 0.0002, 0.0002], [0.7124, 0.1238, 0.0964, 0.0585, 0.0023, 0.0011, 0.0011, 0.0008], [0.5109, 0.3979, 0.0888, 0.001, 0.001, 0.0001, 0.0001, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9931, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9604, 0.0372, 0.0019, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.634, 0.3394, 0.0169, 0.0038, 0.0014, 0.001, 0.0007, 0.0005], [0.8772, 0.1048, 0.0076, 0.0028, 0.0025, 0.001, 0.0007, 0.0005], [0.966, 0.0292, 0.0021, 0.0006, 0.0006, 0.0003, 0.0002, 0.0002], [0.985, 0.0052, 0.0052, 0.001, 0.0007, 0.0004, 0.0004, 0.0003], [0.7979, 0.2018, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [59495, 68845, 76138, 97356, 117788, 173313, 93725, 94262, 101664, 81328, 141298, 101293, 66573, 44323, 40863, 72179, 25720, 41857, 28096, 13151, 12333, 13148, 14343, 16420, 16732, 42865, 65563, 57696, 54532, 24975, 24721, 22576, 23160, 11082, 10464, 13240, 19301, 24604, 14779, 15443, 13122, 7685, 6018, 3506, 3303, 1660, 2065]}}, {"pos": 577, "top": [[".\".", "!.", "\".", "!\".", "?.", ";.", ":.", ",."], ["!.", ".\".", "!\".", "\".", ".!", ";.", ":.", ",."], ["!.", ",.", ".\".", ";.", ":.", "..", ",..", ".!"], ["!.", ",.", ":.", ".\".", ";.", ",..", "..", "."], [" \".", " ~.", " \"..", "</h4>", "!.", " {.", " +.", ".\"."], [" \"", "<sup>", "  ", " \u00b7", " {", " *", " \"[", " ~."], ["<sup>", ",", " \"", ".[", " \"[", ".", "  ", " \"."], [",", "<sup>", "  ", " \"", ".[", ".", " *", " \"["], [",", "<sup>", "  ", " \"", ".[", ".", " *", " in"], [",", "  ", " \"", "<sup>", ".[", "   ", " \"[", " in"], [" \"", " `", " \"[", " `.", "<sup>", "  ", ",", ".["], [",", " \"", "\n", " in", " and", ".[", "<sup>", "."], [",", " \"", " in", " and", ".", "\n", "  ", " on"], [",", ".", " \"", ".[", " and", " in", " the", "\n"], [",", ".", ".[", ".\".", "\".", ".\"", " \"", "..."], [",", ".", ".[", ".\".", "\".", ".\"", "...", "!"], [",", ".", "  ", "!", ".[", "\".", "!.", ".\""], ["...", ",", ".\".", ".[", " ...", ".", " (...)", ".\""], [" workflows", " workflow", " prototyping", " technologies", " leveraging", " optimized", " engineering", " understanding"], [" workflows", " leveraging", " prototyping", " cybersecurity", " onboarding", " workflow", " prioritization", " IoT"], [" prototyping", " leveraging", " workflows", " prioritization", " workflow", " workaround", " optimized", " leverages"], [" prototyping", " workflows", " leveraging", " prioritization", " leverages", " workflow", " workaround", " scalable"], [" .", " design", " new", " additional", " $", ",", " medium", " "], ["\uff65", "\u2062", " \u200f", "\u2064", "\u2063", " \u2223", "\uf0a0", " \uff65"], ["\u2062", "\u2f12", "\u2064", " Metaverse", "\u7acb\u65b9", "\u30ec\u30b7\u30d4", "\ufff1", "\u2063"], ["\u10ec\u10d8\u10e4", " reacciones", "\u30a2\u30a4\u30c7\u30a2", " teor\u00edas", "dropPanel", "\u30ec\u30b7\u30d4", " flexibilidad", "ennzeichnet"], ["\u0080", "\u10ec\u10d8\u10e4", "\u30a2\u30a4\u30c7\u30a2", " \u043d\u0438\u0447\u0435\u043a", "\u30d7\u30ec\u30a4\u30e4\u30fc", " \u0915\u092a\u0915\u0947\u0915", "\u1235\u1243\u1234", " \u0430\u043a\u0447\u0430\u0433\u0430"], ["\u28bf", "\uff3b", "\u30d7\u30ec\u30a4\u30e4\u30fc", "\u30a2\u30a4\u30c7\u30a2", " \u043a\u0438\u0440\u043f\u0438", " \u0915\u092a\u0915\u0947\u0915", "\u3016", " OpenGL"], ["\u0080", "\u30a2\u30a4\u30c7\u30a2", "\u28bf", "OpenGL", "\uff5b", "\u009b", "\u5206\u5e03\u5f0f", " \u0915\u092a\u0915\u0947\u0915"], [" workaround", " OpenGL", "\u28bf", " prototyping", " #{@", "\u3016", " observability", " \u0915\u092a\u0915\u0947\u0915"], [" OpenGL", "\u1235\u1243\u1234", "\u28bf", " workaround", "OpenGL", " observability", "\u30d7\u30ec\u30a4\u30e4\u30fc", "\u257f"], [" OpenGL", "OpenGL", "\u1235\u1243\u1234", "\u257f", "\u30d7\u30ec\u30a4\u30e4\u30fc", " workaround", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445"], ["OpenGL", " OpenGL", "\u30d7\u30ec\u30a4\u30e4\u30fc", "\u1235\u1243\u1234", " GPUs", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", " \u0915\u092a\u0915\u0947\u0915", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445"], ["OpenGL", " OpenGL", " observability", "\u043b\u044c\u043d\u044f\u0432\u044b\u044f", "\u1235\u1243\u1234", "\u30d7\u30ec\u30a4\u30e4\u30fc", " workaround", " GPUs"], [" OpenGL", "OpenGL", " observability", "\u000b", " workaround", " scalability", " configurable", "\u673a\u5668\u5b66\u4e60"], ["OpenGL", " OpenGL", " workaround", " scalability", " automating", " GPUs", " prototyping", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445"], ["OpenGL", " OpenGL", " workaround", " scalability", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " observability", " automating", " GPUs"], ["OpenGL", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " OpenGL", " \u062c\u0630\u0627\u0628", " v\u00e1lv", "\u30af\u30e9\u30a6\u30c9", "\u8efd\u91cf", "\u673a\u5668\u5b66\u4e60"], ["OpenGL", " v\u00e1lv", " \u062c\u0630\u0627\u0628", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " workaround", "\u30af\u30e9\u30a6\u30c9", " OpenGL", " v\u00e1lvula"], [" workaround", " overfitting", " \u0441\u043b\u043e\u0436\u043d\u044b\u0445", " Kanban", " \u062c\u0630\u0627\u0628", "OpenGL", " OpenGL", " granularity"], [" prototyping", " scalability", " configurable", " troubleshooting", " adaptable", " scalable", " workaround", " traceability"], [" scalability", " OpenGL", " prototyping", " Kanban", "OpenGL", " Metaverse", " observability", " troubleshooting"], [" OpenGL", " scalability", " observability", " runtime", " reproducible", " optimization", " workaround", " concurrency"], [" OpenGL", " observability", " inherent", " troubleshooting", " reproducible", " prototyping", " Data", " scalability"], ["  ", "   ", " core", ",", " OpenGL", " runtime", " inherent", " integration"], ["  ", "   ", " ", " .", "    ", "\n\n", " and", " ("], [" **", "  ", " (", " (**", "   ", " &", " *", " Data"]], "p": [[0.8175, 0.1824, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9899, 0.0067, 0.0015, 0.0009, 0.0009, 0.0001, 0.0, 0.0], [0.5876, 0.3564, 0.0177, 0.0177, 0.0108, 0.0051, 0.0031, 0.0015], [0.4785, 0.2902, 0.1068, 0.0393, 0.0393, 0.0238, 0.0144, 0.0068], [0.8129, 0.1814, 0.0055, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7773, 0.2227, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9611, 0.0373, 0.0014, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9955, 0.0041, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8462, 0.147, 0.0057, 0.0008, 0.0002, 0.0, 0.0, 0.0], [0.5914, 0.1694, 0.08, 0.08, 0.026, 0.0229, 0.0202, 0.004], [0.9981, 0.0007, 0.0004, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001], [0.9608, 0.0226, 0.0035, 0.0014, 0.0013, 0.0007, 0.0006, 0.0005], [0.9836, 0.0085, 0.0012, 0.0008, 0.0007, 0.0007, 0.0003, 0.0003], [0.9474, 0.0416, 0.0039, 0.001, 0.0006, 0.0005, 0.0005, 0.0003], [0.9191, 0.0588, 0.0168, 0.0014, 0.0007, 0.0006, 0.0004, 0.0003], [0.9619, 0.0155, 0.0137, 0.0031, 0.0006, 0.0005, 0.0004, 0.0004], [0.2703, 0.1277, 0.0775, 0.0684, 0.0603, 0.0415, 0.0415, 0.0415], [0.6784, 0.1336, 0.0383, 0.0338, 0.016, 0.011, 0.0067, 0.0067], [0.8516, 0.1153, 0.0257, 0.0045, 0.001, 0.001, 0.0005, 0.0002], [0.584, 0.3542, 0.0616, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9277, 0.036, 0.036, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.0127, 0.0077, 0.0077, 0.0068, 0.0064, 0.0053, 0.005, 0.005], [0.949, 0.0368, 0.0064, 0.0064, 0.0005, 0.0005, 0.0001, 0.0], [0.0475, 0.0154, 0.0145, 0.0145, 0.0113, 0.0082, 0.0073, 0.0068], [0.004, 0.004, 0.0031, 0.0031, 0.0024, 0.0023, 0.0021, 0.0019], [0.0369, 0.0253, 0.0174, 0.0154, 0.0154, 0.0136, 0.012, 0.0106], [0.2057, 0.0857, 0.052, 0.052, 0.0405, 0.0315, 0.0278, 0.0278], [0.1414, 0.0757, 0.0668, 0.0459, 0.0405, 0.0217, 0.0217, 0.0191], [0.4391, 0.2663, 0.098, 0.0463, 0.0248, 0.0219, 0.0193, 0.015], [0.2816, 0.0554, 0.0489, 0.0381, 0.0336, 0.0336, 0.0297, 0.0262], [0.3655, 0.1345, 0.072, 0.0437, 0.0437, 0.0385, 0.0182, 0.0125], [0.4313, 0.3806, 0.0276, 0.009, 0.009, 0.0079, 0.007, 0.0062], [0.671, 0.317, 0.0021, 0.0008, 0.0008, 0.0007, 0.0007, 0.0007], [0.6641, 0.3137, 0.0074, 0.0057, 0.0035, 0.0016, 0.0006, 0.0004], [0.6774, 0.1941, 0.0917, 0.0124, 0.0059, 0.0036, 0.0028, 0.0022], [0.784, 0.1749, 0.0304, 0.0053, 0.0009, 0.0007, 0.0007, 0.0007], [0.6013, 0.0718, 0.0494, 0.0339, 0.0264, 0.0182, 0.0182, 0.016], [0.6221, 0.0743, 0.0656, 0.0398, 0.0398, 0.0351, 0.0188, 0.0129], [0.6193, 0.0838, 0.0653, 0.0396, 0.0308, 0.0308, 0.0187, 0.0187], [0.5345, 0.2525, 0.0723, 0.0439, 0.0266, 0.0161, 0.0126, 0.0076], [0.8737, 0.0921, 0.0125, 0.0046, 0.0046, 0.0028, 0.0022, 0.0013], [0.1562, 0.0507, 0.0447, 0.0395, 0.0348, 0.0348, 0.0307, 0.0271], [0.0674, 0.0435, 0.0384, 0.0361, 0.0339, 0.0205, 0.0181, 0.017], [0.2928, 0.0212, 0.0107, 0.0088, 0.0078, 0.0073, 0.0057, 0.0057], [0.4564, 0.0424, 0.0292, 0.0166, 0.0129, 0.0084, 0.0079, 0.0065], [0.9911, 0.0086, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [107230, 90697, 162277, 214158, 153977, 149983, 68780, 53923, 44157, 30586, 30417, 13080, 13982, 12848, 12419, 13127, 11461, 12576, 15722, 19920, 29002, 36253, 14772, 73307, 40147, 123405, 153609, 175747, 127456, 135315, 117685, 98614, 86702, 43857, 52986, 33595, 28752, 16438, 10261, 20619, 15203, 5865, 13725, 13004, 1420, 217, 62]}}, {"pos": 578, "top": [[" **", "**", ".**", " \"**", ")**", " **,", " '**", ":**"], [" **", "**", ".**", ")**", " \"**", " **,", " '**", ">**"], [" **", "**", ".**", ")**", " \"**", " **,", ">**", ":**"], ["**", " **", ".**", ")**", " **,", ">**", " \"**", ":**"], [" **", "**", ".**", " \"**", " **,", " '**", ")**", " (**"], [" **", "**", ".**", " \"**", ")**", " '**", " **,", ":**"], [".**", "**", " **", ")**", ":**", " \"**", "**,", " **,"], [".**", "**", " **", ")**", "</strong>", ":**", "</b>", "**,"], [".**", "**", " **", ":**", ")**", "**,", "</strong>", " **,"], [".**", "**", "</strong>", ":**", ")**", " **", "**,", "</b>"], [".**", "**", "</strong>", " **", ":**", ")**", "**,", " \"**"], ["</strong>", ".**", "**", ":**", ")**", "**,", " **", "</b>"], [".**", "</strong>", "**", ":**", " **", "**,", "**.", ")**"], [".**", "</strong>", "**", ":**", "**,", "**.", " **", "</b>"], [".**", "</strong>", "**", ":**", " **", "**.", "**,", ")**"], [".**", "**", ":**", "</strong>", "**.", " **", "**,", "**:"], [".**", "</strong>", ":**", "**", "**.", "**:", "**,", "</b>"], ["</strong>", ".**", ":**", "**", "**.", "</b>", "**:", " **"], [".**", ":**", "**", "</strong>", "**.", "**:", " **", "**,"], [".**", ":**", "</strong>", "**", "**.", "**:", "**,", " **"], [":**", ".**", "**:", " workflows", "**.", " infrastructure", " complexity", " troubleshooting"], [":**", " workflows", " infrastructure", " complexity", " scalability", " troubleshooting", "**:", " optimization"], [" scalability", " complexity", " optimizations", " workflows", " optimization", " infrastructure", " prioritization", " complexities"], [" scalability", " workflows", " optimizations", " prioritization", " leveraging", " Complexity", " optimization", " infrastructure"], [" scalability", " Leveraging", " optimizations", " workflows", " Complexity", " Automation", " Optimization", " leveraging"], [" scalability", " workflows", " optimizations", " Complexity", " Leveraging", " Optimization", " Troubleshooting", " Workflow"], [" scalability", " workflows", " robustness", " Complexity", " Synchronization", " Workflow", " optimizations", " prototyping"], [" scalability", " Synchronization", " workflows", " Complexity", " Workflow", " reproducibility", " robustness", " Optimization"], [" scalability", " Synchronization", " Complexity", "Synchronization", " Optimization", " Connectivity", " Workflow", "Complexity"], [" scalability", " Synchronization", " Complexity", " codebase", " Workflow", " Connectivity", " workflows", " Optimization"], [" scalability", " codebase", " Synchronization", " workflows", " Workflow", " Complexity", " synchronization", " workflow"], [" scalability", " codebase", " Workflow", " Synchronization", " workflows", " Complexity", " reproducibility", " DevOps"], [" scalability", " codebase", " workflows", " Workflow", " Synchronization", " debugging", " DevOps", " Debug"], [" scalability", " codebase", " workflows", " Synchronization", " Workflow", " Complexity", "Synchronization", " Integration"], [" scalability", " codebase", " Integration", " Synchronization", " Deployment", " Serialization", " DevOps", " Workflow"], [" scalability", " Linux", " codebase", "Linux", " Plugins", " Kubernetes", " DevOps", " Plugin"], [" scalability", " Linux", " codebase", "Linux", " Synchronization", " Integration", " DevOps", " Kubernetes"], [" scalability", " Linux", " Integration", " codebase", "Linux", " Synchronization", "Integration", " portability"], [" Linux", " scalability", " Deployment", " Integration", "Linux", " DevOps", " codebase", "Integration"], [" scalability", " Deployment", " Linux", " Integration", " integration", " portability", " deployment", "Integration"], [" scalability", " Deployment", " Integration", " Build", "Build", " Linux", "Integration", " portability"], [" Linux", " Plugin", "Linux", " CI", " plugin", " Plugins", "Plugin", " plugins"], [" Linux", " CI", "Linux", " Desktop", " Plugin", "CI", " plugin", " linux"], [" CI", " Linux", "Linux", "CI", " Plugin", " Desktop", " Data", " plugin"], [" CI", " Linux", "Linux", "CI", " Data", " Desktop", " Plugin", " plugin"], [" CI", " Linux", "CI", " Data", "Linux", "Data", " Cross", " cross"], ["Data", "CI", "Cross", "Linux", "Build", "Container", "Desktop", "Server"]], "p": [[0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9887, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4498, 0.4498, 0.1004, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7275, 0.2676, 0.0049, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9523, 0.0474, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8805, 0.1192, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7275, 0.2676, 0.0049, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7297, 0.2685, 0.0018, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7976, 0.178, 0.0241, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8334, 0.1448, 0.0196, 0.0021, 0.0, 0.0, 0.0, 0.0], [0.8813, 0.0723, 0.0439, 0.0022, 0.0002, 0.0001, 0.0, 0.0], [0.9863, 0.0085, 0.0031, 0.0019, 0.0001, 0.0, 0.0, 0.0], [0.8406, 0.1461, 0.0073, 0.0057, 0.0003, 0.0001, 0.0, 0.0], [0.6136, 0.3722, 0.0068, 0.0068, 0.0003, 0.0002, 0.0001, 0.0], [0.8177, 0.0671, 0.0523, 0.0523, 0.0071, 0.0033, 0.0001, 0.0001], [0.7244, 0.1616, 0.0764, 0.0281, 0.0063, 0.003, 0.0001, 0.0001], [0.6422, 0.0985, 0.0869, 0.0194, 0.0151, 0.0118, 0.0071, 0.0071], [0.1279, 0.1279, 0.0776, 0.0776, 0.0367, 0.0323, 0.0252, 0.0252], [0.3406, 0.1609, 0.1253, 0.0861, 0.0671, 0.0461, 0.0247, 0.0247], [0.4912, 0.1807, 0.0854, 0.0665, 0.0665, 0.019, 0.0148, 0.0116], [0.8737, 0.0717, 0.016, 0.016, 0.0059, 0.0059, 0.0036, 0.0022], [0.9641, 0.0291, 0.0024, 0.0019, 0.0007, 0.0005, 0.0004, 0.0004], [0.996, 0.0019, 0.0007, 0.0006, 0.0003, 0.0001, 0.0001, 0.0], [0.9997, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9987, 0.0009, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9237, 0.0758, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9958, 0.0041, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7822, 0.1745, 0.0303, 0.0087, 0.0025, 0.0007, 0.0003, 0.0003], [0.433, 0.2626, 0.2045, 0.0752, 0.0102, 0.0062, 0.0018, 0.0018], [0.2993, 0.1815, 0.1815, 0.1414, 0.1101, 0.0405, 0.0246, 0.0055], [0.9783, 0.0179, 0.0019, 0.0011, 0.0007, 0.0, 0.0, 0.0], [0.922, 0.0757, 0.0023, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6781, 0.3203, 0.0013, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.5889, 0.4048, 0.0035, 0.0015, 0.0005, 0.0002, 0.0002, 0.0], [0.8695, 0.0809, 0.0337, 0.0046, 0.0036, 0.001, 0.0009, 0.0006], [0.5659, 0.2359, 0.0676, 0.0526, 0.0151, 0.0063, 0.0055, 0.0038]], "ranks": {"Rust": [188964, 188659, 187535, 203630, 172055, 190826, 116299, 103073, 63083, 40835, 37541, 25525, 24744, 17449, 18122, 15557, 15621, 13612, 11469, 10421, 9946, 13754, 23279, 19657, 32843, 68130, 59980, 53223, 25592, 14235, 13330, 7773, 6637, 3244, 2456, 1514, 1157, 1279, 669, 614, 723, 27, 33, 42, 24, 18, 8]}}, {"pos": 579, "top": [["es", "er", "-->", " -->", "ed", "--", " \\...", "s"], ["es", "s", "-->", "er", "--", " -->", "ed", "\\..."], ["es", "er", "-->", " -->", "--", "s", "ed", "\\..."], ["es", "er", "-->", " -->", "--", "ed", " \\...", "s"], ["es", "er", " -->", "-->", "s", "ed", " \\...", "--"], ["es", "er", " \\...", " \u203a", "\u2010", " -->", "ed", "s"], ["\u2010", "es", "er", "\u2011", " \\...", "\\<", " \u203a", "ed"], ["\u2010", "\u2011", "es", " \\...", "er", "\\<", " \\<", " \u203a"], ["\u2010", "\u2011", " \u203a", "es", "er", " \u00bb", " \\...", "\u203a"], ["\u2010", "\u2011", " \u203a", " \u00bb", " \\...", "es", "er", "\u203a"], ["\u2010", " \u203a", "\u2011", " \u00bb", " \\...", "es", "er", " \\<"], ["\u2010", "\u2011", " \u203a", " \\...", "er", " \u00bb", "es", " \\<"], ["\u2010", "\u2011", " \\...", " \u00bb", " \u203a", "er", "es", "\\..."], ["\u2010", " \\...", "\u2011", "\\...", " \u00bb", "er", "es", "-->"], [" \\...", "\u2010", "\\...", " \u00bb", "-->", " -->", "\u2011", "er"], ["\u2010", "\\...", " \\...", "\u2011", ".\u00bb", " \u00bb", "-->", "\uf0e0"], ["\u2010", "\uf0e0", "-->", "\u2011", ".\u00bb", "--", "\u00bb).", "\\-"], ["-->", "...\u201d", "\\...", "\uf0e0", " -->", ".\u00bb", "\u2010", " \u00bb"], ["\uf0e0", "-->", "\u2010", "Engineering", " functionalities", " -->", "Connectivity", "weave"], ["Connectivity", "Engineering", "\uf0e0", "\\...", "Dynamic", " functionalities", "Integration", "Adaptive"], ["\\...", "Engineering", "-->", " functionalities", "Connectivity", "\uf0e0", " geographies", " Connectivity"], [" geographies", " architectures", " functionalities", " seamlessly", " iterations", " adaptability", " workflows", " optimizations"], [" functionalities", " geographies", " adaptability", " architectures", " optimizations", " scalability", " seamlessly", " workflows"], [" optimizations", " functionalities", " adaptability", " scalability", " workflows", " architectures", " skillset", " geographies"], [" optimizations", " adaptability", " scalability", " workflows", " functionalities", " Optimization", " prototyping", " Connectivity"], [" Optimization", " Compatibility", " Connectivity", " scalability", " Complexity", " Synchronization", " optimizations", " Optimized"], [" Compatibility", " Connectivity", " Optimization", " Synchronization", " Middleware", " Cybersecurity", " Complexity", " Workflow"], [" Optimization", " Compatibility", " Synchronization", " Connectivity", " Cybersecurity", " Messaging", " Optimized", " Complexity"], [" Compatibility", " Optimization", " Synchronization", " Connectivity", " Cybersecurity", " Complexity", " Middleware", "Connectivity"], [" Compatibility", " Optimization", " Synchronization", " Cross", " optimizations", " interoper", " Connectivity", "Cross"], [" Compatibility", " Cross", "\u8de8", "Cross", " Platforms", " compatibility", " Optimization", " Platform"], [" Compatibility", " Cross", " iOS", " compatibility", " Optimization", " Xamarin", "Cross", " Platforms"], [" iOS", " macOS", " Cross", " Compatibility", " Platform", " Platforms", " MacOS", "iOS"], [" Cross", "Cross", " Compatibility", " cross", "\u8de8", " iOS", "cross", " \u0995\u09cd\u09b0\u09b8"], [" Platform", " Cross", "Cross", "Platform", " Platforms", " platform", "platform", " Plattform"], [" Platform", " platform", "Platform", "platform", "\u5e73\u53f0", " Plattform", " Cross", " Platforms"], [" Platform", " platform", "Platform", "platform", " Compilation", " Plattform", "\u5e73\u53f0", " Compile"], [" Platform", " platform", "Platform", "platform", "\u5e73\u53f0", " Plattform", " Platforms", " platforms"], [" Platform", " platform", "Platform", "platform", "\u5e73\u53f0", " Plattform", " Platforms", " platforms"], [" Platform", " platform", "platform", "Platform", " Plattform", "\u5e73\u53f0", " platforms", " Platforms"], [" Platform", " platform", "platform", "Platform", " Plattform", " Platforms", "\u5e73\u53f0", " platforms"], [" Platform", " platform", "platform", "Platform", " Platforms", " Plattform", "\u5e73\u53f0", " platforms"], [" Platform", " platform", "platform", "Platform", " Plattform", " Platforms", "\u5e73\u53f0", " Compilation"], [" Platform", " platform", "Platform", " Compilation", "platform", " Platforms", " Plattform", "\u5e73\u53f0"], [" Platform", " platform", "Platform", "platform", " Platforms", " Compilation", " Plattform", "\u5e73\u53f0"], [" Platform", " platform", " Compilation", "-", " Compile", " Comp", " Platforms", "Platform"], ["-", " Platform", " Compilation", " platform", " Comp", " Compile", " Compatibility", " Platforms"]], "p": [[0.9823, 0.0109, 0.0066, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.991, 0.004, 0.0025, 0.0025, 0.0, 0.0, 0.0, 0.0], [0.9503, 0.0473, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8124, 0.1813, 0.0055, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7216, 0.2655, 0.008, 0.0029, 0.0018, 0.0001, 0.0, 0.0], [0.9959, 0.0025, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9994, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8788, 0.1189, 0.0022, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8127, 0.1813, 0.0055, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.6902, 0.154, 0.154, 0.0017, 0.0, 0.0, 0.0, 0.0], [0.9775, 0.0179, 0.004, 0.0003, 0.0002, 0.0001, 0.0001, 0.0], [0.8949, 0.0572, 0.0446, 0.0017, 0.0013, 0.0002, 0.0, 0.0], [0.9272, 0.0462, 0.0103, 0.0062, 0.0049, 0.0023, 0.0018, 0.0004], [0.5342, 0.416, 0.0266, 0.0126, 0.0059, 0.0022, 0.0013, 0.0006], [0.9951, 0.0032, 0.0009, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.9718, 0.0229, 0.004, 0.0011, 0.0002, 0.0, 0.0, 0.0], [0.7984, 0.108, 0.051, 0.0241, 0.0089, 0.0033, 0.0025, 0.002], [0.6487, 0.3064, 0.0415, 0.0021, 0.0008, 0.0001, 0.0001, 0.0001], [0.32, 0.2492, 0.1941, 0.0714, 0.0714, 0.0337, 0.0159, 0.0097], [0.8429, 0.0539, 0.0327, 0.0327, 0.0154, 0.0073, 0.0057, 0.0034], [0.8871, 0.0935, 0.0162, 0.001, 0.0008, 0.0004, 0.0002, 0.0001], [0.5366, 0.1974, 0.1197, 0.0566, 0.044, 0.0267, 0.0126, 0.0028], [0.8025, 0.0846, 0.0513, 0.04, 0.0189, 0.002, 0.0002, 0.0002], [0.7807, 0.0823, 0.0823, 0.0389, 0.0068, 0.0025, 0.0019, 0.0012], [0.4494, 0.2726, 0.1653, 0.0224, 0.0224, 0.0174, 0.0136, 0.0039], [0.6425, 0.1434, 0.1117, 0.0249, 0.0249, 0.0151, 0.0151, 0.0056], [0.5908, 0.3583, 0.0485, 0.0019, 0.0003, 0.0001, 0.0001, 0.0], [0.9803, 0.018, 0.0009, 0.0007, 0.0001, 0.0, 0.0, 0.0], [0.9907, 0.0067, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9856, 0.0085, 0.0019, 0.0019, 0.0007, 0.0003, 0.0003, 0.0002], [0.9993, 0.0003, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9761, 0.0084, 0.0084, 0.0066, 0.0002, 0.0001, 0.0001, 0.0001], [0.924, 0.0759, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8147, 0.1818, 0.0012, 0.0012, 0.0005, 0.0005, 0.0001, 0.0], [0.9865, 0.011, 0.0024, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9678, 0.0292, 0.0024, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9498, 0.0473, 0.0024, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.9231, 0.0758, 0.0008, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.8121, 0.1812, 0.0055, 0.0012, 0.0, 0.0, 0.0, 0.0], [0.9654, 0.0292, 0.0039, 0.0015, 0.0, 0.0, 0.0, 0.0], [0.9504, 0.0473, 0.0018, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.8512, 0.1479, 0.0005, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9857, 0.0141, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.939, 0.06, 0.0006, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9182, 0.0587, 0.0131, 0.0043, 0.0012, 0.0008, 0.0007, 0.0007], [0.9383, 0.06, 0.0006, 0.0005, 0.0005, 0.0001, 0.0, 0.0]], "ranks": {"Rust": [28193, 25089, 30754, 34465, 43829, 53810, 31625, 32532, 37346, 27009, 34356, 24897, 32373, 24459, 19214, 12034, 9850, 8845, 8943, 6396, 12695, 22190, 32166, 36386, 39084, 61504, 44056, 21323, 12275, 6109, 994, 565, 318, 162, 176, 151, 188, 265, 246, 287, 251, 152, 140, 193, 69, 50, 82]}}, {"pos": 580, "top": [["</em>", "!-", ".-", "?-", "&-", "*-", "-'", ">-"], ["</em>", "!-", ".-", "-'", "?-", "-;", ">-", "*-"], ["-...", "-;", ";-", "-\u201d", ".-", "\u201d-", "!-", "-+"], ["-...", "-;", "-\u200b", ".-", ">-", "\u200b\u200b\u200b\u200b", ",\u200b", "..--"], ["-...", "--\u201c", ".--", "-\u200b", "--", "\u0964--", "(--", "..--"], ["-\u200b", "--\u201c", "--", "ager", " \u200b", "minimize", " ~\\", "cl"], [",\u200b", "-\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", "-${", "\u200d", ".\u200b\u200b", "--"], ["-\u200b", ",\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", "\u200d", ".\u200b\u200b", "\u2062", " \u200b"], ["\u200b\u200b", "-\u200b", ",\u200b", "\u200b\u200b\u200b\u200b", ".\u200b\u200b", "\u200d", "</em>", " \u200b"], ["</em>", "\u200b\u200b", "-\u200b", "\u200b\u200b\u200b\u200b", ",\u200b", ".\u200b\u200b", "\u200d", " \u200b"], ["</em>", "\u200b\u200b", "-\u200b", "\u200b\u200b\u200b\u200b", "\u200d", ",\u200b", ".\u200b\u200b", "\u2064"], ["</em>", "\u200b\u200b", "-\u200b", ".\u200b\u200b", ",\u200b", "</strong>", "\u200b\u200b\u200b\u200b", "\u200d"], ["</em>", ".\u200b\u200b", "\u200b\u200b", ",\u200b", ".\u200b", "-\u200b", "\u200d", "\u200b"], [".\u200b\u200b", ".\u200b", "\u200b\u200b", ",\u200b", "</em>", "\u200b.", ".[", "\u200b"], ["</em>", ".\u200b\u200b", ".\u200b", "\u200b\u200b", ",\u200b", ".[", ".''", ".\u00bb"], [".\u200b\u200b", ".\u200b", "\u200b\u200b", "</em>", ",\u200b", ".[", "\u200b.", "-\u200b"], [".\u200b\u200b", "\u200b\u200b", ".\u200b", ",\u200b", "\u200b.", "</em>", "-\u200b", "\u200b"], ["IoT", " IoT", " cybersecurity", " workflows", " metaverse", " prototyping", " omnichannel", "\u200b\u200b"], [" prototyping", "IoT", " IoT", " workflows", " metaverse", " cybersecurity", " FPGA", "Software"], ["IoT", " prototyping", " IoT", " workflows", "Software", " FPGA", " cybersecurity", "Digital"], [" workflows", " IoT", " prototyping", "IoT", " FPGA", " workflow", " omnichannel", " metaverse"], [" workflows", " prototyping", " IoT", " workflow", " metaverse", " leveraging", " omnichannel", "IoT"], [" prototyping", " workflows", " IoT", " cybersecurity", "IoT", " metaverse", " FPGA", " omnichannel"], [" prototyping", " workflows", " omnichannel", " leveraging", " cybersecurity", " IoT", " microbiome", " metaverse"], [" prototyping", "IoT", " workflows", " IoT", " FPGA", " cybersecurity", " omnichannel", " microbiome"], ["IoT", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", "Software", " prototyping", " workflows", " funcionalidades", " FPGA", "software"], ["\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", "Software", "IoT", " FPGA", " workflows", " omnichannel", "\u30e2\u30d0\u30a4\u30eb", " funcionalidades"], ["IoT", "Android", "iOS", "Software", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", "smartphone", "\u30e2\u30d0\u30a4\u30eb", "\u30b9\u30de\u30db"], ["Kotlin", "IoT", "iOS", "Android", "Software", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", "software", "Smartphone"], ["Android", "iOS", "Kotlin", " FPGA", "Software", " iOS", " macOS", "IoT"], ["Android", "iOS", " iOS", " Android", "Kotlin", "Software", "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2", " FPGA"], ["Android", "iOS", " iOS", "Kotlin", " Android", " Xamarin", " codebase", "Linux"], ["iOS", "Android", " iOS", " Android", "Kotlin", " macOS", " Xamarin", "Linux"], ["Android", "iOS", " iOS", "Kotlin", " Android", "Linux", "Xamarin", " Xamarin"], ["Android", "iOS", " iOS", "Kotlin", " Android", "Qt", " Xamarin", "Xamarin"], ["Android", " Android", "iOS", " iOS", " desktop", "Desktop", "desktop", "android"], ["Android", " Android", "iOS", " desktop", " iOS", "Desktop", "desktop", " Desktop"], ["Android", " desktop", "Desktop", "iOS", " Android", " iOS", "desktop", " Desktop"], ["Android", " Android", " desktop", "Desktop", "desktop", " Desktop", "iOS", " iOS"], ["Android", " Android", " desktop", " Desktop", "Desktop", "desktop", " iOS", " mobile"], [" Android", "Android", " desktop", " Desktop", "Desktop", "desktop", " mobile", " iOS"], [" desktop", " Desktop", "Desktop", "desktop", " mobile", " Android", "Android", " Mobile"], [" Desktop", " desktop", "Desktop", " Android", " mobile", " Mobile", "desktop", "Android"], [" Desktop", " desktop", "Desktop", "desktop", " Mobile", " mobile", " desktops", "\u684c\u9762"], [" platform", " Platform", "platform", "Platform", " Desktop", " desktop", " Plattform", "desktop"], [" platform", " Platform", "Platform", "platform", " Desktop", " desktop", " compilation", " Plattform"], ["Platform", "platform", " Platform", "Compilation", " platform", "Desktop", "Comp", "Pl"]], "p": [[0.6923, 0.2547, 0.0209, 0.0209, 0.0028, 0.0028, 0.0013, 0.001], [0.5109, 0.3979, 0.0288, 0.0083, 0.0083, 0.0083, 0.0064, 0.0064], [0.204, 0.1801, 0.0851, 0.0751, 0.0585, 0.0516, 0.0455, 0.019], [0.6066, 0.0498, 0.0342, 0.0183, 0.0162, 0.0162, 0.0162, 0.0162], [0.3918, 0.0874, 0.053, 0.0468, 0.0413, 0.0195, 0.0195, 0.0172], [0.124, 0.0853, 0.0752, 0.0664, 0.0456, 0.0355, 0.0355, 0.0216], [0.6905, 0.12, 0.0728, 0.0344, 0.0344, 0.0268, 0.0068, 0.0053], [0.5113, 0.2415, 0.1881, 0.0327, 0.012, 0.012, 0.0005, 0.0005], [0.8153, 0.0859, 0.0669, 0.0192, 0.0091, 0.0026, 0.0003, 0.0002], [0.6599, 0.3117, 0.0155, 0.0073, 0.0044, 0.0004, 0.0002, 0.0002], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9955, 0.0032, 0.0009, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.98, 0.0109, 0.0066, 0.0024, 0.0, 0.0, 0.0, 0.0], [0.9805, 0.018, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.7591, 0.1027, 0.0623, 0.0378, 0.0378, 0.0002, 0.0, 0.0], [0.8164, 0.1822, 0.0007, 0.0007, 0.0, 0.0, 0.0, 0.0], [0.8801, 0.1191, 0.0005, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8747, 0.0718, 0.0264, 0.0264, 0.0003, 0.0002, 0.0001, 0.0], [0.862, 0.1167, 0.0123, 0.0075, 0.0013, 0.0002, 0.0, 0.0], [0.9566, 0.0289, 0.0106, 0.0039, 0.0, 0.0, 0.0, 0.0], [0.9806, 0.018, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.946, 0.0471, 0.0064, 0.0003, 0.0001, 0.0001, 0.0, 0.0], [0.9198, 0.0755, 0.0023, 0.0014, 0.0005, 0.0005, 0.0, 0.0], [0.3171, 0.1923, 0.1498, 0.0909, 0.0624, 0.0551, 0.0429, 0.0203], [0.2347, 0.1109, 0.1109, 0.0863, 0.0762, 0.0672, 0.0462, 0.0408], [0.2867, 0.0931, 0.0725, 0.0388, 0.0342, 0.0342, 0.0302, 0.0302], [0.3078, 0.0778, 0.0687, 0.0687, 0.0606, 0.0472, 0.0417, 0.0417], [0.2625, 0.2044, 0.124, 0.124, 0.0966, 0.019, 0.0148, 0.0131], [0.4487, 0.2721, 0.0688, 0.0607, 0.0287, 0.0223, 0.0197, 0.0197], [0.6131, 0.2896, 0.057, 0.0099, 0.0087, 0.0041, 0.0025, 0.0025], [0.7029, 0.2014, 0.0509, 0.0187, 0.0146, 0.0017, 0.0015, 0.0011], [0.5046, 0.393, 0.0877, 0.0092, 0.0034, 0.0006, 0.0002, 0.0002], [0.767, 0.2198, 0.0066, 0.0052, 0.0012, 0.0001, 0.0001, 0.0], [0.9003, 0.0739, 0.0128, 0.0078, 0.0029, 0.0017, 0.0003, 0.0002], [0.9929, 0.0067, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0009, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9964, 0.0015, 0.0009, 0.0006, 0.0003, 0.0002, 0.0001, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8129, 0.1814, 0.0055, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.5545, 0.4318, 0.013, 0.0004, 0.0001, 0.0001, 0.0, 0.0], [0.7341, 0.2103, 0.0469, 0.0082, 0.0004, 0.0001, 0.0, 0.0], [0.6581, 0.3109, 0.0255, 0.0035, 0.001, 0.0006, 0.0003, 0.0001], [0.7684, 0.2201, 0.011, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.2765, 0.2765, 0.2765, 0.1677, 0.0019, 0.0005, 0.0002, 0.0001], [0.3612, 0.2813, 0.1706, 0.1706, 0.0029, 0.0021, 0.0018, 0.0011], [0.9859, 0.0066, 0.0046, 0.0013, 0.0004, 0.0002, 0.0002, 0.0001]], "ranks": {"Rust": [6156, 6048, 13442, 12342, 16107, 27240, 15743, 13984, 10175, 5964, 9657, 8134, 8800, 8067, 5894, 4365, 19618, 12494, 19137, 13839, 27431, 73840, 73949, 70445, 43383, 36888, 36236, 17877, 1918, 1495, 334, 291, 158, 77, 67, 53, 49, 59, 10, 8, 16, 13, 19, 29, 35, 42, 16]}}, {"pos": 581, "top": [["\u2064", "\u200d", "\u2062", "\u00b7", "[\u2026]", "\\\\", "\u2063", "\u202e"], ["\u200d", "\u2064", "\u00b7", "\u2062", "\\\\", "[\u2026]", "\u202e", "\u2063"], ["\u200d", "\u2064", "\u2062", "\u2063", "\u00b7", "\\\\", "\u200b", "[\u2026]"], ["\u2064", "\u200d", "\u2062", "\u2063", "-\u200b", "\u200b", "\\\\", " \u200d"], ["\u2064", "\u2063", "\u2062", "\u200d", "-\u200b", "[\u2026]", "\u2f24", "\\\\"], ["\u2064", "\u2063", "\u2062", "\u200d", "\u2014", "-\u200b", "\ufffd", " \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646"], ["\u2064", "\u2063", "\u200d", "\u2062", "\ufffd", "-\u200b", "\u200b", "\u2014"], ["\u2064", "\u2063", "\u2062", "\u200d", "\ufffd", "-\u200b", "\u200b", " \u200b"], ["\u2064", "\u2063", "\u2062", "\u200d", "\ufffd", "-\u200b", "\u200b", " \u200b"], ["\u2064", "\u2063", "\u2062", "\ufffd", "\u200d", "-\u200b", "\u2014", " \u2014"], ["\u2064", "\u2063", "\u2062", "\u200d", "\ufffd", "-\u200b", "\ufffd", " \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646"], ["\u2064", "\u2063", "\u2014", "\u2062", "-\u200b", "\u200d", " \u2014", "\u200b"], ["\u2064", "\ufffd", "\u2014", "\u2063", "\u2062", "\u200d", " \u2014", "\u200b"], ["\u2064", "\u2014", "\u200b", "\u200b.", "\u2062", "\ufffd", "\u2063", " \u2014"], ["\u2064", "\u2014", "\ufffd", "\u200b.", "\u200b", "\u2062", " \u2014", "\u2063"], ["\u2064", "\ufffd", "\u2014", "\u2062", "\u200b.", "\u200b", "\u2063", "\ufffd"], ["\u2014", "\u2064", "\ufffd", " \u2014", "\u2062", "\ufffd", "\u2063", "\u200b."], ["\u2014", " \u2014", "[\u2026]", "\u2064", " \u7ee7\u7eed\u8bbf\u95ee", "\u2062", "\u2063", "\u200b."], ["\u2014", " \u2014", "\u2064", "</em>", " IoT", "\u2062", "\u2063", "-\u200b"], ["\u2014", "[\u2026]", " IoT", "\u2064", " macOS", " \u2014", "\u2063", " infrastructure"], [" IoT", " infrastructure", " Infrastructure", " technologies", " macOS", " workflows", " Cybersecurity", " Engineering"], [" IoT", " infrastructure", " workflows", " technologies", " architectures", " Infrastructure", " FPGA", " macOS"], [" IoT", " technologies", " infrastructure", " workflows", " seamlessly", " architectures", " Cybersecurity", "</em>"], [" infrastructure", " workflows", " architectures", " IoT", " technologies", " adaptations", " adaptability", " scalability"], [" workflows", " infrastructure", " adaptability", " adaptations", " FPGA", " Infrastructure", " IoT", " scalability"], [" scalability", " workflows", " adaptability", " Connectivity", " Infrastructure", " optimizations", " Compatibility", " Adaptation"], [" scalability", " adaptability", " Connectivity", " workflows", " Infrastructure", " Compatibility", " robustness", " infrastructure"], [" scalability", " Compatibility", " workflows", " Connectivity", " Infrastructure", " Variability", " robustness", " Workflow"], [" Compatibility", " compatibility", " Consistency", " Connectivity", " scalability", " Variability", " Synchronization", " reproducibility"], [" Compatibility", " compatibility", " scalability", " Consistency", " optimizations", " workflows", " reproducibility", " Synchronization"], [" compatibility", " Compatibility", " scalability", " reproducibility", " macOS", " optimizations", " interfaces", " interoper"], [" compatibility", " Compatibility", " reproducibility", " Synchronization", " synchronization", " scalability", " Consistency", " macOS"], [" compatibility", " Compatibility", " macOS", " synchronization", " reproducibility", " codebase", " Synchronization", " iOS"], [" compatibility", " Compatibility", " synchronization", " reproducibility", " consistency", " homogeneity", " scalability", " portability"], [" compatibility", " Compatibility", " consistency", " Consistency", " homogeneity", " reproducibility", " uniformity", " synchronization"], [" compatibility", " Compatibility", " consistency", " Consistency", " synchronization", " Synchronization", " homogeneity", " incompatibility"], [" compatibility", " Compatibility", " consistency", " Consistency", " synchronization", " Synchronization", " inconsistencies", " homogeneity"], [" compatibility", " Compatibility", " Consistency", " consistency", " reproducibility", " inconsistencies", " portability", " synchronization"], [" compatibility", " Compatibility", " consistency", " Consistency", " portability", " synchronization", " reproducibility", " homogeneity"], [" compatibility", " Compatibility", " portability", " consistency", " Consistency", " homogeneity", " synchronization", " reproducibility"], [" compatibility", " Compatibility", " Consistency", " portability", " consistency", " Synchronization", " synchronization", " reproducibility"], [" Plugin", " plugin", " plugins", " Plugins", " Compatibility", " compatibility", " portability", " Consistency"], [" Plugin", " Compatibility", " compatibility", " plugin", " Consistency", " Plugins", " consistency", " plugins"], [" Consistency", " Compatibility", " Plugin", " compatibility", " consistency", " plugin", " portability", " Plugins"], [" Plugin", " Consistency", " Compatibility", " compatibility", " plugin", " consistency", " Data", " Plugins"], [" Plugin", " Data", " plugin", " Compatibility", " Consistency", " Build", " Integration", " UI"], [" Data", " Plugin", " Consistency", " Compatibility", " Build", " Integration", " UI", " Stability"]], "p": [[0.8224, 0.1429, 0.0319, 0.001, 0.0006, 0.0005, 0.0005, 0.0003], [0.5006, 0.3898, 0.0677, 0.0249, 0.0151, 0.001, 0.0003, 0.0002], [0.8887, 0.0937, 0.0163, 0.0008, 0.0005, 0.0001, 0.0, 0.0], [0.95, 0.0287, 0.0174, 0.0039, 0.0, 0.0, 0.0, 0.0], [0.9832, 0.0109, 0.004, 0.0015, 0.0003, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8204, 0.111, 0.0673, 0.0012, 0.0, 0.0, 0.0, 0.0], [0.9872, 0.011, 0.0009, 0.0009, 0.0, 0.0, 0.0, 0.0], [0.9814, 0.018, 0.0005, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9955, 0.0025, 0.0015, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9987, 0.0009, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9675, 0.0177, 0.0084, 0.0051, 0.0007, 0.0004, 0.0001, 0.0001], [0.7109, 0.0962, 0.0749, 0.0354, 0.0276, 0.0215, 0.0167, 0.0062], [0.5577, 0.1245, 0.0969, 0.0755, 0.0357, 0.0278, 0.0216, 0.0131], [0.4176, 0.1972, 0.0726, 0.0726, 0.0726, 0.044, 0.044, 0.0162], [0.8076, 0.0516, 0.0402, 0.0313, 0.0244, 0.019, 0.009, 0.007], [0.8531, 0.1155, 0.0095, 0.0074, 0.0045, 0.0027, 0.0027, 0.0016], [0.8894, 0.073, 0.0209, 0.0127, 0.0022, 0.0005, 0.0004, 0.0003], [0.8482, 0.0696, 0.0542, 0.0121, 0.0057, 0.0027, 0.0027, 0.0008], [0.4738, 0.1743, 0.1743, 0.0499, 0.0389, 0.0303, 0.0184, 0.0087], [0.6216, 0.2287, 0.051, 0.0397, 0.0146, 0.0069, 0.0069, 0.0054], [0.5104, 0.3096, 0.0691, 0.0691, 0.0093, 0.0093, 0.0027, 0.0021], [0.5845, 0.1675, 0.1304, 0.0616, 0.0176, 0.0107, 0.0065, 0.0024], [0.5464, 0.1566, 0.1219, 0.0449, 0.0349, 0.0212, 0.0212, 0.0165], [0.768, 0.1039, 0.063, 0.0382, 0.0052, 0.0052, 0.0052, 0.0031], [0.4778, 0.4778, 0.0392, 0.0032, 0.0004, 0.0004, 0.0003, 0.0003], [0.8242, 0.1115, 0.041, 0.0151, 0.0034, 0.002, 0.0012, 0.0005], [0.6192, 0.2278, 0.1382, 0.0113, 0.0009, 0.0006, 0.0006, 0.0003], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6643, 0.2444, 0.0899, 0.0006, 0.0004, 0.0001, 0.0001, 0.0], [0.8799, 0.1191, 0.0008, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.6224, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8146, 0.1818, 0.0033, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9467, 0.0471, 0.0039, 0.0023, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6942, 0.1549, 0.0939, 0.057, 0.0, 0.0, 0.0, 0.0], [0.8895, 0.073, 0.0269, 0.0099, 0.0004, 0.0002, 0.0, 0.0], [0.965, 0.0291, 0.0031, 0.0024, 0.0004, 0.0, 0.0, 0.0], [0.5961, 0.3615, 0.0231, 0.014, 0.0052, 0.0001, 0.0, 0.0], [0.976, 0.023, 0.0004, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.7509, 0.1305, 0.048, 0.048, 0.0138, 0.0031, 0.0024, 0.0014], [0.3865, 0.301, 0.1826, 0.0862, 0.0317, 0.0071, 0.0016, 0.0012], [0.5473, 0.1568, 0.1568, 0.0577, 0.0449, 0.0212, 0.0042, 0.0029], [0.7265, 0.1114, 0.0526, 0.0362, 0.0194, 0.0133, 0.0063, 0.0055], [0.6144, 0.3288, 0.0186, 0.0113, 0.0113, 0.0068, 0.0015, 0.0008]], "ranks": {"Rust": [8410, 8239, 12546, 15845, 17175, 27225, 18514, 22690, 26483, 17151, 24525, 17517, 12680, 10260, 10047, 10178, 8704, 7133, 8793, 10913, 8940, 10564, 14443, 11046, 11001, 20515, 19237, 11328, 9738, 5873, 2965, 1993, 1737, 1245, 1082, 1067, 889, 740, 617, 606, 457, 406, 353, 369, 179, 104, 90]}}, {"pos": 582, "top": [["\"", " _", "!\".", " \"+", " \"_", " Plugin", " \".", " \"["], ["\"", "!\".", " \"+", " \"[", "\"..", " _", " Plugin", "\","], [" _", "\"", " \"+", "!\".", " \"_", " \"[", " \".", " \""], [" _", " \"+", "\"", " \"[", " \"_", " \".", " \",", " \""], [" _", "\"", " \"+", " \"[", " \".", " \"_", " \"", " \","], [" _", "\"", " \"+", " \"[", " \",", " \"_", " \"", " \"."], [" _", "\"", " \"+", " Plugin", " \",", " \"", " \"[", " \"."], [" _", " Plugin", " \"+", " \",", " \"[", " \"", "\"", " \"."], [" _", " Plugin", "\"", " \"", " \"[", " \"+", " \".", " \","], [" _", "\"", " Plugin", " \"", " \",", " \"+", "</em>", " \"["], ["</em>", " _", "\"", " Plugin", " \",", " \"", " \".", " \"+"], [" _", "</em>", "\"", " \"", " \",", " Plugin", " \".", " \"+"], [" _", "</em>", "\"", " \"", " \",", " Plugin", " \".", " \"+"], [" _", "\"", "</em>", " \"", " Plugin", " \",", " \".", "\","], [" _", "\"", "</em>", " \"", " \",", " \".", "\",", " Plugin"], ["\"", "</em>", " _", " \"", "\".", "!\"", "!\".", "\","], ["</em>", "\"", "!\"", "!\".", " _", " Plugin", " !\"", "\"."], ["\"", "</em>", "\".", "!\".", "!\"", " _", " \".", "\","], ["</em>", " Plugin", " Plugins", "\"", " _", " Software", "!\".", " \","], [" Plugin", " Plugins", "</em>", " Software", " Firmware", " Gameplay", "\"", "!\"."], [" Plugin", " Plugins", "!\".", " Software", " Firmware", "</em>", " Gameplay", " plugins"], [" Plugin", " Plugins", " Software", " plugins", " workflows", "!\".", "</em>", " Firmware"], ["</em>", " Software", "!\".", " software", "!\"", " Plugin", " workflows", " Plugins"], [" workflows", " functionality", " leveraging", " functionalities", " Plugins", " plugins", " interfaces", " workflow"], [" workflows", " functionality", " interfaces", " workflow", " functionalities", " interaction", " leveraging", " integration"], [" workflows", " Workflow", " functionality", " workflow", " workaround", " Plugins", " Leveraging", " functionalities"], [" workflows", " interfaces", " functionality", " Compatibility", " compatibility", " Workflow", " integration", " Integration"], [" workflows", " Compatibility", " Workflow", " compatibility", " Plugin", " Integration", " integration", " functionality"], [" Compatibility", " compatibility", " workflows", " Workflow", " Integration", " Connectivity", " Plugin", " integration"], [" compatibility", " Compatibility", " workflows", " interfaces", " interoper", " Workflow", " integration", " Integration"], [" compatibility", " Compatibility", " interfaces", " interoper", " Plugin", " workflows", " integration", " interfacing"], [" compatibility", " Compatibility", " interfaces", " Plugin", " interoper", " Interfaces", " interfacing", " Interface"], [" compatibility", " interfaces", " Compatibility", " interfacing", " Interfaces", " interface", " Interface", " Plugin"], [" compatibility", " Compatibility", " integration", " interfaces", " interfacing", " integrations", " Integration", " interoper"], [" compatibility", " Compatibility", " interfaces", " integration", " interfacing", " Integration", " interface", " Plugin"], [" compatibility", " Compatibility", " integration", " Plugin", "compatibility", " incompatibility", " interfaces", " interoper"], [" compatibility", " Compatibility", "compatibility", " integration", "Compatibility", " incompatibility", " Plugin", " interoper"], [" compatibility", " Compatibility", " Plugin", "compatibility", " integration", "Compatibility", " interfaces", " Integration"], [" compatibility", " Compatibility", " integration", " interoper", " interfaces", " interface", " Integration", "compatibility"], [" compatibility", " Compatibility", " integration", " interoper", " interfaces", " interface", " portability", " Integration"], [" compatibility", " Compatibility", " integration", " Integration", " interoper", " portability", " interface", " interfaces"], [" compatibility", " Compatibility", " integration", " Integration", " portability", " interface", " interoper", " Interface"], [" compatibility", " Compatibility", " integration", " Integration", " Loading", " portability", " interface", " interoper"], [" compatibility", " Compatibility", " Integration", " integration", " Loading", " API", " Interface", " portability"], [" compatibility", " Compatibility", " Integration", " integration", " Loading", " ABI", " interoper", " Interface"], [" Compatibility", " Integration", " compatibility", " ABI", " integration", " Loading", " Binary", " API"], [" Integration", " Compatibility", " Loading", " ABI", " Inter", " Binary", " Interface", " Interaction"]], "p": [[0.9423, 0.0285, 0.0173, 0.0105, 0.0005, 0.0003, 0.0001, 0.0001], [0.9175, 0.0753, 0.0062, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001], [0.4184, 0.3258, 0.2538, 0.0008, 0.0006, 0.0002, 0.0001, 0.0001], [0.8348, 0.1451, 0.0153, 0.0027, 0.0016, 0.0003, 0.0002, 0.0001], [0.9562, 0.0371, 0.005, 0.0007, 0.0004, 0.0003, 0.0002, 0.0001], [0.9772, 0.0139, 0.0066, 0.0015, 0.0003, 0.0002, 0.0002, 0.0002], [0.6539, 0.1459, 0.0689, 0.0418, 0.0326, 0.0197, 0.0197, 0.0154], [0.4895, 0.3812, 0.0402, 0.0313, 0.019, 0.019, 0.0115, 0.007], [0.7339, 0.2103, 0.0285, 0.0134, 0.0039, 0.003, 0.003, 0.003], [0.9825, 0.0109, 0.0052, 0.0012, 0.0001, 0.0001, 0.0, 0.0], [0.729, 0.2682, 0.0023, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8161, 0.1418, 0.0406, 0.0006, 0.0004, 0.0002, 0.0001, 0.0001], [0.773, 0.1725, 0.0494, 0.0032, 0.0007, 0.0007, 0.0003, 0.0001], [0.7492, 0.2146, 0.029, 0.0027, 0.001, 0.001, 0.0006, 0.0005], [0.6031, 0.2849, 0.1048, 0.0025, 0.0015, 0.0007, 0.0007, 0.0005], [0.8534, 0.07, 0.07, 0.0019, 0.0015, 0.0009, 0.0006, 0.0006], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7887, 0.176, 0.0185, 0.0053, 0.0041, 0.0025, 0.0025, 0.0012], [0.9924, 0.0067, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7361, 0.1642, 0.0996, 0.0, 0.0, 0.0, 0.0, 0.0], [0.704, 0.259, 0.0351, 0.0011, 0.0002, 0.0002, 0.0001, 0.0001], [0.6617, 0.3126, 0.0156, 0.0045, 0.0035, 0.001, 0.0004, 0.0003], [0.8438, 0.042, 0.042, 0.0136, 0.012, 0.0106, 0.0094, 0.0064], [0.7236, 0.1257, 0.0281, 0.0281, 0.017, 0.0133, 0.0103, 0.0091], [0.6291, 0.1802, 0.0313, 0.0313, 0.0244, 0.0244, 0.0115, 0.0115], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9756, 0.0108, 0.0108, 0.0015, 0.0009, 0.0002, 0.0001, 0.0], [0.9777, 0.0179, 0.004, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.8665, 0.1173, 0.0159, 0.0002, 0.0002, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9184, 0.0754, 0.0062, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8129, 0.1814, 0.0055, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9945, 0.0052, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9759, 0.023, 0.0009, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.8786, 0.1189, 0.0013, 0.0006, 0.0002, 0.0001, 0.0001, 0.0001], [0.7649, 0.2192, 0.0066, 0.0031, 0.0031, 0.0009, 0.0005, 0.0004], [0.5243, 0.4083, 0.0488, 0.0096, 0.0031, 0.0021, 0.0008, 0.0005], [0.4399, 0.3023, 0.0866, 0.0866, 0.0171, 0.0151, 0.0071, 0.0055], [0.8545, 0.0795, 0.0157, 0.0122, 0.0074, 0.0065, 0.0051, 0.0035]], "ranks": {"Rust": [17418, 15963, 26172, 25153, 28788, 33275, 16215, 14348, 10256, 11579, 13490, 9731, 11052, 9514, 11971, 13106, 13230, 14005, 21497, 21415, 25395, 32919, 24192, 27213, 26106, 48603, 36863, 29245, 22568, 10293, 4208, 1926, 1907, 1257, 811, 816, 1152, 1166, 954, 853, 864, 806, 546, 637, 421, 367, 487]}}, {"pos": 583, "top": [[" \u200e", " \u2033", "\u301d", " [`", " [/", " \u2015", " \u00ac", "\uff63"], [" \u2033", " \u200e", "\u301d", " [`", " [/", "\uff63", " \u00ac", " [*"], [" \u2033", " \u200e", " \u00b6", " \u00a8", " \u25c7", " [*", " \u2223", "\u301d"], [" \u200e", " [*", " \u2033", " ~~", " [/", " \u00b6", " \u00ac", "](/"], [" \u200e", " \u00ac", " [/", " [*", " ~~", " \u2033", " [`", "](/"], ["\u301d", " \u200e", " \u2033", " \u2015", " \u2223", " \u00ac", "\u301e", " [`"], [" \u200e", "\u301d", " \u2033", " \u2015", " \u2223", "\u301e", "\u202e", " [/"], [" \u200e", "\u301d", " \u2033", " \u2015", "\u301e", "](/", " [/", " \u300b"], [" \u200e", "\u301d", " \u2015", " \u2033", "\u301e", " \u2018\u2018", "\u202e", "\uff63"], [" \u200e", " [/", " \u2014", "\u301d", " \u300b", " \u2033", "](/", "\u202e"], ["</s>", " [/", " \u300b", "\u301d", "\uff63", " \u200e", " '''", "](/"], ["</s>", "](/", " \u2014", " [*", " [/", " \u300b", " \u200e", " [["], [" \u2014", " \u300b", "](/", " [/", " [*", " \u200e", " [[", "</s>"], [" \u2014", " [[", "](/", " \u200e", " \u300b", ",\u200e", " [*", " '''"], [" [[", "](/", " [*", ",\u200e", " \u200e", " \u2014", " [/", "</s>"], [" \u2014", ",\u200e", "](/", " \u200e", " [*", " \u2223", " \u2015", " [["], [" [*", " [\u00a7", " [[", "[^", "[*", " ([[", " [`", " (["], [" [\u00a7", " [*", "</s>", " [/", " [`", " [\\", " \u2014", " [["], [" [\u00a7", "</s>", " [*", " [/", " [`", " \u00b6", " \u300b", " [\\"], [" [\u00a7", "</s>", " [*", " [/", " \u00b6", " [\\", " \u2014\u00bf", " \u2014"], [" [\u00a7", "</s>", " [*", "[*", " [`", " transcoding", " \u00b6", "[*]"], [" [\u00a7", " transcoding", " workflows", " `--", " calibrations", " `/", " (`", " configurable"], [" interoper", " transcoding", " workflows", " configurable", " FPGA", " firmware", " `--", " calibrations"], [" workflows", " interoper", " prototyping", " transcoding", " configurable", " workaround", " workflow", " interfacing"], [" workflows", " prototyping", " constraints", " workaround", " workflow", " interoper", " tradeoffs", " compatibility"], [" workflows", " workaround", " prototyping", " workflow", " Workflow", " constraints", " scalability", " transcoding"], [" workflows", " workaround", " Workflow", " scalability", " transcoding", " constraints", " Constraints", " prototyping"], [" Compatibility", " Workflow", " workflows", "`/", " Constraints", " scalability", "/[", " workaround"], [" Compatibility", "`/", "/[", " Workflow", " compatibility", " scalability", " workflows", "()/"], [" Compatibility", " compatibility", " Workflow", " workflows", " Consistency", "`/", " scalability", "/["], [" Compatibility", " compatibility", " incompatibility", " incompat", " interoper", " Compatible", "Compatibility", " compatible"], [" Compatibility", " compatibility", " incompatibility", " interfaces", "`/", " Interfaces", " Interface", " interoper"], [" Compatibility", " compatibility", " incompatibility", " interfaces", " Consistency", "`/", " Interfaces", " Interface"], [" compatibility", " Compatibility", " incompatibility", " stability", " Consistency", " consistency", " Stability", "Compatibility"], [" stability", " Stability", " compatibility", " Compatibility", " incompatibility", " Consistency", "Stability", " \u0441\u0442\u0430\u0431\u0438"], [" compatibility", " Compatibility", " stability", " incompatibility", " Stability", "compatibility", "Compatibility", " consistency"], [" compatibility", " Compatibility", " stability", " Stability", " incompatibility", " consistency", "compatibility", " Consistency"], [" compatibility", " Compatibility", " stability", " Stability", " consistency", " Consistency", " incompatibility", "Stability"], [" stability", " compatibility", " Stability", " Compatibility", "Stability", " stabilization", "\u7a33\u5b9a\u6027", " consistency"], [" compatibility", " stability", " Stability", " Compatibility", "Stability", "\u7a33\u5b9a\u6027", " incompatibility", " consistency"], [" stability", " Stability", " compatibility", " Compatibility", "Stability", " instability", "\u7a33\u5b9a\u6027", " incompatibility"], [" stability", " Stability", " compatibility", " Compatibility", "Stability", " instability", " Stabilization", " stabilization"], [" Stability", " stability", " compatibility", " Compatibility", "Stability", " Stabilization", " Consistency", " instability"], [" Stability", " stability", " Compatibility", " compatibility", "Stability", " Stabilization", " Consistency", " instability"], [" Stability", " stability", " Compatibility", " compatibility", "Stability", " Consistency", " Stabilization", " instability"], [" Stability", " stability", " Compatibility", " compatibility", " Consistency", "/", " Stabilization", "Stability"], [" Stability", " Compatibility", " Consistency", "/", " stability", ":**", " Stabilization", " &"]], "p": [[0.6056, 0.3673, 0.0183, 0.0041, 0.0015, 0.0015, 0.0009, 0.0002], [0.7182, 0.2642, 0.0132, 0.0018, 0.0007, 0.0004, 0.0004, 0.0004], [0.99, 0.0067, 0.0015, 0.0009, 0.0002, 0.0002, 0.0002, 0.0001], [0.9024, 0.0449, 0.0273, 0.01, 0.0061, 0.0061, 0.0014, 0.0008], [0.7465, 0.101, 0.0613, 0.0372, 0.0225, 0.0225, 0.0031, 0.0019], [0.5605, 0.34, 0.0759, 0.0103, 0.0062, 0.0038, 0.0023, 0.0005], [0.9901, 0.0067, 0.0025, 0.0005, 0.0001, 0.0001, 0.0, 0.0], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4766, 0.4766, 0.0391, 0.0053, 0.0012, 0.0003, 0.0003, 0.0003], [0.6517, 0.1454, 0.0882, 0.0324, 0.0324, 0.0197, 0.0119, 0.0072], [0.6044, 0.3666, 0.0111, 0.0067, 0.0041, 0.0041, 0.0015, 0.0009], [0.6938, 0.1548, 0.0939, 0.021, 0.021, 0.0077, 0.0028, 0.0028], [0.3984, 0.3984, 0.0889, 0.0539, 0.0327, 0.012, 0.012, 0.0027], [0.9274, 0.028, 0.028, 0.0103, 0.0038, 0.0014, 0.0005, 0.0002], [0.9168, 0.0456, 0.0168, 0.0062, 0.0062, 0.0062, 0.0008, 0.0005], [0.8865, 0.0441, 0.0441, 0.0162, 0.0036, 0.0036, 0.0005, 0.0005], [0.4273, 0.4273, 0.0742, 0.0351, 0.0166, 0.01, 0.0047, 0.0011], [0.6494, 0.3068, 0.0119, 0.0119, 0.0093, 0.0027, 0.0016, 0.0016], [0.8563, 0.0902, 0.0332, 0.0074, 0.0035, 0.0027, 0.0013, 0.0008], [0.9768, 0.0179, 0.0031, 0.0005, 0.0004, 0.0003, 0.0002, 0.0002], [0.9875, 0.0067, 0.004, 0.0005, 0.0002, 0.0002, 0.0001, 0.0001], [0.9274, 0.0593, 0.0062, 0.003, 0.0014, 0.0011, 0.0004, 0.0003], [0.7648, 0.1707, 0.0628, 0.0007, 0.0004, 0.0002, 0.0002, 0.0001], [0.9969, 0.0015, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8965, 0.0348, 0.0271, 0.0211, 0.0078, 0.006, 0.0017, 0.0008], [0.8781, 0.1188, 0.0022, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001], [0.7018, 0.2582, 0.0349, 0.0029, 0.0011, 0.0006, 0.0002, 0.0001], [0.5861, 0.3555, 0.0481, 0.0039, 0.0024, 0.0015, 0.0015, 0.0005], [0.9977, 0.0009, 0.0009, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7597, 0.1695, 0.0624, 0.0084, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9819, 0.018, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9711, 0.0178, 0.0108, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9031, 0.0741, 0.0212, 0.0014, 0.0001, 0.0, 0.0, 0.0], [0.4948, 0.4948, 0.0071, 0.0033, 0.0, 0.0, 0.0, 0.0], [0.6193, 0.2278, 0.1382, 0.0146, 0.0002, 0.0, 0.0, 0.0], [0.5522, 0.3349, 0.096, 0.0167, 0.0001, 0.0001, 0.0, 0.0], [0.7524, 0.2156, 0.0177, 0.0138, 0.0003, 0.0002, 0.0, 0.0], [0.8723, 0.1181, 0.0046, 0.0046, 0.0004, 0.0001, 0.0, 0.0], [0.8763, 0.0924, 0.0206, 0.0097, 0.0003, 0.0003, 0.0002, 0.0001], [0.8572, 0.0797, 0.0484, 0.0074, 0.0024, 0.0019, 0.0011, 0.0005], [0.9576, 0.0255, 0.0083, 0.0039, 0.0014, 0.0011, 0.0011, 0.0003]], "ranks": {"Rust": [209394, 190072, 195302, 229241, 215086, 214987, 175302, 179613, 163778, 136221, 152540, 91670, 104923, 55000, 41136, 46164, 49069, 37928, 52555, 37258, 49297, 41135, 30739, 25671, 24890, 25912, 22987, 22405, 15200, 9177, 8141, 3392, 3228, 2328, 3124, 3129, 2569, 2597, 2518, 2597, 1937, 1729, 1172, 1463, 678, 580, 585]}}, {"pos": 584, "top": [["$[", "Robust", "${", "[\u2026]", " $[", "$.\\\\", "Governance", "[{\\"], ["$[", "${", "[{\\", "Robust", " $[", " ([[", "[[", "}["], ["[{\\", "$[", " $[", "Robust", "{\\", " ([[", "[{", "[\u2026]"], ["[{\\", "$[", " $[", "{\\", "[^", " ([[", " ({\\", "\\\\"], ["[{\\", "$[", "{\\", "**", " $[", " ([[", "\\\\", " ({\\"], ["{\\", " {\\", " ({\\", "[{\\", " ([[", "$[", " `$", " $["], [" {\\", " ([[", " ({\\", "{\\", "[{\\", " $[", "[*][[", "\\*"], [" {\\", " ([[", " ({\\", "{\\", " $[", "[{\\", "\\*", " Governance"], [" ([[", "[{\\", " {\\", "{\\", " ({\\", ".[", ".*\\", " Governance"], [" ([[", ".[", "[{\\", " {\\", " ({\\", "</b>", "[*][[", "](../"], ["</i>", "</b>", "</code>", " (`", " {\\", " $[", " ({\\", "[{\\"], ["</b>", "</code>", "</i>", ".**", " (~", ".`);", " (`", "**"], ["</code>", "</b>", ".**", "</i>", " (`", ".`);", "`.", "**."], [".**", "**.", "`.", "</code>", ".\\", ".`", "**", "</b>"], [".**", ".[", ".`", "`.", "</code>", ".\\", ".*/", ".`);"], [".**", "**.", "</code>", "`.", ".`", ".\\", "**", "</b>"], ["</b>", ".**", "</code>", " (~", " (`", ".`);", ".*/", ".["], ["</code>", "</b>", " (`", "</i>", ".**", "`.", ".*/", " */"], ["</code>", "</i>", "</b>", " (`", " */", ".**", "`.", "</h4>"], ["</code>", "</i>", "</b>", ".**", "</h4>", "**.", "</td>", " */"], ["</code>", ".**", "</b>", "**.", "**:", "</i>", " Complexity", " workflows"], [" workflows", " iterative", "</code>", " firmware", " prototyping", " iteratively", " conceptually", ".**"], ["</code>", " conceptually", " workflows", ".**", " iterative", " iteratively", "`.", "**."], [" workflows", "</code>", " leveraging", " prototyping", "**.", " instabilities", ".**", " evolving"], [" workflows", "**.", " leveraging", ".**", " instability", " instabilities", " prototyping", " evolving"], ["**:", " workflows", " Requires", " leveraging", ".**", " Stability", " prototyping", " Workflow"], ["**:", " (`", ":**", "**.", " Workflow", ".**", " Leveraging", " workflows"], ["**:", ":**", " (`", ".**", "`:", " (\u201c", "**.", " (~"], [":**", "**:", " (`", "`:", " (\u201c", ".*/", " (~", ".**"], [":**", "**:", "`:", " (`", "():", " ():", "*:", ":`"], [":**", "**:", "`:", " (`", "():", " ():", "*:", ":`"], [":**", "**:", "`:", "():", "*:", ":*", "':", ":`"], [":**", "**:", "`:", "*:", ":*", "():", ":[/", ":`"], [":**", "**:", "`:", ":*", "*:", "():", ":[/", ":`"], [":**", "**:", "`:", ":*", "*:", "():", "':", " Stability"], [":**", "**:", ":*", "*:", " Stability", "`:", "():", "Stability"], [":**", "**:", ":*", "*:", "`:", "():", " Stability", "):"], [":**", "**:", ":*", "*:", "`:", "():", "):", " Stability"], [":**", "**:", ":*", "*:", "`:", ":", "():", "):"], [":**", "**:", ":*", "*:", "):", "`:", "():", "':"], [":**", "**:", " (", ":*", "):", "*:", ":", " ():"], [":**", "**:", " (", ":*", ":", "*:", "):", "':"], [":**", " (", "**:", ":", ":*", "*:", "):", " :"], [":**", " (", "**:", ":*", ":", "*:", " :", "\":"], [":**", "**:", " (", ":*", " :", ":", "*:", ":`"], [":**", "**:", "**", " (", ".**", ":", "**.", " :"], [":**", "**:", "**", " (", ".**", " &", ":", "/"]], "p": [[0.9026, 0.0241, 0.0212, 0.01, 0.01, 0.0061, 0.0033, 0.002], [0.7286, 0.0528, 0.0528, 0.0411, 0.0171, 0.0151, 0.0104, 0.0081], [0.4663, 0.2496, 0.0491, 0.0383, 0.0298, 0.0232, 0.0205, 0.0181], [0.389, 0.2674, 0.1263, 0.041, 0.0362, 0.0319, 0.0133, 0.0117], [0.2833, 0.2833, 0.1516, 0.0558, 0.0558, 0.0383, 0.0338, 0.0181], [0.6666, 0.191, 0.0703, 0.0547, 0.0035, 0.0035, 0.0021, 0.0021], [0.7091, 0.1582, 0.0453, 0.0353, 0.0275, 0.0214, 0.0011, 0.0006], [0.859, 0.0905, 0.0259, 0.0095, 0.0095, 0.0045, 0.0004, 0.0002], [0.5174, 0.1482, 0.1155, 0.0899, 0.0331, 0.0258, 0.0156, 0.0156], [0.8533, 0.0545, 0.0258, 0.0201, 0.0122, 0.0074, 0.0057, 0.0057], [0.8291, 0.1441, 0.0195, 0.0044, 0.0021, 0.0005, 0.0002, 0.0001], [0.9912, 0.0052, 0.0025, 0.0012, 0.0, 0.0, 0.0, 0.0], [0.75, 0.1303, 0.0616, 0.0226, 0.0226, 0.0065, 0.0039, 0.0011], [0.9722, 0.0108, 0.0051, 0.004, 0.0031, 0.0019, 0.0009, 0.0009], [0.904, 0.0351, 0.0166, 0.0166, 0.0078, 0.0061, 0.0047, 0.0029], [0.9902, 0.0019, 0.0019, 0.0015, 0.0015, 0.0015, 0.0004, 0.0004], [0.8155, 0.0669, 0.0406, 0.0406, 0.0192, 0.0149, 0.0006, 0.0006], [0.9516, 0.0369, 0.0064, 0.0018, 0.0018, 0.0005, 0.0002, 0.0002], [0.9974, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9469, 0.0471, 0.0039, 0.0018, 0.0001, 0.0001, 0.0, 0.0], [0.4461, 0.3474, 0.0995, 0.0366, 0.0135, 0.0135, 0.0135, 0.0105], [0.941, 0.0134, 0.0105, 0.0105, 0.0063, 0.0049, 0.003, 0.0023], [0.6081, 0.1742, 0.0641, 0.0499, 0.0111, 0.0111, 0.0087, 0.0068], [0.4482, 0.1, 0.0883, 0.0779, 0.0368, 0.0325, 0.0253, 0.0153], [0.272, 0.2118, 0.1001, 0.1001, 0.0607, 0.0473, 0.0368, 0.0368], [0.8078, 0.1404, 0.0402, 0.007, 0.0016, 0.0012, 0.0007, 0.0003], [0.8793, 0.119, 0.0008, 0.0005, 0.0002, 0.0001, 0.0001, 0.0], [0.7142, 0.2627, 0.0216, 0.0011, 0.0004, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0019, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9966, 0.0032, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9957, 0.0041, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.988, 0.011, 0.0003, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.9773, 0.0179, 0.0024, 0.0005, 0.0004, 0.0002, 0.0002, 0.0002], [0.9212, 0.052, 0.0191, 0.0048, 0.0007, 0.0005, 0.0003, 0.0002], [0.9398, 0.0468, 0.0092, 0.0023, 0.0006, 0.0005, 0.0002, 0.0001], [0.9844, 0.0075, 0.0066, 0.0005, 0.0004, 0.0003, 0.0001, 0.0], [0.9939, 0.0059, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9992, 0.0004, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0]], "ranks": {"Rust": [11284, 10393, 18214, 21804, 23533, 46642, 44026, 52810, 34120, 35152, 35011, 19523, 23704, 17913, 22124, 23048, 22558, 18081, 21362, 17738, 18452, 27946, 25985, 18220, 21301, 24563, 29100, 20510, 10847, 16720, 16244, 14118, 16580, 10386, 7339, 3932, 3336, 4034, 3186, 3126, 1923, 1089, 623, 715, 368, 372, 328]}}, {"pos": 585, "top": [[":**", " (**", " **", ":`", " `--", " `:", ".**", " \"**"], [":**", " (**", " **", ":`", " `--", " `:", "(**", " (`"], [":**", " (**", " **", "(**", " \"**", ".**", " `--", ":`"], [" (**", " **", " `--", " (`", ":**", " `:", "(**", " \"**"], [" (**", " **", ":**", " `--", " \"**", " (`", " `:", "(**"], [" (**", " **", " `--", " (`", ":**", " ``", " \"**", " `:"], [" (**", ":**", " (`", " **", " `--", ":`", ":[", " `:"], [" (**", " (`", " **", ":**", " ``", " `--", " `:", " (\\\""], [" (**", " (`", ":**", " **", " ``", " `--", ":`", " `:"], [" (**", " (`", " **", " `--", ":**", " ``", " \u2015", " `:"], [" (`", " (**", ":**", ":`", " `--", " `:", " **", " \u2015"], [" (`", ",", " (**", ":**", ",\\", ":\\", ":`", " `:"], [",", " (`", ":**", " (**", " `--", " ``", " **", ":`"], [",", " (`", ":**", ":`", ":", " `:", ":\\", ",\\"], [",", ":**", " **", " (`", ":", " (**", ".", ":\\"], [",", ".", ":", ":**", " (`", ":`", ":\\", " (**"], [" (`", ",", " (\"", " leveraging", " (", " potentially", " `--", " (\u201c"], [" (`", ",", " potentially", " increasingly", " leveraging", " (**", " (", " **"], [" leveraging", " \u2026", " (`", " increasingly", "\u2026", " Leveraging", " potentially", " ("], [" leveraging", " Leveraging", " increasingly", " leveraged", " evolving", " fundamentally", " foundational", " conceptually"], [" leveraging", " leveraged", " increasingly", " Leveraging", " potentially", " focused", " evolving", " challenges"], [" leveraging", " increasingly", " potentially", " evolving", " leveraged", " instability", " ensuring", " interoper"], [" potentially", " leveraging", " increasingly", " potential", " troubleshooting", " unpredictable", " challenges", " evolving"], [" leveraging", " potentially", " transitioning", " impacting", " impactful", " leverages", " prioritizing", " unpredictable"], [" leveraging", " potentially", " increasingly", " transitioning", " leverages", " attempting", " impacting", " prioritizing"], [" leveraging", " transitioning", " potentially", " prioritizing", " needing", " attempting", " troubleshooting", " inconsistencies"], [" leveraging", " Ensuring", " ensuring", " transitioning", " potentially", " requiring", " needing", " prioritizing"], [" Ensuring", " leveraging", " ensuring", " Trying", " transitioning", " Leveraging", " Maintaining", " iterating"], [" Ensuring", " Maintaining", " Trying", " ensuring", " Regardless", " Assuming", " Creating", " Leveraging"], [" Ensuring", " Maintaining", " ensuring", " Trying", " Creating", " Regardless", " iterating", " Implementing"], [" Ensuring", " Maintaining", " ensuring", " Trying", " attempting", " maintaining", " guaranteeing", " Creating"], [" Ensuring", " Maintaining", " Trying", " ensuring", " iterating", " Regardless", " Creating", " guaranteeing"], [" Ensuring", " Maintaining", " ensuring", " Trying", " iterating", " Achieving", " achieving", " Creating"], [" Ensuring", " Maintaining", " ensuring", " maintaining", "Maintaining", " Creating", " guaranteeing", " achieving"], [" Maintaining", " Ensuring", " Achieving", " maintaining", " achieving", " ensuring", "Maintaining", " Creating"], [" Maintaining", " Ensuring", " maintaining", " Achieving", " ensuring", " achieving", "Maintaining", " guaranteeing"], [" Maintaining", " Ensuring", " maintaining", "Maintaining", " Achieving", " ensuring", " achieving", " Creating"], [" Maintaining", " Ensuring", " Achieving", " maintaining", "Maintaining", " ensuring", " achieving", " Creating"], [" Maintaining", " Ensuring", " maintaining", "Maintaining", " Achieving", " ensuring", " achieving", " Creating"], [" Maintaining", " Ensuring", " maintaining", "Maintaining", " Achieving", " ensuring", " achieving", " Creating"], [" Maintaining", " Ensuring", " maintaining", " Achieving", "Maintaining", " ensuring", " achieving", " Keeping"], [" Maintaining", " Ensuring", " maintaining", " Achieving", "Maintaining", " ensuring", " Creating", " Keeping"], [" Maintaining", " Ensuring", " maintaining", " Achieving", "Maintaining", " ensuring", " Keeping", " Creating"], [" Maintaining", " Ensuring", " maintaining", " Achieving", " ensuring", " Getting", "Maintaining", " achieving"], [" Maintaining", " Ensuring", " Achieving", " maintaining", " Getting", " ensuring", " Keeping", " achieving"], [" Maintaining", " Ensuring", " Achieving", " ensuring", " maintaining", " Getting", " Keeping", " achieving"], [" Ensuring", " Maintaining", " Achieving", " Getting", " Different", " Even", " Keeping", " Creating"]], "p": [[1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9888, 0.011, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5841, 0.3543, 0.0616, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9234, 0.0758, 0.0008, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7309, 0.2689, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8171, 0.1823, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9954, 0.0041, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.709, 0.1582, 0.0747, 0.0275, 0.0054, 0.0048, 0.0033, 0.0033], [0.4908, 0.3373, 0.0517, 0.0277, 0.0244, 0.019, 0.0131, 0.009], [0.8774, 0.0385, 0.0206, 0.0161, 0.0076, 0.0067, 0.0067, 0.0052], [0.904, 0.0309, 0.0089, 0.0089, 0.0078, 0.0054, 0.0047, 0.0037], [0.9687, 0.0138, 0.0051, 0.0031, 0.0024, 0.0008, 0.0007, 0.0007], [0.7088, 0.2301, 0.0167, 0.0054, 0.0054, 0.0048, 0.0018, 0.0018], [0.2584, 0.1383, 0.0653, 0.0577, 0.0509, 0.0396, 0.0396, 0.0165], [0.1475, 0.1149, 0.1149, 0.0615, 0.0479, 0.0329, 0.0256, 0.0226], [0.8013, 0.0957, 0.0242, 0.0188, 0.0079, 0.0048, 0.0042, 0.0037], [0.5067, 0.0471, 0.0416, 0.0416, 0.0286, 0.0286, 0.0223, 0.0173], [0.1887, 0.1469, 0.1297, 0.0421, 0.0225, 0.0175, 0.0137, 0.0121], [0.3541, 0.1673, 0.0423, 0.0156, 0.0137, 0.0121, 0.0121, 0.0107], [0.8634, 0.043, 0.0379, 0.0085, 0.0058, 0.0045, 0.0031, 0.0031], [0.805, 0.1796, 0.0033, 0.0026, 0.0016, 0.0012, 0.0012, 0.0009], [0.9956, 0.0025, 0.0012, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.9499, 0.0287, 0.0174, 0.0039, 0.0001, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6225, 0.3775, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9525, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.924, 0.0758, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9398, 0.0601, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9037, 0.0953, 0.0005, 0.0004, 0.0001, 0.0, 0.0, 0.0], [0.676, 0.3193, 0.0022, 0.0013, 0.0006, 0.0003, 0.0001, 0.0001], [0.6611, 0.3123, 0.0137, 0.0039, 0.0021, 0.0021, 0.001, 0.0009], [0.5757, 0.3082, 0.0287, 0.0197, 0.0197, 0.0119, 0.005, 0.0039], [0.5611, 0.265, 0.0975, 0.0132, 0.0116, 0.0103, 0.0091, 0.0026]], "ranks": {"Rust": [41502, 41087, 46215, 95245, 78150, 147304, 59691, 39304, 25439, 12232, 13128, 6521, 7295, 4711, 7166, 7136, 8901, 6354, 5696, 4066, 5766, 7243, 11713, 16957, 34995, 34805, 31779, 32292, 20208, 14057, 13952, 7996, 8257, 6617, 6402, 4156, 3416, 4574, 2395, 2541, 2562, 761, 523, 549, 179, 87, 61]}}, {"pos": 586, "top": [["</u>", " \uf076", "</h6>", "\\[", "\uff09\u300d", ".\\\\", ").\\\\", ".*/"], ["</u>", "\\[", ".\\\\", "\\\";", " \uf076", ".`);", ";*/", " \\]"], [".\\\\", ",\\\\", " \uf076", "]{\\", " ~\\", "\\\\", " ;\\", "[{\\"], [".\\\\", ",\\\\", " \uf076", " ~\\", "]{\\", "\\\\", ").\\\\", " ({\\"], [".\\\\", ",\\\\", " \uf076", ".`);", "\\\\", " ({\\", ").\\\\", " ~\\"], [" \uf076", ".\\\\", " ~\\", " \\&", "\uf03d", " ;\\", " {\\", ",\\\\"], [".\\\\", ",\\\\", " \uf076", " {\\", ".`);", " \\&", " ${\\", "\uf03d"], [".\\\\", " {\\", ",\\\\", " \\&", ".`);", " ({\\", " ~\\", " \uf076"], [".\\\\", " \\&", ",\\\\", " \uf076", " {\\", ".`);", " ({\\", " ${\\"], [",\\\\", " \\&", ".\\\\", ",\\", " Utilizing", " {\\", ".`);", " \uf076"], [" \\&", " \uf076", ".`);", ".\\\\", " \u00e2", " {\\", " &#", ",\\\\"], [".\\\\", " \\&", ".`);", " upkeep", " Utilizing", " \uf076", ",\\\\", " Utilize"], [" upkeep", ".\\\\", ".`);", " \\&", " Utilizing", " practices", " \uf076", " Utilize"], [".\\\\", " upkeep", ".`);", ".\\", " practices", " \\&", " infrastructure", "&#"], [" upkeep", ".`);", ".\\\\", " infrastructure", ".\\", " practices", " resources", " aspects"], [".\\\\", " upkeep", ".`);", " infrastructure", ".\\", " practices", " aspects", " resources"], [" upkeep", " infrastructure", ".`);", " practices", " functionality", ".\\\\", " aspects", " resources"], [" upkeep", " infrastructure", ".`);", " functionality", " stability", " workflows", " resources", " aspects"], [" infrastructure", " upkeep", " workflows", " functionality", " flexibility", " fluidity", " Infrastructure", " stability"], [" infrastructure", " workflows", " functionality", " upkeep", " flexibility", " Infrastructure", " stability", " fluidity"], [" upkeep", " infrastructure", " flexibility", " stability", " workflows", " functionality", " Stability", " Maintaining"], [" upkeep", " stability", " workflows", " flexibility", " infrastructure", " fluidity", " consistency", " complexity"], [" flexibility", " workflows", " stability", " infrastructure", " upkeep", " seamlessly", " functionality", " interoper"], [" workflows", " flexibility", " functionality", " infrastructure", " stability", " scalability", " accessibility", " seamlessly"], [" flexibility", " workflows", " scalability", " seamlessly", " stability", " robustness", " iterative", " accessibility"], [" workflows", " flexibility", " scalability", " robustness", " functionality", " scalable", " optimizations", " iterative"], [" workflows", " scalability", " interoper", " compatibility", " robustness", " flexibility", " functionality", " consistency"], [" consistency", " workflows", " compatibility", " interoper", " scalability", " robustness", " consistent", " flexibility"], [" compatibility", " consistency", " consistent", " coherence", " interoper", " scalability", " workflows", " uniformity"], [" compatibility", " consistency", " stability", " scalability", " interoper", " consistent", " workflows", " uniformity"], [" compatibility", " consistency", " compatible", " interoper", "compatibility", " stability", " coherence", " consistent"], [" compatibility", " consistency", "compatibility", " interoper", " compatible", " stability", " Compatibility", " interfaces"], [" compatibility", " consistency", " interoper", "compatibility", " compatible", " interfaces", " Compatibility", " stability"], [" compatibility", " consistency", " compatible", "compatibility", " stability", " interoper", " uniformity", " consistent"], [" compatibility", " consistency", " consistent", " stability", " compatible", " uniformity", "compatibility", " coherence"], [" compatibility", " stable", " stability", " \u0441\u0442\u0430\u0431\u0438", "\u7a33\u5b9a\u7684", " consistency", " compatible", " consistent"], [" compatibility", " stable", " stability", " \u0441\u0442\u0430\u0431\u0438", "\u7a33\u5b9a\u7684", " compatible", " consistency", " consistent"], [" stable", " compatibility", " stability", " \u0441\u0442\u0430\u0431\u0438", "\u7a33\u5b9a\u7684", " consistency", " compatible", " consistent"], [" stable", " compatibility", " \u0441\u0442\u0430\u0431\u0438", " stability", " compatible", " consistent", "\u7a33\u5b9a\u7684", " consistency"], [" compatibility", " stable", " stability", " compatible", " \u0441\u0442\u0430\u0431\u0438", " consistency", " consistent", "\u7a33\u5b9a\u7684"], [" compatibility", " stable", " compatible", " stability", " consistent", " consistency", " \u0441\u0442\u0430\u0431\u0438", "compatibility"], [" compatibility", " stable", " stability", " compatible", " consistent", " \u0441\u0442\u0430\u0431\u0438", " consistency", " ABI"], [" compatibility", " compatible", " stable", " consistent", " consistency", " ABI", " stability", " interoper"], [" compatibility", " compatible", " consistent", " stable", " consistency", " ABI", " API", " plugin"], [" compatibility", " consistent", " stable", " compatible", " ABI", " consistency", " plugin", " stability"], [" compatibility", " stable", " a", " consistent", " compatible", " ABI", " plugin", " stability"], [" a", " stable", " consistent", " compatibility", " plugin", " ABI", " stability", " compatible"]], "p": [[0.4987, 0.3025, 0.1113, 0.0526, 0.0117, 0.0117, 0.0071, 0.001], [0.5415, 0.1551, 0.0941, 0.0733, 0.0346, 0.0164, 0.0127, 0.0127], [0.9799, 0.0085, 0.0058, 0.001, 0.0007, 0.0006, 0.0004, 0.0004], [0.9803, 0.0109, 0.0066, 0.0006, 0.0002, 0.0002, 0.0001, 0.0001], [0.9918, 0.0067, 0.0009, 0.0004, 0.0, 0.0, 0.0, 0.0], [0.993, 0.0041, 0.0025, 0.0003, 0.0001, 0.0, 0.0, 0.0], [0.9075, 0.058, 0.0213, 0.0079, 0.0022, 0.0018, 0.0006, 0.0003], [0.6032, 0.3659, 0.0182, 0.0067, 0.0025, 0.0012, 0.0009, 0.0007], [0.6576, 0.2419, 0.089, 0.0073, 0.0027, 0.0006, 0.0003, 0.0002], [0.4517, 0.274, 0.274, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9209, 0.0756, 0.0029, 0.0005, 0.0, 0.0, 0.0, 0.0], [0.7064, 0.2024, 0.0452, 0.0274, 0.0101, 0.0048, 0.0018, 0.0008], [0.9106, 0.0275, 0.0214, 0.013, 0.0101, 0.0037, 0.0029, 0.0023], [0.437, 0.2064, 0.1419, 0.0975, 0.0279, 0.0192, 0.015, 0.0055], [0.4883, 0.2306, 0.1399, 0.0661, 0.0243, 0.013, 0.0054, 0.0048], [0.5999, 0.1339, 0.1042, 0.0492, 0.0492, 0.0233, 0.0097, 0.0059], [0.7236, 0.1615, 0.036, 0.008, 0.0071, 0.0071, 0.0071, 0.0063], [0.5938, 0.3601, 0.0066, 0.0051, 0.004, 0.004, 0.0031, 0.0031], [0.6441, 0.3042, 0.0194, 0.0072, 0.0072, 0.0026, 0.0026, 0.0026], [0.8967, 0.0446, 0.0211, 0.0211, 0.0078, 0.0037, 0.0013, 0.0008], [0.3408, 0.3408, 0.161, 0.076, 0.0592, 0.0103, 0.0029, 0.0014], [0.7266, 0.1621, 0.0596, 0.0362, 0.0104, 0.0011, 0.0009, 0.0009], [0.5202, 0.2457, 0.0548, 0.0427, 0.0427, 0.0259, 0.0202, 0.0157], [0.4225, 0.3291, 0.0572, 0.0445, 0.0445, 0.027, 0.0128, 0.0099], [0.6714, 0.3172, 0.0045, 0.0013, 0.001, 0.001, 0.0008, 0.0008], [0.9672, 0.0177, 0.0107, 0.004, 0.0002, 0.0, 0.0, 0.0], [0.9222, 0.0459, 0.0102, 0.0102, 0.0062, 0.0038, 0.0005, 0.0003], [0.3711, 0.3711, 0.2251, 0.0185, 0.0068, 0.0041, 0.0015, 0.0006], [0.6223, 0.3775, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9241, 0.0759, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9521, 0.0474, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.952, 0.0474, 0.0005, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9521, 0.0474, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9235, 0.0758, 0.0003, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9886, 0.011, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9607, 0.0373, 0.0011, 0.0007, 0.0002, 0.0, 0.0, 0.0], [0.9919, 0.0032, 0.0032, 0.0012, 0.0003, 0.0002, 0.0001, 0.0], [0.9834, 0.0066, 0.0052, 0.0019, 0.0015, 0.0008, 0.0002, 0.0001], [0.9049, 0.0351, 0.0273, 0.0188, 0.0061, 0.0042, 0.0012, 0.0009], [0.5705, 0.1852, 0.0991, 0.0468, 0.0413, 0.0221, 0.0092, 0.0063], [0.8826, 0.0342, 0.0302, 0.0208, 0.0098, 0.0067, 0.0025, 0.0022]], "ranks": {"Rust": [73692, 60481, 85656, 98069, 96057, 121479, 81524, 84880, 65222, 56666, 70146, 41442, 46549, 22821, 26658, 30262, 30378, 21162, 22256, 23907, 30920, 23980, 23013, 19201, 33122, 77877, 52215, 46712, 38917, 25956, 24969, 9763, 9439, 6901, 6358, 4116, 2744, 2947, 1121, 1010, 870, 534, 413, 336, 167, 118, 83]}}, {"pos": 587, "top": [[" i", " t", " s", " o", "</blockquote>", " b", " m", "</i>"], [" t", " i", " \u25cf", "</blockquote>", " s", " o", "</i>", "\u03c2"], [" \u25cf", "\u03c2", " \ufffd", " i", " \u2264", "a", " \u2265", " \u2202"], [" \u25cf", " \ufffd", "\u03c2", " \u2264", " \u2265", " \u2022", " \u2248", " \u2015"], [" \ufffd", "\u03c2", " \u25cf", " \u0640", " \u2022", " \u2264", "\uf732", " \u2212"], [" \ufffd", "\u03c2", " \u2015", " \u25cf", " \u2022", " \u00e2", " \u2212", " \uff65"], [" \ufffd", "\u03c2", " \u25cf", " \u2015", " \u00e2", " \u2212", "&#", " \uf0b7"], [" \u2015", " \u25cf", " \ufffd", "\u03c2", " \u00e2", " \uf0b7", " \u2212", "&#"], [" \u2015", "\u03c2", " \u25cf", " \u2212", " \u00e2", " \u02bb", " \ufffd", "&#"], [" \u2015", " \ufffd", "\u03c2", " \u00e2", " \u25cf", " \u2212", "&#", " \uf0b7"], [" \u2015", " \u00e2", "</blockquote>", " \ufffd", " \u25cf", " \u2212", " \uf0b7", "\u03c2"], [" \u2015", "&#", " \u00e2", "\u03c2", " significant", ",", "</blockquote>", " \u2212"], [",", "</blockquote>", " significant", " relationship", " \u2015", " \u00e2", " distinct", " focus"], [",", " a", ".", "&#", " focus", " relationship", " significant", " quality"], [",", ".", " quality", " significant", " relationship", " distinct", " focus", " a"], [",", " significant", " relationship", " quality", ".", " focus", " distinct", " conducive"], [",", " significant", " quality", " complexity", " relationship", " conceptual", " focus", " distinct"], [" workflow", " complexity", " flexible", " conceptual", ",", " quality", " system", " functionality"], [" workflow", " complexity", " synergistic", " flexible", " modular", " functionality", " configurable", " interoper"], [" workflow", " modular", " complexity", " interoper", " functionality", " synergistic", " biocompat", " configurable"], [" workflow", " complexity", " interoper", " modular", " workflows", " functionality", " configurable", " skillset"], [" workflow", " interoper", " flexible", " workflows", " complexity", " configurable", " scalable", " modular"], [" interoper", " flexible", " flexibility", " workflow", " scalable", " configurable", " modular", " workflows"], [" scalable", " flexible", " interoper", " skillset", " flexibility", " optimized", " prototyping", " functionality"], [" scalable", " flexible", " flexibility", " configurable", " iterative", " interoper", " adaptable", " prototyping"], [" scalable", " configurable", " scalability", " sinnvoll", " workaround", " flexible", " iterative", " robustness"], [" scalable", " interoper", " configurable", " robustness", " flexible", " workable", " repeatable", " scalability"], [" scalable", " consistent", " reliably", " workable", " reliable", " interoper", " seamless", " compatible"], [" scalable", " consistent", " workable", " reliably", " reliable", " compatible", " meaningful", " consistency"], [" scalable", " consistent", " workable", " reliably", " compatible", " meaningful", " consistency", " reliable"], [" scalable", " compatible", " consistent", " workable", " interoper", " compatibility", " reliably", " configurable"], [" compatible", " compatibility", " scalable", " consistent", " workable", " interoper", " codebase", " stable"], [" compatible", " workable", " scalable", " consistent", " compatibility", " interoper", " stable", " configurable"], [" compatible", " stable", " workable", " consistent", " compatibility", " usable", " scalable", " interoper"], [" stable", " consistent", " \u0441\u0442\u0430\u0431\u0438", "\u7a33\u5b9a\u7684", " compatible", " consistency", " workable", " reliable"], [" stable", " \u0441\u0442\u0430\u0431\u0438", "\u7a33\u5b9a\u7684", " Stable", "Stable", "stable", "\u7a33\u5b9a", " stabile"], [" stable", " \u0441\u0442\u0430\u0431\u0438", "\u7a33\u5b9a\u7684", " Stable", "Stable", "stable", " stabile", " stably"], [" stable", "\u7a33\u5b9a\u7684", " \u0441\u0442\u0430\u0431\u0438", " Stable", "stable", "Stable", " stabile", "\u7a33\u5b9a"], [" stable", " \u0441\u0442\u0430\u0431\u0438", " Stable", "\u7a33\u5b9a\u7684", "Stable", "stable", " stabile", " stably"], [" stable", " Stable", " \u0441\u0442\u0430\u0431\u0438", "Stable", "stable", "\u7a33\u5b9a\u7684", " stabile", "\u7a33\u5b9a"], [" stable", " Stable", " \u0441\u0442\u0430\u0431\u0438", "stable", "Stable", "\u7a33\u5b9a\u7684", " stabile", " consistent"], [" stable", " Stable", "stable", " \u0441\u0442\u0430\u0431\u0438", "Stable", " stabile", " consistent", "\u7a33\u5b9a\u7684"], [" stable", " Stable", " consistent", "stable", " stabile", "Stable", " \u0441\u0442\u0430\u0431\u0438", " reliable"], [" stable", " consistent", " Stable", " reliable", "stable", " coherent", "Stable", " usable"], [" stable", " consistent", " Stable", " reliable", "stable", " usable", " compatible", " coherent"], [" stable", " consistent", " reliable", " Stable", " compatible", " usable", "stable", " portable"], [" stable", " consistent", " reliable", " compatible", " predictable", " common", " usable", " coherent"]], "p": [[0.4194, 0.4194, 0.1202, 0.0268, 0.0127, 0.0013, 0.0001, 0.0001], [0.7543, 0.1311, 0.0619, 0.0177, 0.0177, 0.0108, 0.0051, 0.0007], [0.7166, 0.2053, 0.0755, 0.0007, 0.0005, 0.0004, 0.0003, 0.0002], [0.7952, 0.1774, 0.0187, 0.0054, 0.0025, 0.0003, 0.0001, 0.0001], [0.9981, 0.0015, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9891, 0.0067, 0.004, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.8021, 0.179, 0.0147, 0.0042, 0.0001, 0.0, 0.0, 0.0], [0.4086, 0.4086, 0.0912, 0.0912, 0.0004, 0.0001, 0.0, 0.0], [0.9965, 0.0032, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9718, 0.0178, 0.0065, 0.0031, 0.0003, 0.0003, 0.0001, 0.0], [0.4775, 0.1065, 0.1065, 0.083, 0.0503, 0.0503, 0.0305, 0.0305], [0.4791, 0.1069, 0.0648, 0.0648, 0.0306, 0.0306, 0.0306, 0.0306], [0.9979, 0.0004, 0.0003, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.9985, 0.0004, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.9992, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0012, 0.0004, 0.0004, 0.0003, 0.0003, 0.0002, 0.0002], [0.341, 0.341, 0.028, 0.028, 0.028, 0.0218, 0.017, 0.017], [0.9596, 0.029, 0.0039, 0.0024, 0.0014, 0.0007, 0.0005, 0.0004], [0.6039, 0.173, 0.173, 0.0182, 0.0142, 0.0052, 0.0025, 0.0025], [0.4609, 0.359, 0.0624, 0.0624, 0.0139, 0.0108, 0.0066, 0.004], [0.7007, 0.0948, 0.0448, 0.0349, 0.0349, 0.0165, 0.0128, 0.0128], [0.8363, 0.0686, 0.0416, 0.0153, 0.0093, 0.0072, 0.0072, 0.0034], [0.6539, 0.0885, 0.0537, 0.0418, 0.0254, 0.0254, 0.0254, 0.0197], [0.8077, 0.1802, 0.0054, 0.002, 0.002, 0.0012, 0.0012, 0.0002], [0.9919, 0.0025, 0.0015, 0.0012, 0.0009, 0.0004, 0.0003, 0.0003], [0.995, 0.0025, 0.0015, 0.0003, 0.0002, 0.0001, 0.0001, 0.0001], [0.9932, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9868, 0.011, 0.0015, 0.0002, 0.0002, 0.0002, 0.0001, 0.0], [0.9983, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8689, 0.1176, 0.0097, 0.0036, 0.0001, 0.0001, 0.0, 0.0], [0.9839, 0.0066, 0.004, 0.0024, 0.0015, 0.0015, 0.0, 0.0], [0.979, 0.0179, 0.0015, 0.0005, 0.0005, 0.0002, 0.0001, 0.0001], [0.9956, 0.0025, 0.0015, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9984, 0.0012, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.957, 0.0371, 0.0027, 0.0005, 0.0003, 0.0003, 0.0002, 0.0002]], "ranks": {"Rust": [26417, 31314, 50417, 65560, 94529, 96610, 51549, 58153, 47102, 30814, 33255, 17031, 14230, 10720, 10775, 12114, 12707, 9694, 15183, 19829, 23286, 25304, 29754, 25822, 49974, 121838, 76652, 75859, 58056, 41228, 30456, 10914, 10512, 7080, 5647, 3056, 2693, 2137, 1293, 1177, 1157, 628, 648, 532, 248, 203, 123]}}, {"pos": 588, "top": [["\u200b.", ".\u200b\u200b", "\u200b\u200b", "\u200b", "\u200b\u200b\u200b\u200b", "**", "\u201d\u0964", "\u201d]"], ["\u200b.", "[[", "**", "\u201d]", "[{", "\u201d\u0964", "\u200b", ".\u200b\u200b"], ["\u200b.", "[{", "\u00b7\u00b7", ".\u200b\u200b", "[[", "\u201d]", "@{", "**"], ["\u200b.", ".\u200b\u200b", "\u200b\u200b", "[{", "\u200b\u200b\u200b\u200b", "\u200b", "[[", "**"], ["\u200b.", "\u200b", ".\u200b\u200b", "\u200b\u200b", "\u200b\u200b\u200b\u200b", "[[", "\u00b7\u00b7", "[{"], ["<sup>", "\u200b.", "\u200b", "\u200b\u200b", "[[", ".\u200b\u200b", " (${", "${"], ["\u200b.", "<sup>", ".\u200b\u200b", "\u200b\u200b", "\u200b", ".[", " [[", "<eos>"], ["\u200b.", ".\u200b\u200b", "\u200b\u200b", "<sup>", "<eos>", " [[", "\u200b", ".["], ["\u200b.", ".\u200b\u200b", "\u200b\u200b", ".[", "<eos>", ",[", "<sup>", " [["], ["\u200b.", "<sup>", ".\u200b\u200b", "\u200b\u200b", ".[", "<eos>", ",[", " [["], ["\u200b.", "<sup>", "<eos>", ".[", "\u200b\u200b", "\u200b", ".\u200b\u200b", "<code>"], ["\u200b.", "<sup>", "<eos>", ".[", ".\u200b\u200b", "\u200b\u200b", ".\u200b", " (~"], ["\u200b.", ".\u200b\u200b", "<eos>", "**.", "\u200b\u200b", "<sup>", ".\u200b", "\u200b"], ["\u200b.", ".\u200b\u200b", ".", ".\u200b", "**.", ".[", "\u200b", "\u200b,"], ["\u200b.", ".[", ".", ".\u200b\u200b", ".\u200b", ",[", "<sup>", "**."], ["\u200b.", ".[", "**.", ".", ".\u200b", ".\u200b\u200b", ".**", "<sup>"], ["\u200b.", "<sup>", ".\u200b\u200b", ".[", " infrastructure", "**.", ".\u200b", " configurations"], [" workflows", " infrastructure", " workflow", " governance", "\u200b.", " mechanisms", " configurations", " environments"], [" workflows", " workflow", " infrastructure", " engineering", " configurations", " bioinformatics", " core", " invariants"], [" workflows", " infrastructure", " workflow", " invariants", " cryptographic", " interoper", " engineering", " bioinformatics"], [" workflows", " infrastructure", " continuity", " invariants", " firmware", " interoper", " engineering", " workflow"], [" workflows", " firmware", " workflow", " infrastructure", " continuity", " iterative", " interoper", " hardware"], [" workflows", " interoper", " compatibility", " workflow", " firmware", " infrastructure", " interfaces", " transitions"], [" workflows", " infrastructure", " functionality", " interoper", " workflow", " bioinformatics", " cryptographic", " iterative"], [" workflows", " workflow", " iterative", " infrastructure", " cryptographic", " workaround", " bioinformatics", " prototyping"], [" workflows", " workflow", " workaround", " codebase", " iterative", " repeatable", " cryptographic", " prototyping"], [" workflows", " codebase", " cryptographic", " workflow", " interfaces", " bioinformatics", " workaround", " infrastructure"], [" codebase", " workflow", " workflows", " cryptographic", " interface", " interfaces", " workaround", " infrastructure"], [" codebase", " interfaces", " interface", " cryptographic", " workflow", " workflows", " powertrain", " interoper"], [" codebase", " interface", " interfaces", " workflow", " workflows", " cryptographic", " filesystem", " bytecode"], [" interface", " codebase", " interfaces", " bytecode", " interoper", " workflow", " cryptographic", " filesystem"], [" interface", " interfaces", " APIs", " codebase", " API", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfacing", " interfacial"], [" interface", " interfaces", " APIs", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " API", " interfacing", " codebase", " interfacial"], [" interface", " interfaces", " APIs", " API", " interfacing", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfacial", " Interface"], [" interface", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfacial", " Interface", " interfacing", " APIs", " interfaz"], [" interface", " interfaces", " Interface", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " interfacial", " API", " interfaz", "interface"], [" interface", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " Interface", " interfacial", " interfaz", "interface", " API"], [" interface", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " API", " Interface", " interfacial", " APIs", "interface"], [" interface", " interfaces", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " Interface", " API", "interface", " interfacial", " interfaz"], [" interface", " interfaces", " API", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " Interface", "interface", " interfacial", " APIs"], [" interface", " interfaces", " API", " Interface", " \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439", " ABI", "interface", " APIs"], [" interface", " plugin", " API", " ABI", " interfaces", " Plugin", " APIs", " Interface"], [" interface", " ABI", " API", " plugin", " interfaces", " Interface", " APIs", " Plugin"], [" interface", " ABI", " API", " plugin", " interfaces", " Plugin", " Interface", " APIs"], [" ABI", " plugin", " API", " interface", " Plugin", " binary", " plugins", "ABI"], [" ABI", " plugin", " API", " interface", " Plugin", " binary", " scripting", " cross"], [" plugin", " ABI", " API", " interface", " Plugin", " binary", ",", " cross"]], "p": [[0.9963, 0.0019, 0.0012, 0.0006, 0.0, 0.0, 0.0, 0.0], [0.9131, 0.0215, 0.0167, 0.013, 0.0101, 0.0062, 0.0048, 0.0048], [0.7074, 0.1579, 0.0746, 0.013, 0.013, 0.0101, 0.0048, 0.0048], [0.922, 0.0278, 0.0132, 0.0102, 0.0102, 0.0102, 0.0038, 0.0007], [0.9865, 0.0085, 0.0019, 0.0015, 0.0007, 0.0004, 0.0003, 0.0001], [0.4894, 0.4894, 0.009, 0.009, 0.0012, 0.0006, 0.0006, 0.0003], [0.9886, 0.011, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0007, 0.0003, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0009, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [0.9022, 0.0951, 0.0014, 0.0008, 0.0002, 0.0002, 0.0001, 0.0], [0.999, 0.0006, 0.0002, 0.0002, 0.0001, 0.0, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9993, 0.0003, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9222, 0.059, 0.0149, 0.0012, 0.0008, 0.0005, 0.0005, 0.0002], [0.9901, 0.0067, 0.0015, 0.0009, 0.0004, 0.0003, 0.0001, 0.0], [0.9841, 0.0066, 0.0019, 0.0015, 0.0012, 0.0007, 0.0007, 0.0004], [0.2997, 0.2334, 0.1102, 0.0521, 0.0279, 0.0246, 0.0217, 0.0217], [0.2771, 0.1483, 0.1155, 0.09, 0.0292, 0.0227, 0.0227, 0.0201], [0.4982, 0.1427, 0.0674, 0.0409, 0.0248, 0.0248, 0.0193, 0.015], [0.5133, 0.1145, 0.0541, 0.0541, 0.0421, 0.0421, 0.0328, 0.0199], [0.7919, 0.0394, 0.0394, 0.0186, 0.0186, 0.0113, 0.0113, 0.0088], [0.6724, 0.1169, 0.0552, 0.0335, 0.0261, 0.0203, 0.0123, 0.0075], [0.9404, 0.0134, 0.0104, 0.0063, 0.0063, 0.0049, 0.0038, 0.003], [0.9796, 0.0179, 0.0005, 0.0005, 0.0003, 0.0003, 0.0003, 0.0002], [0.9989, 0.0009, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6965, 0.2562, 0.021, 0.021, 0.0047, 0.0001, 0.0001, 0.0001], [0.8832, 0.0725, 0.044, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9905, 0.004, 0.004, 0.0005, 0.0005, 0.0003, 0.0, 0.0], [0.995, 0.0041, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4803, 0.4803, 0.0394, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8176, 0.1824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.989, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9581, 0.0289, 0.0065, 0.0065, 0.0, 0.0, 0.0, 0.0], [0.9502, 0.0368, 0.0106, 0.0024, 0.0, 0.0, 0.0, 0.0], [0.916, 0.0456, 0.0215, 0.0168, 0.0, 0.0, 0.0, 0.0], [0.7025, 0.2584, 0.0212, 0.0165, 0.0012, 0.0001, 0.0, 0.0], [0.5992, 0.283, 0.0557, 0.0492, 0.0052, 0.0028, 0.0015, 0.0007], [0.4613, 0.4613, 0.0429, 0.0203, 0.0035, 0.0021, 0.0017, 0.0017]], "ranks": {"Rust": [25234, 19448, 37467, 46771, 69688, 107038, 114577, 93566, 65100, 87118, 77658, 57023, 48222, 35069, 39529, 47854, 44029, 27612, 31141, 42098, 39998, 53896, 44929, 53262, 61166, 111704, 77898, 43589, 46406, 21332, 9344, 2686, 2551, 1572, 1629, 1075, 751, 643, 169, 152, 173, 70, 48, 38, 17, 11, 15]}}, {"pos": 589, "top": [[" \u200e", " \u2033", "\u301d", " [`", " [/", " \u00ac", " [*", " `/"], [" \u200e", " \u2033", " [`", " [/", "\u301d", " `@", " [*", "\uff63"], [" \u2033", " \u200e", " [*", " \u00b6", " [/", " \u25c7", " \u00a8", " [`"], [" \u200e", " [*", " [/", " ~~", " \u2033", " \u00b6", "](/", ",\u200e"], [" \u200e", " [*", " ~~", " [`", " \u00ac", " [/", " [[", " \u2033"], [" \u200e", " \u2015", " \u2033", "\u301d", " \u2223", " \u00ac", " [`", " [*"], [" \u200e", " [[", " \u2015", " \u2033", ",\u200e", " [*", "\u301d", " \u2223"], [" \u200e", " [[", ",\u200e", " \u2033", " \u2015", " ``", "\u301d", "](/"], [" \u200e", " [[", " \u2015", ",\u200e", " ``", " [`", " \u2033", "\u301d"], [" [[", " \u200e", " \u2014", ",\u200e", " ([[", " \u2015", " [*", " \u2033"], [" [[", " \u200e", " ([[", " [/", " [`", "](/", " [*", ",\u200e"], [" [[", " \u2014", " [*", " \u200e", ",\u200e", "](/", " [`", " ([["], [" [[", " \u2014", " [*", " [`", " ([[", " \u200e", "](/", " ``"], [" [[", " \u2014", ",\u200e", "](/", " [*", " [`", "[^", " \u200e"], [" [[", "[^", " [*", ",\u200e", " ([[", " \u200e", " \u2014", "](/"], [" [[", " ([[", "[^", ",\u200e", " [*", " [`", " \u200e", "](/"], [" (`", " [[", " [*", " [`", "[^", " ([", " ([[", " `/"], [" [[", " (`", " [`", " ``", " [*", " `{", " `/", " (["], [" [[", " (`", " [`", " [*", " `{", " ``", " [\u00a7", " \u2014"], [" [[", " [*", " [\u00a7", " [`", " ([", "[^", " [\\", " ([["], [" [[", "[^", " ([", " [`", " [\u00a7", " cryptographic", " codons", " interoper"], [" workflows", " cryptographic", " interoper", " transcoding", " interfaces", " `--", " calibrations", " codons"], [" interoper", " workflows", " interfaces", " `--", " software", " technologies", " transcoding", " cryptographic"], [" workflows", " interoper", " interfaces", " constraints", " prototyping", " technologies", " functionality", " leveraging"], [" workflows", " allowing", " allows", " constraints", " interoper", " interfaces", " workaround", " leveraging"], [" allowing", " allows", " workflows", " necessary", " requiring", " requires", " interfacing", " workaround"], [" allows", " allowing", " for", " requires", " necessitates", " enables", " requiring", " necessary"], [" for", " \u0434\u043b\u044f", " allowing", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", " \u05e2\u05d1\u05d5\u05e8", " across", " allows", " untuk"], [" for", " \u0434\u043b\u044f", " across", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", " allowing", " \u05e2\u05d1\u05d5\u05e8", " untuk", " allows"], [" for", " across", " \u0434\u043b\u044f", " allowing", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", " \u05e2\u05d1\u05d5\u05e8", " untuk", " allows"], [" for", " across", " \u0434\u043b\u044f", " allowing", " compatible", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", " \u05e2\u05d1\u05d5\u05e8", " compatibility"], [" for", " \u0434\u043b\u044f", " across", " allowing", " interfaces", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", " interfacing", " \u05e2\u05d1\u05d5\u05e8"], [" for", " across", " \u0434\u043b\u044f", " allowing", " interfaces", " interfacing", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", " \u05e2\u05d1\u05d5\u05e8"], [" across", " for", " \u0434\u043b\u044f", " allowing", " \u05e2\u05d1\u05d5\u05e8", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a", "across"], [" across", " for", " \u0434\u043b\u044f", " allowing", "across", " \u05e2\u05d1\u05d5\u05e8", " interfaces", "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a"], [" across", " for", " \u0434\u043b\u044f", " allowing", " interfaces", " interface", "across", " \u05e2\u05d1\u05d5\u05e8"], [" across", " for", " allowing", "across", " \u0434\u043b\u044f", " allows", " Across", " interfaces"], [" for", " across", " \u0434\u043b\u044f", " allowing", "across", " f\u00fcr", " allows", " interface"], [" across", " for", "across", " \u0434\u043b\u044f", " allowing", " Across", " f\u00fcr", " between"], [" across", " for", "across", " \u0434\u043b\u044f", " between", " allowing", " f\u00fcr", " Across"], [" across", " for", "across", " allowing", " between", " interface", " Across", " \u0434\u043b\u044f"], [" for", " across", " between", " allowing", "across", " interface", " allows", " \u0434\u043b\u044f"], [" for", " across", " between", " allowing", " interface", " allows", "across", " \u0434\u043b\u044f"], [" for", " across", " allowing", " between", " allows", " interface", "across", " \u0434\u043b\u044f"], [" for", " across", " between", " allowing", " that", " (", " interface", " allows"], [" for", " across", " between", " (", " that", " to", " so", " allowing"], [" for", " across", " (", " between", " that", "/", " to", " so"]], "p": [[0.7876, 0.1757, 0.0238, 0.0087, 0.0012, 0.0007, 0.0004, 0.0004], [0.7199, 0.1606, 0.0591, 0.0358, 0.0132, 0.0049, 0.0029, 0.0011], [0.9312, 0.0464, 0.0063, 0.0063, 0.0038, 0.0023, 0.0023, 0.0003], [0.9095, 0.0453, 0.0275, 0.0101, 0.0023, 0.0023, 0.0014, 0.0005], [0.7825, 0.1059, 0.0642, 0.0143, 0.0143, 0.0087, 0.0053, 0.0019], [0.963, 0.0176, 0.0107, 0.0039, 0.0024, 0.0009, 0.0009, 0.0002], [0.9995, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7881, 0.1759, 0.0238, 0.0088, 0.0032, 0.0001, 0.0001, 0.0], [0.9952, 0.0041, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9929, 0.0041, 0.0025, 0.0003, 0.0002, 0.0001, 0.0, 0.0], [0.9985, 0.0009, 0.0006, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9506, 0.0473, 0.0004, 0.0003, 0.0003, 0.0002, 0.0002, 0.0002], [0.999, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0], [0.9993, 0.0002, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.5856, 0.3552, 0.0481, 0.0065, 0.0024, 0.0015, 0.0005, 0.0002], [0.7435, 0.213, 0.0136, 0.0136, 0.0106, 0.0014, 0.0014, 0.0009], [0.7674, 0.1039, 0.0809, 0.0232, 0.0109, 0.0085, 0.0012, 0.0009], [0.9895, 0.0067, 0.0025, 0.0009, 0.0003, 0.0001, 0.0, 0.0], [0.419, 0.1541, 0.1201, 0.0935, 0.0442, 0.0442, 0.0268, 0.0268], [0.4601, 0.1318, 0.1027, 0.0485, 0.0378, 0.0378, 0.0229, 0.0178], [0.5169, 0.1307, 0.07, 0.0292, 0.0257, 0.0177, 0.0156, 0.0156], [0.5491, 0.1081, 0.0579, 0.0398, 0.031, 0.0213, 0.0129, 0.0114], [0.326, 0.2241, 0.1745, 0.0441, 0.0344, 0.0303, 0.0184, 0.0143], [0.815, 0.1819, 0.002, 0.0004, 0.0001, 0.0001, 0.0001, 0.0001], [0.6204, 0.3763, 0.0033, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9706, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7311, 0.2689, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9526, 0.0474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8519, 0.148, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.977, 0.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4999, 0.4999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6223, 0.3774, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.8517, 0.148, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9045, 0.0953, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.6469, 0.3462, 0.0044, 0.0014, 0.0004, 0.0003, 0.0001, 0.0001], [0.9263, 0.0671, 0.0023, 0.0016, 0.0008, 0.0005, 0.0004, 0.0002]], "ranks": {"Rust": [208745, 192089, 203420, 232641, 220128, 205390, 140804, 152470, 118921, 96620, 113600, 61693, 66228, 33848, 30195, 38996, 37552, 23471, 22598, 23419, 21700, 35230, 25589, 24696, 29961, 57015, 47404, 39420, 44049, 28962, 26399, 11118, 12583, 9535, 9204, 8799, 7603, 6402, 6499, 7784, 5018, 2838, 2406, 3131, 1043, 445, 74]}}, {"pos": 590, "top": [[" \u00b7", " [\u2026]", " [...", "\u00b7", " \u7ee7\u7eed\u8bbf\u95ee", "\u2219", "[\u2026]", "\u00b7\u00b7\u00b7"], [" \u00b7", " [\u2026]", "\u00b7", "\u2219", "\u00b7\u00b7", " [...", "\u00b7\u00b7\u00b7", " \u09ac\u0995\u09cd\u09a4\u09ac"], [" \u00b7", " [\u2026]", "\u2219", " **", " [...", "\u00b7\u00b7\u00b7", "\u00b7\u00b7", " !["], [" [\u2026]", " \u00b7", " [...", " **", " ![", "\u2219", "[\u2026]", " \u00b2"], [" [\u2026]", " \u00b7", " **", " [...", " ![", " `'", " \u00b2", "\u2219"], [" [\u2026]", " \u00b7", " ![", " **", " `'", " \u223c", " \u00b2", "\u2219"], [" [\u2026]", " ![", " `'", " [...", "\ufffd", " **", " \u223c", " \u00b7"], [" [\u2026]", " ![", " `'", " **", " \u00b7", "\ufffd", " \u223c", " [`"], [" [\u2026]", "\ufffd", " `'", " ![", " [...", "[\u2026]", " [`", " \u223c"], [" [\u2026]", " ![", " `'", " [...", "\ufffd", "[\u2026]", " [`", " [...]"], [" [\u2026]", " `'", " [`", " ![", " [...", " `.", " \u223c", " \uf0fc"], [" `'", " [\u2026]", " ![", " [`", " \u223c", " ([", " `.", " [..."], [" [\u2026]", " `'", " [...", " ![", " `.", " [`", " **", "\ufffd"], [" `'", " `.", " [\u2026]", " [`", " $\\", " ![", " the", "\ufffd"], [" [\u2026]", " `'", " `.", " [`", "\ufffd", " the", " decades", " such"], [" [\u2026]", " `'", "\ufffd", " `.", " $\\", " [`", " decades", "\ufffd"], [" [\u2026]", " ([", " [`", " $[", " $[\\", " `'", " $\\", " `."], [" [\u2026]", " [...", " [`", " [...]", " ([", " `.", "[\u2026]", " `'"], [" [\u2026]", " technologies", " interoper", " [...", " ([", " systems", " [`", " blockchain"], [" [\u2026]", " [...", " interoper", " technologies", " blockchain", " prototyping", " ([", " standardized"], [" technologies", " interoper", " prototyping", " iterative", " blockchain", " interactions", " hardware", " engineering"], [" technologies", " interoper", " interfaces", " iterative", " prototyping", " interactions", " interfacing", " hardware"], [" interoper", " technologies", " prototyping", " interfaces", " interactions", " iterative", " workflows", " interfacing"], [" interoper", " prototyping", " interfacing", " interfaces", " iterative", " workflows", " technologies", " leveraging"], [" prototyping", " interoper", " actuators", " workflows", " iterative", " interfacing", " interfaces", " optimizations"], [" workflows", " interfacing", " actuators", " customizations", " optimizations", " prototyping", " iterative", " interoper"], [" interfacing", " interfaces", " workflows", " plugins", " customizations", " actuators", " interoper", " interactions"], [" interfacing", " plugins", " workflows", " interactions", " outsourced", " interfaces", " freelancers", " influencers"], [" plugins", " interfacing", " workflows", " interactions", " actuators", " outsourced", " interfaces", " customizations"], [" plugins", " developers", " interfacing", " optimizations", " actuators", " workflows", " interfaces", " configurable"], [" plugins", " developers", " interfacing", " interfaces", " workflows", " optimizations", " interactions", " customizations"], [" plugins", " interfacing", " users", " developers", " workflows", " interfaces", " APIs", " customizations"], [" plugins", " interfacing", " workflows", " interfaces", " users", " APIs", " customizations", " interactions"], [" plugins", " interfacing", " users", " interactions", " workflows", " configurable", " interacting", " customizations"], [" plugins", " interfacing", " plugin", " customizations", " users", " configurable", " bytecode", " interfaces"], [" plugins", " plugin", " Plugins", " Plugin", "plugins", "\u63d2\u4ef6", "Plugins", " plug"], [" plugins", " plugin", " Plugins", "plugins", "\u63d2\u4ef6", "Plugins", " Plugin", "plugin"], [" plugins", " plugin", " Plugins", "plugins", "\u63d2\u4ef6", "Plugins", " Plugin", " plug"], [" plugins", " plugin", " Plugins", "plugins", "\u63d2\u4ef6", "Plugins", " Plugin", " plug"], [" plugins", " plugin", " Plugins", "plugins", "\u63d2\u4ef6", " Plugin", " plug", "Plugins"], [" plugins", " plugin", " Plugins", "plugins", " plug", "\u63d2\u4ef6", "Plugins", " Plugin"], [" plugins", " plugin", " Plugins", "plugins", "\u63d2\u4ef6", " Plugin", " user", "Plugins"], [" plugins", " plugin", " end", " user", " Plugins", "plugins", " End", "\u63d2\u4ef6"], [" plugins", " plugin", " Plugins", " user", " end", "plugins", " plug", "\u63d2\u4ef6"], [" plugins", " plugin", " end", " user", " Plugins", "plugins", " plug", "\u63d2\u4ef6"], [" plugins", " end", " plugin", " user", " plug", "plugins", " Plugins", " scripts"], [" plugins", " end", " user", " plugin", " plug", " scripts", " the", " cross"]], "p": [[0.6792, 0.3208, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9707, 0.0293, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9996, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9886, 0.011, 0.0004, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5616, 0.4373, 0.0005, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9982, 0.0015, 0.0002, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9995, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.6808, 0.2838, 0.0206, 0.0052, 0.004, 0.0017, 0.001, 0.0005], [0.9741, 0.0178, 0.0017, 0.0017, 0.0013, 0.0011, 0.0011, 0.0005], [0.6287, 0.0964, 0.0585, 0.0402, 0.0215, 0.019, 0.0102, 0.0102], [0.4922, 0.1245, 0.0519, 0.0458, 0.0357, 0.0168, 0.0149, 0.0149], [0.9013, 0.0146, 0.0129, 0.01, 0.0069, 0.0054, 0.0047, 0.0042], [0.2779, 0.0796, 0.0796, 0.0547, 0.0547, 0.0426, 0.0376, 0.0332], [0.9637, 0.0257, 0.0016, 0.0013, 0.0013, 0.0009, 0.0005, 0.0003], [0.4862, 0.2297, 0.0957, 0.013, 0.0114, 0.0114, 0.0114, 0.0114], [0.6741, 0.1034, 0.0912, 0.0711, 0.0066, 0.0045, 0.0035, 0.0024], [0.6099, 0.198, 0.0442, 0.0112, 0.0077, 0.0068, 0.0053, 0.0047], [0.4398, 0.2077, 0.0361, 0.0281, 0.0248, 0.0219, 0.015, 0.0117], [0.5986, 0.1943, 0.0557, 0.0434, 0.016, 0.0141, 0.011, 0.0075], [0.4116, 0.3206, 0.0557, 0.0338, 0.0338, 0.0232, 0.016, 0.016], [0.5954, 0.219, 0.0806, 0.0489, 0.0296, 0.018, 0.004, 0.0024], [0.6995, 0.1561, 0.0574, 0.0348, 0.0211, 0.0211, 0.0047, 0.0029], [0.9508, 0.0174, 0.0174, 0.0106, 0.0014, 0.0009, 0.0005, 0.0005], [0.8895, 0.073, 0.0269, 0.006, 0.0036, 0.0005, 0.0001, 0.0001], [0.9998, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.999, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9709, 0.0138, 0.0095, 0.0051, 0.0003, 0.0001, 0.0001, 0.0], [0.9729, 0.0095, 0.0095, 0.0074, 0.0001, 0.0001, 0.0001, 0.0]], "ranks": {"Rust": [71352, 70013, 96811, 98811, 69256, 64264, 18438, 21775, 22973, 12723, 17983, 11612, 13269, 7417, 8762, 8455, 7852, 6382, 9870, 12917, 15769, 15792, 17109, 23232, 45198, 84004, 81879, 46590, 73810, 40613, 22610, 11501, 8986, 5972, 4171, 2483, 1913, 1885, 380, 424, 392, 110, 81, 60, 23, 12, 17]}}, {"pos": 591, "top": [["!\".", " \"+", "\"", "\".", " \".", "\"+", "\"..", " \"_"], ["!\".", " \"+", "\"", "\".", " \".", "\"+", "\"..", "\"["], [" \"+", "!\".", "\"", " \".", "\"+", " \"_", "\"..", "\"."], [" \"+", "!\".", " \".", " \"[", " `\"", " \"_", "\"", " \"+\""], [" \"+", " `\"", " \"_", " \"[", " \".", " \"`", " (\"", "!\"."], [" `\"", " \"+", " \"[", " \"`", " \"_", " \".", " _", " (\""], [" `\"", " \"+", " \"[", " \".", " \"`", " \"_", " (\"", " \"+\""], [" `\"", " \"+", " \".", " \"[", " \"`", " `.", " \"_", " \","], [" `\"", " \".", " `.", " \"[", " \"+", " \"`", "!\".", " (\""], [" `\"", " \".", " (\"", " `.", " \"[", " \"+", " \"`", " _"], [" `\"", " `.", " \".", " _", " \"`", " \"[", " (\"", " \"+"], [" `\"", " \".", " _", " `.", " (\"", "\"", " \"+", " \""], [" \".", " `\"", " _", " `.", " \"", " (\"", "\"", "\"."], [" _", " `\"", " \".", "\"", " `.", "\".", " (\"", " \""], [" _", " \".", "\".", "\"", " (\"", " `.", " `\"", "!\"."], [" (\"", " \".", "\".", "\"", " _", " `.", "!\".", " `\""], [" (\"", "!\".", "\".", " \".", " `\"", " \"+", "\"", " `."], [" \".", " (\"", "\".", "!\".", " \"[", " \"+", " \",", " \"\"."], [" (\"", " \".", " plugins", " software", "\".", " \"+", " `.", " workflows"], [" (\"", " \".", " \"[", " plugins", " workflows", "!\".", " \"(", "\"."], [" (\"", " plugins", " workflows", " interfaces", "!\".", " software", "\".", " interoper"], [" workflows", " plugins", " interfaces", " software", " interoper", " technologies", " (\"", " requiring"], [" software", " workflows", " plugins", " interfaces", " requires", " technologies", " interoper", " devices"], [" workflows", " leveraging", " requires", " leverages", " requiring", " interfaces", " plugins", " functionalities"], [" requires", " workflows", " requiring", " leveraging", " leverages", " interfaces", " potentially", " software"], [" requires", " leveraging", " requiring", " workflows", " leverages", " allows", " necessitates", " interacts"], [" requires", " necessitates", " requiring", " ensures", " allows", " across", " workflows", " interacts"], [" requires", " across", " necessitates", " ensures", " requiring", " allows", " necessitating", " enables"], [" across", " requires", " necessitates", " ensures", " allows", " requiring", "across", " evolves"], [" across", "across", " requires", " ensures", " necessitates", " regardless", " requiring", " allows"], [" across", "across", " requires", " regardless", " requiring", " spanning", " necessitates", " ensures"], [" across", "across", " becomes", " requires", " necessitates", " allows", " interfacing", " requiring"], [" across", "across", " requires", " necessitates", " becomes", " interfacing", " interacts", " evolves"], [" across", "across", " Across", "Across", " spanning", " requires", " interacts", " allows"], [" across", "across", " Across", "Across", " spanning", "\u8de8", " regardless", " interfacing"], [" across", "across", " Across", "Across", " spanning", "\u8de8", " regardless", " allows"], [" across", "across", "Across", " Across", "\u8de8", " cross", " spanning", " spanned"], [" across", "across", " Across", "Across", "\u8de8", " spanning", " cross", " spanned"], [" across", "across", " Across", "Across", " deployed", " spanning", " becomes", " allows"], [" across", "across", " Across", " deployed", "Across", " spanning", " becomes", " allows"], [" across", "across", " deployed", " Across", " becomes", " allows", " spanning", "Across"], [" across", " deployed", "across", " becomes", " loaded", " allows", " shipped", " written"], [" across", " deployed", "across", " loaded", " becomes", " allows", " written", " that"], [" across", "across", " deployed", " loaded", " becomes", " allows", " that", " written"], [" across", "across", " deployed", " that", " loaded", " allows", " becomes", " written"], [" across", " that", " is", " becomes", "across", " deployed", " loaded", " between"], [" across", " that", ",", " is", " *", " (", " becomes", " while"]], "p": [[0.9594, 0.029, 0.0107, 0.0004, 0.0003, 0.0002, 0.0, 0.0], [0.9949, 0.0025, 0.0025, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.879, 0.119, 0.0013, 0.0005, 0.0001, 0.0, 0.0, 0.0], [0.9946, 0.0025, 0.0015, 0.0009, 0.0003, 0.0002, 0.0, 0.0], [0.874, 0.1183, 0.0022, 0.0022, 0.0013, 0.0013, 0.0005, 0.0001], [0.7679, 0.22, 0.0066, 0.004, 0.0009, 0.0003, 0.0002, 0.0], [0.6533, 0.2403, 0.0536, 0.0418, 0.0093, 0.0004, 0.0004, 0.0002], [0.7834, 0.106, 0.0643, 0.039, 0.0053, 0.0007, 0.0006, 0.0002], [0.7991, 0.1082, 0.031, 0.0241, 0.0188, 0.0114, 0.0015, 0.0015], [0.8142, 0.0858, 0.0316, 0.0316, 0.0116, 0.0116, 0.0055, 0.0043], [0.9222, 0.0459, 0.008, 0.008, 0.008, 0.0029, 0.0018, 0.0008], [0.4692, 0.1956, 0.1523, 0.0436, 0.0385, 0.0161, 0.0161, 0.0161], [0.3525, 0.2138, 0.1144, 0.0891, 0.0786, 0.0421, 0.0255, 0.0199], [0.3248, 0.1354, 0.1195, 0.0821, 0.0821, 0.0639, 0.044, 0.0342], [0.318, 0.2186, 0.1032, 0.071, 0.0626, 0.0553, 0.0488, 0.0296], [0.2574, 0.1769, 0.1216, 0.0836, 0.0836, 0.0737, 0.0447, 0.0395], [0.4864, 0.2028, 0.123, 0.0845, 0.0166, 0.0147, 0.0147, 0.0101], [0.6255, 0.1396, 0.1396, 0.0513, 0.0079, 0.0054, 0.0048, 0.0048], [0.573, 0.3475, 0.047, 0.005, 0.005, 0.0044, 0.0039, 0.0021], [0.96, 0.0226, 0.0107, 0.005, 0.0005, 0.0002, 0.0002, 0.0002], [0.7413, 0.1288, 0.1003, 0.0082, 0.0064, 0.005, 0.003, 0.0018], [0.7968, 0.1385, 0.0509, 0.0089, 0.0015, 0.0009, 0.0004, 0.0003], [0.4504, 0.2128, 0.1005, 0.0783, 0.0419, 0.0288, 0.0198, 0.0106], [0.339, 0.264, 0.2056, 0.052, 0.0459, 0.0246, 0.0116, 0.0062], [0.5234, 0.1926, 0.1926, 0.0708, 0.0045, 0.0021, 0.0021, 0.0017], [0.6846, 0.1527, 0.0926, 0.0562, 0.0046, 0.0046, 0.0017, 0.001], [0.9996, 0.0003, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8795, 0.119, 0.0013, 0.0001, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9991, 0.0003, 0.0001, 0.0001, 0.0001, 0.0001, 0.0001, 0.0], [0.965, 0.0095, 0.0083, 0.0045, 0.0015, 0.0011, 0.001, 0.0008]], "ranks": {"Rust": [57426, 45829, 86143, 99131, 125009, 141299, 90766, 81600, 54585, 56594, 57948, 31721, 28742, 22104, 24755, 27879, 22418, 24108, 33063, 40822, 46950, 57259, 49143, 43519, 58329, 66151, 83498, 68808, 76849, 48207, 43136, 22818, 21190, 17826, 12581, 9289, 10263, 9645, 9812, 10389, 6974, 5248, 4082, 2740, 1923, 978, 546]}}, {"pos": 592, "top": [[" \uf0a7", "s", " \u2206", " \u203a", " \u00ad", " \uf0d8", "\u0627\u0653", "\u09c7\u09b0"], ["s", " \uf0a7", "\u09c7\u09b0", " \u2206", " \u203a", " \u2018\u2019", " \uf0d8", "\uf0e0"], ["s", " \uf0a7", " \u2206", " \ufffd", " \u00ad", "\u09c7\u09b0", " \u201d", " \u203a"], [" \u00ad", " \uf0a7", " \u2206", "s", " \ufffd", " \u203a", "\u09c7\u09b0", "\u037e"], ["s", " \u00ad", " \u2206", " \ufffd", " \uf0a7", "\u09c7\u09b0", " \u203a", "\u037e"], [" \u00ad", " \u2206", " \uf0a7", " \u203a", "s", " \u2018\u2019", "\u037e", " \ufffd"], [" \u00ad", "s", " \uf0a7", " \u2018\u2019", "\u037e", " \u2206", " \u203a", " \ufffd"], [" \u00ad", " \u2018\u2019", " \uf0a7", " utilising", "s", " \u203a", " utilised", " \u2206"], [" \u00ad", " \u2018\u2019", "\u2063", " \uf0a7", " \u203a", " utilising", "s", "\ufffd"], [" \u00ad", " impactful", " \u2018\u2019", " utilising", "\u2063", " \u2206", " \u203a", " \uf0a7"], [" \u00ad", " impactful", " utilising", "\u2063", " \u2018\u2019", " \u203a", " \u2206", " \uf0a7"], [" impactful", " utilising", " \u00ad", " utilised", " \uf0a7", " \u2018\u2019", "\u2063", " \u203a"], [" utilising", " impactful", " utilised", " seamlessly", " minimising", " \u00ad", " \uf0a7", " centralised"], [" utilising", " impactful", " utilised", " \u00ad", " seamlessly", " organisations", "\u2063", " \uf0a7"], [" utilising", " impactful", " utilised", " organisations", " seamlessly", " minimising", "\ufffd", " centralised"], [" impactful", " utilising", " seamlessly", "\u2063", " geographies", " methodologies", " utilised", " \u00ad"], [" utilising", " impactful", " utilised", " geographies", " organisations", " foundational", " standardised", " methodologies"], [" organisations", " geographies", " utilising", " seamlessly", " impactful", " methodologies", " standardised", "...\u201d"], [" seamlessly", " methodologies", " geographies", " technologies", " impactful", " functionalities", " optimised", " utilising"], [" seamlessly", " technologies", " methodologies", " geographies", " functionalities", " datasets", " iterations", " foundational"], [" seamlessly", " iterations", " geographies", " optimised", " technologies", " functionalities", " timescales", " datasets"], [" geographies", " iterations", " seamlessly", " optimised", " technologies", " standardised", " timescales", " transitioning"], [" iterations", " seamlessly", " geographies", " technologies", " transitioning", " timescales", " iterative", " optimised"], [" iterations", " iterative", " functionalities", " geographies", " optimizations", " transitioning", " timescales", " timelines"], [" iterations", " iterative", " timelines", " timescales", " transitioning", " optimizations", " functionalities", " geographies"], [" iterations", " workflows", " optimizations", " iterative", " customizations", " transitioning", " timelines", " tweaks"], [" iterations", " workflows", " geographies", " evolving", " iterative", " optimizations", " architectures", " timescales"], [" different", " iterations", " differing", " geographies", " \u0440\u0430\u0437\u043d\u044b\u0435", " diff\u00e9rentes", " \u0645\u062e\u062a\u0644\u0641", " variants"], [" different", " iterations", " diff\u00e9rentes", " \u0440\u0430\u0437\u043d\u044b\u0435", " differing", " \u0645\u062e\u062a\u0644\u0641", " diferentes", "\u7570\u306a\u308b"], [" different", " iterations", " platforms", " diff\u00e9rentes", " evolving", " optimizations", " architectures", " implementations"], [" different", " platforms", " iterations", " iOS", " diff\u00e9rentes", " versions", " optimizations", " changes"], [" iOS", " platforms", " different", " iterations", " Android", " macOS", " smartphones", " changes"], [" iOS", " platforms", " Android", " macOS", " different", " iterations", " smartphones", " desktops"], [" iOS", " platforms", " different", " architectures", " iterations", " Android", " macOS", " changes"], [" platforms", " iOS", " changes", " different", " evolving", " platform", " updates", " architectures"], [" platforms", " iOS", " Android", " platform", "platforms", " Platforms", " macOS", " desktops"], [" platforms", " iOS", " desktop", " desktops", " Android", " platform", " macOS", "iOS"], [" platforms", " iOS", " desktop", " desktops", " platform", " Android", " updates", "platforms"], [" platforms", " iOS", " desktop", " desktops", " Android", " platform", " different", " Platforms"], [" platforms", " iOS", " desktop", " Android", " platform", " desktops", " macOS", " Linux"], [" platforms", " iOS", " desktop", " Android", " platform", " desktops", " Linux", " macOS"], [" desktop", " iOS", " desktops", " Android", " Desktop", " platforms", " Linux", "Desktop"], [" desktop", " desktops", " Desktop", " iOS", " Android", " platforms", " Linux", "Desktop"], [" desktop", " desktops", " Desktop", " iOS", " Android", " platforms", "Desktop", " Linux"], [" desktop", " desktops", " Desktop", " platforms", " iOS", " Android", " Linux", " different"], [" desktop", " platforms", " Android", " different", " all", " iOS", " Desktop", " desktops"], [" desktop", " different", " all", " platforms", " OS", " Android", " evolving", " multiple"]], "p": [[0.9996, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8807, 0.1192, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8746, 0.0922, 0.016, 0.0125, 0.0036, 0.001, 0.0, 0.0], [0.6096, 0.1747, 0.1059, 0.0643, 0.039, 0.0025, 0.0025, 0.0007], [0.724, 0.2663, 0.0049, 0.003, 0.0014, 0.0002, 0.0001, 0.0], [0.9939, 0.0015, 0.0015, 0.0015, 0.0015, 0.0001, 0.0, 0.0], [0.9958, 0.0025, 0.0015, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9985, 0.0015, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0015, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8666, 0.1173, 0.0058, 0.0058, 0.0035, 0.0008, 0.0001, 0.0001], [0.6897, 0.1539, 0.1539, 0.0008, 0.0008, 0.0002, 0.0002, 0.0002], [0.9683, 0.0177, 0.0138, 0.0, 0.0, 0.0, 0.0, 0.0], [0.5443, 0.4239, 0.0164, 0.006, 0.0037, 0.0011, 0.0006, 0.0006], [0.7191, 0.206, 0.046, 0.0103, 0.008, 0.0014, 0.0008, 0.0007], [0.9537, 0.0224, 0.0106, 0.003, 0.0024, 0.0018, 0.0011, 0.0009], [0.4729, 0.1971, 0.0822, 0.0725, 0.044, 0.0183, 0.0143, 0.0126], [0.1637, 0.1275, 0.1125, 0.1125, 0.0993, 0.0876, 0.0414, 0.0414], [0.2989, 0.1813, 0.1813, 0.0519, 0.0519, 0.0519, 0.0245, 0.0245], [0.4394, 0.2076, 0.0981, 0.0981, 0.0595, 0.0463, 0.017, 0.0103], [0.3797, 0.2303, 0.1794, 0.066, 0.0514, 0.0243, 0.0147, 0.0115], [0.8126, 0.0856, 0.0315, 0.0245, 0.0191, 0.0116, 0.0043, 0.0033], [0.7089, 0.0747, 0.0747, 0.0747, 0.0167, 0.013, 0.013, 0.0048], [0.9973, 0.0009, 0.0007, 0.0002, 0.0002, 0.0002, 0.0001, 0.0001], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9695, 0.0178, 0.0108, 0.0011, 0.0003, 0.0002, 0.0001, 0.0001], [0.9953, 0.0015, 0.0015, 0.0009, 0.0006, 0.0001, 0.0, 0.0], [0.8808, 0.1192, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9698, 0.0293, 0.0005, 0.0003, 0.0, 0.0, 0.0, 0.0], [0.982, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9976, 0.0015, 0.0009, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9975, 0.0025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9933, 0.0067, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9932, 0.0067, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9983, 0.0009, 0.0006, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9981, 0.0015, 0.0002, 0.0002, 0.0, 0.0, 0.0, 0.0], [0.9969, 0.0025, 0.0006, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9921, 0.0032, 0.0025, 0.0012, 0.0006, 0.0002, 0.0001, 0.0], [0.9145, 0.0276, 0.0102, 0.0102, 0.0079, 0.007, 0.0062, 0.0054], [0.3375, 0.232, 0.1242, 0.1096, 0.0518, 0.0356, 0.019, 0.0168]], "ranks": {"Rust": [83587, 70622, 79237, 77619, 98966, 112027, 55101, 51277, 42727, 51327, 54367, 35358, 34378, 21828, 22736, 23663, 21413, 15712, 17209, 18584, 19185, 27108, 27464, 25210, 40331, 48838, 32347, 21711, 20296, 11341, 10145, 4950, 3929, 2404, 2138, 1057, 1018, 1045, 573, 504, 501, 57, 47, 53, 49, 36, 34]}}, {"pos": 593, "top": [["<end_of_turn>", "\"\u2014", "\ud809\udc2a", " \ud83d\udc9e", "\ud808\udd4c", "\u207b", " \u7ee7\u7eed\u8bbf\u95ee", " \"\\\\\""], ["<end_of_turn>", "\"\u2014", "\ud809\udc2a", "\ud808\udd4c", " /**@", "\u207b", " \ud83d\udc9e", "\uf0be"], ["<end_of_turn>", "\"\u2014", "\ud809\udc2a", " \ud83d\udc9e", "\ud808\udd4c", " /**@", "\u207b", "\u207a"], ["<end_of_turn>", " \ud83d\udc9e", "\ud809\udc2a", "\ud808\udd4c", "\"\u2014", "\u207b", " /**@", "\u207a"], ["<end_of_turn>", " \ud83d\udc9e", "\ud809\udc2a", " \ud83c\udf31", "\"\u2014", "\ud808\udd4c", " \ud83d\ude04", "\u207b"], ["<end_of_turn>", "\"\u2014", " \ud83d\udc9e", "\u301d", "\uf0be", " \ud83c\udf31", "\ud809\udc2a", "\u06cc"], ["<end_of_turn>", "\"\u2014", "\uf0be", "\u06cc", "\u207b", " /**@", "\u301d", "\u037e"], ["<end_of_turn>", "\uf0be", "\"\u2014", "\u06cc", " /**@", " \ud83d\udc9e", "mdash", "\ud808\udd4c"], ["<end_of_turn>", "\uf0be", "\"\u2014", "\u06cc", "mdash", " /**@", "\ud808\udd4c", " \ud83d\udc9e"], ["<end_of_turn>", "\"\u2014", "\uf0be", "\u06cc", "\ud808\udd4c", "mdash", "\ud809\udc2a", "\\&"], ["<end_of_turn>", "\"\u2014", "\uf0be", "\u301d", "\u06cc", "\ud808\udd4c", "\u037e", " /**@"], ["<end_of_turn>", "mdash", "\"\u2014", " \ud83d\udc9e", "\uf0be", "\ueb9a", "\u06cc", " /**@"], ["<end_of_turn>", "\"\u2014", " \ud83d\udc9e", "\uf0be", "mdash", "\u06cc", "\ueb9a", " \ud83c\udf31"], ["<end_of_turn>", "\"\u2014", "mdash", " \ud83d\udc9e", "\uf0be", " \ud83c\udf31", "\ueb9a", "\ud83c\udf31"], ["<end_of_turn>", "\"\u2014", "mdash", " \ud83d\udc9e", "\ueb9a", " \ud83c\udf31", "\ud83c\udf31", "\uff1d\uff1d"], ["<end_of_turn>", "mdash", "\"\u2014", " \ud83c\udf31", " \ud83d\ude04", " \ud83d\udc9e", "subsubsection", "\uff1d\uff1d"], ["<end_of_turn>", "\ud83c\udf31", "\uff1d\uff1d", "\ud83d\udd0d", "\ud808\udd4c", "\ud83d\udce1", " \ud83c\udf31", "\"\u2014"], ["<end_of_turn>", "\ud83c\udf31", "\ud83d\udd0d", "\ud83d\udc49", " \ud83c\udf31", "\ud83d\udcbb", "\ud83d\udce1", "\ud83d\ude80"], ["<end_of_turn>", "\ud83d\ude80", "\ud83c\udf31", "\ud83d\udc49", "\ud83c\udfa7", " \ud83c\udf31", "\ud83d\udd0b", " \">"], ["<end_of_turn>", "\ud83d\udce1", "\ud83d\udd0d", "\ud83c\udf31", "\ud83d\ude80", "\ud83d\udcbb", "\ud83c\udfa7", "\ud83d\udd0b"], ["<end_of_turn>", "\ud83c\udfa7", "\ud83d\udd0d", "\ud83d\udcbb", "\ud83d\ude80", "\ud83c\udf31", "!\">", "\ud83d\udcda"], ["<end_of_turn>", "\ud83d\udd0d", "\ud83c\udfa7", "\ueb9a", "\uff1d\uff1d", "\ud83d\udd0b", "\ud83d\udce1", "\ud83d\udcbb"], ["<end_of_turn>", "\ud83d\udd0d", "\ud83c\udfa7", "\ueb9a", "\ud83d\udce1", "\">&", "\ud83d\udcf6", "\ud83d\udd0b"], ["<end_of_turn>", "\ud83d\udd0d", "\ud83c\udfa7", "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af", "\ud83d\udd75", " \u0430\u043d\u0430\u043b\u0438\u0437", "\ud83d\udd89", "LinkedIn"], ["<end_of_turn>", "\ud83d\udd0d", "\ud83c\udfa7", "LinkedIn", "\ud83e\ude7a", "\ud83d\udd04", "\ud83d\udce1", "\u24ea"], ["<end_of_turn>", "\u3011.", "\ud83c\udfa7", "\ud83d\udd0d", "\ueb9a", "\ud83e\ude7a", "\ud83d\udcdd", "\u24ea"], ["<end_of_turn>", "\ud83d\udd0d", "!\">", "\ueb9a", "\u24ea", "\ud83c\udf63", "\u2067", "\ud83c\udfa7"], ["<end_of_turn>", "\ueb9a", "README", "\ud83c\udf63", "\ud83d\udd0d", "\ud83c\udf5c", "</iframe>", "\u2067"], ["<end_of_turn>", "\u24ea", "\ud83d\udcdd", "IOException", "subsubsection", "\ud83d\udd0d", "\ud83c\udf5c", "README"], ["<end_of_turn>", "\u24ea", "\u2067", "IOException", "<unused76>", "<unused24>", "evolving", "\ud83d\udd0d"], ["<end_of_turn>", "<unused24>", "\u24ea", "<unused76>", "\ue331", "stackoverflow", "\ud83c\udf5c", "\ud83d\udd89"], ["<end_of_turn>", "\u0082", "](#", "](./", "</iframe>", " `<`,", "stackoverflow", " `>=`,"], ["<end_of_turn>", "\ud83c\udf63", " `<`,", "\ud83e\udd24", "](#", " `<=`", "\u0015", "</iframe>"], ["<end_of_turn>", "](#", "\ud83c\udf63", "\u0015", " `<`,", "\ud83e\udd24", "</iframe>", " `<=`"], ["<end_of_turn>", "setError", "</iframe>", " `<=`", "](#", "richter", "\u0015", "\u037f"], ["<end_of_turn>", "setError", "richter", "Gruntfile", "</html>", "</iframe>", "<unused26>", "####"], ["<end_of_turn>", "richter", "setError", "Gruntfile", " \u0917\u0939\u0930\u093e\u0908", "</html>", "undred", "Hide"], ["<end_of_turn>", "setError", "richter", " \u043e\u0448\u0438\u0431\u043a\u0438", "Error", "</html>", "error", " Fehler"], ["<end_of_turn>", "undred", "Height", "setError", "<eos>", "\u037f", " \u043e\u0448\u0438\u0431\u043a\u0438", "richter"], ["<end_of_turn>", "<eos>", "richter", "undred", "\u037f", " \u0917\u0939\u0930\u093e\u0908", "setError", " \u043e\u0448\u0438\u0431\u043a\u0438"], ["<end_of_turn>", "<eos>", "undred", " hundred", "richter", "hundred", "\n", " \u043e\u0448\u0438\u0431\u043a\u0438"], ["<end_of_turn>", " Richardson", " Henderson", "Henderson", " Eriksson", " hundred", " Hinton", " Hund"], ["<end_of_turn>", " Henderson", "<eos>", "Henderson", " hundred", " hundreds", "\n", " Richardson"], ["<end_of_turn>", " Henderson", "\n", "<eos>", "Henderson", " hundred", " hundreds", " Richardson"], ["<end_of_turn>", "<eos>", "\n", " hundreds", " hundred", " Henderson", " ,", " ."], ["<end_of_turn>", "\n", "<eos>", " ", " ,", " .", " hundred", " -"], ["<end_of_turn>", "\n", " ", " (", ".", " .", " and", " -"]], "p": [[0.9931, 0.0067, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9929, 0.0067, 0.0002, 0.0001, 0.0001, 0.0, 0.0, 0.0], [0.9983, 0.0006, 0.0004, 0.0002, 0.0002, 0.0001, 0.0001, 0.0], [0.9994, 0.0003, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9959, 0.0032, 0.0003, 0.0002, 0.0002, 0.0001, 0.0, 0.0], [0.9996, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9997, 0.0003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9998, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9787, 0.0058, 0.001, 0.0007, 0.0007, 0.0006, 0.0004, 0.0004], [0.9886, 0.0031, 0.0012, 0.0008, 0.0006, 0.0002, 0.0002, 0.0002], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9832, 0.014, 0.001, 0.0002, 0.0002, 0.0002, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9938, 0.0028, 0.0009, 0.0002, 0.0001, 0.0001, 0.0001, 0.0001]], "ranks": {"Rust": [98018, 90214, 108224, 118564, 130266, 151986, 102695, 99366, 93134, 65859, 107819, 82735, 107463, 79371, 97468, 116626, 87190, 81680, 32351, 30111, 65661, 86686, 113459, 86097, 43040, 55365, 80373, 64900, 51561, 59299, 88998, 57990, 64776, 26087, 6291, 11654, 15474, 24281, 20308, 11050, 10359, 8652, 7942, 5404, 5440, 3835, 1063]}}, {"pos": 594, "top": [["\u0d4d\u200d", "\ud835\udc90", "aditional", "oretical", "ir", "ocom", "qe", "theless"], ["\u0d4d\u200d", "\ud835\udc90", "theless", "aditional", "\ud835\udc86", " efic", "\ud835\udc93", "ocom"], ["\u0d4d\u200d", "\ud835\udc90", "aditional", "\ud835\udc86", "ocom", " \u00a8", "\ud835\udc88", "effetto"], ["\u0d4d\u200d", "\ud835\udc90", "\ud835\udc86", "effetto", "ocom", "aditional", "\ud835\udc84", " \u00a8"], [" \u00a8", " \uff65", " \u06be", "theless", "\u0d4d\u200d", "\ud835\udc86", "\u05ea", "effetto"], [" \u00a8", " \uff65", "\u05ea", " \uff64", " \u06be", "theless", "\ud835\udc84", "\ud835\udc86"], ["<sup>", "\u05ea", "\uff64", "\u318d", "\uf020", "<i>", "\u0d4d\u200d", " \u00a8"], ["\uf020", "\uff64", " \u00a8", "\u05ea", "\u318d", "<i>", "\ud835\udc86", "\u00b8"], [" \u2018\u2019", "\uff64", "\uf020", "\uff62", " \u00a8", "<i>", " \u2019\u2019", " \ufb01"], ["\uf020", "\uf097", "\uf0b7", " \ufb01", "\u2019\u2019", "\uff64", "\ufb01", "\u0002"], [" \ufb01", "\uf020", " \u2018\u2019", "\ufb01", " \u2018\u2018", " \u2019\u2019", "\uf0b7", "\uf097"], ["<eos>", "\n\n\n\n\n\n\n", "\n\n\n\n\n", "\n\n\n\n", "\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n", "\u200b", "\n\n\n\n\n\n\n\n\n\n\n"], ["\n\n\n\n\n", "\u200b", "\n\n\n\n\n\n\n", "<eos>", "\uf0b7", " \u2018\u2019", "\u2019\u2019", " \uf0b7"], ["\uf0b7", "\ufffd", "\u200b", " \ufb01", "\u2019\u2019", "\u201d\u201c", "<eos>", "!\u201d"], ["<eos>", "\n\n\n\n\n", "\uf0b7", "https", " \uf0b7", "\u200b", "\u2062", "<h3>"], ["<eos>", "https", "\n\n\n\n\n", "\n\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n", " https", "<h3>", "\n\n\n\n\n\n\n\n\n\n\n"], ["<eos>", "Moreover", "\n\n\n\n\n", "\n\n\n\n\n\n\n", "https", "<h3>", "\n\n\n\n\n\n", "\n\n\n\n"], ["https", "<eos>", "What", "<h3>", "Moreover", "Despite", "\n\n\n\n\n", " https"], ["<eos>", "\n\n\n\n", "https", "\n\n\n\n\n", "\n\n\n\n\n\n\n", "\n\n\n", "\n\n\n\n\n\n", "What"], ["\n\n\n\n\n\n\n", "\n\n\n\n\n", "\n\n\n\n", "<eos>", "\n\n\n\n\n\n", "\n\n\n\n\n\n\n\n", "https", "Despite"], ["\n\n\n\n\n\n\n", "<eos>", "\n\n\n\n\n", "\n\n\n\n", "Despite", "Solving", "\n\n\n\n\n\n", "Challenges"], ["Challenges", "Complexity", "\u98a8\u96aa", "LinkedIn", "challenges", "Ultimately", "Problems", "Solving"], ["Challenges", "\u98a8\u96aa", "Engineering", "Complexity", "<eos>", "LinkedIn", " workflows", "Innovation"], [" workflows", " prioritization", " troubleshooting", " complexities", " vulnerabilities", " bioinformatics", "\u98a8\u96aa", " inefficiencies"], ["Complexity", " prioritization", " inefficiencies", "Challenges", "\u98a8\u96aa", " troubleshooting", "Understanding", "Finally"], ["Finally", "Lastly", " Lastly", " Finally", "Finalmente", "Challenges", "Furthermore", "Limitations"], ["Finally", "Lastly", " Lastly", " Finally", "Finalmente", "\u6700\u5f8c\u306b", " Finalmente", "Eventually"], ["Finally", "Lastly", " Lastly", "](#", "These", "Limitations", "Anyway", "Regardless"], ["Finally", "These", "Lastly", "](#", " Lastly", "```", " Finally", "Assuming"], ["](#", "Finally", "```", ">**", " `#", "Limitations", "(`/", "Lastly"], ["](#", ">**", "```", " `<=", "Finally", "`/", "=`", "(`"], ["](#", ">**", "```", "Finally", "**", "\n\n\n\n", "####", "**("], ["](#", ">**", "```", "**", "**(", "**:", "####", "(**"], [">**", "```", "**", "](#", "**(", "**:", ":**", "**."], ["**", ">**", "](#", "Let", "```", ":**", "**(", "**:"], ["Let", "**", ">**", "](#", "Platforms", "Platform", "```", "4"], ["Let", "**", "Platform", "Platforms", ">**", "4", "platform", "Now"], ["**", "Let", "4", "Platform", "Platforms", ">**", "Fourth", "platform"], ["Platform", "Platforms", " platforms", " platform", "platform", " Platforms", "**", "platforms"], ["Platform", "Platforms", " platforms", "platform", " platform", "platforms", " Platforms", "**"], ["Platforms", " platforms", "Platform", "platform", " platform", "platforms", " Platforms", "Let"], ["Platforms", "platform", " platforms", "Platform", " platform", "platforms", " Platforms", " Platform"], ["Platform", "Platforms", " platforms", "platform", " platform", "platforms", "Let", " Platforms"], ["Platform", " platforms", "platform", "Platforms", " platform", "4", "Let", "**"], [" platforms", "platform", "**", "Platform", " platform", "Platforms", "4", "platforms"], ["**", " **", "5", " platforms", "platform", "Platforms", " platform", "##"], ["**", "5", "*", "<!--", "    ", " platforms", "##", "("]], "p": [[0.4024, 0.0545, 0.0424, 0.0424, 0.0291, 0.0227, 0.0227, 0.02], [0.1894, 0.0423, 0.029, 0.02, 0.02, 0.02, 0.02, 0.0121], [0.0718, 0.0559, 0.0318, 0.0281, 0.0248, 0.0248, 0.0233, 0.0219], [0.1043, 0.0233, 0.016, 0.015, 0.0125, 0.0117, 0.0097, 0.0097], [0.6178, 0.0271, 0.0187, 0.0113, 0.0088, 0.0073, 0.0073, 0.0073], [0.9475, 0.0324, 0.0056, 0.0013, 0.001, 0.0008, 0.0007, 0.0004], [0.6331, 0.1601, 0.0756, 0.0245, 0.0217, 0.0191, 0.0169, 0.0169], [0.4619, 0.4077, 0.0708, 0.0203, 0.0058, 0.0051, 0.0035, 0.0027], [0.6701, 0.2465, 0.0334, 0.0123, 0.0096, 0.004, 0.0024, 0.0021], [0.2223, 0.1528, 0.119, 0.119, 0.0637, 0.0341, 0.0266, 0.0266], [0.7719, 0.1722, 0.0264, 0.0206, 0.0025, 0.0019, 0.0013, 0.0005], [0.7098, 0.0961, 0.0848, 0.0583, 0.0115, 0.0061, 0.0054, 0.0042], [0.2435, 0.115, 0.1015, 0.0896, 0.0698, 0.0698, 0.048, 0.0373], [0.202, 0.202, 0.1782, 0.1225, 0.0656, 0.0451, 0.031, 0.0213], [0.9969, 0.0007, 0.0006, 0.0006, 0.0002, 0.0001, 0.0001, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9533, 0.0288, 0.0064, 0.0044, 0.0044, 0.0006, 0.0006, 0.0005], [0.9815, 0.018, 0.0001, 0.0001, 0.0001, 0.0001, 0.0, 0.0], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.4451, 0.27, 0.1275, 0.0774, 0.0152, 0.0082, 0.0082, 0.0063], [0.3657, 0.2513, 0.1727, 0.072, 0.0182, 0.0125, 0.0125, 0.0086], [0.7603, 0.0334, 0.026, 0.026, 0.023, 0.0158, 0.0108, 0.0096], [0.5194, 0.1488, 0.1159, 0.0903, 0.0703, 0.0201, 0.0074, 0.0058], [0.3171, 0.3171, 0.247, 0.0708, 0.026, 0.0096, 0.0045, 0.0021], [0.1792, 0.1087, 0.1087, 0.0846, 0.0846, 0.0659, 0.0513, 0.0513], [0.9982, 0.0015, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9978, 0.0009, 0.0006, 0.0004, 0.0003, 0.0, 0.0, 0.0], [0.8842, 0.0343, 0.0343, 0.0208, 0.006, 0.0036, 0.0036, 0.0022], [0.9904, 0.004, 0.0019, 0.0015, 0.0009, 0.0009, 0.0002, 0.0001], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9988, 0.0012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9684, 0.0292, 0.0024, 0.0, 0.0, 0.0, 0.0, 0.0], [0.8806, 0.1192, 0.0002, 0.0, 0.0, 0.0, 0.0, 0.0], [0.7375, 0.0998, 0.0998, 0.0605, 0.0009, 0.0009, 0.0004, 0.0001], [0.6613, 0.1895, 0.1149, 0.02, 0.0094, 0.0021, 0.001, 0.0008], [0.7457, 0.1664, 0.0612, 0.0065, 0.005, 0.0044, 0.0021, 0.0018], [0.8992, 0.0738, 0.01, 0.0078, 0.0042, 0.002, 0.0007, 0.0006], [0.5126, 0.3992, 0.0225, 0.0199, 0.0121, 0.0094, 0.0027, 0.0024], [0.4988, 0.1619, 0.1113, 0.0982, 0.0982, 0.0091, 0.0071, 0.0055], [0.3709, 0.2888, 0.1752, 0.1063, 0.0304, 0.0144, 0.0099, 0.0022], [0.3172, 0.3172, 0.1698, 0.1167, 0.0486, 0.0203, 0.0066, 0.0013], [0.3381, 0.205, 0.205, 0.1597, 0.0518, 0.0277, 0.009, 0.0011], [0.3496, 0.1871, 0.1458, 0.1286, 0.1286, 0.012, 0.012, 0.0106], [0.2456, 0.149, 0.1315, 0.1315, 0.116, 0.116, 0.0293, 0.0202], [0.3216, 0.1951, 0.1722, 0.1044, 0.0813, 0.0559, 0.0384, 0.0125], [0.8649, 0.071, 0.018, 0.014, 0.0033, 0.0023, 0.0017, 0.0016], [0.872, 0.0298, 0.0097, 0.0085, 0.008, 0.008, 0.008, 0.0055]], "ranks": {"Rust": [91380, 74129, 99333, 110254, 136247, 182578, 97083, 122074, 82377, 12969, 63169, 28747, 76975, 37941, 46056, 31491, 17616, 13455, 8731, 3206, 3119, 9194, 17600, 39601, 14411, 31102, 36827, 25305, 35750, 22406, 25951, 22391, 23558, 16939, 12713, 8418, 9282, 16872, 2722, 2707, 2949, 14, 10, 22, 13, 15, 14]}}], "cast": [{"w": "workflows", "n": 951, "best": 1, "layers": [9, 45], "score": 505.55, "echo": false}, {"w": "s", "n": 670, "best": 1, "layers": [0, 46], "score": 467.47, "echo": true}, {"w": "leveraging", "n": 756, "best": 1, "layers": [0, 39], "score": 338.16, "echo": false}, {"w": "vulnerabilities", "n": 686, "best": 1, "layers": [12, 46], "score": 336.14, "echo": false}, {"w": "prioritization", "n": 680, "best": 1, "layers": [16, 45], "score": 327.15, "echo": false}, {"w": "scalability", "n": 661, "best": 1, "layers": [19, 44], "score": 278.39, "echo": false}, {"w": "complexity", "n": 601, "best": 1, "layers": [16, 46], "score": 231.42, "echo": false}, {"w": "optimizations", "n": 574, "best": 1, "layers": [18, 43], "score": 205.89, "echo": false}, {"w": "Android", "n": 409, "best": 1, "layers": [0, 46], "score": 174.66, "echo": true}, {"w": "likely", "n": 367, "best": 1, "layers": [16, 46], "score": 159.09, "echo": true}, {"w": "OpenGL", "n": 312, "best": 1, "layers": [17, 45], "score": 146.98, "echo": false}, {"w": "plugins", "n": 366, "best": 1, "layers": [16, 46], "score": 145.39, "echo": true}, {"w": "bottlenecks", "n": 300, "best": 1, "layers": [14, 46], "score": 141.31, "echo": true}, {"w": "incredibly", "n": 299, "best": 1, "layers": [10, 46], "score": 133.27, "echo": false}, {"w": "Plugin", "n": 378, "best": 1, "layers": [0, 46], "score": 130.35, "echo": true}, {"w": "compatibility", "n": 259, "best": 1, "layers": [22, 46], "score": 130.0, "echo": false}, {"w": "impactful", "n": 382, "best": 1, "layers": [6, 34], "score": 128.6, "echo": false}, {"w": "prioritizing", "n": 371, "best": 1, "layers": [9, 46], "score": 127.03, "echo": false}, {"w": "FPS", "n": 317, "best": 1, "layers": [9, 46], "score": 124.92, "echo": true}, {"w": "Synchronization", "n": 321, "best": 1, "layers": [22, 45], "score": 117.25, "echo": false}, {"w": "workflow", "n": 380, "best": 1, "layers": [9, 35], "score": 114.69, "echo": false}, {"w": "responsiveness", "n": 209, "best": 1, "layers": [17, 46], "score": 113.88, "echo": true}, {"w": "workloads", "n": 226, "best": 1, "layers": [20, 46], "score": 107.58, "echo": false}, {"w": "e", "n": 331, "best": 1, "layers": [0, 44], "score": 107.07, "echo": true}, {"w": "prototyping", "n": 270, "best": 1, "layers": [17, 43], "score": 102.25, "echo": false}, {"w": "Integration", "n": 281, "best": 1, "layers": [15, 46], "score": 100.3, "echo": true}, {"w": "optimization", "n": 300, "best": 1, "layers": [18, 45], "score": 84.81, "echo": false}, {"w": "Performance", "n": 221, "best": 1, "layers": [28, 46], "score": 83.78, "echo": true}, {"w": "prioritized", "n": 296, "best": 1, "layers": [19, 46], "score": 82.48, "echo": false}, {"w": "o", "n": 135, "best": 1, "layers": [0, 21], "score": 80.02, "echo": true}, {"w": "inefficiencies", "n": 254, "best": 1, "layers": [16, 38], "score": 78.1, "echo": false}, {"w": "FPGA", "n": 217, "best": 1, "layers": [18, 39], "score": 74.94, "echo": false}, {"w": "and", "n": 161, "best": 1, "layers": [11, 46], "score": 74.4, "echo": true}, {"w": "responsive", "n": 198, "best": 1, "layers": [26, 46], "score": 74.03, "echo": true}, {"w": "Mobile", "n": 224, "best": 1, "layers": [35, 46], "score": 73.76, "echo": true}, {"w": "Stability", "n": 214, "best": 1, "layers": [17, 46], "score": 73.28, "echo": true}, {"w": "Linux", "n": 164, "best": 1, "layers": [0, 46], "score": 72.42, "echo": true}, {"w": "complexities", "n": 212, "best": 1, "layers": [15, 46], "score": 71.17, "echo": false}, {"w": "requires", "n": 143, "best": 1, "layers": [21, 45], "score": 68.77, "echo": true}, {"w": "first", "n": 123, "best": 1, "layers": [29, 46], "score": 67.08, "echo": true}]}