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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e399599259f42a2c9add7ad13ed07bd57d4a302 | 5,332 | java | Java | src/main/java/gov/usgs/volcanoes/vdx/server/VDX.java | usgs/vsc-vdx | 730b66d620ea96ce56622c0ac456ebb97d4c5c59 | [
"CC0-1.0"
] | null | null | null | src/main/java/gov/usgs/volcanoes/vdx/server/VDX.java | usgs/vsc-vdx | 730b66d620ea96ce56622c0ac456ebb97d4c5c59 | [
"CC0-1.0"
] | 3 | 2017-07-11T01:33:57.000Z | 2018-09-17T23:03:50.000Z | src/main/java/gov/usgs/volcanoes/vdx/server/VDX.java | usgs/vsc-vdx | 730b66d620ea96ce56622c0ac456ebb97d4c5c59 | [
"CC0-1.0"
] | 7 | 2017-04-28T20:33:40.000Z | 2018-05-05T21:36:47.000Z | 26.66 | 96 | 0.597337 | 24,288 | package gov.usgs.volcanoes.vdx.server;
import gov.usgs.volcanoes.core.Log;
import gov.usgs.volcanoes.core.configfile.ConfigFile;
import gov.usgs.volcanoes.core.legacy.net.Server;
import gov.usgs.volcanoes.core.util.StringUtils;
import gov.usgs.volcanoes.vdx.Version;
import java.io.BufferedReader;
import java... |
3e399697992864541bfa3437dd8e7c2d5518fcd2 | 13,427 | java | Java | spring-core/src/test/java/org/springframework/core/env/ProfilesTests.java | 1368647759/SpringLearn | 79cf6b43534a88f58b058294b976cf8f56423104 | [
"Apache-2.0"
] | 49,076 | 2015-01-01T07:23:26.000Z | 2022-03-31T23:57:00.000Z | spring-core/src/test/java/org/springframework/core/env/ProfilesTests.java | 1368647759/SpringLearn | 79cf6b43534a88f58b058294b976cf8f56423104 | [
"Apache-2.0"
] | 7,918 | 2015-01-06T17:17:21.000Z | 2022-03-31T20:10:05.000Z | spring-core/src/test/java/org/springframework/core/env/ProfilesTests.java | 1368647759/SpringLearn | 79cf6b43534a88f58b058294b976cf8f56423104 | [
"Apache-2.0"
] | 37,778 | 2015-01-01T08:25:16.000Z | 2022-03-31T17:25:08.000Z | 34.428205 | 122 | 0.746034 | 24,289 | /*
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e399722a7190dba22798a92c701d0ed0efed88d | 460 | java | Java | ICC/SOOT-Nightly/soot-github/systests/java_tests/Compare2.java | dongy6/type-inference | 90d002a1e2d0a3d160ab204084da9d5be5fdd971 | [
"Apache-2.0"
] | 1 | 2019-12-07T16:13:03.000Z | 2019-12-07T16:13:03.000Z | ICC/SOOT-Nightly/soot-github/systests/java_tests/Compare2.java | dongy6/type-inference | 90d002a1e2d0a3d160ab204084da9d5be5fdd971 | [
"Apache-2.0"
] | null | null | null | ICC/SOOT-Nightly/soot-github/systests/java_tests/Compare2.java | dongy6/type-inference | 90d002a1e2d0a3d160ab204084da9d5be5fdd971 | [
"Apache-2.0"
] | null | null | null | 16.428571 | 45 | 0.378261 | 24,290 | public class Compare2 {
public static void main(String [] args) {
Compare2 c = new Compare2();
c.run();
}
private void run() {
int i = 9;
long l = 10;
if (l >= i) {
System.out.println(l);
}
else if (l < i) {
System.out.pr... |
3e39978214552b3ae0e2197fb8bf314971a06cf6 | 1,048 | java | Java | app/src/main/java/com/toby/eziketobenna/popularmovies/model/Review/ReviewResponse.java | Ezike/PopularMovies | df0172d3d666172953878d814c683232bf38944c | [
"Apache-2.0"
] | 8 | 2018-11-17T05:06:51.000Z | 2021-04-16T17:59:44.000Z | app/src/main/java/com/toby/eziketobenna/popularmovies/model/Review/ReviewResponse.java | Ezike/PopularMovies | df0172d3d666172953878d814c683232bf38944c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/toby/eziketobenna/popularmovies/model/Review/ReviewResponse.java | Ezike/PopularMovies | df0172d3d666172953878d814c683232bf38944c | [
"Apache-2.0"
] | 4 | 2020-03-27T17:52:02.000Z | 2021-07-26T10:03:55.000Z | 20.96 | 84 | 0.653626 | 24,291 | package com.toby.eziketobenna.popularmovies.model.Review;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
public class ReviewResponse {
@SerializedName("results")
private ArrayList<Review> result;
@SerializedName("total_results")
private int total_results;
@Serial... |
3e3997b496a3102729e112e48a425bb84673a2d8 | 202 | java | Java | MicroBusiness/libs/ImageLoaderLibrary/src/main/java/com/img/load/Proxy.java | rapeflower/TemplateProject | 64f936350dca401b06f7cf0612e1bbe1fd98d773 | [
"MIT"
] | null | null | null | MicroBusiness/libs/ImageLoaderLibrary/src/main/java/com/img/load/Proxy.java | rapeflower/TemplateProject | 64f936350dca401b06f7cf0612e1bbe1fd98d773 | [
"MIT"
] | null | null | null | MicroBusiness/libs/ImageLoaderLibrary/src/main/java/com/img/load/Proxy.java | rapeflower/TemplateProject | 64f936350dca401b06f7cf0612e1bbe1fd98d773 | [
"MIT"
] | null | null | null | 15.538462 | 49 | 0.663366 | 24,292 | package com.img.load;
/***********
*
* @Author rape flower
* @Date 2016-09-21 09:52
* @Describe 基本的代理,以后所有加载网络图片包含Bitmap参数的回调都应实现该代理
*
*/
public interface Proxy extends LoadStatus{
//empty
}
|
3e399826dcafa009f47da0bf89d896535c9ae3be | 12,628 | java | Java | src/test/java/org/snomed/snowstorm/mrcm/MRCMUpdateServiceTest.java | IHTSDO/elastic-snomed | 7c6b8524c7becdbe03291a8e09344be94006416f | [
"Apache-2.0"
] | 208 | 2018-04-16T09:54:00.000Z | 2022-03-27T04:54:00.000Z | src/test/java/org/snomed/snowstorm/mrcm/MRCMUpdateServiceTest.java | IHTSDO/elastic-snomed | 7c6b8524c7becdbe03291a8e09344be94006416f | [
"Apache-2.0"
] | 344 | 2018-04-12T15:27:57.000Z | 2022-03-30T11:04:24.000Z | src/test/java/org/snomed/snowstorm/mrcm/MRCMUpdateServiceTest.java | IHTSDO/elastic-snomed | 7c6b8524c7becdbe03291a8e09344be94006416f | [
"Apache-2.0"
] | 118 | 2018-10-23T14:23:27.000Z | 2022-03-27T04:48:05.000Z | 53.058824 | 222 | 0.76853 | 24,293 | package org.snomed.snowstorm.mrcm;
import io.kaicode.elasticvc.api.BranchService;
import io.kaicode.elasticvc.domain.Branch;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.snomed.snowstorm.AbstractTest;
import org.snomed.snowsto... |
3e39983ef9eb783efdf8cd3f1684928c7617c8a2 | 1,580 | java | Java | lab7-jdk-aqs/src/main/java/io/github/qxqrose/MyLock.java | qaqRose/lab | 697122c8c97d27f24c013c4609884c646bf6c275 | [
"MIT"
] | null | null | null | lab7-jdk-aqs/src/main/java/io/github/qxqrose/MyLock.java | qaqRose/lab | 697122c8c97d27f24c013c4609884c646bf6c275 | [
"MIT"
] | null | null | null | lab7-jdk-aqs/src/main/java/io/github/qxqrose/MyLock.java | qaqRose/lab | 697122c8c97d27f24c013c4609884c646bf6c275 | [
"MIT"
] | null | null | null | 23.939394 | 64 | 0.53481 | 24,294 | package io.github.qxqrose;
import java.util.concurrent.locks.AbstractQueuedSynchronizer;
import java.util.concurrent.locks.ReentrantLock;
/**
* @author: qiu
* 2021/9/19
*/
public class MyLock extends AbstractQueuedSynchronizer {
public void lock() {
// 尝试加锁
if (compareAndSetState(0, 1)) {
... |
3e39992551176f7ce3dd09405070e568cde8f27f | 334 | java | Java | src/main/java/com/tavares/messenger/service/dao/UserDao.java | adheli/messenger | 6a52d925d6057b39b8619d48afbd8e224c034750 | [
"MIT"
] | null | null | null | src/main/java/com/tavares/messenger/service/dao/UserDao.java | adheli/messenger | 6a52d925d6057b39b8619d48afbd8e224c034750 | [
"MIT"
] | null | null | null | src/main/java/com/tavares/messenger/service/dao/UserDao.java | adheli/messenger | 6a52d925d6057b39b8619d48afbd8e224c034750 | [
"MIT"
] | null | null | null | 30.363636 | 63 | 0.802395 | 24,295 | package com.tavares.messenger.service.dao;
import com.tavares.messenger.model.entity.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserDao extends JpaRepository<User, String> {
User findByUsername(String u... |
3e3999953a4bc64a4ead37e70663c80b819bb3c6 | 2,096 | java | Java | src/net/kenevans/imagemodel/colorset/ColorSetUtils.java | KennethEvans/rcp-imagemodel | 1942974d98e0423063d4e2246e3e9f3c2d23c37e | [
"MIT"
] | null | null | null | src/net/kenevans/imagemodel/colorset/ColorSetUtils.java | KennethEvans/rcp-imagemodel | 1942974d98e0423063d4e2246e3e9f3c2d23c37e | [
"MIT"
] | null | null | null | src/net/kenevans/imagemodel/colorset/ColorSetUtils.java | KennethEvans/rcp-imagemodel | 1942974d98e0423063d4e2246e3e9f3c2d23c37e | [
"MIT"
] | null | null | null | 31.757576 | 78 | 0.541031 | 24,296 | package net.kenevans.imagemodel.colorset;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
public class ColorSetUtils
{
public stat... |
3e399b1a90b759e5a13a895bb6a7afff5202926f | 613 | java | Java | src/de/gurkenlabs/litiengine/entities/EntitySpawnedEvent.java | EagleoutIce/litiengine | fdd635e6fcff5081c106d694bd2edb5da6407d1b | [
"MIT"
] | 571 | 2017-04-11T17:04:18.000Z | 2022-03-29T19:23:53.000Z | src/de/gurkenlabs/litiengine/entities/EntitySpawnedEvent.java | EagleoutIce/litiengine | fdd635e6fcff5081c106d694bd2edb5da6407d1b | [
"MIT"
] | 376 | 2017-04-18T14:05:00.000Z | 2022-02-20T18:13:38.000Z | src/de/gurkenlabs/litiengine/entities/EntitySpawnedEvent.java | EagleoutIce/litiengine | fdd635e6fcff5081c106d694bd2edb5da6407d1b | [
"MIT"
] | 115 | 2017-04-11T15:47:54.000Z | 2022-02-18T15:33:18.000Z | 24.52 | 69 | 0.735726 | 24,297 | package de.gurkenlabs.litiengine.entities;
import java.util.EventObject;
public class EntitySpawnedEvent extends EventObject {
private static final long serialVersionUID = 3168131857377255247L;
private final transient Spawnpoint spawnpoint;
private final transient IEntity spawnedEntity;
EntitySpaw... |
3e399b4f88d16dcd4c1c1c251fc922bc91f80596 | 2,453 | java | Java | app/src/main/java/br/com/mwmobile/expirationcontrol/ui/viewmodel/RegisterSupplierViewModel.java | WilkerOliveira/expiration-control | 98e864c45d82a6007b92ca05d666fc608e3b8c8e | [
"Apache-2.0"
] | 3 | 2018-08-01T11:11:31.000Z | 2018-12-26T13:46:15.000Z | app/src/main/java/br/com/mwmobile/expirationcontrol/ui/viewmodel/RegisterSupplierViewModel.java | WilkerOliveira/expiration-control | 98e864c45d82a6007b92ca05d666fc608e3b8c8e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/br/com/mwmobile/expirationcontrol/ui/viewmodel/RegisterSupplierViewModel.java | WilkerOliveira/expiration-control | 98e864c45d82a6007b92ca05d666fc608e3b8c8e | [
"Apache-2.0"
] | null | null | null | 29.297619 | 115 | 0.687932 | 24,298 | package br.com.mwmobile.expirationcontrol.ui.viewmodel;
import android.arch.lifecycle.ViewModel;
import java.util.List;
import javax.inject.Inject;
import br.com.mwmobile.expirationcontrol.di.component.SupplierComponent;
import br.com.mwmobile.expirationcontrol.exception.CustomError;
import br.com.mwmobile.expirati... |
3e399b6a047fab31d356c1573920ee0c826d52fa | 2,999 | java | Java | legacy/Empire/src/com/tyrfing/games/id17/networking/NewWar.java | TyrfingX/TyrLib | f08e34f8cd9cc5514ba5297b5f69c692f8832099 | [
"MIT"
] | null | null | null | legacy/Empire/src/com/tyrfing/games/id17/networking/NewWar.java | TyrfingX/TyrLib | f08e34f8cd9cc5514ba5297b5f69c692f8832099 | [
"MIT"
] | 26 | 2017-07-29T00:06:01.000Z | 2017-07-31T20:53:35.000Z | legacy/Empire/src/com/tyrfing/games/id17/networking/NewWar.java | TyrfingX/TyrLib | f08e34f8cd9cc5514ba5297b5f69c692f8832099 | [
"MIT"
] | null | null | null | 28.561905 | 93 | 0.657219 | 24,299 | package com.tyrfing.games.id17.networking;
import java.util.List;
import com.tyrfing.games.id17.houses.House;
import com.tyrfing.games.id17.war.War;
import com.tyrfing.games.id17.war.WarGoal;
import com.tyrfing.games.id17.war.WarJustification;
import com.tyrfing.games.id17.world.World;
import com.tyrlib2.net... |
3e399bec4d96d6e5b58d627a06acdc69d4833d01 | 1,068 | java | Java | Search Algorithms/AStar/src/astar/Vertex.java | SoumyadeepDebnath/AI_with_JAVA | 883d4371df716d37ce12fe5056443e354470fca2 | [
"MIT"
] | null | null | null | Search Algorithms/AStar/src/astar/Vertex.java | SoumyadeepDebnath/AI_with_JAVA | 883d4371df716d37ce12fe5056443e354470fca2 | [
"MIT"
] | null | null | null | Search Algorithms/AStar/src/astar/Vertex.java | SoumyadeepDebnath/AI_with_JAVA | 883d4371df716d37ce12fe5056443e354470fca2 | [
"MIT"
] | null | null | null | 20.941176 | 69 | 0.499064 | 24,300 | package astar;
// @author SoumyadeepDebnath
public class Vertex {
final private String id;
final private String name;
public Vertex(String id, String name) {
this.id = id;
this.name = name;
}
// public String getId() {
// return id;
// }
//
// public String getName() ... |
3e399c14d564ae172b4d3d9423bd5c3bf4a7a733 | 1,960 | java | Java | ybaseframework/src/main/java/com/yelj/ybaseframework/base/activity/YBaseActivity.java | gushiyixini/YBaseFramework | 45c59205a20e654d9e08ec3ba7350b7ac5eafaca | [
"Apache-2.0"
] | 2 | 2019-06-04T08:31:28.000Z | 2019-06-04T09:14:49.000Z | ybaseframework/src/main/java/com/yelj/ybaseframework/base/activity/YBaseActivity.java | gushiyixini/YBaseFramework | 45c59205a20e654d9e08ec3ba7350b7ac5eafaca | [
"Apache-2.0"
] | null | null | null | ybaseframework/src/main/java/com/yelj/ybaseframework/base/activity/YBaseActivity.java | gushiyixini/YBaseFramework | 45c59205a20e654d9e08ec3ba7350b7ac5eafaca | [
"Apache-2.0"
] | null | null | null | 20.851064 | 96 | 0.590306 | 24,301 | package com.yelj.ybaseframework.base.activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import com.jaeger.library.StatusBarUtil;
import com.yelj.ybaseframework.R;
/**
* Author: Alex.ylj
* 2019-06-04 16:44 Tuesday
* Description:
*/
public abstract ... |
3e399c184369f2295243463b5e21efa11b409ced | 2,925 | java | Java | src/main/java/com/bdoemu/gameserver/model/creature/player/itemPack/events/ItemChangeEvent.java | SilenceSu/S7Server491 | 5646a1f43d9b6383403bae2fd2fce811cad0adae | [
"Apache-2.0"
] | 7 | 2019-04-20T06:08:38.000Z | 2021-06-27T09:18:55.000Z | src/main/java/com/bdoemu/gameserver/model/creature/player/itemPack/events/ItemChangeEvent.java | SilenceSu/S7Server491 | 5646a1f43d9b6383403bae2fd2fce811cad0adae | [
"Apache-2.0"
] | 1 | 2019-06-29T17:58:36.000Z | 2019-06-30T08:58:36.000Z | src/main/java/com/bdoemu/gameserver/model/creature/player/itemPack/events/ItemChangeEvent.java | jessefjxm/S7Server491 | 5646a1f43d9b6383403bae2fd2fce811cad0adae | [
"Apache-2.0"
] | 12 | 2019-04-03T11:43:48.000Z | 2021-06-27T09:18:57.000Z | 43.656716 | 191 | 0.717265 | 24,302 | //
// Decompiled by Procyon v0.5.30
//
package com.bdoemu.gameserver.model.creature.player.itemPack.events;
import com.bdoemu.commons.model.enums.EStringTable;
import com.bdoemu.core.network.sendable.SMItemChange;
import com.bdoemu.gameserver.dataholders.ItemChangeData;
import com.bdoemu.gameserver.model.creature.p... |
3e399cdd437f92dd5049ccd5bda2999d60a8a0c4 | 4,877 | java | Java | src/main/java/co/aikar/timings/WorldTimingsHandler.java | RTLSponge/SpongeCommon | d766edd2016e8c714e4e26c56762ea39bc31ff2a | [
"MIT"
] | null | null | null | src/main/java/co/aikar/timings/WorldTimingsHandler.java | RTLSponge/SpongeCommon | d766edd2016e8c714e4e26c56762ea39bc31ff2a | [
"MIT"
] | 7 | 2017-11-17T03:59:57.000Z | 2017-11-17T04:03:31.000Z | src/main/java/co/aikar/timings/WorldTimingsHandler.java | RTLSponge/SpongeCommon | d766edd2016e8c714e4e26c56762ea39bc31ff2a | [
"MIT"
] | null | null | null | 51.336842 | 109 | 0.746976 | 24,303 | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... |
3e399d1f08a04955e1d592fa0c6000c22d35fbab | 6,718 | java | Java | platform/open-cloud-base-server/src/main/java/com/opencloud/base/server/controller/GatewayIpLimitController.java | liuyanqing1023/open-cloud | 209d16cca65cbe41f3cf35e0db04cb2ff69a3195 | [
"MIT"
] | 556 | 2019-02-20T09:16:13.000Z | 2022-03-29T06:18:42.000Z | platform/open-cloud-base-server/src/main/java/com/opencloud/base/server/controller/GatewayIpLimitController.java | liuyanqing1023/open-cloud | 209d16cca65cbe41f3cf35e0db04cb2ff69a3195 | [
"MIT"
] | 15 | 2019-04-26T07:13:14.000Z | 2021-03-23T08:51:14.000Z | platform/open-cloud-base-server/src/main/java/com/opencloud/base/server/controller/GatewayIpLimitController.java | liuyanqing1023/open-cloud | 209d16cca65cbe41f3cf35e0db04cb2ff69a3195 | [
"MIT"
] | 239 | 2019-02-22T17:03:35.000Z | 2022-02-03T04:55:34.000Z | 36.11828 | 147 | 0.64811 | 24,304 | package com.opencloud.base.server.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.opencloud.base.client.model.entity.GatewayIpLimit;
import com.opencloud.base.server.service.GatewayIpLimitService;
import com.opencloud.common.model.PageParams;
import com.opencloud.common.model.ResultBody;
im... |
3e399ed296cfd1039a8538796a27dfb490b30954 | 833 | java | Java | src/cleanplayer/ActorArchon.java | Harry-Kwon/Battlecode2017_TeamSmart | 328739da3401a06983f6ff56b39a5e537834840c | [
"MIT"
] | null | null | null | src/cleanplayer/ActorArchon.java | Harry-Kwon/Battlecode2017_TeamSmart | 328739da3401a06983f6ff56b39a5e537834840c | [
"MIT"
] | 1 | 2019-07-06T11:46:41.000Z | 2019-07-06T11:46:41.000Z | src/cleanplayer/ActorArchon.java | Harry-Kwon/Battlecode2017_TeamSmart | 328739da3401a06983f6ff56b39a5e537834840c | [
"MIT"
] | null | null | null | 19.833333 | 73 | 0.651861 | 24,305 | package cleanplayer;
import battlecode.common.*;
public class ActorArchon extends BaseActor {
public ActorArchon(RobotController rc) {
super(rc);
}
public void robotAct() {
if(rc.getRoundNum()%20==0 || rc.getTeamBullets()>200) {
buildGardener();
}
wiggle();
}
void wiggle() {
nav.moveInDirectio... |
3e399f22ebb9fcb242e8ad42ee3117c74aab8305 | 602 | java | Java | src/main/java/cays/prepost/PrePostMain.java | CaysHub/SpringTest | bb16e18da67fa61ba09bf6534a496e995bcb4be8 | [
"Apache-2.0"
] | null | null | null | src/main/java/cays/prepost/PrePostMain.java | CaysHub/SpringTest | bb16e18da67fa61ba09bf6534a496e995bcb4be8 | [
"Apache-2.0"
] | null | null | null | src/main/java/cays/prepost/PrePostMain.java | CaysHub/SpringTest | bb16e18da67fa61ba09bf6534a496e995bcb4be8 | [
"Apache-2.0"
] | null | null | null | 30.1 | 113 | 0.747508 | 24,306 | package cays.prepost;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* @ClassName PrePostMain
* @Description TODO
* @Author Cays
* @Date 2019/5/27 20:36
* @Version 1.0
**/
public class PrePostMain {
public static void main(String[] args) {
AnnotationConfigAppli... |
3e399f43d6c2dc631a7ca95c6c9a6ce09d14fb07 | 1,824 | java | Java | src/main/java/com/zappos/json/JsonReaderInvoker.java | Zappos/zappos-json | 340633f5db75c2e09ce49bfc3e5f67e8823f5a37 | [
"Apache-2.0"
] | 9 | 2015-12-21T05:33:20.000Z | 2020-11-10T06:29:23.000Z | src/main/java/com/zappos/json/JsonReaderInvoker.java | Zappos/zappos-json | 340633f5db75c2e09ce49bfc3e5f67e8823f5a37 | [
"Apache-2.0"
] | 4 | 2015-12-22T07:49:12.000Z | 2020-05-15T21:05:36.000Z | src/main/java/com/zappos/json/JsonReaderInvoker.java | Zappos/zappos-json | 340633f5db75c2e09ce49bfc3e5f67e8823f5a37 | [
"Apache-2.0"
] | 6 | 2015-11-18T11:27:40.000Z | 2020-11-10T09:06:59.000Z | 28.5 | 93 | 0.690789 | 24,307 | /*
* Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in t... |
3e399fbf032c15ec491a31db60cbb347d99ef70c | 1,569 | java | Java | Android/examples/demo/src/main/java/com/didi/aoe/features/squeeze/extension/SqueezeModelLoaderImpl.java | Kuloud/AoE | c85d4475ca7933c3054f66315d07ab4969ccd7fd | [
"Apache-2.0"
] | 1 | 2019-07-29T13:07:55.000Z | 2019-07-29T13:07:55.000Z | Android/examples/demo/src/main/java/com/didi/aoe/features/squeeze/extension/SqueezeModelLoaderImpl.java | Kuloud/AoE | c85d4475ca7933c3054f66315d07ab4969ccd7fd | [
"Apache-2.0"
] | null | null | null | Android/examples/demo/src/main/java/com/didi/aoe/features/squeeze/extension/SqueezeModelLoaderImpl.java | Kuloud/AoE | c85d4475ca7933c3054f66315d07ab4969ccd7fd | [
"Apache-2.0"
] | null | null | null | 34.866667 | 109 | 0.701083 | 24,308 | package com.didi.aoe.features.squeeze.extension;
import android.content.Context;
import androidx.annotation.NonNull;
import com.didi.aoe.features.squeeze.utils.FileUtil;
import com.didi.aoe.features.squeeze.utils.JsonUtil;
import com.didi.aoe.library.api.AoeModelOption;
import com.didi.aoe.library.api.AoeProcessor;
... |
3e39a06fbeb865afa29ba27909001953d835bbaf | 287 | java | Java | backend/src/main/java/com/pharmacySystem/service/interfaces/IMedicineService.java | dbulaja98/ISA-2020-TEAM19 | 26883c0f76a7e277979220e413cee33df9d1ec13 | [
"MIT"
] | 3 | 2021-01-27T16:34:44.000Z | 2021-04-08T22:52:01.000Z | backend/src/main/java/com/pharmacySystem/service/interfaces/IMedicineService.java | dbulaja98/ISA-2020-TEAM19 | 26883c0f76a7e277979220e413cee33df9d1ec13 | [
"MIT"
] | 7 | 2021-05-06T13:27:56.000Z | 2021-05-27T14:34:33.000Z | backend/src/main/java/com/pharmacySystem/service/interfaces/IMedicineService.java | denisfruza/ISA-2020-TEAM19 | 26883c0f76a7e277979220e413cee33df9d1ec13 | [
"MIT"
] | null | null | null | 28.7 | 70 | 0.8223 | 24,309 | package com.pharmacySystem.service.interfaces;
import java.util.List;
import com.pharmacySystem.model.medicine.Medicine;
public interface IMedicineService {
List<Medicine> findAll();
Medicine findById(Long id);
boolean patientIsAllergicToMedicine(long patientId, long medicineId);
} |
3e39a080f6087e418bad6d5f1b177084a2d7e134 | 649 | java | Java | src/main/java/Launder.java | nuaawzj/arithmetic-evaluate | 825079be786c17dd22b8a47eee90fe13eada5469 | [
"Apache-2.0"
] | null | null | null | src/main/java/Launder.java | nuaawzj/arithmetic-evaluate | 825079be786c17dd22b8a47eee90fe13eada5469 | [
"Apache-2.0"
] | null | null | null | src/main/java/Launder.java | nuaawzj/arithmetic-evaluate | 825079be786c17dd22b8a47eee90fe13eada5469 | [
"Apache-2.0"
] | null | null | null | 32.45 | 63 | 0.563945 | 24,310 | import java.util.Scanner;
public class Launder {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
while (scanner.hasNextLine()) {
String expressionLine = scanner.nextLine().strip();
Brackets brackets = new Brackets(expressionLine);
... |
3e39a175add88577267a3855e1cd8ceb31362e60 | 522 | java | Java | src/com/palmaactiva/intro_programacion/modulo2/hundir_flota_herencia_interfaces/Disparable.java | graux/curso-intro-programacion-java | 902ae8d4ca8d80aa71be330bda7c4dbcbc7d3ccb | [
"MIT"
] | null | null | null | src/com/palmaactiva/intro_programacion/modulo2/hundir_flota_herencia_interfaces/Disparable.java | graux/curso-intro-programacion-java | 902ae8d4ca8d80aa71be330bda7c4dbcbc7d3ccb | [
"MIT"
] | null | null | null | src/com/palmaactiva/intro_programacion/modulo2/hundir_flota_herencia_interfaces/Disparable.java | graux/curso-intro-programacion-java | 902ae8d4ca8d80aa71be330bda7c4dbcbc7d3ccb | [
"MIT"
] | 1 | 2019-10-11T16:29:57.000Z | 2019-10-11T16:29:57.000Z | 29 | 84 | 0.64751 | 24,311 | package com.palmaactiva.intro_programacion.modulo2.hundir_flota_herencia_interfaces;
public interface Disparable extends Posicionable, Dibujable {
public void hundir(Posicion pos);
default public boolean disparar(Disparo disparo) {
Posicionable[] posiciones = this.getPosiciones();
for (Posici... |
3e39a1761dba2eecd48771f635fe0e47bde49463 | 2,120 | java | Java | src/test/java/io/github/jbalancer/node/checker/TcpCheckerTest.java | iobestar/jbalancer | 2c8cb140c271d5b244e2dae7187b7b265694e25e | [
"Apache-2.0"
] | 1 | 2017-10-08T11:49:13.000Z | 2017-10-08T11:49:13.000Z | src/test/java/io/github/jbalancer/node/checker/TcpCheckerTest.java | iobestar/jbalancer | 2c8cb140c271d5b244e2dae7187b7b265694e25e | [
"Apache-2.0"
] | null | null | null | src/test/java/io/github/jbalancer/node/checker/TcpCheckerTest.java | iobestar/jbalancer | 2c8cb140c271d5b244e2dae7187b7b265694e25e | [
"Apache-2.0"
] | null | null | null | 24.367816 | 82 | 0.668396 | 24,312 | package io.github.jbalancer.node.checker;
import io.github.jbalancer.node.Node;
import org.junit.After;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.URI;
impor... |
3e39a5d1fbad7b659c73ac1c2a54accfbe58de02 | 2,575 | java | Java | Java/water/Main.java | elvismt/Concorrencia | 73440852424decff2971b171393b0c04f9271d69 | [
"MIT"
] | null | null | null | Java/water/Main.java | elvismt/Concorrencia | 73440852424decff2971b171393b0c04f9271d69 | [
"MIT"
] | null | null | null | Java/water/Main.java | elvismt/Concorrencia | 73440852424decff2971b171393b0c04f9271d69 | [
"MIT"
] | null | null | null | 40.888889 | 79 | 0.649457 | 24,313 | // -*- Java -*-
// Copyright 2018 Elvis M. Teixeira <anpch@example.com>
//
// 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 t... |
3e39a5ef3af088f9cb664676ead4160d0408b669 | 3,676 | java | Java | core/cas-server-core-authentication/src/main/java/org/apereo/cas/authentication/RegisteredServiceAuthenticationHandlerResolver.java | glennjin/cas | b50a668358a6b95b0eedcb8805e0e7f6237919e2 | [
"Apache-2.0"
] | 3 | 2018-10-10T09:05:29.000Z | 2021-02-23T02:29:49.000Z | core/cas-server-core-authentication/src/main/java/org/apereo/cas/authentication/RegisteredServiceAuthenticationHandlerResolver.java | glennjin/cas | b50a668358a6b95b0eedcb8805e0e7f6237919e2 | [
"Apache-2.0"
] | null | null | null | core/cas-server-core-authentication/src/main/java/org/apereo/cas/authentication/RegisteredServiceAuthenticationHandlerResolver.java | glennjin/cas | b50a668358a6b95b0eedcb8805e0e7f6237919e2 | [
"Apache-2.0"
] | null | null | null | 49.013333 | 140 | 0.692057 | 24,314 | package org.apereo.cas.authentication;
import org.apereo.cas.services.RegisteredService;
import org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.s... |
3e39a642f3b90e5a9b876f42e5d564981596c968 | 3,364 | java | Java | app/src/main/java/com/ginuo/leweather/util/Utility.java | Ginuo/LeWeather | 2d2c26e8993555047caf5c46101a55df3d2e664f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ginuo/leweather/util/Utility.java | Ginuo/LeWeather | 2d2c26e8993555047caf5c46101a55df3d2e664f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ginuo/leweather/util/Utility.java | Ginuo/LeWeather | 2d2c26e8993555047caf5c46101a55df3d2e664f | [
"Apache-2.0"
] | null | null | null | 32.660194 | 79 | 0.552319 | 24,315 | package com.ginuo.leweather.util;
import android.text.TextUtils;
import com.google.gson.Gson;
import com.ginuo.leweather.database.City;
import com.ginuo.leweather.database.County;
import com.ginuo.leweather.database.Province;
import com.ginuo.leweather.gson.Weather;
import org.json.JSONArray;
import org.json.JSONExc... |
3e39a6b56e4ac333f106961e31ae90b07fe582a6 | 1,408 | java | Java | src/main/java/au/com/noojee/acceloapi/entities/meta/Contact_.java | noojee/acceloapi | adb74168faaaaf1706d8fed0bbbf768bb6fbedef | [
"Apache-2.0"
] | 3 | 2017-09-27T05:36:02.000Z | 2018-01-25T08:05:46.000Z | src/main/java/au/com/noojee/acceloapi/entities/meta/Contact_.java | bsutton/acceloapi | adb74168faaaaf1706d8fed0bbbf768bb6fbedef | [
"Apache-2.0"
] | 1 | 2021-12-18T18:18:18.000Z | 2021-12-18T18:18:18.000Z | src/main/java/au/com/noojee/acceloapi/entities/meta/Contact_.java | noojee/acceloapi | adb74168faaaaf1706d8fed0bbbf768bb6fbedef | [
"Apache-2.0"
] | 1 | 2018-02-16T11:36:49.000Z | 2018-02-16T11:36:49.000Z | 41.411765 | 101 | 0.757813 | 24,316 | package au.com.noojee.acceloapi.entities.meta;
/**
*
* DO NOT MODIFY
*
* This code is generated by au.com.noojee.acceloapi.entities.generator.FieldMetaDataGenerator
*
* The generator use @AcceloField annotations to determine what fields to include in the Meta data.
*
* DO NOT MODIFY
*
*/... |
3e39a701c2354b72b9cdd63bd6a6761748a0a626 | 1,471 | java | Java | src/test/ser/BasicReuseTest.java | TMCBonds/fast-serialization | 51eb57644e16bb0e410dc75a4d07725481828e36 | [
"Apache-2.0"
] | 1,370 | 2015-01-02T13:33:02.000Z | 2022-03-26T22:07:25.000Z | src/test/ser/BasicReuseTest.java | TMCBonds/fast-serialization | 51eb57644e16bb0e410dc75a4d07725481828e36 | [
"Apache-2.0"
] | 279 | 2015-01-01T18:51:47.000Z | 2022-03-16T06:22:55.000Z | src/test/ser/BasicReuseTest.java | TMCBonds/fast-serialization | 51eb57644e16bb0e410dc75a4d07725481828e36 | [
"Apache-2.0"
] | 257 | 2015-01-06T01:42:17.000Z | 2022-03-23T06:23:19.000Z | 34.209302 | 105 | 0.733515 | 24,317 | package ser;
import org.junit.Assert;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.nustaq.serialization.FSTConfiguration;
import org.nustaq.serialization.FSTObjectInput;
import org.nustaq.serialization.FSTObjectOutput;
import java.io.ByteArrayInputStream;
import j... |
3e39a78769d8daa2652152474e429afadea677b3 | 7,752 | java | Java | Skizzle/net/minecraft/client/renderer/tileentity/TileEntitySkullRenderer.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 3 | 2022-02-28T17:34:51.000Z | 2022-03-06T21:55:16.000Z | Skizzle/net/minecraft/client/renderer/tileentity/TileEntitySkullRenderer.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | Skizzle/net/minecraft/client/renderer/tileentity/TileEntitySkullRenderer.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | null | null | null | 44.045455 | 220 | 0.614938 | 24,318 | /*
* Decompiled with CFR 0.150.
*
* Could not load the following classes:
* com.mojang.authlib.GameProfile
* com.mojang.authlib.minecraft.MinecraftProfileTexture
* com.mojang.authlib.minecraft.MinecraftProfileTexture$Type
*/
package net.minecraft.client.renderer.tileentity;
import com.mojang.authlib.GamePro... |
3e39a8bdf8ef83b2ea498de55ad1e468473e2b0d | 2,600 | java | Java | src/test/java/simpul/fs/Mocha_test.java | parroit/simpul | 4b5ff8008b2062840fc7b4a6ac209b79bde17b8e | [
"MIT"
] | 1 | 2020-05-03T08:16:24.000Z | 2020-05-03T08:16:24.000Z | src/test/java/simpul/fs/Mocha_test.java | parroit/simpul | 4b5ff8008b2062840fc7b4a6ac209b79bde17b8e | [
"MIT"
] | null | null | null | src/test/java/simpul/fs/Mocha_test.java | parroit/simpul | 4b5ff8008b2062840fc7b4a6ac209b79bde17b8e | [
"MIT"
] | null | null | null | 26.530612 | 96 | 0.556538 | 24,319 | /*
package simpul.fs;
import org.fusesource.jansi.Ansi;
import simpul.eventloop.EventLoop;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.nio.charset.Charset;
import static org.fusesource.jansi.Ansi.Color.GREEN;
import static org.fusesource.jansi.Ansi.Color.RED;
import static org.fusesource.jan... |
3e39a8ef5a3e58331465748d64918edb54dd71f3 | 479 | java | Java | src/main/java/seedu/address/logic/commands/notes/NoteCommand.java | VaishakAnand/tp | b4d6c3b1f38e81793921e21a2ce34e5bf6676aa8 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/logic/commands/notes/NoteCommand.java | VaishakAnand/tp | b4d6c3b1f38e81793921e21a2ce34e5bf6676aa8 | [
"MIT"
] | 211 | 2020-09-20T06:31:01.000Z | 2020-11-24T06:06:37.000Z | src/main/java/seedu/address/logic/commands/notes/NoteCommand.java | csiongn/tp | f0f9d3835465cfd1b5226cf9979c1c5206ca6668 | [
"MIT"
] | 6 | 2020-09-13T08:06:10.000Z | 2020-09-13T08:13:05.000Z | 29.9375 | 96 | 0.705637 | 24,320 | package seedu.address.logic.commands.notes;
import seedu.address.logic.commands.Command;
/**
* Represents a note command with hidden internal logic and the ability to be executed.
*/
public abstract class NoteCommand extends Command {
public static final String COMMAND_WORD = "note";
public static final St... |
3e39a94c5e92a02774439da01ea9521657051fc2 | 363 | java | Java | src/main/java/com/app/codemate/request/SnippetExecuteRequest.java | prs-prabodh/CodeMateV2 | 4376083dbd8d051dde69f108e31315959b04c332 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/app/codemate/request/SnippetExecuteRequest.java | prs-prabodh/CodeMateV2 | 4376083dbd8d051dde69f108e31315959b04c332 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/app/codemate/request/SnippetExecuteRequest.java | prs-prabodh/CodeMateV2 | 4376083dbd8d051dde69f108e31315959b04c332 | [
"Apache-2.0"
] | null | null | null | 16.5 | 44 | 0.779614 | 24,321 | package com.app.codemate.request;
import com.app.codemate.enums.LanguageEnum;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import javax.validation.constraints.NotNull;
@Getter
@Setter
@ToString
public class SnippetExecuteRequest {
private String script;
@NotNull
private LanguageE... |
3e39aa504018f334167460a18f93baf8791f6faa | 7,307 | java | Java | konker.registry.api/src/main/java/com/konkerlabs/platform/registry/api/web/controller/ApplicationRestController.java | rzarref/konker-platform | 4485490b41bf4db34a0e919c5863a9cc3dff3504 | [
"Apache-2.0"
] | 1 | 2018-05-02T19:39:23.000Z | 2018-05-02T19:39:23.000Z | konker.registry.api/src/main/java/com/konkerlabs/platform/registry/api/web/controller/ApplicationRestController.java | rzarref/konker-platform | 4485490b41bf4db34a0e919c5863a9cc3dff3504 | [
"Apache-2.0"
] | null | null | null | konker.registry.api/src/main/java/com/konkerlabs/platform/registry/api/web/controller/ApplicationRestController.java | rzarref/konker-platform | 4485490b41bf4db34a0e919c5863a9cc3dff3504 | [
"Apache-2.0"
] | null | null | null | 39.711957 | 150 | 0.722458 | 24,322 | package com.konkerlabs.platform.registry.api.web.controller;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.... |
3e39ab45f56db0010ee16933647914b940fa531a | 321,365 | java | Java | totalconnect/src/main/java/com/barentine/totalconnect/ws/SvcTC2APISoap.java | dbarentine/totalconnect | 24c52e20da67dd049d9447098a63e15d166dcca7 | [
"Apache-2.0"
] | 1 | 2019-03-22T16:48:41.000Z | 2019-03-22T16:48:41.000Z | totalconnect/src/main/java/com/barentine/totalconnect/ws/SvcTC2APISoap.java | dbarentine/totalconnect | 24c52e20da67dd049d9447098a63e15d166dcca7 | [
"Apache-2.0"
] | null | null | null | totalconnect/src/main/java/com/barentine/totalconnect/ws/SvcTC2APISoap.java | dbarentine/totalconnect | 24c52e20da67dd049d9447098a63e15d166dcca7 | [
"Apache-2.0"
] | 3 | 2017-09-10T16:01:49.000Z | 2020-02-23T19:04:54.000Z | 60.180712 | 484 | 0.711229 | 24,323 |
package com.barentine.totalconnect.ws;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by the JAX-WS R... |
3e39ac4e007835e65cec19f31e9709bf9d14027b | 404 | java | Java | master_worker/deployment/digigob/digigob/edt-parent/edt-base-common/src/main/java/com/egoveris/edt/base/exception/NuevoFeriadoException.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/edt-parent/edt-base-common/src/main/java/com/egoveris/edt/base/exception/NuevoFeriadoException.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/edt-parent/edt-base-common/src/main/java/com/egoveris/edt/base/exception/NuevoFeriadoException.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | 22.444444 | 68 | 0.782178 | 24,324 | package com.egoveris.edt.base.exception;
import org.terasoluna.plus.common.exception.ApplicationException;
public class NuevoFeriadoException extends ApplicationException {
private static final long serialVersionUID = 4266622552294997770L;
public NuevoFeriadoException(String msg, Throwable cause) {
super(ms... |
3e39af4bdfdf3c0316e6a88defd77b8c082b478e | 571 | java | Java | src/main/java/nl/kb/decoderservice/DoSFilterConfig.java | KBNLresearch/openjpeg-decoder-service | 702c2bf8264b33ec0eced4bd48ad0b5612b7719c | [
"MIT"
] | 3 | 2019-10-07T15:28:51.000Z | 2019-12-17T22:32:02.000Z | src/main/java/nl/kb/decoderservice/DoSFilterConfig.java | KBNLresearch/openjpeg-decoder-service | 702c2bf8264b33ec0eced4bd48ad0b5612b7719c | [
"MIT"
] | 3 | 2019-10-06T12:49:29.000Z | 2019-10-16T11:33:43.000Z | src/main/java/nl/kb/decoderservice/DoSFilterConfig.java | KBNLresearch/openjpeg-decoder-service | 702c2bf8264b33ec0eced4bd48ad0b5612b7719c | [
"MIT"
] | null | null | null | 19.033333 | 72 | 0.69352 | 24,325 | package nl.kb.decoderservice;
import com.fasterxml.jackson.annotation.JsonProperty;
class DoSFilterConfig {
@JsonProperty
private Integer maxRequestsPerSec;
@JsonProperty
private Integer delayMs;
public DoSFilterConfig() {
}
public DoSFilterConfig(Integer maxRequestsPerSec, Integer del... |
3e39af9bfad60839041bb308a9924db10dbd8900 | 210 | java | Java | src/DangerException.java | AChangAZha/JavaExperiment | 3177755a3ef91eb0c2d4e54cd11b431ebab787d8 | [
"MIT"
] | 1 | 2021-11-25T14:13:37.000Z | 2021-11-25T14:13:37.000Z | src/DangerException.java | AChangAZha/JavaExperiment | 3177755a3ef91eb0c2d4e54cd11b431ebab787d8 | [
"MIT"
] | null | null | null | src/DangerException.java | AChangAZha/JavaExperiment | 3177755a3ef91eb0c2d4e54cd11b431ebab787d8 | [
"MIT"
] | null | null | null | 17.5 | 48 | 0.585714 | 24,326 | public class DangerException extends Exception {
String message;
public DangerException() {
message = "危险品!";
}
public void toShow() {
System.out.print(message + " ");
}
}
|
3e39aff602eaa6ab38184460522eed538b5e689b | 707 | java | Java | core/src/main/java/org/nnsoft/guice/autobind/install/package-info.java | 99soft/autobind | f81a1d4791d2ddc0080182d8f005a3dd091d18a1 | [
"Apache-2.0"
] | 8 | 2015-03-17T20:01:30.000Z | 2021-03-02T11:09:14.000Z | core/src/main/java/org/nnsoft/guice/autobind/install/package-info.java | 99soft/autobind | f81a1d4791d2ddc0080182d8f005a3dd091d18a1 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/org/nnsoft/guice/autobind/install/package-info.java | 99soft/autobind | f81a1d4791d2ddc0080182d8f005a3dd091d18a1 | [
"Apache-2.0"
] | 2 | 2015-09-13T02:11:01.000Z | 2019-11-13T15:55:13.000Z | 33.666667 | 78 | 0.704385 | 24,327 | /**
* TODO fillme.
*/
package org.nnsoft.guice.autobind.install;
/*
* Copyright 2012 The 99 Software Foundation
*
* 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
*
* ... |
3e39b050b6626cf2260572e8d82a661a9dfe0427 | 64,738 | java | Java | awsapi/src/com/cloud/bridge/service/EC2RestServlet.java | cinderella/incubator-cloudstack | 0af2fafcdc374ee7f09f78391b386fd6acbdf5c2 | [
"Apache-2.0"
] | null | null | null | awsapi/src/com/cloud/bridge/service/EC2RestServlet.java | cinderella/incubator-cloudstack | 0af2fafcdc374ee7f09f78391b386fd6acbdf5c2 | [
"Apache-2.0"
] | null | null | null | awsapi/src/com/cloud/bridge/service/EC2RestServlet.java | cinderella/incubator-cloudstack | 0af2fafcdc374ee7f09f78391b386fd6acbdf5c2 | [
"Apache-2.0"
] | 1 | 2019-05-02T23:20:53.000Z | 2019-05-02T23:20:53.000Z | 40.184978 | 120 | 0.6566 | 24,328 | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... |
3e39b0fd307114324745bb34b9a6070a742fd81e | 362 | java | Java | library/src/main/java/com/github/daneko/android/iab/model/IabItemType.java | daneko/android-inapp-library | e1e04abc8bd9d39c65782741b555a2e61db31478 | [
"MIT"
] | 3 | 2016-06-20T06:38:19.000Z | 2017-03-19T11:45:11.000Z | library/src/main/java/com/github/daneko/android/iab/model/IabItemType.java | daneko/android-inapp-library | e1e04abc8bd9d39c65782741b555a2e61db31478 | [
"MIT"
] | null | null | null | library/src/main/java/com/github/daneko/android/iab/model/IabItemType.java | daneko/android-inapp-library | e1e04abc8bd9d39c65782741b555a2e61db31478 | [
"MIT"
] | null | null | null | 19.052632 | 49 | 0.676796 | 24,329 | package com.github.daneko.android.iab.model;
import android.support.annotation.NonNull;
public enum IabItemType {
INAPP("inapp"),
SUBSCRIPTION("subs");
private final String typeName;
public String getTypeName() {
return this.typeName;
}
IabItemType(@NonNull final String typeName) {
... |
3e39b12fa0a533e75c280e37d6cd281c70e5f093 | 492 | java | Java | app/src/main/java/com/capstone/nik/mixology/data/AlcoholicColumn.java | nikhil-31/Mixology | 61be4f864aeb067d14be9a8c88d727caf884a37e | [
"Apache-2.0"
] | 34 | 2019-10-29T14:08:21.000Z | 2020-02-24T21:15:13.000Z | app/src/main/java/com/capstone/nik/mixology/data/AlcoholicColumn.java | nikhil-31/Mixology | 61be4f864aeb067d14be9a8c88d727caf884a37e | [
"Apache-2.0"
] | 3 | 2019-09-28T15:17:27.000Z | 2020-09-24T14:19:56.000Z | app/src/main/java/com/capstone/nik/mixology/data/AlcoholicColumn.java | nikhil-31/Mixology | 61be4f864aeb067d14be9a8c88d727caf884a37e | [
"Apache-2.0"
] | null | null | null | 21.391304 | 51 | 0.747967 | 24,330 | package com.capstone.nik.mixology.data;
import net.simonvt.schematic.annotation.DataType;
import net.simonvt.schematic.annotation.NotNull;
import net.simonvt.schematic.annotation.PrimaryKey;
/**
* Created by nik on 12/17/2016.
*/
public interface AlcoholicColumn {
@DataType(DataType.Type.INTEGER)
@PrimaryKey
... |
3e39b14524a744ade8ed6149e098c86fe82d963a | 365 | java | Java | src/main/java/io/github/talelin/latticy/dto/PmsAttrDTO.java | anton-studio/b2b | 1a34044d0cf49f1537f2ff4efb0117fd71f6fa41 | [
"MIT"
] | null | null | null | src/main/java/io/github/talelin/latticy/dto/PmsAttrDTO.java | anton-studio/b2b | 1a34044d0cf49f1537f2ff4efb0117fd71f6fa41 | [
"MIT"
] | null | null | null | src/main/java/io/github/talelin/latticy/dto/PmsAttrDTO.java | anton-studio/b2b | 1a34044d0cf49f1537f2ff4efb0117fd71f6fa41 | [
"MIT"
] | null | null | null | 21.470588 | 61 | 0.819178 | 24,331 | package io.github.talelin.latticy.dto;
import io.github.talelin.latticy.model.PmsAttrDO;
import io.github.talelin.latticy.model.PmsProductAttrValueDO;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.util.List;
@Getter
@Setter
@NoArgsConstructor
public class PmsAttrDTO extends... |
3e39b2037609c59a5f84298db63b4b75d39b8d9b | 2,089 | java | Java | src/com/ssafy/algorithm/day17SolvingProb/assignment/Tomato.java | ehddn5252/AlgorithmStorage | c9b3464029181767c73f7607725cb47d99b7b7f2 | [
"MIT"
] | null | null | null | src/com/ssafy/algorithm/day17SolvingProb/assignment/Tomato.java | ehddn5252/AlgorithmStorage | c9b3464029181767c73f7607725cb47d99b7b7f2 | [
"MIT"
] | null | null | null | src/com/ssafy/algorithm/day17SolvingProb/assignment/Tomato.java | ehddn5252/AlgorithmStorage | c9b3464029181767c73f7607725cb47d99b7b7f2 | [
"MIT"
] | null | null | null | 31.179104 | 84 | 0.465294 | 24,332 | package com.ssafy.algorithm.day17SolvingProb.assignment;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
public class Tomato {
static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
stat... |
3e39b29f952b412b3b8a6b370af15557f5e7b031 | 16,616 | java | Java | src/web/functional/src/test/java/org/geogig/web/functional/FunctionalTestContext.java | cuttlefish/geogig | 5cc97610cc31270da0d6ddc0103d26820bcba85c | [
"BSD-3-Clause"
] | null | null | null | src/web/functional/src/test/java/org/geogig/web/functional/FunctionalTestContext.java | cuttlefish/geogig | 5cc97610cc31270da0d6ddc0103d26820bcba85c | [
"BSD-3-Clause"
] | null | null | null | src/web/functional/src/test/java/org/geogig/web/functional/FunctionalTestContext.java | cuttlefish/geogig | 5cc97610cc31270da0d6ddc0103d26820bcba85c | [
"BSD-3-Clause"
] | null | null | null | 36.630769 | 118 | 0.629207 | 24,333 | /* Copyright (c) 2016 Boundless and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Distribution License v1.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/edl-v10.html
*
* Contribut... |
3e39b3ca204d54b74686ce466da9d37b54c2fa91 | 11,582 | java | Java | app/src/main/java/com/example/iweather/util/file/FileUtil.java | fzzfbyx/AndroidStudio-app-api-api- | b9dccfccca81c2fbbfae05c6476f2564702b1dab | [
"MIT"
] | 3 | 2021-09-13T09:41:05.000Z | 2021-12-24T02:37:17.000Z | app/src/main/java/com/example/iweather/util/file/FileUtil.java | fzzfbyx/yinqing-weather_app_for_android | b9dccfccca81c2fbbfae05c6476f2564702b1dab | [
"MIT"
] | null | null | null | app/src/main/java/com/example/iweather/util/file/FileUtil.java | fzzfbyx/yinqing-weather_app_for_android | b9dccfccca81c2fbbfae05c6476f2564702b1dab | [
"MIT"
] | null | null | null | 31.731507 | 143 | 0.551977 | 24,334 | package com.example.iweather.util.file;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.res.AssetManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Typeface;
import android.media.MediaScannerConn... |
3e39b4354325a04a1b0cea0f8503b0d3e4430a85 | 1,007 | java | Java | app/src/main/java/com/ljd/news/data/net/api/NewsApi.java | lijiangdong/News | 4c153475f6e14fad62c8de0799f5b1b3ad9e473d | [
"Apache-2.0"
] | 1 | 2016-08-09T08:15:45.000Z | 2016-08-09T08:15:45.000Z | app/src/main/java/com/ljd/news/data/net/api/NewsApi.java | lijiangdong/News | 4c153475f6e14fad62c8de0799f5b1b3ad9e473d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ljd/news/data/net/api/NewsApi.java | lijiangdong/News | 4c153475f6e14fad62c8de0799f5b1b3ad9e473d | [
"Apache-2.0"
] | null | null | null | 30.515152 | 75 | 0.743793 | 24,335 | /*
* Copyright (C) 2016 Li Jiangdong 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 appl... |
3e39b694d8b05ed2012b84ed9a501d2471669fc3 | 4,487 | java | Java | shenyu-plugin/shenyu-plugin-global/src/test/java/org/apache/shenyu/plugin/global/GlobalPluginTest.java | Redick01/soul | fccce20e3d6863de289b1293275361207c667f6b | [
"Apache-2.0"
] | 1 | 2021-04-20T13:50:44.000Z | 2021-04-20T13:50:44.000Z | shenyu-plugin/shenyu-plugin-global/src/test/java/org/apache/shenyu/plugin/global/GlobalPluginTest.java | kimmking/shenyu | fccce20e3d6863de289b1293275361207c667f6b | [
"Apache-2.0"
] | null | null | null | shenyu-plugin/shenyu-plugin-global/src/test/java/org/apache/shenyu/plugin/global/GlobalPluginTest.java | kimmking/shenyu | fccce20e3d6863de289b1293275361207c667f6b | [
"Apache-2.0"
] | 1 | 2020-11-15T13:21:32.000Z | 2020-11-15T13:21:32.000Z | 39.707965 | 106 | 0.737464 | 24,336 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e39b7780871c7311ac5c7db3c83ff60a04e078e | 5,129 | java | Java | kunlun-basedata-service/src/main/java/com/kunlun/basedata/service/impl/CodeService.java | jbuider1993/ERP-back | 343328cd02ee491840c4af3c7ce248164aeed2d3 | [
"MIT"
] | null | null | null | kunlun-basedata-service/src/main/java/com/kunlun/basedata/service/impl/CodeService.java | jbuider1993/ERP-back | 343328cd02ee491840c4af3c7ce248164aeed2d3 | [
"MIT"
] | null | null | null | kunlun-basedata-service/src/main/java/com/kunlun/basedata/service/impl/CodeService.java | jbuider1993/ERP-back | 343328cd02ee491840c4af3c7ce248164aeed2d3 | [
"MIT"
] | null | null | null | 30.170588 | 164 | 0.58179 | 24,337 | package com.kunlun.basedata.service.impl;
import com.kunlun.basedata.model.CodeModel;
import com.kunlun.basedata.service.ICodeService;
import com.kunlun.basedata.utils.CommonUtil;
import com.thoughtworks.xstream.core.util.Base64Encoder;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger... |
3e39b77f8c23572d055b88291b27371d99b33022 | 747 | java | Java | datarouter-model/src/main/java/io/datarouter/model/field/FieldKeyAttribute.java | hoolatech/datarouter-1 | 4893f78bb519c40347f8f692a48cc2bceeb7f0db | [
"Apache-2.0"
] | 38 | 2017-06-14T17:47:52.000Z | 2022-02-12T15:24:44.000Z | datarouter-model/src/main/java/io/datarouter/model/field/FieldKeyAttribute.java | hoolatech/datarouter-1 | 4893f78bb519c40347f8f692a48cc2bceeb7f0db | [
"Apache-2.0"
] | 1 | 2019-10-24T22:40:24.000Z | 2019-10-24T22:40:24.000Z | datarouter-model/src/main/java/io/datarouter/model/field/FieldKeyAttribute.java | hoolatech/datarouter-1 | 4893f78bb519c40347f8f692a48cc2bceeb7f0db | [
"Apache-2.0"
] | 9 | 2017-06-14T18:50:59.000Z | 2022-02-01T00:18:52.000Z | 31.125 | 75 | 0.741633 | 24,338 | /*
* Copyright © 2009 HotPads (hzdkv@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
3e39b7aaaa9ae48140ff540d2a8591bd398f62c1 | 1,044 | java | Java | smile-ioc/src/main/java/org/smileframework/ioc/bean/context/ExtApplicationContext.java | lxchinesszz/Smile | eac11fdc339f42be7a28e4770096eaa827d38144 | [
"Apache-2.0"
] | 2 | 2018-01-22T05:41:45.000Z | 2020-11-01T14:03:17.000Z | smile-ioc/src/main/java/org/smileframework/ioc/bean/context/ExtApplicationContext.java | lxchinesszz/Smile | eac11fdc339f42be7a28e4770096eaa827d38144 | [
"Apache-2.0"
] | null | null | null | smile-ioc/src/main/java/org/smileframework/ioc/bean/context/ExtApplicationContext.java | lxchinesszz/Smile | eac11fdc339f42be7a28e4770096eaa827d38144 | [
"Apache-2.0"
] | 2 | 2018-04-28T01:11:36.000Z | 2020-11-01T14:03:28.000Z | 29 | 75 | 0.728927 | 24,339 | package org.smileframework.ioc.bean.context;
import org.smileframework.ioc.bean.annotation.SmileComponent;
/**
* Copyright (c) 2015 The Smile-Boot 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 ... |
3e39b7fc2bbe49daaae881d1f358db5c1a1d7626 | 446 | java | Java | xchart/src/main/java/org/knowm/xchart/internal/chartpart/Plot_Bubble.java | nroduit/XChart | 580c7b5d017ed06b164409b16f0d516d6c1f535d | [
"Apache-2.0"
] | 778 | 2018-04-08T07:12:27.000Z | 2022-03-31T06:29:57.000Z | xchart/src/main/java/org/knowm/xchart/internal/chartpart/Plot_Bubble.java | nroduit/XChart | 580c7b5d017ed06b164409b16f0d516d6c1f535d | [
"Apache-2.0"
] | 343 | 2018-04-08T03:32:46.000Z | 2022-03-31T12:11:14.000Z | xchart/src/main/java/org/knowm/xchart/internal/chartpart/Plot_Bubble.java | nroduit/XChart | 580c7b5d017ed06b164409b16f0d516d6c1f535d | [
"Apache-2.0"
] | 216 | 2015-01-15T14:10:18.000Z | 2018-03-19T16:37:06.000Z | 21.238095 | 73 | 0.704036 | 24,340 | package org.knowm.xchart.internal.chartpart;
import org.knowm.xchart.BubbleSeries;
import org.knowm.xchart.style.BubbleStyler;
/** @author timmolter */
public class Plot_Bubble<ST extends BubbleStyler, S extends BubbleSeries>
extends Plot_AxesChart<ST, S> {
/**
* Constructor
*
* @param chart
*/
p... |
3e39b8572c717fb18eeca0d5c75757956fea210d | 19,372 | java | Java | plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/features/AbstractAppendNodeFeature.java | alfa-ryano/org.eclipse.bpmn2-modeler | e12131d232ab89c89893f7f4bc0d2fd5839eee82 | [
"MIT"
] | null | null | null | plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/features/AbstractAppendNodeFeature.java | alfa-ryano/org.eclipse.bpmn2-modeler | e12131d232ab89c89893f7f4bc0d2fd5839eee82 | [
"MIT"
] | null | null | null | plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/features/AbstractAppendNodeFeature.java | alfa-ryano/org.eclipse.bpmn2-modeler | e12131d232ab89c89893f7f4bc0d2fd5839eee82 | [
"MIT"
] | null | null | null | 34.841727 | 139 | 0.72548 | 24,341 | /*******************************************************************************
* Copyright (c) 2011, 2012 Red Hat, Inc.
* All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/l... |
3e39b8d50b19b3b44dbcc25462a79ea493d91cdf | 3,001 | java | Java | pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/src/test/java/org/apache/pulsar/client/kafka/compat/examples/ConsumerAvroExample.java | atlantic2099/pulsar | 66f56f11b9dc9db4c9aeb2caaa40c0ddf542b22b | [
"Apache-2.0"
] | 17 | 2020-11-06T08:38:32.000Z | 2022-03-18T02:37:43.000Z | pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/src/test/java/org/apache/pulsar/client/kafka/compat/examples/ConsumerAvroExample.java | atlantic2099/pulsar | 66f56f11b9dc9db4c9aeb2caaa40c0ddf542b22b | [
"Apache-2.0"
] | 116 | 2021-08-10T15:25:12.000Z | 2021-08-11T01:05:18.000Z | pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/src/test/java/org/apache/pulsar/client/kafka/compat/examples/ConsumerAvroExample.java | atlantic2099/pulsar | 66f56f11b9dc9db4c9aeb2caaa40c0ddf542b22b | [
"Apache-2.0"
] | 20 | 2020-11-06T08:26:30.000Z | 2022-03-01T13:39:03.000Z | 39.486842 | 111 | 0.707764 | 24,342 | /**
* 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... |
3e39ba16b1feb67ae9270957c18dd92c31b5984e | 593 | java | Java | dev/visualizer/Large Network Visualizer/src/sim_mob/vect/VectorItem.java | andrealho/simmobility-prod | 041b91c9e36da452ca28014c305b9ae66a880277 | [
"IJG"
] | 50 | 2018-12-21T08:21:38.000Z | 2022-01-24T09:47:59.000Z | dev/visualizer/Large Network Visualizer/src/sim_mob/vect/VectorItem.java | andrealho/simmobility-prod | 041b91c9e36da452ca28014c305b9ae66a880277 | [
"IJG"
] | 2 | 2018-12-19T13:42:47.000Z | 2019-05-13T04:11:45.000Z | dev/visualizer/Large Network Visualizer/src/sim_mob/vect/VectorItem.java | andrealho/simmobility-prod | 041b91c9e36da452ca28014c305b9ae66a880277 | [
"IJG"
] | 27 | 2018-11-28T07:30:34.000Z | 2022-02-05T02:22:26.000Z | 19.766667 | 51 | 0.694772 | 24,343 | package sim_mob.vect;
/**
*
* \author Seth N. Hetu
*/
public class VectorItem {
//No-argument constructor; required for gson
private VectorItem() {}
private String bkgrd;
private String[] gradient;
private String stroke;
private float width;
private String shape;
private float[] points;
publ... |
3e39bb7cd39ce9928c87ae520971f52b6891bd3e | 8,198 | java | Java | sdk/securityinsights/azure-resourcemanager-securityinsights/src/main/java/com/azure/resourcemanager/securityinsights/models/IncidentComments.java | luisCavalcantiDev/azure-sdk-for-java | e4b9f41f4ba695fef58112401bc85ca64abd760f | [
"MIT"
] | 1 | 2022-01-08T06:43:30.000Z | 2022-01-08T06:43:30.000Z | sdk/securityinsights/azure-resourcemanager-securityinsights/src/main/java/com/azure/resourcemanager/securityinsights/models/IncidentComments.java | luisCavalcantiDev/azure-sdk-for-java | e4b9f41f4ba695fef58112401bc85ca64abd760f | [
"MIT"
] | null | null | null | sdk/securityinsights/azure-resourcemanager-securityinsights/src/main/java/com/azure/resourcemanager/securityinsights/models/IncidentComments.java | luisCavalcantiDev/azure-sdk-for-java | e4b9f41f4ba695fef58112401bc85ca64abd760f | [
"MIT"
] | null | null | null | 49.385542 | 120 | 0.726885 | 24,344 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.securityinsights.models;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azu... |
3e39bb80254ad91db9c6534515cce435101ec931 | 7,960 | java | Java | plugins/test/src/org/lockss/plugin/americanmathematicalsociety/TestAmericanMathematicalSocietyArticleIteratorFactory.java | rondinelisaad/lockss-daemon | 563a3bcd106908b0967f510ee4cf88525a48651a | [
"BSD-3-Clause"
] | 51 | 2015-09-02T22:50:09.000Z | 2022-03-14T23:53:58.000Z | plugins/test/src/org/lockss/plugin/americanmathematicalsociety/TestAmericanMathematicalSocietyArticleIteratorFactory.java | rondinelisaad/lockss-daemon | 563a3bcd106908b0967f510ee4cf88525a48651a | [
"BSD-3-Clause"
] | 5 | 2016-03-22T06:10:02.000Z | 2020-09-24T17:18:47.000Z | plugins/test/src/org/lockss/plugin/americanmathematicalsociety/TestAmericanMathematicalSocietyArticleIteratorFactory.java | rondinelisaad/lockss-daemon | 563a3bcd106908b0967f510ee4cf88525a48651a | [
"BSD-3-Clause"
] | 13 | 2016-01-28T16:40:22.000Z | 2022-03-03T20:04:22.000Z | 37.023256 | 123 | 0.701131 | 24,345 | /*
* $Id$
*/
/*
Copyright (c) 2000-2014 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
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... |
3e39bc2fc52bf700e5698f9f54ea445eb24b5908 | 36,708 | java | Java | kv-3.5.2/src/oracle/kv/impl/admin/topo/Validations.java | pallamidessi/Courses | ac5573cefc4c307c1a9f16a2c4e016a201dabece | [
"MIT"
] | null | null | null | kv-3.5.2/src/oracle/kv/impl/admin/topo/Validations.java | pallamidessi/Courses | ac5573cefc4c307c1a9f16a2c4e016a201dabece | [
"MIT"
] | null | null | null | kv-3.5.2/src/oracle/kv/impl/admin/topo/Validations.java | pallamidessi/Courses | ac5573cefc4c307c1a9f16a2c4e016a201dabece | [
"MIT"
] | null | null | null | 30.702341 | 80 | 0.505338 | 24,346 | /*-
*
* This file is part of Oracle NoSQL Database
* Copyright (C) 2011, 2015 Oracle and/or its affiliates. All rights reserved.
*
* Oracle NoSQL Database is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Softwar... |
3e39bc53db28c1267bac7a1de3be33c8e34463b0 | 289 | java | Java | src/main/java/org/araymond/joal/web/messages/outgoing/impl/global/SeedSessionHasEndedPayload.java | enterstudio/joal | ab5a3be6e290995b754659e877b6e38899f299b3 | [
"Apache-2.0"
] | 2 | 2019-05-24T14:13:29.000Z | 2019-05-24T14:21:33.000Z | src/main/java/org/araymond/joal/web/messages/outgoing/impl/global/SeedSessionHasEndedPayload.java | enterstudio/joal | ab5a3be6e290995b754659e877b6e38899f299b3 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/araymond/joal/web/messages/outgoing/impl/global/SeedSessionHasEndedPayload.java | enterstudio/joal | ab5a3be6e290995b754659e877b6e38899f299b3 | [
"Apache-2.0"
] | null | null | null | 20.642857 | 67 | 0.768166 | 24,347 | package org.araymond.joal.web.messages.outgoing.impl.global;
import org.araymond.joal.web.messages.outgoing.MessagePayload;
/**
* Created by raymo on 24/06/2017.
*/
public class SeedSessionHasEndedPayload implements MessagePayload {
public SeedSessionHasEndedPayload() {
}
}
|
3e39bcd7702323f3cbb63edc8d031ee41e80126c | 5,182 | java | Java | modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/pref/DataSourceCreator.java | smarthealth/cayenne | 444df33111c9bc30165275ed46137ef3c2daf34c | [
"Apache-2.0"
] | 289 | 2015-01-28T13:35:27.000Z | 2022-03-27T07:51:03.000Z | modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/pref/DataSourceCreator.java | smarthealth/cayenne | 444df33111c9bc30165275ed46137ef3c2daf34c | [
"Apache-2.0"
] | 78 | 2015-01-05T19:28:33.000Z | 2022-02-01T13:53:11.000Z | modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/pref/DataSourceCreator.java | hanie21/cayenne | 592ecfb41b756cedcc4c3fe54d31773e557860a6 | [
"Apache-2.0"
] | 150 | 2015-01-15T08:13:55.000Z | 2022-03-19T19:42:16.000Z | 32.797468 | 85 | 0.614628 | 24,348 | /*****************************************************************
* 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
* ... |
3e39bdb3c43de2d1a79a17cb2edee3451b1df60d | 5,041 | java | Java | week2/EarthquakeSortStarterProgram/QuakeSortInPlace.java | Diarselimi/java-programming-desig-principles | 82f0ab9e766f081c5b5e1d7d3086bd2409c5098f | [
"Apache-2.0"
] | null | null | null | week2/EarthquakeSortStarterProgram/QuakeSortInPlace.java | Diarselimi/java-programming-desig-principles | 82f0ab9e766f081c5b5e1d7d3086bd2409c5098f | [
"Apache-2.0"
] | null | null | null | week2/EarthquakeSortStarterProgram/QuakeSortInPlace.java | Diarselimi/java-programming-desig-principles | 82f0ab9e766f081c5b5e1d7d3086bd2409c5098f | [
"Apache-2.0"
] | null | null | null | 33.832215 | 124 | 0.540766 | 24,349 |
/**
* Write a description of class QuakeSortInPlace here.
*
* @author (your name)
* @version (a version number or a date)
*/
import java.util.*;
import edu.duke.*;
public class QuakeSortInPlace {
public QuakeSortInPlace() {
// TODO Auto-generated constructor stub
}
public int getSmalle... |
3e39be0bdb870b1b35bb01659ef630620e1d6bf9 | 167 | java | Java | lvqibin-oa/lvqibin-oa-dao/src/test/java/com/lvqibin/dao/test/MyTest.java | lvqibin123/oa-server | 95444466f79e2759e346d32b4de5250002b2a0ae | [
"BSD-2-Clause"
] | null | null | null | lvqibin-oa/lvqibin-oa-dao/src/test/java/com/lvqibin/dao/test/MyTest.java | lvqibin123/oa-server | 95444466f79e2759e346d32b4de5250002b2a0ae | [
"BSD-2-Clause"
] | null | null | null | lvqibin-oa/lvqibin-oa-dao/src/test/java/com/lvqibin/dao/test/MyTest.java | lvqibin123/oa-server | 95444466f79e2759e346d32b4de5250002b2a0ae | [
"BSD-2-Clause"
] | null | null | null | 15.181818 | 55 | 0.736527 | 24,350 | package com.lvqibin.dao.test;
import org.junit.Test;
public class MyTest {
@Test
public void test() {
System.out.println("EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE");
}
}
|
3e39be25faf658a98102827855b08cf3f044e0f8 | 3,150 | java | Java | WHOPAYS/Domain/xUserController.java | MisterBigThor/WHOPAYS | 0660cf4519f389a589fdf7b3a8a46ca477c73f9e | [
"MIT"
] | null | null | null | WHOPAYS/Domain/xUserController.java | MisterBigThor/WHOPAYS | 0660cf4519f389a589fdf7b3a8a46ca477c73f9e | [
"MIT"
] | 1 | 2021-08-28T22:20:51.000Z | 2021-08-28T22:20:51.000Z | WHOPAYS/Domain/xUserController.java | MisterBigThor/WHOPAYS | 0660cf4519f389a589fdf7b3a8a46ca477c73f9e | [
"MIT"
] | null | null | null | 32.8125 | 124 | 0.626349 | 24,351 | package WHOPAYS.Domain;
import WHOPAYS.Persistence.PersistenceException;
import WHOPAYS.Persistence.xPersistenceController;
import java.util.Set;
/**
* Domain controller for all the user instances of the system.
*/
public class xUserController extends xDomainController<PersonUser>{
/**Singleton instance*/
... |
3e39be636edd6bc2c03ad53c8eba1ae910e22844 | 5,914 | java | Java | base-client/src/test/java/com/cyc/baseclient/CycAccessTest.java | cycorp/api-suite-clients | a890afc35f5c72e607c671a226abb19e697d7615 | [
"Apache-2.0"
] | 2 | 2019-06-12T21:32:45.000Z | 2021-09-17T01:24:52.000Z | base-client/src/test/java/com/cyc/baseclient/CycAccessTest.java | cycorp/api-suite-clients | a890afc35f5c72e607c671a226abb19e697d7615 | [
"Apache-2.0"
] | null | null | null | base-client/src/test/java/com/cyc/baseclient/CycAccessTest.java | cycorp/api-suite-clients | a890afc35f5c72e607c671a226abb19e697d7615 | [
"Apache-2.0"
] | 1 | 2020-04-02T16:55:48.000Z | 2020-04-02T16:55:48.000Z | 34.383721 | 132 | 0.710179 | 24,352 | package com.cyc.baseclient;
/*
* #%L
* File: CycAccessTest.java
* Project: Base Client
* %%
* Copyright (C) 2013 - 2018 Cycorp, 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 ... |
3e39befca7412aafabc4ea7c3a6f19ce26b4eb43 | 2,386 | java | Java | propertychain/java/src/main/java/com/antgroup/antchain/openapi/propertychain/models/ListWarehouseStoragelocationRequest.java | alipay/antchain-openapi-prod-sdk | f78549e5135d91756093bd88d191ca260b28e083 | [
"MIT"
] | 6 | 2020-06-28T06:40:50.000Z | 2022-02-25T11:02:18.000Z | propertychain/java/src/main/java/com/antgroup/antchain/openapi/propertychain/models/ListWarehouseStoragelocationRequest.java | alipay/antchain-openapi-prod-sdk | f78549e5135d91756093bd88d191ca260b28e083 | [
"MIT"
] | null | null | null | propertychain/java/src/main/java/com/antgroup/antchain/openapi/propertychain/models/ListWarehouseStoragelocationRequest.java | alipay/antchain-openapi-prod-sdk | f78549e5135d91756093bd88d191ca260b28e083 | [
"MIT"
] | 6 | 2020-06-30T09:29:03.000Z | 2022-01-07T10:42:22.000Z | 27.425287 | 108 | 0.690696 | 24,353 | // This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.propertychain.models;
import com.aliyun.tea.*;
public class ListWarehouseStoragelocationRequest extends TeaModel {
// OAuth模式下的授权token
@NameInMap("auth_token")
public String authToken;
@NameInMap("product_ins... |
3e39bf0cda8d386ee27a187f2329f718df1ae937 | 6,769 | java | Java | Projects/League-of-OOP/src/skills/wizard/Deflect.java | CristianCotovanu/POO | 8a65c9a8f55a98445b8bc19494fdbe4c85ff113b | [
"MIT"
] | null | null | null | Projects/League-of-OOP/src/skills/wizard/Deflect.java | CristianCotovanu/POO | 8a65c9a8f55a98445b8bc19494fdbe4c85ff113b | [
"MIT"
] | null | null | null | Projects/League-of-OOP/src/skills/wizard/Deflect.java | CristianCotovanu/POO | 8a65c9a8f55a98445b8bc19494fdbe4c85ff113b | [
"MIT"
] | null | null | null | 37.815642 | 95 | 0.72049 | 24,354 | package skills.wizard;
import game.GameEngine;
import characters.heroes.Hero;
import characters.heroes.Knight;
import characters.heroes.Pyromancer;
import characters.heroes.Rogue;
import characters.heroes.Wizard;
import map.Desert;
import map.Land;
import map.Volcanic;
import map.Woods;
import map.Terrain;
import skil... |
3e39c1c627ae598a7a266e182fc2f0647a35ff49 | 2,299 | java | Java | src/main/java/com/lfgj/clinet/SendSmsClient.java | hxx688/jbweb | e75d0f5a5535062671ceaecbf3a2c22ae9acfce3 | [
"Apache-2.0"
] | 1 | 2018-06-23T13:36:35.000Z | 2018-06-23T13:36:35.000Z | src/main/java/com/lfgj/clinet/SendSmsClient.java | hxx688/jbweb | e75d0f5a5535062671ceaecbf3a2c22ae9acfce3 | [
"Apache-2.0"
] | 1 | 2018-06-23T14:10:25.000Z | 2018-06-23T14:10:25.000Z | src/main/java/com/lfgj/clinet/SendSmsClient.java | hxx688/jbweb | e75d0f5a5535062671ceaecbf3a2c22ae9acfce3 | [
"Apache-2.0"
] | null | null | null | 23.222222 | 62 | 0.670291 | 24,355 | package com.lfgj.clinet;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lfgj.member.model.Member;
import com.lfgj.member.service.MemberService;
import com.rrgy.common.iface.Des3;
import com.rrgy.common.iface.RegisterCodeI... |
3e39c27b15c58f18331c4196db9e2d9fa66f7c76 | 3,589 | java | Java | app/src/debug/java/io/sweers/catchup/ui/debug/DrawerLayoutCompatApi21.java | jmslau/CatchUp-Perf-Java | 11c7852287641407a64e0df6f3fbe5e41f68df7c | [
"Apache-2.0"
] | null | null | null | app/src/debug/java/io/sweers/catchup/ui/debug/DrawerLayoutCompatApi21.java | jmslau/CatchUp-Perf-Java | 11c7852287641407a64e0df6f3fbe5e41f68df7c | [
"Apache-2.0"
] | null | null | null | app/src/debug/java/io/sweers/catchup/ui/debug/DrawerLayoutCompatApi21.java | jmslau/CatchUp-Perf-Java | 11c7852287641407a64e0df6f3fbe5e41f68df7c | [
"Apache-2.0"
] | null | null | null | 36.622449 | 86 | 0.731123 | 24,356 | /*
* Copyright (C) 2014 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... |
3e39c2acfba3bf2de824ccb487f85dcc37699f99 | 577 | java | Java | src/main/java/frc/robot/subsystems/SingleSolenoid.java | cavineers/PneumaticsTesting | 80e228dd4fae328a0050e6b3f62657c8c7370293 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/subsystems/SingleSolenoid.java | cavineers/PneumaticsTesting | 80e228dd4fae328a0050e6b3f62657c8c7370293 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/subsystems/SingleSolenoid.java | cavineers/PneumaticsTesting | 80e228dd4fae328a0050e6b3f62657c8c7370293 | [
"BSD-3-Clause"
] | null | null | null | 16.485714 | 69 | 0.662045 | 24,357 | package frc.robot.subsystems;
import edu.wpi.first.wpilibj.Solenoid;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
import frc.robot.Constants;
public class SingleSolenoid extends SubsystemBase {
private Solenoid sol;
public SingleSolenoid() {
this.sol = new Solenoid(Constants.PCMChannelIds.PistonSolen... |
3e39c2eb87e4d256f174921b69e999de2ba510b7 | 1,853 | java | Java | src/test/java/com/cy/sys/log/dao/SysDeptDaoTest.java | Boriscx/- | c73d0fcf49fff2be0433d0f51b27ed34d657afad | [
"Apache-2.0"
] | null | null | null | src/test/java/com/cy/sys/log/dao/SysDeptDaoTest.java | Boriscx/- | c73d0fcf49fff2be0433d0f51b27ed34d657afad | [
"Apache-2.0"
] | 1 | 2022-02-09T22:23:03.000Z | 2022-02-09T22:23:03.000Z | src/test/java/com/cy/sys/log/dao/SysDeptDaoTest.java | Boriscx/AdminLTE-SpringBoot-SSM | c73d0fcf49fff2be0433d0f51b27ed34d657afad | [
"Apache-2.0"
] | null | null | null | 30.377049 | 86 | 0.712358 | 24,358 | package com.cy.sys.log.dao;
import com.cy.pj.sys.dao.BaseDao;
import com.cy.pj.sys.dao.SysDeptDao;
import com.cy.pj.sys.entity.AbstractObject;
import com.cy.pj.sys.entity.SysDept;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.annotatio... |
3e39c35d3c72d3f2389b98ee2cf389b8864a212c | 1,418 | java | Java | src/main/java/org/nhindirect/config/springconfig/BundleProcessorConfig.java | MedAllies/config-service-jar | 6db771351776b94ae8259a07bae3cf3de96f1756 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/org/nhindirect/config/springconfig/BundleProcessorConfig.java | MedAllies/config-service-jar | 6db771351776b94ae8259a07bae3cf3de96f1756 | [
"BSD-3-Clause"
] | 5 | 2019-02-26T14:17:44.000Z | 2021-08-03T11:12:43.000Z | src/main/java/org/nhindirect/config/springconfig/BundleProcessorConfig.java | MedAllies/config-service-jar | 6db771351776b94ae8259a07bae3cf3de96f1756 | [
"BSD-3-Clause"
] | 3 | 2021-06-23T16:24:31.000Z | 2022-01-26T21:17:27.000Z | 37.315789 | 138 | 0.863893 | 24,359 | package org.nhindirect.config.springconfig;
import org.nhindirect.config.processor.BundleCacheUpdateProcessor;
import org.nhindirect.config.processor.BundleRefreshProcessor;
import org.nhindirect.config.processor.impl.DefaultBundleCacheUpdateProcessorImpl;
import org.nhindirect.config.processor.impl.DefaultBundleRefre... |
3e39c38e6723c1e85bb5a109f005617f65e1273e | 13,875 | java | Java | common/src/main/java/com/colobu/rpcx/netty/NettyRemotingAbstract.java | leonSecTec/rpcx-java | 91eaa3e1e227777b46c68156c2073593f6e137f2 | [
"Apache-2.0"
] | 76 | 2018-02-23T05:45:24.000Z | 2022-02-24T07:21:59.000Z | common/src/main/java/com/colobu/rpcx/netty/NettyRemotingAbstract.java | marc45/rpcx-java | aaf6da002182d63793473135ad546f5e48c59193 | [
"Apache-2.0"
] | 16 | 2018-02-23T05:47:51.000Z | 2021-07-02T09:33:54.000Z | common/src/main/java/com/colobu/rpcx/netty/NettyRemotingAbstract.java | marc45/rpcx-java | aaf6da002182d63793473135ad546f5e48c59193 | [
"Apache-2.0"
] | 26 | 2018-03-27T05:53:29.000Z | 2022-03-22T13:44:41.000Z | 39.411932 | 133 | 0.543862 | 24,360 | package com.colobu.rpcx.netty;
import com.colobu.rpcx.common.Config;
import com.colobu.rpcx.common.Pair;
import com.colobu.rpcx.common.RemotingHelper;
import com.colobu.rpcx.common.RemotingUtil;
import com.colobu.rpcx.config.Constants;
import com.colobu.rpcx.protocol.Message;
import com.colobu.rpcx.protocol.MessageTyp... |
3e39c46f8cc75c570d8fa3dd2316f95834e7c922 | 1,150 | java | Java | src/org/pepstock/coderba/client/events/TextMarkerHideEventHandler.java | pepstock-org/Coderba | c3f4a265ff0e6088e225ff7925215c28c6e6a1a6 | [
"Apache-2.0"
] | null | null | null | src/org/pepstock/coderba/client/events/TextMarkerHideEventHandler.java | pepstock-org/Coderba | c3f4a265ff0e6088e225ff7925215c28c6e6a1a6 | [
"Apache-2.0"
] | null | null | null | src/org/pepstock/coderba/client/events/TextMarkerHideEventHandler.java | pepstock-org/Coderba | c3f4a265ff0e6088e225ff7925215c28c6e6a1a6 | [
"Apache-2.0"
] | null | null | null | 33.823529 | 118 | 0.747826 | 24,361 | /**
Copyright 2017 Andrea "Stock" Stocchero
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... |
3e39c4e55b6302caac9d78e5735437cd51f543fc | 979 | java | Java | BackEnd/Principal.java | firminoveras/iDinner | cc3158a5d44bab670e9c24c72eab726a99aee005 | [
"Unlicense"
] | null | null | null | BackEnd/Principal.java | firminoveras/iDinner | cc3158a5d44bab670e9c24c72eab726a99aee005 | [
"Unlicense"
] | null | null | null | BackEnd/Principal.java | firminoveras/iDinner | cc3158a5d44bab670e9c24c72eab726a99aee005 | [
"Unlicense"
] | null | null | null | 32.633333 | 151 | 0.545455 | 24,362 | import javax.swing.JOptionPane;
import java.util.ArrayList;
public class Principal{
public static void main(String[] args) {
System.out.println("Bem-vindo ao iDinner. Aqui voce pode fazer seu pedido direto pelo nosso aplicativo!\n");
System.out.println("Primeiro, vamos criar o seu registro de clien... |
3e39c500a7e998088b10829430b997dfa8f0ce56 | 1,169 | java | Java | shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/executor/engine/ExecuteCallback.java | tingting123123/shardingsphere | ac74c098136a5dbead8351950d2fa343d2e91b73 | [
"Apache-2.0"
] | 5,788 | 2020-04-17T14:09:07.000Z | 2022-03-31T08:12:53.000Z | shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/executor/engine/ExecuteCallback.java | tingting123123/shardingsphere | ac74c098136a5dbead8351950d2fa343d2e91b73 | [
"Apache-2.0"
] | 6,488 | 2020-04-17T14:21:54.000Z | 2022-03-31T21:36:33.000Z | shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/executor/engine/ExecuteCallback.java | tingting123123/shardingsphere | ac74c098136a5dbead8351950d2fa343d2e91b73 | [
"Apache-2.0"
] | 2,504 | 2020-04-17T14:09:46.000Z | 2022-03-31T12:21:31.000Z | 31.594595 | 75 | 0.715997 | 24,363 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e39c57b54bf703a9bf59b11b1657ec6052fbecc | 2,188 | java | Java | src/registerlogin/RegisterServlet.java | NakRex/File-Encryption-Decryption | 0d5b0f53e9676f8f30811cb3ddfd42e118fea9dc | [
"BSD-3-Clause"
] | 2 | 2019-04-23T17:45:49.000Z | 2021-12-22T08:19:49.000Z | src/registerlogin/RegisterServlet.java | NakRex/File-Encryption-Decryption | 0d5b0f53e9676f8f30811cb3ddfd42e118fea9dc | [
"BSD-3-Clause"
] | 1 | 2021-08-04T04:03:36.000Z | 2021-08-04T04:03:36.000Z | src/registerlogin/RegisterServlet.java | NakRex/File-Encryption-Decryption | 0d5b0f53e9676f8f30811cb3ddfd42e118fea9dc | [
"BSD-3-Clause"
] | null | null | null | 32.656716 | 167 | 0.718921 | 24,364 | package registerlogin;
import mail.SendMail;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResp... |
3e39c7abd07eb274aefd0555599f7889166442e3 | 29,065 | java | Java | protege-editor-owl/src/main/java/org/protege/editor/owl/ui/renderer/styledstring/OWLObjectStyledStringRenderer.java | Rena-Yang-cell/protege | 093b336088e323afea9108eb7361dbcf4d8384c0 | [
"BSD-2-Clause"
] | 746 | 2015-01-09T14:51:00.000Z | 2022-03-30T06:33:55.000Z | protege-editor-owl/src/main/java/org/protege/editor/owl/ui/renderer/styledstring/OWLObjectStyledStringRenderer.java | Rena-Yang-cell/protege | 093b336088e323afea9108eb7361dbcf4d8384c0 | [
"BSD-2-Clause"
] | 941 | 2015-01-06T16:02:28.000Z | 2022-03-28T09:58:34.000Z | protege-editor-owl/src/main/java/org/protege/editor/owl/ui/renderer/styledstring/OWLObjectStyledStringRenderer.java | Rena-Yang-cell/protege | 093b336088e323afea9108eb7361dbcf4d8384c0 | [
"BSD-2-Clause"
] | 213 | 2015-01-10T17:56:43.000Z | 2022-03-23T15:03:06.000Z | 40.93662 | 299 | 0.640323 | 24,365 | package org.protege.editor.owl.ui.renderer.styledstring;
import org.protege.editor.owl.ui.renderer.context.*;
import org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntax;
import org.semanticweb.owlapi.model.*;
import org.semanticweb.owlapi.util.OntologyIRIShortFormProvider;
import org.semanticweb.owlapi.... |
3e39c7f921ce5bc8e0512f4e15022ab2d811548d | 6,642 | java | Java | nb_demo_h5/src/main/java/com/elong/nb/model/elong/CommentInfo.java | archoncap/eLong-OpenAPI-H5-demo | d04b80e36223426b3de06e4d2518b569f8a78475 | [
"Apache-2.0"
] | 1 | 2018-03-12T14:41:07.000Z | 2018-03-12T14:41:07.000Z | nb_demo_h5/src/main/java/com/elong/nb/model/elong/CommentInfo.java | archoncap/eLong-OpenAPI-H5-demo | d04b80e36223426b3de06e4d2518b569f8a78475 | [
"Apache-2.0"
] | null | null | null | nb_demo_h5/src/main/java/com/elong/nb/model/elong/CommentInfo.java | archoncap/eLong-OpenAPI-H5-demo | d04b80e36223426b3de06e4d2518b569f8a78475 | [
"Apache-2.0"
] | 1 | 2019-07-19T01:48:52.000Z | 2019-07-19T01:48:52.000Z | 24.152727 | 122 | 0.570912 | 24,366 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.10.... |
3e39c9148c5402e74d54718d1bbf5e1d2ef6424d | 8,384 | java | Java | Lib_Base/src/main/java/com/guinong/lib_base/views/MarqueeView.java | niu1niu2/GNAppShares | 8819a1db794d19f7256b9c2a7777d3e6d95dffc2 | [
"Apache-2.0"
] | null | null | null | Lib_Base/src/main/java/com/guinong/lib_base/views/MarqueeView.java | niu1niu2/GNAppShares | 8819a1db794d19f7256b9c2a7777d3e6d95dffc2 | [
"Apache-2.0"
] | null | null | null | Lib_Base/src/main/java/com/guinong/lib_base/views/MarqueeView.java | niu1niu2/GNAppShares | 8819a1db794d19f7256b9c2a7777d3e6d95dffc2 | [
"Apache-2.0"
] | null | null | null | 29.212544 | 124 | 0.560592 | 24,367 | package com.guinong.lib_base.views;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.os.Handler;
import android.os.Message;
import android.text.TextPaint;
import android.text.TextUtils;
im... |
3e39c9308ee983aa24f24388a350ec3e83ddca39 | 417 | java | Java | reactive-vaadin-demo/src/main/java/org/vaadin/addons/reactive/demo/DemoTheme.java | dohnala/reactive-mvvm | b09737221630853a10c7a4eec50301b07e6bf958 | [
"Apache-2.0"
] | 2 | 2018-11-14T20:44:52.000Z | 2018-11-14T20:55:04.000Z | reactive-vaadin-demo/src/main/java/org/vaadin/addons/reactive/demo/DemoTheme.java | dohnala/reactive-vaadin | b09737221630853a10c7a4eec50301b07e6bf958 | [
"Apache-2.0"
] | 1 | 2018-04-22T18:14:16.000Z | 2018-04-23T15:59:34.000Z | reactive-vaadin-demo/src/main/java/org/vaadin/addons/reactive/demo/DemoTheme.java | dohnala/reactive-vaadin | b09737221630853a10c7a4eec50301b07e6bf958 | [
"Apache-2.0"
] | null | null | null | 23.166667 | 73 | 0.743405 | 24,368 | package org.vaadin.addons.reactive.demo;
import com.vaadin.ui.themes.ValoTheme;
/**
* @author dohnal
*/
public class DemoTheme extends ValoTheme
{
public static final String LAYOUT_NO_PADDING = "no-padding";
public static final String INFO_ALERT = "alert alert-info";
public static final String COLOR_D... |
3e39c9c9ddbb1e68d26333464f5bc093b503b054 | 5,840 | java | Java | gora-core/src/examples/java/org/apache/gora/examples/flink/FlinkWordCount.java | nbrendah/gora | 44ecabb241201c37f94ade36806b2070eca0144c | [
"Apache-2.0"
] | 105 | 2015-01-10T18:50:02.000Z | 2021-12-07T08:48:30.000Z | gora-core/src/examples/java/org/apache/gora/examples/flink/FlinkWordCount.java | nbrendah/gora | 44ecabb241201c37f94ade36806b2070eca0144c | [
"Apache-2.0"
] | 170 | 2015-02-04T19:46:31.000Z | 2021-11-09T04:41:21.000Z | gora-core/src/examples/java/org/apache/gora/examples/flink/FlinkWordCount.java | nbrendah/gora | 44ecabb241201c37f94ade36806b2070eca0144c | [
"Apache-2.0"
] | 128 | 2015-01-02T16:29:19.000Z | 2022-01-22T14:08:12.000Z | 35.180723 | 107 | 0.697945 | 24,369 | /**
* 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... |
3e39ca58ed5e27b127c441498ec492825ac4cefc | 1,054 | java | Java | sb-jpa/src/main/java/ga/vabe/jpa/Application.java | abedormancy/spring-boot-exp | e223e3df81672663a7957c42d3e047bf0f98daa1 | [
"MIT"
] | null | null | null | sb-jpa/src/main/java/ga/vabe/jpa/Application.java | abedormancy/spring-boot-exp | e223e3df81672663a7957c42d3e047bf0f98daa1 | [
"MIT"
] | 1 | 2021-08-09T20:46:37.000Z | 2021-08-09T20:46:37.000Z | sb-jpa/src/main/java/ga/vabe/jpa/Application.java | abedormancy/spring-boot-exp | e223e3df81672663a7957c42d3e047bf0f98daa1 | [
"MIT"
] | null | null | null | 27.736842 | 68 | 0.748577 | 24,370 | package ga.vabe.jpa;
import ga.vabe.jpa.domain.User;
import ga.vabe.jpa.repository.UserRepository;
import ga.vabe.jpa.service.UserService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.... |
3e39cad5f2ec89811dbfff525ed1a6d2f194cdd4 | 356 | java | Java | src/test/java/com/lambdaschool/javagdp/JavagdpApplicationTests.java | cjmarsh725/java-gdp | 276e8442331b950530b2f6de545d3fab89704b2e | [
"MIT"
] | null | null | null | src/test/java/com/lambdaschool/javagdp/JavagdpApplicationTests.java | cjmarsh725/java-gdp | 276e8442331b950530b2f6de545d3fab89704b2e | [
"MIT"
] | null | null | null | src/test/java/com/lambdaschool/javagdp/JavagdpApplicationTests.java | cjmarsh725/java-gdp | 276e8442331b950530b2f6de545d3fab89704b2e | [
"MIT"
] | null | null | null | 17.8 | 60 | 0.780899 | 24,371 | package com.lambdaschool.javagdp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class JavagdpApplicationTests
{
@Test
public ... |
3e39cb38dfed1cd4715a765c96b2d5da39a276ea | 168 | java | Java | src/main/java/com/lge/plugins/metashift/models/package-info.java | shift-left-test/meta-shift-plugin | d07a7284a598ebea8890de870fce1fbcf571fced | [
"MIT"
] | null | null | null | src/main/java/com/lge/plugins/metashift/models/package-info.java | shift-left-test/meta-shift-plugin | d07a7284a598ebea8890de870fce1fbcf571fced | [
"MIT"
] | null | null | null | src/main/java/com/lge/plugins/metashift/models/package-info.java | shift-left-test/meta-shift-plugin | d07a7284a598ebea8890de870fce1fbcf571fced | [
"MIT"
] | null | null | null | 16.8 | 41 | 0.690476 | 24,372 | /*
* Copyright (c) 2021 LG Electronics Inc.
* SPDX-License-Identifier: MIT
*/
/**
* Provides the data model classes.
*/
package com.lge.plugins.metashift.models;
|
3e39cb48975ec82cd3f075db931c2a3f0013c998 | 1,848 | java | Java | Android/LuaViewSDK/src/com/taobao/luaview/view/recyclerview/RecyclerViewHelper.java | candledragle/AndroidLua | 484a78391015d7b8aedc2201fb7131db40bb04ee | [
"MIT"
] | 3,921 | 2016-01-07T12:20:53.000Z | 2022-03-30T13:38:41.000Z | Android/LuaViewSDK/src/com/taobao/luaview/view/recyclerview/RecyclerViewHelper.java | zhenhua397/LuaViewSDK | 3aa56892c16ad4c5e3b6a0e08a01db264de74fc9 | [
"MIT"
] | 92 | 2016-01-20T06:48:55.000Z | 2020-06-16T03:11:52.000Z | Android/LuaViewSDK/src/com/taobao/luaview/view/recyclerview/RecyclerViewHelper.java | zhenhua397/LuaViewSDK | 3aa56892c16ad4c5e3b6a0e08a01db264de74fc9 | [
"MIT"
] | 920 | 2016-01-07T10:03:10.000Z | 2022-02-23T07:10:02.000Z | 28 | 121 | 0.642316 | 24,373 | /*
* Created by LuaView.
* Copyright (c) 2017, Alibaba Group. All rights reserved.
*
* This source code is licensed under the MIT.
* For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
*/
package com.taobao.luaview.view.recyclerview;
import andr... |
3e39cb570ba08387c4b851b445e745d2db26f9ca | 594 | java | Java | src/main/java/net/hexogendev/hexogen/api/world/WorldType.java | HexogenDev/HexogenAPI | 3f21bf6933e2f7b1e6ee608aa19be1b0239b4da8 | [
"MIT"
] | 1 | 2015-10-25T15:49:42.000Z | 2015-10-25T15:49:42.000Z | src/main/java/net/hexogendev/hexogen/api/world/WorldType.java | HexogenDev/Hexogen-API | 3f21bf6933e2f7b1e6ee608aa19be1b0239b4da8 | [
"MIT"
] | null | null | null | src/main/java/net/hexogendev/hexogen/api/world/WorldType.java | HexogenDev/Hexogen-API | 3f21bf6933e2f7b1e6ee608aa19be1b0239b4da8 | [
"MIT"
] | 2 | 2015-09-04T15:46:25.000Z | 2015-10-24T07:01:33.000Z | 19.8 | 86 | 0.69697 | 24,374 | package net.hexogendev.hexogen.api.world;
public enum WorldType {
NORMAL("DEFAULT"), FLAT("FLAT"), LARGE_BIOMES("LARGEBIOMES"), AMPLIFIED("AMPLIFIED");
private final String name;
private WorldType(String name) {
this.name = name;
}
public String getName() {
return name;
}
public static WorldType getByNa... |
3e39cbc0d5ba14cd2ca69a4b1162211c5257655c | 8,540 | java | Java | rxbus/src/main/java/com/luwei/rxbus/RxBus.java | LuweiApp/LwBaseLib | dee30790f517b028693e3bf439f04178985a2903 | [
"Apache-2.0"
] | 9 | 2018-12-12T01:42:45.000Z | 2022-03-04T09:32:37.000Z | rxbus/src/main/java/com/luwei/rxbus/RxBus.java | gminibird/LwBaseLib | 55bb9437d3c1eb541c5750304de1411e22ef9f68 | [
"Apache-2.0"
] | 1 | 2019-05-04T11:32:05.000Z | 2019-05-04T11:32:05.000Z | rxbus/src/main/java/com/luwei/rxbus/RxBus.java | LuweiApp/LwBaseLib | dee30790f517b028693e3bf439f04178985a2903 | [
"Apache-2.0"
] | 5 | 2018-11-29T03:49:14.000Z | 2021-05-19T08:53:01.000Z | 28.949153 | 95 | 0.579742 | 24,375 | package com.luwei.rxbus;
import android.annotation.SuppressLint;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import io.reactivex.BackpressureStrategy;
import io.reactivex.Flowable;
import io.reactivex.FlowableEmitter;
import io.reactivex.FlowableOnSubscribe;
import io.reactivex.Flowa... |
3e39cbeca8115a411d3c6098c130ffbf602e1713 | 1,424 | java | Java | data/src/main/java/com/rain/networkproxy/model/SocketMessageParser.java | nongdenchet/NetworkProxy | cf5df80b98e6c88cae9124e1366f2915f395e154 | [
"Apache-2.0"
] | 17 | 2018-12-30T04:45:10.000Z | 2020-09-30T01:55:28.000Z | data/src/main/java/com/rain/networkproxy/model/SocketMessageParser.java | nongdenchet/NetworkProxy | cf5df80b98e6c88cae9124e1366f2915f395e154 | [
"Apache-2.0"
] | null | null | null | data/src/main/java/com/rain/networkproxy/model/SocketMessageParser.java | nongdenchet/NetworkProxy | cf5df80b98e6c88cae9124e1366f2915f395e154 | [
"Apache-2.0"
] | 1 | 2019-01-01T08:44:34.000Z | 2019-01-01T08:44:34.000Z | 37.473684 | 99 | 0.689607 | 24,376 | package com.rain.networkproxy.model;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import com.google.gson.reflect.TypeToken;
import java.lang.reflect.Type;
import java.util.List;
public final class SocketMessageParser {
private static final Type INTERNAL_TYPE ... |
3e39cc1359b5295698fb604ffbb54d3abbda2013 | 816 | java | Java | auth-proxy-core/src/main/java/org/apifocal/authproxy/core/UnsupportedRequestException.java | apifocal/auth-proxy | 2628985c65e4726b6ac7d84bdd46714f881db1da | [
"Apache-2.0"
] | 1 | 2017-10-18T23:16:28.000Z | 2017-10-18T23:16:28.000Z | auth-proxy-core/src/main/java/org/apifocal/authproxy/core/UnsupportedRequestException.java | apifocal/auth-proxy | 2628985c65e4726b6ac7d84bdd46714f881db1da | [
"Apache-2.0"
] | 1 | 2017-05-30T21:34:50.000Z | 2017-05-30T21:43:06.000Z | auth-proxy-core/src/main/java/org/apifocal/authproxy/core/UnsupportedRequestException.java | apifocal/auth-proxy | 2628985c65e4726b6ac7d84bdd46714f881db1da | [
"Apache-2.0"
] | 3 | 2017-05-27T20:42:00.000Z | 2018-01-29T17:24:11.000Z | 29.142857 | 75 | 0.727941 | 24,377 | /*
* Copyright 2017 apifocal LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
3e39cc3023352b3befa45a38c925f990952ad08f | 4,703 | java | Java | app/src/main/java/com/example/srikanth/studentprofile/AccomAdapter.java | polarityreverse/profile-master-updated | d5fbb3ce196297cdb617f3e80a52ab847b4a7fe0 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/srikanth/studentprofile/AccomAdapter.java | polarityreverse/profile-master-updated | d5fbb3ce196297cdb617f3e80a52ab847b4a7fe0 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/srikanth/studentprofile/AccomAdapter.java | polarityreverse/profile-master-updated | d5fbb3ce196297cdb617f3e80a52ab847b4a7fe0 | [
"MIT"
] | null | null | null | 35.900763 | 102 | 0.630874 | 24,378 | package com.example.srikanth.studentprofile;
import android.app.FragmentTransaction;
import android.content.Context;
import android.content.DialogInterface;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInf... |
3e39ccd1e7d8a8475f8cc8e09e5838bee14f190a | 956 | java | Java | minaDemo/prj/src/minademo/obj/HumanHandle.java | atealxt/work-workspaces | f3a59de7ecb3b3278473209224307d440003fc42 | [
"MIT"
] | null | null | null | minaDemo/prj/src/minademo/obj/HumanHandle.java | atealxt/work-workspaces | f3a59de7ecb3b3278473209224307d440003fc42 | [
"MIT"
] | 2 | 2021-12-14T20:32:17.000Z | 2021-12-18T18:17:34.000Z | minaDemo/prj/src/minademo/obj/HumanHandle.java | atealxt/work-workspaces | f3a59de7ecb3b3278473209224307d440003fc42 | [
"MIT"
] | 1 | 2015-08-31T07:57:08.000Z | 2015-08-31T07:57:08.000Z | 27.314286 | 97 | 0.683054 | 24,379 | package minademo.obj;
import org.apache.mina.core.service.IoHandlerAdapter;
import org.apache.mina.core.session.IoSession;
public class HumanHandle extends IoHandlerAdapter {
private String handleName;
public HumanHandle(final String handleName) {
super();
this.handleName = handleName;
}... |
3e39cd9dde320efd09161feb658f000e259aad8a | 173 | java | Java | doom_py/src/lib_java/java_classes/exceptions/ViZDoomUnexpectedExitException.java | xakiru/doom-py | 85ada06dc9603e2f0768a06e4fcae637cf1c3931 | [
"MIT"
] | 78 | 2016-05-08T19:20:58.000Z | 2022-01-17T22:40:25.000Z | doom_py/src/lib_java/java_classes/exceptions/ViZDoomUnexpectedExitException.java | xakiru/doom-py | 85ada06dc9603e2f0768a06e4fcae637cf1c3931 | [
"MIT"
] | 15 | 2016-05-10T19:15:31.000Z | 2021-09-30T22:18:32.000Z | doom_py/src/lib_java/java_classes/exceptions/ViZDoomUnexpectedExitException.java | xakiru/doom-py | 85ada06dc9603e2f0768a06e4fcae637cf1c3931 | [
"MIT"
] | 42 | 2016-05-08T19:19:40.000Z | 2021-09-19T06:53:08.000Z | 24.714286 | 63 | 0.763006 | 24,380 | package vizdoom;
public class ViZDoomUnexpectedExitException extends Exception {
public ViZDoomUnexpectedExitException(String message) {
super(message);
}
}
|
3e39cdbade0bdd3bc2b3c608d4ad1268b99638e6 | 702 | java | Java | src/main/java/bas/animalkingdom/dao/animal/AnimalDao.java | basvandriel/animal-kingdom | 361759d4cd374f7e6f74ca97cb4b0c8c22a676c3 | [
"MIT"
] | 1 | 2017-03-27T12:08:22.000Z | 2017-03-27T12:08:22.000Z | src/main/java/bas/animalkingdom/dao/animal/AnimalDao.java | basvandriel/animal-kingdom | 361759d4cd374f7e6f74ca97cb4b0c8c22a676c3 | [
"MIT"
] | null | null | null | src/main/java/bas/animalkingdom/dao/animal/AnimalDao.java | basvandriel/animal-kingdom | 361759d4cd374f7e6f74ca97cb4b0c8c22a676c3 | [
"MIT"
] | null | null | null | 21.272727 | 131 | 0.666667 | 24,381 | package bas.animalkingdom.dao.animal;
import bas.animalkingdom.animal.Animal;
import java.sql.SQLException;
import java.util.ArrayList;
public interface AnimalDao {
/**
* @return All the animals with all properties
*/
public ArrayList<Animal> readAll() throws SQLException, ClassNotFoundException, I... |
3e39cf7436fcbe8ff2fdeb1cd240f8c90934682a | 8,174 | java | Java | src/hpc-server/hpc-dao-impl/src/main/java/gov/nih/nci/hpc/dao/oracle/impl/HpcGroupDAOImpl.java | CBIIT/HPC_DME_APIs | 4f0696d4510d34925bc917aa4971bdf9ec45951f | [
"BSD-3-Clause"
] | 7 | 2017-09-25T13:23:15.000Z | 2021-11-24T00:55:50.000Z | src/hpc-server/hpc-dao-impl/src/main/java/gov/nih/nci/hpc/dao/oracle/impl/HpcGroupDAOImpl.java | CBIIT/HPC_DME_APIs | 4f0696d4510d34925bc917aa4971bdf9ec45951f | [
"BSD-3-Clause"
] | 8 | 2019-08-03T00:05:52.000Z | 2022-03-31T21:08:54.000Z | src/hpc-server/hpc-dao-impl/src/main/java/gov/nih/nci/hpc/dao/oracle/impl/HpcGroupDAOImpl.java | CBIIT/HPC_DME_APIs | 4f0696d4510d34925bc917aa4971bdf9ec45951f | [
"BSD-3-Clause"
] | 6 | 2017-05-31T20:29:15.000Z | 2021-06-07T21:54:56.000Z | 35.25431 | 122 | 0.656559 | 24,382 | /**
* HpcGroupDAOImpl.java
*
* Copyright SVG, Inc.
* Copyright Leidos Biomedical Research, Inc
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/HPC/LICENSE.txt for details.
*/
package gov.nih.nci.hpc.dao.oracle.impl;
import static gov.nih.nci.hpc.util.HpcUtil.decodeGr... |
3e39cfcfd3d76f4beb4534c913a5a675b7b4161f | 2,592 | java | Java | frontend/src/main/java/deadlock/analyser/generation/ErrorUnif.java | oab/abstools | 6f245ec8d684efb0977049d075e853a4b4d7d8dc | [
"BSD-3-Clause"
] | 38 | 2015-04-23T09:08:06.000Z | 2022-03-18T19:26:34.000Z | frontend/src/main/java/deadlock/analyser/generation/ErrorUnif.java | oab/abstools | 6f245ec8d684efb0977049d075e853a4b4d7d8dc | [
"BSD-3-Clause"
] | 271 | 2015-07-30T19:04:52.000Z | 2022-03-28T09:05:50.000Z | frontend/src/main/java/deadlock/analyser/generation/ErrorUnif.java | oab/abstools | 6f245ec8d684efb0977049d075e853a4b4d7d8dc | [
"BSD-3-Clause"
] | 33 | 2015-04-23T09:08:09.000Z | 2022-01-26T08:11:55.000Z | 43.932203 | 120 | 0.512346 | 24,383 | /**************************************************************************/
/* Implementation of a simple semi-unification algorithm (Henglein 1993) */
/* Copyright (C) 2012. Michael Lienhardt */
/* */
/* This pro... |
3e39d03b4fa2d65dc41618e18746fc4e5c6c788a | 833 | java | Java | src/main/java/com/qintingfm/root/connect/client/UserDecoder.java | glzaboy/root-connect-client | bf28358d58b3bda0340b29910064e930432979c5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/qintingfm/root/connect/client/UserDecoder.java | glzaboy/root-connect-client | bf28358d58b3bda0340b29910064e930432979c5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/qintingfm/root/connect/client/UserDecoder.java | glzaboy/root-connect-client | bf28358d58b3bda0340b29910064e930432979c5 | [
"Apache-2.0"
] | null | null | null | 33.32 | 102 | 0.779112 | 24,384 | package com.qintingfm.root.connect.client;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.qintingfm.root.connect.server.pojo.User;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageDecoder;
import io.netty.handler.codec.MessageToMe... |
3e39d14f7ab77a4c722616a418d2a6e62ec60fa4 | 579 | java | Java | app/src/main/java/org/ieatta/database/provide/ParseObjectFlag.java | trujunzhang/IEATTA-ANDROID | 45bfa09cfd2c52c0bde253902d1837bc3d38ba76 | [
"MIT"
] | null | null | null | app/src/main/java/org/ieatta/database/provide/ParseObjectFlag.java | trujunzhang/IEATTA-ANDROID | 45bfa09cfd2c52c0bde253902d1837bc3d38ba76 | [
"MIT"
] | null | null | null | app/src/main/java/org/ieatta/database/provide/ParseObjectFlag.java | trujunzhang/IEATTA-ANDROID | 45bfa09cfd2c52c0bde253902d1837bc3d38ba76 | [
"MIT"
] | null | null | null | 17.029412 | 58 | 0.566494 | 24,385 | package org.ieatta.database.provide;
/**
* Created by djzhang on 11/27/15.
*/
public enum ParseObjectFlag {
Normal(0),
deleted(1);
private int status;
ParseObjectFlag(int status) {
this.status = status;
}
public int getStatus() {
return status;
}
public static Par... |
3e39d3039e24e0dc06aef5c2d41dcc1ac621441e | 1,164 | java | Java | src-java/northbound-service/northbound-api/src/main/java/org/openkilda/northbound/dto/v2/switches/SwitchLocationDtoV2.java | mfyuce/open-kilda | 44f0580c028b8b56aa59536e62003bc416f07180 | [
"Apache-2.0"
] | 70 | 2017-10-10T12:59:21.000Z | 2022-03-16T13:19:34.000Z | src-java/northbound-service/northbound-api/src/main/java/org/openkilda/northbound/dto/v2/switches/SwitchLocationDtoV2.java | mfyuce/open-kilda | 44f0580c028b8b56aa59536e62003bc416f07180 | [
"Apache-2.0"
] | 2,433 | 2017-10-09T08:22:14.000Z | 2022-03-31T07:57:24.000Z | src-java/northbound-service/northbound-api/src/main/java/org/openkilda/northbound/dto/v2/switches/SwitchLocationDtoV2.java | mfyuce/open-kilda | 44f0580c028b8b56aa59536e62003bc416f07180 | [
"Apache-2.0"
] | 65 | 2017-10-09T07:53:37.000Z | 2022-03-16T12:35:18.000Z | 31.459459 | 77 | 0.767182 | 24,386 | /* Copyright 2020 Telstra Open Source
*
* 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 la... |
3e39d384bbcd820f37641870375076b57154de58 | 3,734 | java | Java | app/src/main/java/com/smartdevice/main/BindGatewayActivity.java | tangluo2018/SmartDevice | 957374a2734cf366ae72eddbd8294c17be8a1462 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/smartdevice/main/BindGatewayActivity.java | tangluo2018/SmartDevice | 957374a2734cf366ae72eddbd8294c17be8a1462 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/smartdevice/main/BindGatewayActivity.java | tangluo2018/SmartDevice | 957374a2734cf366ae72eddbd8294c17be8a1462 | [
"Apache-2.0"
] | null | null | null | 29.401575 | 104 | 0.717997 | 24,388 | package com.smartdevice.main;
import java.util.ArrayList;
import java.util.List;
import com.smartdevice.control.GatewayControl;
import com.smartdevice.mode.Gateway;
import com.smartdevice.mode.GatewayAdapter;
import com.smartdevice.mode.Session;
import com.smartdevice.utils.ACache;
import com.smartdevice.ut... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.