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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9238824be8c48180fd2a3d9719a26b4ae42217cf | 2,092 | java | Java | MSc Final Project/java/com/example/marthakat/sirarthurconandoyleinportsmouth/MapsActivity.java | katsikimartha/MSc-final-project | e131322de5aab78a06bdde10e538d40ee2c54050 | [
"MIT"
] | null | null | null | MSc Final Project/java/com/example/marthakat/sirarthurconandoyleinportsmouth/MapsActivity.java | katsikimartha/MSc-final-project | e131322de5aab78a06bdde10e538d40ee2c54050 | [
"MIT"
] | null | null | null | MSc Final Project/java/com/example/marthakat/sirarthurconandoyleinportsmouth/MapsActivity.java | katsikimartha/MSc-final-project | e131322de5aab78a06bdde10e538d40ee2c54050 | [
"MIT"
] | null | null | null | 40.230769 | 99 | 0.736138 | 998,459 | package com.example.marthakat.sirarthurconandoyleinportsmouth;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android... |
9238827150a4816ba092bb0e46c8ac7ee7adfe41 | 571 | java | Java | app/src/main/java/com/epicodus/talkaboutit/models/Comment.java | annarbecker/TalkAboutIt | 5deec5cc28f48d861d9a3cca2b2efb005f754aae | [
"Unlicense",
"MIT"
] | 19 | 2017-11-16T08:53:39.000Z | 2022-02-26T08:05:36.000Z | app/src/main/java/com/epicodus/talkaboutit/models/Comment.java | annarbecker/TalkAboutIt | 5deec5cc28f48d861d9a3cca2b2efb005f754aae | [
"Unlicense",
"MIT"
] | 2 | 2018-02-04T09:12:32.000Z | 2020-10-28T03:16:56.000Z | app/src/main/java/com/epicodus/talkaboutit/models/Comment.java | annarbecker/TalkAboutIt | 5deec5cc28f48d861d9a3cca2b2efb005f754aae | [
"Unlicense",
"MIT"
] | 12 | 2017-08-22T16:27:00.000Z | 2021-12-29T12:03:05.000Z | 16.794118 | 61 | 0.597198 | 998,460 | package com.epicodus.talkaboutit.models;
import org.parceler.Parcel;
/**
* Created by Guest on 5/2/16.
*/
@Parcel
public class Comment {
public String author;
public String body;
public String post;
public Comment(String author, String body, String post) {
this.author = author;
this... |
923882aeb37cbc9dd8b94040340d1168a87a5acc | 1,867 | java | Java | AvroImporter/src/main/java/aksw/org/sdw/importer/avro/annotations/Provenance.java | AKSW/SmartDataWeb | cd2a48c86f66bc59841805406bcb3e8168038859 | [
"Apache-2.0"
] | 2 | 2016-04-13T12:46:31.000Z | 2018-02-07T18:16:01.000Z | AvroImporter/src/main/java/aksw/org/sdw/importer/avro/annotations/Provenance.java | AKSW/SmartDataWeb | cd2a48c86f66bc59841805406bcb3e8168038859 | [
"Apache-2.0"
] | 4 | 2017-08-08T14:36:57.000Z | 2021-05-12T00:18:18.000Z | AvroImporter/src/main/java/aksw/org/sdw/importer/avro/annotations/Provenance.java | AKSW/SmartDataWeb | cd2a48c86f66bc59841805406bcb3e8168038859 | [
"Apache-2.0"
] | 1 | 2020-01-03T06:44:54.000Z | 2020-01-03T06:44:54.000Z | 23.3375 | 77 | 0.645956 | 998,461 | package aksw.org.sdw.importer.avro.annotations;
import java.util.Date;
import com.google.gson.Gson;
/**
* Class which can be used to store provenance information
*
* @author kay
*
*/
public class Provenance {
public String source;
public String annotator;
public String license;
public float score = 0f;
p... |
9238834f1879f4190197fe27ebdee4c366c78d5c | 741 | java | Java | blog-20200526/src/main/java/cn/shrmus/blog/service/AlbumService.java | ShrMus/ShrMus-Blog | da414a853c8fdad9ddc9683746e3a63e9b6ac171 | [
"Apache-2.0"
] | null | null | null | blog-20200526/src/main/java/cn/shrmus/blog/service/AlbumService.java | ShrMus/ShrMus-Blog | da414a853c8fdad9ddc9683746e3a63e9b6ac171 | [
"Apache-2.0"
] | null | null | null | blog-20200526/src/main/java/cn/shrmus/blog/service/AlbumService.java | ShrMus/ShrMus-Blog | da414a853c8fdad9ddc9683746e3a63e9b6ac171 | [
"Apache-2.0"
] | null | null | null | 26.464286 | 72 | 0.817814 | 998,462 | package cn.shrmus.blog.service;
import cn.shrmus.blog.pojo.BlogAlbum;
import cn.shrmus.blog.pojo.BlogPicture;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
public interface AlbumService {
public List<BlogAlbum> getListByUserId(Integer userId);
public void addAlbum(BlogAlbum blogAl... |
923883c87a24458368f3abc07196e66e00044c4d | 1,441 | java | Java | experiments/storm/src/main/java/org/apache/gearpump/experiments/storm/util/TimeCacheMapWrapper.java | fossabot/gearpump | 5f77fc830ddcdc3ccb8fe966b3489d0dfad0008c | [
"Apache-2.0"
] | null | null | null | experiments/storm/src/main/java/org/apache/gearpump/experiments/storm/util/TimeCacheMapWrapper.java | fossabot/gearpump | 5f77fc830ddcdc3ccb8fe966b3489d0dfad0008c | [
"Apache-2.0"
] | 1 | 2021-11-04T12:32:26.000Z | 2021-11-04T12:32:26.000Z | experiments/storm/src/main/java/org/apache/gearpump/experiments/storm/util/TimeCacheMapWrapper.java | isabella232/incubator-retired-gearpump | 7bc1a506ae0dfbe9359952d3fc96a49d3035cf75 | [
"Apache-2.0"
] | null | null | null | 34.309524 | 93 | 0.726579 | 998,463 | /*
* 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 ... |
9238841da0bc320e1d4366690f5f8d1404c425ea | 848 | java | Java | chapter_011/IoC/src/main/java/ru/evgenyhodz/MemoryStorage.java | m1ndcoderr/learning_java | e9977f7ea647eac9164042ecc95a218b1afb800e | [
"Apache-2.0"
] | null | null | null | chapter_011/IoC/src/main/java/ru/evgenyhodz/MemoryStorage.java | m1ndcoderr/learning_java | e9977f7ea647eac9164042ecc95a218b1afb800e | [
"Apache-2.0"
] | null | null | null | chapter_011/IoC/src/main/java/ru/evgenyhodz/MemoryStorage.java | m1ndcoderr/learning_java | e9977f7ea647eac9164042ecc95a218b1afb800e | [
"Apache-2.0"
] | null | null | null | 19.363636 | 79 | 0.564554 | 998,464 | package ru.evgenyhodz;
import org.apache.log4j.Logger;
import java.util.ArrayList;
/**
* @author Evgeny Khodzitskiy (nnheo@example.com)
* @since 17.08.2017
*/
public class MemoryStorage implements Storage {
/**
* Logger.
*/
private static final Logger LOGGER = Logger.getLogger(MemoryStorage.clas... |
9238842bc8d2ba2238256887415602a49f575090 | 13,184 | java | Java | src/metabot/MetaBot.java | andertavares/sarsabot | b831edf07ce4cae90beca01f09f58f53bb6a11bf | [
"MIT"
] | null | null | null | src/metabot/MetaBot.java | andertavares/sarsabot | b831edf07ce4cae90beca01f09f58f53bb6a11bf | [
"MIT"
] | null | null | null | src/metabot/MetaBot.java | andertavares/sarsabot | b831edf07ce4cae90beca01f09f58f53bb6a11bf | [
"MIT"
] | 3 | 2019-05-15T14:16:58.000Z | 2021-08-19T15:42:53.000Z | 32.79602 | 138 | 0.596936 | 998,465 | package metabot;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import ai.PassiveAI;
import ai.ab... |
923885691a0636699ae49a919f613cc0a8e09d36 | 400 | java | Java | src/main/java/com/kmalysiak/propcopiersbench/PersonDto/Person.java | kmalysiak/PropCopiersBench | 6c207061925da7a40cc2986e1697f5f5073d71f7 | [
"Apache-2.0"
] | 1 | 2020-02-02T09:02:50.000Z | 2020-02-02T09:02:50.000Z | src/main/java/com/kmalysiak/propcopiersbench/PersonDto/Person.java | kmalysiak/PropCopiersBench | 6c207061925da7a40cc2986e1697f5f5073d71f7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/kmalysiak/propcopiersbench/PersonDto/Person.java | kmalysiak/PropCopiersBench | 6c207061925da7a40cc2986e1697f5f5073d71f7 | [
"Apache-2.0"
] | null | null | null | 19.047619 | 49 | 0.755 | 998,466 | package com.kmalysiak.propcopiersbench.PersonDto;
import lombok.Getter;
import lombok.Setter;
import java.time.LocalDate;
@Setter
@Getter
public class Person {
private String firstName;
private String secondName;
private String lastName;
private Integer age;
private LocalDate birth;
private S... |
9238856f90f3c4f78e71408fc3879e968c063d2f | 1,583 | java | Java | Eager/roots/core/src/test/java/edu/ucsb/cs/roots/anomaly/TestAnomalyDetector.java | UCSB-CS-RACELab/eager-appscale | d58fe64bb867ef58af19c1d84a5e1ec68ecddd3d | [
"Apache-2.0"
] | 3 | 2016-06-12T01:18:49.000Z | 2018-07-16T18:20:23.000Z | Eager/roots/core/src/test/java/edu/ucsb/cs/roots/anomaly/TestAnomalyDetector.java | UCSB-CS-RACELab/eager-appscale | d58fe64bb867ef58af19c1d84a5e1ec68ecddd3d | [
"Apache-2.0"
] | null | null | null | Eager/roots/core/src/test/java/edu/ucsb/cs/roots/anomaly/TestAnomalyDetector.java | UCSB-CS-RACELab/eager-appscale | d58fe64bb867ef58af19c1d84a5e1ec68ecddd3d | [
"Apache-2.0"
] | 1 | 2020-05-25T02:59:15.000Z | 2020-05-25T02:59:15.000Z | 26.383333 | 93 | 0.633607 | 998,467 | package edu.ucsb.cs.roots.anomaly;
import edu.ucsb.cs.roots.RootsEnvironment;
public final class TestAnomalyDetector extends AnomalyDetector {
private final AnomalyDetectorFunction function;
private final long waitDuration;
private TestAnomalyDetector(RootsEnvironment environment, Builder builder) {... |
9238862384f88cc6a9a9c7f575fce9e1b832be39 | 3,357 | java | Java | src/main/java/org/openxmlformats/schemas/wordprocessingml/x2006/main/STHeightRule.java | pjfanning/poi-ooxml-lite-build | 34af44251cb99fcdf8de2f844af686da8870e7db | [
"Apache-2.0"
] | null | null | null | src/main/java/org/openxmlformats/schemas/wordprocessingml/x2006/main/STHeightRule.java | pjfanning/poi-ooxml-lite-build | 34af44251cb99fcdf8de2f844af686da8870e7db | [
"Apache-2.0"
] | null | null | null | src/main/java/org/openxmlformats/schemas/wordprocessingml/x2006/main/STHeightRule.java | pjfanning/poi-ooxml-lite-build | 34af44251cb99fcdf8de2f844af686da8870e7db | [
"Apache-2.0"
] | null | null | null | 38.586207 | 220 | 0.685433 | 998,468 | /*
* XML Type: ST_HeightRule
* Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
* Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.wordprocessingml.x2006.main;
import org.apach... |
9238865d4b195a55170e0d127b220ec457979b99 | 818 | java | Java | src/test/java/org/apache/ibatis/submitted/deferload_common_property/ChildMapper.java | donaldLiuLiu/mybatis-3-mybatis-3.5.4 | 3409008f0bb53ff8210f6f0eaaa5fe0caf66407c | [
"ECL-2.0",
"Apache-2.0"
] | 29 | 2020-05-06T05:25:54.000Z | 2022-02-27T16:33:47.000Z | src/test/java/org/apache/ibatis/submitted/deferload_common_property/ChildMapper.java | donaldLiuLiu/mybatis-3-mybatis-3.5.4 | 3409008f0bb53ff8210f6f0eaaa5fe0caf66407c | [
"ECL-2.0",
"Apache-2.0"
] | 95 | 2020-12-21T01:48:43.000Z | 2022-03-09T14:06:00.000Z | src/test/java/org/apache/ibatis/submitted/deferload_common_property/ChildMapper.java | 345402403/mybaitis_source | b00e1c45862ae1c3a7f5850acd1dff428fcd1176 | [
"ECL-2.0",
"Apache-2.0"
] | 7 | 2020-05-06T04:09:12.000Z | 2022-02-27T16:33:42.000Z | 35.565217 | 78 | 0.724939 | 998,469 | /**
* Copyright ${license.git.copyrightYears} the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... |
9238866e5f1944b3913dc3f05297a55d2da70943 | 1,866 | java | Java | Examples/src/main/java/com/aspose/ocr/examples/OcrFeatures/OCROperationWithLanguageSelection.java | aspose-ocr/Aspose.OCR-for-Java | 8e7e0fbf2c4c6cc5a9454030af798a0b15b7c92d | [
"MIT"
] | 22 | 2016-06-19T17:34:38.000Z | 2021-12-28T01:14:41.000Z | Examples/src/main/java/com/aspose/ocr/examples/OcrFeatures/OCROperationWithLanguageSelection.java | aspose-ocr/Aspose.OCR-for-Java | 8e7e0fbf2c4c6cc5a9454030af798a0b15b7c92d | [
"MIT"
] | 3 | 2016-08-30T15:48:38.000Z | 2021-11-29T15:21:09.000Z | Examples/src/main/java/com/aspose/ocr/examples/OcrFeatures/OCROperationWithLanguageSelection.java | aspose-ocr/Aspose.OCR-for-Java | 8e7e0fbf2c4c6cc5a9454030af798a0b15b7c92d | [
"MIT"
] | 24 | 2016-04-09T07:29:18.000Z | 2021-11-01T15:57:21.000Z | 29.619048 | 84 | 0.707395 | 998,470 | package com.aspose.ocr.examples.OcrFeatures;
import com.aspose.ocr.AsposeOCR;
import com.aspose.ocr.Language;
import com.aspose.ocr.License;
import com.aspose.ocr.RecognitionResult;
import com.aspose.ocr.RecognitionSettings;
import com.aspose.ocr.examples.License.SetLicense;
import com.aspose.ocr.examples.Util... |
923886fdcd338bd9df047f2cc26d96b17a54db4c | 4,145 | java | Java | app/src/main/java/com/example/android/newsapp/ArticleAdapter.java | najens/NewsApp | 387cc49e08fb6f288bd8bc686cd744ea2ee9ec52 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/android/newsapp/ArticleAdapter.java | najens/NewsApp | 387cc49e08fb6f288bd8bc686cd744ea2ee9ec52 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/android/newsapp/ArticleAdapter.java | najens/NewsApp | 387cc49e08fb6f288bd8bc686cd744ea2ee9ec52 | [
"MIT"
] | null | null | null | 37.681818 | 95 | 0.638601 | 998,471 | package com.example.android.newsapp;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.android.newsapp.image.DownloadImageT... |
9238876656868f9018581bc6d07969626e864660 | 2,128 | java | Java | arms/src/main/java/com/jess/arms/mvp/IView.java | coypanglei/zongzhi | bc31d496533a342f0b6804ad6f7dc81c7314690b | [
"Apache-2.0"
] | null | null | null | arms/src/main/java/com/jess/arms/mvp/IView.java | coypanglei/zongzhi | bc31d496533a342f0b6804ad6f7dc81c7314690b | [
"Apache-2.0"
] | null | null | null | arms/src/main/java/com/jess/arms/mvp/IView.java | coypanglei/zongzhi | bc31d496533a342f0b6804ad6f7dc81c7314690b | [
"Apache-2.0"
] | 1 | 2021-02-05T05:14:05.000Z | 2021-02-05T05:14:05.000Z | 21.494949 | 88 | 0.600564 | 998,472 | /*
* Copyright 2017 JessYan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... |
92388961b9c029df49ac486fe3b3abec379fb6ca | 3,281 | java | Java | client/src/test/java/com/humanharvest/organz/controller/client/ViewProceduresControllerClientTest.java | tomkearsley/OrgaNZ | 38bbc4f0d19bc4aa2cfd7a9f5923e7edd910414d | [
"Apache-2.0"
] | null | null | null | client/src/test/java/com/humanharvest/organz/controller/client/ViewProceduresControllerClientTest.java | tomkearsley/OrgaNZ | 38bbc4f0d19bc4aa2cfd7a9f5923e7edd910414d | [
"Apache-2.0"
] | null | null | null | client/src/test/java/com/humanharvest/organz/controller/client/ViewProceduresControllerClientTest.java | tomkearsley/OrgaNZ | 38bbc4f0d19bc4aa2cfd7a9f5923e7edd910414d | [
"Apache-2.0"
] | null | null | null | 34.904255 | 102 | 0.670832 | 998,473 | package com.humanharvest.organz.controller.client;
import static org.testfx.api.FxAssert.verifyThat;
import static org.testfx.matcher.control.TableViewMatchers.containsRow;
import static org.testfx.util.NodeQueryUtils.isVisible;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Collection;
imp... |
92388ae67bebdb519283754e17bcf73b269b22bb | 6,049 | java | Java | src/main/java/com/chaseste/csv/core/model/types/clinical/Immunization.java | chaseste/csv-transform | e7b6ede499ede6ecd67b2f47b4e3385225e0e011 | [
"MIT"
] | null | null | null | src/main/java/com/chaseste/csv/core/model/types/clinical/Immunization.java | chaseste/csv-transform | e7b6ede499ede6ecd67b2f47b4e3385225e0e011 | [
"MIT"
] | null | null | null | src/main/java/com/chaseste/csv/core/model/types/clinical/Immunization.java | chaseste/csv-transform | e7b6ede499ede6ecd67b2f47b4e3385225e0e011 | [
"MIT"
] | null | null | null | 28.668246 | 110 | 0.684741 | 998,474 | package com.chaseste.csv.core.model.types.clinical;
import static com.chaseste.csv.core.model.types.common.Code.optionalCode;
import static com.chaseste.csv.core.model.types.common.Code.requiredCode;
import static com.chaseste.csv.core.model.types.common.Note.optionalNotes;
import static com.chaseste.csv.core.model.ty... |
92388b97ae78d4bbe8eab079e4c922cf5d9188ba | 5,192 | java | Java | src/main/java/com/github/braully/business/GenericBC.java | braully/prototyping-base-udm | c265311749725dadad5677fc7239ddbae931125d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/braully/business/GenericBC.java | braully/prototyping-base-udm | c265311749725dadad5677fc7239ddbae931125d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/braully/business/GenericBC.java | braully/prototyping-base-udm | c265311749725dadad5677fc7239ddbae931125d | [
"Apache-2.0"
] | null | null | null | 32.049383 | 148 | 0.700501 | 998,475 | package com.github.braully.business;
import com.github.braully.persistence.GenericDAO;
import com.github.braully.persistence.ICrudEntity;
import com.github.braully.persistence.IEntity;
import com.github.braully.persistence.ILightRemoveEntity;
import com.github.braully.persistence.PagedQueryResult;
import java.io.Seria... |
92388c0d99c36c6e22bdf84fd439a4d85808a2c2 | 434 | java | Java | Magic/src/main/java/com/elmakers/mine/bukkit/tasks/MageLoadTask.java | Codemagix07/MagicPlugin | 398071f0ae157f23cfe080e4b6f77009de83a8b0 | [
"MIT"
] | 203 | 2015-03-11T17:28:57.000Z | 2022-03-31T09:26:43.000Z | Magic/src/main/java/com/elmakers/mine/bukkit/tasks/MageLoadTask.java | Codemagix07/MagicPlugin | 398071f0ae157f23cfe080e4b6f77009de83a8b0 | [
"MIT"
] | 991 | 2015-01-15T18:46:19.000Z | 2022-03-29T21:49:30.000Z | Magic/src/main/java/com/elmakers/mine/bukkit/tasks/MageLoadTask.java | Codemagix07/MagicPlugin | 398071f0ae157f23cfe080e4b6f77009de83a8b0 | [
"MIT"
] | 249 | 2015-01-15T17:52:04.000Z | 2022-03-28T11:50:31.000Z | 21.7 | 51 | 0.677419 | 998,476 | package com.elmakers.mine.bukkit.tasks;
import com.elmakers.mine.bukkit.api.data.MageData;
import com.elmakers.mine.bukkit.api.magic.Mage;
public class MageLoadTask implements Runnable {
private final Mage mage;
private final MageData data;
public MageLoadTask(Mage mage, MageData data) {
this.mag... |
92388e38b41abb614a2935820350a7ad17c1c676 | 735 | java | Java | gulimall-product/src/main/java/com/atguigu/gulimall/product/service/SkuSaleAttrValueService.java | ivanfanfan/gulimall | e4e88bf9df84aecb0eca6b2ee587486096f1635f | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/atguigu/gulimall/product/service/SkuSaleAttrValueService.java | ivanfanfan/gulimall | e4e88bf9df84aecb0eca6b2ee587486096f1635f | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/atguigu/gulimall/product/service/SkuSaleAttrValueService.java | ivanfanfan/gulimall | e4e88bf9df84aecb0eca6b2ee587486096f1635f | [
"Apache-2.0"
] | null | null | null | 26.214286 | 83 | 0.792916 | 998,477 | package com.atguigu.gulimall.product.service;
import com.atguigu.gulimall.product.vo.SkuItemSaleAttrVo;
import com.baomidou.mybatisplus.extension.service.IService;
import com.atguigu.common.utils.PageUtils;
import com.atguigu.gulimall.product.entity.SkuSaleAttrValueEntity;
import org.apache.ibatis.annotations.Param;
... |
92388e444b037300d8ea44c1a6c676ce521df73d | 3,907 | java | Java | QuanLySinhVien/src/qlysinhvien/QLyMonHoc.java | IMD246/StudentManagement | 3c9d33bda97e8a0cf94cc1ca4b7026b0427f802f | [
"Apache-2.0"
] | null | null | null | QuanLySinhVien/src/qlysinhvien/QLyMonHoc.java | IMD246/StudentManagement | 3c9d33bda97e8a0cf94cc1ca4b7026b0427f802f | [
"Apache-2.0"
] | null | null | null | QuanLySinhVien/src/qlysinhvien/QLyMonHoc.java | IMD246/StudentManagement | 3c9d33bda97e8a0cf94cc1ca4b7026b0427f802f | [
"Apache-2.0"
] | null | null | null | 33.681034 | 79 | 0.520604 | 998,478 | /*
* 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 qlysinhvien;
import qlysinhvien.MonHoc;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
impo... |
92388e460000924035d400212437de161dd81114 | 4,092 | java | Java | openjdk.test.modularity/src/tests/com.test.serviceloaders/adoptopenjdk/test/modularity/serviceloaders/TestServiceLoaders.java | ben-walsh/openjdk-systemtest | bfd31dc0509b41b45e5a00ba84a888ebb1d44186 | [
"Apache-2.0"
] | 15 | 2017-12-12T07:44:39.000Z | 2020-10-23T21:23:58.000Z | openjdk.test.modularity/src/tests/com.test.serviceloaders/adoptopenjdk/test/modularity/serviceloaders/TestServiceLoaders.java | ben-walsh/openjdk-systemtest | bfd31dc0509b41b45e5a00ba84a888ebb1d44186 | [
"Apache-2.0"
] | 334 | 2017-09-20T18:18:16.000Z | 2021-03-16T14:27:04.000Z | openjdk.test.modularity/src/tests/com.test.serviceloaders/adoptopenjdk/test/modularity/serviceloaders/TestServiceLoaders.java | ben-walsh/openjdk-systemtest | bfd31dc0509b41b45e5a00ba84a888ebb1d44186 | [
"Apache-2.0"
] | 48 | 2017-09-11T12:52:11.000Z | 2021-03-05T09:09:21.000Z | 37.2 | 106 | 0.685728 | 998,479 | /*******************************************************************************
* 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 ... |
92388e7c5fbdd982807b96aa8dc3cc514222bf4d | 3,707 | java | Java | src/kundera-tests/src/test/java/com/impetus/kundera/tests/crossdatastore/pickr/entities/album/AlbumBi_M_1_1_M.java | sjvs/Kundera | 2d9644587a9ee0ab31fbba5a08c3481032d4db4e | [
"Apache-2.0"
] | 377 | 2015-01-02T07:59:37.000Z | 2018-01-27T12:13:16.000Z | src/kundera-tests/src/test/java/com/impetus/kundera/tests/crossdatastore/pickr/entities/album/AlbumBi_M_1_1_M.java | sjvs/Kundera | 2d9644587a9ee0ab31fbba5a08c3481032d4db4e | [
"Apache-2.0"
] | 332 | 2015-01-02T10:14:23.000Z | 2018-01-29T14:22:24.000Z | src/kundera-tests/src/test/java/com/impetus/kundera/tests/crossdatastore/pickr/entities/album/AlbumBi_M_1_1_M.java | sjvs/Kundera | 2d9644587a9ee0ab31fbba5a08c3481032d4db4e | [
"Apache-2.0"
] | 135 | 2015-01-02T07:59:42.000Z | 2018-01-25T19:22:13.000Z | 23.462025 | 99 | 0.652279 | 998,480 | /**
* Copyright 2012 Impetus Infotech.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
92388eed8a3b40a2079d83e2d1e7403bed9eb77b | 972 | java | Java | jetty-websocket/websocket-javax-tests/src/test/java/org/eclipse/jetty/websocket/javax/tests/server/examples/MyAuthedSocket.java | tet-lenovo/jetty.project | 0a3632cdda0e4a12229dadd77112f95c57431cba | [
"Apache-2.0"
] | 3,353 | 2015-01-06T13:30:21.000Z | 2022-03-31T08:33:56.000Z | jetty-websocket/websocket-javax-tests/src/test/java/org/eclipse/jetty/websocket/javax/tests/server/examples/MyAuthedSocket.java | stoty/jetty.project | 1223bb50ec91fd3387ee7b7983c8e79c5c975318 | [
"Apache-2.0"
] | 6,018 | 2015-01-30T17:42:33.000Z | 2022-03-31T22:37:40.000Z | jetty-websocket/websocket-javax-tests/src/test/java/org/eclipse/jetty/websocket/javax/tests/server/examples/MyAuthedSocket.java | stoty/jetty.project | 1223bb50ec91fd3387ee7b7983c8e79c5c975318 | [
"Apache-2.0"
] | 1,997 | 2015-01-05T03:35:02.000Z | 2022-03-29T02:47:56.000Z | 33.517241 | 85 | 0.618313 | 998,481 | //
// ========================================================================
// Copyright (c) 1995-2021 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at
// https://www.eclipse.org/... |
92388f410fd65e2ff5dd90dafb78f8d0e7c6c85a | 5,366 | java | Java | src/de/uni_passau/fim/esl/crn_toolbox_center/tools/FileSystemBrowserJson.java | lbishal/CRNTCplus | ed510b5394326d9047c2fff20f49c2f0fc1af9be | [
"BSD-4-Clause-UC"
] | 1 | 2019-05-10T10:31:28.000Z | 2019-05-10T10:31:28.000Z | src/de/uni_passau/fim/esl/crn_toolbox_center/tools/FileSystemBrowserJson.java | lbishal/CRNTCplus | ed510b5394326d9047c2fff20f49c2f0fc1af9be | [
"BSD-4-Clause-UC"
] | null | null | null | src/de/uni_passau/fim/esl/crn_toolbox_center/tools/FileSystemBrowserJson.java | lbishal/CRNTCplus | ed510b5394326d9047c2fff20f49c2f0fc1af9be | [
"BSD-4-Clause-UC"
] | null | null | null | 35.355263 | 95 | 0.602159 | 998,482 | /*
* This file is part of the CRN Toolbox Center.
* Copyright 2010-2011 Jakob Weigert, University of Passau
*/
package de.uni_passau.fim.esl.crn_toolbox_center.tools;
import java.io.File;
import java.util.Arrays;
import java.util.Stack;
import android.app.ListActivity;
import android.content.Intent;
import androi... |
92388fc8741f0fb5b9e8ff029d73d8569faf79cf | 3,615 | java | Java | weixin-java-profitsharing/src/test/java/com/github/binarywang/profitsharing/service/impl/BaseWxProfitSharingServiceImplTest.java | duffiye/weixin-java-tools | 2f536c96b0d36cf88913f7e6175efd0de34ea532 | [
"Apache-2.0"
] | null | null | null | weixin-java-profitsharing/src/test/java/com/github/binarywang/profitsharing/service/impl/BaseWxProfitSharingServiceImplTest.java | duffiye/weixin-java-tools | 2f536c96b0d36cf88913f7e6175efd0de34ea532 | [
"Apache-2.0"
] | null | null | null | weixin-java-profitsharing/src/test/java/com/github/binarywang/profitsharing/service/impl/BaseWxProfitSharingServiceImplTest.java | duffiye/weixin-java-tools | 2f536c96b0d36cf88913f7e6175efd0de34ea532 | [
"Apache-2.0"
] | 1 | 2018-09-20T03:30:34.000Z | 2018-09-20T03:30:34.000Z | 31.99115 | 94 | 0.782019 | 998,483 | package com.github.binarywang.profitsharing.service.impl;
import com.github.binarywang.profitsharing.bean.order.ProfitSharingReceiver;
import com.github.binarywang.profitsharing.bean.request.WxProfitSharingAddReceiverRequest;
import com.github.binarywang.profitsharing.bean.request.WxProfitSharingRequest;
import com.gi... |
9238900e901eb4a7d666555eab00650459bfdc28 | 2,071 | java | Java | src/main/java/net/accelbyte/sdk/api/legal/models/CreateBasePolicyResponse.java | AccelByte/accelbyte-java-sdk | 35086513f8f2acaa9b15a78730498fa5e19769ef | [
"MIT"
] | 1 | 2022-02-26T12:15:52.000Z | 2022-02-26T12:15:52.000Z | src/main/java/net/accelbyte/sdk/api/legal/models/CreateBasePolicyResponse.java | AccelByte/accelbyte-java-sdk | 35086513f8f2acaa9b15a78730498fa5e19769ef | [
"MIT"
] | null | null | null | src/main/java/net/accelbyte/sdk/api/legal/models/CreateBasePolicyResponse.java | AccelByte/accelbyte-java-sdk | 35086513f8f2acaa9b15a78730498fa5e19769ef | [
"MIT"
] | 1 | 2021-12-29T04:01:20.000Z | 2021-12-29T04:01:20.000Z | 26.21519 | 106 | 0.758571 | 998,484 | /*
* Copyright (c) 2022 AccelByte Inc. All Rights Reserved
* This is licensed software from AccelByte Inc, for limitations
* and restrictions contact your company contract manager.
*
* Code generated. DO NOT EDIT.
*/
package net.accelbyte.sdk.api.legal.models;
import com.fasterxml.jackson.annotation.JsonIgnore;... |
9238906003d11f4c1aa9eba464732082b70551e1 | 1,590 | java | Java | lang/src/main/java/gyro/lang/GyroErrorListener.java | alexkarezin/gyro | f4bb573ce4ef8c6c7079114031a6273d18cb09ab | [
"Apache-2.0"
] | 136 | 2019-10-07T19:40:32.000Z | 2022-03-17T23:34:35.000Z | lang/src/main/java/gyro/lang/GyroErrorListener.java | alexkarezin/gyro | f4bb573ce4ef8c6c7079114031a6273d18cb09ab | [
"Apache-2.0"
] | 127 | 2019-10-09T17:42:22.000Z | 2022-03-02T19:50:11.000Z | lang/src/main/java/gyro/lang/GyroErrorListener.java | alexkarezin/gyro | f4bb573ce4ef8c6c7079114031a6273d18cb09ab | [
"Apache-2.0"
] | 6 | 2019-12-08T07:56:50.000Z | 2020-05-21T23:41:09.000Z | 28.909091 | 75 | 0.703774 | 998,485 | /*
* Copyright 2019, Perfect Sense, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
92389168557749e10b61747fbd71f4b0fffd98f1 | 2,986 | java | Java | src/main/java/com/greennit/CS3141/entities/Thread.java | tjbecker101/Greennit | be25e46e59e5a43c9d04f68d905c76d700396fba | [
"MIT"
] | null | null | null | src/main/java/com/greennit/CS3141/entities/Thread.java | tjbecker101/Greennit | be25e46e59e5a43c9d04f68d905c76d700396fba | [
"MIT"
] | null | null | null | src/main/java/com/greennit/CS3141/entities/Thread.java | tjbecker101/Greennit | be25e46e59e5a43c9d04f68d905c76d700396fba | [
"MIT"
] | 1 | 2021-04-23T00:28:02.000Z | 2021-04-23T00:28:02.000Z | 24.677686 | 94 | 0.588078 | 998,486 | package com.greennit.CS3141.entities;
import javax.persistence.*;
import java.io.Serializable;
import java.sql.Timestamp;
@Entity
@Table(name = "threads")
/*
* This thread class is used for inserting and retrieving data from a thread such as:
* The subgreennit the thread is on, the id of the thread, the title a... |
9238917ffab65836ba440404fd2fa88635148142 | 2,021 | java | Java | src/main/java/com/techshard/graphql/service/VehicleService.java | lawrencegrey/GraphQLCRUDImplementation | 081ebb9c2e6d0277d2e94da09662d9f1e3d3a5ce | [
"MIT"
] | null | null | null | src/main/java/com/techshard/graphql/service/VehicleService.java | lawrencegrey/GraphQLCRUDImplementation | 081ebb9c2e6d0277d2e94da09662d9f1e3d3a5ce | [
"MIT"
] | null | null | null | src/main/java/com/techshard/graphql/service/VehicleService.java | lawrencegrey/GraphQLCRUDImplementation | 081ebb9c2e6d0277d2e94da09662d9f1e3d3a5ce | [
"MIT"
] | null | null | null | 27.310811 | 125 | 0.714993 | 998,487 | package com.techshard.graphql.service;
import com.techshard.graphql.dao.entity.Vehicle;
import com.techshard.graphql.dao.repository.VehicleRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.LocalDate;
import java.util.List;
im... |
9238918cb8d93006c65200cf051bfda181c05f21 | 1,276 | java | Java | Ver.2/2.00/source/JavaModel/web/StructSdtB706_SD01_CRF_REG_RTN.java | epoc-software-open/SEDC | 6327165f63e448af1b0460f7071d62b5c12c9f09 | [
"BSD-2-Clause"
] | 2 | 2020-07-28T03:24:29.000Z | 2021-03-20T16:44:55.000Z | Ver.2/2.00/source/JavaModel/web/StructSdtB706_SD01_CRF_REG_RTN.java | epoc-software-open/SEDC | 6327165f63e448af1b0460f7071d62b5c12c9f09 | [
"BSD-2-Clause"
] | 3 | 2021-03-20T16:11:08.000Z | 2021-08-19T14:15:26.000Z | Ver.2/2.00/source/JavaModel/web/StructSdtB706_SD01_CRF_REG_RTN.java | epoc-software-open/SEDC | 6327165f63e448af1b0460f7071d62b5c12c9f09 | [
"BSD-2-Clause"
] | 1 | 2020-07-28T05:38:36.000Z | 2020-07-28T05:38:36.000Z | 24.075472 | 93 | 0.684169 | 998,488 | /*
File: StructSdtB706_SD01_CRF_REG_RTN
Description: B706_SD01_CRF_REG_RTN
Author: GeneXus Java Generator version 10_3_3-92797
Generated on: July 3, 2017 17:20:58.2
Program type: Callable routine
Main DBMS: mysql
*/
import com.genexus.*;
public final class S... |
923891db7f4a32b7bf8801984c9d6b5a7ee5310f | 1,227 | java | Java | core/src/main/java/com/aspectran/core/scheduler/adapter/QuartzJobResponseAdapter.java | aspectran-projects/aspectran | 5cd8e146a2eb0c07f2911476ca949163827faedb | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/aspectran/core/scheduler/adapter/QuartzJobResponseAdapter.java | aspectran-projects/aspectran | 5cd8e146a2eb0c07f2911476ca949163827faedb | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/aspectran/core/scheduler/adapter/QuartzJobResponseAdapter.java | aspectran-projects/aspectran | 5cd8e146a2eb0c07f2911476ca949163827faedb | [
"Apache-2.0"
] | null | null | null | 32.289474 | 75 | 0.748166 | 998,489 | /*
* Copyright (c) 2008-2022 The Aspectran Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
9238928de9e225dcad96faba598e8a2cb64e9770 | 2,929 | java | Java | third_party/android_tools/sdk/sources/android-25/com/android/systemui/EventLogConstants.java | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/android_tools/sdk/sources/android-25/com/android/systemui/EventLogConstants.java | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/android_tools/sdk/sources/android-25/com/android/systemui/EventLogConstants.java | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | 53.254545 | 83 | 0.749744 | 998,490 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
923892acad05755c18058c9834e27d2bdafc0f47 | 856 | java | Java | src/main/java/br/com/zupacademy/hugo/proposta/model/cartao/Renegociacao.java | HugoOliveiraSoares/orange-talents-06-template-proposta | abdeac9e5a91947845fc03ce4767b318c077f10a | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/hugo/proposta/model/cartao/Renegociacao.java | HugoOliveiraSoares/orange-talents-06-template-proposta | abdeac9e5a91947845fc03ce4767b318c077f10a | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/hugo/proposta/model/cartao/Renegociacao.java | HugoOliveiraSoares/orange-talents-06-template-proposta | abdeac9e5a91947845fc03ce4767b318c077f10a | [
"Apache-2.0"
] | null | null | null | 19.906977 | 92 | 0.654206 | 998,491 | package br.com.zupacademy.hugo.proposta.model.cartao;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.time.LocalDateTime;
@Entity
public class Renegociacao {
@Id
private String id;
private int quantidade;
private int valor;
private LocalDateTime dataDeCriacao;
@Depr... |
923893d61710619fd617a7cff227a6bb88245e2b | 1,718 | java | Java | src/main/java/dev/majek/pc/util/Logging.java | MajekDev/PartyChat | 199866393df84ef4bb1d1d7c641e3e17cbd989af | [
"MIT"
] | 1 | 2021-10-31T18:38:54.000Z | 2021-10-31T18:38:54.000Z | src/main/java/dev/majek/pc/util/Logging.java | MajekDev/PartyChat | 199866393df84ef4bb1d1d7c641e3e17cbd989af | [
"MIT"
] | 14 | 2021-11-24T10:28:39.000Z | 2022-03-17T10:27:00.000Z | src/main/java/dev/majek/pc/util/Logging.java | MajekDev/PartyChat | 199866393df84ef4bb1d1d7c641e3e17cbd989af | [
"MIT"
] | 1 | 2021-11-15T03:50:50.000Z | 2021-11-15T03:50:50.000Z | 34.36 | 113 | 0.75553 | 998,492 | /*
* This file is part of PartyChat, licensed under the MIT License.
*
* Copyright (c) 2020-2022 Majekdor
*
* 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, includi... |
923893e422ef6dbd5160255c56aca73be3a8d791 | 496 | java | Java | src/main/java/org/svenson/reflectasm/reflectasm/MethodUtil.java | fforw/svenson | 55912b8d2d60f141a52f85cf4c0b0391f97d9dca | [
"BSD-3-Clause"
] | 11 | 2015-04-25T12:26:44.000Z | 2020-04-28T01:13:51.000Z | src/main/java/org/svenson/reflectasm/reflectasm/MethodUtil.java | fforw/svenson | 55912b8d2d60f141a52f85cf4c0b0391f97d9dca | [
"BSD-3-Clause"
] | 6 | 2015-07-23T20:53:48.000Z | 2021-12-18T18:02:27.000Z | src/main/java/org/svenson/reflectasm/reflectasm/MethodUtil.java | fforw/svenson | 55912b8d2d60f141a52f85cf4c0b0391f97d9dca | [
"BSD-3-Clause"
] | 4 | 2017-04-22T20:50:53.000Z | 2019-11-26T13:50:14.000Z | 23.619048 | 89 | 0.584677 | 998,493 | package org.svenson.reflectasm.reflectasm;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
class MethodUtil
{
public static <T extends Annotation> T getAnnotation(Class<T> cls, Method... methods)
{
T annotation = null;
for (Method method : methods)
{
... |
9238968fd482262502bbaaa503df7142abff1e60 | 1,397 | java | Java | src/test/java/com/jeactor/concurrent/EventTest.java | tomershafir/jeactor | 66eb68854d4c1ab9641dba21f77797b6d871a607 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/jeactor/concurrent/EventTest.java | tomershafir/jeactor | 66eb68854d4c1ab9641dba21f77797b6d871a607 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/jeactor/concurrent/EventTest.java | tomershafir/jeactor | 66eb68854d4c1ab9641dba21f77797b6d871a607 | [
"Apache-2.0"
] | null | null | null | 43.65625 | 171 | 0.72083 | 998,494 | package com.jeactor.concurrent;
import static org.junit.jupiter.api.Assertions.*;
import java.util.UUID;
import com.jeactor.AbstractJeactorUnitTest;
import com.jeactor.Priority;
import org.junit.jupiter.api.Test;
/** Unit test of Event. */
public class EventTest extends AbstractJeactorUnitTest {
/** Creates defau... |
923896da74ed45961a998285faf97de9b18d9cfe | 4,600 | java | Java | src/main/java/com/thinkgem/jeesite/modules/process/web/ApproachExaminationController.java | tunnyblock/tunnyblock | 07391dd195321d1efc93264e6976b9e2b96deaee | [
"Apache-2.0"
] | null | null | null | src/main/java/com/thinkgem/jeesite/modules/process/web/ApproachExaminationController.java | tunnyblock/tunnyblock | 07391dd195321d1efc93264e6976b9e2b96deaee | [
"Apache-2.0"
] | null | null | null | src/main/java/com/thinkgem/jeesite/modules/process/web/ApproachExaminationController.java | tunnyblock/tunnyblock | 07391dd195321d1efc93264e6976b9e2b96deaee | [
"Apache-2.0"
] | null | null | null | 40.707965 | 145 | 0.811087 | 998,495 | package com.thinkgem.jeesite.modules.process.web;
import java.util.Date;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org... |
92389719482bffae6c3b1057c67513c5b9539b30 | 552 | java | Java | spring-shadow/src/main/java/com/spring/BeanPostPorcessor/aspect/MyAspect.java | likanglong555/spring-framework-5.2.8 | f301ef8435cf9809e30aaa051cd07fc9a816ec92 | [
"Apache-2.0"
] | null | null | null | spring-shadow/src/main/java/com/spring/BeanPostPorcessor/aspect/MyAspect.java | likanglong555/spring-framework-5.2.8 | f301ef8435cf9809e30aaa051cd07fc9a816ec92 | [
"Apache-2.0"
] | null | null | null | spring-shadow/src/main/java/com/spring/BeanPostPorcessor/aspect/MyAspect.java | likanglong555/spring-framework-5.2.8 | f301ef8435cf9809e30aaa051cd07fc9a816ec92 | [
"Apache-2.0"
] | null | null | null | 21.230769 | 60 | 0.780797 | 998,496 | package com.spring.BeanPostPorcessor.aspect;
import lombok.extern.log4j.Log4j2;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.stere... |
923897284d7c504d7adf97834a967a0dc1255a85 | 234 | java | Java | android-navigator-compiler/src/test/resources/android/content/Context.java | kostasdrakonakis/android_navigator | c39b98a7c45a43f81c13d802143ea732ed080582 | [
"Apache-2.0"
] | 13 | 2018-02-15T20:42:42.000Z | 2021-12-30T18:00:27.000Z | randomizer-compiler/src/test/resources/android/content/Context.java | kostasdrakonakis/randomizer | 6d74794c13ea347c30b96d6362901add74dcef42 | [
"Apache-2.0"
] | null | null | null | randomizer-compiler/src/test/resources/android/content/Context.java | kostasdrakonakis/randomizer | 6d74794c13ea347c30b96d6362901add74dcef42 | [
"Apache-2.0"
] | 3 | 2019-05-17T11:22:55.000Z | 2021-12-30T18:01:19.000Z | 21.272727 | 83 | 0.722222 | 998,497 | package android.content;
/**
* Dummy Context class used only for unit tests as 'java-library' modules cannot be
* dependent on android dependencies.
*/
public class Context {
public void startActivity(Intent intent) {
}
} |
9238975a13655d2b851efc2eba1f85e7bb47bb55 | 2,096 | java | Java | qpid-proton4j-transport/src/main/java/org/apache/qpid/proton4j/transport/sasl/SaslClientListener.java | clebertsuconic/hacking | 0b1130accc18c3d52e62e90ff8146acc42a7c0ad | [
"Apache-2.0"
] | null | null | null | qpid-proton4j-transport/src/main/java/org/apache/qpid/proton4j/transport/sasl/SaslClientListener.java | clebertsuconic/hacking | 0b1130accc18c3d52e62e90ff8146acc42a7c0ad | [
"Apache-2.0"
] | null | null | null | qpid-proton4j-transport/src/main/java/org/apache/qpid/proton4j/transport/sasl/SaslClientListener.java | clebertsuconic/hacking | 0b1130accc18c3d52e62e90ff8146acc42a7c0ad | [
"Apache-2.0"
] | null | null | null | 38.109091 | 103 | 0.725191 | 998,498 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
9238976f337245e913c2d85457b78de1974bbd11 | 775 | java | Java | ProblemSolving/src/solution/JavaSubarray.java | MohamedMetwalli5/HackerRank_solutions | be13ba740214a966d41e6be1d643297c75499e24 | [
"Apache-2.0"
] | 37 | 2021-04-04T20:08:00.000Z | 2022-01-05T19:42:42.000Z | ProblemSolving/src/solution/JavaSubarray.java | ahmedsaleh1998/HackerRank_solutions | be13ba740214a966d41e6be1d643297c75499e24 | [
"Apache-2.0"
] | null | null | null | ProblemSolving/src/solution/JavaSubarray.java | ahmedsaleh1998/HackerRank_solutions | be13ba740214a966d41e6be1d643297c75499e24 | [
"Apache-2.0"
] | 15 | 2021-04-04T20:12:47.000Z | 2022-01-08T23:34:16.000Z | 25.833333 | 119 | 0.450323 | 998,499 | import java.io.*;
import java.util.*;
public class JavaSubarray {
public static void main(String[] args) {
/* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */
Scanner input = new Scanner(System.in);
int n = input.nextInt();
... |
923898d28c6dff69cbbf68daaaf6a250fe107bd4 | 4,210 | java | Java | server/src/test/java/com/linecorp/centraldogma/server/internal/storage/PurgeSchedulingServiceTest.java | geminiKim/centraldogma | d8e49f2775c1c694c96373473e5238210cb91c74 | [
"Apache-2.0"
] | 1 | 2020-11-11T05:10:52.000Z | 2020-11-11T05:10:52.000Z | server/src/test/java/com/linecorp/centraldogma/server/internal/storage/PurgeSchedulingServiceTest.java | geminiKim/centraldogma | d8e49f2775c1c694c96373473e5238210cb91c74 | [
"Apache-2.0"
] | null | null | null | server/src/test/java/com/linecorp/centraldogma/server/internal/storage/PurgeSchedulingServiceTest.java | geminiKim/centraldogma | d8e49f2775c1c694c96373473e5238210cb91c74 | [
"Apache-2.0"
] | null | null | null | 41.683168 | 102 | 0.72209 | 998,500 | /*
* Copyright 2019 LINE Corporation
*
* LINE Corporation licenses this file to you 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 r... |
92389a30e79b6549d9647f6b6dd6d4c7f2d65f7c | 20,549 | java | Java | lb/src/main/java/com/jdcloud/sdk/service/lb/model/Backend.java | jdcloud-apigateway/jdcloud-sdk-java | 62e0924aa4b7f51fc8d73404bdc7aa38d820732e | [
"Apache-2.0"
] | 38 | 2018-04-19T09:53:59.000Z | 2021-11-08T12:52:15.000Z | lb/src/main/java/com/jdcloud/sdk/service/lb/model/Backend.java | jdcloud-apigateway/jdcloud-sdk-java | 62e0924aa4b7f51fc8d73404bdc7aa38d820732e | [
"Apache-2.0"
] | 22 | 2018-04-24T12:17:20.000Z | 2022-03-31T10:39:18.000Z | lb/src/main/java/com/jdcloud/sdk/service/lb/model/Backend.java | jdcloud-apigateway/jdcloud-sdk-java | 62e0924aa4b7f51fc8d73404bdc7aa38d820732e | [
"Apache-2.0"
] | 53 | 2018-04-19T10:48:05.000Z | 2022-03-16T09:15:16.000Z | 27.14531 | 850 | 0.636868 | 998,501 | /*
* Copyright 2018 JDCLOUD.COM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:#www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
92389a719140d3959311d12d88f730b56e091129 | 1,721 | java | Java | api/src/main/java/javax/jdo/annotations/Inheritance.java | tobous/db-jdo | 7913371a10da6e9bc7d33079ace023f0d37897d4 | [
"Apache-2.0"
] | 9 | 2019-02-06T18:31:12.000Z | 2021-11-06T22:49:11.000Z | submissions/available/CPC/CPC-what-property/data/source/apacheDB-trunk/api/src/main/java/javax/jdo/annotations/Inheritance.java | XZ-X/CPC-artifact-release | 5710dc0e39509f79e42535e0b5ca5e41cbd90fc2 | [
"Unlicense"
] | 10 | 2019-02-22T18:04:24.000Z | 2022-02-23T09:13:26.000Z | submissions/available/CPC/CPC-what-property/data/source/apacheDB-trunk/api/src/main/java/javax/jdo/annotations/Inheritance.java | XZ-X/CPC-artifact-release | 5710dc0e39509f79e42535e0b5ca5e41cbd90fc2 | [
"Unlicense"
] | 10 | 2019-02-22T11:24:08.000Z | 2022-02-02T21:29:26.000Z | 35.854167 | 75 | 0.743754 | 998,502 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
92389b8370530d52f71257cffda2973a0bf8e2bd | 1,724 | java | Java | notification-hubs-sample-app-java/src/fcm/java/com/example/notification_hubs_sample_app_java/ui/main/NotificationListViewModel.java | sethmanheim/azure-notificationhubs-android | 62aaf0bb5860d8d5e58d25edd9bbdf13814f6f25 | [
"Apache-2.0"
] | 1 | 2021-05-17T14:48:35.000Z | 2021-05-17T14:48:35.000Z | notification-hubs-sample-app-java/src/fcm/java/com/example/notification_hubs_sample_app_java/ui/main/NotificationListViewModel.java | sethmanheim/azure-notificationhubs-android | 62aaf0bb5860d8d5e58d25edd9bbdf13814f6f25 | [
"Apache-2.0"
] | null | null | null | notification-hubs-sample-app-java/src/fcm/java/com/example/notification_hubs_sample_app_java/ui/main/NotificationListViewModel.java | sethmanheim/azure-notificationhubs-android | 62aaf0bb5860d8d5e58d25edd9bbdf13814f6f25 | [
"Apache-2.0"
] | null | null | null | 32.528302 | 84 | 0.721578 | 998,503 | package com.example.notification_hubs_sample_app_java.ui.main;
import android.app.Notification;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.example.notification_hubs_sample_app_java.cookbook.NotificationDisplayer;
import com.google.fi... |
92389bf62cf49b61cbdc570f4e65bf839e6b09d3 | 1,295 | java | Java | src/main/java/support/ActionSupportHandler.java | tropo/tropo-webapi-java | 96af1fa292c1d4b6321d85a559d9718d33eec7e0 | [
"MIT"
] | 18 | 2015-02-02T19:40:53.000Z | 2022-02-22T06:40:31.000Z | src/main/java/support/ActionSupportHandler.java | so1us2/tropo-webapi-java | 96af1fa292c1d4b6321d85a559d9718d33eec7e0 | [
"MIT"
] | 16 | 2015-04-09T20:17:38.000Z | 2018-08-14T20:36:49.000Z | src/main/java/support/ActionSupportHandler.java | so1us2/tropo-webapi-java | 96af1fa292c1d4b6321d85a559d9718d33eec7e0 | [
"MIT"
] | 28 | 2015-04-03T22:27:03.000Z | 2020-05-13T12:25:23.000Z | 26.428571 | 80 | 0.720463 | 998,504 | package support;
import java.lang.reflect.Constructor;
import com.voxeo.tropo.Key;
import com.voxeo.tropo.TropoException;
import com.voxeo.tropo.actions.Action;
import com.voxeo.tropo.actions.ArrayBackedJsonAction;
import com.voxeo.tropo.actions.JsonAction;
public class ActionSupportHandler<E extends Action> {
p... |
92389c6ff646e6490dbbec6ff30fb764825c45df | 1,499 | java | Java | AndroidNanoDegreeProjectCapstone/Phase2/app/src/main/java/io/github/marcelbraghetto/dailydeviations/framework/foundation/device/DefaultDeviceProvider.java | MarcelBraghetto/AndroidNanoDegree2016 | 2c41d2ee749bf09403a8b2ac2fd8a30d2ad75c59 | [
"Apache-2.0"
] | null | null | null | AndroidNanoDegreeProjectCapstone/Phase2/app/src/main/java/io/github/marcelbraghetto/dailydeviations/framework/foundation/device/DefaultDeviceProvider.java | MarcelBraghetto/AndroidNanoDegree2016 | 2c41d2ee749bf09403a8b2ac2fd8a30d2ad75c59 | [
"Apache-2.0"
] | null | null | null | AndroidNanoDegreeProjectCapstone/Phase2/app/src/main/java/io/github/marcelbraghetto/dailydeviations/framework/foundation/device/DefaultDeviceProvider.java | MarcelBraghetto/AndroidNanoDegree2016 | 2c41d2ee749bf09403a8b2ac2fd8a30d2ad75c59 | [
"Apache-2.0"
] | null | null | null | 34.068182 | 104 | 0.762508 | 998,505 | package io.github.marcelbraghetto.dailydeviations.framework.foundation.device;
import android.content.Context;
import android.os.Build;
import android.support.annotation.NonNull;
import android.util.DisplayMetrics;
import android.view.WindowManager;
import io.github.marcelbraghetto.dailydeviations.framework.foundatio... |
92389d10e28797ef1f202a77fc9b556300fc11f0 | 3,792 | java | Java | latte_core/src/main/java/com/jqhee/latte/core/delegates/web/WebDelegate.java | JQHee/BFastEC | 7c078095eff6419c30211b88aca7f0175a27568d | [
"MIT"
] | null | null | null | latte_core/src/main/java/com/jqhee/latte/core/delegates/web/WebDelegate.java | JQHee/BFastEC | 7c078095eff6419c30211b88aca7f0175a27568d | [
"MIT"
] | null | null | null | latte_core/src/main/java/com/jqhee/latte/core/delegates/web/WebDelegate.java | JQHee/BFastEC | 7c078095eff6419c30211b88aca7f0175a27568d | [
"MIT"
] | 3 | 2019-09-25T02:10:56.000Z | 2021-05-19T07:35:34.000Z | 28.088889 | 88 | 0.617352 | 998,506 | package com.jqhee.latte.core.delegates.web;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.webkit.WebView;
import com.jqhee.latte.core.app.ConfigKeys;
import com.jqhee.latte.core.app.Latte;
import com.jqhee.latte.core.delegates.LatteDelega... |
92389d95730483cdab04a9965f1bded0ac8fa180 | 435 | java | Java | java-review/src/test/modules/main/TryTest.java | fat4eyes-mwo/learning | 8fb999c503886926253da048a771438a72a65a47 | [
"MIT"
] | null | null | null | java-review/src/test/modules/main/TryTest.java | fat4eyes-mwo/learning | 8fb999c503886926253da048a771438a72a65a47 | [
"MIT"
] | null | null | null | java-review/src/test/modules/main/TryTest.java | fat4eyes-mwo/learning | 8fb999c503886926253da048a771438a72a65a47 | [
"MIT"
] | null | null | null | 16.111111 | 51 | 0.613793 | 998,507 | package test.modules.main;
import java.io.IOException;
public class TryTest {
public static void main(String[] args) {
try {
f();
g();
} catch(IOException | NumberFormatException e) {
System.out.println(e.getClass());
}
}
static void f() throws IOException {
}
static void g() ... |
92389eb812e5e253202b005fb47416fa2d58d6cb | 2,646 | java | Java | src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/mapping/MappingFromFile.java | jim-holmes/egeria-connector-sas-viya | 7d6f49e92a63bcc588de7d68de0a18f5b287ca8b | [
"Apache-2.0"
] | 8 | 2021-02-02T14:59:50.000Z | 2022-03-29T18:18:05.000Z | src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/mapping/MappingFromFile.java | jim-holmes/egeria-connector-sas-viya | 7d6f49e92a63bcc588de7d68de0a18f5b287ca8b | [
"Apache-2.0"
] | 38 | 2021-05-04T07:37:08.000Z | 2022-03-08T17:42:04.000Z | src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/mapping/MappingFromFile.java | jim-holmes/egeria-connector-sas-viya | 7d6f49e92a63bcc588de7d68de0a18f5b287ca8b | [
"Apache-2.0"
] | 10 | 2020-11-17T19:45:02.000Z | 2022-02-17T09:47:55.000Z | 38.911765 | 155 | 0.694633 | 998,508 | //---------------------------------------------------------------------------
// Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//---------------------------------------------------------------------------
package org.odpi.openmetadata.connector.sas.... |
92389f1abcdd8a63e928b9c3a16dd03a4e9a624a | 1,403 | java | Java | nifi-registry/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/MariaDB10_3DataSourceFactory.java | s9514171/nifi | d6805abf9bc9d32c138f12fdc33e39da8e1c5fff | [
"Apache-2.0"
] | 3,212 | 2015-07-18T01:39:17.000Z | 2022-03-31T04:10:07.000Z | nifi-registry/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/MariaDB10_3DataSourceFactory.java | s9514171/nifi | d6805abf9bc9d32c138f12fdc33e39da8e1c5fff | [
"Apache-2.0"
] | 4,786 | 2015-07-24T18:57:19.000Z | 2022-03-31T22:21:57.000Z | nifi-registry/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/MariaDB10_3DataSourceFactory.java | s9514171/nifi | d6805abf9bc9d32c138f12fdc33e39da8e1c5fff | [
"Apache-2.0"
] | 2,715 | 2015-07-20T11:26:22.000Z | 2022-03-31T13:42:28.000Z | 36.921053 | 106 | 0.767641 | 998,509 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
92389f51308d8b6d9802ed1fcd83c50955129152 | 8,448 | java | Java | common/src/main/java/org/sonatype/goodies/common/ByteSize.java | sonatype/goodies | e4d2f477410dbc90f8202fcbb1eee4a976d2ee93 | [
"Apache-2.0"
] | 4 | 2015-11-11T19:21:48.000Z | 2020-06-23T10:45:29.000Z | common/src/main/java/org/sonatype/goodies/common/ByteSize.java | sonatype/goodies | e4d2f477410dbc90f8202fcbb1eee4a976d2ee93 | [
"Apache-2.0"
] | 21 | 2015-09-20T21:35:37.000Z | 2021-02-17T16:36:11.000Z | common/src/main/java/org/sonatype/goodies/common/ByteSize.java | sonatype/goodies | e4d2f477410dbc90f8202fcbb1eee4a976d2ee93 | [
"Apache-2.0"
] | 4 | 2016-05-30T13:40:07.000Z | 2020-05-26T06:34:43.000Z | 23.597765 | 114 | 0.604403 | 998,510 | /*
* Copyright (c) 2010-present Sonatype, Inc. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/... |
9238a451d52758baa805ae9d2899c60a4389fdeb | 14,409 | java | Java | src/test/java/org/elasticsearch/test/integration/indices/state/OpenCloseIndexTests.java | robinhughes/elasticsearch | 933fd504665c0368fc966bf2364cd9b431b7368f | [
"Apache-2.0"
] | 1 | 2021-03-25T10:29:27.000Z | 2021-03-25T10:29:27.000Z | src/test/java/org/elasticsearch/test/integration/indices/state/OpenCloseIndexTests.java | robinhughes/elasticsearch | 933fd504665c0368fc966bf2364cd9b431b7368f | [
"Apache-2.0"
] | null | null | null | src/test/java/org/elasticsearch/test/integration/indices/state/OpenCloseIndexTests.java | robinhughes/elasticsearch | 933fd504665c0368fc966bf2364cd9b431b7368f | [
"Apache-2.0"
] | 1 | 2019-03-12T07:10:52.000Z | 2019-03-12T07:10:52.000Z | 49.34589 | 146 | 0.709279 | 998,511 | /*
* Licensed to ElasticSearch and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. ElasticSearch licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may... |
9238a52b3232872cdd86680847bf7ecad2e8422f | 11,248 | java | Java | src/minecraft/net/minecraft/block/BlockDispenser.java | SolarEntropy/Minecraft | 2de569a3a13c0cce48404bca09bde425d8bde4a8 | [
"Apache-2.0"
] | 8 | 2016-03-11T08:37:03.000Z | 2021-07-09T14:13:05.000Z | src/minecraft/net/minecraft/block/BlockDispenser.java | SolarEntropy/Minecraft | 2de569a3a13c0cce48404bca09bde425d8bde4a8 | [
"Apache-2.0"
] | 7 | 2016-03-24T19:12:58.000Z | 2016-06-05T07:05:06.000Z | src/minecraft/net/minecraft/block/BlockDispenser.java | SolarEntropy/Minecraft | 2de569a3a13c0cce48404bca09bde425d8bde4a8 | [
"Apache-2.0"
] | 19 | 2016-03-06T21:44:04.000Z | 2021-09-26T15:06:19.000Z | 35.371069 | 205 | 0.657539 | 998,512 | package net.minecraft.block;
import java.util.Random;
import net.minecraft.block.material.Material;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.properties.PropertyBool;
import net.minecraft.block.properties.PropertyDirection;
import net.minecraft.block.state.BlockStateContainer;
import ... |
9238a57143b63025368fa348dbe544c24bb9ff42 | 3,129 | java | Java | soar-netty/src/main/java/soar/netty/client/NettyClient.java | carryxyh/soar | e74a794eb7a6f5baafab7a3ccd2afd2fdc503b77 | [
"Apache-2.0"
] | 5 | 2018-04-19T12:59:06.000Z | 2018-09-14T10:38:32.000Z | soar-netty/src/main/java/soar/netty/client/NettyClient.java | carryxyh/soar | e74a794eb7a6f5baafab7a3ccd2afd2fdc503b77 | [
"Apache-2.0"
] | null | null | null | soar-netty/src/main/java/soar/netty/client/NettyClient.java | carryxyh/soar | e74a794eb7a6f5baafab7a3ccd2afd2fdc503b77 | [
"Apache-2.0"
] | 1 | 2018-08-23T07:58:30.000Z | 2018-08-23T07:58:30.000Z | 29.242991 | 148 | 0.64078 | 998,513 | package soar.netty.client;
import io.netty.bootstrap.Bootstrap;
import io.netty.buffer.PooledByteBufAllocator;
import io.netty.channel.*;
import io.netty.util.concurrent.DefaultThreadFactory;
import soar.common.exception.SoarException;
import soar.common.exception.SoarExceptionCode;
import soar.netty.ClientConfig;
im... |
9238a59f520abf82f7504a4484d307f6c324a658 | 5,641 | java | Java | melete/melete-hbm/src/java/org/etudes/component/app/melete/MeleteResource.java | sadupally/Dev | ead9de3993b7a805199ac254c6fa99d3dda48adf | [
"ECL-2.0"
] | null | null | null | melete/melete-hbm/src/java/org/etudes/component/app/melete/MeleteResource.java | sadupally/Dev | ead9de3993b7a805199ac254c6fa99d3dda48adf | [
"ECL-2.0"
] | null | null | null | melete/melete-hbm/src/java/org/etudes/component/app/melete/MeleteResource.java | sadupally/Dev | ead9de3993b7a805199ac254c6fa99d3dda48adf | [
"ECL-2.0"
] | null | null | null | 20.815498 | 147 | 0.661939 | 998,514 | /**********************************************************************************
*
* $URL: https://source.sakaiproject.org/contrib/etudes/melete/tags/2.9.1/melete-hbm/src/java/org/etudes/component/app/melete/MeleteResource.java $
* $Id: MeleteResource.java 78260 2012-01-24 21:26:42Z upchh@example.com $
*******... |
9238a64d0a746dee14ad204579403a7bb187c4b5 | 5,475 | java | Java | src/main/java/havis/middleware/reader/rf_r/RFCUtils.java | menucha-de/Middleware.Reader.RF-R | 9020dcc4f6b47339446a36f236d44b6dd45d6095 | [
"Apache-2.0"
] | null | null | null | src/main/java/havis/middleware/reader/rf_r/RFCUtils.java | menucha-de/Middleware.Reader.RF-R | 9020dcc4f6b47339446a36f236d44b6dd45d6095 | [
"Apache-2.0"
] | null | null | null | src/main/java/havis/middleware/reader/rf_r/RFCUtils.java | menucha-de/Middleware.Reader.RF-R | 9020dcc4f6b47339446a36f236d44b6dd45d6095 | [
"Apache-2.0"
] | null | null | null | 28.367876 | 113 | 0.608584 | 998,515 | package havis.middleware.reader.rf_r;
public class RFCUtils {
/**
* Converts a byte array to a hexadecimal string.
*
* @param bytes
* any array of bytes
* @return a hexadecimal string
*/
public static String bytesToHex(byte[] bytes) {
if (bytes == null)
return null;
char[] hexChars =... |
9238a69e4bf3395f589ae30b289cfaac19865c71 | 1,484 | java | Java | src/jzOffer/offer11_20/Offer12.java | czgggggggg/Leetcode | 618b337faf8dc46b5fc78d7f64350a493bccdb5d | [
"MIT"
] | null | null | null | src/jzOffer/offer11_20/Offer12.java | czgggggggg/Leetcode | 618b337faf8dc46b5fc78d7f64350a493bccdb5d | [
"MIT"
] | null | null | null | src/jzOffer/offer11_20/Offer12.java | czgggggggg/Leetcode | 618b337faf8dc46b5fc78d7f64350a493bccdb5d | [
"MIT"
] | null | null | null | 32.26087 | 92 | 0.398248 | 998,516 | package jzOffer.offer11_20;
/**
* @Author czgggggggg
* @Date 2021/2/9
* @Description 矩阵中的路径
* @Since version-1.0
*/
public class Offer12 {
// public static void main(String[] args) {
// char[][] board = {{'A', 'B', 'C', 'E'},{'S', 'F', 'C', 'S'},{'A', 'D', 'E', 'E'}};
// String word = "ABCCED";
// ... |
9238a6d70d95816662c3bbcd3bd6de79f5f06e10 | 2,871 | java | Java | src/main/java/com/ibm/g11n/pipeline/client/TranslationRequestStatus.java | sid41/gp-java-client | 342152cec4f87259c242f362c9e4df5efc1f4399 | [
"Apache-2.0"
] | 1 | 2018-04-19T06:09:19.000Z | 2018-04-19T06:09:19.000Z | src/main/java/com/ibm/g11n/pipeline/client/TranslationRequestStatus.java | sid41/gp-java-client | 342152cec4f87259c242f362c9e4df5efc1f4399 | [
"Apache-2.0"
] | 10 | 2018-03-22T14:44:17.000Z | 2021-03-16T23:14:30.000Z | src/main/java/com/ibm/g11n/pipeline/client/TranslationRequestStatus.java | sid41/gp-java-client | 342152cec4f87259c242f362c9e4df5efc1f4399 | [
"Apache-2.0"
] | 7 | 2018-02-27T22:22:38.000Z | 2022-03-06T10:32:59.000Z | 39.875 | 85 | 0.720655 | 998,517 | /*
* Copyright IBM Corp. 2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
9238a70fa765d89d3b87eefe1c31dd03032b04f3 | 321 | java | Java | src/main/java/com/bennyfranco/weather/api/rest/services/exceptions/StationException.java | BennyFranco/weather-api-rest | 8ea5d51b04718603e8a0a8bfacadad191585e787 | [
"MIT"
] | null | null | null | src/main/java/com/bennyfranco/weather/api/rest/services/exceptions/StationException.java | BennyFranco/weather-api-rest | 8ea5d51b04718603e8a0a8bfacadad191585e787 | [
"MIT"
] | null | null | null | src/main/java/com/bennyfranco/weather/api/rest/services/exceptions/StationException.java | BennyFranco/weather-api-rest | 8ea5d51b04718603e8a0a8bfacadad191585e787 | [
"MIT"
] | null | null | null | 21.4 | 63 | 0.719626 | 998,518 | package com.bennyfranco.weather.api.rest.services.exceptions;
/**
* This exceptions is created when something unexpected occurs.
*
* @author Benny Franco
* @version 0.0.1 29 ene 2017
*/
public class StationException extends Exception {
public StationException(String message) {
super(message);
}
}... |
9238a835b0769bfd39eb8f5e8ea51aa443b0dd79 | 1,098 | java | Java | chronix-plugin-api/src/main/java/org/oxymores/chronix/exceptions/ChronixNoLocalNode.java | marcanpilami/jChronix | ed1c1f099b440027c431beee2f76665bf59b578d | [
"Apache-2.0"
] | 1 | 2018-02-27T09:24:53.000Z | 2018-02-27T09:24:53.000Z | chronix-plugin-api/src/main/java/org/oxymores/chronix/exceptions/ChronixNoLocalNode.java | marcanpilami/jChronix | ed1c1f099b440027c431beee2f76665bf59b578d | [
"Apache-2.0"
] | 11 | 2020-09-09T19:00:50.000Z | 2022-02-27T14:31:24.000Z | chronix-plugin-api/src/main/java/org/oxymores/chronix/exceptions/ChronixNoLocalNode.java | marcanpilami/jChronix | ed1c1f099b440027c431beee2f76665bf59b578d | [
"Apache-2.0"
] | 1 | 2018-02-27T09:30:29.000Z | 2018-02-27T09:30:29.000Z | 34.3125 | 137 | 0.746812 | 998,519 | /**
* By Marc-Antoine Gouillart, 2012
*
* See the NOTICE file distributed with this work for
* information regarding copyright ownership.
* This file is licensed to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain
... |
9238a861523ec6f5608a27fbe77781cbf6f823bc | 4,136 | java | Java | services/zookeeper/src/main/java/org/apache/whirr/service/zookeeper/ZooKeeperClusterActionHandler.java | cloudera/whirr | c946a349a06f318cff24d5ef12d9eec3e97e1dc8 | [
"Apache-2.0"
] | 2 | 2015-02-25T00:50:28.000Z | 2018-03-14T22:25:45.000Z | services/zookeeper/src/main/java/org/apache/whirr/service/zookeeper/ZooKeeperClusterActionHandler.java | cloudera/whirr | c946a349a06f318cff24d5ef12d9eec3e97e1dc8 | [
"Apache-2.0"
] | null | null | null | services/zookeeper/src/main/java/org/apache/whirr/service/zookeeper/ZooKeeperClusterActionHandler.java | cloudera/whirr | c946a349a06f318cff24d5ef12d9eec3e97e1dc8 | [
"Apache-2.0"
] | 2 | 2017-09-30T02:40:38.000Z | 2020-12-12T10:10:17.000Z | 37.6 | 101 | 0.749275 | 998,520 | package org.apache.whirr.service.zookeeper;
/**
* 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 ... |
9238a8934d71a6c3b47ae7abe3acb8a3b7c0ceae | 9,206 | java | Java | src/web/com/joymain/jecs/bd/webapp/action/JbdMonthBonusSortReportController.java | lshowbiz/agnt_ht | fd549de35cb12a2e3db1cd9750caf9ce6e93e057 | [
"Apache-2.0"
] | null | null | null | src/web/com/joymain/jecs/bd/webapp/action/JbdMonthBonusSortReportController.java | lshowbiz/agnt_ht | fd549de35cb12a2e3db1cd9750caf9ce6e93e057 | [
"Apache-2.0"
] | null | null | null | src/web/com/joymain/jecs/bd/webapp/action/JbdMonthBonusSortReportController.java | lshowbiz/agnt_ht | fd549de35cb12a2e3db1cd9750caf9ce6e93e057 | [
"Apache-2.0"
] | null | null | null | 36.677291 | 185 | 0.739626 | 998,521 | package com.joymain.jecs.bd.webapp.action;
import java.io.OutputStream;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import jxl.Workbook;
im... |
9238a8969acb4ec13df1dcd52e51ce3c5e984c0d | 2,899 | java | Java | spring-boot-websocket-test/src/main/java/com/example/springbootwebsockettest/InterfaceHandler.java | guoshucan/mpaas | 8949c0c484987d9c030595b24d62a10585a814ce | [
"Apache-2.0"
] | 1 | 2020-09-29T10:24:03.000Z | 2020-09-29T10:24:03.000Z | spring-boot-websocket-test/src/main/java/com/example/springbootwebsockettest/InterfaceHandler.java | guoshucan/mpaas | 8949c0c484987d9c030595b24d62a10585a814ce | [
"Apache-2.0"
] | null | null | null | spring-boot-websocket-test/src/main/java/com/example/springbootwebsockettest/InterfaceHandler.java | guoshucan/mpaas | 8949c0c484987d9c030595b24d62a10585a814ce | [
"Apache-2.0"
] | 3 | 2020-11-05T15:52:17.000Z | 2021-07-27T04:37:00.000Z | 37.166667 | 104 | 0.618144 | 998,522 | package com.example.springbootwebsockettest;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Opcodes;
import java.io.FileOutputStream;
import java.lang.reflect.Method;
/**
* package: com.example.springbootwebsockettest
*
* @Author: 郭树灿{gsc-e590}
* @link: 手机:... |
9238a97d880503257c02cb971c2e71dac8dab77e | 13,048 | java | Java | MFPAnLib/src/main/coresrc/com/cyzapps/Jfcalc/DataClassSingleNum.java | woshiwpa/MFPAndroLib | 6bce0f519dcf5cdb8f65e6bf82377e11d3bc16ca | [
"Apache-2.0"
] | 4 | 2021-12-26T02:37:11.000Z | 2022-03-26T13:39:15.000Z | coresrc/com/cyzapps/Jfcalc/DataClassSingleNum.java | woshiwpa/MFPLang4JVM | 8e6e2d9ccf5ace940879d3a3639ad1dc4fd47790 | [
"Apache-2.0"
] | null | null | null | coresrc/com/cyzapps/Jfcalc/DataClassSingleNum.java | woshiwpa/MFPLang4JVM | 8e6e2d9ccf5ace940879d3a3639ad1dc4fd47790 | [
"Apache-2.0"
] | null | null | null | 40.521739 | 137 | 0.629598 | 998,523 | // MFP project, DataClassSingleNum.java : Designed and developed by Tony Cui in 2021
package com.cyzapps.Jfcalc;
import com.cyzapps.Jfcalc.DCHelper.DATATYPES;
import com.cyzapps.Jfcalc.ErrProcessor.ERRORTYPES;
import com.cyzapps.Jfcalc.ErrProcessor.JFCALCExpErrException;
import com.cyzapps.Jsma.AEConst;
import com.cyz... |
9238a9da1c4e7b3061c3ccce89ba090564558e6b | 425 | java | Java | aulas-exercicios/src/aula11/Aluno.java | gugamacedodev/orientacao-a-objetos | d6a094a04acec411c2a3644f6309d9d16ee4a4ed | [
"MIT"
] | null | null | null | aulas-exercicios/src/aula11/Aluno.java | gugamacedodev/orientacao-a-objetos | d6a094a04acec411c2a3644f6309d9d16ee4a4ed | [
"MIT"
] | null | null | null | aulas-exercicios/src/aula11/Aluno.java | gugamacedodev/orientacao-a-objetos | d6a094a04acec411c2a3644f6309d9d16ee4a4ed | [
"MIT"
] | null | null | null | 18.478261 | 80 | 0.687059 | 998,524 | package aula11;
public class Aluno extends Pessoa {
private int matr;
private String curso;
public int getMatr() {
return matr;
}
public void setMatr(int matr) {
this.matr = matr;
}
public String getCurso() {
return curso;
}
public void setCurso(String curso) {
this.curso = curso;
}
public void pa... |
9238aaaebdf1c1a947d5773ce8e21f1861527586 | 1,059 | java | Java | src/main/java/com/beust/jcommander/internal/Maps.java | jhulick/jcommander | 8a3f5625ab132ff8f5d62650cc58455628e51038 | [
"Apache-2.0"
] | 1 | 2016-11-07T04:37:23.000Z | 2016-11-07T04:37:23.000Z | src/main/java/com/beust/jcommander/internal/Maps.java | jhulick/jcommander | 8a3f5625ab132ff8f5d62650cc58455628e51038 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/beust/jcommander/internal/Maps.java | jhulick/jcommander | 8a3f5625ab132ff8f5d62650cc58455628e51038 | [
"Apache-2.0"
] | null | null | null | 29.416667 | 75 | 0.724268 | 998,525 | /**
* Copyright (C) 2010 the original author or authors.
* See the notice.md file distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
9238aae2b26bb0076a4dc7c759451feb6bdbf067 | 247 | java | Java | poker-server/src/main/java/es/msanchez/poker/server/config/Properties.java | ruanzhijun/online-poker-texas-hold-em | ada0080b38b07c8d02362f3cdf7d15d1047d0d23 | [
"Apache-2.0"
] | 1 | 2020-06-05T09:12:10.000Z | 2020-06-05T09:12:10.000Z | poker-server/src/main/java/es/msanchez/poker/server/config/Properties.java | ruanzhijun/online-poker-texas-hold-em | ada0080b38b07c8d02362f3cdf7d15d1047d0d23 | [
"Apache-2.0"
] | null | null | null | poker-server/src/main/java/es/msanchez/poker/server/config/Properties.java | ruanzhijun/online-poker-texas-hold-em | ada0080b38b07c8d02362f3cdf7d15d1047d0d23 | [
"Apache-2.0"
] | 1 | 2020-06-05T09:16:42.000Z | 2020-06-05T09:16:42.000Z | 14.529412 | 50 | 0.704453 | 998,526 | package es.msanchez.poker.server.config;
import lombok.Getter;
/**
* TODO: move to external configurable properties.
*
* @author msanchez
* @since 21.03.2019
*/
@Getter
public class Properties {
public static final int PORT = 8143;
}
|
9238aae3a8454768ecb47267066ddc181225f1cc | 13,946 | java | Java | platform/lang-api/src/com/intellij/codeInsight/lookup/LookupElementBuilder.java | liveqmock/platform-tools-idea | 1c4b76108add6110898a7e3f8f70b970e352d3d4 | [
"Apache-2.0"
] | 2 | 2015-05-08T15:07:10.000Z | 2022-03-09T05:47:53.000Z | platform/lang-api/src/com/intellij/codeInsight/lookup/LookupElementBuilder.java | lshain-android-source/tools-idea | b37108d841684bcc2af45a2539b75dd62c4e283c | [
"Apache-2.0"
] | null | null | null | platform/lang-api/src/com/intellij/codeInsight/lookup/LookupElementBuilder.java | lshain-android-source/tools-idea | b37108d841684bcc2af45a2539b75dd62c4e283c | [
"Apache-2.0"
] | 2 | 2017-04-24T15:48:40.000Z | 2022-03-09T05:48:05.000Z | 37.489247 | 139 | 0.732325 | 998,527 | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* 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 agre... |
9238aae95f0dce3191ae9222febfd4fcba398ee2 | 2,552 | java | Java | core/src/test/java/com/predic8/membrane/core/interceptor/DispatchingInterceptorTest.java | LarsP8/service-proxy | d893246177eec8c3133bcc5bbdcd173d118ecf9c | [
"Apache-2.0"
] | 363 | 2015-01-08T20:23:26.000Z | 2022-03-31T23:14:56.000Z | core/src/test/java/com/predic8/membrane/core/interceptor/DispatchingInterceptorTest.java | LarsP8/service-proxy | d893246177eec8c3133bcc5bbdcd173d118ecf9c | [
"Apache-2.0"
] | 224 | 2015-01-24T09:17:51.000Z | 2022-03-31T20:24:02.000Z | core/src/test/java/com/predic8/membrane/core/interceptor/DispatchingInterceptorTest.java | LarsP8/service-proxy | d893246177eec8c3133bcc5bbdcd173d118ecf9c | [
"Apache-2.0"
] | 143 | 2015-01-23T10:59:28.000Z | 2022-03-23T08:20:34.000Z | 31.9 | 109 | 0.759796 | 998,528 | /* Copyright 2009, 2012 predic8 GmbH, www.predic8.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... |
9238aaea627ef43b49c83d07b0047ef4259a44e2 | 1,689 | java | Java | modules/citrus-core/src/main/java/com/consol/citrus/config/xml/RepeatOnErrorUntilTrueParser.java | dracoon/citrus | 24a8c379976903c902ee70924401cbc37ffa85ce | [
"Apache-2.0"
] | 2 | 2019-11-11T01:00:45.000Z | 2020-03-01T15:08:16.000Z | modules/citrus-core/src/main/java/com/consol/citrus/config/xml/RepeatOnErrorUntilTrueParser.java | sgbeal/citrus | da4fcc5d8f4696c108142abeda29f00e8cf62f74 | [
"Apache-2.0"
] | 1 | 2016-06-30T07:34:52.000Z | 2016-06-30T07:34:52.000Z | modules/citrus-core/src/main/java/com/consol/citrus/config/xml/RepeatOnErrorUntilTrueParser.java | sgbeal/citrus | da4fcc5d8f4696c108142abeda29f00e8cf62f74 | [
"Apache-2.0"
] | 1 | 2021-03-25T17:39:49.000Z | 2021-03-25T17:39:49.000Z | 37.533333 | 154 | 0.775607 | 998,529 | /*
* Copyright 2006-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
9238ad30c3a4d3614618a1b5eb7e8463338cdb8f | 1,118 | java | Java | app/src/main/java/com/scj/beilu/app/ui/home/adapter/seller/HomeFacilityAdapter.java | CharlesMing/beilu-android-open-project | 20b148189d05639c85842fb78895bef64276a9b0 | [
"Apache-2.0"
] | 13 | 2019-11-22T02:14:45.000Z | 2021-06-11T05:52:09.000Z | app/src/main/java/com/scj/beilu/app/ui/home/adapter/seller/HomeFacilityAdapter.java | CharlesMing/beilu-android-open-project | 20b148189d05639c85842fb78895bef64276a9b0 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/scj/beilu/app/ui/home/adapter/seller/HomeFacilityAdapter.java | CharlesMing/beilu-android-open-project | 20b148189d05639c85842fb78895bef64276a9b0 | [
"Apache-2.0"
] | 7 | 2019-12-17T10:53:55.000Z | 2021-04-11T03:27:02.000Z | 26.619048 | 112 | 0.733453 | 998,530 | package com.scj.beilu.app.ui.home.adapter.seller;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.scj.beilu.app.R;
import com.scj.beilu.app.base.BaseViewHolder;
/**
* aut... |
9238ae534d4715815ed2b8d86e2ec433c01989e5 | 3,925 | java | Java | azure-mgmt-containerregistry/src/main/java/com/microsoft/azure/management/containerregistry/implementation/RegistryFileTaskRunRequestImpl.java | Flanker32/azure-libraries-for-java | dea658743df837f3f6f92bd79f5619ca41a4af80 | [
"MIT"
] | 100 | 2017-11-10T02:19:58.000Z | 2022-03-27T10:24:07.000Z | azure-mgmt-containerregistry/src/main/java/com/microsoft/azure/management/containerregistry/implementation/RegistryFileTaskRunRequestImpl.java | Flanker32/azure-libraries-for-java | dea658743df837f3f6f92bd79f5619ca41a4af80 | [
"MIT"
] | 657 | 2017-10-24T16:39:52.000Z | 2022-03-31T03:12:57.000Z | azure-mgmt-containerregistry/src/main/java/com/microsoft/azure/management/containerregistry/implementation/RegistryFileTaskRunRequestImpl.java | Flanker32/azure-libraries-for-java | dea658743df837f3f6f92bd79f5619ca41a4af80 | [
"MIT"
] | 122 | 2017-10-23T23:14:15.000Z | 2021-12-22T08:27:13.000Z | 31.910569 | 111 | 0.705223 | 998,531 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.management.containerregistry.implementation;
import com.microsoft.azure.management.apigeneration.LangDefinition;
import com... |
9238ae536b68e0d8b92551270cc8f8ae36c49e2e | 383 | java | Java | core/src/main/java/org/infinispan/util/logging/LogSupplier.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 713 | 2015-01-06T02:14:17.000Z | 2022-03-29T10:22:07.000Z | core/src/main/java/org/infinispan/util/logging/LogSupplier.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 5,732 | 2015-01-01T19:13:35.000Z | 2022-03-31T16:31:11.000Z | core/src/main/java/org/infinispan/util/logging/LogSupplier.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 402 | 2015-01-05T23:23:42.000Z | 2022-03-25T08:14:32.000Z | 18.238095 | 103 | 0.608355 | 998,532 | package org.infinispan.util.logging;
/**
* Provides a {@link Log} instance to use.
*
* @author Pedro Ruivo
* @since 12.0
*/
public interface LogSupplier {
/**
* @return {@code true} if "TRACE" is enabled in this {@link Log} instance, {@code false} otherwise.
*/
boolean isTraceEnabled();
/**
... |
9238afd0816cc6ab702255d50615a6fb11a2bb26 | 26,688 | java | Java | aliyun-java-sdk-ess/src/main/java/com/aliyuncs/ess/model/v20140828/CreateScalingConfigurationRequest.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 1 | 2022-02-12T06:01:36.000Z | 2022-02-12T06:01:36.000Z | aliyun-java-sdk-ess/src/main/java/com/aliyuncs/ess/model/v20140828/CreateScalingConfigurationRequest.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 27 | 2021-06-11T21:08:40.000Z | 2022-03-11T21:25:09.000Z | aliyun-java-sdk-ess/src/main/java/com/aliyuncs/ess/model/v20140828/CreateScalingConfigurationRequest.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 1 | 2020-03-05T07:30:16.000Z | 2020-03-05T07:30:16.000Z | 26.190383 | 147 | 0.720511 | 998,533 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distr... |
9238afed40cb5d6a3d25d9dc286989326d8f6cfc | 337 | java | Java | src/main/java/dev/gigaherz/elementsofpower/essentializer/menu/IMagicAmountHolder.java | gigaherz/ElementsOfPower | 4393ac1c77483ca26bbd07d64c27a273bdbcff11 | [
"BSD-3-Clause"
] | 13 | 2015-07-01T18:16:37.000Z | 2021-01-02T02:31:11.000Z | src/main/java/dev/gigaherz/elementsofpower/essentializer/menu/IMagicAmountHolder.java | gigaherz/ElementsOfPower | 4393ac1c77483ca26bbd07d64c27a273bdbcff11 | [
"BSD-3-Clause"
] | 29 | 2015-01-06T20:57:56.000Z | 2021-04-07T11:04:00.000Z | src/main/java/dev/gigaherz/elementsofpower/essentializer/menu/IMagicAmountHolder.java | gigaherz/ElementsOfPower | 4393ac1c77483ca26bbd07d64c27a273bdbcff11 | [
"BSD-3-Clause"
] | 10 | 2015-01-06T12:50:03.000Z | 2021-01-01T20:40:25.000Z | 25.923077 | 65 | 0.833828 | 998,534 | package dev.gigaherz.elementsofpower.essentializer.menu;
import dev.gigaherz.elementsofpower.magic.MagicAmounts;
public interface IMagicAmountHolder extends IMagicAmountContainer
{
MagicAmounts getRemainingToConvert();
void setContainedMagic(MagicAmounts contained);
void setRemainingToConvert(MagicAmoun... |
9238b127ea9f7c7e18a928daab8d7a5385de4545 | 3,648 | java | Java | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/definition/property/event/signal/InterruptingSignalEventExecutionSet.java | mareknovotny/kie-wb-common | 295b0027b2464c1399ef44ec879ac7dd2c9d7508 | [
"Apache-2.0"
] | null | null | null | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/definition/property/event/signal/InterruptingSignalEventExecutionSet.java | mareknovotny/kie-wb-common | 295b0027b2464c1399ef44ec879ac7dd2c9d7508 | [
"Apache-2.0"
] | null | null | null | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/definition/property/event/signal/InterruptingSignalEventExecutionSet.java | mareknovotny/kie-wb-common | 295b0027b2464c1399ef44ec879ac7dd2c9d7508 | [
"Apache-2.0"
] | null | null | null | 36.118812 | 109 | 0.731908 | 998,535 | /*
* Copyright 2017 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 app... |
9238b2b12fd37a52258499ee24c13dcf6ba69315 | 3,333 | java | Java | 664-GameCli/src/main/java/com/gamecli/util/GameUtil.java | heheiscool/23designpattern | 1ae1e26fbae3b5e779461bbe5061a3345ded5cea | [
"Apache-2.0"
] | null | null | null | 664-GameCli/src/main/java/com/gamecli/util/GameUtil.java | heheiscool/23designpattern | 1ae1e26fbae3b5e779461bbe5061a3345ded5cea | [
"Apache-2.0"
] | null | null | null | 664-GameCli/src/main/java/com/gamecli/util/GameUtil.java | heheiscool/23designpattern | 1ae1e26fbae3b5e779461bbe5061a3345ded5cea | [
"Apache-2.0"
] | null | null | null | 26.452381 | 98 | 0.516952 | 998,536 | package main.java.com.gamecli.util;
import main.java.com.gamecli.config.Constants;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.Timer;
import java.util.TimerTask;
/**
* @ProjectName: 23de... |
9238b3158d71fb1b03fa612026152b6ff2dcaca5 | 7,103 | java | Java | ActivityLauncher/src/main/java/com/knziha/polymer/webfeature/WebAnnotationPanel.java | simonbellu/PolymPic | 6e809d98b9a571b1833e55dfa5e9e4c34d7a727b | [
"Apache-2.0"
] | 23 | 2020-11-24T08:05:36.000Z | 2022-03-25T07:46:40.000Z | ActivityLauncher/src/main/java/com/knziha/polymer/webfeature/WebAnnotationPanel.java | simonbellu/PolymPic | 6e809d98b9a571b1833e55dfa5e9e4c34d7a727b | [
"Apache-2.0"
] | 4 | 2020-12-04T09:24:46.000Z | 2022-02-17T12:13:50.000Z | ActivityLauncher/src/main/java/com/knziha/polymer/webfeature/WebAnnotationPanel.java | simonbellu/PolymPic | 6e809d98b9a571b1833e55dfa5e9e4c34d7a727b | [
"Apache-2.0"
] | 8 | 2020-11-11T12:08:43.000Z | 2022-03-11T13:37:36.000Z | 34.149038 | 138 | 0.764747 | 998,537 | package com.knziha.polymer.webfeature;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import andr... |
9238b3d6a7ee343c7f323a280c4cd3a53edf3fc7 | 2,044 | java | Java | generated-sources/java-vertx/mojang-sessions/src/main/java/com/github/asyncmc/mojang/sessions/java/vertx/model/PlayerTexture.java | AsyncMC/Mojang-API-Libs | b01bbd2bce44bfa2b9ed705a128cf4ecda077916 | [
"Apache-2.0"
] | null | null | null | generated-sources/java-vertx/mojang-sessions/src/main/java/com/github/asyncmc/mojang/sessions/java/vertx/model/PlayerTexture.java | AsyncMC/Mojang-API-Libs | b01bbd2bce44bfa2b9ed705a128cf4ecda077916 | [
"Apache-2.0"
] | null | null | null | generated-sources/java-vertx/mojang-sessions/src/main/java/com/github/asyncmc/mojang/sessions/java/vertx/model/PlayerTexture.java | AsyncMC/Mojang-API-Libs | b01bbd2bce44bfa2b9ed705a128cf4ecda077916 | [
"Apache-2.0"
] | null | null | null | 23.767442 | 76 | 0.662916 | 998,538 | package com.github.asyncmc.mojang.sessions.java.vertx.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.github.asyncmc.mojang.sessions.java.vertx.model.PlayerSkinURL;
import com.github.asyncmc.mojang.sessions.java.vert... |
9238b4e8deedb18c699c643bdb7a0b0e1be4ea48 | 5,824 | java | Java | jeecg-cloud-module/jeecg-cloud-system-running/src/main/java/org/jeecg/modules/task/vo/RunningCaseManageVO.java | zhanglailong/stcp | 2209f2f7c81a01da948e5c6c050d215d656a77de | [
"MIT"
] | null | null | null | jeecg-cloud-module/jeecg-cloud-system-running/src/main/java/org/jeecg/modules/task/vo/RunningCaseManageVO.java | zhanglailong/stcp | 2209f2f7c81a01da948e5c6c050d215d656a77de | [
"MIT"
] | null | null | null | jeecg-cloud-module/jeecg-cloud-system-running/src/main/java/org/jeecg/modules/task/vo/RunningCaseManageVO.java | zhanglailong/stcp | 2209f2f7c81a01da948e5c6c050d215d656a77de | [
"MIT"
] | null | null | null | 30.333333 | 103 | 0.662431 | 998,539 | package org.jeecg.modules.task.vo;
import java.io.Serializable;
import java.util.List;
import com.baomidou.mybatisplus.annotation.TableField;
import org.jeecg.common.aspect.annotation.Dict;
import org.jeecg.modules.task.entity.RunningCaseStep;
import org.jeecgframework.poi.excel.annotation.Excel;
import org.springfra... |
9238b51d03e96596ec726ec9c9147fa3a1947097 | 1,087 | java | Java | src/main/java/com/hermestechnologies/service/Supplier/SupplierDaoImp.java | Troll173/gamotko | 08b839f41cda3613ab1ddc14ea79ea4a3f0762aa | [
"MIT"
] | null | null | null | src/main/java/com/hermestechnologies/service/Supplier/SupplierDaoImp.java | Troll173/gamotko | 08b839f41cda3613ab1ddc14ea79ea4a3f0762aa | [
"MIT"
] | null | null | null | src/main/java/com/hermestechnologies/service/Supplier/SupplierDaoImp.java | Troll173/gamotko | 08b839f41cda3613ab1ddc14ea79ea4a3f0762aa | [
"MIT"
] | null | null | null | 29.378378 | 111 | 0.736891 | 998,540 | package com.hermestechnologies.service.Supplier;
import com.hermestechnologies.domain.Supplier;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
pu... |
9238b531454da6a404ac41617d1c888dc8e70c13 | 4,185 | java | Java | ScaleScanUtils/src/main/java/com/moyansz/common/IdCardUtil.java | ynztlxdeai/ScaleScanWeb | cc3a63d4110e8418b6b7c814fb2b080267afd5f3 | [
"Apache-2.0"
] | 1 | 2018-02-26T02:14:37.000Z | 2018-02-26T02:14:37.000Z | ScaleScanUtils/src/main/java/com/moyansz/common/IdCardUtil.java | ynztlxdeai/ScaleScanWeb | cc3a63d4110e8418b6b7c814fb2b080267afd5f3 | [
"Apache-2.0"
] | null | null | null | ScaleScanUtils/src/main/java/com/moyansz/common/IdCardUtil.java | ynztlxdeai/ScaleScanWeb | cc3a63d4110e8418b6b7c814fb2b080267afd5f3 | [
"Apache-2.0"
] | null | null | null | 25.833333 | 80 | 0.585902 | 998,541 | /**
* @projectName:hxbCommon
* @packageName:com.hx.hxb.common.util
* @className:IdCardUtil.java
*
* @createTime:2015年9月1日-下午10:26:56
*
*
*/
package com.moyansz.common;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.HashMap;
import java.util.Map;
/**
* 身份证验... |
9238b53f21815cf48cb71dedd7367b864736229b | 12,701 | java | Java | server/src/test/java/org/elasticsearch/transport/OutboundHandlerTests.java | Wiewiogr/crate | 5651d8d4f6d149c496e329751af3e1fd28f8a5a8 | [
"Apache-2.0"
] | 3,066 | 2015-01-01T05:44:20.000Z | 2022-03-31T19:33:32.000Z | server/src/test/java/org/elasticsearch/transport/OutboundHandlerTests.java | Wiewiogr/crate | 5651d8d4f6d149c496e329751af3e1fd28f8a5a8 | [
"Apache-2.0"
] | 7,255 | 2015-01-02T08:25:25.000Z | 2022-03-31T21:05:43.000Z | server/src/test/java/org/elasticsearch/transport/OutboundHandlerTests.java | Wiewiogr/crate | 5651d8d4f6d149c496e329751af3e1fd28f8a5a8 | [
"Apache-2.0"
] | 563 | 2015-01-06T19:07:27.000Z | 2022-03-25T03:03:36.000Z | 43.20068 | 138 | 0.677821 | 998,542 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
9238b54b1e4cc1c64fff20270f67a1d573f6852e | 96 | java | Java | src/main/java/com/zendesk/maxwell/monitoring/package-info.java | isabella232/maxwell | c584bb2b6e8c2b3b0a1288ec1f44d8d1bf3b71e0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/zendesk/maxwell/monitoring/package-info.java | isabella232/maxwell | c584bb2b6e8c2b3b0a1288ec1f44d8d1bf3b71e0 | [
"Apache-2.0"
] | 1 | 2022-02-23T11:00:25.000Z | 2022-02-23T11:00:25.000Z | src/main/java/com/zendesk/maxwell/monitoring/package-info.java | isabella232/maxwell | c584bb2b6e8c2b3b0a1288ec1f44d8d1bf3b71e0 | [
"Apache-2.0"
] | null | null | null | 19.2 | 47 | 0.739583 | 998,543 | /**
* monitoring, diagnostics, and the HTTP server
*/
package com.zendesk.maxwell.monitoring;
|
9238b6b3e7711146aef3555f06a46c371433ecdd | 744 | java | Java | vertx-verticle/src/main/java/com/vertxinaction/chapter2/SomeVerticle.java | gingerkirsch/vertx-in-action | 24d7c47ecc775b6171f344eedea090d5bc652722 | [
"MIT"
] | null | null | null | vertx-verticle/src/main/java/com/vertxinaction/chapter2/SomeVerticle.java | gingerkirsch/vertx-in-action | 24d7c47ecc775b6171f344eedea090d5bc652722 | [
"MIT"
] | null | null | null | vertx-verticle/src/main/java/com/vertxinaction/chapter2/SomeVerticle.java | gingerkirsch/vertx-in-action | 24d7c47ecc775b6171f344eedea090d5bc652722 | [
"MIT"
] | null | null | null | 27.555556 | 66 | 0.548387 | 998,544 | package com.vertxinaction.chapter2;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.Future;
import io.vertx.core.Vertx;
public class SomeVerticle extends AbstractVerticle {
@Override
public void start(Future<Void> startFuture) {
vertx.createHttpServer()
.requestHandler(req ... |
9238b7fc693b63ec29455d17ccbd72902c2ef7ae | 6,420 | java | Java | resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/DocumentProvider.java | iweiss/Resteasy | 254e74f84806534f8a2b57cc73693428a2a9fcca | [
"Apache-2.0"
] | 841 | 2015-01-01T10:13:52.000Z | 2021-09-17T03:41:49.000Z | resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/DocumentProvider.java | iweiss/Resteasy | 254e74f84806534f8a2b57cc73693428a2a9fcca | [
"Apache-2.0"
] | 974 | 2015-01-23T02:42:23.000Z | 2021-09-17T03:35:22.000Z | resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/DocumentProvider.java | iweiss/Resteasy | 254e74f84806534f8a2b57cc73693428a2a9fcca | [
"Apache-2.0"
] | 747 | 2015-01-08T22:48:05.000Z | 2021-09-02T15:56:08.000Z | 38.909091 | 123 | 0.669159 | 998,545 | package org.jboss.resteasy.plugins.providers;
import org.jboss.resteasy.core.ResteasyContext;
import org.jboss.resteasy.core.messagebody.AsyncBufferedMessageBodyWriter;
import org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters;
import org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages;
import or... |
9238b82eada7517ee6b57481f89dc1de87cbc1de | 102 | java | Java | src/main/java/com/octo/dao/package-info.java | SmartJog/octo-spy | 205ddfe8bc021d97a40254aafbf357aad749edcc | [
"MIT"
] | null | null | null | src/main/java/com/octo/dao/package-info.java | SmartJog/octo-spy | 205ddfe8bc021d97a40254aafbf357aad749edcc | [
"MIT"
] | null | null | null | src/main/java/com/octo/dao/package-info.java | SmartJog/octo-spy | 205ddfe8bc021d97a40254aafbf357aad749edcc | [
"MIT"
] | 1 | 2021-07-26T14:18:33.000Z | 2021-07-26T14:18:33.000Z | 12.75 | 45 | 0.656863 | 998,546 | /**
* Package that contains all database access.
*
* @author vmoittie
*
*/
package com.octo.dao;
|
9238b98417222dcd8bc43cede9eda38bef20c60b | 2,799 | java | Java | enioka_scan/src/main/java/com/enioka/scanner/sdk/zebraoss/ssi/SsiParser.java | enioka/enioka_scan | d553429710a12af2905b3d78b814ffe83ed01792 | [
"Apache-2.0"
] | 1 | 2022-03-16T12:23:14.000Z | 2022-03-16T12:23:14.000Z | enioka_scan/src/main/java/com/enioka/scanner/sdk/zebraoss/ssi/SsiParser.java | enioka/enioka_scan | d553429710a12af2905b3d78b814ffe83ed01792 | [
"Apache-2.0"
] | 7 | 2022-02-11T13:32:38.000Z | 2022-03-30T13:03:13.000Z | enioka_scan/src/main/java/com/enioka/scanner/sdk/zebraoss/ssi/SsiParser.java | enioka/enioka_scan | d553429710a12af2905b3d78b814ffe83ed01792 | [
"Apache-2.0"
] | 2 | 2022-03-16T12:32:32.000Z | 2022-03-16T14:11:45.000Z | 39.422535 | 165 | 0.63094 | 998,547 | package com.enioka.scanner.sdk.zebraoss.ssi;
import android.util.Log;
import com.enioka.scanner.bt.api.MessageRejectionReason;
import com.enioka.scanner.bt.api.ParsingResult;
import com.enioka.scanner.bt.api.ScannerDataParser;
import com.enioka.scanner.sdk.zebraoss.commands.Ack;
import com.enioka.scanner.sdk.zebraoss... |
9238bab6db764f9deb32575dc903ec41e56cabbe | 6,137 | java | Java | backend/de.metas.acct.base/src/main/java-legacy/org/compiere/acct/Doc_Payment.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 1,144 | 2016-02-14T10:29:35.000Z | 2022-03-30T09:50:41.000Z | backend/de.metas.acct.base/src/main/java-legacy/org/compiere/acct/Doc_Payment.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 8,283 | 2016-04-28T17:41:34.000Z | 2022-03-30T13:30:12.000Z | backend/de.metas.acct.base/src/main/java-legacy/org/compiere/acct/Doc_Payment.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 441 | 2016-04-29T08:06:07.000Z | 2022-03-28T06:09:56.000Z | 25.570833 | 85 | 0.699853 | 998,548 | package org.compiere.acct;
import com.google.common.collect.ImmutableList;
import de.metas.acct.api.AcctSchema;
import de.metas.acct.api.PostingType;
import de.metas.acct.doc.AcctDocContext;
import de.metas.banking.BankAccount;
import de.metas.banking.BankAccountId;
import de.metas.currency.CurrencyConversionContext;
... |
9238bb00633ad1f89ea79f42c60e3eebc17616f6 | 5,918 | java | Java | control-sdk/src/main/java/tv/accedo/one/sdk/implementation/utils/Response.java | Accedo-Products/accedo-one-sdk-android | 731040950087569a70fb3478abd7b457452935fc | [
"Apache-2.0"
] | 5 | 2018-05-30T06:57:02.000Z | 2020-07-30T00:04:23.000Z | control-sdk/src/main/java/tv/accedo/one/sdk/implementation/utils/Response.java | Accedo-Products/accedo-control-sdk-android | 731040950087569a70fb3478abd7b457452935fc | [
"Apache-2.0"
] | 1 | 2020-04-30T08:38:00.000Z | 2020-04-30T08:38:00.000Z | control-sdk/src/main/java/tv/accedo/one/sdk/implementation/utils/Response.java | Accedo-Products/accedo-control-sdk-android | 731040950087569a70fb3478abd7b457452935fc | [
"Apache-2.0"
] | 3 | 2017-12-21T14:24:39.000Z | 2020-03-20T04:58:59.000Z | 30.071066 | 150 | 0.624916 | 998,549 | /*
* Copyright (c) 2016 - present Accedo Broadband AB. All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*/
package tv.accedo.one.sdk.implementation.utils;
import android.util.Log;
import java.io.InputStream;
import java.net.HttpURLConne... |
9238bb15929ca6ddfd1d28d4ec331ec6ead05919 | 1,199 | java | Java | lite/src/main/java/net/luminis/tls/alert/BadCertificateAlert.java | IshJ/Thor--Side-Channel-Integration | fbc892835557f42486fe2b817d57af530925a949 | [
"Apache-2.0"
] | null | null | null | lite/src/main/java/net/luminis/tls/alert/BadCertificateAlert.java | IshJ/Thor--Side-Channel-Integration | fbc892835557f42486fe2b817d57af530925a949 | [
"Apache-2.0"
] | null | null | null | lite/src/main/java/net/luminis/tls/alert/BadCertificateAlert.java | IshJ/Thor--Side-Channel-Integration | fbc892835557f42486fe2b817d57af530925a949 | [
"Apache-2.0"
] | null | null | null | 38.677419 | 106 | 0.75146 | 998,550 | /*
* Copyright © 2019, 2020, 2021 Peter Doornbosch
*
* This file is part of Agent15, an implementation of TLS 1.3 in Java.
*
* Agent15 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 versi... |
9238bb22e727092a577598f98c223c173dc7a491 | 8,296 | java | Java | src/main/java/kemet/model/action/VetoAction.java | dd00f/Kemet | cfb6ac3a786ceb974e749db0ebb705b4d7428014 | [
"Apache-2.0"
] | null | null | null | src/main/java/kemet/model/action/VetoAction.java | dd00f/Kemet | cfb6ac3a786ceb974e749db0ebb705b4d7428014 | [
"Apache-2.0"
] | 2 | 2022-01-04T16:32:39.000Z | 2022-01-04T16:33:38.000Z | src/main/java/kemet/model/action/VetoAction.java | dd00f/Kemet | cfb6ac3a786ceb974e749db0ebb705b4d7428014 | [
"Apache-2.0"
] | null | null | null | 25.063444 | 108 | 0.687681 | 998,551 | package kemet.model.action;
import java.util.Arrays;
import kemet.model.BoardInventory;
import kemet.model.DiCardList;
import kemet.model.KemetGame;
import kemet.model.Player;
import kemet.model.Validation;
import kemet.model.action.choice.ChoiceInventory;
import kemet.model.action.choice.PlayerChoice;
imp... |
9238bcc6b012829e5ea3d12a57d7ee3e6237fcfc | 180 | java | Java | src/main/java/com/techtong/solid/srp/refactored/logger/FileLogger.java | tech-tong/solid-principles | 13ddf6a20c92ef7cf4d2e2dd9a1782a4ec735921 | [
"MIT"
] | 8 | 2020-12-17T06:18:30.000Z | 2022-02-02T16:50:18.000Z | src/main/java/com/techtong/solid/srp/refactored/logger/FileLogger.java | tech-tong/solid-principles | 13ddf6a20c92ef7cf4d2e2dd9a1782a4ec735921 | [
"MIT"
] | 2 | 2020-11-24T16:23:04.000Z | 2020-12-08T13:17:02.000Z | src/main/java/com/techtong/solid/srp/refactored/logger/FileLogger.java | tech-tong/solid-principles | 13ddf6a20c92ef7cf4d2e2dd9a1782a4ec735921 | [
"MIT"
] | 2 | 2021-08-06T12:58:22.000Z | 2021-08-13T05:41:17.000Z | 25.714286 | 51 | 0.694444 | 998,552 | package com.techtong.solid.srp.refactored.logger;
public class FileLogger {
public void logInFile(String message) {
System.out.println("File Log: " + message);
}
} |
9238bda6710f97419a6432dda3642d2c75c022b5 | 1,000 | java | Java | com/intkr/saas/engine/proxy/RpcBeInvocationHandler.java | Beiden/Intkr_SAAS_BEIDEN | fb2b68f2e04a891523e3589dd3abebd2fcd5828d | [
"Apache-2.0"
] | null | null | null | com/intkr/saas/engine/proxy/RpcBeInvocationHandler.java | Beiden/Intkr_SAAS_BEIDEN | fb2b68f2e04a891523e3589dd3abebd2fcd5828d | [
"Apache-2.0"
] | null | null | null | com/intkr/saas/engine/proxy/RpcBeInvocationHandler.java | Beiden/Intkr_SAAS_BEIDEN | fb2b68f2e04a891523e3589dd3abebd2fcd5828d | [
"Apache-2.0"
] | 1 | 2022-03-16T15:04:17.000Z | 2022-03-16T15:04:17.000Z | 26.315789 | 92 | 0.697 | 998,553 | package com.intkr.saas.engine.proxy;
import java.lang.reflect.Method;
import com.intkr.saas.util.claz.ClassUtil;
import com.intkr.saas.util.claz.IOC;
/**
*
* @author Beiden
* @date 2018-4-1
* @version 1.0
*/
public class RpcBeInvocationHandler {
public Object invoke(String clsName, String methodString, Objec... |
9238bdb880766f55a7b30b898234db1c9cf37a67 | 4,079 | java | Java | simple-haskell-marker/src/main/java/alabno/simple_haskell_marker/HaskellSplitter.java | giuliojiang/alabno | a6e604034731e2e94cea4e0c59422d6d35aea789 | [
"MIT"
] | null | null | null | simple-haskell-marker/src/main/java/alabno/simple_haskell_marker/HaskellSplitter.java | giuliojiang/alabno | a6e604034731e2e94cea4e0c59422d6d35aea789 | [
"MIT"
] | null | null | null | simple-haskell-marker/src/main/java/alabno/simple_haskell_marker/HaskellSplitter.java | giuliojiang/alabno | a6e604034731e2e94cea4e0c59422d6d35aea789 | [
"MIT"
] | null | null | null | 28.929078 | 104 | 0.57318 | 998,554 | package alabno.simple_haskell_marker;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
/**
* Splits an input Haskell file into smaller subsections
* Splitting is based on the amount of empty lines,
* and beginning of function de... |
9238be364a1a897346ec72f399b358f4a244ca3e | 1,575 | java | Java | jetbrick-webmvc/src/main/java/jetbrick/web/mvc/results/ObjectResultHandler.java | subchen/jetbrick-all-1x | abe54629a508592287afe5ca4ffc93bf8bf4940c | [
"Apache-2.0"
] | 3 | 2015-11-18T01:37:08.000Z | 2018-07-20T13:51:17.000Z | jetbrick-webmvc/src/main/java/jetbrick/web/mvc/results/ObjectResultHandler.java | subchen/jetbrick-all-1x | abe54629a508592287afe5ca4ffc93bf8bf4940c | [
"Apache-2.0"
] | null | null | null | jetbrick-webmvc/src/main/java/jetbrick/web/mvc/results/ObjectResultHandler.java | subchen/jetbrick-all-1x | abe54629a508592287afe5ca4ffc93bf8bf4940c | [
"Apache-2.0"
] | null | null | null | 32.8125 | 76 | 0.691429 | 998,555 | /**
* Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.
*
* Email: nnheo@example.com
* URL: http://subchen.github.io/
*
* 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 Licen... |
9238be993747b93898cf82f55d2f002275b9b051 | 1,496 | java | Java | forker/src/main/java/com/redshape/forker/protocol/queue/IProtocolQueue.java | nikelin/Redshape-AS | 252d10988daadb9ca5972b61da2ef9d84eedafac | [
"Apache-2.0"
] | null | null | null | forker/src/main/java/com/redshape/forker/protocol/queue/IProtocolQueue.java | nikelin/Redshape-AS | 252d10988daadb9ca5972b61da2ef9d84eedafac | [
"Apache-2.0"
] | 7 | 2016-03-23T03:59:15.000Z | 2022-02-01T00:57:54.000Z | forker/src/main/java/com/redshape/forker/protocol/queue/IProtocolQueue.java | Redshape/Redshape-AS | 252d10988daadb9ca5972b61da2ef9d84eedafac | [
"Apache-2.0"
] | 1 | 2016-03-09T21:29:53.000Z | 2016-03-09T21:29:53.000Z | 28.226415 | 85 | 0.745989 | 998,556 | /*
* Copyright 2012 Cyril A. Karpenko
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
9238be9c5f28c0eb8b01da8653d4260a6e38d012 | 4,168 | java | Java | projects/project_moyi/cla/edg/project/moyi/gen/graphquery/InkCoinIncentiveRule.java | Clariones/event-driven-generation | f5525f5af980807a6c9983065b465f19ad6bab31 | [
"BSD-2-Clause"
] | 2 | 2019-10-31T06:00:48.000Z | 2019-10-31T06:01:43.000Z | projects/project_moyi/cla/edg/project/moyi/gen/graphquery/InkCoinIncentiveRule.java | Clariones/event-driven-generation | f5525f5af980807a6c9983065b465f19ad6bab31 | [
"BSD-2-Clause"
] | null | null | null | projects/project_moyi/cla/edg/project/moyi/gen/graphquery/InkCoinIncentiveRule.java | Clariones/event-driven-generation | f5525f5af980807a6c9983065b465f19ad6bab31 | [
"BSD-2-Clause"
] | 1 | 2020-11-25T10:51:53.000Z | 2020-11-25T10:51:53.000Z | 31.816794 | 99 | 0.713772 | 998,557 | package cla.edg.project.moyi.gen.graphquery;
import java.util.Map;
import cla.edg.modelbean.*;
public class InkCoinIncentiveRule extends BaseModelBean {
public String getFullClassName() {
return "com.terapico.moyi.inkcoinincentiverule.InkCoinIncentiveRule";
}
// 枚举对象
public static EnumAttribute REGISTRAT... |
9238bf84f94c8f56f82147c2c26840d9aa06c276 | 1,189 | java | Java | lib/jif-3.5.0/src/jif/types/JifLocalInstance_c.java | GustavHenning/SoftwareSafetySecurity18 | 3142f9182639af69d0ef42060d98f25d6ee7f398 | [
"MIT"
] | null | null | null | lib/jif-3.5.0/src/jif/types/JifLocalInstance_c.java | GustavHenning/SoftwareSafetySecurity18 | 3142f9182639af69d0ef42060d98f25d6ee7f398 | [
"MIT"
] | 1 | 2018-04-24T12:01:51.000Z | 2018-04-24T12:01:51.000Z | lib/jif-3.5.0/src/jif/types/JifLocalInstance_c.java | GustavHenning/SoftwareSafetySecurity18 | 3142f9182639af69d0ef42060d98f25d6ee7f398 | [
"MIT"
] | null | null | null | 23.78 | 77 | 0.667788 | 998,558 | package jif.types;
import jif.types.label.Label;
import polyglot.types.Flags;
import polyglot.types.LocalInstance_c;
import polyglot.types.Type;
import polyglot.util.Position;
import polyglot.util.SerialVersionUID;
/** An implementation of the <code>JifLocalInstance</code> interface.
*/
public class JifLocalInstance... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.