tokens
sequence
ner_tags
sequence
[ "And", "if", "you", "want", "to", "debug", "this", "you", "could", "easily", "hook", "Pythons", "pdbs", "on", "the", "last", "encountered", "exception", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "B-Application", "O", "O", "O", "O", "B-Class", "O" ]
[ "resulting", "in", ":" ]
[ "O", "O", "O" ]
[ "This", "starts", "a", "post-mortem", "analysis", "of", "the", "last", "encountered", "exception", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Which", "should", "enable", "you", "to", "dig", "through", "the", "frames", "and", "inspect", "the", "variables", ",", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "also", "asked", "about", "a", "flag", ",", "and", "indeed", "there", "is", "a", "flag", "that", "enables", "\"", "warning", "handling", "\"", ",", "the", "-W", "flag", "." ]
[ "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" ]
[ "It", "'s", "very", "much", "like", "the", "warnings.filterwarnings", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "For", "convenience", "I", "just", "copied", "the", "documentation", "of", "the", "-W", "flag", "here", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "You", "would", "need", "to", "do", "the", "following", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Create", "if", "USER_SITE", "does", "not", "exists", ":", "issue", "python", "-c", "\"", "import", "site", ";", "site._script()\"", ",", "see", "USER_SITE", "variable", "contents" ]
[ "O", "O", "B-Variable", "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", "O", "O", "B-Variable", "O", "O" ]
[ "Place", "a", "file", "usercustomize.py", "in", "that", "directory", "with", "the", "following", "code", ":" ]
[ "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Credits", "to", "this", "answer", "for", "the", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Run", "the", "code", "as", "usual", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "My", "test", "code", ":" ]
[ "O", "O", "O", "O" ]
[ "Before", "the", "procedure", ":" ]
[ "O", "O", "O", "O" ]
[ "After", ":" ]
[ "O", "O" ]
[ "Lets", "take", "two", "datetimes", "2013-07-22", "and", "2013-07-28", "." ]
[ "O", "O", "O", "B-Class", "B-Value", "O", "B-Value", "O" ]
[ "The", "datetimes", "between", "these", "two", "datetimes", "are", "2013-07-23", ",", "2013-07-24", ",", "2013-07-25", ",", "2013-07-26", ",", "2013-07-27", ",", "2013-07-28", "." ]
[ "O", "B-Class", "O", "O", "O", "B-Class", "O", "B-Value", "O", "B-Value", "O", "B-Value", "O", "B-Value", "O", "B-Value", "O", "B-Value", "O" ]
[ "I", "am", "able", "to", "get", "this", "much", "to", "work", "using", "php", "datetime", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "B-Class", "O" ]
[ "What", "I", "Require" ]
[ "O", "O", "O" ]
[ "I", "have", "another", "variable", "$interval", "which", "can", "take", "values", "1", ",", "2", ",", "3.", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "B-Value", "O" ]
[ "If", "$interval", "=", "2", "then", "$period", "will", "only", "contain", "2013-07-24", ",", "2013-07-26", ",", "2013-07-28", "." ]
[ "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Variable", "O", "O", "O", "B-Value", "O", "B-Value", "O", "B-Value", "O" ]
[ "Likewise", "$interval", "=", "3", "then", "$period", "will", "only", "contain", "2013-07-25", ",", "2013-07-28", "." ]
[ "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Variable", "O", "O", "O", "B-Value", "O", "B-Value", "O" ]
[ "How", "can", "do", "this", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "You", "can", "create", "any", "interval", "with", "that", "variable", ",", "just", "write", ":" ]
[ "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "instead", "and", "you", "are", "set", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "having", "an", "issue", "with", "ng-repeat", "where", "is", "throwing", "an", "injection", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Error_Name", "O", "O" ]
[ "I", "'m", "not", "an", "advance", "angular", "developer", ",", "a", "novice", "maybe", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "But", "I", "know", "this", "was", "working", "at", "one", "point", "and", "then", "poof", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Gone", "!" ]
[ "O", "O" ]
[ "What", "did", "I", "do", "different", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "changed", "my", "localhost", "path", "to", "angular", "to", "a", "CDN", "instead", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "B-Library", "O", "O" ]
[ "I", "tested", "it", "in", "the", "template", "I", "copied", "this", "work", "from", "originally", "and", "it", "works", "there", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "not", "in", "my", "site", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "My", "HTML", ":" ]
[ "O", "B-Language", "O" ]
[ "My", "Controller", ":" ]
[ "O", "O", "O" ]
[ "Here", "is", "the", "error", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Any", "help", "would", "be", "appreciated" ]
[ "O", "O", "O", "O", "O" ]
[ "Here", "is", "a", "CODEPEN", "if", "it", "helps" ]
[ "O", "O", "O", "B-Application", "O", "O", "O" ]
[ "Remove", "'", "uiGmapgoogle-maps", "'", "of", "the", "module", "dependecies" ]
[ "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "Links", "with", "data-binding", ",", "you", "must", "use", "use", "ng-href", ",", "replacing", "href" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Function" ]
[ "I", "recommend", "write", "your", "angular", "app", "following", "the", "preparation", "guide", "for", "angular", "2", ".", "and", "Jhon", "Papa", "'s", "angular", "style", "guide" ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O", "B-User_Name", "I-User_Name", "O", "B-Library", "O", "O" ]
[ "You", "are", "not", "loading", "uiGmapgoogle-maps", "module", "files", "," ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "Removing", "uiGmapgoogle-maps", "from", "your", "angular", "module", "dependencies", "will", "solve", "this", "issue", "." ]
[ "O", "B-Function", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "addition", ",", "you", "did", "n't", "attach", "the", "filter", "file", "so", "you", "will", "need", "to", "remove", "the", "filter", "from", "your", "ngRepeat", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "See", "working", "sample", "at", ":", "http://codepen.io/anon/pen/BKLdyP?editors=1011" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "learn", "how", "the", "graphic", "objects", "work", "in", "MATLAB", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "I", "tried", "to", "create", "a", "plot", "without", "using", "the", "plot", "function", "but", "I", "am", "confused", "why", "it", "is", "not", "working", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "AFIK", ",", "when", "I", "use", "the", "plot", "function", "it", "creates", "figure", ",", "axis", ",", "line", "objects", "and", "then", "sets", "the", "property", "of", "each", "object", "accordingly", "." ]
[ "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", "tried", "to", "do", "so", "but", "all", "I", "'m", "getting", "is", "a", "white/blank", "figure", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "plot", "a", "sine", "wave", "so", "my", "X", "and", "Y", "data", "are", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O" ]
[ "This", "is", "my", "main", "code", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "The", "weird", "thing", "is", "that", "when", "I", "type" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "getting", "anything", "back", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "appreciate", "tips", "and", "comments", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "need", "to", "create", "the", "line", "before", "you", "can", "find", "it", "and", "change", "a", "property", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "e.g", "." ]
[ "O", "O" ]
[ "Edit", ":" ]
[ "O", "O" ]
[ "Its", "a", "good", "idea", "to", "create", "and", "store", "each", "of", "your", "objects", "directly", "(", "rather", "than", "allowing", "the", "command", "to", "find", "the", "appropriate", "figure", ",", "axes", "etc", "...", ".", ")" ]
[ "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", "my", "scenario", "..", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "using", "pagination", "with", "DataTables", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "My", "first", "column", "is", "css", "styled", "based", "upon", "data", "that", "is", "passed", "in", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "I", "display", "the", "correct", "colored", "icon", "for", "the", "property", "of", "the", "item", "in", "the", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Everything", "on", "page", "1", "displays", "correctly", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "Just", "doing", "the", "basics", ",", "everything", "on", "further", "pages", "does", "not", "get", "displayed", "because", "it", "is", "removed", "from", "the", "DOM", "at", "that", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O" ]
[ "So", ",", "I", "did", "$('#my_id')", ".on", "(", "'page", ".dt", "'", ",", "function()", "{", "perPageFunctionCall()", ";})", ".dataTable(soonansoforth)", "}", ";", "to", "call", "a", "function", "which", "selects", "the", "correct", "colored", "flag", "." ]
[ "O", "O", "O", "O", "B-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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "I", "click", "on", "page", "2", ",", "nothing", "gets", "updated", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "I", "click", "on", "page", "1", "again", "and", "it", "redisplays", "the", "1st", "page", "correctly", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "I", "click", "on", "page", "2", "a", "second", "time", "now", "and", "it", "displays", "everything", "correctly", "this", "time", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "what", "is", "causing", "the", "display", "not", "to", "update", "with", "my", "new", "css", "the", "1st", "trip", "but", "to", "display", "properly", "on", "subsequent", "trips", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "someway", "to", "refresh", "the", "element", "or", "the", "data", "table", "after", "I", "am", "done", "with", "my", "css", "manipulation", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "for", "refresh", "resp", "." ]
[ "O", "O", "O", "O" ]
[ "table", ":" ]
[ "O", "O" ]
[ "Well", "it", "is", "one", "of", "two", "things", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Either", "it", "is" ]
[ "O", "O", "O" ]
[ "1", ":", "I", "added" ]
[ "O", "O", "O", "O" ]
[ "in", "addition", "to", "my", "page", "function", "call", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "more", "likely", "everyone", "'s", "favorite", "reason", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "2", ":", "Caching" ]
[ "O", "O", "O" ]
[ "In", "either", "case", ",", "it", "does", "work", "flawlessly", "now", "as", "expected", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "make", "it", "so", "users", "can", "subscribe", "to", "a", "forum", "and", "when", "a", "forum", "is", "updated", "the", "user", "is", "alerted", "." ]
[ "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", "ca", "n't", "for", "the", "life", "of", "me", "figure", "out", "how", "to", "set", "up", "the", "database", "to", "do", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "pretty", "sure", "you", "are", "supposed", "to", "set", "up", "an", "associative", "table", "with", "user_id", "and", "forum_id", "but", "I", "am", "not", "to", "sure", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "someone", "could", "give", "me", "some", "pointers", "on", "how", "to", "start", "this", "or", "plan", "it", "out", "or", "even", "point", "me", "to", "some", "resources", "that", "would", "be", "great", "." ]
[ "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", "in", "advance", "." ]
[ "O", "O", "O", "O" ]
[ "create", "a", "join", "table", "called", "user_forum_subscriptions" ]
[ "O", "O", "O", "B-Data_Structure", "O", "B-Variable" ]
[ "Now", ",", "forum.users", "are", "the", "ones", "you", "need", "to", "alert", "when", "the", "forum", "changes" ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "I", "suppose", "you", "should", "start", "with", "generating", "a", "new", "model", "called", "Subscription", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Look", "at", "subscriptions", "as", "resources", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "User", "should", "have_many", "subscriptions", "which", "can", "be", "added/removed/edited", "." ]
[ "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'d", "probably", "start", "with", "Michael", "Hartl", "'s", "tutorial", "Chapter", "11", ",", "where", "he", "shows", "how", "to", "establish", "the", "'", "following", "'", "relationship", "for", "his", "twitter-like", "app", "." ]
[ "O", "O", "O", "O", "O", "B-User_Name", "I-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "In", "many", "ways", "it", "is", "similar", "to", "what", "you", "are", "trying", "to", "accomplish", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "'s", "the", "link", ",", "read", "about", "the", "Relationship", "model", ",", "hope", "it", "'s", "what", "you", "'re", "looking", "for", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "use", "where", "clause", "for", "comparing", "the", "values", "that", "has", "been", "passed", "from", "route", "which", "is", "id", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "For", "this", ",", "I", "have", "used", "following", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "need", "to", "compare", "id", "with", "the", "column", "name", "in", "controller", "which", "is", "grade_id", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "For", "this", "Following", "code", "has", "been", "used", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "it", "is", "returning", "empty", "values", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "pass", "direct", "value", "1", "instead", "of", "$", "data", "." ]
[ "O", "O", "O", "O", "O", "B-Value", "O", "O", "B-Variable", "I-Variable", "O" ]
[ "It", "works", "perfectly", "fine", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Can", "anyone", "provide", "me", "solution", "?" ]
[ "O", "O", "O", "O", "O", "O" ]