tokens
list
ner_tags
list
[ "By", "making", "the", "array", "allocation", "static", ",", "it", "'s", "allocation", "will", "persist", "and", "is", "safer", "..", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "if", "any", "code", "path", "caches", "the", "pointer", "returned", "from", "\"", "test", "\"", ",", "another", "code", "path", "that", "calls", "this", "function", "could", "invalidate", "the", "previous", "result", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "your", "example", ",", "you", "probably", "want", "to", "duplicate", "the", "string", "before", "returning", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O" ]
[ "With", "the", "expectation", "that", "the", "caller", "will", "\"", "free", "\"", "the", "memory", "later", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "iterate", "through", "a", "java", "arraylist", "passed", "as", "message", "header", "to", "a", "camel", "route", "via", "bean", "so", "that", "each", "string", "item", "which", "is", "basically", "an", "url", "can", "be", "passed", "a...
[ "O", "O", "O", "O", "O", "O", "B-Language", "B-Class", "O", "O", "O", "O", "O", "O", "B-Library", "B-HTML_XML_Tag", "O", "B-Class", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Li...
[ "I", "am", "passing", "an", "array", "list", "as", "message", "header", "to", "camel", "route", "through", "java", "bean", "as", "follows" ]
[ "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "B-Class", "I-Class", "O", "B-Language", "B-Class", "O", "O" ]
[ "and", ",", "inside", "camel", "route", "i", "want", "to", "iterate", "through", "this", "list", "and", "retrieve", "each", "list", "item", "one", "by", "one", "so", "that", "i", "can", "pass", "these", "items", "in", "uri", "." ]
[ "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "here", "'s", "my", "camel", "route", ":" ]
[ "O", "O", "O", "B-Library", "B-HTML_XML_Tag", "O" ]
[ "But", "i", "am", "not", "able", "to", "iterate", "through", "each", "item", "in", "list", "recieved", "as", "header.endpoints", "inside", "camel", "route", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "B-Library", "B-HTML_XML_Tag", "O" ]
[ "This", "is", "the", "recipient", "list", "EIP", "pattern", "than", "can", "send", "messages", "to", "N+", "destinations", ":", "http://camel.apache.org/recipient-list.html" ]
[ "O", "O", "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O" ]
[ "The", "recipient", "list", "EIP", "is", "basically", "a", "toD", "but", "it", "can", "do", "1.N", "endpoints", "." ]
[ "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "B-Value", "O", "O" ]
[ "Where", "as", "toD", "can", "only", "do", "1", "." ]
[ "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "B-Value", "O" ]
[ "And", "it", "should", "be", "able", "to", "take", "your", "message", "header", "as-is", ",", "eg", "a", "List", "or", "Collection", "and", "send", "to", "each", "destination", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "So", "do" ]
[ "O", "O" ]
[ "Sorry", "I", "will", "rewrite", "the", "question", "hoping", "to", "be", "clear", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "my", ".cpp", "code", "I", "create", "a", "list", "of", "quads", ",", "a", "few", "of", "them", "have", "a", "flag", ",", "in", "the", "pixel", "shader", "I", "check", "if", "this", "flag", "is", "set", "or", "not", ",", "if", "the", "flag"...
[ "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", ...
[ "In", "this", "way", "I", "can", "get", "half", "of", "the", "quad", "colored", "in", "blue", "and", "another", "half", "colored", "in", "red", ",", "or", "I", "can", "decide", "where", "to", "put", "the", "red", "color", "or", "where", "to", "put", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Value", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O" ]
[ "Imagine", "I", "'ve", "got", "a", "quad", "50x50", "pixels" ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "[", "frag", "]" ]
[ "O", "O", "O" ]
[ "In", "this", "case", "I", "would", "expect", "that", "a", "quad", "with", "the", "flag", "set", "will", "get", "two", "colors", "per", "face", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "hope", "I", "have", "been", "more", "specific", "now", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "thanks", "." ]
[ "O", "O" ]
[ "Just", "to", "add", "something", "I", "ca", "n't", "use", "any", "texture", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Ok", "i", "do", "this", "now", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Every", "quad", "has", "4", "textures", "coordinated", "(", "0", ",", "0", ")", ",", "(", "0", ",", "1)", ",", "(", "1", ",", "1)", ",", "(", "1", ",", "0", ")", ";" ]
[ "O", "B-Class", "O", "O", "B-Class", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O" ]
[ "I", "enable", "the", "texture", "coordinates", "using", ":" ]
[ "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "[", "vert", "]" ]
[ "O", "O", "O" ]
[ "[", "frag", "]" ]
[ "O", "O", "O" ]
[ "I", "get", "always", "the", "yellow", "color", "so", "x1", "=", "1", "and", "x2", "=", "1", "almost", "always", "and", "some", "quad", "is", "yellow/green", "." ]
[ "O", "O", "O", "O", "B-Value", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "I", "would", "expect", "that", "the", "texture", "coordinates", "change", "in", "the", "fragment", "shader", "and", "so", "I", "should", "get", "a", "gradient", ",", "am", "I", "wrong", "?" ]
[ "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" ]
[ "In", "addition", "to", "Chris", "Dodd", "'s", "answer", ",", "you", "can", "also", "access", "the", "screen-space", "coordinate", "(", "in", "pixels", ",", "though", "actually", "pixel", "centers", "and", "thus", "?", ".", "5)", "of", "the", "currently", ...
[ "O", "O", "O", "B-User_Name", "I-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Va...
[ "But", "this", "gives", "you", "the", "position", "of", "the", "fragment", "in", "screen-space", "and", "thus", "relative", "to", "the", "lower", "left", "corner", "of", "you", "viewport", "." ]
[ "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" ]
[ "If", "you", "actually", "need", "to", "know", "the", "position", "inside", "the", "individual", "quad", "(", "which", "makes", "more", "sense", "if", "you", "want", "to", "actually", "color", "each", "quad", "half-by-half", ",", "since", "the", "\"", "hal...
[ "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", "O", "O", "O", "O", "O", "B-User_Name", ...
[ "If", "you", "want", "to", "know", "the", "coordinate", "within", "the", "quad", ",", "you", "need", "to", "calculate", "it", "yourself", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "order", "to", "that", ",", "you", "'ll", "need", "to", "create", "a", "new", "interpolant", "(", "call", "it", "something", "like", "vec2", "quadCoord", ")", ",", "and", "set", "it", "appropriately", "for", "each", "vertex", ",", "which", "means",...
[ "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "eg", ":" ]
[ "O", "O" ]
[ "You", "'ll", "need", "to", "feed", "in", "this", "attribute", "in", "your", "drawing", "code", "when", "drawing", "your", "quads", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "For", "each", "quad", ",", "the", "vertexes", "will", "have", "likely", "have", "quadCoordIn", "values", "of", "(", "0", ",", "0", ")", ",", "(", "0", ",", "1)", ",", "(", "1", ",", "1)", "and", "(", "1", ",", "0", ")", "-", "-", "you", "cou...
[ "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Valu...
[ "Then", ",", "in", "your", "fragment", "program", ",", "you", "can", "access", "quadCoord.xy", "to", "determine", "where", "in", "the", "quad", "you", "are", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "i", "have", "a", "csv", "file", "with", "comments", ",", "the", "values", "of", "which", "need", "to", "be", "split", "between", "two", "ArrayLists", "." ]
[ "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "eg", ":" ]
[ "O", "O" ]
[ "what", "is", "the", "best", "way", "of", "achieving", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "should", "i", "use", "a", "counter", "that", "is", "incremented", "each", "time", "the", "state", "changes", "from", "%", "to", "a", "value", "or", "vice", "versa", "and", "then", "if", "counter", "%", "2", "=", "0", "then", "add", "a", "new", "Arra...
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", ...
[ "thats", "the", "only", "way", "i", "can", "think", "to", "do", "it", ",", "but", "it", "seems", "a", "little", "bit", "clumsy", ",", "does", "anyone", "else", "have", "a", "better", "idea", "?" ]
[ "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" ]
[ "EDIT", ":", "i", "have", "already", "written", "the", "code", "for", "actually", "parsing", "the", "csv", "values", ",", "i", "dont", "need", "help", "with", "that", ",", "just", "wondering", "about", "how", "to", "split", "the", "values", "into", "two"...
[ "O", "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", "B-Class", "O" ]
[ "Your", "suggestion", "sounds", "good", "to", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "the", "file", "format", "is", "really", "so", "predictable", ",", "any", "more", "sophisticated", "approaches", "might", "just", "be", "overkill", "in", "my", "opinion", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "if", "you", "want", "to", "see", "a", "different", "approach", ",", "this", "is", "my", "idea", ":", "Every", "line", "that", "does", "not", "start", "with", "an", "%", "is", "something", "we", "want", "to", "parse", "to", "an", "ArrayList", ...
[ "O", "O", "O", "O", "O", "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", "B-Class", "O" ]
[ "So", ",", "whenever", "you", "come", "across", "a", "line", "that", "is", "not", "a", "comment", ",", "you", "start", "parsing", "the", "following", "lines", "to", "an", "ArrayList", "until", "you", "either", "hit", "another", "comment", "or", "the", "e...
[ "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Both", "options", "mark", "the", "end", "of", "the", "part", "that", "you", "want", "to", "store", "in", "one", "single", "ArrayList", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "So", ",", "something", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "where", "lineIsComment", "(", "String", "line", ")", "returns", "a", "boolean", "that", "indicates", "whether", "the", "given", "line", "is", "a", "comment", ",", "and", "addToList", "(", "String", "line", ",", "ArrayList", "<Integer>", "list", ")", "uses",...
[ "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-...
[ "My", "MVC", "3", "project", "is", "building", "successfully", "in", "my", "development", "machine", "with", "Visual", "Studio", "2010", "+", "MVC", "3", "." ]
[ "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "B-Version", "O", "B-Application", "B-Version", "O" ]
[ "In", "the", "build", "server", ",", "VS2010", "is", "not", "used", "and", "I", "'ve", "installed", "'", "ASP.NET", "MVC", "3", "Tools", "Update", "'", "." ]
[ "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "I-Application", "I-Application", "O", "O" ]
[ "I", "'ve", "also", "downloaded", "NAnt", "and", "used", "TortoiseSVN", "to", "checkout", "all", "the", "files", "except", "bin", "directories", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "But", "while", "building", "using", "Nant", "default.build", ",", "I", "'m", "getting", "build", "error" ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Error_Name", "I-Error_Name" ]
[ "(", "are", "you", "missing", "an", "assembly", "reference", "?", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Same", "with", "'", "Controller", "'", ",", "'", "ActionResult", "'", ",", "'", "GlobalFilterCollection", "'", "etc", "(", "type", "or", "namespace", "could", "not", "be", "found", ")", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "B-Application", "O", "O", "O", "B-Application", "O", "O", "O", "B-Error_Name", "I-Error_Name", "I-Error_Name", "I-Error_Name", "I-Error_Name", "I-Error_Name", "I-Error_Name", "O", "O" ]
[ "I", "can", "see", "System.Web.Mvc.dll", "in" ]
[ "O", "O", "O", "B-File_Name", "O" ]
[ "." ]
[ "O" ]
[ "What", "am", "I", "missing", "here", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Why", "NAnt", "ca", "n't", "find", "this", "file", "?" ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "no", "other", "way", "than", "copying", "the", "assembly", "files", "into", "local", "bin", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-File_Name", "O" ]
[ "I", "had", "the", "same", "issue", "and", "was", "n't", "able", "to", "locate", "the", "System.Web.MVC", "reference", "assembly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "Finally", "found", "out", "and", "it", "was", "located", "inside", "the", "following", "location", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", "if", "your", "VS", "was", "installed", "in", "C", ":", "(", "Sometimes", "the", "MVC", "is", "not", "in", "the", "defaul", "location", "which", "everybody", "talk", "about", ",", "i", "mean", "the", "\"", "Reference", "Assemblies", "\"", "folder...
[ "O", "O", "O", "B-Application", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "B-Application", "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", "B-File...
[ "if", "its", "not", "there", ",", "it", "should", "definitely", "be", "in", "here", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Program", "files(x86)", "-->", "Microsoft", "ASP.NET", "-->", "ASP.NET", "MVC", "2", "-->", "Assemblies", "System.Web.Mvc.dll" ]
[ "B-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name", "I-File_Name" ]
[ "Hope", "this", "one", "is", "helpful", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Which", "version", "of", "msbuild", "are", "you", "using", "to", "build", "the", "web", "project", "?" ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "the", "web", "project", "referencing", "a", "specific", "version", "of", "or", "file", "path", "to", "System.Web.Mvc.dll", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "Download", "and", "install", "ASP.NET", "MVC", "3", ":" ]
[ "O", "O", "O", "B-Application", "I-Application", "O", "B-Version" ]
[ "http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4211" ]
[ "O" ]
[ "According", "to", ":", "http://weblogs.asp.net/scottgu/archive/2011/05/03/asp-net-mvc-3-tools-update.aspx" ]
[ "O", "O", "O", "O" ]
[ "\"", "The", "ASP.NET", "MVC", "3", "Tools", "update", "only", "includes", "Visual", "Studio", "tooling", "improvements", "and", "default", "project", "template", "changes", "–", "it", "does", "not", "include", "any", "changes", "to", "the", "ASP.NET", "MVC", ...
[ "O", "O", "B-Application", "I-Application", "I-Application", "I-Application", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "B-Version", "O...
[ "I", "did", "a", "bunch", "of", "research", "on", "this", "and", "could", "not", "find", "an", "answer", "to", "my", "specific", "problem", ",", "although", "it", "seems", "allot", "of", "people", "have", "been", "plagued", "with", "similar", "problems", ...
[ "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" ]
[ "I", "am", "new", "to", "Google", "App", "Engine", "and", "just", "created", "an", "account", "." ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O", "O", "O" ]
[ "I", "downloaded", "the", "SDK", "for", "Python", "2.7", "." ]
[ "O", "O", "O", "B-Library", "O", "B-Language", "B-Version", "O" ]
[ "I", "deployed", "the", "Hello", ",", "World", "!" ]
[ "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value" ]
[ "to", "the", "supplied", "appspot.com", "address", "and", "it", "prints", "hello", "world", "just", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "O", "O", "O" ]
[ "When", "I", "try", "to", "run", "it", "in", "my", "localhost", "it", "gives", "a", "500", "server", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Error_Name", "O", "O", "O" ]
[ "I", "tried", "creating", "a", "few", "different", "applications", "and", "messing", "with", "the", "port", "settings", ",", "the", "app.yaml", "file", ",", "and", "the", "main.py", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "Still", "cant", "get", "it", "to", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Im", "running", "on", "an", "Mac", "and", "I", "did", "download", "and", "install", "Python", "2.7", "to", "ensure", "I", "have", "the", "latest", "version", "." ]
[ "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "B-Language", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Im", "also", "new", "to", "Python", "and", "App", "Engine", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "B-Application", "I-Application", "O" ]
[ "I", "come", "from", "the", "world", "of", "PHP", "and", "XAMPP", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Application", "O" ]
[ "Does", "anybody", "have", "any", "ideas", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "should", "try", "Python", "2.7.4", "which", "is", "the", "version", "Google", "links", "to", "and", "run", "a", "PHP", "version", "compiled", "with", "the", "same", "modules", "and", "option", "that", "GAE", "as", "well", "." ]
[ "O", "O", "O", "B-Language", "B-Version", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "Here", "'s", "a", "video", "with", "the", "steps" ]
[ "O", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "http://www.youtube.com/watch?v=IFuNNddWQIo" ]
[ "O" ]
[ "Here", "is", "my", "XML", ":" ]
[ "O", "O", "O", "B-Language", "O" ]
[ "I", "want", "to", "change", "value", "of", "tag", "\"", "status", "\"", "to", "\"", "NEW", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-Value", "I-Value", "I-Value", "O" ]
[ "Below", "is", "my", "java", "code", ":" ]
[ "O", "O", "O", "B-Language", "O", "O" ]
[ "The", "value", "of", "status", "tag", "is", "not", "getting", "changed", "in", "XML", "." ]
[ "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "Please", "help", "." ]
[ "O", "O", "O" ]
[ "The", "piece", "of", "code", "which", "you", "have", "written", "is", "working", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "May", "be", "the", "way", "you", "are", "checking", "weather", "its", "working", "or", "not", "is", "wrong", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "gone", "through", "this", "for", "checking", "the", "update", "on", "the", "XML", "what", "you", "have", "done", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "You", "still", "have", "any", "doubts", "on", "what", "you", "did", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "cannot", "post", "images", "because", "of", "my", "reputation", "score", "otherwise", "I", "would", "have", "shown", "the", "output", "what", "I", "got", "from", "eclipse", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]