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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
951604628fae63a2ed4cdff5cee603c81202d260 | 2,972,117,375,369 | c4d1a69a900808522dc27ba6bb45ec3747850019 | /app/src/main/java/ee/app/conversamanager/chart/MessageChart.java | bca76ea3d2f036cd5c9f6317a3eb789d4d1d45d5 | [] | no_license | itolisto/ConversaBusiness-Android | https://github.com/itolisto/ConversaBusiness-Android | cc27c7fdbf1e22359b33238d28615afa82822271 | 5ff44ae93183d63202ab19a36ef62f48236d8a2b | refs/heads/master | 2021-03-27T16:41:11.150000 | 2018-10-30T07:26:36 | 2018-10-30T07:26:36 | 63,220,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ee.app.conversamanager.chart;
/**
* Created by edgargomez on 10/10/16.
*/
public enum MessageChart {
SENT_RECEIVE,
SENT,
RECEIVE
}
| UTF-8 | Java | 155 | java | MessageChart.java | Java | [
{
"context": "e ee.app.conversamanager.chart;\n\n/**\n * Created by edgargomez on 10/10/16.\n */\n\npublic enum MessageChart {\n ",
"end": 67,
"score": 0.999559760093689,
"start": 57,
"tag": "USERNAME",
"value": "edgargomez"
}
] | null | [] | package ee.app.conversamanager.chart;
/**
* Created by edgargomez on 10/10/16.
*/
public enum MessageChart {
SENT_RECEIVE,
SENT,
RECEIVE
}
| 155 | 0.664516 | 0.625806 | 11 | 13.090909 | 13.614528 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
12f6bed7dd41fcfddb080b5b19681a70d3a5bc77 | 33,320,356,297,321 | 180126e036289570652444423290d4f5f264990a | /HomeworkWeekend#4/Music/Song.java | 43e4f0d41aa38c2c33d9b0a319cf0bb970205b54 | [] | no_license | ognjencetkovic/BITCampZadacaGit | https://github.com/ognjencetkovic/BITCampZadacaGit | 8548369673f0e18713d5e8dd73c3aad273468f3f | 5adb99695fe89f55992ab65456d6bfdd5abbda2b | refs/heads/master | 2018-01-10T15:15:40.515000 | 2015-06-16T18:24:39 | 2015-06-16T18:24:39 | 36,027,730 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Class representing a song.
* @author Ognjen Cetkovic
*
*/
public class Song {
/**
* Songs author.
*/
public AuthorMusic author;
/**
* Name of the song.
*/
public String name;
/**
* Year when it was released.
*/
public Integer yearReleased;
/**
* Songs genre.
*/
public String genre;
... | UTF-8 | Java | 721 | java | Song.java | Java | [
{
"context": "/**\n * Class representing a song.\n * @author Ognjen Cetkovic\n *\n */\npublic class Song {\n\n\t/**\n\t * Songs author",
"end": 60,
"score": 0.9998461604118347,
"start": 45,
"tag": "NAME",
"value": "Ognjen Cetkovic"
}
] | null | [] | /**
* Class representing a song.
* @author <NAME>
*
*/
public class Song {
/**
* Songs author.
*/
public AuthorMusic author;
/**
* Name of the song.
*/
public String name;
/**
* Year when it was released.
*/
public Integer yearReleased;
/**
* Songs genre.
*/
public String genre;
/**
* ... | 712 | 0.654646 | 0.654646 | 39 | 17.487179 | 16.882507 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 7 |
d040cc350245cbf6aba8197d9bcb1778710478fb | 4,982,162,128,660 | 5454ad79239e34cbb2ddfe6e9cde83c851ccd384 | /src/main/java/arekkuusu/implom/api/util/IPMAPIException.java | 08a8242b7c74c16fd294ca8a918ab38e6988d228 | [
"MIT"
] | permissive | ArekkuusuJerii/Solar | https://github.com/ArekkuusuJerii/Solar | dbdf8630671de303696dabbbcbc4837d6cbfcc6d | c2f58998a64c1092938876d6a27d50f158f7d4c5 | refs/heads/master | 2021-01-20T09:30:19.779000 | 2020-01-22T09:38:10 | 2020-01-22T09:38:10 | 101,598,241 | 6 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arekkuusu.implom.api.util;
public class IPMAPIException extends RuntimeException {
public IPMAPIException() {
}
public IPMAPIException(String message) {
super("[IPM API] " + message);
}
public IPMAPIException(String message, Throwable cause) {
super("[IPM API] " + message, cause);
}
public IPMAP... | UTF-8 | Java | 577 | java | IPMAPIException.java | Java | [] | null | [] | package arekkuusu.implom.api.util;
public class IPMAPIException extends RuntimeException {
public IPMAPIException() {
}
public IPMAPIException(String message) {
super("[IPM API] " + message);
}
public IPMAPIException(String message, Throwable cause) {
super("[IPM API] " + message, cause);
}
public IPMAP... | 577 | 0.731369 | 0.731369 | 24 | 23.041666 | 25.968699 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 7 |
624b0538abf6ef6062edb052f62ea1faf24a5c83 | 27,350,351,808,548 | c0a15aeee4aaba843aeabbc3ef2e25cc94c84722 | /ssspermission/src/main/java/com/tgyt/permissions/biz/ResourcesService.java | f38e648b0da7b4043d7c9c33a53a2b42a1565d5c | [] | no_license | wxl86697716/sshpermissions | https://github.com/wxl86697716/sshpermissions | bd15f4ef81ceb4ea856ddecd02c3bb694e6ccb5a | f2ac1e193fb277f04b89dc613bb4bb7438447418 | refs/heads/master | 2016-09-05T15:04:19.818000 | 2015-07-27T13:02:39 | 2015-07-27T13:02:39 | 39,449,685 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Title: ResourcesService.java
* @Package com.tgyt.permissions.biz
* @Description:
* @author sunct sunchaotong18@163.com
* @date 2011-9-20 下午1:28:49
* @version V1.0
*/
package com.tgyt.permissions.biz;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Col... | UTF-8 | Java | 29,238 | java | ResourcesService.java | Java | [
{
"context": ".permissions.biz \r\n * @Description: \r\n * @author sunct sunchaotong18@163.com \r\n * @date 2011-9-20 下午1:2",
"end": 121,
"score": 0.758855402469635,
"start": 116,
"tag": "USERNAME",
"value": "sunct"
},
{
"context": "ssions.biz \r\n * @Description: \r\n * @author... | null | [] | /**
* @Title: ResourcesService.java
* @Package com.tgyt.permissions.biz
* @Description:
* @author sunct <EMAIL>
* @date 2011-9-20 下午1:28:49
* @version V1.0
*/
package com.tgyt.permissions.biz;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
imp... | 29,210 | 0.634177 | 0.631509 | 781 | 31.590269 | 25.009676 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.633803 | false | false | 7 |
806445c04f472722c0ed191be3b65cea6e64ce9c | 6,305,012,020,241 | 2e5f4974d4dc3c667920fb18b374ba298e1de58b | /src/Admin/Stocks.java | ba800bac818a74938692dc3114f0d1d6b794f158 | [] | no_license | M-Arvind/E-POST | https://github.com/M-Arvind/E-POST | 65963837a87d8cb4ebd41058ec1daa2c059ab747 | 97d020728602bb67badbefa77d627bdbdde01762 | refs/heads/main | 2023-07-14T22:08:18.428000 | 2021-08-31T06:36:08 | 2021-08-31T06:36:08 | 397,303,964 | 0 | 6 | null | false | 2021-08-31T05:25:08 | 2021-08-17T15:22:35 | 2021-08-30T16:22:36 | 2021-08-31T05:25:07 | 8,672 | 0 | 5 | 0 | Java | false | false | package Admin;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import java.awt.Image;
import java.util.ArrayLi... | UTF-8 | Java | 13,115 | java | Stocks.java | Java | [] | null | [] | package Admin;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import java.awt.Image;
import java.util.ArrayLi... | 13,115 | 0.680671 | 0.639344 | 300 | 42.716667 | 28.408737 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.373333 | false | false | 7 |
f20c83782dccccb6bacdf095e4e0f46b78ddcdc7 | 24,189,255,881,442 | 172c0f7397a0f9a2530fd2da26445883f035fda2 | /bills-web/src/main/java/com/rpy/BillsAppWebConsumer.java | c5f85265d136dc54d239fa378d88d76322651abb | [] | no_license | yasuosa/simple-dubbo-zookeeper-project | https://github.com/yasuosa/simple-dubbo-zookeeper-project | a4c9ece3b8ecc823436b046147bf3f26034cf92c | b5282859eedc3bef83e13e940fae1277718c9520 | refs/heads/master | 2022-12-01T23:22:46.005000 | 2020-08-17T16:01:53 | 2020-08-17T16:01:53 | 288,224,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rpy;
import org.apache.dubbo.config.spring.context.annotation.EnableDubbo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.hystrix.EnableHystrix;
/**
* @program: bills
* @description:
* @aut... | UTF-8 | Java | 625 | java | BillsAppWebConsumer.java | Java | [
{
"context": "*\n * @program: bills\n * @description:\n * @author: 任鹏宇\n * @create: 2020-08-17 21:53\n **/\n\n@SpringBootApp",
"end": 328,
"score": 0.9998477697372437,
"start": 325,
"tag": "NAME",
"value": "任鹏宇"
}
] | null | [] | package com.rpy;
import org.apache.dubbo.config.spring.context.annotation.EnableDubbo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.hystrix.EnableHystrix;
/**
* @program: bills
* @description:
* @aut... | 625 | 0.763636 | 0.743802 | 23 | 25.304348 | 23.056519 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 7 |
305a0332cc2b9b8e446a7b51f48065b4aee04052 | 31,808,527,799,413 | 448c516615456f6909cfa560da588a00b00c7007 | /supichi/src/main/java/is/hello/speech/utils/HelloStreamObserver.java | 2fe09ecfeba80f029df9bb11cbca7abbdb87a628 | [] | no_license | hello/supichi | https://github.com/hello/supichi | 9a626d6642142a7cba19f0783a72c1792a3ff5ac | 5f33256e457fadedb3f77d9d8bae4d82490bc5dd | refs/heads/master | 2021-03-22T04:16:09.100000 | 2016-10-21T22:43:11 | 2016-10-21T22:43:11 | 61,139,928 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.hello.speech.utils;
import com.google.cloud.speech.v1beta1.StreamingRecognitionResult;
import com.google.cloud.speech.v1beta1.StreamingRecognizeResponse;
import com.google.common.base.Optional;
import com.google.protobuf.TextFormat;
import io.grpc.Status;
import io.grpc.stub.StreamObserver;
import is.hello.... | UTF-8 | Java | 2,428 | java | HelloStreamObserver.java | Java | [] | null | [] | package is.hello.speech.utils;
import com.google.cloud.speech.v1beta1.StreamingRecognitionResult;
import com.google.cloud.speech.v1beta1.StreamingRecognizeResponse;
import com.google.common.base.Optional;
import com.google.protobuf.TextFormat;
import io.grpc.Status;
import io.grpc.stub.StreamObserver;
import is.hello.... | 2,428 | 0.717875 | 0.71458 | 68 | 34.705883 | 30.802052 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 7 |
16a6d2adb2b78c4f447945be403f3317fd0e5e0e | 31,808,527,798,888 | 1efb3b4b99b726a76b4808f15ef9a45c64d1b64a | /SSMDemo/src/test/java/com/wangcc/test/quartz/TestProps.java | c1f96ce5a0e4e9377ea3f50d1e1af14b96635a41 | [] | no_license | Cong96/ActiveMQ | https://github.com/Cong96/ActiveMQ | 2b1993d6fc6e8bfa0a9e83c4e25ee4a14092ec11 | a06f7acc5209702721aec77c21f7ac642ff719a7 | refs/heads/master | 2021-07-18T23:53:10.985000 | 2017-10-27T09:30:04 | 2017-10-27T09:30:04 | 107,260,504 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wangcc.test.quartz;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import org.junit.Test;
import com.wangcc.ssm.util.ClassLoaderWrapper;
public class TestProps {
@Test
public void testProp() throws IOException {
InputStream in = ClassLoaderWrapper.g... | UTF-8 | Java | 490 | java | TestProps.java | Java | [] | null | [] | package com.wangcc.test.quartz;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import org.junit.Test;
import com.wangcc.ssm.util.ClassLoaderWrapper;
public class TestProps {
@Test
public void testProp() throws IOException {
InputStream in = ClassLoaderWrapper.g... | 490 | 0.738775 | 0.738775 | 19 | 23.789474 | 22.535536 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 7 |
72c11b2ebd3f570e8828003cbc15f18ea1917abd | 1,477,468,761,483 | 75c482cc6c40d5230b26f46ce61d0ba560332ab8 | /shuchaowen-data/src/main/java/scw/data/redis/RedisUtils.java | e8df6e3271b95da16956fda1166e36f75ec59247 | [] | no_license | wcnnkh/shuchaowen | https://github.com/wcnnkh/shuchaowen | ab3866796b03384f0383e1e821b2fbb994a148c6 | fd2bb45f6854810d27457f4ff831de9a0603aaae | refs/heads/master | 2020-03-29T05:48:36.037000 | 2020-03-27T10:21:48 | 2020-03-27T10:21:48 | 149,597,393 | 9 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package scw.data.redis;
import java.util.Arrays;
import scw.core.GlobalPropertyFactory;
public final class RedisUtils {
private static final String INCR_AND_INIT_SCRIPT = "if redis.call('exists', KEYS[1]) == 1 then return redis.call('incr', KEYS[1], ARGV[1]) else redis.call('set', KEYS[1], ARGV[2]) return AR... | UTF-8 | Java | 1,845 | java | RedisUtils.java | Java | [] | null | [] | package scw.data.redis;
import java.util.Arrays;
import scw.core.GlobalPropertyFactory;
public final class RedisUtils {
private static final String INCR_AND_INIT_SCRIPT = "if redis.call('exists', KEYS[1]) == 1 then return redis.call('incr', KEYS[1], ARGV[1]) else redis.call('set', KEYS[1], ARGV[2]) return AR... | 1,845 | 0.706233 | 0.698645 | 40 | 44.125 | 50.665661 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.225 | false | false | 15 |
1b9a55c8d6d946569c0b28c23d43bd59f469aeca | 9,302,899,202,551 | 6e8a046e3244d80d5bbff270269238e617f07535 | /src/test/java/com/f/muke/testcase/SuiteTest001_Login.java | 9165c753b5eb4d43420d47bc719025cd9453ea4d | [] | no_license | songcqs/dianqingOA | https://github.com/songcqs/dianqingOA | dd64c04ae2415da3fd5ef16f363e95c26d7179cd | 65777325e14b09504679e7a3605d8610e4ca522e | refs/heads/master | 2022-12-16T03:15:42.568000 | 2019-09-19T02:45:19 | 2019-09-19T02:45:19 | 209,286,354 | 0 | 0 | null | false | 2022-06-29T19:47:58 | 2019-09-18T10:57:46 | 2019-09-19T02:47:07 | 2022-06-29T19:47:56 | 953 | 0 | 0 | 7 | Java | false | false | package com.f.muke.testcase;
import static org.testng.Assert.assertEquals;
import java.util.concurrent.TimeUnit;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Listeners;
import org.testng.annotations.Optional;
import org.testng.annotation... | UTF-8 | Java | 2,644 | java | SuiteTest001_Login.java | Java | [
{
"context": "2, 3, 4 ....\r\n\t@Test\r\n\t@Parameters({ \"username\", \"password\" })\r\n//\tpublic void testLogin(@Optional(\"13578635",
"end": 1649,
"score": 0.6327016353607178,
"start": 1641,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "password\" })\r\n//\tpublic void... | null | [] | package com.f.muke.testcase;
import static org.testng.Assert.assertEquals;
import java.util.concurrent.TimeUnit;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Listeners;
import org.testng.annotations.Optional;
import org.testng.annotation... | 2,636 | 0.730553 | 0.713713 | 81 | 28.790123 | 23.454561 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 15 |
02f799278dcfb134407b12288004594e09e30fbd | 2,937,757,662,671 | 03ad2f0592c7722f2415670ef1a02bbd9450a202 | /src/main/java/com/blablacar/mower/utils/CoordinatesUtils.java | 898361f36a672c309003aad16336455bd7b6efe5 | [] | no_license | quanghuytran33/blablacar-mower | https://github.com/quanghuytran33/blablacar-mower | 56b6257dcbf4ffbc36970256b23cbe210ba9c1f6 | 19fadc79dc7e48418149956c699b1c647170e06e | refs/heads/master | 2022-04-25T03:00:36.796000 | 2020-04-27T12:18:20 | 2020-04-27T12:19:22 | 258,998,440 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blablacar.mower.utils;
import com.blablacar.mower.domain.Coordinates;
import com.blablacar.mower.enumeration.EOrientation;
import java.util.Arrays;
public class CoordinatesUtils {
private CoordinatesUtils() {
}
public static Coordinates computeNextCoordinateWithOrientation(
final Coordinate... | UTF-8 | Java | 1,155 | java | CoordinatesUtils.java | Java | [] | null | [] | package com.blablacar.mower.utils;
import com.blablacar.mower.domain.Coordinates;
import com.blablacar.mower.enumeration.EOrientation;
import java.util.Arrays;
public class CoordinatesUtils {
private CoordinatesUtils() {
}
public static Coordinates computeNextCoordinateWithOrientation(
final Coordinate... | 1,155 | 0.689178 | 0.685714 | 36 | 31.083334 | 24.633282 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 15 |
3c0beb15724c2b99cbe821a3b66f5b779405c369 | 5,016,521,870,178 | cb95fd49d8b4523cef8a843e81be932e514b85c5 | /demo/src/com/slk/task5/Collection/ConvertionArrayToArrayList.java | 023b86533486b8c4f648dc5971b545e61bd5b920 | [] | no_license | Urvesh05/demo | https://github.com/Urvesh05/demo | 24486f13758e43fe79e7dede9b783418c1401abc | 6e4d2765f20f60e9197f95f2fad88118b593bcc4 | refs/heads/master | 2020-12-07T04:48:21.700000 | 2020-03-02T14:00:45 | 2020-03-02T14:00:45 | 232,635,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.slk.task5.Collection;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class ConvertionArrayToArrayList {
... | UTF-8 | Java | 2,447 | java | ConvertionArrayToArrayList.java | Java | [
{
"context": "ay()\n\t{\n\t\t//Array Elements\n\t\t\n\t\tString[] array= {\"Xyz\",\"Mohan\",\"Dipak\"};\n\t\t/*\n\t\tfor(String s:array)\n\t\t{",
"end": 401,
"score": 0.9654091000556946,
"start": 398,
"tag": "NAME",
"value": "Xyz"
},
{
"context": "{\n\t\t//Array Elements\n\t\t\n\t\tS... | null | [] | package com.slk.task5.Collection;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class ConvertionArrayToArrayList {
... | 2,447 | 0.622395 | 0.611361 | 117 | 19.91453 | 20.839054 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.179487 | false | false | 15 |
e641371c54ff59489d271578c018e9b0fa4a8c97 | 30,236,569,805,138 | dfbc143422bb1aa5a9f34adf849a927e90f70f7b | /Contoh Project/video walp/com/a/a/d/i.java | 8b5be5580e432c0f76812646172d736a0dd771a4 | [] | no_license | IrfanRZ44/Set-Wallpaper | https://github.com/IrfanRZ44/Set-Wallpaper | 82a656acbf99bc94010e4f74383a4269e312a6f6 | 046b89cab1de482a9240f760e8bcfce2b24d6622 | refs/heads/master | 2020-05-18T11:18:14.749000 | 2019-05-01T04:17:54 | 2019-05-01T04:17:54 | 184,367,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.a.a.d;
public abstract interface i
{
public abstract void c();
public abstract void d();
public abstract void e();
}
/* Location: C:\Users\IrfanRZ\Desktop\video walp\classes_dex2jar.jar
* Qualified Name: com.a.a.d.i
* JD-Core Version: 0.7.0.1
*/ | UTF-8 | Java | 311 | java | i.java | Java | [
{
"context": "oid e();\r\n}\r\n\r\n\r\r\n/* Location: C:\\Users\\IrfanRZ\\Desktop\\video walp\\classes_dex2jar.jar\r\r\n * Quali",
"end": 196,
"score": 0.9751943349838257,
"start": 189,
"tag": "USERNAME",
"value": "IrfanRZ"
}
] | null | [] | package com.a.a.d;
public abstract interface i
{
public abstract void c();
public abstract void d();
public abstract void e();
}
/* Location: C:\Users\IrfanRZ\Desktop\video walp\classes_dex2jar.jar
* Qualified Name: com.a.a.d.i
* JD-Core Version: 0.7.0.1
*/ | 311 | 0.594855 | 0.578778 | 20 | 13.85 | 19.445501 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
d400726176d7d06ff498e92ea0305ed2f091404e | 11,227,044,577,778 | 89966335a429dc0fa28a7192352902cc418b123f | /WackAMonkey/app/src/main/java/com/example/wackamonkey/WMTitleScreen.java | 486bd36c8f405d8e6fe226d4f6d451f17132e114 | [] | no_license | trevorchildsschool/Java-Projects | https://github.com/trevorchildsschool/Java-Projects | 921c2f802736aed7b461452c4a8b42f08797fb68 | 935d5087961c6cf07260ea2baa0d129b037a57e0 | refs/heads/master | 2023-04-04T07:18:23.916000 | 2021-04-14T15:32:17 | 2021-04-14T15:32:17 | 294,450,546 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wackamonkey;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class WMTitleScreen extends AppCompatActivity implements View.OnClickListener{
Intent play;
Intent settings;
@Override
... | UTF-8 | Java | 881 | java | WMTitleScreen.java | Java | [] | null | [] | package com.example.wackamonkey;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class WMTitleScreen extends AppCompatActivity implements View.OnClickListener{
Intent play;
Intent settings;
@Override
... | 881 | 0.629966 | 0.629966 | 32 | 25.59375 | 20.940182 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 15 |
8c583f7dff352a98f8b32e0409dab5522bc98b2d | 22,548,578,348,848 | eb7941025572e4ee55275d64f75af6a534acdce7 | /app/src/main/java/com/example/assignment1/MyAdapter.java | d77b03d1ae906c3510f66da47e1267a85e257cba | [] | no_license | chlwjdtn15/Android_Assignment_1 | https://github.com/chlwjdtn15/Android_Assignment_1 | c63ec78cca6c7efcd3ec367e824282641d2f4a05 | 47acdbe6762b7b79d9c2bb45219c21005d199bf9 | refs/heads/main | 2023-03-09T18:00:46.569000 | 2021-02-20T05:27:14 | 2021-02-20T05:27:14 | 340,353,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.assignment1;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
public class MyAdapte... | UTF-8 | Java | 1,524 | java | MyAdapter.java | Java | [] | null | [] | package com.example.assignment1;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
public class MyAdapte... | 1,524 | 0.643045 | 0.642388 | 69 | 21.072464 | 25.766127 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.362319 | false | false | 15 |
161f93d202687cf1ae3f5bdcd757e9e846061c70 | 15,685,220,609,079 | 69895b846e14a8c755e3ad643eba44165ad3e292 | /app/src/main/java/com/vivetuentrada/registerapp/com/vivetuentrada/registerapp/services/HttpBase.java | b327a08618d8659a9a4e77d022d5460c20e59582 | [] | no_license | fernandosanchez1128/androidapp | https://github.com/fernandosanchez1128/androidapp | abdeac6ccfeafb874d5db945f0caba904e364887 | 8521439e53fb296e1634cd6b43c8ca244e41f9f3 | refs/heads/master | 2021-01-24T16:28:21.962000 | 2019-04-17T13:39:41 | 2019-04-17T13:40:27 | 123,196,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vivetuentrada.registerapp.com.vivetuentrada.registerapp.services;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.support.annotation.Nullable;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
/**
* Created by usuario on ... | UTF-8 | Java | 1,400 | java | HttpBase.java | Java | [
{
"context": "import okhttp3.OkHttpClient;\r\n\r\n/**\r\n * Created by usuario on 23/02/2018.\r\n */\r\n\r\npublic class HttpBase ext",
"end": 316,
"score": 0.9510263800621033,
"start": 309,
"tag": "USERNAME",
"value": "usuario"
}
] | null | [] | package com.vivetuentrada.registerapp.com.vivetuentrada.registerapp.services;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.support.annotation.Nullable;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
/**
* Created by usuario on ... | 1,400 | 0.61 | 0.601429 | 58 | 22.137932 | 22.043411 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327586 | false | false | 15 |
0eaea4c15c4ece16ea58746cbe8621941301d3c6 | 28,982,439,352,165 | 3f28c2430371c25b0507c1d5c05423f64bc750e8 | /java_project/src/com/amdocs/mainApp_12/MainApp_12_8.java | 17550dbe8376d1b6b1a22df58ff6ff5dbddd2093 | [] | no_license | gpamitranjit/java_concepts_cross_check | https://github.com/gpamitranjit/java_concepts_cross_check | fe92eebca35273fe95abb1abc737d40dac531dbe | 679f588474360e62b417c2b404072466a88953f2 | refs/heads/master | 2021-09-04T20:41:40.937000 | 2018-01-22T08:36:36 | 2018-01-22T08:36:36 | 115,342,210 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amdocs.mainApp_12;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.stream.Stream;
/**
* walking through directory tree
* @author amit
*
*/
public class MainApp_12_8 {
public static void main(String[] args) {
Path dir = Paths.get(".... | UTF-8 | Java | 604 | java | MainApp_12_8.java | Java | [
{
"context": "/**\r\n * walking through directory tree\r\n * @author amit\r\n *\r\n */\r\npublic class MainApp_12_8 {\r\n\r\n\tpublic ",
"end": 210,
"score": 0.8435107469558716,
"start": 206,
"tag": "USERNAME",
"value": "amit"
}
] | null | [] | package com.amdocs.mainApp_12;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.stream.Stream;
/**
* walking through directory tree
* @author amit
*
*/
public class MainApp_12_8 {
public static void main(String[] args) {
Path dir = Paths.get(".... | 604 | 0.650662 | 0.642384 | 26 | 21.23077 | 20.161478 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 15 |
023fb9bcc96b4a862d77f9256af76a142c5ab84f | 446,676,626,771 | b85d0ce8280cff639a80de8bf35e2ad110ac7e16 | /com/fossil/au.java | beced9d1981f2eb1bb8e901d0160bb915c6939b9 | [] | no_license | MathiasMonstrey/fosil_decompiled | https://github.com/MathiasMonstrey/fosil_decompiled | 3d90433663db67efdc93775145afc0f4a3dd150c | 667c5eea80c829164220222e8fa64bf7185c9aae | refs/heads/master | 2020-03-19T12:18:30.615000 | 2018-06-07T17:26:09 | 2018-06-07T17:26:09 | 136,509,743 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fossil;
import android.content.res.ColorStateList;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.LinearGradient;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.Rect;
import android.graphics.RectF;
import android.gra... | UTF-8 | Java | 3,738 | java | au.java | Java | [] | null | [] | package com.fossil;
import android.content.res.ColorStateList;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.LinearGradient;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.Rect;
import android.graphics.RectF;
import android.gra... | 3,738 | 0.577047 | 0.55404 | 132 | 27.318182 | 35.427544 | 382 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825758 | false | false | 15 |
1f2c1f7a438d55499e8aab86541cfc8cc66caffd | 33,466,385,219,484 | ce4e4253841740cf268788211f6e6b71531f8039 | /branches/app/src/main/java/com/doumee/huitongying/ui/mine/GoldRecordActivity.java | c2afb648841c7984a92bcedd2e89408a3cbeb780 | [] | no_license | mashanshui/huitongying_android20170829 | https://github.com/mashanshui/huitongying_android20170829 | dff0135980864e75eb447ee049d422b784f49966 | e43be06396cf6104033e4103ea1fa9959432d3da | refs/heads/master | 2020-04-04T00:43:15.516000 | 2018-11-01T04:09:25 | 2018-11-01T04:09:25 | 155,660,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huixiangshenghuo.app.ui.mine;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import android.text.TextUtils;
import android.widget.ListView;
import android.widget.TextView;
import com.huixiangshenghuo.app.CustomConfi... | UTF-8 | Java | 6,196 | java | GoldRecordActivity.java | Java | [
{
"context": " integralrecordListRequestParam.setMemberId(userId);\n\n PaginationBaseObject paginationBaseObj",
"end": 4483,
"score": 0.7737470865249634,
"start": 4477,
"tag": "USERNAME",
"value": "userId"
}
] | null | [] | package com.huixiangshenghuo.app.ui.mine;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import android.text.TextUtils;
import android.widget.ListView;
import android.widget.TextView;
import com.huixiangshenghuo.app.CustomConfi... | 6,196 | 0.686399 | 0.684768 | 159 | 37.566036 | 28.550194 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679245 | false | false | 15 |
0a1a881e15f25e8a9fd66c4af8e3b3d8c509819b | 33,423,435,497,657 | d8772960b3b2b07dddc8a77595397cb2618ec7b0 | /rhServer/src/main/java/com/rhlinkcon/repository/legislacao/LegislacaoAnexoRepository.java | a1a32867ffd66a4447fcab0364e5b18ed6de4342 | [] | no_license | vctrmarques/interno-rh-sistema | https://github.com/vctrmarques/interno-rh-sistema | c0f49a17923b5cdfaeb148c6f6da48236055cf29 | 7a7a5d9c36c50ec967cb40a347ec0ad3744d896e | refs/heads/main | 2023-03-17T02:07:10.089000 | 2021-03-12T19:06:05 | 2021-03-12T19:06:05 | 347,168,924 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rhlinkcon.repository.legislacao;
import java.util.List;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.rhlinkcon.model.legislacao.Legislacao;
import com.rhlinkcon.model.legislacao.LegislacaoAnexo;
@Rep... | UTF-8 | Java | 495 | java | LegislacaoAnexoRepository.java | Java | [] | null | [] | package com.rhlinkcon.repository.legislacao;
import java.util.List;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.rhlinkcon.model.legislacao.Legislacao;
import com.rhlinkcon.model.legislacao.LegislacaoAnexo;
@Rep... | 495 | 0.848485 | 0.848485 | 17 | 28.17647 | 29.114855 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 15 |
41a36183c2982a3397ea4f15d9b94c5baa0fcaef | 13,408,887,936,940 | 02f53ac72d45aff1d9d02b0761dec5a182611961 | /src/main/java/controller/KeyController.java | 2488c11224363c04360b206ec66b3de450411e62 | [] | no_license | ndrlslz/SaltManagement | https://github.com/ndrlslz/SaltManagement | d097317858b48d2d71ac7172385f1c000b4b0c3c | 8d232b815fe550c43aca77d711b18ae94531114c | refs/heads/master | 2021-01-21T13:40:28.644000 | 2016-05-17T14:23:42 | 2016-05-17T14:23:42 | 49,730,488 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import domain.key.Keys;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.sprin... | UTF-8 | Java | 1,618 | java | KeyController.java | Java | [] | null | [] | package controller;
import domain.key.Keys;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.sprin... | 1,618 | 0.685414 | 0.684178 | 46 | 34.173912 | 27.094284 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630435 | false | false | 15 |
3f882a2f3f977e2320b32618677bfad6571ae7cc | 1,812,476,261,420 | 5fd00769a21c82d1dadbaf877a787262f80e5418 | /MasterService/src/main/java/com/wcs/app/sb/main/model/User.java | 59e808a7143308c5ce2e8f4025528f875100561e | [] | no_license | supperbbillingproject/supperbillingrepository | https://github.com/supperbbillingproject/supperbillingrepository | 9b5dd1bff11740bcde72556ab241cef144e3ff13 | b1ac59a3fd81b7b1757e3a5dec218c1c7090a8ff | refs/heads/master | 2023-01-20T04:40:42.905000 | 2019-12-15T11:17:15 | 2019-12-15T11:17:15 | 195,018,108 | 1 | 1 | null | false | 2023-01-01T08:59:06 | 2019-07-03T09:04:39 | 2022-10-14T05:12:57 | 2023-01-01T08:59:05 | 1,832 | 0 | 1 | 41 | CSS | false | false | package com.wcs.app.sb.main.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class User {
@Id
private int userid;
public int getUserid() {
return userid;
}
public void setUserid(int userid) {
this.userid = userid;
}
public String getUsername() {
return username;
}
public void se... | UTF-8 | Java | 1,074 | java | User.java | Java | [
{
"context": " = userid;\n}\npublic String getUsername() {\n\treturn username;\n}\npublic void setUsername(String username) {\n\tth",
"end": 302,
"score": 0.8793976306915283,
"start": 294,
"tag": "USERNAME",
"value": "username"
},
{
"context": "id setUsername(String username) {\n\tth... | null | [] | package com.wcs.app.sb.main.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class User {
@Id
private int userid;
public int getUserid() {
return userid;
}
public void setUserid(int userid) {
this.userid = userid;
}
public String getUsername() {
return username;
}
public void se... | 1,074 | 0.74581 | 0.74581 | 62 | 16.32258 | 13.267441 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 15 |
85eeeb15a4843da1449da192abe7908928595702 | 171,798,745,683 | 708f567605c871387351b1ed955a6305ca376401 | /app/src/main/java/com/vidyo/connector/instance/activity/SettingsActivity.java | 917d2a29f63ff1b750bda3dd0613813f04ab53f4 | [] | no_license | tmelko-vidyo/vidyoplatform-connector-android-instance | https://github.com/tmelko-vidyo/vidyoplatform-connector-android-instance | 32b4207fa23747e75fee46148b72b53dccd4591e | 6204680546b537c23aa10307c249e1bdc4892220 | refs/heads/master | 2023-01-03T10:29:25.278000 | 2020-10-27T12:19:33 | 2020-10-27T12:19:33 | 274,102,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vidyo.connector.instance.activity;
import android.os.Bundle;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.vidyo.connector.instance.R;
import com.vidyo.connector.instance.utils.ConnectParams;
public class SettingsActivity extends AppCompatActivity {
@Ov... | UTF-8 | Java | 799 | java | SettingsActivity.java | Java | [] | null | [] | package com.vidyo.connector.instance.activity;
import android.os.Bundle;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.vidyo.connector.instance.R;
import com.vidyo.connector.instance.utils.ConnectParams;
public class SettingsActivity extends AppCompatActivity {
@Ov... | 799 | 0.744681 | 0.744681 | 26 | 29.76923 | 23.210257 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 15 |
ec1166da54da968cf72e80b5863659692e890b35 | 20,229,296,001,491 | d5eb91234f0484fd9ed5a1841cc019f3e3378bfe | /src/org/elderlucas/controller/MenuPrincipalController.java | 25bdd3b2237c6b354c061ad47a11ab8b015dd91b | [] | no_license | elucas2015337/Hospital | https://github.com/elucas2015337/Hospital | b47f6c1411fd2ea858731486c52cf61a88a12c6c | cdd2272d1446078bc75c426cf32a8c3398104b84 | refs/heads/master | 2022-11-21T20:55:03.901000 | 2020-07-15T00:33:08 | 2020-07-15T00:33:08 | 279,721,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.elderlucas.controller;
import java.net.URL;
import java.sql.PreparedStatement;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Label;
import javafx.scene.control.MenuIt... | UTF-8 | Java | 2,968 | java | MenuPrincipalController.java | Java | [] | null | [] | package org.elderlucas.controller;
import java.net.URL;
import java.sql.PreparedStatement;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Label;
import javafx.scene.control.MenuIt... | 2,968 | 0.672844 | 0.669137 | 113 | 25.265488 | 21.914564 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40708 | false | false | 15 |
aefe5a1159ff80d8f8ad9a5a2e305b4f00739bbb | 29,145,648,090,290 | 529cb9f4cd7b70f17a910955f428ee5959039689 | /springboot-test/src/main/java/com/test/springboot/util/MyEnumTypeHandler.java | a864ac464142ff1496b3a59b0a2e707b1bf2d4f1 | [] | no_license | wq1982chen/projects | https://github.com/wq1982chen/projects | 1e29969db7bc7741c12834ae9a37c1cc1613f6f1 | 2da9db5ef5524a835e1a8f64a7213554b1642b93 | refs/heads/master | 2022-07-08T03:11:23.065000 | 2019-10-31T08:39:56 | 2019-10-31T08:39:56 | 201,606,762 | 1 | 0 | null | false | 2022-06-17T02:23:06 | 2019-08-10T09:10:32 | 2020-03-02T02:17:08 | 2022-06-17T02:23:03 | 1,060 | 0 | 0 | 2 | Java | false | false | package com.test.springboot.util;
import java.sql.CallableStatement;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.ibatis.type.BaseTypeHandler;
import org.apache.ibatis.type.JdbcType;
/**
* 自定义类型转换
* https://www.cnblogs.com/pandachenchen/p/8622051.htm... | UTF-8 | Java | 1,580 | java | MyEnumTypeHandler.java | Java | [
{
"context": "cType;\n\n/**\n * 自定义类型转换\n * https://www.cnblogs.com/pandachenchen/p/8622051.html\n * 自定义泛型类型转换\n * https://blog.csdn.",
"end": 306,
"score": 0.9996417760848999,
"start": 293,
"tag": "USERNAME",
"value": "pandachenchen"
},
{
"context": "622051.html\n * 自定义泛型类型转换\n * ht... | null | [] | package com.test.springboot.util;
import java.sql.CallableStatement;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.ibatis.type.BaseTypeHandler;
import org.apache.ibatis.type.JdbcType;
/**
* 自定义类型转换
* https://www.cnblogs.com/pandachenchen/p/8622051.htm... | 1,580 | 0.710079 | 0.695026 | 59 | 24.898306 | 26.325018 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847458 | false | false | 15 |
3e4782892a9c004546a656ed0a39b6a081630d84 | 5,901,285,108,580 | 74c584ca77825351e4e24aa371fabe2cebc7c212 | /Methods/src/com/example/Method/DefensiveMethod.java | eb18229175c0bcd2389ffb6b225dfd3166bc6e22 | [] | no_license | akamath10/JavaBasics | https://github.com/akamath10/JavaBasics | 076f80c414a062dc44e76f190e1ef065091763bc | 283289698050b92d1008a02a31e14dc2ac6ecb97 | refs/heads/master | 2022-02-25T02:53:47.127000 | 2019-10-02T07:49:33 | 2019-10-02T07:49:33 | 198,147,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.Method;
import java.util.Date;
public class DefensiveMethod {
public static void main(String[] args) {
// TODO Auto-generated method stub
Date start = new Date();
Date end = new Date();
Period p = new Period(start, end);
end.setYear(2099);
System.out.println(p.end());
... | UTF-8 | Java | 687 | java | DefensiveMethod.java | Java | [] | null | [] | package com.example.Method;
import java.util.Date;
public class DefensiveMethod {
public static void main(String[] args) {
// TODO Auto-generated method stub
Date start = new Date();
Date end = new Date();
Period p = new Period(start, end);
end.setYear(2099);
System.out.println(p.end());
... | 687 | 0.653566 | 0.646288 | 33 | 18.818182 | 13.340425 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 15 |
805c0f868895f2b45bd0ef12250a5e7207deb6c7 | 12,799,002,585,111 | c09df027c04a56c82b82aeb96dd19fd2714741b5 | /src/main/ui/GUI.java | de37c571e92ac14fbad68b32babf85ea8f33f018 | [] | no_license | EltonK888/NBA-Gacha-App | https://github.com/EltonK888/NBA-Gacha-App | 371d1f1a9d7b31094eb9dffd23121f332c92348f | de087e11d79d94e90be13e1120f4549988cc312c | refs/heads/master | 2023-02-01T23:02:42.458000 | 2020-11-24T16:43:01 | 2020-11-24T16:43:01 | 323,970,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import model.ClaimedPlayers;
import model.Player;
import model.PlayerRoster;
import model.Team;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import javax.swing.*;
import java.awt.*;
import java.io.File;
import java.io.IO... | UTF-8 | Java | 16,469 | java | GUI.java | Java | [] | null | [] | package ui;
import model.ClaimedPlayers;
import model.Player;
import model.PlayerRoster;
import model.Team;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import javax.swing.*;
import java.awt.*;
import java.io.File;
import java.io.IO... | 16,469 | 0.620074 | 0.614731 | 425 | 36.750587 | 28.212786 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.687059 | false | false | 15 |
1da7e00fe4a0b66190e3c36c1c246aff00b5beb4 | 13,632,226,240,989 | a3c853c198ae472c8db98e0c7e145998ba8a4937 | /src/main/java/com/comviva/asa/orchestrator2pulsar/ws/SendMessageResponse.java | 015aaf4f248e686ed4a045ad4810c4c079ed5e3a | [] | no_license | Traian28/pulsarPendingTask | https://github.com/Traian28/pulsarPendingTask | af0f2fcc0b8dde99fdda15985ce9b15cc68eeac0 | 0f0df8b1d0b3d0f547c3c3e996c085b4fb5a3719 | refs/heads/main | 2023-02-24T14:17:08.249000 | 2021-01-26T18:13:48 | 2021-01-26T18:13:48 | 333,171,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.comviva.asa.orchestrator2pulsar.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Clase Java para sendMessageResponse complex type.
*
* <p>E... | UTF-8 | Java | 1,627 | java | SendMessageResponse.java | Java | [] | null | [] |
package com.comviva.asa.orchestrator2pulsar.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Clase Java para sendMessageResponse complex type.
*
* <p>E... | 1,627 | 0.614013 | 0.609096 | 61 | 24.639345 | 24.855671 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442623 | false | false | 15 |
913f6460468c281c1e494f61fa1982c55467ea95 | 25,769,866,946 | c5222e678e807b0bb3ba9a04d096aa915c322cdc | /src/test/java/io/socket/engineio/client/SocketTest.java | 54df80597a4333dfc1663bbb154c8b0ca2f8b793 | [
"MIT"
] | permissive | olacabs/engine.io-client.java | https://github.com/olacabs/engine.io-client.java | c53d4a8097646491225875fce569f8075b01c0de | a0aed87adc80a0df68b954897bcb98988b392870 | refs/heads/master | 2023-04-15T17:16:03.402000 | 2016-01-16T05:18:56 | 2016-01-16T05:18:56 | 40,181,415 | 0 | 1 | NOASSERTION | true | 2023-04-06T23:13:04 | 2015-08-04T11:43:38 | 2019-03-04T12:34:24 | 2016-01-18T18:37:15 | 1,310 | 0 | 1 | 1 | Java | false | false | package io.socket.engineio.client;
import io.socket.engineio.client.transports.Polling;
import io.socket.engineio.client.transports.WebSocket;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.List;... | UTF-8 | Java | 1,677 | java | SocketTest.java | Java | [] | null | [] | package io.socket.engineio.client;
import io.socket.engineio.client.transports.Polling;
import io.socket.engineio.client.transports.WebSocket;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.List;... | 1,677 | 0.689922 | 0.679189 | 51 | 31.882353 | 24.936504 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 15 |
a39b9a16cee3da7ef8d86803a8e76ee319b96d50 | 13,503,377,181,583 | a76e783212077b2ae465a252573d74e6bf66a9d1 | /src/main/java/com/keitsen/mvcproject/controller/system/AccountController.java | c8fb0e14b36bed208972da629b47f460872b7b7c | [] | no_license | vigour/myprojectmvc | https://github.com/vigour/myprojectmvc | 4158e5b19dada08688a1c0e22f36a1819954cf87 | bfada5890898749ddb5ce56f687abc0e22e8c654 | refs/heads/master | 2020-04-06T03:34:08.671000 | 2015-04-01T09:32:40 | 2015-04-01T09:32:40 | 32,920,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.keitsen.mvcproject.controller.system;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping("/account")
public class AccountController {
@RequestMapping("index")
public String index(){
return "index";
... | UTF-8 | Java | 326 | java | AccountController.java | Java | [] | null | [] | package com.keitsen.mvcproject.controller.system;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping("/account")
public class AccountController {
@RequestMapping("index")
public String index(){
return "index";
... | 326 | 0.760736 | 0.760736 | 14 | 21.285715 | 20.044338 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 15 |
b0e5e77ec8db0e2c95bef9119d7cd6401569d15b | 11,854,109,783,685 | bb2f32df072cd27fa90b0892057e66fec9b569d9 | /Java/Intorduction_to_Java_Programming/Chapter18/src/afterChapterApps/FindWords.java | 8a7706032bd7e40267f3ddddb0074c1695d15a17 | [] | no_license | amerelsayed2020/Learning | https://github.com/amerelsayed2020/Learning | 9417777f28b8d5161e6761d98c3e64cd9f998d3a | 689acd3f8de57ce67dc610cae659d88782270668 | refs/heads/master | 2023-04-27T11:34:54.622000 | 2020-07-09T15:40:36 | 2020-07-09T15:40:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package afterChapterApps;
import java.io.File;
/**
* Created by rduriancik on 2/4/16.
*/
public class FindWords {
public static void main(String[] args) {
if (args.length != 2 || args[0].isEmpty() || args[1].isEmpty()) {
System.out.println("Usage: java FindWords dirPath word");
... | UTF-8 | Java | 1,483 | java | FindWords.java | Java | [
{
"context": "pterApps;\n\nimport java.io.File;\n\n/**\n * Created by rduriancik on 2/4/16.\n */\npublic class FindWords {\n\n publ",
"end": 77,
"score": 0.9996585845947266,
"start": 67,
"tag": "USERNAME",
"value": "rduriancik"
}
] | null | [] | package afterChapterApps;
import java.io.File;
/**
* Created by rduriancik on 2/4/16.
*/
public class FindWords {
public static void main(String[] args) {
if (args.length != 2 || args[0].isEmpty() || args[1].isEmpty()) {
System.out.println("Usage: java FindWords dirPath word");
... | 1,483 | 0.514498 | 0.505057 | 57 | 25.017544 | 23.189903 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508772 | false | false | 15 |
e40bd616bdd4df70651b6867dc2f224d0d494a83 | 25,091,199,010,963 | bfa8f2dfa6f3f0f65d4543833cd1234f6f831656 | /src/com/bh/java/thread/thread_edit/MyThread2.java | fac60314f21e727aac14b30515e50eea14f7ed05 | [] | no_license | wangting998/work | https://github.com/wangting998/work | d3ea6d8de8cae1df025c14173010afe703db4cb2 | ba643e79ce067c60682a3995d4eac684d2c47087 | refs/heads/main | 2023-02-21T14:57:30.862000 | 2021-01-27T07:21:20 | 2021-01-27T07:21:20 | 329,268,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bh.java.thread.thread_edit;
/**
* A:自定义类MyThread2继承Thread类。
* B:MyThread2类里面重写run()
*/
public class MyThread2 extends Thread {
public MyThread2() {
}
public MyThread2(String name) {
super(name);
}
//MyThread2类里面重写run()
@Override
public void run() {
for (int... | UTF-8 | Java | 450 | java | MyThread2.java | Java | [] | null | [] | package com.bh.java.thread.thread_edit;
/**
* A:自定义类MyThread2继承Thread类。
* B:MyThread2类里面重写run()
*/
public class MyThread2 extends Thread {
public MyThread2() {
}
public MyThread2(String name) {
super(name);
}
//MyThread2类里面重写run()
@Override
public void run() {
for (int... | 450 | 0.55314 | 0.531401 | 23 | 17 | 15.606576 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 15 |
d65945e62423b6b8feb931acaed6f3c5fcbf6f77 | 7,550,552,542,897 | 9ed0211ce8770efdef01bff1c14609816f60829b | /src/main/java/com/aliens/msg/hazelcast/QueueState.java | 2241c54a048158a0cdb9a62ee80458fe5278b475 | [] | no_license | amanjaiswal92/message | https://github.com/amanjaiswal92/message | d03051819d9b3f38f1f750e3aaabf2a7fb5e4055 | 90b99e7a7992d38e53bcc16783edbd3ec5dc7fb1 | refs/heads/master | 2021-06-09T03:47:37.247000 | 2016-11-28T10:51:03 | 2016-11-28T10:51:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aliens.msg.hazelcast;
/**
* Created by jayant on 24/9/16.
*/
public enum QueueState {
IDLE,PROCESSING,FAILED
}
| UTF-8 | Java | 126 | java | QueueState.java | Java | [
{
"context": "ckage com.aliens.msg.hazelcast;\n\n/**\n * Created by jayant on 24/9/16.\n */\npublic enum QueueState {\nIDLE,PRO",
"end": 59,
"score": 0.999657928943634,
"start": 53,
"tag": "USERNAME",
"value": "jayant"
}
] | null | [] | package com.aliens.msg.hazelcast;
/**
* Created by jayant on 24/9/16.
*/
public enum QueueState {
IDLE,PROCESSING,FAILED
}
| 126 | 0.714286 | 0.674603 | 8 | 14.75 | 13.469873 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
267fc4ddf4a7a8d4516486e5f29a79d88e78a3fa | 5,609,227,338,076 | 26db5b2e7206a8f14d5cf67558d4943d31891683 | /app/src/main/java/org/deltaverse/stacktimer/adapters/CardStackAdapter.java | 4bfb6b81914951f15bc5ea545c072a49e2c25245 | [] | no_license | phanijsp/stacktimer | https://github.com/phanijsp/stacktimer | 5030571fdc9ea3fc56befa8617f20170f22594d8 | 656335f4343f3d327f374b7afdab58f7c1304b7d | refs/heads/master | 2023-03-09T07:56:48.382000 | 2021-02-24T13:08:59 | 2021-02-24T13:08:59 | 325,701,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.deltaverse.stacktimer.adapters;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.const... | UTF-8 | Java | 2,661 | java | CardStackAdapter.java | Java | [] | null | [] | package org.deltaverse.stacktimer.adapters;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.const... | 2,661 | 0.732056 | 0.732056 | 67 | 38.716419 | 45.984684 | 333 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.955224 | false | false | 15 |
ce9978089e534b58841ed71d16a4242ee943b0cb | 13,151,189,910,194 | fe7d7bcc40d70619c41c095e50a673df48cd2439 | /src/be/student/vgqd/joculus/v1/hud/fx/oculusview/OculusViewDemo.java | 3262b1a4d41c0637720869abe5c3b8363a759e3e | [] | no_license | VgQD/JOculusLib | https://github.com/VgQD/JOculusLib | 30ec7bba4822c9eb2a3de622c502f28312c6c622 | f5707e825e6b392741a4faa1f3d578979fa8f7e9 | refs/heads/master | 2016-09-06T07:01:18.157000 | 2013-06-27T00:00:53 | 2013-06-27T00:00:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.student.vgqd.joculus.v1.hud.fx.oculusview;
import javafx.animation.AnimationTimer;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stage;
import de.fruitfly.ovr.HMDInfo;
import de.fruitfly.ovr.OculusRift;
public final class OculusViewDemo extends Application {... | UTF-8 | Java | 1,188 | java | OculusViewDemo.java | Java | [] | null | [] | package be.student.vgqd.joculus.v1.hud.fx.oculusview;
import javafx.animation.AnimationTimer;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stage;
import de.fruitfly.ovr.HMDInfo;
import de.fruitfly.ovr.OculusRift;
public final class OculusViewDemo extends Application {... | 1,188 | 0.625421 | 0.623737 | 60 | 17.799999 | 18.679579 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.483333 | false | false | 15 |
ca0d8029b0ade2bf0b990c7e618ce8fdf2052252 | 29,978,871,779,744 | 26da0aea2ab0a2266bbee962d94a96d98a770e5f | /aries/aries-registry/src/main/java/org/aries/node/NamespaceContext.java | 4a154b155a82d12d9bab81838eba83d6563f922d | [
"Apache-2.0"
] | permissive | tfisher1226/ARIES | https://github.com/tfisher1226/ARIES | 1de2bc076cf83488703cf18f7e3f6e3c5ef1b40b | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | refs/heads/master | 2021-01-10T02:28:07.807000 | 2015-12-10T20:30:00 | 2015-12-10T20:30:00 | 44,076,313 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.aries.node;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import nam.model.Namespace;
import nam.model.Operation;
import nam.model.Service;
import nam.model.Type;
import nam.model.util.ServiceU... | UTF-8 | Java | 9,215 | java | NamespaceContext.java | Java | [] | null | [] | package org.aries.node;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import nam.model.Namespace;
import nam.model.Operation;
import nam.model.Service;
import nam.model.Type;
import nam.model.util.ServiceU... | 9,215 | 0.755182 | 0.752252 | 223 | 40.322868 | 30.683744 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.744395 | false | false | 15 |
40b743e4c42e2d76f8212f6137f252d7f1874aa1 | 25,898,652,815,999 | 8cfdaf6bac8ef7f04207e7f5ce8aa04cfcc69c5f | /com/salonAlbum/model/SalonAlbDAO_interface.java | 919e4565832e406b2eff4fa3db7c28ab8c0c1ae6 | [] | no_license | yiching-w/EA103_G3 | https://github.com/yiching-w/EA103_G3 | ffbed8a8b2b9b95e3b085829280d8abbf3f2cdc7 | f606f4cd27ae282f0df3112e8085a0e875adc651 | refs/heads/master | 2023-01-06T12:41:33.750000 | 2020-10-26T10:57:18 | 2020-10-26T10:57:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.salonAlbum.model;
import java.io.InputStream;
import java.util.List;
public interface SalonAlbDAO_interface {
public void insert(SalonAlbVO salAVO);
// public void update(SalonAlbVO salAVO);
public void delete(String salAlbNo);
public SalonAlbVO getOnePic(String salAlbNo);
public List<Salo... | UTF-8 | Java | 360 | java | SalonAlbDAO_interface.java | Java | [] | null | [] | package com.salonAlbum.model;
import java.io.InputStream;
import java.util.List;
public interface SalonAlbDAO_interface {
public void insert(SalonAlbVO salAVO);
// public void update(SalonAlbVO salAVO);
public void delete(String salAlbNo);
public SalonAlbVO getOnePic(String salAlbNo);
public List<Salo... | 360 | 0.775 | 0.775 | 12 | 29 | 18.863544 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
92763cc92c59c118167e47b4ac2a6b0f7a603962 | 15,418,932,602,015 | 6c515e01b602e196305d1f1396cca128fa0047bd | /src/main/java/com/example/insert/OptimisticLocking.java | dfece60f761c06a6c3a71329cff57854c7d7e389 | [] | no_license | norbertspiess/majug-spring-data-mongodb-deep-dive | https://github.com/norbertspiess/majug-spring-data-mongodb-deep-dive | 0ff4b4a0c0df53a433337b8a2332fe9283a00083 | 81846ff325e4e0758c82577aa5312340830588cb | refs/heads/master | 2018-02-08T09:14:54.381000 | 2017-07-02T16:03:33 | 2017-07-03T18:41:58 | 96,545,479 | 1 | 0 | null | true | 2017-07-07T14:16:47 | 2017-07-07T14:16:46 | 2017-07-07T14:16:41 | 2017-07-03T18:44:33 | 61 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2017 the original author or authors.
*
* 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 applica... | UTF-8 | Java | 1,976 | java | OptimisticLocking.java | Java | [
{
"context": "t com.example.SimpleConfiguration;\n\n/**\n * @author Mark Paluch\n */\npublic class OptimisticLocking {\n\n\tprivate st",
"end": 1108,
"score": 0.9996975064277649,
"start": 1097,
"tag": "NAME",
"value": "Mark Paluch"
},
{
"context": "loyee bender = new Employee();\n\n\... | null | [] | /*
* Copyright 2017 the original author or authors.
*
* 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 applica... | 1,971 | 0.760121 | 0.752024 | 77 | 24.662338 | 26.47793 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.987013 | false | false | 15 |
6e98d72084194d834b1fcc406257f756a949ed9c | 2,293,512,597,676 | ae69e30f8eb4ff2cd47e2336b2a2b31f271a3e5a | /Java/leetcode/weekly_contests/weekly_218/P_1679.java | 731371366a96265e0871aa3a5e298f598c9c111d | [] | no_license | bdugersuren/CompetitiveProgramming | https://github.com/bdugersuren/CompetitiveProgramming | f35048ef8e5345c5219c992f2be8b84e1f7f1cb8 | cd571222aabe3de952d90d6ddda055aa3b8c08d9 | refs/heads/master | 2023-05-12T00:45:15.065000 | 2021-05-14T13:24:53 | 2021-05-14T13:24:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.weekly_contests.weekly_218;
import java.util.Arrays;
public class P_1679 {
public int maxOperations(int[] nums, int k) {
Arrays.sort(nums);
int lo = 0;
int hi = nums.length - 1;
int res = 0;
while (lo < hi) {
final int sum = nums[lo] + nums[hi]... | UTF-8 | Java | 568 | java | P_1679.java | Java | [] | null | [] | package leetcode.weekly_contests.weekly_218;
import java.util.Arrays;
public class P_1679 {
public int maxOperations(int[] nums, int k) {
Arrays.sort(nums);
int lo = 0;
int hi = nums.length - 1;
int res = 0;
while (lo < hi) {
final int sum = nums[lo] + nums[hi]... | 568 | 0.390845 | 0.373239 | 26 | 20.846153 | 13.32058 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 15 |
2dd77a3c926391a08cf704bf4847c089a4728252 | 8,151,847,986,445 | f46148bd4a9a21b2faac90e7f98d368f3720a5a7 | /src/solutions/OneEditDistance.java | d0f67b70786e98fe182e1f7106c99775a574ba94 | [] | no_license | jihyun-um/algorithm-exercises | https://github.com/jihyun-um/algorithm-exercises | 68ac770f4ac69e007c63cae49b983e37275439d0 | 704766bf625949a461834f1faa3773b8a28d2c4e | refs/heads/master | 2022-06-24T11:16:54.492000 | 2022-06-20T21:35:26 | 2022-06-20T21:35:26 | 217,829,999 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package solutions;
// [Problem] https://leetcode.com/problems/one-edit-distance
class OneEditDistance {
// String
// O(n) time, O(n) space
public boolean isOneEditDistance(String s, String t) {
int sLength = s.length(), tLength = t.length();
for (int i = 0; i < Math.min(sLength, tLength); i... | UTF-8 | Java | 1,187 | java | OneEditDistance.java | Java | [] | null | [] | package solutions;
// [Problem] https://leetcode.com/problems/one-edit-distance
class OneEditDistance {
// String
// O(n) time, O(n) space
public boolean isOneEditDistance(String s, String t) {
int sLength = s.length(), tLength = t.length();
for (int i = 0; i < Math.min(sLength, tLength); i... | 1,187 | 0.53412 | 0.52401 | 33 | 34.969696 | 25.623716 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575758 | false | false | 15 |
a4e1024f3603f60a4a77929d30e065a3d9b12b6d | 17,918,603,566,378 | 71958ad875e1d9a9540753463b4709f4ef319a4b | /endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/util/AxisDirectionsTest.java | 569190b369593a9cf3495a18836e4823685ac1f6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT",
"EPL-1.0",
"Classpath-exception-2.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain"
] | permissive | apache/sis | https://github.com/apache/sis | 015bda9972e28bc67fc91d6aa28a520d2e8d546f | 30ee87be8857801971910b82e64fb48b009671ec | refs/heads/main | 2023-08-30T10:40:24.977000 | 2023-08-28T14:29:41 | 2023-08-28T14:29:41 | 10,616,263 | 96 | 73 | Apache-2.0 | false | 2023-08-23T12:36:56 | 2013-06-11T07:00:15 | 2023-08-19T09:11:04 | 2023-08-23T12:36:47 | 88,731 | 89 | 48 | 0 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 27,375 | java | AxisDirectionsTest.java | Java | [
{
"context": "s the {@link AxisDirections} class.\n *\n * @author Martin Desruisseaux (Geomatys)\n * @version 1.2\n * @since 0.4\n */\n@D",
"end": 1781,
"score": 0.9997771382331848,
"start": 1762,
"tag": "NAME",
"value": "Martin Desruisseaux"
}
] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 27,362 | 0.659977 | 0.65687 | 562 | 47.677937 | 35.820148 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074733 | false | false | 15 |
455cc6b63948e774826dd6035385f262ab309a9c | 27,865,747,883,110 | 9861d1dc6bf1b4dda1b9ff7901b6569275f5bca7 | /src/main/java/leetcode/String/GroupAnagrams.java | 30bd8bcbd909d32fbd59fb4917bbd02ba6ab7cd6 | [] | no_license | nickel8448/java | https://github.com/nickel8448/java | 661d8c40ed0ba6189440d9ec6872808e53b68417 | 89781555d8019fbac680aaf50afcd128c205c228 | refs/heads/master | 2023-01-11T03:40:20.830000 | 2020-10-23T12:59:55 | 2020-10-23T12:59:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.leetcode.String;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
/**
* Input: ["eat", "tea", "tan", "ate", "nat", "bat"],
* Output:
* [
* ["ate","eat","tea"],
* ["nat","tan"],
* ["bat"]
* ]
*/
public class GroupAnagrams {
publi... | UTF-8 | Java | 1,259 | java | GroupAnagrams.java | Java | [] | null | [] | package main.java.leetcode.String;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
/**
* Input: ["eat", "tea", "tan", "ate", "nat", "bat"],
* Output:
* [
* ["ate","eat","tea"],
* ["nat","tan"],
* ["bat"]
* ]
*/
public class GroupAnagrams {
publi... | 1,259 | 0.55282 | 0.551231 | 42 | 28.976191 | 22.245907 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 15 |
505ea808e7deaf41490939b216b095961def492f | 17,824,114,301,434 | e3a4f0c4944d8a6372bfee8b2212f262e1c39d35 | /Restorani/src/main/java/domain/ShiftKey.java | ce0797d344837b92c0d908cb0e7c81465c6fb8ff | [] | no_license | NikolaMajstorovic93/ISA2016 | https://github.com/NikolaMajstorovic93/ISA2016 | 01924f5358ccbd4a2d5043aec7c329f6dc8b2ca1 | dc3fa4adabe8b4070f4580833f39e8d27366e942 | refs/heads/master | 2017-12-22T12:02:09.251000 | 2017-03-01T22:47:00 | 2017-03-01T22:47:00 | 72,742,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domain;
import java.io.Serializable;
public class ShiftKey implements Serializable {
/**
*
*/
private static final long serialVersionUID = -5711079318202642362L;
private Restaurant restaurant;
private Integer id;
public ShiftKey() {
}
public Restaurant getRestaurant() {
return restaurant;
}
pu... | UTF-8 | Java | 502 | java | ShiftKey.java | Java | [] | null | [] | package domain;
import java.io.Serializable;
public class ShiftKey implements Serializable {
/**
*
*/
private static final long serialVersionUID = -5711079318202642362L;
private Restaurant restaurant;
private Integer id;
public ShiftKey() {
}
public Restaurant getRestaurant() {
return restaurant;
}
pu... | 502 | 0.723108 | 0.685259 | 27 | 17.592592 | 17.839323 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.259259 | false | false | 15 |
f5aba53ef073545d7996349ed2ae548e9d0f0710 | 20,684,562,551,903 | 7ad211a3751ae986cf67b3ebb5542ea092382b56 | /src/mcqjava/Test8.java | 15ffc1bd61e83c51f656c6ce740cb904e4ba3936 | [] | no_license | rsaravananbsc/01-CoreJavaPractice | https://github.com/rsaravananbsc/01-CoreJavaPractice | 37d83eb969f9691c5c4bc88bcf69ad3806c8192e | 6fd9f8a2c1576dfba1e9f382791b3698fb18351d | refs/heads/master | 2021-04-27T08:28:03.391000 | 2019-07-15T11:54:38 | 2019-07-15T11:54:38 | 122,490,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mcqjava;
public class Test8 {
public static void main(String[] args)
{
// TODO Auto-generated method stub
Boxx a = new Boxx();
Boxx b = new Boxx();
a.width = 10;
a.height = 2;
a.length =10;
b = a;
System.out.println(b.height);
}
}
class Boxx
{
int width;
int height;
int length;... | UTF-8 | Java | 325 | java | Test8.java | Java | [] | null | [] | package mcqjava;
public class Test8 {
public static void main(String[] args)
{
// TODO Auto-generated method stub
Boxx a = new Boxx();
Boxx b = new Boxx();
a.width = 10;
a.height = 2;
a.length =10;
b = a;
System.out.println(b.height);
}
}
class Boxx
{
int width;
int height;
int length;... | 325 | 0.603077 | 0.584615 | 27 | 10.962963 | 11.390319 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37037 | false | false | 15 |
55b50e8dc670f76f142e40b6fd28cb291e17ff1d | 22,849,226,028,566 | 2b54c4b22a454ad70860f402762e269b6f77a3e4 | /src/main/java/RecipeRegisterPageServlet.java | 5859ef9da5ca2c487834a72886ddbcd181b8d8b9 | [] | no_license | T41-Ch1/mystok-app | https://github.com/T41-Ch1/mystok-app | 18a0b023af77f66112248d4bcc6576240a663159 | fb395e4e6fa6ae4af632f2e7a83d5b9791d94169 | refs/heads/main | 2023-02-15T07:50:44.574000 | 2021-01-06T06:36:11 | 2021-01-06T06:36:11 | 314,137,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pac1;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Objects;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servl... | UTF-8 | Java | 2,647 | java | RecipeRegisterPageServlet.java | Java | [
{
"context": "/localhost:3306/j2a1b?serverTimezone=JST\",\"root\",\"password\");\r\n\t\t\t\tStatement stmt = conn.createStatement();\r",
"end": 1310,
"score": 0.9118431210517883,
"start": 1302,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "}\r\n\t\tSystem.out.println(\"食材名取... | null | [] | package pac1;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Objects;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servl... | 2,649 | 0.744853 | 0.741623 | 73 | 31.931507 | 29.789825 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.945205 | false | false | 15 |
756e50822c5223b91043b73d7105d1f90a0f6b2c | 4,483,945,878,166 | ebe51b810ea6d2726fcc2545fd313c60f42475b5 | /src/main/java/com/huang/test/JDOTest.java | 8bb678c3c427dc4249d12c593a2278612c6fe569 | [] | no_license | RonQb/Buytickets | https://github.com/RonQb/Buytickets | 6e9c67d37f48589291d2af0fd0f15c0ce30d4cdd | 2951c1233add09b86a634dab64278f99e9e167f1 | refs/heads/master | 2021-01-12T03:54:43.173000 | 2017-01-07T15:20:08 | 2017-01-07T15:20:08 | 78,285,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huang.test;
import java.util.Properties;
import javax.jdo.JDOHelper;
import javax.jdo.PersistenceManager;
import javax.jdo.PersistenceManagerFactory;
import javax.jdo.Transaction;
import org.junit.Before;
import org.junit.Test;
import com.huang.entity.User;
/**
* Unit te... | UTF-8 | Java | 2,027 | java | JDOTest.java | Java | [
{
"context": "ty(\"javax.jdo.option.ConnectionURL\",\"jdbc:mysql://127.0.0.1:3306/moana_db\"); \r\n properties.setProperty",
"end": 725,
"score": 0.9990769624710083,
"start": 716,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "etProperty(\"javax.jdo.option.Connecti... | null | [] | package com.huang.test;
import java.util.Properties;
import javax.jdo.JDOHelper;
import javax.jdo.PersistenceManager;
import javax.jdo.PersistenceManagerFactory;
import javax.jdo.Transaction;
import org.junit.Before;
import org.junit.Test;
import com.huang.entity.User;
/**
* Unit te... | 2,033 | 0.58079 | 0.575788 | 64 | 29.203125 | 25.334745 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609375 | false | false | 15 |
3bbb9b19c0e2fa956382919a08ba866b02ebae7e | 5,050,881,564,706 | 3764fab61c884abbaea7ad9c5c7917346c1d574b | /src/bitManipulation/mapInts/MapIntegersTest.java | b546210cf660cb7b75a4f59312d1cc27084ccbbb | [] | no_license | AimeeBorda/Programming-Examples | https://github.com/AimeeBorda/Programming-Examples | ecdab2b59d4e39545d9b6c4f1b8d499ee19cf2e8 | 92474ab9a4eec69c619a8371bcd6819cd6bec512 | refs/heads/master | 2021-01-10T18:24:51.815000 | 2017-10-01T06:52:06 | 2017-10-01T06:52:06 | 73,261,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bitManipulation.mapInts;
import org.junit.Before;
import org.junit.Test;
import java.math.BigInteger;
import static org.hamcrest.Matchers.lessThan;
import static org.junit.Assert.*;
public class MapIntegersTest {
MapIntegers m;
@Before
public void setUp(){
m = new MapIntegers();
}
... | UTF-8 | Java | 6,945 | java | MapIntegersTest.java | Java | [] | null | [] | package bitManipulation.mapInts;
import org.junit.Before;
import org.junit.Test;
import java.math.BigInteger;
import static org.hamcrest.Matchers.lessThan;
import static org.junit.Assert.*;
public class MapIntegersTest {
MapIntegers m;
@Before
public void setUp(){
m = new MapIntegers();
}
... | 6,945 | 0.594672 | 0.529302 | 173 | 39.144508 | 30.828388 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.763006 | false | false | 15 |
174dbbbd5d19c850a6725b5f12cde8719aa09445 | 876,173,357,278 | 57dcf60a900580a1fdd69c3da9c73fda6616a4c1 | /app/src/main/java/victorcaceres/notassqlite/MainActivity.java | 5bad586baf9a27ef0bfb2746ec0805b17125e697 | [] | no_license | VictorCaceres/NotasSQLite | https://github.com/VictorCaceres/NotasSQLite | 9aafd8b81eb47ed42be224feb55e9707d3380137 | 22d9b4d9d33640c5c6f367a38bf2398916c58ba7 | refs/heads/master | 2021-01-22T20:03:15.212000 | 2017-03-17T06:47:05 | 2017-03-17T06:47:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package victorcaceres.notassqlite;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | UTF-8 | Java | 400 | java | MainActivity.java | Java | [
{
"context": "package victorcaceres.notassqlite;\n\nimport android.support.v7.app.AppCo",
"end": 21,
"score": 0.925963282585144,
"start": 8,
"tag": "USERNAME",
"value": "victorcaceres"
}
] | null | [] | package victorcaceres.notassqlite;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | 400 | 0.755 | 0.7525 | 15 | 25.666666 | 23.095936 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
5905772e9080c1167ab17729864d8af089ae907d | 876,173,358,479 | fb16825d2ca32acf9af72eb704a4cea2417b620e | /Android/DroidTestAgent/app/src/main/java/com/droidtestagent/test/pageTest/PageTestDateParcel.java | c481913370dd55d782c9752028fcd18cc72ccd7b | [
"Apache-2.0"
] | permissive | RyanTech/Broadinter | https://github.com/RyanTech/Broadinter | 05a419f898f9f3bb76e48eb7fec04519e3027ccb | 9abf7dae5c645c30e5462273a0945b7e17fc839d | refs/heads/master | 2018-05-13T02:01:38.315000 | 2014-11-02T06:23:20 | 2014-11-02T06:23:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.droidtestagent.test.pageTest;
import android.os.Parcel;
import android.os.Parcelable;
import com.droidtestagent.task.PageTestContent;
import java.util.HashMap;
public class PageTestDateParcel implements Parcelable {
private HashMap<String, Object> mDate = new HashMap<String, Object>();
public s... | UTF-8 | Java | 5,271 | java | PageTestDateParcel.java | Java | [] | null | [] | package com.droidtestagent.test.pageTest;
import android.os.Parcel;
import android.os.Parcelable;
import com.droidtestagent.task.PageTestContent;
import java.util.HashMap;
public class PageTestDateParcel implements Parcelable {
private HashMap<String, Object> mDate = new HashMap<String, Object>();
public s... | 5,271 | 0.62398 | 0.623791 | 128 | 40.179688 | 25.10087 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.90625 | false | false | 15 |
ee5cb7710443deb903d1d2cdc9a5931990d438d3 | 24,927,990,213,819 | 2ea68acbb2f98f1634748541f6239585f6f56a6d | /app/src/main/java/com/example/hasee/virtualwinos/Activitys/first_open.java | ca5bc87ec3c6cf54d022bf11da2746b4d2f9fcaa | [] | no_license | Littlewhitesyp/VirtualWinOS | https://github.com/Littlewhitesyp/VirtualWinOS | 2cddd9820b5a9437920113e8c53c1c020824b102 | 12ea7da62f0dcfc0ffa24ef49723b674fd3ce9c1 | refs/heads/master | 2020-03-20T23:48:04.593000 | 2018-06-23T07:10:40 | 2018-06-23T07:10:40 | 137,863,969 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hasee.virtualwinos.Activitys;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.content.pm.ActivityInfo;
import android.hardware.Sensor;
import android.hardware.SensorManager;
import android.os.Handler;
import android.os.Message;
import android.support.... | UTF-8 | Java | 4,387 | java | first_open.java | Java | [
{
"context": "bility(View.GONE);\n Log.e(\"shabi\",\"Wanghaodong\");\n break;\n ",
"end": 2778,
"score": 0.9490277767181396,
"start": 2773,
"tag": "USERNAME",
"value": "shabi"
}
] | null | [] | package com.example.hasee.virtualwinos.Activitys;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.content.pm.ActivityInfo;
import android.hardware.Sensor;
import android.hardware.SensorManager;
import android.os.Handler;
import android.os.Message;
import android.support.... | 4,387 | 0.596051 | 0.58885 | 133 | 31.368422 | 26.746786 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548872 | false | false | 15 |
c693fa7a2c7bbda59fade57197ea445f87bfb711 | 24,927,990,213,063 | d7bc57bb299422797df9bc716fcd5691caa6dca3 | /CS2800/tags/release version 1.0/trunk/src/stack/Stack.java | fb8329c53d8e4f2523cfd2a531352c4187939837 | [] | no_license | ArslanNS/Calculator | https://github.com/ArslanNS/Calculator | 19d96370dbddccad2089836fcb73950ee773e0db | 6c0f1444dd1b31255dc75d3d0ed39dd5ff388d4c | refs/heads/master | 2023-06-17T22:04:43.123000 | 2020-11-10T11:56:36 | 2020-11-10T11:56:36 | 385,596,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stack;
import java.util.ArrayList;
import java.util.List;
/** A stack of entry values.
* @author zfac237
*
*/
public class Stack {
private int size = 0;
List<Entry> entries = new ArrayList<>();
/** Constructor for creating a stack with initial size of 0
* This initialises an empty stack.
*/
... | UTF-8 | Java | 1,991 | java | Stack.java | Java | [
{
"context": "il.List;\n\n\n/** A stack of entry values.\n * @author zfac237\n *\n */\npublic class Stack {\n private int size = ",
"end": 116,
"score": 0.9995825886726379,
"start": 109,
"tag": "USERNAME",
"value": "zfac237"
}
] | null | [] | package stack;
import java.util.ArrayList;
import java.util.List;
/** A stack of entry values.
* @author zfac237
*
*/
public class Stack {
private int size = 0;
List<Entry> entries = new ArrayList<>();
/** Constructor for creating a stack with initial size of 0
* This initialises an empty stack.
*/
... | 1,991 | 0.651934 | 0.645404 | 76 | 25.197369 | 24.730133 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.223684 | false | false | 15 |
6d954093e07dc19e278f363ad1a603af802ad0d1 | 5,927,054,870,467 | 541e329836bd9db39eeb4ed97eda2462648a1c1f | /src/com/ics/modbus/CurtainController.java | 57ff46633ac5c0672b3970dbbfc6506299237e88 | [] | no_license | codexpage/ontology-new | https://github.com/codexpage/ontology-new | 9fa485c7be5e89b9db20e80edbeb83b316a711dc | cf378094302a918e86eb7c8e063ac84f6fce7ee2 | refs/heads/master | 2020-04-02T04:15:00.285000 | 2016-11-01T04:41:20 | 2016-11-01T04:41:20 | 63,965,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ics.modbus;
import java.util.HashMap;
import java.util.Map;
import com.ics.factory.ModbusMasterFactory;
import com.serotonin.modbus4j.ModbusMaster;
/*
enum Curtain{
Cutain1,Cutain2,Cutain3,Cutain4
}
*/
public class CurtainController {
private final static ModbusUtil modbusUtil=new ModbusUtil();
priva... | UTF-8 | Java | 1,763 | java | CurtainController.java | Java | [
{
"context": "aster master=ModbusMasterFactory.createTcpMaster(\"192.168.1.2\", 502);\n\tprivate static Map<Curtain,Integer> cont",
"end": 404,
"score": 0.9997404217720032,
"start": 393,
"tag": "IP_ADDRESS",
"value": "192.168.1.2"
}
] | null | [] | package com.ics.modbus;
import java.util.HashMap;
import java.util.Map;
import com.ics.factory.ModbusMasterFactory;
import com.serotonin.modbus4j.ModbusMaster;
/*
enum Curtain{
Cutain1,Cutain2,Cutain3,Cutain4
}
*/
public class CurtainController {
private final static ModbusUtil modbusUtil=new ModbusUtil();
priva... | 1,763 | 0.706183 | 0.68236 | 71 | 23.830986 | 24.806284 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.295775 | false | false | 15 |
d08e989b5eec43b4c4cd5283d62e65a614eb70af | 26,070,451,527,785 | 5ea6b5dd992fe067fb55324091cd3def36a00955 | /src/main/java/com/jt99/myeasybuy/dao/ProductCategoryMapper.java | 18f2b89b7e4734e4fd7038784ab90fc9e008123c | [] | no_license | Howell-Zhong/test01 | https://github.com/Howell-Zhong/test01 | 705b709d2b6969bb749994fc98667f0fdaf81840 | 3f281da3fd88e0995d510035a9b5a40c1a4b6ce6 | refs/heads/master | 2023-04-22T00:07:00.932000 | 2021-05-22T07:07:53 | 2021-05-22T07:07:53 | 369,731,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jt99.myeasybuy.dao;
import com.jt99.myeasybuy.entity.ProductCategory;
import com.jt99.myeasybuy.query.ProductCategoryQuery;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface ProductCategoryMapper {
// 查询父类
List<ProductCategory> getProductClassFather();
... | UTF-8 | Java | 918 | java | ProductCategoryMapper.java | Java | [] | null | [] | package com.jt99.myeasybuy.dao;
import com.jt99.myeasybuy.entity.ProductCategory;
import com.jt99.myeasybuy.query.ProductCategoryQuery;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface ProductCategoryMapper {
// 查询父类
List<ProductCategory> getProductClassFather();
... | 918 | 0.755474 | 0.748175 | 35 | 22.485714 | 22.530451 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 15 |
d7376ad0c117cff3a6644b3caac840a48dfe99d6 | 19,421,842,159,283 | 84a250236e457633bf22ff11ef79dc1ba42eb502 | /expenses/src/main/java/com/client/expenses/repository/ExpensesRepository.java | dd5637514fce63fd688bec5e8f5493b6a877ba33 | [
"Apache-2.0"
] | permissive | Ishwari96/Code_assignment | https://github.com/Ishwari96/Code_assignment | 7b01c6e863ffa19f82a1bf46ad6e6204c04212e0 | 7919f797d037a304662391cc8243145db4baf7e1 | refs/heads/main | 2023-05-05T10:04:59.286000 | 2021-05-27T06:40:59 | 2021-05-27T06:40:59 | 371,196,397 | 0 | 0 | null | false | 2021-05-27T05:51:32 | 2021-05-26T23:51:53 | 2021-05-27T02:16:13 | 2021-05-27T05:51:32 | 40,143 | 0 | 0 | 0 | null | false | false | package com.client.expenses.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.client.expenses.model.Expenses;
@Repository
public interface ExpensesRepository extends JpaRepository<Expenses, Integer>{
publi... | UTF-8 | Java | 383 | java | ExpensesRepository.java | Java | [] | null | [] | package com.client.expenses.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.client.expenses.model.Expenses;
@Repository
public interface ExpensesRepository extends JpaRepository<Expenses, Integer>{
publi... | 383 | 0.832898 | 0.832898 | 15 | 24.533333 | 27.251585 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 15 |
da5deebae726d4b797c8c8b5284d585eced50239 | 30,133,490,605,512 | ad86bfbf0a90ad3a084dab4e2b562cc724352adb | /src/main/java/com/mieshkov/corplan/model/dao/impl/JDBCTariffDao.java | a4c088fe160124535265c94e3b52728f375aa03d | [] | no_license | IvanMieshkov/internet-provider | https://github.com/IvanMieshkov/internet-provider | 0e7317dda13b794c452926678e349341499ddd86 | 8d9c413d7ac9a1d667c8dbd7a54d589810e78556 | refs/heads/main | 2023-03-06T19:27:39.265000 | 2021-02-23T16:33:03 | 2021-02-23T16:33:03 | 333,334,298 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mieshkov.corplan.model.dao.impl;
import com.mieshkov.corplan.model.dao.TariffDao;
import com.mieshkov.corplan.model.dao.mapper.TariffMapper;
import com.mieshkov.corplan.model.entities.Tariff;
import com.mieshkov.corplan.utils.TariffPage;
import java.sql.Connection;
import java.sql.PreparedStatement;
impor... | UTF-8 | Java | 5,903 | java | JDBCTariffDao.java | Java | [
{
"context": "rplan.containers.QueryContainer.*;\n\n/**\n * @author Ivan Mieshkov\n */\npublic class JDBCTariffDao implements TariffD",
"end": 517,
"score": 0.9998354911804199,
"start": 504,
"tag": "NAME",
"value": "Ivan Mieshkov"
}
] | null | [] | package com.mieshkov.corplan.model.dao.impl;
import com.mieshkov.corplan.model.dao.TariffDao;
import com.mieshkov.corplan.model.dao.mapper.TariffMapper;
import com.mieshkov.corplan.model.entities.Tariff;
import com.mieshkov.corplan.utils.TariffPage;
import java.sql.Connection;
import java.sql.PreparedStatement;
impor... | 5,896 | 0.590208 | 0.587159 | 192 | 29.744791 | 25.076601 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505208 | false | false | 15 |
f5576f3d3e0dbcd95814cfa7ecdee8978622b0a9 | 14,568,529,120,749 | 9d173b2d7e8cb8f9de2618177ec5f64f9849fc0f | /src/main/java/br/com/auster/billcheckout/thresholds/TaxType.java | 61decd34877875d9cdadbed1f274e3fd36535153 | [] | no_license | m-rossini/bckv4 | https://github.com/m-rossini/bckv4 | c79aa8995bedaca9ac620e2343a364ce8dd70409 | c78e35db97e17fbe23551cf8ce67739852ef684b | refs/heads/master | 2021-01-10T21:47:15.786000 | 2015-09-18T16:39:52 | 2015-09-18T16:39:52 | 42,669,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2004-2007 Auster Solutions. All Rights Reserved.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE D... | UTF-8 | Java | 2,939 | java | TaxType.java | Java | [
{
"context": " be checked regardless of the tax\r\n * \r\n * @author framos\r\n * @version $Id$\r\n */\r\npublic class TaxType exte",
"end": 1493,
"score": 0.9994156360626221,
"start": 1487,
"tag": "USERNAME",
"value": "framos"
}
] | null | [] | /*
* Copyright (c) 2004-2007 Auster Solutions. All Rights Reserved.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE D... | 2,939 | 0.696836 | 0.684587 | 72 | 38.819443 | 29.408676 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 15 |
41ecc4d015a4300031f39b8adea0d70e2cd36175 | 30,167,850,325,563 | 0d945992807af9f58dcaa9a8f999ab9d902ed485 | /Anagram.java | 2ceff179274d535adc3980c799fcefe536acb31c | [] | no_license | ankit59345/DataStructres | https://github.com/ankit59345/DataStructres | ceb1b1d94719084e0fdec659dbf4506e3688837c | d65d3fef9b2e5600b4bf436d811d9a11b7597889 | refs/heads/master | 2020-12-14T01:34:41.681000 | 2020-02-05T15:37:54 | 2020-02-05T15:37:54 | 234,593,049 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.util.Arrays;
public class Anagram {
public static boolean checkAnagram(String a, String b){
String x = a.toLowerCase();
String y = b.toLowerCase();
char[] c1 = x.toCharArray();
char[] c2 = y.toCharArray();
if(c1.length != c2.length){
... | UTF-8 | Java | 996 | java | Anagram.java | Java | [] | null | [] | import java.util.Scanner;
import java.util.Arrays;
public class Anagram {
public static boolean checkAnagram(String a, String b){
String x = a.toLowerCase();
String y = b.toLowerCase();
char[] c1 = x.toCharArray();
char[] c2 = y.toCharArray();
if(c1.length != c2.length){
... | 996 | 0.537149 | 0.5251 | 36 | 26.666666 | 15.712698 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 15 |
8f020791abd1cfcb201985869d87403c2720608d | 30,167,850,326,960 | bf0605eb8bfb54fdcb89c041f86661e3f23515d5 | /app/src/test/java/com/cst438/project01/group08/DisplayActivityUnitTest.java | 0db7ca89f7de053417bc7faaae373821432293cc | [] | no_license | ctm93/Project01 | https://github.com/ctm93/Project01 | 4e88e6f28d8f9a1fdb144e848f6f69ad4bdb6a38 | 05482a2fad3b4439df72fca0644a7caa29111e74 | refs/heads/master | 2023-08-21T03:58:33.028000 | 2021-10-27T05:26:33 | 2021-10-27T05:26:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cst438.project01.group08;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
/**
*
* <h2><b>DisplayActivityUnitTest</b></h2>
* These are unit tests to test the display activity class.
*
* @author Eric Chavez Velez
*/
public class DisplayAct... | UTF-8 | Java | 1,072 | java | DisplayActivityUnitTest.java | Java | [
{
"context": " to test the display activity class.\n *\n * @author Eric Chavez Velez\n */\n\npublic class DisplayActivityUnitTest {\n\n ",
"end": 291,
"score": 0.9998854398727417,
"start": 274,
"tag": "NAME",
"value": "Eric Chavez Velez"
}
] | null | [] | package com.cst438.project01.group08;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
/**
*
* <h2><b>DisplayActivityUnitTest</b></h2>
* These are unit tests to test the display activity class.
*
* @author <NAME>
*/
public class DisplayActivityUnitTe... | 1,061 | 0.656716 | 0.648321 | 45 | 22.822222 | 23.986374 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 15 |
a49202ee0a26276676f40305d7e8e88ac039fec0 | 27,771,258,570,730 | d3c1f00753d499858dd1d55c8edc6dee490ffaa1 | /src/main/java/com/mail/bean/TwoDimensionCodeImage.java | 7f6a6cd508b126a716b3fa956f44a130795bdb2f | [] | no_license | daiyoucheng/mail | https://github.com/daiyoucheng/mail | 7d71e574355f8982097bf70d3a2dcced2afabdbb | 696c5a1d46a511bd26ca280d0a72b4042bffc85c | refs/heads/master | 2021-01-19T21:06:15.074000 | 2017-07-06T03:13:07 | 2017-07-06T03:13:07 | 88,607,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.mail.bean;
//
//import jp.sourceforge.qrcode.data.QRCodeImage;
//
//import java.awt.image.BufferedImage;
//
///**
// * Created by dai_youcheng on 2017/4/19.
// */
//public class TwoDimensionCodeImage implements QRCodeImage {
// BufferedImage bufImg;
//
// public TwoDimensionCodeImage(BufferedImage b... | UTF-8 | Java | 629 | java | TwoDimensionCodeImage.java | Java | [
{
"context": ".awt.image.BufferedImage;\n//\n///**\n// * Created by dai_youcheng on 2017/4/19.\n// */\n//public class TwoDimensionCo",
"end": 156,
"score": 0.9995389580726624,
"start": 144,
"tag": "USERNAME",
"value": "dai_youcheng"
}
] | null | [] | //package com.mail.bean;
//
//import jp.sourceforge.qrcode.data.QRCodeImage;
//
//import java.awt.image.BufferedImage;
//
///**
// * Created by dai_youcheng on 2017/4/19.
// */
//public class TwoDimensionCodeImage implements QRCodeImage {
// BufferedImage bufImg;
//
// public TwoDimensionCodeImage(BufferedImage b... | 629 | 0.593005 | 0.581876 | 31 | 19.290323 | 18.780899 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 15 |
4b29f5e5e0620a15ade75955efa5e58ea9077106 | 25,168,508,401,470 | 220df79567b350ea360e587c7576fa285590918b | /workspace_kiso/rally_labs/src/s2_2/S2_2TestShop2.java | fa6604d2fb05b9ef970c1c3562b0a4dda381caae | [] | no_license | ktokunaga3003/training | https://github.com/ktokunaga3003/training | 338b159d9469134698a31293575d8c197891d12b | 4b4fd2aba6f2c696e895c981aa0180e15b5c7fcd | refs/heads/master | 2022-11-15T16:58:40.198000 | 2020-06-29T08:54:40 | 2020-06-29T08:54:40 | 275,740,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package s2_2;
import java.util.*;
/****************************************************************************
* S2_2
* S2_2TestShop2.java
*
* S2_2のShop2クラスの単体テスト用クラス
* テスト内容:
* Test1:引数のないコンストラクタのテスト
* Test2:その他のコンストラクタとゲッターのテスト
* Test3:ゲッター・セッターのテスト
* Test4:業務ロジック addGoods()のテスト
* Test5:... | UTF-8 | Java | 4,475 | java | S2_2TestShop2.java | Java | [] | null | [] | package s2_2;
import java.util.*;
/****************************************************************************
* S2_2
* S2_2TestShop2.java
*
* S2_2のShop2クラスの単体テスト用クラス
* テスト内容:
* Test1:引数のないコンストラクタのテスト
* Test2:その他のコンストラクタとゲッターのテスト
* Test3:ゲッター・セッターのテスト
* Test4:業務ロジック addGoods()のテスト
* Test5:... | 4,475 | 0.601376 | 0.579092 | 126 | 26.849207 | 22.007959 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.301587 | false | false | 15 |
130bef4f5c4b1c77dc51da9cd3abdf8018370092 | 13,168,369,772,333 | 2f38bc8ca24096237a5bd970a0f191bdee250446 | /st_ü/ex5/src/de/tum/jk/findbugs/FindBugsMain.java | 0cd560725eb72b54a2943fd750b346c237e8ee4f | [] | no_license | pranomostro/sem2 | https://github.com/pranomostro/sem2 | d844fd8d1302653db9b512d1bf65a740ba245563 | 3eca98d99854a62190cada16f1988a74d961d788 | refs/heads/master | 2020-03-28T20:06:03.064000 | 2019-01-09T00:14:30 | 2019-01-09T00:14:30 | 149,038,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.tum.jk.findbugs;
public class FindBugsMain {
public static void main(String[] args) {
Student student1 = new Student("Samuel", "Singh");
Student student2 = new Student("Max", "Mustermann");
Course course = new Course("EIST");
course.addParticipant(student1);
course.addParticipant(student2);
... | UTF-8 | Java | 543 | java | FindBugsMain.java | Java | [
{
"context": "tring[] args) {\n\t\tStudent student1 = new Student(\"Samuel\", \"Singh\");\n\t\tStudent student2 = new Student(\"Max",
"end": 140,
"score": 0.9998199939727783,
"start": 134,
"tag": "NAME",
"value": "Samuel"
},
{
"context": "gs) {\n\t\tStudent student1 = new Student(\"S... | null | [] | package de.tum.jk.findbugs;
public class FindBugsMain {
public static void main(String[] args) {
Student student1 = new Student("Samuel", "Singh");
Student student2 = new Student("Max", "Mustermann");
Course course = new Course("EIST");
course.addParticipant(student1);
course.addParticipant(student2);
... | 543 | 0.736648 | 0.725599 | 20 | 26.15 | 20.9816 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 15 |
f15acccd7c63244836e847e1c9df20afd4a8f0f6 | 21,010,980,078,212 | 90601cfdec064b48a7e881e4f6281355e6d8b4a1 | /game_core/src/com/core/client/socket/SocketConnectionPool.java | 7c3eda14fc0331c39539bf0f84c2db2fcbcab5df | [] | no_license | npf888/game | https://github.com/npf888/game | 86a6e63e2e055d997af43e7fbb655c892a399dbb | f73eec261e17ec5a09950cf6b5b172e02dc8dde0 | refs/heads/master | 2020-03-21T22:33:56.413000 | 2018-06-29T10:57:54 | 2018-06-29T10:57:54 | 139,134,346 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.core.client.socket;
import java.io.IOException;
import org.apache.commons.pool.impl.GenericObjectPool;
import org.apache.mina.common.ByteBuffer;
/**
* Socket Connection连接池
* @author Thinker
*
*/
public class SocketConnectionPool
{
private final GenericObjectPool pool;
public Soc... | UTF-8 | Java | 2,281 | java | SocketConnectionPool.java | Java | [
{
"context": "fer;\r\n\r\n\r\n/**\r\n * Socket Connection连接池\r\n * @author Thinker\r\n * \r\n */\r\npublic class SocketConnectionPool\r\n{\r\n",
"end": 217,
"score": 0.7993522882461548,
"start": 210,
"tag": "USERNAME",
"value": "Thinker"
}
] | null | [] | package com.core.client.socket;
import java.io.IOException;
import org.apache.commons.pool.impl.GenericObjectPool;
import org.apache.mina.common.ByteBuffer;
/**
* Socket Connection连接池
* @author Thinker
*
*/
public class SocketConnectionPool
{
private final GenericObjectPool pool;
public Soc... | 2,281 | 0.653229 | 0.653229 | 110 | 17.845455 | 21.554239 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.054545 | false | false | 15 |
61eb3502c2cd4339d87029d7a03b8508490df3f3 | 21,010,980,075,568 | 508bc52629df3570ff9cf0c014331cb8102e103e | /src/main/java/ru/gasheva/client/clientserver/CallbackServer.java | 1569346cfeb2822e4164b42dc72d329d1050105a | [] | no_license | gasheva/FlickrPhotoManager | https://github.com/gasheva/FlickrPhotoManager | b7e905429e72fa2546e463d41758d18c8717ec5e | 83ca5cae7e14d02d6feee101b39e50107a9baec9 | refs/heads/master | 2023-06-23T16:58:55.335000 | 2021-07-24T03:20:41 | 2021-07-24T03:20:41 | 300,165,287 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.gasheva.client.clientserver;
import com.sun.net.httpserver.HttpServer;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.util.concurrent.CompletableFuture;
class CallbackServer {
private final HttpServer server;
private final CompletableFuture<... | UTF-8 | Java | 1,005 | java | CallbackServer.java | Java | [] | null | [] | package ru.gasheva.client.clientserver;
import com.sun.net.httpserver.HttpServer;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.util.concurrent.CompletableFuture;
class CallbackServer {
private final HttpServer server;
private final CompletableFuture<... | 1,005 | 0.700498 | 0.691542 | 37 | 26.162163 | 26.351587 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 15 |
fab2bc62bdc4b9da0927fedb92b21392ce277e85 | 3,496,103,431,373 | d222030224a023d3d649de195cd2642ce72177eb | /src/main/java/com/ryan/data/AccountDataAccess.java | cac4dcfe86deb8f868d0a3f2f2bcfbaa7ce7d6d5 | [] | no_license | ryanmohler17/Revature_Project0 | https://github.com/ryanmohler17/Revature_Project0 | 0cb34553df933805037edb3b45c847915d13499f | 991af563aec950e3ce53948036e7fc3e07924d77 | refs/heads/master | 2023-08-06T21:36:17.913000 | 2021-09-22T19:02:32 | 2021-09-22T19:02:32 | 409,318,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ryan.data;
import com.ryan.models.Account;
import java.util.List;
public interface AccountDataAccess extends DataAccess<Account, Integer> {
List<Account> getAccountsForUser(int userId);
}
| UTF-8 | Java | 209 | java | AccountDataAccess.java | Java | [] | null | [] | package com.ryan.data;
import com.ryan.models.Account;
import java.util.List;
public interface AccountDataAccess extends DataAccess<Account, Integer> {
List<Account> getAccountsForUser(int userId);
}
| 209 | 0.779904 | 0.779904 | 11 | 18 | 23.541067 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 15 |
e8e1c55b0e6a757e924f34fc0e71044331d5dfcf | 14,989,435,928,933 | 7561d3c7402eebb6f26a4200d79e8872855a283f | /TCSS360_Group3_Project/src/gui/ViewCalendarGUI.java | b9333f8373b58582c821aaed00372e9e441c7ce1 | [] | no_license | Iriohm/tcss360group3project | https://github.com/Iriohm/tcss360group3project | d6b35114dab8ccf09ee76bfed5dcda979c61d16e | f78fe7b61a7bb2763de2ce8dcb6b03a71f03891b | refs/heads/master | 2021-01-13T10:05:37.714000 | 2016-12-06T15:49:00 | 2016-12-06T15:49:00 | 72,126,500 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.List;
import dataStorage.SerializeData;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene... | UTF-8 | Java | 10,710 | java | ViewCalendarGUI.java | Java | [
{
"context": "d button will bring up auction info.\r\n*\r\n* @author Justin Washburn\r\n* @version 30 Nov 2016\r\n*\r\n*/\r\npublic class View",
"end": 993,
"score": 0.9997376203536987,
"start": 978,
"tag": "NAME",
"value": "Justin Washburn"
}
] | null | [] | package gui;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.List;
import dataStorage.SerializeData;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene... | 10,701 | 0.602148 | 0.592997 | 291 | 34.804123 | 29.593224 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.030928 | false | false | 15 |
3ca666860eed04394b65940976594c1d4bede8aa | 32,401,233,301,724 | 024ef33f04da3a84f9c44e4180604f5a9339f161 | /ga-supervision-mgt/src/main/java/com/atosenet/ga/company/mgt/util/WordExportService.java | ffe7da719b154fa0172e58b7e7fcc42304c3b905 | [] | no_license | pitaoWang/ga_supervision | https://github.com/pitaoWang/ga_supervision | d95da46b39cf61185ac9c8f32f285e0198a4a8c2 | 4dc42dae1fae66f6065f27c65a52765b7e6f5f07 | refs/heads/master | 2020-04-08T22:27:49.202000 | 2018-12-04T09:43:35 | 2018-12-04T09:43:35 | 159,641,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atosenet.ga.company.mgt.util;
import java.io.IOException;
import java.net.URLEncoder;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.io.IOUtils;
import o... | UTF-8 | Java | 1,667 | java | WordExportService.java | Java | [] | null | [] | package com.atosenet.ga.company.mgt.util;
import java.io.IOException;
import java.net.URLEncoder;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.io.IOUtils;
import o... | 1,667 | 0.778934 | 0.777097 | 53 | 29.811321 | 26.945127 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.830189 | false | false | 15 |
89521926ec6a7b7a04d6846589067172f5fac253 | 25,194,278,221,883 | 78142b9593ee5869445ccc9c0a42528d84552c15 | /app/src/main/java/com/example/admin/translator/models/User.java | dc748136fb85b1ccdf943e0bd7aa98e5342136d4 | [] | no_license | Shubham-Vishwakarma/Linkz_Translator | https://github.com/Shubham-Vishwakarma/Linkz_Translator | aef70568fdbe25eaa38fb3f317ed4c8c4e45a0e5 | 1a7df9a6b6ac0c4bac1a688574241c9e8e295492 | refs/heads/master | 2021-01-20T06:04:09.623000 | 2017-10-30T18:16:02 | 2017-10-30T18:16:02 | 101,478,682 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.admin.translator.models;
/**
* Created by Hanumaan on 10/29/2017.
*/
public class User {
public String Name;
public String Email;
public User() {
}
public User(String Name,String Email) {
this.Name=Name;
this.Email=Email;
}
}
| UTF-8 | Java | 292 | java | User.java | Java | [
{
"context": "xample.admin.translator.models;\n\n/**\n * Created by Hanumaan on 10/29/2017.\n */\n\npublic class User {\n publi",
"end": 72,
"score": 0.9052857756614685,
"start": 64,
"tag": "USERNAME",
"value": "Hanumaan"
}
] | null | [] | package com.example.admin.translator.models;
/**
* Created by Hanumaan on 10/29/2017.
*/
public class User {
public String Name;
public String Email;
public User() {
}
public User(String Name,String Email) {
this.Name=Name;
this.Email=Email;
}
}
| 292 | 0.616438 | 0.589041 | 18 | 15.222222 | 14.968692 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
a105fe8284968de3c666463ceaf1ddab804973e1 | 12,713,103,201,108 | fb747e761109f71c71eb90a9da3e7739f35ff2d9 | /SUMMAR/APP/summar_v3/app/src/main/java/com/example/summar_v3/Web_url.java | a5b234c377ef5dfe4735386c851ba090786f416e | [] | no_license | PallasChen/summar-new | https://github.com/PallasChen/summar-new | d971c53d1f2494bd9b67dc5783f40335934a8c6e | eb2c5ba2d76c012044e8d57989a9544133e49f4d | refs/heads/master | 2021-05-25T07:58:21.980000 | 2020-04-07T08:14:13 | 2020-04-07T08:14:13 | 253,728,958 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.summar_v3;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.webkit.WebSettings;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class Web_url extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInsta... | UTF-8 | Java | 940 | java | Web_url.java | Java | [] | null | [] | package com.example.summar_v3;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.webkit.WebSettings;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class Web_url extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInsta... | 940 | 0.707792 | 0.705628 | 29 | 30.862068 | 20.195124 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 15 |
ac35eed9d2d30eab5babee04e81b8ba3b471febd | 20,486,994,008,564 | 8fb57bb3a2be1c73e757166f922a5002ba8f4fd7 | /java09_swing/src/CalculatorEX2.java | de601efdf5da3fccb379ae953cc8d5cf57820189 | [] | no_license | KangMunYoung/JavaStudy | https://github.com/KangMunYoung/JavaStudy | f83a543f252ededc25a6243093aa4b6bf65fb36a | f231c22be053c1b4c10998fe17d70ea9c7cce40f | refs/heads/main | 2023-07-02T06:29:57.259000 | 2021-08-12T05:30:24 | 2021-08-12T05:30:24 | 375,296,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class CalculatorEX2 extends JPanel implements Act... | UHC | Java | 3,771 | java | CalculatorEX2.java | Java | [] | null | [] | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class CalculatorEX2 extends JPanel implements Act... | 3,771 | 0.617587 | 0.603272 | 146 | 22.445206 | 16.366116 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.623288 | false | false | 15 |
b452cf8d61ee2620559c7ce6111ceba4c3642eff | 17,575,006,181,506 | 6b9f50fa105da4ead3d7772283de3c895f1ace7f | /HouseFund/FundService/FundService-Entity/src/main/java/com/ciicsh/gto/afsupportcenter/housefund/fundservice/bo/HfEmpTaskRemarkBo.java | 5c527f23283dbb6e79188185e998209a578edaf9 | [] | no_license | viankoo/CIIC-AFSupportCenter | https://github.com/viankoo/CIIC-AFSupportCenter | f90b0c409e043fbc0a782885ff836a4cf65bb36c | cc218030a33a39466a4fdc34608ce915673357f4 | refs/heads/master | 2020-04-02T09:19:44.742000 | 2018-12-04T09:44:45 | 2018-12-04T09:44:45 | 154,287,681 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ciicsh.gto.afsupportcenter.housefund.fundservice.bo;
import com.ciicsh.gto.afsupportcenter.housefund.fundservice.constant.HfEmpTaskConstant;
import com.ciicsh.gto.afsupportcenter.util.constant.DictUtil;
import com.ciicsh.gto.afsupportcenter.util.constant.SocialSecurityConst;
import lombok.Data;
import jav... | UTF-8 | Java | 2,142 | java | HfEmpTaskRemarkBo.java | Java | [] | null | [] | package com.ciicsh.gto.afsupportcenter.housefund.fundservice.bo;
import com.ciicsh.gto.afsupportcenter.housefund.fundservice.constant.HfEmpTaskConstant;
import com.ciicsh.gto.afsupportcenter.util.constant.DictUtil;
import com.ciicsh.gto.afsupportcenter.util.constant.SocialSecurityConst;
import lombok.Data;
import jav... | 2,142 | 0.745098 | 0.744631 | 60 | 34.700001 | 34.605057 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 15 |
985dad033ba264284588de48a492f6e90160ffe5 | 17,575,006,180,973 | bed9f4a3ff451b16db23cdd3421b3ab540181c85 | /SimpleTesting/src/main/java/ck/solo/simpletesting/model/Answer.java | 4189ac4e75100efccd8136e0db32e16c08b758af | [] | no_license | shkigor/simpletesting | https://github.com/shkigor/simpletesting | 60987c8aad4ba687f1e525653df47542ed79b18b | 5042f24b3f1024c269d1c9a8087e3b362ae8a5d3 | refs/heads/master | 2020-05-21T11:35:11.081000 | 2015-08-05T12:07:59 | 2015-08-05T12:07:59 | 39,829,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ck.solo.simpletesting.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "answers")
public cl... | UTF-8 | Java | 1,397 | java | Answer.java | Java | [] | null | [] | package ck.solo.simpletesting.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "answers")
public cl... | 1,397 | 0.680744 | 0.675734 | 76 | 17.381578 | 15.725412 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.355263 | false | false | 15 |
7a080e67d3e8b7f221843aae442b939069abdf08 | 21,242,908,253,532 | f62e7e741a3be8c77f724b4e8b59dede402f2450 | /PKU-MOOC-JavaExample/code/ch11/graphDemo/JpegCreate.java | 26e486a0208d575dff52bc15af56cdc65ef3c773 | [] | no_license | Uestc-xiye/Java-Program-Design | https://github.com/Uestc-xiye/Java-Program-Design | 3c86e695462f932919275dfb73a85e60095a5d18 | a4576fcb884b5126b98cd4572c277d5af9991763 | refs/heads/master | 2022-11-25T06:09:09.885000 | 2020-07-31T14:27:59 | 2020-07-31T14:27:59 | 284,048,674 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.File;
public class JpegCreate {
public static void main(String[] args) throws Exception{
int width=400, height=200;
BufferedImage image
= new BufferedImage(width, height,
... | UTF-8 | Java | 1,559 | java | JpegCreate.java | Java | [] | null | [] | import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.File;
public class JpegCreate {
public static void main(String[] args) throws Exception{
int width=400, height=200;
BufferedImage image
= new BufferedImage(width, height,
... | 1,559 | 0.583066 | 0.552919 | 51 | 29.588236 | 17.335419 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.705882 | false | false | 15 |
ece09d33c81ed252fba277508ff2453dfdc23a48 | 32,212,254,785,272 | b4905091e71808bf49f3b6fe6d8ba135fa436db0 | /app/src/main/java/com/sopinet/trazeo/app/gson/Login.java | cd97706bac256f26754e427f439dae46916f759e | [] | no_license | sopinet/trazeo-android-app | https://github.com/sopinet/trazeo-android-app | 5a2d089262fb41859e7388c0ac341ad67c9e7b8d | 9c2f87bbec36b119d42e56f29dc8ecbe3d8e50f5 | refs/heads/master | 2016-09-05T23:52:59.276000 | 2016-01-29T11:21:24 | 2016-01-29T11:21:24 | 18,996,294 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sopinet.trazeo.app.gson;
import com.sopinet.android.nethelper.MinimalJSON;
import com.sopinet.trazeo.app.gson.User;
public class Login extends MinimalJSON {
public User data;
} | UTF-8 | Java | 194 | java | Login.java | Java | [] | null | [] | package com.sopinet.trazeo.app.gson;
import com.sopinet.android.nethelper.MinimalJSON;
import com.sopinet.trazeo.app.gson.User;
public class Login extends MinimalJSON {
public User data;
} | 194 | 0.793814 | 0.793814 | 8 | 23.375 | 19.260954 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
545be8219826690eaa1d4c9ef8b1e3da4fba6c27 | 22,084,721,894,469 | eead68704205e4eee5d76844177ca6172f7fcd38 | /cloud_services/property-tenant-service/src/main/java/com/kyle/ie/tenant/models/PendingTenantComposite.java | 3de3a26d07b7a64e820d3d39318cd78a51d19fea | [] | no_license | Cit-WKyle/OLD_appliance_maintenance_management | https://github.com/Cit-WKyle/OLD_appliance_maintenance_management | f45c96d2b633e3fc8dc26da0fd6d33280cc81f16 | f608dd874f1a92cda6de0b4b5814a6166afaeac6 | refs/heads/master | 2021-01-20T10:09:45.470000 | 2017-05-18T18:54:33 | 2017-05-18T18:54:33 | 90,327,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kyle.ie.tenant.models;
public class PendingTenantComposite {
private PendingTenant tenant;
private String username;
private String propertyName;
public PendingTenant getTenant() {
return tenant;
}
public void setTenant(PendingTenant tenant) {
this.tenant = tenant;
}
public String getUse... | UTF-8 | Java | 588 | java | PendingTenantComposite.java | Java | [] | null | [] | package com.kyle.ie.tenant.models;
public class PendingTenantComposite {
private PendingTenant tenant;
private String username;
private String propertyName;
public PendingTenant getTenant() {
return tenant;
}
public void setTenant(PendingTenant tenant) {
this.tenant = tenant;
}
public String getUse... | 588 | 0.739796 | 0.739796 | 36 | 15.333333 | 16.541195 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.138889 | false | false | 15 |
22f40d1b8502fc9a821f5bf7806b83cb9e1794dd | 25,185,688,228,645 | 7ff115e5a508e34beebe11c5d3afc7c40bc22074 | /src/sp/EventAnalyzer.java | 6c42938de0a26d579c945585fb244980dbd3d002 | [
"MIT"
] | permissive | dparasam/events-spark | https://github.com/dparasam/events-spark | b45a4f372aa71c9a58cbaf324f3e23c9a91ea686 | 23569a91513bec8a6311e61a3ed952edac22c675 | refs/heads/master | 2020-06-12T21:32:41.330000 | 2019-06-30T00:01:15 | 2019-06-30T00:01:15 | 194,431,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sp;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import org.apache.spark.SparkConf;
import org.apache.spark.api.java.function.FlatMapFunction;
import org.apache.spark.api.java.function.Function;
import org.apache.spark.streaming.Duration;
import org.apache.spark.streaming.api... | UTF-8 | Java | 5,257 | java | EventAnalyzer.java | Java | [] | null | [] | package sp;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import org.apache.spark.SparkConf;
import org.apache.spark.api.java.function.FlatMapFunction;
import org.apache.spark.api.java.function.Function;
import org.apache.spark.streaming.Duration;
import org.apache.spark.streaming.api... | 5,257 | 0.662098 | 0.650676 | 111 | 46.324326 | 31.437386 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
75c4400d40afb87968493f3f44e3da3692d3f2f2 | 7,679,401,545,280 | ba74038a0d3a24d93e6dbd1f166530f8cb1dd641 | /teamclock/src/java/com/fivesticks/time/system/Update2005_June_AccountTransactionUpdateCommand.java | 305f50ba4ed4f26b61550e87b861085668884230 | [] | no_license | ReidCarlberg/teamclock | https://github.com/ReidCarlberg/teamclock | 63ce1058c62c0a00d63a429bac275c4888ada79a | 4ac078610be86cf0902a73b1ba2a697f9dcf4e3c | refs/heads/master | 2016-09-05T23:46:28.600000 | 2009-09-18T07:25:37 | 2009-09-18T07:25:37 | 32,190,901 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on Dec 30, 2004 by REID
*/
package com.fivesticks.time.system;
import java.util.Collection;
import java.util.Iterator;
import com.fivesticks.time.account.AccountTransaction;
import com.fivesticks.time.account.AccountTransactionCriteriaParameters;
import com.fivesticks.time.account.AccountTran... | UTF-8 | Java | 1,404 | java | Update2005_June_AccountTransactionUpdateCommand.java | Java | [
{
"context": "/*\r\n * Created on Dec 30, 2004 by REID\r\n */\r\npackage com.fivesticks.time.system;\r\n\r\nimpo",
"end": 38,
"score": 0.9883699417114258,
"start": 34,
"tag": "NAME",
"value": "REID"
},
{
"context": "stomerAccountTransactionType;\r\n\r\n\r\n/**\r\n * @author REID\r\n ... | null | [] | /*
* Created on Dec 30, 2004 by REID
*/
package com.fivesticks.time.system;
import java.util.Collection;
import java.util.Iterator;
import com.fivesticks.time.account.AccountTransaction;
import com.fivesticks.time.account.AccountTransactionCriteriaParameters;
import com.fivesticks.time.account.AccountTran... | 1,404 | 0.672365 | 0.665242 | 45 | 29.244444 | 28.645849 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 15 |
ad61e2f982495259941d53aa2dd89cde92b42d07 | 8,272,107,045,765 | a5963c67c5f38d42684b9fb4be9af05be6ccc580 | /StringManipulation.java | 4e1d0a4923597601bc2a4ae0b2cab93ee1ff8f7b | [] | no_license | danmedsa/Algorithms-DataStructures | https://github.com/danmedsa/Algorithms-DataStructures | 76cf720bace0b4d533b85a6191ded6121489b413 | 2dc0015dd79d3f55e5193fefdfa4aa5f3ede8c00 | refs/heads/master | 2020-03-26T04:32:53.557000 | 2018-08-13T02:37:54 | 2018-08-13T02:37:54 | 144,509,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.danielmedina;
import java.lang.reflect.Array;
import java.util.HashMap;
import static java.lang.System.out;
public class StringManipulation {
private String str;
public StringManipulation(String str) {
out.println("--- StringManipulation Initialized with String: " + str + " ---");
... | UTF-8 | Java | 923 | java | StringManipulation.java | Java | [
{
"context": "package com.danielmedina;\n\n\nimport java.lang.reflect.Array;\nimport java.ut",
"end": 24,
"score": 0.8078113198280334,
"start": 12,
"tag": "USERNAME",
"value": "danielmedina"
}
] | null | [] | package com.danielmedina;
import java.lang.reflect.Array;
import java.util.HashMap;
import static java.lang.System.out;
public class StringManipulation {
private String str;
public StringManipulation(String str) {
out.println("--- StringManipulation Initialized with String: " + str + " ---");
... | 923 | 0.550379 | 0.547129 | 37 | 23.945946 | 21.996248 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 15 |
8c70d9bb24deebbd11f9c6a2da54c077f3b213e6 | 17,540,646,470,937 | 3ff1f32f0333b014bdc5aa0dd6fe1e245878e3d1 | /src/com/papersales/dao/impl/MaterrielstoragedetailDaoImpl.java | 9ff6ae74a129c483497c8f569d0b8a8980d95641 | [] | no_license | qcmoke/PaperSales | https://github.com/qcmoke/PaperSales | 6cfa711b852c2eccd1fc21cf62bef7b345d4bece | 33b4271ee589159a38af5da963e3e3b8c453cc68 | refs/heads/master | 2020-04-09T22:35:00.999000 | 2018-12-20T08:29:35 | 2018-12-20T08:29:35 | 160,632,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.papersales.dao.impl;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.papersales.beans.Materrielstoragedetail;
import com.papersales.dao.MaterrielstoragedetailDao;... | UTF-8 | Java | 7,019 | java | MaterrielstoragedetailDaoImpl.java | Java | [] | null | [] | package com.papersales.dao.impl;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.papersales.beans.Materrielstoragedetail;
import com.papersales.dao.MaterrielstoragedetailDao;... | 7,019 | 0.643285 | 0.637001 | 282 | 22.265957 | 18.620991 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.843972 | false | false | 15 |
6fe2becdce200d575ff8276da92bcd9e1789931c | 2,190,433,361,227 | 66a5a27442449348c937358450efa2a387befd3f | /プログラミングの授業/src/sec04/Example01.java | 0e3a2b1af10138e7d159bfb5c9c4fea003879bda | [] | no_license | djlc/Javavavava | https://github.com/djlc/Javavavava | 7f095afa830064f26140a7b5211091c4129592a3 | 3528b72887de2c3fb4f8c074dd5c2c4e1a47ce57 | refs/heads/master | 2015-09-24T17:24:22.339000 | 2015-09-24T02:31:52 | 2015-09-24T02:31:52 | 38,189,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sec04;
class Example01 {
public static void main(String[] args) {
String name;
name = "ああああ";
System.out.println("おはよう!" + name + "さん");
}
}
| UTF-8 | Java | 208 | java | Example01.java | Java | [] | null | [] | package sec04;
class Example01 {
public static void main(String[] args) {
String name;
name = "ああああ";
System.out.println("おはよう!" + name + "さん");
}
}
| 208 | 0.537634 | 0.516129 | 11 | 14.909091 | 16.127077 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 15 |
d14365aa865de5a8402890a2f2fddd43b4eb370e | 2,190,433,362,975 | fbaa9e5661cd0103f43ded2711ba5fcab8507333 | /src/Other.java | c8a1989e11926fe750c846f101470673c7656f9c | [] | no_license | xiaofeivip/Interview | https://github.com/xiaofeivip/Interview | 75bf2276df699356b393dbfa6d23559eb29bbd53 | 3939d003309dbe0fa16fe7cd9c5fde3a3d594ed2 | refs/heads/master | 2022-01-30T11:35:57.872000 | 2019-07-20T03:08:12 | 2019-07-20T03:08:12 | 197,867,696 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Test;
/**
* 其他测试
*
* @author xiaofei
*/
public class Other {
/**
* 冒泡排序
*/
@Test
public void arraySort1() {
int temp;
int[] array = {1, 2, 54, 22, 3443, 32};
for (int i = 0; i < array.length; i++) {
for (int j = i + 1; j < array.length; j+... | UTF-8 | Java | 636 | java | Other.java | Java | [
{
"context": "import org.junit.Test;\n\n/**\n * 其他测试\n *\n * @author xiaofei\n */\npublic class Other {\n\n /**\n * 冒泡排序\n ",
"end": 57,
"score": 0.8747309446334839,
"start": 50,
"tag": "USERNAME",
"value": "xiaofei"
}
] | null | [] | import org.junit.Test;
/**
* 其他测试
*
* @author xiaofei
*/
public class Other {
/**
* 冒泡排序
*/
@Test
public void arraySort1() {
int temp;
int[] array = {1, 2, 54, 22, 3443, 32};
for (int i = 0; i < array.length; i++) {
for (int j = i + 1; j < array.length; j+... | 636 | 0.377419 | 0.353226 | 31 | 18.967741 | 16.588926 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 15 |
5466b220f896ce856770d924250efa0627cef1b2 | 30,554,397,389,496 | 6b243a716b878338130e608f7e5ba710de38a8cf | /RequestForProposal.java | 382f9ca3f7a1de33482abe25ef20c070f6a05c39 | [] | no_license | DoctorZero/CompetitiveProgrammingPractice | https://github.com/DoctorZero/CompetitiveProgrammingPractice | 30c2c39ca0e4fcf9a29e566dd20224b9bc795c99 | 8c2ab923f9e39e7ff1d799451f9ca96a6bf92d1d | refs/heads/master | 2016-08-05T17:50:25.543000 | 2015-07-15T01:49:31 | 2015-07-15T01:49:31 | 35,072,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
public class RequestForProposal {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner input = new Scanner (System.in);
int n = input.nextInt();
int p = input.nextInt();
int count = 0;
while (n != 0 && p != 0){
String[] Topic = new S... | UTF-8 | Java | 1,609 | java | RequestForProposal.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
public class RequestForProposal {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner input = new Scanner (System.in);
int n = input.nextInt();
int p = input.nextInt();
int count = 0;
while (n != 0 && p != 0){
String[] Topic = new S... | 1,609 | 0.569298 | 0.543816 | 56 | 27.732143 | 20.41226 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.732143 | false | false | 15 |
bbb0c4df5de5de30df7e623588807c2d9c572829 | 24,395,414,301,942 | ad313b48b213c50d0403aef7064e817fe32a9f4a | /src/_2_1_nomes/Main.java | 740f778605396968d9e8e9b58326b77586276950 | [] | no_license | rafa281296/Gof-criacionais | https://github.com/rafa281296/Gof-criacionais | f3196186e397c4707b18973bdc6d98668267b5ad | 235b8f60da37b5fbc8a496d91e17a8cceeb5e920 | refs/heads/master | 2022-09-29T18:49:06.892000 | 2020-06-06T19:55:38 | 2020-06-06T19:55:38 | 270,086,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _2_1_nomes;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
ArrayList<String> nomes = new ArrayList<>();
nomes.add("Rafael Rocha");
nomes.add("Jose Rocha");
nomes.add("Angela, Molon");
nomes.add("Isaben, Cristina");
NameParserCreator parser;
for (St... | UTF-8 | Java | 507 | java | Main.java | Java | [
{
"context": "t<String> nomes = new ArrayList<>();\n\t\tnomes.add(\"Rafael Rocha\");\n\t\tnomes.add(\"Jose Rocha\");\n\t\tnomes.add(\"Angela",
"end": 186,
"score": 0.9998594522476196,
"start": 174,
"tag": "NAME",
"value": "Rafael Rocha"
},
{
"context": "st<>();\n\t\tnomes.add(\"Rafae... | null | [] | package _2_1_nomes;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
ArrayList<String> nomes = new ArrayList<>();
nomes.add("<NAME>");
nomes.add("<NAME>");
nomes.add("<NAME>");
nomes.add("<NAME>");
NameParserCreator parser;
for (String nome: nomes) {
if(n... | 480 | 0.641026 | 0.637081 | 27 | 17.777779 | 15.159237 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.148148 | false | false | 15 |
ef8632280c7b2764ab74a1bbd1cab356a9dc5394 | 13,280,038,924,145 | 55f24996c0c23ffccd9313aab2f6e592045299b6 | /core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/apache/cocoon/selection/Selector.java | 958617899587ff256ed50dd97bc8dfc9b73dcf80 | [
"Apache-2.0"
] | permissive | apache/cocoon | https://github.com/apache/cocoon | 8c02bc6adf53488e11da3ccdd2bfeda74d831710 | 68e7a576e54e43b5e10ecdf3e713aef224ddda21 | refs/heads/trunk | 2023-09-03T15:52:29.338000 | 2023-08-01T08:49:28 | 2023-08-01T08:49:28 | 206,428 | 22 | 34 | Apache-2.0 | false | 2023-08-01T07:30:54 | 2009-05-21T02:12:25 | 2023-07-25T13:41:21 | 2023-08-01T07:30:54 | 364,312 | 22 | 22 | 9 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 1,660 | java | Selector.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 1,660 | 0.711446 | 0.709036 | 41 | 39.439026 | 30.573421 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 15 |
b3144707eb990fc511b8ed6e354ee0f7f67e2981 | 22,187,801,092,998 | 3eca6278418d9eef7f5f850b23714a8356ef525f | /tumi/SeguridadWeb/src/pe/com/tumi/adminCuenta/controller/PerJuridicaController.java | 746276436c9950656ec4294eb9f567b54042367c | [] | no_license | cdelosrios88/tumiws-bizarq | https://github.com/cdelosrios88/tumiws-bizarq | 2728235b3f3239f12f14b586bb6349e2f9b8cf4f | 7b32fa5765a4384b8d219c5f95327b2e14dd07ac | refs/heads/master | 2021-01-23T22:53:21.052000 | 2014-07-05T05:19:58 | 2014-07-05T05:19:58 | 32,641,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.com.tumi.adminCuenta.controller;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import javax.faces.component.UIComponent;
import javax.faces.event.ActionEvent;
import pe.com.tumi.adminCuenta.domain... | ISO-8859-1 | Java | 21,902 | java | PerJuridicaController.java | Java | [] | null | [] | package pe.com.tumi.adminCuenta.controller;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import javax.faces.component.UIComponent;
import javax.faces.event.ActionEvent;
import pe.com.tumi.adminCuenta.domain... | 21,902 | 0.75476 | 0.752203 | 476 | 44.010506 | 29.126606 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.659664 | false | false | 15 |
44c68df823d9f82d43ad68bb2fc44359d878b740 | 29,154,238,059,638 | 3a0aed1e95045de1cd54cfa657e1a725ad5ad5d0 | /app/src/main/java/com/example/javi_/practicaandroid/ActividadPrincipal.java | 81b4280f8574d87dea65fd53b310d61db9996635 | [] | no_license | JaviSG91/practicaAndroid | https://github.com/JaviSG91/practicaAndroid | 4250a087ca53aa9ba1b9dc557f8d01821c27820c | e50fcdd3396af8b045d06620fab779610b100292 | refs/heads/master | 2016-08-12T20:36:40.926000 | 2016-01-26T22:54:35 | 2016-01-26T22:54:35 | 50,465,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.javi_.practicaandroid;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.res.Resources;
import android.database.Cursor;
import android.graphics.drawable.Drawable;
import android.media.MediaPlaye... | UTF-8 | Java | 11,367 | java | ActividadPrincipal.java | Java | [] | null | [] | package com.example.javi_.practicaandroid;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.res.Resources;
import android.database.Cursor;
import android.graphics.drawable.Drawable;
import android.media.MediaPlaye... | 11,367 | 0.577488 | 0.566752 | 342 | 32.225147 | 25.048822 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
59e54a898c9ee5f6bd8451559f4a1ca648ed8ed8 | 33,741,263,078,980 | db3c8e7f02026f3e2e8f52035c2afd368b91a0fd | /src/main/java/com/demo/config/WebAppInitializer.java | dbf36faf6d946a3e474a34454b7cf664558ebb8d | [] | no_license | weifeng17183/demo1 | https://github.com/weifeng17183/demo1 | f446ae806e40039f6ac4424079a5a7fa949032bd | 5992de8f0b46fae9f7e79a13aefb5cc3f0e0ee8b | refs/heads/master | 2021-01-18T03:38:46.042000 | 2017-03-22T08:20:46 | 2017-03-22T08:20:46 | 85,802,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.config;
import java.util.EnumSet;
import javax.servlet.DispatcherType;
import javax.servlet.FilterRegistration;
import javax.servlet.ServletContext;
import javax.servlet.ServletRegistration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.WebApplicationInitial... | UTF-8 | Java | 2,712 | java | WebAppInitializer.java | Java | [] | null | [] | package com.demo.config;
import java.util.EnumSet;
import javax.servlet.DispatcherType;
import javax.servlet.FilterRegistration;
import javax.servlet.ServletContext;
import javax.servlet.ServletRegistration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.WebApplicationInitial... | 2,712 | 0.789823 | 0.788348 | 66 | 40.090908 | 36.771088 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 15 |
d5e8fc32b37bca67c0b2c84dc8bd538586502e3e | 16,922,171,157,903 | 65f46059273299b2f510609d1a6f72a87c717cea | /app/src/main/java/com/example/findpharmacy/model/User.java | fe554b9c0209949a13541d23d621f1c9c7e6e023 | [] | no_license | benmac104/FindPharmacy | https://github.com/benmac104/FindPharmacy | 98e0f10e56883aedae8b9f55eed96e511b9700a3 | 8e2003067a344551d195f910f39792a4938ac8f8 | refs/heads/master | 2022-12-09T07:03:08.201000 | 2020-08-20T12:31:41 | 2020-08-20T12:31:41 | 289,013,784 | 0 | 0 | null | true | 2020-08-20T13:29:01 | 2020-08-20T13:29:00 | 2020-08-20T12:32:59 | 2020-08-20T12:31:47 | 0 | 0 | 0 | 0 | null | false | false | package com.example.findpharmacy.model;
import java.util.HashMap;
import java.util.Map;
public class User {
private final String mEmail;
private final String mPassword;
private final String mRiskGroup;
public User(String mEmail, String mPassword, String mRiskGroup) {
this.mEmail = mEmail;
... | UTF-8 | Java | 600 | java | User.java | Java | [
{
"context": " this.mEmail = mEmail;\n this.mPassword = mPassword;\n this.mRiskGroup = mRiskGroup;\n\n }\n\n\n ",
"end": 353,
"score": 0.9873875379562378,
"start": 344,
"tag": "PASSWORD",
"value": "mPassword"
},
{
"context": "\n\n public String getPassword() {\... | null | [] | package com.example.findpharmacy.model;
import java.util.HashMap;
import java.util.Map;
public class User {
private final String mEmail;
private final String mPassword;
private final String mRiskGroup;
public User(String mEmail, String mPassword, String mRiskGroup) {
this.mEmail = mEmail;
... | 601 | 0.651667 | 0.651667 | 32 | 17.75 | 17.354753 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 15 |
1f7e193df8b76f70b532297d4971f61b30e1d5fc | 11,003,706,212,654 | 98a56f321a420d49a3da16c7efc9ee45bc00ca09 | /Loiane Groner/Primeira Lista/ex04.java | c6f8323f2c6b87b66d1bdf7a0b43f82f861b6adb | [] | no_license | Darlley/Java | https://github.com/Darlley/Java | 4cefaea1fba5c8d7b767aedc8fe24a6c3da152c7 | 1a0b714464c450100ed5d99546f16d056b1c4bce | refs/heads/master | 2023-08-15T00:51:56.882000 | 2021-09-16T21:24:14 | 2021-09-16T21:24:14 | 138,891,281 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class ex04 {
puclic static void main(String[] args){
Scanner scan = new Scanner(System.in);
System.out.println("Informe a primeira nota: ");
double nota1 = scan.nextDouble();
System.out.println("Informe a segunda nota: ");
double nota2 = scan.nextDouble(... | UTF-8 | Java | 651 | java | ex04.java | Java | [] | null | [] | import java.util.Scanner;
public class ex04 {
puclic static void main(String[] args){
Scanner scan = new Scanner(System.in);
System.out.println("Informe a primeira nota: ");
double nota1 = scan.nextDouble();
System.out.println("Informe a segunda nota: ");
double nota2 = scan.nextDouble(... | 651 | 0.642527 | 0.625578 | 22 | 28.5 | 21.618069 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 15 |
c108237df58612e12fcaf52288f3137c9edd11d7 | 28,716,151,343,679 | 4d657e94dd0dfa1aef1278e5bd3a6aedf86d31ec | /src/main/java/evaluation/abstractClass/Animal.java | c2f56a8e75cccb8a6108ea4ba5174e40d6dd9466 | [] | no_license | kannu1296/javaproject | https://github.com/kannu1296/javaproject | 5cddca336b0dd35cd442082b52afe0d685156bb4 | 465c90910ef7f86ba369a5b9ac5cd3ab74f7b34c | refs/heads/master | 2023-01-12T19:30:37.103000 | 2020-11-01T10:40:29 | 2020-11-01T10:40:29 | 309,072,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package evaluation.abstractClass;
//Class to show abstraction example
abstract class Animal {
//Abstract method
abstract void eat();
public void walk(){
System.out.println("walk");
}
}
| UTF-8 | Java | 211 | java | Animal.java | Java | [] | null | [] | package evaluation.abstractClass;
//Class to show abstraction example
abstract class Animal {
//Abstract method
abstract void eat();
public void walk(){
System.out.println("walk");
}
}
| 211 | 0.668246 | 0.668246 | 11 | 18.181818 | 13.49625 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 15 |
1c7283ed6fe941652d2d9813efdbab0582891857 | 1,571,958,058,771 | 0536ce070f1367f6338427213010a27fd0155333 | /app/src/main/java/com/tensionup/seoul_story/ArticleActivity.java | 35b01ea9a2c975f6cfac288baa338f0f4f0fe68b | [] | no_license | sdong001/seoul_story | https://github.com/sdong001/seoul_story | c74e9e88656bcf1a492a6d6c25917ac19f1c55c7 | c89a900a4706a6782c51351cc0382052111563cf | refs/heads/develop | 2018-10-22T20:28:59.169000 | 2018-09-30T14:13:01 | 2018-09-30T14:13:01 | 141,662,091 | 2 | 0 | null | false | 2018-09-26T05:59:21 | 2018-07-20T04:06:17 | 2018-09-26T05:51:33 | 2018-09-26T05:59:20 | 6,250 | 1 | 0 | 0 | Java | false | null | package com.tensionup.seoul_story;
import android.app.Activity;
import android.os.Bundle;
import android.webkit.WebView;
public class ArticleActivity extends Activity{
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.ac... | UTF-8 | Java | 830 | java | ArticleActivity.java | Java | [] | null | [] | package com.tensionup.seoul_story;
import android.app.Activity;
import android.os.Bundle;
import android.webkit.WebView;
public class ArticleActivity extends Activity{
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.ac... | 830 | 0.618072 | 0.618072 | 30 | 26.666666 | 21.913973 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 15 |
fe3f3f6f8f99a08fb00a06029458d5740c49e138 | 19,439,022,011,940 | 8ae84052bf18f37e0d3347dfec27a3587a7a37cd | /Java code/src/L3_Generalizations/Task1/SwapArray.java | 978f3afa22f3da2d18766e737cb7afe8468ecc8e | [] | no_license | RybchenkoOV/Portfolio | https://github.com/RybchenkoOV/Portfolio | 557ff007b1be77b5e608d0eb546a4e3d6e51ae65 | a1587d0f8e5dae2f9e3fd38ec2ed776c86351096 | refs/heads/master | 2023-04-12T22:57:19.128000 | 2021-04-20T13:17:35 | 2021-04-20T13:17:35 | 349,064,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package L3_Generalizations.Task1;
import java.util.Arrays;
import java.util.Scanner;
public class SwapArray<T> {
private T[] array;
public SwapArray(T... array) {
this.array = array;
}
static SwapArray<Integer> swapMethod(SwapArray<Integer> intArray, int element1, int element2) {
in... | UTF-8 | Java | 1,218 | java | SwapArray.java | Java | [] | null | [] | package L3_Generalizations.Task1;
import java.util.Arrays;
import java.util.Scanner;
public class SwapArray<T> {
private T[] array;
public SwapArray(T... array) {
this.array = array;
}
static SwapArray<Integer> swapMethod(SwapArray<Integer> intArray, int element1, int element2) {
in... | 1,218 | 0.658251 | 0.641118 | 36 | 29.805555 | 31.546984 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 15 |
47627a173c8f421f89109fc4b10167eee3804965 | 27,788,438,411,186 | 76fdd69499761d829de2caff48234152a1a50877 | /src/main/java/com/volgainfo/inventorymgmt/repository/ProductRepository.java | 8a730ecadfedc8c8c23fddcaf25bff0c67e68a22 | [] | no_license | imchakreshtiwari/inventory | https://github.com/imchakreshtiwari/inventory | f3267b066600a403cb9365308481c693675c5763 | 0a8bec624a0e130bfaf6c783c7af5b20fb7a2120 | refs/heads/master | 2023-03-20T05:36:14.931000 | 2021-03-15T13:11:09 | 2021-03-15T13:11:09 | 347,953,525 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.volgainfo.inventorymgmt.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.volgainfo.inventorymgmt.entity.ProductEntity;
@Repository
public interface ProductRepository extends JpaRepository<Product... | UTF-8 | Java | 534 | java | ProductRepository.java | Java | [] | null | [] | package com.volgainfo.inventorymgmt.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.volgainfo.inventorymgmt.entity.ProductEntity;
@Repository
public interface ProductRepository extends JpaRepository<Product... | 534 | 0.82397 | 0.82397 | 15 | 34.599998 | 38.914951 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
2b2dc106aa7c8f66d7a806797c17eb83bbbc9cdb | 11,355,893,588,201 | 435d65f0ca96026cabe35f5e3cedf8377c3b8b87 | /Week 5/Files/ReadStudentsIntoArray.java | 97e5f19abeeb76b64c415b753d4324d8496a5c37 | [] | no_license | Crone1/College-Java | https://github.com/Crone1/College-Java | c7ffcae88b1df0b4d201cc0e6510713d2adf07ae | be2ec63ef443b6a9978b2e198c22c821e698ea22 | refs/heads/master | 2023-02-14T22:20:13.171000 | 2021-01-10T17:39:24 | 2021-01-10T17:39:24 | 169,481,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.io.File;
import java.io.FileNotFoundException;
public class ReadStudentsIntoArray
{
public static void main(String [] args)
{
try
{
String filename = args[0];
Scanner input = new Scanner(new File(filename));
... | UTF-8 | Java | 955 | java | ReadStudentsIntoArray.java | Java | [] | null | [] | import java.util.Scanner;
import java.io.File;
import java.io.FileNotFoundException;
public class ReadStudentsIntoArray
{
public static void main(String [] args)
{
try
{
String filename = args[0];
Scanner input = new Scanner(new File(filename));
... | 955 | 0.426178 | 0.418848 | 39 | 23.487179 | 18.240377 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 1 |
50c97147b7aa4f2bf13e0586a291a70c25194f52 | 32,933,809,288,769 | 0459a197edc6889698ec18d4b6da79a2a59c67b7 | /app/src/main/java/edu/sc/FitLivin/MaxFragment.java | 7f0cbbc65072e76ce0cffefd040b16bbdc4b4c76 | [] | no_license | SCCapstone/FitLivin | https://github.com/SCCapstone/FitLivin | 51288036822b90155fd559809dc5a305e8093a5b | 033958ea1d16776b0422da8b7a92fc8ab1d59e29 | refs/heads/master | 2020-04-10T15:54:40.257000 | 2016-04-27T01:15:54 | 2016-04-27T01:15:54 | 41,758,068 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******
* Class 'MaxFragment'
*
* Provides the user with the chance to add to their max
* for four main workouts. Bench,Squat,Dead lift, and Mile Run.
*
*/
package edu.sc.FitLivin;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.FragmentManager;
import android.app.FragmentTransacti... | UTF-8 | Java | 18,497 | java | MaxFragment.java | Java | [] | null | [] | /******
* Class 'MaxFragment'
*
* Provides the user with the chance to add to their max
* for four main workouts. Bench,Squat,Dead lift, and Mile Run.
*
*/
package edu.sc.FitLivin;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.FragmentManager;
import android.app.FragmentTransacti... | 18,497 | 0.465048 | 0.460507 | 396 | 45.709595 | 31.636812 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603535 | false | false | 1 |
1b4c39da01bae0c272bd25a472827e1c3cb72c37 | 29,678,224,077,299 | 4b42245f7afbadecae08e0d928b9420a0034f013 | /src/main/java/cn/he/zhao/bbs/controller/BreezemoonProcessor.java | 004150f7760d9b9056f423ada46f62fa1ee7976b | [
"Apache-2.0"
] | permissive | diegomaradonabuff9725/BBS | https://github.com/diegomaradonabuff9725/BBS | e56e3aaabe138e0358b7362dde14fb8e85b4392a | 64051e0e5f14cd753ed26863712b9bd7aabba19f | refs/heads/master | 2023-03-21T14:28:32.261000 | 2018-11-25T07:26:43 | 2018-11-25T07:26:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
* Copyright (C) 2012-2018, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation,... | UTF-8 | Java | 11,314 | java | BreezemoonProcessor.java | Java | [
{
"context": "\n\n/**\n * Breezemoon processor. https://github.com/b3log/symphony/issues/507\n *\n * <ul>\n * <li>Shows watch",
"end": 1905,
"score": 0.9994900226593018,
"start": 1900,
"tag": "USERNAME",
"value": "b3log"
},
{
"context": "l>\n *\n * @author <a href=\"http://88250.b3lo... | null | [] | /*
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
* Copyright (C) 2012-2018, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation,... | 11,310 | 0.684373 | 0.681015 | 300 | 36.713333 | 31.09273 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 1 |
c0bd9ca6193e325056f3ae4048911caa0e14361d | 8,358,006,362,314 | acdf1483ca4afc47809e51ebd017a8074285526b | /src/main/java/cz/srnet/spring/test/DatabaseRepository.java | ad8236d3e132caa721069fa8b50e52c4c372e567 | [] | no_license | srcx/spring-test | https://github.com/srcx/spring-test | 7c02ae6540dd959245f2434683855ba2f6821e10 | 0aef99b91e07394ca6d1bf774f21a75085b26520 | refs/heads/master | 2020-04-05T17:04:53.003000 | 2018-11-11T03:59:41 | 2018-11-11T03:59:41 | 157,043,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.srnet.spring.test;
import org.springframework.data.jpa.repository.JpaRepository;
interface DatabaseRepository extends JpaRepository<Database, String> {
}
| UTF-8 | Java | 168 | java | DatabaseRepository.java | Java | [] | null | [] | package cz.srnet.spring.test;
import org.springframework.data.jpa.repository.JpaRepository;
interface DatabaseRepository extends JpaRepository<Database, String> {
}
| 168 | 0.827381 | 0.827381 | 7 | 23 | 28.685486 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
be23fb12db2e0337885ddc6d469e75e0605094ba | 18,640,158,134,116 | 82f395f6b8ae45e302b5fbcae5470a6ce9c3134f | /src/main/java/bioladen/statistic/FinancesStatistic.java | e37d4851a03998f42f2e8b2e54c8296917bd1d9d | [] | no_license | LimitlessGreen/swt18w43 | https://github.com/LimitlessGreen/swt18w43 | e9e8cab5cd770fbf7ce3e80b7eb8bd20cccd2924 | 93bab1a0fb650be08c4fc8ceb17f7eaa6bb0c09f | refs/heads/master | 2023-04-13T00:33:42.222000 | 2019-01-18T02:28:20 | 2019-01-18T02:28:20 | 360,514,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bioladen.statistic;
import bioladen.datahistory.DataHistoryManager;
import bioladen.datahistory.EntityLevel;
import bioladen.finances.ShoppingCartCancel;
import bioladen.finances.ShoppingCartSale;
import lombok.RequiredArgsConstructor;
import org.salespointframework.time.Interval;
import org.springframework.st... | UTF-8 | Java | 1,132 | java | FinancesStatistic.java | Java | [] | null | [] | package bioladen.statistic;
import bioladen.datahistory.DataHistoryManager;
import bioladen.datahistory.EntityLevel;
import bioladen.finances.ShoppingCartCancel;
import bioladen.finances.ShoppingCartSale;
import lombok.RequiredArgsConstructor;
import org.salespointframework.time.Interval;
import org.springframework.st... | 1,132 | 0.730565 | 0.728799 | 43 | 25.302326 | 23.735495 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.953488 | false | false | 1 |
828a77322a8d36653459588999eec27006536500 | 20,126,216,817,498 | cac8b3e7d9fa5c2892d6f2e03be0d3e25496eb5f | /src/test/java/org/interledger/codecs/oer/OerOctetStringCodecTest.java | dbc30d5991a9b3253ad6cdfab431b6b078f32f1b | [
"Apache-2.0"
] | permissive | NunoEdgarGFlowHub/java-ilp-core | https://github.com/NunoEdgarGFlowHub/java-ilp-core | 8808a1f16940d823faa8adbb1f71a6fe97a912f4 | 89797c6ec0bdef51d829a18c09a31e57a281ab24 | refs/heads/development | 2023-03-05T07:20:39.651000 | 2017-09-06T15:26:22 | 2017-09-06T15:26:22 | 103,555,625 | 0 | 0 | Apache-2.0 | true | 2021-02-20T15:17:45 | 2017-09-14T16:25:31 | 2018-10-29T19:53:08 | 2021-02-20T15:17:39 | 520 | 0 | 0 | 1 | Java | false | false | package org.interledger.codecs.oer;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertArrayEquals;
import org.interledger.codecs.CodecContext;
import org.interledger.codecs.oer.OerLengthPrefixCodec.OerLengthPrefix;
import org.interled... | UTF-8 | Java | 8,183 | java | OerOctetStringCodecTest.java | Java | [] | null | [] | package org.interledger.codecs.oer;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertArrayEquals;
import org.interledger.codecs.CodecContext;
import org.interledger.codecs.oer.OerLengthPrefixCodec.OerLengthPrefix;
import org.interled... | 8,183 | 0.763779 | 0.50275 | 161 | 49.826088 | 35.829403 | 98 | false | false | 0 | 0 | 0 | 0 | 76 | 0.360748 | 0.434783 | false | false | 1 |
9f993152c6fd9861e59f3e9d28b341619d3c871a | 23,201,413,397,358 | 2e52a63e428ccd0f93ac4ae6848f25df3266e593 | /src/main/java/cn/edi/expertInfo/service/UserService.java | 84ed686100414c06cb6240497c76ab141a056773 | [] | no_license | Lokihjl/expertInfo | https://github.com/Lokihjl/expertInfo | d3fca325efffc0243983778332a655727f96232b | d597f665a5f6d0d5e23217d1a78ca2216c9fc012 | refs/heads/master | 2023-05-01T22:30:28.107000 | 2021-05-21T03:43:23 | 2021-05-21T03:43:23 | 368,360,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edi.expertInfo.service;
import java.util.Map;
import cn.edi.expertInfo.domain.User;
import cn.edi.expertInfo.domain.response.IndexHeaderResDTO;
public interface UserService {
String repeatName(String name);
void insertUser(User user);
IndexHeaderResDTO countHeader();
}
| UTF-8 | Java | 294 | java | UserService.java | Java | [] | null | [] | package cn.edi.expertInfo.service;
import java.util.Map;
import cn.edi.expertInfo.domain.User;
import cn.edi.expertInfo.domain.response.IndexHeaderResDTO;
public interface UserService {
String repeatName(String name);
void insertUser(User user);
IndexHeaderResDTO countHeader();
}
| 294 | 0.785714 | 0.785714 | 16 | 17.375 | 18.71455 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 1 |
5ee44d4602a670b12ca870f187110de5e01273fa | 32,109,175,546,268 | cd38c3cd77b1d46f63ee9a17385a483afd065867 | /src/main/java/com/training/pattern/factory/ProductFactory2.java | f188f05ccd6126026bddc5dbbbc8a6a5b18ef22c | [] | no_license | xuan25575/ssm-demo | https://github.com/xuan25575/ssm-demo | a884e42054fe20b75db19b2563a17f729595146b | 2bd676f0d145a9b657647fc84ccb59ae150fd8eb | refs/heads/master | 2022-12-21T22:44:30.439000 | 2020-09-05T10:03:52 | 2020-09-05T10:03:52 | 203,561,658 | 2 | 0 | null | false | 2022-12-16T11:35:12 | 2019-08-21T10:31:03 | 2020-09-05T10:03:56 | 2022-12-16T11:35:09 | 2,293 | 2 | 0 | 10 | JavaScript | false | false | package com.training.pattern.factory;
// 工厂1
public class ProductFactory2 implements IProductFactory {
@Override
public Product createProduct(String productNo) {
Product product = new Product();
return product;
}
}
| UTF-8 | Java | 248 | java | ProductFactory2.java | Java | [] | null | [] | package com.training.pattern.factory;
// 工厂1
public class ProductFactory2 implements IProductFactory {
@Override
public Product createProduct(String productNo) {
Product product = new Product();
return product;
}
}
| 248 | 0.704918 | 0.696721 | 10 | 23.4 | 20.50951 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.