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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e322150db035df5e13ced210d7f517dc0b8c2b4 | 1,250 | java | Java | src/main/java/recovida/idas/rl/core/io/write/CSVDatasetWriter.java | Recovida/idas-rl-core | 28540815beb9d3302c77e72860f1843426270272 | [
"MIT"
] | null | null | null | src/main/java/recovida/idas/rl/core/io/write/CSVDatasetWriter.java | Recovida/idas-rl-core | 28540815beb9d3302c77e72860f1843426270272 | [
"MIT"
] | null | null | null | src/main/java/recovida/idas/rl/core/io/write/CSVDatasetWriter.java | Recovida/idas-rl-core | 28540815beb9d3302c77e72860f1843426270272 | [
"MIT"
] | null | null | null | 23.148148 | 79 | 0.5848 | 21,181 | package recovida.idas.rl.core.io.write;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
/**
* Provides a mechanism to write a dataset to a CSV file.
*/
public class CSVDatasetWriter implements DatasetWriter {
protected String fileName;
protected c... |
3e3222034c6379154ac2791e2bf9aa5c8a907dfc | 1,536 | java | Java | jsbridge/src/main/java/cn/xianging/jsbridge/WVJBMessage.java | xiaoza/WebViewJavascriptBridgeForAndroid | 4454034bf26912801ebaaf4b88d7eb43eedf9a45 | [
"MIT"
] | 12 | 2016-04-22T04:38:59.000Z | 2017-04-27T10:53:22.000Z | jsbridge/src/main/java/cn/xianging/jsbridge/WVJBMessage.java | iszhenyu/WebViewJavascriptBridgeForAndroid | 4454034bf26912801ebaaf4b88d7eb43eedf9a45 | [
"MIT"
] | null | null | null | jsbridge/src/main/java/cn/xianging/jsbridge/WVJBMessage.java | iszhenyu/WebViewJavascriptBridgeForAndroid | 4454034bf26912801ebaaf4b88d7eb43eedf9a45 | [
"MIT"
] | 3 | 2017-12-23T13:17:23.000Z | 2018-05-24T11:20:17.000Z | 21.942857 | 86 | 0.663411 | 21,182 | package cn.xianging.jsbridge;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import java.util.List;
/**
* Created by xiaoz on 16/3/10.
*/
public class WVJBMessage {
private String data;
private String callbackId;
private String handlerName;
private String responseId;
... |
3e32226432370b15d5b957312bd8e045ec501875 | 368 | java | Java | src/main/java/br/com/bianeck/creational/builder/caso2/Armadura.java | thiagobianeck/designpatternstutorial | 3e5f92d4cc2f8ae098b66c73236e7a8498932d5a | [
"MIT"
] | null | null | null | src/main/java/br/com/bianeck/creational/builder/caso2/Armadura.java | thiagobianeck/designpatternstutorial | 3e5f92d4cc2f8ae098b66c73236e7a8498932d5a | [
"MIT"
] | null | null | null | src/main/java/br/com/bianeck/creational/builder/caso2/Armadura.java | thiagobianeck/designpatternstutorial | 3e5f92d4cc2f8ae098b66c73236e7a8498932d5a | [
"MIT"
] | null | null | null | 17.52381 | 48 | 0.630435 | 21,183 | package br.com.bianeck.creational.builder.caso2;
public enum Armadura {
ROUPAS("roupas"),
COURO("couro"),
COTA_DE_MALHA("cota de malha"),
ARMADURA_DE_PLACA("armadura de placa");
private String titulo;
Armadura(String titulo) {
this.titulo = titulo;
}
@Override
public Str... |
3e32230c0e00a74af6992396a107f2d36dbeaef8 | 3,471 | java | Java | pinot-core/src/test/java/com/linkedin/pinot/index/reader/FixedByteSkipListSCMVReaderTest.java | whaliedown/pinot | b1f71cd5dc6fd69bef99f7990ee67de8ebd11296 | [
"Apache-2.0"
] | 17 | 2015-11-27T15:56:18.000Z | 2020-11-17T12:38:17.000Z | pinot-core/src/test/java/com/linkedin/pinot/index/reader/FixedByteSkipListSCMVReaderTest.java | whaliedown/pinot | b1f71cd5dc6fd69bef99f7990ee67de8ebd11296 | [
"Apache-2.0"
] | null | null | null | pinot-core/src/test/java/com/linkedin/pinot/index/reader/FixedByteSkipListSCMVReaderTest.java | whaliedown/pinot | b1f71cd5dc6fd69bef99f7990ee67de8ebd11296 | [
"Apache-2.0"
] | 10 | 2015-12-30T07:50:16.000Z | 2019-10-31T03:13:23.000Z | 36.21875 | 130 | 0.671268 | 21,184 | /**
* Copyright (C) 2014-2015 LinkedIn Corp. (upchh@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... |
3e32239c1977cf63f2cec566262e9169f4dafade | 1,912 | java | Java | src_124/home/shared/SQL/OptCBEntry.java | markymarkmk2/MailSecurerLib | ab58afe76bb309b5ec9af74643cca8360a7dfacc | [
"Apache-2.0"
] | null | null | null | src_124/home/shared/SQL/OptCBEntry.java | markymarkmk2/MailSecurerLib | ab58afe76bb309b5ec9af74643cca8360a7dfacc | [
"Apache-2.0"
] | null | null | null | src_124/home/shared/SQL/OptCBEntry.java | markymarkmk2/MailSecurerLib | ab58afe76bb309b5ec9af74643cca8360a7dfacc | [
"Apache-2.0"
] | null | null | null | 18.384615 | 58 | 0.539749 | 21,186 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package home.shared.SQL;
import javax.swing.JCheckBox;
/**
*
* @author mw
*/
public class OptCBEntry
{
private String txt;
private String token;
private int id;
private JCheckBox cb;
public sta... |
3e3223dfa91a90f25a4b42a10c91770e6a9bb477 | 874 | java | Java | ADS - Qualidade de Software/src/aplicacao/Fila.java | rochajario/Desafio-Refatoracao | 47893cade00e7ed96914eb474f08df778fa6319f | [
"Unlicense"
] | null | null | null | ADS - Qualidade de Software/src/aplicacao/Fila.java | rochajario/Desafio-Refatoracao | 47893cade00e7ed96914eb474f08df778fa6319f | [
"Unlicense"
] | null | null | null | ADS - Qualidade de Software/src/aplicacao/Fila.java | rochajario/Desafio-Refatoracao | 47893cade00e7ed96914eb474f08df778fa6319f | [
"Unlicense"
] | null | null | null | 22.410256 | 76 | 0.648741 | 21,187 | package aplicacao;
import java.util.LinkedList;
import java.util.Queue;
public class Fila {
private Queue<Pessoa> filaDePessoas = new LinkedList<>();
private boolean recebendoClientes;
public Fila() {
this.recebendoClientes = true;
}
public void setRecebendoClientes(boolean status) {
... |
3e3224958f1f3a6c03a9daa6a595ddd90512a1c4 | 987 | java | Java | ios/collectionview-simple/src/main/java/org/robovm/samples/collectionview/ui/CustomCellBackground.java | robovm/robovm-samples | 1c230507257ba0cebe88243fcda477d76c13f0f5 | [
"Apache-2.0"
] | 87 | 2015-01-05T00:59:58.000Z | 2022-02-26T16:23:57.000Z | ios/collectionview-simple/src/main/java/org/robovm/samples/collectionview/ui/CustomCellBackground.java | robovm/robovm-samples | 1c230507257ba0cebe88243fcda477d76c13f0f5 | [
"Apache-2.0"
] | 86 | 2015-01-26T09:17:52.000Z | 2016-10-11T06:25:54.000Z | ios/collectionview-simple/src/main/java/org/robovm/samples/collectionview/ui/CustomCellBackground.java | robovm/robovm-samples | 1c230507257ba0cebe88243fcda477d76c13f0f5 | [
"Apache-2.0"
] | 90 | 2015-01-04T12:13:48.000Z | 2022-03-09T18:26:40.000Z | 28.2 | 80 | 0.696049 | 21,188 | package org.robovm.samples.collectionview.ui;
import org.robovm.apple.coregraphics.CGContext;
import org.robovm.apple.coregraphics.CGRect;
import org.robovm.apple.uikit.UIBezierPath;
import org.robovm.apple.uikit.UIColor;
import org.robovm.apple.uikit.UIGraphics;
import org.robovm.apple.uikit.UIView;
public class Cus... |
3e3224fbc29d8121cc6a1c7207b0e390b11ca817 | 2,883 | java | Java | MongoDB/src/test/java/de/dranke/learning/mongodb/api/CappedCollectionTest.java | Atrusberlin/Learning | e1efb444553fceed9b40835904ea62444d06f00f | [
"Apache-2.0"
] | 2 | 2015-03-09T17:18:24.000Z | 2015-03-09T17:18:55.000Z | MongoDB/src/test/java/de/dranke/learning/mongodb/api/CappedCollectionTest.java | Atrusberlin/Learning | e1efb444553fceed9b40835904ea62444d06f00f | [
"Apache-2.0"
] | null | null | null | MongoDB/src/test/java/de/dranke/learning/mongodb/api/CappedCollectionTest.java | Atrusberlin/Learning | e1efb444553fceed9b40835904ea62444d06f00f | [
"Apache-2.0"
] | null | null | null | 27.198113 | 106 | 0.707943 | 21,189 | package de.dranke.learning.mongodb.api;
import com.mongodb.*;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.util.HashMap;
import static org.fest.assertions.Assertions.assertThat;
/**
* Created with IntelliJ IDEA.
* User: dani... |
3e32258ffb2e0782b643aeefb362cce35628f739 | 1,046 | java | Java | adapter/src/main/java/com/ryanharter/auto/value/parcel/ParcelAdapter.java | d-los/auto-value-parcel | d3de3eff3526f4cbe9a61e88908e7848a7949109 | [
"Apache-2.0"
] | 655 | 2015-08-15T07:33:14.000Z | 2022-03-07T22:05:57.000Z | adapter/src/main/java/com/ryanharter/auto/value/parcel/ParcelAdapter.java | d-los/auto-value-parcel | d3de3eff3526f4cbe9a61e88908e7848a7949109 | [
"Apache-2.0"
] | 121 | 2015-08-31T13:55:18.000Z | 2021-06-08T15:31:26.000Z | adapter/src/main/java/com/ryanharter/auto/value/parcel/ParcelAdapter.java | d-los/auto-value-parcel | d3de3eff3526f4cbe9a61e88908e7848a7949109 | [
"Apache-2.0"
] | 86 | 2015-08-17T17:07:26.000Z | 2021-08-23T22:30:46.000Z | 31.69697 | 94 | 0.743786 | 21,190 | package com.ryanharter.auto.value.parcel;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.SOURCE;
/**
* An annotation that indicates the auto-v... |
3e3225a2bc2eece37f6012ee6480419118242ab2 | 1,769 | java | Java | src/main/java/com/project/hippohippogo/repositories/ImageRepository.java | MuhanadAtef/hippohippogo-search-engine | 4f8dcfe6d0a902ee2e0c32e327b45716fc21555e | [
"Apache-2.0"
] | null | null | null | src/main/java/com/project/hippohippogo/repositories/ImageRepository.java | MuhanadAtef/hippohippogo-search-engine | 4f8dcfe6d0a902ee2e0c32e327b45716fc21555e | [
"Apache-2.0"
] | null | null | null | src/main/java/com/project/hippohippogo/repositories/ImageRepository.java | MuhanadAtef/hippohippogo-search-engine | 4f8dcfe6d0a902ee2e0c32e327b45716fc21555e | [
"Apache-2.0"
] | 4 | 2020-06-15T18:51:13.000Z | 2020-11-05T15:40:30.000Z | 37.638298 | 89 | 0.751837 | 21,191 | package com.project.hippohippogo.repositories;
import com.project.hippohippogo.entities.Image;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
i... |
3e3225d8234cec1291637875b8c2c7838b1dcae6 | 878 | java | Java | person-mytomcat/src/main/java/du/lo/sh/personmytomcat/http/MyRequest.java | adminduan/person-parent | a9b88e814f663b4198df193c5290d0acb536e4a9 | [
"Apache-2.0"
] | null | null | null | person-mytomcat/src/main/java/du/lo/sh/personmytomcat/http/MyRequest.java | adminduan/person-parent | a9b88e814f663b4198df193c5290d0acb536e4a9 | [
"Apache-2.0"
] | null | null | null | person-mytomcat/src/main/java/du/lo/sh/personmytomcat/http/MyRequest.java | adminduan/person-parent | a9b88e814f663b4198df193c5290d0acb536e4a9 | [
"Apache-2.0"
] | null | null | null | 22.512821 | 95 | 0.678815 | 21,192 | package du.lo.sh.personmytomcat.http;
import lombok.Getter;
import lombok.Setter;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
/**
* @ClassName MyRequest
* @Description TODO
* @Author duanlsh
* @Date 2019/1/31 14:44
* @Version 1.0
*/
p... |
3e3226d3e4fb4ef89c00c134b9197c1df818850d | 20,039 | java | Java | exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SqlConverter.java | Hobsons/drill | 38f816a45924654efd085bf7f1da7d97a4a51e38 | [
"Apache-2.0"
] | null | null | null | exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SqlConverter.java | Hobsons/drill | 38f816a45924654efd085bf7f1da7d97a4a51e38 | [
"Apache-2.0"
] | null | null | null | exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SqlConverter.java | Hobsons/drill | 38f816a45924654efd085bf7f1da7d97a4a51e38 | [
"Apache-2.0"
] | null | null | null | 35.720143 | 120 | 0.715704 | 21,193 | /*
* 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 ... |
3e32270f1b7d51845bdefd934682742eb24b7773 | 1,113 | java | Java | src/main/java/org/rs2server/rs2/content/misc/BronzeSet.java | lerages/anarchy-source | 47ad847d769f3478789df93517fde744278fd41e | [
"MIT"
] | null | null | null | src/main/java/org/rs2server/rs2/content/misc/BronzeSet.java | lerages/anarchy-source | 47ad847d769f3478789df93517fde744278fd41e | [
"MIT"
] | null | null | null | src/main/java/org/rs2server/rs2/content/misc/BronzeSet.java | lerages/anarchy-source | 47ad847d769f3478789df93517fde744278fd41e | [
"MIT"
] | null | null | null | 24.195652 | 61 | 0.628931 | 21,194 | package org.rs2server.rs2.content.misc;
//import org.rs2server.Server;
//import org.rs2server.rs2.domain.service.api.PlayerService;
import org.rs2server.rs2.model.Item;
import org.rs2server.rs2.model.player.Player;
import java.util.*;
/**
* Created by Paine
*/
public class BronzeSet {
private static final Li... |
3e32277218794321ce4f5eeeedeb4a3434d5666f | 2,496 | java | Java | src/main/java/org/metaworks/multitenancy/ClassManager.java | TheOpenCloudEngine/metaworx4 | c60e7cd6b6a6e09cdad87fbb1166559e6961932b | [
"MIT"
] | 2 | 2018-10-24T19:00:52.000Z | 2018-10-30T07:30:12.000Z | src/main/java/org/metaworks/multitenancy/ClassManager.java | TheOpenCloudEngine/metaworx4 | c60e7cd6b6a6e09cdad87fbb1166559e6961932b | [
"MIT"
] | 19 | 2017-07-20T01:44:22.000Z | 2018-03-27T14:24:53.000Z | src/main/java/org/metaworks/multitenancy/ClassManager.java | TheOpenCloudEngine/metaworx4 | c60e7cd6b6a6e09cdad87fbb1166559e6961932b | [
"MIT"
] | 6 | 2017-12-04T03:36:02.000Z | 2019-09-27T23:46:28.000Z | 30.814815 | 205 | 0.735577 | 21,195 | package org.metaworks.multitenancy;
import org.metaworks.WebFieldDescriptor;
import org.metaworks.WebObjectType;
import org.metaworks.annotation.Id;
import org.metaworks.annotation.ServiceMethod;
import org.metaworks.dwr.MetaworksRemoteService;
import org.oce.garuda.multitenancy.TenantContext;
import org.springframewo... |
3e3227b442a88d488dc69cd4e777a072bcdb107c | 253 | java | Java | util/qav-doc-generator/src/main/java/de/qaware/qav/doc/model/ParameterDoc.java | qavalidator/qav | 5bb872828ea25ab6ae1688762a2c5cd6cc3193ef | [
"Apache-2.0"
] | 7 | 2017-12-18T18:57:24.000Z | 2021-01-09T20:47:15.000Z | util/qav-doc-generator/src/main/java/de/qaware/qav/doc/model/ParameterDoc.java | qavalidator/qav | 5bb872828ea25ab6ae1688762a2c5cd6cc3193ef | [
"Apache-2.0"
] | 19 | 2017-12-19T06:57:53.000Z | 2019-07-03T08:00:20.000Z | util/qav-doc-generator/src/main/java/de/qaware/qav/doc/model/ParameterDoc.java | qavalidator/qav | 5bb872828ea25ab6ae1688762a2c5cd6cc3193ef | [
"Apache-2.0"
] | 2 | 2018-02-13T21:58:51.000Z | 2020-06-19T15:23:59.000Z | 14.055556 | 35 | 0.719368 | 21,196 | package de.qaware.qav.doc.model;
import lombok.Data;
import lombok.ToString;
/**
* DTO for Parameter documentation.
*
* @author QAware GmbH
*/
@Data
@ToString
public class ParameterDoc {
private String name;
private String description;
}
|
3e32283e016c3c55451265590c614fc9dd95bdbd | 1,365 | java | Java | app/src/main/java/bin/wannes/packing/Model/Coordinate.java | WannesFransen1994/PackingApp | a32ec8e8a17f5aed57a81b1e22c9be35da5b6116 | [
"MIT"
] | null | null | null | app/src/main/java/bin/wannes/packing/Model/Coordinate.java | WannesFransen1994/PackingApp | a32ec8e8a17f5aed57a81b1e22c9be35da5b6116 | [
"MIT"
] | null | null | null | app/src/main/java/bin/wannes/packing/Model/Coordinate.java | WannesFransen1994/PackingApp | a32ec8e8a17f5aed57a81b1e22c9be35da5b6116 | [
"MIT"
] | null | null | null | 28.4375 | 89 | 0.687179 | 21,197 | package bin.wannes.packing.Model;
/**
* Created by Wannes Fransen.
*/
public class Coordinate{
//This coordinate defines the left upper corner of the basis of the box
private int coordinate_x; // Length is regarded as the X-axis
private int coordinate_y; // Width is regarded as the Y-axis
private in... |
3e322b27dba0a2e1e50abd4716f7ceb6f8b4f9d5 | 1,816 | java | Java | src/main/java/name/valery1707/megatel/sorm/api/bro/conn/BroConnDto.java | valery1707/test-sorm | fa1c72eaa9cae33bd1a55c71b58aa5c8ac99a5ac | [
"MIT"
] | null | null | null | src/main/java/name/valery1707/megatel/sorm/api/bro/conn/BroConnDto.java | valery1707/test-sorm | fa1c72eaa9cae33bd1a55c71b58aa5c8ac99a5ac | [
"MIT"
] | null | null | null | src/main/java/name/valery1707/megatel/sorm/api/bro/conn/BroConnDto.java | valery1707/test-sorm | fa1c72eaa9cae33bd1a55c71b58aa5c8ac99a5ac | [
"MIT"
] | null | null | null | 19.956044 | 77 | 0.745595 | 21,198 | package name.valery1707.megatel.sorm.api.bro.conn;
import com.fasterxml.jackson.annotation.JsonInclude;
import name.valery1707.megatel.sorm.domain.BroConn;
import static name.valery1707.core.utils.DateUtils.bigDecimalToZonedDateTime;
import static name.valery1707.core.utils.DateUtils.formatDateTime;
@SuppressWarning... |
3e322b4ce185eeb604e673dc41522e108df64bcb | 7,629 | java | Java | ActivityLauncherApp/src/main/java/org/thirdparty/LauncherIconCreator.java | oldherl/ActivityLauncher | 35929dc76f605b9fffe4b18477c7acb08bd953c5 | [
"ISC"
] | 2 | 2021-11-21T23:09:22.000Z | 2021-11-21T23:12:54.000Z | ActivityLauncherApp/src/main/java/org/thirdparty/LauncherIconCreator.java | oldherl/ActivityLauncher | 35929dc76f605b9fffe4b18477c7acb08bd953c5 | [
"ISC"
] | null | null | null | ActivityLauncherApp/src/main/java/org/thirdparty/LauncherIconCreator.java | oldherl/ActivityLauncher | 35929dc76f605b9fffe4b18477c7acb08bd953c5 | [
"ISC"
] | null | null | null | 41.917582 | 135 | 0.672434 | 21,199 | /*
* Based on code from Stackoverflow.com under CC BY-SA 3.0
* Url: http://stackoverflow.com/questions/6493518/create-a-shortcut-for-any-app-on-desktop
* By: http://stackoverflow.com/users/815400/xuso
* <p>
* and
* <p>
* Url: http://stackoverflow.com/questions/3298908/creating-a-shortcut-how-can-i-work-with-a-d... |
3e322c2dd84f70316a6a2e183c2d74994dfd4a63 | 1,322 | java | Java | otl-integ/src/it/java/io/opns/otl/integ/model/ErrorMessage.java | sudiptasish/opentracing-lite | d41336a3212ded5fc3387f6196dc2aff49dabb6c | [
"Apache-2.0"
] | null | null | null | otl-integ/src/it/java/io/opns/otl/integ/model/ErrorMessage.java | sudiptasish/opentracing-lite | d41336a3212ded5fc3387f6196dc2aff49dabb6c | [
"Apache-2.0"
] | 3 | 2020-12-02T18:45:08.000Z | 2021-06-23T21:00:18.000Z | otl-integ/src/it/java/io/opns/otl/integ/model/ErrorMessage.java | sudiptasish/opentracing-lite | d41336a3212ded5fc3387f6196dc2aff49dabb6c | [
"Apache-2.0"
] | null | null | null | 24.036364 | 75 | 0.645234 | 21,200 | /*
* Copyright 2020 Opentracing-LiTE
*
* 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... |
3e322c76ff89175bf0c01ea9f7d4f9eb3dc7f326 | 32,149 | java | Java | saibz5base/src/main/java/net/ibizsys/psrt/srv/wf/service/WFActionServiceBase.java | devibizsys/IBizSysRuntime | de18dbf57d6f55d64c225a182a34b7dd47c65b50 | [
"Apache-2.0"
] | null | null | null | saibz5base/src/main/java/net/ibizsys/psrt/srv/wf/service/WFActionServiceBase.java | devibizsys/IBizSysRuntime | de18dbf57d6f55d64c225a182a34b7dd47c65b50 | [
"Apache-2.0"
] | null | null | null | saibz5base/src/main/java/net/ibizsys/psrt/srv/wf/service/WFActionServiceBase.java | devibizsys/IBizSysRuntime | de18dbf57d6f55d64c225a182a34b7dd47c65b50 | [
"Apache-2.0"
] | 1 | 2022-03-01T17:16:00.000Z | 2022-03-01T17:16:00.000Z | 34.868764 | 163 | 0.657625 | 21,201 | /**
* iBizSys 5.0 机器人生产代码(不要直接修改当前代码)
* http://www.ibizsys.net
*/
package net.ibizsys.psrt.srv.wf.service;
import java.util.ArrayList;
import java.util.List;
import java.util.HashMap;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired... |
3e322c7923c4d76977e95b9eb000ebf573d78ce5 | 1,001 | java | Java | core/src/test/java/org/infinispan/persistence/AsyncStoreParallelIterationTest.java | skymysky/infinispan | ace5cc23f345ed4e782fc863e83d5aa24e3a1ac9 | [
"Apache-2.0"
] | 713 | 2015-01-06T02:14:17.000Z | 2022-03-29T10:22:07.000Z | core/src/test/java/org/infinispan/persistence/AsyncStoreParallelIterationTest.java | skymysky/infinispan | ace5cc23f345ed4e782fc863e83d5aa24e3a1ac9 | [
"Apache-2.0"
] | 5,732 | 2015-01-01T19:13:35.000Z | 2022-03-31T16:31:11.000Z | core/src/test/java/org/infinispan/persistence/AsyncStoreParallelIterationTest.java | skymysky/infinispan | ace5cc23f345ed4e782fc863e83d5aa24e3a1ac9 | [
"Apache-2.0"
] | 402 | 2015-01-05T23:23:42.000Z | 2022-03-25T08:14:32.000Z | 29.441176 | 86 | 0.774226 | 21,202 | package org.infinispan.persistence;
import org.infinispan.configuration.cache.ConfigurationBuilder;
import org.infinispan.metadata.Metadata;
import org.infinispan.persistence.dummy.DummyInMemoryStoreConfigurationBuilder;
import org.infinispan.test.fwk.CleanupAfterMethod;
import org.testng.annotations.Test;
/**
* @au... |
3e322c7c9d11bae35699b0d0dc1547b1f4ca9f7e | 2,904 | java | Java | src/main/java/mchorse/mappet/api/utils/manager/FolderManager.java | Evanechecssss/mappet | 42baada8fed5e7ed088e2d6202bed0eb15e8a906 | [
"MIT"
] | 14 | 2021-04-07T10:54:16.000Z | 2021-12-05T14:32:58.000Z | src/main/java/mchorse/mappet/api/utils/manager/FolderManager.java | Evanechecssss/mappet | 42baada8fed5e7ed088e2d6202bed0eb15e8a906 | [
"MIT"
] | 10 | 2021-05-10T20:00:55.000Z | 2022-03-10T19:25:31.000Z | src/main/java/mchorse/mappet/api/utils/manager/FolderManager.java | Evanechecssss/mappet | 42baada8fed5e7ed088e2d6202bed0eb15e8a906 | [
"MIT"
] | 12 | 2021-04-07T10:54:21.000Z | 2022-02-06T12:38:27.000Z | 22 | 90 | 0.549242 | 21,203 | package mchorse.mappet.api.utils.manager;
import mchorse.mappet.Mappet;
import mchorse.mappet.api.utils.AbstractData;
import java.io.File;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
/*... |
3e322d8d3197e00974e47dc5548aa8bd4ea476ed | 2,983 | java | Java | sdk/src/main/java/io/opentelemetry/sdk/trace/export/InMemorySpanExporter.java | jdanekrh/opentelemetry-java | 0478651e34ede5960d6275626c97103e32470846 | [
"Apache-2.0"
] | null | null | null | sdk/src/main/java/io/opentelemetry/sdk/trace/export/InMemorySpanExporter.java | jdanekrh/opentelemetry-java | 0478651e34ede5960d6275626c97103e32470846 | [
"Apache-2.0"
] | null | null | null | sdk/src/main/java/io/opentelemetry/sdk/trace/export/InMemorySpanExporter.java | jdanekrh/opentelemetry-java | 0478651e34ede5960d6275626c97103e32470846 | [
"Apache-2.0"
] | null | null | null | 28.409524 | 93 | 0.683205 | 21,204 | /*
* Copyright 2019, OpenTelemetry 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... |
3e322df27aa3dd0caca3c20119e936bfc32bcfbf | 7,087 | java | Java | src/main/java/org/magic/tools/WooCommerceTools.java | nicho92/MtgDesktopCompanion | 2fd540eba429d1f32688a6ac7583f0f2757c8258 | [
"Apache-2.0"
] | 87 | 2016-03-17T10:10:20.000Z | 2022-03-11T07:28:52.000Z | src/main/java/org/magic/tools/WooCommerceTools.java | nicho92/MtgDesktopCompanion | 2fd540eba429d1f32688a6ac7583f0f2757c8258 | [
"Apache-2.0"
] | 198 | 2016-10-25T14:39:58.000Z | 2022-03-28T07:39:11.000Z | src/main/java/org/magic/tools/WooCommerceTools.java | nicho92/MtgDesktopCompanion | 2fd540eba429d1f32688a6ac7583f0f2757c8258 | [
"Apache-2.0"
] | 36 | 2017-12-20T06:32:37.000Z | 2022-03-20T19:15:19.000Z | 35.084158 | 200 | 0.69564 | 21,205 | package org.magic.tools;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import org.apache.http.entity.ByteArrayEntity;
import org.apache.log4j.Logger;
import org.magic.api.beans.AccountAuthenticator;
import or... |
3e322edff56943b14000f933d8ba4f23ebfa97bc | 7,355 | java | Java | src/main/java/edata/service/PressureUnitServiceImpl.java | gentjankolicaj/EData | 3054de4097dfc3db6fba57caae4aee2d40c6a697 | [
"MIT"
] | null | null | null | src/main/java/edata/service/PressureUnitServiceImpl.java | gentjankolicaj/EData | 3054de4097dfc3db6fba57caae4aee2d40c6a697 | [
"MIT"
] | null | null | null | src/main/java/edata/service/PressureUnitServiceImpl.java | gentjankolicaj/EData | 3054de4097dfc3db6fba57caae4aee2d40c6a697 | [
"MIT"
] | null | null | null | 40.861111 | 130 | 0.694358 | 21,206 | package edata.service;
import edata.common.command.PressureUnitCommand;
import edata.common.domain.PressureUnit;
import edata.common.dto.PressureUnitDTO;
import edata.converter.PressureUnitConverter;
import edata.exception.resource.NullIdException;
import edata.exception.resource.NullReferenceException;
import edata.e... |
3e322fb31ef682c0bae26128148688bb1e2dbf47 | 485 | java | Java | manager/src/main/java/com/bazzi/manager/vo/response/StringResponseVO.java | bspv/log | 2da36b94109b261ed0e716eaec8b754fb45ee8d0 | [
"Apache-2.0"
] | null | null | null | manager/src/main/java/com/bazzi/manager/vo/response/StringResponseVO.java | bspv/log | 2da36b94109b261ed0e716eaec8b754fb45ee8d0 | [
"Apache-2.0"
] | 4 | 2020-11-06T09:25:27.000Z | 2021-12-14T21:37:38.000Z | manager/src/main/java/com/bazzi/manager/vo/response/StringResponseVO.java | bspv/log | 2da36b94109b261ed0e716eaec8b754fb45ee8d0 | [
"Apache-2.0"
] | null | null | null | 23.095238 | 70 | 0.806186 | 21,207 | package com.bazzi.manager.vo.response;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.io.Serializable;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class StringResponseVO imple... |
3e322fce04911b00ebdc9783a3bb95193c01bdaa | 3,968 | java | Java | airbyte-integrations/connectors/source-sftp/src/test-integration/java/io/airbyte/integrations/source/sftp/SftpSourceAcceptanceTest.java | sdairs/airbyte | 05472b807a03e2acc7ef733624ff5fa6c6e06b89 | [
"MIT"
] | 22 | 2020-08-27T00:47:20.000Z | 2020-09-17T15:39:39.000Z | airbyte-integrations/connectors/source-sftp/src/test-integration/java/io/airbyte/integrations/source/sftp/SftpSourceAcceptanceTest.java | sdairs/airbyte | 05472b807a03e2acc7ef733624ff5fa6c6e06b89 | [
"MIT"
] | 116 | 2020-08-27T01:11:27.000Z | 2020-09-19T02:47:52.000Z | airbyte-integrations/connectors/source-sftp/src/test-integration/java/io/airbyte/integrations/source/sftp/SftpSourceAcceptanceTest.java | sdairs/airbyte | 05472b807a03e2acc7ef733624ff5fa6c6e06b89 | [
"MIT"
] | 1 | 2020-09-15T06:10:01.000Z | 2020-09-15T06:10:01.000Z | 39.287129 | 132 | 0.746724 | 21,208 | /*
* Copyright (c) 2022 Airbyte, Inc., all rights reserved.
*/
package io.airbyte.integrations.source.sftp;
import com.fasterxml.jackson.databind.JsonNode;
import com.google.common.collect.ImmutableMap;
import io.airbyte.commons.json.Jsons;
import io.airbyte.commons.resources.MoreResources;
import io.airbyte.integr... |
3e3230263be00f86e68bdf1e274bbc1af27f2049 | 1,519 | java | Java | find-common/src/main/java/com/potato369/find/common/dto/LocationInfoDTO.java | Wangyanjunai/find-master | ff71be25d8729f6dc05294ed94e1a09d36096b07 | [
"Apache-2.0"
] | 1 | 2021-09-18T03:27:01.000Z | 2021-09-18T03:27:01.000Z | find-common/src/main/java/com/potato369/find/common/dto/LocationInfoDTO.java | Wangyanjunai/find-master | ff71be25d8729f6dc05294ed94e1a09d36096b07 | [
"Apache-2.0"
] | null | null | null | find-common/src/main/java/com/potato369/find/common/dto/LocationInfoDTO.java | Wangyanjunai/find-master | ff71be25d8729f6dc05294ed94e1a09d36096b07 | [
"Apache-2.0"
] | null | null | null | 26.189655 | 110 | 0.695194 | 21,209 | package com.potato369.find.common.dto;
import com.alibaba.fastjson.annotation.JSONField;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
import lombok.*;
/**
* <pre>
* @PackageName com.potato369.find.common.dto
* @ClassName LocationInfoDTO
* @Desc 类实现的功能描述
* ... |
3e3230f11bba65d8f97faffbd7a19de7fc207549 | 11,354 | java | Java | L2J_DataPack/data/scripts/vehicles/BoatGiranTalking.java | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | L2J_DataPack/data/scripts/vehicles/BoatGiranTalking.java | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | L2J_DataPack/data/scripts/vehicles/BoatGiranTalking.java | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | 40.98917 | 152 | 0.741501 | 21,210 | /*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be us... |
3e323545d554ccbee609ac4ae4aaa10e18744612 | 428 | java | Java | languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/textGen/VoidType_TextGen.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/textGen/VoidType_TextGen.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/textGen/VoidType_TextGen.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 26.75 | 61 | 0.787383 | 21,211 | package jetbrains.mps.baseLanguage.textGen;
/*Generated by MPS */
import jetbrains.mps.text.rt.TextGenDescriptorBase;
import jetbrains.mps.text.rt.TextGenContext;
import jetbrains.mps.text.impl.TextGenSupport;
public class VoidType_TextGen extends TextGenDescriptorBase {
@Override
public void generateText(final ... |
3e323561ac39a9cb161fb0b158a3c339d9e31700 | 311 | java | Java | src/main/java/com/layoutmanager/persistence/LayoutSettings.java | michaelestermann/WindowLayoutManager | 90067cfea79bef3a7154a71bf1f3a5fec6fc54a6 | [
"MIT"
] | 24 | 2019-10-24T19:28:49.000Z | 2022-01-27T08:33:34.000Z | src/main/java/com/layoutmanager/persistence/LayoutSettings.java | michaelestermann/WindowLayoutManager | 90067cfea79bef3a7154a71bf1f3a5fec6fc54a6 | [
"MIT"
] | 23 | 2019-11-28T20:47:46.000Z | 2021-12-18T10:06:18.000Z | src/main/java/com/layoutmanager/persistence/LayoutSettings.java | michaelestermann/WindowLayoutManager | 90067cfea79bef3a7154a71bf1f3a5fec6fc54a6 | [
"MIT"
] | 3 | 2019-12-27T10:20:25.000Z | 2020-09-25T09:03:05.000Z | 22.214286 | 56 | 0.678457 | 21,212 | package com.layoutmanager.persistence;
public class LayoutSettings {
private boolean useSmartDock = true;
public boolean getUseSmartDock() {
return this.useSmartDock;
}
public void setUseSmartDock(boolean useSmartDock) {
this.useSmartDock = useSmartDock;
}
}
|
3e32363c0af82e9d243621c755012d177a90b7a0 | 2,269 | java | Java | Batch/egovframework.rte.bat.core/src/main/java/egovframework/rte/bat/core/item/file/mapping/EgovDefaultLineMapper.java | eGovFrame/egovframework.rte.root | 5fae80337e05697f5e2242a69a9c91767eb00509 | [
"Apache-2.0"
] | 16 | 2015-01-14T05:27:08.000Z | 2022-03-21T13:18:17.000Z | Batch/egovframework.rte.bat.core/src/main/java/egovframework/rte/bat/core/item/file/mapping/EgovDefaultLineMapper.java | eGovFrame/egovframework.rte.root | 5fae80337e05697f5e2242a69a9c91767eb00509 | [
"Apache-2.0"
] | 1 | 2019-09-03T12:27:39.000Z | 2019-09-03T12:27:39.000Z | Batch/egovframework.rte.bat.core/src/main/java/egovframework/rte/bat/core/item/file/mapping/EgovDefaultLineMapper.java | eGovFrame/egovframework.rte.root | 5fae80337e05697f5e2242a69a9c91767eb00509 | [
"Apache-2.0"
] | 19 | 2015-01-14T05:27:09.000Z | 2022-03-21T13:18:10.000Z | 28.012346 | 83 | 0.680476 | 21,213 | /*
* Copyright 2006-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
3e3236a5dacf01fc620184a4092ce8e00cb89263 | 1,877 | java | Java | src/main/java/be/yildizgames/common/frame/StartFrameListener.java | yildiz-online/common-frame | 7bd1b413ec91a95496c2d1a654c364234b1c2329 | [
"MIT"
] | null | null | null | src/main/java/be/yildizgames/common/frame/StartFrameListener.java | yildiz-online/common-frame | 7bd1b413ec91a95496c2d1a654c364234b1c2329 | [
"MIT"
] | 3 | 2018-11-19T18:37:44.000Z | 2021-11-17T19:54:01.000Z | src/main/java/be/yildizgames/common/frame/StartFrameListener.java | yildiz-online/common-frame | 7bd1b413ec91a95496c2d1a654c364234b1c2329 | [
"MIT"
] | null | null | null | 34.127273 | 120 | 0.702717 | 21,214 | /*
* This file is part of the Yildiz-Engine project, licenced under the MIT License (MIT)
*
* Copyright (c) 2019 Grégory Van den Borre
*
* More infos available: https://engine.yildiz-games.be
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* ... |
3e323895f23af0ef99c4cfee189288f847ec1dc1 | 150 | java | Java | ezyfox-server-support/src/main/java/com/tvd12/ezyfoxserver/support/controller/EzyCommandsAware.java | XmobiTea-Family/ezyfox-server | 12235e3785317d33883d4abbfa4d170ad8ff993c | [
"Apache-2.0"
] | 338 | 2018-04-13T04:54:10.000Z | 2022-03-30T11:23:18.000Z | ezyfox-server-support/src/main/java/com/tvd12/ezyfoxserver/support/controller/EzyCommandsAware.java | XmobiTea-Family/ezyfox-server | 12235e3785317d33883d4abbfa4d170ad8ff993c | [
"Apache-2.0"
] | 10 | 2017-11-24T16:46:34.000Z | 2022-03-14T16:08:42.000Z | ezyfox-server-support/src/main/java/com/tvd12/ezyfoxserver/support/controller/EzyCommandsAware.java | XmobiTea-Family/ezyfox-server | 12235e3785317d33883d4abbfa4d170ad8ff993c | [
"Apache-2.0"
] | 69 | 2017-02-14T09:35:03.000Z | 2022-03-22T08:08:21.000Z | 15 | 50 | 0.746667 | 21,215 | package com.tvd12.ezyfoxserver.support.controller;
import java.util.Set;
public interface EzyCommandsAware {
Set<String> getCommands();
}
|
3e32393070704e88ccdfe7f79b6656222a8da00b | 878 | java | Java | MallApplication.java | FancySize/Mall | 06285210e0dc3172aee8fe52652fa8461e83b3e0 | [
"Apache-2.0"
] | null | null | null | MallApplication.java | FancySize/Mall | 06285210e0dc3172aee8fe52652fa8461e83b3e0 | [
"Apache-2.0"
] | null | null | null | MallApplication.java | FancySize/Mall | 06285210e0dc3172aee8fe52652fa8461e83b3e0 | [
"Apache-2.0"
] | null | null | null | 29.266667 | 81 | 0.829157 | 21,216 | package priv.jesse.mall;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework... |
3e32394a7a5e88f7275828e2d029c79519d217b1 | 2,135 | java | Java | src/main/java/com/mikuac/bot/plugins/Repeat.java | MisakaTAT/YuriBot | 2afcba680f67c6688401ac0c6689390a5caddcfc | [
"MIT"
] | 17 | 2020-12-23T02:43:59.000Z | 2022-02-02T10:36:17.000Z | src/main/java/com/mikuac/bot/plugins/Repeat.java | MisakaTAT/YuriBot | 2afcba680f67c6688401ac0c6689390a5caddcfc | [
"MIT"
] | 25 | 2021-05-21T07:41:50.000Z | 2021-11-26T06:59:27.000Z | src/main/java/com/mikuac/bot/plugins/Repeat.java | MisakaTAT/YuriBot | 2afcba680f67c6688401ac0c6689390a5caddcfc | [
"MIT"
] | 7 | 2021-02-16T14:51:12.000Z | 2021-08-19T01:48:25.000Z | 26.036585 | 83 | 0.624824 | 21,217 | package com.mikuac.bot.plugins;
import cn.hutool.cache.CacheUtil;
import cn.hutool.cache.impl.TimedCache;
import cn.hutool.core.util.RandomUtil;
import com.mikuac.bot.config.Config;
import com.mikuac.shiro.core.Bot;
import com.mikuac.shiro.core.BotPlugin;
import com.mikuac.shiro.dto.event.message.GroupMessageEvent;
im... |
3e3239a112847c3bf084ce4b8ad7daf922247d2d | 849 | java | Java | src/main/java/cd/go/authorization/cognitomfasinglestep/model/SupportedAuthType.java | BBVA/cognito-mfa-singlestep-authorization-plugin | d55c3ca62048b152647f8c9b26f6485ccb62d3e4 | [
"Apache-2.0"
] | 1 | 2019-10-16T10:57:55.000Z | 2019-10-16T10:57:55.000Z | src/main/java/cd/go/authorization/cognitomfasinglestep/model/SupportedAuthType.java | BBVA/cognito-mfa-singlestep-authorization-plugin | d55c3ca62048b152647f8c9b26f6485ccb62d3e4 | [
"Apache-2.0"
] | 2 | 2019-10-16T10:54:21.000Z | 2019-10-16T11:00:35.000Z | src/main/java/cd/go/authorization/cognitomfasinglestep/model/SupportedAuthType.java | BBVA/cognito-mfa-singlestep-authorization-plugin | d55c3ca62048b152647f8c9b26f6485ccb62d3e4 | [
"Apache-2.0"
] | null | null | null | 31.444444 | 75 | 0.740872 | 21,218 | /*
* Copyright 2019 Banco Bilbao Vizcaya Argentaria, S.A.
*
* 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... |
3e323b6691e0acb554ea7374308db234ea88a2c7 | 1,315 | java | Java | swords-combat/src/main/java/com/morethanheroic/swords/combat/domain/effect/entry/RemoveItemAmountEffectDefinition.java | daggers-and-sorcery/daggers-and-sorcery-backend | 96ea5919e6becf5c7cdb888fb2ec1eafba2b0aac | [
"MIT"
] | null | null | null | swords-combat/src/main/java/com/morethanheroic/swords/combat/domain/effect/entry/RemoveItemAmountEffectDefinition.java | daggers-and-sorcery/daggers-and-sorcery-backend | 96ea5919e6becf5c7cdb888fb2ec1eafba2b0aac | [
"MIT"
] | null | null | null | swords-combat/src/main/java/com/morethanheroic/swords/combat/domain/effect/entry/RemoveItemAmountEffectDefinition.java | daggers-and-sorcery/daggers-and-sorcery-backend | 96ea5919e6becf5c7cdb888fb2ec1eafba2b0aac | [
"MIT"
] | null | null | null | 42.419355 | 157 | 0.809125 | 21,219 | package com.morethanheroic.swords.combat.domain.effect.entry;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.morethanheroic.swords.combat.domain.CombatEffectDataHolder;
import com.morethanheroic.swords.combat.domain.effect.CombatEffectApplyingC... |
3e323b898554c39a36cb4abea8b8c174481c353e | 3,115 | java | Java | solitare/HighScorePanel2.java | MarshallAsch/solitaire | 599e299f9c03cdd74dd5a7edbbd3f1851a81d4bd | [
"MIT"
] | null | null | null | solitare/HighScorePanel2.java | MarshallAsch/solitaire | 599e299f9c03cdd74dd5a7edbbd3f1851a81d4bd | [
"MIT"
] | 1 | 2017-02-27T22:01:33.000Z | 2017-02-27T22:01:52.000Z | solitare/HighScorePanel2.java | MarshallAsch/solitaire | 599e299f9c03cdd74dd5a7edbbd3f1851a81d4bd | [
"MIT"
] | 1 | 2019-11-30T16:42:46.000Z | 2019-11-30T16:42:46.000Z | 33.858696 | 100 | 0.424077 | 21,220 | /* Panel to display the scores
*
*/
import javax.swing.JPanel;
import java.util.*;
import java.awt.*;
public class HighScorePanel2 extends JPanel
{
private ArrayList<ArrayList> info;
private int num, x = 0;
//if mid game
public HighScorePanel2(ArrayList<ArrayList> toPrint)
{
... |
3e323b90cfc3b1157db2843746d18cdae7f938e6 | 1,111 | java | Java | backend/n2o/n2o-config/src/main/java/net/n2oapp/framework/config/io/widget/table/cell/CheckboxCellElementIOv2.java | osidorkin85/nno | cba91724beb63868d12a58d03953d2f3b30332b4 | [
"Apache-2.0"
] | 40 | 2018-12-20T08:21:48.000Z | 2021-08-15T01:13:35.000Z | backend/n2o/n2o-config/src/main/java/net/n2oapp/framework/config/io/widget/table/cell/CheckboxCellElementIOv2.java | osidorkin85/nno | cba91724beb63868d12a58d03953d2f3b30332b4 | [
"Apache-2.0"
] | 11 | 2020-01-10T10:29:15.000Z | 2022-03-29T05:21:59.000Z | backend/n2o/n2o-config/src/main/java/net/n2oapp/framework/config/io/widget/table/cell/CheckboxCellElementIOv2.java | osidorkin85/nno | cba91724beb63868d12a58d03953d2f3b30332b4 | [
"Apache-2.0"
] | 15 | 2018-12-28T08:47:37.000Z | 2022-02-04T08:53:35.000Z | 32.676471 | 110 | 0.729973 | 21,221 | package net.n2oapp.framework.config.io.widget.table.cell;
import net.n2oapp.framework.api.metadata.event.action.N2oAction;
import net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oCheckboxCell;
import net.n2oapp.framework.api.metadata.io.IOProcessor;
import net.n2oapp.framework.config.io.action... |
3e323d1a24bc48334b19fd60152449f7633981a5 | 1,734 | java | Java | JsonStudy/lib/src/main/java/com/example/lib/_02_annotation/Test01.java | jhwsx/BlogCodes | 421c1f393bb4925399be413ab4647dcdc039d1d0 | [
"Apache-2.0"
] | 7 | 2021-05-17T12:09:15.000Z | 2021-11-15T04:29:03.000Z | JsonStudy/lib/src/main/java/com/example/lib/_02_annotation/Test01.java | jhwsx/BlogCodes | 421c1f393bb4925399be413ab4647dcdc039d1d0 | [
"Apache-2.0"
] | null | null | null | JsonStudy/lib/src/main/java/com/example/lib/_02_annotation/Test01.java | jhwsx/BlogCodes | 421c1f393bb4925399be413ab4647dcdc039d1d0 | [
"Apache-2.0"
] | 4 | 2021-11-10T07:15:12.000Z | 2022-01-08T13:22:41.000Z | 46.864865 | 143 | 0.577278 | 21,222 | package com.example.lib._02_annotation;
import com.google.gson.Gson;
/**
*
* @author wangzhichao
* @since 2021/5/27
*/
public class Test01 {
public static void main(String[] args) {
Gson gson = new Gson();
// // 序列化
// Response response = new Response(0, "ok", "some data");
// Str... |
3e323e34ca1062579ba1835aa631fdfea5de9836 | 4,136 | java | Java | aws-java-sdk-connectwisdom/src/main/java/com/amazonaws/services/connectwisdom/model/transform/AssistantAssociationDataMarshaller.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-connectwisdom/src/main/java/com/amazonaws/services/connectwisdom/model/transform/AssistantAssociationDataMarshaller.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-connectwisdom/src/main/java/com/amazonaws/services/connectwisdom/model/transform/AssistantAssociationDataMarshaller.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 54.421053 | 148 | 0.775387 | 21,223 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e323fb8dba7ffcbc136377d5ac5f3588d7d2009 | 707 | java | Java | easycontroller/src/main/java/longshu/easycontroller/core/ActionKey.java | Xlongshu/EasyController | a1515a5c889ca2f2330082deb730c2fe0a52bba6 | [
"Apache-2.0"
] | 3 | 2017-07-05T14:56:26.000Z | 2018-02-23T02:29:55.000Z | easycontroller/src/main/java/longshu/easycontroller/core/ActionKey.java | Xlongshu/EasyController | a1515a5c889ca2f2330082deb730c2fe0a52bba6 | [
"Apache-2.0"
] | null | null | null | easycontroller/src/main/java/longshu/easycontroller/core/ActionKey.java | Xlongshu/EasyController | a1515a5c889ca2f2330082deb730c2fe0a52bba6 | [
"Apache-2.0"
] | null | null | null | 20.794118 | 47 | 0.669024 | 21,224 | package longshu.easycontroller.core;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* ActionKey 控制器的映射
* 以/开头则为完整的请求路径,否者加上为 controllerKey/actionKey
... |
3e32400d50fd7adf8e2ba8b318c6b34473b3104c | 1,800 | java | Java | nuxeo-features/nuxeo-elasticsearch/nuxeo-elasticsearch-web/src/main/java/org/nuxeo/elasticsearch/web/sync/UIThreadMarker.java | sailfly/nuxeo | 24aa96d078be77ce09973b08b38ee1498c0903bf | [
"Apache-2.0"
] | 1 | 2021-02-15T19:07:59.000Z | 2021-02-15T19:07:59.000Z | nuxeo-features/nuxeo-elasticsearch/nuxeo-elasticsearch-web/src/main/java/org/nuxeo/elasticsearch/web/sync/UIThreadMarker.java | sampisamuel/nuxeo | 7ec7c164e508223eef05bb198066920399440efe | [
"Apache-2.0"
] | 100 | 2019-07-17T11:42:57.000Z | 2021-07-28T15:43:37.000Z | nuxeo-features/nuxeo-elasticsearch/nuxeo-elasticsearch-web/src/main/java/org/nuxeo/elasticsearch/web/sync/UIThreadMarker.java | sampisamuel/nuxeo | 7ec7c164e508223eef05bb198066920399440efe | [
"Apache-2.0"
] | 3 | 2019-09-05T15:07:54.000Z | 2021-11-09T14:43:24.000Z | 32.727273 | 113 | 0.754444 | 21,225 | /*
* (C) Copyright 2015 Nuxeo SA (http://nuxeo.com/) 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 require... |
3e3241d1fb1d460db384a5dea1c3208f32dc520b | 8,446 | java | Java | foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/mappings/EISCompositeObjectMapping.java | sureshbn/eclipselink | 79d97bbadc069ccd102f8859d2b84b5a52ac6657 | [
"BSD-3-Clause"
] | null | null | null | foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/mappings/EISCompositeObjectMapping.java | sureshbn/eclipselink | 79d97bbadc069ccd102f8859d2b84b5a52ac6657 | [
"BSD-3-Clause"
] | null | null | null | foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/mappings/EISCompositeObjectMapping.java | sureshbn/eclipselink | 79d97bbadc069ccd102f8859d2b84b5a52ac6657 | [
"BSD-3-Clause"
] | null | null | null | 42.23 | 217 | 0.692517 | 21,226 | /*******************************************************************************
* Copyright (c) 1998, 2018 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
... |
3e324208c644297d7bdfa103e1b7c4206700b992 | 7,944 | java | Java | iterableapi/src/test/java/com/iterable/iterableapi/IterableInboxTest.java | DavidI7/iterable-android-sdk | 661445351fbe907d9ce0eae2bc17dd52ab09e44f | [
"MIT"
] | 18 | 2016-04-20T20:41:36.000Z | 2022-02-09T21:11:24.000Z | iterableapi/src/test/java/com/iterable/iterableapi/IterableInboxTest.java | DavidI7/iterable-android-sdk | 661445351fbe907d9ce0eae2bc17dd52ab09e44f | [
"MIT"
] | 384 | 2017-06-01T18:46:23.000Z | 2022-03-25T16:57:16.000Z | iterableapi/src/test/java/com/iterable/iterableapi/IterableInboxTest.java | DavidI7/iterable-android-sdk | 661445351fbe907d9ce0eae2bc17dd52ab09e44f | [
"MIT"
] | 24 | 2017-10-24T21:18:20.000Z | 2022-03-21T10:26:38.000Z | 48.439024 | 236 | 0.735398 | 21,227 | package com.iterable.iterableapi;
import android.app.Activity;
import com.iterable.iterableapi.unit.PathBasedQueueDispatcher;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.robolectric.Robolectric;
import java.io.IOException;
import java.util.List;
import okhttp3.mockwebserver.M... |
3e32424d13ebb1e7b3978e1cf7f557db947148cf | 4,057 | java | Java | tags/release-1.2.0/src/java/org/apache/avro/reflect/ReflectRequestor.java | SpotifyUsedOpenSourceCode/avro | fbc9cc2bbfa17742a51b5b85c06b0ab0e3fed885 | [
"Apache-2.0"
] | null | null | null | tags/release-1.2.0/src/java/org/apache/avro/reflect/ReflectRequestor.java | SpotifyUsedOpenSourceCode/avro | fbc9cc2bbfa17742a51b5b85c06b0ab0e3fed885 | [
"Apache-2.0"
] | null | null | null | tags/release-1.2.0/src/java/org/apache/avro/reflect/ReflectRequestor.java | SpotifyUsedOpenSourceCode/avro | fbc9cc2bbfa17742a51b5b85c06b0ab0e3fed885 | [
"Apache-2.0"
] | null | null | null | 35.902655 | 98 | 0.730096 | 21,228 | /**
* 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... |
3e3242b2bade263c90ebd5cf7dcf38437a1ae5f1 | 1,757 | java | Java | src/main/java/org/ansj/elasticsearch/pubsub/redis/RedisPoolBuilder.java | gitriver/elasticsearch-analysis-ansj | f26cc42af55e577f8e5a61c91c8c7eb80e4c73ae | [
"Apache-2.0"
] | null | null | null | src/main/java/org/ansj/elasticsearch/pubsub/redis/RedisPoolBuilder.java | gitriver/elasticsearch-analysis-ansj | f26cc42af55e577f8e5a61c91c8c7eb80e4c73ae | [
"Apache-2.0"
] | null | null | null | src/main/java/org/ansj/elasticsearch/pubsub/redis/RedisPoolBuilder.java | gitriver/elasticsearch-analysis-ansj | f26cc42af55e577f8e5a61c91c8c7eb80e4c73ae | [
"Apache-2.0"
] | null | null | null | 23.743243 | 70 | 0.733068 | 21,229 | package org.ansj.elasticsearch.pubsub.redis;
import org.elasticsearch.common.logging.ESLogger;
import org.elasticsearch.common.logging.Loggers;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.JedisPoolConfig;
public class RedisPoolBuilder {
public static ESLogger logger = Loggers.getLogger("ansj-... |
3e32443aedfd916d1f6744a8345530598ac149a5 | 328 | java | Java | sample/app/src/main/java/com/dji/ui/sample/CustomizedWidgetsActivity.java | TobiasHerr/Mobile-UILibrary-Android-fork | 4d9017c01ee520948560e48809b71cb8543d4bba | [
"MIT"
] | null | null | null | sample/app/src/main/java/com/dji/ui/sample/CustomizedWidgetsActivity.java | TobiasHerr/Mobile-UILibrary-Android-fork | 4d9017c01ee520948560e48809b71cb8543d4bba | [
"MIT"
] | null | null | null | sample/app/src/main/java/com/dji/ui/sample/CustomizedWidgetsActivity.java | TobiasHerr/Mobile-UILibrary-Android-fork | 4d9017c01ee520948560e48809b71cb8543d4bba | [
"MIT"
] | null | null | null | 23.428571 | 61 | 0.759146 | 21,230 | package com.dji.ui.sample;
import android.os.Bundle;
import android.app.Activity;
public class CustomizedWidgetsActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_customized_widgets);
... |
3e32464da38b42dfaa8f5ce6d867d599fc77f6dc | 1,343 | java | Java | example/src/main/java/com/github/alexdochioiu/interfaceinjector/SimpleClass.java | AlexDochioiu/BoningKnife | beea998dcd5c8f314ef6fc7df35d172cc56a22ea | [
"Apache-2.0"
] | 3 | 2018-07-27T07:06:54.000Z | 2019-03-03T00:48:31.000Z | example/src/main/java/com/github/alexdochioiu/interfaceinjector/SimpleClass.java | AlexDochioiu/BoningKnife | beea998dcd5c8f314ef6fc7df35d172cc56a22ea | [
"Apache-2.0"
] | 2 | 2018-08-05T09:29:31.000Z | 2018-08-05T09:36:24.000Z | example/src/main/java/com/github/alexdochioiu/interfaceinjector/SimpleClass.java | AlexDochioiu/TeaTime | beea998dcd5c8f314ef6fc7df35d172cc56a22ea | [
"Apache-2.0"
] | null | null | null | 20.348485 | 92 | 0.657483 | 21,231 | package com.github.alexdochioiu.interfaceinjector;
import android.support.annotation.NonNull;
import com.github.alexdochioiu.teatime.Interfaced;
/**
* Created by Alexandru Iustin Dochioiu on 7/21/2018
*/
@Interfaced
public class SimpleClass extends SimpleBaseClass implements SimpleInterface, IISimpleClass {
pr... |
3e32465272fbaec0a221a8e141b04fad9bc1b44a | 919 | java | Java | app/src/main/java/com/ramasolutions/notificacionfirebase/restAPI/ConstantsRestApi.java | ramon58/Petagram-Push-Notifications | fe2c2b63c0487d505065be8c28d2dc5af6910c8b | [
"MIT"
] | null | null | null | app/src/main/java/com/ramasolutions/notificacionfirebase/restAPI/ConstantsRestApi.java | ramon58/Petagram-Push-Notifications | fe2c2b63c0487d505065be8c28d2dc5af6910c8b | [
"MIT"
] | null | null | null | app/src/main/java/com/ramasolutions/notificacionfirebase/restAPI/ConstantsRestApi.java | ramon58/Petagram-Push-Notifications | fe2c2b63c0487d505065be8c28d2dc5af6910c8b | [
"MIT"
] | null | null | null | 66.6875 | 229 | 0.817245 | 21,232 | package com.ramasolutions.notificacionfirebase.restAPI;
public final class ConstantsRestApi {
public static final String VERSION = "/v8.0/";
public static final String ROOT_URL = "https://graph.facebook.com" + VERSION;
public static final String ACCESS_TOKEN = "vqbpgud2ghvjgm1n5hdgjnn5818fzsf2";
publi... |
3e3246572b76a68a884a888e54042adb902b1896 | 1,124 | java | Java | app/src/main/java/br/com/extensaoufpb/extensaoufpb/models/bean/Suggestion.java | EmersonDantas/Extensao-UFPB | bdb7c6f025eedf3f1506bd549aa99d1e267df6bb | [
"MIT"
] | 1 | 2019-08-09T17:03:03.000Z | 2019-08-09T17:03:03.000Z | app/src/main/java/br/com/extensaoufpb/extensaoufpb/models/bean/Suggestion.java | EmersonDantas/Extensao-UFPB | bdb7c6f025eedf3f1506bd549aa99d1e267df6bb | [
"MIT"
] | 14 | 2019-09-14T16:09:33.000Z | 2019-09-23T20:39:02.000Z | app/src/main/java/br/com/extensaoufpb/extensaoufpb/models/bean/Suggestion.java | EmersonDantas/Extensao-UFPB | bdb7c6f025eedf3f1506bd549aa99d1e267df6bb | [
"MIT"
] | 2 | 2019-09-14T16:11:20.000Z | 2019-09-16T02:52:29.000Z | 22.48 | 140 | 0.66726 | 21,233 | package br.com.extensaoufpb.extensaoufpb.models.bean;
public class Suggestion {
private int userPhoto;
private String suggestionTitle;
private String date;
private String userName;
private String suggestionResume;
private String suggestionText;
public Suggestion(){
}
public Sugg... |
3e32469e8c9e075ec9fa85ccb119fe7b72f24955 | 2,210 | java | Java | arrows/src/main/java/dp/Leetcode907SumOfSubarrayMinimums.java | BruceZu/KeepTry | e14030aac946cbda04dcacf8a19fbf96d7dc2a10 | [
"Apache-2.0"
] | 4 | 2017-03-14T14:57:50.000Z | 2021-03-29T07:09:12.000Z | arrows/src/main/java/dp/Leetcode907SumOfSubarrayMinimums.java | BruceZu/KeepTry | e14030aac946cbda04dcacf8a19fbf96d7dc2a10 | [
"Apache-2.0"
] | 1 | 2016-04-06T19:27:19.000Z | 2016-04-06T19:28:05.000Z | arrows/src/main/java/dp/Leetcode907SumOfSubarrayMinimums.java | BruceZu/sawdust | 0f42ff8aeb23e9ed5af6296c7cfb37762f0e9dcf | [
"Apache-2.0"
] | 3 | 2017-05-24T07:40:47.000Z | 2022-01-17T05:35:48.000Z | 26.626506 | 99 | 0.554751 | 21,234 | // Copyright 2019 The KeepTry Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
3e32472b5917fe3c6a36cf405ab2ce4ab9ec0a17 | 6,292 | java | Java | learn-mybatis/src/test/java/com/learning/spring/BlogTest.java | DeveloperCry/java-learning | 849b55c0b0b8eccbc32409f3be42f7118e17c39d | [
"MIT"
] | null | null | null | learn-mybatis/src/test/java/com/learning/spring/BlogTest.java | DeveloperCry/java-learning | 849b55c0b0b8eccbc32409f3be42f7118e17c39d | [
"MIT"
] | 2 | 2020-02-04T11:24:29.000Z | 2020-03-21T03:26:36.000Z | learn-mybatis/src/test/java/com/learning/spring/BlogTest.java | DeveloperCry/java-learning | 849b55c0b0b8eccbc32409f3be42f7118e17c39d | [
"MIT"
] | null | null | null | 27.596491 | 88 | 0.656389 | 21,235 | /**
*
*/
package com.learning.spring;
import java.util.List;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.jun... |
3e324839ad0b8236879cfb3e7f2dfffc9ce3a2f3 | 2,749 | java | Java | aws-databrew-recipe/src/main/java/software/amazon/databrew/recipe/UpdateHandler.java | JohnEspenhahn/aws-cloudformation-resource-providers-databrew | 53b628de2485962d93159560e3be13ce8cde9747 | [
"Apache-2.0"
] | 6 | 2021-01-31T09:19:38.000Z | 2021-11-08T09:43:47.000Z | aws-databrew-recipe/src/main/java/software/amazon/databrew/recipe/UpdateHandler.java | JohnEspenhahn/aws-cloudformation-resource-providers-databrew | 53b628de2485962d93159560e3be13ce8cde9747 | [
"Apache-2.0"
] | 3 | 2021-02-27T00:23:45.000Z | 2022-01-31T20:48:30.000Z | aws-databrew-recipe/src/main/java/software/amazon/databrew/recipe/UpdateHandler.java | JohnEspenhahn/aws-cloudformation-resource-providers-databrew | 53b628de2485962d93159560e3be13ce8cde9747 | [
"Apache-2.0"
] | 10 | 2021-02-16T20:53:22.000Z | 2022-01-27T03:33:40.000Z | 50.907407 | 107 | 0.73845 | 21,236 | package software.amazon.databrew.recipe;
import software.amazon.awssdk.services.databrew.DataBrewClient;
import software.amazon.awssdk.services.databrew.model.DataBrewException;
import software.amazon.awssdk.services.databrew.model.ResourceNotFoundException;
import software.amazon.awssdk.services.databrew.model.Update... |
3e324880d4f26fde47357c0cfab14bdad94b0a2b | 8,343 | java | Java | src/main/java/de/spricom/dessert/assertions/SliceAssert.java | hajo70/Dessert | 005a768086e021443096b581eaa1b9df5d497916 | [
"Apache-2.0"
] | 2 | 2017-12-01T18:28:31.000Z | 2018-03-27T09:30:39.000Z | src/main/java/de/spricom/dessert/assertions/SliceAssert.java | hajo70/Dessert | 005a768086e021443096b581eaa1b9df5d497916 | [
"Apache-2.0"
] | 1 | 2017-12-27T16:45:18.000Z | 2018-04-25T19:32:53.000Z | src/main/java/de/spricom/dessert/assertions/SliceAssert.java | hajo70/dessert | 005a768086e021443096b581eaa1b9df5d497916 | [
"Apache-2.0"
] | null | null | null | 31.843511 | 121 | 0.61201 | 21,237 | package de.spricom.dessert.assertions;
/*-
* #%L
* Dessert Dependency Assertion Library for Java
* %%
* Copyright (C) 2017 - 2022 Hans Jörg Heßmann
* %%
* 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 o... |
3e324930114c9ea1224c4b6e716165a42682514d | 517 | java | Java | fitpay/src/test/java/com/fitpay/android/webview/models/ModelsTest.java | shail-garmin/fitpay-android-sdk | 3edc799abf339e214cc3c380ac5f301cdc229ec2 | [
"MIT"
] | 10 | 2017-05-18T14:18:45.000Z | 2022-01-08T06:19:10.000Z | fitpay/src/test/java/com/fitpay/android/webview/models/ModelsTest.java | shail-garmin/fitpay-android-sdk | 3edc799abf339e214cc3c380ac5f301cdc229ec2 | [
"MIT"
] | 86 | 2016-05-31T12:22:52.000Z | 2020-04-06T18:32:24.000Z | fitpay/src/test/java/com/fitpay/android/webview/models/ModelsTest.java | shail-garmin/fitpay-android-sdk | 3edc799abf339e214cc3c380ac5f301cdc229ec2 | [
"MIT"
] | 6 | 2018-03-06T12:55:53.000Z | 2020-02-14T18:01:12.000Z | 23.5 | 75 | 0.704062 | 21,238 | package com.fitpay.android.webview.models;
import com.fitpay.android.BuildConfig;
import org.junit.Assert;
import org.junit.Test;
public class ModelsTest {
@Test
public void rtmVersionTest() {
RtmVersion version = new RtmVersion(171);
Assert.assertEquals(171, version.getVersion());
}
... |
3e3249d3bd45e9d883cd75f9789a5244b14b7926 | 6,812 | java | Java | src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFParagraphBulletProperties.java | centic9/poi | 171fb7e4717b1b1a08b7c85593d3fc3d19eb85f6 | [
"Apache-2.0"
] | 1,431 | 2015-01-08T10:48:44.000Z | 2022-03-31T07:11:01.000Z | src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFParagraphBulletProperties.java | centic9/poi | 171fb7e4717b1b1a08b7c85593d3fc3d19eb85f6 | [
"Apache-2.0"
] | 252 | 2015-01-19T21:19:03.000Z | 2022-03-30T23:54:59.000Z | src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFParagraphBulletProperties.java | centic9/poi | 171fb7e4717b1b1a08b7c85593d3fc3d19eb85f6 | [
"Apache-2.0"
] | 715 | 2015-01-06T02:51:25.000Z | 2022-03-21T06:54:46.000Z | 32.132075 | 89 | 0.568555 | 21,239 | /* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to Y... |
3e324a33a92c6bbc11999efb2c88bdd5c0dff9e1 | 105 | java | Java | java/2020/07/03/Java-learning/Day 09/TestInImpl1.java | FJRFrancio/Francio | 5803d8698dca4f6707901d810b74301888e9dee2 | [
"MIT"
] | null | null | null | java/2020/07/03/Java-learning/Day 09/TestInImpl1.java | FJRFrancio/Francio | 5803d8698dca4f6707901d810b74301888e9dee2 | [
"MIT"
] | null | null | null | java/2020/07/03/Java-learning/Day 09/TestInImpl1.java | FJRFrancio/Francio | 5803d8698dca4f6707901d810b74301888e9dee2 | [
"MIT"
] | null | null | null | 15 | 54 | 0.67619 | 21,240 | /**
* 如果类没有实现接口的所有方法,这个类就要定义成抽象类
*/
public abstract class TestInImpl1 implements TestIn {
} |
3e324b329b7306e42f0d0afd8287760521adfc93 | 890 | java | Java | src/main/java/dk/theknights/catapult/strategies/adapter/tasks/CatapultProcessTemplateModificationsTask.java | SallingGroup/catapult | 9799975380ecf1153304b84f8cab8af4e1134d2f | [
"Apache-2.0"
] | 2 | 2018-10-16T12:15:42.000Z | 2019-01-04T10:13:09.000Z | src/main/java/dk/theknights/catapult/strategies/adapter/tasks/CatapultProcessTemplateModificationsTask.java | SallingGroup/catapult | 9799975380ecf1153304b84f8cab8af4e1134d2f | [
"Apache-2.0"
] | 2 | 2018-09-05T10:18:39.000Z | 2018-09-05T11:55:06.000Z | src/main/java/dk/theknights/catapult/strategies/adapter/tasks/CatapultProcessTemplateModificationsTask.java | SallingGroup/catapult | 9799975380ecf1153304b84f8cab8af4e1134d2f | [
"Apache-2.0"
] | 1 | 2018-09-08T18:16:27.000Z | 2018-09-08T18:16:27.000Z | 24.405405 | 86 | 0.763012 | 21,241 | package dk.theknights.catapult.strategies.adapter.tasks;
import dk.theknights.catapult.CatapultContext;
import dk.theknights.catapult.strategies.state.CatapultStateEnum;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Applies Catapult template modification to OpenShoft project.
*
* Created by Ole Gr... |
3e324b4878ece7aa2ac648a5f5f308fc9b770ab9 | 2,149 | java | Java | app/src/main/java/it/di/uniba/sms1920/teambarrella/unibarcade/spaceinvaders/SpaceInvadersActivity.java | pRoxy94/UnibArcade | 6111758d1f3645c161bd16e1dd87a3d24172b851 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/it/di/uniba/sms1920/teambarrella/unibarcade/spaceinvaders/SpaceInvadersActivity.java | pRoxy94/UnibArcade | 6111758d1f3645c161bd16e1dd87a3d24172b851 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/it/di/uniba/sms1920/teambarrella/unibarcade/spaceinvaders/SpaceInvadersActivity.java | pRoxy94/UnibArcade | 6111758d1f3645c161bd16e1dd87a3d24172b851 | [
"Apache-2.0"
] | null | null | null | 28.653333 | 99 | 0.675198 | 21,242 | package it.di.uniba.sms1920.teambarrella.unibarcade.spaceinvaders;
import android.app.Activity;
import android.graphics.Point;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.Display;
import it.di.uniba.sms1920.teambarrella.unibarcade.R;
/**
* SpaceInvadersActivity is the entry point... |
3e324b5b608042f4c61b5b86a50a69557cda1f04 | 304 | java | Java | src/main/java/com/adaptris/jaxrscp/NameValuePair.java | adaptris/jaxrs-client-proxy | 263d99bf162efe1c2f28200efb4217d5435957a8 | [
"Apache-2.0"
] | 3 | 2018-02-18T18:14:00.000Z | 2020-07-17T16:49:45.000Z | src/main/java/com/adaptris/jaxrscp/NameValuePair.java | adaptris/jaxrs-client-proxy | 263d99bf162efe1c2f28200efb4217d5435957a8 | [
"Apache-2.0"
] | 55 | 2016-03-15T14:10:01.000Z | 2020-08-04T17:03:16.000Z | src/main/java/com/adaptris/jaxrscp/NameValuePair.java | adaptris/jaxrs-client-proxy | 263d99bf162efe1c2f28200efb4217d5435957a8 | [
"Apache-2.0"
] | 3 | 2017-06-27T15:01:17.000Z | 2020-03-15T18:31:27.000Z | 13.818182 | 45 | 0.677632 | 21,243 | package com.adaptris.jaxrscp;
public class NameValuePair<T> {
private final String name;
private final T value;
public NameValuePair(String name, T value) {
this.name = name;
this.value = value;
}
public String getName() {
return name;
}
public T getValue() {
return value;
}
}
|
3e324b834b062a7be1242ed0ae9ce390e2e782a6 | 3,892 | java | Java | core/src/test/java/org/apache/sedona/core/spatialPartitioning/quadtree/RenderQuadTree.java | joncai/sedona | 96966f9ecaad319f6797aa99f11cdca0d6679848 | [
"BSD-2-Clause",
"Apache-2.0"
] | 747 | 2016-03-02T21:29:54.000Z | 2020-09-01T01:45:13.000Z | core/src/test/java/org/apache/sedona/core/spatialPartitioning/quadtree/RenderQuadTree.java | joncai/sedona | 96966f9ecaad319f6797aa99f11cdca0d6679848 | [
"BSD-2-Clause",
"Apache-2.0"
] | 329 | 2016-04-01T20:30:38.000Z | 2020-08-31T23:29:02.000Z | core/src/test/java/org/apache/sedona/core/spatialPartitioning/quadtree/RenderQuadTree.java | joncai/sedona | 96966f9ecaad319f6797aa99f11cdca0d6679848 | [
"BSD-2-Clause",
"Apache-2.0"
] | 401 | 2016-03-03T20:38:38.000Z | 2020-08-31T07:59:13.000Z | 33.843478 | 120 | 0.660329 | 21,244 | /*
* 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 ... |
3e324bb6e2caa8e2300b4ae20860ba9fa03e03ca | 6,430 | java | Java | src/main/java/cn/mingzhu/iot/app/util/ScheduledJob/QuartzSchedulerNew.java | YuhooZhu/HomeIotForSonoff | dc4150378608445feb11af67767b51496e5b7262 | [
"Apache-2.0"
] | 1 | 2020-06-22T07:23:35.000Z | 2020-06-22T07:23:35.000Z | src/main/java/cn/mingzhu/iot/app/util/ScheduledJob/QuartzSchedulerNew.java | YuhooZhu/HomeIotForSonoff | dc4150378608445feb11af67767b51496e5b7262 | [
"Apache-2.0"
] | 1 | 2020-05-27T01:30:34.000Z | 2020-05-27T01:30:34.000Z | src/main/java/cn/mingzhu/iot/app/util/ScheduledJob/QuartzSchedulerNew.java | YuhooZhu/HomeIotForSonoff | dc4150378608445feb11af67767b51496e5b7262 | [
"Apache-2.0"
] | null | null | null | 30.330189 | 111 | 0.743079 | 21,245 | package cn.mingzhu.iot.app.util.ScheduledJob;
import java.util.Date;
import java.util.List;
import org.quartz.CronScheduleBuilder;
import org.quartz.CronTrigger;
import org.quartz.JobBuilder;
import org.quartz.JobDataMap;
import org.quartz.JobDetail;
import org.quartz.JobKey;
import org.quartz.Scheduler;
import org.q... |
3e324bbeea12928d6535a7e155e6ad38079d1e81 | 12,887 | java | Java | playground/basic/test/SetupWalletTests.java | ricardovf/knox-wallet | eb3b3ed6173ea69d213702a07e7ef00428d1b9bd | [
"MIT"
] | 3 | 2019-02-16T16:19:12.000Z | 2019-11-22T00:25:21.000Z | playground/basic/test/SetupWalletTests.java | ricardovf/knox-wallet | eb3b3ed6173ea69d213702a07e7ef00428d1b9bd | [
"MIT"
] | null | null | null | playground/basic/test/SetupWalletTests.java | ricardovf/knox-wallet | eb3b3ed6173ea69d213702a07e7ef00428d1b9bd | [
"MIT"
] | null | null | null | 35.019022 | 186 | 0.642042 | 21,246 | package com.knox.playground.basic;
import com.knox.playground.dongle.BTChipDongle;
import com.knox.playground.dongle.BTChipException;
import com.licel.jcardsim.utils.ByteUtil;
import javacard.framework.Util;
import org.bitcoinj.crypto.DeterministicKey;
import org.bitcoinj.crypto.HDKeyDerivation;
import org.bitcoinj.cr... |
3e324c0c39d5108f67cd90648c6e1f49e649520f | 345 | java | Java | app/src/main/java/com/android/easyrouterdemo/AppModuleService.java | liuzhao2007/EasyRouter | c74badf7e637a92120c5b43e7a457831e75f041d | [
"Apache-2.0"
] | 216 | 2017-09-21T12:07:21.000Z | 2021-11-11T05:36:46.000Z | app/src/main/java/com/android/easyrouterdemo/AppModuleService.java | qulj/EasyRouter | c74badf7e637a92120c5b43e7a457831e75f041d | [
"Apache-2.0"
] | 2 | 2018-06-05T06:07:51.000Z | 2019-01-08T09:05:59.000Z | app/src/main/java/com/android/easyrouterdemo/AppModuleService.java | qulj/EasyRouter | c74badf7e637a92120c5b43e7a457831e75f041d | [
"Apache-2.0"
] | 16 | 2017-09-25T03:16:42.000Z | 2021-11-11T05:36:47.000Z | 20.294118 | 77 | 0.776812 | 21,247 | package com.android.easyrouterdemo;
import com.android.easyrouter.service.BaseModuleService;
import com.android.easyrouter.annotation.ModuleService;
/**
* Created by liuzhao on 2017/9/18.
*/
@ModuleService
public class AppModuleService implements BaseModuleService.AppModuleService {
@Override
public void r... |
3e324c8f89999a7350c0989c5cc5123b4f532dd8 | 181 | java | Java | src/studentSystem/myException/SubjectNotFoundException.java | myshortnameisyu/java-course-design | 0ac4d5d36bf873ff89f3d54f8c116f2cfcfcd06a | [
"Apache-2.0"
] | null | null | null | src/studentSystem/myException/SubjectNotFoundException.java | myshortnameisyu/java-course-design | 0ac4d5d36bf873ff89f3d54f8c116f2cfcfcd06a | [
"Apache-2.0"
] | null | null | null | src/studentSystem/myException/SubjectNotFoundException.java | myshortnameisyu/java-course-design | 0ac4d5d36bf873ff89f3d54f8c116f2cfcfcd06a | [
"Apache-2.0"
] | null | null | null | 20.111111 | 57 | 0.756906 | 21,248 | package studentSystem.myException;
public class SubjectNotFoundException extends Exception {
public SubjectNotFoundException(String message) {
super(message);
}
}
|
3e324dbe55be554fe347eb29b64a619778a1151e | 3,400 | java | Java | src/main/java/org/apereo/lap/services/pipelines/PipelineProcessor.java | apetro/LearningAnalyticsProcessor | 22e2842a21601eb27231ea8cbed01fe76921258c | [
"ECL-2.0"
] | 23 | 2015-01-30T18:46:29.000Z | 2020-01-04T00:32:05.000Z | src/main/java/org/apereo/lap/services/pipelines/PipelineProcessor.java | apetro/LearningAnalyticsProcessor | 22e2842a21601eb27231ea8cbed01fe76921258c | [
"ECL-2.0"
] | 1 | 2015-12-08T14:23:13.000Z | 2018-04-09T16:38:43.000Z | src/main/java/org/apereo/lap/services/pipelines/PipelineProcessor.java | apetro/LearningAnalyticsProcessor | 22e2842a21601eb27231ea8cbed01fe76921258c | [
"ECL-2.0"
] | 25 | 2015-02-20T21:23:14.000Z | 2021-07-29T20:09:52.000Z | 38.202247 | 107 | 0.614706 | 21,249 | /*******************************************************************************
* Copyright (c) 2015 Unicon (R) Licensed under the
* Educational Community License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://... |
3e324df964c75893434f62cd69c20c9226dd0f40 | 1,085 | java | Java | src/main/java/gwt/material/design/amcore/client/base/Plugin.java | GwtMaterialDesign/gwt-material-am4charts | c5891cfb9b9813b1d8a313b1c1e4814634358265 | [
"Apache-2.0"
] | 4 | 2019-06-05T20:18:30.000Z | 2021-11-04T13:32:04.000Z | src/main/java/gwt/material/design/amcore/client/base/Plugin.java | andreaht/gwt-material-amcharts4 | 1727634c03132683e45f16408033f849f07ff189 | [
"Apache-2.0"
] | 10 | 2019-03-27T01:55:22.000Z | 2021-04-19T08:16:53.000Z | src/main/java/gwt/material/design/amcore/client/base/Plugin.java | andreaht/gwt-material-amcharts4 | 1727634c03132683e45f16408033f849f07ff189 | [
"Apache-2.0"
] | 5 | 2020-01-17T09:58:55.000Z | 2022-01-29T18:12:41.000Z | 26.463415 | 75 | 0.719816 | 21,250 | /*
* #%L
* GwtMaterial
* %%
* Copyright (C) 2015 - 2020 GwtMaterialDesign
* %%
* 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
* ... |
3e3250af2b08183fbcbff528cfb19dc66789d65d | 2,931 | java | Java | src/main/java/jp/ac/titech/cs/se/reqchecker/checker/modifiability/SimilarRequirementFinder.java | salab/reqchecker | 7697059a421a2661437dfc236aedaedb3e1d4ee6 | [
"Apache-2.0"
] | 3 | 2019-11-07T12:39:50.000Z | 2020-05-13T07:27:52.000Z | src/main/java/jp/ac/titech/cs/se/reqchecker/checker/modifiability/SimilarRequirementFinder.java | salab/reqchecker | 7697059a421a2661437dfc236aedaedb3e1d4ee6 | [
"Apache-2.0"
] | null | null | null | src/main/java/jp/ac/titech/cs/se/reqchecker/checker/modifiability/SimilarRequirementFinder.java | salab/reqchecker | 7697059a421a2661437dfc236aedaedb3e1d4ee6 | [
"Apache-2.0"
] | null | null | null | 37.101266 | 180 | 0.616513 | 21,251 | package jp.ac.titech.cs.se.reqchecker.checker.modifiability;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.apache.commons.lang3.tuple.Pair;
import jp.ac.titech.cs.se.reqchecker.checker.AbstractChapterChecker;
import jp.ac.tit... |
3e3250e36bb80ecc09167cd88ed0e9d013978753 | 1,044 | java | Java | src/Aula10/Bubble.java | gabrieldewes/Aulas-ED1 | 5e029474a6c060fcb8deea18c02edf1fbfb521ec | [
"MIT"
] | null | null | null | src/Aula10/Bubble.java | gabrieldewes/Aulas-ED1 | 5e029474a6c060fcb8deea18c02edf1fbfb521ec | [
"MIT"
] | null | null | null | src/Aula10/Bubble.java | gabrieldewes/Aulas-ED1 | 5e029474a6c060fcb8deea18c02edf1fbfb521ec | [
"MIT"
] | null | null | null | 26.769231 | 177 | 0.477011 | 21,252 | package Aula10;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by gabriel on 12/04/16.
*/
public class Bubble {
static long trocas=0;
static long comp=0;
public void run() {
RandomVet v = new RandomVet();
Integer s[] = v.getRandomVet();
long init = Syste... |
3e3251939aecad6c989c8d1f9dce53319fef55af | 8,851 | java | Java | corpus/class/tomcat70/1648.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/tomcat70/1648.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/tomcat70/1648.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 54.975155 | 142 | 0.67145 | 21,253 | /*
* 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 ... |
3e3251deb3dc513b706ba321f74a32a3e98fff85 | 30,502 | java | Java | integration-tests/BIT/context-mgmt-test-suite/ctx-broker#2119/src/main/java/org/societies/integration/test/bit/ctx_Broker/TestLocalUserContext.java | EPapadopoulou/SOCIETIES-Platform | 7050936833dcadf5cf318921ba97154843a05a46 | [
"BSD-2-Clause"
] | 4 | 2015-01-30T12:55:10.000Z | 2021-08-24T12:21:58.000Z | integration-tests/BIT/context-mgmt-test-suite/ctx-broker#2119/src/main/java/org/societies/integration/test/bit/ctx_Broker/TestLocalUserContext.java | EPapadopoulou/SOCIETIES-Platform | 7050936833dcadf5cf318921ba97154843a05a46 | [
"BSD-2-Clause"
] | 1 | 2017-03-12T19:22:46.000Z | 2017-03-15T19:52:57.000Z | integration-tests/BIT/context-mgmt-test-suite/ctx-broker#2119/src/main/java/org/societies/integration/test/bit/ctx_Broker/TestLocalUserContext.java | EPapadopoulou/SOCIETIES-Platform | 7050936833dcadf5cf318921ba97154843a05a46 | [
"BSD-2-Clause"
] | 2 | 2015-03-03T15:23:31.000Z | 2015-08-17T06:09:18.000Z | 45.815315 | 151 | 0.760364 | 21,254 | /**
* Copyright (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET
* (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije
* informacijske družbe in elektronsko poslovanje (SETCCE), INS... |
3e3251ed3348e267fd189f014cf16d1c244a1802 | 161 | java | Java | backend_java_case/JavaFrame/DesignPattern/src/main/java/状态模式/State.java | JUSTLOVELE/MobileDevStudy | ddcfd67d9ad66dd710fcbb355406bab3679ebaf7 | [
"MIT"
] | 1 | 2021-09-26T04:31:52.000Z | 2021-09-26T04:31:52.000Z | backend_java_case/JavaFrame/DesignPattern/src/main/java/状态模式/State.java | JUSTLOVELE/MobileDevStudy | ddcfd67d9ad66dd710fcbb355406bab3679ebaf7 | [
"MIT"
] | null | null | null | backend_java_case/JavaFrame/DesignPattern/src/main/java/状态模式/State.java | JUSTLOVELE/MobileDevStudy | ddcfd67d9ad66dd710fcbb355406bab3679ebaf7 | [
"MIT"
] | 1 | 2020-06-28T01:04:38.000Z | 2020-06-28T01:04:38.000Z | 11.5 | 29 | 0.701863 | 21,255 | package 状态模式;
public interface State {
public void insertQuarter();
public void ejectQuarter();
public void turnCrank();
public void dispense();
}
|
3e3252bb6bd6755ec2cc92df44090c56a80cab1b | 4,229 | java | Java | src/main/java/com/howtodoinjava/jersey/client/JerseyClientExamples.java | OCExercise/JerseyDemosRESTAuthentication | 17d4bc1f196e77c45abee24dd9acefa55fbed1f7 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/com/howtodoinjava/jersey/client/JerseyClientExamples.java | OCExercise/JerseyDemosRESTAuthentication | 17d4bc1f196e77c45abee24dd9acefa55fbed1f7 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/com/howtodoinjava/jersey/client/JerseyClientExamples.java | OCExercise/JerseyDemosRESTAuthentication | 17d4bc1f196e77c45abee24dd9acefa55fbed1f7 | [
"BSD-2-Clause"
] | null | null | null | 36.456897 | 109 | 0.737763 | 21,256 | package com.howtodoinjava.jersey.client;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.client.Invocation;
import javax.ws.rs.client.WebTarget;
import... |
3e325355496a62fe1343774f4f1978a64d582d01 | 137 | java | Java | Estructurales/PD_Facade/src/pd_facade/Catalogo.java | ArthurQR98/Patterns-Designs-Java | 5969cdbcb841b6cdb3d41b7ef3441a01e14f532c | [
"MIT"
] | null | null | null | Estructurales/PD_Facade/src/pd_facade/Catalogo.java | ArthurQR98/Patterns-Designs-Java | 5969cdbcb841b6cdb3d41b7ef3441a01e14f532c | [
"MIT"
] | null | null | null | Estructurales/PD_Facade/src/pd_facade/Catalogo.java | ArthurQR98/Patterns-Designs-Java | 5969cdbcb841b6cdb3d41b7ef3441a01e14f532c | [
"MIT"
] | null | null | null | 17.125 | 62 | 0.766423 | 21,257 | package pd_facade;
import java.util.List;
public interface Catalogo {
List<String> buscaVehiculos(int precioMin, int precioMax);
}
|
3e3253e543e7abe008a68a106d59183c49586136 | 685 | java | Java | src/main/java/ch/uzh/ifi/hase/soprafs22/rest/dto/UserGetDTO.java | sopra-fs22-group-14/server | 114ec71d71f58c120aa11d95fa26792988c42353 | [
"Apache-2.0"
] | 1 | 2022-03-21T14:44:28.000Z | 2022-03-21T14:44:28.000Z | src/main/java/ch/uzh/ifi/hase/soprafs22/rest/dto/UserGetDTO.java | sopra-fs22-group-14/CAHServer | 114ec71d71f58c120aa11d95fa26792988c42353 | [
"Apache-2.0"
] | 75 | 2022-03-21T11:06:11.000Z | 2022-03-23T23:02:05.000Z | src/main/java/ch/uzh/ifi/hase/soprafs22/rest/dto/UserGetDTO.java | sopra-fs22-group-14/CAHServer | 114ec71d71f58c120aa11d95fa26792988c42353 | [
"Apache-2.0"
] | null | null | null | 17.564103 | 53 | 0.708029 | 21,258 | package ch.uzh.ifi.hase.soprafs22.rest.dto;
import ch.uzh.ifi.hase.soprafs22.constant.UserStatus;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
public class UserGetDTO {
private Long id;
private String username;
private UserStatus status;
publi... |
3e3253ee5aebda249c168eeb99e79d3b35026042 | 2,116 | java | Java | src/stallone/datasequence/DataSequenceSubset.java | markovmodel/stallone | bb7506eda69c0eda5102c8616fded6485dda8adc | [
"BSD-2-Clause"
] | null | null | null | src/stallone/datasequence/DataSequenceSubset.java | markovmodel/stallone | bb7506eda69c0eda5102c8616fded6485dda8adc | [
"BSD-2-Clause"
] | 2 | 2015-01-19T17:23:57.000Z | 2021-09-29T08:28:34.000Z | src/stallone/datasequence/DataSequenceSubset.java | markovmodel/stallone | bb7506eda69c0eda5102c8616fded6485dda8adc | [
"BSD-2-Clause"
] | null | null | null | 22.041667 | 80 | 0.614839 | 21,259 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package stallone.datasequence;
import java.util.Iterator;
import stallone.api.datasequence.IDataSequence;
import stallone.api.doubles.IDoubleArray;
import stallone.api.ints.IIntArray;
/**
*
* @author noe
*/
public c... |
3e3254a08395261947a0ec0b87b8000f6659febc | 3,561 | java | Java | finder-web/src/main/java/com/skin/finder/security/RSA.java | lambertwe/finderweb | 378a643fda255a79582a4666637875c05bfb07fd | [
"Apache-2.0"
] | null | null | null | finder-web/src/main/java/com/skin/finder/security/RSA.java | lambertwe/finderweb | 378a643fda255a79582a4666637875c05bfb07fd | [
"Apache-2.0"
] | null | null | null | finder-web/src/main/java/com/skin/finder/security/RSA.java | lambertwe/finderweb | 378a643fda255a79582a4666637875c05bfb07fd | [
"Apache-2.0"
] | null | null | null | 27.392308 | 79 | 0.540578 | 21,260 | /*
* $RCSfile: RSA.java,v $
* $Revision: 1.1 $
*
* Copyright (C) 2005 Skin, Inc. All rights reserved.
*
* This software is the proprietary information of Skin, Inc.
* Use is subject to license terms.
*/
package com.skin.finder.security;
import java.io.ByteArrayOutputStream;
import java.security.PrivateKey;
imp... |
3e3255fe054821cf143bff75184bc93add83bede | 1,301 | java | Java | JavaLabs/Lab 08/List.java | jumin7/CMPT-220L-203-22S | 20d66ab6205718f91acd0db7682399a5eedd6317 | [
"MIT"
] | null | null | null | JavaLabs/Lab 08/List.java | jumin7/CMPT-220L-203-22S | 20d66ab6205718f91acd0db7682399a5eedd6317 | [
"MIT"
] | null | null | null | JavaLabs/Lab 08/List.java | jumin7/CMPT-220L-203-22S | 20d66ab6205718f91acd0db7682399a5eedd6317 | [
"MIT"
] | null | null | null | 20.983871 | 55 | 0.489623 | 21,261 | public class List {
int value;
List next;
List head;
/*Copy over your list class.
We want to add a couple things.
We want a function to add things to the end of the list
We want a function to delete things from the list.
We want a function to return the list in order.*/
public List (int newValue, List n... |
3e32565408b1842fed03ce6ebca9a2664a2ec19c | 1,733 | java | Java | api/src/main/java/com/dmdirc/events/QuerySelfMessageEvent.java | csmith/DMDirc | d01ad8f5371814883069c7391e35e46e85a4280d | [
"MIT"
] | null | null | null | api/src/main/java/com/dmdirc/events/QuerySelfMessageEvent.java | csmith/DMDirc | d01ad8f5371814883069c7391e35e46e85a4280d | [
"MIT"
] | null | null | null | api/src/main/java/com/dmdirc/events/QuerySelfMessageEvent.java | csmith/DMDirc | d01ad8f5371814883069c7391e35e46e85a4280d | [
"MIT"
] | null | null | null | 40.302326 | 105 | 0.753606 | 21,262 | /*
* Copyright (c) 2006-2017 DMDirc Developers
*
* 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, modify, mer... |
3e3257dce0e6d9346691bef92f048c167d8fd190 | 2,307 | java | Java | tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/util/ByteOffsetTranslator.java | sem-technology/bigquery-utils | 3e3d0e662a2d4228e5917ba2f31e1acb00dd312c | [
"Apache-2.0"
] | 567 | 2019-08-12T17:15:45.000Z | 2022-03-30T05:48:00.000Z | tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/util/ByteOffsetTranslator.java | sem-technology/bigquery-utils | 3e3d0e662a2d4228e5917ba2f31e1acb00dd312c | [
"Apache-2.0"
] | 128 | 2019-08-28T21:05:24.000Z | 2022-03-21T17:10:25.000Z | tools/automatic_query_fixer/src/main/java/com/google/cloud/bigquery/utils/queryfixer/util/ByteOffsetTranslator.java | sem-technology/bigquery-utils | 3e3d0e662a2d4228e5917ba2f31e1acb00dd312c | [
"Apache-2.0"
] | 173 | 2019-08-14T05:24:10.000Z | 2022-03-29T01:19:54.000Z | 28.8375 | 100 | 0.680537 | 21,263 | package com.google.cloud.bigquery.utils.queryfixer.util;
import com.google.bigquery.utils.zetasqlhelper.QueryLocationRange;
import com.google.cloud.bigquery.utils.queryfixer.entity.StringView;
import lombok.Getter;
import java.util.Arrays;
/**
* A utility class that can convert a String index to the corresponding B... |
3e32585028032f026e9d935f2aa23ee753eba739 | 3,107 | java | Java | tsearcher-builder-adapter-impl/src/main/java/com/qlangtech/tis/fullbuild/indexbuild/impl/DefaultRemoteJobTrigger.java | P79N6A/tis-neptune | 7deb487d6efaae07374a8eb34f151651c1eb82dd | [
"MIT"
] | null | null | null | tsearcher-builder-adapter-impl/src/main/java/com/qlangtech/tis/fullbuild/indexbuild/impl/DefaultRemoteJobTrigger.java | P79N6A/tis-neptune | 7deb487d6efaae07374a8eb34f151651c1eb82dd | [
"MIT"
] | null | null | null | tsearcher-builder-adapter-impl/src/main/java/com/qlangtech/tis/fullbuild/indexbuild/impl/DefaultRemoteJobTrigger.java | P79N6A/tis-neptune | 7deb487d6efaae07374a8eb34f151651c1eb82dd | [
"MIT"
] | 3 | 2019-05-21T18:44:15.000Z | 2020-08-07T01:42:50.000Z | 36.127907 | 94 | 0.689733 | 21,264 | /*
* The MIT License
*
* Copyright (c) 2018-2022, qinglangtech Ltd
*
* 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... |
3e325983b77a85c5b435d5e8e7d6b2b7d2ee1424 | 323 | java | Java | core/runtime/src/main/java/org/nakedobjects/runtime/web/EmbeddedWebServer.java | Corpus-2021/nakedobjects-4.0.0 | 37ee250d4c8da969eac76749420064ca4c918e8e | [
"Apache-2.0"
] | null | null | null | core/runtime/src/main/java/org/nakedobjects/runtime/web/EmbeddedWebServer.java | Corpus-2021/nakedobjects-4.0.0 | 37ee250d4c8da969eac76749420064ca4c918e8e | [
"Apache-2.0"
] | null | null | null | core/runtime/src/main/java/org/nakedobjects/runtime/web/EmbeddedWebServer.java | Corpus-2021/nakedobjects-4.0.0 | 37ee250d4c8da969eac76749420064ca4c918e8e | [
"Apache-2.0"
] | 1 | 2021-02-22T15:40:05.000Z | 2021-02-22T15:40:05.000Z | 24.846154 | 79 | 0.829721 | 21,265 | package org.nakedobjects.runtime.web;
import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;
public interface EmbeddedWebServer extends ApplicationScopedComponent {
void addWebAppSpecification(WebAppSpecification webContainerRequirements);
}
// Copyright (c) Naked Objects Group Lt... |
3e3259e3d3f220a76e62739206bba9a6289e2cf2 | 19,227 | java | Java | commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java | sumanth-rajkumar/commons-numbers | 8063da5767c767b458c7bcc04ff52b117eef4ccc | [
"Apache-2.0"
] | null | null | null | commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java | sumanth-rajkumar/commons-numbers | 8063da5767c767b458c7bcc04ff52b117eef4ccc | [
"Apache-2.0"
] | null | null | null | commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java | sumanth-rajkumar/commons-numbers | 8063da5767c767b458c7bcc04ff52b117eef4ccc | [
"Apache-2.0"
] | 1 | 2022-03-14T03:06:29.000Z | 2022-03-14T03:06:29.000Z | 41.707158 | 127 | 0.617049 | 21,266 | /*
* 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 ... |
3e325ab414feca37ed987fc4ba56b359ee2a6758 | 7,956 | java | Java | repository/src/test/java/uk/gov/hmcts/ccd/definition/store/repository/UserRoleRepositoryTest.java | codacy-badger/ccd-definition-store-api | b00525d143c58b370946579076bc952179750951 | [
"MIT"
] | null | null | null | repository/src/test/java/uk/gov/hmcts/ccd/definition/store/repository/UserRoleRepositoryTest.java | codacy-badger/ccd-definition-store-api | b00525d143c58b370946579076bc952179750951 | [
"MIT"
] | null | null | null | repository/src/test/java/uk/gov/hmcts/ccd/definition/store/repository/UserRoleRepositoryTest.java | codacy-badger/ccd-definition-store-api | b00525d143c58b370946579076bc952179750951 | [
"MIT"
] | null | null | null | 37.352113 | 105 | 0.708019 | 21,267 | package uk.gov.hmcts.ccd.definition.store.repository;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
imp... |
3e325ac0c077075c1d038367cb368ab5e31e8f63 | 722 | java | Java | gemma-web/src/test/java/ubic/gemma/web/controller/OntologyControllerTest.java | JacobsonMT/Gemma | 707966f7a91e89a7f29127cd736799a213109e06 | [
"Apache-2.0"
] | 3 | 2016-09-21T19:38:06.000Z | 2017-07-06T00:30:06.000Z | gemma-web/src/test/java/ubic/gemma/web/controller/OntologyControllerTest.java | JacobsonMT/Gemma | 707966f7a91e89a7f29127cd736799a213109e06 | [
"Apache-2.0"
] | 45 | 2017-03-01T18:12:30.000Z | 2017-11-29T20:14:47.000Z | gemma-web/src/test/java/ubic/gemma/web/controller/OntologyControllerTest.java | JacobsonMT/Gemma | 707966f7a91e89a7f29127cd736799a213109e06 | [
"Apache-2.0"
] | null | null | null | 40.111111 | 118 | 0.754848 | 21,268 | package ubic.gemma.web.controller;
import org.junit.Test;
import ubic.gemma.web.util.BaseSpringWebTest;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.redirectedUrl;
import static org.springframewor... |
3e325b748f51cba874f5abf0f8268f73b501497f | 65,398 | java | Java | core/java/android/net/NetworkCapabilities.java | rio-31/android_frameworks_base-1 | 091a068a3288d27d77636708679dde58b7b7fd25 | [
"Apache-2.0"
] | 164 | 2015-01-05T16:49:11.000Z | 2022-03-29T20:40:27.000Z | core/java/android/net/NetworkCapabilities.java | rio-31/android_frameworks_base-1 | 091a068a3288d27d77636708679dde58b7b7fd25 | [
"Apache-2.0"
] | 127 | 2015-01-12T12:02:32.000Z | 2021-11-28T08:46:25.000Z | core/java/android/net/NetworkCapabilities.java | rio-31/android_frameworks_base-1 | 091a068a3288d27d77636708679dde58b7b7fd25 | [
"Apache-2.0"
] | 1,141 | 2015-01-01T22:54:40.000Z | 2022-02-09T22:08:26.000Z | 38.244444 | 100 | 0.650066 | 21,269 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e325cfcfde47160f41bc2eebbd57713d75cf318 | 1,689 | java | Java | gdsc-core/src/main/java/uk/ac/sussex/gdsc/core/clustering/ClusterUtils.java | aherbert/GDSC-Core | f1c8ef803f439e2bf8d8e3b81e6efd665a9f7f28 | [
"Apache-2.0"
] | 1 | 2018-01-24T11:57:41.000Z | 2018-01-24T11:57:41.000Z | gdsc-core/src/main/java/uk/ac/sussex/gdsc/core/clustering/ClusterUtils.java | aherbert/GDSC-Core | f1c8ef803f439e2bf8d8e3b81e6efd665a9f7f28 | [
"Apache-2.0"
] | null | null | null | gdsc-core/src/main/java/uk/ac/sussex/gdsc/core/clustering/ClusterUtils.java | aherbert/GDSC-Core | f1c8ef803f439e2bf8d8e3b81e6efd665a9f7f28 | [
"Apache-2.0"
] | null | null | null | 29.12069 | 82 | 0.653049 | 21,270 | /*-
* #%L
* Genome Damage and Stability Centre ImageJ Core Package
*
* Contains code used by:
*
* GDSC ImageJ Plugins - Microscopy image analysis
*
* GDSC SMLM ImageJ Plugins - Single molecule localisation microscopy (SMLM)
* %%
* Copyright (C) 2011 - 2022 Alex Herbert
* %%
* This program is free software: ... |
3e325df59059d897da65300f2cbe55c62edc56e9 | 15,429 | java | Java | unused/mine/packages/org.cakelab.blender.fileviewer-src-0.0.10/src-dna/org/blender/dna/ColorMapping.java | sirivus/studioonline | 536cb4f3f8a8640821a47c0bdbef3877fe2e6f7a | [
"MIT"
] | null | null | null | unused/mine/packages/org.cakelab.blender.fileviewer-src-0.0.10/src-dna/org/blender/dna/ColorMapping.java | sirivus/studioonline | 536cb4f3f8a8640821a47c0bdbef3877fe2e6f7a | [
"MIT"
] | null | null | null | unused/mine/packages/org.cakelab.blender.fileviewer-src-0.0.10/src-dna/org/blender/dna/ColorMapping.java | sirivus/studioonline | 536cb4f3f8a8640821a47c0bdbef3877fe2e6f7a | [
"MIT"
] | null | null | null | 28.155109 | 125 | 0.678398 | 21,271 | package org.blender.dna;
import java.io.IOException;
import org.cakelab.blender.io.block.Block;
import org.cakelab.blender.io.block.BlockTable;
import org.cakelab.blender.nio.CArrayFacade;
import org.cakelab.blender.nio.CFacade;
import org.cakelab.blender.nio.CMetaData;
import org.cakelab.blender.nio.CPointer;
/**
... |
3e325ea01c7f1bc9888bd341b798e55e0ab8e056 | 4,502 | java | Java | src/java/us/temerity/pipeline/FrameRangeParam.java | JimCallahan/Pipeline | 948ea80b84e13de69f049210b63e1d58f7a8f9de | [
"Apache-2.0"
] | 9 | 2019-10-23T19:35:16.000Z | 2021-09-21T22:03:42.000Z | src/java/us/temerity/pipeline/FrameRangeParam.java | JimCallahan/Pipeline | 948ea80b84e13de69f049210b63e1d58f7a8f9de | [
"Apache-2.0"
] | null | null | null | src/java/us/temerity/pipeline/FrameRangeParam.java | JimCallahan/Pipeline | 948ea80b84e13de69f049210b63e1d58f7a8f9de | [
"Apache-2.0"
] | 2 | 2019-07-02T08:34:37.000Z | 2019-10-26T23:13:55.000Z | 27.790123 | 94 | 0.394269 | 21,272 | // $Id: FrameRangeParam.java,v 1.1 2008/11/19 04:34:47 jesse Exp $
package us.temerity.pipeline;
import java.util.*;
import us.temerity.pipeline.glue.*;
/*------------------------------------------------------------------------------------------*/
/* F R A M E R A N G E P A R A M ... |
3e325ea71971204d03f1fc06d6027ffca058bde3 | 2,000 | java | Java | admin/src/main/java/cn/wendong/admin/core/log/action/base/CommActionMap.java | witewater/sboot-project | be78d424881823b58e76b298ceb826f5bf2d9e8a | [
"Apache-2.0"
] | null | null | null | admin/src/main/java/cn/wendong/admin/core/log/action/base/CommActionMap.java | witewater/sboot-project | be78d424881823b58e76b298ceb826f5bf2d9e8a | [
"Apache-2.0"
] | 14 | 2021-03-09T03:49:42.000Z | 2022-03-13T15:13:17.000Z | admin/src/main/java/cn/wendong/admin/core/log/action/base/CommActionMap.java | witewater/sboot-project | be78d424881823b58e76b298ceb826f5bf2d9e8a | [
"Apache-2.0"
] | null | null | null | 21.73913 | 68 | 0.561 | 21,273 | package cn.wendong.admin.core.log.action.base;
import java.util.HashMap;
import cn.wendong.admin.core.log.action.model.BusinessMethod;
import cn.wendong.admin.core.log.action.model.BusinessType;
/**
* 所有行为集合抽象类
* @author MB
* @date 2018-12-02
*/
public abstract class CommActionMap {
protected ... |
3e325f1248bb7a236813f87b801b344221fd8e20 | 9,896 | java | Java | core/camel-management/src/test/java/org/apache/camel/management/JmxRecipientListTest.java | dmgerman/camel | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | [
"Apache-2.0"
] | null | null | null | core/camel-management/src/test/java/org/apache/camel/management/JmxRecipientListTest.java | dmgerman/camel | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | [
"Apache-2.0"
] | 23 | 2021-03-23T00:01:38.000Z | 2022-01-04T16:47:34.000Z | core/camel-management/src/test/java/org/apache/camel/management/JmxRecipientListTest.java | dmgerman/camel | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | [
"Apache-2.0"
] | null | null | null | 18.258303 | 810 | 0.80386 | 21,274 | 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 ... |
3e3260565d331025d79d171699944013b09f5065 | 3,884 | java | Java | databus-core/databus-core-impl/src/test/java/com/linkedin/databus/core/util/TestBufferPosition.java | xiangyuf/databus | a089fed09706ddfeca06c409f899d65ffb1be77b | [
"Apache-2.0"
] | 2,989 | 2015-01-06T01:58:48.000Z | 2022-03-31T11:57:55.000Z | databus-core/databus-core-impl/src/test/java/com/linkedin/databus/core/util/TestBufferPosition.java | Flipkart/databus | 656686978de59c7d59f267cce72825178a28f5d2 | [
"Apache-2.0"
] | 85 | 2015-01-02T13:47:10.000Z | 2022-03-22T07:18:34.000Z | databus-core/databus-core-impl/src/test/java/com/linkedin/databus/core/util/TestBufferPosition.java | Flipkart/databus | 656686978de59c7d59f267cce72825178a28f5d2 | [
"Apache-2.0"
] | 671 | 2015-01-06T12:59:27.000Z | 2022-03-23T02:50:07.000Z | 26.067114 | 83 | 0.679197 | 21,275 | package com.linkedin.databus.core.util;
/*
*
* Copyright 2013 LinkedIn Corp. 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... |
3e32613b9196913612ecabc8cfca65def67031f7 | 1,857 | java | Java | components/camel-paxlogging/src/main/java/org/apache/camel/component/paxlogging/PaxLoggingComponent.java | dhirajsb/camel | fe8ebaa932ef34f76bb3b26a3e570664e26e724f | [
"Apache-2.0"
] | 1 | 2017-03-26T14:52:02.000Z | 2017-03-26T14:52:02.000Z | components/camel-paxlogging/src/main/java/org/apache/camel/component/paxlogging/PaxLoggingComponent.java | dhirajsb/camel | fe8ebaa932ef34f76bb3b26a3e570664e26e724f | [
"Apache-2.0"
] | null | null | null | components/camel-paxlogging/src/main/java/org/apache/camel/component/paxlogging/PaxLoggingComponent.java | dhirajsb/camel | fe8ebaa932ef34f76bb3b26a3e570664e26e724f | [
"Apache-2.0"
] | null | null | null | 35.037736 | 118 | 0.750135 | 21,276 | /**
* 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... |
3e32618ded6adf291b19f814edc451f85206f3a1 | 904 | java | Java | src/main/java/com/distrimind/bcfips/math/ec/ValidityPrecompInfo.java | JasonMahdjoub/BouncyCastle-FIPS | 4a8af3aff257d47f8d1e12261f2bb9a5d69922d3 | [
"MIT"
] | null | null | null | src/main/java/com/distrimind/bcfips/math/ec/ValidityPrecompInfo.java | JasonMahdjoub/BouncyCastle-FIPS | 4a8af3aff257d47f8d1e12261f2bb9a5d69922d3 | [
"MIT"
] | null | null | null | src/main/java/com/distrimind/bcfips/math/ec/ValidityPrecompInfo.java | JasonMahdjoub/BouncyCastle-FIPS | 4a8af3aff257d47f8d1e12261f2bb9a5d69922d3 | [
"MIT"
] | 1 | 2020-03-12T04:35:58.000Z | 2020-03-12T04:35:58.000Z | 20.545455 | 65 | 0.528761 | 21,277 | /***************************************************************/
/****** DO NOT EDIT THIS CLASS bc-java SOURCE FILE ******/
/***************************************************************/
package com.distrimind.bcfips.math.ec;
class ValidityPrecompInfo implements PreCompInfo
{
static final String PRECOMP... |
3e3262342802a38523a8af8e041c062b6d65cf84 | 895 | java | Java | src/main/java/me/MathiasMC/PvPLevels/listeners/CreatureSpawn.java | VoChiDanh/PvPLevels | 0e0929d5a73190d173392feb410040df30d7b44c | [
"Apache-2.0"
] | 1 | 2018-09-13T21:41:30.000Z | 2018-09-13T21:41:30.000Z | src/main/java/me/MathiasMC/PvPLevels/listeners/CreatureSpawn.java | VoChiDanh/PvPLevels | 0e0929d5a73190d173392feb410040df30d7b44c | [
"Apache-2.0"
] | 6 | 2016-11-23T22:35:42.000Z | 2021-12-23T12:35:33.000Z | src/main/java/me/MathiasMC/PvPLevels/listeners/CreatureSpawn.java | VoChiDanh/PvPLevels | 0e0929d5a73190d173392feb410040df30d7b44c | [
"Apache-2.0"
] | 6 | 2020-07-01T05:59:23.000Z | 2021-10-02T03:20:41.000Z | 35.8 | 180 | 0.749721 | 21,278 | package me.MathiasMC.PvPLevels.listeners;
import me.MathiasMC.PvPLevels.PvPLevels;
import org.bukkit.entity.LivingEntity;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.CreatureSpawnEvent;
public class CreatureSpawn impleme... |
3e32625c30101dfbe25d3cf0c6b66a42217f1fed | 767 | java | Java | rock-paper-scissors/src/main/java/uk/co/jamesmcguigan/rockpaperscissors/builders/GestureBuilder.java | modernmaster/potter | 737a513e30cad0c42c3cbc1259cd42508e541824 | [
"MIT"
] | 5 | 2016-09-07T14:25:41.000Z | 2019-09-18T12:40:09.000Z | rock-paper-scissors/src/main/java/uk/co/jamesmcguigan/rockpaperscissors/builders/GestureBuilder.java | modernmaster/potter | 737a513e30cad0c42c3cbc1259cd42508e541824 | [
"MIT"
] | 86 | 2016-05-27T17:39:15.000Z | 2022-01-21T23:11:42.000Z | rock-paper-scissors/src/main/java/uk/co/jamesmcguigan/rockpaperscissors/builders/GestureBuilder.java | modernmaster/potter | 737a513e30cad0c42c3cbc1259cd42508e541824 | [
"MIT"
] | 8 | 2016-05-27T17:50:54.000Z | 2020-10-06T05:56:09.000Z | 29.5 | 69 | 0.713168 | 21,279 | package uk.co.jamesmcguigan.rockpaperscissors.builders;
import uk.co.jamesmcguigan.rockpaperscissors.models.Gesture;
import java.util.LinkedList;
public class GestureBuilder {
private LinkedList<Gesture> gestures = new LinkedList<Gesture>();
private Gesture gestureRock = new Gesture("Rock");
private Ges... |
3e32627418b6c71be2a0d26790419bac870ba2f5 | 1,987 | java | Java | matos-android/src/main/java/android/test/suitebuilder/TestMethod.java | Orange-OpenSource/matos-profiles | fb27c246911437070052197aa3ef91f9aaac6fc3 | [
"Apache-2.0"
] | 4 | 2015-05-31T02:12:56.000Z | 2016-01-27T11:53:06.000Z | matos-android/src/main/java/android/test/suitebuilder/TestMethod.java | Orange-OpenSource/matos-profiles | fb27c246911437070052197aa3ef91f9aaac6fc3 | [
"Apache-2.0"
] | null | null | null | matos-android/src/main/java/android/test/suitebuilder/TestMethod.java | Orange-OpenSource/matos-profiles | fb27c246911437070052197aa3ef91f9aaac6fc3 | [
"Apache-2.0"
] | 5 | 2015-05-31T00:15:20.000Z | 2021-06-22T10:21:38.000Z | 30.569231 | 166 | 0.723704 | 21,280 | package android.test.suitebuilder;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* 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
*
* h... |
3e3262eaef7d80a8045ce1f6b9d2d2de3b5b6792 | 863 | java | Java | musician-repository/src/main/java/eric/clapton/musician/repository/performance/PerformanceTagRepository.java | polegithub/MusicShareServerJava | da2b2f5ed193e299d96f4e44350b9cfcda82bf94 | [
"MIT"
] | null | null | null | musician-repository/src/main/java/eric/clapton/musician/repository/performance/PerformanceTagRepository.java | polegithub/MusicShareServerJava | da2b2f5ed193e299d96f4e44350b9cfcda82bf94 | [
"MIT"
] | null | null | null | musician-repository/src/main/java/eric/clapton/musician/repository/performance/PerformanceTagRepository.java | polegithub/MusicShareServerJava | da2b2f5ed193e299d96f4e44350b9cfcda82bf94 | [
"MIT"
] | null | null | null | 41.095238 | 133 | 0.806489 | 21,281 | package eric.clapton.musician.repository.performance;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import eric.clapton.infrastructure.data.jpa.repository.BaseRepository;
import eric.clapton.musician.core.entity.po.performance.PerformanceTag;
public interface PerformanceTagRepository ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.