tokens
sequence
ner_tags
sequence
[ "Try", "to", "modify", "add", "tag", "and", "remove", "tag", "function", "in", "Article", "entity", "to", "something", "like", "this" ]
[ "O", "O", "O", "B-Function", "I-Function", "O", "B-Function", "I-Function", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "If", "I", "use", "a", "try", "catch", "block", "such", "as", ":" ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O" ]
[ "how", "can", "I", "find", "out", "which", "exception", "type", "it", "is", "if", "the", "method", "may", "throw", "multiple", "exception", "types", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "Thanks", "." ]
[ "O", "O" ]
[ "Is", "it", "a", "good", "idea", "to", "create", "a", "lighter", "version", "of", "an", "Entity", "in", "some", "cases", "just", "for", "performance", "reason", "pointing", "to", "same", "table", "but", "with", "fewer", "columns", "mapped", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "E.g", "If", "I", "have", "a", "Contact", "Table", "which", "has", "50", "Columns", "and", "in", "few", "of", "the", "related", "entities", "I", "might", "be", "interested", "in", "FirstName", "and", "LastName", "property", "is", "it", "a", "good", "idea", "to", "create", "a", "lightweight", "version", "of", "Contact", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "E.g", "." ]
[ "O", "O" ]
[ "Also", "is", "it", "possible", "to", "map", "multiple", "classes", "to", "same", "table", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Do", "n't", "map", "multiple", "classes", "to", "the", "same", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "I", "tried", "this", "once", "and", "though", "it", "worked", "for", "what", "I", "was", "doing", ",", "I", "'m", "sure", "it", "would", "have", "bitten", "me", "later", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "better", "to", "use", "projections", "to", "populate", "the", "\"", "light", "\"", "classes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "not", "a", "good", "idea", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Instead", ",", "always", "map", "the", "full", "class", "and", "create", "smaller", "ones", "that", "you", "can", "project", "on", "using", "Transformers.AliasToBean", "or", "LINQ", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Language", "O" ]
[ "An", "example", "of", "the", "latter", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "This", "will", "only", "select", "those", "three", "fields", "from", "the", "DB", ",", "even", "when", "filtering", "by", "a", "different", "one", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "worth", "noting", "that", ",", "with", "LINQ", ",", "you", "could", "also", "use", "an", "anonymous", "type", "to", "select", "any", "projection", "you", "want", "without", "creating", "additional", "types", "or", "mappings", "." ]
[ "O", "O", "O", "O", "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", "O" ]
[ "I", "'m", "attempting", "to", "use", "Google", "Script", "to", "send", "user", "information", "from", "an", "HTML", "form", "to", "Google", "Drive", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "I-Language", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Application", "I-Application", "O" ]
[ "I", "had", "a", "version", "that", "worked", "well", "enough", ",", "using", "the", "onclick", "event", ",", "but", "I", "wanted", "to", "add", "functionality", "that", "ensured", "all", "required", "fields", "were", "filled", "in", "before", "submission", "." ]
[ "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" ]
[ "Research", "on", "this", "site", "suggested", "onsubmit", "within", "the", "form", "tag", ",", "so", "I", "modified", "my", "code", "to", "use", "onsubmit", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "That", "'s", "the", "version", "that", "appears", "below", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "happens", "is", "that", "on", "submission", ",", "the", "form", "completely", "disappears", "and", "no", "files", "are", "sent", "to", "Drive", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "understand", "that", "onsubmit", "refreshes", "the", "page", "...", "but", "I", "'d", "like", "it", "to", "also", "recreate", "the", "previous", "page", "minus", "the", "form", ",", "and", "add", "some", "message", "about", "successful", "upload", "." ]
[ "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" ]
[ "File", "submission", "also", "needs", "to", "work", ",", "of", "course", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'d", "appreciate", "any", "thoughts", "about", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "looked", "at", "posts", "related", "to", "very", "similar", "questions", "and", "tried", "to", "implement", "some", "of", "the", "code", "from", "them", ",", "but", "no", "luck", "yet", "." ]
[ "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" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "Here", "'s", "the", "JavaScript", ":" ]
[ "O", "O", "O", "B-Language", "O" ]
[ "Another", "note", ",", "some", "of", "your", "inputs", "share", "the", "same", "ID", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "If", "you", "'re", "going", "to", "use", "ID", "and", "name", ",", "I", "would", "make", "them", "match", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "would", "also", "give", "the", "submit", "button", "an", "ID", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "may", "want", "to", "also", "look", "into", "HTML5", "form", "input", "validation", ",", "which", "is", "mostly", "supported", "by", "browsers", ",", "but", "ultimately", ",", "you", "want", "the", "javascript", "(", "client-side", ")", "and", "server", "side", "code", "to", "validate", "your", "input", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Application", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "With", "the", "following", "script", ",", "I", "split", "text", "into", "sentences", ",", "and", "create", "images", "dynamically", "from", "each", "sentence", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "My", "for", "loop", "is", "not", "executing", "properly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "do", "not", "understand", ",", "why", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "image", "creation", "function", "is", "being", "called", "only", "once", ",", "creating", "just", "one", "image", ",", "despite", "the", "text", "contains", "4", "distinct", "sentences", "." ]
[ "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "purpose", "of", "the", "script", "is", "creating", "four", "images", "and", "saving", "them", "into", "the", "hard", "drive", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Device", "I-Device", "O" ]
[ "I", "need", "your", "suggestions", "." ]
[ "O", "O", "O", "O", "O" ]
[ "All", "the", "images", "are", "getting", "the", "same", "filename", "because", "the", "code", "runs", "fast", "enough", "such", "that", "the", "time()", "function", "(", "which", "returns", "the", "time", "in", "seconds", ")", "is", "giving", "you", "the", "same", "value", "4", "times", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "you", "'re", "overwriting", "the", "same", "file", "4", "times", "in", "this", "line", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "a", "workaround", ",", "you", "can", "append", "a", "random", "number", "for", "uniqueness", "using", "the", "rand()", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "Better", "yet", ",", "use", "php", "'s", "built-in", "tempnam()", "function", "to", "generate", "a", "unique", "filename", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "using", "jQuery", "validation", "in", "order", "to", "sort", "banners", "on", "a", "website", "." ]
[ "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "I", "have", "three", "types", "of", "banners", ":" ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Default", "Banner", "(", "set", "by", "the", "company", ",", "existing", "rule", "cannot", "be", "removed", "but", "can", "be", "sorted", ")" ]
[ "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Selectable", "Banner", "(", "selectable", "banner", "form", "a", "list", "of", "many", ")" ]
[ "B-Variable", "I-Variable", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "Special", "Banner", "(", "special", "banner", ",", "set", "by", "the", "company", "difference", "between", "this", "and", "default", "is", "that", "they", "can", "be", "removed", "from", "the", "carousel", ")" ]
[ "B-Variable", "I-Variable", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "banners", "carousel", "has", "a", "few", "rules", "no", "more", "than", "7", "banners", "are", "allowed", "into", "the", "carousel", "and", "four", "of", "these", "can", "be", "custom", ",", "with", "the", "four", "of", "these", "being", "selectablebanners", "." ]
[ "O", "O", "O", "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", "B-Variable", "O" ]
[ "I", "'ve", "got", "the", "logic", "for", "this", "as", "follows", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Another", "rule", "I", "have", "in", "place", "is", "that", "a", "default", "banner", "cannot", "be", "removed", "but", "it", "can", "be", "sorted", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "implemented", "this", "as", "so", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "}", ")", ";" ]
[ "B-Code_Block", "I-Code_Block", "B-Code_Block" ]
[ "However", "I", "would", "like", "to", "amend", "this", "slightly", "but", "have", "no", "idea", "how", "to", "begin", "with", "this", "logic", "as", "it", "is", "slightly", "more", "advanced", "." ]
[ "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", "rule", "I", "want", "to", "implement", "is", "that", "if", "there", "are", "2", "or", "more", "\"", "selectedbanners", "\"", "in", "ul", "#sortable1", "then", "the", "default", "banners", "can", "be", "removed", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", "if", "only", "for", "example", "there", "is", "a", "single", "defaultbanner", "and", "a", "single", "selectablebanner", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Class", "O" ]
[ "Then", "I", "would", "like", "my", "previous", "validation", "to", "apply", "which", "is", "that", "a", "default", "banner", "cannot", "be", "removed", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O" ]
[ "Can", "someone", "please", "help", "me", "to", "solve", "this", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "created", "a", "jsFiddle", "which", "has", "my", "full", "code", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance", "." ]
[ "O", "O", "O", "O" ]
[ "It", "'s", "not", "completely", "clear", "to", "me", ",", "however", "this", "is", "my", "best", "guess", "as", "to", "what", "you", "might", "be", "looking", "for", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Fiddle" ]
[ "B-Application" ]
[ "I", "'m", "currently", "developing", "a", "win32", "console", "application", ",", "and", "wondering", "if", "there", "is", "any", "way", "to", "make", "visual", "studio", "open", "it", "in", "powershell", "instead", "of", "cmd.exe", "when", "I", "'m", "debugging", "it", "." ]
[ "O", "O", "O", "O", "O", "B-Operating_System", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "B-Application", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O" ]
[ "All", "I", "really", "want", "is", "a", "better", "shell", ",", "where", "I", "can", "copy/paste", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "without", "clicking", "." ]
[ "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "In", "Visual", "Studio", "goto", "Tools", ">", "External", "Tools", "..", "." ]
[ "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "this", "window", "you", "can", "change", "the", "Title", "to", "Powershell", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Set", "the", "Powershell", "Startup", "to", "execute", "and", "the", "check", "the", "output", "window", "box", "and", "it", "will", "dump", "all", "the", "output", "that", "would", "typically", "goto", "cmd", "into", "Powershell", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O" ]
[ "This", "link", "will", "explain", "it", "a", "little", "bit", "more", "for", "you", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "think", "you", "'re", "mixing", "up", "the", "NT", "console", "subsystem", "(", "an", "app", "framework", "offerring", "common", "services", ")", "with", "cmd.exe", "(", "an", "application", "consuming", "those", "services", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "visuals", "studio", "runs", "a", "console", "application", ",", "it", "'s", "not", "actually", "running", "CMD", "." ]
[ "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "CMD", "is", "a", "console", "application", "itself", ",", "no", "different", "than", "the", "app", "you", "are", "trying", "to", "debug", ",", "therefore", "running", "your", "application", "\"", "in", "powershell", "\"", "is", "equally", "as", "mistaken", "a", "concept", "." ]
[ "B-Application", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "mean", "trying", "to", "run", "it", "in", "PowerShell", "ISE", ",", "this", "is", "impossible", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O" ]
[ "ISE", "is", "a", "Windows", "Application", "(", "NT", "GUI", "subsystem", ")", ",", "which", "is", "an", "entirely", "different", "subsystem", "than", "that", "of", "the", "console", "." ]
[ "B-Application", "O", "O", "B-Operating_System", "O", "O", "B-Library", "I-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "-Oisin" ]
[ "B-User_Name" ]
[ "I", "have", "3", "cassandra", "nodes", ",", "when", "I", "execute", "a", "query", ",", "2", "nodes", "are", "giving", "same", "response", "but", "1", "node", "is", "giving", "different", "response" ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "Suppose", "I", "executed", "following", "query" ]
[ "O", "O", "O", "O", "O" ]
[ "Node1", "and", "Node2", "are", "giving", "2", "rows", "but", "Node3", "is", "giving", "0", "rows", "(", "empty", "response", ")" ]
[ "B-Variable", "O", "B-Variable", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "How", "to", "solve", "this", "issue" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "did", "the", "following", "steps", ",", "then", "problem", "was", "solved", "and", "now", "the", "data", "is", "in", "sync", "in", "all", "the", "3", "nodes" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure" ]
[ "run", "the", "command", "nodetool", "rebuild", "on", "the", "instances", "and", "also" ]
[ "O", "O", "O", "B-Function", "I-Function", "O", "O", "O", "O", "O" ]
[ "update", "'", "replication_factor", "'", ":", "'", "2", "'", "to", "'", "replication_factor", "'", ":", "'", "3", "'" ]
[ "O", "B-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O", "B-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block" ]
[ "1.You", "are", "not", "using", "Network", "topology", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "2.Your", "replication", "factor", "is", "2", "." ]
[ "O", "B-Variable", "I-Variable", "O", "O", "O" ]
[ "Simple", "strategy", ":", "Use", "only", "for", "a", "single", "datacenter", "and", "one", "rack", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "SimpleStrategy", "places", "the", "first", "replica", "on", "a", "node", "determined", "by", "the", "partitioner", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "Additional", "replicas", "are", "placed", "on", "the", "next", "nodes", "clockwise", "in", "the", "ring", "without", "considering", "topology", "(", "rack", "or", "datacenter", "location", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Go", "to", "this", "link", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "https://docs.datastax.com/en/cassandra/3.0/cassandra/architecture/archDataDistributeReplication.html" ]
[ "O" ]
[ "This", "function", "retrieves", "the", "array", "of", "item", "representation", "from", "disk", ",", "converts", "it", "to", "an", "array", "of", "TodoItem", "instances", "using", "an", "unnamed", "closure", "we", "pass", "to", "map", ",", "and", "sorts", "that", "array", "chronologically", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Sorted", "does", "n't", "work", "anymore", ",", "I", "get", "an", "error", "to", "switch", "to", "sort", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "But", "I", "ca", "n't", "seem", "to", "get", "it", "right", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Whatever", "I", "do", "results", "in", "various", "errors", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "replace", "sorted", "by", "sort", ",", "it", "looks", "like", "you", "'ve", "already", "done", "the", "rest", "of", "the", "translation", "(", "I", "ca", "n't", "check", ",", "not", "knowing", "how", "it", "was", "before", ")", ":" ]
[ "O", "O", "B-Function", "O", "B-Function", "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" ]
[ "Reminder", ":", "sorted", "has", "become", "sort", "and", "the", "old", "sort", "is", "now", "sortInPlace", "." ]
[ "O", "O", "B-Function", "O", "O", "B-Function", "O", "O", "O", "B-Function", "O", "O", "B-Function", "O" ]
[ "I", "am", "developing", "a", "c#", ".net", "app", "in", "which", "I", "need", "to", "subtract", "two", "time", "periods", "." ]
[ "O", "O", "O", "O", "B-Language", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "taken", "two", "date", "objects", "and", "subtracted", "them", "but", "it", "does", "n't", "work", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Subtracting", "one", "DateTime", "from", "another", "returns", "a", "Timespan", "object", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "which", "basically", "tells", "you", "how", "many", "days/hours/mins/secs/milliseconds/ticks", "that", "occured", "between", "the", "2", "DateTimes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Check", "the", "TimeSpan", "struct", "." ]
[ "O", "O", "B-Class", "B-Data_Structure", "O" ]
[ "Also", ",", "for", "DateTime", ",", "you", "have", "handy", "procedures", "such", "as", "AddDays", ":" ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]