tokens
sequence
ner_tags
sequence
[ "Likely", "the", "thread", "you", "update", "it", "from", ",", "and", "the", "form", "'s", "thread", "is", "not", "aware", "of", "the", "changes", "being", "made", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "you", "simply", "need", "to", "invoke", "any", "calls", "to", "DataTable", "onto", "the", "form", "itself", ",", "so", "it", "receives", "the", "events", "properly", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "seems", "backwards", ",", "but", "keep", "in", "mind", "in", "an", "\"", "enterprise", "\"", "situation", ",", "you", "'d", "probably", "be", "accessing", "that", "dataset", "by", "multiple", "adapters", "." ]
[ "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" ]
[ "So", ",", "your", "update", "thread", "would", "have", "an", "adapter", "to", "itself", ",", "and", "your", "GUI", "would", "have", "its", "own", "also", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "other", "solution", "would", "be", "to", "use", "a", "BindingList", ",", "which", "I", "believe", "has", "thread", "compatibility", "for", "this", "type", "of", "situation", ",", "but", "do", "n't", "quote", "me", "on", "that", "." ]
[ "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", "O", "O", "O", "O", "O", "O" ]
[ "For", "extra", "credit", ",", "this", "could", "also", "explain", "your", "problem", "before", "with", "crashing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "By", "accessing", "the", "DataGridView", "from", "the", "background", "thread", ",", "you", "had", "cross-thread", "operations", "going", "on", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "would", "n't", "call", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "These", "will", "take", "progressively", "longer", "and", "longer", "as", "the", "data", "set", "gets", "larger", "and", "larger", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "written", "an", "application", "that", "uses", "a", "DataGridView", "to", "display", "mp3", "file", "information", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "I", "set", "the", "DataSource", "of", "the", "DataGridView", "to", "a", "DataTable", ":" ]
[ "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "and", "then", "simply", "add", "the", "new", "information", "to", "the", "DataTable", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "This", "automatically", "updates", "the", "DataGridView", "." ]
[ "O", "O", "O", "O", "B-Class", "O" ]
[ "find", "3rd", "td", "in", "tr", "where", "class", "contains", "zebra" ]
[ "O", "O", "B-HTML_XML_Tag", "O", "B-HTML_XML_Tag", "O", "O", "O", "O" ]
[ "The", "photo", "shows", "what", "I", "'m", "working", "with", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "each", "of", "the", "4", "animals", ",", "I", "need", "to", "select", "the", "associated", "quantity", "(", "which", "is", "always", "the", "3rd", "td", "in", "the", "tr", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "In", "the", "html", "below", ",", "you", "can", "see", "zebra", "has", "quantity", "1", ",", "and", "lion", "has", "quantity", "1", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "B-Value", "O", "O", "B-Value", "O", "O", "B-Value", "O", "O", "B-Value", "O" ]
[ "I", "have", "been", "unsuccessful", "finding", "by", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Maybe", "you", "tell", "me", "why", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "because", "of", "the", "space", "in", "the", "string", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "A", "simple", "xpath", "wo", "n't", "work", "because", "the", "tr", "tags", "change", "depending", "on", "user", "inputs", "on", "the", "prior", "page", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "'ve", "also", "tried", "to", "select", "by", "xpath", "with", "contains", "method", "to", "no", "avail", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "Maybe", "I", "'m", "just", "not", "doing", "it", "right", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Yes", "you", "cannot", "use", "className", "locator", "when", "there", "is", "a", "space", "in", "the", "Name", "instead", "you", "have", "to", "use", "cssselector", "or", "xpath", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O" ]
[ "line_item", "Zebra", "are", "two", "classes", "of", "the", "same", "WebElement", "." ]
[ "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "You", "can", "find", "by", "className", "only", "with", "one", "of", "them" ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "all", "the", "animals", "you", "can", "use", "line_item", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "That", "will", "give", "you", "all", "the", "animals" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "animals", "now", "holds", "list", "of", "the", "four", "elements", "with", "class", "line_item", "." ]
[ "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "To", "get", "the", "third", "<td>", "in", "each", "one", "you", "can", "use", "the", "WebElements", "in", "the", "list" ]
[ "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "I", "understand", "that", "a", "service", "can", "run", "in", "two", "modes", ",", "started", "and", "bound", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "I", "do", "n't", "quite", "understand", "from", "the", "developer", "docs", "or", "other", "questions", "on", "this", "site", ",", "is", "whether", "a", "service", "running", "as", "both", "started", "and", "bound", "will", "exit", "when", "the", "last", "component", "unbinds", "from", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "something", "called", "startService()", "on", "the", "Service", ",", "it", "will", "remain", "running", ",", "regardless", "of", "what", "bindService()", "and", "unbindService()", "calls", "may", "have", "gone", "on", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "Eventually", ",", "Android", "will", "stop", "the", "service", ",", "or", "the", "user", "will", "kill", "the", "service", ",", "but", "neither", "will", "happen", "immediately", "upon", "the", "last", "unbindService()", "." ]
[ "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "Example", "build.gradle", ":" ]
[ "O", "B-File_Name", "O" ]
[ "My", "plugin", ":" ]
[ "O", "O", "O" ]
[ "My", "custom", "task", ":" ]
[ "O", "O", "O", "O" ]
[ "I", "want", "to", "change", "applicationId", "before", "build", "task", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "As", "you", "can", "see", ",", "I", "tried", "to", "do", "it", "via", "property", ",", "but", "it", "does", "n't", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "manage", "this", "case", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "does", "not", "work", "because", "config", "is", "resolved", "during", "configuration", "phase", "and", "task", "is", "executed", "during", "execution", "phase", "(", "after", ")", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "add", "property", "in", "plugin", "apply", "method", "as", "an", "alternative", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "I", "think", "it", "should", "also", "work", "in", "task", "constructor", ",", "but", "I", "'m", "not", "100%", "sure", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "looks", "like", "a", "simple", "task", ",", "but", "ca", "n't", "get", "it", "working", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "need", "to", "re-order", "divs", "for", "tablets", ",", "which", "are", "100%", "width", "." ]
[ "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "B-Value", "B-HTML_XML_Tag", "O" ]
[ "Please", "take", "a", "look", "at", "the", "following", "fiddle", "to", "see", "what", "I", "mean", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Original", "reference", ":" ]
[ "O", "O", "O" ]
[ "http://getbootstrap.com/css/#grid-column-ordering" ]
[ "O" ]
[ "There", "is", "a", "hack", "around", "that", "if", "you", "do", "n't", "want", "to", "do", "it", "mobile", "first", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O" ]
[ "Its", "doable", "if", "you", "think", "mobile", "first", "." ]
[ "O", "O", "O", "O", "O", "B-Device", "O", "O" ]
[ "Place", "the", "divs", "in", "the", "order", "you", "want", "them", "to", "appear", "in", "small", "viewports", "and", "then", "reorder", "them", "for", "larger", "viewports", "." ]
[ "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "was", "having", "a", "little", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "script", "works", "fine", "in", "Linux", "Ubuntu" ]
[ "O", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System" ]
[ "When", "it", "came", "to", "Windows", "I", "fell", "short", "." ]
[ "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O" ]
[ "my", "script", "uses", "import", "argparse", "so", "I", "need", "to", "pass", "arguments", "via", "cmd", "but", "I", "was", "getting", "errors", "." ]
[ "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "I", "figured", "out", "the", "answer", "while", "typing", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "anyone", "looking", "for", "answers", "you", "just", "do", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "me", "it", "was", "something", "that", "had", "to", "do", "with", "toying", "with", "archives" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "action", "will", "compress", "test1.txt", "in", "Archive.zip" ]
[ "O", "O", "O", "O", "B-File_Name", "O", "B-File_Name" ]
[ "I", "feel", "stupid", "to", "think", "that", "there", "is", "a", "big", "difference", "between", "command", "line", "in", "Windows", "and", "Linux", "when", "handling", "python", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "B-Operating_System", "O", "B-Operating_System", "O", "O", "B-Language", "O" ]
[ "Keep", "in", "mind", "to", "know", "where", "your", "arguments", "should", "be", "*" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "Changed", "the", "places", "between", "-c", "and", "the", "name", "of", "the", "archive", "by", "mistake" ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "I", "was", "typing", "python3", "instead", "of", "python", "for", "a", "while", "like", "an", "idiot", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "the", "biggest", "difference", "is", "python3", "for", "Linux", "and", "python", "for", "Windows", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "B-Operating_System", "O", "B-Language", "O", "B-Operating_System", "O" ]
[ "Is", "there", "anything", "else", "different", "between", "Linux", "and", "Windows", "when", "handling", "python", "scripts", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "B-Operating_System", "O", "O", "B-Language", "O", "O" ]
[ "turned", "out", "everything", "is", "here", ":", "https://docs.python.org/3.3/using/windows.html" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "here", ":", "https://docs.python.org/3.3/using/unix.html" ]
[ "O", "O", "O", "O" ]
[ "Anyone", "interested", "check", "those", "links", "to", "get", "a", "better", "idea", "there", "was", "no", "need", "for", "my", "question", "after", "all", ":(" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "having", "a", "problem", "displaying", "an", "error", "message", "using", "beans", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "This", "is", "what", "i", "'m", "trying", "to", "do", "on", "a", "login", "page", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "get", "email", ",", "password", "and", "role", "of", "a", "user", "and", "using", "beans", "check", "it", "against", "the", "database", "for", "validation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "if", "in", "case", "there", "are", "any", "errors", ",", "it", "is", "added", "to", "the", "error", "bean", "and", "displayed", "to", "user", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "Currently", ",", "i", "'m", "just", "testing", "if", "the", "user", "enters", "email", "or", "not", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "problem", "that", "i", "'m", "getting", "is", ":", "everytime", "i", "turn", "off", "tomcat", "and", "rerun", "it", ",", "first", "time", "i", "dont", "enter", "the", "email", "in", "the", "email", "field", ",", "the", "error", "is", "displayed", "." ]
[ "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", "O", "O", "O", "O", "O", "O" ]
[ "After", "that", "if", "i", "once", "entered", "a", "value", "in", "the", "email", "field", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "error", "message", "will", "never", "show", "again", "(", "ofcourse", "when", "i", "dont", "enter", "email", "in", "email", "field", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "doLogin.jsp" ]
[ "B-File_Name" ]
[ "formError.java" ]
[ "B-File_Name" ]
[ "validate", "function" ]
[ "B-Function", "O" ]
[ "I", "'m", "new", "to", "Beans", "and", "currently", "learning", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "I", "tried", "changing", "the", "function", "names", "like", "addGenError", "instead", "of", "setGenError", "and", "it", "the", "behavior", "was", "the", "same", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "help", "would", "be", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "the", "issue", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "while", "sending", "form", "data", ",", "i", "'m", "using", "the", "bean", "id", ":", "loginFormData", "which", "is", "set", "to", "session", "scope", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "After", "changing", "it", "to", "request", ",", "i", "got", "my", "desired", "functionality", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Changed", "code", ":" ]
[ "O", "O", "O" ]
[ "I", "need", "to", "check", "a", "folder", "for", "a", "file", ",", "if", "it", "exists", "delete", "it", "an", "replace", "it", "with", "an", "updated", "version", ",", "or", "if", "the", "file", "does", "n't", "delete", "then", "it", "will", "copy", "the", "file", "from", "a", "path", "into", "the", "individuals", "personal", "drive" ]
[ "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" ]
[ "My", "Code", ":" ]
[ "O", "O", "O" ]
[ "What", "Happens", ":" ]
[ "O", "O", "O" ]
[ "The", "code", "executes", "and", "deletes", "the", "existing", "file", "as", "expected", ",", "but", "it", "appears", "to", "be", "failing", "on", "the", "copy", "and", "paste", "part", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Error", ":" ]
[ "O", "O" ]
[ "The", "debug", "that", "comes", "up", "is", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Bare", "bones", ":" ]
[ "O", "O", "O" ]
[ "You", "have", "n't", "said", "which", "line", "is", "throwing", "the", "error", ",", "but", "I", "noticed", "that", "you", "do", "n't", "seem", "to", "have", "instantiated", "a", "new", "FileSystemObject", ":" ]
[ "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-Class", "O" ]
[ "then", "use", "the", "fso", "reference", "to", "copy", "your", "file" ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "The", "method", "above", "used", "\"", "Late", "binding", "\"", "to", "interrogate", "the", "registry", "for", "Scripting.FileSystemObject" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class" ]
[ "You", "can", "also", "use", "early", "binding", "and", "reference", "the", "Microsoft", "Scripting", "Runtime", "directly", "and", "avoid", "the", "use", "of", "CreateObject" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "I-Library", "O", "O", "O", "O", "O", "O", "B-Function" ]
[ "This", "is", "detailed", "in", "this", "Stack", "Overflow", "answer", ":" ]
[ "O", "O", "O", "O", "O", "B-Website", "I-Website", "O", "O" ]
[ "https://stackoverflow.com/a/3236348/491557" ]
[ "O" ]