tokens list | ner_tags list |
|---|---|
[
"Thanks",
","
] | [
"O",
"O"
] |
[
"Sabari"
] | [
"B-User_Name"
] |
[
"The",
"MONGOHQ_URL",
"in",
"your",
"code",
"snippet",
"comes",
"from",
"the",
"shell",
"environment",
"."
] | [
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O"
] |
[
"For",
"example",
",",
"in",
"bash",
"you",
"would",
"add",
"that",
"to",
"your",
"~",
"/.bash_profile",
":"
] | [
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Name",
"I-File_Name",
"O"
] |
[
".",
".",
"or",
"include",
"on",
"your",
"command",
"line",
"when",
"starting",
"the",
"node",
"app",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O",
"O",
"O",
"B-Application",
"O",
"O"
] |
[
"Another",
"common",
"approach",
"with",
"Node.js",
"is",
"to",
"use",
"something",
"like",
"dotenv",
",",
"which",
"will",
"load",
"environment",
"variables",
"from",
"a",
".env",
"directory",
"in",
"your",
"project",
"."
] | [
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O"
] |
[
"There",
"is",
"no",
"default",
";",
"you",
"need",
"to",
"define",
"this",
"if",
"you",
"want",
"to",
"connect",
"to",
"a",
"MongoHQ",
"instance",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O"
] |
[
"I",
"am",
"trying",
"to",
"use",
"mootools",
"ajax",
"requests",
"to",
"record",
"clicks",
"on",
"outgoing",
"links",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Library",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"So",
"far",
"here",
"is",
"what",
"I",
"'m",
"doing",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Each",
"link",
"looks",
"like",
"follows",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"javascript",
"function",
"clickRecord(id)",
"is",
"defined",
"as",
"follows",
":"
] | [
"O",
"B-Language",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"problem",
"I",
"have",
"is",
"this",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"If",
"I",
"add",
"a",
"return",
"false",
";",
"to",
"the",
"onclick",
"=\"\"",
"declaration",
",",
"everything",
"works",
"fine",
",",
"of",
"course",
"the",
"problem",
"there",
"is",
"that",
"click",
"does",
"not",
"take",
"the",
"user",
"to",
"the",
... | [
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O",
"O",
"B-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",
"I",
"do",
"not",
"have",
"the",
"return",
"false",
";",
"then",
"it",
"seems",
"like",
"the",
"ajax",
"call",
"is",
"never",
"executed",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Value",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"thought",
"the",
"onclick",
"event",
"should",
"execute",
"first",
"and",
"then",
"only",
"the",
"default",
"action",
"should",
"execute",
"."
] | [
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Is",
"this",
"not",
"the",
"case",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"There",
"is",
"an",
"even",
"stranger",
"scenario",
"if",
"you",
"use",
"onmousedown",
"event",
"instead",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O"
] |
[
"It",
"seems",
"like",
"on",
"Firefox",
",",
"if",
"you",
"use",
"the",
"onmousedown",
"event",
",",
"once",
"you",
"go",
"to",
"the",
"new",
"page",
",",
"you",
"cant",
"simply",
"navigate",
"back",
"to",
"the",
"old",
"page",
",",
"you",
"have",
"t... | [
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"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"
] |
[
"Else",
"the",
"call",
"is",
"not",
"executed",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"This",
"does",
"not",
"happen",
"on",
"IE",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"OK",
".",
"Found",
"an",
"answer",
"to",
"one",
"of",
"the",
"questions",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"inline",
"mootools",
"request",
"did",
"not",
"execute",
"when",
"declared",
"through",
"the",
"onclick()",
"."
] | [
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O"
] |
[
"It",
"seems",
"this",
"was",
"caused",
"by",
"the",
"script",
"not",
"being",
"synchronous",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"So",
"probably",
"it",
"returns",
"without",
"actually",
"fully",
"committing",
"the",
"request",
",",
"and",
"the",
"browser",
"then",
"moves",
"to",
"another",
"page",
"breaking",
"the",
"execution",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Adding",
"a",
"synchronous",
"call",
"to",
"the",
"script",
"fixes",
"the",
"problem",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"second",
"problem",
"that",
"was",
"mentioned",
"on",
"the",
"onmousedownevent",
",",
"i.e",
".",
"firefox",
"not",
"executing",
"the",
"ajax",
"call",
"if",
"the",
"browser",
"navigates",
"back",
"is",
"still",
"unsolved",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"However",
"I",
"am",
"leaving",
"that",
"to",
"be",
"as",
"that",
"was",
"n't",
"the",
"main",
"question",
"raised",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Do",
"n't",
"use",
"onclick",
"-",
"very",
"1995",
"."
] | [
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O"
] |
[
"Instead",
"attach",
"an",
"event",
"to",
"the",
"element",
"and",
"use",
"event.stop()",
",",
"ie",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O"
] |
[
"JS",
":"
] | [
"B-Language",
"O"
] |
[
"Btw",
"."
] | [
"O",
"O"
] |
[
"<div",
"id=\"1\">",
"this",
"is",
"not",
"valid",
"in",
"HTML",
",",
"an",
"ID",
"'d",
"needs",
"to",
"start",
"with",
"a",
"letter",
"."
] | [
"B-Code_Block",
"I-Code_Block",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"How",
"do",
"I",
"stop",
"MetaTrader",
"Terminal",
"4",
"offline",
"chart",
"from",
"updating",
"the",
"price",
"on",
"its",
"own",
"?"
] | [
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"want",
"to",
"update",
"the",
"price",
"on",
"my",
"own",
"because",
"of",
"the",
"difference",
"in",
"timezone",
"with",
"my",
"broker",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"checked",
"all",
"the",
"properties",
"and",
"the",
"MQL4",
"forum",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O"
] |
[
"No",
"luck",
"."
] | [
"O",
"O",
"O"
] |
[
"For",
"trully",
"offline-charts",
",",
"there",
"is",
"a",
"way"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"While",
"regular",
"charts",
"process",
"an",
"independent",
"event-flow",
",",
"received",
"from",
"MT4-Server",
",",
"there",
"is",
"a",
"change",
"for",
"retaining",
"your",
"own",
"control",
"over",
"TOHLCV-data",
"records",
"-",
"-",
"including",
"the",
... | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
... |
[
"You",
"may",
"create",
"your",
"own",
",",
"transformed",
",",
"TOHLCV-history",
"and",
"import",
"these",
"records",
"via",
"F2",
"facility",
",",
"called",
"in",
"MT4",
"a",
"History",
"Centre",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"B-Keyboard_IP",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O"
] |
[
"How",
"to",
"avoid",
"a",
"live-quote-stream",
"updates",
"in",
"MetaTrader",
"Terminal",
"4"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"B-Version"
] |
[
"The",
"simplest",
"ever",
"way",
"is",
"not",
"to",
"login",
"to",
"any",
"Trading",
"Server",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O"
] |
[
"This",
"will",
"avoid",
"unwanted",
"updates",
"from",
"reaching",
"your",
"local",
"anFxQuoteStreamPROCESSOR",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O"
] |
[
"There",
"used",
"to",
"be",
"a",
"way",
",",
"how",
"to",
"inject",
"fake",
"QuoteStreamDATA",
"into",
"a",
"local",
"MT4",
",",
"however",
"this",
"enters",
"a",
"gray",
",",
"if",
"not",
"black",
"zone",
",",
"as",
"MetaQuotes",
",",
"Inc",
".",
"... | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Website",
"I-Website",
"I-Website",
"I-Website",
"O",
"O",
"O",
"B-Applic... |
[
"Anyway",
",",
"a",
"doable",
"approach",
"with",
"an",
"explicit",
"risk",
"warning",
"being",
"presented",
"above",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Ca",
"n't",
"be",
"done",
"."
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"Quotes",
"get",
"fed",
"in",
"from",
"mt4",
"and",
"get",
"\"",
"evented",
"\"",
"into",
"the",
"metatrader",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"I",
"want",
"to",
"change",
"the",
"compare",
"tool",
"that",
"AnkhSVN",
"uses",
"in",
"VS2012",
"but",
"the",
"\"",
"Subversion",
"Environment",
"\"",
"and",
"\"",
"Subversion",
"User",
"Tools",
"\"",
"menus",
"are",
"n't",
"showing",
"up",
"like",
"they... | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"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",
"B-Application",
"O"
] |
[
"Here",
"'s",
"what",
"I",
"should",
"see",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"But",
"this",
"is",
"what",
"I",
"'m",
"seeing",
"in",
"VS2012",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"This",
"is",
"with",
"AnkhSVN",
"v",
"2.4.11610.27",
"(",
"the",
"latest",
"stable",
"version",
"as",
"of",
"this",
"question",
"being",
"created",
")",
"."
] | [
"O",
"O",
"O",
"B-Application",
"O",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"am",
"using",
"VS2012",
"Ultimate",
"but",
",",
"presumably",
",",
"this",
"problem",
"would",
"also",
"occur",
"on",
"any",
"VS2012",
"version",
"which",
"supports",
"plugins",
"."
] | [
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"also",
"have",
"TortoiseSVN",
"installed",
"on",
"my",
"computer",
"but",
"I",
"doubt",
"that",
"it",
"related",
"to",
"this",
"problem",
"."
] | [
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"'ve",
"tried",
"reinstalling",
"the",
"AnkhSVN",
"plugin",
"but",
"this",
"does",
"not",
"change",
"it",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Other",
"than",
"this",
"problem",
"the",
"AnkhSVN",
"plugin",
"seems",
"to",
"be",
"working",
"correctly",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"n't",
"been",
"able",
"to",
"find",
"any",
"mention",
"of",
"this",
"problem",
"on",
"the",
"CollabNet",
"web",
"site",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O"
] |
[
"Do",
"you",
"know",
"how",
"to",
"get",
"these",
"menu",
"items",
"to",
"show",
"up",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"This",
"happened",
"to",
"me",
"because",
"the",
"AnkhSVN",
"was",
"not",
"my",
"active",
"source",
"code",
"control",
"provider",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"See"
] | [
"O"
] |
[
"tools->options->source",
"control",
"and",
"choose",
"AnkhSVN",
"."
] | [
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"I",
"'m",
"sure",
"if",
"this",
"will",
"work",
"for",
"everyone",
"but",
"I",
"found",
"that",
"doing",
"a",
"complete",
"uninstall/reinstall",
"of",
"AnkhSVN",
"solved",
"the",
"problem",
"for",
"me",
"and",
"go",
"into",
"Advanced",
"during",
"the",
"i... | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O"
] |
[
"I",
"had",
"tried",
"a",
"repair",
"before",
"this",
"and",
"it",
"did",
"n't",
"solve",
"the",
"problem",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"It",
"needed",
"to",
"be",
"an",
"uninstall/reinstall",
"with",
"VS2012",
"selected",
"in",
"Advanced",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O"
] |
[
"My",
"blank.ex",
"is",
":"
] | [
"O",
"B-File_Name",
"O",
"O"
] |
[
"and",
"I",
"type",
"in",
"iex",
",",
"the",
"output",
"is",
":"
] | [
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O"
] |
[
"So",
"I",
"'m",
"wondering",
"what",
"does",
"the",
"Any",
"means",
"in",
"this",
"context",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O"
] |
[
"and",
"I",
"got",
"something",
"interesting",
",",
"weather",
"or",
"not",
"I",
"use",
"the",
"implemented",
"like",
"this"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"and",
"the",
"output",
"in",
"the",
"iex",
"before",
"it",
"'s",
"the",
"same",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Does",
"that",
"means",
"this",
"implemented",
"does",
"nothing",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Or",
"I",
"have",
"missed",
"something",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"know",
"what",
"'s",
"my",
"confusing",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"also",
"get",
"started",
"with",
"example",
"this",
"site",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Firstly",
"my",
"blank.ex",
"is"
] | [
"O",
"O",
"B-File_Name",
"O"
] |
[
"and",
"after",
"I",
"compile",
"it",
"elixirc",
"blank.ex",
",",
"it",
"will",
"create",
"these",
"beam",
"files",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"I-Code_Block",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O"
] |
[
"and",
"secondly",
"my",
"blank.ex",
"is"
] | [
"O",
"O",
"O",
"B-File_Name",
"O"
] |
[
"and",
"I",
"compile",
"it",
"again",
",",
"I",
"got",
"these",
"beam",
"files",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O"
] |
[
"It",
"does",
"n't",
"delete",
"the",
"Elixir.Blank.Integer.beam",
"Elixir.Blank.List.beam",
"files",
",",
"and",
"when",
"I",
"run",
"in",
"iex",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"B-File_Name",
"I-File_Name",
"I-File_Name",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O"
] |
[
"So",
"this",
"is",
"just",
"because",
"my",
"missing",
"of",
"deleting",
"the",
"older",
"beam",
"files",
"manually",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O"
] |
[
"Any",
"clause",
"should",
"be",
"called",
"if",
"an",
"implementation",
"is",
"not",
"provided",
"."
] | [
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"do",
"n't",
"know",
"why",
"you",
"'re",
"getting",
"these",
"weird",
"results",
",",
"but",
"I",
"suspect",
"you",
"have",
"some",
"incorrect",
"definitions",
"in",
"the",
"shell",
"session",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O"
] |
[
"I",
"have",
"tried",
"with",
"the",
"example",
"from",
"the",
"site",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"And",
"got",
"expected",
"results",
":"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"last",
"example",
"is",
"a",
"fallback",
"to",
"Any",
",",
"since",
"the",
"protocol",
"is",
"not",
"defined",
"for",
"a",
"tuple",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"If",
"you",
"remove",
"the",
"Any",
"implementation",
",",
"and",
"restart",
"the",
"shell",
",",
"you",
"should",
"get",
"an",
"error",
":"
] | [
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"My",
"Openfire",
"server",
"stopped",
"automatically",
"."
] | [
"O",
"B-Application",
"B-Device",
"O",
"O",
"O"
] |
[
"it",
"happens",
"every",
"2",
"or",
"3",
"days",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"to",
"restart",
"service",
"manually",
"what",
"could",
"be",
"the",
"issue",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"it",
"really",
"a",
"big",
"issue",
"and",
"my",
"application",
"are",
"live.Please",
"suggest",
"me",
"what",
"was",
"the",
"issue",
"and",
"how",
"I",
"can",
"be",
"fixed",
"it",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Error",
"log",
":"
] | [
"O",
"B-File_Type",
"O"
] |
[
"2017.08.23",
"09:37:35",
"org.jivesoftware.openfire.plugin.rest.exceptions.RESTExceptionMapper",
"-",
"UserAlreadyExistsException",
":",
"Could",
"not",
"create",
"new",
"user",
"with",
"ressource",
"3"
] | [
"B-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block"
] |
[
"atg",
".",
"jivesoftware",
".",
"openfire",
".",
"container",
".",
"PluginManager",
".",
"loadPlugin(PluginManager",
".",
"javaorg",
".",
"jivesoftware",
".",
"openfire",
".",
"container",
".",
"PluginMonitor$MonitorTask$4",
".",
"call(PluginMonitor",
".",
"javaorg",... | [
"B-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block"... |
[
"java",
".",
"util",
".",
"concurrent",
".",
"ThreadPoolExecutor",
".",
"runWorker(ThreadPoolExecutor",
".",
"java",
":",
"java",
".",
"util",
".",
"concurrent",
".",
"ThreadPoolExecutor$Worker",
".",
"run(ThreadPoolExecutor",
".",
"java",
"at",
"java",
".",
"lang... | [
"B-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block",
"I-Output_Block"... |
[
"In",
"controller",
"I",
"have",
"written",
"code",
"that",
"convert",
"rank",
"into",
"Float"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"B-Data_Type"
] |
[
"but",
"here",
"I",
"am",
"getting",
"error",
"that",
"ReferenceError",
":",
"details",
"is",
"not",
"defined"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Error_Name",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"json",
"like",
"this",
":"
] | [
"O",
"O",
"B-File_Type",
"O",
"O",
"O"
] |
[
"In",
"html",
"if",
"I",
"click",
"header",
"of",
"table",
"then",
"it",
"will",
"sort",
"the",
"table",
"both",
"ascending",
"and",
"descending",
"order",
"but",
"I",
"am",
"unable",
"to",
"do",
"this",
"."
] | [
"O",
"B-File_Type",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"can",
"make",
"a",
"dynamic",
"sorting",
"by",
"clicking",
"on",
"the",
"header",
"divs",
"doing",
"like",
"that",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"B-HTML_XML_Tag",
"O",
"O",
"O",
"O"
] |
[
"And",
"in",
"your",
"controller"
] | [
"O",
"O",
"O",
"O"
] |
[
"Doing",
"so",
"it",
"will",
"revert",
"the",
"sort",
"when",
"re-clicking",
"on",
"the",
"header",
"of",
"a",
"column",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"B-User_Interface_Element",
"O"
] |
[
"PS",
":",
"do",
"n't",
"forget",
"to",
"dynamically",
"name",
"your",
"IDs",
"in",
"the",
"ng-repeat",
"directive",
"to",
"avoid",
"errors",
"and",
"have",
"a",
"valid",
"HTML",
"code",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-HTML_XML_Tag",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Language",
"O",
"O"
] |
[
"I",
"am",
"using",
"Retrofit",
"in",
"my",
"project",
"and",
"I",
"build",
"it",
"like",
"this",
":"
] | [
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.