tokens
sequence
ner_tags
sequence
[ "Try", "this", "." ]
[ "O", "O", "O" ]
[ "if(\"status\".equalsIgnoreCase((nNode.getNodeName())))", "{", "nNode.setTextContent(\"2000000\")", ";", "}" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "I", "have", "a", "use", "case", "where", "I", "need", "to", "preppend", "<span>word</span>", "tags", "before", "the", "tree", "leaf", "nodes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Data_Structure", "O", "B-Class", "O" ]
[ "The", "tree", "node", "is", "loaded", "asynchronously", "and", "it", "becomes", "impossible", "to", "check", "on", "load", "event", "." ]
[ "O", "B-Data_Structure", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "I", "have", "tried", "node.rendered", "and", "node.childrenrendered", "but", "not", "all", "the", "elements", "are", "loaded", "at", "same", "time", "." ]
[ "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "keeping", "an", "approx", "timeout", "such", "as" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Even", "though", "this", "solution", "works", "for", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "I", "am", "not", "satisfied", "with", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "know", "if", "their", "is", "an", "event", "which", "is", "fired", "when", "the", "node", "is", "rendered", "in", "UI", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "like", "the", "load", "event", "for", "loading", ")", "." ]
[ "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O" ]
[ "PS", ":", "I", "have", "tried", "the", "load", "event", "already", "but", "I", "does", "not", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O" ]
[ "Pretty", "much", "seems", "to", "be", "that", "load", "happens", "before", "the", "node", "is", "rendered", "in", "UI", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "better", "solution", "or", "suggestions", "would", "be", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you" ]
[ "O", "O" ]
[ "I", "'m", "trying", "to", "build", "a", "Query", "that", "excludes", "results", "from", "an", "Array", "when", "it", "only", "contains", "the", "String", "sent", "in", "the", "Query", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Class", "O" ]
[ "I", "have", "these", "two", "Arrays" ]
[ "O", "O", "O", "O", "B-Data_Structure" ]
[ "Array", "1" ]
[ "B-Variable", "I-Variable" ]
[ "Array", "2" ]
[ "B-Variable", "I-Variable" ]
[ "I", "want", "to", "exclude", "JUST", "the", "second", "one", ",", "so", "I", "ca", "n't", "use" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "tried", "this", ",", "but", "it", "did", "n't", "work", "either", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "for", "your", "time", "!" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "!" ]
[ "O" ]
[ "Ok", ",", "I", "solved", "it", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "a", "explosion", "to", "play", "when", "a", "object", "hits", "another", "object", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "do", "this", "so", "that", "when", "hitTestObject", "is", "true", ",", "I", "run", "this", "function" ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "Explosion", "class", "only", "consists", "of", "setting", "the", "input", "to", "it", "'s", "x", "and", "y", "values", "." ]
[ "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O" ]
[ "Then", "in", "explosion", "movieclip", "I", "have", "a", "few", "frames", "of", "a", "animation", "." ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "ends", "in", "a", "keyframe", "(", "i.e", ".", ",", "as", "an", "action", "in", "that", "frame", ")", "with", "the", "following", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "question", "is", "." ]
[ "O", "O", "O", "O" ]
[ "Is", "it", "really", "gone", "now", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "had", "to", "add", "stop()", "to", "not", "get", "error", "1009", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Error_Name", "O" ]
[ "That", "makes", "me", "suspect", "some", "event", "timer", "is", "still", "running", "around", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Removing", "a", "display", "object", "from", "the", "display", "list", ",", "does", "n't", "stop", "the", "animation", "or", "remove", "it", "from", "memory", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "just", "removes", "it", "from", "the", "display", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Yes", ",", "you", "need", "to", "stop", "the", "animation", "and", "remove", "any", "event", "listeners", "that", "might", "be", "active", "for", "that", "object", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "display", "object", "is", "never", "truly", "gone", "until", "it", "is", "garbage", "collected", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "that", "will", "not", "happen", "until", "no", "references", "to", "that", "object", "remain", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "if", "you", "have", "a", "variable", "called", "explosion", "that", "references", "your", "display", "object", ",", "you", "need", "to", "set", "it", "to", "null", "after", "removing", "it", "from", "the", "display", "list", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Keep", "in", "mind", "that", "this", "does", "n't", "immediately", "remove", "the", "object", "from", "memory", ",", "it", "just", "makes", "it", "fair", "game", "for", "the", "garbage", "collector", "." ]
[ "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" ]
[ "You", "can", "google", "\"", "AS3", "Garbage", "Collection", "\"", "to", "get", "more", "information", "on", "that", "process", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "i", "change", "ionic", "tabs", "root", "page", "when", "i", "click", "dash", "board", "?" ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "I-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O" ]
[ "This", "my", "Tabs.ts" ]
[ "O", "O", "B-File_Name" ]
[ "tabs.html" ]
[ "B-File_Name" ]
[ "This", "my", "home.ts", "file" ]
[ "O", "O", "B-File_Name", "O" ]
[ "This", "is", "my", "home.html" ]
[ "O", "O", "O", "B-File_Name" ]
[ "I", "want", "to", "change", "tab", "root", "when", "i", "click", "dashboard", "from", "my", "home.html", "it", "will", "change", "the", "tab", "root", "to", "dashboard", "page", "and", "select", "dashboard", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O" ]
[ "if", "press", "press", "training", "it", "will", "change", "to", "training", "page", "and", "also", "change", "the", "tab", "root", "to", "trainning", "page", "ans", "select", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "yea", "you", "can", "inside", "your", "tabs.html" ]
[ "O", "O", "O", "O", "O", "B-File_Name" ]
[ "inside", "your", "tabs.ts", "file" ]
[ "O", "O", "B-File_Name", "O" ]
[ "in", "other", "way", "instead", "of", "using", "this.navCtrl.push(TrainingPage,this.token)", ";", "use", "this.navCtrl.select", "(", "\"", "1", "\"", ",", "this.token", ")", ";" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "B-Function", "I-Function", "I-Function", "I-Function", "I-Function", "I-Function", "I-Function", "I-Function", "I-Function" ]
[ "I", "can", "only", "see", "one", "way", "to", "to", "this", "&", "it", "'s", "by", "setting", "the", "root", "to", "the", "page", "you", "want", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "We", "develop", "with", "Xamarin.iOS", "and", "are", "trying", "to", "search/highlight", "in", "a", "PDF", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O" ]
[ "There", "is", "an", "iOS", "class", "for", "searching", ",", "CGPDFScanner", ",", "but", "unfortunately", "no", "bindings", "are", "offered", "by", "Xamarin", "." ]
[ "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Is", "there", "a", "solution", "or", "we", "should", "forget", "about", "it", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "believe", "that", "there", "is", "a", "way", "to", "make", "bindings", "for", "existing", "iOS", "classes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O" ]
[ "Or", "we", "could", "probably", "use", "an", "existing", "project", ",", "like", "PDFKitten", ",", "and", "make", "Xamarin", "bindings", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Application", "O", "O" ]
[ "Any", "hints", "?" ]
[ "O", "O", "O" ]
[ "Xamarin", "offers", "way", "for", "creating", "binding", "library", "." ]
[ "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "have", "some", "working", "and", "tested", "solution", "available", "in", "Objective", "C", ",", "create", "Binding", "library", "in", "tamarin", "and", "use", "that", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "I-Language", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "You", "can", "check", "detailed", "document", "of", "it", "from", "here" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "created", "binding", "library", "for", "one", "of", "my", "project", "where", "i", "had", "to", "integrate", "third", "party", "sdk", "which", "was", "only", "in", "objective", "C", ".", "I", "followed", "step", "given", "here", "and", "it", "worked", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Language", "I-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "CakePHP", "2.x", ",", "I", "can", "use", "the", "below", "code", "to", "output", "pagination", "in", "Bootstrap", "3", "perfectly", ":" ]
[ "O", "B-Library", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O" ]
[ "The", "output", "is", ":" ]
[ "O", "O", "O", "O" ]
[ "But", "now", "the", "Bootstrap", "4", "Beta", "is", "changed", "the", "structure", "with", "class", "inside", "each", "element", "like", "this", ":" ]
[ "O", "O", "O", "B-Library", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "help", "to", "set", "options", "of", "Paginator", "in", "CakePHP", "2.x", "for", "the", "above", "output", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-Library", "B-Version", "O", "O", "O", "O", "O" ]
[ "I", "am", "facing", "this", "issue", "in", "my", "asp.net", "application", "when", "using", "update", "panel", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "The", "error", "only", "with", "IE9", "and", "for", "other", "browser", "application", "works", "fine", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "For", "debuging", "purpose", "and", "to", "conclude", "the", "issue", "only", "when", "using", "update", "panel", "I", "created", "a", "sample", "asp.net", "web", "site", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "ASPX" ]
[ "B-File_Type" ]
[ "When", "I", "click", "on", "the", "button", ",", "I", "get", "the", "following", "JS", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "The", "JS", "error", "is" ]
[ "O", "B-Language", "O", "O" ]
[ "From", "IE", "'s", "F12", "developer", "tool", "," ]
[ "O", "B-Application", "O", "B-Application", "I-Application", "I-Application", "O" ]
[ "From", "Visual", "Studio", "2012", "," ]
[ "O", "B-Application", "I-Application", "B-Version", "O" ]
[ "But", "when", "I", "remove", "the", "update", "panel", ",", "the", "JS", "error", "is", "no", "longer", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "Any", "idea", "to", "solve", "this", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Add", "following", "line", "in", "<head>" ]
[ "O", "O", "O", "O", "B-HTML_XML_Tag" ]
[ "OR" ]
[ "O" ]
[ "OR" ]
[ "O" ]
[ "I", "need", "to", "download", "20", "images", "from", "remote", "server", "and", "store", "in", "Android", "folder", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Application", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "Here", "my", "code", ":" ]
[ "O", "O", "O", "O" ]
[ "Interface", ":" ]
[ "O", "O" ]
[ "In", "fragment", ":" ]
[ "O", "O", "O" ]
[ "As", "you", "can", "see", "I", "iterate", "loop", "and", "call", "call.enqueue()", "for", "every", "image", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-User_Interface_Element", "O" ]
[ "Is", "it", "good", "solution", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "Is", "this", "can", "perform", "my", "android", "app", "?" ]
[ "O", "O", "O", "O", "O", "B-Operating_System", "O", "O" ]
[ "You", "can", "use", "dependencies", "like", "Glide", ",", "Pissaco", "etc", "for", "downloading", "images", "from", "remote", "server", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Application", "O" ]
[ "Because", "these", "provide", "better", "caching", "and", "error", "handling", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Have", "a", "look", "at", "the", "code", "below", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "using", "Pissaco", "to", "load", "the", "image" ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "B-User_Interface_Element" ]
[ "First", "add", "the", "Pissaco", "dependency", "in", "your", "build.gradle" ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "B-Function" ]
[ "I", "have", "a", "small", "questuion", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "article", "with", "repeatable", "property", "tags", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "B-Variable", "O" ]
[ "When", "i", "editing", "exist", "article", "and", "add", "new", "tags", "all", "is", "ok", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "But", "if", "a", "remove", "tag", "from", "form", "in", "article", "this", "tag", "still", "exists", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "B-Class", "O", "B-Variable", "O", "O", "O" ]
[ "As", "i", "understand", "post", "data", "binding", "to", "the", "form", "and", "to", "the", "entity", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "Thats", "way", "new", "tags", "appear", "in", "the", "material", "." ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "But", "why", "did", "they", "not", "disappear", "after", "binding", "new", "post", "data", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "UPDATE" ]
[ "O" ]
[ "Here", "is", "my", "Article", "entity" ]
[ "O", "O", "O", "B-Class", "O" ]
[ "And", "ArticleType" ]
[ "O", "B-Class" ]