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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e30a4b0c48b02893ee1d83c9a4282bbb0532acd | 7,651 | java | Java | src/main/java/com/github.mqpearth/dao/ApiDao.java | MQPearth/DailyMail | e5b41d7ffe2f7aa821327c0523ca8fe2cc181d28 | [
"Apache-2.0"
] | 7 | 2020-01-17T06:38:43.000Z | 2021-07-22T07:50:27.000Z | src/main/java/com/github.mqpearth/dao/ApiDao.java | MQPearth/DailyMail | e5b41d7ffe2f7aa821327c0523ca8fe2cc181d28 | [
"Apache-2.0"
] | 1 | 2021-04-22T02:18:56.000Z | 2021-04-22T02:18:56.000Z | src/main/java/com/github.mqpearth/dao/ApiDao.java | MQPearth/DailyMail | e5b41d7ffe2f7aa821327c0523ca8fe2cc181d28 | [
"Apache-2.0"
] | 2 | 2020-01-17T06:51:25.000Z | 2021-07-22T07:50:30.000Z | 34.61991 | 156 | 0.589988 | 20,579 | package com.github.mqpearth.dao;
import com.github.mqpearth.util.DateUtils;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import... |
3e30a4d3d9e4d17ee587cb562296f5dfe145bb18 | 303 | java | Java | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/methodReturn8/afterMultipleParameters.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/methodReturn8/afterMultipleParameters.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/methodReturn8/afterMultipleParameters.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 17.823529 | 65 | 0.636964 | 20,580 | // "Make 'foo' return 'java.util.List<java.lang.Integer>'" "true"
import java.util.List;
interface Main<A, B> {
List<A> foo();
}
class MainImpl implements Main<Integer, String> {
@Override
public List<Integer> foo() {
return bar();
}
private List<Integer> bar() {
return null;
}
}
|
3e30a58e21b33eb9df93353031a32a9c98b11dc3 | 1,672 | java | Java | src/main/java/br/unisinos/siead/ds3/ticket/api/PapeisResource.java | skydogtk/tickets | 0930aed195c11390ee8f302a9d724762f2c3a18d | [
"Apache-2.0"
] | null | null | null | src/main/java/br/unisinos/siead/ds3/ticket/api/PapeisResource.java | skydogtk/tickets | 0930aed195c11390ee8f302a9d724762f2c3a18d | [
"Apache-2.0"
] | null | null | null | src/main/java/br/unisinos/siead/ds3/ticket/api/PapeisResource.java | skydogtk/tickets | 0930aed195c11390ee8f302a9d724762f2c3a18d | [
"Apache-2.0"
] | null | null | null | 29.857143 | 85 | 0.680024 | 20,581 | package br.unisinos.siead.ds3.ticket.api;
import br.unisinos.siead.ds3.ticket.annotation.Authenticated;
import br.unisinos.siead.ds3.ticket.dao.PapelDAO;
import br.unisinos.siead.ds3.ticket.dto.Papel;
import br.unisinos.siead.ds3.ticket.jdbc.DBUtil;
import br.unisinos.siead.ds3.ticket.util.LogUtils;
import com.sun.jer... |
3e30a631b16fd8e4973c4a90562adac6f0dad28c | 1,217 | java | Java | RegServer/src/com/wolf/server/LineTransHandle.java | uwolf1233/w-io | de230023c968d82c876f294f5c4f893316600848 | [
"Apache-2.0"
] | 4 | 2019-03-12T10:50:16.000Z | 2021-11-07T20:18:31.000Z | RegServer/src/com/wolf/server/LineTransHandle.java | uwolf1233/w-io | de230023c968d82c876f294f5c4f893316600848 | [
"Apache-2.0"
] | null | null | null | RegServer/src/com/wolf/server/LineTransHandle.java | uwolf1233/w-io | de230023c968d82c876f294f5c4f893316600848 | [
"Apache-2.0"
] | 2 | 2020-03-21T10:50:59.000Z | 2020-12-22T12:04:39.000Z | 24.836735 | 74 | 0.769926 | 20,582 | package com.wolf.server;
import com.wolf.javabean.TranNet.TransDatas;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.util.ReferenceCountUtil;
public class LineTransHandle extends ChannelInboundHandlerAdapter {
@Override
public void channelInac... |
3e30a87ce06db4a602ccdaf6ac4ef91dcdfdef0a | 4,369 | java | Java | smog_app/src/main/command/CommandMaxNormExceedNSensors.java | j-adamczyk/OOP | 34d3c238907f756197c60ca577c7adbbb62dde6a | [
"MIT"
] | null | null | null | smog_app/src/main/command/CommandMaxNormExceedNSensors.java | j-adamczyk/OOP | 34d3c238907f756197c60ca577c7adbbb62dde6a | [
"MIT"
] | null | null | null | smog_app/src/main/command/CommandMaxNormExceedNSensors.java | j-adamczyk/OOP | 34d3c238907f756197c60ca577c7adbbb62dde6a | [
"MIT"
] | null | null | null | 35.233871 | 143 | 0.611124 | 20,583 | package command;
import model.UtilSingleton;
import java.util.*;
/**
* Gets at most N parameters from sensors from given station and time that exceed their norms, concrete command part of Command design pattern.
*/
public class CommandMaxNormExceedNSensors implements ICommand
{
private String station;
priv... |
3e30a941c2088655916cd65dc24ced7de86a58c9 | 46,337 | java | Java | quickstep/src/com/android/quickstep/TouchInteractionService.java | infectedmushi/lawnchair | 5767b6ccd281d97da13d9b63d7c933610be8c0f8 | [
"Apache-2.0"
] | 1,546 | 2021-03-29T12:10:05.000Z | 2022-03-31T19:36:10.000Z | quickstep/src/com/android/quickstep/TouchInteractionService.java | infectedmushi/lawnchair | 5767b6ccd281d97da13d9b63d7c933610be8c0f8 | [
"Apache-2.0"
] | 522 | 2021-03-29T14:20:34.000Z | 2022-03-31T21:27:45.000Z | quickstep/src/com/android/quickstep/TouchInteractionService.java | infectedmushi/lawnchair | 5767b6ccd281d97da13d9b63d7c933610be8c0f8 | [
"Apache-2.0"
] | 210 | 2021-03-30T04:13:04.000Z | 2022-03-31T17:14:03.000Z | 45.33953 | 110 | 0.673091 | 20,584 | /*
* Copyright (C) 2017 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... |
3e30a96a5add58b2ab42e2dc2764a9966216aeac | 1,149 | java | Java | aio-pro/src/test/java/com/smartboot/socket/IntegerClientProcessor.java | tinyweet/smart-socket | 4fc265816e1fb9ff9c64f88cf840cff0354fcb2d | [
"Apache-2.0"
] | 378 | 2018-03-02T06:49:23.000Z | 2022-03-30T07:35:48.000Z | aio-pro/src/test/java/com/smartboot/socket/IntegerClientProcessor.java | javalibrary/smart-socket | 3890296c32e72da14aaa0aacfb6587e6484b7733 | [
"Apache-2.0"
] | 5 | 2018-06-12T08:52:15.000Z | 2021-11-12T08:18:28.000Z | aio-pro/src/test/java/com/smartboot/socket/IntegerClientProcessor.java | javalibrary/smart-socket | 3890296c32e72da14aaa0aacfb6587e6484b7733 | [
"Apache-2.0"
] | 70 | 2018-03-07T03:42:56.000Z | 2022-03-06T06:31:48.000Z | 33 | 105 | 0.625974 | 20,585 | /*******************************************************************************
* Copyright (c) 2017-2019, org.smartboot. All rights reserved.
* project name: smart-socket
* file name: IntegerClientProcessor.java
* Date: 2019-12-31
* Author: sandao (envkt@example.com)
*
*****************************************... |
3e30a986ffe40e1ea15c4674d4273352d4cc5f35 | 2,433 | java | Java | src/main/java/com/lilypuree/msms/entity/ai/SpiderNestFinder.java | lilypuree/SpawnerMod | f6c17d5c06c92d633fe75af936d48ae91ca6095b | [
"Unlicense"
] | 1 | 2022-03-06T21:37:29.000Z | 2022-03-06T21:37:29.000Z | src/main/java/com/lilypuree/msms/entity/ai/SpiderNestFinder.java | lilypuree/SpawnerMod | f6c17d5c06c92d633fe75af936d48ae91ca6095b | [
"Unlicense"
] | null | null | null | src/main/java/com/lilypuree/msms/entity/ai/SpiderNestFinder.java | lilypuree/SpawnerMod | f6c17d5c06c92d633fe75af936d48ae91ca6095b | [
"Unlicense"
] | null | null | null | 38.619048 | 179 | 0.662557 | 20,586 | package com.lilypuree.msms.entity.ai;
import jdk.nashorn.internal.ir.Block;
import net.minecraft.entity.Entity;
import net.minecraft.entity.MobEntity;
import net.minecraft.entity.ai.goal.Goal;
import net.minecraft.util.Direction;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IWorld;
import net.mi... |
3e30aa0f59bf86f8608c5f511452eb9fa2024963 | 65,071 | java | Java | h2o-extensions/xgboost/src/test/java/hex/tree/xgboost/XGBoostTest.java | mikiec84/h2o-3 | ee2082106cf91d9c9a43ad33bc4d6d4418d1dabb | [
"Apache-2.0"
] | 1 | 2019-12-02T06:53:21.000Z | 2019-12-02T06:53:21.000Z | h2o-extensions/xgboost/src/test/java/hex/tree/xgboost/XGBoostTest.java | kaistha23/h2o-3 | 1f31e84c68c0cda3b3dde0d3112c0ff3cac2270c | [
"Apache-2.0"
] | 2 | 2021-06-02T02:24:03.000Z | 2021-11-15T17:51:49.000Z | h2o-extensions/xgboost/src/test/java/hex/tree/xgboost/XGBoostTest.java | gaybro8777/h2o-3 | ee2082106cf91d9c9a43ad33bc4d6d4418d1dabb | [
"Apache-2.0"
] | null | null | null | 37.162193 | 168 | 0.652303 | 20,587 | package hex.tree.xgboost;
import hex.*;
import hex.genmodel.MojoModel;
import hex.genmodel.MojoReaderBackend;
import hex.genmodel.MojoReaderBackendFactory;
import hex.genmodel.algos.xgboost.XGBoostMojoModel;
import hex.genmodel.algos.xgboost.XGBoostMojoReader;
import hex.genmodel.algos.xgboost.XGBoostNativeMojoModel;
... |
3e30ab4350cde9367e10fc5db4e1052bf6c623c7 | 1,867 | java | Java | s3_cortos-back/src/main/java/co/edu/uniandes/csw/cortos/entities/CalificacionEntity.java | Uniandes-ISIS2603-backup/s3_Cortos_201920 | 8847fb23de92d7c8fb50bc97fcdeca31de81ea3c | [
"MIT"
] | null | null | null | s3_cortos-back/src/main/java/co/edu/uniandes/csw/cortos/entities/CalificacionEntity.java | Uniandes-ISIS2603-backup/s3_Cortos_201920 | 8847fb23de92d7c8fb50bc97fcdeca31de81ea3c | [
"MIT"
] | null | null | null | s3_cortos-back/src/main/java/co/edu/uniandes/csw/cortos/entities/CalificacionEntity.java | Uniandes-ISIS2603-backup/s3_Cortos_201920 | 8847fb23de92d7c8fb50bc97fcdeca31de81ea3c | [
"MIT"
] | null | null | null | 20.516484 | 79 | 0.623996 | 20,588 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package co.edu.uniandes.csw.cortos.entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.Fe... |
3e30ab6d44ec4b3c2b51a67e3db04cad9bdf24a4 | 440 | java | Java | ssm-service/src/main/java/com/watchme/system/login/service/impl/LoginServiceImpl.java | boncGit/ssm | b0fe2db71d03da857118fe63e966aa4ab9c478fd | [
"Apache-2.0"
] | null | null | null | ssm-service/src/main/java/com/watchme/system/login/service/impl/LoginServiceImpl.java | boncGit/ssm | b0fe2db71d03da857118fe63e966aa4ab9c478fd | [
"Apache-2.0"
] | null | null | null | ssm-service/src/main/java/com/watchme/system/login/service/impl/LoginServiceImpl.java | boncGit/ssm | b0fe2db71d03da857118fe63e966aa4ab9c478fd | [
"Apache-2.0"
] | null | null | null | 18.333333 | 60 | 0.695455 | 20,589 | package com.watchme.system.login.service.impl;
import com.watchme.system.login.service.ILoginService;
import org.springframework.stereotype.Service;
/**
* Created by Mengxy on 2018/8/8.
*/
@Service
public class LoginServiceImpl implements ILoginService{
/**
* 检查用户是否已经赋予了岗位权限
* @param userid
* @... |
3e30ab8d088911b9824f641d5104416de9c9bc3c | 3,670 | java | Java | gobblin-api/src/main/java/org/apache/gobblin/dataset/Descriptor.java | hanghangliu/gobblin | a445b0ddcc38441e8768884f07695ac849dcc7fe | [
"Apache-2.0"
] | 918 | 2017-07-28T08:30:36.000Z | 2021-02-08T14:15:51.000Z | gobblin-api/src/main/java/org/apache/gobblin/dataset/Descriptor.java | hanghangliu/gobblin | a445b0ddcc38441e8768884f07695ac849dcc7fe | [
"Apache-2.0"
] | 840 | 2017-07-27T08:37:27.000Z | 2021-02-06T03:12:22.000Z | gobblin-api/src/main/java/org/apache/gobblin/dataset/Descriptor.java | Mattlk13/gobblin | 1d7671a8dea8638c7bfeb314883c31dbe256e238 | [
"Apache-2.0"
] | 325 | 2017-07-26T20:14:30.000Z | 2021-02-03T05:48:21.000Z | 32.767857 | 119 | 0.727793 | 20,590 | /*
* 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 ... |
3e30aef084167a182f38f0644f81c77d1623ac48 | 5,589 | java | Java | src/main/java/com/cannolicatfish/rankine/items/alloys/IAlloySpecialItem.java | TexBlock/project-rankine | 354acb935f9c567a60a26e50faacba2ad3ba4d7f | [
"MIT"
] | null | null | null | src/main/java/com/cannolicatfish/rankine/items/alloys/IAlloySpecialItem.java | TexBlock/project-rankine | 354acb935f9c567a60a26e50faacba2ad3ba4d7f | [
"MIT"
] | null | null | null | src/main/java/com/cannolicatfish/rankine/items/alloys/IAlloySpecialItem.java | TexBlock/project-rankine | 354acb935f9c567a60a26e50faacba2ad3ba4d7f | [
"MIT"
] | null | null | null | 55.336634 | 205 | 0.654142 | 20,591 | package com.cannolicatfish.rankine.items.alloys;
import com.cannolicatfish.rankine.recipe.AlloyModifierRecipe;
import com.cannolicatfish.rankine.recipe.AlloyingRecipe;
import com.cannolicatfish.rankine.recipe.ElementRecipe;
import com.cannolicatfish.rankine.util.alloys.AlloyModifier;
import net.minecraft.item.ItemStac... |
3e30afcfb5f7fbf6d1d1c2cccd2feb40c5f2869e | 412 | java | Java | member/src/main/java/com/pepperoni/mall/member/dao/MemberReceiveAddressDao.java | pepperonibo/mall | 2ac247fa33a91bc6ee6e51a9e22b93c437f5b291 | [
"Apache-2.0"
] | null | null | null | member/src/main/java/com/pepperoni/mall/member/dao/MemberReceiveAddressDao.java | pepperonibo/mall | 2ac247fa33a91bc6ee6e51a9e22b93c437f5b291 | [
"Apache-2.0"
] | 6 | 2020-07-20T23:16:44.000Z | 2022-02-10T22:47:14.000Z | member/src/main/java/com/pepperoni/mall/member/dao/MemberReceiveAddressDao.java | pepperonibo/mall | 2ac247fa33a91bc6ee6e51a9e22b93c437f5b291 | [
"Apache-2.0"
] | null | null | null | 23.111111 | 89 | 0.788462 | 20,592 | package com.pepperoni.mall.member.dao;
import com.pepperoni.mall.member.entity.MemberReceiveAddressEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 会员收货地址
*
* @author pepperoni
* @email envkt@example.com
* @date 2020-06-01 10:36:59
*/
@Mapper
pu... |
3e30b02cade31d6a0e15122453bcec80351c89b7 | 473 | java | Java | org.jhotdraw8.application/src/main/java/org.jhotdraw8.application/org/jhotdraw8/io/DataFormats.java | simplysuvi/jhotdraw8 | 8867b019b6cd408fb933f09008d89e5a43960c4a | [
"MIT"
] | null | null | null | org.jhotdraw8.application/src/main/java/org.jhotdraw8.application/org/jhotdraw8/io/DataFormats.java | simplysuvi/jhotdraw8 | 8867b019b6cd408fb933f09008d89e5a43960c4a | [
"MIT"
] | null | null | null | org.jhotdraw8.application/src/main/java/org.jhotdraw8.application/org/jhotdraw8/io/DataFormats.java | simplysuvi/jhotdraw8 | 8867b019b6cd408fb933f09008d89e5a43960c4a | [
"MIT"
] | 2 | 2022-02-28T02:16:35.000Z | 2022-03-19T23:38:29.000Z | 21.5 | 74 | 0.649049 | 20,593 | /*
* @(#)DataFormats.java
* Copyright © 2021 The authors and contributors of JHotDraw. MIT License.
*/
package org.jhotdraw8.io;
import javafx.scene.input.DataFormat;
public class DataFormats {
private DataFormats() {
}
public static DataFormat registerDataFormat(String mimeType) {
DataFormat ... |
3e30b0cf35374049306f596a661fc470b567ef8a | 2,267 | java | Java | src/main/java/com/grhabs/backend/data/PedidoProducto.java | gjustoh/inv-2020 | 5ca730f21e0d4b28a40a427cfd5a4a3ffb07d269 | [
"Unlicense"
] | null | null | null | src/main/java/com/grhabs/backend/data/PedidoProducto.java | gjustoh/inv-2020 | 5ca730f21e0d4b28a40a427cfd5a4a3ffb07d269 | [
"Unlicense"
] | 3 | 2020-04-07T18:08:13.000Z | 2021-08-30T16:27:53.000Z | src/main/java/com/grhabs/backend/data/PedidoProducto.java | gjustoh/inv-2020 | 5ca730f21e0d4b28a40a427cfd5a4a3ffb07d269 | [
"Unlicense"
] | null | null | null | 17.573643 | 166 | 0.569475 | 20,594 | package com.grhabs.backend.data;
import java.time.OffsetDateTime;
/**
*
* @author toby troyano
* Create at 2020-04-07 13:22
*/
public class PedidoProducto {
/**
*
*/
private Integer id;
/**
*
*/
private Integer pedidoId;
/**
*
*/
private Integer product... |
3e30b28e3a241966c946fa98473082420bef1d13 | 5,067 | java | Java | usecase/usecase-embedding-android-tests/embeddingapi/src/org/xwalk/embedded/api/sample/XWalkViewWithClearCache.java | JianfengXu/crosswalk-test-suite | 6fb6ef9d89235743ee8b867fd2541c5bdf388786 | [
"BSD-3-Clause"
] | null | null | null | usecase/usecase-embedding-android-tests/embeddingapi/src/org/xwalk/embedded/api/sample/XWalkViewWithClearCache.java | JianfengXu/crosswalk-test-suite | 6fb6ef9d89235743ee8b867fd2541c5bdf388786 | [
"BSD-3-Clause"
] | null | null | null | usecase/usecase-embedding-android-tests/embeddingapi/src/org/xwalk/embedded/api/sample/XWalkViewWithClearCache.java | JianfengXu/crosswalk-test-suite | 6fb6ef9d89235743ee8b867fd2541c5bdf388786 | [
"BSD-3-Clause"
] | null | null | null | 29.982249 | 146 | 0.668246 | 20,595 | // Copyright (c) 2014 Intel Corporation. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.xwalk.embedded.api.sample;
import java.io.File;
import java.io.FileInputStream;
import java.text.DecimalFormat;
import org.xwalk.core.XWalk... |
3e30b34fc424d305a270ec329eadcdd9eda45143 | 555 | java | Java | instrumentation-test/src/main/java/com/newrelic/agent/introspec/SpanEvent.java | brunolellis/newrelic-java-agent | 8f0708ce0f23407f8ed1993a21e524d3c0a362e3 | [
"Apache-2.0"
] | 119 | 2020-08-15T21:38:07.000Z | 2022-03-25T12:07:11.000Z | instrumentation-test/src/main/java/com/newrelic/agent/introspec/SpanEvent.java | brunolellis/newrelic-java-agent | 8f0708ce0f23407f8ed1993a21e524d3c0a362e3 | [
"Apache-2.0"
] | 468 | 2020-08-07T17:56:39.000Z | 2022-03-31T17:33:45.000Z | instrumentation-test/src/main/java/com/newrelic/agent/introspec/SpanEvent.java | brunolellis/newrelic-java-agent | 8f0708ce0f23407f8ed1993a21e524d3c0a362e3 | [
"Apache-2.0"
] | 91 | 2020-08-11T14:23:08.000Z | 2022-03-31T17:28:18.000Z | 15 | 64 | 0.664865 | 20,596 | /*
*
* * Copyright 2020 New Relic Corporation. All rights reserved.
* * SPDX-License-Identifier: Apache-2.0
*
*/
package com.newrelic.agent.introspec;
import java.util.Map;
public interface SpanEvent {
String getName();
float duration();
String traceId();
String parentId();
String cate... |
3e30b35e00aa5a8d5b77840dd7e1d3f3cd71816a | 3,483 | java | Java | BM/OpenJML/src/com/sun/tools/javac/parser/JmlFactory.java | mtaimoorkhan/jml4sec | e5a993982fa46b7396a9b2543bebd05e3a0bb7a8 | [
"MIT"
] | null | null | null | BM/OpenJML/src/com/sun/tools/javac/parser/JmlFactory.java | mtaimoorkhan/jml4sec | e5a993982fa46b7396a9b2543bebd05e3a0bb7a8 | [
"MIT"
] | null | null | null | BM/OpenJML/src/com/sun/tools/javac/parser/JmlFactory.java | mtaimoorkhan/jml4sec | e5a993982fa46b7396a9b2543bebd05e3a0bb7a8 | [
"MIT"
] | null | null | null | 35.907216 | 120 | 0.654321 | 20,597 | /*
* This file is part of the OpenJML project.
* Author: David R. Cok
* Reviewed 2018-03-19
*/
package com.sun.tools.javac.parser;
import org.jmlspecs.openjml.Utils;
import com.sun.tools.javac.util.Context;
import com.sun.tools.javac.util.Names;
/**
* This class extends the Java Parser factory class to be able... |
3e30b36c718846d84538c77c6aa839cda01433a5 | 428 | java | Java | src/expcalc/TokenizerTest.java | cpdyj/ExpCalc | d8033ad0e0422fc896ea55dd3871e4fed2649b90 | [
"MIT"
] | null | null | null | src/expcalc/TokenizerTest.java | cpdyj/ExpCalc | d8033ad0e0422fc896ea55dd3871e4fed2649b90 | [
"MIT"
] | null | null | null | src/expcalc/TokenizerTest.java | cpdyj/ExpCalc | d8033ad0e0422fc896ea55dd3871e4fed2649b90 | [
"MIT"
] | null | null | null | 25.176471 | 84 | 0.616822 | 20,598 | package expcalc;
import expcalc.node.Node;
public class TokenizerTest {
static String testString = "3+5-35.8*()5==7iden 0xAf56t ident2 ident3ident5de5";
public static void main(String[] args) {
Tokenizer tokenizer = new Tokenizer();
Node node = tokenizer.tokenize(testString,1);
while ... |
3e30b3fda32186cb22f92119ddf14de35c66d32f | 2,080 | java | Java | src/main/java/com/microsoft/graph/models/extensions/WorkbookChartLineFormat.java | Krisoblucki-okta/msgraph-sdk-java | 8e1960974f24aef28d8a0fde5a786a33c2f9cb3a | [
"MIT"
] | null | null | null | src/main/java/com/microsoft/graph/models/extensions/WorkbookChartLineFormat.java | Krisoblucki-okta/msgraph-sdk-java | 8e1960974f24aef28d8a0fde5a786a33c2f9cb3a | [
"MIT"
] | 22 | 2020-09-17T05:53:52.000Z | 2022-02-14T01:03:31.000Z | src/main/java/com/microsoft/graph/models/extensions/WorkbookChartLineFormat.java | Krisoblucki-okta/msgraph-sdk-java | 8e1960974f24aef28d8a0fde5a786a33c2f9cb3a | [
"MIT"
] | null | null | null | 26.666667 | 152 | 0.638942 | 20,599 | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
3e30b47c8ec7f0fd20329903f252c98b41885f2a | 8,055 | java | Java | src/javascript/crypto/e2e/compatibility_tests/drivers/bc/src/com/google/e2e/bcdriver/Decryptor.java | Abd-Elrazek/end-to-end | 7e5742c343b46175ff0882265438b699ae81e5d3 | [
"Apache-2.0"
] | 3,296 | 2015-01-01T00:06:11.000Z | 2022-03-31T19:39:57.000Z | src/javascript/crypto/e2e/compatibility_tests/drivers/bc/src/com/google/e2e/bcdriver/Decryptor.java | adhintz/end-to-end-1 | 8a755f716872920bddabd09afd45cedfe4878218 | [
"Apache-2.0"
] | 186 | 2015-01-01T23:21:00.000Z | 2021-08-21T22:21:24.000Z | src/javascript/crypto/e2e/compatibility_tests/drivers/bc/src/com/google/e2e/bcdriver/Decryptor.java | adhintz/end-to-end-1 | 8a755f716872920bddabd09afd45cedfe4878218 | [
"Apache-2.0"
] | 385 | 2015-01-02T11:32:26.000Z | 2022-02-20T23:04:40.000Z | 34.423077 | 80 | 0.694103 | 20,600 | /*
* Copyright 2015 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
3e30b50e35a5053ad333ce9d3bf9790235f483ea | 659 | java | Java | cs3524/solutions/mud/Edge.java | saffa19/MUD | 6c13ab9fba71c257d4a45a2e9c78d4cae4b59d71 | [
"MIT"
] | 1 | 2019-02-23T09:54:32.000Z | 2019-02-23T09:54:32.000Z | cs3524/solutions/mud/Edge.java | saffa19/MUD | 6c13ab9fba71c257d4a45a2e9c78d4cae4b59d71 | [
"MIT"
] | null | null | null | cs3524/solutions/mud/Edge.java | saffa19/MUD | 6c13ab9fba71c257d4a45a2e9c78d4cae4b59d71 | [
"MIT"
] | null | null | null | 25.346154 | 73 | 0.497724 | 20,601 | /*
* Author: Duncan van der Wielen
* Course: CS3524 Distributed Systems and Security
* Content: In-course assessment (MUD game)
*/
/***********************************************************************
* cs3524.solutions.mud.Edge
********************************************************************... |
3e30b54ea8ba4fe17c6f62d3b9f38f3dd763cfbd | 166 | java | Java | src/main/java/ca/ulaval/glo2003/ebaie/inventory/api/InventoryException/InvalidProductDurationResponse.java | TyriixD/E-Baie | 3cdb5d61a735d58e28d625ac5d3ed22b60e0ff0e | [
"MIT"
] | null | null | null | src/main/java/ca/ulaval/glo2003/ebaie/inventory/api/InventoryException/InvalidProductDurationResponse.java | TyriixD/E-Baie | 3cdb5d61a735d58e28d625ac5d3ed22b60e0ff0e | [
"MIT"
] | null | null | null | src/main/java/ca/ulaval/glo2003/ebaie/inventory/api/InventoryException/InvalidProductDurationResponse.java | TyriixD/E-Baie | 3cdb5d61a735d58e28d625ac5d3ed22b60e0ff0e | [
"MIT"
] | null | null | null | 23.714286 | 65 | 0.801205 | 20,602 | package ca.ulaval.glo2003.ebaie.inventory.api.InventoryException;
public class InvalidProductDurationResponse {
public String code;
public String message;
}
|
3e30b5bcedbc8b6c05f106a2db650843f1489a50 | 2,244 | java | Java | RetoDia6_Main.java | navasjl/Java-Retos | f99359d96fec3c24c00c23765c9e42cc2d6181a4 | [
"MIT"
] | null | null | null | RetoDia6_Main.java | navasjl/Java-Retos | f99359d96fec3c24c00c23765c9e42cc2d6181a4 | [
"MIT"
] | null | null | null | RetoDia6_Main.java | navasjl/Java-Retos | f99359d96fec3c24c00c23765c9e42cc2d6181a4 | [
"MIT"
] | null | null | null | 32.057143 | 95 | 0.652852 | 20,603 | package RetosCadenas;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class RetoDia6_Main {
public static void main(String[] args) {
Integer num1, num2, num3;
String operador1, operador2;
/*Creamos el mapa para la calculadora de texto*/
Map<Integer,Strin... |
3e30b6b2407e2046c5e173baa130f9e0ea524cf8 | 1,661 | java | Java | camus-sweeper/src/main/java/com/linkedin/camus/sweeper/utils/RelaxedAvroKeyOutputFormat.java | ititi/camus | cdb66c903cc638e6c0fd2bcb80d1c12916569b96 | [
"Apache-2.0"
] | null | null | null | camus-sweeper/src/main/java/com/linkedin/camus/sweeper/utils/RelaxedAvroKeyOutputFormat.java | ititi/camus | cdb66c903cc638e6c0fd2bcb80d1c12916569b96 | [
"Apache-2.0"
] | null | null | null | camus-sweeper/src/main/java/com/linkedin/camus/sweeper/utils/RelaxedAvroKeyOutputFormat.java | ititi/camus | cdb66c903cc638e6c0fd2bcb80d1c12916569b96 | [
"Apache-2.0"
] | 1 | 2021-12-02T20:50:57.000Z | 2021-12-02T20:50:57.000Z | 35.340426 | 112 | 0.776641 | 20,604 | package com.linkedin.camus.sweeper.utils;
import java.io.IOException;
import org.apache.avro.Schema;
import org.apache.avro.generic.GenericData;
import org.apache.avro.mapred.AvroKey;
import org.apache.avro.mapreduce.AvroKeyOutputFormat;
import org.apache.avro.mapreduce.AvroKeyRecordWriter;
import org.apache.commons.... |
3e30b705eff707e9f5fdcb99b1cdd4b8e5d1d5c4 | 3,281 | java | Java | src/main/java/com/nitesr/prep/ik/sorting/QuickSort.java | nitesr/ik | dae6c7104fb642174810ff49cbde71dabf5a9387 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/nitesr/prep/ik/sorting/QuickSort.java | nitesr/ik | dae6c7104fb642174810ff49cbde71dabf5a9387 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/nitesr/prep/ik/sorting/QuickSort.java | nitesr/ik | dae6c7104fb642174810ff49cbde71dabf5a9387 | [
"Apache-2.0"
] | null | null | null | 34.177083 | 115 | 0.585187 | 20,605 | package com.nitesr.prep.ik.sorting;
import com.nitesr.prep.utils.PrintArray;
import java.util.Arrays;
import java.util.Random;
import static com.nitesr.prep.utils.PrintArray.printIntArray;
/**
* Created by nitesh on 1/24/22.
*/
public class QuickSort {
private int[] sort(int[] array) {
int[] workingA... |
3e30b95c9e0a6e02b604bc2fd8e7533387555e59 | 236 | java | Java | mobile/src/main/java/com/smartgwt/mobile/client/widgets/grid/events/RowContextClickHandler.java | will-gilbert/SmartGWT-Mobile | 33f3d95040784690b56de142c7eecc5e0011faf8 | [
"Unlicense"
] | null | null | null | mobile/src/main/java/com/smartgwt/mobile/client/widgets/grid/events/RowContextClickHandler.java | will-gilbert/SmartGWT-Mobile | 33f3d95040784690b56de142c7eecc5e0011faf8 | [
"Unlicense"
] | null | null | null | mobile/src/main/java/com/smartgwt/mobile/client/widgets/grid/events/RowContextClickHandler.java | will-gilbert/SmartGWT-Mobile | 33f3d95040784690b56de142c7eecc5e0011faf8 | [
"Unlicense"
] | null | null | null | 26.222222 | 62 | 0.830508 | 20,606 | package com.smartgwt.mobile.client.widgets.grid.events;
import com.google.gwt.event.shared.EventHandler;
public interface RowContextClickHandler extends EventHandler {
public void onRowContextClick(RowContextClickEvent event);
}
|
3e30b988167c751099b6c6cf4c31f00552ce2f52 | 303 | java | Java | JAVA_Conquer/src/chapter16/Day100.java | BeginnerJay/JAVA_LAB | a5050ebc0264d8bea727433b37ef4052330faf90 | [
"MIT"
] | null | null | null | JAVA_Conquer/src/chapter16/Day100.java | BeginnerJay/JAVA_LAB | a5050ebc0264d8bea727433b37ef4052330faf90 | [
"MIT"
] | null | null | null | JAVA_Conquer/src/chapter16/Day100.java | BeginnerJay/JAVA_LAB | a5050ebc0264d8bea727433b37ef4052330faf90 | [
"MIT"
] | null | null | null | 21.642857 | 43 | 0.709571 | 20,607 | package chapter16;
import java.time.LocalDate;
public class Day100 {
public static void main(String[] args) {
LocalDate today = LocalDate.now();
LocalDate after100 = today.plusDays(100);
System.out.printf("100일 후는 %d월 %d일입니다.",
after100.getMonthValue(),
after100.getDayOfMonth());
}
}
|
3e30ba2ec344e5c394d228572998d3d6f365c198 | 1,757 | java | Java | java-example/src/test/java/ru/stqa/training/selenium/CartCheck.java | Tan-Sid/SeleniumCourse | 639acdd8fb912850aeff846119b14bde01a37bb1 | [
"Apache-2.0"
] | null | null | null | java-example/src/test/java/ru/stqa/training/selenium/CartCheck.java | Tan-Sid/SeleniumCourse | 639acdd8fb912850aeff846119b14bde01a37bb1 | [
"Apache-2.0"
] | null | null | null | java-example/src/test/java/ru/stqa/training/selenium/CartCheck.java | Tan-Sid/SeleniumCourse | 639acdd8fb912850aeff846119b14bde01a37bb1 | [
"Apache-2.0"
] | null | null | null | 39.044444 | 115 | 0.656801 | 20,608 | package ru.stqa.training.selenium;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Select;
import java.util.List;
public class CartCheck extends TestBase {
@Test
publi... |
3e30bad15044c4b6d23b5a6fdce12b4882452f48 | 8,383 | java | Java | kernel/api/fabric3-spi/src/test/java/org/fabric3/spi/model/os/OperatingSystemSpecTestCase.java | chrisphe/fabric3-core | 3a29d2cb19fcce33678e3f81f3f7c09271ca7b84 | [
"Apache-2.0"
] | null | null | null | kernel/api/fabric3-spi/src/test/java/org/fabric3/spi/model/os/OperatingSystemSpecTestCase.java | chrisphe/fabric3-core | 3a29d2cb19fcce33678e3f81f3f7c09271ca7b84 | [
"Apache-2.0"
] | null | null | null | kernel/api/fabric3-spi/src/test/java/org/fabric3/spi/model/os/OperatingSystemSpecTestCase.java | chrisphe/fabric3-core | 3a29d2cb19fcce33678e3f81f3f7c09271ca7b84 | [
"Apache-2.0"
] | null | null | null | 40.110048 | 97 | 0.655493 | 20,609 | /*
* Fabric3
* Copyright (c) 2009-2015 Metaform Systems
*
* 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 ap... |
3e30bb2bf54925110503372ef9453e4b05042e7a | 2,234 | java | Java | src/main/java/com/fishercoder/solutions/_481.java | suediwanfeng/Leetcode | 2f7c5a71beeac501596d104579bdc745855620b0 | [
"Apache-2.0"
] | 4 | 2018-05-18T13:06:43.000Z | 2019-07-09T23:33:14.000Z | src/main/java/com/fishercoder/solutions/_481.java | XizheSun0914/Leetcode-1 | 317bab43495bce1d6bd1827034ed6de23d1a6ed6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/fishercoder/solutions/_481.java | XizheSun0914/Leetcode-1 | 317bab43495bce1d6bd1827034ed6de23d1a6ed6 | [
"Apache-2.0"
] | 7 | 2017-11-04T19:39:10.000Z | 2019-03-19T09:08:05.000Z | 29.786667 | 140 | 0.584154 | 20,610 | package com.fishercoder.solutions;
/**
* 481. Magical String
*
* A magical string S consists of only '1' and '2' and obeys the following rules:
The string S is magical because concatenating the number of contiguous occurrences of characters '1' and '2' generates the string S itself.
The first few elements of st... |
3e30bb4990dae6bd999c7c929ed44b45f7445bcb | 119 | java | Java | estructural-patterns/src/main/java/br/com/cod3r/composite/folders/model/FileSystemItem.java | Daniel-Fonseca-da-Silva/Design-Patterns-with-Java- | 8162e9ce7d47dcb59007aff4b8e4c6f93dbeba1a | [
"MIT"
] | null | null | null | estructural-patterns/src/main/java/br/com/cod3r/composite/folders/model/FileSystemItem.java | Daniel-Fonseca-da-Silva/Design-Patterns-with-Java- | 8162e9ce7d47dcb59007aff4b8e4c6f93dbeba1a | [
"MIT"
] | null | null | null | estructural-patterns/src/main/java/br/com/cod3r/composite/folders/model/FileSystemItem.java | Daniel-Fonseca-da-Silva/Design-Patterns-with-Java- | 8162e9ce7d47dcb59007aff4b8e4c6f93dbeba1a | [
"MIT"
] | null | null | null | 19.833333 | 46 | 0.764706 | 20,611 | package br.com.cod3r.composite.folders.model;
public interface FileSystemItem {
void print(String structure);
}
|
3e30bc089dae39abe992ae924740a451a9bd3b40 | 9,847 | java | Java | src/main/java/io/confluent/castle/action/ZooKeeperStartAction.java | xiaoyali97/castle | a04f2a7fb04e086d92f6704daf7e120325f8bf5c | [
"Apache-2.0"
] | 10 | 2019-06-17T12:10:29.000Z | 2021-11-04T22:35:32.000Z | src/main/java/io/confluent/castle/action/ZooKeeperStartAction.java | xiaoyali97/castle | a04f2a7fb04e086d92f6704daf7e120325f8bf5c | [
"Apache-2.0"
] | 10 | 2019-07-12T17:52:17.000Z | 2021-12-08T19:34:27.000Z | src/main/java/io/confluent/castle/action/ZooKeeperStartAction.java | xiaoyali97/castle | a04f2a7fb04e086d92f6704daf7e120325f8bf5c | [
"Apache-2.0"
] | 11 | 2018-10-12T23:49:14.000Z | 2021-06-01T17:59:32.000Z | 45.8 | 113 | 0.621712 | 20,612 | /*
* 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 n... |
3e30bd71c3ed4f968ff450138c4ac761d683604d | 1,750 | java | Java | aliyun-java-sdk-devops-rdc/src/main/java/com/aliyuncs/devops_rdc/model/v20200303/BatchInsertMembersRequest.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 1 | 2022-02-12T06:01:36.000Z | 2022-02-12T06:01:36.000Z | aliyun-java-sdk-devops-rdc/src/main/java/com/aliyuncs/devops_rdc/model/v20200303/BatchInsertMembersRequest.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 27 | 2021-06-11T21:08:40.000Z | 2022-03-11T21:25:09.000Z | aliyun-java-sdk-devops-rdc/src/main/java/com/aliyuncs/devops_rdc/model/v20200303/BatchInsertMembersRequest.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 1 | 2020-03-05T07:30:16.000Z | 2020-03-05T07:30:16.000Z | 23.026316 | 90 | 0.711429 | 20,613 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e30c085f7686f2a3346c5cd02c7412bc85f4825 | 1,174 | java | Java | hw01-0036490887/src/test/java/hr/fer/zemris/java/hw01/FactorialTest.java | dariodsa/JavaCourse | ac0f5be3abbc4cab8f1e642ffc80e2660e0b03ed | [
"BSD-2-Clause"
] | null | null | null | hw01-0036490887/src/test/java/hr/fer/zemris/java/hw01/FactorialTest.java | dariodsa/JavaCourse | ac0f5be3abbc4cab8f1e642ffc80e2660e0b03ed | [
"BSD-2-Clause"
] | null | null | null | hw01-0036490887/src/test/java/hr/fer/zemris/java/hw01/FactorialTest.java | dariodsa/JavaCourse | ac0f5be3abbc4cab8f1e642ffc80e2660e0b03ed | [
"BSD-2-Clause"
] | null | null | null | 24.458333 | 127 | 0.636286 | 20,614 | package hr.fer.zemris.java.hw01;
import org.junit.Test;
import org.junit.Assert;
public class FactorialTest {
@Test
public void testFactorialForNumber1() {
long expected = 1;
long actual = Factorial.factorial(1);
Assert.assertEquals(expected, actual);
}
@Test
public void testFactorialForNumber5() {
lon... |
3e30c2080b73d35581236609231c6b8b22bdff8a | 334 | java | Java | lib/src/main/java/com/relxtech/zxing/OnCaptureCallback.java | ZCLOVEYJ/ZXingScan | d9dc4c2920f67c1736af9b772668151a6bce87bc | [
"Apache-2.0"
] | 1 | 2022-03-31T07:47:01.000Z | 2022-03-31T07:47:01.000Z | lib/src/main/java/com/relxtech/zxing/OnCaptureCallback.java | ZCLOVEYJ/ZXingScan | d9dc4c2920f67c1736af9b772668151a6bce87bc | [
"Apache-2.0"
] | null | null | null | lib/src/main/java/com/relxtech/zxing/OnCaptureCallback.java | ZCLOVEYJ/ZXingScan | d9dc4c2920f67c1736af9b772668151a6bce87bc | [
"Apache-2.0"
] | null | null | null | 18.666667 | 59 | 0.681548 | 20,615 | package com.relxtech.zxing;
import android.graphics.Bitmap;
/**
* @author <a href="mailto:nnheo@example.com">Jenly</a>
*/
public interface OnCaptureCallback {
/**
* 接收扫码结果回调
* @param result 扫码结果
* @return 返回true表示拦截,将不自动执行后续逻辑,为false表示不拦截
*/
boolean onResultCallback(String result, Bitm... |
3e30c28ae7bf3971d3f86e934a001231ff632c3e | 5,041 | java | Java | com/planet_ink/coffee_mud/Behaviors/DoorwayGuardian.java | welterde/ewok | 6fce1fd0b8b1164eba79c17252708d3215bd90e9 | [
"Apache-2.0"
] | 1 | 2019-02-25T09:33:03.000Z | 2019-02-25T09:33:03.000Z | com/planet_ink/coffee_mud/Behaviors/DoorwayGuardian.java | welterde/ewok | 6fce1fd0b8b1164eba79c17252708d3215bd90e9 | [
"Apache-2.0"
] | null | null | null | com/planet_ink/coffee_mud/Behaviors/DoorwayGuardian.java | welterde/ewok | 6fce1fd0b8b1164eba79c17252708d3215bd90e9 | [
"Apache-2.0"
] | 2 | 2017-08-15T12:28:07.000Z | 2021-08-07T05:24:00.000Z | 27.697802 | 91 | 0.659591 | 20,616 | package com.planet_ink.coffee_mud.Behaviors;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_ink.coffee_mud.Behaviors.interfaces.*;
import co... |
3e30c30f5a0a174cba44ed91b77ac51ae9cb2727 | 1,302 | java | Java | dubbo-common/src/test/java/com/alibaba/dubbo/common/json/MyException.java | extrend-xuxw/dubbo | c5db1c39e686e79f3ce9e9ea0876ee6dd089b4a4 | [
"Apache-2.0"
] | 429 | 2018-01-21T13:38:16.000Z | 2022-03-31T02:50:40.000Z | dubbo-common/src/test/java/com/alibaba/dubbo/common/json/MyException.java | extrend-xuxw/dubbo | c5db1c39e686e79f3ce9e9ea0876ee6dd089b4a4 | [
"Apache-2.0"
] | 14 | 2019-12-24T06:48:41.000Z | 2021-12-25T02:14:23.000Z | dubbo-common/src/test/java/com/alibaba/dubbo/common/json/MyException.java | extrend-xuxw/dubbo | c5db1c39e686e79f3ce9e9ea0876ee6dd089b4a4 | [
"Apache-2.0"
] | 354 | 2018-03-12T01:29:47.000Z | 2022-03-03T03:25:09.000Z | 31.756098 | 76 | 0.692012 | 20,617 | /*
* 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... |
3e30c3254fb4a8ed0969882007fd00999ff33c93 | 959 | java | Java | src/main/java/ufc/rest/request/PacketCountInTimeIntervalsRequest.java | Vajetaitau/ufc | a73a4cb2b8158a8b7bc67a49747eb3e593fb86b2 | [
"MIT"
] | null | null | null | src/main/java/ufc/rest/request/PacketCountInTimeIntervalsRequest.java | Vajetaitau/ufc | a73a4cb2b8158a8b7bc67a49747eb3e593fb86b2 | [
"MIT"
] | null | null | null | src/main/java/ufc/rest/request/PacketCountInTimeIntervalsRequest.java | Vajetaitau/ufc | a73a4cb2b8158a8b7bc67a49747eb3e593fb86b2 | [
"MIT"
] | null | null | null | 18.803922 | 50 | 0.595412 | 20,618 | package ufc.rest.request;
import ufc.dto.ddos.PacketInfo;
import java.sql.Timestamp;
import java.util.List;
/**
* Created by K on 10/13/2015.
*/
public class PacketCountInTimeIntervalsRequest {
private List<PacketInfo> list;
private Timestamp start;
private Timestamp end;
private In... |
3e30c442aad343ba7131a208536d9614ab0ccec1 | 870 | java | Java | app/src/main/java/com/example/screeningapplication/add_play_video/Video.java | cjzd/screeningapplication | 7acc78f730f6fe0e30aa070cbeb1a2d81337f368 | [
"Apache-2.0"
] | 1 | 2018-11-01T02:08:03.000Z | 2018-11-01T02:08:03.000Z | app/src/main/java/com/example/screeningapplication/add_play_video/Video.java | cjzd/screeningapplication | 7acc78f730f6fe0e30aa070cbeb1a2d81337f368 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/screeningapplication/add_play_video/Video.java | cjzd/screeningapplication | 7acc78f730f6fe0e30aa070cbeb1a2d81337f368 | [
"Apache-2.0"
] | 1 | 2018-11-01T02:08:04.000Z | 2018-11-01T02:08:04.000Z | 18.510638 | 56 | 0.633333 | 20,619 | package com.example.screeningapplication.add_play_video;
import android.graphics.Bitmap;
/**
* Created by tpf on 2018-08-24.
*/
public class Video {
private String videoPath;
private Bitmap image;
private String videoName;
private boolean isAddBtn;
public Bitmap getImage() {
return ima... |
3e30c50d822dddb1e83cc2a66333d5d5e67c7e06 | 441 | java | Java | src/main/java/net/minestom/server/network/packet/client/play/ClientUseItemPacket.java | Hallzmine/minestom-server | dc722fb0e64b336ec308fd53c93ae2a5a1aa87ec | [
"Apache-2.0"
] | 1 | 2022-03-04T13:59:57.000Z | 2022-03-04T13:59:57.000Z | src/main/java/net/minestom/server/network/packet/client/play/ClientUseItemPacket.java | Hallzmine/minestom-server | dc722fb0e64b336ec308fd53c93ae2a5a1aa87ec | [
"Apache-2.0"
] | null | null | null | src/main/java/net/minestom/server/network/packet/client/play/ClientUseItemPacket.java | Hallzmine/minestom-server | dc722fb0e64b336ec308fd53c93ae2a5a1aa87ec | [
"Apache-2.0"
] | null | null | null | 27.5625 | 66 | 0.768707 | 20,620 | package net.minestom.server.network.packet.client.play;
import net.minestom.server.entity.Player;
import net.minestom.server.network.packet.client.ClientPlayPacket;
import net.minestom.server.utils.binary.BinaryReader;
public class ClientUseItemPacket extends ClientPlayPacket {
public Player.Hand hand;
@Ove... |
3e30c5a0ef8cb05e643dc5c847cae750784e2179 | 2,345 | java | Java | IDP Source/src/net/innectis/innplugin/system/game/IdpGame.java | AlphaBlend/Innectis-Dedicated-Plugin | 6ed4d4ec5243408c6114966b2ac63b9b0a150569 | [
"MIT"
] | 3 | 2017-03-17T21:49:24.000Z | 2017-10-09T20:43:27.000Z | IDP Source/src/net/innectis/innplugin/system/game/IdpGame.java | AlphaBlend/Innectis-Dedicated-Plugin | 6ed4d4ec5243408c6114966b2ac63b9b0a150569 | [
"MIT"
] | 1 | 2021-07-22T00:14:03.000Z | 2021-07-22T00:44:13.000Z | IDP Source/src/net/innectis/innplugin/system/game/IdpGame.java | kelson8/Innectis-Dedicated-Plugin | 6ed4d4ec5243408c6114966b2ac63b9b0a150569 | [
"MIT"
] | 3 | 2020-05-22T06:17:20.000Z | 2021-07-21T18:38:38.000Z | 20.042735 | 91 | 0.59403 | 20,621 | package net.innectis.innplugin.system.game;
import java.util.List;
import net.innectis.innplugin.IdpCommandSender;
import net.innectis.innplugin.player.IdpPlayer;
import org.bukkit.Location;
import org.bukkit.entity.Entity;
/**
*
* @author Hret
*
* This is the default interface for a game that can be started with... |
3e30c601d21a3041347580e54b3eed6d34653e7e | 1,221 | java | Java | util/util-guava-ext/src/main/java/io/github/jojoti/utilguavaext/ErrorKey.java | NaiChaGG/jvm-mixed | 4cd5ccf04f4895c850cf9e1081990f6f8bde61bd | [
"Apache-2.0"
] | null | null | null | util/util-guava-ext/src/main/java/io/github/jojoti/utilguavaext/ErrorKey.java | NaiChaGG/jvm-mixed | 4cd5ccf04f4895c850cf9e1081990f6f8bde61bd | [
"Apache-2.0"
] | null | null | null | util/util-guava-ext/src/main/java/io/github/jojoti/utilguavaext/ErrorKey.java | NaiChaGG/jvm-mixed | 4cd5ccf04f4895c850cf9e1081990f6f8bde61bd | [
"Apache-2.0"
] | null | null | null | 27.75 | 155 | 0.593776 | 20,622 | package io.github.jojoti.utilguavaext;
import com.google.common.base.Preconditions;
import com.google.common.collect.Sets;
import java.util.Set;
/**
* 返回唯一 Key
* 1.此 interface 用于定义项目的唯一错误码使用枚举实现该接口
* 迂回扩展 java enum 类 ...
*
* @author JoJo Wang
* @link github.com/jojoti
*/
public interface ErrorK... |
3e30c6c22672160fcc11d4836206075dba4d3d1f | 107 | java | Java | idea/testData/refactoring/move/kotlin/changePackage/changeToDefaultPackage/before/usagesWithFqNames.java | zarechenskiy/kotlin | cb9c28e73fc3f88d8e08ec7661ac169434c8311f | [
"Apache-2.0"
] | null | null | null | idea/testData/refactoring/move/kotlin/changePackage/changeToDefaultPackage/before/usagesWithFqNames.java | zarechenskiy/kotlin | cb9c28e73fc3f88d8e08ec7661ac169434c8311f | [
"Apache-2.0"
] | null | null | null | idea/testData/refactoring/move/kotlin/changePackage/changeToDefaultPackage/before/usagesWithFqNames.java | zarechenskiy/kotlin | cb9c28e73fc3f88d8e08ec7661ac169434c8311f | [
"Apache-2.0"
] | null | null | null | 17.833333 | 35 | 0.53271 | 20,623 | class Test {
static void test() {
new source.Foo();
source.SourcePackage.foo();
}
} |
3e30c7c0a44accd49fd0de1c5fcb733c0167b115 | 308 | java | Java | src/main/java/edu/stanford/webprotege/webprotege/ontology/OntologyProcessingException.java | protegeproject/webprotege-ontology-processing-service | 1d2679e498d83c71c812494b136c08d187d7fad4 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/edu/stanford/webprotege/webprotege/ontology/OntologyProcessingException.java | protegeproject/webprotege-ontology-processing-service | 1d2679e498d83c71c812494b136c08d187d7fad4 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/edu/stanford/webprotege/webprotege/ontology/OntologyProcessingException.java | protegeproject/webprotege-ontology-processing-service | 1d2679e498d83c71c812494b136c08d187d7fad4 | [
"BSD-2-Clause"
] | null | null | null | 22 | 67 | 0.756494 | 20,624 | package edu.stanford.webprotege.webprotege.ontology;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2021-09-29
*/
public class OntologyProcessingException extends RuntimeException {
public OntologyProcessingException(Throwable cause) {
super(cause);
}
}
|
3e30c7cf4815c1987ffe53bc146bc398f73f2578 | 733 | java | Java | src/test/java/AppTest.java | ctopheryoung/university-registrar | 6d4690ebc9ef10312ac98d99f3c65edbc6bcae07 | [
"MIT"
] | null | null | null | src/test/java/AppTest.java | ctopheryoung/university-registrar | 6d4690ebc9ef10312ac98d99f3c65edbc6bcae07 | [
"MIT"
] | null | null | null | src/test/java/AppTest.java | ctopheryoung/university-registrar | 6d4690ebc9ef10312ac98d99f3c65edbc6bcae07 | [
"MIT"
] | null | null | null | 24.433333 | 78 | 0.747613 | 20,625 | import org.fluentlenium.adapter.FluentTest;
import org.junit.*;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import static org.assertj.core.api.Assertions.*;
import static org.fluentlenium.core.filter.FilterConstructor.*;
public class AppTest extends FluentTest {
public ... |
3e30c80308049befdae8bac23723d8d67e713fd8 | 2,592 | java | Java | src/main/java/com/training/springbootbuyitem/configuration/JwtTokenUtil.java | kaueasanti/celfocus-onboarding-1 | d5d85ec78a7b903de8b2502a75f56b519c212458 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/training/springbootbuyitem/configuration/JwtTokenUtil.java | kaueasanti/celfocus-onboarding-1 | d5d85ec78a7b903de8b2502a75f56b519c212458 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/training/springbootbuyitem/configuration/JwtTokenUtil.java | kaueasanti/celfocus-onboarding-1 | d5d85ec78a7b903de8b2502a75f56b519c212458 | [
"Apache-2.0"
] | null | null | null | 34.105263 | 148 | 0.73534 | 20,626 | package com.training.springbootbuyitem.configuration;
import java.io.Serializable;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.function.Function;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.security.core.userdetails.UserDetails;
imp... |
3e30ca2cfc8e160efab2769469643db93da9e289 | 326 | java | Java | app/src/main/java/com/zoctan/smarthub/beans/DeviceBean.java | Zoctan/SmartHub | ac608778d2d3a8dbc3f5cea0aded3f632ccb7dba | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/zoctan/smarthub/beans/DeviceBean.java | Zoctan/SmartHub | ac608778d2d3a8dbc3f5cea0aded3f632ccb7dba | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/zoctan/smarthub/beans/DeviceBean.java | Zoctan/SmartHub | ac608778d2d3a8dbc3f5cea0aded3f632ccb7dba | [
"Apache-2.0"
] | null | null | null | 18.111111 | 49 | 0.733129 | 20,627 | package com.zoctan.smarthub.beans;
import java.io.Serializable;
import lombok.Data;
@Data
public class DeviceBean implements Serializable {
private Integer id;
private String hub_id;
private String name;
private String img;
private int eigenvalue;
// 非数据库字段,只是为了方便数据操作
private String acti... |
3e30ca94ea4ce1eeddb74600ebc75ae9ed6181bb | 3,593 | java | Java | org.sourcepit.antlr4.eclipse.ui/src/org/sourcepit/antlr4/eclipse/ui/AntlrAstContentProvider.java | berndv/antlr4-eclipse | 1dab470d9705bea05dc5f616ecbe05e530b9c734 | [
"Apache-2.0"
] | null | null | null | org.sourcepit.antlr4.eclipse.ui/src/org/sourcepit/antlr4/eclipse/ui/AntlrAstContentProvider.java | berndv/antlr4-eclipse | 1dab470d9705bea05dc5f616ecbe05e530b9c734 | [
"Apache-2.0"
] | null | null | null | org.sourcepit.antlr4.eclipse.ui/src/org/sourcepit/antlr4/eclipse/ui/AntlrAstContentProvider.java | berndv/antlr4-eclipse | 1dab470d9705bea05dc5f616ecbe05e530b9c734 | [
"Apache-2.0"
] | null | null | null | 30 | 101 | 0.702222 | 20,628 | /*
* Copyright 2015 Bernd Vogt and others.
*
* 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 ... |
3e30ca987cc001f73834eaf4b27e766f52abbb13 | 7,332 | java | Java | activemq-unit-tests/src/test/java/org/apache/activemq/store/memory/MemoryMessageStoreSizeStatTest.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | null | null | null | activemq-unit-tests/src/test/java/org/apache/activemq/store/memory/MemoryMessageStoreSizeStatTest.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | 7 | 2020-06-18T17:27:51.000Z | 2022-02-01T01:05:30.000Z | activemq-unit-tests/src/test/java/org/apache/activemq/store/memory/MemoryMessageStoreSizeStatTest.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | null | null | null | 17.090909 | 811 | 0.81042 | 20,629 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * 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... |
3e30cad7129f3b1698d2d057b9baa57094eaaef4 | 1,491 | java | Java | src/cz/kruch/track/ui/Status.java | kruhc/trekbuddy | 2a5dbaec76b6cdc16272a6a6956834a5a4de0190 | [
"MIT"
] | 4 | 2020-09-18T00:24:38.000Z | 2021-09-24T00:07:31.000Z | src/cz/kruch/track/ui/Status.java | kruhc/trekbuddy | 2a5dbaec76b6cdc16272a6a6956834a5a4de0190 | [
"MIT"
] | 5 | 2019-09-07T14:14:26.000Z | 2019-09-10T06:22:43.000Z | src/cz/kruch/track/ui/Status.java | kruhc/trekbuddy | 2a5dbaec76b6cdc16272a6a6956834a5a4de0190 | [
"MIT"
] | 1 | 2021-08-13T06:46:51.000Z | 2021-08-13T06:46:51.000Z | 22.560606 | 99 | 0.581598 | 20,630 | // @LICENSE@
package cz.kruch.track.ui;
import javax.microedition.lcdui.Graphics;
/**
* Status bar.
*
* @author anpch@example.com
*/
final class Status extends Bar {
//#ifdef __LOG__
private static final cz.kruch.track.util.Logger log = new cz.kruch.track.util.Logger("Status");
//#endif
private String s... |
3e30cb2bc87031defe3c1f4235674149fc2d7fa0 | 2,626 | java | Java | flexmark-ext-ins/src/test/java/com/vladsch/flexmark/ext/ins/ComboInsSpecTest.java | jvdvegt/flexmark-java | d4d18057f068fc522935c110a7dfc216ca4f52fc | [
"BSD-2-Clause"
] | null | null | null | flexmark-ext-ins/src/test/java/com/vladsch/flexmark/ext/ins/ComboInsSpecTest.java | jvdvegt/flexmark-java | d4d18057f068fc522935c110a7dfc216ca4f52fc | [
"BSD-2-Clause"
] | 1 | 2019-03-01T11:10:33.000Z | 2019-03-04T08:19:08.000Z | flexmark-ext-ins/src/test/java/com/vladsch/flexmark/ext/ins/ComboInsSpecTest.java | jvdvegt/flexmark-java | d4d18057f068fc522935c110a7dfc216ca4f52fc | [
"BSD-2-Clause"
] | null | null | null | 35.013333 | 175 | 0.694212 | 20,631 | package com.vladsch.flexmark.ext.ins;
import com.vladsch.flexmark.html.HtmlRenderer;
import com.vladsch.flexmark.parser.Parser;
import com.vladsch.flexmark.spec.SpecExample;
import com.vladsch.flexmark.spec.SpecReader;
import com.vladsch.flexmark.test.ComboSpecTestCase;
import com.vladsch.flexmark.util.options.DataHol... |
3e30cb73fae3461f177be97dcdbd4dcf1ea6a060 | 3,916 | java | Java | cat/src/main/java/com/daasuu/cat/CountAnimationTextView.java | workpanda/CountAnimationTextView | 3bb79ffb2f57c9b8efe5b18a8e8e4c4f09b08165 | [
"Unlicense"
] | 423 | 2015-12-22T12:07:54.000Z | 2022-03-03T23:46:35.000Z | cat/src/main/java/com/daasuu/cat/CountAnimationTextView.java | workpanda/CountAnimationTextView | 3bb79ffb2f57c9b8efe5b18a8e8e4c4f09b08165 | [
"Unlicense"
] | 4 | 2016-03-02T10:57:21.000Z | 2018-09-18T12:09:54.000Z | cat/src/main/java/com/daasuu/cat/CountAnimationTextView.java | workpanda/CountAnimationTextView | 3bb79ffb2f57c9b8efe5b18a8e8e4c4f09b08165 | [
"Unlicense"
] | 63 | 2016-03-02T09:11:14.000Z | 2021-03-26T10:45:23.000Z | 30.356589 | 109 | 0.656282 | 20,632 | package com.daasuu.cat;
import android.animation.Animator;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.content.Context;
import androidx.annotation.NonNull;
import android.util.AttributeSet;
import android.widget.TextView;
import java.text.DecimalFormat;
public c... |
3e30cbb46a8fbd4982f10bdc14648e7530fa0fec | 5,210 | java | Java | src/main/java/com/creolophus/liuyi/common/rocketmq/RocketMQConsumer.java | magicnana999/liuyi-ms | e71bf6abb8b3d7a30faedcf0d678b9e00e3957c3 | [
"MIT"
] | 1 | 2021-06-01T07:23:31.000Z | 2021-06-01T07:23:31.000Z | src/main/java/com/creolophus/liuyi/common/rocketmq/RocketMQConsumer.java | magicnana999/liuyi-ms | e71bf6abb8b3d7a30faedcf0d678b9e00e3957c3 | [
"MIT"
] | null | null | null | src/main/java/com/creolophus/liuyi/common/rocketmq/RocketMQConsumer.java | magicnana999/liuyi-ms | e71bf6abb8b3d7a30faedcf0d678b9e00e3957c3 | [
"MIT"
] | null | null | null | 40.703125 | 95 | 0.583109 | 20,633 | package com.creolophus.liuyi.common.rocketmq;
import com.creolophus.liuyi.common.api.MdcUtil;
import com.creolophus.liuyi.common.exception.DoNotReConsumeException;
import com.creolophus.liuyi.common.logger.TracerUtil;
import com.creolophus.liuyi.common.thread.Stopable;
import javax.annotation.PostConstruct;
import jav... |
3e30cbe4b342e908b969613aa5df4b1435e0e481 | 6,987 | java | Java | iam-base-starter/src/main/java/com/diboot/iam/service/impl/IamUserServiceImpl.java | happyyangyuan/diboot | 5cbcfbd31cbf14f050a746e68a6578d27512d889 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | iam-base-starter/src/main/java/com/diboot/iam/service/impl/IamUserServiceImpl.java | happyyangyuan/diboot | 5cbcfbd31cbf14f050a746e68a6578d27512d889 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | iam-base-starter/src/main/java/com/diboot/iam/service/impl/IamUserServiceImpl.java | happyyangyuan/diboot | 5cbcfbd31cbf14f050a746e68a6578d27512d889 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2021-02-25T09:34:24.000Z | 2021-07-07T08:43:24.000Z | 35.805128 | 141 | 0.658837 | 20,634 | /*
* Copyright (c) 2015-2020, www.dibo.ltd (upchh@example.com).
* <p>
* 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
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless... |
3e30ccbdcea30985d9a1c9fda4cc7f8c4527b53b | 3,559 | java | Java | core/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/wal/UpdatePageRecordTest.java | w3aponx/orientdb | 3b2ddd31284bb443e78b6eb47aba331c27b680bc | [
"Apache-2.0"
] | 1 | 2019-01-26T04:19:17.000Z | 2019-01-26T04:19:17.000Z | core/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/wal/UpdatePageRecordTest.java | henryzhao81/orientdb | ff875b3ed402bb79515fb13b5c0f2a1bcaf31382 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/wal/UpdatePageRecordTest.java | henryzhao81/orientdb | ff875b3ed402bb79515fb13b5c0f2a1bcaf31382 | [
"Apache-2.0"
] | null | null | null | 43.938272 | 111 | 0.772408 | 20,635 | package com.orientechnologies.orient.core.storage.impl.local.paginated.wal;
import java.util.ArrayList;
import java.util.List;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.orientechnologies.orient.core.storage.impl.local.paginated.wal.updatePageRecord.OBinaryFullPageDiff;
import com.orien... |
3e30cdf1f31f0ffb515c7035cfea961d1a000e1b | 14,527 | java | Java | src/main/java/com/jzy/manager/util/ExcelUtils.java | ShiverZm/Assistant-Online-Working-System | be2e39dde4b5fafc6180f5e50a214dca050b19b4 | [
"MIT"
] | 4 | 2020-03-29T17:40:34.000Z | 2021-12-10T01:33:47.000Z | src/main/java/com/jzy/manager/util/ExcelUtils.java | ShiverZm/Assistant-Online-Working-System | be2e39dde4b5fafc6180f5e50a214dca050b19b4 | [
"MIT"
] | null | null | null | src/main/java/com/jzy/manager/util/ExcelUtils.java | ShiverZm/Assistant-Online-Working-System | be2e39dde4b5fafc6180f5e50a214dca050b19b4 | [
"MIT"
] | 4 | 2020-05-27T14:34:15.000Z | 2021-12-12T08:40:09.000Z | 31.37581 | 113 | 0.538239 | 20,636 | package com.jzy.manager.util;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.util.HSSFColor;
import org.apache.poi.ss.usermodel.*;
import org.apache.poi.ss.util.CellRangeAddress;
import org.apache.poi.xssf.usermodel.XSSFColor;
import org.apache.poi.xssf.usermodel.XSSFFont;
import sun.awt.Sun... |
3e30cdf808c76858fec6e88aa38af022d53a68ff | 2,646 | java | Java | XXE-detection/findsecbugs-plugin/src/main/java/com/h3xstream/findsecbugs/saml/SamlIgnoreCommentsDetector.java | Berger-and-Molland/xxe-autofix-tool | dda05c0436fc1bc1dfa4242f32c5dde18307665d | [
"MIT"
] | null | null | null | XXE-detection/findsecbugs-plugin/src/main/java/com/h3xstream/findsecbugs/saml/SamlIgnoreCommentsDetector.java | Berger-and-Molland/xxe-autofix-tool | dda05c0436fc1bc1dfa4242f32c5dde18307665d | [
"MIT"
] | null | null | null | XXE-detection/findsecbugs-plugin/src/main/java/com/h3xstream/findsecbugs/saml/SamlIgnoreCommentsDetector.java | Berger-and-Molland/xxe-autofix-tool | dda05c0436fc1bc1dfa4242f32c5dde18307665d | [
"MIT"
] | null | null | null | 39.492537 | 114 | 0.725624 | 20,637 | /**
* Find Security Bugs
* Copyright (c) Philippe Arteau, All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your op... |
3e30ce619aa8ff1f43038ba5d1806027704919e7 | 1,391 | java | Java | janusgraph-core/src/main/java/org/janusgraph/util/datastructures/LongCounter.java | flyingsilverfin/janusgraph | 822b985ec9c25c4e3bfb996045d71b4c335d282d | [
"ECL-2.0",
"Apache-2.0"
] | 44 | 2021-01-08T07:46:17.000Z | 2022-03-28T03:34:48.000Z | janusgraph-core/src/main/java/org/janusgraph/util/datastructures/LongCounter.java | flyingsilverfin/janusgraph | 822b985ec9c25c4e3bfb996045d71b4c335d282d | [
"ECL-2.0",
"Apache-2.0"
] | 22 | 2018-10-06T12:54:31.000Z | 2019-11-11T06:50:14.000Z | janusgraph-core/src/main/java/org/janusgraph/util/datastructures/LongCounter.java | flyingsilverfin/janusgraph | 822b985ec9c25c4e3bfb996045d71b4c335d282d | [
"ECL-2.0",
"Apache-2.0"
] | 11 | 2021-01-05T06:19:07.000Z | 2021-09-17T02:37:17.000Z | 22.786885 | 75 | 0.670504 | 20,638 | // Copyright 2017 JanusGraph Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... |
3e30ced007deb75dd57642449e65bff493827dd1 | 3,335 | java | Java | app/src/main/java/co/mobiwise/progresslayout/MainActivity.java | jarrodholliday/ProgressLayout | a481ddcdc71cf5a8fb7a99f00a3eb45e27b92a3b | [
"Apache-2.0"
] | 894 | 2015-09-16T16:37:07.000Z | 2022-03-14T13:55:09.000Z | app/src/main/java/co/mobiwise/progresslayout/MainActivity.java | jarrodholliday/ProgressLayout | a481ddcdc71cf5a8fb7a99f00a3eb45e27b92a3b | [
"Apache-2.0"
] | 7 | 2015-09-16T16:38:29.000Z | 2020-04-03T07:00:31.000Z | app/src/main/java/co/mobiwise/progresslayout/MainActivity.java | jarrodholliday/ProgressLayout | a481ddcdc71cf5a8fb7a99f00a3eb45e27b92a3b | [
"Apache-2.0"
] | 155 | 2015-09-16T17:50:15.000Z | 2020-12-28T10:37:53.000Z | 35.105263 | 97 | 0.727736 | 20,639 | /*
* Copyright (C) 2015 Mert Şimşek
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writin... |
3e30d062d7fa39874de65f4d30c665d87a637c27 | 651 | java | Java | LargestNumber.java | ljishen/leetcode-sol | 078dbb9482d2d3c162919674360902b1a7b34bb7 | [
"Apache-2.0"
] | null | null | null | LargestNumber.java | ljishen/leetcode-sol | 078dbb9482d2d3c162919674360902b1a7b34bb7 | [
"Apache-2.0"
] | null | null | null | LargestNumber.java | ljishen/leetcode-sol | 078dbb9482d2d3c162919674360902b1a7b34bb7 | [
"Apache-2.0"
] | null | null | null | 25.038462 | 70 | 0.556068 | 20,640 | // Question: https://leetcode.com/problems/largest-number/description/
public class LargestNumber {
public String largestNumber(int[] nums) {
if (nums == null || nums.length == 0) {
return "";
}
String[] numStrs = new String[nums.length];
for (int i = 0; i < nums.length; i++) {
numStrs[i... |
3e30d0a517873c6951fdd8dfb6338290826546c6 | 2,576 | java | Java | app/src/main/java/com/moxi/agenttool/ui/bean/House.java | subenli115/AgentTool | 63ef76b0ce390331d7cdb863a6391920bc682fb9 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/moxi/agenttool/ui/bean/House.java | subenli115/AgentTool | 63ef76b0ce390331d7cdb863a6391920bc682fb9 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/moxi/agenttool/ui/bean/House.java | subenli115/AgentTool | 63ef76b0ce390331d7cdb863a6391920bc682fb9 | [
"Apache-2.0"
] | null | null | null | 20.444444 | 56 | 0.538432 | 20,641 | package com.moxi.agenttool.ui.bean;
import java.io.Serializable;
/**
* @ClassName: House
* @Description: java类作用描述
* @Author: join_lu
* @CreateDate: 2021/7/27 9:38
*/
public class House implements Serializable {
// 房屋面积
String houseArea;
// 详情地址
String detailUrl;
// 图片地址
String imgUrl;
... |
3e30d132c58c7c4d733d580e5c06d8101f16657f | 2,069 | java | Java | src/main/java/com/imooc/web/controller/HomeController.java | gusuchen123/learngit | 18844efe1818af16824f06f97b2d1921db3ca776 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/imooc/web/controller/HomeController.java | gusuchen123/learngit | 18844efe1818af16824f06f97b2d1921db3ca776 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/imooc/web/controller/HomeController.java | gusuchen123/learngit | 18844efe1818af16824f06f97b2d1921db3ca776 | [
"Apache-2.0"
] | null | null | null | 23.781609 | 94 | 0.638956 | 20,642 | package com.imooc.web.controller;
import com.google.common.base.Strings;
import com.imooc.base.ApiResponse;
import com.imooc.base.LoginUserUtil;
import com.imooc.service.ServiceResult;
import com.imooc.service.user.ISmsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.h... |
3e30d180416a8e1fe58787bf504ccfe9b0f566dc | 401 | java | Java | micro-service/ms-server/oauth2-server/src/main/java/com/cs/micro/oauth2/dao/sys/PermissionRepository.java | wjh1984306683/cornerstone | 7a108360414b613ebde72908a75b0538e2574735 | [
"MIT"
] | 1 | 2019-03-15T09:39:59.000Z | 2019-03-15T09:39:59.000Z | micro-service/ms-server/oauth2-server/src/main/java/com/cs/micro/oauth2/dao/sys/PermissionRepository.java | wjh1984306683/conerstone | 7a108360414b613ebde72908a75b0538e2574735 | [
"MIT"
] | null | null | null | micro-service/ms-server/oauth2-server/src/main/java/com/cs/micro/oauth2/dao/sys/PermissionRepository.java | wjh1984306683/conerstone | 7a108360414b613ebde72908a75b0538e2574735 | [
"MIT"
] | null | null | null | 25.0625 | 81 | 0.790524 | 20,643 | package com.cs.micro.oauth2.dao.sys;
import com.cs.micro.oauth2.entity.Permission;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* @author wangjiahao
* @version 1.0
* @className PermissionRepository
* @since 2019-02-27 14:51
*/
@Repository
pub... |
3e30d1a8755061b283856a4d7e86ff9617fc4eb7 | 254 | java | Java | JianZhiOffer/JianZhiOffer-Java/JianZhiOffer25_Copy_Complex_List/RandomListNode.java | chenshuaiyu/Algorithm | 06a9cd3b32b15b276c8c048b23f297e80ed033ea | [
"MIT"
] | 1 | 2019-07-10T23:54:29.000Z | 2019-07-10T23:54:29.000Z | JianZhiOffer/JianZhiOffer-Java/JianZhiOffer25_Copy_Complex_List/RandomListNode.java | chenshuaiyu/Algorithm | 06a9cd3b32b15b276c8c048b23f297e80ed033ea | [
"MIT"
] | null | null | null | JianZhiOffer/JianZhiOffer-Java/JianZhiOffer25_Copy_Complex_List/RandomListNode.java | chenshuaiyu/Algorithm | 06a9cd3b32b15b276c8c048b23f297e80ed033ea | [
"MIT"
] | null | null | null | 21.166667 | 72 | 0.720472 | 20,644 | package JianZhiOffer.JianZhiOffer_Java.JianZhiOffer25_Copy_Complex_List;
public class RandomListNode {
int label;
RandomListNode next = null;
RandomListNode random = null;
RandomListNode(int label) {
this.label = label;
}
}
|
3e30d22961b845993f0ff3c15e3f9334804c949e | 2,565 | java | Java | 3D-Engine/Math/Vector2f.java | Robertbarrows/Game-Engine | 384dbfd82eb90b611e8f72347e0c1fbce68a3232 | [
"MIT"
] | null | null | null | 3D-Engine/Math/Vector2f.java | Robertbarrows/Game-Engine | 384dbfd82eb90b611e8f72347e0c1fbce68a3232 | [
"MIT"
] | null | null | null | 3D-Engine/Math/Vector2f.java | Robertbarrows/Game-Engine | 384dbfd82eb90b611e8f72347e0c1fbce68a3232 | [
"MIT"
] | null | null | null | 16.442308 | 77 | 0.561793 | 20,645 | package com.base.engine.math;
/**
* This class is for vectors with 2 floats
* @author Robert Barrows
* @version 6/2/2016
*/
public class Vector2f {
private float x;
private float y;
/**
* This constructor creates a Vector2f from the provided floats
* @param x is the horizontal location
* @param y is the ve... |
3e30d25e651807720552b5ea39b92e4fa936b4da | 27,241 | java | Java | modules/core/src/main/java/org/eclipse/imagen/media/rmi/JAIRMICRIF.java | ktgw0316/imagen | b8d2de20b53501e85d8e41b325adf00fc826ae25 | [
"Apache-2.0"
] | 15 | 2019-05-07T08:31:33.000Z | 2020-10-26T01:56:08.000Z | modules/core/src/main/java/org/eclipse/imagen/media/rmi/JAIRMICRIF.java | ktgw0316/imagen | b8d2de20b53501e85d8e41b325adf00fc826ae25 | [
"Apache-2.0"
] | 7 | 2019-04-29T19:14:06.000Z | 2019-05-24T02:38:17.000Z | modules/core/src/main/java/org/eclipse/imagen/media/rmi/JAIRMICRIF.java | ktgw0316/imagen | b8d2de20b53501e85d8e41b325adf00fc826ae25 | [
"Apache-2.0"
] | 10 | 2019-04-18T15:27:07.000Z | 2022-03-02T11:36:34.000Z | 39.308802 | 86 | 0.659851 | 20,646 | /*
* Copyright (c) 2019, Oracle and/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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... |
3e30d4cf1ef88dd34c1efbf0b50b242d6df2f0d1 | 239 | java | Java | micro-genie-application/src/main/java/io/microgenie/application/queue/Message.java | shagwood/micro-genie | c0ae4c1c86454091ea39bdfa7b3fa3dec2d5281e | [
"Apache-2.0"
] | 4 | 2015-01-07T01:12:54.000Z | 2019-02-08T15:15:35.000Z | micro-genie-application/src/main/java/io/microgenie/application/queue/Message.java | shagwood/micro-genie | c0ae4c1c86454091ea39bdfa7b3fa3dec2d5281e | [
"Apache-2.0"
] | 1 | 2016-10-19T06:30:50.000Z | 2016-10-19T06:30:50.000Z | micro-genie-application/src/main/java/io/microgenie/application/queue/Message.java | shagwood/micro-genie | c0ae4c1c86454091ea39bdfa7b3fa3dec2d5281e | [
"Apache-2.0"
] | 2 | 2018-01-25T01:17:48.000Z | 2020-04-20T13:41:33.000Z | 15.933333 | 41 | 0.719665 | 20,647 | package io.microgenie.application.queue;
import java.util.Map;
/**
* @author shawn
*/
public interface Message {
public Map<String, String> getHeaders();
public String getId();
public String getQueue();
public String getBody();
}
|
3e30d557fff38412ec7f3a77f1fc165dff9f4063 | 14,757 | java | Java | agp-7.1.0-alpha01/tools/base/bazel/src/com/android/tools/bazel/IrToBazel.java | jomof/CppBuildCacheWorkInProgress | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | [
"Apache-2.0"
] | null | null | null | agp-7.1.0-alpha01/tools/base/bazel/src/com/android/tools/bazel/IrToBazel.java | jomof/CppBuildCacheWorkInProgress | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | [
"Apache-2.0"
] | null | null | null | agp-7.1.0-alpha01/tools/base/bazel/src/com/android/tools/bazel/IrToBazel.java | jomof/CppBuildCacheWorkInProgress | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | [
"Apache-2.0"
] | null | null | null | 45.406154 | 99 | 0.486142 | 20,648 | /*
* Copyright (C) 2016 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... |
3e30d63665e88c05439ddce7cc704e2426703cad | 3,917 | java | Java | Java/Loon-Lite(PureJava)/Loon-Lite-JavaFX/src/loon/fx/JavaFXFontMetrics.java | cping/LGame | 6ee0daf43841cbafc9638f73e35cbb1c30bf69ad | [
"Apache-2.0"
] | 428 | 2015-01-02T17:25:20.000Z | 2022-03-26T20:38:48.000Z | Java/Loon-Lite(PureJava)/Loon-Lite-JavaFX/src/loon/fx/JavaFXFontMetrics.java | lhn500382/LGame | a9b6c0044369f1f5e1dfadbb6e858f8a012cdf01 | [
"Apache-2.0"
] | 26 | 2015-01-19T15:05:48.000Z | 2021-06-13T14:22:29.000Z | Java/Loon-Lite(PureJava)/Loon-Lite-JavaFX/src/loon/fx/JavaFXFontMetrics.java | lhn500382/LGame | a9b6c0044369f1f5e1dfadbb6e858f8a012cdf01 | [
"Apache-2.0"
] | 153 | 2015-01-07T08:40:09.000Z | 2022-02-28T01:47:07.000Z | 24.55 | 96 | 0.705448 | 20,649 | /**
* Copyright 2008 - 2019 The Loon Game Engine Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
3e30d669d9ed51cb58a0b0c82ea26fcf84df7a9b | 1,084 | java | Java | process/process-fabric/src/main/java/org/fusesource/process/fabric/commands/Kill.java | gnodet/fuse | 6d5640333d506d4137f32abe4903c4c71526296b | [
"Apache-2.0"
] | 1 | 2016-03-31T09:17:06.000Z | 2016-03-31T09:17:06.000Z | process/process-fabric/src/main/java/org/fusesource/process/fabric/commands/Kill.java | gnodet/fuse | 6d5640333d506d4137f32abe4903c4c71526296b | [
"Apache-2.0"
] | 1 | 2020-02-11T01:52:36.000Z | 2020-02-11T01:52:36.000Z | process/process-fabric/src/main/java/org/fusesource/process/fabric/commands/Kill.java | gnodet/fuse | 6d5640333d506d4137f32abe4903c4c71526296b | [
"Apache-2.0"
] | 6 | 2015-10-23T01:08:22.000Z | 2018-08-31T06:34:56.000Z | 32.848485 | 90 | 0.74262 | 20,650 | /*
* Copyright (C) FuseSource, Inc.
* http://fusesource.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 ... |
3e30d74bcfd2b0cf561cc08844aaeaf2959a8b84 | 1,282 | java | Java | platform/lang-impl/src/com/intellij/ui/MacroAwareTextBrowseFolderListener.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | platform/lang-impl/src/com/intellij/ui/MacroAwareTextBrowseFolderListener.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | platform/lang-impl/src/com/intellij/ui/MacroAwareTextBrowseFolderListener.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 35.611111 | 97 | 0.75429 | 20,651 | package com.intellij.ui;
import com.intellij.openapi.actionSystem.LangDataKeys;
import com.intellij.openapi.components.PathMacroManager;
import com.intellij.openapi.fileChooser.FileChooserDescriptor;
import com.intellij.openapi.module.Module;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.... |
3e30d9bd87cba1f6b884da510b1c3cdccc176539 | 1,155 | java | Java | src/test/java/com/jstarcraft/recommendation/recommender/benchmark/BenchmarkTestSuite.java | T110E4/jstarcraft-recommendation-1.0 | bc1b7b36fdf12b7b8f36bf06af2d63ef6433144d | [
"Apache-2.0"
] | 2 | 2019-05-31T02:53:00.000Z | 2020-03-09T03:22:13.000Z | src/test/java/com/jstarcraft/recommendation/recommender/benchmark/BenchmarkTestSuite.java | T110E4/jstarcraft-recommendation-1.0 | bc1b7b36fdf12b7b8f36bf06af2d63ef6433144d | [
"Apache-2.0"
] | null | null | null | src/test/java/com/jstarcraft/recommendation/recommender/benchmark/BenchmarkTestSuite.java | T110E4/jstarcraft-recommendation-1.0 | bc1b7b36fdf12b7b8f36bf06af2d63ef6433144d | [
"Apache-2.0"
] | null | null | null | 32.083333 | 89 | 0.827706 | 20,652 | package com.jstarcraft.recommendation.recommender.benchmark;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import com.jstarcraft.recommendation.recommender.benchmark.ranking.MostPopularTestCase;
import com.jstarcraft.recommendation.recommender.ben... |
3e30d9d36091d697faa9c4b35122f9a4c5ffe2ba | 487 | java | Java | TermProject_2019-2020-2/作业提交记录/JavaSE/2020-3-06-17gb计职1-唐可寅-深入面向对象作业/JavaTermProject_202003/JavaSE/src/com/kevin/job20200306/task2/face/IPlay.java | kevinkda/UnivCourse | 62a96a130b4e568591aa1a36f0cd5e8d97d6c04f | [
"MIT"
] | 1 | 2020-03-10T02:46:16.000Z | 2020-03-10T02:46:16.000Z | TermProject_2019-2020-2/作业提交记录/JavaSE/2020-3-06-17gb计职1-唐可寅-深入面向对象作业/JavaTermProject_202003/JavaSE/src/com/kevin/job20200306/task2/face/IPlay.java | kevinkda/UnivCourse | 62a96a130b4e568591aa1a36f0cd5e8d97d6c04f | [
"MIT"
] | 2 | 2021-01-21T01:39:42.000Z | 2021-12-09T23:12:50.000Z | TermProject_2019-2020-2/作业提交记录/JavaSE/2020-3-06-17gb计职1-唐可寅-深入面向对象作业/JavaTermProject_202003/JavaSE/src/com/kevin/job20200306/task2/face/IPlay.java | kevinkda/UnivCourse | 62a96a130b4e568591aa1a36f0cd5e8d97d6c04f | [
"MIT"
] | null | null | null | 18.730769 | 44 | 0.632444 | 20,653 | package com.kevin.job20200306.task2.face;
/**
* @author Kevin KDA on 2020/3/6 15:31
* @version 1.0
* @project JavaTermProject_202003
* @package com.kevin.job20200306.task2.face
* @classname IPlay
* @description TODO
* @interface/enum
*/
public interface IPlay {
/**
* 提供播放器读取文件的方法
* @param fileNam... |
3e30da914730a2c1197401cc3037f74bfdf3387b | 1,102 | java | Java | polyglot-core/src/main/java/be/artisjaap/polyglot/core/action/translation/FindTranslationsFiltered.java | artisjaap/polyglot | 17c63cd1efba18086ebaeb11d64770a235b73355 | [
"Apache-2.0"
] | null | null | null | polyglot-core/src/main/java/be/artisjaap/polyglot/core/action/translation/FindTranslationsFiltered.java | artisjaap/polyglot | 17c63cd1efba18086ebaeb11d64770a235b73355 | [
"Apache-2.0"
] | 7 | 2021-03-09T23:37:06.000Z | 2022-02-26T20:12:38.000Z | polyglot-core/src/main/java/be/artisjaap/polyglot/core/action/translation/FindTranslationsFiltered.java | artisjaap/polyglot | 17c63cd1efba18086ebaeb11d64770a235b73355 | [
"Apache-2.0"
] | null | null | null | 33.393939 | 108 | 0.825771 | 20,654 | package be.artisjaap.polyglot.core.action.translation;
import be.artisjaap.polyglot.core.action.assembler.TranslationAssembler;
import be.artisjaap.polyglot.core.action.to.PagedTO;
import be.artisjaap.polyglot.core.action.to.TranslationFilterTO;
import be.artisjaap.polyglot.core.action.to.TranslationTO;
import be.arti... |
3e30daa1c5ed5d3b50c4f06d98beba5b21b9716a | 4,581 | java | Java | src/main/java/com/github/texxel/data/DataIn.java | Texxel/DataSerialiser | e2efea3e7ab0b004e3135d4ac86eb3cffb513980 | [
"MIT"
] | null | null | null | src/main/java/com/github/texxel/data/DataIn.java | Texxel/DataSerialiser | e2efea3e7ab0b004e3135d4ac86eb3cffb513980 | [
"MIT"
] | null | null | null | src/main/java/com/github/texxel/data/DataIn.java | Texxel/DataSerialiser | e2efea3e7ab0b004e3135d4ac86eb3cffb513980 | [
"MIT"
] | null | null | null | 30.337748 | 98 | 0.628029 | 20,655 | package com.github.texxel.data;
import java.util.HashMap;
import java.util.Set;
import com.github.texxel.data.exceptions.*;
/**
* A High level interface that lets data be read in from a data file. The class
* is readonly.
*/
public class DataIn {
final PData root;
final PData pData;
final HashMap<Str... |
3e30daa6f5f6c697e6af62a7019a8226b94bbddd | 2,907 | java | Java | processing/src/main/java/io/druid/query/extraction/SearchQuerySpecDimExtractionFn.java | caixiazhao/druid-source | 5840f282e5606961b571efde7fcf0d09452e2ad7 | [
"Apache-2.0"
] | null | null | null | processing/src/main/java/io/druid/query/extraction/SearchQuerySpecDimExtractionFn.java | caixiazhao/druid-source | 5840f282e5606961b571efde7fcf0d09452e2ad7 | [
"Apache-2.0"
] | null | null | null | processing/src/main/java/io/druid/query/extraction/SearchQuerySpecDimExtractionFn.java | caixiazhao/druid-source | 5840f282e5606961b571efde7fcf0d09452e2ad7 | [
"Apache-2.0"
] | null | null | null | 25.278261 | 96 | 0.711386 | 20,656 | /*
* Licensed to Metamarkets Group Inc. (Metamarkets) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Metamarkets licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); yo... |
3e30daeaf9cf368c10ff026cdad54318a3931d0a | 13,441 | java | Java | presto-saphana/src/main/java/io/prestosql/plugin/saphana/HanaClient.java | elhmv/Intellij-presto | ae7b4e4252d56a7142dc0faae64d3c1ee7854aa1 | [
"Apache-2.0"
] | null | null | null | presto-saphana/src/main/java/io/prestosql/plugin/saphana/HanaClient.java | elhmv/Intellij-presto | ae7b4e4252d56a7142dc0faae64d3c1ee7854aa1 | [
"Apache-2.0"
] | null | null | null | presto-saphana/src/main/java/io/prestosql/plugin/saphana/HanaClient.java | elhmv/Intellij-presto | ae7b4e4252d56a7142dc0faae64d3c1ee7854aa1 | [
"Apache-2.0"
] | null | null | null | 45.562712 | 144 | 0.745629 | 20,657 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e30db2463ff08ffc965abec9d71ef1384e6890c | 53,428 | java | Java | strongbox-web-core/src/test/java/org/carlspring/strongbox/controllers/layout/maven/MavenArtifactControllerTest.java | Declan-Y/strongbox | df0e742a2959ac5def922c1b0dc0fd5d5ebae708 | [
"Apache-2.0"
] | 1 | 2019-06-20T08:21:06.000Z | 2019-06-20T08:21:06.000Z | strongbox-web-core/src/test/java/org/carlspring/strongbox/controllers/layout/maven/MavenArtifactControllerTest.java | Declan-Y/strongbox | df0e742a2959ac5def922c1b0dc0fd5d5ebae708 | [
"Apache-2.0"
] | null | null | null | strongbox-web-core/src/test/java/org/carlspring/strongbox/controllers/layout/maven/MavenArtifactControllerTest.java | Declan-Y/strongbox | df0e742a2959ac5def922c1b0dc0fd5d5ebae708 | [
"Apache-2.0"
] | null | null | null | 43.121872 | 171 | 0.626451 | 20,658 | package org.carlspring.strongbox.controllers.layout.maven;
import org.carlspring.commons.encryption.EncryptionAlgorithmsEnum;
import org.carlspring.commons.io.MultipleDigestOutputStream;
import org.carlspring.maven.commons.util.ArtifactUtils;
import org.carlspring.strongbox.artifact.generator.MavenArtifactDeployer;
im... |
3e30db458e3269cd14f43fca25ae1aa5c885b970 | 6,906 | java | Java | core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 713 | 2015-01-06T02:14:17.000Z | 2022-03-29T10:22:07.000Z | core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 5,732 | 2015-01-01T19:13:35.000Z | 2022-03-31T16:31:11.000Z | core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 402 | 2015-01-05T23:23:42.000Z | 2022-03-25T08:14:32.000Z | 37.129032 | 114 | 0.690414 | 20,659 | package org.infinispan.remoting.transport.jgroups;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static java.util.concurrent.TimeUnit.NANOSECONDS;
import static org.infinispan.commons.util.Util.formatString;
import static org.infinispan.commons.util.Util.prettyPrintTime;
import java.util.Collection... |
3e30db73b2ef9d94d9bb34e7a2855bd24d4caa6c | 4,243 | java | Java | Libs/spreadsheet-2.0.1/vaadin-spreadsheet/src/test/java/com/vaadin/addon/spreadsheet/test/MultipleSheetTest.java | squirlemaster42/Fantasy-FRC | c0f7d0036155fdc0e105eecdc4065b659ae73a71 | [
"MIT"
] | null | null | null | Libs/spreadsheet-2.0.1/vaadin-spreadsheet/src/test/java/com/vaadin/addon/spreadsheet/test/MultipleSheetTest.java | squirlemaster42/Fantasy-FRC | c0f7d0036155fdc0e105eecdc4065b659ae73a71 | [
"MIT"
] | null | null | null | Libs/spreadsheet-2.0.1/vaadin-spreadsheet/src/test/java/com/vaadin/addon/spreadsheet/test/MultipleSheetTest.java | squirlemaster42/Fantasy-FRC | c0f7d0036155fdc0e105eecdc4065b659ae73a71 | [
"MIT"
] | null | null | null | 41.194175 | 98 | 0.64412 | 20,660 | package com.vaadin.addon.spreadsheet.test;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.Keys;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.interactions.Actions;
import com.vaadin.addon.spreadsheet.elements.SpreadsheetElement;
import com.vaadin.addon.sprea... |
3e30db9e1a76c73df6be4505035ee322d09a4496 | 5,783 | java | Java | src/main/java/com/minexd/praxi/profile/ProfileListener.java | kjdf29jdsk/praxi | efe0cd7e91551554b475a369294fa5507273db61 | [
"Apache-2.0"
] | 1 | 2021-07-10T23:37:14.000Z | 2021-07-10T23:37:14.000Z | src/main/java/com/minexd/praxi/profile/ProfileListener.java | kjdf29jdsk/praxi | efe0cd7e91551554b475a369294fa5507273db61 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/minexd/praxi/profile/ProfileListener.java | kjdf29jdsk/praxi | efe0cd7e91551554b475a369294fa5507273db61 | [
"Apache-2.0"
] | 2 | 2021-02-11T18:48:18.000Z | 2022-03-29T12:16:27.000Z | 32.307263 | 130 | 0.749265 | 20,661 | package com.minexd.praxi.profile;
import com.minexd.praxi.Praxi;
import com.minexd.praxi.profile.hotbar.Hotbar;
import com.minexd.praxi.profile.hotbar.HotbarItem;
import com.minexd.praxi.profile.meta.option.button.AllowSpectatorsOptionButton;
import com.minexd.praxi.profile.meta.option.button.DuelRequestsOptionButton;... |
3e30dd42342293b3171be10ac27a8bcd4bfcc1df | 1,086 | java | Java | component/module_common/src/main/java/com/component/preject/common/utils/ARouterUtils.java | youlongxifeng/NewComponent | a76c4df7f7739d9f73cde083daf43fa1ad11b622 | [
"Apache-2.0"
] | null | null | null | component/module_common/src/main/java/com/component/preject/common/utils/ARouterUtils.java | youlongxifeng/NewComponent | a76c4df7f7739d9f73cde083daf43fa1ad11b622 | [
"Apache-2.0"
] | null | null | null | component/module_common/src/main/java/com/component/preject/common/utils/ARouterUtils.java | youlongxifeng/NewComponent | a76c4df7f7739d9f73cde083daf43fa1ad11b622 | [
"Apache-2.0"
] | null | null | null | 24.133333 | 63 | 0.638122 | 20,662 | package com.component.preject.common.utils;
import com.alibaba.android.arouter.launcher.ARouter;
import com.component.preject.common.base.activity.BaseActivity;
import com.component.preject.common.base.fragment.BaseFragment;
/**
* @ProjectName: NewComponent
* @Package: com.component.preject.common.utils
* @ClassNa... |
3e30dd9c95ad93d97c873fc11ea24789dd74b3f2 | 1,132 | java | Java | src/main/java/com/arun/trie/node/TreeMapNode.java | arunkumar9t2/trie | 9bad3fd176b5ee0e96aa49352bc9750bd97ace85 | [
"Apache-2.0"
] | 24 | 2017-07-14T09:14:01.000Z | 2022-03-19T08:31:51.000Z | src/main/java/com/arun/trie/node/TreeMapNode.java | arunkumar9t2/trie | 9bad3fd176b5ee0e96aa49352bc9750bd97ace85 | [
"Apache-2.0"
] | 2 | 2018-03-06T18:25:18.000Z | 2019-07-04T12:33:06.000Z | src/main/java/com/arun/trie/node/TreeMapNode.java | arunkumar9t2/trie | 9bad3fd176b5ee0e96aa49352bc9750bd97ace85 | [
"Apache-2.0"
] | 7 | 2017-09-01T11:45:01.000Z | 2021-08-12T22:24:43.000Z | 25.727273 | 75 | 0.704947 | 20,663 | /*
* Copyright 2017 Arunkumar
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
3e30ddbfebfa262c41bf605cd0905ab906335f62 | 7,222 | java | Java | src/com/views/ReservationListViewImpl.java | marcelpra/rentalTool | 8cba4bfd4173b641ba1499f3f51ed83a67791ff5 | [
"MIT"
] | null | null | null | src/com/views/ReservationListViewImpl.java | marcelpra/rentalTool | 8cba4bfd4173b641ba1499f3f51ed83a67791ff5 | [
"MIT"
] | null | null | null | src/com/views/ReservationListViewImpl.java | marcelpra/rentalTool | 8cba4bfd4173b641ba1499f3f51ed83a67791ff5 | [
"MIT"
] | null | null | null | 37.419689 | 130 | 0.639989 | 20,664 | package com.views;
import com.models.ReservationModel;
import com.models.UserModel;
import com.vaadin.data.provider.ListDataProvider;
import com.vaadin.icons.VaadinIcons;
import com.vaadin.navigator.View;
import com.vaadin.ui.*;
import com.vaadin.ui.components.grid.Header;
import com.vaadin.ui.components.grid.HeaderRo... |
3e30dfa32e2c845d6a5712845a9e8a619f8a0af2 | 5,382 | java | Java | app/src/main/java/com/example/flixster/adapters/MovieAdapter.java | erastus-murungi/Flixster | 045db58ae10a2f3d00633941fc8b91d1398eec8e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/flixster/adapters/MovieAdapter.java | erastus-murungi/Flixster | 045db58ae10a2f3d00633941fc8b91d1398eec8e | [
"Apache-2.0"
] | 1 | 2020-06-27T14:16:56.000Z | 2020-06-27T14:16:56.000Z | app/src/main/java/com/example/flixster/adapters/MovieAdapter.java | erastus-murungi/Flixster | 045db58ae10a2f3d00633941fc8b91d1398eec8e | [
"Apache-2.0"
] | null | null | null | 33.222222 | 111 | 0.629506 | 20,665 | package com.example.flixster.adapters;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Imag... |
3e30e126bcc846bc3449e09fa627bc80e24bc981 | 3,165 | java | Java | bpel-api/src/main/java/org/apache/ode/bpel/evt/BpelEvent.java | meeting90/TCA4BPEL | 9339f56e756d90e4e0f72fc3585fa767bba9cce4 | [
"Apache-2.0"
] | 20 | 2015-06-03T05:42:40.000Z | 2022-02-15T05:22:13.000Z | bpel-api/src/main/java/org/apache/ode/bpel/evt/BpelEvent.java | meeting90/TCA4BPEL | 9339f56e756d90e4e0f72fc3585fa767bba9cce4 | [
"Apache-2.0"
] | 1 | 2016-03-10T22:34:09.000Z | 2016-03-10T22:34:09.000Z | bpel-api/src/main/java/org/apache/ode/bpel/evt/BpelEvent.java | meeting90/TCA4BPEL | 9339f56e756d90e4e0f72fc3585fa767bba9cce4 | [
"Apache-2.0"
] | 57 | 2015-03-12T12:45:09.000Z | 2021-11-10T19:09:27.000Z | 30.142857 | 116 | 0.635387 | 20,666 | /*
* 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 ... |
3e30e15184eae952e3437c28be1c738a63ac0d71 | 2,218 | java | Java | src/main/resources/projecttemplate/sapi/src/main/java/com/heyi/sapi/basecommon/BaseResponse.java | heyi-core/Generator | 00fb6d5ac07466814eede93f416d9902f8fceb6d | [
"Apache-2.0"
] | null | null | null | src/main/resources/projecttemplate/sapi/src/main/java/com/heyi/sapi/basecommon/BaseResponse.java | heyi-core/Generator | 00fb6d5ac07466814eede93f416d9902f8fceb6d | [
"Apache-2.0"
] | null | null | null | src/main/resources/projecttemplate/sapi/src/main/java/com/heyi/sapi/basecommon/BaseResponse.java | heyi-core/Generator | 00fb6d5ac07466814eede93f416d9902f8fceb6d | [
"Apache-2.0"
] | null | null | null | 25.494253 | 84 | 0.641118 | 20,667 | package com.heyi.${project.dataBase}.basecommon;
import com.fasterxml.jackson.annotation.JsonInclude;
import io.swagger.annotations.ApiModelProperty;
/**
* 基础返回类
*
* @author weibo
* @version 1.0
* @since 2018/1/7
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
public class BaseResponse {
@ApiModelProperty(val... |
3e30e364e63c96a3730c42cc34eb3efda206f776 | 2,770 | java | Java | src/main/java/org/primefaces/showcase/menu/MenuItem.java | akram/quarkus-faces | 8b8439408f843d1e0a90105463bfbef2f1f70010 | [
"MIT"
] | 25 | 2021-03-01T18:01:13.000Z | 2022-03-25T07:49:00.000Z | src/main/java/org/primefaces/showcase/menu/MenuItem.java | akram/quarkus-faces | 8b8439408f843d1e0a90105463bfbef2f1f70010 | [
"MIT"
] | 16 | 2021-03-05T11:51:45.000Z | 2022-03-24T13:17:43.000Z | src/main/java/org/primefaces/showcase/menu/MenuItem.java | akram/quarkus-faces | 8b8439408f843d1e0a90105463bfbef2f1f70010 | [
"MIT"
] | 7 | 2021-06-06T12:34:29.000Z | 2021-11-04T23:30:37.000Z | 27.425743 | 80 | 0.684477 | 20,668 | /*
* The MIT License
*
* Copyright (c) 2009-2021 PrimeTek
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy... |
3e30e3d6501c979d5b9b961f3970e4ec7f5da842 | 2,558 | java | Java | tencentcloud-sdk-java-iai/src/main/java/com/tencentcloudapi/iai/v20180301/models/GroupExDescriptionInfo.java | Chronos-Ye/tencentcloud-sdk-java | 07e1d5d59359f81c894070be98262f0a1fbe2ebd | [
"Apache-2.0"
] | 3 | 2020-07-28T07:46:56.000Z | 2021-05-24T12:09:48.000Z | tencentcloud-sdk-java-iai/src/main/java/com/tencentcloudapi/iai/v20180301/models/GroupExDescriptionInfo.java | Chronos-Ye/tencentcloud-sdk-java | 07e1d5d59359f81c894070be98262f0a1fbe2ebd | [
"Apache-2.0"
] | null | null | null | tencentcloud-sdk-java-iai/src/main/java/com/tencentcloudapi/iai/v20180301/models/GroupExDescriptionInfo.java | Chronos-Ye/tencentcloud-sdk-java | 07e1d5d59359f81c894070be98262f0a1fbe2ebd | [
"Apache-2.0"
] | 1 | 2021-03-23T03:19:20.000Z | 2021-03-23T03:19:20.000Z | 29.744186 | 99 | 0.720876 | 20,669 | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... |
3e30e46bd61e358296a03d0c45c287459033e4bb | 39,059 | java | Java | src/net/i2p/crypto/eddsa/math/GroupElement.java | chrisr3/ed25519-java | e0ac35769db8553fb714b09f0d3f3d2b001fd033 | [
"CC0-1.0"
] | 188 | 2015-01-12T14:48:25.000Z | 2022-03-20T05:47:53.000Z | src/net/i2p/crypto/eddsa/math/GroupElement.java | chrisr3/ed25519-java | e0ac35769db8553fb714b09f0d3f3d2b001fd033 | [
"CC0-1.0"
] | 62 | 2015-04-07T20:59:50.000Z | 2021-07-23T03:42:08.000Z | src/net/i2p/crypto/eddsa/math/GroupElement.java | chrisr3/ed25519-java | e0ac35769db8553fb714b09f0d3f3d2b001fd033 | [
"CC0-1.0"
] | 73 | 2015-02-19T21:05:45.000Z | 2022-03-19T08:10:48.000Z | 35.347511 | 148 | 0.508129 | 20,670 | /**
* EdDSA-Java by str4d
*
* To the extent possible under law, the person who associated CC0 with
* EdDSA-Java has waived all copyright and related or neighboring rights
* to EdDSA-Java.
*
* You should have received a copy of the CC0 legalcode along with this
* work. If not, see <https://creativecommons.org/pu... |
3e30e499461306c33b39e46d7d90ed07cc8329be | 8,702 | java | Java | app/src/main/java/com/elcom/myelcom/util/SettingsUtil.java | HairLee/MyElcomMain | 6a76d0993a7602f0807413361694c6fe8d756a17 | [
"MIT"
] | null | null | null | app/src/main/java/com/elcom/myelcom/util/SettingsUtil.java | HairLee/MyElcomMain | 6a76d0993a7602f0807413361694c6fe8d756a17 | [
"MIT"
] | null | null | null | app/src/main/java/com/elcom/myelcom/util/SettingsUtil.java | HairLee/MyElcomMain | 6a76d0993a7602f0807413361694c6fe8d756a17 | [
"MIT"
] | null | null | null | 48.344444 | 140 | 0.704781 | 20,671 | package com.elcom.myelcom.util;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.util.Log;
import com.elcom.myelcom.R;
import com.quickblox.videochat.webrtc.QBRTCConfig;
import com.quickblox.videochat.webrtc.QBRTCMediaConfig;
import... |
3e30e4b0cc84f867ff8f62ffe00dc34c11ec530c | 4,800 | java | Java | src/javajs/util/XmlUtil.java | BobHanson/JBioFramework | d0754b9763220072fdd1aaabc8f3c390314676df | [
"MIT"
] | null | null | null | src/javajs/util/XmlUtil.java | BobHanson/JBioFramework | d0754b9763220072fdd1aaabc8f3c390314676df | [
"MIT"
] | null | null | null | src/javajs/util/XmlUtil.java | BobHanson/JBioFramework | d0754b9763220072fdd1aaabc8f3c390314676df | [
"MIT"
] | null | null | null | 27.97093 | 97 | 0.575348 | 20,672 | /* $RCSfile$
* $Author$
* $Date$
* $Revision$
*
* Some portions of this file have been modified by Robert Hanson hansonr.at.stolaf.edu 2012-2017
* for use in SwingJS via transpilation into JavaScript using Java2Script.
*
* Copyright (C) 2006 The Jmol Development Team
*
* Contact: dycjh@example.com
*
* Thi... |
3e30e597884fc90a1f3e7a709dfe77b987769688 | 19,355 | java | Java | spring-jms/src/main/java/org/springframework/jms/listener/AbstractJmsListeningContainer.java | LMDreamFree/spring-framework | 3940d2a952cf7b914cd7b1aab737f3996f54ac6b | [
"Apache-2.0"
] | 49,076 | 2015-01-01T07:23:26.000Z | 2022-03-31T23:57:00.000Z | spring-jms/src/main/java/org/springframework/jms/listener/AbstractJmsListeningContainer.java | LMDreamFree/spring-framework | 3940d2a952cf7b914cd7b1aab737f3996f54ac6b | [
"Apache-2.0"
] | 7,918 | 2015-01-06T17:17:21.000Z | 2022-03-31T20:10:05.000Z | spring-jms/src/main/java/org/springframework/jms/listener/AbstractJmsListeningContainer.java | LMDreamFree/spring-framework | 3940d2a952cf7b914cd7b1aab737f3996f54ac6b | [
"Apache-2.0"
] | 37,778 | 2015-01-01T08:25:16.000Z | 2022-03-31T17:25:08.000Z | 29.868827 | 110 | 0.699458 | 20,673 | /*
* Copyright 2002-2021 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... |
3e30e5bc0085ac52b5975502ad4f04c3e93d3ea9 | 2,040 | java | Java | src/com/example/matriculasaluno/adapter/ListaAlunosAdapter.java | sergiostorinojr/MatriculasAluno | f1cf710f99857ad5fb494a2c6d682622f4003100 | [
"Apache-2.0"
] | null | null | null | src/com/example/matriculasaluno/adapter/ListaAlunosAdapter.java | sergiostorinojr/MatriculasAluno | f1cf710f99857ad5fb494a2c6d682622f4003100 | [
"Apache-2.0"
] | null | null | null | src/com/example/matriculasaluno/adapter/ListaAlunosAdapter.java | sergiostorinojr/MatriculasAluno | f1cf710f99857ad5fb494a2c6d682622f4003100 | [
"Apache-2.0"
] | null | null | null | 24.285714 | 90 | 0.715196 | 20,674 | package com.example.matriculasaluno.adapter;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
imp... |
3e30e6a696d312558f9bc376a9e2df15328858d0 | 1,601 | java | Java | src/main/java/no/fint/relations/FintResourceCompatibility.java | FINTLabs/fint-relations | 1784337e178085071fb77df07d26bd83cbb9d9b4 | [
"MIT"
] | null | null | null | src/main/java/no/fint/relations/FintResourceCompatibility.java | FINTLabs/fint-relations | 1784337e178085071fb77df07d26bd83cbb9d9b4 | [
"MIT"
] | 6 | 2017-04-01T19:23:32.000Z | 2018-04-11T18:54:55.000Z | src/main/java/no/fint/relations/FintResourceCompatibility.java | FINTlibs/fint-relations | 1784337e178085071fb77df07d26bd83cbb9d9b4 | [
"MIT"
] | null | null | null | 36.386364 | 161 | 0.718301 | 20,675 | package no.fint.relations;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import no.fint.model.relation.FintResource;
import no.fint.model.resource.FintLinks;
import no.fint.model.resource.Link;
import org.... |
3e30e6ce1939229a00eda24f257747db5ee1d182 | 78 | java | Java | src/main/java/kr/lul/justburrow/mwas/domain/entity/package-info.java | JustBurrow/mwas | e82d20c41c9af3e710c32bc06b6ad44cbc28a590 | [
"MIT"
] | null | null | null | src/main/java/kr/lul/justburrow/mwas/domain/entity/package-info.java | JustBurrow/mwas | e82d20c41c9af3e710c32bc06b6ad44cbc28a590 | [
"MIT"
] | 11 | 2015-06-20T07:24:23.000Z | 2015-07-08T13:56:14.000Z | src/main/java/kr/lul/justburrow/mwas/domain/entity/package-info.java | JustBurrow/mwas | e82d20c41c9af3e710c32bc06b6ad44cbc28a590 | [
"MIT"
] | null | null | null | 19.5 | 45 | 0.692308 | 20,676 | /**
* @author JB 2015/06/21
*/
package kr.lul.justburrow.mwas.domain.entity; |
3e30e7a658faab407eff7bfc89b39d3a0eec517b | 602 | java | Java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/dsl/factory/MappingContextAnd.java | elmarquez/spring-data-mock | db7ddf5204c17917798ed902673f0c9824aab153 | [
"MIT"
] | null | null | null | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/dsl/factory/MappingContextAnd.java | elmarquez/spring-data-mock | db7ddf5204c17917798ed902673f0c9824aab153 | [
"MIT"
] | null | null | null | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/dsl/factory/MappingContextAnd.java | elmarquez/spring-data-mock | db7ddf5204c17917798ed902673f0c9824aab153 | [
"MIT"
] | null | null | null | 28.952381 | 90 | 0.713816 | 20,677 | package com.mmnaseri.utils.spring.data.dsl.factory;
/**
* Lets us register additional mappings
*
* @author Milad Naseri (upchh@example.com)
* @since 1.0 (10/14/15)
*/
@SuppressWarnings("WeakerAccess")
public interface MappingContextAnd extends OperationHandlers {
/**
* Registers an additional mapping
... |
3e30e7bd68b809c2725176c9bc54c3c63a5b1652 | 3,115 | java | Java | server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/auth/SMAuthProviderExternal.java | lhfei/cloudbeaver | 00492d56c536de8439d28eb6604fa499468184fe | [
"Apache-2.0"
] | null | null | null | server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/auth/SMAuthProviderExternal.java | lhfei/cloudbeaver | 00492d56c536de8439d28eb6604fa499468184fe | [
"Apache-2.0"
] | null | null | null | server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/auth/SMAuthProviderExternal.java | lhfei/cloudbeaver | 00492d56c536de8439d28eb6604fa499468184fe | [
"Apache-2.0"
] | null | null | null | 37.53012 | 120 | 0.726164 | 20,678 | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2022 DBeaver Corp and others
*
* 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/LICE... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.