tokens
sequence
ner_tags
sequence
[ "check", "if", "there", "exist", "blank", "you", "dont", "want(blankHeight=(ListViewHeight-count*rowHeight)>0)" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block" ]
[ "heightToPlus", "=", "blankHeight/count" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "then", "you", "can", "set", "the", "height", "of", "each", "row", "to", "rowHeight+heightToPlus" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Variable" ]
[ "every", "height", "can", "be", "get", "by", "getHeight", "and", "also", "can", "be", "set", "by", "setHeight", ",", "they", "'re", "method", "of", "view", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "So", "i", "think", "it", "not", "hard", "to", "implement", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "a", "way", "to", "show", "the", "error", "message", "of", "customValidator", "without", "POSTBACK", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Function", "O" ]
[ "I", "have", "used", "both", "requiredFieldValidator", "and", "customValidator", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "B-Class", "O" ]
[ "The", "fomer", "can", "be", "inline", "and", "can", "show", "error", "message", "without", "postback", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "Is", "this", "possible", "for", "customValidator", "?" ]
[ "O", "O", "O", "O", "B-Class", "O" ]
[ "Option", "1", ":" ]
[ "O", "O", "O" ]
[ "Whenever", "I", "create", "a", "custom", "validator", ",", "I", "try", "to", "create", "a", "server", "and", "client", "side", "validation", "methods", "to", "validate", "." ]
[ "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "creating", "a", "client", "side", "method", "will", "avoid", "unnecessary", "postback", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "As", "a", "safety", "measure", ",", "server", "side", "method", "should", "be", "present", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Example", ":" ]
[ "O", "O" ]
[ "Option", "2", ":" ]
[ "O", "O", "O" ]
[ "It", "is", "not", "always", "possible", "to", "build", "a", "client", "side", "validation", "method", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "There", "you", "can", "use", "update", "panel", "to", "hide", "those", "postbacks", "." ]
[ "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "B-Function", "O" ]
[ "you", "can", "use", "Update", "Panel", "ajax", "to", "this", "action", "without", "postback", "." ]
[ "O", "O", "O", "B-Class", "I-Class", "B-Library", "O", "O", "O", "O", "B-Function", "O" ]
[ "I", "am", "trying", "to", "install", "homebrew", "according", "to", "the", "guidelines", "described", "in", "here", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "curl", "and", "rvm", ",", "and", "want", "to", "install", "rails", "1.9.3", "on", "my", "lion", "1.7.4", "with", "Xcode", "4.3.2", "and", "with", "developer", "command", "line", "tools", "installed", "." ]
[ "O", "O", "B-Library", "O", "B-Library", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O", "B-Operating_System", "B-Version", "O", "B-Application", "B-Version", "O", "O", "B-Application", "I-Application", "I-Application", "I-Application", "O", "O" ]
[ "It", "seems", "I", "will", "need", "libksba", ",", "which", "requires", "me", "to", "use", "to", "command", "brew", "install", "libksba", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "So", "I", "will", "need", "Home", "Brew", "." ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "I", "follow", "the", "instructions", "and", "use" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "/usr/bin/ruby", "-e", "\"", "$", "(", "/usr/bin/curl", "-fsSL", "https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb", ")", "\"" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "which", "outputs", "the", "following", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "So", "this", "means", "basically", "that", "brew", "was", "not", "installed", "right", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "Do", "I", "have", "to", "change", "the", "path", "at", "which", "it", "is", "looking", "for", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "used", "to", "have", "MacPorts", "in", ",", "which", "I", "completely", "erased", "so", "there", "should", "be", "no", "conflicts", "there", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "help", "!!", "!" ]
[ "O", "O", "O", "O" ]
[ "Thanks", "a", "lot", "!" ]
[ "O", "O", "O", "O" ]
[ "It", "'s", "an", "awesome", "community", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "UPDATE", ":" ]
[ "O", "O" ]
[ "I", "time", "machined", "back", "a", "year", "because", "I", "thought", "I", "did", "something", "critically", "wrong", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "I", "still", "have", "an", "issue", "installing", ",", "but", "it", "seems", "a", "bit", "more", "common", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "installed", "homebrew", "using" ]
[ "O", "O", "B-Application", "O" ]
[ "Any", "command", "of", "\"", "brew", "\"", "gives", "me", "this", "error", ":" ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Any", "suggestions", "?" ]
[ "O", "O", "O" ]
[ "Thank", "you", "all", "!" ]
[ "O", "O", "O", "O" ]
[ "I", "had", "the", "same", "problem", "as", "mentioned", "in", "my", "comment", "above", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "To", "resolve", "it", "I", "ended", "up", "having", "to", "restore", "my", "default", "system", "ruby", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "I", "am", "on", "SnowLeopard", "-", "OSX", "10.6.8", ",", "so", "your", "resources", "may", "vary", ",", "but", "what", "I", "did", "was", ":" ]
[ "O", "O", "O", "B-Operating_System", "I-Operating_System", "I-Operating_System", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "uninstall", "xcode", ":", "sudo", "/Developer/Library/uninstall", "-devtools", "--mode", "=", "all" ]
[ "O", "B-Application", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "rsync", "or", "copy", "/System/Library/Frameworks/Ruby.framework", "from", "another", "machine", "running", "10.6.8" ]
[ "B-Code_Block", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-Version" ]
[ "You", "also", "need", "the", "ruby", "executables", "in", "/usr/bin", "to", "point", "to", "the", "system", "Ruby", ":", "/usr/bin/{erb,gem,irb,rdoc,ri,ruby,testrb}" ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "B-Language", "O", "B-File_Name" ]
[ "these", "are", "just", "symlinks", "to", "/System/Library/Frameworks/Ruby.framework" ]
[ "O", "O", "O", "B-File_Type", "O", "B-File_Name" ]
[ "erb", "->", "../../System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/erb" ]
[ "B-File_Name", "O", "B-File_Name" ]
[ "so", "I", "re-symlinked", "them", ",", "for", "example", "from", "/usr/bin", ":", "sudo", "ln", "-s", "../../System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/erb", "./erb" ]
[ "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", "I-Code_Block" ]
[ "the", "brew", "executable", "currently", "uses", "/usr/bin/ruby", "so", "that", "needs", "to", "be", "there", "in", "the", "least" ]
[ "O", "B-Application", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "hear", "future", "versions", "of", "brew", "will", "point", "directly", "at", "the", "system", "ruby", "on", "the", "/System/Library/Frameworks/Ruby.framework", "path", ",", "so", "symlinking", "ruby", "to", "a", "custom", "install", "is", "a", "bad", "idea" ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "At", "this", "point", "brew", "commands", "worked", "again", "and", "ostruct", "(", "part", "of", "ruby", "standard", "lib", ")", "was", "again", "found", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "went", "ahead", "and", "added", "xcode", "back", "in", "and", "worked", "through", "some", "minor", "'", "brew", "doctor", "'", "errors", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O" ]
[ "I", "have", "now", "replaced", "all", "my", "old", "macports", "packages", "with", "homebrew", "packages", "and", "its", "such", "an", "improvement", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "dictionary", "with", "5000", "keys", "who", "'s", "values", "are", "lists", ",", "I", "need", "to", "determine", "quickly", "the", "length", "of", "the", "longest", "string", "for", "a", "given", "index", "in", "all", "of", "the", "dictionary", "values" ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "expected", "output", ":", "5", ",", "because", "of", "all", "of", "the", "values", "at", "index", "1", "(", "'", "defg", "'", "and", "'", "klmno'`", ",", "the", "latter", "is", "the", "longest", ")", "." ]
[ "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "I-Value", "B-Value", "O", "B-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "need", "to", "use", "a", "generator", "expression", "to", "extract", "the", "right", "index", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "all", "you", "need", "is", "the", "length", ",", "not", "the", "string", "itself", ",", "you", "may", "as", "well", "get", "the", "length", "in", "the", "generator", "expression", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Demo", ":" ]
[ "O", "O" ]
[ "You", "ca", "n't", "escape", "having", "to", "iterate", "over", "all", "values", "in", "the", "dictionary", "however", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "First", ",", "extract", "all", "the", "strings", "of", "interest", "with", "a", "list", "comprehension", ":" ]
[ "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Next", ",", "take", "max", "over", "the", "lens", "of", "the", "strings", ":" ]
[ "O", "O", "O", "B-Function", "O", "O", "B-Function", "O", "O", "B-Data_Type", "O" ]
[ "I", "got", "some", "strange", "behaviour", "using", "grails", "2.3.x", "and", "async", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O", "O" ]
[ "I", "'m", "doing", "some", "test", "with", "this", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "but", "in", "my", "log", "i", "got", ":" ]
[ "O", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "In", "fact", "the", "tasks", "(", "and", "onError", "closure", ")", "are", "executed", ",", "but", "onComplete", "is", "not", "(", "off", "course", ")", "!", "!" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "what", "am", "i", "doing", "wrong", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "except", "for", "the", "Thread.sleep()", "is", "pratically", "code", "taken", "from", "doc", ":", "http://grails.org/doc/latest/guide/async.html" ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "Thread.sleep()", "not", "compatible", "with", "GPars", "for", "some", "reason", "?" ]
[ "O", "B-Function", "O", "O", "O", "B-Library", "O", "O", "O", "O" ]
[ "The", "problem", "is", "that", "onComplete", "does", "not", "block", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "The", "request/action", "does", "finish", "before", "your", "tasks", "and", "list", "goes", "out", "of", "scope", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "You", "need", "to", "use", "waitAll()", "to", "wait", "for", "all", "tasks", "to", "finish", "before", "the", "action", "returns", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Easiest", "is", "to", "replace", "the", "onComplete", "with" ]
[ "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "list.get()", "is", "implemented", "by", "calling", "waitAll()", "." ]
[ "B-Function", "O", "O", "O", "O", "B-Function", "O" ]
[ "Whenever", "I", "go", "into", "the", "tab", "TroubleShooting->Logs", "and", "Trace->Server", "I", "get", "the", "general", "properties", "section", "in", "which", "there", "'s", "only", "a", "link", "of", "Change", "Log", "Details", "Level", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "I", "'ve", "changed", "the", "tracing", "inside", "to", "reflect", "for", "my", "apps", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "beyond", "this", "option", "I", "'m", "not", "able", "to", "see", "the", "log", "files", "inside", "WAS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Application", "O" ]
[ "We", "have", "WAS", "on", "Z/OS", "and", "I", "'m", "able", "to", "view", "logs", "on", "the", "mainframe", "." ]
[ "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Device", "O" ]
[ "Is", "there", "any", "file", "or", "script", "that", "we", "need", "to", "run", "to", "enable", "JVM", "logs", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-File_Type", "O" ]
[ "On", "AIX", ",", "linux", "and", "Windows", ",", "when", "I", "go", "TroubleShooting", "->", "Logs", "and", "Trace", "->", "Server", ",", "I", "get", "several", "links", "in", "general", "properties", "section", ",", "one", "of", "which", "is", "'", "Diagnostic", "Trace", "'", "through", "which", "I", "can", "enable/disable", "tracing", "and", "configure", "where", "the", "log", "files", "shall", "be", "located", "at", ",", "their", "sizes", ",", "rollover", "settings", "etc", "." ]
[ "O", "B-Operating_System", "O", "B-Operating_System", "O", "B-Operating_System", "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", "B-Value", "I-Value", "I-Value", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "fact", "that", "you", "do", "n't", "see", "this", "link", "either", "suggests", "this", "is", "something", "z/OS", "specific", ",", "or", "you", "do", "n't", "have", "privileges", "to", "perform", "runtime", "operations", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "may", "check", "if", "you", "'re", "logging", "in", "with", "a", "user", "that", "is", "in", "Administrators", "group", "(", "you", "may", "check", "you", "user", "at", "Users", "and", "Groups", "->", "Administrative", "User", "Roles", ")", "." ]
[ "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" ]
[ "There", "are", "two", "tabs", "at", "the", "screen", "that", "you", "change", "trace", "options", ",", "namely", "'", "configuration", "'", "and", "'", "runtime", "'", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Value", "O", "O" ]
[ "If", "you", "are", "making", "changes", "at", "configuration", "tab", ",", "you", "have", "to", "recycle", "the", "server", "for", "trace", "string", "to", "become", "active", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "B-Data_Type", "O", "O", "O", "O" ]
[ "You", "may", "try", "using", "Runtime", "tab", "if", "you", "have", "n't", "done", "so", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "may", "try", "enabling", "trace", "using", "wsadmin", "as", "in", "http://pic.dhe.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=%2Fcom.ibm.websphere.express.doc%2Finfo%2Fexp%2Fae%2Ftxml_profiletrace.html" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O" ]
[ "turn", "on", "trace", "(", "putting", "your", "own", "trace", "string", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "turn", "off", "trace" ]
[ "O", "O", "O" ]
[ "I", "got", "a", "<p:calendar>", "and", "want", "to", "use", "today", "'s", "date", "as", "placeholder", "." ]
[ "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "attempt", "is", "to", "use", "OmniFaces", "#{now}", "in", "combination", "with", "a:placeholder", "for", "this", ":" ]
[ "O", "O", "O", "O", "O", "B-Library", "B-Code_Block", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O" ]
[ "Where", "someproperty", "is", "a", "java.util.date", "." ]
[ "O", "O", "O", "O", "B-Class", "O" ]
[ "This", "is", "working", "so", "far", ",", "but", "I", "want", "to", "format", "the", "date", "like", "dd.MM.yyyy", "HH:mm", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O" ]
[ "How", "can", "I", "achieve", "this", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Use", "of:formatDate()", "function", "in", "EL", ":" ]
[ "O", "B-Function", "O", "O", "O", "O" ]
[ "Or", "if", "you", "'d", "like", "to", "reuse", "calendar", "component", "'s", "own", "pattern", "attribute", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "See", "also", ":" ]
[ "O", "O", "O" ]
[ "What", "exactly", "is", "#{component}", "in", "EL", "?" ]
[ "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "I", "'m", "hoping", "someone", "can", "point", "me", "in", "the", "right", "direction", ";", "I", "think", "I", "'m", "getting", "close", "but", "I", "'ve", "never", "done", "threading", "and", "keep", "getting", "stuck", "on", "syntax/concepts", "." ]
[ "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", "first", "part", "I", "believe", "is", "working", ",", "however", "I", "have", "a", "lovely", "WPF", "error", "regarding", "the", "owner", "of", "the", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "know", "somehow", "I", "'ve", "got", "get", "at", "the", "thread", "with", "Dispatcher", "or", "BackGroundWorker", "but", "time", "is", "getting", "short", "-", "I", "'m", "hitting", "too", "many", "walls", "to", "solve", "it", "alone", "tonight", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "the", "part", "I", "'m", "failing", "at", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "this", "next", "bit", ",", "I", "believe", "is", "either", "A", ")", "Working", "or", "B", ")", "fooling", "me", "as", "I", "'ve", "yet", "to", "prove", "it", ":)", "." ]
[ "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" ]