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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6b2b4e94a0e4e43886e4e83e66b3cf9f73f9e5df | 25,537,875,579,225 | fe08cf9d0c20181250f1d4ca3910c9c3ead4c585 | /module/core/src/main/java/zut/cs/core/service/TableMessageManager.java | 723b1bf1311170d32b240dce6c9c8fc3ac417291 | [] | no_license | zut-huangtang/zutnp_paltform | https://github.com/zut-huangtang/zutnp_paltform | 7d1c97bd889192ed2048baf4613702e6f5d8e7b9 | 47277aa20a0aaaaa2d5fe33c4841a0efc721d7fc | refs/heads/master | 2020-08-10T20:55:36.237000 | 2019-10-11T08:12:48 | 2019-10-11T08:12:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zut.cs.core.service;
import zut.cs.core.base.service.GenericTreeManager;
import zut.cs.core.domain.Connection;
import zut.cs.core.domain.Props;
import zut.cs.core.domain.TableMessage;
import java.util.List;
public interface TableMessageManager extends GenericTreeManager<TableMessage, Long> {
TableMessage... | UTF-8 | Java | 515 | java | TableMessageManager.java | Java | [] | null | [] | package zut.cs.core.service;
import zut.cs.core.base.service.GenericTreeManager;
import zut.cs.core.domain.Connection;
import zut.cs.core.domain.Props;
import zut.cs.core.domain.TableMessage;
import java.util.List;
public interface TableMessageManager extends GenericTreeManager<TableMessage, Long> {
TableMessage... | 515 | 0.8 | 0.8 | 18 | 27.611111 | 25.35994 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 15 |
1e2b04a239904de44a6b110894bd9825e1af1ad5 | 34,325,378,660,945 | 074314134bf21bfe13250a6219f95d1f2836ad10 | /TP1/com/player/Play.java | da7f97aec40889fce8a9b4bc64fd2561b9c84997 | [] | no_license | bernardoabreu/PM | https://github.com/bernardoabreu/PM | 36c2bf41ccc9b318fa67bb8f81c93974f3b3e83c | bdb284ed2143d1a1df9fe935e4662e7d986fe24e | refs/heads/master | 2021-06-17T08:33:08.870000 | 2017-05-10T01:41:28 | 2017-05-10T01:41:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.player;
import com.structure.Board;
import com.structure.Position;
import com.utils.Stats;
/**
* Created by math on 4/6/17.
*/
public class Play {
private int playerId;
private int diceValue;
public Play(int playerId, int diceValue) { //Initialize play
this.playerId = playerId;
... | UTF-8 | Java | 1,233 | java | Play.java | Java | [
{
"context": "sition;\nimport com.utils.Stats;\n\n/**\n * Created by math on 4/6/17.\n */\npublic class Play {\n private in",
"end": 127,
"score": 0.9918410778045654,
"start": 123,
"tag": "USERNAME",
"value": "math"
}
] | null | [] | package com.player;
import com.structure.Board;
import com.structure.Position;
import com.utils.Stats;
/**
* Created by math on 4/6/17.
*/
public class Play {
private int playerId;
private int diceValue;
public Play(int playerId, int diceValue) { //Initialize play
this.playerId = playerId;
... | 1,233 | 0.652879 | 0.643958 | 42 | 28.357143 | 26.415022 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 15 |
6f9319c9f56e1262d61fbb86b364f17f44f851ca | 38,749,194,955,452 | a383177f4e89b7690615995e6db1a13ae1532128 | /src/exercicios/aula13/Ex5.java | 41e6cc4c194f2a45c1a517f50251b70e7235b74a | [] | no_license | Luan3642/javaBasico | https://github.com/Luan3642/javaBasico | ff9fbc7937284b44fade6ac827ac633fdf531a5d | 73940de3333de0a9a78915133e6377c79bcddfe6 | refs/heads/master | 2023-03-10T15:53:13.314000 | 2022-07-27T21:02:51 | 2022-07-27T21:02:51 | 327,383,358 | 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 exercicios.aula13;
import java.util.Scanner;
public class Ex5 {
public static void main(String[] args) {
Scanner ... | UTF-8 | Java | 633 | java | Ex5.java | Java | [] | 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 exercicios.aula13;
import java.util.Scanner;
public class Ex5 {
public static void main(String[] args) {
Scanner ... | 633 | 0.633491 | 0.624013 | 22 | 27.772728 | 26.75976 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 15 |
a103a4e35e5ab0fe713241eca3ee2b34a913cbd0 | 37,254,546,359,977 | 9ed1f8be81f227a381df33217b96c6162d553c8f | /src/main/java/com/imooc/security/core/validate/code/SmsCodeAuthenticationSecutiryConfig.java | 71f8e037a3d182c2b3d7b92cd244839c4de39271 | [] | no_license | cys101/imooc-security-core | https://github.com/cys101/imooc-security-core | 2104dd3e1317237274f7cab9291b75c204341636 | af21a46ae8ad3a77b1f311861531a787702b218c | refs/heads/master | 2020-04-07T04:43:02.057000 | 2018-11-20T14:50:45 | 2018-11-20T14:50:45 | 158,068,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.security.core.validate.code;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotation.SecurityConfigurerAdapter;
import org.springframework.security.config.annota... | UTF-8 | Java | 2,187 | java | SmsCodeAuthenticationSecutiryConfig.java | Java | [] | null | [] | package com.imooc.security.core.validate.code;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotation.SecurityConfigurerAdapter;
import org.springframework.security.config.annota... | 2,187 | 0.864655 | 0.864655 | 43 | 48.860466 | 39.181499 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.372093 | false | false | 15 |
8189df03f717d5298f8d076e82c526191916d025 | 38,173,669,352,115 | 34635bf12ff17993b483f5950367e134d79ff697 | /PrintLargestAndSmallest.java | 564f8e46c8b4f513d9204aabdc53713aaa408b31 | [] | no_license | BahnimanBorah/Simple-Text-Manipulation | https://github.com/BahnimanBorah/Simple-Text-Manipulation | ad4216222ee1de2f1f4d40f2f716147181ff1f97 | 418dfb6bf6f4d1534b9f200c2fca3de0dce0bd92 | refs/heads/master | 2020-05-04T20:19:58.030000 | 2019-04-04T06:17:31 | 2019-04-04T06:17:31 | 179,433,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Java10Marks;
import java.util.Scanner;
/*
* Input a number and get it's largest and smallest DIGIT
*/
public class PrintLargestAndSmallest {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter number: ");
int num = in.nextInt();
in.close();
... | UTF-8 | Java | 588 | java | PrintLargestAndSmallest.java | Java | [] | null | [] | package Java10Marks;
import java.util.Scanner;
/*
* Input a number and get it's largest and smallest DIGIT
*/
public class PrintLargestAndSmallest {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter number: ");
int num = in.nextInt();
in.close();
... | 588 | 0.583333 | 0.564626 | 41 | 13.341463 | 14.38429 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.04878 | false | false | 15 |
0da07661475b63eac15de4f3c7afd10e63a6f208 | 39,230,231,290,004 | a7ff00e126154fdbc24a905d18b6acda0aae927d | /FinalProject/src/business/organization/distributor/ReservationManagementOrganization.java | e90d00cee947942ba0753c1566fd901070441a9f | [] | no_license | ppoptani/Medical-Device-Management | https://github.com/ppoptani/Medical-Device-Management | 1218d76e3dd609f9928880ef139972a1fe8c9051 | 600f16db666bc4d0c6a0f01a888b053868a3c970 | refs/heads/master | 2021-01-10T05:18:48.079000 | 2016-01-22T20:29:24 | 2016-01-22T20:29:24 | 50,193,633 | 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 business.organization.distributor;
import business.organization.Organization;
import business.role.InventoryStaffRole;
import ... | UTF-8 | Java | 923 | java | ReservationManagementOrganization.java | Java | [
{
"context": "le;\nimport java.util.ArrayList;\n\n/**\n *\n * @author pu\n */\npublic class ReservationManagementOrganization",
"end": 432,
"score": 0.9724030494689941,
"start": 430,
"tag": "USERNAME",
"value": "pu"
}
] | 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 business.organization.distributor;
import business.organization.Organization;
import business.role.InventoryStaffRole;
import ... | 923 | 0.746479 | 0.746479 | 31 | 28.774193 | 28.185686 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 15 |
26e3aa5d1690f74e515690591d00339ae957e721 | 5,446,018,599,457 | 33fe6e2a113d18a063f68a0be83d74a98a15ff99 | /src/com/jetbrains/ther/psi/references/TheRReferenceImpl.java | e9fdd7f8fd3b0cebfbc63257db8a493e0b867629 | [
"MIT"
] | permissive | Avila-Diego/TheRPlugin | https://github.com/Avila-Diego/TheRPlugin | 848240d35689006ab8496f274157683b3415ea44 | be2593c26dee8f6287d5ec0a82aebbca9c74f657 | refs/heads/master | 2023-03-19T19:59:18.881000 | 2016-07-05T13:08:10 | 2016-07-05T13:08:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jetbrains.ther.psi.references;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.codeInsight.lookup.LookupElementBuilder;
import com.intellij.lang.ASTNode;
import com.intellij.openapi.module.impl.scopes.LibraryScope;
import com.intellij.openapi.roots.ModifiableModelsProvider;
import... | UTF-8 | Java | 7,516 | java | TheRReferenceImpl.java | Java | [] | null | [] | package com.jetbrains.ther.psi.references;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.codeInsight.lookup.LookupElementBuilder;
import com.intellij.lang.ASTNode;
import com.intellij.openapi.module.impl.scopes.LibraryScope;
import com.intellij.openapi.roots.ModifiableModelsProvider;
import... | 7,516 | 0.736163 | 0.735897 | 188 | 38.978722 | 34.793457 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579787 | false | false | 15 |
de191a4b0d61b60d1548edba2fbcac5fc35cd6c3 | 39,290,360,849,705 | 6bf9565ddcc68a46a1f6349cb73bdb8b9a2f3089 | /modules/rsl-util/src/main/java/rsl/util/pubsub/PubSubEventLogger.java | 7f2248f42226b80cd01c436285cede7f6a6c452a | [] | no_license | asanctor/rsl-master | https://github.com/asanctor/rsl-master | cefa70c1d77d0ed8b0cfff9ba61378278f1ebb7a | 5151457123d9d55a70d9cebdfce9d638204d674d | refs/heads/main | 2023-05-03T22:35:48.893000 | 2021-05-21T15:51:49 | 2021-05-21T15:51:49 | 369,582,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rsl.util.pubsub;
import com.google.common.eventbus.AllowConcurrentEvents;
import com.google.common.eventbus.Subscribe;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.lang.reflect.Method;
import java.text.SimpleDateFormat;
import java.util.Date;
public class PubSubEventLogger {
priv... | UTF-8 | Java | 2,877 | java | PubSubEventLogger.java | Java | [] | null | [] | package rsl.util.pubsub;
import com.google.common.eventbus.AllowConcurrentEvents;
import com.google.common.eventbus.Subscribe;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.lang.reflect.Method;
import java.text.SimpleDateFormat;
import java.util.Date;
public class PubSubEventLogger {
priv... | 2,877 | 0.641988 | 0.641293 | 88 | 31.693182 | 31.958551 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511364 | false | false | 15 |
3686dd18c209f4e4ab342785050c9d8606971a99 | 37,203,006,753,872 | c30cac1b04639d53347aab7052945e7335a90248 | /Ticket-app-Final/Ticket-app/app/src/main/java/com/example/zhangmingqi/ticket_app/Controller/ViewPager/fragment.java | 3771aeca9863d917d68d331970784b47227ea745 | [] | no_license | WangJunwen1995/Enjoy_film | https://github.com/WangJunwen1995/Enjoy_film | fd563b37da9267c3796ecec3d2b169b38b29fd8b | 05f70f6c5fc06be68ac2a36897d1fdaecda09a86 | refs/heads/master | 2021-01-20T17:39:46.644000 | 2017-06-24T06:19:43 | 2017-06-24T06:19:43 | 90,881,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zhangmingqi.ticket_app.Controller.ViewPager;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.To... | UTF-8 | Java | 1,926 | java | fragment.java | Java | [] | null | [] | package com.example.zhangmingqi.ticket_app.Controller.ViewPager;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.To... | 1,926 | 0.669338 | 0.668803 | 52 | 35 | 26.149717 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
88d0f550b51931cb9e335cb50b2ca0e177169799 | 33,852,932,289,626 | 2a58bac44d9a1fbfb4c4528fadc0df7322d2bd7f | /sooltoryteller/src/main/java/com/sooltoryteller/controller/MyBbstController.java | 42a0115a973def2437d7e47e23f0d3f707a7e969 | [] | no_license | Limhyeonsu/sooltoryteller | https://github.com/Limhyeonsu/sooltoryteller | ab71adadb5d790aecdf04b0205be1f4504004dce | f62249834d02792b7f26f07492862f7c4b9e20ec | refs/heads/main | 2023-02-13T14:46:10.340000 | 2021-01-15T15:41:22 | 2021-01-15T15:41:22 | 329,936,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sooltoryteller.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframewor... | UTF-8 | Java | 1,363 | java | MyBbstController.java | Java | [] | null | [] | package com.sooltoryteller.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframewor... | 1,363 | 0.7603 | 0.756554 | 43 | 30.046511 | 23.101347 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.255814 | false | false | 15 |
92541cb9ae8fb287f372d58fd682a4cd61f761e6 | 34,067,680,637,223 | 786a244e9c921ed8b7bbdb5b006530c157de6867 | /src/com/github/FailVictim/MythicalEarth/Engine/MythicalEarth.java | 2a12e8a0f158ca1199baddda1fe7975e61b59d41 | [] | no_license | FailVictim/MythicalEarth | https://github.com/FailVictim/MythicalEarth | 7fa3905c8489903825227824480974b4267c3208 | 388a11ddd4beff7557a578b5c213aaf19fb85b95 | refs/heads/master | 2020-06-01T09:39:40.566000 | 2014-09-12T21:56:40 | 2014-09-12T21:56:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.FailVictim.MythicalEarth.Engine;
import com.github.FailVictim.MythicalEarth.UI.MenuFrame;
public class MythicalEarth {
public static void main(String args[]) {
MenuFrame menuFrame = new MenuFrame();
@SuppressWarnings("unused")
Data data = new Data(menuFrame);
}
}
| UTF-8 | Java | 317 | java | MythicalEarth.java | Java | [] | null | [] | package com.github.FailVictim.MythicalEarth.Engine;
import com.github.FailVictim.MythicalEarth.UI.MenuFrame;
public class MythicalEarth {
public static void main(String args[]) {
MenuFrame menuFrame = new MenuFrame();
@SuppressWarnings("unused")
Data data = new Data(menuFrame);
}
}
| 317 | 0.706625 | 0.706625 | 15 | 19.133333 | 20.529221 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 15 |
28c864bc3f5c2f6f86d672cb3ba93a964cc0b8d5 | 39,195,871,565,577 | 033a01e35103570f4bbca302768a26ee8f6dbece | /Save the World Again/Solution.java | fd4a6d986db351749ad7a1b074b83215489d0dc0 | [] | no_license | axemaneric/Google-Code-Jam | https://github.com/axemaneric/Google-Code-Jam | c0078b6e40c6a778601bc0162d7ddf37cfe1a4c3 | 0e70e0094770dc96eceda149f6cec92a4e2ebda8 | refs/heads/master | 2020-03-10T03:18:12.731000 | 2018-04-11T22:26:46 | 2018-04-11T22:26:46 | 129,160,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class Solution {
public static void main(String[] args) {
Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int t = in.nextInt(); // Scanner has functions to read ints, longs, strings, chars, etc.
for (int i = 1; i <= t; ++i) {... | UTF-8 | Java | 1,479 | java | Solution.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class Solution {
public static void main(String[] args) {
Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int t = in.nextInt(); // Scanner has functions to read ints, longs, strings, chars, etc.
for (int i = 1; i <= t; ++i) {... | 1,479 | 0.499662 | 0.491548 | 62 | 22.854839 | 19.650862 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.967742 | false | false | 15 |
4b5b8698fcee6127155f2435ec1f01f639093b56 | 29,875,792,567,620 | 4331fa86ca7f56c38430277b2e66d727eb27d512 | /Myjavaprograms/src/com/hasarelationship/Bike.java | 3835a38c195cc7e79dc2b29d2fe518adb671b09e | [] | no_license | Karthikmk1996/Myjavaprograms | https://github.com/Karthikmk1996/Myjavaprograms | dbcea5941a2c8243c9c1a9f2d8a4b3e5c90e1240 | 5742f861222de74dffb6d40ce8c44ada3ec19159 | refs/heads/master | 2020-08-31T03:34:16.660000 | 2019-11-24T19:12:15 | 2019-11-24T19:12:15 | 218,575,423 | 0 | 1 | null | false | 2019-10-30T16:46:21 | 2019-10-30T16:41:19 | 2019-10-30T16:41:22 | 2019-10-30T16:46:15 | 0 | 0 | 1 | 0 | null | false | false | package com.hasarelationship;
class Bike {
Engine e=new Engine(100);
double mileage;
String colour;
Bike()
{
}
Bike(double mileage,String colour)
{
this.mileage=mileage;
this.colour=colour;
}
}
| UTF-8 | Java | 227 | java | Bike.java | Java | [] | null | [] | package com.hasarelationship;
class Bike {
Engine e=new Engine(100);
double mileage;
String colour;
Bike()
{
}
Bike(double mileage,String colour)
{
this.mileage=mileage;
this.colour=colour;
}
}
| 227 | 0.643172 | 0.629956 | 16 | 12.1875 | 11.265094 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 15 |
3754bbe13cb8e75450f2bb365206c782ecc7bea5 | 39,384,850,134,908 | c0d517357d9b4069a0d001f11ffdad6b0dfa031d | /src/com/dream/system/SystemDemo.java | 55d50ad8eb544b0de11be1794547830c5f2a5e95 | [] | no_license | Dream1228/threadstudy | https://github.com/Dream1228/threadstudy | a0b9c0f3244e868ac0052faa17905c36db22cbb2 | e3fd5127c4a61ddfd496aa2e9ea7f4ec243faf9d | refs/heads/master | 2021-05-19T04:10:28.241000 | 2020-03-31T06:45:35 | 2020-03-31T06:45:35 | 251,520,714 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dream.system;
import java.util.Properties;
/**
* @author :lixiang
* @version :v1.0
* @program :jvm
* @date :2020/3/31 11:38
* @description :
*/
public class SystemDemo {
public static void main(String[] args) {
System.setProperty("defined", "myValue");
Properties properties = Sys... | UTF-8 | Java | 585 | java | SystemDemo.java | Java | [
{
"context": "m;\n\nimport java.util.Properties;\n\n/**\n * @author :lixiang\n * @version :v1.0\n * @program :jvm\n * @date :2020",
"end": 80,
"score": 0.9965344071388245,
"start": 73,
"tag": "USERNAME",
"value": "lixiang"
}
] | null | [] | package com.dream.system;
import java.util.Properties;
/**
* @author :lixiang
* @version :v1.0
* @program :jvm
* @date :2020/3/31 11:38
* @description :
*/
public class SystemDemo {
public static void main(String[] args) {
System.setProperty("defined", "myValue");
Properties properties = Sys... | 585 | 0.593044 | 0.570435 | 26 | 21.115385 | 20.083149 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 15 |
0470dd31947d0d968f3fd6c1a23c4909b56d1f46 | 37,271,726,222,857 | dd62012819e5fe95ab5cb1b60b97e8f63e9ec7b3 | /esupplier-web/src/main/java/com/yjf/esupplier/web/controller/front/platform/ShoppingCartBaseController.java | 4307ebe71260dc700a43f7d4d707bef94e2648db | [] | no_license | cl510804194/fengjievue | https://github.com/cl510804194/fengjievue | 86a40c7e8c4ef3b432cd8152986b34c53174d6e6 | e1f58f14398a1b5ce0b671f17bfd4c3c88a8ee4e | refs/heads/master | 2020-04-19T09:48:17.742000 | 2019-01-29T08:52:26 | 2019-01-29T08:52:26 | 168,121,303 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yjf.esupplier.web.controller.front.platform;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.springframework.beans.factory.annotation.Autowired;
import rop.thirdparty.com.google.common.collect.Lists;
import com.yjf.common.lang.util.StringUti... | UTF-8 | Java | 5,393 | java | ShoppingCartBaseController.java | Java | [] | null | [] | package com.yjf.esupplier.web.controller.front.platform;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.springframework.beans.factory.annotation.Autowired;
import rop.thirdparty.com.google.common.collect.Lists;
import com.yjf.common.lang.util.StringUti... | 5,393 | 0.768259 | 0.767515 | 123 | 42.747967 | 25.129452 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.715447 | false | false | 15 |
7e4169124ea21c9136903e2349ebbde319a344f7 | 34,248,069,271,026 | 058c25584d8cd255e4cb9189c6e115e0ec8586b5 | /JavaPractice/src/org/dimigo/exception/AgeCheckException.java | 5811854d6f926d36956d12806b81096b2490ebeb | [] | no_license | hd132520/JavaPractice | https://github.com/hd132520/JavaPractice | 45717662b323edd6ef78ed329d9c73379378826b | 09bb1b807f346dc0e8ff0c63d171e8f42e5f80fe | refs/heads/master | 2021-01-16T19:33:29.957000 | 2015-11-10T01:54:13 | 2015-11-10T01:54:13 | 32,296,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.dimigo.exception;
/**
*<pre>
*
* JavaPractice
* org.dimigo.exception
* |_ AgeCheckException
*
* 1. 개요 :
* 2. 작성일: 2015. 9. 21.
*
*
* </pre>
* @author : 박수환
* @version : 1.0
*/
public class AgeCheckException extends Exception {
public AgeCheckException... | UTF-8 | Java | 489 | java | AgeCheckException.java | Java | [
{
"context": "일: 2015. 9. 21.\r\n *\r\n *\r\n * </pre>\r\n * @author : 박수환\r\n * @version : 1.0\r\n */\r\npublic class AgeCheckEx",
"end": 213,
"score": 0.9998507499694824,
"start": 210,
"tag": "NAME",
"value": "박수환"
}
] | null | [] | /**
*
*/
package org.dimigo.exception;
/**
*<pre>
*
* JavaPractice
* org.dimigo.exception
* |_ AgeCheckException
*
* 1. 개요 :
* 2. 작성일: 2015. 9. 21.
*
*
* </pre>
* @author : 박수환
* @version : 1.0
*/
public class AgeCheckException extends Exception {
public AgeCheckException... | 489 | 0.560706 | 0.536424 | 30 | 13.1 | 16.147963 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
366adff96e71c679a21fa971919a067c8a80e06e | 37,632,503,464,022 | b38aa1da91e1b35a2d6dddd7e197d12bcce58a64 | /src/main/java/com/virtusa/impl/NumberWordConverter.java | 02ae12c24f721be6a80baaec7d8949940e838a3e | [] | no_license | ramkumargs/virtusa_numbertoword | https://github.com/ramkumargs/virtusa_numbertoword | 6e6c250d68543e9bc526da1e9ba814acd7445899 | 0d7db5d29b176b2aa9c89c3dbfdf50879944d9fb | refs/heads/master | 2021-07-09T10:19:06.227000 | 2019-08-17T09:28:54 | 2019-08-17T09:28:54 | 202,860,651 | 0 | 0 | null | false | 2020-10-13T15:23:51 | 2019-08-17T09:23:01 | 2019-08-17T09:29:35 | 2020-10-13T15:23:50 | 4 | 0 | 0 | 1 | Java | false | false | package com.virtusa.impl;
import com.virtusa.Constants;
import com.virtusa.INumberWorderConverter;
import com.virtusa.exception.NumberValidationException;
public class NumberWordConverter implements INumberWorderConverter, Constants {
public String getWordFromNumber(int number) {
if (number <= 0) {
throw new ... | UTF-8 | Java | 1,267 | java | NumberWordConverter.java | Java | [] | null | [] | package com.virtusa.impl;
import com.virtusa.Constants;
import com.virtusa.INumberWorderConverter;
import com.virtusa.exception.NumberValidationException;
public class NumberWordConverter implements INumberWorderConverter, Constants {
public String getWordFromNumber(int number) {
if (number <= 0) {
throw new ... | 1,267 | 0.660616 | 0.568272 | 44 | 27.795454 | 34.809597 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 15 |
c855319ab86175e84fe3daf24d60ac566e09f7c8 | 39,530,879,030,028 | b8fb03eb7538736bfe68a63950781d2609c092f1 | /src/main/java/com/cli/CliTest.java | b0ec28daa5d558da615c7ec02d3c15530712c45e | [] | no_license | earthxiaoyi/netty | https://github.com/earthxiaoyi/netty | ed1c9a5751abe719c06bf4f52494f43c85d0e014 | a4f6245e86f5e86503245d68751f6964f6bdbfbe | refs/heads/master | 2020-12-24T13:20:18.175000 | 2015-08-11T09:57:31 | 2015-08-11T09:57:31 | 40,393,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cli;
import java.util.Scanner;
public class CliTest {
public static void main(String[] args) {
/*Options options = new Options();
options.addOption("t",false,"display current time");
CommandLineParser parser = new DefaultParser();
CommandLine cmd = parser.parse(options, args);
... | UTF-8 | Java | 628 | java | CliTest.java | Java | [] | null | [] | package com.cli;
import java.util.Scanner;
public class CliTest {
public static void main(String[] args) {
/*Options options = new Options();
options.addOption("t",false,"display current time");
CommandLineParser parser = new DefaultParser();
CommandLine cmd = parser.parse(options, args);
... | 628 | 0.630645 | 0.630645 | 27 | 20.962963 | 17.980404 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.222222 | false | false | 15 |
14fae76814e856eb2a7c998db34e890f1439854e | 38,431,367,381,594 | 41a0735c5f522f3b273afc74c111591c1d67effe | /src/nilsl/processing/lib/img/filters/OrderByBriFilter.java | 96c7aae42d36e75ca905c8b774074795f1085fd0 | [] | no_license | NilsL/ProcessingJava | https://github.com/NilsL/ProcessingJava | aa6432ae47feb10eb4ebb4ca56cf366e53b235df | e0c25ea159179cdf83deeef93c4d05a32c1a09f6 | refs/heads/master | 2021-01-25T05:34:40.400000 | 2014-09-03T21:42:39 | 2014-09-03T21:42:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nilsl.processing.lib.img.filters;
import java.util.Collections;
import java.util.List;
import nilsl.processing.lib.img.NImage;
import nilsl.processing.lib.img.comparators.BriComparator;
public class OrderByBriFilter implements FilterCommand {
private boolean desc;
public OrderByBriFilter(boolean desc) {
... | UTF-8 | Java | 576 | java | OrderByBriFilter.java | Java | [] | null | [] | package nilsl.processing.lib.img.filters;
import java.util.Collections;
import java.util.List;
import nilsl.processing.lib.img.NImage;
import nilsl.processing.lib.img.comparators.BriComparator;
public class OrderByBriFilter implements FilterCommand {
private boolean desc;
public OrderByBriFilter(boolean desc) {
... | 576 | 0.75 | 0.75 | 30 | 18.200001 | 19.516489 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
af51aebdb486e26377b1054988b93aa3e57f099d | 33,981,781,301,301 | b41f92836be5d84fa24a9e5204eae28345d370bc | /src/main/java/io/github/hbothra/simplebugtracker/controller/BugsController.java | b0a4cde95c3fe0f320e79ae927aa9a8169d1a1d7 | [] | no_license | hbothra15/simple-bug | https://github.com/hbothra15/simple-bug | afc5b57e9f34199b418c60e131d4f5fbded96379 | 248760efd3e22695bce80e5886ff0124071f7315 | refs/heads/master | 2022-10-12T18:44:57.883000 | 2020-06-07T08:15:09 | 2020-06-07T08:15:09 | 263,025,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.hbothra.simplebugtracker.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.web.bind... | UTF-8 | Java | 2,022 | java | BugsController.java | Java | [
{
"context": "package io.github.hbothra.simplebugtracker.controller;\n\nimport java.util.Li",
"end": 25,
"score": 0.8539700508117676,
"start": 18,
"tag": "USERNAME",
"value": "hbothra"
},
{
"context": "ind.annotation.RestController;\n\nimport io.github.hbothra.simplebugtracker.ro.Bug... | null | [] | package io.github.hbothra.simplebugtracker.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.web.bind... | 2,022 | 0.799703 | 0.799703 | 58 | 33.862068 | 30.01577 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.155172 | false | false | 15 |
3f69b42e422f475cbf5e627d53728bdd0e823346 | 19,928,648,316,510 | 13ad7d75350bc3f40fae0c21ce33ebc579671fd4 | /app/src/main/java/com/example/dulich/Object/BanBe.java | 4a7a72294c4af6c89093d3cd6ac65ffcc0590a56 | [] | no_license | chotchachi/DuLich | https://github.com/chotchachi/DuLich | 02e296818ff3ffd4c5bb8718e908d293d3afe250 | 3d7fa6d6d4dd95a716b5d77f83f5ab941c78b08a | refs/heads/master | 2022-12-10T15:54:04.654000 | 2020-09-08T04:14:30 | 2020-09-08T04:14:30 | 189,409,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dulich.Object;
public class BanBe {
private String Username;
private String User_Id;
public BanBe(String username, String user_id) {
Username = username;
User_Id = user_id;
}
public BanBe(){
}
public String getUsername() {
return Username;
... | UTF-8 | Java | 551 | java | BanBe.java | Java | [
{
"context": "ing username, String user_id) {\n Username = username;\n User_Id = user_id;\n }\n\n public Ban",
"end": 194,
"score": 0.9951291084289551,
"start": 186,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.example.dulich.Object;
public class BanBe {
private String Username;
private String User_Id;
public BanBe(String username, String user_id) {
Username = username;
User_Id = user_id;
}
public BanBe(){
}
public String getUsername() {
return Username;
... | 551 | 0.589837 | 0.589837 | 31 | 16.774193 | 15.708452 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 15 |
5927899f275112abb9c23f9a47bcfe6d2604a523 | 37,099,927,535,253 | 52c821fa7f7edae6af0a7861ab250e4e0170e5a1 | /base/src/it/fabiobiscaro/socket/biagio/ClientSide/SckClt.java | daddac9ef3fcb562a3d614efde1ba4e9f560a97e | [] | no_license | meogrande/einaudi-adventure | https://github.com/meogrande/einaudi-adventure | fd728620ded9e7cee1e0b4b5744a9d455fe94f11 | df02c46d66f73dba16a8dbb4cdf7656673038f98 | refs/heads/master | 2022-05-14T13:04:47.281000 | 2022-05-01T10:17:22 | 2022-05-01T10:17:22 | 49,280,626 | 4 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***
* @author BiRG81
* @descrption Classe Client-Side allo scopo di:
* - instaurare una connessione con il server
* - mandare al server, attraverso un socket, messaggi di testo
* - chiudere da remoto il socket nel caso in cui il messaggio inviato sia END
***/
package it.fabiobiscaro.socket.biagio.ClientSide;
i... | UTF-8 | Java | 1,265 | java | SckClt.java | Java | [
{
"context": "/***\n * @author BiRG81\n * @descrption Classe Client-Side allo scopo di:\n",
"end": 22,
"score": 0.9997076988220215,
"start": 16,
"tag": "USERNAME",
"value": "BiRG81"
}
] | null | [] | /***
* @author BiRG81
* @descrption Classe Client-Side allo scopo di:
* - instaurare una connessione con il server
* - mandare al server, attraverso un socket, messaggi di testo
* - chiudere da remoto il socket nel caso in cui il messaggio inviato sia END
***/
package it.fabiobiscaro.socket.biagio.ClientSide;
i... | 1,265 | 0.671146 | 0.660079 | 44 | 27.75 | 26.553656 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.340909 | false | false | 15 |
635a911e67b2a4c8d2f511340f8fcf5a36ce0c82 | 38,800,734,599,767 | 9dfe781b62083b477d8f85668bd2f2e833d2d8b1 | /app/src/main/java/matheusfroes/ycecoco/adapters/OpcoesAdapter.java | 995a6a5b5a89bfa3fbe721db73d7b27060847c0e | [] | no_license | froesmatheus/yce-coco-app | https://github.com/froesmatheus/yce-coco-app | ea435201a0a0703642332e90a762cc64c33f807f | 605ba92262abaa69871547a3c705ed6b8af4662c | refs/heads/master | 2016-09-13T15:38:35.170000 | 2016-07-07T23:13:50 | 2016-07-07T23:13:50 | 62,584,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package matheusfroes.ycecoco.adapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import java... | UTF-8 | Java | 3,054 | java | OpcoesAdapter.java | Java | [
{
"context": "froes.ycecoco.models.OpcaoMenu;\n\n/**\n * Created by matheus on 23/06/16.\n */\npublic class OpcoesAdapter exten",
"end": 692,
"score": 0.99894779920578,
"start": 685,
"tag": "USERNAME",
"value": "matheus"
}
] | null | [] | package matheusfroes.ycecoco.adapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import java... | 3,054 | 0.632286 | 0.629993 | 91 | 32.56044 | 26.113535 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.593407 | false | false | 15 |
8fe4a531ef50bb11dd0aefca08f07b044a28a789 | 39,530,878,996,336 | 4d099aff696a3be1a53b4d088a514a369ff70f30 | /bulk_fhir_resource_curator/src/test/java/edu/gatech/curator/factory/RetrofitClientFactoryTest.java | 9b09179c59ea5bcb4760523e3a6e659aad7a4b22 | [] | no_license | chemketoo/CS6440 | https://github.com/chemketoo/CS6440 | 9c787d781fcc5e0b36eaf4fab968ad3a294ff641 | 599937e80857e699bc8d75d68fcaade9b545a20b | refs/heads/master | 2020-07-16T02:31:49.250000 | 2019-06-05T10:28:17 | 2019-06-05T10:28:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.gatech.curator.factory;
import edu.gatech.curator.client.BulkFhirApiClient;
import edu.gatech.curator.entity.SourceSystemEntity;
import edu.gatech.curator.service.CuratorService;
import edu.gatech.curator.service.ServiceTestConfiguration;
import org.junit.Before;
import org.junit.Test;
import org.junit.run... | UTF-8 | Java | 1,491 | java | RetrofitClientFactoryTest.java | Java | [] | null | [] | package edu.gatech.curator.factory;
import edu.gatech.curator.client.BulkFhirApiClient;
import edu.gatech.curator.entity.SourceSystemEntity;
import edu.gatech.curator.service.CuratorService;
import edu.gatech.curator.service.ServiceTestConfiguration;
import org.junit.Before;
import org.junit.Test;
import org.junit.run... | 1,491 | 0.792757 | 0.792086 | 51 | 28.254902 | 23.141375 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490196 | false | false | 15 |
56a4fe8fa2bd464467409d4df21f5aebf4cc358c | 455,266,550,075 | db128eef5de3d21dfb9bb4f159b051ae18c26a53 | /Main.java | 01a27806498ca593a3809988cac40c6f5b988dcf | [] | no_license | joshdemusz/CS1632_D2 | https://github.com/joshdemusz/CS1632_D2 | b814b0c6a0aa501fa935ce102d516a0ded6c8556 | 6627d75bcf7cef3b542210c8ab5a02f695849978 | refs/heads/master | 2021-01-19T12:37:12.967000 | 2017-02-19T22:08:09 | 2017-02-19T22:08:09 | 82,348,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Josh Demusz
CS 1632
Deliverable 2
2/19/17
*/
public class Main
{
public static void main(String[] args)
{
// Create a simulation object
Simulation sim = new Simulation();
Integer seed = sim.checkArgs(args);
// If seed is null, input was invalid
if(se... | UTF-8 | Java | 511 | java | Main.java | Java | [
{
"context": "/*\n Josh Demusz\n CS 1632\n Deliverable 2\n 2/19/17\n */\n\npu",
"end": 18,
"score": 0.9997347593307495,
"start": 7,
"tag": "NAME",
"value": "Josh Demusz"
}
] | null | [] | /*
<NAME>
CS 1632
Deliverable 2
2/19/17
*/
public class Main
{
public static void main(String[] args)
{
// Create a simulation object
Simulation sim = new Simulation();
Integer seed = sim.checkArgs(args);
// If seed is null, input was invalid
if(seed ==... | 506 | 0.528376 | 0.506849 | 28 | 17.25 | 18.009174 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 15 |
7d4b9c2d0cc9fbfef37030478bc39919db089fde | 28,200,755,315,849 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/16/org/apache/commons/math3/util/Decimal64Field_getInstance_44.java | 96a23f667cee868f6de09f990b28e46c23a037c1 | [] | no_license | hvdthong/NetML | https://github.com/hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618000 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | true | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | 2018-03-01T05:04:19 | 2018-01-15T07:59:20 | 172,367 | 0 | 0 | 0 | null | false | null |
org apach common math3 util
field precis float point number
version
decimal64
decimal64 field decimal64field field decimal64
return uniqu instanc
uniqu instanc
decimal64 field decimal64field instanc getinst
instanc
| UTF-8 | Java | 268 | java | Decimal64Field_getInstance_44.java | Java | [] | null | [] |
org apach common math3 util
field precis float point number
version
decimal64
decimal64 field decimal64field field decimal64
return uniqu instanc
uniqu instanc
decimal64 field decimal64field instanc getinst
instanc
| 268 | 0.697761 | 0.649254 | 29 | 7.103448 | 13.399292 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 15 |
60ad99977a8866da4cdfd9ae6813fbbe131eaec3 | 33,122,787,838,088 | 92dae771e19102dff69b95973287a827619d447b | /MyDemo/src/com/demo/reflect/ReflectSample.java | 498aa0d9ad5ed8451376a7d9f6dd9184da9e6fd1 | [] | no_license | myunlong/exam | https://github.com/myunlong/exam | 200b9222b3ff8d7ed60e0797adc39c0e57815804 | df1ea9533e7bb8a289a40900323f22f298fc238b | refs/heads/master | 2020-07-21T21:04:55.266000 | 2019-09-10T14:24:30 | 2019-09-10T14:24:30 | 206,975,008 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.reflect;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
/**
* @ClassName ReflectSample
* @Description TODO
* @Author Yunlong
* @Date 2019/9/3 19:15
* @Version 1.0
*/
public class ReflectSample {
public static void main(String[] args) throws Exception {
Class rc = C... | UTF-8 | Java | 970 | java | ReflectSample.java | Java | [
{
"context": "Name ReflectSample\n * @Description TODO\n * @Author Yunlong\n * @Date 2019/9/3 19:15\n * @Version 1.0\n */",
"end": 158,
"score": 0.5299796462059021,
"start": 157,
"tag": "NAME",
"value": "Y"
},
{
"context": "me ReflectSample\n * @Description TODO\n * @Author Yunlong\n... | null | [] | package com.demo.reflect;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
/**
* @ClassName ReflectSample
* @Description TODO
* @Author Yunlong
* @Date 2019/9/3 19:15
* @Version 1.0
*/
public class ReflectSample {
public static void main(String[] args) throws Exception {
Class rc = C... | 970 | 0.599119 | 0.585903 | 33 | 26.515152 | 18.630573 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 15 |
878157ec0f86d83289cd2a6a2f967392feaed8b7 | 28,716,151,361,484 | 6aedfbd825f73fc2d523a932231389583e2ee013 | /src/com/fireslug/gameutils/ColorScheme.java | 65beaae216f8b0ec9c0b82b08a3311946eadc5e3 | [] | no_license | fieryslug/Minesweeper | https://github.com/fieryslug/Minesweeper | bd8d7a5ffdf73c99640badee0bc00091d144dbca | 725f51fad00a5ea126a46a85892d48ca4c6e60d6 | refs/heads/master | 2020-03-20T17:26:21.592000 | 2018-06-16T11:34:56 | 2018-06-16T11:34:56 | 137,559,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fireslug.gameutils;
import java.awt.*;
public class ColorScheme {
public Color panelBackground;
public Color buttonBackground;
public Color buttonRestartBackground;
public Color gridBorder;
public Color gridBorderEx;
public Color gridDefault;
public Color gridZero;... | UTF-8 | Java | 2,619 | java | ColorScheme.java | Java | [] | null | [] | package com.fireslug.gameutils;
import java.awt.*;
public class ColorScheme {
public Color panelBackground;
public Color buttonBackground;
public Color buttonRestartBackground;
public Color gridBorder;
public Color gridBorderEx;
public Color gridDefault;
public Color gridZero;... | 2,619 | 0.618939 | 0.5231 | 76 | 32.460526 | 21.731277 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.539474 | false | false | 15 |
ab38970b2e68492a02089c422ab7744717b2eacd | 22,943,715,346,703 | 4cc7edd8298c58b463abd680cf7d88c76b904484 | /Code/src/designPatterns/TemplateMethod/HitAndRunMethod.java | 1c21842d6812ea1b6bc56586c06139a51e32cbc1 | [] | no_license | Passion-Logan/Summary | https://github.com/Passion-Logan/Summary | eee0ce88966ba59c88134bf57901993de4c2d3fd | cb63876b2afbc06b70b2c4fb6604269f29228de8 | refs/heads/master | 2021-10-27T07:14:22.337000 | 2021-10-21T09:42:38 | 2021-10-21T09:42:38 | 221,710,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package designPatterns.TemplateMethod;
/**
* 具体方法
*
* @author wql
* @desc HitAndRunMethod
* @date 2021/5/31
* @lastUpdateUser wql
* @lastUpdateDesc
* @lastUpdateTime 2021/5/31
*/
public class HitAndRunMethod extends StealingMethod {
@Override
protected String pickTarget() {
return "地精老妇人";
... | UTF-8 | Java | 625 | java | HitAndRunMethod.java | Java | [
{
"context": "atterns.TemplateMethod;\n\n/**\n * 具体方法\n *\n * @author wql\n * @desc HitAndRunMethod\n * @date 2021/5/31\n * @l",
"end": 69,
"score": 0.9996487498283386,
"start": 66,
"tag": "USERNAME",
"value": "wql"
},
{
"context": "AndRunMethod\n * @date 2021/5/31\n * @lastUpdateUse... | null | [] | package designPatterns.TemplateMethod;
/**
* 具体方法
*
* @author wql
* @desc HitAndRunMethod
* @date 2021/5/31
* @lastUpdateUser wql
* @lastUpdateDesc
* @lastUpdateTime 2021/5/31
*/
public class HitAndRunMethod extends StealingMethod {
@Override
protected String pickTarget() {
return "地精老妇人";
... | 625 | 0.655652 | 0.631304 | 30 | 18.166666 | 18.153206 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 15 |
570397ed2a7bcfe434cc5dbe9dcafbc6200fae8a | 1,958,505,138,209 | 83838e16a8aed067eba725af68c2cfd8f8008581 | /dal/src/main/java/com/zxg/zbc/dal/dao/ibatis/ZbcBillingRecordDAOImpl.java | 3157ee1471ae5e9f069dffc2a60248c06a9ca32a | [] | no_license | shenke119/zhaobaocai | https://github.com/shenke119/zhaobaocai | 79fcfef326db5cb52a56adc4e30ebe141ca92c6c | 56263c7fcc46c235086039eeca8326a33776be29 | refs/heads/master | 2017-11-29T23:59:20.604000 | 2017-02-06T07:46:34 | 2017-02-06T07:46:34 | 81,059,900 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zxg.zbc.dal.dao.ibatis;
import java.util.List;
import com.taobao.common.dao.persistence.DBRoute;
import com.taobao.common.dao.persistence.SqlMapBaseDAO;
import com.zxg.zbc.dal.dao.ZbcBillingRecordDAO;
import com.zxg.zbc.dal.dao.exception.DAOException;
import com.zxg.zbc.dal.dataobject.ZbcBillingRecord;
im... | UTF-8 | Java | 7,355 | java | ZbcBillingRecordDAOImpl.java | Java | [] | null | [] | package com.zxg.zbc.dal.dao.ibatis;
import java.util.List;
import com.taobao.common.dao.persistence.DBRoute;
import com.taobao.common.dao.persistence.SqlMapBaseDAO;
import com.zxg.zbc.dal.dao.ZbcBillingRecordDAO;
import com.zxg.zbc.dal.dao.exception.DAOException;
import com.zxg.zbc.dal.dataobject.ZbcBillingRecord;
im... | 7,355 | 0.709857 | 0.690279 | 207 | 34.536232 | 36.612045 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357488 | false | false | 15 |
76e24adec791bbe19b0f2453cf88420f60d7c422 | 14,740,327,820,438 | abf2d149e231a42ccdaf3b843ebed70385f6e5f6 | /src/main/java/com/luyongmin/task/demotask/node/AbstractMng.java | 3f8240c52d9dca8afa9d1296c382d8b78ab03695 | [] | no_license | luyongmin/tash | https://github.com/luyongmin/tash | e6b4adbf3091198b715ada9fd514acefe05a9fae | 2ed4a5af2c21352064c2320f905f78e1aae5508f | refs/heads/master | 2022-06-22T18:49:25.515000 | 2020-03-08T10:00:54 | 2020-03-08T10:00:54 | 245,418,945 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luyongmin.task.demotask.node;
import com.luyongmin.task.demotask.constant.ErrorCode;
import com.luyongmin.task.demotask.domain.Task;
import com.luyongmin.task.demotask.domain.TaskNode;
import com.luyongmin.task.demotask.enums.TaskNodeStatus;
import com.luyongmin.task.demotask.enums.TaskStatus;
import com.l... | UTF-8 | Java | 4,332 | java | AbstractMng.java | Java | [
{
"context": "ArrayList;\nimport java.util.List;\n\n/**\n * @author: lu.yongmin\n * @date: 2020/3/6 18:07\n * @description:\n */\npub",
"end": 759,
"score": 0.7944742441177368,
"start": 749,
"tag": "NAME",
"value": "lu.yongmin"
}
] | null | [] | package com.luyongmin.task.demotask.node;
import com.luyongmin.task.demotask.constant.ErrorCode;
import com.luyongmin.task.demotask.domain.Task;
import com.luyongmin.task.demotask.domain.TaskNode;
import com.luyongmin.task.demotask.enums.TaskNodeStatus;
import com.luyongmin.task.demotask.enums.TaskStatus;
import com.l... | 4,332 | 0.561734 | 0.558435 | 130 | 31.646154 | 27.789833 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415385 | false | false | 15 |
11f5d704546191b0cf6a7712d61b64a7a3b3d989 | 1,992,864,876,461 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/arc082/B/4884668.java | 07c323a777d210faa2d0f6d1346e5ff60145e256 | [] | no_license | Kawser-nerd/CLCDSA | https://github.com/Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588000 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @Author Silviase(@silviasetitech)
* For ProCon
*/
import java.util.*;
import java.lang.*;
import java.math.*;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int[] num = new int[n+1];
int an... | UTF-8 | Java | 1,035 | java | 4884668.java | Java | [
{
"context": "/*\r\n* @Author Silviase(@silviasetitech)\r\n* For ProCon\r\n*/\r\n\r\nimport java",
"end": 22,
"score": 0.9998206496238708,
"start": 14,
"tag": "NAME",
"value": "Silviase"
},
{
"context": "/*\r\n* @Author Silviase(@silviasetitech)\r\n* For ProCon\r\n*/\r\n\r\nimport ja... | null | [] | /*
* @Author Silviase(@silviasetitech)
* For ProCon
*/
import java.util.*;
import java.lang.*;
import java.math.*;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int[] num = new int[n+1];
int an... | 1,035 | 0.322705 | 0.30628 | 44 | 21.568182 | 13.422162 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 15 |
5cc84ab5d69c23046e3eab7420cf45ab6c65b475 | 8,220,567,453,411 | 2869004017993877b5d28182c7168c8631350c3d | /src/dataquery/CalendarDAO.java | 0ce7b2756a8f71df00e7592b4f1f3fbc6269f179 | [] | no_license | jw291/StackProject-JSP-Version | https://github.com/jw291/StackProject-JSP-Version | de0402230bff8a3263a7bc7bebd3f360ccef6a91 | a99694fdc07fea9e9b3e042edd4e1af04c32b8e2 | refs/heads/master | 2022-11-26T00:03:06.751000 | 2020-08-08T02:18:07 | 2020-08-08T02:18:07 | 285,955,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dataquery;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javabean.CalendarDataBean;
import javabean.FreeBoardDataBean;
public class CalendarDAO {
private... | UTF-8 | Java | 2,787 | java | CalendarDAO.java | Java | [] | null | [] | package dataquery;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javabean.CalendarDataBean;
import javabean.FreeBoardDataBean;
public class CalendarDAO {
private... | 2,787 | 0.672408 | 0.66882 | 109 | 24.568808 | 21.420374 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.752294 | false | false | 15 |
59b6011bcfe6ad30c43ce44e89bbf49e14864df3 | 15,479,062,190,557 | 86936a85e2c3506d31e5fb258b06cd44f51c1331 | /term 1/Combinatory/Combinatorics25.java | b7c71ea99cbe4d860c00a973d71e83e704b2cd10 | [] | no_license | hftmmiterNune09/itmo-dm-labs | https://github.com/hftmmiterNune09/itmo-dm-labs | db93482aeda30c1332d7f3c8a92ed55a3f09c1ab | 09dc19b0629e62934ced656b252d4c67d6f55027 | refs/heads/master | 2023-06-06T02:49:19.458000 | 2020-02-04T02:46:27 | 2020-02-04T02:46:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.itmo.chizhikov;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
public class Combinatorics25 {
static int[] nextCombination(int[] a, int n, int k) {
int b[] = new int[n];
for (int i = 0; i < k; i++) {
b[i] = a[i];
... | UTF-8 | Java | 1,489 | java | Combinatorics25.java | Java | [] | null | [] | package ru.itmo.chizhikov;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
public class Combinatorics25 {
static int[] nextCombination(int[] a, int n, int k) {
int b[] = new int[n];
for (int i = 0; i < k; i++) {
b[i] = a[i];
... | 1,489 | 0.415715 | 0.40497 | 51 | 28.196079 | 17.800661 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784314 | false | false | 15 |
8b561d9f103baea14c15a75e7917fb5fe3600b97 | 27,066,883,902,316 | 71975999c9d702a0883ec9038ce3e76325928549 | /src2.4.0/src/main/java/cn/jpush/android/service/TagAliasReceiver.java | 67d55c2fe32153fe3a5c87193cb184316c9c49fe | [] | no_license | XposedRunner/PhysicalFitnessRunner | https://github.com/XposedRunner/PhysicalFitnessRunner | dc64179551ccd219979a6f8b9fe0614c29cd61de | cb037e59416d6c290debbed5ed84c956e705e738 | refs/heads/master | 2020-07-15T18:18:23.001000 | 2019-09-02T04:21:34 | 2019-09-02T04:21:34 | 205,620,387 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jpush.android.service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import cn.jpush.android.d.f;
public class TagAliasReceiver extends BroadcastReceiver {
public void onReceive(Context context, Intent intent) {
if (intent == n... | UTF-8 | Java | 718 | java | TagAliasReceiver.java | Java | [] | null | [] | package cn.jpush.android.service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import cn.jpush.android.d.f;
public class TagAliasReceiver extends BroadcastReceiver {
public void onReceive(Context context, Intent intent) {
if (intent == n... | 718 | 0.649025 | 0.644847 | 20 | 33.900002 | 26.185682 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 15 |
efcea959fb66b48e54fcefc35a38638739196b92 | 1,099,511,647,558 | 71975999c9d702a0883ec9038ce3e76325928549 | /src2.4.0/src/main/java/com/autonavi/ae/gmap/glanimation/AdglAnimation1V.java | 54dbf1fadd5b11b0108042fbebc8a8e90ade9b3b | [] | no_license | XposedRunner/PhysicalFitnessRunner | https://github.com/XposedRunner/PhysicalFitnessRunner | dc64179551ccd219979a6f8b9fe0614c29cd61de | cb037e59416d6c290debbed5ed84c956e705e738 | refs/heads/master | 2020-07-15T18:18:23.001000 | 2019-09-02T04:21:34 | 2019-09-02T04:21:34 | 205,620,387 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.autonavi.ae.gmap.glanimation;
import android.os.SystemClock;
public class AdglAnimation1V extends AbstractAdglAnimation {
private float curValue;
private AbstractAdglAnimationParam1V v1Param = null;
public AdglAnimation1V(int i) {
reset();
this.duration = i;
... | UTF-8 | Java | 1,888 | java | AdglAnimation1V.java | Java | [] | null | [] | package com.autonavi.ae.gmap.glanimation;
import android.os.SystemClock;
public class AdglAnimation1V extends AbstractAdglAnimation {
private float curValue;
private AbstractAdglAnimationParam1V v1Param = null;
public AdglAnimation1V(int i) {
reset();
this.duration = i;
... | 1,888 | 0.536017 | 0.516419 | 64 | 27.5 | 21.232346 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484375 | false | false | 15 |
3e512ef0e8a36d451d620cd0eed022f83eb92d01 | 12,506,944,780,562 | 0933cd88d2de6c4a46f6945700f0acd0d7899983 | /src/com/lineadecodigo/java/basico/ObtenerPrimerDigitoDeUnNumero.java | 3bab476fa97db66de3be6348a71f78917fd6bd09 | [] | no_license | victorcuervo/lineadecodigo_java | https://github.com/victorcuervo/lineadecodigo_java | 2f08d57938e5ab59a42d05cf87c7a122f5c15aea | 31f48c8d0a6332b4adf6fc240b70562acfb1bcc3 | refs/heads/master | 2023-06-24T18:10:42.443000 | 2023-06-20T21:44:58 | 2023-06-20T21:44:58 | 35,690,886 | 20 | 21 | null | false | 2022-12-05T23:30:26 | 2015-05-15T18:48:53 | 2022-11-01T04:45:42 | 2022-12-05T23:30:25 | 472 | 13 | 13 | 11 | Java | false | false | package com.lineadecodigo.java.basico;
import java.util.Scanner;
/**
* @file ObtenerPrimerDigitoDeUnNumero.java
* @version 1.0
* @author Víctor Cuervo (http://lineadecodigo.com)
* @date 10/enero/2009
* @url http://lineadecodigo.com/2009/01/12/primer-digito-de-un-numero-con-java/
* @description Solicitar un n... | UTF-8 | Java | 998 | java | ObtenerPrimerDigitoDeUnNumero.java | Java | [
{
"context": "erDigitoDeUnNumero.java\n * @version 1.0\n * @author Víctor Cuervo (http://lineadecodigo.com)\n * @date 10/enero/200",
"end": 155,
"score": 0.9998819828033447,
"start": 142,
"tag": "NAME",
"value": "Víctor Cuervo"
}
] | null | [] | package com.lineadecodigo.java.basico;
import java.util.Scanner;
/**
* @file ObtenerPrimerDigitoDeUnNumero.java
* @version 1.0
* @author <NAME> (http://lineadecodigo.com)
* @date 10/enero/2009
* @url http://lineadecodigo.com/2009/01/12/primer-digito-de-un-numero-con-java/
* @description Solicitar un número p... | 990 | 0.72379 | 0.704637 | 36 | 26.555555 | 27.529221 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.388889 | false | false | 15 |
bb6c013311a963599d1851ff2f189aac40b857f5 | 1,047,972,063,182 | 58a5765bdef44025d054c9db009fdcd0212047a9 | /Community/src/com/community/dao/GoodDao.java | fbcfd3bc9bd3bbb1e6bce5aa02d63fe844c39e7d | [] | no_license | HelloProgrammer/MyGitRepository | https://github.com/HelloProgrammer/MyGitRepository | 3aeb211fee6037aa46d6b5e7361935faaca2cbc1 | ae84d4018d3f094b705a4c220c712ac4bf791573 | refs/heads/master | 2016-09-06T11:12:59.889000 | 2015-06-29T13:05:07 | 2015-06-29T13:08:29 | 35,249,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.community.dao;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.HibernateException;
import com.community.model.Good;
import com.community.model.OrderGood;
public interface GoodDao {
public void addGood(Good good);
public List<Good> getAllGood();
public List<Good> getAllGoodBy... | UTF-8 | Java | 743 | java | GoodDao.java | Java | [] | null | [] | package com.community.dao;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.HibernateException;
import com.community.model.Good;
import com.community.model.OrderGood;
public interface GoodDao {
public void addGood(Good good);
public List<Good> getAllGood();
public List<Good> getAllGoodBy... | 743 | 0.794078 | 0.794078 | 25 | 28.719999 | 18.756374 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28 | false | false | 15 |
f8a2fe7caed46b09c1347987d0d1373a13ac99fe | 1,262,720,403,192 | fb5d99cc10f7b1ad11c5c7770ed4109e0f6fb142 | /mySpringMvc2Prac01/src/main/java/com/spring/boardPrac01/dao/BoardDAO.java | 3ca2d37ef9f1bb977424372df278bfc49c6f84b5 | [] | no_license | lhe2010/mySpringMvc2Prac01 | https://github.com/lhe2010/mySpringMvc2Prac01 | c69afa5b132c824d8834f0aa1947e3646376764f | b8c0eab42e1633e013da4fefe15c33cb0c2760fc | refs/heads/master | 2023-03-03T21:52:56.065000 | 2021-02-14T07:05:13 | 2021-02-14T07:05:13 | 333,699,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.boardPrac01.dao;
import java.util.List;
import com.spring.boardPrac01.dto.BoardDTO;
public interface BoardDAO {
public List<BoardDTO> getAllBoard() throws Exception;
}
| UTF-8 | Java | 202 | java | BoardDAO.java | Java | [] | null | [] | package com.spring.boardPrac01.dao;
import java.util.List;
import com.spring.boardPrac01.dto.BoardDTO;
public interface BoardDAO {
public List<BoardDTO> getAllBoard() throws Exception;
}
| 202 | 0.752475 | 0.732673 | 10 | 18.200001 | 19.727139 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
25757dff57a0cfd77ad79bf8cbdcdbb71b990cb8 | 20,822,001,461,340 | e74e0001a024e69a0721743925fed54fe66ee420 | /eclipse-workspace_JAVA/Day_0416/src/binary/MemberSearch.java | abfb19a1769f26801441325c614b343f1b7ae205 | [] | no_license | JeongDalim/JAVA | https://github.com/JeongDalim/JAVA | 8612dd45b09956433f8f26cbdb9fb0d470741cca | e23bf419f9df75e3b603c888496d76b4e96666c3 | refs/heads/master | 2021-05-21T04:15:57.738000 | 2020-04-02T18:49:32 | 2020-04-02T18:49:32 | 252,537,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package binary;
import java.util.Scanner;
public class MemberSearch {
public static void main(String[] args) {
MemberData md = new MemberData();
md.print();
Scanner scn = new Scanner(System.in);
System.out.print("Member 검색:");
int sNO = scn.nextInt();
String name = scn.next();
int age = scn.nextInt();
... | UHC | Java | 707 | java | MemberSearch.java | Java | [] | null | [] | package binary;
import java.util.Scanner;
public class MemberSearch {
public static void main(String[] args) {
MemberData md = new MemberData();
md.print();
Scanner scn = new Scanner(System.in);
System.out.print("Member 검색:");
int sNO = scn.nextInt();
String name = scn.next();
int age = scn.nextInt();
... | 707 | 0.650655 | 0.650655 | 25 | 26.48 | 18.635708 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.36 | false | false | 15 |
d734d809f2b61902efb4d89b80c7a1328659800a | 30,614,526,893,514 | 395f9248749114b94d4845c38112da7fdb9ef716 | /SensorServer/src/main/java/model/StatusManager.java | 9d136a4ca4280eecde57bef9839b321d56e93f1e | [] | no_license | ancadiana23/SensorWatch | https://github.com/ancadiana23/SensorWatch | 0038a602c9f8c43a77814e1c47df7141dad71b70 | bd3785d3c0c878e3cd16bf553030607040abaf36 | refs/heads/master | 2020-02-13T21:54:01.007000 | 2017-06-05T14:30:59 | 2017-06-05T14:30:59 | 86,235,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
public class StatusManager
{
private static HashMap<String, StatusManager> stat... | UTF-8 | Java | 3,790 | java | StatusManager.java | Java | [] | null | [] | package model;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
public class StatusManager
{
private static HashMap<String, StatusManager> stat... | 3,790 | 0.514776 | 0.514512 | 158 | 22.987341 | 19.799625 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405063 | false | false | 15 |
db1cb4203d4c8f18b0b0c1d1713012a4aa23901d | 28,166,395,542,424 | 473942c7a2a7c59dd5a905eb6a72fe0396972877 | /JavaLab4Kushnir/src/Main.java | 0de590abe8c07c8eb9d8bae18a7270d14240a798 | [] | no_license | MishanyaKush/Lb4 | https://github.com/MishanyaKush/Lb4 | 4bc50ae822d68279261e2a0d12f7f702271d9011 | 3bd7d5d72853dfa3cbce25d12c318f2a4b35dc55 | refs/heads/main | 2023-06-02T09:53:01.065000 | 2021-06-11T06:08:25 | 2021-06-11T06:08:25 | 375,916,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.lang.model.element.NestingKind;
import java.io.*;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.LocalDate;
import java.util.*;
public class Main {
static Scanner scanner = new Scanner(System.in);
static String fileName = "file.txt";
static int indexList =... | UTF-8 | Java | 11,565 | java | Main.java | Java | [] | null | [] | import javax.lang.model.element.NestingKind;
import java.io.*;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.LocalDate;
import java.util.*;
public class Main {
static Scanner scanner = new Scanner(System.in);
static String fileName = "file.txt";
static int indexList =... | 11,565 | 0.40481 | 0.402067 | 292 | 36.452053 | 27.138554 | 254 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606164 | false | false | 15 |
4399a2f42763a05465a99c91518d93bbd31b6f6f | 23,974,507,493,287 | fe7d4e669efe7dfc0c15eb3daccce8bc3196a4af | /TP3/RomanNumber.java | cad4a7354f5e0dc97e6bac70716c8f682f3758cd | [] | no_license | Anaelle-Dessaigne/TPGenieLogiciel | https://github.com/Anaelle-Dessaigne/TPGenieLogiciel | cc3943eb773fbd74a6a3259b8bf899958f4bc21d | 466c1f47c6adad036826f0778c9e86b5ba209fec | refs/heads/master | 2020-08-15T10:56:57.126000 | 2019-10-20T22:12:36 | 2019-10-20T22:12:36 | 215,329,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package roman;
import java.util.LinkedHashMap;
import java.util.regex.Pattern;
import java.util.Map;
public final class RomanNumber extends Number {
public static final long serialVersionUID = 1L;
// Table des symboles
private static final LinkedHashMap<String, Integer> SYMBOLS = new LinkedHashMap<>();
static {... | UTF-8 | Java | 2,363 | java | RomanNumber.java | Java | [] | null | [] | package roman;
import java.util.LinkedHashMap;
import java.util.regex.Pattern;
import java.util.Map;
public final class RomanNumber extends Number {
public static final long serialVersionUID = 1L;
// Table des symboles
private static final LinkedHashMap<String, Integer> SYMBOLS = new LinkedHashMap<>();
static {... | 2,363 | 0.643493 | 0.625265 | 120 | 18.658333 | 23.4021 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.908333 | false | false | 15 |
51620ee0b0c7ad78994d3adad84b9b6d5a4233dd | 7,378,753,819,529 | e0f01ff8fc135aa0976e619096adf3b3d6f8ebcd | /src/main/java/cn/javaex/yaoqishan/service/type_field/TypeFieldService.java | a2015c3de94368b2e42ac6da5ef88a25728e85a3 | [
"Apache-2.0"
] | permissive | wsx180808/yaoqishan | https://github.com/wsx180808/yaoqishan | b454fca71c4f4114667798f38042aceb55d1c6fa | 515bed940e12aec37c12aca5d338a60b96bc7bbc | refs/heads/master | 2022-12-23T16:20:20.136000 | 2019-03-03T07:56:28 | 2019-03-03T07:56:28 | 232,039,413 | 0 | 0 | Apache-2.0 | false | 2022-12-16T11:36:15 | 2020-01-06T06:34:49 | 2020-01-06T06:35:26 | 2022-12-16T11:36:13 | 1,542 | 0 | 0 | 7 | Java | false | false | package cn.javaex.yaoqishan.service.type_field;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.javaex.yaoqishan.dao.field_info.IFieldInfoDAO;
import cn.javaex.yaoqishan.dao.media_info.IMediaInfoDAO;
import cn.jav... | UTF-8 | Java | 2,414 | java | TypeFieldService.java | Java | [] | null | [] | package cn.javaex.yaoqishan.service.type_field;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.javaex.yaoqishan.dao.field_info.IFieldInfoDAO;
import cn.javaex.yaoqishan.dao.media_info.IMediaInfoDAO;
import cn.jav... | 2,414 | 0.666361 | 0.660862 | 81 | 24.938272 | 20.476633 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.123457 | false | false | 15 |
3555f2363e563bc908eb16b8c9eaa5912cd6d8f4 | 20,916,490,785,940 | aad3500549be3f32a429c7f5cd6e4b249e9f1367 | /app/src/main/java/com/nantia/repartonantia/venta/VentaListaView.java | 194600c159de469eedde01f751928db25b24fb5f | [] | no_license | emiben/NantiaReparto | https://github.com/emiben/NantiaReparto | bd96c5a057910b44ce96d12a9d22c8b8fc01df8c | e3971dc5347e4a645fd8679965a4a689c8a44693 | refs/heads/master | 2020-03-19T07:15:53.155000 | 2018-10-31T01:11:17 | 2018-10-31T01:11:17 | 136,099,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nantia.repartonantia.venta;
import java.util.List;
public interface VentaListaView {
void onSetProgressBarVisibility(int visibility);
void setVentasInfo(List<Venta> ventas);
void addListeners();
}
| UTF-8 | Java | 223 | java | VentaListaView.java | Java | [] | null | [] | package com.nantia.repartonantia.venta;
import java.util.List;
public interface VentaListaView {
void onSetProgressBarVisibility(int visibility);
void setVentasInfo(List<Venta> ventas);
void addListeners();
}
| 223 | 0.7713 | 0.7713 | 9 | 23.777779 | 18.665344 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 15 |
018debd46db4904e2a114c13e50a9176b578340b | 26,551,487,878,560 | 92877af20ddda0905d112765c374ddcd3e2862c6 | /src/main/java/com/vancuongngo/springwebapp/service/security/role/RoleService.java | b16c04ebc5f36904aa668ae27fc837f3e361a32a | [] | no_license | bavuonglong/springbootwebapp | https://github.com/bavuonglong/springbootwebapp | 5efaf33c78f1fd9beed743aa2d1830f2728c7f2c | b222cea1a0e48902363d6321656178a434678a42 | refs/heads/master | 2021-01-01T05:56:41.819000 | 2017-10-09T09:06:34 | 2017-10-09T09:06:34 | 97,314,421 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vancuongngo.springwebapp.service.security.role;
import com.vancuongngo.springwebapp.repository.model.Role;
import com.vancuongngo.springwebapp.service.CRUDService;
public interface RoleService extends CRUDService<Role> {
}
| UTF-8 | Java | 237 | java | RoleService.java | Java | [] | null | [] | package com.vancuongngo.springwebapp.service.security.role;
import com.vancuongngo.springwebapp.repository.model.Role;
import com.vancuongngo.springwebapp.service.CRUDService;
public interface RoleService extends CRUDService<Role> {
}
| 237 | 0.848101 | 0.848101 | 7 | 32.857143 | 28.185247 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 15 |
91b41f83955db83b7679218987d863d98f69843f | 35,338,990,954,063 | 9fb4c77ef51ecfe9bde73d931ae7437be8507a0d | /verticalstepper/src/test/java/com/snowble/android/widget/verticalstepper/VerticalStepperTest.java | 172f09d54af9ccef286987399b8db6b096806e32 | [
"Apache-2.0"
] | permissive | albodelu/vertical-stepper | https://github.com/albodelu/vertical-stepper | 4e7da764d3f3d51adf28cd93f1e8b2f5c5b812db | e6ecfe1f0b8aebbc204a029cb5189dd5e7c1f18d | refs/heads/master | 2021-01-19T11:03:54.893000 | 2017-01-16T20:06:04 | 2017-01-16T22:14:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.snowble.android.widget.verticalstepper;
import android.annotation.SuppressLint;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PointF;
import android.graphics.Rect;
import android.graphics.RectF;
import android.os.Parcelable;
import an... | UTF-8 | Java | 65,772 | java | VerticalStepperTest.java | Java | [] | null | [] | package com.snowble.android.widget.verticalstepper;
import android.annotation.SuppressLint;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PointF;
import android.graphics.Rect;
import android.graphics.RectF;
import android.os.Parcelable;
import an... | 65,772 | 0.653089 | 0.643663 | 1,574 | 40.78653 | 34.018162 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704574 | false | false | 15 |
2cb4b2106daa9e9d4dad44d40cc5c0cfb4a96809 | 38,594,576,135,791 | 46305138d3fbb38da7708395d1abd4d03a00ea7f | /Foody Resful Service/web-service-myfoody-master/src/model/UserModel.java | 3dd817f85c2d3bcc2b01445a7f8dba20b09108d6 | [] | no_license | hoanglvbd/ML-and-Deep-learning | https://github.com/hoanglvbd/ML-and-Deep-learning | c9c7fd2732dcba055b3b7fde30a0c5e3f78e6a12 | 8c4fdd7f82e2c4ea1b9a5a354d6bec85763a962f | refs/heads/master | 2020-04-12T05:58:23.202000 | 2018-12-19T20:07:07 | 2018-12-19T20:07:07 | 162,338,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.sql.ResultSet;
import java.sql.SQLException;
import application.AppConfig;
import bean.LoginCredential;
import bean.UserBean;
import dao.UserDAO;
public class UserModel {
private UserDAO userDAO;
private String avatarPath=AppConfig.IMAGE_PATH_USER_AVATAR_LOCAL;
private String coverPath=... | UTF-8 | Java | 4,360 | java | UserModel.java | Java | [] | null | [] | package model;
import java.sql.ResultSet;
import java.sql.SQLException;
import application.AppConfig;
import bean.LoginCredential;
import bean.UserBean;
import dao.UserDAO;
public class UserModel {
private UserDAO userDAO;
private String avatarPath=AppConfig.IMAGE_PATH_USER_AVATAR_LOCAL;
private String coverPath=... | 4,360 | 0.692202 | 0.678899 | 153 | 27.496733 | 22.905924 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.816993 | false | false | 15 |
dbb70c1a83b15346cfb560b6a9dfe550518ffd36 | 37,263,136,284,179 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /weather-widget-source/src/com/gau/go/a/e/f.java | 96faaf99a1ba96911e8db29eb9b78c3af53b7a99 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.gau.go.a.e;
import android.app.PendingIntent;
import android.content.Context;
public abstract class f
{
private long a;
pr... | UTF-8 | Java | 1,245 | java | f.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996800422668457,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.gau.go.a.e;
import android.app.PendingIntent;
import android.content.Context;
public abstract class f
{
private long a;
private long... | 1,235 | 0.531727 | 0.524498 | 82 | 14.182927 | 16.05792 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 15 |
4bb9c9fcd8475e0159a9ebf67b2374effa1ad401 | 16,192,026,755,633 | 255abe8a8b29d236ecd829447967059cc7bcff45 | /刷题日记/vs_leetcode/78.子集.java | e3d78041337b64a4bba7473b56b7033396c48efb | [] | no_license | zhuxiang555111/Blog | https://github.com/zhuxiang555111/Blog | ab3156a08d3b27aefe9cb56297a92f8174dcc40b | 366b0d89140c21bcd7e3be1daad48a353ee0dd4c | refs/heads/master | 2023-02-03T19:07:36.584000 | 2020-12-25T01:34:35 | 2020-12-25T01:34:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
/*
* @lc app=leetcode.cn id=78 lang=java
*
* [78] 子集
*/
// @lc code=start
class Solution {
public List<List<Integer>> subsets(int[] nums) {
int len = nums.length;
int count = (int) Math.pow(2, len);
List<List<Integer>> res = new ArrayList<>();
for (i... | UTF-8 | Java | 771 | java | 78.子集.java | Java | [] | null | [] | import java.util.ArrayList;
/*
* @lc app=leetcode.cn id=78 lang=java
*
* [78] 子集
*/
// @lc code=start
class Solution {
public List<List<Integer>> subsets(int[] nums) {
int len = nums.length;
int count = (int) Math.pow(2, len);
List<List<Integer>> res = new ArrayList<>();
for (i... | 771 | 0.432855 | 0.418514 | 32 | 22.96875 | 16.302769 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
4e03a4a8260cb744cd21b52f6a0683797b9c4a55 | 35,605,278,924,153 | d421588d6dbd7b11494a97a2088c4104c0568156 | /Framework/src/io/greatbone/web/WebActivity.java | e8fb796e3065a3642658523340275c53e02241ef | [
"Apache-2.0"
] | permissive | xartopaikths/grid | https://github.com/xartopaikths/grid | 628d28d1c6c7666512702be3ebba493ca01a60be | 5292b361a227b8b83df9f76451ed73f3c178df1a | refs/heads/master | 2020-05-21T19:01:15.902000 | 2016-05-30T09:30:30 | 2016-05-30T09:30:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.greatbone.web;
import io.greatbone.util.Roll;
import io.netty.handler.codec.http.HttpMethod;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
/**
* A set of actions working on request/response eachanges to carry out management tasks on a collection of resources.
*/
public abstract cla... | UTF-8 | Java | 2,830 | java | WebActivity.java | Java | [] | null | [] | package io.greatbone.web;
import io.greatbone.util.Roll;
import io.netty.handler.codec.http.HttpMethod;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
/**
* A set of actions working on request/response eachanges to carry out management tasks on a collection of resources.
*/
public abstract cla... | 2,830 | 0.568551 | 0.566078 | 90 | 30.444445 | 26.058529 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 15 |
29bcadef6afe49e01fa6f139c4a97b4714b75d3c | 37,907,381,373,881 | 4d725385355306878afdfaa25f8285bd3f32bd3f | /taipan/src/main/java/com/taipan/Ship.java | 0565dc58f6dd6d102a82437a056cff0dbad25416 | [] | no_license | drokita/taipan | https://github.com/drokita/taipan | 2db8ddd3ac9f5d2e723ec65d94e8f5f4f5f73feb | 030ce4113d43b09f9ecdc3efb95e5b54bb4fb876 | refs/heads/master | 2020-12-25T06:14:45.534000 | 2016-06-06T20:00:12 | 2016-06-06T20:00:12 | 60,556,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taipan;
/**
* Taipan - An Interpretation of the Classic Apple IIe Game
*
* Class Description of Ship
* @author David M. Rokita
* @version 0.9 June 01, 2016
*
* This class produces a Ship object. The Ship object is instatiated with
* cargo_hold and hp_total where cargo_hold is the total value of ca... | UTF-8 | Java | 1,897 | java | Ship.java | Java | [
{
"context": "Ie Game\n *\n * Class Description of Ship\n * @author David M. Rokita\n * @version 0.9 June 01, 2016\n *\n * This class pr",
"end": 143,
"score": 0.9998877048492432,
"start": 128,
"tag": "NAME",
"value": "David M. Rokita"
}
] | null | [] | package com.taipan;
/**
* Taipan - An Interpretation of the Classic Apple IIe Game
*
* Class Description of Ship
* @author <NAME>
* @version 0.9 June 01, 2016
*
* This class produces a Ship object. The Ship object is instatiated with
* cargo_hold and hp_total where cargo_hold is the total value of cargo that
... | 1,888 | 0.615709 | 0.608856 | 66 | 27.742424 | 22.192211 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 15 |
510d0dd14c0a733390459161fd29dc49164859fe | 21,655,225,169,678 | 570bc576ccbe2ebf9968b9da6d4d9748eb291f0b | /src/main/java/fvarrui/games/turtlegame/controller/PS4GamepadCodes.java | 99b5ddc3dfe9e64dbb2cb6a194ae769aba3f997b | [] | no_license | fvarrui/TurtleGame | https://github.com/fvarrui/TurtleGame | 6965ea0a843b1dde1c0bb6d3e58b0570736ed6c4 | 54054d951cb5b39e7de02ffceb863f0242585fbe | refs/heads/master | 2022-02-19T12:58:56.544000 | 2022-02-09T17:20:12 | 2022-02-09T17:20:12 | 178,076,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fvarrui.games.turtlegame.controller;
public class PS4GamepadCodes {
public static final int AXIS_LEFT_X = 3;
public static final int AXIS_LEFT_Y = 2;
public static final int AXIS_LEFT_BUTTON = 10;
public static final int AXIS_RIGHT_X = 1;
public static final int AXIS_RIGHT_Y = 0;
public stat... | UTF-8 | Java | 898 | java | PS4GamepadCodes.java | Java | [] | null | [] | package fvarrui.games.turtlegame.controller;
public class PS4GamepadCodes {
public static final int AXIS_LEFT_X = 3;
public static final int AXIS_LEFT_Y = 2;
public static final int AXIS_LEFT_BUTTON = 10;
public static final int AXIS_RIGHT_X = 1;
public static final int AXIS_RIGHT_Y = 0;
public stat... | 898 | 0.700445 | 0.671492 | 30 | 28.933332 | 20.286175 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.766667 | false | false | 15 |
ba09a26ed749877e707ed1c5165fdc8a09a69d5f | 19,396,072,355,733 | 3e1c15464e5b769f92e1af219dca802ae8236c3e | /app/src/main/java/com/npupt/npubits/utils/ColorUtils.java | 1be0b7d53be21baa4508b0e9034365c16e7eef9b | [] | no_license | banixc/NPUBits | https://github.com/banixc/NPUBits | 831467643c762f6974ac5990a4b1d67112023e80 | 8753f04d55b5f25d669afb35e155e8deb3005b8f | refs/heads/master | 2016-09-13T17:10:10.425000 | 2016-05-30T06:55:09 | 2016-05-30T06:55:09 | 59,341,156 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.npupt.npubits.utils;
import java.util.List;
/**
* Java Code to get a color name from rgb/hex value/awt color
* <p/>
* The part of looking up a color name from the rgb values is edited from
* https://gist.github.com/nightlark/6482130#file-gistfile1-java (that has some errors) by Ryan Mast (nightlark)
... | UTF-8 | Java | 4,989 | java | ColorUtils.java | Java | [
{
"context": " values is edited from\n * https://gist.github.com/nightlark/6482130#file-gistfile1-java (that has some errors",
"end": 242,
"score": 0.999210774898529,
"start": 233,
"tag": "USERNAME",
"value": "nightlark"
},
{
"context": "2130#file-gistfile1-java (that has some errors... | null | [] | package com.npupt.npubits.utils;
import java.util.List;
/**
* Java Code to get a color name from rgb/hex value/awt color
* <p/>
* The part of looking up a color name from the rgb values is edited from
* https://gist.github.com/nightlark/6482130#file-gistfile1-java (that has some errors) by <NAME> (nightlark)
*
... | 4,981 | 0.482261 | 0.46342 | 180 | 26.722221 | 20.352192 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 15 |
22b0593a9a5a843955e930b540e4d004cf9901fd | 19,396,072,352,998 | 1ae9303df4b1f7f57682e19fc5b67e1611e04dc9 | /2014.08.27 - histogram-fill-with-water/src/MyKata/InterviewTest.java | d87d331532efa6175599f49df7590fa7e5ae223a | [] | no_license | aaronfi/playground | https://github.com/aaronfi/playground | 9efd86adaedf0ea58016d369e89ecd259d94e4c2 | 1492457fd38b8183eaa87fd877fef616b2f8490d | refs/heads/master | 2020-06-08T19:14:26.408000 | 2014-09-09T05:13:09 | 2014-09-09T05:13:09 | 1,643,124 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MyKata;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
public class InterviewTest {
@Test
public void TestMalformedHistogram() {
int count = Interview.FillHistogramWithWater(new int[]{2});
assertTrue("Expected 0 but found: " + co... | UTF-8 | Java | 1,792 | java | InterviewTest.java | Java | [] | null | [] | package MyKata;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
public class InterviewTest {
@Test
public void TestMalformedHistogram() {
int count = Interview.FillHistogramWithWater(new int[]{2});
assertTrue("Expected 0 but found: " + co... | 1,792 | 0.521763 | 0.488281 | 67 | 25.761194 | 25.291784 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.656716 | false | false | 15 |
16c340b19e359a1392e7c06e78d254a4e9964d66 | 7,249,904,804,517 | d9315252df430d5666880787efa77e69e1dc5472 | /src/dueactivityv2/namespace/Second.java | 5b2e4090b9a119c42318d034df7d4e575fc44538 | [] | no_license | jacopotatarelli/DueActivityV2 | https://github.com/jacopotatarelli/DueActivityV2 | 0f8a99da9daa6471b31f92a8cd2bad1d36eac5dd | 24f91da928543605f444f37e6b6edd6a25300064 | refs/heads/master | 2021-01-01T05:48:04.389000 | 2012-01-19T18:52:42 | 2012-01-19T18:52:42 | 3,219,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dueactivityv2.namespace;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
public class Second extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
... | UTF-8 | Java | 1,046 | java | Second.java | Java | [] | null | [] | package dueactivityv2.namespace;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
public class Second extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
... | 1,046 | 0.671128 | 0.669216 | 52 | 19.096153 | 17.08042 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 15 |
9cac6e9da563a3055e40562b0e8f17277738f893 | 13,743,895,393,988 | e5c7367187660490413a5aeae18c4f2cd785414e | /Hisab/src/main/java/com/ANP/util/ANPConstants.java | 8735eb8f3fff7fc68239e788e4e89d2269322e70 | [] | no_license | riteshjoshi11/APN | https://github.com/riteshjoshi11/APN | b0a25776a95370916db31859659943ca4875a2e4 | e181e40ab6c9c19a0a2a5196b5619b4ef02a8cfd | refs/heads/development | 2023-04-06T16:37:06.236000 | 2022-02-20T15:01:15 | 2022-02-20T15:01:15 | 228,081,136 | 0 | 0 | null | false | 2023-03-27T22:19:26 | 2019-12-14T19:59:46 | 2022-02-20T15:00:49 | 2023-03-27T22:19:24 | 62,397 | 0 | 0 | 3 | Java | false | false | package com.ANP.util;
public interface ANPConstants {
// public static final int EMPLOYEE_TYPE_SUPER_ADMIN=1;
// public static final int EMPLOYEE_TYPE_VIRTUAL=6;
//public static final int EMPLOYEE_TYPE_DEFAULT=7;
public static final String LOGIN_TYPE_EMPLOYEE="EMPLOYEE";
public static fin... | UTF-8 | Java | 2,669 | java | ANPConstants.java | Java | [] | null | [] | package com.ANP.util;
public interface ANPConstants {
// public static final int EMPLOYEE_TYPE_SUPER_ADMIN=1;
// public static final int EMPLOYEE_TYPE_VIRTUAL=6;
//public static final int EMPLOYEE_TYPE_DEFAULT=7;
public static final String LOGIN_TYPE_EMPLOYEE="EMPLOYEE";
public static fin... | 2,669 | 0.729487 | 0.728363 | 53 | 49.35849 | 32.840435 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698113 | false | false | 15 |
6f4660b09c3d1723845260198ddffe3f07265b85 | 31,379,031,133,696 | d14627e0326e887007496c029b76d016eff8c9b8 | /pet-clinic-data/src/main/java/pb/spring/mypetclinic/repositories/VetRepository.java | 22920ccb20a7a6559e82b83685f39989e5524c38 | [] | no_license | PiotrBosak2/myPetClinic | https://github.com/PiotrBosak2/myPetClinic | 7332df59aa8e705d8d0d521ad43e090d6003207c | d003c352e9f5b67cf81e23f4ab315fc3569add6a | refs/heads/master | 2022-04-07T02:50:13.946000 | 2020-03-10T18:40:36 | 2020-03-10T18:40:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pb.spring.mypetclinic.repositories;
import org.springframework.data.repository.CrudRepository;
import pb.spring.mypetclinic.model.Vet;
public interface VetRepository extends CrudRepository<Vet,Long> {
}
| UTF-8 | Java | 214 | java | VetRepository.java | Java | [] | null | [] | package pb.spring.mypetclinic.repositories;
import org.springframework.data.repository.CrudRepository;
import pb.spring.mypetclinic.model.Vet;
public interface VetRepository extends CrudRepository<Vet,Long> {
}
| 214 | 0.836449 | 0.836449 | 8 | 25.75 | 26.588297 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
c06714b6e2f4c659d83712656fd63ab6214ed729 | 10,574,209,552,550 | ece7ef713c48f94fccc44c0367e499a3109eaef1 | /ClinicManagement/src/com/bridgelabz/clinicmanagement/model/Patients.java | c65e49fd1276adcf9d5880052a5ab11e62a2c7b4 | [] | no_license | shivani5853/OOPs | https://github.com/shivani5853/OOPs | c43d415525f8312b82ba86858d7980159a9162e7 | 42f4074f262f653361e831933ce827ed317fbae2 | refs/heads/master | 2020-09-16T22:31:30.165000 | 2019-11-25T09:09:30 | 2019-11-25T09:09:30 | 223,905,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
* Purpose: This programme is used to manage a list of Doctors associated with the Clinique. This also manages the list of patients who use the clinique. It manages Doctors by Name, Id, Specialization and Availability (AM, PM or both). ... | UTF-8 | Java | 1,661 | java | Patients.java | Java | [
{
"context": "nt by name, mobile number or id.\r\n *\r\n * @author Shivani Kumari\r\n * @version 1.0\r\n * @since 20-11-2019\r\n *\r\n ",
"end": 578,
"score": 0.9997718930244446,
"start": 564,
"tag": "NAME",
"value": "Shivani Kumari"
}
] | null | [] | /******************************************************************************
* Purpose: This programme is used to manage a list of Doctors associated with the Clinique. This also manages the list of patients who use the clinique. It manages Doctors by Name, Id, Specialization and Availability (AM, PM or both). ... | 1,653 | 0.590608 | 0.584588 | 70 | 21.757143 | 49.792839 | 397 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 9 |
c3299fa8d437cf37d0b7a84d5bedefdc27bb0056 | 8,839,042,760,327 | f46d6620acff261a3cf88c3586cd349c47bef652 | /Java-Advanced/Advanced/StacksAndQueues/SimpleTextEdintor.java | d23035f15111ac02388f8ec42c9013f5f9bc2877 | [] | no_license | Vasetoo0/SoftUni-Homeworks | https://github.com/Vasetoo0/SoftUni-Homeworks | 2af571cebb8183411e39c07922f0bb56814ccf99 | d96224011d7a1c668364eaccef69f80d181c87d2 | refs/heads/master | 2020-05-03T14:16:36.761000 | 2020-03-19T09:29:53 | 2020-03-19T09:29:53 | 178,673,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Advanced.StacksAndQueues;
import java.util.ArrayDeque;
import java.util.Scanner;
public class SimpleTextEdintor {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int count = Integer.parseInt(scanner.nextLine());
String currText = "";
Ar... | UTF-8 | Java | 1,486 | java | SimpleTextEdintor.java | Java | [] | null | [] | package Advanced.StacksAndQueues;
import java.util.ArrayDeque;
import java.util.Scanner;
public class SimpleTextEdintor {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int count = Integer.parseInt(scanner.nextLine());
String currText = "";
Ar... | 1,486 | 0.440781 | 0.432032 | 56 | 25.535715 | 22.85198 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482143 | false | false | 9 |
c23b8cc08ab0da30057e5e71e256e55cb9a4fd2b | 29,643,864,285,147 | 7ba46bde7622a787efced5a8e473422a6640b327 | /gate_three/gate_three-web/src/test/java/com/econstruction/gate_three/test/zul/util/filler/budget/BudgetLineDocumentFiller.java | 9be12f019733e8d0fdbb40340bbf87be66ccf0cb | [] | no_license | szhou2015/gatethree_trunk_test | https://github.com/szhou2015/gatethree_trunk_test | d736ef3683f3be3b09ae1def37bfc85a11738a83 | f802393c2a5ee79777ab76a3f5f28612c42e2304 | refs/heads/master | 2016-09-16T09:45:54.009000 | 2015-04-09T19:25:56 | 2015-04-09T19:25:56 | 33,679,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* EllisDon,
* Copyright 2008, EllisDon., and individual contributors as indicated
* by the @authors tag.
*
* This program is copyright protected and belongs to EllisDon. All rights are
* reserved.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; with... | UTF-8 | Java | 3,556 | java | BudgetLineDocumentFiller.java | Java | [
{
"context": " * </ol>\r\n\t * \r\n\t * @param test \n \t * @author LGS/tveilleux\r\n\t */\r\n\tpublic void fillSummary(String budgetLin",
"end": 2605,
"score": 0.7932106852531433,
"start": 2596,
"tag": "USERNAME",
"value": "tveilleux"
},
{
"context": " * </ol>\r\n\t * \r\n\t * @par... | null | [] | /**
* EllisDon,
* Copyright 2008, EllisDon., and individual contributors as indicated
* by the @authors tag.
*
* This program is copyright protected and belongs to EllisDon. All rights are
* reserved.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; with... | 3,556 | 0.693195 | 0.677728 | 112 | 29.8125 | 28.076914 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.116071 | false | false | 9 |
4a0a7442d19d3a9553527976a662650debcd4d05 | 12,635,793,847,116 | edc806cde9b9fea8f55c1c06f6e4c3db8137c03c | /app/src/main/java/my/maslianah/com/pickfeastfyp/DatabaseHelper.java | 2e9972ea378a789f710259aeaf4e78653e7351c6 | [] | no_license | Maslianah/Pick-Feast | https://github.com/Maslianah/Pick-Feast | 262541563ee1bfa452ce791fc6b0753f1ff8c7db | d27c3ed6976ec161bcc44bb68f866b60205af4a5 | refs/heads/master | 2020-03-18T13:32:34.245000 | 2018-05-25T03:22:12 | 2018-05-25T03:22:12 | 134,790,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.maslianah.com.pickfeastfyp;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;import android.content.ContentValues;
import android.cont... | UTF-8 | Java | 3,510 | java | DatabaseHelper.java | Java | [] | null | [] | package my.maslianah.com.pickfeastfyp;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;import android.content.ContentValues;
import android.cont... | 3,510 | 0.57151 | 0.567521 | 105 | 32.323811 | 26.184509 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780952 | false | false | 9 |
adb6c3e98d9397da887a5adb9342f1f41c4b1e26 | 24,627,342,525,551 | 5fefc5276dcade3479b33bea3e0b20a7aafd005a | /BoredApp/src/main/java/com/boredapp/repository/ReviewRepository.java | 3e934329ff54204f75bbc14d4fa4c3429b7de13b | [] | no_license | jpkravcik/BoredProject | https://github.com/jpkravcik/BoredProject | 8301c16923e822dfb3c47f9d2988d3329cd700d1 | a90e1772f3d830ee50ee93b8e56989df52b8366b | refs/heads/main | 2023-09-03T13:53:43.393000 | 2021-11-16T18:00:32 | 2021-11-16T18:00:32 | 408,630,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boredapp.repository;
import org.springframework.data.repository.CrudRepository;
import com.boredapp.model.Review;
public interface ReviewRepository extends CrudRepository<Review, Integer> {
}
| UTF-8 | Java | 209 | java | ReviewRepository.java | Java | [] | null | [] | package com.boredapp.repository;
import org.springframework.data.repository.CrudRepository;
import com.boredapp.model.Review;
public interface ReviewRepository extends CrudRepository<Review, Integer> {
}
| 209 | 0.827751 | 0.827751 | 10 | 19.9 | 26.726204 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
e7c3d77e15df83baeb978e7523ab53a1874037ee | 26,439,818,725,788 | b0808c30c5c0d711a42955190b057f3b8a959585 | /src/multithreading/Synchronized_Keyword.java | 698133d50f11dae5c3ea599f749e1a57c6595985 | [] | no_license | MohanDarure/FullStackJava15Feb | https://github.com/MohanDarure/FullStackJava15Feb | 813adfe29c741ee00818aaeddb83695124e15e44 | 850157879f0f287d08d5b953cdfbc9abba081c12 | refs/heads/master | 2023-03-27T04:40:29.196000 | 2021-03-25T22:30:48 | 2021-03-25T22:30:48 | 342,234,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package multithreading;
public class Synchronized_Keyword {
int num;
public void set(){
num++;
}
public static void main(String[] args) {
Synchronized_Keyword synk =new Synchronized_Keyword();
Thread thread =new Thread(new Runnable() {
@Override
public ... | UTF-8 | Java | 1,010 | java | Synchronized_Keyword.java | Java | [] | null | [] | package multithreading;
public class Synchronized_Keyword {
int num;
public void set(){
num++;
}
public static void main(String[] args) {
Synchronized_Keyword synk =new Synchronized_Keyword();
Thread thread =new Thread(new Runnable() {
@Override
public ... | 1,010 | 0.449505 | 0.436634 | 43 | 22.488373 | 15.776597 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 9 |
f2642f430bbec751d92e94b88f989e2eb1924db5 | 10,617,159,212,297 | ee0ec80ddfb72670fda4f9d6b7f26cf36ef81a87 | /src/riemann/Application.java | d608168378ec567493a5b92eaff3ad2d13f6ad2e | [
"Unlicense"
] | permissive | admiralorbiter/riemann-was-on-to-sum-thing | https://github.com/admiralorbiter/riemann-was-on-to-sum-thing | 3d51f72bf89b8170924b81b1649ac5783ffddd91 | 64c081e30fd63a5dda97c9e1ccd593a62e931732 | refs/heads/master | 2021-06-05T10:59:26.151000 | 2021-04-15T17:33:18 | 2021-04-15T17:33:18 | 135,071,551 | 0 | 0 | null | false | 2021-04-15T17:00:10 | 2018-05-27T18:29:17 | 2019-05-27T00:49:24 | 2021-04-15T17:00:10 | 26 | 0 | 0 | 0 | Java | false | false | package riemann;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JFrame;
public class Application extends JFrame{
private enum State {
INPUT,
DISPLAY;
}
private InputFrame inputframe = new InputFrame();
private SolidFrame solidframe=null;
priva... | UTF-8 | Java | 1,723 | java | Application.java | Java | [
{
"context": "==null) {\r\n\t\t\t\tremove(inputframe);\r\n\t\t\t\tsetTitle(\"Riemann was on to Sum Thing\");\r\n\t\t\t\tsolidframe = new Soli",
"end": 952,
"score": 0.846976101398468,
"start": 945,
"tag": "NAME",
"value": "Riemann"
},
{
"context": "me==null) {\r\n\t\t\tremove(inputfr... | null | [] | package riemann;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JFrame;
public class Application extends JFrame{
private enum State {
INPUT,
DISPLAY;
}
private InputFrame inputframe = new InputFrame();
private SolidFrame solidframe=null;
priva... | 1,723 | 0.661637 | 0.657574 | 73 | 21.602739 | 22.011044 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.452055 | false | false | 9 |
a97499f289bbdfb341a006f52adff825b35d47c2 | 9,388,798,554,826 | a251b9f43cf6ad992ee31f76ab38cae61a6e31ee | /twill-core/src/test/java/org/apache/twill/internal/DebugOptionsTest.java | df9697334ff5e85040aeb85f5f7ee5c56e582ed4 | [
"Apache-2.0",
"LicenseRef-scancode-unknown"
] | permissive | apache/twill | https://github.com/apache/twill | 3c4d8696941207ce62e4cad447d18685b20f94b8 | 29bea3409ced14a269d07cf1d91d60aae872d49e | refs/heads/master | 2023-07-02T20:16:21.405000 | 2020-03-15T22:07:16 | 2020-03-16T01:37:47 | 64,458,355 | 70 | 139 | Apache-2.0 | false | 2020-03-16T01:37:58 | 2016-07-29T07:00:06 | 2020-01-21T21:54:37 | 2020-03-16T01:37:57 | 13,154 | 60 | 59 | 3 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 3,066 | java | DebugOptionsTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 3,066 | 0.741683 | 0.729615 | 99 | 29.969696 | 30.8517 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 9 |
4565f63da0e7829660464bd3577aa729ae44661d | 11,793,980,233,835 | 05d4ef36bb3e491f41c930d90b92642a6a52841c | /dealingapp/src/main/java/com/example/dealingapp/mvc/inner/tab/tab1/Tab1.java | d2fd6979d780d0d87d811022f2e8f6a32d21fb2b | [] | no_license | jonnychu/dealing | https://github.com/jonnychu/dealing | 69c7efedde49069c9e4c0edc43d2290b4fbb78a8 | 84b08345bd2e748517f90a067210389d48566a0d | refs/heads/master | 2021-01-10T09:58:37.390000 | 2015-12-03T07:53:00 | 2015-12-03T07:53:00 | 46,970,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dealingapp.mvc.inner.tab.tab1;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.CountDownLatch;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
impor... | UTF-8 | Java | 2,400 | java | Tab1.java | Java | [] | null | [] | package com.example.dealingapp.mvc.inner.tab.tab1;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.CountDownLatch;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
impor... | 2,400 | 0.682083 | 0.67 | 84 | 26.571428 | 23.558582 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.309524 | false | false | 9 |
4bf49fba05e6ecc0fa73f859f7630a0853771993 | 22,617,297,824,512 | 83e9bb810559331c0a205b76cf517d6ebf46dc4c | /src/main/java/com/muspelheim/httpbucket/soap/SoapBucket.java | 01e0b2020a550f6c13a5466ee9f924b411dae7bc | [] | no_license | skrymer/http-bucket | https://github.com/skrymer/http-bucket | fae7ec5fa112ff56529c263ce03f124dabbf591e | 68bd0bd1304fb2d40b6f9b4add713bbe288f4ef7 | refs/heads/master | 2020-06-08T04:55:42.900000 | 2014-02-11T01:52:30 | 2014-02-11T01:52:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.muspelheim.httpbucket.soap;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ws.context.MessageContext;
import org.springframework.ws.server.endpoint.MessageEndpoint;
import org.springframework.ws.soap.SoapMessage;
import com.muspelh... | UTF-8 | Java | 1,010 | java | SoapBucket.java | Java | [] | null | [] | package com.muspelheim.httpbucket.soap;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ws.context.MessageContext;
import org.springframework.ws.server.endpoint.MessageEndpoint;
import org.springframework.ws.soap.SoapMessage;
import com.muspelh... | 1,010 | 0.815842 | 0.814851 | 29 | 33.827587 | 29.276411 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 9 |
54f9d671b920b0c306cece2e6b64844d94ea8f21 | 27,324,581,976,587 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/inspection/dataFlow/fixture/TrueOrEqualsSomething.java | e5542846f1cba18c5fc7856f7c6f8cd345d66464 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | class Contracts {
void test(boolean b, boolean c) {
boolean x = false;
<warning descr="Condition 'x' at the left side of assignment expression is always 'false'. Can be simplified">x</warning> |= b && c;
System.out.println(x);
}
private boolean method(boolean a) {
boolean b = true;
<warn... | UTF-8 | Java | 471 | java | TrueOrEqualsSomething.java | Java | [] | null | [] | class Contracts {
void test(boolean b, boolean c) {
boolean x = false;
<warning descr="Condition 'x' at the left side of assignment expression is always 'false'. Can be simplified">x</warning> |= b && c;
System.out.println(x);
}
private boolean method(boolean a) {
boolean b = true;
<warn... | 471 | 0.653928 | 0.653928 | 15 | 30.466667 | 43.749081 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
e8f36e6f30c2e942c5545f639f48e4298f4de612 | 1,906,965,483,689 | 6cb4e7e2be7ac9928dfa1daf8da03ea8835f6b5a | /src/com/matt/repository/impl/SaItemRepositoryImpl.java | 35ac75c59f02dbfcc8289e499a7b70ffe515005f | [] | no_license | matteoyangaugust/shoppingAgent | https://github.com/matteoyangaugust/shoppingAgent | a5a69af0be597c6a0378e2c42d52d0567d5878b5 | 791214b06bfd1513d5b0d72765a373d8cd70c1b3 | refs/heads/master | 2020-04-27T11:33:02.115000 | 2019-03-07T21:06:05 | 2019-03-07T21:06:05 | 174,299,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.matt.repository.impl;
import com.matt.mapper.SaItemMapper;
import com.matt.model.Sa_item;
import com.matt.repository.BaseRepository;
import com.matt.repository.SaItemRepository;
import com.matt.util.XMLReader;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.stereot... | UTF-8 | Java | 1,206 | java | SaItemRepositoryImpl.java | Java | [] | null | [] | package com.matt.repository.impl;
import com.matt.mapper.SaItemMapper;
import com.matt.model.Sa_item;
import com.matt.repository.BaseRepository;
import com.matt.repository.SaItemRepository;
import com.matt.util.XMLReader;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.stereot... | 1,206 | 0.718076 | 0.718076 | 39 | 29.923077 | 26.399673 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 9 |
5318ae2001ddb2bdda48775af9aa73ef23da68bb | 1,906,965,480,932 | 2e4b2b71e0bc193913543b2dde33ecce6938baef | /src/com/infragistics/samples/chart/ChartCategoryRangeSeriesSample.java | 536f2babb4c5b4e49abb4c888440292a58344fa0 | [] | no_license | zouweihao/test | https://github.com/zouweihao/test | e13ee5d50940f9489d9b5f61c7e6035acad95f5f | 54c8778dd29743d6d7d5c3138db10eeacaba6669 | refs/heads/master | 2020-04-06T06:59:36.568000 | 2016-09-01T03:07:08 | 2016-09-01T03:07:08 | 62,291,297 | 1 | 0 | null | false | 2016-09-01T03:07:09 | 2016-06-30T07:52:45 | 2016-09-01T02:29:07 | 2016-09-01T03:07:08 | 25,730 | 1 | 0 | 0 | Java | null | null | package com.infragistics.samples.chart;
import java.util.List;
import com.infragistics.controls.*;
import com.infragistics.data.CategoryDataSample;
import com.infragistics.graphics.SolidColorBrush;
import com.infragistics.samplesbrowser.SampleInfo;
import android.app.Activity;
import android.graphics.Color;
import a... | UTF-8 | Java | 2,654 | java | ChartCategoryRangeSeriesSample.java | Java | [] | null | [] | package com.infragistics.samples.chart;
import java.util.List;
import com.infragistics.controls.*;
import com.infragistics.data.CategoryDataSample;
import com.infragistics.graphics.SolidColorBrush;
import com.infragistics.samplesbrowser.SampleInfo;
import android.app.Activity;
import android.graphics.Color;
import a... | 2,654 | 0.768274 | 0.749812 | 91 | 28.164835 | 22.434404 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.285714 | false | false | 9 |
9cd16f376bcb1d239e1060558f0cc936bcc282e2 | 2,370,821,992,790 | 5a04b02d379df66c9696985b17176c858808b9b5 | /app/src/main/java/com/careager/BE/DealerLoginBE.java | 7098014a374c2dde315951e3cc55f117134e0dc0 | [] | no_license | androidPranav/CarEager | https://github.com/androidPranav/CarEager | c5f9ba28a0a089cbe60f5c14b8741661e7281ef8 | bc8fd48abf0f36e26662129e59d7fc6cc11a9f50 | refs/heads/master | 2021-01-10T13:46:54.310000 | 2016-03-29T03:18:25 | 2016-03-29T03:18:25 | 49,450,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.careager.BE;
/**
* Created by Pranav Mittal on 11/5/2015.
*/
public class DealerLoginBE {
private String email;
private String password;
private String gcmID;
private String deviceID;
public String getGcmID() {
return gcmID;
}
public void setGcmID(String gcmID) {
... | UTF-8 | Java | 798 | java | DealerLoginBE.java | Java | [
{
"context": "package com.careager.BE;\n\n/**\n * Created by Pranav Mittal on 11/5/2015.\n */\npublic class DealerLoginBE {\n\n ",
"end": 57,
"score": 0.9998655319213867,
"start": 44,
"tag": "NAME",
"value": "Pranav Mittal"
},
{
"context": "assword(String password) {\n this.pa... | null | [] | package com.careager.BE;
/**
* Created by <NAME> on 11/5/2015.
*/
public class DealerLoginBE {
private String email;
private String password;
private String gcmID;
private String deviceID;
public String getGcmID() {
return gcmID;
}
public void setGcmID(String gcmID) {
t... | 793 | 0.606516 | 0.597744 | 44 | 17.136364 | 15.253302 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 9 |
f619eca30239f8711a2bfb297ecaec6d1e023775 | 6,571,300,010,036 | c4d3c5492d138a360ad25fde006fa15cb576686c | /src/bytedance/Medium147.java | d6bb7de33b95c7943696a00c3572acc9a6b07676 | [] | no_license | sollunna/leetcode-practice | https://github.com/sollunna/leetcode-practice | 605a7757fa2870440350203642390df0d073e097 | 8bbc322d9014cc2728a8a8fe20f0b5542fc37a6a | refs/heads/master | 2022-04-15T07:41:00.038000 | 2020-03-24T14:04:08 | 2020-03-24T14:04:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bytedance;
import org.junit.Test;
/**
* 对链表进行插入排序。
* <p>
* 思路:插入排序算法:
*
* 插入排序是迭代的,每次只移动一个元素,直到所有元素可以形成一个有序的输出列表。
* 每次迭代中,插入排序只从输入数据中移除一个待排序的元素,找到它在序列中适当的位置,并将其插入。
* 重复直到所有输入数据插入完为止。
*
* 思路:网友牛逼!!
* 虚拟头结点,游标pre,head
* head每次固定,pre从第一个元素开始遍历找到第一个大于head的元素,将head插到pre前面。
*/
public class Medium147 {
... | UTF-8 | Java | 2,641 | java | Medium147.java | Java | [] | null | [] | package bytedance;
import org.junit.Test;
/**
* 对链表进行插入排序。
* <p>
* 思路:插入排序算法:
*
* 插入排序是迭代的,每次只移动一个元素,直到所有元素可以形成一个有序的输出列表。
* 每次迭代中,插入排序只从输入数据中移除一个待排序的元素,找到它在序列中适当的位置,并将其插入。
* 重复直到所有输入数据插入完为止。
*
* 思路:网友牛逼!!
* 虚拟头结点,游标pre,head
* head每次固定,pre从第一个元素开始遍历找到第一个大于head的元素,将head插到pre前面。
*/
public class Medium147 {
... | 2,641 | 0.542841 | 0.539966 | 62 | 27.048388 | 22.150824 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241935 | false | false | 9 |
b8415ab4e720c13d1dce884f5aefc0ce30017abb | 29,678,224,065,967 | be5ba08ba3adc3e598f21158be694962fbabde04 | /src/main/java/com/omnivista/object/Device.java | 0c3cc1f2b88ad32384f214a0853e07a155c142d2 | [] | no_license | nghia0220/Exercise1-SpringMVC-Mongodb | https://github.com/nghia0220/Exercise1-SpringMVC-Mongodb | fc4d2dcd6b969e4312c95d8b5e918a4c5180332a | 84162c46c594e684c6753eaccb3999aed8b9ded6 | refs/heads/master | 2021-01-26T00:03:56.674000 | 2020-02-26T10:26:32 | 2020-02-26T10:26:32 | 243,235,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.omnivista.object;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "Device")
public class Device {
@Id
private String id;
private String name;
private Status status;
enum Status {
UP,
DOWN,
WARNING,
}
publ... | UTF-8 | Java | 818 | java | Device.java | Java | [] | null | [] | package com.omnivista.object;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "Device")
public class Device {
@Id
private String id;
private String name;
private Status status;
enum Status {
UP,
DOWN,
WARNING,
}
publ... | 818 | 0.669927 | 0.669927 | 49 | 15.693877 | 15.379823 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 9 |
249a5df9dc4b49109136cd4d46cb079c7fa27953 | 31,233,002,191,297 | cecc84f39cfcd106d40333bfddd4f03afd9f41c7 | /creditGateway-service-api/src/main/java/com/zdmoney/credit/api/lufax/service/Lufax100009Service.java | af6916431127447b69876d4ef6ba893b1973aae4 | [] | no_license | happyjianguo/gateway | https://github.com/happyjianguo/gateway | e8b6e15f487a72abe6c0f441414ff47eab33a25e | a9936ad58dc40e3697e8c7bf747e17a5347adb41 | refs/heads/master | 2020-07-30T08:09:51.322000 | 2018-11-17T13:58:15 | 2018-11-17T13:58:15 | 210,148,823 | 0 | 1 | null | true | 2019-09-22T13:05:53 | 2019-09-22T13:05:53 | 2018-11-17T13:59:33 | 2018-11-17T13:59:29 | 997 | 0 | 0 | 0 | null | false | false | package com.zdmoney.credit.api.lufax.service;
import java.util.Arrays;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.http.HttpStatus;
import org.joda.time.DateTime;
import org.springframework.beans.factory.anno... | UTF-8 | Java | 3,473 | java | Lufax100009Service.java | Java | [
{
"context": "ervice.java\n * @Description: \n * @author 柳云华\n * @version V1.0 \n * @Since JDK ",
"end": 947,
"score": 0.999788761138916,
"start": 944,
"tag": "NAME",
"value": "柳云华"
}
] | null | [] | package com.zdmoney.credit.api.lufax.service;
import java.util.Arrays;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.http.HttpStatus;
import org.joda.time.DateTime;
import org.springframework.beans.factory.anno... | 3,473 | 0.679398 | 0.645414 | 76 | 42.75 | 32.533031 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
5ccd601243ac63197536c9d9a74547193727d622 | 1,640,677,508,860 | 31728192b3e36147736b024dacbd4b8386779104 | /web/src/main/java/com/xiaowei/web/controller/ec/EcController.java | 05b98be0b4b6677254cca4550f578521a4eefbc5 | [] | no_license | kanshunfu123/sys | https://github.com/kanshunfu123/sys | 915f1e3e889f2ac9265ce33669e6eb36b50b1f36 | 0996ebf50abace389fd3ccc8a38caf5e06d64589 | refs/heads/master | 2020-05-16T15:09:00.935000 | 2019-04-24T01:44:56 | 2019-04-24T01:44:56 | 183,123,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaowei.web.controller.ec;
import com.github.pagehelper.PageInfo;
import com.xiaowei.common.common.JSONResult;
import com.xiaowei.common.error.BaseReq;
import com.xiaowei.common.req.cw.CwPushReq;
import com.xiaowei.common.req.ec.EcAddReq;
import com.xiaowei.common.req.ec.EcEditReq;
import com.xiaowei.commo... | UTF-8 | Java | 4,088 | java | EcController.java | Java | [
{
"context": "o.UnsupportedEncodingException;\n\n/**\n * Created by MOMO on 2019/1/10.\n */\n@RestController\n@Slf4j\n@Request",
"end": 838,
"score": 0.9964737892150879,
"start": 834,
"tag": "USERNAME",
"value": "MOMO"
}
] | null | [] | package com.xiaowei.web.controller.ec;
import com.github.pagehelper.PageInfo;
import com.xiaowei.common.common.JSONResult;
import com.xiaowei.common.error.BaseReq;
import com.xiaowei.common.req.cw.CwPushReq;
import com.xiaowei.common.req.ec.EcAddReq;
import com.xiaowei.common.req.ec.EcEditReq;
import com.xiaowei.commo... | 4,088 | 0.665126 | 0.661017 | 98 | 38.734695 | 30.461937 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653061 | false | false | 9 |
98d1aada63ea1485f7c0a81e95e07913250eb046 | 7,267,084,686,587 | 380584904f33624335e9ce7e72c70354a937e7c1 | /src/main/java/com/project/consumer/event/InnCloseEvent.java | 0185fe23ff2bbadd874d519b783a790261d76900 | [
"Apache-2.0"
] | permissive | fred1573/fqms | https://github.com/fred1573/fqms | afdce6c7f40efdd79da34b38df39b4910db53462 | ccac6c2074b16f49287ed11569ed6f9bb5c7c88b | refs/heads/master | 2020-04-01T18:39:22.047000 | 2016-06-30T10:12:02 | 2016-06-30T10:12:05 | 62,300,165 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.consumer.event;
import org.springframework.context.ApplicationEvent;
/**
* 处理分销商关房结果的事件
* Created by sam on 2016/4/11.
*/
public class InnCloseEvent extends ApplicationEvent {
public InnCloseEvent(Object source) {
super(source);
}
}
| UTF-8 | Java | 299 | java | InnCloseEvent.java | Java | [
{
"context": "plicationEvent;\n\n/**\n * 处理分销商关房结果的事件\n * Created by sam on 2016/4/11.\n */\npublic class InnCloseEvent exte",
"end": 128,
"score": 0.9770813584327698,
"start": 125,
"tag": "USERNAME",
"value": "sam"
}
] | null | [] | package com.project.consumer.event;
import org.springframework.context.ApplicationEvent;
/**
* 处理分销商关房结果的事件
* Created by sam on 2016/4/11.
*/
public class InnCloseEvent extends ApplicationEvent {
public InnCloseEvent(Object source) {
super(source);
}
}
| 299 | 0.723636 | 0.698182 | 14 | 18.642857 | 19.396639 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 9 |
15ab9fbfd13b5dbaf1b2830b481a39e2068e7942 | 15,075,335,228,429 | 95891c4991521ca35ea3ae9ee6d186862b3040c8 | /src/com/genersoft/fs/settlement/accountmanagement/customaccount/cmd/CustomCommand.java | 52cdbdb609dae9a5751fe5d85ce929c0b1608bcc | [] | no_license | regapple/nfs0.1 | https://github.com/regapple/nfs0.1 | 11984ba92f0ad3b862677086e979853a1d8868a4 | b8a3573d8e41f1734c41df86ec3990b5f5325549 | refs/heads/master | 2016-04-18T23:14:45.347000 | 2016-04-14T06:56:09 | 2016-04-14T06:56:10 | 43,864,526 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.genersoft.fs.settlement.accountmanagement.customaccount.cmd;
import com.genersoft.cfs.base.jszhzd.dao.JszhzdDomain;
import com.genersoft.fs.settlement.accountmanagement.customaccount.dao.ICustomDomain;
import org.loushang.next.web.cmd.BaseAjaxCommand;
import org.loushang.sca.ScaComponentFactory;
import j... | UTF-8 | Java | 1,997 | java | CustomCommand.java | Java | [
{
"context": "hMap;\n\n/**\n * Created with IntelliJ IDEA.\n * User: zhangjing\n * Date: 14-1-21\n * Time: 上午10:59\n * To change th",
"end": 421,
"score": 0.999012291431427,
"start": 412,
"tag": "USERNAME",
"value": "zhangjing"
}
] | null | [] | package com.genersoft.fs.settlement.accountmanagement.customaccount.cmd;
import com.genersoft.cfs.base.jszhzd.dao.JszhzdDomain;
import com.genersoft.fs.settlement.accountmanagement.customaccount.dao.ICustomDomain;
import org.loushang.next.web.cmd.BaseAjaxCommand;
import org.loushang.sca.ScaComponentFactory;
import j... | 1,997 | 0.685612 | 0.67998 | 57 | 33.263157 | 31.989323 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 9 |
2cd188fb9aa700daa4d3c0f3ee999c7964e28aae | 13,082,470,407,874 | 8fcba9e0d39e5fa3e4983fe2e997e6da9c39bbef | /src/test/java/com/xuguruogu/auth/test/TestBase.java | a290b06567c1c68aefc994508101d5208a265dbe | [] | no_license | maxushuang/auth | https://github.com/maxushuang/auth | 640377a4418eb92e681d945012dcc5f526499a4f | 8c0e2248e05cfd75257e0b883612ea8538d55513 | refs/heads/master | 2021-01-12T13:54:32.176000 | 2016-03-29T06:30:19 | 2016-03-29T06:30:19 | 54,951,662 | 1 | 0 | null | true | 2016-03-29T06:32:08 | 2016-03-29T06:32:07 | 2016-03-29T06:31:55 | 2016-03-29T06:30:29 | 1,262 | 0 | 0 | 0 | null | null | null | package com.xuguruogu.auth.test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
... | UTF-8 | Java | 648 | java | TestBase.java | Java | [
{
"context": "JUnit4ClassRunner;\n\n/**\n * Junit测试基类\n *\n * @author benli.lbl\n * @version $Id: TestBase.java, v 0.1 Jul 28, 201",
"end": 356,
"score": 0.9962594509124756,
"start": 347,
"tag": "USERNAME",
"value": "benli.lbl"
},
{
"context": " $Id: TestBase.java, v 0.1 Jul 28, 2015... | null | [] | package com.xuguruogu.auth.test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
... | 648 | 0.795313 | 0.770312 | 22 | 28.09091 | 26.674654 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
c0f15ffe22d6e060139fdc504bad719506c92c64 | 16,655,883,196,183 | 6b5f4096fa0f6f8f0a81c36e6856fb49b971fe2f | /Stemmer/src/main/java/com/khozzy/stemmer/Main.java | 58c04a3644047ccc6dd9f4d67bc31e109aa8a0cf | [] | no_license | Libardo1/GodStemIt | https://github.com/Libardo1/GodStemIt | 9ed5b88d390c67753a5a97f9ad7c066c8dcaccc6 | 1e7009fc1d2c312c64ef0b8f487f59df9169d9c3 | refs/heads/master | 2021-01-22T21:17:12.211000 | 2015-03-20T06:10:56 | 2015-03-20T06:10:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.khozzy.stemmer;
import com.khozzy.stemmer.database.DAO;
import com.khozzy.stemmer.database.mysql.MysqlDAO;
import com.khozzy.stemmer.domain.Sentence;
import com.khozzy.stemmer.stemming.PolishStemming;
import org.apache.log4j.Logger;
import java.util.Set;
import java.util.concurrent.CountDownLatch... | UTF-8 | Java | 1,519 | java | Main.java | Java | [] | null | [] | package com.khozzy.stemmer;
import com.khozzy.stemmer.database.DAO;
import com.khozzy.stemmer.database.mysql.MysqlDAO;
import com.khozzy.stemmer.domain.Sentence;
import com.khozzy.stemmer.stemming.PolishStemming;
import org.apache.log4j.Logger;
import java.util.Set;
import java.util.concurrent.CountDownLatch... | 1,519 | 0.70172 | 0.696429 | 42 | 34 | 30.70055 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 9 |
e5f86db223a3ec98acce04f1b4f870a9034594e6 | 11,699,490,947,206 | a5d5e5496d00e6174d9e462e8d4979a8ef3d2baa | /com/google/android/gms/maps/internal/C0170c.java | 6b42adb4c681d9152c195def7a6ad1639d228838 | [] | no_license | niketpatel2525/Bulls-and-Cows | https://github.com/niketpatel2525/Bulls-and-Cows | 9dc9ce7e7d8a5bcdd59c476397f4a9103f844b3a | 4bde931f0c7c03b7eb30011445e95d1abce8c193 | refs/heads/master | 2021-01-21T08:08:41.600000 | 2017-02-27T17:57:33 | 2017-02-27T17:57:33 | 83,336,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.maps.internal;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.dynamic.C0070b;
import com.google.android.gms.dynamic.C0070b.C0357a;
import com.google.android.gms.... | UTF-8 | Java | 9,546 | java | C0170c.java | Java | [
{
"context": "{\n obtain.writeInterfaceToken(\"com.google.android.gms.maps.internal.ICreator\");\n obta",
"end": 4636,
"score": 0.8788964152336121,
"start": 4613,
"tag": "KEY",
"value": "com.google.android.gms."
},
{
"context": "n.writeInterfaceT... | null | [] | package com.google.android.gms.maps.internal;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.dynamic.C0070b;
import com.google.android.gms.dynamic.C0070b.C0357a;
import com.google.android.gms.... | 9,546 | 0.540645 | 0.503771 | 212 | 44.028301 | 29.432673 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731132 | false | false | 9 |
c0ca35361cdd5127b3a5c7d8f7a29d3392b0d14e | 30,322,469,136,958 | 7abcd4759acc5cf41025bee6815d9a1e3e912f72 | /tong_wong_java_ass/exam/Person.java | f81f875fc04e8c5af6bb7def08278de552822158 | [] | no_license | tengr/Algorithms | https://github.com/tengr/Algorithms | 10534637b327c9beda3de3db7b9a7e55534f24fb | 4e90a51e3da207526a31016682bfb603ecb30947 | refs/heads/master | 2021-03-16T05:21:09.931000 | 2017-06-17T09:16:42 | 2017-06-17T09:16:42 | 33,525,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Person {
private String name;
public Person(){
//what should I type here? I should return something here but I don't know what I should return.
}
public Person(String theName){
this.name = theName;
}
public Person (Person theObject){
this(theObject.name); // why? what does... | UTF-8 | Java | 686 | java | Person.java | Java | [] | null | [] |
public class Person {
private String name;
public Person(){
//what should I type here? I should return something here but I don't know what I should return.
}
public Person(String theName){
this.name = theName;
}
public Person (Person theObject){
this(theObject.name); // why? what does... | 686 | 0.634111 | 0.634111 | 35 | 17.542856 | 20.66791 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 9 |
9153f6b96f3dc9c943428d21780ab1f4747cce55 | 31,370,441,151,572 | b214f96566446763ce5679dd2121ea3d277a9406 | /modules/base/language-api/src/main/java/consulo/language/psi/stub/StubTree.java | a647a894d55158211abff50e4e605fef2dad8d3b | [
"Apache-2.0",
"LicenseRef-scancode-jgraph"
] | permissive | consulo/consulo | https://github.com/consulo/consulo | aa340d719d05ac6cbadd3f7d1226cdb678e6c84f | d784f1ef5824b944c1ee3a24a8714edfc5e2b400 | refs/heads/master | 2023-09-06T06:55:04.987000 | 2023-09-01T06:42:16 | 2023-09-01T06:42:16 | 10,116,915 | 680 | 54 | Apache-2.0 | false | 2023-06-05T18:28:51 | 2013-05-17T05:48:18 | 2023-05-27T20:14:55 | 2023-06-05T18:28:50 | 978,666 | 673 | 48 | 69 | Java | false | false | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | UTF-8 | Java | 1,830 | java | StubTree.java | Java | [
{
"context": " limitations under the License.\n */\n\n/*\n * @author max\n */\npackage consulo.language.psi.stub;\n\nimport co",
"end": 619,
"score": 0.7102665901184082,
"start": 616,
"tag": "NAME",
"value": "max"
}
] | null | [] | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | 1,830 | 0.732787 | 0.725683 | 64 | 27.59375 | 28.396038 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.359375 | false | false | 9 |
d142ea1f85bc538dd6d28e70532301138772d5f2 | 31,988,916,443,328 | af846ab7ffc148cd3207f3e65cfb2dde6d92c767 | /sparrow-web/sparrow-manager/src/main/java/com/sparrow/app/test/CommandInitialize.java | 2e47e3f4794300c2ee28e2c42de7b27675e8b221 | [
"Apache-2.0"
] | permissive | aniu2002/myself-toolkit | https://github.com/aniu2002/myself-toolkit | aaf5f71948bb45d331b206d806de85c84bafadcc | aea640b4339ea24d7bfd32311f093560573635d3 | refs/heads/master | 2022-12-24T20:25:43.702000 | 2019-03-11T14:42:14 | 2019-03-11T14:42:14 | 99,811,298 | 1 | 0 | Apache-2.0 | false | 2022-12-12T21:42:45 | 2017-08-09T13:26:46 | 2020-09-20T11:34:23 | 2022-12-12T21:42:42 | 24,397 | 1 | 0 | 26 | Java | false | false | package com.sparrow.app.test;
import com.sparrow.http.command.Command;
import com.sparrow.server.config.BeanContext;
import com.sparrow.server.config.ParameterWatcher;
/**
* Created by Administrator on 2015/6/2 0002.
*/
public class CommandInitialize {
public static void main(String args[]) {
Parameter... | UTF-8 | Java | 800 | java | CommandInitialize.java | Java | [] | null | [] | package com.sparrow.app.test;
import com.sparrow.http.command.Command;
import com.sparrow.server.config.BeanContext;
import com.sparrow.server.config.ParameterWatcher;
/**
* Created by Administrator on 2015/6/2 0002.
*/
public class CommandInitialize {
public static void main(String args[]) {
Parameter... | 800 | 0.6225 | 0.61 | 26 | 29.76923 | 27.498682 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 9 |
44a73576afdf4fc258b4dd33ddf5c5fa38d73f9b | 1,546,188,251,547 | 985902de02e6951e1d606453536901f62da4ebc3 | /src/games/glutenfree/MonsterMaze.java | 442c9d30c54dbce566b9534af9d6eb061574d985 | [] | no_license | AlgoRythm-Dylan/Monster-Maze | https://github.com/AlgoRythm-Dylan/Monster-Maze | 211eeeeea305cd1a2b8e0e3167157076737c81cf | fd2e90234eedaa38ed788d51dc9c6bf498bfdd49 | refs/heads/master | 2023-07-17T04:08:53.252000 | 2021-08-23T21:18:46 | 2021-08-23T21:18:46 | 399,245,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package games.glutenfree;
import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.ProtocolLibrary;
import com.comphenix.protocol.ProtocolManager;
import com.comphenix.protocol.events.ListenerPriority;
import com.comphenix.protocol.events.PacketAdapter;
import com.comphenix.protocol.events.PacketContain... | UTF-8 | Java | 34,916 | java | MonsterMaze.java | Java | [
{
"context": "{\n\n mazeItemKey = new NamespacedKey(this, \"mm-powerup\");\n\n spawnRoomLocation = new Location(getS",
"end": 3479,
"score": 0.9943053722381592,
"start": 3469,
"tag": "KEY",
"value": "mm-powerup"
}
] | null | [] | package games.glutenfree;
import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.ProtocolLibrary;
import com.comphenix.protocol.ProtocolManager;
import com.comphenix.protocol.events.ListenerPriority;
import com.comphenix.protocol.events.PacketAdapter;
import com.comphenix.protocol.events.PacketContain... | 34,916 | 0.608002 | 0.600126 | 842 | 40.467934 | 29.758881 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.839667 | false | false | 9 |
8c27d3600b1db5a19ad9b7dbfef23553de8da646 | 19,275,813,245,700 | 683c2019cdab7cdda488caa15b58a1357ee6ae54 | /BasicBake/src/com/example/basicbake/ButterCakeActivity.java | 18f2c76872e36c862f216fa6af81f94d4f0df865 | [] | no_license | munishchouhan/GoodAndroidApps | https://github.com/munishchouhan/GoodAndroidApps | a65020f92793a35cf90376de011158ee7e8ca782 | 4baa35c58d4aa16e002a3ccc49ed4544ae0752f4 | refs/heads/master | 2023-07-06T19:09:38.198000 | 2016-12-28T12:01:22 | 2016-12-28T12:01:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.basicbake;
import java.io.IOException;
import android.app.Activity;
import android.content.res.AssetFileDescriptor;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import android.widget.ImageButton;
import android.widget.TextVie... | UTF-8 | Java | 2,182 | java | ButterCakeActivity.java | Java | [] | null | [] | package com.example.basicbake;
import java.io.IOException;
import android.app.Activity;
import android.content.res.AssetFileDescriptor;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import android.widget.ImageButton;
import android.widget.TextVie... | 2,182 | 0.691567 | 0.691567 | 92 | 22.72826 | 17.547516 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.456522 | false | false | 9 |
5eb0cad6b9eaefea6b28073dc10b0c11786fab4e | 23,338,852,311,605 | 80b112eeee88915873ad6f784a9ae995d91c2305 | /src/main/java/com/designpattern/factoryClass/Windows.java | d7ac5fe17330cc8c3464f83fa157076dbdd06861 | [] | no_license | sharmaashish54/DesignPatterns | https://github.com/sharmaashish54/DesignPatterns | 02e914fb8235f2e48f530b786f560d8bad14ccb9 | 082d052e4e417ad393466f340427084e1b220659 | refs/heads/master | 2023-06-14T09:59:50.722000 | 2021-07-18T16:27:58 | 2021-07-18T16:27:58 | 387,220,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.designpattern.factoryClass;
public class Windows implements OS {
public void specs() {
System.out.println("Good OS for windows");
}
}
| UTF-8 | Java | 156 | java | Windows.java | Java | [] | null | [] | package com.designpattern.factoryClass;
public class Windows implements OS {
public void specs() {
System.out.println("Good OS for windows");
}
}
| 156 | 0.717949 | 0.717949 | 10 | 14.6 | 17.647663 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 9 |
301ba938abf871cf9fd15b95fe0620366488634a | 1,872,605,765,728 | b0c1f8765ffa7ee9a42f8edee5bd8ed377e8d4ed | /SlideShowDemo/src/slideshowdemo/SlideShow.java | 5e649c1c9fcf9594b2c3983a1d1ba753cfe269a4 | [] | no_license | sunjid-git/Java-Swing-Core-Concepts | https://github.com/sunjid-git/Java-Swing-Core-Concepts | 14167abd40670d91c74caa8551d35e6293db6497 | d5c4fcfebd7c970ba950be107369b666ef9ea34f | refs/heads/master | 2020-09-11T21:23:49.592000 | 2020-02-05T15:08:42 | 2020-02-05T15:08:42 | 222,194,467 | 1 | 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 slideshowdemo;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Image;
... | UTF-8 | Java | 3,048 | java | SlideShow.java | Java | [] | 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 slideshowdemo;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Image;
... | 3,048 | 0.574803 | 0.524278 | 101 | 28.178217 | 54.670097 | 543 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.049505 | false | false | 9 |
b4df8d3e221de347c39c0a6b65919385602b1482 | 30,837,865,212,573 | 2c2ba5363e5e980a7bdaae95d267657f9d9ccd50 | /src/main/java/TwoDRotateMatrix.java | 982b4f016fceb757d5c18ccf6ebf43c21092213e | [] | no_license | rohangaur21/leetcode | https://github.com/rohangaur21/leetcode | e19e95882fdec7c405ba92652b33e4df955f56d5 | c82742d255594e054204f8c43fc6b06ff3094937 | refs/heads/master | 2022-01-08T00:38:12.733000 | 2021-12-29T16:01:51 | 2021-12-29T16:01:51 | 162,465,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Note:
You have to rotate the image in-place, which means you have to modify the input 2D matrix directly. DO NOT allocate another 2D matrix and do the rotation.
Example 1:
Given input matrix =
[
[1,2,3],
[4,5... | UTF-8 | Java | 1,463 | java | TwoDRotateMatrix.java | Java | [] | null | [] | /*
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Note:
You have to rotate the image in-place, which means you have to modify the input 2D matrix directly. DO NOT allocate another 2D matrix and do the rotation.
Example 1:
Given input matrix =
[
[1,2,3],
[4,5... | 1,463 | 0.475735 | 0.410116 | 70 | 19.9 | 24.399151 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.957143 | false | false | 9 |
64547876240b0566ebe3a95407f8bed3f3774d22 | 21,251,498,201,419 | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /Interlude/L2jFrozen_15/L2jFrozen_15_Revision_1596/L2jFrozen_15/head-src/com/l2jfrozen/gameserver/model/actor/stat/SummonStat.java | cd1345f58d2d03da8f4884f16fd87d3777d1e53c | [] | no_license | serk123/L2jOpenSource | https://github.com/serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867000 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.l2jfrozen.gameserver.model.actor.stat;
import com.l2jfrozen.gameserver.model.L2Summon;
public class SummonStat extends PlayableStat
{
public SummonStat(final L2Summon activeChar)
{
super(activeChar);
}
@Override
public L2Summon getActiveChar()
{
return (L2Summon) super.getActiveChar();
}
}
| UTF-8 | Java | 318 | java | SummonStat.java | Java | [] | null | [] | package com.l2jfrozen.gameserver.model.actor.stat;
import com.l2jfrozen.gameserver.model.L2Summon;
public class SummonStat extends PlayableStat
{
public SummonStat(final L2Summon activeChar)
{
super(activeChar);
}
@Override
public L2Summon getActiveChar()
{
return (L2Summon) super.getActiveChar();
}
}
| 318 | 0.77044 | 0.751572 | 17 | 17.705883 | 19.774508 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 9 |
5c8785d8beb62eea9054848aa5a772a14023c19a | 8,280,696,976,511 | 174e416c9ff6405b4dd8d658e1dc0addcb4ece4d | /android/SmartSignCapture/app/src/main/java/at/fhs/smartsigncapture/data/scheme/SSCSharedPreferncesHandler.java | 93c18d821e64055ee84cff902485b614c00edb85 | [
"MIT"
] | permissive | SmartSignCapture/SmartSignCapture | https://github.com/SmartSignCapture/SmartSignCapture | 6ec513b9fcd8a65c05be50fe45cb8936d1e2abb7 | 611949eb097b7b6f109710f2e498dab1dbb0d256 | refs/heads/master | 2021-01-10T15:42:03.545000 | 2016-02-22T07:20:32 | 2016-02-22T07:20:32 | 50,570,047 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.fhs.smartsigncapture.data.scheme;
import android.content.Context;
import android.content.SharedPreferences;
import java.util.Set;
/**
* Created by MartinTiefengrabner on 15/07/15.
*/
public class SSCSharedPreferncesHandler {
public static final String PREFS_NAME = "at.fhs.smartsigncapture";
pu... | UTF-8 | Java | 3,401 | java | SSCSharedPreferncesHandler.java | Java | [
{
"context": "erences;\n\nimport java.util.Set;\n\n/**\n * Created by MartinTiefengrabner on 15/07/15.\n */\npublic class SSCSharedPrefernces",
"end": 181,
"score": 0.9938244223594666,
"start": 162,
"tag": "NAME",
"value": "MartinTiefengrabner"
}
] | null | [] | package at.fhs.smartsigncapture.data.scheme;
import android.content.Context;
import android.content.SharedPreferences;
import java.util.Set;
/**
* Created by MartinTiefengrabner on 15/07/15.
*/
public class SSCSharedPreferncesHandler {
public static final String PREFS_NAME = "at.fhs.smartsigncapture";
pu... | 3,401 | 0.719494 | 0.714202 | 84 | 39.488094 | 34.224918 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.964286 | false | false | 9 |
eab304b0790ab7c3d838415a5089e57ad333063e | 2,138,893,741,309 | af1ab3b6ed945a53742891afb85871f0df4bc0d1 | /09.ObjectCommunicationAndEvents/ObjectCommunicationAndEventsHomework/src/p05_kingGambit/models/BasePerson.java | c906d07cf924bb97987d40e5f7b62824e5ba844c | [] | no_license | vasilgramov/java-oop-advanced | https://github.com/vasilgramov/java-oop-advanced | 94f5321e89c0d9e446a80e1bff38947c22c5364d | 909ef2abfdd225db09f29e5fec578a1edd493006 | refs/heads/master | 2021-06-13T22:37:19.852000 | 2017-04-21T16:19:58 | 2017-04-21T16:19:58 | 84,982,046 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p05_kingGambit.models;
import p05_kingGambit.models.interfaces.Attackable;
import p05_kingGambit.models.interfaces.Hurtable;
import p05_kingGambit.models.interfaces.Nameable;
/**
* Created by vladix on 4/12/17.
*/
public abstract class BasePerson implements Nameable, Attackable, Hurtable {
private Stri... | UTF-8 | Java | 735 | java | BasePerson.java | Java | [
{
"context": "bit.models.interfaces.Nameable;\n\n/**\n * Created by vladix on 4/12/17.\n */\npublic abstract class BasePerson ",
"end": 209,
"score": 0.9996671676635742,
"start": 203,
"tag": "USERNAME",
"value": "vladix"
}
] | null | [] | package p05_kingGambit.models;
import p05_kingGambit.models.interfaces.Attackable;
import p05_kingGambit.models.interfaces.Hurtable;
import p05_kingGambit.models.interfaces.Nameable;
/**
* Created by vladix on 4/12/17.
*/
public abstract class BasePerson implements Nameable, Attackable, Hurtable {
private Stri... | 735 | 0.691156 | 0.673469 | 33 | 21.272728 | 20.818512 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 9 |
405e7b258c712dbc0c09c9d599681c266f912425 | 31,001,073,995,394 | 7c66fe6909a2f1d59881c79f95b436bd6dec644e | /algorithm/implementation/bon_apetite.java | 78fc3e1379a32f4324c9213e7df26590e3fbf7dd | [] | no_license | mynamerahulkumar/HackerRank | https://github.com/mynamerahulkumar/HackerRank | 5bcd6a4032886aae2ad6c934c53626df2159902c | 89cefed3e6bedb78268c874007852a8e3c849bfb | refs/heads/master | 2021-01-20T09:54:37.136000 | 2018-04-24T22:28:27 | 2018-04-24T22:28:27 | 90,299,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Solution {
public static void main(String[] args) {
/* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */
int n;
in... | UTF-8 | Java | 917 | java | bon_apetite.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Solution {
public static void main(String[] args) {
/* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */
int n;
in... | 917 | 0.453653 | 0.449291 | 41 | 21.365854 | 18.910257 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 9 |
c1c30003d661e9399b2b2e29dfcf46fec51b6899 | 566,935,743,290 | 96e10137acd9c8ffb45c366ac94aace52b80e5a0 | /src/main/java/org/eason/common/utils/NumberUtils.java | 7275426a721517c59857e4af940bd3dd5d6f0d86 | [] | no_license | easonz/commons | https://github.com/easonz/commons | 6ef4c0f19f9afd54e5faa524873da980cbe166cd | ad34214778e30fef6b751d88fd5ca3dfd741e01a | refs/heads/master | 2021-01-21T16:34:46.355000 | 2013-10-08T09:39:34 | 2013-10-08T09:39:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.eason.common.utils;
public class NumberUtils {
public static byte[] shortToBytes(short n) {
byte[] b = new byte[2];
b[1] = (byte) (n & 0xff);
b[0] = (byte) ((n >> 8) & 0xff);
return b;
}
public static short bytesToShort(byte[] b) {
return (short) (b[1] & 0xff | (b[0] & 0xff) << 8);
}
/**... | UTF-8 | Java | 2,170 | java | NumberUtils.java | Java | [] | null | [] | package org.eason.common.utils;
public class NumberUtils {
public static byte[] shortToBytes(short n) {
byte[] b = new byte[2];
b[1] = (byte) (n & 0xff);
b[0] = (byte) ((n >> 8) & 0xff);
return b;
}
public static short bytesToShort(byte[] b) {
return (short) (b[1] & 0xff | (b[0] & 0xff) << 8);
}
/**... | 2,170 | 0.563485 | 0.530584 | 95 | 21.71579 | 17.217289 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.410526 | false | false | 9 |
f9afef319f26f7e6d1653906ab8c88ffc49c840c | 32,195,074,907,154 | 2e8b1f9d35b89483f81f9850e830a84b98c4be02 | /src/main/java/org/mcphackers/mcp/tasks/TaskCleanup.java | 26755b2863ac39906ed850e1a13efe75e078f0c6 | [] | no_license | OldSchoolMinecraft/RetroMCP-Java | https://github.com/OldSchoolMinecraft/RetroMCP-Java | d586d57c63a4d4765ac9d75db8584b02da422b81 | 9b90b0963d06bb197b13d5b45191be7f6a022598 | refs/heads/main | 2022-08-26T20:03:44.861000 | 2022-06-02T12:12:06 | 2022-06-02T12:12:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mcphackers.mcp.tasks;
import java.nio.file.Files;
import java.nio.file.Path;
import org.mcphackers.mcp.MCP;
import org.mcphackers.mcp.MCPPaths;
import org.mcphackers.mcp.tasks.mode.TaskParameter;
import org.mcphackers.mcp.tools.FileUtil;
import org.mcphackers.mcp.tools.Util;
public class TaskCleanup exte... | UTF-8 | Java | 1,634 | java | TaskCleanup.java | Java | [] | null | [] | package org.mcphackers.mcp.tasks;
import java.nio.file.Files;
import java.nio.file.Path;
import org.mcphackers.mcp.MCP;
import org.mcphackers.mcp.MCPPaths;
import org.mcphackers.mcp.tasks.mode.TaskParameter;
import org.mcphackers.mcp.tools.FileUtil;
import org.mcphackers.mcp.tools.Util;
public class TaskCleanup exte... | 1,634 | 0.698898 | 0.697674 | 59 | 26.694916 | 18.953337 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.728814 | false | false | 9 |
52dda21bf879d0ef0b7bdde00bb3b792df5ee7d9 | 29,910,152,312,378 | d7890c3b0b485159eefb1c003651740b346a0be8 | /Go2DrinkLibrary/src/com/g2d/domain/ToppingEnum.java | cf12367c18ee5ca7664a9425f1455801bf64ffe6 | [] | no_license | s930415/Go2Drink | https://github.com/s930415/Go2Drink | 341c0880d2693a9abd0bfa6f972d1917854676ff | 77ff022bec64aa431deb8cc75d07d18d4dc21fb5 | refs/heads/master | 2021-01-17T12:36:24.928000 | 2018-03-08T15:57:16 | 2018-03-09T08:45:18 | 58,420,528 | 4 | 2 | null | false | 2016-05-10T08:46:31 | 2016-05-10T01:39:14 | 2016-05-10T04:11:20 | 2016-05-10T08:46:30 | 51 | 2 | 1 | 0 | Java | 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 com.g2d.domain;
/**
*
* @author Administrator
*/
public enum ToppingEnum {
BUBBLE,BASILSEED,LITTLETAROBALLS,KONJAC... | UTF-8 | Java | 410 | java | ToppingEnum.java | Java | [
{
"context": "or.\n */\npackage com.g2d.domain;\n\n/**\n *\n * @author Administrator\n */\npublic enum ToppingEnum {\n \n BUBBLE,BAS",
"end": 241,
"score": 0.6504960060119629,
"start": 228,
"tag": "NAME",
"value": "Administrator"
}
] | 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 com.g2d.domain;
/**
*
* @author Administrator
*/
public enum ToppingEnum {
BUBBLE,BASILSEED,LITTLETAROBALLS,KONJAC... | 410 | 0.753659 | 0.75122 | 16 | 24.625 | 35.117435 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
a6896913227bdd25196fc3e0e92173936e51e207 | 8,933,532,035,729 | bbbd81caabfe5914bb515c43158f01cea9cf1b86 | /src/com/matigakis/flightbot/aircraft/sensors/TemperatureSensor.java | e897d6d582029f1740cb2d896e0d28a7b914cd11 | [] | no_license | pmatigakis/flightbot | https://github.com/pmatigakis/flightbot | e0a2bc941261da248381bfa5bd8cd0289ba56ee4 | 7fc0ff4f3aa67a0adb7425a9dcc87f42a005bdef | refs/heads/master | 2020-04-23T07:56:28.211000 | 2015-01-22T19:57:03 | 2015-01-22T19:57:03 | 20,157,960 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.matigakis.flightbot.aircraft.sensors;
import com.matigakis.fgcontrol.fdm.FDMData;;
/**
* The TemperatureSensor measures the air temperature.
*/
public class TemperatureSensor implements Sensor{
protected double temperature;
/**
* Reset the temperature sensor,
*/
@Override
public void reset() ... | UTF-8 | Java | 820 | java | TemperatureSensor.java | Java | [] | null | [] | package com.matigakis.flightbot.aircraft.sensors;
import com.matigakis.fgcontrol.fdm.FDMData;;
/**
* The TemperatureSensor measures the air temperature.
*/
public class TemperatureSensor implements Sensor{
protected double temperature;
/**
* Reset the temperature sensor,
*/
@Override
public void reset() ... | 820 | 0.709756 | 0.707317 | 44 | 17.636364 | 19.095562 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 9 |
8817a9d6eafc51909bebf795c7d36ea3ac051340 | 4,363,686,826,903 | 6d6833327ea9e9b85fdc151b22a5cc05577ef186 | /src/clases/DetallePedido.java | 64b0a891d6badf63d12e36d8759e857f6e9b2bfb | [] | no_license | jeremysch98/yelizSistemaLavanderia | https://github.com/jeremysch98/yelizSistemaLavanderia | 5b0dfa8ea61fd320d14747d99c1f88855f8af5a6 | 70459c1c425b1bc54113c177f8621a3d0eee0545 | refs/heads/main | 2023-07-07T05:19:49.655000 | 2021-08-16T04:48:26 | 2021-08-16T04:48:26 | 396,621,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clases;
public class DetallePedido {
private int coda;
private String descripcion;
private int cantidad;
private double precio;
private String codped;
private double subtotal;
public DetallePedido() {
}
public String getDescripcion() {
return descripcion;
}
... | UTF-8 | Java | 1,135 | java | DetallePedido.java | Java | [] | null | [] | package clases;
public class DetallePedido {
private int coda;
private String descripcion;
private int cantidad;
private double precio;
private String codped;
private double subtotal;
public DetallePedido() {
}
public String getDescripcion() {
return descripcion;
}
... | 1,135 | 0.6 | 0.6 | 62 | 17.306452 | 15.207796 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306452 | false | false | 9 |
4d06ca30bf665edc02745f5da54736ab5b34642c | 16,750,372,517,369 | 34c60fa9dba17a5a23a5806dac3c12ab935cb42e | /src/com/singularity/clover/activity/entity/TaskViewActivity.java | 2c0788e588bf144e3d5d303ef03a88c40bccffe1 | [] | no_license | johnnyeric/singularity-clover | https://github.com/johnnyeric/singularity-clover | 54749a0aa93908e0ec0a39e8efd305a07e1075ea | 9b91b9455a1a7325d17aaad7eb2069eac168824f | refs/heads/master | 2020-12-25T08:16:14.856000 | 2012-06-20T02:47:35 | 2012-06-20T02:47:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.singularity.clover.activity.entity;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.v... | GB18030 | Java | 15,470 | java | TaskViewActivity.java | Java | [] | null | [] | package com.singularity.clover.activity.entity;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.v... | 15,470 | 0.722143 | 0.721819 | 454 | 31.960352 | 22.813131 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.839207 | false | false | 9 |
0e28eba02b0a0f7ee396254169f97d198d3756db | 27,101,243,637,834 | 22ac03d62bf20b51bebf6d996650c3ae353b3a11 | /src/main/java/cassandra/metadata/MetadataService.java | 7520bc6b3dfe87468c3ba111aa5cd4965ab7708a | [
"Apache-2.0"
] | permissive | pakudayo/cassandra-connector-java | https://github.com/pakudayo/cassandra-connector-java | 9038b045e9fecb94e44175d5d742bcccb1156061 | a9a89489853d988295a1556d2833c95afc1640f6 | refs/heads/master | 2016-08-08T01:27:34.418000 | 2014-05-01T05:08:30 | 2014-05-01T05:08:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cassandra.metadata;
import cassandra.CassandraCluster;
import cassandra.cql.*;
import cassandra.routing.RoutingPolicy;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.data... | UTF-8 | Java | 10,110 | java | MetadataService.java | Java | [] | null | [] | package cassandra.metadata;
import cassandra.CassandraCluster;
import cassandra.cql.*;
import cassandra.routing.RoutingPolicy;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.data... | 10,110 | 0.63274 | 0.632542 | 308 | 31.824675 | 30.815567 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516234 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.