tokens
list
ner_tags
list
[ "Since", "you", "do", "n't", "have", "a", "code", "sample", "it", "'s", "not", "easy", "to", "say", "what", "the", "problem", "is", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Psychic", "debugging", "says", "that", "you", "'re", "calling", "SignData", "when", "using", "the", "RSA", "object", "directly", ",", "which", "results", "in", "it", "getting", "hashed", "again", ",", "and", "that", "what", "you", "really", "want", "is", ...
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "Trying", "to", "determine", "how", "to", "take", "advantage", "of", "Angular", "'s", "toolset", "for", "a", "problem", "I", "'m", "trying", "to", "solve", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "application", "will", "be", "a", "single", "page", "application", ",", "but", "it", "will", "also", "only", "have", "one", "route", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "There", "is", "no", "other", "\"", "state", "\"", "as", "in", "URL", "state", "at", "all", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "far", "as", "I", "can", "tell", ",", "you", "can", "take", "advantage", "of", "controllers", "and", "views", "in", "a", "1:1", "relationship", "with", "a", "route", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "What", "I", "would", "like", "is", "to", "have", "Controller+View", "combinations", "for", "components", "on", "the", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "(", "A", "component", "could", "be", "a", "widget", ",", "modal", "window", ",", "etc", ".", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "Is", "there", "any", "way", "to", "leverage", "Angular", "in", "this", "situation", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O" ]
[ "Note", ":", "I", "have", "seen", "https://github.com/angular-ui/ui-router", ",", "but", "this", "still", "relies", "heavily", "on", "creating", "\"", "states", "\"", "of", "the", "application", "and", "tying", "it", "to", "a", "URL", "." ]
[ "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" ]
[ "To", "include", "HTML", "partials", ",", "you", "can", "use", "the", "ng-include", "directive", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "This", "can", "be", "coupled", "with", "the", "ng-controller", "directive", "in", "a", "few", "different", "ways", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "nest", "an", "element", "with", "ng-include", "inside", "an", "ng-controller", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-HTML_XML_Tag", "O" ]
[ "You", "can", "include", "an", "ng-controller", "directive", "inside", "an", "included", "partial", ":" ]
[ "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "also", "combine", "ng-include", "and", "ng-controller", "directives", "on", "the", "same", "element", ":" ]
[ "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O" ]
[ "Please", "note", "that", "in", "each", "of", "the", "examples", "above", ",", "the", "string", "literal", "in", "the", "ng-include", "directive", "is", "wrapped", "in", "single", "quotes", "-", "this", "is", "because", "the", "directive", "expects", "an", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Depending", "on", "what", "you", "'re", "trying", "to", "accomplish", ",", "you", "may", "need", "to", "utilize", "one", "or", "more", "of", "these", "techniques", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "also", "expect", "you", "'ll", "need", "to", "work", "heavily", "with", "directives", "(", "for", "example", ",", "you", "can", "use", "the", "UI", "Bootstrap", "modal", ")", ",", "which", "can", "have", "their", "own", "controller", "as", "well", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "set", "up", "a", "Plunker", "here", "with", "a", "couple", "working", "examples", "of", "the", "ng-include", "options", "listed", "above", ",", "including", "swapping", "the", "included", "template", "dynamically", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "ca", "n't", "speak", "to", "the", "feasibility", "of", "actually", "building", "a", "production", "application", "like", "this", ",", "but", "it", "appears", "to", "be", "possible", ",", "at", "least", "on", "first", "glance", "." ]
[ "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" ]
[ "I", "'m", "basically", "asking", "which", "is", "more", "costly", "on", "the", "CPU", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "The", "situation", "is", "that", "I", "have", "about", "40-400", "particles", "on", "the", "screen", "at", "any", "one", "given", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "Each", "particle", "has", "a", "List", "of", "ParticleAI", "which", "have", "an", "Update()", "method", "that", "returns", "a", "List", "of", "newly", "created", "Particle", "objects", ",", "if", "any", "." ]
[ "O", "B-Class", "O", "O", "B-Data_Structure", "O", "B-Class", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "Now", ",", "since", "this", "game", "is", "being", "made", "for", "mobile", ",", "efficiency", "on", "the", "processor", "is", "key", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-Device", "O", "O", "O" ]
[ "I", "was", "wondering", "if", "it", "is", "more", "costly", "to", "create", "something", "between", "100-2000", "Lists", "every", "frame", "(", "at", "60FPS", ")", "which", "may", "be", "empty", ",", "which", "is", "the", "way", "I", "have", "it", "no...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "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", "B-Value", "O", "O", "O", "B...
[ "For", "some", "reason", ",", "in", "my", "brain", "it", "seems", "constructing", "a", "List", "object", "would", "take", "more", "processor", "time", "than", "simply", "returning", "a", "null", "and", "then", "doing", "a", "boolean", "check", "for", "it",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O" ]
[ "Am", "I", "wrong", "in", "my", "assumption", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "looked", "at", "other", "similar", "questions", ",", "such", "as", "this", "one", ",", "but", "it", "does", "n't", "seem", "to", "answer", "my", "question", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "get", "that", "best", "practice", "is", "to", "return", "empty", ",", "but", "I", "am", "not", "making", "this", "game", "for", "anyone", "else", "to", "edit", ",", "and", "so", "I", "know", "that", "a", "null", "will", "never", "be", "received...
[ "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-Value", "O", "O", "O", "O", "O", "O" ]
[ "I", "need", "to", "know", "in", "pure", "processing", "terms", "which", "is", "better", ",", "simply", "because", "of", "the", "sheer", "number", "of", "particle", "objects", "being", "created", "at", "once", "." ]
[ "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" ]
[ "Thanks", "in", "advance", "!" ]
[ "O", "O", "O", "O" ]
[ "EDIT", ":" ]
[ "O", "O" ]
[ "Just", "realized", "something", "which", "may", "work", "better", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Would", "it", "be", "a", "better", "idea", "to", "(", "instead", "of", "creating", "a", "new", "list", "and", "returning", "it", "for", "every", "particleAI", "every", "frame", ")", "create", "each", "particleAI", "'s", "return", "list", "at", "constructi...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "...
[ "That", "almost", "seems", "like", "it", "would", "be", "the", "best", "option", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "objects", "are", "shared", ",", "reusing", "the", "same", "list", "object", "will", "not", "do", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "Would", "involve", "copying", "." ]
[ "O", "O", "O", "O" ]
[ "Null", "or", "empty", "list", "?" ]
[ "B-Value", "O", "O", "B-Data_Structure", "O" ]
[ "Assuming", "you", "want", "to", "read", "from", "and", "write", "to", "the", "list", ",", "null", "seems", "ugly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Value", "O", "O", "O" ]
[ "In", "java", "a", "LinkedList", "would", "be", "lighter", "that", "an", "ArrayList", ",", "so", "pick", "a", "linked", "list", "." ]
[ "O", "B-Language", "O", "B-Class", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "Null", "would", "be", "faster", "." ]
[ "B-Value", "O", "O", "O", "O" ]
[ "A", "read-only", ",", "to-be-replaced", "Collections.emptyList()", "would", "be", "a", "bit", "safer", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "Instead", "of", "the", "data", "structure", "of", "one", "aspect", "it", "might", "be", "worthwile", "considering", "the", "algorithmic", "approach", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Spending", "time", "on", "the", "right", "relevant", "things", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Queues", "." ]
[ "B-Data_Structure", "O" ]
[ "Priorities", "." ]
[ "O", "O" ]
[ "I", "dont", "know", "how", "to", "express", "myself", "very", "well", "about", "this", "doubt", ",", "but", "i", "will", "try", "best", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "app", "will", "have", "various", "quests", "(", "hosted", "on", "a", "database", ")", "that", "the", "user", "must", "try", "to", "make", "them", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "the", "app", "to", "update", "the", "quest", "with", "a", "random", "quest", "from", "the", "database", "and", "display", "it", "on", "the", "app", "during", "24", "hours", ",", "and", "the", "after", "that", "24", "hours", "display", "an...
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "i", "achieve", "that", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "searched", "the", "web", "and", "i", "cant", "find", "anything", "that", "suits", "my", "needs", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "store", "a", "timestamp", "on", "the", "users", "phone", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "When", "he", "logs", "in", "you", "compare", "the", "timestamp", "with", "the", "current", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "If", "there", "are", "24", "hours", "passed", "you", "update", "the", "quest", "and", "the", "stored", "timestamp", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "use", "this" ]
[ "O", "O" ]
[ "I", "would", "like", "a", "notepad++", "regex", "to", "replace" ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O" ]
[ "into" ]
[ "O" ]
[ "There", "may", "also", "be", "three", "or", "for", "Brackets", "in", "each", "line", "that", "this", "would", "need", "to", "work", "on", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Should", "become" ]
[ "O", "O" ]
[ "What", "i", "have", "so", "far", "is" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Do", "a", "regular", "expression", "find/replace", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Open", "Replace", "Dialog" ]
[ "O", "O", "B-User_Interface_Element" ]
[ "Find", "What", ":", "[", "^", "\\[\\]]*\\[([^\\]]+)\\]" ]
[ "O", "O", "O", "B-Value", "I-Value", "I-Value" ]
[ "Replace", "With", ":", "\\1\\n" ]
[ "O", "O", "O", "B-Value" ]
[ "Check", "regular", "expression" ]
[ "O", "O", "O" ]
[ "Click", "Replace", "or", "Replace", "All" ]
[ "O", "O", "O", "O", "O" ]
[ "Explanation" ]
[ "O" ]
[ "one", "problem", "is", "that", "brackets", "are", "RE", "metacharacters", ",", "that", "means", "we", "have", "to", "escape", "each", "bracket", ",", "when", "we", "need", "a", "literal", "bracket", ",", "i.e", "." ]
[ "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" ]
[ "a", "literal", "bracket", "becomes", "\\", "[", "or", "\\", "]", "in", "the", "RE" ]
[ "O", "O", "O", "O", "B-Value", "I-Value", "O", "B-Value", "I-Value", "O", "O", "O" ]
[ "here", "in", "the", "RE", "we", "look", "for", "an", "optional", "part", "that", "may", "consist", "of", "everything", "not", "brackets", "(", "[", "\\", "[", "\\", "]", "]", "*)" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "B-Value", "I-Value" ]
[ "followed", "by", "an", "opening", "bracket", ",", "followed", "by", "somthing", "not", "a", "closing", "bracket", "((", "[", "^\\", "]", "]", "+))", "which", "is", "also", "captured", "into", "\\1", "due", "to", "the", "parentheses", ",", "for", "reuse"...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "B-Value", "I-Value", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "whatever", "is", "matched", "above", "is", "completely", "replaced", "by", "whatever", "was", "captured", "into", "\\1", "followed", "by", "a", "newline", "(", "\\n", ")", ",", "when", "you", "need", "windows-style", "lineendings", ",", "you", "might", "wan...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "I", "recently", "found", "out", "that", "there", "are", "two", "types", "of", "LayoutManager", "you", "can", "use", "in", "working", "with", "RecyclerView", ",", "one", "from", "native", "Android", "and", "one", "from", "Leanback", "library", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "B-Library", "O", "O" ]
[ "I", "need", "to", "use", "the", "one", "from", "leanback", "in", "order", "to", "be", "able", "to", "maintain", "the", "position", "of", "the", "focused", "element", "fixed", "in", "the", "middle", "of", "the", "screen", "." ]
[ "O", "O", "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", "B-Device", "O" ]
[ "The", "problem", "is", "I", "need", "to", "set", "this", "layout", "to", "stack", "from", "end", "so", "the", "direction", "would", "be", "to", "scroll", "to", "left", ",", "not", "the", "default", "right", "scrolling", "." ]
[ "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" ]
[ "In", "the", "native", "library", ",", "there", "are", "two", "methods", "I", "can", "use", "to", "achieve", "this", ",", "setStackFromEnd(true)", "or", "setReverseLayout(true)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O" ]
[ "Is", "there", "any", "way", "I", "can", "achieve", "this", "from", "Leanback", "LayoutManager", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Function", "O" ]
[ "Thanks", "You" ]
[ "O", "O" ]
[ "I", "was", "reading", "an", "article", "linked", "from", "a", "slashdot", "story", ",", "and", "came", "across", "this", "little", "tidbit", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "scoured", "the", "internet", "(", "okay", ",", "I", "spent", "at", "least", "15", "minutes", "googling", "variations", "on", "\"", "java", "question", "mark", "\"", ")", "and", "got", "nothing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "my", "question", ":", "is", "there", "any", "official", "documentation", "on", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "found", "that", "C#", "has", "a", "similar", "operator", "(", "the", "\"", "?", "?", "\"", "operator", ")", ",", "but", "I", "'d", "like", "to", "get", "the", "documentation", "for", "the", "language", "I", "'m", "working", "in", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Or", ",", "is", "this", "just", "a", "use", "of", "the", "ternary", "operator", "that", "I", "'ve", "never", "seen", "before", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "EDIT", ":", "Link", "to", "the", "article", ":", "http://infoworld.com/d/developer-world/12-programming-mistakes-avoid-292" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "original", "idea", "comes", "from", "groovy", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "It", "was", "proposed", "for", "Java", "7", "as", "part", "of", "Project", "Coin", ":", "https://wiki.openjdk.java.net/display/Coin/2009+Proposals+TOC", "(", "Elvis", "and", "Other", "Null-Safe", "Operators", ")", ",", "but", "has", "n't", "been", "accepted", "ye...
[ "O", "O", "O", "O", "B-Language", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "related", "Elvis", "operator", "?", ":", "was", "proposed", "to", "make", "x", "?", ":", "y", "shorthand", "for", "x", "!=", "null", "?", "x", ":", "y", ",", "especially", "useful", "when", "x", "is", "a", "complex", "expression", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", ...
[ "I", "'m", "not", "sure", "this", "would", "even", "work", ";", "if", ",", "say", ",", "the", "person", "reference", "was", "null", ",", "what", "would", "the", "runtime", "replace", "it", "with", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "new", "Person", "?" ]
[ "O", "O", "B-Class", "O" ]
[ "That", "would", "require", "the", "Person", "to", "have", "some", "default", "initialization", "that", "you", "'d", "expect", "in", "this", "case", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "may", "avoid", "null", "reference", "exceptions", "but", "you", "'d", "still", "get", "unpredictable", "behavior", "if", "you", "did", "n't", "plan", "for", "these", "types", "of", "setups", "." ]
[ "O", "O", "O", "B-Error_Name", "I-Error_Name", "I-Error_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "?", "?" ]
[ "O", "B-Code_Block", "I-Code_Block" ]
[ "operator", "in", "C#", "might", "be", "best", "termed", "the", "\"", "coalesce", "\"", "operator", ";", "you", "can", "chain", "several", "expressions", "and", "it", "will", "return", "the", "first", "that", "is", "n't", "null", "." ]
[ "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", "O", "O", "O", "B-Value", "O" ]
[ "Unfortunately", ",", "Java", "does", "n't", "have", "it", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "I", "think", "the", "best", "you", "could", "do", "is", "use", "the", "ternary", "operator", "to", "perform", "null", "checks", "and", "evaluate", "an", "alternative", "to", "the", "entire", "expression", "if", "any", "member", "in", "the", "chain", "is",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "You", "could", "also", "use", "try-catch", ":" ]
[ "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "please", "help", "solve", "the", "problem", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "i", "made", "on", "localhost", "rails4-application", "and", "push", "him", "on", "github", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O" ]
[ "after", "i", "create", "account", "on", "heroku", "and", "connected", "to", "my", "github-repository", "and", "starting", "manual", "deploy", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]