tokens
sequence
ner_tags
sequence
[ "this", "line" ]
[ "O", "O" ]
[ "should", "be" ]
[ "O", "O" ]
[ "This", "does", "the", "correct", "check", "where", "bottom", "is", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", ",", "the", "first", "2", "functions", "(.change())", "are", "quite", "redundant", "for", "what", "you", "are", "trying", "to", "achieve", "but", "I", "'ve", "included", "a", "better", "way", "to", "write", "them" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "8-10", "classes", "that", "extends", "JPanel", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Each", "of", "them", "have", "unique", "look", "and", "all", "kind", "of", "listeners", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "create", "a", "GameWindow", "class", "that", "extends", "JFrame", "and", "add", "those", "panels", "to", "GameWindow", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "For", "example", ",", "in", "MainMenuPanel", ",", "if", "user", "click", "a", "certain", "label", "or", "button", ",", "user", "should", "be", "directed", "another", "panel", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "am", "using", "only", "one", "frame", "to", "see", "changes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "how", "can", "I", "change", "between", "panels", "and", "see", "its", "effects", "on", "GameWindow", "frame", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "When", "I", "deploy", "the", "Tomcat", "project", ",", "the", "console", "shows", "the", "error", ":" ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "I", "spent", "several", "days", "working", "on", "it", "and", "did", "not", "find", "a", "solution", "to", "the", "problem", ",", "so", "I", "hope", "to", "be", "able", "to", "get", "help", ",", "thank", "you", "very", "much", "!" ]
[ "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" ]
[ "This", "is", "the", "configuration", "file", "beans.xml", ":" ]
[ "O", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "I", "'ve", "noticed", "a", "common", "bug", "with", "browser", "back", "button", "usage", "on", "my", "web", "app", "where", "hitting", "the", "back", "button", "after", "logout", "loads", "a", "cached", "page", "where", "the", "user", "appears", "logged", "in", "(", "though", "they", "are", "n't", "actually", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "found", "a", "lot", "of", "helpful", "questions", "with", "helpful", "answers", "and", "employed", "the", "fixes", "folks", "suggested", ",", "including", "every", "combination", "of", "suggested", "Cache-Control", "options", "in", "the", "header", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "And", "the", "header", "works", "on", "most", "browsers", ",", "even", "with", "just", "no-cache", "and", "no-store", ",", "but", "no", "header", "options", "solve", "this", "on", "Safari", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Application", "O" ]
[ "Sure", "enough", ",", "the", "most", "reliable", "way", "I", "can", "find", "to", "resolve", "this", "for", "Safari", "is", "to", "use", "some", "javascript", "as", "such", "which", "forces", "a", "reload", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "javascript", "block", "above", "does", "work", ",", "but", "only", "if", "the", "user", "does", "n't", "disable", "javascript", "via", "Safari", "->", "Preferences", "->", "Security", "and", "subsequently", "hit", "the", "back", "button", "." ]
[ "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O" ]
[ "It", "'s", "very", "much", "an", "edge", "case", ",", "but", "I", "'m", "kind", "of", "fascinated", "that", "such", "a", "popular", "browser", "makes", "such", "a", "trivial", "bug", "this", "tricky", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "anybody", "has", "found", "a", "way", "to", "make", "Safari", "play", "nice", "without", "javascript", "I", "'d", "love", "to", "hear", "how", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "all", "in", "advance", "!" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "am", "newbie", "to", "ember.js", "and", "node.I", "want", "to", "send", "email", "using", "mailgun", "in", "an", "ember.js", "app", ",", "but", "ca", "n't", "find", "a", "way", "to", "do", "that", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Found", "mailgun-js", "package", "but", "do", "not", "how", "to", "connect", "this", "package", "with", "ember.js", "using", "express", "." ]
[ "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "Or", "if", "there", "is", "any", "way", "that", "i", "could", "call", "a", "parse-cloud", "function", "in", "ember", "controller", "to", "send", "mail", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "Ember", "runs", "in", "the", "browser", "while", "sending", "email", "is", "done", "(", "or", ":", "should", "under", "most", "circumstances", "be", "done", ")", "on", "the", "server", "." ]
[ "B-Library", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "express", "and", "mailgun-js", "hint", "at", "that", "that", "'s", "what", "you", "really", "want", "to", "do", "(", "as", "they", "are", "server-side", "node", "modules", ")", "." ]
[ "B-Code_Block", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "You", "'d", "have", "to", "hook", "the", "mail-sending", "into", "the", "REST", "backend", "on", "the", "server", "or", "provide", "it", "as", "an", "extra", "service", "that", "you", "might", "access", "through", "a", "jQuery-Ajax-Call", "from", "your", "ember", "app", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "B-Library", "O", "O" ]
[ "I", "have", "a", "WPF", "DataGrid", "with", "the", "following", "definition", "." ]
[ "O", "O", "O", "B-Library", "B-Class", "O", "O", "O", "O", "O" ]
[ "This", "allows", "me", "to", "have", "the", "user", "selected", "a", "\"", "region", "\"", "of", "cells", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "DataGrid", "is", "bound", "to", "an", "observable", "collection", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "XAML", "column", "definitions", "have", "some", "columns", "hidden", ",", "some", "visible", "like", "this", ":" ]
[ "O", "B-Language", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "also", "have", "a", "Right", "Mouse", "Button", "context", "menu", "defined", "for", "the", "DataGrid", ":" ]
[ "O", "O", "O", "O", "O", "B-Device", "I-Device", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "B-Class", "O" ]
[ "I", "would", "like", "to", "be", "able", "to", "Click", ",", "Drag", "and", "Drop", "a", "copy", "of", "the", "currently", "selected", "cells", "into", "an", "external", "application", "." ]
[ "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" ]
[ "I", "was", "thinking", "of", "using", "the", "combination", "of", "pressing", "the", "\"", "Alt", "Key", "\"", "and", "Left", "Mouse", "Button", "click", "to", "initiate", "the", "DragDrop", "operation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Keyboard_IP", "O", "O", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "For", "example", ",", "consider", "the", "\"", "irregular", "\"", "selection", "of", "cells", "in", "the", "DataGrid", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Class", "O" ]
[ "I", "am", "unclear", "on", "how", "to", "proceed", "and", "have", "several", "questions", "regarding", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "1)", "What", "events", "do", "I", "override", "so", "that", "the", "/Left", "Mouse", "click", "do", "not", "affect", "the", "currently", "selected", "cells", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "2)", "How", "do", "I", "determine", "whether", "the", "Left", "Mouse", "Button", "click", "is", "occurring", "within", "a", "region", "of", "selected", "cells", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "How", "do", "I", "handle", "the", "data", "piece", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "3)", "Once", "I", "'ve", "determined", "the", "above", ",", "what", "is", "the", "next", "step", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Do", "copy", "data", "into", "the", "clipboard", "for", "use", "on", "the", "external", "drop", "?" ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "4)", "What", "events", "(", "if", "any", ")", "do", "I", "need", "to", "override", "on", "the", "DataGrid", "in", "order", "for", "this", "to", "work", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "the", "basic", "events", "to", "drag", "and", "drop", "are", ":", "events", "to", "drag", "and", "drop" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Specially", "the", "DragLeave", "and", "Drop", "to", "do", "what", "you", "want", "." ]
[ "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "Then", "you", "need", "to", "control", "(", "delete/add", ")", "the", "GridData", "property", "from", "your", "VM", "to", "search", "and", "move", "the", "values", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "strongly", "recommend", "3rd", "party", "like", "Telerik", "to", "do", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "Here", "is", "your", "complete", "answer", "I", "believe", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "you", "need", "to", "have", "the", "shift", "key", "down", "to", "signal", "the", "drag", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Keyboard_IP", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "needed", "to", "disambiguate", "the", "click", "and", "drag", "that", "is", "used", "in", "the", "DataGrid", "to", "select", "cells", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-User_Interface_Element", "O" ]
[ "You", "might", "use", "some", "other", "mechanism", "such", "as", "context", "menu", "item", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "The", "clipboard", "is", "key", "to", "any", "drag", "and", "drop", "operation", "." ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "you", "are", "doing", "is", "putting", "data", "on", "the", "clipboard", "in", "various", "formats", "that", "the", "target", "of", "the", "drop", "will", "recognize", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "this", "example", "only", "plain", "text", "is", "used", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "you", "might", "want", "to", "create", "rich", "text", "or", "HTML", "or", "any", "number", "of", "other", "formats", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "I-File_Type", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "external", "application", "you", "are", "dropping", "on", "must", "be", "registered", "as", "a", "drop", "target", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "cannot", "force", "the", "other", "app", "to", "respond", "to", "the", "drop", "...", "it", "must", "be", "listening", "for", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "this", "example", "will", "work", "with", "Word", "and", "Excel", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O" ]
[ "It", "will", "not", "work", "with", "Notepad", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "believe", "all", "4", "items", "are", "satisfied", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Override", "the", "preview", "mouse", "down", "event", "." ]
[ "O", "O", "B-Function", "I-Function", "I-Function", "O", "O" ]
[ "The", "original", "source", "of", "the", "mouse", "event", "comes", "from", "the", "data", "grid", "cell", "." ]
[ "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-Class", "I-Class", "B-User_Interface_Element", "O" ]
[ "If", "the", "cell", "is", "selected", "then", "you", "are", "within", "the", "block", "of", "cells", "that", "is", "selected", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "For", "the", "selected", "cells", ",", "gather", "the", "data", "from", "the", "bindings", "and", "organize", "into", "a", "grid", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "As", "a", "baseline", "use", "plain", "text", "but", "optionally", "add", "other", "formats", "as", "well", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Use", "the", "DragDrop", "class", "to", "actually", "implement", "the", "drag", "and", "drop", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Override", "preview", "mouse", "down", "." ]
[ "O", "B-Function", "I-Function", "I-Function", "O" ]
[ "I", "'ve", "seen", "examples", "using", "crc", ",", "but", "the", "examples", "I", "'ve", "got", "my", "head", "round", "work", "with", "generating", "a", "checksum", "for", "entire", "table", "data", "(", "for", "use", "with", "replication", "and", "data", "validation", ")", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "example", ":" ]
[ "O", "O", "O" ]
[ "I", "'m", "trying", "to", "assign", "a", "checksum", "value", "to", "each", "entry", "in", "a", "MYSQL", "database", ",", "based", "on", "a", "series", "of", "field", "values", "(", "shown", "above", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "idea", "being", "that", "when", "a", "specific", "set", "of", "fields", "have", "the", "same", "data", "in", ",", "the", "checksum", "generated", "would", "be", "the", "same", "and", "I", "can", "deal", "with", "duplicate", "entries", "by", "checking", "the", "checksum", "value", ",", "instead", "of", "lengthy", "checks", "of", "the", "field", "to", "see", "if", "they", "contain", "matching", "data", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "seen", "this", "in", "SQL", "SERVER", ",", "using", "checksum_binary", ",", "which", "is", "so", "fast", "but", "is", "there", "a", "better", "solution", "to", "apply", "a", "checksum", "value", "to", "individual", "fields", "for", "comparison", "or", "should", "I", "stick", "with", "trying", "to", "modify", "the", "above", "?" ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "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" ]
[ "I", "do", "n't", "understand", "why", "you", "are", "doing", "something", "this", "complicated", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "checksum", "for", "each", "rows", "with", "3", "columns", ":" ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Structure", "O" ]
[ "To", "insert", "this", "new", "checksum", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Alter", "the", "table", "to", "add", "the", "new", "column", "then" ]
[ "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "A", "note", "the", "checksum", "wo", "n't", "be", "100%", "safe", "as", "if", "the", "last", "character", "of", "1", "column", "is", "not", "there", "but", "find", "in", "the", "next", "column", "the", "hash", "will", "be", "the", "same", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O" ]
[ "Maybe", "you", "can", "add", "a", "separator", "in", "the", "concat", "to", "be", "sure", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "I", "just", "started", "messing", "with", "node.js", "and", "I", "'m", "already", "having", "problems", ",", "I", "have", "no", "idea", "how", "to", "even", "start", "debugging", "this.", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "to", "just", "use", "npm", "just", "install", "each", "package", "with", "a", "separate", "command" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "On", "my", "computer", "it", "works", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "My", "suggestion", "is", "to", "use", "the", "\"", "package.json", "\"", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O" ]
[ "In", "that", "file", "you", "can", "specify", "the", "libraries", "you", "need", "and", "it", "'s", "going", "to", "download", "the", "dependencies", "for", "you", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "example" ]
[ "O", "O" ]
[ "and", "just", "execute" ]
[ "O", "O", "O" ]
[ "And", "npm", "will", "make", "all", "for", "you", "." ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "It", "will", "create", "a", "\"", "node_modules", "\"", "where", "there", "are", "the", "dependencies", "." ]
[ "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "create", "your", "js", "files", "in", "the", "same", "directory", "of", "\"", "node_modules", "\"", "and", "the", "dependencies", "will", "be", "all", "available", "to", "be", "included", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "you", "can", "see", "in", "the", "package.json", "file", ",", "near", "every", "dependency", ",", "there", "is", "a", "\"", "*", "\"", ",", "that", "means", "\"", "all", "versions", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O" ]
[ "If", "you", "want", ",", "you", "can", "set", "a", "specific", "version", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "to", "know", "more", "about", "this", ",", "that", "'s", "a", "useful", "link", ":", "https://npmjs.org/doc/json.html" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "a", "placeholder", "value", "to", "hold", "the", "answer", "to", "a", "calculation", ",", "however", "the", "compiler", "does", "n't", "like", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "Here", "is", "my", "code.", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Would", "really", "appreciate", "it", "if", "you", "could", "help", "me", "out", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "final", "is", "a", "keyword", "." ]
[ "B-Data_Type", "O", "O", "O", "O" ]
[ "Try", "changing", "your", "float", "final", "to", "another", "name", "like", "float", "finalAnswer" ]
[ "O", "O", "O", "B-Data_Type", "B-Variable", "O", "O", "O", "O", "B-Data_Type", "B-Variable" ]
[ "It", "is", "because", "you", "use", "the", "keyword", "final", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "Change", "your", "name" ]
[ "O", "O", "O" ]
[ "I", "'m", "trying", "to", "debug", "my", "application", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "know", "for", "a", "fact", "that", "code", "in", "a", "given", "class", "A", "is", "executing", "because", "I", "have", "log", "statements", "in", "methods", "in", "that", "class", "printing", "when", "I", "run", "the", "app", ",", "however", "the", "problem", "is", "that", "when", "I", "set", "breakpoints", "on", "that", "code", "which", "I", "know", "is", "executing", "off", "of", "the", "main", "thread", "in", "class", "A", ",", "and", "debug", "the", "app", ",", "the", "breakpoints", "do", "n't", "pause", "execution", "." ]
[ "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", "B-Class", "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-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]