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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d36a05209d913130f7a42d49370b554ea9bd1d11 | 31,799,937,873,094 | a413ab993b527953e2d235de2124fe457305e1a2 | /GlobalDefaultInitAndDestroy/src/com/testpackage/test/Test.java | 0fa1feae5113b532b7339c2389753e781137f7a4 | [] | no_license | stavan54sk/SpringCoreLearning | https://github.com/stavan54sk/SpringCoreLearning | 3e17ca5688cb3bedfc7fb40d0bbc3ab303ebc92a | 917836c7be23f0eba059ff910aa3c6ddd7a78adb | refs/heads/master | 2023-01-21T10:57:10.686000 | 2020-12-01T08:14:37 | 2020-12-01T08:14:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.testpackage.test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.testpackage.beans.Employee;
import com.testpackage.beans.Lead;
import com.testpackage.beans.Manager;
public class Test {
public static void main... | UTF-8 | Java | 702 | java | Test.java | Java | [] | null | [] | package com.testpackage.test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.testpackage.beans.Employee;
import com.testpackage.beans.Lead;
import com.testpackage.beans.Manager;
public class Test {
public static void main... | 702 | 0.779202 | 0.779202 | 24 | 28.25 | 27.82123 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458333 | false | false | 13 |
ac30af55c704b8c32a19dd4dde86ec6db3e5d6f7 | 10,179,072,504,022 | 7fc2c342af9af179413b2bfa88ce5aa18a0db814 | /src/day31_Methods/drive.java | 852a7f1ba7fe742814371a067ee6330a36bedd53 | [] | no_license | SHajjat/Java-Practice | https://github.com/SHajjat/Java-Practice | 501be2b140672469bce95a1ce6ff13cf9e0a6050 | 6dc7b3f71c1ba3ac3f75328542b6eea847567f2e | refs/heads/master | 2020-05-19T16:46:56.599000 | 2019-07-14T20:24:02 | 2019-07-14T20:24:02 | 185,117,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day31_Methods;
public class drive {
public static void main(String[] args) {
drive("Audi", 60 , .3);
}
public static void drive ( String car , double distance , double time ) {
double speed = distance/time;
System.out.println(car + " speed is "+ speed + " MPH");
boolean ticket = speed - gettingTic... | UTF-8 | Java | 518 | java | drive.java | Java | [
{
"context": "public static void main(String[] args) {\n\t\tdrive(\"Audi\", 60 , .3);\n\n\t}\n\tpublic static void drive ( Strin",
"end": 101,
"score": 0.9958199262619019,
"start": 97,
"tag": "NAME",
"value": "Audi"
}
] | null | [] | package day31_Methods;
public class drive {
public static void main(String[] args) {
drive("Audi", 60 , .3);
}
public static void drive ( String car , double distance , double time ) {
double speed = distance/time;
System.out.println(car + " speed is "+ speed + " MPH");
boolean ticket = speed - gettingTic... | 518 | 0.642857 | 0.627413 | 29 | 16.862068 | 20.797421 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.724138 | false | false | 13 |
60b9711718f468199da1f47a2e234bfe714c19f9 | 33,466,385,182,850 | 818b29b0b77ad88c142a6a8c7ef6efe72ae9139d | /src/test/java/LocationListTest.java | 21775bcb1a7d56f0688731e7d7b001283919e6de | [
"MIT"
] | permissive | Azurekuz/RPG-Task-Manager | https://github.com/Azurekuz/RPG-Task-Manager | 924e436cb57fccf12b07a970e8ec1a161c32c8dd | 0d50414d647cb0bcfbcb7f3655ee95b9fe63d4f9 | refs/heads/master | 2021-02-16T05:41:41.617000 | 2020-05-11T17:54:26 | 2020-05-11T17:54:26 | 244,972,518 | 3 | 1 | MIT | false | 2020-10-13T20:39:19 | 2020-03-04T18:18:26 | 2020-05-11T17:54:29 | 2020-10-13T20:39:18 | 810 | 3 | 1 | 54 | Java | false | false | public class LocationListTest {
}
| UTF-8 | Java | 34 | java | LocationListTest.java | Java | [] | null | [] | public class LocationListTest {
}
| 34 | 0.794118 | 0.794118 | 2 | 16 | 15 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 13 |
587fc11c105c18f6530a88b1ed3f19640724f557 | 32,169,305,049,197 | f04ad873b65c53724c84e7850d48152a822d20ec | /app/src/main/java/com/example/admin/loginapp/oral_but18.java | 948340c1ae0ebf9942f2906ddc078ed9876119ad | [] | no_license | Sandhya-Bairi/SE_Project | https://github.com/Sandhya-Bairi/SE_Project | d5bf7633d3b764831a4da46658ce03cee976d82d | 5bb9432b346155e0123009ddc27199bcfa627802 | refs/heads/master | 2021-04-29T08:27:24.738000 | 2018-03-16T18:36:16 | 2018-03-16T18:36:16 | 77,550,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.admin.loginapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.widget.TextView;
public class oral_but18 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {... | UTF-8 | Java | 2,275 | java | oral_but18.java | Java | [] | null | [] | package com.example.admin.loginapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.widget.TextView;
public class oral_but18 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {... | 2,275 | 0.681353 | 0.669337 | 40 | 55.174999 | 56.212048 | 252 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
62ed29e3627713ab63ba78204b4d830a28555d32 | 11,828,339,963,776 | 31394b11d18b15fa2bb3167c2e21c7c5e037b530 | /hibernate-reactive-core/src/main/java/org/hibernate/reactive/vertx/package-info.java | c3db8696411df7424941a809645a8c471c2ad174 | [
"LicenseRef-scancode-dco-1.1",
"Apache-2.0"
] | permissive | hibernate/hibernate-reactive | https://github.com/hibernate/hibernate-reactive | df8447b269316cd010930091192ecb1b8993e863 | 3a28a6ab23c940da4b1ec4ed859b2a7894b70769 | refs/heads/main | 2023-09-04T11:14:13.852000 | 2023-09-01T19:47:02 | 2023-09-01T19:47:02 | 167,560,012 | 372 | 87 | Apache-2.0 | false | 2023-09-13T18:31:43 | 2019-01-25T14:28:07 | 2023-09-12T08:13:56 | 2023-09-11T14:29:14 | 7,514 | 398 | 78 | 85 | Java | false | false | /**
* Integration with Vert.x.
*
* @see org.hibernate.reactive.vertx.VertxInstance
*/
package org.hibernate.reactive.vertx;
| UTF-8 | Java | 128 | java | package-info.java | Java | [] | null | [] | /**
* Integration with Vert.x.
*
* @see org.hibernate.reactive.vertx.VertxInstance
*/
package org.hibernate.reactive.vertx;
| 128 | 0.726563 | 0.726563 | 6 | 20.333334 | 18.882679 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 13 |
de213b5ef30a94c458273e33b05b2d37ae17e776 | 29,240,137,364,545 | 53280361e31a2d446483db27f273a6f94c171ce5 | /TRAINfo/src/user/Profile.java | 0312f1e6b11cae949da8b939ed50fab7654d2c10 | [] | no_license | hemanthbhuma/TRAINfo_Project | https://github.com/hemanthbhuma/TRAINfo_Project | 4e0ba91a533ee0341507e13574a95eef7c1567c6 | ea3fcc206a26aca5dc9aa9965a4637809a4e9e4e | refs/heads/master | 2022-12-07T05:25:27.831000 | 2020-08-25T05:56:25 | 2020-08-25T05:56:25 | 290,126,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package user;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import bean.UserDAO;
public class Prof... | UTF-8 | Java | 1,335 | java | Profile.java | Java | [] | null | [] | package user;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import bean.UserDAO;
public class Prof... | 1,335 | 0.700375 | 0.699625 | 55 | 23.272728 | 22.595619 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.472727 | false | false | 13 |
3fe00ee10fa92958c86dc9a6840b507a7fc27428 | 1,683,627,224,170 | 3ccb27963966508059332605f10f6d657f9a4e04 | /app/src/main/java/com/example/app/rest/NewsApiClient.java | 94955691d7deeebceeaabc8e2ef144ad28ef2c8c | [] | no_license | reach2nasrudeen/NewsApp | https://github.com/reach2nasrudeen/NewsApp | db93a24b453ac764935efb1e29888c2377919b87 | 592e8669e2e5fd5f348cf79686c4b51738a6ef49 | refs/heads/master | 2021-01-23T10:19:38.056000 | 2017-09-07T07:29:12 | 2017-09-07T07:29:12 | 102,609,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.app.rest;
import com.example.app.base.WebServiceURL;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.jackson.JacksonConverterFactory;
public class NewsApiClient {
private... | UTF-8 | Java | 1,175 | java | NewsApiClient.java | Java | [] | null | [] | package com.example.app.rest;
import com.example.app.base.WebServiceURL;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.jackson.JacksonConverterFactory;
public class NewsApiClient {
private... | 1,175 | 0.655319 | 0.650213 | 37 | 30.756756 | 31.608591 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 13 |
1fee7584c45fb21acb535b513309bae05cd87f26 | 29,729,763,636,556 | af32383d65fd62c25c26ac2a123ea14b0b7522c0 | /myTemplate/src/main/java/com/my/common/session/SessionUtil.java | 1e597b5fcdfe52faf6b4beeb1e5496a3e7ba120d | [] | no_license | HyukCheolShin/myTemplate | https://github.com/HyukCheolShin/myTemplate | 38425e15669e41af0447b01ee0f5733bc2465b54 | 269b937d16b96594d745147320fe674d09df492c | refs/heads/master | 2022-08-30T05:50:56.184000 | 2020-05-30T17:55:12 | 2020-05-30T17:55:12 | 247,419,428 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my.common.session;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class SessionUtil {
public static void setSession(Map<String, String> loginMap, HttpServletRequest req, HttpServ... | UTF-8 | Java | 707 | java | SessionUtil.java | Java | [] | null | [] | package com.my.common.session;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class SessionUtil {
public static void setSession(Map<String, String> loginMap, HttpServletRequest req, HttpServ... | 707 | 0.683168 | 0.683168 | 23 | 28.73913 | 29.372004 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 13 |
14ac61762fe31f48563d4db97073967f861db89d | 27,839,978,013,202 | 2e4c5927f51404783b71d9b84fba79d9f00a208c | /src/main/java/Clases/Medico.java | 757f033d319e7a36f08616ad158683445f3ac21d | [] | no_license | jrdelgado910/Consultas | https://github.com/jrdelgado910/Consultas | b0b8de026b1ce2b9c2075772ee762686a6457d08 | f366484729e45b317e65c863e38f9f53001b3568 | refs/heads/main | 2023-08-25T08:39:22.910000 | 2021-09-24T19:08:42 | 2021-09-24T19:08:42 | 410,074,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Clases;
public class Medico extends Persona{
private int codD;
public Medico(String nombre, String sexo, String direccion, int codD) {
super(nombre,sexo, direccion);
this.codD=codD;
}
@Override
public String mostrarDatos(){
return "Doctor: "+nombre+" - Cod... | UTF-8 | Java | 347 | java | Medico.java | Java | [] | null | [] | package Clases;
public class Medico extends Persona{
private int codD;
public Medico(String nombre, String sexo, String direccion, int codD) {
super(nombre,sexo, direccion);
this.codD=codD;
}
@Override
public String mostrarDatos(){
return "Doctor: "+nombre+" - Cod... | 347 | 0.605187 | 0.605187 | 17 | 19.411764 | 20.750788 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 13 |
14fa5b1bf844c77d6ff3330e1fa53e9aaafe2d07 | 24,816,321,040,784 | 4cfff36939e0fc698b581f3be21a1f9a2e8b2764 | /students/360682644/ood-assignment/src/main/java/com/coderising/ood/srp/MailUtil.java | 2d4545cf0677f74f3fa6d191069359c2868d2015 | [] | no_license | 15993061515/coding2017 | https://github.com/15993061515/coding2017 | ede2c41bbd68d1170222add9f21c58015801a0cc | 14181b6df1f344c80cb6205e2748825a8b9258a8 | refs/heads/master | 2018-04-01T00:15:10.022000 | 2017-06-21T04:52:28 | 2017-06-21T04:52:28 | 88,243,647 | 4 | 0 | null | true | 2017-04-14T07:19:53 | 2017-04-14T07:19:53 | 2017-03-10T15:51:13 | 2017-04-14T02:21:19 | 16,913 | 0 | 0 | 0 | null | null | null | package com.coderising.ood.srp;
public class MailUtil {
public static void sendEmail(String toAddress, String fromAddress, String subject, String message, MailHosts smtpHosts) {
for(String hosts : smtpHosts.getHosts()) {
try {
//假装发了一封邮件
StringBuilder buffer = new StringBuilder();
buffer.append("Fro... | UTF-8 | Java | 757 | java | MailUtil.java | Java | [] | null | [] | package com.coderising.ood.srp;
public class MailUtil {
public static void sendEmail(String toAddress, String fromAddress, String subject, String message, MailHosts smtpHosts) {
for(String hosts : smtpHosts.getHosts()) {
try {
//假装发了一封邮件
StringBuilder buffer = new StringBuilder();
buffer.append("Fro... | 757 | 0.67872 | 0.67872 | 21 | 33.238094 | 31.934315 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.142857 | false | false | 13 |
e1bcbc9d6e9240fe1fcb0add2c124e1ef4967484 | 13,271,448,976,026 | 3a0e0edff1a33504ef42cff09ea49c61c5d1aadf | /src/main/java/eu/yals/configuration/ErrorHandlingConfiguration.java | 11ea6637dfe88eb5626f876cabed09fb69d98264 | [
"MIT"
] | permissive | codacy-badger/yals | https://github.com/codacy-badger/yals | 08e888c0962f06581f1aff2f83117e40448f26fc | 8a4f1898804b5667b4e6888f12e223d505d85fc5 | refs/heads/master | 2021-03-15T07:36:50.098000 | 2019-09-30T06:33:37 | 2019-09-30T06:33:37 | 246,834,242 | 0 | 0 | MIT | true | 2020-03-12T12:55:30 | 2020-03-12T12:55:29 | 2019-10-03T09:35:10 | 2020-03-12T12:51:56 | 1,701 | 0 | 0 | 0 | null | false | false | package eu.yals.configuration;
import eu.yals.Endpoint;
import org.springframework.boot.web.server.ErrorPage;
import org.springframework.boot.web.server.WebServerFactoryCustomizer;
import org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory;
import org.springframework.http.HttpStatus;
import... | UTF-8 | Java | 914 | java | ErrorHandlingConfiguration.java | Java | [] | null | [] | package eu.yals.configuration;
import eu.yals.Endpoint;
import org.springframework.boot.web.server.ErrorPage;
import org.springframework.boot.web.server.WebServerFactoryCustomizer;
import org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory;
import org.springframework.http.HttpStatus;
import... | 914 | 0.806346 | 0.804158 | 24 | 37.125 | 36.156273 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
787a847916e21c5ee676545e74c383cfdd4b82c0 | 1,022,202,285,321 | e3352941fdd47b34d395f7784b28479f5ede0bc5 | /snake/src/demo/MainFrame.java | d1cbfccc056c2bae852359bee329a3958bb6902c | [] | no_license | monkeyhlj/game | https://github.com/monkeyhlj/game | e919b916bcc2496c679466ffbe4453f0179e6a44 | 4e094bfc93bba12ad48e40e4963aa6becab7ffc7 | refs/heads/master | 2022-12-06T21:41:44.417000 | 2020-08-26T11:04:24 | 2020-08-26T11:04:24 | 290,147,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo;
import java.awt.Color;
import java.awt.Font;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.image.BufferedImage;
import java.i... | UTF-8 | Java | 3,817 | java | MainFrame.java | Java | [
{
"context": "import javax.imageio.ImageIO;\n\n/** \n\n* @author 作者 侯丽娟: \n\n* @version 创建时间:2019年8月23日 下午11:11:04 \n\n* 类说明 ",
"end": 477,
"score": 0.9997287392616272,
"start": 474,
"tag": "NAME",
"value": "侯丽娟"
}
] | null | [] | package demo;
import java.awt.Color;
import java.awt.Font;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.image.BufferedImage;
import java.i... | 3,817 | 0.685267 | 0.668143 | 157 | 20.560509 | 18.335632 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.974522 | false | false | 13 |
03140184bcd5478e00bdffb944b499e2a7556eee | 11,235,634,507,840 | 7bd67d22f87c9b5d7ab6c0128b84ce7ce97b74a7 | /src/test/java/com/sample/demon/base/config/MailSenderConfig.java | bafc48855359d66eb67d5dd45a95b8a5231351d6 | [] | no_license | javmg/demon-sample | https://github.com/javmg/demon-sample | 4b64ceed5e26c853c3ad79786f3e377541bf1d18 | 9dcd1b6b964d8698c04fa347875cafdbd43a34ae | refs/heads/master | 2023-01-27T22:12:55.804000 | 2020-12-06T23:20:19 | 2020-12-06T23:20:19 | 319,150,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sample.demon.base.config;
import com.sample.demon.mail.sender.MailSenderClient;
import org.mockito.Mockito;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class MailSenderConfig {
@Bean
public MailSenderClient... | UTF-8 | Java | 403 | java | MailSenderConfig.java | Java | [] | null | [] | package com.sample.demon.base.config;
import com.sample.demon.mail.sender.MailSenderClient;
import org.mockito.Mockito;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class MailSenderConfig {
@Bean
public MailSenderClient... | 403 | 0.791563 | 0.791563 | 15 | 25.866667 | 22.126505 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
6d5028198e3d1ae7a954487ae25862281fc59649 | 18,545,668,806,052 | 214a4b9edb50ba49976e444a93387184fc5d7504 | /app/src/main/java/com/finance/fbook/ContactFilter.java | ac9a1077f4dd15518ab0de118635885ee6f0c97b | [] | no_license | jaideep99/Fbook | https://github.com/jaideep99/Fbook | d236dda166e2c54fe9794a613d5bfd1ad4552015 | d916fb529b48292e709844499dcab7af727157d7 | refs/heads/master | 2022-11-17T22:30:11.162000 | 2020-07-16T20:12:44 | 2020-07-16T20:12:44 | 275,565,060 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.finance.fbook;
import android.widget.Filter;
import java.util.ArrayList;
import java.util.List;
public class ContactFilter extends Filter {
private List<contact> contactList;
private List<contact> filteredContactList;
private ContactItemAdapter adapter;
public ContactFilter(List<contact... | UTF-8 | Java | 1,535 | java | ContactFilter.java | Java | [] | null | [] | package com.finance.fbook;
import android.widget.Filter;
import java.util.ArrayList;
import java.util.List;
public class ContactFilter extends Filter {
private List<contact> contactList;
private List<contact> filteredContactList;
private ContactItemAdapter adapter;
public ContactFilter(List<contact... | 1,535 | 0.65342 | 0.652769 | 51 | 29.09804 | 25.995667 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
a122cf1cbd9f71023455607f4ef1a9427ef8afca | 13,640,816,163,591 | 2e9df80f6a0c83d0d672c94bc699530a05243e63 | /app/src/main/java/com/example/file/MainActivity.java | 191b837080aefb93c448e837e2e641c6dce9a966 | [] | no_license | idoido12123/file | https://github.com/idoido12123/file | ce0cf87d764aee191476d246f6581e22a530d6c3 | a6000bcb8654821f6e5e32189c524e848d5c6b45 | refs/heads/master | 2020-06-16T19:39:34.134000 | 2019-07-07T18:02:50 | 2019-07-07T18:02:50 | 195,681,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.file;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileNot... | UTF-8 | Java | 2,174 | java | MainActivity.java | Java | [] | null | [] | package com.example.file;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileNot... | 2,174 | 0.605336 | 0.598436 | 69 | 29.536232 | 18.084808 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623188 | false | false | 13 |
dc02fc2faafb95cdb035c9a7d5ceb0205ac2e7d6 | 9,371,618,669,849 | 1fdbdd3e7e3a88a15ae5499851a8cc238273ac2e | /learn/src/main/java/com/speedyao/proxy/cglib/CglibProxy.java | 8f5891dc19aa4ae5458a3bca08ad7f86f85fd40b | [] | no_license | yuanjinchao/speedyao-complete | https://github.com/yuanjinchao/speedyao-complete | cf522fd372bd2bdc07e42d59a784207b0c3e0f21 | 08f64f9e13a5fbd76ecf6942ae731d11d75a124e | refs/heads/master | 2022-09-05T21:06:31.355000 | 2020-07-13T06:57:49 | 2020-07-13T06:57:49 | 153,212,087 | 4 | 8 | null | false | 2022-09-01T22:57:40 | 2018-10-16T02:43:04 | 2020-03-24T06:02:13 | 2022-09-01T22:57:38 | 453 | 3 | 6 | 11 | Java | false | false | package com.speedyao.proxy.cglib;
import net.sf.cglib.proxy.MethodInterceptor;
import net.sf.cglib.proxy.MethodProxy;
import java.lang.reflect.Method;
public class CglibProxy implements MethodInterceptor {
@Override
public Object intercept(Object o, Method method, Object[] objects, MethodProxy proxy) throws ... | UTF-8 | Java | 671 | java | CglibProxy.java | Java | [] | null | [] | package com.speedyao.proxy.cglib;
import net.sf.cglib.proxy.MethodInterceptor;
import net.sf.cglib.proxy.MethodProxy;
import java.lang.reflect.Method;
public class CglibProxy implements MethodInterceptor {
@Override
public Object intercept(Object o, Method method, Object[] objects, MethodProxy proxy) throws ... | 671 | 0.661699 | 0.661699 | 25 | 25.84 | 23.227018 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 13 |
ee92ffb22809e49aa9bf8816856b733f6ff690be | 7,473,243,134,367 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /DrJava/rev5319-5330/right-branch-5330/src/edu/rice/cs/util/newjvm/SlaveRemote.java | a97e1653f3d1f3499e864cb4cf2af934f4856fe7 | [] | no_license | joliebig/featurehouse_fstmerge_examples | https://github.com/joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974000 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package edu.rice.cs.util.newjvm;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface SlaveRemote extends Remote {
public void start(MasterRemote master) throws RemoteException;
public void quit() throws RemoteException;
}
| UTF-8 | Java | 261 | java | SlaveRemote.java | Java | [] | null | [] |
package edu.rice.cs.util.newjvm;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface SlaveRemote extends Remote {
public void start(MasterRemote master) throws RemoteException;
public void quit() throws RemoteException;
}
| 261 | 0.770115 | 0.770115 | 13 | 18.846153 | 21.529394 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 13 |
d6b8a313c23fa05cf21c7456451e6c23f37c6deb | 11,931,419,199,427 | 341ba37f35c04709e9b0ad8f3accacf46ff64c68 | /tst/com.game/maze/RoomTest.java | cf187fa7714a6117f6282bc2dd60aa414cd224e6 | [] | no_license | LyndsayLawrence/Coding_Exercise | https://github.com/LyndsayLawrence/Coding_Exercise | 85b5d5b09e7d64c176fc0c6eace38f6376a781ac | aa0add463b8f0ad8d7dd2f8450f87722d32bff55 | refs/heads/master | 2021-01-17T06:33:48.460000 | 2015-09-13T15:48:21 | 2015-09-13T15:48:21 | 42,401,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.maze;
import com.game.exceptions.InvalidMazeException;
import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
public class RoomTest {
@Test
public void te... | UTF-8 | Java | 2,100 | java | RoomTest.java | Java | [] | null | [] | package com.game.maze;
import com.game.exceptions.InvalidMazeException;
import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
public class RoomTest {
@Test
public void te... | 2,100 | 0.652857 | 0.63619 | 65 | 31.307692 | 22.72777 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.907692 | false | false | 13 |
aff5135ead266029318aa2db3122055d634e7642 | 1,443,109,077,373 | 389e908820c759634eb89d54bc63899c6339d6ec | /src/com/firesafe/model/Devtype.java | 4dccb5b09db2c5e891177ac7554a3ea145969627 | [] | no_license | dingshuangxi888/FireSafe2 | https://github.com/dingshuangxi888/FireSafe2 | 0f9d653a5fa4f674373706f0915c6f12dd73bcf1 | 632d2b16278b74181d066bf3411c42246a519b8c | refs/heads/master | 2021-03-12T19:18:43.860000 | 2014-03-10T03:54:46 | 2014-03-10T03:54:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.firesafe.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Devtype entity. @author MyEclipse Persistence Tools
*/
@E... | UTF-8 | Java | 1,362 | java | Devtype.java | Java | [] | null | [] | package com.firesafe.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Devtype entity. @author MyEclipse Persistence Tools
*/
@E... | 1,362 | 0.712922 | 0.711454 | 70 | 18.471428 | 17.164516 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 13 |
060c08abdfc23194a2614c0ff0e27014080bbf99 | 22,273,700,433,326 | f7b806b3530d99f9d0cf20c224904f14298db155 | /FYPProposal/app/src/main/java/com/caluli/fypproposal/activity/RegisterActivity.java | 0ae7ffde62a2d8ad23a6a5d0b41f824557407b6b | [] | no_license | HafizShahman/HS_AndroidApplication | https://github.com/HafizShahman/HS_AndroidApplication | cb81ab85ccb06a16be0b662d300eaa873001272c | 77448f8f27690f5108b3edc5892b556812e21b53 | refs/heads/main | 2023-06-16T00:40:33.091000 | 2021-06-26T15:43:33 | 2021-06-26T15:43:33 | 349,339,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.caluli.fypproposal.activity;
import android.app.AlertDialog;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toolbar;
import androidx.annotation.NonNull;
import ... | UTF-8 | Java | 6,608 | java | RegisterActivity.java | Java | [
{
"context": "il.getText().toString();\n String password = et_password.getText().toString();\n String con",
"end": 3267,
"score": 0.6768466830253601,
"start": 3265,
"tag": "PASSWORD",
"value": "et"
},
{
"context": "etText().toString();\n String password = et_pass... | null | [] | package com.caluli.fypproposal.activity;
import android.app.AlertDialog;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toolbar;
import androidx.annotation.NonNull;
import ... | 6,610 | 0.620309 | 0.619855 | 190 | 33.773685 | 30.920549 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.668421 | false | false | 13 |
c4ae408808b544b4b0a7e8432a905694b3c9c1eb | 16,277,926,109,531 | b34807a7ba0781173660bb98fd67b67801ff2e21 | /src/main/java/com/godsplan/demo/entity/Client.java | 479995a8e0bb75078b54a6aff229b72f58186007 | [] | no_license | sagarmachine/godsplan | https://github.com/sagarmachine/godsplan | 3323ae633aa335c5ae04ef0285750b73c6c252e2 | 4bd9ea5cf1dbb2fa8f9289c5dd79a02112cf49db | refs/heads/master | 2022-12-14T13:45:09.942000 | 2020-09-08T18:14:13 | 2020-09-08T18:14:13 | 289,273,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.godsplan.demo.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.CreationTimestamp;
import javax.persistence.*;
import java.util.Date;
@Entity
@Getter
... | UTF-8 | Java | 1,241 | java | Client.java | Java | [] | null | [] | package com.godsplan.demo.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.CreationTimestamp;
import javax.persistence.*;
import java.util.Date;
@Entity
@Getter
... | 1,241 | 0.7083 | 0.7083 | 74 | 15.77027 | 14.275804 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364865 | false | false | 13 |
f98a0ef0b985f7798f735ae7c704a5b089cc87dc | 20,572,893,413,453 | e04d542d42ce772b16f7cea5d1b73ae946300286 | /app/src/main/java/com/team8/mentoringapp/mentoring/FbMentoring.java | 5bed4eb6524be3375575bd454d554185d8ee1afe | [] | no_license | dogeby/mentoringapp | https://github.com/dogeby/mentoringapp | 355a18f1df3747bee0f91eeb53c4768ec64f7279 | 3a0074b34d592df1de2da0fbe9c913679ac8ca38 | refs/heads/master | 2023-06-19T05:09:12.435000 | 2022-05-31T10:45:57 | 2022-05-31T10:45:57 | 287,156,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team8.mentoringapp.mentoring;
import java.util.HashMap;
public class FbMentoring {
private String mentoringNumber;
private String mentoName;
private String mentoCategory;
private String mentoGender;
private String mentoAge;
private String introduction;
private HashMap<String, F... | UTF-8 | Java | 2,846 | java | FbMentoring.java | Java | [
{
"context": "Number = mentoringNumber;\n this.mentoName = mentoName;\n this.mentoCategory = mentoCategory;",
"end": 643,
"score": 0.8588940501213074,
"start": 639,
"tag": "NAME",
"value": "ment"
},
{
"context": "Number = mentoringNumber;\n this.mentoName = mento... | null | [] | package com.team8.mentoringapp.mentoring;
import java.util.HashMap;
public class FbMentoring {
private String mentoringNumber;
private String mentoName;
private String mentoCategory;
private String mentoGender;
private String mentoAge;
private String introduction;
private HashMap<String, F... | 2,846 | 0.671117 | 0.670766 | 103 | 26.631067 | 27.257845 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61165 | false | false | 13 |
652e8b61a6428a71088da32dbc0347294b79b5ee | 4,990,752,036,885 | b6df5b4dbcef466394852fa51955639fe1784db3 | /src/shared/Response.java | a749ae28fe83681fbb9458c8f3c5bb70f87963d6 | [] | no_license | korneliarohulko/Akka-Bookshop | https://github.com/korneliarohulko/Akka-Bookshop | 204e0f0caf0e9198f04f40521b286025497ad0ea | 5b504c0f52650051216fb042fdc165d24461c369 | refs/heads/master | 2020-03-19T04:37:50.209000 | 2018-09-19T22:11:30 | 2018-09-19T22:11:30 | 135,848,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shared;
import java.io.Serializable;
public class Response implements Serializable {
private ResponseType type;
private String result;
public Response(ResponseType type, String result) {
this.type = type;
this.result = result;
}
public ResponseType getType() {
ret... | UTF-8 | Java | 400 | java | Response.java | Java | [] | null | [] | package shared;
import java.io.Serializable;
public class Response implements Serializable {
private ResponseType type;
private String result;
public Response(ResponseType type, String result) {
this.type = type;
this.result = result;
}
public ResponseType getType() {
ret... | 400 | 0.645 | 0.645 | 21 | 18.047619 | 16.316734 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
978fbe0e938d4aa43ce2bbf4d0521cfb7f592e30 | 1,675,037,290,777 | ec21a057c3bc7501e5e83ebbcc2a0500169a57c7 | /PlanIt/src/main/java/com/planit/adapters/LinkedAccountsArrayAdapter.java | 54f8d36e1eab0ccd3992404e9dd649e15f6765fe | [] | no_license | StevenCurran/planit-android-dev | https://github.com/StevenCurran/planit-android-dev | cdd700404df98e2571260a7f166cb6be966c6f04 | 33857bf05231ef53339a6370ddaec4294b86fce6 | refs/heads/master | 2021-01-01T16:59:37.706000 | 2014-03-26T23:34:29 | 2014-03-26T23:34:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.planit.adapters;
import android.content.Context;
import android.graphics.Typeface;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
... | UTF-8 | Java | 3,606 | java | LinkedAccountsArrayAdapter.java | Java | [
{
"context": "R;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Gareth on 03/03/2014.\n */\npublic class LinkedAccountsArr",
"end": 465,
"score": 0.9995043873786926,
"start": 459,
"tag": "NAME",
"value": "Gareth"
}
] | null | [] | package com.planit.adapters;
import android.content.Context;
import android.graphics.Typeface;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
... | 3,606 | 0.680255 | 0.678037 | 104 | 33.673077 | 30.323082 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509615 | false | false | 13 |
ece240629dc04af3731d737402bfa7b0ebb8bad9 | 20,779,051,811,026 | f461777a041b438ea37a962b82f10ee94915f03b | /src/core/taskables/TileTaskable.java | 8cb24258381db72d7996cd207e2308a62a4a5e20 | [] | no_license | AndrewLuckett/Fractal-viewer | https://github.com/AndrewLuckett/Fractal-viewer | 27018b6198941671dbf07fc83fea8a1817bfd2d9 | 62fb2e7ae2d6a609ddcfe65c9c96ef8ebc784808 | refs/heads/master | 2021-09-25T07:54:37.627000 | 2018-10-19T19:45:22 | 2018-10-19T19:45:22 | 88,420,743 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.taskables;
import java.awt.Point;
import java.awt.image.BufferedImage;
public interface TileTaskable {
public BufferedImage doTile(Point id, double pixelwidth);
}
| UTF-8 | Java | 183 | java | TileTaskable.java | Java | [] | null | [] | package core.taskables;
import java.awt.Point;
import java.awt.image.BufferedImage;
public interface TileTaskable {
public BufferedImage doTile(Point id, double pixelwidth);
}
| 183 | 0.786885 | 0.786885 | 9 | 19.333334 | 20.077627 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
a7dd9c549c31e3d81003b27a66cd3a43e65d8356 | 22,325,240,040,853 | 042b60a22a58293d37d5310e2b7dd73e466ac918 | /src/main/java/lo/domain/user/Authority.java | a19c78c309f0cffd936fff90d7d8cc7a2a2323e3 | [] | no_license | 20141211/maven-dynamicweb-demo | https://github.com/20141211/maven-dynamicweb-demo | 5d4c78112301610c97983d32fd52fcfee76a8546 | 6b9f09734c301491072c6f82f6f730f039d8ae59 | refs/heads/master | 2019-04-25T10:03:39.143000 | 2017-06-15T12:15:12 | 2017-06-15T12:15:12 | 83,689,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lo.domain.user;
/*
* 用户权限表(id,名称,链接)
userauthority(id,name,link)
*/
import java.util.HashSet;
import java.util.Set;
public class Authority {
private Integer id;
private String name;
private String link;
private Set<UserCategory> userCategories=new HashSet<UserCategory>();
public Integer getId() {
ret... | UTF-8 | Java | 1,139 | java | Authority.java | Java | [] | null | [] | package lo.domain.user;
/*
* 用户权限表(id,名称,链接)
userauthority(id,name,link)
*/
import java.util.HashSet;
import java.util.Set;
public class Authority {
private Integer id;
private String name;
private String link;
private Set<UserCategory> userCategories=new HashSet<UserCategory>();
public Integer getId() {
ret... | 1,139 | 0.688688 | 0.688688 | 52 | 20.25 | 20.815929 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.480769 | false | false | 13 |
a10c2db8701c7bf99f91378ac9e74cde4ef17751 | 14,654,428,454,843 | 923a07b39cc661ef77c2548aa5af8d49dd1c8d14 | /number.java | 5b3363ee4a8151e8e15a9139efd5cfd30e363e62 | [] | no_license | rohini1996/be | https://github.com/rohini1996/be | d0f46f34586935aba9860c4600b8eb84982521cd | d6a9602335b8b8e95afb58801c452cc1aca89eea | refs/heads/master | 2020-07-14T06:48:46.584000 | 2017-06-14T06:48:43 | 2017-06-14T06:48:43 | 94,297,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.Scanner;
class number
{
public static void main(String args[])
{
Scanner s=new Scanner(System.in);
int n=s.nextInt();
if(n>0)
{
System.out.println("number is positive ");
}
else if(n<0)
{
System.out.println("number is negative");
}
else
{
System.out.println("number is zero");
}
}}
| UTF-8 | Java | 317 | java | number.java | Java | [] | null | [] | import java.io.*;
import java.util.Scanner;
class number
{
public static void main(String args[])
{
Scanner s=new Scanner(System.in);
int n=s.nextInt();
if(n>0)
{
System.out.println("number is positive ");
}
else if(n<0)
{
System.out.println("number is negative");
}
else
{
System.out.println("number is zero");
}
}}
| 317 | 0.694006 | 0.687697 | 21 | 14.095238 | 15.083591 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
95772402d589333f37dbd36f52e4f0226455fb1d | 16,449,724,784,560 | 7440cc6337284b044ecd5ed98aa2209f55abd77b | /src/main/java/org/example/models/dto/TaskDTO.java | 34a74bdd98b4ab77a4c5ee7554711a73478a1770 | [] | no_license | adamTomasiewicz/_fixIT-organizer-api_spring-auth-swagger-hibernate | https://github.com/adamTomasiewicz/_fixIT-organizer-api_spring-auth-swagger-hibernate | d9995e92398b7f166ab774db7d4d27b987e1472b | 758127aa13971b6373d0ef0f04f8bc1c79fb4eb0 | refs/heads/master | 2021-04-09T06:27:34.369000 | 2020-03-23T15:04:17 | 2020-03-23T15:04:17 | 248,847,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.models.dto;
import lombok.*;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.hibernate.annotations.CreationTimestamp;
import org.hibernate.annotations.GenericGenerator;
import org.hibernate.annotations.UpdateTimestamp;
import javax.persistence.Column;
import javax.persistence.G... | UTF-8 | Java | 1,374 | java | TaskDTO.java | Java | [] | null | [] | package org.example.models.dto;
import lombok.*;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.hibernate.annotations.CreationTimestamp;
import org.hibernate.annotations.GenericGenerator;
import org.hibernate.annotations.UpdateTimestamp;
import javax.persistence.Column;
import javax.persistence.G... | 1,374 | 0.731441 | 0.730713 | 47 | 28.234043 | 17.891176 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659574 | false | false | 13 |
1a2a48556e29af929effc685531e4f86c0d8d719 | 20,160,576,520,858 | 096ed66634db778b2576e4661d8a144f90d66c81 | /Study 3/page4/Main.java | 27c4f4e2418936b712b3908464957e351af3d7e0 | [] | no_license | AkP2809/Progate-Java-Course | https://github.com/AkP2809/Progate-Java-Course | 0340ba9968681d8f5d5d8bce5da5f7ecbfc85104 | 38a44daa43921f56772738076f17af7a4ad7155f | refs/heads/master | 2023-01-01T13:51:06.835000 | 2020-10-26T16:59:13 | 2020-10-26T16:59:13 | 295,204,250 | 1 | 1 | null | false | 2020-10-26T16:59:14 | 2020-09-13T17:40:44 | 2020-10-26T16:53:24 | 2020-10-26T16:59:13 | 35 | 0 | 1 | 0 | Java | false | false | class Main {
public static void main(String[] args) {
// Add an argument for each person’s age
printData("Kate Jones", 27);
printData("John Christopher Smith", 65);
}
// Edit the method to accept an argument for age
public static void printData(String name, int age) {
System.out.println("My nam... | UTF-8 | Java | 442 | java | Main.java | Java | [
{
"context": " an argument for each person’s age\n printData(\"Kate Jones\", 27);\n printData(\"John Christopher Smith\", 65",
"end": 126,
"score": 0.9998060464859009,
"start": 116,
"tag": "NAME",
"value": "Kate Jones"
},
{
"context": "e\n printData(\"Kate Jones\", 27);\n ... | null | [] | class Main {
public static void main(String[] args) {
// Add an argument for each person’s age
printData("<NAME>", 27);
printData("<NAME>", 65);
}
// Edit the method to accept an argument for age
public static void printData(String name, int age) {
System.out.println("My name is " + name + ".")... | 422 | 0.620455 | 0.611364 | 14 | 30.428572 | 20.855675 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
dc0a3eeba3130a983bd06f9dd089b23fa1a0d0e3 | 20,160,576,524,479 | 96ab8dc04e074abd00bdb04a2233287bee0482eb | /Desktop/RS/src/osrs/RWildyNats/WildyNatsTasks/GrabbingNats.java | d229bb7f62ae3e9d165933537f515e949308ee0a | [] | no_license | snowzoor/PowerBot | https://github.com/snowzoor/PowerBot | 269403be9fa42906ade33ae29efdfe708cfb899c | 8fd8d2e8d3c009c8a69f6b02d4892e4d13444435 | refs/heads/master | 2020-03-10T14:59:47.206000 | 2018-04-13T18:42:24 | 2018-04-13T18:42:24 | 129,440,012 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package osrs.RWildyNats.WildyNatsTasks;
import org.powerbot.script.Condition;
import org.powerbot.script.Filter;
import org.powerbot.script.Random;
import org.powerbot.script.Tile;
import org.powerbot.script.rt4.ClientContext;
import org.powerbot.script.rt4.GroundItem;
import org.powerbot.script.rt4.Magic;
import org.... | UTF-8 | Java | 3,907 | java | GrabbingNats.java | Java | [] | null | [] | package osrs.RWildyNats.WildyNatsTasks;
import org.powerbot.script.Condition;
import org.powerbot.script.Filter;
import org.powerbot.script.Random;
import org.powerbot.script.Tile;
import org.powerbot.script.rt4.ClientContext;
import org.powerbot.script.rt4.GroundItem;
import org.powerbot.script.rt4.Magic;
import org.... | 3,907 | 0.60302 | 0.583312 | 100 | 38.07 | 38.133255 | 257 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61 | false | false | 13 |
5ae8a89413f8aa79b26e6a83eb71ada05d9a0e00 | 11,716,670,822,053 | b9653cc03c3b01bb4885805e0639089675800721 | /src/main/java/com/training/service/InjectionResultService.java | 89ab447db17dafa85322d4fd42b3726bebe6b301 | [] | no_license | nguyenphuctue/Vacccination_Management | https://github.com/nguyenphuctue/Vacccination_Management | 9a0800ed512e67f7362b0a87004858b9f9c17a9e | afed81adb8e95670641ae39a2bd3af65a92f0bd2 | refs/heads/main | 2023-04-29T07:03:12.818000 | 2021-05-12T13:41:47 | 2021-05-12T13:41:47 | 366,725,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.training.service;
import java.util.Date;
import java.util.List;
import java.util.Optional;
import com.training.model.Customer;
import com.training.model.Vaccine;
import org.springframework.data.domain.Page;
import com.training.dto.InjectionResultRpDto;
import com.training.model.InjectionResult;
public i... | UTF-8 | Java | 954 | java | InjectionResultService.java | Java | [] | null | [] | package com.training.service;
import java.util.Date;
import java.util.List;
import java.util.Optional;
import com.training.model.Customer;
import com.training.model.Vaccine;
import org.springframework.data.domain.Page;
import com.training.dto.InjectionResultRpDto;
import com.training.model.InjectionResult;
public i... | 954 | 0.792453 | 0.792453 | 27 | 34.333332 | 26.07539 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 13 |
51a18df97adf62be1929f4207780eed13757917f | 33,028,298,566,076 | 1ad637f8a00a2b7c953844cf4dc937665b0fa9dc | /src/main/java/ua/lviv/logos/entity/PartsAndAccessories.java | 2d929d64ead6fe93d3937fe05d08f886fadd48a8 | [] | no_license | AndriienkoT/java_autocentre | https://github.com/AndriienkoT/java_autocentre | 64415bbb317f59015b2c37e9cce33d73d3bfda3b | 187fa40c31256fc185872738fc60055e01e4045c | refs/heads/master | 2021-06-09T00:21:53.486000 | 2016-12-05T14:10:05 | 2016-12-05T14:10:05 | 62,062,326 | 0 | 0 | null | false | 2016-12-05T14:10:05 | 2016-06-27T14:28:37 | 2016-09-06T18:22:56 | 2016-12-05T14:10:05 | 19,953 | 0 | 0 | 0 | null | null | null | package ua.lviv.logos.entity;
import javax.persistence.*;
/**
* Created by user on 16/05/2016.
*/
@Entity
@NamedQueries({
@NamedQuery(name = "PartsAndAccessories.findByName", query = "SELECT p FROM PartsAndAccessories p where p.name like :name")
})
public class PartsAndAccessories {
@Id
@GeneratedVa... | UTF-8 | Java | 1,431 | java | PartsAndAccessories.java | Java | [] | null | [] | package ua.lviv.logos.entity;
import javax.persistence.*;
/**
* Created by user on 16/05/2016.
*/
@Entity
@NamedQueries({
@NamedQuery(name = "PartsAndAccessories.findByName", query = "SELECT p FROM PartsAndAccessories p where p.name like :name")
})
public class PartsAndAccessories {
@Id
@GeneratedVa... | 1,431 | 0.593291 | 0.586303 | 75 | 18.08 | 19.95245 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 13 |
008f8148653bc21fc7b3a25058658b29129e1847 | 652,835,030,620 | a7f209b11506d1b9eaf29ca3af69a35471816628 | /rk/parsers-old/resources/swagger-generated/hr-masters/src/main/java/io/swagger/api/RecruitmentquotaApi.java | a1de21083bac4d75acbb960d38e2a14736df7a50 | [
"Apache-2.0"
] | permissive | hack-a-code/till-45-days | https://github.com/hack-a-code/till-45-days | f6d609988b3ce119fe0f7340c5f302867f63ed87 | d018871503097d425fffd2985ebb86368876952d | refs/heads/master | 2021-01-19T01:03:55.697000 | 2017-06-11T15:55:50 | 2017-06-11T15:55:50 | 87,221,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.swagger.api;
import io.swagger.model.RecruitmentQuotaRes;
import io.swagger.model.RecruitmentQuotaReq;
import io.swagger.model.ErrorRes;
import io.swagger.annotations.*;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.w... | UTF-8 | Java | 1,875 | java | RecruitmentquotaApi.java | Java | [] | null | [] | package io.swagger.api;
import io.swagger.model.RecruitmentQuotaRes;
import io.swagger.model.RecruitmentQuotaReq;
import io.swagger.model.ErrorRes;
import io.swagger.annotations.*;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.w... | 1,875 | 0.7888 | 0.7744 | 41 | 44.731709 | 45.649792 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756098 | false | false | 13 |
b35267cabd306e93bafa81527099af078bb17a0b | 20,143,396,649,922 | 70ec695dd2521d6c91bbe1faeb86d7e290310330 | /20180918094758_Assignment12.java | 1cbcc1b6884c2eb0e97682a2b934dd9818ac230d | [] | no_license | kkkaransingh/Assignment11 | https://github.com/kkkaransingh/Assignment11 | ecfd3f5cd3e2c9561f95da37b9bd4fe39b2136d6 | 404151d8591a6683943619a1224c86ab8fa762eb | refs/heads/master | 2020-04-02T07:37:13.914000 | 2018-10-22T19:44:01 | 2018-10-22T19:44:01 | 154,205,852 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package assignment12;
import java.util.Scanner;
public class Assignment12 {
public static void main(String[] args) {
System.out.println("how many lines : ");
Scanner Scanner = new Scanner (System.in);
int n= Scanner.nextInt();
int i;
int j;
... | UTF-8 | Java | 615 | java | 20180918094758_Assignment12.java | Java | [] | null | [] |
package assignment12;
import java.util.Scanner;
public class Assignment12 {
public static void main(String[] args) {
System.out.println("how many lines : ");
Scanner Scanner = new Scanner (System.in);
int n= Scanner.nextInt();
int i;
int j;
... | 615 | 0.406504 | 0.396748 | 31 | 17.774193 | 15.342772 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 13 |
13c7aede92fdbca2a2f4c71896f9448b81fdfaff | 12,687,333,392,742 | 28f40fa06e85edfc2d3846afde261a517f37a757 | /src/main/java/es/udc/proyectogit/modelo/utiles/excepciones/InstanciaExcepcion.java | ddbdea0133f654ff4e438b2bf87377874777d8cb | [] | no_license | pierous/proyectogit | https://github.com/pierous/proyectogit | b564187d85ab851837cb0c7f237119c531517e93 | adac7da5102a3bb71962c3c4407a7cb57ced6471 | refs/heads/master | 2021-01-21T13:11:59.588000 | 2014-01-07T00:51:41 | 2014-01-07T00:51:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** @author Ulloa Sobrino, David */
package es.udc.proyectogit.modelo.utiles.excepciones;
public abstract class InstanciaExcepcion extends Exception {
/*----------------------------Atributos-----------------------------------*/
private Object clave;
private String nombreClase;
/*... | UTF-8 | Java | 1,348 | java | InstanciaExcepcion.java | Java | [
{
"context": "/** @author Ulloa Sobrino, David */\n\n\npackage es.udc.proyectogit.modelo.uti",
"end": 25,
"score": 0.9998607635498047,
"start": 12,
"tag": "NAME",
"value": "Ulloa Sobrino"
},
{
"context": "/** @author Ulloa Sobrino, David */\n\n\npackage es.udc.proyectogit.modelo.util... | null | [] | /** @author <NAME>, David */
package es.udc.proyectogit.modelo.utiles.excepciones;
public abstract class InstanciaExcepcion extends Exception {
/*----------------------------Atributos-----------------------------------*/
private Object clave;
private String nombreClase;
/*-------... | 1,341 | 0.419139 | 0.419139 | 43 | 30.372093 | 32.377872 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302326 | false | false | 13 |
4d3a5b9ddf026afbda1dc4e558eaafb3dee2c2c7 | 29,661,044,161,463 | 4cb8eeace4240909b77e927af5aa933d4cae00d3 | /src/main/java/com/example/demo/mq/rabbitmq/boot/fanout/FanoutRabbitProducer.java | ccf5ffb25068116236f824e0e2102df576722a81 | [
"MIT"
] | permissive | keepingcoding/demos | https://github.com/keepingcoding/demos | f00737b3a789b4fdf99967a893420a7dafa77907 | 2700f1f077d80fde669fa741946f7c858a918fe2 | refs/heads/master | 2022-08-31T19:26:08.073000 | 2020-01-08T08:08:02 | 2020-01-08T08:08:02 | 200,819,766 | 0 | 0 | MIT | false | 2022-06-21T01:36:52 | 2019-08-06T09:26:40 | 2020-01-08T08:08:11 | 2022-06-21T01:36:51 | 1,937 | 0 | 0 | 3 | Java | false | false | package com.example.demo.mq.rabbitmq.boot.fanout;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
/**
* @author zzs
* @date 2019/7/9 22:44
*/
public class FanoutRabbitProducer {
@Autowired
private AmqpTemplate rabbitTemplate;
public vo... | UTF-8 | Java | 517 | java | FanoutRabbitProducer.java | Java | [
{
"context": "eans.factory.annotation.Autowired;\n\n/**\n * @author zzs\n * @date 2019/7/9 22:44\n */\npublic class FanoutRa",
"end": 184,
"score": 0.9996547698974609,
"start": 181,
"tag": "USERNAME",
"value": "zzs"
}
] | null | [] | package com.example.demo.mq.rabbitmq.boot.fanout;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
/**
* @author zzs
* @date 2019/7/9 22:44
*/
public class FanoutRabbitProducer {
@Autowired
private AmqpTemplate rabbitTemplate;
public vo... | 517 | 0.702128 | 0.682785 | 20 | 24.85 | 23.7029 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
23d47f0c85b1b15fdac2c3513afebdefa8efbdfd | 33,741,263,092,351 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/OperationsProto.java | 2e0e30c5c62bb275d2134aabf02d03ec16248c70 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | googleapis/google-cloud-java | https://github.com/googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481000 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | false | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | 2023-09-13T01:26:53 | 2023-09-13T21:21:22 | 662,277 | 1,769 | 1,100 | 75 | Java | false | false | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 4,321 | java | OperationsProto.java | Java | [] | null | [] | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 4,321 | 0.714881 | 0.629021 | 85 | 49.835293 | 33.84214 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317647 | false | false | 13 |
332c6155747f9fbaff8fe42210d0a9af5d1c0236 | 4,690,104,301,244 | 88923ec5750e8469472859b37c4b160218f550a0 | /demo/src/main/java/com/example/demo/SearchDemo.java | 241aa4381edc9da2733e62786e19f4d79e080657 | [] | no_license | Wangshuzuyue/Spring-Play | https://github.com/Wangshuzuyue/Spring-Play | 2e6b3ce01b701c75762e4660e549b22d99e9556f | 3136eee6456896af8e5d3d2dadf80a1b2845a3cc | refs/heads/master | 2022-12-23T04:14:32.644000 | 2020-09-21T06:44:39 | 2020-09-21T06:44:39 | 194,374,001 | 0 | 0 | null | false | 2022-12-14T20:43:53 | 2019-06-29T06:45:12 | 2020-09-21T06:44:42 | 2022-12-14T20:43:50 | 506 | 0 | 0 | 16 | Java | false | false | package com.example.demo;
import java.util.Arrays;
/**
* @author: huangzuwang
* @date: 2019-12-28 13:48
* @description: 查找实例
*/
public class SearchDemo {
public static void main(String[] args) {
binarySearch();
}
/**
* 查找数组是否包含某个值,使用 Arrays.binarySearch() 方法查询。
* Arrays.binaryS... | UTF-8 | Java | 916 | java | SearchDemo.java | Java | [
{
"context": "e.demo;\n\nimport java.util.Arrays;\n\n/**\n * @author: huangzuwang\n * @date: 2019-12-28 13:48\n * @description: 查找实例\n",
"end": 80,
"score": 0.9950846433639526,
"start": 69,
"tag": "USERNAME",
"value": "huangzuwang"
},
{
"context": ".sort() 对数组进行排序,\n * 否则返回的结果有误。... | null | [] | package com.example.demo;
import java.util.Arrays;
/**
* @author: huangzuwang
* @date: 2019-12-28 13:48
* @description: 查找实例
*/
public class SearchDemo {
public static void main(String[] args) {
binarySearch();
}
/**
* 查找数组是否包含某个值,使用 Arrays.binarySearch() 方法查询。
* Arrays.binaryS... | 916 | 0.591781 | 0.552055 | 33 | 21.121212 | 16.740004 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 13 |
46738e75870c0653f764303f40a9a81ee782739d | 12,773,232,757,693 | f3628df04f5b554976a23b39f8422bea16e9cfe3 | /src/JavaSTART/Work_Additional/AddExercise/Exercises_041_047/Exercise_043_Version_1.java | 8a0ebc37af66d289690ac1c0a3b335d12f23dcc9 | [
"Apache-2.0"
] | permissive | AlSidorenko/ProgKievUa | https://github.com/AlSidorenko/ProgKievUa | b2570ae979ed059095bf4e4e7b17a33c3459fe8d | 79ae1c47c17eaae58700bf522b3feb9aee9a9d1e | refs/heads/master | 2017-12-02T20:50:13.186000 | 2017-08-04T16:09:37 | 2017-08-04T16:09:37 | 95,046,495 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JavaSTART.Work_Additional.AddExercise.Exercises_041_047;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
/**
* Created by Александр on 10.04.2017.
* Напишите метод для сохранения в текстовый файл двухмерного массива целых чисел.
*/
public c... | UTF-8 | Java | 1,437 | java | Exercise_043_Version_1.java | Java | [
{
"context": "on;\nimport java.io.PrintWriter;\n\n/**\n * Created by Александр on 10.04.2017.\n * Напишите метод для сохранения в",
"end": 209,
"score": 0.9998505711555481,
"start": 200,
"tag": "NAME",
"value": "Александр"
}
] | null | [] | package JavaSTART.Work_Additional.AddExercise.Exercises_041_047;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
/**
* Created by Александр on 10.04.2017.
* Напишите метод для сохранения в текстовый файл двухмерного массива целых чисел.
*/
public c... | 1,437 | 0.566971 | 0.542618 | 41 | 31.04878 | 28.418434 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 13 |
a467f474b9a17732d791be1b6a88a80dbc4f3f28 | 26,980,984,571,100 | e68dd79bad04c4d569a8385d45c9354033f33fb7 | /src/main/java/cn/com/zx/ibossapi/controller/bizController/ExpertCourseController.java | 110f5eee4c4ec5811e8f3735cde53b292cc041f0 | [] | no_license | LXZ314157/ibossapi | https://github.com/LXZ314157/ibossapi | 25e8ee6e7dbbed08cdb6533783e1cd6e50ce47eb | 986e8f9ac971cf102d1377fa9ed4e6c4621e7fad | refs/heads/master | 2022-06-27T04:18:24.754000 | 2019-12-23T08:39:47 | 2019-12-23T08:39:47 | 229,704,080 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.zx.ibossapi.controller.bizController;
import cn.com.zx.ibossapi.common.Constant;
import cn.com.zx.ibossapi.config.IbossConfig;
import cn.com.zx.ibossapi.domain.ExpertCourse;
import cn.com.zx.ibossapi.domain.Token;
import cn.com.zx.ibossapi.result.Result;
import cn.com.zx.ibossapi.result.ResultCodeMessag... | UTF-8 | Java | 6,397 | java | ExpertCourseController.java | Java | [
{
"context": "ava.util.List;\n\n/**\n * 专家线上课程 信息操作处理\n *\n * @author lvxuezhan\n * @date 2019-04-15\n */\n@RestController\n@RequestM",
"end": 1510,
"score": 0.9995632171630859,
"start": 1501,
"tag": "USERNAME",
"value": "lvxuezhan"
}
] | null | [] | package cn.com.zx.ibossapi.controller.bizController;
import cn.com.zx.ibossapi.common.Constant;
import cn.com.zx.ibossapi.config.IbossConfig;
import cn.com.zx.ibossapi.domain.ExpertCourse;
import cn.com.zx.ibossapi.domain.Token;
import cn.com.zx.ibossapi.result.Result;
import cn.com.zx.ibossapi.result.ResultCodeMessag... | 6,397 | 0.659226 | 0.657138 | 152 | 39.967106 | 29.784184 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697368 | false | false | 13 |
c32fa478d6188ebe1d70f668b820e174a6de2b3a | 17,446,157,169,261 | 8423b102c5940cebf6a3ed9e75939f904ee5da1f | /exercicios/src/oo/composicao/Aluno.java | 89cf5175849c1f81e2ac2cb744a5d0e0088271c9 | [] | no_license | jesseduarte/projeto_java | https://github.com/jesseduarte/projeto_java | 6aea4f1f64f300102b01b2a6720eae8d3dc1fffa | 8d173934b8cb901f5c0c484c72e08767bbfef3d6 | refs/heads/master | 2022-12-19T06:10:09.617000 | 2020-09-30T20:39:38 | 2020-09-30T20:39:38 | 290,085,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oo.composicao;
import java.util.ArrayList;
//Aula de composicao N:N
public class Aluno {
final String nome;
final ArrayList<Curso> cursos = new ArrayList<>();
Aluno(String nome) {
this.nome = nome;
}
void adicionarCurso(Curso curso) {
this.cursos.add(curso);
curso.alunos.add(this);
}
@Ov... | UTF-8 | Java | 375 | java | Aluno.java | Java | [] | null | [] | package oo.composicao;
import java.util.ArrayList;
//Aula de composicao N:N
public class Aluno {
final String nome;
final ArrayList<Curso> cursos = new ArrayList<>();
Aluno(String nome) {
this.nome = nome;
}
void adicionarCurso(Curso curso) {
this.cursos.add(curso);
curso.alunos.add(this);
}
@Ov... | 375 | 0.685333 | 0.685333 | 25 | 14 | 13.520355 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 13 |
0f5b8e5c24c9542fc1305273bc3fc6fcdfb90deb | 9,509,057,618,809 | e5fa38347dd988d657918573a67c57de47b1ef9a | /src/com/class29/WordsList.java | e5b8ae9197cfe13e66569e66992f222de99bceac | [] | no_license | shaq5035/myRealJavaClass | https://github.com/shaq5035/myRealJavaClass | 1c116d1847152ff94dc052d2cd32abaf1642960f | 1e0e7e7170a4912f0282836517aca343d96d5e83 | refs/heads/master | 2020-05-03T00:26:57.343000 | 2019-05-28T19:40:54 | 2019-05-28T19:40:54 | 178,310,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.class29;
import java.util.ArrayList;
import java.util.Iterator;
public class WordsList {
public static void main(String[] args) {
ArrayList<String> word=new ArrayList<String>();
word.add("Hello");
word.add("apple");
word.add("Eagle");
word.add("Banana");
Iterator<String> it=word.iterator();
while(it.h... | UTF-8 | Java | 436 | java | WordsList.java | Java | [] | null | [] | package com.class29;
import java.util.ArrayList;
import java.util.Iterator;
public class WordsList {
public static void main(String[] args) {
ArrayList<String> word=new ArrayList<String>();
word.add("Hello");
word.add("apple");
word.add("Eagle");
word.add("Banana");
Iterator<String> it=word.iterator();
while(it.h... | 436 | 0.690367 | 0.681193 | 26 | 15.769231 | 13.809996 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 13 |
52a84f31691f4808da47c686874526850db82bad | 19,533,511,305,811 | 17d3a5eff1a30be17c247f0f0604b4e969fd9523 | /app/src/main/java/com/example/mkagaju/itube/Samples.java | e716d6aa4d2457cc5f71c8a955b14bccb8fb88e2 | [] | no_license | KagajuM/Video-App | https://github.com/KagajuM/Video-App | 553d3d83aa05df056d622a9c7e5f5717fd7f7025 | ffb112eb1924a71b4ea3373125698e5dd3333d1a | refs/heads/master | 2020-03-22T10:24:11.162000 | 2018-07-05T21:04:05 | 2018-07-05T21:04:05 | 139,899,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mkagaju.itube;
import android.net.Uri;
import java.util.ArrayList;
import java.util.List;
class Samples {
// public static final Uri IPHONE_X_URI = Uri.parse("https://www.youtube.com/watch?v=K4wEI5zhHB0&t=1s");
// public static final Uri VIMEO_URI = Uri.parse("https://vimeo.com/channels/sta... | UTF-8 | Java | 894 | java | Samples.java | Java | [
{
"context": "package com.example.mkagaju.itube;\n\nimport android.net.Uri;\n\nimport java.util",
"end": 27,
"score": 0.7521275877952576,
"start": 20,
"tag": "USERNAME",
"value": "mkagaju"
},
{
"context": "VIMEO_URI = Uri.parse(\"https://vimeo.com/channels/staffpicks/122375452\");\n ... | null | [] | package com.example.mkagaju.itube;
import android.net.Uri;
import java.util.ArrayList;
import java.util.List;
class Samples {
// public static final Uri IPHONE_X_URI = Uri.parse("https://www.youtube.com/watch?v=K4wEI5zhHB0&t=1s");
// public static final Uri VIMEO_URI = Uri.parse("https://vimeo.com/channels/sta... | 894 | 0.676734 | 0.647651 | 23 | 37.826088 | 31.003017 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 13 |
7acd55169e369b9007f4cd30fbdaa7d54e5facb1 | 23,218,593,218,583 | c6dc3d2da14023405976420cca0f39eee40f5ff8 | /app/src/main/java/com/example/palawalygrace/MainActivity.java | d19d9557fa94e8b0988c4f2ddd90b5a5ea50d4bd | [] | no_license | Nana1302/Test1 | https://github.com/Nana1302/Test1 | a2fff189081b3e273030f60e799f9b8cc7ea4216 | bf0ef1e6e3e267f81a94283b7584465a5cc206a2 | refs/heads/master | 2020-09-24T19:29:07.110000 | 2019-12-04T10:19:06 | 2019-12-04T10:19:06 | 225,826,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.palawalygrace;
import android.content.Intent;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.ImageView;
public class MainActivity extends AppCompatActivity {
private ImageButton tool... | UTF-8 | Java | 1,624 | java | MainActivity.java | Java | [
{
"context": "package com.example.palawalygrace;\n\nimport android.content.Intent;\nimport androidx.",
"end": 33,
"score": 0.8158266544342041,
"start": 20,
"tag": "USERNAME",
"value": "palawalygrace"
}
] | null | [] | package com.example.palawalygrace;
import android.content.Intent;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.ImageView;
public class MainActivity extends AppCompatActivity {
private ImageButton tool... | 1,624 | 0.640394 | 0.640394 | 52 | 30.25 | 24.915916 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519231 | false | false | 13 |
07008f591f54e91e3a3e683f628146882abcc0f3 | 5,918,464,940,760 | a318a3df086ba94356434db76f50e44634557a2b | /MyAnimals/src/com/member/dto/MemberDto.java | d3cc8cfebd7c521ab3631bb72dd4b44cc9b7951f | [] | no_license | sasumpi123/SemiProject | https://github.com/sasumpi123/SemiProject | b10bd7205f0f34952396623d319ba709d12f38f6 | 98f1a6b260d06be0f044ea70bec9602ab6469b64 | refs/heads/master | 2021-03-25T15:07:17.896000 | 2020-03-16T07:05:35 | 2020-03-16T07:05:35 | 247,628,192 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.member.dto;
import java.util.Date;
public class MemberDto {
private String member_id;
private String member_pw;
private String member_name;
private int member_birth;
private String member_email;
private String member_gender;
private String member_address;
private String member_role;
... | UTF-8 | Java | 3,142 | java | MemberDto.java | Java | [
{
"context": "\tthis.member_pw = member_pw;\r\n\t\tthis.member_name = member_name;\r\n\t\tthis.member_birth = member_birth;\r\n\t\tthis.mem",
"end": 863,
"score": 0.9592733383178711,
"start": 852,
"tag": "NAME",
"value": "member_name"
}
] | null | [] | package com.member.dto;
import java.util.Date;
public class MemberDto {
private String member_id;
private String member_pw;
private String member_name;
private int member_birth;
private String member_email;
private String member_gender;
private String member_address;
private String member_role;
... | 3,142 | 0.703692 | 0.703692 | 121 | 23.966942 | 20.54945 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.760331 | false | false | 13 |
d5a3d05700e6d94977819c33697a90d853965687 | 29,102,698,401,522 | cffa40fd3386c4f34c0b7e114d846157af35940e | /src/TaxModel.java | 8c3e77bcad5570db84ea1b6d3b305fd29e231ec6 | [] | no_license | ljfoster97/ITC313A3Task1 | https://github.com/ljfoster97/ITC313A3Task1 | c1529aad459d3e140bc93f6dbc446b390e19d73a | 59e0ab55e6bdc6a8ea85ce20e97f5ac055ce834e | refs/heads/master | 2023-08-22T20:51:07.713000 | 2021-10-15T05:18:43 | 2021-10-15T05:18:43 | 412,352,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Author: Lyndon Foster.
* Course: ITC313 - Programming in Java 2.
* Assessment Title: Assessment Item 3, Task 1 - Tax Management Database Application
* Date: October 16th, 2021.
*
* Object for modelling tax rates.
*/
public class TaxModel {
private double centsPerDollar;
private double baseTax;
... | UTF-8 | Java | 1,446 | java | TaxModel.java | Java | [
{
"context": "/**\n * Author: Lyndon Foster.\n * Course: ITC313 - Programming in Java 2.\n * As",
"end": 28,
"score": 0.9998793601989746,
"start": 15,
"tag": "NAME",
"value": "Lyndon Foster"
}
] | null | [] | /**
* Author: <NAME>.
* Course: ITC313 - Programming in Java 2.
* Assessment Title: Assessment Item 3, Task 1 - Tax Management Database Application
* Date: October 16th, 2021.
*
* Object for modelling tax rates.
*/
public class TaxModel {
private double centsPerDollar;
private double baseTax;
private... | 1,439 | 0.613416 | 0.605118 | 58 | 23.948277 | 21.027422 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396552 | false | false | 13 |
84217ddc02bccd4ba6c731dc7b435a5f3126299f | 21,629,455,367,893 | bde1a190f094b955b5268b25e01eccb819f4a571 | /hdiv-services/src/main/java/org/hdiv/services/TrustAssertionUtils.java | a93a70fa92bc45ce4e48c25d0bb4d9f10bcf60fb | [
"Apache-2.0"
] | permissive | hdiv/hdiv | https://github.com/hdiv/hdiv | 351f51a1feb5625c95aebd98d10bab256595dbff | ba538c4043ff9d0389be1476d0a93e903625da09 | refs/heads/master | 2023-09-03T02:51:57.537000 | 2021-08-12T11:34:12 | 2021-08-12T11:34:12 | 2,626,654 | 192 | 65 | NOASSERTION | false | 2022-12-16T10:42:47 | 2011-10-22T15:52:59 | 2022-11-14T06:41:30 | 2022-12-16T10:42:44 | 4,209 | 208 | 67 | 24 | Java | false | false | /**
* Copyright 2005-2016 hdiv.org
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 3,994 | java | TrustAssertionUtils.java | Java | [] | null | [] | /**
* Copyright 2005-2016 hdiv.org
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 3,994 | 0.711067 | 0.70656 | 166 | 23.060242 | 25.300055 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.819277 | false | false | 13 |
ee5403ab11fc9b2e6a7a634207502af3d98cec2e | 11,416,023,097,501 | fd453283065ea48f1aed3d28c0e1400eb00e9abe | /src/main/java/net/sqs2/omr/result/path/MultiImageSingleQuestionSelection.java | 39038aeb745b79e311539dc894b0a1730b402942 | [
"Apache-2.0"
] | permissive | kubohiroya/sqs-reader | https://github.com/kubohiroya/sqs-reader | 0ad76ce623a8ef55706984baa2ce8d2be64bed78 | 49e45d35f22aacc81f9df6f60468ed11966544c2 | refs/heads/master | 2023-05-12T13:23:08.386000 | 2022-12-04T12:06:30 | 2022-12-04T12:06:30 | 204,130,257 | 0 | 0 | Apache-2.0 | false | 2023-05-09T18:57:26 | 2019-08-24T08:28:54 | 2021-12-21T00:27:19 | 2023-05-09T18:57:23 | 4,518 | 0 | 0 | 2 | Java | false | false | package net.sqs2.omr.result.path;
public class MultiImageSingleQuestionSelection extends MultiImageSelection {
MultiImageSingleQuestionPath multiImageSingleQuestionPath;
long questionIndex;
public MultiImageSingleQuestionSelection(MultiImageSingleQuestionPath multiImageSingleQuestionPath) {
super(multiImage... | UTF-8 | Java | 696 | java | MultiImageSingleQuestionSelection.java | Java | [] | null | [] | package net.sqs2.omr.result.path;
public class MultiImageSingleQuestionSelection extends MultiImageSelection {
MultiImageSingleQuestionPath multiImageSingleQuestionPath;
long questionIndex;
public MultiImageSingleQuestionSelection(MultiImageSingleQuestionPath multiImageSingleQuestionPath) {
super(multiImage... | 696 | 0.849138 | 0.847701 | 23 | 29.26087 | 32.123699 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347826 | false | false | 13 |
494239b23720df64fcc2529a7a611a2bf56c6bcb | 29,480,655,573,824 | 59e0be3f53c61d5336a08243357968fd6a6cfae7 | /KintaiKanri/src/main/java/jp/sji_inc/db/dao/impl/SagyoDaoImpl.java | 0eb8b1734319d5122bb2fe6caf3e82719f64734a | [] | no_license | pop32/tools | https://github.com/pop32/tools | e17e6b76782946ee54d68c8f39d2d749000d2045 | 0d86ba83322e79de6a085c0df06a8c6444a42db5 | refs/heads/master | 2016-09-05T14:03:25.546000 | 2015-10-04T08:57:04 | 2015-10-04T08:57:04 | 38,888,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package jp.sji_inc.db.dao.impl;
import java.util.ArrayList;
import java.util.List;
import jp.sji_inc.common.LabelBean;
import jp.sji_inc.db.dao.SagyoDao;
import jp.sji_inc.db.entity.base.Sagyo;
import org.apache.log4j.Logger;
import org.hibernate.SessionFactory;
import org.hibernate.criteri... | UTF-8 | Java | 1,241 | java | SagyoDaoImpl.java | Java | [
{
"context": "framework.stereotype.Repository;\r\n\n/**\r\n * @author z1j7663\r\n *\r\n */\r\n@Repository\r\npublic class SagyoDaoImpl ",
"end": 470,
"score": 0.9995463490486145,
"start": 463,
"tag": "USERNAME",
"value": "z1j7663"
}
] | null | [] | /**
*
*/
package jp.sji_inc.db.dao.impl;
import java.util.ArrayList;
import java.util.List;
import jp.sji_inc.common.LabelBean;
import jp.sji_inc.db.dao.SagyoDao;
import jp.sji_inc.db.entity.base.Sagyo;
import org.apache.log4j.Logger;
import org.hibernate.SessionFactory;
import org.hibernate.criteri... | 1,241 | 0.693878 | 0.68898 | 54 | 20.722221 | 20.147068 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12963 | false | false | 13 |
2451f74e4c1e0b02b6c0b7e828a25f3575d307b3 | 20,315,195,325,435 | e6d296fc6da3c234bfa33beea5ac1490a847cf05 | /src/main/java/org/vrcordoba/moviefansdb/repository/ReviewRepository.java | 66b6a6f3181d475613bb4077d3f020440558baac | [] | no_license | vrcordoba/MovieFansDb | https://github.com/vrcordoba/MovieFansDb | 9ef729c638874dc26e0e39d877dfab91f38a9460 | 0d958f833801c64670204ee1060cc4dfdb1c7e95 | refs/heads/master | 2021-01-11T03:31:20.240000 | 2016-10-29T13:45:38 | 2016-10-29T13:45:38 | 70,998,606 | 1 | 1 | null | false | 2020-09-18T14:04:56 | 2016-10-15T16:10:04 | 2017-03-08T10:32:25 | 2016-10-29T13:46:45 | 4,294 | 1 | 1 | 1 | Java | false | false | package org.vrcordoba.moviefansdb.repository;
import org.vrcordoba.moviefansdb.domain.Review;
import org.springframework.data.jpa.repository.*;
import java.time.LocalDate;
import java.util.List;
/**
* Spring Data JPA repository for the Review entity.
*/
public interface ReviewRepository extends JpaRepository<Revi... | UTF-8 | Java | 891 | java | ReviewRepository.java | Java | [] | null | [] | package org.vrcordoba.moviefansdb.repository;
import org.vrcordoba.moviefansdb.domain.Review;
import org.springframework.data.jpa.repository.*;
import java.time.LocalDate;
import java.util.List;
/**
* Spring Data JPA repository for the Review entity.
*/
public interface ReviewRepository extends JpaRepository<Revi... | 891 | 0.772166 | 0.772166 | 31 | 27.741936 | 29.379572 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 13 |
f8b82060d3f713616da74b97076d15ada720ad0e | 13,589,276,551,663 | 040313ac112ecb0d0d3d5629ca8228402f156ff9 | /app/src/main/java/com/zhou/wanandroid/recyclerview/MultiTypeAdapter.java | eb206036dc7b37fede18c1820e239a51f5de4b47 | [
"Apache-2.0"
] | permissive | ljiezhou/WanAndroid | https://github.com/ljiezhou/WanAndroid | cf95a87f57381b9e72c45cddff3633bf2b8ae2ef | 91286ceebabf200051fdbf37fa4266861d6662e8 | refs/heads/master | 2020-03-25T12:56:22.122000 | 2019-09-20T06:20:40 | 2019-09-20T06:20:40 | 143,801,855 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhou.wanandroid.recyclerview;
import android.content.IntentFilter;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.SparseArray;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.zhou.wanandr... | UTF-8 | Java | 4,057 | java | MultiTypeAdapter.java | Java | [
{
"context": "ctory;\n\nimport java.util.List;\n\n/**\n * Created by 周利杰 on 2018/11/7.\n */\npublic class MultiTypeAdapter e",
"end": 468,
"score": 0.9805930852890015,
"start": 465,
"tag": "NAME",
"value": "周利杰"
}
] | null | [] | package com.zhou.wanandroid.recyclerview;
import android.content.IntentFilter;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.SparseArray;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.zhou.wanandr... | 4,057 | 0.689682 | 0.686579 | 115 | 32.626087 | 27.942631 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469565 | false | false | 13 |
458ca17d31ca3c432ab3aa98863ab56508c08647 | 32,014,686,233,338 | 679193787e618a439a5f9a3959cd2085d478ceac | /app/src/main/java/com/laka/live/ui/widget/comment/ReplyListView.java | f623f20bb4a2feb91012bc943d9fc9653f18c034 | [] | no_license | xHonghui/ziwei | https://github.com/xHonghui/ziwei | f4634ffa1e8a97fd4afe57999f75ee1672f199f5 | 0cfba3d8a424a2871fcb18018497d960289fb29e | refs/heads/master | 2020-06-26T22:21:36.155000 | 2019-07-31T03:30:02 | 2019-07-31T03:30:02 | 199,770,945 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laka.live.ui.widget.comment;
/**
* @ClassName: ReplyListView
* @Description: 评论回复控件
* @Author: chuan
* @Version: 1.0
* @Date: 11/18/16
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.support.annotation.NonNull;
import android.support.v7.widget.LinearLayoutCom... | UTF-8 | Java | 7,186 | java | ReplyListView.java | Java | [
{
"context": " ReplyListView\n * @Description: 评论回复控件\n * @Author: chuan\n * @Version: 1.0\n * @Date: 11/18/16\n */\n\nimport a",
"end": 116,
"score": 0.845357358455658,
"start": 111,
"tag": "NAME",
"value": "chuan"
}
] | null | [] | package com.laka.live.ui.widget.comment;
/**
* @ClassName: ReplyListView
* @Description: 评论回复控件
* @Author: chuan
* @Version: 1.0
* @Date: 11/18/16
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.support.annotation.NonNull;
import android.support.v7.widget.LinearLayoutCom... | 7,186 | 0.628961 | 0.625734 | 252 | 26.047619 | 25.353331 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424603 | false | false | 13 |
12664f940c233e337b76b4d8f0dcc1b1fe4b6558 | 32,014,686,232,405 | dac67dfffcee7fefa13c2ef936269a5fe9e98cb1 | /src/main/java/com/zonekey/test/service/BookService.java | 0f3a9c5586c3228f37a7b78432dc3a2957b31fac | [] | no_license | Jeanwin/testSSH | https://github.com/Jeanwin/testSSH | 98434b031f048ec64250b4a026dd20b7df8f742a | 56adb2d9af03348857437b374bea0052288c8383 | refs/heads/master | 2021-01-10T16:34:27.852000 | 2015-11-09T02:12:50 | 2015-11-09T02:12:50 | 45,030,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zonekey.test.service;
import java.util.List;
import com.zonekey.test.entity.Book;
public interface BookService {
public List<Book> getBookList();
public void saveBook(Book book);
public void deleteBook(int bookId);
public void updateBook(Book book);
public Book getBookByBookId(int bookId);
} | UTF-8 | Java | 315 | java | BookService.java | Java | [] | null | [] | package com.zonekey.test.service;
import java.util.List;
import com.zonekey.test.entity.Book;
public interface BookService {
public List<Book> getBookList();
public void saveBook(Book book);
public void deleteBook(int bookId);
public void updateBook(Book book);
public Book getBookByBookId(int bookId);
} | 315 | 0.774603 | 0.774603 | 16 | 18.75 | 16.81703 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 13 |
a0494687d43319cd621cc80d2c0b9ce799512c4e | 1,932,735,285,522 | 3b88c28f339d05bcded19b7ee11abc9d7733ac70 | /fastmongo-odm-core/src/main/java/org/fastmongo/odm/mapping/support/linkwriter/LinkWriter.java | e1c3f857fb02bbf1dd2aca6d21f59209888e9e97 | [
"Apache-2.0"
] | permissive | Kirhog/fastmongo-odm | https://github.com/Kirhog/fastmongo-odm | 83522490a7ceb7cde35808b48d5672a9acd90a47 | 804a0d8b259fd65464cf8e66de7521d892e0b000 | refs/heads/master | 2019-01-09T20:06:13.083000 | 2016-03-09T22:22:18 | 2016-03-09T22:22:18 | 37,278,699 | 0 | 1 | null | false | 2016-03-09T22:22:20 | 2015-06-11T18:32:17 | 2016-03-09T22:22:19 | 2016-03-09T22:22:19 | 228 | 0 | 1 | 0 | Java | null | null | /*
* Copyright (c) 2014 Alexander Gulko <kirhog at gmail dot com>.
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | UTF-8 | Java | 1,313 | java | LinkWriter.java | Java | [
{
"context": "/*\n * Copyright (c) 2014 Alexander Gulko <kirhog at gmail dot com>.\n *\n * Licensed under t",
"end": 40,
"score": 0.9998558759689331,
"start": 25,
"tag": "NAME",
"value": "Alexander Gulko"
},
{
"context": "/*\n * Copyright (c) 2014 Alexander Gulko <kirhog at gmail dot... | null | [] | /*
* Copyright (c) 2014 <NAME> <<EMAIL> at g<EMAIL> dot com>.
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... | 1,299 | 0.690023 | 0.68393 | 45 | 28.177778 | 25.591047 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.244444 | false | false | 13 |
6037002e920a93c0caa9eca16cca82fe6ff83ba9 | 25,804,163,534,912 | e2b70555e88e96654630683e89946b44bddd1c8b | /health/src/main/java/com/mouritech/healthapp/callback/FitbitApiResponse.java | e15619a64cd1d8d4eec9a2ba36e88c007015a87d | [] | no_license | udyakumargk22/FitApp | https://github.com/udyakumargk22/FitApp | 14a557c589744f56879001a3295d7a62317bef47 | 82f44f2a19cedbb6d858dde5b3a1b70558907568 | refs/heads/master | 2023-06-03T21:26:54.336000 | 2021-06-18T05:22:52 | 2021-06-18T05:22:52 | 374,571,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* * Purpose MyCustomObject.java
*
* Copyright 2021 MouriTech
*
* @author udayv
*
* Created on Apr 06, 2021
*
* Modified on Apr 06, 2021
*
*/
package com.mouritech.healthapp.callback;
import android.util.Log;
import com.mouritech.healthapp.client.ApiInterface;
import com.mouritech.healthapp.... | UTF-8 | Java | 6,537 | java | FitbitApiResponse.java | Java | [
{
"context": "\n *\n * Copyright 2021 MouriTech\n *\n * @author udayv\n *\n * Created on Apr 06, 2021\n *\n * Modified on",
"end": 96,
"score": 0.999666690826416,
"start": 91,
"tag": "USERNAME",
"value": "udayv"
}
] | null | [] | /*
*
* * Purpose MyCustomObject.java
*
* Copyright 2021 MouriTech
*
* @author udayv
*
* Created on Apr 06, 2021
*
* Modified on Apr 06, 2021
*
*/
package com.mouritech.healthapp.callback;
import android.util.Log;
import com.mouritech.healthapp.client.ApiInterface;
import com.mouritech.healthapp.... | 6,537 | 0.540309 | 0.53006 | 222 | 28.450451 | 25.736795 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328829 | false | false | 13 |
034a70b97b3c2158836d792daa5d9eca8e1c59de | 7,748,121,021,015 | e2b53f76f432f569154913544fcda25350e86613 | /lib/src/main/java/com/example/Tsing.java | a016f0e1ae8477d20e9f2de73d93f49e41b40144 | [] | no_license | zz7zz7zz/IAndroidTsing | https://github.com/zz7zz7zz/IAndroidTsing | 342557a318e26fcfb63d6613f185b0fac75c1125 | e2f8f02607bff5b4d63fce4754e28eb062adc07c | refs/heads/master | 2020-05-21T23:48:34.679000 | 2019-01-30T09:59:25 | 2019-01-30T09:59:25 | 63,581,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
public class Tsing {
public static void main(String []args){
// Object obj = null;
// WeakReference<Object> wrf = new WeakReference<>(obj);
// System.out.println(wrf.get());
//
// obj = new Object();
// wrf = new WeakReference<>(obj);
// System.out.p... | UTF-8 | Java | 986 | java | Tsing.java | Java | [] | null | [] | package com.example;
public class Tsing {
public static void main(String []args){
// Object obj = null;
// WeakReference<Object> wrf = new WeakReference<>(obj);
// System.out.println(wrf.get());
//
// obj = new Object();
// wrf = new WeakReference<>(obj);
// System.out.p... | 986 | 0.44929 | 0.411765 | 42 | 22.476191 | 23.396416 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 13 |
fae8de6d31c3a895775f20dc68018ca86bf78778 | 25,340,307,069,970 | 340519667d49e90000e6f8982f8f75692a5f1fce | /src/com/hly/videosys/comment/CommentDeleteAction.java | dea35e6063fcac9c40f3d44b602d9ad2864651fb | [] | no_license | huangluyu/videoSys | https://github.com/huangluyu/videoSys | 03d21f652201511742383fe4c4e535c7106ea272 | 0a8ade08b7e1a529032c3166400e7bb6d9f12ea1 | refs/heads/master | 2021-01-20T20:11:01.374000 | 2016-08-04T12:58:51 | 2016-08-04T12:58:51 | 60,637,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hly.videosys.comment;
import com.hly.videosys.admin.AdminJdbc;
import com.opensymphony.xwork2.ActionSupport;
public class CommentDeleteAction extends ActionSupport {
private String commentNum;
public String execute()
{
try {
AdminJdbc.commentDelete(commentNum);
} catch (Exception e) {
// TO... | UTF-8 | Java | 543 | java | CommentDeleteAction.java | Java | [] | null | [] | package com.hly.videosys.comment;
import com.hly.videosys.admin.AdminJdbc;
import com.opensymphony.xwork2.ActionSupport;
public class CommentDeleteAction extends ActionSupport {
private String commentNum;
public String execute()
{
try {
AdminJdbc.commentDelete(commentNum);
} catch (Exception e) {
// TO... | 543 | 0.744015 | 0.742173 | 27 | 19.111111 | 17.529516 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 13 |
20adc28307f2a71bec63901b70fff65214476136 | 25,838,523,272,251 | 884864d1809f97902dec96225513fe898afb523d | /Conexion mysql/src/conexion/mysql/Conexion.java | 2b9ef66f83a7b0b1db5b3e610d8880b1fb06ecb9 | [] | no_license | AntJamming/Ejercicios-de-Java | https://github.com/AntJamming/Ejercicios-de-Java | 23b61d14d603397ebf56524abef1120416b9c5e5 | 28e69d9f03f2537e2c41734b25cf9ee239375308 | refs/heads/master | 2020-03-30T10:56:54.020000 | 2018-10-01T19:48:59 | 2018-10-01T19:48:59 | 151,145,216 | 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 conexion.mysql;
import java.sql.*;
/**
*
* @author anton
*/
public class Conexion {
private Connec... | UTF-8 | Java | 1,413 | java | Conexion.java | Java | [
{
"context": "ysql;\r\n\r\nimport java.sql.*;\r\n\r\n/**\r\n *\r\n * @author anton\r\n */\r\npublic class Conexion {\r\n \r\n private ",
"end": 264,
"score": 0.9955061674118042,
"start": 259,
"tag": "USERNAME",
"value": "anton"
}
] | 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 conexion.mysql;
import java.sql.*;
/**
*
* @author anton
*/
public class Conexion {
private Connec... | 1,413 | 0.506016 | 0.503185 | 52 | 25.173077 | 24.41683 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 13 |
3b0fc988e6b51882c7bbe711a11d6145ebd48671 | 11,862,699,691,718 | 0bd0c3c44e28c72cc4fa7c3d2e4b1f3d71c7188e | /yixiekeji-provider/src/main/java/com/yixiekeji/dao/shop/write/member/MemberWxsignWriteDao.java | e5810ccb965b900f45710004bc038b3e508ac971 | [] | no_license | jbzhang99/xingfuyi | https://github.com/jbzhang99/xingfuyi | 022030ddf03414ad769e71ca665693bb6d2c6855 | 797f752104b0703ad249ee6fe29b26b121338147 | refs/heads/master | 2021-01-02T03:12:57.428000 | 2019-10-30T07:53:59 | 2019-10-30T07:53:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yixiekeji.dao.shop.write.member;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
import com.yixiekeji.entity.member.MemberWxsign;
@Mapper
public interface MemberWxsignWriteDao {
MemberWxsign get(java.lang.Integer id);
Integer save(MemberWxsign memberWx... | UTF-8 | Java | 566 | java | MemberWxsignWriteDao.java | Java | [] | null | [] | package com.yixiekeji.dao.shop.write.member;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
import com.yixiekeji.entity.member.MemberWxsign;
@Mapper
public interface MemberWxsignWriteDao {
MemberWxsign get(java.lang.Integer id);
Integer save(MemberWxsign memberWx... | 566 | 0.763251 | 0.763251 | 27 | 20 | 21.480396 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 13 |
6a5880e67481da1489f71cb02c146a937f061356 | 24,558,623,019,303 | a66a5d5d04bd33e7c8c4e1846d83d011c028cb45 | /src/adboswing/boudaries/ADBOSwing.java | 9b5bc706706eaed9662528d43dd7462d609c8d6f | [] | no_license | Malcolm-Mc-Joubert/windows-JAVA- | https://github.com/Malcolm-Mc-Joubert/windows-JAVA- | fc4c97c698c231bcbafe78ce12b8a3b736156389 | 24e66d50e8165cb1d25232547609594b5ec7987a | refs/heads/master | 2020-04-13T17:00:40.693000 | 2015-01-07T14:27:48 | 2015-01-07T14:27:48 | 28,917,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ADBOSwing.java
* MAIN
*/
package adboswing.boudaries;
import java.sql.SQLException;
/**
*
* @author pascal
*/
public class ADBOSwing {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws SQLException {
// TODO code application logic here... | UTF-8 | Java | 357 | java | ADBOSwing.java | Java | [
{
"context": "\n\nimport java.sql.SQLException;\n\n/**\n *\n * @author pascal\n */\npublic class ADBOSwing {\n\n /**\n * @par",
"end": 119,
"score": 0.9885395765304565,
"start": 113,
"tag": "USERNAME",
"value": "pascal"
}
] | null | [] | /*
* ADBOSwing.java
* MAIN
*/
package adboswing.boudaries;
import java.sql.SQLException;
/**
*
* @author pascal
*/
public class ADBOSwing {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws SQLException {
// TODO code application logic here... | 357 | 0.607843 | 0.607843 | 24 | 13.875 | 16.877777 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 13 |
1e306cf4aef126b7dccf88382a707784681cb039 | 5,360,119,185,961 | 32ef11035c1d15f98783927d9dbc5329af40b854 | /occ/src/main/java/group/cc/occ/dao/ModuleMapper.java | 01c58b52ea15cb3611b85f57f2fadc06d2b89ab2 | [] | no_license | WangYMcc/cloud-calendar | https://github.com/WangYMcc/cloud-calendar | 1107eb4d0a2b06ac552a1be1574999d79c43650c | a6f5ac66b564d3422cc1e430f18754e746909c23 | refs/heads/master | 2022-02-07T09:28:09.707000 | 2019-07-13T11:23:14 | 2019-07-13T11:23:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package group.cc.occ.dao;
import group.cc.core.Mapper;
import group.cc.occ.model.Module;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface ModuleMapper extends Mapper<Module> {
@... | UTF-8 | Java | 998 | java | ModuleMapper.java | Java | [] | null | [] | package group.cc.occ.dao;
import group.cc.core.Mapper;
import group.cc.occ.model.Module;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface ModuleMapper extends Mapper<Module> {
@... | 998 | 0.703815 | 0.703815 | 24 | 39.583332 | 33.687183 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
8e85239fb0c7ae45c3c79f0718139ea8644e7a7c | 20,289,425,532,411 | 941bff06339d6f6368f68dc814cdfcc03110bd42 | /kamboja/core/src/com/mygdx/game/multiplayer/UDPConnection.java | 89c5a3b9a358df001fe3e57036fcfb2b5b491a88 | [] | no_license | RotcivOcnarb/kamboja | https://github.com/RotcivOcnarb/kamboja | 2c62bc8fe87501790899fcc25b9e3da4f8ddfaa4 | cf7429edafeebe1bbc538edd6668542cfb8867a3 | refs/heads/master | 2021-06-02T18:08:34.072000 | 2020-04-04T22:17:31 | 2020-04-04T22:17:31 | 105,646,450 | 5 | 3 | null | false | 2018-04-30T00:02:26 | 2017-10-03T11:58:44 | 2017-11-17T16:06:27 | 2018-01-31T00:54:53 | 262,475 | 1 | 2 | 1 | Java | false | null | package com.mygdx.game.multiplayer;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.Se... | UTF-8 | Java | 1,767 | java | UDPConnection.java | Java | [] | null | [] | package com.mygdx.game.multiplayer;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.Se... | 1,767 | 0.712507 | 0.706848 | 79 | 21.341772 | 18.972923 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.278481 | false | false | 13 |
93df2c87044e732ab8b03709970300952fda8232 | 21,242,908,249,322 | 83d82495bcbc8d4d587ec090bcc53c60ebfea927 | /Game6-Plus/core/src/game/main/Repel.java | e2d850f835c226252d8e0ab1722f561a2e9d00f5 | [] | no_license | Vitordavi-marques/FirstGamesLibGDX | https://github.com/Vitordavi-marques/FirstGamesLibGDX | 3ff3d59d5ee6274d1c6ca6f6246d61f0b091dab3 | e59e80a7b074378170c12dbd72ca9be6c32f53f1 | refs/heads/master | 2022-12-06T14:39:36.808000 | 2020-08-24T01:22:59 | 2020-08-24T01:22:59 | 279,691,355 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package game.main;
import com.badlogic.gdx.math.Circle;
import engine.physics.ShapeEnum;
import engine.physics.StaticBody;
import engine.physics.StaticBodyType;
public class Repel extends StaticBody {
public Repel(float x, float y, float radius) {
super(new Circle(x, y, radius), ShapeEnum.CIRCLE, St... | UTF-8 | Java | 349 | java | Repel.java | Java | [] | null | [] |
package game.main;
import com.badlogic.gdx.math.Circle;
import engine.physics.ShapeEnum;
import engine.physics.StaticBody;
import engine.physics.StaticBodyType;
public class Repel extends StaticBody {
public Repel(float x, float y, float radius) {
super(new Circle(x, y, radius), ShapeEnum.CIRCLE, St... | 349 | 0.739255 | 0.739255 | 13 | 25.76923 | 23.092302 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 13 |
c9c706482ff6d55427838b9acddce6d04d186ff8 | 7,129,645,714,883 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_cd3c67c88599f6bd718cce5c7c6c43107c6389d4/Casillero/2_cd3c67c88599f6bd718cce5c7c6c43107c6389d4_Casillero_t.java | 3a589e3a84a87e8db5e0cc8e6df16382b88723fc | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package tablero;
import interfaces.Reseteable;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import excepciones.ErrorIdCasilleroInvalido;
import naves.SeccionDeNave;
import municiones.DisparoConvencional;
import municiones.MinaSubmarinaPorContacto;
import municiones.... | UTF-8 | Java | 3,024 | java | 2_cd3c67c88599f6bd718cce5c7c6c43107c6389d4_Casillero_t.java | Java | [] | null | [] | package tablero;
import interfaces.Reseteable;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import excepciones.ErrorIdCasilleroInvalido;
import naves.SeccionDeNave;
import municiones.DisparoConvencional;
import municiones.MinaSubmarinaPorContacto;
import municiones.... | 3,024 | 0.714616 | 0.704034 | 118 | 24.618645 | 24.893644 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.635593 | false | false | 13 |
a6e9dceb13f37b3498f5ed08d9a2a85f46ea915b | 7,516,192,778,027 | 93e55d19b3e9c1066e401ab271f2d66bde0ee125 | /maven/isnowfox-core-2.0.0-SNAPSHOT/src/com/isnowfox/el/ClassBuilder$1.java | 63d18901263678f7b5e2c7726c3a1a4434939332 | [] | no_license | nostradamas/YILE_MJ | https://github.com/nostradamas/YILE_MJ | be5e00b2e5eff288911ef6b417f2efe919c39648 | 053967dcbf3f80800e0ece8e2fb9e948323dcec6 | refs/heads/master | 2020-05-04T11:20:44.194000 | 2017-11-14T05:35:13 | 2017-11-14T05:35:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) braces fieldsfirst ansi nonlb space
// Source File Name: ClassBuilder.java
package com.isnowfox.el;
// Referenced classes of package com.isnowfox.el:
// ClassB... | UTF-8 | Java | 883 | java | ClassBuilder$1.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://kpdus.tripod.com/jad.ht",
"end": 62,
"score": 0.9996858239173889,
"start": 46,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e2. Copyright 2001 <NAME>.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) braces fieldsfirst ansi nonlb space
// Source File Name: ClassBuilder.java
package com.isnowfox.el;
// Referenced classes of package com.isnowfox.el:
// ClassBuilder, Ke... | 873 | 0.714609 | 0.697622 | 31 | 27.483871 | 26.087782 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.354839 | false | false | 13 |
d928be13f64bd03ee6117b6c8e8268ecd800d09b | 15,152,644,686,461 | 482af29ec34fd066fdb29b04cedd8ba59e354752 | /src/main/java/com/imsweb/seerutilsgui/table/SeerTableActionRenderer.java | fc3413cc8ed31e78c62df1325a13a2e759518308 | [] | no_license | imsweb/seerutils-gui | https://github.com/imsweb/seerutils-gui | 4af91e077bbb0dd1297546e14aa1bafc9809610b | 762f40e783890602b0f6e3e4e309b6d4986a1556 | refs/heads/master | 2023-08-16T23:43:36.553000 | 2023-01-14T16:55:08 | 2023-01-14T16:55:08 | 133,367,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2008 Information Management Services, Inc.
*/
package com.imsweb.seerutilsgui.table;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.GridBagLayout;
import javax.swing.BorderFactory;
import javax.swing.Box;
import javax.swing.JPanel;
import javax.swing.JTable;
import javax.sw... | UTF-8 | Java | 2,044 | java | SeerTableActionRenderer.java | Java | [
{
"context": "uctor\n * <p/>\n * Created on Jun 9, 2008 by depryf\n */\n public SeerTableActionRenderer() {\n ",
"end": 512,
"score": 0.9996986389160156,
"start": 506,
"tag": "USERNAME",
"value": "depryf"
}
] | null | [] | /*
* Copyright (C) 2008 Information Management Services, Inc.
*/
package com.imsweb.seerutilsgui.table;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.GridBagLayout;
import javax.swing.BorderFactory;
import javax.swing.Box;
import javax.swing.JPanel;
import javax.swing.JTable;
import javax.sw... | 2,044 | 0.667319 | 0.660959 | 59 | 33.64407 | 38.845093 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644068 | false | false | 13 |
1d1932cf411285d66b49478cc7c795f937906250 | 6,863,357,745,102 | c88120ce74bd0a2752ec35acd5f057b1fd7d591b | /im/src/main/java/com/leetomlee123/communication/constant/MessageType.java | 85245c85d603b39268e4e78b8fcf4d6d36bd96bf | [
"Apache-2.0"
] | permissive | zgdkik/springcloud-g | https://github.com/zgdkik/springcloud-g | 7362502e343fceab0fa9db64afe0c283b668c8e2 | 6ad55e519bd18ad49af6bec24739bb2d79e27f37 | refs/heads/master | 2020-06-23T08:54:40.453000 | 2019-07-16T07:29:29 | 2019-07-16T07:29:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetomlee123.communication.constant;
public enum MessageType {
PLAIN("文本", 1), IMAGE("图片", 2), VIDEO("视频", 3),USERS("用户数",4),OTO("一对一",5),PING("PING",6);
// 成员变量
private String name;
private Integer index;
// 构造方法
private MessageType(String name, Integer index) {
this.name... | UTF-8 | Java | 696 | java | MessageType.java | Java | [] | null | [] | package com.leetomlee123.communication.constant;
public enum MessageType {
PLAIN("文本", 1), IMAGE("图片", 2), VIDEO("视频", 3),USERS("用户数",4),OTO("一对一",5),PING("PING",6);
// 成员变量
private String name;
private Integer index;
// 构造方法
private MessageType(String name, Integer index) {
this.name... | 696 | 0.575153 | 0.56135 | 33 | 18.757576 | 20.111855 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
12b99d59150a0c5c69591eb372d8d69d4c608326 | 5,257,039,987,659 | df8bf3482bcfc7749677cbcbe934724bb95de955 | /src/main/java/com/example/aop/data/Addsress.java | 2063825f78b9f67695445259368bbdc86adfd01f | [] | no_license | clk93/spring_aop | https://github.com/clk93/spring_aop | 10af7219e90b2366b136135dee608ac440af897b | dc95d2009abfebd12634375e9324b9f2190d0363 | refs/heads/master | 2023-06-24T05:30:52.647000 | 2021-07-18T13:57:15 | 2021-07-18T13:57:15 | 387,188,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.aop.data;
public class Addsress {
private String streetAndNumber;
private String city;
private String postalCode;
public Addsress() {
}
public Addsress(String streetAndNumber, String city, String postalCode) {
this.streetAndNumber = streetAndNumber;
this.ci... | UTF-8 | Java | 869 | java | Addsress.java | Java | [] | null | [] | package com.example.aop.data;
public class Addsress {
private String streetAndNumber;
private String city;
private String postalCode;
public Addsress() {
}
public Addsress(String streetAndNumber, String city, String postalCode) {
this.streetAndNumber = streetAndNumber;
this.ci... | 869 | 0.64672 | 0.64672 | 40 | 20.725 | 19.494856 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
6035ca3be62485fb594d8be54799caf9af876c65 | 5,257,039,989,033 | 0e53f73db00085740a1f4781d424cb245f22d1c9 | /FFKM-Code/src/ejb/Tabelat.java | 27ba716c394ea55d1e7c2f457851a96defb620b8 | [] | no_license | Shkelqim1410/FFK-Managment | https://github.com/Shkelqim1410/FFK-Managment | 4d60a5d1fbcdfa89a4a333c439af80ac1600969b | ef1e46a91d09de4ad09a7e7a2048d9a5c760c19b | refs/heads/master | 2016-08-08T15:52:36.037000 | 2015-02-20T19:36:50 | 2015-02-20T19:36:50 | 28,246,507 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package ejb;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
import javax.persistence.OneToOne;
i... | UTF-8 | Java | 5,137 | java | Tabelat.java | Java | [
{
"context": "bind.annotation.XmlRootElement;\n\n/**\n *\n * @author Shkelqim\n */\n@Entity\n@Table(name = \"Tabelat\")\n@XmlRootElem",
"end": 427,
"score": 0.9986410140991211,
"start": 419,
"tag": "USERNAME",
"value": "Shkelqim"
}
] | null | [] |
package ejb;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
import javax.persistence.OneToOne;
i... | 5,137 | 0.675102 | 0.674518 | 165 | 30.127274 | 32.608078 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478788 | false | false | 13 |
35c62a2fe63d01b4ad1e77f9a442fcfcae724a89 | 30,176,440,282,269 | d245254a501847e2189e2aa52559aba512a02ea5 | /app/src/main/java/com/example/demo/ViewOrder.java | a00cc2913e586c1510d038ddbbabc558584cad1e | [] | no_license | magegs/My-MiniProject | https://github.com/magegs/My-MiniProject | 365d04ea6d1e84e95ad3f17863e9b683676dd786 | 49c94e4fcf5204eb7fb690b326dcf16afc4c6caa | refs/heads/master | 2023-01-24T14:02:08.556000 | 2020-11-29T20:17:18 | 2020-11-29T20:17:18 | 310,593,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import androi... | UTF-8 | Java | 6,091 | java | ViewOrder.java | Java | [] | null | [] | package com.example.demo;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import androi... | 6,091 | 0.652766 | 0.651945 | 163 | 36.374233 | 33.281673 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546012 | false | false | 13 |
cdddef0c8e50a7644bffb82a7c8875c57f956310 | 30,176,440,284,959 | 55fd1358ff7e293c8add4433037c2f901be0bae3 | /tennis-stats/src/main/java/org/strangeforest/tcb/stats/model/DominanceSeason.java | 4ea6ddd9aaf48fa0e6f1f14c8de4ee892c040e1f | [
"Apache-2.0"
] | permissive | khaled131/tennis-crystal-ball | https://github.com/khaled131/tennis-crystal-ball | ceaa9d87b652a05a7fd390ce5b957359ad2adc34 | 3a12b6f2e15762da55fa97f3f8e4bd3555c1a2d8 | refs/heads/master | 2020-06-01T17:47:19.905000 | 2017-06-11T19:29:21 | 2017-06-11T19:29:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.strangeforest.tcb.stats.model;
import java.time.*;
public class DominanceSeason {
private final int season;
private final boolean eligibleForEra;
private final boolean ongoing;
private int dominanceRatioPoints;
private PlayerDominanceTimeline bestPlayer;
private PlayerDominanceTimeline eraPlayer;
... | UTF-8 | Java | 1,786 | java | DominanceSeason.java | Java | [] | null | [] | package org.strangeforest.tcb.stats.model;
import java.time.*;
public class DominanceSeason {
private final int season;
private final boolean eligibleForEra;
private final boolean ongoing;
private int dominanceRatioPoints;
private PlayerDominanceTimeline bestPlayer;
private PlayerDominanceTimeline eraPlayer;
... | 1,786 | 0.755319 | 0.75196 | 68 | 25.264706 | 26.824932 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.676471 | false | false | 13 |
8a3d63344ad1de0b4cb633ca6989dd60a29be941 | 26,499,948,280,790 | 2b9c36d017054ad38bf7dc740db68f778d0580ab | /src/main/java/com/kl/ssm/admin/user/model/OrgPerson.java | 492e84558f9d32b0e01b620383cd1cf9c23fa851 | [] | no_license | kkylelol/springbootstuday | https://github.com/kkylelol/springbootstuday | d222629d183a13873b35f2dcca015fb0f0379ab5 | 92a0c1e2867755c0b6856ebea9f9ffdf07a56f9e | refs/heads/master | 2023-03-26T00:15:51.032000 | 2021-03-23T14:48:02 | 2021-03-23T14:48:02 | 350,749,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kl.ssm.admin.user.model;
import java.io.Serializable;
import java.util.Date;
/**
* @author
*
*/
public class OrgPerson implements Serializable {
private String orgPersonId;
private String orgId;
private String personId;
private Date fromDate;
private Date thruDate;
privat... | UTF-8 | Java | 1,126 | java | OrgPerson.java | Java | [] | null | [] | package com.kl.ssm.admin.user.model;
import java.io.Serializable;
import java.util.Date;
/**
* @author
*
*/
public class OrgPerson implements Serializable {
private String orgPersonId;
private String orgId;
private String personId;
private Date fromDate;
private Date thruDate;
privat... | 1,126 | 0.632327 | 0.631439 | 62 | 17.17742 | 16.710558 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306452 | false | false | 13 |
acb9158873730bd9486be9931f295d3cf9128694 | 27,865,747,870,949 | 1ab590b1853ceec56270f139767fcfe67cd67411 | /app/src/main/java/com/jiuwei/jsformediaplayerdemo/testObject.java | bc0ac9628866267e988ef92a9390d37c9ba3b99f | [] | no_license | xiejiuwei/WebviewJsInject | https://github.com/xiejiuwei/WebviewJsInject | ab2f99b2909e8e723f6d8293db2783cdb4372ea1 | ae4e52805439c21fdc49d0103abf2fa2f30e7163 | refs/heads/master | 2020-08-29T20:56:13.930000 | 2019-10-29T00:45:16 | 2019-10-29T00:45:16 | 218,172,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiuwei.jsformediaplayerdemo;
/**
* @author xiejiuwei
* @date 创建时间:2019-10-28
* @Description
* @Version
*/
public class testObject {
}
| UTF-8 | Java | 162 | java | testObject.java | Java | [
{
"context": "e com.jiuwei.jsformediaplayerdemo;\n\n/**\n * @author xiejiuwei\n * @date 创建时间:2019-10-28\n * @Description\n * @Vers",
"end": 66,
"score": 0.998975396156311,
"start": 57,
"tag": "USERNAME",
"value": "xiejiuwei"
}
] | null | [] | package com.jiuwei.jsformediaplayerdemo;
/**
* @author xiejiuwei
* @date 创建时间:2019-10-28
* @Description
* @Version
*/
public class testObject {
}
| 162 | 0.697368 | 0.644737 | 10 | 14.2 | 12.448293 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 13 |
611b4c61a69ef2f35e31e60388f91e0a88c72338 | 33,088,428,075,276 | d567b8dc583866b00811d476325b427434f21a02 | /src/main/java/cn/pic/service/ModefiService.java | 937d4434715a4cd6bc8fb6b72b1a3c61c53cfb06 | [] | no_license | misskey/picturePro | https://github.com/misskey/picturePro | 7270f4f3a7541d8810655b93ed3201aa713a1674 | 4eab6567a014864f5785041dd590c86b6070406e | refs/heads/master | 2019-08-09T10:11:24.669000 | 2017-04-14T04:22:57 | 2017-04-14T04:22:57 | 68,017,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.pic.service;
import cn.pic.dto.Result;
import cn.pic.model.User;
import org.springframework.stereotype.Service;
import org.springframework.web.servlet.ModelAndView;
/**
* Created by Administrator on 2016/10/20.
*/
public interface ModefiService {
Result modify(User user);
}
| UTF-8 | Java | 297 | java | ModefiService.java | Java | [] | null | [] | package cn.pic.service;
import cn.pic.dto.Result;
import cn.pic.model.User;
import org.springframework.stereotype.Service;
import org.springframework.web.servlet.ModelAndView;
/**
* Created by Administrator on 2016/10/20.
*/
public interface ModefiService {
Result modify(User user);
}
| 297 | 0.760943 | 0.734007 | 15 | 18.799999 | 18.26545 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
d72318cc3ee5c41ce166fc282a1204a1ebc4c1dc | 15,109,694,979,729 | df7b1ea81195574c7c087f63fa3d595c4adae12e | /src/main/java/com/rest/peace/controller/DoctorController.java | 9605354e6eff02e182558f47e887cedb6578505a | [] | no_license | SultanaZinia/Restful-in-peace | https://github.com/SultanaZinia/Restful-in-peace | a71ed6aa7199893577af762940633a5c665c7641 | 48b526f87b13d29ebf504e7dd569ea8944065d8a | refs/heads/master | 2020-06-25T07:32:48.841000 | 2017-07-15T18:18:21 | 2017-07-15T18:18:21 | 96,965,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rest.peace.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sp... | UTF-8 | Java | 1,720 | java | DoctorController.java | Java | [] | null | [] | package com.rest.peace.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sp... | 1,720 | 0.769186 | 0.769186 | 50 | 33.400002 | 32.549042 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 13 |
836394df7d33663dc8431e40b8cbe0c57d533d54 | 4,612,794,916,134 | c0ed3260862cb9cbaee32592ef0ba0a9007230f3 | /micro-biz/src/main/java/cn/micro/biz/mapper/member/IMemberGroupMemberMapper.java | d6b0111b188d40520a56df32c80332842f5621d3 | [
"MIT"
] | permissive | yu120/micro | https://github.com/yu120/micro | 9a37ce6623ff11f35115b1887a610c6f3c9b2234 | 3cd02f917fd8ae25a6f1699b97465a590307d4a8 | refs/heads/master | 2023-06-17T13:07:11.839000 | 2023-05-29T02:16:29 | 2023-05-29T02:16:29 | 187,575,872 | 2 | 4 | MIT | false | 2022-09-01T23:07:04 | 2019-05-20T05:54:00 | 2020-02-26T14:04:16 | 2022-09-01T23:07:01 | 1,087 | 2 | 3 | 7 | Java | false | false | package cn.micro.biz.mapper.member;
import cn.micro.biz.entity.member.MemberGroupMemberEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
* Member Group to Member Mapper
*
* @author lry
*/
public interface IMemberGroupMemberMapper extends BaseMapper<MemberGroupMemberEntity... | UTF-8 | Java | 501 | java | IMemberGroupMemberMapper.java | Java | [
{
"context": "/**\n * Member Group to Member Mapper\n *\n * @author lry\n */\npublic interface IMemberGroupMemberMapper ext",
"end": 231,
"score": 0.999559760093689,
"start": 228,
"tag": "USERNAME",
"value": "lry"
}
] | null | [] | package cn.micro.biz.mapper.member;
import cn.micro.biz.entity.member.MemberGroupMemberEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
* Member Group to Member Mapper
*
* @author lry
*/
public interface IMemberGroupMemberMapper extends BaseMapper<MemberGroupMemberEntity... | 501 | 0.725159 | 0.725159 | 23 | 19.608696 | 23.654652 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 13 |
f99093d7e68ff93c412f7a6331898296e00788c5 | 14,499,809,629,175 | 0de452bdeff4e0805b49277a9e980c8d970d4414 | /src/com/sv/csv/CSVRecord.java | 4a68aa6b0d92579e916eebe0e8f59afe6ce1bdfc | [] | no_license | SvyatoslavLynda/CSVParser | https://github.com/SvyatoslavLynda/CSVParser | 776c931ca6d8956e9e34bee671482b94d3b99dd8 | 78c32d7a36244a0dae2a60c9034609647b8ee261 | refs/heads/master | 2020-05-07T18:43:02.964000 | 2014-08-06T18:19:37 | 2014-08-06T18:19:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sv.csv;
/**
* Created by Svyatoslav Lynda
* Date: 06.08.2014
* Time: 21.00
*/
public interface CSVRecord {
public String getField(String header);
}
| UTF-8 | Java | 169 | java | CSVRecord.java | Java | [
{
"context": "package com.sv.csv;\n\n/**\n * Created by Svyatoslav Lynda\n * Date: 06.08.2014\n * Time: 21.00\n */\npublic int",
"end": 55,
"score": 0.9998497366905212,
"start": 39,
"tag": "NAME",
"value": "Svyatoslav Lynda"
}
] | null | [] | package com.sv.csv;
/**
* Created by <NAME>
* Date: 06.08.2014
* Time: 21.00
*/
public interface CSVRecord {
public String getField(String header);
}
| 159 | 0.680473 | 0.609467 | 10 | 15.9 | 13.626812 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
206737fc327e8e3224d3d3bc1ea3c0fae6b93319 | 15,135,464,784,734 | 5549cbbd7d16e83b6d19c217b186d245d61e2108 | /src/main/java/com/company/model/Category.java | 510f60d636d4ade8576dae31afcffa878a86ec2a | [] | no_license | nutaalaibekov/javaWeb | https://github.com/nutaalaibekov/javaWeb | 93d9dacc004f16a8c68bf6ad485702ce4eb09e5e | 23d4d0d32b42f79ad9eb811d40ddd02b5fc2b4c5 | refs/heads/master | 2023-07-11T06:58:30.726000 | 2021-08-20T12:08:47 | 2021-08-20T12:08:47 | 393,661,980 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.model;
import java.util.Date;
public class Category {
private Integer id;
private String name;
private Integer parentId;
private Boolean isActive;
private Date createdDate;
private Integer userId;
public Integer getId() {
return id;
}
public void setId... | UTF-8 | Java | 1,106 | java | Category.java | Java | [] | null | [] | package com.company.model;
import java.util.Date;
public class Category {
private Integer id;
private String name;
private Integer parentId;
private Boolean isActive;
private Date createdDate;
private Integer userId;
public Integer getId() {
return id;
}
public void setId... | 1,106 | 0.603978 | 0.603978 | 60 | 17.433332 | 14.974831 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
46af7f0ba197c82d3f0c2731ce86346622e6d724 | 15,135,464,785,484 | ae377e0fc49d1c775c787de881c4a9976aa0a0b8 | /src/chapter2/Ex17.java | c95966f078b380b63c80918249f6035011005fd0 | [] | no_license | create56/java-Study | https://github.com/create56/java-Study | 52e55d7574941498cedfed28d00f55152c914e07 | 5484ed454b6abfce24d548371cb1f270ccb4eb8e | refs/heads/master | 2023-03-27T14:30:51.549000 | 2021-03-29T08:52:12 | 2021-03-29T08:52:12 | 347,858,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter2;
public class Ex17 {
public static void main(String[] args) {
Student student = new Student();
student.kor = 56;
student.eng = 41;
student.mat = 88;
student.sum = student.kor + student.eng + student.mat;
student.avg = student.sum / student.AMOUNT_OF_SUBJECT;
// 과목에 수가 바뀌면 수정할수 있도록 기억해... | UHC | Java | 492 | java | Ex17.java | Java | [] | null | [] | package chapter2;
public class Ex17 {
public static void main(String[] args) {
Student student = new Student();
student.kor = 56;
student.eng = 41;
student.mat = 88;
student.sum = student.kor + student.eng + student.mat;
student.avg = student.sum / student.AMOUNT_OF_SUBJECT;
// 과목에 수가 바뀌면 수정할수 있도록 기억해... | 492 | 0.662791 | 0.64186 | 18 | 22.888889 | 19.686117 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.722222 | false | false | 13 |
a518a48c6889907993a6bc90ee86d2449844d38f | 30,159,260,388,396 | 160c7dad71a91acc9e42a2bdb17df77747c6e6f0 | /②JAVA基础/JAVA-课后作业-12.04(项目3)/第一组/孙玉峰/ZUOYE.java | 4f378d51162e0e0c97d699fbd75075f395daf054 | [] | no_license | qhit2017/GR1704_01 | https://github.com/qhit2017/GR1704_01 | 67ca82404422a9030ace96f10b76fdd150df0ede | e853df54fc91b819bd34c65382dd93f78a80c85e | refs/heads/master | 2021-09-05T00:57:49.269000 | 2018-01-23T06:26:43 | 2018-01-23T06:26:43 | 109,151,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sun;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class ZUOYE {
public static void main(String[] args) {
List<B1>list=new ArrayList<B1>();
Scanner sc=new Scanner(System.in);
for(int i=1;i>=1;i++){
System.out.println("请输入:1.学生的信息2 显示所有学生信... | GB18030 | Java | 2,401 | java | ZUOYE.java | Java | [] | null | [] | package com.sun;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class ZUOYE {
public static void main(String[] args) {
List<B1>list=new ArrayList<B1>();
Scanner sc=new Scanner(System.in);
for(int i=1;i>=1;i++){
System.out.println("请输入:1.学生的信息2 显示所有学生信... | 2,401 | 0.529927 | 0.510462 | 85 | 21.788235 | 15.729399 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.988235 | false | false | 13 |
c1743ef5f2ac33191bca210be1d3eb692c5f061f | 17,832,704,249,331 | 4d0a9fba34d203ed7d0edf6b68c992c08ef99ba7 | /mobile/src/com/project/weixin/pay/PayUtil.java | 021b287d0d5fc9bec85abb98dab2f6a8fdfb8296 | [] | no_license | mabaojia/xyt_mobile | https://github.com/mabaojia/xyt_mobile | 4d6dfc19d48dbbb9a303c84de4f4f9be175a8bd6 | 085167a59eeec6d13c8685022a694c5f5e73d6bc | refs/heads/master | 2022-07-24T21:34:01.500000 | 2020-05-14T08:36:31 | 2020-05-14T08:36:31 | 263,847,207 | 0 | 0 | null | false | 2020-05-14T08:38:46 | 2020-05-14T07:36:06 | 2020-05-14T08:36:35 | 2020-05-14T08:38:46 | 0 | 0 | 0 | 0 | JavaScript | false | false | package com.project.weixin.pay;
import java.util.Map;
import java.util.SortedMap;
import java.util.TreeMap;
import javax.servlet.http.HttpServletRequest;
import com.jfinal.kit.PropKit;
/**
*
*
* 青岛小道福利信息技术服务有限公司
* http://www.xiaodaofuli.com
* 联系方式:137-9192-7167
* 技术QQ:2511251392
*/
public class PayUtil{
... | UTF-8 | Java | 13,575 | java | PayUtil.java | Java | [] | null | [] | package com.project.weixin.pay;
import java.util.Map;
import java.util.SortedMap;
import java.util.TreeMap;
import javax.servlet.http.HttpServletRequest;
import com.jfinal.kit.PropKit;
/**
*
*
* 青岛小道福利信息技术服务有限公司
* http://www.xiaodaofuli.com
* 联系方式:137-9192-7167
* 技术QQ:2511251392
*/
public class PayUtil{
... | 13,575 | 0.653486 | 0.637333 | 344 | 37.154068 | 23.629581 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.671512 | false | false | 13 |
018962369f75691b0d54ad94edaf7cc59fa3da1a | 12,060,268,204,601 | 7023e9b42b0b5440199e1f82b42f6b0ec50d7e55 | /src/main/java/com/ecnu/achieveit/model/ProjectMember.java | 86ad45d4641d5f91ef657711fcf0ba6a58b158dc | [] | no_license | Blueeyeimg/achieveit-server | https://github.com/Blueeyeimg/achieveit-server | d72c6dfa16777953edb76175037ab8e46d8cb19a | e208d8b9fb6ee9e0fed076913dd01c911017c578 | refs/heads/master | 2022-07-12T15:48:48.104000 | 2020-04-20T08:15:59 | 2020-04-20T08:15:59 | 245,437,063 | 1 | 1 | null | false | 2022-06-21T02:56:09 | 2020-03-06T14:13:57 | 2020-04-23T03:16:07 | 2022-06-21T02:56:09 | 409 | 1 | 1 | 3 | Java | false | false | package com.ecnu.achieveit.model;
import lombok.*;
import java.io.Serializable;
/**
* This class corresponds to the database table project_member
*/
@Getter
@Setter
@ToString
@NoArgsConstructor
@AllArgsConstructor
public class ProjectMember extends ProjectMemberKey implements Serializable {
private String bos... | UTF-8 | Java | 1,722 | java | ProjectMember.java | Java | [] | null | [] | package com.ecnu.achieveit.model;
import lombok.*;
import java.io.Serializable;
/**
* This class corresponds to the database table project_member
*/
@Getter
@Setter
@ToString
@NoArgsConstructor
@AllArgsConstructor
public class ProjectMember extends ProjectMemberKey implements Serializable {
private String bos... | 1,722 | 0.702703 | 0.699765 | 59 | 27.864407 | 34.651024 | 211 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711864 | false | false | 13 |
38b8f666ce9d16fed2d694312ea79f9bbbce5c64 | 23,235,773,110,283 | 0060dfc77c8f4dfddb58f58a38a8354fbc385418 | /src/Application_Mobile/Rosetta/app/src/main/java/com/example/rosetta/controller/ObjectAdapter.java | 57fce049436ea2f380a3fa5dad34446f3f208bd7 | [] | no_license | sullivanlb/rosetta | https://github.com/sullivanlb/rosetta | 042a4792737dbf9e8794414bef496677045727cf | dc488649d539be24929fad1d108a4435a9e2784e | refs/heads/master | 2023-06-20T00:00:38.474000 | 2021-04-05T09:46:00 | 2021-04-05T09:46:00 | 386,444,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rosetta.controller;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.example.rosetta.R;
import com.example.rosetta.model.Composant;
i... | UTF-8 | Java | 2,520 | java | ObjectAdapter.java | Java | [
{
"context": "affichage de la liste des Objects.\r\n *\r\n * @author Lucy, Christophe, Alice\r\n * @version 2.0\r\n */\r\n\r\npubli",
"end": 490,
"score": 0.9997764229774475,
"start": 486,
"tag": "NAME",
"value": "Lucy"
},
{
"context": "age de la liste des Objects.\r\n *\r\n * @autho... | null | [] | package com.example.rosetta.controller;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.example.rosetta.R;
import com.example.rosetta.model.Composant;
i... | 2,520 | 0.634738 | 0.633943 | 88 | 26.59091 | 23.5462 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.443182 | false | false | 13 |
59649468fd6a012632d0840e01d0bd87eac0907f | 14,018,773,269,722 | bb4ddeb1f934d51e776286f09eda78301b36de4f | /module2/src/Ls3_Array_Method/thuchanh/MinMaxArray.java | 675179b558736ecfd92e4ade86a4a134b0afac31 | [] | no_license | hovanhue/A0920I1--H-V-n-Hu- | https://github.com/hovanhue/A0920I1--H-V-n-Hu- | 243ab6509955d54cf5e373f1d486501b45914b8a | ce7f5f7cfa020a56ad3391f9c8b3a27f23007e36 | refs/heads/master | 2023-07-05T10:36:17.994000 | 2021-08-11T18:10:01 | 2021-08-11T18:10:01 | 297,357,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ls3_Array_Method.thuchanh;
public class MinMaxArray {
public static int maxArray(int []a){
int max = a[0];
for(int i=0;i<a.length;i++){
if(a[i]>max){
max = a[i];
}
}
return max;
}
//[(12,3,4),(3,14,5)]
public static int ma... | UTF-8 | Java | 1,094 | java | MinMaxArray.java | Java | [] | null | [] | package Ls3_Array_Method.thuchanh;
public class MinMaxArray {
public static int maxArray(int []a){
int max = a[0];
for(int i=0;i<a.length;i++){
if(a[i]>max){
max = a[i];
}
}
return max;
}
//[(12,3,4),(3,14,5)]
public static int ma... | 1,094 | 0.414991 | 0.371115 | 44 | 23.863636 | 16.03631 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.068182 | false | false | 13 |
d00f97418860cecbfce971e9ea4830d29ba10948 | 7,567,732,381,377 | 4e9b05cfacbeba7e2167bf930b5f94e738ccbb20 | /learn-shop-admin-system/src/main/java/com/billow/system/pojo/po/UserRolePo.java | 7276fbdc77f621b079aece3f2f4cd62196ae3e8f | [
"Apache-2.0"
] | permissive | mr-zhouhouxing/learn | https://github.com/mr-zhouhouxing/learn | 571a156c213c94959ed34d49e7b2bee4e061836f | fd2d411207d8c526e0a467821648eca0a9bfdc48 | refs/heads/master | 2022-07-22T10:18:51.355000 | 2020-05-12T02:42:42 | 2020-05-12T02:42:42 | 263,841,566 | 0 | 1 | Apache-2.0 | true | 2020-05-14T07:08:22 | 2020-05-14T07:08:21 | 2020-05-13T01:27:11 | 2020-05-13T13:00:23 | 7,475 | 0 | 0 | 0 | null | false | false | package com.billow.system.pojo.po;
import com.billow.jpa.base.pojo.BasePo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Entity;
import javax.persistence.Table;
import java.io.Serializable;
/**
* user与role关联关系,多对多
*/
@Data
@EqualsAndH... | UTF-8 | Java | 589 | java | UserRolePo.java | Java | [] | null | [] | package com.billow.system.pojo.po;
import com.billow.jpa.base.pojo.BasePo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Entity;
import javax.persistence.Table;
import java.io.Serializable;
/**
* user与role关联关系,多对多
*/
@Data
@EqualsAndH... | 589 | 0.763766 | 0.763766 | 28 | 19.107143 | 17.238535 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
f4815daad81ec4642a24feecefcf939b29aec814 | 23,776,939,016,780 | 258224088dd3e7c474558c95ea393f90d223f96e | /src/main/java/com/kontagent/deps/C1007aZ.java | df4e77be7923b2dd706d380c41672ee932ff6515 | [] | no_license | simple565/lifeline2 | https://github.com/simple565/lifeline2 | c0e7209befafccf981124738a4e0ac13e08232b9 | 275cd6cac4e02dab7b7fcd11b99adeb1ea37ddbc | refs/heads/master | 2020-07-26T04:04:16.307000 | 2019-09-15T01:45:47 | 2019-09-15T01:45:47 | 208,527,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kontagent.deps;
/* renamed from: com.kontagent.deps.aZ */
public final class C1007aZ extends C1029av {
/* renamed from: e */
private byte[] f339e;
C1007aZ() {
}
/* access modifiers changed from: 0000 */
/* renamed from: a */
public final C1029av mo11916a() {
return ne... | UTF-8 | Java | 838 | java | C1007aZ.java | Java | [] | null | [] | package com.kontagent.deps;
/* renamed from: com.kontagent.deps.aZ */
public final class C1007aZ extends C1029av {
/* renamed from: e */
private byte[] f339e;
C1007aZ() {
}
/* access modifiers changed from: 0000 */
/* renamed from: a */
public final C1029av mo11916a() {
return ne... | 838 | 0.602625 | 0.491647 | 35 | 22.942858 | 18.539446 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.228571 | false | false | 13 |
cd1e4b24516844f08f3ab653941a9a5e5108fca8 | 34,084,860,494,143 | cdd419a6f8d415b136884d6b476fe3af0a5eb47c | /mobile-server/src/main/java/com/weproud/mobile/jpa/domain/Image.java | f0bf0c65ec010de2eeb740422f8c5180790cfc1f | [] | no_license | weproudus/ioat | https://github.com/weproudus/ioat | aa9d3d9bbb901fb99376c2798ab34b7547067b28 | fb1a5a60a1f6763cc13776bbb78d68baf2743d48 | refs/heads/master | 2016-08-08T21:43:36.463000 | 2016-03-24T08:43:28 | 2016-03-24T08:43:28 | 52,257,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weproud.mobile.jpa.domain;
import javax.persistence.*;
/**
* @author Logan K.
* @since 2016-03-22.
*/
@Entity
@Table(name = "E_IMAGE")
public class Image {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "ID")
private Long id;
@Column(name = "MEMBER_ID")
priv... | UTF-8 | Java | 1,856 | java | Image.java | Java | [
{
"context": "main;\n\nimport javax.persistence.*;\n\n/**\n * @author Logan K.\n * @since 2016-03-22.\n */\n@Entity\n@Table(name = ",
"end": 91,
"score": 0.9997117519378662,
"start": 84,
"tag": "NAME",
"value": "Logan K"
}
] | null | [] | package com.weproud.mobile.jpa.domain;
import javax.persistence.*;
/**
* @author <NAME>.
* @since 2016-03-22.
*/
@Entity
@Table(name = "E_IMAGE")
public class Image {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "ID")
private Long id;
@Column(name = "MEMBER_ID")
priva... | 1,855 | 0.564116 | 0.559806 | 89 | 19.853933 | 17.407574 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325843 | false | false | 13 |
837da80be6e75a3b5ce86dcab409a88e71ce9fbe | 34,093,450,434,715 | a9fcb9bbfd2be0cb59f41d095f8506a8e9b5399e | /src/GUI/WirtschaftlichkeitsverwaltungGUI.java | fa9e4ca228c802d54ffe6620cd6ac3bbf793f114 | [] | no_license | soprojekt18fhbi-d/Surf_Segelschule | https://github.com/soprojekt18fhbi-d/Surf_Segelschule | 943618e3af4fbfed3ad020a2a83d9a80b1bfdea9 | b13bd692ccd9f82fa781640fe0032f395ed8feac | refs/heads/master | 2020-04-07T02:51:49.717000 | 2018-12-01T18:17:48 | 2018-12-01T18:17:48 | 157,992,826 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GUI;
import javax.swing.JPanel;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.JButton;
import javax.swing.LayoutStyle.ComponentPlacement;
public class Wirtschaftlichkeitsverwal... | UTF-8 | Java | 2,602 | java | WirtschaftlichkeitsverwaltungGUI.java | Java | [] | null | [] | package GUI;
import javax.swing.JPanel;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.JButton;
import javax.swing.LayoutStyle.ComponentPlacement;
public class Wirtschaftlichkeitsverwal... | 2,602 | 0.743659 | 0.735588 | 71 | 34.647888 | 30.896053 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.197183 | false | false | 13 |
95d97517afb2348aef93b467e3e6b31928faa1c7 | 34,110,630,306,136 | c72d3e58793b14b41442085547458ea4058d39e2 | /app/src/main/java/com/blukii/blukiiswitch/SwitchFragment.java | 9edbfca55831ae228bc408dd34881f8983b79c15 | [] | no_license | schneiderma/blukii_android_hello_blukii_1 | https://github.com/schneiderma/blukii_android_hello_blukii_1 | 8e31f21ef686d241bb0bbc261ce4fb8441698403 | e586f197f4d6b9b58435b7c9a15d2f8fcddafd94 | refs/heads/master | 2016-06-01T00:18:10.975000 | 2015-02-14T13:01:59 | 2015-02-14T13:01:59 | 27,264,892 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blukii.blukiiswitch;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import android.view.LayoutInflater;
... | UTF-8 | Java | 11,565 | java | SwitchFragment.java | Java | [] | null | [] | package com.blukii.blukiiswitch;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import android.view.LayoutInflater;
... | 11,565 | 0.612797 | 0.610376 | 272 | 41.518383 | 35.344311 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584559 | false | false | 13 |
090bfc73118766cc875f577a09b057d55442fa2b | 37,452,114,835,558 | fa54a20438a84de455ac8fa3fc2b3931b5f021b0 | /src/main/java/serialize/XmlHelper.java | 6672a40fa9abd899e447e12bbc79e5d335a479e4 | [] | no_license | skyquiet/arithmetic | https://github.com/skyquiet/arithmetic | 0900d291d4491e5b979a4a06d8d6669f512f447a | 0cbdcbd647168a30e1ad455af411d75827417c5d | refs/heads/master | 2018-02-12T00:52:07.942000 | 2017-11-03T03:53:52 | 2017-11-03T03:53:52 | 38,602,423 | 0 | 0 | null | false | 2020-01-15T04:03:32 | 2015-07-06T06:51:24 | 2020-01-15T04:03:11 | 2020-01-15T04:03:31 | 147 | 0 | 0 | 2 | Java | false | false | package serialize;
import com.google.gson.Gson;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import javax.xml.bind.annotation.XmlRootElement;
import java.io.StringReader;
import java.io.StringWriter;
import java.io.Writer... | GB18030 | Java | 4,250 | java | XmlHelper.java | Java | [
{
"context": "port java.util.List;\n\n/**\n * XML的帮助类\n *\n * @author wanganqi\n * @version v1.0\n * @since 2014年8月13日下午2:38:52\n *",
"end": 411,
"score": 0.9995389580726624,
"start": 403,
"tag": "USERNAME",
"value": "wanganqi"
},
{
"context": "n {\n\n\n\n A a = new A();\n ... | null | [] | package serialize;
import com.google.gson.Gson;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import javax.xml.bind.annotation.XmlRootElement;
import java.io.StringReader;
import java.io.StringWriter;
import java.io.Writer... | 4,256 | 0.590707 | 0.572417 | 172 | 22.401163 | 25.004805 | 231 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 13 |
c7913178f92e94379f3eb336f6167bdd3f0cb034 | 37,452,114,839,008 | f70397a436c1fa5c7dd3e2330320d816e910dcf8 | /src/main/java/ygq/study/javase/network/UdpClientSample.java | 6064f6d454cdcffe18c7d98ee3e8fe6b75562b4a | [] | no_license | ygq258/study-javase | https://github.com/ygq258/study-javase | a69b8175d835709b5f43c58c0675e230d6cac523 | d0910b530d2778107ef7d2807fc1dd973f323b3e | refs/heads/master | 2021-06-17T10:54:24.514000 | 2021-02-28T02:08:12 | 2021-02-28T02:08:12 | 175,956,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ygq.study.javase.network;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
/**
* UDP客户端示例
* @author yang
*/
public class UdpClientSample {
public static void main(String[] args) throws Exception {
//创建数据包Socket
DatagramSocket socket = new DatagramSocket()... | UTF-8 | Java | 803 | java | UdpClientSample.java | Java | [
{
"context": " java.net.InetAddress;\n\n/**\n * UDP客户端示例\n * @author yang\n */\npublic class UdpClientSample {\n\n\t\n\tpublic sta",
"end": 160,
"score": 0.8355236053466797,
"start": 156,
"tag": "USERNAME",
"value": "yang"
},
{
"context": "str.getBytes().length,\n\t\t\t\tInetAddress.... | null | [] | package ygq.study.javase.network;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
/**
* UDP客户端示例
* @author yang
*/
public class UdpClientSample {
public static void main(String[] args) throws Exception {
//创建数据包Socket
DatagramSocket socket = new DatagramSocket()... | 803 | 0.706422 | 0.682831 | 35 | 20.799999 | 22.134396 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.771429 | false | false | 13 |
4787e5cf07088ba835df4a69090f384accfc00d5 | 35,837,207,150,705 | 0fea359e392c1d1d4859776a506ec06255a6112c | /src/fz/imt/opencv/utils/Hist1D.java | 314117071fa31084df60e8614f8e3f72fb4b7870 | [] | no_license | FlyzZx/BOWKmeansTrainerSVM | https://github.com/FlyzZx/BOWKmeansTrainerSVM | a6493cb79aaba4ae4af193c63c0df77dc421b895 | f92094817a524344623e860f962108994fbac293 | refs/heads/master | 2021-03-27T19:06:10.936000 | 2018-02-22T21:24:41 | 2018-02-22T21:24:41 | 119,967,557 | 3 | 0 | null | false | 2018-02-15T20:20:43 | 2018-02-02T10:24:25 | 2018-02-13T16:18:33 | 2018-02-15T20:20:42 | 1,375 | 2 | 0 | 2 | Java | false | null | package fz.imt.opencv.utils;
import org.bytedeco.javacpp.indexer.FloatIndexer;
import org.bytedeco.javacpp.opencv_core.Mat;
import org.bytedeco.javacv.CanvasFrame;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import jav... | UTF-8 | Java | 4,204 | java | Hist1D.java | Java | [] | null | [] | package fz.imt.opencv.utils;
import org.bytedeco.javacpp.indexer.FloatIndexer;
import org.bytedeco.javacpp.opencv_core.Mat;
import org.bytedeco.javacv.CanvasFrame;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import jav... | 4,204 | 0.618696 | 0.612988 | 157 | 25.78344 | 23.122581 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770701 | false | false | 13 |
83a32abb4fa779262d88dee0a52f5acbba3e4bd9 | 34,660,386,124,825 | 7648cbb3c77a33387f2d00a571b9e01bcf01b7a2 | /live-front/src/com/mpig/api/modelcomet/BeginLiveMulti.java | cc06cf5d5cfaf00824239e62eb0d3f6b5fdf8860 | [] | no_license | dawei134679/live | https://github.com/dawei134679/live | 2ea806cff38b0c763f6e7345eb208068dffeff68 | ded58b6aeb47af8049ac0cd516a5fad262f3775f | refs/heads/master | 2020-04-20T04:28:27.064000 | 2019-02-01T02:24:50 | 2019-02-01T02:31:19 | 168,628,885 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mpig.api.modelcomet;
/**
* @author tosy
* 开播广播
*/
public class BeginLiveMulti extends BaseCMod{
public BeginLiveMulti(){
this.setCometProtocol(CModProtocol.BEGIN_LIVE_M);
}
private String msg;
private String videoDomain;
public String getMsg() {
return msg;
}
public void setMsg(String msg) ... | UTF-8 | Java | 501 | java | BeginLiveMulti.java | Java | [
{
"context": "package com.mpig.api.modelcomet;\n\n/**\n * @author tosy\n * 开播广播\n */\npublic class BeginLiveMulti extends B",
"end": 53,
"score": 0.9995855689048767,
"start": 49,
"tag": "USERNAME",
"value": "tosy"
}
] | null | [] | package com.mpig.api.modelcomet;
/**
* @author tosy
* 开播广播
*/
public class BeginLiveMulti extends BaseCMod{
public BeginLiveMulti(){
this.setCometProtocol(CModProtocol.BEGIN_LIVE_M);
}
private String msg;
private String videoDomain;
public String getMsg() {
return msg;
}
public void setMsg(String msg) ... | 501 | 0.720081 | 0.720081 | 27 | 17.25926 | 16.012941 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.185185 | false | false | 13 |
3f4fda9c699043ea78486037afcbe10946c465bb | 37,623,913,531,616 | 3ba8a5dac37c4b0862a723e5242cfeee62c75d03 | /src/main/java/com/hawkeye/pojo/OrderSeat.java | 3838390099d0c18fcdcd16c85fbfb9f53119b1a4 | [] | no_license | chenjiajiegithub/poject | https://github.com/chenjiajiegithub/poject | 3b661a1ec4e73c31fbd6157e159db16768e13129 | d70a4a36d75fe6ebec7cafa2a4d5eaac66fbe0ce | refs/heads/master | 2022-06-22T17:31:44.746000 | 2019-11-10T15:41:39 | 2019-11-10T15:41:39 | 220,811,626 | 0 | 0 | null | false | 2022-06-17T02:39:00 | 2019-11-10T15:45:09 | 2019-11-10T15:45:43 | 2022-06-17T02:39:00 | 35 | 0 | 0 | 2 | Java | false | false | package com.hawkeye.pojo;
public class OrderSeat {
private Integer id;
private String ticketOrder;
private Integer seatId;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getTicketOrder() {
return ticketOrder;
}
public void set... | UTF-8 | Java | 526 | java | OrderSeat.java | Java | [] | null | [] | package com.hawkeye.pojo;
public class OrderSeat {
private Integer id;
private String ticketOrder;
private Integer seatId;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getTicketOrder() {
return ticketOrder;
}
public void set... | 526 | 0.6673 | 0.6673 | 37 | 13.216216 | 14.603101 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 13 |
b71e3d4bc83db1d6974ec8b2fa074505ed107b3b | 21,655,225,166,837 | 57355b362db4cb07ca31b4bde16fc7465eb6825d | /RecyclerViewMusicPlayer/app/src/main/java/com/example/recyclerviewmusicplayer/Music.java | 71829a0c7660d262b70f4e8a8b3ce6642c4a7098 | [] | no_license | ClintonKildepstein/Android-Practice | https://github.com/ClintonKildepstein/Android-Practice | 5c602ff1924c04cc1423a95d8f4442b5c167eb92 | e3430fee1cb360e2d48f83bf762d8ad71c2e00c6 | refs/heads/main | 2023-07-09T13:20:31.740000 | 2021-08-16T15:01:36 | 2021-08-16T15:01:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.recyclerviewmusicplayer;
public class Music {
private int imageId;
private int duration, music;
private String name;
public Music(int imageId, int duration, int music, String name) {
this.imageId = imageId;
this.duration = duration;
this.music = music;
... | UTF-8 | Java | 588 | java | Music.java | Java | [] | null | [] | package com.example.recyclerviewmusicplayer;
public class Music {
private int imageId;
private int duration, music;
private String name;
public Music(int imageId, int duration, int music, String name) {
this.imageId = imageId;
this.duration = duration;
this.music = music;
... | 588 | 0.595238 | 0.595238 | 30 | 18.6 | 16.001249 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 13 |
b4a348d225eedbd3018b06417b7f36d5379532da | 5,025,111,768,625 | 9940a37b520a57ed00e85e2d54991b117ce1a646 | /leetcode/java/MultiplyString.java | 720d03fbb75a5a81183c4dc71fad3e74a262f7c7 | [] | no_license | rioshen/Problems | https://github.com/rioshen/Problems | e36e528f49912ff233f5f5052a7ca8ac95be4f0a | 1269b05a51e834e620d0adf4c3a10fe1a917b458 | refs/heads/master | 2020-12-03T19:37:38.281000 | 2015-04-09T17:46:59 | 2015-04-09T17:46:59 | 29,544,782 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by Carl Shen on 1/31/15.
* Multiply Strings
* https://oj.leetcode.com/problems/multiply-strings/
*/
public class MultiplyString {
public String multiply(String num1, String num2) {
int len1 = num1.length(), len2 = num2.length();
int len = len1 + len2;
int[] result = new int... | UTF-8 | Java | 999 | java | MultiplyString.java | Java | [
{
"context": "/**\n * Created by Carl Shen on 1/31/15.\n * Multiply Strings\n * https://oj.lee",
"end": 27,
"score": 0.9998608231544495,
"start": 18,
"tag": "NAME",
"value": "Carl Shen"
}
] | null | [] | /**
* Created by <NAME> on 1/31/15.
* Multiply Strings
* https://oj.leetcode.com/problems/multiply-strings/
*/
public class MultiplyString {
public String multiply(String num1, String num2) {
int len1 = num1.length(), len2 = num2.length();
int len = len1 + len2;
int[] result = new int[le... | 996 | 0.47047 | 0.432432 | 29 | 33.448277 | 20.235826 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.931035 | false | false | 13 |
abf7b95e55e92e6c8e26eef9013a8fb55cd63aa6 | 30,734,785,973,380 | 21c8fc01a85a48cafbbd23bfb1878d8a561dd6ab | /FirstProject/src/secondPackage/WhileLoop.java | 282aa092d71bff59151b735412c292170fa8f303 | [] | no_license | ahmetcturk/javaCodes | https://github.com/ahmetcturk/javaCodes | b9386c1391e16e222ba91673ec153324992837e5 | 9aec1622000a930681f41753c2ce11d4480b9ce3 | refs/heads/master | 2021-05-18T02:29:38.499000 | 2020-12-17T15:03:16 | 2020-12-17T15:03:16 | 251,065,533 | 14 | 11 | null | null | null | null | null | null | null | null | null | null | null | null | null | package secondPackage;
import myFirstPackage.ifElseBlocks;
public class WhileLoop {
public static void main(String[] args) {
// Welcome Silicone Lab's Brilliant Students
// Code Hard, Study Hard !
// While loops is being used to iterate statements
// It is very easy to create infinite loops with while. ... | UTF-8 | Java | 1,676 | java | WhileLoop.java | Java | [] | null | [] | package secondPackage;
import myFirstPackage.ifElseBlocks;
public class WhileLoop {
public static void main(String[] args) {
// Welcome Silicone Lab's Brilliant Students
// Code Hard, Study Hard !
// While loops is being used to iterate statements
// It is very easy to create infinite loops with while. ... | 1,676 | 0.578759 | 0.562052 | 84 | 18.952381 | 19.822369 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.238095 | false | false | 13 |
76c5a3044b60a2af74676c58016f03859386f501 | 30,734,785,972,374 | 0104fdb4079f5acecc630dd25d9018ae86fdc827 | /src/main/java/com/accp/dao/MeDao.java | 6883209228fcb428fb730e5e469b08fbca63bc9f | [] | no_license | lDD155/mysql44 | https://github.com/lDD155/mysql44 | 0d6eddacf395754613e332a92f7fef2aa4c6dc77 | 558a9457ec351a15d5b06ead1a1acf3996f6eec2 | refs/heads/master | 2020-04-30T14:34:53.853000 | 2019-03-21T07:50:01 | 2019-03-21T07:50:01 | 176,895,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accp.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.accp.pojo.Message;
public interface MeDao {
public List<Message> query();
public int add(@Param("m") Message m);
public int update(int id,int z);
}
| UTF-8 | Java | 276 | java | MeDao.java | Java | [] | null | [] | package com.accp.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.accp.pojo.Message;
public interface MeDao {
public List<Message> query();
public int add(@Param("m") Message m);
public int update(int id,int z);
}
| 276 | 0.681159 | 0.681159 | 16 | 15.25 | 15.777753 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 13 |
6a1b054ba6ebabe83e1839c79720ab4a5fbdd19d | 30,580,167,150,844 | 700d59e1661e895bdfabdf8e7d378858d1eda8e9 | /simple-rule-core/src/test/java/com/github/watermoonlx/simpleRule/core/RuleTest.java | c98cd62b3074c9678cf88df13a29181f7d05f5c5 | [
"MIT"
] | permissive | watermoonlx/simple-rule | https://github.com/watermoonlx/simple-rule | f2bf59c5ad9721ed00441f44b791d594c52b06b4 | 008e4940c1b7922d2a8acbe7d544c1fb8a222458 | refs/heads/master | 2022-12-11T05:01:29.620000 | 2020-09-16T01:11:28 | 2020-09-16T01:11:28 | 295,422,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.watermoonlx.simpleRule.core;
import com.github.watermoonlx.simpleRule.utils.AssertUtils;
import lombok.NonNull;
import lombok.Setter;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import jav... | UTF-8 | Java | 10,361 | java | RuleTest.java | Java | [
{
"context": "package com.github.watermoonlx.simpleRule.core;\n\nimport com.github.watermoonlx.s",
"end": 30,
"score": 0.9916520118713379,
"start": 19,
"tag": "USERNAME",
"value": "watermoonlx"
},
{
"context": "b.watermoonlx.simpleRule.core;\n\nimport com.github.watermoonlx.simpleRul... | null | [] | package com.github.watermoonlx.simpleRule.core;
import com.github.watermoonlx.simpleRule.utils.AssertUtils;
import lombok.NonNull;
import lombok.Setter;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import jav... | 10,361 | 0.594523 | 0.582209 | 280 | 35.253571 | 24.223291 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771429 | false | false | 13 |
7f89cb242745288f9b87f2bc9866ae82ca42f389 | 30,580,167,151,280 | fcf80fddbd50b1e6a5fce6513e55d90f51c3a27f | /src/main/java/com/github/nabsha/plugin/AbstractDiagramGenerator.java | de7fca60105dcbceaf897db933e3ddbeb44456df | [] | no_license | nabsha/mule2puml-maven-plugin | https://github.com/nabsha/mule2puml-maven-plugin | c84f0a8590c0e940efaaaf8fc852ec5cd7ee44b2 | e6ddf02d4b439a3bb705c410c233600627112ea0 | refs/heads/master | 2023-09-04T04:29:54.484000 | 2023-08-29T01:50:20 | 2023-08-29T01:50:20 | 156,675,303 | 2 | 1 | null | false | 2022-06-11T18:33:14 | 2018-11-08T08:35:31 | 2019-12-04T10:44:46 | 2022-06-11T18:33:14 | 32 | 1 | 1 | 2 | Java | false | false | package com.github.nabsha.plugin;
import org.apache.maven.plugin.logging.Log;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import javax.xml.xpath.XPathExpressionException;
import java.io.File;
import java.io.PrintWriter;
import java.nio.file.Files;
import java.nio.file.Path;
impo... | UTF-8 | Java | 2,713 | java | AbstractDiagramGenerator.java | Java | [] | null | [] | package com.github.nabsha.plugin;
import org.apache.maven.plugin.logging.Log;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import javax.xml.xpath.XPathExpressionException;
import java.io.File;
import java.io.PrintWriter;
import java.nio.file.Files;
import java.nio.file.Path;
impo... | 2,713 | 0.613712 | 0.6115 | 80 | 32.912498 | 27.674986 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.