blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4b5841aaef66e6f36a534908f2d5c3d015ad1cf9 | 3a2f869f142b385451525326fcf03c822eda728e | /src/FileWorks/CollectionManager.java | 116a58fd0902c7b5bc2a2e7374d59a99a351fd40 | [] | no_license | MaxLebedev2000/lab5 | ee31c8d1c7b4454f4c8ad6a66a72be37fe1f4ff9 | 100ff230416d23081f17c2ff4b94f4ddbc6cf6ce | refs/heads/master | 2020-07-14T02:27:33.084425 | 2019-08-29T17:14:11 | 2019-08-29T17:14:11 | 205,213,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package FileWorks;
import Humans.Card;
import java.util.HashSet;
/**
* Класс-менеджер коллекции
*/
public class CollectionManager implements FileWorks.collection.CollectionManager {
/**
* Читатель коллекции
*/
private CollectionReader reader;
/**
* Записыватель коллекции
*/
priv... | [
"max.lebedev2000@yandex.ru"
] | max.lebedev2000@yandex.ru |
3c276e921e84374defee87eac019623e3e4016f3 | 5bb97209e9287669057936d20745573a9743a490 | /src/main/java/com/rollncode/basement/application/BaseAContext.java | d7918af557c83c5df733ea515bddc133970d67e3 | [] | no_license | RollnCode/Android-Basement | ace9ebf16d7a653ded49b6a53b3396678f0e1570 | e18e2b2d503a0990fba636b59e1f4467fc61b8da | refs/heads/master | 2021-01-22T10:59:55.482507 | 2017-05-04T12:12:55 | 2017-05-04T12:12:55 | 82,061,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,659 | java | package com.rollncode.basement.application;
import android.annotation.SuppressLint;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Point;
import android.graphics.drawable.Drawable;
import android.net.ConnectivityManager;
import andr... | [
"tregub.artem@gmail.com"
] | tregub.artem@gmail.com |
4450e3af13f7be35b66b4d09826af5a0c18e7de5 | d3583629609d4f2268ca17762336f209cf2e30d7 | /hw6/android/gen/processing/test/hw6/R.java | 5ffa2ef20a2d36848a54d0a9d42da9afa1f82d60 | [] | no_license | kyungyunlee/GameOfLife | f4bc1f6a27bc896934465864f8152619aaa8853e | b552b4c5138ecdbc07f0c4e4a65f0c22cd8811c1 | refs/heads/master | 2020-07-05T22:58:29.049427 | 2016-11-30T10:48:09 | 2016-11-30T10:48:09 | 73,977,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package processing.test.hw6;
public final class R {
public static final class attr {
}
public static final class drawable {
... | [
"kyungyunlee2393@gmail.com"
] | kyungyunlee2393@gmail.com |
949bcd749ecd8e0a32e9ea6332e179b4b9fa2741 | 2612f336d667a087823234daf946f09b40d8ca3d | /java/java-tests/testData/inspection/streamApiCallChains/beforeRangeToArraySource.java | 4266b6f99465f645fd51458b493ea070cdaa2e55 | [
"Apache-2.0"
] | permissive | tnorbye/intellij-community | df7f181861fc5c551c02c73df3b00b70ab2dd589 | f01cf262fc196bf4dbb99e20cd937dee3705a7b6 | refs/heads/master | 2021-04-06T06:57:57.974599 | 2018-03-13T17:37:00 | 2018-03-13T17:37:00 | 125,079,130 | 2 | 0 | Apache-2.0 | 2018-03-13T16:09:41 | 2018-03-13T16:09:41 | null | UTF-8 | Java | false | false | 276 | java | // "Replace with Arrays.stream()" "true"
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
class Test {
public void test(Object[] array) {
IntStream.<caret>range(1, 5).mapToObj(x -> array[x]).collect(Collectors.toList());
}
} | [
"Roman.Ivanov@jetbrains.com"
] | Roman.Ivanov@jetbrains.com |
b770fa9b53be341c89bc62c1a49351d142aaa46e | 46035fc1bee00bd99978bdffc3e38852ddc49de4 | /org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/filterrow/FilterRowRegularExpressionConverterTest.java | 45b739bcf90abbd34f9642be262f61da856dd6fc | [] | no_license | lukemaxon/nebula.widgets.nattable | e3fe62c843010dad76072a68e3aee01d2f8d999e | 8e6ad2f7e2561b6449519d7e776323621bb1b4fb | refs/heads/master | 2022-04-06T00:46:35.460441 | 2020-04-09T12:27:19 | 2020-04-09T12:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,121 | java | /*******************************************************************************
* Copyright (c) 2015 Dirk Fauth and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availa... | [
"dirk.fauth@googlemail.com"
] | dirk.fauth@googlemail.com |
a6c87751a10cd9fa9cc8f38baf11641334cbd21d | 39b6f83641d1a80a48937c42beb6a73311aebc55 | /integration-tests/smallrye-config/src/test/java/io/quarkus/it/smallrye/config/HibernatePropertiesTest.java | 6e5132c0aefe69a2aefe59f604a48b778e78e500 | [
"Apache-2.0"
] | permissive | quarkusio/quarkus | 112ecda7236bc061920978ac49289da6259360f4 | 68af440f3081de7a26bbee655f74bb8b2c57c2d5 | refs/heads/main | 2023-09-04T06:39:33.043251 | 2023-09-04T05:44:43 | 2023-09-04T05:44:43 | 139,914,932 | 13,109 | 2,940 | Apache-2.0 | 2023-09-14T21:31:23 | 2018-07-06T00:44:20 | Java | UTF-8 | Java | false | false | 1,518 | java | package io.quarkus.it.smallrye.config;
import static io.restassured.RestAssured.given;
import static jakarta.ws.rs.core.Response.Status.OK;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.logging.Level;
import java.util.logging.LogManager;
import org.junit.jupiter.api.Test;
import org.jun... | [
"guillaume.smet@gmail.com"
] | guillaume.smet@gmail.com |
e085c09d51d41c0d258ee96b619c39ca4b71a0f2 | c345610010472d0b2f3aeb6b693ea5c6f9162106 | /logodoctor/app/src/main/java/waterdroplistview/WaterDropListView.java | b0f37bd8e5ad60dac0e81c0940dcd5a65cca437a | [] | no_license | sollian/logo_doctor | 1e72745f8c730df2ee67c61748dcc6cdf26950c9 | 1652a89c34707bb4bdd56c33cfabc9500d91c81e | refs/heads/master | 2021-01-21T21:54:19.978308 | 2016-03-28T10:02:22 | 2016-03-28T10:02:22 | 41,791,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,481 | java | /**
* @file XListView.java
* @package me.maxwin.view
* @create Mar 18, 2012 6:28:41 PM
* @author Maxwin
* @description An ListView support (a) Pull down to refresh, (b) Pull up to load more.
* Implement IWaterDropListViewListener, and see stopRefresh() / stopLoadMore().
*/
package waterdroplistview;
import andr... | [
"lishouxian@comisys.net"
] | lishouxian@comisys.net |
8607454b321722fec4a6dd305be7587c288da205 | 6fc5b637d6d7e1853d0b0e92d109755fc7ef4886 | /LCServer/src/main/java/com/awakenguys/kmitl/ladkrabangcountry/VanStationRepo.java | bc5cc07c66d1999ea48c646a10adf027ea2b1f34 | [] | no_license | CE-KMITL-OOAD-2015/Ladkrabang-Country | f3bbbd2d553b8932f6598d367246fc5c2aa07e70 | eee4258e39c9015fbdce82a02139b8d3a518f570 | refs/heads/master | 2020-05-13T05:45:47.077847 | 2015-11-19T21:01:25 | 2015-11-19T21:02:37 | 41,353,554 | 2 | 0 | null | 2015-10-15T16:16:23 | 2015-08-25T08:46:44 | Java | UTF-8 | Java | false | false | 573 | java | package com.awakenguys.kmitl.ladkrabangcountry;
import com.awakenguys.kmitl.ladkrabangcountry.model.Van_Station;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
imp... | [
"x_zeed_kz@hotmail.com"
] | x_zeed_kz@hotmail.com |
e00bc791ac5417d81ebcd0670d081c42ebfa5793 | 499056472528f2379f25c2fe2318c18f6213d785 | /src/main/java/com/ya/yaevent/security/Http401UnauthorizedEntryPoint.java | d4870937cd8d6b2e5ddf5a2bb903793cc6560457 | [] | no_license | alefebvre-fixit/ya-event | 7298d50c0be6d331b3128174e73610d36ae6d6a4 | 4e1dc7100db57dc8c266d7de6f6cd05b23741c5b | refs/heads/master | 2021-01-10T14:23:13.941114 | 2017-07-21T15:42:34 | 2017-07-21T15:42:34 | 49,549,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | package com.ya.yaevent.security;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.servlet.ServletException;
import j... | [
"antoinelefebvre@gmail.com"
] | antoinelefebvre@gmail.com |
14442c6920ad441a29df5cdc294a863a2d530694 | cfb7d5752953dcbccb474c7615876f34e23ad598 | /kaiyanstudy/src/main/java/com/example/zq/kaiyanstudy/MainActivityRecycler.java | 6b4b0988451eca8efceffc94ecd12b280d228cda | [] | no_license | zhangzzqq/CustomExecise | 365e619ab2310b47fa7ef1b58c06325f93723449 | a8ebb17a63c64b417bed70b0e3bb6a01f993817c | refs/heads/master | 2021-01-12T04:24:47.992585 | 2019-05-31T07:17:51 | 2019-05-31T07:17:51 | 77,600,745 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,362 | java | package com.example.zq.kaiyanstudy;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Displa... | [
"zhangqihappyzq@163.com"
] | zhangqihappyzq@163.com |
31ef26e30cddadb1f9eb60a1fec7808c3c699aec | 88ffb1adcd4c012f452561bf72da2e3e13892224 | /src/main/java/GuardedSuspension/deadlock/TalkThread.java | cc4b437fcdff43fc9f7c368c068732d9376e44dc | [] | no_license | EasyArch-ls/Designpattern | 02d7c487827e0c5041de6fa7e9c227d40d228b11 | 051fc424af961d671fbbef85e8a869d25fd639e5 | refs/heads/master | 2021-01-07T22:34:58.853659 | 2020-02-22T05:18:29 | 2020-02-22T05:18:29 | 241,839,285 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | package GuardedSuspension.deadlock;
import GuardedSuspension.correct.Requst;
import GuardedSuspension.correct.RequstQueue;
/**
* Demo class
*
* @author ls
* @date 20-2-21
*/
public class TalkThread extends Thread {
private final RequstQueue input;
private final RequstQueue output;
public TalkThread(... | [
"EasyArch_ls@163.com"
] | EasyArch_ls@163.com |
de2b429d6a39a3051f76a64a096d5390bd4bd14f | 65ead8271796ad0f80a752df014f2385721207cd | /src/com/appspot/livelove/controller/livelove/ViewRegistLiveController.java | dbd1681697ac85df16dfb0b2a5f782928955e26a | [] | no_license | georgenano/live-love | a6ec3fe23c28f0720adcca73c1c130e81a0ae4fe | ab865eae9db595c0530954886d95e498fcb7ca54 | refs/heads/master | 2020-04-23T19:10:18.754083 | 2011-10-10T07:10:56 | 2011-10-10T07:10:56 | 2,252,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | package com.appspot.livelove.controller.livelove;
import java.util.Calendar;
import org.slim3.controller.Controller;
import org.slim3.controller.Navigation;
public class ViewRegistLiveController extends Controller {
@Override
public Navigation run() throws Exception {
Calendar cal = Calendar.getInst... | [
"okada_george@kcf.biglobe.ne.jp"
] | okada_george@kcf.biglobe.ne.jp |
fb3dcf0b1dd0df969586b6b2d26781966a1479d1 | e38d18173741ad89282164e05340d611155bf7dd | /Reversecontroller/src/reversecontroller/Activator.java | 4657206233a5724bf395feea9db5ac5b1ff5fca6 | [] | no_license | santhoshrajan89/Masters_Project_Autonomous_Driving | d3d70b7d1274a05325c5e87987635c47da35b63f | 3dbf7472cedb58ee47257f942cb8c5d6cb197c16 | refs/heads/master | 2021-05-17T23:52:38.480754 | 2020-03-29T11:04:24 | 2020-03-29T11:04:24 | 251,007,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package reversecontroller;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
public class Activator implements BundleActivator {
private static BundleContext context;
static BundleContext getContext() {
return context;
}
public void start(BundleContext bundleContext) throw... | [
"santhoshrajan89@gmail.com"
] | santhoshrajan89@gmail.com |
b8ea42373b4ae58d62e37eb4c9719aaafd968a26 | 34b0f6131fd9730c6fd92a48d9df0e12122513c7 | /sdk-server/src/main/java/com/spier/listener/StartupListener.java | 9b17a79d0969e9fc06cce4beaf10555be8807c4f | [] | no_license | KangnamJJ/smsTest | 2d0d704fe4a2be2b213e82de29e795d9925ac5c7 | b1dfa34f2e3cda2e19a3a115652217e19d4fd621 | refs/heads/master | 2022-12-17T00:03:57.706617 | 2019-06-11T02:55:03 | 2019-06-11T02:55:03 | 191,279,739 | 0 | 0 | null | 2022-12-06T00:31:42 | 2019-06-11T02:35:06 | Java | UTF-8 | Java | false | false | 12,739 | java | package com.spier.listener;
import java.io.File;
import java.io.IOException;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.ServletContext;
import org.apache.commons.io.FileUtils;
import org.apac... | [
"cjj827635091@163.com"
] | cjj827635091@163.com |
2f43962a59add1afd919c21b85c3afa1bb8ef7e8 | a4b6ed8de6b115db391e7265331046556c1eb40a | /app/src/main/java/com/tnpxu/tuparkinglot/api/responsedata/ParkingDetail.java | ccc94bc98af251fa27e2000c0d2a185b22b72a24 | [] | no_license | tnpxu/tuparkinglot | 1389bfec507ffbdb64dd6f6fb1aad9428753e2b0 | b6cecd754e57c30f5225f11bcd367169fc731c1c | refs/heads/master | 2021-04-28T21:18:12.152328 | 2016-05-17T13:22:13 | 2016-05-17T13:22:13 | 77,774,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java | package com.tnpxu.tuparkinglot.api.responsedata;
import java.util.ArrayList;
import java.util.List;
/**
* Created by tnpxu on 5/6/16 AD.
*/
public class ParkingDetail {
private List<SlotStatus> slotStatusList;
private String parkingStatus;
private String slotSize;
private String carCount;
publ... | [
"tanapatxu@gmail.com"
] | tanapatxu@gmail.com |
2e111ae0691df42cd02a2be6ae4594ae3e7e4127 | da99ab7484847434f1c7d9577db59a287357ad99 | /src/main/java/ua/com/foxminded/university/model/Teacher.java | 0d8050bd0544e33197fe0c634a568f1e88048d56 | [] | no_license | YaroslavHrab/CI-CD-Test-with-University | cb323ac3339d5521466c88fbddd2b260b474b57f | 6aa60c2ab212ca490e2f6d2e0c35fa2b2758e19f | refs/heads/main | 2023-07-25T05:58:04.173293 | 2021-08-29T10:53:14 | 2021-08-29T10:53:14 | 388,828,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,370 | java | package ua.com.foxminded.university.model;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@Entity
@Table(name = "teachers")
public class Teache... | [
"hrab.yaroslav@gmail.com"
] | hrab.yaroslav@gmail.com |
17f9f66f5b0c5b6af4b865a049aec2fd3e5e5e5e | 786f338203631c7557fab24ab02f0fd3c1c2597e | /floj-core/src/test/java/org/floj/core/PostgresFullPrunedBlockChainTest.java | f324b9364b0e3c0de601bfe81435cf4329bb45b2 | [
"Apache-2.0"
] | permissive | floj-org/floj | 818aaa7946742a5312b375fda2603b45ed659582 | f9397e1ad83ebb950e7bc869aa2910ffd3018bb5 | refs/heads/master | 2020-03-23T00:29:36.655039 | 2018-07-18T17:57:47 | 2018-07-18T17:57:47 | 140,866,820 | 1 | 2 | Apache-2.0 | 2018-07-18T17:57:48 | 2018-07-13T15:57:24 | Java | UTF-8 | Java | false | false | 2,683 | java | /*
* 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
* distribute... | [
"ray_engelking@hotmail.com"
] | ray_engelking@hotmail.com |
6d2740abd408750c3cd0e6627c4a02b6bd2e4e8f | 88e4c2a0f6e9097efe89b47612509f32b79badb8 | /src/main/java/com/alipay/api/response/MybankFinanceYulibaoAccountQueryResponse.java | 35b772895c00369a03712a2014e7d6eaf96e238c | [] | no_license | xushaomin/alipay-sdk-java | 15f8e311b6ded9a565f473cd732e2747ed33d8b0 | a03324a1ddc6eb3469c18f831512d5248bc98461 | refs/heads/master | 2020-06-15T13:26:40.913354 | 2016-12-01T12:23:27 | 2016-12-01T12:23:27 | 75,289,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,024 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.domain.YLBProfitDetailInfo;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: mybank.finance.yulibao.account.query response.
*
* @author auto create
* @since 1.0, 2016-11-01 10:11:31
*/
pu... | [
"xushaomin@foxmail.com"
] | xushaomin@foxmail.com |
f096e89ee751805771c1d5a8c504ff8d9a82f831 | ed146e538a0b4a2f1e7ed7ddc27a33826b8c96b8 | /SimpleCalculator/src/net/jcornelio/projects/calculator/listeners/ResultActionListener.java | d7efa1245abadb78a0104f9061a3e98074f95237 | [] | no_license | JuanCornelioGuzman/astounding-adventure | 3e9fe4147dba63a471604b0544ae6a0fc289f94c | a65e6f940dfc7d9f142309242c756803f44f8e99 | refs/heads/master | 2021-05-16T03:07:00.456487 | 2017-02-16T16:24:08 | 2017-02-16T16:24:08 | 19,778,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package net.jcornelio.projects.calculator.listeners;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import net.jcornelio.projects.calculator.controllers.ScreenController;
import net.jcornelio.projects.calculator.domain.Expression;
import net.jcornelio.projects.calculator.logic.ComputationPer... | [
"jcornelio.guzman@gmail.com"
] | jcornelio.guzman@gmail.com |
6e75371c3c595bde0f31b4fb73f47e03750e16f1 | dc1842a888cdd5abc8933b49c8223626f06607ee | /K12IF/src/com/aplus/k12if/user/RegisterValidCode.java | 90c9c500fdae00da60d3a55aeabd9408edf8b084 | [] | no_license | RJDream/kif | 5e6d941105af3f5d578edaf2828c73216daa4b41 | f85fb07499533406de4478a1e8ee7493ea9466bd | refs/heads/master | 2021-05-03T17:42:06.513643 | 2018-02-06T12:32:22 | 2018-02-06T12:32:22 | 120,452,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,160 | java | /**
* Id: RegisterValidCode.java, v1.0 2015-8-14 下午3:15:20 Sunshine Exp
*
* Copyright (c) 2012 ChinaSoft International, Ltd. All rights reserved
*
*/
package com.aplus.k12if.user;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import com.aplus.bo.Phone;
import com.aplus.utils.PhoneUtils... | [
"renjie.li@accenture.com"
] | renjie.li@accenture.com |
da2fc02607a1fab7628cf69ad75d3e4c2bed5632 | 39854fb04796055a2d157769f43362b59ee9a00c | /DioriteAPI/src/main/java/org/diorite/material/blocks/others/GlassPaneMat.java | ef8359b698a9a73f4865442eba2909d83a1a54c0 | [
"MIT"
] | permissive | tpacce/Diorite | 35ed8d0dfd114e8b26afe058494405b6650de9ec | 3828c65422e5c04e12ae306c9baebb7227d50ae1 | refs/heads/master | 2021-01-21T01:34:53.059367 | 2015-09-12T12:30:49 | 2015-09-12T12:30:49 | 42,354,127 | 1 | 0 | null | 2015-09-12T11:05:34 | 2015-09-12T11:05:34 | null | UTF-8 | Java | false | false | 3,088 | java | package org.diorite.material.blocks.others;
import java.util.Map;
import org.diorite.material.BlockMaterialData;
import org.diorite.material.blocks.FenceMat;
import org.diorite.utils.collections.maps.CaseInsensitiveMap;
import gnu.trove.map.TByteObjectMap;
import gnu.trove.map.hash.TByteObjectHashMap;
/**
* Class ... | [
"bartlomiejkmazur@gmail.com"
] | bartlomiejkmazur@gmail.com |
3fd384166b1b5dbf60156c2b3f1263b1cda808e9 | a4fc7cacd46f25cec05103bb7d9b48a773f14591 | /src/main/java/models/User.java | 09dd267abbedcba1fcd3e96e37be691f42cd7e14 | [] | no_license | Robinhiio/spring-user-test | fc7c56714f33126c257dc32b9cffa66e924320b7 | 4a4a6d6881fbc6a5d98381a151b251520fe02ac5 | refs/heads/master | 2020-03-20T19:39:36.356205 | 2018-06-17T12:26:20 | 2018-06-17T12:26:20 | 137,647,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package models;
import lombok.Data;
import javax.persistence.*;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotEmpty;
import java.util.Set;
@Entity
@Data
public class User {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
@Email(message = "ple... | [
"Robinhiio@hotmail.com"
] | Robinhiio@hotmail.com |
46fd81232216bd4ee0aa65a29288856459b63f35 | ed24039720ae042610c6372f8733d94a40495be7 | /org/MasterSwings/BaseMasterSwings/src/org/masterswings/base/view/BaseMasterSwingsPanel.java | 6a09ecd47c9984b749c6a5a837efcda81411dc57 | [] | no_license | amitkshirsagar13/Study | a716a97944ac2f882419e3021fc539acb8f8abce | 5c8b0a7686bacb551432c856ac75cc2118db67b8 | refs/heads/master | 2022-05-10T20:46:38.959138 | 2022-03-03T18:09:23 | 2022-03-03T18:09:23 | 33,051,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,251 | java | /**
* <p>
* <b>Overview:</b>
* <p>
*
*
* <pre>
* Creation date: Jan 17, 2014
* @author Amit Kshirsagar
* @email amit.kshirsagar.13@gmail.com
* @version 1.0
* @since
*
* <p><b>Modification History:</b><p>
*
*
* </pre>
*/
package org.masterswings.base.view;
import java.awt.BorderLa... | [
"amit.kshirsagar.13@gmail.com@00bf6314-d853-5732-4094-fd89616d7e70"
] | amit.kshirsagar.13@gmail.com@00bf6314-d853-5732-4094-fd89616d7e70 |
369ad9c413a3c87f8e180cfe2fd81c9603f96005 | 2e6ceb3c12044190a270821b9301293ee82eda51 | /src/main/java/br/org/assembleia/model/MembroModel.java | f98ab7d9a040b96a55dcd33200c1aaf754a94187 | [] | no_license | andrezitojava2017/Assembeia.org | 5f6ef21ff96b3e38cbcaa6347470cbeeaa524a7e | f5ee00820ccb9dff17cb2f1282798ab1e0f2eb70 | refs/heads/master | 2022-07-14T06:33:07.371969 | 2019-10-21T02:23:26 | 2019-10-21T02:23:26 | 202,462,799 | 0 | 0 | null | 2022-06-21T01:40:17 | 2019-08-15T02:51:35 | Java | UTF-8 | Java | false | false | 4,011 | java | /*
* 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 br.org.assembleia.model;
import br.org.assembleia.dao.MembroDao;
import java.time.LocalDate;
import java.time.format.DateTimeF... | [
"andre_sjx@live.com"
] | andre_sjx@live.com |
9e5d02d1bb227c79472027c0ab63926da94c78a7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_63bdf5e25a4fa01690f7610a0e5d05653489893e/PrivacyService/2_63bdf5e25a4fa01690f7610a0e5d05653489893e_PrivacyService_t.java | d88523648862d503720e4038a673d46f02a1da24 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 73,669 | java | package biz.bokhorst.xprivacy;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStreamWriter;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.Coun... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b2fc8f84c24b85e27dae67b8d1ce1eaca045ce5f | a6d50f4a13d399fd5fc1c35f142687529e9387ee | /commonsdk/src/main/java/com/tw/commonsdk/base/delegate/IActivity.java | b886e6c283d525cd40b8db5af0cfd61852e17450 | [] | no_license | Apengsun/wechat_moments | 00871b6b4bc59feebdb4ae323d90afd053bd50cb | 286149dd191a5ddc64de2c1578ac54881b45473e | refs/heads/master | 2020-08-27T02:35:50.263561 | 2019-10-24T06:11:59 | 2019-10-24T06:11:59 | 217,220,838 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,809 | java | /*
* 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 ... | [
"sunzhipeng@houyicloud.com"
] | sunzhipeng@houyicloud.com |
6d62895bdfb1eb9d906a26ffcb62b3afc2b207ac | 360a9f791764e561fd246df53bdcaab1f711fec6 | /cty/src/com/cty/web/action/UserAction.java | 24d7419f0b0d15b86934c1cd5d62746eb64b8b7a | [] | no_license | jizhanfei/work | 614cfd8c32236897bf2a34fdf30ffd12d4048866 | ab81cb62f51caff85b48d8005b7fe16af09947ca | refs/heads/master | 2020-03-29T05:06:17.103031 | 2018-09-21T02:30:15 | 2018-09-21T02:30:15 | 149,566,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,474 | java | package com.cty.web.action;
import org.apache.commons.lang3.StringUtils;
import org.apache.struts2.ServletActionContext;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import com.cty.domain.User;
import com.cty.service.IUserService;
import com.cty.web.action.bas... | [
"308350144@qq.com"
] | 308350144@qq.com |
4eb1494a6fcb426f2188e06a2171dfa5e5c24198 | f0987f5c4c44e4ead7ca09c44c45a7a9f2ef0880 | /src/upem/jarret/task/TaskWorker.java | 354b0137fe104b7e9c30051bdd8e455e232c50da | [] | no_license | rojorabelisoa/HttpTcp | 4916037cb1aca8e35c3ce94c48a9358cb1156f34 | 8a287ee55dbfa7d9a12900f281546f7b31efd1aa | refs/heads/master | 2021-01-19T13:06:12.908132 | 2017-04-12T15:00:38 | 2017-04-12T15:00:38 | 88,064,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package upem.jarret.task;
import java.net.MalformedURLException;
import upem.jarret.worker.Worker;
import upem.jarret.worker.WorkerFactory;
public class TaskWorker extends Task {
public Worker getWorker() throws MalformedURLException,
ClassNotFoundException, IllegalAccessException,
InstantiationException {
... | [
"rojorabelisoa@yahoo.fr"
] | rojorabelisoa@yahoo.fr |
9cdc3d76c724af79f9043bc07e581bfee9a2f82d | a45dff9eb7c4ea22b3fd2f7fb5c7d0470aa70c74 | /src/main/java/com/lib/management/service/BookInfoResponseService.java | b0010a0bdf27bac729905a25592a4e600d7eacc7 | [] | no_license | bamboo3333/management | 19da2a272e4523cf3170545c684229e4006f769f | 842e425383a6309dd86bc9666bcea0a5a98c33f1 | refs/heads/master | 2021-05-16T19:10:31.927565 | 2020-03-26T11:13:14 | 2020-03-26T11:13:14 | 250,433,981 | 0 | 0 | null | 2020-03-27T03:46:33 | 2020-03-27T03:46:32 | null | UTF-8 | Java | false | false | 392 | java | package com.lib.management.service;
import com.lib.management.dto.BookInfoResponse;
import java.util.List;
import java.util.Map;
public interface BookInfoResponseService {
BookInfoResponse getBookInfoByBookInfoId(int bookInfoId);
List<BookInfoResponse> getBooksInfoByBookName(String bookName,int page);
... | [
"zhangyonglele@yeah.net"
] | zhangyonglele@yeah.net |
0b7380c1e7f69db0b09aadd8788ea887d8942d0d | f50558074523ef4051dd63f1f205cd009152c623 | /src/wota/ai/pwahs05/ScoutAI.java | 73cbee99030024e9354a3fed11fae7679380e3a6 | [] | no_license | wotateam/wota | 60ad8265704b3a05d7ab315f90aab8fe1e49ae34 | 97522bfd061d6bbd77ac0431ebdf5097a4e2d939 | refs/heads/master | 2021-12-14T15:20:52.537185 | 2021-11-27T15:52:57 | 2021-11-27T15:52:57 | 9,792,486 | 5 | 0 | null | 2015-04-20T18:59:24 | 2013-05-01T14:03:18 | Java | UTF-8 | Java | false | false | 2,839 | java | /**
*
*/
package wota.ai.pwahs05; /* <-- change this to wota.ai.YOUR_AI_NAME
* make sure your file is in the folder /de/wota/ai/YOUR_AI_NAME
* and has the same name as the class (change TemplateAI to
* the name of your choice)
*/
import wota.gamemaster.AIInformation;
import ... | [
"philipp.weisz@gmail.com"
] | philipp.weisz@gmail.com |
223d6705dd472683d14e493bff1a903b5193350f | 39481154f1a728c73367efa782346844b9272492 | /src/main/java/top/zywork/security/MyUserDetailsService.java | a36d87250932bf2c7bb015b364a7534b5a6d54bc | [] | no_license | hyx-jetbrains/zywork-app | 1580d544df8dbe7e4547d70ff797a68cf8a9c104 | 81a26a374496aa1e15b2847f2a32f0fc8a982367 | refs/heads/master | 2020-07-06T08:28:42.718528 | 2019-08-16T09:10:09 | 2019-08-16T09:10:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package top.zywork.security;
import org.springframework.security.core.userdetails.UserDetailsService;
/**
* 自定义用户详情接口,继承自SpringSecurity的UserDetailsService接口<br/>
*
* 创建于2018-12-23<br/>
*
* @author 王振宇
* @version 1.0
*/
public interface MyUserDetailsService extends UserDetailsService {
/**
* 根据用户编号获取用... | [
"847315251@qq.com"
] | 847315251@qq.com |
0d95fa3ec0fd7be2c23ace4ccf1ab6bf9e267b0f | b4caf4bf393a00fb0dcb2a057700b96b3c9e4075 | /print-client/src/main/java/net/steampunkfoundry/techdemo/client/printclient/login/service/CaseClient.java | 3a81f345aa10394f6df448b53a204a729e5075a3 | [] | no_license | rhcdg/speed-core | eea4356221c7d5683bb592f4fa18ab95d857a84f | 78872e3d8e050759bb75baa7748e5517a0c1ae6d | refs/heads/main | 2023-04-08T20:54:49.967127 | 2021-04-21T20:37:34 | 2021-04-21T20:37:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,709 | java | package net.steampunkfoundry.techdemo.client.printclient.login.service;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Set;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.steampunkfoundry.techdemo.client.printclient.dto.Pdf;
import org.spri... | [
"farrukh.saleem@creativedevgroup.com"
] | farrukh.saleem@creativedevgroup.com |
7b28bec93d99cde9c3881d27c9a7455cfef1b314 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_5d96348296eda5f85cc5c56de9389fe022c24423/DefaultReleaseManager/30_5d96348296eda5f85cc5c56de9389fe022c24423_DefaultReleaseManager_s.java | 031903b8981e1bd8833e4456af3173b6583e368e | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 20,199 | java | package org.apache.maven.shared.release;
/*
* 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 Ap... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0c1513405fb3b1ab9ecf6e003333cad07a876b94 | 43f2e571586438c03b2ae777e4ea0e40f9a87df2 | /src/main/java/com/digitalpebble/storm/crawler/util/StringTabScheme.java | 5df4ed918e32c0e83911f669bad5f7338bf54436 | [] | no_license | Weborama/storm-crawler | 03cb74d1d8cca45f5ad39811b4c6188300f0ff0b | 7ac981e717a7d3f768abfa06e7d68233bc449d7b | refs/heads/master | 2021-01-12T20:07:40.814020 | 2014-09-04T12:53:18 | 2014-09-04T12:53:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,347 | java | /**
* 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... | [
"julien@digitalpebble.com"
] | julien@digitalpebble.com |
cbaefde4d72bcd9deb05f5e0021da3f782e64bdc | 8ec539c764795f1e60d25291b58d5375fe896def | /FindHoroscope.java | cc3e39620da7e7b2254af8eac0b5aba60208f35e | [
"MIT"
] | permissive | YunusEmreUyar/kodluyoruzilkrepo | 1bb4ba90b2840d2fef7cc4aa07f11b1603dc8f1b | 0046daacc5057f1bb4733b772385d77aaf287587 | refs/heads/master | 2023-06-28T13:09:47.664228 | 2021-07-25T12:00:13 | 2021-07-25T12:00:13 | 377,606,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,192 | java | import java.util.Scanner;
public class FindHoroscope {
public static void main(String[] args) {
Scanner inp = new Scanner(System.in);
int month, day;
/*
Koç Burcu : 21 Mart - 20 Nisan
Boğa Burcu : 21 Nisan - 21 Mayıs
İkizler Burcu : 22 Mayıs - 22 Haziran
Yeng... | [
"yunusemreuyarr@outlook.com"
] | yunusemreuyarr@outlook.com |
56e14aa5be4fec3e9b9f0fafa995263002bfcb59 | a3402d5ffe3ab9040dcb2cb7160782f32f6e97a0 | /modules/core/src/flex/messaging/util/concurrent/Executor.java | 63919acdb8d6675c2d802deab53c91eb67614ab0 | [
"Apache-2.0",
"Apache-1.0"
] | permissive | charithdesilva/flex-blazeds | aa152ec0289b52b4f5c86d8a0530e39a018c0511 | 0e3be5953d9f6fe8fd7f093c086e0fcac131c744 | refs/heads/master | 2021-01-21T19:01:44.467350 | 2015-07-02T04:28:59 | 2015-07-02T04:28:59 | 38,409,303 | 0 | 0 | null | 2015-07-02T03:35:04 | 2015-07-02T03:35:04 | null | UTF-8 | Java | false | false | 2,538 | java | /*
* 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 ... | [
"christofer.dutz@c-ware.de"
] | christofer.dutz@c-ware.de |
657473c2630f971d649d468ea3a920355221933a | 5883133e5c39bd7c5b87c95ac9293a7369269b6f | /app/src/main/java/com/example/kylehirschfelder/ship/HouseTransferList.java | 8b1686223eee4e9d35d88b0a6b6dc04502b6d39e | [] | no_license | kalemayank29/leone | 70f3b38028479b950c0bed3688891f9090446808 | bebf2a118d0d1011c1a996b6f0d6ca53de9dc2e2 | refs/heads/master | 2021-01-20T16:28:47.938004 | 2016-06-02T03:33:05 | 2016-06-02T03:33:05 | 60,229,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,788 | java | package com.example.kylehirschfelder.ship;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.... | [
"kalemayank29@gmail.com"
] | kalemayank29@gmail.com |
ceccdb0214c6a638cf98e6b64264e8cef6ec9dbc | 2afdc434064510869b75fe157b82b3440ddbb748 | /presto-spi/src/test/java/io/prestosql/spi/PrestoWarningTest.java | 047820bc56a15a55a1bd806cdd4d7c2e41a700db | [] | no_license | openlookeng/hetu-core | 6dd74c62303f91d70e5eb6043b320054d1b4b550 | 73989707b733c11c74147d9228a0600e16fe5193 | refs/heads/master | 2023-09-03T20:27:49.706678 | 2023-06-26T09:51:37 | 2023-06-26T09:51:37 | 276,025,804 | 553 | 398 | null | 2023-09-14T17:07:01 | 2020-06-30T07:14:20 | Java | UTF-8 | Java | false | false | 1,550 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | [
"zhengqijv@workingman.cn"
] | zhengqijv@workingman.cn |
02b500a894717553072d110ce443423fc732789d | 6a48246db56e3ea89762a789c0482a7c06d21ab8 | /libs/utils/lib-encrypt/src/main/java/com/yyxnb/what/encrypt/MD5Utils.java | 9ec8c54d169b81b98da3fc8e7d1a493db7e939fe | [
"Apache-2.0"
] | permissive | y1xian/What | d7cddb60010723dfed83bb2dafebe57ffec8f91c | ddd57d3a5095510773041df08af184ef6ce8ceae | refs/heads/master | 2021-06-21T19:30:34.174368 | 2021-04-09T02:27:39 | 2021-04-09T02:27:39 | 208,196,833 | 55 | 8 | Apache-2.0 | 2019-10-20T14:56:18 | 2019-09-13T04:44:31 | Kotlin | UTF-8 | Java | false | false | 1,832 | java | package com.yyxnb.what.encrypt;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MD5Utils {
/**
*
* @Description: 32位小写MD5
*/
public static String parseStrToMd5L32(String str){
String reStr = null;
try {
Mess... | [
"yyxnb@outlook.com"
] | yyxnb@outlook.com |
16f610e0f1a4c6a063aa276731f78255a2c7310d | 8e143cb0857ea064236a01e75d233567e056b981 | /src/Layers/FrontDotLayer.java | e5f73bba4718b3c1cada9ae16287818acdf80a0b | [
"MIT"
] | permissive | atsisy/yuri_face_jc | d2ac3a4dbf80791a474ed07dfef4c93e109e60dd | 4b75937b4f089e2b299a232c8db1c93b1e03a4fb | refs/heads/master | 2021-06-21T11:08:40.502917 | 2017-08-12T02:29:13 | 2017-08-12T02:29:13 | 83,509,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | package Layers;
import UI.Dot;
import UI.Main;
import UI.Point2i;
import UI.UIValues;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
import javafx.scene.input.KeyCode;
import javafx.scene.input.ScrollEvent;
import javafx.scene.paint.Color;
import java.util.Optional;
import static UI.Main.... | [
"at.sisy@gmail.com"
] | at.sisy@gmail.com |
0d28dca2b9df09296fa9d87de8bb01487ca1b366 | f90eb4e744246add7385d75cffc6b6560bba361b | /Practice_SpirngMVC/src/main/java/com/kgitbank/controller/practice/SessionController.java | 16fe955fcb3b07259cbae20d2858d56e5e0e8512 | [] | no_license | Ahos92/SPRING_STUDY | f7e1fca6f5b5fe6b81ad84c7864b964db578134a | cd7124ffd07cd2695c16d403be06e78fa4dd3306 | refs/heads/main | 2023-03-02T19:13:34.397624 | 2021-02-10T08:34:16 | 2021-02-10T08:34:16 | 331,788,004 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,027 | java | package com.kgitbank.controller.practice;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.w... | [
"ahosism@gmail.com"
] | ahosism@gmail.com |
409d1e8b66c6817ce45fcd8d1e73aa14ddbd454d | f74b851f4661f808833d092d3c0cd0c0b4270fc8 | /app/src/main/java/com/cucr/myapplication/adapter/PagerAdapter/ImgPagerAdapter.java | 37e6f1da137e75da62605ba340727b0feb92f501 | [] | no_license | dengjiaping/HeartJump | eb3eeb3df24b9a567e4229c92bf0081d56470eed | 31af25dc06c97f993f228464b054299690308e4b | refs/heads/master | 2021-08-24T13:19:20.914881 | 2017-11-21T07:09:21 | 2017-11-21T07:09:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,378 | java | package com.cucr.myapplication.adapter.PagerAdapter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.cucr.myapplication.MyApplication;
import com.cucr.myap... | [
"1666930276@qq.com"
] | 1666930276@qq.com |
827c046e970cc9abe99e961c2dd1667617527785 | ac18e72c4ced308c01d7eb3eead96b946adf2ddf | /micro-domain/src/main/java/mabubu0203/com/github/catcafe/domain/value/CastId.java | bb080d51ecb96845f53a02f3a9ddd73f1ae79623 | [] | no_license | mabubu0203/catcafe-r2dbc | dc8c22d062e8d687039a29dd5b23798fdb5a02e3 | 4068bb3971aad7fb61956864fc73704b92607b15 | refs/heads/develop | 2023-06-11T13:15:02.874915 | 2021-07-10T06:13:19 | 2021-07-10T06:13:19 | 346,630,015 | 0 | 0 | null | 2021-07-10T06:03:47 | 2021-03-11T08:26:53 | Java | UTF-8 | Java | false | false | 272 | java | package mabubu0203.com.github.catcafe.domain.value;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import lombok.experimental.Accessors;
@RequiredArgsConstructor
@Accessors(fluent = true)
@Getter
public class CastId {
private final Integer intValue;
}
| [
"mabu_ip@msn.com"
] | mabu_ip@msn.com |
07be04c1d39001f455a2d7bd842dcd738a5470cc | 2c3e0fff295204823dba9ea8b60297d509f6b4e2 | /optimove/src/com/topcheer/dao/noticeMgr/NoticeMapper.java | 38cfd48280139773a5d2a88516867d1838641b35 | [] | no_license | xiaogang2525/optimove | 5914e6d8e6731af582b2ea9a4fbd060e866314b9 | b67c5b00030371548b34954c0332b34c8859132b | refs/heads/master | 2023-03-15T17:20:56.310559 | 2015-07-21T12:24:52 | 2015-07-21T12:24:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.topcheer.dao.noticeMgr;
import java.util.List;
import java.util.Map;
import com.topcheer.model.noticeMgr.Notice;
public interface NoticeMapper {
public List<Notice> searchNotice(Map searchMap);
public List<Notice> searchAll();
public List<Notice> getNotice(String noticecode);
... | [
"1965571954@qq.com"
] | 1965571954@qq.com |
8f5410209d0ca9d98c84cf3b0af5c4f564402e15 | 3a0468f2bea2d17f83ddd03eb216914c07b09f8e | /CollectionSets/cw2.java | 957c2a67ae0b9fc8d14071c8a255352c1ab4474e | [] | no_license | saglan99/Core-Java-Booklet | 47b534976c2f1df51cc6dfdbef6f45b1f4690d09 | daf24337f21e4345893e8d69311b17e3494c6697 | refs/heads/main | 2023-02-22T02:03:24.388737 | 2021-01-26T11:05:00 | 2021-01-26T11:05:00 | 322,999,374 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package CollectionSets;
import java.awt.List;
import java.util.HashSet;
import java.util.Iterator;
public class cw2 {
public static void main(String[] args) {
HashSet<Integer> hs = new HashSet<>();
hs.add(11);
hs.add(12);
hs.add(13);
hs.add(14);
hs.add(15);
Iterator<Integer>... | [
"noreply@github.com"
] | noreply@github.com |
ffa36d2d6f60fe0ed9da3a83141d33635c5cba43 | cb88a02fa2ef4092a150b229b5b3779dc89b1586 | /Java/HelloWorld/src/JavaBase/ArrayDemo/ListDemo.java | e67f3fe80cc49aa73b3c3e1b1a07c8016f60dec1 | [] | no_license | 1765155167/C-Java-Python | f083ed7de36936ff4b20ddcf865b593c353d3abd | aa31d765d3e895dc65bbb770a32c7bc07a64b4bd | refs/heads/master | 2022-06-26T19:55:45.171720 | 2020-04-13T15:20:39 | 2020-04-13T15:20:39 | 205,353,222 | 0 | 0 | null | 2022-06-21T04:12:40 | 2019-08-30T09:45:46 | Python | UTF-8 | Java | false | false | 2,496 | java | package JavaBase.ArrayDemo;
import java.security.SecureRandom;
import java.util.*;
public class ListDemo {
public static void main(String[] args) {
// 构造从start到end的序列:
final int start = 10;
final int end = 20;
List<Integer> list = new ArrayList<>();
for (int i = start; i <=... | [
"1765155167@qq.com"
] | 1765155167@qq.com |
4b221d55a3111d352ba218a157a214d8e3b67d4d | b2bb1c9d2c757c51dfe268d909177b5fae12c6df | /src/main/java/uz/document/converter/service/impl/MargePdf.java | ffa0c43332c33dc87e8bd742f3616502018937fa | [] | no_license | farxod2528/convertify.org | c0ea9ee72fff8d8d367934121f8dfc6308781b74 | adb8be83c32aba582355ac3ea9a2ee93a602a8aa | refs/heads/master | 2023-02-15T23:56:22.185997 | 2021-01-14T16:46:54 | 2021-01-14T16:46:54 | 329,700,495 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package uz.document.converter.service.impl;
import org.springframework.core.io.Resource;
import org.springframework.stereotype.Component;
import uz.document.converter.model.Request;
import uz.document.converter.service.AbstractConverter;
import java.util.Optional;
@Component
public class MargePdf extends AbstractCon... | [
"revenge9449@gmail.com"
] | revenge9449@gmail.com |
c59b254af1d041dee42b5a781be0802d29d176e8 | 27df38dbf60fac629aa82c7cd8a568c9e388e838 | /src/main/java/com/sapienter/jbilling/server/provisioning/task/mmsc/DeleteCustomerRequest.java | 560d6455123df02334080ef2931bf7605f2a9ae1 | [] | no_license | SolarBilling/solar-billing | 5e33bfcc403238f4ccd90ac6608946f097185ea8 | b55d92bd4d3b6b3e65eb610511862889d7e9929e | refs/heads/master | 2022-12-20T23:44:27.741634 | 2021-08-15T08:16:54 | 2021-08-15T08:16:54 | 57,198,389 | 1 | 2 | null | 2022-12-16T09:58:49 | 2016-04-27T08:47:08 | Java | UTF-8 | Java | false | false | 1,737 | java | /*
jBilling - The Enterprise Open Source Billing System
Copyright (C) 2003-2009 Enterprise jBilling Software Ltd. and Emiliano Conde
This file is part of jbilling.
jbilling is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as... | [
"davidhodges.nz@gmail.com"
] | davidhodges.nz@gmail.com |
2c14ae353a1ebd6a691eaf3ed5449fd3ecb66a8a | e90b8fe49f04dcdf466bd5e1abce818195abe361 | /Programming/exam/java/kalah/Game.java | caf982057945125f1f3d3349cd7b0514c281c0a7 | [] | no_license | victor11555/ITMO | d97437a2c28cbb7f1668b45b2df8dd70d937f91c | ba4e7c506eabff03760e8b3028e8385c9e94e197 | refs/heads/main | 2023-03-05T18:12:05.189818 | 2021-02-15T10:28:35 | 2021-02-15T10:28:35 | 294,439,078 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,877 | java | public class Game {
private final boolean log;
private final Player player1, player2;
public Game(final boolean log, final Player player1, final Player player2) {
this.log = log;
this.player1 = player1;
this.player2 = player2;
}
public int play(Board board) {
... | [
"ZabrovskiyVictor@MacBook-Pro.local"
] | ZabrovskiyVictor@MacBook-Pro.local |
c06e35ec866a4d58364d1fc502ed6fdea7f7305d | 3725a4a90e26c458427e077fe4ed4f7c801becc1 | /src/patterns/visitor/Brasil.java | 10cf518d5ff7d0e99cc41e616bdf7fdab977d234 | [] | no_license | GSuaki/operacao-lava-java | fdf098eff7a867843abd9733a83a5fc13adbc3e4 | 9fd85a99ef77a08a2b15032cf7404445d5cc27c5 | refs/heads/master | 2021-01-10T17:20:56.558948 | 2016-03-29T02:28:16 | 2016-03-29T02:28:16 | 54,936,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | /**
*
*/
package patterns.visitor;
/**
* @author GSuaki
*
*/
public class Brasil implements Visitable {
/* (non-Javadoc)
* @see visitor.Visitable#accept(visitor.Visitor)
*/
@Override
public String accept(Visitor visitor) {
return visitor.visit(this);
}
}
| [
"gsuaki@hotmail.com"
] | gsuaki@hotmail.com |
5b2b3a78fb1adb596c79d78d3f98b3c4c8a0cc24 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_19200.java | 4a2dd60a3e23397472f2f615c2600ad57e8facc0 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,152 | java | @OnCreateLayout static Component onCreateLayout(ComponentContext c,@Prop Component content,@Prop(optional=true,resType=ResType.COLOR) int cardBackgroundColor,@Prop(optional=true,resType=ResType.COLOR) int clippingColor,@Prop(optional=true,resType=ResType.COLOR) int shadowStartColor,@Prop(optional=true,resType=ResType.C... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
74223b5e9a43abf1f1cdc8dee7864dd63ca85073 | 8f634dfc515cf3d89241f88073f3a7c416e05404 | /src/com/class12/Array2D.java | afcc803dda0367aa8c02cab22e5ebb428ccaeaa5 | [] | no_license | shaistaaryan/JavaBasics | f3fd4c24cfabf045ebf98e20255e7d7717fc027b | 72be0c35b5a97c8604727f3c505d6706dced79e3 | refs/heads/master | 2021-05-19T16:48:36.794460 | 2020-04-19T15:38:54 | 2020-04-19T15:38:54 | 252,034,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package com.class12;
public class Array2D {
public static void main(String[] args) {
// Lets create array of groceries
String[][] groceries = {
{ "cucumer", "potato", "carrot" },
{ "mango", "apple", "banana", "kiwi" },
{ "milk", "cheese", "yogurt" }
};
System.out.println(groceries[1][2]);
/... | [
"shaistaaryan315@gmail.com"
] | shaistaaryan315@gmail.com |
aeca02b04c2e76617a643f9a209ed25df5282c19 | 4763508ec11577c5f36e2d7faee6af4c3ff8b2e3 | /src/main/java/seleniumDesign/srp/result/ResultStat.java | 6aa7275cc4986b2c0788ae6e6873dc0d142a9805 | [] | no_license | rohitdalmia90/SRP | d9eba2ad62088afb1664701e435ef07064c1c74b | 6c0cea3884f88a98006452ad4281b4fbdc024215 | refs/heads/main | 2023-01-11T02:00:21.508242 | 2020-10-18T09:20:46 | 2020-10-18T09:20:46 | 305,144,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | package seleniumDesign.srp.result;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import seleniumDesign.srp.common.AbstractComponent;
public class ResultStat extends AbstractComponent {
@FindBy(id = "result-stats")
private WebE... | [
"rohit.dalmia@xebia.com"
] | rohit.dalmia@xebia.com |
cb6de5675fa7f0b42a1084e581b57d84086e95f5 | 4a33a4e1646efbecaa5172c20a67be57dcda1fea | /springboot-mybatis-transaction/src/main/java/com/composite/dao/UserDao.java | a008c855850b5a63c9e26829adfcc73a00d797d0 | [] | no_license | jackyzonewen/SpringBootCompositeLearn | b2bc92803ee7b2338f49077dfdfcd0633cea9897 | 7e20b4cf62d2955f6ecd98ad032b2fa4bfda619f | refs/heads/master | 2020-09-12T06:26:39.599625 | 2019-04-26T02:45:43 | 2019-04-26T02:45:43 | 222,340,752 | 1 | 0 | null | 2019-11-18T01:43:08 | 2019-11-18T01:43:08 | null | UTF-8 | Java | false | false | 322 | java | package com.composite.dao;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Repository
public interface UserDao {
int insert(Map<String, Object> userMap);
List<Map<String, Object>> selectUsers();
List<Map<String, Object>> selectUsersByName(String name);
... | [
"847350737@qq.com"
] | 847350737@qq.com |
d06e1b3e2fa0d904556e9d2f492431aaac621016 | d7ad72ae96a5e0a6b68a8ac349f9115f86abb35d | /app/src/main/java/com/example/hello/Exchange.java | 8c19535594dd921e3564acc49683a59804e21ab2 | [] | no_license | Dzx-oyysterrr/Hello | cb7cfd1c8551a1fdf4c52dc72a08270e7a3fbfaa | b415d7ed4a7764b2a9615ccb22fc9fa67d6edf48 | refs/heads/master | 2020-08-29T14:00:20.203991 | 2019-10-28T13:51:05 | 2019-10-28T13:51:05 | 218,053,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,574 | java | package com.example.hello;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import an... | [
"you@example.com"
] | you@example.com |
1a68b8d6ff34351f55ed2e6cb20dd7efe1870564 | 8939371a045b69f345da111bbaa93f4e98753b2c | /app/src/main/java/com/example/cameraxtutorial/MainActivity.java | a8b3d0006c15339f68bd106f47b2b409d8cffa2d | [] | no_license | shreyaaishi/CameraXTutorial | 887316c4e609dd3ae1aeac1e3070f1c42f1eab63 | 3eb8dd55c69ce7113f7828c6c3c0c4456f750b0d | refs/heads/master | 2023-04-09T10:39:33.648925 | 2021-04-20T07:00:05 | 2021-04-20T07:00:05 | 359,715,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,056 | java | package com.example.cameraxtutorial;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.camera.core.Camera;
import androidx.camera.core.CameraSelector;
import androidx.camera.core.ImageCapture;
import androidx.camera.core.ImageCaptureException;
import androidx.camera.c... | [
"shreyab4@illinois.edu"
] | shreyab4@illinois.edu |
c092675150755a992f6d5ef31f3dcc8cc1cea0a4 | d1877c7147b854ffcb8e74bfb9a3295a2030c95f | /app/src/main/java/com/example/annascott/apachelanguage/Word.java | 552b663cdd3fd38dbbaa3acf8ce950c5f86dedc8 | [] | no_license | forfireonly/ApacheLanguage | 749ac057975c7b361ea1f60074757a56cc2c2252 | 6edf409aa175f4ca568ad70a492e6a9c330b1f2f | refs/heads/master | 2020-04-17T10:23:45.375307 | 2019-02-27T22:16:34 | 2019-02-27T22:16:34 | 154,760,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,128 | java | package com.example.annascott.apachelanguage;
/**
* {@link Word} represents a vocabulary word that the user wants to learn.
* It contains resource IDs for the default translation, Miwok translation, audio file, and
* optional image file for that word.
*/
public class Word {
/** String resource ID for the defa... | [
"workwithpurpose@yahoo.com"
] | workwithpurpose@yahoo.com |
e57669231674cebfa09f29b9f791f2c76d6c9713 | b79c418201fbc54d7a61950073bd55f41b34fb06 | /src/main/java/com/junewool/springservice/dao/repository/PagingStatRepository.java | 2a5dfd17e0b13a6e24db956f3a4ef342b27758f3 | [] | no_license | junewool/springservice | eca12409757c9ab83ec01d5c84b457402272d923 | 70c42baf565072418246c023710b30a3f99de4c1 | refs/heads/master | 2020-03-18T12:16:43.620045 | 2018-06-03T06:55:17 | 2018-06-03T06:55:17 | 134,719,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package com.junewool.springservice.dao.repository;
import com.junewool.springservice.dao.entity.StatiTest;
import org.springframework.data.repository.PagingAndSortingRepository;
public interface PagingStatRepository extends PagingAndSortingRepository<StatiTest, Long> {
}
| [
"1084282852@qq.com"
] | 1084282852@qq.com |
0e41f10cb41858d01ec5b08f161fa7caa7cbc130 | b17c8c8f72198561443c273d2dc2ba236b529da0 | /parser/src/test/java/com/example/UsesSealed.java | f42235a56c2d6e279010ce8ea87e1922be320d29 | [
"Apache-2.0"
] | permissive | fburato/highwheel-modules | d0123c842984f020e135102b3814eeaa88e367b2 | 2ce135a66622735b3787ff2adba9b75849d34ee1 | refs/heads/master | 2023-04-12T10:42:58.576870 | 2023-03-22T21:15:32 | 2023-03-22T21:22:31 | 128,535,513 | 7 | 0 | Apache-2.0 | 2021-10-29T20:00:14 | 2018-04-07T14:21:28 | Scala | UTF-8 | Java | false | false | 178 | java | package com.example;
public class UsesSealed {
public void usesSealed() {
final Sealed sealedClass = new SealedImplementation();
sealedClass.foo();
}
}
| [
"francesco.burato@gmail.com"
] | francesco.burato@gmail.com |
d55eef6ceb19c35717f66f849a14a4709298ff53 | 65c37921c5000bc01a428d36f059578ce02ebaab | /jooq/src/main/test/test/generated/pg_catalog/routines/Regexeqsel.java | 1c1b162c62fe7fe099e02f24bdcb4201828a1399 | [] | no_license | azeredoA/projetos | 05dde053aaba32f825f17f3e951d2fcb2d3034fc | 7be5995edfaad4449ec3c68d422247fc113281d0 | refs/heads/master | 2021-01-11T05:43:21.466522 | 2013-06-10T15:39:42 | 2013-06-10T15:40:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,981 | java | /**
* This class is generated by jOOQ
*/
package test.generated.pg_catalog.routines;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public... | [
"lindomar_reitz@hotmail.com"
] | lindomar_reitz@hotmail.com |
367a954a852240c0c0118e5c44a7e349e5d45049 | 238bf8a660dfb293d76b22c8839128a79c9f7ec1 | /app/src/main/java/com/fragment/antifurtoappbasic/TutorialMain.java | 8d30e4da5a0eedae08f5ece464231ebdf26498ab | [] | no_license | danielebat/antifurto_app_basic | 9be29893135b580caa62bd1226fa155b01201bd3 | 645e634d2699a7e79fb0837c6cf9be343b8aff51 | refs/heads/master | 2021-01-15T15:25:30.592773 | 2016-06-23T15:47:26 | 2016-06-23T15:47:26 | 52,212,860 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package com.fragment.antifurtoappbasic;
import android.app.Activity;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.antifurtoappbasic.R;
public class ... | [
"noreply@github.com"
] | noreply@github.com |
481717fe7f0e0263232c40214afd50a635696db6 | 2f1ace995993a7fd2092c2094d01906cbda102da | /Android aplikacija/KarateKlub/app/src/main/java/com/example/x/karateklub/area_trener/model/TakmicenjeAddVM.java | 160641e56b49825d51fdd9a3eed7225dce22bd73 | [] | no_license | efna/KarateKlub | 65fb56ca63063bb050fe16aa1ee65d81c5365a0e | 658d76117d2ef926b9062758305deb66d46f9df2 | refs/heads/master | 2022-11-03T11:31:28.775341 | 2020-08-28T11:13:44 | 2020-08-28T11:13:44 | 136,021,658 | 0 | 0 | null | 2022-11-01T20:09:26 | 2018-06-04T12:27:18 | HTML | UTF-8 | Java | false | false | 607 | java | package com.example.x.karateklub.area_trener.model;
import java.io.Serializable;
public class TakmicenjeAddVM implements Serializable {
public String naziv;
public String mjestoOdrzavanja;
public String datumOdrzavanja;
public String organizator;
public int savezId;
public TakmicenjeAddVM(Str... | [
"efnan.cano@edu.fit.ba"
] | efnan.cano@edu.fit.ba |
38af1f133962e8b4c0e3c97a26307a01d0cafc3a | 6f6135bddcb5490d4b2d42936fed3e3d4a01c4f5 | /src/com/atenea/datos/Conexion.java | 50c29fea07714f6f0dfaf760aaf94870506afd39 | [] | no_license | thaednevol/CuestionarioLuisa | e550f2074fc72fa0490c27460e4f6a876587456c | 12444706a83c8e4a4e1bbb2125d9a5159f013906 | refs/heads/master | 2021-01-20T20:32:41.988609 | 2016-07-05T02:33:13 | 2016-07-05T02:33:13 | 62,598,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package com.atenea.datos;
import java.sql.*;
public class Conexion {
Connection con = null;
public void conectar(){
}
}
| [
"thaednevol@gmail.com"
] | thaednevol@gmail.com |
bae4450d7d318aa8e15e1bba3a9a7184758f95c2 | b90916b12988a4ce04dc467831a6ef1c2123bff6 | /src/main/java/com/hb/hbetl/jobEtl/parsers/JobFieldParser.java | a5eede09bbb87d92e6a6def58c5cb84483f29a23 | [] | no_license | cpoonolly/nyc_dob_etl | d38c048a00a75ebeb625b2fb12f9050410a63375 | a3e5adbf8c58cb70bcaa9d7f0507c5e884457bb6 | refs/heads/master | 2020-03-09T09:10:12.790185 | 2016-12-10T19:05:52 | 2018-04-09T02:56:51 | 128,706,324 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.hb.hbetl.jobEtl.parsers;
import org.jsoup.nodes.Document;
/**
*
*/
public interface JobFieldParser {
String getFieldName();
String getSqlColumnDefinition();
String parseFieldFromDocument(Document jobDocument) throws JobFieldParsingException;
}
| [
"rpoonolly@gmail.com"
] | rpoonolly@gmail.com |
259bf0fc651cf379e9579473423b5048df5acf21 | 8c6ac4ae44d92717d56b69f2561e7b83f00ca132 | /Block.java | bad791e249a6ac804019e76b6d762e9422682d26 | [] | no_license | Gandalf-pro/Snake | bd6aa3b5380690cfdf1ff0d45a59a515ea071eb6 | 9251f30a61105649c89e93dcf641d54ddcf96653 | refs/heads/master | 2020-04-29T00:13:30.080648 | 2019-04-17T17:21:24 | 2019-04-17T17:21:24 | 175,686,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | /**
* Block
*/
public class Block {
private Coor coordinate;
private boolean checked;
public Block(int x, int y) {
checked = false;
coordinate = new Coor(x, y);
}
/**
* @return Coor return the coordinate
*/
public Coor getCoordinate() {
return coordinate;
... | [
"asoc04@hotmail.com"
] | asoc04@hotmail.com |
ff2f72d26737edbd4ad0ae7f3f4ed28470b581b0 | fb6cd3425d8b8a883ac06f09dd35483d98a86f25 | /app/src/main/java/com/hfad/mytimetracker/CalendarFragment.java | ab6e0385e9ce84b3f7592af96ad2a180f4f97ff5 | [] | no_license | mi4467/TeamViolet | 5eaf11df790cff31009e34b412401a6b59a9874a | dd20de01f6c72dcb8aefb82f6d88b178647ede6f | refs/heads/master | 2021-09-23T17:59:34.996208 | 2018-09-26T06:40:16 | 2018-09-26T06:40:16 | 122,245,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,653 | java | package com.hfad.mytimetracker;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widg... | [
"pariskaman@utexas.edu"
] | pariskaman@utexas.edu |
407be00643a9a4dabba47d76b2d3883dbe751e1f | 385c61a2d158bae1c4749432c6633abeb3fb298e | /com/google/android/gms/internal/em.java | b8972b2b55efa6a7f209dd18b7560f6410e2aeda | [] | no_license | niketpatel2525/Tic-Tac-Toe | a17b84a242aac0ab084b99fb8e98e11955235291 | 123bcea632dc03b4e3f85a766ade71dbed1e4a66 | refs/heads/master | 2021-01-21T08:08:47.747336 | 2017-02-27T17:56:06 | 2017-02-27T17:56:06 | 83,339,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 52,653 | java | package com.google.android.gms.internal;
import android.content.Context;
import android.content.Intent;
import android.net.LocalSocket;
import android.net.LocalSocketAddress;
import android.os.Binder;
import android.os.Bundle;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcelable;
impor... | [
"niketpatel2525@gmail.com"
] | niketpatel2525@gmail.com |
56552735ebfcec52feffaadef3106fe8d8585e5f | 773b6a611c9d35973fed8bab298084cd8ed9be56 | /src/cn/com/minstone/eBusiness/service/inter/BussInterService.java | b5854498fd7222b83a0267473d5d01cde3f3175a | [] | no_license | GardeniaFei/test | adb1a763b15030b94ac5f0951770a856ec818204 | c7d4ed9487bc5046a6d89bae6f26e594c65d398e | refs/heads/master | 2021-01-17T20:46:18.311416 | 2016-07-18T04:01:06 | 2016-07-18T04:01:06 | 63,565,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,980 | java | package cn.com.minstone.eBusiness.service.inter;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.jfinal.core.Controller;
import com.jfinal.plugin.activerecord.Page;
import cn.com.minstone.eBusiness.dao.inter.BussInterDao;
import cn.com.minstone.eBusin... | [
"wangjfn@minstone.com.cn"
] | wangjfn@minstone.com.cn |
4b5e9a2d2b67c0e6832aa59d40310ff3a389b405 | 7b82ceedd090eb433ca28787536e7bb18ac9f563 | /Coursera/Android/Programming-Android/coursera-android-master/Examples/NetworkingSockets/src/course/examples/Networking/Sockets/NetworkingSocketsActivity.java | 3914afeafeeda0c88b0d59b5b78d685834f2128e | [] | no_license | traveling-desi/Courses | 62311437442fd35599544ccadfee86a17fef66a8 | 8d9fb0dcb08a080a755115347aa53c6ecafb383b | refs/heads/master | 2023-01-13T00:00:52.364242 | 2016-09-22T23:00:54 | 2016-09-22T23:00:54 | 66,979,647 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,846 | java | package course.examples.Networking.Sockets;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Socket;
import java.net.UnknownHostException;
import android.app.Activity;... | [
"sarpotd@yahoo.com"
] | sarpotd@yahoo.com |
abcfb634e71d6334aa1b7e03472d817e452de0c0 | e70b25cede9418595a846b9c9f6b8a7fa4ffcb3c | /crypto/src/main/java/cn/mrzhqiang/security/crypto/keygen/StringKeyGenerator.java | 697a3a908f7f03ef80fc2af0efdc6ce9fb2e88d6 | [] | no_license | mrzhqiang/security | 86ae8f1cda73c97aa568dfd94ad8246eb7753534 | 0d64178708d031fdfc07b2ea1b02b0433b323ddc | refs/heads/master | 2022-07-21T05:10:06.981822 | 2020-05-10T15:24:39 | 2020-05-10T15:24:39 | 262,817,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 803 | java | /*
* Copyright 2011-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"287431404@qq.com"
] | 287431404@qq.com |
515febb5dd42ccc8fc78505976c3234780a17cb7 | acf42a72e397122862ddec272ae4718653338c1e | /core/src/test/java/org/pivxj/core/PeerAddressTest.java | b769b0b35e84d2c3101eb47ccb024864bc96561c | [
"Apache-2.0"
] | permissive | C2Play/coin2playj | 2c53776593202cf4783f74577c73f2c94324cd71 | 3088bf9a754e7e07f43574126e053065ccb2c9f5 | refs/heads/master | 2020-03-30T16:42:11.205111 | 2018-09-19T06:12:18 | 2018-09-19T06:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,662 | java | /*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* 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 requ... | [
"akshaycm@hotmail.com"
] | akshaycm@hotmail.com |
c61cb365079374448510612e226cbe12c98c88f8 | c8f57858b8f56250b4033302af3d1586cb4127bc | /other-problems/src/main/java/org/learning/numbers/CountingSegments.java | 45877f941e62823ef524c9aff6e624efa6ec8941 | [] | no_license | hluu/intv-problems | d517b650cf153473c10035fda0b4828c234ec892 | 0df98ef45469372640add927b6a361d3deba2730 | refs/heads/master | 2022-11-15T03:31:45.165883 | 2022-11-05T19:45:10 | 2022-11-05T19:45:10 | 47,561,673 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,214 | java | package org.learning.numbers;
import org.testng.Assert;
import java.util.Arrays;
/**
* Given an array of numbers that representing labels, find the smallest number of
* segments given that a label can appear only one segment
*
*
* For example:
* arr = {1,2,3} ==> 3
* arr = {1,2,3,1} ==> 1
* arr = {1,2,3,1,2... | [
"hluu@yahoo.com"
] | hluu@yahoo.com |
217b5d5fb05f3b637d97983c0d97bacbd26aee6e | a130768c1822b37da11fd518ef9c3b7b67c2d693 | /sample-db/src/main/java/com/ai/sample/db/model/algo/SeasonDetails.java | 9c86141244ff12a6e2a6ef127a794fe506060e9c | [] | no_license | aatmasidha/examplecode | 3cbfd9594b427f5a268379cd824c5612c2da301c | 3138cce25a54d1aae1594f0c1a9077a48aafc1a1 | refs/heads/master | 2021-01-19T02:49:38.284433 | 2017-04-05T12:29:07 | 2017-04-05T12:32:45 | 87,295,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,751 | java | package com.ai.sample.db.model.algo;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinCo... | [
"aparna.atmasidha@gmail.com"
] | aparna.atmasidha@gmail.com |
2e81ff869688ba38ba5b9b1c637789b55ce0e778 | cb7a713e9a3af3ce615a96c4d220019628dad840 | /08_Xamarin/tema03/exercise03/exercise03/exercise03.Android/obj/Debug/android/exercise03/android/R.java | 3353bbe96e018131beea5f0416a856a8973b7fe8 | [] | no_license | alejandroca5tro/Curso | 2ebf9aa8114ee29a31980d4876cf4437b3b01462 | 2447a3bd75111c1be15c21514877515be6b0d78d | refs/heads/master | 2021-01-20T08:37:10.378599 | 2017-08-17T17:39:49 | 2017-08-17T17:39:49 | 90,163,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545,906 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package exercise03.android;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f0... | [
"alejandrocastro@gmx.es"
] | alejandrocastro@gmx.es |
2a7390762cf595567ad6c62a49c229d057ec6cb9 | db7538d9a60634618b691c06cb663809fc3530c4 | /dsf-fhir/dsf-fhir-server/src/main/java/org/highmed/dsf/fhir/service/SnapshotInfo.java | 81f2b7881281653f13dbc45f77b3f6cc8ef873a3 | [
"Apache-2.0"
] | permissive | SevKohler/highmed-dsf | 474cdc8504bdd0649a46e00e026698fcc55e7e8b | 6ddaaca95f085ac7c34986f1034f46f9d1189472 | refs/heads/master | 2020-07-27T08:03:53.128072 | 2019-09-17T12:40:17 | 2019-09-17T12:40:17 | 209,023,673 | 0 | 0 | Apache-2.0 | 2019-09-17T10:20:49 | 2019-09-17T10:20:49 | null | UTF-8 | Java | false | false | 467 | java | package org.highmed.dsf.fhir.service;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
public class SnapshotInfo
{
private final SnapshotDependencies dependencies;
@JsonCreator
public SnapshotInfo(@JsonProperty("dependencies") SnapshotDependencie... | [
"hauke.hund@hs-heilbronn.de"
] | hauke.hund@hs-heilbronn.de |
3a6db760064ef6c0aec13a3156aaddf07e2c0607 | 2f2bcace813d2b5b7ae9a482152e7748f3f1e4b8 | /app/src/main/java/com/ags/financemanager/controller/TipoDespesaControllerImpl.java | 993cb9f473cc25894d96abdc487299538166e510 | [] | no_license | Acastelo/financeManager | 52887c5838aebb489347937f2b0a5f3e22f55926 | 034595a36b31c6fe11ae44867159636b1fad0fd0 | refs/heads/master | 2020-12-11T07:52:09.546179 | 2016-12-26T15:53:45 | 2016-12-26T15:53:45 | 68,725,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,294 | java | package com.ags.financemanager.controller;
import com.ags.financemanager.controller.exception.ControllerException;
import com.ags.financemanager.controller.helper.ExceptionHelper;
import com.ags.financemanager.model.bean.TipoDespesa;
import com.ags.financemanager.model.dao.TipoDespesaDAO;
import java.util.List;
/**
... | [
"maxwilkson@hotmail.com"
] | maxwilkson@hotmail.com |
2e748c7923d971feef55a4de05f2ff928fe39f1d | 8963924703e2c707570f8e6f78c8c6ffa5bec049 | /src/entities/Projeto.java | 47704167291918223f2bd5828cf2dd05613bc4db | [] | no_license | danielsm/Manager | 42f9f315a4719fea56ac2e62219e8b2455b31dc2 | 56e6a170fd20d6f06e7e3ecec5ac0a0cef032a0d | refs/heads/master | 2021-03-16T06:51:34.035959 | 2016-09-19T21:35:09 | 2016-09-19T21:35:09 | 68,299,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package entities;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="projeto")
public class Projeto {
@Id
@Column(name="nome")
private String nome;
@Column(name="duracao")
private long duracao;
public Proje... | [
"daniel@laws.deinf.ufma.br"
] | daniel@laws.deinf.ufma.br |
83a2c28b3950bbdbde76bb1b3c65d584e848ba2c | 6523f7b62390477ce5025428e55191fd40c5f951 | /Java/Practice/Rentables/src/ca/nscc/Outhouse.java | 52bb87e45c8c61cbab7113f266438c0ec1ec85ac | [] | no_license | EmonMajumder/All-Code | 28288ec4f84b35e2edf93ae3d3f43f06da40676c | 77d2313898e8c4875c00689eb6f8ab55fdf62567 | refs/heads/master | 2023-01-11T00:53:11.959483 | 2020-07-28T03:07:28 | 2020-07-28T03:07:28 | 210,633,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 89 | java | package ca.nscc;
public class Outhouse extends Building {
public int numofHoles;
}
| [
"43067648+EmonMajumder@users.noreply.github.com"
] | 43067648+EmonMajumder@users.noreply.github.com |
01976a7560093f3e3e71266ed7e2e91f0b7936ef | 0ddde9f36f00910d074a5db40d7d4e802edf5c70 | /src/java_20200525/ThrowsDemo.java | c79018b81996b5ebb8c9f5a63b69051a5a45b1de | [] | no_license | ehdwn0730/Java_Fundamental | 186975ea36f587df59e337e77924876e33b745c2 | fbe371e3346ad2ff23fadf5d971da71aa95b07d2 | refs/heads/master | 2022-11-07T11:11:45.115784 | 2020-06-08T08:39:53 | 2020-06-08T08:39:53 | 263,535,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 917 | java | package java_20200525;
public class ThrowsDemo {
public static int getDivide(int first, int second)
throws ArithmeticException {
int result = first / second; //예외가 발생하는 코드
return result;
}
public static void main(String[] args) {
try {
int first = Integer.parseInt(args[0]); //예외가 발생하는 코드
int s... | [
"ehdwn0730@hbilab.org"
] | ehdwn0730@hbilab.org |
f8b460963cc4919924042dd8417bfa25f185fefa | cb65711038f023e471f6bd5336a007e2d5120f91 | /src/Test.java | a93bd60f72fbb7095251762f1039d7e333ac92fd | [] | no_license | 1773860218/test | 3f0adbcf0cd75fa5433d8881de5ce35ae0b67bd6 | 7d1931ce7a33a5eee0ca259e0bb5823035c7a677 | refs/heads/master | 2023-02-23T23:51:27.969594 | 2021-01-28T04:01:20 | 2021-01-28T04:01:20 | 333,639,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java | public class Test {
public static void main(String[] args) {
System.out.println("world");
}
}
| [
"1773860218@qq.com"
] | 1773860218@qq.com |
080f18546b4c187f0e7baa1a804a616f8d82e949 | 77f0aeb4db1f1c11e0ccfcc263a2bec75b879fa6 | /app/src/androidTest/java/com/example/giggy/calendar/ApplicationTest.java | 59dffd3518e1058a324ae07f1a7ab0e94d9b8768 | [] | no_license | ToastyKrabstix/WeekDayApp | bbc4dd9182adca3aec2307ca3d7780fa68a3984a | 0dea1b4d3856769886fa240a268d71ce3078b922 | refs/heads/master | 2021-01-10T15:22:32.302874 | 2015-09-29T12:39:06 | 2015-09-29T12:39:06 | 43,363,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.example.giggy.calendar;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"jiggydominguez@gmail.com"
] | jiggydominguez@gmail.com |
eee5721c1adf308a579c7d43e330bc6529af0f04 | 03341ced9c69d1a03468c57565cc09319b8adbfa | /src/web/beans/AuthorList.java | a92e671d765f14b57ec3ca5db44844f5d04b6ce9 | [] | no_license | poll-74EITK/LNB-Pavel | fa450a1c3d2bc71113d7e73c85a342a95ab42767 | 7dae1d133c237061d596921d121e0eb28b49b47d | refs/heads/master | 2021-05-02T17:51:06.939332 | 2016-09-22T13:22:59 | 2016-09-22T13:22:59 | 63,500,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,607 | java | package web.beans;
import web.db.Database;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Created by Pavels Papsh on 12.09.2016.
*/
public class Author... | [
"pavels_papsh@inbox.lv"
] | pavels_papsh@inbox.lv |
e1c684c9760e428d31d6a93cc909f750e7c41a26 | 55f30676ca17dc0dc2e35432bc2f26cddd5c28c6 | /stock-ui/src/main/java/com/mechanitis/demo/stockui/StageInitializer.java | aa6fecc4d88bfd02019b633edf30bfaad7340b29 | [] | no_license | trishagee/jb-stock-client | 0280d7b55c9f160eb6ae1519ca69868a31b6bdde | cb889461099eaa5dad84967fd59f749021208b17 | refs/heads/main | 2023-02-23T23:30:54.543790 | 2023-02-09T15:32:17 | 2023-02-09T15:32:17 | 227,395,482 | 61 | 40 | null | null | null | null | UTF-8 | Java | false | false | 1,048 | java | package com.mechanitis.demo.stockui;
import com.mechanitis.demo.stockui.ChartApplication.StageReadyEvent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import net.rgielen.fxweaver.core.FxWeaver;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationListener;
i... | [
"trisha.gee@gmail.com"
] | trisha.gee@gmail.com |
6568efbaefd8c4fecd79ac33c0bfdb4a71a89f8e | c0987825ee049cfc4d6312db1b4fed3aeda1491c | /Uri1065.java | 3308c509bbad414c648c463c4436a97fe98ba2b7 | [] | no_license | ricardofiragi/java | aa9d40ddaa9c4162c665e8044dd13e74a2664557 | 3070b9a30e20919f8b4ffc2a835b3312664c1b1d | refs/heads/master | 2023-02-15T07:06:57.641300 | 2021-01-06T20:44:53 | 2021-01-06T20:44:53 | 327,422,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | import java.util.Scanner;
public class Uri1065{
public static void main(String args[]){
Scanner teclado = new Scanner(System.in);
float num;
int par = 0;
for (int contador = 1; contador <= 5; contador++){
num = teclado.nextFloat();
if (num % 2 == 0) ... | [
"ricardo.firagi@gmail.com"
] | ricardo.firagi@gmail.com |
f573dc3b1bdd25f2783a96fce2d549fa8fd4c31d | 104f7e3b5b5bae8b43c8bddeaada44977d6d63c1 | /src/br/com/gu/entidade/ItemPedido.java | c5bf4626b35b13ef3db4c4fd0382c519ae8ef338 | [] | no_license | acgustavo/controle-de-estoque- | e3485126c4a3cc81497405c34ba542ef5793b193 | 289302919ba61222ff9a463a3e2a64aa5b8e9950 | refs/heads/master | 2021-01-10T14:46:33.900490 | 2016-04-03T13:43:17 | 2016-04-03T13:43:17 | 54,934,763 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,276 | java | package br.com.gu.entidade;
public class ItemPedido {
private Long id;
private Integer quantidade;
private Double valorUnitario;
private Produto produto;
private Pedido pedido;
public ItemPedido() {
super();
}
public ItemPedido(Integer quantidade, Produto produto, Pedido pedido) {
super();
this.quantid... | [
"dj_gustavo_@hotmail.com"
] | dj_gustavo_@hotmail.com |
ba3ac9a6b0b78fff98859d204bf6b577e703d6f5 | e84989168437afa0d36f66d38d4918d23caf689c | /gaming-server-service-admin/src/main/java/com/zy/springboot/gamingserverserviceadmin/GamingServerServiceAdminApplication.java | 9718bd19e1125e3a1254c10314213414f82052de | [] | no_license | Iideas2017/springboot | c1441f662d184d7adca9ee157fb15473d8ac8304 | d29b7f08535dd0935c8bdf3cb5b9fd5de37117d3 | refs/heads/master | 2020-03-21T15:02:15.587772 | 2018-07-07T15:37:56 | 2018-07-07T15:37:56 | 138,690,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | package com.zy.springboot.gamingserverserviceadmin;
import org.springframework.boot.SpringApplication;
import com.alibaba.dubbo.container.Main;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.mybatis.spring.annotation.MapperScan;
@SpringBootApplication
@MapperScan(basePackages = "com.zy... | [
"1524285681@qq.com"
] | 1524285681@qq.com |
d0df910c451a3e92fd0e34796a746694f8f7ae1c | 9254e7279570ac8ef687c416a79bb472146e9b35 | /pai-dlc-20201203/src/main/java/com/aliyun/pai_dlc20201203/models/CreateCodeSourceRequest.java | d28bd548c9e4bc42be75882006879411f7607824 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,600 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.pai_dlc20201203.models;
import com.aliyun.tea.*;
public class CreateCodeSourceRequest extends TeaModel {
// 代码源配置名称
@NameInMap("DisplayName")
public String displayName;
// 代码源详细描述
@NameInMap("Description")
public String... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
848e39eb109094a01bce4e15a9444b59511152c1 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_cb34fa9475c27a14aa85f8e46504ac1359f6d0b3/XBRLStoreImpl/5_cb34fa9475c27a14aa85f8e46504ac1359f6d0b3_XBRLStoreImpl_s.java | f1d3aa02594eb9a848c02c1cb1e85ab8122863df | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 21,054 | java | package org.xbrlapi.data;
import java.net.URL;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import org.xbrlapi.Arc;
import org.xbrlapi.ArcEnd;
import org.xbrlapi.ArcroleType;
import org.xbrlapi.Concept;
import org.xbrlapi.Exte... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3534989dc82bc2980c840e18a6690523c4b173ca | 961e2409466619122edc32602d324bc0b0526b6d | /modules/core/src/test/java/org/apache/ignite/internal/processors/service/ServiceDeploymentOnActivationTest.java | 52d706b920dca18c62df909ef81f63c077bafa94 | [
"BSD-3-Clause",
"LicenseRef-scancode-gutenberg-2020",
"Apache-2.0",
"CC0-1.0"
] | permissive | bloomberg/ignite | f85a89ab175f609eec1e3bbbc800249621d994c0 | 2b5f78f2099005d5e18c4b3ad6a35c8fec56b30a | refs/heads/master | 2023-07-23T09:13:41.577943 | 2018-04-28T16:27:27 | 2018-04-28T16:27:59 | 131,645,252 | 2 | 1 | Apache-2.0 | 2023-07-11T06:05:18 | 2018-04-30T20:50:27 | Java | UTF-8 | Java | false | false | 7,743 | java | /*
* 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 ... | [
"agura@apache.org"
] | agura@apache.org |
bc7d0bc9e71433d41fdeedd8973b9db230f90194 | 0c519497ec558f208b0840c6ad18daf70b6ce396 | /app/src/main/java/com/moremoregreen/atm/LoginActivity.java | 900c3dda876e46395e26294ccf3ab85aaa558f30 | [] | no_license | Moremoregreen/Atm | 21ca0444afba0f9a322292a5a13ea477f85489c3 | 661f4dd0c32765a21ec3a78c131b2beca9857a17 | refs/heads/master | 2020-03-30T20:57:38.943762 | 2018-10-04T17:39:16 | 2018-10-04T17:39:16 | 151,611,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,904 | java | package com.moremoregreen.atm;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.AsyncTask;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.... | [
"zzz2009j@gmail.com"
] | zzz2009j@gmail.com |
22edd2a22e0817c3ad46d5ece46568ae47c542b6 | 3f48ee13daf10c8a9257fafa4db9e22ef8fcba02 | /Microservices/payment-app/src/test/java/com/ip/payment/web/rest/ProfileInfoResourceIntTest.java | 768750f184239435a5b28b4dc8973162f124cf1c | [] | no_license | cristi-cosulianu/B4_Airlines | 7d607500f942b8f20a48fdde5ef2c0ace831001e | cf6d0e21fec0c760f33d9af4804777b7e178c12b | refs/heads/master | 2020-03-14T01:59:54.549887 | 2018-06-03T18:07:51 | 2018-06-03T18:07:51 | 131,389,847 | 2 | 0 | null | 2018-06-01T13:43:49 | 2018-04-28T08:26:23 | Java | UTF-8 | Java | false | false | 3,212 | java | package com.ip.payment.web.rest;
import io.github.jhipster.config.JHipsterProperties;
import com.ip.payment.PaymentApp;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.springframework.boot.test.context.SpringBoo... | [
"mrsavra@gmail.com"
] | mrsavra@gmail.com |
e2b781998c25a1ac6065a2c2e62ab47e0b0c9c15 | 8c6289c1aea7855cd12258aa4e5e21871b0cd8cf | /src/HeapSort.java | 8afde2698a015fdc1ed3d1e40f05139e02420c41 | [] | no_license | wmingstar/Mysolutions | ee011f9c6fbadd0cdc50b58b54a0cbab3c32b14a | e3d077bffbc7db3df354267a580772303a7e0b86 | refs/heads/master | 2021-01-01T05:53:22.637913 | 2017-07-15T06:57:52 | 2017-07-15T06:57:52 | 97,298,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,331 | java | import java.util.Arrays;
/**
* Created by byuwa on 2017/4/26.
*/
public class HeapSort {
public static void heapSort(int[] data){
if(data==null && data.length<1){
return;
}
System.out.println("开始排序");
int arrayLength=data.length;
//循环建堆
for(int i=0;i<a... | [
"wangmingbupt@163.com"
] | wangmingbupt@163.com |
ea99bc750ed248a3db6b33194e2ef358308d1bb2 | 6fb6731f9bc7371c44a38dc2bb7de8b493f4be8b | /src/Main.java | 46eec29593d87d07d4b344a4d56cccb88f0d378d | [] | no_license | Makarkin/PermutationEntropyClassic | 3b59e144f1b74b203bae9b3a9b26005379e2f4b0 | e94a2dbca81fa84887faf67281a68babea21c8ab | refs/heads/master | 2020-03-17T01:26:59.313344 | 2018-05-12T14:27:51 | 2018-05-12T14:27:51 | 133,153,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | import Methods.ReadWrite;
import Methods.ValueAndIndex;
import Methods.ValueAndIndexComparator;
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Введите путь до файла с исходными данными");
String file... | [
"makarkinstanislav@mail.ru"
] | makarkinstanislav@mail.ru |
7837c54649a1039df5af2aa968a4dbfde8ff2bb8 | f00241985f2d7e0fab3ed34fee44767d09ede28a | /Recursos/LectorImagenes/ParserImagenes.java | bffa1b275a7644aa2a7388e0b5b988a2aa77e7f5 | [] | no_license | froi0409/GeneradorImagenes | 88b773ca51bf65a58f33466b76da82b67114850c | 284b62b5a7354d42d82ef8f49cff7b83d950471c | refs/heads/main | 2023-04-04T23:14:31.651013 | 2021-04-12T07:38:44 | 2021-04-12T07:38:44 | 354,402,303 | 0 | 0 | null | 2021-04-12T07:38:44 | 2021-04-03T21:56:21 | Java | UTF-8 | Java | false | false | 14,753 | java |
//----------------------------------------------------
// The following code was generated by CUP v0.11b 20160615 (GIT 4ac7450)
//----------------------------------------------------
package com.froi.generadorfiguras.analizadores.imagenes;
import com.froi.generadorfiguras.estructuras.ArbolAVL;
import com.froi.genera... | [
"ferrubocana@gmail.com"
] | ferrubocana@gmail.com |
d27c539553d0382eac8799e5d8b18025be320703 | d113ee2b540aeb0a395d7a492637ac436f2d12a7 | /app/src/main/java/com/example/wowproject/ListEncounters.java | 84cc72c1770bc28da1f689155fdb1be1dc65c4fa | [] | no_license | Nicolas-Vero/WowProject | 9ce0ea78a07472d871b5c8ba76b8c6a538d6e506 | dfe4742f56839da33f75811e6b06efd835894d14 | refs/heads/master | 2020-09-24T18:33:49.212555 | 2020-02-02T11:28:55 | 2020-02-02T11:28:55 | 225,817,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.example.wowproject;
import java.io.Serializable;
import java.util.List;
public class ListEncounters implements Serializable{
private String name;
private Integer id ;
private String imageUrl;
public String getName() {
return name;
}
public Integer getId() {
retu... | [
"quentin.behey@live.fr"
] | quentin.behey@live.fr |
aff39d8d9b541e3c8c2324954c8eb078f0be8d34 | 37e548a9a856f376fa7ce772490a3e579d7be0bb | /app/src/main/java/com/guzman/rotem/tamalsocialbank1/LogoActivity.java | 957ad9826336b59e75f4587cc3726b578210598e | [] | no_license | RotemAAA/Tamal | ad01f3783d949a1ab9c117d841e522480127cf1c | f5445558de0a3d851e127ab29820d402dcaee30c | refs/heads/master | 2021-04-03T04:05:44.944477 | 2018-03-18T07:18:28 | 2018-03-18T07:18:28 | 124,424,445 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 954 | java | package com.guzman.rotem.tamalsocialbank1;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
public class LogoActivity extends AppCompatActivity {
private ImageView ivLogo;
@Override
prote... | [
"rotem.guzman@gmail.com"
] | rotem.guzman@gmail.com |
bbf053045cccf76912f9a658168ada00052004dd | 2dbf06f60a4aabe8135708b293f6182f8b64bf50 | /app/src/main/java/sg/edu/rp/c347/portfolio_2/CustomAdapter.java | 2f3fce2d8087a0baa14de2cba2a7858db7a62750 | [] | no_license | Kiraow188/Portfolio_2 | 80ad9e38cb19ed6cff5b0c53674c430ead4f6d61 | 8e4e35f394920fdb1a8e6598652f7f9d71a8e037 | refs/heads/master | 2020-06-17T06:36:08.291367 | 2019-07-08T14:47:04 | 2019-07-08T14:47:04 | 195,832,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | package sg.edu.rp.c347.portfolio_2;
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 java.util.ArrayList;
public class CustomAdapter ... | [
"17010368@myrp.edu.sg"
] | 17010368@myrp.edu.sg |
b5fea448db9cd6fd0b9de7ae9e30c7ac695e79f8 | c96643ef242ccfd6282146e21f1866c23f9e1384 | /src/com/_2491nomythic/mars/commands/shooter/TogglePhotonCannon.java | b03f4f7234020a1cda610b60d29472720d132f34 | [] | no_license | 2491-NoMythic/2016-Robot | c4616341ae51dc9b7ffd8f6c1280f65dbcead656 | 1cdea9e1e5104b75d40a4d3ea54755ab171a419f | refs/heads/master | 2021-01-13T13:01:09.645822 | 2018-01-17T19:50:20 | 2018-01-17T19:50:20 | 49,786,619 | 4 | 0 | null | 2016-04-06T01:00:22 | 2016-01-16T18:59:04 | Java | UTF-8 | Java | false | false | 1,034 | java | package com._2491nomythic.mars.commands.shooter;
import com._2491nomythic.mars.commands.CommandBase;
/**
*
*/
public class TogglePhotonCannon extends CommandBase {
public TogglePhotonCannon() {
// Use requires() here to declare subsystem dependencies
// eg. requires(chassis);
}
// Call... | [
"awkirchner@gmail.com"
] | awkirchner@gmail.com |
d99fb0dbd05f0ec848a49ed674a7c1df4dfc7a64 | d5d380f811691aff2f4eefe0149f60c6aeb27e0d | /Projects and Exercises/exercise/exercise1/Exercise07_14Extra.java | 1d1e0acd1e958d9e431ed74d00b9251af68d64f1 | [] | no_license | cloudylc/Introduction-to-Java-Programming-and-Data-Structures-Comprehensive-Version-Eleventh-Edition | 9d8ad6629b90a898bb633a5b623d9daa0413fcc4 | 0e900b204811c5fa9e11dc13dee46835c3bf98ac | refs/heads/master | 2022-11-08T05:44:37.187087 | 2020-06-27T05:51:01 | 2020-06-27T05:51:01 | 286,211,641 | 1 | 2 | null | 2020-08-09T10:06:37 | 2020-08-09T10:06:36 | null | UTF-8 | Java | false | false | 1,843 | java | import java.util.Scanner;
public class Exercise07_14Extra {
/** Main method */
public static void main(String[] args) {
// Create a Scanner
Scanner input = new Scanner(System.in);
// Get number of students
System.out.print("Enter number of students: ");
int numberOfStudents = input.nextInt();
... | [
"2502124889@qq.com"
] | 2502124889@qq.com |
c10be7b3a3738db621a1c476a25d5009677dcc26 | 567da4535e716f1b2357125f7ca1379c4d3b596f | /Q576.java | 078acdfdeca6135fc5d5efd2d9755a58a6e09745 | [] | no_license | yangxu11/MyLeetCode | 22a00aa658cf6486d3fd5c8294f87fa94aec9387 | d041268a752ac3e1145c90432d089204288570f5 | refs/heads/master | 2020-04-27T20:06:18.344601 | 2019-11-15T13:22:16 | 2019-11-15T13:22:16 | 174,645,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,037 | java | package leetcode;
public class Q576 {
//执行用时: 38 ms, 在Out of Boundary Paths的Java提交中击败了29.11% 的用户
//内存消耗: 28.2 MB, 在Out of Boundary Paths的Java提交中击败了33.33% 的用户
//从边界向内部记录
//使用数组dp[][]来储存n步后,点(i,j)超出边界的可能数
public int findPaths1(int m, int n, int N, int i, int j) {
if(N <= 0) return 0;
... | [
"1447714360@qq.com"
] | 1447714360@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.