tokens
list
ner_tags
list
[ "This", "will", "cause", "the", "JavaScriptSerializer", "to", "ignore", "it", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "However", ",", "this", "means", "that", "it", "will", "be", "ignored", "on", "deserialization", "as", "well", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "sure", "whether", "that", "is", "an", "issue", "for", "your", "situation", "or", "not", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Given", "HTML", "that", "looks", "like", "this", ":" ]
[ "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "I", "would", "like", ",", "using", "only", "CSS", "(", "without", "having", "to", "use", ",", "say", ",", "a", "<span>", "element", "in", "the", "HTML", ")", ",", "to", "format", "the", "number", "with", "the", "last", "two", "digits", "(", "or", ...
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "My", "goal", "is", "to", "write", "a", "CSS", "stylesheet", "rule", "for", "the", "unadorned", "HTML", "above", "that", "behaves", "as", "if", "I", "had", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "That", "is", "not", "possible", "with", "pure", "CSS", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "Only", "html", "as", "you", "pointed", "out", "or", "Javascript", "." ]
[ "O", "B-Language", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "I", "am", "new", "to", "android", "." ]
[ "O", "O", "O", "O", "B-Operating_System", "O" ]
[ "My", "project", "is", "having", "one", "activity", "and", "one", "service", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "My", "service", "is", "having", "one", "broadcast", "receiver", "and", "activity", "is", "having", "broadcast", "sender", "which", "is", "in", "PeriodSender", "method", ".Dynamically", "when", "i", "am", "registering", "the", "receiver", "then", "at", "the", ...
[ "O", "B-Class", "O", "O", "O", "B-Class", "I-Class", "O", "B-Class", "O", "O", "B-Class", "I-Class", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", ...
[ "But", "I", "want", "to", "register", "it", "in", "Manifest", ",", "I", "have", "included", "the", "receiver", "details", "in", "Manifest", "but", "the", "receiver", "is", "not", "invoking", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "My", "receiver", "class", "name", "is", "MyReceiver21", "and", "the", "intent", "action", "is", "MY_ACTION1", "." ]
[ "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "B-Variable", "O" ]
[ "actually", "I", "want", "my", "broadcast", "receiver", "to", "be", "registered", "at", "the", "starting", "it", "self", "." ]
[ "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "do", "n't", "have", "to", "add", "the", "intent", "filter", "for", "your", "own", "broadcasts", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "O", "O", "O", "B-Class", "O" ]
[ "Just", "register", "the", "service", "for", "that", "broadcasts", "with", "registerReceiver()", "when", "the", "service", "is", "started", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "B-Function", "O", "O", "B-Class", "O", "O", "O" ]
[ "Note", ",", "that", "you", "have", "to", "start", "the", "service", "manually", "when", "your", "App", "starts", ",", "for", "instance", "in", "the", "MainActivity.onCreate()", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function" ]
[ "When", "the", "MainActivity", "has", "been", "created", ",", "it", "will", "start", "the", "service", ",", "which", "itself", "registers", "for", "BroadcastIntents", "and", "starts", "listening", "for", "them", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "This", "should", "work", "." ]
[ "O", "O", "O", "O" ]
[ "I", "am", "making", "a", "game", "with", "Kivy", "where", "you", "can", "move", "a", "character", "around", "the", "screen", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O" ]
[ "Earlier", ",", "I", "had", "it", "working", "where", "when", "you", "move", "the", "character", "right", ",", "the", "background", "image", "would", "scroll", "to", "the", "left", ",", "and", "same", "with", "the", "right", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Recently", ",", "what", "I", "tried", "to", "do", "was", "add", "the", "background", "image", "to", "a", "widget", "along", "with", "another", "image", ",", "with", "the", "intention", "that", "i", "could", "control", "multiple", "image", "locations", "wi...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Variable", "O", "O", "O", "O"...
[ "I", "am", "wondering", "what", "I", "did", "wrong", "in", "my", "code", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Looks", "like", "the", "problem", "here", "is", "that", "you", "are", "using", "a", "FLoatLayout", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "When", "you", "move", "a", "normal", "layout", "(", "such", "as", "a", "FloatLayout", ")", ",", "it", "does", "not", "automatically", "change", "the", "children", "'s", "co-ordinates", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "that", "behavior", ",", "try", "using", "a", "RelativeLayout", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "http://kivy.org/docs/api-kivy.uix.relativelayout.html" ]
[ "O" ]
[ "Peace", "out" ]
[ "O", "O" ]
[ "I", "have", "a", "table", "with", "8.2", "million", "entries", "in", "a", "SQL", "Server", "2005", "database", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "B-Version", "O", "O" ]
[ "This", "table", "stores", "basic", "past", "customer", "details", "(", "referrer", ",", "ip", ",", "whether", "they", "entered", "via", "an", "advertisement", ",", "etc", ")", "for", "every", "customer", "we", "have", "had", "come", "to", "the", "site", ...
[ "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", "O", "O", "O" ]
[ "Unfortunately", ",", "whoever", "designed", "the", "table", "(", "way", "before", "I", "was", "here", ",", "I", "'m", "a", "lowly", "intern", ")", "used", "a", "varchar(50)", "field", "for", "the", "ip", "address", "field", "in", "the", "table", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "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" ]
[ "Now", ",", "I", "have", "been", "tasked", "with", "finding", "a", "way", "to", "run", "a", "query", "to", "see", "if", "we", "have", "an", "entry", "for", "a", "given", "ip", "address", "." ]
[ "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" ]
[ "This", "is", "the", "first", "time", "I", "'ve", "had", "to", "deal", "with", "a", "data", "set", "this", "large", "and", "no", "matter", "what", "I", "do", ",", "I", "ca", "n't", "seem", "to", "improve", "the", "result", "speed", "much", "." ]
[ "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" ]
[ "Here", "is", "an", "example", "query", "from", "what", "I", "was", "running", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "query", "ran", "for", "over", "2", "min", "and", "31", "seconds", "before", "I", "cancelled", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "any", "way", "to", "improve", "the", "speed", "of", "this", "look", "up", "or", "would", "it", "be", "more", "advisable", "to", "create", "a", "new", "index", "in", "the", "table", "that", "stores", "the", "INET_ATON", "values", "and", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "If", "you", "are", "going", "to", "often", "run", "the", "query", "\"", "do", "we", "have", "this", "IP", "address", "\"", "then", "you", "should", "definitely", "add", "an", "index", "on", "IP", "address", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "But", "if", "this", "is", "just", "a", "one-off", "exercise", "then", "no", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Try", "creating", "an", "index", "on", "IPAddress", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "If", "the", "only", "things", "you", "need", "to", "select", "are", "ID", "based", "on", "the", "IPAddress", ",", "and", "this", "is", "a", "frequent", "way", "you", "search", ",", "then", "you", "should", "create", "an", "index", "like", "this", ":" ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O" ]
[ "I", "am", "making", "a", "camera", "app", "where", "I", "want", "to", "get", "to", "all", "of", "the", "videos", "users", "have", "created", "on", "their", "iPhone", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "Currently", "the", "code", "I", "have", "gets", "the", "videos", "from", "user", "Camera", "Roll", "only", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O" ]
[ "Some", "my", "users", "have", "complained", "that", "they", "have", "multiple", "custom", "folders", "created", "under", "their", "Photo", "Album", "app", "and", "they", "store", "some", "videos", "in", "there", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Since", "my", "code", "only", "looks", "at", "Camera", "Roll", ",", "it", "does", "n't", "pickup", "the", "movies", "from", "their", "other", "folders", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "possible", "that", "I", "can", "get", "to", "their", "other", "folders", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "what", "I", "have", "so", "far", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "To", "get", "media", "that", "was", "synced", "from", "iTunes", "you", "need", "to", "use", "ALAssetsGroupLibrary", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Library", "O" ]
[ "Here", "you", "can", "find", "all", "possible", "variants", "for", "ALAssetsGroupType", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "So", "just", "change" ]
[ "O", "O", "O" ]
[ "to" ]
[ "O" ]
[ "You", "got", "to", "create", "a", "filter", "for", "the", "assets", ",", "something", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Options", "for", "filters", "are", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "-", "allAssets" ]
[ "O", "B-Variable" ]
[ "-", "allVideos" ]
[ "O", "B-Variable" ]
[ "-", "allPhotos" ]
[ "O", "B-Variable" ]
[ "Hope", "this", "helps" ]
[ "O", "O", "O" ]
[ "I", "'ve", "build", "a", "small", "rack", "aap", "that", "implements", "a", "websocket", "and", "a", "plain", "http", "api", "endpoint", ",", "clients", "can", "connect", "to", "it", "and", "at", "a", "later", "point", "I", "can", "send", "a", "http",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Library", "I-Library", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O",...
[ "My", "question", "is", "if", "puma", "is", "running", "in", "cluster", "mode", "with", "4", "workers", "is", "it", "possible", "that", "one", "worker", "holds", "the", "websocket", "connection", "and", "another", "is", "parsing", "the", "http", "request", ...
[ "O", "O", "O", "O", "B-Application", "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" ]
[ "Regards", "," ]
[ "O", "O" ]
[ "I", "'ve", "ended", "up", "implementing", "a", "solution", "based", "on", "redis", "from", "https://devcenter.heroku.com/articles/ruby-websockets" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "I", "'m", "looking", "to", "get", "help", "setting", "up", "a", "project", "environment", "in", "SublimeREPl", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "I", "'m", "using", "Continuum", "Analytics", "Anaconda", "." ]
[ "O", "O", "O", "B-Website", "I-Website", "B-Application", "O" ]
[ "I", "'ve", "successfully", "added", "my", "project", "environment", "'s", "python", "as", "a", "build", "system", ",", "but", "I", "would", "also", "like", "to", "add", "it", "to", "SublimeREPL", "for", "an", "interactive", "session", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "All", "help", "is", "appreciated", "." ]
[ "O", "O", "O", "O", "O" ]
[ "I", "am", "a", "newbie", "to", "Objective-C", "and", "I", "am", "working", "on", "getting", "a", "good", "handle", "in", "working", "with", "arrays", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "According", "to", "Apples", "own", "documentation", "NSMutableArray", "inherits", "from", "NSArray", "." ]
[ "O", "O", "B-Website", "O", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "I", "am", "seeking", "to", "use", "the", "method", "objectAtIndex:i", "within", "a", "for", "loop", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Code_Block", "O", "O" ]
[ "Yet", "Xcode", "is", "claiming", "that" ]
[ "O", "B-Application", "O", "O", "O" ]
[ "Within", "a", "for", "loop", "I", "am", "performing", "(", "or", "seeking", "to", ")", "the", "following", "test", ":" ]
[ "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "certain", "I", "not", "doing", "this", "right", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "can", "be", "frustrating", "learning", "the", "idiosyncrasies", "of", "a", "new", "programming", "language", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "me", "Objective", "C", "has", ",", "so", "far", ",", "borne", "little", "resemblance", "to", "C++", "or", "C", "." ]
[ "O", "O", "B-Language", "I-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Language", "O" ]
[ "Any", "pointer", "or", "assistance", "would", "be", "greatly", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance" ]
[ "O", "O", "O" ]
[ "Walt", "Williams" ]
[ "B-User_Name", "I-User_Name" ]
[ "From", "your", "error", "message", ",", "you", "could", "not", "be", "using", "the", "method", "and", "parameter", "correctly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Possibly", "you", "'re", "trying", "to", "use", "a", "dot", "notation", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Your", "code", "should", "be", "like", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "where", "the", "index", "comes", "from", "your", "loop", "and", "you", "then", "use", "the", "object", "." ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "In", "addition", "to", "Wain", "'s", "answer", ",", "which", "is", "correct", ",", "but", "for", "the", "sake", "of", "completeness", ",", "you", "are", "using", "the", "array", "and", "trying", "to", "call", "the", "method", "this", "way", ":" ]
[ "O", "O", "O", "B-User_Name", "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", "O", "O", "O" ]
[ "Ex", ":" ]
[ "O", "O" ]
[ "which", "is", "the", "cause", "of", "this", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "complaining", "that", "you", "are", "trying", "to", "access", "a", "property", "named", "\"", "objectAtIndex", "\"", ",", "which", "of", "course", ",", "does", "n't", "exist", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "mean", "to", "call", "the", "method", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "Objective-C", ",", "it", "is", "called", "\"", "you", "are", "sending", "a", "message", "(", "objectAtIndex:i", ")", "to", "the", "array", "\"", "." ]
[ "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "i", "have", "flash", "xml", "template", "i", "buy", "from", "activeden", "but", "i", "cant", "show", "the", "arabic", "text", "from", "right", "to", "left", "and", "after", "a", "lot", "of", "research", "i", "find", "that", "textfield", "do", "not", "...
[ "O", "O", "B-Application", "B-Language", "O", "O", "O", "O", "B-Website", "O", "O", "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", "O", "O", "O", "O", "O", "...
[ "My", "question", "here", "is", "how", "to", "convert", "classic", "textfield", "into", "TLFTextField", "in", "as3", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Language", "O" ]
[ "please", "help", "me", "." ]
[ "O", "O", "O", "O" ]
[ "Build", "the", "textfield", "as", "TLFTextField", "from", "the", "beginning", ",", "and", "do", "NOT", "forget", "to", "include", "the", "TLF", "if", "it", "is", "NOT", "included", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "having", "a", "hard", "time", "applying", "a", "filter", "to", "an", "inline", "SVG", "symbol", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "I", "can", "make", "it", "work", "fine", "in", "a", "normal", "external", "SVG", "file", "but", "as", "soon", "as", "I", "make", "it", "inline", "with", "an", "HTML", "document", ",", "the", "filtered", "objects", "disappear", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "anything", "I", "'m", "missing", "with", "the", "filter", "attribute", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "This", "fails", "for", "me", "in", "an", "up", "to", "date", "Chrome", "57", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Version", "O" ]
[ "Setting", "your", "SVG", "to", "display:none", "will", "make", "it", "non-functional", "because", "it", "disables", "all", "CSS", "." ]
[ "O", "O", "B-HTML_XML_Tag", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "The", "following", "C++", "function", "has", "not", "been", "working", "in", "Visual", "Studio", "6", "(", "1998", "year", ")", "until", "I", "added", "static", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "B-Version", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "Why", "?" ]
[ "O", "O" ]
[ "It", "'s", "dangerously", "unsafe", "(", "undefined", "behavior", ")", "to", "return", "a", "pointer", "to", "a", "stack", "variable", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Data_Structure", "O", "O" ]
[ "That", "includes", "arrays", "allocated", "on", "the", "stack", "." ]
[ "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O" ]
[ "The", "memory", "occupied", "by", "a", "stack", "variable", "is", "essentially", "deallocated", "as", "soon", "as", "the", "function", "returns", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]