tokens
sequence
ner_tags
sequence
[ "Trial", "and", "error", "seems", "a", "very", "dumb", "(", "and", "annoying", ")", "approach", "to", "solve", "this", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "a", "way", "to", "automatically", "sort", "this", "out", "using", "Eclipse", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Update", ":", "Later", "I", "found", "that", "adding", "all", "the", "JARs", "you", "have", ",", "and", "using", "Ctrl-T", "(", "to", "view/locate", "types", ")", ",", "lets", "you", "manually", "locate", "the", "JAR", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "B-Keyboard_IP", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O" ]
[ "That", "was", "the", "solution", "that", "Google", "provided", "so", "far", "." ]
[ "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O" ]
[ "Is", "there", "a", "better", "way", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "could", "use", "a", "dependency", "analyzer", "like", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "JarAnalyzer" ]
[ "B-Application" ]
[ "This", "will", "parse", "a", "directory", "full", "of", "Jars", "and", "give", "you", "an", "XML", "output", "dependency", "map", ",", "for", "which", "there", "are", "several", "tools", "for", "displaying", "in", "either", "graphical", "or", "text", "form", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "refer", "to", "this", "SO", "question", "Finding", "unused", "jars", "used", "in", "an", "eclipse", "project", ",", "you", "also", "have", ":" ]
[ "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "ClassPathHelper", ",", "which", "can", "quickly", "focus", "on", "unresolved", "classes", ":" ]
[ "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "automatically", "identifies", "orphan", "jars", ",", "blocked", "(", "obscured", ")", "classes", ",", "and", "much", "more", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "only", "limit", "is", "dependencies", "that", "are", "not", "defined", "in", "classes", ",", "e.g", ".", "in", "dependency", "injection", "framework", "configuration", "files", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "got", "a", "problem", "when", "positioning", "three", "divs", "side", "by", "side", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O" ]
[ "Those", "three", "divs", "contain", "normal", "text", "but", "also", "have", "a", "link", "at", "the", "bottom", "." ]
[ "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "To", "get", "this", "responsive", ",", "the", "items", "are", "inline-block", "with", "a", "width", "of", "32%", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "B-Variable", "O", "B-Value", "O" ]
[ "Now", "the", "problem", "is", ",", "that", "when", "I", "change", "the", "window", "size", ",", "the", "height", "of", "the", "items", "are", "different", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "the", "links", "at", "the", "bottom", "of", "the", "items", "to", "be", "at", "the", "same", "position", ",", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "actual", "it", "looks", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "used", "JavaScript", "to", "set", "those", "items", "to", "the", "same", "height", ",", "but", "how", "can", "I", "get", "theese", "links", "to", "the", "same", "position", "?" ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "know", "this", "can", "be", "done", "by", "setting", "the", "item", "to", "position", ":", "relative", ";", "and", "the", "a", "to", "position", ":", "absolute", ";", "bottom", ":", "0", ";", "but", "then", "text-align", ":", "center", ";", "does", "n't", "work", "anymore", "." ]
[ "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", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O" ]
[ "I", "made", "a", "JSFiddle", "for", "you", "to", "understand", "my", "problem", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hope", "you", "can", "help", "me", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Since", "you", "asked", "for", "a", "solution", "without", "position", ":", "absolute", ";", "bottom", ":", "0", ";", "I", "give", "you", "the", "following", "approach", "." ]
[ "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-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "you", "can", "do", "is", "that", "you", "wrap", "up", "your", "content", "containers", "into", "another", "div-container", "and", "insert", "the", "link", "after", "your", "content", "container", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "would", "get", "a", "pseudo", "structure", "like", "that", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "every", "three", "of", "your", "content", "containers", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Working", "with", "your", "javascript", "resizeFunction", "the", "links", "are", "on", "the", "same", "height", "all", "the", "time", "." ]
[ "O", "O", "O", "B-Language", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", "that", "your", "div.content-wrapper", "is", "display:inline-block", ";", "now", ",", "but", "your", "div.content", "are", "not", "." ]
[ "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "Greetz" ]
[ "O" ]
[ "Flex", "can", "do", "this", "very", "easily", "but", "with", "some", "what", "less", "browser", "support", "." ]
[ "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "Another", "way", "is", "using", "display", ":", "table", ",", "which", "have", "very", "good", "support", "(", "down", "to", "IE8", ")", ",", "at", "the", "end", "you", "find", "a", "sample", "using", "that", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "more", "way", ",", "thinking", "in", "the", "terms", "of", "\"", "rows", "\"", ",", "is", "like", "this", ",", "where", "there", "is", "no", "absolute", "position", ",", "no", "script", "and", "keep", "your", "links", "at", "the", "bottom", ",", "all", "centered", "." ]
[ "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O" ]
[ "Update" ]
[ "O" ]
[ "As", "requested", ",", "and", "to", "make", "it", "more", "responsive", ",", "I", "added", "a", "media", "query", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "Run", "the", "snippet", "in", "full", "page", "and", "resize", "the", "browser", "to", "see", "it", "in", "action", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "To", "be", "noted", "though", ",", "this", "is", "still", "a", "\"", "without", "using", "flex", "\"", "solution", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "Update", "2" ]
[ "O", "O" ]
[ "Added", "a", "display", ":", "table" ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "The", "table", "version" ]
[ "O", "B-User_Interface_Element", "O" ]
[ "Somebody", "knows", "what", "is", "the", "error", "in", "my", "sintaxys", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "experience", "with", "SQL", "Server", ",", "but", "MySQL", "is", "a", "Headache", "for", "me", "." ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "The", "version", "of", "MySQL", "that", "I", "have", "is", "MySQL", "Database", "Version", "5.0.51b", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Application", "I-Application", "O", "B-Version", "O" ]
[ "Thanks", "and", "regards" ]
[ "O", "O", "O" ]
[ "Sorry", ",", "I", "'m", "really", "sorry", "for", "my", "mistake", ",", "I", "made", "the", "change", "Infinity", "suggested", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Error", "SQL", ":" ]
[ "O", "B-Language", "O" ]
[ "And", "the", "result", "is", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Thanks", "Siride", ",", "I", "try", "this", ":" ]
[ "O", "B-User_Name", "O", "O", "O", "O", "O" ]
[ "And", "the", "result", "was", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "had", "to", "do", "it", "from", "the", "console", ",", "and", "the", "final", "script", "is", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "seem", "to", "be", "pretty", "fine", "with", "MySQL", ",", "you", "just", "try", "to", "find", "the", "TRIGGUER", "keyboard", "with", "TRIGGER", ":-)" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "B-Device", "O", "B-Variable", "O" ]
[ "In", "addition", "to", "the", "TRIGGUER", "problem", ",", "you", "left", "off", "the", "semi-colon", "at", "the", "end", "of", "your", "UPDATE", "statement", "inside", "the", "IF", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Code_Block", "O" ]
[ "This", "has", "been", "bugging", "me", ",", "I", "'m", "a", "beginner", "and", "ca", "n't", "seem", "to", "figure", "this", "out", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "'s", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Basically", "I", "am", "attempting", "to", "make", "the", "wordToDisplay", "show", "up", "in", "my", "textView", "but", "I", "cannot", "figure", "out", "how", "to", "do", "so", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", ",", "sorry", "for", "asking", "so", "many", "questions", ",", "i", "'m", "new", "at", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "To", "make", "your", "test", "appear", "in", "TextView", "you", "have", "to", "set", "it", "with", "setText();", ",", "so", "basically", "you", "have", "to", "assign", "your", "textview", "id", "or", "tag", "(", "add", "android:id", "=", "\"", "@+", "id/mytextview", ")", "then", "get", "that", "object", "TextView", "tv", "=", "(TextView)findViewById(R.id.mytextview)", ";", "tv.setText(\"foo\")", ";", "I", "'d", "also", "recommend", "going", "through", "some", "tutorials", "on", "android", "basics", "-", "will", "help" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O" ]
[ "For", "efficiency", "try", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "You", "can", "remove", "the", "rest", "of", "the", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "only", "need", "to", "create", "one", "random", "number", "object", "and", "you", "do", "n't", "need", "to", "save", "the", "random", "Integer", "or", "corresponding", "String", "in", "local", "variables", ",", "if", "you", "only", "use", "them", "once", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", "it", "is", "okay", "to", "save", "them", "in", "local", "variables", "if", "you", "want", "to", "improve", "readability", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "SOAP", "web", "service", "running", "on", "windows", "which", "is", "secured", "with", "NTLM", "authentication", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "cannot", "change", "this", "." ]
[ "O", "O", "O", "O", "O" ]
[ "When", "I", "open", "an", "URL", "to", "the", "web", "service", "I", "get", "a", "password", "dialog", "and", "when", "I", "authenticate", "then", "I", "can", "see", "the", "WSDL", ",", "so", "I", "know", "it", "is", "working", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "I", "am", "trying", "to", "configure", "Maven", "to", "generate", "Java", "classes", "from", "the", "WSDL", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Language", "O", "O", "O", "B-Language", "O" ]
[ "I", "found", "the", "maven-jaxb2-plugin", "for", "Maven", "and", "it", "should", "be", "suitable", "for", "this", "task", "." ]
[ "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "problem", "now", "is", "that", "I", "am", "on", "Linux", "and", "I", "do", "not", "know", "how", "to", "give", "this", "plugin", "or", "maven", "the", "necessary", "credentials", "to", "connect", "to", "the", "web", "service", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "my", "question", "is", "is", "it", "possible", "to", "configure", "the", "above", "plugin", "such", "that", "I", "can", "pass", "it", "the", "NTLM", "credentials", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "the", "configuration", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Update", ":", "when", "I", "run", "the", "goal", "mvn", "jaxb2:generate", "on", "windows", ",", "then", "the", "generation", "works", "automatically", "without", "password", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "this", "is", "not", "really", "a", "solution", "because", "I", "do", "n't", "want", "to", "switch", "to", "windows", "each", "time", "I", "need", "to", "regenerate", "from", "the", "wsdl", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "while", "reading", "Route53", "i", "got", "to", "know", "about", "reusable", "delegation", "sets.But", "i", "am", "really", "confused", "about", "this", "topic", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "a", "good", "practice", "to", "have", "same", "name", "servers", "for", "multiple", "domains", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O" ]
[ "And", "can", "anyone", "explain", "a", "bit", "more", "about", "reusable", "delegation", "sets", "and", "what", "problems", "it", "gonna", "solve", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance" ]
[ "O", "O", "O" ]
[ "I", "'m", "doing", "a", "project", "using", "Qt", "creator", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "I", "have", "3", "screen", "for", "every", "screen", "there", "are", "4", "button", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "when", "clicked", "on", "the", "first", "button", "it", "will", "wirte", "0", "to", "the", "file", "(", "char", ")", "and", "so", "on", "to", "3", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "i", "reach", "the", "last", "screen", "(", "4", ".", "screen", ")", "where", "i", "will", "read", "from", "the", "file", "and", "display", "the", "input", "from", "the", "buttons", "it", "doenst", "show", "the", "3", "chars", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "when", "i", "close", "the", "application", "and", "open", "it", "again", "with", "new", "inputs", "from", "button", "it", "shows", "the", "previous", "input", "in", "the", "last", "screen", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Any", "suggestion", "or", "help", "to", "solve", "this", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "are", "multiple", "issues", "with", "your", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "function", "names", "are", "weird" ]
[ "O", "O", "O", "O", "O" ]
[ "You", "are", "not", "checking", "against", "errors", "after", "the", "write", "system", "call", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "You", "are", "not", "checking", "against", "errors", "after", "the", "lseek", "system", "call", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "You", "are", "not", "checking", "against", "errors", "after", "the", "close", "system", "call", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "You", "inconsistently", "use", "the", ":", ":", "prefix", "for", "the", "close", "system", "call", ",", "but", "not", "the", "rest", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "are", "trying", "to", "close", "even", "if", "the", "open", "was", "unsuccessful", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "You", "are", "trying", "to", "write", "2", "characters", "to", "the", "file", ",", "but", "then", "you", "are", "trying", "to", "read", "4", "characters", "back", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Data_Type", "O", "O" ]
[ "You", "have", "a", "left-over", "syncfs", "behind", "comment", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "You", "hard-coded", "the", "home", "path", "instead", "of", "using", "some", "home", "variable", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "are", "trying", "to", "create", "a", "superfluous", "temporary", "variable", "\"", "str", "\"", "in", "the", "read", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Function", "O" ]
[ "You", "are", "trying", "to", "close", "after", "the", "return", "there", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "Your", "code", "is", "very", "platform", "specific", ",", "whereas", "you", "already", "depend", "on", "Qt", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "I", "would", "personally", "throw", "out", "your", "code", "and", "use", "this", "one", "instead", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "main.cpp" ]
[ "B-File_Name" ]
[ "main.pro" ]
[ "B-File_Name" ]
[ "Build", "and", "Run" ]
[ "O", "O", "O" ]
[ "I", "have", "one", "Player", "Object", "Array", "with", "player", "Name", "and", "player", "Score", ",", "I", "want", "to", "show", "like", ":" ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "row+", "1", "." ]
[ "O", "O", "O" ]