tokens
sequence
ner_tags
sequence
[ "You", "can", "find", "a", "list", "of", "the", "allowed", "classes", "in", "this", "link", ":", "List", "of", "Classes" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "was", "having", "some", "performance", "issues", "with", "an", "Oracle", "query", ",", "so", "I", "downloaded", "a", "trial", "of", "the", "Quest", "SQL", "Optimizer", "for", "Oracle", ",", "which", "made", "some", "changes", "that", "dramatically", "improved", "the", "query", "'s", "performance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "exactly", "sure", "why", "the", "recommended", "query", "had", "such", "an", "improvement", ";", "can", "anyone", "provide", "an", "explanation", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Before", ":" ]
[ "O", "O" ]
[ "Plan", "Cost", ":", "831" ]
[ "O", "O", "O", "B-Value" ]
[ "Elapsed", "Time", ":", "00:00:21.40" ]
[ "O", "O", "O", "B-Value" ]
[ "Number", "of", "Records", ":", "40,717" ]
[ "O", "O", "O", "O", "B-Value" ]
[ "After", ":" ]
[ "O", "O" ]
[ "Plan", "Cost", ":", "686" ]
[ "O", "O", "O", "B-Value" ]
[ "Elapsed", "Time", ":", "00:00:00.95" ]
[ "O", "O", "O", "B-Value" ]
[ "Number", "of", "Records", ":", "40,717" ]
[ "O", "O", "O", "O", "B-Value" ]
[ "Questions", ":" ]
[ "O", "O" ]
[ "Why", "does", "re-arranging", "the", "order", "of", "the", "tables", "in", "the", "FROM", "clause", "help", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "Why", "does", "adding", "+", "0", "to", "the", "WHERE", "clause", "comparisons", "help", "?" ]
[ "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "Why", "does", "||", "''", "<>", "'", "AA", "'", "in", "the", "WHERE", "clause", "VERSION_NAME", "comparison", "help", "?" ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "O" ]
[ "Is", "this", "a", "more", "efficient", "way", "of", "handling", "possible", "nulls", "on", "this", "column", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "B-Data_Structure", "O" ]
[ "If", "you", "run", "both", "statements", "through", "an", "explain", "plan", ",", "you", "'ll", "see", "the", "difference", "yourself", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "To", "do", "that", ",", "issue", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "If", "it", "'s", "still", "not", "clear", "why", "the", "difference", "occurs", ",", "then", "please", "paste", "the", "output", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Regards", "," ]
[ "O", "O" ]
[ "Rob", "." ]
[ "B-User_Name", "O" ]
[ "PS", ":", "the", "\"", "+", "0", "\"", "and", "\"", "||", "''", "\"", "are", "just", "tricks", "to", "make", "sure", "regular", "indexes", "on", "the", "columns", "are", "not", "being", "used", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "They", "also", "make", "your", "query", "less", "readable", ",", "so", "I", "would", "tune", "them", "myself", ",", "instead", "of", "relying", "on", "a", "tool", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Almost", "certainly", "the", "statistics", "on", "these", "tables", "are", "wrong", ",", "causing", "the", "optimizer", "to", "choose", "a", "poor", "plan", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Gather", "stats", "on", "the", "tables", "and", "indexes", "(", "or", "get", "your", "DBA", "to", "if", "you", "are", "n't", "in", "control", "of", "that", "kind", "of", "thing", ")", ",", "then", "try", "your", "queries", "again", "." ]
[ "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" ]
[ "The", "following", "page", "shows", "how", "to", "load", "external", "images", "in", "AS3", "DataGrid", ":", "http://www.adobe.com/devnet/flash/quickstart/datagrid_pt3/", "(", "image", "and", "text", "are", "displayed", "in", "two", "columns", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Language", "B-Class", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "But", "I", "wonder", "how", "the", "image", "and", "text", "can", "be", "loaded", "together", "within", "the", "same", "DataGrid", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Within", "one", "column", ":", "Image", "followed", "by", "the", "text", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "cannot", "get", "it", "work", "so", "I", "'d", "be", "grateful", "for", "any", "help", "with", "examples", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "You", "just", "have", "to", "write", "a", "custom", "CellRenderer", "that", "does", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "If", "you", "really", "read", "and", "understand", "that", "page", "you", "linked", ",", "they", "explain", "how", "to", "make", "custom", "CellRenderers", ",", "and", "you", "can", "put", "whatever", "you", "want", "in", "a", "cell", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "An", "image", "with", "text", ",", "a", "button", ",", "a", "game", "of", "tetris", ",", "whatever", "." ]
[ "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "building", "a", "joomla", "2.5", "module", ",", "i", "want", "to", "access", "data", "pass", "from", "the", "module", "parameter", ",", "but", "i", "get", "the", "following", "error", ":", "Fatal", "error", ":", "Call", "to", "a", "member", "function", "get()", "on", "a", "non-object" ]
[ "O", "O", "O", "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Error_Name", "I-Error_Name", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "My", "code", "follows", "belows", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "helper.php" ]
[ "B-File_Name" ]
[ "mod_feedGrabber.php" ]
[ "B-File_Name" ]
[ "mod_feedGrabber.xml" ]
[ "B-File_Name" ]
[ "default.php" ]
[ "B-File_Name" ]
[ "The", "main", "problem", "I", "can", "see", "with", "the", "code", "supplied", "is", "that", "you", "do", "n't", "pass", "the", "$params", "to", "your", "helper", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "It", "should", "read", "something", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", "your", "XML", "is", "invalid", ",", "as", "it", "'s", "missing", "closing", "tags", "for", "fieldset", "and", "fields", "tags", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "It", "should", "look", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "As", "a", "tip", "you", "can", "quick", "check", "if", "an", "XML", "file", "is", "valid", "by", "dragging", "it", "into", "a", "browser", "window", ",", "e.g", ".", "your", "code", "posted", "above", "results", "in", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "is", "there", "a", "way", "to", "detect", "if", "video", "playback", "is", "running", "or", "not", "with", "Win32", "API", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O" ]
[ "For", "audio", ",", "I", "can", "detect", "playback", "processes", "by", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "enumerate", "playback", "devices", "with", "MMDeviceEnumerator", "and", "," ]
[ "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "for", "each", "device", ",", "enumerate", "sessions", "with", "IaudiosessionManager", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "I", "'d", "like", "to", "do", "the", "similar", "thing", "for", "video", "playback", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "Ideally", ",", "a", "method", "that", "works", "for", "any", "application", ",", "but", "if", "it", "is", "impossible", ",", "a", "method", "that", "works", "for", "specific", "framework", "(", "DirectShow", ",", "Media", "Foundation", ",", "etc", ".", ")" ]
[ "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-Library", "O", "B-Library", "I-Library", "O", "O", "O", "O" ]
[ "is", "ok", "." ]
[ "O", "O", "O" ]
[ "Thanks", "." ]
[ "O", "O" ]
[ "I", "am", "using", "twitter", "bootstrap", "and", "in", "custom", "css", "saying" ]
[ "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "B-Language", "O" ]
[ "when", "added", ",", "it", "always", "displays", "vertical", "scrollbar", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "is", "there", "any", "way", "to", "fix", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "add", "to", "the", "css", ":" ]
[ "O", "O", "O", "B-Language", "O" ]
[ "I", "have", "a", "working", "(", "in", "macOS", "app", "Patterns", ")", "RegExp", "that", "reformats", "GeoJSON", "MultiPolygon", "coordinates", ",", "but", "do", "n't", "know", "how", "to", "escape", "it", "for", "sed", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "The", "file", "I", "'m", "working", "on", "is", "over", "90", "Mb", "in", "size", ",", "so", "bash", "terminal", "looks", "like", "the", "ideal", "place", "and", "sed", "the", "perfect", "tool", "for", "the", "job", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "Search", "Text", "Example", ":" ]
[ "O", "O", "O", "O" ]
[ "Desired", "outcome", ":" ]
[ "O", "O", "O" ]
[ "My", "current", "RegExp", ":" ]
[ "O", "O", "O", "O" ]
[ "and", "reformatting", ":" ]
[ "O", "O", "O" ]
[ "The", "command", "should", "be", "something", "along", "these", "lines", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "what", "should", "be", "escaped", "in", "the", "RegExp", "to", "make", "it", "work", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "attempts", "always", "complain", "of", "being", "unbalanced", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "sorry", "if", "this", "has", "already", "been", "answered", "elsewhere", ",", "but", "I", "could", "n't", "find", "even", "after", "extensive", "searching", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Edit", ":", "2017-01-07", ":", "I", "did", "n't", "make", "it", "clear", "that", "the", "file", "contains", "properties", "other", "than", "just", "the", "GPS-points", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "of", "the", "other", "example", "values", "picked", "from", "GeoJSON", "Feature", "properties", "is", "\"", "35.642.1.001_001", "\"", ",", "which", "should", "be", "left", "unchanged", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "braces", "check", "in", "my", "original", "regex", "is", "there", "for", "this", "reason", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "That", "regex", "is", "not", "legal", "in", "sed", ";", "since", "it", "uses", "Perl", "syntax", ",", "my", "recommendation", "would", "be", "to", "use", "perl", "instead", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "The", "regular", "expression", "works", "exactly", "as-is", ",", "and", "even", "the", "command", "line", "is", "almost", "the", "same", ";", "you", "just", "need", "to", "add", "the", "-p", "option", "to", "get", "perl", "to", "operate", "in", "filter", "mode", "(", "which", "sed", "does", "by", "default", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O" ]
[ "I", "would", "also", "recommend", "adding", "an", "argument", "suffix", "to", "the", "-i", "option", "(", "whether", "using", "sed", "or", "perl", ")", ",", "so", "that", "you", "have", "a", "backup", "of", "the", "original", "file", "in", "case", "something", "goes", "horribly", "wrong", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "B-Code_Block", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "for", "quoting", ",", "all", "you", "need", "to", "do", "is", "put", "the", "substitution", "command", "in", "single", "quotation", "marks", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "simple", "sed", "will", "do", "it", ":" ]
[ "O", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "I", "am", "currently", "trying", "to", "turn", "a", "Python", "script", "I", "use", "regularly", "into", "an", "application", "by", "using", "Platypus", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "However", ",", "my", "script", "prompts", "the", "user", "for", "input", "several", "times", "and", "uses", "that", "input", "to", "construct", "a", "URL", "that", "is", "being", "used", "to", "make", "API", "requests", "." ]
[ "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-Library", "O", "O" ]
[ "Here", "is", "an", "example", "of", "how", "this", "is", "used", "in", "my", "script", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "data", "taken", "from", "the", "user", "(", "and", "stored", "as", "a", "variable", ")", "is", "then", "used", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Since", "the", "application", "created", "using", "Platypus", "wo", "n't", "allow", "for", "user", "input", "(", "based", "on", "the", "way", "I", "am", "requesting", "it", "through", "my", "script", ")", "I", "was", "going", "to", "try", "and", "use", "Tkinter", "as", "well", "." ]
[ "O", "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", "B-Library", "O", "O", "O" ]
[ "However", ",", "I", "have", "read", "through", "the", "documentation", "and", "am", "confused", "when", "it", "comes", "to", "the", "syntax", "(", "I", "am", "still", "new", "to", "Python", "in", "general", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O" ]
[ "Can", "anyone", "help", ",", "or", "show", "an", "example", "of", "how", "I", "can", "change", "my", "request", "for", "user", "input", "(", "based", "on", "my", "example", "above", ")", "using", "Tkinter", "so", "the", "application", "will", "work", "?" ]
[ "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-Library", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "also", "using", "Python", "2.7", "." ]
[ "O", "O", "O", "O", "B-Language", "B-Version", "O" ]
[ "You", "can", "use", "the", "entry", "widget", "to", "get", "the", "user", "input", "as", "a", "variable", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "user", "can", "type", "in", "there", "ID", "and", "then", "hit", "the", "submit", "button", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "This", "button", "can", "be", "tied", "to", "a", "function", "that", "will", "do", "anything", "you", "need", "it", "to", "form", "there", "." ]
[ "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "PHP", ",", "I", "want", "to", "make", "it", "so", "that", "if", "a", "user", "types", ":" ]
[ "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "[", "LINK", "]", "url", "[", "/LINK", "]" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "It", "will", "replace", "it", "with", "the", "anchor", "tag", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "<a", "href=url>url</a>" ]
[ "B-Code_Block", "I-Code_Block" ]
[ "How", "would", "I", "show", "this", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "sure", "how", "to", "translate", "this", "into", "regex", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "I", "'ve", "tried", "the", "following", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "[", "LINK", "]", "[", "a-zA-Z0-9_-.", "]", "+", "[", "/LINK", "]" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "But", "obviously", "that", "is", "n't", "right", ":(" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Explanation", ":" ]
[ "O", "O" ]
[ "Catch", "links", "but", "would", "always", "require", "leading", "http://", "or", "https://", "else", "the", "url", "would", "be", "example.com/google.com", "also", "you", "should", "use", "preg_replace_callback()", "as", "its", "possible", "to", "xss", "unsanitized", "input", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "Here", "are", "some", "examples", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Or", "Strip", "the", "http://", "&", "https://", "from", "the", "link", "then", "append", "it", "when", "outputting", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Or", "A", "different", "way", "to", "have", "BB", "code", "links", ",", "then", "you", "can", "specify", "Link", "name", "from", "link", "address", ",", "the", "call", "back", "function", "can", "be", "made", "to", "handle", "multiple", "types", "of", "outputs", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "I-Language", "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" ]
[ "I", "have", "a", "tables", ":" ]
[ "O", "O", "O", "B-Data_Structure", "O" ]