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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd947ec172e5aca4857818a8593b74cb7c5cd423 | 23,141,283,851,645 | ca84c8925d9eb4c6e0a3145a2422d56d8c0ade90 | /src/main/java/org/hl7/cpcdsauthserver/RegisterEndpoint.java | 9e5f2eaee461a6b6668974ddb4ab0bbd1816f553 | [] | no_license | carin-alliance/cpcds-auth-server | https://github.com/carin-alliance/cpcds-auth-server | dc1b7ce7a1ac0e6cfe4dbffa31899cf4e5cf660c | 6df3fa7bf081cec2f9c10968ed98885f4379d6c7 | refs/heads/master | 2021-02-18T08:46:39.829000 | 2020-11-19T15:20:32 | 2020-11-19T15:20:32 | 245,179,171 | 4 | 2 | null | false | 2020-09-07T02:28:08 | 2020-03-05T14:06:32 | 2020-08-17T10:24:43 | 2020-05-26T18:46:53 | 238 | 4 | 1 | 1 | Java | false | false | package org.hl7.cpcdsauthserver;
import java.util.UUID;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.http.HttpServletRequest;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonSyntaxException;
import org.apache.commons.lang3.RandomSt... | UTF-8 | Java | 3,461 | java | RegisterEndpoint.java | Java | [] | null | [] | package org.hl7.cpcdsauthserver;
import java.util.UUID;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.http.HttpServletRequest;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonSyntaxException;
import org.apache.commons.lang3.RandomSt... | 3,461 | 0.713378 | 0.711933 | 85 | 39.729412 | 31.972557 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.729412 | false | false | 0 |
171420dcddfa0e1b244c925940c15eb42b2d8d5d | 27,839,978,074,467 | e1d2db9679f67f89cc8f983da8373f4ea6050720 | /src/main/java/io/sampleprojects/spring/rbac/service/GroupUserDetailsService.java | 56fd1ab6ef74333e3ed690250e5c26984fa28f2c | [] | no_license | krishnakrmahto97/spring-security-method-level-rbac | https://github.com/krishnakrmahto97/spring-security-method-level-rbac | 78c293332420067c3643f43f9c6c579963d044a9 | b04eec2208ef434763c2b6d589b48addffcc0b78 | refs/heads/main | 2023-09-01T05:56:42.634000 | 2021-10-22T06:43:40 | 2021-10-22T06:43:40 | 419,957,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.sampleprojects.spring.rbac.service;
import static io.sampleprojects.spring.rbac.common.Constants.ADMIN_AUTHORIZED_TO_ADD_ROLES;
import static io.sampleprojects.spring.rbac.common.Constants.DEFAULT_ROLE_USER;
import static io.sampleprojects.spring.rbac.common.Constants.MODERATOR_AUTHORIZED_TO_ADD_ROLES;
impo... | UTF-8 | Java | 3,060 | java | GroupUserDetailsService.java | Java | [] | null | [] | package io.sampleprojects.spring.rbac.service;
import static io.sampleprojects.spring.rbac.common.Constants.ADMIN_AUTHORIZED_TO_ADD_ROLES;
import static io.sampleprojects.spring.rbac.common.Constants.DEFAULT_ROLE_USER;
import static io.sampleprojects.spring.rbac.common.Constants.MODERATOR_AUTHORIZED_TO_ADD_ROLES;
impo... | 3,060 | 0.789216 | 0.789216 | 71 | 42.098591 | 33.330254 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56338 | false | false | 0 |
a92e3ebe93134801bd6041debbe261691967874e | 18,373,870,158,470 | 48b87ecd8b380c34646fc28cbfb5e38f0a34bcf7 | /demo-spring-boot-event/src/main/java/com/fengwenyi/demospringbootevent/event/MyPublisher.java | 2bba1fb687a4e29e66cbfae7b5d303c651ba9b45 | [] | no_license | fengwenyi/springboot-demo | https://github.com/fengwenyi/springboot-demo | 89783de556eb750a6a749e71bad8052346e26a15 | 2fdb4c8fb6d782adad7f4b7b31c1897126391b2d | refs/heads/main | 2023-06-18T05:36:15.543000 | 2022-07-18T01:11:00 | 2022-07-18T01:11:00 | 365,941,274 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fengwenyi.demospringbootevent.event;
import com.fengwenyi.demospringbootevent.event.ExceptionEvent;
import com.fengwenyi.demospringbootevent.event.UserLoginEvent;
import com.fengwenyi.demospringbootevent.vo.request.UserLoginRequestVo;
import org.springframework.context.ApplicationContext;
import org.spring... | UTF-8 | Java | 1,015 | java | MyPublisher.java | Java | [
{
"context": "**\n * @author <a href=\"https://www.fengwenyi.com\">Erwin Feng</a>\n * @since 2021-08-18\n */\n@Component\npublic cl",
"end": 414,
"score": 0.9998663663864136,
"start": 404,
"tag": "NAME",
"value": "Erwin Feng"
}
] | null | [] | package com.fengwenyi.demospringbootevent.event;
import com.fengwenyi.demospringbootevent.event.ExceptionEvent;
import com.fengwenyi.demospringbootevent.event.UserLoginEvent;
import com.fengwenyi.demospringbootevent.vo.request.UserLoginRequestVo;
import org.springframework.context.ApplicationContext;
import org.spring... | 1,011 | 0.768473 | 0.760591 | 33 | 29.757576 | 27.171766 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
6210875aaba5d243c12197986de63467acf7b06a | 4,509,715,666,831 | 7798846828ab786c02bff018d96143bb618dcac4 | /app/src/main/java/com/example/mbarrben/rxjavasample/io/MovieAdapter.java | ee044f4dee699046d5b686207bf11387d86a13bd | [] | no_license | mbarrben/AndroidRxJavaSample | https://github.com/mbarrben/AndroidRxJavaSample | 72f8cbf225bd72012110ae02302884f6be385b36 | 07a27c34d8ecd11575f42e40d8bf377e26356839 | refs/heads/master | 2020-07-08T08:36:02.981000 | 2014-11-28T23:39:12 | 2014-11-28T23:39:12 | 26,379,950 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mbarrben.rxjavasample.io;
import com.squareup.okhttp.OkHttpClient;
import java.util.concurrent.TimeUnit;
import retrofit.RestAdapter;
import retrofit.client.OkClient;
public class MovieAdapter {
public static final String ENDPOINT = "http://www.myapifilms.com";
public MyApiFilmsService... | UTF-8 | Java | 758 | java | MovieAdapter.java | Java | [
{
"context": "package com.example.mbarrben.rxjavasample.io;\n\nimport com.squareup.okhttp.OkHt",
"end": 28,
"score": 0.9918369650840759,
"start": 20,
"tag": "USERNAME",
"value": "mbarrben"
}
] | null | [] | package com.example.mbarrben.rxjavasample.io;
import com.squareup.okhttp.OkHttpClient;
import java.util.concurrent.TimeUnit;
import retrofit.RestAdapter;
import retrofit.client.OkClient;
public class MovieAdapter {
public static final String ENDPOINT = "http://www.myapifilms.com";
public MyApiFilmsService... | 758 | 0.671504 | 0.668865 | 26 | 28.153847 | 22.046616 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 0 |
77b688441fafe35f9227eb4a75dbdd716b87423f | 4,733,053,962,391 | f3ed53704451a762efb292ea78a0082deb834186 | /demo/src/main/java/demo/javafx_samples/src/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/AutoScalingGroup.java | 5cf6fb9633cb84fad020a158ed260df1c4c242b7 | [
"BSD-3-Clause"
] | permissive | kongzhidea/jdk-source | https://github.com/kongzhidea/jdk-source | 8811c193b29cc638737079fb86585124a7780118 | edd6501bb03f6cc5dcc5c19d8de16bd7f9702afe | refs/heads/master | 2020-04-01T10:53:47.271000 | 2018-10-15T16:15:12 | 2018-10-15T16:15:12 | 153,136,405 | 2 | 0 | null | true | 2018-10-15T15:21:34 | 2018-10-15T15:21:34 | 2018-10-15T02:33:27 | 2018-02-05T03:43:29 | 109,719 | 0 | 0 | 0 | null | false | null | package demo.javafx_samples.src.3DViewer.src.main.java.com.javafx.experiments.jfx3dviewer;
/*
* Copyright (c) 2010, 2014, Oracle and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
*
* Redistribution and use in source ... | UTF-8 | Java | 5,759 | java | AutoScalingGroup.java | Java | [] | null | [] | package demo.javafx_samples.src.3DViewer.src.main.java.com.javafx.experiments.jfx3dviewer;
/*
* Copyright (c) 2010, 2014, Oracle and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
*
* Redistribution and use in source ... | 5,759 | 0.603403 | 0.599236 | 152 | 36.888157 | 25.84049 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697368 | false | false | 0 |
f9e86a6074bb6ef0b23b54aeabd52fcb4f703c30 | 1,494,648,675,668 | ae87ed1e88a93090833531aa65129e4c128d5e1f | /commons-hbase/src/test/java/com/navercorp/pinpoint/common/hbase/HbaseTemplate2IT.java | f6964765a1565dd003b8a7a4bd2ee84ce33c566a | [
"DOC",
"LicenseRef-scancode-free-unknown",
"CC0-1.0",
"OFL-1.1",
"GPL-1.0-or-later",
"CC-PDDC",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference",
"MITNFA",
"MIT",
"CC-BY-4.0",
"OFL-1.0"
] | permissive | pinpoint-apm/pinpoint | https://github.com/pinpoint-apm/pinpoint | f008775040cd8e07219a8b6695f30afbfd324d38 | 2eaa751235a2599771c7da8af8f66b1f0b285897 | refs/heads/master | 2023-08-21T12:53:56.344000 | 2023-08-16T07:33:32 | 2023-08-21T09:12:56 | 25,459,400 | 2,475 | 691 | Apache-2.0 | false | 2023-09-14T09:34:33 | 2014-10-20T09:27:22 | 2023-09-14T08:09:19 | 2023-09-14T07:43:10 | 249,323 | 12,961 | 3,746 | 406 | Java | false | false | /*
* Copyright 2014 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | UTF-8 | Java | 3,133 | java | HbaseTemplate2IT.java | Java | [
{
"context": ";\r\nimport java.util.Properties;\r\n\r\n/**\r\n * @author emeroad\r\n * @author minwoo.jung\r\n */\r\n\r\n@Disabled\r\npublic",
"end": 1386,
"score": 0.9475786089897156,
"start": 1379,
"tag": "USERNAME",
"value": "emeroad"
},
{
"context": "Properties;\r\n\r\n/**\r\n * ... | null | [] | /*
* Copyright 2014 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 3,133 | 0.694861 | 0.686562 | 84 | 35.297619 | 30.959951 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
53a4ec5cc4c5a0213777422c16b6cb96a16bd5c6 | 4,415,226,418,849 | 89452c6d9123ab3a7e6509e8702bf930a08ce7a8 | /src/me/chagnwei/leetcode/firstMissingPositive/Solution.java | 87f8ab5bd3e952e42b4717963d57d5d70a52b7a6 | [] | no_license | cw1997/LeetCode | https://github.com/cw1997/LeetCode | f5fd38061272616e6f862405d32f0a0007f0d5d3 | 6623f7c1331adb1be6783b2a1c89eca090c59eeb | refs/heads/master | 2023-02-10T14:45:16.030000 | 2021-01-03T07:32:39 | 2021-01-03T07:32:39 | 293,904,654 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.chagnwei.leetcode.firstMissingPositive;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
/**
* @author cw1997 <867597730@qq.com>
* @file null.java
* @date 2020/9/10 20:19
* @description
*/
public class Solution {
public static void main(String[] args) {
int[] ints1 ... | UTF-8 | Java | 1,081 | java | Solution.java | Java | [
{
"context": "til.HashSet;\nimport java.util.Set;\n\n/**\n * @author cw1997 <867597730@qq.com>\n * @file null.java\n * @date 20",
"end": 147,
"score": 0.9996584057807922,
"start": 141,
"tag": "USERNAME",
"value": "cw1997"
},
{
"context": "et;\nimport java.util.Set;\n\n/**\n * @author... | null | [] | package me.chagnwei.leetcode.firstMissingPositive;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
/**
* @author cw1997 <<EMAIL>>
* @file null.java
* @date 2020/9/10 20:19
* @description
*/
public class Solution {
public static void main(String[] args) {
int[] ints1 = {1,2,0}... | 1,072 | 0.533765 | 0.491212 | 41 | 25.365854 | 18.771744 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682927 | false | false | 0 |
538d529694846ecbcb85eec961afe142a59efbe8 | 22,737,556,897,217 | 0dc045da32b0ae67bb966724fe0d734be4c38be4 | /设计模式/StrategyPattern/src/TestDuck.java | fa5843a46ee9f476a15478a697137583cff66a8b | [] | no_license | zhishou001/MyLearn | https://github.com/zhishou001/MyLearn | 5baef82ff964ea77fe182934a38080e305346c80 | 68762436c906281090b75bb2d3a37d5349890559 | refs/heads/master | 2022-04-19T21:29:59.869000 | 2020-03-12T16:42:54 | 2020-03-12T16:42:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class TestDuck {
public static void main(String[] args) {
Duck aduck = new OneDuck();
//最初状态
aduck.display();
System.out.println("我是一只鸭子,一开始我是会飞的!");
aduck.performFly();
System.out.println("我也是会叫的!");
aduck.performQuack();
//动态设定行为,使鸭子不会飞
System.out.println("有一天,我的翅膀折断了,我不会飞了!");
adu... | GB18030 | Java | 503 | java | TestDuck.java | Java | [] | null | [] |
public class TestDuck {
public static void main(String[] args) {
Duck aduck = new OneDuck();
//最初状态
aduck.display();
System.out.println("我是一只鸭子,一开始我是会飞的!");
aduck.performFly();
System.out.println("我也是会叫的!");
aduck.performQuack();
//动态设定行为,使鸭子不会飞
System.out.println("有一天,我的翅膀折断了,我不会飞了!");
adu... | 503 | 0.661499 | 0.661499 | 20 | 18.299999 | 15.056892 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 0 |
18ca6187eb4882bd1ed3478c0e542742190265fe | 16,295,105,933,574 | 00c449a76e19c51b01ad9a6fca18c08fe5db1927 | /src/main/java/leetcode/easy/cells_with_odd_values_in_a_matrix/Solution.java | 329225effce8575760fc937120aa236e2d632858 | [] | no_license | ddojai/problem-solving | https://github.com/ddojai/problem-solving | 9eec9abd56fe34db386c2b0ae8d4c6722a4d6115 | aa75376d11665f09ef818006b4ee3f1d2d19a815 | refs/heads/master | 2023-04-06T10:14:18.165000 | 2023-03-29T14:00:38 | 2023-03-29T14:00:38 | 141,455,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.easy.cells_with_odd_values_in_a_matrix;
/**
* https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/
* 1252. Cells with Odd Values in a Matrix
*/
public class Solution {
public int oddCells(int n, int m, int[][] indices) {
int[][] cells = new int[n][m];
for (int i = 0... | UTF-8 | Java | 885 | java | Solution.java | Java | [] | null | [] | package leetcode.easy.cells_with_odd_values_in_a_matrix;
/**
* https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/
* 1252. Cells with Odd Values in a Matrix
*/
public class Solution {
public int oddCells(int n, int m, int[][] indices) {
int[][] cells = new int[n][m];
for (int i = 0... | 885 | 0.420339 | 0.40452 | 34 | 25.029411 | 19.429337 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 0 |
c6d4e14d52cbb61dd7289f24415d216d46074ed6 | 16,295,105,936,743 | 3a0510dbe95b9b5d47fd24f6b4813381532a9b5d | /Java_Projects/AutoChoiceNew_bk/src/main/java/gov/gsa/fas/AutoChoice/DTO/GroupDunsDealerFranCompositePK.java | e67cccf955d70895f30ef432953f713f02f28c90 | [] | no_license | prem1982/Lockh | https://github.com/prem1982/Lockh | 7a7ed9005fe689f2bbe43b2eafa8dd07221e2d00 | 12bd08228760039da39f713a25468c75ab1399f6 | refs/heads/master | 2020-03-28T15:08:27.187000 | 2018-09-13T00:48:06 | 2018-09-13T00:48:06 | 148,560,262 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package gov.gsa.fas.AutoChoice.DTO;
/**
* @author Arnel Macatula
*
*/
/**
* @author ArnelPMacatula
*
*/
import java.io.Serializable;
public class GroupDunsDealerFranCompositePK implements Serializable {
protected int groupDUNS = 0;
protected String dealerCode = "";
protect... | UTF-8 | Java | 773 | java | GroupDunsDealerFranCompositePK.java | Java | [
{
"context": "e gov.gsa.fas.AutoChoice.DTO;\r\n\r\n\r\n/**\r\n * @author Arnel Macatula\r\n *\r\n */\r\n\r\n\r\n/**\r\n * @author ArnelPMacatula\r\n *\r",
"end": 86,
"score": 0.9998739361763,
"start": 72,
"tag": "NAME",
"value": "Arnel Macatula"
},
{
"context": "uthor Arnel Macatula\... | null | [] | /**
*
*/
package gov.gsa.fas.AutoChoice.DTO;
/**
* @author <NAME>
*
*/
/**
* @author ArnelPMacatula
*
*/
import java.io.Serializable;
public class GroupDunsDealerFranCompositePK implements Serializable {
protected int groupDUNS = 0;
protected String dealerCode = "";
protected Strin... | 765 | 0.658473 | 0.65718 | 43 | 15.930233 | 17.091267 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.930233 | false | false | 0 |
c00bc4dbc92738fa2b7bf413df8dbb7c816049b4 | 27,659,589,388,565 | 464b4a5e90db70c1a5cd1cfe9999ed52b5a0f5c1 | /jinternals-event-bus-rabbitmq-configuration/src/main/java/com/jinternals/event/bus/rabbitmq/configuration/RabbitmqBrokerConfiguration.java | d2384889449d421eccdc47a034aa7b9d975d0253 | [] | no_license | jinternals/jinternals-event-bus | https://github.com/jinternals/jinternals-event-bus | f5b53c1ea22fe6fcfad9d3cf0070cab42bceb1e7 | 9737196dda66183a3d638a0a68239873cbeb83d3 | refs/heads/master | 2020-04-23T02:40:31.188000 | 2019-05-04T14:01:55 | 2019-05-04T14:01:55 | 170,853,718 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jinternals.event.bus.rabbitmq.configuration;
import com.jinternals.event.bus.rabbitmq.properties.RabbitmqEventBusProperties;
import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
import org.springframework.amqp.rabbit.transaction.RabbitTransactionManager;
import org.springframework.b... | UTF-8 | Java | 2,157 | java | RabbitmqBrokerConfiguration.java | Java | [] | null | [] | package com.jinternals.event.bus.rabbitmq.configuration;
import com.jinternals.event.bus.rabbitmq.properties.RabbitmqEventBusProperties;
import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
import org.springframework.amqp.rabbit.transaction.RabbitTransactionManager;
import org.springframework.b... | 2,157 | 0.800185 | 0.800185 | 48 | 43.9375 | 36.690941 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 0 |
f3b65d2aa1b2f055fad921abb93cde332554fd24 | 20,675,972,620,331 | 52b28c9be89de5e2c6df3a6389648af1524c0ea1 | /ide/org.eclipse.edt.ide.core/src/org/eclipse/edt/ide/core/internal/bindings/WorkspaceImportContainer.java | 2c59795fddf1788b6656a37ae45aea526994bbdd | [] | no_license | eclipse/edt | https://github.com/eclipse/edt | 3b033c4a5e4bf765a4c236649598c722be35d070 | f99c34a72e3e3a6c0672cdb65086393112915087 | refs/heads/master | 2020-11-10T03:31:32.992000 | 2013-01-17T21:03:47 | 2013-01-17T21:03:47 | 5,970,664 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright © 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and ... | UTF-8 | Java | 1,346 | java | WorkspaceImportContainer.java | Java | [
{
"context": ".edt.ide.core.internal.bindings;\n\n\n\n/**\n * @author svihovec\n *\n * To change this generated comment edit the t",
"end": 616,
"score": 0.9978632926940918,
"start": 608,
"tag": "USERNAME",
"value": "svihovec"
}
] | null | [] | /*******************************************************************************
* Copyright © 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and ... | 1,346 | 0.665428 | 0.655762 | 43 | 30.27907 | 29.917969 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 0 |
fce02ca6cc2bfcb863e3b1d56cbc5b900166ef3d | 27,444,841,038,259 | 6dc1f8bbcd361aa35d8661badfcd8e26c6224593 | /codigo-fonte/servico/src/main/java/br/med/maisvida/repository/EspecialidadeRepository.java | 24bf4bf5dc78dc0eabf687887100d83f870a6524 | [] | no_license | ygordanniel/maisvida | https://github.com/ygordanniel/maisvida | e2f9bf656c12a9b1c3e48581f9d570d16c146e9d | ae7134e795853c166c89a76577fbc7f3ad7909f8 | refs/heads/master | 2021-05-11T14:42:01.050000 | 2018-01-18T15:36:03 | 2018-01-18T15:36:03 | 117,708,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.med.maisvida.repository;
import br.med.maisvida.model.Especialidade;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.stereotype.Repository;
@Repository
public interface EspecialidadeRepository ... | UTF-8 | Java | 409 | java | EspecialidadeRepository.java | Java | [] | null | [] | package br.med.maisvida.repository;
import br.med.maisvida.model.Especialidade;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.stereotype.Repository;
@Repository
public interface EspecialidadeRepository ... | 409 | 0.860636 | 0.860636 | 10 | 39.900002 | 38.35479 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 0 |
e16a9f73b5f53f83634579cd62667e15c85a4a17 | 25,108,378,873,592 | 6782b0132e9c43d9013c182d2fea68dff6957000 | /Acme-Chorbies/src/main/java/domain/Chorbi.java | eb303b04bbe9ca93b7ca33be7a62dc0304cdaa10 | [] | no_license | josprigal/D-T2017-3 | https://github.com/josprigal/D-T2017-3 | 50bb7c8a9a025c01c63d09827a8b2d3e011c5cde | d7ebc7deaf727cfb39eb97009a7ff2028d1b634c | refs/heads/master | 2021-01-18T17:03:54.848000 | 2017-05-09T15:52:37 | 2017-05-09T15:52:37 | 86,785,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package domain;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Entity;
import javax.persistence.ManyToMany;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import javax.pe... | UTF-8 | Java | 3,982 | java | Chorbi.java | Java | [
{
"context": "edYou = userLikedYou;\n\t}\n\n\t@OneToMany(mappedBy = \"sender\")\n\tpublic Collection<Likes> getLikedUsers() {\n\t\tr",
"end": 3593,
"score": 0.5679565668106079,
"start": 3587,
"tag": "USERNAME",
"value": "sender"
},
{
"context": "te List<Event>\tevents;\n\n\n\t@ManyTo... | null | [] |
package domain;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Entity;
import javax.persistence.ManyToMany;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import javax.pe... | 3,982 | 0.739076 | 0.739076 | 199 | 19.005026 | 19.07312 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.371859 | false | false | 0 |
af2d75a473677f36d61d732fe32d01961e503079 | 32,555,852,131,088 | e287354499368b8c38a67c74d63d27ac3aa9f0eb | /MaxOccurringChar.java | 11fcefd1d83f0a555560a5cc639e37df95013345 | [] | no_license | dhanashreepande/String-Programs | https://github.com/dhanashreepande/String-Programs | 0839930b350aa4ccc2580cb50eaf1ba859b7c705 | 0515404b2ef0371c73f113bf64b2afbf93b2a3aa | refs/heads/main | 2023-03-21T09:47:58.004000 | 2021-03-14T09:24:54 | 2021-03-14T09:24:54 | 343,164,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Write a program to find the maximum occurring character in a string.
package stringpractice;
public class MaxOccurringChar
{
public static void main(String[] args)
{
String s = "fchgfghcfdgdgfcfgcfc";
char c[] = s.toCharArray();
int n=0;
char ch = ' ';
for(int i = 0;i<c.length;i++)
{... | UTF-8 | Java | 539 | java | MaxOccurringChar.java | Java | [] | null | [] | //Write a program to find the maximum occurring character in a string.
package stringpractice;
public class MaxOccurringChar
{
public static void main(String[] args)
{
String s = "fchgfghcfdgdgfcfgcfc";
char c[] = s.toCharArray();
int n=0;
char ch = ' ';
for(int i = 0;i<c.length;i++)
{... | 539 | 0.512059 | 0.504638 | 32 | 14.90625 | 15.782426 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.53125 | false | false | 0 |
3444cc572e4eae2e694fa4f14f241e1d063af942 | 22,402,549,422,045 | 04e6f5fe32f9b78edb3ce38076952b3b91cfc76c | /If3.java | cb039a67bf39eb237a6c162b740dd74cc7548a2d | [] | no_license | ohkkkkk/Java | https://github.com/ohkkkkk/Java | e2e59bfe26b59c35fe282c06194227f0848209cc | b5f0d1c3c62012c77512630878617491db273543 | refs/heads/master | 2023-03-20T23:05:00.560000 | 2021-02-25T14:44:32 | 2021-02-25T14:44:32 | 335,271,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
/*
* if语句格式3
* if(关系表达式){
* 语句体1;
* }else if(关系表达式2){
* 语句体2;
* }
* ......
* else{
* 语句体n + 1;
* }
* 执行流程:
* 1.计算关系表达式1的值
* 2.值为true执行语句体1,值为false计算关系表达式2的值
* 3.值为true执行语句体2,值为false计算关系表达式3的值
* 4......
* 5.如果没有任何关系表达式值为true,就执行语句体n+1
*/
import java.util.Scanner;
public class If3 {... | GB18030 | Java | 1,219 | java | If3.java | Java | [] | null | [] | package test;
/*
* if语句格式3
* if(关系表达式){
* 语句体1;
* }else if(关系表达式2){
* 语句体2;
* }
* ......
* else{
* 语句体n + 1;
* }
* 执行流程:
* 1.计算关系表达式1的值
* 2.值为true执行语句体1,值为false计算关系表达式2的值
* 3.值为true执行语句体2,值为false计算关系表达式3的值
* 4......
* 5.如果没有任何关系表达式值为true,就执行语句体n+1
*/
import java.util.Scanner;
public class If3 {... | 1,219 | 0.590597 | 0.565132 | 52 | 18.634615 | 14.084947 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 0 |
ec3523b8c601d1a23d0d940216e6c6f9acd7845c | 35,579,509,132,864 | 1001b40792b6748e643dcf7fe93db1926109792e | /app/src/main/java/com/icon/bluetooth/CommunicationThread.java | 724fb04e05af7b82312060f9d5ba3c1b1f473722 | [] | no_license | gee12/BluetoothApp | https://github.com/gee12/BluetoothApp | f71ba5b84b43abe5265ad093f43e8c1a028291f4 | 20ebabbf4f02a1c120b7526a078ea3b42bb446c9 | refs/heads/master | 2021-01-10T11:18:49.239000 | 2015-10-29T15:24:23 | 2015-10-29T15:24:23 | 43,936,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.icon.bluetooth;
import android.bluetooth.BluetoothSocket;
import android.util.Log;
import com.icon.agnks.Bluetooth;
import com.icon.agnks.Logger;
import com.icon.utils.Utils;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Arrays;
public class Commun... | UTF-8 | Java | 3,558 | java | CommunicationThread.java | Java | [] | null | [] | package com.icon.bluetooth;
import android.bluetooth.BluetoothSocket;
import android.util.Log;
import com.icon.agnks.Bluetooth;
import com.icon.agnks.Logger;
import com.icon.utils.Utils;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Arrays;
public class Commun... | 3,558 | 0.588252 | 0.586565 | 111 | 31.063063 | 27.447666 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 0 |
20024ed8ed6c3a8c324798cda9c8cab9388dd2c8 | 5,660,766,943,766 | 97b534f96b0b076299a8e9ac1f41db189c60ac24 | /src/chapter2/designpattern/abstractfactory/IEat.java | 8e89d8a0485ae0a124ac15a35ec7e4ee1b009f13 | [] | no_license | yichuancq/Java8_learning | https://github.com/yichuancq/Java8_learning | 9a936111686187b2f452c7f2ad9e52f11f188443 | ed791f43d0f1b0835529ded25a66d5b21d1b08c0 | refs/heads/master | 2020-09-21T18:49:33.138000 | 2020-04-05T04:16:08 | 2020-04-05T04:16:08 | 224,889,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter2.designpattern.abstractfactory;
/**
* 吃的接口
*/
public interface IEat {
void eat();
}
| UTF-8 | Java | 116 | java | IEat.java | Java | [] | null | [] | package chapter2.designpattern.abstractfactory;
/**
* 吃的接口
*/
public interface IEat {
void eat();
}
| 116 | 0.675926 | 0.666667 | 9 | 11 | 14.689377 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 0 |
351f588eb4aa1e439a017573a57418921c1a308f | 12,094,627,953,598 | 2e53de3077b9411bb8a92188c5ac507e060be42f | /src/main/java/com/tenjava/entries/MarianDCrafter/t2/util/ConfirmDialogInventory.java | 75c5e493f0a3ca8331c14dbb274a7ba2a03a9ede | [] | no_license | tenjava/MarianDCrafter-t2 | https://github.com/tenjava/MarianDCrafter-t2 | a82b7e809b3032ac937f58043cc720d1574ffb7a | f1260859ec621cb7b8f016156be6b069d0d6c4a6 | refs/heads/master | 2021-01-22T11:07:01.223000 | 2014-07-12T18:59:41 | 2014-07-12T18:59:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tenjava.entries.MarianDCrafter.t2.util;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.HandlerList;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;
import org.bukki... | UTF-8 | Java | 3,423 | java | ConfirmDialogInventory.java | Java | [] | null | [] | package com.tenjava.entries.MarianDCrafter.t2.util;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.HandlerList;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;
import org.bukki... | 3,423 | 0.665399 | 0.661889 | 98 | 33.887756 | 27.816044 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55102 | false | false | 0 |
a919f73da7c1941787f2eeaaa512dcb1822658ac | 7,138,235,695,957 | 7333cdaa2bd3980d4f82fbb4e0570967d516472f | /core/src/main/java/zm/gov/moh/core/repository/database/entity/domain/PatientIdentifierType.java | 78b6ecd816ceb902cb2e8894f84db4c33792fc87 | [] | no_license | k9uma/smartcerv | https://github.com/k9uma/smartcerv | 55b2bb703b0a61b9caa680a7f6cce5401a46e79b | 11ed0343b297e890d80add49969957d2c13636b5 | refs/heads/master | 2020-08-23T01:57:01.836000 | 2019-06-03T12:32:25 | 2019-06-03T12:32:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zm.gov.moh.core.repository.database.entity.domain;
import androidx.room.*;
import org.threeten.bp.LocalDateTime;
@Entity(tableName = "patient_identifier_type")
public class PatientIdentifierType {
@PrimaryKey
public Long patient_identifier_type_id;
public String name;
public String descriptio... | UTF-8 | Java | 833 | java | PatientIdentifierType.java | Java | [] | null | [] | package zm.gov.moh.core.repository.database.entity.domain;
import androidx.room.*;
import org.threeten.bp.LocalDateTime;
@Entity(tableName = "patient_identifier_type")
public class PatientIdentifierType {
@PrimaryKey
public Long patient_identifier_type_id;
public String name;
public String descriptio... | 833 | 0.743097 | 0.743097 | 29 | 27.724138 | 13.811281 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.758621 | false | false | 0 |
f48edad3be9ba14e2458750e1f162f3451a2811b | 1,254,130,511,820 | 351c9510f759fb639f34eedab80c5bd39ffbac59 | /SeleniumBasedTests/src/test/java/tests/pages/TestGoogleSearch.java | fc4a68b3ddb89320cc498a8180a8a9dea92d3dfc | [] | no_license | Sharin/server-api-tests | https://github.com/Sharin/server-api-tests | c006212569931122d4decfd95fccdc724d7b81c1 | 3f91e187e2a09163a61715b3d7521f732d8d59d5 | refs/heads/master | 2022-12-29T21:33:24.698000 | 2020-05-18T07:00:56 | 2020-05-18T07:00:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import pages.GoogleSearchPage;
import java.util.concurrent.TimeUnit;
public class TestGoogleSearch {
WebDriver driver;
... | UTF-8 | Java | 1,052 | java | TestGoogleSearch.java | Java | [] | null | [] | package tests.pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import pages.GoogleSearchPage;
import java.util.concurrent.TimeUnit;
public class TestGoogleSearch {
WebDriver driver;
... | 1,052 | 0.673954 | 0.671103 | 39 | 25.97436 | 23.026726 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 0 |
cea6cc5c4428c33a5084ec7feece740898ffc71c | 3,229,815,462,413 | 11691fa120cabc67e246d59944585bf9006f3a32 | /Proy2_pizza/src/java/ServiciosDB/ServicioDBUsuario.java | f1c27b5339268489a71a23844faf872f3d21efc9 | [] | no_license | hostname2/Proy_pizza | https://github.com/hostname2/Proy_pizza | a703884c06af4a31e3ba8cba61fe5c3abe30412b | 39c18d26cc6e1522392ac92054a62a34214071af | refs/heads/master | 2022-11-08T15:21:48.897000 | 2020-06-27T22:05:36 | 2020-06-27T22:05:36 | 274,290,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ServiciosDB;
import Datos.BaseDatos;
import Model.Cliente;
import Model.Usuario;
import java.io.IOException;
import java.sql.C... | UTF-8 | Java | 3,460 | java | ServicioDBUsuario.java | Java | [
{
"context": "n;\nimport java.util.Properties;\n\n/**\n *\n * @author sebas\n */\npublic class ServicioDBUsuario {\n \n ",
"end": 476,
"score": 0.9996151924133301,
"start": 471,
"tag": "USERNAME",
"value": "sebas"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ServiciosDB;
import Datos.BaseDatos;
import Model.Cliente;
import Model.Usuario;
import java.io.IOException;
import java.sql.C... | 3,460 | 0.554527 | 0.552213 | 110 | 30.427273 | 21.765886 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 0 |
c5e4f62925b76de91cf0ed1d8d13696032d424aa | 7,524,782,758,336 | 17ffcfac1a8a5bdf814e4ab5cefd530183ae7d2a | /Main.java | 8836475299e14be6f52dd35ca0228e5368033022 | [] | no_license | DevStephi/Ejercicio5_BootCamp | https://github.com/DevStephi/Ejercicio5_BootCamp | 7c5918495375bff65c4e632fcbbd8a0dac34ae49 | bf0747d742f2a441e125ac0b3daaa1d481e57642 | refs/heads/main | 2023-09-06T01:12:06.168000 | 2021-11-06T12:28:18 | 2021-11-06T12:28:18 | 425,238,161 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Clases;
public class Main {
static CocheCRUD cocheCRUD = new CocheCRUDImpl();
public static void main(String[] args) {
CocheCRUDImpl bmw = new CocheCRUDImpl("BMW", "Serie 1");
CocheCRUDImpl audi = new CocheCRUDImpl("Audi", "TT");
cocheCRUD.save(bmw);
cocheCRUD.save(a... | UTF-8 | Java | 561 | java | Main.java | Java | [] | null | [] | package Clases;
public class Main {
static CocheCRUD cocheCRUD = new CocheCRUDImpl();
public static void main(String[] args) {
CocheCRUDImpl bmw = new CocheCRUDImpl("BMW", "Serie 1");
CocheCRUDImpl audi = new CocheCRUDImpl("Audi", "TT");
cocheCRUD.save(bmw);
cocheCRUD.save(a... | 561 | 0.614973 | 0.613191 | 24 | 22.375 | 21.468605 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 0 |
3152d87ef19d8b862b18882914a36374f344189d | 17,772,574,719,032 | 2ca4232facc84e7b4e996d80ddb88ce8beaa66d3 | /Samples2/localisation/src/main/java/com/example/localisation/MainActivity.java | b25082ac637d172fb2825cad306ca925a5ebc253 | [] | no_license | ticou973/ChatApp | https://github.com/ticou973/ChatApp | b6b5c2a57b5bae6e2acda52c9bc9cfda65859ea8 | ae743f8b656247f36204c9e4606d71ce629eecdd | refs/heads/master | 2021-01-25T13:23:52.987000 | 2018-03-13T14:14:50 | 2018-03-13T14:14:50 | 123,564,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.localisation;
import android.Manifest;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
imp... | UTF-8 | Java | 6,538 | java | MainActivity.java | Java | [
{
"context": "ssion.\n\n Toast.makeText(this, \"Mince alors...\", Toast.LENGTH_SHORT).show();\n ",
"end": 5051,
"score": 0.974073052406311,
"start": 5040,
"tag": "NAME",
"value": "Mince alors"
}
] | null | [] | package com.example.localisation;
import android.Manifest;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
imp... | 6,533 | 0.665594 | 0.661305 | 178 | 35.674156 | 38.559532 | 259 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
893b17276640f8622635fb0b6f2c92d73b85ad6a | 7,971,459,360,741 | 6910be4694559cc412ff0e9c0caffd1ce52e8c29 | /src/org/glen_h/games/wolfnsheep/PlayerMode.java | 496b4ba6be16dcdb9d4050db953b542ee0c92fe4 | [] | no_license | glen3b/wolf-n-sheep | https://github.com/glen3b/wolf-n-sheep | 6eef07de1dcb85acb0c8a6763656af932a634574 | 1a9083d90c67db18cd5c196006493aea7437a623 | refs/heads/master | 2021-01-23T13:22:45.916000 | 2013-01-05T21:25:17 | 2013-01-05T21:25:17 | 32,426,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.glen_h.games.wolfnsheep;
/**
* An enum representing the game type: <i>SINGLEPLAYER</i> (One player), <i>MULTIPLAYER</i> (Multiple players), <i>MULTIPLAYER_2P</i> (2 players), <i>MULTIPLAYER_3P</i> (3 players), or <i>MULTIPLAYER_4P</i> (4 players).
* It is preferred to be as specific as possible (Example:... | UTF-8 | Java | 562 | java | PlayerMode.java | Java | [] | null | [] | package org.glen_h.games.wolfnsheep;
/**
* An enum representing the game type: <i>SINGLEPLAYER</i> (One player), <i>MULTIPLAYER</i> (Multiple players), <i>MULTIPLAYER_2P</i> (2 players), <i>MULTIPLAYER_3P</i> (3 players), or <i>MULTIPLAYER_4P</i> (4 players).
* It is preferred to be as specific as possible (Example:... | 562 | 0.713523 | 0.69395 | 10 | 55.200001 | 69.388474 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 0 |
8a92744804da388abc340e6ddb60d8bcdfed832b | 22,686,017,307,190 | 4b3ea7b75dca7f3a172ce0a9b61277fb315bdc09 | /src/main/java/leetcode/Test0120_Triangle.java | 069675e4ae0be3fb94aff308a47faaca8cbcf905 | [] | no_license | wwnhahaxiao/leetcodetest | https://github.com/wwnhahaxiao/leetcodetest | 894a54ab7d561a6bb2e8888a1ac7e98eade67609 | 8a8f75add372974bfae39d7c01fa254d91b3d4f9 | refs/heads/master | 2023-06-18T03:26:24.099000 | 2021-07-12T05:35:42 | 2021-07-12T05:35:42 | 226,481,085 | 0 | 0 | null | false | 2020-10-13T20:22:37 | 2019-12-07T08:42:45 | 2020-10-12T01:45:50 | 2020-10-13T20:22:35 | 325 | 0 | 0 | 1 | Java | false | false | package leetcode;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
//Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
// For example, given the following triangle
// [
// [2],
// [3,4],
//... | UTF-8 | Java | 1,730 | java | Test0120_Triangle.java | Java | [] | null | [] | package leetcode;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
//Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
// For example, given the following triangle
// [
// [2],
// [3,4],
//... | 1,730 | 0.507514 | 0.484393 | 55 | 30.454546 | 29.034662 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.927273 | false | false | 0 |
111146ea756eac8d141538f7a7f55acfb9172c15 | 16,157,666,967,553 | d65ea34643d033a832a2e53e03c15c2e949090cf | /OvertredingGenerator/src/be/kdg/se3/penaltygenerator/model/EmissionPenalty.java | a8ab3d57c618b47fa8860fe3396a74097a0775d9 | [] | no_license | samvanderroost/BoeteBerekening | https://github.com/samvanderroost/BoeteBerekening | 19ac5418de66e6864a5f12788b54fe0a81f037c4 | 9a33dd8d57b1c4f27e0ccd68df61a46c747204a1 | refs/heads/master | 2018-12-29T05:52:15.515000 | 2017-07-20T10:03:01 | 2017-07-20T10:03:01 | 95,593,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.kdg.se3.penaltygenerator.model;
import java.util.Date;
/**
* Created by sam on 28/06/2017.
*/
public class EmissionPenalty extends Penalty {
private int minEuroNorm;
private int euroNorm;
public Date getTimestamp() {
return super.getTimestamp();
}
public void setTimestamp(Da... | UTF-8 | Java | 1,963 | java | EmissionPenalty.java | Java | [
{
"context": ".model;\n\nimport java.util.Date;\n\n/**\n * Created by sam on 28/06/2017.\n */\npublic class EmissionPenalty e",
"end": 89,
"score": 0.9506399631500244,
"start": 86,
"tag": "USERNAME",
"value": "sam"
}
] | null | [] | package be.kdg.se3.penaltygenerator.model;
import java.util.Date;
/**
* Created by sam on 28/06/2017.
*/
public class EmissionPenalty extends Penalty {
private int minEuroNorm;
private int euroNorm;
public Date getTimestamp() {
return super.getTimestamp();
}
public void setTimestamp(Da... | 1,963 | 0.492104 | 0.487519 | 75 | 25.173334 | 21.574907 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 0 |
5672ee3937d46e448441910be4eb810efdbb0042 | 16,157,666,968,818 | 0cd5570693a2151480954ba102bbcdf599007177 | /src/edu/mcckc/gui/FrameApp.java | cc3654a932ac611db1f9d2df08f1ea5472cb18e6 | [] | no_license | tiunicorn1/CS222-final | https://github.com/tiunicorn1/CS222-final | 127d21444815fc1e6734332a749c10ac7efc8f1b | 73178a9ddd581630438e2abe5b7bd286c39ab860 | refs/heads/master | 2021-01-01T06:23:15.273000 | 2017-05-16T02:26:49 | 2017-05-16T02:26:49 | 97,418,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.mcckc.gui;
import javax.swing.*;
/**
* Created by rharris on 5/1/2017.
*/
public class FrameApp extends JFrame
{
private PanelApp pnlApp;
public FrameApp()
{
pnlApp = new PanelApp();
add(pnlApp);
}
}
| UTF-8 | Java | 249 | java | FrameApp.java | Java | [
{
"context": "ckc.gui;\n\nimport javax.swing.*;\n\n/**\n * Created by rharris on 5/1/2017.\n */\npublic class FrameApp extends JF",
"end": 72,
"score": 0.9988723993301392,
"start": 65,
"tag": "USERNAME",
"value": "rharris"
}
] | null | [] | package edu.mcckc.gui;
import javax.swing.*;
/**
* Created by rharris on 5/1/2017.
*/
public class FrameApp extends JFrame
{
private PanelApp pnlApp;
public FrameApp()
{
pnlApp = new PanelApp();
add(pnlApp);
}
}
| 249 | 0.606426 | 0.582329 | 17 | 13.647058 | 13.128062 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 0 |
aae487afb83e44be0c0603b72ad8956c6b35f359 | 30,932,354,525,462 | 0634a0110c89d386d20fd33c26e19d846b9ee7cd | /yun-video-monitor/admin-center/src/main/java/com/hlcy/yun/admincenter/modules/device/listener/DeviceEventHandler.java | 8630c0a324f10ae812a5f9891cfe3babf0c60558 | [] | no_license | cckmit/yun | https://github.com/cckmit/yun | 0d1c5d104a78bddef0590c14990f4a52cd994cf9 | 3031ee54f79455813fb8f15d82495db893b02f9a | refs/heads/master | 2023-03-31T00:18:53.219000 | 2021-04-01T04:51:28 | 2021-04-01T04:51:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hlcy.yun.admincenter.modules.device.listener;
import com.hlcy.yun.admincenter.modules.device.listener.event.KeepaliveEvent;
import com.hlcy.yun.admincenter.modules.device.listener.event.LogoutEvent;
import com.hlcy.yun.admincenter.modules.device.listener.event.RegisterEvent;
public interface DeviceEventH... | UTF-8 | Java | 754 | java | DeviceEventHandler.java | Java | [] | null | [] | package com.hlcy.yun.admincenter.modules.device.listener;
import com.hlcy.yun.admincenter.modules.device.listener.event.KeepaliveEvent;
import com.hlcy.yun.admincenter.modules.device.listener.event.LogoutEvent;
import com.hlcy.yun.admincenter.modules.device.listener.event.RegisterEvent;
public interface DeviceEventH... | 754 | 0.696884 | 0.696884 | 30 | 22.533333 | 24.74501 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 0 |
a55c706785a236fa2b381babd13a1f71bda16956 | 128,849,078,374 | 9e2dafc441eb471c4b5bcfaa72c283fd021f93b6 | /app/src/main/java/com/misura/dontforget/MainActivity.java | 53692a51fded69ae6ca9d14af72f8ce95084ea32 | [] | no_license | kmisura/DontForget | https://github.com/kmisura/DontForget | f96a911001281d09d4bcaf9c9b4438e5a8b7f31a | 910de61763a4558dd4cc7a791c0cd3803257f270 | refs/heads/master | 2021-01-18T20:31:46.934000 | 2016-04-05T20:57:37 | 2016-04-05T20:57:37 | 55,533,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.misura.dontforget;
import android.app.LoaderManager;
import android.content.CursorLoader;
import android.content.Intent;
import android.content.Loader;
import android.database.Cursor;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompa... | UTF-8 | Java | 3,802 | java | MainActivity.java | Java | [] | null | [] | package com.misura.dontforget;
import android.app.LoaderManager;
import android.content.CursorLoader;
import android.content.Intent;
import android.content.Loader;
import android.database.Cursor;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompa... | 3,802 | 0.701736 | 0.699106 | 106 | 34.867924 | 25.309061 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641509 | false | false | 0 |
dd52253fa8691d83627e0030f308626f103546de | 14,869,176,821,375 | cb16ee2988c7531e23f163bd701edffe1a041cc7 | /com/swapnil/java/practice/random/TwoNumSum.java | cc3158377db608476e9921b3bd3519d2aca6dcd9 | [] | no_license | Swapnil-ingle/Java-Practice-Programs | https://github.com/Swapnil-ingle/Java-Practice-Programs | 94906d39cea93e737b1eb11f1219229f25448c4e | bb85856de142de058e4c82f7dff005a92df7af90 | refs/heads/master | 2022-08-11T20:36:35.380000 | 2022-06-26T07:00:57 | 2022-06-26T07:00:57 | 156,978,381 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swapnil.java.practice.random;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.stream.Collectors;
public class TwoNumSum {
/**
* Problem Statement:
* Given an array ex: [1, 6, 9] and a target number ex: 10.
* Find if there is a pa... | UTF-8 | Java | 2,822 | java | TwoNumSum.java | Java | [] | null | [] | package com.swapnil.java.practice.random;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.stream.Collectors;
public class TwoNumSum {
/**
* Problem Statement:
* Given an array ex: [1, 6, 9] and a target number ex: 10.
* Find if there is a pa... | 2,822 | 0.66017 | 0.655918 | 104 | 26.134615 | 22.883509 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.278846 | false | false | 0 |
cf9fec912c73f1fac08f766784c57e4fc285e396 | 22,093,311,813,836 | 0c68287f79454e993e467a327c2270112cb4bb67 | /src/Game.java | 4f02ab898e6d6936b119a60890578af7c5879b43 | [] | no_license | Christian2019/IA_knn | https://github.com/Christian2019/IA_knn | aff31024768184f96d363022c3774f197efe6329 | 00e152d71af4781b4f371fb2545345f41312a13b | refs/heads/master | 2022-11-06T16:54:57.646000 | 2020-06-19T20:25:35 | 2020-06-19T20:25:35 | 273,580,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Random;
public class Game {
public static ArrayList<Petala> petalas;
static ArrayList<Petala> treino;
static ArrayList<Petala> teste_resposta;
static ArrayList<Petala> teste;
static ArrayList<ArrayList<Type_... | UTF-8 | Java | 4,361 | java | Game.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Random;
public class Game {
public static ArrayList<Petala> petalas;
static ArrayList<Petala> treino;
static ArrayList<Petala> teste_resposta;
static ArrayList<Petala> teste;
static ArrayList<ArrayList<Type_... | 4,361 | 0.638844 | 0.624857 | 157 | 26.777071 | 27.249636 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.828026 | false | false | 0 |
8793039690bf764b08b71948bb26a65d2e6c51ff | 34,110,630,301,182 | 3fba58335e52e6d039bef5c8203c4a54cb2d0746 | /ssh-dlxm/src/com/maben/dlxm/service/impl/ElecApplicationTemplateServiceImpl.java | f40ca0638d98ca785315ff1bd31f9ed736136d94 | [] | no_license | Maben-jm/ssh-dlxm | https://github.com/Maben-jm/ssh-dlxm | 95c679b627406f06cf87a62806e6bacf8619e5a6 | f4b2c2ef720a77fee3d52b2cb755ec0961f0fb09 | refs/heads/main | 2023-03-11T21:38:19.177000 | 2021-03-01T13:30:08 | 2021-03-01T13:30:08 | 338,476,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maben.dlxm.service.impl;
import com.maben.dlxm.dao.ElecApplicationTemplateDao;
import com.maben.dlxm.domain.ElecApplicationTemplate;
import com.maben.dlxm.service.ElecApplicationTemplateService;
import com.maben.dlxm.util.FileUploadUtils;
import org.springframework.stereotype.Service;
import org.springfram... | UTF-8 | Java | 5,949 | java | ElecApplicationTemplateServiceImpl.java | Java | [] | null | [] | package com.maben.dlxm.service.impl;
import com.maben.dlxm.dao.ElecApplicationTemplateDao;
import com.maben.dlxm.domain.ElecApplicationTemplate;
import com.maben.dlxm.service.ElecApplicationTemplateService;
import com.maben.dlxm.util.FileUploadUtils;
import org.springframework.stereotype.Service;
import org.springfram... | 5,949 | 0.699305 | 0.697049 | 141 | 36.737587 | 29.633614 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41844 | false | false | 0 |
f022b6ead2d6c868a204c6517eb3bad1cc146164 | 9,199,820,003,869 | 33b00fab8a2ccc1b2d1746d9107c2941b18c71bd | /BaiTap/BaitapTuan6/Bai5Tuan6/app/src/main/java/com/example/bai5tuan6/MainActivity.java | 2cd3ee913ca3cea61ec65de0d9209378807a1f71 | [] | no_license | lhtrung307/AndroidProgramming | https://github.com/lhtrung307/AndroidProgramming | 7b59f4bed201b608fb053e1d241eb0b65efd4ef0 | 7962d783701176ee4a4a55feb794056913fe0de2 | refs/heads/master | 2020-04-29T06:31:06.544000 | 2019-05-26T18:42:45 | 2019-05-26T18:42:45 | 175,918,389 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bai5tuan6;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ListView;
import android.widget.Toast;
im... | UTF-8 | Java | 2,705 | java | MainActivity.java | Java | [
{
"context": "package com.example.bai5tuan6;\n\nimport android.support.v7.app.AppCompatActivity",
"end": 29,
"score": 0.7807362675666809,
"start": 22,
"tag": "USERNAME",
"value": "i5tuan6"
}
] | null | [] | package com.example.bai5tuan6;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ListView;
import android.widget.Toast;
im... | 2,705 | 0.613309 | 0.610351 | 79 | 33.240505 | 24.646469 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658228 | false | false | 0 |
f490882bafa5c8b374a11d2fe28cb49101e470d9 | 33,414,845,629,058 | 4bb614a06718efe738373ce2cdf7466c90245dd1 | /app/src/main/java/pirala/herokuapp/com/dialogs/BookingDialog.java | 27b979299cfb7be6e19fa851da57894b27ba5e3f | [] | no_license | Gvetri/PiralaAndroid | https://github.com/Gvetri/PiralaAndroid | 36cf929ac069ad49c0d4fc1663544ebbf6b7e91a | b0b937dd3cd8ef34e7dd65d535e1d8d66bae0999 | refs/heads/master | 2020-04-06T06:53:33.978000 | 2016-09-06T17:14:33 | 2016-09-06T17:14:33 | 62,278,656 | 0 | 0 | null | false | 2016-09-06T17:14:33 | 2016-06-30T04:12:31 | 2016-06-30T04:15:27 | 2016-09-06T17:14:33 | 1,037 | 0 | 0 | 0 | Java | null | null | package pirala.herokuapp.com.dialogs;
import android.app.Dialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.util.L... | UTF-8 | Java | 7,723 | java | BookingDialog.java | Java | [
{
"context": "la.herokuapp.com.model.Booking;\n\n/**\n * Created by giuseppe on 22/07/16.\n */\npublic class BookingDialog exten",
"end": 1169,
"score": 0.9995948076248169,
"start": 1161,
"tag": "USERNAME",
"value": "giuseppe"
}
] | null | [] | package pirala.herokuapp.com.dialogs;
import android.app.Dialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.util.L... | 7,723 | 0.612715 | 0.610773 | 219 | 34.264839 | 28.891439 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.643836 | false | false | 0 |
abd888bc341ebf29f89de3434203b6c941156e07 | 24,653,112,344,272 | a156346a45943ccd9085e81b2c5d6bec71352890 | /dependency-watcher-server/src/main/java/com/nuance/mobility/dependencywatcher/data/DependencyRepository.java | ce499184058cf6c342cf80f87c1c3530ec6636a0 | [] | no_license | lumeche/dependency-watcher | https://github.com/lumeche/dependency-watcher | 5a04800001f431bce02a30f4b99b3a14c1f2d8ec | f1b5019a2561d9f444270d691ca741b6e35327a3 | refs/heads/master | 2020-12-03T03:46:01.579000 | 2017-07-13T14:50:13 | 2017-07-13T14:50:13 | 95,770,902 | 0 | 2 | null | false | 2017-07-12T14:53:44 | 2017-06-29T11:29:21 | 2017-06-29T17:37:07 | 2017-07-12T14:53:43 | 107 | 0 | 1 | 1 | Java | null | null | package com.nuance.mobility.dependencywatcher.data;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.function.Predicate;
import org.apache.commons.collections.ListUtils;
import org.spring... | UTF-8 | Java | 1,531 | java | DependencyRepository.java | Java | [] | null | [] | package com.nuance.mobility.dependencywatcher.data;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.function.Predicate;
import org.apache.commons.collections.ListUtils;
import org.spring... | 1,531 | 0.768779 | 0.768125 | 48 | 30.895834 | 29.348652 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 0 |
f27e75f5967613d38a07c8960828411b0f28a3c9 | 36,524,401,913,565 | 8054a1f10869b2326552ebc5f994a861a678bdd0 | /src/test/java/com/practicalunittesting/chp06/collections/TDDNarrowingTest.java | 4d1a9b72ece40a47ec2ea3afa59d59de154c076e | [] | no_license | melmoutaoukil/Projet1 | https://github.com/melmoutaoukil/Projet1 | e5bf1af4c6c74c8c912e2566afd73b901c4a9662 | 2d0e2d7f92a3903ca628bf2794bff90e87519294 | refs/heads/master | 2020-09-30T14:18:24.087000 | 2016-09-16T14:29:53 | 2016-09-16T14:29:53 | 67,812,246 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practicalunittesting.chp06.collections;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
/**
* Practical Unit Testing with JUnit and Mockito - source code for examples.
* Visit http://practicalunittesting.com for more information.
*
* @autho... | UTF-8 | Java | 996 | java | TDDNarrowingTest.java | Java | [
{
"context": "nittesting.com for more information.\n *\n * @author Tomek Kaczanowski\n */\npublic class TDDNarrowingTest {\n\n\tclass User ",
"end": 339,
"score": 0.9996668696403503,
"start": 322,
"tag": "NAME",
"value": "Tomek Kaczanowski"
}
] | null | [] | package com.practicalunittesting.chp06.collections;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
/**
* Practical Unit Testing with JUnit and Mockito - source code for examples.
* Visit http://practicalunittesting.com for more information.
*
* @autho... | 985 | 0.713855 | 0.692771 | 48 | 19.75 | 19.75211 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.229167 | false | false | 0 |
26866e4638793af14c0c1e5ebcd4cb9d0ee5f940 | 4,844,723,138,952 | 3303ad8d14ae930027927152452ae90ad92a6c74 | /prodcons/NewsProducer.java | 66ea0829eb0a3da382b2d44a1da0cca378a1aa1e | [] | no_license | cmcwerner/creolJava | https://github.com/cmcwerner/creolJava | 9e3550ebdf31465f799b7069f79da130f5a1806b | 42b63c9aa598c1277eba192bb0469144767d0adc | refs/heads/master | 2021-01-17T13:42:39.701000 | 2016-07-25T21:47:13 | 2016-07-25T21:47:13 | 25,713,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import creol.*;
import java.util.*;
public class NewsProducer extends CreolObject{
private ArrayList<News> requests = new ArrayList<News>();
public void add(News ns) {
requests.add(ns);
}
public News getNews() {
while (requests.size() <= 0) creolAwait();
News firstNews = requests.remove(0);
... | UTF-8 | Java | 345 | java | NewsProducer.java | Java | [] | null | [] | import creol.*;
import java.util.*;
public class NewsProducer extends CreolObject{
private ArrayList<News> requests = new ArrayList<News>();
public void add(News ns) {
requests.add(ns);
}
public News getNews() {
while (requests.size() <= 0) creolAwait();
News firstNews = requests.remove(0);
... | 345 | 0.666667 | 0.66087 | 15 | 21.933332 | 18.25182 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 0 |
3ebf4a0fce68f4993650281c930e71b6f424a289 | 6,734,508,785,698 | cdd9ef22064ee3939001c06de23f44b2ae9cc042 | /src/main/java/org/example/data/Account.java | 12cfb5054ff95ea7f090969c74abf5baa10cf607 | [] | no_license | NPEKL/sync2obj | https://github.com/NPEKL/sync2obj | 371173501a491c27a68561a0337d72492530602c | 0f28d99c20a13300141487ff56227cac5ebd7d20 | refs/heads/main | 2023-07-02T04:22:15.627000 | 2021-07-30T06:41:59 | 2021-07-30T06:41:59 | 390,877,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.data;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class Account {
private volatile Long moneyAccount;
private final String name;
private final Lock lock;
public Account(String name, long startMoney) {
this.name = name;
... | UTF-8 | Java | 1,126 | java | Account.java | Java | [] | null | [] | package org.example.data;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class Account {
private volatile Long moneyAccount;
private final String name;
private final Lock lock;
public Account(String name, long startMoney) {
this.name = name;
... | 1,126 | 0.554174 | 0.553286 | 54 | 19.851852 | 15.91925 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 0 |
f3a5760d1889fcab1806ba7b0c3d44c44640e62d | 33,998,961,159,933 | fd6e29bdcba924f00674e6ef374eda836cdc5c30 | /Programiranje1/Izpit/Grafika/Pravokotniki.java | a9a51712f73aaf3cd9ac4dbaf903133eb6098724 | [
"MIT"
] | permissive | RokKos/FRI_Programiranje | https://github.com/RokKos/FRI_Programiranje | 58ee8826631ffaf36360fac8d46fec7635321eaf | d1b0c73585af049be9283447039f5f3e3fa4bdd9 | refs/heads/master | 2021-06-16T08:25:24.079000 | 2019-12-20T14:36:12 | 2019-12-20T14:36:12 | 74,551,325 | 5 | 12 | MIT | false | 2021-06-11T17:58:10 | 2016-11-23T07:26:30 | 2020-07-29T07:54:38 | 2021-06-11T17:58:10 | 229,300 | 4 | 5 | 2 | HTML | false | false | // Samo oznacevanje
g.setColor(Color.BLACK);
g.drawString("(0,0)",7,10);
g.drawString("(0,hp)",7,ri(hp-10));
g.drawString("(wp,0)",ri(wp)-40,10);
g.drawString("(wp,hp)",ri(wp)-50,ri(hp)-10);
g.drawString("x", ri(wp / 2), 10);
g.drawString("y", 0, ri(hp / 2));
// Risanje pravokotnikov
int levoZgorajX = 50;
int levoZgor... | UTF-8 | Java | 775 | java | Pravokotniki.java | Java | [] | null | [] | // Samo oznacevanje
g.setColor(Color.BLACK);
g.drawString("(0,0)",7,10);
g.drawString("(0,hp)",7,ri(hp-10));
g.drawString("(wp,0)",ri(wp)-40,10);
g.drawString("(wp,hp)",ri(wp)-50,ri(hp)-10);
g.drawString("x", ri(wp / 2), 10);
g.drawString("y", 0, ri(hp / 2));
// Risanje pravokotnikov
int levoZgorajX = 50;
int levoZgor... | 775 | 0.689032 | 0.636129 | 21 | 35.904762 | 24.104742 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.285714 | false | false | 0 |
0c2bf04af6a1733eabae3dd1b8de5bb8b7de73b5 | 31,267,361,973,056 | 2bf30c31677494a379831352befde4a5e3d8ed19 | /exportLibraries/scaleio/src/main/java/com/emc/storageos/scaleio/api/ScaleIOVersionCommand.java | 58b7d6e11aeac369240e2aa3cf9aff4f2efc39fb | [] | no_license | dennywangdengyu/coprhd-controller | https://github.com/dennywangdengyu/coprhd-controller | fed783054a4970c5f891e83d696a4e1e8364c424 | 116c905ae2728131e19631844eecf49566e46db9 | refs/heads/master | 2020-12-30T22:43:41.462000 | 2015-07-23T18:09:30 | 2015-07-23T18:09:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015 EMC Corporation
* All Rights Reserved
*/
/*
* Copyright (c) 2014 EMC Corporation
*
* All Rights Reserved
*
* This software contains the intellectual property of EMC Corporation
* or is licensed to EMC Corporation from third parties. Use of this
* software and the intellectual property con... | UTF-8 | Java | 1,463 | java | ScaleIOVersionCommand.java | Java | [] | null | [] | /*
* Copyright 2015 EMC Corporation
* All Rights Reserved
*/
/*
* Copyright (c) 2014 EMC Corporation
*
* All Rights Reserved
*
* This software contains the intellectual property of EMC Corporation
* or is licensed to EMC Corporation from third parties. Use of this
* software and the intellectual property con... | 1,463 | 0.696514 | 0.681476 | 52 | 27.134615 | 28.070673 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 0 |
8efd39f369a58726094e54a01e60254eb2976cbe | 37,830,071,957,662 | ea5f76a6c722fd38005cfb0c256bb3b4b2649d6e | /rockframework-core/src/main/java/br/net/woodstock/rockframework/xml/dom/DocumentWrapper.java | a78506f0de1e619e4bfc001136adb72c27a08d07 | [] | no_license | flaviooo/rockframework | https://github.com/flaviooo/rockframework | fbf867c623cebb0062167c93b5972eb8d99af327 | 8c3c18c587e2131dd8f84c804b845f91a7c296be | refs/heads/master | 2018-01-09T05:38:04.037000 | 2012-08-31T20:41:47 | 2012-08-31T20:41:47 | 46,314,145 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This file is part of rockframework.
*
* rockframework is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* rockframework ... | UTF-8 | Java | 9,287 | java | DocumentWrapper.java | Java | [] | null | [] | /*
* This file is part of rockframework.
*
* rockframework is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* rockframework ... | 9,287 | 0.767524 | 0.763648 | 395 | 22.511393 | 23.8211 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.225316 | false | false | 0 |
032c70347e4bfc5527822f733d3f533bcb173f0b | 31,241,592,115,552 | 21d4306dd14692b5ba833599dd725ff20b5bf75a | /Lab5/Lab_XML/Lab_XML/src/main/java/ru/ansmirnov/rsatu/java/lab/lab_xml/FacilityNavigator.java | fe30b55347b4c8357be5caebf5a7140be6c49c27 | [] | no_license | ansmirnov-rsatu/java-labs | https://github.com/ansmirnov-rsatu/java-labs | 7c6c542e82612fd31c31dcecb16b75aa3d011033 | 20ddc7db6d8bb85cdb7c8ea39c15b372b6a94536 | refs/heads/master | 2019-07-10T11:24:06.924000 | 2017-05-15T11:00:53 | 2017-05-15T11:00:53 | 91,327,826 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.ansmirnov.rsatu.java.lab.lab_xml;
import java.util.List;
import java.util.Scanner;
import ru.rsatu.xml.Facility;
import ru.rsatu.xml.University;
/**
*
* @author Andrey Smirnov <mail@ansmirnov.ru>
*/
public class FacilityNavigator {
private Scanner in = new Scanner(System.in);
private University... | UTF-8 | Java | 3,463 | java | FacilityNavigator.java | Java | [
{
"context": "import ru.rsatu.xml.University;\n\n/**\n *\n * @author Andrey Smirnov <mail@ansmirnov.ru>\n */\npublic class FacilityNavi",
"end": 190,
"score": 0.9998780488967896,
"start": 176,
"tag": "NAME",
"value": "Andrey Smirnov"
},
{
"context": "ml.University;\n\n/**\n *\n * @au... | null | [] | package ru.ansmirnov.rsatu.java.lab.lab_xml;
import java.util.List;
import java.util.Scanner;
import ru.rsatu.xml.Facility;
import ru.rsatu.xml.University;
/**
*
* @author <NAME> <<EMAIL>>
*/
public class FacilityNavigator {
private Scanner in = new Scanner(System.in);
private University university;
p... | 3,445 | 0.539448 | 0.539128 | 101 | 29.871286 | 24.246532 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534653 | false | false | 0 |
434f7c1438edde11fadb510c2949fb65459d5c3d | 32,169,305,053,471 | dcf5d58c28f4c31f39dda524595a81ea7f4934bd | /src/main/java/cn/design/demo/proxy/OrderService.java | 358bebb377ae2f7efce9152f1f1c8be1a569115a | [] | no_license | qybmsnl/java-design | https://github.com/qybmsnl/java-design | ea49335daef3d22ccadf596b5b4a76451cc3162f | 8ddf398582c6d893be24647afaabb3ce43e21d1e | refs/heads/master | 2022-12-03T19:51:34.992000 | 2020-08-17T12:06:23 | 2020-08-17T12:06:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.design.demo.proxy;
/**
* @author zhangkun
* @create 2020-07-30 3:01 PM
* @desc
**/
public interface OrderService {
void order();
}
| UTF-8 | Java | 154 | java | OrderService.java | Java | [
{
"context": "package cn.design.demo.proxy;\n\n/**\n * @author zhangkun\n * @create 2020-07-30 3:01 PM\n * @desc\n **/\n\npubl",
"end": 54,
"score": 0.9973723888397217,
"start": 46,
"tag": "USERNAME",
"value": "zhangkun"
}
] | null | [] | package cn.design.demo.proxy;
/**
* @author zhangkun
* @create 2020-07-30 3:01 PM
* @desc
**/
public interface OrderService {
void order();
}
| 154 | 0.62987 | 0.558442 | 13 | 10.846154 | 11.941177 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 10 |
b35c705ccb273a777432294ad33c32588da6201e | 17,635,135,725,598 | 5f8fe9b7ec03e2074d302513d9c0e2df5baa949f | /src/main/java/uk/ac/ucl/jsh/core/Pipeline.java | 1fbea5a5508f7061d4906904b20653833d536ab6 | [] | no_license | yifanzhang13/JSH_Bash-like-shell-in-Java | https://github.com/yifanzhang13/JSH_Bash-like-shell-in-Java | 6c6976457fe85db8078e7022a18073efe93cd31f | fcd287868c69e4b3200b8271b5a0767ef2373f27 | refs/heads/master | 2023-04-18T16:28:46.480000 | 2020-12-03T03:38:50 | 2020-12-03T03:38:50 | 268,225,626 | 0 | 0 | null | false | 2021-04-26T20:30:12 | 2020-05-31T06:51:56 | 2020-12-03T03:38:53 | 2021-04-26T20:30:12 | 107 | 0 | 0 | 2 | Java | false | false | package uk.ac.ucl.jsh.core;
import uk.ac.ucl.jsh.app.App;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Future;
public class Pipeline implements IPipeline {
private List<App> apps;
private ExecutorService execut... | UTF-8 | Java | 1,724 | java | Pipeline.java | Java | [] | null | [] | package uk.ac.ucl.jsh.core;
import uk.ac.ucl.jsh.app.App;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Future;
public class Pipeline implements IPipeline {
private List<App> apps;
private ExecutorService execut... | 1,724 | 0.578886 | 0.575986 | 66 | 25.121212 | 23.438194 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
18fd9c115a39a35f84d7592e7b055df003052a2f | 20,925,080,729,961 | 17fce2b6786c91533635a1850cc51d5eb1307825 | /shop-admin/src/main/java/com/fh/shop/admin/controller/user/UserController.java | 47e137340b62f07f17f8c15674432c6ba76e1e5e | [] | no_license | ggh666666/public | https://github.com/ggh666666/public | c9a96c7979dbebdbdbad6ab9d1b1cd3209330289 | ff49251bfdc0ec4dae2294b58cb476399719d75f | refs/heads/master | 2022-12-27T08:15:40.884000 | 2019-11-01T00:32:00 | 2019-11-01T00:32:00 | 218,882,519 | 0 | 0 | null | false | 2022-12-16T11:09:30 | 2019-11-01T00:15:12 | 2019-11-01T00:41:26 | 2022-12-16T11:09:27 | 70,214 | 0 | 0 | 32 | JavaScript | false | false | package com.fh.shop.admin.controller.user;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.extension.api.R;
import com.fh.shop.admin.biz.user.IUserService;
import com.fh.shop.admin.biz.wealth.IWealthService;
import com.fh.shop.admin.common.DataTableResult;
import com.fh.shop.admin.common.Log;
import ... | UTF-8 | Java | 18,368 | java | UserController.java | Java | [
{
"context": "\n }\n\n String userName = user.getUserName();\n String password = user.getPassword();\n",
"end": 2557,
"score": 0.7234539985656738,
"start": 2553,
"tag": "USERNAME",
"value": "Name"
},
{
"context": "me = user.getUserName();\n String password... | null | [] | package com.fh.shop.admin.controller.user;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.extension.api.R;
import com.fh.shop.admin.biz.user.IUserService;
import com.fh.shop.admin.biz.wealth.IWealthService;
import com.fh.shop.admin.common.DataTableResult;
import com.fh.shop.admin.common.Log;
import ... | 18,379 | 0.638646 | 0.635966 | 520 | 32.011539 | 30.204683 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.523077 | false | false | 10 |
caa686eb9fa44d31919b638cf3dbef5da8b45c84 | 20,925,080,733,248 | 14d0ab5f8fb94b0188f8bac8c757c28230401559 | /blue-beast/src/beast/dr/inferencexml/convergence/BlueBeastLoggerParser.java | 6bcc95a7d76232d276a0ed7bb2a116cfd417e09a | [] | no_license | sibonli/blue-beast | https://github.com/sibonli/blue-beast | dcb73f746726d857ce41c237f080c95e24080da6 | e6975be4943a6f42eb41b2d5bb02170815fd99bd | refs/heads/master | 2016-09-02T05:55:10.916000 | 2013-08-16T00:04:47 | 2013-08-16T00:04:47 | 33,784,468 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* BlueBeastLoggerParser.java
*
* Copyright (C) 2002-2009 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* it... | UTF-8 | Java | 6,421 | java | BlueBeastLoggerParser.java | Java | [
{
"context": "BeastLoggerParser.java\n*\n* Copyright (C) 2002-2009 Alexei Drummond and Andrew Rambaut\n*\n* This file is part of BEAST",
"end": 75,
"score": 0.9998302459716797,
"start": 60,
"tag": "NAME",
"value": "Alexei Drummond"
},
{
"context": "va\n*\n* Copyright (C) 2002-2009 Al... | null | [] | /*
* BlueBeastLoggerParser.java
*
* Copyright (C) 2002-2009 <NAME> and <NAME>
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* it under the terms ... | 6,400 | 0.637595 | 0.631677 | 168 | 37.214287 | 31.480747 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 10 |
89a6993f758dbc17d585bb614abe878eb70baaf6 | 8,186,207,700,066 | fa5a1c62310c364fa66b3b65521ce0dfb0bbcf1f | /app/android/Sensorama/app/src/main/java/com/barvoy/sensorama/Sensorama.java | 0c0ce1e975dc824669af2e1220a5e0309597b2ff | [
"BSD-2-Clause"
] | permissive | wkoszek/sensorama | https://github.com/wkoszek/sensorama | 688887199997896d60e521178dfb34c0b6d04939 | c2ddf06bd0aba49d267f204ce35a5d7b851c5fed | refs/heads/master | 2020-12-02T15:07:13.294000 | 2016-02-17T09:17:38 | 2016-02-17T09:17:38 | 39,643,194 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright (c) 2015, Wojciech Adam Koszek <wojciech@koszek.com>
// All rights reserved.
package com.barvoy.sensorama;
import android.app.Activity;
import java.io.BufferedWriter;
import java.io.IOException;
import java.util.*;
public class Sensorama {
SRAccel accel;
SRBattery battery;
SRGyro gyro;
... | UTF-8 | Java | 1,622 | java | Sensorama.java | Java | [
{
"context": "// Copyright (c) 2015, Wojciech Adam Koszek <wojciech@koszek.com>\n// All rights reserved.\n\npa",
"end": 43,
"score": 0.9998614192008972,
"start": 23,
"tag": "NAME",
"value": "Wojciech Adam Koszek"
},
{
"context": "// Copyright (c) 2015, Wojciech Adam Koszek <wojciech@... | null | [] | // Copyright (c) 2015, <NAME> <<EMAIL>>
// All rights reserved.
package com.barvoy.sensorama;
import android.app.Activity;
import java.io.BufferedWriter;
import java.io.IOException;
import java.util.*;
public class Sensorama {
SRAccel accel;
SRBattery battery;
SRGyro gyro;
SRGravity gravity;
SR... | 1,596 | 0.601726 | 0.59926 | 68 | 22.852942 | 17.779917 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 10 |
1f4b94dfcf6a46b6130a9989ebda2a48063e1676 | 15,590,731,330,135 | aafd0979aa68e830ec90eb3502e7ce8dfce6c028 | /app/src/main/java/com/cgwx/yyfwptz/lixiang/AQBP/di/components/VCodeComponent.java | 6656fec72b216d615573c6d2c50cbdb30d7d2290 | [] | no_license | lixxxiang/AQBP | https://github.com/lixxxiang/AQBP | 23a8355ce3ad51fc6d818a494e72ae38b880553f | 7b51126f687e5e75bcb6f5567c6fb4b72fdfe791 | refs/heads/master | 2021-01-22T21:07:24.997000 | 2017-08-18T06:36:32 | 2017-08-18T06:36:32 | 100,681,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cgwx.yyfwptz.lixiang.AQBP.di.components;
import com.cgwx.yyfwptz.lixiang.AQBP.di.modules.VCodeModule;
import com.cgwx.yyfwptz.lixiang.AQBP.view.activity.VCodeActivity;
import dagger.Component;
/**
* Created by yyfwptz on 2017/8/8.
*/
@Component(modules = VCodeModule.class)
public interface VCodeCompon... | UTF-8 | Java | 369 | java | VCodeComponent.java | Java | [
{
"context": "vity;\n\nimport dagger.Component;\n\n/**\n * Created by yyfwptz on 2017/8/8.\n */\n\n@Component(modules = VCodeModul",
"end": 233,
"score": 0.9996992349624634,
"start": 226,
"tag": "USERNAME",
"value": "yyfwptz"
}
] | null | [] | package com.cgwx.yyfwptz.lixiang.AQBP.di.components;
import com.cgwx.yyfwptz.lixiang.AQBP.di.modules.VCodeModule;
import com.cgwx.yyfwptz.lixiang.AQBP.view.activity.VCodeActivity;
import dagger.Component;
/**
* Created by yyfwptz on 2017/8/8.
*/
@Component(modules = VCodeModule.class)
public interface VCodeCompon... | 369 | 0.780488 | 0.764228 | 15 | 23.6 | 23.28891 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
22834e32b2a9d6f6da198adfe59025807551e5ed | 2,087,354,155,388 | 0a8b68908ef457f8b0c0ab18c1ec1b57b32e03e1 | /creditEcoSystem/kernel/credit-third-interface/src/main/java/com/ctc/credit/bairong/service/CreditBrLocationEntiryService.java | 2253c0c63f1abe6e61c3d3e0efc25b988c06ed1b | [] | no_license | gspandy/c.r.e.d.it | https://github.com/gspandy/c.r.e.d.it | 68f33b347a4bd1cb6e110bf3123fb2674a4ad900 | 8095962d0f4b4443c884ef4a318f9d1aa818e0dc | refs/heads/master | 2023-08-09T15:41:15.738000 | 2015-08-07T06:10:12 | 2015-08-07T06:10:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ctc.credit.bairong.service;
import com.ctc.credit.bairong.api.dto.location.LocationDto;
import com.ctc.credit.bairong.model.CreditBrLocationEntiry;
import com.ctc.credit.kernel.base.GenericService;
public interface CreditBrLocationEntiryService extends GenericService <CreditBrLocationEntiry, String>{
/**... | UTF-8 | Java | 452 | java | CreditBrLocationEntiryService.java | Java | [] | null | [] | package com.ctc.credit.bairong.service;
import com.ctc.credit.bairong.api.dto.location.LocationDto;
import com.ctc.credit.bairong.model.CreditBrLocationEntiry;
import com.ctc.credit.kernel.base.GenericService;
public interface CreditBrLocationEntiryService extends GenericService <CreditBrLocationEntiry, String>{
/**... | 452 | 0.812207 | 0.812207 | 14 | 29.428572 | 30.705315 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 10 |
c1732f9368a0ed1d6de9af26d4cbe9b174456e10 | 4,346,506,959,218 | 8bf4fe9cd3fe399f3440c2a09a26db615d312dab | /java8/src/main/java/com/xmw/java8/Demo.java | 69952e149096c795101100c4cff9f27b5a185a80 | [] | no_license | xmw9160/base-code | https://github.com/xmw9160/base-code | 9ffef91d1d015d08b7ebcf3e760cd9f3985d3bb0 | df4f519ae2b8b0797ee0a428f6f747908d68946f | refs/heads/master | 2020-04-01T18:07:40.455000 | 2019-03-10T05:10:45 | 2019-03-10T05:10:45 | 153,473,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xmw.java8;
/**
* @author mingwei.xia
* @date 2018/8/24 9:56
* @since V1.0
*/
public class Demo {
public static void main(String[] args) {
// Proxy.newProxyInstance()
// byte[] bytes = new byte[100 * 1024 * 1024];
// System.out.println(Objects.equals(null, null));
int ... | UTF-8 | Java | 444 | java | Demo.java | Java | [
{
"context": "package com.xmw.java8;\n\n/**\n * @author mingwei.xia\n * @date 2018/8/24 9:56\n * @since V1.0\n */",
"end": 43,
"score": 0.7515642642974854,
"start": 39,
"tag": "NAME",
"value": "ming"
},
{
"context": "package com.xmw.java8;\n\n/**\n * @author mingwei.xia\n * @date 201... | null | [] | package com.xmw.java8;
/**
* @author mingwei.xia
* @date 2018/8/24 9:56
* @since V1.0
*/
public class Demo {
public static void main(String[] args) {
// Proxy.newProxyInstance()
// byte[] bytes = new byte[100 * 1024 * 1024];
// System.out.println(Objects.equals(null, null));
int ... | 444 | 0.524775 | 0.466216 | 21 | 20.142857 | 17.332287 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
654869382047868392a0b2d08c6a00c0338f4a8f | 32,255,204,423,010 | 3fc098fda87b2faae000a150faa1a18c8c8b89d0 | /SamuliLehtonen_ArthurXavier_COMP304_Sec003_Lab4/app/src/main/java/com/example/samulilehtonen_arthurxavier_comp304_sec003_lab4/Nurse.java | df34ee63b50a469038443214468f2030b30ac8db | [] | no_license | Cendukka/MobileApplicationAssignments4-6 | https://github.com/Cendukka/MobileApplicationAssignments4-6 | f87661a44b770751b121e0b78da0eaac3508be9c | d84511540c0b5f039688649ae15b270894c1eb2c | refs/heads/master | 2021-02-16T15:59:40.697000 | 2020-04-10T18:36:00 | 2020-04-10T18:36:00 | 245,021,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.samulilehtonen_arthurxavier_comp304_sec003_lab4;
/*
* Created an entity of Nurse
*
* */
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class Nurse {
@PrimaryKey
@ColumnInfo(name = "nurse_id")
private int id;
privat... | UTF-8 | Java | 1,210 | java | Nurse.java | Java | [
{
"context": "package com.example.samulilehtonen_arthurxavier_comp304_sec003_lab4;\n\n/*\n * Created ",
"end": 34,
"score": 0.8501558303833008,
"start": 20,
"tag": "USERNAME",
"value": "samulilehtonen"
},
{
"context": "package com.example.samulilehtonen_arthurxavier_comp304_sec003_la... | null | [] | package com.example.samulilehtonen_arthurxavier_comp304_sec003_lab4;
/*
* Created an entity of Nurse
*
* */
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class Nurse {
@PrimaryKey
@ColumnInfo(name = "nurse_id")
private int id;
privat... | 1,210 | 0.633884 | 0.628099 | 58 | 19.879311 | 16.521749 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327586 | false | false | 10 |
793a31933dbb4ec9e6c167ebf79fe898bbcb8661 | 31,164,282,711,872 | e7ca3a996490d264bbf7e10818558e8249956eda | /aliyun-java-sdk-emr/src/main/java/com/aliyuncs/emr/model/v20160408/ListClusterForAdminRequest.java | 88e57ad28893fe52d719895d46f02213e2b4ed0b | [
"Apache-2.0"
] | permissive | AndyYHL/aliyun-openapi-java-sdk | https://github.com/AndyYHL/aliyun-openapi-java-sdk | 6f0e73f11f040568fa03294de2bf9a1796767996 | 15927689c66962bdcabef0b9fc54a919d4d6c494 | refs/heads/master | 2020-03-26T23:18:49.532000 | 2018-08-21T04:12:23 | 2018-08-21T04:12:23 | 145,530,169 | 1 | 0 | null | true | 2018-08-21T08:14:14 | 2018-08-21T08:14:13 | 2018-08-21T07:37:26 | 2018-08-21T04:12:29 | 10,055 | 0 | 0 | 0 | null | false | null | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | UTF-8 | Java | 5,103 | java | ListClusterForAdminRequest.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | 5,103 | 0.685675 | 0.679796 | 214 | 22.079439 | 22.571346 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.635514 | false | false | 10 |
c24d5e7bb9a56d1b066e9f97a5a48ca79f2715f3 | 21,912,923,166,028 | 31fabaf273f37d1ca7c57d2d53b230a8236082bb | /src/main/java/com/lzhenxing/javascaffold/javabase/monitor/cpu/CpuHighFromIO.java | e447bc33a8c3c7931ebfc8c69d22efc0ae1a7c28 | [] | no_license | lzx2011/java-scaffold | https://github.com/lzx2011/java-scaffold | 8210811b21730f51a0280f4917fd0859c1b6a192 | 7ff7266179068502bb9229eca42111dc41e57555 | refs/heads/master | 2021-06-13T18:40:21.611000 | 2019-10-02T17:48:37 | 2019-10-02T17:48:37 | 84,739,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lzhenxing.javascaffold.javabase.monitor.cpu;
import org.apache.commons.lang3.StringUtils;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* ClassName: CpuHighFromIO <br/>
* Function: <br/>
*
* @au... | UTF-8 | Java | 1,233 | java | CpuHighFromIO.java | Java | [
{
"context": "uHighFromIO <br/>\n * Function: <br/>\n *\n * @author gary.liu\n * @date 2017/8/27\n */\npublic class CpuHighFromIO",
"end": 333,
"score": 0.9992095232009888,
"start": 325,
"tag": "NAME",
"value": "gary.liu"
}
] | null | [] | package com.lzhenxing.javascaffold.javabase.monitor.cpu;
import org.apache.commons.lang3.StringUtils;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* ClassName: CpuHighFromIO <br/>
* Function: <br/>
*
* @au... | 1,233 | 0.596107 | 0.580697 | 44 | 27.022728 | 23.144299 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 10 |
8b9c9cc8138fe516dff7691adff0c6b123d1f2b8 | 10,024,453,671,399 | eb4af41bc83ad0a5ed270bc478d23dd9fcdff41c | /src/main/java/org/leiqiao/ideares/sc/FilePropPair.java | d00625e7eba052fbd85783d773e2a77a8b2d524d | [] | no_license | leiqiao0/IDEA-SC-Res | https://github.com/leiqiao0/IDEA-SC-Res | ffa63c951739ed8eabc9c3c3d6b6a5dbe33292b5 | 93dcba862ae62fcc6c62e784b96ce30983bb3283 | refs/heads/master | 2017-04-21T17:01:37.908000 | 2017-02-10T10:38:31 | 2017-02-10T10:38:31 | 81,060,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.leiqiao.ideares.sc;
import java.util.Properties;
public class FilePropPair {
private String filename;
private Properties properties;
public FilePropPair(String filename, Properties properties) {
this.filename = filename;
this.properties = properties;
}
public Stri... | UTF-8 | Java | 637 | java | FilePropPair.java | Java | [] | null | [] | package org.leiqiao.ideares.sc;
import java.util.Properties;
public class FilePropPair {
private String filename;
private Properties properties;
public FilePropPair(String filename, Properties properties) {
this.filename = filename;
this.properties = properties;
}
public Stri... | 637 | 0.660911 | 0.660911 | 36 | 16.694445 | 18.664909 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 10 |
0d955c1fee03b5d0c15cdddaf5d1b3dc14dc4f77 | 28,810,640,636,123 | 03f49cdab6f1bbb3ddaee5e64a19b820b51567f5 | /src/main/java/com/zb/dto/UserDto.java | 3059154174be7e9ebcb2532d582c228cb4b6e1fd | [] | no_license | ZhengBing520/zhengb | https://github.com/ZhengBing520/zhengb | 88118dd9ba71919549b2125f9e97d7368ede53f3 | 2e39d74762e1b7f09071841b27633ae47e858494 | refs/heads/master | 2021-04-26T04:21:45.252000 | 2020-03-19T12:26:44 | 2020-03-19T12:26:44 | 106,996,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zb.dto;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
/**
* Created by bzheng on 2019/1/27.
*/
public class UserDto extends BaseDto {
@ApiModelProperty("用户名")
@NotEmpty(message = "用户名不能为空")
private... | UTF-8 | Java | 1,979 | java | UserDto.java | Java | [
{
"context": "validation.constraints.NotNull;\n\n/**\n * Created by bzheng on 2019/1/27.\n */\npublic class UserDto extends Ba",
"end": 186,
"score": 0.9997453093528748,
"start": 180,
"tag": "USERNAME",
"value": "bzheng"
},
{
"context": "\n\n public String getUsername() {\n ... | null | [] | package com.zb.dto;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
/**
* Created by bzheng on 2019/1/27.
*/
public class UserDto extends BaseDto {
@ApiModelProperty("用户名")
@NotEmpty(message = "用户名不能为空")
private... | 1,981 | 0.629232 | 0.624395 | 94 | 18.797873 | 15.95311 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265957 | false | false | 10 |
f124d67209f554829278774813fce5e7d8d6b551 | 31,190,052,551,206 | 32cb7a4b3707d847f0574aed0845b99833ac267d | /src/com/javarush/test/level19/lesson05/task05/Solution.java | 842c219b6fe6aed254a124831cdc7cf9f00bd316 | [] | no_license | Li0n13/JavaRushHomeWork | https://github.com/Li0n13/JavaRushHomeWork | 703a8e314b6b7feb3dbba2214b0a84208d242db4 | cdcc0b8d61a839ae62809c425a07ccb36bbe21a4 | refs/heads/master | 2019-07-31T17:09:24.001000 | 2016-12-03T20:51:34 | 2016-12-03T20:51:34 | 75,499,640 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.test.level19.lesson05.task05;
/* Пунктуация
Считать с консоли 2 имени файла.
Первый Файл содержит текст.
Удалить все знаки пунктуации, включая символы новой строки. Результат вывести во второй файл.
http://ru.wikipedia.org/wiki/%D0%9F%D1%83%D0%BD%D0%BA%D1%82%D1%83%D0%B0%D1%86%D0%B8%D1%8F
Закрыть п... | UTF-8 | Java | 1,171 | java | Solution.java | Java | [] | null | [] | package com.javarush.test.level19.lesson05.task05;
/* Пунктуация
Считать с консоли 2 имени файла.
Первый Файл содержит текст.
Удалить все знаки пунктуации, включая символы новой строки. Результат вывести во второй файл.
http://ru.wikipedia.org/wiki/%D0%9F%D1%83%D0%BD%D0%BA%D1%82%D1%83%D0%B0%D1%86%D0%B8%D1%8F
Закрыть п... | 1,171 | 0.676587 | 0.647817 | 29 | 33.758621 | 31.568924 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 10 |
6af06fbdd87575d263cd6c6e15432403403e665d | 32,306,744,045,084 | 4bde004f5ce6f915b48ba5ed995fc7b96db33b22 | /sample-blog/src/test/java/com/qiumingkui/sample/imedia/blog/helper/BlogEntryCategoryTestHelper.java | 52353186dc870725fa25b5b2862b8143c18c724a | [
"Apache-2.0"
] | permissive | qiumingkui/sample | https://github.com/qiumingkui/sample | c2cf390503326983ef8ccb7012d47e4365172edf | a04980a52b2419e2ae6d319ebb248ebcd745592e | refs/heads/master | 2020-05-20T19:47:06.405000 | 2017-11-14T01:36:05 | 2017-11-14T01:36:05 | 84,514,192 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qiumingkui.sample.imedia.blog.helper;
import com.qiumingkui.sample.imedia.blog.domain.model.category.BlogEntryCategory;
import com.qiumingkui.sample.imedia.blog.domain.model.category.BlogEntryCategoryFactory;
public class BlogEntryCategoryTestHelper {
public static BlogEntryCategory buildBlogEntryCatego... | UTF-8 | Java | 479 | java | BlogEntryCategoryTestHelper.java | Java | [] | null | [] | package com.qiumingkui.sample.imedia.blog.helper;
import com.qiumingkui.sample.imedia.blog.domain.model.category.BlogEntryCategory;
import com.qiumingkui.sample.imedia.blog.domain.model.category.BlogEntryCategoryFactory;
public class BlogEntryCategoryTestHelper {
public static BlogEntryCategory buildBlogEntryCatego... | 479 | 0.82881 | 0.824635 | 14 | 33.214287 | 36.9095 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 10 |
1d2bf645d7ccdb099c79bdd971ae798f2a5a9ced | 31,095,563,247,299 | d1a49d0f411f694bc629ec4f26f9731a667f5676 | /app/src/main/java/com/xbw/unmanned/Utils/TTSController.java | 770cb8da0399108b338d6f68f9f193547879d9fc | [] | no_license | WuShaoling/Epay-Android | https://github.com/WuShaoling/Epay-Android | fc3ee70172041b21f522443a7aa9696acc6a0b00 | f0ac53410fbf7baeddc96b9ac01ea905b31e0a52 | refs/heads/master | 2021-01-01T05:58:28.824000 | 2017-07-29T02:31:00 | 2017-07-29T02:31:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xbw.unmanned.Utils;
import android.content.Context;
import android.os.Bundle;
import com.amap.api.navi.AMapNaviListener;
import com.amap.api.navi.model.AMapLaneInfo;
import com.amap.api.navi.model.AMapNaviCross;
import com.amap.api.navi.model.AMapNaviInfo;
import com.amap.api.navi.model.AMapNaviLocation;
... | UTF-8 | Java | 6,080 | java | TTSController.java | Java | [] | null | [] | package com.xbw.unmanned.Utils;
import android.content.Context;
import android.os.Bundle;
import com.amap.api.navi.AMapNaviListener;
import com.amap.api.navi.model.AMapLaneInfo;
import com.amap.api.navi.model.AMapNaviCross;
import com.amap.api.navi.model.AMapNaviInfo;
import com.amap.api.navi.model.AMapNaviLocation;
... | 6,080 | 0.662818 | 0.66163 | 273 | 20.578754 | 24.003096 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 10 |
2cc09757eb0ac0341bc874a9ce96eff2c307e396 | 31,945,966,776,673 | 71b14e7f6827c82818de87c6d0e2431e11aaa994 | /Day23/src/com/itheima/_04methodref/demo05/Man.java | dc0c822fd8e3727503a06637a9a61766e7f7741f | [] | no_license | shaoyingying-git/JAVA_SE | https://github.com/shaoyingying-git/JAVA_SE | fd0c460fb998b946fbdb0d54c68306520d72f62b | 8fd9cb184c91170c6428432990e1a40dcd76d3ab | refs/heads/master | 2023-02-27T21:56:07.079000 | 2021-02-03T19:14:09 | 2021-02-03T19:14:09 | 334,726,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima._04methodref.demo05;
public class Man extends Human {
@Override
public void sayHello() {
System.out.println("大家好我是他儿子!");
}
public void fun(Greetable lambda) {
lambda.greed();
}
public void method() {
// 调用父类的sayHello
/*fun(new Greetable() ... | UTF-8 | Java | 952 | java | Man.java | Java | [] | null | [] | package com.itheima._04methodref.demo05;
public class Man extends Human {
@Override
public void sayHello() {
System.out.println("大家好我是他儿子!");
}
public void fun(Greetable lambda) {
lambda.greed();
}
public void method() {
// 调用父类的sayHello
/*fun(new Greetable() ... | 952 | 0.461806 | 0.457176 | 44 | 18.636364 | 14.013128 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 10 |
e2e8e533d598da28c59ceeb6c66d68626f88baba | 3,281,355,072,861 | 6b60e60dce1602b9c1a6c6c147c0d183598508a7 | /src/main/java/Resort/Domain/Buildings/GolfRepository.java | 3d6be89b6f8e7849682a9714cf40210b8878d30b | [] | no_license | 21600WJK9529/HospitalityResort | https://github.com/21600WJK9529/HospitalityResort | 65e9746aa217721bb4fed83d8548468e659a7180 | a0a0151fd421e48ac58aa18c99993098cd0be190 | refs/heads/master | 2022-04-27T07:24:06.298000 | 2019-10-02T09:15:15 | 2019-10-02T09:15:15 | 180,548,517 | 0 | 1 | null | false | 2022-03-31T18:55:15 | 2019-04-10T09:29:03 | 2019-10-02T09:24:36 | 2022-03-31T18:55:15 | 231 | 0 | 1 | 2 | Java | false | false | package Resort.Domain.Buildings;
import Resort.Database.Repository;
import Resort.Domain.Facilities.Building.GolfFacility;
import java.util.Set;
public interface GolfRepository extends Repository<GolfFacility,String> {
Set<GolfFacility> getAll();
}
| UTF-8 | Java | 256 | java | GolfRepository.java | Java | [] | null | [] | package Resort.Domain.Buildings;
import Resort.Database.Repository;
import Resort.Domain.Facilities.Building.GolfFacility;
import java.util.Set;
public interface GolfRepository extends Repository<GolfFacility,String> {
Set<GolfFacility> getAll();
}
| 256 | 0.8125 | 0.8125 | 10 | 24.6 | 24.034142 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
3ed0e808950f9f465e846016aa4a5f1e28ade040 | 13,417,477,882,316 | d46fa74714590417142a8f1fcfd630d1ba31cb28 | /src/oc/playback/rsync/RsyncConstants.java | 9e731144330b754dcfd1bf53fef35b235e5811bb | [] | no_license | oscarchan/oc.playback | https://github.com/oscarchan/oc.playback | f08eb862649cb36b8731839d9cecbef0f66a02d9 | b76947941896f4eb7251545fd2552c0d89478f27 | refs/heads/master | 2020-04-20T13:20:34.647000 | 2012-10-17T04:41:52 | 2012-10-17T04:41:52 | 6,256,193 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oc.playback.rsync;
public interface RsyncConstants
{
public static final String BASE_DIR = "/mnt/sdcard/oc.player";
public static final String RSYNC_LOG_DIR = "/mnt/sdcard/oc.player/rsync_logs";
}
| UTF-8 | Java | 211 | java | RsyncConstants.java | Java | [] | null | [] | package oc.playback.rsync;
public interface RsyncConstants
{
public static final String BASE_DIR = "/mnt/sdcard/oc.player";
public static final String RSYNC_LOG_DIR = "/mnt/sdcard/oc.player/rsync_logs";
}
| 211 | 0.748815 | 0.748815 | 7 | 29.142857 | 29.887545 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 10 |
ee7c07ed3c9cb0457e290b04b477e54dec461942 | 39,238,821,228,633 | ea8c649fffe4c04b21b01335b11881ba2b383145 | /src/me/kymmel/jaagup/fow/fow/FogOfWarManager.java | cc5609a9f692e7fa34d2bc126b065aac97bb03fe | [
"MIT"
] | permissive | jaagupkymmel/FogOfWar | https://github.com/jaagupkymmel/FogOfWar | 69e21b8ecf9af55dd2123381590a3341e425381f | 6610adb69bc8241060ef11582ba9dad4828f7b07 | refs/heads/master | 2016-09-03T06:50:13.832000 | 2015-01-02T17:23:11 | 2015-01-02T17:23:11 | 28,609,728 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.kymmel.jaagup.fow.fow;
import me.kymmel.jaagup.fow.dummy.Unit;
import me.kymmel.jaagup.fow.listener.FogOfWarListener;
import me.kymmel.jaagup.fow.listener.MovementListener;
import me.kymmel.jaagup.fow.listener.UnitListener;
import me.kymmel.jaagup.fow.util.Coordinates;
import java.util.ArrayList;
import ja... | UTF-8 | Java | 7,947 | java | FogOfWarManager.java | Java | [
{
"context": "l.jaagup.fow.listener.UnitListener}.\n *\n * @author Jaagup Kümmel {@literal <jaagup.kymmel@gmail.com>}\n * @see me.k",
"end": 618,
"score": 0.9998999834060669,
"start": 605,
"tag": "NAME",
"value": "Jaagup Kümmel"
},
{
"context": "ener.UnitListener}.\n *\n * @author Ja... | null | [] | package me.kymmel.jaagup.fow.fow;
import me.kymmel.jaagup.fow.dummy.Unit;
import me.kymmel.jaagup.fow.listener.FogOfWarListener;
import me.kymmel.jaagup.fow.listener.MovementListener;
import me.kymmel.jaagup.fow.listener.UnitListener;
import me.kymmel.jaagup.fow.util.Coordinates;
import java.util.ArrayList;
import ja... | 7,923 | 0.633023 | 0.629373 | 232 | 33.25 | 30.03701 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392241 | false | false | 10 |
3f3be84ad0d424ee0ce96bba88ef36d98e9c4282 | 18,167,711,727,244 | 5e6cf42924d980ef092524b84c0dfcf4b4e18946 | /Outery/src/main/java/com/dev/Outery/enums/EntryType.java | 7c9d8b3fae0da819451f19c63ec191b759a1db21 | [
"Unlicense"
] | permissive | TomoyukiOnline/Outery | https://github.com/TomoyukiOnline/Outery | 7334ec3b0718ba52031e415fb4715aacdc1cf794 | 70c6998bf0ee59e3c0b58d59d4d366fcac05d76a | refs/heads/main | 2023-01-27T16:02:11.486000 | 2020-12-05T09:02:54 | 2020-12-05T09:02:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dev.Outery.enums;
public enum EntryType {
ENTRY,
COMMENT,
SHARED,
}
| UTF-8 | Java | 93 | java | EntryType.java | Java | [] | null | [] | package com.dev.Outery.enums;
public enum EntryType {
ENTRY,
COMMENT,
SHARED,
}
| 93 | 0.655914 | 0.655914 | 7 | 12.285714 | 9.851966 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
c6be96dfad388bb505028091ab27d5a8e56457a9 | 37,769,942,431,315 | 5f597d37634ff27c20bf003600905e1f7f7ce935 | /jzy3d-svm-mapper/src/svm3d/org/jzy3d/svm/editors/EditorToolkit.java | 554a4e535cf781698b2e7eb52ce7aec369794729 | [
"BSD-3-Clause"
] | permissive | zhivko/jzy3d-api | https://github.com/zhivko/jzy3d-api | 555e137a4ecc1018cd3a26b1bc4391b655dfb776 | 5ce03f116c1cd98a0695f27484ad9df449773260 | refs/heads/master | 2021-04-03T01:56:54.090000 | 2017-05-28T10:49:22 | 2017-05-28T10:49:22 | 36,815,482 | 0 | 1 | null | true | 2020-02-16T19:38:12 | 2015-06-03T16:15:18 | 2016-05-02T07:38:10 | 2020-01-09T12:15:57 | 36,101 | 0 | 0 | 0 | Java | false | false | package org.jzy3d.svm.editors;
import java.awt.Component;
import javax.swing.JSlider;
import javax.swing.JTextField;
public class EditorToolkit {
public static JSlider createSlider(final String title, int min, int max){
final JSlider slider = new JSlider();
//slider.setBorder(BorderFactory.createTitle... | UTF-8 | Java | 970 | java | EditorToolkit.java | Java | [] | null | [] | package org.jzy3d.svm.editors;
import java.awt.Component;
import javax.swing.JSlider;
import javax.swing.JTextField;
public class EditorToolkit {
public static JSlider createSlider(final String title, int min, int max){
final JSlider slider = new JSlider();
//slider.setBorder(BorderFactory.createTitle... | 970 | 0.704124 | 0.7 | 36 | 24.944445 | 19.933144 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.055556 | false | false | 10 |
955a17e64e10007311811099855d668b906fa1cb | 36,275,293,826,836 | 36125dd4be133bd7f3c23b728c22d1c30e04038a | /src/tables/evals/PaylineEvaluator.java | 6c16f4b7a147e82c03111f6bef5fc0c35fe48fc2 | [] | no_license | samwbrett/casinomath | https://github.com/samwbrett/casinomath | 73e1a7639d46ae13656842ac0983e8eee0c67e47 | f26c9dec2b7cab9867c5484b0caec3319c6ba54d | refs/heads/master | 2023-03-22T23:02:26.416000 | 2021-03-17T01:46:44 | 2021-03-17T01:46:44 | 273,986,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tables.evals;
/**
* Payline evaluator holds the hit logic, the payout, and the name of the payline.
*/
public class PaylineEvaluator {
private final String name;
private final HitEvaluator hitEvaluator;
private final double forPay;
public PaylineEvaluator(String name, double forPay, HitEval... | UTF-8 | Java | 884 | java | PaylineEvaluator.java | Java | [] | null | [] | package tables.evals;
/**
* Payline evaluator holds the hit logic, the payout, and the name of the payline.
*/
public class PaylineEvaluator {
private final String name;
private final HitEvaluator hitEvaluator;
private final double forPay;
public PaylineEvaluator(String name, double forPay, HitEval... | 884 | 0.662896 | 0.661765 | 37 | 22.891891 | 23.477169 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 10 |
2a51c1189c653d68572fb37685cc585c2e8eebd0 | 37,769,942,433,212 | a456b870118fe3034eb72f4f94bde593e5c016d0 | /src/com/innowhere/jnieasy/core/impl/rt/typedec/natobj/method/TypeNativeStaticFieldCallbackDefaultRuntimeImpl.java | b4f9a54f7a7fb0bc9abd3c1f5b197ff5b9b76474 | [
"Apache-2.0"
] | permissive | fengxiaochuang/jnieasy | https://github.com/fengxiaochuang/jnieasy | 0b0fed598e1d0ea2f24ab9a9e9476b58ec2fd510 | e295b23ee7418c8e412b025b957e64ceaba40fac | refs/heads/master | 2022-01-21T04:21:58.382000 | 2016-08-21T17:17:34 | 2016-08-21T17:17:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* TypeNativeStaticFieldCallbackDefaultRuntimeImpl.java
*
* Created on 12 de enero de 2005, 19:11
*/
package com.innowhere.jnieasy.core.impl.rt.typedec.natobj.method;
import com.innowhere.jnieasy.core.impl.common.typedec.model.natobj.method.TypeNativeStaticFieldCallbackDefaultImpl;
import com.innowhere.jnieasy.c... | UTF-8 | Java | 1,409 | java | TypeNativeStaticFieldCallbackDefaultRuntimeImpl.java | Java | [] | null | [] | /*
* TypeNativeStaticFieldCallbackDefaultRuntimeImpl.java
*
* Created on 12 de enero de 2005, 19:11
*/
package com.innowhere.jnieasy.core.impl.rt.typedec.natobj.method;
import com.innowhere.jnieasy.core.impl.common.typedec.model.natobj.method.TypeNativeStaticFieldCallbackDefaultImpl;
import com.innowhere.jnieasy.c... | 1,409 | 0.800568 | 0.793471 | 39 | 35.128204 | 42.612854 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358974 | false | false | 10 |
6293edf628361b64f46cd0a809af282f1e7c2485 | 32,031,866,129,391 | 809e156d5a679e9463140b9cec393fd45ad46451 | /app/src/main/java/com/selema/newproject/Messages/Messages.java | 2810c0d7f7814784d4a06e1d4bb3f0adae658d1a | [] | no_license | aboshahba/Graduation_project | https://github.com/aboshahba/Graduation_project | c6150116ae9c78e40e1c161b77fc57d2b9d9b581 | b83806be5cf08382afda5aab0ac9d42430214177 | refs/heads/master | 2020-03-23T02:01:21.600000 | 2018-07-14T14:18:21 | 2018-07-14T14:18:21 | 140,951,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.selema.newproject.Messages;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by selema on 4/28/18.
*/
public class Messages {
@SerializedName("messageId")
@Expose
private Integer messageId;
@SerializedName("senderID")
@Expos... | UTF-8 | Java | 1,716 | java | Messages.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by selema on 4/28/18.\n */\npublic class Messages {\n\n @Ser",
"end": 160,
"score": 0.9997305870056152,
"start": 154,
"tag": "USERNAME",
"value": "selema"
}
] | null | [] | package com.selema.newproject.Messages;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by selema on 4/28/18.
*/
public class Messages {
@SerializedName("messageId")
@Expose
private Integer messageId;
@SerializedName("senderID")
@Expos... | 1,716 | 0.668998 | 0.666084 | 78 | 21.012821 | 17.893198 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 10 |
356dea142500bbab03def3a3eeedee564c6c9e61 | 28,776,280,904,116 | 58bfdac9ac7d397ca37907173e567861202d2f67 | /trunk/src/base/scheduler/src/main/java/com/dt/scheduler/task/dao/impl/ScheduleJobDaoImpl.java | 17751d6e936f17c1f5e3ea8d73bbfa42f99ea0e9 | [] | no_license | datatiger/project | https://github.com/datatiger/project | 690734aacca36221d56c94d8c56c446b58e02393 | 3faccbf8ddc3f076b8b41b586eb2c87cf8a6eec5 | refs/heads/master | 2020-03-30T18:15:26.286000 | 2019-01-01T21:55:24 | 2019-01-01T21:55:24 | 151,491,094 | 2 | 0 | null | false | 2019-11-13T08:13:05 | 2018-10-03T22:57:10 | 2019-03-07T12:02:32 | 2019-11-13T08:13:04 | 226,847 | 0 | 0 | 6 | Java | false | false | package com.dt.scheduler.task.dao.impl;
import org.springframework.stereotype.Repository;
import com.dt.frame.DefaultDaoImpl;
import com.dt.scheduler.task.dao.IScheduleJobDao;
/**
* <pre>
* 定时任务Dao
* @author dt@sina.com
* @date 2016年5月18日 下午10:06:03
* <pre>
*/
@Repository
public class ScheduleJobDaoImpl extend... | UTF-8 | Java | 1,668 | java | ScheduleJobDaoImpl.java | Java | [
{
"context": "cheduleJobDao;\n\n/**\n * <pre>\n * 定时任务Dao\n * @author dt@sina.com\n * @date 2016年5月18日 下午10:06:03\n * <pre>\n */\n@Repo",
"end": 225,
"score": 0.9999291896820068,
"start": 214,
"tag": "EMAIL",
"value": "dt@sina.com"
}
] | null | [] | package com.dt.scheduler.task.dao.impl;
import org.springframework.stereotype.Repository;
import com.dt.frame.DefaultDaoImpl;
import com.dt.scheduler.task.dao.IScheduleJobDao;
/**
* <pre>
* 定时任务Dao
* @author <EMAIL>
* @date 2016年5月18日 下午10:06:03
* <pre>
*/
@Repository
public class ScheduleJobDaoImpl extends De... | 1,664 | 0.730909 | 0.72303 | 61 | 26.049181 | 24.861206 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.442623 | false | false | 10 |
2b84292d0ea1819708efa1d1f2162ed49d07238f | 31,542,239,868,820 | 0a0623b1cfb16f51dbc69c5a03225ac703c9a3c7 | /src/test/java/com/microservice/regression/restassured/get/RestAssuredGetTests.java | 2899497d65f1dd5f300fea81f24457f5bd698bc4 | [
"MIT"
] | permissive | aryaghan-mutum/WebServicesAutomation | https://github.com/aryaghan-mutum/WebServicesAutomation | 0852955676bb7817a2409e4a4d1bd369096e10c2 | d94fa42984b660863173c7fb32a103d8dbb9c5b9 | refs/heads/master | 2021-06-25T20:11:45.731000 | 2021-01-18T04:04:51 | 2021-01-18T04:04:51 | 199,224,099 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.microservice.regression.restassured.get;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import static com.microservice.regression.restassured.resthelper.RestAssuredHttpRequests.getHttp;
import static org.hamcrest.Matchers.*;
/**
* @author Anurag Muthyam
* url: https://gith... | UTF-8 | Java | 2,652 | java | RestAssuredGetTests.java | Java | [
{
"context": "rt static org.hamcrest.Matchers.*;\n\n/**\n * @author Anurag Muthyam\n * url: https://github.com/aryaghan-mutum\n */\n\npu",
"end": 299,
"score": 0.9998903870582581,
"start": 285,
"tag": "NAME",
"value": "Anurag Muthyam"
},
{
"context": "@author Anurag Muthyam\n * url: ... | null | [] | package com.microservice.regression.restassured.get;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import static com.microservice.regression.restassured.resthelper.RestAssuredHttpRequests.getHttp;
import static org.hamcrest.Matchers.*;
/**
* @author <NAME>
* url: https://github.com/a... | 2,610 | 0.54638 | 0.525641 | 86 | 29.83721 | 23.894079 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290698 | false | false | 10 |
a350ea870f389b397586dec54bd26609bf394f05 | 15,934,328,716,945 | f7ed70f3c757d003c87c919162a59f93f4b4b2b8 | /app/src/main/java/com/example/dollartopounds/MainActivity.java | ba8424ee5c2691a51d33e08565437383ba58a477 | [] | no_license | mohammed1478/Dollar-to-Pounds-App | https://github.com/mohammed1478/Dollar-to-Pounds-App | 8eb84b2b4dd067c5321acaecf6dd61b944db858b | 7bc11052493103035e35335e5336bf70f040e8ca | refs/heads/master | 2020-06-01T22:16:39.748000 | 2019-07-12T21:37:32 | 2019-07-12T21:37:32 | 190,947,532 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dollartopounds;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
public void DollarToPoundClick(View ... | UTF-8 | Java | 1,760 | java | MainActivity.java | Java | [] | null | [] | package com.example.dollartopounds;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
public void DollarToPoundClick(View ... | 1,760 | 0.70876 | 0.703641 | 39 | 44.076923 | 43.533298 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 10 |
e45c4a8eb72f491e8f92310fe66926ae75b322a9 | 15,934,328,718,161 | 4efc19260b177732b57a63be4d24af92bec812dc | /src/fragmentos/Despesas_Fragment.java | 5d7e3f019d231ac4951b6533a4656e2a7c6251a7 | [] | no_license | fullservicecar/project | https://github.com/fullservicecar/project | d5f0ab92ef5ee22f6486ac252b2154ecb0be8143 | f7cd35fd16cec5cc85d1872f13da727085dce617 | refs/heads/master | 2021-05-21T22:35:01.973000 | 2014-11-24T00:51:29 | 2014-11-24T00:51:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fragmentos;
import java.util.ArrayList;
import lista.Despesas_AdapterListView;
import lista.Despesas_ItemListView;
import android.app.Fragment;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
impo... | WINDOWS-1252 | Java | 3,436 | java | Despesas_Fragment.java | Java | [] | null | [] | package fragmentos;
import java.util.ArrayList;
import lista.Despesas_AdapterListView;
import lista.Despesas_ItemListView;
import android.app.Fragment;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
impo... | 3,436 | 0.711499 | 0.707715 | 109 | 29.513762 | 37.31065 | 285 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.055046 | false | false | 10 |
70b24417b00f5b1ff73f555dc8e4a1931704b820 | 25,709,674,278,248 | c6ea03b1755c0edf0c39e660cd3601825be77b9c | /book/ch8/TimeServerThread.java | f694d11be2040f972cd283d1607619369a186ad4 | [] | no_license | goalsgo1/github_HD | https://github.com/goalsgo1/github_HD | a74b1b2ccf344de7befe7badf6b9a261656074ef | 412b0daf0226b2fd0c4447aea96212c6017d0055 | refs/heads/master | 2022-12-09T23:26:31.999000 | 2020-08-26T09:41:07 | 2020-08-26T09:41:07 | 287,242,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package book.ch8;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
public class TimeServerThread extends Thread {
TimeServer2 ts = null; // null을 쓰는 것이 중요하다.
ObjectOutputStream oos = null;
ObjectInputStream ois = null;
Socket client = null;
String timeStr = ... | UTF-8 | Java | 1,597 | java | TimeServerThread.java | Java | [] | null | [] | package book.ch8;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
public class TimeServerThread extends Thread {
TimeServer2 ts = null; // null을 쓰는 것이 중요하다.
ObjectOutputStream oos = null;
ObjectInputStream ois = null;
Socket client = null;
String timeStr = ... | 1,597 | 0.659558 | 0.657273 | 47 | 25.936171 | 19.804796 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12766 | false | false | 10 |
939b240220439c6b0506a95145d053d589e7cdc6 | 33,208,687,158,789 | 49021839171b3b11a86851cdddb9fd97d470c15d | /MyApplication/app/src/main/java/com/example/administrator/myapplication/RegisterActivity.java | 11b7398884c75ee98f3f3f11f6b2408e5f128e6a | [] | no_license | tonghua97/Food | https://github.com/tonghua97/Food | 744d2bc9ba62aacaaf9fa0a4b5f1f3d5183a45c5 | c05e61c89e008849968cc6a61b9c38cd222c534d | refs/heads/master | 2020-07-02T22:23:03.327000 | 2016-12-26T08:29:41 | 2016-12-26T08:29:41 | 74,276,533 | 1 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.myapplication;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import an... | UTF-8 | Java | 8,681 | java | RegisterActivity.java | Java | [] | null | [] | package com.example.administrator.myapplication;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import an... | 8,681 | 0.547281 | 0.545049 | 244 | 33.889343 | 25.562204 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577869 | false | false | 10 |
32409ceab7ce92286fd938ff0cbd0a5524bd8e42 | 16,243,566,352,870 | 52b3d7da648acb309ff0c742bb05ec57b5c7091a | /src/com/company/Main.java | fab2f020cab2abaa64c83fd529812406c88a486d | [] | no_license | DacePet/Array-Assignments | https://github.com/DacePet/Array-Assignments | cc4ba8a35f1f2ae5df2a13d07c235847192528dc | c08769c8dabaf0f2b40826971f0ca25a5c1966f5 | refs/heads/master | 2023-08-31T06:12:30.294000 | 2021-10-24T18:54:53 | 2021-10-24T18:54:53 | 413,564,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
{
int[] arrOne = {1, 9, 5, 7, 6};
System.out.println(Arrays.toString(arrOne));
arrOne[1] = 0;
for (int i = 0; i < arrOne.length; i++)
... | UTF-8 | Java | 410 | java | Main.java | Java | [] | null | [] | package com.company;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
{
int[] arrOne = {1, 9, 5, 7, 6};
System.out.println(Arrays.toString(arrOne));
arrOne[1] = 0;
for (int i = 0; i < arrOne.length; i++)
... | 410 | 0.451219 | 0.431707 | 16 | 24.6875 | 19.4188 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 10 |
bb63dbc23d17a5105cf39cd7c7b6fd753e841284 | 30,425,548,376,224 | 9cdf4a803b5851915b53edaeead2546f788bddc6 | /machinelearning/5.0/drools-examples/drools-examples-drl/src/main/java/org/drools/examples/sudoku/rules/DroolsSudokuGridModel.java | 08c59abc81f16b7ed10d0ae07f869623894a733f | [
"Apache-2.0"
] | permissive | kiegroup/droolsjbpm-contributed-experiments | https://github.com/kiegroup/droolsjbpm-contributed-experiments | 8051a70cfa39f18bc3baa12ca819a44cc7146700 | 6f032d28323beedae711a91f70960bf06ee351e5 | refs/heads/master | 2023-06-01T06:11:42.641000 | 2020-07-15T15:09:02 | 2020-07-15T15:09:02 | 1,184,582 | 1 | 13 | null | false | 2021-06-24T08:45:52 | 2010-12-20T15:42:26 | 2020-09-08T11:21:22 | 2020-07-15T16:13:45 | 157,850 | 15 | 30 | 21 | Java | false | false | /*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.drools.examples.sudoku.rules;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.drools.RuleBase;
import org.drools.StatefulSess... | UTF-8 | Java | 11,903 | java | DroolsSudokuGridModel.java | Java | [
{
"context": " a valid solution.\n * <p>\n * \n * @author <a href=\"pbennett@redhat.com\">Pete Bennett</a>\n * @version $Revision: 1.1 $\n *",
"end": 1183,
"score": 0.9999325275421143,
"start": 1164,
"tag": "EMAIL",
"value": "pbennett@redhat.com"
},
{
"context": " <p>\n * \n * @autho... | null | [] | /*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.drools.examples.sudoku.rules;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.drools.RuleBase;
import org.drools.StatefulSess... | 11,885 | 0.630093 | 0.629085 | 361 | 31.9723 | 29.537418 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3241 | false | false | 10 |
112a2694402487bf9883978eef97666eb47a8276 | 3,100,966,430,441 | 95774b0e78efd98f4d883680bbcfbc96a198702e | /src/main/java/app/MainServer.java | 59514af0aa4f064ba8519aacac5269b69114a9fb | [] | no_license | AAMergulhao/eg-gradle | https://github.com/AAMergulhao/eg-gradle | b61a2a4d77072195b16c4c202d4d9265a583a642 | 465f31bc24abea9c62075e8446e3a0685f89e49f | refs/heads/master | 2020-08-07T18:39:22.924000 | 2019-12-01T23:16:19 | 2019-12-01T23:16:19 | 213,554,011 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import static spark.Spark.port;
import static spark.Spark.staticFileLocation;
import model.Formula;
import model.Model;
public class MainServer{
final static Model model = new Model();
public static void main(String[] args) {
// Get port config of heroku on environment variable
Proc... | UTF-8 | Java | 1,711 | java | MainServer.java | Java | [] | null | [] | package app;
import static spark.Spark.port;
import static spark.Spark.staticFileLocation;
import model.Formula;
import model.Model;
public class MainServer{
final static Model model = new Model();
public static void main(String[] args) {
// Get port config of heroku on environment variable
Proc... | 1,711 | 0.61007 | 0.602459 | 42 | 39.666668 | 61.429272 | 249 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 10 |
26ed39215fb8df939a1203fa33fe816f92951dd2 | 11,330,123,784,600 | 46a940dbd6e630bd6018d471275af3630063dbf9 | /src/chico3434/billjobs/windows/CreateCompany.java | 0910120097beedae768f9bb058fc77d82fe175d7 | [
"Apache-2.0"
] | permissive | chico3434/bill-jobs | https://github.com/chico3434/bill-jobs | 268730db35b14066c58af468551c1fc74b423116 | 37f70f7d45cdb4579de4b476f1f43c615ee6d7a9 | refs/heads/master | 2020-04-08T21:36:22.363000 | 2019-03-14T01:59:26 | 2019-03-14T01:59:26 | 159,750,974 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chico3434.billjobs.windows;
import chico3434.billjobs.exceptions.MissingMoney;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Slider;
import javafx.scene.control.TextField;
import chico3434.billjobs.utils.Game;
import java.text.NumberFormat;
public class CreateCompany... | UTF-8 | Java | 1,153 | java | CreateCompany.java | Java | [] | null | [] | package chico3434.billjobs.windows;
import chico3434.billjobs.exceptions.MissingMoney;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Slider;
import javafx.scene.control.TextField;
import chico3434.billjobs.utils.Game;
import java.text.NumberFormat;
public class CreateCompany... | 1,153 | 0.696444 | 0.684302 | 42 | 26.452381 | 26.490971 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547619 | false | false | 10 |
862a687945b39a94cf97d0da1466c449a1d73050 | 8,624,294,375,476 | adf53d15a5c6dcd6ca13e04d6861098dcfb3a28c | /src/main/java/com/lhf/mall/management/domain/enums/OrderProcessType.java | 370270d6f49af633b14ebf488d1fed3e845e1693 | [] | no_license | 18309225600/mall-management | https://github.com/18309225600/mall-management | 8e92f7efdf08a4c1b043c371059f34a4adb285b7 | 3a8717418107f106ec59d82fc224f3a7138961aa | refs/heads/master | 2022-06-27T04:29:56.919000 | 2020-04-20T16:11:58 | 2020-04-20T16:11:58 | 254,655,609 | 0 | 0 | null | false | 2022-06-17T03:03:29 | 2020-04-10T14:31:43 | 2020-04-20T16:12:28 | 2022-06-17T03:03:26 | 2,465 | 0 | 0 | 1 | Java | false | false | package com.lhf.mall.management.domain.enums;
/**
* @author 刘宏飞
* @version v1.0
* @date 2020/4/18
**/
public enum OrderProcessType {
ADD_REMARK(0,"添加备注"),
UPDATE_STATUS(1,"更新订单状态"),
WRITE_DELIVERY_INFO(2,"填写物流信息")
;
private int code;
private String description;
Order... | UTF-8 | Java | 793 | java | OrderProcessType.java | Java | [
{
"context": ".mall.management.domain.enums;\r\n\r\n/**\r\n * @author 刘宏飞\r\n * @version v1.0\r\n * @date 2020/4/18\r\n **/\r\npubl",
"end": 68,
"score": 0.9997221231460571,
"start": 65,
"tag": "NAME",
"value": "刘宏飞"
}
] | null | [] | package com.lhf.mall.management.domain.enums;
/**
* @author 刘宏飞
* @version v1.0
* @date 2020/4/18
**/
public enum OrderProcessType {
ADD_REMARK(0,"添加备注"),
UPDATE_STATUS(1,"更新订单状态"),
WRITE_DELIVERY_INFO(2,"填写物流信息")
;
private int code;
private String description;
Order... | 793 | 0.581457 | 0.565563 | 38 | 17.868422 | 16.159031 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 10 |
baf7551127bd8ee0a6a7e07493161fb948b0d3d3 | 30,331,059,105,985 | f778aaba950e6269baaaa2196a6e93396ec32c8f | /Java/helloworld.java | 471d6fbf8db354709c93b07c222a8e0ca4ef6399 | [] | no_license | ramanverma-dev/Baka_Codes | https://github.com/ramanverma-dev/Baka_Codes | ce8654c3227b216eb2a4455b8519983355945b09 | 0e0a95d0f81913b1f413240c71b8948012d30891 | refs/heads/master | 2020-12-01T14:08:02.247000 | 2020-11-26T07:01:33 | 2020-11-26T07:01:33 | 230,655,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
This is to ensure that the Java extension pack of VSCode is working properly with IntelliSense
*/
public class helloworld {
public static void main(String[] args) {
System.out.println("Hello World.");
}
} | UTF-8 | Java | 231 | java | helloworld.java | Java | [] | null | [] | /**
This is to ensure that the Java extension pack of VSCode is working properly with IntelliSense
*/
public class helloworld {
public static void main(String[] args) {
System.out.println("Hello World.");
}
} | 231 | 0.675325 | 0.675325 | 9 | 24.777779 | 29.757456 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 10 |
66b73c017c9c2660b5c3655ec67304abf03f7dc1 | 9,302,899,218,093 | 7cfc966b6c6aa7b32fb9046fb3e35901066618b4 | /esportingplus-resource-service/src/main/java/com/kaihei/esportingplus/resource/controller/PVPBaojiPricingConfigController.java | 37c9de4ca024b0f917b486a811bfa5d39dc4c43c | [] | no_license | cckmit/esportlus-zhouyu | https://github.com/cckmit/esportlus-zhouyu | 88a9f92ab685b2a0d3490434b56cc353944ccf0f | 8df44c2d513783ffac232268fb5617e8df6e0cb0 | refs/heads/master | 2022-05-08T14:34:03.598000 | 2018-12-05T09:33:07 | 2018-12-05T09:33:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kaihei.esportingplus.resource.controller;
import com.kaihei.esportingplus.api.enums.DictionaryCategoryCodeEnum;
import com.kaihei.esportingplus.api.feign.PVPBaojiPricingConfigServiceClient;
import com.kaihei.esportingplus.api.params.BaojiPricingConfigParams;
import com.kaihei.esportingplus.api.vo.DictBaseV... | UTF-8 | Java | 5,213 | java | PVPBaojiPricingConfigController.java | Java | [
{
"context": "notation.RestController;\n\n/**\n * 暴鸡计价配置\n * @author liangyi\n */\n@RestController\n@RequestMapping(\"/baoji/prici",
"end": 1612,
"score": 0.9844545722007751,
"start": 1605,
"tag": "USERNAME",
"value": "liangyi"
}
] | null | [] | package com.kaihei.esportingplus.resource.controller;
import com.kaihei.esportingplus.api.enums.DictionaryCategoryCodeEnum;
import com.kaihei.esportingplus.api.feign.PVPBaojiPricingConfigServiceClient;
import com.kaihei.esportingplus.api.params.BaojiPricingConfigParams;
import com.kaihei.esportingplus.api.vo.DictBaseV... | 5,213 | 0.767868 | 0.766883 | 112 | 44.348213 | 31.310003 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 10 |
f48360afbb264cb80114d52264f2eaf279456267 | 9,302,899,220,713 | b414b2891703f7ee85fc72ec54ff9ef2b74c73cd | /tools-dao/src/main/java/com/gialen/tools/dao/repository/gialenMain/RomaStoreMapper.java | 46d1f2d4b9b10d118de8f07d940f77e4e649b01f | [] | no_license | jack0liang/gialen-tools | https://github.com/jack0liang/gialen-tools | 42781afe1ae94e8bed5eae6a25f00bb34be148dc | 65df080c1e28730139e58cfbd4e146ad981f8b8a | refs/heads/master | 2023-02-08T01:56:41.990000 | 2020-11-12T03:40:48 | 2020-11-12T03:40:48 | 325,214,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gialen.tools.dao.repository.gialenMain;
import com.gialen.tools.dao.entity.gialen.RomaStore;
import com.gialen.tools.dao.entity.gialen.RomaStoreExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@org.springframework.stereotype.Repository("mainRomaStoreMapper")
public interface Ro... | UTF-8 | Java | 2,862 | java | RomaStoreMapper.java | Java | [] | null | [] | package com.gialen.tools.dao.repository.gialenMain;
import com.gialen.tools.dao.entity.gialen.RomaStore;
import com.gialen.tools.dao.entity.gialen.RomaStoreExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@org.springframework.stereotype.Repository("mainRomaStoreMapper")
public interface Ro... | 2,862 | 0.67645 | 0.67645 | 101 | 27.346535 | 26.318851 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.188119 | false | false | 10 |
637395db61a73086177bb5aafe38d8d2cde3a945 | 18,365,280,192,970 | b929e551143a3cda07ce27ab2bb12f4a37513d9c | /servers/BuildTools/work/decompile-ad891a5c/net/minecraft/server/BehaviorNop.java | 635c931a7cc0fd139613e7a179c636e0b36967d3 | [] | no_license | viniciusaportela/minecraft-kotlin-plugin | https://github.com/viniciusaportela/minecraft-kotlin-plugin | 452b3aa81d57cab1ac33936ce6a1271bc515f0f0 | d45bcd38e2759a62eb33575c27763783fec62ced | refs/heads/master | 2022-03-25T21:35:16.322000 | 2019-11-27T13:03:18 | 2019-11-27T13:03:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.server;
import com.google.common.collect.ImmutableSet;
import com.mojang.datafixers.util.Pair;
import java.util.Set;
public class BehaviorNop extends Behavior<EntityLiving> {
public BehaviorNop(int i, int j) {
super(i, j);
}
@Override
protected boolean g(WorldServer wor... | UTF-8 | Java | 516 | java | BehaviorNop.java | Java | [] | null | [] | package net.minecraft.server;
import com.google.common.collect.ImmutableSet;
import com.mojang.datafixers.util.Pair;
import java.util.Set;
public class BehaviorNop extends Behavior<EntityLiving> {
public BehaviorNop(int i, int j) {
super(i, j);
}
@Override
protected boolean g(WorldServer wor... | 516 | 0.687984 | 0.687984 | 22 | 22.454546 | 23.494152 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 10 |
4ed682e112e19699428831e6c3ab67f5dfd7ffd9 | 19,774,029,443,218 | 9379cf746f5aac4317665c86881116efd1ab21ae | /winter I.Y java/src/day_33_CollectionsMaps/collections01.java | 8fdbd44263bfa3c53b1d1e1973f4b6713789e1db | [] | no_license | islmy/mygitpro | https://github.com/islmy/mygitpro | e5a18623484282a6066c4fa47af215d54b6e0317 | 4b8d02ab0fa7790bd1177886490400d6e874ed95 | refs/heads/master | 2023-07-13T09:08:13.370000 | 2021-08-30T13:31:53 | 2021-08-30T13:31:53 | 401,026,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day_33_CollectionsMaps;
public class collections01 {
}
| UTF-8 | Java | 65 | java | collections01.java | Java | [] | null | [] | package day_33_CollectionsMaps;
public class collections01 {
}
| 65 | 0.784615 | 0.723077 | 5 | 12 | 14.324803 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 10 |
64f3d9fd88521cc020b4e3f31b0ec6b60d94111a | 20,375,324,864,558 | f1725b7592f404fcafa6760fcf574fb1f5d668dc | /src/model/dao/UserBeanHibernateDAO.java | 0de47c1f12660899eb9507a0762962b8700d34d0 | [] | no_license | JackyLin0/meetingnote | https://github.com/JackyLin0/meetingnote | 99a9fb5de079255b5e2669823b8f32518af67a9a | e99c78c480226a73dd15dba4fe8122f272c2eef3 | refs/heads/master | 2021-09-02T14:24:35.685000 | 2018-01-03T06:29:41 | 2018-01-03T06:29:41 | 96,760,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.dao;
import java.util.LinkedList;
import java.util.List;
import org.hibernate.Hibernate;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.sql.ordering.antlr.Factory;
import model.UserBean;
import model.Interface.IDAO;
import model... | UTF-8 | Java | 3,549 | java | UserBeanHibernateDAO.java | Java | [
{
"context": "ew UserBean();\n\t\t\tbean.setId(0);\n\t\t\tbean.setUser(\"Jacky\");\n\t\t\tbean.setPasswd(\"123456\");\n\t\t\tbean.setChines",
"end": 917,
"score": 0.7595272064208984,
"start": 912,
"tag": "NAME",
"value": "Jacky"
},
{
"context": "(0);\n\t\t\tbean.setUser(\"Jacky\");\n... | null | [] | package model.dao;
import java.util.LinkedList;
import java.util.List;
import org.hibernate.Hibernate;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.sql.ordering.antlr.Factory;
import model.UserBean;
import model.Interface.IDAO;
import model... | 3,534 | 0.676263 | 0.6709 | 159 | 21.283018 | 18.732857 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.069182 | false | false | 10 |
38fe568719a2792ce1a75168fd8a96df800a3ca8 | 2,070,174,300,471 | af8669e2096aadcfb21827fd5273a5bec2025136 | /taotao-manger/taotao-manger-web/src/test/java/com/taotao/controller/testPagecontroller.java | 4a01c6e2d2fc47a496d6c2dfe1a5bff772b3b529 | [] | no_license | storm520/workspace | https://github.com/storm520/workspace | 9ab786a076a27a15fc1ec59bf7af3b7abc92dd79 | 0faddfa76819ee67efc86bca2804d6fc48813e7c | refs/heads/master | 2021-01-23T00:33:58.624000 | 2017-05-30T09:29:27 | 2017-05-30T09:29:27 | 92,816,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taotao.controller;
import java.util.List;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.taotao.mapper.TbIte... | UTF-8 | Java | 1,172 | java | testPagecontroller.java | Java | [] | null | [] | package com.taotao.controller;
import java.util.List;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.taotao.mapper.TbIte... | 1,172 | 0.788355 | 0.785582 | 40 | 26.049999 | 21.780668 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 10 |
5f369bf925199fb49160cfa52206c0e2eee1b77f | 27,032,524,190,752 | 71f6aa44bb47478172cde61f42c1ba00d69adf66 | /ChatClient/src/main/java/edu/ucsd/cse110/client/Gui/GuiApplication.java | 44fd23244f3d48136a84db6ec8c80dda341ceada | [] | no_license | UCSD-CSE110-TEAM3/Chat-App | https://github.com/UCSD-CSE110-TEAM3/Chat-App | 5c826711d409c61e1fcfb5ae4507713a70186f5e | 0222ce45ba49f215c560b2b35612181a8eda6409 | refs/heads/master | 2016-09-06T14:23:24.186000 | 2013-12-06T19:14:33 | 2013-12-06T19:14:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ucsd.cse110.client.Gui;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import edu.ucsd.cse110.client.Gui.MainWindow.*;
import javax.swing.JFrame;
import Commands.*;
public class GuiApplication implements CommandHandler{
private LoginWindow loginWindow; // Login Wi... | UTF-8 | Java | 4,017 | java | GuiApplication.java | Java | [] | null | [] | package edu.ucsd.cse110.client.Gui;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import edu.ucsd.cse110.client.Gui.MainWindow.*;
import javax.swing.JFrame;
import Commands.*;
public class GuiApplication implements CommandHandler{
private LoginWindow loginWindow; // Login Wi... | 4,017 | 0.689818 | 0.683844 | 159 | 23.264151 | 21.735243 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.937107 | false | false | 10 |
01aa7c77c5706ee349a03b015771ed2d9ff0fb54 | 10,917,806,900,580 | 16290e76de6270f0d6ec6070a63c80b401c64ea5 | /core/src/test/java/com/github/dockerjava/core/util/FiltersEncoderTest.java | 353133ae1485687750c14f8af027aa157c8fd21f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | HaMatthias/testcontainers-java | https://github.com/HaMatthias/testcontainers-java | d2a4d2b1ac884e753fdc7f66358d207e07bb218b | 9fd8398220fcfba36f5099be3cef340cb59c0fb9 | refs/heads/master | 2020-05-30T06:03:21.452000 | 2019-06-25T07:48:54 | 2019-06-25T07:48:54 | 189,571,323 | 1 | 0 | MIT | true | 2019-06-25T07:48:56 | 2019-05-31T09:55:32 | 2019-06-24T11:47:30 | 2019-06-25T07:48:54 | 3,151 | 1 | 0 | 0 | Java | false | false | package com.github.dockerjava.core.util;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.model.Image;
import org.junit.Test;
import org.rnorth.visibleassertions.VisibleAssertions;
import org.testcontainers.DockerClientFactory;
import java.util.List;
import java.util.UUID;
/**
* This ... | UTF-8 | Java | 838 | java | FiltersEncoderTest.java | Java | [] | null | [] | package com.github.dockerjava.core.util;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.model.Image;
import org.junit.Test;
import org.rnorth.visibleassertions.VisibleAssertions;
import org.testcontainers.DockerClientFactory;
import java.util.List;
import java.util.UUID;
/**
* This ... | 838 | 0.73031 | 0.73031 | 28 | 28.928572 | 25.73065 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
8329683f5d96ec9bd01ffe33c1302dff4df10577 | 24,532,853,230,809 | 035c71daac5252031a0935e22cfe0f63324d1b9f | /src/test/java/cucumberOptions/TestRunner.java | eb9af36057b583b2aa92c319768ce59956380f34 | [] | no_license | madhus10/BRMAutomation | https://github.com/madhus10/BRMAutomation | c6f60e99a834883613093ac486ff217034943a0b | f5c1233d3808d17f34afe8ca29ca52243b53dcf4 | refs/heads/master | 2020-12-19T21:59:32.120000 | 2020-01-23T21:11:26 | 2020-01-23T21:11:26 | 235,864,990 | 0 | 0 | null | false | 2020-10-13T19:02:27 | 2020-01-23T19:00:30 | 2020-01-23T21:11:46 | 2020-10-13T19:02:26 | 64 | 0 | 0 | 1 | JavaScript | false | false | package cucumberOptions;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features = "src/test/java/features", glue = "stepDefinations", tags = "@SeleniumTest",monochrome=true,strict=true, plugin = {
"pretty", "html:... | UTF-8 | Java | 425 | java | TestRunner.java | Java | [] | null | [] | package cucumberOptions;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features = "src/test/java/features", glue = "stepDefinations", tags = "@SeleniumTest",monochrome=true,strict=true, plugin = {
"pretty", "html:... | 425 | 0.762353 | 0.762353 | 13 | 31.692308 | 40.267155 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 10 |
907e1c00dfc4485bd22a2f36dc88609250dcf598 | 24,532,853,231,054 | df7966fdc0684a8d675efb555afeb055afa7a259 | /concurrent/parseq/src/main/java/com/manfred/parseq/study/RetryExampleV2.java | b9a65718dafe384b2383a329f9e3f3d788d10c33 | [
"Apache-2.0"
] | permissive | manfredma/exercises | https://github.com/manfredma/exercises | 90760db34c33d6d38d92edf1377e54e8029bef72 | f487ece7b0cd761e8afb14ae8be0b1b668f97d8c | refs/heads/master | 2023-09-06T04:15:15.960000 | 2023-08-25T06:15:46 | 2023-08-25T06:15:46 | 176,470,365 | 3 | 0 | null | false | 2021-04-08T07:11:50 | 2019-03-19T09:07:26 | 2021-03-26T03:41:21 | 2021-04-08T07:11:49 | 3,033 | 0 | 0 | 0 | Java | false | false | package com.manfred.parseq.study;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.linkedin.parseq.Engine;
import com.linkedin.parseq.EngineBuilder;
import com.linkedin.parseq.ParTask;
import com.linkedin.parseq.Task;
import com.linkedin.parseq.promise.Promises;
import com.linkedin.parseq.prom... | UTF-8 | Java | 4,469 | java | RetryExampleV2.java | Java | [] | null | [] | package com.manfred.parseq.study;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.linkedin.parseq.Engine;
import com.linkedin.parseq.EngineBuilder;
import com.linkedin.parseq.ParTask;
import com.linkedin.parseq.Task;
import com.linkedin.parseq.promise.Promises;
import com.linkedin.parseq.prom... | 4,469 | 0.616309 | 0.610534 | 114 | 36.973682 | 27.848103 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.798246 | false | false | 10 |
278071e34cf15f507a1dde799163bf29ba1d6495 | 14,328,010,913,576 | 354dd01622bf7a928fb007d38992e8f457192898 | /Assignment6/src/HuffmanTree.java | 4b5e8548562960180dda1922b95fce0e749025a2 | [] | no_license | chenyf0328/SJU_AlgorithmCourseProject | https://github.com/chenyf0328/SJU_AlgorithmCourseProject | c3fdeecebc6c18f1daea2e9ba842c38d46263c2e | d37340727eb49f30526263bf00da460d8c85e8c0 | refs/heads/master | 2020-03-23T15:55:12.252000 | 2018-07-21T05:02:02 | 2018-07-21T05:02:02 | 141,782,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
import java.util.PriorityQueue;
public class HuffmanTree<E> {
private Node<E> root;
private double totalWeight;
private ArrayList<Node<E>> records = new ArrayList<>();
private ArrayList<Node<E>> weplRecords = new ArrayList<>();
public Node<E> get... | UTF-8 | Java | 2,752 | java | HuffmanTree.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.List;
import java.util.PriorityQueue;
public class HuffmanTree<E> {
private Node<E> root;
private double totalWeight;
private ArrayList<Node<E>> records = new ArrayList<>();
private ArrayList<Node<E>> weplRecords = new ArrayList<>();
public Node<E> get... | 2,752 | 0.547238 | 0.542878 | 101 | 26.247524 | 23.987375 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613861 | false | false | 10 |
154a270437cad8fe5b60988de566abbda17638b6 | 31,147,102,844,829 | 1f16fb39cb014b573aabb5d52fa42ecee2cce1fb | /src/jp/co/minori/eclipse/bytecodeviewer/views/ByteCodeView.java | 32fef0b7cefaf693b902b7d55ba50aa36670e646 | [
"Apache-2.0"
] | permissive | crow-misia/ByteCodeViewer | https://github.com/crow-misia/ByteCodeViewer | 6d1ce20c27b59d037a5a83b1c80d41a175fcbaa0 | 6e95de1feab2f62f3c2a0c34b92bea67741c8b0a | refs/heads/master | 2020-05-17T03:35:45.916000 | 2013-02-07T03:22:35 | 2013-02-07T03:22:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | 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 Y... | UTF-8 | Java | 4,131 | java | ByteCodeView.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 Y... | 4,131 | 0.736689 | 0.735716 | 114 | 35.087719 | 28.854919 | 105 | false | false | 0 | 0 | 0 | 0 | 69 | 0.033552 | 1.061404 | false | false | 10 |
ee8e0c94d8754c58eca02c6505e2c7b2fdb6f61a | 7,017,976,625,470 | 186365bca9d385728122e5b8abda6df31a120e86 | /ProjectX/src/com/bj4/yhh/projectx/lot/blot/BLotAddOrMinusFragment.java | 803792d4f0e857b3f44b364701daab4d102678da | [] | no_license | s011208/ProjectX | https://github.com/s011208/ProjectX | 80b43fb0b04bf5c630fc2cce50c9aedc974a2482 | 5b5fffe2b4e73d9bc1b07d445382cde7e413694b | refs/heads/master | 2020-04-06T03:53:31.360000 | 2014-12-18T05:05:57 | 2014-12-18T05:05:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bj4.yhh.projectx.lot.blot;
import com.bj4.yhh.projectx.lot.AddOrMinusFragment;
import com.bj4.yhh.projectx.lot.LotteryData;
public class BLotAddOrMinusFragment extends AddOrMinusFragment {
public static BLotAddOrMinusFragment getNewInstance() {
BLotAddOrMinusFragment fragment = new BLotAddOrM... | UTF-8 | Java | 459 | java | BLotAddOrMinusFragment.java | Java | [] | null | [] | package com.bj4.yhh.projectx.lot.blot;
import com.bj4.yhh.projectx.lot.AddOrMinusFragment;
import com.bj4.yhh.projectx.lot.LotteryData;
public class BLotAddOrMinusFragment extends AddOrMinusFragment {
public static BLotAddOrMinusFragment getNewInstance() {
BLotAddOrMinusFragment fragment = new BLotAddOrM... | 459 | 0.740741 | 0.734205 | 18 | 24.555555 | 24.506739 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
bbc26fd6dccd7b78253045a6de6e9d5d87863e19 | 21,122,649,175,575 | 15640aa6cc7bc5c1ca835d22f0d3ae5fa4fdf8d6 | /Extenso.java | 5e34ca8a57e6f50125d33961d1e9b0a134c2bb15 | [] | no_license | RicardoBarradas/java-code | https://github.com/RicardoBarradas/java-code | 4b9974a7b869aa12d514fc768e27c25d5ba1dc46 | dc1f87d0033c31873c1b8e5d5ab689ac93eecb47 | refs/heads/master | 2020-04-26T10:59:21.697000 | 2019-03-27T17:04:44 | 2019-03-27T17:04:44 | 173,501,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Extenso.java - Classe para "traduzir" inteiros cardinais para a sua notação por extenso.
* --------------------------------------------------------------------------------------------
* Ex: para o input String "1212", o output String deverá ser "mil duzentos e doze".
*
* Versão 6 - 02/03/2019 - neste... | UTF-8 | Java | 15,990 | java | Extenso.java | Java | [
{
"context": " case 16:\r\n valorFinal = \"dezasseis\";\r\n break;\r\n case 17:\r\n",
"end": 7531,
"score": 0.8250803351402283,
"start": 7522,
"tag": "NAME",
"value": "dezasseis"
}
] | null | [] | /*
* Extenso.java - Classe para "traduzir" inteiros cardinais para a sua notação por extenso.
* --------------------------------------------------------------------------------------------
* Ex: para o input String "1212", o output String deverá ser "mil duzentos e doze".
*
* Versão 6 - 02/03/2019 - neste... | 15,990 | 0.474666 | 0.441766 | 472 | 31.747881 | 26.695831 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521186 | false | false | 10 |
549835481368fe33742fe01a643fe7a6c66b6d91 | 23,459,111,414,668 | edfc534172ef479be8844eaf30aa499cf31b3b8d | /ged-crypto/src/main/java/fr/nimrod/info/crypto/certificats/CertificatProvider.java | 8343b7f395378f2e03d60a48c9228b55b4cb676f | [] | no_license | primael/ged | https://github.com/primael/ged | 5ef99b8c143866ba267a59b2ae1f08e16ae48b9e | a4c576828232b55bdedc956fd448f2dec70d78d8 | refs/heads/master | 2021-01-18T21:29:01.252000 | 2014-11-02T00:34:37 | 2014-11-02T00:34:37 | 23,472,697 | 0 | 0 | null | false | 2014-08-29T21:21:15 | 2014-08-29T17:54:06 | 2014-08-29T18:10:59 | 2014-08-29T21:19:49 | 0 | 0 | 0 | 0 | Java | null | null | package fr.nimrod.info.crypto.certificats;
import java.math.BigInteger;
import java.security.KeyPair;
import java.security.cert.Certificate;
import java.security.cert.CertificateException;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.util.Date;
import... | UTF-8 | Java | 1,993 | java | CertificatProvider.java | Java | [] | null | [] | package fr.nimrod.info.crypto.certificats;
import java.math.BigInteger;
import java.security.KeyPair;
import java.security.cert.Certificate;
import java.security.cert.CertificateException;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.util.Date;
import... | 1,993 | 0.755645 | 0.728048 | 46 | 42.326088 | 35.673065 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673913 | false | false | 10 |
2ed29170d51db6fcc3eae1e7968afa034834bc9b | 20,590,073,225,979 | b1c6b6fda9a40b9ae1d1811db13d90d6bb38bb1a | /.svn/pristine/45/45f0c4581c2246f832be55a725124b345b89678f.svn-base | 0e1ec4f302e775ec82ec299815c26b36c01739e3 | [] | no_license | feiniaoying/Inet | https://github.com/feiniaoying/Inet | e7ef42ca9578f463d11e0faca2308afa0804019e | 5cb1918f7ba03024dc3b20aa32254abb2f3ec2fd | refs/heads/master | 2016-06-06T20:48:56.142000 | 2016-03-05T14:50:58 | 2016-03-05T14:50:58 | 53,204,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asiainfo.cs.qm.qualquery.bo;
import java.sql.*;
import com.ai.appframe2.bo.DataContainer;
import com.ai.appframe2.common.DataContainerInterface;
import com.ai.appframe2.common.AIException;
import com.ai.appframe2.common.ServiceManager;
import com.ai.appframe2.common.ObjectType;
import com.ai.appframe2.comm... | GB18030 | Java | 8,185 | 45f0c4581c2246f832be55a725124b345b89678f.svn-base | Java | [] | null | [] | package com.asiainfo.cs.qm.qualquery.bo;
import java.sql.*;
import com.ai.appframe2.bo.DataContainer;
import com.ai.appframe2.common.DataContainerInterface;
import com.ai.appframe2.common.AIException;
import com.ai.appframe2.common.ServiceManager;
import com.ai.appframe2.common.ObjectType;
import com.ai.appframe2.comm... | 8,185 | 0.712008 | 0.706856 | 291 | 27.013746 | 23.864159 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460481 | false | false | 10 | |
a39ab269ae73009420317efe8fb047bece4e8b2f | 7,902,739,841,138 | 4b9eb9634b957486a8a4f34c1f8ea05ad27b1805 | /Projeto/Java/src/control/AtualizaTabela.java | 2f775472da181fff16c8ad412cfd7809a424f33f | [] | no_license | nisep/EngenhariaApple | https://github.com/nisep/EngenhariaApple | c54894fd1e305a9494fd6347932cdbd586ea7789 | 24a04edaebb334050bf2555a545b4285536fa8dd | refs/heads/master | 2021-08-14T14:01:43.029000 | 2017-11-15T23:26:20 | 2017-11-15T23:26:20 | 105,332,054 | 0 | 0 | null | true | 2017-09-30T01:50:22 | 2017-09-30T01:50:22 | 2017-09-26T20:20:10 | 2017-09-29T01:44:57 | 23,808 | 0 | 0 | 0 | null | null | null | package control;
import javax.swing.table.DefaultTableModel;
import model.FuncionarioDAO;
import view.FuncionarioView;
public class AtualizaTabela implements Runnable{
FuncionarioView funcionarioView;
FuncionarioDAO funcDAO = new FuncionarioDAO();
public AtualizaTabela(FuncionarioView funcionarioView) {
thi... | IBM852 | Java | 1,294 | java | AtualizaTabela.java | Java | [] | null | [] | package control;
import javax.swing.table.DefaultTableModel;
import model.FuncionarioDAO;
import view.FuncionarioView;
public class AtualizaTabela implements Runnable{
FuncionarioView funcionarioView;
FuncionarioDAO funcDAO = new FuncionarioDAO();
public AtualizaTabela(FuncionarioView funcionarioView) {
thi... | 1,294 | 0.67208 | 0.654292 | 52 | 23.865385 | 22.873421 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.346154 | false | false | 10 |
e933553b0f55bd9e55b101bf26f5b1f110b3aac5 | 23,725,399,411,182 | a540e470713a39e1e1b19e6987355da6b7b12703 | /src/main/java/com/vynaloze/pgmeter/model/translate/Param.java | ba684a2877658e8afd99ddaef92aa7de557e5af2 | [] | no_license | vynaloze/pgmeter | https://github.com/vynaloze/pgmeter | 87cd39e832c785304104e401d955f990f510aeaf | 2b8cf984aa526db90c7d69f8c680b9edc9bf84bb | refs/heads/master | 2020-06-01T20:00:42.620000 | 2019-10-12T17:06:32 | 2019-10-12T17:06:32 | 190,908,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vynaloze.pgmeter.model.translate;
import javax.validation.constraints.NotNull;
public class Param {
@NotNull
private final String name;
@NotNull
private final Type type;
public Param(final @NotNull String name, final @NotNull Type type) {
this.name = name;
this.type = ... | UTF-8 | Java | 981 | java | Param.java | Java | [] | null | [] | package com.vynaloze.pgmeter.model.translate;
import javax.validation.constraints.NotNull;
public class Param {
@NotNull
private final String name;
@NotNull
private final Type type;
public Param(final @NotNull String name, final @NotNull Type type) {
this.name = name;
this.type = ... | 981 | 0.54842 | 0.546381 | 49 | 19.040817 | 16.178797 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 10 |
90d18ad9de108d8c7145ef8cec520aeb300f55cc | 31,920,196,980,987 | c9a9e6a2b385691128da88f78b3d61e080ef701f | /V1_Total/V1_Total/TpHibernateSujet4_YongdaLIN_CatarinaRB/Code/src/fr/polytech/tours/hibernate/application/controleur/IndexControleur.java | 96ea1418b880ed838b34cde574cd45700f87129c | [] | no_license | axelrandolph/tpshibernate | https://github.com/axelrandolph/tpshibernate | 6570fd9f2aad8e700a8229783ab5140cb34634bd | 4a434f5fb8f65f5f0767b0ffab2a974303874e3d | refs/heads/master | 2020-11-23T20:58:06.238000 | 2020-01-14T21:11:41 | 2020-01-14T21:11:41 | 227,817,889 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.polytech.tours.hibernate.application.controleur;
import java.net.URL;
import java.util.ResourceBundle;
import fr.polytech.tours.hibernate.application.controleur.dao.MessageDAO;
import fr.polytech.tours.hibernate.application.modele.Message;
import javafx.collections.FXCollections;
import javafx.collections.... | UTF-8 | Java | 4,911 | java | IndexControleur.java | Java | [] | null | [] | package fr.polytech.tours.hibernate.application.controleur;
import java.net.URL;
import java.util.ResourceBundle;
import fr.polytech.tours.hibernate.application.controleur.dao.MessageDAO;
import fr.polytech.tours.hibernate.application.modele.Message;
import javafx.collections.FXCollections;
import javafx.collections.... | 4,911 | 0.748931 | 0.748931 | 138 | 34.586956 | 31.642645 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.449275 | false | false | 10 |
33d66c88f5dd77475394dd7f65b9dd7fcb91c38d | 6,949,257,118,364 | 3a29faf0305cdfab654a500cd14b88377a2c5d1d | /uni/src/main/java/com/markjmind/uni/thread/ThreadProcessObservable.java | da4847ed309abf1a26990989d7b9d1f35d89f203 | [] | no_license | JaeWoongOh/markj | https://github.com/JaeWoongOh/markj | 6dc0e8a0171196a2793b33f5b5699fb1ef0d9e88 | e566141f4fba0a862288bdeee37fbbf35bd726cc | refs/heads/master | 2020-05-21T19:47:43.950000 | 2020-05-19T09:42:21 | 2020-05-19T09:42:21 | 15,650,595 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2016. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
* Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagi... | UTF-8 | Java | 2,240 | java | ThreadProcessObservable.java | Java | [
{
"context": "va.util.ArrayList;\n\n/**\n * <br>捲土重來<br>\n * @author 오재웅(JaeWoong-Oh)\n * @email markjmind@gmail.com\n * @si",
"end": 495,
"score": 0.9998475313186646,
"start": 492,
"tag": "NAME",
"value": "오재웅"
},
{
"context": "il.ArrayList;\n\n/**\n * <br>捲土重來<br>\n * @author 오재웅(J... | null | [] | /*
* Copyright (c) 2016. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
* Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagi... | 2,228 | 0.686433 | 0.681042 | 75 | 28.68 | 28.04718 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.