tokens
sequence | ner_tags
sequence |
---|---|
[
"My",
"foreach",
"loop",
"looks",
"like",
"this",
"but",
"it",
"'s",
"not",
"working",
":"
] | [
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"would",
"like",
"to",
"get",
"an",
"output",
"like",
"this",
"when",
"I",
"do",
"a",
"print_r($output)"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function"
] |
[
"Seems",
"like",
"a",
"simple",
"transformation",
"to",
"me",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"can",
"try",
"this",
":"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"If",
"it",
"does",
"n't",
"work",
",",
"please",
"do",
"a",
"\"",
"var_dump",
"\"",
"on",
"\"",
"$responses",
"\"",
"instead",
"of",
"\"",
"print_r",
"\"",
"because",
"we",
"did",
"n't",
"view",
"how",
"this",
"variable",
"is",
"exactly",
"defined",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"created",
"a",
"custom",
"iterator",
",",
"inheriting",
"from",
"there",
"iter",
"class",
"in",
"the",
"iterators",
"package",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"B-Library",
"O",
"O"
] |
[
"The",
"iterator",
"and",
"its",
"methods",
"are",
"not",
"exported",
"from",
"the",
"package",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Here",
"is",
"the",
"iterator",
"and",
"a",
"test",
"function",
"in",
"a",
"script",
"that",
"is",
"reproducible",
"and",
"runnable",
",",
"the",
"iterator",
"is",
"called",
"pairsRef",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O"
] |
[
"However",
",",
"I",
"want",
"to",
"use",
"this",
"iterator",
"to",
"do",
"foreach",
"loops",
"in",
"a",
"package",
"of",
"mine",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"If",
"I",
"put",
"Test2",
"in",
"a",
"package",
"(",
"exported",
")",
",",
"and",
"I",
"have",
"all",
"the",
"other",
"functions",
"in",
"the",
"package",
"(",
"unexported",
")",
",",
"and",
"I",
"have",
"the",
"package",
"namespace",
"import",
"Biostrings",
",",
"iterators",
",",
"and",
"foreach",
"."
] | [
"O",
"O",
"O",
"B-Function",
"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",
"B-Library",
"O",
"B-Library",
"O",
"O",
"B-Library",
"O"
] |
[
"It",
"does",
"not",
"work",
"."
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"With",
"a",
"fresh",
"R",
"session",
",",
"loading",
"the",
"package",
",",
"and",
"the",
"running",
":"
] | [
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Results",
"in",
"an",
"error",
":",
"\"",
"Error",
"in",
"{",
":",
"attempt",
"to",
"apply",
"non-function",
"\""
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Error_Name",
"I-Error_Name",
"I-Error_Name",
"I-Error_Name",
"O"
] |
[
"Is",
"this",
"because",
"the",
"custom",
"iterator",
"is",
"internal",
"to",
"the",
"package",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Any",
"help",
"or",
"suggestions",
"are",
"greatly",
"appreciated",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"[",
"EDIT",
"]",
"-",
"If",
"I",
"export",
"the",
"iterator",
"and",
"it",
"'s",
"functions",
"from",
"the",
"package",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Then",
"all",
"works",
"fine",
"."
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"But",
"I",
"do",
"n't",
"necessarily",
"want",
"to",
"export",
"iterators",
"of",
"the",
"package",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks",
","
] | [
"O",
"O"
] |
[
"Ben",
"."
] | [
"B-User_Name",
"O"
] |
[
"In",
"order",
"for",
"it",
"to",
"work",
"inside",
"the",
"package",
",",
"the",
"method",
"nextElem",
"must",
"be",
"imported",
"from",
"iterators",
",",
"and",
"then",
"the",
"additional",
"method",
"unique",
"to",
"the",
"package",
",",
"exported",
",",
"such",
"that",
"it",
"is",
"visible",
"to",
"the",
"functions",
"in",
"the",
"foreach",
"package",
"namespace",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"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",
"B-Library",
"O",
"O",
"O"
] |
[
"For",
"example",
"I",
"have",
"the",
"following",
"data",
"in",
"MongoDB",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"Now",
"I",
"want",
"to",
"query",
"\"",
"SUM",
"the",
"number",
"of",
"incoming",
"between",
"11",
"-",
"12",
"\"",
"(",
"the",
"result",
"should",
"be",
"500",
")",
",",
"how",
"could",
"I",
"do",
"this",
"using",
"Mongo",
"Shell",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"I-Value",
"I-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O"
] |
[
"As",
"llovet",
"suggested",
",",
"the",
"aggregation",
"framework",
"is",
"the",
"way",
"to",
"go",
"."
] | [
"O",
"B-User_Name",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Here",
"'s",
"what",
"your",
"query",
"would",
"look",
"like",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"can",
"also",
"shape",
"the",
"resulting",
"document",
"to",
"only",
"contain",
"the",
"sum",
"by",
"adding",
"a",
"$project",
"operator",
"at",
"the",
"end",
"of",
"the",
"pipeline",
",",
"like",
"so",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"been",
"working",
"on",
"a",
"project",
"that",
"requires",
"JSON",
"for",
"getting",
"data",
"from",
"a",
"large",
"json",
"file",
",",
"but",
"I",
"ran",
"into",
"a",
"problem",
"when",
"trying",
"to",
"get",
"a",
"json",
"string",
"using",
"a",
"method",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"B-Data_Type",
"O",
"O",
"O",
"O"
] |
[
"the",
"method",
"for",
"getting",
"the",
"ID",
"works",
"I",
"have",
"tested",
"this",
"multiple",
"times",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"When",
"I",
"enter",
"int",
"he",
"ID",
"as",
"a",
"string",
"it",
"also",
"works",
"prefectly",
"but",
"when",
"I",
"use",
"the",
"method",
"to",
"get",
"the",
"jsonString",
"it",
"stops",
"working",
"and",
"gives",
"a",
"nullpoiterexeption"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Error_Name"
] |
[
"This",
"is",
"the",
"json",
"string",
"I",
"am",
"trying",
"to",
"get",
"info",
"{",
"\"W1121000-00002\":",
"{",
"\"clnt\":1023",
",",
"\"srvr\":870",
"}",
"}",
"and",
"I",
"am",
"trying",
"to",
"get",
"the",
"clnt",
"value",
"out",
"of",
"that",
"string",
"."
] | [
"O",
"O",
"O",
"B-Language",
"B-Data_Type",
"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",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O",
"O",
"O",
"B-Data_Type",
"O"
] |
[
"I",
"am",
"using",
"Pyhton3.4.1",
"and",
"win7",
"."
] | [
"O",
"O",
"O",
"B-Language",
"O",
"B-Operating_System",
"O"
] |
[
"I",
"am",
"trying",
"to",
"reading",
"a",
"txt",
"file",
"exported",
"from",
"a",
"software",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"it",
"seems",
"that",
"python",
"cannot",
"read",
"this",
"text",
"file",
"."
] | [
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"B-File_Type",
"O",
"O"
] |
[
"But",
"I",
"found",
"if",
"I",
"open",
"the",
"text",
"file",
"by",
"notepad",
"and",
"add",
"a",
"space",
"in",
"any",
"place",
"and",
"save",
"it",
",",
"the",
"python",
"works",
"well",
"then",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O"
] |
[
"I",
"tried",
"the",
"same",
"code",
"and",
"same",
"file",
"on",
"my",
"mac",
",",
"it",
"has",
"the",
"same",
"problem",
"as",
"in",
"windows",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Device",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"O"
] |
[
"For",
"original",
"text",
"file",
",",
"not",
"working",
",",
"open",
"and",
"saved",
"in",
"windows",
"notepad",
",",
"working",
","
] | [
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Application",
"O",
"O",
"O"
] |
[
"open",
"ans",
"saved",
"in",
"mac",
"textedit",
",",
"not",
"working",
"."
] | [
"O",
"O",
"O",
"O",
"B-Device",
"B-Application",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"doubting",
"the",
"original",
"coding",
"of",
"the",
"text",
"file",
"might",
"not",
"be",
"right",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks"
] | [
"O"
] |
[
"Python",
"code"
] | [
"B-Language",
"O"
] |
[
"Shell"
] | [
"B-Application"
] |
[
"Plus",
",",
"the",
"error",
"below",
"is",
"the",
"same",
"code",
"reported",
"on",
"my",
"mac(Python3.4.1,OS10.9)"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Device"
] |
[
"When",
"you",
"save",
"the",
"file",
"in",
"Notepad",
",",
"the",
"file",
"is",
"reencoded",
"to",
"be",
"saved",
"as",
"your",
"default",
"file",
"encoding",
"for",
"your",
"Windows",
"installation",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"O",
"O"
] |
[
"Notepad",
"auto-detected",
"the",
"encoding",
"when",
"it",
"opened",
"the",
"file",
",",
"however",
"."
] | [
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Python",
"opens",
"file",
"using",
"that",
"same",
"system",
"encoding",
",",
"by",
"default",
",",
"which",
"is",
"why",
"you",
"can",
"now",
"open",
"the",
"file",
"."
] | [
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Quoting",
"the",
"open()",
"function",
"documentation",
":"
] | [
"O",
"O",
"B-Function",
"O",
"O",
"O"
] |
[
"You",
"'ll",
"have",
"to",
"explicitly",
"specify",
"the",
"correct",
"encoding",
"for",
"the",
"file",
"if",
"you",
"wanted",
"to",
"open",
"it",
"directly",
"in",
"Python",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O"
] |
[
"I",
"used",
"'",
"utf-8-sig",
"'",
"as",
"an",
"example",
"here",
",",
"as",
"that",
"is",
"a",
"file",
"encoding",
"that",
"Notepad",
"can",
"auto-detect",
"."
] | [
"O",
"O",
"B-Value",
"I-Value",
"I-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O"
] |
[
"It",
"could",
"well",
"be",
"that",
"the",
"encoding",
"is",
"UTF-16",
"or",
"plain",
"UTF-8",
"or",
"any",
"number",
"of",
"other",
"encodings",
",",
"however",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O",
"B-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"If",
"you",
"think",
"that",
"the",
"page",
"is",
"encoded",
"with",
"a",
"specific",
"ANSI",
"codepage",
"you",
"still",
"have",
"to",
"name",
"the",
"exact",
"codepage",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Your",
"system",
"is",
"configured",
"to",
"use",
"code",
"page",
"936",
"(",
"GBK",
")",
"but",
"that",
"is",
"not",
"the",
"correct",
"encoding",
"for",
"this",
"file",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"See",
"the",
"codecs",
"module",
"for",
"a",
"list",
"of",
"supported",
"encodings",
"."
] | [
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Compile",
"the",
"following",
"class"
] | [
"O",
"O",
"O",
"O"
] |
[
"using",
"gcc",
"-fdump-class-hierarchy",
"."
] | [
"O",
"B-Code_Block",
"I-Code_Block",
"O"
] |
[
"gcc",
"emits"
] | [
"B-Code_Block",
"O"
] |
[
"What",
"is",
"the",
"significance",
"of",
"\"",
"nearly-empty",
"\"",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"What",
"does",
"it",
"mean",
"?"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"suppose",
"it",
"'s",
"to",
"differentiate",
"it",
"from",
"\"",
"empty",
"\"",
",",
"which",
"is",
"what",
"you",
"get",
"if",
"compile",
"a",
"class",
"with",
"no",
"members",
"at",
"all",
"."
] | [
"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"
] |
[
"\"",
"nearly-empty",
"\"",
"seems",
"to",
"mean",
"it",
"hasa",
"vtable",
"and",
"nothing",
"else",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"O",
"O",
"O"
] |
[
"The",
"C++",
"ABI",
"provides",
"a",
"definition",
"of",
"\"",
"nearly",
"empty",
"\"",
"classes",
"and",
"an",
"interesting",
"discussion",
"of",
"how",
"they",
"affect",
"vtable",
"construction",
":"
] | [
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"O"
] |
[
"I",
"ran",
"across",
"this",
"while",
"researching",
"the",
"effect",
"of",
"nearly",
"empty",
"virtual",
"bases",
"on",
"object",
"size",
",",
"vtable",
"size",
",",
"and",
"virtual",
"call",
"overhead",
"."
] | [
"O",
"O",
"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"
] |
[
"I",
"use",
"NSJSONSerialization",
"to",
"call",
"a",
"login",
"url",
"which",
"returns",
"a",
"JSON",
"object",
"."
] | [
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Type",
"O",
"O"
] |
[
"This",
"obj",
"has",
"3",
"props",
":",
"data",
"is",
"obj",
",",
"success",
"is",
"boolean",
"(",
"NOT",
"String",
",",
"indicates",
"login",
"success",
"or",
"not",
")",
",",
"timeout",
"is",
"number",
"(",
"NOT",
"String",
")",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"B-Variable",
"O",
"B-Data_Type",
"O",
"O",
"B-Data_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"B-Data_Type",
"O",
"O",
"B-Data_Type",
"O",
"O"
] |
[
"The",
"problem",
"is",
"the",
"success",
"and",
"timeout",
"'s",
"values",
"are",
"null",
"."
] | [
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"B-Variable",
"O",
"O",
"O",
"B-Value",
"O"
] |
[
"The",
"data",
"is",
"fine",
"."
] | [
"O",
"B-Variable",
"O",
"O",
"O"
] |
[
"I",
"tested",
"this",
"url",
"from",
"html",
"file",
"requiring",
",",
"it",
"works",
"fine",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"What",
"'s",
"the",
"problem",
"?"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"http://screencast.com/t/chDMshKPl"
] | [
"O"
] |
[
"I",
"'m",
"using",
"the",
"following",
"in",
"my",
"CSS",
"to",
"force",
"a",
"vertical",
"scrollbar",
"in",
"Firefox",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"B-Application",
"O"
] |
[
"Does",
"this",
"technique",
"work",
"in",
"Safari",
"and",
"Opera",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"B-Application",
"O"
] |
[
"Some",
"people",
"say",
"it",
"does",
"and",
"some",
"say",
"otherwise",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"This",
":"
] | [
"O",
"O"
] |
[
"works",
"in",
"Opera",
"11.01",
"and",
"Safari",
"5.0.3",
"for",
"Windows",
",",
"but",
"this",
":"
] | [
"O",
"O",
"B-Application",
"B-Version",
"O",
"B-Application",
"B-Version",
"O",
"B-Operating_System",
"O",
"O",
"O",
"O"
] |
[
"does",
"n't",
"work",
"in",
"Opera",
"and",
"works",
"for",
"the",
"rest",
"."
] | [
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"CSS",
"rule",
"overflow-y",
":",
"scroll",
"works",
"for",
"me",
"in",
":"
] | [
"O",
"B-Language",
"O",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"O",
"O",
"O",
"O",
"O"
] |
[
"Opera",
"10.10"
] | [
"B-Application",
"B-Version"
] |
[
"Google",
"Chrome",
"3.0.195.38"
] | [
"B-Application",
"I-Application",
"B-Version"
] |
[
"Mozilla",
"Firefox",
"3.5.6"
] | [
"B-Application",
"I-Application",
"B-Version"
] |
[
"and",
"obviously",
"all",
"versions",
"of",
"Microsoft",
"Internet",
"Explorer",
"where",
"the",
"scrollbar",
"is",
"always",
"shown",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"I-Application",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O"
] |
[
"Safari",
"and",
"Google",
"Chrome",
"are",
"using",
"the",
"same",
"view",
"engine",
",",
"so",
"chances",
"are",
"it",
"works",
"in",
"Safari",
"as",
"well",
":)"
] | [
"B-Application",
"O",
"B-Application",
"I-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O"
] |
[
"I",
"'m",
"new",
"in",
"Kendo",
"UI",
"&",
"Codeigniter",
"."
] | [
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O",
"B-Application",
"O"
] |
[
"I",
"have",
"trouble",
"with",
"Kendo",
"UI",
"when",
"i",
"trying",
"to",
"read",
"data",
"from",
"codeigniter",
"controller",
"."
] | [
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O"
] |
[
"I",
"can",
"see",
"json",
"data",
",",
"which",
"is",
"return",
"from",
"controller",
",",
"but",
"it",
"not",
"display",
"at",
"Kendo",
"UI",
"grid",
"."
] | [
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O",
"O"
] |
[
"Below",
"is",
"some",
"screen",
"shoot",
"when",
"i",
"'m",
"debug",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Here",
"is",
"screen",
"shot",
"error",
"http://prntscr.com/5bmn3n"
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Here",
"is",
"screen",
"shot",
"data",
"i",
"recived",
"http://prntscr.com/5bmne5"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Here",
"is",
"screen",
"shot",
"Kendo",
"UI",
"code",
":",
"prntscr.com/5bmnib"
] | [
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O",
"O",
"O"
] |
[
"And",
"here",
"is",
"screen",
"shot",
"my",
"controller",
"code",
":",
"prntscr.com/5bmnni"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Hope",
"you",
"can",
"help"
] | [
"O",
"O",
"O",
"O"
] |
[
"Please",
",",
"try",
"to",
"add"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"Also",
",",
"please",
"have",
"in",
"mind",
"that",
"\"",
"jsonp",
"\"",
"is",
"required",
"for",
"cross-domain",
"requests",
"!"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"working",
"on",
"an",
"MVC5",
"application",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O"
] |
[
"I",
"am",
"having",
"a",
"problem",
"getting",
"the",
"server-side",
"validation",
"of",
"number",
"fields",
"to",
"work",
"for",
"the",
"specific",
"culture",
"(",
"de-CH",
")",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O"
] |
[
"It",
"really",
"feels",
"like",
"it",
"is",
"defaulting",
"to",
"the",
"standard",
"German",
"format",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"set",
"the",
"web.config",
"globalization",
":"
] | [
"O",
"O",
"O",
"O",
"B-File_Name",
"O",
"O"
] |
[
"I",
"am",
"not",
"using",
"any",
"resource",
"files",
",",
"so",
"from",
"what",
"I",
"understand",
"the",
"uiCulture",
"does",
"not",
"come",
"into",
"play",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"client",
"is",
"using",
"jquery.globalize",
"and",
"correctly",
"loading",
"and",
"using",
"the",
"de-CH",
"culture",
"."
] | [
"O",
"B-Application",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O"
] |
[
"reports",
"the",
"proper",
"culture",
"of",
"'",
"de-CH",
"'",
"on",
"both",
"machines",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Value",
"I-Value",
"I-Value",
"O",
"O",
"O",
"O"
] |
[
"Locally",
"it",
"validates",
"100.00",
"as",
"correct",
",",
"but",
"on",
"the",
"server",
"it",
"says",
"that",
"is",
"not",
"a",
"number",
"."
] | [
"O",
"O",
"O",
"B-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"All",
"of",
"this",
"works",
"properly",
"on",
"my",
"local",
"Win7",
"IIS7",
"instance",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"O",
"O",
"O"
] |