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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9b422a399a7dda314dee3e8924180272a3c1385 | 18,330,920,484,146 | 997c0474a4b090868fb39fba87bd30b7915b3522 | /src/test/java/com/mnubo/java/sdk/client/mapper/ModelDeserializerTest.java | e0aeb2c3bbe51fc89a81272554f9064cc0c38c8b | [
"MIT"
] | permissive | mnubo/smartobjects-java-client | https://github.com/mnubo/smartobjects-java-client | 593a1138e6ce03d069e1fc4da4f3a7d629a6d2b9 | fe5becf98340b5e67ba75c03ecf1d862a0f7f717 | refs/heads/master | 2023-05-04T10:58:46.603000 | 2020-04-23T17:24:31 | 2020-04-23T20:38:59 | 68,049,403 | 0 | 3 | MIT | false | 2023-04-17T11:41:34 | 2016-09-12T21:22:43 | 2020-04-23T20:39:04 | 2023-04-17T11:41:33 | 342 | 0 | 3 | 4 | Java | false | false | package com.mnubo.java.sdk.client.mapper;
import com.google.common.collect.Sets;
import com.mnubo.java.sdk.client.models.datamodel.*;
import lombok.val;
import org.junit.Test;
import java.util.Collections;
import static org.hamcrest.CoreMatchers.*;
import static org.hamcrest.MatcherAssert.assertThat;
public class M... | UTF-8 | Java | 3,999 | java | ModelDeserializerTest.java | Java | [] | null | [] | package com.mnubo.java.sdk.client.mapper;
import com.google.common.collect.Sets;
import com.mnubo.java.sdk.client.models.datamodel.*;
import lombok.val;
import org.junit.Test;
import java.util.Collections;
import static org.hamcrest.CoreMatchers.*;
import static org.hamcrest.MatcherAssert.assertThat;
public class M... | 3,999 | 0.666167 | 0.660165 | 87 | 44.965519 | 46.01635 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264368 | false | false | 4 |
7ec98fc44fc1eb1ca05e5f5d322165ae95ed7ee4 | 11,639,361,440,070 | f24e573a01be6a667458296de5d8af199ad34cfa | /src/dkuleshov/Lesson4/lesson41.java | 329b670d414e4c07d4e46e977626f813a68d437a | [] | no_license | Buriyden/JavaD-19-07 | https://github.com/Buriyden/JavaD-19-07 | 31a2829ad2cd969243adecebe62e8ab025ee9076 | 9749f2435e792fd1c560af9240c35abcc3b3fd06 | refs/heads/master | 2020-06-01T10:41:50.830000 | 2019-06-10T15:20:19 | 2019-06-10T15:20:19 | 190,752,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lesson4;
import java.util.regex.Pattern;
import java.util.regex.Matcher;
public class lesson41 {
public static void main(String[] Args) {
String stroka = ".,!. . sdf,?";
Pattern p = Pattern.compile("\\.|\\,|\\?|\\!");
Matcher m = p.matcher(stroka);
int chislo=0;
whi... | UTF-8 | Java | 412 | java | lesson41.java | Java | [] | null | [] | package Lesson4;
import java.util.regex.Pattern;
import java.util.regex.Matcher;
public class lesson41 {
public static void main(String[] Args) {
String stroka = ".,!. . sdf,?";
Pattern p = Pattern.compile("\\.|\\,|\\?|\\!");
Matcher m = p.matcher(stroka);
int chislo=0;
whi... | 412 | 0.538835 | 0.529126 | 15 | 26.466667 | 14.550448 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
9477b404692492dc87a226fb5748ebe4c2c4f650 | 463,856,536,399 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2016/12/RecordIdIterator.java | f84183b6e30eb232be407e74bfb3ad2a3cee259b | [] | no_license | rosoareslv/SED99 | https://github.com/rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703000 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | false | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | 2020-11-24T20:46:14 | 2020-11-24T20:56:17 | 744,608 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2002-2016 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundatio... | UTF-8 | Java | 6,233 | java | RecordIdIterator.java | Java | [] | null | [] | /*
* Copyright (c) 2002-2016 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundatio... | 6,233 | 0.602759 | 0.596021 | 186 | 32.510754 | 29.242634 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 4 |
444dd28034fb39609ecdbb3f30d6bc1e13abd498 | 10,514,079,989,051 | 1cfa846bbe0aa6b4515f0c509a08d740823644b3 | /src/main/java/cn/xpbootcamp/locker/StoreType.java | 9ff42ad313817f98ac773efbc11969622d8b9970 | [] | no_license | xianhaoniyes/LockerRobot | https://github.com/xianhaoniyes/LockerRobot | 9e11d23dc2e90e1568985e3b2b5d4eeb9cd34de9 | 8127a7399176829b2e2567d31b4182a64116ffb7 | refs/heads/master | 2022-12-09T15:54:49.360000 | 2020-09-20T13:22:37 | 2020-09-20T13:22:37 | 296,804,172 | 0 | 0 | null | true | 2020-09-19T06:48:09 | 2020-09-19T06:48:09 | 2020-09-13T08:29:33 | 2020-09-13T08:29:30 | 53 | 0 | 0 | 0 | null | false | false | package cn.xpbootcamp.locker;
public enum StoreType {
SMALL,MEDIUM,LARGE
}
| UTF-8 | Java | 83 | java | StoreType.java | Java | [] | null | [] | package cn.xpbootcamp.locker;
public enum StoreType {
SMALL,MEDIUM,LARGE
}
| 83 | 0.722892 | 0.722892 | 8 | 9.375 | 11.999349 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
78a6264e6830c9f09cc336b39ca7b2323d0fb76d | 26,603,027,476,083 | ff2431eae73f10ffb2e4a26c883633c62c17c461 | /src/main/java/com/mall/service/ICategoryService.java | 2764b4cb7d1a77c799c5c0cec42f65ba59d21931 | [] | no_license | zhibinQiu/qiuzhibin | https://github.com/zhibinQiu/qiuzhibin | d4f18f4ff256c1146bfe36e2bb56334783270112 | 8fa4ceb21c5bd228e5246a7214f37379d2cde611 | refs/heads/master | 2022-08-10T18:27:22.267000 | 2018-10-28T10:21:07 | 2018-10-28T10:21:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mall.service;
import com.mall.common.ServerResponse;
import org.apache.ibatis.annotations.Param;
public interface ICategoryService {
ServerResponse addCategory( String categoryName,Integer parentId);
ServerResponse updateCategoryName(Integer categoryId,String categoryName);
ServerResponse sele... | UTF-8 | Java | 369 | java | ICategoryService.java | Java | [] | null | [] | package com.mall.service;
import com.mall.common.ServerResponse;
import org.apache.ibatis.annotations.Param;
public interface ICategoryService {
ServerResponse addCategory( String categoryName,Integer parentId);
ServerResponse updateCategoryName(Integer categoryId,String categoryName);
ServerResponse sele... | 369 | 0.831978 | 0.831978 | 10 | 35.900002 | 28.285862 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
c7519bb336d223485331bed0628cc8add3273021 | 28,587,302,377,833 | 8294406623a8525162f951d1cae3e20d932986e6 | /(4-1)AI/assignment1/assignment1_2013011800_ASS.java | b72baef1645fc7aa2015f69fc185758968163256 | [] | no_license | KOOJANGHOI/HYU | https://github.com/KOOJANGHOI/HYU | 61b8128cb82cc205c279977a9f35adefb3aaf438 | 6d49e76e75a612c84efa78199c58da95cc45acc5 | refs/heads/master | 2021-01-21T20:10:51.258000 | 2018-12-26T08:57:15 | 2018-12-26T08:57:15 | 92,197,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.PriorityQueue;
public class assignment1_2013011800_ASS {
int[][] maze... | UTF-8 | Java | 4,361 | java | assignment1_2013011800_ASS.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.PriorityQueue;
public class assignment1_2013011800_ASS {
int[][] maze... | 4,361 | 0.54781 | 0.528548 | 210 | 19.766666 | 16.50679 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.014286 | false | false | 4 |
3cec6f18813c6acf4e3144de0d75d4ad64b169a3 | 3,092,376,506,754 | 61263aa87a5638f1648bda19a193221f5d6f8786 | /Member.java | 3c4ab39c1cc677f5ac0524f9308323ffcc26328b | [] | no_license | codetesters1/Assignment01 | https://github.com/codetesters1/Assignment01 | bc085374e08e576ce10f44bde0d611a57586f382 | bcefea7a71750b76b15f8f9bbf5ca4c49a1e023b | refs/heads/master | 2020-03-23T04:14:48.479000 | 2018-08-27T02:17:00 | 2018-08-27T02:17:00 | 141,072,223 | 0 | 0 | null | false | 2018-08-26T11:25:49 | 2018-07-16T01:33:26 | 2018-08-26T11:21:12 | 2018-08-26T11:24:06 | 200 | 0 | 0 | 1 | Java | false | null | import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
// Checked By Moderator
//Checked by Moderator - Bhanuka
//Checked by Documenter - Waqas
@SuppressWarnings("serial")
public class Member implements Serializable { //version 3.0 - clas... | UTF-8 | Java | 7,252 | java | Member.java | Java | [
{
"context": "\n// Checked By Moderator\r\n//Checked by Moderator - Bhanuka\r\n//Checked by Documenter - Waqas\r\n@SuppressWarnin",
"end": 190,
"score": 0.9985025525093079,
"start": 183,
"tag": "NAME",
"value": "Bhanuka"
},
{
"context": " by Moderator - Bhanuka\r\n//Checked by Docume... | null | [] | import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
// Checked By Moderator
//Checked by Moderator - Bhanuka
//Checked by Documenter - Waqas
@SuppressWarnings("serial")
public class Member implements Serializable { //version 3.0 - clas... | 7,252 | 0.713872 | 0.698152 | 137 | 50.934307 | 50.561691 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.948905 | false | false | 4 |
d37e16dbb6bbf9fd6560b999567de95ed155f6d2 | 12,575,664,298,824 | ed865190ed878874174df0493b4268fccb636a29 | /PuridiomCommon/src/com/tsa/puridiom/account/tasks/StdAccountCreateSetup.java | c9e7d575155a6957a2db0a25c0204054f7f6f812 | [] | no_license | zach-hu/srr_java8 | https://github.com/zach-hu/srr_java8 | 6841936eda9fdcc2e8185b85b4a524b509ea4b1b | 9b6096ba76e54da3fe7eba70989978edb5a33d8e | refs/heads/master | 2021-01-10T00:57:42.107000 | 2015-11-06T14:12:56 | 2015-11-06T14:12:56 | 45,641,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tsa.puridiom.account.tasks;
import com.tsagate.foundation.processengine.Task;
import com.tsagate.foundation.utility.UniqueKeyGenerator;
import java.util.Map;
public class StdAccountCreateSetup extends Task{
public Object executeTask (Object object) throws Exception
{
Map incomingRequest = (Map)obje... | UTF-8 | Java | 613 | java | StdAccountCreateSetup.java | Java | [] | null | [] | package com.tsa.puridiom.account.tasks;
import com.tsagate.foundation.processengine.Task;
import com.tsagate.foundation.utility.UniqueKeyGenerator;
import java.util.Map;
public class StdAccountCreateSetup extends Task{
public Object executeTask (Object object) throws Exception
{
Map incomingRequest = (Map)obje... | 613 | 0.76509 | 0.763458 | 22 | 26.90909 | 25.175581 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 4 |
5fe19dc2e1cce5a5eb850ff0e149bdf516405439 | 7,361,574,003,414 | c4adb2ea0206c62b339530a2b74552bf686a2e29 | /app/src/main/java/com/example/preston/whisted/Game/Game.java | cb0448df36b6a3aba2c1b53fba58856a72c493e2 | [] | no_license | joelmichelson/Whisted | https://github.com/joelmichelson/Whisted | 2c5b1ea205587fe99742aef7daba03e55c0418f7 | 4e106eca370e8714e9200fafe8116c3ea42847e4 | refs/heads/master | 2016-10-13T17:12:08.497000 | 2015-03-01T05:24:43 | 2015-03-01T05:24:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.preston.whisted.Game;
import android.app.Activity;
import android.widget.Toast;
import com.example.preston.whisted.Behavior.BidBehavior;
import com.example.preston.whisted.Behavior.GreedyPickupBehavior;
import com.example.preston.whisted.Behavior.HumanBehavior.VisualDecideTrump;
import com.example... | UTF-8 | Java | 15,306 | java | Game.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by preston on 12/3/14.\n * Represents a game of whist.\n * Has",
"end": 979,
"score": 0.9554524421691895,
"start": 972,
"tag": "USERNAME",
"value": "preston"
}
] | null | [] | package com.example.preston.whisted.Game;
import android.app.Activity;
import android.widget.Toast;
import com.example.preston.whisted.Behavior.BidBehavior;
import com.example.preston.whisted.Behavior.GreedyPickupBehavior;
import com.example.preston.whisted.Behavior.HumanBehavior.VisualDecideTrump;
import com.example... | 15,306 | 0.610806 | 0.608781 | 488 | 30.364754 | 26.183193 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530738 | false | false | 4 |
75fd545071944a4d6870a8da902887ed97c211c2 | 5,265,629,958,844 | 39953dc29480f7972449d1d01f9120fd6e11624b | /ui/src/main/java/org/sai/featureeye/controller/FeatureController.java | bcbc025912ff372abe82aaa6131d5040e5409a6d | [] | no_license | SaiprasadKrishnamurthy/feature-eye | https://github.com/SaiprasadKrishnamurthy/feature-eye | e57c2f6ed95e3a2df1cfee55d69f033112de0df6 | 983f3e130abf08725b53fb7748bbbe297c71c11c | refs/heads/master | 2021-01-10T15:39:08.060000 | 2016-04-11T05:06:23 | 2016-04-11T05:06:23 | 54,642,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sai.featureeye.controller;
import org.sai.featureeye.RestEndpointConfig;
import org.sai.featureeye.domain.Feature;
import org.sai.featureeye.domain.RunResult;
import org.springframework.web.client.RestTemplate;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import ja... | UTF-8 | Java | 7,213 | java | FeatureController.java | Java | [
{
"context": "rt java.util.stream.Collectors;\n\n/**\n * Created by saipkri on 25/03/16.\n */\npublic class FeatureController {",
"end": 495,
"score": 0.9996935129165649,
"start": 488,
"tag": "USERNAME",
"value": "saipkri"
}
] | null | [] | package org.sai.featureeye.controller;
import org.sai.featureeye.RestEndpointConfig;
import org.sai.featureeye.domain.Feature;
import org.sai.featureeye.domain.RunResult;
import org.springframework.web.client.RestTemplate;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import ja... | 7,213 | 0.698184 | 0.696936 | 209 | 33.511963 | 40.072914 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559809 | false | false | 4 |
a3db59200b5a90d73a9c26915aabe63fe5b09413 | 30,734,786,025,322 | 9e64f19d5f0a127ef77ef3c4635f6d231a705b2d | /src/getToKnowBSU/UI.java | 1fcf8ac6f65aab19826ec7934615de9d9ef9a594 | [] | no_license | daronmiller/BallState-Quiz | https://github.com/daronmiller/BallState-Quiz | dca02f14a5964f1dcf023148be641bd70f44c394 | 2cf5359ac38e2d1ded8b8a814e51970e7f3f3bf2 | refs/heads/master | 2020-04-04T20:18:07.869000 | 2018-11-05T15:47:41 | 2018-11-05T15:47:41 | 156,241,521 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package getToKnowBSU;
import javax.swing.*;
import java.awt.*;
import java.util.ArrayList;
import java.util.List;
final class UI {
private JFrame frame;
private XMLParser XMLParser = new XMLParser();
private List<Question> questionList = XMLParser.getQuestions();
private JTextArea questionField = new ... | UTF-8 | Java | 4,863 | java | UI.java | Java | [] | null | [] | package getToKnowBSU;
import javax.swing.*;
import java.awt.*;
import java.util.ArrayList;
import java.util.List;
final class UI {
private JFrame frame;
private XMLParser XMLParser = new XMLParser();
private List<Question> questionList = XMLParser.getQuestions();
private JTextArea questionField = new ... | 4,863 | 0.61279 | 0.592433 | 145 | 32.531036 | 21.572989 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903448 | false | false | 4 |
6b42e4569827be46b7bc8ecf36c17d240ede0893 | 22,385,369,600,786 | ec05d16121bfc8f015324b42b483e188a7a99378 | /source/Explorer4And/lwc/demo/DirLoad.java | 6ec5fc7487b7bc4e13342f5032b6075a43535f1b | [] | no_license | Leask/Explorer4And | https://github.com/Leask/Explorer4And | b9d8cf9cbf351129932c12538aa35927e43bf7ca | 765977e42d48443763c3b5aff8e746985e30e8b2 | refs/heads/master | 2016-09-16T14:17:47.805000 | 2012-05-22T13:12:40 | 2012-05-22T13:12:40 | 12,247,988 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lwc.demo;
import java.io.File;
import lwc.data.*;
import lwc.ui.*;
import lwc.ui.notab.*;
public class DirLoad implements DirTreeListener{
private DirTreeItem rootitem;
protected TreeModel treeModel;
protected DirTree tree;
private ScrollPan sp;
protected File root;
protected boolean o... | UTF-8 | Java | 1,351 | java | DirLoad.java | Java | [] | null | [] | package lwc.demo;
import java.io.File;
import lwc.data.*;
import lwc.ui.*;
import lwc.ui.notab.*;
public class DirLoad implements DirTreeListener{
private DirTreeItem rootitem;
protected TreeModel treeModel;
protected DirTree tree;
private ScrollPan sp;
protected File root;
protected boolean o... | 1,351 | 0.685418 | 0.684678 | 60 | 20.516666 | 25.770456 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 4 |
494d34520d091c37e05834ad5c1f1eaf4fdf444b | 9,148,280,380,683 | 2a63a7332b3aed1cd42362c4e0f4d02b53bccd22 | /cep-impl1-master/cep-impl1-service/src/main/java/com/cep/service/configuration/RedisConfiguration.java | 85e0e5aed40be07ea1df15235b6f41cb0f60940f | [] | no_license | MadeInChina/cep-with-akka-esper-master | https://github.com/MadeInChina/cep-with-akka-esper-master | b35352c055216f92d52abcdb3a22881633f1b615 | ed704bcfe227c8934b7e7a08fe57402af37d8a3b | refs/heads/master | 2021-06-10T23:57:36.711000 | 2016-12-20T17:16:15 | 2016-12-20T17:16:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cep.service.configuration;
import com.cep.service.property.RedisProperties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuratio... | UTF-8 | Java | 1,860 | java | RedisConfiguration.java | Java | [] | null | [] | package com.cep.service.configuration;
import com.cep.service.property.RedisProperties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuratio... | 1,860 | 0.767742 | 0.766667 | 50 | 36.200001 | 28.447144 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 4 |
644942c8941a8a599637681edd1a211de69241c2 | 27,264,452,438,207 | b998913ba0d4b080f4d94eea770df3a94cfc44a1 | /src/main/java/br/ufma/lsdi/controller/beans/VisualizarRecursoBean.java | 2b1148d976d45732e2e2baf8f2d51434ffae5da5 | [] | no_license | dersonp2/nuerodailyweb | https://github.com/dersonp2/nuerodailyweb | 1ca2544f01402c6d082bbc3542f0c50618fab160 | e0bd3d445d067e2c1184e1eff936d994a680c7ab | refs/heads/master | 2020-05-02T06:29:22.535000 | 2019-04-08T17:55:12 | 2019-04-08T17:55:12 | 177,796,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufma.lsdi.controller.beans;
import br.ufma.lsdi.model.Concentracao;
import br.ufma.lsdi.model.ResourceHelper;
import br.ufma.lsdi.model.auxiliar.CapabilityDataAuxiliar;
import br.ufma.lsdi.model.interscity.Resource;
import br.ufma.lsdi.service.ResourceColectorService;
import br.ufma.lsdi.service.interscity.... | UTF-8 | Java | 9,341 | java | VisualizarRecursoBean.java | Java | [] | null | [] | package br.ufma.lsdi.controller.beans;
import br.ufma.lsdi.model.Concentracao;
import br.ufma.lsdi.model.ResourceHelper;
import br.ufma.lsdi.model.auxiliar.CapabilityDataAuxiliar;
import br.ufma.lsdi.model.interscity.Resource;
import br.ufma.lsdi.service.ResourceColectorService;
import br.ufma.lsdi.service.interscity.... | 9,341 | 0.642949 | 0.629554 | 304 | 29.697369 | 25.555805 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572368 | false | false | 14 |
d8e39a0c5414cfa4272bc881e502e3512c42a4dc | 27,264,452,440,346 | 09c1a3f99afbcdcad68f37f1d0cef08956cb63ae | /src/main/java/com/xiangshang/business2/enu/UtmSourceType.java | 1b9bf641b31bd9b0c550a687e8fb0389ec2b58cd | [] | no_license | chenyunkuan/xiangshang-engine | https://github.com/chenyunkuan/xiangshang-engine | b2e615b8eda7b5d1e3d8b28c58ebe3c852c217b5 | 005709b07b511ecfba5a63e7638a33095b4f211a | refs/heads/master | 2015-09-25T17:13:17.560000 | 2015-08-18T08:15:11 | 2015-08-18T08:15:11 | 40,854,126 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright(c) 2010-2013 by XiangShang Inc.
* All Rights Reserved
*/
package com.xiangshang.business2.enu;
import java.util.EnumSet;
/**
* 用户来源类型(线下-机构-债权管理机构管理,线上-来源-用户管理来源管理)
*
* @author jinkai.xie
*
*/
public enum UtmSourceType {
CHANNEL {
@Override
public String toString() {
return "渠道-线上";
... | UTF-8 | Java | 1,088 | java | UtmSourceType.java | Java | [
{
"context": "来源类型(线下-机构-债权管理机构管理,线上-来源-用户管理来源管理)\n * \n * @author jinkai.xie\n *\n */\npublic enum UtmSourceType {\n\n\tCHA",
"end": 203,
"score": 0.8811037540435791,
"start": 202,
"tag": "NAME",
"value": "j"
},
{
"context": "类型(线下-机构-债权管理机构管理,线上-来源-用户管理来源管理)\n * \n * @author jinkai... | null | [] | /**
* Copyright(c) 2010-2013 by XiangShang Inc.
* All Rights Reserved
*/
package com.xiangshang.business2.enu;
import java.util.EnumSet;
/**
* 用户来源类型(线下-机构-债权管理机构管理,线上-来源-用户管理来源管理)
*
* @author jinkai.xie
*
*/
public enum UtmSourceType {
CHANNEL {
@Override
public String toString() {
return "渠道-线上";
... | 1,088 | 0.681628 | 0.672234 | 54 | 16.74074 | 21.553711 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.314815 | false | false | 14 |
1b9afa5735076b0e888681926f0555f35ed75692 | 22,497,038,752,370 | 5352828d81fd2cf1cea2423951b244fb74f8c5ee | /src/Struggle/leetcode/src/main/java/com/yinglishzhi/LeetCode_1013/Solution.java | caa86e032340c58b0a65601dbde1f505dcd40c2f | [] | no_license | YinglishZhi/struggle-object | https://github.com/YinglishZhi/struggle-object | 3481c564271048edd0f3b9eb29afad6e19262f08 | 7f37ca40c6174ab94e4341840533261113c27618 | refs/heads/master | 2020-03-22T03:37:41.379000 | 2020-03-20T14:52:34 | 2020-03-20T14:52:34 | 139,442,581 | 2 | 1 | null | false | 2020-07-02T03:21:46 | 2018-07-02T12:45:02 | 2020-07-02T02:20:10 | 2020-07-02T03:21:45 | 8,053 | 2 | 1 | 3 | Java | false | false | package com.yinglishzhi.LeetCode_1013;
/**
* 将数组分成和相等的三个部分
*
* @author LDZ
* @date 2019-08-02 18:47
*/
public class Solution {
public static boolean canThreePartsEqualSum(int[] A) {
int sum = 0;
for (int num : A) {
sum += num;
}
if (sum % 3 != 0) {
retu... | UTF-8 | Java | 1,943 | java | Solution.java | Java | [
{
"context": "LeetCode_1013;\n\n/**\n * 将数组分成和相等的三个部分\n *\n * @author LDZ\n * @date 2019-08-02 18:47\n */\npublic class Soluti",
"end": 78,
"score": 0.9995728731155396,
"start": 75,
"tag": "USERNAME",
"value": "LDZ"
}
] | null | [] | package com.yinglishzhi.LeetCode_1013;
/**
* 将数组分成和相等的三个部分
*
* @author LDZ
* @date 2019-08-02 18:47
*/
public class Solution {
public static boolean canThreePartsEqualSum(int[] A) {
int sum = 0;
for (int num : A) {
sum += num;
}
if (sum % 3 != 0) {
retu... | 1,943 | 0.397174 | 0.355311 | 86 | 21.22093 | 15.984296 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651163 | false | false | 14 |
272a12921285f24cf79433aacc4b21044397df5f | 292,057,834,720 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/38/org/apache/commons/math/optimization/univariate/BrentOptimizer_BrentOptimizer_101.java | 7f87afa70385ad1e6d6032337a4ba75189dd18f8 | [] | no_license | hvdthong/NetML | https://github.com/hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618000 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | true | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | 2018-03-01T05:04:19 | 2018-01-15T07:59:20 | 172,367 | 0 | 0 | 0 | null | false | null |
org apach common math optim univari
implement richard brent' algorithm book algorithm
minim deriv find minima real
univari function implement adapt partli
base python code sci scipi modul optim
function defin interv code
method find approxim code point
function attain minimum
version
brent o... | UTF-8 | Java | 1,001 | java | BrentOptimizer_BrentOptimizer_101.java | Java | [
{
"context": "apach common math optim univari\n\n\n\n\n\n\n\n\n\nimplement richard brent' algorithm book algorithm\nminim deriv find minima",
"end": 84,
"score": 0.9995095133781433,
"start": 71,
"tag": "NAME",
"value": "richard brent"
}
] | null | [] |
org apach common math optim univari
implement <NAME>' algorithm book algorithm
minim deriv find minima real
univari function implement adapt partli
base python code sci scipi modul optim
function defin interv code
method find approxim code point
function attain minimum
version
brent optim br... | 994 | 0.641359 | 0.641359 | 87 | 8.390804 | 16.411627 | 78 | false | false | 0 | 0 | 0 | 0 | 171 | 0.255744 | 0 | false | false | 14 |
9db41e41d75abd85378947101289076f1eb356a2 | 1,829,656,079,327 | 68633d0f1e27c3ec42b1231526787dfd956124a7 | /spark_java/src/main/java/SparkWordCount.java | 154744f0afa9cd7476abc14edaa74a0732dcc527 | [] | no_license | EighteenPaint/java-spark | https://github.com/EighteenPaint/java-spark | ae3ae9735b266fb52edb3a273006bcb189ce6aca | 3694fa7edbf9dc7760cd8673ef0552038572bee0 | refs/heads/master | 2020-03-28T17:02:43.005000 | 2018-09-14T07:40:04 | 2018-09-14T07:40:04 | 148,753,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.apache.spark.SparkConf;
import org.apache.spark.api.java.JavaPairRDD;
import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.api.java.JavaSparkContext;
import org.apache.spark.api.java.function.FlatMapFunction;
import org.apache.spark.api.java.function.Function2;
import org.apache.spark.api.... | UTF-8 | Java | 2,625 | java | SparkWordCount.java | Java | [
{
"context": "\r\nimport java.util.Iterator;\r\n\r\n/**\r\n * Created by chenbin@tieserv.com on 2018/9/13 0013.\r\n */\r\npublic class SparkWordCo",
"end": 524,
"score": 0.9999186992645264,
"start": 505,
"tag": "EMAIL",
"value": "chenbin@tieserv.com"
}
] | null | [] | import org.apache.spark.SparkConf;
import org.apache.spark.api.java.JavaPairRDD;
import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.api.java.JavaSparkContext;
import org.apache.spark.api.java.function.FlatMapFunction;
import org.apache.spark.api.java.function.Function2;
import org.apache.spark.api.... | 2,613 | 0.603534 | 0.588167 | 61 | 40.672131 | 30.610039 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672131 | false | false | 14 |
5438cd46f43138f779c1140e34306791d4f2e9b6 | 29,618,094,519,728 | b3358700e0795bfc56e36815ccaff08f6a1f1f24 | /app/src/main/java/comw/example/mdsaif/packagedrinkingapp/Fragment/Contact.java | 53915f1892c303e70ec3f73b44e6fb0c867badf1 | [] | no_license | varunkv1995/PackageDrinkingApp | https://github.com/varunkv1995/PackageDrinkingApp | 1d005c9c29b354fb4657c6cc1169d64027daf7a7 | 4462e491b22113f8fb0b4d61514e269475312dd7 | refs/heads/master | 2020-03-08T08:39:18.946000 | 2018-04-04T06:15:42 | 2018-04-04T06:15:42 | 128,027,101 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comw.example.mdsaif.packagedrinkingapp.Fragment;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.Toolbar;
import android.v... | UTF-8 | Java | 1,940 | java | Contact.java | Java | [] | null | [] | package comw.example.mdsaif.packagedrinkingapp.Fragment;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.Toolbar;
import android.v... | 1,940 | 0.664948 | 0.65567 | 65 | 28.815384 | 24.941711 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 14 |
acc0aa15efa93415f6548d216c1f62a808bb2eba | 8,787,503,148,941 | e48be423e68e1ff45fd68d281a05bca72c09f7d3 | /dynamicProgramming/Q01_LongestContinuousIncreasingSequence.java | a61617c91519387fb029d2b98396cf5b5defba38 | [] | no_license | sunny-sunwoo/ds-algo-study | https://github.com/sunny-sunwoo/ds-algo-study | d93c829cd489129b074b7e1524df03c4ba454068 | be0fc3aeb812150cdcd3a4e8ab853d5b8e8d5ad7 | refs/heads/master | 2020-06-13T00:54:27.988000 | 2019-07-31T05:05:59 | 2019-07-31T05:05:59 | 194,480,503 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ds_algo_study.dynamicProgramming;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
*
* Q. Longest Continuous Increasing Sequence?
* find the length of longest continuous LIS in the given arr.
*
* e.g. [100, 4, 5, 3, 2, 87, 66, 1] -> [1, 2, 3, 4, 5]
*
*... | UTF-8 | Java | 1,584 | java | Q01_LongestContinuousIncreasingSequence.java | Java | [
{
"context": "ving from the set!\n * Space: O(n)\n * \n * @author Sunny Park\n *\n */\npublic class Q01_LongestContinuousIncreasi",
"end": 724,
"score": 0.9997265934944153,
"start": 714,
"tag": "NAME",
"value": "Sunny Park"
}
] | null | [] | package ds_algo_study.dynamicProgramming;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
*
* Q. Longest Continuous Increasing Sequence?
* find the length of longest continuous LIS in the given arr.
*
* e.g. [100, 4, 5, 3, 2, 87, 66, 1] -> [1, 2, 3, 4, 5]
*
*... | 1,580 | 0.534722 | 0.50947 | 56 | 27.285715 | 20.494524 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660714 | false | false | 14 |
2fba233c3b15c73c566e42ac90db565d1a9aa4ee | 8,787,503,146,665 | 887e321e4eb8675c0d30bf303016a26c91dd77a7 | /MyTheme/themelib/com/aliyun/wireless/android/database/DataColumn.java | 6bcdc487c07810615e2dd7a43413fc017f3b1894 | [] | no_license | way1989/MyApp | https://github.com/way1989/MyApp | 6c47cbfed6858c487f0161943c6ac26eb3e54776 | 78f5706fcfc479a0c84f3e33bfb9030b63b41bed | refs/heads/master | 2019-01-01T05:29:57.393000 | 2016-07-21T08:20:29 | 2016-07-21T08:20:29 | 39,885,261 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aliyun.wireless.android.database;
/**
*
* @author wb-jiangjm
*
*/
public final class DataColumn {
private String colName = null;
private DataColumnTypeEnum colType = DataColumnTypeEnum.COL_STRING;
private int length = 0;
private boolean all... | UTF-8 | Java | 1,776 | java | DataColumn.java | Java | [
{
"context": "yun.wireless.android.database;\n\n/**\n * \n * @author wb-jiangjm\n *\n */\npublic final class DataColumn {\n\n priva",
"end": 76,
"score": 0.9996224045753479,
"start": 66,
"tag": "USERNAME",
"value": "wb-jiangjm"
}
] | null | [] | package com.aliyun.wireless.android.database;
/**
*
* @author wb-jiangjm
*
*/
public final class DataColumn {
private String colName = null;
private DataColumnTypeEnum colType = DataColumnTypeEnum.COL_STRING;
private int length = 0;
private boolean all... | 1,776 | 0.561374 | 0.560248 | 67 | 25.507463 | 21.840927 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567164 | false | false | 14 |
23fcc203506f9f5b2d4332bd2cec983a9b718623 | 20,684,562,552,723 | 21a603d64cd1d27d1d81de1bc901e4e1f2c4fce0 | /ITE Release/eu.fittest.ucl/eu.fittest.ucl.ocon/src/test/java/ocon/tests/queue/PrintQueue.java | d1aa1180b5755926457933311bb334b159f5d91a | [] | no_license | alebagnato/FITTEST | https://github.com/alebagnato/FITTEST | 3dc511146a134c0f8d836a8a6af67fcce498cca9 | b8839c5bd8186b79f3668a4b195836315a8929a0 | refs/heads/master | 2016-09-11T07:03:22.224000 | 2014-02-10T12:12:10 | 2014-02-10T12:12:10 | 32,155,665 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ocon.tests.queue;
import java.util.*;
public class PrintQueue {
private LinkedList<String> queue = new LinkedList<String>();
private final Object lock = new Object();
public void enqueue(String str) {
synchronized (lock) {
queue.addLast(str);
lock.notifyAll();
}
}
... | UTF-8 | Java | 1,567 | java | PrintQueue.java | Java | [
{
"context": " public void run() {\n pq.enqueue(\"anemone\");\n pq.enqueue(\"tulip\");\n p",
"end": 853,
"score": 0.7835791707038879,
"start": 846,
"tag": "NAME",
"value": "anemone"
}
] | null | [] | package ocon.tests.queue;
import java.util.*;
public class PrintQueue {
private LinkedList<String> queue = new LinkedList<String>();
private final Object lock = new Object();
public void enqueue(String str) {
synchronized (lock) {
queue.addLast(str);
lock.notifyAll();
}
}
... | 1,567 | 0.478622 | 0.473516 | 71 | 21.070423 | 14.563435 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.450704 | false | false | 14 |
150656e1a68a93be063b529ac77542514d60d5eb | 32,014,686,251,333 | 366240ffc52cf7deab5f205d42c93d8ec0ed7279 | /src/main/java/com/myflight/booking/constants/ApplicationConstants.java | 54cc68030783aa817bab331261642ed0d1b4ec52 | [] | no_license | vinod-nagaraj/Flight | https://github.com/vinod-nagaraj/Flight | ca4c413d8f29ec33d46aa1d8799dae730ab7b660 | 3614d84d139134b666175a0374f2ef867b14fcfb | refs/heads/master | 2021-02-03T22:04:52.311000 | 2020-02-27T15:55:43 | 2020-02-27T15:55:43 | 243,554,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myflight.booking.constants;
public class ApplicationConstants {
private ApplicationConstants() {
}
public static final String CUSTOMER_NOTFOUND_MESSAGE = "Sorry!!! Please check your credentials";
public static final String LOGIN_SUCCESSMESSAGE = "The credentials you entered is valid";
public static... | UTF-8 | Java | 2,352 | java | ApplicationConstants.java | Java | [] | null | [] | package com.myflight.booking.constants;
public class ApplicationConstants {
private ApplicationConstants() {
}
public static final String CUSTOMER_NOTFOUND_MESSAGE = "Sorry!!! Please check your credentials";
public static final String LOGIN_SUCCESSMESSAGE = "The credentials you entered is valid";
public static... | 2,352 | 0.795493 | 0.789541 | 34 | 68.176468 | 34.828548 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.735294 | false | false | 14 |
13d4f9dbbabff84530e27de61a0114db0a3fc714 | 32,349,693,707,119 | a98970f68caee5029803a976800074f5ede412e9 | /test-ms3/hackathon/HackathonTest.java | 7d9a75cde23034053d71b3695c28f429953d6fa6 | [] | no_license | RaghavRamesh/CS4218-Unix-Shell | https://github.com/RaghavRamesh/CS4218-Unix-Shell | 22333435433c3bde1245d486e028c6ef6bbe3d61 | ffbfb08a7800ad1d9992e7109975d42ae140ed69 | refs/heads/master | 2021-01-10T16:14:51.410000 | 2015-04-19T11:59:15 | 2015-04-19T11:59:15 | 37,005,780 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hackathon;
import static org.junit.Assert.assertEquals;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import sg.edu.nus.comp.cs4218.Consts;
import sg.edu.nus.comp.cs4218.Environment;
imp... | UTF-8 | Java | 4,375 | java | HackathonTest.java | Java | [] | null | [] | package hackathon;
import static org.junit.Assert.assertEquals;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import sg.edu.nus.comp.cs4218.Consts;
import sg.edu.nus.comp.cs4218.Environment;
imp... | 4,375 | 0.736229 | 0.723657 | 135 | 31.407408 | 25.495184 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.703704 | false | false | 14 |
40c8711a3807a7ece275d0d9c4166bbbb699dc94 | 10,840,497,513,104 | 67c1f8b288171c7af01d249e6a23ceed81cbd73b | /src/java/Pertemuan11/OlahAddPegawai.java | de0d0e30a5db0e3ef6cbdd8cc1d3e392c9c35d84 | [] | no_license | fahturr/tid | https://github.com/fahturr/tid | 41fff51fefa9f7fd6fe94b7996581c5acff3d1d4 | 1a2c535ca818aaa2021cbf49971a817a14c12af5 | refs/heads/master | 2020-09-16T20:58:48.386000 | 2019-12-02T13:40:22 | 2019-12-02T13:40:22 | 223,886,512 | 1 | 4 | 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 Pertemuan11;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import ... | UTF-8 | Java | 1,678 | java | OlahAddPegawai.java | Java | [
{
"context": "\nimport pt_pcr.PegawaiHome;\r\n\r\n/**\r\n *\r\n * @author Lab330-32\r\n */\r\npublic class OlahAddPegawai extends HttpServl",
"end": 571,
"score": 0.9547272324562073,
"start": 562,
"tag": "USERNAME",
"value": "Lab330-32"
}
] | 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 Pertemuan11;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import ... | 1,678 | 0.672825 | 0.668653 | 51 | 30.90196 | 23.543247 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
39362e09ddc69bda1026cb66a20996e59b2b70b0 | 22,256,520,579,115 | 8dc89a66740ccaf3ab78a0f4e29c1511fa784a01 | /.svn/pristine/50/50b70a7cc8ee1f8647d2867b34596d10a5e89fd5.svn-base | ab3ccd7c2b135020068653befd304d880b09899a | [] | no_license | wwhwwhwwh/OrderSys | https://github.com/wwhwwhwwh/OrderSys | 142ba830d0b1bff6dca0471553435909c283d876 | 6fd6199805b9e185124093186c3db1faf830a409 | refs/heads/master | 2020-02-29T02:12:06.607000 | 2018-11-04T02:56:31 | 2018-11-04T02:56:31 | 88,273,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hongyi.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* 时间格式装换类
* <p>
* dateToYMD---时间类型转换成字符串类型
* <p>
* YMDToDate---字符串形式日期转换成标准日期
*
* @author 胡浪
* <p>
* 2015-11-20
*
*/
public class DateUtil {... | UTF-8 | Java | 3,320 | 50b70a7cc8ee1f8647d2867b34596d10a5e89fd5.svn-base | Java | [
{
"context": " <p>\n * YMDToDate---字符串形式日期转换成标准日期\n * \n * @author 胡浪\n * <p>\n * 2015-11-20\n * \n */\npubl",
"end": 251,
"score": 0.9997597932815552,
"start": 249,
"tag": "NAME",
"value": "胡浪"
}
] | null | [] | package com.hongyi.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* 时间格式装换类
* <p>
* dateToYMD---时间类型转换成字符串类型
* <p>
* YMDToDate---字符串形式日期转换成标准日期
*
* @author 胡浪
* <p>
* 2015-11-20
*
*/
public class DateUtil {... | 3,320 | 0.648845 | 0.627063 | 115 | 25.347826 | 23.192968 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.86087 | false | false | 14 | |
2a3bebb750b9ab383bb55757a04327f928cb4adc | 34,531,537,071,834 | 467b1d08c6eb7404845a700e208ee561d63ec33a | /mpcs/src/main/java/it/polimi/awt/mpcs/controller/UserController.java | e1a937d2bc054720108e1cd9da50a4a78e5387f4 | [] | no_license | cclaxx/mpcs | https://github.com/cclaxx/mpcs | 0a571e0fa0673c1ffe09880c2d45b94e044c63d3 | 9944809285718bc9604b759f0be874b5fe3b23cc | refs/heads/master | 2021-03-12T19:34:28.215000 | 2015-07-12T15:34:31 | 2015-07-12T15:34:31 | 38,966,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.awt.mpcs.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
@RequestMapping("/user")
public class UserController {
@RequestMapping
public String use... | UTF-8 | Java | 692 | java | UserController.java | Java | [] | null | [] | package it.polimi.awt.mpcs.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
@RequestMapping("/user")
public class UserController {
@RequestMapping
public String use... | 692 | 0.763006 | 0.763006 | 27 | 24.629629 | 21.36655 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.185185 | false | false | 14 |
4f499cb84617426357c802ccb84e57c461ff0330 | 25,795,573,609,384 | eb01d6cec6496698fa4ce2aa598f4621fb1db847 | /电器管理系统ssm/src/main/java/com/elec/demo/aop/ServiceAdvice.java | 7dbbb30db4a6bc764635276098de02c6d544cad2 | [] | no_license | KERSTYLIU/Study | https://github.com/KERSTYLIU/Study | 0a52fedaacc9fbae8f65f7c38a80068751b8b67f | ef9904e9ee84517ca9e361c7a846d23c66598230 | refs/heads/master | 2023-08-23T04:03:36.569000 | 2021-10-06T06:07:21 | 2021-10-06T06:07:21 | 414,078,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elec.demo.aop;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
@Component
@Aspect
public class Ser... | UTF-8 | Java | 1,720 | java | ServiceAdvice.java | Java | [] | null | [] | package com.elec.demo.aop;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
@Component
@Aspect
public class Ser... | 1,720 | 0.729167 | 0.729167 | 52 | 30.384615 | 35.173828 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.134615 | false | false | 14 |
8d3cf504ed4b23a20cf11004260a22a03bd97e97 | 7,816,840,523,663 | cd252a0fef3621452c9bffddbc807ec47ba417cc | /app/src/main/java/com/example/android/imbranding/HomepageCity.java | 443a3aa345d965c0358e2b28050296a541549f5f | [] | no_license | sanjeevdw/IMBranding | https://github.com/sanjeevdw/IMBranding | 9d4f8361f9431692f9c9e31390fe4ce47b43068b | a60082cc7dcc70d4cd8de799a1e9f589b29ec9e5 | refs/heads/master | 2020-04-08T19:16:47.153000 | 2018-10-19T10:06:52 | 2018-10-19T10:06:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.imbranding;
import android.support.annotation.NonNull;
/**
* {@link com.example.android.imbranding.HomepageCity} to hold homepage city objects
*/
public class HomepageCity {
private String mCityList;
public HomepageCity(String cityList) {
mCityList = cityList;
}
... | UTF-8 | Java | 479 | java | HomepageCity.java | Java | [] | null | [] | package com.example.android.imbranding;
import android.support.annotation.NonNull;
/**
* {@link com.example.android.imbranding.HomepageCity} to hold homepage city objects
*/
public class HomepageCity {
private String mCityList;
public HomepageCity(String cityList) {
mCityList = cityList;
}
... | 479 | 0.670146 | 0.670146 | 27 | 16.74074 | 19.809448 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 14 |
394c6f9e2fcf437e0fee55b4c77b2a9d264e287b | 26,491,358,344,812 | 951c8fb782de948646e2a0dbb6025eb02625dec5 | /app/src/main/java/com/example/myfirstapp/menuActivity.java | 68a2b995ef0cb7de28c221693aa5d73bef5defbe | [] | no_license | lailacha/GSB-ANDROID | https://github.com/lailacha/GSB-ANDROID | 3f88c63b8c10146fb2bd7ba77f9d9be80893ef11 | 2741b34ab4482c7583fe27cf5b3529b61aed4e7e | refs/heads/main | 2023-04-24T00:46:21.031000 | 2021-05-16T13:24:34 | 2021-05-16T13:24:34 | 366,788,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myfirstapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class menuActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceStat... | UTF-8 | Java | 1,197 | java | menuActivity.java | Java | [] | null | [] | package com.example.myfirstapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class menuActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceStat... | 1,197 | 0.66416 | 0.66416 | 40 | 28.950001 | 28.541155 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 14 |
f97974f8b0294840ce08ef09800460a2ba199f0a | 13,915,694,039,425 | 07e4aff946b260f9d66e1d9799b727726a3b79d6 | /src/com/jabava/dao/manage/EhrOrganizationHistoryMapper.java | c9318f908d232f756e735486b55341331a6430b4 | [] | no_license | hellnxue/My-Jabava | https://github.com/hellnxue/My-Jabava | 8ee83ad452759604ef05f37bf8f7821f0cdbfacb | 55b42a78dadfd46a472b402951275ab22fd7746a | refs/heads/master | 2020-12-09T02:56:23.531000 | 2016-10-17T06:28:12 | 2016-10-17T06:28:12 | 55,762,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jabava.dao.manage;
import com.jabava.pojo.manage.EhrOrganizationHistory;
public interface EhrOrganizationHistoryMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ehr_organization_history
*
* @mbggenerated Tue Dec 22 13:34... | UTF-8 | Java | 1,738 | java | EhrOrganizationHistoryMapper.java | Java | [] | null | [] | package com.jabava.dao.manage;
import com.jabava.pojo.manage.EhrOrganizationHistory;
public interface EhrOrganizationHistoryMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ehr_organization_history
*
* @mbggenerated Tue Dec 22 13:34... | 1,738 | 0.701956 | 0.660529 | 53 | 31.811321 | 28.170677 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.150943 | false | false | 14 |
fa08b86de68c6e558236dddd0b43b0610f43e96b | 29,858,612,708,642 | 34e6102eaf6413de9a17a180adb9a290e4584baf | /android/src/main/java/de/devisnik/android/mine/drawable/FlagDrawable.java | 8b44500a5ab104eb84e7b20f268039c9985b3258 | [
"Apache-2.0"
] | permissive | friedger/mines | https://github.com/friedger/mines | 2676c924123306c05583d5beb8312c8bc7e49f2d | a516765621e4e16c29432a6a9de816d7984fe228 | refs/heads/master | 2020-12-11T07:55:57.228000 | 2014-11-01T22:44:11 | 2014-11-01T22:44:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.devisnik.android.mine.drawable;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.LinearGradient;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Shader.TileMode;
import android.graphics.drawable.Drawable;
public clas... | UTF-8 | Java | 2,014 | java | FlagDrawable.java | Java | [] | null | [] | package de.devisnik.android.mine.drawable;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.LinearGradient;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Shader.TileMode;
import android.graphics.drawable.Drawable;
public clas... | 2,014 | 0.707547 | 0.679742 | 79 | 23.493671 | 18.721729 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.050633 | false | false | 14 |
80508de804d24d0fc6a445ba48e611523c91f4dc | 326,417,536,636 | 7919b318bda275f8af92faa8b0cafa6c7b9db6b6 | /common/src/main/java/geovista/common/data/DataSetForAppsFactory.java | 6fd192b3ebea0022f610f540d6bab69c7c533c16 | [] | no_license | xingzzz/geoviz | https://github.com/xingzzz/geoviz | 0914836fae56649b92acdf67d803b8af9f566e9b | 79943814004f2a2a93ea5e906db43c763000e464 | refs/heads/master | 2016-04-03T03:35:52.703000 | 2015-03-31T18:02:34 | 2015-03-31T18:02:34 | 34,396,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Licensed under LGPL v. 2.1 or any later version;
see GNU LGPL for details.
Original Authors: Xiping Dai and Frank Hardisty
*/
package geovista.common.data;
public class DataSetForAppsFactory {
public static DataSetForApps makeDataSetForApps(
@SuppressWarnings("unused") Object[] data) {
return ... | UTF-8 | Java | 336 | java | DataSetForAppsFactory.java | Java | [
{
"context": "n;\r\n see GNU LGPL for details.\r\n Original Authors: Xiping Dai and Frank Hardisty\r\n */\r\n\r\npackage geovista.commo",
"end": 110,
"score": 0.9998174905776978,
"start": 100,
"tag": "NAME",
"value": "Xiping Dai"
},
{
"context": "PL for details.\r\n Original Authors:... | null | [] | /* Licensed under LGPL v. 2.1 or any later version;
see GNU LGPL for details.
Original Authors: <NAME> and <NAME>
*/
package geovista.common.data;
public class DataSetForAppsFactory {
public static DataSetForApps makeDataSetForApps(
@SuppressWarnings("unused") Object[] data) {
return null;
}
... | 324 | 0.714286 | 0.708333 | 15 | 20.4 | 20.486744 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
ca671588e1c5dcbd9e2caf85dfbf9d5a82dc78f7 | 8,074,538,518,878 | 812b208d40aec0a20ee7b1ae48e88f5f761e9ad7 | /studyMVC/src/main/java/kr/or/nextit/member/service/impl/MemberMapper.java | 80c24af24c83d268e1f7d0cc85b251477c26ae48 | [] | no_license | KTHoon/TaeHoon | https://github.com/KTHoon/TaeHoon | 9db73e68b0752323b74b3c792b1587bd81a98263 | 33f1b55ff80e86161e0ecd713f92963930117369 | refs/heads/master | 2020-04-01T19:59:03.752000 | 2018-11-09T05:23:58 | 2018-11-09T05:23:58 | 153,582,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.or.nextit.member.service.impl;
import java.lang.reflect.Member;
import java.util.HashMap;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import kr.or.nextit.member.service.MemberSearchVo;
import kr.or.nextit.member.service.MemberVo;
@Mapper
public interface MemberMapper {
/**
* ... | UTF-8 | Java | 1,701 | java | MemberMapper.java | Java | [] | null | [] | package kr.or.nextit.member.service.impl;
import java.lang.reflect.Member;
import java.util.HashMap;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import kr.or.nextit.member.service.MemberSearchVo;
import kr.or.nextit.member.service.MemberVo;
@Mapper
public interface MemberMapper {
/**
* ... | 1,701 | 0.661833 | 0.661833 | 101 | 14.019802 | 13.468688 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.287129 | false | false | 14 |
103d44038252228b7ee7beac2b995b0bc64df70e | 16,638,703,328,621 | cff247206bf9bbaab3b68ad9488106c8796fee9f | /app/src/main/java/com/market/ps_avto/ParamsAdapter.java | e782038422293d0dea301a246ae9b1fc2ad7cbec | [] | no_license | andreygorlov-dev/PS_Avto | https://github.com/andreygorlov-dev/PS_Avto | 2a3598951bbcf7359784cef8f273070d8038f873 | 8efeed8b4a9cef95b78b3efc25c92835d2f05dd0 | refs/heads/master | 2022-09-30T01:52:43.500000 | 2020-06-03T07:40:31 | 2020-06-03T07:40:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.market.ps_avto;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class ParamsAdapter extends RecyclerView.Adapter<ParamsViewHolder> {
... | UTF-8 | Java | 964 | java | ParamsAdapter.java | Java | [] | null | [] | package com.market.ps_avto;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class ParamsAdapter extends RecyclerView.Adapter<ParamsViewHolder> {
... | 964 | 0.727178 | 0.727178 | 36 | 25.777779 | 28.424473 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
549fcdf5eb1fb5ca00ebbaeb872caef98dd03193 | 5,806,795,799,358 | 351caa610bda37fe554f2cb3619d8df8c10e0f28 | /app/src/main/java/com/bellone/catalogofilm/PersonalizedArrayAdapter.java | 41c0485321170b486a81ef3c75cd9441213b0d4f | [] | no_license | Bellonio/CatalogoFilm | https://github.com/Bellonio/CatalogoFilm | 5d7df40f8dfd2db238e03ffc0bae9b7b4ebdc56b | 59bea7ac881e26e1188e3f556501182b9ab33054 | refs/heads/AppConNuoveFunzionalita | 2023-02-04T12:32:01.381000 | 2020-11-09T21:45:52 | 2020-11-09T21:45:52 | 297,776,469 | 0 | 0 | null | false | 2020-11-02T07:31:43 | 2020-09-22T21:28:13 | 2020-11-02T07:15:13 | 2020-11-02T07:30:20 | 192 | 0 | 0 | 0 | Java | false | false | package com.bellone.catalogofilm;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
... | UTF-8 | Java | 11,728 | java | PersonalizedArrayAdapter.java | Java | [] | null | [] | package com.bellone.catalogofilm;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
... | 11,728 | 0.62193 | 0.619799 | 255 | 44.992157 | 36.971848 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 14 |
c7094292e55afded0f718eb72bd5b7017a127f1c | 28,492,813,073,901 | 83130c301931bc0f71aa74d35628c0b1702b3471 | /src/edu/wpi/first/wpilibj/EncoderStore.java | 7a4a085773f7c0570ef61a3112ef16abb39a2089 | [
"BSD-3-Clause",
"MIT"
] | permissive | tombot/FakeWPILib | https://github.com/tombot/FakeWPILib | 1f16e87c01bb3eda72a7ba648a2bd50916700134 | 97b3fc548efc0cc4e0a9c28e26bd5d02396f8538 | refs/heads/master | 2022-01-10T19:43:34.927000 | 2016-01-28T04:56:41 | 2016-01-28T04:56:41 | 28,979,294 | 17 | 6 | NOASSERTION | false | 2022-01-04T06:52:58 | 2015-01-08T18:18:57 | 2019-08-13T15:59:45 | 2022-01-04T06:52:58 | 5,655 | 15 | 3 | 4 | Java | false | false | package edu.wpi.first.wpilibj;
import java.util.ArrayList;
public class EncoderStore {
static ArrayList<Encoder> encoders = new ArrayList<Encoder>();
static {
while (encoders.size() < 20) encoders.add(null);
}
public static Encoder getEncoder(int a, int b) {
return encoders.get(a);
... | UTF-8 | Java | 534 | java | EncoderStore.java | Java | [] | null | [] | package edu.wpi.first.wpilibj;
import java.util.ArrayList;
public class EncoderStore {
static ArrayList<Encoder> encoders = new ArrayList<Encoder>();
static {
while (encoders.size() < 20) encoders.add(null);
}
public static Encoder getEncoder(int a, int b) {
return encoders.get(a);
... | 534 | 0.632959 | 0.629214 | 24 | 21.25 | 22.734426 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 14 |
e59d5cd738f9036248e98d7387f669cc4466c1e8 | 11,218,454,581,377 | 3e7b0ab8712b3da3ff328575301f1e1e91a48055 | /src/test/java/proxy/GrpcTest.java | a7c9ed70288eab821269f4d8f1cc450bce1914fe | [
"MIT"
] | permissive | ip-config/jlachesis | https://github.com/ip-config/jlachesis | 98669d4aeb831eb97984374c20f4002f139fb295 | 4df8fe29bb05fac16ab552e5f2e1486aa589c907 | refs/heads/master | 2021-10-27T05:09:46.857000 | 2019-04-16T03:30:58 | 2019-04-16T03:30:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proxy;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import java.time.Duration;
import java.util.Arrays;
import java.util.Random;
import org.jcsp.lang.CSTimer;
import autils.Logger;
import autils.time;
import channel.... | UTF-8 | Java | 6,178 | java | GrpcTest.java | Java | [
{
"context": "SnapshotResponse;\n\n/**\n * Test for Grpc\n * @author qn\n *\n */\npublic class GrpcTest {\n\tstatic final long",
"end": 700,
"score": 0.9994065761566162,
"start": 698,
"tag": "USERNAME",
"value": "qn"
}
] | null | [] | package proxy;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import java.time.Duration;
import java.util.Arrays;
import java.util.Random;
import org.jcsp.lang.CSTimer;
import autils.Logger;
import autils.time;
import channel.... | 6,178 | 0.68145 | 0.674814 | 218 | 27.344036 | 22.394831 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.536697 | false | false | 14 |
fac505b01538c6336d85fe9a8e6d0e96ca00fcd4 | 14,963,666,088,230 | fd8cce2c32c1c19bb757faa47110b940242e8f0e | /src/main/java/com/franco/vm/bean/ProductBean.java | f919216c0dbca0cbbf448700138b69264444af46 | [] | no_license | FrancisSakwa89/VM2 | https://github.com/FrancisSakwa89/VM2 | 14cab24a38e409d4237c295a81ae72193366e55b | cf0bcf4a327016adc3de815ef0e0f13834289a54 | refs/heads/master | 2022-06-22T14:54:11.311000 | 2019-09-30T13:16:50 | 2019-09-30T13:16:50 | 211,127,450 | 0 | 0 | null | false | 2022-06-21T01:57:13 | 2019-09-26T15:54:59 | 2019-09-30T13:16:48 | 2022-06-21T01:57:10 | 7,141 | 0 | 0 | 3 | HTML | false | false | package com.franco.vm.bean;
import com.franco.vm.model.Product;
import javax.ejb.Local;
import javax.ejb.Stateless;
import javax.inject.Inject;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
@Stateless
@Local
public class ... | UTF-8 | Java | 982 | java | ProductBean.java | Java | [] | null | [] | package com.franco.vm.bean;
import com.franco.vm.model.Product;
import javax.ejb.Local;
import javax.ejb.Stateless;
import javax.inject.Inject;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
@Stateless
@Local
public class ... | 982 | 0.671079 | 0.671079 | 37 | 25.540541 | 21.6353 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 14 |
ff8b91bd02394c657abd1e7517f9a6e42c11e475 | 33,500,744,942,389 | 97f77e60efedadfb15f7b5c15b3b462b9bcb8064 | /app/src/main/java/com/shpro/xus/shproject/bean/SHBean.java | c2ec9c0d51b1a64606acaff2eadbb544c530dc3b | [] | no_license | eggbrid/SHProject | https://github.com/eggbrid/SHProject | cc9735cb70567586e423cba94f554b01be2fc948 | 324183949dfb1e01f22bca781952a6358821073c | refs/heads/master | 2020-12-24T12:20:38.720000 | 2017-05-08T06:33:05 | 2017-05-08T06:33:05 | 73,052,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shpro.xus.shproject.bean;
import java.io.Serializable;
import cn.bmob.v3.BmobObject;
import cn.bmob.v3.BmobUser;
/**
* Created by xus on 2016/12/2.
*/
public abstract class SHBean implements Serializable {
}
| UTF-8 | Java | 227 | java | SHBean.java | Java | [
{
"context": "ct;\nimport cn.bmob.v3.BmobUser;\n\n/**\n * Created by xus on 2016/12/2.\n */\n\npublic abstract class SHBean ",
"end": 149,
"score": 0.9991433620452881,
"start": 146,
"tag": "USERNAME",
"value": "xus"
}
] | null | [] | package com.shpro.xus.shproject.bean;
import java.io.Serializable;
import cn.bmob.v3.BmobObject;
import cn.bmob.v3.BmobUser;
/**
* Created by xus on 2016/12/2.
*/
public abstract class SHBean implements Serializable {
}
| 227 | 0.744493 | 0.704846 | 13 | 16.461538 | 17.985531 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 14 |
6fac52e654ae3ebe6c15703a1934b226294a4be6 | 32,976,758,948,774 | 3594f19bc55f146b8d853c05f6e3e06f64aa6aae | /Lab4.1/src/Deck.java | a96407cdbd85fedc9c006800b86858fa42bf7596 | [] | no_license | KtlnC/Lab-4.1 | https://github.com/KtlnC/Lab-4.1 | e1efe64d4e52f9199ee3805c66c04f81d36ed7e9 | 11e2a9e241236f39edb0b922c09620b63302f06f | refs/heads/master | 2021-05-06T11:43:48.448000 | 2017-12-15T18:14:41 | 2017-12-15T18:14:41 | 114,276,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**Created by Kaitlyn Cao on 12/14/2017
* Lab 4.1 Cards - Deck Class
*
* */
import java.util.ArrayList;
public class Deck {
private ArrayList<Card> unDealt;
private ArrayList<Card> Dealt;
public Deck(String[] ranks, String[] suits, int[] pointValue)
{
ArrayList<String> card = new ArrayLis... | UTF-8 | Java | 870 | java | Deck.java | Java | [
{
"context": "/**Created by Kaitlyn Cao on 12/14/2017\r\n * Lab 4.1 Cards - Deck Class \r\n *",
"end": 25,
"score": 0.9998798370361328,
"start": 14,
"tag": "NAME",
"value": "Kaitlyn Cao"
}
] | null | [] | /**Created by <NAME> on 12/14/2017
* Lab 4.1 Cards - Deck Class
*
* */
import java.util.ArrayList;
public class Deck {
private ArrayList<Card> unDealt;
private ArrayList<Card> Dealt;
public Deck(String[] ranks, String[] suits, int[] pointValue)
{
ArrayList<String> card = new ArrayList<Str... | 865 | 0.537931 | 0.52069 | 53 | 14.415094 | 15.848854 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.018868 | false | false | 14 |
55f1189ae43f943252e62d979de3365624c8f324 | 1,949,915,188,282 | 4273f4ef3b8f6857af3fd152e5ffebfd90516769 | /stackDriver/LabStringReverseSolution.java | f10ccf666a18db1d5dd849d5341ee5f1e6e7e3bf | [] | no_license | Kevin-McBain/Java-Data-Structures | https://github.com/Kevin-McBain/Java-Data-Structures | 2e5e537b5f317c0a80f9c4889ba91ddd8352b1fa | cb123271b29380733aff04a743f2c8d0c9247507 | refs/heads/master | 2021-01-10T16:48:58.638000 | 2016-03-11T16:49:48 | 2016-03-11T16:49:48 | 53,681,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stackDriver;
import stack.*;
import java.util.Scanner;
/**
* Write a description of class Lab06 here.
*
* @author (sdb)
* @version (Oct 2012)
*/
public class LabStringReverseSolution
{
public static void main(String args[])
{ String input = " ";
Scanner scanner = new Scanner (Sys... | UTF-8 | Java | 981 | java | LabStringReverseSolution.java | Java | [
{
"context": " description of class Lab06 here.\n * \n * @author (sdb) \n * @version (Oct 2012)\n */\npublic class LabStri",
"end": 131,
"score": 0.9995988607406616,
"start": 128,
"tag": "USERNAME",
"value": "sdb"
}
] | null | [] | package stackDriver;
import stack.*;
import java.util.Scanner;
/**
* Write a description of class Lab06 here.
*
* @author (sdb)
* @version (Oct 2012)
*/
public class LabStringReverseSolution
{
public static void main(String args[])
{ String input = " ";
Scanner scanner = new Scanner (Sys... | 981 | 0.544343 | 0.536188 | 38 | 24.842106 | 21.004419 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 14 |
392f9d01d5fdfa1b777c410e4e2d5462f80b73c5 | 34,540,127,025,428 | 45c8befa5628270ef6e72552adddf2ba2d138c42 | /concurrent/io/src/main/java/com/bingo/io/tomcat/netty/MiniNettyHttpServlet.java | e51ded5d8eed322ece04d510af478556c14d2691 | [] | no_license | yyb0107/java-hub | https://github.com/yyb0107/java-hub | 7603f987fb50f55101b42952cec93cefb7d57d02 | 5f7f000317379245d92c4da3bac8b565eded16a8 | refs/heads/master | 2022-12-22T01:11:15.290000 | 2021-08-26T18:21:21 | 2021-08-26T18:21:21 | 177,807,824 | 0 | 0 | null | false | 2022-12-16T08:36:03 | 2019-03-26T14:41:49 | 2021-08-26T18:21:33 | 2022-12-16T08:36:00 | 1,044 | 0 | 0 | 19 | Java | false | false | package com.bingo.io.tomcat.netty;
import com.bingo.io.tomcat.bio.MiniRequest;
import com.bingo.io.tomcat.bio.MiniResponse;
import java.io.IOException;
/**
* @author Bingo
* @title: MiniNettyHttpServlet
* @projectName java-hub
* @description: TODO
* @date 2019/6/30 17:05
*/
public interface MiniNettyHttpServl... | UTF-8 | Java | 420 | java | MiniNettyHttpServlet.java | Java | [
{
"context": "onse;\n\nimport java.io.IOException;\n\n/**\n * @author Bingo\n * @title: MiniNettyHttpServlet\n * @projectName j",
"end": 175,
"score": 0.7686736583709717,
"start": 170,
"tag": "NAME",
"value": "Bingo"
}
] | null | [] | package com.bingo.io.tomcat.netty;
import com.bingo.io.tomcat.bio.MiniRequest;
import com.bingo.io.tomcat.bio.MiniResponse;
import java.io.IOException;
/**
* @author Bingo
* @title: MiniNettyHttpServlet
* @projectName java-hub
* @description: TODO
* @date 2019/6/30 17:05
*/
public interface MiniNettyHttpServl... | 420 | 0.764286 | 0.738095 | 17 | 23.705883 | 22.982767 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
6ceb3958c1e0a8bacf4e06d1184dde84526b7e28 | 37,280,316,143,973 | c8f3934f8ac63b3c7827335fbb5d8de5b400d87d | /spring_test_4/src/main/java/com/hsh/member/MemberDAOImpl.java | 3d2d48116d97e2866a659a1d0ff789198cbfc9a0 | [] | no_license | fanno20/spring_test_4 | https://github.com/fanno20/spring_test_4 | ef3ecd1fbeff36d1adbe07b62c4487b03ffcb645 | 05ad007b70b8c023464ef76a603f945a9efced97 | refs/heads/master | 2020-12-31T04:28:24.145000 | 2016-05-09T00:56:58 | 2016-05-09T00:56:58 | 58,026,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hsh.member;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.inject.Inject;
import javax.sql.DataSource;
import org.springframework.stereotype.Repository;
@Repository
public class MemberDAOImpl implements Me... | UTF-8 | Java | 2,608 | java | MemberDAOImpl.java | Java | [] | null | [] | package com.hsh.member;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.inject.Inject;
import javax.sql.DataSource;
import org.springframework.stereotype.Repository;
@Repository
public class MemberDAOImpl implements Me... | 2,608 | 0.6493 | 0.643079 | 105 | 22.495237 | 17.00651 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.495238 | false | false | 14 |
a2467e937c7959bde2f55f5bf00cd33a64cbf7da | 37,280,316,144,922 | 49e5bfd995bb32c41fd194ae6edfbee356bdc3e2 | /app/src/main/java/dalvik/commcare/org/commcaretoolkit/activities/SettingsActivity.java | 1bc3f1617ca59fafe9eca30a5260b130d9b2acd4 | [] | no_license | dimagi/commcare-developer-toolkit | https://github.com/dimagi/commcare-developer-toolkit | 5928b181b20a73279ed185f855bf09e7e55f2376 | 52b0b11b009d5988850e04adf12743983090ed38 | refs/heads/master | 2020-04-07T02:34:22.188000 | 2017-11-06T21:09:40 | 2017-11-06T21:09:40 | 46,742,903 | 0 | 0 | null | false | 2017-11-06T21:09:41 | 2015-11-23T19:28:16 | 2016-01-28T16:12:51 | 2017-11-06T21:09:40 | 616 | 0 | 0 | 2 | Java | false | null | package dalvik.commcare.org.commcaretoolkit.activities;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import dalvik.commcare.org.commcaretoolkit.fragments.ToolkitSettings;
/**
* Created by amstone326 on 11/6/17.
*/
public class SettingsActivi... | UTF-8 | Java | 631 | java | SettingsActivity.java | Java | [
{
"context": "lkit.fragments.ToolkitSettings;\n\n/**\n * Created by amstone326 on 11/6/17.\n */\npublic class SettingsActivity ext",
"end": 276,
"score": 0.9995859861373901,
"start": 266,
"tag": "USERNAME",
"value": "amstone326"
}
] | null | [] | package dalvik.commcare.org.commcaretoolkit.activities;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import dalvik.commcare.org.commcaretoolkit.fragments.ToolkitSettings;
/**
* Created by amstone326 on 11/6/17.
*/
public class SettingsActivi... | 631 | 0.733756 | 0.719493 | 22 | 27.681818 | 25.508263 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 14 |
47bea3c905e8aad0027a27fd3ac2b2f54d6d9122 | 5,789,615,964,609 | 4f7142d70fd9047e8444fd1d0d95cc1892b391c7 | /app/src/main/java/notes/ctian/jhoey/com/noteapp/test.java | 1b1279557abb664579bc552e45dbcc2144246604 | [] | no_license | jhoeyctian/NoteApp | https://github.com/jhoeyctian/NoteApp | b493d0194384233cae04790ae78cafef5469659b | 497e0a7dcd784ecc1729c0bdd234c43e5163ec8f | refs/heads/master | 2021-01-19T04:32:29.756000 | 2017-04-11T06:04:53 | 2017-04-11T06:04:53 | 87,378,988 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package notes.ctian.jhoey.com.noteapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Window;
import android.widget.TextView;
public class test extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(sav... | UTF-8 | Java | 1,049 | java | test.java | Java | [] | null | [] | package notes.ctian.jhoey.com.noteapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Window;
import android.widget.TextView;
public class test extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(sav... | 1,049 | 0.654909 | 0.653956 | 30 | 33.966667 | 22.416487 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
8f14d299318abc7b852e9a0e2d451e70e5110522 | 8,993,661,566,720 | 3eeffd457eb633f93b9b191564a8c4614a88d99b | /test-maven/src/main/java/parser/xml/sax/program.java | 72979b2004f0bec4871830f2edd8e4aca795e929 | [] | no_license | withwooyong/test-maven | https://github.com/withwooyong/test-maven | dbecd06e1ccc847a62958f9b28be116b26574615 | e5ed2708311814fb8a0dede86778bc4169316943 | refs/heads/master | 2020-12-24T05:45:29.950000 | 2018-01-09T15:30:29 | 2018-01-09T15:30:29 | 73,260,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parser.xml.sax;
import java.io.Serializable;
import java.util.Map;
import lombok.Data;
@Data
public class program implements Serializable {
private static final long serialVersionUID = 1L;
private String mid;
private String mtitle;
private String originaltitle;
private String... | UTF-8 | Java | 1,224 | java | program.java | Java | [] | null | [] | package parser.xml.sax;
import java.io.Serializable;
import java.util.Map;
import lombok.Data;
@Data
public class program implements Serializable {
private static final long serialVersionUID = 1L;
private String mid;
private String mtitle;
private String originaltitle;
private String... | 1,224 | 0.666667 | 0.660948 | 45 | 25.200001 | 13.887804 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 14 |
cc39c70db039348652d59e7e9e23caae225d67aa | 38,903,813,805,303 | 6a8913e8fb5c4f552cee033f0cef687f0b10c422 | /src/main/java/rocks/cleanstone/player/Player.java | 43a5934c9221b4543eb1d22d61f361af3a6838e9 | [
"MIT",
"CC-BY-4.0"
] | permissive | CleanstoneMC/Cleanstone | https://github.com/CleanstoneMC/Cleanstone | 5e5c60b01bb6d5f51ef61f32ad5a5c353ba1d55c | 1b35516004d00fa3267063b840a31211b04f9156 | refs/heads/master | 2021-04-12T09:37:56.768000 | 2021-03-25T12:39:19 | 2021-03-25T12:39:19 | 126,891,902 | 160 | 18 | MIT | false | 2021-03-11T22:52:29 | 2018-03-26T21:26:03 | 2021-02-28T17:50:34 | 2021-03-11T22:52:29 | 4,526 | 132 | 10 | 9 | Java | false | false | package rocks.cleanstone.player;
import rocks.cleanstone.endpoint.minecraft.vanilla.net.packet.enums.DisplayedSkinPart;
import rocks.cleanstone.endpoint.minecraft.vanilla.net.packet.enums.PlayerAbility;
import rocks.cleanstone.game.chat.ChatMode;
import rocks.cleanstone.game.chat.message.Text;
import rocks.cleanstone.... | UTF-8 | Java | 1,868 | java | Player.java | Java | [] | null | [] | package rocks.cleanstone.player;
import rocks.cleanstone.endpoint.minecraft.vanilla.net.packet.enums.DisplayedSkinPart;
import rocks.cleanstone.endpoint.minecraft.vanilla.net.packet.enums.PlayerAbility;
import rocks.cleanstone.game.chat.ChatMode;
import rocks.cleanstone.game.chat.message.Text;
import rocks.cleanstone.... | 1,868 | 0.774625 | 0.774625 | 75 | 23.906666 | 23.497049 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586667 | false | false | 14 |
0082c55ef9af2760c6eaa5b9ee22a53de2741902 | 39,187,281,608,744 | d5eb302e5acf9ba949fb2d063dd65f0bc41a2503 | /src/main/java/App/authentication/registration/IUserService.java | 400a5e609a7b2b5d454b4aa4261d2fbbc64c2818 | [] | no_license | BenjaminPalko/SYSC4806-PROJECT | https://github.com/BenjaminPalko/SYSC4806-PROJECT | fba66435f5b0b2ff09ff07f743370ae2ca26d214 | 47b5d537d2dfa8ab79378c3ff31f65ac593d505f | refs/heads/master | 2020-04-25T05:28:28.877000 | 2019-04-03T02:47:46 | 2019-04-03T02:47:46 | 172,544,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package App.authentication.registration;
import App.user.User;
public interface IUserService {
User registerNewUserAccount(UserDTO accountDTO) throws EmailExistsException;
}
| UTF-8 | Java | 180 | java | IUserService.java | Java | [] | null | [] | package App.authentication.registration;
import App.user.User;
public interface IUserService {
User registerNewUserAccount(UserDTO accountDTO) throws EmailExistsException;
}
| 180 | 0.827778 | 0.827778 | 7 | 24.714285 | 27.064548 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 14 |
f3af34c1214288734bbfb9416e970127ae2bd89e | 12,086,037,989,836 | c9295cefff6456d9b49b8ab9fe0055a12083a024 | /Java/t31/src/Biblioteca.java | 8f853eb98eb8cbe796059e634caf8347e89e0632 | [] | no_license | victorbiazon/poo-victorbiazon | https://github.com/victorbiazon/poo-victorbiazon | 4f3dbd049723b61eb17800021779478dbd3550c9 | ce9e09243d2918c149a891edcd6520e383b0586f | refs/heads/master | 2021-04-26T23:45:08.399000 | 2018-06-14T02:17:38 | 2018-06-14T02:17:38 | 123,849,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
public class Biblioteca {
private String nome;
private List<Estante> estantes; // vetor, pois a a bibliotÚca possui espašo finito
public Biblioteca(String nome) {
this.nome = nome;
this.estantes = new ArrayList<>();
}
public void inser... | IBM852 | Java | 2,154 | java | Biblioteca.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.List;
public class Biblioteca {
private String nome;
private List<Estante> estantes; // vetor, pois a a bibliotÚca possui espašo finito
public Biblioteca(String nome) {
this.nome = nome;
this.estantes = new ArrayList<>();
}
public void inser... | 2,154 | 0.59526 | 0.594796 | 96 | 21.416666 | 21.146645 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 14 |
241a3b199f00f2c2811f947a6c7b851cb5ecb2e2 | 3,779,571,249,982 | b3468bb371959d6be15b920c9160644201a3718a | /pigeon-remoting/src/main/java/com/dianping/pigeon/remoting/invoker/exception/RouteException.java | e4e12728f1bec84cd1a4b9c9e7ea00d290676e2d | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | walkerzhou/pigeon-1 | https://github.com/walkerzhou/pigeon-1 | be64aece13c56fe9f86a91dde57e2fe243f36b35 | 89ddfdd3e2b2ae342052063a718ccf7ba80938a7 | refs/heads/master | 2020-06-27T07:00:44.038000 | 2016-11-22T14:45:31 | 2016-11-22T14:45:31 | 74,533,563 | 1 | 1 | null | true | 2016-11-23T02:40:16 | 2016-11-23T02:40:15 | 2016-11-23T02:40:13 | 2016-11-22T14:56:17 | 64,286 | 0 | 0 | 0 | null | null | null | package com.dianping.pigeon.remoting.invoker.exception;
import com.dianping.pigeon.remoting.common.exception.RpcException;
/**
* Created by chenchongze on 16/3/10.
*/
public class RouteException extends RpcException {
public RouteException() {
super();
}
public RouteException(String msg) {
super(msg);
}
... | UTF-8 | Java | 462 | java | RouteException.java | Java | [
{
"context": ".common.exception.RpcException;\n\n/**\n * Created by chenchongze on 16/3/10.\n */\npublic class RouteException exten",
"end": 154,
"score": 0.9996652007102966,
"start": 143,
"tag": "USERNAME",
"value": "chenchongze"
}
] | null | [] | package com.dianping.pigeon.remoting.invoker.exception;
import com.dianping.pigeon.remoting.common.exception.RpcException;
/**
* Created by chenchongze on 16/3/10.
*/
public class RouteException extends RpcException {
public RouteException() {
super();
}
public RouteException(String msg) {
super(msg);
}
... | 462 | 0.733766 | 0.722944 | 25 | 17.48 | 20.978313 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 14 |
d1332008503c0f947b66bdee2145cec8d38bc456 | 11,106,785,485,506 | f1d244fcfcc0a39c3b0230ff5d4945edc85d0497 | /consumer/src/main/java/com/breach/common/entity/ConsumerQuestionnaire.java | fc22d1fdeb1d71206b660db70911ddefc12a511f | [
"MIT"
] | permissive | gaolei12358/Financial | https://github.com/gaolei12358/Financial | 9b4d27e3e11f4180feb512dade3039c53705860b | e4bc2b11a61b42497e9365d899701d444caf2874 | refs/heads/master | 2020-04-26T01:40:07.658000 | 2019-03-01T00:51:43 | 2019-03-01T00:51:43 | 173,210,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.breach.common.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
... | UTF-8 | Java | 1,524 | java | ConsumerQuestionnaire.java | Java | [
{
"context": "l.Accessors;\n\n/**\n * <p>\n * \n * </p>\n *\n * @author shaokang\n * @since 2019-01-24\n */\n@Data\n@EqualsAndHashCode",
"end": 366,
"score": 0.9992712140083313,
"start": 358,
"tag": "USERNAME",
"value": "shaokang"
}
] | null | [] | package com.breach.common.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
... | 1,524 | 0.644737 | 0.636997 | 74 | 16.459459 | 16.759983 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283784 | false | false | 14 |
f834489bd521854dafbd86653cb6cfbf953a32ae | 19,859,928,787,986 | 800a66791b6bba5b3be020dfeef05accd7a29b80 | /examples/example-springmvc/src/main/java/com/jpl/garage/example/springmvc/service/example/BBSMetaDataService.java | 0618556d42339b04b711378dc1358eaec096d201 | [] | no_license | lefonque/exercise | https://github.com/lefonque/exercise | c455d768a7472898282fa6e825cfc9214a494c98 | 00fc4864b3ad76680bee6b7651f25832551a5e87 | HEAD | 2016-09-06T05:54:35.570000 | 2014-06-23T02:27:54 | 2014-06-23T02:27:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jpl.garage.example.springmvc.service.example;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.jpl.garage.example.springmvc.dao.example.BbsInfoDao;
@Service
public class BBSMetaDataService {
@Autowired
private BbsInfoDao metaDao;... | UTF-8 | Java | 323 | java | BBSMetaDataService.java | Java | [] | null | [] | package com.jpl.garage.example.springmvc.service.example;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.jpl.garage.example.springmvc.dao.example.BbsInfoDao;
@Service
public class BBSMetaDataService {
@Autowired
private BbsInfoDao metaDao;... | 323 | 0.829721 | 0.829721 | 13 | 23.846153 | 24.566538 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 14 |
c5e0e5df15452a074caaf84a00f89b58ebea8fb5 | 3,994,319,604,163 | 72152dd77d8704b3f1a5910c27e55ab9b0059964 | /src/info/tregmine/database/db/DBBankDAO.java | 1877b5a2e4aaf50d6e8653085f55a35f2cf2ba93 | [
"BSD-4-Clause"
] | permissive | EmilHernvall/tregmine | https://github.com/EmilHernvall/tregmine | 5cad444cbc8cdb7b46d5384b5ef5d33ccaab9cb0 | f117b97aef715ec431eccbba2b1fac2b349e115b | refs/heads/master | 2021-01-17T09:13:55.675000 | 2016-03-20T12:42:10 | 2016-03-20T12:42:10 | 10,645,170 | 0 | 4 | null | false | 2017-07-14T03:33:48 | 2013-06-12T14:55:24 | 2016-03-20T12:42:16 | 2016-04-16T19:36:25 | 140,031 | 8 | 11 | 34 | Java | null | null | package info.tregmine.database.db;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import java.util.Random;
import com.google.common.collect.Lists;
import info.tregmine.api.Account;
import info.tregmine.api.Bank;
import in... | UTF-8 | Java | 10,328 | java | DBBankDAO.java | Java | [] | null | [] | package info.tregmine.database.db;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import java.util.Random;
import com.google.common.collect.Lists;
import info.tregmine.api.Account;
import info.tregmine.api.Bank;
import in... | 10,328 | 0.521011 | 0.516751 | 318 | 31.477987 | 22.780008 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685535 | false | false | 14 |
2651baded780c00b62ee3f2cc8bf3d5dcd1657d6 | 13,391,708,053,060 | 62bb38d7f9f444a2fcfb8e545630e1eb387d8cf6 | /APP/Ntag_I2C_Demo.java | 5c2ece296778b7fe9a9bf698f2f260d2c0fe1c1a | [] | no_license | yunoTheFrog/Demo | https://github.com/yunoTheFrog/Demo | d0dd07faf5f700649ededea9f3e84a1e99174980 | c86fbfe8b7217dd4e96fae8bf008d6d9d0ae55d6 | refs/heads/master | 2021-01-19T21:08:43.762000 | 2017-04-18T11:11:40 | 2017-04-18T11:11:40 | 88,613,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
****************************************************************************
* Copyright(c) 2014 NXP Semiconductors *
* All rights are reserved. *
* *
... | UTF-8 | Java | 23,707 | java | Ntag_I2C_Demo.java | Java | [
{
"context": "\n * Class for the different Demos.\r\n *\r\n * @author NXP67729\r\n *\r\n */\r\n\r\n\r\npublic class Ntag_I2C_Demo implemen",
"end": 3918,
"score": 0.9995134472846985,
"start": 3910,
"tag": "USERNAME",
"value": "NXP67729"
}
] | null | [] | /*
****************************************************************************
* Copyright(c) 2014 NXP Semiconductors *
* All rights are reserved. *
* *
... | 23,707 | 0.605838 | 0.59525 | 868 | 25.31106 | 23.029934 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.004608 | false | false | 14 |
4f58d639a2b6542753b6a528131f6aa846d96585 | 13,649,406,091,632 | f91eb0e404ddeeb908522eb844821d6be0b8fcce | /src/controller/LogAction.java | 6eff634115ee25a67e66e086c408668e2e60d632 | [] | no_license | yxc-star/SimpleController | https://github.com/yxc-star/SimpleController | 8a682239f377294ae51d287c05045bd212a92a58 | 48291e903405d8ee7073153f3af08ff8e62d08ba | refs/heads/master | 2021-01-19T05:33:43.016000 | 2017-04-06T14:11:07 | 2017-04-06T14:11:07 | 87,436,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.util.Date;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "action")
public class LogAction {
private String name;
private String s_time;
private String e_time;
private String result;
@XmlElement(name = "name"... | UTF-8 | Java | 1,024 | java | LogAction.java | Java | [] | null | [] | package controller;
import java.util.Date;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "action")
public class LogAction {
private String name;
private String s_time;
private String e_time;
private String result;
@XmlElement(name = "name"... | 1,024 | 0.669922 | 0.669922 | 54 | 17.962963 | 18.777412 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 14 |
2bd6d456b0a13039257275eae45d8a8bf87a7ff0 | 33,835,752,360,744 | c4ffd9c11c116a1df86c7d5df8b146ebe4bca31a | /src/codeup100/Test27.java | b193323cf1ebd3506ed6ec2a9932b467f11c3594 | [] | no_license | RAMA4368/CodeUp_Basic_100 | https://github.com/RAMA4368/CodeUp_Basic_100 | dcedcfa5248fbedfa38668503d596bf74f131abf | cee5570ffecb5164994f8d3a13f8bb1af4efa50f | refs/heads/master | 2023-03-03T20:24:42.375000 | 2021-02-01T01:41:57 | 2021-02-01T01:41:57 | 322,975,907 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package codeup100;
import java.util.Scanner;
public class Test27 {
public static void main(String[] args) {
String data=null;
String[] result;
int y,m,d;
System.out.println("\"년,월,일\" 을 yyyy.mm.dd.의 형식으로 입력하세요");
Scanner scan=new Scanner(System.in);
data=scan.nextLine();
result=data.split("\\.... | UTF-8 | Java | 507 | java | Test27.java | Java | [] | null | [] | package codeup100;
import java.util.Scanner;
public class Test27 {
public static void main(String[] args) {
String data=null;
String[] result;
int y,m,d;
System.out.println("\"년,월,일\" 을 yyyy.mm.dd.의 형식으로 입력하세요");
Scanner scan=new Scanner(System.in);
data=scan.nextLine();
result=data.split("\\.... | 507 | 0.647182 | 0.617954 | 25 | 18.16 | 16.718086 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12 | false | false | 14 |
3b349e8bcd85ce2ff6881615eb611a82ec3589b3 | 23,682,449,679,717 | 3bd3d96b4457374aaabfcc3851a38b0243bc8cda | /dzienne/poniedzialek/Zaj2/src/watki/Urzednik.java | 7d850439efaddcc3a8bfb3adbed4d77712043e9c | [] | no_license | kpodlaski/Java2019 | https://github.com/kpodlaski/Java2019 | 5326e4824e46bbb27cffa0259fdd7c47bb519d97 | a78d36c32d29ef291bae8635461a0281099be8c0 | refs/heads/master | 2021-06-29T03:10:34.597000 | 2019-06-01T10:35:21 | 2019-06-01T10:35:21 | 170,996,046 | 0 | 2 | null | false | 2020-10-13T13:21:57 | 2019-02-16T11:27:20 | 2019-06-01T10:37:34 | 2020-10-13T13:21:56 | 1,160 | 0 | 2 | 1 | Java | false | false | package watki;
import java.util.Random;
/**
* Created by Krzysztof Podlaski on 08.04.2019.
*/
public class Urzednik {
private int id;
public Urzednik(int id) {
this.id = id;
}
public String toString(){
return "o"+id;
}
private Random rand = new Random();
public void obs... | UTF-8 | Java | 664 | java | Urzednik.java | Java | [
{
"context": "atki;\n\nimport java.util.Random;\n\n/**\n * Created by Krzysztof Podlaski on 08.04.2019.\n */\npublic class Urzednik {\n pr",
"end": 78,
"score": 0.9998245239257812,
"start": 60,
"tag": "NAME",
"value": "Krzysztof Podlaski"
}
] | null | [] | package watki;
import java.util.Random;
/**
* Created by <NAME> on 08.04.2019.
*/
public class Urzednik {
private int id;
public Urzednik(int id) {
this.id = id;
}
public String toString(){
return "o"+id;
}
private Random rand = new Random();
public void obslugaKlienta(... | 652 | 0.558735 | 0.540663 | 30 | 21.133333 | 16.463562 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
0a8498ee7b0a11110ef35b641ccb002822c9017f | 20,787,641,778,788 | 5dc6a7946ae976f74a0c9b3bde949ff6fc3b1886 | /src/Menu/Brazo.java | e37dbb42cecf9d65737ac3809e882adb8ec2301f | [] | no_license | Jonhatan/Portafolio1 | https://github.com/Jonhatan/Portafolio1 | 096e45fa13645ca9cac5f5a331dc70e702f415e1 | e407623706945960f33a353923756176a40a5c2a | refs/heads/master | 2016-09-10T20:29:50.888000 | 2012-05-01T03:46:46 | 2012-05-01T03:46:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Menu;
/**
*
* @author jonhatan
*/
public class Brazo {
char data;
Brazo izq;
Brazo der;
public Brazo(char x){
data = x;
izq = null;
der = null;
}
}
| UTF-8 | Java | 210 | java | Brazo.java | Java | [
{
"context": "package Menu;\n\n/**\n *\n * @author jonhatan\n */\npublic class Brazo {\n \n char data;\n ",
"end": 41,
"score": 0.9627950191497803,
"start": 33,
"tag": "USERNAME",
"value": "jonhatan"
}
] | null | [] | package Menu;
/**
*
* @author jonhatan
*/
public class Brazo {
char data;
Brazo izq;
Brazo der;
public Brazo(char x){
data = x;
izq = null;
der = null;
}
}
| 210 | 0.47619 | 0.47619 | 17 | 11.352942 | 7.881036 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 14 |
3a62f091e2db95da5035392ef3aa0127e68720cd | 27,264,452,408,986 | e682fa3667adce9277ecdedb40d4d01a785b3912 | /internal/fischer/mangf/A361035.java | 073f38bc9a78413353f52de7b2c1ce04512959a7 | [
"Apache-2.0"
] | permissive | gfis/joeis-lite | https://github.com/gfis/joeis-lite | 859158cb8fc3608febf39ba71ab5e72360b32cb4 | 7185a0b62d54735dc3d43d8fb5be677734f99101 | refs/heads/master | 2023-08-31T00:23:51.216000 | 2023-08-29T21:11:31 | 2023-08-29T21:11:31 | 179,938,034 | 4 | 1 | Apache-2.0 | false | 2022-06-25T22:47:19 | 2019-04-07T08:35:01 | 2022-03-26T06:04:12 | 2022-06-25T22:47:18 | 8,156 | 3 | 0 | 1 | Roff | false | false | package irvine.oeis.a361;
// Generated by gen_seq4.pl binomin/holos at 2023-05-08 14:44
import irvine.oeis.recur.HolonomicRecurrence;
/**
* A361035 a(n) = 9979200 * (4*n)!/(n!*(n+3)!^3).
* @author Georg Fischer
*/
public class A361035 extends HolonomicRecurrence {
/** Construct the sequence. */
public A361035... | UTF-8 | Java | 405 | java | A361035.java | Java | [
{
"context": " a(n) = 9979200 * (4*n)!/(n!*(n+3)!^3).\n * @author Georg Fischer\n */\npublic class A361035 extends HolonomicRecurre",
"end": 214,
"score": 0.999856173992157,
"start": 201,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a361;
// Generated by gen_seq4.pl binomin/holos at 2023-05-08 14:44
import irvine.oeis.recur.HolonomicRecurrence;
/**
* A361035 a(n) = 9979200 * (4*n)!/(n!*(n+3)!^3).
* @author <NAME>
*/
public class A361035 extends HolonomicRecurrence {
/** Construct the sequence. */
public A361035() {
... | 398 | 0.639506 | 0.45679 | 16 | 24.3125 | 23.941906 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9375 | false | false | 14 |
c0ae8ffc212cd1e55fe631004b749f9986cce965 | 721,554,506,896 | 0b61d770991b1624119741728ca5e38611a2c026 | /src/com/zhicheng/wanyi/model/BookInfo.java | c8371056e1f8dcb3f15bc7b2898dd9c9a5590a0d | [] | no_license | behindeye/WANYI | https://github.com/behindeye/WANYI | 79eea696388151c23cc4f096b3e2f2c3057d3d13 | 0a580563bf9ebfb40b4c1a96156f0417dfdb5340 | refs/heads/master | 2018-03-07T06:25:31.485000 | 2016-10-01T10:09:00 | 2016-10-01T10:09:00 | 60,598,226 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhicheng.wanyi.model;
/**
* @author czc
* @date 2015年12月3日下午7:19:02
* @Description
* 图书
*/
public class BookInfo {
private String id;
private String name;
private String writer;
private String chuBanShe;
private String date;
private String number;
private String guanChang;
private Strin... | UTF-8 | Java | 1,341 | java | BookInfo.java | Java | [
{
"context": "package com.zhicheng.wanyi.model;\n\n/**\n * @author czc\n * @date 2015年12月3日下午7:19:02\n * @Description\n * ",
"end": 53,
"score": 0.9996625185012817,
"start": 50,
"tag": "USERNAME",
"value": "czc"
}
] | null | [] | package com.zhicheng.wanyi.model;
/**
* @author czc
* @date 2015年12月3日下午7:19:02
* @Description
* 图书
*/
public class BookInfo {
private String id;
private String name;
private String writer;
private String chuBanShe;
private String date;
private String number;
private String guanChang;
private Strin... | 1,341 | 0.650339 | 0.641296 | 77 | 16.233767 | 17.159222 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.662338 | false | false | 14 |
c191ff50c474347a5ad2bc76d62573e1d28e7156 | 2,353,642,126,434 | 21eaec9b655442f6fa81f92af7338d2f0c17cae1 | /beans-persist/src/main/java/org/ldaptive/beans/reflect/DefaultReflectionTranscoder.java | bdb5ac62b2c5471ebed0aeeef14e9ffbfad27cb8 | [] | no_license | serac/ldaptive-sandbox | https://github.com/serac/ldaptive-sandbox | f83feaf40bae0f14bffdd1102e94df48fd3a0e80 | 2a09ffd9ad463920a062bc55ba94fd54b95c11e8 | refs/heads/master | 2021-01-16T17:43:44.042000 | 2014-02-24T20:16:04 | 2014-02-24T20:16:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
$Id$
Copyright (C) 2003-2014 Virginia Tech.
All rights reserved.
SEE LICENSE FOR MORE INFORMATION
Author: Middleware Services
Email: middleware@vt.edu
Version: $Revision$
Updated: $Date$
*/
package org.ldaptive.beans.reflect;
import java.lang.reflect.GenericArrayType;
import java.lang.reflect.... | UTF-8 | Java | 9,254 | java | DefaultReflectionTranscoder.java | Java | [
{
"context": "d.\n\n SEE LICENSE FOR MORE INFORMATION\n\n Author: Middleware Services\n Email: middleware@vt.edu\n Version: $Revision",
"end": 142,
"score": 0.7204319834709167,
"start": 123,
"tag": "USERNAME",
"value": "Middleware Services"
},
{
"context": "RMATION\n\n Author... | null | [] | /*
$Id$
Copyright (C) 2003-2014 Virginia Tech.
All rights reserved.
SEE LICENSE FOR MORE INFORMATION
Author: Middleware Services
Email: <EMAIL>
Version: $Revision$
Updated: $Date$
*/
package org.ldaptive.beans.reflect;
import java.lang.reflect.GenericArrayType;
import java.lang.reflect.Parameteri... | 9,231 | 0.6823 | 0.680679 | 282 | 31.815603 | 23.483994 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
60c2cfba64f70270f287eceb04ebc486ceda905b | 2,353,642,124,545 | 39dc120661962d26374e601c6d282fe5df800e19 | /src/lk/iit/oop/Exceptions/Validation.java | 767b76c06cfe80065a5e3b11f40fb94de82f34fc | [] | no_license | SandeePerera/Sports-Club-System | https://github.com/SandeePerera/Sports-Club-System | cfcf222a2058a714b943dfbc3d2424cfa191d0ca | 38e0db114386c7813de23f9aa9188d7d22eff049 | refs/heads/master | 2023-07-02T20:48:16.799000 | 2021-08-10T16:53:37 | 2021-08-10T16:53:37 | 326,022,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lk.iit.oop.Exceptions;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Validation {
public static String usernameValidation(Scanner in) { //User input validation
while (true) { //while loop to run continuously if the input is... | UTF-8 | Java | 4,307 | java | Validation.java | Java | [] | null | [] | package lk.iit.oop.Exceptions;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Validation {
public static String usernameValidation(Scanner in) { //User input validation
while (true) { //while loop to run continuously if the input is... | 4,307 | 0.496169 | 0.493847 | 109 | 38.51376 | 38.007149 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302752 | false | false | 14 |
d0dd9a4c47e9f3dff710567109d74a27ea884188 | 18,004,502,918,388 | de6e40636dff8332c720541c4644ba57ec6e1a6d | /app/src/main/java/com/example/homework1/CoinMarketCapApi.java | ec5f00911eec6817fc382703eb4d1ec4aa469ebd | [] | no_license | SmsS4/CryptoCurrency | https://github.com/SmsS4/CryptoCurrency | 2692099ef806c304d33b24f7fb226d37eb1d85e6 | c0734d0d9ba3a14b7ac7cf3f913c4a8aff979f1e | refs/heads/main | 2023-03-08T23:08:01.845000 | 2021-03-06T18:56:25 | 2021-03-06T18:56:25 | 345,167,921 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.homework1;
public class CoinMarketCapApi {
static CryptoData getData(String name) {
}
}
| UTF-8 | Java | 118 | java | CoinMarketCapApi.java | Java | [] | null | [] | package com.example.homework1;
public class CoinMarketCapApi {
static CryptoData getData(String name) {
}
}
| 118 | 0.728814 | 0.720339 | 7 | 15.857142 | 17.166651 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 14 |
1d1fe29af82136014ec443e08b6de1d6ca94126d | 20,925,080,668,432 | 175ed275611570019cf18abec2bd728561fa7df1 | /hazelcast/src/main/java/com/hazelcast/sql/impl/QueryParameterMetadata.java | 7c9c69e6548e6521f082f9661c57f45e74f84ebb | [
"LicenseRef-scancode-hazelcast-community-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | pveentjer/hazelcast | https://github.com/pveentjer/hazelcast | 9b1640b9e965bd1eb42297549fb95269024e6c1f | b4bc2529cee9b3468b722721a0c89697a301ad2f | refs/heads/master | 2023-08-17T18:52:04.712000 | 2023-03-08T22:01:22 | 2023-03-08T22:01:22 | 10,990,111 | 1 | 4 | Apache-2.0 | true | 2019-10-09T09:10:25 | 2013-06-27T07:15:08 | 2015-04-22T04:00:47 | 2019-10-09T09:10:25 | 232,386 | 0 | 1 | 0 | Java | false | false | /*
* Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
*
* 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 ... | UTF-8 | Java | 1,324 | java | QueryParameterMetadata.java | Java | [] | null | [] | /*
* Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
*
* 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 ... | 1,324 | 0.732628 | 0.723565 | 42 | 30.523809 | 29.193312 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 14 |
6a16da73223549df3384642e8082a002ce8c9971 | 5,248,450,074,212 | 4fe9f2353c09bc8d82061fec62a1f9d2b58e14cd | /real/LottoGen.java | 5e35e1a6712cc1e424464632eba031f3ba60eaf3 | [] | no_license | YireKim/OOP_SOSO | https://github.com/YireKim/OOP_SOSO | 0fb6e043ffc27ec8299fc45cca791ffd58c80e2d | f419cdf340a74f73664309b80f0ed4041e89a89e | refs/heads/master | 2020-04-11T21:31:34.695000 | 2018-12-17T15:37:36 | 2018-12-17T15:37:36 | 162,108,425 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Real;
public class LottoGen {
public String lottogenByY() {
String num = "";
return num;
}
}
| UTF-8 | Java | 108 | java | LottoGen.java | Java | [] | null | [] | package Real;
public class LottoGen {
public String lottogenByY() {
String num = "";
return num;
}
}
| 108 | 0.657407 | 0.657407 | 8 | 12.5 | 10.283482 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 14 |
68493ac79a58edad21e9644625d28daf2753870a | 31,447,750,582,359 | 9ba54389220c63b054efebf440b400d9d71ac164 | /web/src/main/java/org/tweb/search/boundary/SearchResource.java | 4e32db7800620e12e80003067cdfb2512d46638a | [
"MIT"
] | permissive | jayee/tweb | https://github.com/jayee/tweb | 0ba913f319ce158f53a914c20f4f719b0fd9ff2a | 89b0a695ba137e890751dda4750c70e88b4b47a5 | refs/heads/master | 2021-01-19T19:13:45.631000 | 2017-03-15T20:03:26 | 2017-03-15T20:03:26 | 83,718,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tweb.search.boundary;
import org.tweb.search.control.SearchException;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import java.io.IOException;
/**
*
*/
@Stateless
@Produces({MediaType.APPLICATION_JSON ... | UTF-8 | Java | 661 | java | SearchResource.java | Java | [] | null | [] | package org.tweb.search.boundary;
import org.tweb.search.control.SearchException;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import java.io.IOException;
/**
*
*/
@Stateless
@Produces({MediaType.APPLICATION_JSON ... | 661 | 0.711044 | 0.709531 | 29 | 21.793104 | 22.273193 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 14 |
99c68614970825d9ec5523a06aafbb23a222d80d | 9,826,885,209,195 | 80c6ed851aa39c8f5c96719ebe09056ee3f6b80a | /src/main/java/org/bk/memberservice/endpoint/DefaultMemberEndpoint.java | 8cfd3e4360bad6db22a9afbea884df95beb3e826 | [] | no_license | bijukunjummen/memberservice-codefirst | https://github.com/bijukunjummen/memberservice-codefirst | 95ff8fda1c19e1ec3690331367e49749698777ac | e62335aa81199cd1d6d4c4929f2577d9e5c9dcdb | refs/heads/master | 2016-08-06T03:57:40.391000 | 2012-07-13T01:17:21 | 2012-07-13T01:17:21 | 1,746,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bk.memberservice.endpoint;
import javax.jws.WebService;
import org.bk.memberservice.message.MemberDetailsRequest;
import org.bk.memberservice.message.MemberDetailsResponse;
import org.bk.memberservice.message.MemberSearchRequest;
import org.bk.memberservice.message.MemberSearchResponse;
import org.bk.memb... | UTF-8 | Java | 1,341 | java | DefaultMemberEndpoint.java | Java | [] | null | [] | package org.bk.memberservice.endpoint;
import javax.jws.WebService;
import org.bk.memberservice.message.MemberDetailsRequest;
import org.bk.memberservice.message.MemberDetailsResponse;
import org.bk.memberservice.message.MemberSearchRequest;
import org.bk.memberservice.message.MemberSearchResponse;
import org.bk.memb... | 1,341 | 0.840418 | 0.840418 | 37 | 35.243244 | 37.662373 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.081081 | false | false | 14 |
1b12d08e0efe8d9cdda04616e83b15550c7faa13 | 16,922,171,168,650 | 14d9e9482a22ef7a356639e35891219b013a45c7 | /src/test/part1/week1/connectivity/ConnectivityAlgorithmTest.java | d2ed154541afd562961668f8dc2193732d4bc135 | [] | no_license | addonin/algorithms | https://github.com/addonin/algorithms | 3effa1b1d675d9a75d795350c598bfe305f495b1 | 7a6b898183f9dd53f9ef3266ce036b3eff86cab1 | refs/heads/master | 2021-01-10T14:50:13.962000 | 2016-03-19T22:42:14 | 2016-03-19T22:42:14 | 50,331,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package part1.week1.connectivity;
/**
* @author dimon
* @since 23/01/16.
*/
public abstract class ConnectivityAlgorithmTest {
protected int pIndex;
protected int qIndex;
protected int[] expectedElementsAfterUnion;
public ConnectivityAlgorithmTest(int pIndex, int qIndex, int[] expectedElementsAfter... | UTF-8 | Java | 467 | java | ConnectivityAlgorithmTest.java | Java | [
{
"context": "package part1.week1.connectivity;\n\n/**\n * @author dimon\n * @since 23/01/16.\n */\npublic abstract class Con",
"end": 55,
"score": 0.9981155395507812,
"start": 50,
"tag": "USERNAME",
"value": "dimon"
}
] | null | [] | package part1.week1.connectivity;
/**
* @author dimon
* @since 23/01/16.
*/
public abstract class ConnectivityAlgorithmTest {
protected int pIndex;
protected int qIndex;
protected int[] expectedElementsAfterUnion;
public ConnectivityAlgorithmTest(int pIndex, int qIndex, int[] expectedElementsAfter... | 467 | 0.717345 | 0.700214 | 19 | 23.631578 | 25.811483 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 14 |
4117bd0076e0a4f287abbfc3ead7a99c221d5811 | 24,893,630,470,747 | 8a3cb3ff183abd9c12459a159fe0d3cad3618f2a | /src/main/java/com/jrsoft/learning/cleancoderscom/business/LicenseGateway.java | 24a633f4f1a7ae6183f48fd7787596afaf634f0f | [] | no_license | jrogalsk/cleancoderscom | https://github.com/jrogalsk/cleancoderscom | c5cd1e9f0165d6c01b9ad0f78be592def82457a4 | 052725d558ab3ef9eadba75ef482c025258f4cf2 | refs/heads/master | 2021-01-21T17:30:08.553000 | 2017-06-18T20:55:40 | 2017-06-18T20:55:40 | 91,959,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jrsoft.learning.cleancoderscom.business;
import java.util.List;
public interface LicenseGateway {
List<License> findLicensesForUserAndCodecast(User user, Codecast codecast);
void save(License viewLicense);
}
| UTF-8 | Java | 231 | java | LicenseGateway.java | Java | [] | null | [] | package com.jrsoft.learning.cleancoderscom.business;
import java.util.List;
public interface LicenseGateway {
List<License> findLicensesForUserAndCodecast(User user, Codecast codecast);
void save(License viewLicense);
}
| 231 | 0.796537 | 0.796537 | 9 | 24.666666 | 26.390234 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
93859cafbcee9a8c2201c79a3fa04b210ce91a16 | 32,804,960,276,742 | 2e4c70d7fe3065f2ea6b39d40a3082f228201695 | /java-ee-examples-jaxrs/java-ee-examples-jaxrs-examples/src/main/java/javaee/examples/jaxrs/bean/validation/UserNameNotTaken.java | a4537c8074d7c0e7f8befa703aa107ef04500c61 | [] | no_license | hector-hc/java-ee-examples | https://github.com/hector-hc/java-ee-examples | b29d03d9e4fd2bab21eb83fcdd7fdb5d37dc4c88 | 415883a12481a4bd4ae1ad32096d87b1fbd0757d | refs/heads/master | 2022-02-14T03:17:58.936000 | 2019-08-12T20:51:56 | 2019-08-12T20:51:56 | 191,681,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Classname: UserNameNotTaken.java
* Author: Héctor Hernández Chávez
* Date: 16-jul-2019
*/
package javaee.examples.jaxrs.bean.validation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import javax.validation.Constraint;
import static java.lang.annotation.ElementTyp... | UTF-8 | Java | 835 | java | UserNameNotTaken.java | Java | [
{
"context": "lassname: UserNameNotTaken.java\n* Author: Héctor Hernández Chávez\n* Date: 16-jul-2019\n*/\npackage javaee.exa",
"end": 80,
"score": 0.9998825788497925,
"start": 57,
"tag": "NAME",
"value": "Héctor Hernández Chávez"
},
{
"context": ";\nimport javax.val... | null | [] | /*
* Classname: UserNameNotTaken.java
* Author: <NAME>
* Date: 16-jul-2019
*/
package javaee.examples.jaxrs.bean.validation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import javax.validation.Constraint;
import static java.lang.annotation.ElementType.*;
import stati... | 795 | 0.750302 | 0.743064 | 28 | 28.607143 | 20.942677 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 14 |
58adc4a57beafec6e1bc13db7dbf02966cceba2b | 33,792,802,723,195 | fc715e6b214605b86ba9df5407b2335c90d0db00 | /src/main/java/com/ximuyi/demo/mybatis/mapper/OptimizeMapper.java | 0f029044c46122f614539557cb47b59c69f0ea1d | [] | no_license | XiMuyi915508287/java | https://github.com/XiMuyi915508287/java | 7162306c80cf7640f5e649d55149df9135d981c0 | 4cb0beda2d55a41855b405c5a6de61e1c36c0bf8 | refs/heads/master | 2021-06-08T05:00:21.087000 | 2019-08-30T07:58:11 | 2019-08-30T07:58:11 | 143,956,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ximuyi.demo.mybatis.mapper;
import com.ximuyi.demo.mybatis.model.Optimize;
import com.ximuyi.demo.mybatis.model.OptimizeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OptimizeMapper {
/**
* This method was generated by MyBatis Generator.
... | UTF-8 | Java | 3,597 | java | OptimizeMapper.java | Java | [
{
"context": "mbg.generated\r\n * @project https://github.com/itfsw/mybatis-generator-plugin\r\n */\r\n Optimize s",
"end": 2300,
"score": 0.9969099760055542,
"start": 2295,
"tag": "USERNAME",
"value": "itfsw"
},
{
"context": "mbg.generated\r\n * @project https://githu... | null | [] | package com.ximuyi.demo.mybatis.mapper;
import com.ximuyi.demo.mybatis.model.Optimize;
import com.ximuyi.demo.mybatis.model.OptimizeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OptimizeMapper {
/**
* This method was generated by MyBatis Generator.
... | 3,597 | 0.6536 | 0.630247 | 109 | 31.018349 | 27.600021 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.183486 | false | false | 14 |
39b4532b397c78b64d20a30f9b98a49475e609b5 | 12,120,397,757,928 | a858a5ab2e6521e2f6774854e8fd6a6df3d06b59 | /src/main/java/trelloApi/TrelloApiClient.java | 205559132e20f83b884392dea06f8c2629fb0497 | [] | no_license | gavdey/LessonProject | https://github.com/gavdey/LessonProject | 521acbc1fd216691b868da63aa4f0d905834be29 | 1d6e933c1e7d1ae90cc777b24f7a6c46f2554b4a | refs/heads/master | 2018-01-14T00:37:31.645000 | 2017-08-02T19:21:20 | 2017-08-02T19:21:20 | 95,470,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trelloApi;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import okhttp3.FormBody;
import okhttp3.Request;
import okhttp3.OkHttpClient;
import okhttp3.RequestBody;
import org.testng.annotations.Test;
import trelloApi.models.Board;
import trelloApi.models.TreloList;
import... | UTF-8 | Java | 2,970 | java | TrelloApiClient.java | Java | [
{
"context": "ist;\r\nimport java.util.List;\r\n\r\n/**\r\n * Created by eugeniy on 14.06.2017.\r\n */\r\npublic class TrelloApiClient",
"end": 456,
"score": 0.9996640682220459,
"start": 449,
"tag": "USERNAME",
"value": "eugeniy"
},
{
"context": "pClient();\r\n public static final... | null | [] | package trelloApi;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import okhttp3.FormBody;
import okhttp3.Request;
import okhttp3.OkHttpClient;
import okhttp3.RequestBody;
import org.testng.annotations.Test;
import trelloApi.models.Board;
import trelloApi.models.TreloList;
import... | 2,970 | 0.655219 | 0.630976 | 78 | 36.076923 | 28.758842 | 107 | false | false | 0 | 0 | 0 | 0 | 64 | 0.021549 | 0.641026 | false | false | 14 |
6fe80827ec63a224010a1db2a15c63046c69b820 | 31,490,700,270,943 | f7d8be61597fb7c999f094b7fbc1ed935da5bb59 | /Tetris/src/fr/eseo/blox/tests/model/PileTest.java | 84a82c393dc24486f12d4227570f8cdcda745aee | [] | no_license | gcascade/Tetris | https://github.com/gcascade/Tetris | 87a899c0a761d023dc6ba3b42831261edbe5c04f | 3f9d379112d071e489afa92bd2b70ca05ebddce1 | refs/heads/master | 2020-03-03T07:05:15.630000 | 2016-06-22T21:06:26 | 2016-06-22T21:06:26 | 61,750,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.eseo.blox.tests.model;
import fr.eseo.blox.model.Pit;
import fr.eseo.blox.model.Pile;
import fr.eseo.blox.model.Element;
public class PileTest{
public static void main (String[] args){
PileTest pt = new PileTest();
pt.TestPileConstructor();
pt.TestPileNbElementsConstructor();
pt.TestPileNbRowsCons... | UTF-8 | Java | 1,637 | java | PileTest.java | Java | [] | null | [] | package fr.eseo.blox.tests.model;
import fr.eseo.blox.model.Pit;
import fr.eseo.blox.model.Pile;
import fr.eseo.blox.model.Element;
public class PileTest{
public static void main (String[] args){
PileTest pt = new PileTest();
pt.TestPileConstructor();
pt.TestPileNbElementsConstructor();
pt.TestPileNbRowsCons... | 1,637 | 0.623091 | 0.602932 | 59 | 26.745762 | 22.370981 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.491525 | false | false | 14 |
228b6f9f66d31d5d1daabebd70a000a92856d429 | 17,549,236,372,098 | 9ac7c6644719917bdcb17ac223eb0b9c9166b536 | /PharmacyLu/app/src/main/java/com/pharmacy/domain/pharmacy/impl/PharmacyImpl.java | 66282b2045f204237294738b9bf238496ee15378 | [] | no_license | mpisanel/Assignm6.3 | https://github.com/mpisanel/Assignm6.3 | 323428be2dd3ad082318952c8744f277cc325119 | 1d98a66af3685b917a0497424619f523059dfa74 | refs/heads/master | 2021-01-16T21:26:19.553000 | 2016-11-17T07:38:46 | 2016-11-17T07:38:46 | 60,956,935 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pharmacy.domain.pharmacy.impl;
import com.pharmacy.domain.pharmacy.Pharmacy;
import java.io.Serializable;
/**
* Created by SONY on 2016-04-16.
*/
public class PharmacyImpl implements Pharmacy, Serializable
{
private Long pharmacyID;
private String pharmacyName;
public Long getPharmacyID()
... | UTF-8 | Java | 1,304 | java | PharmacyImpl.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by SONY on 2016-04-16.\n */\npublic class PharmacyImpl i",
"end": 140,
"score": 0.7039807438850403,
"start": 139,
"tag": "NAME",
"value": "S"
},
{
"context": "\nimport java.io.Serializable;\n\n/**\n * Created by SONY ... | null | [] | package com.pharmacy.domain.pharmacy.impl;
import com.pharmacy.domain.pharmacy.Pharmacy;
import java.io.Serializable;
/**
* Created by SONY on 2016-04-16.
*/
public class PharmacyImpl implements Pharmacy, Serializable
{
private Long pharmacyID;
private String pharmacyName;
public Long getPharmacyID()
... | 1,304 | 0.60046 | 0.594325 | 59 | 21.101694 | 18.31522 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338983 | false | false | 14 |
0e7d7d5abab4459ba90950b33674b348f065ec5f | 4,638,564,689,963 | 80861cdc009c62a48210e250fda83c671bdea8f7 | /app/src/main/java/com/ds/surroundings/util/Constants.java | ec19cb4e8bf1ed595e294cd59b9310c4ba03ab16 | [] | no_license | DSIncorp/Surroundings | https://github.com/DSIncorp/Surroundings | 20f80e6af4851b07dc00cf208569f3f976e39cc8 | bdb8545ae582a6a366223c7e4a506194f650fb4b | refs/heads/master | 2020-05-21T20:56:14.355000 | 2017-06-02T09:56:55 | 2017-06-02T09:56:55 | 65,719,026 | 0 | 0 | null | false | 2017-06-02T09:56:56 | 2016-08-15T09:00:33 | 2016-08-15T09:20:35 | 2017-06-02T09:56:55 | 233 | 0 | 0 | 1 | Java | null | null | package com.ds.surroundings.util;
import android.location.LocationManager;
public class Constants {
// public static final int MIN_TIME_BETWEEN_UPDATES = 1000 * 60 * 2; // 2 minutes
public static final int MIN_TIME_BETWEEN_UPDATES = 0; //as much as possible
public static final long MIN_DISTANCE_CHANGE_FO... | UTF-8 | Java | 1,005 | java | Constants.java | Java | [
{
"context": "API Key\n public static final String API_KEY = \"AIzaSyCyOGoP_BzPkjrqCtoVzLRuszEtIEsjHJ8\";\n\n // Google Places search url's\n public s",
"end": 625,
"score": 0.9997488260269165,
"start": 586,
"tag": "KEY",
"value": "AIzaSyCyOGoP_BzPkjrqCtoVzLRuszEtIEsjHJ8"
}
] | null | [] | package com.ds.surroundings.util;
import android.location.LocationManager;
public class Constants {
// public static final int MIN_TIME_BETWEEN_UPDATES = 1000 * 60 * 2; // 2 minutes
public static final int MIN_TIME_BETWEEN_UPDATES = 0; //as much as possible
public static final long MIN_DISTANCE_CHANGE_FO... | 971 | 0.735323 | 0.720398 | 27 | 36.222221 | 38.793217 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
cafebd4c421b55a2c13bf08909804ea7864a9591 | 11,725,260,748,688 | 64e377a56bcacf4fdf07446c796863da60cdc945 | /src/br/edu/udc/aplicada6/controller/ControllerItemCompra.java | 583c0243ce9aaa322ae5dc61a0ac13338595757f | [] | no_license | LucasBoz/aplicada6 | https://github.com/LucasBoz/aplicada6 | 0fa5b108514e96a01b333abcca42f1ef03030710 | fb1689227f6ae512916f2cb687bd1f42bf3d7ffd | refs/heads/master | 2021-01-10T16:54:23.637000 | 2015-11-24T21:09:40 | 2015-11-24T21:09:40 | 46,687,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.udc.aplicada6.controller;
import br.edu.udc.aplicada6.entity.Compra;
import br.edu.udc.aplicada6.entity.ItemCompra;
import br.edu.udc.aplicada6.entity.Produto;
import br.edu.udc.aplicada6.session.SessionCompra;
import br.edu.udc.aplicada6.session.SessionItemCompra;
import br.edu.udc.aplicada6.session.Se... | UTF-8 | Java | 2,367 | java | ControllerItemCompra.java | Java | [] | null | [] | package br.edu.udc.aplicada6.controller;
import br.edu.udc.aplicada6.entity.Compra;
import br.edu.udc.aplicada6.entity.ItemCompra;
import br.edu.udc.aplicada6.entity.Produto;
import br.edu.udc.aplicada6.session.SessionCompra;
import br.edu.udc.aplicada6.session.SessionItemCompra;
import br.edu.udc.aplicada6.session.Se... | 2,367 | 0.737643 | 0.734685 | 86 | 26.534883 | 25.755423 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.151163 | false | false | 14 |
f0065a3e64eff9dfe5332bd8a9a88b520e70d99f | 8,667,244,054,330 | 991aab95a806b2105631e4a12be88d49c6baa964 | /java-java17/src/main/java/me/froy/main/StringChanges.java | f4b48bb1273a5573b6e07b44c411760952cc86b9 | [] | no_license | STDevDos/java-practices | https://github.com/STDevDos/java-practices | 7069cbf3be1288854aca68520f08e1f2b0273443 | ef37262863940d5c3f314d8c2220578442efddd8 | refs/heads/master | 2023-08-07T15:59:37.288000 | 2022-02-11T04:24:16 | 2022-02-11T04:24:16 | 216,325,483 | 1 | 0 | null | false | 2023-07-22T19:15:28 | 2019-10-20T07:43:02 | 2021-12-04T16:31:57 | 2023-07-22T19:15:27 | 185 | 0 | 0 | 3 | Java | false | false | package me.froy.main;
public class StringChanges {
record UserRecord(int userId, String userName) {
}
public static void main(String[] args) {
UserRecord userRecord = new UserRecord(1111, "JavaBeam");
System.out.println(userRecord.userName());
var textBlock = """
... | UTF-8 | Java | 574 | java | StringChanges.java | Java | [
{
"context": " Name | Address | City\n Bob Smith | 123 Anytown St\n Apt 100 | Vancou",
"end": 368,
"score": 0.9996129274368286,
"start": 359,
"tag": "NAME",
"value": "Bob Smith"
},
{
"context": " Apt 100 | Vancouver\n ... | null | [] | package me.froy.main;
public class StringChanges {
record UserRecord(int userId, String userName) {
}
public static void main(String[] args) {
UserRecord userRecord = new UserRecord(1111, "JavaBeam");
System.out.println(userRecord.userName());
var textBlock = """
... | 568 | 0.545296 | 0.519164 | 24 | 22.916666 | 20.633541 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 14 |
820f8e404b977a049e8b6d9f629d88f68003a041 | 1,219,770,714,505 | f2dd484feacbf88b3a08e46b9511535f9b3fecca | /TradeHero/TH_ANDROID/src/main/java/com/tradehero/common/billing/BaseBillingAvailableTesterHolder.java | 524addeb2c455830ff3328a24bd58b86d80018ba | [] | no_license | DrRoad/tradehero | https://github.com/DrRoad/tradehero | 4cccba9dab825a5b3d7ffbc98553333dbea577e9 | ee32e78e76783178a11497c419f93fafc8ce8f60 | refs/heads/master | 2020-03-28T06:51:40.905000 | 2014-11-14T10:14:54 | 2014-11-14T10:15:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tradehero.common.billing;
import com.tradehero.common.billing.exception.BillingException;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.util.HashMap;
import java.util.Map;
import timber.log.Timber;
abstract public class BaseBillingAvailableTesterHold... | UTF-8 | Java | 3,393 | java | BaseBillingAvailableTesterHolder.java | Java | [] | null | [] | package com.tradehero.common.billing;
import com.tradehero.common.billing.exception.BillingException;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.util.HashMap;
import java.util.Map;
import timber.log.Timber;
abstract public class BaseBillingAvailableTesterHold... | 3,393 | 0.723843 | 0.723843 | 97 | 33.979382 | 41.637112 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.360825 | false | false | 14 |
02e1a9af4af4a2ae1bcc1653cc04e3e01232e90e | 2,542,620,705,319 | 0d113df86d651cb3c472196d270a3a9c79e65f54 | /app/src/main/java/com/example/lenovo/timer/MyStyleActivity.java | 62489ad5c5e30505e160e798a1317a57b6f17dba | [] | no_license | Xusenbiao/DebateTimer | https://github.com/Xusenbiao/DebateTimer | 3d1b72ccf38f73caa751832c011b438a5ba2ff9c | 933c8bbdcffdd2d95257662b3ceeb4ba9bc57419 | refs/heads/master | 2020-03-24T11:36:20.087000 | 2018-07-28T15:51:39 | 2018-07-28T15:51:39 | 142,690,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lenovo.timer;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.Win... | UTF-8 | Java | 9,528 | java | MyStyleActivity.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Lenovo on 2018/6/20.\n */\n\npublic class MyStyleActivity e",
"end": 635,
"score": 0.9994480609893799,
"start": 629,
"tag": "USERNAME",
"value": "Lenovo"
}
] | null | [] | package com.example.lenovo.timer;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.Win... | 9,528 | 0.537719 | 0.521778 | 206 | 42.242718 | 28.173515 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.776699 | false | false | 14 |
2022acdf3d23e9481e0ce78e45b56bbc92f9cbd8 | 12,936,441,540,712 | 276dbc6c65f95f8c2224c848fb6798eed4345f23 | /src/org/ldxx/dao/PrjSafetyReportDao.java | 3d4e49d161a5a7eadf03656534f314be2593fa10 | [] | no_license | 18068800343/oa_system | https://github.com/18068800343/oa_system | b2fc14632bf7fe95b3e7b6bdd1f9adc508699746 | 42d4fd671238b6bf6e3fd7dee278d586d7e96d0e | refs/heads/master | 2022-10-16T02:30:21.378000 | 2022-10-12T02:03:32 | 2022-10-12T02:03:32 | 149,406,813 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ldxx.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.ldxx.bean.PrjSafetyReport;
public interface PrjSafetyReportDao {
public List<PrjSafetyReport> selectPrjSafetyReport(@Param("time")String time);
}
| UTF-8 | Java | 262 | java | PrjSafetyReportDao.java | Java | [] | null | [] | package org.ldxx.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.ldxx.bean.PrjSafetyReport;
public interface PrjSafetyReportDao {
public List<PrjSafetyReport> selectPrjSafetyReport(@Param("time")String time);
}
| 262 | 0.770992 | 0.770992 | 11 | 21.818182 | 24.341578 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 14 |
fe250d6c02860fd237db8849684c8e7a58da1085 | 5,042,291,615,964 | 528b6b9f4fa7f800acfbfbf691f5ed64b3175716 | /archive/unsorted/2014.10/2014.10.02 - 2014-2015 CT S02E04- Codeforces Trainings Season 2 Episode 4/Barica.java | def9b312b10b4f1d38dc9efa0469272739042c5a | [] | no_license | vadimsemenov/algoribrary | https://github.com/vadimsemenov/algoribrary | 1a820dc1ca2576bd3eb57bb9bae112c4d8aa218f | 8dd7d1c950a65c9a5f2d1950dcc35a66ce1d4370 | refs/heads/master | 2021-01-17T07:26:39.550000 | 2018-09-02T08:56:06 | 2018-09-02T08:56:06 | 17,770,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tasks;
import algoribrary.io.InputReader;
import java.io.PrintWriter;
import java.util.*;
public class Barica {
private static final int MAX_COORD = 100_000;
public void solve(int testNumber, InputReader in, PrintWriter out) {
int counter = in.nextInt();
int needEnergy = in.nextInt();... | UTF-8 | Java | 3,173 | java | Barica.java | Java | [] | null | [] | package tasks;
import algoribrary.io.InputReader;
import java.io.PrintWriter;
import java.util.*;
public class Barica {
private static final int MAX_COORD = 100_000;
public void solve(int testNumber, InputReader in, PrintWriter out) {
int counter = in.nextInt();
int needEnergy = in.nextInt();... | 3,173 | 0.396785 | 0.388276 | 93 | 33.118279 | 17.228291 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634409 | false | false | 14 |
eedfc91c02ad6b58da13757db44c2d82a126cc33 | 33,251,636,823,523 | 17ea26198c1b292a6d3fe5eccbcff5ab8d77240c | /app/src/main/java/evgenykravtsov/habitbreaking/presenter/ConsumptionViewPresenter.java | 4559dcebf8fabbb30172a6ca152766d3b9c0ea80 | [] | no_license | EvgenyKravtsov/HabitBreakingViper | https://github.com/EvgenyKravtsov/HabitBreakingViper | b2dcdd31450e4f72ac5f3e4ef525a08d31c1afbe | 2f3c439dd8a962025f9b78696a252d13362fe8f3 | refs/heads/master | 2021-01-17T12:49:39.192000 | 2016-07-08T13:35:51 | 2016-07-08T13:35:51 | 59,208,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package evgenykravtsov.habitbreaking.presenter;
import org.greenrobot.eventbus.EventBus;
import org.greenrobot.eventbus.Subscribe;
import org.greenrobot.eventbus.ThreadMode;
import java.util.List;
import java.util.Locale;
import evgenykravtsov.habitbreaking.data.ApplicationDataStorage;
import evgenykravtsov.habitbre... | UTF-8 | Java | 3,298 | java | ConsumptionViewPresenter.java | Java | [] | null | [] | package evgenykravtsov.habitbreaking.presenter;
import org.greenrobot.eventbus.EventBus;
import org.greenrobot.eventbus.Subscribe;
import org.greenrobot.eventbus.ThreadMode;
import java.util.List;
import java.util.Locale;
import evgenykravtsov.habitbreaking.data.ApplicationDataStorage;
import evgenykravtsov.habitbre... | 3,298 | 0.735901 | 0.726501 | 95 | 33.71579 | 28.855963 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463158 | false | false | 14 |
993b1fb7822688cf19de0f9c99c3545e1c4c82ee | 13,245,679,195,579 | 282b7551277d1db394c5380c0242e3a4c81e9bb3 | /org.msl.simple.gmfmap.diagram.properties/src/org/msl/simple/gmfmap/diagram/properties/figure/FigureForegroundPropertiesSection.java | 9adbaa276c995c946044e4bfcf6c3ef8bcd992ba | [] | no_license | aamattos/GMF-Tooling-Visual-Editor | https://github.com/aamattos/GMF-Tooling-Visual-Editor | 55bdd0c5f60a94ad6d8f2cfe73bae5f9d3fed014 | dd6285b041faea65975ca2fc285dcb334368201c | refs/heads/master | 2020-12-24T17:08:32.513000 | 2012-06-28T10:09:35 | 2012-06-28T10:09:35 | 2,973,575 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.msl.simple.gmfmap.diagram.properties.figure;
import org.eclipse.gmf.gmfgraph.Figure;
public class FigureForegroundPropertiesSection extends ElementWithFigurePropertySection {
@Override
protected Object transformSelection(Object selected) {
Figure figure = getFigure(selected);
if(... | UTF-8 | Java | 404 | java | FigureForegroundPropertiesSection.java | Java | [] | null | [] | package org.msl.simple.gmfmap.diagram.properties.figure;
import org.eclipse.gmf.gmfgraph.Figure;
public class FigureForegroundPropertiesSection extends ElementWithFigurePropertySection {
@Override
protected Object transformSelection(Object selected) {
Figure figure = getFigure(selected);
if(... | 404 | 0.742574 | 0.742574 | 19 | 19.263159 | 25.21245 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 14 |
c9405bb7f6755f6e2cfaf3db90c78a88d7660fb7 | 33,414,845,581,024 | f007a434988947897557585edc8f5267837fec15 | /URICode/src/beginner/one/Banknotes.java | 907e8c99f51f644abfa6acb68d8a676f4103b141 | [] | no_license | GuanchangXiao/URICode | https://github.com/GuanchangXiao/URICode | 4e4ac8d002069283654856ba54267c7809d90182 | 9884b51138e29c2e8eb2b1c92dd018ef4eb1e351 | refs/heads/master | 2020-03-26T07:53:29.797000 | 2018-08-21T08:48:40 | 2018-08-21T08:48:40 | 144,676,265 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beginner.one;
import java.util.Scanner;
public class Banknotes {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scanner = new Scanner(System.in);
int a=0,b=0,c=0,d=0,e=0,f=0,g=0;
Integer cp = scanner.nextInt();
a=cp/100;
b=(cp-a*100)/50;
c=(cp-... | UTF-8 | Java | 852 | java | Banknotes.java | Java | [] | null | [] | package beginner.one;
import java.util.Scanner;
public class Banknotes {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scanner = new Scanner(System.in);
int a=0,b=0,c=0,d=0,e=0,f=0,g=0;
Integer cp = scanner.nextInt();
a=cp/100;
b=(cp-a*100)/50;
c=(cp-... | 852 | 0.592723 | 0.488263 | 28 | 28.428572 | 16.220421 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.607143 | false | false | 14 |
3c89f002a1c041fb6687f83a682fbaacd76cae09 | 14,190,571,965,022 | 702f73e37e894c787e2079da3952deb1c34d132a | /src/edu/usc/csci561/data/Occupation.java | 3493624de68794227006e039426345cb25c7e9fb | [] | no_license | mohito83/WarGames | https://github.com/mohito83/WarGames | 0ea81e8a38f9c9c189d70444f3ba20e3b1f5c0ae | 7ed66f9e48cd971343f896fcb7b104c942eafa15 | refs/heads/master | 2016-09-09T18:31:18.837000 | 2014-04-05T04:15:57 | 2014-04-05T04:15:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package edu.usc.csci561.data;
/**
* @author mohit aggarwl
*
*/
public enum Occupation {
CONFEDERATE(-1), NEUTRAL(0), UNION(1);
int val;
private Occupation(int val) {
this.val = val;
}
public int getValue() {
return val;
}
};
| UTF-8 | Java | 254 | java | Occupation.java | Java | [
{
"context": "\n */\npackage edu.usc.csci561.data;\n\n/**\n * @author mohit aggarwl\n * \n */\npublic enum Occupation {\n\tCONFEDERATE(-1)",
"end": 71,
"score": 0.9957790970802307,
"start": 58,
"tag": "NAME",
"value": "mohit aggarwl"
}
] | null | [] | /**
*
*/
package edu.usc.csci561.data;
/**
* @author <NAME>
*
*/
public enum Occupation {
CONFEDERATE(-1), NEUTRAL(0), UNION(1);
int val;
private Occupation(int val) {
this.val = val;
}
public int getValue() {
return val;
}
};
| 247 | 0.602362 | 0.57874 | 21 | 11.095238 | 11.971811 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 14 |
66b89e305951c99002af52b0b9ae949733402c33 | 33,303,176,467,971 | 625b2157aa079030241229dcaff9e5a2df0a68b1 | /app/src/main/java/com/example/ravindra/onlineexamination/QuestionsObj.java | 41ebbaa918367566106b813dd6d401c97a15f23d | [] | no_license | RavindraBajiya/OnlineExamination | https://github.com/RavindraBajiya/OnlineExamination | 15d3e0ef9ff188df1b5a47b7721c8eee2d745b86 | 8dbe0f2e0f7edf14e41b82874f03b9ff67a6e06b | refs/heads/master | 2020-03-07T04:15:22.445000 | 2018-07-10T11:25:57 | 2018-07-10T11:25:57 | 127,261,145 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ravindra.onlineexamination;
import android.os.Parcel;
import android.os.Parcelable;
import java.io.Serializable;
public class QuestionsObj implements Serializable,Parcelable{
String q;
String a;
String b;
String c;
String d;
String ans;
public QuestionsObj(String q, S... | UTF-8 | Java | 2,103 | java | QuestionsObj.java | Java | [
{
"context": "package com.example.ravindra.onlineexamination;\n\nimport android.os.Parcel;\ni",
"end": 26,
"score": 0.6004836559295654,
"start": 20,
"tag": "USERNAME",
"value": "ravind"
}
] | null | [] | package com.example.ravindra.onlineexamination;
import android.os.Parcel;
import android.os.Parcelable;
import java.io.Serializable;
public class QuestionsObj implements Serializable,Parcelable{
String q;
String a;
String b;
String c;
String d;
String ans;
public QuestionsObj(String q, S... | 2,103 | 0.543985 | 0.543509 | 108 | 18.472221 | 17.048655 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 14 |
d2f989ab7784b2522e174c32ca7c462e41b37bf9 | 33,303,176,470,061 | 11abfcc1ab2cbae3a12bbcc385f0394b879aa371 | /src/main/java/com/xiayuhu/ssm/Online_Bookstore/dao/UserDao.java | 185e6fb4d002abdb99ec98ffbc3a331387fa72ae | [] | no_license | xiayuhu0414/Library_Management_System | https://github.com/xiayuhu0414/Library_Management_System | 8bd0134746a8526ed96d6cf39004d21214a94a30 | b12047f672be00c855a6a2b4fa5a041c8dafbd6b | refs/heads/master | 2023-08-21T11:33:54.795000 | 2021-10-04T11:50:18 | 2021-10-04T11:50:18 | 411,249,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiayuhu.ssm.Library_Management_System.dao;
import com.xiayuhu.ssm.Library_Management_System.entity.User;
import java.util.List;
public interface UserDao {
public List<User> find();
}
| UTF-8 | Java | 216 | java | UserDao.java | Java | [] | null | [] | package com.xiayuhu.ssm.Library_Management_System.dao;
import com.xiayuhu.ssm.Library_Management_System.entity.User;
import java.util.List;
public interface UserDao {
public List<User> find();
}
| 216 | 0.722222 | 0.722222 | 13 | 14.615385 | 20.934103 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 14 |
9203959936b3b316627ba259fdf440b985f55d5e | 12,670,153,558,041 | a64c13448a463213dc7f11e8af8ee8e6366061c8 | /src/test/java/com/j256/simplejmx/client/MainTest.java | 0a073a43018f22d7b937589f530f2bed6d99b418 | [
"ISC"
] | permissive | j256/simplejmx | https://github.com/j256/simplejmx | 59051bb35afdc90e801b06e275729a72d65a76c5 | 7276a1c36df3f387b749dd6b6df5d85737d432ab | refs/heads/master | 2023-09-05T08:55:26.235000 | 2023-03-05T18:18:57 | 2023-03-05T18:18:57 | 8,638,780 | 86 | 25 | ISC | false | 2023-06-13T23:10:31 | 2013-03-07T23:17:12 | 2023-05-14T03:08:18 | 2023-06-13T23:10:28 | 2,313 | 93 | 21 | 2 | Java | false | false | package com.j256.simplejmx.client;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.PrintStream;
import java.net.InetAddress;
import javax.management.JMException;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.j256.simplejmx.common.IoUtils;
impor... | UTF-8 | Java | 3,504 | java | MainTest.java | Java | [
{
"context": "0;\n\t\tInetAddress address = InetAddress.getByName(\"127.0.0.1\");\n\t\tJmxServer server = new JmxServer(address, po",
"end": 2924,
"score": 0.9997215270996094,
"start": 2915,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package com.j256.simplejmx.client;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.PrintStream;
import java.net.InetAddress;
import javax.management.JMException;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.j256.simplejmx.common.IoUtils;
impor... | 3,504 | 0.718322 | 0.703767 | 109 | 31.14679 | 26.079914 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.834862 | false | false | 14 |
3237223fee6c4a6d4aedb22ba5602f57d5ed60e2 | 12,764,642,828,495 | b6ccb1d3f20ff03afe060ffdf1dd257fc896bfb2 | /SM2Demo/src/main/java/cn/it1995/Main.java | da4559f117f48656a6ab95bfb8d5b0118d2215d5 | [] | no_license | fengfanchen/Java | https://github.com/fengfanchen/Java | c77bc24ecdfefec3998c240b61c2559cd5c82721 | efbf1e8e84a66438d995037513e049afa4ab041f | refs/heads/master | 2022-12-10T23:16:37.858000 | 2022-11-29T03:07:34 | 2022-11-29T03:07:34 | 192,455,455 | 38 | 69 | null | false | 2022-11-29T03:15:22 | 2019-06-18T03:04:24 | 2022-11-13T14:29:07 | 2022-11-29T03:15:20 | 17,544 | 19 | 47 | 27 | Java | false | false | package cn.it1995;
import cn.hutool.core.codec.Base64;
import cn.hutool.core.util.HexUtil;
import cn.hutool.core.util.StrUtil;
import cn.hutool.crypto.SecureUtil;
import cn.hutool.crypto.SmUtil;
import cn.hutool.crypto.asymmetric.KeyType;
import cn.hutool.crypto.asymmetric.SM2;
import javax.swing.*;
import... | UTF-8 | Java | 6,464 | java | Main.java | Java | [
{
"context": "tic void test3(){\r\n\r\n String privateKey = \"MHcCAQEEIE8DQeWXexdeDsDh/e/SeZsT3SXFFxYTPvQrp2wO3Zc9oAoGCCqBHM9VAYItoUQDQgAE5SMhCzQHRkg5cjVY4NgnZbniyslJG9hsmcibn8Q/vpqUOV7jE428SuQ9qo/gH9US3oVoEC40xmmJ6yswZhG1GA==\";\r\n String publicKey = \"MFkwEwYHKoZIzj0CAQY",
"end": 2165,
... | null | [] | package cn.it1995;
import cn.hutool.core.codec.Base64;
import cn.hutool.core.util.HexUtil;
import cn.hutool.core.util.StrUtil;
import cn.hutool.crypto.SecureUtil;
import cn.hutool.crypto.SmUtil;
import cn.hutool.crypto.asymmetric.KeyType;
import cn.hutool.crypto.asymmetric.SM2;
import javax.swing.*;
import... | 5,624 | 0.588997 | 0.555016 | 184 | 31.586956 | 36.67651 | 195 | false | false | 0 | 0 | 0 | 0 | 164 | 0.139806 | 0.61413 | false | false | 14 |
b46f6a7482467af24667a12301949266f315a082 | 9,259,949,550,392 | a686c46f7e04e338c8a4c02ae471886faccf64c0 | /app/src/main/java/com/devin/astonconnect/Register/RegisterActivity.java | 10fec2099117044ad31e009685a5a07f6603b04f | [] | no_license | shingad1/AstonConnect | https://github.com/shingad1/AstonConnect | f74721ca2c7ce5dcd26f5b680cbb1dfe5ce37cc5 | 960e3f3f47dce446a59665d438af12ddcf9c3650 | refs/heads/main | 2023-04-22T10:27:22.350000 | 2021-05-18T12:26:58 | 2021-05-18T12:26:58 | 314,005,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.devin.astonconnect.Register;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.E... | UTF-8 | Java | 1,212 | java | RegisterActivity.java | Java | [] | null | [] | package com.devin.astonconnect.Register;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.E... | 1,212 | 0.806931 | 0.806931 | 41 | 28.585365 | 18.656034 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682927 | false | false | 14 |
804e442acc0aad38cade95ec7f6ebe606de950c3 | 987,842,513,679 | 36ea566aecebfe183b1bb3ff0dfce533dfad6b36 | /br.ufes.inf.nemo.FrameWeb_Martins2015.model/src/frameweb/PageDependency.java | 2f5a255fd6a7828f006056852b0c8acb9bec128d | [] | no_license | danilloricardo/ReMaT | https://github.com/danilloricardo/ReMaT | d3dd6b2202b675c08ff8bd8d7ce9c289a686d801 | e76ee9f7b05d11d77c8bc4b4985bfe8b9b96be01 | refs/heads/master | 2021-01-23T11:09:10.465000 | 2017-07-04T02:52:03 | 2017-07-04T02:52:03 | 59,372,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package frameweb;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Page Dependency</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link frameweb.PageDependency#getPageDependencyCosntraint <em>Page Dependency Cosntr... | UTF-8 | Java | 1,984 | java | PageDependency.java | Java | [] | null | [] | /**
*/
package frameweb;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Page Dependency</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link frameweb.PageDependency#getPageDependencyCosntraint <em>Page Dependency Cosntr... | 1,984 | 0.708165 | 0.708165 | 51 | 37.901962 | 42.07568 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54902 | false | false | 14 |
abf3a13bb3bda68ca5c6304523a1d925aeb4dafb | 5,592,047,448,937 | 3bb5576b3570c1bce8eb99b3512ddfe2068f8872 | /src/controller/category/DeleteSubcategoryById.java | 856430b77f8d7d2fd52240fdfd07c84ccdf54a23 | [] | no_license | Group4PP/playdemy2.1 | https://github.com/Group4PP/playdemy2.1 | 938a625c52056c634faeb5358041e2cfaf7cb9ef | 23fb9b2a69ec5b35a3dbd38e11f7cc52298a0304 | refs/heads/master | 2019-06-28T19:12:08.812000 | 2015-08-29T02:28:59 | 2015-08-29T02:28:59 | 41,405,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller.category;
import javax.servlet.RequestDispatcher;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import controller.ActionForward;
import controller.IAction;
import model.dao.CategoryDAO;
public class DeleteSubcategoryById implements IAction{
... | UTF-8 | Java | 623 | java | DeleteSubcategoryById.java | Java | [] | null | [] | package controller.category;
import javax.servlet.RequestDispatcher;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import controller.ActionForward;
import controller.IAction;
import model.dao.CategoryDAO;
public class DeleteSubcategoryById implements IAction{
... | 623 | 0.781701 | 0.781701 | 22 | 26.318182 | 26.334192 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 14 |
063eb5137708d84452448835f702bb8cec4c0f45 | 31,086,973,302,454 | 6e6720b43fa274e1fc512a9cddc4ce93d282be1c | /src/tenet/protocol/transport/tcp/FinWait2StateHandler.java | b7ef82987219e7f12f47d34a54ea0e4661f13805 | [] | no_license | XiaoShenOL/TeNeT | https://github.com/XiaoShenOL/TeNeT | 4e6b804e577989651e49562e405ecc5790d83c1d | dac4183958a7330d3c668cb753d36ebe366704ea | refs/heads/master | 2021-05-27T11:25:32.548000 | 2012-01-06T08:43:28 | 2012-01-06T08:43:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tenet.protocol.transport.tcp;
import tenet.core.Simulator;
public class FinWait2StateHandler implements StateHandler {
@Override
public void passiveOpen(TCB tcb) {
TCPProtocol.ReturnParam error = new TCPProtocol.ReturnParam();
error.handle = tcb.handle;
error.status = TCPProtocol.ReturnStatus.CONN_CL... | UTF-8 | Java | 3,685 | java | FinWait2StateHandler.java | Java | [] | null | [] | package tenet.protocol.transport.tcp;
import tenet.core.Simulator;
public class FinWait2StateHandler implements StateHandler {
@Override
public void passiveOpen(TCB tcb) {
TCPProtocol.ReturnParam error = new TCPProtocol.ReturnParam();
error.handle = tcb.handle;
error.status = TCPProtocol.ReturnStatus.CONN_CL... | 3,685 | 0.692809 | 0.690366 | 149 | 23.731544 | 21.635365 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.550336 | false | false | 14 |
88e10c11762418f861f8ee8bab695078e9457d6c | 3,161,095,947,451 | 3de95f95e6c23f8df0b464cc09901341651350b0 | /src/chapter13/Ex18_13_Use_TheRational_Class.java | d1d1d07f9d11f4d901bca3ec29c01f13a8d0c24f | [] | no_license | ariyantowbw/belaJAV | https://github.com/ariyantowbw/belaJAV | ead9d4340808a604e25abd340fd39cf5a92dca52 | 81a4b76e7304efb873b51f471f329cd96c55bea3 | refs/heads/master | 2017-12-23T17:14:17.675000 | 2017-02-22T03:33:50 | 2017-02-22T03:33:50 | 72,432,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter13;
import lib.lib_chapter13.RationalBigInteger;
import java.math.BigInteger;
/**
* Created by Ari on 2/21/2017.
*
(Use the Rational class) Write a program that computes the following summation
series using the Rational class:
1 2 3 98 99
---- + -... | UTF-8 | Java | 2,042 | java | Ex18_13_Use_TheRational_Class.java | Java | [
{
"context": ";\n\nimport java.math.BigInteger;\n\n/**\n * Created by Ari on 2/21/2017.\n *\n (Use the Rational class) Write ",
"end": 117,
"score": 0.9964122772216797,
"start": 114,
"tag": "NAME",
"value": "Ari"
}
] | null | [] | package chapter13;
import lib.lib_chapter13.RationalBigInteger;
import java.math.BigInteger;
/**
* Created by Ari on 2/21/2017.
*
(Use the Rational class) Write a program that computes the following summation
series using the Rational class:
1 2 3 98 99
---- + -... | 2,042 | 0.567581 | 0.542605 | 63 | 31.412699 | 32.77951 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
d7d2e2d97cb9459c7b35cd1892294b6b5fff0f0b | 3,530,463,161,073 | a3bc4030a93676d01b70f78dc8ef56ab1473ce78 | /client-framework/src/main/java/net/kebernet/configuration/client/model/Group.java | cdc8edba7f3b022a104f0d7b01f515b51a35b16a | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | kebernet/erigo | https://github.com/kebernet/erigo | 05026c80cdedaebaf75f45d4418ec88108afd102 | 476af345aa412909286cafb1eea508e33f4363c1 | refs/heads/master | 2020-12-02T16:24:06.745000 | 2017-09-29T22:23:33 | 2017-09-29T22:23:33 | 96,542,019 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2017 Robert Cooper
*
* 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 | 2,842 | java | Group.java | Java | [
{
"context": "/*\n * Copyright (c) 2017 Robert Cooper\n *\n * Licensed under the Apache License, Versi",
"end": 42,
"score": 0.999851405620575,
"start": 29,
"tag": "NAME",
"value": "Robert Cooper"
},
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by rcooper ... | null | [] | /*
* Copyright (c) 2017 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 2,835 | 0.643209 | 0.634061 | 97 | 28.298969 | 26.669867 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391753 | false | false | 14 |
ec81a293625d04eaf10760274d4b82d42e6b97b1 | 3,530,463,161,432 | aa88f0524f3bd7d7822e15a7b18efe252160240a | /andromda/trunk/cartridges/jsf/src/main/java/org/andromda/cartridges/jsf/JSFUtils.java | e44b7cb21ce949948dc67131a4cb129608bb2446 | [] | no_license | mda-codegen/mda-codegen | https://github.com/mda-codegen/mda-codegen | f1289db0842cbab161b0ce6f6181f8344478869e | 57e92eddb9ffe6e863da9f35813be6757c09e8bf | refs/heads/master | 2018-05-03T02:34:54.999000 | 2018-04-04T06:26:32 | 2018-04-04T06:26:32 | 40,707,108 | 1 | 0 | null | false | 2018-04-04T06:26:32 | 2015-08-14T09:30:06 | 2018-04-04T06:26:06 | 2018-04-04T06:26:32 | 12,463 | 1 | 0 | 0 | Java | false | null | package org.andromda.cartridges.jsf;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.... | UTF-8 | Java | 35,129 | java | JSFUtils.java | Java | [
{
"context": "s for use within the JSF cartridge.\n * \n * @author Chad Brandon\n */\npublic class JSFUtils {\n\tprivate static final",
"end": 1300,
"score": 0.99983811378479,
"start": 1288,
"tag": "NAME",
"value": "Chad Brandon"
}
] | null | [] | package org.andromda.cartridges.jsf;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.... | 35,123 | 0.682001 | 0.680293 | 1,131 | 30.060123 | 24.616922 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.458002 | false | false | 14 |
986ad0464da8950be7e8759e09f27eb839fa17e0 | 28,424,093,614,640 | b7f3ba8a8d5b0771dcd1f31ef8763ee0b4abbc08 | /src/com/cr/util/DbUtil.java | 7fa1550dd30d5697b9a4a4d48b778d91345727c9 | [] | no_license | FZUhls/busstation | https://github.com/FZUhls/busstation | 4fd7d6f5d9c89eafeffc0d03cb1db8ba99ac7d21 | 16ed5ec7520e197efb9ab7a9ea9d0883a71059be | refs/heads/master | 2020-09-22T07:26:19.803000 | 2019-12-01T03:55:34 | 2019-12-01T03:55:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cr.util;
import java.sql.Connection;
import java.sql.DriverManager;
public class DbUtil {
private String dbUrl="jdbc:mysql://localhost:3306/db_book";
private String dbUserName="root";
private String dbPassword="123456";
private String jdbcName="com.mysql.jdbc.Driver";
/**
* * 获取数据库连接... | GB18030 | Java | 1,044 | java | DbUtil.java | Java | [
{
"context": " dbUserName=\"root\";\n\t private String dbPassword=\"123456\"; \n\t private String jdbcName=\"com.mysql.jdbc.Dri",
"end": 243,
"score": 0.9990639090538025,
"start": 237,
"tag": "PASSWORD",
"value": "123456"
}
] | null | [] | package com.cr.util;
import java.sql.Connection;
import java.sql.DriverManager;
public class DbUtil {
private String dbUrl="jdbc:mysql://localhost:3306/db_book";
private String dbUserName="root";
private String dbPassword="<PASSWORD>";
private String jdbcName="com.mysql.jdbc.Driver";
/**
* * 获取数... | 1,048 | 0.61976 | 0.60978 | 40 | 23.975 | 18.438395 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.775 | false | false | 14 |
ec694daad5eb7d2eb68990863aa30714f7e6ffd7 | 22,660,247,496,930 | d62a7c865ae5cb60972d5d5ea313cd7588dde1dd | /src/graphevents/ShapeMouseEvent.java | 8cc00c20d54c0812164c239fb14745f011541f68 | [] | no_license | KirillBel/SoftwareDesign2013_group2 | https://github.com/KirillBel/SoftwareDesign2013_group2 | 560ca91c0e1e579ee1521aae7e70543123eb4eb7 | bddedae28b06cd28efd565ead2f72204d7aad27a | refs/heads/master | 2021-01-10T20:35:29.859000 | 2013-05-05T00:33:56 | 2013-05-05T00:33:56 | 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 graphevents;
import geometry.Vec2;
/**
*
* @author Kirill
*/
public class ShapeMouseEvent extends BaseEvent{
private int subType=0;
int intersectChild=-1;
int mouseButton=0;
Vec2 mousePos;
... | UTF-8 | Java | 2,358 | java | ShapeMouseEvent.java | Java | [
{
"context": "hevents;\n\nimport geometry.Vec2;\n\n/**\n *\n * @author Kirill\n */\npublic class ShapeMouseEvent extends BaseEven",
"end": 169,
"score": 0.9957359433174133,
"start": 163,
"tag": "NAME",
"value": "Kirill"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package graphevents;
import geometry.Vec2;
/**
*
* @author Kirill
*/
public class ShapeMouseEvent extends BaseEvent{
private int subType=0;
int intersectChild=-1;
int mouseButton=0;
Vec2 mousePos;
... | 2,358 | 0.632316 | 0.622137 | 100 | 22.58 | 21.602861 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 14 |
d28a0adbdaf33d9b64f07329e5a69d296dc7bcc4 | 31,507,880,128,826 | c5a254f82cfb311669e6fa4063879fa7f4663a66 | /wxapi/src/main/java/org/chen/dto/News.java | d09ee89f4f36c6c53375c2d088d7ade1aff15e9d | [] | no_license | poseidon2011/wxsdk-1 | https://github.com/poseidon2011/wxsdk-1 | 1994b61299be8365d5c66d75eab116ae7ae8e975 | 046252fec45352523161f169ca4cb9487c79627a | refs/heads/master | 2020-07-05T16:40:06.512000 | 2018-09-02T13:57:02 | 2018-09-02T13:57:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.chen.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
/**
* @Author: 陈亮
* @Date: 2018/8/6 22:27
*/
@Data
public class News {
@ApiModelProperty(value = "图文列表")
private List<Article> articles;
}
| UTF-8 | Java | 280 | java | News.java | Java | [
{
"context": "ok.Data;\n\nimport java.util.List;\n\n/**\n * @Author: 陈亮\n * @Date: 2018/8/6 22:27\n */\n@Data\npublic class N",
"end": 134,
"score": 0.9894916415214539,
"start": 132,
"tag": "NAME",
"value": "陈亮"
}
] | null | [] | package org.chen.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
/**
* @Author: 陈亮
* @Date: 2018/8/6 22:27
*/
@Data
public class News {
@ApiModelProperty(value = "图文列表")
private List<Article> articles;
}
| 280 | 0.690298 | 0.652985 | 18 | 13.888889 | 14.517762 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.