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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9244a183b172885782366f419fbb78f8d2fb3880 | 1,054 | java | Java | src/main/java/com/sallyf/sallyf/JTwig/JTwigResponseTransformer.java | sallyf/sallyf | d3d3694d8eabd1eb4c48afac334c09c8ebef1f88 | [
"MIT"
] | 2 | 2018-01-15T08:08:41.000Z | 2021-08-31T19:05:48.000Z | src/main/java/com/sallyf/sallyf/JTwig/JTwigResponseTransformer.java | sallyf/sallyf | d3d3694d8eabd1eb4c48afac334c09c8ebef1f88 | [
"MIT"
] | 15 | 2018-01-03T12:01:26.000Z | 2018-03-10T14:31:55.000Z | src/main/java/com/sallyf/sallyf/JTwig/JTwigResponseTransformer.java | raphaelvigee/Sally | d3d3694d8eabd1eb4c48afac334c09c8ebef1f88 | [
"MIT"
] | 1 | 2021-09-02T10:58:08.000Z | 2021-09-02T10:58:08.000Z | 27.736842 | 120 | 0.721063 | 1,003,079 | package com.sallyf.sallyf.JTwig;
import com.sallyf.sallyf.Router.ResponseTransformerInterface;
import com.sallyf.sallyf.Server.RuntimeBag;
import com.sallyf.sallyf.Server.RuntimeBagContext;
import org.jtwig.JtwigModel;
import org.jtwig.JtwigTemplate;
public class JTwigResponseTransformer implements ResponseTransforme... |
9244a3000effc12c104e9e3f7047099647562987 | 1,410 | java | Java | app/models/thing/ThingDrop.java | xiaoji-wang/jianghu-manager | cc6410005e58bbd48d8d7360633c35ba0f78c434 | [
"Apache-2.0"
] | null | null | null | app/models/thing/ThingDrop.java | xiaoji-wang/jianghu-manager | cc6410005e58bbd48d8d7360633c35ba0f78c434 | [
"Apache-2.0"
] | null | null | null | app/models/thing/ThingDrop.java | xiaoji-wang/jianghu-manager | cc6410005e58bbd48d8d7360633c35ba0f78c434 | [
"Apache-2.0"
] | null | null | null | 19.859155 | 55 | 0.621277 | 1,003,080 | package models.thing;
import models.character.Monster;
import models.character.Npc;
import javax.persistence.*;
import java.math.BigDecimal;
/**
* Created by wxji on 2017-09-30.
*/
@Entity
@Table(name = "thing_drop")
public class ThingDrop {
private Long id;
private Npc npc;
private Monster monster;
... |
9244a46320fc2627af1c8ee0cd7d676474eaf1f4 | 3,957 | java | Java | base/config/src/test/java/org/artifactory/util/FilesTest.java | alancnet/artifactory | 7ac3ea76471a00543eaf60e82b554d8edd894c0f | [
"Apache-2.0"
] | 3 | 2016-01-21T11:49:08.000Z | 2018-12-11T21:02:11.000Z | base/config/src/test/java/org/artifactory/util/FilesTest.java | alancnet/artifactory | 7ac3ea76471a00543eaf60e82b554d8edd894c0f | [
"Apache-2.0"
] | null | null | null | base/config/src/test/java/org/artifactory/util/FilesTest.java | alancnet/artifactory | 7ac3ea76471a00543eaf60e82b554d8edd894c0f | [
"Apache-2.0"
] | 5 | 2015-12-08T10:22:21.000Z | 2021-06-15T16:14:00.000Z | 38.794118 | 111 | 0.713167 | 1,003,081 | /*
* Artifactory is a binaries repository manager.
* Copyright (C) 2012 JFrog Ltd.
*
* Artifactory is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your o... |
9244a7c0074d43b7bcc072b08cff5ce41b978599 | 941 | java | Java | stickypunch-http/src/main/java/com/comandante/stickypunch/http/model/jackson/HttpObjectMapper.java | chriskearney/stickypunch | 0f68376f7ae516178ca27394b259376c4de4f224 | [
"MIT"
] | 5 | 2016-11-01T15:01:37.000Z | 2020-07-20T01:47:59.000Z | stickypunch-http/src/main/java/com/comandante/stickypunch/http/model/jackson/HttpObjectMapper.java | chriskearney/stickypunch | 0f68376f7ae516178ca27394b259376c4de4f224 | [
"MIT"
] | null | null | null | stickypunch-http/src/main/java/com/comandante/stickypunch/http/model/jackson/HttpObjectMapper.java | chriskearney/stickypunch | 0f68376f7ae516178ca27394b259376c4de4f224 | [
"MIT"
] | null | null | null | 29.40625 | 92 | 0.74814 | 1,003,082 | package com.comandante.stickypunch.http.model.jackson;
import com.comandante.stickypunch.api.model.WebPushUser;
import com.comandante.stickypunch.http.resource.jackson.LogDeserializer;
import com.comandante.stickypunch.http.resource.jackson.WebPushUserSerializer;
import org.codehaus.jackson.Version;
import org.codehau... |
9244a8a13fd3e7f5f598f1632c2f6e779471818a | 1,830 | java | Java | text-serializer-gson-legacy-impl/src/main/java/net/kyori/adventure/text/serializer/gson/legacyimpl/NBTLegacyHoverEventSerializer.java | syldium/adventure | f96e97b5a1277a73106e6d72797887c92e291f53 | [
"MIT"
] | 3 | 2021-07-07T12:54:49.000Z | 2022-01-17T17:39:21.000Z | text-serializer-gson-legacy-impl/src/main/java/net/kyori/adventure/text/serializer/gson/legacyimpl/NBTLegacyHoverEventSerializer.java | syldium/adventure | f96e97b5a1277a73106e6d72797887c92e291f53 | [
"MIT"
] | 8 | 2020-10-02T06:01:42.000Z | 2021-02-02T05:48:04.000Z | text-serializer-gson-legacy-impl/src/main/java/net/kyori/adventure/text/serializer/gson/legacyimpl/NBTLegacyHoverEventSerializer.java | syldium/adventure | f96e97b5a1277a73106e6d72797887c92e291f53 | [
"MIT"
] | null | null | null | 39.782609 | 83 | 0.760109 | 1,003,083 | /*
* This file is part of adventure, licensed under the MIT License.
*
* Copyright (c) 2017-2021 KyoriPowered
*
* 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, inc... |
9244a8d03abb05ccb84103be5ae3651e51541ab2 | 23,789 | java | Java | proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/SpeakerDiarizationConfig.java | chingor13/java-speech | 3b671f3d8dc1bfceee35a1ba5c5561cbc743f39d | [
"Apache-2.0"
] | 2 | 2019-08-25T15:16:57.000Z | 2019-08-25T15:17:04.000Z | proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/SpeakerDiarizationConfig.java | chingor13/java-speech | 3b671f3d8dc1bfceee35a1ba5c5561cbc743f39d | [
"Apache-2.0"
] | 3 | 2019-05-22T14:12:27.000Z | 2019-07-09T14:16:23.000Z | proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/SpeakerDiarizationConfig.java | chingor13/java-speech | 3b671f3d8dc1bfceee35a1ba5c5561cbc743f39d | [
"Apache-2.0"
] | null | null | null | 33.647808 | 108 | 0.700786 | 1,003,084 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/speech/v1p1beta1/cloud_speech.proto
package com.google.cloud.speech.v1p1beta1;
/**
*
*
* <pre>
* *Optional* Config to enable speaker diarization.
* </pre>
*
* Protobuf type {@code google.cloud.speech.v1p1beta1.SpeakerDiarizatio... |
9244a8ef523eb34a4eb921ecbd69a183ee37f43d | 4,779 | java | Java | activiti-core/activiti-engine/src/test/java/org/activiti/standalone/escapeclause/ProcessDefinitionQueryEscapeClauseTest.java | HurryUpWb/Activiti | a0cc6985d29695c8043b8e2413729348478b3828 | [
"Apache-2.0"
] | 8,599 | 2015-01-01T01:29:48.000Z | 2022-03-30T03:23:40.000Z | activiti-core/activiti-engine/src/test/java/org/activiti/standalone/escapeclause/ProcessDefinitionQueryEscapeClauseTest.java | LoveMyOrange/Activiti | e39053d02c47cfebbece7a4978ab4dd1eaf2d620 | [
"Apache-2.0"
] | 2,988 | 2015-01-03T19:45:21.000Z | 2022-03-31T04:08:38.000Z | activiti-core/activiti-engine/src/test/java/org/activiti/standalone/escapeclause/ProcessDefinitionQueryEscapeClauseTest.java | Harshit51435/Activiti | 03a0e06921a9ff51c0e700a8c14770ca2c2eb49d | [
"Apache-2.0"
] | 7,097 | 2015-01-02T06:32:21.000Z | 2022-03-31T08:17:25.000Z | 40.846154 | 127 | 0.731115 | 1,003,085 | /*
* Copyright 2010-2020 Alfresco Software, Ltd.
*
* 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 ... |
9244a92ecd12dde516ac2be4f18b37426e18e1e0 | 9,249 | java | Java | tools-preview-jodconverter/src/main/java/examples/preview/jodconverter/ConverterController.java | xieshaohu/spring-activemq-example | 12cbc1ebfcbf95dee4508ffcaf8d5f57aad5930e | [
"Apache-2.0"
] | 1 | 2020-03-22T14:51:17.000Z | 2020-03-22T14:51:17.000Z | tools-preview-jodconverter/src/main/java/examples/preview/jodconverter/ConverterController.java | xieshaohu/spring-activemq-example | 12cbc1ebfcbf95dee4508ffcaf8d5f57aad5930e | [
"Apache-2.0"
] | null | null | null | tools-preview-jodconverter/src/main/java/examples/preview/jodconverter/ConverterController.java | xieshaohu/spring-activemq-example | 12cbc1ebfcbf95dee4508ffcaf8d5f57aad5930e | [
"Apache-2.0"
] | null | null | null | 42.62212 | 104 | 0.687101 | 1,003,086 | /*
* Copyright 2004 - 2012 Mirko Nasato and contributors
* 2016 - 2020 Simon Braconnier and contributors
*
* This file is part of JODConverter - Java OpenDocument Converter.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lic... |
9244a988e09add162ca6033132a8acccd720f67d | 1,190 | java | Java | test-luban/src/main/java/com/luban/mapper/ZiluBeanFactoryPostprocessor.java | WeiYongqiang55/spring-framework | c8910713c859b7815cbd9c800a3333b3455247d8 | [
"Apache-2.0"
] | null | null | null | test-luban/src/main/java/com/luban/mapper/ZiluBeanFactoryPostprocessor.java | WeiYongqiang55/spring-framework | c8910713c859b7815cbd9c800a3333b3455247d8 | [
"Apache-2.0"
] | null | null | null | test-luban/src/main/java/com/luban/mapper/ZiluBeanFactoryPostprocessor.java | WeiYongqiang55/spring-framework | c8910713c859b7815cbd9c800a3333b3455247d8 | [
"Apache-2.0"
] | 2 | 2020-09-09T01:27:54.000Z | 2021-03-08T10:47:53.000Z | 42.5 | 117 | 0.841176 | 1,003,087 | package com.luban.mapper;
import com.luban.services.TestService;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.beans.factory.support.G... |
9244a98cb229fd3213f9caea2e17090fbe5ef85a | 1,423 | java | Java | support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginSearchResponse.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 8,772 | 2016-05-08T04:44:50.000Z | 2022-03-31T06:02:13.000Z | support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginSearchResponse.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 2,911 | 2016-05-07T23:07:52.000Z | 2022-03-31T15:09:08.000Z | support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginSearchResponse.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 3,675 | 2016-05-08T04:45:46.000Z | 2022-03-31T09:34:54.000Z | 24.118644 | 104 | 0.631764 | 1,003,088 | // CHECKSTYLE:OFF
package org.apereo.cas.support.inwebo.service.soap.generated;
import javax.xml.bind.annotation.*;
/**
* The generated SOAP class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* ... |
9244a9f8c850843c384e042965f9141cd66a2238 | 3,130 | java | Java | collector/src/main/java/sinc/hinc/abstraction/ResourceDriver/utils/FilesScanner.java | SINCConcept/HINC | 2e94321f2f31b4deff08d08a4c128b958a469a3f | [
"Apache-2.0"
] | 1 | 2016-05-23T04:13:52.000Z | 2016-05-23T04:13:52.000Z | collector/src/main/java/sinc/hinc/abstraction/ResourceDriver/utils/FilesScanner.java | rdsea/HINC | 2e94321f2f31b4deff08d08a4c128b958a469a3f | [
"Apache-2.0"
] | 11 | 2020-07-16T03:17:28.000Z | 2022-02-12T03:05:48.000Z | collector/src/main/java/sinc/hinc/abstraction/ResourceDriver/utils/FilesScanner.java | rdsea/HINC | 2e94321f2f31b4deff08d08a4c128b958a469a3f | [
"Apache-2.0"
] | 1 | 2018-04-13T07:45:28.000Z | 2018-04-13T07:45:28.000Z | 32.604167 | 95 | 0.6 | 1,003,089 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sinc.hinc.abstraction.ResourceDriver.utils;
import java.io.File;
import java.io.IOException;
import java.nio.file.DirectoryStr... |
9244ab5a471f24bc969228182c1f76323bd1b541 | 14,034 | java | Java | src/main/java/com/saankaa/rapidxend/service/device/DeviceService.java | jocelindegni/rapixend | a2013b0187a397d9a0a25324394053282d561414 | [
"MIT"
] | null | null | null | src/main/java/com/saankaa/rapidxend/service/device/DeviceService.java | jocelindegni/rapixend | a2013b0187a397d9a0a25324394053282d561414 | [
"MIT"
] | null | null | null | src/main/java/com/saankaa/rapidxend/service/device/DeviceService.java | jocelindegni/rapixend | a2013b0187a397d9a0a25324394053282d561414 | [
"MIT"
] | null | null | null | 40.915452 | 176 | 0.654553 | 1,003,090 | package com.saankaa.rapidxend.service.device;
import com.saankaa.rapidxend.model.*;
import com.saankaa.rapidxend.repository.IDeviceRepository;
import com.saankaa.rapidxend.repository.IPeerRepository;
import com.saankaa.rapidxend.service.device.Exception.*;
import com.saankaa.rapidxend.service.notification.INotificati... |
9244ab95144484d4bced106f6a305f3d13c59e33 | 15,662 | java | Java | hibiscus/src/test/java/com/github/i49/hibiscus/validation/StringValidationTest.java | i49/Hibiscus | 57243818260f62faa77bbb09be60e43bd2ba7cc2 | [
"Apache-2.0"
] | 2 | 2016-11-03T14:40:53.000Z | 2016-11-08T12:57:14.000Z | hibiscus/src/test/java/com/github/i49/hibiscus/validation/StringValidationTest.java | i49/Hibiscus | 57243818260f62faa77bbb09be60e43bd2ba7cc2 | [
"Apache-2.0"
] | null | null | null | hibiscus/src/test/java/com/github/i49/hibiscus/validation/StringValidationTest.java | i49/Hibiscus | 57243818260f62faa77bbb09be60e43bd2ba7cc2 | [
"Apache-2.0"
] | null | null | null | 32.834382 | 96 | 0.693462 | 1,003,091 | package com.github.i49.hibiscus.validation;
import static com.github.i49.hibiscus.schema.SchemaComponents.*;
import static org.junit.Assert.*;
import java.io.StringReader;
import java.util.Set;
import javax.json.JsonString;
import org.junit.Before;
import org.junit.Test;
import com.github.i49.hibiscus... |
9244acdb9a1499c0e67bf4f0218ea3a02dee66ae | 1,874 | java | Java | src/main/java/com/googlecode/charts4j/GridChart.java | anuradax/charts4j | 64bb3014522f9227a6b0bdb02f788a26e4b28a7b | [
"MIT"
] | 95 | 2015-02-17T13:16:20.000Z | 2022-02-26T10:24:06.000Z | src/main/java/com/googlecode/charts4j/GridChart.java | anuradax/charts4j | 64bb3014522f9227a6b0bdb02f788a26e4b28a7b | [
"MIT"
] | 4 | 2016-01-04T10:47:32.000Z | 2020-07-24T20:15:57.000Z | src/main/java/com/googlecode/charts4j/GridChart.java | anuradax/charts4j | 64bb3014522f9227a6b0bdb02f788a26e4b28a7b | [
"MIT"
] | 32 | 2015-02-25T21:47:05.000Z | 2022-03-30T04:33:53.000Z | 37.48 | 136 | 0.705977 | 1,003,092 | /**
*
* The MIT License
*
* Copyright (c) 2011 the original author or authors.
*
* 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 ... |
9244ada90e5f9d45dd4a2ef90ed73c77c09b07b8 | 2,116 | java | Java | src/net/qldarch/security/DbSessionStore.java | UQ-RCC/qldarch-backend | b6b6bad1a3f9d31c355a5796566a491e42064f9c | [
"MIT"
] | null | null | null | src/net/qldarch/security/DbSessionStore.java | UQ-RCC/qldarch-backend | b6b6bad1a3f9d31c355a5796566a491e42064f9c | [
"MIT"
] | null | null | null | src/net/qldarch/security/DbSessionStore.java | UQ-RCC/qldarch-backend | b6b6bad1a3f9d31c355a5796566a491e42064f9c | [
"MIT"
] | null | null | null | 24.604651 | 105 | 0.627127 | 1,003,093 | package net.qldarch.security;
import java.util.Map;
import javax.inject.Inject;
import javax.inject.Singleton;
import lombok.extern.slf4j.Slf4j;
import net.qldarch.db.Db;
import net.qldarch.db.Rsc;
import net.qldarch.guice.Bind;
import net.qldarch.util.M;
import net.qldarch.util.RandomString;
@Bind(to=SessionStore.... |
9244adc4eeea29d340437d0033cd9ed2730352ff | 1,016 | java | Java | build/tmp/expandedArchives/forge-1.18.1-39.0.0_mapped_official_1.18.1-sources.jar_f6a4a89164f1bd9335800eaab8a74a09/net/minecraft/client/renderer/entity/PigRenderer.java | AlgorithmLX/IndustrialLevel | 727d90a9404c2967ec2d3ba8dadbd1276b1ad81f | [
"MIT"
] | null | null | null | build/tmp/expandedArchives/forge-1.18.1-39.0.0_mapped_official_1.18.1-sources.jar_f6a4a89164f1bd9335800eaab8a74a09/net/minecraft/client/renderer/entity/PigRenderer.java | AlgorithmLX/IndustrialLevel | 727d90a9404c2967ec2d3ba8dadbd1276b1ad81f | [
"MIT"
] | 1 | 2022-02-23T20:43:13.000Z | 2022-02-23T21:04:55.000Z | build/tmp/expandedArchives/forge-1.18.1-39.0.0_mapped_official_1.18.1-sources.jar_f6a4a89164f1bd9335800eaab8a74a09/net/minecraft/client/renderer/entity/PigRenderer.java | AlgorithmLX/IndustrialLevel | 727d90a9404c2967ec2d3ba8dadbd1276b1ad81f | [
"MIT"
] | null | null | null | 44.173913 | 166 | 0.797244 | 1,003,094 | package net.minecraft.client.renderer.entity;
import net.minecraft.client.model.PigModel;
import net.minecraft.client.model.geom.ModelLayers;
import net.minecraft.client.renderer.entity.layers.SaddleLayer;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.entity.animal.Pig;
import net.minecra... |
9244ae82aeebe2ac8dee7a69721c78a25cd5b3b5 | 1,031 | java | Java | src/main/java/com/lordjoe/lib/xml/RequiredAttributeNotFoundException.java | lordjoe/SparkHydraV2 | ab039d3bd93a06da442207eed709e8ceb0ccea26 | [
"Apache-2.0"
] | 1 | 2016-03-24T09:41:37.000Z | 2016-03-24T09:41:37.000Z | src/main/java/com/lordjoe/lib/xml/RequiredAttributeNotFoundException.java | lordjoe/SparkHydraV2 | ab039d3bd93a06da442207eed709e8ceb0ccea26 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/lordjoe/lib/xml/RequiredAttributeNotFoundException.java | lordjoe/SparkHydraV2 | ab039d3bd93a06da442207eed709e8ceb0ccea26 | [
"Apache-2.0"
] | 1 | 2016-01-27T17:46:34.000Z | 2016-01-27T17:46:34.000Z | 32.21875 | 85 | 0.663434 | 1,003,095 |
package com.lordjoe.lib.xml;
/**
* An unknown property was requested
* com.lordjoe.lib.xml.UnknownPropertyException
*/
public class RequiredAttributeNotFoundException extends RuntimeException
{
public RequiredAttributeNotFoundException(String needed,NameValue[] attributes) {
super(buildMessage(needed, a... |
9244af78b71bbef12f2648689320be47e2069949 | 1,737 | java | Java | src/main/java/com/b3tuning/b3jfxmobile/plugin/ios/task/IosInstall.java | b3tuning/b3jfxmobile | c7c027813f3c4a8fcf8134ae545f2c8b3f15f95a | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/b3tuning/b3jfxmobile/plugin/ios/task/IosInstall.java | b3tuning/b3jfxmobile | c7c027813f3c4a8fcf8134ae545f2c8b3f15f95a | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/b3tuning/b3jfxmobile/plugin/ios/task/IosInstall.java | b3tuning/b3jfxmobile | c7c027813f3c4a8fcf8134ae545f2c8b3f15f95a | [
"BSD-3-Clause"
] | null | null | null | 45.710526 | 81 | 0.770294 | 1,003,096 | /*
* BSD 3-Clause License
*
* Copyright (c) 2018, Gluon Software
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notic... |
9244b087c8006e08314269c64ecafa21018c5c91 | 2,088 | java | Java | ace-dev-base/ace-common/src/main/java/com/github/wxiaoqi/security/common/util/jwt/JWTInfo.java | 476096278/Spring-Cloud-Platform | 80e9c1a1f2f191ae11a23c0e1843cb782b95d075 | [
"Apache-2.0"
] | 1,800 | 2020-06-07T12:55:23.000Z | 2022-03-31T15:56:17.000Z | ace-dev-base/ace-common/src/main/java/com/github/wxiaoqi/security/common/util/jwt/JWTInfo.java | 476096278/Spring-Cloud-Platform | 80e9c1a1f2f191ae11a23c0e1843cb782b95d075 | [
"Apache-2.0"
] | 18 | 2020-06-07T11:07:12.000Z | 2022-03-31T18:56:19.000Z | ace-dev-base/ace-common/src/main/java/com/github/wxiaoqi/security/common/util/jwt/JWTInfo.java | 476096278/Spring-Cloud-Platform | 80e9c1a1f2f191ae11a23c0e1843cb782b95d075 | [
"Apache-2.0"
] | 671 | 2020-06-07T11:10:15.000Z | 2022-03-30T13:50:30.000Z | 22.695652 | 95 | 0.590996 | 1,003,097 | package com.github.wxiaoqi.security.common.util.jwt;
import com.github.wxiaoqi.security.common.util.UUIDUtils;
import java.io.Serializable;
/**
* Created by ace on 2017/9/10.
*/
public class JWTInfo implements Serializable,IJWTInfo {
private String username;
private String userId;
private String name;
... |
9244b0d954355c6b87fbe551c8ff16f8b33cf361 | 2,446 | java | Java | feign-reactor-cloud/src/test/java/reactivefeign/cloud2/PathVariableInTargetUrlTest.java | gracesleon/feign-reactive | e79df9083325a52dc609a31b8676594d8bd58588 | [
"Apache-2.0"
] | 428 | 2018-10-19T12:47:02.000Z | 2022-03-29T15:36:20.000Z | feign-reactor-cloud/src/test/java/reactivefeign/cloud2/PathVariableInTargetUrlTest.java | gracesleon/feign-reactive | e79df9083325a52dc609a31b8676594d8bd58588 | [
"Apache-2.0"
] | 286 | 2018-11-14T16:41:29.000Z | 2022-03-31T16:26:40.000Z | feign-reactor-cloud/src/test/java/reactivefeign/cloud2/PathVariableInTargetUrlTest.java | gracesleon/feign-reactive | e79df9083325a52dc609a31b8676594d8bd58588 | [
"Apache-2.0"
] | 78 | 2018-10-18T12:34:57.000Z | 2022-03-22T07:12:59.000Z | 33.506849 | 115 | 0.718316 | 1,003,098 | package reactivefeign.cloud2;
import com.github.tomakehurst.wiremock.junit.WireMockClassRule;
import feign.Param;
import feign.RequestLine;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.springframework.cloud.client.ServiceInstance;
import org.sprin... |
9244b13690d353e4816e33ab1c5fd0a05a42887b | 11,314 | java | Java | src/main/java/mekanism/common/network/to_server/PacketDropperUse.java | ramidzkh/Mekanism | 51524311c255f8bc09e4d4cd1dbeb3fbcdfd2376 | [
"MIT"
] | 534 | 2019-04-19T23:49:31.000Z | 2022-03-29T12:37:06.000Z | src/main/java/mekanism/common/network/to_server/PacketDropperUse.java | ramidzkh/Mekanism | 51524311c255f8bc09e4d4cd1dbeb3fbcdfd2376 | [
"MIT"
] | 2,015 | 2019-04-19T05:59:28.000Z | 2022-03-29T00:54:46.000Z | src/main/java/mekanism/common/network/to_server/PacketDropperUse.java | ramidzkh/Mekanism | 51524311c255f8bc09e4d4cd1dbeb3fbcdfd2376 | [
"MIT"
] | 309 | 2019-04-19T20:32:55.000Z | 2022-03-31T02:16:26.000Z | 48.767241 | 163 | 0.638855 | 1,003,099 | package mekanism.common.network.to_server;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import mekanism.api.Action;
import mekanism.api.Coord4D;
import mekanism.api.MekanismAPI;
import mekanism.api.chemical.Chemical;
import mekanism.api.chemical.ChemicalStack;
import mekanism.api.che... |
9244b1a1d6cbfa13d066b93b2fcd53fec7e10001 | 747 | java | Java | wip/protocol-model/generated/org/jetbrains/wip/protocol/page/CanOverrideDeviceMetrics.java | develar/chromedevtools | 432da766271737a0a78dd16534f1dca39bb52a09 | [
"BSD-3-Clause"
] | 2 | 2016-08-24T21:52:50.000Z | 2017-04-07T17:57:18.000Z | wip/protocol-model/generated/org/jetbrains/wip/protocol/page/CanOverrideDeviceMetrics.java | develar/chromedevtools | 432da766271737a0a78dd16534f1dca39bb52a09 | [
"BSD-3-Clause"
] | null | null | null | wip/protocol-model/generated/org/jetbrains/wip/protocol/page/CanOverrideDeviceMetrics.java | develar/chromedevtools | 432da766271737a0a78dd16534f1dca39bb52a09 | [
"BSD-3-Clause"
] | null | null | null | 41.5 | 263 | 0.819277 | 1,003,100 | // Generated source
package org.jetbrains.wip.protocol.page;
/**
* Checks whether <code>setDeviceMetricsOverride</code> can be invoked.
*/
public final class CanOverrideDeviceMetrics extends org.jetbrains.wip.protocol.WipRequest implements org.jetbrains.jsonProtocol.RequestWithResponse<org.jetbrains.wip.protocol.pag... |
9244b2a0cf8f644a8e61884b7269fa2765601c86 | 967 | java | Java | dao/src/test/java/life/catalogue/es/query/TermQueryTest.java | cgendreau/backend | ff8e8add1c6a936313e215d7653617a6990945e1 | [
"Apache-2.0"
] | 6 | 2020-03-14T12:25:02.000Z | 2022-03-17T20:26:46.000Z | dao/src/test/java/life/catalogue/es/query/TermQueryTest.java | cgendreau/backend | ff8e8add1c6a936313e215d7653617a6990945e1 | [
"Apache-2.0"
] | 546 | 2020-03-13T10:53:07.000Z | 2022-03-30T05:17:48.000Z | dao/src/test/java/life/catalogue/es/query/TermQueryTest.java | cgendreau/backend | ff8e8add1c6a936313e215d7653617a6990945e1 | [
"Apache-2.0"
] | 9 | 2020-04-17T16:02:43.000Z | 2022-03-26T15:57:07.000Z | 24.175 | 72 | 0.707342 | 1,003,101 | package life.catalogue.es.query;
import life.catalogue.es.EsNameUsage;
import life.catalogue.es.EsReadTestBase;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class TermQueryTest extends EsReadTestBase {
@Before
public void before() {... |
9244b2c541e0a922a5ccb2af8a7fa416c032a071 | 2,619 | java | Java | src/main/java/com/jhbim/bimvr/system/shiro/SessionManager.java | bimvrproject/bimvrServer | caabe0073ab23a7e2d96d5b2da0c78ce13bcd041 | [
"Apache-2.0"
] | 1 | 2020-06-02T11:29:30.000Z | 2020-06-02T11:29:30.000Z | src/main/java/com/jhbim/bimvr/system/shiro/SessionManager.java | bimvrproject/bimvrServer | caabe0073ab23a7e2d96d5b2da0c78ce13bcd041 | [
"Apache-2.0"
] | 4 | 2019-11-21T07:41:51.000Z | 2021-09-20T20:52:44.000Z | src/main/java/com/jhbim/bimvr/system/shiro/SessionManager.java | bimvrproject/bimvrServer | caabe0073ab23a7e2d96d5b2da0c78ce13bcd041 | [
"Apache-2.0"
] | null | null | null | 36.375 | 117 | 0.701031 | 1,003,102 | package com.jhbim.bimvr.system.shiro;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.UnknownSessionException;
import org.apache.shiro.session.mgt.SessionKey;
import org.apache.shiro.web.servlet.ShiroHttpServletRequest;
import org.apache.shiro.web.s... |
9244b35d7efb87aa6439ce62620a31d2aa4fc4d9 | 1,177 | java | Java | app/src/main/java/com/github/greatwing/WebResourceResponseAdapter.java | greatwing/CacheWebview-CrossWalk | 91b2e2a28a0575e66bb249eb66c2afd5927c2787 | [
"MIT"
] | null | null | null | app/src/main/java/com/github/greatwing/WebResourceResponseAdapter.java | greatwing/CacheWebview-CrossWalk | 91b2e2a28a0575e66bb249eb66c2afd5927c2787 | [
"MIT"
] | null | null | null | app/src/main/java/com/github/greatwing/WebResourceResponseAdapter.java | greatwing/CacheWebview-CrossWalk | 91b2e2a28a0575e66bb249eb66c2afd5927c2787 | [
"MIT"
] | 1 | 2021-08-14T02:35:48.000Z | 2021-08-14T02:35:48.000Z | 33.628571 | 135 | 0.717077 | 1,003,103 | package com.github.greatwing;
import android.os.Build;
import org.xwalk.core.XWalkResourceClient;
import org.xwalk.core.XWalkWebResourceResponse;
import java.io.InputStream;
import java.util.Map;
public class WebResourceResponseAdapter {
public static XWalkWebResourceResponse adapter(XWalkResourceClient clien... |
9244b3a93acf39718530abafbca1d77d84c551c7 | 13,340 | java | Java | core/src/main/java/io/cucumber/core/runner/CachingGlue.java | johnsebastian-c/cucumber-jvm | a6de8d078495c194822c7b371291b1826412a63e | [
"MIT"
] | 1 | 2020-01-19T17:17:29.000Z | 2020-01-19T17:17:29.000Z | core/src/main/java/io/cucumber/core/runner/CachingGlue.java | johnsebastian-c/cucumber-jvm | a6de8d078495c194822c7b371291b1826412a63e | [
"MIT"
] | null | null | null | core/src/main/java/io/cucumber/core/runner/CachingGlue.java | johnsebastian-c/cucumber-jvm | a6de8d078495c194822c7b371291b1826412a63e | [
"MIT"
] | null | null | null | 42.484076 | 135 | 0.733133 | 1,003,104 | package io.cucumber.core.runner;
import io.cucumber.core.backend.DataTableTypeDefinition;
import io.cucumber.core.backend.DefaultDataTableCellTransformerDefinition;
import io.cucumber.core.backend.DefaultDataTableEntryTransformerDefinition;
import io.cucumber.core.backend.DefaultParameterTransformerDefinition;
import ... |
9244b3ad635c9fccf80611cbb0aad566c27a5cda | 18,970 | java | Java | runtime/ceylon/language/serialization/PartialImpl.java | unratito/ceylon.language | 18fca576ea1b900df53649e428cb6fdd42a7a17c | [
"Apache-2.0"
] | null | null | null | runtime/ceylon/language/serialization/PartialImpl.java | unratito/ceylon.language | 18fca576ea1b900df53649e428cb6fdd42a7a17c | [
"Apache-2.0"
] | null | null | null | runtime/ceylon/language/serialization/PartialImpl.java | unratito/ceylon.language | 18fca576ea1b900df53649e428cb6fdd42a7a17c | [
"Apache-2.0"
] | null | null | null | 50.452128 | 165 | 0.62952 | 1,003,105 | package ceylon.language.serialization;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import com.redhat.ceylon.compiler.java.Util;
import com.redhat.ceylon.compiler.java.metadata.Ceylon;
impor... |
9244b3eeda7a43c56cdc2263dddb2e02799c577a | 2,721 | java | Java | app/src/main/java/com/taihao/criminaintent/ui/crime/activity/CrimePagerActivity.java | barryailun/criminaintent | 08cc62b6e831cacf24cc48ecda175ad590209378 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/taihao/criminaintent/ui/crime/activity/CrimePagerActivity.java | barryailun/criminaintent | 08cc62b6e831cacf24cc48ecda175ad590209378 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/taihao/criminaintent/ui/crime/activity/CrimePagerActivity.java | barryailun/criminaintent | 08cc62b6e831cacf24cc48ecda175ad590209378 | [
"Apache-2.0"
] | null | null | null | 35.337662 | 80 | 0.664829 | 1,003,106 | package com.taihao.criminaintent.ui.crime.activity;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentStatePagerAdapter;
import androidx.viewpager.widget.ViewPager;
import android.content.C... |
9244b3ff5ca022f54161ca8466cc7f16be870576 | 5,643 | java | Java | itgen/src/main/java/data/model/schedule/CommentData.java | julja83/java_itgen | 7b8dc5a7291564d10594c900e895ef3819256ddf | [
"Apache-2.0"
] | null | null | null | itgen/src/main/java/data/model/schedule/CommentData.java | julja83/java_itgen | 7b8dc5a7291564d10594c900e895ef3819256ddf | [
"Apache-2.0"
] | null | null | null | itgen/src/main/java/data/model/schedule/CommentData.java | julja83/java_itgen | 7b8dc5a7291564d10594c900e895ef3819256ddf | [
"Apache-2.0"
] | null | null | null | 19.259386 | 77 | 0.60163 | 1,003,107 | package data.model.schedule;
import dev.morphia.annotations.Embedded;
import dev.morphia.annotations.Entity;
import dev.morphia.annotations.Id;
import dev.morphia.annotations.Property;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Objects;
@Entity("comments")
public class ... |
9244b4aefc858e9f67143366f5e023441c2567b7 | 1,721 | java | Java | spring-web-annotation/src/main/java/io/micronaut/spring/web/annotation/RestControllerAnnotationMapper.java | cemo/micronaut-spring | 91210d4515a01d7a7e4924de5b7e0997f97889c1 | [
"Apache-2.0"
] | 148 | 2018-11-13T11:58:24.000Z | 2022-01-26T07:05:54.000Z | spring-web-annotation/src/main/java/io/micronaut/spring/web/annotation/RestControllerAnnotationMapper.java | cemo/micronaut-spring | 91210d4515a01d7a7e4924de5b7e0997f97889c1 | [
"Apache-2.0"
] | 123 | 2018-11-19T08:29:52.000Z | 2022-03-31T11:27:06.000Z | spring-web-annotation/src/main/java/io/micronaut/spring/web/annotation/RestControllerAnnotationMapper.java | cemo/micronaut-spring | 91210d4515a01d7a7e4924de5b7e0997f97889c1 | [
"Apache-2.0"
] | 55 | 2018-11-13T14:05:25.000Z | 2022-02-10T04:14:56.000Z | 36.617021 | 123 | 0.765834 | 1,003,108 | /*
* Copyright 2017-2020 original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
9244b5123b3e403e2b0fb68889fe321449d802c7 | 2,568 | java | Java | ui/cli/dataloader/src/java/com/echothree/ui/cli/dataloader/util/data/handler/job/JobsHandler.java | echothreellc/echothree | 1744df7654097cc000e5eca32de127b5dc745302 | [
"Apache-2.0"
] | 1 | 2020-09-01T08:39:01.000Z | 2020-09-01T08:39:01.000Z | ui/cli/dataloader/src/java/com/echothree/ui/cli/dataloader/util/data/handler/job/JobsHandler.java | echothreellc/echothree | 1744df7654097cc000e5eca32de127b5dc745302 | [
"Apache-2.0"
] | null | null | null | ui/cli/dataloader/src/java/com/echothree/ui/cli/dataloader/util/data/handler/job/JobsHandler.java | echothreellc/echothree | 1744df7654097cc000e5eca32de127b5dc745302 | [
"Apache-2.0"
] | 1 | 2020-05-31T08:34:46.000Z | 2020-05-31T08:34:46.000Z | 37.764706 | 109 | 0.655763 | 1,003,109 | // --------------------------------------------------------------------------------
// Copyright 2002-2021 Echo Three, LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:/... |
9244b51c2fd1424f5600a37717b203bb12a3d377 | 2,160 | java | Java | AutomationPortfolio/src/main/java/pages/HomePage.java | schh321/portfolio | 7a2e1b88f607a9d8845dbe55c6926ba3ef0c125d | [
"MIT"
] | null | null | null | AutomationPortfolio/src/main/java/pages/HomePage.java | schh321/portfolio | 7a2e1b88f607a9d8845dbe55c6926ba3ef0c125d | [
"MIT"
] | null | null | null | AutomationPortfolio/src/main/java/pages/HomePage.java | schh321/portfolio | 7a2e1b88f607a9d8845dbe55c6926ba3ef0c125d | [
"MIT"
] | null | null | null | 27 | 88 | 0.713889 | 1,003,110 | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import common.ExcelUtil;
import pages.CurrentMor... |
9244b54ee9acb588ab5b2eb26bcf7175e16c58da | 906 | java | Java | src/main/java/org/chromium/device/mojom/BluetoothSystemClient.java | ridi/chromium-aw | 869b435e671da449e36ecb73f1e14c0ba691da74 | [
"BSD-3-Clause"
] | 47 | 2018-11-21T06:30:38.000Z | 2022-02-17T10:02:50.000Z | src/main/java/org/chromium/device/mojom/BluetoothSystemClient.java | ridi/chromium-aw | 869b435e671da449e36ecb73f1e14c0ba691da74 | [
"BSD-3-Clause"
] | 14 | 2019-08-20T11:36:23.000Z | 2022-03-09T11:12:48.000Z | src/main/java/org/chromium/device/mojom/BluetoothSystemClient.java | ridi/chromium-aw | 869b435e671da449e36ecb73f1e14c0ba691da74 | [
"BSD-3-Clause"
] | 13 | 2019-07-30T13:50:27.000Z | 2022-02-14T10:03:06.000Z | 23.230769 | 113 | 0.777042 | 1,003,111 | // BluetoothSystemClient.java is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is autogenerated by:
// mojo/public/tools/b... |
9244b5cfbf5cd389a9da21c4bb15c52116d108d0 | 977 | java | Java | src/main/java/com/rainbowluigi/soulmagic/item/ItemBlindedRage.java | jrcichra/SoulMagic | 7fce8f85e7327bb7d6a11dfa151ac8716775f992 | [
"CC0-1.0"
] | null | null | null | src/main/java/com/rainbowluigi/soulmagic/item/ItemBlindedRage.java | jrcichra/SoulMagic | 7fce8f85e7327bb7d6a11dfa151ac8716775f992 | [
"CC0-1.0"
] | null | null | null | src/main/java/com/rainbowluigi/soulmagic/item/ItemBlindedRage.java | jrcichra/SoulMagic | 7fce8f85e7327bb7d6a11dfa151ac8716775f992 | [
"CC0-1.0"
] | null | null | null | 26.405405 | 106 | 0.778915 | 1,003,112 | package com.rainbowluigi.soulmagic.item;
import java.util.List;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.client.item.TooltipContext;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.text.LiteralText;
import net.minecraft.text.T... |
9244b688747f865d28a42d41fe9e9bac6d2cbd24 | 672 | java | Java | schemaOrgDomaConv/src/org/kyojo/schemaorg/m3n5/doma/healthLifesci/clazz/DrugPrescriptionStatusConverter.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | 1 | 2020-02-18T01:55:36.000Z | 2020-02-18T01:55:36.000Z | schemaOrgDomaConv/src/org/kyojo/schemaorg/m3n5/doma/healthLifesci/clazz/DrugPrescriptionStatusConverter.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | null | null | null | schemaOrgDomaConv/src/org/kyojo/schemaorg/m3n5/doma/healthLifesci/clazz/DrugPrescriptionStatusConverter.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | null | null | null | 29.217391 | 105 | 0.839286 | 1,003,113 | package org.kyojo.schemaorg.m3n5.doma.healthLifesci.clazz;
import org.seasar.doma.ExternalDomain;
import org.seasar.doma.jdbc.domain.DomainConverter;
import org.kyojo.schemaorg.m3n5.healthLifesci.impl.DRUG_PRESCRIPTION_STATUS;
import org.kyojo.schemaorg.m3n5.healthLifesci.Clazz.DrugPrescriptionStatus;
@ExternalDomai... |
9244b724b33fd5417a074ba6c0801bb932387b31 | 59 | java | Java | Student.java | yilongyun1010/dinggo | ea0ab0c8128e9496d0666dd7b48e9076fff33f3e | [
"Apache-2.0"
] | null | null | null | Student.java | yilongyun1010/dinggo | ea0ab0c8128e9496d0666dd7b48e9076fff33f3e | [
"Apache-2.0"
] | null | null | null | Student.java | yilongyun1010/dinggo | ea0ab0c8128e9496d0666dd7b48e9076fff33f3e | [
"Apache-2.0"
] | null | null | null | 11.8 | 21 | 0.745763 | 1,003,114 | class Student{
private String id;
private String name;
}
|
9244b77ede10fd5ddf9b9fa6f436ff44244fff0c | 5,120 | java | Java | src/main/java/org/entitypedia/games/gameframework/common/api/IDeveloperAPI.java | EntitypediaGames/games-framework-common | 27ed09c02de81ff0b0654183fd43990260a76ffb | [
"MIT"
] | null | null | null | src/main/java/org/entitypedia/games/gameframework/common/api/IDeveloperAPI.java | EntitypediaGames/games-framework-common | 27ed09c02de81ff0b0654183fd43990260a76ffb | [
"MIT"
] | null | null | null | src/main/java/org/entitypedia/games/gameframework/common/api/IDeveloperAPI.java | EntitypediaGames/games-framework-common | 27ed09c02de81ff0b0654183fd43990260a76ffb | [
"MIT"
] | null | null | null | 37.101449 | 117 | 0.700391 | 1,003,115 | package org.entitypedia.games.gameframework.common.api;
import org.entitypedia.games.common.exceptions.AccessDeniedException;
import org.entitypedia.games.common.model.ResultsPage;
import org.entitypedia.games.gameframework.common.exceptions.DuplicateEmailException;
import org.entitypedia.games.gameframework.common.ex... |
9244b807cb4f87d8e27fa57bfcafc4c74aa5d038 | 603 | java | Java | libs/ZUtils/src/com/kit/app/adapter/ViewHolder.java | BigAppLink/BigApp_Discuz_Android-master | ac47c7fca6cbfe107eb6b21cd95995ec6c38fc1d | [
"Apache-2.0"
] | 79 | 2016-03-17T12:17:27.000Z | 2021-09-27T12:12:16.000Z | libs/ZUtils/src/com/kit/app/adapter/ViewHolder.java | BigAppLink/BigApp_Discuz_Android-master | ac47c7fca6cbfe107eb6b21cd95995ec6c38fc1d | [
"Apache-2.0"
] | 4 | 2016-05-24T02:09:59.000Z | 2018-05-16T12:31:56.000Z | libs/ZUtils/src/com/kit/app/adapter/ViewHolder.java | BigAppLink/BigApp_Discuz_Android-master | ac47c7fca6cbfe107eb6b21cd95995ec6c38fc1d | [
"Apache-2.0"
] | 78 | 2016-03-18T02:59:37.000Z | 2021-12-23T11:14:39.000Z | 24.12 | 74 | 0.709784 | 1,003,116 | package com.kit.app.adapter;
import android.util.SparseArray;
import android.view.View;
public class ViewHolder {
private ViewHolder() {
}
@SuppressWarnings("unchecked")
public static <T extends View> T get(View convertView, int id) {
SparseArray<View> viewHolder = (SparseArray<View>) convertView.getTag();
i... |
9244b96df726834a76e2f8450829bfeab7b06645 | 2,059 | java | Java | src/test/java/de/fraunhofer/iais/eis/ids/connector/artifact/DirectoryWatcherTest.java | International-Data-Spaces-Association/IDS-Enterprise-Integration-Conntector | 41cdd4dd204abb0c349642cdef32da040e9bfd6a | [
"Apache-2.0"
] | 2 | 2021-01-22T15:23:21.000Z | 2021-03-03T10:33:46.000Z | src/test/java/de/fraunhofer/iais/eis/ids/connector/artifact/DirectoryWatcherTest.java | International-Data-Spaces-Association/IDS-Enterprise-Integration-Conntector | 41cdd4dd204abb0c349642cdef32da040e9bfd6a | [
"Apache-2.0"
] | 6 | 2020-12-10T15:03:20.000Z | 2021-03-25T07:56:09.000Z | src/test/java/de/fraunhofer/iais/eis/ids/connector/artifact/DirectoryWatcherTest.java | International-Data-Spaces-Association/IDS-Enterprise-Integration-Connector | 41cdd4dd204abb0c349642cdef32da040e9bfd6a | [
"Apache-2.0"
] | 1 | 2020-12-09T08:36:55.000Z | 2020-12-09T08:36:55.000Z | 27.092105 | 73 | 0.677513 | 1,003,117 | package de.fraunhofer.iais.eis.ids.connector.artifact;
import org.apache.commons.io.FileUtils;
import org.junit.*;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.concurrent.ExecutorService;
import java.util.concurrent... |
9244b9fef8571cb5e1912e0614e66fe21530426d | 13,694 | java | Java | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/DatanodeProtocolServerSideTranslatorPB.java | yellowflash/hadoop | aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSD-3-Clause"
] | 14,425 | 2015-01-01T15:34:43.000Z | 2022-03-31T15:28:37.000Z | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/DatanodeProtocolServerSideTranslatorPB.java | yellowflash/hadoop | aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSD-3-Clause"
] | 3,805 | 2015-03-20T15:58:53.000Z | 2022-03-31T23:58:37.000Z | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/DatanodeProtocolServerSideTranslatorPB.java | yellowflash/hadoop | aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSD-3-Clause"
] | 9,521 | 2015-01-01T19:12:52.000Z | 2022-03-31T03:07:51.000Z | 44.032154 | 108 | 0.751789 | 1,003,118 | /**
* 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... |
9244ba28e11771be1c0343cb60b67ffb193fab06 | 2,187 | java | Java | pxf/pxf-api/src/test/java/org/apache/hawq/pxf/api/MetadataTest.java | pidefrem/hawq | b82d9410f890b41d4cf608f8bfbac84db75f232e | [
"Apache-2.0"
] | 450 | 2015-09-05T09:12:51.000Z | 2018-08-30T01:45:36.000Z | pxf/pxf-api/src/test/java/org/apache/hawq/pxf/api/MetadataTest.java | pidefrem/hawq | b82d9410f890b41d4cf608f8bfbac84db75f232e | [
"Apache-2.0"
] | 1,274 | 2015-09-22T20:06:16.000Z | 2018-08-31T22:14:00.000Z | pxf/pxf-api/src/test/java/org/apache/hawq/pxf/api/MetadataTest.java | pidefrem/hawq | b82d9410f890b41d4cf608f8bfbac84db75f232e | [
"Apache-2.0"
] | 278 | 2015-09-21T19:15:06.000Z | 2018-08-31T00:36:51.000Z | 35.852459 | 93 | 0.676269 | 1,003,119 | /*
* 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 ... |
9244ba3b869e149305d26c5994fca9469afe1a38 | 23,570 | java | Java | Core/src/org/sleuthkit/autopsy/texttranslation/translators/GoogleTranslatorSettingsPanel.java | Lazza/autopsy | 45d98486dcfc91f947602b0f967e94032eddbf89 | [
"Apache-2.0"
] | 1 | 2020-05-26T16:06:51.000Z | 2020-05-26T16:06:51.000Z | Core/src/org/sleuthkit/autopsy/texttranslation/translators/GoogleTranslatorSettingsPanel.java | Lazza/autopsy | 45d98486dcfc91f947602b0f967e94032eddbf89 | [
"Apache-2.0"
] | null | null | null | Core/src/org/sleuthkit/autopsy/texttranslation/translators/GoogleTranslatorSettingsPanel.java | Lazza/autopsy | 45d98486dcfc91f947602b0f967e94032eddbf89 | [
"Apache-2.0"
] | null | null | null | 56.658654 | 217 | 0.695715 | 1,003,120 | /*
* Autopsy
*
* Copyright 2019 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* 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/lice... |
9244bbb17afb919b39bfe84fb786d13d85a69364 | 7,728 | java | Java | src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java | jthelin/cassandra | 97265ddb2c6c2364b91176e1b7e170d2d8a49e37 | [
"Apache-2.0"
] | 4 | 2020-09-03T10:40:12.000Z | 2022-02-10T12:49:58.000Z | src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java | jthelin/cassandra | 97265ddb2c6c2364b91176e1b7e170d2d8a49e37 | [
"Apache-2.0"
] | 27 | 2020-09-01T18:24:38.000Z | 2022-03-09T21:59:36.000Z | src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java | jthelin/cassandra | 97265ddb2c6c2364b91176e1b7e170d2d8a49e37 | [
"Apache-2.0"
] | 2 | 2020-10-29T15:58:27.000Z | 2021-08-15T23:06:07.000Z | 35.612903 | 215 | 0.695782 | 1,003,121 | /*
* 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 ... |
9244bc92c99d44a3282498a76f83ca89f961efd4 | 6,078 | java | Java | CM5/Core/gui-client-impl/src/main/java/ru/intertrust/cm/core/gui/impl/client/plugins/collection/CollectionColumn.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 4 | 2019-11-24T14:14:05.000Z | 2021-03-30T14:35:30.000Z | CM5/Core/gui-client-impl/src/main/java/ru/intertrust/cm/core/gui/impl/client/plugins/collection/CollectionColumn.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 4 | 2019-11-20T14:05:11.000Z | 2021-12-06T16:59:54.000Z | CM5/Core/gui-client-impl/src/main/java/ru/intertrust/cm/core/gui/impl/client/plugins/collection/CollectionColumn.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 2 | 2019-12-26T15:19:53.000Z | 2022-03-27T11:01:41.000Z | 30.852792 | 166 | 0.643468 | 1,003,122 | package ru.intertrust.cm.core.gui.impl.client.plugins.collection;
import com.google.gwt.cell.client.AbstractCell;
import com.google.gwt.cell.client.Cell;
import com.google.gwt.dom.client.*;
import com.google.gwt.event.dom.client.KeyCodes;
import com.google.gwt.user.cellview.client.Column;
import com.google.gwt.user.cl... |
9244bcc996cf20f826066643a8d34e4e234d9ac5 | 5,389 | java | Java | src/test/java/com/rbkmoney/xrates/exchange/provider/CbrExchangeProviderTest.java | rbkmoney/xrates | f8afd021d397c743dbf1d06dbdb9d4c1647213d6 | [
"Apache-2.0"
] | 2 | 2020-03-21T06:56:09.000Z | 2020-03-21T07:32:25.000Z | src/test/java/com/rbkmoney/xrates/exchange/provider/CbrExchangeProviderTest.java | rbkmoney/xrates | f8afd021d397c743dbf1d06dbdb9d4c1647213d6 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/rbkmoney/xrates/exchange/provider/CbrExchangeProviderTest.java | rbkmoney/xrates | f8afd021d397c743dbf1d06dbdb9d4c1647213d6 | [
"Apache-2.0"
] | 3 | 2020-03-20T09:58:17.000Z | 2022-02-17T07:57:44.000Z | 40.825758 | 111 | 0.595843 | 1,003,123 | package com.rbkmoney.xrates.exchange.provider;
import com.rbkmoney.xrates.domain.ExchangeRate;
import com.rbkmoney.xrates.exception.ProviderUnavailableResultException;
import com.rbkmoney.xrates.exchange.ExchangeProvider;
import com.rbkmoney.xrates.exchange.impl.provider.cbr.CbrExchangeProvider;
import com.rbkmoney.xr... |
9244be426fe794dbf17d5508a0d7d798fa310ac6 | 7,597 | java | Java | selenium_automation/products/wso2_IS/GoogleAppCBUrlUpdate/src/test/java/com/wso2/iamtest/GoogleWebAppUpdateHL.java | rmsamitha/wso2-qa-artifacts | c0a5ff78e40a62a1cf86c8f39aae2149f5112f86 | [
"Apache-2.0"
] | 7 | 2015-04-30T08:47:55.000Z | 2022-02-17T14:21:19.000Z | selenium_automation/products/wso2_IS/GoogleAppCBUrlUpdate/src/test/java/com/wso2/iamtest/GoogleWebAppUpdateHL.java | rmsamitha/wso2-qa-artifacts | c0a5ff78e40a62a1cf86c8f39aae2149f5112f86 | [
"Apache-2.0"
] | 62 | 2015-08-31T04:30:09.000Z | 2018-04-04T15:15:30.000Z | selenium_automation/products/wso2_IS/GoogleAppCBUrlUpdate/src/test/java/com/wso2/iamtest/GoogleWebAppUpdateHL.java | rmsamitha/wso2-qa-artifacts | c0a5ff78e40a62a1cf86c8f39aae2149f5112f86 | [
"Apache-2.0"
] | 85 | 2015-03-24T11:34:28.000Z | 2020-09-11T10:48:55.000Z | 41.513661 | 129 | 0.69488 | 1,003,124 | /**
* @Author: hzdkv@example.com
* @Status: In-progress
*/
package com.wso2.iamtest;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.io.PrintWriter;
import java.util.regex.Pattern;
import java.util.concurrent.TimeUnit;
import com.gargoylesoftware.htmlunit.BrowserVersion;
import com.gargoylesoftware.... |
9244be4dc412dc0071f356d780ad70a23f097d97 | 1,350 | java | Java | ServletExhibitions/src/main/java/ua/project/model/dao/mapper/TicketMapper.java | Nickeron-dev/FinalProject-ServletExhibitions | f5baec6715cfc619027811c499571592359e0a24 | [
"Apache-2.0"
] | null | null | null | ServletExhibitions/src/main/java/ua/project/model/dao/mapper/TicketMapper.java | Nickeron-dev/FinalProject-ServletExhibitions | f5baec6715cfc619027811c499571592359e0a24 | [
"Apache-2.0"
] | null | null | null | ServletExhibitions/src/main/java/ua/project/model/dao/mapper/TicketMapper.java | Nickeron-dev/FinalProject-ServletExhibitions | f5baec6715cfc619027811c499571592359e0a24 | [
"Apache-2.0"
] | null | null | null | 32.142857 | 86 | 0.688148 | 1,003,125 | package ua.project.model.dao.mapper;
import ua.project.model.entity.Ticket;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Map;
/**
* @author Illia Koshkin
*/
public class TicketMapper implements ObjectMapper<Ticket> {
/**
* This method takes Ticket from a ResultSet
* @para... |
9244be752dd96166947de6d8c780bb1c20666191 | 2,743 | java | Java | deeplearning4j-core/src/test/java/org/deeplearning4j/nn/layers/BaseLayerTest.java | renatoh/deeplearning4j | aaef2ad5dc216df2676e23b8bb0b70347d0f91ff | [
"Apache-2.0"
] | 2 | 2020-10-07T18:23:06.000Z | 2021-06-13T16:17:28.000Z | deeplearning4j-core/src/test/java/org/deeplearning4j/nn/layers/BaseLayerTest.java | renatoh/deeplearning4j | aaef2ad5dc216df2676e23b8bb0b70347d0f91ff | [
"Apache-2.0"
] | 2 | 2021-08-02T17:25:42.000Z | 2021-08-02T17:25:49.000Z | deeplearning4j-core/src/test/java/org/deeplearning4j/nn/layers/BaseLayerTest.java | renatoh/deeplearning4j | aaef2ad5dc216df2676e23b8bb0b70347d0f91ff | [
"Apache-2.0"
] | 2 | 2021-03-23T03:19:31.000Z | 2021-06-03T09:56:01.000Z | 31.528736 | 103 | 0.671163 | 1,003,126 | package org.deeplearning4j.nn.layers;
import org.deeplearning4j.nn.api.Layer;
import org.deeplearning4j.nn.conf.MultiLayerConfiguration;
import org.deeplearning4j.nn.conf.NeuralNetConfiguration;
import org.deeplearning4j.nn.conf.layers.ConvolutionLayer;
import org.deeplearning4j.nn.conf.layers.DenseLayer;
import org.d... |
9244bfe759843ed78c87ee97e8108b16b714acc4 | 2,879 | java | Java | src/main/java/org/nnsoft/trudeau/coloring/UncoloredOrderedNodes.java | trudeau/coloring | d991db21df220adbcf83418d287a09203eee888f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/nnsoft/trudeau/coloring/UncoloredOrderedNodes.java | trudeau/coloring | d991db21df220adbcf83418d287a09203eee888f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/nnsoft/trudeau/coloring/UncoloredOrderedNodes.java | trudeau/coloring | d991db21df220adbcf83418d287a09203eee888f | [
"Apache-2.0"
] | 1 | 2018-09-24T16:55:26.000Z | 2018-09-24T16:55:26.000Z | 23.991667 | 91 | 0.518235 | 1,003,127 | package org.nnsoft.trudeau.coloring;
/*
* Copyright 2013 - 2018 The Trudeau 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/LI... |
9244c12270a6250c446d3698346c4da47d4701cb | 22,285 | java | Java | classlib/java.desktop/src/main/resources/META-INF/modules/java.desktop/classes/javax/print/attribute/AttributeSetUtilities.java | Suyashtnt/Bytecoder | d957081d50f2d30b3206447b805b1ca9da69c8c2 | [
"Apache-2.0"
] | 543 | 2017-06-14T14:53:33.000Z | 2022-03-23T14:18:09.000Z | classlib/java.desktop/src/main/resources/META-INF/modules/java.desktop/classes/javax/print/attribute/AttributeSetUtilities.java | Suyashtnt/Bytecoder | d957081d50f2d30b3206447b805b1ca9da69c8c2 | [
"Apache-2.0"
] | 381 | 2017-10-31T14:29:54.000Z | 2022-03-25T15:27:27.000Z | classlib/java.desktop/src/main/resources/META-INF/modules/java.desktop/classes/javax/print/attribute/AttributeSetUtilities.java | Suyashtnt/Bytecoder | d957081d50f2d30b3206447b805b1ca9da69c8c2 | [
"Apache-2.0"
] | 50 | 2018-01-06T12:35:14.000Z | 2022-03-13T14:54:33.000Z | 33.112927 | 80 | 0.638681 | 1,003,128 | /*
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
9244c207863170078bdec6669502e4608e536cdd | 840 | java | Java | beige-lib/src/main/java/org/beigesoft/ui/container/ContainerGuiSrvs.java | rudyENgithub/beige-uml | 0f32391b9cd0c00696bf6fbd77c7cc7932f883cb | [
"Apache-2.0"
] | 1 | 2016-12-14T01:58:36.000Z | 2016-12-14T01:58:36.000Z | beige-lib/src/main/java/org/beigesoft/ui/container/ContainerGuiSrvs.java | rudyENgithub/beige-uml | 0f32391b9cd0c00696bf6fbd77c7cc7932f883cb | [
"Apache-2.0"
] | null | null | null | beige-lib/src/main/java/org/beigesoft/ui/container/ContainerGuiSrvs.java | rudyENgithub/beige-uml | 0f32391b9cd0c00696bf6fbd77c7cc7932f883cb | [
"Apache-2.0"
] | 1 | 2019-06-28T08:16:28.000Z | 2019-06-28T08:16:28.000Z | 22.702703 | 70 | 0.753571 | 1,003,129 | package org.beigesoft.ui.container;
import org.beigesoft.graphic.SettingsGraphic;
import org.beigesoft.service.ISrvI18n;
import org.beigesoft.ui.service.ISrvDialog;
public class ContainerGuiSrvs<DLI> implements IContainerSrvsGui<DLI> {
private final ISrvDialog<DLI> dialogSrv;
private final ISrvI18n i18nSrv;... |
9244c34ff0b67fe2d56d72e5dd4a7a2c1d759efa | 1,795 | java | Java | backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmCheckpointDao.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 347 | 2015-01-20T14:13:21.000Z | 2022-03-31T17:53:11.000Z | backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmCheckpointDao.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 128 | 2015-05-22T19:14:32.000Z | 2022-03-31T08:11:18.000Z | backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmCheckpointDao.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 202 | 2015-01-04T06:20:49.000Z | 2022-03-08T15:30:08.000Z | 26.791045 | 110 | 0.656267 | 1,003,130 | package org.ovirt.engine.core.dao;
import java.util.List;
import org.ovirt.engine.core.common.businessentities.VmCheckpoint;
import org.ovirt.engine.core.common.businessentities.storage.DiskImage;
import org.ovirt.engine.core.compat.Guid;
/**
* {@code VmCheckpointDao} defines a type which performs CRUD operations o... |
9244c388216f8f5922d14b93a848a220970b1353 | 1,144 | java | Java | src/main/java/com/zoowii/formutils/constraits/LengthConstrait.java | zoowii/form-utils | aeb7d3e56e2b39fb53ddc5c63da16c5be8b30e6b | [
"MIT"
] | null | null | null | src/main/java/com/zoowii/formutils/constraits/LengthConstrait.java | zoowii/form-utils | aeb7d3e56e2b39fb53ddc5c63da16c5be8b30e6b | [
"MIT"
] | null | null | null | src/main/java/com/zoowii/formutils/constraits/LengthConstrait.java | zoowii/form-utils | aeb7d3e56e2b39fb53ddc5c63da16c5be8b30e6b | [
"MIT"
] | null | null | null | 38.133333 | 125 | 0.70542 | 1,003,131 | package com.zoowii.formutils.constraits;
import com.zoowii.formutils.Constrait;
import com.zoowii.formutils.ValidateError;
import com.zoowii.formutils.ValidateErrorGenerator;
import com.zoowii.formutils.ValidateHelper;
import com.zoowii.formutils.annotations.Length;
/**
* Created by zoowii on 14/10/30.
*/
public cl... |
9244c3d49db5ce972b9a7388a2605cc54dca6a60 | 2,578 | java | Java | nosql/mongo-demo/src/main/java/geektime/spring/data/mongodemo/MongoDemoApplication.java | xiang12835/spring-family | 9cf8f33d2b03e150c3291a8f410276eddfdae5bb | [
"MIT"
] | 1 | 2021-09-29T07:24:56.000Z | 2021-09-29T07:24:56.000Z | nosql/mongo-demo/src/main/java/geektime/spring/data/mongodemo/MongoDemoApplication.java | xiang12835/spring-family | 9cf8f33d2b03e150c3291a8f410276eddfdae5bb | [
"MIT"
] | null | null | null | nosql/mongo-demo/src/main/java/geektime/spring/data/mongodemo/MongoDemoApplication.java | xiang12835/spring-family | 9cf8f33d2b03e150c3291a8f410276eddfdae5bb | [
"MIT"
] | 1 | 2021-09-17T15:05:17.000Z | 2021-09-17T15:05:17.000Z | 36.309859 | 86 | 0.778898 | 1,003,132 | package geektime.spring.data.mongodemo;
import com.mongodb.client.result.UpdateResult;
import geektime.spring.data.mongodemo.converter.MoneyReadConverter;
import geektime.spring.data.mongodemo.model.Coffee;
import lombok.extern.slf4j.Slf4j;
import org.joda.money.CurrencyUnit;
import org.joda.money.Money;
import org.sp... |
9244c44e181d9c9d3ac80fabd832b0b11093c12c | 282 | java | Java | src/com/inubit/research/layouter/interfaces/PetriNetModelInterface.java | frapu78/processeditor | 7a608d7fcc9a172a768a9907c9365a466164a7b1 | [
"Apache-2.0"
] | 5 | 2015-12-29T00:56:12.000Z | 2021-03-27T15:52:37.000Z | src/com/inubit/research/layouter/interfaces/PetriNetModelInterface.java | frapu78/processeditor | 7a608d7fcc9a172a768a9907c9365a466164a7b1 | [
"Apache-2.0"
] | 32 | 2015-02-26T21:09:45.000Z | 2018-06-18T19:34:53.000Z | src/com/inubit/research/layouter/interfaces/PetriNetModelInterface.java | frapu78/processeditor | 7a608d7fcc9a172a768a9907c9365a466164a7b1 | [
"Apache-2.0"
] | 6 | 2015-02-24T11:15:41.000Z | 2021-12-26T07:01:44.000Z | 14.842105 | 57 | 0.624113 | 1,003,133 | /**
*
* Process Editor
*
* (C) 2009, 2010 inubit AG
* (C) 2014 the authors
*
*/
package com.inubit.research.layouter.interfaces;
/**
* extension which marks this model as a petri net model
* @author ff
*
*/
public interface PetriNetModelInterface {
}
|
9244c4d27569fb0737d35ea7d79bfe2fd645dab0 | 3,453 | java | Java | tools/idea/src/main/java/ch/raffael/meldioc/idea/ElementRendering.java | Abnaxos/compose | 18737ba5db5b55b33f850366d927b146ecd4a8bf | [
"MIT"
] | 3 | 2019-07-09T10:21:27.000Z | 2019-08-18T07:49:10.000Z | tools/idea/src/main/java/ch/raffael/meldioc/idea/ElementRendering.java | Abnaxos/meldioc | 9b1dd7d374133efa5a611ad411b6b56d5327a59a | [
"MIT"
] | 63 | 2020-03-01T08:54:19.000Z | 2022-02-15T09:03:06.000Z | tools/idea/src/main/java/ch/raffael/meldioc/idea/ElementRendering.java | Abnaxos/meldioc | 9b1dd7d374133efa5a611ad411b6b56d5327a59a | [
"MIT"
] | 1 | 2019-08-02T02:50:02.000Z | 2019-08-02T02:50:02.000Z | 33.852941 | 95 | 0.663481 | 1,003,134 | /*
* Copyright (c) 2021 Raffael Herzog
*
* 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, merge,... |
9244c51991f12f244cac7df8cccde4deaca31255 | 314 | java | Java | ovh-java-sdk-order/src/main/java/net/minidev/ovh/api/hosting/web/OvhCronLanguageAvailable.java | marstona/ovh-java-sdk | b574fbbac59832fda7a4fedaf3cb1f074135f714 | [
"BSD-3-Clause"
] | 12 | 2017-04-04T07:20:48.000Z | 2021-04-20T07:54:21.000Z | ovh-java-sdk-order/src/main/java/net/minidev/ovh/api/hosting/web/OvhCronLanguageAvailable.java | marstona/ovh-java-sdk | b574fbbac59832fda7a4fedaf3cb1f074135f714 | [
"BSD-3-Clause"
] | 7 | 2017-04-05T04:54:16.000Z | 2019-09-24T11:17:05.000Z | ovh-java-sdk-order/src/main/java/net/minidev/ovh/api/hosting/web/OvhCronLanguageAvailable.java | marstona/ovh-java-sdk | b574fbbac59832fda7a4fedaf3cb1f074135f714 | [
"BSD-3-Clause"
] | 3 | 2019-10-10T13:51:22.000Z | 2020-11-13T14:30:45.000Z | 14.952381 | 47 | 0.691083 | 1,003,135 | package net.minidev.ovh.api.hosting.web;
/**
* Language available for cron script
*/
public class OvhCronLanguageAvailable {
/**
* Php versions
*
* canBeNull
*/
public OvhPhpVersionAvailableEnum[] php;
/**
* NodeJS versions
*
* canBeNull
*/
public OvhNodejsVersionAvailableEnum[] nodejs;
}
|
9244c5adba796712286e7b9a834c0e06ec259b00 | 4,234 | java | Java | sources/com/fasterxml/jackson/core/JsonLocation.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2019-10-01T11:34:10.000Z | 2019-10-01T11:34:10.000Z | sources/com/fasterxml/jackson/core/JsonLocation.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | null | null | null | sources/com/fasterxml/jackson/core/JsonLocation.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2020-05-26T05:10:33.000Z | 2020-05-26T05:10:33.000Z | 32.320611 | 181 | 0.550779 | 1,003,136 | package com.fasterxml.jackson.core;
import java.io.Serializable;
import java.nio.charset.Charset;
public class JsonLocation implements Serializable {
/* renamed from: NA */
public static final JsonLocation f12547NA;
protected final int _columnNr;
protected final int _lineNr;
final transient Objec... |
9244c62e919d1b052ff02e646545045930f2a892 | 1,428 | java | Java | chapter_002_IO/src/test/java/ru/job4j/io/ConfigTest.java | anderson178/job4j_junior | 0f3502f6b56c1d7d2cb1cd56cd64ba11f330889f | [
"Apache-2.0"
] | 2 | 2019-03-17T14:49:04.000Z | 2019-09-14T19:00:01.000Z | chapter_002_IO/src/test/java/ru/job4j/io/ConfigTest.java | anderson178/job4j_junior | 0f3502f6b56c1d7d2cb1cd56cd64ba11f330889f | [
"Apache-2.0"
] | null | null | null | chapter_002_IO/src/test/java/ru/job4j/io/ConfigTest.java | anderson178/job4j_junior | 0f3502f6b56c1d7d2cb1cd56cd64ba11f330889f | [
"Apache-2.0"
] | null | null | null | 33.209302 | 101 | 0.667367 | 1,003,137 | package ru.job4j.io;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
/**
* @author Денис Мироненко
* @version $Id$
* @since 12.04.2019
*/
public c... |
9244c6730c3a8fe02188590c0d13e2d395020f2a | 10,982 | java | Java | src/test/java/com/github/aguther/dds/discovery/observer/PublicationObserverTest.java | aguther/dds-examples | fb4d51fefd0f23fa7b0ffb6dee4b6f3c7ed719fa | [
"MIT"
] | 3 | 2017-12-08T05:02:36.000Z | 2020-05-12T23:19:10.000Z | src/test/java/com/github/aguther/dds/discovery/observer/PublicationObserverTest.java | aguther/dds-examples | fb4d51fefd0f23fa7b0ffb6dee4b6f3c7ed719fa | [
"MIT"
] | null | null | null | src/test/java/com/github/aguther/dds/discovery/observer/PublicationObserverTest.java | aguther/dds-examples | fb4d51fefd0f23fa7b0ffb6dee4b6f3c7ed719fa | [
"MIT"
] | 1 | 2021-06-17T06:23:35.000Z | 2021-06-17T06:23:35.000Z | 36.006557 | 93 | 0.760881 | 1,003,138 | /*
* MIT License
*
* Copyright (c) 2018 Andreas Guther
*
* 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, m... |
9244c705c058795428848ea2726a1884455e1ce4 | 187 | java | Java | miniwas/src/main/java/my/examples/was02/MiniWAS.java | JeremyShin/webTest | d021e433a1ee02fc1ccd34d837adcde35626abd8 | [
"MIT"
] | null | null | null | miniwas/src/main/java/my/examples/was02/MiniWAS.java | JeremyShin/webTest | d021e433a1ee02fc1ccd34d837adcde35626abd8 | [
"MIT"
] | null | null | null | miniwas/src/main/java/my/examples/was02/MiniWAS.java | JeremyShin/webTest | d021e433a1ee02fc1ccd34d837adcde35626abd8 | [
"MIT"
] | null | null | null | 18.7 | 50 | 0.641711 | 1,003,139 | package my.examples.was02;
public class MiniWAS extends Thread{
@Override
public void run() {
Connector connector = new Connector(8888);
connector.run();
}
}
|
9244c79ef9d7824f6b3255c48ba1ebc81ce00870 | 147 | java | Java | src/main/java/com/rejoice/service/SecurityService.java | PogrebenniyAlex/Bitclave-Hackathon | 718f82fd375320815bdacaf2785d10e2deeee588 | [
"MIT"
] | null | null | null | src/main/java/com/rejoice/service/SecurityService.java | PogrebenniyAlex/Bitclave-Hackathon | 718f82fd375320815bdacaf2785d10e2deeee588 | [
"MIT"
] | null | null | null | src/main/java/com/rejoice/service/SecurityService.java | PogrebenniyAlex/Bitclave-Hackathon | 718f82fd375320815bdacaf2785d10e2deeee588 | [
"MIT"
] | null | null | null | 18.375 | 37 | 0.741497 | 1,003,140 | package com.rejoice.service;
import com.rejoice.entity.user.User;
public interface SecurityService {
void autoLoginUser(User user);
}
|
9244c909b1b1b968be614a85cccd8a56cb78039d | 1,597 | java | Java | src/api/web/gw2/mapping/v1/guilddetails/GuildDetailsEmblem.java | fabricebouye/GW2WebAPIMapping | d4e26f37293b2d96f1fc1d61cb9dd48b5f6d8415 | [
"BSD-3-Clause"
] | null | null | null | src/api/web/gw2/mapping/v1/guilddetails/GuildDetailsEmblem.java | fabricebouye/GW2WebAPIMapping | d4e26f37293b2d96f1fc1d61cb9dd48b5f6d8415 | [
"BSD-3-Clause"
] | null | null | null | src/api/web/gw2/mapping/v1/guilddetails/GuildDetailsEmblem.java | fabricebouye/GW2WebAPIMapping | d4e26f37293b2d96f1fc1d61cb9dd48b5f6d8415 | [
"BSD-3-Clause"
] | null | null | null | 24.953125 | 102 | 0.637445 | 1,003,141 | /*
* Copyright (C) 2015-2019 Fabrice Bouyé
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*/
package api.web.gw2.mapping.v1.guilddetails;
import api.web.gw2.mapping.core.IdValue;
import api.web.gw2.mapping.core.Se... |
9244ca08b8487fbfa637ec0e314d16d23bf3ea28 | 430 | java | Java | authentication/src/main/java/com/lukaspar/ep/authentication/repository/MessageRepository.java | lukaspar/noname | b44af7a5746f6b20614274c9aea3cae2ec3813bd | [
"Apache-2.0"
] | null | null | null | authentication/src/main/java/com/lukaspar/ep/authentication/repository/MessageRepository.java | lukaspar/noname | b44af7a5746f6b20614274c9aea3cae2ec3813bd | [
"Apache-2.0"
] | null | null | null | authentication/src/main/java/com/lukaspar/ep/authentication/repository/MessageRepository.java | lukaspar/noname | b44af7a5746f6b20614274c9aea3cae2ec3813bd | [
"Apache-2.0"
] | null | null | null | 28.666667 | 73 | 0.830233 | 1,003,142 | package com.lukaspar.ep.authentication.repository;
import com.lukaspar.ep.authentication.model.Message;
import com.lukaspar.ep.authentication.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface... |
9244caa31556f45b46903463de261482248c8b1a | 1,491 | java | Java | src/java/servlets/family/ItemDepositServlet.java | hepa/XMLHazi | a8c8d066e381d58f91815212b72e904a2bad76cc | [
"CC-BY-3.0"
] | null | null | null | src/java/servlets/family/ItemDepositServlet.java | hepa/XMLHazi | a8c8d066e381d58f91815212b72e904a2bad76cc | [
"CC-BY-3.0"
] | null | null | null | src/java/servlets/family/ItemDepositServlet.java | hepa/XMLHazi | a8c8d066e381d58f91815212b72e904a2bad76cc | [
"CC-BY-3.0"
] | null | null | null | 28.673077 | 114 | 0.655265 | 1,003,143 | package servlets.family;
import business.Account;
import business.Family;
import business.Homework;
import business.Item;
import business.Student;
import java.io.*;
import java.sql.SQLException;
import javax.servlet.*;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.*;
import org.apache.log4j.Log... |
9244cb17079d4049a7470b9115f7e02b90d8ee7f | 12,036 | java | Java | src/main/java/com/plugins/mygetset/ui/setconvert.java | Link-Kou/intellij-getset | 11ab3126338affcf1b2a12568b75e8cce29f6c9d | [
"MIT"
] | 1 | 2021-03-31T04:24:54.000Z | 2021-03-31T04:24:54.000Z | src/main/java/com/plugins/mygetset/ui/setconvert.java | Link-Kou/intellij-getset | 11ab3126338affcf1b2a12568b75e8cce29f6c9d | [
"MIT"
] | null | null | null | src/main/java/com/plugins/mygetset/ui/setconvert.java | Link-Kou/intellij-getset | 11ab3126338affcf1b2a12568b75e8cce29f6c9d | [
"MIT"
] | null | null | null | 25.232704 | 134 | 0.676138 | 1,003,144 | package com.plugins.mygetset.ui;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.PlatformDataKeys;
import com.intellij.openapi.command.WriteCommandAction;
import com.intellij.openapi.editor.Editor;
import com.intellij.psi.PsiClass;
import com.intellij.psi.PsiField;
impo... |
9244cb24a271be55bcaa2c4cf67546a3291a4705 | 3,649 | java | Java | chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/IncognitoTabModelTest.java | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/IncognitoTabModelTest.java | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/IncognitoTabModelTest.java | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | 38.410526 | 99 | 0.73801 | 1,003,145 | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.tabmodel;
import android.support.test.filters.MediumTest;
import android.support.test.filters.SmallTest;
import org.... |
9244cba2a562e09369feb2be20010c820e8ddd33 | 1,932 | java | Java | app/src/main/java/com/android/batdemir/library/ui/ui_default/activities/maps/MapsActivity.java | batdemirorg/android.batdemir.library | 8a1f06af3828f377f82b834bf2407f93cc5304f7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/batdemir/library/ui/ui_default/activities/maps/MapsActivity.java | batdemirorg/android.batdemir.library | 8a1f06af3828f377f82b834bf2407f93cc5304f7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/batdemir/library/ui/ui_default/activities/maps/MapsActivity.java | batdemirorg/android.batdemir.library | 8a1f06af3828f377f82b834bf2407f93cc5304f7 | [
"Apache-2.0"
] | null | null | null | 41.106383 | 117 | 0.745859 | 1,003,146 | package com.android.batdemir.library.ui.ui_default.activities.maps;
import android.os.Bundle;
import androidx.fragment.app.FragmentActivity;
import com.android.batdemir.library.R;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.... |
9244cd1d7ca5ff86f72a03336818e2e47f8b0f68 | 328 | java | Java | compiler/testData/asJava/ultraLightClasses/localClassDerived.java | Dimat112/kotlin | 0c463d3260bb78afd8da308849e430162aab6cd9 | [
"ECL-2.0",
"Apache-2.0"
] | 45,293 | 2015-01-01T06:23:46.000Z | 2022-03-31T21:55:51.000Z | compiler/testData/asJava/ultraLightClasses/localClassDerived.java | Dimat112/kotlin | 0c463d3260bb78afd8da308849e430162aab6cd9 | [
"ECL-2.0",
"Apache-2.0"
] | 3,386 | 2015-01-12T13:28:50.000Z | 2022-03-31T17:48:15.000Z | compiler/testData/asJava/ultraLightClasses/localClassDerived.java | Dimat112/kotlin | 0c463d3260bb78afd8da308849e430162aab6cd9 | [
"ECL-2.0",
"Apache-2.0"
] | 6,351 | 2015-01-03T12:30:09.000Z | 2022-03-31T20:46:54.000Z | 20.5 | 78 | 0.661585 | 1,003,147 | public final class Boo /* Boo*/ {
public Boo();// .ctor()
public final void fooBar();// fooBar()
}
public static final class LocalClassBase /* null*/ {
public LocalClassBase();// .ctor()
}
public static final class LocalClassDerived /* null*/ extends LocalClassBase {
public LocalClassDerived();// .c... |
9244ce305ded91e43022dc46612f63c9bcecb03c | 1,764 | java | Java | symbol/src/main/java/fr/itris/glips/library/color/SVGW3CColor.java | zhangdan660/jgdraw | 7762908477af1c4bb56f73a6789342bbea810a6a | [
"Apache-2.0"
] | null | null | null | symbol/src/main/java/fr/itris/glips/library/color/SVGW3CColor.java | zhangdan660/jgdraw | 7762908477af1c4bb56f73a6789342bbea810a6a | [
"Apache-2.0"
] | null | null | null | symbol/src/main/java/fr/itris/glips/library/color/SVGW3CColor.java | zhangdan660/jgdraw | 7762908477af1c4bb56f73a6789342bbea810a6a | [
"Apache-2.0"
] | null | null | null | 31.589286 | 73 | 0.647258 | 1,003,148 | /*
* Created on 18 févr. 2005
=============================================
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
=============================================
GLIPS Graffiti Editor, a SVG Editor
Copyright (C) 2003 Jordi SUC, Philippe Gil, SARL ITRIS
This library is free software; you can... |
9244ce39e8d108ac8b0bd163991d029c1973fbe7 | 475 | java | Java | online-course-commons/src/main/java/com/course/commons/constant/TimeConstants.java | small-tangerine/online-course | 4f89623c44a6ca05867969f605f66c543137d52a | [
"MIT"
] | null | null | null | online-course-commons/src/main/java/com/course/commons/constant/TimeConstants.java | small-tangerine/online-course | 4f89623c44a6ca05867969f605f66c543137d52a | [
"MIT"
] | null | null | null | online-course-commons/src/main/java/com/course/commons/constant/TimeConstants.java | small-tangerine/online-course | 4f89623c44a6ca05867969f605f66c543137d52a | [
"MIT"
] | null | null | null | 22.619048 | 80 | 0.661053 | 1,003,149 | package com.course.commons.constant;
/**
* 时间默认格式
*
* @since 2022-01-25
*/
public class TimeConstants {
private TimeConstants(){
throw new IllegalStateException("Utility class");
}
/** 默认日期时间格式 */
public static final String DEFAULT_DATE_TIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
/** 默认日期格式 *... |
9244d03e65aa4fef4253227ebdf24dc60eaba254 | 1,403 | java | Java | app/src/main/java/demo2/com/example/liuqiuyue/shop/bean/Page.java | Liuqiuyue0/shop | ecc36dc894d5046cdcdae64f4ebe9859fe581c25 | [
"MIT"
] | 10 | 2017-12-04T02:51:57.000Z | 2019-12-30T09:51:48.000Z | app/src/main/java/demo2/com/example/liuqiuyue/shop/bean/Page.java | Liuqiuyue0/shop | ecc36dc894d5046cdcdae64f4ebe9859fe581c25 | [
"MIT"
] | null | null | null | app/src/main/java/demo2/com/example/liuqiuyue/shop/bean/Page.java | Liuqiuyue0/shop | ecc36dc894d5046cdcdae64f4ebe9859fe581c25 | [
"MIT"
] | 3 | 2019-10-16T17:03:16.000Z | 2022-02-20T12:23:10.000Z | 18.706667 | 49 | 0.610121 | 1,003,150 | package demo2.com.example.liuqiuyue.shop.bean;
import java.util.List;
/**
* Created by liuqiuyue on 2017/4/12.
*/
public class Page<T> {
private String copyright;
private int totalCount;
private int currentPage;
private int totalPage;
private int pageSize;
private List<T> orders;
privat... |
9244d172dc29c7fb893ec178c82957f99b5e7291 | 19,095 | java | Java | gpff-commons/src/main/java/ve/com/sios/gpff/legacy/message/RECAPMFMMessage.java | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | 1 | 2019-07-02T10:01:31.000Z | 2019-07-02T10:01:31.000Z | gpff-commons/src/main/java/ve/com/sios/gpff/legacy/message/RECAPMFMMessage.java | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | null | null | null | gpff-commons/src/main/java/ve/com/sios/gpff/legacy/message/RECAPMFMMessage.java | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | 1 | 2021-04-21T18:52:59.000Z | 2021-04-21T18:52:59.000Z | 25.24106 | 79 | 0.578633 | 1,003,151 | package ve.com.sios.gpff.legacy.message;
import java.math.BigDecimal;
import java.util.Hashtable;
import ve.com.sios.gpff.legacy.sockets.CharacterField;
import ve.com.sios.gpff.legacy.sockets.DecimalField;
import ve.com.sios.gpff.legacy.sockets.MessageField;
import ve.com.sios.gpff.legacy.sockets.MessageRecord;
/**
... |
9244d1748ec524e0e6193f5db42cd587f09ad4be | 3,873 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Mark1/Auto/WarehousePark.java | garagebot15146/freight-frenzy | 8179629538b441d61dc37e3b79e29a1eb618404a | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Mark1/Auto/WarehousePark.java | garagebot15146/freight-frenzy | 8179629538b441d61dc37e3b79e29a1eb618404a | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Mark1/Auto/WarehousePark.java | garagebot15146/freight-frenzy | 8179629538b441d61dc37e3b79e29a1eb618404a | [
"MIT"
] | null | null | null | 39.520408 | 208 | 0.64188 | 1,003,152 | //package org.firstinspires.ftc.teamcode.Mark1.Auto;
//
//import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
//import com.qualcomm.robotcore.eventloop.opmode.Disabled;
//import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
//import com.qualcomm.robotcore.hardware.DcMotor;
//import com.qualcomm.robotcore... |
9244d204944ce0e06ab7d2718c1b7e2588cf6cba | 2,678 | java | Java | src/minecraft/net/minecraft/command/server/CommandPardonIp.java | SolarEntropy/Minecraft | 2de569a3a13c0cce48404bca09bde425d8bde4a8 | [
"Apache-2.0"
] | 8 | 2016-03-11T08:37:03.000Z | 2021-07-09T14:13:05.000Z | src/minecraft/net/minecraft/command/server/CommandPardonIp.java | SolarEntropy/Minecraft | 2de569a3a13c0cce48404bca09bde425d8bde4a8 | [
"Apache-2.0"
] | 7 | 2016-03-24T19:12:58.000Z | 2016-06-05T07:05:06.000Z | src/minecraft/net/minecraft/command/server/CommandPardonIp.java | SolarEntropy/Minecraft | 2de569a3a13c0cce48404bca09bde425d8bde4a8 | [
"Apache-2.0"
] | 19 | 2016-03-06T21:44:04.000Z | 2021-09-26T15:06:19.000Z | 31.505882 | 156 | 0.658701 | 1,003,153 | package net.minecraft.command.server;
import java.util.Collections;
import java.util.List;
import java.util.regex.Matcher;
import net.minecraft.command.CommandBase;
import net.minecraft.command.CommandException;
import net.minecraft.command.ICommandSender;
import net.minecraft.command.SyntaxErrorException;
import net.... |
9244d20fbf07ed20cc60a663f9279fd5d99e563c | 1,020 | java | Java | src/test/java/graph/SAXErrorHandler.java | NinePts/OntoGraph | c35aec2345b2e4e31ce78ee16f2feb639f7c832a | [
"Apache-2.0"
] | 23 | 2017-09-12T22:51:07.000Z | 2022-03-07T12:43:00.000Z | src/test/java/graph/SAXErrorHandler.java | NinePts/OntoGraph | c35aec2345b2e4e31ce78ee16f2feb639f7c832a | [
"Apache-2.0"
] | 38 | 2017-09-12T03:11:14.000Z | 2019-04-12T12:40:30.000Z | src/test/java/graph/SAXErrorHandler.java | NinePts/OntoGraph | c35aec2345b2e4e31ce78ee16f2feb639f7c832a | [
"Apache-2.0"
] | 8 | 2017-10-06T18:56:51.000Z | 2021-01-05T14:34:09.000Z | 30 | 75 | 0.747059 | 1,003,154 | /**
* Copyright (c) Nine Points Solutions, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
9244d22051601118e3e66e89ffa64ab9409f5df5 | 22,224 | java | Java | src/com/festp/utils/UtilsColor.java | festino/hodgepodge | 5182f3c84ba411fa244ee43e07d0588701b15449 | [
"MIT"
] | 1 | 2018-10-23T13:35:29.000Z | 2018-10-23T13:35:29.000Z | src/com/festp/utils/UtilsColor.java | festino/hodgepodge | 5182f3c84ba411fa244ee43e07d0588701b15449 | [
"MIT"
] | null | null | null | src/com/festp/utils/UtilsColor.java | festino/hodgepodge | 5182f3c84ba411fa244ee43e07d0588701b15449 | [
"MIT"
] | 1 | 2018-10-23T13:35:30.000Z | 2018-10-23T13:35:30.000Z | 42.493308 | 121 | 0.804716 | 1,003,155 | package com.festp.utils;
import org.bukkit.DyeColor;
import org.bukkit.Material;
public class UtilsColor {
//(wall) banner, bed, carpet, concrete, concrete powder, glass(pane), wool, shulker box, terracotta, glazed, dye or null
public static DyeColor colorFromMaterial(Material m) {
switch(m) {
//banner
case... |
9244d229e19e49288e524a590d10a90d4ed9740a | 2,367 | java | Java | src/test/java/io/ebeaninternal/server/expression/DefaultExpressionFactoryTest.java | kevinobama/ebeanTesting | 0aff81116e72abf7b4888c6dd516b1ee1b345f7f | [
"Apache-2.0"
] | null | null | null | src/test/java/io/ebeaninternal/server/expression/DefaultExpressionFactoryTest.java | kevinobama/ebeanTesting | 0aff81116e72abf7b4888c6dd516b1ee1b345f7f | [
"Apache-2.0"
] | null | null | null | src/test/java/io/ebeaninternal/server/expression/DefaultExpressionFactoryTest.java | kevinobama/ebeanTesting | 0aff81116e72abf7b4888c6dd516b1ee1b345f7f | [
"Apache-2.0"
] | 1 | 2020-09-02T08:54:43.000Z | 2020-09-02T08:54:43.000Z | 31.56 | 82 | 0.763414 | 1,003,156 | package io.ebeaninternal.server.expression;
import io.ebean.Expression;
import org.junit.Test;
import static org.assertj.core.api.StrictAssertions.assertThat;
public class DefaultExpressionFactoryTest {
@Test
public void testLowerILike() throws Exception {
DefaultExpressionFactory factory = new DefaultExp... |
9244d44d322ec0d6aeff9f95e19ee0c550a9c516 | 337 | java | Java | jaxrs-doclet-sample-dropwizard/src/main/java/com/hypnoticocelot/jaxrs/doclet/sample/resources/AuthResource.java | moove-it/swagger-jaxrs-doclet | 37d07619f8e20f2ca01478e3f494470febd604fb | [
"Apache-2.0"
] | 1 | 2018-05-23T08:35:15.000Z | 2018-05-23T08:35:15.000Z | jaxrs-doclet-sample-dropwizard/src/main/java/com/hypnoticocelot/jaxrs/doclet/sample/resources/AuthResource.java | moove-it/swagger-jaxrs-doclet | 37d07619f8e20f2ca01478e3f494470febd604fb | [
"Apache-2.0"
] | null | null | null | jaxrs-doclet-sample-dropwizard/src/main/java/com/hypnoticocelot/jaxrs/doclet/sample/resources/AuthResource.java | moove-it/swagger-jaxrs-doclet | 37d07619f8e20f2ca01478e3f494470febd604fb | [
"Apache-2.0"
] | null | null | null | 18.722222 | 57 | 0.652819 | 1,003,157 | package com.hypnoticocelot.jaxrs.doclet.sample.resources;
import com.yammer.dropwizard.auth.Auth;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
@Path("/Auth")
public class AuthResource {
/**
* @status 404 not found
*/
@GET
public String authorize(@Auth String user) {
return "USER = "... |
9244d6158bc795e3a70252b2507b13d3216f7c4b | 4,544 | java | Java | src/main/java/com/matchandtrade/persistence/criteria/ArticleNativeQueryRepository.java | rafasantos/matchandtrade-api | 203c6c41a5cb8237e38d05be5db2b45a1822049e | [
"MIT"
] | null | null | null | src/main/java/com/matchandtrade/persistence/criteria/ArticleNativeQueryRepository.java | rafasantos/matchandtrade-api | 203c6c41a5cb8237e38d05be5db2b45a1822049e | [
"MIT"
] | 3 | 2018-01-22T00:36:11.000Z | 2018-02-18T14:14:53.000Z | src/main/java/com/matchandtrade/persistence/criteria/ArticleNativeQueryRepository.java | rafasantos/matchandtrade-web-api | 203c6c41a5cb8237e38d05be5db2b45a1822049e | [
"MIT"
] | 1 | 2020-01-30T15:56:32.000Z | 2020-01-30T15:56:32.000Z | 34.424242 | 117 | 0.71831 | 1,003,158 | package com.matchandtrade.persistence.criteria;
import com.matchandtrade.persistence.common.*;
import com.matchandtrade.persistence.entity.ArticleEntity;
import com.matchandtrade.rest.service.SearchRecipeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Compo... |
9244d69a7a2914dd9cc6800206582bcec23b5dd5 | 1,080 | java | Java | learnAndTest/src/main/java/GOF23/C8_Memento/ChessMan.java | wangyeIsClever/myProject | 3b9d686db6929142ec4dc1bbc306b2e846f38d69 | [
"MIT"
] | 1 | 2019-07-29T06:09:00.000Z | 2019-07-29T06:09:00.000Z | learnAndTest/src/main/java/GOF23/C8_Memento/ChessMan.java | wangyeIsClever/myProject | 3b9d686db6929142ec4dc1bbc306b2e846f38d69 | [
"MIT"
] | null | null | null | learnAndTest/src/main/java/GOF23/C8_Memento/ChessMan.java | wangyeIsClever/myProject | 3b9d686db6929142ec4dc1bbc306b2e846f38d69 | [
"MIT"
] | null | null | null | 17.419355 | 112 | 0.541667 | 1,003,159 | package GOF23.C8_Memento;
/**
* 棋子类,这是原发器,被保存的对象
*/
public class ChessMan {
private Color color; // 棋子颜色
private int x; // 棋子横坐标
private int y; // 棋子纵坐标
/**
* 保存到备忘录
* @return 棋子的备忘录
*/
public ChessMemento saveToMemento(){
return new ChessMemento(this.color,this.x,this... |
9244d7aef9c954e108d417adb350a9530685c36f | 827 | java | Java | XiaoYuanFenApp/commonlibrary/src/main/java/foundation/util/ResUtils.java | fugx/XiaoYuanFen | 6b936f023601fc6058ba112266d06c72147a2b62 | [
"Apache-2.0"
] | null | null | null | XiaoYuanFenApp/commonlibrary/src/main/java/foundation/util/ResUtils.java | fugx/XiaoYuanFen | 6b936f023601fc6058ba112266d06c72147a2b62 | [
"Apache-2.0"
] | null | null | null | XiaoYuanFenApp/commonlibrary/src/main/java/foundation/util/ResUtils.java | fugx/XiaoYuanFen | 6b936f023601fc6058ba112266d06c72147a2b62 | [
"Apache-2.0"
] | null | null | null | 19.232558 | 76 | 0.586457 | 1,003,160 | package foundation.util;
import android.content.Context;
/**
* Function:本地资源获取帮助类
*/
public class ResUtils
{
/**
* 从本地资源文件中获取字符串
*
* @param c 上下文
* @param resId 资源文件id
*/
public static String getString(Context c, int resId)
{
return c.getApplicationContext().getResou... |
9244d7e5faa3562610245af2722dbdbbbb59f11e | 967 | java | Java | ProjetoRest/src/br/com/projetoRest/util/Conexao.java | saviocode/PI-2018-2 | cf1c5fd3fd5a997d9d261b39e1e58bb402c5e469 | [
"MIT"
] | null | null | null | ProjetoRest/src/br/com/projetoRest/util/Conexao.java | saviocode/PI-2018-2 | cf1c5fd3fd5a997d9d261b39e1e58bb402c5e469 | [
"MIT"
] | null | null | null | ProjetoRest/src/br/com/projetoRest/util/Conexao.java | saviocode/PI-2018-2 | cf1c5fd3fd5a997d9d261b39e1e58bb402c5e469 | [
"MIT"
] | null | null | null | 29.30303 | 114 | 0.617373 | 1,003,161 | package br.com.projetoRest.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class Conexao {
private static Connection conexao;
public static Connection getConexao(){
try {
if(conexao == null || conexao.isClosed())
... |
9244d9d73877c2bc0b4cbaeefe7949b248b305bb | 817 | java | Java | fhir-database-utils/src/main/java/com/ibm/fhir/database/utils/thread/ThreadHandler.java | IBM/FHIR | b44d66f83bc63587b57bd3726bf9236e82244d00 | [
"Apache-2.0"
] | 209 | 2019-08-14T15:11:17.000Z | 2022-03-25T10:30:35.000Z | fhir-database-utils/src/main/java/com/ibm/fhir/database/utils/thread/ThreadHandler.java | IBM/FHIR | b44d66f83bc63587b57bd3726bf9236e82244d00 | [
"Apache-2.0"
] | 1,944 | 2019-08-29T20:03:24.000Z | 2022-03-31T22:38:28.000Z | fhir-database-utils/src/main/java/com/ibm/fhir/database/utils/thread/ThreadHandler.java | IBM/FHIR | b44d66f83bc63587b57bd3726bf9236e82244d00 | [
"Apache-2.0"
] | 134 | 2019-09-02T10:36:17.000Z | 2022-03-06T15:08:07.000Z | 22.694444 | 59 | 0.631579 | 1,003,162 | /*
* (C) Copyright IBM Corp. 2021
*
* SPDX-License-Identifier: Apache-2.0
*/
package com.ibm.fhir.database.utils.thread;
/**
* ThreadHandler is a common pattern used to control the
* safe handling of a sleeping thread.
*/
public final class ThreadHandler {
public static final long SECOND = 1000;
publi... |
9244da1f22f90b169722e17b744fe1096dca6153 | 747 | java | Java | src/main/java/org/digitalmediaserver/cast/Message.java | DigitalMediaServer/chromecast-api | 42bf93d8608b7f97275ffcd989788eab7009a2f5 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/digitalmediaserver/cast/Message.java | DigitalMediaServer/chromecast-api | 42bf93d8608b7f97275ffcd989788eab7009a2f5 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/digitalmediaserver/cast/Message.java | DigitalMediaServer/chromecast-api | 42bf93d8608b7f97275ffcd989788eab7009a2f5 | [
"Apache-2.0"
] | null | null | null | 32.565217 | 75 | 0.740988 | 1,003,163 | /*
* Copyright 2015 Vitaly Litvak (anpch@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
9244da3c6952b97237a37d153a62d6c786727d2a | 908 | java | Java | app/src/main/java/com/example/android/quakereport/EarthquakeLoader.java | nilay1998/QuakeReport | a82cdadc7de8f15d913252588c2b22f2edead4e9 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/quakereport/EarthquakeLoader.java | nilay1998/QuakeReport | a82cdadc7de8f15d913252588c2b22f2edead4e9 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/quakereport/EarthquakeLoader.java | nilay1998/QuakeReport | a82cdadc7de8f15d913252588c2b22f2edead4e9 | [
"Apache-2.0"
] | null | null | null | 23.894737 | 73 | 0.661894 | 1,003,164 | package com.example.android.quakereport;
import android.content.AsyncTaskLoader;
import android.content.Context;
import android.util.Log;
import java.io.IOException;
import java.net.URL;
import static com.example.android.quakereport.EarthquakeActivity.LOG_TAG;
public class EarthquakeLoader extends AsyncTaskLoader<St... |
9244da3d757e225538540bd38eaa49f8d835ed19 | 4,283 | java | Java | openjdk11/test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001/TestDescription.java | iootclab/openjdk | b01fc962705eadfa96def6ecff46c44d522e0055 | [
"Apache-2.0"
] | 2 | 2018-06-19T05:43:32.000Z | 2018-06-23T10:04:56.000Z | test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001/TestDescription.java | desiyonan/OpenJDK8 | 74d4f56b6312c303642e053e5d428b44cc8326c5 | [
"MIT"
] | null | null | null | test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/RedefineClasses/redefinecls001/TestDescription.java | desiyonan/OpenJDK8 | 74d4f56b6312c303642e053e5d428b44cc8326c5 | [
"MIT"
] | null | null | null | 46.053763 | 94 | 0.721223 | 1,003,165 | /*
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
9244dae65990f933d7815dd309adbaad70a49132 | 519 | java | Java | javac-support/src/main/java/com/webcohesion/enunciate/javac/decorations/adaptors/TypeElementAdaptor.java | octetnest/enunciate | e571c6a7aa50a18c60a529be28d14619342940eb | [
"Apache-2.0"
] | 431 | 2015-01-05T06:27:54.000Z | 2022-03-29T22:01:03.000Z | javac-support/src/main/java/com/webcohesion/enunciate/javac/decorations/adaptors/TypeElementAdaptor.java | octetnest/enunciate | e571c6a7aa50a18c60a529be28d14619342940eb | [
"Apache-2.0"
] | 1,020 | 2015-01-17T17:44:54.000Z | 2022-03-30T14:11:06.000Z | javac-support/src/main/java/com/webcohesion/enunciate/javac/decorations/adaptors/TypeElementAdaptor.java | octetnest/enunciate | e571c6a7aa50a18c60a529be28d14619342940eb | [
"Apache-2.0"
] | 180 | 2015-02-02T17:12:44.000Z | 2022-03-05T10:51:47.000Z | 25.95 | 79 | 0.803468 | 1,003,166 | package com.webcohesion.enunciate.javac.decorations.adaptors;
import javax.lang.model.element.Element;
import javax.lang.model.element.ExecutableElement;
import javax.lang.model.element.Name;
import javax.lang.model.element.TypeElement;
import java.util.List;
/**
* @author Ryan Heaton
*/
public interface TypeElemen... |
9244db92fd2b0543d39b986fe31c1073af34c7b5 | 3,501 | java | Java | src/test/java/org/pebble/core/encoding/ints/datastructures/InvertedListIntReferenceListsIndexAddListIntoListsInvertedIndexTest.java | kennethdick/pebble | 5947e8bb39f286cad19ed6e806a63fae4824b607 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/pebble/core/encoding/ints/datastructures/InvertedListIntReferenceListsIndexAddListIntoListsInvertedIndexTest.java | kennethdick/pebble | 5947e8bb39f286cad19ed6e806a63fae4824b607 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/pebble/core/encoding/ints/datastructures/InvertedListIntReferenceListsIndexAddListIntoListsInvertedIndexTest.java | kennethdick/pebble | 5947e8bb39f286cad19ed6e806a63fae4824b607 | [
"Apache-2.0"
] | null | null | null | 43.7625 | 112 | 0.702656 | 1,003,167 | package org.pebble.core.encoding.ints.datastructures;
/**
* Copyright 2015 Groupon
*
* 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
... |
9244db990046929ff7b852341fe3964b1f729ffe | 483 | java | Java | gulimall-auth-server/src/main/java/com/atguigu/gulimall/auth/vo/SocialUser.java | kLjSumi/gulimall_learning | 4ededf44a1f005631181c6ff6973bb6261bb8603 | [
"Apache-2.0"
] | null | null | null | gulimall-auth-server/src/main/java/com/atguigu/gulimall/auth/vo/SocialUser.java | kLjSumi/gulimall_learning | 4ededf44a1f005631181c6ff6973bb6261bb8603 | [
"Apache-2.0"
] | null | null | null | gulimall-auth-server/src/main/java/com/atguigu/gulimall/auth/vo/SocialUser.java | kLjSumi/gulimall_learning | 4ededf44a1f005631181c6ff6973bb6261bb8603 | [
"Apache-2.0"
] | 1 | 2020-11-24T07:53:09.000Z | 2020-11-24T07:53:09.000Z | 19.32 | 58 | 0.648033 | 1,003,168 | package com.atguigu.gulimall.auth.vo;
import lombok.Data;
/**
* @author kLjSumi
* @Date 2020/12/30
*
* {
* "access_token": "2.00y94ccG_5iktBfd202aba950ku43h",
* "remind_in": "157679999",
* "expires_in": 157679999,
* "uid": "6067444432",
* "isRealName": "true"
* }
*/
@Data
public class S... |
9244dc4fa1374d22e751dcea537ea5db98de937b | 922 | java | Java | src/main/java/com/kerbores/gitea/client/model/CreateStatusOption.java | Kerbores/gitea-integration | 9de0e97fa0d101c51a9431df1bf2a9b458cb41cb | [
"Apache-2.0"
] | 2 | 2021-03-17T19:43:21.000Z | 2021-03-23T01:56:41.000Z | src/main/java/com/kerbores/gitea/client/model/CreateStatusOption.java | Kerbores/gitea-integration | 9de0e97fa0d101c51a9431df1bf2a9b458cb41cb | [
"Apache-2.0"
] | 1 | 2021-02-14T18:17:15.000Z | 2021-02-14T18:17:15.000Z | src/main/java/com/kerbores/gitea/client/model/CreateStatusOption.java | Kerbores/gitea-integration | 9de0e97fa0d101c51a9431df1bf2a9b458cb41cb | [
"Apache-2.0"
] | null | null | null | 21.44186 | 79 | 0.735358 | 1,003,169 | /*
* Gitea API. This documentation describes the Gitea API.
*
* OpenAPI spec version: 1.1.1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git Do not edit the class
* manually.
*/
package com.kerbores.gitea.client.model;
impor... |
9244dd08020d6883d16827e11481db174c01877d | 2,505 | java | Java | oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/whiteboard/CompositeRegistration.java | sho25/jackrabbit-oak | 1bb8a341fdf907578298f9ed52a48458e4f6efdc | [
"Apache-2.0"
] | null | null | null | oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/whiteboard/CompositeRegistration.java | sho25/jackrabbit-oak | 1bb8a341fdf907578298f9ed52a48458e4f6efdc | [
"Apache-2.0"
] | 2 | 2020-06-15T19:48:29.000Z | 2021-02-08T21:25:54.000Z | oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/whiteboard/CompositeRegistration.java | sho25/jackrabbit-oak | 1bb8a341fdf907578298f9ed52a48458e4f6efdc | [
"Apache-2.0"
] | null | null | null | 20.201613 | 815 | 0.792016 | 1,003,170 | 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... |
9244dd21fa2cb3f44011a8cd06a159875845378e | 1,646 | java | Java | ali-plugin-main/src/main/java/com/hp/alm/ali/idea/util/FileEditorManager.java | janotav/ali-idea-plugin | 9726589b3f5a80827e666919a97dbd65fa4ca212 | [
"Apache-2.0"
] | 8 | 2015-01-12T07:56:03.000Z | 2018-01-30T07:39:15.000Z | ali-plugin-main/src/main/java/com/hp/alm/ali/idea/util/FileEditorManager.java | janotav/ali-idea-plugin | 9726589b3f5a80827e666919a97dbd65fa4ca212 | [
"Apache-2.0"
] | 19 | 2015-01-05T14:44:24.000Z | 2017-02-14T20:21:32.000Z | ali-plugin-main/src/main/java/com/hp/alm/ali/idea/util/FileEditorManager.java | janotav/ali-idea-plugin | 9726589b3f5a80827e666919a97dbd65fa4ca212 | [
"Apache-2.0"
] | 10 | 2015-03-20T08:12:11.000Z | 2017-11-15T15:55:30.000Z | 27.433333 | 114 | 0.710207 | 1,003,171 | /*
* Copyright 2013 Hewlett-Packard Development Company, L.P
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... |
9244dff0d01854fb43559bdb944b00c6278747e5 | 2,692 | java | Java | css/css-formal/src/main/java/br/com/objectos/lexer/impl/ah/SpecCompiler02.java | objectos/incubator | 881fa1c0eb364be98a627d5072b473d334279027 | [
"Apache-2.0"
] | null | null | null | css/css-formal/src/main/java/br/com/objectos/lexer/impl/ah/SpecCompiler02.java | objectos/incubator | 881fa1c0eb364be98a627d5072b473d334279027 | [
"Apache-2.0"
] | null | null | null | css/css-formal/src/main/java/br/com/objectos/lexer/impl/ah/SpecCompiler02.java | objectos/incubator | 881fa1c0eb364be98a627d5072b473d334279027 | [
"Apache-2.0"
] | null | null | null | 32.047619 | 97 | 0.73997 | 1,003,172 | /*
* Copyright (C) 2017-2022 Objectos Software LTDA.
*
* 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 ... |
9244e047b63bbcc12375115473c50373ba061ad1 | 1,374 | java | Java | src/data/text/nyt/NYT_DeepTaggingPipeline_1stStage.java | hovinhthinh/Qsearch | ed450efbb0eebe1a5ad625422edb435b402b096e | [
"Apache-2.0"
] | 7 | 2022-01-26T16:37:56.000Z | 2022-02-19T09:31:55.000Z | src/data/text/nyt/NYT_DeepTaggingPipeline_1stStage.java | hovinhthinh/Qsearch | ed450efbb0eebe1a5ad625422edb435b402b096e | [
"Apache-2.0"
] | null | null | null | src/data/text/nyt/NYT_DeepTaggingPipeline_1stStage.java | hovinhthinh/Qsearch | ed450efbb0eebe1a5ad625422edb435b402b096e | [
"Apache-2.0"
] | null | null | null | 30.533333 | 94 | 0.60262 | 1,003,173 | package data.text.nyt;
import model.text.Paragraph;
import pipeline.text.*;
import util.FileUtils;
import util.Gson;
import java.io.PrintWriter;
@Deprecated
public class NYT_DeepTaggingPipeline_1stStage {
public static TaggingPipeline getDefaultTaggingPipeline() {
return new TaggingPipeline(
... |
9244e1f348a0967889db690400c16a7e25271134 | 504 | java | Java | app/src/main/java/app/coolweather/com/coolweather/model/Country.java | captainwong/coolweather | f0d52b708d072dabe1846e233004b54f99a18a1b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/app/coolweather/com/coolweather/model/Country.java | captainwong/coolweather | f0d52b708d072dabe1846e233004b54f99a18a1b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/app/coolweather/com/coolweather/model/Country.java | captainwong/coolweather | f0d52b708d072dabe1846e233004b54f99a18a1b | [
"Apache-2.0"
] | null | null | null | 17.37931 | 53 | 0.613095 | 1,003,174 | package app.coolweather.com.coolweather.model;
/**
* Created by Jack on 2016/8/15.
*/
public class Country {
public static final String CHINA = "中国";
private long id;
private String countryName;
public long getId () {
return id;
}
public void setId (long id) {
this.id = id... |
9244e21d0263cf020f68eee2fd14ce15b2b3f42b | 4,286 | java | Java | data-index/data-index-service/data-index-service-common/src/main/java/org/kie/kogito/index/json/UserTaskInstanceMetaMapper.java | triceo/kogito-apps | 856838871a73db11980d9a1f98d742321d6fb0af | [
"Apache-2.0"
] | null | null | null | data-index/data-index-service/data-index-service-common/src/main/java/org/kie/kogito/index/json/UserTaskInstanceMetaMapper.java | triceo/kogito-apps | 856838871a73db11980d9a1f98d742321d6fb0af | [
"Apache-2.0"
] | null | null | null | data-index/data-index-service/data-index-service-common/src/main/java/org/kie/kogito/index/json/UserTaskInstanceMetaMapper.java | triceo/kogito-apps | 856838871a73db11980d9a1f98d742321d6fb0af | [
"Apache-2.0"
] | null | null | null | 46.086022 | 166 | 0.691087 | 1,003,175 | /*
* Copyright 2020 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
9244e23253337ec046608ab94899c248887301e3 | 1,697 | java | Java | src/main/java/org/cidarlab/phoenix/failuremode/SuperCoilingListener.java | CIDARLAB/alphaPhoenix | 2c11529785304b5a557928eaa42bba26a4eccd47 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/org/cidarlab/phoenix/failuremode/SuperCoilingListener.java | CIDARLAB/alphaPhoenix | 2c11529785304b5a557928eaa42bba26a4eccd47 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/org/cidarlab/phoenix/failuremode/SuperCoilingListener.java | CIDARLAB/alphaPhoenix | 2c11529785304b5a557928eaa42bba26a4eccd47 | [
"BSD-3-Clause"
] | null | null | null | 32.634615 | 76 | 0.747201 | 1,003,176 | // Generated from SuperCoiling.g4 by ANTLR 4.5.1
package org.cidarlab.phoenix.failuremode;
import org.antlr.v4.runtime.tree.ParseTreeListener;
/**
* This interface defines a complete listener for a parse tree produced by
* {@link SuperCoilingParser}.
*/
public interface SuperCoilingListener extends ParseTreeListe... |
9244e27a70fa48dc502aadc3b79cad78d3581df3 | 3,313 | java | Java | de.unidue.ltl.ctest/de.unidue.ltl.ctest.difficulty/src/main/java/de/unidue/ltl/ctest/difficulty/features/interItemDependency/RelativePositionExtractor.java | ltl-ude/c-test-tools | 63c0938ebaadf7a4577d9f73e14eb232f2789b0a | [
"Apache-2.0"
] | null | null | null | de.unidue.ltl.ctest/de.unidue.ltl.ctest.difficulty/src/main/java/de/unidue/ltl/ctest/difficulty/features/interItemDependency/RelativePositionExtractor.java | ltl-ude/c-test-tools | 63c0938ebaadf7a4577d9f73e14eb232f2789b0a | [
"Apache-2.0"
] | 7 | 2018-10-05T21:55:42.000Z | 2019-04-01T13:08:10.000Z | de.unidue.ltl.ctest/de.unidue.ltl.ctest.difficulty/src/main/java/de/unidue/ltl/ctest/difficulty/features/interItemDependency/RelativePositionExtractor.java | ltl-ude/c-test-tools | 63c0938ebaadf7a4577d9f73e14eb232f2789b0a | [
"Apache-2.0"
] | null | null | null | 39.915663 | 116 | 0.7377 | 1,003,177 | /*******************************************************************************
* Copyright 2015
* Ubiquitous Knowledge Processing (UKP) Lab
* Technische Universität Darmstadt
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*... |
9244e294fce89716ad7b9ab03ff037294f4a4f5e | 389 | java | Java | CustomComponent/app/src/main/java/com/android/omiplekevin/customcomponent/dao/CustomContent.java | omiplekevin/BywaveOJTTraining | ccf9ca3fd260d2430ab8ac95db97240c7f6cfacc | [
"Apache-2.0"
] | null | null | null | CustomComponent/app/src/main/java/com/android/omiplekevin/customcomponent/dao/CustomContent.java | omiplekevin/BywaveOJTTraining | ccf9ca3fd260d2430ab8ac95db97240c7f6cfacc | [
"Apache-2.0"
] | null | null | null | CustomComponent/app/src/main/java/com/android/omiplekevin/customcomponent/dao/CustomContent.java | omiplekevin/BywaveOJTTraining | ccf9ca3fd260d2430ab8ac95db97240c7f6cfacc | [
"Apache-2.0"
] | null | null | null | 20.473684 | 53 | 0.706941 | 1,003,178 | package com.android.omiplekevin.customcomponent.dao;
/**
* Created by OMIPLEKEVIN on February 13, 2018.
* CustomComponent
* com.android.omiplekevin.customcomponent.dao
*/
public class CustomContent {
public int imageResId;
public String content;
public CustomContent(int resId, String content) {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.