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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1794528be72f1c2406a8a1b377670fd5849d40 | 5,148 | java | Java | test/com/facebook/buck/jvm/java/JavaBinaryTest.java | FightJames/buck | ae2347e05da6f0ef9e0ec21497a654757aca7ad5 | [
"Apache-2.0"
] | 8,027 | 2015-01-02T05:31:44.000Z | 2022-03-31T07:08:09.000Z | test/com/facebook/buck/jvm/java/JavaBinaryTest.java | FightJames/buck | ae2347e05da6f0ef9e0ec21497a654757aca7ad5 | [
"Apache-2.0"
] | 2,355 | 2015-01-01T15:30:53.000Z | 2022-03-30T20:21:16.000Z | test/com/facebook/buck/jvm/java/JavaBinaryTest.java | FightJames/buck | ae2347e05da6f0ef9e0ec21497a654757aca7ad5 | [
"Apache-2.0"
] | 1,280 | 2015-01-09T03:29:04.000Z | 2022-03-30T15:14:14.000Z | 42.545455 | 100 | 0.720668 | 10,039 | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... |
3e1794973ebfbc95e64404da0eaa7c65e82c15bc | 1,070 | java | Java | src/main/java/me/bob/leetcode/editor/cn/MajorityElement.java | sakiila/algorithm | 917dfd808867834f3110da8a5d4ae97ebb560cd9 | [
"Apache-2.0"
] | null | null | null | src/main/java/me/bob/leetcode/editor/cn/MajorityElement.java | sakiila/algorithm | 917dfd808867834f3110da8a5d4ae97ebb560cd9 | [
"Apache-2.0"
] | null | null | null | src/main/java/me/bob/leetcode/editor/cn/MajorityElement.java | sakiila/algorithm | 917dfd808867834f3110da8a5d4ae97ebb560cd9 | [
"Apache-2.0"
] | null | null | null | 17.540984 | 70 | 0.51028 | 10,040 | //给定一个大小为 n 的数组,找到其中的多数元素。多数元素是指在数组中出现次数 大于 ⌊ n/2 ⌋ 的元素。
//
// 你可以假设数组是非空的,并且给定的数组总是存在多数元素。
//
//
//
// 示例 1:
//
//
//输入:[3,2,3]
//输出:3
//
// 示例 2:
//
//
//输入:[2,2,1,1,1,2,2]
//输出:2
//
//
//
//
// 进阶:
//
//
// 尝试设计时间复杂度为 O(n)、空间复杂度为 O(1) 的算法解决此问题。
//
// Related Topics 位运算 数组 分治算法
// 👍 834 👎 0
package... |
3e179553bd23cc6b2f550a6aa3624f1bb9157b30 | 345 | java | Java | guns-film/src/main/java/com/stylefeng/guns/rest/common/persistence/dao/MoocSourceDictTMapper.java | han-xuefeng/guns | d3994474c7f9be5fd3008da82cbf01dfdcdfb964 | [
"Apache-2.0"
] | 3 | 2020-09-17T09:49:27.000Z | 2020-11-09T03:52:28.000Z | guns-film/src/main/java/com/stylefeng/guns/rest/common/persistence/dao/MoocSourceDictTMapper.java | han-xuefeng/guns | d3994474c7f9be5fd3008da82cbf01dfdcdfb964 | [
"Apache-2.0"
] | 1 | 2021-04-22T17:01:13.000Z | 2021-04-22T17:01:13.000Z | guns-film/src/main/java/com/stylefeng/guns/rest/common/persistence/dao/MoocSourceDictTMapper.java | han-xuefeng/guns | d3994474c7f9be5fd3008da82cbf01dfdcdfb964 | [
"Apache-2.0"
] | null | null | null | 20.294118 | 76 | 0.756522 | 10,041 | package com.stylefeng.guns.rest.common.persistence.dao;
import com.stylefeng.guns.rest.common.persistence.model.MoocSourceDictT;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* 区域信息表 Mapper 接口
* </p>
*
* @author woods
* @since 2020-01-06
*/
public interface MoocSourceDictTMapper extends BaseMapp... |
3e17971d93fbd9f495ea6abda829948a349a2ba3 | 1,331 | java | Java | ecommerce/src/main/java/com/educative/ecommerce/service/CategoryService.java | clembnl/E-Commerce-Application | ef2a23ed2056ca60939adaff5296a5c89df2e63c | [
"Apache-2.0"
] | 1 | 2022-01-05T22:57:58.000Z | 2022-01-05T22:57:58.000Z | ecommerce/src/main/java/com/educative/ecommerce/service/CategoryService.java | clembnl/E-Commerce-Application | ef2a23ed2056ca60939adaff5296a5c89df2e63c | [
"Apache-2.0"
] | null | null | null | ecommerce/src/main/java/com/educative/ecommerce/service/CategoryService.java | clembnl/E-Commerce-Application | ef2a23ed2056ca60939adaff5296a5c89df2e63c | [
"Apache-2.0"
] | null | null | null | 27.729167 | 71 | 0.814425 | 10,042 | package com.educative.ecommerce.service;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
import org.springframework.stereotype.Service;
import com.educative.ecommerce.model.Category;
import com.educative.ecommerce.repository.CategoryRepository;
@Service
@Transactional
publ... |
3e17976e23b2f6503f14552136c701fea326f844 | 116 | java | Java | dms/src/main/java/com/dwman/log/bean/PowerBean.java | dwman/DMSLib | ca37b4ed0e5b55838eb45bcb69b9791684824127 | [
"Apache-2.0"
] | null | null | null | dms/src/main/java/com/dwman/log/bean/PowerBean.java | dwman/DMSLib | ca37b4ed0e5b55838eb45bcb69b9791684824127 | [
"Apache-2.0"
] | null | null | null | dms/src/main/java/com/dwman/log/bean/PowerBean.java | dwman/DMSLib | ca37b4ed0e5b55838eb45bcb69b9791684824127 | [
"Apache-2.0"
] | null | null | null | 12.888889 | 43 | 0.698276 | 10,043 | package com.dwman.log.bean;
/**
* Created by ldw on 2018/3/20.
*/
public class PowerBean extends BaseLogBean{
}
|
3e17981160b149c1d25c5303dc34de0f6346ca78 | 4,434 | java | Java | src/integrationTest/java/uk/gov/hmcts/reform/blobrouter/controllers/StaleBlobControllerTest.java | hmcts/blob-router-service | 47098fcb4c6605e7416d01c654047f6ed95330d3 | [
"MIT"
] | 1 | 2021-01-12T10:57:31.000Z | 2021-01-12T10:57:31.000Z | src/integrationTest/java/uk/gov/hmcts/reform/blobrouter/controllers/StaleBlobControllerTest.java | hmcts/blob-router-service | 47098fcb4c6605e7416d01c654047f6ed95330d3 | [
"MIT"
] | 771 | 2019-10-28T08:08:01.000Z | 2022-03-30T08:13:09.000Z | src/integrationTest/java/uk/gov/hmcts/reform/blobrouter/controllers/StaleBlobControllerTest.java | hmcts/blob-router-service | 47098fcb4c6605e7416d01c654047f6ed95330d3 | [
"MIT"
] | 2 | 2020-09-18T13:25:21.000Z | 2021-04-10T22:36:51.000Z | 39.238938 | 108 | 0.685611 | 10,044 | package uk.gov.hmcts.reform.blobrouter.controllers;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
import org.springframework.boot.test.mock.m... |
3e17985de44c0ce2d544d439656979a8e43a7be5 | 411 | java | Java | src/main/java/de/kaffeemann/jpm/PersonService.java | macevil/java-postgres-minio | 15cd146dbca33f367b6ac1e7d6445aba3f124f3e | [
"MIT"
] | null | null | null | src/main/java/de/kaffeemann/jpm/PersonService.java | macevil/java-postgres-minio | 15cd146dbca33f367b6ac1e7d6445aba3f124f3e | [
"MIT"
] | null | null | null | src/main/java/de/kaffeemann/jpm/PersonService.java | macevil/java-postgres-minio | 15cd146dbca33f367b6ac1e7d6445aba3f124f3e | [
"MIT"
] | null | null | null | 19.571429 | 62 | 0.788321 | 10,045 | package de.kaffeemann.jpm;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class PersonService {
@Autowired
PersonRepository personRepository;
public Person addPerson(Person person) {
return personRepository.s... |
3e17990b7ef859c92a262fda4636df49d22c9c22 | 1,099 | java | Java | schemaOrgGson/src/org/kyojo/schemaorg/m3n5/gson/healthLifesci/medicalSpecialty/PrimaryCareDeserializer.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | 1 | 2020-02-18T01:55:36.000Z | 2020-02-18T01:55:36.000Z | schemaOrgGson/src/org/kyojo/schemaorg/m3n5/gson/healthLifesci/medicalSpecialty/PrimaryCareDeserializer.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | null | null | null | schemaOrgGson/src/org/kyojo/schemaorg/m3n5/gson/healthLifesci/medicalSpecialty/PrimaryCareDeserializer.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | null | null | null | 34.34375 | 103 | 0.820746 | 10,046 | package org.kyojo.schemaorg.m3n5.gson.healthLifesci.medicalSpecialty;
import java.lang.reflect.Field;
import java.lang.reflect.Type;
import java.util.HashMap;
import java.util.Map;
import org.kyojo.gson.JsonDeserializationContext;
import org.kyojo.gson.JsonDeserializer;
import org.kyojo.gson.JsonElement;
import org.k... |
3e179970a0b9e088dd76226df0e5f5eb880f7607 | 3,932 | java | Java | proFL-plugin-2.0.3/groovy/inspect/swingui/ObjectBrowser$_run_closure1_closure3_closure7_closure10_closure23_closure24_closure28.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | proFL-plugin-2.0.3/groovy/inspect/swingui/ObjectBrowser$_run_closure1_closure3_closure7_closure10_closure23_closure24_closure28.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | proFL-plugin-2.0.3/groovy/inspect/swingui/ObjectBrowser$_run_closure1_closure3_closure7_closure10_closure23_closure24_closure28.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | 49.772152 | 266 | 0.738301 | 10,047 | //
// Decompiled by Procyon v0.5.36
//
package groovy.inspect.swingui;
import org.codehaus.groovy.runtime.callsite.CallSiteArray;
import groovy.lang.MetaClass;
import groovy.lang.GroovyObject;
import org.codehaus.groovy.runtime.ScriptBytecodeAdapter;
import org.codehaus.groovy.runtime.callsite.CallSite;
import groo... |
3e17998d32e68e25c8dfb242472f0935684757b3 | 16,699 | java | Java | src/studentmanagement/PaymentEdior.java | fixylk/Tution_master-1.0 | c0b79cac4ebf6726972c766787a6242bbff0466d | [
"Apache-2.0"
] | null | null | null | src/studentmanagement/PaymentEdior.java | fixylk/Tution_master-1.0 | c0b79cac4ebf6726972c766787a6242bbff0466d | [
"Apache-2.0"
] | null | null | null | src/studentmanagement/PaymentEdior.java | fixylk/Tution_master-1.0 | c0b79cac4ebf6726972c766787a6242bbff0466d | [
"Apache-2.0"
] | null | null | null | 48.970674 | 165 | 0.660578 | 10,048 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package studentmanagement;
import coursesmanagement.PaymentManager;
import java.awt.Dimension;
import java.awt.Toolkit;
/**
*
* @author Nadun
*/
public class PaymentEdior extends javax.swing.JFrame {
/**
*... |
3e1799bc367dc40cb49580ced6ec37b29df394eb | 6,598 | java | Java | src/data/RecipeSentenceSegmenterLearner.java | atcbosselut/recipe-interpretation | 3a316cceb5953b7248cf9ef03ea07d4caff9553c | [
"MIT"
] | 12 | 2017-01-11T15:18:11.000Z | 2020-11-11T16:10:22.000Z | src/data/RecipeSentenceSegmenterLearner.java | atcbosselut/recipe-interpretation | 3a316cceb5953b7248cf9ef03ea07d4caff9553c | [
"MIT"
] | 1 | 2017-06-28T08:22:31.000Z | 2020-04-29T11:30:20.000Z | src/data/RecipeSentenceSegmenterLearner.java | atcbosselut/recipe-interpretation | 3a316cceb5953b7248cf9ef03ea07d4caff9553c | [
"MIT"
] | 4 | 2017-03-07T14:00:24.000Z | 2020-10-13T01:05:45.000Z | 34.726316 | 136 | 0.685662 | 10,049 | package data;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import utils.Measurements;
import utils.Pair;
import utils.Utils;
/**
* This class trains RecipeSentenceSegmenter models using hard E... |
3e179aea1eeebe9fc331e9afe0e701edcb3e45f7 | 9,613 | java | Java | pkix/src/main/java/org/bouncycastle/tsp/TSPUtil.java | matheus-eyng/bc-java | b35d626619a564db860e59e1cda353dec8d7a4fa | [
"MIT"
] | 1,604 | 2015-01-01T16:53:59.000Z | 2022-03-31T13:21:39.000Z | pkix/src/main/java/org/bouncycastle/tsp/TSPUtil.java | matheus-eyng/bc-java | b35d626619a564db860e59e1cda353dec8d7a4fa | [
"MIT"
] | 1,015 | 2015-01-08T08:15:43.000Z | 2022-03-31T11:05:41.000Z | pkix/src/main/java/org/bouncycastle/tsp/TSPUtil.java | matheus-eyng/bc-java | b35d626619a564db860e59e1cda353dec8d7a4fa | [
"MIT"
] | 885 | 2015-01-01T16:54:08.000Z | 2022-03-31T22:46:25.000Z | 44.09633 | 129 | 0.686674 | 10,050 | package org.bouncycastle.tsp;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.... |
3e179c55d0b2ee97969c670e1f12b15fe760bea7 | 1,684 | java | Java | src/main/java/org/geoint/logging/splunk/NativeSplunkFormatter.java | GEOINT/splunk-jul | 2086260333f11a3d28f30dc09a000703e78711fa | [
"Apache-2.0"
] | null | null | null | src/main/java/org/geoint/logging/splunk/NativeSplunkFormatter.java | GEOINT/splunk-jul | 2086260333f11a3d28f30dc09a000703e78711fa | [
"Apache-2.0"
] | 1 | 2015-01-26T22:17:33.000Z | 2015-05-07T21:44:59.000Z | src/main/java/org/geoint/logging/splunk/NativeSplunkFormatter.java | GEOINT/splunk-jul | 2086260333f11a3d28f30dc09a000703e78711fa | [
"Apache-2.0"
] | null | null | null | 31.773585 | 98 | 0.609857 | 10,051 | package org.geoint.logging.splunk;
import java.time.format.DateTimeFormatter;
/**
* Formats a {@link SplunkEvent} as a String which is natively readable by
* splunk.
*/
public class NativeSplunkFormatter implements SplunkEventFormatter {
private static final String DATE_FORMAT = "yyyy-MM-dd hh:mm:ss.SSS Z... |
3e179c6a55c6f3107e487fe01cfd7b662552aca4 | 2,106 | java | Java | src/main/java/net/kodar/restaurantapi/business/processor/ProcessorGenericImpl.java | kamentr/API_Restaurant | d8b448c984b87c1a723b17ee366bddeb94b59eae | [
"MIT"
] | 1 | 2021-01-27T14:55:29.000Z | 2021-01-27T14:55:29.000Z | src/main/java/net/kodar/restaurantapi/business/processor/ProcessorGenericImpl.java | kamentr/API_Restaurant | d8b448c984b87c1a723b17ee366bddeb94b59eae | [
"MIT"
] | null | null | null | src/main/java/net/kodar/restaurantapi/business/processor/ProcessorGenericImpl.java | kamentr/API_Restaurant | d8b448c984b87c1a723b17ee366bddeb94b59eae | [
"MIT"
] | null | null | null | 24.206897 | 68 | 0.581671 | 10,052 | package net.kodar.restaurantapi.business.processor;
import org.springframework.beans.factory.annotation.Autowired;
import net.kodar.restaurantapi.business.validator.GenericValidator;
import net.kodar.restaurantapi.dataaccess.dao.DaoGenericImpl;
import javax.validation.ValidationException;
import java.util.Li... |
3e179d75612a08a7125696e0840bd044dfd0237f | 188 | java | Java | igloo/igloo-components/igloo-component-jpa-migration/src/main/java/org/iglooproject/jpa/migration/util/IBatchMigrationInformation.java | igloo-project/igloo-parent | bd4ef874aad99e96b9b1bc3ebf9f74db5f41f999 | [
"Apache-2.0"
] | 17 | 2017-10-19T07:03:44.000Z | 2022-01-17T20:44:22.000Z | igloo/igloo-components/igloo-component-jpa-migration/src/main/java/org/iglooproject/jpa/migration/util/IBatchMigrationInformation.java | igloo-project/igloo-parent | bd4ef874aad99e96b9b1bc3ebf9f74db5f41f999 | [
"Apache-2.0"
] | 38 | 2018-01-22T15:57:35.000Z | 2022-01-14T16:28:45.000Z | igloo/igloo-components/igloo-component-jpa-migration/src/main/java/org/iglooproject/jpa/migration/util/IBatchMigrationInformation.java | igloo-project/igloo-parent | bd4ef874aad99e96b9b1bc3ebf9f74db5f41f999 | [
"Apache-2.0"
] | 6 | 2017-10-19T07:03:50.000Z | 2020-08-06T16:12:35.000Z | 23.5 | 110 | 0.856383 | 10,053 | package org.iglooproject.jpa.migration.util;
public interface IBatchMigrationInformation extends IMigrationInformation, IPreloadAwareMigrationInformation {
String getSqlCountRows();
}
|
3e179d90266c3412a34d1e4235fe6fd5969dbf68 | 17,729 | java | Java | src/main/java/com/faforever/client/theme/UiService.java | hellomouse/downlords-faf-client | ff9ec872bc572cfba9244bbc63038a656a3be43d | [
"MIT"
] | 1 | 2019-04-22T08:04:17.000Z | 2019-04-22T08:04:17.000Z | src/main/java/com/faforever/client/theme/UiService.java | hellomouse/downlords-faf-client | ff9ec872bc572cfba9244bbc63038a656a3be43d | [
"MIT"
] | null | null | null | src/main/java/com/faforever/client/theme/UiService.java | hellomouse/downlords-faf-client | ff9ec872bc572cfba9244bbc63038a656a3be43d | [
"MIT"
] | null | null | null | 37.801706 | 131 | 0.745445 | 10,054 | package com.faforever.client.theme;
import ch.micheljung.fxborderlessscene.borderless.BorderlessScene;
import com.faforever.client.config.CacheNames;
import com.faforever.client.fx.Controller;
import com.faforever.client.fx.JavaFxUtil;
import com.faforever.client.i18n.I18n;
import com.faforever.client.preferences.Pref... |
3e179dd3b07700e1607c5fae922c43d58f87b4ef | 6,466 | java | Java | tools/maven-bundle-plugin/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java | chrisr3/felix-dev | f3597cc709d1469d36314b3bff9cb1e609b6cdab | [
"Apache-2.0"
] | 73 | 2020-02-28T19:50:03.000Z | 2022-03-31T14:40:18.000Z | tools/maven-bundle-plugin/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java | chrisr3/felix-dev | f3597cc709d1469d36314b3bff9cb1e609b6cdab | [
"Apache-2.0"
] | 50 | 2020-03-02T10:53:06.000Z | 2022-03-25T13:23:51.000Z | tools/maven-bundle-plugin/src/test/java/org/apache/maven/shared/osgi/Maven2OsgiConverterTest.java | chrisr3/felix-dev | f3597cc709d1469d36314b3bff9cb1e609b6cdab | [
"Apache-2.0"
] | 97 | 2020-03-02T10:40:18.000Z | 2022-03-25T01:13:32.000Z | 36.325843 | 81 | 0.651253 | 10,055 | package org.apache.maven.shared.osgi;
/*
* 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 Licens... |
3e179e94a3020a1d0d2cef9788220c40f6547d02 | 8,481 | java | Java | src/testcases/CWE129_Improper_Validation_of_Array_Index/s02/CWE129_Improper_Validation_of_Array_Index__getCookies_Servlet_array_read_no_check_75a.java | diktat-static-analysis/juliet-benchmark-java | 7e55922d154c26ef34ff3327073f030ff7393b2a | [
"MIT"
] | null | null | null | src/testcases/CWE129_Improper_Validation_of_Array_Index/s02/CWE129_Improper_Validation_of_Array_Index__getCookies_Servlet_array_read_no_check_75a.java | diktat-static-analysis/juliet-benchmark-java | 7e55922d154c26ef34ff3327073f030ff7393b2a | [
"MIT"
] | null | null | null | src/testcases/CWE129_Improper_Validation_of_Array_Index/s02/CWE129_Improper_Validation_of_Array_Index__getCookies_Servlet_array_read_no_check_75a.java | diktat-static-analysis/juliet-benchmark-java | 7e55922d154c26ef34ff3327073f030ff7393b2a | [
"MIT"
] | null | null | null | 35.190871 | 155 | 0.58802 | 10,056 | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE129_Improper_Validation_of_Array_Index__getCookies_Servlet_array_read_no_check_75a.java
Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml
Template File: sources-sinks-75a.tmpl.java
*/
/*
* @description
* CWE: 129 Improper Validation of Array In... |
3e179eb007ddae9fca3c7cce192f5cc01533fc71 | 226 | java | Java | src/main/Main.java | hmart027/XBeeComms | bccaf7b394b43f566a4e305343ed4c21f31ed66f | [
"MIT"
] | null | null | null | src/main/Main.java | hmart027/XBeeComms | bccaf7b394b43f566a4e305343ed4c21f31ed66f | [
"MIT"
] | null | null | null | src/main/Main.java | hmart027/XBeeComms | bccaf7b394b43f566a4e305343ed4c21f31ed66f | [
"MIT"
] | null | null | null | 18.833333 | 64 | 0.659292 | 10,057 | package main;
public class Main {
public static void main(String[] args){
// new Serial().start();
tank.wifi.WiFiInterface tank = new tank.wifi.WiFiInterface();
System.out.println(tank.getDevices());
}
}
|
3e179f7e97025f287dd571abe22d4e8498ef092b | 562 | java | Java | chapter_003/src/main/java/generics/UserConvert.java | y-dubovitsky/dubovitsky | 4a264f0a904ee8092f91eb38f1397c2c98ee8ca0 | [
"Apache-2.0"
] | 1 | 2019-02-15T16:29:39.000Z | 2019-02-15T16:29:39.000Z | chapter_003/src/main/java/generics/UserConvert.java | y-dubovitsky/dubovitsky | 4a264f0a904ee8092f91eb38f1397c2c98ee8ca0 | [
"Apache-2.0"
] | 1 | 2021-12-14T20:43:51.000Z | 2021-12-14T20:43:51.000Z | chapter_003/src/main/java/generics/UserConvert.java | y-dubovitsky/dubovitsky | 4a264f0a904ee8092f91eb38f1397c2c98ee8ca0 | [
"Apache-2.0"
] | null | null | null | 21.615385 | 69 | 0.604982 | 10,058 | package generics;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Класс конвертации списка в Map.
*/
public class UserConvert {
/**
* Метод принимает в себя список пользователей и конвертирует его
* в Map с ключом Integer id и соответствующим ему User.
* @param list
... |
3e179fe6c91e0e12b4d0d298e2c8348b91ccad22 | 4,198 | java | Java | src/main/java/org/xmlobjects/gml/adapter/geometry/complexes/CompositeCurveAdapter.java | citygml4j/gml-objects | 7581b3332dc12ae661aeec14ae71ca3ba6f6f9ac | [
"Apache-2.0"
] | 1 | 2019-07-27T14:30:07.000Z | 2019-07-27T14:30:07.000Z | src/main/java/org/xmlobjects/gml/adapter/geometry/complexes/CompositeCurveAdapter.java | citygml4j/gml-objects | 7581b3332dc12ae661aeec14ae71ca3ba6f6f9ac | [
"Apache-2.0"
] | null | null | null | src/main/java/org/xmlobjects/gml/adapter/geometry/complexes/CompositeCurveAdapter.java | citygml4j/gml-objects | 7581b3332dc12ae661aeec14ae71ca3ba6f6f9ac | [
"Apache-2.0"
] | null | null | null | 45.673913 | 167 | 0.772013 | 10,059 | /*
* gml-objects - A Java mapping for the OGC Geography Markup Language (GML)
* https://github.com/xmlobjects/gml-objects
*
* Copyright 2019-2021 Claus Nagel <ychag@example.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... |
3e17a2337e9c7a37b94088e34281655069a6091e | 3,679 | java | Java | aliyun-java-sdk-sae/src/main/java/com/aliyuncs/sae/model/v20190506/ListApplicationsRequest.java | yndu13/aliyun-openapi-java-sdk | 8040c0414d18abcf4c3d1257c721732c7402d087 | [
"Apache-2.0"
] | 1 | 2022-02-12T06:01:36.000Z | 2022-02-12T06:01:36.000Z | aliyun-java-sdk-sae/src/main/java/com/aliyuncs/sae/model/v20190506/ListApplicationsRequest.java | yndu13/aliyun-openapi-java-sdk | 8040c0414d18abcf4c3d1257c721732c7402d087 | [
"Apache-2.0"
] | null | null | null | aliyun-java-sdk-sae/src/main/java/com/aliyuncs/sae/model/v20190506/ListApplicationsRequest.java | yndu13/aliyun-openapi-java-sdk | 8040c0414d18abcf4c3d1257c721732c7402d087 | [
"Apache-2.0"
] | null | null | null | 22.99375 | 118 | 0.706986 | 10,060 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e17a26d9cc164a7ae14a999027ba6da96af3744 | 409 | java | Java | corn/src/main/java/com/xiazhenyu/corn/coreTec/daemon/Run.java | chenyusharp/corp | fe86d9d4778ca58cc38655d8ca9e0d1dac0c1b33 | [
"Apache-2.0"
] | null | null | null | corn/src/main/java/com/xiazhenyu/corn/coreTec/daemon/Run.java | chenyusharp/corp | fe86d9d4778ca58cc38655d8ca9e0d1dac0c1b33 | [
"Apache-2.0"
] | null | null | null | corn/src/main/java/com/xiazhenyu/corn/coreTec/daemon/Run.java | chenyusharp/corp | fe86d9d4778ca58cc38655d8ca9e0d1dac0c1b33 | [
"Apache-2.0"
] | null | null | null | 15.730769 | 72 | 0.616137 | 10,061 | package com.xiazhenyu.corn.coreTec.daemon;
/**
* Date: 2022/1/2
* <p>
* Description:
*
* @author xiazhenyu
*/
public class Run {
public static void main(String[] args) throws InterruptedException {
MyThread myThread = new MyThread();
myThread.setDaemon(true);
myThread.start();
... |
3e17a2d1f1a7613671cf80523df0d8f03c178290 | 10,220 | java | Java | loadingdrawable/src/main/java/com/github/shareme/greenandroid/loadingdrawable/LevelLoadingRenderer.java | shareme/GreenAndroid | f9f9db8317c0d5e26855e891b31883bf5f18fc64 | [
"Apache-2.0"
] | 2 | 2016-11-28T09:57:01.000Z | 2017-01-24T10:20:48.000Z | loadingdrawable/src/main/java/com/github/shareme/greenandroid/loadingdrawable/LevelLoadingRenderer.java | shareme/GreenAndroid | f9f9db8317c0d5e26855e891b31883bf5f18fc64 | [
"Apache-2.0"
] | null | null | null | loadingdrawable/src/main/java/com/github/shareme/greenandroid/loadingdrawable/LevelLoadingRenderer.java | shareme/GreenAndroid | f9f9db8317c0d5e26855e891b31883bf5f18fc64 | [
"Apache-2.0"
] | null | null | null | 32.547771 | 146 | 0.721722 | 10,062 | /*
Copyright 2015-2019 dinus
Modifications Copyright(C) 2016 Fred Grott(GrottWorkSpace)
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... |
3e17a30a86f591811e894aace3175ebf52a91129 | 2,591 | java | Java | editor/src/main/java/io/github/rosemoe/sora/widget/component/CompletionLayout.java | Rose2073/CodeEditor | 962e3c00f6ae3ff915e49a5f8c1b72b36b37586d | [
"Apache-2.0"
] | 22 | 2020-02-27T09:28:41.000Z | 2020-07-10T08:05:25.000Z | editor/src/main/java/io/github/rosemoe/sora/widget/component/CompletionLayout.java | Rose2073/CodeEditor | 962e3c00f6ae3ff915e49a5f8c1b72b36b37586d | [
"Apache-2.0"
] | 4 | 2020-05-07T05:19:09.000Z | 2020-06-13T11:40:38.000Z | editor/src/main/java/io/github/rosemoe/sora/widget/component/CompletionLayout.java | Rose2073/CodeEditor | 962e3c00f6ae3ff915e49a5f8c1b72b36b37586d | [
"Apache-2.0"
] | 3 | 2020-05-09T10:59:30.000Z | 2020-06-14T12:27:42.000Z | 33.649351 | 147 | 0.706291 | 10,063 | /*
* sora-editor - the awesome code editor for Android
* https://github.com/Rosemoe/sora-editor
* Copyright (C) 2020-2022 Rosemoe
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free... |
3e17a33e21e97d2174e282a37dc00252b66bc2bf | 1,948 | java | Java | app/src/main/java/cc/dobot/crtcpdemo/data/AlarmData.java | Dobot-Arm/TCP-IP-Android | d96fd52d2e1e08782fcf409c0d1c02ea85e23346 | [
"MIT"
] | null | null | null | app/src/main/java/cc/dobot/crtcpdemo/data/AlarmData.java | Dobot-Arm/TCP-IP-Android | d96fd52d2e1e08782fcf409c0d1c02ea85e23346 | [
"MIT"
] | null | null | null | app/src/main/java/cc/dobot/crtcpdemo/data/AlarmData.java | Dobot-Arm/TCP-IP-Android | d96fd52d2e1e08782fcf409c0d1c02ea85e23346 | [
"MIT"
] | null | null | null | 20.082474 | 97 | 0.5077 | 10,064 | package cc.dobot.crtcpdemo.data;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by x on 2018/8/6.
*/
public class AlarmData {
String id = "";
String type = "";
String level = "";
String reason = "";
String solution = "";
public AlarmData() {
}
public Alarm... |
3e17a35d0dfb95b89e648dbc3eedde4159a4cd39 | 2,107 | java | Java | cli-qpid-jms/src/main/java/com/redhat/mqe/jms/Tracing.java | jiridanek/cli-java | 9b2bdbeb334a24bed44ea486b65e469b69d6dde9 | [
"Apache-2.0"
] | 7 | 2017-10-25T10:26:21.000Z | 2020-11-28T07:05:28.000Z | cli-qpid-jms/src/main/java/com/redhat/mqe/jms/Tracing.java | rh-messaging/cli-java | a5d4264163b045628455388dea00ff779d2a5e3d | [
"Apache-2.0"
] | 200 | 2017-10-03T10:37:55.000Z | 2022-03-23T09:43:43.000Z | cli-qpid-jms/src/main/java/com/redhat/mqe/jms/Tracing.java | jiridanek/cli-java | 9b2bdbeb334a24bed44ea486b65e469b69d6dde9 | [
"Apache-2.0"
] | 8 | 2017-10-05T08:52:41.000Z | 2020-12-03T09:39:00.000Z | 35.711864 | 83 | 0.724727 | 10,065 | /*
* Copyright (c) 2019 Red Hat, Inc.
*
* 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, Ve... |
3e17a38da2b34f90d1c0e7396ef39668654b118c | 15,166 | java | Java | pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/http/AsyncHttpConnector.java | abhilashmandaliya/pulsar | 2e4bada632af2f15a2882e9684c6376a4d8ba2a5 | [
"Apache-2.0"
] | 9,156 | 2018-09-23T14:10:46.000Z | 2022-03-31T07:17:16.000Z | pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/http/AsyncHttpConnector.java | abhilashmandaliya/pulsar | 2e4bada632af2f15a2882e9684c6376a4d8ba2a5 | [
"Apache-2.0"
] | 10,453 | 2018-09-22T00:31:02.000Z | 2022-03-31T20:02:09.000Z | pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/http/AsyncHttpConnector.java | abhilashmandaliya/pulsar | 2e4bada632af2f15a2882e9684c6376a4d8ba2a5 | [
"Apache-2.0"
] | 2,730 | 2018-09-25T05:46:22.000Z | 2022-03-31T06:48:59.000Z | 45.271642 | 119 | 0.615785 | 10,066 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
3e17a3ba6914cc8edecaff76982d01c654e92288 | 706 | java | Java | src/main/java/com/ab/worldcup/results/CalculatedUserBet.java | yoav200/world-cup | c6b754a48ce126cd1dd005c15992000e1e8fc1f1 | [
"MIT"
] | null | null | null | src/main/java/com/ab/worldcup/results/CalculatedUserBet.java | yoav200/world-cup | c6b754a48ce126cd1dd005c15992000e1e8fc1f1 | [
"MIT"
] | 1 | 2018-04-21T14:29:47.000Z | 2018-05-17T10:54:14.000Z | src/main/java/com/ab/worldcup/results/CalculatedUserBet.java | yoav200/world-cup | c6b754a48ce126cd1dd005c15992000e1e8fc1f1 | [
"MIT"
] | null | null | null | 19.081081 | 77 | 0.729462 | 10,067 | package com.ab.worldcup.results;
import com.ab.worldcup.bet.BetType;
import com.ab.worldcup.bet.UserBet;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@Builder
public class CalculatedUserBet {
UserBet userBet;
BetType betType;
int matchResultPoints;
int exactSco... |
3e17a4360aa7c43e2063b701585e4e37e52ee0f8 | 406 | java | Java | src/main/java/com/hutquan/hut/pojo/FollowerPage.java | TanDawn1/HUT_quanquan | ccc9578fa57d77aa3a0a96f971f70e21c41396f6 | [
"BSD-2-Clause"
] | 10 | 2020-11-27T16:35:06.000Z | 2022-02-24T08:03:00.000Z | src/main/java/com/hutquan/hut/pojo/FollowerPage.java | TanDawn1/HUT_quanquan | ccc9578fa57d77aa3a0a96f971f70e21c41396f6 | [
"BSD-2-Clause"
] | 2 | 2021-03-19T20:27:36.000Z | 2021-06-04T02:58:06.000Z | src/main/java/com/hutquan/hut/pojo/FollowerPage.java | TanDawn1/HUT_quanquan | ccc9578fa57d77aa3a0a96f971f70e21c41396f6 | [
"BSD-2-Clause"
] | 2 | 2020-11-27T16:39:24.000Z | 2022-02-05T11:45:10.000Z | 14 | 37 | 0.741379 | 10,068 | package com.hutquan.hut.pojo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class FollowerPage {
private List<Follower> followers;
private long total;
private Long pageNum;
private ... |
3e17a522e97f6911f0df0b1de4306907af2c913a | 415 | java | Java | app/src/main/java/com/android/grafika/GrafikaApplication.java | zhmy/grafika | 48b773e91fbb17feb387497261bcefd27394ab5b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/grafika/GrafikaApplication.java | zhmy/grafika | 48b773e91fbb17feb387497261bcefd27394ab5b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/grafika/GrafikaApplication.java | zhmy/grafika | 48b773e91fbb17feb387497261bcefd27394ab5b | [
"Apache-2.0"
] | null | null | null | 17.291667 | 53 | 0.66988 | 10,069 | package com.android.grafika;
import android.app.Application;
import android.content.Context;
/**
* Created by zmy on 2018/3/26.
*/
public class GrafikaApplication extends Application {
static Context mContext;
@Override
public void onCreate() {
super.onCreate();
mContext = getApplicat... |
3e17a52e250e3cfcde6e323fa0e957d96e48498b | 9,895 | java | Java | src/main/java/com/cloudbees/lxd/client/api/ServerEnvironment.java | cloudbees/lxd-client | 4ecd9774117f0e4f49895732f727545c3024a410 | [
"MIT"
] | null | null | null | src/main/java/com/cloudbees/lxd/client/api/ServerEnvironment.java | cloudbees/lxd-client | 4ecd9774117f0e4f49895732f727545c3024a410 | [
"MIT"
] | null | null | null | src/main/java/com/cloudbees/lxd/client/api/ServerEnvironment.java | cloudbees/lxd-client | 4ecd9774117f0e4f49895732f727545c3024a410 | [
"MIT"
] | 2 | 2018-04-17T10:14:50.000Z | 2022-03-05T06:29:58.000Z | 20.193878 | 329 | 0.57241 | 10,070 |
package com.cloudbees.lxd.client.api;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import ... |
3e17a568b0744fde1e79d91b37aade73c70eb06c | 48,103 | java | Java | proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ExecutionConfig.java | vam-google/java-dataproc | 3d4c12581a2e7bd7b0d2673d9f88d3df8e29a897 | [
"Apache-2.0"
] | 10 | 2020-01-24T11:24:44.000Z | 2022-01-26T17:00:53.000Z | proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ExecutionConfig.java | vam-google/java-dataproc | 3d4c12581a2e7bd7b0d2673d9f88d3df8e29a897 | [
"Apache-2.0"
] | 548 | 2019-10-31T17:54:33.000Z | 2022-03-30T08:32:18.000Z | proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ExecutionConfig.java | vam-google/java-dataproc | 3d4c12581a2e7bd7b0d2673d9f88d3df8e29a897 | [
"Apache-2.0"
] | 23 | 2019-10-31T17:24:21.000Z | 2022-03-02T04:49:01.000Z | 29.313224 | 100 | 0.627487 | 10,071 | /*
* Copyright 2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e17a5a4cf93ebd33116248cce91df804ab9a33a | 1,525 | java | Java | eladmin-system/src/main/java/com/hqhop/modules/company/service/AccountService.java | TomZhang187/mdm | de3b400a263e63b014f8c4cb63e3ad7410a2d9cc | [
"Apache-2.0"
] | null | null | null | eladmin-system/src/main/java/com/hqhop/modules/company/service/AccountService.java | TomZhang187/mdm | de3b400a263e63b014f8c4cb63e3ad7410a2d9cc | [
"Apache-2.0"
] | null | null | null | eladmin-system/src/main/java/com/hqhop/modules/company/service/AccountService.java | TomZhang187/mdm | de3b400a263e63b014f8c4cb63e3ad7410a2d9cc | [
"Apache-2.0"
] | null | null | null | 21.478873 | 82 | 0.660328 | 10,072 | package com.hqhop.modules.company.service;
import com.hqhop.common.dingtalk.dingtalkVo.DingUser;
import com.hqhop.modules.company.domain.Account;
import com.hqhop.modules.company.service.dto.AccountDTO;
import com.hqhop.modules.company.service.dto.AccountQueryCriteria;
import org.springframework.data.domain.Pageable;
... |
3e17a6d119c1cc7d195fdf856123bca87691f10b | 6,864 | java | Java | src/main/java/frc/robot/subsystems/MecanumDrivetrain.java | 1504/RapidReact2022 | 5b9a990589271c1031ac16282739683f12e9b4f0 | [
"BSD-3-Clause"
] | 1 | 2022-01-11T04:07:38.000Z | 2022-01-11T04:07:38.000Z | src/main/java/frc/robot/subsystems/MecanumDrivetrain.java | 1504/RapidReact2022 | 5b9a990589271c1031ac16282739683f12e9b4f0 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/subsystems/MecanumDrivetrain.java | 1504/RapidReact2022 | 5b9a990589271c1031ac16282739683f12e9b4f0 | [
"BSD-3-Clause"
] | 1 | 2022-01-11T23:21:38.000Z | 2022-01-11T23:21:38.000Z | 40.140351 | 125 | 0.758013 | 10,073 | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import com.kauailabs.navx.frc.AHRS;
import com.revrobotics.CANSparkMax;
import com.revrob... |
3e17a6d5b79af7c164c7577648fb99999d2c3f2a | 32,868 | java | Java | Needle-core/src/main/java/com/codido/needle/core/model/CfgChannelExample.java | bpascal/needle | 3ad5eea028fcce9f89086db3bd10272237b45c35 | [
"Apache-2.0"
] | null | null | null | Needle-core/src/main/java/com/codido/needle/core/model/CfgChannelExample.java | bpascal/needle | 3ad5eea028fcce9f89086db3bd10272237b45c35 | [
"Apache-2.0"
] | 2 | 2020-12-22T14:54:27.000Z | 2020-12-22T15:11:15.000Z | Needle-core/src/main/java/com/codido/needle/core/model/CfgChannelExample.java | bpascal/needle | 3ad5eea028fcce9f89086db3bd10272237b45c35 | [
"Apache-2.0"
] | null | null | null | 35.64859 | 105 | 0.621608 | 10,074 | package com.codido.needle.core.model;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class CfgChannelExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public CfgChannelExample()... |
3e17a8a5824779f0b0a79c850d3a3cc67aed3b82 | 1,475 | java | Java | AndroidAnnotations/functional-test-1-5/src/main/java/org/androidannotations/test15/prefs/SomePrefs.java | lalith-b/androidannotations | 615bce863b53ec7b00b4495bd97799d5fe11bd00 | [
"Apache-2.0"
] | 2 | 2015-05-29T09:54:06.000Z | 2016-06-24T14:01:16.000Z | AndroidAnnotations/functional-test-1-5/src/main/java/org/androidannotations/test15/prefs/SomePrefs.java | saopayne/androidannotations | 6b70c3233901a21ed71f2fb6c1e49545c377d754 | [
"Apache-2.0"
] | null | null | null | AndroidAnnotations/functional-test-1-5/src/main/java/org/androidannotations/test15/prefs/SomePrefs.java | saopayne/androidannotations | 6b70c3233901a21ed71f2fb6c1e49545c377d754 | [
"Apache-2.0"
] | null | null | null | 31.382979 | 80 | 0.793898 | 10,075 | /**
* Copyright (C) 2010-2013 eBusiness Information, Excilys Group
*
* 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 ... |
3e17a8c6b97fce910c41b5db88e6a723f13cb9f3 | 547 | java | Java | concurrency/src/main/java/ru/job4j/concurrency/second/DCLSingleton.java | Malamut54/dbobrov | 2436fa9a04d0dbde71b4a3f8af167604835afda9 | [
"Apache-2.0"
] | null | null | null | concurrency/src/main/java/ru/job4j/concurrency/second/DCLSingleton.java | Malamut54/dbobrov | 2436fa9a04d0dbde71b4a3f8af167604835afda9 | [
"Apache-2.0"
] | null | null | null | concurrency/src/main/java/ru/job4j/concurrency/second/DCLSingleton.java | Malamut54/dbobrov | 2436fa9a04d0dbde71b4a3f8af167604835afda9 | [
"Apache-2.0"
] | null | null | null | 23.782609 | 62 | 0.555759 | 10,076 | package ru.job4j.concurrency.second;
public class DCLSingleton {
private volatile static DCLSingleton inst;
public static DCLSingleton instOf() {
DCLSingleton localInstance = inst;
if (localInstance == null) {
synchronized (DCLSingleton.class) {
localInstance = inst... |
3e17a93441547be40e5b0d142aab4e8f0689c1ec | 145 | java | Java | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/Class_783.java | lesaint/experimenting-annotation-processing | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | [
"Apache-2.0"
] | 1 | 2016-01-18T17:57:21.000Z | 2016-01-18T17:57:21.000Z | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/Class_783.java | lesaint/experimenting-annotation-processing | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | [
"Apache-2.0"
] | null | null | null | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/Class_783.java | lesaint/experimenting-annotation-processing | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | [
"Apache-2.0"
] | null | null | null | 18.125 | 51 | 0.827586 | 10,077 | package fr.javatronic.blog.massive.annotation1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_783 {
}
|
3e17a9782c6785beb300bb37d2912a1b04f6326a | 2,582 | java | Java | app/src/main/java/com/example/cloud/sheep2/SubjectActivity.java | 15-2505-040-1/sheep8 | a325521aded69ad8612ee9922ed3da3fef317a9e | [
"MIT"
] | null | null | null | app/src/main/java/com/example/cloud/sheep2/SubjectActivity.java | 15-2505-040-1/sheep8 | a325521aded69ad8612ee9922ed3da3fef317a9e | [
"MIT"
] | null | null | null | app/src/main/java/com/example/cloud/sheep2/SubjectActivity.java | 15-2505-040-1/sheep8 | a325521aded69ad8612ee9922ed3da3fef317a9e | [
"MIT"
] | null | null | null | 33.102564 | 77 | 0.625097 | 10,078 | package com.example.cloud.sheep2;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import android.view.View;
import android.widget.TextView;
import static com.example.cloud.sheep2.R.id.sub1;
import... |
3e17a99cfc646e9b52a1efadbca43bfc68a4bbe4 | 8,452 | java | Java | common/src/test/java/com/thoughtworks/go/config/materials/ScmMaterialTest.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 5,865 | 2015-01-02T04:24:52.000Z | 2022-03-31T11:00:46.000Z | common/src/test/java/com/thoughtworks/go/config/materials/ScmMaterialTest.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 5,972 | 2015-01-02T10:20:42.000Z | 2022-03-31T20:17:09.000Z | common/src/test/java/com/thoughtworks/go/config/materials/ScmMaterialTest.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 998 | 2015-01-01T18:02:09.000Z | 2022-03-28T21:20:50.000Z | 41.326829 | 123 | 0.713055 | 10,079 | /*
* Copyright 2021 ThoughtWorks, Inc.
*
* 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 agr... |
3e17a9b1fa81bd50f9177a429d52286a034f8e45 | 173 | java | Java | src/test/java/sample/hello/MainTest.java | vega113/vegabase | 72e9a119cdf72ef1e41b274450009ea4351166af | [
"Apache-2.0"
] | null | null | null | src/test/java/sample/hello/MainTest.java | vega113/vegabase | 72e9a119cdf72ef1e41b274450009ea4351166af | [
"Apache-2.0"
] | null | null | null | src/test/java/sample/hello/MainTest.java | vega113/vegabase | 72e9a119cdf72ef1e41b274450009ea4351166af | [
"Apache-2.0"
] | null | null | null | 11.533333 | 33 | 0.693642 | 10,080 | package sample.hello;
import static org.junit.Assert.*;
import org.junit.Test;
public class MainTest {
@Test
public void test() {
fail("Not yet implemented");
}
}
|
3e17a9ec684ca6b7f6862c74b2c631ca2e9b70b5 | 970 | java | Java | src/Statements/loop/For.java | nesh170/SLogo | 8d60361921f50ec4238458fd87436a121f98d68e | [
"MIT"
] | null | null | null | src/Statements/loop/For.java | nesh170/SLogo | 8d60361921f50ec4238458fd87436a121f98d68e | [
"MIT"
] | null | null | null | src/Statements/loop/For.java | nesh170/SLogo | 8d60361921f50ec4238458fd87436a121f98d68e | [
"MIT"
] | null | null | null | 22.55814 | 93 | 0.66701 | 10,081 | package Statements.loop;
import java.util.List;
import Model.VariableManager;
import Statements.Statement;
import Statements.Variable;
/**
* @author Yancheng, Sierra
*/
public class For extends Loop {
/**
* Constructor for For.
* @param params List<List<Statement>>
* @param manager VariableManager
*/
pu... |
3e17aa37916d84d4cd92aa5a0c0e0fd07edca284 | 2,675 | java | Java | Project/src/membership/MemberManager.java | 1yena/JAVA-study | 4a115b3efe2670646a21131c9e00f2ecff696b24 | [
"MIT"
] | null | null | null | Project/src/membership/MemberManager.java | 1yena/JAVA-study | 4a115b3efe2670646a21131c9e00f2ecff696b24 | [
"MIT"
] | null | null | null | Project/src/membership/MemberManager.java | 1yena/JAVA-study | 4a115b3efe2670646a21131c9e00f2ecff696b24 | [
"MIT"
] | null | null | null | 16.823899 | 69 | 0.435514 | 10,082 | package membership;
import java.util.Vector;
import java.util.Scanner;
public class MemberManager {
Scanner scan = new Scanner(System.in);
Vector<Member> members = new Vector<Member>();
public void Run() {
int key = 0;
while((key = selectMenu())!=0) {
switch(... |
3e17aa8362a46039ac67b3a227e489f865aa6651 | 4,072 | java | Java | ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/InstanceBuilder.java | chrisr3/felix-dev | f3597cc709d1469d36314b3bff9cb1e609b6cdab | [
"Apache-2.0"
] | 73 | 2020-02-28T19:50:03.000Z | 2022-03-31T14:40:18.000Z | ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/InstanceBuilder.java | chrisr3/felix-dev | f3597cc709d1469d36314b3bff9cb1e609b6cdab | [
"Apache-2.0"
] | 50 | 2020-03-02T10:53:06.000Z | 2022-03-25T13:23:51.000Z | ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/extender/InstanceBuilder.java | chrisr3/felix-dev | f3597cc709d1469d36314b3bff9cb1e609b6cdab | [
"Apache-2.0"
] | 97 | 2020-03-02T10:40:18.000Z | 2022-03-25T01:13:32.000Z | 38.415094 | 105 | 0.670432 | 10,083 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
3e17ab24b39cf4057641091c6f9dd2f769da328f | 135 | java | Java | src/main/java/com/darcy/auxiliary/extractions/JiebaDemo.java | MyDarcy/SSE | 080c0310796ba0b8df1c41ea159dcc5594624445 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/darcy/auxiliary/extractions/JiebaDemo.java | MyDarcy/SSE | 080c0310796ba0b8df1c41ea159dcc5594624445 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/darcy/auxiliary/extractions/JiebaDemo.java | MyDarcy/SSE | 080c0310796ba0b8df1c41ea159dcc5594624445 | [
"Apache-2.0"
] | null | null | null | 12.272727 | 40 | 0.681481 | 10,084 | package com.darcy.auxiliary.extractions;
/*
* author: darcy
* date: 2018/1/24 11:16
* description:
*/
public class JiebaDemo {
}
|
3e17ab350bcff9b472495f791e7be50d8abda6d6 | 683 | java | Java | example-00-hello/src/main/java/io/sfe/hello/Note.java | vrudas/spring-framework-examples | ae4052ddbf5b541730bd0ec2952cc937ac70a17e | [
"MIT"
] | 21 | 2021-02-23T18:26:29.000Z | 2022-02-21T16:41:44.000Z | example-00-hello/src/main/java/io/sfe/hello/Note.java | vrudas/spring-framework-examples | ae4052ddbf5b541730bd0ec2952cc937ac70a17e | [
"MIT"
] | 20 | 2021-03-11T03:32:21.000Z | 2022-03-01T03:19:36.000Z | example-00-hello/src/main/java/io/sfe/hello/Note.java | vrudas/spring-framework-examples | ae4052ddbf5b541730bd0ec2952cc937ac70a17e | [
"MIT"
] | 5 | 2021-01-31T12:54:51.000Z | 2022-03-27T16:08:00.000Z | 18.459459 | 66 | 0.527086 | 10,085 | package io.sfe.hello;
import java.util.Objects;
public class Note {
private String text;
public String getText() {
return text;
}
public void setText(String text) {
this.text = text;
}
@Override
public boolean equals(Object o) {
if (this == o) return true;
... |
3e17ac20d068159e32d8f4e199a8a840570d29fd | 41,193 | java | Java | javacompiler/src/main/java/com/android/sdklib/repository/descriptors/PkgDesc.java | PranavPurwar/java-n-IDE-for-Android | 0edddf146fcc8540049268aee76c5bc9a5a516b2 | [
"Apache-2.0"
] | 2 | 2020-06-22T19:52:49.000Z | 2021-01-09T22:40:30.000Z | javacompiler/src/main/java/com/android/sdklib/repository/descriptors/PkgDesc.java | PranavPurwar/java-n-IDE-for-Android | 0edddf146fcc8540049268aee76c5bc9a5a516b2 | [
"Apache-2.0"
] | null | null | null | javacompiler/src/main/java/com/android/sdklib/repository/descriptors/PkgDesc.java | PranavPurwar/java-n-IDE-for-Android | 0edddf146fcc8540049268aee76c5bc9a5a516b2 | [
"Apache-2.0"
] | 1 | 2020-11-04T07:55:37.000Z | 2020-11-04T07:55:37.000Z | 35.882404 | 120 | 0.538417 | 10,086 | /*
* 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 app... |
3e17acd19b4982d4381d0464007e5f32678e55b3 | 1,421 | java | Java | algorithm/src/main/java/com/aninda/graph/GraphCycle.java | aninda08/Algorithms | d4d038520829ab5157f730e78467f833bb321662 | [
"Apache-2.0"
] | null | null | null | algorithm/src/main/java/com/aninda/graph/GraphCycle.java | aninda08/Algorithms | d4d038520829ab5157f730e78467f833bb321662 | [
"Apache-2.0"
] | null | null | null | algorithm/src/main/java/com/aninda/graph/GraphCycle.java | aninda08/Algorithms | d4d038520829ab5157f730e78467f833bb321662 | [
"Apache-2.0"
] | null | null | null | 21.530303 | 61 | 0.465869 | 10,087 | package com.aninda.graph;
public class GraphCycle {
int V, E;
Edge edge[];
int edgeCount = 0;
class Edge {
int src, dest;
}
public GraphCycle(int v, int e) {
this.V = v;
this.E = e;
this.edge = new Edge[e];
for (int i = 0; i < e; i++) {
... |
3e17acd6e46aea3e39572db11bd946f8a5c6d869 | 1,136 | java | Java | violin-test/src/main/java/com/wolf/test/jibx/Account.java | liyork/violin | 4f99d5461796df9debf33838d2ea7a16c1cb63c3 | [
"Apache-2.0"
] | null | null | null | violin-test/src/main/java/com/wolf/test/jibx/Account.java | liyork/violin | 4f99d5461796df9debf33838d2ea7a16c1cb63c3 | [
"Apache-2.0"
] | 24 | 2020-03-04T22:07:41.000Z | 2022-01-21T23:50:53.000Z | violin-test/src/main/java/com/wolf/test/jibx/Account.java | liyork/violin | 4f99d5461796df9debf33838d2ea7a16c1cb63c3 | [
"Apache-2.0"
] | 1 | 2017-06-27T09:15:50.000Z | 2017-06-27T09:15:50.000Z | 17.75 | 103 | 0.566021 | 10,088 | package com.wolf.test.jibx;
/**
* Description:
* <br/> Created on 2018/2/6 9:40
*
* @author 李超
* @since 1.0.0
*/
public class Account {
private int id;
private String name;
private String email;
private String address;
private Birthday birthday;
//getter、setter
@Override
public ... |
3e17ae50d5745e1e02da7e433072edf0b8c7ac62 | 1,835 | java | Java | litemall-date/src/main/java/org/linlinjava/litemall/db/service/impl/CartServiceImpl.java | dreamGitCJB/phosphor | 6e27fd81d972f6f0105b0cdd1a0fd3625b49c403 | [
"MIT"
] | 1 | 2020-05-13T09:06:16.000Z | 2020-05-13T09:06:16.000Z | litemall-date/src/main/java/org/linlinjava/litemall/db/service/impl/CartServiceImpl.java | dreamGitCJB/phosphor | 6e27fd81d972f6f0105b0cdd1a0fd3625b49c403 | [
"MIT"
] | null | null | null | litemall-date/src/main/java/org/linlinjava/litemall/db/service/impl/CartServiceImpl.java | dreamGitCJB/phosphor | 6e27fd81d972f6f0105b0cdd1a0fd3625b49c403 | [
"MIT"
] | null | null | null | 34.622642 | 155 | 0.716076 | 10,089 | package org.linlinjava.litemall.db.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import org.linlinjava.litemall.db.entity.Cart;
import org.linlinjava.litemall.db.mapper.CartMapper;
import org.linlinjava.litemall.db.service.ICartService;
import com.baomidou.mybatisplus.extensio... |
3e17ae9dc88babad6631e87bdad27f17e3a4e89d | 2,275 | java | Java | javers-core/src/main/java/org/javers/core/diff/custom/CustomPropertyComparator.java | andreiamariei/javers | 41813d0f140abe7a0f5ab6554b399b34dfc2c5dc | [
"Apache-2.0"
] | 887 | 2015-01-05T21:31:44.000Z | 2022-03-30T08:28:23.000Z | javers-core/src/main/java/org/javers/core/diff/custom/CustomPropertyComparator.java | andreiamariei/javers | 41813d0f140abe7a0f5ab6554b399b34dfc2c5dc | [
"Apache-2.0"
] | 764 | 2015-01-02T08:27:56.000Z | 2022-03-28T08:31:43.000Z | javers-core/src/main/java/org/javers/core/diff/custom/CustomPropertyComparator.java | andreiamariei/javers | 41813d0f140abe7a0f5ab6554b399b34dfc2c5dc | [
"Apache-2.0"
] | 349 | 2015-02-15T11:46:05.000Z | 2022-02-25T15:02:36.000Z | 39.224138 | 165 | 0.702418 | 10,090 | package org.javers.core.diff.custom;
import org.javers.core.diff.changetype.PropertyChange;
import org.javers.core.diff.changetype.PropertyChangeMetadata;
import org.javers.core.diff.changetype.ValueChange;
import org.javers.core.metamodel.property.Property;
import org.javers.core.metamodel.type.CustomType;
import org... |
3e17ae9de58f929f0f572d058e30e3ed3227087d | 5,044 | java | Java | compiler/src/test-integration/java/io/neow3j/compiler/StorageMapIntegrationTest2.java | hurui200320/neow3j | 74e31bde5dcb947df205d1d1a43bb465c1f8e6cf | [
"Apache-2.0"
] | null | null | null | compiler/src/test-integration/java/io/neow3j/compiler/StorageMapIntegrationTest2.java | hurui200320/neow3j | 74e31bde5dcb947df205d1d1a43bb465c1f8e6cf | [
"Apache-2.0"
] | null | null | null | compiler/src/test-integration/java/io/neow3j/compiler/StorageMapIntegrationTest2.java | hurui200320/neow3j | 74e31bde5dcb947df205d1d1a43bb465c1f8e6cf | [
"Apache-2.0"
] | null | null | null | 39.100775 | 97 | 0.698454 | 10,091 | package io.neow3j.compiler;
import io.neow3j.devpack.ByteString;
import io.neow3j.devpack.Hash160;
import io.neow3j.devpack.Hash256;
import io.neow3j.devpack.Storage;
import io.neow3j.devpack.StorageContext;
import io.neow3j.devpack.StorageMap;
import io.neow3j.protocol.core.response.InvocationResult;
import io.neow3j... |
3e17af0a7b5744223a9cc2f26861d4424e6554e9 | 1,413 | java | Java | src/main/java/securibench/micro/factories/Factories1.java | tudo-aqua/securibench-micro | 0ad29be499fa9c602de83583a660c099294a6093 | [
"Apache-2.0"
] | 1 | 2022-03-17T20:56:44.000Z | 2022-03-17T20:56:44.000Z | src/main/java/securibench/micro/factories/Factories1.java | tudo-aqua/securibench-micro | 0ad29be499fa9c602de83583a660c099294a6093 | [
"Apache-2.0"
] | null | null | null | src/main/java/securibench/micro/factories/Factories1.java | tudo-aqua/securibench-micro | 0ad29be499fa9c602de83583a660c099294a6093 | [
"Apache-2.0"
] | null | null | null | 31.711111 | 93 | 0.674142 | 10,092 | // SPDX-FileCopyrightText: 2006 Benjamin Livshits lyhxr@example.com
// SPDX-License-Identifier: Apache-2.0
// This file is part of the SV-Benchmarks collection of verification tasks:
// https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks
/*
@author Benjamin Livshits <lyhxr@example.com>
$Id:... |
3e17af79dc4ee7a33285ee08efd71c842aefc86a | 693 | java | Java | backend/src/main/java/io/licensemanager/backend/model/request/LicenseRequest.java | birdman98/LicenseManager-backend | 5669c0be4712eeb54d7bd1d566a1bdc653ec8e0c | [
"MIT"
] | 1 | 2021-04-17T16:02:38.000Z | 2021-04-17T16:02:38.000Z | backend/src/main/java/io/licensemanager/backend/model/request/LicenseRequest.java | pmatras/LicenseManager-backend | 5669c0be4712eeb54d7bd1d566a1bdc653ec8e0c | [
"MIT"
] | null | null | null | backend/src/main/java/io/licensemanager/backend/model/request/LicenseRequest.java | pmatras/LicenseManager-backend | 5669c0be4712eeb54d7bd1d566a1bdc653ec8e0c | [
"MIT"
] | 1 | 2021-01-28T19:03:45.000Z | 2021-01-28T19:03:45.000Z | 25.666667 | 59 | 0.694084 | 10,093 | package io.licensemanager.backend.model.request;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.apache.commons.lang3.StringUtils;
import java.util.Map;
@NoArgsConstructor
@AllArgsConstructor
@Data
public class LicenseRequest {
private String name;
private St... |
3e17af8dfaa0a89c1b6b644c5248cde69a75afb0 | 1,115 | java | Java | week12/part1/src/main/java/io/kimmking/cache/pubsub/IotCallBackController.java | sqifun/javaTrainingCamp | c537d21a8361ca83135b0af289b80f35108e3ca5 | [
"Apache-2.0"
] | 1 | 2022-02-11T15:53:30.000Z | 2022-02-11T15:53:30.000Z | week12/part1/src/main/java/io/kimmking/cache/pubsub/IotCallBackController.java | sqifun/javaTrainingCamp | c537d21a8361ca83135b0af289b80f35108e3ca5 | [
"Apache-2.0"
] | null | null | null | week12/part1/src/main/java/io/kimmking/cache/pubsub/IotCallBackController.java | sqifun/javaTrainingCamp | c537d21a8361ca83135b0af289b80f35108e3ca5 | [
"Apache-2.0"
] | null | null | null | 32.794118 | 88 | 0.727354 | 10,094 | package io.kimmking.cache.pubsub;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bi... |
3e17b03c448e1341d9d4ab47ab7cd55c5e7aef99 | 441 | java | Java | src/main/test/itextjfreechartpoi/ListSizeDemo.java | hua-hnust/myssmdemo | c9d169d4396b4ec0b4389a2394798884ed4fee4b | [
"Apache-2.0"
] | null | null | null | src/main/test/itextjfreechartpoi/ListSizeDemo.java | hua-hnust/myssmdemo | c9d169d4396b4ec0b4389a2394798884ed4fee4b | [
"Apache-2.0"
] | null | null | null | src/main/test/itextjfreechartpoi/ListSizeDemo.java | hua-hnust/myssmdemo | c9d169d4396b4ec0b4389a2394798884ed4fee4b | [
"Apache-2.0"
] | null | null | null | 19.173913 | 52 | 0.655329 | 10,095 | package itextjfreechartpoi;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
* Created by xhua on 2018-09-13.
* Describe: 初始化list大小
*/
public class ListSizeDemo {
@Test
public void test(){
List<Date> dataList = new ArrayList<Date>();
Syst... |
3e17b0a798d2592425abf77b9b350ef9bde1b3cd | 883 | java | Java | src/main/java/com/emarte/regurgitator/core/CoreTypes.java | talmeym/regurgitator-test-common | 98518181fa281462afbd018111abe1242a3233b3 | [
"MIT"
] | null | null | null | src/main/java/com/emarte/regurgitator/core/CoreTypes.java | talmeym/regurgitator-test-common | 98518181fa281462afbd018111abe1242a3233b3 | [
"MIT"
] | null | null | null | src/main/java/com/emarte/regurgitator/core/CoreTypes.java | talmeym/regurgitator-test-common | 98518181fa281462afbd018111abe1242a3233b3 | [
"MIT"
] | null | null | null | 49.055556 | 95 | 0.775764 | 10,096 | /*
* Copyright (C) 2017 Miles Talmey.
* Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
*/
package com.emarte.regurgitator.core;
public class CoreTypes {
public static final StringType STRING = new StringType();
public static final NumberType NUMBER = new NumberT... |
3e17b154062e47494ca3744f528aa29b672b901c | 895 | java | Java | String_Handling/searching_str_3.java | piyush168713/Core-Java | 53a3edddeda0cea977e422f38a7cbaa94432cd44 | [
"Apache-2.0"
] | 1 | 2022-02-02T06:35:50.000Z | 2022-02-02T06:35:50.000Z | String_Handling/searching_str_3.java | piyush168713/Core-Java | 53a3edddeda0cea977e422f38a7cbaa94432cd44 | [
"Apache-2.0"
] | null | null | null | String_Handling/searching_str_3.java | piyush168713/Core-Java | 53a3edddeda0cea977e422f38a7cbaa94432cd44 | [
"Apache-2.0"
] | 1 | 2022-02-02T06:35:55.000Z | 2022-02-02T06:35:55.000Z | 47.105263 | 82 | 0.575419 | 10,097 | package String_Handling;
public class searching_str_3 {
// Demonstrate indexOf() and lastIndexOf().
public static void main(String[] args) {
String s = "Now is the time for all good men " +
"to come to the aid of their country";
System.out.println(s);
System.out.... |
3e17b15b3c9deb5c5655ac85fc13063ad45e4eb4 | 4,641 | java | Java | android/src/androidTest/java/com/byteowls/capacitor/oauth2/ConfigUtilsTest.java | onexip/capacitor-oauth2 | 89c14b462809543d3022fdac34b8f2d17bcf91bf | [
"MIT"
] | null | null | null | android/src/androidTest/java/com/byteowls/capacitor/oauth2/ConfigUtilsTest.java | onexip/capacitor-oauth2 | 89c14b462809543d3022fdac34b8f2d17bcf91bf | [
"MIT"
] | null | null | null | android/src/androidTest/java/com/byteowls/capacitor/oauth2/ConfigUtilsTest.java | onexip/capacitor-oauth2 | 89c14b462809543d3022fdac34b8f2d17bcf91bf | [
"MIT"
] | 1 | 2019-06-25T18:48:13.000Z | 2019-06-25T18:48:13.000Z | 34.125 | 126 | 0.684766 | 10,098 | package com.byteowls.capacitor.oauth2;
import android.util.Log;
import com.getcapacitor.JSObject;
import org.apache.commons.io.IOUtils;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import java.io.InputStream;
import java.util.Map;
import static androidx.test.platform.app.Instrumentation... |
3e17b1feb2f4950a8fc7d9ab55bf27d3bc35333f | 5,428 | java | Java | sm-core/src/main/java/com/salesmanager/core/business/services/voucher/VoucherServiceImpl.java | vfsc2018/shopizer | cc1e34a5985b3733be3b92f0049a7e5f7aeb8d08 | [
"Apache-2.0"
] | null | null | null | sm-core/src/main/java/com/salesmanager/core/business/services/voucher/VoucherServiceImpl.java | vfsc2018/shopizer | cc1e34a5985b3733be3b92f0049a7e5f7aeb8d08 | [
"Apache-2.0"
] | null | null | null | sm-core/src/main/java/com/salesmanager/core/business/services/voucher/VoucherServiceImpl.java | vfsc2018/shopizer | cc1e34a5985b3733be3b92f0049a7e5f7aeb8d08 | [
"Apache-2.0"
] | 1 | 2020-09-29T08:16:14.000Z | 2020-09-29T08:16:14.000Z | 31.929412 | 157 | 0.719418 | 10,099 | package com.salesmanager.core.business.services.voucher;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.inject.Inject;
import org.springframework.stereotype.Service;
import org.springframework.va... |
3e17b2630bd7c0f607818382e9f0ccc792ab10a0 | 1,172 | java | Java | mall-admin/src/main/java/com/macro/mall/service/SmsFlashPromotionProductRelationService.java | wangwang2019-web/single-mall | cfcb45712ce0b5b9202cf8493dd5f9992895faf5 | [
"Apache-2.0"
] | 1 | 2021-09-08T08:19:51.000Z | 2021-09-08T08:19:51.000Z | mall-admin/src/main/java/com/macro/mall/service/SmsFlashPromotionProductRelationService.java | wateraw/background | e691ffac229c66b5a098b8593532ca50e4a9642c | [
"Apache-2.0"
] | null | null | null | mall-admin/src/main/java/com/macro/mall/service/SmsFlashPromotionProductRelationService.java | wateraw/background | e691ffac229c66b5a098b8593532ca50e4a9642c | [
"Apache-2.0"
] | 2 | 2021-09-14T03:34:45.000Z | 2021-12-20T06:12:55.000Z | 22.980392 | 128 | 0.69198 | 10,100 | package com.macro.mall.service;
import com.macro.mall.dto.SmsFlashPromotionProduct;
import com.macro.mall.model.SmsFlashPromotionProductRelation;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
* 限时购商品关联管理Service
* Created on 2018/11/16.
*/
public interface SmsFlashProm... |
3e17b349ab18ba75e4fbc09da481813a2e1d6e0e | 4,090 | java | Java | src/org/musicbrainz/model/entity/PlaceWs2.java | bobsmith947/musicbrainzws2-java-mod | 0e772298f1c16ead0d7f8f9cff1f633967dde2a0 | [
"BSD-3-Clause"
] | null | null | null | src/org/musicbrainz/model/entity/PlaceWs2.java | bobsmith947/musicbrainzws2-java-mod | 0e772298f1c16ead0d7f8f9cff1f633967dde2a0 | [
"BSD-3-Clause"
] | null | null | null | src/org/musicbrainz/model/entity/PlaceWs2.java | bobsmith947/musicbrainzws2-java-mod | 0e772298f1c16ead0d7f8f9cff1f633967dde2a0 | [
"BSD-3-Clause"
] | null | null | null | 22.472527 | 76 | 0.537897 | 10,101 | package org.musicbrainz.model.entity;
import java.util.logging.Logger;
import org.apache.commons.lang3.StringUtils;
import org.musicbrainz.model.LifeSpanWs2;
import org.musicbrainz.utils.MbUtils;
/**
* <p>A Place definition.
* A place is a building or outdoor area used for performing or
* pr... |
3e17b5fd9e1da496bb1f7e2ee4f60e306d32e8b2 | 125 | java | Java | java/info/rlwhitcomb/util/package-info.java | rlwhitcomb/utilities | 8da2881f1de891f46293c55f04e8b8f9fd863a8a | [
"MIT"
] | null | null | null | java/info/rlwhitcomb/util/package-info.java | rlwhitcomb/utilities | 8da2881f1de891f46293c55f04e8b8f9fd863a8a | [
"MIT"
] | 237 | 2021-01-21T17:05:00.000Z | 2022-03-31T17:30:09.000Z | java/info/rlwhitcomb/util/package-info.java | rlwhitcomb/utilities | 8da2881f1de891f46293c55f04e8b8f9fd863a8a | [
"MIT"
] | 1 | 2021-11-25T16:31:23.000Z | 2021-11-25T16:31:23.000Z | 20.833333 | 85 | 0.752 | 10,102 | /**
* A collection of many utility classes providing a wide variety of useful functions.
*/
package info.rlwhitcomb.util;
|
3e17b80680a51f6853e3ef29e6bcf3e099e095f7 | 21,243 | java | Java | java/revenj-core/src/main/java/org/revenj/database/postgres/jinq/RevenjQueryComposer.java | zrajnis/revenj | b84c6c8292741fd463ea4c02f026b641cc4ac5fc | [
"BSD-3-Clause"
] | 280 | 2015-02-08T22:57:18.000Z | 2022-03-30T05:00:51.000Z | java/revenj-core/src/main/java/org/revenj/database/postgres/jinq/RevenjQueryComposer.java | zrajnis/revenj | b84c6c8292741fd463ea4c02f026b641cc4ac5fc | [
"BSD-3-Clause"
] | 97 | 2015-03-08T20:59:29.000Z | 2021-12-21T05:27:18.000Z | java/revenj-core/src/main/java/org/revenj/database/postgres/jinq/RevenjQueryComposer.java | zrajnis/revenj | b84c6c8292741fd463ea4c02f026b641cc4ac5fc | [
"BSD-3-Clause"
] | 44 | 2015-07-08T12:38:22.000Z | 2022-03-23T14:27:35.000Z | 37.268421 | 184 | 0.702302 | 10,103 | package org.revenj.database.postgres.jinq;
import java.io.IOException;
import java.math.BigDecimal;
import java.sql.*;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.OffsetDateTime;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Co... |
3e17b8654a9f603262a0be3e0c8e33dd7202ae66 | 4,805 | java | Java | app/src/main/java/fr/acinq/eclair/wallet/customviews/DataRow.java | araspitzu/eclair-mobile | c036cc82fc04c578109e6946b289c9498fac68f0 | [
"Apache-2.0"
] | 137 | 2019-01-04T19:15:15.000Z | 2022-03-21T01:01:55.000Z | app/src/main/java/fr/acinq/eclair/wallet/customviews/DataRow.java | araspitzu/eclair-mobile | c036cc82fc04c578109e6946b289c9498fac68f0 | [
"Apache-2.0"
] | 147 | 2019-01-04T18:04:05.000Z | 2022-03-12T12:25:32.000Z | app/src/main/java/fr/acinq/eclair/wallet/customviews/DataRow.java | araspitzu/eclair-mobile | c036cc82fc04c578109e6946b289c9498fac68f0 | [
"Apache-2.0"
] | 32 | 2019-01-08T17:07:02.000Z | 2021-12-27T13:07:02.000Z | 34.818841 | 141 | 0.716337 | 10,104 | /*
* Copyright 2019 ACINQ SAS
*
* 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... |
3e17b9dd592a8687b33623ae6f812faad14d9894 | 1,821 | java | Java | RobotCodeJava/commandFrankie/src/main/java/frc/robot/subsystems/BallSucker.java | eduardorasgado/FRC_Codigo_2019Team7018 | c4ed066077c946621d8c372631d26f6c8727d120 | [
"MIT"
] | null | null | null | RobotCodeJava/commandFrankie/src/main/java/frc/robot/subsystems/BallSucker.java | eduardorasgado/FRC_Codigo_2019Team7018 | c4ed066077c946621d8c372631d26f6c8727d120 | [
"MIT"
] | null | null | null | RobotCodeJava/commandFrankie/src/main/java/frc/robot/subsystems/BallSucker.java | eduardorasgado/FRC_Codigo_2019Team7018 | c4ed066077c946621d8c372631d26f6c8727d120 | [
"MIT"
] | null | null | null | 31.396552 | 80 | 0.623833 | 10,105 | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
3e17ba7a575e16eda6f2fce98225edeaa6fa1f69 | 1,476 | java | Java | springbootmq/src/test/java/com/springbootmq/springbootmq/SpringbootmqApplicationTests.java | tianyaruobilin/ideaproject | 690b47e261acf550db3158c4ec22d4fcf09a7a8a | [
"Apache-2.0"
] | null | null | null | springbootmq/src/test/java/com/springbootmq/springbootmq/SpringbootmqApplicationTests.java | tianyaruobilin/ideaproject | 690b47e261acf550db3158c4ec22d4fcf09a7a8a | [
"Apache-2.0"
] | null | null | null | springbootmq/src/test/java/com/springbootmq/springbootmq/SpringbootmqApplicationTests.java | tianyaruobilin/ideaproject | 690b47e261acf550db3158c4ec22d4fcf09a7a8a | [
"Apache-2.0"
] | null | null | null | 23.428571 | 62 | 0.654472 | 10,106 | package com.springbootmq.springbootmq;
import com.springbootmq.springbootmq.config.HelloSender;
import com.springbootmq.springbootmq.entity.Book;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBoo... |
3e17ba8ce708d0df4489ce41a373952b536c9255 | 3,671 | java | Java | src/main/java/com/almuradev/droplet/component/range/DoubleRange.java | AlmuraDev/Droplet | 929af2c2920323567af1aae144aa1fb5e09189f8 | [
"MIT"
] | 1 | 2018-04-04T00:51:27.000Z | 2018-04-04T00:51:27.000Z | src/main/java/com/almuradev/droplet/component/range/DoubleRange.java | AlmuraDev/Droplet | 929af2c2920323567af1aae144aa1fb5e09189f8 | [
"MIT"
] | null | null | null | src/main/java/com/almuradev/droplet/component/range/DoubleRange.java | AlmuraDev/Droplet | 929af2c2920323567af1aae144aa1fb5e09189f8 | [
"MIT"
] | null | null | null | 31.646552 | 158 | 0.684282 | 10,107 | /*
* This file is part of droplet, licensed under the MIT License.
*
* Copyright (c) 2017-2018 AlmuraDev
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, includin... |
3e17bb3d5a7b093732700e71bfc85797be4c211f | 1,421 | java | Java | jworkflow.kernel/src/main/java/net/jworkflow/kernel/models/WorkflowDefinition.java | insad/jworkflow | c364e8c7a8c27394b909dc6fa51e5eda8d111926 | [
"MIT"
] | 60 | 2018-11-13T01:28:54.000Z | 2022-03-19T23:57:17.000Z | jworkflow.kernel/src/main/java/net/jworkflow/kernel/models/WorkflowDefinition.java | insad/jworkflow | c364e8c7a8c27394b909dc6fa51e5eda8d111926 | [
"MIT"
] | 7 | 2020-01-08T22:08:23.000Z | 2021-11-12T08:48:17.000Z | jworkflow.kernel/src/main/java/net/jworkflow/kernel/models/WorkflowDefinition.java | insad/jworkflow | c364e8c7a8c27394b909dc6fa51e5eda8d111926 | [
"MIT"
] | 25 | 2018-06-13T03:47:24.000Z | 2021-12-06T11:50:39.000Z | 19.202703 | 52 | 0.581281 | 10,108 | package net.jworkflow.kernel.models;
import java.util.ArrayList;
import java.util.List;
public final class WorkflowDefinition {
private String id;
private int version;
private String description;
private List<WorkflowStep> steps;
private Class dataType;
public WorkflowDefinition() {
... |
3e17bb655247e8e2f566dc194459f8a595fdf2d5 | 1,160 | java | Java | spock-core/src/main/java/org/spockframework/mock/runtime/DynamicProxyMockFactory.java | jprinet/spock | 52ec8beabca3566025f3192bba78d3b2acb5f823 | [
"Apache-2.0"
] | 1 | 2022-03-27T06:39:27.000Z | 2022-03-27T06:39:27.000Z | spock-core/src/main/java/org/spockframework/mock/runtime/DynamicProxyMockFactory.java | jprinet/spock | 52ec8beabca3566025f3192bba78d3b2acb5f823 | [
"Apache-2.0"
] | null | null | null | spock-core/src/main/java/org/spockframework/mock/runtime/DynamicProxyMockFactory.java | jprinet/spock | 52ec8beabca3566025f3192bba78d3b2acb5f823 | [
"Apache-2.0"
] | null | null | null | 35.151515 | 127 | 0.755172 | 10,109 | package org.spockframework.mock.runtime;
import org.spockframework.mock.ISpockMockObject;
import org.spockframework.mock.runtime.DynamicProxyMockInterceptorAdapter;
import org.spockframework.mock.runtime.IProxyBasedMockInterceptor;
import org.spockframework.runtime.InvalidSpecException;
import java.lang.reflect.Proxy... |
3e17bbfd4a9a922d1bfedc2608ca714714cc10c7 | 2,334 | java | Java | GridEnhancements/src/main/java/org/vaadin/grid/enhancements/client/navigation/BodyNaviagtionHandler.java | bonprix/vaadin-grid-enhancements | 46e380e0c7ebe7b3ae933708137da4c391235670 | [
"Apache-2.0"
] | 1 | 2016-09-15T18:14:41.000Z | 2016-09-15T18:14:41.000Z | GridEnhancements/src/main/java/org/vaadin/grid/enhancements/client/navigation/BodyNaviagtionHandler.java | bonprix/vaadin-grid-enhancements | 46e380e0c7ebe7b3ae933708137da4c391235670 | [
"Apache-2.0"
] | null | null | null | GridEnhancements/src/main/java/org/vaadin/grid/enhancements/client/navigation/BodyNaviagtionHandler.java | bonprix/vaadin-grid-enhancements | 46e380e0c7ebe7b3ae933708137da4c391235670 | [
"Apache-2.0"
] | null | null | null | 27.785714 | 85 | 0.696658 | 10,110 | package org.vaadin.grid.enhancements.client.navigation;
import com.google.gwt.core.client.Scheduler;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.Node;
import com.google.gwt.dom.client.NodeList;
import com.google.gwt.event.dom.client.KeyCodes;
import com.google.gwt.user.client.Command;
im... |
3e17bd2b4a0978f2002f85d2c656dfbf0ae84234 | 1,320 | java | Java | projects/batfish/src/main/java/org/batfish/vendor/a10/grammar/A10Preprocessor.java | ton31337/batfish | f8591e0c4578b655632648fb8e26bc814844d05c | [
"Apache-2.0"
] | 1 | 2018-11-07T19:31:03.000Z | 2018-11-07T19:31:03.000Z | projects/batfish/src/main/java/org/batfish/vendor/a10/grammar/A10Preprocessor.java | ton31337/batfish | f8591e0c4578b655632648fb8e26bc814844d05c | [
"Apache-2.0"
] | 2 | 2017-10-23T19:10:07.000Z | 2018-09-25T03:51:02.000Z | projects/batfish/src/main/java/org/batfish/vendor/a10/grammar/A10Preprocessor.java | ton31337/batfish | f8591e0c4578b655632648fb8e26bc814844d05c | [
"Apache-2.0"
] | 2 | 2017-08-11T14:04:59.000Z | 2017-10-23T19:04:51.000Z | 30 | 99 | 0.743939 | 10,111 | package org.batfish.vendor.a10.grammar;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.annotation.Nonnull;
import org.batfish.vendor.a10.representation.A10Configuration;
/**
* Given a parse tree, extracts metadata for an {@link A10Configuration}.
*
* <p>This includes extracting things... |
3e17bd31555db25190e1b8c566235ac189d3e899 | 5,439 | java | Java | src/main/java/org/incendo/permission/bukkit/CustomPermissibleBase.java | Sauilitired/IncendoPermissions | 93ac86b96e11cae7644160d7f807e8ed8e46acfc | [
"MIT"
] | 7 | 2019-01-02T16:34:59.000Z | 2021-07-31T22:03:51.000Z | src/main/java/org/incendo/permission/bukkit/CustomPermissibleBase.java | Sauilitired/IncendoPermissions | 93ac86b96e11cae7644160d7f807e8ed8e46acfc | [
"MIT"
] | 1 | 2021-12-18T12:46:40.000Z | 2021-12-18T12:46:40.000Z | src/main/java/org/incendo/permission/bukkit/CustomPermissibleBase.java | Sauilitired/IncendoPermissions | 93ac86b96e11cae7644160d7f807e8ed8e46acfc | [
"MIT"
] | null | null | null | 39.70073 | 147 | 0.724214 | 10,112 | //
// MIT License
//
// Copyright (c) 2019 Alexander Söderberg
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, co... |
3e17bd72ddcb445f0904a8c9378c1e73ca5e4baf | 1,676 | java | Java | archunit-example/example-plain/src/test/java/com/tngtech/archunit/exampletest/OnionArchitectureTest.java | spanierm/ArchUnit | 602080208dac2fd808cc00df0089668272fc2c0d | [
"Apache-2.0"
] | 2,143 | 2017-04-21T09:45:03.000Z | 2022-03-31T18:14:04.000Z | archunit-example/example-plain/src/test/java/com/tngtech/archunit/exampletest/OnionArchitectureTest.java | spanierm/ArchUnit | 602080208dac2fd808cc00df0089668272fc2c0d | [
"Apache-2.0"
] | 678 | 2017-04-26T19:26:48.000Z | 2022-03-31T16:34:39.000Z | archunit-example/example-plain/src/test/java/com/tngtech/archunit/exampletest/OnionArchitectureTest.java | spanierm/ArchUnit | 602080208dac2fd808cc00df0089668272fc2c0d | [
"Apache-2.0"
] | 274 | 2017-04-24T21:58:44.000Z | 2022-03-01T12:38:30.000Z | 38.976744 | 129 | 0.650358 | 10,113 | package com.tngtech.archunit.exampletest;
import com.tngtech.archunit.core.domain.JavaClasses;
import com.tngtech.archunit.core.importer.ClassFileImporter;
import com.tngtech.archunit.example.onionarchitecture.domain.model.OrderItem;
import com.tngtech.archunit.example.onionarchitecture.domain.service.OrderQuantity;
i... |
3e17bd963674ce985feec5ba8d59c173c830da34 | 10,781 | java | Java | hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTSVWithOperationAttributes.java | bbeaudreault/hbase | 02d263e7dde146956fda0ec245aeae85926ab12f | [
"Apache-2.0"
] | 4,857 | 2015-01-02T11:45:14.000Z | 2022-03-31T14:00:55.000Z | hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTSVWithOperationAttributes.java | bbeaudreault/hbase | 02d263e7dde146956fda0ec245aeae85926ab12f | [
"Apache-2.0"
] | 4,070 | 2015-05-01T02:52:57.000Z | 2022-03-31T23:54:50.000Z | hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTSVWithOperationAttributes.java | bbeaudreault/hbase | 02d263e7dde146956fda0ec245aeae85926ab12f | [
"Apache-2.0"
] | 3,611 | 2015-01-02T11:33:55.000Z | 2022-03-31T11:12:19.000Z | 38.641577 | 101 | 0.717002 | 10,114 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
3e17bf108b6614a629434c27eb045bd29a610b95 | 13,886 | java | Java | src/main/java/org/jabref/JabRefGUI.java | caioasilva/T5-ES-DC-UFSCAR-TA | be1c48e6f342d5a91cd201d4674afff17d401625 | [
"MIT"
] | 2 | 2017-12-20T15:40:29.000Z | 2018-12-14T09:35:11.000Z | src/main/java/org/jabref/JabRefGUI.java | T2-ES-DC-UFSCAR-TC/jabRefImproved | 96ad162c721b59dfc0613a048e13bed32ea37e99 | [
"MIT"
] | null | null | null | src/main/java/org/jabref/JabRefGUI.java | T2-ES-DC-UFSCAR-TC/jabRefImproved | 96ad162c721b59dfc0613a048e13bed32ea37e99 | [
"MIT"
] | 1 | 2021-01-05T10:10:58.000Z | 2021-01-05T10:10:58.000Z | 44.512821 | 165 | 0.621904 | 10,115 | package org.jabref;
import java.awt.Frame;
import java.io.File;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.List;
import javax.swing.JOptionPane;
import javax.swing.UIDefaults;
import javax.swing.UIMa... |
3e17bf4fbf99ef13eac4cbf483db4bf3115b4349 | 1,081 | java | Java | src/main/java/com/couchbase/client/dcp/core/CouchbaseException.java | couchbase/java-dcp-client | 692da2ea4175f796a1011050aeadf37a93705e8a | [
"Apache-2.0"
] | 29 | 2017-08-15T08:54:27.000Z | 2021-09-03T16:10:57.000Z | src/main/java/com/couchbase/client/dcp/core/CouchbaseException.java | couchbase/java-dcp-client | 692da2ea4175f796a1011050aeadf37a93705e8a | [
"Apache-2.0"
] | 6 | 2017-12-18T16:51:57.000Z | 2021-04-26T20:17:08.000Z | src/main/java/com/couchbase/client/dcp/core/CouchbaseException.java | couchbase/java-dcp-client | 692da2ea4175f796a1011050aeadf37a93705e8a | [
"Apache-2.0"
] | 10 | 2017-12-18T16:11:15.000Z | 2022-02-24T11:24:18.000Z | 27.717949 | 83 | 0.728955 | 10,116 | /*
* Copyright (c) 2016 Couchbase, Inc.
*
* 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 agr... |
3e17bf754a56fb44affb6ab1d04d65fe35a670ba | 636 | java | Java | Digital Menu/Master/src/connection/StatusFromJSON.java | Soare-Robert-Daniel/Project-Sarus | 38f8b5c579eda0cf941f05e35bd5063d31d06ce4 | [
"MIT"
] | null | null | null | Digital Menu/Master/src/connection/StatusFromJSON.java | Soare-Robert-Daniel/Project-Sarus | 38f8b5c579eda0cf941f05e35bd5063d31d06ce4 | [
"MIT"
] | null | null | null | Digital Menu/Master/src/connection/StatusFromJSON.java | Soare-Robert-Daniel/Project-Sarus | 38f8b5c579eda0cf941f05e35bd5063d31d06ce4 | [
"MIT"
] | null | null | null | 24.461538 | 70 | 0.646226 | 10,117 | package connection;
import data.Order;
import javax.json.Json;
import javax.json.JsonObject;
import javax.json.JsonReader;
import java.io.StringReader;
public class StatusFromJSON {
public static boolean getStatusConnection(String data){
JsonReader reader = Json.createReader(new StringReader(data));
... |
3e17c102ac82d7c7ac361a1d26c06d6f6da1e4c9 | 1,793 | java | Java | src/main/java/frc/robot/commands/ManualTeleop/DriveTeleop.java | NohoRoboForever/2022-Code | 0383667aea9fd392b954efaa2bc2d9ea40aacbdb | [
"BSD-3-Clause"
] | 5 | 2022-03-05T01:10:14.000Z | 2022-03-30T02:59:22.000Z | src/main/java/frc/robot/commands/ManualTeleop/DriveTeleop.java | NohoRobo/2022-Code | 0383667aea9fd392b954efaa2bc2d9ea40aacbdb | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/commands/ManualTeleop/DriveTeleop.java | NohoRobo/2022-Code | 0383667aea9fd392b954efaa2bc2d9ea40aacbdb | [
"BSD-3-Clause"
] | 1 | 2022-02-19T06:33:44.000Z | 2022-02-19T06:33:44.000Z | 26.367647 | 116 | 0.721138 | 10,118 | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.commands.ManualTeleop;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.Constants... |
3e17c11340829784ee8043bf714e4dc844a84c83 | 8,180 | java | Java | src/test/java/com/kioea/www/jsouputil/TianyaHongbao.java | sekift/kioea | f5de759e9242c27bec8e7ac9f45c0f4829d99a0e | [
"Apache-2.0"
] | null | null | null | src/test/java/com/kioea/www/jsouputil/TianyaHongbao.java | sekift/kioea | f5de759e9242c27bec8e7ac9f45c0f4829d99a0e | [
"Apache-2.0"
] | 7 | 2022-01-25T02:26:52.000Z | 2022-01-25T02:26:55.000Z | src/test/java/com/kioea/www/jsouputil/TianyaHongbao.java | sekift/kioea | f5de759e9242c27bec8e7ac9f45c0f4829d99a0e | [
"Apache-2.0"
] | null | null | null | 31.705426 | 132 | 0.633007 | 10,119 | package com.kioea.www.jsouputil;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
import com.kioea.www.regexutil.RegexUtil;
import org.apache.commons.io.FileUtils;
import org.jsoup.nodes.Elem... |
3e17c13085a1759de233199ed77fb8a0e1a02999 | 1,044 | java | Java | allsrc/com/ushaqi/zhuishushenqi/ui/post/aF.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | 1 | 2018-02-04T12:23:55.000Z | 2018-02-04T12:23:55.000Z | allsrc/com/ushaqi/zhuishushenqi/ui/post/aF.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | null | null | null | allsrc/com/ushaqi/zhuishushenqi/ui/post/aF.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | null | null | null | 29.828571 | 130 | 0.685824 | 10,120 | package com.ushaqi.zhuishushenqi.ui.post;
import android.os.AsyncTask.Status;
import android.support.design.widget.am;
import android.view.View;
import com.handmark.pulltorefresh.library.j;
final class aF
implements j
{
aF(BookReviewListFragment paramBookReviewListFragment)
{
}
public final void a()
{
... |
3e17c20b2293a9438d036da5f38b42b9f633e9a8 | 710 | java | Java | example-eclipse/src/com/diffplug/talks/socketsandplugs/eclipse/Operator.java | diffplug/sockets-and-plugs | 518c8ad5ea1e03344bf1e01c91a56ac01ec2d80a | [
"Apache-2.0"
] | null | null | null | example-eclipse/src/com/diffplug/talks/socketsandplugs/eclipse/Operator.java | diffplug/sockets-and-plugs | 518c8ad5ea1e03344bf1e01c91a56ac01ec2d80a | [
"Apache-2.0"
] | null | null | null | example-eclipse/src/com/diffplug/talks/socketsandplugs/eclipse/Operator.java | diffplug/sockets-and-plugs | 518c8ad5ea1e03344bf1e01c91a56ac01ec2d80a | [
"Apache-2.0"
] | null | null | null | 33.809524 | 75 | 0.746479 | 10,121 | /*
* Copyright 2016 DiffPlug
*
* 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 ... |
3e17c26ce5ae3435f646a69c73b6e167a6fa219c | 958 | java | Java | app/src/main/java/com/weather/android/about.java | syy703/weather | a2cab343e4dfe10de558b68840ae1ac26144bdde | [
"Apache-2.0"
] | 2 | 2018-06-13T06:44:20.000Z | 2018-06-13T06:44:41.000Z | app/src/main/java/com/weather/android/about.java | syy703/weather | a2cab343e4dfe10de558b68840ae1ac26144bdde | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/weather/android/about.java | syy703/weather | a2cab343e4dfe10de558b68840ae1ac26144bdde | [
"Apache-2.0"
] | null | null | null | 30.903226 | 89 | 0.664927 | 10,122 | package com.weather.android;
import android.os.Build;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
public class about extends AppCompatActivity {
@Override
protected void onCreate(Bundle s... |
3e17c34ec6bf79c2657d83fa4fff0080138d784d | 3,090 | java | Java | src/main/java/zes/openworks/intra/orderManage/wish/WishListDAO.java | tenbirds/OPENWORKS-3.0 | d9ea72589854380d7ad95a1df7e5397ad6d726a6 | [
"Apache-2.0"
] | null | null | null | src/main/java/zes/openworks/intra/orderManage/wish/WishListDAO.java | tenbirds/OPENWORKS-3.0 | d9ea72589854380d7ad95a1df7e5397ad6d726a6 | [
"Apache-2.0"
] | null | null | null | src/main/java/zes/openworks/intra/orderManage/wish/WishListDAO.java | tenbirds/OPENWORKS-3.0 | d9ea72589854380d7ad95a1df7e5397ad6d726a6 | [
"Apache-2.0"
] | null | null | null | 29.711538 | 92 | 0.601942 | 10,123 | /*
* Copyright (c) 2012 ZES Inc. All rights reserved.
* This software is the confidential and proprietary information of ZES Inc.
* You shall not disclose such Confidential Information and shall use it
* only in accordance with the terms of the license agreement you entered into
* with ZES Inc. (http://www.zesinc.... |
3e17c3c9e25242114bd6198a73b84e65385beec2 | 1,435 | java | Java | python/src/com/jetbrains/python/refactoring/surround/PyExpressionSurroundDescriptor.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | python/src/com/jetbrains/python/refactoring/surround/PyExpressionSurroundDescriptor.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2022-02-19T09:45:05.000Z | 2022-02-27T20:32:55.000Z | python/src/com/jetbrains/python/refactoring/surround/PyExpressionSurroundDescriptor.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 39.861111 | 140 | 0.790244 | 10,124 | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.jetbrains.python.refactoring.surround;
import com.intellij.lang.surroundWith.SurroundDescriptor;
import com.intellij.lang.surroundWith.Surrounder;
import com.intellij... |
3e17c4d66d78ff5f989733f0d3183be71ddd7f46 | 4,153 | java | Java | app/src/main/java/com/waka/workspace/smalldianping/Activity/Main/Fragment/Order/Adapter/AllOrderRecyclerViewAdapter.java | BadWaka/SmallDianPing | 644b18650d750e321a561e80413a1cb69e066284 | [
"Apache-2.0"
] | 3 | 2015-12-21T09:30:28.000Z | 2015-12-21T09:30:31.000Z | app/src/main/java/com/waka/workspace/smalldianping/Activity/Main/Fragment/Order/Adapter/AllOrderRecyclerViewAdapter.java | BadWaka/SmallDianPing | 644b18650d750e321a561e80413a1cb69e066284 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/waka/workspace/smalldianping/Activity/Main/Fragment/Order/Adapter/AllOrderRecyclerViewAdapter.java | BadWaka/SmallDianPing | 644b18650d750e321a561e80413a1cb69e066284 | [
"Apache-2.0"
] | null | null | null | 37.414414 | 166 | 0.691307 | 10,125 | package com.waka.workspace.smalldianping.Activity.Main.Fragment.Order.Adapter;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.support.v7.widget.CardView;
import android.support.v... |
3e17c4defe8a01eadb9bf166e67831d0851fd3de | 2,118 | java | Java | configurable-datasource/src/main/java/org/fxapps/datasource/DataSourceLoader.java | jesuino/quarkus-examples | 5f2fcaff628ffcf564d19def7ce972278352e37c | [
"Apache-2.0"
] | 7 | 2019-03-28T23:31:26.000Z | 2021-09-17T13:00:14.000Z | configurable-datasource/src/main/java/org/fxapps/datasource/DataSourceLoader.java | jesuino/quarkus-examples | 5f2fcaff628ffcf564d19def7ce972278352e37c | [
"Apache-2.0"
] | null | null | null | configurable-datasource/src/main/java/org/fxapps/datasource/DataSourceLoader.java | jesuino/quarkus-examples | 5f2fcaff628ffcf564d19def7ce972278352e37c | [
"Apache-2.0"
] | 3 | 2020-05-12T14:22:04.000Z | 2021-01-07T22:10:33.000Z | 33.09375 | 88 | 0.714825 | 10,126 | package org.fxapps.datasource;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.stream.StreamSupport;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.event.Observes;
import ... |
3e17c59da78f20276bd3eb79ee0022afbaeef98d | 1,991 | java | Java | hydrograph.ui/hydrograph.ui.engine/src/main/java/hydrograph/engine/jaxb/ojdbcupdate/TypeJdbcupdateRecord.java | oleksiy/Hydrograph | 52836a0b7cecb84079a3edadfdd4ac7497eb2fde | [
"Apache-2.0"
] | 129 | 2017-03-11T05:18:14.000Z | 2018-10-31T21:50:58.000Z | hydrograph.ui/hydrograph.ui.engine/src/main/java/hydrograph/engine/jaxb/ojdbcupdate/TypeJdbcupdateRecord.java | oleksiy/Hydrograph | 52836a0b7cecb84079a3edadfdd4ac7497eb2fde | [
"Apache-2.0"
] | 58 | 2017-03-14T19:55:48.000Z | 2018-09-19T15:48:31.000Z | hydrograph.ui/hydrograph.ui.engine/src/main/java/hydrograph/engine/jaxb/ojdbcupdate/TypeJdbcupdateRecord.java | oleksiy/Hydrograph | 52836a0b7cecb84079a3edadfdd4ac7497eb2fde | [
"Apache-2.0"
] | 116 | 2017-03-11T05:18:16.000Z | 2018-10-27T16:48:19.000Z | 38.288462 | 131 | 0.730286 | 10,127 |
/*
* Copyright 2017 Capital One Services, LLC and Bitwise, Inc.
* 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 applicab... |
3e17c64d7a6fab25ad97747ea44eb96173638311 | 6,272 | java | Java | lab10/lab10_solutionOfC.java | Uncle-Road/CS203_Dsaa | f6ffa4993ea5d1505d0b8d909b49b9161b576673 | [
"MIT"
] | null | null | null | lab10/lab10_solutionOfC.java | Uncle-Road/CS203_Dsaa | f6ffa4993ea5d1505d0b8d909b49b9161b576673 | [
"MIT"
] | null | null | null | lab10/lab10_solutionOfC.java | Uncle-Road/CS203_Dsaa | f6ffa4993ea5d1505d0b8d909b49b9161b576673 | [
"MIT"
] | null | null | null | 31.20398 | 106 | 0.388712 | 10,128 | import java.io.*;
import java.util.Comparator;
import java.util.PriorityQueue;
import java.util.ArrayList;
public class lab10_solutionOfC{
public static void main(String[] args)throws IOException {
Reader in = new Reader();
PrintWriter out=new PrintWriter(System.out);
double[] power ... |
3e17c69ccb3cea000363acc8f7bbfdefe91ef398 | 2,224 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/VisionStuff/visionsub.java | Cl0ck21/CrowForce2021-2022 | 64eb60a9ceedcf5774c9a30d9ab1c5305e98a0fd | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/VisionStuff/visionsub.java | Cl0ck21/CrowForce2021-2022 | 64eb60a9ceedcf5774c9a30d9ab1c5305e98a0fd | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/VisionStuff/visionsub.java | Cl0ck21/CrowForce2021-2022 | 64eb60a9ceedcf5774c9a30d9ab1c5305e98a0fd | [
"MIT"
] | null | null | null | 24.43956 | 91 | 0.579586 | 10,129 | package org.firstinspires.ftc.teamcode.VisionStuff;
import com.SCHSRobotics.HAL9001.system.robot.Camera;
import com.SCHSRobotics.HAL9001.system.robot.HALPipeline;
import com.SCHSRobotics.HAL9001.system.robot.Robot;
import com.SCHSRobotics.HAL9001.system.robot.VisionSubSystem;
import org.opencv.core.Mat;
import org.op... |
3e17c78532001f02d5eff1d5850babb3b13feb29 | 2,568 | java | Java | src/main/java/com/github/sladecek/maze/jmaze/print3d/output/OpenScadComposer.java | sladecek/jmaze | 80e7dd5a28d5f8b91548da4118c534d95545fcff | [
"Apache-2.0"
] | 1 | 2016-02-28T16:04:38.000Z | 2016-02-28T16:04:38.000Z | src/main/java/com/github/sladecek/maze/jmaze/print3d/output/OpenScadComposer.java | sladecek/jmaze | 80e7dd5a28d5f8b91548da4118c534d95545fcff | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/sladecek/maze/jmaze/print3d/output/OpenScadComposer.java | sladecek/jmaze | 80e7dd5a28d5f8b91548da4118c534d95545fcff | [
"Apache-2.0"
] | null | null | null | 26.474227 | 80 | 0.547118 | 10,130 | package com.github.sladecek.maze.jmaze.print3d.output;
//REV1
import com.github.sladecek.maze.jmaze.geometry.Point3D;
import com.github.sladecek.maze.jmaze.print.Color;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.util.ArrayList;
import ... |
3e17c7b28849e29e7c390d4febd85bdcb31c079b | 574 | java | Java | CristianPintoLuft/topic0/exercise2/topic0/AbstractFactoryPatternDemo.java | justomiguel/java-bootcamp-2016 | e84269b40bb46e8d10149256ec0ead2e9a933a93 | [
"Apache-2.0"
] | 1 | 2016-07-11T20:48:03.000Z | 2016-07-11T20:48:03.000Z | CristianPintoLuft/topic0/exercise2/topic0/AbstractFactoryPatternDemo.java | justomiguel/java-bootcamp-2016 | e84269b40bb46e8d10149256ec0ead2e9a933a93 | [
"Apache-2.0"
] | 33 | 2016-02-24T14:38:21.000Z | 2016-03-11T01:27:24.000Z | CristianPintoLuft/topic0/exercise2/topic0/AbstractFactoryPatternDemo.java | justomiguel/java-bootcamp-2016 | e84269b40bb46e8d10149256ec0ead2e9a933a93 | [
"Apache-2.0"
] | 3 | 2016-02-23T11:06:53.000Z | 2016-06-02T00:54:13.000Z | 30.210526 | 96 | 0.818815 | 10,131 | package topic0;
public class AbstractFactoryPatternDemo {
public static void main(String[] args) {
AbstractFactory sqlConnectorFactory = FactoryProducer.getFactory("SQLCONNECTORFACTORY");
SQLConnector mySQLConnector = sqlConnectorFactory.getSQLConnector("MYSQLCONNECTOR");
SQLConnector postgreSQLConnector = sq... |
3e17c7bea8356a14371538a9659f4179b383e503 | 231 | java | Java | test/asm/negInt.java | Azegor/mjc | 8b7eaca7e2079378d99a2a6fc7f6076976922dab | [
"MIT"
] | 3 | 2019-08-09T00:57:22.000Z | 2020-06-18T23:03:05.000Z | test/asm/negInt.java | Azegor/mjc | 8b7eaca7e2079378d99a2a6fc7f6076976922dab | [
"MIT"
] | null | null | null | test/asm/negInt.java | Azegor/mjc | 8b7eaca7e2079378d99a2a6fc7f6076976922dab | [
"MIT"
] | null | null | null | 15.4 | 42 | 0.484848 | 10,132 | class Foobar {
public static void main(String[] args) {
int a = 1 + (-2);
int b = 1 - 2;
if (a == b) {
System.out.println(1);
} else {
System.out.println(a);
System.out.println(b);
}
}
}
|
3e17c8f0e1c5b8acab4bd44460a4434d3464367a | 1,334 | java | Java | marineford-domain/src/main/java/one/piece/marineford/domain/User.java | evilc2012/Marineford | adc90a33438429b0ee07f6487c37f29b32a37237 | [
"Apache-2.0"
] | null | null | null | marineford-domain/src/main/java/one/piece/marineford/domain/User.java | evilc2012/Marineford | adc90a33438429b0ee07f6487c37f29b32a37237 | [
"Apache-2.0"
] | null | null | null | marineford-domain/src/main/java/one/piece/marineford/domain/User.java | evilc2012/Marineford | adc90a33438429b0ee07f6487c37f29b32a37237 | [
"Apache-2.0"
] | null | null | null | 20.523077 | 61 | 0.638681 | 10,133 | package one.piece.marineford.domain;
import one.piece.marineford.annotation.dao.springjdbc.Column;
import one.piece.marineford.annotation.dao.springjdbc.Id;
import one.piece.marineford.annotation.dao.springjdbc.Table;
/**
* Created by Administrator on 2016/5/4.
*/
@Table(name = "sys_user")
public class User extend... |
3e17c92c8d34e61392226955a303f7a4f1bd5d89 | 25,894 | java | Java | Tema 13 - XUI Views/Ejemplo/B4J/Objects/src/b4j/example/b4xformatter.java | Lamashino/Teaching-B4J | 99862588df4c97e0aad6a8a97b1b2cf5202bd165 | [
"CC-BY-4.0"
] | 2 | 2021-03-30T20:21:58.000Z | 2021-07-07T08:41:58.000Z | Tema 13 - XUI Views/Ejemplo/B4J/Objects/src/b4j/example/b4xformatter.java | Lamashino/Teaching-B4J | 99862588df4c97e0aad6a8a97b1b2cf5202bd165 | [
"CC-BY-4.0"
] | null | null | null | Tema 13 - XUI Views/Ejemplo/B4J/Objects/src/b4j/example/b4xformatter.java | Lamashino/Teaching-B4J | 99862588df4c97e0aad6a8a97b1b2cf5202bd165 | [
"CC-BY-4.0"
] | null | null | null | 48.94896 | 370 | 0.765621 | 10,134 | package b4j.example;
import anywheresoftware.b4a.debug.*;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.B4AClass;
public class b4xformatter extends B4AClass.ImplB4AClass implements BA.SubDelegator{
public static java.util.HashMap<String, java.lang.reflect.Method> htSubs;
private void innerIniti... |
3e17ca110a3f4b4a2a93291531a8b73d4e82e52f | 908 | java | Java | cs-clrs/src/main/java/com/mmnaseri/cs/clrs/ch16/s1/GreedyActivitySelector.java | rfarhanian/cs-review | 5e958c12f7119aaf5386c7cb7d19c646e68b5ce6 | [
"MIT"
] | 247 | 2017-05-31T21:26:44.000Z | 2022-03-14T05:27:37.000Z | cs-clrs/src/main/java/com/mmnaseri/cs/clrs/ch16/s1/GreedyActivitySelector.java | codeAligned/cs-review | 2186bddc3bca6c045becd52f363268ca663dcbd7 | [
"MIT"
] | 11 | 2018-08-18T04:51:48.000Z | 2019-06-27T11:30:59.000Z | cs-clrs/src/main/java/com/mmnaseri/cs/clrs/ch16/s1/GreedyActivitySelector.java | codeAligned/cs-review | 2186bddc3bca6c045becd52f363268ca663dcbd7 | [
"MIT"
] | 77 | 2017-06-06T21:41:19.000Z | 2022-03-02T06:34:32.000Z | 30.466667 | 92 | 0.637856 | 10,135 | package com.mmnaseri.cs.clrs.ch16.s1;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
/**
* @author Mohammad Milad Naseri (ychag@example.com)
* @since 1.0 (7/22/15, 10:48 PM)
*/
public class GreedyActivitySelector implements ActivitySelector {
@Override
public Set<Integer> select(... |
3e17ca29cee609e3a4cb695c644ff53e33a77813 | 4,376 | java | Java | play-services-base-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java | matttbe/GmsCore | 17b8371b489f919d6ff87607c4a289b0af38d159 | [
"Apache-2.0"
] | 3,181 | 2015-01-09T14:33:44.000Z | 2020-11-18T15:37:37.000Z | play-services-base-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java | kitskih/GmsCore | 96cfe2bd9b1798511ea6eb31434049c08b47584a | [
"Apache-2.0"
] | 1,182 | 2015-03-16T19:40:01.000Z | 2020-11-17T15:47:18.000Z | play-services-base-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java | kitskih/GmsCore | 96cfe2bd9b1798511ea6eb31434049c08b47584a | [
"Apache-2.0"
] | 505 | 2015-01-28T01:03:02.000Z | 2020-11-18T07:18:42.000Z | 42.901961 | 143 | 0.662706 | 10,136 | package org.microg.gms.common;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.Service;
import android.content.ComponentName;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.Intent;
import ... |
3e17ca5609ccb2843b798a824d798f0276eefcca | 3,632 | java | Java | Java/OCR PDF/src/com/muhimbi/ws/FileMergeSettings.java | DJames239/PDF-Converter-Services | c0faab95f66aee15f199b0af00b85175e701ca27 | [
"Apache-2.0"
] | 3 | 2019-03-29T20:35:26.000Z | 2021-12-14T12:35:00.000Z | Java/OCR PDF/src/com/muhimbi/ws/FileMergeSettings.java | DJames239/PDF-Converter-Services | c0faab95f66aee15f199b0af00b85175e701ca27 | [
"Apache-2.0"
] | 1 | 2020-03-09T14:34:44.000Z | 2020-03-09T14:34:44.000Z | Java/OCR PDF/src/com/muhimbi/ws/FileMergeSettings.java | DJames239/PDF-Converter-Services | c0faab95f66aee15f199b0af00b85175e701ca27 | [
"Apache-2.0"
] | 6 | 2019-12-15T09:18:05.000Z | 2022-01-28T18:12:54.000Z | 29.290323 | 185 | 0.646476 | 10,137 |
package com.muhimbi.ws;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bin... |
3e17ca56fb9f5f8422354427facf6e0e7bf0ef4b | 77 | java | Java | src/TDPokemons/IAttaque.java | 2019-2020-IUT/M213-Bases-de-la-programmation-oriente-objet | 6c5cc3b59700861e204a139cd7d6e07493965748 | [
"CC-BY-4.0"
] | null | null | null | src/TDPokemons/IAttaque.java | 2019-2020-IUT/M213-Bases-de-la-programmation-oriente-objet | 6c5cc3b59700861e204a139cd7d6e07493965748 | [
"CC-BY-4.0"
] | null | null | null | src/TDPokemons/IAttaque.java | 2019-2020-IUT/M213-Bases-de-la-programmation-oriente-objet | 6c5cc3b59700861e204a139cd7d6e07493965748 | [
"CC-BY-4.0"
] | null | null | null | 12.833333 | 27 | 0.766234 | 10,138 | package TDPokemons;
public interface IAttaque {
void attaque(Pokemon p);
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.