tokens
list
ner_tags
list
[ "I", "'m", "not", "sure", "if", "Hive", "improved", "\"", "CROSS", "\"", "in", "the", "past", "year", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O" ]
[ "Problem", ":" ]
[ "O", "O" ]
[ "I", "want", "to", "use", "a", "different", "size", "scale", "for", "edges", "and", "nodes", "in", "a", "network", "created", "with", "the", "ggnetwork", "package", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "B-Library", "O", "O", "O", "B-Library", "O", "O" ]
[ "If", "you", "look", "at", "the", "image", "below", "you", "may", "think", "I", "already", "did", "that", "since", "they", "all", "have", "different", "sizes", "but", "in", "fact", "edge", "and", "node", "size", "are", "not", "scaled", "independently", "...
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-User_Interfac...
[ "They", "are", "both", "scaled", "by", "the", "scale_size_area()", "function", "towards", "the", "same", "maximum", "(", "30", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O" ]
[ "If", "I", "get", "larger", "nodes", "my", "edges", "will", "shrink", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "guess", "my", "problem", "boils", "down", "to", "scaling", "the", "size", "of", "different", "geoms", "with", "different", "functions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "for", "example", "how", "can", "I", "scale", "the", "size", "of", "the", "nodes", "with", "scale_size_area", "(", "max_size", "=", "30", ")", "and", "the", "size", "of", "the", "edges", "with", "scale_size_continuous", "(", "range", "=", "c(1,6))", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block"...
[ "Example", "code", ":" ]
[ "O", "O", "O" ]
[ "Example", "plot", ":" ]
[ "O", "B-User_Interface_Element", "O" ]
[ "Almost", "a", "duplicate", "of", "this", "question", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "a", "ggplot2", "expert", ",", "but", "as", "far", "I", "understand", ",", "dual-scaling", "(", "e.g", ".", "having", "two", "y-axes", "or", "two", "color", "scales", ")", "contradicts", "the", "grammar", "of", "graphics", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "solution", "to", "the", "aforementioned", "question", "might", "work", ",", "but", "it", "'s", "a", "hack", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "use", "SVG", "images", "in", "CKEDITOR", "." ]
[ "O", "O", "O", "O", "O", "B-File_Type", "B-User_Interface_Element", "O", "B-Application", "O" ]
[ "To", "accomplish", "this", "I", "base64_encode", "the", "image", "and", "using", "them", "in", "the", "image", "source", ",", "so", "the", "image", "becomes", ":" ]
[ "O", "O", "O", "O", "B-Function", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "This", "almost", "works", "." ]
[ "O", "O", "O", "O" ]
[ "In", "the", "preview", "I", "see", "the", "image", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "The", "problem", "is", ",", "the", "moment", "I", "save", "the", "image", "the", "\"", "+", "\"", "-signs", "become", "replaces", "by", "whitespaces", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "B-Value", "O" ]
[ "It", "seems", "to", "be", "an", "CKEditor", "setting", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "I", "var_dumped", "the", "variable", "the", "moment", "it", "came", "to", "the", "server", ",", "and", "the", "spaces", "where", "already", "there", "." ]
[ "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Value", "O", "O", "O", "O" ]
[ "Does", "anyone", "have", "a", "clue", "how", "this", "is", "happening", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "testing", "an", "implementation", "of", "the", "singleton", "pattern", "and", "I", "feel", "like", "I", "ca", "n't", "figure", "out", "why", "IntelliJ", "is", "throwing", "me", "an", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "the", "code", "." ]
[ "O", "O", "O", "O", "O" ]
[ "And", "here", "is", "where", "how", "I", "'m", "calling", "it", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "error", "I", "'m", "getting", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "are", "calling", "static", "method", "which", "can", "be", "called", "by", "the", "Class", "so", "remove", "the", "new", "keyword", "and", "update", "the", "code", "as", "below", ":" ]
[ "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "other", "answers", "are", "correct", "-", "however", "this", "implementation", "of", "the", "Singleton", "pattern", "is", "horribly", "flawed", "and", "will", "break", "in", "unexpected", "ways", "in", "a", "multi-threading", "environment", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "easiest", "way", "is", "not", "to", "have", "lazy", "initialization", "of", "the", "singleton", ",", "if", "you", "really", "must", "have", "lazy", "initialization", "then", "do", "it", "using", "a", "static", "holder", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O" ]
[ "This", "uses", "the", "class", "loader", "to", "handle", "all", "the", "lazy", "initialization", ",", "thread", "safety", ",", "etc", "for", "you", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "completely", "thread", "safe", "and", "fast", "due", "to", "the", "fact", "that", "it", "does", "n't", "need", "synchronization", "or", "null", "checks", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O" ]
[ "I", "am", "trying", "to", "implement", "an", "algorithm", "for", "process", "histograms", "images", "using", "multiple", "threads", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "One", "of", "the", "most", "common", "approach", "is", "to", "split", "multiple", "thread", "create", "a", "cache", "buffer", "on", "each", "one", ",", "do", "the", "histogram", "on", "the", "cache", "buffer", "and", "then", "lock", "a", "mutex", "addit...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Dat...
[ "This", "approach", "is", "very", "efficient", "but", "can", "introduce", "a", "'", "jam", "'", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "mean", "the", "additions", "of", "the", "datas", "cannot", "be", "realized", "concurently", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "most", "of", "the", "case", "when", "the", "range", "of", "the", "values", "is", "quite", "short", "(", "e.g", ".", "0-255", ")", "it", "'s", "the", "time", "needed", "to", "proceed", "the", "addition", "is", "very", "fast", "and", "can", "be"...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "the", "range", "of", "datas", "is", "higher", "like", "for", "example", "on", "thermal", "images", "this", "time", "can", "become", "more", "significant", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thermal", "images", "are", "often", "matrix", "of", "unsigned", "short", ",", "even", "if", "the", "values", "does", "n't", "use", "the", "full", "range", "(", "0-65535", ")", "the", "algorithm", "must", "process", "all", "the", "range", "." ]
[ "O", "B-User_Interface_Element", "O", "O", "B-Data_Structure", "O", "B-Data_Type", "I-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "order", "to", "speed", "up", "a", "little", "bit", "hte", "processing", "I", "thought", "to", "launch", "a", "background", "thread", "to", "do", "the", "addition", "while", "the", "\"", "foreground", "\"", "thread", "would", "only", "write", "the", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "So", "basically", "the", "work", "of", "a", "\"", "foreground", "\"", "thread", "used", "to", "be", "that", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "get", "a", "buffer", "from", "a", "circular", "buffer", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "process", "the", "histogram", "for", "a", "specified", "set", "of", "data", "(", "e.g", ".", "from", "line", "n", "to", "line", "m", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "O" ]
[ "-notify", "the", "background", "buffer", "the", "operations", "are", "finished", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "The", "background", "thread", "used", "to", "do", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "wait", "until", "a", "notification", "arrive", "and", "check", "if", "the", "number", "of", "available", "buffer", "is", "lower", "than", "the", "number", "of", "buffers", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "If", "the", "conditions", "are", "true", "then", "look", "for", "the", "buffer", "to", "be", "processed", "from", "the", "buffers", "available", "." ]
[ "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Do", "the", "addition", "with", "the", "output", "buffer", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "make", "the", "processed", "buffer", "reusable", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "not", "very", "familiar", "with", "condition", "variables", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "in", "order", "to", "check", "communication", "between", "the", "threads", "using", "conditions", "variable", "I", "wrote", "the", "following", "toy", "sample", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "toy.h" ]
[ "B-File_Name" ]
[ "main", ".cpp" ]
[ "B-File_Name", "I-File_Name" ]
[ "This", "code", "as", "is", "use", "to", "work", "without", "difficulties", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "unwanted", "aspect", "of", "the", "code", "is", "written", "on", "the", "method", "background", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "must", "check", "the", "position", "of", "the", "variable", "\"", "it", "\"", "otherwise", "it", "can", "take", "a", "position", "outside", "of", "the", "buffer", "size", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "way", "I", "thought", "was", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "-", "At", "the", "end", "of", "the", "foreground", "thread", "a", "notification", "is", "send", "to", "the", "background", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "-", "Then", "the", "background", "thread", "process", "the", "buffers", "(", "or", "the", "buffers", "depending", "how", "fast", "the", "threads", "are", "ending", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "-", "At", "the", "end", "the", "background", "thread", "notify", "to", "the", "next", "foreground", "thread", "(", "in", "the", "method", "get_buffer())", "it", "has", "finish", "to", "process", "the", "buffer", "and", "has", "made", "it", "reusable", "."...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]
[ "Following", "these", "statement", "when", "the", "background", "thread", "is", "looking", "for", "a", "thread", "it", "use", "to", "find", "it", "between", "Buf_start", "and", "_Buf_end", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "So", "the", "seeking", "of", "the", "buffer", "in", "the", "method", "background", "use", "to", "be", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "After", "several", "hours", "of", "tests", "I", "have", "no", "idea", "what", "'s", "wrong", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "also", "interested", "to", "know", "if", "this", "algorithm", "really", "work", "like", "I", "think", "it", "do", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "any", "more", "efficient", ",", "less", "processing", "way", "to", "communicate", "between", "threads", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance", "." ]
[ "O", "O", "O", "O" ]
[ "I", "fix", "it", "!" ]
[ "O", "O", "O", "O" ]
[ ":)", "." ]
[ "O", "O" ]
[ "I", "identify", "several", "issues", "from", "the", "class", "\"", "toy", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "In", "the", "overload", "of", "the", "operator", "()", "I", "copy", "past", "the", "code", "of", "the", "method", "get", "buffer()", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O" ]
[ "I", "did", "a", "block", "function", "around", "the", "wait", "condition", "in", "order", "to", "not", "to", "be", "sequential", "over", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "unique_lock", "needed", "by", "the", "condition", "variable", "exist", "only", "between", "the", "brackets", "of", "the", "block", "function", ",", "like", "this", "when", "the", "wait", "condition", "has", "been", "evaluated", "the", "mutex", "_mtx_fo...
[ "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "Then", "in", "order", "to", "prevent", "an", "outbound", "during", "the", "search", "of", "the", "available", "buffer", "the", "while", "loop", "has", "been", "replaced", "by", "a", "for", "loop", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "The", "issue", "was", "on", "the", "condition", "to", "satisfy", "for", "increment", "the", "pointer", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "On", "the", "\"", "background", "\"", "thread", "I", "add", "a", "loop", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "idea", "is", "that", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "The", "background", "thread", "must", "run", "until", "the", "end", "of", "the", "end", "of", "the", "algorithm", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "background", "thread", "is", "waiting", "for", "a", "notification" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "from", "one", "of", "the", "foreground", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Look", "for", "a", "buffer", "to", "process", "," ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O" ]
[ "process", "it", ",", "remake", "it", "available", "and", "notify", "it", "to", "the", "foreground", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "redo", "until", "all", "the", "buffers", "are", "processed", "then", "go", "back", "to", "2)", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "some", "part", "have", "been", "\"", "deeply", "\"", "modified", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "up", "to", "date", "implementation", "of", "the", "class", "toy", "called", "toy2", "is", "this", "one", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "O", "O", "O" ]
[ "I", "have", "a", "few", "entities", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "A", "User", "can", "have", "Jobs", "assigned", "to", "them", "." ]
[ "O", "B-Variable", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "A", "Job", "can", "contain", "Tasks", "." ]
[ "O", "B-Variable", "O", "O", "B-Variable", "O" ]
[ "I", "can", "get", "a", "list", "of", "users", "easily", "enough", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "O", "O" ]
[ "For", "some", "reason", ",", "the", "Job", "was", "n't", "given", "a", "User", "record", ",", "just", "a", "copy", "of", "their", "ID", "so", "I", "'d", "need", "to", "link", "them", "together", "like", "this", "(", "I", "do", "n't", "know", "if",...
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "question", "is", ":", "is", "it", "possible", "to", "get", "a", "count", "of", "tasks", "assigned", "to", "the", "user", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "I", "'d", "essentially", "like", "something", "like", "this", ",", "although", "this", "does", "n't", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "That", "sort", "of", "thing", "would", "allow", "me", "to", "access", "tasksCount", "as", "a", "property", "of", "the", "user", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "Something", "I", "tried", "was", "this", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "That", "can", "get", "scores", ",", "but", "it", "breaks", "the", "results", "and", "means", "I", "'d", "have", "to", "pull", "some", "clever", "tricks", "in", "the", "twig", "file", "to", "make", "it", "work", "." ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "The", "results", "are", "passed", "to", "the", "twig", "file", "as", "the", "parameter", "users", ",", "but", "the", "code", "above", "gives", "me", "an", "array", "of", "user", ",", "count", ",", "user", ",", "count", ".", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O", "O" ]
[ "I", "'d", "prefer", "to", "keep", "the", "count", "as", "part", "of", "the", "user", "as", "I", "'d", "prefer", "to", "keep", "that", "logic", "away", "from", "the", "twig", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "I", "'d", "also", "prefer", "not", "to", "hydrate", "the", "results", "as", "an", "array", "because", "I", "'ve", "got", "a", "function", "on", "the", "User", "entity", "that", "generates", "a", "Gravatar", "image", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Application", "B-User_Interface_Element", "O" ]
[ "This", "allows", "me", "to", "generate", "the", "Gravatar", "image", "in", "the", "twig", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "Is", "what", "I", "want", "possible", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "i", "am", "trying", "to", "get", "the", "difference", "between", "class", "RSAPKCS1Signatureformatter", "and", "RSACryptoServiceProvider" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class" ]
[ "as", "when", "i", "sign", "data", "using", "RSAPKCS1Signatureformatter", "it", "returns", "different", "signature", "value", "than", "signing", "using", "RSACryptoServiceProvider", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "RSAPKCS1SignatureFormatter", "just", "calls", "RSACryptoServiceProvider.SignHash", "." ]
[ "B-Class", "O", "O", "B-Function", "O" ]