tokens
list
ner_tags
list
[ "Does", "anyone", "know", "what", "is", "the", "problem", "?", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "problem", "is", "not", "the", "API", "because", "i", "did", "it", "in", "Android", "and", "it", "worked", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O" ]
[ "Here", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "method", "that", "is", "called", "every", "time", "the", "devices", "location", "updates", "with", "statements", "below", "included", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "curious", "as", "to", "why", "I", "'m", "getting", "a", "SIGABRT", "signal", "from", "this", "PrevSpeedDic", "here", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "O", "B-Variable", "O", "O" ]
[ "But", "when", "I", "move", "this", "above", "the", "statement", "above", "it", "works", "fine", "as", "it", "should", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "variables", "are", "defined", "correctly", "or", "it", "would", "not", "work", "in", "any", "circumstance", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Local", "variables", "are", "not", "initialized", "to", "0", "(", "nil", ")", "by", "default", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O" ]
[ "If", "you", "do", "n't", "set", "DriveInfoDic", "before", "that", "if", ",", "it", "'s", "going", "to", "take", "the", "first", "branch", "and", "crash", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "been", "reading", "through", "some", "similar", "questions", "but", "was", "n't", "able", "to", "find", "an", "answer", "that", "I", "can", "implement", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "using", "Google", "App", "Engine", "and", "doing", "a", "simple", "CSV", "export", "using", "unicodecsv", ",", "which", "works", "fine", "." ]
[ "O", "O", "O", "B-Library", "I-Library", "I-Library", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "This", "export", "is", "supposed", "to", "run", "daily", "and", "save", "the", "result", "as", "the", "same", "Blobstore", "item", "every", "time", ",", "so", "it", "can", "be", "retrieved", "from", "the", "same", "URL", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "know", "that", "this", "is", "not", "the", "initial", "intention", "of", "Blobstore", "items", ",", "but", "I", "also", "read", "some", "articles", "that", "got", "it", "working", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Unforuntately", "since", "I", "am", "not", "such", "an", "experienced", "programmer", ",", "I", "was", "n't", "able", "to", "use", "any", "of", "it", "for", "my", "situation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Would", "be", "great", "if", "someone", "could", "give", "me", "some", "input", "on", "how", "to", "realize", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "Tim", "pointed", "out", "you", "cannot", "overwrite", "blobstore", "entity", ",", "but", "you", "may", "create", "a", "new", "one", "every", "time", "and", "remember", "the", "key", "to", "serve", "the", "new", "entity", ":" ]
[ "O", "B-User_Name", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "then", ",", "in", "a", "cron", "handler", "you", "may", ":" ]
[ "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O" ]
[ "and", ",", "finally", ",", "when", "you", "serve", "your", "file", "(", "in", "a", "BlobstoreDownloadHandler", ")", "you", "do", "just", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "You", "can", "not", "overwrite", "a", "blob", "store", "entity", ",", "only", "delete", "it", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O" ]
[ "You", "have", "no", "control", "over", "the", "blob", "store", "key", ",", "so", "you", "will", "have", "to", "keep/manage", "the", "URL", "in", "yourapp", "with", "a", "redirect", "to", "the", "current", "blob", "store", "URL", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O" ]
[ "As", "for", "writing", "to", "the", "blob", "store", ",", "have", "a", "look", "at", "the", "file", "api" ]
[ "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library" ]
[ "https://developers.google.com/appengine/docs/python/blobstore/overview#Writing_Files_to_the_Blobstore" ]
[ "O" ]
[ "I", "do", "not", "use", "Xcode", "to", "build", "my", "IPA", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-File_Type", "O" ]
[ "I", "tried", "searching", "apple", "documentation", ",", "but", "I", "cannot", "find", "what", "the", "key", "values", "are", "for", "all", "possible", "system", "capabilities", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "order", "to", "not", "be", "lazy", ",", "I", "also", "tried", "to", "archive", "a", "project", "with", "these", "capabilities", "turned", "on", ",", "and", "searched", "through", "the", "IPA", ",", "but", "cannot", "find", "where", "Xcode6", "is",...
[ "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-File_Type", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "For", "users", "using", "Xcode6", "these", "are", "the", "capabilities", "listed", "here" ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Since", "I", "generate", "my", "IPA", "manually", ",", "I", "need", "to", "know", "what", "these", "keys", "are", "in", "order", "to", "match", "the", "capabilities", "set", "on", "my", "App", "Identifier", "." ]
[ "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", "O", "O" ]
[ "UPDATED" ]
[ "O" ]
[ "Here", "are", "the", "key", "values", ",", "they", "were", "actually", "in", "the", "project.pbxproj", "file", ",", "thanks", "for", "the", "help", "@colinta" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "B-User_Name" ]
[ "Your", "screenshot", "gave", "me", "an", "idea", "-", "check", "the", "diff", "of", "the", "project.pbxproj", "file", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "Came", "up", "with", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "HTH" ]
[ "O" ]
[ "I", "am", "currently", "working", "the", "following", "pagerank", "algorithm", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Algorithm", "O", "O" ]
[ "where", "mxm", "contains", "the", "following", ":" ]
[ "O", "B-Variable", "O", "O", "O", "O" ]
[ "Here", "is", "the", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "it", "should", "perform", "the", "following", "iterations", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Iteration", "0", ":" ]
[ "O", "O", "O" ]
[ "Iteration", "1", ":" ]
[ "O", "O", "O" ]
[ "Iteration", "2", ":" ]
[ "O", "O", "O" ]
[ "Iteration", "3", ":" ]
[ "O", "O", "O" ]
[ "." ]
[ "O" ]
[ "." ]
[ "O" ]
[ "." ]
[ "O" ]
[ "Iteration", "9", ":" ]
[ "O", "O", "O" ]
[ "however", ",", "it", "does", "not", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "The", "above", "is", "a", "part", ",", "of", "the", "full", "code", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Can", "anybody", "please", "solve", "this", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "based", "on", "this", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Looking", "at", "this", "section", "of", "the", "code" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Variables", "p", "and", "q", "are", "set", "to", "the", "same", "value", "host_rank[k]", "." ]
[ "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "So", "unless", "i", "==", "k", "(", "thus", "changing", "the", "array", "element", "between", "p", "and", "q", "being", "read", ")", ",", "lol", "will", "not", "move", "from", "0", ",", "so", "eucl", "will", "be", "0", ",", "and", "the", "loop", ...
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Value", "O", "O", "B-Variable", "O", "O", "B-Value", "O"...
[ "I", "also", "suspect", "that", "lol", "=", "0", "should", "be", "within", "the", "do-while", "loop", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "And", "unless", "the", "variables", "i", ",", "d", ",", "n", "and", "sumPR", "are", "shared", "and", "altered", "by", "another", "process", ",", "the", "loop", ",", "if", "it", "repeats", ",", "will", "always", "repeat", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Say", "I", "have", "the", "following", "HTML", ":" ]
[ "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "What", "I", "'d", "like", "to", "do", "is", "replace", "all", "instances", "of", "US$", "XX.xx", "with", "GBP£", "YY.yy", "on", "the", "live", "page", "using", "jquery", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "The", "value", "of", "GBP", "would", "be", "determined", "by", "my", "own", "currency", "conversion", "ratio", "." ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "'m", "assuming", "what", "I", "'d", "first", "need", "to", "do", "is", "use", "a", "regular", "expression", "to", "get", "all", "instances", "of", "the", "prices", "which", "would", "be", "anything", "beginning", "with", "USD$", "and", "endin...
[ "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-Value", "O", "O", "O", "B-Value", "O" ]
[ "Prices", "will", "always", "have", "cents", "displayed", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Then", "I", "'m", "stuck", "what", "would", "be", "the", "best", "way", "to", "accomplish", "the", "next", "part", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Should", "I", "wrap", "these", "instances", "in", "a", "span", "tag", "with", "a", "class", ",", "then", "use", "jquery.each()", "function", "to", "loop", "through", "each", "and", "replace", "the", "contents", "with", "a", "jquery(this).html(\"GBP£YY.yy\")", ...
[ "O", "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", "B-Function", "O" ]
[ "Any", "help", "setting", "me", "on", "the", "right", "path", "would", "be", "greatly", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "guys", "." ]
[ "O", "O", "O" ]
[ "base", "method", "for", "text", "replacements", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "stuff", "you", "need", "to", "do", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "you", "can", "fire", "that", "on", "ANY", "site", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "it", "will", "even", "replace", "titles", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "so.", ".", "to", "tell", "you", "about", "the", "benefits", "of", "not", "using", "jquery", "for", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "jquery", "will", "process", "and", "wrap", "every", "single", "element", "in", "a", "browser", "compatible", "way", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O" ]
[ "using", "a", "native", "javascript", "solution", "would", "speed", "up", "this", "process", "alot", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "using", "native", "textnodes", "also", "is", "benefitial", "since", "it", "will", "not", "break", "event", "handlers", "for", "child", "elements", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "you", "should", "also", "consider", "using", "fastdom", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "it", "does", "not", "matter", "if", "you", "are", "using", "jquery", "or", "native", "js", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "B-Language", "O" ]
[ "after", "writing", "to", "elements", "the", "dom", "has", "to", "do", "certain", "tasks", "before", "it", "can", "be", "read", "again", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "in", "the", "end", "you", "will", "loose", "some", "time", "for", "each", "edited", "element", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "to", "give", "you", "a", "fastdom", "example", ":" ]
[ "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "this", "will", "basically", "do", "the", "job", "in", "an", "instant", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "if", "you", "want", "to", "go", "even", "further", "you", "could", "add", "this", "to", "jquery", "as", "following", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "and", "call", "it", "like", "that", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "If", "all", "of", "these", "values", "are", "directly", "in", "the", "span", ",", "if", "not", "you", "can", "give", "them", "a", "unique", "class", "and", "use", "it", "to", "iterate", "over", "them", ",", "you", "can", "use", "the", "following" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "first", "get", "the", "numeric", "part", "of", "the", "string", "in", "a", "variable" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O" ]
[ "convert", "the", "currency", "store", "it", "in", "other", "variable", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "replace", "US$", "with", "GBP" ]
[ "O", "B-Value", "O", "B-Value" ]
[ "replace", "numeric", "part", "of", "the", "string", "with", "converted", "value" ]
[ "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O" ]
[ "jQuery", ":" ]
[ "B-Library", "O" ]
[ "I", "am", "working", "on", "a", "project", "that", "uses", "blade", "templating", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O" ]
[ "Due", "to", "server", "limitations", ",", "I", "am", "required", "to", "rather", "than", "have", "blade", "generate", "cache", "files", "on", "the", "fly", "-", "I", "need", "to", "provide", "blade", "with", "all", "the", "cache", "files", "for", "the",...
[ "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O" ]
[ "Oddly", ",", "blade", "keeps", "ignoring", "all", "the", "cache", "files", "we", "'re", "providing", "and", "seems", "to", "reference", "cache", "files", "that", "do", "n't", "exist", "." ]
[ "O", "O", "B-Library", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "Any", "idea", "why", "this", "is", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "how", "to", "prevent", "?" ]
[ "O", "O", "O", "O" ]
[ "Essentially", ",", "I", "am", "100%", "happy", "to", "generate", "and", "ftp", "all", "the", "cache", "files", "over", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "Although", ",", "the", "files", "blade", "attempts", "reference", "during", "render", "time", "do", "n't", "exist", "and", "the", "files", "we", "are", "providing", "are", "n't", "picked", "up", "by", "blade", "." ]
[ "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", "B-Library", "O" ]
[ "I", "appreciate", "the", "help", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Clear", "Blade", "cache", ":" ]
[ "O", "B-Library", "O", "O" ]
[ "I", "'m", "developing", "a", "website", "using", "JSP", "and", "Servlets", "using", "Apache", "-", "tomcat", "5.5", "as", "server", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-Class", "O", "B-Application", "I-Application", "I-Application", "B-Version", "O", "B-Application", "O" ]
[ "My", "application", "runs", "fine", "." ]
[ "O", "O", "O", "O", "O" ]
[ "But", "whenever", "I", "leave", "any", "webpage", "open", "and", "return", "back", "to", "it", "after", "some", "time", "say", "30minutes", ",", "and", "click", "on", "any", "button", "or", "icon", ",", "it", "throws", "error", "sayin", "-" ]
[ "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", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "Sounds", "like", "your", "session", "is", "timing", "out", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "need", "to", "either", "force", "the", "user", "to", "login", "again", ",", "or", "extend", "your", "session", "timeout", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "change", "the", "session", "timeout", "by", "editing", "your", "web.xml", "and", "adding", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O" ]
[ "Which", "will", "give", "you", "a", "session", "timeout", "of", "60", "minutes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]