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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4128b854ef14eaff7bec1e30754a860d132ce641 | 15,290,083,601,266 | dc27274cfde27ef94a6a686d1b646f484c918dad | /src/main/java/com/piotics/model/UserShort.java | bdaf53439ba7b53033e60710f55e302f749d7436 | [] | no_license | vishnumanohar7/javaWebBase | https://github.com/vishnumanohar7/javaWebBase | 426b45aa19856b685094b30732e968e4a58e7e71 | daf7ee85db9416471c3d31df837b645b8b787c19 | refs/heads/master | 2022-07-10T20:19:13.997000 | 2019-11-08T07:28:45 | 2019-11-08T07:28:45 | 146,766,952 | 0 | 0 | null | false | 2022-03-08T21:21:49 | 2018-08-30T15:04:46 | 2019-11-08T07:28:52 | 2022-03-08T21:21:48 | 10,603 | 0 | 0 | 5 | Java | false | false | package com.piotics.model;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "user")
public class UserShort {
private String id;
private String username;
private String fileId;
public UserShort() {}
public UserShort(String id, String username, String fileId) {
super();
... | UTF-8 | Java | 734 | java | UserShort.java | Java | [
{
"context": "Id) {\n\t\tsuper();\n\t\tthis.id = id;\n\t\tthis.username = username;\n\t\tthis.fileId = fileId;\n\t}\n\n\tpublic String getId",
"end": 360,
"score": 0.9963008761405945,
"start": 352,
"tag": "USERNAME",
"value": "username"
},
{
"context": "d setUsername(String username)... | null | [] | package com.piotics.model;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "user")
public class UserShort {
private String id;
private String username;
private String fileId;
public UserShort() {}
public UserShort(String id, String username, String fileId) {
super();
... | 734 | 0.700273 | 0.700273 | 45 | 15.311111 | 16.124271 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 14 |
1febf0fb1bbc3e699b7aa91f5d258e33a7c9ea76 | 27,109,833,642,673 | 85791ba047d88187b6da2eda745028a05134d280 | /src/main/java/com/github/aelmod/calendar/MonthPrinter.java | d035c578ae6ee065deca96e392dfc05ff1bd26e4 | [] | no_license | aelmod/calendar | https://github.com/aelmod/calendar | 0707abc44f847080e1d091f2689d9aedb05029ce | 55e3aefe65048fb85cfcc2ccd5d52d45cbc972eb | refs/heads/master | 2021-01-19T10:34:55.078000 | 2017-04-02T17:53:14 | 2017-04-02T17:53:14 | 86,494,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.aelmod.calendar;
import java.time.DayOfWeek;
import java.time.LocalDate;
import java.time.YearMonth;
public class MonthPrinter {
private YearMonth yearMonth;
private String pattern = "%5s";
private int daysInMonth;
private DayOfWeek monthStartsOf;
public MonthPrinter(YearMo... | UTF-8 | Java | 2,662 | java | MonthPrinter.java | Java | [] | null | [] | package com.github.aelmod.calendar;
import java.time.DayOfWeek;
import java.time.LocalDate;
import java.time.YearMonth;
public class MonthPrinter {
private YearMonth yearMonth;
private String pattern = "%5s";
private int daysInMonth;
private DayOfWeek monthStartsOf;
public MonthPrinter(YearMo... | 2,662 | 0.590909 | 0.587153 | 95 | 27.021053 | 23.545691 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515789 | false | false | 14 |
61808419e5d0cc93540ba297402bd316eb081592 | 33,371,895,948,246 | 0548dfbcdf2e6c61c579bb1b5661940ddbc34e61 | /src/edu/dlufl/chapter04/example09_2/People.java | 0d7ebdf486b01ba8b66a5c304d0d26eb1e895311 | [] | no_license | wang53224/java-homework-idea | https://github.com/wang53224/java-homework-idea | 35b3e33c0b1821604956cf989163f62e1a62588f | 93619d4751dc01e95537e0c0fdb1536fdf81db09 | refs/heads/master | 2022-12-01T20:23:47.145000 | 2020-08-21T13:11:08 | 2020-08-21T13:11:08 | 275,358,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.dlufl.chapter04.example09_2;
class People extends Ape{
String name = "张三";
int age = 18;
void crySpeak(String s){
System.out.println("------开始说话---------");
System.out.println("我叫:" + name);
System.out.println(s);
}
void computer(int a,int b){
super.cry... | UTF-8 | Java | 427 | java | People.java | Java | [
{
"context": "_2;\n\nclass People extends Ape{\n String name = \"张三\";\n int age = 18;\n\n void crySpeak(String s){",
"end": 89,
"score": 0.9995895028114319,
"start": 87,
"tag": "NAME",
"value": "张三"
}
] | null | [] | package edu.dlufl.chapter04.example09_2;
class People extends Ape{
String name = "张三";
int age = 18;
void crySpeak(String s){
System.out.println("------开始说话---------");
System.out.println("我叫:" + name);
System.out.println(s);
}
void computer(int a,int b){
super.cry... | 427 | 0.526316 | 0.508772 | 17 | 22.470589 | 17.617229 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 14 |
85c8959b9391936f74a9a3b5d0494ffb249e41f2 | 28,922,309,813,147 | 2433543f1aa64aa77a1c979fa21232cca57a6612 | /src/com/github/wangji92/arthas/plugin/utils/AliyunOssUtils.java | 02c20d62e2376f19250a507de10b8da585a95594 | [
"Apache-2.0"
] | permissive | WangJi92/arthas-idea-plugin | https://github.com/WangJi92/arthas-idea-plugin | 5c739ed4b35fbd6857215d613231e3ef0bfc405c | f8b7582b14d46c0537d0279321ee53df1c7fe332 | refs/heads/master | 2023-07-13T08:50:27.065000 | 2023-07-12T04:35:33 | 2023-07-12T04:35:33 | 229,438,042 | 546 | 85 | Apache-2.0 | false | 2023-07-12T04:35:34 | 2019-12-21T14:20:33 | 2023-07-12T01:45:16 | 2023-07-12T04:35:33 | 13,157 | 497 | 81 | 5 | Java | false | false | package com.github.wangji92.arthas.plugin.utils;
import com.aliyun.oss.ClientException;
import com.aliyun.oss.OSS;
import com.aliyun.oss.OSSClientBuilder;
import com.aliyun.oss.OSSException;
import com.aliyun.oss.internal.OSSUtils;
import com.aliyun.oss.model.BucketInfo;
import com.aliyun.oss.model.OSSObject;
import c... | UTF-8 | Java | 5,257 | java | AliyunOssUtils.java | Java | [
{
"context": "package com.github.wangji92.arthas.plugin.utils;\n\nimport com.aliyun.oss.Clien",
"end": 27,
"score": 0.9804822206497192,
"start": 19,
"tag": "USERNAME",
"value": "wangji92"
},
{
"context": "yun.oss.model.PutObjectRequest;\nimport com.github.wangji92.arthas.plugin.setti... | null | [] | package com.github.wangji92.arthas.plugin.utils;
import com.aliyun.oss.ClientException;
import com.aliyun.oss.OSS;
import com.aliyun.oss.OSSClientBuilder;
import com.aliyun.oss.OSSException;
import com.aliyun.oss.internal.OSSUtils;
import com.aliyun.oss.model.BucketInfo;
import com.aliyun.oss.model.OSSObject;
import c... | 5,257 | 0.66779 | 0.663826 | 143 | 34.27972 | 34.256416 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 14 |
f8b4c1f736f11bb2d821f71bf0eafccd29d3685b | 10,385,230,968,315 | 5a19732e1f1dfaccb7f40d9c4b4cce32671ce7d4 | /FrontEnd/src/com/xiaohuteam/dao/GoodsDao.java | 8d9b252e8e6d256d14db72477f7b5c2874e5aeda | [] | no_license | yingsongwu/ShoppingMall | https://github.com/yingsongwu/ShoppingMall | 536cbc4d7fb039c9ad97cbb5c217fdb2181e6f61 | dab3ffff1bc1ec84770250fc654428143a8521fd | refs/heads/master | 2021-07-06T19:54:08.770000 | 2017-09-28T08:53:16 | 2017-09-28T08:53:16 | 105,095,500 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaohuteam.dao;
import java.util.List;
import com.xiaohuteam.pojo.Goods;
public interface GoodsDao {
//通过类别查找该类别的所有商品
List<Goods> FindAllgoodsByType(int type);
//通过类别查找返回对应类别商品的名字
List<String> findGoodsName(int type);
//通过商品Id查找返回商品信息
Goods findGoodsById(int goodsId);
//通过商品名字返回商品信息
Goods... | UTF-8 | Java | 474 | java | GoodsDao.java | Java | [] | null | [] | package com.xiaohuteam.dao;
import java.util.List;
import com.xiaohuteam.pojo.Goods;
public interface GoodsDao {
//通过类别查找该类别的所有商品
List<Goods> FindAllgoodsByType(int type);
//通过类别查找返回对应类别商品的名字
List<String> findGoodsName(int type);
//通过商品Id查找返回商品信息
Goods findGoodsById(int goodsId);
//通过商品名字返回商品信息
Goods... | 474 | 0.771978 | 0.771978 | 21 | 16.333334 | 15.609318 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.904762 | false | false | 14 |
4f38a56623ed8d7621c8f56728c3271967b38896 | 29,996,051,622,143 | 8d7c5163ae675905b0d8561b367c457ccdb4a48e | /app/src/main/java/com/aikya/konnek2/ui/adapters/chats/PrivateChatMessageAdapter.java | 830cd48dd415955ef7c9ada78da8f270f2baaae9 | [] | no_license | Aikya1/Konnek2 | https://github.com/Aikya1/Konnek2 | 06823548b52844310bfb69d13a9e604502332e98 | 6425413604b875e5dbe77f375d37765b1ffa0c61 | refs/heads/master | 2020-03-19T09:41:45.714000 | 2018-06-06T14:52:33 | 2018-06-06T14:52:33 | 136,310,340 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aikya.konnek2.ui.adapters.chats;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.ContextMenu;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout... | UTF-8 | Java | 15,621 | java | PrivateChatMessageAdapter.java | Java | [] | null | [] | package com.aikya.konnek2.ui.adapters.chats;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.ContextMenu;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout... | 15,621 | 0.700403 | 0.698739 | 379 | 40.218998 | 37.192249 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649077 | false | false | 14 |
3ea8e6e6b2d901dc3b2fd3429d828c8cec4cfa98 | 32,203,664,814,003 | 99b2df15f010b130f9277e4aac47a40c42be83fb | /JavaPracticles/13_Arrays/src/com/k2js/arrays/practice/AllSyntaxes.java | 5c7b44212d5996d107e686bd8ee7fa3c0890424b | [] | no_license | dirsavancha/K2jsByJitFullyClasses | https://github.com/dirsavancha/K2jsByJitFullyClasses | 5ec54ca17f561b4649e2809a1abce2c800c5b304 | ac3835edf613cebb07cc43c0054cc334e594f59f | refs/heads/master | 2021-06-27T16:29:43.631000 | 2019-11-20T06:12:13 | 2019-11-20T06:12:13 | 222,861,379 | 0 | 0 | null | false | 2021-04-26T19:42:46 | 2019-11-20T05:52:58 | 2019-11-20T06:13:54 | 2021-04-26T19:42:46 | 30,141 | 0 | 0 | 11 | Java | false | false | //Using all Syntaxes
package com.k2js.arrays.practice;
class AllSyntaxes{
static int[]i={10,20};
static String[] j=new String[]{"H","E"};
static int[] k=new int[2];
static Integer[] l=new Integer[2];
}
class AllSyntaxesLogic{
public static void m(StringBuffer[] m,Object[] n){
for(int i=0;i<m.length;i++){
/... | UTF-8 | Java | 753 | java | AllSyntaxes.java | Java | [] | null | [] | //Using all Syntaxes
package com.k2js.arrays.practice;
class AllSyntaxes{
static int[]i={10,20};
static String[] j=new String[]{"H","E"};
static int[] k=new int[2];
static Integer[] l=new Integer[2];
}
class AllSyntaxesLogic{
public static void m(StringBuffer[] m,Object[] n){
for(int i=0;i<m.length;i++){
/... | 753 | 0.674635 | 0.662683 | 26 | 28 | 36.174789 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.653846 | false | false | 14 |
5bfd66f371aefc626521b797966f354ee4a7881b | 171,798,740,226 | 511af0b95e2ddb080e7c9fad6548198c51a377b1 | /app/src/main/java/com/example/monicamarcus/processingjsondata/MainActivity.java | 07de45d02e518eb7ce4ebf17bb227dccbe4b9d20 | [] | no_license | monicamarcus/ProcessingJSONData | https://github.com/monicamarcus/ProcessingJSONData | 5f822aecdeb52e37e30a36f4f283f55529b56dfe | 3ec432f73cafa6602d5deeafdceb49ceb2037271 | refs/heads/master | 2021-01-12T03:38:38.069000 | 2017-01-06T22:57:02 | 2017-01-06T22:57:02 | 78,242,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.monicamarcus.processingjsondata;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import org.json.JSONArray;
import ... | UTF-8 | Java | 2,735 | java | MainActivity.java | Java | [
{
"context": "package com.example.monicamarcus.processingjsondata;\n\nimport android.app.Activity;",
"end": 32,
"score": 0.970220148563385,
"start": 20,
"tag": "USERNAME",
"value": "monicamarcus"
}
] | null | [] | package com.example.monicamarcus.processingjsondata;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import org.json.JSONArray;
import ... | 2,735 | 0.636197 | 0.624497 | 80 | 33.1875 | 26.675877 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6625 | false | false | 14 |
2775e3282655c88740cbf121910a9a7df64455a2 | 23,776,939,017,710 | 7cc5b7d137a3c700653cbda7a3fdfbd1c1599d37 | /src/main/java/com/raisedsoftware/Controller.java | e5c7bfba3041e4071c1e03c76d1bc4d2a6572949 | [] | no_license | Cranked/FileConverter | https://github.com/Cranked/FileConverter | 39467beae758084c27e9264f3b1fe7246e080f99 | 2d843144ec4095da680c09b2b629199eaf6d8c0b | refs/heads/master | 2023-06-21T16:13:57.963000 | 2021-06-26T09:55:37 | 2021-06-26T09:55:37 | 380,468,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raisedsoftware;
import com.raisedsoftware.model.ImageViewModel;
import javafx.fxml.FXML;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.DragEvent;
import javafx.scene.input.TransferMode;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
impo... | UTF-8 | Java | 3,928 | java | Controller.java | Java | [] | null | [] | package com.raisedsoftware;
import com.raisedsoftware.model.ImageViewModel;
import javafx.fxml.FXML;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.DragEvent;
import javafx.scene.input.TransferMode;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
impo... | 3,928 | 0.506365 | 0.500255 | 119 | 32.008404 | 22.468838 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 14 |
fd7a1bd46fa3c858ba09aa69c3cd4fa0a59afc73 | 6,073,083,784,153 | d16f9994f467c626c5b91bd4968619359371df8e | /src/Main.java | 6657fd151453e9a21ee8bd47de951a857f267a4a | [] | no_license | dadangeuy/epidemic | https://github.com/dadangeuy/epidemic | 95d9d77a89e0ec0c78ee03175c8334c56de26856 | 493e088fb2a66c9638c09e2fa62e922ecc2a4e53 | refs/heads/master | 2021-04-30T11:48:08.196000 | 2018-02-12T17:35:00 | 2018-02-12T17:35:00 | 121,260,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.apache.commons.io.FileUtils;
import java.io.File;
public class Main {
private static FilesManager manager = new FilesManager("./");
public static void main(String[] args) throws Exception {
for (File file : manager.getFiles(".jpeg", ".jpg", ".png")) {
byte[] data = FileUtils.re... | UTF-8 | Java | 477 | java | Main.java | Java | [] | null | [] | import org.apache.commons.io.FileUtils;
import java.io.File;
public class Main {
private static FilesManager manager = new FilesManager("./");
public static void main(String[] args) throws Exception {
for (File file : manager.getFiles(".jpeg", ".jpg", ".png")) {
byte[] data = FileUtils.re... | 477 | 0.637317 | 0.637317 | 15 | 30.799999 | 27.068308 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
c136034cc0a16efb91ca358d262b9543cea88ee8 | 7,876,970,065,303 | de4823e9fe8734d90d95f52952eebf5713b8b8c6 | /app/src/main/java/com/devfcode/conectadots/generators/ChallengeMenuGenerator.java | 1ff70cd9ebbda8481ce1df9796a39bba6cf10ee4 | [] | no_license | VelascoCode/AppConectaDots | https://github.com/VelascoCode/AppConectaDots | 232a437a002709aa8ae3a1b81200e942e7206aea | 0e36dd683e52df1ceb5243d559b0fedfefebd00f | refs/heads/master | 2016-08-12T10:21:11.375000 | 2016-04-06T05:54:38 | 2016-04-06T05:54:38 | 55,337,160 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.devfcode.conectadots.generators;
import android.content.Context;
import com.devfcode.conectadots.models.challenge.ChallengeCollection;
import android.content.Context;
import com.devfcode.conectadots.utils.json.JSONManager;
import com.google.gson.Gson;
import org.json.JSONObject;
/**
* Created by cvelasc... | UTF-8 | Java | 762 | java | ChallengeMenuGenerator.java | Java | [
{
"context": "on;\nimport org.json.JSONObject;\n\n/**\n * Created by cvelasco on 02/04/16.\n */\n\npublic class ChallengeMenuGener",
"end": 321,
"score": 0.9996596574783325,
"start": 313,
"tag": "USERNAME",
"value": "cvelasco"
}
] | null | [] | package com.devfcode.conectadots.generators;
import android.content.Context;
import com.devfcode.conectadots.models.challenge.ChallengeCollection;
import android.content.Context;
import com.devfcode.conectadots.utils.json.JSONManager;
import com.google.gson.Gson;
import org.json.JSONObject;
/**
* Created by cvelasc... | 762 | 0.783465 | 0.775591 | 24 | 30.75 | 32.577152 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 14 |
1641b9c81f31c16b816ec1b83de22ad4d6cc06ec | 29,068,338,697,370 | 5f435cd47cd52799c7b4046c42f77235b69071f3 | /platform/domain/src/main/java/nl/portinfolink/platform/modules/messaging/domain/tracking/MessageTrackingLog.java | 59e2c6abddc29bd67e5137de1665a4f9a60c1a3d | [] | no_license | suna4it/struts-jsp | https://github.com/suna4it/struts-jsp | d94235991b4eaedf53074e85eb2a4c6b8afec072 | 01576e4a279a316f40c6a61567c281894be61f6e | refs/heads/master | 2017-08-02T07:00:53.809000 | 2017-02-07T11:55:25 | 2017-02-07T11:55:25 | 81,207,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*------------------------------------------------------------------------------
* Ident: Portbase Port Community System
* Copyright (c) Portbase bv 2010. All Rights Reserved.
*------------------------------------------------------------------------------
* Portbase bv * No part of this file may be ... | UTF-8 | Java | 9,545 | java | MessageTrackingLog.java | Java | [
{
"context": ".indirection.ValueHolderInterface;\n\n/**\n * @author Michiel van Rijthoven\n * @version $Id$\n */\npublic class MessageTracking",
"end": 1359,
"score": 0.9998748302459717,
"start": 1338,
"tag": "NAME",
"value": "Michiel van Rijthoven"
}
] | null | [] | /*------------------------------------------------------------------------------
* Ident: Portbase Port Community System
* Copyright (c) Portbase bv 2010. All Rights Reserved.
*------------------------------------------------------------------------------
* Portbase bv * No part of this file may be ... | 9,530 | 0.704138 | 0.703091 | 371 | 24.722372 | 26.294128 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.177898 | false | false | 14 |
d1b403cc627870b7bbfcf81f2c149fe8e25bbfc6 | 20,332,375,187,973 | f1b58635690ee3aeae493e2c7ce7560d8f89e939 | /app/src/main/java/com/pulseplus/xmpp/XmppConnect.java | 643936bb0acef08afdadf3b096ce833d7b07eea1 | [] | no_license | ShriHariPrasathCS/pulse | https://github.com/ShriHariPrasathCS/pulse | 174233077204f7d5e75da18839bb24c95bcc22d0 | 8a2f76394923f35e84ad24a26404114b1685e37b | refs/heads/master | 2021-01-22T05:54:36.104000 | 2017-07-04T08:19:44 | 2017-07-04T08:19:44 | 92,504,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pulseplus.xmpp;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import com.pulseplus.global.Global;
import com.pulseplus.service.XmppService;
import com.pulseplus.util.PrefConnect;
... | UTF-8 | Java | 11,901 | java | XmppConnect.java | Java | [
{
"context": "xt, String serverAddress, String loginUser, String passwordUser) {\n\n // p = Global.initProgress(context);\n",
"end": 1889,
"score": 0.8773168325424194,
"start": 1877,
"tag": "PASSWORD",
"value": "passwordUser"
},
{
"context": "rAddress = serverAddress;\n ... | null | [] | package com.pulseplus.xmpp;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import com.pulseplus.global.Global;
import com.pulseplus.service.XmppService;
import com.pulseplus.util.PrefConnect;
... | 11,895 | 0.552643 | 0.549702 | 343 | 33.699707 | 27.892759 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623907 | false | false | 14 |
d0efc7d3bf63f3ec3df50ad575280e4937ab685f | 8,624,294,343,778 | 8a995785bf1b01110a1ccb058e4d504dffb33fed | /src/main/java/com/hgicreate/rno/domain/gsm/GsmStructJobParam.java | 3e8c8f9baeb6c4e5edc5db56c20a0555f307f782 | [] | no_license | tianxiao666/rno-cloud-platform | https://github.com/tianxiao666/rno-cloud-platform | a1ed2b13c2b5be7cea75bc47c94d4fc2af30db7f | f2fed8ffe208a022a6a9799fbaab0747a9de0adf | refs/heads/master | 2021-09-08T09:22:58.147000 | 2018-03-09T02:34:14 | 2018-03-09T02:34:14 | 124,475,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hgicreate.rno.domain.gsm;
import lombok.Data;
import javax.persistence.*;
/**
* @author tao.xj
*/
@Data
@Entity
@Table(name = "RNO_GSM_STRUCANA_JOB_PARAM")
public class GsmStructJobParam {
@Id
@GeneratedValue(generator = "GsmStructJobParamSeq")
@SequenceGenerator(name = "GsmS... | UTF-8 | Java | 632 | java | GsmStructJobParam.java | Java | [
{
"context": "\r\n\r\nimport javax.persistence.*;\r\n\r\n/**\r\n * @author tao.xj\r\n */\r\n@Data\r\n@Entity\r\n@Table(name = \"RNO_GSM_STRUCA",
"end": 117,
"score": 0.9217464327812195,
"start": 111,
"tag": "USERNAME",
"value": "tao.xj"
}
] | null | [] | package com.hgicreate.rno.domain.gsm;
import lombok.Data;
import javax.persistence.*;
/**
* @author tao.xj
*/
@Data
@Entity
@Table(name = "RNO_GSM_STRUCANA_JOB_PARAM")
public class GsmStructJobParam {
@Id
@GeneratedValue(generator = "GsmStructJobParamSeq")
@SequenceGenerator(name = "GsmS... | 632 | 0.691456 | 0.689873 | 26 | 22.307692 | 25.401043 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
07cfb18b5bc1604dc3e8dc0fa2c3bc9fbabfff3c | 2,654,289,792,832 | 5cbfcf4b7cca17f2d0ceda6df4638a5ba52b01b7 | /app/src/main/java/com/huami/merchant/fragment/TaskFragment.java | de7b90165201743a1d844b8f09781e589733f0c9 | [] | no_license | Huami-Henry/HuamiMerchant | https://github.com/Huami-Henry/HuamiMerchant | 0289bf6eb7e1663fee9c7bf44cfed5c4a498b683 | 92b11ded51c2106451a11c50ad279c136f1dd43b | refs/heads/master | 2021-05-05T19:16:19.333000 | 2018-03-18T07:13:31 | 2018-03-18T07:13:31 | 117,765,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huami.merchant.fragment;
import android.graphics.Color;
import android.support.v7.widget.LinearLayoutManager;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.KeyEvent;
import android.view.View;
import android.widget.EditText;
import android.w... | UTF-8 | Java | 8,549 | java | TaskFragment.java | Java | [] | null | [] | package com.huami.merchant.fragment;
import android.graphics.Color;
import android.support.v7.widget.LinearLayoutManager;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.KeyEvent;
import android.view.View;
import android.widget.EditText;
import android.w... | 8,549 | 0.593404 | 0.591499 | 216 | 37.884258 | 28.787544 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 14 |
f8ba0db89dbf9ca9509a731cf3d31a3717e115f1 | 17,343,077,963,961 | 7f21dd695656878a3b9a97eb450890b54938414e | /sources/a/z.java | 6f98acfa2ce279037bb0bc2ddce7bc9d87430dd7 | [] | no_license | DruvIsBack/YW_HomeProject_src | https://github.com/DruvIsBack/YW_HomeProject_src | ad40999311a866b2e696e399b77766aa161f0208 | 4acb974d6109add2eceb0d38d10dbcd05fa2386a | refs/heads/master | 2020-04-12T15:32:12.252000 | 2018-12-20T13:38:28 | 2018-12-20T13:38:28 | 162,584,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_132.
*
* Could not load the following classes:
* javafx.concurrent.Worker
* javafx.concurrent.Worker$State
* javafx.scene.web.WebEngine
* javafx.scene.web.WebView
*/
import javafx.concurrent.Worker;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebView;
final class ... | UTF-8 | Java | 1,170 | java | z.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_132.
*
* Could not load the following classes:
* javafx.concurrent.Worker
* javafx.concurrent.Worker$State
* javafx.scene.web.WebEngine
* javafx.scene.web.WebView
*/
import javafx.concurrent.Worker;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebView;
final class ... | 1,170 | 0.576923 | 0.573504 | 43 | 26.186047 | 22.751699 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 14 |
1c4d93cec1a7abe6f8d5ed4871eb656da07dcb7b | 13,606,456,404,450 | c5631c761bd9db9deade0389955410dac15c663e | /algos/src/main/java/org/bdshadow/digitalgo/algos/face/detection/FaceDetectionAlgorithmBuilder.java | 5aaacdd853f2f87ae070b8309a66257db8613c90 | [] | no_license | bdshadow/digitalgo | https://github.com/bdshadow/digitalgo | 19166311dd30f3e05c64ee34a6d3add6f997b5cc | 26e862141fe51694634e10e0bdec561743e0abff | refs/heads/master | 2021-07-12T06:28:10.060000 | 2016-04-15T14:53:26 | 2016-04-19T13:51:54 | 48,476,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bdshadow.digitalgo.algos.face.detection;
import org.bdshadow.digitalgo.algos.IAlgorithm;
import org.bdshadow.digitalgo.algos.AbstractAlgorithmBuilder;
public class FaceDetectionAlgorithmBuilder extends AbstractAlgorithmBuilder {
@Override
public IAlgorithm build() {
return new FaceDetectionA... | UTF-8 | Java | 342 | java | FaceDetectionAlgorithmBuilder.java | Java | [] | null | [] | package org.bdshadow.digitalgo.algos.face.detection;
import org.bdshadow.digitalgo.algos.IAlgorithm;
import org.bdshadow.digitalgo.algos.AbstractAlgorithmBuilder;
public class FaceDetectionAlgorithmBuilder extends AbstractAlgorithmBuilder {
@Override
public IAlgorithm build() {
return new FaceDetectionA... | 342 | 0.795322 | 0.795322 | 13 | 24.307692 | 26.623831 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 14 |
ee15546cccbfa2c86b1b2d667d80b7dc3a4b115b | 14,697,378,128,519 | c192de93b8178fc7499abb2cdbe063170a33578e | /src/main/java/net/frcdb/scoring/gui/comp/MatchData.java | 249d4bcc2ccabc553759997505d57137ae5d8cd7 | [] | no_license | timothyb89/scoring | https://github.com/timothyb89/scoring | 881703f09364e7bff9c212cf7bfa565099dfdcaf | 14b0e93f95525a5f8c04c58a18b99c484ee476d5 | refs/heads/master | 2021-01-02T09:43:16.521000 | 2013-06-03T05:54:48 | 2013-06-03T05:54:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.frcdb.scoring.gui.comp;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.GridLayout;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.SwingConstants;
import javax.swing.UIMan... | UTF-8 | Java | 3,437 | java | MatchData.java | Java | [
{
"context": ".frcdb.scoring.util.StringUtil;\n\n/**\n *\n * @author tim\n */\npublic class MatchData extends JPanel {\n\n\tpri",
"end": 768,
"score": 0.7501527070999146,
"start": 765,
"tag": "NAME",
"value": "tim"
}
] | null | [] | package net.frcdb.scoring.gui.comp;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.GridLayout;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.SwingConstants;
import javax.swing.UIMan... | 3,437 | 0.744545 | 0.74018 | 133 | 24.842106 | 21.575481 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 14 |
5c07202b98a11704216dacafc8f87a4ab291933e | 3,702,261,838,262 | 41b92fbba755429d609dc68f46ca1b51709bb67e | /app/src/main/java/org/stainberg/remind/datas/User.java | f5d095b8066676ceef9c4e1667a73b8f15c70d6a | [] | no_license | stainberg/Remind | https://github.com/stainberg/Remind | 659feba13f241444b1360b8b63020d311e2184fc | 4c7392fbe05b70f25e3a275ca709b561ec605709 | refs/heads/master | 2017-04-23T01:40:19.794000 | 2016-08-15T03:14:03 | 2016-08-15T03:14:03 | 26,582,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.stainberg.remind.datas;
import java.util.List;
/**
* Created by stainberg on 4/1/15.
*/
public class User {
public String id;//用户ID
public String nickName;//用户名
public String furl;//head Url
public String tel;
public String gender;
public String city;
public int cityCode;
... | UTF-8 | Java | 726 | java | User.java | Java | [
{
"context": ".datas;\n\nimport java.util.List;\n\n/**\n * Created by stainberg on 4/1/15.\n */\npublic class User {\n\n public St",
"end": 88,
"score": 0.9996304512023926,
"start": 79,
"tag": "USERNAME",
"value": "stainberg"
},
{
"context": "lic String id;//用户ID\n public Strin... | null | [] | package org.stainberg.remind.datas;
import java.util.List;
/**
* Created by stainberg on 4/1/15.
*/
public class User {
public String id;//用户ID
public String nickName;//用户名
public String furl;//head Url
public String tel;
public String gender;
public String city;
public int cityCode;
... | 726 | 0.636103 | 0.630372 | 34 | 19.529411 | 12.577373 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 14 |
4f42af46afd6d261d8eb34786139c8d9a1e0273e | 3,702,261,838,032 | 87c3d0794aa4f4c827db20938ca75d4e3c26b062 | /src/test/java/org/immregistries/smm/transform/procedure/AlternativeEndingVowelsTest.java | 339a6b24ce5fd9b0cd3318ba16abae9a2e7e5349 | [] | no_license | immregistries/smm-tester | https://github.com/immregistries/smm-tester | 5dcd947879659592d028588d8023fa24d3b2fbc4 | e31fdfe642889df4c1dbd979ec360d88906d92fc | refs/heads/master | 2023-08-08T18:14:39.459000 | 2023-07-24T19:21:43 | 2023-07-24T19:21:43 | 73,183,091 | 0 | 3 | null | false | 2023-09-11T19:11:45 | 2016-11-08T12:18:25 | 2021-12-24T20:26:47 | 2023-09-11T19:11:44 | 19,525 | 0 | 2 | 5 | Java | false | false | package org.immregistries.smm.transform.procedure;
import static org.junit.Assert.assertNotEquals;
import org.immregistries.smm.transform.Transformer;
import org.immregistries.smm.transform.procedure.AlternativeEndingVowels.Field;
import org.junit.Test;
public class AlternativeEndingVowelsTest extends Procedur... | UTF-8 | Java | 7,147 | java | AlternativeEndingVowelsTest.java | Java | [
{
"context": "ls.Field.FIRST_NAME;\r\n testVariationDifferent(\"Amy\", \"PID-5.2\", ProcedureFactory.FIRST_NAME_ALTERNAT",
"end": 504,
"score": 0.9995523691177368,
"start": 501,
"tag": "NAME",
"value": "Amy"
},
{
"context": "\r\n t, field);\r\n testVariationDifferent(\"P... | null | [] | package org.immregistries.smm.transform.procedure;
import static org.junit.Assert.assertNotEquals;
import org.immregistries.smm.transform.Transformer;
import org.immregistries.smm.transform.procedure.AlternativeEndingVowels.Field;
import org.junit.Test;
public class AlternativeEndingVowelsTest extends Procedur... | 7,103 | 0.714845 | 0.696936 | 129 | 53.403099 | 30.300951 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.984496 | false | false | 14 |
edf03f523a39a1a7a1c6dabda19f6ebd626dcbd3 | 12,266,426,629,279 | 6bc31bea324f199470f52b07de236c1cd8e1ed2c | /TeamDAO.java | bee13b2c7fd455ec8dbcb105e0b4bf102fd78911 | [] | no_license | HyunminKo/SE_FUTSALJANG_JAVA | https://github.com/HyunminKo/SE_FUTSALJANG_JAVA | c46ee0ae8e17e9dd6cdd57fec594b8a48ccb73b3 | 70f9585a9c1a8cc7a1f963f7a29a88db28fc4c5d | refs/heads/master | 2020-06-11T06:58:25.130000 | 2016-12-19T04:10:00 | 2016-12-19T04:10:00 | 75,741,195 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
public class TeamDAO {
private String teamNo;
private String teamName;
private String teamDescription;
public String getTeamNo() {
return teamNo;
}
public void setTeamNo(String teamNo) {
this.teamNo = teamNo;
}
pu... | UTF-8 | Java | 3,701 | java | TeamDAO.java | Java | [] | null | [] | package DAO;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
public class TeamDAO {
private String teamNo;
private String teamName;
private String teamDescription;
public String getTeamNo() {
return teamNo;
}
public void setTeamNo(String teamNo) {
this.teamNo = teamNo;
}
pu... | 3,701 | 0.64334 | 0.640908 | 142 | 25.063381 | 27.986469 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.021127 | false | false | 14 |
3a56f225c938ee4fb9b2460a4276ed250e6c0524 | 15,719,580,351,633 | 55f454c77e0157a196478e60d96e10ffd846f6f3 | /get_rect/core/test/se/chalmers/get_rect/tests/UC/UC5SaveGame.java | 18abdc5142ea968a75566928a858cf8e03e67c96 | [] | no_license | jesperlindstrom/TDA367-project | https://github.com/jesperlindstrom/TDA367-project | 715b9f2abd9a97aa25e933c946c80759f685555b | ffd784714f528b9e3aec03f942b4b49b0ece23a9 | refs/heads/develop | 2021-01-21T13:56:53.235000 | 2016-05-31T11:32:20 | 2016-05-31T11:32:20 | 54,382,498 | 0 | 0 | null | false | 2016-04-05T14:32:59 | 2016-03-21T11:13:49 | 2016-03-28T10:35:36 | 2016-04-05T14:32:59 | 181 | 0 | 0 | 0 | Java | null | null | package se.chalmers.get_rect.tests.UC;
import org.junit.Before;
import org.junit.Test;
import se.chalmers.get_rect.game.entities.player.Player;
import se.chalmers.get_rect.game.entities.player.PlayerDataStore;
import se.chalmers.get_rect.game.entities.player.PlayerRepository;
import java.io.File;
import java.io.FileN... | UTF-8 | Java | 1,752 | java | UC5SaveGame.java | Java | [] | null | [] | package se.chalmers.get_rect.tests.UC;
import org.junit.Before;
import org.junit.Test;
import se.chalmers.get_rect.game.entities.player.Player;
import se.chalmers.get_rect.game.entities.player.PlayerDataStore;
import se.chalmers.get_rect.game.entities.player.PlayerRepository;
import java.io.File;
import java.io.FileN... | 1,752 | 0.631849 | 0.631279 | 62 | 27.258064 | 23.84421 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532258 | false | false | 14 |
171fb4248a269d9e6817e22750cca95e636b659c | 15,719,580,350,973 | 646abba64f030ff6c98dc33b8de5d00e62c0d82d | /src/main/java/com/savagelearning/machete/MacheteApplication.java | 35e19a71c48ba25fdba36ea932153ab501bfc26e | [] | no_license | SavageLearning/machete2-gradle | https://github.com/SavageLearning/machete2-gradle | edef874d880d396f3b081d92ae07b802827dea96 | 5387e83a2304cb033607ddc4d1e53227d492bc6a | refs/heads/master | 2022-10-24T16:56:04.237000 | 2020-06-12T23:31:56 | 2020-06-12T23:31:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This Java source file was generated by the Gradle 'init' task.
*/
package com.savagelearning.machete;
import com.savagelearning.machete.resources.HelloWorldResource;
import io.dropwizard.Application;
import io.dropwizard.db.DataSourceFactory;
import io.dropwizard.migrations.MigrationsBundle;
import io.dropwizar... | UTF-8 | Java | 1,468 | java | MacheteApplication.java | Java | [] | null | [] | /*
* This Java source file was generated by the Gradle 'init' task.
*/
package com.savagelearning.machete;
import com.savagelearning.machete.resources.HelloWorldResource;
import io.dropwizard.Application;
import io.dropwizard.db.DataSourceFactory;
import io.dropwizard.migrations.MigrationsBundle;
import io.dropwizar... | 1,468 | 0.71049 | 0.71049 | 45 | 31.622223 | 26.14089 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377778 | false | false | 14 |
482928645f72f340b093bb5f6766b0e3a2f79008 | 9,225,589,771,392 | f064233d8bc210301fdb04bbdb012dc2a0b61991 | /src/NumTile.java | 3e93d2c8cffa4b3d4e7b94dcf13abaf55ce2178f | [] | no_license | KReinders/Rummikub | https://github.com/KReinders/Rummikub | 11e89b315fc7ee5e3ef7903f4f76152fc887b0d0 | 26eceaa3cefa742b1fca5611f8627eef5ecb0fc9 | refs/heads/master | 2021-09-03T02:13:51.385000 | 2018-01-04T19:53:31 | 2018-01-04T19:53:31 | 116,296,582 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class NumTile extends Tile {
Color color; // Joker is fifth and has number 0;
Number number; // between 1 and 13
public NumTile(Color color, Number number){
this.color=color;
this.number=number;
}
public boolean equivalent(Tile tile) {
return (tile instanceof JokerTile || ((NumTile) ti... | UTF-8 | Java | 916 | java | NumTile.java | Java | [] | null | [] | public class NumTile extends Tile {
Color color; // Joker is fifth and has number 0;
Number number; // between 1 and 13
public NumTile(Color color, Number number){
this.color=color;
this.number=number;
}
public boolean equivalent(Tile tile) {
return (tile instanceof JokerTile || ((NumTile) ti... | 916 | 0.60262 | 0.558952 | 34 | 25.970589 | 27.142853 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.088235 | false | false | 14 |
2dbd274246f371773c80fb64eb0c5a9a6c27ceb4 | 23,570,780,564,376 | cbf430cc6c7a201842029f41359d1d092fc56111 | /cadpage/src/net/anei/cadpage/ClearAllReceiver.java | 8277b21c765ffab2775021eaf2118d689e99c903 | [] | no_license | JBassett/cadpage | https://github.com/JBassett/cadpage | 65be96632d2179af7717143ab233ce3b8d3e7319 | 3c0c97f269b855f3d7e4a6976cd179d76df60d6e | refs/heads/master | 2016-09-06T08:52:10.364000 | 2015-01-28T05:45:14 | 2015-01-28T05:45:14 | 29,971,570 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.anei.cadpage;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
/*
* This class provides an easy way to clear held WakeLocks and re-enable the
* Keyguard (either immediatel... | UTF-8 | Java | 3,505 | java | ClearAllReceiver.java | Java | [] | null | [] | package net.anei.cadpage;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
/*
* This class provides an easy way to clear held WakeLocks and re-enable the
* Keyguard (either immediatel... | 3,505 | 0.680171 | 0.678174 | 100 | 33.049999 | 29.438538 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54 | false | false | 14 |
3a005740b117e0f8af1efda94f6196d835e9ff5f | 23,570,780,564,610 | 5e3091782827cb301da97ea5485bc665104eb92b | /src/NewUserFrame.java | 92ff5c1e137ef3c717dbb9a2e37fa608c766f327 | [] | no_license | MTunr/CDAPasswordManager | https://github.com/MTunr/CDAPasswordManager | 53b7e634786d3b8a7d93249af99fb77f2a171616 | 6947e5260335ba37290cd7ba06aea31cd7d475ef | refs/heads/master | 2021-08-02T07:54:07.266000 | 2021-08-01T15:47:37 | 2021-08-01T15:47:37 | 224,962,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.event.ActionEvent;
import java.util.ArrayList;
public class NewUserFrame extends JFrame{
private JPanel rootPanel;
private JButton createButton;
private JButton cancelButton;
private JPasswordField passwordField;
private JPasswordField confirmPassField;
pri... | UTF-8 | Java | 5,699 | java | NewUserFrame.java | Java | [
{
"context": "nameField.getText();\n String password = String.valueOf(passwordField.getPassword());\n // call",
"end": 3826,
"score": 0.6434882283210754,
"start": 3812,
"tag": "PASSWORD",
"value": "String.valueOf"
},
{
"context": "t();\n String passwo... | null | [] | import javax.swing.*;
import java.awt.event.ActionEvent;
import java.util.ArrayList;
public class NewUserFrame extends JFrame{
private JPanel rootPanel;
private JButton createButton;
private JButton cancelButton;
private JPasswordField passwordField;
private JPasswordField confirmPassField;
pri... | 5,680 | 0.607124 | 0.602913 | 170 | 32.523529 | 24.540531 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476471 | false | false | 14 |
3a6b0394be9a60c4e3947916765736ebe74be433 | 25,666,724,584,778 | 416a0c143d935222e8963a6f832c75e650953526 | /src/com/ketang/url/Client.java | 750b5b2ca61e8c501494d80471bf24eaf0da199c | [] | no_license | liwentong7410/java | https://github.com/liwentong7410/java | 00f81ebd978021da6efd2aad18b26eec6a169e63 | 35adb654e1c80c2f204143ead466711a21d61c30 | refs/heads/master | 2021-08-20T06:40:25.627000 | 2017-11-28T10:35:26 | 2017-11-28T10:35:26 | 112,324,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.ketang.url;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.Scanner;
/**
*
* @Title:Client.java
* @Package:com.ketang.url
* @Description:TODO
*
*
* @auth... | GB18030 | Java | 1,629 | java | Client.java | Java | [
{
"context": "tang.url\r\n * @Description:TODO\r\n *\r\n *\r\n * @author liwentong\r\n * @date 2017年11月27日下午4:26:52\r\n * @version 1.0\r\n",
"end": 332,
"score": 0.9991728067398071,
"start": 323,
"tag": "USERNAME",
"value": "liwentong"
},
{
"context": "g[] args) {\r\n\t\t\r\n\t\ttry ... | null | [] | /**
*
*/
package com.ketang.url;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.Scanner;
/**
*
* @Title:Client.java
* @Package:com.ketang.url
* @Description:TODO
*
*
* @auth... | 1,629 | 0.59201 | 0.571709 | 75 | 18.386667 | 14.198491 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.36 | false | false | 14 |
ff353a366b377a5df19cf624562c7cb0160bf7e3 | 32,444,182,973,202 | b5bf5b7e1164e073990ff5f3ae7de2f4a55f8c98 | /src/main/java/com/raft/models/Entry.java | 09527de081628db300ea926d6993fec40585423b | [
"MIT"
] | permissive | Menoita99/JavaRaftImplementation | https://github.com/Menoita99/JavaRaftImplementation | ef2bb5b3b07fbc1a10b6f10b948f0ec5b28f7ea9 | 5015f81770c36f2018b99d1fba2b57db598e3076 | refs/heads/master | 2023-01-31T22:05:36.660000 | 2020-12-16T22:52:27 | 2020-12-16T22:52:27 | 299,766,670 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raft.models;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* Class that represents a log
* @author RuiMenoita
*/
@Data
@AllArgsConstructor
public class Entry implements Serializable {
private static final long serialVersionUID = 1L;
private lon... | UTF-8 | Java | 1,014 | java | Entry.java | Java | [
{
"context": "\n\r\n/**\r\n * Class that represents a log\r\n * @author RuiMenoita\r\n */\r\n@Data\r\n@AllArgsConstructor\r\npublic class En",
"end": 176,
"score": 0.9988929033279419,
"start": 166,
"tag": "NAME",
"value": "RuiMenoita"
}
] | null | [] | package com.raft.models;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* Class that represents a log
* @author RuiMenoita
*/
@Data
@AllArgsConstructor
public class Entry implements Serializable {
private static final long serialVersionUID = 1L;
private lon... | 1,014 | 0.657791 | 0.65286 | 38 | 24.68421 | 27.735693 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578947 | false | false | 14 |
399aa5916ca2436b8ebd2228ac8638b11466db09 | 31,696,858,664,495 | 23964be48812a4daa58da8a4dca9471163695a89 | /src/main/java/com/d_cherkashyn/epam/manager/DBResourceManager.java | 2d879b49e7b1169ab0330170ce0ceb6d98e622be | [] | no_license | Wigberht/provideroo | https://github.com/Wigberht/provideroo | ca556fddd762363a9efc47847945bcc43071b7b9 | 26685ca4281d7e50ef29da2d705961105abc41bf | refs/heads/master | 2021-09-06T04:54:48.280000 | 2018-02-02T13:40:06 | 2018-02-02T13:40:06 | 116,261,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.d_cherkashyn.epam.manager;
import java.util.ResourceBundle;
public final class DBResourceManager implements ResourceManager {
private static DBResourceManager instance = null;
private static ResourceBundle resourceBundle;
private DBResourceManager() { }
public static synchronized... | UTF-8 | Java | 1,000 | java | DBResourceManager.java | Java | [] | null | [] | package com.d_cherkashyn.epam.manager;
import java.util.ResourceBundle;
public final class DBResourceManager implements ResourceManager {
private static DBResourceManager instance = null;
private static ResourceBundle resourceBundle;
private DBResourceManager() { }
public static synchronized... | 1,000 | 0.599 | 0.599 | 37 | 26.054054 | 22.996998 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243243 | false | false | 14 |
32b62485bd5b0c7d7f16e61dae710bdaf6f8bd93 | 9,629,316,701,993 | a4bd539b79d6384ab85dd32efab56d3a8adef34c | /hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/AppRestrictionsIsCallerDelegateHelper.java | ed88773aa881d19a208158c7e133c0f930b7d8d8 | [] | no_license | 18876387/platform_external_sqlite | https://github.com/18876387/platform_external_sqlite | 369b7b9fb695045a8acaad65cb3171ce422512b3 | 3859684b4f661bec4cff41a159e05926028f10d0 | refs/heads/master | 2022-12-05T17:37:57.096000 | 2022-12-01T09:35:11 | 2022-12-01T09:35:11 | 166,736,476 | 0 | 0 | null | true | 2019-01-21T02:33:22 | 2019-01-21T02:33:22 | 2019-01-04T23:30:48 | 2018-11-05T20:36:33 | 24,294 | 0 | 0 | 0 | null | false | null | /*
* Copyright (C) 2018 The Android Open Source Project
*
* 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 app... | UTF-8 | Java | 1,752 | java | AppRestrictionsIsCallerDelegateHelper.java | Java | [] | null | [] | /*
* Copyright (C) 2018 The Android Open Source Project
*
* 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 app... | 1,752 | 0.765411 | 0.760845 | 47 | 36.276596 | 33.701256 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297872 | false | false | 14 |
e0cd8b0af7c9ba5f8bcc1dc295cd0490177e9e97 | 9,096,740,765,202 | b56c6322d7c9709710995cac09da84f870ce6cde | /ccm/src/main/java/com/luoromeo/ccm/credit/service/PaymentRecordService.java | 98523d41e5bd676ad9e9cf2dc701ad100f884e97 | [] | no_license | luoromeo/micro-services | https://github.com/luoromeo/micro-services | 66b9e0b5533c3a6a9d6abf496bc00c98b0732655 | bed8dafd0af4dd288afb6b05a135719364bbff74 | refs/heads/master | 2020-03-26T12:01:07.875000 | 2018-08-20T01:47:36 | 2018-08-20T01:47:36 | 144,871,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luoromeo.ccm.credit.service;
import com.luoromeo.ccm.credit.entity.PaymentRecord;
import com.luoromeo.ccm.credit.po.PaymentPo;
import com.luoromeo.commom.base.entity.ResultList;
import com.luoromeo.commom.base.entity.Results;
import com.luoromeo.commom.base.service.BaseService;
/**
* @description
* @aut... | UTF-8 | Java | 732 | java | PaymentRecordService.java | Java | [
{
"context": "rvice.BaseService;\n\n/**\n * @description\n * @author zhanghua.luo\n * @date 2018年04月23日 23:25\n * @modified By\n */\npu",
"end": 336,
"score": 0.9769930839538574,
"start": 324,
"tag": "NAME",
"value": "zhanghua.luo"
},
{
"context": "h);\n\n /**\n * @description... | null | [] | package com.luoromeo.ccm.credit.service;
import com.luoromeo.ccm.credit.entity.PaymentRecord;
import com.luoromeo.ccm.credit.po.PaymentPo;
import com.luoromeo.commom.base.entity.ResultList;
import com.luoromeo.commom.base.entity.Results;
import com.luoromeo.commom.base.service.BaseService;
/**
* @description
* @aut... | 732 | 0.734637 | 0.698324 | 27 | 25.518518 | 21.522375 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 14 |
90c19433daf1d2260da6bd92b9a5931b782f3398 | 7,318,624,308,019 | e99fa9cce2f0c324ab98b4e9ff3ac58497ccb4f8 | /user/src/main/java/com/yanghaoyi/user/UserApplication.java | ded29ec3be86a0b0d1cc623cdf352d136fece799 | [] | no_license | YangHaoyi/Platform | https://github.com/YangHaoyi/Platform | fc495dff02c3f16d46554c93d4b53e8a6cc934ee | f38ab5581deb17943f9be5a46c6f524eefc339e9 | refs/heads/master | 2022-07-28T14:33:58.508000 | 2020-05-13T09:49:11 | 2020-05-13T09:49:11 | 262,075,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yanghaoyi.user;
import lombok.extern.log4j.Log4j2;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.cloud.openfeign.EnableFeignClients;
impor... | UTF-8 | Java | 854 | java | UserApplication.java | Java | [
{
"context": "}\n\n}\n\n\n/**\n * API GETWAY\n * https://blog.csdn.net/shenzhen_zsw/article/details/80994318\n *\n * ***/\n",
"end": 817,
"score": 0.9997501969337463,
"start": 805,
"tag": "USERNAME",
"value": "shenzhen_zsw"
}
] | null | [] | package com.yanghaoyi.user;
import lombok.extern.log4j.Log4j2;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.cloud.openfeign.EnableFeignClients;
impor... | 854 | 0.814988 | 0.797424 | 29 | 28.448277 | 29.105736 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 14 |
9319e9799881a5fabaeca6cbdd5f269a8e04491e | 28,698,971,493,526 | 5a83b5dcf05d025bd12f9a8366fd1948bc0d7746 | /examples/cle.basic/call_other_object_event/java_call/src/com/srplab/com/Java_callActivity.java | 4c6f2a8514badd3e37916be489ccb61e1d047d95 | [] | no_license | srplab/cle-for-android | https://github.com/srplab/cle-for-android | c24d6b3db5519868cbce36098045388f88a04ec0 | c396f09a041d7846c974cd58124558d38ce129b3 | refs/heads/master | 2016-08-06T10:04:02.867000 | 2011-11-20T14:18:13 | 2011-11-20T14:18:13 | 32,243,204 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.srplab.com;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import java.util.Hashtable;
import com.srplab.www.starcore.*;
public class Java_callActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle s... | UTF-8 | Java | 2,018 | java | Java_callActivity.java | Java | [] | null | [] | package com.srplab.com;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import java.util.Hashtable;
import com.srplab.www.starcore.*;
public class Java_callActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle s... | 2,018 | 0.650149 | 0.627849 | 51 | 38.588234 | 30.540989 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.372549 | false | false | 14 |
3aea1b8adafc03040d1553cd461184d19a762157 | 22,771,916,637,584 | 77f6f4580973cb67ae46c896858c3abf67530d0d | /src/main/java/com/lavector/collector/security/user/security/CustomAuthentication.java | f0c7b3b1cc2ef21f178dfe21dda11e92f9192cb3 | [] | no_license | qiyuanzhao/la-conllector | https://github.com/qiyuanzhao/la-conllector | b3c5e3100bcb744eecc88ceb27ea284a81c6b23c | 4da93da854e430f11a680877f90f1057168180ff | refs/heads/master | 2022-12-13T12:36:42.026000 | 2020-02-23T08:23:54 | 2020-02-23T08:23:54 | 242,465,566 | 0 | 1 | null | false | 2022-12-06T21:33:13 | 2020-02-23T06:01:49 | 2020-02-23T08:25:01 | 2022-12-06T21:33:11 | 20,823 | 0 | 2 | 9 | Java | false | false | package com.lavector.collector.security.user.security;
import org.springframework.security.authentication.AbstractAuthenticationToken;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import java.security.Principal;
import java.util.ArrayList;
/**
*... | UTF-8 | Java | 1,612 | java | CustomAuthentication.java | Java | [
{
"context": "n to hold special custom Principals.\n *\n * @author hchen\n */\npublic class CustomAuthentication extends Abs",
"end": 412,
"score": 0.9995879530906677,
"start": 407,
"tag": "USERNAME",
"value": "hchen"
}
] | null | [] | package com.lavector.collector.security.user.security;
import org.springframework.security.authentication.AbstractAuthenticationToken;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import java.security.Principal;
import java.util.ArrayList;
/**
*... | 1,612 | 0.580645 | 0.580025 | 54 | 28.833334 | 30.509712 | 100 | false | false | 0 | 0 | 0 | 0 | 86 | 0.193548 | 0.314815 | false | false | 14 |
9064a037ae82c21d0e261991b17b57c52364c3dc | 9,096,740,773,111 | 9336029ad95b007706c0884b0ce3e01f261b2b92 | /src/leetCode/le1080.java | 489d2ec734ca5a4ccb402625dc0cb0281a6a8f41 | [] | no_license | devalp34/DSPractice | https://github.com/devalp34/DSPractice | decdc1d36f704e84e1fa7e95acdf37e607c7255d | 0b26293b81b29459cd76f491f8232d0d445942b5 | refs/heads/master | 2021-07-11T21:28:13.912000 | 2020-09-03T22:21:00 | 2020-09-03T22:21:00 | 198,873,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* ... | UTF-8 | Java | 989 | java | le1080.java | Java | [] | null | [] | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* ... | 989 | 0.533873 | 0.532861 | 37 | 25.729731 | 17.017715 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.810811 | false | false | 14 |
c3a5ad0c9e25f8547d71efebf1309dcde4c38d33 | 13,434,657,733,926 | c813a1f2f6a77f43b60aa8bd8211903dbdb9b23f | /src/me/yeojoy/microdustwarning/fragment/StartFragment.java | 6dba860dafba07fbf76ccdb77d6fbedc576895d9 | [] | no_license | winnersky/microdust | https://github.com/winnersky/microdust | 1c52953b63951789bae44d71105cba28a9b6f432 | 3d04b8ba80894d2cc0d78ffafe36ba2bfc29c927 | refs/heads/master | 2020-12-24T23:18:26.155000 | 2014-06-17T05:11:56 | 2014-06-17T05:11:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.yeojoy.microdustwarning.fragment;
import android.os.Bundle;
import android.app.Fragment;
import android.text.SpannableString;
import android.text.SpannableStringBuilder;
import android.text.style.ForegroundColorSpan;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | UTF-8 | Java | 3,806 | java | StartFragment.java | Java | [] | null | [] | package me.yeojoy.microdustwarning.fragment;
import android.os.Bundle;
import android.app.Fragment;
import android.text.SpannableString;
import android.text.SpannableStringBuilder;
import android.text.style.ForegroundColorSpan;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | 3,806 | 0.680504 | 0.679191 | 94 | 39.489361 | 33.891487 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.840426 | false | false | 14 |
4ba8ede404662d677e2953d76ff8e87a3a2eafc7 | 27,178,553,074,238 | 3025bf806b6e73b671d97af073f647fdb814f550 | /src/main/java/com/ouqicha/europebusiness/dao/AdviceDao.java | 25d9753b05683f93490ae8fac0e021fce88057b7 | [] | no_license | lhl1314/euroupe | https://github.com/lhl1314/euroupe | 0ac23d80f95bbb4e89e73eaa71f037c8dcac1c0d | 594aba953cff773594946508a88a5cc49c088714 | refs/heads/master | 2020-05-01T13:13:39.199000 | 2019-03-25T00:24:27 | 2019-03-25T00:24:27 | 177,485,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ouqicha.europebusiness.dao;
import com.ouqicha.europebusiness.bean.entity.AdviceEntity;
import java.util.List;
/**
* Created with IDEA
* author:lhl
* Date:2019/3/8 0008
* Time:16:44
*/
public interface AdviceDao {
/**
* 添加一条建议
* @param adviceEntity
*/
void addAdvice(AdviceEnti... | UTF-8 | Java | 787 | java | AdviceDao.java | Java | [
{
"context": "va.util.List;\n\n/**\n * Created with IDEA\n * author:lhl\n * Date:2019/3/8 0008\n * Time:16:44\n */\npublic in",
"end": 164,
"score": 0.9994130730628967,
"start": 161,
"tag": "USERNAME",
"value": "lhl"
}
] | null | [] | package com.ouqicha.europebusiness.dao;
import com.ouqicha.europebusiness.bean.entity.AdviceEntity;
import java.util.List;
/**
* Created with IDEA
* author:lhl
* Date:2019/3/8 0008
* Time:16:44
*/
public interface AdviceDao {
/**
* 添加一条建议
* @param adviceEntity
*/
void addAdvice(AdviceEnti... | 787 | 0.572395 | 0.553451 | 47 | 14.723404 | 14.337426 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.191489 | false | false | 14 |
92ba23fa5b695399c72f2b0e67670d224069e7d4 | 19,035,295,096,561 | e393d8ef773ead454bfb3c5d51c88f109ab1ebe5 | /SpringVideo/src/main/java/com/wds/springVideo/dao/BannerDao.java | 2887ec92240e4b184d8fd918446985b627116c8f | [] | no_license | Kitty0908/Practice | https://github.com/Kitty0908/Practice | 4bf7bdcef69b8d2ab9bead89e678a7c5fb0dbd77 | 0528ebeb06770c99579817e84a5a5121d0b5a4c5 | refs/heads/master | 2023-04-01T13:50:30.682000 | 2021-03-11T09:56:54 | 2021-03-11T09:56:54 | 317,452,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wds.springVideo.dao;
import com.wds.springVideo.entity.Banner;
import java.util.List;
import java.util.Map;
public interface BannerDao {
int insertBanner(Banner banner);
List<Banner> findBannerByCondition(Map<String,Object> map);
int updateBanner(Map<String,Object> map);
}
| UTF-8 | Java | 304 | java | BannerDao.java | Java | [] | null | [] | package com.wds.springVideo.dao;
import com.wds.springVideo.entity.Banner;
import java.util.List;
import java.util.Map;
public interface BannerDao {
int insertBanner(Banner banner);
List<Banner> findBannerByCondition(Map<String,Object> map);
int updateBanner(Map<String,Object> map);
}
| 304 | 0.756579 | 0.756579 | 15 | 19.266666 | 20.226934 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
dd31afeaa080b72698b8091437a52f4a456a8af1 | 39,359,080,337,844 | de581682347eba14ed99342574889a1ae681cf75 | /src/main/java/org/zoxweb/server/security/shiro/cache/ShiroJCache.java | 260d1c8449f0296179ad4f2cbc3f0237de369e77 | [
"Apache-2.0"
] | permissive | fidusio/zoxweb-shiro | https://github.com/fidusio/zoxweb-shiro | f951b989ade69c268c2fcd8b46860996eb9c7ae5 | ba2efe219471c8449fc9f6f25ab822eed170d097 | refs/heads/master | 2022-12-01T10:18:08.668000 | 2020-07-20T00:19:55 | 2020-07-20T00:19:55 | 105,601,914 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zoxweb.server.security.shiro.cache;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.function.Consumer;
import java.util.logging.Logger;
import javax.cache.Cache.Entry;
... | UTF-8 | Java | 3,715 | java | ShiroJCache.java | Java | [] | null | [] | package org.zoxweb.server.security.shiro.cache;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.function.Consumer;
import java.util.logging.Logger;
import javax.cache.Cache.Entry;
... | 3,715 | 0.611575 | 0.611306 | 172 | 19.58721 | 19.126825 | 88 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.174419 | false | false | 14 |
135cb1008072c8a4f6c69ee4c1ed27f4aa4b0d23 | 34,686,155,934,908 | 8f77b0ffac7daa7b963b2e172ef4af2e7e9f47aa | /learn/src/力扣算法刷题/哈希表系列/数组中重复的数字.java | fc7d34391ccf3c9fd4cf8820413a365970b055f5 | [] | no_license | pushaosen/BasicLearn | https://github.com/pushaosen/BasicLearn | 64d2285d0d1e4527519588433014aacc9fd0b6db | c4894a6f58d6b514c21042884502508fe2ecb823 | refs/heads/master | 2023-02-19T09:12:09.956000 | 2021-01-22T10:07:52 | 2021-01-22T10:07:52 | 265,409,764 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 力扣算法刷题.哈希表系列;
import java.util.HashSet;
import java.util.Set;
public class 数组中重复的数字 {
/**
* 题目:找出数组中重复的数字。
*
* 在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,
* 也不知道每个数字重复了几次。请找出数组中任意一个重复的数字。
*/
/**
* 示例:
* 输入:[2, 3, 1, 0, 2, 5, 3]
* ... | GB18030 | Java | 1,177 | java | 数组中重复的数字.java | Java | [] | null | [] | package 力扣算法刷题.哈希表系列;
import java.util.HashSet;
import java.util.Set;
public class 数组中重复的数字 {
/**
* 题目:找出数组中重复的数字。
*
* 在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,
* 也不知道每个数字重复了几次。请找出数组中任意一个重复的数字。
*/
/**
* 示例:
* 输入:[2, 3, 1, 0, 2, 5, 3]
* ... | 1,177 | 0.529271 | 0.506571 | 47 | 15.808511 | 16.728926 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.702128 | false | false | 14 |
d6fbbd928916982c887e4021a733ce20781b7bc0 | 36,790,689,894,725 | 77ed809a2ae52c80cae4f2c5a65dac36f6b7041b | /src/com/citytracker/adminlogin.java | 7648005c23255a2788f0f854d704b49c1db398b4 | [] | no_license | mitulbhanushali/bazar4u | https://github.com/mitulbhanushali/bazar4u | ae5db284632b5dc40482722cee0043b080e62eb3 | 15f8df5b0df1fb4651b71bad4a693f9a9de693a5 | refs/heads/master | 2020-04-08T02:51:19.812000 | 2018-11-24T16:02:22 | 2018-11-24T16:02:22 | 158,951,406 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.citytracker;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Random;
import javax.servlet.ServletExcep... | UTF-8 | Java | 2,178 | java | adminlogin.java | Java | [
{
"context": "l\", email);\n\t\t\tsession.setAttribute(\"adminpass\", \"verify\");\n\t\t\t\n\t\t\tRandom ran=new Random();\n\t\t\tlong num=ra",
"end": 1357,
"score": 0.992815375328064,
"start": 1351,
"tag": "PASSWORD",
"value": "verify"
}
] | null | [] | package com.citytracker;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Random;
import javax.servlet.ServletExcep... | 2,182 | 0.737374 | 0.733701 | 79 | 26.56962 | 21.213015 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.329114 | false | false | 14 |
edc64a01b2fe6e6e69cf5a4163feafc9faee06f4 | 39,290,360,849,971 | 2f678e9ca81e403a3177abd478de70d3651d11bc | /src/main/java/com/github/smartbuf/transport/Array.java | e254516d9ffaca89af94f50a8d5f4fdd258dc2b7 | [
"Apache-2.0"
] | permissive | smartbuf/smartbuf-java | https://github.com/smartbuf/smartbuf-java | 08263eaba9e36724ee803a893ff02f697620b8f5 | c069efc25b376852e377bf4d83d8637d9b354ef6 | refs/heads/master | 2022-11-18T11:32:46.928000 | 2022-01-28T10:12:47 | 2022-01-28T10:12:47 | 176,930,281 | 10 | 3 | Apache-2.0 | false | 2022-11-15T23:31:23 | 2019-03-21T11:22:35 | 2022-01-28T10:12:51 | 2022-11-15T23:31:20 | 2,816 | 10 | 3 | 2 | Java | false | false | package com.github.smartbuf.transport;
import java.util.Objects;
/**
* Array like T[], but support more features like auto-scale
*
* @author sulin
* @since 2019-09-26 14:21:44
*/
@SuppressWarnings("unchecked")
public final class Array<T> {
private int size;
private T[] data;
/**
* Add new obje... | UTF-8 | Java | 2,230 | java | Array.java | Java | [
{
"context": "upport more features like auto-scale\n *\n * @author sulin\n * @since 2019-09-26 14:21:44\n */\n@SuppressWarnin",
"end": 151,
"score": 0.9992687702178955,
"start": 146,
"tag": "USERNAME",
"value": "sulin"
}
] | null | [] | package com.github.smartbuf.transport;
import java.util.Objects;
/**
* Array like T[], but support more features like auto-scale
*
* @author sulin
* @since 2019-09-26 14:21:44
*/
@SuppressWarnings("unchecked")
public final class Array<T> {
private int size;
private T[] data;
/**
* Add new obje... | 2,230 | 0.507175 | 0.497309 | 102 | 20.862745 | 17.486151 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
e00479f3bf02cba44c10345e70851ae2ebb5e3ba | 12,189,117,253,180 | 14ddabd4bd35b4f3e8887ab35868aafe77eeb27f | /oop-hw-03/MetropolisBrain.java | 336a95cb9875aecd1bb523e638340a8c0485418b | [
"MIT"
] | permissive | temojudo/stanford-cs108-solutions | https://github.com/temojudo/stanford-cs108-solutions | 2edbd9da5f6c18cbf8e96e9edc1089aa019acaaf | f5a1b49284c8be217bfbd9ae28f7c8415b97605d | refs/heads/master | 2023-02-24T07:40:30.075000 | 2021-01-29T20:58:25 | 2021-01-29T20:58:25 | 303,073,717 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.table.AbstractTableModel;
import java.io.BufferedReader;
import java.io.FileReader;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class MetropolisBrain extends AbstractTableModel {
private static final String EXAMPLE_DATABASE = "metropolises.sql";
private stati... | UTF-8 | Java | 5,284 | java | MetropolisBrain.java | Java | [
{
"context": "oot\";\n private static final String PASSWORD = \"admin\";\n private static final String SCHEMA = \"oop_h",
"end": 403,
"score": 0.9994739890098572,
"start": 398,
"tag": "PASSWORD",
"value": "admin"
}
] | null | [] | import javax.swing.table.AbstractTableModel;
import java.io.BufferedReader;
import java.io.FileReader;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class MetropolisBrain extends AbstractTableModel {
private static final String EXAMPLE_DATABASE = "metropolises.sql";
private stati... | 5,289 | 0.549584 | 0.545042 | 167 | 30.640718 | 27.60895 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640719 | false | false | 14 |
6a9c391b3c44dc631118caf1b8daa983be3901fa | 39,487,929,328,367 | 495db005528545b278199048d24dbfaf522ee64b | /wildfly-cluster/wildfly-cluster-ejb/src/main/java/com/bbd/cluster/WildflyClusterListener.java | 8400e2aa8c937480fd04a67afe169a8e2ee9c36d | [] | no_license | roryp/wildfly-cluster | https://github.com/roryp/wildfly-cluster | 778644badff4d847c24ebb0025833721e758add1 | cd7a810266801c77a84038dc7338dcc9ad312ad8 | refs/heads/master | 2020-03-29T05:54:43.216000 | 2018-09-23T14:17:24 | 2018-09-23T14:17:24 | 149,601,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bbd.cluster;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.wildfly.clustering.group.Group;
import org.wildfly.clustering.group.Group.Listener;
import org.wildfly.clustering.group.Node;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import javax.ejb.EJB;
impo... | UTF-8 | Java | 1,749 | java | WildflyClusterListener.java | Java | [
{
"context": " manager for a groups of nodes.\n *\n * @author Rory preddy <roryp@bbd.co.za>\n * @version 1.0\n */\n\n@Singl",
"end": 536,
"score": 0.9998869895935059,
"start": 525,
"tag": "NAME",
"value": "Rory preddy"
},
{
"context": " groups of nodes.\n *\n * @author ... | null | [] | package com.bbd.cluster;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.wildfly.clustering.group.Group;
import org.wildfly.clustering.group.Group.Listener;
import org.wildfly.clustering.group.Node;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import javax.ejb.EJB;
impo... | 1,736 | 0.72327 | 0.720983 | 64 | 26.34375 | 28.52478 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390625 | false | false | 14 |
faa47362d0f73b169c7852ceca83cf1319f9d533 | 20,615,843,054,052 | d20d5916069eacaf80841f0de54a9bf933585a2d | /src/main/java/com/ibessonov/typesafe/util/Functions.java | 15b223b1effd1945268473be38c4afbdbab7c729 | [
"Apache-2.0"
] | permissive | ibessonov/java-typesafe | https://github.com/ibessonov/java-typesafe | 11649e54cf2ae3820a1695a81324f9d9c1ffaf7e | f7bcdf61844cd732bde8c596e2f3cd4ec83150ed | refs/heads/master | 2021-01-19T19:20:58.466000 | 2017-08-11T12:49:43 | 2017-08-11T12:49:43 | 88,412,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibessonov.typesafe.util;
import java.util.function.Function;
public class Functions {
public static <T, R> Function<T, R> constant(R r) {
return x -> r;
}
}
| UTF-8 | Java | 188 | java | Functions.java | Java | [] | null | [] | package com.ibessonov.typesafe.util;
import java.util.function.Function;
public class Functions {
public static <T, R> Function<T, R> constant(R r) {
return x -> r;
}
}
| 188 | 0.654255 | 0.654255 | 10 | 17.799999 | 18.61075 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
991af07c8b342db5103c8e29ef9156f58f02f904 | 11,725,260,742,994 | 2be9cb25039b3371755ed95d929f262f76dc01d9 | /src/test/java/org/alking/p600/P680Test.java | c92cb080e57c50eedbf3449a9b61ccfd7713ebdc | [] | no_license | aijingsun6/leetcode | https://github.com/aijingsun6/leetcode | d59c02dc300d28a465232d42829bb8f0259e2948 | 9e2eacdef6f33e1a9d73a7bcd1f8f65a285362e0 | refs/heads/master | 2022-06-11T09:08:38.228000 | 2022-06-05T04:21:26 | 2022-06-05T04:21:26 | 112,188,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.alking.p600;
import org.junit.Assert;
import org.junit.Test;
public class P680Test {
/**
* cupuufxoohdfpgjdmysgvhmvffcnqxjjxqncffvmhvgsymdjgpfdhooxfuupucu
*/
@Test
public void test(){
P680 p680 = new P680();
String s = "aguokepatgbnvfqmgmlcupuufxoohdfpgjdmysgvhmvffcn... | UTF-8 | Java | 465 | java | P680Test.java | Java | [
{
"context": "nit.Test;\n\npublic class P680Test {\n\n /**\n * cupuufxoohdfpgjdmysgvhmvffcnqxjjxqncffvmhvgsymdjgpfdhooxfuupucu\n */\n @Test\n public void test(){\n ",
"end": 178,
"score": 0.9989150166511536,
"start": 115,
"tag": "KEY",
"value": "cupuufxoohdfpgjdmysgvhm... | null | [] | package org.alking.p600;
import org.junit.Assert;
import org.junit.Test;
public class P680Test {
/**
* <KEY>
*/
@Test
public void test(){
P680 p680 = new P680();
String s = "<KEY>";
boolean res = p680.validPalindrome(s);
Assert.assertTrue(res);
}
}
| 311 | 0.709677 | 0.670968 | 19 | 23.473684 | 29.46607 | 123 | false | false | 0 | 0 | 0 | 0 | 101 | 0.354839 | 0.368421 | false | false | 7 |
a2e3123b166cade81deb98b7678d2a7566afed36 | 3,289,944,955,169 | 2188e319aa4e7ac12bf256712a0bc019590caf68 | /src/main/java/com/example/Task2_CRUD/controller/CatalogController.java | cbb4a06aec58ebe6f6ddc5a0b79caa342f7ced8c | [] | no_license | Bexultan2323/Task2_CRUD_Springboot | https://github.com/Bexultan2323/Task2_CRUD_Springboot | 7c24c577287695a56ebac43d4d528d6168efee18 | bf546c5be479c5a8a5457a29c1c6c1973e47ee7b | refs/heads/master | 2022-12-18T19:34:44.490000 | 2020-09-25T04:35:59 | 2020-09-25T04:35:59 | 297,728,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.Task2_CRUD.controller;
import com.example.Task2_CRUD.model.Catalog;
import com.example.Task2_CRUD.service.CatalogService;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
@RestController
public class CatalogController {
private final CatalogServi... | UTF-8 | Java | 1,343 | java | CatalogController.java | Java | [] | null | [] | package com.example.Task2_CRUD.controller;
import com.example.Task2_CRUD.model.Catalog;
import com.example.Task2_CRUD.service.CatalogService;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
@RestController
public class CatalogController {
private final CatalogServi... | 1,343 | 0.733433 | 0.731199 | 39 | 33.410255 | 26.630152 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
889ff6d2603becfefab24cd1a91fb80d60476362 | 33,036,888,503,093 | 473dbce249e1267a116504a99e2025cb81ae4da4 | /src/main/java/com/melix/men/model/Dna.java | 59e139f082d95d4f58ede555d3dbe3c8fbf41cff | [] | no_license | nicolasksq/melix-men | https://github.com/nicolasksq/melix-men | 42293a408fe9ddee1821d2461ea037ad9b0ad4e4 | 579388f3049e118c7547acc45a1f92f7dc43e9d4 | refs/heads/master | 2023-02-14T04:55:53.123000 | 2021-01-08T21:05:46 | 2021-01-08T21:05:46 | 327,303,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.melix.men.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.data.mongodb.core.mapping.Document;
@AllArgsConstructor
@NoArgsConstructor
@Setter
@Getter
@Document(collection="dna")
public class Dna {
private S... | UTF-8 | Java | 335 | java | Dna.java | Java | [] | null | [] | package com.melix.men.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.data.mongodb.core.mapping.Document;
@AllArgsConstructor
@NoArgsConstructor
@Setter
@Getter
@Document(collection="dna")
public class Dna {
private S... | 335 | 0.80597 | 0.80597 | 16 | 19.9375 | 15.258066 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 7 |
159a915d24fc6c3dafe89ff329138d74bacb61e4 | 9,801,115,390,191 | 39c424446fdabb43d151e0f18adf2d275ba02b59 | /HistoryVersionAlpha/src/ui/detail/EnumRenderer.java | d516241a054fed1b0c18e0901044326c48fbd261 | [] | no_license | oparish/HistoryVersionAlpha | https://github.com/oparish/HistoryVersionAlpha | cf8e45494debc0b2ed54de94468dfede86cfeda4 | d7d9e6e35a4f9cc2f37c788d4e45fdc245b90e49 | refs/heads/master | 2021-01-01T05:34:13.150000 | 2013-03-26T19:34:01 | 2013-03-26T19:34:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui.detail;
import java.awt.Color;
import java.awt.Component;
import javax.swing.DefaultListCellRenderer;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.ListCellRenderer;
import data.NamedEnum;
public class EnumRenderer extends DefaultListCellRenderer implements ListCellRenderer
{
... | UTF-8 | Java | 701 | java | EnumRenderer.java | Java | [] | null | [] | package ui.detail;
import java.awt.Color;
import java.awt.Component;
import javax.swing.DefaultListCellRenderer;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.ListCellRenderer;
import data.NamedEnum;
public class EnumRenderer extends DefaultListCellRenderer implements ListCellRenderer
{
... | 701 | 0.761769 | 0.761769 | 31 | 21.612904 | 24.997648 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.548387 | false | false | 7 |
1056e26fe44a11597d483909b1053e4a18f33587 | 9,801,115,390,082 | d9acbd5d8241a4938ceffbf0bde799233a5deff0 | /src/main/java/ensi/smartlocker/test/Configuration/MailConfig.java | 0a931552032d1a72612a99668d9360064bc53e51 | [] | no_license | RaniaBOLTANE/ENSI_SmartLockerApp | https://github.com/RaniaBOLTANE/ENSI_SmartLockerApp | f941024f2f6ec0e94b7e27a701e303eae7486a2e | 9e311b897df170d1f8e18657900acdbac3097063 | refs/heads/master | 2022-11-29T00:26:18.319000 | 2020-08-02T11:36:19 | 2020-08-02T11:36:19 | 284,448,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ensi.smartlocker.test.Configuration;
import org.hibernate.annotations.Proxy;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.mail.javamail.JavaMailSenderImpl;
@C... | UTF-8 | Java | 521 | java | MailConfig.java | Java | [] | null | [] | package ensi.smartlocker.test.Configuration;
import org.hibernate.annotations.Proxy;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.mail.javamail.JavaMailSenderImpl;
@C... | 521 | 0.825336 | 0.825336 | 20 | 25.049999 | 23.369799 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 7 |
d55c49584d3f6e7b8ec76e39124cd78caa618064 | 8,839,042,732,248 | bfc2ccdcc14cf45e05c1803700e3ff6aea30fb5a | /melon-core/src/main/java/net/seesharpsoft/melon/storage/MelonStorage.java | c53dbced43844f70230fef68e42357980ce0e1d8 | [
"Apache-2.0"
] | permissive | SeeSharpSoft/melon | https://github.com/SeeSharpSoft/melon | d04195e1f531aae659209cb4f0bad9c583067929 | f6a9ccb32656b5c11a0e9782c4728f7341d591e0 | refs/heads/master | 2018-12-19T06:29:43.274000 | 2018-12-18T11:58:14 | 2018-12-18T11:58:14 | 148,493,966 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.seesharpsoft.melon.storage;
import net.seesharpsoft.commons.collection.Properties;
import net.seesharpsoft.melon.Column;
import net.seesharpsoft.melon.Table;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class MelonSt... | UTF-8 | Java | 5,836 | java | MelonStorage.java | Java | [] | null | [] | package net.seesharpsoft.melon.storage;
import net.seesharpsoft.commons.collection.Properties;
import net.seesharpsoft.melon.Column;
import net.seesharpsoft.melon.Table;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class MelonSt... | 5,836 | 0.611206 | 0.608807 | 136 | 41.911766 | 36.615746 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794118 | false | false | 7 |
3ee60deab30c2fa601b5bd79adf4e4f6dd7b4c33 | 26,482,768,371,583 | 065c34961c0edcefcd35dcbbb2734c66254d7899 | /src/main/java/su/interference/core/IndexList.java | adf350036f16d8df74fa4585a2292032b4de2eab | [
"MIT"
] | permissive | interference-project/interference | https://github.com/interference-project/interference | ef187e9ed1c94f7e07bd1874b09294778a6c4835 | f2dee6d60d75ad7d45026623300ba5ef50424ec1 | refs/heads/release-2021.1 | 2021-11-19T02:31:05.411000 | 2021-10-05T18:15:34 | 2021-10-05T18:15:34 | 226,537,508 | 74 | 7 | MIT | false | 2021-10-05T18:15:35 | 2019-12-07T15:47:07 | 2021-10-05T18:01:58 | 2021-10-05T18:15:34 | 6,175 | 59 | 4 | 4 | Java | false | false | /**
The MIT License (MIT)
Copyright (c) 2010-2020 head systems, ltd
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
u... | UTF-8 | Java | 18,443 | java | IndexList.java | Java | [
{
"context": "oncurrent.CopyOnWriteArrayList;\r\n\r\n/**\r\n * @author Yuriy Glotanov\r\n * @since 1.0\r\n */\r\n\r\npublic class IndexList {\r\n",
"end": 1308,
"score": 0.9997735619544983,
"start": 1294,
"tag": "NAME",
"value": "Yuriy Glotanov"
}
] | null | [] | /**
The MIT License (MIT)
Copyright (c) 2010-2020 head systems, ltd
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
u... | 18,435 | 0.48311 | 0.479044 | 470 | 37.240425 | 26.80909 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510638 | false | false | 7 |
cb9e5f3de091b7308a17068d6082d99e29528a69 | 8,031,588,875,513 | c304d54f31f9c2898e00264642a10b6ad34d2da8 | /src/dkvs/messages/Command.java | 6f65d1e5f5b90a42690c2d1cd89ece617acc01d2 | [] | no_license | ShaykhutdinovTimur/DKVS | https://github.com/ShaykhutdinovTimur/DKVS | 04a8c7f43ce75c41f4828ad20e8e0b054cdec639 | 37400c3a4cc93b72685c6bd7362a2b5de42f3c4d | refs/heads/master | 2021-04-12T03:18:46.543000 | 2016-09-30T16:19:13 | 2016-09-30T16:19:13 | 67,924,422 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dkvs.messages;
import dkvs.Config;
import dkvs.messages.replicaAdressed.ClientRequest;
import java.util.Arrays;
import java.util.stream.Stream;
public class Command {
private static volatile int nextId = 0;
private ClientRequest request;
private int operationId;
public Command(int nodeId, Cl... | UTF-8 | Java | 1,569 | java | Command.java | Java | [] | null | [] | package dkvs.messages;
import dkvs.Config;
import dkvs.messages.replicaAdressed.ClientRequest;
import java.util.Arrays;
import java.util.stream.Stream;
public class Command {
private static volatile int nextId = 0;
private ClientRequest request;
private int operationId;
public Command(int nodeId, Cl... | 1,569 | 0.628426 | 0.622052 | 58 | 26.051723 | 23.571186 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534483 | false | false | 7 |
d13fa863d129b6ca845d04253f19f2c5c7061dae | 22,711,787,098,094 | 4530a522359000453f4df462322d977ab803ab9c | /src/main/java/com/infopulse/dao/DepositDAO.java | a39dcd36a7bb8f1073ab2d2ca188a6636c0501ca | [] | no_license | muzhaleks/hibernate1 | https://github.com/muzhaleks/hibernate1 | d6dbacba796b0c985846359f415f89baae75f9e5 | 71f8fe933423467d4705f547ed149bcb13537051 | refs/heads/master | 2022-12-17T09:42:35.398000 | 2020-09-20T07:22:32 | 2020-09-20T07:22:32 | 297,034,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infopulse.dao;
import com.infopulse.entity.Bank;
import com.infopulse.entity.Customer;
import com.infopulse.entity.Deposit;
import com.infopulse.entity.Phone;
import java.math.BigDecimal;
import java.util.List;
public interface DepositDAO {
List<Deposit> findDepositByCustomer(String name);
void ... | UTF-8 | Java | 479 | java | DepositDAO.java | Java | [] | null | [] | package com.infopulse.dao;
import com.infopulse.entity.Bank;
import com.infopulse.entity.Customer;
import com.infopulse.entity.Deposit;
import com.infopulse.entity.Phone;
import java.math.BigDecimal;
import java.util.List;
public interface DepositDAO {
List<Deposit> findDepositByCustomer(String name);
void ... | 479 | 0.795407 | 0.795407 | 19 | 24.210526 | 20.937449 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 7 |
435c0b200a7f7209c38c66f5ce87cf0d82a3c3ba | 3,298,534,913,276 | 5c4d959c6fff8d9a7ad8e3a89c0545fee7ac383d | /SpringMVC/src/test/java/com/nixsolutions/bondarenko/study/controller/AdminControllerTest.java | ac7963e92a245eb8d223f3a34e164cc3c23799fb | [] | no_license | yuliyabondarenko/nix_study | https://github.com/yuliyabondarenko/nix_study | 23f196056d9ddb89ef989852ba4918968a86604d | 86bf96ced8a5134c5be5bed2c2501c9161402542 | refs/heads/master | 2021-06-12T09:35:28.988000 | 2017-01-03T15:15:16 | 2017-01-03T15:15:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nixsolutions.bondarenko.study.controller;
import com.nixsolutions.bondarenko.study.dao.UserDao;
import com.nixsolutions.bondarenko.study.entity.Role;
import com.nixsolutions.bondarenko.study.entity.User;
import com.nixsolutions.bondarenko.study.entity.UserLibraryRole;
import com.nixsolutions.bondarenko.stu... | UTF-8 | Java | 9,971 | java | AdminControllerTest.java | Java | [
{
"context": " private User user1 = new User(1L,\n \"admin\",\n \"Admin1\",\n \"admin@mail.r",
"end": 1992,
"score": 0.996743381023407,
"start": 1987,
"tag": "USERNAME",
"value": "admin"
},
{
"context": " = new User(1L,\n \"admin\",\n ... | null | [] | package com.nixsolutions.bondarenko.study.controller;
import com.nixsolutions.bondarenko.study.dao.UserDao;
import com.nixsolutions.bondarenko.study.entity.Role;
import com.nixsolutions.bondarenko.study.entity.User;
import com.nixsolutions.bondarenko.study.entity.UserLibraryRole;
import com.nixsolutions.bondarenko.stu... | 9,959 | 0.633136 | 0.625514 | 238 | 40.894958 | 28.556915 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546219 | false | false | 7 |
ca431b4ccce5db7aa7ba68bc39a9e34d42c03e06 | 695,784,747,905 | 2f26ed6f6dac814ebd04548b2cd274246e8c9326 | /WEB-INF/src/com/yhaguy/gestion/mobile/appstore/Promo1ViewModel.java | c1dc6a42642d71d70e051b0fdfa49849c787d6c8 | [] | no_license | sraul/yhaguy-baterias | https://github.com/sraul/yhaguy-baterias | ecbac89f922fc88c5268102025affc0a6d07ffb5 | 7aacfdd3fbca50f9d71c940ba083337a2c80e899 | refs/heads/master | 2023-08-19T05:21:03.565000 | 2023-08-18T15:33:08 | 2023-08-18T15:33:08 | 144,028,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yhaguy.gestion.mobile.appstore;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.zkoss.bind.annotation.AfterCompose;
import org.zkoss.bind.annotation.Command;
import org.zkoss.bind.annotation.Init;
import org.zkoss.bind.annotation.NotifyChange;
import com.coreweb.contr... | UTF-8 | Java | 4,435 | java | Promo1ViewModel.java | Java | [
{
"context": "tring> out = new ArrayList<String>();\n\t\tout.add(\"TIGO\");\n\t\tout.add(\"PERSONAL\");\n\t\tout.add(\"CLARO\");\n\t\to",
"end": 3124,
"score": 0.9939904808998108,
"start": 3121,
"tag": "NAME",
"value": "IGO"
},
{
"context": "ut.add(\"TIGO\");\n\t\tout.add(\"PERSONAL\... | null | [] | package com.yhaguy.gestion.mobile.appstore;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.zkoss.bind.annotation.AfterCompose;
import org.zkoss.bind.annotation.Command;
import org.zkoss.bind.annotation.Init;
import org.zkoss.bind.annotation.NotifyChange;
import com.coreweb.contr... | 4,435 | 0.69876 | 0.69628 | 195 | 21.743589 | 20.684093 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.769231 | false | false | 7 |
59f20bd4aec4a1d1c5b39a02e95a5ac0ef44e2c8 | 20,040,317,433,227 | 1ba27fc930ba20782e9ef703e0dc7b69391e191b | /Src/ToolBox/src/test/java/com/compuware/toolbox/util/HashMapUtilsTest.java | f7be07fcae8ca39572b18774271c59d689b035c8 | [] | no_license | LO-RAN/codeQualityPortal | https://github.com/LO-RAN/codeQualityPortal | b0d81c76968bdcfce659959d0122e398c647b09f | a7c26209a616d74910f88ce0d60a6dc148dda272 | refs/heads/master | 2023-07-11T18:39:04.819000 | 2022-03-31T15:37:56 | 2022-03-31T15:37:56 | 37,261,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.compuware.toolbox.util;
import java.util.HashMap;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* StringUtils Tester.
*
* @author cwfr-fdubois
* @since <pre>30/05/2006</pre>
* @version 1.0
*/
public class HashMapUtilsTest extends ... | UTF-8 | Java | 1,196 | java | HashMapUtilsTest.java | Java | [
{
"context": "te;\r\n\r\n/**\r\n * StringUtils Tester.\r\n *\r\n * @author cwfr-fdubois\r\n * @since <pre>30/05/2006</pre>\r\n * @version 1.0",
"end": 225,
"score": 0.9996718168258667,
"start": 213,
"tag": "USERNAME",
"value": "cwfr-fdubois"
}
] | null | [] | package com.compuware.toolbox.util;
import java.util.HashMap;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* StringUtils Tester.
*
* @author cwfr-fdubois
* @since <pre>30/05/2006</pre>
* @version 1.0
*/
public class HashMapUtilsTest extends ... | 1,196 | 0.579431 | 0.57107 | 55 | 19.745455 | 17.967869 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 7 |
94b26cd2f535f20038e23108cb8d60c9ecf310e3 | 17,008,070,532,516 | 83593598f21cba234f08eca4dec44d2f73a6052d | /prj/commodity/web-tradeweb/src/main/java/gnnt/MEBS/timebargain/tradeweb/util/TimestampConverter.java | 0c925393a1ce84e3edc425138f3b0bef8ecd9823 | [
"Apache-2.0"
] | permissive | bigstar18/prjs | https://github.com/bigstar18/prjs | 23a04309a51b0372ddf6c391ee42270e640ec13c | c29da4d0892ce43e074d9e9831f1eedf828cd9d8 | refs/heads/master | 2021-05-31T19:55:16.217000 | 2016-06-24T02:35:31 | 2016-06-24T02:35:31 | 42,025,473 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gnnt.MEBS.timebargain.tradeweb.util;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.beanutils.ConversionException;
import org.apache.commons.lang.StringUtils;
public class TimestampConverter
extends DateConverter
{
public static ... | UTF-8 | Java | 1,539 | java | TimestampConverter.java | Java | [] | null | [] | package gnnt.MEBS.timebargain.tradeweb.util;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.beanutils.ConversionException;
import org.apache.commons.lang.StringUtils;
public class TimestampConverter
extends DateConverter
{
public static ... | 1,539 | 0.679662 | 0.679662 | 48 | 30.0625 | 29.900812 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
7a6f5df9eee2b1da22dc4f41077a0f9ed0f2d22a | 22,007,412,455,137 | adb2fe2ec7a410595c6c8080e0db00e557cf6311 | /AtCoder/ABC/B014/B014A.java | f5d312efb1fc894f2910c86dcb29d78312b43113 | [] | no_license | matsuyoshi30/practice | https://github.com/matsuyoshi30/practice | e025af82bda6b786090609840f2b44c7271bd686 | 7d8f7f9312093dcd6f31e2d6a53fea86efc845eb | refs/heads/master | 2018-09-28T06:36:16.396000 | 2018-09-27T00:31:57 | 2018-09-27T00:31:57 | 50,911,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //http://abc014.contest.atcoder.jp/tasks/abc014_1
import java.util.Scanner;
class Main {
public static void main(String[] args) throws Exception {
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
int temp = a % b;
if(temp == 0) {
... | UTF-8 | Java | 424 | java | B014A.java | Java | [] | null | [] | //http://abc014.contest.atcoder.jp/tasks/abc014_1
import java.util.Scanner;
class Main {
public static void main(String[] args) throws Exception {
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
int temp = a % b;
if(temp == 0) {
... | 424 | 0.535377 | 0.516509 | 18 | 22.555555 | 18.132912 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 7 |
0ab2c2813084e9ad696f568abc911851388bf587 | 2,061,584,344,813 | 02c68b3d779d27121d90d64c0854f8db99c857ad | /src/main/java/com/tstyle/listener/HandlerServiceAnnotationListener.java | 5c1b27ce36c5c89d47bd0e535a74287e4a64349c | [] | no_license | weichanghuan/t-style-service | https://github.com/weichanghuan/t-style-service | 1e490dbb378df1d6bd513a7c4496733802bbd622 | 460623ace7d575a70e63a3b41539611628f6953b | refs/heads/master | 2021-05-11T00:50:41.690000 | 2018-04-05T01:27:36 | 2018-04-05T01:27:36 | 118,313,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tstyle.listener;
import com.tstyle.handler.HandlerServiceAnnotation;
import com.tstyle.handler.common.HandlerService;
import java.util.concurrent.ConcurrentHashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import org.springframe... | UTF-8 | Java | 2,040 | java | HandlerServiceAnnotationListener.java | Java | [
{
"context": "t;\r\n\r\n/**\r\n * @description:接口服务类注解统一处理\r\n * @author weichanghuan\r\n * @since JDK 1.8\r\n */\r\n@Component\r\npublic class",
"end": 529,
"score": 0.993686318397522,
"start": 517,
"tag": "USERNAME",
"value": "weichanghuan"
}
] | null | [] | package com.tstyle.listener;
import com.tstyle.handler.HandlerServiceAnnotation;
import com.tstyle.handler.common.HandlerService;
import java.util.concurrent.ConcurrentHashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import org.springframe... | 2,040 | 0.686785 | 0.684703 | 52 | 34.96154 | 35.286171 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
36e4b5cf6de84cd691dcc9289597eb34f89577f7 | 17,927,193,537,230 | e7dad98c2318270a214f41206e20c10e489b510c | /shared/root/java/core/com/deepsky/findUsages/ui/SQLFindUsagesDialog.java | 20e5f8316b4775915abc0100367a76c445b52a13 | [] | no_license | jkaving/SQL-Code-Assistant- | https://github.com/jkaving/SQL-Code-Assistant- | 3abd2499c4ccd56f47db0e8336eb1c3d0dc8ec84 | fc400ae6469e64005aff69773cf201cbac690512 | refs/heads/master | 2020-03-04T20:47:10.477000 | 2011-12-24T18:24:44 | 2011-12-24T18:24:44 | 3,157,964 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2009,2010 Serhiy Kulyk
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, ... | UTF-8 | Java | 16,290 | java | SQLFindUsagesDialog.java | Java | [
{
"context": "/*\r\n * Copyright (c) 2009,2010 Serhiy Kulyk\r\n * All rights reserved.\r\n *\r\n * Redistribution a",
"end": 43,
"score": 0.9998867511749268,
"start": 31,
"tag": "NAME",
"value": "Serhiy Kulyk"
},
{
"context": "ASSISTANT PLUG-IN FOR INTELLIJ IDEA IS PROVIDED BY SERHIY... | null | [] | /*
* Copyright (c) 2009,2010 <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this l... | 16,272 | 0.667035 | 0.656845 | 370 | 42.027027 | 53.265774 | 316 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264865 | false | false | 7 |
0f2dd36a45e022d0dbc43426b66052f588177de4 | 23,235,773,109,559 | 999dcae2e612f3dd1c01f712e8893317539a9f6c | /MaximumDistanceBetweenPairOfValues.java | 56aa9c2fce6a5ab0885d171efc2ac92dc1282e46 | [] | no_license | han0305/Problem-Solving | https://github.com/han0305/Problem-Solving | ab1f56f07f850d639da35d06c768989dc2850a7c | 9ed98f19ec31c6b367dbce88d38fe715a08f5608 | refs/heads/master | 2023-09-01T18:51:03.160000 | 2021-11-01T14:22:09 | 2021-11-01T14:22:09 | 288,743,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* You are given two non-increasing 0-indexed integer arrays nums1 and nums2.
A pair of indices (i, j), where 0 <= i < nums1.length and 0 <= j < nums2.length, is valid if both i <= j and nums1[i] <= nums2[j]. The distance of the pair is j - i.
Return the maximum distance of any valid pair (i, j). If t... | UTF-8 | Java | 932 | java | MaximumDistanceBetweenPairOfValues.java | Java | [] | null | [] | /* You are given two non-increasing 0-indexed integer arrays nums1 and nums2.
A pair of indices (i, j), where 0 <= i < nums1.length and 0 <= j < nums2.length, is valid if both i <= j and nums1[i] <= nums2[j]. The distance of the pair is j - i.
Return the maximum distance of any valid pair (i, j). If t... | 932 | 0.485556 | 0.462222 | 29 | 30.068966 | 36.68499 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 7 |
fd692a603d7cc4a42aa7537d9ad7b08f5d7202e2 | 4,071,629,034,241 | 1e73484d6c81db890ddfa4d4ff593b9633e899b1 | /ejercicio4practica1/src/ejercicio4practica1/Ejercicio4practica1.java | 233fc3caeca690d0c2ea896e7fce849ac27bf7e7 | [] | no_license | Urriste/Java-facultad | https://github.com/Urriste/Java-facultad | 4e95c3e223125db589177e7e2ac359600854f88e | ad88025eaa5c3cc06e5d1040d428cd3d2309c824 | refs/heads/main | 2023-08-18T17:05:47.089000 | 2021-09-28T22:20:32 | 2021-09-28T22:20:32 | 408,614,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ejercicio4practica1;
import PaqueteLectura.Lector;
import PaqueteLectura.GeneradorAleatorio;
/**
*
* @author Lucas
*/
public... | UTF-8 | Java | 2,748 | java | Ejercicio4practica1.java | Java | [
{
"context": "queteLectura.GeneradorAleatorio;\n/**\n *\n * @author Lucas\n */\npublic class Ejercicio4practica1 {\n\n /**\n ",
"end": 309,
"score": 0.9995429515838623,
"start": 304,
"tag": "NAME",
"value": "Lucas"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ejercicio4practica1;
import PaqueteLectura.Lector;
import PaqueteLectura.GeneradorAleatorio;
/**
*
* @author Lucas
*/
public... | 2,748 | 0.427269 | 0.411229 | 88 | 30.170454 | 24.557087 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602273 | false | false | 7 |
6b736595258e06372b9fb457c9c27ede57d1dba4 | 27,848,567,963,381 | 0dc35fd67f65cdbe56e1fe0e061c72b1394b6a37 | /app/src/main/java/com/miryanova/memories/view/NoteView.java | b9515f8f9fda8690293295d6f941ecfc4dcb0654 | [] | no_license | AnnMir/Memories | https://github.com/AnnMir/Memories | 22873aefd0d4d630da2c66e8a795ea6cc5c71711 | 33ba77f49664ffe6f2495c70f6e512347eaf3739 | refs/heads/master | 2021-07-13T12:30:12.521000 | 2020-06-06T10:41:44 | 2020-06-06T10:41:44 | 153,750,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.miryanova.memories.view;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Log;
import android.view.Gravity;
impor... | UTF-8 | Java | 11,288 | java | NoteView.java | Java | [] | null | [] | package com.miryanova.memories.view;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Log;
import android.view.Gravity;
impor... | 11,288 | 0.610696 | 0.607314 | 317 | 34.454258 | 24.73357 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735016 | false | false | 7 |
70653773b0c6f34deec7e67800182753d9ef41e0 | 32,753,420,615,567 | 618a345d5e1ff42caf08458fbc598173c4c0ccc2 | /MIXChar.java | 21e11a86081fff370d196ca49bc8e6c8053af120 | [] | no_license | yuanyuan1104/JavaAssignment4 | https://github.com/yuanyuan1104/JavaAssignment4 | cdb553cf8a0dd37d68f8853bc95a2691b7234d1c | 8e03b9812abfa0bd563b5c9cc155b80ab9ed3427 | refs/heads/master | 2021-09-01T08:28:16.513000 | 2017-12-26T01:53:52 | 2017-12-26T01:53:52 | 115,374,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package q3;
import java.util.Scanner;
/**
* Class MIXChar
* <p>Reads a line from user input, if all the characters are valid MIXChar
* convert them to have the correct numerical values. Then encode them into
* a long array. Finally, convert the MIXChar characters to a Java string and
* print out them.
* </p>
*... | UTF-8 | Java | 7,408 | java | MIXChar.java | Java | [
{
"context": "tring and\n * print out them.\n * </p>\n *\n * @author Zhang Yuanyuan\n * @version 2017-11-30\n */\npublic class MIXChar {",
"end": 346,
"score": 0.9998505711555481,
"start": 332,
"tag": "NAME",
"value": "Zhang Yuanyuan"
}
] | null | [] | package q3;
import java.util.Scanner;
/**
* Class MIXChar
* <p>Reads a line from user input, if all the characters are valid MIXChar
* convert them to have the correct numerical values. Then encode them into
* a long array. Finally, convert the MIXChar characters to a Java string and
* print out them.
* </p>
*... | 7,400 | 0.50081 | 0.491901 | 237 | 30.257383 | 20.911236 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679325 | false | false | 7 |
f0ea0bf58f8009b059d4f92fcdbd6dd2f713a024 | 4,002,909,543,394 | 4f1c87d81fa483ece6769c3debb5fc85e6216aee | /Room.java | 06bd5e95891765368b411efa97355ba23f86f9c2 | [] | no_license | trishcavaliero/monster-game | https://github.com/trishcavaliero/monster-game | 1f1cfe8397ae02c5cc24664cc977c821fee0134f | 84d916e24a96c21e68212b242dd5684cb9b8e45c | refs/heads/master | 2020-08-21T23:03:26.407000 | 2019-10-19T21:30:58 | 2019-10-19T21:30:58 | 216,267,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gameinterfaces;
public class Room {
private int roomIndex;
private String description;
private Monster monster;
public Room(int rIndex, String descript, Monster mons) {
roomIndex = rIndex;
description = descript;
monster = mons;
}
public void enter(Player player) {
if (monster.isAlive... | UTF-8 | Java | 922 | java | Room.java | Java | [] | null | [] | package gameinterfaces;
public class Room {
private int roomIndex;
private String description;
private Monster monster;
public Room(int rIndex, String descript, Monster mons) {
roomIndex = rIndex;
description = descript;
monster = mons;
}
public void enter(Player player) {
if (monster.isAlive... | 922 | 0.663774 | 0.658351 | 51 | 17.019608 | 26.542227 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.745098 | false | false | 7 |
bb5e945aa16729d9edd58b7efe2050705781e3a8 | 11,922,829,235,869 | 4690c789be766eb42248e1d2b4865437de08f6eb | /farah_juin/src/farah_juin/Exercice2.java | 20df66607b14ace76ef8bd085879b7e139282737 | [] | no_license | farahmansour/farah_juin | https://github.com/farahmansour/farah_juin | f4ab3d3fa8f2c96c1078a60fc4f468b80ce753b8 | 3b4da95c1a0a593403ca5f41fb7f79dbce5ea25b | refs/heads/master | 2023-05-10T12:06:36.157000 | 2021-06-17T15:18:29 | 2021-06-17T15:18:29 | 373,278,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Author : farahmansour
* Date : Jun. 16, 2021
* Description:
*/
package farah_juin;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
public class Exercice2 {
public static void mai... | UTF-8 | Java | 783 | java | Exercice2.java | Java | [
{
"context": "/*\n* Author : farahmansour\n* Date : Jun. 16, 2021\n* Description:\n*/\n\n\npackag",
"end": 26,
"score": 0.8493936657905579,
"start": 14,
"tag": "NAME",
"value": "farahmansour"
}
] | null | [] | /*
* Author : farahmansour
* Date : Jun. 16, 2021
* Description:
*/
package farah_juin;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
public class Exercice2 {
public static void mai... | 783 | 0.7289 | 0.71867 | 41 | 18.073172 | 18.262838 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.414634 | false | false | 7 |
544ae29ffb62bc96ae4912c24e6297a66dde2d38 | 23,562,190,606,373 | cd41d85fb0d60f2361d9ba7dcc69fd9e2a6719fe | /src/main/java/com/ddxygq/ssmdemo/pojo/Person.java | db238a461ac91bf1b4de0308b3c37acfaf99a921 | [] | no_license | ddxygq/ssmJob | https://github.com/ddxygq/ssmJob | 1e0d7c4bc88a317ad4a3e0c5c1bc489a8bab871f | ea7bb9e35a59c598d009e4beb8d6431e70763b89 | refs/heads/master | 2021-04-18T22:49:27.298000 | 2018-03-26T11:01:16 | 2018-03-26T11:01:16 | 126,801,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ddxygq.ssmdemo.pojo;
public class Person {
private String person_id;
private String person_name;
private String person_account;
private String person_pwd;
private String person_role;
private String person_flag;
private String person_address;
private String person_head;
public Strin... | UTF-8 | Java | 1,512 | java | Person.java | Java | [] | null | [] | package com.ddxygq.ssmdemo.pojo;
public class Person {
private String person_id;
private String person_name;
private String person_account;
private String person_pwd;
private String person_role;
private String person_flag;
private String person_address;
private String person_head;
public Strin... | 1,512 | 0.714947 | 0.714947 | 85 | 16.788235 | 17.402565 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.235294 | false | false | 7 |
03401bbc0097d3801ad5b94519226abf5d1c90de | 33,285,996,558,304 | b9d00c37d7af6589f1fe1ca0638adc76acfff9fd | /app/src/main/java/com/evertvd/inventariobox/vista/dialogs/DialogEnviarEmail.java | 231891fb94a18f2d91116c8f1dcfdd6a90237bc3 | [] | no_license | evert-vd/InventarioBox | https://github.com/evert-vd/InventarioBox | e449f58ac3824cdfb88a2f84573517125c6c7129 | 44c24accc631932b4253634ff493793c20e8c057 | refs/heads/master | 2021-09-03T06:34:19.657000 | 2018-01-06T13:48:42 | 2018-01-06T13:48:42 | 115,156,123 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.evertvd.inventariobox.vista.dialogs;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.widget.Button;
im... | UTF-8 | Java | 7,320 | java | DialogEnviarEmail.java | Java | [
{
"context": "ayList;\nimport java.util.List;\n\n\n/**\n * Created by evertvd on 13/03/2017.\n */\n\npublic class DialogEnviarEmai",
"end": 740,
"score": 0.9996533989906311,
"start": 733,
"tag": "USERNAME",
"value": "evertvd"
}
] | null | [] | package com.evertvd.inventariobox.vista.dialogs;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.widget.Button;
im... | 7,320 | 0.633743 | 0.630738 | 161 | 44.465839 | 35.364128 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720497 | false | false | 7 |
bb763ffa3eb80971fb2aa7b0a470dd71253ba9ba | 30,193,620,113,218 | 17d829b306de948bdd7ed0895958e2a0adf6ecb2 | /src/main/java/com/kukilej/springdataredisdemo/service/mapper/StudentMapper.java | 2da679a21ece2297ad71477a7068da2df39e9220 | [] | no_license | Kukilej/spring-demo | https://github.com/Kukilej/spring-demo | 2dc381b255e1352f54c4bb0b5b501b4b30f7713b | 0e90acf7f679af619fc6df393418e3465fe0ec93 | refs/heads/master | 2023-02-01T02:09:34.763000 | 2020-12-14T08:52:50 | 2020-12-14T08:52:50 | 320,621,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kukilej.springdataredisdemo.service.mapper;
import com.kukilej.springdataredisdemo.domain.dto.StudentDto;
import com.kukilej.springdataredisdemo.domain.model.Student;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
@Mapper(componentModel = "spring", uses = ApplyMapper.class)
public interface St... | UTF-8 | Java | 508 | java | StudentMapper.java | Java | [] | null | [] | package com.kukilej.springdataredisdemo.service.mapper;
import com.kukilej.springdataredisdemo.domain.dto.StudentDto;
import com.kukilej.springdataredisdemo.domain.model.Student;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
@Mapper(componentModel = "spring", uses = ApplyMapper.class)
public interface St... | 508 | 0.771654 | 0.771654 | 17 | 28.882353 | 23.414129 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 7 |
390fb283f8c81ef6582e847c2c81f7ff810a4365 | 30,193,620,110,808 | 3edcb6151077f690662fae5b984611bccfc4303a | /14章/src/pass14_01/Exec.java | 6b8dd6cffee801ad1fcc8be97b651e49e203b00b | [] | no_license | hisamatsunaoki/javaExecise | https://github.com/hisamatsunaoki/javaExecise | 555da6df210078155b139395209d1ed7497bfa10 | db86caae23814cc4e2327606f57caa8b717e2e65 | refs/heads/master | 2020-05-04T06:44:22.766000 | 2019-04-04T05:01:37 | 2019-04-04T05:01:37 | 179,012,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pass14_01;
public class Exec {
public static void main(String[] args) {
HealthRecord exec1 = new HealthRecord("久松直貴", 1.7);
System.out.println("標準体重" + exec1.stdWeight(1.7));
System.out.println(exec1.toString());
}
}
| UTF-8 | Java | 250 | java | Exec.java | Java | [] | null | [] | package pass14_01;
public class Exec {
public static void main(String[] args) {
HealthRecord exec1 = new HealthRecord("久松直貴", 1.7);
System.out.println("標準体重" + exec1.stdWeight(1.7));
System.out.println(exec1.toString());
}
}
| 250 | 0.696581 | 0.649573 | 9 | 25 | 20.493902 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 7 |
0310c35afeee4390c21bc77e8a9c904b0de9f4fe | 23,699,629,577,055 | 7bd36c38331ab164d98b555139c8f13ab2e6d812 | /mcts-gammon/src/main/java/org/mctsgammon/util/RunningStats.java | ad70c62ad1c33fa4c41b60122287e2dd30401017 | [] | no_license | edajade/mcts-gammon | https://github.com/edajade/mcts-gammon | 2c566b428f7ad16d6f74c9120887724f29a3cac9 | 1ef54cd9dbf5a40cba2fc8d22717b5d3463d8275 | refs/heads/master | 2021-01-24T01:58:15.506000 | 2010-03-22T11:07:51 | 2010-03-22T11:07:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be ... | UTF-8 | Java | 2,211 | java | RunningStats.java | Java | [] | null | [] | /**
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be ... | 2,211 | 0.667571 | 0.651289 | 91 | 23.296703 | 23.714647 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.516484 | false | false | 7 |
6ac18d12c0bad6222750250f775ad4d54253a866 | 5,617,817,267,678 | d7f1975d1c9284b8bbb5d56d4c0ac1567d523e35 | /src/eu/vctl/ant/InputPassword.java | 52a077b0e3ca32aff6cd4f7dd7db9bdbc073c211 | [] | no_license | nutilius/AntTasks | https://github.com/nutilius/AntTasks | 80073fc3712aa24715a9033979d262997e74f75b | 6d378db88689b88690a6dfbf4adf6a7f803ca369 | refs/heads/master | 2020-03-19T04:25:53.615000 | 2018-06-02T15:23:30 | 2018-06-02T15:23:30 | 135,827,051 | 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 eu.vctl.ant;
import java.awt.GraphicsEnvironment;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.input.InputHandler;
import org.apache.tools.ant.input.InputRequest;
/**
*
* @author pi... | UTF-8 | Java | 886 | java | InputPassword.java | Java | [
{
"context": "he.tools.ant.input.InputRequest;\n/**\n *\n * @author piotrk\n */\npublic class InputPassword implements InputHa",
"end": 324,
"score": 0.9992895126342773,
"start": 318,
"tag": "USERNAME",
"value": "piotrk"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package eu.vctl.ant;
import java.awt.GraphicsEnvironment;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.input.InputHandler;
import org.apache.tools.ant.input.InputRequest;
/**
*
* @author pi... | 886 | 0.63544 | 0.63544 | 37 | 22.945946 | 21.140388 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 7 |
bc1396576cf0c92dcd57a6b9742712dbc433049a | 5,617,817,269,179 | 9c0fc6dad2a50b70e419dfa3f6895074e06ad97a | /src/geneticapp/Interface/CanvasPanel.java | f6c477a78b17c172f3350374567bb2702f68e122 | [] | no_license | colmenaresw/GeneticDrawing | https://github.com/colmenaresw/GeneticDrawing | c6c60fe60e09f3e13935ff4034ddb9b60192b816 | 4a660dfa984f88c335b90501901689bf800942c6 | refs/heads/master | 2021-05-27T16:22:32.646000 | 2014-09-26T20:22:36 | 2014-09-26T20:22:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package geneticapp.Interface;
import geneticapp.DNAString;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
public class CanvasPanel extends JPanel{ //Canvas class for painting/rendering with Graphics2D
DNAString currentDNA;
public void setCurrentDNA(DNAString currentDNA) {
... | UTF-8 | Java | 875 | java | CanvasPanel.java | Java | [] | null | [] |
package geneticapp.Interface;
import geneticapp.DNAString;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
public class CanvasPanel extends JPanel{ //Canvas class for painting/rendering with Graphics2D
DNAString currentDNA;
public void setCurrentDNA(DNAString currentDNA) {
... | 875 | 0.627429 | 0.621714 | 35 | 23.971428 | 23.489189 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
f9876aa21b6b6e99e52b1ed5a4ab4d5932ba4d4b | 20,066,087,244,842 | d34971201b9b1aba0b5883508287fcbc72099363 | /samples/scrollperf/src/main/java/com/facebook/samples/scrollperf/util/SizeUtil.java | 50e7f041ca5522ce08235bf90bedb72dd073022c | [
"MIT"
] | permissive | facebook/fresco | https://github.com/facebook/fresco | 6a9f7c9d501faaf8aefcdae6f495633659812b9f | 8b7ebca781d0ab7029b0c77cc28fab7a0af08a9c | refs/heads/main | 2023-09-05T03:35:16.680000 | 2023-09-04T17:08:32 | 2023-09-04T17:08:32 | 31,533,997 | 19,373 | 5,139 | MIT | false | 2023-09-14T18:34:31 | 2015-03-02T09:58:04 | 2023-09-12T07:59:34 | 2023-09-14T18:34:30 | 75,773 | 16,992 | 3,785 | 229 | Java | false | false | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.samples.scrollperf.util;
import android.app.Activity;
import android.content.Context;
import android.conten... | UTF-8 | Java | 3,308 | java | SizeUtil.java | Java | [] | null | [] | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.samples.scrollperf.util;
import android.app.Activity;
import android.content.Context;
import android.conten... | 3,308 | 0.717654 | 0.717654 | 97 | 33.103092 | 27.738277 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515464 | false | false | 7 |
fb3285c885513dca40768790f7bfa13af25f41e1 | 23,742,579,250,099 | 8b64cd9124879b9c1dee0036919870328a0cbf64 | /vm/lib/src/system/devices/SSI.java | 839359b94b8e7c02497c5fce43ef4d3d0a19e7fd | [
"BSD-2-Clause"
] | permissive | lshagiev/jvm-arm-bare-metal | https://github.com/lshagiev/jvm-arm-bare-metal | 2f88f4b5db16e07f6b642bb6b4a2bf4705a78f93 | ef667919007607b1a6225f78b905446d29b9820a | refs/heads/master | 2022-01-06T01:03:32.521000 | 2018-09-07T02:25:44 | 2018-09-07T02:25:44 | 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 system.devices;
import system.Device;
/**
*
* @author Evan Ross
*/
public class SSI extends Device {
private static final int SSI_0_DR = 0x00000008; // Data register
public SSI(int... | UTF-8 | Java | 397 | java | SSI.java | Java | [
{
"context": "devices;\n\nimport system.Device;\n\n/**\n *\n * @author Evan Ross\n */\npublic class SSI extends Device {\n \n pr",
"end": 176,
"score": 0.9998577833175659,
"start": 167,
"tag": "NAME",
"value": "Evan Ross"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package system.devices;
import system.Device;
/**
*
* @author <NAME>
*/
public class SSI extends Device {
private static final int SSI_0_DR = 0x00000008; // Data register
public SSI(int ba... | 394 | 0.624685 | 0.594458 | 23 | 16.26087 | 19.511908 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 7 |
e6b5b05fc58eb80f9c91bfe74c501445c72c1e12 | 23,742,579,249,753 | 87ddad10b76cc0eb559a016d6052b82de558d201 | /src/main/java/view/PrincipalController.java | 1ff81e91417914adf620a8bc46bd3fdee720e2a1 | [] | no_license | tteixeira47/2017-UEPG-LP-ControleComissao | https://github.com/tteixeira47/2017-UEPG-LP-ControleComissao | 97d82310596ebeca15fb5a58cfdf0dee1aa7693b | 7c1515520c56d601d3fa5296758994dc5e96f101 | refs/heads/master | 2021-10-09T01:11:52.917000 | 2018-12-19T15:55:52 | 2018-12-19T15:55:52 | 108,334,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.Initializable;
public class PrincipalController implements Initializable {
@Override
public void initialize(URL url, ResourceBundle rb) {
//Rotina que cria uma base de dados com dois vendedores e duas empresas
... | UTF-8 | Java | 3,349 | java | PrincipalController.java | Java | [
{
"context": "resas\n /*\n Cidade cid = new Cidade(\"Ponta Grossa\");\n cid = cidadeRepository.insert(cid);\n ",
"end": 373,
"score": 0.9935603737831116,
"start": 361,
"tag": "NAME",
"value": "Ponta Grossa"
},
{
"context": "d);\n \n Vendedor ven = ... | null | [] | package view;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.Initializable;
public class PrincipalController implements Initializable {
@Override
public void initialize(URL url, ResourceBundle rb) {
//Rotina que cria uma base de dados com dois vendedores e duas empresas
... | 3,313 | 0.65133 | 0.536301 | 63 | 52.126984 | 42.685818 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.492064 | false | false | 7 |
e549b0b5ac5e3d24c227c732e3ac67a97f6ac49a | 16,690,242,954,349 | 0cbf755b5ecff1cbb43704a6ac604c3152b74bc3 | /app/src/main/java/com/example/bilibili/navigation/headpage/mainviews/headpage/view/adapters/MyRecyclerPopularViewHolder.java | ace5614ea215710dbe48953a59f7766385d2cd93 | [] | no_license | Liewona/BiliBili-Test | https://github.com/Liewona/BiliBili-Test | e0195f4f7cbaa4c6e9a25638be2985ae4f5b106d | c92d32a4a61d2ef13ae2e2563e387bd1ab627ebf | refs/heads/master | 2022-04-02T00:43:16.675000 | 2019-12-05T11:28:36 | 2019-12-05T11:28:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bilibili.navigation.headpage.mainviews.headpage.view.adapters;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.bilibili.R;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerV... | UTF-8 | Java | 1,344 | java | MyRecyclerPopularViewHolder.java | Java | [] | null | [] | package com.example.bilibili.navigation.headpage.mainviews.headpage.view.adapters;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.bilibili.R;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerV... | 1,344 | 0.755054 | 0.755054 | 37 | 33.783783 | 27.820015 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 7 |
380c23213f2660e280b7ef40345ca9058dc1667e | 8,383,776,195,771 | 2410d3129ae14c8fe21257799187be3dc0eee884 | /PallindromeNumber.java | 270017a9c6c19ce6801c1631b3da574ebcb94a13 | [] | no_license | rajatm077/LeetCode | https://github.com/rajatm077/LeetCode | 5f60cc3717799225c5e2eb9dfabda4e1cb8af406 | 7f7cd7e650b23890305ffc8c80f1b3fe854dae71 | refs/heads/master | 2020-04-15T12:04:46.967000 | 2019-01-08T13:50:15 | 2019-01-08T13:50:15 | 164,659,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by MalhotR1 on 05/27/2018.
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class PallindromeNumber {
public static void main(String[] args) throws IOException {
try (BufferedReader br = new BufferedReader(new I... | UTF-8 | Java | 749 | java | PallindromeNumber.java | Java | [
{
"context": "/**\n * Created by MalhotR1 on 05/27/2018.\n */\n\nimport java.io.BufferedReader",
"end": 26,
"score": 0.9990462064743042,
"start": 18,
"tag": "USERNAME",
"value": "MalhotR1"
}
] | null | [] | /**
* Created by MalhotR1 on 05/27/2018.
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class PallindromeNumber {
public static void main(String[] args) throws IOException {
try (BufferedReader br = new BufferedReader(new I... | 749 | 0.579439 | 0.551402 | 28 | 25.75 | 20.075972 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
739fa0d34343e58a14da2efa62f65f007fd388f6 | 13,726,715,527,564 | e5145cf9cb8b4d6537d4528cfb775ce076455ee6 | /barrage/src/main/java/com/android/liuzhuang/library/Constants.java | f965cab08137b08a3e103c980cd1713c47b3e4f0 | [
"Apache-2.0"
] | permissive | yangshibai/Barrage | https://github.com/yangshibai/Barrage | 9ed4a00bd98e6a7b895839a611617f93b1e2249c | 9818043a128e30bb3fc6632390e33e76f538abbe | refs/heads/master | 2021-01-19T12:22:42.479000 | 2016-04-16T12:01:40 | 2016-04-16T12:01:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.liuzhuang.library;
/**
* Created by liuzhuang on 16/4/8.
*/
public final class Constants {
public static final int LEFT_RIGHT = 0;
public static final int RIGHT_LEFT = 1;
public static final int TOP_DOWN = 2;
public static final int DOWN_TOP = 3;
}
| UTF-8 | Java | 288 | java | Constants.java | Java | [
{
"context": " com.android.liuzhuang.library;\n\n/**\n * Created by liuzhuang on 16/4/8.\n */\npublic final class Constants {\n ",
"end": 67,
"score": 0.9993747472763062,
"start": 58,
"tag": "USERNAME",
"value": "liuzhuang"
}
] | null | [] | package com.android.liuzhuang.library;
/**
* Created by liuzhuang on 16/4/8.
*/
public final class Constants {
public static final int LEFT_RIGHT = 0;
public static final int RIGHT_LEFT = 1;
public static final int TOP_DOWN = 2;
public static final int DOWN_TOP = 3;
}
| 288 | 0.6875 | 0.659722 | 11 | 25.181818 | 18.099815 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
3bfae25fb15ca90091a0d1926764560322ab376c | 23,965,917,545,603 | e1cec92ee1de6753d4a096095a8c9c2758de383e | /reservation-service/src/main/java/com/newisland/reservation/model/exception/PassMaxRangeReservationException.java | 01ac97b6acae3f96100081ec208ae91f89d6b05d | [] | no_license | jorgegfx/NewIslandBookingSystem | https://github.com/jorgegfx/NewIslandBookingSystem | 9c0aa611719a6a385038f52911e03aa0304b2ce0 | a2b46384121b5a484a3299a96c6be2bac5aa34d2 | refs/heads/master | 2022-12-16T00:12:47.750000 | 2020-09-03T20:49:19 | 2020-09-03T20:49:19 | 291,778,695 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newisland.reservation.model.exception;
/**
* This Exception is throws when
* The campsite is not reserved for max 3 days.
*/
public class PassMaxRangeReservationException extends ReservationException{
public PassMaxRangeReservationException(String message) {
super(message);
}
}
| UTF-8 | Java | 310 | java | PassMaxRangeReservationException.java | Java | [] | null | [] | package com.newisland.reservation.model.exception;
/**
* This Exception is throws when
* The campsite is not reserved for max 3 days.
*/
public class PassMaxRangeReservationException extends ReservationException{
public PassMaxRangeReservationException(String message) {
super(message);
}
}
| 310 | 0.764516 | 0.76129 | 10 | 30 | 25.791471 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
1b70e5ffcda5a3fb57f5f619fa6b78d455f7af4a | 11,665,131,214,496 | 894242e097699fe38cde3cfd312c04040d34ec3e | /javastudy/src/ex01/Ex01.java | 6269aac75a137acc5084dee2672493f6c8cbf3eb | [] | no_license | hiwebhi/web0714 | https://github.com/hiwebhi/web0714 | 500c11bbc819869a95a63b477bc00e8862f153e3 | 6a8d1c1a8d922aaae228bd45cb90ff149d50fb7a | refs/heads/master | 2023-08-11T12:54:06.783000 | 2021-10-05T06:27:06 | 2021-10-05T06:27:06 | 401,337,039 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ex01;
public class Ex01 {
public static void main(String[] args) {
// 한줄주석
/*
*여러줄 주석
*변수(variable)와 자료형(data type)
*/
System.out.println("hello world");
//정수형 변수(Intefer)
int number=3; //할당한다. assign 한다. 값을 넣는다.
System.out.println(number);
number=5;
System.... | UTF-8 | Java | 882 | java | Ex01.java | Java | [] | null | [] | package ex01;
public class Ex01 {
public static void main(String[] args) {
// 한줄주석
/*
*여러줄 주석
*변수(variable)와 자료형(data type)
*/
System.out.println("hello world");
//정수형 변수(Intefer)
int number=3; //할당한다. assign 한다. 값을 넣는다.
System.out.println(number);
number=5;
System.... | 882 | 0.582432 | 0.568919 | 42 | 15.619047 | 14.364228 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 7 |
2c65062f411def1a6216d033ee775114a34a745a | 10,582,799,456,328 | ca170bb491d6698e1f61baab842ea5db4c698f97 | /EEIT/src/main/java/com/iii/_05_/InputLiveStreamTime/model/AllViewBean.java | 46a3ba58a6290e090a78e370df52b3791660f5b3 | [] | no_license | VIDEOSHOP100/ProjectEnd6-1 | https://github.com/VIDEOSHOP100/ProjectEnd6-1 | f112b6b419d39186e0949226f382b9f66598eb35 | fb4e021633f8244a2529e8da00e51ebcdc784455 | refs/heads/master | 2020-03-17T02:00:37.090000 | 2018-05-31T05:34:15 | 2018-05-31T05:34:15 | 133,174,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iii._05_.InputLiveStreamTime.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class AllViewBean {
@Id
private String account;
private Integer views;
public String getAccount() {
return account;
}
public void setAccount(String account) {
this.account = account... | UTF-8 | Java | 558 | java | AllViewBean.java | Java | [] | null | [] | package com.iii._05_.InputLiveStreamTime.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class AllViewBean {
@Id
private String account;
private Integer views;
public String getAccount() {
return account;
}
public void setAccount(String account) {
this.account = account... | 558 | 0.700717 | 0.697133 | 31 | 17 | 17.027493 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.258065 | false | false | 7 |
cda901deba33cafad5a5e7e3063fdc4ff18c7e3a | 32,882,269,651,038 | 85381b61c6c680690ddb63c04d31f843c465a67b | /quarked-avengers/src/main/java/org/assemble/AvengersResource.java | 036c0e83f76b44adcb558af946a602cd3425219b | [
"Apache-2.0"
] | permissive | xstefank/avengers-assemble | https://github.com/xstefank/avengers-assemble | a9f085aca4496b057b19df0461afd9d8984462fc | 5bdcae8fcbb4f5b4bc138b1144f252db171e963f | refs/heads/master | 2020-05-09T13:07:53.755000 | 2019-04-23T06:25:14 | 2019-04-23T06:25:14 | 181,138,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.assemble;
import io.quarkus.hibernate.orm.panache.PanacheQuery;
import io.quarkus.panache.common.Sort;
import org.assemble.model.Avenger;
import org.assemble.model.DataTable;
import javax.json.JsonObject;
import javax.transaction.Transactional;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import j... | UTF-8 | Java | 3,569 | java | AvengersResource.java | Java | [] | null | [] | package org.assemble;
import io.quarkus.hibernate.orm.panache.PanacheQuery;
import io.quarkus.panache.common.Sort;
import org.assemble.model.Avenger;
import org.assemble.model.DataTable;
import javax.json.JsonObject;
import javax.transaction.Transactional;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import j... | 3,569 | 0.625385 | 0.623704 | 127 | 27.102362 | 23.13801 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448819 | false | false | 7 |
4040da5a87e59c92c32005c691a541966fc2c54c | 26,637,387,205,106 | beba503e98d3b98ea1375e9c814bc35555d5e5dc | /app/src/main/java/com/lesehome/example/adpater/item/ItemExample1_1_Adapter.java | d1fbcb9837759405dd10b13baf3bd6366a6d9ef8 | [] | no_license | roc-hu/ModularRecyclerView | https://github.com/roc-hu/ModularRecyclerView | 6885ec1ed034208371504f5a9da1b3bbcf54f746 | 0804c3b669a5aaa037802a953ecef082d3647ba6 | refs/heads/master | 2021-01-18T14:41:14.106000 | 2016-10-26T04:35:13 | 2016-10-26T04:35:13 | 71,861,754 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lesehome.example.adpater.item;
import android.support.annotation.NonNull;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.lesehome.modularrecyclerview.HViewHolder;
import com.lesehome.modularrecyclerview.IHItemBean;
import com.lesehome.example.R;
imp... | UTF-8 | Java | 1,452 | java | ItemExample1_1_Adapter.java | Java | [
{
"context": "dapter;\n\nimport java.util.List;\n\n/**\n * Created by hcp on 16/5/13.\n */\npublic class ItemExample1_1_Adapt",
"end": 466,
"score": 0.9995378255844116,
"start": 463,
"tag": "USERNAME",
"value": "hcp"
}
] | null | [] | package com.lesehome.example.adpater.item;
import android.support.annotation.NonNull;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.lesehome.modularrecyclerview.HViewHolder;
import com.lesehome.modularrecyclerview.IHItemBean;
import com.lesehome.example.R;
imp... | 1,452 | 0.734848 | 0.724518 | 45 | 31.266666 | 29.741404 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 7 |
3ab7e628c318000b17c4408bf5856b8d47c9a2c7 | 32,856,499,834,339 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate776.java | 2e5988e4a0e01b19d26018dcef5e6ad59718f02f | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @Override
public Identifier determineUniqueKeyName(ImplicitUniqueKeyNameSource source) {
Identifier userProvidedIdentifier = source.getUserProvidedIdentifier();
return userProvidedIdentifier != null ? userProvidedIdentifier : toIdentifier(
NamingHelper.INSTANCE.generateHashedConstraintName(
"UK",
... | UTF-8 | Java | 420 | java | Hibernate776.java | Java | [] | null | [] | @Override
public Identifier determineUniqueKeyName(ImplicitUniqueKeyNameSource source) {
Identifier userProvidedIdentifier = source.getUserProvidedIdentifier();
return userProvidedIdentifier != null ? userProvidedIdentifier : toIdentifier(
NamingHelper.INSTANCE.generateHashedConstraintName(
"UK",
... | 420 | 0.761905 | 0.761905 | 12 | 33.916668 | 28.917868 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.583333 | false | false | 7 |
019fcbf9af48c318e215404d87d2af83f99da12a | 1,778,116,461,142 | 4620c2a57b0758173cb1d9ffecc1b134ccf52f92 | /java_scripts/src/Demo3.java | 9e448e861a5764061680fca80ba52c199a36f2c6 | [] | no_license | Linuxbody/java | https://github.com/Linuxbody/java | 0d297c4161c6545bf01b64cef35fdebe014f59e4 | 78bc5e92ca38d6ef559d594242f157f3c97f65fd | refs/heads/master | 2020-06-14T23:11:16.794000 | 2019-07-08T08:29:45 | 2019-07-08T08:29:45 | 195,151,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
类的继承
*/
class People{
private String name ;
private int age ;
public void setName(String name) {
this.name = name ;
}
public void setAge(int age) {
this.age = age ;
}
public String getName() {
return this.name ;
}
public int getAge() {
return... | UTF-8 | Java | 1,393 | java | Demo3.java | Java | [
{
"context": "\n Boy bb = new Boy() ;\n bb.setName(\"Vic\");\n bb.setAge(20) ;\n bb.setYoung(\"青",
"end": 892,
"score": 0.9950074553489685,
"start": 889,
"tag": "NAME",
"value": "Vic"
},
{
"context": " Child cc = new Child() ;\n cc.setName(\"Tor... | null | [] | /*
类的继承
*/
class People{
private String name ;
private int age ;
public void setName(String name) {
this.name = name ;
}
public void setAge(int age) {
this.age = age ;
}
public String getName() {
return this.name ;
}
public int getAge() {
return... | 1,393 | 0.527589 | 0.52381 | 69 | 18.173914 | 20.814541 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
5e728d811d6a659448f3d4f411a0a326cf8cb822 | 7,816,840,494,569 | 55afce2400d9e7e438f8691511790fa0dd3b00b0 | /course-service/src/main/java/com/barclays/courseservice/service/impl/CourseServiceImpl.java | bf7904de5abb4764a13a5dc046ecb9bcd40a7f9f | [] | no_license | ashavkumar/Training-Portal-Assignment-Api | https://github.com/ashavkumar/Training-Portal-Assignment-Api | 858246be7b215ea2b3df2dfe7295dc4d995cf65c | 52b0e92a45139ef1298c1d50f4fee2fcd597a955 | refs/heads/master | 2022-11-23T05:45:15.439000 | 2020-07-27T07:42:38 | 2020-07-27T07:42:38 | 279,507,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.barclays.courseservice.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import com.barclays.courseservice.dao.CourseRepository;
import com.barclays.c... | UTF-8 | Java | 1,449 | java | CourseServiceImpl.java | Java | [] | null | [] | package com.barclays.courseservice.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import com.barclays.courseservice.dao.CourseRepository;
import com.barclays.c... | 1,449 | 0.7902 | 0.7902 | 47 | 29.829786 | 29.410028 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.489362 | false | false | 7 |
4988cc2d010e61f93ed78303d515b4f288e90847 | 6,803,228,240,763 | 5e367c65766fee15ffc713a9669e08a62503843a | /Main3.java | f0030491fbfc6101d4dcd5c9588c45e6fecd1f23 | [] | no_license | ashokgujju/ShoppingCart-Java | https://github.com/ashokgujju/ShoppingCart-Java | eb6eb577e24471a0b983c1247f0db74669d742e4 | 9ca3bcf11d19e80d7e81e9945cc159ca8f95e974 | refs/heads/master | 2021-01-22T07:32:27.656000 | 2014-07-19T20:02:47 | 2014-07-19T20:02:47 | 22,018,099 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
class Main{
public staic void main(String[] args){
CartItem [] Items = new CartItem [4];
BufferedReader br = new BufferedReader(new FileReader("ShoppingCart.txt"));
int x =0;
while(x<=4){
StringTokenizer st = new StringTokenizer(br.readLine(), ",");
... | UTF-8 | Java | 805 | java | Main3.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
class Main{
public staic void main(String[] args){
CartItem [] Items = new CartItem [4];
BufferedReader br = new BufferedReader(new FileReader("ShoppingCart.txt"));
int x =0;
while(x<=4){
StringTokenizer st = new StringTokenizer(br.readLine(), ",");
... | 805 | 0.526708 | 0.51677 | 21 | 37.333332 | 31.134628 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 7 |
f70d394f1065617d4a888b98789c85a15a6b04b4 | 29,910,152,301,210 | 11093e9f1c720de13d35f3d0fa42772cfa4a76a7 | /management/management/src/main/java/com/tomtop/management/service/model/ModulContentObject.java | e300da66b2100d88aab8aa65efbf63437cc4315a | [] | no_license | liudih/tt-54-spring | https://github.com/liudih/tt-54-spring | 9ba916d2db41da98ef523459b6f4f4b2c221bdb5 | 7a7b830ac2b108be829b403f90c36edbce4769ee | refs/heads/master | 2020-12-24T17:35:44.191000 | 2016-06-28T07:54:19 | 2016-06-28T07:54:19 | 62,120,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tomtop.management.service.model;
import java.sql.Timestamp;
import com.tomtop.management.ebean.manage.model.Client;
import com.tomtop.management.ebean.manage.model.Language;
import com.tomtop.management.ebean.product.model.Category;
/**
*
* @ClassName: ModulContentServiceModel
* @Description: TODO(模块... | UTF-8 | Java | 4,303 | java | ModulContentObject.java | Java | [
{
"context": "eModel\n * @Description: TODO(模块内容业务实体类)\n * @author yinfei\n * @date 2015年12月16日\n *\n */\npublic class ModulCon",
"end": 346,
"score": 0.9989129304885864,
"start": 340,
"tag": "USERNAME",
"value": "yinfei"
}
] | null | [] | package com.tomtop.management.service.model;
import java.sql.Timestamp;
import com.tomtop.management.ebean.manage.model.Client;
import com.tomtop.management.ebean.manage.model.Language;
import com.tomtop.management.ebean.product.model.Category;
/**
*
* @ClassName: ModulContentServiceModel
* @Description: TODO(模块... | 4,303 | 0.724936 | 0.723066 | 228 | 17.767544 | 17.235556 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.241228 | false | false | 7 |
ac417854f5532777db09f9d614b5bbab3e76514f | 3,384,434,279,714 | e15c353a59a58a43edda21ecf63a749e79c6c740 | /Chess/src/engine/Bishop.java | 9b63e69286cc735192bd75967de5fe6064f7157d | [] | no_license | MohamadHalloway/Chess-Game | https://github.com/MohamadHalloway/Chess-Game | 09ae5ab60297b6e4250cc848f22015c2cc1235d5 | 34e7865763a82e2ad7455b8e064f09c17a36134a | refs/heads/master | 2020-08-30T06:53:09.880000 | 2019-11-03T21:39:39 | 2019-11-03T21:39:39 | 218,297,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package engine;
import java.util.ArrayList;
import java.util.List;
public class Bishop extends Piece {
public Bishop(boolean isWhite) {
super(isWhite);
}
public Bishop(boolean isWhite, int numberOfMoves){
super(isWhite, numberOfMoves);
}
@Override
public Piece copy() {
... | UTF-8 | Java | 3,289 | java | Bishop.java | Java | [] | null | [] | package engine;
import java.util.ArrayList;
import java.util.List;
public class Bishop extends Piece {
public Bishop(boolean isWhite) {
super(isWhite);
}
public Bishop(boolean isWhite, int numberOfMoves){
super(isWhite, numberOfMoves);
}
@Override
public Piece copy() {
... | 3,289 | 0.445728 | 0.442992 | 103 | 30.932039 | 26.145695 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.970874 | false | false | 7 |
1c438c541044cfecf3f59c53c580c7459c60923e | 7,524,782,750,466 | d22ad634454d69488cff3228ea1a9f5b2663def2 | /Ch_4_1/_GraphClient.java | fffd1bd9c5e8984c54f01ee569ddf0b693b36d4a | [] | no_license | staticor/Algorithms4 | https://github.com/staticor/Algorithms4 | dbdf5b3ef7b32a6dabcd008e889d1aa2b8193046 | 00fb6775c9e782be79fc35bbf436eb8ddacdccd0 | refs/heads/master | 2020-12-17T05:04:18.262000 | 2020-01-20T14:33:52 | 2020-01-20T14:33:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ch_4_1;
/**
* Created by HuGuodong on 2018/11/26.
*/
public class _GraphClient {
// 计算v的度数
public static int degree(_Graph g, int v) {
int degree = 0;
for (int w : g.adj(v)) {
degree++;
}
return degree;
}
// 计算所有顶点的最大度数
public static int maxDegree(_Graph g) {
int max = ... | UTF-8 | Java | 890 | java | _GraphClient.java | Java | [
{
"context": "package Ch_4_1;\n\n/**\n * Created by HuGuodong on 2018/11/26.\n */\n\npublic class _GraphClient {\n\n",
"end": 44,
"score": 0.9990781545639038,
"start": 35,
"tag": "NAME",
"value": "HuGuodong"
}
] | null | [] | package Ch_4_1;
/**
* Created by HuGuodong on 2018/11/26.
*/
public class _GraphClient {
// 计算v的度数
public static int degree(_Graph g, int v) {
int degree = 0;
for (int w : g.adj(v)) {
degree++;
}
return degree;
}
// 计算所有顶点的最大度数
public static int maxDegree(_Graph g) {
int max = ... | 890 | 0.483951 | 0.461728 | 47 | 16.234043 | 14.382632 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382979 | false | false | 7 |
3800b63b1e1e6f408dd6c0c53b9227d02b130d67 | 21,706,764,757,595 | f4da6106b6d709fae182321e434e5a68d43c54d1 | /cumpleaños/src/clases/Velas.java | 9bd0a585ffef3bc6f88d98a08cd4ea8539208115 | [] | no_license | bestebantc/Programacion3 | https://github.com/bestebantc/Programacion3 | 6cbb129b20537936110ff5774f40cbfe2c913735 | 770241971db1ab50a0dc6a5fe40ac35903c37fe3 | refs/heads/master | 2021-01-06T23:32:08.189000 | 2020-02-20T16:35:53 | 2020-02-20T16:35:53 | 241,513,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Projeveltot Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package clases;
import java.util.Scanner;
/**
*
* @author usuario
*/
public class Velas {
int edad;
i... | UTF-8 | Java | 1,385 | java | Velas.java | Java | [
{
"context": "\r\nimport java.util.Scanner;\r\n\r\n/**\r\n *\r\n * @author usuario\r\n */\r\npublic class Velas {\r\n\r\n int edad;\r\n in",
"end": 269,
"score": 0.9683717489242554,
"start": 262,
"tag": "USERNAME",
"value": "usuario"
}
] | null | [] | /*
* To change this license header, choose License Headers in Projeveltot Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package clases;
import java.util.Scanner;
/**
*
* @author usuario
*/
public class Velas {
int edad;
i... | 1,385 | 0.524364 | 0.516364 | 52 | 24.442308 | 21.076248 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
a3dcb192c0d1e6313c25fab7d2846f68f0c3b6b5 | 15,109,694,950,334 | c6e1c29a51c93c1a5d56221eb59ac55c01c57e36 | /src/main/java/uk/ac/ebi/pride/archive/web/client/events/state/InvalidStateEvent.java | 8b3295c527d67af36132dbca25c5c03caca5366e | [] | no_license | PRIDE-Archive/web-app | https://github.com/PRIDE-Archive/web-app | 9227470a80763fedc9f4688011ea1a2e3d32cc04 | 78789e495c0d9e6e96a62cfaa6fe77614864214c | refs/heads/master | 2016-09-15T06:12:15.882000 | 2016-05-13T10:36:32 | 2016-05-13T10:36:32 | 37,145,150 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.ebi.pride.archive.web.client.events.state;
import com.google.gwt.event.shared.EventHandler;
import com.google.gwt.event.shared.GwtEvent;
import com.google.gwt.event.shared.HasHandlers;
/**
* @author Pau Ruiz Safont <psafont@ebi.ac.uk>
* Date: 04/11/13
* Time: 11:24
*/
public class In... | UTF-8 | Java | 1,472 | java | InvalidStateEvent.java | Java | [
{
"context": "ogle.gwt.event.shared.HasHandlers;\n\n/**\n * @author Pau Ruiz Safont <psafont@ebi.ac.uk>\n * Date: 04/11/13\n * ",
"end": 231,
"score": 0.9998677968978882,
"start": 216,
"tag": "NAME",
"value": "Pau Ruiz Safont"
},
{
"context": "red.HasHandlers;\n\n/**\n * @aut... | null | [] | package uk.ac.ebi.pride.archive.web.client.events.state;
import com.google.gwt.event.shared.EventHandler;
import com.google.gwt.event.shared.GwtEvent;
import com.google.gwt.event.shared.HasHandlers;
/**
* @author <NAME> <<EMAIL>>
* Date: 04/11/13
* Time: 11:24
*/
public class InvalidStateEvent ext... | 1,453 | 0.656929 | 0.650136 | 55 | 25.763636 | 23.770082 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
0688f10fca0a9b85aba161725c59e4fbf0650a1b | 8,246,337,260,758 | 83496ffaba5440c4a6895dd29e7dc99ea5795455 | /src/com/springexperiment/model/UpdateItemList.java | a64eb8847db777a2ade0c2ac1cc16b28751d8093 | [] | no_license | dstanto2/Lists_Notes_App | https://github.com/dstanto2/Lists_Notes_App | 1a3d6613c080c5ca4538d38ae99bb44768b7ca2d | 5171976bfae385e532ee73966292952088b1118b | refs/heads/master | 2023-04-23T23:22:05.866000 | 2021-01-02T20:31:52 | 2021-01-02T20:31:52 | 282,081,078 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springexperiment.model;
import java.util.ArrayList;
import java.util.List;
public class UpdateItemList {
private List<UpdateItem> updateItems;
public UpdateItemList() {
super();
updateItems = new ArrayList<UpdateItem>();
}
public List<UpdateItem> getUpdateItems() {
return updateItems;
}
publ... | UTF-8 | Java | 759 | java | UpdateItemList.java | Java | [] | null | [] | package com.springexperiment.model;
import java.util.ArrayList;
import java.util.List;
public class UpdateItemList {
private List<UpdateItem> updateItems;
public UpdateItemList() {
super();
updateItems = new ArrayList<UpdateItem>();
}
public List<UpdateItem> getUpdateItems() {
return updateItems;
}
publ... | 759 | 0.673254 | 0.666667 | 36 | 20.083334 | 18.160358 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.722222 | false | false | 7 |
81a30c6818fc975a0720ff7a64c19e3bcec45061 | 10,943,576,734,177 | 4c0d9e5797c9b2619f7ead95a042f54b6ebbda4c | /src/main/java/com/photoalbum/service/AlbumInitializer.java | 5bd192c0e3daccaea7d61cd2cb61abc6c2e5e39d | [] | no_license | emanuelcruzrodrigues/photoalbum | https://github.com/emanuelcruzrodrigues/photoalbum | 789b48d41cac5ed1f2a9317715b9c23dfdf0632c | e7144c911595ceb49b1962614b8ee047cf4dc8cb | refs/heads/master | 2020-03-23T22:33:15.257000 | 2018-10-31T15:59:22 | 2018-10-31T15:59:22 | 142,182,001 | 0 | 0 | null | false | 2018-07-27T20:50:01 | 2018-07-24T16:00:39 | 2018-07-26T21:07:49 | 2018-07-27T20:50:01 | 320 | 0 | 0 | 0 | Java | false | null | package com.photoalbum.service;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | UTF-8 | Java | 4,790 | java | AlbumInitializer.java | Java | [] | null | [] | package com.photoalbum.service;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | 4,790 | 0.696033 | 0.689562 | 183 | 25.174864 | 27.093081 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.584699 | false | false | 7 |
c76aef63210266416cc7067482079a96288ee29d | 11,957,189,007,870 | 5fa35a55a2a6ef5efc97910db24cff248067a3a9 | /BPS/src/com/frameworkset/platform/esb/datareuse/common/action/DeskTopController.java | 7ae27482f0eb9ec56c250f7a8cc1e9ea7879ef84 | [
"Apache-2.0"
] | permissive | tzou24/BPS | https://github.com/tzou24/BPS | fed5b738528438295333620721d2f2d5f85526b3 | 29439d08808b5380466cbed23b07b145ab1c4a9b | refs/heads/master | 2020-03-03T02:19:30.587000 | 2016-07-22T09:22:30 | 2016-07-22T09:22:30 | 61,770,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.frameworkset.platform.esb.datareuse.common.action;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import o... | UTF-8 | Java | 20,151 | java | DeskTopController.java | Java | [] | null | [] | package com.frameworkset.platform.esb.datareuse.common.action;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import o... | 20,151 | 0.702088 | 0.699661 | 614 | 31.216612 | 30.011457 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.18241 | false | false | 7 |
2acf83bea5c2fdbc345d1645f9689069d209eaef | 22,892,175,735,425 | d1a6598ab41059d134a5bfa4c2c4f204342de742 | /FindnNodeFromLastInLinkedList/src/main/java/org/learn/Question/FindNthNodeFromLast.java | 027e6e7c0320b9147f707a7fc1752a26402cb562 | [] | no_license | sjkhullar/FindnNodeFromLastInLinkedList | https://github.com/sjkhullar/FindnNodeFromLastInLinkedList | d5f1d6129ac0378181db72fb7c767ab8bfdd0097 | 0096cc4eb76060b4481422c842892091e2e5e972 | refs/heads/master | 2021-01-10T03:19:18.455000 | 2016-08-15T17:57:21 | 2016-08-15T17:57:21 | 48,642,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.learn.Question;
import org.learn.List.Node;
public class FindNthNodeFromLast {
public static Node findNthNodeFromLast(Node head, int n) {
if (null == head) {
System.out.println("Single linked list is empty");
return null;
}
Node slow = head;
Node fast = head;
int index = 0;
while (inde... | UTF-8 | Java | 857 | java | FindNthNodeFromLast.java | Java | [] | null | [] | package org.learn.Question;
import org.learn.List.Node;
public class FindNthNodeFromLast {
public static Node findNthNodeFromLast(Node head, int n) {
if (null == head) {
System.out.println("Single linked list is empty");
return null;
}
Node slow = head;
Node fast = head;
int index = 0;
while (inde... | 857 | 0.62077 | 0.619603 | 42 | 19.404762 | 17.015482 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.285714 | false | false | 7 |
edf65cc94babad4b7be976c06db0dae5bc12903c | 4,183,298,192,982 | 5e085c346553d18ffd7e562633e6bf76648964d7 | /org.abreslav.grammatic.tester/src/org/abreslav/grammatic/testing/Utils.java | 368eaabcc349b9872f4b05beb08114ee08f315d4 | [] | no_license | abreslav/grammatic | https://github.com/abreslav/grammatic | db3a2e7812b43c09c965b0a883f873453b969831 | 8b0e0ae9170522ed4ed500c16fa188928c75f26c | refs/heads/master | 2021-01-10T19:24:59.421000 | 2011-02-04T10:56:04 | 2011-02-04T10:56:04 | 32,310,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.abreslav.grammatic.testing;
import java.util.Arrays;
import java.util.Collection;
import org.abreslav.grammatic.grammar.Alternative;
import org.abreslav.grammatic.grammar.CharacterRange;
import org.abreslav.grammatic.grammar.Empty;
import org.abreslav.grammatic.grammar.Expression;
import org.abreslav.gram... | UTF-8 | Java | 2,251 | java | Utils.java | Java | [] | null | [] | package org.abreslav.grammatic.testing;
import java.util.Arrays;
import java.util.Collection;
import org.abreslav.grammatic.grammar.Alternative;
import org.abreslav.grammatic.grammar.CharacterRange;
import org.abreslav.grammatic.grammar.Empty;
import org.abreslav.grammatic.grammar.Expression;
import org.abreslav.gram... | 2,251 | 0.790315 | 0.790315 | 69 | 31.623188 | 25.010202 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.637681 | false | false | 7 |
44197c9447e740de894e48fffceca5cb61756a6c | 7,687,991,517,808 | 85e46bafc5138c43d9aecbd2fb416ee4111a1ef8 | /app/src/main/java/com/cleancodesoft/connectus/Discovery/Controller/DiscoverRecAdapter.java | ed850979ea7240014a0fef651e6bc787f75caa40 | [] | no_license | gamalat/connectUs | https://github.com/gamalat/connectUs | 6598be2da7a92dfbb0bd0751edb7a4f87a114ffb | a80c1522ac6c8f326aee577bf8d40452aae53c3e | refs/heads/master | 2020-07-09T20:41:19.341000 | 2019-12-03T23:46:53 | 2019-12-03T23:46:53 | 204,078,358 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cleancodesoft.connectus.Discovery.Controller;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import an... | UTF-8 | Java | 2,609 | java | DiscoverRecAdapter.java | Java | [] | null | [] | package com.cleancodesoft.connectus.Discovery.Controller;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import an... | 2,609 | 0.711384 | 0.704868 | 80 | 31.612499 | 29.190535 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5875 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.