hexsha stringlengths 40 40 | size int64 3 1.05M | ext stringclasses 1
value | lang stringclasses 1
value | max_stars_repo_path stringlengths 5 1.02k | max_stars_repo_name stringlengths 4 126 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses list | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 5 1.02k | max_issues_repo_name stringlengths 4 114 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses list | max_issues_count float64 1 92.2k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 5 1.02k | max_forks_repo_name stringlengths 4 136 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses list | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | avg_line_length float64 2.55 99.9 | max_line_length int64 3 1k | alphanum_fraction float64 0.25 1 | index int64 0 1M | content stringlengths 3 1.05M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e3a520c280947789c5d1fb4b5c4db7863cf355c | 1,935 | java | Java | template/api/src/main/java/com/blazebit/notify/template/api/TemplateException.java | Blazebit/blaze-notify | 575bcdaee3e94cc1c808d4a484674a3e361509cc | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2018-11-16T13:04:38.000Z | 2019-01-05T02:54:45.000Z | template/api/src/main/java/com/blazebit/notify/template/api/TemplateException.java | Blazebit/blaze-notify | 575bcdaee3e94cc1c808d4a484674a3e361509cc | [
"ECL-2.0",
"Apache-2.0"
] | 37 | 2018-11-08T22:53:31.000Z | 2022-02-10T08:10:53.000Z | template/api/src/main/java/com/blazebit/notify/template/api/TemplateException.java | Blazebit/blaze-notify | 575bcdaee3e94cc1c808d4a484674a3e361509cc | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 26.875 | 118 | 0.653747 | 24,589 | /*
* Copyright 2018 - 2020 Blazebit.
*
* 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 agre... |
3e3a53d80ec4f075d538cfd86695ee2568716391 | 26,366 | java | Java | java/org/apache/catalina/connector/RequestFacade.java | janforp/tomcat7Src | 01ca6b40463afe41b98de8e9c8c67a042605cc0d | [
"Apache-2.0"
] | null | null | null | java/org/apache/catalina/connector/RequestFacade.java | janforp/tomcat7Src | 01ca6b40463afe41b98de8e9c8c67a042605cc0d | [
"Apache-2.0"
] | 2 | 2021-02-03T19:32:04.000Z | 2022-01-21T23:33:45.000Z | java/org/apache/catalina/connector/RequestFacade.java | janforp/tomcat7Src | 01ca6b40463afe41b98de8e9c8c67a042605cc0d | [
"Apache-2.0"
] | null | null | null | 24.100548 | 84 | 0.571418 | 24,590 | package org.apache.catalina.connector;
import java.io.BufferedReader;
import java.io.IOException;
import java.security.AccessController;
import java.security.PrivilegedAction;
import java.util.Collection;
import java.util.Enumeration;
import java.util.Locale;
import java.util.Map;
import javax.servlet.AsyncContext;
i... |
3e3a54a0da3ad1d3af899feb32ac696c3f09d84f | 1,274 | java | Java | j2cl-archetypes/j2cl-archetype-servlet/src/main/resources/archetype-resources/__rootArtifactId__-server/src/main/java/server/SimpleJsonServlet.java | Calpano/j2clmavenplugin | 2db4c58f8079dffe219f12e8dd837ce9fd345855 | [
"Apache-2.0"
] | null | null | null | j2cl-archetypes/j2cl-archetype-servlet/src/main/resources/archetype-resources/__rootArtifactId__-server/src/main/java/server/SimpleJsonServlet.java | Calpano/j2clmavenplugin | 2db4c58f8079dffe219f12e8dd837ce9fd345855 | [
"Apache-2.0"
] | null | null | null | j2cl-archetypes/j2cl-archetype-servlet/src/main/resources/archetype-resources/__rootArtifactId__-server/src/main/java/server/SimpleJsonServlet.java | Calpano/j2clmavenplugin | 2db4c58f8079dffe219f12e8dd837ce9fd345855 | [
"Apache-2.0"
] | null | null | null | 32.666667 | 86 | 0.704082 | 24,591 | package ${package}.server;
import ${package}.shared.SharedType;
import java.io.IOException;
import java.util.regex.Pattern;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.serv... |
3e3a54dddd606fecbf094800ed5279e8b1935cac | 1,409 | java | Java | src/main/java/me/axieum/mcmod/jeroreintegration/integrations/biomesoplenty/ores/OreTanzanite.java | Axieum/JER-Ore-Integration | a483c9c3146af71372e59f49bdf21e7545b5abeb | [
"MIT"
] | 1 | 2019-05-11T08:39:49.000Z | 2019-05-11T08:39:49.000Z | src/main/java/me/axieum/mcmod/jeroreintegration/integrations/biomesoplenty/ores/OreTanzanite.java | Axieum/JEROreIntegration | a483c9c3146af71372e59f49bdf21e7545b5abeb | [
"MIT"
] | 1 | 2019-03-09T03:16:14.000Z | 2019-05-02T01:18:08.000Z | src/main/java/me/axieum/mcmod/jeroreintegration/integrations/biomesoplenty/ores/OreTanzanite.java | Axieum/JEROreIntegration | a483c9c3146af71372e59f49bdf21e7545b5abeb | [
"MIT"
] | null | null | null | 31.311111 | 83 | 0.695529 | 24,592 | package me.axieum.mcmod.jeroreintegration.integrations.biomesoplenty.ores;
import biomesoplenty.api.biome.BOPBiomes;
import biomesoplenty.api.block.BOPBlocks;
import biomesoplenty.api.enums.BOPGems;
import biomesoplenty.api.item.BOPItems;
import me.axieum.mcmod.jeroreintegration.GenerationType;
import me.axieum.mcmod.... |
3e3a55936400dff74742d0adf97edc684a5ef0d1 | 4,658 | java | Java | Corpus/birt/1296.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | 1 | 2022-01-15T02:47:45.000Z | 2022-01-15T02:47:45.000Z | Corpus/birt/1296.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | Corpus/birt/1296.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | 26.617143 | 116 | 0.682267 | 24,593 | /*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* 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 is availabl... |
3e3a56bf77222344c89af1d04a3705f4f98983d4 | 2,188 | java | Java | core/mock/graphql/src/main/java/com/castlemock/core/mock/graphql/service/project/input/ImportGraphQLDefinitionInput.java | tvcsantos/castlemock | 45ea1c6c97814465e1253ce31527157218548213 | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-05-24T20:33:03.000Z | 2019-05-24T20:33:03.000Z | core/mock/graphql/src/main/java/com/castlemock/core/mock/graphql/service/project/input/ImportGraphQLDefinitionInput.java | tvcsantos/castlemock | 45ea1c6c97814465e1253ce31527157218548213 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | core/mock/graphql/src/main/java/com/castlemock/core/mock/graphql/service/project/input/ImportGraphQLDefinitionInput.java | tvcsantos/castlemock | 45ea1c6c97814465e1253ce31527157218548213 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 29.567568 | 85 | 0.690585 | 24,594 | /*
* Copyright 2018 Karl Dahlgren
*
* 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 ... |
3e3a57d00f5e38aef44580ae999ecbb891fac489 | 626 | java | Java | bems_v4/src/cn/cdu/edu/TQC/bems/db/dao/AmmeterDao.java | wenpi/bems | 688148c944fe36ce0bdad75006a613b923cdce48 | [
"Apache-2.0"
] | 1 | 2022-02-10T10:59:54.000Z | 2022-02-10T10:59:54.000Z | bems_v4/src/cn/cdu/edu/TQC/bems/db/dao/AmmeterDao.java | wenpi/bems | 688148c944fe36ce0bdad75006a613b923cdce48 | [
"Apache-2.0"
] | null | null | null | bems_v4/src/cn/cdu/edu/TQC/bems/db/dao/AmmeterDao.java | wenpi/bems | 688148c944fe36ce0bdad75006a613b923cdce48 | [
"Apache-2.0"
] | 3 | 2020-05-05T07:28:55.000Z | 2022-02-10T10:59:55.000Z | 18.969697 | 60 | 0.690096 | 24,595 | /**
* @Copyright (c) 成都大学信息科学与技术学院
* 服务外包与创意大赛
*/
package cn.cdu.edu.TQC.bems.db.dao;
import java.util.List;
import cn.cdu.edu.TQC.bems.db.bean.Ammeter;
/**
* @ClassName: AmmeterDao
* 说明:
* TODO(Tell the reader such role.)
* @Author SUN 【email:1096490965@qq.com】
* @Version V1.0 2012-7-8 下午7:3... |
3e3a57d5841f36aeb860c8ea09266ae2e2a57f36 | 1,915 | java | Java | tauris-plugins-base/src/main/java/com/aliyun/tauris/plugins/filter/mutate/DateConverter.java | aliyun/tauris | d7ace2767a61636e8b9d351a69a4cf9cdb212417 | [
"Apache-2.0"
] | 9 | 2019-02-01T18:33:09.000Z | 2021-03-06T11:09:47.000Z | tauris-plugins-base/src/main/java/com/aliyun/tauris/plugins/filter/mutate/DateConverter.java | aliyun/tauris | d7ace2767a61636e8b9d351a69a4cf9cdb212417 | [
"Apache-2.0"
] | null | null | null | tauris-plugins-base/src/main/java/com/aliyun/tauris/plugins/filter/mutate/DateConverter.java | aliyun/tauris | d7ace2767a61636e8b9d351a69a4cf9cdb212417 | [
"Apache-2.0"
] | 4 | 2019-02-21T07:22:01.000Z | 2020-11-06T11:00:39.000Z | 27.357143 | 77 | 0.574413 | 24,596 | package com.aliyun.tauris.plugins.filter.mutate;
import com.aliyun.tauris.TEvent;
import com.aliyun.tauris.annotations.Required;
import org.joda.time.DateTime;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Cre... |
3e3a581ab7934f9b22c97e6e1753fe642c4c380e | 595 | java | Java | src/main/java/com/kh/workman/job/model/service/JobService.java | ohgeonchul/developMental | bc1af4ee61c1c3f8d944eb7d7e91b446489619e6 | [
"MIT"
] | null | null | null | src/main/java/com/kh/workman/job/model/service/JobService.java | ohgeonchul/developMental | bc1af4ee61c1c3f8d944eb7d7e91b446489619e6 | [
"MIT"
] | null | null | null | src/main/java/com/kh/workman/job/model/service/JobService.java | ohgeonchul/developMental | bc1af4ee61c1c3f8d944eb7d7e91b446489619e6 | [
"MIT"
] | null | null | null | 23.8 | 89 | 0.783193 | 24,597 | package com.kh.workman.job.model.service;
import java.util.List;
import java.util.Map;
import com.kh.workman.job.model.vo.JobApply;
import com.kh.workman.job.model.vo.JobBoard;
import com.kh.workman.job.model.vo.JobBoardFile;
public interface JobService {
JobBoard selectJobBoardOne(JobBoard j);
JobBoard select... |
3e3a59575c1ae325d9cc8e1fd68d3c4544b68592 | 419 | java | Java | src/com/monster/learn/Flatten.java | lybvinci/leetcode_practices | e26f6b4c7b08509fcc617379bddee73c41bfc1e7 | [
"MIT"
] | null | null | null | src/com/monster/learn/Flatten.java | lybvinci/leetcode_practices | e26f6b4c7b08509fcc617379bddee73c41bfc1e7 | [
"MIT"
] | null | null | null | src/com/monster/learn/Flatten.java | lybvinci/leetcode_practices | e26f6b4c7b08509fcc617379bddee73c41bfc1e7 | [
"MIT"
] | null | null | null | 18.217391 | 38 | 0.582339 | 24,598 | package com.monster.learn;
//100.00%
public class Flatten {
public void flatten(TreeNode root) {
if (root == null) {
return;
}
flatten(root.left);
flatten(root.right);
TreeNode left = root.left;
TreeNode right = root.right;
root.left = null;
root.right = left;
TreeNode tmp ... |
3e3a5965adb2839d6f27b08a64eea735568086ca | 8,553 | java | Java | Android/doraemonkit/src/main/java/com/didichuxing/doraemonkit/ui/kit/GroupKitAdapter.java | yukaida/HttpUrlConnectionTest | 130cd42fc28900202ea70ab3f80326ef4f26a770 | [
"Apache-2.0"
] | 1 | 2021-01-26T07:47:04.000Z | 2021-01-26T07:47:04.000Z | Android/doraemonkit/src/main/java/com/didichuxing/doraemonkit/ui/kit/GroupKitAdapter.java | yukaida/HttpUrlConnectionTest | 130cd42fc28900202ea70ab3f80326ef4f26a770 | [
"Apache-2.0"
] | null | null | null | Android/doraemonkit/src/main/java/com/didichuxing/doraemonkit/ui/kit/GroupKitAdapter.java | yukaida/HttpUrlConnectionTest | 130cd42fc28900202ea70ab3f80326ef4f26a770 | [
"Apache-2.0"
] | 1 | 2021-01-22T06:16:19.000Z | 2021-01-22T06:16:19.000Z | 33.541176 | 110 | 0.563545 | 24,599 | package com.didichuxing.doraemonkit.ui.kit;
import android.content.Context;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CompoundButton;
import androi... |
3e3a5984dda55df5ef4d52e0b1612140c038c8c5 | 2,573 | java | Java | src/databaseLayer/LogEntryDB.java | martin-vlacil/2ndSemesterProject | b78fa5dba6ca98b84a0a16dfb90cef15a4481c95 | [
"Apache-2.0"
] | null | null | null | src/databaseLayer/LogEntryDB.java | martin-vlacil/2ndSemesterProject | b78fa5dba6ca98b84a0a16dfb90cef15a4481c95 | [
"Apache-2.0"
] | null | null | null | src/databaseLayer/LogEntryDB.java | martin-vlacil/2ndSemesterProject | b78fa5dba6ca98b84a0a16dfb90cef15a4481c95 | [
"Apache-2.0"
] | null | null | null | 30.630952 | 142 | 0.700738 | 24,600 | package databaseLayer;
import java.sql.*;
import java.time.LocalDateTime;
import java.util.ArrayList;
import config.Config;
import modelLayer.LogEntry;
/**
* @author Group 1 dmai0920
* This is a database class for LogEntries, that handles
* its persistence, it is responsible for finding, updating, deleting,
* a... |
3e3a59d482a26b714c705ac53e1bce78fd85fba4 | 39,914 | java | Java | src/main/java/org/dew/swingup/fm/FMViewer.java | giosil/swingup | f85553e7962574f2172b232e36ca9ae900c75f76 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/dew/swingup/fm/FMViewer.java | giosil/swingup | f85553e7962574f2172b232e36ca9ae900c75f76 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/dew/swingup/fm/FMViewer.java | giosil/swingup | f85553e7962574f2172b232e36ca9ae900c75f76 | [
"Apache-2.0"
] | null | null | null | 32.111022 | 167 | 0.63256 | 24,601 | package org.dew.swingup.fm;
import java.awt.*;
import java.awt.datatransfer.*;
import java.awt.dnd.*;
import java.awt.event.*;
import java.io.File;
import java.net.URI;
import java.util.*;
import java.util.List;
import javax.swing.*;
import javax.swing.event.*;
import org.dew.swingup.*;
import org.dew.swingup.compon... |
3e3a5a5cb19a1909d49fb4599fae6a35950e6273 | 2,030 | java | Java | amee-platform-domain/src/main/java/com/amee/domain/AMEEStatus.java | davidkeen/amee-platform | 45a57e507f404f7c32816ce2d460f6d3e16d2dcd | [
"MIT"
] | null | null | null | amee-platform-domain/src/main/java/com/amee/domain/AMEEStatus.java | davidkeen/amee-platform | 45a57e507f404f7c32816ce2d460f6d3e16d2dcd | [
"MIT"
] | 18 | 2015-01-04T14:27:47.000Z | 2015-04-03T15:56:57.000Z | amee-platform-domain/src/main/java/com/amee/domain/AMEEStatus.java | davidkeen/amee-platform | 45a57e507f404f7c32816ce2d460f6d3e16d2dcd | [
"MIT"
] | 1 | 2015-10-15T21:21:22.000Z | 2015-10-15T21:21:22.000Z | 29 | 74 | 0.632512 | 24,602 | package com.amee.domain;
import org.json.JSONException;
import org.json.JSONObject;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import java.io.Serializable;
import java.util.LinkedHashMap;
import java.util.Map;
public enum AMEEStatus implements Serializable {
// The order of these values must not b... |
3e3a5a8e73c604d42f938769761bf87ff89b7d52 | 1,619 | java | Java | pm/impl/src/main/java/org/kuali/kpme/pm/classification/ClassificationDerived.java | cniesen/kpme | cf1b17d0b947619428e1677ecde5da71de4b36c0 | [
"ECL-2.0"
] | null | null | null | pm/impl/src/main/java/org/kuali/kpme/pm/classification/ClassificationDerived.java | cniesen/kpme | cf1b17d0b947619428e1677ecde5da71de4b36c0 | [
"ECL-2.0"
] | null | null | null | pm/impl/src/main/java/org/kuali/kpme/pm/classification/ClassificationDerived.java | cniesen/kpme | cf1b17d0b947619428e1677ecde5da71de4b36c0 | [
"ECL-2.0"
] | null | null | null | 29.981481 | 137 | 0.754169 | 24,603 | /**
* Copyright 2004-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requ... |
3e3a5b1f425ebf809f557af6b3471ad1d7db324d | 2,501 | java | Java | web-app/metagomics-web-app/src/org/uwpr/metagomics/webconstants/WebAppConstants.java | metagomics/metagomics_root | 944bcd5b13189525d0af30b8307979ee7e655296 | [
"Apache-2.0"
] | null | null | null | web-app/metagomics-web-app/src/org/uwpr/metagomics/webconstants/WebAppConstants.java | metagomics/metagomics_root | 944bcd5b13189525d0af30b8307979ee7e655296 | [
"Apache-2.0"
] | null | null | null | web-app/metagomics-web-app/src/org/uwpr/metagomics/webconstants/WebAppConstants.java | metagomics/metagomics_root | 944bcd5b13189525d0af30b8307979ee7e655296 | [
"Apache-2.0"
] | null | null | null | 38.476923 | 118 | 0.719312 | 24,604 | package org.uwpr.metagomics.webconstants;
import java.util.HashMap;
import java.util.Map;
import org.uwpr.metagomics.webutils.OperatingSystemDetection;
public class WebAppConstants {
public static final String DEMO_PROJECT_HASH = "BfAhNPhtBETdXVkB";
// Need trailing "/" or "\"
public static final String UPLOA... |
3e3a5b7907215e1b15e31d3014430f83d536c639 | 388 | java | Java | plancul-api/src/main/java/com/charlyghislain/plancul/api/domain/util/NullableField.java | cghislai/plancul-back | cb15242d2e8c93ffaf749ceca839bec02eb62d13 | [
"MIT"
] | 1 | 2020-01-05T13:43:50.000Z | 2020-01-05T13:43:50.000Z | plancul-api/src/main/java/com/charlyghislain/plancul/api/domain/util/NullableField.java | cghislai/plancul-back | cb15242d2e8c93ffaf749ceca839bec02eb62d13 | [
"MIT"
] | null | null | null | plancul-api/src/main/java/com/charlyghislain/plancul/api/domain/util/NullableField.java | cghislai/plancul-back | cb15242d2e8c93ffaf749ceca839bec02eb62d13 | [
"MIT"
] | null | null | null | 27.714286 | 51 | 0.832474 | 24,605 | package com.charlyghislain.plancul.api.domain.util;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, E... |
3e3a5c2136d54393aa9fd3299ecdfbed390fe150 | 2,751 | java | Java | springboot/dataservice/src/main/java/org/jbcnconf/realtime/dataservice/model/Sku.java | davidfc89/kappastockmanagement | 6c89beb509f5d3e58386770006fdc48a452122ff | [
"Apache-2.0"
] | 11 | 2019-05-25T09:10:07.000Z | 2021-04-18T09:18:21.000Z | springboot/dataservice/src/main/java/org/jbcnconf/realtime/dataservice/model/Sku.java | davidfc89/kappastockmanagement | 6c89beb509f5d3e58386770006fdc48a452122ff | [
"Apache-2.0"
] | 14 | 2019-06-25T06:22:59.000Z | 2021-12-09T21:12:18.000Z | springboot/dataservice/src/main/java/org/jbcnconf/realtime/dataservice/model/Sku.java | davidfc89/kappastockmanagement | 6c89beb509f5d3e58386770006fdc48a452122ff | [
"Apache-2.0"
] | 3 | 2019-05-31T12:23:37.000Z | 2019-10-04T21:03:59.000Z | 23.117647 | 116 | 0.673937 | 24,606 | package org.jbcnconf.realtime.dataservice.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List... |
3e3a5c436d1994da90088601c0da81ad02224dd9 | 1,879 | java | Java | addp-rpc/addp-rpc-common/src/main/java/com/nix/jingxun/addp/rpc/common/serializable/JsonSerializer.java | kiss-yu/ADDP | 168bf0c2d8a970d76d8294cc1cc8c9b968bbef36 | [
"Apache-2.0"
] | 4 | 2019-06-07T06:30:35.000Z | 2019-10-18T01:27:36.000Z | addp-rpc/addp-rpc-common/src/main/java/com/nix/jingxun/addp/rpc/common/serializable/JsonSerializer.java | kiss-yu/ADDP | 168bf0c2d8a970d76d8294cc1cc8c9b968bbef36 | [
"Apache-2.0"
] | 13 | 2019-12-28T11:31:15.000Z | 2022-03-07T04:26:39.000Z | addp-rpc/addp-rpc-common/src/main/java/com/nix/jingxun/addp/rpc/common/serializable/JsonSerializer.java | kiss-yu/ADDP | 168bf0c2d8a970d76d8294cc1cc8c9b968bbef36 | [
"Apache-2.0"
] | null | null | null | 32.396552 | 140 | 0.759447 | 24,607 | package com.nix.jingxun.addp.rpc.common.serializable;
import com.alipay.remoting.CustomSerializer;
import com.alipay.remoting.InvokeContext;
import com.alipay.remoting.exception.DeserializationException;
import com.alipay.remoting.exception.SerializationException;
import com.alipay.remoting.rpc.RequestCommand;
import ... |
3e3a5d4f46f30b133387c1e8c825f3fc197df384 | 440 | java | Java | src/main/java/ch/ethz/soms/nervous/android/security/util/NullHostNameVerifier.java | kishore3491/Android-Multicert | 54d9658334e8e800bca908b703c586fb8ee086a5 | [
"MIT",
"Unlicense"
] | 1 | 2015-10-09T09:57:09.000Z | 2015-10-09T09:57:09.000Z | src/main/java/ch/ethz/soms/nervous/android/security/util/NullHostNameVerifier.java | kishore3491/Android-Multicert | 54d9658334e8e800bca908b703c586fb8ee086a5 | [
"MIT",
"Unlicense"
] | null | null | null | src/main/java/ch/ethz/soms/nervous/android/security/util/NullHostNameVerifier.java | kishore3491/Android-Multicert | 54d9658334e8e800bca908b703c586fb8ee086a5 | [
"MIT",
"Unlicense"
] | null | null | null | 24.444444 | 71 | 0.727273 | 24,608 | package ch.ethz.soms.nervous.android.security.util;
import android.util.Log;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLSession;
/**
* Created by Kishore on 8/21/2015.
*/
public class NullHostNameVerifier implements HostnameVerifier {
@Override
public boolean verify(String hostname, SSL... |
3e3a5d549c6cf89cf85cf5e1b483e2eefb30c3ae | 3,873 | java | Java | src/main/java/com/geely/design/pattern/creational/builder/d/AppTest.java | junglegodlion/design_pattern | 3b0100b79f0170dc18dce21fbb40a12fa4428c4b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/geely/design/pattern/creational/builder/d/AppTest.java | junglegodlion/design_pattern | 3b0100b79f0170dc18dce21fbb40a12fa4428c4b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/geely/design/pattern/creational/builder/d/AppTest.java | junglegodlion/design_pattern | 3b0100b79f0170dc18dce21fbb40a12fa4428c4b | [
"Apache-2.0"
] | null | null | null | 19.861538 | 87 | 0.548412 | 24,609 | package com.geely.design.pattern.creational.builder.d;
/**
* 需求:定义一个电脑类,并且实例化出电脑类的对象,以及给该对象的属性赋值。
*针对于c包的问题,修改代码如下:
* 创建一个建造者接口,把制作产品的具体步骤,稳定下来!
* 我们让建造者类,去实现建造者接口,接口中的方法步骤,类就必须都要实现,少实现一个抽象方法就会报错!
*/
class Computer {
private String cpu;
private String gpu;
private String memory;
private String hd;... |
3e3a5e47d0c27e71b00e01dbdf1c1221f66ecd9b | 1,131 | java | Java | src/main/java/code/Order.java | IUT-Blagnac/cpoa-tp0-GeikenPack | 14a30bcd18cfe70e493492584d56066506491a5b | [
"MIT"
] | null | null | null | src/main/java/code/Order.java | IUT-Blagnac/cpoa-tp0-GeikenPack | 14a30bcd18cfe70e493492584d56066506491a5b | [
"MIT"
] | null | null | null | src/main/java/code/Order.java | IUT-Blagnac/cpoa-tp0-GeikenPack | 14a30bcd18cfe70e493492584d56066506491a5b | [
"MIT"
] | null | null | null | 29 | 78 | 0.641026 | 24,610 | package main.java.code;
import java.util.List;
import java.util.LinkedList;
public class Order {
private String owner;
private String recipient;
private List<Order.Drink> lDrink;
public Order()
{
this.owner = "";
this.recipient = "";
lDrink = new LinkedList<Order.Drink>();... |
3e3a5e67f466c14dc1573b37aef42b3c798eeea8 | 4,916 | java | Java | src/main/java/br/ufc/great/syspromocity/controller/CouponController.java | armandossrecife/syspromocity | d3164103820439dde689328e01c1c23a833a0bdd | [
"BSD-2-Clause"
] | null | null | null | src/main/java/br/ufc/great/syspromocity/controller/CouponController.java | armandossrecife/syspromocity | d3164103820439dde689328e01c1c23a833a0bdd | [
"BSD-2-Clause"
] | 7 | 2018-11-06T01:01:11.000Z | 2018-12-03T02:39:23.000Z | src/main/java/br/ufc/great/syspromocity/controller/CouponController.java | armandossrecife/syspromocity | d3164103820439dde689328e01c1c23a833a0bdd | [
"BSD-2-Clause"
] | 1 | 2018-12-01T15:14:36.000Z | 2018-12-01T15:14:36.000Z | 29.437126 | 104 | 0.671074 | 24,611 | package br.ufc.great.syspromocity.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.User;
import org... |
3e3a5ef0abbe276cf40ca9e7a03f95999809fea6 | 4,666 | java | Java | src/main/java/org/apache/ibatis/executor/statement/PreparedStatementHandler.java | gnehcgnaw/mybatis-3 | 6d51928f4652b1913e4cce1863950566ee770e46 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/ibatis/executor/statement/PreparedStatementHandler.java | gnehcgnaw/mybatis-3 | 6d51928f4652b1913e4cce1863950566ee770e46 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/ibatis/executor/statement/PreparedStatementHandler.java | gnehcgnaw/mybatis-3 | 6d51928f4652b1913e4cce1863950566ee770e46 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 38.245902 | 174 | 0.736605 | 24,612 | /**
* Copyright 2009-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
3e3a5f2f583b9669c9b673980da07964e1456e24 | 613 | java | Java | src/main/java/edu/umass/cs/surveyman/analyses/rules/NonEmptySurvey.java | jjfiv/SurveyMan | c531c5e6a745079dfa37f402ae7495f5364bfd20 | [
"Apache-2.0"
] | 36 | 2015-01-25T00:45:01.000Z | 2021-08-24T19:40:06.000Z | src/main/java/edu/umass/cs/surveyman/analyses/rules/NonEmptySurvey.java | jjfiv/SurveyMan | c531c5e6a745079dfa37f402ae7495f5364bfd20 | [
"Apache-2.0"
] | 49 | 2015-01-12T18:52:01.000Z | 2016-11-27T19:35:02.000Z | src/main/java/edu/umass/cs/surveyman/analyses/rules/NonEmptySurvey.java | jjfiv/SurveyMan | c531c5e6a745079dfa37f402ae7495f5364bfd20 | [
"Apache-2.0"
] | 15 | 2015-01-21T02:29:25.000Z | 2020-02-17T16:01:27.000Z | 29.190476 | 69 | 0.756933 | 24,613 | package edu.umass.cs.surveyman.analyses.rules;
import edu.umass.cs.surveyman.analyses.AbstractRule;
import edu.umass.cs.surveyman.survey.Survey;
import edu.umass.cs.surveyman.survey.exceptions.EmptySurveyException;
import edu.umass.cs.surveyman.survey.exceptions.SurveyException;
/**
* Surveys must have some content!... |
3e3a5f95f066a9808ddfd954b655345f89a20f34 | 1,280 | java | Java | systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java | viditsethi13/org | e24e8c953db82b269ccc0707b70180535e8454e7 | [
"Apache-2.0"
] | 2 | 2019-05-08T18:56:11.000Z | 2019-12-05T13:17:42.000Z | systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java | viditsethi13/org | e24e8c953db82b269ccc0707b70180535e8454e7 | [
"Apache-2.0"
] | null | null | null | systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java | viditsethi13/org | e24e8c953db82b269ccc0707b70180535e8454e7 | [
"Apache-2.0"
] | null | null | null | 37.647059 | 117 | 0.732031 | 24,614 | // Targeted by JavaCPP version 1.5: DO NOT EDIT THIS FILE
package org.bytedeco.systems.windows;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.systems.global.windows.*;
//
// Directory format.
//
@Properties(inherit = org.bytedeco.systems.pre... |
3e3a60ca2d1d3235c748f162a485b57d6f10bdb5 | 8,121 | java | Java | src/java/io/compgen/ngsutils/cli/vcf/VCFToCount.java | ngsutils/ngsutilsj | 628fa7e71d0a7ca3fc9da05a76b55d20689b4c10 | [
"BSD-3-Clause"
] | 4 | 2015-06-13T12:07:28.000Z | 2020-06-24T07:58:38.000Z | src/java/io/compgen/ngsutils/cli/vcf/VCFToCount.java | ngsutils/ngsutilsj | 628fa7e71d0a7ca3fc9da05a76b55d20689b4c10 | [
"BSD-3-Clause"
] | 5 | 2018-05-07T20:16:13.000Z | 2020-08-07T19:49:29.000Z | src/java/io/compgen/ngsutils/cli/vcf/VCFToCount.java | ngsutils/ngsutilsj | 628fa7e71d0a7ca3fc9da05a76b55d20689b4c10 | [
"BSD-3-Clause"
] | 1 | 2016-01-07T06:58:54.000Z | 2016-01-07T06:58:54.000Z | 35.00431 | 164 | 0.577515 | 24,615 | package io.compgen.ngsutils.cli.vcf;
import io.compgen.cmdline.annotation.Command;
import io.compgen.cmdline.annotation.Exec;
import io.compgen.cmdline.annotation.Option;
import io.compgen.cmdline.annotation.UnnamedArg;
import io.compgen.cmdline.exceptions.CommandArgumentException;
import io.compgen.cmdline.impl.Abstr... |
3e3a61461b5cafb6e5258ed45d81d21934854b66 | 1,246 | java | Java | nerddinner-web/src/main/java/nerddinner/domain/ResetPasswordValidator.java | Jason-Turan0/nerd-dinner | 9e9fdd371205f7cd39a14c34d867c3e66dee2175 | [
"MIT"
] | null | null | null | nerddinner-web/src/main/java/nerddinner/domain/ResetPasswordValidator.java | Jason-Turan0/nerd-dinner | 9e9fdd371205f7cd39a14c34d867c3e66dee2175 | [
"MIT"
] | null | null | null | nerddinner-web/src/main/java/nerddinner/domain/ResetPasswordValidator.java | Jason-Turan0/nerd-dinner | 9e9fdd371205f7cd39a14c34d867c3e66dee2175 | [
"MIT"
] | null | null | null | 35.6 | 182 | 0.755217 | 24,616 | package nerddinner.domain;
import nerddinner.data.models.Nerd;
import nerddinner.data.repositories.NerdRepository;
import nerddinner.model.ResetPassword;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import ... |
3e3a618a574fa5eba51b1a0e87965725be6ca6f9 | 975 | java | Java | allsrc/org/litepal/d/b/d.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | 1 | 2018-02-04T12:23:55.000Z | 2018-02-04T12:23:55.000Z | allsrc/org/litepal/d/b/d.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | null | null | null | allsrc/org/litepal/d/b/d.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | null | null | null | 28.676471 | 85 | 0.597949 | 24,617 | package org.litepal.d.b;
public final class d extends e
{
public final String[] a(String paramString1, String paramString2)
{
if ((paramString1 != null) && (paramString2 != null))
{
String[] arrayOfString = new String[2];
arrayOfString[0] = paramString1;
if ((paramString2.equals("int")) |... |
3e3a61a051195cad20d6aa95f4317b6511647677 | 199 | java | Java | coin-exchange/coin-finance/finance-service/src/main/java/com/bjsxt/service/ForexAccountService.java | fyk943749465/coinexchange | 919ec5c142987c2383077cc120aa8b513dedb0a6 | [
"Apache-2.0"
] | null | null | null | coin-exchange/coin-finance/finance-service/src/main/java/com/bjsxt/service/ForexAccountService.java | fyk943749465/coinexchange | 919ec5c142987c2383077cc120aa8b513dedb0a6 | [
"Apache-2.0"
] | null | null | null | coin-exchange/coin-finance/finance-service/src/main/java/com/bjsxt/service/ForexAccountService.java | fyk943749465/coinexchange | 919ec5c142987c2383077cc120aa8b513dedb0a6 | [
"Apache-2.0"
] | null | null | null | 22.111111 | 68 | 0.839196 | 24,618 | package com.bjsxt.service;
import com.bjsxt.domain.ForexAccount;
import com.baomidou.mybatisplus.extension.service.IService;
public interface ForexAccountService extends IService<ForexAccount>{
}
|
3e3a623aeca43ee74d8456f2425cca3cf2c0376c | 280 | java | Java | jpa/deferred/src/main/java/example/repo/Customer200Repository.java | patel243/spring-data-examples | e5365aefa5a9df4d79ffc124a5bf337ff434838e | [
"Apache-2.0"
] | 4,772 | 2015-01-06T12:36:15.000Z | 2022-03-30T13:37:02.000Z | jpa/deferred/src/main/java/example/repo/Customer200Repository.java | patel243/spring-data-examples | e5365aefa5a9df4d79ffc124a5bf337ff434838e | [
"Apache-2.0"
] | 519 | 2015-01-04T17:10:10.000Z | 2022-03-30T06:20:17.000Z | jpa/deferred/src/main/java/example/repo/Customer200Repository.java | patel243/spring-data-examples | e5365aefa5a9df4d79ffc124a5bf337ff434838e | [
"Apache-2.0"
] | 3,670 | 2015-01-06T03:47:23.000Z | 2022-03-31T12:16:18.000Z | 21.538462 | 82 | 0.828571 | 24,619 | package example.repo;
import example.model.Customer200;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer200Repository extends CrudRepository<Customer200, Long> {
List<Customer200> findByLastName(String lastName);
}
|
3e3a65f6bec86bc887a8db6d99a53d43d9213e59 | 11,430 | java | Java | examples/java/sources/Polynomial.java | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 30 | 2015-09-18T00:52:22.000Z | 2021-11-03T17:44:30.000Z | examples/java/sources/Polynomial.java | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 1 | 2017-02-09T04:53:29.000Z | 2017-02-09T04:53:29.000Z | examples/java/sources/Polynomial.java | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 6 | 2017-02-09T03:05:32.000Z | 2022-03-17T06:50:19.000Z | 53.661972 | 132 | 0.687489 | 24,620 | import java.util.Arrays;
class Polynomial {
public static void main(String[] args) {
/* Size of the array of elements to compute the polynomial on */
final int arraySize = 1024*1024*8;
/* Allocate arrays of inputs and outputs */
final double[] x = new double[arraySize];
final double[] pYeppp = n... |
3e3a660c09133d96165b63d51c448b927e71d93a | 431 | java | Java | Chapter5/NameInRectangle/Name.java | freakygeeks/BigJavaCodeSolution | ed02f808cf61a1bf0f3af8bd5fb891d10229e3f3 | [
"MIT"
] | 3 | 2020-02-22T02:19:36.000Z | 2021-07-26T06:06:52.000Z | Chapter5/NameInRectangle/Name.java | freakygeeks/BigJavaCodeSolution | ed02f808cf61a1bf0f3af8bd5fb891d10229e3f3 | [
"MIT"
] | null | null | null | Chapter5/NameInRectangle/Name.java | freakygeeks/BigJavaCodeSolution | ed02f808cf61a1bf0f3af8bd5fb891d10229e3f3 | [
"MIT"
] | null | null | null | 17.24 | 62 | 0.682135 | 24,621 | //Chapter5 - Exercise P5.1
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.awt.Color;
public class Name
{
private int xLeft;
private int yTop;
public Name (int x, int y)
{
xLeft = x;
yTop = y;
}
public void draw (Graphics2D g2)
{
Rectangle rect = new Rectangle (xLeft, yTop + 100, 200, ... |
3e3a6643dcccad5af311eed4f58c6e6d569c9f93 | 1,707 | java | Java | src/main/java/org/jboss/jdeparser/DoJBlock.java | ckelleyRH/jdeparser2 | 918feb9cf8142dc497d049d9883f3db73fd28910 | [
"Apache-2.0"
] | 10 | 2015-03-07T23:32:03.000Z | 2021-10-07T08:50:59.000Z | src/main/java/org/jboss/jdeparser/DoJBlock.java | dmlloyd/jdeparser2 | fe8f02642a0659b9aca0bd6ac6c335bf0f70fb33 | [
"Apache-2.0"
] | 1 | 2019-04-13T00:04:13.000Z | 2019-04-13T00:04:13.000Z | src/main/java/org/jboss/jdeparser/DoJBlock.java | dmlloyd/jdeparser2 | fe8f02642a0659b9aca0bd6ac6c335bf0f70fb33 | [
"Apache-2.0"
] | 4 | 2016-05-16T14:31:02.000Z | 2021-08-16T20:35:27.000Z | 34.938776 | 75 | 0.714953 | 24,622 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... |
3e3a6731e42ba40cf18812718e3d1da2eae1ad4c | 1,346 | java | Java | zyplayer-doc-grpc/src/main/java/com/zyplayer/doc/grpc/framework/config/SpringContextUtil.java | Lixuan999/wiki | 084a64b97ae72837188facf418d58c52df2a691a | [
"Apache-2.0"
] | null | null | null | zyplayer-doc-grpc/src/main/java/com/zyplayer/doc/grpc/framework/config/SpringContextUtil.java | Lixuan999/wiki | 084a64b97ae72837188facf418d58c52df2a691a | [
"Apache-2.0"
] | null | null | null | zyplayer-doc-grpc/src/main/java/com/zyplayer/doc/grpc/framework/config/SpringContextUtil.java | Lixuan999/wiki | 084a64b97ae72837188facf418d58c52df2a691a | [
"Apache-2.0"
] | null | null | null | 24.035714 | 97 | 0.771917 | 24,623 | package com.zyplayer.doc.grpc.framework.config;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
import java.lang.annotation.Annotation;
import java.util.... |
3e3a681cdfc3b03b95e5257c0e4487a5edcc8eed | 235 | java | Java | src/main/java/org/point85/domain/kafka/KafkaMessageListener.java | point85/OEE-Domain | 81ccaf652eba40aa20ae9206545a7bb9e69093ad | [
"MIT"
] | 5 | 2019-03-14T11:45:11.000Z | 2021-09-23T01:03:47.000Z | src/main/java/org/point85/domain/kafka/KafkaMessageListener.java | point85/OEE-Domain | 81ccaf652eba40aa20ae9206545a7bb9e69093ad | [
"MIT"
] | 12 | 2018-11-30T02:12:29.000Z | 2022-03-15T03:30:35.000Z | src/main/java/org/point85/domain/kafka/KafkaMessageListener.java | point85/OEE-Domain | 81ccaf652eba40aa20ae9206545a7bb9e69093ad | [
"MIT"
] | 1 | 2020-04-06T02:48:45.000Z | 2020-04-06T02:48:45.000Z | 19.583333 | 55 | 0.791489 | 24,624 | package org.point85.domain.kafka;
import org.point85.domain.messaging.ApplicationMessage;
/**
* A listener to receive Kafka messages
*
*/
public interface KafkaMessageListener {
void onKafkaMessage(ApplicationMessage message);
}
|
3e3a6856acd808eae401377ab65aa91ed2ff1ae9 | 1,535 | java | Java | structuredevent-service-legacy/src/main/java/com/sequenceiq/cloudbreak/structuredevent/service/telemetry/converter/StructuredFlowEventToCDPDatahubRequestedConverter.java | clmstr/cloudbreak | d1124391d65acb5d31a2f01ec271c731950ff9e4 | [
"Apache-2.0"
] | null | null | null | structuredevent-service-legacy/src/main/java/com/sequenceiq/cloudbreak/structuredevent/service/telemetry/converter/StructuredFlowEventToCDPDatahubRequestedConverter.java | clmstr/cloudbreak | d1124391d65acb5d31a2f01ec271c731950ff9e4 | [
"Apache-2.0"
] | null | null | null | structuredevent-service-legacy/src/main/java/com/sequenceiq/cloudbreak/structuredevent/service/telemetry/converter/StructuredFlowEventToCDPDatahubRequestedConverter.java | clmstr/cloudbreak | d1124391d65acb5d31a2f01ec271c731950ff9e4 | [
"Apache-2.0"
] | null | null | null | 39.358974 | 122 | 0.805863 | 24,625 | package com.sequenceiq.cloudbreak.structuredevent.service.telemetry.converter;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.cloudera.thunderhead.service.common.usage.UsageProto;
import com.sequenceiq.cloudbreak.struct... |
3e3a68c97265c73a59f2318bafa9d98044c6adf2 | 1,364 | java | Java | storm/src/main/java/quux00/wordcount/nonacking/ReportBolt.java | fabiomendescom/drillix | 40112aa750c720f90684be56eb92449c6790fb93 | [
"MIT"
] | null | null | null | storm/src/main/java/quux00/wordcount/nonacking/ReportBolt.java | fabiomendescom/drillix | 40112aa750c720f90684be56eb92449c6790fb93 | [
"MIT"
] | null | null | null | storm/src/main/java/quux00/wordcount/nonacking/ReportBolt.java | fabiomendescom/drillix | 40112aa750c720f90684be56eb92449c6790fb93 | [
"MIT"
] | 1 | 2019-11-03T04:07:08.000Z | 2019-11-03T04:07:08.000Z | 26.745098 | 93 | 0.714076 | 24,626 | package quux00.wordcount.nonacking;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import backtype.storm.task.OutputCollector;
import backtype.storm.task.TopologyContext;
import backtype.storm.topology.OutputFieldsDeclarer;
import backt... |
3e3a691b26f438562b5bf303edab71d961226c51 | 966 | java | Java | src/main/java/org/simplenativehooks/staticResources/BootStrapResources.java | georgeee/SimpleNativeHooks | 55900e5c3c60ecedfc1f61b0ddfe66fe8ad22839 | [
"Apache-2.0"
] | 25 | 2019-04-21T22:11:29.000Z | 2021-11-12T11:53:29.000Z | src/main/java/org/simplenativehooks/staticResources/BootStrapResources.java | georgeee/SimpleNativeHooks | 55900e5c3c60ecedfc1f61b0ddfe66fe8ad22839 | [
"Apache-2.0"
] | 8 | 2019-04-22T10:14:36.000Z | 2022-01-09T16:06:57.000Z | src/main/java/org/simplenativehooks/staticResources/BootStrapResources.java | georgeee/SimpleNativeHooks | 55900e5c3c60ecedfc1f61b0ddfe66fe8ad22839 | [
"Apache-2.0"
] | 2 | 2020-07-15T04:55:44.000Z | 2021-03-31T20:43:57.000Z | 26.833333 | 99 | 0.73499 | 24,627 | package org.simplenativehooks.staticResources;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
import org.simplenativehooks.utilities.FileUtility;
public class BootStrapResources {
private static final Set<AbstractBootstrapResource> BOOTSTRAP_RESOURCES;
private static final NativeHook... |
3e3a6a1f0fb54b9df19525016e307151fbb9b2b9 | 685 | java | Java | annis-service/src/main/java/annis/FindHelper.java | thomaskrause/ANNIS | c63560cd067d698609ddc62b085c651261a3dd79 | [
"Apache-2.0"
] | null | null | null | annis-service/src/main/java/annis/FindHelper.java | thomaskrause/ANNIS | c63560cd067d698609ddc62b085c651261a3dd79 | [
"Apache-2.0"
] | null | null | null | annis-service/src/main/java/annis/FindHelper.java | thomaskrause/ANNIS | c63560cd067d698609ddc62b085c651261a3dd79 | [
"Apache-2.0"
] | null | null | null | 31.136364 | 75 | 0.743066 | 24,628 | /*
* Copyright 2009-2011 Collaborative Research Centre SFB 632
*
* 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 ... |
3e3a6a921a033911970c4aac7c961edaed83556e | 1,050 | java | Java | app/src/main/java/com/azheng/hami/bean/ZhihuDailyItem.java | gg735481105/ZhihuDaily | 820f6caf82cdda6063b0b872c77d7ce783ff2d2b | [
"Apache-2.0"
] | 1 | 2017-10-22T15:22:45.000Z | 2017-10-22T15:22:45.000Z | app/src/main/java/com/azheng/hami/bean/ZhihuDailyItem.java | gg735481105/ZhihuDaily | 820f6caf82cdda6063b0b872c77d7ce783ff2d2b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/azheng/hami/bean/ZhihuDailyItem.java | gg735481105/ZhihuDaily | 820f6caf82cdda6063b0b872c77d7ce783ff2d2b | [
"Apache-2.0"
] | null | null | null | 17.213115 | 50 | 0.587619 | 24,629 | package com.azheng.hami.bean;
import com.google.gson.annotations.SerializedName;
public class ZhihuDailyItem {
@SerializedName("images")
private String[] images;
@SerializedName("type")
private int type;
@SerializedName("id")
private String id;
@SerializedName("title")
private String ... |
3e3a6ab552a4d7af612f832d46963915b3b0615e | 4,865 | java | Java | src/edu/ucsc/refactor/internal/visitors/ScopeAnalysisVisitor.java | hsanchez/vesper | ca43f1f6281f8ec287fa0666fc9842f011454cc4 | [
"Apache-2.0"
] | 1 | 2020-01-03T16:27:54.000Z | 2020-01-03T16:27:54.000Z | src/edu/ucsc/refactor/internal/visitors/ScopeAnalysisVisitor.java | hsanchez/vesper | ca43f1f6281f8ec287fa0666fc9842f011454cc4 | [
"Apache-2.0"
] | null | null | null | src/edu/ucsc/refactor/internal/visitors/ScopeAnalysisVisitor.java | hsanchez/vesper | ca43f1f6281f8ec287fa0666fc9842f011454cc4 | [
"Apache-2.0"
] | null | null | null | 31.205128 | 123 | 0.606615 | 24,630 | package edu.ucsc.refactor.internal.visitors;
import edu.ucsc.refactor.internal.SourceVisitor;
import org.eclipse.jdt.core.dom.*;
import java.util.List;
/**
* @author anpch@example.com (Huascar A. Sanchez)
*/
public class ScopeAnalysisVisitor extends SourceVisitor {
private int position;
private int ... |
3e3a6ae25fc7def64fad825f6e33a80e6b73e57b | 438 | java | Java | src/piggyBankApp/Penny.java | Carlossantana987/Sprint-Challenge--Java-Fundamentals-piggybank | 244e8c310500ccff89541fa5af135f21264fc340 | [
"MIT"
] | null | null | null | src/piggyBankApp/Penny.java | Carlossantana987/Sprint-Challenge--Java-Fundamentals-piggybank | 244e8c310500ccff89541fa5af135f21264fc340 | [
"MIT"
] | null | null | null | src/piggyBankApp/Penny.java | Carlossantana987/Sprint-Challenge--Java-Fundamentals-piggybank | 244e8c310500ccff89541fa5af135f21264fc340 | [
"MIT"
] | null | null | null | 13.272727 | 56 | 0.52968 | 24,631 | package piggyBankApp;
public class Penny extends TheMoney
{
private int penny;
public Penny(int penny)
{
this.penny = penny;
}
public Penny()
{
this.penny = this.penny + 1;
}
public double getValue()
{
return penny * 0.01;
}
public String... |
3e3a6b1e7c19234de5dbb55c59a079f5bbca8df5 | 223 | java | Java | support/java/bootleggers/support/lottie/model/animatable/AnimatableValue.java | aoleary/frameworks_bootleggers | 17edf2f743dbe4507132635d918010617bb0c6c3 | [
"Apache-2.0"
] | 1 | 2019-05-14T11:59:35.000Z | 2019-05-14T11:59:35.000Z | support/java/bootleggers/support/lottie/model/animatable/AnimatableValue.java | aoleary/frameworks_bootleggers | 17edf2f743dbe4507132635d918010617bb0c6c3 | [
"Apache-2.0"
] | null | null | null | support/java/bootleggers/support/lottie/model/animatable/AnimatableValue.java | aoleary/frameworks_bootleggers | 17edf2f743dbe4507132635d918010617bb0c6c3 | [
"Apache-2.0"
] | 4 | 2019-05-13T06:22:23.000Z | 2020-05-20T11:27:06.000Z | 27.875 | 75 | 0.825112 | 24,632 | package bootleggers.support.lottie.model.animatable;
import bootleggers.support.lottie.animation.keyframe.BaseKeyframeAnimation;
public interface AnimatableValue<K, A> {
BaseKeyframeAnimation<K, A> createAnimation();
}
|
3e3a6bb6e0dbc38e6a02dfc055e2e6f1a4a60b25 | 762 | java | Java | RecyclerViewDemo/app/src/androidTest/java/cn/edu/recyclerviewdemo/ExampleInstrumentedTest.java | LiXiang1996/music | 9770d4bfdfb398c0cd6dcab6a9418a4ba7a27f65 | [
"MIT"
] | 194 | 2018-12-17T07:17:37.000Z | 2022-03-12T08:36:42.000Z | RecyclerViewDemo/app/src/androidTest/java/cn/edu/recyclerviewdemo/ExampleInstrumentedTest.java | LiXiang1996/music | 9770d4bfdfb398c0cd6dcab6a9418a4ba7a27f65 | [
"MIT"
] | 5 | 2019-03-05T06:03:05.000Z | 2022-02-09T22:28:59.000Z | RecyclerViewDemo/app/src/androidTest/java/cn/edu/recyclerviewdemo/ExampleInstrumentedTest.java | LiXiang1996/music | 9770d4bfdfb398c0cd6dcab6a9418a4ba7a27f65 | [
"MIT"
] | 236 | 2018-11-11T13:07:22.000Z | 2022-03-26T12:10:38.000Z | 27.214286 | 93 | 0.748031 | 24,633 | package cn.edu.recyclerviewdemo;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on... |
3e3a6c132752aab9239421c5838a01a27b11c3f3 | 6,353 | java | Java | com.sap.cloud.lm.sl.cf.core/src/test/java/com/sap/cloud/lm/sl/cf/core/dao/v1/DeployTargetDaoTest.java | kgavrailov/multiapps-controller | e7461fc64fb149a66f26c4102ad25563c4c3174c | [
"Apache-2.0"
] | null | null | null | com.sap.cloud.lm.sl.cf.core/src/test/java/com/sap/cloud/lm/sl/cf/core/dao/v1/DeployTargetDaoTest.java | kgavrailov/multiapps-controller | e7461fc64fb149a66f26c4102ad25563c4c3174c | [
"Apache-2.0"
] | null | null | null | com.sap.cloud.lm.sl.cf.core/src/test/java/com/sap/cloud/lm/sl/cf/core/dao/v1/DeployTargetDaoTest.java | kgavrailov/multiapps-controller | e7461fc64fb149a66f26c4102ad25563c4c3174c | [
"Apache-2.0"
] | null | null | null | 30.690821 | 128 | 0.665198 | 24,634 | package com.sap.cloud.lm.sl.cf.core.dao.v1;
import static com.sap.cloud.lm.sl.common.util.TestUtil.getResourceAsString;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assume.assumeTrue;
import java.util.Arrays;
import java.util.List;
import javax.persi... |
3e3a6ca88d9713e7563e3cfd63ff780abeacbb6a | 3,568 | java | Java | src/main/java/com/thinkgem/jeesite/modules/asmt/web/EntryIncidentController.java | yisheng4666/jeesite-master_hibernate | 7ac50ba022a8d581806d3b072764aeb94ece2d6a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/thinkgem/jeesite/modules/asmt/web/EntryIncidentController.java | yisheng4666/jeesite-master_hibernate | 7ac50ba022a8d581806d3b072764aeb94ece2d6a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/thinkgem/jeesite/modules/asmt/web/EntryIncidentController.java | yisheng4666/jeesite-master_hibernate | 7ac50ba022a8d581806d3b072764aeb94ece2d6a | [
"Apache-2.0"
] | null | null | null | 36.783505 | 121 | 0.788677 | 24,635 | /**
* There are <a href="https://github.com/thinkgem/jeesite">JeeSite</a> code generation
*/
package com.thinkgem.jeesite.modules.asmt.web;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermission... |
3e3a6d5df0b0418db60ad75d16cf823120373461 | 2,063 | java | Java | components/governance/org.wso2.carbon.governance.gadgets/org.wso2.carbon.governance.gadgets.impactanalysis/src/main/java/org/wso2/carbon/governance/gadgets/impactanalysis/internal/GovernanceImpactAnalysisServiceComponent.java | jranabahu/carbon-governance | 96dc772013cdd4e85bc5d8976c1c396d44653432 | [
"Apache-2.0"
] | null | null | null | components/governance/org.wso2.carbon.governance.gadgets/org.wso2.carbon.governance.gadgets.impactanalysis/src/main/java/org/wso2/carbon/governance/gadgets/impactanalysis/internal/GovernanceImpactAnalysisServiceComponent.java | jranabahu/carbon-governance | 96dc772013cdd4e85bc5d8976c1c396d44653432 | [
"Apache-2.0"
] | null | null | null | components/governance/org.wso2.carbon.governance.gadgets/org.wso2.carbon.governance.gadgets.impactanalysis/src/main/java/org/wso2/carbon/governance/gadgets/impactanalysis/internal/GovernanceImpactAnalysisServiceComponent.java | jranabahu/carbon-governance | 96dc772013cdd4e85bc5d8976c1c396d44653432 | [
"Apache-2.0"
] | null | null | null | 38.203704 | 95 | 0.756665 | 24,636 | /*
* Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... |
3e3a6dffc73e63c49a9f0e402f7b52cbc81bc2f8 | 1,114 | java | Java | src/main/java/com/exclamationlabs/connid/base/zoom/model/response/GroupMembersResponse.java | ExclamationLabs/connector-zoom | 03c009785484b644873695f3efaa2ced4c7b178c | [
"Apache-2.0"
] | 2 | 2020-10-15T07:45:50.000Z | 2021-04-20T17:29:39.000Z | src/main/java/com/exclamationlabs/connid/base/zoom/model/response/GroupMembersResponse.java | ExclamationLabs/connector-base-zoom | fca2a7b63f0e6e47372bdf0209fe5f24a80086aa | [
"Apache-2.0"
] | 2 | 2021-02-26T14:22:42.000Z | 2021-02-26T14:22:52.000Z | src/main/java/com/exclamationlabs/connid/base/zoom/model/response/GroupMembersResponse.java | ExclamationLabs/connector-base-zoom | fca2a7b63f0e6e47372bdf0209fe5f24a80086aa | [
"Apache-2.0"
] | null | null | null | 25.318182 | 76 | 0.697487 | 24,637 | /*
Copyright 2020 Exclamation Labs
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 agree... |
3e3a6e52c56f0ce25276858f6b4a98f858f242e5 | 131 | java | Java | 2018-Yaz/Bilp104yaz-9/src/Taldot2.java | Apromodo/BU-Java-1 | d498591a78d194c43c0c8416bdc60fb0c0d5dd6d | [
"MIT"
] | 4 | 2019-07-10T08:30:58.000Z | 2020-05-05T18:23:17.000Z | 2018-Yaz/Bilp104yaz-9/src/Taldot2.java | Apromodo/BU-Java-1 | d498591a78d194c43c0c8416bdc60fb0c0d5dd6d | [
"MIT"
] | null | null | null | 2018-Yaz/Bilp104yaz-9/src/Taldot2.java | Apromodo/BU-Java-1 | d498591a78d194c43c0c8416bdc60fb0c0d5dd6d | [
"MIT"
] | null | null | null | 11.909091 | 27 | 0.748092 | 24,638 |
public class Taldot2 {
public String anayemek;
public String ikinciyemek;
public boolean tatli;
public boolean salata;
}
|
3e3a71514a5a7978f4b18016943cf62c30f66576 | 3,651 | java | Java | vcs.advanced/src/main/java/org/netbeans/modules/vcs/profiles/commands/Echo.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 2 | 2018-07-19T08:40:29.000Z | 2019-12-07T19:37:03.000Z | vcs.advanced/src/main/java/org/netbeans/modules/vcs/profiles/commands/Echo.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 4 | 2021-02-03T19:27:41.000Z | 2021-08-02T17:04:13.000Z | vcs.advanced/src/main/java/org/netbeans/modules/vcs/profiles/commands/Echo.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 2 | 2020-10-03T14:44:58.000Z | 2022-01-13T22:03:24.000Z | 43.987952 | 101 | 0.72309 | 24,639 | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (... |
3e3a7195ccc7c6f411f81343cf6f833785d8703b | 616 | java | Java | thread/src/main/java/productandconsume/MainTest.java | liubao19860416/springboot-base-demo | edfc958aeeecb2ba82af6c1cebff64edebd34c04 | [
"Apache-2.0"
] | 89 | 2016-08-12T03:27:24.000Z | 2022-01-26T18:06:37.000Z | thread/src/main/java/productandconsume/MainTest.java | liubao19860416/springboot-base-demo | edfc958aeeecb2ba82af6c1cebff64edebd34c04 | [
"Apache-2.0"
] | 6 | 2016-10-12T08:19:31.000Z | 2021-12-14T21:12:48.000Z | thread/src/main/java/productandconsume/MainTest.java | liubao19860416/springboot-base-demo | edfc958aeeecb2ba82af6c1cebff64edebd34c04 | [
"Apache-2.0"
] | 96 | 2016-06-27T03:44:31.000Z | 2022-02-19T02:44:19.000Z | 21.241379 | 48 | 0.63961 | 24,640 | package productandconsume;
import java.util.ArrayList;
import java.util.List;
/**
* @ClassName:MainTest.java
* @Description: 生产者和消费者测试
* @author gaoguangjin
* @Date 2015-3-23 下午6:42:06
*/
public class MainTest {
public static void main(String[] args) {
Object object = new Object();
List<Integer> list = new ... |
3e3a730ec10d6a1f3b1913180a16a6e2fb31eb91 | 773 | java | Java | rest-assured/src/main/java/io/restassured/specification/RequestSender.java | RuiOliveira/rest-assured-raw | c5dcd189e43191a1dfcb52c7d4410829bce2d1a9 | [
"Apache-2.0"
] | 2 | 2020-02-21T13:00:06.000Z | 2021-03-01T11:39:17.000Z | rest-assured/src/main/java/io/restassured/specification/RequestSender.java | RuiOliveira/rest-assured-raw | c5dcd189e43191a1dfcb52c7d4410829bce2d1a9 | [
"Apache-2.0"
] | 2 | 2021-01-21T01:30:32.000Z | 2021-12-09T22:35:03.000Z | rest-assured/src/main/java/io/restassured/specification/RequestSender.java | RuiOliveira/rest-assured-raw | c5dcd189e43191a1dfcb52c7d4410829bce2d1a9 | [
"Apache-2.0"
] | 2 | 2018-07-05T10:08:49.000Z | 2020-08-25T08:20:18.000Z | 35.136364 | 75 | 0.758085 | 24,641 | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
3e3a73f98d205dc93d3813cb89f05e09f3b6f97d | 3,061 | java | Java | google-ads/src/main/java/com/google/ads/googleads/v7/resources/AdGroupAdLabelOrBuilder.java | AndrewMBurke/google-ads-java | 207849be2dc1d731ebf1910e3363181b4ff99666 | [
"Apache-2.0"
] | 109 | 2018-04-26T19:43:28.000Z | 2022-03-24T06:18:50.000Z | google-ads/src/main/java/com/google/ads/googleads/v7/resources/AdGroupAdLabelOrBuilder.java | AndrewMBurke/google-ads-java | 207849be2dc1d731ebf1910e3363181b4ff99666 | [
"Apache-2.0"
] | 292 | 2018-06-07T13:37:37.000Z | 2022-03-31T16:28:00.000Z | google-ads/src/main/java/com/google/ads/googleads/v7/resources/AdGroupAdLabelOrBuilder.java | AndrewMBurke/google-ads-java | 207849be2dc1d731ebf1910e3363181b4ff99666 | [
"Apache-2.0"
] | 134 | 2018-05-07T22:01:07.000Z | 2022-03-28T13:52:52.000Z | 33.271739 | 128 | 0.649461 | 24,642 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v7/resources/ad_group_ad_label.proto
package com.google.ads.googleads.v7.resources;
public interface AdGroupAdLabelOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v7.resources.AdGroupAd... |
3e3a740fa056e3973061dcfa17a1b197ed9de206 | 11,163 | java | Java | ph-oton-html/src/main/java/com/helger/html/hc/html/AbstractHCElementWithInternalChildren.java | phax/ph-oton | 13c6c707641bc32c77e36b157179dd209f8f5e0f | [
"Apache-2.0"
] | 4 | 2017-05-02T14:12:09.000Z | 2022-01-13T00:27:10.000Z | ph-oton-html/src/main/java/com/helger/html/hc/html/AbstractHCElementWithInternalChildren.java | phax/ph-oton | 13c6c707641bc32c77e36b157179dd209f8f5e0f | [
"Apache-2.0"
] | 11 | 2016-02-15T19:23:23.000Z | 2021-09-01T17:48:38.000Z | ph-oton-html/src/main/java/com/helger/html/hc/html/AbstractHCElementWithInternalChildren.java | phax/ph-oton | 13c6c707641bc32c77e36b157179dd209f8f5e0f | [
"Apache-2.0"
] | 4 | 2015-11-02T13:46:38.000Z | 2022-01-13T00:27:31.000Z | 29.68883 | 165 | 0.688614 | 24,643 | /*
* Copyright (C) 2014-2021 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* 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/LICEN... |
3e3a745abf191b8090c6d9166ae44769794c18d4 | 6,630 | java | Java | AplicacionDeApoyo/src/gui/AulaGUI.java | samuel14luis/AplicacionDeApoyoIntranet | 25bbf0622495941b6e27dea2d62ef569505ac572 | [
"MIT"
] | 1 | 2019-11-04T01:59:51.000Z | 2019-11-04T01:59:51.000Z | AplicacionDeApoyo/src/gui/AulaGUI.java | samuel14luis/AplicacionDeApoyoIntranet | 25bbf0622495941b6e27dea2d62ef569505ac572 | [
"MIT"
] | null | null | null | AplicacionDeApoyo/src/gui/AulaGUI.java | samuel14luis/AplicacionDeApoyoIntranet | 25bbf0622495941b6e27dea2d62ef569505ac572 | [
"MIT"
] | null | null | null | 43.907285 | 166 | 0.654299 | 24,644 | /*
* 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 gui;
import to.CarreraTO;
import to.FacultadTO;
import utilidades.LlenadoresYLimpiadores;
/**
*
* @author Alisoft
*/
publi... |
3e3a74fc538fed702a05edea68184e0b1059753a | 626 | java | Java | src/validators/PostValidator.java | xrlin/java-small-blog | 0963b170288b25717378103977f52ccf59173e60 | [
"BSD-2-Clause"
] | null | null | null | src/validators/PostValidator.java | xrlin/java-small-blog | 0963b170288b25717378103977f52ccf59173e60 | [
"BSD-2-Clause"
] | null | null | null | src/validators/PostValidator.java | xrlin/java-small-blog | 0963b170288b25717378103977f52ccf59173e60 | [
"BSD-2-Clause"
] | null | null | null | 22.357143 | 78 | 0.777955 | 24,645 | package validators;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import models.Post;
/**
* Post form validator
* @author Administrator
*
*/
public class PostValidator implements Validator{
@Override
public... |
3e3a7578bf7109bd6b2aac38f731ba56beb0a99c | 890 | java | Java | src/main/java/edu/fiuba/algo3/vista/componentes/ContenedorSonido.java | vickyylopezz/TP2-Algo-III | c75b66dce93831f8e154d1560d1a7ddb95190ba9 | [
"MIT"
] | null | null | null | src/main/java/edu/fiuba/algo3/vista/componentes/ContenedorSonido.java | vickyylopezz/TP2-Algo-III | c75b66dce93831f8e154d1560d1a7ddb95190ba9 | [
"MIT"
] | 13 | 2020-07-22T13:39:53.000Z | 2020-08-01T18:37:08.000Z | src/main/java/edu/fiuba/algo3/vista/componentes/ContenedorSonido.java | vickyylopezz/TP2-Algo-III | c75b66dce93831f8e154d1560d1a7ddb95190ba9 | [
"MIT"
] | 4 | 2020-07-24T19:11:44.000Z | 2021-02-05T01:06:42.000Z | 37.083333 | 82 | 0.765169 | 24,646 | package edu.fiuba.algo3.vista.componentes;
import edu.fiuba.algo3.vista.componentes.botones.BotonDesmutearVista;
import edu.fiuba.algo3.vista.componentes.botones.BotonMutearVista;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.layout.HBox;
import javafx.scene.media.MediaPlayer;
public ... |
3e3a759eabecf3fc7681cb70febb317accf94c35 | 1,011 | java | Java | si.gos.transpiler.ui/src/si/gos/transpiler/ui/controller/InstalledTranspilerController.java | apptaro/eclipse-transpiler-plugin | 7d53a23edc0bdea6c146dffbcde99f450c3c2e26 | [
"MIT"
] | 12 | 2015-03-02T14:52:54.000Z | 2021-02-13T20:54:16.000Z | si.gos.transpiler.ui/src/si/gos/transpiler/ui/controller/InstalledTranspilerController.java | apptaro/eclipse-transpiler-plugin | 7d53a23edc0bdea6c146dffbcde99f450c3c2e26 | [
"MIT"
] | 6 | 2015-05-07T18:03:39.000Z | 2018-08-15T17:06:15.000Z | si.gos.transpiler.ui/src/si/gos/transpiler/ui/controller/InstalledTranspilerController.java | apptaro/eclipse-transpiler-plugin | 7d53a23edc0bdea6c146dffbcde99f450c3c2e26 | [
"MIT"
] | 4 | 2015-10-21T12:47:20.000Z | 2020-06-26T04:11:50.000Z | 27.324324 | 76 | 0.778437 | 24,647 | package si.gos.transpiler.ui.controller;
import java.util.Map;
import org.eclipse.jface.viewers.IStructuredContentProvider;
import org.eclipse.jface.viewers.LabelProvider;
import org.eclipse.jface.viewers.Viewer;
import si.gos.transpiler.core.transpiler.InstalledTranspiler;
public class InstalledTranspilerControlle... |
3e3a774535e77193a7cb7e370b097d3e520c1cbd | 640 | java | Java | api-schema/src/main/java/org/stellar/anchor/api/platform/PatchTransactionRequest.java | stfung77/java-stellar-anchor-sdk | 4444f876922909a07423a8cd4265c820aa0abbf0 | [
"Apache-2.0"
] | 4 | 2022-01-28T16:55:18.000Z | 2022-03-27T21:08:35.000Z | api-schema/src/main/java/org/stellar/anchor/api/platform/PatchTransactionRequest.java | stfung77/java-stellar-anchor-sdk | 4444f876922909a07423a8cd4265c820aa0abbf0 | [
"Apache-2.0"
] | 130 | 2022-01-28T17:08:17.000Z | 2022-03-31T23:10:06.000Z | api-schema/src/main/java/org/stellar/anchor/api/platform/PatchTransactionRequest.java | stfung77/java-stellar-anchor-sdk | 4444f876922909a07423a8cd4265c820aa0abbf0 | [
"Apache-2.0"
] | 4 | 2022-02-15T06:01:27.000Z | 2022-03-02T17:51:13.000Z | 19.393939 | 50 | 0.782813 | 24,648 | package org.stellar.anchor.api.platform;
import com.google.gson.annotations.SerializedName;
import java.time.Instant;
import lombok.Builder;
import lombok.Data;
import org.stellar.anchor.api.shared.Amount;
@Data
@Builder
public class PatchTransactionRequest {
String id;
String status;
@SerializedName("amount_i... |
3e3a78a4f82321bad8aee9f8a7f4d88747213c33 | 2,109 | java | Java | core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/prototype/PrototypeFacetAbstract.java | ecpnv-devops/isis | aeda00974e293e2792783090360b155a9d1a6624 | [
"Apache-2.0"
] | 665 | 2015-01-01T06:06:28.000Z | 2022-03-27T01:11:56.000Z | core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/prototype/PrototypeFacetAbstract.java | jalexmelendez/isis | ddf3bd186cad585b959b7f20d8c9ac5e3f33263d | [
"Apache-2.0"
] | 176 | 2015-02-07T11:29:36.000Z | 2022-03-25T04:43:12.000Z | core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/prototype/PrototypeFacetAbstract.java | jalexmelendez/isis | ddf3bd186cad585b959b7f20d8c9ac5e3f33263d | [
"Apache-2.0"
] | 337 | 2015-01-02T03:01:34.000Z | 2022-03-21T15:56:28.000Z | 36.362069 | 98 | 0.732101 | 24,649 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... |
3e3a7933a72e2cc47639b4450146181be1dec36d | 235 | java | Java | mediator/src/main/java/com/phoegel/mediator/analysis/TimerTaskB.java | Phoegel/design-pattern | 61f3d3324385b99b5badc6e0c9c0ebf5530ca70c | [
"Apache-2.0"
] | null | null | null | mediator/src/main/java/com/phoegel/mediator/analysis/TimerTaskB.java | Phoegel/design-pattern | 61f3d3324385b99b5badc6e0c9c0ebf5530ca70c | [
"Apache-2.0"
] | null | null | null | mediator/src/main/java/com/phoegel/mediator/analysis/TimerTaskB.java | Phoegel/design-pattern | 61f3d3324385b99b5badc6e0c9c0ebf5530ca70c | [
"Apache-2.0"
] | null | null | null | 21.363636 | 75 | 0.706383 | 24,650 | package com.phoegel.mediator.analysis;
import java.util.TimerTask;
public class TimerTaskB extends TimerTask {
@Override
public void run() {
System.out.println("TimerTaskB run" + System.currentTimeMillis());
}
}
|
3e3a7a3fe71ab997b223f8d385adf2c8eae5df4d | 1,266 | java | Java | flood-db/flood-db-database/src/main/java/cn/flood/datasource/dynamic/DynamicDataSource.java | mmdai/flood-dependencies | e95178f7fc71d2dd2a38789abcf3235692cf201f | [
"Apache-2.0"
] | 1 | 2021-08-13T02:53:22.000Z | 2021-08-13T02:53:22.000Z | flood-db/flood-db-database/src/main/java/cn/flood/datasource/dynamic/DynamicDataSource.java | mmdai/flood-dependencies | e95178f7fc71d2dd2a38789abcf3235692cf201f | [
"Apache-2.0"
] | null | null | null | flood-db/flood-db-database/src/main/java/cn/flood/datasource/dynamic/DynamicDataSource.java | mmdai/flood-dependencies | e95178f7fc71d2dd2a38789abcf3235692cf201f | [
"Apache-2.0"
] | null | null | null | 24.346154 | 107 | 0.71327 | 24,651 | /**
* <p>Title: DynamicDataSource.java</p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2018</p>
* @author mmdai
* @date 2018年12月12日
* @version 1.0
*/
package cn.flood.datasource.dynamic;
import java.util.HashMap;
import java.util.Map;
import javax.sql.DataSource;
import org.springframework.... |
3e3a7a81b2c321a80b600d46827f500890e2c347 | 6,880 | java | Java | src/main/java/com/redlimerl/speedrunigt/SpeedRunIGT.java | tikensht/SpeedRunIGT | 3cd762560624fdc87b5130f939869d08812d4a4d | [
"MIT"
] | null | null | null | src/main/java/com/redlimerl/speedrunigt/SpeedRunIGT.java | tikensht/SpeedRunIGT | 3cd762560624fdc87b5130f939869d08812d4a4d | [
"MIT"
] | 1 | 2022-02-17T02:40:46.000Z | 2022-02-17T02:40:46.000Z | src/main/java/com/redlimerl/speedrunigt/SpeedRunIGT.java | tikensht/SpeedRunIGT | 3cd762560624fdc87b5130f939869d08812d4a4d | [
"MIT"
] | null | null | null | 59.826087 | 296 | 0.726744 | 24,652 | package com.redlimerl.speedrunigt;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.redlimerl.speedrunigt.gui.screen.SpeedRunCategoryScreen;
import com.redlimerl.speedrunigt.gui.screen.SpeedRunIGTInfoScreen;
import com.redlimerl.speedrunigt.gui.screen.TimerCustomizeScreen;
import com.redlime... |
3e3a7be3f2d12f7b86e729a31a3836598aca5238 | 972 | java | Java | clickhouse-native-jdbc/src/main/java/com/github/housepower/misc/Switcher.java | AndreyNudko/ClickHouse-Native-JDBC | 830d40e7ed423595950fa142bed0f33af9fade7a | [
"Apache-2.0"
] | 442 | 2018-06-14T08:09:02.000Z | 2022-03-19T08:10:26.000Z | clickhouse-native-jdbc/src/main/java/com/github/housepower/misc/Switcher.java | AndreyNudko/ClickHouse-Native-JDBC | 830d40e7ed423595950fa142bed0f33af9fade7a | [
"Apache-2.0"
] | 352 | 2018-06-15T05:40:14.000Z | 2022-03-29T02:38:21.000Z | clickhouse-native-jdbc/src/main/java/com/github/housepower/misc/Switcher.java | AndreyNudko/ClickHouse-Native-JDBC | 830d40e7ed423595950fa142bed0f33af9fade7a | [
"Apache-2.0"
] | 154 | 2018-06-14T08:11:50.000Z | 2022-03-29T04:00:05.000Z | 27 | 75 | 0.680041 | 24,653 | /*
* 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
* distribut... |
3e3a7be9e425eff93437b4060e942d1570668d4c | 5,726 | java | Java | core/src/main/java/io/plaidapp/core/util/customtabs/CustomTabActivityHelper.java | alanvan0502/plaid | 332ad29e3446043ea95e82a83e451075efebd517 | [
"Apache-2.0"
] | 14,556 | 2015-10-30T16:48:55.000Z | 2022-03-31T07:58:59.000Z | core/src/main/java/io/plaidapp/core/util/customtabs/CustomTabActivityHelper.java | alanvan0502/plaid | 332ad29e3446043ea95e82a83e451075efebd517 | [
"Apache-2.0"
] | 500 | 2015-10-30T17:19:06.000Z | 2022-02-17T17:50:38.000Z | core/src/main/java/io/plaidapp/core/util/customtabs/CustomTabActivityHelper.java | alanvan0502/plaid | 332ad29e3446043ea95e82a83e451075efebd517 | [
"Apache-2.0"
] | 3,303 | 2015-10-30T20:23:31.000Z | 2022-03-27T08:38:53.000Z | 35.345679 | 99 | 0.65875 | 24,654 | /*
* Copyright 2018 Google LLC
*
* 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 o... |
3e3a7c1202a60cb1dcc72d1fd19fa3991ec6094f | 1,142 | java | Java | geekForGeek/BinarySearchTree/InsertOperation.java | SudarshanNagaraju/algorithms-datastructures | b297df1cf7d28d83382148d479791027da1f16a1 | [
"MIT"
] | null | null | null | geekForGeek/BinarySearchTree/InsertOperation.java | SudarshanNagaraju/algorithms-datastructures | b297df1cf7d28d83382148d479791027da1f16a1 | [
"MIT"
] | null | null | null | geekForGeek/BinarySearchTree/InsertOperation.java | SudarshanNagaraju/algorithms-datastructures | b297df1cf7d28d83382148d479791027da1f16a1 | [
"MIT"
] | null | null | null | 14.831169 | 46 | 0.548161 | 24,655 | package geekForGeek.BinarySearchTree;
public class InsertOperation {
class Node{
int key;
Node left,right;
Node(int item){
this.key=item;
left=right=null;
}
}
Node root;
InsertOperation(){
root=null;
}
void insert(int key) {
root = insertRec(root, key);
... |
3e3a7c1a7a3ecc9cfa0fecbd6ff143e2c8e4c9bb | 2,298 | java | Java | aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/transform/ListReusableDelegationSetsRequestMarshaller.java | DamonTung/aws-sdk-java | e33012aea76a1cc18866120d0c53fd593b2cf550 | [
"Apache-2.0"
] | 1 | 2019-02-08T15:23:16.000Z | 2019-02-08T15:23:16.000Z | aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/transform/ListReusableDelegationSetsRequestMarshaller.java | DamonTung/aws-sdk-java | e33012aea76a1cc18866120d0c53fd593b2cf550 | [
"Apache-2.0"
] | 1 | 2020-09-21T09:46:45.000Z | 2020-09-21T09:46:45.000Z | aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/transform/ListReusableDelegationSetsRequestMarshaller.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | 2 | 2017-10-05T10:52:18.000Z | 2018-10-19T09:13:12.000Z | 38.3 | 159 | 0.758921 | 24,656 | /*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e3a7d436ee806137b8e23ab4d8c5b8c511198b9 | 762 | java | Java | droidicon/src/main/java/com/thedazzler/droidicon/badges/BehanceDroidiconBadge.java | UglyTroLL/droidicon | baaf3469dfe9bca9736293136265a43e71a8f1d5 | [
"MIT"
] | 900 | 2015-01-01T07:47:03.000Z | 2021-11-16T06:12:39.000Z | droidicon/src/main/java/com/thedazzler/droidicon/badges/BehanceDroidiconBadge.java | UglyTroLL/droidicon | baaf3469dfe9bca9736293136265a43e71a8f1d5 | [
"MIT"
] | 21 | 2015-01-05T00:34:32.000Z | 2018-03-19T04:12:18.000Z | droidicon/src/main/java/com/thedazzler/droidicon/badges/BehanceDroidiconBadge.java | UglyTroLL/droidicon | baaf3469dfe9bca9736293136265a43e71a8f1d5 | [
"MIT"
] | 200 | 2015-01-03T10:35:47.000Z | 2021-09-29T22:31:00.000Z | 21.771429 | 85 | 0.691601 | 24,657 | package com.thedazzler.droidicon.badges;
import android.content.Context;
import android.util.AttributeSet;
import com.thedazzler.droidicon.R;
/**
* Created by Devon Guinane on 11/16/14.
* Droidicon
*/
public class BehanceDroidiconBadge extends NoCirclePremadeDroidiconBadge {
public BehanceDroidiconBadge(Conte... |
3e3a7e0bbaa219df04f5b624aa72c893680b90f6 | 4,980 | java | Java | SocketDemo/src/org/jbarcode/encode/Code39Encoder.java | bblue000/CACProject | d31b01839455982de3d09f84adc43e8e54a9a058 | [
"Apache-2.0"
] | 1 | 2016-04-21T15:16:09.000Z | 2016-04-21T15:16:09.000Z | SocketDemo/src/org/jbarcode/encode/Code39Encoder.java | bblue000/CACProject | d31b01839455982de3d09f84adc43e8e54a9a058 | [
"Apache-2.0"
] | null | null | null | SocketDemo/src/org/jbarcode/encode/Code39Encoder.java | bblue000/CACProject | d31b01839455982de3d09f84adc43e8e54a9a058 | [
"Apache-2.0"
] | null | null | null | 34.123288 | 96 | 0.591128 | 24,658 | /* ================================================================
* JBarcode : Java Barcode Library
* ================================================================
*
* Project Info: http://jbcode.sourceforge.net
* Project Lead: Flavio Sampaio (hzdkv@example.com);
*
* (C) Copyright 2005, by Flavio Sampaio
... |
3e3a7e2c5635198d56ad423d97a329d90f89ab33 | 742 | java | Java | src/main/java/dev/xdark/ssvm/execution/rewrite/ShortArrayProcessor.java | xxDark/SSVM | 94c957ae558ec9f2a480ca502df821cffb3a307b | [
"MIT"
] | 28 | 2022-01-10T21:06:11.000Z | 2022-03-29T19:21:28.000Z | src/main/java/dev/xdark/ssvm/execution/rewrite/ShortArrayProcessor.java | xxDark/SSVM | 94c957ae558ec9f2a480ca502df821cffb3a307b | [
"MIT"
] | 3 | 2022-02-06T20:56:29.000Z | 2022-03-19T10:03:23.000Z | src/main/java/dev/xdark/ssvm/execution/rewrite/ShortArrayProcessor.java | xxDark/SSVM | 94c957ae558ec9f2a480ca502df821cffb3a307b | [
"MIT"
] | 7 | 2022-01-19T20:02:41.000Z | 2022-03-21T11:58:25.000Z | 29.68 | 105 | 0.793801 | 24,659 | package dev.xdark.ssvm.execution.rewrite;
import dev.xdark.ssvm.asm.DelegatingInsnNode;
import dev.xdark.ssvm.execution.ExecutionContext;
import dev.xdark.ssvm.execution.InstructionProcessor;
import dev.xdark.ssvm.execution.Result;
import dev.xdark.ssvm.execution.Stack;
import org.objectweb.asm.tree.IntInsnNode;
/**
... |
3e3a7f8615cb4d3227b68e938a47bf6841f72beb | 1,544 | java | Java | mi-system/src/main/java/com/mi/materialsDetailBusiness/service/ITbmaterialsDetailService.java | SIX1634787966/mi | f98a8f46751482e893538998f72b76c407e1ec4b | [
"MIT"
] | 1 | 2021-12-25T02:03:28.000Z | 2021-12-25T02:03:28.000Z | mi-system/src/main/java/com/mi/materialsDetailBusiness/service/ITbmaterialsDetailService.java | SIX1634787966/mi | f98a8f46751482e893538998f72b76c407e1ec4b | [
"MIT"
] | 2 | 2021-04-22T17:03:22.000Z | 2021-09-20T20:55:27.000Z | mi-system/src/main/java/com/mi/materialsDetailBusiness/service/ITbmaterialsDetailService.java | SIX1634787966/mi | f98a8f46751482e893538998f72b76c407e1ec4b | [
"MIT"
] | null | null | null | 20.051948 | 100 | 0.628886 | 24,660 | package com.mi.materialsDetailBusiness.service;
import com.mi.materialsDetailBusiness.domain.TbmaterialsDetail;
import java.util.List;
/**
* 物资出入库详情Service接口
*
* @author mi
* @date 2019-11-19
*/
public interface ITbmaterialsDetailService
{
/**
* 查询物资出入库详情
*
* @param id 物资出入库详情ID
* @ret... |
3e3a7fadcc89fd8b9992f3c90fae447430580c26 | 20,289 | java | Java | gerrit-lucene/src/main/java/com/google/gerrit/lucene/LuceneChangeIndex.java | Team-OctOS/host_gerrit | 7cfa80a2dfab88b478518e939f3082abe948e799 | [
"Apache-2.0"
] | null | null | null | gerrit-lucene/src/main/java/com/google/gerrit/lucene/LuceneChangeIndex.java | Team-OctOS/host_gerrit | 7cfa80a2dfab88b478518e939f3082abe948e799 | [
"Apache-2.0"
] | null | null | null | gerrit-lucene/src/main/java/com/google/gerrit/lucene/LuceneChangeIndex.java | Team-OctOS/host_gerrit | 7cfa80a2dfab88b478518e939f3082abe948e799 | [
"Apache-2.0"
] | null | null | null | 35.041451 | 80 | 0.68855 | 24,661 | // Copyright (C) 2013 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... |
3e3a80598a2a087945f928899c2fe9037d2cbaa7 | 3,062 | java | Java | Platform/Plugins/com.tle.web.sections/src/com/tle/web/sections/registry/SectionsControllerImpl.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 14 | 2019-10-09T23:59:32.000Z | 2022-03-01T08:34:56.000Z | Platform/Plugins/com.tle.web.sections/src/com/tle/web/sections/registry/SectionsControllerImpl.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 1,549 | 2019-08-16T01:07:16.000Z | 2022-03-31T23:57:34.000Z | Platform/Plugins/com.tle.web.sections/src/com/tle/web/sections/registry/SectionsControllerImpl.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 24 | 2019-09-05T00:09:35.000Z | 2021-10-19T05:10:39.000Z | 34.795455 | 79 | 0.748857 | 24,662 | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0, (the "License"); you ma... |
3e3a806ffe35f1bb41dabdafcd2747047c75de64 | 4,602 | java | Java | commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ResourceUpdatedDeliveryBuilder.java | pintomau/commercetools-sdk-java-v2 | 503a767d35b1495b2740f96082a235cd2d82409f | [
"Apache-2.0"
] | 17 | 2020-09-23T10:01:29.000Z | 2022-03-21T05:58:32.000Z | commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ResourceUpdatedDeliveryBuilder.java | pintomau/commercetools-sdk-java-v2 | 503a767d35b1495b2740f96082a235cd2d82409f | [
"Apache-2.0"
] | 130 | 2020-08-25T08:16:38.000Z | 2022-03-31T10:19:58.000Z | commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ResourceUpdatedDeliveryBuilder.java | pintomau/commercetools-sdk-java-v2 | 503a767d35b1495b2740f96082a235cd2d82409f | [
"Apache-2.0"
] | 6 | 2021-06-17T08:42:53.000Z | 2022-03-09T13:16:20.000Z | 36.52381 | 169 | 0.734681 | 24,663 |
package com.commercetools.api.models.subscription;
import java.util.*;
import java.util.function.Function;
import javax.annotation.Nullable;
import io.vrap.rmf.base.client.Builder;
import io.vrap.rmf.base.client.utils.Generated;
@Generated(value = "io.vrap.rmf.codegen.rendring.CoreCodeGenerator", comments = "https... |
3e3a8070a46229fd9fc5f5ca4911cf9856643a06 | 2,646 | java | Java | src/main/efaps/ESJP/org/efaps/esjp/print/printnode/dto/PrinterDto.java | eFaps/eFapsApp-Print | 00fab8affd96cf1b8a4289ceaae683b9b1db328c | [
"Apache-2.0"
] | null | null | null | src/main/efaps/ESJP/org/efaps/esjp/print/printnode/dto/PrinterDto.java | eFaps/eFapsApp-Print | 00fab8affd96cf1b8a4289ceaae683b9b1db328c | [
"Apache-2.0"
] | 11 | 2016-02-24T05:20:32.000Z | 2016-03-15T20:48:39.000Z | src/main/efaps/ESJP/org/efaps/esjp/print/printnode/dto/PrinterDto.java | eFaps/eFapsApp-Print | 00fab8affd96cf1b8a4289ceaae683b9b1db328c | [
"Apache-2.0"
] | 1 | 2019-02-24T11:14:36.000Z | 2019-02-24T11:14:36.000Z | 23.415929 | 75 | 0.636432 | 24,664 | /*
* Copyright 2003 - 2020 The eFaps Team
*
* 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 ... |
3e3a812377c3783634ff8bd257eef2adf20d83ab | 1,028 | java | Java | backend/src/test/java/com/github/cbuschka/deploymentboard/domain/deployment/retrieval/SshEndpointHandlerTest.java | cbuschka/deploymentboard | 95a305c2168e58dc8d2e17f960649698c52ef4e8 | [
"Apache-2.0"
] | null | null | null | backend/src/test/java/com/github/cbuschka/deploymentboard/domain/deployment/retrieval/SshEndpointHandlerTest.java | cbuschka/deploymentboard | 95a305c2168e58dc8d2e17f960649698c52ef4e8 | [
"Apache-2.0"
] | 34 | 2021-04-14T08:17:18.000Z | 2022-02-27T14:14:17.000Z | backend/src/test/java/com/github/cbuschka/deploymentboard/domain/deployment/retrieval/SshEndpointHandlerTest.java | cbuschka/poboard | 95a305c2168e58dc8d2e17f960649698c52ef4e8 | [
"Apache-2.0"
] | null | null | null | 20.56 | 72 | 0.793774 | 24,665 | package com.github.cbuschka.deploymentboard.domain.deployment.retrieval;
import com.github.cbuschka.deploymentboard.domain.deployment.Endpoint;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.junit.jupiter... |
3e3a81475b9a11ef2e0b4005e7d529f932c9f601 | 7,326 | java | Java | worker-core/src/main/java/com/palominolabs/benchpress/worker/SliceRunner.java | palominolabs/benchpress | f8ecd7cc128a0739f58d91f71a7e9e6b4443324f | [
"Apache-2.0"
] | 9 | 2015-02-26T09:14:57.000Z | 2020-07-29T10:52:52.000Z | worker-core/src/main/java/com/palominolabs/benchpress/worker/SliceRunner.java | palominolabs/benchpress | f8ecd7cc128a0739f58d91f71a7e9e6b4443324f | [
"Apache-2.0"
] | 1 | 2017-05-30T18:24:02.000Z | 2017-05-30T18:24:02.000Z | worker-core/src/main/java/com/palominolabs/benchpress/worker/SliceRunner.java | palominolabs/benchpress | f8ecd7cc128a0739f58d91f71a7e9e6b4443324f | [
"Apache-2.0"
] | 6 | 2015-03-11T09:36:38.000Z | 2020-11-24T17:17:06.000Z | 38.356021 | 123 | 0.614524 | 24,666 | package com.palominolabs.benchpress.worker;
import com.fasterxml.jackson.databind.ObjectReader;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.palominolabs.benchpress.ipc.Ipc;
import com.palominolabs.benchpress.job.json.JobSlice;
import com.palominolabs.benchpress.job.task.ComponentFac... |
3e3a82026f3a22312f84d67d41005e018b2e81b4 | 1,065 | java | Java | src/app/ServerThread.java | rod409/csc255_class_project | eb710e464304ebb2c77dbab936cee825ee0a87f1 | [
"MIT"
] | null | null | null | src/app/ServerThread.java | rod409/csc255_class_project | eb710e464304ebb2c77dbab936cee825ee0a87f1 | [
"MIT"
] | null | null | null | src/app/ServerThread.java | rod409/csc255_class_project | eb710e464304ebb2c77dbab936cee825ee0a87f1 | [
"MIT"
] | null | null | null | 27.307692 | 73 | 0.700469 | 24,667 | package app;
import java.net.*;
import java.io.*;
import java.util.*;
public class ServerThread extends Thread {
protected Socket socket;
protected Map<Integer, ServerThread> m;
public ServerThread(Socket clientSocket, Map<Integer, ServerThread> m) {
this.socket = clientSocket;
this.m = m;
}
public... |
3e3a82bcdf52c0cbd633b807e572f94178b68c15 | 2,526 | java | Java | plugin-common/src/com/tw/go/plugin/common/MaskingJobConsoleLogger.java | shivani-hotstar/gocd-plugins | 4ff826e68d8ceacdecc7acb13369a244341927af | [
"Apache-2.0"
] | 43 | 2015-11-19T16:21:27.000Z | 2022-01-05T17:13:18.000Z | plugin-common/src/com/tw/go/plugin/common/MaskingJobConsoleLogger.java | shivani-hotstar/gocd-plugins | 4ff826e68d8ceacdecc7acb13369a244341927af | [
"Apache-2.0"
] | 36 | 2016-02-02T06:26:58.000Z | 2021-01-26T10:19:28.000Z | plugin-common/src/com/tw/go/plugin/common/MaskingJobConsoleLogger.java | shivani-hotstar/gocd-plugins | 4ff826e68d8ceacdecc7acb13369a244341927af | [
"Apache-2.0"
] | 38 | 2016-02-03T16:41:04.000Z | 2021-03-24T21:53:49.000Z | 26.589474 | 82 | 0.62114 | 24,668 | package com.tw.go.plugin.common;
import com.thoughtworks.go.plugin.api.task.JobConsoleLogger;
import java.io.InputStream;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.regex.Pattern;
/**
* Created by thomassc on 16.05.16.
*/
public class MaskingJobCon... |
3e3a8300bcd151712633fad9d904d45a79bb83f5 | 2,810 | java | Java | api/applib/src/main/java/org/apache/isis/applib/services/confview/ConfigurationMenu.java | ecpnv-devops/isis | aeda00974e293e2792783090360b155a9d1a6624 | [
"Apache-2.0"
] | 665 | 2015-01-01T06:06:28.000Z | 2022-03-27T01:11:56.000Z | api/applib/src/main/java/org/apache/isis/applib/services/confview/ConfigurationMenu.java | jalexmelendez/isis | ddf3bd186cad585b959b7f20d8c9ac5e3f33263d | [
"Apache-2.0"
] | 176 | 2015-02-07T11:29:36.000Z | 2022-03-25T04:43:12.000Z | api/applib/src/main/java/org/apache/isis/applib/services/confview/ConfigurationMenu.java | jalexmelendez/isis | ddf3bd186cad585b959b7f20d8c9ac5e3f33263d | [
"Apache-2.0"
] | 337 | 2015-01-02T03:01:34.000Z | 2022-03-21T15:56:28.000Z | 35.56962 | 106 | 0.756228 | 24,669 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... |
3e3a8463b041a01bed2813e87cb1e98bc00e381d | 2,442 | java | Java | app/src/main/java/com/bisa/health/UserAgeActivity.java | BISAECG/BisaRealTimeProject | d6053aaf18e5bd2b17440955a34c2c3517a5bbef | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bisa/health/UserAgeActivity.java | BISAECG/BisaRealTimeProject | d6053aaf18e5bd2b17440955a34c2c3517a5bbef | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bisa/health/UserAgeActivity.java | BISAECG/BisaRealTimeProject | d6053aaf18e5bd2b17440955a34c2c3517a5bbef | [
"Apache-2.0"
] | null | null | null | 29.421687 | 83 | 0.684685 | 24,670 | package com.bisa.health;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.bisa.health.cache.SharedPersistor;
im... |
3e3a857e3475d41f972cd8ab868fcf0bfce06151 | 2,098 | java | Java | src/FruitNinja.java | wang0324/AnimalTracking | c092479d404697c86f0994fefecaca6d18324f83 | [
"MIT"
] | 10 | 2019-01-07T17:31:16.000Z | 2019-04-12T16:43:04.000Z | src/FruitNinja.java | wang0324/AnimalTracking | c092479d404697c86f0994fefecaca6d18324f83 | [
"MIT"
] | null | null | null | src/FruitNinja.java | wang0324/AnimalTracking | c092479d404697c86f0994fefecaca6d18324f83 | [
"MIT"
] | 1 | 2019-01-27T00:00:40.000Z | 2019-01-27T00:00:40.000Z | 33.301587 | 100 | 0.463775 | 24,671 | import processing.core.PApplet;
public class FruitNinja implements PixelFilter {
DImage previousImage;
@Override
public DImage processImage(DImage img) {
if (previousImage == null) {
previousImage = new DImage(img);
}
short[][] current = img.getBWPixelGrid();
... |
3e3a869c0c79bd74e6b7252977e152cb8f8024da | 37,584 | java | Java | clbs/src/main/java/com/zw/app/service/alarm/impl/AppAlarmSearchServiceImpl.java | youyouqiu/hybrid-development | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | [
"MIT"
] | 1 | 2021-09-29T02:13:49.000Z | 2021-09-29T02:13:49.000Z | clbs/src/main/java/com/zw/app/service/alarm/impl/AppAlarmSearchServiceImpl.java | youyouqiu/hybrid-development | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | [
"MIT"
] | null | null | null | clbs/src/main/java/com/zw/app/service/alarm/impl/AppAlarmSearchServiceImpl.java | youyouqiu/hybrid-development | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | [
"MIT"
] | null | null | null | 45.281928 | 120 | 0.520009 | 24,672 | package com.zw.app.service.alarm.impl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.zw.app.domain.alarm.AlarmMorePos;
import com.zw.app.domain.alarm.AlarmTime;
import com.zw.app.domain.alarm.AppAlarmAction;
import com.zw.app.domain.alarm.AppAlarmDetailInfo;
import com.zw.app.dom... |
3e3a86d984dfbe68207cb06c50e45668170b9af2 | 1,116 | java | Java | wms-core/src/main/java/com/lsh/wms/core/constant/PoConstant.java | weiandedidi/work_sys | d2c6358ebef524d93104ad8e003395176a8ac599 | [
"Apache-2.0"
] | null | null | null | wms-core/src/main/java/com/lsh/wms/core/constant/PoConstant.java | weiandedidi/work_sys | d2c6358ebef524d93104ad8e003395176a8ac599 | [
"Apache-2.0"
] | null | null | null | wms-core/src/main/java/com/lsh/wms/core/constant/PoConstant.java | weiandedidi/work_sys | d2c6358ebef524d93104ad8e003395176a8ac599 | [
"Apache-2.0"
] | null | null | null | 24.8 | 62 | 0.651434 | 24,673 | package com.lsh.wms.core.constant;
/**
* Project Name: lsh-wms
* Created by fuhao
* Date: 16/7/20
* Time: 16/7/20.
* 北京链商电子商务有限公司
* Package name:com.lsh.wms.core.constant.
* desc:类功能描述
*/
public class PoConstant {
/**
* 是否有效-是
*/
public static final int ORDER_YES = 1;
/**
* 是否有效-否
... |
3e3a86eddf94241f6f762c315a6890a4f97c854e | 816 | java | Java | main/source/com/happydroids/droidtowers/gui/ScrollableTowerWindow.java | pplante/droidtowers | e0858de70728a54c64d85850ab1aa2ecc3c2ac46 | [
"MIT"
] | 20 | 2015-01-18T16:31:16.000Z | 2021-05-07T00:55:53.000Z | main/source/com/happydroids/droidtowers/gui/ScrollableTowerWindow.java | pplante/droidtowers | e0858de70728a54c64d85850ab1aa2ecc3c2ac46 | [
"MIT"
] | 1 | 2017-07-29T10:35:42.000Z | 2017-07-29T10:35:42.000Z | main/source/com/happydroids/droidtowers/gui/ScrollableTowerWindow.java | pplante/droidtowers | e0858de70728a54c64d85850ab1aa2ecc3c2ac46 | [
"MIT"
] | 9 | 2015-04-04T12:33:05.000Z | 2019-06-20T21:43:01.000Z | 24.727273 | 73 | 0.734069 | 24,674 | /*
* Copyright (c) 2012. HappyDroids LLC, All rights reserved.
*/
package com.happydroids.droidtowers.gui;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
public class ScrollableTowerWindow extends TowerWindow {
pub... |
3e3a87260b67fbd1d58e3bdec485ac2c74f532e8 | 4,123 | java | Java | mq-cloud/src/main/java/com/sohu/tv/mq/cloud/dao/UserConsumerDao.java | AochongZhang/mqcloud | 34e833f4e65519c3e665e474379ec4c7622f891e | [
"Apache-2.0"
] | 605 | 2019-03-22T11:21:12.000Z | 2022-03-31T10:18:40.000Z | mq-cloud/src/main/java/com/sohu/tv/mq/cloud/dao/UserConsumerDao.java | AochongZhang/mqcloud | 34e833f4e65519c3e665e474379ec4c7622f891e | [
"Apache-2.0"
] | 18 | 2019-03-29T05:19:13.000Z | 2022-03-30T11:57:47.000Z | mq-cloud/src/main/java/com/sohu/tv/mq/cloud/dao/UserConsumerDao.java | AochongZhang/mqcloud | 34e833f4e65519c3e665e474379ec4c7622f891e | [
"Apache-2.0"
] | 172 | 2019-03-28T11:21:57.000Z | 2022-03-24T05:22:30.000Z | 33.25 | 124 | 0.572641 | 24,675 | package com.sohu.tv.mq.cloud.dao;
import java.util.Collection;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import com.sohu.tv.mq.cloud.bo.User;
impo... |
3e3a87748200f29632ed8e6e01c238bf0265ad1b | 55,830 | java | Java | ChessGame/src/chessGame/Chess.java | Snake-Whisper/Chess | 0bf5e7fe1ee87602e21de13c52e2483570112f3a | [
"MIT"
] | null | null | null | ChessGame/src/chessGame/Chess.java | Snake-Whisper/Chess | 0bf5e7fe1ee87602e21de13c52e2483570112f3a | [
"MIT"
] | null | null | null | ChessGame/src/chessGame/Chess.java | Snake-Whisper/Chess | 0bf5e7fe1ee87602e21de13c52e2483570112f3a | [
"MIT"
] | null | null | null | 31.347558 | 111 | 0.555848 | 24,676 | package chessGame;
public class Chess {
public enum Pieces {
wPawn(1), bPawn(-1), wKnight(2), bKnight(-2), wBishop(3), bBishop(-3), wRook(4), bRook(-4), wQueen(5),
bQueen(-5), wKing(6), bKing(-6);
int val;
private Pieces(int val) {
this.val = val;
}
public int getValue() {
return ... |
3e3a8813bd7b97ca90401349b4e6609678d5d3a5 | 735 | java | Java | src/main/java/com/gnaoh/command/cmdinterface/ICommand.java | hoang1007/gideon | 6767f99c33b5cb78ddc439ab5f61efbeb5a96360 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/gnaoh/command/cmdinterface/ICommand.java | hoang1007/gideon | 6767f99c33b5cb78ddc439ab5f61efbeb5a96360 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/gnaoh/command/cmdinterface/ICommand.java | hoang1007/gideon | 6767f99c33b5cb78ddc439ab5f61efbeb5a96360 | [
"Apache-2.0"
] | null | null | null | 21.617647 | 61 | 0.606803 | 24,677 | package com.gnaoh.command.cmdinterface;
import java.util.Arrays;
import java.util.List;
import com.gnaoh.Bot;
public interface ICommand {
void handle(Bot bot, List<String> args) throws Exception;
String getName();
String getDescription();
/**
* Check everything required to execute the comm... |
3e3a88f4adc50597017187c1fcf3305108376f19 | 2,774 | java | Java | maloney/src/main/java/ch/hsr/maloney/processing/DiskImageJob.java | rehrbar/maloney | ab3dd1379262b3065d40ed423fb5c715d5b937d8 | [
"MIT"
] | 1 | 2017-06-23T07:57:03.000Z | 2017-06-23T07:57:03.000Z | maloney/src/main/java/ch/hsr/maloney/processing/DiskImageJob.java | rehrbar/maloney | ab3dd1379262b3065d40ed423fb5c715d5b937d8 | [
"MIT"
] | null | null | null | maloney/src/main/java/ch/hsr/maloney/processing/DiskImageJob.java | rehrbar/maloney | ab3dd1379262b3065d40ed423fb5c715d5b937d8 | [
"MIT"
] | null | null | null | 26.419048 | 119 | 0.61031 | 24,678 | package ch.hsr.maloney.processing;
import ch.hsr.maloney.util.FrameworkEventNames;
import ch.hsr.maloney.storage.FileExtractor;
import ch.hsr.maloney.storage.FileSystemMetadata;
import ch.hsr.maloney.util.Context;
import ch.hsr.maloney.util.Event;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio... |
3e3a898e486fef02f40c645ace76965360dc28da | 1,832 | java | Java | src/main/java/com/google/cloud/teleport/newrelic/dofns/InjectKeysFn.java | noly/DataflowTemplates | 643d95f875f40208fa4aa3706f6b803d5660984f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/com/google/cloud/teleport/newrelic/dofns/InjectKeysFn.java | noly/DataflowTemplates | 643d95f875f40208fa4aa3706f6b803d5660984f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/com/google/cloud/teleport/newrelic/dofns/InjectKeysFn.java | noly/DataflowTemplates | 643d95f875f40208fa4aa3706f6b803d5660984f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 39.826087 | 95 | 0.770197 | 24,679 | /*
* Copyright (C) 2021 Google LLC
*
* 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... |
3e3a89d98d9ad04edfd121f0707193e5e3b4b9ef | 442 | java | Java | src/main/java/com/fijo/cores/cache/ILogicCache.java | bozongz/fijo-cores | da0c3d94daa88444db42bed5d2625d5527d94b18 | [
"Apache-2.0"
] | 1 | 2019-01-18T18:38:04.000Z | 2019-01-18T18:38:04.000Z | src/main/java/com/fijo/cores/cache/ILogicCache.java | bozongz/fijo-cores | da0c3d94daa88444db42bed5d2625d5527d94b18 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/fijo/cores/cache/ILogicCache.java | bozongz/fijo-cores | da0c3d94daa88444db42bed5d2625d5527d94b18 | [
"Apache-2.0"
] | null | null | null | 16.37037 | 108 | 0.705882 | 24,680 | /**
*
*/
package com.fijo.cores.cache;
import java.io.Serializable;
import java.util.Collection;
import com.fijo.cores.model.GenericModel;
/**
* 将相对静态的由数据库存储的数据加载到内存进行缓存
*
* @author zhangbo
*
*/
public interface ILogicCache<V extends GenericModel<V>, K extends Serializable> extends IGenericCache<V, K>{
/... |
3e3a8b9788f02a17bcdf2a7f32267c9c2005cd08 | 5,769 | java | Java | v2/googlecloud-to-googlecloud/src/main/java/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AssetResourceSpec.java | Cherepushko/DataflowTemplates | 327a84ec27dc174af75ef86d43e8d06670f8c1c1 | [
"ECL-2.0",
"Apache-2.0"
] | 828 | 2018-02-10T05:11:56.000Z | 2022-03-30T05:44:31.000Z | v2/googlecloud-to-googlecloud/src/main/java/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AssetResourceSpec.java | Cherepushko/DataflowTemplates | 327a84ec27dc174af75ef86d43e8d06670f8c1c1 | [
"ECL-2.0",
"Apache-2.0"
] | 320 | 2018-02-11T16:28:21.000Z | 2022-03-29T14:43:51.000Z | v2/googlecloud-to-googlecloud/src/main/java/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AssetResourceSpec.java | quizlet/DataflowTemplates | 0b61d3cea0af96a8a630744679805ba60ccb66c5 | [
"ECL-2.0",
"Apache-2.0"
] | 683 | 2018-02-14T18:13:28.000Z | 2022-03-23T13:41:37.000Z | 38.46 | 179 | 0.729589 | 24,681 | /*
* Copyright (C) 2021 Google LLC
*
* 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... |
3e3a8be7ebae923f3589794bab4643ff75166467 | 283 | java | Java | homesensorscloud/src/main/java/io/softchameleon/homesensorscloud/device/DeviceRepository.java | jakubnoga/home-sensors-cloud | 8a9ff72b791c5c5636ff131f9bc470e89ba2b511 | [
"MIT"
] | null | null | null | homesensorscloud/src/main/java/io/softchameleon/homesensorscloud/device/DeviceRepository.java | jakubnoga/home-sensors-cloud | 8a9ff72b791c5c5636ff131f9bc470e89ba2b511 | [
"MIT"
] | null | null | null | homesensorscloud/src/main/java/io/softchameleon/homesensorscloud/device/DeviceRepository.java | jakubnoga/home-sensors-cloud | 8a9ff72b791c5c5636ff131f9bc470e89ba2b511 | [
"MIT"
] | null | null | null | 23.583333 | 72 | 0.795053 | 24,682 | package io.softchameleon.homesensorscloud.device;
import org.springframework.data.repository.CrudRepository;
/**
* DeviceRepository
*/
public interface DeviceRepository extends CrudRepository<Device, Long> {
Device findByMac(String mac);
boolean existsByMac(String mac);
} |
3e3a8c2cfa237d55be02bb9eab5e85734ff16d6b | 7,195 | java | Java | cgv-core/src/main/java/org/g4/certificate/parser/ParameterParser.java | lizwjiang/CGV | df39e91a1d95eb8f0b83d6f438fd07ef9fd4eabf | [
"Apache-2.0"
] | 1 | 2015-12-03T08:57:36.000Z | 2015-12-03T08:57:36.000Z | cgv-core/src/main/java/org/g4/certificate/parser/ParameterParser.java | lizwjiang/CGV | df39e91a1d95eb8f0b83d6f438fd07ef9fd4eabf | [
"Apache-2.0"
] | null | null | null | cgv-core/src/main/java/org/g4/certificate/parser/ParameterParser.java | lizwjiang/CGV | df39e91a1d95eb8f0b83d6f438fd07ef9fd4eabf | [
"Apache-2.0"
] | null | null | null | 33.465116 | 132 | 0.573037 | 24,683 | package org.g4.certificate.parser;
import org.g4.certificate.facade.CertLogger;
import org.g4.certificate.utilities.CertParamTemplate;
import org.g4.certificate.utilities.CertUtil;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* The parser for the parameters
... |
3e3a8c4923505fec7f244e3466615c09eb312f1a | 2,343 | java | Java | my-app/src/test/java/org/gradle/test/performance/mediummonolithicjavaproject/p113/Test2265.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | 1 | 2017-08-30T17:59:45.000Z | 2017-08-30T17:59:45.000Z | my-app/src/test/java/org/gradle/test/performance/mediummonolithicjavaproject/p113/Test2265.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | null | null | null | my-app/src/test/java/org/gradle/test/performance/mediummonolithicjavaproject/p113/Test2265.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | 1 | 2019-03-18T18:52:45.000Z | 2019-03-18T18:52:45.000Z | 28.573171 | 83 | 0.670508 | 24,684 | package org.gradle.test.performance.mediummonolithicjavaproject.p113;
import org.gradle.test.performance.mediummonolithicjavaproject.p111.Production2238;
import org.gradle.test.performance.mediummonolithicjavaproject.p112.Production2251;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test2265 ... |
3e3a8cab6a57bce70c282dd543558db51a79327d | 601 | java | Java | gulimall-order/src/main/java/com/shilin/gulimall/order/feign/MemberFeignService.java | Dragonzsl/gmall | 48323382db4478e52ed6c10e9555c28d96e7272a | [
"Apache-2.0"
] | null | null | null | gulimall-order/src/main/java/com/shilin/gulimall/order/feign/MemberFeignService.java | Dragonzsl/gmall | 48323382db4478e52ed6c10e9555c28d96e7272a | [
"Apache-2.0"
] | 1 | 2022-03-03T14:08:30.000Z | 2022-03-03T14:08:30.000Z | gulimall-order/src/main/java/com/shilin/gulimall/order/feign/MemberFeignService.java | Dragonzsl/gmall | 48323382db4478e52ed6c10e9555c28d96e7272a | [
"Apache-2.0"
] | null | null | null | 28.809524 | 78 | 0.78843 | 24,685 | package com.shilin.gulimall.order.feign;
import com.shilin.gulimall.order.vo.MemberAddressVo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import java.util.List;
/**
* @author shilin
*... |
3e3a8d2ee2f06e06d0a95a63bbe4eb3dd16ba8c8 | 3,862 | java | Java | DB_CollegeManage/src/main/java/hcmiuiot/DB_CollegeManager/App/CourseManage_StudentDetailController.java | ntxtung/DB_CollegeManage | e051c3594a3192b2f91dd6380107793267f4202b | [
"Apache-2.0"
] | null | null | null | DB_CollegeManage/src/main/java/hcmiuiot/DB_CollegeManager/App/CourseManage_StudentDetailController.java | ntxtung/DB_CollegeManage | e051c3594a3192b2f91dd6380107793267f4202b | [
"Apache-2.0"
] | null | null | null | DB_CollegeManage/src/main/java/hcmiuiot/DB_CollegeManager/App/CourseManage_StudentDetailController.java | ntxtung/DB_CollegeManage | e051c3594a3192b2f91dd6380107793267f4202b | [
"Apache-2.0"
] | null | null | null | 29.257576 | 104 | 0.754013 | 24,686 | package hcmiuiot.DB_CollegeManager.App;
import java.net.URL;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Date;
import java.util.HashMap;
import java.util.ResourceBundle;
import com.jfoenix.controls.JFXTreeTableView;
import com.jfoenix.controls.RecursiveTreeItem;
import com.jfoenix.contro... |
3e3a8d4af2a3b23e84245a023dd29f8241dc063b | 148 | java | Java | core-model/src/main/java/uk/co/bluegecko/core/model/base/id/package-info.java | caveman-frak/java-core | dc03eec37075b369f72063eeea7acd41ce309a5d | [
"Apache-2.0"
] | null | null | null | core-model/src/main/java/uk/co/bluegecko/core/model/base/id/package-info.java | caveman-frak/java-core | dc03eec37075b369f72063eeea7acd41ce309a5d | [
"Apache-2.0"
] | null | null | null | core-model/src/main/java/uk/co/bluegecko/core/model/base/id/package-info.java | caveman-frak/java-core | dc03eec37075b369f72063eeea7acd41ce309a5d | [
"Apache-2.0"
] | null | null | null | 21.142857 | 84 | 0.641892 | 24,687 | /**
* Copyright 2015, <a href="http://bluegecko.co.uk/java-core">Blue Gecko Limited</a>
*/
/**
*
*/
package uk.co.bluegecko.core.model.base.id; |
3e3a8ddb97865628ffe157a722ab409096f13b3f | 1,071 | java | Java | engine/src/main/java/org/terasology/world/sun/CelestialSystem.java | TarunKumarGola/Terasology | 2b9a8375efed2d7a4d77dbc57ad2f6dee110aa5b | [
"Apache-2.0"
] | 2 | 2021-09-01T17:44:37.000Z | 2021-09-01T18:09:58.000Z | engine/src/main/java/org/terasology/world/sun/CelestialSystem.java | TarunKumarGola/Terasology | 2b9a8375efed2d7a4d77dbc57ad2f6dee110aa5b | [
"Apache-2.0"
] | 3 | 2018-09-24T20:46:54.000Z | 2018-12-03T15:21:20.000Z | engine/src/main/java/org/terasology/world/sun/CelestialSystem.java | TarunKumarGola/Terasology | 2b9a8375efed2d7a4d77dbc57ad2f6dee110aa5b | [
"Apache-2.0"
] | 2 | 2017-12-11T22:08:35.000Z | 2020-04-18T11:12:56.000Z | 26.121951 | 75 | 0.689076 | 24,688 | /*
* Copyright 2014 MovingBlocks
*
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.