tokens
sequence
ner_tags
sequence
[ "I", "was", "trying", "to", "go", "about", "making", "the", "actions", "for", "a", "UITableViewCell", "overlap", "the", "content", "of", "the", "cell", ",", "like", "in", "the", "National", "Geographic", "app", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "I-Website", "O", "O" ]
[ "table", "view" ]
[ "B-Data_Structure", "O" ]
[ "table", "view", "when", "swiped" ]
[ "B-Data_Structure", "O", "O", "O" ]
[ "I", "tried", "using", "a", "listener", "on", "the", "contentView", "of", "the", "cell", "to", "track", "the", "frame", "and", "keep", "it", "constant", ",", "but", "I", "was", "unable", "to", "get", "that", "to", "work", "(", "although", "it", "'s", "possible", "it", "would", ",", "I", "'m", "kinda", "new", "to", "iOS", ")", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O" ]
[ "If", "anyone", "has", "any", "suggestions", "for", "creating", "a", "similar", "effect", ",", "they", "would", "be", "much", "appreciated", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "u", "can", "make", "your", "own", "custom", "cell", "and", "add", "a", "delete", "button", "and", "swipe", "gestures", "to", "make", "like", "button", "overlap", "the", "contents", "of", "the", "cell", "for", "example", ",", "try", "it", "out", "yourself", ",", "first", "create", "a", "sample", "project", "with", "single", "view", "app", ",", "and", "proceed" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "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" ]
[ "subclass", "the", "tabview", "cell", "with", "xib", "option", "selected", "and", "name", "it", "something", "like", "CustomCell", ",", "and", "in", "CustomCell.swift", "class", "past", "below", "code" ]
[ "O", "O", "B-Variable", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "and", "make", "sure", "the", "tableview", "cell", "height", "to", "be", "of", "100pt", "and", "in", "view", "controller", "set", "up", "a", "tableview", "in", "storyboard", "with", "datasource", "and", "delegate", "and", "implement", "the", "required", "delegate", "and", "datasource", "methods" ]
[ "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Bear", "with", "me", ",", "this", "is", "my", "first", "time", "coding", "or", "using", "stackoverflow", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O" ]
[ "I", "'ve", "been", "searching", "through", "the", "Google", "documentation", "and", "various", "search", "engines", "looking", "for", "an", "answer", "and", "someone", "told", "me", "to", "try", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "shared", "spreadsheet", "in", "Google", "driver", "and", "I", "'m", "trying", "to", "write", "a", "script", "that", "prevents", "any", "other", "user", "but", "myself", "from", "adding", ",", "deleting", "or", "updating", "a", "column", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "This", "is", "what", "I", "have", "so", "far", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "ca", "n't", "seem", "to", "check", "the", "event", "type", "for", "those", "three", "cases", "..", ".", "Also", ",", "once", "I", "know", "that", "I", "can", "check", "the", "event", "for", "add", ",", "update", "or", "move", ",", "how", "do", "I", "stop", "the", "user", "from", "actually", "doing", "it", "?" ]
[ "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", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "help", "would", "be", "much", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Sorry", "again", "for", "being", "so", "lost", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "a", "shared", "spreadsheet", "to", "prevents", "any", "other", "user", "but", "myself", "from", "adding", ",", "deleting", "or", "updating", "a", "column", "you", "do", "n't", "need", "a", "script", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "you", "say", "prevent", "them", "updating", "a", "column", "that", "implies", "you", "do", "n't", "want", "them", "to", "have", "write", "access", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Either", "this", "is", "to", "a", "particular", "column", "or", "to", "any", "column", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "You", "can", "set", "protection", "to", "one", "of", "view", "only", ",", "comment", "only", "to", ";" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "the", "entire", "spreadsheet" ]
[ "O", "O", "B-User_Interface_Element" ]
[ "individual", "sheets", "or" ]
[ "O", "B-User_Interface_Element", "O" ]
[ "areas", "within", "a", "sheet" ]
[ "O", "O", "O", "B-User_Interface_Element" ]
[ "If", "you", "do", "any", "of", "these", "they", "will", "not", "be", "able", "to", "delete", "the", "column", "either", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "Reading", "your", "code", ",", "the", "line", ";" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Implies", "you", "want", "to", "check", "if", "they", "have", "modified", "your", "sheet", "on", "a", "row", "basis", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "To", "prevent", "them", "inserting", "or", "deleting", "a", "row", "," ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "create", "a", "blank", "column" ]
[ "O", "O", "O", "B-User_Interface_Element" ]
[ "protect", "the", "column", "from", "editing" ]
[ "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "hide", "the", "column" ]
[ "O", "O", "B-User_Interface_Element" ]
[ "If", "anyone", "tries", "to", "add", "or", "delete", "a", "row", ",", "this", "will", "span", "the", "hidden", "protected", "column", "and", "they", "will", "get", "an", "error", "message", "telling", "them", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "the", "only", "onEdit(e)", "you", "will", "detect", "with", "be", "the", "editing", "of", "a", "cell", "or", "group", "of", "cells", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Note", "that", "adding/deleting", "rows", "will", "not", "trigger", "onEdit()", ",", "they", "will", "trigger", "onChange()", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O" ]
[ "Within", "this", "there", "is", "specific", "way", "to", "tell", "whether", "a", "row", "has", "been", "deleted", "or", "inserted", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "onEdit(e)", "will", "allow", "you", "to", "look", "at", "the", "range", "that", "has", "been", "affected", ",", "you", "can", "cross", "check", "this", "with", "your", "spreadsheets", "parameters", "," ]
[ "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "It", "was", "not", "clear", "to", "me", "form", "your", "question", "and", "code", "what", "exactly", "you", "wanted", "to", "do", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "have", "misunderstood", "please", "explain", "and", "I", "will", "amend", "my", "help", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Assuming", "this", "is", "still", "of", "interest", "and", "not", "too", "late", "a", "reply", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "database", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "http://d.pr/86DH+" ]
[ "O" ]
[ "I", "want", "to", "divide", "all", "numbers", "in", "price", "column", "with", "1.2", "at", "once", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Value", "O", "O", "O" ]
[ "It", "is", "possible", "?" ]
[ "O", "O", "O", "O" ]
[ "Use", "this", ":" ]
[ "O", "O", "O" ]
[ "I", "have", "a", "Angular", "directive", "to", "build", "a", "table", "with", "bootstrap", "table", "." ]
[ "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Library", "B-Class", "O" ]
[ "This", "table", "has", "a", "\"", "formatter", "\"", "for", "each", "column", ",", "to", "render", "the", "HTML", "data", "of", "a", "column", ",", "row", "by", "row", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O" ]
[ "The", "formatter", "must", "return", "a", "HTML", ",", "and", "in", "my", "case", ",", "my", "HTML", "is", "returning", "containing", "a", "ngClick", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-HTML_XML_Tag", "O" ]
[ "But", "this", "ngClick", "is", "n't", "working", ",", "because", "angular", "has", "n't", "compiled", "it", "." ]
[ "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "watch/monitor", "table", "DOM", "changes", "to", "force", "angular", "to", "processs/compile", "it", "directives", "after", "the", "changes", "?" ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "was", "trying", "this", ",", "but", "without", "success", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Another", "possible", "problem", "is", "that", "I", "cannot", "compile", "more", "than", "1", "time", "an", "element", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "do", "this", ",", "for", "example", ",", "a", "ng-click", "will", "be", "executed", "twice", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "working", "code", "with", "a", "Datagrid", "as", "the", "main", "control", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "I", "used", "a", "Datagrid", "as", "it", "is", "very", "easy", "to", "bind", "data", "into", "it", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "code", "requires", "moving", "cells", "into", "other", "columns", "so", "I", "always", "need", "to", "check", "which", "cell", "I", "am", "on", "when", "the", "mouse", "is", "clicked", ",", "as", "well", "as", "when", "it", "is", "released", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "current", "implementation", "is", "working", "as", "expected", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "the", "way", "I", "check", "for", "the", "row", "and", "cell", "is", "through", "the", "VIEW", "'s", "code-behind", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "My", "project", "leader", "is", "looking", "for", "an", "alternative", "to", "have", "this", "done", "thru", "binding", "as", "he", "wants", "to", "keep", "the", "VIEW", "'s", "code-behind", "as", "clean", "as", "possible", "." ]
[ "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" ]
[ "I", "have", "tried", "all", "I", "could", "but", "I", "ca", "n't", "find", "properties", "which", "would", "give", "me", "both", "the", "cells", "column", "and", "row", "index", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O" ]
[ "Please", "see", "the", "code", "below", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "(", "Omitted", "some", "of", "the", "columns", "as", "it", "would", "exceed", "the", "limit", ".", ")" ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "the", "XAML", ":" ]
[ "O", "B-Language", "O" ]
[ "the", "code-behind" ]
[ "O", "O" ]
[ "EDIT" ]
[ "O" ]
[ "I", "proceeded", "to", "multibind", "the", "datagridcell", "'s", "column", "and", "datacontext", "properties", "as", "parameters", "for", "my", "command", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "An", "option", "I", "started", "before", "but", "set", "aside", "due", "to", "time", "constraints", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Instead", "of", "looking", "for", "the", "datagridrow", "'s", "index", ",", "I", "used", "the", "datacontext", "to", "compare", "to", "my", "viewmodel", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Class", "O" ]
[ "Did", "the", "trick", "." ]
[ "O", "O", "O", "O" ]
[ "Alternative", "would", "be", "to", "work", "with", "properties", "DataGrid", "already", "provides", "to", "you", "and/or", "to", "define", "few", "other", "attached", "properties", "supporting", "you", "to", "get", "the", "job", "done", "." ]
[ "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" ]
[ "I", "would", "try", "to", "work", "with", "properties", "like", "SelectedItem", ",", "SelectedValue", ",", "CurrentItem", ",", "CurrentCell", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "Futhermore", "if", "a", "behavior", "couldnt", "be", "handled", "with", "those", "properties", "from", "above", "I", "would", "create", "an", "attached", "property", "and", "use", "a", "style", "for", "cells", "with", "triggers", "changing", "the", "attached", "property", "." ]
[ "O", "O", "O", "O", "O", "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", "O", "O", "O", "O" ]
[ "Binding", "will", "transmit", "all", "the", "changes", "from", "the", "attached", "property", "to", "the", "ViewModel", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "In", "the", "end", "you", "will", "have", "just", "communication", "between", "ViewModel", "and", "View", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O" ]
[ "Here", "are", "few", "links", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid%28v=vs.110%29.aspx" ]
[ "O" ]
[ "http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid.currentitem%28v=vs.110%29.aspx" ]
[ "O" ]
[ "http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.selector.selectedvalue%28v=vs.110%29.aspx" ]
[ "O" ]
[ "http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.selector.selecteditem%28v=vs.110%29.aspx" ]
[ "O" ]
[ "They", "should", "be", "all", "bindable" ]
[ "O", "O", "O", "O", "O" ]
[ "Edit", ":" ]
[ "O", "O" ]
[ "Link", "to", "MSDN", "MultiBinding", "Page", ":" ]
[ "O", "O", "B-Website", "B-Class", "O", "O" ]
[ "http://msdn.microsoft.com/en-us/library/system.windows.data.multibinding%28v=vs.110%29.aspx" ]
[ "O" ]
[ "The", "general", "way", "to", "achieve", "your", "requirement", "is", "to", "implement", "an", "ICommand", "type", "Attached", "Property", "for", "each", "event", "that", "you", "want", "to", "replace", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "basic", "idea", "is", "this.", ".", "add", "an", "ICommand", "Attached", "Property", "with", "a", "PropertyChangedCallback", "handler", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "In", "this", "handler", "(", "which", "will", "be", "called", "when", "an", "ICommand", "is", "data", "bound", "to", "this", "property", ")", ",", "attach", "a", "handler", "to", "the", "event", "that", "you", "want", "to", "handle", "." ]
[ "O", "O", "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" ]
[ "Then", ",", "when", "that", "event", "is", "called", ",", "just", "execute", "the", "ICommand", "instance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "So", "you", "can", "handle", "the", "event", "in", "your", "view", "model", "via", "the", "ICommand", "instance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "Here", "is", "an", "example", "using", "the", "PreviewKeyDown", "event", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "@Value", "has", "got", "the", "correct", "value", "when", "used", "in", "insert", "statement", "." ]
[ "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", ",", "@AID", "(", "which", "is", "set", "to", "@Value", ")", "always", "gives", "0", "when", "this", "stored", "procedure", "is", "called", "using", "php", "." ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "What", "am", "I", "doing", "wrong", "here", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "it", "something", "to", "do", "with", "calling", "stored", "procedure", "inside", "another", "stored", "procedure", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "subscribe", "button", "in", "the", "about", "us", "section", "in", "my", "app", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "On", "pressing", ",", "a", "small", "window", "appears", "asking", "for", "email", "from", "a", "user", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Once", "the", "user", "enters", "his", "email", "where", "could", "I", "store", "all", "the", "emails", "from", "the", "users", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "does", "email", "subscription", "is", "implemented", "in", "Android", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O" ]
[ "I", "'m", "totally", "new", "to", "it", ",", "so", "please", "be", "detailed" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "think", "you", "would", "need", "a", "server", "where", "you", "can", "store", "in", "a", "DB", "the", "emails", "the", "clients", "(", "i.e", ".", "the", "apps", ")", "send", "you", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Or", "since", "it", "'s", "such", "a", "simple", "thing", "that", "you", "have", "to", "store", "(", "a", "string", ")", ",", "what", "you", "could", "do", "is", "get", "them", "to", "send", "an", "email", "to", "you", ",", "and", "then", "voila", ",", "you", "have", "the", "addresses", "you", "need", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "EDIT", ":" ]
[ "O", "O" ]
[ "Try", "parse", ",", "it", "'s", "a", "cloud", "server", "free", "and", "easy", "to", "use", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "an", "excel", "sheet", "\"", "Test.xlsx", "\"", "in", "which", "some", "of", "the", "cell", "values", "has", "been", "referenced", "from", "another", "excel", "sheet", "using", "formula", "\"='C:[Sample.xlsx]Sheet1'!B14\"", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Code_Block", "O" ]