tokens
sequence | ner_tags
sequence |
---|---|
[
"You",
"probably",
"upgraded",
"Ruby",
"to",
"a",
"version",
"that",
"does",
"not",
"work",
"well",
"with",
"your",
"version",
"of",
"Rails",
"."
] | [
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O"
] |
[
"I",
"think",
"that",
"if",
"you",
"use",
"Ruby",
"1.9",
"you",
"have",
"to",
"at",
"least",
"use",
"Rails",
"2.3.9",
"if",
"I",
"'m",
"not",
"mistaken",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Here",
"is",
"a",
"changelog",
"for",
"Rails",
"2.3.9",
":",
"ruby-on-rails-2-3-9-released"
] | [
"O",
"O",
"O",
"O",
"O",
"B-Library",
"B-Version",
"O",
"B-Language"
] |
[
"To",
"me",
",",
"the",
"above",
"code",
"looks",
"normal",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"However",
",",
"I",
"'m",
"new",
"to",
"C++",
"so",
"I",
"may",
"be",
"missing",
"some",
"nuance",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"'m",
"getting",
"a",
"bunch",
"of",
"compiler",
"errors",
"from",
"it",
",",
"such",
"as",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"and"
] | [
"O"
] |
[
"What",
"gives",
"!"
] | [
"O",
"O",
"O"
] |
[
"The",
"error",
"is",
"probably",
"in",
"LudoCore/Singleton.h",
"or",
"something",
"else",
"included",
"earlier",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-File_Name",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Make",
"sure",
"your",
"class",
"definitions",
"have",
";",
"semicolons",
"after",
"them",
"and",
"all",
"that",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Quick",
"test",
":",
"comment",
"out",
"the",
"#include",
"and",
"stick",
"a",
"template",
"<class",
"C>",
"class",
"Singleton",
";",
"predeclaration",
"there",
"instead",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"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"
] |
[
"If",
"the",
"compiler",
"now",
"complains",
"about",
"incomplete",
"types",
",",
"I",
"'m",
"right",
",",
"and",
"if",
"not",
",",
"post",
"more",
"details",
"."
] | [
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Have",
"a",
"look",
"in",
"the",
"other",
"header",
"(",
"LudoCore/Singleton.h",
")",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Name",
"O",
"O"
] |
[
"The",
"second",
"error",
"implies",
"that",
"the",
"error",
"is",
"before",
"the",
"class",
"LudoTimer",
"declaration",
"at",
"the",
"top",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O"
] |
[
"My",
"guess",
"is",
"that",
"Singleton.h",
"defines",
"a",
"class",
",",
"and",
"there",
"'s",
"a",
"missing",
"'",
";",
"'",
"after",
"that",
"class",
"definition",
"."
] | [
"O",
"O",
"O",
"O",
"B-File_Name",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"'m",
"trying",
"to",
"get",
"the",
"total",
"amount",
"of",
"VRAM",
"my",
"game",
"is",
"currently",
"using",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Device",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"want",
"to",
"display",
"this",
"in",
"my",
"debug",
"information",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"When",
"I",
"was",
"using",
"the",
"Visual",
"Studio",
"Graphics",
"Analyzer",
"I",
"got",
"an",
"idea",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"I-Application",
"I-Application",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"figured",
"that",
"I",
"could",
"get",
"the",
"amount",
"of",
"VRAM",
"used",
"by",
"adding",
"the",
"size",
"of",
"each",
"of",
"the",
"graphic",
"objects",
"as",
"seen",
"in",
"the",
"Graphics",
"Object",
"Table",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Device",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"I-User_Interface_Element",
"I-User_Interface_Element",
"O"
] |
[
"Unfortunately",
"I",
"have",
"no",
"idea",
"how",
"to",
"get",
"each",
"of",
"those",
"objects",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Is",
"there",
"a",
"simple",
"way",
"to",
"get",
"these",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"actually",
"found",
"an",
"easier",
"way",
"to",
"do",
"this",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"..",
"."
] | [
"O",
"O"
] |
[
"This",
"gets",
"the",
"currently",
"used",
"VRAM",
"from",
"the",
"default",
"(",
"ID",
"0",
")",
"adapter",
"and",
"converts",
"it",
"to",
"megabytes",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Device",
"O",
"O",
"O",
"O",
"B-Variable",
"B-Value",
"O",
"B-Device",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Note",
":",
"This",
"does",
"require",
"the",
"use",
"of",
"the",
"windows",
"10",
"SDK"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Version",
"B-Application"
] |
[
"i",
"am",
"using",
"ccavenue",
"in",
"my",
"prestashop",
"store",
"Version",
"1.2.5.0",
"."
] | [
"O",
"O",
"O",
"B-Website",
"O",
"O",
"B-Application",
"O",
"O",
"B-Version",
"O"
] |
[
"My",
"problem",
"is",
"after",
"successful",
"credit",
"card",
"transaction",
",",
"when",
"coming",
"back",
"to",
"website",
",",
"shopping",
"cart",
"items",
"are",
"not",
"clearing",
"and",
"also",
"orders",
"are",
"not",
"updating",
"."
] | [
"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",
"am",
"using",
"CCavenue",
"Payment",
"Gateway",
"developed",
"by",
"bluezeal.in",
"."
] | [
"O",
"O",
"O",
"B-Application",
"I-Application",
"I-Application",
"O",
"O",
"B-Website",
"O"
] |
[
"In",
"merchant",
"account",
"settings",
"I",
"have",
"given",
"Return",
"Page",
"URL",
"as",
"http://myshop",
"/modules/ccavenue/validation.php",
"where",
"I",
"am",
"updating",
"my",
"order",
"table",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"I-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O"
] |
[
"And",
"in",
"ccavenue.php",
"page",
"I",
"have",
"given",
"my",
"return",
"url",
"as",
"$Url",
"=",
"'",
"http://'.htmlspecialchars($_SERVER['HTTP_HOST'",
")",
",",
"ENT_COMPAT",
",",
"'",
"UTF-8",
"'",
")",
".__PS_BASE_URI__",
".",
"'",
"modules/ccavenue/validation.php",
"'",
"."
] | [
"O",
"O",
"B-File_Name",
"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",
"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"
] |
[
"After",
"successful",
"transaction",
"ccavenue",
"is",
"not",
"returning",
"anything",
"to",
"my",
"validation.php",
"page",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Name",
"O",
"O"
] |
[
"Ie",
",",
"AuthDesc",
",",
"Order_Id",
"etc"
] | [
"O",
"O",
"B-Variable",
"O",
"B-Variable",
"O"
] |
[
"This",
"problem",
"got",
"solved",
"after",
"regenerating",
"key",
"in",
"merchant",
"account",
"settings.",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"trying",
"to",
"empty",
"a",
"directory",
"using",
"the",
"rm",
"program",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O"
] |
[
"I",
"capture",
"a",
"path",
"into",
"a",
"variable",
"and",
"go",
"to",
"use",
"this",
"like",
"so",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"There",
"certainly",
"is",
"such",
"a",
"directory",
"at",
"the",
"path",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"When",
"I",
"try",
"this",
"manually",
",",
"without",
"a",
"variable",
",",
"it",
"works",
"as",
"expected",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"'re",
"using",
"fancy",
"quotes",
"in",
"your",
"assignment",
"of",
"export_folder_path",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O"
] |
[
"These",
"slanted",
"Unicode",
"quotes",
"are",
"not",
"recognized",
"as",
"quotes",
"by",
"bash",
",",
"and",
"are",
"therefore",
"treated",
"as",
"literals",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"This",
"is",
"usually",
"due",
"to",
"copypasting",
"from",
"blogs",
",",
"or",
"using",
"an",
"editor",
"or",
"OS",
"not",
"intended",
"for",
"programmers",
"such",
"as",
"Word",
"or",
"macOS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"B-Operating_System",
"O"
] |
[
"Replace",
"them",
"with",
"regular",
"ASCII",
"double",
"quotes",
"in",
"your",
"script",
",",
"and",
"disable",
"\"",
"smart",
"quotes",
"\"",
"in",
"your",
"editor",
"or",
"OS",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O"
] |
[
"If",
"you",
"are",
"sure",
"about",
"removing",
"the",
"directory",
"along",
"with",
"its",
"contents",
",",
"I",
"would",
"advise",
"this",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"double",
"quotes",
"will",
"take",
"care",
"of",
"any",
"spaces",
"in",
"the",
"name",
"of",
"the",
"directory",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Had",
"a",
"bit",
"of",
"a",
"\"",
"is",
"this",
"real",
"life",
"moment",
"\"",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Why",
"are",
"we",
"naming",
"mutators",
"with",
"get",
"and",
"set",
"prefixes",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"It",
"would",
"just",
"as",
"easy",
"and",
"understandable",
"to",
"just",
"do"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"myMember",
"(",
"myMember",
"Member",
")"
] | [
"B-Function",
"O",
"B-Class",
"B-Variable",
"O"
] |
[
"as",
"setMyMember",
"and",
"getMyMember"
] | [
"O",
"B-Function",
"O",
"B-Function"
] |
[
"Is",
"there",
"a",
"historical",
"reason",
"why",
"Java",
"has",
"this",
"style",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O"
] |
[
"The",
"get*",
"and",
"set*",
"style",
"of",
"naming",
"is",
"specified",
"in",
"the",
"JavaBeans",
"specification",
",",
"and",
"some",
"libraries",
"using",
"reflection",
"expect",
"this",
"style",
"to",
"be",
"used",
"."
] | [
"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"
] |
[
"For",
"example",
",",
"Jackson",
"mapper",
"can",
"serialize",
"a",
"java",
"object",
"using",
"the",
"get/setters",
"to",
"JSON",
"without",
"any",
"additional",
"annotations",
";",
"if",
"you",
"use",
"a",
"different",
"naming",
"style",
",",
"you",
"have",
"to",
"tell",
"it",
"where",
"your",
"properties",
"are",
"."
] | [
"O",
"O",
"O",
"B-Class",
"I-Class",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Note",
"that",
"some",
"other",
"programming",
"languages",
"use",
"different",
"styles",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Perl",
"libraries",
",",
"for",
"example",
",",
"often",
"use",
"a",
"->someProperty()",
"getter",
"and",
"->someProperty($newValue)",
"setter",
"."
] | [
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"B-Function",
"O",
"O"
] |
[
"I",
"am",
"following",
"the",
"Basic",
"Single-Row",
"Tile",
"Source",
"Collection",
"example",
"with",
"the",
"same",
"configurations",
"and",
"tile",
"sources",
"as",
"mentioned",
"in",
"the",
"example",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"now",
"trying",
"to",
"add",
"overlays",
"on",
"the",
"first",
"and",
"second",
"image",
"but",
"having",
"trouble",
"doing",
"it",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"first",
"overlay",
"should",
"have",
"been",
"positioned",
"on",
"top",
"of",
"the",
"first",
"image",
"and",
"the",
"second",
"overlay",
"should",
"have",
"been",
"placed",
"on",
"the",
"second",
"image",
"but",
"its",
"not",
"happening",
"that",
"way.",
"."
] | [
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"adding",
"the",
"overlays",
"collection",
"to",
"the",
"tileSources",
"collection",
"."
] | [
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"B-Class",
"O",
"O"
] |
[
"Are",
"the",
"overlays",
"not",
"independent",
"for",
"different",
"pages",
"?"
] | [
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Also",
",",
"I",
"get",
"the",
"below",
"error",
"in",
"console",
"after",
"adding",
"the",
"overlays",
",",
"I",
"do",
"not",
"understand",
"how",
"I",
"can",
"use",
"TiledImage.imageToViewportRectangle",
"in",
"such",
"basic",
"initialization",
"of",
"the",
"plugin",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"."
] | [
"O"
] |
[
"Codepen",
"example",
"URL",
":",
"https://codepen.io/hussainb/pen/QQPPvL"
] | [
"B-Application",
"O",
"O",
"O",
"O"
] |
[
"Codepen",
"Code",
":"
] | [
"B-Application",
"O",
"O"
] |
[
"html",
":"
] | [
"B-Language",
"O"
] |
[
"css",
":"
] | [
"B-Language",
"O"
] |
[
"Javascript",
":"
] | [
"B-Language",
"O"
] |
[
"Looks",
"like",
"this",
"is",
"a",
"bug",
"with",
"OpenSeadragon",
"!"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O"
] |
[
"Here",
"'s",
"the",
"issue",
"ticket",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"https://github.com/openseadragon/openseadragon/issues/1412"
] | [
"O"
] |
[
"You",
"can",
"work",
"around",
"it",
"by",
"storing",
"your",
"overlays",
"separately",
"and",
"adding",
"them",
"after",
"the",
"images",
"have",
"opened",
",",
"something",
"like",
"so",
"(",
"assuming",
"you",
"'ve",
"already",
"created",
"a",
"viewer",
")",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O"
] |
[
"You",
"can",
"see",
"this",
"in",
"action",
"here",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"https://codepen.io/iangilman/pen/aqgzJZ"
] | [
"O"
] |
[
"Some",
"data",
"I",
"have",
"to",
"plot",
"have",
"coordinates",
"such",
"as",
"(",
"20",
",",
"0",
")",
",",
"(",
"10",
",",
"0",
")",
",",
"etc",
"..",
".",
"Basically",
"some",
"of",
"the",
"points",
"belong",
"to",
"the",
"x-axis",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"I-Value",
"I-Value",
"I-Value",
"I-Value",
"O",
"B-Value",
"I-Value",
"I-Value",
"I-Value",
"I-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"problem",
"is",
",",
"these",
"points",
"are",
"hidden",
"by",
"the",
"axis",
";",
"i.e",
".",
"the",
"markers",
"are",
"behind",
"the",
"line",
"and",
"therefore",
"cannot",
"be",
"seen",
"properly",
"."
] | [
"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",
"an",
"example",
"of",
"my",
"figure",
":",
"http://i.stack.imgur.com/FNcob.png"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Does",
"anybody",
"have",
"an",
"idea",
"to",
"solve",
"this",
"problem",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"running",
"out",
"of",
"idea",
"..",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks",
"."
] | [
"O",
"O"
] |
[
"Viktor"
] | [
"B-User_Name"
] |
[
"Matplotlib",
"\"",
"snaps",
"\"",
"plot",
"limits",
"to",
"\"",
"whole",
"\"",
"(",
"factors",
"of",
"2",
",",
"5",
",",
"10",
",",
"100",
",",
"etc",
")",
"numbers",
",",
"by",
"default",
"."
] | [
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"B-Value",
"O",
"B-Value",
"O",
"B-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"This",
"often",
"means",
"that",
"your",
"data",
"may",
"wind",
"up",
"on",
"the",
"boundary",
"of",
"the",
"plot",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"ax.margins",
"allows",
"you",
"to",
"add",
"a",
"padding",
"factor",
"before",
"this",
"autoscaling",
"for",
"the",
"plot",
"is",
"calculated",
"."
] | [
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"It",
"'s",
"a",
"quick",
"way",
"to",
"avoid",
"the",
"problem",
"of",
"points",
"on",
"the",
"plot",
"boundary",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"As",
"a",
"quick",
"example",
"of",
"the",
"problem",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"And",
"an",
"easy",
"solution",
":"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"a",
"table",
"of",
"data",
"that",
"goes",
"quite",
"some",
"time",
"back",
",",
"but",
"I",
"only",
"want",
"to",
"results",
"in",
"my",
"query",
"for",
"the",
"last",
"13",
"weeks",
"."
] | [
"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",
"O",
"O"
] |
[
"There",
"is",
"a",
"date",
"column",
"in",
"that",
"table",
"."
] | [
"O",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"O",
"B-Data_Structure",
"O"
] |
[
"I",
"can",
"use"
] | [
"O",
"O",
"O"
] |
[
"to",
"get",
"the",
"date",
"of",
"13",
"weeks",
"back",
"as",
"a",
"separate",
"query",
"-",
"but",
"I",
"am",
"having",
"trouble",
"linking",
"that",
"into",
"the",
"initial",
"select",
"to",
"only",
"return",
"me",
"the",
"last",
"13",
"weeks",
"of",
"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"
] |
[
"I",
"have",
"used",
"that",
"query",
"as",
"the",
"data",
"should",
"refresh",
"every",
"day",
"to",
"go",
"back",
"13",
"weeks",
"to",
"that",
"date",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Is",
"there",
"any",
"way",
"I",
"can",
"do",
"that",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks",
"in",
"advance"
] | [
"O",
"O",
"O"
] |
[
"I",
"'m",
"a",
"bit",
"confused",
"on",
"what",
"your",
"issue",
"is",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"should",
"be",
"able",
"to",
"use",
"the",
"dateadd()",
"in",
"your",
"where",
"clause",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"B-Code_Block",
"O",
"O"
] |
[
"This",
"should",
"be",
"what",
"you",
"are",
"looking",
"for",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"want",
"to",
"build",
"a",
"specific",
"nodejs",
"as",
"a",
"static",
"library",
"without",
"some",
"internal",
"module",
"like",
"child_process",
"dns",
"etc",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"I-Class",
"O",
"O"
] |
[
"Is",
"there",
"a",
"configurable",
"way",
"to",
"go",
"about",
"this",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Remove",
"the",
"modules",
"you",
"do",
"n't",
"want",
"from",
"node.gyp",
",",
"remove",
"the",
".js",
"files",
"from",
"the",
"lib",
"folder",
",",
"remove",
"them",
"from",
"the",
"builtinLibs",
"array",
"in",
"lib/internal/module.js",
"then",
"build",
"it",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"B-File_Name",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"B-Data_Structure",
"O",
"B-File_Name",
"O",
"O",
"O",
"O"
] |
[
"Be",
"aware",
"that",
"these",
"modules",
"are",
"used",
"in",
"tests",
"and",
"benchmarks",
",",
"and",
"for",
"example",
"with",
"child_proccess",
",",
"in",
"lib/internal/v8_prof_polyfill.js",
"and",
"lib/internal/cluster/master.js"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Name",
"O",
"O",
"B-File_Name",
"O",
"B-File_Name"
] |
[
"Let",
"me",
"commence",
"by",
"stating",
"my",
"objective",
":",
"I",
"am",
"attempting",
"to",
"compare",
"two",
"13-bit",
"integers",
":",
">",
",",
"<",
",",
"and",
"=",
";",
"I",
"have",
"to",
"do",
"this",
"calculation",
"trillions",
"of",
"times",
",",
"so",
"it",
"is",
"imperative",
"that",
"I",
"optimize",
"it",
"as",
"much",
"as",
"possible",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Type",
"O",
"B-Code_Block",
"O",
"B-Code_Block",
"O",
"O",
"B-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"
] |
[
"My",
"program",
"currently",
"utilizes",
"Python",
"2.7",
"and",
"pyopencl",
"to",
"achieve",
"this",
"calculation",
"."
] | [
"O",
"O",
"O",
"O",
"B-Language",
"B-Version",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O"
] |