tokens
list
ner_tags
list
[ "When", "I", "try", "to", "run", "this", ",", "I", "get", "the", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Am", "I", "doing", "something", "wrong", ",", "or", "do", "I", "need", "to", "create", "the", "observable", "in", "the", "ViewModel", "manually", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "jsfiddles", ":", "without", "observable", ",", "with", "observable" ]
[ "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "A", "little", "preamble", ":", "Knockback", "puts", "the", "model", "in", "MVVM", ",", "where", "Knockout", "is", "really", "just", "VVM", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-Algorithm", "O", "O", "B-Library", "O", "O", "O", "B-Algorithm", "O" ]
[ "Knockback", "also", "gives", "you", "some", "automatic", "synchronization", "between", "them", ",", "which", "is", "nice", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "you", "still", "need", "to", "keep", "in", "mind", "that", "the", "model", "and", "the", "viewmodel", "are", "two", "different", "pieces", "of", "your", "app", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "viewmodel", "is", "n't", "just", "a", "Knockout", "copy", "of", "the", "Bootstrap", "model", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Library", "O", "O" ]
[ "Do", "n't", "put", "viewmodel", "pieces", "in", "the", "model", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "So", "you", "need", "to", "decide", "whether", "validation", "is", "a", "viewmodel", "behavior", "or", "a", "model", "behavior", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "I", "say", "viewmodel", ",", "because", "you", "want", "to", "use", "it", "in", "the", "view", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "remove", "it", "from", "the", "model", "and", "define", "a", "computed", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "if", "you", "wanted", "it", "to", "be", "part", "of", "the", "model", ",", "you", "would", "want", "to", "define", "an", "attribute", ",", "not", "just", "a", "method", ",", "and", "a", "model", "event", "handler", "that", "would", "...
[ "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" ]
[ "Knockback", "will", "dutifully", "copy", "the", "attribute", "into", "the", "viewmodel", ",", "and", "you", "can", "use", "it", "there", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "use", "TCP", "Keep", "Alive", "connection", "options", "on", "psql.exe", "running", "on", "Windows", "connecting", "to", "AWS", "Redshift", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "B-Operating_System", "O", "O", "B-Application", "I-Application", "O" ]
[ "I", "tried", "using", "this", ":", "set", "PGOPTIONS='-c", "tcp_keepalives_idle", "=", "30", "-c", "tcp_keepalives_interval", "=", "1", "-c", "tcp_keepalives_count=10", "'" ]
[ "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", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block" ]
[ "I", "get", "errors", "from", "Redshift", "-", "unknown", "parameters", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "B-Error_Name", "I-Error_Name", "O" ]
[ "I", "tried", "Windows", "Registry", "Editor", "to", "change", "TCP", "Keep", "Alive", "parameters", ",", "with", "reboot", ",", "no", "effect", "." ]
[ "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "not", "able", "to", "run", "via", "psql", "any", "moderately", "long", "SQL", "statement", "such", "as", "Vacuum", ",", "Copy", ",", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Language", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O" ]
[ "I", "can", "do", "it", "via", "JDBC", ",", "ODBC", "and", "NpgSQL", "but", "I", "prefer", "not", "to", "write", "a", "program", "every", "time", "I", "want", "to", "submit", "a", "command", "to", "Redshift", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "B-Library", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "So", "psql.exe", "seems", "to", "be", "the", "easiest", "option", ",", "except", "that", "it", "only", "works", "on", "short", "queries", "." ]
[ "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "thanks", "!", "!" ]
[ "O", "O", "O" ]
[ "I", "am", "new", "on", "Draft-JS", "and", "able", "to", "create", "a", "decent", "enough", "text", "editor", "for", "my", "consumption", ",", "But", "I", "need", "to", "add", "a", "UL", "list", "with", "LI", "items", "at", "the", "bottom", "of", "my...
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "B-Data_Structure", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "B-HT...
[ "I", "have", "tried", "using", "Import", "HTML", "and", "then", "adding", "my", "HTML", "into", "it", "and", "then", "Exporting", "it", "back", "to", "the", "editor", "state", ",", "But", "Undo", "and", "Redo", "are", "not", "working", "like", "this", ...
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "may", "sound", "strange", "but", "your", "help", "will", "be", "highly", "appreciated", "as", "I", "am", "unable", "to", "find", "good", "resources", "of", "Draft-JS" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library" ]
[ "My", "Code", "for", "adding", "html", "which", "I", "am", "currently", "using", "is", ":" ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "the", "above", "code", "I", "am", "taking", "html", "from", "the", "editor", "state", "and", "then", "append", "the", "desired", "html", "string", "and", "regenerate", "the", "content", "state", "from", "html", "and", "edit", "the", "editor", "state...
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "B-Language", "B-Data_Type", "O", "O", "O", "B-Variable", "I-Variable", "O", "B-Language", "O", "O", "O", "B-Variable", "I-Variable", "O" ]
[ "Thank", "You.", "." ]
[ "O", "O", "O" ]
[ "I", "have", "below", "query", "in", "mysql", "where", "I", "want", "to", "check", "if", "branch", "id", "and", "year", "of", "finance", "type", "from", "branch_master", "are", "equal", "with", "branch", "id", "and", "year", "of", "manager", "then", "upd...
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "B-Variable", "O", "B-Variable", "I-Variable", "O", "B-Variable", "O", "O", "O", "B-Variable", "I-Variable", "O", "B-Variable", "O", "B-Variable", "O",...
[ "but", "getting", "error" ]
[ "O", "O", "O" ]
[ "This", "is", "a", "typical", "MySQL", "thing", "and", "can", "usually", "be", "circumvented", "by", "selecting", "from", "the", "table", "derived", ",", "i.e", ".", "instead", "of" ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]
[ "use" ]
[ "O" ]
[ "The", "complete", "statement", ":" ]
[ "O", "O", "O", "O" ]
[ "Try", "to", "use", "the", "EXISTS", "operator", ":" ]
[ "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "Note", ":", "The", "query", "uses", "an", "additional", "nesting", "level", ",", "as", "proposed", "by", "@Thorsten", ",", "as", "a", "means", "to", "circumvent", "the", "Table", "is", "specified", "twice", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Name", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "Demo", "here" ]
[ "O", "O" ]
[ "Overview", ":" ]
[ "O", "O" ]
[ "I", "have", "written", "an", "application", "that", "allows", "a", "user", "to", "define", "a", "query", ",", "submit", "it", "to", "a", "server", "and", "view", "the", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O" ]
[ "The", "software", "can", "run", "on", "DB2", "or", "MySQL", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O" ]
[ "Problem", ":" ]
[ "O", "O" ]
[ "We", "'ve", "had", "issues", "in", "the", "DB2", "version", "where", "a", "user", "has", "tried", "to", "run", "a", "query", ",", "and", "found", "that", "it", "has", "failed", "because", "their", "user", "profile", "has", "been", "disabled", "." ]
[ "O", "O", "O", "O", "O", "O", "B-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" ]
[ "In", "order", "to", "run", "a", "query", "on", "DB2", "(", "on", "an", "IBM", "i)", ",", "the", "user", "'s", "profile", "name", "and", "password", "are", "provided", "in", "the", "connection", "string", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Operating_System", "I-Operating_System", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "Security", "on", "the", "server", "can", "specify", "that", "a", "user", "'s", "profile", "is", "disabled", "after", "two", "or", "three", "incorrect", "logins", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Question", ":" ]
[ "O", "O" ]
[ "I", "'ve", "debugged", "the", "application", "and", "found", "that", "the", "problem", "is", "down", "to", "the", "query", "being", "submitted", "twice", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "the", "user", "'s", "password", "is", "wrong", ",", "then", "of", "course", ",", "this", "is", "having", "the", "knock-on", "effect", "of", "disabling", "their", "profile", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "On", "further", "inspection", ",", "when", "I", "'ve", "inspected", "the", "logs", "on", "the", "server", "(", "while", "debugging", "line", "by", "line", ")", ",", "I", "'ve", "found", "that", "the", "query", "is", "submitted", "to", "the", "server", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-...
[ "Here", "'s", "an", "example", "of", "the", "code", "that", "I", "'m", "using", "to", "run", "the", "query", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "question", "is", "therefore", "quite", "simple", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "1", ".", "Why", "does", "the", "TADOQuery.sql.add()", "method", "submit", "the", "query", "(", "when", "it", "should", "just", "be", "adding", "the", "sql", "to", "the", "TADOQuery", "'s", "sql", "property", ")", "?" ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "B-Class", "O", "B-Variable", "O", "O", "O" ]
[ "2", ".", "What", "can", "I", "do", "to", "prevent", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "i.e", ".", "is", "there", "any", "way", "to", "prevent", "the", "sql", "being", "submitted", "when", "I", "call", "the", "add()", "method", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "For", "those", "of", "you", "that", "would", "like", "extra", "information", "about", "the", "logs", ",", "the", "exit", "point", "logs", "on", "the", "IBM", "i", "show", "that", "when", "I", "call", "adoqry.sql.add", "in", "the", "above", "example", ",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O",...
[ "When", "I", "call", "adoqry.active", ":=", "true", "in", "the", "above", "example", ",", "the", "same", "query", "goes", "through", "the", "same", "exit", "point", "application", ",", "but", "via", "the", "\"", "Open/Describe", "\"", "function", "." ]
[ "O", "O", "O", "B-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", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "'re", "not", "familiar", "with", "the", "IBM", "i", ",", "do", "n't", "worry", "about", "it", "-", "I", "'m", "just", "including", "that", "information", "as", "proof", "that", "I", "have", "traced", "the", "query", "being", "submitted", ...
[ "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System", "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" ]
[ "The", "real", "issue", "is", "with", "the", "TADOQuery", "'s", "sql.add()", "processing", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-Function", "O", "O" ]
[ "From", "your", "description", "of", "your", "problem", ",", "I", "assume", "you", "specify", "the", "ConnectionString", "of", "the", "ADOQuery", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Class", "O" ]
[ "Doing", "this", "combines", "the", "database", "login", "with", "the", "running", "of", "the", "query", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "have", "found", "that", "this", "has", "undesirable", "side", "effects", "when", "the", "user", "'s", "credentials", "are", "invalid", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Separate", "the", "database", "login", "from", "the", "query", "by", "using", "an", "ADOConnection", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Specify", "the", "ConnectionString", "of", "the", "ADOConnection", "and", "assign", "the", "ADOConnection", "to", "the", "ADOQuery.Connection", "property", "." ]
[ "O", "O", "B-Variable", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O" ]
[ "This", "way", ",", "you", "control", "the", "database", "login", "and", "can", "catch", "logins", "with", "bad", "credentials", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Additionally", "the", "ADOConnection.Open", "method", "allows", "you", "to", "specify", "the", "username", "and", "password", "so", "you", "do", "not", "have", "to", "put", "them", "in", "the", "ConnectionString", "." ]
[ "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "While", "this", "does", "not", "answer", "you", "specific", "questions", ",", "this", "approach", "will", "help", "you", "solve", "the", "problem", "of", "the", "user", "'s", "profile", "being", "disabled", "by", "separating", "the", "login", "from", "the",...
[ "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", "have", "deployed", "my", "web", "application", "on", "Tomcat", "server", "(", "i.e", "on", "cloud", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O" ]
[ "For", "two", "days", "it", "worked", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Today", "I", "am", "getting", "this", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "solve", "it", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "On", "the", "page", "87", "of", "the", "Game", "Boy", "CPU", "Manual", "it", "is", "claimed", "that", "the", "CP", "n", "instruction", "sets", "the", "carry", "flag", "when", "there", "was", "no", "borrow", "and", "that", "it", "means", "that", "A", ...
[ "O", "O", "O", "O", "O", "O", "B-Device", "I-Device", "I-Device", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-C...
[ "This", "seems", "to", "conflict", "itself", ",", "because", "the", "carry", "flag", "is", "set", "when", "A", ">", "n", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "An", "example", ":", "If", "A", "=", "0", "and", "B", "=", "1", ",", "CP", "B", "sets", "the", "flags", "like", "SUB", "A", ",", "B", ",", "which", "is", "0", "-", "1", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "B-Value"...
[ "This", "becomes", "0", "+", "255", "=", "255", "and", "the", "carry", "flag", "is", "not", "set", ",", "even", "though", "A", "<", "B", "." ]
[ "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "I", "came", "across", "this", "same", "issue", "in", "other", "Z80", "documents", "as", "well", ",", "so", "I", "do", "n't", "believe", "this", "is", "a", "typo", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Am", "I", "misunderstanding", "how", "borrow", "and", "SUB", "work", "or", "is", "there", "something", "else", "going", "on", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "SUB", "not", "equal", "to", "ADD", "with", "two", "'s", "complement", "in", "terms", "of", "flags", "?" ]
[ "O", "B-Code_Block", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "GameBoy", "CPU", "manual", "has", "it", "backwards", "." ]
[ "O", "B-Device", "I-Device", "O", "O", "O", "O", "O" ]
[ "SUB", ",", "SBC", "and", "CP", "all", "set", "the", "carry", "flag", "when", "there", "is", "borrow", "." ]
[ "B-Code_Block", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "SUB/SBC/CP", "A", ",", "n", "is", "executed", "then", "carry", "is", "set", "if", "n", ">", "A", "otherwise", "it", "is", "clear", "." ]
[ "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O" ]
[ "This", "is", "consistent", "with", "Z-80", "(", "and", "8080", ")", "operation", "." ]
[ "O", "O", "O", "O", "B-Device", "O", "O", "B-Device", "O", "O", "O" ]
[ "As", "well", "MAME", "and", "MESS", "implement", "carry", "the", "same", "way", "." ]
[ "O", "O", "B-Application", "O", "B-Application", "O", "B-Variable", "O", "O", "O", "O" ]
[ "I", "'m", "developing", "ecommerece", "site", "using", "magento", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "My", "problem", "is", "," ]
[ "O", "O", "O", "O" ]
[ "Show", "all", "countries", "dropdown", "box", "in", "user", "register", "page", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "But", "show", "only", "india", ",", "singapore", ",", "usa", "in", "dropdown", "box", "in", "product", "shipping", "address", "for", "registerd", "user", "and", "guest", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Anybody", "help", "to", "solve", "this", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanx", "in", "advance", "..", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Shipping", "can", "be", "allowed", "only", "to", "defined", "countries", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "can", "be", "set", "in", "shipping", "method", "settings", "(", "system->configuration->shipping", "methods->your", "shipping", "method->Ship", "to", "Applicable", "Countries", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "are", "couple", "of", "values", ":", "\"", "Ship", "to", "Applicable", "Countries", "\"", "and", "\"", "Specific", "Countries", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O" ]
[ "If", "you", "set", "up", "second", "value", ",", "shipping", "will", "be", "aviable", "only", "to", "that", "countries", ",", "that", "you", "will", "select", "in", "the", "feald", "below", "." ]
[ "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", "a", "JsonResult", "object", "to", "return", "from", "a", "MVC", "method", ",", "but", "I", "need", "to", "remove", "one", "element", "from", "it", "before", "send", "it", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Algorithm", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "UPDATE", ":" ]
[ "O", "O" ]
[ "I", "'m", "trying", "to", "do", "it", "without", "mapping", "it", "because", "the", "object", "is", "huge", "and", "very", "complex", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "achieve", "this", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "For", "eg", ".", ":" ]
[ "O", "O", "O", "O" ]
[ "and" ]
[ "O" ]
[ "and", "then", "REMOVE", "PropertyToNOTExpose", "from", "the", "result", "." ]
[ "O", "O", "B-Function", "B-Variable", "O", "O", "O", "O" ]
[ "UPDATE", "from", "real", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "You", "can", "create", "a", "new", "object", ",", "excluding", "the", "properties", "you", "do", "n't", "want", "sent", "in", "the", "result", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Another", "options", "could", "be", "to", "convert", "the", "object", "to", "a", "Newtonsoft.Json.Linq.JObject", "and", "remove", "the", "property", "using", "JObject.Remove", "Method", "(", "String", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Data_Type", "O" ]
[ "You", "could", "try", "using", "the", "[", "ScriptIgnore", "]", "attribute", "on", "your", "property", "." ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O" ]