blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8cc421d264283abe51460db198f0a9b546544e9f | 8,237,747,276,110 | b7a93a89b5c4ca36efc44703bca4bad641d4b46c | /CoreJava/src/Session/Program_4_shape.java | 0c21a816bd86450259c900cabe49fd6237697d2c | [] | no_license | Vishky99/VK_CoreJava | https://github.com/Vishky99/VK_CoreJava | b5967e372d129afbe061b06fdc0a8321c51fb28e | 870edc2ebeeebe0f292820208c36284d4e4836e8 | refs/heads/master | 2023-09-05T12:26:52.914000 | 2021-10-14T17:58:56 | 2021-10-14T17:58:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Session;
class Shape{
void area() {
System.out.println("\nCalculating area:");
}
void draw() {
System.out.println("Drawing shape:");
}
}
class Circle extends Shape{
void area(double r) {
super.area();
System.out.println("Area of circle: "+(3.14*r*r));
}
void draw() {
super.draw();
System.ou... | UTF-8 | Java | 1,047 | java | Program_4_shape.java | Java | [] | null | [] | package Session;
class Shape{
void area() {
System.out.println("\nCalculating area:");
}
void draw() {
System.out.println("Drawing shape:");
}
}
class Circle extends Shape{
void area(double r) {
super.area();
System.out.println("Area of circle: "+(3.14*r*r));
}
void draw() {
super.draw();
System.ou... | 1,047 | 0.621777 | 0.60936 | 63 | 15.619047 | 14.851037 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 2 |
946ff4140725763eafd6743aa86b7d3cf872ecde | 18,554,258,751,473 | 0b9e96d0969c1dbfbe16fc33cd24a39c762949b1 | /src/main/java/com/wiatec/boblive/service/voucher/VoucherAdminService.java | 386cb98d33ca973b07774ce2f68f663fd69cf345 | [] | no_license | xcpxcp198608/web_boblive | https://github.com/xcpxcp198608/web_boblive | aba4c7078863350aa3acd4b945b4ecb1dbc5e717 | a697171d049a766f1c9446b61ece1367a40b8601 | refs/heads/master | 2019-05-18T04:28:50.034000 | 2017-12-05T09:10:19 | 2017-12-05T09:10:19 | 95,432,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wiatec.boblive.service.voucher;
import com.wiatec.boblive.common.result.EnumResult;
import com.wiatec.boblive.common.result.ResultInfo;
import com.wiatec.boblive.common.result.ResultMaster;
import com.wiatec.boblive.orm.dao.voucher.VoucherAdminDao;
import com.wiatec.boblive.orm.pojo.voucher.VoucherAdminInf... | UTF-8 | Java | 1,161 | java | VoucherAdminService.java | Java | [] | null | [] | package com.wiatec.boblive.service.voucher;
import com.wiatec.boblive.common.result.EnumResult;
import com.wiatec.boblive.common.result.ResultInfo;
import com.wiatec.boblive.common.result.ResultMaster;
import com.wiatec.boblive.orm.dao.voucher.VoucherAdminDao;
import com.wiatec.boblive.orm.pojo.voucher.VoucherAdminInf... | 1,161 | 0.732989 | 0.730405 | 34 | 33.14706 | 26.835154 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
97d20c44f30a5bc9e0cdeb4aa9fe89b0eb5489a4 | 7,387,343,796,163 | 49aeea395141d394683bb1474a0a969c29a881b6 | /question-course/src/main/java/com/chris/question/course/controller/CourseTypeController.java | c341d924bc92eab915b9ebbf9340e7415c9de059 | [
"Apache-2.0"
] | permissive | lg0125/QuestionWeb | https://github.com/lg0125/QuestionWeb | 7cd3931b454ed22609e38b054c766d132cc0e6d2 | 874ef3b5bbc3752b15b84fb9f1c0c6390113edd7 | refs/heads/main | 2023-04-01T16:00:14.546000 | 2021-04-11T11:34:44 | 2021-04-11T11:34:44 | 326,203,928 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chris.question.course.controller;
import com.chris.question.course.pojo.CourseType;
import com.chris.question.course.service.CourseTypeService;
import com.chris.question.common.utils.R;
import com.chris.question.course.vo.Option;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | UTF-8 | Java | 1,907 | java | CourseTypeController.java | Java | [] | null | [] | package com.chris.question.course.controller;
import com.chris.question.course.pojo.CourseType;
import com.chris.question.course.service.CourseTypeService;
import com.chris.question.common.utils.R;
import com.chris.question.course.vo.Option;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | 1,907 | 0.690089 | 0.690089 | 58 | 31.879311 | 24.20393 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 2 |
cca175854c92857e813a2011072294c3d2fc3dd6 | 7,387,343,797,132 | 711d3722aa138e204a9ede376d7643dc6295d932 | /EmergingStartups Project/EmergingStartups/src/main/java/com/aastha/myapp/controller/UserValidator.java | ea5fe01f33b7c44d6bdf00a28c0b98d448682173 | [] | no_license | aasthagrover/Projects | https://github.com/aasthagrover/Projects | 423a5306a11c20113aca1238f80ddcc936127457 | 5ac75f6bf34be844b63b6052607de1644787c366 | refs/heads/master | 2021-01-01T04:51:42.606000 | 2017-06-14T14:46:36 | 2017-06-14T14:46:36 | 57,855,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aastha.myapp.controller;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.Validator;
import com.aastha.myapp.pojo.User;
import org.springframework.validation.ValidationUtils;
@Component
public class UserValidator implem... | UTF-8 | Java | 1,665 | java | UserValidator.java | Java | [
{
"context": "ls.rejectIfEmptyOrWhitespace(errors, \"password\", \"error.invalid.password\", \"Password Required\");\n ValidationUtils.r",
"end": 975,
"score": 0.9831033945083618,
"start": 953,
"tag": "PASSWORD",
"value": "error.invalid.password"
},
{
"context": "s, \"password... | null | [] | package com.aastha.myapp.controller;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.Validator;
import com.aastha.myapp.pojo.User;
import org.springframework.validation.ValidationUtils;
@Component
public class UserValidator implem... | 1,655 | 0.763363 | 0.763363 | 35 | 46.57143 | 49.269108 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485714 | false | false | 2 |
db17b85495ae4266bcc698bcf2cda0c1221a1a0b | 16,630,113,397,785 | 44e4437f0504cf16079f10083f533de5a9e7d2c5 | /app/src/main/java/com/example/freesbet/Redbull.java | fca3c16a9974877e79cdcf4d07b99e62cbd47060 | [] | no_license | rulogas/FreesBet | https://github.com/rulogas/FreesBet | 7b2e5ab363aa2ff78e1c87fe1baf929e129bf780 | a4f914dbff4742f55b1b80ac81f84ca8f5cc9e2e | refs/heads/master | 2020-05-05T10:21:21.037000 | 2019-05-25T15:15:21 | 2019-05-25T15:15:21 | 179,940,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.freesbet;
import android.app.ProgressDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android... | UTF-8 | Java | 14,296 | java | Redbull.java | Java | [] | null | [] | package com.example.freesbet;
import android.app.ProgressDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android... | 14,296 | 0.6312 | 0.626513 | 361 | 38.598339 | 28.841854 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714681 | false | false | 2 |
4bf7c2374fc51903f341c18b9f62e019d239316c | 8,169,027,812,943 | 166c5f0bea755b702806a16e6035939e67bc9392 | /exercise_one/src/TotalOrderInterfaceRMI.java | 24e964457ea8a84bd7af09a4521494d5ba9f87f7 | [] | no_license | xjmxmt/da_exercises | https://github.com/xjmxmt/da_exercises | 3a650b17e58dd98582c15561c74b357fd64d7d00 | c4f8612301bd5f3d6d8b4206b127f775c476d249 | refs/heads/main | 2023-01-31T18:13:54.497000 | 2020-12-16T13:52:04 | 2020-12-16T13:52:04 | 313,434,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.TreeMap;
import java.util.Queue;
public interface TotalOrderInterfaceRMI extends Remote {
public void setId(int i) throws RemoteException;
public int getId() throws RemoteException;
public void setName(int i) throws RemoteException;
... | UTF-8 | Java | 1,103 | java | TotalOrderInterfaceRMI.java | Java | [] | null | [] | import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.TreeMap;
import java.util.Queue;
public interface TotalOrderInterfaceRMI extends Remote {
public void setId(int i) throws RemoteException;
public int getId() throws RemoteException;
public void setName(int i) throws RemoteException;
... | 1,103 | 0.793291 | 0.793291 | 22 | 49.136364 | 21.784681 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 2 |
86aaa65f7bf1622535ce036a670bf65022c547c9 | 15,401,752,735,959 | 1000358d005a2f1913099e02c09e939a0f967140 | /app/src/main/java/com/cardenas/adan/mascotas/view/fragment/impl/MascotaFragmentRecyclerview.java | 36f7308a6bea0273d0cf566343f205212b809709 | [] | no_license | adanCardenas/Mascotas | https://github.com/adanCardenas/Mascotas | 9de82938817ac42688d70960e4d8743d80a97ac4 | b38169ffed91f901d704d994f1589c60a2d600cb | refs/heads/master | 2021-01-18T22:16:49.022000 | 2016-11-13T18:31:43 | 2016-11-13T18:31:43 | 72,403,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cardenas.adan.mascotas.view.fragment.impl;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
imp... | UTF-8 | Java | 2,444 | java | MascotaFragmentRecyclerview.java | Java | [] | null | [] | package com.cardenas.adan.mascotas.view.fragment.impl;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
imp... | 2,444 | 0.772504 | 0.771277 | 77 | 30.740259 | 31.245739 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519481 | false | false | 2 |
751b8ab1b1ca33cefd80c9869dee40bb99078b27 | 2,602,750,188,577 | 595a46e1ed98c7053fe60f6098bbbfcd718d1295 | /app/src/main/java/blackcap/nationalescape/Uitility/LoginCheck.java | 2ebdfd44013c101c374979889c3c19d9de4cd0e1 | [] | no_license | parkHG1234/NationalEscape | https://github.com/parkHG1234/NationalEscape | d2444078fead85c90d3ac9b464f6e5f9c31db095 | 3458af8466fdb7a13b36d7d35e76eb949a830b4c | refs/heads/master | 2021-07-30T10:51:06.163000 | 2021-07-29T01:16:33 | 2021-07-29T01:16:33 | 184,858,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package blackcap.nationalescape.Uitility;
import android.content.SharedPreferences;
import androidx.appcompat.app.AppCompatActivity;
/**
* Created by 박효근 on 2018-02-12.
*/
public class LoginCheck extends AppCompatActivity {
SharedPreferences preferences; //캐쉬 데이터 생성
public String LoginPk(){
prefere... | UTF-8 | Java | 476 | java | LoginCheck.java | Java | [
{
"context": "ppcompat.app.AppCompatActivity;\n\n/**\n * Created by 박효근 on 2018-02-12.\n */\n\npublic class LoginCheck exten",
"end": 156,
"score": 0.9997881054878235,
"start": 153,
"tag": "NAME",
"value": "박효근"
}
] | null | [] | package blackcap.nationalescape.Uitility;
import android.content.SharedPreferences;
import androidx.appcompat.app.AppCompatActivity;
/**
* Created by 박효근 on 2018-02-12.
*/
public class LoginCheck extends AppCompatActivity {
SharedPreferences preferences; //캐쉬 데이터 생성
public String LoginPk(){
prefere... | 476 | 0.714912 | 0.697368 | 17 | 25.82353 | 22.742123 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 2 |
10aff364f6dbd861fa696468af6174e3e56fd933 | 32,031,866,104,273 | ae91bafe3976f622a704a622c16c50c646634679 | /src/main/java/com/start/ChromeDriverManager.java | 6eb656bb6551620bfe19f1f9080996dfeefb2d6a | [] | no_license | thermiknator/AutomationProject | https://github.com/thermiknator/AutomationProject | 8edf1cf5f6da8e449dd5bfa131ddeef59f84fa1a | 599ea7df269582a942ff1261320120e65f26ba65 | refs/heads/master | 2023-05-14T22:25:49.617000 | 2020-04-16T16:27:13 | 2020-04-16T16:27:13 | 249,221,859 | 0 | 0 | null | false | 2023-05-09T18:45:43 | 2020-03-22T16:14:48 | 2020-04-16T16:27:51 | 2023-05-09T18:45:40 | 14,605 | 0 | 0 | 1 | Java | false | false | package com.start;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeDriverService;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.remote.DesiredCapabilities;
import java.io.File;
public class ChromeDriverManager extends DriverManager {
private ... | UTF-8 | Java | 1,668 | java | ChromeDriverManager.java | Java | [] | null | [] | package com.start;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeDriverService;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.remote.DesiredCapabilities;
import java.io.File;
public class ChromeDriverManager extends DriverManager {
private ... | 1,668 | 0.620504 | 0.620504 | 54 | 29.888889 | 23.432856 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 2 |
589bab066562974a998e604e044d1332e7515c14 | 10,118,942,973,578 | 965d09919e697365bfeb5d16c16257adb89a2540 | /src/test/java/net/kumasi/storytime/test/PersonAssignmentEntityFactoryForTest.java | 26336c7ad1f9edf0934311be0dcc7e085de4856c | [] | no_license | obasola/storytime-service | https://github.com/obasola/storytime-service | 4bc2cd87bdfbda4d488da0b0d80db0b5622c6908 | 8c1b018f9de13e012243a5db471eb8773a764d93 | refs/heads/master | 2021-01-22T19:53:56.294000 | 2017-03-18T19:25:58 | 2017-03-18T19:25:58 | 85,252,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.kumasi.storytime.test;
import net.kumasi.storytime.model.jpa.PersonAssignmentEntity;
public class PersonAssignmentEntityFactoryForTest {
private MockValues mockValues = new MockValues();
public PersonAssignmentEntity newPersonAssignmentEntity() {
Integer personIdperson = mockValues.nextInteger();
... | UTF-8 | Java | 644 | java | PersonAssignmentEntityFactoryForTest.java | Java | [] | null | [] | package net.kumasi.storytime.test;
import net.kumasi.storytime.model.jpa.PersonAssignmentEntity;
public class PersonAssignmentEntityFactoryForTest {
private MockValues mockValues = new MockValues();
public PersonAssignmentEntity newPersonAssignmentEntity() {
Integer personIdperson = mockValues.nextInteger();
... | 644 | 0.838509 | 0.838509 | 20 | 31.200001 | 29.707911 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 2 |
070bb1f02b9c949f0466b9192c8a13fdf9a4767a | 4,105,988,743,551 | fc8e6ec6c61ea6917c3767e3e6f5eab8071af503 | /vadim_davidenko/src/main/java/hw9/taxi/service/AuthorizationServiceImpl.java | b998e5beb6cbda8c647e836a2271ed14800ca018 | [] | no_license | sokhoda/proff291 | https://github.com/sokhoda/proff291 | 3b9fab20351346ff42aee9982f2c9b4bb1840c1b | ca5f640d51378c84d29706d7c194585a63b91aa7 | refs/heads/master | 2020-04-19T10:48:26.311000 | 2016-09-10T20:10:37 | 2016-09-10T20:10:37 | 67,597,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw9.taxi.service;
import hw9.taxi.dao.UserDao;
import hw9.taxi.domain.User;
import hw9.taxi.exception.AuthenticationException;
import org.omg.CORBA.UserException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stere... | UTF-8 | Java | 1,286 | java | AuthorizationServiceImpl.java | Java | [
{
"context": "onal;\n\nimport java.util.Locale;\n\n/**\n * Created by Вадим on 28.02.2016.\n */\n\n@Service\n@Scope(\"singleton\")\n",
"end": 450,
"score": 0.9997982978820801,
"start": 445,
"tag": "NAME",
"value": "Вадим"
}
] | null | [] | package hw9.taxi.service;
import hw9.taxi.dao.UserDao;
import hw9.taxi.domain.User;
import hw9.taxi.exception.AuthenticationException;
import org.omg.CORBA.UserException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stere... | 1,286 | 0.715847 | 0.706479 | 44 | 28.113636 | 24.822292 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 2 |
1be57dfaf82230457de9a32e5a67357b76860630 | 15,848,429,333,261 | dc04ad52acd1313a0e8a1353eedf309ec53bc1b3 | /core/src/com/tcg/light/entities/buffs/Stock.java | 424d482cd77f075d16cf6b94f33cd8cc6b8f0b1e | [] | no_license | JoseRivas1998/project-light | https://github.com/JoseRivas1998/project-light | 49b4eac53488ecd378e9757e31521ace3e06eab0 | b64bf689bab61cfa7cc8efa4efc9c4b10b32bf3e | refs/heads/master | 2020-05-17T17:22:58.792000 | 2015-04-06T08:12:41 | 2015-04-06T08:12:41 | 29,171,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcg.light.entities.buffs;
import com.badlogic.gdx.math.Vector2;
public class Stock extends Buff {
public Stock(Vector2 pos) {
super("1up.png", pos, "1up");
}
}
| UTF-8 | Java | 180 | java | Stock.java | Java | [] | null | [] | package com.tcg.light.entities.buffs;
import com.badlogic.gdx.math.Vector2;
public class Stock extends Buff {
public Stock(Vector2 pos) {
super("1up.png", pos, "1up");
}
}
| 180 | 0.705556 | 0.683333 | 11 | 15.363636 | 16.460823 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 2 |
8467905be75bb88003cfdddb585fcdca2aada496 | 26,757,646,281,712 | 40b34684a7c6e59aa68ebe1049e5b4bfcaae8411 | /src/br/sys/Financeiro/CadSaida.java | 2fe700d7a816c6fe100728d0739b0381a2dd5925 | [] | no_license | betorods/SysFitness1.1 | https://github.com/betorods/SysFitness1.1 | e09d1bc9b36beca825f9c08cd6cd892c1502e38d | 5c57e7f4c3c30abffe8d1d31f1093db63337cde5 | refs/heads/master | 2021-01-19T22:04:36.273000 | 2015-06-07T17:26:23 | 2015-06-07T17:26:23 | 33,500,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.sys.Financeiro;
import br.sys.Bean.Saida;
import br.sys.DAO.SaidaDAO;
/**
*
* @author Alberto
*/
public class CadSaida ... | UTF-8 | Java | 13,393 | java | CadSaida.java | Java | [
{
"context": "da;\nimport br.sys.DAO.SaidaDAO;\n\n/**\n *\n * @author Alberto\n */\npublic class CadSaida extends javax.swing.JIn",
"end": 293,
"score": 0.9982268810272217,
"start": 286,
"tag": "NAME",
"value": "Alberto"
},
{
"context": "par.setIcon(new javax.swing.ImageIcon(\"C:\\\\... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.sys.Financeiro;
import br.sys.Bean.Saida;
import br.sys.DAO.SaidaDAO;
/**
*
* @author Alberto
*/
public class CadSaida ... | 13,393 | 0.653122 | 0.64035 | 262 | 50.099236 | 41.07159 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59542 | false | false | 2 |
0d8a8330f290ebdbedc5eca1a167a4ad4fdf2906 | 11,699,490,938,509 | e7b8c45b50d20008981e0603daf8b5d9ebf960da | /src/main/java/me/rainnny/api/hotbar/Button.java | f3d75107e987a5f1745d402e5a3581be0bef84a5 | [] | no_license | Rainnny7/PluginLibraryTemplate | https://github.com/Rainnny7/PluginLibraryTemplate | e9cbff5d9ddb034e209062dabd8e57880503ed46 | 4b3f971327d96ad5f95c864057543d3735819dce | refs/heads/master | 2022-12-13T13:43:16.376000 | 2020-09-06T05:56:56 | 2020-09-06T05:56:56 | 290,917,103 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.rainnny.api.hotbar;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import me.rainnny.api.util.Callback;
import org.bukkit.event.player.PlayerInteractEntityEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.inventory.ItemStack;
/**
* @author Braydon
*/
@RequiredArgs... | UTF-8 | Java | 1,282 | java | Button.java | Java | [
{
"context": "rt org.bukkit.inventory.ItemStack;\n\n/**\n * @author Braydon\n */\n@RequiredArgsConstructor @Getter\npublic class",
"end": 302,
"score": 0.949626624584198,
"start": 295,
"tag": "NAME",
"value": "Braydon"
}
] | null | [] | package me.rainnny.api.hotbar;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import me.rainnny.api.util.Callback;
import org.bukkit.event.player.PlayerInteractEntityEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.inventory.ItemStack;
/**
* @author Braydon
*/
@RequiredArgs... | 1,282 | 0.712169 | 0.712169 | 41 | 30.292683 | 24.400364 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 2 |
981a21a3c5fa062e6fe32fb184d249d1d1867649 | 6,674,379,199,592 | 2e841e9a11eeb68a3efc0fd26b4daab3ed5fb656 | /src/java/com/badiyan/uk/online/beans/MineralRatioBean.java | 723841e0c6340532aacebbc0d2a0ffb91f5ea4ba | [] | no_license | marlostueve/valonyx-legacy | https://github.com/marlostueve/valonyx-legacy | 83fc45696364108679eca0d59dc5fc03512bedd5 | 7c879346eaa23c880739aadcbc9f06676e7ec8a1 | refs/heads/main | 2023-01-29T21:08:31.165000 | 2020-12-13T20:32:49 | 2020-12-13T20:32:49 | 320,857,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* MineralRatioBean.java
*
* Created on June 25, 2007, 8:55 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.badiyan.uk.online.beans;
import com.badiyan.torque.*;
import com.badiyan.uk.beans.*;
import com.badiyan.uk.exceptions.*;
import ja... | UTF-8 | Java | 12,596 | java | MineralRatioBean.java | Java | [
{
"context": "\n\nimport java.math.BigDecimal;\n\n/**\n *\n * @author marlo\n * @version \n */\npublic class\nMineralRatioBean\n\te",
"end": 476,
"score": 0.9838088750839233,
"start": 471,
"tag": "USERNAME",
"value": "marlo"
}
] | null | [] | /*
* MineralRatioBean.java
*
* Created on June 25, 2007, 8:55 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.badiyan.uk.online.beans;
import com.badiyan.torque.*;
import com.badiyan.uk.beans.*;
import com.badiyan.uk.exceptions.*;
import ja... | 12,596 | 0.646158 | 0.639886 | 591 | 20.31472 | 23.139227 | 245 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.456853 | false | false | 2 |
2a3c1039d9671a18677373e22dfb7a06965c71f2 | 28,879,360,117,901 | 85a515681a54807624b62d4ec164d64c42c95d67 | /src/main/java/example/deeplearning/nn/util/Dropout.java | 64b200ac6eaac12b44eafd89d48fc748c4774b51 | [] | no_license | re53min/DeepLearning | https://github.com/re53min/DeepLearning | 4a3d94b1a4b3d179f30bd324f41d806b712cf9e2 | cfd56f0abde8f852298e84abe3232832849a397f | refs/heads/master | 2021-01-10T05:01:30.242000 | 2016-04-03T08:23:12 | 2016-04-03T08:23:12 | 53,501,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package example.deeplearning.nn.util;
import java.util.Random;
/**
* Created by b1012059 on 2016/03/31.
*/
public class Dropout {
public Dropout(){
}
/**
* Dropout
* @param size
* @param p
* @param rng
* @return
*/
public static int[] dropout(int size, double p, Rand... | UTF-8 | Java | 502 | java | Dropout.java | Java | [
{
"context": "util;\n\nimport java.util.Random;\n\n/**\n * Created by b1012059 on 2016/03/31.\n */\npublic class Dropout {\n\n pu",
"end": 92,
"score": 0.9994180202484131,
"start": 84,
"tag": "USERNAME",
"value": "b1012059"
}
] | null | [] |
package example.deeplearning.nn.util;
import java.util.Random;
/**
* Created by b1012059 on 2016/03/31.
*/
public class Dropout {
public Dropout(){
}
/**
* Dropout
* @param size
* @param p
* @param rng
* @return
*/
public static int[] dropout(int size, double p, Rand... | 502 | 0.521912 | 0.488048 | 29 | 16.275862 | 16.919477 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 2 |
520684803f7e938a0c2616c399e3b1a9ff0872ab | 17,480,516,914,867 | 679a5052848e8742a19e123dce3443058a039afe | /Atividade Java POO/DadosPatinete.java | 6eb4fa391e37c75e428fc7d4cf05a45355283085 | [] | no_license | BrunoMouraB/Java | https://github.com/BrunoMouraB/Java | 409b2c8a29713a3febd107723493769b13bdf126 | 62b91be230438523287f3386459ca58ffa65d8d0 | refs/heads/master | 2022-11-28T20:15:07.397000 | 2020-08-02T02:00:40 | 2020-08-02T02:00:40 | 277,665,936 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package POO;
public class DadosPatinete {
public static void main(String[] args) {
Patinete patinete = new Patinete("38", "Adidas", false, 0 , 30);
System.out.println(patinete.mostrarDados());
System.out.println("\n");
System.out.println(patinete.andar());
}
}
| UTF-8 | Java | 302 | java | DadosPatinete.java | Java | [] | null | [] | package POO;
public class DadosPatinete {
public static void main(String[] args) {
Patinete patinete = new Patinete("38", "Adidas", false, 0 , 30);
System.out.println(patinete.mostrarDados());
System.out.println("\n");
System.out.println(patinete.andar());
}
}
| 302 | 0.625828 | 0.609272 | 12 | 24.083334 | 23.588339 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 2 |
14f34cf3c548c6b9cf0cca28af5b928f419b1531 | 14,465,449,876,848 | c465c615ed1b40dad6214ad359416fe06857755a | /ProfileManager/src/com/samsung/profilemanager/util/CustomProfileUtil.java | 3b0bd729d98335510f20a3cdc901fb87e8eecd1e | [] | no_license | coder-neo/android | https://github.com/coder-neo/android | 44bf84db58ab9bbbab12ac7d4a9871c21a297fe5 | 9f2b822913206ce590db20afd8fe4c220f168f70 | refs/heads/master | 2016-08-11T15:45:05.086000 | 2016-01-10T19:08:14 | 2016-01-10T19:08:14 | 49,378,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.samsung.profilemanager.util;
import java.util.ArrayList;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.util.Log;
import com.samsung.profilemanager.constants.AppConstants;
import com.samsung.profilemanager.models.IModel;
imp... | UTF-8 | Java | 6,640 | java | CustomProfileUtil.java | Java | [] | null | [] | package com.samsung.profilemanager.util;
import java.util.ArrayList;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.util.Log;
import com.samsung.profilemanager.constants.AppConstants;
import com.samsung.profilemanager.models.IModel;
imp... | 6,640 | 0.786747 | 0.786145 | 132 | 48.303032 | 41.800198 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.886364 | false | false | 2 |
b77c1b7db2b6347ad6487c1e7d276643f99fb472 | 26,628,797,262,146 | 0d37c87e5c11fa83bcce191b7493f064813bfaac | /app/src/main/java/com/example/ads/estaciojf/quiz/MainActivity.java | 490bdf551fcf0e1adb6aa59414775d8f7a4eb865 | [] | no_license | estaciojf/Quiz | https://github.com/estaciojf/Quiz | d98551e6a28d977073473326fea050fdfdcce350 | 38451f8f6a29e9221401c2690b243fc94039b43b | refs/heads/master | 2020-07-23T10:58:20.461000 | 2019-09-22T13:30:59 | 2019-09-22T13:30:59 | 207,536,101 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ads.estaciojf.quiz;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.widget.RadioButton;
import android.widget.RadioGroup;
impo... | UTF-8 | Java | 7,297 | java | MainActivity.java | Java | [] | null | [] | package com.example.ads.estaciojf.quiz;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.widget.RadioButton;
import android.widget.RadioGroup;
impo... | 7,297 | 0.594372 | 0.58792 | 214 | 33.037384 | 25.136423 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542056 | false | false | 2 |
db52b0b73581a0edd6a3b8d4dd980629af21307b | 13,030,930,803,864 | 728463de02b9911b8cf7b54b575cad6c224daa8e | /app/src/main/java/com/tutorial/ScientToolsApp/AdapterClass.java | 271fe6e03b20ae1b7e4cd31d20251542cbdd4b51 | [] | no_license | dharshini28/ScientToolsApp | https://github.com/dharshini28/ScientToolsApp | 8d0aafca65aca017c3544eff4c67a9cdd8b277b3 | 7ac3137c34cf22406edc821e6dbcd293cb69b2c0 | refs/heads/master | 2020-12-01T12:40:37.328000 | 2020-01-03T10:23:47 | 2020-01-03T10:23:47 | 230,628,519 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tutorial.ScientToolsApp;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.support.annotation.NonNull;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.ArrayList;
public class AdapterClass extends Rec... | UTF-8 | Java | 1,347 | java | AdapterClass.java | Java | [] | null | [] | package com.tutorial.ScientToolsApp;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.support.annotation.NonNull;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.ArrayList;
public class AdapterClass extends Rec... | 1,347 | 0.702301 | 0.701559 | 45 | 28.933332 | 26.524118 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 2 |
babaa92aea49256ecc826544d929aa3240c2128e | 15,272,903,731,662 | a22453585ed2860bc2a2945b2d1745d3791306ce | /partition/src/com/internousdev/partition/dao/GoItemDetailDAO.java | 5f3907d162fcd863bfee2ffb42f5b083520c87fc | [] | no_license | internousdevwork/partition | https://github.com/internousdevwork/partition | a5ead7f5b39499a7b438235b53c7b90ee4dc5d39 | 9de35683ac8b4f19501ce8613876d8a2fd93e829 | refs/heads/master | 2019-07-08T07:55:54.954000 | 2017-04-28T07:04:06 | 2017-04-28T07:04:06 | 88,596,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.internousdev.partition.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.internousdev.partition.dto.ItemDTO;
import com.internousdev.partition.util.DBConnector;
/**DB... | UTF-8 | Java | 1,526 | java | GoItemDetailDAO.java | Java | [
{
"context": "il.DBConnector;\r\n\r\n/**DBから商品情報を取得するクラス\r\n * @author NAOKO IZUMI\r\n *\r\n */\r\npublic class GoItemDetailDAO {\r\n\r\n\t/**\r",
"end": 358,
"score": 0.9987600445747375,
"start": 347,
"tag": "NAME",
"value": "NAOKO IZUMI"
}
] | null | [] | /**
*
*/
package com.internousdev.partition.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.internousdev.partition.dto.ItemDTO;
import com.internousdev.partition.util.DBConnector;
/**DB... | 1,521 | 0.672727 | 0.672028 | 58 | 22.655172 | 18.133177 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.913793 | false | false | 2 |
d667517cfb01930b1d759af17230f87e33ebea9f | 14,671,608,339,647 | 0c2352c06062e92c19b3e2698e7e98cea1453c19 | /app/system/TimeUtil.java | 02d76fcc2de8fb714ec4c2673d0c25cbf1c585e3 | [] | no_license | dioh76/ProjectMSrv | https://github.com/dioh76/ProjectMSrv | 332424323d7b8a5f8ab4260f7466531ba7848380 | b7b86b32f746726fc6f40ec88dc87e02f9ab648e | refs/heads/master | 2020-05-20T19:25:41.680000 | 2014-03-16T10:19:27 | 2014-03-16T10:19:27 | 13,914,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package system;
import java.sql.Timestamp;
import java.util.Calendar;
public final class TimeUtil {
public static long getCurrent()
{
return Calendar.getInstance().getTime().getTime();
}
public static long diffFromNow( Timestamp rhs )
{
Timestamp now = new Timestamp( TimeUtil.getCurrent() );
return now.g... | UTF-8 | Java | 579 | java | TimeUtil.java | Java | [] | null | [] | package system;
import java.sql.Timestamp;
import java.util.Calendar;
public final class TimeUtil {
public static long getCurrent()
{
return Calendar.getInstance().getTime().getTime();
}
public static long diffFromNow( Timestamp rhs )
{
Timestamp now = new Timestamp( TimeUtil.getCurrent() );
return now.g... | 579 | 0.678756 | 0.644214 | 31 | 17.709677 | 18.66028 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.225806 | false | false | 2 |
2d44ca259b22128762507493a676ccd2bbd9bf9a | 395,137,025,408 | 7ab1f64793c4d8b30b1eff6ec0a4df87883065ad | /awesome-netty-zk/src/main/java/org/north/netty/zk/utils/CreateMode.java | 89522262d70ffbe3e753d06db98290763856bc72 | [] | no_license | wangyaoDgit/awesome-netty | https://github.com/wangyaoDgit/awesome-netty | 7cd16b10c89305d40e3abc4005671929fbbccce8 | f039e701cc0e43d96f2df59eb67d9d90691011c8 | refs/heads/master | 2021-02-05T16:39:29.580000 | 2019-11-25T04:20:32 | 2019-11-25T04:20:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.north.netty.zk.utils;
public enum CreateMode {
/**
* 永久性节点
*/
PERSISTENT (0),
/**
* 永久性顺序节点
*/
PERSISTENT_SEQUENTIAL (2),
/**
* 临时节点
*/
EPHEMERAL (1),
/**
* 临时顺序节点
*/
EPHEMERAL_SEQUENTIAL (3);
private int flag;
CreateMode(int... | UTF-8 | Java | 529 | java | CreateMode.java | Java | [] | null | [] | package org.north.netty.zk.utils;
public enum CreateMode {
/**
* 永久性节点
*/
PERSISTENT (0),
/**
* 永久性顺序节点
*/
PERSISTENT_SEQUENTIAL (2),
/**
* 临时节点
*/
EPHEMERAL (1),
/**
* 临时顺序节点
*/
EPHEMERAL_SEQUENTIAL (3);
private int flag;
CreateMode(int... | 529 | 0.486598 | 0.478351 | 32 | 14.15625 | 10.338367 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28125 | false | false | 2 |
a57e9ec8f35ac27ac1e14ae567bcc8f03dfe0d32 | 32,736,240,766,071 | fc93278413fd53239cbbb24de4e0545d7416a2fd | /src/ihm/FenetrePrincipale.java | 0d01c4c7fc17cf8dd3e152a4a150926202e70cc8 | [] | no_license | mpira/fitness | https://github.com/mpira/fitness | 0baa33d21eeec86e1e3819a488eafea3f5236550 | cd04b026dd57ba494022e3e369d0d69cdf76604b | refs/heads/master | 2021-01-25T12:14:30.832000 | 2014-06-02T17:14:06 | 2014-06-02T17:14:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ihm;
import java.applet.Applet;
import java.awt.BorderLayout;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.event.ActionEv... | ISO-8859-1 | Java | 7,672 | java | FenetrePrincipale.java | Java | [] | null | [] | package ihm;
import java.applet.Applet;
import java.awt.BorderLayout;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.event.ActionEv... | 7,672 | 0.716036 | 0.707692 | 234 | 31.777779 | 16.328157 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.863248 | false | false | 2 |
c89eabf0b349d77d28ea5719a53d44c8021c2469 | 32,736,240,766,742 | eec95da0ecae61a5ef13858083c04f5f49a17fd6 | /gulimall-ums/src/main/java/com/atguigu/gulimall/ums/dao/MemberCollectSubjectDao.java | 3fc0a4333d04eb7ef3cf98d836c11ba8a60bbd19 | [
"Apache-2.0"
] | permissive | cccchenzinan/gulimall | https://github.com/cccchenzinan/gulimall | a874e5a1cdfadfa837f4f01b27a3bec7f0ec45ac | 7f87f74bebec36df37d25bf5c459b3c75f72cc32 | refs/heads/master | 2022-07-25T16:29:32.980000 | 2019-08-02T14:40:48 | 2019-08-02T14:40:48 | 200,005,453 | 0 | 0 | Apache-2.0 | false | 2022-06-21T01:34:57 | 2019-08-01T08:00:32 | 2019-08-02T14:41:16 | 2022-06-21T01:34:54 | 2,714 | 0 | 0 | 12 | JavaScript | false | false | package com.atguigu.gulimall.ums.dao;
import com.atguigu.gulimall.ums.entity.MemberCollectSubjectEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 会员收藏的专题活动
*
* @author chenzinan
* @email kukuchenzinan@outlook.com
* @date 2019-08-01 18:54:51
*/
@... | UTF-8 | Java | 439 | java | MemberCollectSubjectDao.java | Java | [
{
"context": "notations.Mapper;\n\n/**\n * 会员收藏的专题活动\n * \n * @author chenzinan\n * @email kukuchenzinan@outlook.com\n * @date 2019",
"end": 249,
"score": 0.9996647834777832,
"start": 240,
"tag": "USERNAME",
"value": "chenzinan"
},
{
"context": "**\n * 会员收藏的专题活动\n * \n * @author chen... | null | [] | package com.atguigu.gulimall.ums.dao;
import com.atguigu.gulimall.ums.entity.MemberCollectSubjectEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 会员收藏的专题活动
*
* @author chenzinan
* @email <EMAIL>
* @date 2019-08-01 18:54:51
*/
@Mapper
public inte... | 421 | 0.790974 | 0.75772 | 17 | 23.764706 | 26.16358 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 2 |
5503c6f309a519adecb41ae8ad48c88c86478dcc | 26,620,207,321,512 | 609931e525525f33e5abc489be5b4cf6abff5b1e | /yiban-framework-core_1.7/src/main/java/com/yiban/framework/core/configure/WebappConfiguration.java | 02c2fdb982aa47c216d9f53fb662d83083a6852c | [] | no_license | bellmit/reconciliation-flow | https://github.com/bellmit/reconciliation-flow | 7961b0ac8279926772ba3aa631899c05ccfb0ad1 | e9f2a3b144011709fecfc1a5decb7bcc469c82f4 | refs/heads/master | 2023-08-07T22:52:52.846000 | 2021-09-14T02:24:57 | 2021-09-14T02:24:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yiban.framework.core.configure;
import javax.servlet.Filter;
import javax.servlet.MultipartConfigElement;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.boot.web.servlet.MultipartConf... | UTF-8 | Java | 2,429 | java | WebappConfiguration.java | Java | [] | null | [] | package com.yiban.framework.core.configure;
import javax.servlet.Filter;
import javax.servlet.MultipartConfigElement;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.boot.web.servlet.MultipartConf... | 2,429 | 0.832989 | 0.828028 | 67 | 35.104477 | 31.657276 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.313433 | false | false | 2 |
040c32edfc7dedc3a88c3b066430f8f5368f79a8 | 26,620,207,320,005 | 6206e84a4744f0680c52d2400a190669c3bb6316 | /src/mensajeriarmi/objetos/Bodega.java | a4438ee820ca0c4c30a4f5e1e8e4aaebe1560ed6 | [] | no_license | Andresr31/mensajeriaRMI | https://github.com/Andresr31/mensajeriaRMI | e1a37c7fcc11c58ab21eac99c4182025c83b9728 | 5d9380bc54e3ccc6b45bbcba1c21280559f64c5b | refs/heads/master | 2022-06-13T13:22:49.863000 | 2020-05-05T05:00:29 | 2020-05-05T05:00:29 | 259,741,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mensajeriarmi.objetos;
import mensajeriarmi.bodega.*;
import mensajeriarmi.paquete.Paquete;
import java.rmi.*;
import java.uti... | UTF-8 | Java | 877 | java | Bodega.java | Java | [
{
"context": "t mensajeriarmi.paquete.Ubicacion;\n\n/**\n * @author Carlos Andres Rojas\n * @author David Salgado Ospina\n */\npublic interf",
"end": 449,
"score": 0.9998924732208252,
"start": 430,
"tag": "NAME",
"value": "Carlos Andres Rojas"
},
{
"context": "on;\n\n/**\n * @author ... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mensajeriarmi.objetos;
import mensajeriarmi.bodega.*;
import mensajeriarmi.paquete.Paquete;
import java.rmi.*;
import java.uti... | 850 | 0.753706 | 0.753706 | 29 | 29.241379 | 24.665564 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 2 |
ea29abbc732a0849f4f4ce6910451b2f9bb71c84 | 13,520,557,081,959 | 1c1c24858085baf32cc76fc1eb24e503f03988ca | /src/java/com/lateroad/bank/controller/StatisticsController.java | bc3fa95de092f2b740d5092c19f2f45b869cf771 | [] | no_license | LateRoad/Internet-Banking-Client | https://github.com/LateRoad/Internet-Banking-Client | 19886cc98f80f7cd5b7db1842a21b06501ed2d78 | 8e344facb3b74be8009c952075a4af5b0db6a0a8 | refs/heads/master | 2021-04-06T10:52:25.230000 | 2018-03-09T19:00:51 | 2018-03-09T19:00:51 | 124,581,626 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lateroad.bank.controller;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.chart.CategoryAxis;
import javafx.scene.chart.LineChart;
import javafx.scene.chart.NumberAxis;
import javafx.scene.chart.XYChart;
import java.net.URL;
import java.util.ResourceBundle;
public class Sta... | UTF-8 | Java | 1,204 | java | StatisticsController.java | Java | [] | null | [] | package com.lateroad.bank.controller;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.chart.CategoryAxis;
import javafx.scene.chart.LineChart;
import javafx.scene.chart.NumberAxis;
import javafx.scene.chart.XYChart;
import java.net.URL;
import java.util.ResourceBundle;
public class Sta... | 1,204 | 0.673675 | 0.624895 | 38 | 30.289474 | 24.398994 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.815789 | false | false | 2 |
44d321649234329b3e5c6d91e291c3514a18a90e | 2,482,491,121,771 | 6f05f7d5a67b6bb87956a22b988067ec772ba966 | /data/test/java/17405a20c3aac16befd4b6704981aa0b55a1abbaProcessServiceImpl.java | 437e2196a782887b938eec5bf50b8d2c355c0ace | [
"MIT"
] | permissive | harshp8l/deep-learning-lang-detection | https://github.com/harshp8l/deep-learning-lang-detection | 93b6d24a38081597c610ecf9b1f3b92c7d669be5 | 2a54293181c1c2b1a2b840ddee4d4d80177efb33 | refs/heads/master | 2020-04-07T18:07:00.697000 | 2018-11-29T23:21:23 | 2018-11-29T23:21:23 | 158,597,498 | 0 | 0 | MIT | true | 2018-11-21T19:36:42 | 2018-11-21T19:36:41 | 2018-10-25T04:08:03 | 2018-08-24T13:01:04 | 42,815 | 0 | 0 | 0 | null | false | null | package com.zh.web.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.zh.core.model.Pager;
import com.zh.web.dao.ProcessDao;
import com.zh.web.model.bean.ProcessBean;
import com.zh.web.service.ProcessService;... | UTF-8 | Java | 1,439 | java | 17405a20c3aac16befd4b6704981aa0b55a1abbaProcessServiceImpl.java | Java | [] | null | [] | package com.zh.web.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.zh.core.model.Pager;
import com.zh.web.dao.ProcessDao;
import com.zh.web.model.bean.ProcessBean;
import com.zh.web.service.ProcessService;... | 1,439 | 0.770674 | 0.770674 | 61 | 22.590164 | 20.038795 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.147541 | false | false | 2 |
94514a6cd8873df5d3fe8875ef3a1c5ea1c94afd | 3,246,995,316,468 | 9f4e7f9e02ac31213121486ac95209c25ee65b17 | /app/src/main/java/com/ericyl/themedemo/util/DialogUtils.java | 285198c8ba420f4e73737b9860cd114d9e3f5388 | [] | no_license | hebin1016/ThemeDemo | https://github.com/hebin1016/ThemeDemo | 17e889f54b0103108780fe4c3308358b6b1f97e7 | 479a1bd4bfe2342a4261018b544eca0b31eb8246 | refs/heads/master | 2020-04-09T05:27:19.170000 | 2015-12-31T06:58:26 | 2015-12-31T06:58:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ericyl.themedemo.util;
import android.app.AlertDialog.Builder;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import com.ericyl.themedemo.R;
/**
* Created by liangyu on 15/5/20.
*/
public class DialogUtils {
public static Dialog showDialogWithOne... | UTF-8 | Java | 3,072 | java | DialogUtils.java | Java | [
{
"context": "\nimport com.ericyl.themedemo.R;\n\n/**\n * Created by liangyu on 15/5/20.\n */\npublic class DialogUtils {\n\n p",
"end": 233,
"score": 0.9923846125602722,
"start": 226,
"tag": "USERNAME",
"value": "liangyu"
}
] | null | [] | package com.ericyl.themedemo.util;
import android.app.AlertDialog.Builder;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import com.ericyl.themedemo.R;
/**
* Created by liangyu on 15/5/20.
*/
public class DialogUtils {
public static Dialog showDialogWithOne... | 3,072 | 0.557292 | 0.555664 | 87 | 34.310345 | 26.82995 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.758621 | false | false | 2 |
84724a2f0bdc60595663c4afa13ce993e85c9b84 | 678,604,880,682 | b6a28a4e08197c251c1ceb9ac9ad1878ae7ffe02 | /ShopApp/src/main/java/com/example/myapplication/userUi/profile/settings/SettingsFragment.java | dd56e80791e17fd04ecc7ea2bfb153fc022dc28e | [] | no_license | MatinAloneBoy/ShopApp | https://github.com/MatinAloneBoy/ShopApp | 108b575c2c631c5457df19d0547d994a5a081546 | 4826dc55cffeb7172e8809f7f33e39bf8180c6eb | refs/heads/main | 2023-06-24T22:41:10.277000 | 2021-07-19T16:04:39 | 2021-07-19T16:04:39 | 385,190,043 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication.userUi.profile.settings;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.navigation.NavController;
import androidx.navigation.Navigation;
import android.view.LayoutInflater;
imp... | UTF-8 | Java | 2,683 | java | SettingsFragment.java | Java | [] | null | [] | package com.example.myapplication.userUi.profile.settings;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.navigation.NavController;
import androidx.navigation.Navigation;
import android.view.LayoutInflater;
imp... | 2,683 | 0.719344 | 0.719344 | 69 | 37.898552 | 38.326267 | 213 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623188 | false | false | 2 |
58705738af1b9e22c985b6b13669ba1b96e67844 | 33,603,824,182,711 | 84b6165b2bdc6a6398fce323e6277ab30e9d4691 | /app/src/main/java/com/xaehu/myapplication/base/BasePresenter.java | ce137806fdca28a69e2860a70a8bde8028662a76 | [] | no_license | xaEHu/libMVP | https://github.com/xaEHu/libMVP | 99af979e9d7a6a22b2b659d0e3d178624ab502db | 97f56cca1a25f9bf5d549730f7bf536396c4fd70 | refs/heads/master | 2020-07-22T17:32:57.950000 | 2019-09-09T10:40:18 | 2019-09-09T10:40:18 | 207,276,170 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xaehu.myapplication.base;
import com.xaehu.libmvp.base.BaseP;
import com.xaehu.libmvp.mvp.IView;
import io.reactivex.Observable;
import io.reactivex.Observer;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.disposables.Disposable;
import io.reactivex.schedulers.Schedulers;
/... | UTF-8 | Java | 1,568 | java | BasePresenter.java | Java | [
{
"context": ".reactivex.schedulers.Schedulers;\n\n/**\n * author : xaeHu\n * e-mail : hsfemail@qq.com\n * date : 2019/9/9 ",
"end": 340,
"score": 0.9995214939117432,
"start": 335,
"tag": "USERNAME",
"value": "xaeHu"
},
{
"context": "ers.Schedulers;\n\n/**\n * author : xaeHu\n * e-... | null | [] | package com.xaehu.myapplication.base;
import com.xaehu.libmvp.base.BaseP;
import com.xaehu.libmvp.mvp.IView;
import io.reactivex.Observable;
import io.reactivex.Observer;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.disposables.Disposable;
import io.reactivex.schedulers.Schedulers;
/... | 1,560 | 0.50193 | 0.495495 | 57 | 26.263159 | 20.425755 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.245614 | false | false | 2 |
a992a5f095ec3b60a95f2fda0ebfb1c968f5f108 | 8,761,733,352,319 | 38bf9639306e832ba997317bbd86878a1dafc812 | /Reina.java | 73e3553931dcbccbedc7429d14f0261add826e78 | [] | no_license | ashfirpo/conflictoEntreReinas | https://github.com/ashfirpo/conflictoEntreReinas | 7570197bdb7d487456fd4427eb50919d8d333cb7 | ea27342e81e9542dd5b9bba37989448c48be16a4 | refs/heads/master | 2020-03-21T01:10:10.389000 | 2018-06-19T18:06:27 | 2018-06-19T18:06:27 | 137,927,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package conflictoEntreReinas;
public class Reina {
private int id;
private int fila;
private int columna;
public Reina(int id, int fila, int columna)
{
this.id=id;
this.fila=fila;
this.columna=columna;
}
public void setId(int id)
{
this.id=id;
}
public int getId()
{
return this.id;
}
p... | UTF-8 | Java | 634 | java | Reina.java | Java | [] | null | [] | package conflictoEntreReinas;
public class Reina {
private int id;
private int fila;
private int columna;
public Reina(int id, int fila, int columna)
{
this.id=id;
this.fila=fila;
this.columna=columna;
}
public void setId(int id)
{
this.id=id;
}
public int getId()
{
return this.id;
}
p... | 634 | 0.649842 | 0.649842 | 49 | 11.938775 | 13.511005 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 2 |
38126c6fd1a30f571a7ba14e6b4f470090de7ea7 | 10,557,029,619,045 | 4c355a994b342f55879d13de557338aec99db671 | /src/test/java/codeSignal/interview/arrays/FirstNotRepeatingCharacterTest.java | cc10cde4239b3f488358b64e4c984b355a0ecc48 | [] | no_license | priscilasanfer/logica | https://github.com/priscilasanfer/logica | 0dbff6405b7972afadc5adc35192bf33d34dfce8 | 04c9b970ab5f0919d62f2130b882fa485563bc88 | refs/heads/master | 2023-07-31T16:58:42.376000 | 2021-09-17T14:51:20 | 2021-09-17T14:51:20 | 309,848,606 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package codeSignal.interview.arrays;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class FirstNotRepeatingCharacterTest {
@Test
public void teste1() {
String input = "abacabad";
char output = 'c';
Assertions.assertEquals(output, new FirstNotRepeatingChara... | UTF-8 | Java | 808 | java | FirstNotRepeatingCharacterTest.java | Java | [] | null | [] | package codeSignal.interview.arrays;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class FirstNotRepeatingCharacterTest {
@Test
public void teste1() {
String input = "abacabad";
char output = 'c';
Assertions.assertEquals(output, new FirstNotRepeatingChara... | 808 | 0.678218 | 0.674505 | 28 | 27.857143 | 31.119257 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 2 |
99223973cdb5d48f8f00c007dd90a60808125822 | 33,732,673,196,658 | 9b6afd65e90f4bde700347ad09fd35b159fd5a9d | /src/com/codepath/apps/tweetapp/fragments/TweetsListFragment.java | d665e612385b7a6565a53046a859105d076de0bb | [] | no_license | dschreck/TweetTweet | https://github.com/dschreck/TweetTweet | d9643da39dcef7dbc1cc93527db31a5f8bb7d293 | c590e0d88aa3300defaf4c563b3432049fd796dd | refs/heads/master | 2021-01-13T01:26:31.984000 | 2014-02-14T00:01:17 | 2014-02-14T00:01:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codepath.apps.tweetapp.fragments;
import java.util.ArrayList;
import org.json.JSONArray;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import com.codepath.apps... | UTF-8 | Java | 1,819 | java | TweetsListFragment.java | Java | [] | null | [] | package com.codepath.apps.tweetapp.fragments;
import java.util.ArrayList;
import org.json.JSONArray;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import com.codepath.apps... | 1,819 | 0.77845 | 0.7768 | 60 | 29.316668 | 23.887579 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.783333 | false | false | 2 |
7e6779ec95f2bf674f7fec9c4b7b80321e0f26c8 | 33,732,673,196,153 | 0abe5028c03911a2c0817daf9ac8d83e005bc88f | /java6/src/com/dev/java6/concurrency/execution/Consumer.java | c64ad9f9b9ff448c0137dd6fb2fa5801d4bf78ab | [] | no_license | rupeshraut/repo1 | https://github.com/rupeshraut/repo1 | 5b869a6d7f5c781a3e56459c3af16dea0bc0032b | f9e7b354dbc0de67d4fa4af03fed64922c268054 | refs/heads/master | 2022-12-07T19:10:53.819000 | 2020-02-01T07:39:35 | 2020-02-01T07:39:35 | 5,184,080 | 0 | 0 | null | false | 2022-12-05T23:48:15 | 2012-07-25T20:20:43 | 2020-02-01T07:39:43 | 2022-12-05T23:48:15 | 112 | 1 | 0 | 15 | Java | false | false | package com.dev.java6.concurrency.execution;
import java.util.Date;
import java.util.Queue;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* The Class Consumer.
*/
public class Consumer extends AbstractWorker<Integer> {
/** The Constant LOGG... | UTF-8 | Java | 1,305 | java | Consumer.java | Java | [] | null | [] | package com.dev.java6.concurrency.execution;
import java.util.Date;
import java.util.Queue;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* The Class Consumer.
*/
public class Consumer extends AbstractWorker<Integer> {
/** The Constant LOGG... | 1,305 | 0.628352 | 0.622222 | 55 | 21.763636 | 22.510574 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.145455 | false | false | 2 |
98e554d3ea6d89afb11b4a195f4d752c7297a2d1 | 8,589,934,656,878 | 98630d4b5997eaa188588f51f29aa4dbedc35613 | /shop-item/shop-item-interface/src/main/java/com/lwg/pojo/Category.java | 86f2961e22998986c28ca8deec333b41d2cd7a16 | [] | no_license | lwg729/shop | https://github.com/lwg729/shop | 7a75efd2323dc5f6c3fab167de73e2cc5b42c555 | ab10fe4caf277f8702e4f2d3e6939802b2bb6edb | refs/heads/master | 2023-04-05T14:38:16.015000 | 2021-04-18T08:58:00 | 2021-04-18T08:58:00 | 327,000,697 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lwg.pojo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* 功能描述:商品类别
*
* @Author: lwg
* @Date: 2021/1/8 0:17
*/
... | UTF-8 | Java | 632 | java | Category.java | Java | [
{
"context": "ersistence.Table;\n\n/**\n * 功能描述:商品类别\n *\n * @Author: lwg\n * @Date: 2021/1/8 0:17\n */\n\n@Table(name = \"tb_ca",
"end": 290,
"score": 0.9996100664138794,
"start": 287,
"tag": "USERNAME",
"value": "lwg"
}
] | null | [] | package com.lwg.pojo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* 功能描述:商品类别
*
* @Author: lwg
* @Date: 2021/1/8 0:17
*/
... | 632 | 0.7443 | 0.729642 | 32 | 18.1875 | 14.154146 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 2 |
87709c20fb522ee6a2b120fe9073e7730bc4a7da | 2,216,203,169,991 | 30bee773a0fcfdd137ce84e842e3e4f1d9d363eb | /src/test/java/com/mariiapasichna/service/RoleServiceTests.java | 7d9793bc9b32569cf187611c7febbc40d8b24f6f | [] | no_license | mariiapasichna/To-Do_List_WebApp | https://github.com/mariiapasichna/To-Do_List_WebApp | bedcb964bdacd4c8767cb36f2c5994c7abd4855c | cb3ff291536c2c86189b53213f3f205cd841f9bf | refs/heads/master | 2023-02-12T13:13:36.431000 | 2021-01-06T22:17:36 | 2021-01-06T22:17:36 | 323,166,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mariiapasichna.service;
import com.mariiapasichna.exception.NullEntityReferenceException;
import com.mariiapasichna.model.Role;
import com.mariiapasichna.repository.RoleRepository;
import com.mariiapasichna.service.implementation.RoleServiceImpl;
import org.junit.jupiter.api.Assertions;
import org.junit.ju... | UTF-8 | Java | 3,384 | java | RoleServiceTests.java | Java | [] | null | [] | package com.mariiapasichna.service;
import com.mariiapasichna.exception.NullEntityReferenceException;
import com.mariiapasichna.model.Role;
import com.mariiapasichna.repository.RoleRepository;
import com.mariiapasichna.service.implementation.RoleServiceImpl;
import org.junit.jupiter.api.Assertions;
import org.junit.ju... | 3,384 | 0.729314 | 0.7237 | 82 | 40.280487 | 31.243448 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804878 | false | false | 2 |
2374c094ef56701687073bc338f0ba2ed95e74c1 | 23,089,744,245,126 | fd8dce9f3120b356db6fd1a6e23b7b40fd9b9ff7 | /src/main/java/br/com/taoshu/resource/TurmaResource.java | 20b4fac85829c1b7ffaf7645d4949122ff1c3563 | [] | no_license | carlosschuenck/taoshu-api | https://github.com/carlosschuenck/taoshu-api | ea03d24dfb095375637b097b62ed1a93892b35fd | 73a9a85021f3cb42fec1e9be871d8325529b4b67 | refs/heads/master | 2022-12-22T00:46:23.716000 | 2019-07-01T00:49:27 | 2019-07-01T00:49:27 | 134,191,623 | 0 | 0 | null | false | 2022-12-10T05:11:43 | 2018-05-20T22:22:10 | 2019-07-01T00:50:07 | 2022-12-10T05:11:43 | 120 | 0 | 0 | 2 | Java | false | false | package br.com.taoshu.resource;
import br.com.taoshu.entity.Turma;
import br.com.taoshu.service.TurmaService;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* Created by Carlos Schuenck on 20/05... | UTF-8 | Java | 1,394 | java | TurmaResource.java | Java | [
{
"context": "tion.*;\n\nimport java.util.List;\n\n/**\n * Created by Carlos Schuenck on 20/05/2018.\n */\n@RestController\n@RequestMappin",
"end": 311,
"score": 0.9998573064804077,
"start": 296,
"tag": "NAME",
"value": "Carlos Schuenck"
}
] | null | [] | package br.com.taoshu.resource;
import br.com.taoshu.entity.Turma;
import br.com.taoshu.service.TurmaService;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* Created by <NAME> on 20/05/2018.
*... | 1,385 | 0.722382 | 0.716643 | 49 | 27.44898 | 25.495146 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306122 | false | false | 2 |
975f31f0f6af88c56cdd1c2b22538b97cccb48c9 | 39,462,159,524,850 | 807cf061b80765075601f80ee79b830aac0cd84e | /src/main/java/cheanxin/service/LoanLogService.java | c66d52453e170f284af35c707405a81bfe6adaca | [] | no_license | hezudaopp/cheanxin | https://github.com/hezudaopp/cheanxin | 655828fde1726647830ef18423f0067240dd0707 | f2bbd5f47e8d776222750754003dae3126818a68 | refs/heads/master | 2017-12-16T10:20:03.392000 | 2017-06-16T06:19:18 | 2017-06-16T06:19:18 | 77,495,056 | 3 | 2 | null | false | 2017-06-09T09:32:47 | 2016-12-28T02:01:32 | 2017-02-23T08:34:28 | 2017-06-09T09:32:47 | 15,099 | 2 | 2 | 0 | Java | null | null | package cheanxin.service;
import cheanxin.domain.LoanLog;
import java.util.List;
/**
* 贷款操作日志service类
* Created by Jawinton on 17/02/08.
*/
public interface LoanLogService {
/**
* 保存贷款操作日志
* @param unsavedLoanLog
* @return
*/
LoanLog save(LoanLog unsavedLoanLog);
/**
* 判断贷款操作... | UTF-8 | Java | 734 | java | LoanLogService.java | Java | [
{
"context": "va.util.List;\n\n/**\n * 贷款操作日志service类\n * Created by Jawinton on 17/02/08.\n */\npublic interface LoanLogService ",
"end": 128,
"score": 0.9988164901733398,
"start": 120,
"tag": "USERNAME",
"value": "Jawinton"
}
] | null | [] | package cheanxin.service;
import cheanxin.domain.LoanLog;
import java.util.List;
/**
* 贷款操作日志service类
* Created by Jawinton on 17/02/08.
*/
public interface LoanLogService {
/**
* 保存贷款操作日志
* @param unsavedLoanLog
* @return
*/
LoanLog save(LoanLog unsavedLoanLog);
/**
* 判断贷款操作... | 734 | 0.607784 | 0.598802 | 36 | 17.555555 | 15.873536 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 2 |
80f1135dfef2382ea87b45ae963c03fc6e744e9a | 39,470,749,460,612 | 0299e8589c4f1b08606c4f51da6175d2ac727487 | /src/lt/bit/hw/Op004.java | d70548d5870866dd631e02c43e15690e3ac94b5b | [] | no_license | KestutisAndriunas/Homeworks | https://github.com/KestutisAndriunas/Homeworks | 473888e2922619a12c7a913361d3b3295cefc554 | 86e23977f3def7c0e006f52d7ff2bf0cc7c4bc0f | refs/heads/master | 2022-02-13T13:50:46.846000 | 2019-08-07T06:40:20 | 2019-08-07T06:40:20 | 198,229,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lt.bit.hw;
/*Parašykite programą, kuri kompiuterio ekrane atspausdina konstantą π = 3,14 ... .
Konstantą parodykite 5 skaitmenų po kablelio tikslumu.*/
public class Op004 {
public static void main(String[] args) {
double numberPi = Math.PI;
System.out.format("%.5f%n", numberPi );
}
}
| UTF-8 | Java | 326 | java | Op004.java | Java | [] | null | [] | package lt.bit.hw;
/*Parašykite programą, kuri kompiuterio ekrane atspausdina konstantą π = 3,14 ... .
Konstantą parodykite 5 skaitmenų po kablelio tikslumu.*/
public class Op004 {
public static void main(String[] args) {
double numberPi = Math.PI;
System.out.format("%.5f%n", numberPi );
}
}
| 326 | 0.675 | 0.65 | 12 | 25.666666 | 26.093847 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
4ee27ab9acae50c1dea986f89631d7b9ee95de4a | 39,496,519,273,354 | 83ef52d8c6c7c2eb376c3453fec5b2c48efef39d | /app/src/main/java/com/iused/main/ProductDetailsActivity_Negotiable.java | 257a99823ace9ffd2359dd408734f157536bb4ed | [] | no_license | johndpope/IUsed | https://github.com/johndpope/IUsed | 8ccf701f38c5696d3940368d1d820ea4f791c8d4 | f47fcb051af5f7aaaea609b89c0d77b243401861 | refs/heads/master | 2020-07-05T11:00:36.703000 | 2017-02-09T12:34:19 | 2017-02-09T12:34:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iused.main;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.net.Uri;
import android.os.Build;
... | UTF-8 | Java | 22,326 | java | ProductDetailsActivity_Negotiable.java | Java | [
{
"context": "ircleimageview.CircleImageView;\n\n/**\n * Created by Antto on 29-09-2016.\n */\npublic class ProductDetailsAct",
"end": 1740,
"score": 0.9992141127586365,
"start": 1735,
"tag": "NAME",
"value": "Antto"
}
] | null | [] | package com.iused.main;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.net.Uri;
import android.os.Build;
... | 22,326 | 0.538207 | 0.534175 | 468 | 46.705128 | 35.418537 | 246 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.700855 | false | false | 2 |
f70d85b1298e27081fa0c8fe243aeba0e237f40a | 1,082,331,828,311 | 6cdc3a91999e3fe82bf1d169eec9d360d6d2c645 | /src/main/java/hbasedemo/hbasedemo/constant/TableInfo.java | 3740c72b892d75adccf6d5e3ce7781cf76f3af93 | [] | no_license | JianqingHe/hbase-demo | https://github.com/JianqingHe/hbase-demo | 410294d55a1fc2509a85c9490b196f69177c909f | e27248c400c67be23640e93132a6b6c30b8fcc1f | refs/heads/master | 2022-05-27T17:39:42.578000 | 2019-05-31T09:56:39 | 2019-05-31T09:56:39 | 189,571,458 | 0 | 0 | null | false | 2022-05-20T20:58:50 | 2019-05-31T09:56:36 | 2019-07-16T02:19:22 | 2022-05-20T20:58:50 | 16 | 0 | 0 | 1 | Java | false | false | package hbasedemo.hbasedemo.constant;
/**
* @author hejq
* @date 2019/5/31 11:41
*/
public class TableInfo {
/**
* 表名称
*/
public final static String TABLE_NAME = "hb_test";
/**
* 列名
*/
public final static String ROW_NAME = "user";
/**
* familyName
*/
public f... | UTF-8 | Java | 371 | java | TableInfo.java | Java | [
{
"context": "kage hbasedemo.hbasedemo.constant;\n\n/**\n * @author hejq\n * @date 2019/5/31 11:41\n */\npublic class TableIn",
"end": 58,
"score": 0.9996604919433594,
"start": 54,
"tag": "USERNAME",
"value": "hejq"
}
] | null | [] | package hbasedemo.hbasedemo.constant;
/**
* @author hejq
* @date 2019/5/31 11:41
*/
public class TableInfo {
/**
* 表名称
*/
public final static String TABLE_NAME = "hb_test";
/**
* 列名
*/
public final static String ROW_NAME = "user";
/**
* familyName
*/
public f... | 371 | 0.554017 | 0.520776 | 23 | 14.695652 | 16.653593 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.173913 | false | false | 2 |
4d3d3b785f97d8f63f49d18539e23ceb0815c90b | 37,769,942,433,866 | ead22323a82e3f9a1f8fdfe645abda2c67d5101d | /HtmlText/src/com/easy/htmltext/listener/SpannedParser.java | 384899eee7911b4d5744a47f337fc9d30f64a3c1 | [
"Apache-2.0"
] | permissive | KouChengjian/HtmlTextView | https://github.com/KouChengjian/HtmlTextView | 2e0c7e7a45493ec7ccdc69d06858b118fd840be4 | b660631058740e0f979dde21c58bbd70dde29845 | refs/heads/master | 2020-09-22T09:40:50.299000 | 2016-09-06T01:59:49 | 2016-09-06T01:59:49 | 67,213,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.easy.htmltext.listener;
import android.text.Html;
import android.text.Spanned;
/**
* Created by zhou on 16-7-27.
*/
public interface SpannedParser {
Spanned parse(String source, Html.ImageGetter imageGetter);
}
| UTF-8 | Java | 233 | java | SpannedParser.java | Java | [
{
"context": "l;\nimport android.text.Spanned;\n\n/**\n * Created by zhou on 16-7-27.\n */\npublic interface SpannedParser {\n",
"end": 115,
"score": 0.9958212375640869,
"start": 111,
"tag": "USERNAME",
"value": "zhou"
}
] | null | [] | package com.easy.htmltext.listener;
import android.text.Html;
import android.text.Spanned;
/**
* Created by zhou on 16-7-27.
*/
public interface SpannedParser {
Spanned parse(String source, Html.ImageGetter imageGetter);
}
| 233 | 0.742489 | 0.72103 | 13 | 16.923077 | 19.261208 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 2 |
83ccf82f0b79d3b446c260e5561b88bc983088db | 39,573,828,673,487 | 4650bcb95e0d926ec24c3c0d8542b580018da417 | /sample/src/main/java/com/meowmau/lifecycle4android/sample/action/ToastAction.java | 364f7f1594c054ed92abccfb6a7c1778b35cc3e9 | [
"BSD-3-Clause"
] | permissive | pickerweng/Lifecycle4Android | https://github.com/pickerweng/Lifecycle4Android | 8b9c5dbb1ae7d9f715617eda125fc2f889898c35 | 4f1cbe990259b652d9fa9186d255b933a2429596 | refs/heads/master | 2021-01-10T05:36:20.384000 | 2015-11-18T13:30:56 | 2015-11-18T13:30:56 | 46,413,456 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2015, Picker Weng
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of conditions... | UTF-8 | Java | 3,143 | java | ToastAction.java | Java | [
{
"context": "/*\n * Copyright (c) 2015, Picker Weng\n * All rights reserved.\n *\n * Redistribution and ",
"end": 37,
"score": 0.9998581409454346,
"start": 26,
"tag": "NAME",
"value": "Picker Weng"
},
{
"context": "File:\n * ToastAction.java\n *\n * Author:\n * Picker Weng (... | null | [] | /*
* Copyright (c) 2015, <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of conditions and ... | 3,102 | 0.742284 | 0.736239 | 73 | 42.054794 | 38.899902 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671233 | false | false | 2 |
13b6e4828f594202867b6c3547d8a8af08234710 | 24,567,213,003,783 | 1fcfc8d3c8e8eee746a143c6209686055f6c676b | /session8-master/src/comparatorexample/App.java | 69403a6092c8ae03d44c54722fd0cdb6997afb9e | [] | no_license | alialaghbandrad/Java-2-Object-Oriented-Programming | https://github.com/alialaghbandrad/Java-2-Object-Oriented-Programming | d2b81f384e9e3d45cf57feee0dca9576563b34af | c79285298bca3d2208bbd7263abf781e7863a03e | refs/heads/main | 2023-06-07T05:05:48.813000 | 2021-06-25T22:27:30 | 2021-06-25T22:27:30 | 380,361,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comparatorexample;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
class Student {
private String name;
private int score;
public Student(String name, int score) {
this.name = name;
this.score = score;
}
publi... | UTF-8 | Java | 2,618 | java | App.java | Java | [
{
"context": "ayList<Student>();\n\t\tstudentList.add(new Student(\"TOTO\", 6));\n\t\tstudentList.add(new Student(\"POPO\", 1));",
"end": 1937,
"score": 0.9996197819709778,
"start": 1933,
"tag": "NAME",
"value": "TOTO"
},
{
"context": "udent(\"TOTO\", 6));\n\t\tstudentList.add(new St... | null | [] | package comparatorexample;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
class Student {
private String name;
private int score;
public Student(String name, int score) {
this.name = name;
this.score = score;
}
publi... | 2,618 | 0.648969 | 0.637892 | 153 | 16.111111 | 18.363987 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.607843 | false | false | 2 |
c75ec76b68063a468dab32a22b6b18710f608016 | 28,501,402,999,981 | e34ca8a3906ef27b40858a8be8f3f6a434f68726 | /src/Assigment/C6.java | 79c248a8f2c6a9837c7886188f9549ed0591e7c9 | [] | no_license | Rahulsharma713096/Simple-Java-Programs | https://github.com/Rahulsharma713096/Simple-Java-Programs | edc7783300159e543960d0fd743130e7e6f0c43a | 381e71b3b4f5954ea390fd335bdda60a955df403 | refs/heads/master | 2022-12-11T22:57:53.776000 | 2020-09-02T05:44:07 | 2020-09-02T05:44:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Assigment;
import java.util.Scanner;
public class C6 {
public static void main(String[] args) { int temp;
Scanner sc=new Scanner(System.in);
System.out.println("Enter The size of array:");
int n=sc.nextInt();
int arr[]=new int[n];
for(int i=0;i<=arr.length-1;i++) {
System.out.println("Ent... | UTF-8 | Java | 913 | java | C6.java | Java | [] | null | [] | package Assigment;
import java.util.Scanner;
public class C6 {
public static void main(String[] args) { int temp;
Scanner sc=new Scanner(System.in);
System.out.println("Enter The size of array:");
int n=sc.nextInt();
int arr[]=new int[n];
for(int i=0;i<=arr.length-1;i++) {
System.out.println("Ent... | 913 | 0.549836 | 0.538883 | 26 | 32.96154 | 15.887781 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.923077 | false | false | 2 |
dd1a292203e46f6a97f2fd0a127de360a915fd2e | 7,791,070,731,429 | de6128d5e4221677aef571a876df8b53a08b5cd3 | /android/04-gestureListener/app/src/main/java/com/github/chetangandhi/gestureListener/MyTextView.java | 98f4a42a5c6c521e011675460544159bf9bf5355 | [] | no_license | ssijonson/realTimeRendering | https://github.com/ssijonson/realTimeRendering | 2d97fa7a20d94aae460a8496283247c1c5ad962f | d0a37138dbf8a618976ac292ee35e67382499601 | refs/heads/master | 2023-03-16T19:48:29.889000 | 2018-10-16T19:35:58 | 2018-10-16T19:35:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.chetangandhi.gestureListener;
import android.widget.TextView;
import android.content.Context;
import android.graphics.Color;
import android.view.Gravity;
import android.view.MotionEvent;
import android.view.GestureDetector;
import android.view.GestureDetector.OnGestureListener;
import android.view.G... | UTF-8 | Java | 2,466 | java | MyTextView.java | Java | [
{
"context": "package com.github.chetangandhi.gestureListener;\n\nimport android.widget.TextView;",
"end": 31,
"score": 0.9769217371940613,
"start": 19,
"tag": "USERNAME",
"value": "chetangandhi"
}
] | null | [] | package com.github.chetangandhi.gestureListener;
import android.widget.TextView;
import android.content.Context;
import android.graphics.Color;
import android.view.Gravity;
import android.view.MotionEvent;
import android.view.GestureDetector;
import android.view.GestureDetector.OnGestureListener;
import android.view.G... | 2,466 | 0.693431 | 0.69262 | 89 | 26.707865 | 26.801477 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494382 | false | false | 2 |
f45c96458c376186a9ffe9cef2327aad745c5ea8 | 11,836,929,914,406 | e1ca2583af84ff12a09f9f698bc638ea9f9676cb | /src/io/gearworks/turfpoints/database/DatabaseManager.java | 8f9540ba9350b8020313617b90999d3a8a78e2d1 | [] | no_license | Gearworks/TurfPoints | https://github.com/Gearworks/TurfPoints | 8a190a3fe52ce8e009552827d1c06114bf0527ba | e3f1d943b917866126d8812a955f379ad96ff554 | refs/heads/master | 2021-01-01T18:29:06.998000 | 2014-05-28T00:26:34 | 2014-05-28T00:26:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.gearworks.turfpoints.database;
import io.gearworks.turfpoints.TurfPoints;
import io.gearworks.turfpoints.database.queries.QueryAddCredits;
import io.gearworks.turfpoints.database.queries.QueryAddPoints;
import io.gearworks.turfpoints.database.task.Consumer;
import io.gearworks.turfpoints.player.LocalPlayer;... | UTF-8 | Java | 8,417 | java | DatabaseManager.java | Java | [] | null | [] | package io.gearworks.turfpoints.database;
import io.gearworks.turfpoints.TurfPoints;
import io.gearworks.turfpoints.database.queries.QueryAddCredits;
import io.gearworks.turfpoints.database.queries.QueryAddPoints;
import io.gearworks.turfpoints.database.task.Consumer;
import io.gearworks.turfpoints.player.LocalPlayer;... | 8,417 | 0.59261 | 0.591897 | 252 | 32.400795 | 36.036385 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
1c6b890e7eaffd6c2b6b622902d47a1f911d0d93 | 13,013,750,958,319 | a7b58cc6176c1beba8ddb65ed0ff1ae2fe9fb5f9 | /app/src/main/java/com/example/makeaguess/ProfileFrag.java | 96e73f78f0d74985b39ba12d44e85ef5edf957d8 | [] | no_license | Sayantan729/MakeAGuessGuessingGame | https://github.com/Sayantan729/MakeAGuessGuessingGame | 4275d718214edce340dbab5ebcee9a6dc4abf850 | 0ade4612b9164208f7234d0811167e343e40f67d | refs/heads/master | 2020-06-24T06:25:26.810000 | 2019-08-16T18:16:08 | 2019-08-16T18:16:08 | 198,879,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.makeaguess;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import io.realm.Realm;
import io.realm... | UTF-8 | Java | 4,877 | java | ProfileFrag.java | Java | [] | null | [] | package com.example.makeaguess;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import io.realm.Realm;
import io.realm... | 4,877 | 0.64999 | 0.644659 | 143 | 33.104897 | 25.434053 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559441 | false | false | 2 |
03fc7bb1539be36b8606ed23a8d82ed18607a12d | 23,124,103,978,499 | 27bef9c15f3a083b0d518257431e2ab0e5dc3f8c | /src/main/java/vn/com/vuong/main/TemplateTest.java | 677f362c44120001e46ea229bbf94af861dd4dbd | [] | no_license | BuiVuong0105/RedisCacheJava | https://github.com/BuiVuong0105/RedisCacheJava | 7f3b5df35bcf485c82ef4f166145e5c701842dfe | 4210eff1f8bdf5bad65dda029033b902afb42c17 | refs/heads/master | 2020-03-25T11:55:21.588000 | 2018-08-06T16:20:58 | 2018-08-06T16:20:58 | 143,753,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.com.vuong.main;
import java.util.List;
import java.util.Map;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.data.redis.core.BoundListOperations;
import org.springframework.data.redis.core.Ha... | UTF-8 | Java | 4,811 | java | TemplateTest.java | Java | [
{
"context": "lue();\n\t\tvalueOperations.set(\"vuong\", new Person(\"Vuong\", 24, \"Ha Noi\"));\n\t\tSystem.out.println(valueOpera",
"end": 1445,
"score": 0.9847316145896912,
"start": 1440,
"tag": "NAME",
"value": "Vuong"
},
{
"context": "istOperations.rightPush(\"listPerson\", new ... | null | [] | package vn.com.vuong.main;
import java.util.List;
import java.util.Map;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.data.redis.core.BoundListOperations;
import org.springframework.data.redis.core.Ha... | 4,811 | 0.744521 | 0.732832 | 98 | 47.887756 | 35.88641 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.642857 | false | false | 2 |
fdf538f0a1e6b580ed6364be4030b69742ae7886 | 32,830,730,018,287 | d8ab248ae5a8afb654bdd3f18e390b1cf3e2c0ca | /MainProject/com/pcmsolutions/device/EMU/E4/zcommands/preset/RenamePresetAllZMTC.java | e8420e7c8bd8295e7aa839ce01c791762e906d53 | [] | no_license | nico75000/zoeos | https://github.com/nico75000/zoeos | e2391f8f13f672e1d1c536cc2299878e38e81ede | a8853f8cf71556693931b3647d30741fa6260b07 | refs/heads/master | 2021-01-01T03:44:21.813000 | 2009-11-05T03:48:22 | 2009-11-05T03:48:22 | 56,063,868 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pcmsolutions.device.EMU.E4.zcommands.preset;
import com.pcmsolutions.device.EMU.E4.preset.ContextBasicEditablePreset;
import com.pcmsolutions.device.EMU.E4.preset.PresetException;
import com.pcmsolutions.gui.FixedLengthTextField;
import com.pcmsolutions.gui.zcommand.AbstractZCommandField;
import com.pcmsol... | UTF-8 | Java | 2,153 | java | RenamePresetAllZMTC.java | Java | [
{
"context": "dField;\n\n/**\n * Created by IntelliJ IDEA.\n * User: pmeehan\n * Date: 22-Mar-2003\n * Time: 14:36:45\n * To chan",
"end": 458,
"score": 0.9997234344482422,
"start": 451,
"tag": "USERNAME",
"value": "pmeehan"
}
] | null | [] | package com.pcmsolutions.device.EMU.E4.zcommands.preset;
import com.pcmsolutions.device.EMU.E4.preset.ContextBasicEditablePreset;
import com.pcmsolutions.device.EMU.E4.preset.PresetException;
import com.pcmsolutions.gui.FixedLengthTextField;
import com.pcmsolutions.gui.zcommand.AbstractZCommandField;
import com.pcmsol... | 2,153 | 0.675801 | 0.667441 | 60 | 34.883335 | 36.034748 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516667 | false | false | 2 |
cbf2592d8e9b43f499046e0ddee1e35a7a645aec | 32,830,730,017,383 | 8a26c0430728fb86e4323a357c2d060fe91c00e6 | /Camera/src/com/java57/nail/search/MapApiConst.java | 5f04039b15b088b7c036542f7603817ac8c58bc0 | [] | no_license | iamabook/java57 | https://github.com/iamabook/java57 | da61e1541a50e95e9603f013b2bf8fbee0955dd4 | 0d91e2cb6e5ae25e65405915081349a60f6c6b5c | refs/heads/master | 2016-09-07T12:08:10.356000 | 2014-12-09T07:29:13 | 2014-12-09T07:29:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java57.nail.search;
public class MapApiConst {
// http://dna.daum.net/apis/mmaps
public static final String DAUM_MAPS_ANDROID_APP_API_KEY = "93af45459497d1bba17fb40c487f6d90807a9be5";
// http://dna.daum.net/apis/local
public static final String DAUM_MAPS_LOCAL_API_KEY = "738f367acba9c9dbc... | UTF-8 | Java | 348 | java | MapApiConst.java | Java | [
{
"context": "tic final String DAUM_MAPS_ANDROID_APP_API_KEY = \"93af45459497d1bba17fb40c487f6d90807a9be5\";\n \n // http://dna.daum.net/apis/local\n ",
"end": 199,
"score": 0.999754786491394,
"start": 159,
"tag": "KEY",
"value": "93af45459497d1bba17fb40c487f6d90807a9be5"
},
{
... | null | [] | package com.java57.nail.search;
public class MapApiConst {
// http://dna.daum.net/apis/mmaps
public static final String DAUM_MAPS_ANDROID_APP_API_KEY = "<KEY>";
// http://dna.daum.net/apis/local
public static final String DAUM_MAPS_LOCAL_API_KEY = "<KEY>";
}
| 278 | 0.755747 | 0.62069 | 9 | 37.666668 | 37.48481 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 2 |
fe0b7a8a007f97d5441024b525a72914cb864b64 | 10,831,907,553,501 | eb4d2ec1751fed9655fef78c3b576bf6d15dce7c | /src/test/java/com/echoohce/jpa/hibernate/demo/DemoApplicationTests.java | 772c3baceecaa495479374fee113c967cb724426 | [
"Apache-2.0"
] | permissive | yugan2005/hibernate-course | https://github.com/yugan2005/hibernate-course | 1508dc1990394fc77f786323bea7fec9eaf76766 | 023a62eb00fbadb3f519413b40e6d290171bd14e | refs/heads/master | 2020-12-14T02:38:57.070000 | 2020-02-03T05:12:27 | 2020-02-03T05:12:27 | 234,609,418 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.echoohce.jpa.hibernate.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.DirtiesContext;
@SpringBootTest
@DirtiesContext
class DemoApplicationTests {
@Test
void contextLoads() {
}
}
| UTF-8 | Java | 299 | java | DemoApplicationTests.java | Java | [] | null | [] | package com.echoohce.jpa.hibernate.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.DirtiesContext;
@SpringBootTest
@DirtiesContext
class DemoApplicationTests {
@Test
void contextLoads() {
}
}
| 299 | 0.802676 | 0.802676 | 15 | 18.933332 | 20.273026 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 2 |
e63f5e6e0c923867640f20543a9b3019125c8d2e | 17,875,653,903,936 | 527d6e8de9e350bf923a66fc3cfe84396b4dd89d | /idea-plugin/src/main/java/ch/yvu/teststore/idea/plugin/model/TestStore.java | f5c104c66fea2cba8f514bcb06a9fda08c0e8cf0 | [
"MIT"
] | permissive | ybonjour/test-store | https://github.com/ybonjour/test-store | 144e12b690204120b575c2e2dbfcfc923f427356 | 6bfc5ce5b8e2bad82d1364e92810ad4722aad1c7 | refs/heads/master | 2023-01-07T22:18:07.786000 | 2019-08-02T10:37:29 | 2019-08-02T10:37:29 | 54,708,531 | 8 | 4 | MIT | false | 2023-01-07T07:02:46 | 2016-03-25T09:18:53 | 2021-08-18T15:30:33 | 2023-01-07T07:02:45 | 52,442 | 8 | 3 | 44 | Kotlin | false | false | package ch.yvu.teststore.idea.plugin.model;
import ch.yvu.teststore.idea.plugin.load.LoadTask;
import ch.yvu.teststore.idea.plugin.load.LoadTestSuites;
import javax.swing.*;
import java.awt.event.MouseEvent;
public class TestStore extends Model {
public TestStore(String baseUrl) {
super(baseUrl);
}
@Override... | UTF-8 | Java | 676 | java | TestStore.java | Java | [] | null | [] | package ch.yvu.teststore.idea.plugin.model;
import ch.yvu.teststore.idea.plugin.load.LoadTask;
import ch.yvu.teststore.idea.plugin.load.LoadTestSuites;
import javax.swing.*;
import java.awt.event.MouseEvent;
public class TestStore extends Model {
public TestStore(String baseUrl) {
super(baseUrl);
}
@Override... | 676 | 0.738166 | 0.738166 | 40 | 15.9 | 17.093567 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
a9712999b10f3e3ee1d8de9566769eeaa3b7dbd2 | 31,911,607,039,943 | 56b7ca394915586c83faf41b37c2684a7716ad19 | /homeWork1/src/hw3m14/ScoreList.java | 1e40327e8c7a97cb65b5742c12f898cba89117d7 | [] | no_license | zhjali/com.study_android.repository | https://github.com/zhjali/com.study_android.repository | a45bb3665d1bf320a52552644917b44f02d3e1ca | d2278ca6d29f18251d59168852b8b3762ff2f7d6 | refs/heads/master | 2021-01-19T06:08:33.408000 | 2014-05-22T11:32:55 | 2014-05-22T11:32:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw3m14;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
public class ScoreList {
public static void main(String[]... | UTF-8 | Java | 1,010 | java | ScoreList.java | Java | [
{
"context": "] args) throws IOException {\n\t\tString[] name = { \"mailoaoer\", \"zhuding\", \"zhujiji\" };\n\t\tFile file = new File(",
"end": 378,
"score": 0.9463253021240234,
"start": 369,
"tag": "NAME",
"value": "mailoaoer"
},
{
"context": "s IOException {\n\t\tString[] name = {... | null | [] | package hw3m14;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
public class ScoreList {
public static void main(String[]... | 1,010 | 0.676238 | 0.649505 | 33 | 29.60606 | 18.979956 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.393939 | false | false | 2 |
4876243066c2572feaefd995fb85f3a2612a87ec | 19,851,338,844,602 | 7c87a85b35e47d4640283d12c40986e7b8a78e6f | /moneyfeed-openapi-wechat/moneyfeed-openapi-wechat-api/src/main/java/com/newhope/openapi/api/vo/response/order/OrderStatusResult.java | 60b1e39d07ea5a035b8d3e007eebf1388cc528dd | [] | no_license | newbigTech/moneyfeed | https://github.com/newbigTech/moneyfeed | 191b0bd4c98b49fa6be759ed16817b96c6e853b3 | 2bd8bdd10ddfde3f324060f7b762ec3ed6e25667 | refs/heads/master | 2020-04-24T13:05:44.308000 | 2019-01-15T07:59:03 | 2019-01-15T07:59:03 | 171,975,920 | 0 | 3 | null | true | 2019-02-22T01:53:12 | 2019-02-22T01:53:12 | 2019-01-15T08:00:40 | 2019-01-15T08:00:39 | 2,041 | 0 | 0 | 0 | null | false | null | package com.newhope.openapi.api.vo.response.order;
import com.newhope.moneyfeed.api.vo.response.Result;
import io.swagger.annotations.ApiModelProperty;
/**
* Create by yyq on 2018/12/04
*/
public class OrderStatusResult extends Result {
private static final long serialVersionUID = 1901728842228219244... | UTF-8 | Java | 1,011 | java | OrderStatusResult.java | Java | [
{
"context": "annotations.ApiModelProperty;\r\n\r\n/**\r\n * Create by yyq on 2018/12/04\r\n */\r\npublic class OrderStatusResul",
"end": 180,
"score": 0.999606728553772,
"start": 177,
"tag": "USERNAME",
"value": "yyq"
}
] | null | [] | package com.newhope.openapi.api.vo.response.order;
import com.newhope.moneyfeed.api.vo.response.Result;
import io.swagger.annotations.ApiModelProperty;
/**
* Create by yyq on 2018/12/04
*/
public class OrderStatusResult extends Result {
private static final long serialVersionUID = 1901728842228219244... | 1,011 | 0.642492 | 0.614913 | 42 | 21.309525 | 20.068321 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
6d8a332a735cadf1ee6c50967060dfd7ee1ec6e1 | 13,726,715,503,734 | 0a80c1d23bc4a2f279aab1020f0d6812725e3a73 | /easyconfig-server/src/main/java/com/gome/fup/easyconfig/handler/ConfigHandler.java | 333957cff39be70aa2bdc1f6b9beeda9f9aa77d4 | [] | no_license | 729533572/EasyConfig | https://github.com/729533572/EasyConfig | b3598e0c0d04014990113dafd206fe75d57358d0 | 66f74d1b5136f082a67e822336083e00252766c3 | refs/heads/master | 2022-04-08T01:55:39.639000 | 2017-08-29T06:57:45 | 2017-08-29T06:57:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gome.fup.easyconfig.handler;
import com.gome.fup.easyconfig.common.Config;
import com.gome.fup.easyconfig.common.Request;
import com.gome.fup.easyconfig.common.Response;
import com.gome.fup.easyconfig.service.ConfigService;
import io.netty.channel.ChannelFutureListener;
import io.netty.channel.ChannelHandl... | UTF-8 | Java | 1,415 | java | ConfigHandler.java | Java | [
{
"context": "andler;\n\nimport java.util.List;\n\n/**\n * Created by fupeng-ds on 2017/7/14.\n */\npublic class ConfigHandler exte",
"end": 436,
"score": 0.9995787739753723,
"start": 427,
"tag": "USERNAME",
"value": "fupeng-ds"
}
] | null | [] | package com.gome.fup.easyconfig.handler;
import com.gome.fup.easyconfig.common.Config;
import com.gome.fup.easyconfig.common.Request;
import com.gome.fup.easyconfig.common.Response;
import com.gome.fup.easyconfig.service.ConfigService;
import io.netty.channel.ChannelFutureListener;
import io.netty.channel.ChannelHandl... | 1,415 | 0.761837 | 0.756184 | 39 | 35.282051 | 33.945618 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
53f0a9f37e7b36d02d6fa6458d4a16207c71b3de | 8,452,495,658,905 | c170b4f2fb0e25673a3cdbbbb3173003f8e3075e | /src/객체프로젝트/Game1.java | d94bd83ffb5b6be2ade090f048bccc5b3ba5c6b6 | [] | no_license | tlqckd0/tlqckd0-java_school_Project | https://github.com/tlqckd0/tlqckd0-java_school_Project | 9d9e80764e22f3b6678b1aa0ac0fffd88d7d6a62 | a3a1217d358e47e245028a41887a8cb7e4e51504 | refs/heads/master | 2021-08-02T08:58:33.699000 | 2021-07-20T01:22:54 | 2021-07-20T01:22:54 | 248,480,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ///////////////////////
//////지최찾기프레임///////
///////////////////////
package 객체프로젝트;
import javax.swing.*;
import 객체프로젝트.Game2.game2FinishFrame.buttonlistener;
import java.lang.Thread;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.Random;
class MyButton extends JButton {
private s... | UHC | Java | 18,130 | java | Game1.java | Java | [] | null | [] | ///////////////////////
//////지최찾기프레임///////
///////////////////////
package 객체프로젝트;
import javax.swing.*;
import 객체프로젝트.Game2.game2FinishFrame.buttonlistener;
import java.lang.Thread;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.Random;
class MyButton extends JButton {
private s... | 18,130 | 0.559351 | 0.536078 | 646 | 24.873066 | 18.888281 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.750774 | false | false | 2 |
2065865e8071f4ac88debd63cbcb64f893fccec5 | 13,967,233,666,284 | 8fd7da4ee94b5079dbb19f7eb8d4abc99695cfdf | /AutomationProject/Billing/billing/com/util/BillingCommon.java | 134258179f36c5e31466abf556778e6f64145dd1 | [] | no_license | jyotsnagupta/AutomationProjects | https://github.com/jyotsnagupta/AutomationProjects | 374bd63ff3aa10ca511389e53acc6109b8833242 | 50e320fdf389a5ca8036455aa959dc2fc8e0b94e | refs/heads/master | 2021-01-22T06:58:55.974000 | 2015-05-24T15:08:14 | 2015-05-24T15:08:14 | 35,146,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package billing.com.util;
public class BillingCommon {
}
| UTF-8 | Java | 59 | java | BillingCommon.java | Java | [] | null | [] | package billing.com.util;
public class BillingCommon {
}
| 59 | 0.762712 | 0.762712 | 5 | 10.8 | 12.859238 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
0eb6c1c7474db685156fa5b162246855f8fda194 | 8,031,588,862,606 | cd1c295e9cc5f79836cc34313df8f74ce0798e45 | /src/fundamentos/arrays/MatrizAlunos.java | c7f909a331bca4b3adc2cb02f213b335eb4f1b5f | [] | no_license | stzu98/myTrash | https://github.com/stzu98/myTrash | 4dfee7dfadce819d082f6d985d23c0340437a907 | b83374d0bda82967188b14a913d0ffaf92c42a92 | refs/heads/master | 2022-06-22T10:49:51.411000 | 2020-05-05T13:53:38 | 2020-05-05T13:53:38 | 261,481,693 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fundamentos.arrays;
import java.util.Arrays;
import java.util.Scanner;
public class MatrizAlunos {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
System.out.print("Digite a quantidade de alunos: ");
int a = sc.nextInt();
Syste... | ISO-8859-2 | Java | 1,173 | java | MatrizAlunos.java | Java | [] | null | [] | package fundamentos.arrays;
import java.util.Arrays;
import java.util.Scanner;
public class MatrizAlunos {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
System.out.print("Digite a quantidade de alunos: ");
int a = sc.nextInt();
Syste... | 1,173 | 0.560205 | 0.544833 | 55 | 20.290909 | 19.104185 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.745455 | false | false | 2 |
400bf64c46073dcf5939b1220d131feb2c57258a | 17,368,847,765,195 | af2aa2d3929216b379e6fc6f55be75f6fcad7fb3 | /demo/src/main/java/com/example/demo/model/Campaign.java | 95a98dc62cf486a381a1d849f3cbf448acc53a85 | [] | no_license | esinkavak/shoppingCart | https://github.com/esinkavak/shoppingCart | 0a8c846b73fa24007ad88ee54fcccbcc7d560adf | a44c559291befe21b74e126894f00af3be18aa7c | refs/heads/master | 2020-04-14T02:24:30.628000 | 2019-10-16T13:38:41 | 2019-10-16T13:38:41 | 163,582,012 | 1 | 0 | null | false | 2019-04-27T13:17:18 | 2018-12-30T11:22:32 | 2018-12-30T11:51:26 | 2019-04-27T13:17:17 | 20,252 | 1 | 0 | 0 | null | false | false | package com.example.demo.model;
import com.example.demo.common.DiscountType;
public class Campaign {
private Category category;
private double ratio;
private int itemCount;
private DiscountType discountType;
public Campaign() {
super();
}
public Campaign(Category category, double ratio, int... | UTF-8 | Java | 1,077 | java | Campaign.java | Java | [] | null | [] | package com.example.demo.model;
import com.example.demo.common.DiscountType;
public class Campaign {
private Category category;
private double ratio;
private int itemCount;
private DiscountType discountType;
public Campaign() {
super();
}
public Campaign(Category category, double ratio, int... | 1,077 | 0.69545 | 0.69545 | 56 | 17.232143 | 18.643259 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.339286 | false | false | 2 |
74f91f35ff1a63ce61577b507a6cd0d844fa061e | 26,379,689,152,848 | 16550f198ef59e13c229d5e7767d3fc77ce79145 | /ParisMetro.java | 2f2ae3f5050b4d14435058d40870ec25409393ae | [] | no_license | Dalga082/ParisMetro | https://github.com/Dalga082/ParisMetro | 05f1f8530f729196b50b294da0b28f84cdc6b63b | 1f839ef2cd984ffb3feb6e149d2b6dc07af436b9 | refs/heads/master | 2020-05-12T21:42:12.869000 | 2019-04-15T19:25:55 | 2019-04-15T19:25:55 | 181,550,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.StringTokenizer;
import net.datastructures.AdjacencyMapGraph;
//import net.datastructures.Dijkstra;
import net.datastructures.Edge;
import net.datastructures.... | UTF-8 | Java | 10,183 | java | ParisMetro.java | Java | [
{
"context": "n) from a string naming the vertex\n\t * Modified by Thais Bardini on November 19th, 2017 (tbard069@uottawa.ca) \n\t *",
"end": 6254,
"score": 0.9999059438705444,
"start": 6241,
"tag": "NAME",
"value": "Thais Bardini"
},
{
"context": "Modified by Thais Bardini on Novemb... | null | [] | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.StringTokenizer;
import net.datastructures.AdjacencyMapGraph;
//import net.datastructures.Dijkstra;
import net.datastructures.Edge;
import net.datastructures.... | 10,145 | 0.582441 | 0.572326 | 377 | 26.013262 | 25.755375 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.514589 | false | false | 2 |
8c619dc2217a55dfa6c9cf09e2a0fee49ce14f7e | 11,295,764,014,721 | e338d39e765badbeb216911288b38058eeafbb48 | /src/main/java/com/damg/agreementsapiendpoints/agreementsapiendpoints/models/entities/User.java | eb4e6541264d6a553611aeeb7a16267871062d4d | [] | no_license | Sandokan8698/agreements-api-endpoint | https://github.com/Sandokan8698/agreements-api-endpoint | cd557e98312d637d9b0d5fff2edef96977d637dc | 0f0724ca85b01040c0bf146955d25a0deaf30ba3 | refs/heads/master | 2020-03-30T05:45:01.615000 | 2018-10-01T23:12:21 | 2018-10-01T23:12:21 | 150,817,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.damg.agreementsapiendpoints.agreementsapiendpoints.models.entities;
import com.damg.agreementsapiendpoints.agreementsapiendpoints.models.utils.Sexo;
import javax.persistence.*;
@Entity
@Table(name="users")
public class User extends BaseEntity {
private String sis_user_name;
private String sis_u... | UTF-8 | Java | 2,565 | java | User.java | Java | [] | null | [] | package com.damg.agreementsapiendpoints.agreementsapiendpoints.models.entities;
import com.damg.agreementsapiendpoints.agreementsapiendpoints.models.utils.Sexo;
import javax.persistence.*;
@Entity
@Table(name="users")
public class User extends BaseEntity {
private String sis_user_name;
private String sis_u... | 2,565 | 0.649123 | 0.649123 | 98 | 25.17347 | 23.590048 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 2 |
810a5fa860d48937fc3afa560fac177530afc386 | 4,733,053,990,736 | 25f88faeabdcdd056c69d119a10e5834baf99259 | /src/main/java/voxswirl/meta/TrigTools.java | 8c89518cfc38488006504be29a13628c0b12a5bb | [
"Apache-2.0"
] | permissive | Eisenwave/vox-swirl | https://github.com/Eisenwave/vox-swirl | ecc6f13cddef5723a554ddbaabf11f39a8470ac1 | d15a761966b39a9acb9865ada5b631015ed0747c | refs/heads/master | 2022-11-27T23:49:21.835000 | 2020-08-08T06:10:13 | 2020-08-08T06:10:13 | 286,570,936 | 0 | 0 | null | true | 2020-08-10T20:20:32 | 2020-08-10T20:20:31 | 2020-08-08T06:10:22 | 2020-08-08T06:10:20 | 757 | 0 | 0 | 0 | null | false | false | package voxswirl.meta;
import com.badlogic.gdx.math.MathUtils;
/**
* Created by Tommy Ettinger on 8/4/2020.
*/
public class TrigTools {
public static float sin_(float turns){
return MathUtils.sinDeg(turns * 360);
}
public static float cos_(float turns){
return MathUtils.cosDeg(turns * 360);
}
public static... | UTF-8 | Java | 954 | java | TrigTools.java | Java | [
{
"context": "om.badlogic.gdx.math.MathUtils;\n\n/**\n * Created by Tommy Ettinger on 8/4/2020.\n */\npublic class TrigTools {\n\tpublic",
"end": 97,
"score": 0.9998814463615417,
"start": 83,
"tag": "NAME",
"value": "Tommy Ettinger"
}
] | null | [] | package voxswirl.meta;
import com.badlogic.gdx.math.MathUtils;
/**
* Created by <NAME> on 8/4/2020.
*/
public class TrigTools {
public static float sin_(float turns){
return MathUtils.sinDeg(turns * 360);
}
public static float cos_(float turns){
return MathUtils.cosDeg(turns * 360);
}
public static float a... | 946 | 0.561845 | 0.416143 | 32 | 28.8125 | 30.585369 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.96875 | false | false | 2 |
8c15cdea00b36ef49ff713a4ea5074c771067490 | 20,624,432,990,560 | 45a6968bc2ef4007d16faeb6f710bd61872c87a1 | /src/main/java/Vista/Botones/BotonJugar.java | 6cb54a773adfedc7e936a9223835e56b75227b6a | [] | no_license | Tp2Algo3/Tp2T10 | https://github.com/Tp2Algo3/Tp2T10 | 2f544bd17df1bd0e88623ced7a1e436ee712a194 | f67884312b9e3b48768bdb50ce970451d1dc5824 | refs/heads/master | 2022-12-01T21:15:05.535000 | 2020-08-16T22:07:07 | 2020-08-16T22:07:07 | 280,260,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Vista.Botones;
import Controladores.BotonJugarEventHandler;
import javafx.scene.Cursor;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import java.util.ArrayList;
public class BotonJugar extends Button {
public BotonJugar(ArrayList<TextField> nombresJugadores) {
super(... | UTF-8 | Java | 466 | java | BotonJugar.java | Java | [] | null | [] | package Vista.Botones;
import Controladores.BotonJugarEventHandler;
import javafx.scene.Cursor;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import java.util.ArrayList;
public class BotonJugar extends Button {
public BotonJugar(ArrayList<TextField> nombresJugadores) {
super(... | 466 | 0.751073 | 0.740343 | 17 | 26.411764 | 19.982519 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 2 |
cadefb44dbc342dc03e85d562c00c253841e6693 | 30,210,799,994,265 | 0fdaf8171dc2dc4358ea8bcabc276d0928af5379 | /src/main/java/org/openmbee/mdk/systems_reasoner/actions/AspectSelectionAction.java | 90e82a2aed561510f1060868dba5bcc79d74bc51 | [
"Apache-2.0"
] | permissive | Open-MBEE/mdk-systems-reasoner | https://github.com/Open-MBEE/mdk-systems-reasoner | fccc595a1c573251c1dc36711420e66aaa0ddd17 | 6a97591a25023a3f87e1e820b0c7b7f6814d2dd1 | refs/heads/develop | 2023-08-15T23:51:41.834000 | 2023-08-14T22:37:55 | 2023-08-14T22:37:55 | 233,664,723 | 0 | 1 | Apache-2.0 | false | 2023-09-12T22:29:33 | 2020-01-13T18:28:19 | 2023-08-14T22:38:02 | 2023-09-12T22:29:32 | 859 | 0 | 1 | 6 | Java | false | false | package org.openmbee.mdk.systems_reasoner.actions;
import com.google.common.collect.Lists;
import com.nomagic.magicdraw.core.Application;
import com.nomagic.magicdraw.core.Project;
import com.nomagic.magicdraw.openapi.uml.SessionManager;
import com.nomagic.magicdraw.ui.dialogs.MDDialogParentProvider;
import com.nomagi... | UTF-8 | Java | 4,571 | java | AspectSelectionAction.java | Java | [] | null | [] | package org.openmbee.mdk.systems_reasoner.actions;
import com.google.common.collect.Lists;
import com.nomagic.magicdraw.core.Application;
import com.nomagic.magicdraw.core.Project;
import com.nomagic.magicdraw.openapi.uml.SessionManager;
import com.nomagic.magicdraw.ui.dialogs.MDDialogParentProvider;
import com.nomagi... | 4,571 | 0.739444 | 0.737257 | 93 | 48.150539 | 43.747551 | 245 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.88172 | false | false | 2 |
92057330d6beaef8d1240a9fb3193b821e26ceec | 30,210,799,993,198 | f20691c73297f4aa370d387ae11e14ef949fdae0 | /app/src/main/java/com/masker/discover/search/SearchContract.java | 70227ccd5b509612d7ca576f069fe94152bba986 | [
"Apache-2.0"
] | permissive | shiguangyin/Discover | https://github.com/shiguangyin/Discover | 4726b831cc33721dd85a698489849bc8b6bedc45 | efc12cf44506bfa0295955683841e48a76cb5f41 | refs/heads/master | 2021-01-20T01:14:37.862000 | 2017-09-06T02:46:52 | 2017-09-06T02:46:52 | 89,244,785 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.masker.discover.search;
import com.masker.discover.base.BaseLikeView;
/**
* CreatedBy: masker
* Date: 2017/6/9
* Description:
*/
public interface SearchContract {
interface View extends BaseLikeView{
void showList(Object obj, boolean refresh);
void showLoading();
void hide... | UTF-8 | Java | 604 | java | SearchContract.java | Java | [
{
"context": "ker.discover.base.BaseLikeView;\n\n/**\n * CreatedBy: masker\n * Date: 2017/6/9\n * Description:\n */\n\npublic int",
"end": 108,
"score": 0.9995832443237305,
"start": 102,
"tag": "USERNAME",
"value": "masker"
}
] | null | [] | package com.masker.discover.search;
import com.masker.discover.base.BaseLikeView;
/**
* CreatedBy: masker
* Date: 2017/6/9
* Description:
*/
public interface SearchContract {
interface View extends BaseLikeView{
void showList(Object obj, boolean refresh);
void showLoading();
void hide... | 604 | 0.69702 | 0.687086 | 24 | 24.166666 | 25.03442 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 2 |
608ea898226d843847f2e995ab8dc556a9aff5b6 | 30,210,799,992,307 | 6eba87bee316fef46e51bbcd1e1704598324d57d | /src/main/java/com/bubeau/apartmentserver/service/CategoriesServiceImpl.java | b3ab559cbf2d14e4c6fb7e3d833983b4ec7504be | [] | no_license | rakumarr/apartment | https://github.com/rakumarr/apartment | d1fcbe64abbcb75ae9cf895573dd666298dd5477 | 735a4c4e4a5bcb337d74b041747828be3152032b | refs/heads/master | 2020-05-07T01:03:20.863000 | 2019-05-05T11:07:09 | 2019-05-05T11:07:09 | 180,257,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bubeau.apartmentserver.service;
import java.util.Optional;
import org.bson.types.ObjectId;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bubeau.apartmentserver.models.Categories;
import com.bubeau.apartmentserver.repository.Catego... | UTF-8 | Java | 1,034 | java | CategoriesServiceImpl.java | Java | [] | null | [] | package com.bubeau.apartmentserver.service;
import java.util.Optional;
import org.bson.types.ObjectId;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bubeau.apartmentserver.models.Categories;
import com.bubeau.apartmentserver.repository.Catego... | 1,034 | 0.781431 | 0.781431 | 34 | 29.411764 | 25.752348 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.558824 | false | false | 2 |
718f64346162d12f821eec204208d06519b5b2ed | 30,769,145,757,889 | e25f5c978c8b51238ff57d913f187fd42cf6d5fc | /taotao-manager/taotao-manager-service/src/main/java/com/soul/service/impl/ItemCatServiceImpl.java | d2264a7e51f367c894b08a9d08ac2a98f63b384c | [] | no_license | guoyu07/taotao | https://github.com/guoyu07/taotao | 4691f95f8558e0a33213f62ff8e769226784df90 | 4990c25622586d60de9fe1ec9eeef7acdcee8c70 | refs/heads/master | 2021-05-04T21:35:28.978000 | 2017-11-25T03:34:47 | 2017-11-25T03:34:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soul.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.soul.common.pojo.EUTreeNode;
import com.soul.mapper.TbItemCatMappe... | UTF-8 | Java | 1,290 | java | ItemCatServiceImpl.java | Java | [] | null | [] | package com.soul.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.soul.common.pojo.EUTreeNode;
import com.soul.mapper.TbItemCatMappe... | 1,290 | 0.752713 | 0.752713 | 46 | 26.043478 | 21.029955 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.521739 | false | false | 2 |
b78b83243105464b0c732b961cd7bff23c8d407c | 10,350,871,238,726 | 43ec3dc076e6ed0c7ec019d60011d0b01751b49d | /modulo-07 (Desenvolvimento com frameworks e componentes)/CursoFa7EJB/test/exercicio6/EmployeeServiceTest.java | d5af0d840b31129bc9cffe68a96ef6d9205d30e8 | [
"MIT"
] | permissive | clairtonluz/especializacao-em-arquitetura | https://github.com/clairtonluz/especializacao-em-arquitetura | 0d0989683f5d655ae0aa157cc91456187d72d12c | 8359d8c5f8663d0aeb6d4d1eb158182821b469ff | refs/heads/master | 2021-01-21T05:03:18.907000 | 2016-06-22T23:16:10 | 2016-06-22T23:16:10 | 41,456,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercicio6;
import java.io.File;
import java.io.IOException;
import java.text.ParseException;
import java.util.List;
import java.util.Map;
import javax.jms.JMSException;
import javax.naming.NamingException;
import org.junit.Before;
import org.junit.Test;
import com.thoughtworks.xstream.XStream;
import br.g... | UTF-8 | Java | 1,186 | java | EmployeeServiceTest.java | Java | [] | null | [] | package exercicio6;
import java.io.File;
import java.io.IOException;
import java.text.ParseException;
import java.util.List;
import java.util.Map;
import javax.jms.JMSException;
import javax.naming.NamingException;
import org.junit.Before;
import org.junit.Test;
import com.thoughtworks.xstream.XStream;
import br.g... | 1,186 | 0.77656 | 0.768971 | 46 | 24.782608 | 25.842258 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.195652 | false | false | 2 |
13cd8fcefb746900f0d1a676616aa314a2f3fad9 | 33,320,356,283,236 | d001f89426bc60668ecfb11383b78bffc0cdbbdc | /spring-aop/src/main/java/com/gjw/service/UserService.java | 7320c9217a6a5ee1b351f3325570c694b765f3e7 | [] | no_license | GJW459/JavaEEDemo | https://github.com/GJW459/JavaEEDemo | e1dad48ff34843387a854de4318ea053c8a65554 | 35f1603d9d3709e70a566f89fd182656b94120c2 | refs/heads/main | 2023-02-23T05:10:49.235000 | 2021-01-28T04:07:23 | 2021-01-28T04:07:23 | 333,641,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gjw.service;
import com.gjw.Annotaion.MetricTime;
import com.gjw.Entity.User;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service
public class UserService {
@Resource
private User user;
public void insert(){
System.out.println("插入person1");
... | UTF-8 | Java | 548 | java | UserService.java | Java | [
{
"context": " user.setName(name);\n user.setPassword(password);\n return user;\n }\n}\n",
"end": 512,
"score": 0.9902912974357605,
"start": 504,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.gjw.service;
import com.gjw.Annotaion.MetricTime;
import com.gjw.Entity.User;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service
public class UserService {
@Resource
private User user;
public void insert(){
System.out.println("插入person1");
... | 550 | 0.683824 | 0.681985 | 28 | 18.428572 | 17.298697 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 2 |
b1c429176f4a81223efa401ad0174bc0113aeae0 | 10,634,339,027,915 | fb7013e8ea42d01745ba3dd830a522280d0c41d7 | /src/main/java/com/example/employee/service/EmpModelService.java | 5e20f76f822141a7dfd9167194539f4264eafeea | [] | no_license | AnjaliMohan-U/CRUD-Employee | https://github.com/AnjaliMohan-U/CRUD-Employee | 182e19a1ae4060ad4414d1c24d58ef6c153ccf76 | b3edbd9537e961d69a4a9398073952304c9ed684 | refs/heads/master | 2023-09-01T19:37:42.663000 | 2021-10-22T09:55:56 | 2021-10-22T09:55:56 | 418,869,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.employee.service;
import com.example.employee.employee.Employee;
import com.example.employee.hardcode.EmployeeInitService;
import com.example.employee.hardcode.EmployeeInitService;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
pu... | UTF-8 | Java | 945 | java | EmpModelService.java | Java | [] | null | [] | package com.example.employee.service;
import com.example.employee.employee.Employee;
import com.example.employee.hardcode.EmployeeInitService;
import com.example.employee.hardcode.EmployeeInitService;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
pu... | 945 | 0.711111 | 0.711111 | 27 | 34.037037 | 31.365801 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 2 |
ffefa587c4789638d2ac3813b10fd61134b48fec | 33,148,557,618,169 | 8ffc59fe6352018d4f2ccdcafddd47302c74d24c | /Downloads/jt/jt-web/src/main/java/com/jt/web/service/CartService.java | ef021374a882043e9aa6cb34afc31b5c6f0c718a | [] | no_license | chenzhedsy521/jt | https://github.com/chenzhedsy521/jt | a8b7b950ed2fb0954416b717d24ca8903e33b72a | d75121a3cf164a38de338f124ae3e5ae5452f331 | refs/heads/master | 2021-01-21T14:33:12.338000 | 2017-06-24T16:55:03 | 2017-06-24T16:55:03 | 95,299,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jt.web.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper... | UTF-8 | Java | 2,697 | java | CartService.java | Java | [] | null | [] | package com.jt.web.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper... | 2,697 | 0.673175 | 0.66927 | 75 | 32.146667 | 24.536608 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88 | false | false | 2 |
0085e1b16cb0c4285e94ab7fa4800b3865e8dd76 | 1,022,202,240,687 | cbdd7d8ba5c84cf826b6886500bdc2ee5e78f66e | /安卓端代码/JsonUtil.java | 44283bce877a4a233ac51a23ad14274a20adbfdb | [] | no_license | enidia/car-recognization | https://github.com/enidia/car-recognization | ec3fd79dc3e072314e5c4841f7a75e58778b86ad | 6ca3fe6dac827250a8f619a7c0391f99236b1b4d | refs/heads/master | 2023-03-02T03:58:22.437000 | 2020-02-09T13:44:50 | 2020-02-09T13:44:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lenovo.recognition;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.ap... | UTF-8 | Java | 3,147 | java | JsonUtil.java | Java | [
{
"context": " private static final String INNER_URL = \"http://10.33.1.120:8080/recognition/RegisterServlet\";\n /**\n *",
"end": 837,
"score": 0.9997654557228088,
"start": 826,
"tag": "IP_ADDRESS",
"value": "10.33.1.120"
},
{
"context": " *\n * @param userId\n... | null | [] | package com.example.lenovo.recognition;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.ap... | 3,147 | 0.608473 | 0.600615 | 99 | 28.565657 | 22.317345 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464646 | false | false | 2 |
6f0f74a86765d277d080309b32bd52f898a19632 | 1,022,202,242,727 | 63384e4bb86f59507caeb77c0be3737f3a3422ff | /assignment2/creditcard/src/main/java/no/hvl/dat250/jpa/creditcard/model/Person.java | 2d969d69fc37c5a429de3077e2d678cb939403e4 | [] | no_license | DanielBerge/dat250 | https://github.com/DanielBerge/dat250 | 77ca0da2e8e2881ea62411ba7c8f276318dda4a0 | a5329c65f20dda19f1847552c7ab07720e9f2db5 | refs/heads/master | 2022-12-18T20:09:04.134000 | 2020-09-28T12:51:54 | 2020-09-28T12:51:54 | 288,129,099 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.hvl.dat250.jpa.creditcard.model;
import lombok.Data;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
public class Person {
@GeneratedValue(strategy = GenerationType.SEQUENCE)
@Id
private String id;
@OneToMany(mappedBy = "people")
private fi... | UTF-8 | Java | 481 | java | Person.java | Java | [] | null | [] | package no.hvl.dat250.jpa.creditcard.model;
import lombok.Data;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
public class Person {
@GeneratedValue(strategy = GenerationType.SEQUENCE)
@Id
private String id;
@OneToMany(mappedBy = "people")
private fi... | 481 | 0.721414 | 0.715177 | 21 | 21.904762 | 21.053005 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 2 |
0b0a3d2645dfc88c28b467dde5366aa0dcee5a00 | 28,492,813,089,191 | 892f60ccf4ca8f43a30f6fdd2f89d58b9e21ac41 | /Exercicios/MediaFinal.java | ceaea0c1ee8a80812650c0eddad1ad8f6893128a | [] | no_license | Debora2019/CourseFullStack | https://github.com/Debora2019/CourseFullStack | 7105f277cfac499e1b9465f4f37321664680d570 | 10d5044b5da11df22934b6ecf6ffdcf948bfbb15 | refs/heads/main | 2023-08-17T21:50:35.293000 | 2021-06-30T15:50:12 | 2021-06-30T15:50:12 | 368,827,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class MediaFinal {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Digite a 1ª nota: ");
Float n1 = input.nextFloat();
System.out.println("Digite a 2ª nota: ");
Float n2 = input.next... | UTF-8 | Java | 919 | java | MediaFinal.java | Java | [] | null | [] | import java.util.Scanner;
public class MediaFinal {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Digite a 1ª nota: ");
Float n1 = input.nextFloat();
System.out.println("Digite a 2ª nota: ");
Float n2 = input.next... | 919 | 0.463736 | 0.446154 | 34 | 25.705883 | 20.29855 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 2 |
0d8bc9453c962e885bf6112bd2125dd0f78b31cd | 6,682,969,149,637 | 9817eeed33fc7cf6add88123f6d19a157671b55f | /src/main/java/com/rentcar/repository/DiscountRepository.java | 4668d03478d1bf287a1ead0187b54ba2bdb6ec25 | [] | no_license | Dzmitry20/RentCarProject | https://github.com/Dzmitry20/RentCarProject | 58f21efb5226d1a22702c3dc7837cdc52af42313 | cbbfcf031e2b6e95951b3d20564e6440e230fba6 | refs/heads/main | 2023-08-30T08:49:05.993000 | 2021-11-11T16:54:20 | 2021-11-11T16:54:20 | 420,085,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rentcar.repository;
import com.rentcar.domain.Discount;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface DiscountRepository extends JpaRepository<Discount, Long> {
}
| UTF-8 | Java | 273 | java | DiscountRepository.java | Java | [] | null | [] | package com.rentcar.repository;
import com.rentcar.domain.Discount;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface DiscountRepository extends JpaRepository<Discount, Long> {
}
| 273 | 0.842491 | 0.842491 | 10 | 26.299999 | 26.717222 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
aeec0b0f2a29d33bf93e42850823629b08ac5e5f | 6,682,969,152,650 | e21c920953777f17922c12cd6410b7364ace4fba | /Java/src/arrays2d/SpiralPrint.java | 93e04a1287fcbe60934afe26a279ef7540094644 | [] | no_license | mudit999/Java-Foundation-DS | https://github.com/mudit999/Java-Foundation-DS | 5e2fba969d747394d373560957bb73d7ddc3fd96 | b92317dcddb8da2d6ab3fb65ab01ee752c8d2a97 | refs/heads/master | 2023-02-09T10:24:56.357000 | 2020-12-28T08:13:30 | 2020-12-28T08:13:30 | 324,938,219 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arrays2d;
public class SpiralPrint {
public static void main(String args[]){
int[][] arr = {{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}};
// if (arr.length == 0) {
// return;
// }
int rows = arr.length;
int cols = arr[0].length;
int rs = ... | UTF-8 | Java | 918 | java | SpiralPrint.java | Java | [] | null | [] | package arrays2d;
public class SpiralPrint {
public static void main(String args[]){
int[][] arr = {{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}};
// if (arr.length == 0) {
// return;
// }
int rows = arr.length;
int cols = arr[0].length;
int rs = ... | 918 | 0.410675 | 0.375817 | 51 | 16.039215 | 14.569591 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.058824 | false | false | 2 |
1c6806f9e88a899c4efb7e6f9926f70212e7a3d7 | 19,456,201,899,625 | a9509aebcbb0ab76ef10c4420f691877260785fe | /src/Damas/Muta.java | a4654b59aa2ed5ebc1a888e4086bcd431b828831 | [] | no_license | FernandoPerea/Geneticos | https://github.com/FernandoPerea/Geneticos | f5ce8832803550c4bd550c249d8e815bdcf36ad0 | 808701e8aa788470e59770a68c41656b51d9cdf7 | refs/heads/master | 2023-05-17T19:45:34.675000 | 2021-06-15T19:20:42 | 2021-06-15T19:20:42 | 346,538,277 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Damas;
import java.util.Random;
/**
*
* @author Dell
*/
public class Muta {
public static void aplicarMutaAleatoria(In... | UTF-8 | Java | 539 | java | Muta.java | Java | [
{
"context": "amas;\n\nimport java.util.Random;\n\n/**\n *\n * @author Dell\n */\npublic class Muta {\n public static void ap",
"end": 249,
"score": 0.9992417097091675,
"start": 245,
"tag": "NAME",
"value": "Dell"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Damas;
import java.util.Random;
/**
*
* @author Dell
*/
public class Muta {
public static void aplicarMutaAleatoria(In... | 539 | 0.643785 | 0.643785 | 25 | 20.559999 | 24.488495 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
332587bd88831b97bff9ab66cbc43ad1438ad2bd | 1,056,561,971,702 | 14381be2c10d195113c4c2ce2901d2779f30e3b1 | /LearningJava.java | 98bfac426955ad1b702d4fc66f1952fc47459f6e | [] | no_license | sukanyajun92/Java-Codes | https://github.com/sukanyajun92/Java-Codes | 763b3a46aabf090e0b427662bfae23b5f1cb710e | 6f79145d9562057aaef8d0271aa6a9dff608521d | refs/heads/master | 2020-05-17T14:48:15.524000 | 2015-05-08T23:20:21 | 2015-05-08T23:20:21 | 35,306,150 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class LearningJava
{
static int x = 10;
public static void main(String[] args)
{
// TODO Auto-generated method stub
int a[] = { 1,2,3,4};
System.out.println(a instanceof Object);
int array[] = { 1,2,053,4};
int b[][] = { {1,2,4} , {2,2,1},{0,43,2}};
System.out.println(array[3]==b[0][2] );
... | UTF-8 | Java | 1,280 | java | LearningJava.java | Java | [
{
"context": "********************\");\n\t\tPerson p1 = new Person(\"John\" , 10);\n\t\t\n\t\tLearningJava java = new LearningJava",
"end": 583,
"score": 0.9982019662857056,
"start": 579,
"tag": "NAME",
"value": "John"
}
] | null | [] |
public class LearningJava
{
static int x = 10;
public static void main(String[] args)
{
// TODO Auto-generated method stub
int a[] = { 1,2,3,4};
System.out.println(a instanceof Object);
int array[] = { 1,2,053,4};
int b[][] = { {1,2,4} , {2,2,1},{0,43,2}};
System.out.println(array[3]==b[0][2] );
... | 1,280 | 0.517969 | 0.478906 | 63 | 19.301588 | 19.046005 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 2 |
f2d49c5e1952e16a1a70a7c5a083f78b3a738023 | 33,603,824,171,222 | 9e8b655f236db487816694d4d037295c24d84d04 | /src/test/java/com/glosys/lms/dao/InplantTrainingTypeDaoTest.java | 76640c8267372c276a597c042635f4f8c9e411df | [] | no_license | radhadevi11/LmsApp | https://github.com/radhadevi11/LmsApp | 22f09b4e722fdfed872db5ee24659957409edf01 | cde0d96d8d9664bbd3fd8524407d0e0e5a80586c | refs/heads/master | 2022-02-24T14:02:55.474000 | 2019-10-26T14:07:53 | 2019-10-26T14:07:53 | 192,209,824 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.glosys.lms.dao;
import com.glosys.lms.entity.InplantTraining;
import com.glosys.lms.entity.InplantTrainingType;
import org.dbunit.JdbcDatabaseTester;
import org.dbunit.dataset.IDataSet;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import javax.persi... | UTF-8 | Java | 1,485 | java | InplantTrainingTypeDaoTest.java | Java | [] | null | [] | package com.glosys.lms.dao;
import com.glosys.lms.entity.InplantTraining;
import com.glosys.lms.entity.InplantTrainingType;
import org.dbunit.JdbcDatabaseTester;
import org.dbunit.dataset.IDataSet;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import javax.persi... | 1,485 | 0.721212 | 0.713805 | 49 | 29.32653 | 26.984037 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673469 | false | false | 2 |
054ece554c846b7b7d998d7669d82c2922f20c3b | 23,502,061,092,259 | 234d3f557d2b50b85c406b3fc61ad5e30625e5b2 | /src/main/java/com/tupa/app/data/service/BankServiceImpl.java | 8a810ec4a9a4b31d441692c027b786ad8256ebf0 | [] | no_license | Rajeshkankran/SpringSecurityJPA | https://github.com/Rajeshkankran/SpringSecurityJPA | 41b3c85aaf46d4a24a55efe71f29598fb470c622 | ba0801079d55f60fd12374a4c78c990a0c817570 | refs/heads/master | 2020-06-04T15:43:40.991000 | 2015-08-17T08:20:10 | 2015-08-17T08:20:10 | 40,111,049 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tupa.app.data.service;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.tupa.app.data.model.Bank;
import com.tupa.app.data.repository.BankRepository;
@Service
public class BankServiceImpl implements BankService {
@Resource
BankRepository bankRepo;
@Overrid... | UTF-8 | Java | 395 | java | BankServiceImpl.java | Java | [] | null | [] | package com.tupa.app.data.service;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.tupa.app.data.model.Bank;
import com.tupa.app.data.repository.BankRepository;
@Service
public class BankServiceImpl implements BankService {
@Resource
BankRepository bankRepo;
@Overrid... | 395 | 0.792405 | 0.792405 | 20 | 18.75 | 18.798603 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 2 |
123e2068ed3c27ebcc029002ea39a190e034f5d8 | 9,302,899,211,835 | 9958af291a59a57ee6db4ed5f320e0276d24cbea | /app/src/main/java/com/viettel/bss/viettelpos/v4/customer/activity/FragmentCustomerNew.java | 72452ed8a14c56f6882684dc9fc9bf616c95849c | [] | no_license | mincasoft/mBCCS_VTT_real_22022016 | https://github.com/mincasoft/mBCCS_VTT_real_22022016 | 32ace9ec32b0476959726f91bbb1853b56c78631 | 0434b4bf83d021f58ec557552ac0fb913a88db96 | refs/heads/master | 2020-05-16T12:51:00.358000 | 2018-01-02T07:49:09 | 2018-01-02T07:49:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viettel.bss.viettelpos.v4.customer.activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import com.vi... | UTF-8 | Java | 2,727 | java | FragmentCustomerNew.java | Java | [] | null | [] | package com.viettel.bss.viettelpos.v4.customer.activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import com.vi... | 2,727 | 0.758709 | 0.753209 | 87 | 30.344828 | 24.956434 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.758621 | false | false | 2 |
80458916d5fcf2b54a5af1870ce4bed19e4cbfdc | 6,167,573,086,742 | c0e8bf7647653e2063102319e00047f32bbaa142 | /PortalCEPPF/src/main/java/br/com/ceppf/model/entity/User.java | 13bfd9cb57cfcebbd2d9ab94a559677b2c4e9ec7 | [] | no_license | furvao/PortalCEPPF | https://github.com/furvao/PortalCEPPF | 7206a901e8b12033bb2648ae24d587c587143c5d | 225b7987018593d5e3a5871641358e9e1265785e | refs/heads/master | 2021-01-20T05:33:51.695000 | 2017-06-03T14:06:12 | 2017-06-03T14:06:12 | 89,791,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.ceppf.model.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
@Entity
@Table(name = "user")
public class User {
@Id
@Column(name = "usu_id")
private Long id;
@Column(name = "u... | UTF-8 | Java | 1,906 | java | User.java | Java | [
{
"context": "me = name;\n\t\tthis.login = login;\n\t\tthis.password = password;\n\t\tthis.phone = phone;\n\t\tthis.celphone = celphone",
"end": 901,
"score": 0.9990431666374207,
"start": 893,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "d setPassword(String password) {\n\... | null | [] | package br.com.ceppf.model.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
@Entity
@Table(name = "user")
public class User {
@Id
@Column(name = "usu_id")
private Long id;
@Column(name = "u... | 1,910 | 0.679958 | 0.679958 | 116 | 15.431034 | 16.076982 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.267241 | false | false | 2 |
1111da7b742a21c5db655bbfa6b89b2e9ec46566 | 21,620,865,373,747 | 733ff97043dc7057d1e507e5a12f0ce293bc3d4b | /Tema9/Tema9/src/t9ej03/Gato.java | 305fc95e0dfba0ae3d581c6cfe02ece7350baa07 | [] | no_license | alejndr/EjerciciosProgramacionDaw | https://github.com/alejndr/EjerciciosProgramacionDaw | e78e4126e1e93449bce62e83141ec50f2b8a46d9 | c5943dad037ac6dc738d11a7799f9e9504551b0d | refs/heads/master | 2021-09-07T08:35:00.534000 | 2018-02-20T11:07:00 | 2018-02-20T11:07:00 | 105,865,674 | 1 | 1 | null | false | 2017-10-10T06:43:34 | 2017-10-05T08:22:02 | 2017-10-10T06:28:45 | 2017-10-10T06:43:34 | 66 | 1 | 1 | 0 | Java | null | null | package t9ej03;
/**
*
* @author alejandro
*/
public class Gato extends Mamifero {
public Gato(String nombre, String sexo) {
super(nombre, sexo);
}
public String getNombre() {
return nombre;
}
public String getSexo() {
return sexo;
}
public void maulla(){
System.out.println(thi... | UTF-8 | Java | 437 | java | Gato.java | Java | [
{
"context": "package t9ej03;\n\n/**\n *\n * @author alejandro\n */\npublic class Gato extends Mamifero {\n\n publi",
"end": 44,
"score": 0.9888518452644348,
"start": 35,
"tag": "USERNAME",
"value": "alejandro"
}
] | null | [] | package t9ej03;
/**
*
* @author alejandro
*/
public class Gato extends Mamifero {
public Gato(String nombre, String sexo) {
super(nombre, sexo);
}
public String getNombre() {
return nombre;
}
public String getSexo() {
return sexo;
}
public void maulla(){
System.out.println(thi... | 437 | 0.616973 | 0.610092 | 29 | 14.034483 | 15.858171 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 2 |
bd5386935236447b505db85d29ee79be26fa4e78 | 12,592,844,139,509 | dbaca7a03dcf16d671d762173088d037dc9f56d8 | /Schemas/src/za/co/bayport/schema/PerformanceReportRequest.java | be4a838ff7973690bc388e28c99fdda8f000553f | [] | no_license | Jannievzyl/TestGit | https://github.com/Jannievzyl/TestGit | 6271efbf4783685660b3d6f0ff1ec82c3da0452b | d5c63fdcc1b17585a5cb9a1d16fdf0858795629f | refs/heads/master | 2018-01-08T04:12:13.196000 | 2016-01-19T09:30:39 | 2016-01-19T09:30:39 | 49,943,401 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.10.09 at 03:30... | UTF-8 | Java | 2,865 | java | PerformanceReportRequest.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.10.09 at 03:30... | 2,865 | 0.604887 | 0.595113 | 120 | 22.875 | 22.799328 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241667 | false | false | 2 |
80f8b7c55911c6bb55cb2690ccff2842da9193ef | 11,845,519,803,849 | ec3155550dfbbcba1428bc0d79081a1815de0243 | /org.amanzi.splash/src/org/amanzi/splash/importer/ExcelImporter.java | a8cf3e5489c438e5652b81aca06149debb171a0c | [] | no_license | AmanziTel/awe-splash | https://github.com/AmanziTel/awe-splash | b36e336ecc285af22fcafcd976ac339192642884 | b5ffe878a96dc9323f4cb287baef096aa906f7ed | refs/heads/master | 2021-01-21T11:39:54.887000 | 2011-08-23T09:06:49 | 2011-08-23T09:06:49 | 2,254,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* AWE - Amanzi Wireless Explorer
* http://awe.amanzi.org
* (C) 2008-2009, AmanziTel AB
*
* This library is provided under the terms of the Eclipse Public License
* as described at http://www.eclipse.org/legal/epl-v10.html. Any use,
* reproduction or distribution of the library constitutes recipient's
* a... | UTF-8 | Java | 7,947 | java | ExcelImporter.java | Java | [
{
"context": "mporter of Excel data into Splash\r\n * \r\n * @author Lagutko_N\r\n * @since 1.0.0\r\n */\r\npublic class ExcelImporter",
"end": 1420,
"score": 0.7819135785102844,
"start": 1411,
"tag": "USERNAME",
"value": "Lagutko_N"
}
] | null | [] | /* AWE - Amanzi Wireless Explorer
* http://awe.amanzi.org
* (C) 2008-2009, AmanziTel AB
*
* This library is provided under the terms of the Eclipse Public License
* as described at http://www.eclipse.org/legal/epl-v10.html. Any use,
* reproduction or distribution of the library constitutes recipient's
* a... | 7,947 | 0.482824 | 0.479678 | 218 | 34.454128 | 27.047024 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
57ab1ec97eee2a8626789404293f437125a94674 | 11,845,519,803,073 | 67adfb08fd4b684cb43faa9846dcab29a2ed8092 | /CollectionsTest/src/main/java/ua/GoIt/CollectionsTest/CollectionsTest.java | 5b03d4eae4f3deb037ce0c3d346a5f4f95de73d3 | [] | no_license | uazori/JavaEE | https://github.com/uazori/JavaEE | f696a551123ac91119cee7f7c8314a56bfdfefcf | 0acf2843123570bf015e1b601cb8156e8b837630 | refs/heads/master | 2020-12-25T20:53:54.774000 | 2016-06-18T17:59:30 | 2016-06-18T17:59:30 | 53,727,377 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.GoIt.CollectionsTest;
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
/**
* Created by Vadim on 11.03.2016.
*/
public class CollectionsTest {
String path = "result\\file.txt";
File file = new File(path);
FileWriter fileWriter;
... | UTF-8 | Java | 5,805 | java | CollectionsTest.java | Java | [
{
"context": "\nimport java.nio.file.Paths;\r\n\r\n/**\r\n * Created by Vadim on 11.03.2016.\r\n */\r\npublic class CollectionsTest",
"end": 167,
"score": 0.9968118667602539,
"start": 162,
"tag": "NAME",
"value": "Vadim"
}
] | null | [] | package ua.GoIt.CollectionsTest;
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
/**
* Created by Vadim on 11.03.2016.
*/
public class CollectionsTest {
String path = "result\\file.txt";
File file = new File(path);
FileWriter fileWriter;
... | 5,805 | 0.467873 | 0.450646 | 170 | 32.14706 | 40.670506 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 2 |
edd07f332e481882c6cd8de8c1b9249f22bf627f | 2,422,361,583,346 | 7a506b14356ec42667235b1898063410720740e0 | /bankingApplication/src/test/java/com/example/banking/controllertest/AccountControllerTest.java | c28dba5e6fd83134b9cac44381ed8f08f8148f98 | [] | no_license | sunilmanubolu/bank_demo | https://github.com/sunilmanubolu/bank_demo | c755ea250815c03e4e18799688bcfe199bf14681 | 53634bf0f56091e1a6aab1a4ad9f91f261b3da91 | refs/heads/master | 2023-03-13T19:37:14.630000 | 2021-03-02T09:27:56 | 2021-03-02T09:27:56 | 343,315,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.banking.controllertest;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.*;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import st... | UTF-8 | Java | 4,441 | java | AccountControllerTest.java | Java | [
{
"context": "ist<>();\n\t//listOfUsers.add(new CreateAccount(1, \"Amrutha\", \"Kanthimath\", \"amruthaKanthimath\", \"1000005050\"",
"end": 2110,
"score": 0.9997761249542236,
"start": 2103,
"tag": "NAME",
"value": "Amrutha"
},
{
"context": "/listOfUsers.add(new CreateAccount(1, \"Am... | null | [] | package com.example.banking.controllertest;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.*;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import st... | 4,311 | 0.725512 | 0.660662 | 102 | 42.539215 | 42.186253 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.882353 | false | false | 2 |
f43ef4e44478403b6ccc89c2bdb91b4fdcbcbf0c | 2,422,361,583,497 | 056e1d640c4682262d4901e742881a2846aec0cb | /src/main/java/com/zsy/sys/utils/CacheUtils.java | bd65f5bb38ff8dbde0f764a69dab4a91476ccf25 | [] | no_license | zhengsiyun/springboot_erp | https://github.com/zhengsiyun/springboot_erp | b3b6cedf8ebfe82f8d65773109631a7e86825bfe | 02999054d5e7ff9ca567082e57787e68f126f6aa | refs/heads/master | 2022-10-30T10:25:04.491000 | 2019-08-23T12:11:07 | 2019-08-23T12:11:07 | 203,981,264 | 1 | 0 | null | false | 2022-10-12T20:30:51 | 2019-08-23T10:55:36 | 2021-06-07T02:54:42 | 2022-10-12T20:30:50 | 1,525 | 1 | 0 | 6 | JavaScript | false | false | package com.zsy.sys.utils;
/**
* 缓存工具类
* @author zsy
*
*/
import java.util.HashMap;
import java.util.Map;
public class CacheUtils {
public static Map<String, String> CACHE_MAP = new HashMap<String, String>();
}
| UTF-8 | Java | 242 | java | CacheUtils.java | Java | [
{
"context": "kage com.zsy.sys.utils;\r\n/**\r\n * 缓存工具类\r\n * @author zsy\r\n *\r\n */\r\n\r\nimport java.util.HashMap;\r\nimport jav",
"end": 57,
"score": 0.9996055364608765,
"start": 54,
"tag": "USERNAME",
"value": "zsy"
}
] | null | [] | package com.zsy.sys.utils;
/**
* 缓存工具类
* @author zsy
*
*/
import java.util.HashMap;
import java.util.Map;
public class CacheUtils {
public static Map<String, String> CACHE_MAP = new HashMap<String, String>();
}
| 242 | 0.650862 | 0.650862 | 13 | 15.769231 | 20.279409 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 2 |
6084333cf1c234697a4012f050584425aa02fd3e | 9,646,496,591,992 | a7ecbdbc91f205550655900ea03e1cbfdfd22493 | /src/accountingApp/model/IncomeCategory.java | 619116b5a22a3c56eab06eb2f152d67589077d63 | [] | no_license | mihryundel/ui_lab3 | https://github.com/mihryundel/ui_lab3 | ef65d8e3942828181ba79e362743a3eec73f098d | 6f8be9aececc494ed067240c13f8142f55d312f3 | refs/heads/master | 2020-03-30T03:02:46.883000 | 2018-09-28T00:57:47 | 2018-09-28T00:57:47 | 150,665,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package accountingApp.model;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
public class IncomeCategory {
private StringProperty name;
private IntegerProperty sum... | UTF-8 | Java | 1,127 | java | IncomeCategory.java | Java | [] | null | [] | package accountingApp.model;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
public class IncomeCategory {
private StringProperty name;
private IntegerProperty sum... | 1,127 | 0.607808 | 0.606921 | 53 | 20.264151 | 17.413019 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377358 | false | false | 2 |
b8c12be79d8d0fbbe204fef12ac2bcf6dc29a1c2 | 24,481,313,599,130 | 62e071884895332fa4d6aad56a57d993d958e538 | /WebDriver3/src/Google_indeed.java | fb1b1f6413f5cc3a2a01251c6455ebf3f29737f0 | [] | no_license | gouthi14/Basic-java-and-selenium-programs | https://github.com/gouthi14/Basic-java-and-selenium-programs | 8bea60c7740558c3906c60710b7dd8dd769d7960 | ac8b7cb8609d6caf31fa7bb3165c312361a411b0 | refs/heads/master | 2021-08-31T15:04:45.865000 | 2017-12-21T19:51:23 | 2017-12-21T19:51:23 | 115,042,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Google_indeed {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.setProperty("webdriver.gecko.driver","C:\\Users\\gouthamgoud\\Desktop\\selenium ... | UTF-8 | Java | 749 | java | Google_indeed.java | Java | [
{
"context": ".setProperty(\"webdriver.gecko.driver\",\"C:\\\\Users\\\\gouthamgoud\\\\Desktop\\\\selenium jars\\\\geckodriver-v0.15.0-win6",
"end": 300,
"score": 0.9910112619400024,
"start": 289,
"tag": "USERNAME",
"value": "gouthamgoud"
}
] | null | [] | import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Google_indeed {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.setProperty("webdriver.gecko.driver","C:\\Users\\gouthamgoud\\Desktop\\selenium ... | 749 | 0.70761 | 0.694259 | 29 | 24.827587 | 28.240433 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.758621 | false | false | 2 |
1353ec0f260dd1212ea350334ad71c514edab83a | 15,642,270,892,392 | b09b60d5b682471e3a2f894b4841781f722f720b | /MapMaker/src/gui/Utility.java | 122fc810769c851b8fd11f1940e802224d78eee8 | [] | no_license | Arclights/MCRailMap | https://github.com/Arclights/MCRailMap | dc6436e8e7c8b771ec5cfdc2bf4876a004f70dab | 9e926452a1d9bba522f7e34749183027e128aede | refs/heads/master | 2021-01-01T18:07:22.830000 | 2014-03-24T22:38:35 | 2014-03-24T22:38:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import java.awt.BasicStroke;
import java.awt.Graphics2D;
import java.awt.Shape;
import settings.GUISettings;
public class Utility {
public static void paintGlow(Graphics2D g, Shape shape) {
int biggestStroke = 5;
g.setStroke(new BasicStroke(biggestStroke));
g.setColor(GUISettings.focusArray[2]);... | UTF-8 | Java | 716 | java | Utility.java | Java | [] | null | [] | package gui;
import java.awt.BasicStroke;
import java.awt.Graphics2D;
import java.awt.Shape;
import settings.GUISettings;
public class Utility {
public static void paintGlow(Graphics2D g, Shape shape) {
int biggestStroke = 5;
g.setStroke(new BasicStroke(biggestStroke));
g.setColor(GUISettings.focusArray[2]);... | 716 | 0.744413 | 0.730447 | 31 | 22.096775 | 19.871124 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.516129 | false | false | 2 |
7112976842b676c8698e29ecc501a73abff337b2 | 3,367,254,399,691 | abf555d4f7ce0b145f691a17658346f35adcc12b | /Day05-10/src/com/vscore/ScoreMain.java | 6aa079dddddd2c48e6add7e1053a53ad415522c4 | [] | no_license | han1g/JavaStudy | https://github.com/han1g/JavaStudy | e9da501a069fa67d640f452cc71ba60100a213cd | 14f8bef389be9073b9eab5bf601385310d5d5022 | refs/heads/master | 2023-04-22T10:59:53.127000 | 2021-05-17T06:28:02 | 2021-05-17T06:28:02 | 363,157,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vscore;
import java.io.IOException;
public class ScoreMain {
public static void main(String[] args) throws IOException {
char ch = 1;//메뉴호출
Score score = new ScoreImpl();
while(ch != 0) {
do {
System.out.println("1.추가,2.수정,3.삭제,4.전체출력,5.학번검색,6.이름검색,7.종료 => ");
ch = (char) System.in.read(... | UTF-8 | Java | 757 | java | ScoreMain.java | Java | [] | null | [] | package com.vscore;
import java.io.IOException;
public class ScoreMain {
public static void main(String[] args) throws IOException {
char ch = 1;//메뉴호출
Score score = new ScoreImpl();
while(ch != 0) {
do {
System.out.println("1.추가,2.수정,3.삭제,4.전체출력,5.학번검색,6.이름검색,7.종료 => ");
ch = (char) System.in.read(... | 757 | 0.5811 | 0.554302 | 30 | 22.633333 | 17.588791 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.3 | false | false | 2 |
c9a2a847969e3555c2c50dd9c0e92caa2e4cf51e | 10,496,900,093,120 | 1183aba09ae31af8c5e2804749e45758f869d91d | /src/test/java/org/springframework/data/aerospike/repository/Address.java | e746bb0934f6f64cca7eddda8e2c2a59762ea4cd | [] | no_license | sudheerds/spring-data-aerospike | https://github.com/sudheerds/spring-data-aerospike | e7d66254342e1bc9eaeb83923bec43a89b1d36d8 | 617c3311bfe5ebf84990c4c871a5cd6c90c30b4c | refs/heads/master | 2021-05-11T06:16:38.357000 | 2018-01-04T20:31:39 | 2018-01-04T20:31:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* ... | UTF-8 | Java | 2,823 | java | Address.java | Java | [
{
"context": "import java.io.Serializable;\n\n/**\n *\n *\n * @author Peter Milne\n * @author Jean Mercier\n *\n */\n@SuppressWarnings(",
"end": 907,
"score": 0.99981689453125,
"start": 896,
"tag": "NAME",
"value": "Peter Milne"
},
{
"context": "able;\n\n/**\n *\n *\n * @author Peter... | null | [] | /*******************************************************************************
* Copyright (c) 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* ... | 2,812 | 0.613886 | 0.608927 | 131 | 20.549618 | 20.813316 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.366412 | false | false | 2 |
ed32d33b9a70111c7c9d5c7564fb70ac14889fe5 | 721,554,526,705 | 9ee7fd07255ed9c8ca503cc550ee4dc3667067fe | /src/main/java/com/example/demo/user/controller/UserController.java | 4614e244be041b76a4e4afd9ab274f24bf23303f | [] | no_license | NTDung141/chat-app-server | https://github.com/NTDung141/chat-app-server | bfe4d206c167b4138ee375ffb5166f64cced131a | a9f0ee37521e4922477c10f708f12db0f1d7829f | refs/heads/master | 2023-07-05T00:47:10.541000 | 2021-09-02T08:24:42 | 2021-09-02T08:24:42 | 399,076,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.user.controller;
import com.example.demo.chatbox.service.ChatBoxService;
import com.example.demo.user.mapper.UserMapper;
import com.example.demo.user.model.User;
import com.example.demo.user.model.UserDTO;
import com.example.demo.user.service.UserService;
import lombok.RequiredArgsConstructor;... | UTF-8 | Java | 2,208 | java | UserController.java | Java | [] | null | [] | package com.example.demo.user.controller;
import com.example.demo.chatbox.service.ChatBoxService;
import com.example.demo.user.mapper.UserMapper;
import com.example.demo.user.model.User;
import com.example.demo.user.model.UserDTO;
import com.example.demo.user.service.UserService;
import lombok.RequiredArgsConstructor;... | 2,208 | 0.736413 | 0.736413 | 54 | 39.888889 | 29.420116 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 2 |
215a209baa7b3ae96673808aca7a3a5ba0a88879 | 14,242,111,579,597 | da8534fdb07bcd0fd223ffc44aeea890dfb7e156 | /src/model/Dingchedan.java | 6927d6aeb7970674fc958328033762d2b8ea23f2 | [] | no_license | daiyirui/logistics- | https://github.com/daiyirui/logistics- | cad3bc01fdd4e7357e72ac5dffebb1f9ef28e6aa | 9f158dd2abc0cfd99156d008914c5d5f37a8dd42 | refs/heads/master | 2021-01-23T10:29:57.967000 | 2017-06-02T04:48:06 | 2017-06-02T04:48:06 | 93,067,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="t_Dingchedan")
public... | UTF-8 | Java | 2,779 | java | Dingchedan.java | Java | [
{
"context": "ng = cheliang;\n\t}\n\n\t@ManyToOne\n\t@JoinColumn(name=\"dingdanid\")\n\tpublic Dingdan getDingdan() {\n\t\treturn dingdan",
"end": 2478,
"score": 0.7541391253471375,
"start": 2469,
"tag": "USERNAME",
"value": "dingdanid"
}
] | null | [] | package model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="t_Dingchedan")
public... | 2,779 | 0.738847 | 0.731955 | 166 | 15.608434 | 16.5219 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.168675 | false | false | 2 |
c04107345fe0724192684db1dedbe407f00b6f9b | 927,712,991,990 | 49f120b9a2173d4ce4113a46f448a9f5daf776f0 | /backup/src/main/java/com/yahoo/p081b/p083b/ExternalEventManager.java | bf4165db73810679e81b9124427a53f956f1fd9f | [] | no_license | iTimeTraveler/DecompileNewsDigest | https://github.com/iTimeTraveler/DecompileNewsDigest | b59f083eb99561faa7a5ad0be39076e007de9df7 | bbffbe9f650c6de51ab0c353ee7b047f3222d439 | refs/heads/master | 2020-04-24T07:53:12.845000 | 2019-03-02T14:42:25 | 2019-03-02T14:42:25 | 171,812,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yahoo.p081b.p083b;
/* renamed from: com.yahoo.b.b.g */
public class ExternalEventManager {
/* renamed from: a */
public static SnoopyEvents f5012a = new SnoopyEvents();
/* renamed from: b */
public static QOSEvents f5013b = new QOSEvents();
/* renamed from: a */
public void mo8676a... | UTF-8 | Java | 1,523 | java | ExternalEventManager.java | Java | [] | null | [] | package com.yahoo.p081b.p083b;
/* renamed from: com.yahoo.b.b.g */
public class ExternalEventManager {
/* renamed from: a */
public static SnoopyEvents f5012a = new SnoopyEvents();
/* renamed from: b */
public static QOSEvents f5013b = new QOSEvents();
/* renamed from: a */
public void mo8676a... | 1,523 | 0.655286 | 0.532502 | 33 | 45.151516 | 45.229462 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.969697 | false | false | 2 |
5fbbf14c030fde074e79b01c328306384d1ed61a | 23,931,557,785,074 | 626b126724f6d72511ad229d83e0707d18db843e | /app/src/main/java/com/mission/schedule/constants/Const.java | 95ca77b747abf51bed9aa60ba0ab501e38dfdd83 | [] | no_license | lcf687619/TimeTaskSheet | https://github.com/lcf687619/TimeTaskSheet | 0c6aa23ab8e245ee1c58e0e90bc13e6e198309e0 | 0517cc7e9f8ef829f2436270e317a3840817dea9 | refs/heads/master | 2018-03-07T13:52:27.078000 | 2016-09-09T03:01:36 | 2016-09-09T03:01:36 | 62,857,135 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mission.schedule.constants;
public class Const {
/**
* 刷新同步
*/
public static final String SHUAXINDATA = "com.lcf.android.shuaxin";
/**
* 上传操作
*/
public static final String UPLOADDATA = "com.lcf.android.uploaddata";
public static final int REQUEST_CLIP_IMAGE = 2028;
public static final int RE... | UTF-8 | Java | 363 | java | Const.java | Java | [] | null | [] | package com.mission.schedule.constants;
public class Const {
/**
* 刷新同步
*/
public static final String SHUAXINDATA = "com.lcf.android.shuaxin";
/**
* 上传操作
*/
public static final String UPLOADDATA = "com.lcf.android.uploaddata";
public static final int REQUEST_CLIP_IMAGE = 2028;
public static final int RE... | 363 | 0.714697 | 0.691643 | 15 | 22.133333 | 25.155163 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.