id int32 0 12.9k | code listlengths 2 264k |
|---|---|
11,600 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Vecf",
"{",
"private",
"float",
"[",
"]",
"data",
";",
"public",
"Vecf",
"(",
"int",
"n",
")",
"{",
"data",
"=",
"new",
"float",
"[",
"n",
"... |
11,601 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Box3f",
"{",
"private",
"Vec3f",
"min",
"=",
"new",
"Vec3f",
"(",
")",
";",
"private",
"Vec3f",
"max",
"=",
"new",
"Vec3f",
"(",
")",
";",
"pu... |
11,602 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Vec3d",
"{",
"private",
"double",
"x",
";",
"private",
"double",
"y",
";",
"private",
"double",
"z",
";",
"public",
"Vec3d",
"(",
")",
"{",
"}",... |
11,603 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Vec4f",
"{",
"private",
"float",
"x",
";",
"private",
"float",
"y",
";",
"private",
"float",
"z",
";",
"private",
"float",
"w",
";",
"public",
"... |
11,604 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Plane",
"{",
"private",
"Vec3f",
"normal",
";",
"private",
"Vec3f",
"point",
";",
"float",
"c",
";",
"public",
"Plane",
"(",
")",
"{",
"normal",
... |
11,605 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"IntersectionPoint",
"{",
"private",
"Vec3f",
"intPt",
"=",
"new",
"Vec3f",
"(",
")",
";",
"private",
"float",
"t",
";",
"public",
"Vec3f",
"getInter... |
11,606 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"MathUtil",
"{",
"public",
"static",
"boolean",
"makePerpendicular",
"(",
"Vec3f",
"src",
",",
"Vec3f",
"dest",
")",
"{",
"if",
"(",
"(",
"src",
".... |
11,607 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"PlaneUV",
"{",
"private",
"Vec3f",
"origin",
"=",
"new",
"Vec3f",
"(",
")",
";",
"private",
"Vec3f",
"normal",
"=",
"new",
"Vec3f",
"(",
")",
";... |
11,608 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Vec2f",
"{",
"private",
"float",
"x",
";",
"private",
"float",
"y",
";",
"public",
"Vec2f",
"(",
")",
"{",
"}",
"public",
"Vec2f",
"(",
"Vec2f",... |
11,609 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"DimensionMismatchException",
"extends",
"RuntimeException",
"{",
"public",
"DimensionMismatchException",
"(",
")",
"{",
"super",
"(",
")",
";",
"}",
"publ... |
11,610 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Vec3f",
"{",
"public",
"static",
"final",
"Vec3f",
"X_AXIS",
"=",
"new",
"Vec3f",
"(",
"1",
",",
"0",
",",
"0",
")",
";",
"public",
"static",
... |
11,611 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Matf",
"{",
"private",
"float",
"[",
"]",
"data",
";",
"private",
"int",
"nCol",
";",
"private",
"int",
"nRow",
";",
"public",
"Matf",
"(",
"int... |
11,612 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"public",
"class",
"Mat4f",
"{",
"private",
"float",
"[",
"]",
"data",
";",
"public",
"Mat4f",
"(",
")",
"{",
"data",... |
11,613 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Sphere",
"{",
"private",
"Vec3f",
"center",
"=",
"new",
"Vec3f",
"(",
")",
";",
"private",
"float",
"radius",
";",
"private",
"float",
"radSq",
";... |
11,614 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Mat3f",
"{",
"private",
"float",
"[",
"]",
"data",
";",
"public",
"Mat3f",
"(",
")",
"{",
"data",
"=",
"new",
"float",
"[",
"9",
"]",
";",
"... |
11,615 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Veci",
"{",
"private",
"int",
"[",
"]",
"data",
";",
"public",
"Veci",
"(",
"int",
"n",
")",
"{",
"data",
"=",
"new",
"int",
"[",
"n",
"]",
... |
11,616 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
";",
"public",
"class",
"Line",
"{",
"private",
"Vec3f",
"point",
";",
"private",
"Vec3f",
"direction",
";",
"private",
"Vec3f",
"alongVec",
";",
"public",
"Line",
"(",
")",... |
11,617 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"import",
"java",
".",
"awt",
".",
"BorderLayout",
";",
"import",
"java",
".",
"awt",
".",
"DisplayMode",
";",
"import",
"java",
".",
"awt",
".",
"Frame",
";",
"imp... |
11,618 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"import",
"java",
".",
"awt",
".",
"Frame",
";",
"import",
"java",
".",
"awt",
".",
"event",
".",
"*",
";",
"import",
"java",
".",
"io",
".",
"*",
";",
"import"... |
11,619 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"public",
"interface",
"ProgressListener",
"<",
"IDENT",
">",
"{",
"public",
"void",
"progressStart",
"(",
"ProgressEvent",
"<",
"IDENT",
">",
"evt",
")",
";",
"public",
... |
11,620 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"import",
"java",
".",
"awt",
".",
"BasicStroke",
";",
"import",
"java",
".",
"awt",
".",
"Color",
";",
"import",
"java",
".",
"awt",
".",
"Graphics2D",
";",
"impor... |
11,621 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"import",
"java",
".",
"awt",
".",
"EventQueue",
";",
"import",
"java",
".",
"awt",
".",
"image",
".",
"*",
";",
"import",
"java",
".",
"io",
".",
"*",
";",
"im... |
11,622 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"import",
"java",
".",
"awt",
".",
"image",
".",
"*",
";",
"public",
"interface",
"Fetcher",
"<",
"IDENT",
">",
"{",
"public",
"BufferedImage",
"getImage",
"(",
"Obje... |
11,623 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"test",
";",
"import",
"java",
".",
"util",
".",
"EventObject",
";",
"public",
"class",
"ProgressEvent",
"<",
"IDENT",
">",
"extends",
"EventObject",
"{",
"private",
"Object",
"imageD... |
11,624 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"public",
"class",
"Node",
"{",
"public",
"void",
"doAction",
"(",
"Acti... |
11,625 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elem... |
11,626 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"java",
".",
"awt",
".",
"image",
".",
"*",
";",
"import",
"java",
".",
"io",
".",
"*",
";",
"import",
"java",
".",
"net",
".",
"*",
";",
"import",
... |
11,627 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math... |
11,628 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"public",
"abstract",
"class",
"Shape",
"extends",
"Node",
"{",
"}",
"</s>"
] |
11,629 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elem... |
11,630 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"misc... |
11,631 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math... |
11,632 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elem... |
11,633 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import... |
11,634 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elem... |
11,635 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"coll... |
11,636 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"public",
"class",
"Grou... |
11,637 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"... |
11,638 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"java",
".",
"awt",
".",
"image",
".",
"*",
";",
"import",
"java",
".",
"io",
".",
"*",
";",
"import",
"java",
".",
"net",
".",
"*",
";",
"import",
... |
11,639 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elem... |
11,640 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"impo... |
11,641 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"nodes",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"actions",
".",
"*",
";",
"import",
"net",
".",
... |
11,642 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"misc... |
11,643 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"misc... |
11,644 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,645 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"misc",
".",
"*",
";",
"public",
"abstract",
"class",
"Element",
"{",
"private",
"Element",
"next... |
11,646 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,647 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,648 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".... |
11,649 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
"... |
11,650 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".... |
11,651 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".... |
11,652 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"misc... |
11,653 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"misc",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"node... |
11,654 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,655 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,656 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,657 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,658 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,659 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".... |
11,660 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".... |
11,661 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
".",
"*",
";",
"import... |
11,662 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"elements",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".... |
11,663 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"collections",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"impl",
".",
"*",
";",
"import",
"net",
".",
... |
11,664 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"collections",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"impl",
".",
"*",
";",
"import",
"net",
".",
... |
11,665 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"collections",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"impl",
".",
"*",
";",
"import",
"net",
".",
... |
11,666 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"impl",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"math",
".",
"*",
";",
"public",
"class",
"RayTriangleIntersection",
"{",
"private",
"Vec3f",
"edge1",
... |
11,667 | [
"<s>",
"package",
"net",
".",
"java",
".",
"joglutils",
".",
"msg",
".",
"impl",
";",
"import",
"java",
".",
"nio",
".",
"*",
";",
"import",
"java",
".",
"util",
".",
"*",
";",
"import",
"com",
".",
"sun",
".",
"opengl",
".",
"util",
".",
"*",
... |
11,668 | [
"<s>",
"package",
"jgudemos",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"jogltext",
".",
"TextRenderer3D",
";",
"import",
"com",
".",
"sun",
".",
"opengl",
".",
"util",
".",
"Animator",
";",
"import",
"java",
".",
"awt",
".",
"Font",
";... |
11,669 | [
"<s>",
"package",
"jgudemos",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"jogltext",
".",
"*",
";",
"import",
"java",
".",
"awt",
".",
"geom",
".",
"*",
";",
"import",
"java",
".",
"awt",
".",
"font",
".",
"*",
";",
"import",
"java",... |
11,670 | [
"<s>",
"package",
"jgudemos",
";",
"import",
"net",
".",
"java",
".",
"joglutils",
".",
"*",
";",
"import",
"javax",
".",
"media",
".",
"opengl",
".",
"*",
";",
"public",
"class",
"BasicGLJFrameDemo",
"{",
"public",
"static",
"void",
"main",
"(",
"String... |
11,671 | [
"<s>",
"package",
"jgudemos",
";",
"import",
"java",
".",
"awt",
".",
"Color",
";",
"import",
"java",
".",
"awt",
".",
"Font",
";",
"import",
"java",
".",
"awt",
".",
"Frame",
";",
"import",
"java",
".",
"awt",
".",
"event",
".",
"WindowAdapter",
";"... |
11,672 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"controller",
";",
"import",
"javax",
".",
"validation",
".",
"Valid",
";",
"import",
"org",
".",
"slf4j",
".",
"Logger",
";",
"import",
"org",
".",
"slf4j",
".",
"LoggerFactory",
";",
"... |
11,673 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"controller",
";",
"import",
"javax",
".",
"validation",
".",
"Valid",
";",
"import",
"org",
".",
"slf4j",
".",
"Logger",
";",
"import",
"org",
".",
"slf4j",
".",
"LoggerFactory",
";",
"... |
11,674 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"controller",
";",
"import",
"javax",
".",
"validation",
".",
"Valid",
";",
"import",
"org",
".",
"slf4j",
".",
"Logger",
";",
"import",
"org",
".",
"slf4j",
".",
"LoggerFactory",
";",
"... |
11,675 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"controller",
";",
"import",
"javax",
".",
"validation",
".",
"Valid",
";",
"import",
"org",
".",
"slf4j",
".",
"Logger",
";",
"import",
"org",
".",
"slf4j",
".",
"LoggerFactory",
";",
"... |
11,676 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"repository",
".",
"impl",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"springframework",
".",
"beans",
".",
"factory",
".",
"annotation",
".",
"Autowired",... |
11,677 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"repository",
".",
"impl",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"org",
".",
"springframework",
".",
"beans",
".",
"factory",
".",
"annotation",
".",
"Autowired",... |
11,678 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"repository",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"domain",
".",
"Person",
";",
"public",
"interface",
"Person... |
11,679 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"repository",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"domain",
".",
"Project",
";",
"public",
"interface",
"Proje... |
11,680 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"domain",
";",
"import",
"org",
".",
"hibernate",
".",
"validator",
".",
"constraints",
".",
"NotEmpty",
";",
"public",
"class",
"Project",
"{",
"private",
"Long",
"id",
";",
"@",
"NotEmpt... |
11,681 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"domain",
";",
"import",
"org",
".",
"hibernate",
".",
"validator",
".",
"constraints",
".",
"NotEmpty",
";",
"public",
"class",
"Person",
"{",
"private",
"Long",
"id",
";",
"@",
"NotEmpty... |
11,682 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"domain",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertEquals",
";",
"import",
"org",
".",
"junit",
".",
"After",
";",
"import",
"org",
".",
"junit",
".",
"... |
11,683 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"domain",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertEquals",
";",
"import",
"org",
".",
"junit",
".",
"After",
";",
"import",
"org",
".",
"junit",
".",
"... |
11,684 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"repository",
".",
"impl",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertEquals",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertNotNul... |
11,685 | [
"<s>",
"package",
"com",
".",
"komamitsu",
".",
"addressbook",
".",
"repository",
".",
"impl",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertEquals",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertNotNul... |
11,686 | [
"<s>",
"package",
"com",
".",
"somethingsimilar",
".",
"opposite_of_a_bloom_filter",
";",
"import",
"java",
".",
"nio",
".",
"ByteBuffer",
";",
"import",
"org",
".",
"junit",
".",
"Test",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"a... |
11,687 | [
"<s>",
"package",
"com",
".",
"somethingsimilar",
".",
"opposite_of_a_bloom_filter",
";",
"import",
"org",
".",
"junit",
".",
"Test",
";",
"import",
"static",
"org",
".",
"junit",
".",
"Assert",
".",
"assertEquals",
";",
"import",
"static",
"org",
".",
"juni... |
11,688 | [
"<s>",
"package",
"com",
".",
"somethingsimilar",
".",
"opposite_of_a_bloom_filter",
";",
"import",
"java",
".",
"math",
".",
"RoundingMode",
";",
"import",
"java",
".",
"util",
".",
"Arrays",
";",
"import",
"java",
".",
"nio",
".",
"ByteBuffer",
";",
"impor... |
11,689 | [
"<s>",
"package",
"com",
".",
"somethingsimilar",
".",
"opposite_of_a_bloom_filter",
";",
"import",
"java",
".",
"math",
".",
"RoundingMode",
";",
"import",
"java",
".",
"util",
".",
"Arrays",
";",
"import",
"java",
".",
"util",
".",
"concurrent",
".",
"atom... |
11,690 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"matlab",
".",
"ann",
";",
"import",
"com",
".",
"mathworks",
".",
"toolbox",
".",
"javabuilder",
".",
"*",
";",
"import",
"com",
".",
"mathworks",
".",
"toolbox",
".",
"javabuilder",
".",
"internal",
".",
"*",
... |
11,691 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"matlab",
".",
"ann",
";",
"</s>"
] |
11,692 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"matlab",
".",
"ann",
";",
"import",
"com",
".",
"mathworks",
".",
"toolbox",
".",
"javabuilder",
".",
"*",
";",
"import",
"com",
".",
"mathworks",
".",
"toolbox",
".",
"javabuilder",
".",
"internal",
".",
"*",
... |
11,693 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"matlab",
".",
"ann",
";",
"import",
"com",
".",
"mathworks",
".",
"toolbox",
".",
"javabuilder",
".",
"pooling",
".",
"Poolable",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"java",
".",
"... |
11,694 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"java",
".",
"model",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"com",
".",
"mathworks",
".",
"toolbox",
".",
"javabuilder",
".",
"MW... |
11,695 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"java",
".",
"mutation",
";",
"import",
"com",
".",
"g4",
".",
"java",
".",
"model",
".",
"Individual",
";",
"import",
"com",
".",
"g4",
".",
"java",
".",
"util",
".",
"RandomGenerator",
";",
"public",
"class"... |
11,696 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"java",
".",
"mutation",
";",
"import",
"com",
".",
"g4",
".",
"java",
".",
"model",
".",
"Individual",
";",
"public",
"interface",
"Mutation",
"{",
"void",
"updateMutationProbability",
"(",
"int",
"iteration",
")",... |
11,697 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"java",
".",
"mutation",
";",
"public",
"class",
"NotUniformMutation",
"extends",
"ClassicMutation",
"{",
"private",
"int",
"generationsToDecrease",
";",
"private",
"double",
"decreaseConstant",
";",
"public",
"NotUniformMuta... |
11,698 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"java",
".",
"reproduction",
";",
"import",
"java",
".",
"util",
".",
"ArrayList",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"com",
".",
"g4",
".",
"java",
".",
"model",
".",
"Individual"... |
11,699 | [
"<s>",
"package",
"com",
".",
"g4",
".",
"java",
".",
"reproduction",
";",
"import",
"java",
".",
"util",
".",
"List",
";",
"import",
"com",
".",
"g4",
".",
"java",
".",
"model",
".",
"Individual",
";",
"public",
"interface",
"Reproduction",
"{",
"List... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.