tokens list | ner_tags list |
|---|---|
[
"Plenty",
"of",
"data",
"to",
"play",
"with",
"!"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"this",
"working",
"query",
",",
"but",
"I",
"feel",
"I",
"should",
"do",
"this",
"better",
"-",
"and",
"it",
"is",
"also",
"very",
"slow",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"'m",
"using",
"PHP",
"with",
"sqlsrv",
"extension",
"on",
"CentOS",
"7",
"to",
"connect",
"to",
"a",
"MSSQL",
"database",
"(",
"ERP",
"system",
")",
"."
] | [
"O",
"O",
"O",
"B-Language",
"O",
"B-Library",
"O",
"O",
"B-Application",
"B-Version",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"My",
"php",
"variables",
"in",
"this",
"query",
"is",
"set",
"up",
"like",
"this",
":"
] | [
"O",
"B-Language",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"So",
",",
"as",
"you",
"may",
"have",
"guessed",
"already",
",",
"I",
"'m",
"collecting",
"sales",
"statistics",
"for",
"a",
"given",
"customer",
"for",
"each",
"month",
"of",
"the",
"year",
"2016",
"and",
"2015",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"B-Value",
"O",
"B-Value",
"O"
] |
[
"Note",
"that",
"the",
"query",
"works",
"well",
",",
"giving",
"me",
"the",
"result",
"i",
"expect",
"-",
"but",
"it",
"is",
"too",
"slow",
"on",
"customers",
"with",
"many",
"orders/transactions",
"."
] | [
"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"
] |
[
"Any",
"pointers",
"on",
"how",
"to",
"speed",
"this",
"up",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thank",
"you",
"very",
"much",
"for",
"your",
"time",
"!"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Your",
"query",
"should",
"be",
"using",
"conditional",
"aggregation",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Subqueries",
"should",
"not",
"be",
"necessary",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"the",
"following",
"WebApi",
"action",
"that",
"deletes",
"an",
"order",
"from",
"the",
"back-end",
"database",
",",
"only",
"for",
"users",
"that",
"are",
"in",
"the",
"Admin",
"and",
"Order",
"roles",
"."
] | [
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"B-Variable",
"O",
"O"
] |
[
"However",
",",
"if",
"the",
"user",
"is",
"also",
"in",
"the",
"Readonly",
"role",
"the",
"action",
"returns",
"a",
"HTTP",
"403",
"Forbidden",
"response",
"."
] | [
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"O",
"B-Error_Name",
"I-Error_Name",
"I-Error_Name",
"O",
"O"
] |
[
"What",
"I",
"'d",
"like",
"to",
"know",
"is",
"it",
"possible",
"to",
"prevent",
"actions",
"from",
"being",
"executed",
"if",
"users",
"are",
"in",
"specific",
"roles",
"so",
"that",
"I",
"do",
"not",
"have",
"to",
"put",
"if(User.IsInRole(\"Readonly\"))",... | [
"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",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"O",
... |
[
"The",
"NotAuthorized",
"action",
"filter",
"will",
"return",
"a",
"HTTP",
"403",
"Forbidden",
"response",
"if",
"the",
"user",
"is",
"in",
"the",
"Readonly",
"role",
"."
] | [
"O",
"B-Variable",
"O",
"O",
"O",
"O",
"O",
"B-Error_Name",
"I-Error_Name",
"I-Error_Name",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O"
] |
[
"Is",
"this",
"possible",
"?"
] | [
"O",
"O",
"O",
"O"
] |
[
"This",
"is",
"the",
"code",
"to",
"implement",
"a",
"reverse",
"of",
"the",
"[",
"Authorize()",
"]",
"attribute",
"and",
"forbid",
"users",
"from",
"executing",
"MVC",
"WebApi",
"actions",
"if",
"they",
"are",
"a",
"member",
"of",
"one",
"or",
"more",
"... | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Variable",
"I-Variable",
"I-Variable",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Algorithm",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"To",
"use",
"this",
"filter",
"attribute",
"simply",
"decorate",
"any",
"actions",
"that",
"you",
"do",
"n't",
"want",
"users",
"to",
"execute",
"if",
"they",
"'re",
"a",
"member",
"of",
"a",
"restricted",
"role",
",",
"e.g",
"."
] | [
"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"
] |
[
"if",
"the",
"user",
"is",
"part",
"of",
"a",
"read-only",
"role",
"they",
"not",
"permitted",
"to",
"update",
"the",
"database",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"a",
"problem",
"saving",
"a",
"one",
"to",
"many",
"self-reference",
"relationship",
",",
"both",
"parent",
"and",
"children",
"are",
"saved",
"properly",
"on",
"the",
"database",
",",
"but",
"Im",
"getting",
"parent_id",
"null",
"for",
"the",
... | [
"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-Variable",
"B-Value",
"O",
"O",
"O",
"O"
] |
[
"I",
"folloed",
"the",
"doctrine",
"example",
"..",
".",
"but",
"no",
"idea"
] | [
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"}"
] | [
"B-Code_Block"
] |
[
"and",
"my",
"controller",
"here",
":"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"really",
"dont",
"know",
"what",
"im",
"doing",
"wrong"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"need",
"to",
"persist",
"ALL",
"of",
"your",
"entities",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"And",
"after",
"running",
"(",
"assuming",
"you",
"use",
"doctrine",
")"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O"
] |
[
"Your",
"will",
"have",
"a",
"function",
"named",
"\"",
"Category->addChildren",
"\"",
"which",
"should",
"be",
"used",
"to",
"add",
"children",
"to",
"an",
"existing",
"category",
"entity",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Try",
"this",
":"
] | [
"O",
"O",
"O"
] |
[
"Have",
"you",
"tried",
"out",
"Doctrine",
"Extensions",
",",
"particularly",
"the",
"tree",
"extension",
"?"
] | [
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"O"
] |
[
"It",
"makes",
"work",
"like",
"this",
"extremely",
"easy",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"been",
"working",
"on",
"a",
"simple",
"LWJGL",
"practice",
"project",
"for",
"a",
"bit",
"and",
"just",
"recently",
"stumbled",
"into",
"a",
"new",
"issue",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Now",
"with",
"every",
"project",
"i",
"due",
"i",
"save",
"working",
"backups",
"in",
"multiple",
"places",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"was",
"running",
"a",
"Windows",
"8.1",
"OS",
"and",
"recently",
"upgraded",
"to",
"Windows",
"10",
"and",
"suddenly",
"all",
"of",
"my",
"backups",
"and",
"current",
"program",
"have",
"the",
"rendering",
"error",
"as",
"seen",
"below",
"."
] | [
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"'ve",
"tried",
"to",
"run",
"my",
"program",
"on",
"a",
"windows",
"8.1",
"OS",
"and",
"it",
"works",
"fine",
"there",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Version",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Is",
"there",
"some",
"new",
"windows",
"driver",
"update",
"that",
"could",
"be",
"causing",
"this",
"rendering",
"issue",
"?"
] | [
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Or",
"is",
"there",
"some",
"incompatibility",
"with",
"windows",
"10",
"and",
"LWJGL",
"i",
"hav",
"n't",
"been",
"able",
"to",
"find",
"out",
"about",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"B-Version",
"O",
"B-Library",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Try",
"this",
":"
] | [
"O",
"O",
"O"
] |
[
"before",
"you",
"render",
"any",
"objects",
"into",
"your",
"world",
",",
"make",
"sure",
"you",
"are",
"using",
"the",
"inbuilt",
"depth",
"testing",
",",
"this",
"can",
"be",
"done",
"by",
"using",
"this",
"line",
"of",
"code",
":"
] | [
"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"
] |
[
"GL11.glEnable(GL11.GL_DEPTH_TEST)",
";"
] | [
"B-Code_Block",
"I-Code_Block"
] |
[
"This",
"should",
"work",
"for",
"you",
",",
"as",
"it",
"is",
"forgotten",
"in",
"most",
"cases",
"that",
"this",
"happens",
"!"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"-Kore"
] | [
"B-User_Name"
] |
[
"EDIT",
":"
] | [
"O",
"O"
] |
[
"Also",
"dont",
"forget",
"to",
"clear",
"the",
"buffer",
"aswell",
"!",
"!"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"O",
"O"
] |
[
"GL11",
".",
"glClear(GL11",
".",
"GL_COLOR_BUFFER_BIT|GL11",
".",
"GL_DEPTH_BUFFER_BIT",
");"
] | [
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block"
] |
[
"Firstly",
",",
"I",
"know",
"LocationManager",
"does",
"n't",
"have",
"to",
"be",
"called",
"in",
"an",
"AsyncTask",
"as",
"it",
"'s",
"already",
"non",
"UI",
"blocking",
":)"
] | [
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"have",
"an",
"activity",
"which"
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"1",
".",
"Gets",
"the",
"users",
"current",
"location"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"2",
".",
"Calls",
"a",
"webservice",
"to",
"retrieve",
"a",
"list",
"of",
"specific",
"POIs",
"around",
"that",
"location",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"user",
"can",
"choose",
"to",
"view",
"the",
"results",
"as",
"map",
"or",
"list",
"using",
"a",
"TabActivity",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"B-Data_Structure",
"O",
"O",
"B-Class",
"O"
] |
[
"Bearing",
"this",
"in",
"mind",
"the",
"AsyncTask",
"to",
"get",
"users",
"location",
"and",
"call",
"to",
"webservice",
"is",
"managed",
"by",
"the",
"TabActivity",
"view",
"rather",
"than",
"either",
"of",
"the",
"docked",
"views",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"So",
"I",
"want",
"the",
"TabActivity",
"to",
"start",
"an",
"AsyncTask",
"which",
"first",
"gets",
"the",
"users",
"location",
",",
"then",
"calls",
"the",
"webservice",
"."
] | [
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"A",
"progress",
"dialog",
"prevents",
"switching",
"views",
"using",
"the",
"tabs",
"during",
"this",
"process",
"."
] | [
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"B-Keyboard_IP",
"O",
"O",
"O",
"O"
] |
[
"It",
"'s",
"pretty",
"much",
"all",
"working",
"apart",
"from",
"getting",
"the",
"users",
"location",
"from",
"the",
"AsyncTask",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O"
] |
[
"The",
"webservice",
"code",
"is",
"written",
",",
"the",
"mapping",
"and",
"overlay",
"code",
"is",
"written",
",",
"the",
"task",
"progress",
"dialog",
"copes",
"with",
"orientation",
"changes",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"focus",
"on",
"location",
"is",
"speed",
"rather",
"than",
"accuracy",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"If",
"the",
"user",
"chooses",
"to",
"view",
"results",
"on",
"the",
"mapview",
"then",
"I",
"will",
"provide",
"a",
"'",
"My",
"location",
"'",
"button",
"which",
"will",
"enable",
"a",
"more",
"accurate",
"location",
"to",
"be",
"obtained",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"just",
"want",
"to",
"initially",
"get",
"a",
"rough",
"location",
"and",
"return",
"the",
"search",
"results",
"quickly",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Maybe",
"I",
"'m",
"going",
"about",
"this",
"the",
"wrong",
"way",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Maybe",
"I",
"should",
"display",
"the",
"map",
"view",
",",
"let",
"the",
"map",
"activity",
"find",
"the",
"current",
"location",
",",
"then",
"call",
"just",
"the",
"webservice",
"in",
"the",
"async",
"-",
"but",
"then",
"what",
"if",
"the",
"user",
... | [
"O",
"O",
"O",
"O",
"O",
"B-Data_Structure",
"O",
"O",
"O",
"O",
"B-Data_Structure",
"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",
... |
[
"I",
"was",
"also",
"going",
"to",
"allow",
"the",
"user",
"to",
"specify",
"their",
"default",
"view",
"-",
"some",
"people",
"may",
"prefer",
"a",
"list",
"to",
"a",
"map",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"In",
"this",
"case",
"I",
"would",
"have",
"a",
"listview",
"which",
"had",
"to",
"retrieve",
"the",
"location",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks",
"for",
"any",
"advice"
] | [
"O",
"O",
"O",
"O"
] |
[
"Martin",
"."
] | [
"B-User_Name",
"O"
] |
[
"I",
"sussed",
"it",
"."
] | [
"O",
"O",
"O",
"O"
] |
[
"The",
"problem",
"I",
"was",
"having",
"was",
"that",
"the",
"LocationListener",
"was",
"not",
"being",
"called",
"in",
"the",
"AsyncTask",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O"
] |
[
"The",
"reason",
"for",
"this",
"was",
"that",
"although",
"I",
"'d",
"created",
"and",
"prepared",
"a",
"lopper",
"in",
"the",
"thread",
"I",
"had",
"n't",
"called",
"Looper.Loop()"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Function"
] |
[
"I",
"start",
"the",
"requestLocationUpdates",
",",
"kick",
"off",
"a",
"timer",
"."
] | [
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Either",
"the",
"locationmanager",
"responds",
"with",
"a",
"location",
",",
"or",
"the",
"timer",
"expires",
"."
] | [
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"At",
"this",
"point",
"I",
"call",
"looper.quit()",
"to",
"ensure",
"things",
"return",
"to",
"normal",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Function",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Seems",
"to",
"be",
"working",
"."
] | [
"O",
"O",
"O",
"O",
"O"
] |
[
"You",
"also",
"have",
"to",
"remember",
"to",
"respond",
"to",
"the",
"back",
"button",
"etc",
",",
"cancelling",
"the",
"timer",
"and",
"looper",
"if",
"the",
"AsyncTask",
"is",
"cancelled",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-User_Interface_Element",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O"
] |
[
"I",
"currently",
"have",
"the",
"code",
"below",
"to",
"load",
"in",
"a",
"user",
"'s",
"profile",
"picture",
"in",
"my",
"iOS",
"app",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Operating_System",
"O",
"O"
] |
[
"However",
",",
"this",
"is",
"a",
"rewrite",
"by",
"me",
"to",
"load",
"it",
"from",
"an",
"url",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"The",
"old",
"code",
"had",
"this",
"UIImageView",
"*",
"imageView",
"=",
"[",
"[",
"UIImageView",
"alloc",
"]",
"initWithFrame:CGRectMake(0,40,100,100)",
"]",
";",
"so",
"that",
"the",
"image",
"would",
"n't",
"be",
"too",
"large",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"B-Code_Block",
"B-Code_Block",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"O",
"O",
"O",
"B-Variable",
"O",
"O",
"O",
"O",
... |
[
"How",
"can",
"I",
"incorporate",
"that",
"into",
"my",
"code",
"?"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"And",
"changing",
"http://placehold.it/250x250",
"to",
"http://placehold.it/100x100",
"is",
"not",
"an",
"option",
",",
"since",
"that",
"is",
"just",
"a",
"placeholder",
"."
] | [
"O",
"O",
"B-Code_Block",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Use",
"UIImageView",
"*",
"imageView",
"=",
"[",
"[",
"UIImageView",
"alloc",
"]",
"initWithFrame:CGRectMake(0,40,100,100)",
"]",
";",
"?"
] | [
"O",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"I-Code_Block",
"B-Code_Block",
"B-Code_Block",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"B-Code_Block",
"I-Code_Block",
"I-Code_Block",
"O"
] |
[
"You",
"can",
"set",
"the",
"image",
"later",
"using"
] | [
"O",
"O",
"O",
"O",
"B-Variable",
"O",
"O"
] |
[
"Also",
",",
"you",
"should",
"probably",
"take",
"out"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"imageView.layer.rasterizationScale",
"and",
"imageView.layer.shouldRasterize",
","
] | [
"B-Variable",
"O",
"B-Variable",
"O"
] |
[
"you",
"probably",
"do",
"n't",
"need",
"them",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"on",
"a",
"side",
"note"
] | [
"O",
"O",
"O",
"O"
] |
[
"(",
"+",
"[",
"NSData",
"dataWithContentsOfURL",
":",
"]",
"should",
"NEVER",
"be",
"used",
"in",
"such",
"case.",
".",
")"
] | [
"O",
"B-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"
] |
[
"While",
"uploading",
"doc",
"file",
"(",
"example",
"test.doc",
")",
"to",
"server",
"(",
"unix",
"machine",
")",
",",
"I",
"am",
"using",
"apache",
"commons",
"jar",
"which",
"gives",
"me",
"FormFile",
"instance",
"at",
"server",
"side",
"which",
"is",
... | [
"O",
"O",
"B-File_Type",
"O",
"O",
"B-File_Name",
"I-File_Name",
"O",
"O",
"B-Application",
"O",
"B-Operating_System",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"I-Application",
"B-File_Type",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"B-Application",
"O",
"O... |
[
"When",
"I",
"write",
"the",
"same",
"byte",
"array",
"to",
"response",
"output",
"stream",
"and",
"send",
"it",
"to",
"browser",
"to",
"download",
"the",
"same",
"file",
",",
"weird",
"content",
"is",
"shown",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"B-Data_Type",
"B-Data_Structure",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Application",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"get",
"one",
"pop",
"up",
"to",
"select",
"encoding",
"in",
"which",
"i",
"would",
"like",
"to",
"see",
"the",
"data",
"and",
"weird",
"data",
"is",
"shown",
"in",
"that",
"doc.The",
"content",
"type",
"is",
"set",
"as",
"follows",
":"
] | [
"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",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"I",
"think",
"that",
"while",
"writing",
"data",
"to",
"output",
"stream",
",",
"meta",
"data",
"related",
"to",
"doc",
"file",
"is",
"also",
"written",
"which",
"causes",
"this",
"issue",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Is",
"there",
"anything",
"specific",
"for",
"doc",
"or",
"docx",
"file",
"formats",
",",
"which",
"needs",
"to",
"be",
"done",
"so",
"file",
"is",
"in",
"proper",
"format",
"and",
"i",
"can",
"see",
"correct",
"data",
"which",
"i",
"uploaded",
"or",
... | [
"O",
"O",
"O",
"O",
"O",
"B-File_Type",
"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",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Any",
"help",
"would",
"be",
"appreciated",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks",
"in",
"Advance",
"."
] | [
"O",
"O",
"O",
"O"
] |
[
"Let",
"me",
"know",
"if",
"more",
"info",
"is",
"required",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"It",
"may",
"not",
"be",
"a",
"fix",
"for",
"your",
"problem",
"because",
"I",
"have",
"not",
"run",
"any",
"test",
"around",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"But",
"to",
"check",
"the",
"correct",
"mime",
"types",
"please",
"refer",
"to",
"this",
"link",
":"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"https://technet.microsoft.com/en-us/library/ee309278(office.12).aspx"
] | [
"O"
] |
[
"Updated",
":"
] | [
"O",
"O"
] |
[
"You",
"can",
"use",
"response",
"type",
"as",
"ArrayBuffer",
"and",
"set",
"the",
"content",
"as",
"Blob",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O",
"O",
"O",
"O",
"O",
"B-Class",
"O"
] |
[
"Or",
"this",
"could",
"work"
] | [
"O",
"O",
"O",
"O"
] |
[
"There",
"'s",
"a",
"known",
"issue",
"in",
"Microsoft",
"which",
"provide",
"workaround",
"for",
"the"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-Website",
"O",
"O",
"O",
"O",
"O"
] |
[
"Encoding",
"Pop",
"Up"
] | [
"O",
"B-User_Interface_Element",
"I-User_Interface_Element"
] |
[
"My",
"question",
"is",
"quite",
"simple",
",",
"if",
"I",
"declare",
"an",
"IF",
"statement",
"with",
"a",
"series",
"of",
"OR",
"clauses",
"will",
"JavaScript",
"read",
"all",
"of",
"the",
"ORs",
"or",
"stop",
"at",
"the",
"first",
"one",
"that",
"is... | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"B-Language",
"O",
"O",
"O",
"O",
"B-Code_Block",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
[
"Thanks",
"in",
"advance",
"."
] | [
"O",
"O",
"O",
"O"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.