tokens
sequence
ner_tags
sequence
[ "Can", "someone", "please", "explain", "me", ",", "why", "this", "happens", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "per", "snapshot", ",", "You", "are", "using" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Replace", "it", "with" ]
[ "O", "O", "O" ]
[ "You", "are", "using", "protocol", "less", "Urls", ",", "i.e", ".", "//code.jquery.com/jquery", "-1.9.1.js", ",", "When", "you", "open", "a", "your", "html", "file", "like", "file://", "then", "jQuery", "is", "not", "loaded", "thus", "desired", "result", "is", "not", "achieved", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "if", "you", "test", "your", "html", "file", "like", "http://localhost/yourfile.html", "you", "will", "get", "the", "desired", "result", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", ":", "Use", "//", "instead", "of", "http://", "when", "you", "want", "to", "inherit", "the", "protocol", "from", "the", "page" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "you", "missed", "http", ":", "in", "the", "jQuery", "source", "link", "." ]
[ "O", "O", "B-Value", "I-Value", "O", "O", "B-Library", "O", "O", "O" ]
[ "if", "you", "using", "online", "resource", "you", "should", "follow", "the", "url", "'s", "protocol", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Other", "wise", "browser", "will", "search", "it", "from", "local", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "in", "this", "way", "you", "just", "confused", "your", "browser", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "So", "only", "it", "happens", "..", ".", ":D" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "you", "should", "use", "..", "." ]
[ "O", "O", "O", "O", "O" ]
[ "instead", "of" ]
[ "O", "O" ]
[ "I", "have", "a", "VB.Net", "projects", "which", "calls", "some", "C#", "dll", "'s", ",", "but", "how", "can", "I", "debug", "the", "C#", "code", "?" ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Language", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "It", "must", "be", "possible", ",", "because", "when", "an", "exception", "occurs", ",", "VB.Net", "opens", "the", "C#", "code", "in", "a", "text-editor", ",", "but", "I", "want", "to", "be", "able", "to", "have", "syntax-coloring", ",", "set", "breakpoints", "in", "other", "files", ",", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Language", "O", "O", "B-Language", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "feel", "it", "must", "be", "obvious", ",", "but", "I", "ca", "n't", "figure", "it", "out", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Start", "your", "debugging", "session", "normally", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Then", "once", "it", "is", "started", ",", "use", "Visual", "Studio", ",", "File/Open", "menu", "to", "open", "the", "correct", ".cs", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "If", "you", "have", "a", "corresponding", ".pdb", "file", "for", "the", "dll", "in", "which", "the", "file", "is", "included", "you", "will", "be", "able", "to", "set", "breakpoints", "which", "will", "be", "hit", "in", "your", "debugging", "session", "." ]
[ "O", "O", "O", "O", "O", "B-File_Type", "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" ]
[ "If", "you", "do", "n't", "have", "the", "pdb", "file", ",", "this", "means", "your", "dll", "was", "compiled", "in", "Release", "configuration", "rather", "than", "debug", "configuration", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "During", "this", "session", "you", "may", "need", "to", "open", "other", ".cs", "files", "manually", "as", "you", "step", "into", "statements", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Open", "the", "needed", "files", "before", "you", "step", "into", "them", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Prior", "to", "running", "the", "projects", "(", "F", "5)", "and", "if", "you", "have", "the", "C#", "code", "(", "rather", "than", "just", "the", "PDB", ")", "you", "can", "open", "up", "the", ".cs", "file", "using", "File->Open", "and", "set", "breakpoints", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Keyboard_IP", "I-Keyboard_IP", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "do", "n't", "have", "the", ".cs", "then", "can", "use", "something", "like", "reflector", "to", "generate", "the", ".cs", "files", "for", "you", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O" ]
[ "It", "should", "also", "be", "possible", "to", "create", "breakpoints", "with", "just", "the", "PDB", "but", "I", "'ve", "only", "had", "success", "with", "that", "if", "I", "'ve", "already", "interrupted", "a", "running", "debug", "session", "." ]
[ "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" ]
[ "I", "'m", "trying", "to", "use", "the", "static_assert", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "but", "I", "get", "an", "error", "on", "compilation" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "do", "have", "an", "expression", "so", "whats", "the", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "a", "compiler", "without", "constexpr", "use", "the", "appropriate", "C", "library", "MAX", "names", "such", "as", "SIZE_MAX", "from", "<stdint.h>", "." ]
[ "O", "O", "B-Application", "O", "B-Code_Block", "O", "O", "O", "B-Language", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "B-Library", "O" ]
[ "Alternatively", ",", "for", "an", "unsigned", "type", "such", "as", "size_t", "you", "can", "just", "use", "size_t(-1)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "See", "(", "http://en.cppreference.com/w/cpp/types/climits", ")", "for", "a", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Trying", "out", "the", "Surveys", "API", "sample", "Python", "script", ",", "the", "\"", "List", "Surveys", "\"", "command", "returns", "only", "a", "request_id", "and", "not", "a", "\"", "resources", "\"", "object", "with", "a", "list", "of", "surveys", "as", "expected" ]
[ "O", "O", "O", "B-Library", "I-Library", "O", "B-Language", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "Executing", "the", "sample", "script" ]
[ "O", "O", "O", "O" ]
[ "Results", "of", "\"", "list", "\"", "command", "to_json", "method", ":" ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Function", "O", "O" ]
[ "Response", "from", "executing", "the", "list", "command", "-", "no", "\"", "resources", "\"", "object", "as", "advertised", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "O", "O", "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "O" ]
[ "I", "have", "some", "150", "surveys", "in", "my", "account", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "command", "works", "fine", "in", "the", "API", "explorer", "and", "I", "can", "use", "the", "chain", "of", "next", "page", "tokens", "to", "go", "through", "the", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "What", "am", "I", "doing", "wrong", "please", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "looks", "like", "you", "'re", "trying", "to", "list", "surveys", "owned", "by", "your", "account", "using", "a", "service", "account", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "order", "to", "do", "this", "you''ll", "need", "to", "add", "the", "service", "account", "as", "an", "owner", "to", "the", "resources", "that", "your", "account", "owns", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "is", "some", "more", "information", "on", "this", "process", "found", "here", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "allow", "a", "user", "to", "get", "access", "to", "survey", "results", "using", "the", "Google", "Consumer", "Surveys", "API", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "I-Library", "I-Library", "O" ]
[ "Alternatively", ",", "you", "can", "set", "up", "a", "3", "legged", "OAuth", "client", "secret", "and", "use", "that", "with", "the", "example", "script", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "will", "prompt", "you", "to", "login", "as", "your", "regular", "non-service", "account", "and", "use", "those", "credentials", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "See", "https://developers.google.com/identity/protocols/OAuth2WebServer", "to", "set", "this", "up", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Then", "you", "can", "use", "the", "client", "with", "this", "credential", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "./example_client.py", "list", "--client_secrets_file" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "Make", "sure", "to", "configure", "the", "credentials", "to", "redirect", "to", "localhost:8080", "if", "you", "are", "using", "the", "example", "script", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "the", "following", "time", "format", "for", "a", "variable", "that", "is", "a", "factor" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "2004-03-01-22.58.00.912933" ]
[ "B-Value" ]
[ "I", "am", "using", "R", "and", "would", "like", "to", "make", "this", "something", "that", "is", "an", "actual", "time", "format", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Others", "have", "posted", "similar", "questions", "but", "no", "one", "has", "dealt", "with", "this", "time", "format", "specifically", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "." ]
[ "O", "O", "O" ]
[ "If", "your", "factor", "is", "f1", ":" ]
[ "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "If", "the", "fractions", "do", "n't", "display", ",", "set", "the", "option", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "working", "on", "a", "music", "game", "website", "and", "I", "am", "using", "the", "Spotify", "play", "button", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-User_Interface_Element", "I-User_Interface_Element", "O" ]
[ "This", "takes", "spotify", "track", "numbers/urls", "and", "I", "am", "looking", "for", "a", "huge", "list", "of", "them", "with", "which", "to", "populate", "my", "database", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Does", "anyone", "know", "where", "I", "could", "find", "such", "a", "list", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Or", "do", "I", "have", "to", "write", "a", "script", "to", "try", "and", "scrape", "them", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Well", ",", "there", "are", "many", "millions", "of", "tracks", "in", "Spotify", "so", "that", "'d", "be", "a", "pretty", "unmanageable", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "More", "importantly", ",", "scraping", "the", "Spotify", "catalog", "like", "this", "is", "very", "much", "against", "Spotify", "'s", "API", "Terms", "of", "Service", ",", "and", "if", "you", "try", "it", "you", "'ll", "find", "yourself", "rate", "limited", "pretty", "fast", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "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", "O", "O", "O", "O" ]
[ "Instead", ",", "consider", "asking", "users", "of", "their", "game", "to", "search", "for", "something", "-", "searching", "for", "a", "user-supplied", "string", "and", "caching", "the", "results", "of", "the", "search", "does", "n't", "break", "the", "Terms", "of", "Service", "." ]
[ "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", "use", "an", "assignment", "operator", "but", "use", "it", "in", "wrong", "way", "or", "in", "wrong", "place", "," ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "then", "you", "'ll", "get", "this", "types", "of", "errors", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "suppose", "if", "you", "type", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "p+1", "=p", ";", "you", "will", "get", "the", "error", "!", "!" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "you", "will", "get", "the", "same", "error", "for", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "if", "(", "ch>='a'", "&&", "ch='z'", ")" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "as", "you", "see", "can", "see", "that", "I", "i", "tried", "to", "assign", "in", "if()", "statement", "!!", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "how", "silly", "I", "am", "!!", "!" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "right", "?", "?" ]
[ "O", "O", "O" ]
[ "ha", "ha" ]
[ "O", "O" ]
[ "actually", "i", "forgot", "to", "give", "less", "then(<)", "sign" ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "if", "(", "ch>='a'", "&&", "ch<='z'", ")" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "and", "got", "the", "error", "!", "!" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "When", "you", "have", "an", "assignment", "operator", "in", "a", "statement", ",", "the", "LHS", "of", "the", "operator", "must", "be", "something", "the", "language", "calls", "an", "lvalue", "." ]
[ "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", "the", "LHS", "of", "the", "operator", "does", "not", "evaluate", "to", "an", "lvalue", ",", "the", "value", "from", "the", "RHS", "cannot", "be", "assigned", "to", "the", "LHS", "." ]
[ "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", "cannot", "use", ":" ]
[ "O", "O", "O", "O" ]
[ "since", "10", "does", "not", "evaluate", "to", "an", "lvalue", "." ]
[ "O", "B-Value", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "use", ":" ]
[ "O", "O", "O", "O" ]
[ "since", "i", "does", "evaluate", "to", "an", "lvalue", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O" ]
[ "You", "cannot", "use", ":" ]
[ "O", "O", "O", "O" ]
[ "since", "i", "+", "1", "does", "not", "evaluate", "to", "an", "lvalue", "." ]
[ "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "your", "case", ",", "p", "+", "1", "does", "not", "evaluate", "to", "an", "lavalue", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hence", ",", "you", "cannot", "use" ]
[ "O", "O", "O", "O", "O" ]
[ "advise", "appreciated", ":" ]
[ "O", "O", "O" ]
[ "I", "have", "a", "drop-down", "list", "with", "\"", "select", "..", ".", "\"", "at", "the", "top", "and", "then", "a", "list", "of", "links", "which", ",", "when", "clicked", ",", "each", "opens", "a", "different", "URL", "in", "a", "new", "window", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "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", "B-User_Interface_Element", "O" ]
[ "After", "user", "selection", "(", "\"", "click", "\"", ")", "I", "however", "need", "that", "the", "drop-down", "always", "keeps", "showing", "\"", "select", "..", ".", "\"", "and", "does", "NOT", "show", "what", "the", "user", "previously", "selected/clicked", "on", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "thought", "that", "this", "would", "do", "the", "job", ",", "but", "does", "not", ",", "it", "still", "shows", "whatever", "the", "user", "selected/clicked", "on", "in", "that", "drop-down", ",", "rather", "than", "always", "showing", "\"", "select", "..", ".", "\"", "." ]
[ "O", "O", "O", "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", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O" ]
[ "Any", "suggestion", "how", "to", "fix", "greatly", "appreciated", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "THANKS" ]
[ "O" ]
[ "try", "this", ":" ]
[ "O", "O", "O" ]
[ "or" ]
[ "O" ]
[ "I", "am", "trying", "to", "append", "one", "string", "to", "another", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O" ]
[ "I", "declare", "two", "global", "string", "variables", "-" ]
[ "O", "O", "O", "B-Data_Type", "I-Data_Type", "O", "O" ]
[ "Then", "I", "have", "a", "function", "for", "getting", "command", "line", "arguments", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Whenever", "a", "user", "enters", "a", "filename", "in", "a", "command", "line", "argument", ",", "it", "should", "be", "stored", "in", "rest", "and", "then", "rest", "is", "appended", "to", "grid_filename", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "O", "O", "B-Variable", "O" ]
[ "Now", "whenever", "I", "run", "my", "code", ",", "valgrind", "gives", "me", "this", "error", "-" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "I", "print", "out", "the", "two", "addresses", "of", "the", "strings", "and", "neither", "of", "them", "match", "the", "one", "valgrind", "is", "saying", "is", "0", "bytes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "What", "am", "I", "missing", "here", "?" ]
[ "O", "O", "O", "O", "O", "O" ]