tokens
sequence
ner_tags
sequence
[ "It", "is", "far", "too", "easy", "to", "forget", "blindly", "applying", "the", "using", "statement", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "certainly", "can", "get", "you", "into", "trouble", ",", "you", "are", "relying", "on", "the", "finalizer", "thread", "to", "release", "them", "again", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "a", "program", "involves", "lots", "of", "heavy", "painting", "but", "not", "enough", "object", "allocation", "to", "trigger", "a", "GC", "then", "you", "will", "exhaust", "the", "quota", "for", "GDI", "objects", "." ]
[ "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" ]
[ "Which", "is", "10,000", "objects", "for", "a", "process", "by", "default", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "will", "crash", "your", "program", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Do", "note", "that", "the", "System.Drawing", "class", "wrappers", "are", "not", "nearly", "big", "enough", "to", "trigger", "a", "GC", "by", "themselves", ",", "10000", "of", "them", "will", "not", "be", "enough", "to", "get", "the", "finalizers", "to", "run", "and", "release", "the", "handles", "again", "." ]
[ "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" ]
[ "The", "problem", "is", "very", "easy", "to", "diagnose", ",", "you", "can", "use", "Task", "Manager", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "Use", "View", "+", "Select", "Columns", "and", "tick", "\"", "GDI", "Objects", "\"", "." ]
[ "O", "B-Value", "O", "B-Value", "B-User_Interface_Element", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O" ]
[ "Might", "as", "well", "tick", "\"", "USER", "Objects", "\"", ",", "another", "one", "that", "'s", "very", "easily", "leaked", "." ]
[ "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Keep", "an", "eye", "on", "the", "displayed", "counts", "for", "your", "process", "while", "you", "are", "using", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "steadily", "climbing", "number", "spells", "doom", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "custom", "experience", "button", "for", "the", "page", "editor", "in", "Sitecore", "which", "references", "a", "custom", "command", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Application", "I-Application", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "What", "is", "the", "correct", "way", "to", "open", "a", "SPEAK", "dialog", "from", "this", "context", "and", "how", "should", "the", "width/height", "of", "the", "dialog", "be", "set", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "I", "have", "the", "following", "command", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "I", "am", "finding", "that", "the", "size", "of", "the", "dialog", "bears", "no", "resemblance", "to", "the", "width", "and", "height", "parameters", "passed", "to", "SheerResponse.ShowModalDialog", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "B-Function", "O" ]
[ "I", "have", "also", "tried", "passing", "in", "values", "suffixed", "with", "\"", "px", "\"", "but", "this", "does", "not", "help", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "is", "no", "out", "of", "the", "box", "ability", "to", "set", "the", "width", "and", "height", "for", "SPEAK-based", "dialogs", "in", "Sitecore", "7.5", "(", "it", "'s", "available", "in", "8.0", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "B-Library", "B-User_Interface_Element", "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "B-Version", "O" ]
[ "However", ",", "you", "could", "customize", "the", "\\sitecore\\shell\\Controls\\jQueryModalDialogs.html", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "Just", "find", "and", "update", "the", "following", "if", "statement", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "In", "Sitecore", "8.0", "a", "new", "method", "has", "been", "added", ":" ]
[ "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "O", "O" ]
[ "Your", "SheerResponse.ShowModalDialog", "(", "url", ",", "\"", "100", "\"", ",", "\"", "200", "\"", ",", "string.Empty", ",", "true", ")", ";", "will", "be" ]
[ "O", "B-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O", "O" ]
[ "Description", "of", "ForceDialogSize", "property", ":" ]
[ "O", "O", "B-Variable", "O", "O" ]
[ "When", "designing", "my", "software", ",", "I", "began", "with", "interfaces", "since", "this", "seems", "to", "be", "the", "\"", "standard", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Then", "I", "switched", "to", "abstract", "classes", "because", "they", "seem", "better", "suited", "to", "the", "problem", "at", "hand", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", "I", "'m", "not", "sure", "if", "I", "'ve", "missed", "out", "on", "some", "considerations", "when", "making", "this", "design", "choice", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Other", "than", "domain", "specific", "issues", "which", "I", "have", "thought", "about", "what", "are", "the", "more", "general", "factors", "to", "consider", "when", "choosing", "between", "interfaces", "and", "abstracts", "classes", "?" ]
[ "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" ]
[ "If", "your", "interface", "also", "has", "reasonable", "default", "behavior", "for", "at", "least", "some", "of", "the", "functionality", ",", "you", "may", "want", "to", "use", "an", "abstract", "class", "to", "avoid", "common", "boilerplate", "code", "in", "all", "of", "the", "concrete", "implementations", "." ]
[ "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" ]
[ "Otherwise", ",", "use", "an", "interface", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "find", "the", "best", "option", "most", "of", "the", "time", "is", "to", "do", "both", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "That", "is", "not", "always", "possible", "when", "you", "are", "relying", "on", "something", "happening", "in", "the", "base", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Providing", "both", "an", "abstract", "base", "class", "and", "an", "interface", "allows", "the", "greatest", "latitude", "by", "implementers", "of", "your", "abstraction", ",", "again", ",", "as", "long", "as", "you", "do", "n't", "require", "something", "happens", "by", "an", "implementer", "of", "the", "interface", "." ]
[ "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" ]
[ "If", "you", "require", "that", "something", "happens", ",", "then", "you", "do", "n't", "want", "to", "provide", "an", "interface", "at", "all--and", "you", "would", "also", "need", "to", "make", "sure", "that", "your", "base", "class", "ensures", "this", "required", "action", "to", "ALWAYS", "occur", "..", "." ]
[ "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" ]
[ "Negative", "to", "doing", "both", ":", "more", "goo", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "example", "pseudocode", ":" ]
[ "O", "O", "O" ]
[ "Note", "that", "in", "this", "example", ",", "someone", "could", "make", "their", "own", "class", "that", "implements", "IVehicle", "and", "then", "pass", "it", "to", "anything", "that", "takes", "an", "IVehicle", "." ]
[ "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", "B-Class", "O" ]
[ "That", "object", "would", "NOT", "need", "to", "be", "a", "child", "of", "the", "Vehicle", "abstract", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "If", ",", "therefore", ",", "you", "were", "to", "expect", "something", "specific", "to", "happen", "in", "the", "PutCarInGear()", "method", ",", "it", "'s", "quite", "likely", "that", "that", "new", "class", "would", "NOT", "fulfill", "that", "expectation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "as", "long", "as", "it", "never", "matters", "what", "implementations", "of", "IVehicle", "do", ",", "then", "it", "'s", "the", "most", "flexible", "abstraction", "to", "have", "both", "an", "abstract", "base", "class", "AND", "an", "interface", "." ]
[ "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", "O", "O" ]
[ "I", "trying", "to", "convert", "encryption", "code", "using", "CryptoJS", "aes256", "from", ".net", "to", "javascript", "(", "Cordova", ")", "but", "i", "do", "n't", "have", "the", "right", "result", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "B-Library", "O", "B-Language", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "//.Net", "Code" ]
[ "B-Library", "O" ]
[ "//", "Cordova", "Code", ":" ]
[ "O", "B-Library", "O", "O" ]
[ "I", "can", "successfully", "encode", "the", "resulting", "Base64", "string", "and", "decode", "the", "message", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Type", "I-Data_Type", "O", "O", "O", "O", "O" ]
[ "What", "I", "also", "need", ",", "is", "the", "same", "encoding", "method", "written", "in", "Javascript(Cordova)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "Here", "is", "what", "I", "have", "so", "far" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "However", "the", "resulting", "Base64", "string", "does", "not", "match", "the", "one", "generated", "by", ".Net", "." ]
[ "O", "O", "O", "B-Data_Type", "I-Data_Type", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "Any", "ideas", "?" ]
[ "O", "O", "O" ]
[ "I", "have", "my", "data.frame", "sample", ":" ]
[ "O", "O", "O", "B-Function", "O", "O" ]
[ "I", "want", "to", "stay", "only", "pairs", "logged_in", "and", "deauthorize", "(", "I", "need", "it", "for", "calculation", "time", "between", "logs", "logged_in", "and", "deauthorize", ",", "but", "some", "logs", "was", "lost", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "want", "my", "table", "after", "sort", "looks", "like", ":" ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "This", "is", "a", "base", "R", "solution", "using", "R", "'s", "factor", "coercion", "." ]
[ "O", "O", "O", "B-Application", "I-Application", "O", "O", "B-Language", "O", "O", "O", "O" ]
[ "We", "locate", "the", "instances", "of", "\"", "deauthorize", "\"", "by", "using", "factors", "to", "our", "advantage", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "Usually", "they", "are", "a", "pain", "but", "in", "this", "case", "being", "able", "to", "quickly", "turn", "the", "EventName", "column", "into", "a", "series", "of", "1", "'s", "and", "2", "'s", "helps", "quicken", "the", "search", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "B-Data_Structure", "O", "O", "O", "O", "B-Value", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O" ]
[ "Check", "as.numeric(df$EventName)", "for", "reference", "." ]
[ "O", "B-Function", "O", "O", "O" ]
[ "With", "this", "index", "we", "then", "need", "to", "find", "cases", "of", "a", "1", "followed", "by", "a", "2", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Value", "O" ]
[ "An", "efficient", "way", "to", "do", "that", "is", "to", "find", "the", "difference", "of", "each", "element", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "diff(as.numeric(df$EventName))", "does", "that", "for", "us", "." ]
[ "B-Function", "O", "O", "O", "O", "O" ]
[ "you", "can", "imagine", "which", "value", "of", "that", "vector", "will", "target", "the", "case", "we", "are", "looking", "for", ",", "-1", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "Data" ]
[ "O" ]
[ "Please", "Help", "me", "." ]
[ "O", "O", "O", "O" ]
[ "I", "'m", "running", "a", "face", "recognition", "detector", "python", "program", "that", "will", "display", "the", "data", "from", "sqllite", "studio", "database", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O" ]
[ "that", "was", "the", "program" ]
[ "O", "O", "O", "O" ]
[ "the", "error", "was" ]
[ "O", "O", "O" ]
[ "And", "i", "'m", "using", "python", "3.4", "and", "opencv", "3.4" ]
[ "O", "O", "O", "O", "B-Language", "B-Version", "O", "B-Library", "B-Version" ]
[ "Can", "anyone", "help", "me", "??", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "im", "new", "in", "python", "." ]
[ "O", "O", "O", "B-Language", "O" ]
[ "Thank", "you", "so", "much", "...", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Indexing", "is", "zero-based", "in", "Python", "." ]
[ "O", "O", "O", "O", "B-Language", "O" ]
[ "That", "means", ",", "counting", "starts", "from", "0", "not", "1", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O" ]
[ "Try", "changing", "lines", "36", "and", "38", "to", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "do", "authorization", "with", "my", "email", "and", "password", "without", "dialog", "box", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O" ]
[ "And", "how", "can", "I", "do", "extend", "access_token", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Function", "getUser", "in", "PHP", "SDK", "always", "return", "0", "." ]
[ "O", "B-Function", "O", "B-Library", "I-Library", "O", "O", "B-Value", "O" ]
[ "I", "want", "do", "post", "feed", "on", "the", "fan", "group", "'s", "wall", "with", "cronjob", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "try", "like", "that", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "It", "'s", "work", ",", "but", "within", "an", "hour", "and", "if", "I", "already", "logged" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "someone", "who", "is", "quite", "new", "to", "Swift", "and", "CoreData", ",", "I", "am", "sure", "I", "am", "going", "about", "this", "the", "wrong", "way", "and", "am", "hoping", "someone", "might", "be", "able", "to", "help", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "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" ]
[ "Background", ":", "I", "am", "downloading", "JSON", "over", "an", "API", ",", "and", "caching", "the", "content", "locally", "on", "an", "iPad", "in", "CoreData", "." ]
[ "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "B-Library", "O" ]
[ "As", "part", "of", "the", "process", ",", "I", "need", "to", "download", "a", "small", "image", "thumbnail", ",", "which", "I", "am", "also", "storing", "in", "CoreData", "(", "as", "a", "Transformable", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Data_Type", "O", "O" ]
[ "I", "was", "doing", ":", "My", "original", "implementation", "downloaded", "images", "and", "saved", "them", "to", "CoreData", ",", "but", "although", "it", "is", "being", "triggered", "from", "a", "background", "thread", "(", "a", "callback", "following", "the", "API", "call", ")", ",", "the", "actual", "downloading", "of", "the", "images", "seems", "to", "cause", "the", "app", "to", "hang", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "I", "am", "now", "doing", ":", "I", "have", "since", "updated", "my", "code", "to", "the", "following", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "then", "call", "the", "code", "thus", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Doing", "this", ",", "I", "do", "n't", "get", "any", "blocks", "on", "the", "main", "thread", "that", "I", "notice", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Inspecting", "the", "sqlite", "file", "from", "the", "device", ",", "it", "looks", "as", "though", "the", "data", "is", "getting", "set", "properly", ",", "but", "the", "images", "are", "not", "showing", "up", "in", "the", "UI", "." ]
[ "O", "O", "B-Application", "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", "O" ]
[ "Is", "my", "method", "completely", "wrong", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "If", "not", ",", "how", "can", "I", "inform", "the", "UI", "that", "the", "core", "data", "model", "has", "been", "updated", "in", "such", "a", "way", "that", "will", "cause", "a", "refresh", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "function", "can", "be", "called", "to", "update", "a", "specific", "row/cell", "of", "a", "table/uicollectionview", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O" ]
[ "Your", "NSURLConnection", "'s", "callbacks", "are", "happening", "on", "the", "main", "queue", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "This", "is", "one", "reason", "your", "application", "is", "locking", "up", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Your", "managed", "object", "context", ",", "at", "least", "in", "the", "code", "you", "have", "posted", ",", "is", "not", "following", "the", "Core", "Data", "concurrency", "rules", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O" ]
[ "You", "have", "a", "choice", "between", "thread", "confinement", "(", "unfortunately", ",", "the", "default", ",", "which", "is", "obsolete", ")", ",", "and", "queue", "confinement", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "With", "thread", "confinement", ",", "you", "can", "only", "use", "a", "managed", "object", "context", "from", "the", "thread", "where", "it", "was", "created", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "created", "your", "managed", "object", "context", "on", "the", "main", "thread", "(", "or", "queue", ")", ",", "you", "can", "only", "use", "it", "from", "there", "-", "so", "any", "Core", "Data", "operation", "you", "perform", "on", "that", "context", "will", "block", "the", "main", "thread", ",", "and", "in", "turn", "the", "UI", "." ]
[ "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", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Using", "queue", "confinement", "(", "almost", ")", "any", "operation", "on", "the", "managed", "object", "context", "must", "go", "through", "either", "the", "performBlock", ":", "or", "performBlockAndWait", ":", "methods", "." ]
[ "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "B-Function", "I-Function", "O", "O" ]
[ "The", "enqueued", "block", "is", "executed", "on", "the", "context", "'s", "serial", "queue", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "This", "is", "far", "less", "failure", "prone", "than", "thread", "confinement", "and", "has", "been", "the", "recommended", "practice", "for", "concurrency", "since", "iOS", "5", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "B-Version", "O" ]
[ "Typically", "this", "would", "be", "done", "using", "an", "NSFetchedResultsController", ",", "which", "observes", "a", "managed", "object", "context", "for", "changes", "relevant", "to", "it", "'s", "fetch", "request", "." ]
[ "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" ]
[ "Once", "the", "initial", "fetch", "populates", "the", "controller", "it", "will", "listen", "for", "changes", "to", "the", "context", "that", "affect", "the", "objects", "specified", "by", "the", "fetch", "request", "." ]
[ "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" ]
[ "When", "relevant", "changes", "occur", "the", "controller", "informs", "it", "'s", "delegate", "through", "callbacks", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "copy", "a", "part", "of", "BufferedImage", ",", "but", "the", "copying", "form", "is", "not", "a", "simple", "square", "but", "rather", "a", "square", "rotated", "on", "some", "angle", "." ]
[ "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" ]
[ "As", "an", "output", "I", "want", "to", "get", "the", "BufferedImage", "with", "width", "and", "height", "equals", "to", "the", "copying", "square", "size", "and", "contents", "from", "the", "initial", "image", ",", "where", "copying", "square", "intersects", "the", "initial", "image", "." ]
[ "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", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]