tokens
list
ner_tags
list
[ "Any", "suggestion", "as", "to", "how", "to", "tackle", "this", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Both", "line", "feed", "(", "^J", ",", "0x0a", ")", "and", "carriage", "return", "(", "^M", ",", "0x0d", ")", "are", "used", "as", "line", "separators", ";", "Unix", "uses", "the", "first", ",", "(", "old", ")", "Mac", "the", "latter", ",", "Windo...
[ "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "B-Operating_System", "O", ...
[ "If", "you", "do", "n't", "have", "a", "file", "input", "library", "that", "abstracts", "this", "(", "and", "if", "you", "absolutely", "have", "to", "support", "the", "old", "Mac", "format", "(", "as", "the", "new", "MacOS", ",", "because", "the", "ker...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "B-Application", "O", "B-Operating_System", "O", "O", "O",...
[ "Vim" ]
[ "B-Application" ]
[ "What", "Vim", "detects", "is", "determined", "by", "the", "'", "fileformats", "'", "option", "." ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "B-Variable", "O", "O" ]
[ "You", "can", "make", "it", "detect", "Mac", "as", "well", "via" ]
[ "O", "O", "O", "O", "O", "B-Device", "O", "O", "O" ]
[ "The", "first", "problem", "even", "before", "you", "get", "to", "line", "breaks", "is", "that", "you", "'re", "reading", "bytes", "and", "then", "treating", "those", "as", "characters", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "You", "'re", "effectively", "assuming", "an", "encoding", "of", "ISO-8859-1", "which", "may", "well", "not", "be", "correct", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "should", "be", "using", "an", "InputStreamReader", "instead", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "Then", "there", "'s", "the", "issue", "of", "operating", "systems", "having", "different", "line", "breaks.", ".", "use", "BufferedReader.readLine()", "to", "read", "a", "line", "in", "a", "way", "that", "handles", "line", "breaks", "of", "\\n", ",", "\\r",...
[ "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", "B-Value", "O", "B-Value", "O", "B-Value", "O" ]
[ "So", "your", "code", "would", "become", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "I", "implemented", "a", "protected", "area", "on", "my", "Website", "(", "with", "umbraco", ")", "which", "has", "a", "Login", "when", "you", "want", "to", "access", "a", "page", "that", "normal", "users", "do", "n't", "have", "access", "to...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "using", "the", "Login", "Snippet", "and", "the", "Login", "Status", "Snippet", "Macro", "that", "umbraco", "provides", "." ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "B-Application", "O", "O" ]
[ "Like", "this", ":" ]
[ "O", "O", "O" ]
[ "I", "am", "showing", "it", "on", "the", "footer", "but", "right", "now", "it", "is", "always", "visible", "but", "I", "only", "want", "it", "to", "be", "visible", "when", "you", "are", "on", "a", "page", "that", "is", "protected", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "Is", "there", "any", "way", "to", "do", "it", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "in", "advance", "!" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "simply", "verified", "if", "he", "is", "Logged", "in", "or", "not", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Using", "the", "Umbraco", "Macro", "Snippet", "it", "is", "quite", "easy", "to", "find", "out", "." ]
[ "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "able", "to", "create", "a", "case", "successfully", "on", "an", "inbound", "email", "for", "a", "group", "account", "by", "enable", "Enable", "\"", "Create", "Case", "from", "Email", "\"", "in", "advance", "set", "up", "," ]
[ "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" ]
[ "Instead", "of", "create", "a", "case", ",", "i", "want", "to", "create", "a", "record", "in", "custom", "module", "for", "this", "where", "can", "i", "write", "code", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "using", "CE", "6.5.17" ]
[ "O", "O", "O", "B-Application", "B-Version" ]
[ "The", "easiest", "way", "to", "do", "this", "is", "to", "create", "an", "after", "save", "logic", "hook", "on", "the", "Email", "module", "where", "the", "other", "record", "can", "be", "created", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Then", "the", "function", "for", "\"", "Create", "Case", "from", "Email", "\"", "can", "be", "left", "unchecked", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "have", "a", "nested", "div", "structure", "and", "I", "would", "like", "to", "get", "the", "content", "of", "the", "second", "level", "." ]
[ "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "should", "i", "do", "it", "with", "jQuery", ".load", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "The", "following", "works", "only", "with", "simple", "divs(non-nested)..", "." ]
[ "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O" ]
[ "Ok", ",", "the", "whole", "stuff", "is", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Assuming", "the", "2nd", "level", "div", "has", "and", "id" ]
[ "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-HTML_XML_Tag" ]
[ "Else", "change", "selector", "accordingly", "like", "you", "would", "normally", "(", "e.g", ".", "first", "child", "div", "of", "#div_1", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "B-Code_Block", "O" ]
[ "BTW", "." ]
[ "O", "O" ]
[ ":", "Note", "this", "will", "only", "work", "for", "your", "own", "page", "(", "cross-domain", "requests", "are", "not", "supported", "with", "ajax" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Library" ]
[ "Firstly", ",", "loading", "data", "with", "AJAX", "will", "only", "work", "if", "the", "page", "is", "on", "the", "same", "domain", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "\"", "remote", "site", "\"", "indicates", "you", "'re", "trying", "to", "get", "stuff", "from", "a", "different", "domain", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "you", "can", "do", "to", "get", "round", "this", "is", "have", "a", "server-side", "script", "that", "fetches", "the", "content", "and", "returns", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "PHP", "you", "'d", "want", "to", "use", "the", "cURL", "functions", "(", "there", "are", "plenty", "of", "questions", "here", "about", "that", "sort", "of", "thing", ",", "just", "do", "a", "search", "with", "your", "chosen", "language", ")", "....
[ "O", "B-Language", "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", "O", "O", "O", "O", "O" ]
[ "i", "seen", "some", "tools", "on", "github", "and", "now", "vector", "drawables", "in", "Lolipop", "allow", "you", "use", "svg", "files", "." ]
[ "O", "O", "O", "O", "O", "B-Website", "O", "O", "B-Class", "I-Class", "O", "B-Version", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "One", "major", "advantage", "i", "find", "is", "that", "svg", "files", "should", "stretch", "and", "keep", "proper", "scaling", "thus", "looking", "sharp", "after", "stretching", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "with", "svg", "files", "i", "can", "keep", "all", "my", "images", "in", "the", "drawable", "folder", "instead", "of", "filtering", "them", "out", "by", "density", "." ]
[ "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "makes", "the", "apk", "file", "smaller", "which", "is", "desirable", "." ]
[ "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "Question", ":", "Would", "there", "be", "any", "reason", "i", "would", "not", "want", "to", "take", "my", "current", "PNG", "images", "in", "native", "android", "project", "and", "convert", "them", "to", "svg", "files", "with", "for", "example", "an", "...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "B-User_Interface_Element", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Applicat...
[ "There", "are", "several", "reasons", "that", "you", "would", "not", "want", "to", "do", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "First", ",", "vector", "drawables", "are", "only", "supported", "on", "Android", "5.0", "+", "." ]
[ "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "B-Operating_System", "B-Version", "O", "O" ]
[ "If", "you", "are", "only", "targeting", "Lollipop", "and", "above", ",", "this", "wo", "n't", "be", "an", "issue", ",", "but", "you", "will", "still", "need", "PNGs", "for", "older", "versions", "of", "Android", "." ]
[ "O", "O", "O", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Operating_System", "O" ]
[ "Second", ",", "converting", "raster", "to", "vector", "will", "in", "most", "cases", "yield", "poor", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Instead", ",", "you", "should", "start", "by", "creating", "the", "original", "assets", "as", "vector", "images", "in", "a", "program", "like", "Illustrator", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Application", "O" ]
[ "Then", "export", "to", "SVG", "for", "conversion", "to", "VectorDrawable", "format", "and", "export", "to", "PNG", "for", "the", "DPI", "buckets", "you", "'d", "like", "to", "support", "on", "pre-5.0", "devices", "." ]
[ "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "O", "O" ]
[ "I", "am", "trying", "to", "do", "comparison", "operators", "on", "my", "postgresql", "data", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "I", "have", "a", "range", "of", "data", "like", "this" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "MockTable" ]
[ "B-Variable" ]
[ "Each", "of", "the", "fields", "on", "the", "top", "are", "labeled", "in", "the", "SQL", "server", "as", "text", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "B-Application", "O", "O", "O" ]
[ "I", "am", "trying", "to", "pull", "information", "like", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thus", "recieving", "the", "1st", "and", "3rd", "column", "back", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "However", "I", "am", "not", "getting", "this", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Input", "?" ]
[ "O", "O" ]
[ "If", "your", "column", "names", "are", "not", "all-lowercase", ",", "you", "must", "specify", "them", "in", "double", "quotes", "and", "with", "the", "exact", "same", "capitalization", "as", "they", "are", "in", "the", "table", ":" ]
[ "O", "O", "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-Data_Structure", "O" ]
[ "SELECT", "*", "FROM", "\"", "MockTable", "\"", "WHERE", "\"", "Hours", "\"", ">", "25", ";" ]
[ "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" ]
[ "Note", "this", "says", "\"", "Hours", "\"", "instead", "of", "\"", "HOURS", "\"", "." ]
[ "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "For", "this", "reason", ",", "it", "'s", "best", "to", "use", "all-lowercase", "for", "your", "column", "and", "table", "names", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Data_Structure", "O", "O" ]
[ "In", "addition", ",", "when", "using", "lowercase", "you", "wo", "n't", "need", "to", "put", "the", "double-quotes", "around", "the", "column", "names", "unless", "they", "are", "a", "reserved", "word", "that", "might", "mean", "something", "else", "in", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "you", "compare", "numbers", "as", "strings", ",", "you", "have", "to", "think", "about", "alphabetical", "order", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "magnitude", "of", "the", "number", "is", "meaningless", ",", "at", "this", "point", "is", "merely", "a", "word", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "\"", "25", "\"", "is", "greater", "than", "\"", "100", "\"", "because", "the", "\"", "2", "\"", "comes", "after", "the", "\"", "1", "\"", "in", "an", "alphabetical", "sense", "." ]
[ "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O" ]
[ "What", "you", "need", "to", "do", "is", "either", "cast", "your", "\"", "Hours", "\"", "field", "as", "integer", "(", "or", "fix", "that", "damned", "table", "because", "numbers", "in", "string", "fields", "is", "nasty", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O" ]
[ "Obviously", ",", "you", "are", "going", "to", "run", "into", "some", "difficult", "problems", "if", "there", "are", "records", "where", "the", "\"", "Hours", "\"", "field", "contains", "non-numeric", "characters", ",", "so", "you", "'ll", "have", "to", "d...
[ "O", "O", "O", "O", "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", "O", "O", "O" ]
[ "in", "my", "routing.yml" ]
[ "O", "O", "B-File_Name" ]
[ "page", "is", "supposed", "to", "have", "integer", "value", "." ]
[ "B-Variable", "O", "O", "O", "O", "B-Data_Type", "O", "O" ]
[ "However", ",", "if", "you", "put" ]
[ "O", "O", "O", "O", "O" ]
[ "it", "works", "." ]
[ "O", "O", "O" ]
[ "It", "'s", "not", "big", "problem", "though", ",", "if", "you", "put" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "it", "works", "and", "it", "'s", "not", "good", "thing", "for", "search", "crawler", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "set", "the", "{", "page", "}", "value", "restrict", "to", "integer", "or", "numbers", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O" ]
[ "?" ]
[ "O" ]
[ "Do", "it", "like", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "have", "the", "following", "toy", "graph", "that", "represents", ",", "for", "instance", ",", "a", "forum", "thread", ":" ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "there", "seems", "to", "be", "no", "layout", "that", "places", "the", "root", "vertex", "(", "id", "0", ",", "label", "A", ")", "into", "the", "top", "and", "grows", "downwards", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "B-Value", "B-Variable", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Am", "I", "missing", "something", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "OK", ",", "I", "'ll", "just", "add", "this", "as", "an", "answer", ",", "for", "the", "comments", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "the", "Reingold-Tilford", "layout", "works", ":", "http://igraph.sourceforge.net/doc/python/igraph.Graph-class.html#layout_reingold_tilford" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "writing", "a", "native", "module", ",", "and", "i", "would", "to", "get", "a", "color", "from", "a", "<Text", "style={{color:", "'blue'}}", "/>", "child", "component", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O" ]
[ "I", "'ve", "successfully", "get", "the", "getHighlightColor", "that", "match", "with", "the", "<Text", "selectionColor='red'></Text>,", "but", "i", "don't", "know", "how", "to", "get", "a", "color", "from", "a", "style", "prop", "<Text", "style={{color:", "'blu...
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "I", "am", "also", "not", "be", "able", "to", "setTextColor", "that", "has", "a", "fixed", "style", "color", "prop", "on", "react", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Let", "me", "post", "some", "snippets", "to", "give", "a", "better", "understand", "of", "what", "i", "am", "talking", "about", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "SomeComponent.js" ]
[ "B-File_Name" ]
[ "How", "to", "get", "those", "styles", "properties", "on", "the", "native", "side", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "exactly", "react-native", "deals", "with", "TextView", "and", "StyleSheets", "?" ]
[ "O", "O", "B-Library", "O", "O", "B-Class", "O", "B-Class", "O" ]
[ "I", "have", "made", "a", "dmg", "file", "for", "my", "uploader", "desktop", "application", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Device", "O", "O" ]
[ "This", "dmg", "is", "ported", "on", "my", "website", "from", "where", "i", "download", "the", "same", "using", "the", "Safari", "Browser", "." ]
[ "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "However", ",", "when", "i", "try", "to", "execute", "it", "from", "the", "downloads", "folder", ",", "the", "system", "does", "not", "execute", "it", "and", "throws", "a", "message", "stating", "its", "from", "an", "unidentified", "developer", "." ]
[ "O", "O", "O", "O", "O", "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" ]
[ "Hence", ",", "in", "Security", "&", "Privacy", "settings", ",", "i", "opted", "to", "allow", "download", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "cannot", "expect", "all", "the", "users", "to", "do", "this", "setting", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "modifications", "do", "i", "need", "to", "do", "inorder", "to", "make", "the", "dmg", "to", "run", "without", "any", "such", "errors/warnings", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "a", "novice", "at", "this", ",", "kindly", "requesting", "for", "some", "help", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "." ]
[ "O", "O" ]
[ "You", "can", "install", "an", "unverified", "app", "on", "mac", "by", "right-clicking", "the", "DMG", "and", "selecting", "open", ",", "this", "will", "pop", "up", "a", "warning", "but", "as", "opposed", "to", "doubled", "clicking", ",", "there", "is", ...
[ "O", "O", "O", "O", "O", "O", "O", "B-Device", "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", "O", "O", "O", "O", "O" ]
[ "See", "this", "article", "for", "screenshots", "-", "http://osxdaily.com/2012/07/27/app-cant-be-opened-because-it-is-from-an-unidentified-developer/" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "only", "other", "option", "is", "to", "pay", "Apple", "to", "become", "a", "verified", "developer", ",", "and", "then", "have", "your", "app", "reviewed", "and", "added", "to", "the", "Mac", "app", "store", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O" ]
[ "When", "I", "send", "a", "GET", "request", "in", "POSTMAN", "to", "get", "all", "my", "child", "entity", "(", "Town", ")", "the", "parent", "entity", "(", "Province", ")", "is", "not", "shown", "in", "the", "JSON", "response", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O" ]
[ "This", "is", "my", "controller", "." ]
[ "O", "O", "O", "O", "O" ]
[ "And", "these", "are", "my", "entities", "." ]
[ "O", "O", "O", "O", "O", "O" ]