tokens
list
ner_tags
list
[ "But", "I", "have", "\"", "bad", "news", "\"", "for", "you", ":", "I", "have", "also", "developed", "an", "add-in", "and", "during", "development", "the", "problem", "that", "I", "have", "faced", "was", ":" ]
[ "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" ]
[ "you", "can", "debug", "SSMS2008", "Add-In", "only", "from", "VS2008", "(", "full", "or", "express", ")", "and", "you", "can", "defbug", "SSMS2012", "add-in", "only", "from", "VS2010" ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Application" ]
[ "If", "you", "\"", "cross", "\"", "versions", ",", "you", "have", "to", "put", "a", "message", "box", "in", "your", "add-in", "and", "then", "attach", "to", "process", "." ]
[ "O", "O", "O", "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" ]
[ "Check", "my", "add-in", "-", "ssmsboost", "-", "maybe", "you", "will", "not", "need", "to", "write", "your", "own", ":)", "New", "feature", "requests", "are", "welcome", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", "check", "ssms", "tools", "pack", "-", "it", "is", "also", "very", "popular", "one", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "doing", "some", "research", "into", "the", "Memento", "Pattern", "and", "I", "am", "generally", "new", "to", "behavioural", "patterns", "and", "with", "my", "research", "I", "have", "been", "getting", "pretty", "confused", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Algorithm", "I-Algorithm", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "of", "the", "main", "things", "I", "have", "been", "getting", "confused", "on", "is", "the", "differences", "between", "the", "Memento", "Pattern", "and", "Serialization", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Algorithm", "I-Algorithm", "O", "O", "O" ]
[ "From", "what", "I", "can", "gather", "both", "can", "be", "used", "to", "store", "objects", "and", "have", "them", "brought", "back", "at", "a", "later", "date", "but", "I", "have", "not", "been", "able", "to", "find", "a", "clear", "cut", "answer", ...
[ "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", "...
[ "Thanks" ]
[ "O" ]
[ "Typically", "the", "Memento", "pattern", "is", "used", "to", "implement", "roll-back/save", "point", "support", "." ]
[ "O", "O", "B-Algorithm", "I-Algorithm", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "example", "I", "might", "want", "to", "mark", "the", "state", "of", "an", "object", "at", "a", "point", "in", "time", ",", "do", "some", "work", "and", "then", "decide", "to", "revert", "that", "object", "back", "to", "the", "point", "at", "w...
[ "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" ]
[ "The", "implementation", "of", "a", "Memento", "pattern", "could", "use", "serialisation", ",", "which", "would", "involve", "saving", "the", "contents", "of", "the", "object", "into", "a", "byte[]", "and", "keeping", "in", "memory", "or", "writing", "to", "...
[ "O", "O", "O", "O", "B-Algorithm", "I-Algorithm", "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", "B-Device", "O" ]
[ "When", "reverting", "the", "content", "of", "the", "object", "would", "be", "rebuilt", "from", "the", "serialised", "copy", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Conversely", "I", "could", "implement", "a", "Memento", "pattern", "by", "cloning", "the", "object", "in", "memory", "and", "keeping", "a", "reference", "to", "the", "copy", "and", "then", "copying", "the", "state", "back", "if", "the", "object", "needs", ...
[ "O", "O", "O", "O", "O", "B-Algorithm", "I-Algorithm", "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", "method", "does", "n't", "use", "serialisation", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "Memento", "pattern", "is", "an", "OO", "design", "pattern", "used", "to", "keep", "previous", "states", "of", "an", "object", "in", "memory", "." ]
[ "O", "B-Algorithm", "I-Algorithm", "O", "O", "B-Algorithm", "I-Algorithm", "I-Algorithm", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "useful", "to", "implement", "an", "\"", "Undo", "\"", "operation", ",", "for", "example", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Serialization", "is", "the", "process", "of", "transforming", "a", "graph", "of", "objects", "to", "a", "byte", "array", ",", "in", "order", "to", "save", "it", "on", "disk", ",", "or", "send", "it", "to", "another", "JVM", "over", "the", "network", "...
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Data_Structure", "I-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "They", "do", "n't", "have", "much", "in", "common", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "different", "<select>", "in", "a", "ng-repeat", "div", "." ]
[ "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "O" ]
[ "What", "I", "want", "is", "to", "avoid", "users", "select", "several", "times", "a", "same", "option", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "used", "the", "filter", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "filter", "works", "like", "I", "want", "(", "I", "tested", "it", "separately", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "the", "result", "is", "not", "good", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "the", "filter", "is", "active", ",", "options", "in", "different", "select", "have", "to", "show", "only", "\"", "free", "\"", "attributes", "(", "it", "means", ",", "attributes", "which", "are", "not", "yet", "selected", ")", "." ]
[ "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" ]
[ "Here", "is", "a", "Demo", "which", "is", "more", "explicit", "I", "suppose", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "found", "that", "std::condition_variable", "is", "very", "difficult", "to", "use", "due", "to", "spurious", "wakeups", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "sometimes", "I", "need", "to", "set", "a", "flags", "such", "as", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "set", "is_ready", "to", "true", "before", "I", "call", "notify", "(", "notify_one()", "or", "notify_all())", ",", "and", "then", "I", "wait", ":" ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "any", "reason", "that", "I", "should", "n't", "just", "do", "this", ":", "(", "Edit", ":", "Ok", ",", "this", "is", "really", "a", "bad", "idea", ".", ")" ]
[ "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" ]
[ "And", "if", "condition_variable", "had", "chosen", "a", "waiting", "duration", "(", "I", "do", "n't", "know", "whether", "this", "is", "true", "or", "not", ")", ",", "I", "prefer", "choose", "it", "myself", "." ]
[ "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" ]
[ "The", "purpose", "of", "std::condition_variable", "is", "to", "wait", "for", "some", "condition", "to", "become", "true", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "It", "is", "not", "designed", "to", "be", "just", "a", "receiver", "of", "a", "notify", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "You", "might", "use", "it", ",", "for", "example", ",", "when", "a", "consumer", "thread", "needs", "to", "wait", "for", "a", "queue", "to", "become", "non-empty", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "The", "consumer", "(", "get_from_queue", ")", "is", "not", "waiting", "for", "the", "condition", "variable", ",", "they", "are", "waiting", "for", "the", "condition", "the_queue.empty()", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "The", "condition", "variable", "gives", "you", "the", "way", "to", "put", "them", "to", "sleep", "while", "they", "are", "waiting", ",", "simultaneously", "releasing", "the", "mutex", "and", "doing", "so", "in", "a", "way", "that", "avoids", "race", "cond...
[ "O", "B-Class", "I-Class", "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", "O", "O", "O" ]
[ "The", "condition", "you", "are", "waiting", "on", "should", "be", "protected", "by", "a", "mutex", "(", "the", "one", "you", "release", "when", "you", "wait", "on", "the", "condition", "variable", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O" ]
[ "This", "means", "that", "the", "condition", "rarely", "(", "if", "ever", ")", "needs", "to", "be", "an", "atomic", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "You", "are", "always", "accessing", "it", "from", "within", "a", "mutex", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "You", "can", "code", "this", "either", "way", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Using", "atomics", "and", "a", "polling", "loop", "." ]
[ "O", "B-Data_Type", "O", "O", "O", "O", "O" ]
[ "Using", "a", "condition_variable", "." ]
[ "O", "O", "B-Class", "O" ]
[ "I", "'ve", "coded", "it", "both", "ways", "for", "you", "below", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "On", "my", "system", "I", "can", "monitor", "in", "real", "time", "how", "much", "cpu", "any", "given", "process", "is", "using", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O" ]
[ "First", "with", "the", "polling", "loop", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "For", "me", "this", "takes", "30", "seconds", "to", "execute", ",", "and", "while", "executing", "the", "process", "takes", "about", "99.6", "%", "of", "a", "cpu", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "Alternatively", "with", "a", "condition_variable", ":" ]
[ "O", "O", "O", "B-Class", "O" ]
[ "This", "has", "the", "exact", "same", "behavior", "except", "that", "during", "the", "30", "second", "execution", ",", "the", "process", "is", "taking", "0.0", "%", "cpu", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "If", "you", "'re", "writing", "an", "app", "that", "might", "execute", "on", "a", "battery", "powered", "device", ",", "the", "latter", "is", "nearly", "infinitely", "easier", "on", "the", "battery", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "Now", "admittedly", ",", "if", "you", "had", "a", "very", "poor", "implementation", "of", "std::condition_variable", ",", "it", "could", "have", "the", "same", "inefficiency", "as", "the", "polling", "loop", "." ]
[ "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" ]
[ "However", "in", "practice", "such", "a", "vendor", "ought", "to", "go", "out", "of", "business", "fairly", "quickly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Update" ]
[ "O" ]
[ "For", "grins", "I", "augmented", "my", "condition_variable", "wait", "loop", "with", "a", "spurious", "wakeup", "detector", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "ran", "it", "again", ",", "and", "it", "did", "not", "print", "out", "anything", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Not", "one", "spurious", "wakeup", "." ]
[ "O", "O", "O", "O", "O" ]
[ "That", "is", "of", "course", "not", "guaranteed", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "it", "does", "demonstrate", "what", "a", "quality", "implementation", "can", "achieve", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "5000", "data", "in", "DB", "table", ",", "and", "I", "want", "to", "apply", "jQuery", "Autosuggestion", "Filter", "on", "frontend", "and", "for", "this", "requirement", "implemented", "js", "&", "CSS" ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Language" ]
[ "select2.css", "and", "select2.js", "with", "jquery-2.1.1.js", "." ]
[ "B-File_Name", "O", "B-File_Name", "O", "B-File_Name", "O" ]
[ "But", "unfortunately", "after", "implementing", "and", "when", "I", "am", "trying", "to", "access", "Autosuggestion", "Filter", "from", "front-end", ",", "here", "I", "found", "delay", "is", "more", "so", "can", "anyone", "suggest", "me", "so", "that", "it"...
[ "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "Are", "you", "limiting", "the", "number", "of", "records", "that", "are", "going", "to", "the", "front-end", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Query", "your", "database", "only", "for", "the", "top", "10", "records", "and", "send", "only", "these", "records", "to", "the", "Front-End", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Break", "down", "your", "result", "from", "DB", "in", "to", "separate", "lists", "like", "i", "will", "say", "in", "alphabetical", "order", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "if", "you", "are", "sure", "that", "5000", "record", "are", "only", "going", "to", "be", "used", "for", "corresponding", "request", "then", "cache", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "now", "challenge", "is", "to", "see", "the", "search", "string", "and", "fetch", "the", "result", "from", "the", "corresponding", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Hope", "it", "can", "help", "you", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "really", "bad", "with", "html/css", ",", "so", "I", "'m", "just", "wondering", "if", "I", "can", "get", "your", "help", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "'s", "a", "fiddle", "of", "this", "table", "fiddle", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "B-User_Interface_Element", "B-Application", "O" ]
[ "You", "can", "see", "that", "each", "of", "the", "td", "rows", "are", "the", "same", "width", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "B-User_Interface_Element", "O", "O", "O", "B-Variable", "O" ]
[ "However", ",", "I", "want", ",", "for", "example", ",", "to", "have", "the", "column", "on", "the", "left", "200", "px", ",", "and", "the", "column", "on", "the", "right", "50", "px", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Value", "I-Value", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Value", "I-Value", "O" ]
[ "What", "'s", "the", "most", "efficient", "way", "to", "achieve", "that", "if", "I", "'m", "going", "to", "have", "a", "lot", "of", "rows", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "CSS" ]
[ "B-Language" ]
[ "You", "can", "do", "this", "by", "writing", "an", "inline", "style", "into", "your", "HTML", "markup", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-Language", "O", "O" ]
[ "Keep", "in", "mind", "that", "you", "do", "n't", "need", "to", "set", "the", "style", "on", "every", "<td>,", "just", "on", "the", "<th>", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "B-HTML_XML_Tag", "O" ]
[ "All", "of", "the", "above", "answers", "would", "work", ",", "but", "I", "would", "prefer", "to", "set", "a", "class", "on", "the", "<th>", "and", "apply", "the", "width", "styles", "that", "way", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "And", "CSS", ":" ]
[ "O", "B-Language", "O" ]
[ "Just", "my", "style", "." ]
[ "O", "O", "O", "O" ]
[ "I", "'m", "not", "a", "fan", "of", "inline", "styles", ",", "just", "for", "the", "simple", "fact", "you", "MAY", "want", "to", "style", "the", "headers", "differently", "." ]
[ "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", "do", "n't", "need", "that", ",", "inline", "would", "work", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "to", "refresh", "laravel", "session", "variable", "sent", "by", "controller", ",", "my", "controller", "is", ":" ]
[ "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "I", "am", "showing", "this", "data", "in", "view", "as", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "i", "want", "to", "refresh", "this", "data", "(", "tables", ")", "every", "2", "seconds", ",", "how", "can", "i", "do", "that", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "written", "a", "C#", "powershell", "cmdlet", "that", "fills", "up", "custom", "objects", "from", "json", "file", "." ]
[ "O", "O", "O", "O", "B-Language", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "Now", "I", "need", "to", "pass", "the", "object", "to", "other", "C#", "cmdlets", "that", "follow" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "Can", "it", "be", "blocked", "with", "an", "adblock", "like", "Adblock", "Plus", "or", "others", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O" ]
[ "It", "can", "be", "blocked", "the", "same", "way", "as", "a", "banner", "if", "it", "'s", "URL", "matches", "the", "black", "list", "e.g", ".", "http://domain.com/ads/", "...", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O" ]
[ "Some", "versions", "of", "AdBlock", "allows", "to", "block", "Flash", "embeds", "from", "roll-over", "menu", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "B-Application", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Some", "browsers", ",", "expecially", "mobile", "ones", ",", "can", "disable", "all", "Flash", "embeds", "until", "user", "manually", "clicks", "on", "particular", "embed", "to", "download", "and", "start", "it", "." ]
[ "O", "B-Application", "O", "O", "B-Device", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Microsoft", "announced", "the", "availability", "of", "Azure", "DocumentDB", "as", "follows", "..", "." ]
[ "B-Website", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O" ]
[ "I", "really", "like", "the", "\"", "transactional", "execution", "of", "JavaScript", "logic", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O" ]
[ "Sounds", "like", "an", "approach", "similar", "to", "that", "of", "PostgreSQL", "NoSQL", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O" ]
[ "Anyone", "know", "what", "is", "the", "technological", "basis", "for", "the", "Azure", "DocumentDB", "service", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O" ]
[ "SQL", "Server", "?" ]
[ "B-Language", "B-Application", "O" ]
[ "DocumentDB", "has", "been", "built", "from", "the", "ground", "up", "as", "an", "entirely", "new", "database", "specifically", "designed", "for", "JSON", "and", "one", "that", "has", "deep", "integration", "with", "JavaScript", "." ]
[ "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "It", "does", "not", "share", "anything", "with", "SQL", "Server", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "B-Application", "O" ]
[ "Using", "a", "KnockBack", "ViewModel", ",", "is", "there", "a", "way", "to", "create", "a", "computed", "observable", "from", "the", "underlying", "Backbone", "model", "'s", "methods", "?" ]
[ "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O" ]
[ "As", "an", "example", ",", "in", "javascript", ":" ]
[ "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "and", "in", "the", "Knockout", "markup", ":" ]
[ "O", "O", "O", "B-Library", "O", "O" ]