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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0d16556590931850364f0bc85d7f69ba92e154f1 | 39,264,591,023,868 | 9565b75e78d992e5e3793b9625b04278ca4c1c6e | /src/main/java/cz/cvut/nss/utils/traversal/DepartureBranchSelector.java | f650129258c37e9a8b98538f676ad102693dfc86 | [] | no_license | chaluja7/nss | https://github.com/chaluja7/nss | 4d19ad825d5a0dc5c965030e6d900e6d0051774f | 5cce3cf20aec3c6be8e187c4ca6842f89e1d5269 | refs/heads/master | 2020-12-26T02:21:01.238000 | 2017-01-03T18:22:48 | 2017-01-03T18:22:48 | 26,934,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.cvut.nss.utils.traversal;
import cz.cvut.nss.entities.neo4j.StopNode;
import cz.cvut.nss.entities.neo4j.relationship.RelTypes;
import cz.cvut.nss.utils.DateTimeUtils;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.PathExpander;
import org.neo4j.graphdb.Relationship;
import org.neo4j.graphdb.travers... | UTF-8 | Java | 4,190 | java | DepartureBranchSelector.java | Java | [
{
"context": "ture branch selector implementation.\n *\n * @author jakubchalupa\n * @since 23.04.15\n */\npublic class DepartureBran",
"end": 520,
"score": 0.9936234354972839,
"start": 508,
"tag": "USERNAME",
"value": "jakubchalupa"
}
] | null | [] | package cz.cvut.nss.utils.traversal;
import cz.cvut.nss.entities.neo4j.StopNode;
import cz.cvut.nss.entities.neo4j.relationship.RelTypes;
import cz.cvut.nss.utils.DateTimeUtils;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.PathExpander;
import org.neo4j.graphdb.Relationship;
import org.neo4j.graphdb.travers... | 4,190 | 0.601193 | 0.593556 | 115 | 35.434784 | 30.933626 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469565 | false | false | 14 |
15ac4dfb82699c366f1f6d81d2c584f63f1f042f | 38,963,943,348,502 | 1ccfab9773c49adc3ed9f4f76436fd25b164181f | /SapientTest/src/com/sourav/java/Graph/GraphAdjacencyMatrix.java | 375afd46d7842b336345df280def449006ec5b1c | [] | no_license | TechSourav/Core-Java | https://github.com/TechSourav/Core-Java | 8fd1706cf18234f3f50cc6ec7d54ed246bf4fb1e | 943a40ec0e41e55bc0143aa8fbe9ee95b9d13548 | refs/heads/master | 2021-01-24T07:06:47.296000 | 2018-07-31T05:11:39 | 2018-07-31T05:11:39 | 93,332,192 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sourav.java.Graph;
import java.util.LinkedList;
import java.util.Queue;
public class GraphAdjacencyMatrix {
int maxVertices= 20;
boolean visited[]= new boolean[maxVertices];
int adj[][];
//int verticesList[]= new int[maxVertices];
GraphAdjacencyMatrix() {
adj = new int[maxVertices][maxVertices];... | UTF-8 | Java | 1,230 | java | GraphAdjacencyMatrix.java | Java | [] | null | [] | package com.sourav.java.Graph;
import java.util.LinkedList;
import java.util.Queue;
public class GraphAdjacencyMatrix {
int maxVertices= 20;
boolean visited[]= new boolean[maxVertices];
int adj[][];
//int verticesList[]= new int[maxVertices];
GraphAdjacencyMatrix() {
adj = new int[maxVertices][maxVertices];... | 1,230 | 0.61626 | 0.589431 | 62 | 18.838709 | 15.262428 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.435484 | false | false | 14 |
8bf2e5317529a40be4585e039b57bd322057f5e9 | 38,817,914,465,130 | d7fede6a09ee916ad7ad944af52da6f1404feb2f | /hibernate-brunao/src/main/java/br/com/cast/hibernate_brunao/entity/Contact.java | b78b4cf5fdf3586f30f363bb74fac3f830951231 | [] | no_license | brunoFallis/projetosTreinamentoJava | https://github.com/brunoFallis/projetosTreinamentoJava | 2c7eb6a1fe23e8ece2af6e4f3b14180c90e6f483 | eda61da42bed8288a915356d41e68d8097f3afed | refs/heads/master | 2020-04-01T07:16:36.332000 | 2018-10-29T17:55:50 | 2018-10-29T17:55:50 | 152,983,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cast.hibernate_brunao.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
@Entity
@Table(schema = "contacts", name = "contact")... | UTF-8 | Java | 1,476 | java | Contact.java | Java | [] | null | [] | package br.com.cast.hibernate_brunao.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
@Entity
@Table(schema = "contacts", name = "contact")... | 1,476 | 0.70393 | 0.703252 | 83 | 16.783133 | 15.52072 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.385542 | false | false | 14 |
d0965d471cc40586ac72aa95446443e494caa575 | 15,049,565,409,066 | 1407ff205f90ec05a22b4a011f8484212a88b0b8 | /br/com/rwtech/gymstylecore/model/dao/CaixaDAO.java | 4704e1512005b7a5427882b98727a06680011f24 | [] | no_license | estevandiedrich/GymStyleModel | https://github.com/estevandiedrich/GymStyleModel | bbbfd666239db78088363a34ccda41ba209f7fdc | 02aca0e5beaca9486ec8265729e8efe6c21523fc | refs/heads/master | 2016-09-13T13:09:03.763000 | 2016-05-17T23:18:37 | 2016-05-17T23:18:37 | 59,065,810 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: CaixaDAO.java
package br.com.rwtech.gymstylecore.model.dao;
import br.com.rwtech.gymstylecore.model.BaseDAO;
import br.com.rwtech.gymstylecore.mo... | UTF-8 | Java | 1,185 | java | CaixaDAO.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9996362924575806,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: CaixaDAO.java
package br.com.rwtech.gymstylecore.model.dao;
import br.com.rwtech.gymstylecore.model.BaseDAO;
import br.com.rwtech.gymstylecore.model.pojo.C... | 1,175 | 0.601688 | 0.593249 | 53 | 21.35849 | 16.774975 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358491 | false | false | 14 |
18eef5d5eca4ed28a644be2ab74455debbeb5e29 | 28,999,619,208,132 | 7db74535a4727057a1cad444941ee9bb86c184aa | /app/src/main/java/osu/carlift/SelectLocationActivity.java | 6da07e3959e361e20a1599d866557e86251c85d2 | [] | no_license | bainianbuhe/Carlift | https://github.com/bainianbuhe/Carlift | 12f026f1fce34d88f60c37289147ad3603e17660 | 8c26a66035e4d9ee92ba0ff34171e264bfe9755a | refs/heads/master | 2020-04-24T17:35:47.964000 | 2019-04-03T23:38:27 | 2019-04-03T23:38:27 | 172,153,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package osu.carlift;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.Activi... | UTF-8 | Java | 13,759 | java | SelectLocationActivity.java | Java | [
{
"context": ";\n private static final String EXTRA_USERNAME=\"userName\";\n private static final String EXTRA_START_ADD",
"end": 2460,
"score": 0.995896577835083,
"start": 2452,
"tag": "USERNAME",
"value": "userName"
},
{
"context": ");\n intent.putExtra(EXTRA_U... | null | [] | package osu.carlift;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.Activi... | 13,725 | 0.642852 | 0.641834 | 338 | 39.701183 | 31.997726 | 263 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698225 | false | false | 14 |
abf7a515ccdcf5d2827afee2c7a37a157d3443d7 | 18,923,625,942,626 | b90bccfa3ae6a8913beb44620a6578841cf06b51 | /src/main/java/game/model/command/CommandSequence.java | 4fcf3ee20ffec9b50d9671d0264d8ab5c9b1df62 | [] | no_license | Vojtone/TurtleGame | https://github.com/Vojtone/TurtleGame | 852406fb28e9b80341d7972b5d47811db45cb7ef | 3ba01925e0e3466c5e62bf8c4cf7a631708ed5ee | refs/heads/master | 2020-04-05T15:43:51.284000 | 2019-01-08T11:56:48 | 2019-01-08T11:56:48 | 156,981,111 | 0 | 3 | null | false | 2019-01-08T07:43:09 | 2018-11-10T12:55:16 | 2019-01-07T13:12:00 | 2019-01-08T07:43:09 | 758 | 0 | 2 | 0 | Java | false | null | package game.model.command;
import game.model.Board;
import game.model.command.ITurtleCommand;
import java.util.ArrayList;
import java.util.List;
public class CommandSequence {
private List<ITurtleCommand> commands = new ArrayList<>();
private Board board;
public CommandSequence(Board b) {
this.... | UTF-8 | Java | 1,591 | java | CommandSequence.java | Java | [] | null | [] | package game.model.command;
import game.model.Board;
import game.model.command.ITurtleCommand;
import java.util.ArrayList;
import java.util.List;
public class CommandSequence {
private List<ITurtleCommand> commands = new ArrayList<>();
private Board board;
public CommandSequence(Board b) {
this.... | 1,591 | 0.574481 | 0.572596 | 64 | 23.875 | 19.71714 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 14 |
8b5c7ef7d462a5881397c0bc73721cc86c6bc36e | 33,998,961,125,057 | 0d163ba4f4d770784c9ff5336cedf54f0dbee619 | /cubic training/src/com/exceptions/ExceptionChild.java | d8f64cefd1dea99f23e4f368ba1cbfb24d1bb5df | [] | no_license | PrashanthNagula/prashanth | https://github.com/PrashanthNagula/prashanth | 3b89e1315ee417a0a1c94c8e202511b2d1312f0e | d09c43a3a6e8a19a81b7b9124a167e330318abd2 | refs/heads/master | 2020-04-10T20:50:27.314000 | 2018-12-12T07:32:23 | 2018-12-12T07:32:23 | 161,279,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exceptions;
import java.io.IOException;
class Parent {
void msg(){
System.out.println("partent");
}
}
class ExceptionChild extends Parent{
void msg(){
try{int a=30/0;}catch(ArithmeticException e){System.out.println("exception handeled");}
System.out.println("child method");
}
... | UTF-8 | Java | 418 | java | ExceptionChild.java | Java | [] | null | [] | package com.exceptions;
import java.io.IOException;
class Parent {
void msg(){
System.out.println("partent");
}
}
class ExceptionChild extends Parent{
void msg(){
try{int a=30/0;}catch(ArithmeticException e){System.out.println("exception handeled");}
System.out.println("child method");
}
... | 418 | 0.660287 | 0.65311 | 21 | 18 | 21.231153 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.238095 | false | false | 14 |
9d7d17475aa4b76b653e377b9dc9990cbc163196 | 4,415,226,429,418 | e94dd4d45125367ef7ea03df7566ee44dd262dfc | /aceeditor-demo/src/main/java/org/vaadin/aceeditor/AceScalaEditorDemo.java | ff91a7b69c32755852cb25d69ba71863513c3245 | [
"Apache-2.0"
] | permissive | xylo/vaadin-aceeditor | https://github.com/xylo/vaadin-aceeditor | 5d38e28d3b92373acfcd142ea8dee361ea377a5c | a8af32ea7bf7502605e039a0f9bae844c3373981 | refs/heads/master | 2020-12-11T05:39:21.189000 | 2014-09-30T19:51:05 | 2014-09-30T19:51:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.vaadin.aceeditor;
import com.vaadin.annotations.PreserveOnRefresh;
import com.vaadin.annotations.StyleSheet;
import com.vaadin.annotations.Theme;
import com.vaadin.event.ShortcutAction;
import com.vaadin.server.VaadinRequest;
import com.vaadin.ui.*;
import de.digitalculture.scalaeval.ScalaScriptEngine;
im... | UTF-8 | Java | 2,591 | java | AceScalaEditorDemo.java | Java | [] | null | [] | package org.vaadin.aceeditor;
import com.vaadin.annotations.PreserveOnRefresh;
import com.vaadin.annotations.StyleSheet;
import com.vaadin.annotations.Theme;
import com.vaadin.event.ShortcutAction;
import com.vaadin.server.VaadinRequest;
import com.vaadin.ui.*;
import de.digitalculture.scalaeval.ScalaScriptEngine;
im... | 2,591 | 0.744114 | 0.740641 | 98 | 25.438776 | 25.282915 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.030612 | false | false | 14 |
1ca27da622964612fa7512213a7660e4182f87e8 | 7,679,401,567,171 | 692228003a0bdaf6c952ffbb383a53ae96595da6 | /Javase/src/main/java/cn/com/yusys/StringTest/StringTest.java | 7e42f11548bc3b945e32b20f0270d174d44811da | [] | no_license | JDZW2018/JavaseDemo | https://github.com/JDZW2018/JavaseDemo | d08844a16755e9adadeb4a0ec2fa3f951f6c207f | f94e77d050c43d3f1b725645f1d2dfe0bd6c9a4f | refs/heads/master | 2022-06-23T08:11:28.075000 | 2019-12-18T15:19:45 | 2019-12-18T15:19:45 | 146,238,860 | 0 | 0 | null | false | 2022-06-17T02:46:50 | 2018-08-27T02:49:56 | 2019-12-18T15:19:55 | 2022-06-17T02:46:50 | 16 | 0 | 0 | 1 | Java | false | false | package cn.com.yusys.StringTest;
/**
* @author tianfusheng
* @e-mail linuxmorebetter@gmail.com
* @date 2019/10/24
*/
public class StringTest {
public static void main(String[] args) {
System.out.println(" ".equals(""));
}
}
| UTF-8 | Java | 249 | java | StringTest.java | Java | [
{
"context": "package cn.com.yusys.StringTest;\n\n/**\n * @author tianfusheng\n * @e-mail linuxmorebetter@gmail.com\n * @date 201",
"end": 60,
"score": 0.9716880917549133,
"start": 49,
"tag": "USERNAME",
"value": "tianfusheng"
},
{
"context": "StringTest;\n\n/**\n * @author tianfushe... | null | [] | package cn.com.yusys.StringTest;
/**
* @author tianfusheng
* @e-mail <EMAIL>
* @date 2019/10/24
*/
public class StringTest {
public static void main(String[] args) {
System.out.println(" ".equals(""));
}
}
| 231 | 0.630522 | 0.598394 | 13 | 18.153847 | 16.644917 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 14 |
a96892c369d320875190bd2e4900fd251b26860d | 27,393,301,439,609 | ed3cc7e070a6bfeb3ae6222a0d299dcd8df9813e | /src/main/java/com/zitech/gateway/gateway/cache/GroupCache.java | 25d2a750729e68ca236e786205b1ac8309d18f1a | [] | no_license | suifeng3051/myproject | https://github.com/suifeng3051/myproject | 010d3847b98af0e79734f53d721af6f72e153fb0 | ea7b59e8b92c6baa735e1caa2e4c5e36547001b4 | refs/heads/master | 2021-01-12T04:08:08.781000 | 2016-12-28T09:39:15 | 2016-12-28T09:39:17 | 77,509,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zitech.gateway.gateway.cache;
import com.google.common.cache.Cache;
import com.google.common.cache.CacheBuilder;
import com.zitech.gateway.apiconfig.model.Group;
import com.zitech.gateway.apiconfig.service.GroupService;
import com.zitech.gateway.gateway.exception.CacheException;
import org.slf4j.Logger;
... | UTF-8 | Java | 1,671 | java | GroupCache.java | Java | [] | null | [] | package com.zitech.gateway.gateway.cache;
import com.google.common.cache.Cache;
import com.google.common.cache.CacheBuilder;
import com.zitech.gateway.apiconfig.model.Group;
import com.zitech.gateway.apiconfig.service.GroupService;
import com.zitech.gateway.gateway.exception.CacheException;
import org.slf4j.Logger;
... | 1,671 | 0.661668 | 0.652669 | 59 | 27.254238 | 23.375051 | 94 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508475 | false | false | 14 |
eda8d59292f56f502833d4291f010caf506367c5 | 6,004,364,283,805 | 341b710b64e09bafd3a113de8fd0d14ac6738abd | /src/main/java/com/sivasakthi/learning/quizslc/controllers/SampleController.java | 1e1381c69b552ae00f95e56be146514539d88435 | [] | no_license | aabirkumardatta/QuizApplicationSLC | https://github.com/aabirkumardatta/QuizApplicationSLC | ca071fe78882828351138a43d3eb9e60cb94bb47 | 1c1c0261d58d30ea0580adf846e44161151999b8 | refs/heads/master | 2020-03-31T06:54:35.815000 | 2018-10-10T00:14:08 | 2018-10-10T00:14:08 | 151,999,793 | 0 | 0 | null | false | 2018-10-10T00:14:09 | 2018-10-08T01:02:35 | 2018-10-10T00:03:04 | 2018-10-10T00:14:08 | 0 | 0 | 0 | 0 | Java | false | null | package com.sivasakthi.learning.quizslc.controllers;
public class SampleController {
}
| UTF-8 | Java | 93 | java | SampleController.java | Java | [] | null | [] | package com.sivasakthi.learning.quizslc.controllers;
public class SampleController {
}
| 93 | 0.784946 | 0.784946 | 5 | 17.6 | 20.655266 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
236a5a75aae57d4c98ae396865db6f2f0bfe9107 | 26,379,689,198,891 | fa295106e41767ac9318277788d176765f1842e2 | /easytnt-cutimage/src/main/java/com/easytnt/cutimage/utils/CuttingImageService.java | 21a8e857fa9286607f6c5a6052663949091f2fff | [] | no_license | liguiqing/Grading | https://github.com/liguiqing/Grading | c2c1ffbe9f6957cb7e6a69d6941d437346834be6 | 38e6bb35e7abb0cc719493074df9292b42d45c9c | refs/heads/master | 2020-06-09T05:05:20.653000 | 2015-12-13T04:57:40 | 2015-12-13T04:57:40 | 39,681,299 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.easytnt.cutimage.utils;
import java.awt.image.BufferedImage;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.easytnt.cutimage.disruptor.event.StudentTestPaperAnswerCar... | UTF-8 | Java | 3,143 | java | CuttingImageService.java | Java | [
{
"context": "Thumbnails;\n\n/**\n * <pre>\n * </pre>\n * \n * @author liuyu\n *\n */\npublic class CuttingImageService {\n\tprivat",
"end": 521,
"score": 0.9985873103141785,
"start": 516,
"tag": "USERNAME",
"value": "liuyu"
}
] | null | [] | /**
*
*/
package com.easytnt.cutimage.utils;
import java.awt.image.BufferedImage;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.easytnt.cutimage.disruptor.event.StudentTestPaperAnswerCar... | 3,143 | 0.739019 | 0.736454 | 104 | 28.990385 | 28.220116 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701923 | false | false | 14 |
96ed7239e70c1ee824f50340e8db54e730baf6a5 | 21,887,153,385,822 | 165965dc240fe8d41d09611695a36e69487de1c3 | /src/simcity201/interfaces/Passenger.java | 23d44293962f6d793d9ea0c9e312e9d9c36417ee | [] | no_license | chengqu/Simcity201 | https://github.com/chengqu/Simcity201 | 2b57eadd78b53b449138df6173f75de60dffced2 | 778eaf46c0445bb3a6053acb7187d83331216064 | refs/heads/master | 2021-01-18T13:51:13.277000 | 2013-12-11T07:32:18 | 2013-12-11T07:32:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package simcity201.interfaces;
import simcity201.gui.BusGui;
import agents.CarAgent;
import agents.StopAgent;
import agents.Person;
import agents.BusAgent;
import simcity201.gui.PassengerGui;
public interface Passenger {
public String getPassengerName();
// Messages
public void msgGoTo(Person p, String dest, C... | UTF-8 | Java | 737 | java | Passenger.java | Java | [] | null | [] | package simcity201.interfaces;
import simcity201.gui.BusGui;
import agents.CarAgent;
import agents.StopAgent;
import agents.Person;
import agents.BusAgent;
import simcity201.gui.PassengerGui;
public interface Passenger {
public String getPassengerName();
// Messages
public void msgGoTo(Person p, String dest, C... | 737 | 0.765265 | 0.753053 | 43 | 16.16279 | 17.056581 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.906977 | false | false | 14 |
08601860bbd2dc9d1126dd93fdda7c903e9bfb96 | 13,529,147,024,909 | 862f573def479f3d89bf8455150339b705660a74 | /carstore/src/main/java/com/javaproject/storeapp/service/ReviewService.java | 0196e7c67fd8c00da54aee94c3d8e0325309cfc2 | [] | no_license | sasucg/Proiect-AWBD | https://github.com/sasucg/Proiect-AWBD | 7f31e9fe6b3a401f9e6ea47c4e28ec0ba9e6a1a5 | 20faac7cb4db11af3c1a302707434ee7564fce03 | refs/heads/master | 2023-06-15T21:21:16.586000 | 2021-07-08T19:49:16 | 2021-07-08T19:49:16 | 384,232,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaproject.storeapp.service;
import com.javaproject.storeapp.entity.Review;
import java.util.List;
public interface ReviewService {
Review createReview(Review review);
List<Review> getReviewsForcar(int carId);
void deleteReview(Review review);
Review findReviewById(int id);
}
| UTF-8 | Java | 313 | java | ReviewService.java | Java | [] | null | [] | package com.javaproject.storeapp.service;
import com.javaproject.storeapp.entity.Review;
import java.util.List;
public interface ReviewService {
Review createReview(Review review);
List<Review> getReviewsForcar(int carId);
void deleteReview(Review review);
Review findReviewById(int id);
}
| 313 | 0.763578 | 0.763578 | 16 | 18.5625 | 19.144087 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 14 |
8fdc0335b31f7f10c0360c220b881a667514b69c | 30,966,714,244,575 | 45eb33e6673cda1b88faffeac36b485f3585ff28 | /src/main/java/Cucumber/CloseTheBrowser.java | fdf2482eec7f2608c08d916dbbea9d0e2bbeeac4 | [] | no_license | ValeriaGandrabura/WebDriver | https://github.com/ValeriaGandrabura/WebDriver | ea12ea99c110ec01f71a26379580d3aa4a53e496 | 83d371c9f332b9a5107dfa3ca535cb812736af5b | refs/heads/master | 2020-06-11T03:27:40.483000 | 2016-12-13T10:43:15 | 2016-12-13T10:43:15 | 76,014,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Cucumber;
import org.openqa.selenium.WebDriver;
import static Cucumber.OpenWikiSearchPage.getWebDriver;
public class CloseTheBrowser {
private static WebDriver driver= null;
public static void closePage() {
getWebDriver().close();
}
public void closeSession () {
getWebDriver... | UTF-8 | Java | 342 | java | CloseTheBrowser.java | Java | [] | null | [] | package Cucumber;
import org.openqa.selenium.WebDriver;
import static Cucumber.OpenWikiSearchPage.getWebDriver;
public class CloseTheBrowser {
private static WebDriver driver= null;
public static void closePage() {
getWebDriver().close();
}
public void closeSession () {
getWebDriver... | 342 | 0.690058 | 0.690058 | 19 | 17 | 18.084597 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 14 |
7c55522859e9d0b2f5d186935206916a54754eca | 1,675,037,309,317 | c8c67f6e9c84e9b17abb0cedc66ed6aad6a8f309 | /src/br/ufpa/cbcc/cliente/Cliente.java | 30cff56cd7a998208429c0d9f5bab4fca4eb023c | [] | no_license | FranciscoCBCC/CaixaEletronico | https://github.com/FranciscoCBCC/CaixaEletronico | ef2463b5b6c91c14bb8ddabbebb6ff8142d420ec | fca5ac3862f3d4c0cc2989f62f23fa10435d8319 | refs/heads/master | 2021-01-10T17:25:21.895000 | 2016-05-06T14:00:55 | 2016-05-06T14:00:55 | 55,077,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufpa.cbcc.cliente;
import br.ufpa.cbcc.enums.Gender;
public class Cliente extends Pessoa implements Comparable{
public Cliente() {
super();
this.numeroConta = 0;
this.setSaldo(0);
this.senha = 0;
// TODO Auto-generated constructor stub
}
public Cliente(String nome, Gender gene... | UTF-8 | Java | 1,689 | java | Cliente.java | Java | [] | null | [] | package br.ufpa.cbcc.cliente;
import br.ufpa.cbcc.enums.Gender;
public class Cliente extends Pessoa implements Comparable{
public Cliente() {
super();
this.numeroConta = 0;
this.setSaldo(0);
this.senha = 0;
// TODO Auto-generated constructor stub
}
public Cliente(String nome, Gender gene... | 1,689 | 0.655417 | 0.651865 | 78 | 19.653847 | 27.787577 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.858974 | false | false | 14 |
8254c3efadbbf5f6506322862a7ebbf437682dd3 | 18,459,769,483,173 | 3cfc5e2005a674a750b968ce096ec920a6c4b939 | /JPAClimbs/src/main/java/com/skilldistillery/climbs/entities/Climb.java | 93a3fe8e1bf08943ac696452511bf14575c3d48a | [] | no_license | KyleRobison15/JPACRUDProject | https://github.com/KyleRobison15/JPACRUDProject | 1f7067f03f340ffd909e9ce72352d76664d6a81b | 8117e1b5aa9e2a5b7dc1eca7d817896014dfa077 | refs/heads/main | 2023-07-04T01:32:00.820000 | 2021-08-11T21:10:42 | 2021-08-11T21:10:42 | 384,562,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skilldistillery.climbs.entities;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persisten... | UTF-8 | Java | 5,101 | java | Climb.java | Java | [] | null | [] | package com.skilldistillery.climbs.entities;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persisten... | 5,101 | 0.704176 | 0.702019 | 236 | 20.614407 | 22.512699 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.38983 | false | false | 14 |
63e125339f5d0b098ba130c80861c5fc3702e493 | 32,263,794,367,133 | 2b373c4e912c23d2e1cbf56856c09d05c0e70347 | /src/main/alpha/rabbitmq/Producer.java | 2ee411bc417eca1766219586fbee414cc79da848 | [] | no_license | NhAce/alpha | https://github.com/NhAce/alpha | b2f7302facb655501c2acced42e527dd12d6ef2f | 2f35d0ed877d1757b71771cd3972d67d3c2a6141 | refs/heads/master | 2021-09-02T11:02:18.627000 | 2018-01-02T05:24:29 | 2018-01-02T05:24:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rabbitmq;
import com.rabbitmq.client.MessageProperties;
import org.apache.commons.lang.SerializationUtils;
import java.io.IOException;
import java.io.Serializable;
import java.util.concurrent.TimeoutException;
/**
* Created by Administrator on 2017/9/18 0018.
*/
public class Producer extends EndPoint {
... | UTF-8 | Java | 1,222 | java | Producer.java | Java | [] | null | [] | package rabbitmq;
import com.rabbitmq.client.MessageProperties;
import org.apache.commons.lang.SerializationUtils;
import java.io.IOException;
import java.io.Serializable;
import java.util.concurrent.TimeoutException;
/**
* Created by Administrator on 2017/9/18 0018.
*/
public class Producer extends EndPoint {
... | 1,222 | 0.630933 | 0.618658 | 40 | 29.549999 | 25.784637 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 14 |
970bea35c278374cfc61e1edae2a7a044cebd05f | 14,723,147,893,546 | 0fd76142954be9ec011739538366468f8623361e | /src/main/java/by/zhigarev/main/Main.java | c4bab1beb62686e5ccafd09a9fdb27185cfa5b27 | [] | no_license | zhigarevyan/JWD-Task02 | https://github.com/zhigarevyan/JWD-Task02 | 2949a1b87976c716c4a54cba7ea8511813637f38 | 62b6474e5857d2aeb793fbd77d6662e876a7295f | refs/heads/master | 2023-02-02T03:21:00.313000 | 2020-12-21T11:33:29 | 2020-12-21T11:33:29 | 320,189,696 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.zhigarev.main;
import by.zhigarev.entity.Appliance;
import by.zhigarev.entity.criteria.Criteria;
import by.zhigarev.entity.criteria.SearchCriteria;
import by.zhigarev.entity.impl.Oven;
import by.zhigarev.entity.impl.TabletPC;
import by.zhigarev.service.ApplianceService;
import by.zhigarev.service.ServiceFac... | UTF-8 | Java | 1,932 | java | Main.java | Java | [] | null | [] | package by.zhigarev.main;
import by.zhigarev.entity.Appliance;
import by.zhigarev.entity.criteria.Criteria;
import by.zhigarev.entity.criteria.SearchCriteria;
import by.zhigarev.entity.impl.Oven;
import by.zhigarev.entity.impl.TabletPC;
import by.zhigarev.service.ApplianceService;
import by.zhigarev.service.ServiceFac... | 1,932 | 0.610248 | 0.604037 | 59 | 31.745762 | 29.292559 | 84 | false | false | 0 | 0 | 0 | 0 | 68 | 0.10559 | 0.559322 | false | false | 14 |
2eada6261d6b7eb2c2ebd64d9b3dc118e79f6576 | 31,172,872,682,375 | d8b2e2c88518e1aac2adbcda71d4ceb96f8f2cff | /mazegame/entity/Shield.java | 49bf8c10211408123362339e09378eaca864c24e | [] | no_license | IamBishaljaiswal/project-on-2019 | https://github.com/IamBishaljaiswal/project-on-2019 | e5d23707c6a049cd7ae20a66e9ea9bfba572aec7 | c9064fbd901fcac7991daa2b6df4eddcef2896f2 | refs/heads/main | 2023-08-31T10:21:36.856000 | 2021-10-11T02:53:11 | 2021-10-11T02:53:11 | 415,754,682 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mazegame.entity;
public class Shield extends Item {
public Shield (String label, int value, double weight, String description) {
super (label, value, weight, description);
}
}
| UTF-8 | Java | 199 | java | Shield.java | Java | [] | null | [] | package mazegame.entity;
public class Shield extends Item {
public Shield (String label, int value, double weight, String description) {
super (label, value, weight, description);
}
}
| 199 | 0.708543 | 0.708543 | 8 | 22.875 | 26.021326 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 14 |
6889fdf9258349facd334b5b506943f77b57c1a9 | 3,521,873,184,683 | aa7532f9bcd1ba62543a93a55ef828df18c471a0 | /ChattingRoom/src/chatClient/Talk.java | 81e7fb12683bcae60216f88c9d2c5de3db89e690 | [] | no_license | ALLap97/ChattingRoom | https://github.com/ALLap97/ChattingRoom | 8a8aa1f7a836d3a130ff594eafd7ecec62c969d6 | b200f2c9c46c02873780f7c1106e363bfbc5203e | refs/heads/master | 2020-03-09T00:59:41.191000 | 2018-04-07T06:23:56 | 2018-04-07T06:23:56 | 128,502,183 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chatClient;
import java.io.*;
import javax.sound.sampled.*;
public class Talk {
private AudioFormat af;
private TargetDataLine td ;
//定义源数据行,源数据行是可以写入数据的数据行。它充当其混频器的源。应用程序将音频字节写入源数据行,这样可处理字节缓冲并将它们传递给混频器。
//定义字节数组输入输出流
private ByteArrayInputStream bais;
private ByteArrayO... | UTF-8 | Java | 5,449 | java | Talk.java | Java | [] | null | [] | package chatClient;
import java.io.*;
import javax.sound.sampled.*;
public class Talk {
private AudioFormat af;
private TargetDataLine td ;
//定义源数据行,源数据行是可以写入数据的数据行。它充当其混频器的源。应用程序将音频字节写入源数据行,这样可处理字节缓冲并将它们传递给混频器。
//定义字节数组输入输出流
private ByteArrayInputStream bais;
private ByteArrayO... | 5,449 | 0.444444 | 0.440659 | 165 | 25.218182 | 17.210312 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 14 |
940bd0e6179ec7d82a48f42c44a698b432a4ed06 | 438,086,714,237 | ee14694a7b73e0e6280a688bac153c8c425f11bc | /SAC-OS/sac-os-core/src/main/java/net/easipay/cbp/service/impl/SacCheckInfoServiceImpl.java | 5ff51bafd690a38247452205e2acf5ceaeb5595c | [] | no_license | moutainhigh/sac | https://github.com/moutainhigh/sac | 8ee1368d2124bf496d71c3612d74b16d440d1dd0 | eebecdf879ef50d7f4127bc91d08c4ea327c972c | refs/heads/master | 2021-09-14T01:40:10.700000 | 2018-05-07T09:35:08 | 2018-05-07T09:45:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.easipay.cbp.service.impl;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import net.easipay.cbp.cache.CacheUtil;
import net.easipay.cbp.dao.ISacCheckInfoDao;
import net.easipay.cbp.model.SacCheckInfo;
import net.easipay.cbp.model.SacOtrxInfo;
import n... | UTF-8 | Java | 16,125 | java | SacCheckInfoServiceImpl.java | Java | [] | null | [] | package net.easipay.cbp.service.impl;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import net.easipay.cbp.cache.CacheUtil;
import net.easipay.cbp.dao.ISacCheckInfoDao;
import net.easipay.cbp.model.SacCheckInfo;
import net.easipay.cbp.model.SacOtrxInfo;
import n... | 16,125 | 0.621576 | 0.616373 | 306 | 51.133987 | 30.022406 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.026144 | false | false | 14 |
c2f38d5b22e9144b539bd0969b51f8b0d9257f9b | 11,072,425,756,767 | fc0f5c6757617bf296f5b9cf77cbb272214c523c | /Core/ServerCore/src/core/db/GlobalData.java | 44a4dcbd63d562e6535b814c53d4c2f68a140bae | [] | no_license | qingyu24/programs | https://github.com/qingyu24/programs | bc48abc2d101027b8db58cadbc8181001611bf6d | b8735b544bcd3a830a86dd7c9bb09b4f9a6c38d1 | refs/heads/master | 2021-08-24T06:36:21.010000 | 2017-12-08T12:42:35 | 2017-12-08T12:42:35 | 113,573,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.db;
import core.db.DBDateTime;
import core.db.DBInt;
import core.db.DBLong;
import core.db.DBString;
import core.db.RoleDataBase;
public class GlobalData extends RoleDataBase
{
public DBLong RoleID;
public DBInt TemplateID;
public DBString NickName;
public DBInt RoleLV;
public DBDateTime LoginTime;... | UTF-8 | Java | 620 | java | GlobalData.java | Java | [] | null | [] | package core.db;
import core.db.DBDateTime;
import core.db.DBInt;
import core.db.DBLong;
import core.db.DBString;
import core.db.RoleDataBase;
public class GlobalData extends RoleDataBase
{
public DBLong RoleID;
public DBInt TemplateID;
public DBString NickName;
public DBInt RoleLV;
public DBDateTime LoginTime;... | 620 | 0.748387 | 0.748387 | 31 | 19 | 13.716014 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.483871 | false | false | 14 |
fe47fe30111e44c63c79966ce9a343c1f89c20b0 | 33,346,126,137,782 | 926b886b69b205485ba5cd25ebff0eb06479d044 | /server/pony.web/src/main/java/net/dorokhov/pony/web/server/controller/ApiController.java | 493c92f71bb503adbfbfa1ff238bd3facaa10dde | [] | no_license | DenisDorokhov/pony | https://github.com/DenisDorokhov/pony | f019dda071bfd3f0491682570e6b4268256a6dbe | 1e3f7ab02b928b78c9b2ecb940d50610262e6014 | refs/heads/master | 2021-01-19T02:04:52.020000 | 2016-10-23T09:06:08 | 2016-10-23T09:06:08 | 23,620,966 | 5 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.dorokhov.pony.web.server.controller;
import net.dorokhov.pony.core.library.exception.LibraryNotDefinedException;
import net.dorokhov.pony.core.user.exception.*;
import net.dorokhov.pony.web.server.exception.ArtworkUploadFormatException;
import net.dorokhov.pony.web.server.exception.ArtworkUploadNotFoundExc... | UTF-8 | Java | 11,876 | java | ApiController.java | Java | [] | null | [] | package net.dorokhov.pony.web.server.controller;
import net.dorokhov.pony.core.library.exception.LibraryNotDefinedException;
import net.dorokhov.pony.core.user.exception.*;
import net.dorokhov.pony.web.server.exception.ArtworkUploadFormatException;
import net.dorokhov.pony.web.server.exception.ArtworkUploadNotFoundExc... | 11,876 | 0.799764 | 0.798585 | 265 | 43.815094 | 41.442204 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.815094 | false | false | 14 |
ea84441ec04ddeaef2de37d44b4813b1fcdeb77e | 19,069,654,849,514 | fd41d31763af055bec2139a51034f08e3c591201 | /src/main/java/com/hss/exception/LogInitException.java | dae0ba512f8348db4440577aeaaed2a3842f7da1 | [] | no_license | huangshuangshuang/myproject | https://github.com/huangshuangshuang/myproject | a68717870c3bca9f6fb879191755c42fed84f648 | 059ac191c655dfd52d259299670839da1d32913a | refs/heads/master | 2020-12-03T04:15:15.787000 | 2017-06-30T02:43:56 | 2017-06-30T02:43:56 | 95,840,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hss.exception;
public class LogInitException extends CoreException {
public LogInitException(String message) {
super(message);
}
}
| UTF-8 | Java | 160 | java | LogInitException.java | Java | [] | null | [] | package com.hss.exception;
public class LogInitException extends CoreException {
public LogInitException(String message) {
super(message);
}
}
| 160 | 0.725 | 0.725 | 7 | 21.857143 | 19.715321 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
46cf8e817ae7bb6656a7f1c33ba2b17ac1b8c004 | 35,459,250,013,826 | 29c7f9b01310649b349276c44f7d68604f1ca9db | /source/game/content/wildernessbonus/package-info.java | fb47974a64532853a9e732a37b6689bde5937f03 | [
"MIT"
] | permissive | FavyTeam/Elderscape_server | https://github.com/FavyTeam/Elderscape_server | 9d4bebcb69a356ad75319c619cf50e07db80d1c1 | 38bf75396e4e13222be67d5f15eb0b9862dca6bb | refs/heads/master | 2021-11-11T21:06:58.328000 | 2021-10-29T02:31:36 | 2021-10-29T02:31:36 | 177,174,976 | 5 | 7 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Classes related to bonus rewards/drops the player gets from killing a player in the wilderness.
*/
package game.content.wildernessbonus;
| UTF-8 | Java | 145 | java | package-info.java | Java | [] | null | [] | /**
* Classes related to bonus rewards/drops the player gets from killing a player in the wilderness.
*/
package game.content.wildernessbonus;
| 145 | 0.772414 | 0.772414 | 4 | 35.25 | 38.796745 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
782e18653f678632be4dca5093b52d7550153c12 | 22,849,226,057,752 | 6ce47f7dd538a3a0d80a5c4317a8cbf2438ee127 | /src/main/java/be/ac/umons/mapOverlay/model/geometry/Point.java | eb437a6a391b59aea1a14538528a9eeff7a03d50 | [] | no_license | lionelGoffaux/MapOverlay | https://github.com/lionelGoffaux/MapOverlay | 88bfff8e9505f479a34b2643190b2ca1ae7ba8b8 | aa35a06a491a35091e0e1290b50d1ed54e1bc7e8 | refs/heads/master | 2023-04-17T15:30:48.608000 | 2021-04-12T08:43:45 | 2021-04-12T08:43:45 | 330,925,621 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.ac.umons.mapOverlay.model.geometry;
import be.ac.umons.utils.Utils;
/**
* Classe représentant un point.
*/
public class Point implements Comparable<Point> {
private final double x, y;
public Point(double x, double y){
this.x = x;
this.y = y;
}
/**
* Retourne la coor... | UTF-8 | Java | 1,978 | java | Point.java | Java | [] | null | [] | package be.ac.umons.mapOverlay.model.geometry;
import be.ac.umons.utils.Utils;
/**
* Classe représentant un point.
*/
public class Point implements Comparable<Point> {
private final double x, y;
public Point(double x, double y){
this.x = x;
this.y = y;
}
/**
* Retourne la coor... | 1,978 | 0.556743 | 0.549109 | 81 | 23.25926 | 20.543106 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 14 |
ac5de0eccc84e3a364e73d458be9930139288a58 | 34,127,810,166,150 | 689590bf3f4285f42bf59b79f624b4ed2de80b86 | /src/chapter14/pigLatin.java | 753d1170e06d66a7282fda04dd168f0216cb345a | [] | no_license | Edceebee/textbook-exercises | https://github.com/Edceebee/textbook-exercises | 9ba11b928d879b89b794c7e57a6bfc31e9a031ea | f8635aecd5d6c43d1ddf23c2901f746a1789f78d | refs/heads/main | 2023-05-23T00:53:56.255000 | 2021-06-11T10:44:41 | 2021-06-11T10:44:41 | 330,417,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter14;
import java.util.Scanner;
public class pigLatin {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Please enter the sequence of text (Then press the 'enter' key): ");
String text = input.nextLine();
... | UTF-8 | Java | 1,003 | java | pigLatin.java | Java | [] | null | [] | package chapter14;
import java.util.Scanner;
public class pigLatin {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Please enter the sequence of text (Then press the 'enter' key): ");
String text = input.nextLine();
... | 1,003 | 0.51346 | 0.508475 | 46 | 20.76087 | 24.517239 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369565 | false | false | 14 |
8d91ad3620805d99c02c65319b311077a3997487 | 31,653,909,030,596 | 4c958c20f3dfb056684f067c714277e22182eb2b | /service/src/main/java/com/sandy/common/model/BaseModel.java | ca900011fec784be70f2ca25a1fdedd2a58ac642 | [] | no_license | sandy53/sdo | https://github.com/sandy53/sdo | 9925a7bf9c2d9337fcbdebd980caccafd25ec4b0 | ad9dd99419114b667058e29ece4db02d8245b912 | refs/heads/master | 2023-05-09T21:31:08.190000 | 2019-09-05T09:56:01 | 2019-09-05T09:56:01 | 198,216,362 | 1 | 1 | null | false | 2021-06-08T23:04:04 | 2019-07-22T12:11:33 | 2019-09-05T09:55:25 | 2021-06-08T23:04:03 | 3,829 | 1 | 1 | 1 | JavaScript | false | false | package com.sandy.common.model;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* 基础类封装
* @author zhangyg
*
*/
@JsonIgnoreProperties(value = { "optimistic" }) //不序列化的字段
public class BaseModel implements Serializable {
/**
*
*/
private static fina... | UTF-8 | Java | 395 | java | BaseModel.java | Java | [
{
"context": "ion.JsonIgnoreProperties;\n\n/**\n * 基础类封装\n * @author zhangyg\n *\n */\n@JsonIgnoreProperties(value = { \"optimisti",
"end": 157,
"score": 0.9995982050895691,
"start": 150,
"tag": "USERNAME",
"value": "zhangyg"
}
] | null | [] | package com.sandy.common.model;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* 基础类封装
* @author zhangyg
*
*/
@JsonIgnoreProperties(value = { "optimistic" }) //不序列化的字段
public class BaseModel implements Serializable {
/**
*
*/
private static fina... | 395 | 0.714286 | 0.663073 | 20 | 17.549999 | 22.712276 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
92305f973a6e57ad6438e05270e2121ca8b38256 | 36,696,200,586,470 | be8b28542e0855f0566e5b0177c88892f30ef405 | /Platform-GUI-Testing-project/src/test/java/com/platform/locators/resources/dictionary/LocatorsInResourcesAPI.java | 1ce2ef136509a526c493fd5f4ba17817570335ca | [] | no_license | pansujit/testforgui | https://github.com/pansujit/testforgui | 6a8eb33d2a65c4909414cd3012053c833f800360 | 0599885b3d1372a5439b865d96b54632e320a314 | refs/heads/master | 2021-01-10T05:22:42.187000 | 2016-03-06T11:06:41 | 2016-03-06T11:06:41 | 51,527,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.platform.locators.resources.dictionary;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
/**
* @author sujit
*
*/
public class LocatorsInResourcesAPI {
public WebDriver driver;
... | UTF-8 | Java | 958 | java | LocatorsInResourcesAPI.java | Java | [
{
"context": "t org.openqa.selenium.support.How;\n\n/**\n * @author sujit\n *\n */\npublic class LocatorsInResourcesAPI {\n\t\n\tp",
"end": 246,
"score": 0.9976664781570435,
"start": 241,
"tag": "USERNAME",
"value": "sujit"
}
] | null | [] | /**
*
*/
package com.platform.locators.resources.dictionary;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
/**
* @author sujit
*
*/
public class LocatorsInResourcesAPI {
public WebDriver driver;
... | 958 | 0.721294 | 0.7119 | 39 | 23.564102 | 33.203949 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.897436 | false | false | 14 |
a7765b4ebb4b18611582cf15d25bf388bc7a6615 | 4,569,845,265,090 | e6ece25afb2b3db843b0272f7f8f77eb0dfb0e8d | /Chuchaiyi/app/src/main/java/com/ccy/chuchaiyi/flight/TimeComparator.java | 0bc1a8648758bf30bd7102f4e50b4312dce184f9 | [] | no_license | 11hhlin1/chuchaiyi | https://github.com/11hhlin1/chuchaiyi | f04a943b79515d02a5bfc02cc9ea6f0dcd7f4fe4 | b387f53d60f5fdb0899ce15922a02751575e3b80 | refs/heads/master | 2020-04-15T12:42:40.065000 | 2017-06-23T09:21:08 | 2017-06-23T09:21:08 | 65,008,958 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ccy.chuchaiyi.flight;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Comparator;
import java.util.Date;
/**
* Created by user on 16/8/18.
*/
public class TimeComparator implements Comparator<FlightInfo>{
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("... | UTF-8 | Java | 738 | java | TimeComparator.java | Java | [
{
"context": "parator;\nimport java.util.Date;\n\n/**\n * Created by user on 16/8/18.\n */\npublic class TimeComparator imple",
"end": 178,
"score": 0.9714482426643372,
"start": 174,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.ccy.chuchaiyi.flight;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Comparator;
import java.util.Date;
/**
* Created by user on 16/8/18.
*/
public class TimeComparator implements Comparator<FlightInfo>{
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("... | 738 | 0.673442 | 0.665312 | 24 | 29.75 | 25.637293 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
d0446d6000fd40233abc33fd4accfa04928a30c7 | 1,314,260,055,002 | 518354a5bca917ce6329edd37dec5126e9c039bc | /libSyncinfoMVC/src/main/java/com/syncinfo/util/Searcher.java | 66a693f0566f6b32f2bf4374bb52801714701bc6 | [] | no_license | mmpereira2github/Coffeetown | https://github.com/mmpereira2github/Coffeetown | 5a92d5d5d0d97f4e7db1dd4e4e2bd4fe3c618d8e | 106d73e8e83230abca05d1c4955c22d1ad01c9c6 | refs/heads/master | 2020-06-06T05:42:45.655000 | 2019-06-19T03:41:11 | 2019-06-19T03:41:11 | 192,652,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syncinfo.util;
import com.syncinfo.util.Matcher;
import java.util.Collection;
/**
* Created by mmartins on 2018-01-21.
*/
public class Searcher {
public static <CollectionItem> CollectionItem search(Collection<CollectionItem> c, Matcher<CollectionItem> m) {
if (null != m && null != c) {
... | UTF-8 | Java | 999 | java | Searcher.java | Java | [
{
"context": ";\n\nimport java.util.Collection;\n\n/**\n * Created by mmartins on 2018-01-21.\n */\n\npublic class Searcher {\n\n ",
"end": 119,
"score": 0.9995197653770447,
"start": 111,
"tag": "USERNAME",
"value": "mmartins"
}
] | null | [] | package com.syncinfo.util;
import com.syncinfo.util.Matcher;
import java.util.Collection;
/**
* Created by mmartins on 2018-01-21.
*/
public class Searcher {
public static <CollectionItem> CollectionItem search(Collection<CollectionItem> c, Matcher<CollectionItem> m) {
if (null != m && null != c) {
... | 999 | 0.472472 | 0.464464 | 38 | 25.289474 | 29.581207 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.289474 | false | false | 14 |
57f14df87983f7e47669aa73ead71cf1e968bbf7 | 15,522,011,810,989 | ceee18be29c1e34630d85c6377aa1779c70d7f12 | /java/ldapconnect/src/main/java/com/rajendarreddyj/ldapconnect/service/impl/LdapConnectServiceImpl.java | e4b52e53f21ef71a87a6c89fd42d2608a4253848 | [
"MIT"
] | permissive | rajendarreddyj/test_java_project | https://github.com/rajendarreddyj/test_java_project | 60d0bfbe511e5d6e348093af64350d9bb2af8a6a | cb00d7d55f5c88e7fed3fb23c829823b6e9fc166 | refs/heads/master | 2016-09-06T19:38:02.926000 | 2016-02-03T15:49:40 | 2016-02-03T15:49:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rajendarreddyj.ldapconnect.service.impl;
import javax.naming.NamingEnumeration;
import javax.naming.NamingException;
import javax.naming.directory.DirContext;
import javax.naming.directory.SearchControls;
import javax.naming.directory.SearchResult;
import com.rajendarreddyj.ldapconnect.service.LdapConnect... | UTF-8 | Java | 1,424 | java | LdapConnectServiceImpl.java | Java | [] | null | [] | package com.rajendarreddyj.ldapconnect.service.impl;
import javax.naming.NamingEnumeration;
import javax.naming.NamingException;
import javax.naming.directory.DirContext;
import javax.naming.directory.SearchControls;
import javax.naming.directory.SearchResult;
import com.rajendarreddyj.ldapconnect.service.LdapConnect... | 1,424 | 0.757725 | 0.757023 | 49 | 28.061224 | 24.644749 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.979592 | false | false | 14 |
484687f352957326778950dd239a39f80025776d | 24,790,551,253,565 | e52c3daec43767c24e0eafe74265ed7389d28a22 | /src/main/java/com/gs/linkedlist/addition/AddTwoListsUsingDeque.java | 1689b7c3e8012925a19c59fe2ef8387ea6cb59be | [] | no_license | gopalofssn/linked-list-problems | https://github.com/gopalofssn/linked-list-problems | bf92f17d57854e37b62c2741be2db4f0f6dff313 | 0f0f7d98c9c023461a8bcd5bd008691747de353e | refs/heads/main | 2023-07-10T23:03:29.207000 | 2021-08-20T13:55:29 | 2021-08-20T13:55:29 | 345,435,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gs.linkedlist.addition;
import java.util.ArrayDeque;
import java.util.Deque;
import com.gs.linkedlist.node.Node;
/**
*
* @author Gopal Selvaraj
*
* Time : O(n)
* Space : O(1) , constant space for Deque
*
*/
public class AddTwoListsUsingDeque implements AddTwoLists {
public No... | UTF-8 | Java | 1,696 | java | AddTwoListsUsingDeque.java | Java | [
{
"context": "t com.gs.linkedlist.node.Node;\n\n/**\n * \n * @author Gopal Selvaraj\n *\n * Time : O(n) \n * Space : O(1",
"end": 160,
"score": 0.999840497970581,
"start": 146,
"tag": "NAME",
"value": "Gopal Selvaraj"
}
] | null | [] | package com.gs.linkedlist.addition;
import java.util.ArrayDeque;
import java.util.Deque;
import com.gs.linkedlist.node.Node;
/**
*
* @author <NAME>
*
* Time : O(n)
* Space : O(1) , constant space for Deque
*
*/
public class AddTwoListsUsingDeque implements AddTwoLists {
public Node<Integ... | 1,688 | 0.587854 | 0.572524 | 73 | 22.232876 | 21.719584 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465753 | false | false | 14 |
7b676ae1f0d4f99857b29d5e326aa7701038c845 | 19,155,554,170,221 | 32c1c8dbb769ed62c464908ea2d57c5125307c40 | /src/our/dxz/trip/servlet/depmgr/ApproveExpenseServlet.java | d2212332db2207004f657dd96ac929d4cf1ec13d | [] | no_license | Afei14138/TripManage | https://github.com/Afei14138/TripManage | af874820732bcfb0a3da869924d6a6a5878ef710 | 108e2aa16fb71475c66259a68eb47999e514494a | refs/heads/master | 2021-01-20T00:01:46.986000 | 2019-09-11T06:04:57 | 2019-09-11T06:04:57 | 89,069,041 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package our.dxz.trip.servlet.depmgr;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.google.gson.Gson;
import our.dxz.trip.ser... | UTF-8 | Java | 2,600 | java | ApproveExpenseServlet.java | Java | [] | null | [] | package our.dxz.trip.servlet.depmgr;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.google.gson.Gson;
import our.dxz.trip.ser... | 2,600 | 0.755385 | 0.754231 | 101 | 24.742575 | 27.762306 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.861386 | false | false | 14 |
1a75440070b761f4a6adddfc96e48d425ffc645a | 18,133,351,979,666 | 1e8bd8b274f60cd8ea4b13ae8fbfd4bf20115044 | /Java/Depth_First_Search_Pattern_Practice_Questions/PathWithGivenSequence.java | 5beb73ece70cf700ca9b6f77ed33dc63f1cb196d | [] | no_license | AkshantVats/Patterns_For_Coding_interview | https://github.com/AkshantVats/Patterns_For_Coding_interview | b16a9f5482c1d76d51d8564e34b3b94a079b7248 | ceaae945ebb598f6711c1d5b9e5b1234060d111c | refs/heads/master | 2022-12-07T09:09:53.542000 | 2020-08-30T03:11:36 | 2020-08-30T03:11:36 | 280,596,561 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Question : Given a binary tree and a number sequence, find if the sequence is present as a root-to-leaf path in the given tree.
*/
package Depth_First_Search_Pattern_Practice_Questions;
class PathWithGivenSequence
{
public static void main (String args[])
{
//region TestCases
//first tes... | UTF-8 | Java | 1,301 | java | PathWithGivenSequence.java | Java | [] | null | [] | /*
Question : Given a binary tree and a number sequence, find if the sequence is present as a root-to-leaf path in the given tree.
*/
package Depth_First_Search_Pattern_Practice_Questions;
class PathWithGivenSequence
{
public static void main (String args[])
{
//region TestCases
//first tes... | 1,301 | 0.569562 | 0.561875 | 53 | 23.566038 | 28.863052 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54717 | false | false | 14 |
61250e53d6c5dc74016710c1afa76290a03c7453 | 18,133,351,980,943 | 0ca068bbfedb66012ce5ba0f4dc06d403762598a | /src/main/java/ru/sbt/javaschool/javautilconcurrent/FixedThreadPool.java | ae373058b32404267d8026e2601f34b46599afbd | [] | no_license | Nikitaqqq111/JavaschoolHometasks | https://github.com/Nikitaqqq111/JavaschoolHometasks | 80c73d13ceb4206ef63be9d0348b53e288b6ba73 | 3c58924b869c24665a81c6877f895c20331945a2 | refs/heads/master | 2020-04-15T12:44:26.965000 | 2016-09-19T07:13:17 | 2016-09-19T07:13:17 | 64,118,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.sbt.javaschool.javautilconcurrent;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
/**
* Created by Никита on 05.09.2016.
*/
public class FixedThreadPool implements ThreadPool {
private final BlockingQueue<Runnable> tasks = new LinkedBlockingQueu... | UTF-8 | Java | 1,165 | java | FixedThreadPool.java | Java | [
{
"context": "current.LinkedBlockingQueue;\r\n\r\n/**\r\n * Created by Никита on 05.09.2016.\r\n */\r\npublic class FixedThreadPool",
"end": 170,
"score": 0.999739944934845,
"start": 164,
"tag": "NAME",
"value": "Никита"
}
] | null | [] | package ru.sbt.javaschool.javautilconcurrent;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
/**
* Created by Никита on 05.09.2016.
*/
public class FixedThreadPool implements ThreadPool {
private final BlockingQueue<Runnable> tasks = new LinkedBlockingQueu... | 1,165 | 0.540121 | 0.532355 | 45 | 23.755556 | 20.782637 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.311111 | false | false | 14 |
799b9c2226b77faab4ab0d08970397da30427388 | 9,363,028,758,591 | 3b22eafcbfe854b998b5d0e3bee5fe1c1fc5815f | /src/main/java/com/freelancer/leetcode/LeetCode65.java | b817eed854927ed3a187d284b60954dc825929e8 | [] | no_license | SoyeeDst/leetcode_solution | https://github.com/SoyeeDst/leetcode_solution | 2558e5682d909793eed3ad4098a8e75acf4de4bd | 2a486d92440460460b81350c56c4a6417c530c43 | refs/heads/master | 2020-04-15T14:04:40.010000 | 2018-11-21T08:20:29 | 2018-11-21T08:20:29 | 58,340,077 | 1 | 0 | null | false | 2018-11-21T08:20:30 | 2016-05-09T01:28:39 | 2018-11-21T07:19:02 | 2018-11-21T08:20:30 | 286 | 1 | 0 | 0 | Java | false | null | package com.freelancer.leetcode;
import java.util.HashSet;
import java.util.Set;
/**
* Created by Soyee on 2016/6/3.
*/
public class LeetCode65 {
private static final Character LOWER_E_CHAR = 'e';
private static final Character POINTS_CHAR = '.';
private static final Character MINUS_CHAR = '-';
pri... | UTF-8 | Java | 3,738 | java | LeetCode65.java | Java | [
{
"context": ".HashSet;\nimport java.util.Set;\n\n/**\n * Created by Soyee on 2016/6/3.\n */\npublic class LeetCode65 {\n\n p",
"end": 106,
"score": 0.9782479405403137,
"start": 101,
"tag": "USERNAME",
"value": "Soyee"
}
] | null | [] | package com.freelancer.leetcode;
import java.util.HashSet;
import java.util.Set;
/**
* Created by Soyee on 2016/6/3.
*/
public class LeetCode65 {
private static final Character LOWER_E_CHAR = 'e';
private static final Character POINTS_CHAR = '.';
private static final Character MINUS_CHAR = '-';
pri... | 3,738 | 0.504013 | 0.497325 | 120 | 30.15 | 21.988501 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 14 |
add8ce8a677340523821e26c29d9ccea886fa35f | 30,880,814,904,744 | 60b6d7469439acc50e7e096a58aa097289ef2b9b | /pracMethod.java | ebc8647888bf39e79f783d4c6fdfe48685429cca | [] | no_license | Dingqinliu/JavaCode | https://github.com/Dingqinliu/JavaCode | f3a4af97e765e97c8c09f8823e86a8ad26f8967e | 9c8e8d5e4ceaa155a34d17af49a075398efc1b4b | refs/heads/main | 2023-06-25T03:40:13.363000 | 2021-07-26T13:28:42 | 2021-07-26T13:28:42 | 332,649,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.Scanner;
public class pracMethod {
public static void main(String[] args) {
long[] array={1,1,2,2,3,4,4};
System.out.println(Arrays.toString(array));
long ans=findNum(array);
System.out.println("只出现一次的元素是"+ans);
int n=3;
Sy... | UTF-8 | Java | 1,741 | java | pracMethod.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.Scanner;
public class pracMethod {
public static void main(String[] args) {
long[] array={1,1,2,2,3,4,4};
System.out.println(Arrays.toString(array));
long ans=findNum(array);
System.out.println("只出现一次的元素是"+ans);
int n=3;
Sy... | 1,741 | 0.492479 | 0.464356 | 59 | 24.915255 | 19.681608 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677966 | false | false | 14 |
e51947800cc64bc47910cfdeb9dc124f35d08840 | 11,098,195,498,300 | ed8635ba016757bc234506e74571c3aa4092920d | /Voronoi/src/monster/Triangle.java | 981164104dae878c7d2f13026fcb671af8044c59 | [] | no_license | monster5475/JAVACore | https://github.com/monster5475/JAVACore | ade7df87c5c37dbbfca43424ccd4bb840ded3710 | f360993a872f53087a1a60377efb640fa44e68ea | refs/heads/master | 2018-12-21T04:52:48.993000 | 2018-09-29T12:21:25 | 2018-09-29T12:21:25 | 149,622,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package monster;
import java.util.ArrayList;
/**
* Delaunay三角网的三角形
* @author wyh
* @date 2018年9月24日
*/
public class Triangle {
private Point uPoint;
private Point lPoint;
private Point rPoint;
private Edge lEdge;
private Edge rEdge;
public Point getuPoint() {
return uPoint;
}
publi... | UTF-8 | Java | 3,974 | java | Triangle.java | Java | [
{
"context": ".ArrayList;\r\n\r\n/**\r\n * Delaunay三角网的三角形\r\n * @author wyh\r\n * @date 2018年9月24日\r\n */\r\npublic class Triangle ",
"end": 90,
"score": 0.999298632144928,
"start": 87,
"tag": "USERNAME",
"value": "wyh"
}
] | null | [] | package monster;
import java.util.ArrayList;
/**
* Delaunay三角网的三角形
* @author wyh
* @date 2018年9月24日
*/
public class Triangle {
private Point uPoint;
private Point lPoint;
private Point rPoint;
private Edge lEdge;
private Edge rEdge;
public Point getuPoint() {
return uPoint;
}
publi... | 3,974 | 0.621983 | 0.5968 | 185 | 18.605406 | 17.030369 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.837838 | false | false | 14 |
1c3633aac6470643e4eea776d3e88052561eb696 | 14,104,672,651,957 | 685360314a90b1dbd318463799fc8bf01626f9a4 | /Pokemon.java | e97fbc2d510f1eee3e3f4742a75e2314524a7180 | [] | no_license | ArkTrevelyan/pokemon-text-game | https://github.com/ArkTrevelyan/pokemon-text-game | 1ea4ed546f1387c86f5e7e9e50819b4e882b0fd9 | b7d56d5ba3eb9902afd6907560cccbec544a9091 | refs/heads/master | 2019-01-09T01:14:23.306000 | 2016-11-26T10:03:14 | 2016-11-26T10:03:14 | 74,813,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Pokemon{
private String name;
private String type1;
private String type2;
private boolean canEvolve;
private int hp;
private int attack;
private int defense;
private int specialattack;
private int specialdefense;
private int speed;
private int level;
private int experience;
privat... | UTF-8 | Java | 1,788 | java | Pokemon.java | Java | [] | null | [] | public class Pokemon{
private String name;
private String type1;
private String type2;
private boolean canEvolve;
private int hp;
private int attack;
private int defense;
private int specialattack;
private int specialdefense;
private int speed;
private int level;
private int experience;
privat... | 1,788 | 0.578859 | 0.559284 | 82 | 20.743902 | 17.670294 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719512 | false | false | 14 |
7eb6820c9f7e7f1b530c023c0a8ccff3568a1a79 | 31,782,757,994,043 | d1cf09dce03a72d0d30847b521a638a9c9c46177 | /app/src/main/java/com/idreamsky/appstore/data/LoginModel.java | 8da6f53fad29abd1f7c0658c0d5549aca20fc941 | [] | no_license | terrifyzhao/AppStore | https://github.com/terrifyzhao/AppStore | 34f94f0a848aa243c60e646aa28667297c7d7811 | d988ac68f4332fb2d783c77549c570310f9ccae6 | refs/heads/master | 2021-01-02T08:52:59.036000 | 2017-12-21T02:13:25 | 2017-12-21T02:13:25 | 99,083,179 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.idreamsky.appstore.data;
import com.idreamsky.appstore.bean.BaseBean;
import com.idreamsky.appstore.bean.LoginBean;
import com.idreamsky.appstore.bean.LoginRequestBean;
import com.idreamsky.appstore.data.http.ApiService;
import io.reactivex.Observable;
/**
* Created by idreamsky on 2017/8/7.
*/
public... | UTF-8 | Java | 594 | java | LoginModel.java | Java | [
{
"context": "import io.reactivex.Observable;\n\n/**\n * Created by idreamsky on 2017/8/7.\n */\n\npublic class LoginModel {\n\n ",
"end": 295,
"score": 0.9996464252471924,
"start": 286,
"tag": "USERNAME",
"value": "idreamsky"
}
] | null | [] | package com.idreamsky.appstore.data;
import com.idreamsky.appstore.bean.BaseBean;
import com.idreamsky.appstore.bean.LoginBean;
import com.idreamsky.appstore.bean.LoginRequestBean;
import com.idreamsky.appstore.data.http.ApiService;
import io.reactivex.Observable;
/**
* Created by idreamsky on 2017/8/7.
*/
public... | 594 | 0.752525 | 0.742424 | 25 | 22.76 | 22.111137 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 14 |
09b13e486b543a09bd4297ad1dcfddb68474e2f3 | 28,432,683,505,362 | 760cfd12f37afaa0a1853fe0ba37603a44ff3270 | /src/main/java/frc/robot/controlboard/ControlBoard.java | a8a8e923eccb37757087ce643b543e923322a374 | [] | no_license | daredevils2512/Testbed-2020 | https://github.com/daredevils2512/Testbed-2020 | f98e89b00e13ac8cecca6d4b3c2f5ed07e04db05 | cc1161201ca15f26bb2100613857f72a16a6db11 | refs/heads/master | 2020-12-07T08:14:27.733000 | 2020-02-15T18:13:36 | 2020-02-15T18:13:36 | 232,680,830 | 0 | 0 | null | false | 2020-02-12T01:41:59 | 2020-01-08T23:32:11 | 2020-02-11T01:49:19 | 2020-02-12T01:41:58 | 219 | 0 | 0 | 1 | Java | false | false | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | UTF-8 | Java | 736 | java | ControlBoard.java | Java | [] | null | [] | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | 736 | 0.474185 | 0.460598 | 16 | 45 | 31.882597 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 14 |
b5c90ef7a48d00511aa50c376aea4d9fc70a2b7b | 28,432,683,508,468 | e579fe8d8d5ebf7765d3c95fc08674a4b86b5e05 | /app/src/main/java/com/karthikb351/mapable/models/BeaconModel.java | cfc9eb2cc49831005635b9d09a1a4f8cacba2a85 | [] | no_license | ponnex/map.a.ble-Android | https://github.com/ponnex/map.a.ble-Android | 3974e2a1c91a6bcaf74302582279434f08a9fe00 | 64119744e98d99f7ebc0c0b133defede89780e72 | refs/heads/master | 2017-10-07T15:32:20.283000 | 2015-05-04T09:58:12 | 2015-05-04T09:58:12 | 58,157,380 | 1 | 0 | null | true | 2016-05-05T20:05:44 | 2016-05-05T20:05:43 | 2016-05-05T20:05:41 | 2015-05-05T09:04:14 | 489 | 0 | 0 | 0 | null | null | null | package com.karthikb351.mapable.models;
import com.orm.SugarRecord;
/**
* Created by karthikbalakrishnan on 04/05/15.
*/
public class BeaconModel extends SugarRecord<BeaconModel> {
String nickname;
String uuid;
String description;
public String getNickname() {
return nickname;
}
p... | UTF-8 | Java | 706 | java | BeaconModel.java | Java | [
{
"context": "s;\n\nimport com.orm.SugarRecord;\n\n/**\n * Created by karthikbalakrishnan on 04/05/15.\n */\npublic class BeaconModel extends",
"end": 107,
"score": 0.9956502914428711,
"start": 88,
"tag": "USERNAME",
"value": "karthikbalakrishnan"
}
] | null | [] | package com.karthikb351.mapable.models;
import com.orm.SugarRecord;
/**
* Created by karthikbalakrishnan on 04/05/15.
*/
public class BeaconModel extends SugarRecord<BeaconModel> {
String nickname;
String uuid;
String description;
public String getNickname() {
return nickname;
}
p... | 706 | 0.644476 | 0.631728 | 37 | 18.081081 | 17.656448 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297297 | false | false | 14 |
6c2e8b000984cddcd71c4c7c8f40174426155d6d | 3,307,124,858,150 | b919a51d47c66327aba6fab3822360c363b201d1 | /idea/equator-base/src/main/java/com/equator/service/systemconfig/SystemConfigServiceImpl.java | ebb1ed786eb4386f744a0866ba0f9ed02f2de282 | [] | no_license | dau77/repository | https://github.com/dau77/repository | 84c4d8ddf5af213a1923298c089cd9afc6ae01fd | 290d47f1dbbaf7e72e9daae9739bda27a6787b3e | refs/heads/master | 2020-03-27T04:44:43.107000 | 2018-08-30T06:37:21 | 2018-08-30T06:37:21 | 145,965,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.equator.service.systemconfig;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.equator.dao.SystemConfigMapper;
import com.equator.model.SystemConfig;
import com.equator.service.BServiceImpl;
import org.springframework.ca... | UTF-8 | Java | 1,285 | java | SystemConfigServiceImpl.java | Java | [] | null | [] | package com.equator.service.systemconfig;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.equator.dao.SystemConfigMapper;
import com.equator.model.SystemConfig;
import com.equator.service.BServiceImpl;
import org.springframework.ca... | 1,285 | 0.743969 | 0.743969 | 31 | 40.451614 | 33.842937 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 14 |
2a4b202d3d7e146ef122ec5cfef75197d6721a58 | 16,956,530,886,308 | 187d52f9515610a69a7a27d4b1d96b88b4b9ee4f | /src/main/java/com/hockeyengine/linesman/controller/LinesmanController.java | c87f16f7adc6b16607e8f80a81837e352bf72cfa | [
"Apache-2.0"
] | permissive | marcinpietras/linesman | https://github.com/marcinpietras/linesman | 0ec2c5bffb1336e65d88a60852516a70e5dba86a | fc26cd6b47135ec5c0fcfad63c768c9b7fb16dae | refs/heads/master | 2023-01-21T22:45:07.605000 | 2020-12-01T21:26:51 | 2020-12-01T21:26:51 | 293,444,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.hockeyengine.linesman.controller;
import java.util.Set;
import javax.annotation.Nonnull;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.... | UTF-8 | Java | 4,578 | java | LinesmanController.java | Java | [
{
"context": "ine.quickshift.core.PluginStatus;\n\n\n/**\n * @author mpietras\n *\n */\n@RestController\npublic class LinesmanContr",
"end": 668,
"score": 0.9994704127311707,
"start": 660,
"tag": "USERNAME",
"value": "mpietras"
}
] | null | [] | /**
*
*/
package com.hockeyengine.linesman.controller;
import java.util.Set;
import javax.annotation.Nonnull;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.... | 4,578 | 0.723242 | 0.722805 | 120 | 37.150002 | 31.009314 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.258333 | false | false | 14 |
34bd42187831fb75279f958041a11628a97a9b09 | 21,560,735,870,241 | b641994e2c997f6953b7571ea92e2615bdd49c87 | /mixer-sponge/src/main/java/pro/kdray/funniray/mixer/command/AbstractCommand.java | 7a2244f4a0905b637421b4b8d8fa5ee4195f3f9c | [] | no_license | funniray/Mixer | https://github.com/funniray/Mixer | 79d5659adf95316b719fc292fc0e580108f551b3 | 796836b441c598cf16b2acaf7b0bb7e948e02318 | refs/heads/master | 2021-05-09T00:37:03.090000 | 2019-11-18T04:52:32 | 2019-11-18T04:52:32 | 119,750,362 | 4 | 1 | null | false | 2019-07-20T15:41:49 | 2018-01-31T22:13:23 | 2019-07-19T18:20:28 | 2019-07-19T18:20:26 | 269 | 4 | 1 | 3 | Java | false | false | package pro.kdray.funniray.mixer.command;
import org.spongepowered.api.command.CommandCallable;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.text.Text;
import org.spongepowered.api.world.Location;
import org.spongepowered.api.world.World;
import pro.kdray.funniray.mixer.Commands;
im... | UTF-8 | Java | 1,407 | java | AbstractCommand.java | Java | [] | null | [] | package pro.kdray.funniray.mixer.command;
import org.spongepowered.api.command.CommandCallable;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.text.Text;
import org.spongepowered.api.world.Location;
import org.spongepowered.api.world.World;
import pro.kdray.funniray.mixer.Commands;
im... | 1,407 | 0.74769 | 0.74769 | 47 | 28.914894 | 28.125729 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425532 | false | false | 14 |
1b2f5b51b4cf9e73f7943a730d7fb44651dd64cf | 8,521,215,181,743 | e52a2a43ee14a994d47fde9f289aad6106ceb4f1 | /aas21/src/main/java/ru/sber/aas21/sdk/model/cloudEye/metrics/Metrics.java | fad3e46b7c42330c53edf719069b7d8ee4605b1d | [] | no_license | alewkinr/sauron | https://github.com/alewkinr/sauron | 16d92a7f587c1a1f89be7ba469d672b2505a5492 | cd336081fd8ec35c53fc513324d268ea8854de59 | refs/heads/master | 2023-03-11T15:00:32.386000 | 2021-03-01T07:17:54 | 2021-03-01T07:17:54 | 343,308,673 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.sber.aas21.sdk.model.cloudEye.metrics;
import java.util.List;
public class Metrics {
public List<Metric> metrics;
public MetaData meta_data;
}
| UTF-8 | Java | 164 | java | Metrics.java | Java | [] | null | [] | package ru.sber.aas21.sdk.model.cloudEye.metrics;
import java.util.List;
public class Metrics {
public List<Metric> metrics;
public MetaData meta_data;
}
| 164 | 0.743902 | 0.731707 | 8 | 19.5 | 16.777962 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
124a2366992099fe7deeaaa45ac53d27404e5f74 | 16,372,415,337,443 | 0570b34277a8f9e639a1464738f2661b97210f65 | /app/src/main/java/com/qdat/secretslambook/DairyViewer.java | b5330d99bd2aa499be15c811f6344833c60c5c14 | [] | no_license | developerkunalonline/secret-slambook | https://github.com/developerkunalonline/secret-slambook | df7311517baa36621fa784a04c04ae3cc87f68ea | 326163d258e98cc0099be3858fe4422387109b61 | refs/heads/master | 2023-03-07T00:52:27.976000 | 2021-02-14T15:22:05 | 2021-02-14T15:22:05 | 338,833,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qdat.secretslambook;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import android.Manifest;
import android.content.ContentUris;
import android.... | UTF-8 | Java | 5,557 | java | DairyViewer.java | Java | [] | null | [] | package com.qdat.secretslambook;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import android.Manifest;
import android.content.ContentUris;
import android.... | 5,557 | 0.633075 | 0.61544 | 170 | 31.694118 | 26.601646 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847059 | false | false | 14 |
5874cb0f1e3850554dd4d9d30e940f82df47dc89 | 28,080,496,224,964 | 54f4e984bbe8b87565ed2a307ad54edd62c12d3a | /java/src/easy/HammingDistance.java | 4e96399ce4394d28f7536e4fc2fad772ee2f6d22 | [] | no_license | bloodblood/leetcode | https://github.com/bloodblood/leetcode | 416bfa0cded775e6cc5280ff81fa975a48060120 | dff481a26d2c4f4ea5641574338575db46222874 | refs/heads/master | 2020-03-22T19:24:09.703000 | 2019-03-03T09:05:21 | 2019-03-03T09:05:21 | 140,525,294 | 2 | 0 | null | false | 2018-07-12T11:08:01 | 2018-07-11T05:21:20 | 2018-07-11T14:05:22 | 2018-07-11T14:05:21 | 9 | 2 | 0 | 0 | Java | false | null | package easy;
/**
* Input: x = 1, y = 4
*
* Output: 2
*
* Explanation: 1 (0 0 0 1) 4 (0 1 0 0) ↑ ↑
*
* The above arrows point to positions where the corresponding bits are different.
*/
class HammingDistance {
public static void main(String[] args) {
System.out.println(hammingDistance(1, 4));
}
... | UTF-8 | Java | 593 | java | HammingDistance.java | Java | [] | null | [] | package easy;
/**
* Input: x = 1, y = 4
*
* Output: 2
*
* Explanation: 1 (0 0 0 1) 4 (0 1 0 0) ↑ ↑
*
* The above arrows point to positions where the corresponding bits are different.
*/
class HammingDistance {
public static void main(String[] args) {
System.out.println(hammingDistance(1, 4));
}
... | 593 | 0.529711 | 0.485569 | 28 | 20.035715 | 21.541458 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 14 |
83fbc83581ca33163b27dfc19a9515228de8f836 | 24,206,435,738,404 | 909955827a4f0738210e59f863e2fd94191337e8 | /src/src/com/whzlong/anke/AppService.java | 2f1f477bbe15f809011eca8da7a5260971cea92b | [] | no_license | whzlong/anke | https://github.com/whzlong/anke | a7d12220201e7d049ecac9cc89c5d0abf297d3de | e5d3bd1fa4c3a9b1f08398a8a818ce3e9f437b6d | refs/heads/master | 2021-01-01T06:38:16.334000 | 2015-12-13T15:51:40 | 2015-12-13T15:51:40 | 24,255,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whzlong.anke;
import java.util.Calendar;
import java.util.Timer;
import java.util.TimerTask;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.android.volley.toolbox.Volley;
import ... | UTF-8 | Java | 6,280 | java | AppService.java | Java | [] | null | [] | package com.whzlong.anke;
import java.util.Calendar;
import java.util.Timer;
import java.util.TimerTask;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.android.volley.toolbox.Volley;
import ... | 6,280 | 0.688878 | 0.683778 | 225 | 26.013334 | 19.769444 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.657778 | false | false | 14 |
e4af02a18180b53dadf7608e2943270f9213d4a8 | 15,418,932,603,498 | 528fefaf685c0be974bcdf5e633ca0c936e50a65 | /BaseDatos/src/module-info.java | 060463010fffabd59e7e27b1eb7234a7cd050228 | [] | no_license | satfail/JavaUcamWorkspace | https://github.com/satfail/JavaUcamWorkspace | 2890ec521fc1315da59b292214b27143c765244a | b85a0ef5e5ed504bc4e4db7f39e5bbcdd67f4578 | refs/heads/master | 2020-12-28T08:40:26.255000 | 2020-02-07T12:05:33 | 2020-02-07T12:05:33 | 238,249,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | module BaseDatos {
} | UTF-8 | Java | 20 | java | module-info.java | Java | [] | null | [] | module BaseDatos {
} | 20 | 0.75 | 0.75 | 2 | 9.5 | 8.5 | 18 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 14 |
abb7cfc8780cdaf02d845779cdc40a01718619c7 | 9,320,079,059,767 | 8543535a1c7ba7823987a3ad9d7c8787769e2ea0 | /src/test/java/com/xuexikuaile/deng/GetTeacheres.java | 8741b0b455328d87df448f05028c5a1fc9a3b3bb | [] | no_license | cytern/-xuekejian | https://github.com/cytern/-xuekejian | e7a6553b1e3b7626d2761c0164a2d8836d45f0cd | 8005d802b4dbdb2cc0dcfb1cba4f77e72a1eb6ba | refs/heads/master | 2023-03-06T22:46:30.349000 | 2020-07-09T07:02:53 | 2020-07-09T07:02:53 | 278,287,940 | 2 | 0 | null | false | 2023-02-22T07:49:57 | 2020-07-09T06:58:29 | 2021-02-09T01:27:41 | 2023-02-22T07:49:55 | 4,519 | 2 | 0 | 1 | TSQL | false | false | package com.xuexikuaile.deng;
import com.xuexikuaile.deng.dao.SClassDao;
import com.xuexikuaile.deng.plugin.ChangeDate;
import com.xuexikuaile.deng.pojo.SClass;
import com.xuexikuaile.deng.pojo.STeacher;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
im... | UTF-8 | Java | 2,656 | java | GetTeacheres.java | Java | [
{
"context": "e.Component;\n\nimport java.util.*;\n\n/**\n * @Author: cytern\n * @Date: 2020/6/10 21:29\n */\n@Component\npublic c",
"end": 361,
"score": 0.9996412992477417,
"start": 355,
"tag": "USERNAME",
"value": "cytern"
}
] | null | [] | package com.xuexikuaile.deng;
import com.xuexikuaile.deng.dao.SClassDao;
import com.xuexikuaile.deng.plugin.ChangeDate;
import com.xuexikuaile.deng.pojo.SClass;
import com.xuexikuaile.deng.pojo.STeacher;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
im... | 2,656 | 0.613787 | 0.608804 | 55 | 42.781818 | 34.884583 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.618182 | false | false | 14 |
17ed8483d062d0723fe6eb06c5a70389ad595290 | 17,824,114,300,403 | a9cdeb8765bd784bd7740f06623d1ecb70c5c850 | /src/main/generated-java/controller_msgs/msg/dds/SetStringParameter.java | 94167183e08f49680977880619a14c4dd0349c3a | [
"Apache-2.0"
] | permissive | ihmcrobotics/ihmc-interfaces-old | https://github.com/ihmcrobotics/ihmc-interfaces-old | 18ebcbede76aa7fc8e1b2631b214ee926f22ccbf | 7e5b6f2d5f253d6f19be44356267859c03ea9abc | refs/heads/master | 2021-09-07T11:02:53.356000 | 2018-02-02T16:39:13 | 2018-02-02T16:39:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller_msgs.msg.dds;
/**
*
* Definition of the class "SetStringParameter" defined in SetStringParameter_.idl.
*
* This file was automatically generated from SetStringParameter_.idl by us.ihmc.idl.generator.IDLGenerator.
* Do not update this file directly, edit SetStringParameter_.idl instead.
*
*/
p... | UTF-8 | Java | 2,582 | java | SetStringParameter.java | Java | [] | null | [] | package controller_msgs.msg.dds;
/**
*
* Definition of the class "SetStringParameter" defined in SetStringParameter_.idl.
*
* This file was automatically generated from SetStringParameter_.idl by us.ihmc.idl.generator.IDLGenerator.
* Do not update this file directly, edit SetStringParameter_.idl instead.
*
*/
p... | 2,582 | 0.679318 | 0.675445 | 97 | 25.628866 | 26.274647 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391753 | false | false | 14 |
e487d24bac1f196cdc2fee19d314571d12cd1868 | 16,415,365,015,678 | 56daee61a55e506b89f0bb6999c899d5646aac0d | /REAL0/REAL_Plugin1/src/org/eclipselabs/real/core/regex/FindStrategyManyPatterns.java | 6b38ac1eee9fa882cf724dbfb9225adc29ca01f6 | [] | no_license | xaltotungreat/regex-analyzer-0 | https://github.com/xaltotungreat/regex-analyzer-0 | de23468d8d1de258a521fefb9beb4c573117ffb6 | ed5a0d477e3eb8f0c40465056995fc9817931b58 | refs/heads/master | 2021-06-12T06:28:14.134000 | 2021-04-20T20:28:41 | 2021-04-20T20:28:41 | 32,224,707 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.eclipselabs.real.core.regex;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.eclipselabs.real.core.util.FindTextResult;
public class FindStrategyManyPatterns extends FindStrategyImpl {
protected Matcher firstMat... | UTF-8 | Java | 4,044 | java | FindStrategyManyPatterns.java | Java | [] | null | [] | package org.eclipselabs.real.core.regex;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.eclipselabs.real.core.util.FindTextResult;
public class FindStrategyManyPatterns extends FindStrategyImpl {
protected Matcher firstMat... | 4,044 | 0.479228 | 0.477498 | 109 | 35.100918 | 24.368706 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577982 | false | false | 14 |
db6595845af0f1bf6ac14000d3b2ee1748306739 | 16,415,365,015,518 | ad8f7a2bb8113bdf0c04715d12734aa6c5c2ceae | /src/com/evilcodes/timv/handlers/LogHandler.java | b2c4f0274a67d3696817d6216610c305995336d4 | [] | no_license | pavog/TIMV | https://github.com/pavog/TIMV | 6edb6cdeea3d8c1a464c0926d4236068e15f40a8 | 31db06b751f58003f9239202bc33caa47cb0362b | refs/heads/master | 2020-05-29T11:44:51.466000 | 2014-10-10T09:41:55 | 2014-10-10T09:41:55 | 15,505,179 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.evilcodes.timv.handlers;
import org.bukkit.Bukkit;
import com.evilcodes.timv.TIMV;
public class LogHandler {
public static void log(String msg) {
Bukkit.getLogger().info(TIMV.prefix + msg);
}
public static void err(String msg) {
Bukkit.getLogger().severe(TIMV.prefix + msg);
}
... | UTF-8 | Java | 451 | java | LogHandler.java | Java | [] | null | [] | package com.evilcodes.timv.handlers;
import org.bukkit.Bukkit;
import com.evilcodes.timv.TIMV;
public class LogHandler {
public static void log(String msg) {
Bukkit.getLogger().info(TIMV.prefix + msg);
}
public static void err(String msg) {
Bukkit.getLogger().severe(TIMV.prefix + msg);
}
... | 451 | 0.669623 | 0.669623 | 22 | 18.5 | 18.663893 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.136364 | false | false | 14 |
a4ca8337a3100b71d78a0a5fa93f9c5f7df0031e | 34,746,285,427,214 | 7446c901a1cf114017308a21cb1415018b468242 | /src/rolit/server/controller/ClientHandlerController.java | 4c93896e982a4b89773c6e663ad519a388312948 | [] | no_license | victorlap/ss-rolit | https://github.com/victorlap/ss-rolit | 9202c9f4279b618482ee0a5c0fcef53c760c3f55 | 22e7c3d5b21d270482ecfaa17d7a25ded4ac76a9 | refs/heads/master | 2021-01-22T16:53:08.178000 | 2014-02-12T11:25:12 | 2014-02-12T11:25:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rolit.server.controller;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.Socket;
import rolit.Player;
import rolit.server.controller.NetworkController;
/**
* ClientHa... | UTF-8 | Java | 4,062 | java | ClientHandlerController.java | Java | [
{
"context": "ntroller;\r\n\r\n\r\n/**\r\n * ClientHandler.\r\n * @author Theo Ruys\r\n * @version 2005.02.21\r\n */\r\npublic class Client",
"end": 349,
"score": 0.9998832941055298,
"start": 340,
"tag": "NAME",
"value": "Theo Ruys"
}
] | null | [] | package rolit.server.controller;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.Socket;
import rolit.Player;
import rolit.server.controller.NetworkController;
/**
* ClientHa... | 4,059 | 0.664205 | 0.661743 | 144 | 26.208334 | 24.489475 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.868056 | false | false | 14 |
0c8ba5a77950cbbd013d784af1642f5b00a9968a | 8,546,984,957,053 | eb69f189cf7916c33e5738a4a8961971244c9848 | /WebMVC/ex1/src/test/java/primechecker/common/ClientBeans.java | de05020f4092b882f93908dafd70d04e1e0941e4 | [] | no_license | douglascraigschmidt/LiveLessons | https://github.com/douglascraigschmidt/LiveLessons | 59e06ade1d0786eac665d3fe369426cde36ff199 | b685afc62b469b17e3e9323a814e220d5315df55 | refs/heads/master | 2023-08-18T01:21:04.022000 | 2023-08-02T00:52:16 | 2023-08-02T00:52:16 | 21,949,817 | 587 | 712 | null | false | 2023-02-18T04:18:02 | 2014-07-17T16:46:47 | 2023-02-17T01:50:34 | 2023-02-18T04:18:01 | 38,602 | 557 | 644 | 6 | Java | false | false | package primechecker.common;
import org.apache.http.client.HttpClient;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.impl.client.HttpClientBuilder;
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
import org.springframework.context.annotation.Bean;
import org.springfram... | UTF-8 | Java | 2,557 | java | ClientBeans.java | Java | [] | null | [] | package primechecker.common;
import org.apache.http.client.HttpClient;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.impl.client.HttpClientBuilder;
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
import org.springframework.context.annotation.Bean;
import org.springfram... | 2,557 | 0.698084 | 0.691435 | 68 | 36.60294 | 26.992994 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367647 | false | false | 14 |
5b01c5af07127ca02b0b1fa4a8cff78921845f6f | 26,036,091,783,031 | 10eb68fdb0d10978ed25ab9d4eb310965824a73e | /ENCAPSULATION EXERCISE/src/football_team_generator_05/Player.java | 102a3490b57ab10503afa4d46194ac67d189a44d | [] | no_license | rusevradoslav/Java-OOP | https://github.com/rusevradoslav/Java-OOP | 01fa9f79a7e56f435ba4dec5d5a0f73b47f25373 | fae05cdbb6a87a055b82ba1e8155199d250dbd8f | refs/heads/master | 2020-12-14T12:07:54.913000 | 2020-01-28T08:37:40 | 2020-01-28T08:37:40 | 234,732,002 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package football_team_generator_05;
public class Player {
private String name;
private int endurance;
private int sprint;
private int dribble;
private int passing;
private int shooting;
public Player(String name, int endurance, int sprint, int dribble, int passing, int shooting) {
... | UTF-8 | Java | 1,760 | java | Player.java | Java | [] | null | [] | package football_team_generator_05;
public class Player {
private String name;
private int endurance;
private int sprint;
private int dribble;
private int passing;
private int shooting;
public Player(String name, int endurance, int sprint, int dribble, int passing, int shooting) {
... | 1,760 | 0.613068 | 0.60625 | 67 | 25.268656 | 24.076113 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.656716 | false | false | 14 |
526e904996af92425b6e3faebdaf5e99b544ae37 | 32,091,995,679,515 | d96676d906aa2ab5fd4834a0de25e82e01bf52cf | /pa-evaluation/pa-evaluation-datamodel/src/main/java/net/cts/model/Exam.java | c32ef02085f196d1065e189c99a02a40c92c7189 | [] | no_license | qarlin/java | https://github.com/qarlin/java | 822a9438c81132aa74786cb1a602e429b5ad1e03 | ea76500aa9ccc1bc18c1f95972a6f9c9237030d3 | refs/heads/master | 2020-12-29T02:43:04.722000 | 2017-04-25T13:59:07 | 2017-04-25T13:59:07 | 26,829,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.cts.model;
import java.util.Date;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import net.cts.model.q... | UTF-8 | Java | 1,786 | java | Exam.java | Java | [] | null | [] | package net.cts.model;
import java.util.Date;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import net.cts.model.q... | 1,786 | 0.733483 | 0.733483 | 67 | 24.656717 | 18.471884 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.343284 | false | false | 14 |
a19dca3f67af3ed10f20e304f5c11ae947dda590 | 14,877,766,768,544 | e2b9313e6f974dc93ec571e57330e1cc7ca051f9 | /sources/o/getEol.java | 88de2102447961f83af919eb428a69cc266b2b7e | [] | no_license | greskode/null | https://github.com/greskode/null | 6b3dec9654dbc2aab8ac64c16078340f932ae7bf | eb09cd7ad07425301192f3160d5b70f59cb1609b | refs/heads/master | 2021-10-13T05:47:12.927000 | 2021-09-29T16:40:44 | 2021-09-29T16:40:44 | 100,096,851 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package o;
import com.google.android.gms.tasks.OnSuccessListener;
import com.google.android.gms.tasks.OnTokenCanceledListener;
final class getEol implements OnSuccessListener<Void> {
private final /* synthetic */ OnTokenCanceledListener evaluateVendorConsentRequest;
getEol(DefaultPrettyPrinter defaultPrettyP... | UTF-8 | Java | 614 | java | getEol.java | Java | [] | null | [] | package o;
import com.google.android.gms.tasks.OnSuccessListener;
import com.google.android.gms.tasks.OnTokenCanceledListener;
final class getEol implements OnSuccessListener<Void> {
private final /* synthetic */ OnTokenCanceledListener evaluateVendorConsentRequest;
getEol(DefaultPrettyPrinter defaultPrettyP... | 614 | 0.771987 | 0.771987 | 17 | 35.117645 | 33.873264 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 14 |
33ca2de9242f4ad860af42e40d98334d426c25c1 | 2,929,167,739,279 | 18bfb85015461a136eba725eb7a6dc3b07f2e10f | /src/cn/cdut/bookcity/listener/CloseDataSourceListener.java | 59683209eeb1503051f0b0314b6db736a5d0fa56 | [] | no_license | Chaser007/bookcity | https://github.com/Chaser007/bookcity | 2a975f03e476d87643a6085b4b36705a0acbbd45 | 53182af6732bc6ec137174b313ad03f01d973be7 | refs/heads/master | 2020-03-27T23:29:35.409000 | 2018-09-04T09:40:26 | 2018-09-04T09:40:26 | 147,321,818 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cdut.bookcity.listener;
import java.sql.Driver;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Enumeration;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import cn.cdut.util.jdbc.JdbcUtils;
/**
* 监听器<br>
* 关闭ComboPooledDataSource连接... | GB18030 | Java | 980 | java | CloseDataSourceListener.java | Java | [
{
"context": "\n * 关闭ComboPooledDataSource连接池,注销所有注册驱动\n * @author huangyong\n * @date 2018年4月23日 下午8:54:34\n */\npublic class Cl",
"end": 351,
"score": 0.9995251893997192,
"start": 342,
"tag": "USERNAME",
"value": "huangyong"
}
] | null | [] | package cn.cdut.bookcity.listener;
import java.sql.Driver;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Enumeration;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import cn.cdut.util.jdbc.JdbcUtils;
/**
* 监听器<br>
* 关闭ComboPooledDataSource连接... | 980 | 0.761641 | 0.74612 | 41 | 21 | 20.214701 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.219512 | false | false | 14 |
5c7d61914ce1c9761f20c542616d023189631765 | 15,771,119,959,743 | f45dec70e517d3602971262aa0bdd6e936e1afe6 | /lab_6_7/src/lab6/SelectionSort.java | de3c423ba430222c11c5f60a9fbc0ffb50e14600 | [] | no_license | ultcode/Programming-labs | https://github.com/ultcode/Programming-labs | 101e62da1b71f224c7e578ed67fdd82d993ce3b6 | 1f472c1590411a3886ff0834b6aa0993f2960a1f | refs/heads/master | 2020-07-22T01:28:30.371000 | 2019-12-19T17:46:28 | 2019-12-19T17:46:28 | 207,030,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab6;
public class SelectionSort implements SortStrategy{
public float[] sort(float[] inputArr){
float[] arr = new float[inputArr.length];
System.arraycopy(inputArr, 0, arr, 0, inputArr.length);
int minIndex;
float buff;
for (int i = 0; i < arr.length -1; i++){
... | UTF-8 | Java | 649 | java | SelectionSort.java | Java | [] | null | [] | package lab6;
public class SelectionSort implements SortStrategy{
public float[] sort(float[] inputArr){
float[] arr = new float[inputArr.length];
System.arraycopy(inputArr, 0, arr, 0, inputArr.length);
int minIndex;
float buff;
for (int i = 0; i < arr.length -1; i++){
... | 649 | 0.46225 | 0.451464 | 25 | 24.959999 | 19.32766 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 14 |
a340b322c80609dcd2f7bde4f96d72be368a9030 | 2,010,044,754,067 | 06f807f8373cf71ae319b72b55530e092de79dcd | /src/starparty/tactical/WeaponManager.java | ea547f107ef262413e013b798a9ab3fcdb642a45 | [] | no_license | wbhumphrey/starparty | https://github.com/wbhumphrey/starparty | 2c28adff5fe4acfeadb730ebdba1ce411bb54504 | 6cc2581f9d52872cbf4554810a549a11d65594b7 | refs/heads/master | 2021-01-25T04:08:17.898000 | 2012-12-19T18:15:22 | 2012-12-19T18:15:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package starparty.tactical;
import java.util.Collection;
import java.util.List;
import org.newdawn.slick.Color;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Image;
import org.newdawn.slick.geom... | UTF-8 | Java | 2,283 | java | WeaponManager.java | Java | [
{
"context": "rparty.library.WeaponRange;\r\n\r\n/**\r\n *\r\n * @author Tyler\r\n */\r\npublic class WeaponManager {\r\n int x;\r\n int",
"end": 433,
"score": 0.9386512637138367,
"start": 428,
"tag": "NAME",
"value": "Tyler"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package starparty.tactical;
import java.util.Collection;
import java.util.List;
import org.newdawn.slick.Color;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Image;
import org.newdawn.slick.geom... | 2,283 | 0.579063 | 0.571178 | 94 | 22.287233 | 19.687248 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.797872 | false | false | 14 |
408ef23ab81e05f5bf57bf45c43d643de3333627 | 3,521,873,230,979 | 27acf669337b1fae4fcba416a29610c841c26896 | /src/Client_A.java | d8c6b94d91f88553044bb9ec2df5d2f5e9b7669f | [] | no_license | imsagartyagi/rtpStackCheck | https://github.com/imsagartyagi/rtpStackCheck | c7343fdaad7799b8a16980e75bcc5977b77dfe18 | decda877bdbd503c26f49c76c1d6550f197f752a | refs/heads/master | 2023-05-05T16:48:47.715000 | 2021-05-29T12:59:03 | 2021-05-29T13:00:54 | 356,201,726 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.biasedbit.efflux.packet.*;
import com.biasedbit.efflux.participant.RtpParticipant;
import com.biasedbit.efflux.participant.RtpParticipantInfo;
import com.biasedbit.efflux.participant.SsrcGenerator;
import com.biasedbit.efflux.session.MultiParticipantSession;
import com.biasedbit.efflux.session.RtpSession;
im... | UTF-8 | Java | 3,695 | java | Client_A.java | Java | [
{
"context": " .createReceiver(new RtpParticipantInfo(ssrc), \"127.0.0.1\", 10000, 10001);\n sessions[i] = new Mu",
"end": 852,
"score": 0.9997521638870239,
"start": 843,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": " .createReceiver(new RtpParticipantI... | null | [] | import com.biasedbit.efflux.packet.*;
import com.biasedbit.efflux.participant.RtpParticipant;
import com.biasedbit.efflux.participant.RtpParticipantInfo;
import com.biasedbit.efflux.participant.SsrcGenerator;
import com.biasedbit.efflux.session.MultiParticipantSession;
import com.biasedbit.efflux.session.RtpSession;
im... | 3,695 | 0.584574 | 0.569959 | 76 | 47.61842 | 39.376045 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710526 | false | false | 14 |
93479e769492d6a706ade78ef6812c0f57bea79e | 1,176,821,098,808 | 97889c445661cec1ec8a846b0673bb0df8ebb100 | /src/manager/xsales/program/client/mvp/views/vevo/lista/VevoGridView.java | 151e9a0bbef1bb1a073dd29fc048be16ed12eb26 | [] | no_license | eggp/XSalesManager | https://github.com/eggp/XSalesManager | 08a8e304d39f585ba952815f3e1e2a165375e332 | 8019f6fbd3683d36406cc9369d54e700389cb182 | refs/heads/master | 2015-07-10T00:28:03 | 2015-03-18T21:01:42 | 2015-03-18T21:01:42 | 10,280,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package manager.xsales.program.client.mvp.views.vevo.lista;
import hgexengine.resources.client.CSS.GeneralCSSResources;
import hgexengine.utils.client.cell.IconCell;
import hgexengine.utils.client.mvp.AbstractGridView;
import hgexengine.utils.client.mvp.HasAfterCreateGridColumns;
import hgexengine.utils.client.mvp.Has... | UTF-8 | Java | 10,585 | java | VevoGridView.java | Java | [] | null | [] | package manager.xsales.program.client.mvp.views.vevo.lista;
import hgexengine.resources.client.CSS.GeneralCSSResources;
import hgexengine.utils.client.cell.IconCell;
import hgexengine.utils.client.mvp.AbstractGridView;
import hgexengine.utils.client.mvp.HasAfterCreateGridColumns;
import hgexengine.utils.client.mvp.Has... | 10,585 | 0.742183 | 0.736688 | 297 | 34.535355 | 27.950888 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.296296 | false | false | 14 |
eb3c3af8fcbe838460b8d0da061aa801d31e6df0 | 1,176,821,100,399 | 70ce1c583f8f04c3ae52c3918ad799e0e4c4f0c3 | /xNet/src/main/java/org/sqlunet/dom/DomTransformer.java | a51b6979a2e54d0b41058f701292d1600bae0c69 | [] | no_license | 1313ou/sqlunet-browser | https://github.com/1313ou/sqlunet-browser | 5d12c37f5cb7ea02b4165b17644dc62baa34932f | 6d5d9161e1b797b2e1e532ee083d7463ac61bffc | refs/heads/master | 2023-07-21T09:00:20.440000 | 2023-07-11T15:26:50 | 2023-07-11T15:26:50 | 71,031,425 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2022. Bernard Bou
*/
package org.sqlunet.dom;
import android.util.Log;
import org.w3c.dom.Document;
import java.io.InputStream;
import java.io.StringWriter;
import javax.xml.transform.OutputKeys;
import javax.xml.transform.Result;
import javax.xml.transform.Source;
import javax.xml.transform.T... | UTF-8 | Java | 3,160 | java | DomTransformer.java | Java | [
{
"context": "/*\n * Copyright (c) 2022. Bernard Bou\n */\n\npackage org.sqlunet.dom;\n\nimport android.uti",
"end": 37,
"score": 0.9998735189437866,
"start": 26,
"tag": "NAME",
"value": "Bernard Bou"
},
{
"context": "\n * XSL transformer\n *\n * @author <a href=\"mailto:1313ou@gmail... | null | [] | /*
* Copyright (c) 2022. <NAME>
*/
package org.sqlunet.dom;
import android.util.Log;
import org.w3c.dom.Document;
import java.io.InputStream;
import java.io.StringWriter;
import javax.xml.transform.OutputKeys;
import javax.xml.transform.Result;
import javax.xml.transform.Source;
import javax.xml.transform.Transf... | 3,141 | 0.738924 | 0.734177 | 122 | 24.90164 | 26.805435 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52459 | false | false | 14 |
240e7065e0612b915e1c23133d11e24eb9c3736b | 15,367,393,023,522 | 3fd3a666f99a92d25e2a40a496280ea0a5340def | /src/main/java/entities/Transaction.java | 4fd9a21915d2d5726e0982574acac1176844c9e3 | [] | no_license | asif-ir/VETS | https://github.com/asif-ir/VETS | 285890eb42d38d129a421a1473032a77ee39f4c3 | 49b128f77a03eadbf9b0cbd0ae7ef49858e5690e | refs/heads/master | 2021-01-02T22:40:26.553000 | 2017-08-11T05:32:58 | 2017-08-11T05:32:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
import java.io.Serializable;
import java.util.Date;
/**
* Created by rawlooa on 8/4/2017.
*/
public class Transaction implements Serializable {
private static final long serialVersionUID = 1L;
private long transaction_id;
private long buyer_id;
private long seller_id;
... | UTF-8 | Java | 1,821 | java | Transaction.java | Java | [
{
"context": "lizable;\nimport java.util.Date;\n\n/**\n * Created by rawlooa on 8/4/2017.\n */\npublic class Transaction impleme",
"end": 97,
"score": 0.9997079968452454,
"start": 90,
"tag": "USERNAME",
"value": "rawlooa"
}
] | null | [] | package entities;
import java.io.Serializable;
import java.util.Date;
/**
* Created by rawlooa on 8/4/2017.
*/
public class Transaction implements Serializable {
private static final long serialVersionUID = 1L;
private long transaction_id;
private long buyer_id;
private long seller_id;
... | 1,821 | 0.618891 | 0.615047 | 94 | 18.361702 | 21.534658 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351064 | false | false | 14 |
f106e7eea5f4d8f4d6488a608addc3a387e521a1 | 23,630,910,109,669 | a8e5600c457ed138124b7170ce4b0db584c6bcdf | /jbone-eb/jbone-eb-portal-api/src/main/java/cn/jbone/eb/portal/api/dto/response/OperationPositionResponceDTO.java | 24b574bb99a005599de57fba6db2968828ae57c8 | [
"Apache-2.0"
] | permissive | fangchunzao/jbone | https://github.com/fangchunzao/jbone | 6a7536f428259356dd3a59d82cadabd9397e6f66 | 8e2ab9817e626e6970b0b578e181ddeab68c06fb | refs/heads/master | 2020-03-25T13:01:16.372000 | 2018-08-02T02:02:12 | 2018-08-02T02:02:12 | 143,805,697 | 1 | 0 | Apache-2.0 | true | 2018-08-07T02:01:47 | 2018-08-07T02:01:47 | 2018-08-06T02:00:14 | 2018-08-02T02:02:24 | 21,450 | 0 | 0 | 0 | null | false | null | package cn.jbone.eb.portal.api.dto.response;
import lombok.Data;
/**
* @author hongxiangbin
* @version 1.0.0
* @email 862217801@qq.com
* @date 2018/4/21 14:34
*/
@Data
public class OperationPositionResponceDTO extends OperationPostionBaseInfoDTO{
private String imgUrl;
private String linkUrl;
private... | UTF-8 | Java | 368 | java | OperationPositionResponceDTO.java | Java | [
{
"context": "dto.response;\n\nimport lombok.Data;\n\n/**\n * @author hongxiangbin\n * @version 1.0.0\n * @email 862217801@qq.com\n * @",
"end": 94,
"score": 0.9886172413825989,
"start": 82,
"tag": "USERNAME",
"value": "hongxiangbin"
},
{
"context": " @author hongxiangbin\n * @versio... | null | [] | package cn.jbone.eb.portal.api.dto.response;
import lombok.Data;
/**
* @author hongxiangbin
* @version 1.0.0
* @email <EMAIL>
* @date 2018/4/21 14:34
*/
@Data
public class OperationPositionResponceDTO extends OperationPostionBaseInfoDTO{
private String imgUrl;
private String linkUrl;
private String d... | 359 | 0.736413 | 0.673913 | 17 | 20.647058 | 19.081686 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
96d0538085aafb4a02a03d8130fd2971d696bd54 | 32,607,391,751,791 | 008e55f30370979190f6319f681162d65d15670f | /app/src/main/java/carpark/sg/com/carparksg/controller/RecyclerViewRecentAdapter.java | 2356762c3a27b2d0c66dc7f23be241240ef4aa93 | [] | no_license | wheel1992/CarparkSG | https://github.com/wheel1992/CarparkSG | 0897bca08eed1ded795377a9c35229ac0aaecfff | cdb76f8460ff6d697c2af7dc7cccf073b0032787 | refs/heads/master | 2021-01-10T02:15:25.185000 | 2015-05-29T23:04:27 | 2015-05-29T23:04:27 | 36,104,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package carpark.sg.com.carparksg.controller;
import android.support.v7.internal.widget.AdapterViewCompat;
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 ... | UTF-8 | Java | 4,337 | java | RecyclerViewRecentAdapter.java | Java | [
{
"context": "t carpark.sg.com.model.History;\n\n/**\n * Created by joseph on 12/5/2015.\n */\npublic class RecyclerViewRecent",
"end": 462,
"score": 0.9995458126068115,
"start": 456,
"tag": "USERNAME",
"value": "joseph"
}
] | null | [] | package carpark.sg.com.carparksg.controller;
import android.support.v7.internal.widget.AdapterViewCompat;
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 ... | 4,337 | 0.631773 | 0.629237 | 128 | 32.882813 | 28.618891 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515625 | false | false | 14 |
481db9f43d76d368d0f2ce218e70ab8b0c133103 | 7,687,991,513,144 | 4879423a895a336d316be14d4b3d78ded9cb28a4 | /src/main/java/usa/devrocoding/synergy/spigot/botsam/Sam.java | d30150e6541e0e3242089738181c8d158f5403cf | [] | no_license | Kazzuk/backend-synergy | https://github.com/Kazzuk/backend-synergy | 68117f2ada4739e154bf999a467f6940f1bd8a7b | cd5d6de75c6cda20e3e20e961553c506d0b90c3a | refs/heads/master | 2023-06-01T01:50:35.978000 | 2021-07-06T13:11:27 | 2021-07-06T13:11:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package usa.devrocoding.synergy.spigot.botsam;
import lombok.Getter;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import usa.devrocoding.synergy.assets.Synergy;
import usa.devrocoding.synergy.spigot.Module;
import usa.devrocoding.synergy.spigot.assets.C;
import usa.devrocoding.synergy.spigot.botsam.ob... | UTF-8 | Java | 2,337 | java | Sam.java | Java | [] | null | [] | package usa.devrocoding.synergy.spigot.botsam;
import lombok.Getter;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import usa.devrocoding.synergy.assets.Synergy;
import usa.devrocoding.synergy.spigot.Module;
import usa.devrocoding.synergy.spigot.assets.C;
import usa.devrocoding.synergy.spigot.botsam.ob... | 2,337 | 0.7076 | 0.706741 | 63 | 35.968254 | 37.157738 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 14 |
378a35e4762873d42784f3a735b9a63b36acdace | 20,461,224,250,758 | 2f570f23050bfd1e952e77e74e45d4a5ce75e1d8 | /src/main/com/jumkid/site/client/MultiMediaFileResponse.java | aaf1872f9334d5a8abc68028eedd1178fb534d3b | [] | no_license | chooli/com.jumkid.site | https://github.com/chooli/com.jumkid.site | df143263fe6f405ff737aed79317a6044afc6922 | 9a0e44b7ac5698579e98c6f97fce54a3b08b6c5c | refs/heads/master | 2022-12-22T18:33:25.488000 | 2015-07-08T15:05:29 | 2015-07-08T15:05:29 | 38,757,014 | 0 | 0 | null | false | 2022-12-16T05:42:41 | 2015-07-08T13:51:18 | 2015-07-08T14:14:50 | 2022-12-16T05:42:39 | 20,953 | 0 | 0 | 27 | HTML | false | false | package com.jumkid.site.client;
/*
* This software is written by Jumkid Ltd. and subject
* to a contract between Jumkid and its customer.
*
* This software stays property of Jumkid unless differing
* arrangements between Jumkid and its customer apply.
*
*
* http://www.jumkid.com
* mailto:info@jumkid.com
*
... | UTF-8 | Java | 835 | java | MultiMediaFileResponse.java | Java | [
{
"context": " apply.\n *\n * \n * http://www.jumkid.com\n * mailto:info@jumkid.com\n *\n * (c)2014 Jumkid Innovation. All rights reser",
"end": 315,
"score": 0.9999300837516785,
"start": 300,
"tag": "EMAIL",
"value": "info@jumkid.com"
}
] | null | [] | package com.jumkid.site.client;
/*
* This software is written by Jumkid Ltd. and subject
* to a contract between Jumkid and its customer.
*
* This software stays property of Jumkid unless differing
* arrangements between Jumkid and its customer apply.
*
*
* http://www.jumkid.com
* mailto:<EMAIL>
*
* (c)201... | 827 | 0.74012 | 0.712575 | 40 | 19.875 | 22.417835 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 14 |
45733054abb28cb297e57a7b2fbebf9160c2e9b3 | 32,023,276,207,766 | 935d21c8cc9afc36d6887f691f2b86e16fec0c03 | /Week_01/src/main/com/jvm/study/class01/exec/self/RepeatLoadTest.java | 96c2ced1a6334df76ca89c1fc9b841d474c5a752 | [] | no_license | personaldavemo/JAVA-000 | https://github.com/personaldavemo/JAVA-000 | 6a6fde131d860e0cce19e913ae8e1636950554a4 | 71f20b9116f77f4d94c58557ca27c83a2fa49711 | refs/heads/main | 2023-03-02T23:49:58.475000 | 2021-02-08T02:03:02 | 2021-02-08T02:03:02 | 306,096,561 | 0 | 0 | null | true | 2020-10-21T17:17:58 | 2020-10-21T17:17:57 | 2020-10-21T13:49:50 | 2020-10-21T10:59:30 | 2 | 0 | 0 | 0 | null | false | false | package com.jvm.study.class01.exec.self;
import java.net.URL;
import java.net.URLClassLoader;
/**
* public class ClassTest {
* public static int SIZE = 10;
* static {
* System.out.println("static block");
* }
* public static String getStr(){
* return "Hello";
* }
* public void doSomething(){
* System.out.p... | UTF-8 | Java | 2,216 | java | RepeatLoadTest.java | Java | [] | null | [] | package com.jvm.study.class01.exec.self;
import java.net.URL;
import java.net.URLClassLoader;
/**
* public class ClassTest {
* public static int SIZE = 10;
* static {
* System.out.println("static block");
* }
* public static String getStr(){
* return "Hello";
* }
* public void doSomething(){
* System.out.p... | 2,216 | 0.5625 | 0.546387 | 75 | 26.306667 | 23.146475 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373333 | false | false | 14 |
969b53843b38b6a9946a8ec411726d53f5fd7668 | 14,130,442,458,238 | 6a59657efcdbf8cced1ccbfde743c87e62fa2779 | /app/src/main/java/com/example/bipul/fauxify/MyOrdersFragment.java | 7ff33aebbaa04e1832b7058f9d618bdc814374bc | [] | no_license | bipullohia/Fauxify | https://github.com/bipullohia/Fauxify | 0f540f7c3a30b615a71419628aca3400245c193c | 7d111b1c02756e1f2376fa685d0381474358dfd7 | refs/heads/master | 2021-03-24T13:39:06.844000 | 2017-11-05T10:34:18 | 2017-11-05T10:34:18 | 105,869,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bipul.fauxify;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.CardView;
import android.support.v7.widget.Def... | UTF-8 | Java | 6,921 | java | MyOrdersFragment.java | Java | [] | null | [] | package com.example.bipul.fauxify;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.CardView;
import android.support.v7.widget.Def... | 6,921 | 0.596446 | 0.594856 | 187 | 36.010696 | 30.437977 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716578 | false | false | 14 |
5674871426444cad45f65421e9453ffa34385a57 | 17,480,516,947,975 | 4d4f704ec564bdfc8f80ba8dc76b3df3cf8804e3 | /ShopList/src/main/java/shopList/persistence/dao/UsuarioDao.java | 3cd77734cca33cdf817ff8909c0ae10853869ebb | [] | no_license | HugoBex/shoplist | https://github.com/HugoBex/shoplist | da4a78e643cc133e0ed4814a60c69578e0463652 | 65e82ceac4355815b4dd8875b54b207d2266233b | refs/heads/master | 2016-09-16T10:33:11.239000 | 2014-07-03T05:01:18 | 2014-07-03T05:01:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shopList.persistence.dao;
import org.hibernate.Query;
import shopList.entity.Usuario;
public class UsuarioDao extends Dao<Usuario, Integer>
{
public UsuarioDao( )
{
super( Usuario.class );
}
public Usuario buscaPorLogin( String login )
{
String select = "select u from Usuario u ... | UTF-8 | Java | 497 | java | UsuarioDao.java | Java | [] | null | [] | package shopList.persistence.dao;
import org.hibernate.Query;
import shopList.entity.Usuario;
public class UsuarioDao extends Dao<Usuario, Integer>
{
public UsuarioDao( )
{
super( Usuario.class );
}
public Usuario buscaPorLogin( String login )
{
String select = "select u from Usuario u ... | 497 | 0.67002 | 0.67002 | 24 | 19.708334 | 22.034971 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
eea19fcbf7ad06d0eddc9e886da5280ad20395a4 | 15,564,961,541,901 | f5bc2ab69922f165290438f4d549c6ad1422dcb6 | /src/main/java/es/uvigo/mei/accidentes/servicios/ConductorServiceImpl.java | 8723bed2f708122075210a3d82ed3a6da4e194fd | [] | no_license | rubenyanezmartinez/gestionaccidentestrafico | https://github.com/rubenyanezmartinez/gestionaccidentestrafico | f8516a35339758d5bf20a7db40781acedf80ec8b | 158b647b016e71f589bbcc5a9a187b25f3cefe4a | refs/heads/master | 2023-03-07T21:06:15.532000 | 2021-02-22T16:38:03 | 2021-02-22T16:38:03 | 341,266,399 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.uvigo.mei.accidentes.servicios;
import es.uvigo.mei.accidentes.daos.ConductorDAO;
import es.uvigo.mei.accidentes.entidades.Conductor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional... | UTF-8 | Java | 1,130 | java | ConductorServiceImpl.java | Java | [] | null | [] | package es.uvigo.mei.accidentes.servicios;
import es.uvigo.mei.accidentes.daos.ConductorDAO;
import es.uvigo.mei.accidentes.entidades.Conductor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional... | 1,130 | 0.718584 | 0.718584 | 47 | 23.042553 | 20.580881 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276596 | false | false | 14 |
a60c97354b6fc5328b8c6fccb17507502dda6b0c | 11,562,051,963,856 | fcae0b6b1351e3902b489406dc797b84346f0971 | /src/main/java/com/reforms/cf/struct/AttrLineNumberTableStruct.java | 83e0c250309ac6d411897a0fad2f3956e2bdd52f | [] | no_license | RefOrms2017/reforms | https://github.com/RefOrms2017/reforms | 9dc1801cf598df973d43897c204e0e97715b4fa5 | 2fba99a081375c2bc40a4ba13aa650e9ae2e2668 | refs/heads/master | 2021-01-11T20:23:26.068000 | 2017-12-03T13:17:28 | 2017-12-03T13:17:28 | 79,107,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reforms.cf.struct;
import java.util.Arrays;
/**
* The LineNumberTable Attribute
*
* @author evgenie
*/
public class AttrLineNumberTableStruct extends AttrBaseStruct {
private int lineNumberTableLength; // u2
private LineNumberTableStruct[] lineNumberTable;
public AttrLineNumberTableStruc... | UTF-8 | Java | 1,194 | java | AttrLineNumberTableStruct.java | Java | [
{
"context": "/**\n * The LineNumberTable Attribute\n *\n * @author evgenie\n */\npublic class AttrLineNumberTableStruct extend",
"end": 116,
"score": 0.9994866251945496,
"start": 109,
"tag": "USERNAME",
"value": "evgenie"
}
] | null | [] | package com.reforms.cf.struct;
import java.util.Arrays;
/**
* The LineNumberTable Attribute
*
* @author evgenie
*/
public class AttrLineNumberTableStruct extends AttrBaseStruct {
private int lineNumberTableLength; // u2
private LineNumberTableStruct[] lineNumberTable;
public AttrLineNumberTableStruc... | 1,194 | 0.707705 | 0.706868 | 43 | 26.767443 | 28.95854 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302326 | false | false | 14 |
96d457c543a4eee599e7cdfa7ee989790ada6a05 | 27,178,553,099,401 | d40652b528e4ae56be7d71d21787753cce3cd3d5 | /WorldWonders/app/src/main/java/com/ciandt/worldwonders/activities/MainActivity.java | 09324f5e73aeeb7137c7a60fd6ae59c3dedd0bd5 | [] | no_license | android-certin/time3 | https://github.com/android-certin/time3 | 34356d8005ad4789fc8ac3a0c25daeb9be6f2689 | 31bf3085f40df4729dd7494052c9d93aaa93fed5 | refs/heads/master | 2016-09-05T14:43:16.993000 | 2015-08-27T20:59:55 | 2015-08-27T20:59:55 | 41,045,439 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ciandt.worldwonders.activities;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.animation.Anim... | UTF-8 | Java | 2,389 | java | MainActivity.java | Java | [
{
"context": "rt com.facebook.stetho.Stetho;\n\n\n/**\n * Created by wgomes on 20/08/15.\n */\npublic class MainActivity extend",
"end": 670,
"score": 0.9995660185813904,
"start": 664,
"tag": "USERNAME",
"value": "wgomes"
}
] | null | [] | package com.ciandt.worldwonders.activities;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.animation.Anim... | 2,389 | 0.667643 | 0.663876 | 90 | 25.544445 | 22.474756 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
36c5f46f41bedb3aa3d32be700ed4e0fdecf980e | 25,185,688,294,772 | a91daf48134cb6ead5f45d66ed25d3fe07faee41 | /feign/feign-client1/src/main/java/com/cloud/feign/config/FeignOkHttpConfig.java | 59da14ab8dab089e19f9a39df51e101c3da432f6 | [] | no_license | KingdomCoder/springcloud-learning | https://github.com/KingdomCoder/springcloud-learning | 8165b79acd65269b71c846da300d1b7c049cec61 | f9f6f6b18776eb4f842d1c69810f8fa8fbba0680 | refs/heads/master | 2020-04-14T02:17:07.092000 | 2019-02-21T02:22:31 | 2019-02-21T02:22:31 | 163,579,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloud.feign.config;
import feign.Feign;
import java.util.concurrent.TimeUnit;
import okhttp3.ConnectionPool;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.cloud.openfeign.FeignAutoCon... | UTF-8 | Java | 1,036 | java | FeignOkHttpConfig.java | Java | [
{
"context": "d-learning\n * @description: 启用okhttp配置\n * @author: yunwei.zheng\n * @create: 2018/12/8 下午4:14\n **/\n@Configuration\n",
"end": 537,
"score": 0.9990466237068176,
"start": 525,
"tag": "NAME",
"value": "yunwei.zheng"
}
] | null | [] | package com.cloud.feign.config;
import feign.Feign;
import java.util.concurrent.TimeUnit;
import okhttp3.ConnectionPool;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.cloud.openfeign.FeignAutoCon... | 1,036 | 0.796875 | 0.77832 | 29 | 34.310345 | 34.208393 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 10 |
1691eaf47f30c1b48c8aac4912e5174dd72b846b | 8,237,747,311,716 | 261761a75994f062647282477f129a5b9fe3eaf7 | /src/test/java/org/example/web/controller/licensing/EditionControllerTest.java | 24c2aeb4a81d99c608175d7a0fb4c1576658677a | [
"Apache-2.0"
] | permissive | Jefflin413/Stock-Trading-Helper | https://github.com/Jefflin413/Stock-Trading-Helper | eb15e764d616fcbc2bf72d2597b9078170efb972 | 5c41be337c59f78cdd60d50289b00c684c201107 | refs/heads/master | 2023-01-23T18:25:24.506000 | 2020-12-11T09:50:58 | 2020-12-11T09:50:58 | 273,545,834 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.web.controller.licensing;
import org.example.model.licensing.Edition;
import org.example.model.licensing.TaxonomyProperty;
import org.example.model.licensing.TermProperty;
import org.example.web.controller.RESTControllerTest;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.spring... | UTF-8 | Java | 2,914 | java | EditionControllerTest.java | Java | [] | null | [] | package org.example.web.controller.licensing;
import org.example.model.licensing.Edition;
import org.example.model.licensing.TaxonomyProperty;
import org.example.model.licensing.TermProperty;
import org.example.web.controller.RESTControllerTest;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.spring... | 2,914 | 0.705559 | 0.701441 | 79 | 35.886074 | 31.914042 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35443 | false | false | 10 |
37dcf2d2ef2b23f5f4d9042b2a79351c69ea6797 | 35,167,192,259,323 | 8c7d8604f7c4003175bae69a225e6b9514722d8b | /yx-image-recognition/src/main/java/com/yuxue/config/DefaultMvcConfig.java | d62aa5ec1e8123221394ee9bdef110737cf2dac7 | [
"BSD-3-Clause"
] | permissive | chenxu1234/test1 | https://github.com/chenxu1234/test1 | 4f51e8c2699a637386156bb480d34c6ab239dd49 | 638cf403d6fd847143074311e41f5d6e914bd4d7 | refs/heads/master | 2023-06-21T10:09:39.288000 | 2021-08-02T11:58:02 | 2021-08-02T11:58:02 | 391,888,033 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuxue.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.LocaleResolver;
/**
* 自定义配置
* @author yuxue
* @date 2019-06-13
*/
@Configuration
public class DefaultMvcConfig {
/**
* 国际化配置
* 设... | UTF-8 | Java | 473 | java | DefaultMvcConfig.java | Java | [
{
"context": "servlet.LocaleResolver;\n\n\n\n/**\n * 自定义配置\n * @author yuxue\n * @date 2019-06-13\n */\n@Configuration\npublic cla",
"end": 227,
"score": 0.9996106624603271,
"start": 222,
"tag": "USERNAME",
"value": "yuxue"
}
] | null | [] | package com.yuxue.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.LocaleResolver;
/**
* 自定义配置
* @author yuxue
* @date 2019-06-13
*/
@Configuration
public class DefaultMvcConfig {
/**
* 国际化配置
* 设... | 473 | 0.716553 | 0.698413 | 26 | 15.961538 | 18.253515 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 10 |
6ecd0ec6a49da3dc0fe18ea0b9d2bf19bd82b0b2 | 25,314,537,310,805 | b8c35e13f8268fd0f41d6f62c9bc8a6abf4112d9 | /src/com/lalit/ds/basic/skiplist/SkipListImplTest.java | dae834f6d1c8985b3190eb87be16762bcf85a07f | [] | no_license | lgoyal06/ReviseProgramming | https://github.com/lgoyal06/ReviseProgramming | c83f0e28238d955f294846fd2795537294622c66 | 2ea4fd1ccdef0753268228d4df0fd5c2118da575 | refs/heads/master | 2020-07-25T20:53:24.015000 | 2020-03-07T11:26:32 | 2020-03-07T11:26:32 | 208,421,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lalit.ds.basic.skiplist;
import org.junit.Test;
public class SkipListImplTest{
@Test
public void addFirstElementExpectAddedCorrectlyToSkipList() {
SkipListImpl<Integer> skipList = new SkipListImpl<>();
skipList.insert(3);
assert skipList.size() == 1;
}
@Test
... | UTF-8 | Java | 1,808 | java | SkipListImplTest.java | Java | [] | null | [] | package com.lalit.ds.basic.skiplist;
import org.junit.Test;
public class SkipListImplTest{
@Test
public void addFirstElementExpectAddedCorrectlyToSkipList() {
SkipListImpl<Integer> skipList = new SkipListImpl<>();
skipList.insert(3);
assert skipList.size() == 1;
}
@Test
... | 1,808 | 0.632743 | 0.60896 | 61 | 28.639345 | 21.821957 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590164 | false | false | 10 |
6d7c599aae4cbc3e1f000f2b3b9c517a9f08be90 | 25,314,537,310,781 | 1dfa9b04f377a7ac2a1ecd8a844817c3882482f8 | /src/main/java/br/com/github/guilhermealvessilve/generateprimenumbers/exercise2/Main.java | fd5613edc3b93e7cdb2ac2b3e372fefcf1e41f5b | [] | no_license | guilherme-alves-silve/akka-study | https://github.com/guilherme-alves-silve/akka-study | 50fadf91ed8d5cf8ae696977f442010117046a63 | ba3c39e66c6012fc51412dbb2633f2794f013afd | refs/heads/master | 2023-07-15T22:35:56.747000 | 2021-09-05T04:09:23 | 2021-09-05T04:09:23 | 397,068,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.github.guilhermealvessilve.generateprimenumbers.exercise2;
import akka.actor.typed.ActorSystem;
public class Main {
public static void main(String[] args) {
final ActorSystem<String> actorSystem = ActorSystem.create(ManagerBehavior.newInstance(), "ManagerBehavior");
actorSystem.tel... | UTF-8 | Java | 340 | java | Main.java | Java | [
{
"context": "package br.com.github.guilhermealvessilve.generateprimenumbers.exercise2;\n\nimport akka.acto",
"end": 41,
"score": 0.9970383644104004,
"start": 22,
"tag": "USERNAME",
"value": "guilhermealvessilve"
}
] | null | [] | package br.com.github.guilhermealvessilve.generateprimenumbers.exercise2;
import akka.actor.typed.ActorSystem;
public class Main {
public static void main(String[] args) {
final ActorSystem<String> actorSystem = ActorSystem.create(ManagerBehavior.newInstance(), "ManagerBehavior");
actorSystem.tel... | 340 | 0.744118 | 0.741176 | 11 | 29.90909 | 35.615253 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
d4d7da52d4bc378977059e5a67a02ef22eaead87 | 32,976,758,927,207 | 29810d77b9c2a4ec9dfa4cb120b879df27f3b64a | /networking/p2p/src/main/java/tech/pegasys/teku/networking/p2p/libp2p/gossip/PreparedPubsubMessage.java | 7500da1a0ee2c4c957aedd80edb28baadc14489a | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | txrx-research/teku | https://github.com/txrx-research/teku | 6240e0b8f23964afc42620bf3a7efcf87292a236 | 5af09bf98e0fb25c930768aa189520cb840dcf94 | refs/heads/master | 2023-07-18T15:44:26.259000 | 2020-12-02T19:35:45 | 2020-12-02T19:35:45 | 264,846,751 | 4 | 3 | Apache-2.0 | true | 2021-09-14T08:46:46 | 2020-05-18T06:23:03 | 2020-12-03T11:13:42 | 2021-09-13T18:26:36 | 127,121 | 2 | 2 | 0 | Java | false | false | /*
* Copyright 2020 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | UTF-8 | Java | 2,157 | java | PreparedPubsubMessage.java | Java | [] | null | [] | /*
* Copyright 2020 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 2,157 | 0.77376 | 0.766342 | 62 | 33.790321 | 32.803982 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403226 | false | false | 10 |
1cfb06bc33917cd95a61f1aac892fd3ec0f3dd1d | 2,602,750,182,153 | e3df976adc2e2c49ece1da7c18afd80a4873d9ed | /GamePlane-master/app/src/main/java/com/ispring/planeghost/LaunchAct.java | 96c5eedf0ca914fe7a34000e37201766ce526c1a | [] | no_license | Yuyang1257312385/Project | https://github.com/Yuyang1257312385/Project | 70937c22faf881999c07175f9430eb878da9082a | 18c592a6920911426588cff56f8b6e751792a886 | refs/heads/master | 2021-01-21T20:46:18.491000 | 2018-05-01T06:31:44 | 2018-05-01T06:31:44 | 92,274,697 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ispring.planeghost;
import android.app.Activity;
import android.os.Bundle;
import com.ispring.gameplane.R;
import cn.waps.AppConnect;
/**
* Created by yu on 2017/7/28.
*/
public class LaunchAct extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onC... | UTF-8 | Java | 559 | java | LaunchAct.java | Java | [
{
"context": ".R;\n\nimport cn.waps.AppConnect;\n\n/**\n * Created by yu on 2017/7/28.\n */\n\npublic class LaunchAct extends",
"end": 170,
"score": 0.9022029638290405,
"start": 168,
"tag": "USERNAME",
"value": "yu"
}
] | null | [] | package com.ispring.planeghost;
import android.app.Activity;
import android.os.Bundle;
import com.ispring.gameplane.R;
import cn.waps.AppConnect;
/**
* Created by yu on 2017/7/28.
*/
public class LaunchAct extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onC... | 559 | 0.691312 | 0.678373 | 26 | 19.807692 | 19.187374 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 10 |
460ad0b754f0c35e745fa9477ece27b3f0883542 | 1,408,749,284,750 | c9566baac33a5aefa3aabbf0fd5b5a3fb19c7e55 | /src/main/java/com/study/pattern/adapter/AudioPlayer.java | 66333b1e168eb46fe6d6bf4f3823ce6d056f91ba | [] | no_license | zhuzhudan/decoratorpattern | https://github.com/zhuzhudan/decoratorpattern | 24d9d116d846034568de3f506605900067e62fa7 | 73e6415ddda8aafa06270ffa357963c265ec5d47 | refs/heads/master | 2020-04-29T22:38:57.438000 | 2019-03-19T13:17:09 | 2019-03-19T13:17:09 | 176,454,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.study.pattern.adapter;
public class AudioPlayer{
public void play(String fileName) {
System.out.println("mp3文件正在播放," + fileName);
}
}
| UTF-8 | Java | 177 | java | AudioPlayer.java | Java | [] | null | [] | package com.study.pattern.adapter;
public class AudioPlayer{
public void play(String fileName) {
System.out.println("mp3文件正在播放," + fileName);
}
}
| 177 | 0.687117 | 0.680982 | 7 | 22.285715 | 19.106575 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
40a9a8fd4f0eab457e828d9eaaa841cc7e0f4eeb | 21,775,484,206,463 | 0bda2a3fa1be9fc2a414df0369e1a3e0f399b9d4 | /app/src/main/java/com/dmp/simpleweather/UpdateWidgetService.java | 0f008750b26d76f1afb4c0c116f528528afb07f8 | [] | no_license | developer-dmp/Simple-Weather | https://github.com/developer-dmp/Simple-Weather | 5ed1110ff0879928deb392ec0e86d050bede3aee | d481a67e991499d92d38ecf4c700707b8ef7e26e | refs/heads/master | 2020-03-15T02:37:04.862000 | 2018-05-03T03:16:51 | 2018-05-03T03:16:51 | 125,881,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dmp.simpleweather;
import android.app.PendingIntent;
import android.app.Service;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.util.Log;
import android.widget.Remo... | UTF-8 | Java | 3,620 | java | UpdateWidgetService.java | Java | [
{
"context": "s obtained from the network request.\n *\n * @author Domenic Polidoro\n * @version 1.0\n */\n\npublic class UpdateWidgetSer",
"end": 476,
"score": 0.9998913407325745,
"start": 460,
"tag": "NAME",
"value": "Domenic Polidoro"
}
] | null | [] | package com.dmp.simpleweather;
import android.app.PendingIntent;
import android.app.Service;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.util.Log;
import android.widget.Remo... | 3,610 | 0.66989 | 0.668232 | 85 | 41.588234 | 36.25053 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.752941 | false | false | 10 |
f4529ff3fe15704709771687c1e704581abc8a6b | 21,414,706,951,665 | 3883720c498de8442775b89abf8917efd32aaa1e | /Bombercraft/src/bombercraft/gui/menu/JoinGameMenu.java | 68f9ce0d4fdc96e0655d40813bb7fa8dbc66f20b | [] | no_license | G43riko/Bombercraft | https://github.com/G43riko/Bombercraft | 5974a039cd6ea718b3f251fcd8bb1ad6980fcd0b | 415340815c965ad789ed86762d3ee049ff8e0005 | refs/heads/master | 2021-01-19T14:34:31.231000 | 2017-06-14T15:10:23 | 2017-06-14T15:10:23 | 41,015,272 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bombercraft.gui.menu;
import bombercraft.game.MenuAble;
import bombercraft.gui.component.GameLine;
import utils.math.GVector2f;
public class JoinGameMenu extends Menu {
public JoinGameMenu(MenuAble parent) {
super(parent);
addComponent("newGame", new GameLine(this));
}
@Override
public void doAct(GV... | UTF-8 | Java | 550 | java | JoinGameMenu.java | Java | [] | null | [] | package bombercraft.gui.menu;
import bombercraft.game.MenuAble;
import bombercraft.gui.component.GameLine;
import utils.math.GVector2f;
public class JoinGameMenu extends Menu {
public JoinGameMenu(MenuAble parent) {
super(parent);
addComponent("newGame", new GameLine(this));
}
@Override
public void doAct(GV... | 550 | 0.725455 | 0.721818 | 33 | 15.666667 | 16.399679 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.060606 | false | false | 10 |
41bb7fb3d188c7b9330eaf01f17cd08b60845f10 | 2,345,052,174,263 | e848dae21a175c64d8af7de223bf4f9e441bb92f | /rentcar/src/com/bjsxt/mapper/LogsMapper.java | f2821b85f0937621dff9fd7631e252c163d30530 | [] | no_license | zhouzhou2020/rentcar | https://github.com/zhouzhou2020/rentcar | b23f880f800244afa25537d0506ef446ddd3603b | 8aac46780ff29b4f6e8583a3aa4213097bb99c1e | refs/heads/master | 2021-03-04T00:15:51.424000 | 2017-12-08T11:48:00 | 2017-12-08T11:48:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bjsxt.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import com.bjsxt.pojo.Car;
import... | UTF-8 | Java | 1,274 | java | LogsMapper.java | Java | [
{
"context": "\t\r\n\t@Update(\"update logs set \"\r\n\t\t\t+ \" username=#{username},action=#{action},actiontime=#{actiontime}, \"\r\n\t\t",
"end": 1122,
"score": 0.9594569802284241,
"start": 1114,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.bjsxt.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import com.bjsxt.pojo.Car;
import... | 1,274 | 0.613821 | 0.612195 | 62 | 17.838709 | 19.595255 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.193548 | false | false | 10 |
a576d8bcda5f30e527117632d477418108effa11 | 36,009,005,821,176 | 727d74d0becad9dbbd1b590c94f2c02e89229c59 | /src/matsu/FileSelect.java | 8eac8aca5798e6a835f90e9d05d324c721b87834 | [] | no_license | pitpod/Report2 | https://github.com/pitpod/Report2 | 6ff9928a5815e4df030d0fa388ac4b200ce90dcf | 4a7ad2f652a764fc8217f5b4a70f86c6571ad590 | refs/heads/master | 2023-06-08T18:28:51.839000 | 2023-06-05T00:33:09 | 2023-06-05T00:33:09 | 216,444,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package matsu;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayLi... | UTF-8 | Java | 10,894 | java | FileSelect.java | Java | [] | null | [] | package matsu;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayLi... | 10,894 | 0.580958 | 0.568567 | 292 | 34.760273 | 25.273926 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.972603 | false | false | 10 |
4df2026033c78106cc6b7e91d2855506d38e77c7 | 35,837,207,127,195 | 85fe63013d7794c201869fe2b3661b69ebf5bf57 | /src/main/java/org/dbaron/mower/model/WayPoint.java | 95e49781118ea10c4862155e6aa2f6ac61fae614 | [] | no_license | Axel-Regnoult/Z_mower-1 | https://github.com/Axel-Regnoult/Z_mower-1 | 68691cd268b2f9ac38d0c14b2b6333c0b1df4344 | c0ec556fe01fd291d638cab8a6609a59fc0662f3 | refs/heads/master | 2021-12-23T04:57:47.352000 | 2015-02-15T15:45:58 | 2015-02-15T15:45:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dbaron.mower.model;
/**
* A point in a cartesian coordinate system.
* Described by a position and an orientation.
*
* Created by dbaron on 27/01/15.
*/
public class WayPoint extends Point {
public WayPoint() {
super();
}
public WayPoint(Position position, Orientation orientation)... | UTF-8 | Java | 368 | java | WayPoint.java | Java | [
{
"context": "by a position and an orientation.\n *\n * Created by dbaron on 27/01/15.\n */\npublic class WayPoint extends Po",
"end": 152,
"score": 0.9986901879310608,
"start": 146,
"tag": "USERNAME",
"value": "dbaron"
}
] | null | [] | package org.dbaron.mower.model;
/**
* A point in a cartesian coordinate system.
* Described by a position and an orientation.
*
* Created by dbaron on 27/01/15.
*/
public class WayPoint extends Point {
public WayPoint() {
super();
}
public WayPoint(Position position, Orientation orientation)... | 368 | 0.665761 | 0.649457 | 18 | 19.5 | 19.830532 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 10 |
ef5d8d0551d17b5e9760a613fa320d814927b537 | 34,892,314,336,759 | 947de8a50a6a19922233a3c59cba25aae9f53586 | /ss-service/src/main/java/com/rainbow/business/system/dao/SystemUserMapper.java | 41590b5f8aec8dd67b648f68120fca200c717c30 | [] | no_license | Levill2020/ss-project | https://github.com/Levill2020/ss-project | 101bd43d7f4a10a845a0e92e7f624767adba3151 | 966173438f498dc3f9b3e8037d46a96622477050 | refs/heads/master | 2020-06-16T15:25:06.503000 | 2020-05-07T09:17:22 | 2020-05-07T09:17:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rainbow.business.system.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rainbow.domain.SystemUserDO;
public interface SystemUserMapper extends BaseMapper<SystemUserDO> {
}
| UTF-8 | Java | 210 | java | SystemUserMapper.java | Java | [] | null | [] | package com.rainbow.business.system.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rainbow.domain.SystemUserDO;
public interface SystemUserMapper extends BaseMapper<SystemUserDO> {
}
| 210 | 0.838095 | 0.838095 | 7 | 29 | 26.414282 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
a55a6ba4443f1f6c0da5675b758aded56c2c2919 | 5,222,680,271,884 | 9457c28ac50e2b15674dca310f1017173fe711a0 | /src/main/java/com/cast/day14IO/inputStream/FileInputStreamDemo02.java | 799ccf717adbbedaf2c78780a408bfcd74d4ccf1 | [] | no_license | mochiyouyu/Demo | https://github.com/mochiyouyu/Demo | 16380a3673d00c51bcb81d11cccff422eeb24830 | 9d3d0c3f048b214f6ffc37afb9d22a15a73e37f2 | refs/heads/master | 2022-12-29T20:49:53.398000 | 2020-10-14T12:56:25 | 2020-10-14T12:56:25 | 279,068,598 | 0 | 0 | null | false | 2020-10-14T00:27:43 | 2020-07-12T13:19:41 | 2020-09-13T14:45:14 | 2020-10-14T00:27:42 | 205 | 0 | 0 | 1 | Java | false | false | package com.cast.day14IO.inputStream;
import java.io.FileInputStream;
import java.io.IOException;
public class FileInputStreamDemo02 {
public static void main(String[] args) throws IOException {
FileInputStream fileInputStream = new FileInputStream("D:\\a\\d.txt");
int len = 0;
while ((len... | UTF-8 | Java | 487 | java | FileInputStreamDemo02.java | Java | [] | null | [] | package com.cast.day14IO.inputStream;
import java.io.FileInputStream;
import java.io.IOException;
public class FileInputStreamDemo02 {
public static void main(String[] args) throws IOException {
FileInputStream fileInputStream = new FileInputStream("D:\\a\\d.txt");
int len = 0;
while ((len... | 487 | 0.640657 | 0.628337 | 16 | 29.4375 | 22.399689 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
6f5a5d1d64d411cb43a3b380b57818f265ccb218 | 21,509,196,277,942 | 07993ad818bd8a50e8a523cbf6f72f88be710ea8 | /src/main/java/m03/d28/huangjin/dt59_dao/src/com/entity/QuestionInfoDaoImpl.java | 1b04b02dcab7b1248a18f329a0c8c180472a6a1d | [] | no_license | wangpengcheng123/wang | https://github.com/wangpengcheng123/wang | 0b5dcee7bb1de4c484e6935aab463bfcd877e456 | c4e228b7c7d1ff4ee2cf80b9ca1b64199071c2f8 | refs/heads/master | 2021-05-14T09:31:06.304000 | 2018-05-15T07:32:43 | 2018-05-15T07:32:43 | 116,326,233 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Project Name:dt59_dao
* File Name:QuestionInfoDaoImpl.java
* Package Name:com.entity
* Date:2018年3月28日下午5:01:03
* Copyright (c) 2018, bluemobi All Rights Reserved.
*/
package com.entity;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.dao.BaseDao;
import com.da... | UTF-8 | Java | 2,580 | java | QuestionInfoDaoImpl.java | Java | [
{
"context": " * Date: 2018年3月28日 下午5:01:03 <br/>\n * \n * @author huangjin\n * @version\n * @see\n */\n/*\n * 创建DAO实现类QuestionInf",
"end": 425,
"score": 0.9884241223335266,
"start": 417,
"tag": "USERNAME",
"value": "huangjin"
}
] | null | [] | /**
* Project Name:dt59_dao
* File Name:QuestionInfoDaoImpl.java
* Package Name:com.entity
* Date:2018年3月28日下午5:01:03
* Copyright (c) 2018, bluemobi All Rights Reserved.
*/
package com.entity;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.dao.BaseDao;
import com.da... | 2,580 | 0.554625 | 0.537879 | 95 | 25.4 | 21.29067 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547368 | false | false | 10 |
9bbcfb757164d488029518dae64d3872d2508d69 | 9,740,985,863,859 | fa2f023dd463f6eada9be43f600d559ce5beb67d | /src/main/java/de/gedelmann/reqman/service/dto/package-info.java | 96419bd535dca9e02e2f3f8443be4957ce231e37 | [] | no_license | GEdelmann/reqman | https://github.com/GEdelmann/reqman | 7ab5eb9cca990c4db323bd5c77416ed6621b1427 | 8607ad1b8cc05ea043ca716ffec7b86f8e6eb965 | refs/heads/master | 2020-03-21T13:36:35.043000 | 2018-07-03T12:33:31 | 2018-07-03T12:33:31 | 135,269,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Data Transfer Objects.
*/
package de.gedelmann.reqman.service.dto;
| UTF-8 | Java | 75 | java | package-info.java | Java | [] | null | [] | /**
* Data Transfer Objects.
*/
package de.gedelmann.reqman.service.dto;
| 75 | 0.706667 | 0.706667 | 4 | 17.75 | 15.674422 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
37ab3fcfa8872fcd55967a9e97a32b56b0ae5d97 | 25,280,177,552,303 | 17667bc519a6cb80a3f29f5dce5c38cd4e3506d1 | /Ch06_Exception/src/p01/tryCatchfinally/GoodsExample.java | 47c909126b6f19dffc22313a2c5fedb007fa65ed | [] | no_license | Shin-JS/jsjavaex | https://github.com/Shin-JS/jsjavaex | 80270cf939aa9ff62ad68248304a2f4fcc08219c | 17904a9b4e141b892261cc03c72c9512a4b832ea | refs/heads/master | 2021-05-07T21:50:49.378000 | 2017-12-08T07:58:14 | 2017-12-08T07:58:14 | 109,063,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p01.tryCatchfinally;
/**[예외처리]
*
**/
public class GoodsExample {
public static void main(String[] args) {
try {
//객체생성
Goods goods = new Goods("새우깡",1000);
System.out.println(goods.getGoodsName()+"의 가격은 "+goods.getPrice());
goods.upPrice(200);
System.out.println(goods.getGoodsName()+"의 가격은 "+go... | UTF-8 | Java | 546 | java | GoodsExample.java | Java | [
{
"context": "gs) {\n\t\ttry {\n\t\t//객체생성\n\t\tGoods goods = new Goods(\"새우깡\",1000);\n\t\tSystem.out.println(goods.getGoodsName()",
"end": 162,
"score": 0.7875833511352539,
"start": 159,
"tag": "NAME",
"value": "새우깡"
}
] | null | [] | package p01.tryCatchfinally;
/**[예외처리]
*
**/
public class GoodsExample {
public static void main(String[] args) {
try {
//객체생성
Goods goods = new Goods("새우깡",1000);
System.out.println(goods.getGoodsName()+"의 가격은 "+goods.getPrice());
goods.upPrice(200);
System.out.println(goods.getGoodsName()+"의 가격은 "+go... | 546 | 0.665272 | 0.633891 | 21 | 21.761906 | 21.06205 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 10 |
0c10f2ba467a892bbfa4cfa48773cf101e72dfe0 | 33,045,478,413,917 | 91c4e5eb2f37e91987052d9c0a7ce0f83575cbe6 | /src/Logger.java | 2e5f7fff7ccb96bd3f3ebad020d8e35de3be0992 | [] | no_license | lukas235/CS5001-p3-webserver | https://github.com/lukas235/CS5001-p3-webserver | b9de1b0d8d68b00aca63d75cd97aff19fc72ae74 | 7ec769acbb85e9545e602f0bf967eb8d76adc4a9 | refs/heads/master | 2022-01-13T02:22:29.535000 | 2019-06-02T00:40:12 | 2019-06-02T00:40:12 | 71,175,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* The Logger can log valid and invalid requests and write them to separate files.
* The two files can be specified in the Configuration.jav... | UTF-8 | Java | 1,992 | java | Logger.java | Java | [] | null | [] | import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* The Logger can log valid and invalid requests and write them to separate files.
* The two files can be specified in the Configuration.jav... | 1,992 | 0.657631 | 0.657631 | 75 | 24.559999 | 25.137085 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
071e5de6edfe77d56a629cf8d8c7af5b6d58c412 | 26,225,070,335,143 | aa502b78d5ce368c3dd8de2df3ca79f21255e4d1 | /web-pet/src/main/java/com/example/webpet/service/PetService.java | 289f0f9b0d265f0e6879f0de06a3bbd5e6630870 | [] | no_license | zuihouderen/pet_home | https://github.com/zuihouderen/pet_home | cc0e70ba1f376b1cbc764ef1164d7e7dbe5a4fb1 | fb966095be5e8445acd60e9c235d20bc960c1ac7 | refs/heads/main | 2023-03-12T11:39:14.233000 | 2021-03-02T03:38:43 | 2021-03-02T03:38:43 | 343,626,469 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.webpet.service;
import com.example.webpet.entity.Pet;
import com.example.webpet.entity.PetExample;
import com.example.webpet.mapper.PetMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
p... | UTF-8 | Java | 934 | java | PetService.java | Java | [] | null | [] | package com.example.webpet.service;
import com.example.webpet.entity.Pet;
import com.example.webpet.entity.PetExample;
import com.example.webpet.mapper.PetMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
p... | 934 | 0.710921 | 0.710921 | 34 | 25.470589 | 21.698788 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 10 |
33791fc995ae40e36d48973a4ac7d99f78c8c1a6 | 7,799,660,627,056 | 7b5a744665462c985652bd05685b823a0c6d64f6 | /zttx-tradecore/src/main/java/com/zttx/web/module/dealer/service/OrderShipRecordServiceImpl.java | 71009992c8cc6ca7c3ea627ba7905c637c49414d | [] | no_license | isoundy000/zttx-trading | https://github.com/isoundy000/zttx-trading | d8a7de3d846e1cc2eb0b193c31d45d36b04f7372 | 1eee959fcf1d460fe06dfcb7c79c218bcb6f5872 | refs/heads/master | 2021-01-14T01:07:42.580000 | 2016-01-10T04:12:40 | 2016-01-10T04:12:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015 Zttx, Inc. All rights reserved. 8637.com
* PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.zttx.web.module.dealer.service;
import com.zttx.sdk.core.GenericServiceApiImpl;
import com.zttx.web.module.dealer.entity.OrderShipRecord;
import com.zttx.web.module.deal... | UTF-8 | Java | 1,565 | java | OrderShipRecordServiceImpl.java | Java | [
{
"context": " 2015</p>\r\n * <p>Company: 8637.com</p>\r\n * @author Playguy\r\n * @version 1.0\r\n */\r\n@Service\r\npublic class Ord",
"end": 728,
"score": 0.9856517314910889,
"start": 721,
"tag": "USERNAME",
"value": "Playguy"
}
] | null | [] | /*
* Copyright 2015 Zttx, Inc. All rights reserved. 8637.com
* PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.zttx.web.module.dealer.service;
import com.zttx.sdk.core.GenericServiceApiImpl;
import com.zttx.web.module.dealer.entity.OrderShipRecord;
import com.zttx.web.module.deal... | 1,565 | 0.719218 | 0.705537 | 48 | 29.979166 | 29.87229 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 10 |
515532741eadd490894307538301b2e6b0739750 | 17,497,696,802,744 | fa01087bb5eb9ed7b382454564b2bff8bcfd7dd3 | /java/src/main/java/online/atCoder/beginnerContext117/Streamline.java | 923a949c213547c72b189f69155a091ef4037d90 | [] | no_license | htbkoo/java | https://github.com/htbkoo/java | bdeec81c4a3702c281d9a085cc2c222b8643a11f | fa9f3ffeb4cb706c980a0419a3f12240838217ee | refs/heads/master | 2022-06-23T19:58:56.442000 | 2020-10-14T08:50:54 | 2020-10-14T08:50:54 | 70,448,095 | 1 | 0 | null | false | 2022-01-04T16:32:33 | 2016-10-10T03:20:15 | 2020-10-14T08:50:57 | 2022-01-04T16:32:31 | 1,517 | 0 | 0 | 3 | Java | false | false | package online.atCoder.beginnerContext117;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.PriorityQueue;
import java.util.Scanner;
public class Streamline {
private static final Comparator<Integer> DESCENDING_ORDER = (a, b) -> Integer.compare(b, a);
public st... | UTF-8 | Java | 1,799 | java | Streamline.java | Java | [] | null | [] | package online.atCoder.beginnerContext117;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.PriorityQueue;
import java.util.Scanner;
public class Streamline {
private static final Comparator<Integer> DESCENDING_ORDER = (a, b) -> Integer.compare(b, a);
public st... | 1,799 | 0.548082 | 0.543079 | 72 | 23.986111 | 20.800303 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652778 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.