tokens
sequence
ner_tags
sequence
[ "My", "Connection", "String", "is", ":" ]
[ "O", "O", "B-Data_Type", "O", "O" ]
[ "Everything", "is", "OK", "but", "when", "I", "insert", "something", "into", "my", "database", "after", "closing", "the", "application", ",", "I", "can", "not", "see", "any", "data", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "when", "I", "right", "click", "on", "my", "tables", "in", "my", "visual", "studio", "server", "explorer", "menu", "and", "choose", "show", "table", "data", ",", "my", "application", "reads", "the", "whole", "table", "of", "data", "completely", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Application", "I-Application", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "Another", "problem", "is", "after", "working", "with", "this", "app", ",", "even", "it", "can", "not", "read", "its", "own", "data", "in", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Its", "a", "C#", "project", "in", "Visual", "Studio", "2010", "SQL", "Server", "2008", "." ]
[ "O", "O", "B-Language", "O", "O", "B-Application", "I-Application", "B-Version", "B-Application", "I-Application", "B-Version", "O" ]
[ "Your", "database", "file", "has", "2", "copies", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "is", "in", "your", "project", "and", "the", "other", "is", "in", "bin", "\\debug", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O" ]
[ "In", "design", "time", "you", "edit", "the", "one", "in", "your", "project", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Each", "time", "your", "project", "changes", "and", "you", "build", "it", ",", "the", "project", "database", "file", "is", "overwriting", "the", "file", "in", "bin", "\\debug", ",", "and", "this", "file", "you", "'re", "updating", "in", "run-time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "order", "to", "solve", "that", "you", "have", "three", "options", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Use", "only", "the", "file", "in", "bin", "\\debug", "." ]
[ "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O" ]
[ "Set", "the", "project", "database", "file", "copy", "options", "to", "\"", "Never", "\"", "(", "in", "the", "properties", "window", ")", ",", "show", "all", "files", "of", "the", "project", "and", "add", "the", "bin", "\\debug", "database", "file", "to", "the", "server", "explorer", "." ]
[ "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", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "Caution", ":", "If", "you", "accidently", "delete", "the", "bin", "\\debug", "folder", "all", "your", "changes", "are", "gone", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O" ]
[ "Manually", "copy", "the", "database", "file", "from", "bin", "\\debug", "to", "the", "project", "folder", "when", "you", "change", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Put", "the", "file", "in", "your", "sql", "server", "folder", "and", "not", "in", "your", "project", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "deploying", ",", "change", "the", "connection", "string", "and", "copy", "the", "database", "from", "server", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Replace", "\"", "|DataDirectory|", "\"", "macro", "with", "the", "absolute", "path", "to", "the", "project", "database", "file", "." ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "deploying", ",", "just", "change", "it", "back", "to", "\"", "|DataDirectory|", "\"" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "I", "'m", "facing", "an", "authentication", "issue", "not", "being", "able", "to", "read/write", "to", "CloudStorage", "from", "PHP", "on", "GCE", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Language", "O", "B-Application", "O" ]
[ "I", "tested", "using", "the", "sample", "API", "but", "received", "an", "error", "message" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "the", "authentication", "failed", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Also", ",", "I", "see", "no", "Redirect", "URI", "generated", "in", "\"", "2", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Generated", "a", "Client", "ID", "\"" ]
[ "O", "O", "O", "O", "O" ]
[ "Maybe", "this", "is", "a", "stupid", "question", "but", "it", "'s", "bugging", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "bi-directional", "one", "to", "many", "relationship", "of", "Employee", "to", "Vehicles", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O" ]
[ "When", "I", "persist", "an", "Employee", "in", "the", "database", "for", "the", "first", "time", "(", "i.e", ".", "it", "has", "no", "assigned", "ID", ")", "I", "also", "want", "its", "associated", "Vehicles", "to", "be", "persisted", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "This", "works", "fine", "for", "me", "at", "the", "moment", ",", "except", "that", "my", "saved", "Vehicle", "entity", "is", "not", "getting", "the", "associated", "Employee", "mapped", "automatically", ",", "and", "in", "the", "database", "the", "employee_id", "foreign", "key", "column", "in", "the", "Vehicle", "table", "is", "null", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Data_Structure", "O", "O", "B-Class", "B-Data_Structure", "O", "B-Value", "O" ]
[ "My", "question", "is", ",", "is", "it", "possible", "to", "have", "the", "Vehicle", "'s", "employee", "persisted", "at", "the", "same", "time", "the", "Employee", "itself", "is", "being", "persisted", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "I", "realise", "that", "the", "Employee", "would", "need", "to", "be", "saved", "first", ",", "then", "the", "Vehicle", "saved", "afterwards", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "Can", "JPA", "do", "this", "automatically", "for", "me", "?" ]
[ "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "Or", "do", "I", "have", "to", "do", "something", "like", "the", "following", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "Edit", ":", "As", "requested", ",", "here", "'s", "my", "mappings", "(", "without", "all", "the", "other", "methods", "etc", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "just", "realised", "I", "should", "have", "had", "the", "following", "method", "defined", "on", "my", "Employee", "class", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "Now", "the", "code", "above", "will", "look", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Much", "simpler", "and", "cleaner", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Thanks", "for", "your", "help", "everyone", "!" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "One", "way", "to", "do", "that", "is", "to", "set", "the", "cascade", "option", "on", "you", "\"", "One", "\"", "side", "of", "relationship", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "by", "this", ",", "when", "you", "call" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "it", "will", "save", "the", "vehicles", "too", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "You", "have", "to", "set", "the", "associatedEmployee", "on", "the", "Vehicle", "before", "persisting", "the", "Employee", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O" ]
[ "My", "table", "(", "projects", ")", ":" ]
[ "O", "B-Data_Structure", "O", "B-Variable", "O", "O" ]
[ "As", "you", "may", "have", "noticed", ",", "this", "is", "hierarchical", "data", "using", "the", "nested", "set", "model", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Tree", "pretty-printed", ":" ]
[ "B-Data_Structure", "O", "O" ]
[ "I", "want", "to", "select", "all", "sub", "projects", "under", "project", "1", "and", "4", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "B-Value", "O", "B-Value", "O" ]
[ "I", "can", "do", "this", "with", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "this", "is", "very", "slow", "with", "a", "large", "table", ",", "when", "running", "EXPLAIN", "(", "Query", ")", "i", "get", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Function", "I-Function", "I-Function", "I-Function", "O", "O", "O" ]
[ "(", "The", "project", "table", "has", "indexes", "on", "lft", ",", "rgt", ",", "and", "lft-rgt", "." ]
[ "O", "O", "B-Variable", "B-Data_Structure", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "B-Variable", "O" ]
[ "As", "you", "can", "see", ",", "mysql", "does", "not", "use", "any", "index", ",", "and", "loops", "through", "the", "7040", "records", ")" ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "found", "that", "if", "I", "only", "select", "for", "one", "of", "the", "super", "project", ",", "mysql", "manages", "to", "use", "the", "indexes", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "EXPLAINs", "to", ":" ]
[ "B-Function", "O", "O" ]
[ "FINALLY", ",", "my", "question", ":", "I", "there", "any", "way", "i", "can", "SELECT", "rows", "matching", "multiple", "ranges", ",", "and", "still", "benefit", "from", "indexes", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "From", "7.2.5.1", "." ]
[ "O", "O", "O" ]
[ "The", "Range", "Access", "Method", "for", "Single-Part", "Indexes", "in", "MySQL", "reference", "manual", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O" ]
[ "So", "you", "need", "to", "have", "a", "union", "of", "two", "different", "selects", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Code_Block", "O" ]
[ "have", "you", "tried", "a", "union", "?" ]
[ "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "take", "your", "second", "example", ",", "add", "\"", "union", "\"", "underneath", "and", "the", "repeat", "but", "matching", "id", "4", ".", "i", "do", "n't", "know", "if", "it", "would", "work", ",", "but", "it", "seems", "like", "an", "obvious", "thing", "to", "try", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "edit", ":" ]
[ "O", "O" ]
[ "I", "'m", "setting", "up", "IPython", "to", "automatically", "load", "Sympy", "and", "configure", "it", "'s", "output", "method", "on", "startup", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "whatever", "I", "try", "I", "ca", "n't", "get", "sympy", "to", "initialize", "the", "latex/unicode", "style", "output", "printing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Language", "O", "O", "O", "O" ]
[ "Steps", "taken", ":" ]
[ "O", "O", "O" ]
[ "The", "startup", "script", ":" ]
[ "O", "O", "O", "O" ]
[ "When", "I", "start", "ipython", ",", "it", "does", "n't", "display", "a", "\"", "pretty-printed", "\"", "output", ":" ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Output", ":" ]
[ "O", "O" ]
[ "Similar", "output", "using", "qtconsole/notebook", "." ]
[ "O", "O", "O", "B-Application", "O" ]
[ "If", "I", "run", "the", "init_printing", "command", "again", "the", "pretty", "print", "display", "works", "for", "that", "kernel", "instance", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "Additionally", "I", "know", "the", "startup", "script", "is", "being", "run", "properly", "because", "I", "can", "add", "print", "statements", "and", "get", "output", "(", "additionally", ",", "the", "packages", "are", "imported", "and", "available", "for", "use", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "running", "sympy", "0.7.3", ",", "ipython3", "1.1", ",", "matplotlib", "1.3.1", ",", "numpy", "1.7.1", ",", "scipy", "0.12.0", "on", "a", "64-bit", "Ubuntu", "13.10", "install", "." ]
[ "O", "O", "O", "B-Library", "B-Version", "O", "B-Application", "B-Version", "O", "B-Library", "B-Version", "O", "B-Library", "B-Version", "O", "B-Library", "B-Version", "O", "O", "O", "B-Operating_System", "B-Version", "O", "O" ]
[ "Incidentally", ",", "running", "the", "plain", "python3", "terminal", "with", "PYTHONSTARTUP", "set", "to", "run", "the", "same", "startup", "script", "will", "properly", "pretty", "print", "Sympy", "output", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "In", "response", "to", "Jakob", "'s", "comment", ",", "ipython3", "1.1.0", "is", "still", "using", "the", "interactive", "sympy", "module", "instead", "of", "sympy", "0.7.3", "'", "s", "init_printing", ",", "which", "theoretically", "works", "fine", "except", "I", "get", "nasty", "warning", "output", "at", "start", "." ]
[ "O", "O", "O", "B-User_Name", "O", "O", "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Library", "B-Version", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "also", "not", "too", "keen", "on", "everything", "in", "sympy", "being", "imported", "into", "the", "global", "namespace", ",", "which", "the", "bundled", "sympy", "config", "does", "(", "as", "well", "as", "define", "a", "few", "variables", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "the", "suggestion", "did", "help", "me", "find", "a", "fix", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Instead", "of", "putting", "my", "startup", "code", "into", "the", "00-startup.py", ",", "I", "modified", "the", "ipython_config.py", "file", "to", "execute", "additional", "lines", "at", "startup", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "unsure", "if", "this", "is", "a", "bug", "in", "either", "sympy", "or", "ipython", ",", "but", "this", "option", "certainly", "works", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "i", "set", "left", "mouse", "click", "to", "save", "the", "doc", "(", "docx", ")", "document", "to", "my", "computer", "?" ]
[ "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-File_Type", "O", "B-File_Type", "O", "O", "O", "O", "B-Device", "O" ]
[ "At", "this", "moment", "its", "only", "opening", "doc", "file", "in", "a", "browser", ",", "i", "want", "to", "prevent", "that", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "'s", "that", "can", "be", "done", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "code", "above", "is", "not", "working", "-", "still", "opening", "that", "doc", "file", "in", "a", "browser", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Application", "O", "O" ]
[ "Thanks", "in", "advance", "." ]
[ "O", "O", "O", "O" ]
[ "i", "can", "set", "that", "on", "my", "test.php", "page", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "but", "then", "when", "i", "load", "test.php", "it", "always", "asks", "me", "to", "save", "that", "file", "..", ".", "how", "can", "i", "make", "to", "work", "that", "only", "for", "links", "that", "leading", "to", "doc||docx", "files", "?" ]
[ "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "Add", "the", "following", "to", "your", ".htaccess", "file", "in", "your", "sites", "directory", ":" ]
[ "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "This", "will", "force", "it", "to", "download", ",", "and", "you", "can", "use", "a", "regular", "<a", "href=''>", "to", "link", "to", "the", "file", "without", "any", "JS", "intervention", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "How", "can", "I", "swap", "mouse-1", "and", "mouse-2", "on", "Emacs", "?" ]
[ "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "B-Application", "O" ]
[ "There", "must", "be", "a", "simple", ".emacs", "code", ";", "I", "spent", "one", "hour", "searching", "on", "the", "web", "but", "I", "could", "n't", "find", "any", "example", "..", "." ]
[ "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance", "." ]
[ "O", "O", "O", "O" ]
[ "You", "can", "do", "it", "with" ]
[ "O", "O", "O", "O", "O" ]
[ "But", "if", "you", "tell", "us", "why", ",", "maybe", "we", "can", "give", "a", "better", "answer", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "E.g", ".", "you", "might", "want", "to", "take", "a", "look", "at", "mouse-1-click-follows-link", "which", "performs", "a", "similar", "(", "but", "partial", ")", "swap", "(", "and", "is", "activated", "by", "default", ")", "." ]
[ "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", "O" ]
[ "I", "have", "downladed", "an", "OBJ", "file", "along", "with", "meta", "information", "and", "properties", ",", "based", "on", "an", "IFC", "that", "was", "uploaded", "to", "Autodesk", "Forge", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "Question", "is", ";", "How", "do", "I", "map", "objects", "in", "the", "OBJ", "to", "the", "correct", "entries", "in", "the", "'", "meta", "'", "and", "'", "properties", "'", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "procedure", "that", "I", "'ll", "need", "in", "a", "lot", "(", "if", "not", "all", ")", "of", "my", "view", "controllers", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "know", "how", "I", "can", "put", "it", "in", "one", "place", "(", "for", "code", "cleanliness", "and", "maintenance", ")", "and", "utilize", "it", "elsewhere", "." ]
[ "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", "'re", "not", "sure", "that", "the", "method", "will", "be", "used", "in", "all", "Controllers", ",", "I", "'d", "recommend", "creating", "a", "category", "for", "the", "functionality", "you", "'re", "adding", "." ]
[ "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" ]
[ "You", "can", "find", "a", "good", "intro", "to", "categories", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "'re", "sure", "you", "'ll", "need", "it", "in", "all", "UIViewControllers", ",", "creating", "a", "base", "Controller", "and", "subclassing", "should", "be", "the", "better", "approach", "." ]
[ "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" ]
[ "All", "other", "methods", "of", "implementing", "(", "Placing", "a", "class", "method", "in", "a", "utility", "/", "Adding", "to", "*", "-Prefix.pch", ")", "will", "work", ",", "but", "might", "not", "be", "ideal", "solutions", "(", "assuming", "the", "functionality", "your", "'re", "adding", "is", "only", "applicable", "to", "UIViewController", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "There", "are", "more", "ways", "on", "how", "to", "approach", "this", "-", "depending", "on", "what", "exactly", "you", "would", "like", "to", "achieve", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "this", "methods", "are", "tied", "with", "UIViewController", "'s", "life", "and", "data", "you", "would", "probably", "want", "to", "subclass", "UIViewController", "or", "make", "an", "UIViewController", "category", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O" ]
[ "A", ":", "Subclassing", "(", "you", "want", "to", "add", "some", "custom", "properties", ",", "variables", ",", "methods", "or", "you", "want", "to", "override", "a", "method", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]