tokens
sequence
ner_tags
sequence
[ "Use", "nth", "instead", "of", "take", "if", "you", "want", "the", "results", "of", "a", "particular", "iteration", ":" ]
[ "O", "B-Code_Block", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "solves", "this", "particular", "koan" ]
[ "O", "O", "O", "O" ]
[ "(", "Asking", "on", "behalf", "of", "a", "friend", "employed", "in", "a", "local", "bank", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Since", "he", "'s", "no", "programming", "experience", "(", "neither", "do", "I", "with", "SQL", "Server", ")", ",", "he", "'s", "looking", "for", "a", "tool", "which", "can", "show", "all", "the", "jpg", "images", "stored", "in", "a", "windows", "SQL", "Server", "database", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "B-User_Interface_Element", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O" ]
[ "Google", "did", "n't", "give", "any", "satisfactory", "result", "." ]
[ "B-Website", "O", "O", "O", "O", "O", "O", "O" ]
[ "SQL", "Image", "Viewer" ]
[ "B-Application", "I-Application", "I-Application" ]
[ "Does", "anyone", "have", "any", "tips", "for", "calculating", "percentages", "in", "Linq", "to", "Entities", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O" ]
[ "I", "'m", "guessing", "that", "there", "must", "be", "a", "more", "efficient", "way", "than", "returning", "2", "results", "and", "calculating", "in", "memory", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Perhaps", "an", "inventive", "use", "of", "let", "or", "into", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "EDIT" ]
[ "O" ]
[ "Thanks", "Mark", "for", "your", "comment", ",", "here", "is", "a", "code", "snippet", ",", "but", "I", "think", "this", "will", "result", "in", "2", "database", "hits", ":" ]
[ "O", "B-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "use", "LINQ", "to", "Entities", "and", "write", "something", "along", "the", "lines", "of", "select", "x", "*", "100.0", "/", "y", "in", "your", "query", "then", "this", "expression", "will", "be", "converted", "to", "SQL", "and", "run", "in", "the", "database", "." ]
[ "O", "O", "O", "B-Library", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O" ]
[ "It", "will", "be", "efficient", "." ]
[ "O", "O", "O", "O", "O" ]
[ "I", "am", "new", "to", "Java", "and", "I", "have", "a", "problem", "with", "drawing", "an", "oval", "using", "paintComponent", "method", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Function", "O", "O" ]
[ "I", "found", "many", "similar", "threads", ",", "but", "none", "of", "the", "soultions", "worked", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "code", ":" ]
[ "O", "O", "O" ]
[ "RacerMain.java" ]
[ "B-File_Name" ]
[ "Dot.java" ]
[ "B-File_Name" ]
[ "Why", "it", "does", "not", "work", "and", "how", "to", "get", "this", "code", "working", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Or", "you", "can", "set", "preferred", "size", "in", "constructor", ":" ]
[ "O", "O", "O", "B-Function", "I-Function", "I-Function", "O", "O", "O" ]
[ "JPanel", "uses", "FlowLayout", "which", "respects", "preferred", "sizes", "but", "the", "default", "size", "of", "the", "Dot", "component", "is", "too", "small", "to", "be", "seen", "." ]
[ "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "need", "to", "use", "a", "layout", "manager", "that", "uses", "the", "maximum", "area", "available", "or", "override", "getPreferredSize", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "Remember", "to", "call", "pack", "before", "calling", "JFrame", "#setVisible" ]
[ "O", "O", "O", "B-Function", "O", "O", "B-Function", "I-Function" ]
[ "how", "can", "i", "save", "my", "bash", "profile", "/", "do", "a", "clean", "install", "of", "my", "mac", "/", "then", "import", "the", "bash", "profile", "?" ]
[ "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O" ]
[ "TYIA" ]
[ "O" ]
[ "Before", "doing", "a", "clean", "install", ",", "you", "should", "of", "course", "back", "up", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "restore", "your", "bash", "profile", "(", "or", "anything", "else", "you", "need", ")", "from", "the", "backup", "." ]
[ "O", "O", "O", "O", "B-File_Name", "I-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Your", "\"", "bash", "profile", "\"", "is", "the", "first", "of", "~", "/bash_login", ",", "or", "~", "/.bash_profile", ",", "or", "~", "/.profile", "that", "exists", ",", "plus", "~", "/.bashrc", "if", "it", "exists", ",", "plus", "any", "files", "that", "these", "files", "import", "." ]
[ "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "All", "of", "these", "are", "plain", "text", "files", ",", "and", "can", "be", "copied", "with", "/bin/cat", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "Your", "Terminal", "preferences", "are", "not", "properly-speaking", "anything", "to", "do", "with", "bash", ",", "but", "you", "might", "consider", "them", "part", "of", "\"", "your", "profile", "\"", "." ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "make", "a", "copy", "with", "defaults", "export", "com.apple.Terminal", "path/to/saved.plist", "and", "restore", "it", "later", "with", "defaults", "import", "com.apple.Terminal", "path/to/saved.plist", "." ]
[ "O", "O", "O", "O", "O", "O", "B-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", "O" ]
[ "I", "have", "added", "php", "script", "to", "run", "my", "ruby", "file", "but", "to", "no", "success", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O" ]
[ "I", "run", "my", "php", "script", "in", "its", "php", "directory", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "B-Language", "O", "O" ]
[ "It", "does", "not", "display", "the", "results", "of", "the", "ruby", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "But", "when", "I", "run", "the", "command", "outside", "php", "it", "works", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O" ]
[ "Expected", "result", "is", "to", "display", "information", "in", "the", "terminal", "and", "write", "the", "results", "to", "a", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "i", "want", "to", "get", "SharePoint", "login", "user", "roleDefinitionBindings", "using", "javascript", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "B-Class", "O", "B-Language", "O" ]
[ "but", "when", "i", "call", "rest", "api", "call", "for", "roleDefinitionBindings", "i", "got", "this", "error", "message", "in", "response", ":" ]
[ "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "{", "\"", "error", "\"", ":{", "\"", "code", "\"", ":", "\"", "-2147024891", ",", "System.UnauthorizedAccessException", "\"", "," ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "\"", "message", "\"", ":{", "\"", "lang", "\"", ":", "\"", "en-US", "\"", ",", "\"", "value", "\"", ":", "\"", "Access", "denied", "." ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "You", "do", "not", "have", "permission", "to", "perform", "this", "action", "or", "access", "this", "resource", ".", "\"", "}}}" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "My", "rest", "api", "call", "is", ":" ]
[ "O", "B-Library", "I-Library", "O", "O", "O" ]
[ "[", "function", "getUserRole(appWeburl,", "principalid,success,failed)", "{" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "$", ".ajax", "(", "{" ]
[ "B-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block" ]
[ "url", ":", "appWeburl+", "\"", "/_api/web/RoleAssignments", "('", "\"", "+", "principalid", "+", "\"", "'", ")", "/roleDefinitionBindings", "\"", "," ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "method", ":", "\"", "GET", "\"", "," ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "headers", ":", "{", "\"", "Accept", "\"", ":", "\"", "application/json", ";", "odata", "=", "verbose", "\"", "}", "," ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "success", ":", "function(data)", "{", "console.log", "(", "\"", "Success", "Load", "\"", ")", ";", "success", "(", "data.d.results", ")", ";}", "," ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "error", ":", "function", "(", "data", ")", "{", "console.log", "(", "\"", "Failed", "to", "Load", "\"", ")", ";", "failed()", ";", "}", "}", ")", ";" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block" ]
[ "}", "]", "1" ]
[ "B-Code_Block", "I-Code_Block", "B-Code_Block" ]
[ "Install", "Info", "is", "..", "." ]
[ "O", "O", "O", "O", "O" ]
[ "sonarqube-6.7.1", "|", "sonar-scanner-3.0.3.778", "|", "sonar-scanner-msbuild-4.0.2.892", "|", "msbuild", "14", "|", "Java", "SE", "Development", "Kit", "8", "|", ".NET", "Framework", "4.6.2" ]
[ "B-Application", "O", "B-Application", "O", "B-Application", "O", "B-Application", "B-Version", "O", "B-Application", "I-Application", "I-Application", "I-Application", "B-Version", "O", "B-Library", "I-Library", "B-Version" ]
[ "And", "I", "made", "windows", "batch", "file", "to", "build", "and", "scan(sonar)", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "but", "some", "projects", "are", "ok", ".", "but", "some", "projects", "are", "failed", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "batch", "file", "is", "..", "." ]
[ "B-File_Type", "O", "O", "O", "O" ]
[ "Our", "Build.bat", "is", "customized", ",", "I", "have", "tried", "only", "use", "Build.bat", "not", "include", "SonarQube", ",", "and", "it", "was", "working", "fine", "." ]
[ "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "error", "message", "is", "..", "." ]
[ "O", "O", "O", "O", "O" ]
[ "C:\\Program", "Files", "(", "x86", ")", "\\Jenkins\\workspace\\CSS_SQ>exit", "0" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "B-Output_Block", "I-Output_Block" ]
[ "[", "CSS_SQ", "]", "$", "\"", "C:\\Program", "Files(x86)\\Jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\SonarQube_Scanner_for_MSBuild\\MSBuild.SonarQube.Runner.exe\"", "end", "/d:sonar.login", "=", "******", "********" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "SonarQube", "Scanner", "for", "MSBuild", "4.0.2" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "Default", "properties", "file", "was", "found", "at", "C:\\Program", "Files(x86)\\Jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\SonarQube_Scanner_for_MSBuild\\SonarQube.Analysis.xml" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "Loading", "analysis", "properties", "from", "C:\\Program", "Files", "(", "x86", ")", "\\Jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\SonarQube_Scanner_for_MSBuild\\SonarQube.Analysis.xml" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "B-Output_Block" ]
[ "Post-processing", "started", "." ]
[ "O", "O", "O" ]
[ "Generation", "of", "the", "sonar-properties", "file", "failed", "." ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "Unable", "to", "complete", "SonarQube", "analysis", "." ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "O" ]
[ "14:36:16.988", "Creating", "a", "summary", "markdown", "file", "..", "." ]
[ "B-Value", "O", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "14:36:16.989", "Post-processing", "failed", "." ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "Exit", "code", ":", "1" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "ERROR", ":", "Execution", "of", "SonarQube", "Scanner", "for", "MSBuild", "failed", "(", "exit", "code", "1)" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "Finished", ":", "FAILURE" ]
[ "B-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "About", "the", "Possible", "causes", ",", "I", "have", "checked", "1", "and", "2", ",", "it", "'s", "correct", ",", "but", "I", "am", "not", "sure", "for", "3", "." ]
[ "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", "guessing", "the", ".sonarqube", "file", "should", "be", "in", "the", "same", "folder", "with", ".sln", "file", ",", "then", "when", "I", "set", "the", "batch", "files", "I", "need", "to", "set", "the", "path", "in", "Additional", "arguments", "column", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "But", "I", "ca", "n't", "find", "any", "clue", "to", "set", "that", "yet", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "makes", "this", "error", "message", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "and", "How", "should", "I", "do", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "The", "third", "option", "means", "that", "the", "\"", "begin", "\"", "and", "\"", "end", "\"", "commands", "must", "be", "run", "from", "the", "same", "folder", ",", "e.g", ".", "the", "current", "folder", "should", "be", "the", "same", "when", "running", "the", "commands", "(", "if", "you", "execute", "cd", "before", "the", "scanner", "commands", "the", "printed", "paths", "should", "be", "the", "same", ")", "." ]
[ "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-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Edit", ":" ]
[ "O", "O" ]
[ "This", "particular", "problem", "seems", "to", "be", "caused", "because", "the", "build", "is", "executing", "older", "version", "of", "MSBuild", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Please", ",", "make", "sure", "that", "you", "run", "MSBuild", "14", "or", "15", "in", "your", "analysis", "builds", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Version", "O", "B-Version", "O", "O", "O", "O", "O" ]
[ "Older", "suggestion", "(", "still", "generally", "valid", ")" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "We", "just", "investigated", "similar", "problem", "which", "is", "caused", "by", "the", "user", "the", "Slave", "Agent", "service", "is", "authenticated", "with", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O" ]
[ "To", "check", "if", "yours", "is", "the", "same", ",", "run", "the", "begin", "step", "of", "the", "scanner", "with", "/d:sonar.verbose", "=", "true", "and", "in", "the", "output", "you", "should", "see", "lines", "like", "these", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "the", "paths", "at", "the", "end", "are", "subfolders", "of", "C:\\Windows", "then", "you", "need", "to", "change", "the", "Jenkins", "slave", "agent", "'s", "Windows", "Service", "user", "with", "a", "domain", "user", "(", "and", "not", "Local", "System", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "a", "beginner", "in", "Java", "and", "I", "need", "to", "print", "the", "DFS", "of", "a", "graph", "using", "it", "'s", "arraylists", "to", "store", "the", "adjacency", "list", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Algorithm", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Class", "O", "O", "O", "B-Data_Structure", "I-Data_Structure", "O" ]
[ "When", "I", "try", "to", "compile", "I", "am", "getting", "the", "following", "errors", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "code", "is", "the", "following", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "The", "Graph.txt", "contains", "the", "following" ]
[ "O", "B-File_Name", "O", "O", "O" ]
[ "viz", "is", "a", "Stack", ",", "not", "an", "array", "." ]
[ "B-Variable", "O", "O", "B-Class", "O", "O", "O", "B-Data_Structure", "O" ]
[ "You", "ca", "n't", "use", "the", "array", "notation", "-", "viz[node]", "-", "on", "it", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "this", "is", "also", "an", "error", ",", "since", "your", "Stack", "is", "not", "generic", ",", "so", "you", "must", "cast", "the", "result", "of", "pop()", "to", "Integer", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Data_Type", "O" ]
[ "An", "alternative", "would", "be", "to", "change", "the", "type", "of", "stack", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "You", "ca", "n't", "use", "array", "syntax", "(array", "[", "index", "]", ")", "for", "stacks", ",", "you", "have", "to", "use", "push()", ",", "pop()", ",", "and", "peek()" ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "B-Function" ]
[ "Stacks", "work", "on", "a", "first-in", ",", "last-out", "basis", "." ]
[ "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "the", "only", "element", "in", "the", "stack", "that", "is", "accessible", "is", "the", "top", "one", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "you", "use", "pop()", ",", "you", "remove", "the", "top", "item", "so", "that", "the", "next", "can", "be", "accessed", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "push()", "is", "used", "to", "put", "a", "value", "on", "the", "top", "and", "peek()", "is", "used", "to", "check", "the", "top", "item", "without", "popping", "it", "." ]
[ "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "have", "the", "following", "stack" ]
[ "O", "O", "O", "O", "O", "B-Class" ]
[ "Using", "pop()", ",", "will", "return", "\"", "Sam", "\"", "and", "remove", "it", "from", "the", "stack", ",", "so", "it", "will", "look", "like", "this", "." ]
[ "O", "B-Function", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Pushing", "\"", "Charlie", "\"", "will", "make", "the", "stack", "look", "this", "this", "." ]
[ "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "would", "have", "to", "pop", "twice", "in", "order", "to", "access", "\"", "Adam", "\"" ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value" ]