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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dd7181935b99e389de800d71da5950a8f479c70a | 10,050,223,509,846 | 4dd4355969095ab3631efc5c158b8c73bc6dd95c | /InsuranceSystem/src/main/java/com/insurance/data/PharBillDB.java | 3b5a2818eb2d39967abd22e3db25d5f76ee97633 | [] | no_license | bpholtorf/insurance-company | https://github.com/bpholtorf/insurance-company | 6d76065c46b2017884fd31e7e5579b48539553ee | b509a11136687e5ff7cf17ed07bd16fd35549a87 | refs/heads/master | 2020-05-01T12:36:57.504000 | 2015-04-30T20:19:21 | 2015-04-30T20:19:21 | 30,044,461 | 0 | 0 | null | false | 2015-01-29T22:36:35 | 2015-01-29T22:28:08 | 2015-01-29T22:28:08 | 2015-01-29T22:36:35 | 0 | 0 | 0 | 0 | null | null | null | package com.insurance.data;
import java.util.Date;
import java.util.List;
public class PharBillDB{
private String billNumber;
private String claimNumber;
private Date date;
private String ssn;
private int status;
private List<BillInfoDB> infoDBs;
private double preCoverage;
private d... | UTF-8 | Java | 3,370 | java | PharBillDB.java | Java | [] | null | [] | package com.insurance.data;
import java.util.Date;
import java.util.List;
public class PharBillDB{
private String billNumber;
private String claimNumber;
private Date date;
private String ssn;
private int status;
private List<BillInfoDB> infoDBs;
private double preCoverage;
private d... | 3,370 | 0.735015 | 0.735015 | 149 | 21.617449 | 18.395212 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.959732 | false | false | 12 |
cc65e66822402a6b14f24473519955bb13f2b837 | 28,097,676,086,665 | 2e1f651d83e0edc649b3c1118a72d9530040c224 | /src/p10_DataOverflow.java | 959ae74918eb921fa0b6ad2c064631ec45dd377e | [] | no_license | vilcho/Exercises---Homework | https://github.com/vilcho/Exercises---Homework | 51064ea6e6cc8d57a2c82f732069db8a67a21139 | 732003d41395eced401b531bce3642c3b5060531 | refs/heads/master | 2021-01-20T00:13:16.157000 | 2017-05-10T23:00:27 | 2017-05-10T23:00:27 | 89,096,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.RoundingMode;
import java.util.Scanner;
import static java.math.RoundingMode.DOWN;
/**
* Created by Vilcho on 5/7/2017.
*/
public class p10_DataOverflow {
public static void main(String[] args) {
Scanner scanner = new Scanner(Sys... | UTF-8 | Java | 3,923 | java | p10_DataOverflow.java | Java | [
{
"context": "ic java.math.RoundingMode.DOWN;\n\n/**\n * Created by Vilcho on 5/7/2017.\n */\npublic class p10_DataOverflow {\n",
"end": 184,
"score": 0.9991347193717957,
"start": 178,
"tag": "USERNAME",
"value": "Vilcho"
}
] | null | [] | import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.RoundingMode;
import java.util.Scanner;
import static java.math.RoundingMode.DOWN;
/**
* Created by Vilcho on 5/7/2017.
*/
public class p10_DataOverflow {
public static void main(String[] args) {
Scanner scanner = new Scanner(Sys... | 3,923 | 0.620049 | 0.576933 | 81 | 44.814816 | 41.807056 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 12 |
d8d47ba0591f2d16d6098f8b3051de60428803bc | 19,645,180,462,683 | ea5f150fb344e6477ef2f250a7b7ec05a8474183 | /src/if01/pkg10118025/latihan28/IF0110118025Latihan28.java | e6c4cbfff87c013420db2609c44bc42116b713fe | [] | no_license | rizki2704/IF01-10118025-Latihan28-GantiKata | https://github.com/rizki2704/IF01-10118025-Latihan28-GantiKata | 9d96252d5b4693fddf8af7ed8375411a1d7e2eef | a640d8a24a46b9b084bbbf997881b5c160e6b6b2 | refs/heads/master | 2020-08-09T14:46:09.760000 | 2019-10-10T06:54:51 | 2019-10-10T06:54:51 | 214,109,227 | 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 if01.pkg10118025.latihan28;
import java.util.Scanner;
/**
* Nama : Rizki Restu Illahi
* NIM : 10118025
... | UTF-8 | Java | 1,228 | java | IF0110118025Latihan28.java | Java | [
{
"context": "\n\r\nimport java.util.Scanner;\r\n\r\n/**\r\n * Nama : Rizki Restu Illahi\r\n * NIM : 10118025\r\n * Kelas : IF-01\r\n */",
"end": 295,
"score": 0.9998642206192017,
"start": 277,
"tag": "NAME",
"value": "Rizki Restu Illahi"
}
] | 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 if01.pkg10118025.latihan28;
import java.util.Scanner;
/**
* Nama : <NAME>
* NIM : 10118025
* Kelas ... | 1,216 | 0.572476 | 0.544788 | 40 | 28.700001 | 21.293427 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 12 |
d20387d97b8f881311bf178019b67fe174a4f2ef | 7,035,156,481,521 | 682fd50e9df6b0f71108d273fdb67e9efdea76b1 | /src/com/lgh/pagemanager/ui/PMTreeCellRenderer.java | c4e8217dd3e30a58979fe5d46d7f8cef8379895e | [] | no_license | lgh3292/PageManager | https://github.com/lgh3292/PageManager | 70f1824c4f850b29cb619ccc2aaeac77c02c34b0 | fd1a7319f1aa85ac699f8158a5ad18d79cad422e | refs/heads/master | 2021-01-21T12:15:57.367000 | 2017-09-01T14:30:50 | 2017-09-01T14:30:50 | 102,056,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* MyTreeCellRendererT.java
*
* Created on 2007年7月19日, 下午1:16
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.lgh.pagemanager.ui;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.ut... | GB18030 | Java | 4,073 | java | PMTreeCellRenderer.java | Java | [
{
"context": ".File;\nimport javax.swing.Icon;\n\n/**\n *\n * @author tewang\n */\npublic class PMTreeCellRenderer implements Tr",
"end": 602,
"score": 0.9993844032287598,
"start": 596,
"tag": "USERNAME",
"value": "tewang"
}
] | null | [] | /*
* MyTreeCellRendererT.java
*
* Created on 2007年7月19日, 下午1:16
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.lgh.pagemanager.ui;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.ut... | 4,073 | 0.561474 | 0.556425 | 115 | 33.443478 | 26.760838 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634783 | false | false | 12 |
526296d3b22b7204d03a29a239ec2ac08d691339 | 14,285,061,274,957 | b710481e7b924fbc83339e8541a8aea21835499a | /aiss-project-template-master/src/test/java/aiss/model/resources/WeatherResourceTest.java | cc1de85025fd202f2be9b3a616077c4066c71732 | [] | no_license | Angel-Caballero/C-al-Cubo | https://github.com/Angel-Caballero/C-al-Cubo | bc324d45df8a9be646af848cf4cb37d0f30ba55f | 24a4cd5553229402a206d6941c46ba1790b21330 | refs/heads/master | 2022-06-23T15:11:25.076000 | 2019-08-28T12:32:49 | 2019-08-28T12:32:49 | 178,722,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aiss.model.resources;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.io.UnsupportedEncodingException;
import org.junit.Test;
import aiss.model.weatherbit.Data;
import aiss.model.weatherbit.Forecast;
import aiss.model.weatherbit.Weather;
public class W... | UTF-8 | Java | 1,250 | java | WeatherResourceTest.java | Java | [] | null | [] | package aiss.model.resources;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.io.UnsupportedEncodingException;
import org.junit.Test;
import aiss.model.weatherbit.Data;
import aiss.model.weatherbit.Forecast;
import aiss.model.weatherbit.Weather;
public class W... | 1,250 | 0.7296 | 0.7248 | 51 | 23.509804 | 21.182098 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.803922 | false | false | 12 |
50fe611c635514407cd0f96aec5bfe746ccdb970 | 4,647,154,657,939 | ecfe3ed906582f8e594ec7f35ea21498de4c8a81 | /src/org/phl0w/parabot/fTeaCups/fTeaCups.java | e723e48534a7802edad7902f25c8a36662e6ebbe | [] | no_license | phl0w/_phl0w-s-Scripts | https://github.com/phl0w/_phl0w-s-Scripts | 42a299db428a5dfbda30e2a13f6434bafff9fbd2 | 6d619bb0df779c7d6ad47a1badd3d07de357b5a2 | refs/heads/master | 2020-06-06T17:49:42.849000 | 2012-10-21T15:33:16 | 2012-10-21T15:33:16 | 5,140,344 | 0 | 1 | null | false | 2012-08-18T19:28:44 | 2012-07-22T08:52:52 | 2012-08-18T19:27:26 | 2012-08-18T19:15:47 | 416 | null | 1 | 1 | Java | null | null | package org.phl0w.parabot.fTeaCups;
import com.parabot.methods.Skills;
import com.parabot.scripts.MessageEvent;
import com.parabot.scripts.Script;
import com.parabot.scripts.ScriptFormat;
import com.parabot.scripts.Strategy;
import interfaces.Painter;
import org.phl0w.parabot.fTeaCups.strategies.Antiban;
import org.ph... | UTF-8 | Java | 1,385 | java | fTeaCups.java | Java | [
{
"context": "ort java.util.ArrayList;\n\n@ScriptFormat(author = \"phl0w\", name = \"fTeaCups\", category = \"Thieving\", descr",
"end": 495,
"score": 0.9996054172515869,
"start": 490,
"tag": "USERNAME",
"value": "phl0w"
}
] | null | [] | package org.phl0w.parabot.fTeaCups;
import com.parabot.methods.Skills;
import com.parabot.scripts.MessageEvent;
import com.parabot.scripts.Script;
import com.parabot.scripts.ScriptFormat;
import com.parabot.scripts.Strategy;
import interfaces.Painter;
import org.phl0w.parabot.fTeaCups.strategies.Antiban;
import org.ph... | 1,385 | 0.706859 | 0.701805 | 44 | 30.477272 | 24.522243 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 12 |
e6be231fc90957a50e655c042affac1618117503 | 6,588,479,860,363 | df170b6f656f8ca0eef260b79aad514faf526369 | /java_class-main/src/quiz/B13_31game.java | 054ff7a6ef8a6dd2e22d360ac88e90abc744e839 | [] | no_license | parkhyoungmin/java_class-main | https://github.com/parkhyoungmin/java_class-main | b9d972a56c3d303b3036bee3c6c5fe90414b59db | 73ef9c5a38814c114ebf77913962fd41b127cae5 | refs/heads/main | 2023-08-12T00:57:59.420000 | 2021-10-06T09:26:18 | 2021-10-06T09:26:18 | 380,658,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package quiz;
import java.io.IOException;
import java.util.Random;
import java.util.Scanner;
public class B13_31game {
// # 31게임을 만들어보세요
// 1. 컴퓨터와 사람이 번갈아가면서 숫자를 선택한다 (1, 2, 3)
// 2. 컴퓨터는 랜덤으로 숫자를 선택한다
// 3. 마지막에 31 이상의 숫자를 만드는 사람 혹은 컴퓨터가 패배한다
// 진행 예 :
// 컴퓨터 > 2
// 현재 숫자 : 2
// 사람 > 3
// 현재 숫자... | UTF-8 | Java | 1,919 | java | B13_31game.java | Java | [] | null | [] | package quiz;
import java.io.IOException;
import java.util.Random;
import java.util.Scanner;
public class B13_31game {
// # 31게임을 만들어보세요
// 1. 컴퓨터와 사람이 번갈아가면서 숫자를 선택한다 (1, 2, 3)
// 2. 컴퓨터는 랜덤으로 숫자를 선택한다
// 3. 마지막에 31 이상의 숫자를 만드는 사람 혹은 컴퓨터가 패배한다
// 진행 예 :
// 컴퓨터 > 2
// 현재 숫자 : 2
// 사람 > 3
// 현재 숫자... | 1,919 | 0.501589 | 0.467896 | 80 | 18.575001 | 15.777179 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.4 | false | false | 12 |
789f397caff1f957412430bca1d904ff160b4f97 | 29,661,044,199,967 | 14f133e20f3ea3d0a9f7979e838e9dee4c692984 | /src/main/Java/org/academiadecodigo/bootcamp/controller/Model/MockUserService.java | 6096f313f0c644ecf1102529ddcd6bec8ad50b6f | [] | no_license | Provisco/SpringMVCLogIn | https://github.com/Provisco/SpringMVCLogIn | 2aa2ad8f062186b9d553b974019d82dd2629fd90 | e992d696d350ecb165860800bf1ece43211575db | refs/heads/master | 2021-01-12T08:22:05.380000 | 2016-12-15T11:46:26 | 2016-12-15T11:46:26 | 76,555,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.academiadecodigo.bootcamp.controller.Model;
import java.util.ArrayList;
import java.util.List;
/**
* Created by codecadet on 13/12/16.
*/
public class MockUserService implements UserService {
private List<User> userList = new ArrayList();
public MockUserService(){
userList.add(new Use... | UTF-8 | Java | 1,855 | java | MockUserService.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by codecadet on 13/12/16.\n */\npublic class MockUserService imp",
"end": 137,
"score": 0.9997015595436096,
"start": 128,
"tag": "USERNAME",
"value": "codecadet"
},
{
"context": "MockUserService(){\n userList.ad... | null | [] | package org.academiadecodigo.bootcamp.controller.Model;
import java.util.ArrayList;
import java.util.List;
/**
* Created by codecadet on 13/12/16.
*/
public class MockUserService implements UserService {
private List<User> userList = new ArrayList();
public MockUserService(){
userList.add(new Use... | 1,847 | 0.58814 | 0.582749 | 75 | 23.733334 | 20.685797 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373333 | false | false | 12 |
ecce91b6638911a59745276d2b90b4d10eef934d | 24,361,054,563,598 | c22e964d4ecee5aefd56ff0ef721778adfe36827 | /app/src/main/java/dao/BoletoPagoDAO.java | 5c88494a3bc2b63fa151d4ffecd60ba95e0dcfe4 | [] | no_license | guilhermesilvacampos/boleto | https://github.com/guilhermesilvacampos/boleto | b37479b1af9722ab2ff241e87d492f2d0bd4aa96 | 3e84e145203a60d61b06889c261f9cdb618519b2 | refs/heads/master | 2020-03-19T11:49:55.680000 | 2018-06-22T14:46:55 | 2018-06-22T14:46:55 | 136,479,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.util.ArrayList;
import java.util.List;
import model.Boleto;
import model.BoletoPago;
import model.BoletoVencido;
/**
* Created by deivi on 08... | UTF-8 | Java | 4,033 | java | BoletoPagoDAO.java | Java | [
{
"context": "go;\nimport model.BoletoVencido;\n\n/**\n * Created by deivi on 08/06/2018.\n */\n\npublic class BoletoPagoDAO {\n",
"end": 314,
"score": 0.999582052230835,
"start": 309,
"tag": "USERNAME",
"value": "deivi"
}
] | null | [] | package dao;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.util.ArrayList;
import java.util.List;
import model.Boleto;
import model.BoletoPago;
import model.BoletoVencido;
/**
* Created by deivi on 08... | 4,033 | 0.699479 | 0.697248 | 133 | 29.323309 | 34.455715 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 12 |
8972c8f182cd9fcdd18c60fd5e545c75de4587d3 | 17,626,545,826,738 | 7802a9129931463b3edd83804f86b18ed0af1ddf | /app/src/main/java/com/example/shopauto/MainActivity.java | a8c9be2fc482b7a5ec578c7548ddc9c095308cbe | [] | no_license | zm21/andoroid-exchanger | https://github.com/zm21/andoroid-exchanger | 491a96181b4cc3b3f1d5440d0e6b08340ad24b53 | 2956beea03c24b5908e18fd591f59134b0735870 | refs/heads/master | 2023-08-14T07:49:59.738000 | 2021-10-07T20:32:39 | 2021-10-07T20:32:39 | 414,749,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shopauto;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.Toast;
import java.util.Array... | UTF-8 | Java | 4,471 | java | MainActivity.java | Java | [] | null | [] | package com.example.shopauto;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.Toast;
import java.util.Array... | 4,471 | 0.552002 | 0.550436 | 112 | 38.92857 | 33.551056 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616071 | false | false | 12 |
00fd2c8e0eb02ad25f523fe7a8a98c878319dee1 | 7,121,055,832,659 | 8bf56699bebaa961703d2a2c9f89bd7e308f1a3f | /src/main/java/Abstractions/Browser.java | c978020e627c981a62f8bb4fec71d7ffe75a77db | [] | no_license | lakviat/UNIX | https://github.com/lakviat/UNIX | cedba31683a9344fa981b8ed45eb9ec9904207f7 | 2e12ba60b5a5c38a38d2041ec2767df21d078480 | refs/heads/master | 2020-05-17T16:55:35.183000 | 2019-04-28T05:26:49 | 2019-04-28T05:26:49 | 183,833,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Abstractions;
import java.util.List;
public abstract class Browser {
public String version;
public int memory;
public boolean browserLaunched;
public boolean windowMaximized;
public String focusedUrl;
public List<String> urls;
public abstract void launchBrowser();
public abst... | UTF-8 | Java | 1,298 | java | Browser.java | Java | [] | null | [] | package Abstractions;
import java.util.List;
public abstract class Browser {
public String version;
public int memory;
public boolean browserLaunched;
public boolean windowMaximized;
public String focusedUrl;
public List<String> urls;
public abstract void launchBrowser();
public abst... | 1,298 | 0.637904 | 0.637134 | 46 | 27.23913 | 22.675581 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 12 |
6715c3a5d3c3677b0a1d62cec2ebbe71c67f79d1 | 2,508,260,951,925 | 66c404a6cec722393c9dfcf62999c6c0980b4f2d | /src/com/gw/zhsq/web/client/ZhsqFeatureClient.java | 2cf60f1c529fb263e9d6a3c7d965723d852dd6b3 | [] | no_license | mars22716543/party | https://github.com/mars22716543/party | 36f8745eac3a65194019ebc70ca6031ad50fa3ce | 837e6e24f740b428b0c9dded2ba424433b203258 | refs/heads/master | 2021-01-01T18:46:02.303000 | 2017-07-26T14:28:48 | 2017-07-26T14:28:48 | 98,429,987 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gw.zhsq.web.client;
import java.util.HashMap;
import com.gw.base.util.ApiResponse;
import com.gw.base.util.ParseUtil;
import com.gw.base.util.SimpleHttp;
/**
* 社区特色
* @author lihui
* 2016-04-22
*/
public class ZhsqFeatureClient extends BaseClient{
/**
* 获取社区特色列表
* @param requestMap
* @return
... | UTF-8 | Java | 1,465 | java | ZhsqFeatureClient.java | Java | [
{
"context": "m.gw.base.util.SimpleHttp;\n\n/**\n * 社区特色\n * @author lihui\n * 2016-04-22\n */\npublic class ZhsqFeatureClient ",
"end": 197,
"score": 0.9992303848266602,
"start": 192,
"tag": "USERNAME",
"value": "lihui"
}
] | null | [] | package com.gw.zhsq.web.client;
import java.util.HashMap;
import com.gw.base.util.ApiResponse;
import com.gw.base.util.ParseUtil;
import com.gw.base.util.SimpleHttp;
/**
* 社区特色
* @author lihui
* 2016-04-22
*/
public class ZhsqFeatureClient extends BaseClient{
/**
* 获取社区特色列表
* @param requestMap
* @return
... | 1,465 | 0.723389 | 0.710355 | 52 | 25.557692 | 24.10507 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.846154 | false | false | 12 |
8d16539539b02a7a6d83ab66086167cb9c3e57c0 | 12,214,887,019,964 | b1e71cb67fb9cb494ac256a2863762e315fbc868 | /app/src/main/java/com/example/giramondo20app/AsyncReviews.java | 03505a431c31833df2f43b84896e5e3b0b00b793 | [] | no_license | Luisa9724/GiraMondo20appDef | https://github.com/Luisa9724/GiraMondo20appDef | 904a36877411878897a988278bc1e334ed4a6576 | 1d744e7b81da2413161114a9c444c29c86aadaad | refs/heads/master | 2022-10-25T18:39:37.965000 | 2020-06-17T17:02:59 | 2020-06-17T17:02:59 | 255,649,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.giramondo20app;
import android.app.Activity;
import android.os.AsyncTask;
import android.util.Log;
import androidx.recyclerview.widget.RecyclerView;
import com.example.giramondo20app.Controller.DAO.MySQLReviewDAO;
import com.example.giramondo20app.Controller.DAO.ReviewDAO;
import com.example.gira... | UTF-8 | Java | 1,105 | java | AsyncReviews.java | Java | [] | null | [] | package com.example.giramondo20app;
import android.app.Activity;
import android.os.AsyncTask;
import android.util.Log;
import androidx.recyclerview.widget.RecyclerView;
import com.example.giramondo20app.Controller.DAO.MySQLReviewDAO;
import com.example.giramondo20app.Controller.DAO.ReviewDAO;
import com.example.gira... | 1,105 | 0.726697 | 0.718552 | 43 | 24.697674 | 24.584486 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 12 |
0b7bdfc8f401a49785190ba2b86933db8613f620 | 31,026,843,750,089 | afb52a32cc6203ab776bc3279f1426cf6e2ea603 | /app/src/main/java/com/lxy/wx/MyBaseApplication.java | e491ef84825bde9d17be9d5eb71bbe11cd29962e | [] | no_license | lxykad/ChatDemo | https://github.com/lxykad/ChatDemo | 33c43788a0191a755b7be09c6913f8d5aa3bde57 | 014a1919367f07a636ddb556df837e7bcb46be0c | refs/heads/master | 2021-01-17T13:10:41.909000 | 2016-06-20T14:08:56 | 2016-06-20T14:08:56 | 61,547,121 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lxy.wx;
import android.app.Application;
import com.avos.avoscloud.AVOSCloud;
import com.avos.avoscloud.AVObject;
/**
* Created by liuxinyu on 2016/6/20.
*/
public class MyBaseApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
AVOSCloud.initia... | UTF-8 | Java | 581 | java | MyBaseApplication.java | Java | [
{
"context": "rt com.avos.avoscloud.AVObject;\n\n/**\n * Created by liuxinyu on 2016/6/20.\n */\npublic class MyBaseApplication ",
"end": 154,
"score": 0.9996691942214966,
"start": 146,
"tag": "USERNAME",
"value": "liuxinyu"
}
] | null | [] | package com.lxy.wx;
import android.app.Application;
import com.avos.avoscloud.AVOSCloud;
import com.avos.avoscloud.AVObject;
/**
* Created by liuxinyu on 2016/6/20.
*/
public class MyBaseApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
AVOSCloud.initia... | 581 | 0.677249 | 0.656085 | 25 | 21.68 | 24.170593 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 12 |
b387d0e9005db9ce67a09bd6b83fa062dd5c937a | 9,345,848,896,204 | 3535787e5258ec979c2d90c43df97549725c94d1 | /realms-common/src/net/venaglia/realms/common/util/work/WorkSourceKey.java | ce254433c35e7f06e59b5a6b03e75f9066e8b0ce | [] | no_license | vijayvani/jca-virtual-library | https://github.com/vijayvani/jca-virtual-library | 969f7a37859fc13ce7605e43145166a3d02685a0 | 171cf08b68a8bada57acd01afd3a4a5443810947 | refs/heads/master | 2020-05-16T08:56:55.191000 | 2015-02-11T03:47:22 | 2015-02-11T03:47:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.venaglia.realms.common.util.work;
import net.venaglia.common.util.StronglyTypedKey;
/**
* User: ed
* Date: 1/25/13
* Time: 8:41 AM
*/
public final class WorkSourceKey<T> extends StronglyTypedKey<T> {
public static final WorkSourceKey<?>[] NO_DEPENDENCIES = {};
private WorkSourceKey(String na... | UTF-8 | Java | 553 | java | WorkSourceKey.java | Java | [
{
"context": "naglia.common.util.StronglyTypedKey;\n\n/**\n * User: ed\n * Date: 1/25/13\n * Time: 8:41 AM\n */\npublic fina",
"end": 113,
"score": 0.9987451434135437,
"start": 111,
"tag": "USERNAME",
"value": "ed"
}
] | null | [] | package net.venaglia.realms.common.util.work;
import net.venaglia.common.util.StronglyTypedKey;
/**
* User: ed
* Date: 1/25/13
* Time: 8:41 AM
*/
public final class WorkSourceKey<T> extends StronglyTypedKey<T> {
public static final WorkSourceKey<?>[] NO_DEPENDENCIES = {};
private WorkSourceKey(String na... | 553 | 0.669078 | 0.654611 | 22 | 24.136364 | 25.653807 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 12 |
4df9e4b534bf7ab6b66b44d585ffd9a890d0ae24 | 8,443,905,712,757 | d7fc0e6eff11fa79ce19318559c94eb35ad662b3 | /test/ogdl/TestAssignments.java | 805e77356d7b36587eb2bf10a745bc2f6c643156 | [
"ISC",
"BSD-2-Clause"
] | permissive | Surfndez/ogdl-java | https://github.com/Surfndez/ogdl-java | 66dda282e1ab67b7fdd1a770c80ef0629a830d7b | ec69fc85660afeeb5b1324f128cdc35dd1e71839 | refs/heads/master | 2021-12-05T02:16:40.571000 | 2015-06-12T11:29:01 | 2015-06-12T11:29:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ogdl;
import org.junit.*;
import ogdl.template.*;
import static org.junit.Assert.*;
public class TestAssignments {
@Before
public void setUp() throws Exception {
}
/*@Test*/ public void testString() throws Exception
{
IGraph g = new Graph();
Template t = new Template("$(a='1')");
Strin... | UTF-8 | Java | 1,116 | java | TestAssignments.java | Java | [] | null | [] | package ogdl;
import org.junit.*;
import ogdl.template.*;
import static org.junit.Assert.*;
public class TestAssignments {
@Before
public void setUp() throws Exception {
}
/*@Test*/ public void testString() throws Exception
{
IGraph g = new Graph();
Template t = new Template("$(a='1')");
Strin... | 1,116 | 0.584229 | 0.581541 | 50 | 21.32 | 17.223751 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 12 |
862b13a44728361f115deb11c2bd7838254ac7c2 | 33,621,004,017,914 | 463abfc82fc602e8031080b0ae5420086b81b1b7 | /build/generated/jax-wsCache/OrderProcessService/OrderProcessWebServiceProxy/OrderProcessService.java | 0cac0a2f14f0e1007b1aee73b588dc287f479281 | [] | no_license | luckyhq7/CDstore | https://github.com/luckyhq7/CDstore | ac42ed9b3e325cf22447bbd02ce0c9481ebcb127 | 24fcd1ba87575f46ed3e6396e4c58db213edb98b | refs/heads/master | 2016-03-24T14:29:29.776000 | 2015-03-24T17:51:14 | 2015-03-24T17:51:14 | 32,815,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package OrderProcessWebServiceProxy;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Action;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* ... | UTF-8 | Java | 4,380 | java | OrderProcessService.java | Java | [] | null | [] |
package OrderProcessWebServiceProxy;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Action;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* ... | 4,380 | 0.697489 | 0.695662 | 101 | 41.346535 | 46.874477 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475248 | false | false | 12 |
5b188b2d50e4f9d728791ccca16e50d96209a92c | 4,346,506,957,325 | 1900ad95e0aee3537b0fc8553cda96ad16fb80c6 | /src/org/century/poointerfaces/imprenta/modelo/Informe.java | 6f458828f3c6855346ad55a5896cfcc716a40b56 | [] | no_license | Jhon-Sebastian/interface | https://github.com/Jhon-Sebastian/interface | 9287790fb85b86f1111c4c043f0eb923f45a2ea2 | 48c1ed5cbecf1fd6c3432a322bd4a1b5c8936d1e | refs/heads/master | 2023-04-01T01:22:18.886000 | 2021-04-14T01:10:13 | 2021-04-14T01:10:13 | 357,732,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.century.poointerfaces.imprenta.modelo;
public class Informe extends Hoja implements Imprimible{
private Persona autor;
private String revisor;
public Informe(Persona autor, String revisor,String contenido) {
super(contenido);
this.autor = autor;
this.revisor = revisor;... | UTF-8 | Java | 547 | java | Informe.java | Java | [] | null | [] | package org.century.poointerfaces.imprenta.modelo;
public class Informe extends Hoja implements Imprimible{
private Persona autor;
private String revisor;
public Informe(Persona autor, String revisor,String contenido) {
super(contenido);
this.autor = autor;
this.revisor = revisor;... | 547 | 0.628885 | 0.628885 | 20 | 26.35 | 22.566071 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 12 |
5106c56c1ba78f3971a7c0bcbbc4615e4f566f62 | 7,258,494,786,508 | 007d6b5cbf52a0bab7b41ae3b61ca3c781d018cf | /json-provider-jackson/src/main/java/com/jayway/jsonpath/impl/json/JacksonJsonArrayWrapper.java | b73f0d14fc92856badcfe0f098f4680566ee1b94 | [
"Apache-2.0"
] | permissive | cmunilla/JPath | https://github.com/cmunilla/JPath | ae45f00d3a043ea455ad7a09a2678f6bd8e6c9fd | 768f2ada391636ae42befb0b1042836dce158e68 | refs/heads/master | 2021-10-28T00:47:43.812000 | 2019-04-20T21:53:55 | 2019-04-20T21:53:55 | 108,521,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jayway.jsonpath.impl.json;
import java.util.List;
import java.util.ListIterator;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ArrayNode;
import com.fasterxml.jackson.databind.node.NullNode;
import com.fasterxml... | UTF-8 | Java | 3,945 | java | JacksonJsonArrayWrapper.java | Java | [] | null | [] | package com.jayway.jsonpath.impl.json;
import java.util.List;
import java.util.ListIterator;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ArrayNode;
import com.fasterxml.jackson.databind.node.NullNode;
import com.fasterxml... | 3,945 | 0.676553 | 0.671229 | 126 | 30.309525 | 27.7593 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.309524 | false | false | 12 |
44cb3d8082886da65743467064489461947180cc | 5,446,018,547,698 | 36e635f029b51790076da90bb9f67fd475820c41 | /src/main/java/ir/javacup/accounting/Health.java | 1a408eab364b5ac0c3af79f5de8b59e969b917d3 | [] | no_license | alirezaAsadi2018/java-problems | https://github.com/alirezaAsadi2018/java-problems | 78cde8528b6419921576edeb01023cf0b86090ea | 4a9062aa21637eee14b179ce1b534a0ccd2284e9 | refs/heads/master | 2023-08-08T14:57:59.115000 | 2019-09-27T18:12:42 | 2019-09-27T18:12:42 | 211,307,088 | 1 | 0 | null | false | 2023-07-22T17:20:11 | 2019-09-27T11:46:10 | 2019-09-27T18:21:49 | 2023-07-22T17:20:11 | 43 | 0 | 0 | 1 | Java | false | false | package ir.javacup.accounting;
public class Health extends Cost {
private int priority;
public Health(int cost, int priority, String name) {
super(cost, name);
this.priority = priority;
}
public int getPriority() {
return priority;
}
}
| UTF-8 | Java | 255 | java | Health.java | Java | [] | null | [] | package ir.javacup.accounting;
public class Health extends Cost {
private int priority;
public Health(int cost, int priority, String name) {
super(cost, name);
this.priority = priority;
}
public int getPriority() {
return priority;
}
}
| 255 | 0.701961 | 0.701961 | 17 | 14 | 15.736806 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.235294 | false | false | 12 |
78f5b5b3617c8002338ef4e2f3e1ad347753ce25 | 10,342,281,308,946 | c4aba7de565982b00dbb84e002dc4d6ab05b3a49 | /src/main/java/me/sigh/step/concurrent/SafeDateFormatUtil.java | 40e059bad87e12d1fb71d7c39a42ea7f0f9d35a7 | [] | no_license | wangtingbang/step-into-java | https://github.com/wangtingbang/step-into-java | 3571f74c298751d29f9041b9884568b8206f9779 | c4528d5220a5ae6b794a491978d783f129984ef5 | refs/heads/master | 2021-01-09T21:54:53.355000 | 2017-06-09T02:27:56 | 2017-06-09T02:27:56 | 45,673,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.sigh.step.concurrent;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by wangtingbang on 2017/2/24.
*/
public class SafeDateFormatUtil implements Runnable{
// class SafeWithThreadLocal implements Runnable {
String str;
Date dt;
// public... | UTF-8 | Java | 1,250 | java | SafeDateFormatUtil.java | Java | [
{
"context": "eFormat;\nimport java.util.Date;\n\n/**\n * Created by wangtingbang on 2017/2/24.\n */\npublic class SafeDateFormatUtil",
"end": 152,
"score": 0.9995157122612,
"start": 140,
"tag": "USERNAME",
"value": "wangtingbang"
}
] | null | [] | package me.sigh.step.concurrent;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by wangtingbang on 2017/2/24.
*/
public class SafeDateFormatUtil implements Runnable{
// class SafeWithThreadLocal implements Runnable {
String str;
Date dt;
// public... | 1,250 | 0.6264 | 0.6024 | 55 | 21.727272 | 21.51148 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
a5684e2cd55f9fe89bfb823e0d5c5869773ed181 | 4,561,255,303,177 | 8b7123318c8e4648af646b9a6b384f56bc5caffe | /app/src/main/java/com/demo/wd/bigimage/LruCacheActivity.java | 425e17bb01e819e1774b5ac4e4b106e5dc51a3c4 | [] | no_license | DemoMath/BigImage | https://github.com/DemoMath/BigImage | 80450f354ed4167011c29e727ded27e7c717bdbc | 343e5558805dc713ec85b9825a63a2808840c4b4 | refs/heads/master | 2016-09-14T06:28:21.830000 | 2016-05-11T14:42:26 | 2016-05-11T14:42:26 | 58,553,310 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.wd.bigimage;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import com.demo.wd... | UTF-8 | Java | 2,968 | java | LruCacheActivity.java | Java | [
{
"context": "wd.bigimage.manager.LruManager;\n\n/**\n * Created by Administrator on 2016/5/10.\n */\npublic class LruCacheActivity e",
"end": 382,
"score": 0.9229589700698853,
"start": 369,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.demo.wd.bigimage;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import com.demo.wd... | 2,968 | 0.656272 | 0.650728 | 87 | 32.172413 | 23.58219 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 12 |
9e94d5eb0c7b53d5fa930adde7ea88feb9a2be10 | 11,003,706,229,090 | 48add68b4428bbc53cb95b498acb81633b8f6971 | /app/src/main/java/com/example/administrator/pagerviewtest/fragments/RecordFragment.java | 4a16bc256e9481bc2a1e03880d3b2e9b06194162 | [] | no_license | cantabile7/RecorderDemo | https://github.com/cantabile7/RecorderDemo | 7b1be6b5b8625136da6d5a14afdd86e6e37fba42 | c9ddb97b44719c51fd77223668227cdbe8b8f8a7 | refs/heads/master | 2020-07-18T15:00:28.467000 | 2019-09-04T08:10:08 | 2019-09-04T08:10:08 | 206,264,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.pagerviewtest.fragments;
import android.Manifest;
import android.animation.ValueAnimator;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Environment;
impor... | UTF-8 | Java | 11,330 | java | RecordFragment.java | Java | [] | null | [] | package com.example.administrator.pagerviewtest.fragments;
import android.Manifest;
import android.animation.ValueAnimator;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Environment;
impor... | 11,330 | 0.620934 | 0.616532 | 310 | 34.903225 | 25.833904 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648387 | false | false | 12 |
46ab6df3f4f8751d018ee7ae1055ba47f007d579 | 30,648,886,631,117 | e6a55eff639cf50413dbaa878ad64c2169939e33 | /Checkers/Main.java | d98d9ea36d8d24c3223be31509a517b46c4ef81b | [
"MIT"
] | permissive | highnet/Java-101 | https://github.com/highnet/Java-101 | d955b34c4f804fb67aec059a1508c1cbca430129 | 9221ec870243be1bb0cdf7d9590f16359577afee | refs/heads/master | 2020-12-29T01:23:46.963000 | 2020-04-03T14:15:30 | 2020-04-03T14:15:30 | 47,045,214 | 1 | 1 | null | false | 2016-04-02T20:24:35 | 2015-11-29T01:04:56 | 2016-04-02T20:04:06 | 2016-04-02T20:05:01 | 123 | 0 | 1 | 0 | Java | null | null | import javax.swing.*;
import java.awt.*;
import java.util.Scanner;
/**
* created by Joaquin Telleria
*/
public class Main extends JFrame {
public static final int WIDTH = 650;
public static final int HEIGHT = 650;
public Main() {
System.out.println("Attempting to initialize game window...");
... | UTF-8 | Java | 1,260 | java | Main.java | Java | [
{
"context": "t.*;\nimport java.util.Scanner;\n\n\n/**\n * created by Joaquin Telleria\n */\npublic class Main extends JFrame {\n\n publi",
"end": 103,
"score": 0.9998891949653625,
"start": 87,
"tag": "NAME",
"value": "Joaquin Telleria"
},
{
"context": "T);\n String version... | null | [] | import javax.swing.*;
import java.awt.*;
import java.util.Scanner;
/**
* created by <NAME>
*/
public class Main extends JFrame {
public static final int WIDTH = 650;
public static final int HEIGHT = 650;
public Main() {
System.out.println("Attempting to initialize game window...");
thi... | 1,240 | 0.594444 | 0.584127 | 50 | 24.200001 | 22.599115 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 12 |
1bde3c7293dce7c43caa929bcb2450c39f62ae34 | 11,029,476,039,293 | 0c8eff4c97a98ff767bbf5bf9e0a76e612bb693a | /BaseComponents/Timeseries/timeseries-api/src/main/java/net/naffets/nevsuite/backend/timeseries/domain/dto/TimeseriesValueDTO.java | d9612206186ca39c65f5d9662d99cd16df8d985b | [] | no_license | br4sk4/NevSuite-Backend-Microservices | https://github.com/br4sk4/NevSuite-Backend-Microservices | be727bd9c3e387da5c8cc09a6c7aca929d2ee213 | 48644a73305acba840557688af861766b1181684 | refs/heads/master | 2021-01-19T17:20:32.462000 | 2018-12-09T10:20:54 | 2018-12-09T10:20:54 | 82,447,794 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.naffets.nevsuite.backend.timeseries.domain.dto;
import lombok.Builder;
import lombok.NoArgsConstructor;
import net.naffets.nevsuite.framework.core.api.DataTransferObject;
import javax.xml.bind.annotation.XmlType;
import java.io.Serializable;
/**
* @author br4sk4 / created on 22.10.2017
*/
@XmlType(prop... | UTF-8 | Java | 958 | java | TimeseriesValueDTO.java | Java | [
{
"context": "Type;\nimport java.io.Serializable;\n\n/**\n * @author br4sk4 / created on 22.10.2017\n */\n@XmlType(propOrder = ",
"end": 278,
"score": 0.9996072053909302,
"start": 272,
"tag": "USERNAME",
"value": "br4sk4"
}
] | null | [] | package net.naffets.nevsuite.backend.timeseries.domain.dto;
import lombok.Builder;
import lombok.NoArgsConstructor;
import net.naffets.nevsuite.framework.core.api.DataTransferObject;
import javax.xml.bind.annotation.XmlType;
import java.io.Serializable;
/**
* @author br4sk4 / created on 22.10.2017
*/
@XmlType(prop... | 958 | 0.669102 | 0.65762 | 40 | 22.950001 | 18.430885 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 12 |
7d5c26d4813a2fe38e7ca0ef94ac7fe5c6797e08 | 9,311,489,139,780 | 8a3861b5b090f8ca1d7745315c5fee1552619102 | /designPattern/src/com/duoxiancheng/SysTaskStatic.java | d9f7233bff7be0479eef3c8ff7cb98befb73638a | [] | no_license | nldy/Code | https://github.com/nldy/Code | 2e1374235574a7398d2f254646248a79153f8670 | 1fc90338a0b013917a6b23c05f0ad80089dd2fd7 | refs/heads/master | 2021-06-29T18:43:07.614000 | 2020-02-15T11:04:25 | 2020-02-15T11:04:25 | 175,950,638 | 0 | 0 | null | false | 2022-02-24T13:07:31 | 2019-03-16T09:15:51 | 2020-02-15T11:06:39 | 2020-10-13T12:31:17 | 14,481 | 0 | 0 | 0 | Java | false | false | package com.duoxiancheng;
public class SysTaskStatic {
public synchronized static void doSomeThing(){ // 加锁静态方法,即类锁
System.out.println("start thread name is :" + Thread.currentThread().getName());
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
e.printS... | UTF-8 | Java | 458 | java | SysTaskStatic.java | Java | [] | null | [] | package com.duoxiancheng;
public class SysTaskStatic {
public synchronized static void doSomeThing(){ // 加锁静态方法,即类锁
System.out.println("start thread name is :" + Thread.currentThread().getName());
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
e.printS... | 458 | 0.616438 | 0.607306 | 13 | 32.692307 | 28.962534 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 12 |
c9f2864c4303750aa7b46b4cbdd7ea46b76dd746 | 5,471,788,367,142 | 7a0a14a65c5e58aefcf4d1454efcdb2fe2a9ccd8 | /SmooKsDirectMapping/src/org/smooks/directmapping/gae/TransformServlet.java | f9dad0b3e6baa2c2986ee4d413c345cfe60ab67f | [] | no_license | directmapping/SmooKsDirectMapping | https://github.com/directmapping/SmooKsDirectMapping | 76d0627b7b4aedfc7004dc6243445719c28ccf55 | f0738d331f469e02c575f787c78627c28e73122a | refs/heads/master | 2021-01-25T06:01:04.667000 | 2013-10-05T12:29:04 | 2013-10-05T12:29:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.smooks.directmapping.gae;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.lang.reflect.InvocationTargetException;
import java.net.URLDecoder;
import java.util.logging.Level;
import j... | UTF-8 | Java | 8,338 | java | TransformServlet.java | Java | [] | null | [] | package org.smooks.directmapping.gae;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.lang.reflect.InvocationTargetException;
import java.net.URLDecoder;
import java.util.logging.Level;
import j... | 8,338 | 0.710602 | 0.706884 | 239 | 32.887028 | 26.780054 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.786611 | false | false | 12 |
92255540bc126382190b41a18fa6f5eb553ea46e | 13,486,197,340,138 | 98c83c90fa289acea2df3be6a0d86c14d673a6a9 | /tLeafs/Banking.java | 3baba20fdf0224a0c03d24568f346d9a89d77b55 | [] | no_license | TEO1030/tLeafs | https://github.com/TEO1030/tLeafs | 82e1c937edb94cd1945fb9b7c14dc1b053dd1933 | 03a5ba1f26936b9912bb20e1b5203d14072c58ed | refs/heads/master | 2016-08-05T17:48:50.719000 | 2015-02-24T15:23:10 | 2015-02-24T15:23:10 | 31,266,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import org.parabot.environment.api.utils.Time;
import org.parabot.environment.scripts.framework.SleepCondition;
import org.parabot.environment.scripts.framework.Strategy;
import org.rev317.min.Loader;
import org.rev317.min.api.methods.Game;
import org.rev317.min.api.methods.Inventory;
import org.rev317.min.api.method... | UTF-8 | Java | 1,658 | java | Banking.java | Java | [] | null | [] |
import org.parabot.environment.api.utils.Time;
import org.parabot.environment.scripts.framework.SleepCondition;
import org.parabot.environment.scripts.framework.Strategy;
import org.rev317.min.Loader;
import org.rev317.min.api.methods.Game;
import org.rev317.min.api.methods.Inventory;
import org.rev317.min.api.method... | 1,658 | 0.676719 | 0.62123 | 60 | 26.6 | 20.50626 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.366667 | false | false | 12 |
b3458613223ea1c7ebae0c0d84a87e26c8dc9b5f | 24,644,522,386,554 | adfeb6960149befeb32926b0074b2de4ed3c4a44 | /eclipse_workspace/Newbie/src/ST_D/EnumTest2.java | b980c7934e2ac1a0415da78f7a81c7dd4ca179cc | [] | no_license | niuniuliu/zZZzzZZzz | https://github.com/niuniuliu/zZZzzZZzz | 5d96c883a0bd63e1431b9129493d22900ae8c583 | b6ba8da648494e002ed057c5abc26df7dcdd00d3 | refs/heads/master | 2016-03-01T01:41:04.005000 | 2016-02-23T16:32:34 | 2016-02-23T16:32:34 | 31,544,192 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.nitpro.news;
public class EnumTest2 {
public void test(Sex s) {
switch (s) {
case male:
System.out.println("男的");
break;
case female:
System.out.println("女的");
break;
}
}
public static void main(String[] args) {
String str = "male";
EnumTest2 t = new EnumTest2()... | UTF-8 | Java | 385 | java | EnumTest2.java | Java | [] | null | [] | package org.nitpro.news;
public class EnumTest2 {
public void test(Sex s) {
switch (s) {
case male:
System.out.println("男的");
break;
case female:
System.out.println("女的");
break;
}
}
public static void main(String[] args) {
String str = "male";
EnumTest2 t = new EnumTest2()... | 385 | 0.578667 | 0.570667 | 22 | 15.045455 | 12.141129 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.863636 | false | false | 12 |
611ec894ce26ba0312ac68b59b18e05ce797e39e | 23,613,730,246,333 | 39942d6924fd02ca3c78472444208e7144f3bf05 | /ServerTask/src/main/java/com/example/OrderResponse.java | 9ef505f4cf3eb1df7c4e3fb520135d778b521e65 | [] | no_license | chiroito/quarkus-sample | https://github.com/chiroito/quarkus-sample | 005916e3545c8495a942533151bfe825bd5c2767 | 86ac7d7fe2563fa07a4791366054db97be35fa25 | refs/heads/master | 2022-03-06T19:13:46.528000 | 2022-03-03T00:46:22 | 2022-03-03T00:46:22 | 223,894,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
public class OrderResponse {
public int itemId;
public int num;
public String message;
}
| UTF-8 | Java | 124 | java | OrderResponse.java | Java | [] | null | [] | package com.example;
public class OrderResponse {
public int itemId;
public int num;
public String message;
}
| 124 | 0.701613 | 0.701613 | 8 | 14.5 | 11.313708 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
2fd8a3a703c83e8b61f83bc941ee54e3137140ad | 10,307,921,525,110 | 0a0103139ca692521a536631533ccede706b7766 | /src/me/ANiceHippo/toolkit/listeners/QuitListener.java | 053b39e272dee7779a970cc5468b79504db89a90 | [] | no_license | Spate303/ToolKit | https://github.com/Spate303/ToolKit | 555f1807a82a1eaf4e82c4b278d23a5a9e5f555e | 1ea9eec3e763456f6ada42a7283a02386edfd9df | refs/heads/main | 2023-09-02T13:47:10.498000 | 2021-10-30T19:53:19 | 2021-10-30T19:53:19 | 375,491,163 | 0 | 0 | null | false | 2021-10-30T20:03:13 | 2021-06-09T21:15:32 | 2021-10-30T19:59:21 | 2021-10-30T20:02:57 | 33 | 0 | 0 | 0 | Java | false | false | package me.ANiceHippo.toolkit.listeners;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerQuitEvent;
import me.ANiceHippo.toolkit.Main;
import me.ANiceHippo.toolkit.utils.Utils;
public cl... | UTF-8 | Java | 890 | java | QuitListener.java | Java | [] | null | [] | package me.ANiceHippo.toolkit.listeners;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerQuitEvent;
import me.ANiceHippo.toolkit.Main;
import me.ANiceHippo.toolkit.utils.Utils;
public cl... | 890 | 0.683146 | 0.682022 | 43 | 18.697674 | 22.673143 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.581395 | false | false | 12 |
aef0d393edb87b960331b5b6811ccc3f3e25f628 | 14,628,658,659,813 | e0b83daf42616e752906399582a59a4fd03cd60f | /irshad dir/kamal/demo_java/java/L18/eq.java | 8aa1ece4e61351603eb3743d8187e5253adfed59 | [] | no_license | irshadkhan248/JavaPythonAndroidMysqlCode | https://github.com/irshadkhan248/JavaPythonAndroidMysqlCode | f63b6d756bf6a64e9050980567e6a81c6081843a | 659da56425632b68d80c86ae6a8d9a2edeea364f | refs/heads/master | 2021-05-23T11:50:50.536000 | 2020-04-05T16:27:52 | 2020-04-05T16:27:52 | 253,271,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.util.stream.*;
class eq
{
public static void main(String ar[]){
Stream <Integer> s1=Stream.of(4,2,1,3,4,1);
s1.Compara+tor
.forEach(i ->System.out.println(i+" "));
}} | UTF-8 | Java | 209 | java | eq.java | Java | [] | null | [] | import java.util.*;
import java.util.stream.*;
class eq
{
public static void main(String ar[]){
Stream <Integer> s1=Stream.of(4,2,1,3,4,1);
s1.Compara+tor
.forEach(i ->System.out.println(i+" "));
}} | 209 | 0.645933 | 0.607656 | 10 | 19.1 | 15.977798 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 12 |
fd75b7099fac5939002c5a8340531ee789f6e6f7 | 18,906,446,089,620 | 83fe538df1215f0a68b868d8e034c2185bf54b28 | /app/src/main/java/com/rabbit/green/movies/app/data/source/net/MoviesRetrofitRepository.java | 25473f8487dd6c7a3bed59391a5c4c6015c67ffa | [] | no_license | lukeforit/nano-popular-movies | https://github.com/lukeforit/nano-popular-movies | e35ad42bba4b0758cc3a32b58382a1c26e8f10eb | c8a9470d30fc9174a6439ca586bb7ea2efeb9fb8 | refs/heads/master | 2021-09-11T13:15:54.068000 | 2018-04-07T13:55:20 | 2018-04-07T13:55:20 | 121,877,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rabbit.green.movies.app.data.source.net;
import android.support.annotation.Nullable;
import com.rabbit.green.movies.app.data.model.Movie;
import com.rabbit.green.movies.app.data.model.MoviesResponse;
import com.rabbit.green.movies.app.data.model.Review;
import com.rabbit.green.movies.app.data.model.Review... | UTF-8 | Java | 2,605 | java | MoviesRetrofitRepository.java | Java | [] | null | [] | package com.rabbit.green.movies.app.data.source.net;
import android.support.annotation.Nullable;
import com.rabbit.green.movies.app.data.model.Movie;
import com.rabbit.green.movies.app.data.model.MoviesResponse;
import com.rabbit.green.movies.app.data.model.Review;
import com.rabbit.green.movies.app.data.model.Review... | 2,605 | 0.674088 | 0.673321 | 76 | 33.276318 | 28.711634 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539474 | false | false | 12 |
02030b1d79ea19fa16ef4b1def3d7455257748ca | 13,237,089,258,078 | f8cd3d912f7a55ddbcae8e1cb9e415b901746863 | /Realization/backend/acc/src/main/java/eu/bcvsolutions/idm/acc/event/processor/AccountRoleAssignmentValidRequestProvisioningProcessor.java | 1c6a5372a71b53cd1276a284bf25bfa44b9901c5 | [
"MIT"
] | permissive | bcvsolutions/CzechIdMng | https://github.com/bcvsolutions/CzechIdMng | b6dd9d2e8806db603483ff4f16d2190695c69766 | 4869ea968bee65cee4fcbc71acc26ef96e3db659 | refs/heads/develop | 2023-08-24T01:25:24.570000 | 2023-06-30T08:17:04 | 2023-06-30T08:17:04 | 61,879,415 | 47 | 30 | MIT | false | 2023-07-24T08:38:37 | 2016-06-24T11:18:23 | 2023-06-06T23:12:17 | 2023-07-24T08:38:36 | 48,315 | 32 | 12 | 30 | Java | false | false | package eu.bcvsolutions.idm.acc.event.processor;
import eu.bcvsolutions.idm.acc.dto.AccAccountRoleAssignmentDto;
import eu.bcvsolutions.idm.acc.dto.AccIdentityAccountDto;
import eu.bcvsolutions.idm.acc.dto.AccRoleAssignmentValidRequestDto;
import eu.bcvsolutions.idm.acc.dto.filter.AccIdentityAccountFilter;
import eu.b... | UTF-8 | Java | 3,493 | java | AccountRoleAssignmentValidRequestProvisioningProcessor.java | Java | [
{
"context": "ement for newly valid identityRoles\n * \n * @author Ondrej Kopr <kopr@xyxy.cz>\n *\n */\n@Component\n@Description(\"St",
"end": 1316,
"score": 0.9998754858970642,
"start": 1305,
"tag": "NAME",
"value": "Ondrej Kopr"
},
{
"context": "y valid identityRoles\n * \n * @auth... | null | [] | package eu.bcvsolutions.idm.acc.event.processor;
import eu.bcvsolutions.idm.acc.dto.AccAccountRoleAssignmentDto;
import eu.bcvsolutions.idm.acc.dto.AccIdentityAccountDto;
import eu.bcvsolutions.idm.acc.dto.AccRoleAssignmentValidRequestDto;
import eu.bcvsolutions.idm.acc.dto.filter.AccIdentityAccountFilter;
import eu.b... | 3,483 | 0.828228 | 0.826224 | 81 | 42.123455 | 41.234165 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.469136 | false | false | 12 |
c9767ee0a871e8333b348bdaf043402b9ecb4cbe | 24,507,083,409,161 | e9ddef2a1bc1287582d8cd6e9cac39b7154adbd4 | /auth-service/src/main/java/com/prayag/WebSecurityConfigs.java | 09d69fa314e0d678558c2ac8d505dcebe4fb0b1f | [] | no_license | prayagraj44/microservices-app_scoop | https://github.com/prayagraj44/microservices-app_scoop | 072722913ae83cbfb4c387c997aaf788491cebd2 | e1337f0f4353fc706aebbcbece7b7bf2fe722057 | refs/heads/main | 2023-02-24T09:16:35.599000 | 2021-01-31T15:32:05 | 2021-01-31T15:32:05 | 334,687,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prayag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotati... | UTF-8 | Java | 1,380 | java | WebSecurityConfigs.java | Java | [
{
"context": "emoryAuthentication().withUser(username).password(passwordEncoder.encode(password))\n\t\t\t\t.roles(\"USER\");\n\t\tauth.inMem",
"end": 1217,
"score": 0.5929126739501953,
"start": 1202,
"tag": "PASSWORD",
"value": "passwordEncoder"
},
{
"context": "emoryAuthentication()... | null | [] | package com.prayag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotati... | 1,370 | 0.831884 | 0.831884 | 41 | 32.658535 | 34.435242 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.04878 | false | false | 12 |
5f439f87c7e5b5b979f22ec3f8e651fb09a01715 | 27,582,280,042,539 | 8882e4482bc72f08f2736f01cc8707a9db038875 | /myframework2/src/cn/com/hq/dao/Dao.java | 7b4fb6f4bf7ae9957713c04c580f0fe7ec18c95d | [] | no_license | huanyun200708/MyLaboratory | https://github.com/huanyun200708/MyLaboratory | 90494393fb021888dc5ebdb66b0745ba6a3a9916 | 9f18d2de3595693ef3c50622786f28345abd21f7 | refs/heads/master | 2020-06-10T19:21:46.853000 | 2017-11-22T01:12:50 | 2017-11-22T01:12:50 | 75,898,256 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.hq.dao;
import java.sql.Connection;
import java.sql.DriverManager;
public class Dao {
public static Connection getCommonConnection()
{
Connection connection = null;
try {
/*****填写数据库相关信息(请查找数据库详情页)*****/
String databaseName = "iyGuNBWBMhcCdcfzHbfq";
String... | UTF-8 | Java | 1,303 | java | Dao.java | Java | [
{
"context": "ing port = \"4050\";\n String username = \"09139cbfc993430eb70a2b855f340ca2\"; //用户AK\n String password = \"b25ffe993",
"end": 443,
"score": 0.7100748419761658,
"start": 411,
"tag": "KEY",
"value": "09139cbfc993430eb70a2b855f340ca2"
},
{
"context":... | null | [] | package cn.com.hq.dao;
import java.sql.Connection;
import java.sql.DriverManager;
public class Dao {
public static Connection getCommonConnection()
{
Connection connection = null;
try {
/*****填写数据库相关信息(请查找数据库详情页)*****/
String databaseName = "iyGuNBWBMhcCdcfzHbfq";
String... | 1,254 | 0.561532 | 0.523227 | 36 | 33.083332 | 22.312645 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.861111 | false | false | 12 |
a74925517008013fb923eb79aeb256541fad5c3d | 26,800,595,928,858 | e4298b0c2a085fff2dd265061f4a9309072fee5d | /JavaCollectionsTwo.java | 1f9fb0e0b56441569a5ca1429490e06c6065693d | [] | no_license | sidchiku9/GeneralDSA | https://github.com/sidchiku9/GeneralDSA | 68e86d8246273740df7032f114cb4f8a282e68e4 | a892a2192054b6db2e47cb927e679295b4532642 | refs/heads/master | 2021-04-14T18:25:28.651000 | 2020-11-23T06:06:07 | 2020-11-23T06:06:07 | 249,254,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.lang.*;
public class JavaCollectionsTwo {
public static void main(String[] args){
LinkedList<String> linkedList = new LinkedList<String>();
linkedList.add("Name : ");
linkedList.add("Siddharth");
linkedList.add("Agrawal");
linkedList.... | UTF-8 | Java | 510 | java | JavaCollectionsTwo.java | Java | [
{
"context": "inkedList.add(\"Name : \");\n linkedList.add(\"Siddharth\");\n linkedList.add(\"Agrawal\");\n lin",
"end": 262,
"score": 0.9997124075889587,
"start": 253,
"tag": "NAME",
"value": "Siddharth"
},
{
"context": "kedList.add(\"Siddharth\");\n link... | null | [] | import java.util.*;
import java.lang.*;
public class JavaCollectionsTwo {
public static void main(String[] args){
LinkedList<String> linkedList = new LinkedList<String>();
linkedList.add("Name : ");
linkedList.add("Siddharth");
linkedList.add("Agrawal");
linkedList.... | 510 | 0.592157 | 0.590196 | 19 | 25.842106 | 20.178841 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 12 |
fc2a6fdbf973e7f30b3bdb27c0d3e80d53699353 | 6,210,522,714,597 | 0250526fea25894bc352bbacd98cb12c8b6344d9 | /cvm-java/src/lang/java/org/callas/vm/ast/CVMValue.java | fec4ea18a420f303286e688f30b6587539e44ade | [] | no_license | fcmartins/bpmn-decomposition | https://github.com/fcmartins/bpmn-decomposition | 2e3e264d87deec8065b9d06b7ab2904fa5b5319a | c1b53da0b508e21e1650f7d4c37aebf00cc3540a | refs/heads/master | 2020-12-03T04:02:19.210000 | 2017-06-29T18:26:11 | 2017-06-29T18:26:11 | 95,805,847 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.callas.vm.ast;
/**
* The base class for all values.
*
* @author Tiago Cogumbreiro (cogumbreiro@di.fc.ul.pt)
* @date Aug 27, 2008
*
*/
public abstract class CVMValue {
// OK
}
| UTF-8 | Java | 198 | java | CVMValue.java | Java | [
{
"context": "*\n * The base class for all values.\n * \n * @author Tiago Cogumbreiro (cogumbreiro@di.fc.ul.pt)\n * @date Aug 27, 2008\n ",
"end": 99,
"score": 0.999876856803894,
"start": 82,
"tag": "NAME",
"value": "Tiago Cogumbreiro"
},
{
"context": "for all values.\n * \n * @autho... | null | [] | package org.callas.vm.ast;
/**
* The base class for all values.
*
* @author <NAME> (<EMAIL>)
* @date Aug 27, 2008
*
*/
public abstract class CVMValue {
// OK
}
| 171 | 0.646465 | 0.616162 | 13 | 14.230769 | 16.609329 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 12 |
c96c46a7c4bb800ab14be8ce1a24eafe1e1f0914 | 4,896,262,778,493 | 57eea674c6bf5ae3712d30c40631633f00dea14e | /src/test/java/com/qyfftf/clickhousemanager/ClickhousemanagerApplicationTests.java | a2cc061117db6b0863f0708000718b02e3a80432 | [] | no_license | qyfftf/clickhouse-manager | https://github.com/qyfftf/clickhouse-manager | de9696cd4430d77b05d7bd3373307d4fc02a380a | 971c5983bda290bd339800245f36ce8dea35ab0e | refs/heads/master | 2023-06-06T15:46:43.608000 | 2021-07-05T12:07:02 | 2021-07-05T12:07:02 | 383,126,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qyfftf.clickhousemanager;
import com.qyfftf.clickhousemanager.dao.TablesDao;
import com.qyfftf.clickhousemanager.entity.Tables;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import java.util.Li... | UTF-8 | Java | 564 | java | ClickhousemanagerApplicationTests.java | Java | [] | null | [] | package com.qyfftf.clickhousemanager;
import com.qyfftf.clickhousemanager.dao.TablesDao;
import com.qyfftf.clickhousemanager.entity.Tables;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import java.util.Li... | 564 | 0.762411 | 0.762411 | 22 | 24.636364 | 21.147846 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 12 |
8e7205edc1511d58af1256d38d5b17cb909349f4 | 14,800,457,314,363 | 862c5ccd736b484178f168aa227cb3902c7a50d0 | /java/src/main/java/com/github/jamsa/leetcode/Solution29.java | d836c5712792411615a982ac1ed4e763f808e3a6 | [] | no_license | Jamsa/leetcode | https://github.com/Jamsa/leetcode | 3edfb515b549fd46ccd53f592f6bb916788bbeab | 0b067420fc1e5c78fac2ef13be237d017516d54c | refs/heads/main | 2023-07-15T03:52:15.024000 | 2021-08-18T08:38:29 | 2021-08-18T08:38:29 | 360,477,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.jamsa.leetcode;
/**
* 29. 两数相除
* https://leetcode-cn.com/problems/divide-two-integers/
*
* 直接用加法处理,理论上可以求解,但是遇到大数字时,求解会非常耗时
*
* @time : 2021/7/14 4:33 下午
* @author: zhujie
*/
public class Solution29 {
public int divide(int dividend, int divisor) {
if(divisor==1) return dividend;
... | UTF-8 | Java | 2,091 | java | Solution29.java | Java | [
{
"context": "解会非常耗时\n *\n * @time : 2021/7/14 4:33 下午\n * @author: zhujie\n */\npublic class Solution29 {\n public int divi",
"end": 198,
"score": 0.999158501625061,
"start": 192,
"tag": "USERNAME",
"value": "zhujie"
}
] | null | [] | package com.github.jamsa.leetcode;
/**
* 29. 两数相除
* https://leetcode-cn.com/problems/divide-two-integers/
*
* 直接用加法处理,理论上可以求解,但是遇到大数字时,求解会非常耗时
*
* @time : 2021/7/14 4:33 下午
* @author: zhujie
*/
public class Solution29 {
public int divide(int dividend, int divisor) {
if(divisor==1) return dividend;
... | 2,091 | 0.5622 | 0.51842 | 72 | 25.013889 | 21.50161 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
c63db91ea962331716e1e2b74be7978a0e3f6f22 | 24,008,867,207,904 | cdb6a6d4552872dfb563641c09f6536c2f74df14 | /Week3/exercise25_2-service/src/main/java/cs544/exercise25_2/service/IGreeting.java | 125b8cd435f7cd2e68861d48c1606d58272e050c | [] | no_license | ukachaos/EnterpriseArchitecureLabs | https://github.com/ukachaos/EnterpriseArchitecureLabs | 3cbed39625823fc2d2266e53d10b9c4e3a4e2503 | 1f462e52677ea31058dd540b1582b06b2ac82f41 | refs/heads/master | 2020-03-28T15:18:57.149000 | 2018-09-21T02:46:12 | 2018-09-21T02:46:12 | 148,579,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cs544.exercise25_2.service;
public interface IGreeting {
public int calc(char op, int num);
}
| UTF-8 | Java | 109 | java | IGreeting.java | Java | [] | null | [] | package cs544.exercise25_2.service;
public interface IGreeting {
public int calc(char op, int num);
}
| 109 | 0.724771 | 0.669725 | 5 | 19.799999 | 15.967467 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 12 |
1856920a9e3e83e3ea721b76483d2aadd8796885 | 16,767,552,392,490 | 65f44002e67d6085cb3e39e5673866e2bdff8989 | /src/org/irods/jargon/core/connection/AuthenticationFactoryImpl.java | 1a8d1768da5ba7eadd09903d2c96c6f11d2ad190 | [] | no_license | bingzhang/DLSFuseServer | https://github.com/bingzhang/DLSFuseServer | 33080c70bbd348e0e07126788f99ff72e0925dbb | 9585cd63666eecbacf936c039b8a4e3005c4133e | refs/heads/master | 2021-01-10T19:50:28.996000 | 2014-10-05T02:16:24 | 2014-10-05T02:16:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.irods.jargon.core.connection;
import org.irods.jargon.core.connection.IRODSAccount.AuthScheme;
import org.irods.jargon.core.connection.auth.AuthUnavailableException;
import org.irods.jargon.core.exception.JargonException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* An implementation of... | UTF-8 | Java | 1,634 | java | AuthenticationFactoryImpl.java | Java | [
{
"context": "hat can create an implementation of\n * \n * @author Mike Conway - DICE (www.irods.org)\n * \n */\npublic class Authe",
"end": 394,
"score": 0.9997020959854126,
"start": 383,
"tag": "NAME",
"value": "Mike Conway"
}
] | null | [] | package org.irods.jargon.core.connection;
import org.irods.jargon.core.connection.IRODSAccount.AuthScheme;
import org.irods.jargon.core.connection.auth.AuthUnavailableException;
import org.irods.jargon.core.exception.JargonException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* An implementation of... | 1,629 | 0.747858 | 0.746634 | 57 | 27.666666 | 25.30192 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.719298 | false | false | 12 |
d03e663b7783a2b966d19d1f3629aed7f19b7276 | 14,087,492,747,964 | c40efb977101232d91e99af0b78778bad3e0950a | /game_server/src/com/hifun/soul/gameserver/recharge/template/RechargeTemplateVO.java | a8d6271fac6f672abf8cb36d70b5c1eb20a3a6e9 | [] | no_license | cietwwl/server | https://github.com/cietwwl/server | 2bca79a17be6d5e6fee65e57d0df1fc753fb35e3 | d18804f8c182eaa2509666aec10a2212ababc13c | refs/heads/master | 2020-06-14T15:12:16.679000 | 2014-11-19T14:48:04 | 2014-11-19T14:48:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hifun.soul.gameserver.recharge.template;
import com.hifun.soul.core.annotation.ExcelRowBinding;
import com.hifun.soul.common.exception.TemplateConfigException;
import com.hifun.soul.core.annotation.ExcelCellBinding;
import com.hifun.soul.core.template.TemplateObject;
/**
* 充值奖励模板
*
* @author SevenSoul... | UTF-8 | Java | 1,330 | java | RechargeTemplateVO.java | Java | [
{
"context": "late.TemplateObject;\n\n/**\n * 充值奖励模板\n * \n * @author SevenSoul\n */\n\n@ExcelRowBinding\npublic abstract class Recha",
"end": 320,
"score": 0.9931043386459351,
"start": 311,
"tag": "USERNAME",
"value": "SevenSoul"
}
] | null | [] | package com.hifun.soul.gameserver.recharge.template;
import com.hifun.soul.core.annotation.ExcelRowBinding;
import com.hifun.soul.common.exception.TemplateConfigException;
import com.hifun.soul.core.annotation.ExcelCellBinding;
import com.hifun.soul.core.template.TemplateObject;
/**
* 充值奖励模板
*
* @author SevenSoul... | 1,330 | 0.728868 | 0.722488 | 56 | 21.410715 | 23.085073 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.339286 | false | false | 12 |
72d0d9a42bb05a35826374c24050aaf1c483eadc | 3,925,600,126,853 | 9fbb12fd74cf9efbc12c45a300179ffa8566e0d5 | /src/com/task1/Cases/InputHandler.java | 7a2e38325aba8b27d7895d8419bd4fb594ba8b9c | [] | no_license | VincentVegaV/Cases | https://github.com/VincentVegaV/Cases | d8dd19613c79ebda0348009aacf4d5950441808a | 6e6627c05360c7aaefc3d4cb7b25ce377f836f6b | refs/heads/master | 2020-03-27T01:56:49.466000 | 2018-08-30T07:40:11 | 2018-08-30T07:40:11 | 145,755,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.task1.Cases;
import java.util.Scanner;
import java.io.*;
/**
* "InputHandler" class reads and validate strings from console input
*
* @author a2.verbitsky
* @version 1.0
*/
public class InputHandler {
/**Field for saving file path string*/
private String path = "";
/**Field for saving num... | UTF-8 | Java | 1,487 | java | InputHandler.java | Java | [
{
"context": " validate strings from console input\n *\n * @author a2.verbitsky\n * @version 1.0\n */\npublic class InputHandler {\n ",
"end": 171,
"score": 0.9878069758415222,
"start": 159,
"tag": "USERNAME",
"value": "a2.verbitsky"
}
] | null | [] | package com.task1.Cases;
import java.util.Scanner;
import java.io.*;
/**
* "InputHandler" class reads and validate strings from console input
*
* @author a2.verbitsky
* @version 1.0
*/
public class InputHandler {
/**Field for saving file path string*/
private String path = "";
/**Field for saving num... | 1,487 | 0.572293 | 0.568258 | 62 | 22.983871 | 21.077042 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306452 | false | false | 12 |
9627e0c95b9b18c841224f4727c279de0a96840b | 28,965,259,459,071 | 6e5762c398629cea17cb7e712bba0700423494a8 | /src/main/java/observer/AbstractObserver.java | fe69ed82337a9ad6baead700d33419567a6cb6da | [] | no_license | lavenwl/Design-Pattern | https://github.com/lavenwl/Design-Pattern | c07686e5f23e599f5b234d7abc669d223e261013 | 34312173e1c306abbdc1db3c37de433b9a1813a1 | refs/heads/master | 2021-07-12T02:38:27.580000 | 2017-10-17T09:34:05 | 2017-10-17T09:35:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package observer;
/**
* @Description:
* @Author: laven
* @Date: 2017/10/13 上午11:51
*/
public abstract class AbstractObserver {
protected Subject subject;
public abstract void update();
}
| UTF-8 | Java | 204 | java | AbstractObserver.java | Java | [
{
"context": "ackage observer;\n\n/**\n * @Description:\n * @Author: laven\n * @Date: 2017/10/13 上午11:51\n */\npublic abstract ",
"end": 57,
"score": 0.9996224641799927,
"start": 52,
"tag": "USERNAME",
"value": "laven"
}
] | null | [] | package observer;
/**
* @Description:
* @Author: laven
* @Date: 2017/10/13 上午11:51
*/
public abstract class AbstractObserver {
protected Subject subject;
public abstract void update();
}
| 204 | 0.685 | 0.625 | 11 | 17.181818 | 13.63697 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 12 |
cd1e3b6f717ef4d563cde959eaec476ab730e4c1 | 8,117,488,209,512 | 5acf6b1213045e4404fbe469d19a6a55c74eb6fc | /base/src/main/java/mx/babel/bansefi/banksystem/base/backends/ConsultaDetalleBienIngresoGastoBackEnd.java | f766b51da91ac263a98b6f3f50f8cebb7d8b52e6 | [] | no_license | appwheredescf/BSNewBancaElectronica | https://github.com/appwheredescf/BSNewBancaElectronica | bda06dbb78705fae803de07aa4a574ade0829caf | 440e894c4c2c99f463e3f373353525cd1a7f75f7 | refs/heads/master | 2020-05-21T00:36:25.805000 | 2019-07-02T16:36:59 | 2019-07-02T16:36:59 | 185,832,259 | 0 | 0 | null | false | 2020-10-13T13:11:43 | 2019-05-09T16:10:37 | 2019-07-02T16:55:00 | 2020-10-13T13:11:41 | 15,821 | 0 | 0 | 3 | Java | false | false | package mx.babel.bansefi.banksystem.base.backends;
import java.io.Serializable;
import mx.babel.arq.comun.exceptions.NoControlableException;
import mx.babel.arq.comun.utils.ServicioWebUtils;
import mx.babel.bansefi.banksystem.base.beans.domain.BienBean;
import mx.babel.bansefi.banksystem.base.constants.CodTxConstants... | UTF-8 | Java | 8,385 | java | ConsultaDetalleBienIngresoGastoBackEnd.java | Java | [
{
"context": "alles de un bien\n * TR_BIEN_CNS_TRN\n * \n * @author luis.gcastellano\n * \n */\n@Component\npublic class ConsultaDetalleBi",
"end": 1361,
"score": 0.9369012117385864,
"start": 1345,
"tag": "NAME",
"value": "luis.gcastellano"
}
] | null | [] | package mx.babel.bansefi.banksystem.base.backends;
import java.io.Serializable;
import mx.babel.arq.comun.exceptions.NoControlableException;
import mx.babel.arq.comun.utils.ServicioWebUtils;
import mx.babel.bansefi.banksystem.base.beans.domain.BienBean;
import mx.babel.bansefi.banksystem.base.constants.CodTxConstants... | 8,385 | 0.700537 | 0.697672 | 207 | 39.458939 | 33.934677 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
91cfe64f60fb1f1116315e3699a9a4dc20962705 | 20,512,763,850,069 | 46167791cbfeebc8d3ddc97112764d7947fffa22 | /quarkus/src/main/java/com/justexample/repository/Entity0987Repository.java | 84eee36cd635975832aa70638be169ceeb9c2a31 | [] | no_license | kahlai/unrealistictest | https://github.com/kahlai/unrealistictest | 4f668b4822a25b4c1f06c6b543a26506bb1f8870 | fe30034b05f5aacd0ef69523479ae721e234995c | refs/heads/master | 2023-08-25T09:32:16.059000 | 2021-11-09T08:17:22 | 2021-11-09T08:17:22 | 425,726,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.repository;
import java.util.List;
import com.example.entity.Entity0987;
import org.springframework.data.jpa.repository.JpaRepository;
public interface Entity0987Repository extends JpaRepository<Entity0987,Long>{
}
| UTF-8 | Java | 244 | java | Entity0987Repository.java | Java | [] | null | [] | package com.example.repository;
import java.util.List;
import com.example.entity.Entity0987;
import org.springframework.data.jpa.repository.JpaRepository;
public interface Entity0987Repository extends JpaRepository<Entity0987,Long>{
}
| 244 | 0.819672 | 0.770492 | 11 | 21.181818 | 26.190971 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 12 |
8ef029d056f90875f2d080e565571b938ba64595 | 39,118,562,158,872 | 8ed6b07e67e08c4fb4940c907d5bdf62d50ef886 | /src/psp/com/RunProcessPing.java | 298e5c0e7dfb6ed3bbd2ade25fc060539ecce14a | [] | no_license | Amechy/RunProcessPing | https://github.com/Amechy/RunProcessPing | 07c0354c659ebaf58848d494eeab3bb46589f3aa | f616cf283dcfb7873c9f57ab084e24559c7e39fc | refs/heads/master | 2021-07-07T05:32:45.187000 | 2017-10-06T09:58:49 | 2017-10-06T09:58:49 | 105,881,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package psp.com;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class RunProcessPing {
public static void main(String[] args) {
Process proceso = null;
try {
proceso = new ProcessBuilder("ping","www.google.com").start();
BufferedReader in ... | UTF-8 | Java | 661 | java | RunProcessPing.java | Java | [] | null | [] | package psp.com;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class RunProcessPing {
public static void main(String[] args) {
Process proceso = null;
try {
proceso = new ProcessBuilder("ping","www.google.com").start();
BufferedReader in ... | 661 | 0.615734 | 0.609682 | 31 | 20.32258 | 18.225092 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.193548 | false | false | 12 |
d91bf34aa7ae7acbd3f360e8c705f5133eda1b78 | 18,588,618,527,031 | d85d919f4a5820cbf61005a9cbac83a20999a6eb | /src/Double_pointer/leet141.java | f1626d6b73f7d1770508ed1920dad9dad34d7dc2 | [] | no_license | ITZonghuan/algorithms-and-data-structures | https://github.com/ITZonghuan/algorithms-and-data-structures | a88bc6773f46e601a674e0df49671038cd373f70 | 444c210d62054b8706d6d17ddc7d6ae9f45a6c86 | refs/heads/master | 2022-12-13T11:09:09.857000 | 2020-09-07T02:30:52 | 2020-09-07T02:30:52 | 293,402,063 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Double_pointer;
/**
* 判断链表是否有环?
*/
public class leet141 {
class ListNode{
int val;
ListNode next;
ListNode(int x){
val = x;
}
}
public boolean hasCycle(ListNode head){
if(head == null) return false;
//快慢指针,双指针,初始化慢指针为头结点,快指针为头结点的下一个结点
... | UTF-8 | Java | 625 | java | leet141.java | Java | [] | null | [] | package Double_pointer;
/**
* 判断链表是否有环?
*/
public class leet141 {
class ListNode{
int val;
ListNode next;
ListNode(int x){
val = x;
}
}
public boolean hasCycle(ListNode head){
if(head == null) return false;
//快慢指针,双指针,初始化慢指针为头结点,快指针为头结点的下一个结点
... | 625 | 0.497227 | 0.473198 | 25 | 20.639999 | 14.130478 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 12 |
de69ebbc72dd0af2e7b7ef2b63199ee46913dc94 | 39,462,159,516,664 | 561b1938cacee28da486bcfff02a306d9e3668c6 | /Bus Management/src/bus/management/Addbusinfo.java | 9d990b3fc6f327ad6f957375c87af4318885120d | [] | no_license | sachinsaxenaji/Bus-Management | https://github.com/sachinsaxenaji/Bus-Management | a7b235ee5d8ee3045d55f828db4fe3c6fde1f091 | 93f03ddd6dbeaea1811ce741afb90da699fff58b | refs/heads/master | 2022-12-16T17:41:58.646000 | 2020-09-24T06:42:20 | 2020-09-24T06:42:20 | 260,302,943 | 2 | 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 bus.management;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.Ser... | UTF-8 | Java | 6,651 | java | Addbusinfo.java | Java | [
{
"context": "avax.persistence.Transient;\r\n\r\n/**\r\n *\r\n * @author user\r\n */\r\n@Entity\r\n@Table(name = \"ADDBUSINFO\", catalo",
"end": 697,
"score": 0.9988932609558105,
"start": 693,
"tag": "USERNAME",
"value": "user"
}
] | 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 bus.management;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.Ser... | 6,651 | 0.653436 | 0.652984 | 197 | 31.761421 | 30.911022 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588832 | false | false | 12 |
5c8c651749a3895cd72ecf018dfe64f554e35768 | 29,454,885,784,684 | 520865849067fdf8e8d67159fc1ef2ddf29202ab | /src/task/MyStack.java | 7b73c5d798cde6456da7afc414a4800fd10f548c | [] | no_license | meelody/Practice | https://github.com/meelody/Practice | e70c4d58c98bd3f0d2cf0bc82ea994d15b7afa7b | e58b254e19927f16e59d148dcdfecb14bd56370b | refs/heads/master | 2021-01-10T07:34:42.319000 | 2016-03-17T13:25:00 | 2016-03-17T13:25:00 | 53,474,190 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package task;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class MyStack {
private final LinkedList<Element> elements;
private int sum;
public MyStack() {
this.elements = new LinkedList();
}
public void push(int value,int index){
elements.add(new... | UTF-8 | Java | 893 | java | MyStack.java | Java | [] | null | [] | package task;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class MyStack {
private final LinkedList<Element> elements;
private int sum;
public MyStack() {
this.elements = new LinkedList();
}
public void push(int value,int index){
elements.add(new... | 893 | 0.684211 | 0.684211 | 52 | 16.173077 | 13.129124 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.788462 | false | false | 12 |
dc1fe444e6f2fdcaf2294ca85f2ffea697b849b9 | 38,929,583,604,499 | b8621c2ac5a2fa44960f67c69d38c8fd97dfb206 | /eagle-oj-web/src/main/java/com/eagleoj/web/judger/task/GroupJudgeTask.java | 0d2732cc356ab4aa18fd7678d7fe87ffc19681e8 | [] | no_license | Eagle-OJ/eagle-oj-api | https://github.com/Eagle-OJ/eagle-oj-api | 5f888aa5c414cffcb3785a3c88a2b1f2cd1685c3 | a7b507c6d33d5529f060eb2333f62bd87ce73afb | refs/heads/master | 2022-06-06T01:12:23.315000 | 2022-05-22T14:21:08 | 2022-05-22T14:21:08 | 107,384,763 | 26 | 8 | null | false | 2018-03-26T01:56:04 | 2017-10-18T09:10:53 | 2018-03-23T12:14:08 | 2018-03-26T01:56:04 | 1,123 | 7 | 2 | 0 | Java | false | null | package com.eagleoj.web.judger.task;
/**
* @author Smith
**/
public class GroupJudgeTask extends ContestJudgeTask {
private int gid;
public int getGid() {
return gid;
}
public void setGid(int gid) {
this.gid = gid;
}
}
| UTF-8 | Java | 260 | java | GroupJudgeTask.java | Java | [
{
"context": "ckage com.eagleoj.web.judger.task;\n\n/**\n * @author Smith\n **/\npublic class GroupJudgeTask extends ContestJ",
"end": 58,
"score": 0.9993975758552551,
"start": 53,
"tag": "NAME",
"value": "Smith"
}
] | null | [] | package com.eagleoj.web.judger.task;
/**
* @author Smith
**/
public class GroupJudgeTask extends ContestJudgeTask {
private int gid;
public int getGid() {
return gid;
}
public void setGid(int gid) {
this.gid = gid;
}
}
| 260 | 0.607692 | 0.607692 | 16 | 15.25 | 15.465688 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
697228bd57818a5ac380246986f980214b461ed5 | 34,084,860,506,467 | 969e094c572c688a1eec1d3b97089fac71533cf4 | /UserFactory.java | 607602c835f1909b4002a0ee8b8b34b9bf04ba5b | [] | no_license | sumaiyamim612/Alumni-Association | https://github.com/sumaiyamim612/Alumni-Association | 28806076054666658e167519461a2ed0ff69155e | e239f70ffc20f001f3388f1d72c4334e3ceba57a | refs/heads/master | 2022-11-05T13:49:49.689000 | 2020-06-26T10:31:14 | 2020-06-26T10:31:14 | 275,128,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class UserFactory {
public void userFactory(String userType) {
if (userType == null) {
// return null;
} else if (userType.equalsIgnoreCase("alumni")) {
//return new alumni();
} else if (userType.equalsIgnoreCase("admin")) {
//return new admi... | UTF-8 | Java | 395 | java | UserFactory.java | Java | [] | null | [] | public class UserFactory {
public void userFactory(String userType) {
if (userType == null) {
// return null;
} else if (userType.equalsIgnoreCase("alumni")) {
//return new alumni();
} else if (userType.equalsIgnoreCase("admin")) {
//return new admi... | 395 | 0.493671 | 0.493671 | 14 | 26.214285 | 17.9888 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 12 |
99e3bffcf3a770c6e291f83987f7fe8ce924d64b | 36,472,862,313,715 | 142ef0039d0ea36be5cacedb874aebecb1c074ab | /src/main/java/com/ifelze/rentme/web/websocket/dto/package-info.java | 6895d74eb5558eae566e147f3cc85d650aca71e3 | [] | no_license | BulkSecurityGeneratorProject/rentme | https://github.com/BulkSecurityGeneratorProject/rentme | 6994b77bff43539ef44e0d548209d7e62662181a | f7e73ec43058f928ebcf1bf702d9ac4d48a59cfb | refs/heads/master | 2022-12-21T20:45:26.751000 | 2017-12-13T21:01:47 | 2017-12-13T21:01:47 | 296,592,835 | 0 | 0 | null | true | 2020-09-18T10:46:16 | 2020-09-18T10:46:15 | 2017-12-13T20:13:11 | 2017-12-13T21:01:50 | 384 | 0 | 0 | 0 | null | false | false | /**
* Data Access Objects used by WebSocket services.
*/
package com.ifelze.rentme.web.websocket.dto;
| UTF-8 | Java | 104 | java | package-info.java | Java | [] | null | [] | /**
* Data Access Objects used by WebSocket services.
*/
package com.ifelze.rentme.web.websocket.dto;
| 104 | 0.740385 | 0.740385 | 4 | 25 | 22.102036 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
adb840d03e6e08c3e461e293417c52c94fafe219 | 38,843,684,239,412 | 1d7bfc34bec210ee1db138bf1fd878acd5d8dd03 | /src/main/java/com/leetcode/net/linked/Q_142.java | a6f807305cc94a30323703819780f9563d041a94 | [] | no_license | DoublePei/leetcode | https://github.com/DoublePei/leetcode | 04eaa08694c6023faffad59075834f3695c8172f | 0677c849a1ccdc6fe97b1aec14f99cf57efb4ce2 | refs/heads/master | 2023-08-29T08:40:00.002000 | 2021-09-28T02:45:13 | 2021-09-28T02:45:13 | 289,905,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode.net.linked;
import java.util.HashMap;
import java.util.Map;
/**链表
* 环形
*/
public class Q_142 {
public ListNode detectCycle(ListNode head) {
ListNode fast = head;
ListNode slow = head;
while (fast != null && fast.next != null) {
fast = fast.next.next;
... | UTF-8 | Java | 1,104 | java | Q_142.java | Java | [] | null | [] | package com.leetcode.net.linked;
import java.util.HashMap;
import java.util.Map;
/**链表
* 环形
*/
public class Q_142 {
public ListNode detectCycle(ListNode head) {
ListNode fast = head;
ListNode slow = head;
while (fast != null && fast.next != null) {
fast = fast.next.next;
... | 1,104 | 0.457798 | 0.445872 | 50 | 20.799999 | 16.097204 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 12 |
aa51b96c6e08ee1d4e2b73b6333c6aed48cb4ec7 | 38,963,943,346,543 | 2ea351617fa887a95a427f19dbcee1a345414241 | /src/test/java/com/nibado/fastcollections/lookup/java/ArrayIntLookup.java | 0125d45283d0a5a7ef012121263f05d47113faa7 | [
"MIT"
] | permissive | nielsutrecht/set-performance-test | https://github.com/nielsutrecht/set-performance-test | 24ac7a523894b19b98ccca5e4209c1fc61efd153 | 3eb40f01d6ce62156e97c7d5dc875be14796a796 | refs/heads/master | 2021-05-17T15:15:04.319000 | 2020-04-20T06:36:17 | 2020-04-20T06:36:17 | 250,839,363 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nibado.fastcollections.lookup.java;
import com.nibado.fastcollections.BenchmarkData;
import com.nibado.fastcollections.lookup.IntLookup;
import java.util.ArrayList;
import java.util.List;
public class ArrayIntLookup implements IntLookup {
private final int[] array;
public ArrayIntLookup(List<Int... | UTF-8 | Java | 607 | java | ArrayIntLookup.java | Java | [] | null | [] | package com.nibado.fastcollections.lookup.java;
import com.nibado.fastcollections.BenchmarkData;
import com.nibado.fastcollections.lookup.IntLookup;
import java.util.ArrayList;
import java.util.List;
public class ArrayIntLookup implements IntLookup {
private final int[] array;
public ArrayIntLookup(List<Int... | 607 | 0.642504 | 0.640857 | 26 | 22.346153 | 19.048405 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 12 |
4524dc7be6e879601d02e5f80f7978c3355373e0 | 34,256,659,201,839 | 439fd3f7741f53e2c1bfeca75f5f07a8f2fe1a72 | /materijal/43_pripreme/saCasa/priprema/src/test/java/com/vp/priprema/service/VehicleServiceTest.java | 1125883c339b01e30d3b6977327495836de20799 | [] | no_license | eniko50/proba | https://github.com/eniko50/proba | 71dd0a04680298b3f1295db694bf5898cc105f14 | 05dfdfdcce552b211d3d6559bb3f79decf62e470 | refs/heads/master | 2023-05-27T00:04:27.716000 | 2023-05-13T12:16:21 | 2023-05-13T12:16:21 | 245,150,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vp.priprema.service;
import com.vp.priprema.data.VehicleRepository;
import com.vp.priprema.model.Vehicle;
import org.junit.After;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTes... | UTF-8 | Java | 1,960 | java | VehicleServiceTest.java | Java | [
{
"context": ";\n vehicleRepository.save(new Vehicle(0L, \"Dacia Duster\", \"hello\", 1000, true));\n\n Map<String, Veh",
"end": 1432,
"score": 0.9970362782478333,
"start": 1420,
"tag": "NAME",
"value": "Dacia Duster"
},
{
"context": " Vehicle duster = leastMileag... | null | [] | package com.vp.priprema.service;
import com.vp.priprema.data.VehicleRepository;
import com.vp.priprema.model.Vehicle;
import org.junit.After;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTes... | 1,948 | 0.717347 | 0.687245 | 60 | 31.683332 | 28.557247 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.95 | false | false | 12 |
c869b8fa095f852bbde005027746b615e677a43a | 34,256,659,204,253 | c62e24c0c82b055f8b06d13717fdb867a21263c5 | /admin/src/main/java/com/gaoling/admin/util/DateUtil.java | 2050edefe4cf0b0a82bf44021b68a9b43fb1d720 | [] | no_license | cshuangmeng/shop | https://github.com/cshuangmeng/shop | 74f6de4cbc731442e08bc3dfa284df8dde054db9 | a833b73df33b93507c8605a0f44bdd71c0448f73 | refs/heads/master | 2022-09-29T17:17:52.432000 | 2019-09-24T01:59:45 | 2019-09-24T01:59:45 | 91,952,273 | 1 | 0 | null | false | 2022-09-01T22:35:51 | 2017-05-21T11:29:57 | 2020-06-04T03:38:09 | 2022-09-01T22:35:46 | 9,926 | 1 | 0 | 58 | JavaScript | false | false | package com.gaoling.admin.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.lang3.time.DateFormatUtils;
import org.apache.commons.lang3.time.DateUtils;
public class DateUtil {
// 获取系统当前时间
public static String getCurrentTime() {
SimpleDateF... | UTF-8 | Java | 1,847 | java | DateUtil.java | Java | [] | null | [] | package com.gaoling.admin.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.lang3.time.DateFormatUtils;
import org.apache.commons.lang3.time.DateUtils;
public class DateUtil {
// 获取系统当前时间
public static String getCurrentTime() {
SimpleDateF... | 1,847 | 0.70364 | 0.693819 | 74 | 22.391891 | 21.64506 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.689189 | false | false | 12 |
f5c782b7e633a851fd1a1567e793bc35ce0c734a | 38,302,518,368,233 | be5b30de0f0d28032cc8ff7961e313d141f3db8b | /src/Implementations/ContactImpl.java | 6de7ec7e6a9e40a3fd21e5864cd82fdb1473fdb8 | [] | no_license | chrischivers/ContactManager | https://github.com/chrischivers/ContactManager | 0711cd4f4556fd76ad47a25942162cf03fbe4b62 | d07de1662ebb43dd7621b6f65fc368fcd1756cf6 | refs/heads/master | 2015-08-10T02:34:31.664000 | 2014-03-09T20:29:23 | 2014-03-09T20:29:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Implementations;
import Interfaces.Contact;
public class ContactImpl implements Contact {
// Variable containing the next unique ID (incremental)
public static int nextUniqueID = 1;
private final int contactID;
private String contactName;
private String contactNotes;
/**
* Constructor
... | UTF-8 | Java | 2,015 | java | ContactImpl.java | Java | [
{
"context": " contactName, String notes) {\n\t\tthis.contactName = contactName;\n\t\tthis.contactNotes = notes;\n\t\tthis.contactI",
"end": 586,
"score": 0.5720469355583191,
"start": 579,
"tag": "NAME",
"value": "contact"
},
{
"context": "\n\t\t}\n\t\t\n\t\t// Set up variables\n\t\t... | null | [] | package Implementations;
import Interfaces.Contact;
public class ContactImpl implements Contact {
// Variable containing the next unique ID (incremental)
public static int nextUniqueID = 1;
private final int contactID;
private String contactName;
private String contactNotes;
/**
* Constructor
... | 2,015 | 0.700744 | 0.699752 | 79 | 24.506329 | 23.01066 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.734177 | false | false | 12 |
33cf29bfcefb162faf912b81f7d3bea18a7a1bad | 33,990,371,238,343 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/google/android/gms/internal/ads/zzdqr.java | fccdebcd6fbed38e39ac63f541b10aa0998796b9 | [] | no_license | cga2351/code | https://github.com/cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299000 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal.ads;
import java.util.List;
public final class zzdqr extends RuntimeException
{
private final List<String> zzhle = null;
public zzdqr(zzdpj paramzzdpj)
{
super("Message was missing required fields. (Lite runtime could not determine which fields were missin... | UTF-8 | Java | 611 | java | zzdqr.java | Java | [] | null | [] | package com.google.android.gms.internal.ads;
import java.util.List;
public final class zzdqr extends RuntimeException
{
private final List<String> zzhle = null;
public zzdqr(zzdpj paramzzdpj)
{
super("Message was missing required fields. (Lite runtime could not determine which fields were missin... | 611 | 0.677578 | 0.656301 | 23 | 24.652174 | 30.917294 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 12 |
6efbc8ac770a93951ba6a708b347792866940925 | 27,891,517,650,701 | 698a31432c109784d884d863066c8ffb9dc32f71 | /jeecg-boot-module-system/src/main/java/org/jeecg/modules/test/test/service/impl/ContractTransferServiceImpl.java | d05248fb95a9f5ef3426ce15cbb5027de2e3ae0a | [
"MIT"
] | permissive | Easonnaly/jeecg-boot | https://github.com/Easonnaly/jeecg-boot | 1708d3ba3522df2d7d819d539c422009954a119e | 6eefc77db2f3f43a7fe07c87f49dc9b509b6f583 | refs/heads/master | 2022-07-10T00:26:50.769000 | 2019-11-12T07:20:39 | 2019-11-12T07:20:39 | 221,153,322 | 0 | 0 | MIT | false | 2022-06-21T02:13:24 | 2019-11-12T07:10:57 | 2019-11-12T07:21:13 | 2022-06-21T02:13:21 | 2,687 | 0 | 0 | 4 | TSQL | false | false | package org.jeecg.modules.test.test.service.impl;
import org.jeecg.modules.test.test.entity.ContractTransfer;
import org.jeecg.modules.test.test.mapper.ContractTransferMapper;
import org.jeecg.modules.test.test.service.IContractTransferService;
import org.springframework.stereotype.Service;
import com.baomidou.mybati... | UTF-8 | Java | 621 | java | ContractTransferServiceImpl.java | Java | [
{
"context": "rviceImpl;\n\n/**\n * @Description: 合同移交表\n * @Author: jeecg-boot\n * @Date: 2019-11-05\n * @Version: V1.0\n */\n@Ser",
"end": 412,
"score": 0.9996064305305481,
"start": 402,
"tag": "USERNAME",
"value": "jeecg-boot"
}
] | null | [] | package org.jeecg.modules.test.test.service.impl;
import org.jeecg.modules.test.test.entity.ContractTransfer;
import org.jeecg.modules.test.test.mapper.ContractTransferMapper;
import org.jeecg.modules.test.test.service.IContractTransferService;
import org.springframework.stereotype.Service;
import com.baomidou.mybati... | 621 | 0.813421 | 0.797054 | 19 | 31.157894 | 35.77306 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 12 |
4e59e4a83e3b7ce99acf904bb569bfe6614b248b | 10,007,273,835,056 | 1056992e1dd14ae40b71fd4cc6540e60b01cfa0f | /app/src/main/java/com/example/intercapapp/GCM/GCMNotificationIntentService.java | ca761858a8307e3beb9d52818d03445f0b132e05 | [] | no_license | mbascolo/appintercapebiz | https://github.com/mbascolo/appintercapebiz | acc3d6970e6109ce73a07c2725678acba94f37ff | 196490a28b1e2d5901645d0689c5c83a312d6c2b | refs/heads/master | 2021-01-21T13:41:37.191000 | 2016-05-11T21:06:13 | 2016-05-11T21:06:13 | 55,101,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.intercapapp.GCM;
import android.app.IntentService;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import ... | UTF-8 | Java | 6,283 | java | GCMNotificationIntentService.java | Java | [
{
"context": " String EMAIL_ID = pref.getString(\"emailID\", \"por_defecto@email.com\");\n\n\t\tGcmBroadcastReceiver.completeWakefulIntent(",
"end": 2523,
"score": 0.9996594786643982,
"start": 2502,
"tag": "EMAIL",
"value": "por_defecto@email.com"
}
] | null | [] | package com.example.intercapapp.GCM;
import android.app.IntentService;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import ... | 6,269 | 0.711306 | 0.709395 | 183 | 33.31694 | 26.622192 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.502732 | false | false | 12 |
8b62f24ba9648203c473917fa4331ca0a941ff4b | 26,259,430,098,408 | 252f48c6a83182020907a6a0467b5e025399e930 | /src/com/bikefunclub/emp/model/EmpJDBCDAO.java | 11cf4e0d3bcf50fd1cfaec60a01a41bd1a55c61e | [] | no_license | timchen003617/bikefunclub | https://github.com/timchen003617/bikefunclub | 8444fbb806be4bddda9ab875c4870121e738fdb3 | e4da067c4efb96b80e0426470f7a6b7da923835a | refs/heads/master | 2021-01-01T16:51:07.950000 | 2015-02-06T08:18:50 | 2015-02-06T08:18:50 | 31,746,058 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bikefunclub.emp.model;
import java.util.*;
import java.sql.*;
import java.sql.Date;
import com.bikefunclub.Ann.model.AnnJDBCDAO;
public class EmpJDBCDAO implements EmpDAO_interface {
String driver = "oracle.jdbc.driver.OracleDriver";
String url = "jdbc:oracle:thin:@localhost:1521:orcl";
Str... | UTF-8 | Java | 12,470 | java | EmpJDBCDAO.java | Java | [
{
"context": "String userid = \"bikefunclub\";\r\n\tString passwd = \"bikefunclub\";\r\n\r\n\tprivate static final String INSERT_STMT = \r",
"end": 378,
"score": 0.9993964433670044,
"start": 367,
"tag": "PASSWORD",
"value": "bikefunclub"
},
{
"context": "VO1.setEmppw(\"MANAGER1\");\r... | null | [] | package com.bikefunclub.emp.model;
import java.util.*;
import java.sql.*;
import java.sql.Date;
import com.bikefunclub.Ann.model.AnnJDBCDAO;
public class EmpJDBCDAO implements EmpDAO_interface {
String driver = "oracle.jdbc.driver.OracleDriver";
String url = "jdbc:oracle:thin:@localhost:1521:orcl";
Str... | 12,440 | 0.620008 | 0.610086 | 444 | 25.47072 | 20.169027 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.20946 | false | false | 12 |
886c8ba940783a9cc235c1fc3cee38ffb5f9c850 | 27,255,862,486,616 | 648a11ef80ecd991528ea537ef7f7d4891c71156 | /app/src/main/java/com/example/dplayer/opengles/OpenglesActivity.java | ec4ecf2f8dcb9e377b4ca1cf755e28610bd982c3 | [] | no_license | linxierr/DPlayer | https://github.com/linxierr/DPlayer | fb3963adae9203ab0b273cdcdb5e6c36fe6ebdc5 | ff25cdacff5dbb05768c81c212559ebf359f1a3d | refs/heads/master | 2022-12-08T12:40:31.358000 | 2020-08-20T13:31:54 | 2020-08-20T13:31:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dplayer.opengles;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.opengl.GLSurfaceView;
import android.os.Bundle;
import android.view.SurfaceHolder;
import android.view.SurfaceView;
import com.example.dplayer.R;
impor... | UTF-8 | Java | 2,043 | java | OpenglesActivity.java | Java | [] | null | [] | package com.example.dplayer.opengles;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.opengl.GLSurfaceView;
import android.os.Bundle;
import android.view.SurfaceHolder;
import android.view.SurfaceView;
import com.example.dplayer.R;
impor... | 2,043 | 0.684777 | 0.681351 | 71 | 27.788733 | 24.565472 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507042 | false | false | 12 |
1392e5d06c66919e07236bd6ac241220d72adaf3 | 22,900,765,653,011 | 69ecfa0b2f29f9fdb8202a0b19482d8f43702e4d | /exp2/exp2/jdbc/sqlserver/SQLServerDriverManager.java | c64e333555695b636ea0c7de37d0e8d4db1c899b | [] | no_license | GitHubWFX/EduDesignPattern | https://github.com/GitHubWFX/EduDesignPattern | ab2a7903c9370add121b3e48b6f25eda2db20eee | 293af01e68e60eb027638d0095504b426903cc36 | refs/heads/master | 2020-06-21T05:14:17.082000 | 2019-10-31T09:47:23 | 2019-10-31T09:47:23 | 197,353,010 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exp2.jdbc.sqlserver;
import java.sql.SQLException;
import exp2.jdbc.myConnection;
import exp2.jdbc.myDriverManager;
import exp2.jdbc.mysql.impl.myConnectionImpl;
public class SQLServerDriverManager implements myDriverManager{
private static String DRIVER_CLASS="com.microsoft.sqlserver.jdbc.S... | IBM852 | Java | 1,048 | java | SQLServerDriverManager.java | Java | [
{
"context": "AME=\"root\";\r\n private static String PASS_WORD=\"123456\";\r\n private static myConnectionImpl conn = nul",
"end": 529,
"score": 0.999261200428009,
"start": 523,
"tag": "PASSWORD",
"value": "123456"
}
] | null | [] | package exp2.jdbc.sqlserver;
import java.sql.SQLException;
import exp2.jdbc.myConnection;
import exp2.jdbc.myDriverManager;
import exp2.jdbc.mysql.impl.myConnectionImpl;
public class SQLServerDriverManager implements myDriverManager{
private static String DRIVER_CLASS="com.microsoft.sqlserver.jdbc.S... | 1,052 | 0.680892 | 0.667313 | 35 | 27.457144 | 27.041073 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.971429 | false | false | 12 |
6118e7492c5a946e0a72803db6a96ff4bae4e86e | 30,777,735,664,403 | b6e99b0346572b7def0e9cdd1b03990beb99e26f | /src/gcom/micromedicao/bean/ResumoHidrometroHelper.java | 50de01039c10a4be3df52dad24cb1f4485f8a14b | [] | no_license | prodigasistemas/gsan | https://github.com/prodigasistemas/gsan | ad64782c7bc991329ce5f0bf5491c810e9487d6b | bfbf7ad298c3c9646bdf5d9c791e62d7366499c1 | refs/heads/master | 2023-08-31T10:47:21.784000 | 2023-08-23T17:53:24 | 2023-08-23T17:53:24 | 14,600,520 | 19 | 20 | null | false | 2015-07-29T19:39:10 | 2013-11-21T21:24:16 | 2015-05-07T20:03:51 | 2015-07-29T19:38:44 | 512,861 | 6 | 9 | 6 | Java | null | null | package gcom.micromedicao.bean;
/**
* Classe responsável por ajudar o caso de uso [UC0586] Gerar Resumo Hidrometro
*
* @author Thiago Tenório, Ivan Sérgio
* @date 29/04/2007, 08/08/2007
* @alteracao: Dois campos adicionados a quebra: Motivo Baixa e Classe Metrologica;
*/
public class ResumoHidrometroHe... | ISO-8859-1 | Java | 6,729 | java | ResumoHidrometroHelper.java | Java | [
{
"context": " [UC0586] Gerar Resumo Hidrometro\r\n * \r\n * @author Thiago Tenório, Ivan Sérgio\r\n * @date 29/04/2007, 08/08/2007\r\n *",
"end": 151,
"score": 0.999880850315094,
"start": 137,
"tag": "NAME",
"value": "Thiago Tenório"
},
{
"context": "Resumo Hidrometro\r\n * \r\n * @... | null | [] | package gcom.micromedicao.bean;
/**
* Classe responsável por ajudar o caso de uso [UC0586] Gerar Resumo Hidrometro
*
* @author <NAME>, <NAME>
* @date 29/04/2007, 08/08/2007
* @alteracao: Dois campos adicionados a quebra: Motivo Baixa e Classe Metrologica;
*/
public class ResumoHidrometroHelper {
pr... | 6,714 | 0.73149 | 0.726583 | 243 | 25.683128 | 23.967794 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.720165 | false | false | 12 |
65a51f6fad40a7dd25a5ee22a1fd1b985072a800 | 14,267,881,368,999 | 12d67367796360a9bc8156a78bc19315cb1e9e4b | /app/src/main/java/com/app/medivision/Layout1AgeGender.java | d3cf00960f7930fc810b8e21f5b54461bb33df0a | [] | no_license | mhafeel/Medivision | https://github.com/mhafeel/Medivision | 06f33cb6970caebfb0ac3baf971c4768e28ffe9f | 8a516237da38edcde6c5c055f0ec67a7df050804 | refs/heads/master | 2020-01-23T21:19:57.477000 | 2017-01-09T12:14:45 | 2017-01-09T12:14:45 | 78,425,214 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.medivision;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.wid... | UTF-8 | Java | 8,437 | java | Layout1AgeGender.java | Java | [
{
"context": "import android.widget.Toast;\r\n\r\n/**\r\n * Created by tinut on 29-12-2016.\r\n */\r\npublic class Layout1AgeGende",
"end": 567,
"score": 0.9994825124740601,
"start": 562,
"tag": "USERNAME",
"value": "tinut"
}
] | null | [] | package com.app.medivision;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.wid... | 8,437 | 0.537474 | 0.524881 | 263 | 29.09886 | 27.027477 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558935 | false | false | 12 |
4051570981e759c7ddd33d8f697248b727c68636 | 14,998,025,827,064 | bef84c2dcf6d16096029d230b69fa781b155e523 | /v2/src/org/open311/http/GetServiceList.java | 60a817638abd844b1880e171fdd82d371213e667 | [] | no_license | mjdempsey/JeoReport | https://github.com/mjdempsey/JeoReport | 4fa94f3a7afc2875c4816553559717c795440667 | 62ac3b676524843713af02736a575668415e4897 | refs/heads/master | 2020-04-16T07:03:34.342000 | 2013-12-15T23:23:58 | 2013-12-15T23:23:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Java-Open311 - A java implementation of the Open311 GeoReportv2 Specification.
Copyright (C) 2013, 2014 Matthew Dempsey
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, ei... | UTF-8 | Java | 2,472 | java | GetServiceList.java | Java | [
{
"context": "rtv2 Specification.\r\n Copyright (C) 2013, 2014 Matthew Dempsey\r\n\r\n This program is free software: you can red",
"end": 132,
"score": 0.999885082244873,
"start": 117,
"tag": "NAME",
"value": "Matthew Dempsey"
}
] | null | [] | /*
* Java-Open311 - A java implementation of the Open311 GeoReportv2 Specification.
Copyright (C) 2013, 2014 <NAME>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either vers... | 2,463 | 0.717638 | 0.698625 | 75 | 30.959999 | 30.215864 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.253333 | false | false | 12 |
adbe3530f2a6988de843fbf5d1e74afeaa8c2987 | 17,214,228,966,691 | 4d4a42074deb1288d0fcb6dd6c265a7864b1a442 | /src/main/java/com/liveorder/board/util/OrderFunctionsUtil.java | 87855eb3d9e30e8bc83d30b767ac89ba4a4bfd78 | [] | no_license | findnanda/live-order-board | https://github.com/findnanda/live-order-board | 88ae6b34d8900158e0c80e8a6dee3cc2a4cefee8 | 133dcbca8119504227ccdd2914af249f5ca139c6 | refs/heads/master | 2020-07-08T05:25:30.893000 | 2019-08-21T12:34:04 | 2019-08-21T12:34:04 | 203,578,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liveorder.board.util;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import com.liveorder... | UTF-8 | Java | 2,044 | java | OrderFunctionsUtil.java | Java | [] | null | [] | package com.liveorder.board.util;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import com.liveorder... | 2,044 | 0.733855 | 0.727006 | 42 | 47.666668 | 42.514236 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.928571 | false | false | 12 |
f22996a018940432fb6998e5a778ba771c932432 | 23,776,939,007,094 | bc2f6329f370e417684115629e7118b443fbbdf1 | /src/main/java/seedu/planner/storage/ModulePlannerStorage.java | be3e41c4f5ec9bcee5275655463ae044026953fa | [
"MIT"
] | permissive | CS2103-AY1819S1-T16-4/main | https://github.com/CS2103-AY1819S1-T16-4/main | d5b91d6a32cfb7ff5ad3b9a573493230afe11642 | 0443c4c933a810c722d442e246b5e3a133204ab4 | refs/heads/master | 2020-03-27T20:41:10.207000 | 2018-11-15T05:18:36 | 2018-11-15T05:18:36 | 147,086,220 | 1 | 10 | NOASSERTION | true | 2018-11-15T05:18:37 | 2018-09-02T13:11:38 | 2018-11-12T15:55:11 | 2018-11-15T05:18:37 | 19,745 | 1 | 4 | 0 | Java | false | null | package seedu.planner.storage;
import java.io.IOException;
import java.nio.file.Path;
import java.util.Optional;
import seedu.planner.commons.exceptions.DataConversionException;
import seedu.planner.model.ReadOnlyModulePlanner;
// @@author rongjiecomputer
/**
* Represents a storage for {@link seedu.planner.model.Mo... | UTF-8 | Java | 1,428 | java | ModulePlannerStorage.java | Java | [
{
"context": ".planner.model.ReadOnlyModulePlanner;\n\n// @@author rongjiecomputer\n/**\n * Represents a storage for {@link seedu.plan",
"end": 258,
"score": 0.999647319316864,
"start": 243,
"tag": "USERNAME",
"value": "rongjiecomputer"
}
] | null | [] | package seedu.planner.storage;
import java.io.IOException;
import java.nio.file.Path;
import java.util.Optional;
import seedu.planner.commons.exceptions.DataConversionException;
import seedu.planner.model.ReadOnlyModulePlanner;
// @@author rongjiecomputer
/**
* Represents a storage for {@link seedu.planner.model.Mo... | 1,428 | 0.732493 | 0.732493 | 43 | 32.209301 | 31.899958 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27907 | false | false | 0 |
aa4c07bd7d6ed848ad9054f224f7e2f4de9245d3 | 18,726,057,419,764 | d649346576ddd45bb5aa59085b865b6fdb36960e | /Login/app/src/main/java/com/example/aluno/login/LoginActivity.java | 7d8ee03460d1f77052ac0be6a099d5f0c3cafaea | [] | no_license | JayroEduardo/ProjectsAll | https://github.com/JayroEduardo/ProjectsAll | 4a8f89da8970104462f2c52aa35e0a72fd16ecb7 | c0dfe8224d9bba3954dea0bebb770866d0f40907 | refs/heads/master | 2020-04-23T18:28:28.339000 | 2019-02-18T23:05:41 | 2019-02-18T23:05:41 | 171,368,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.aluno.login;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
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.Toast;
publi... | UTF-8 | Java | 1,527 | java | LoginActivity.java | Java | [
{
"context": "entrarnologin(View view) {\n //Log.d(\"oi\", \"Jayro\");\n Intent intent = new Intent(this, Login",
"end": 1199,
"score": 0.9993212819099426,
"start": 1194,
"tag": "NAME",
"value": "Jayro"
}
] | null | [] | package com.example.aluno.login;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
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.Toast;
publi... | 1,527 | 0.725606 | 0.722331 | 40 | 37.174999 | 24.193892 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825 | false | false | 0 |
c1389784c54987de23fa831a2aca7b004055b8bd | 12,043,088,322,901 | 08d216c7a87e3cda4694b635b1329db761f72589 | /src/java/service/issueinterface.java | 1adb3ae54991ed218553287c1b04071484bff7f9 | [] | no_license | chiranthani/ITP | https://github.com/chiranthani/ITP | f2f64130dc2a995694d80d40e027b1db71099862 | fdeb57d44472c29ca50dc2a2f67fa3bccef31c03 | refs/heads/master | 2020-05-09T14:32:16.209000 | 2020-04-19T20:12:44 | 2020-04-19T20:12:44 | 145,304,987 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import Model.issueClass;
/*
* 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.
*/
/**
*
* @author rashmini
*/
public interface issueinterface {
public... | UTF-8 | Java | 564 | java | issueinterface.java | Java | [
{
"context": " template in the editor.\r\n */\r\n/**\r\n *\r\n * @author rashmini\r\n */\r\npublic interface issueinterface {\r\n\r\n publ",
"end": 266,
"score": 0.9252927899360657,
"start": 258,
"tag": "USERNAME",
"value": "rashmini"
}
] | null | [] | package service;
import Model.issueClass;
/*
* 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.
*/
/**
*
* @author rashmini
*/
public interface issueinterface {
public... | 564 | 0.702128 | 0.702128 | 24 | 21.5 | 27.132391 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 0 |
7b95f22ad8123b1e7f5562cc541de5c0aa96bc9a | 31,018,253,818,090 | f838fa148b7055d07f105bc8caef325b3319d50a | /samples/scoping-samples/simple-stack-example-scoping-java/src/main/java/com/zhuinden/simplestackexamplescoping/features/words/WordListKey.java | 2769818a964aa017345cbdbe8a76a344068d19b4 | [
"Apache-2.0"
] | permissive | Zhuinden/simple-stack | https://github.com/Zhuinden/simple-stack | c8ac5c95ba897fa3d02f41adcc73195a9407a364 | 528fb852a7db94f54984bd6946ef7a0296679d09 | refs/heads/master | 2023-08-25T01:15:58.944000 | 2023-08-10T09:50:15 | 2023-08-10T09:50:15 | 78,756,993 | 1,379 | 106 | Apache-2.0 | false | 2023-03-31T17:25:04 | 2017-01-12T15:05:06 | 2023-03-20T07:40:00 | 2023-03-31T17:25:03 | 3,340 | 1,309 | 76 | 5 | Java | false | false | package com.zhuinden.simplestackexamplescoping.features.words;
import com.google.auto.value.AutoValue;
import com.zhuinden.simplestack.Backstack;
import com.zhuinden.simplestack.ServiceBinder;
import com.zhuinden.simplestackexamplescoping.core.navigation.BaseKey;
import javax.annotation.Nonnull;
import androidx.frag... | UTF-8 | Java | 1,309 | java | WordListKey.java | Java | [] | null | [] | package com.zhuinden.simplestackexamplescoping.features.words;
import com.google.auto.value.AutoValue;
import com.zhuinden.simplestack.Backstack;
import com.zhuinden.simplestack.ServiceBinder;
import com.zhuinden.simplestackexamplescoping.core.navigation.BaseKey;
import javax.annotation.Nonnull;
import androidx.frag... | 1,309 | 0.763942 | 0.763942 | 37 | 34.37838 | 31.55463 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 0 |
8dd0b60eaa7ae6cd48eafd038e917e98688dcc8f | 2,826,088,549,646 | 49a7e9e180211ea3e498f03278a2b1e8b457b14a | /MathClassTest.java | 0bbd25a4094b3fdc63d09d19f9c06ad402aaeb00 | [] | no_license | LinlyBoi/scratches | https://github.com/LinlyBoi/scratches | 58826765db7ffefd6516b8ffd7c10a8fe9430d45 | adbd43a481842e35f9cbf0087a2db5889a973362 | refs/heads/main | 2023-09-05T14:37:41.287000 | 2021-11-18T20:12:50 | 2021-11-18T20:12:50 | 425,353,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
class Scratch {
public static void main(String[] args) {
//double x = 10;
//double y = 20;
//double z = x+y;
// Array
String[] noobs = {"Ggsleeb", "Glabnab", "Galanbees","Gegelfar","Gighalara"};
System.out.println("The element is... | UTF-8 | Java | 1,739 | java | MathClassTest.java | Java | [
{
"context": "y;\n\n // Array\n String[] noobs = {\"Ggsleeb\", \"Glabnab\", \"Galanbees\",\"Gegelfar\",\"Gighalara\"};",
"end": 223,
"score": 0.9878968596458435,
"start": 216,
"tag": "NAME",
"value": "Ggsleeb"
},
{
"context": " // Array\n String[] noobs = {\"... | null | [] | import java.util.ArrayList;
class Scratch {
public static void main(String[] args) {
//double x = 10;
//double y = 20;
//double z = x+y;
// Array
String[] noobs = {"Ggsleeb", "Glabnab", "Galanbees","Gegelfar","Gighalara"};
System.out.println("The element is... | 1,739 | 0.439333 | 0.412881 | 62 | 27.064516 | 21.709869 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 0 |
7ca6df73e03e338c0799a16a34399b18dec7badb | 25,924,422,602,515 | 11587fb613dc30e18d2dae493000f4bed0245d2c | /src/main/java/com/moses/spring/designPatterns/factory/simple/SimpleFactoryTest.java | 9f2a728db7ee0785d3ae9fd89e2a2e27a51e6f36 | [] | no_license | mosesgi/spring-source | https://github.com/mosesgi/spring-source | 3351bcc56548a23b64861cf2ba74d30223a1bd85 | 32e279b77a71e1aaf6c6f4cb2f4c5007bbb9b435 | refs/heads/master | 2022-07-09T22:51:53.200000 | 2019-10-22T03:05:57 | 2019-10-22T03:05:57 | 188,761,624 | 0 | 0 | null | false | 2022-06-21T01:14:20 | 2019-05-27T03:00:21 | 2019-10-22T03:06:12 | 2022-06-21T01:14:20 | 97 | 0 | 0 | 5 | Java | false | false | package com.moses.spring.designPatterns.factory.simple;
import com.moses.spring.designPatterns.factory.ICar;
public class SimpleFactoryTest {
public static void main(String[] args) {
//消费者
ICar car = new SimpleFactory().getCar("Audi");
System.out.println(car.getName());
}
}
| UTF-8 | Java | 291 | java | SimpleFactoryTest.java | Java | [] | null | [] | package com.moses.spring.designPatterns.factory.simple;
import com.moses.spring.designPatterns.factory.ICar;
public class SimpleFactoryTest {
public static void main(String[] args) {
//消费者
ICar car = new SimpleFactory().getCar("Audi");
System.out.println(car.getName());
}
}
| 291 | 0.747368 | 0.747368 | 11 | 24.90909 | 21.873415 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 0 |
a9ccc453c9520cc5e129f1f47ca0003949ee1d7a | 21,234,318,332,909 | db5b8a33d562b8ef37c4515ffc81ec512744b87c | /BinarniHledani/src/Main.java | 868ad48d5c9fdca2a1802bf87db5046f7f7ab046 | [] | no_license | Honny1/School_Programing_Java | https://github.com/Honny1/School_Programing_Java | f71fca95c8f5f5143cb308c061b66910027dcb68 | e909eb34a81422460196fab0fc52ea8d7b475476 | refs/heads/master | 2020-03-28T22:36:59.934000 | 2019-06-18T05:46:02 | 2019-06-18T05:46:02 | 149,245,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int arr[] = {2, 3, 4, 10, 40};
int x = 5;
int result = BinarySearch(x, arr);
System.out.println("Look for "+x+" in array "+ Arrays.toString(arr));
if (result == -1){
System.out... | UTF-8 | Java | 1,019 | java | Main.java | Java | [] | null | [] | import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int arr[] = {2, 3, 4, 10, 40};
int x = 5;
int result = BinarySearch(x, arr);
System.out.println("Look for "+x+" in array "+ Arrays.toString(arr));
if (result == -1){
System.out... | 1,019 | 0.526987 | 0.512267 | 38 | 25.789474 | 23.75329 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.815789 | false | false | 0 |
487cc1458a5c3012ecefc977dd4021b26d2ff9f0 | 1,958,505,114,254 | 002c535f83eed82362f1a402e73cbb35cf13987c | /edu/usc/anrg/ee579/diagnostic/Client.java | 5164e12839a1fa7565db6a9557496f1137907c2b | [] | no_license | madiator/EE579DiagnosticSample | https://github.com/madiator/EE579DiagnosticSample | 2087fe3b76d5dd6a73813dc43e5623050dbda7fd | 137918a74adf8dd7268e541e5ac2f2ffdd04a38e | refs/heads/master | 2021-01-10T19:09:06.386000 | 2012-01-13T22:45:48 | 2012-01-13T22:45:48 | 3,174,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.usc.anrg.ee579.diagnostic;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.OutputStream;
import java.net.Socket;
import edu.usc.anrg.ee579.diagnostic.protocol.Packet;
public class Client {
private OutputStream outToServer = null;
private BufferedReader inFromServer = null;
... | UTF-8 | Java | 1,223 | java | Client.java | Java | [
{
"context": "= null;\n private final String defaultServerIP = \"127.0.0.1\";\n private final int defaultServerPort = 9777;\n\n",
"end": 408,
"score": 0.9996975660324097,
"start": 399,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package edu.usc.anrg.ee579.diagnostic;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.OutputStream;
import java.net.Socket;
import edu.usc.anrg.ee579.diagnostic.protocol.Packet;
public class Client {
private OutputStream outToServer = null;
private BufferedReader inFromServer = null;
... | 1,223 | 0.70973 | 0.696648 | 48 | 24.479166 | 19.319668 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520833 | false | false | 0 |
b0840be68ffc64f3fc46619623b135442745ea1a | 17,626,545,794,201 | e4ee8211072c82a3b89d4b1bedb72800910c0171 | /src/TokoObat/form_product.java | e6688df01d4e479154f2087e997a09c5d5d8698e | [] | no_license | FerdiRomadhon/PBO | https://github.com/FerdiRomadhon/PBO | 5c45e77f1fb257a03567c9bfd9209c041f93e6ff | df3a882b979d50774e4087b05e6d74cb4d704ce2 | refs/heads/master | 2016-09-02T02:03:59.275000 | 2015-01-12T06:36:03 | 2015-01-12T06:36:03 | 29,096,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TokoObat;
import java.awt.EventQueue;
import javax.swing.DefaultComboBoxModel;
import javax.swing.table.DefaultTableModel;
import java.sql.*;
import javax.swing.JInternalFrame;
import javax.swing.JTable;
import javax.swing.JScrollPane;
import javax.swing.JTextField;
import javax.swing.JButton;
import java.... | UTF-8 | Java | 9,455 | java | form_product.java | Java | [] | null | [] | package TokoObat;
import java.awt.EventQueue;
import javax.swing.DefaultComboBoxModel;
import javax.swing.table.DefaultTableModel;
import java.sql.*;
import javax.swing.JInternalFrame;
import javax.swing.JTable;
import javax.swing.JScrollPane;
import javax.swing.JTextField;
import javax.swing.JButton;
import java.... | 9,455 | 0.59651 | 0.573665 | 321 | 28.454828 | 20.243195 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.420561 | false | false | 0 |
7b2d718993237026516e2982a98255760eea03c4 | 33,328,946,286,091 | 56b559ee171386c0581c80c3c34a7dbe2604c1f3 | /src/main/java/org/yylc/xfjr/util/OperateFilesUtils.java | c1a45018515a24b3be8bd9f455f4aedb3f8e4fe2 | [] | no_license | sh1llc0de/spark-etl | https://github.com/sh1llc0de/spark-etl | 67604113dad9d762fb5f9cb6e5d3d3cdedb3886d | 317d6c90061a67979a08280fac019f121100133b | refs/heads/master | 2020-07-18T15:46:22.588000 | 2017-08-28T11:18:37 | 2017-08-28T11:18:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.yylc.xfjr.util;
import java.io.*;
import java.util.List;
import java.util.Map;
public class OperateFilesUtils {
// 使用递归的方法遍历文件夹下所有文件
public static void traverseFolder(String path) {
File file = new File(path);
if (file.exists()) {
File[] files = file.listFiles();
... | UTF-8 | Java | 7,653 | java | OperateFilesUtils.java | Java | [] | null | [] | package org.yylc.xfjr.util;
import java.io.*;
import java.util.List;
import java.util.Map;
public class OperateFilesUtils {
// 使用递归的方法遍历文件夹下所有文件
public static void traverseFolder(String path) {
File file = new File(path);
if (file.exists()) {
File[] files = file.listFiles();
... | 7,653 | 0.471653 | 0.465246 | 200 | 34.900002 | 23.110821 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54 | false | false | 0 |
203673c49669e33ff43c2c80343634be8b4f6144 | 11,716,670,820,963 | 7f9808f84b3db86cba5c00d37f989a3625b61aaa | /src/main/java/com/massoftware/windows/depositos/DepositosFiltro.java | b33ee26e6df99ef67d13bae07e01509b823e0f0a | [] | no_license | diegopablomansilla/massoftware_seba | https://github.com/diegopablomansilla/massoftware_seba | 9c47490680c38f331bcb57ad7aa4b2e8cdd1994a | 2da72fd53a672364f659b0e43f7a4df0f30afd6d | refs/heads/master | 2020-03-30T08:24:47.069000 | 2018-12-20T14:54:30 | 2018-12-20T14:54:30 | 151,013,043 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.massoftware.windows.depositos;
import com.massoftware.windows.UtilModel;
import com.massoftware.windows.sucursales.Sucursales;
public class DepositosFiltro {
private Sucursales sucursal;
private Integer deposito;
private String nombre;
public Sucursales getSucursal() {
return sucursal;
}
pub... | UTF-8 | Java | 824 | java | DepositosFiltro.java | Java | [] | null | [] | package com.massoftware.windows.depositos;
import com.massoftware.windows.UtilModel;
import com.massoftware.windows.sucursales.Sucursales;
public class DepositosFiltro {
private Sucursales sucursal;
private Integer deposito;
private String nombre;
public Sucursales getSucursal() {
return sucursal;
}
pub... | 824 | 0.720874 | 0.720874 | 49 | 15.816326 | 18.694836 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.061224 | false | false | 0 |
8e4ddfee9bade41ae5840bdefe92451140416e04 | 5,076,651,366,721 | 22165d936b38dc968492eb642ad655eb5fa6a71e | /src/edu/duke/cs/legosdn/tools/cr/srv/CRService.java | 16d42c8955c56f24326dba2c06a75e2084d14e0a | [
"MIT"
] | permissive | balakrishnanc/legosdn-site | https://github.com/balakrishnanc/legosdn-site | 211221d62f4271f8196a0729067bfc4a26eb5c47 | d400297cde19d9a2b847774d5fa06afc8b6daacb | refs/heads/master | 2021-05-30T21:02:36.476000 | 2016-04-01T03:20:03 | 2016-04-01T03:20:03 | 55,195,898 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.duke.cs.legosdn.tools.cr.srv;
import edu.duke.cs.legosdn.core.Defaults;
import edu.duke.cs.legosdn.core.appvisor.cplane.RemoteEndpt;
import edu.duke.cs.legosdn.core.appvisor.stub.AppLoader;
import edu.duke.cs.legosdn.tools.cr.CRServiceProvider;
import edu.duke.cs.legosdn.tools.cr.proto.*;
import org.jboss.... | UTF-8 | Java | 15,714 | java | CRService.java | Java | [] | null | [] | package edu.duke.cs.legosdn.tools.cr.srv;
import edu.duke.cs.legosdn.core.Defaults;
import edu.duke.cs.legosdn.core.appvisor.cplane.RemoteEndpt;
import edu.duke.cs.legosdn.core.appvisor.stub.AppLoader;
import edu.duke.cs.legosdn.tools.cr.CRServiceProvider;
import edu.duke.cs.legosdn.tools.cr.proto.*;
import org.jboss.... | 15,714 | 0.582729 | 0.58222 | 450 | 33.919998 | 30.142002 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495556 | false | false | 0 |
c9618a3944930e90183d8fc73a9663e28ac9125e | 5,076,651,367,804 | 93715089617268aba30807346c9f67e497741861 | /app/src/main/java/com/omninos/gwappprovider/activities/SeeUsersPostActivity.java | 526c443744df2ebada0d8a2bba2c2ca66fc06c1c | [] | no_license | manjhi/GwappProvider | https://github.com/manjhi/GwappProvider | 241fb9d763e0c9f82b35609a370a67cfa09734aa | ab4b770b432cf1447c6f29a6f4608e7f4198d4ee | refs/heads/master | 2020-04-28T20:35:45.111000 | 2019-03-14T05:22:43 | 2019-03-14T05:22:43 | 175,550,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.omninos.gwappprovider.activities;
import android.content.Intent;
import android.media.Image;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import andro... | UTF-8 | Java | 1,993 | java | SeeUsersPostActivity.java | Java | [] | null | [] | package com.omninos.gwappprovider.activities;
import android.content.Intent;
import android.media.Image;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import andro... | 1,993 | 0.701455 | 0.69995 | 65 | 29.661539 | 23.777996 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553846 | false | false | 0 |
031a536f28c7a6f2f3c92d87eda9260962a83d8c | 5,076,651,364,196 | a456497fdcb7e8622f27044ed6c9d907feee6237 | /app/src/main/java/com/example/stephie/certamen2/Datos.java | 42e30a3c4a0de470213e4dff6cab409ca72554ea | [] | no_license | StephieSC/certamen_2 | https://github.com/StephieSC/certamen_2 | a24b6b23364a7ff36b1b4157516146a09a8b996f | 87c4bcfec0dc804091b8a043273ea8b175d39c4c | refs/heads/master | 2021-01-10T22:43:58.046000 | 2016-10-01T00:40:51 | 2016-10-01T00:40:51 | 69,700,622 | 0 | 0 | null | false | 2016-11-25T21:22:31 | 2016-09-30T20:40:51 | 2016-10-01T00:52:20 | 2016-11-25T21:22:31 | 112 | 0 | 0 | 1 | Java | null | null | package com.example.stephie.certamen2;
/**
* Created by Stephie on 30-09-2016.
*/
public class Datos {
// Atributos
private String titulo;
private String descripcion;
private String actualizacion;
private String url;
public Datos() {
}
public Datos(String titulo, String descripcion... | UTF-8 | Java | 1,124 | java | Datos.java | Java | [
{
"context": " com.example.stephie.certamen2;\n\n/**\n * Created by Stephie on 30-09-2016.\n */\npublic class Datos {\n // At",
"end": 65,
"score": 0.999359667301178,
"start": 58,
"tag": "NAME",
"value": "Stephie"
}
] | null | [] | package com.example.stephie.certamen2;
/**
* Created by Stephie on 30-09-2016.
*/
public class Datos {
// Atributos
private String titulo;
private String descripcion;
private String actualizacion;
private String url;
public Datos() {
}
public Datos(String titulo, String descripcion... | 1,124 | 0.626335 | 0.618327 | 56 | 19.089285 | 18.743834 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 0 |
4027af638272277bd8586623160b791c8700a6e7 | 31,327,491,527,976 | 391deef0d317f46d5ac29fb1d60c30a83fe90be6 | /gameserver/src/main/java/org/linlinjava/litemall/gameserver/service/DynamicNpcDialogService.java | 4ec689862471276a76521f602de01cb21fe3f0a8 | [] | no_license | jiawengu/wendao-1 | https://github.com/jiawengu/wendao-1 | c4a72185cef62ac314c60b3e025ccbd379d7db38 | c7352d28325b58df00f470700368725c20e1f61c | refs/heads/master | 2020-12-29T08:53:42.945000 | 2020-02-06T13:51:37 | 2020-02-06T13:51:37 | 238,698,482 | 0 | 2 | null | true | 2020-02-06T13:44:51 | 2020-02-06T13:44:50 | 2020-02-06T13:20:00 | 2020-02-06T13:33:03 | 61,037 | 0 | 0 | 0 | null | false | false | package org.linlinjava.litemall.gameserver.service;
import org.linlinjava.litemall.db.domain.Npc;
import org.linlinjava.litemall.gameserver.data.vo.MSG_MENU_LIST_VO;
import org.linlinjava.litemall.gameserver.data.write.MSG_MENU_LIST;
import org.linlinjava.litemall.gameserver.game.GameObjectChar;
import org.springframe... | UTF-8 | Java | 1,090 | java | DynamicNpcDialogService.java | Java | [] | null | [] | package org.linlinjava.litemall.gameserver.service;
import org.linlinjava.litemall.db.domain.Npc;
import org.linlinjava.litemall.gameserver.data.vo.MSG_MENU_LIST_VO;
import org.linlinjava.litemall.gameserver.data.write.MSG_MENU_LIST;
import org.linlinjava.litemall.gameserver.game.GameObjectChar;
import org.springframe... | 1,090 | 0.681648 | 0.679775 | 31 | 33.451614 | 24.344091 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 0 |
1d4169fac4bc05d75a36cba9712bbf0f72eecfdf | 25,220,047,983,129 | c02f604a0db5167220f88b956741bb9c79f46098 | /app/src/main/java/com/cbslprojects/crm/CRM/Model/User.java | f67318bcaf8f3f883eb42f8bd23b33f061c95644 | [] | no_license | anku1207/CbslCRMJAVA | https://github.com/anku1207/CbslCRMJAVA | 19cc3846483cf63e512504b7b13f6a2367635bf6 | 084abbbe9d1852744c474bede6838702e63ea42e | refs/heads/main | 2023-06-26T12:54:49.135000 | 2021-07-23T07:17:29 | 2021-07-23T07:17:29 | 385,818,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cbslprojects.crm.CRM.Model;
import java.util.ArrayList;
public class User {
private String email;
private String password;
private ArrayList<String> emaillist;
public User(String email, String password) {
this.email = email;
this.password = password;
emaillist=new ... | UTF-8 | Java | 845 | java | User.java | Java | [
{
"context": " this.email = email;\n this.password = password;\n emaillist=new ArrayList<>();\n ema",
"end": 296,
"score": 0.8523184061050415,
"start": 288,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "assword(String password) {\n this.pas... | null | [] | package com.cbslprojects.crm.CRM.Model;
import java.util.ArrayList;
public class User {
private String email;
private String password;
private ArrayList<String> emaillist;
public User(String email, String password) {
this.email = email;
this.password = <PASSWORD>;
emaillist=ne... | 849 | 0.627219 | 0.627219 | 40 | 20.125 | 17.13941 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
9b4b8e052be84a8559b04a9fa5505b1f69c63f9b | 31,920,197,014,218 | ef7b4d878c6d977ab9caaef9b1c7b0f245f7669c | /SecondaryActionA5.java | 6f00198ad6d0696c51061a6686d12804cea356e9 | [] | no_license | eteno/automation | https://github.com/eteno/automation | 840fbd99e0332b740e49287a5cb89769484307d9 | bc7a7bbb5d01cc16b1503d5797700b8cca0bbc2d | refs/heads/master | 2020-04-05T22:19:33.660000 | 2018-11-12T17:49:49 | 2018-11-12T17:49:49 | 157,252,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smallclaimspkg;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditio... | UTF-8 | Java | 4,987 | java | SecondaryActionA5.java | Java | [
{
"context": "tem.setProperty(\"webdriver.chrome.driver\",\"/Users/erik.teno/selenium-java-3.14.0/chromedriver\");\n\t\tWebDriver ",
"end": 542,
"score": 0.9980509281158447,
"start": 533,
"tag": "USERNAME",
"value": "erik.teno"
},
{
"context": "t(By.xpath(\"//*[@label='Which day of t... | null | [] | package smallclaimspkg;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditio... | 4,987 | 0.705434 | 0.695809 | 86 | 56.988373 | 41.076927 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.244186 | false | false | 0 |
0abc4864d511df5364365d7c15fe3252ba878ff0 | 36,318,243,460,953 | e5b5980ae84906cd0dd5c825e18ec48f955fbc3c | /src/montecarlo/Eteenpain.java | 02c36cb106134acd9d43f8e89f0230135ca48590 | [] | no_license | ttjkinnunen/robots | https://github.com/ttjkinnunen/robots | 6822ba142bd8cc339dd6e69b9ff5af240eb4d056 | e62a352f81d69076eb52709140daca646c0d7e47 | refs/heads/master | 2015-08-19T09:45:05.771000 | 2015-03-23T09:30:36 | 2015-03-23T09:30:36 | 29,263,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package montecarlo;
public class Eteenpain {
}
| UTF-8 | Java | 49 | java | Eteenpain.java | Java | [] | null | [] | package montecarlo;
public class Eteenpain {
}
| 49 | 0.755102 | 0.755102 | 5 | 8.8 | 10.495713 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
fbfd1284e71ed2452968defa2aee42a10b696eb8 | 32,435,593,021,082 | 34dcd09a7c0999016b43aaf2a8189f43e587a0bb | /src/main/java/models/Audio.java | e84606c39646a2a01db03485720672e4418e81dc | [] | no_license | Superbuddha/Java-Project-Radio | https://github.com/Superbuddha/Java-Project-Radio | 9d4ef58c03c8b4d4396b3bfecca50e8ac9135714 | 3c16f0ec6b2e6707275196cbeeca39bb2654615d | refs/heads/master | 2020-03-23T00:01:49.613000 | 2018-07-13T12:43:26 | 2018-07-13T12:43:26 | 140,840,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
public abstract class Audio {
}
| UTF-8 | Java | 49 | java | Audio.java | Java | [] | null | [] | package models;
public abstract class Audio {
}
| 49 | 0.755102 | 0.755102 | 4 | 11.25 | 11.84008 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
fc19f37575450f85bf125de3080ba376424ff78c | 33,973,191,331,599 | a304b98e5b63a18b29f9805603ed0c7d98da6921 | /app/src/main/java/com/tae/bindingdata/Cat.java | 2e8bd2fe15dcdc31d50a232912b7d92b17066cf1 | [] | no_license | AlexTykhonov/BindingDataCat | https://github.com/AlexTykhonov/BindingDataCat | 7f8862d4f512956dc02110a9f9e3074ccdb483ca | d33e7cd1db1d244d80cf1a0e58653e423ed71d5d | refs/heads/master | 2021-02-13T21:17:46.372000 | 2020-02-22T06:26:25 | 2020-02-22T06:26:25 | 244,734,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tae.bindingdata;
import androidx.databinding.BaseObservable;
public class Cat extends BaseObservable
{
private String color;
private Integer age;
public Cat() {
}
public Cat(String color, Integer age) {
this.color = color;
this.age = age;
}
public String getCo... | UTF-8 | Java | 631 | java | Cat.java | Java | [] | null | [] | package com.tae.bindingdata;
import androidx.databinding.BaseObservable;
public class Cat extends BaseObservable
{
private String color;
private Integer age;
public Cat() {
}
public Cat(String color, Integer age) {
this.color = color;
this.age = age;
}
public String getCo... | 631 | 0.591125 | 0.587956 | 37 | 16.054054 | 14.915883 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 0 |
a4a23210c71576f796a2c36504c74042cc2d4360 | 34,265,249,109,898 | c9c5ed52db3671072c7b4b5da1bf026e0057455a | /time-master/TimeMaster/src/main/java/com/timemaster/dao/UserMapper.java | 6a46e47585b84dbaef9158e6d04a2f70b6d35e35 | [] | no_license | rose477/YBL | https://github.com/rose477/YBL | 3f65ab0af92c1e967af60255f77a5da3186e6578 | 6e5198c1efab25a90c61b6368352f6c019a68d41 | refs/heads/master | 2023-02-25T01:02:46.770000 | 2021-01-22T08:20:02 | 2021-01-22T08:20:02 | 331,847,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.timemaster.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.timemaster.vo.User;
import com.timemaster.vo.Position;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
@Mapper
public interface UserMapper e... | UTF-8 | Java | 542 | java | UserMapper.java | Java | [] | null | [] | package com.timemaster.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.timemaster.vo.User;
import com.timemaster.vo.Position;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
@Mapper
public interface UserMapper e... | 542 | 0.790566 | 0.790566 | 21 | 24.285715 | 21.396801 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 0 |
bb246cbee0cf8ff0e40cfbcab0f7d108e8761431 | 34,170,759,830,784 | ed1088bcf2432b6af50f664c297e83f21fec6955 | /PongMulti/src/pongClient/view/TitleScreenView.java | c439b5c598df9b2d643fda4d353b1bc89930835f | [] | no_license | dzienm/PongMultiplayer | https://github.com/dzienm/PongMultiplayer | dbb430b881f660139e56460be9ad930408b5b0b4 | 01ab5b2a7ae3395d9fdaa02a820204ab5bc80dba | refs/heads/master | 2021-01-21T18:21:05.377000 | 2017-06-13T20:36:41 | 2017-06-13T20:36:41 | 92,034,224 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pongClient.view;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.effect.MotionBlur;
import javafx.scene.image.Image;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
import javafx... | UTF-8 | Java | 6,115 | java | TitleScreenView.java | Java | [] | null | [] | package pongClient.view;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.effect.MotionBlur;
import javafx.scene.image.Image;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
import javafx... | 6,115 | 0.687163 | 0.663287 | 212 | 27.844339 | 22.548676 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.801887 | false | false | 0 |
a622120a9281d10f2ac6e2eb5ca0471e8edfdcca | 26,431,228,790,511 | 8cde365e276e994f27f380cd1420d2f83601e67d | /src/main/java/br/com/osm/util/OrdenaHorariosOdontologo.java | f17b92f9baf846922b4770ac35767d7d1dc6ecc9 | [] | no_license | renahnschultz/odonto-system-manager | https://github.com/renahnschultz/odonto-system-manager | 97b79fb3a111428dd32aedd1d0bb079123a4595b | 25e578e061eb266ce1066739c818f7adde0202ed | refs/heads/master | 2018-12-27T01:27:50.339000 | 2018-11-27T23:37:32 | 2018-11-27T23:37:32 | 120,011,328 | 3 | 0 | null | false | 2018-04-21T18:36:04 | 2018-02-02T17:35:55 | 2018-04-21T00:26:27 | 2018-04-21T18:36:04 | 881 | 0 | 0 | 0 | Java | false | null | package br.com.osm.util;
import java.util.Comparator;
import br.com.osm.entidades.HorarioOdontologo;
public class OrdenaHorariosOdontologo implements Comparator<HorarioOdontologo> {
@Override
public int compare(HorarioOdontologo o1, HorarioOdontologo o2) {
if (o1.getDiaSemana().ordinal() == o2.getDiaSemana().or... | UTF-8 | Java | 712 | java | OrdenaHorariosOdontologo.java | Java | [] | null | [] | package br.com.osm.util;
import java.util.Comparator;
import br.com.osm.entidades.HorarioOdontologo;
public class OrdenaHorariosOdontologo implements Comparator<HorarioOdontologo> {
@Override
public int compare(HorarioOdontologo o1, HorarioOdontologo o2) {
if (o1.getDiaSemana().ordinal() == o2.getDiaSemana().or... | 712 | 0.685393 | 0.658708 | 25 | 27.48 | 27.983023 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76 | false | false | 0 |
080ebc17f9949bfbc658df8e7afc48ca9649683e | 29,386,166,287,858 | 2558212dde9a349fcf7cca2969c20cae2eca5c90 | /src/main/java/com/wage/dao/TPostMapper.java | 05daba813f467d52e8295792f96390a2d14a40af | [] | no_license | jakkkkead/bishe | https://github.com/jakkkkead/bishe | 8b01202be0481103482adc842838a403210db72a | bbaf251c57733b9385f0e8496ef9b46781e89270 | refs/heads/master | 2020-04-25T10:48:58.888000 | 2019-04-08T16:12:51 | 2019-04-08T16:12:51 | 172,722,733 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wage.dao;
import com.wage.bean.TPost;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface TPostMapper {
}
| UTF-8 | Java | 165 | java | TPostMapper.java | Java | [] | null | [] | package com.wage.dao;
import com.wage.bean.TPost;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface TPostMapper {
}
| 165 | 0.769697 | 0.769697 | 13 | 11.692307 | 14.57809 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 0 |
2c5e2a4451c80ca6c9758549932e63e0821adb32 | 33,097,017,991,375 | d793b402c947b671460b3c334c93816f988de981 | /springboot-jpa-mysql/src/main/java/org/razu/controllers/UserController.java | 96344058e5648e9ab7a83992dfeec930cc3ad546 | [] | no_license | razuahmmed/oauth-mysql | https://github.com/razuahmmed/oauth-mysql | bb7e76e472a5e2fabd6e7f8546b6fc07dc42564c | 94bc14f369f1c9cb950e29258f1ede761a0cc1cb | refs/heads/master | 2020-05-18T05:25:21.884000 | 2019-04-30T06:41:43 | 2019-04-30T06:41:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.razu.controllers;
import java.util.LinkedHashMap;
import java.util.Optional;
import javax.validation.Valid;
import org.razu.entity.User;
import org.razu.services.UserService;
import org.razu.utils.DateFormatProvider;
import org.razu.utils.ErrorUtils;
import org.razu.utils.MessgageUtils;
import org.razu.uti... | UTF-8 | Java | 7,504 | java | UserController.java | Java | [
{
"context": "l) {\n\n existUser.get().setPassword(passwordEncoder.encode(userInfo.getPassword()));\n //exist",
"end": 4831,
"score": 0.8288153409957886,
"start": 4809,
"tag": "PASSWORD",
"value": "passwordEncoder.encode"
}
] | null | [] | package org.razu.controllers;
import java.util.LinkedHashMap;
import java.util.Optional;
import javax.validation.Valid;
import org.razu.entity.User;
import org.razu.services.UserService;
import org.razu.utils.DateFormatProvider;
import org.razu.utils.ErrorUtils;
import org.razu.utils.MessgageUtils;
import org.razu.uti... | 7,492 | 0.666844 | 0.661914 | 151 | 48.695366 | 30.148417 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.18543 | false | false | 0 |
eab2d3d4a10e0b4aa8414bc304507adf1bec2efa | 33,423,435,543,883 | 37101dc3f9c6b5ac6197445a41bab269ef47ff82 | /Ferdi-Kiziloprak-A2/LinkedList/src/linkedlist/LinkedList.java | 3b0d64a8b363f1d98e1bc3430d0a0f2e478605db | [
"Apache-2.0"
] | permissive | FerdiKT/Assignment2 | https://github.com/FerdiKT/Assignment2 | a4697bc65d2c11625a5cfa4b702fb9ad881a2d28 | 3add50832f76b9f1cb59702893374761bb2ae48a | refs/heads/master | 2021-01-15T14:28:35.011000 | 2015-10-24T17:55:12 | 2015-10-24T17:55:12 | null | 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 linkedlist;
/**
*
* @author FerdiKT
* @param <T> AnyObject
*/
public class LinkedList<T> {
Node<T> head;
... | UTF-8 | Java | 3,017 | java | LinkedList.java | Java | [
{
"context": "ditor.\n */\n\npackage linkedlist;\n\n/**\n *\n * @author FerdiKT\n * @param <T> AnyObject\n */\npublic class LinkedLi",
"end": 232,
"score": 0.9987034201622009,
"start": 225,
"tag": "USERNAME",
"value": "FerdiKT"
}
] | 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 linkedlist;
/**
*
* @author FerdiKT
* @param <T> AnyObject
*/
public class LinkedList<T> {
Node<T> head;
... | 3,017 | 0.447464 | 0.445144 | 135 | 21.348148 | 14.885896 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 0 |
c7272046db5486842101768460967eb5d0987a90 | 6,571,300,009,108 | e4adf83eabe93ae99a8a7a35e212c48f4c957334 | /Lesson6HW/src/test/java/ru/otus/lesson6hw/testauthor/AuthorTestConfig.java | 4a2daf60ffb6183f3b8639533575346b8733ec7d | [] | no_license | zhuravlevmaxim/OTUS_SpringFramework | https://github.com/zhuravlevmaxim/OTUS_SpringFramework | e8906ded251d5944c2f66a904fc0133b95a1b855 | 18b31a0f65031f9f102316f740748456e2059f7d | refs/heads/master | 2020-03-21T21:24:37.380000 | 2018-10-14T18:35:30 | 2018-10-14T18:35:30 | 139,061,779 | 0 | 2 | null | false | 2018-10-28T08:16:01 | 2018-06-28T19:47:32 | 2018-10-14T18:35:33 | 2018-10-28T08:11:44 | 272 | 0 | 1 | 2 | Java | false | null | package ru.otus.lesson6hw.testauthor;
import org.springframework.boot.test.context.TestConfiguration;
import org.springframework.context.annotation.Bean;
import ru.otus.lesson6hw.dao.author.AuthorJDBCOperations;
import ru.otus.lesson6hw.dao.author.AuthorRowMapper;
import static org.mockito.Mockito.mock;
/**
* Creat... | UTF-8 | Java | 624 | java | AuthorTestConfig.java | Java | [
{
"context": "tatic org.mockito.Mockito.mock;\n\n/**\n * Created by zhmv on 23.07.2018.\n */\n@TestConfiguration\npublic clas",
"end": 330,
"score": 0.9995108246803284,
"start": 326,
"tag": "USERNAME",
"value": "zhmv"
}
] | null | [] | package ru.otus.lesson6hw.testauthor;
import org.springframework.boot.test.context.TestConfiguration;
import org.springframework.context.annotation.Bean;
import ru.otus.lesson6hw.dao.author.AuthorJDBCOperations;
import ru.otus.lesson6hw.dao.author.AuthorRowMapper;
import static org.mockito.Mockito.mock;
/**
* Creat... | 624 | 0.764423 | 0.746795 | 23 | 26.130434 | 21.845911 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 0 |
0b362312259d2b565eae5e549eedffcd4a5726a6 | 3,822,520,936,146 | 522ed32db0e4012268da2c36003bd255e5bce41c | /src/test/java/basics/MoveTest.java | 1e9c2582d3dc2794ccc5a21cf6e5354340692562 | [] | no_license | bbrumfield/machine-b | https://github.com/bbrumfield/machine-b | 94cd468b0e8508ab84e485939146ef65ea337d3a | 6fdb2cce3efd10738fcfefe820877052d9237ccb | refs/heads/master | 2021-01-15T22:29:36.420000 | 2015-08-06T01:12:32 | 2015-08-06T01:12:32 | 39,642,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package basics;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class MoveTest {
@Test
public void isPromotion_shouldReturnTrue_whenMoveIsPromotion() {
Move move = new Move(1, 0, 0, 0, 'Q');
assertTrue(move.i... | UTF-8 | Java | 2,542 | java | MoveTest.java | Java | [] | null | [] |
package basics;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class MoveTest {
@Test
public void isPromotion_shouldReturnTrue_whenMoveIsPromotion() {
Move move = new Move(1, 0, 0, 0, 'Q');
assertTrue(move.i... | 2,542 | 0.573564 | 0.548387 | 101 | 23.148516 | 21.854326 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.831683 | false | false | 0 |
1d482e4976f55e3a8a9043950fcf651166e44ccb | 30,803,505,494,722 | 16cdae727a8aa8b494d9b9976463b0c11b0a288f | /LeetCode/Array/Hard/(31) (imp)next permutation.java | b7e209baef0afcd839dc5bb1f7000d751d5c8d05 | [
"MIT"
] | permissive | Knightproductions/problem-solving | https://github.com/Knightproductions/problem-solving | 0116197c9dd1823520220bc1315041e3b02535f1 | bf18af8165bd632109e2e88837eab816542ac6a3 | refs/heads/master | 2023-05-27T04:28:16.697000 | 2021-06-09T17:24:43 | 2021-06-09T17:24:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | https://leetcode.com/problems/next-permutation/
//problem no : 31
https://practice.geeksforgeeks.org/problems/next-permutation5226/1#
/*
Approach:
As we know unit place has lower value than ten place and so on
so we have to start from right(from unit place)
and find first number which is smaller than previous ... | UTF-8 | Java | 2,561 | java | (31) (imp)next permutation.java | Java | [] | null | [] | https://leetcode.com/problems/next-permutation/
//problem no : 31
https://practice.geeksforgeeks.org/problems/next-permutation5226/1#
/*
Approach:
As we know unit place has lower value than ten place and so on
so we have to start from right(from unit place)
and find first number which is smaller than previous ... | 2,561 | 0.481062 | 0.468567 | 95 | 24.915789 | 20.664572 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431579 | false | false | 0 |
14195ba6f842867c66fe8386c3dcd447c4772867 | 18,528,488,962,528 | 6cc2b0693222d478babeff4d7e80cd19abb89aaf | /银联支付能正常运行/银联支付能正常运行/手机控件支付产品入网材料/手机控件支付产品技术开发包/开发包/app开发包/控件开发包/upmp_android/demo/UPPayDemo/src/com/unionpay/uppayplugin/demo/JARActivity.java | 6208a9bcc5ae04f3551eb7b4be93b729c1c94f95 | [
"Apache-2.0"
] | permissive | sunlight2728/iOS-Study-Demo | https://github.com/sunlight2728/iOS-Study-Demo | 1cc963551dd4ef688bdf4692b27f1e0372ad90b0 | 3ecaa6218003bef65e2c77b022b6917129e2bb93 | refs/heads/master | 2020-07-11T16:33:10.450000 | 2020-06-07T10:51:23 | 2020-06-07T10:51:23 | 43,934,120 | 0 | 0 | Apache-2.0 | true | 2020-06-07T10:51:24 | 2015-10-09T05:06:15 | 2017-12-06T04:39:34 | 2020-06-07T10:51:23 | 182,988 | 0 | 0 | 0 | Objective-C | false | false | package com.unionpay.uppayplugin.demo;
import android.app.Activity;
import android.widget.TextView;
import com.unionpay.UPPayAssistEx;
import com.unionpay.uppay.PayActivity;
public class JARActivity extends BaseActivity {
@Override
public void doStartUnionPayPlugin(Activity activity, String tn, String mode) ... | UTF-8 | Java | 1,073 | java | JARActivity.java | Java | [] | null | [] | package com.unionpay.uppayplugin.demo;
import android.app.Activity;
import android.widget.TextView;
import com.unionpay.UPPayAssistEx;
import com.unionpay.uppay.PayActivity;
public class JARActivity extends BaseActivity {
@Override
public void doStartUnionPayPlugin(Activity activity, String tn, String mode) ... | 1,073 | 0.687031 | 0.681672 | 25 | 36.32 | 31.14061 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 0 |
4e390318e3930e3bb1c810b0371baf29260a531e | 9,878,424,829,327 | 1eab8427167ade94b45f3fc7b6dcb6549a5ec82f | /src/org/peggygao/algs/graph/LazyPrimeMST.java | 7645deea510f4fa525061d31aa22b306aa0fc4a7 | [] | no_license | peggygao1988/playcode | https://github.com/peggygao1988/playcode | d9b9fc3cb1fd9c8b64d33ecb2388e21c00da232d | aec26b026a2b56c1793afa77780a0c8dae8ccb94 | refs/heads/master | 2020-12-25T14:08:30.328000 | 2015-10-24T12:06:47 | 2015-10-24T12:06:47 | 12,355,198 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.peggygao.algs.graph;
import java.util.PriorityQueue;
import org.peggygao.algs.collections.Queue;
public class LazyPrimeMST {
private boolean[] marked;
private Queue<Edge> mst;
private PriorityQueue<Edge> pq;
public LazyPrimeMST(EdgeWeightedGraph G) {
mst = new Queue<Edge>();
marked = ... | UTF-8 | Java | 830 | java | LazyPrimeMST.java | Java | [] | null | [] | package org.peggygao.algs.graph;
import java.util.PriorityQueue;
import org.peggygao.algs.collections.Queue;
public class LazyPrimeMST {
private boolean[] marked;
private Queue<Edge> mst;
private PriorityQueue<Edge> pq;
public LazyPrimeMST(EdgeWeightedGraph G) {
mst = new Queue<Edge>();
marked = ... | 830 | 0.571084 | 0.56988 | 49 | 15.938775 | 14.351858 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.061224 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.