tokens
list
ner_tags
list
[ "I", "did", "n't", "get", "your", "question", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "if", "you", "want", "to", "store", "in", "6*6", "character", "array", "without", "getting", "exception", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "B-Data_Structure", "O", "O", "B-Class", "O" ]
[ "Here", "is", "the", "code", "how", "to", "do", "it" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "easiest", "way", "is", "to", "make", "sure", "the", "user", "has", "entered", "36", "characters", "exactly", ",", "then", "you", "can", "just", "copy", "the", "char", "array", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "B-Data_Structure", "O" ]
[ "Live", "Demo" ]
[ "O", "O" ]
[ "And", "you", "could", "use", "that", "1D", "array", "as", "a", "flat", "2D", "array", ",", "or", "parse", "them", "into", "a", "2D", "array", "in", "this", "way", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "I", "want", "to", "create", "list", "from", "one", "table", ",", "using", "contain", "with", "another", "tables", "and", "make", "keyField", "from", "first", "Table", "but", "valueField", "from", "another", "Table", "+", "key", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "O", "B-Data_Structure", "O", "B-Variable", "O" ]
[ "I", "have", "table", "CustomerNumbers", "(", "key", "=>", "customer_number", ")", "->", "Users", "->", "Groups", "(", "value", "=>", "name", ")" ]
[ "O", "O", "B-Data_Structure", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Need", "to", "create", "list", "with", "all", "CustomerNumbers.customer_number", "as", "key", "and", "Groups.name", "plus", "key", "as", "value", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "B-Variable", "O", "O", "O" ]
[ "here", "is", "my", "query", "(", "also", ",", "I", "do", "not", "want", "make", "standard", "classic", "php", "foreach", "to", "create", "list", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-Data_Structure", "O" ]
[ "result", "shoud", "be", "like" ]
[ "O", "O", "O", "O" ]
[ "Also", "this", "is", "not", "duplicated", "question", "@drmonkeyninja", "because", "in", "your", "example", "(", "Question", ")", "you", "need", "to", "use", "virtual", "field", "option", "from", "single", "model", "(", "ex", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Model", "Users", "and", "take", "First", "and", "Last", "name", "as", "one", "field", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "my", "case", "I", "need", "virtual", "field", "from", "model", "Customer", "Numbers", "and", "another", "field", "from", "Model", "Groups", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "solution", "in", "pure", "php", ",", "but", "I", "hope", "so", "that", "there", "is", "CakePhp", "soultion", "too", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "I", "am", "a", "beginner", "." ]
[ "O", "O", "O", "O", "O" ]
[ "I", "am", "finding", "it", "very", "difficult", "to", "understand", "one", "concept", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "help", "me", "understand", "the", "concept", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Solution", ":" ]
[ "O", "O" ]
[ "MyApp.Web", "references", "MyApp.Logic", ",", "and", "MyApp.Logic", "references", "MyApp.Data", "." ]
[ "B-Variable", "O", "B-Variable", "O", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "On", "my", "application", ",", "what", "I", "am", "trying", "to", "do", "is", "simply", "bind", "a", "gridview", "by", "the", "tablename", ",", "which", "is", "chosen", "from", "a", "dropdownlist", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "However", ",", "there", "are", "hundreds", "and", "more", "tables", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "The", "purpose", "here", "is", "just", "to", "display", "data", "to", "the", "user", "(", "with", "paging", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "a", "class", "\"", "Get_Data", "\"", "on", "project", "MyApp.Data", "has", "a", "function", ":" ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "From", "MyApp.Logic", ",", "I", "am", "just", "passing", "the", "datatable", "from", "the", "MyApp.Data", "tier", "to", "MyApp.Web", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "B-Variable", "O" ]
[ "And", "then", "the", "gridview", "is", "bound", "and", "everything", "is", "working", "here", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "what", "I", "am", "doing", "wrong", "here", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "really", "bad", "to", "have", "datatable", "in", "UI", "level", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "Why", "is", "it", "a", "bad", "design", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "notion", "that", "it", "is", "bad", "practice", "for", "your", "UI", "to", "create/load/consume", "a", "datatable", "comes", "from", "the", "idea", "that", "it", "is", "preferable", "to", "split", "your", "application", "into", "layers", "that", "spe...
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Layer", "1", "is", "a", "data", "layer", "responsible", "for", "communicating", "with", "the", "database", "and", "populating", "domain", "objects", ",", "the", "domain", "objects", "are", "typically", "defined", "in", "layer", "2", "which", "also", "holds", ...
[ "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", "O" ]
[ "by", "domain", "objects", "i", "mean", "classes", "that", "represent", "real", "things", "like", "customer", ",", "bank", "account", ",", "hotel", "room", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "by", "business", "logic", "i", "mean", "the", "rules", "that", "apply", "to", "domain", "objects", "during", "events", "i.e", ".", "when", "a", "hotel", "room", "is", "booked", "a", "confirmation", "is", "sent", "to", "the", "customer", "." ]
[ "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" ]
[ "the", "third", "layer", "is", "the", "UI", "layer", ",", "to", "simplyfy", "coding", "this", "should", "only", "deal", "with", "whats", "in", "layer", "2", ",", "this", "is", "where", "the", "recommendation", "to", "not", "use", "datatables", "in", "you...
[ "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", "O", "O", "O", "O", "O" ]
[ "the", "motivation", "to", "split", "your", "application", "really", "start", "to", "make", "sense", "when", "your", "application", "is", "big", ",", "or", "you", "have", "multiple", "developers", "working", "on", "it", ",", "or", "your", "using", "unit", ...
[ "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" ]
[ "If", "you", "'re", "in", "that", "situation", "then", "i", "'d", "try", "and", "find", "a", "friendly", "member", "of", "your", "team", "to", "explain", "this", "better", ",", "but", "if", "this", "is", "just", "you", "writing", "an", "application", "...
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "...
[ "hope", "this", "helps" ]
[ "O", "O", "O" ]
[ "I", "am", "using", "asp.net", "with", "javascript", "." ]
[ "O", "O", "O", "B-Library", "O", "B-Language", "O" ]
[ "Javascript", "work", "fine", "with", "IE8", "and", "some", "IE11", "." ]
[ "B-Language", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O" ]
[ "Javascript", "is", "able", "to", "response", "for", "some", "user", "who", "use", "IE11", "but", "it", "does", "n't", "response", "to", "other", "users", "who", "is", "also", "use", "IE11", "even", "though", "they", "already", "have", "IE", "setting", "...
[ "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "I", "already", "update", "to", "4.5", ".NET", "Framework", "but", "the", "result", "still", "does", "n't", "work", "." ]
[ "O", "O", "O", "O", "B-Version", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "of", "users", "told", "me", "that", "the", "web", "used", "to", "work", "well", "before", "while", "he", "using", "IE11", "and", "he", "have", "n't", "change", "anything", "since", "until", "web", "does", "n't", "work", "for", "him", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Anyone", "know", "what", "could", "cause", "it", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "one", "of", "user", "who", "got", "this", "source", "error", "on", "javascript", "file", "," ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "I", "found", "the", "solution", "is", "in", "IE", "setting", "under", "Security", "tab", "by", "removing", "the", "web", "URL", "from", "trusted", "sites", "and", "move", "url", "to", "local", "intranet", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "UICollectionViewController", "with", "a", "large", "dataset", "(", ">2000", "items", ")", "with", "a", "custom", "layout", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Using", "sections", ",", "the", "scrolling", "performance", "became", "extremely", "choppy", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Using", "Instruments", "and", "a", "few", "tests", ",", "I", "determined", "this", "was", "due", "to", "lookup", "in", "the", "layout", "(", "layoutAttributesForElementsInRect", ":", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "O" ]
[ "I", "cache", "layout", "attributes", "in", "prepareLayout", ",", "and", "look", "them", "up", "here", "like", "so", ",", "in", "the", "fastest", "way", "I", "know", "of", ":" ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "found", "that", "~", "25%", "of", "cpu", "time", "was", "spent", "enumerating", "this", ",", "mostly", "on", "[", "NSIndexPath", "isEqual", ":", "]", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "So", ",", "I", "need", "a", "faster", "way", "to", "hash", "these", "values", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "must", "be", "possible", ",", "because", "I", "did", "a", "cross", "test", "using", "the", "same", "data", "with", "a", "sectioned", "UICollectionViewFlowLayout", "and", "it", "was", "smooth", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "Well", ",", "turns", "out", "using", "arrays", "instead", "of", "dictionaries", ",", "and", "filtering", "by", "an", "NSPredicate", "was", "much", "faster", "since", "in", "this", "case", "the", "indices", "were", "already", "known", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "project", "was", "running", "on", "Django", "1.5.4", "and", "I", "wanted", "to", "upgrade", "it", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "did", "pip", "install", "-U", "-I", "django", "and", "now", "pip", "freeze", "shows", "Django", "1.6.5", "(", "clearly", "django", "has", "upgraded", ",", "I", "'m", "in", "virtualen", "v)", "but", "my", "project", "is", "still", "using", "Django",...
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "I-Code_Block", "O", "B-Library", "B-Version", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O",...
[ "How", "can", "I", "use", "the", "upgraded", "version", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "UPDATE", ":", "Thanks", "for", "your", "comments", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "tried", "everything", "but", "unfortunately", "nothing", "worked", "and", "I", "had", "to", "re-deploy", "the", "app", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hope", "someone", "explains", "why", "this", "happened", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "use", "--upgrade", "with", "the", "pip", "command", "to", "upgrade", "Python", "packages", "." ]
[ "O", "O", "O", "B-Code_Block", "O", "O", "B-Code_Block", "O", "O", "O", "B-Language", "O", "O" ]
[ "I", "'m", "not", "an", "expert", "on", "either", "Python", "or", "Django", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Library", "O" ]
[ "What", "I", "am", "doing", "is", "following", "along", "this", "really", "very", "good", "book", ":", "Test", "Driven", "Web", "Development", "With", "Python", "(", "2nd", "Ed", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "It", "uses", "Django", "..", "." ]
[ "O", "O", "B-Library", "O", "O" ]
[ "I", "'m", "also", "using", "a", "Windoze", "machine", "(", "W10", ")", "with", "Cygwin", "." ]
[ "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "B-Operating_System", "O", "O", "B-Application", "O" ]
[ "The", "reason", "I", "mention", "all", "this", "is", "because", "I", "found", ",", "having", "installed", "Python", "3.6", "in", "my", "Cygwin", "setup", ",", "that", "I", "had", "to", "use", "pip3", ",", "not", "pip", ",", "to", "install", "Django", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "B-Version", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "B-Code_Block", "O", "O", "O", "B-Library", "O" ]
[ "My", "installed", "version", "of", "Django", "was", "1.11.8", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "B-Version", "O" ]
[ "To", "follow", "the", "\"", "official", "\"", "(?)" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "tutorial", "here", "they", "want", "you", "to", "have", "Django", "2.0", "installed", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O" ]
[ "I", "successfully", "managed", "to", "do", "this", "with", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hope", "this", "helps", "someone", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Perhaps", "someone", "much", "more", "knowledgeable", "than", "me", "can", "talk", "about", "the", "need", "or", "otherwise", "to", "use", "pip3", "for", "all", "Python", "3.x", "activity", "??", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "B-Language", "B-Version", "O", "O", "O" ]
[ "I", "have", "an", "existing", "java", "based", "rate", "streaming", "application", "deployed", "in", "weblogic", ",", "i", "need", "to", "use", "node", "js", "and", "redis", "for", "real-time", "streaming", "rates", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "How", "can", "i", "use", "node", "js", "and", "redis", "to", "my", "existing", "java", "based", "application", "deployed", "in", "weblogic", "." ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "O", "B-Application", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "'m", "writing", "some", "software", "that", "talks", "to", "external", "hardware", "via", "a", "dll", "(", "moving", "some", "motors", "and", "reading", "some", "values", "back", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "calls", "to", "the", "dll", "are", "blocking", "and", "may", "not", "return", "for", "in", "the", "order", "of", "10", "seconds", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "software", "performs", "a", "scan", "by", "moving", "the", "hardware", ",", "taking", "a", "reading", "and", "repeating", "for", "a", "number", "of", "points", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "scan", "can", "take", "in", "the", "order", "of", "30", "minutes", "to", "complete", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "While", "the", "scan", "is", "running", "I", "would", "obviously", "like", "the", "GUI", "to", "be", "responsive", "and", "a", "live", "graph", "(", "in", "an", "MDI", "Child", ")", "of", "the", "incoming", "data", "to", "be", "updated", "at", "each",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Multithreading", "seems", "the", "obvious", "choice", "for", "this", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "question", "is", ",", "what", "is", "the", "best", "way", "to", "thread", "this", "and", "talk", "back", "to", "the", "main", "VCL", "thread", "to", "update", "the", "graph", "during", "a", "scan", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "I", "currently", "have", "a", "single", "TThread", "descendant", "that", "performs", "the", "'", "scan", "logic", "'", "and", "an", "array", "of", "doubles", "in", "the", "public", "var", "section", "of", "the", "ChildForm", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Data_Type", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Class", "O" ]
[ "I", "need", "to", "fill", "out", "this", "array", "from", "the", "thread", "but", "I", "do", "n't", "know", "whether", "to", "use", "Synchronize", "or", "CriticalSection", "or", "PostMessage", "or", "some", "other", "method", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "Each", "time", "a", "new", "value", "is", "added", ",", "the", "main", "VCL", "thread", "needs", "to", "update", "the", "graph", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Should", "I", "really", "have", "an", "intermediary", "object", "for", "the", "data", "that", "is", "a", "global", "var", "and", "access", "this", "from", "the", "Thread", "and", "the", "ChildForm", "separately", "somehow", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "I-Data_Type", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "O" ]
[ "I", "find", "that", "populating", "a", "TThreadList", "from", "the", "background", "thread", ",", "then", "posting", "a", "message", "to", "the", "main", "thread", "that", "there", "is", "a", "new", "item", "in", "the", "list", ",", "then", "processing", ...
[ "O", "O", "O", "O", "O", "B-Class", "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", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", ...
[ "With", "this", "method", ",", "you", "could", "store", "as", "many", "readings", "as", "you", "wanted", "in", "the", "list", ",", "and", "every", "time", "the", "main", "thread", "received", "a", "message", ",", "it", "would", "simply", "process", "all"...
[ "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O" ]
[ "Define", "a", "class", "for", "the", "readings", ",", "instantiate", "them", ",", "and", "add", "them", "to", "the", "list", "in", "the", "background", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "Do", "n't", "forget", "to", "free", "them", "in", "the", "main", "thread", "when", "you", "pop", "them", "off", "the", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "If", "you", "want", "to", "invest", "a", "little", "more", "then", "a", "simple", "Synchronize", "call", "which", "by", "the", "way", "blocks", "the", "main", "thread", ",", "you", "can", "add", "a", "simple", "FIFO", "queue", "with", "messaging", "on",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "flow", "of", "data", "would", "be", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "thread", "puts", "the", "data", "into", "the", "queue", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "The", "thread", "post", "a", "message", "to", "the", "main", "thread", "window", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Which", "one", "I", "do", "n't", "care", ":)" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "handle", "the", "message", "that", "data", "is", "available", "and", "process", "any", "messages", "in", "the", "queue", "as", "you", "see", "fit", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "The", "code", "would", "look", "something", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "the", "queue", "..", "." ]
[ "O", "B-Data_Structure", "O", "O" ]
[ "the", "data", "is", "put", "into", "the", "queue", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "and", "processing", "..", "." ]
[ "O", "O", "O", "O" ]
[ "The", "code", "is", "written", "without", "Delphi", "and", "checks", "so", "it", "can", "contain", "errors", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "showed", "the", "example", "using", "my", "freely", "available", "thread", "safe", "queue", "and", "TAnyValue", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O" ]