tokens
list
ner_tags
list
[ "Doesnt", "work", "." ]
[ "O", "O", "O" ]
[ "Thank", "you" ]
[ "O", "O" ]
[ "ED", ":", "I", "need", "a", "list", "of", "all", "students", "doing", "PSY1", ",", "Along", "with", "teh", "ammount", "of", "OTHER", "courses", "they", "do", "which", "fufill", "bot", "cond1", "and", "cond2", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "Untested", ",", "but", "should", "give", "you", "a", "starter", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "E.g", ".", ":" ]
[ "O", "O", "O" ]
[ "If", "you", "want", "to", "include", "students", "with", "a", "score", "of", "zero", ",", "change", "the", "[", "INNER", "]", "JOIN", "to", "a", "LEFT", "JOIN", "and", "COUNT", "(", "or", "COALESCE(COUNT))", "something", "on", "the", "right", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Function", "I-Function", "I-Function", "B-Function", "O", "O", "B-Function", "I-Function", "O", "B-Function", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "This", "is", "the", "structure", "of", "my", "Rails", "project" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "access", "images", "in", "the", "directory", "of", "\"", "Root/uploads/images", "\"" ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "I", "tried", "lots", "by", "googling", ",", "nothing", "got", "helpfull", ",", "i", "am", "stuch", "on", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "try", "to", "give", "a", "solution", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "will", "be", "very", "thankful", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "could", "try", "something", "along", "the", "lines", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "routes.rb", ":" ]
[ "O", "B-File_Name", "O" ]
[ "If", "security", "is", "your", "concern", ",", "you", "can", "add", "permission", "checks", "to", "the", "controller", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "WebView", "into", "which", "I", "'m", "loading", "a", "local", "HTML", "page", "with", "some", "embedded", "images", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "want", "to", "allow", "the", "user", "to", "zoom", "in", "on", "the", "text", "and", "image", "in", "a", "similar", "fashion", "as", "they", "would", "with", "the", "web", "browser", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "Any", "ideas", "how", "to", "enable", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "I", "used", "scalesPageToFit", "to", "YES", "...", ".", "it", "allows", "it", "to", "zoom", "in", "some", "..", ".", "but", "not", "a", "true", "zoom", "like", "safari", "has", "." ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "For", "completeness", "." ]
[ "O", "O", "O" ]
[ "You", "must", "enable", "multitouch", ",", "scalesPagesToFit", "to", "get", "it", "to", "work", "(", "there", "are", "some", "conditions", "if", "its", "within", "certain", "other", "views", ")", "." ]
[ "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "But", "then", "to", "prevent", "it", "scaling", "your", "webpage", "(", "especially", "if", "using", "local", "files", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "will", "need", "to", "add", "the", "following", "snippet", "to", "your", "HTML" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language" ]
[ "For", "more", "info", "so", ":", "http://iphoneincubator.com/blog/windows-views/right-scale-for-a-uiwebview" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "On", "Android", "6.0", "Marshmallow", "the", "positioning", "of", "an", "EditText", "in", "relation", "to", "an", "ImageView", "in", "a", "RelativeLayout", "with", "the", "attributes", "baseline", "and", "layout_alignBaseline", "does", "not", "work", "anymore", ...
[ "O", "B-Operating_System", "B-Version", "I-Version", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "The", "behaviour", "can", "even", "be", "observed", "in", "the", "layout", "editor", "in", "Android", "studio", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "On", "a", "real", "Android", "Marshmallow", "device", "or", "emulatr", "the", "EditText", "in", "my", "case", "is", "shift", "outside", "the", "screen", "and", "not", "visible", "." ]
[ "O", "O", "O", "B-Operating_System", "B-Version", "O", "O", "B-Application", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Do", "I", "miss", "some", "changes", ",", "is", "it", "a", "bug", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "created", "screenshots", "of", "the", "Layout", "Editor", "of", "Android", "Studio", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "B-Application", "I-Application", "O" ]
[ "The", "difference", "between", "these", "two", "screenshots", "is", "solely", "the", "change", "of", "the", "API", "level", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "I", "have", "created", "a", "sample", "project", "https://github.com/mikegr/baseline" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "bug", "reported", "on", "https://code.google.com/p/android/issues/detail?id=73697&thanks=73697" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Since", "API11", "you", "can", "simply", "use", "android:baselineAlignBottom", "=", "\"", "true", "\"" ]
[ "O", "B-Library", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "Below", "API11", "you", "can", "overwrite", "getBaseLine()", "." ]
[ "O", "B-Library", "O", "O", "O", "B-Function", "O" ]
[ "Update", "to", "Android", "Support", "Library", "23.2.1", ",", "this", "may", "solve", "your", "problem", "." ]
[ "O", "O", "B-Library", "I-Library", "I-Library", "B-Version", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "read", "a", "huge", "file", "with", "fread", ",", "but", "i", "guess", "something", "is", "messed", "with", "the", "layout", "of", "the", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "i", "try", "to", "read", "the", "file", "with" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "on", "this", "file", "(", "i", "just", "took", "the", "line", "with", "the", "error", "and", "few", "before", "and", "after", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "get", "this", "error", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "How", "can", "i", "solve", "it", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "100%", "sure", "what", "the", "error", "is", "in", "your", "data", ",", "here", ",", "but", "try", "running", "the", "code", "with" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "in", "the", "fread", "options", "." ]
[ "O", "O", "B-Function", "O", "O" ]
[ "I", "had", "a", "similar", "error", ",", "and", "it", "seemed", "that", "fread", "was", "having", "trouble", "identifying", "my", "column", "separation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Setting", "fill", "to", "true", "allows", "fread", "to", "fill", "in", "any", "missing", "data", "-", "at", "least", "then", "you", "can", "check", "the", "resulting", "data", "frame", "and", "find", "out", "where", "the", "weirdness", "is", "." ]
[ "O", "B-Variable", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "have", "recently", "started", "a", "project", "to", "store", "a", "load", "of", "data", "on", "a", "Hadoop", "/", "HBase", "cluster", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O" ]
[ "I", "have", "followed", "the", "tutorial", "in", "the", "Apache", "'", "Quick", "Start", "'", "guide", ",", "and", "have", "got", "a", "small", "standalone", "HBase", "instance", "running", "successfully", "on", "one", "of", "our", "servers", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "am", "able", "to", "use", "HBase", "shell", "to", "create", "tables", ",", "put", "data", ",", "get", ",", "scan", "etc", "-", "looks", "good", "!" ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "my", "problem", ":", "our", "servers", "where", "HBase", "will", "be", "installed", "are", "all", "linux", ",", "but", "all", "the", "developers", "in", "my", "company", "use", "Windows", "machines", "-", "it", "would", "be", "nice", "if", "we", ...
[ "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "Currently", ",", "when", "I", "try", "to", "connect", "running", "from", "inside", "Eclipse", "with", "the", "Java", "API", ",", "I", "get", "the", "following", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "Followed", "eventually", "by", ":" ]
[ "O", "O", "O", "O" ]
[ "My", "question", "is", ":", "is", "it", "possible", "to", "use", "the", "Java", "API", "for", "HBase", "on", "Windows", ",", "connecting", "to", "a", "server", "running", "on", "Linux", ",", "without", "installing", "Cygwin", ",", "Hadoop", "and", "HBas...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "B-Application", "O", "B-Operating_System", "O", "O", "O", "O", "B-Application", "O", "O", "B-Operating_System", "O", "O", "O", "B-Application", "O", "B-Application", "O", "...
[ "Alternatively", ",", "would", "another", "package", "such", "as", "Kundera", "be", "able", "to", "connect", "without", "Cygwin", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "If", "not", ",", "how", "does", "the", "REST", "API", "compare", "in", "performance", "to", "the", "native", "Java", "API", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "I", "could", "always", "write", "my", "own", "wrapper", "for", "that", "and", "distribute", "it", "to", "our", "developers", "(", "although", "no", "doubt", "something", "like", "that", "may", "already", "exist", ")", "." ]
[ "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" ]
[ "Any", "help", "on", "this", "would", "be", "much", "appreciated", "as", "I", "'m", "having", "trouble", "finding", "a", "definitive", "answer", "on", "Google", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O" ]
[ "I", "am", "currently", "using", "analog", "pin", "3", "on", "my", "Arduino", "Uno", "to", "send", "out", "voltage", "from", "0", "to", "5V", "." ]
[ "O", "O", "O", "O", "O", "B-Device", "B-Value", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O" ]
[ "I", "am", "using", "that", "voltage", "to", "control", "the", "motor", "and", "currently", "I", "am", "using", "the", "function", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "using", "255", "pwm", "for", "5V", "and", "127", "for", "2.5V", "." ]
[ "O", "O", "O", "B-Value", "I-Value", "O", "B-Value", "O", "B-Value", "I-Value", "I-Value", "O" ]
[ "The", "problem", "is", "that", "PWM", "is", "sending", "full", "cycle", "at", "255pwm(5V)", ",", "but", "on", "127V", "the", "cycle", "is", "at", "50%", "which", "causes", "my", "motor", "to", "twitch", "a", "little", "bit", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Value", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "solve", "this", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "searching", "for", "a", "way", "to", "send", "full", "PWM", "cycle", "even", "at", "lower", "volts", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "possible", "?" ]
[ "O", "O", "O", "O" ]
[ "First", "I", "believe", "you", "mean", "D3", "not", "A3", ",", "since", "PWM", "does", "not", "exist", "on", "A3", "." ]
[ "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "Assuming", "you", "are", "driving", "a", "DC", "motor", ",", "and", "not", "something", "like", "a", "servo", "or", "stepper" ]
[ "O", "O", "O", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "O", "O", "B-Device", "O", "B-Device" ]
[ "You", "have", "two", "problems", "." ]
[ "O", "O", "O", "O", "O" ]
[ "1st", "." ]
[ "O", "O" ]
[ "you", "may", "need", "a", "smoothing", "capacitor", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Where", "your", "formula", "would", "be", "F", "=", "L*C", "Noting", "that", "analogWrite", "uses", "a", "F", "=", "490Hz", "." ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Function", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "The", "concept", "is", "simple", ",", "in", "short", "the", "cap", "average", "out", "the", "high", "and", "lows", "of", "the", "PWM", ",", "based", "on", "the", "duty", "cycle", "." ]
[ "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" ]
[ "And", "the", "capacitance", "needed", "is", "based", "on", "the", "frequency", "and", "impedance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "will", "provide", "the", "analog", "voltage", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "2nd", "." ]
[ "O", "O" ]
[ "And", "bigger", "problem", "is", "the", "output", "of", "the", "Arduino", "can", "not", "supply", "sufficient", "current", "to", "drive", "the", "motor", "correctly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O" ]
[ "It", "will", "max", "out", "at", "about", "20ma", ",", "and", "the", "motor", "likely", "needs", "more", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Device", "O", "O", "O", "O" ]
[ "So", "at", "low", "speeds", "the", "pulses", "which", "were", "week", ",", "stall", "out", "during", "their", "low", "periods", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "should", "have", "your", "PWM", "output", "drive", "a", "transistor", ",", "which", "in", "turn", "will", "ON-OFF", "the", "motor", "directly", "from", "the", "power", "supply", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O" ]
[ "Now", "your", "motor", "may", "have", "enough", "inertia", "as", "not", "to", "need", "the", "cap", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "see", "adafruit-arduino-lesson-13-dc-motors/breadboard", "-layout" ]
[ "O", "O", "O" ]
[ "and", "here", "for", "a", "discussion", "about", "the", "smoothing", "cap" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "menu-bar", "based", "application", ",", "which", "displays", "a", "window", ",", "when", "the", "icon", "is", "clicked", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "It", "all", "works", "fine", "on", "Mac", "OS", "X", "Lion", ",", "but", "for", "some", "reason", ",", "an", "error", "occurs", "on", "Snow", "Leopard", "an", "sooner", "versions", "of", "Mac", "OS", "X", "." ]
[ "O", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System", "I-Operating_System", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "I-Version", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System", "I-Operating_Syste...
[ "Anytime", "[", "TheWindowController", "window", "]", "is", "called", "the", "method", "stops", ",", "but", "the", "app", "keeps", "running", "." ]
[ "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Because", "of", "this", ",", "I", "do", "n't", "think", "that", "the", "window", "is", "just", "nil", ",", "it", "'s", "corrupt", ",", "in", "some", "way", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "no", "Idea", "why", "this", "happens", ",", "and", "like", "I", "said", ",", "it", "only", "happens", "in", "Mac", "OS", "X", "Snow", "Leopard", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System", "I-Operating_System", "B-Version", "I-Version", "O" ]
[ "Btw", "." ]
[ "O", "O" ]
[ "I", "use", "ARC", ",", "if", "that", "matters", "at", "all", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "'re", "loading", "a", "NIB", "that", "uses", "a", "10.7-specific", "feature", ",", "Cocoa", "Autolayout", ",", "on", "10.6", ",", "which", "does", "n't", "understand", "it", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "wish", "to", "support", "running", "on", "10.6", ",", "you", "need", "to", "avoid", "using", "such", "features", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "should", "be", "able", "to", "set", "the", "deployment", "target", "on", "the", "NIB", ",", "which", "will", "then", "cause", "warnings", "to", "show", "up", "for", "features", "which", "are", "n't", "supported", "by", "that", "deployment", "target...
[ "O", "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", "O", "O", "O", "O", "O", "O" ]
[ "Also", ",", "if", "you", "have", "n't", "already", "done", "so", ",", "you", "need", "to", "do", "something", "similar", "for", "your", "target", "'s", "build", "settings", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Set", "the", "deployment", "target", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Unfortunately", ",", "that", "wo", "n't", "necessarily", "cause", "warnings", "for", "code", "which", "uses", "features", "that", "were", "introduced", "in", "10.7", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "O" ]
[ "You", "can", "set", "up", "an", "alternative", "build", "configuration", "which", "builds", "against", "the", "10.6", "SDK", "and", "compile", "against", "that", "to", "learn", "where", "you", "'re", "using", "post-10.6", "features", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "O", "O" ]
[ "See", "Apple", "'s", "SDK", "Compatibility", "Guide", "for", "more", "info", "." ]
[ "O", "B-Library", "O", "I-Library", "O", "O", "O", "O", "O", "O" ]
[ "I", "was", "referring", "to", "how", "angular", "js", "connects", "to", "mongo", "db", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "B-Application", "I-Application", "O" ]
[ "So", "while", "setting", "the", "url", "and", "port", "for", "the", "'", "db", "'", "object", ",", "I", "found", "code", "like", "below", ":" ]
[ "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Will", "someone", "please", "let", "me", "know", "what", "is", "this", "path", "here", "for", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "also", ",", "what", "is", "the", "default", "value", "of", "MONGOHQ_URL", "here", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "From", "the", "link", "http://docs.mongohq.com/languages/nodejs.html", ",", "I", "came", "to", "know", "mongo", "url", "can", "be", "set", "to", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Am", "I", "right", "?" ]
[ "O", "O", "O", "O" ]