tokens
list
ner_tags
list
[ "My", "angularjs", "app", "is", "embedded", "into", "asp.net", "mvc", "app", "." ]
[ "O", "B-Library", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O" ]
[ "From", "angularjs", "I", "'m", "sending", "a", "request", "to", "a", "cross", "domain", "like" ]
[ "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "I", "'m", "getting" ]
[ "O", "O", "O", "O" ]
[ "Is", "it", "something", "that", "I", "can", "fix", "on", "asp.net", "mvc", "server", "side", "inside", "which", "this", "angularjs", "app", "is", "running", "or", "is", "something", "I", "should", "check", "on", "mywebservice.com", "side", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "B-Application", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "happening", "because", "you", "are", "trying", "to", "send", "a", "request", "to", "a", "server", "of", "a", "different", "origin", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "The", "issue", "needs", "to", "be", "resolved", "on", "mywebservice.com", "by", "allowing", "your", "domain", "to", "make", "requests", "to", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Alternatively", "you", "could", "make", "the", "request", "from", "your", "server", "and", "then", "send", "that", "to", "your", "Angular", "front", "end", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "I", "want", "to", "create", "ChoiceBox", "which", "I", "want", "to", "call", "when", "I", "press", "the", "image", "below", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "Is", "there", "any", "to", "call", "ChoiceBox", "menu", "when", "I", "click", "on", "the", "image", "?" ]
[ "O", "O", "O", "O", "O", "B-Class", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "You", "can", "initially", "put", "the", "ChoiceBox", "in", "your", "pane", "and", "set", "the", "visibility", "as", "false" ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Value" ]
[ "Later", ",", "when", "you", "click", "on", "the", "image", ",", "you", "can", "set", "the", "visibility", "as", "true", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "Note", ":", "I", "just", "typed", "the", "code", ",", "so", "not", "sure", "whether", "it", "will", "compile", "or", "not", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "wanted", "to", "give", "you", "an", "idea", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "do", "I", "generate", "a", "random", "number", "within", "a", "specific", "range", "in", "Groovy", "Script", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "I", "want", "to", "generate", "the", "number", "between", "10,000", "and", "90,000" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value" ]
[ "Below", "are", "my", "attempts", "so", "far", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "1", "." ]
[ "O", "O" ]
[ "2", "." ]
[ "O", "O" ]
[ "Both", "of", "these", "generate", "a", "random", "number", "yes", ",", "but", "they", "are", "not", "within", "the", "range", "of", "10", ",", "00-90", ",", "000" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value" ]
[ "I", "found", "my", "error", ":", "I", "just", "needed", "to", "switch", "the", "90000", "and", "the", "10000", "for", "1", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "B-Value", "O", "B-Value", "O" ]
[ "Correct", "code", ":" ]
[ "O", "O", "O" ]
[ "I", "have", "a", "fixed", "menu", ",", "which", "moves", "with", "scrolling", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "add", "dynamically", "another", "div", "before", "this", "menu", ",", "it", "is", "supposed", "to", "disappear", "once", "clicked", "." ]
[ "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "should", "stick", "to", "the", "moving", "menu", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "tried", "to", "prepend", "it", "to", "body", "with", "position", "fixed", "-", "it", "was", "over", "the", "menu", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "If", "I", "prepend", "it", "to", "the", "menu", ",", "the", "result", "is", "the", "same", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "is", "the", "proper", "way", "to", "approach", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "https://jsfiddle.net/rzpL34ef/3/" ]
[ "O" ]
[ "You", "can", "do", "something", "like", "this" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Consider", "following", "Javascript", "code", "example" ]
[ "O", "O", "B-Language", "O", "O" ]
[ "Why", "does", "IDEA", "say", "{", "}", "ca", "n't", "be", "assigned", "to", "hash", "?" ]
[ "O", "O", "B-Application", "O", "B-Code_Block", "B-Code_Block", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "UPDATE" ]
[ "O" ]
[ "JSDoc", "style", "was", "picked", "up", "from", "Zimbra", "frontend", "source", "code", "." ]
[ "B-Language", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "For", "example", ",", "look", "at", "DwtComposite", "constructor", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "The", "error", "message", "itself" ]
[ "O", "O", "O", "O" ]
[ "What", "code", "quality", "/", "code", "coverage", "tools", "are", "available", "for", "Jasmine", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "Working", "in", "Rails", "3.2.2", "." ]
[ "O", "O", "B-Library", "B-Version", "O" ]
[ "You", "may", "be", "able", "to", "use", "a", "combination", "of", "JsTestDriver", "and", "this", "Jasmine", "adapter", "to", "get", "coverage", "metrics", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "JSCoverage", "is", "a", "C", "based", "tool", "that", "you", "run", "out", "of", "band", "from", "the", "command", "line.", "." ]
[ "B-Application", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "JesCov", "is", "a", "Java", "solution", "that", "supports", "Jasmine", "." ]
[ "B-Application", "O", "O", "B-Library", "O", "O", "O", "B-Library", "O" ]
[ "You", "can", "run", "it", "from", "the", "command", "line", ",", "so", "it", "should", "be", "fairly", "straight", "forward", "to", "integrate", "with", "Rails", "if", "the", "system", "has", "a", "JRE", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "java", "-jar", "jescov-0.0.1.jar", "one.js", "two.js", "three.js" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "I", "looked", "into", "JesCov", "several", "months", "ago", "for", "a", "Grails", "project", ",", "but", "never", "actually", "tried", "it", "out", ",", "so", "I", "'d", "be", "interested", "in", "hearing", "your", "experience", "if", "you", "do", "try"...
[ "O", "O", "O", "B-Application", "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", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "pass", "a", "string", "parameter", "on", "my", "form", "Panel", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "Is", "it", "possible", "to", "add", "string", "parameter", "data", "on", "GWT", "form", "panel", "?" ]
[ "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Library", "B-Class", "I-Class", "O" ]
[ "I", "have", "servlet", "code", "that", "will", "receive", "passed", "string", "parameter", "using", "post", ",", "I", "cannot", "include", "the", "parameters", "in", "the", "link", "because", "it", "has", "large", "amounts", "of", "data" ]
[ "O", "O", "B-Library", "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" ]
[ "this", "is", "my", "servlet", "code", ":" ]
[ "O", "O", "O", "B-Library", "O", "O" ]
[ "Use", "Hidden", "widget", "." ]
[ "O", "B-Class", "B-User_Interface_Element", "O" ]
[ "It", "creates", "<input", "type='hidden'>", "element", "." ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "O", "O" ]
[ "I", "'m", "trying", "to", "edit", "a", "template", "system", "so", "where", "I", "can", "use", "params", "such", "as", "[", "title", "]", "and", "it", "'ll", "show", "my", "title", "in", "the", "included", "page", "." ]
[ "O", "O", "O", "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", "O", "O", "O" ]
[ "But", "I", "also", "want", "to", "be", "able", "to", "use", "php", "code", "inside", "of", "it", "and", "be", "able", "to", "execute", "that", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "I", "am", "having", "difficult", "getting", "them", "both", "to", "work", "at", "the", "same", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "tried", "to", "use", "include", "instead", "of", "file_get_Contents", "but", "when", "I", "use", "include", ",", "the", "params", "no", "longer", "work", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Function", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", "when", "I", "use", "file_get_contents", "the", "php", "doesnt", "work", ",", "and", "doesnt", "show", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "code", ":" ]
[ "O", "O", "O" ]
[ "Hope", "someone", "can", "help", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "I", "want", "to", "use", "\"", "tagit", "\"", ",", "but", "it", "is", "n't", "working", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "(", "part", "of", ")", "my", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Can", "you", "wise", "men", ",", "tell", "me", "what", "I", "'m", "doing", "wrong", "and", "how", "to", "fix", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "since", "no", "error", "is", "happening", "there", "is", "no", "issue", "in", "the", "plugin", "loading", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Can", "you", "try", "this.Also", "which", "plugin", "are", "you", "using", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "create", "an", "Android", "Application", "that", "can", "record", "a", "video", "and", ",", "during", "recording", ",", "it", "should", "capture", "frames", "in", "order", "to", "process", "them", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "when", "I", "try", "to", "run", "my", "app", "on", "my", "emulator", "(", "using", "Eclipse", "Juno", ",", "OpenCV4Android", "ver", ".", "2.4.5", ",", "and", "android-ndk", ")", ",", "I", "have", "this", "result", "in", "my", "logcat", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "B-Version", "O", "B-Library", "O", "O", "B-Version", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "It", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "1)", "MainActivity.java" ]
[ "O", "B-File_Name" ]
[ "2)", "jniVideoCapture.cpp" ]
[ "O", "B-File_Name" ]
[ "3)", "Android.mk" ]
[ "O", "B-File_Name" ]
[ "I", "'ve", "tried", "to", "copy", "manually", "in", "the", "dir", "libs", "of", "the", "project", "the", "library", "libopencv_java.so", ",", "taking", "it", "from", "an", "opencv", "tutorial", "project", ",", "and", "I", "'ve", "loaded", "it", "with", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-File_Name", "O", "O", "O", ...
[ "How", "can", "I", "fix", "this", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "add", "line", ":" ]
[ "O", "O", "O", "O" ]
[ "right", "after", ":" ]
[ "O", "O", "O" ]
[ "You", "just", "did", "n't", "link", "(", "statically", ")", "opencv", "library", "to", "your", "project", "-", "this", "is", "a", "mistake", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "large", "table", "(", "about", "40M", "Rows", ")", "where", "I", "had", "a", "number", "of", "columns", "that", "are", "0", "which", "need", "to", "be", "null", "instead", "so", "we", "can", "better", "key", "the", "data", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Value", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "written", "scripts", "to", "look", "chop", "the", "update", "into", "chunks", "of", "10000", "records", ",", "find", "the", "occurance", "of", "the", "columns", "with", "zero", "and", "update", "them", "to", "null", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Value", "O", "O", "O", "O", "B-Value", "O" ]
[ "Example", ":" ]
[ "O", "O" ]
[ "This", "works", "great", ",", "but", "it", "takes", "for", "ever", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "thinking", "the", "better", "way", "to", "do", "this", "would", "be", "to", "create", "a", "second", "table", "and", "insert", "the", "data", "into", "it", "and", "then", "rename", "it", "to", "replace", "the", "old", "table", "with", "the", "col...
[ "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", "O", "B-Class", "O", "O", "B-Data_Structure", "O", "B-Value", "O" ]
[ "Question", "is", "-", "can", "I", "do", "a", "insert", "into", "table2", "select", "from", "table1", "and", "in", "the", "process", "cleanse", "the", "data", "from", "table1", "before", "it", "goes", "in", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "You", "can", "usually", "create", "a", "new", ",", "sanitised", ",", "table", ",", "depending", "on", "the", "actual", "DB", "server", "you", "are", "using", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O" ]
[ "The", "hard", "thing", "is", "that", "if", "there", "are", "other", "tables", "in", "the", "database", ",", "you", "may", "have", "issues", "with", "foreign", "keys", ",", "indexes", ",", "etc", "which", "will", "refer", "to", "the", "original", "table"...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Whether", "making", "a", "new", "sanitised", "table", "will", "be", "quicker", "than", "updating", "your", "existing", "table", "is", "something", "you", "can", "only", "tell", "by", "trying", "it", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Dump", "the", "pk/clustered", "key", "of", "all", "the", "records", "you", "want", "to", "update", "into", "a", "temp", "table", "." ]
[ "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Then", "perform", "the", "update", "joining", "to", "the", "temp", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "That", "will", "ensure", "the", "lowest", "locking", "level", "and", "quickest", "access", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "also", "add", "an", "identity", "column", "to", "the", "temp", "table", ",", "than", "you", "can", "loop", "through", "and", "do", "the", "updates", "in", "batches", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "mysql", "result", "set", "that", "has", "several", "rows", ",", "what", "i", "would", "like", "to", "do", "is", "to", "combine", "the", "rows", "to", "form", "one", "row", "of", "results", "depending", "on", "the", "uniqueness", "of"...
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", ...
[ "Say", "I", "have", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Table", "result", "1" ]
[ "B-Data_Structure", "O", "O" ]
[ "I", "would", "like", "to", "produce", "something", "like", "this" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "tried", "to", "use", "the", "normal", "\"", "SELECT", "*", "FROM", "component_summary", "WHERE", "labref='A'", "\"", "Then", "use", "a", "function", "in", "the", "application", "side", "to", "do", "this", "but", "its", "not", "working.", "." ...
[ "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", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "Suggestions", "to", "do", "it", "with", "mysql", "first" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Try", "this", "query", "." ]
[ "O", "O", "O", "O" ]
[ "Using", "CakePHP", "I", "have", "a", "page", "where", "I", "have", "multiple", "forms", "." ]
[ "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Each", "form", "updates", "a", "single", "field", "on", "a", "record", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "implement", "a", "way", "to", "submit", "all", "the", "forms", "through", "a", "single", "\"", "Submit", "All", "\"", "button", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "However", ",", "all", "my", "solutions", "so", "far", "have", "been", "lest", "than", "successful", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "first", "attempt", "was", "to", "create", "a", "separate", "action", "called", "editAll", "in", "the", "controller", "that", "took", "an", "array", ",", "but", "I", "cannot", "figure", "out", "how", "to", "send", "the", "data", "from", "all", "the...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", ...
[ "The", "second", "idea", "was", "to", "create", "some", "kind", "of", "Javascript", "function", "that", "iterated", "over", "all", "the", "forms", "to", "create", "an", "array", "to", "be", "sent", "to", "the", "controller", "'s", "editAll", "action", "." ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "The", "first", "implementation", "did", "not", "work", ",", "and", "I", "could", "n't", "find", "a", "reasonable", "way", "to", "implement", "the", "second", "idea", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]