blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
506f8af9a9d25821897563ae7de211e347c8a816 | fda4b8614cc873f71fd9347972837f7d96b616b3 | /webflux/src/test/java/org/springframework/security/web/server/util/matcher/MediaTypeServerWebExchangeMatcherTests.java | 4ff55eb81e41a86dce1ab2ec9c1ffaa355e1b814 | [
"Apache-2.0"
] | permissive | drumonii/spring-security | 115be0f4a129568e7672df4d77a989ee3a7f62b2 | b764c666c6181c6e4d3b97cfa0409263c63233ea | refs/heads/master | 2021-05-15T15:57:24.961757 | 2017-10-18T02:06:27 | 2017-10-18T02:06:27 | 107,351,518 | 0 | 0 | null | 2017-10-18T02:56:52 | 2017-10-18T02:56:52 | null | UTF-8 | Java | false | false | 5,246 | java | /*
* Copyright 2002-2017 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 ap... | [
"rwinch@users.noreply.github.com"
] | rwinch@users.noreply.github.com |
1cb2acd24435945864eeac084750502056700977 | 83d781a9c2ba33fde6df0c6adc3a434afa1a7f82 | /MarketPublicMobileAPI/src/com/newco/marketplace/api/mobile/services/v3_0/AssignOrReassignSOService.java | 86667dc462d25d5d0781b7180b36a61b729f41f8 | [] | no_license | ssriha0/sl-b2b-platform | 71ab8ef1f0ccb0a7ad58b18f28a2bf6d5737fcb6 | 5b4fcafa9edfe4d35c2dcf1659ac30ef58d607a2 | refs/heads/master | 2023-01-06T18:32:24.623256 | 2020-11-05T12:23:26 | 2020-11-05T12:23:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,950 | java | package com.newco.marketplace.api.mobile.services.v3_0;
import java.util.List;
import org.apache.log4j.Logger;
import com.newco.marketplace.api.annotation.APIRequestClass;
import com.newco.marketplace.api.annotation.APIResponseClass;
import com.newco.marketplace.api.beans.ErrorResult;
import com.newco.marke... | [
"Kunal.Pise@transformco.com"
] | Kunal.Pise@transformco.com |
a667f99a9d3ad7d160dae608ad4729c0db076830 | cf23c682ad644a64b3c9ded1e3310cbff7964ff2 | /codeDownload/src/singleton/zgs/SingletonClient.java | e7995ce10cb3bcd24af9a3bf60dfbcd0d5b4f7df | [] | no_license | derMacon/Entwurfsmuster | d3581e6d871f8dcceb1fcc03c5380c17e315d7f0 | 4ed0c1ca5ba0aa391baca3735098858790db1bc7 | refs/heads/master | 2020-03-28T05:05:31.478446 | 2019-07-15T17:52:00 | 2019-07-15T17:52:00 | 147,755,991 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package headfirst.singleton.zgs;
public class SingletonClient {
public static void main(String[] args) {
Singleton singleton = Singleton.getInstanz();
}
}
| [
"silash169@gmail.com"
] | silash169@gmail.com |
3d3b9a8941cd3850f57065c54ef2731a4348981a | 1c3efc6e953032c4a72db38fbda8d3a046f6a39c | /bitcamp-java-basic/src/step02/Exam11_1.java | 135109e5dbb6d89ff1ee2b329d738c4ca3c1d38c | [] | no_license | Roktar/Bitcamp | 0ec49a91b45e686f6fb22be5523b5fa4b1799071 | c297eeff409bce686c3e404f36a36bcaab0cd7d0 | refs/heads/master | 2021-03-27T11:13:15.320024 | 2018-08-10T07:35:34 | 2018-08-10T07:35:34 | 122,951,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package step02;
public class Exam11_1 {
int a; // instance Variable
static int b; // Class Variable
public static void main(String[] args) {
int c; // Local Variable
}
}
// instance Variable
// - new 명령을 사용하여 인스턴스를 준비할 때 생성되는 변수
// class Variable
// - 클래스가 로딩될 때 생성되는 변수
// local variable
//... | [
"outofsight_@naver.com"
] | outofsight_@naver.com |
8610e8904affa19bd7897332e7de069177b16c47 | 84000834bb94b433ad7e3c9f3be9188bf304f1e1 | /dma-network-messages/src/main/java/dk/dma/navnet/messages/s2c/service/RegisterServiceResult.java | f04105a7da291c3939df4a159bdc5b767d188169 | [] | no_license | dma-graveyard/eNav-network | 5f9ce587fea4e814b6096d4205b2111d7b24ea21 | 1a1d3d85fcc635b53f7d9bacd4bb70a410d4f112 | refs/heads/master | 2021-01-01T17:10:18.616574 | 2014-03-25T15:54:31 | 2014-03-25T15:54:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,345 | java | /* Copyright (c) 2011 Danish Maritime Authority
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This... | [
"kasperni@gmail.com"
] | kasperni@gmail.com |
656546e68f5520a9c169f042cf916a2b61b09ef1 | b06ef2ab5a97539393cd33cd8e9896c6c9057d4e | /src/hackerrank/contest/smartinterviews/heap/MaxHeap.java | dfbc6cfe0dc38734accad7a8901456424b70f6b6 | [] | no_license | KrishnakanthYachareni/Gayle-Laakmann-McDowell | 42fb24a7d591dc8da779bfb935d202ddd47e86fd | 66b14b9899e1cd307368788e7fa9d5e225eb4867 | refs/heads/master | 2022-11-22T05:57:16.986265 | 2022-11-17T03:16:43 | 2022-11-17T03:16:43 | 156,087,438 | 7 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,732 | java | /*
* Copyright (c) 2020. All rights Reserved By Krishnakanth Yachareni
*/
package hackerrank.contest.smartinterviews.heap;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import... | [
"yacharenikrishnakanth@gmail.com"
] | yacharenikrishnakanth@gmail.com |
bbdb1788b1dd38ee04cd129d72d704e52e9e67f6 | c88740e587336d0bdb77f7e45d6f077555e7d040 | /src/models/PlateIterator.java | 67ca15e41365e2cbb83819a1315c2bf96f80c30c | [] | no_license | omarahmed10/CircusOfPlates | cf4442b1d2f16180663e7967cf2cea38cb50172e | 7d2deb38d4654c72d67c0f0585d0bbac5b3e97db | refs/heads/master | 2021-01-09T05:47:17.821810 | 2018-01-10T12:50:12 | 2018-01-10T12:50:12 | 80,834,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package models;
import java.util.Iterator;
import java.util.List;
public class PlateIterator implements Iterator<Plate> {
private List<Plate> list;
private int count;
public PlateIterator(List<Plate> list) {
this.list = list;
count = 0;
}
@Override
public boolean hasNext() {
return count < list.size();
... | [
"you@example.com"
] | you@example.com |
1120c2ff43b726a94af8ee94b32238e1b7c1ef49 | c0fe21b86f141256c85ab82c6ff3acc56b73d3db | /iotcloudgateway/src/main/java/com/jdcloud/sdk/service/iotcloudgateway/model/ReplicaSpec.java | 282adc117274d73ece8f641463b00371f9627ffc | [
"Apache-2.0"
] | permissive | jdcloud-api/jdcloud-sdk-java | 3fec9cf552693520f07b43a1e445954de60e34a0 | bcebe28306c4ccc5b2b793e1a5848b0aac21b910 | refs/heads/master | 2023-07-25T07:03:36.682248 | 2023-07-25T06:54:39 | 2023-07-25T06:54:39 | 126,275,669 | 47 | 61 | Apache-2.0 | 2023-09-07T08:41:24 | 2018-03-22T03:41:41 | Java | UTF-8 | Java | false | false | 2,053 | java | /*
* 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... | [
"tancong@jd.com"
] | tancong@jd.com |
51f565adcae78cf0d35620bce12e4d9e8c6972bc | af2a554c211523465d64c43671d58820f009a291 | /Java/src code for oracle java/org/omg/CosNaming/NamingContextExtHolder.java | d46d7ec829b38977871bf64787a5d23a8cb936db | [] | no_license | mjachowdhury/ProgrammingBooks | e4abff9db2edea7518ac74fcde07e45359c76bf5 | aff4a0321de87a7bfeef6d28ab076294a8b45ea9 | refs/heads/master | 2020-06-01T05:42:29.526386 | 2019-06-06T23:42:13 | 2019-06-06T23:42:13 | 190,661,188 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,538 | java | package org.omg.CosNaming;
/**
* org/omg/CosNaming/NamingContextExtHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u121/8372/corba/src/share/classes/org/omg/CosNaming/nameservice.idl
* Monday, December 12, 2016 6:22:53 PM PST
*/
... | [
"study.computing2016@gmail.com"
] | study.computing2016@gmail.com |
d55c537289394ecf1474fc188e9993961dbcc895 | 56660d3c5275831b502a17d3e4623907b52dfb8b | /linweb-common/src/main/java/com/touchhy/web/linweb/common/utils/Exceptions.java | 5814a7450b91bccca5d142befa565a3fbcc12b01 | [] | no_license | hwy1782/lin-web | 90f879b49d5d235e3ecfb8b332afafd935ed33c1 | 2d409cc6b581434161d92c54e4cbf015a9473900 | refs/heads/master | 2020-05-16T21:07:21.423548 | 2013-07-02T11:51:04 | 2013-07-02T11:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | /**
* Copyright (c) 2005-2012 springside.org.cn
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.touchhy.web.linweb.common.utils;
import java.io.PrintWriter;
import java.io.StringWriter;
/**
* 关于异常的工具类.
*
* @author calvin
*/
public class Exceptions {
/**
* 将CheckedExcept... | [
"zunyan.zb@taobao.com"
] | zunyan.zb@taobao.com |
ada1078487c9a7f0874c73b86b7db3ae9464b734 | 134fca5b62ca6bac59ba1af5a5ebd271d9b53281 | /build/stx/libjava/tests/mauve/java/src/gnu/testlet/javax/imageio/spi/ImageOutputStreamSpi/TestProvider.java | ae079fcf7ddf5212ba824efe6c63d855ec096b5d | [
"MIT"
] | permissive | GunterMueller/ST_STX_Fork | 3ba5fb5482d9827f32526e3c32a8791c7434bb6b | d891b139f3c016b81feeb5bf749e60585575bff7 | refs/heads/master | 2020-03-28T03:03:46.770962 | 2018-09-06T04:19:31 | 2018-09-06T04:19:31 | 147,616,821 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,473 | java | // Tags: not-a-test
// Copyright (C) 2004 Sascha Brawer <brawer@dandelis.ch>
// This file is part of Mauve.
// Mauve is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// a... | [
"gunter.mueller@gmail.com"
] | gunter.mueller@gmail.com |
57f2b52e65d79ed06d954bfa5ad8563d482324ce | 2c0acb67c8d07c2149f6f6d1e2633cfb033bce2a | /app/src/main/java/qf/com/vitamodemo/adapter/ZyJxRecyclerAdapter.java | 026886ca407e65e5601659c93a416426efb52223 | [] | no_license | yufeilong92/AiShiPin | a4c8dedc1381bf7b1161bf489ff7001ecf8d5782 | 8a7657765132832e3aaf7b44fcda9b8c45004896 | refs/heads/master | 2020-03-14T06:28:32.240967 | 2019-02-25T07:27:26 | 2019-02-25T07:27:26 | 131,484,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,737 | java | package qf.com.vitamodemo.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.widget.ImageView;
import com.nostra13.universalimageloader.core.ImageLoader;
import com.nostra13.universalimageloader.core.display.FadeInBitmapDisplayer;
import java.util.List;
... | [
"931697478@qq.com"
] | 931697478@qq.com |
d5fc8bde019a77def6767385b9257e889b35de90 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2019/4/RecoveryFacade.java | 303361ee8f8f6d9b3748ba5e3a96ff807152df98 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,788 | java | /*
* Copyright (c) 2002-2019 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
dc1bfacc100f2c3e020bff0f2ee3e5d8aad95557 | 70eb1fcb05210381ffd4b77b25b65cdaaa0c1e95 | /src/main/java/com/example/anvilutilities/InWorldAnvilRecipe.java | 8b869e11bbee4faa26c5c31c7d9fb0b5ca50a967 | [] | no_license | Tfarcenim/Anvil-Utils | d0f14406d8cb8941e2deb4f08c4f4799d4c269d2 | 46e453c1857c224443c1b1a12283997d1ae162e0 | refs/heads/master | 2020-05-15T07:49:38.036872 | 2019-04-18T19:48:23 | 2019-04-18T19:48:23 | 182,148,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package com.example.anvilutilities;
import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.Ingredient;
import java.util.ArrayList;
public class InWorldAnvilRecipe {
private final ItemStack hammer;
private final ArrayList<Ingredient> inputArray;
private final ItemStack output;
public InWorl... | [
"44327798+Gimpler@users.noreply.github.com"
] | 44327798+Gimpler@users.noreply.github.com |
0ac384273e675f4c531a465c2532df052a0fbbc8 | 7c7f86c62089741ac520f699c5efa33b46376435 | /src/main/java/com/baidu/beidou/stat/constant/SysProp.java | 906d1218faaa95a2cb3e21b1ce4785fe215b0f40 | [] | no_license | wang-shun/beidou-cron | 35caeceddb0cc64ebe945fa181c099d0c2f5e732 | d46cfa8c5bb838775ae30946d496edae76d0d34e | refs/heads/master | 2020-03-29T14:05:15.550899 | 2017-04-04T04:03:27 | 2017-04-04T04:03:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.baidu.beidou.stat.constant;
import java.util.ArrayList;
import java.util.List;
public class SysProp {
public static final List ZERO_LIST = new ArrayList(0);
}
| [
"berryjamcoding@gmail.com"
] | berryjamcoding@gmail.com |
a4569b1d42d2a8aa4ae68e6968e9ebe639b651f3 | 481f0c23ad1d9120d8b118e7cd3f79daaff9f5c3 | /ipad/src/main/java/com/shoudukejiguan/www/fragment/VideoSignalFragment.java | 41cc41f378ca79b7d7c3edfef6dbc81e721544fe | [] | no_license | dmz1024/ScienceMuseum1.1.0 | cfd5fed1b5f96a701b521d980b91b49044091f30 | 54ab06fe9ad987d18f3a7e55db1a07d4ae88209f | refs/heads/master | 2021-01-20T18:40:18.180444 | 2016-08-04T02:13:44 | 2016-08-04T02:13:47 | 63,208,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,734 | java | package com.shoudukejiguan.www.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.flyco.tablayout.CommonTabLayout;
import com.flyco.tablayout.lis... | [
"894350911@qq.com"
] | 894350911@qq.com |
a8b9e123e46ce46537b5408acdf1dfb7a9467508 | dd674d74a7bba206c7f17b612c0a573dfc211445 | /leetcode-practice/src/com/app/practice/FindTheCelebrityLeetcode277.java | 587e77973016dae29025121421ba2c77c544b6d7 | [] | no_license | TanayaKarmakar/ds_algo | 3f2ea4de9876922b007ae8dc3f9b5a406052d49d | 26344e9e4b5d76367355c3ec39c04550ccccb9b1 | refs/heads/master | 2021-06-23T02:28:32.446005 | 2021-05-21T01:41:06 | 2021-05-21T01:41:06 | 217,259,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 926 | java | package com.app.practice;
public class FindTheCelebrityLeetcode277 {
private static int[][] graph;
private static void initGraph(int[][] g) {
graph = g;
}
private static boolean knows(int a, int b) {
return graph[a][b] == 1;
}
private static int findTheCelebrity(int n) {
int[] inDeg = new int[n];
int[... | [
"karmakar.tanaya@gmail.com"
] | karmakar.tanaya@gmail.com |
a0b286aff3c022a8b21bcd2e57e3df72c229d1db | 4aff59956a2e8e120d737e090c024bbd99cddbba | /src/main/java/ihotel/app/service/ClassRenameService.java | 9baf703476f57cb20e198414a5dfd870703ccb67 | [] | no_license | believefollow/ihotel | abc79ea333c3279967de300c226ef408f9caad2a | 466e74f3fc67447a0bd26263d5520c98ac4ca10e | refs/heads/main | 2023-04-06T05:14:02.348434 | 2021-04-01T13:23:02 | 2021-04-01T13:23:02 | 353,330,337 | 0 | 0 | null | 2021-04-01T13:23:03 | 2021-03-31T11:19:56 | Java | UTF-8 | Java | false | false | 4,528 | java | package ihotel.app.service;
import static org.elasticsearch.index.query.QueryBuilders.*;
import ihotel.app.domain.ClassRename;
import ihotel.app.repository.ClassRenameRepository;
import ihotel.app.repository.search.ClassRenameSearchRepository;
import ihotel.app.service.dto.ClassRenameDTO;
import ihotel.app.service.ma... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
707104f676c5b4e713ff9b89dad831a94436fce1 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/avito/android/stories/StoriesViewKt.java | 3d78e870ccbe29c675527bf08b476efb9cd543bf | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.avito.android.stories;
import kotlin.Metadata;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0002\n\u0000¨\u0006\u0000"}, d2 = {"serp_release"}, k = 2, mv = {1, 4, 2})
public final class StoriesViewKt {
}
| [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
7356770cc6da76574b913a52a063076275da5400 | aee55521c12241d953007176f403aca2e842c056 | /src/org/omg/IOP/TAG_INTERNET_IOP.java | ee5b528d790cefe6f78739d8ab228330ccc00caf | [] | no_license | XiaZhouxx/jdk1.8 | 572988fe007bbdd5aa528945a63005c3cb152ffe | 5703d895b91571d41ccdab138aefb9b8774f9401 | refs/heads/master | 2023-08-30T18:53:23.919988 | 2021-11-01T07:40:49 | 2021-11-01T07:40:49 | 420,957,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,836 | java | package org.omg.IOP;
/**
* org/omg/IOP/TAG_INTERNET_IOP.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/jenkins/workspace/8-2-build-windows-amd64-cygwin/jdk8u301/1513/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Wednesday, June 9, 2021 6:48:02 AM PDT
*/
public inte... | [
"xiazhou@dgg.net"
] | xiazhou@dgg.net |
aa11a287a802aca5e2d0fd23efde2984c97d7db4 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-12798-22-25-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage/org/xwiki/rendering/internal/macro/velocity/VelocityMacro_ESTest.java | 73dc1809d97db410f2db68b046a2f3de874d1d54 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | /*
* This file was automatically generated by EvoSuite
* Mon May 18 09:30:00 UTC 2020
*/
package org.xwiki.rendering.internal.macro.velocity;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunW... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
f8498cd6055f1b0d81412b0452b6affdf18e22ee | 61f0a3924ce3433b178cf032a8cda24ddff3000b | /common/src/main/java/edu/tigers/sumatra/shapes/polygon/PolygonBuilder.java | 7e909889c2f208b19729587fb9425fc4e85d9738 | [] | no_license | orochigalois/ROBOCUP_SSL_EDU_PLATFORM | 46e0e011baedea8e9f4643656a8319bf65208175 | 5e7b39559cf32d6682e3a78ace199d9df8ccf395 | refs/heads/master | 2021-07-16T08:08:36.893055 | 2017-10-21T03:20:27 | 2017-10-21T03:20:27 | 107,742,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,478 | java | /*
* *********************************************************
* Copyright (c) 2017 智动天地(北京)科技有限公司
* All rights reserved.
* Project: 标准平台决策开发系统
* Authors:
* 智动天地(北京)科技有限公司
* *********************************************************
*/
package edu.tigers.sumatra.shapes.polygon;
import java.util.ArrayList;
import java.... | [
"fudanyinxin@gmail.com"
] | fudanyinxin@gmail.com |
a54ff4771d54b1180c41e6f28f6bf2014ee930b0 | 165103be7256703b3346bea0db2b9bb976f5e64c | /src/com/freshbin/pattern/template/game/Game.java | 3a5fa96d43c7579ce62e04744201ce33aebe988b | [] | no_license | freshbin/designPattern | cbabe663198c7103bd60ede52422e4e775aca462 | a5b0e57c750b4fb5c569cdeb28a679b316eb3d3e | refs/heads/master | 2020-04-14T14:50:30.435796 | 2019-01-27T08:32:54 | 2019-01-27T08:32:54 | 163,908,794 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.freshbin.pattern.template.game;
/**
* 游戏抽象类
*
* @author freshbin
* @date 2019-1-7 19:58:37
*/
public abstract class Game {
public final void play() {
initialize();
startPlay();
endPlay();
}
abstract void initialize();
abstract void startPlay();
abstract void endPlay();
... | [
"343625573@qq.com"
] | 343625573@qq.com |
5dce5e4c9576512cda9c48591c56d6f60edda0b3 | 36073e09d6a12a275cc85901317159e7fffa909e | /bborbe_java/modifiedFiles/16/old/BundleActivatorTestUtil.java | 7ac2a080611a91f6d6e9a2b6ec01246f3a32653f | [] | no_license | monperrus/bug-fixes-saner16 | a867810451ddf45e2aaea7734d6d0c25db12904f | 9ce6e057763db3ed048561e954f7aedec43d4f1a | refs/heads/master | 2020-03-28T16:00:18.017068 | 2018-11-14T13:48:57 | 2018-11-14T13:48:57 | 148,648,848 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,760 | java | package de.benjaminborbe.tools.osgi.test;
import java.util.Dictionary;
import org.easymock.EasyMock;
import org.osgi.framework.Bundle;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
import org.osgi.framework.Filter;
import org.osgi.framework.ServiceListener;
import org.osgi.framew... | [
"martin.monperrus@gnieh.org"
] | martin.monperrus@gnieh.org |
7625063b6dc9bed88444ff57e020b2b721af537f | 26fbaaf4414d9df7739f3c5e92cce4a2e90c6143 | /src/fitnesse/testrunner/ClassPathBuilder.java | 20c77eaad665f512b7401ee725dcabcc54f54f8e | [] | no_license | TotoroFitnesse/FitNesse-CloudTest | 1da587e775ed13d11c097ae3131aa54a15a277ef | 419df513eb1b860fbf918aee1ba3cde458e72143 | refs/heads/master | 2020-05-17T12:38:59.586765 | 2015-09-19T12:38:34 | 2015-09-19T12:38:34 | 42,380,286 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,928 | java | // Copyright (C) 2003-2009 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the CPL Common Public License version 1.0.
package fitnesse.testrunner;
import java.io.File;
import java.io.FilenameFilter;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import ja... | [
"1016907824@qq.com"
] | 1016907824@qq.com |
f5b9581054e5b1f7a79d959bb669a86d8cc49638 | e0a46a25bdfe332cd162e80b9a256e4e930b8f8e | /hsweb-logging/hsweb-access-logging-aop/src/main/java/org/hswebframework/web/loggin/aop/EnableAccessLogger.java | 08471994594c093258c48d2bdd180183ac11cd7a | [
"Apache-2.0"
] | permissive | saminfante/hsweb-framework | baa93ec7d5eec78f3f224adba8820e190e38c641 | 9075e75bdc8b3e6215dce27de3dc0cbf37deec8c | refs/heads/master | 2023-04-06T09:26:59.788489 | 2019-11-06T02:40:12 | 2019-11-06T02:40:12 | 182,584,976 | 1 | 0 | Apache-2.0 | 2023-04-04T00:57:36 | 2019-04-21T21:39:23 | Java | UTF-8 | Java | false | false | 1,182 | java | /*
*
* * Copyright 2019 http://www.hswebframework.org
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* *... | [
"zh.sqy@qq.com"
] | zh.sqy@qq.com |
3e8a741b79f0009095ec934de958e95e7912099c | a72efffd8a72be380c617c8323ed168d25d47bac | /src/main/java/com/tvd12/ezyfoxserver/client/codec/EzyDataSerializable.java | 5af1cab01c1c53cce852e60dc51e7c61cd8f090f | [] | no_license | altafc22/ezyfox-server-android-client | 451d5d7c071857619c7f515c6dad1ad9ba830152 | 645c6cdf6fc884f1ccf1cba856ea474ac1a7aa64 | refs/heads/master | 2023-07-03T00:32:44.161044 | 2021-08-07T07:19:31 | 2021-08-07T07:19:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package com.tvd12.ezyfoxserver.client.codec;
import com.tvd12.ezyfoxserver.client.entity.EzyData;
import java.io.Serializable;
/**
* Created by tavandung12 on 10/7/18.
*/
public interface EzyDataSerializable<T extends EzyData> extends Serializable {
T serialize();
}
| [
"itprono3@gmail.com"
] | itprono3@gmail.com |
6ab24fc0539f5b6460d3c39896d2ad04cd8e1db2 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/JADX/src/main/java/org/telegram/p004ui/Cells/EmptyCell.java | 69ab5c42bc69ad476b46c98f8540df520490ac46 | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package org.telegram.p004ui.Cells;
import android.content.Context;
import android.view.View.MeasureSpec;
import android.widget.FrameLayout;
/* renamed from: org.telegram.ui.Cells.EmptyCell */
public class EmptyCell extends FrameLayout {
int cellHeight;
public EmptyCell(Context context) {
this(context... | [
"crash@home.home.hr"
] | crash@home.home.hr |
b994074938d3620f56fc7ee0805e6976243fa313 | 5c41116d17ef8864423bcc5498c4efd6c696cbac | /com/rwtema/extrautils/sounds/XUSoundTile.java | 7132077cac342e06252ee107d9a4b786ef12fc40 | [] | no_license | richardhendricks/ExtraUtilities | 519175ce14406f95620c34a425e1fd54964cbcf6 | 1b9d60a14cc7f76754eb8f0e7c1e1c77f3bda7a6 | refs/heads/master | 2021-07-14T11:56:53.480656 | 2017-10-19T16:03:19 | 2017-10-19T16:03:19 | 107,566,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,967 | java | /* 1: */ package com.rwtema.extrautils.sounds;
/* 2: */
/* 3: */ import cpw.mods.fml.relauncher.Side;
/* 4: */ import cpw.mods.fml.relauncher.SideOnly;
/* 5: */ import java.lang.ref.WeakReference;
/* 6: */ import net.minecraft.client.audio.ISound.AttenuationType;
/* 7: */ import net.minecraf... | [
"richard.hendricks@silabs.com"
] | richard.hendricks@silabs.com |
d09d742f311871c783f5000e324ed2914c708db1 | 2c107c0051d942362a5632ca7eca477d6cd66468 | /paopao_studio/app/src/main/java/common/repository/http/param/order/SubmitUserCaseRequestBean.java | b7e82d3d0b5c2f5883e3fe236080dc797feaabf1 | [] | no_license | Mo-AG/xinlizixun_app | 8ac23f9ef3091dd40b4aecc59d517808979b7139 | 40b587a5a69b72547b4b98fa45f4def4c0128fef | refs/heads/master | 2023-03-20T06:12:51.074683 | 2020-06-09T23:03:53 | 2020-06-09T23:03:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package common.repository.http.param.order;
import java.util.List;
import common.repository.bean.UploadCaseItemBean;
import common.repository.http.param.BaseRequestBean;
/**
* Created by hpzhan on 2020/2/18.
*/
public class SubmitUserCaseRequestBean extends BaseRequestBean {
private String orderNo;
privat... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
a145d875fd674ac9c8dfc9e21675dd77389b5351 | 22e6f39079010608524ba21028649b6efcb332a3 | /discovery-gray-service/src/main/java/com/nepxion/discovery/gray/service/impl/MyDiscoveryEnabledStrategy.java | 0d2a8ff89d51c03e50df38d417f8dacb9901eb5c | [
"Apache-2.0"
] | permissive | zxm3996886/DiscoveryGray | 6ecaed774f3b26f014ae59e102d5ed4f952416eb | e2821e7e530589041b98f69d93aeea86ac90da00 | refs/heads/master | 2020-06-11T15:48:48.179583 | 2019-06-27T00:29:58 | 2019-06-27T00:29:58 | 194,015,046 | 1 | 0 | null | 2019-06-27T03:18:19 | 2019-06-27T03:18:19 | null | UTF-8 | Java | false | false | 2,011 | java | package com.nepxion.discovery.gray.service.impl;
/**
* <p>Title: Nepxion Discovery</p>
* <p>Description: Nepxion Discovery</p>
* <p>Copyright: Copyright (c) 2017-2050</p>
* <p>Company: Nepxion</p>
* @author Haojun Ren
* @version 1.0
*/
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
impor... | [
"1394997@qq.com"
] | 1394997@qq.com |
6dd6e18c2dd746c1a25c20d951c3cd6fe1c42542 | d9116308902ffeb1e9f3d62f79b0f9b6db31c339 | /highcommunity/src/cn/hi028/android/highcommunity/activity/fragment/MyCarftsFrag.java | ab9eaae38f20d21491ab76b366ad8dc3cd8c2157 | [] | no_license | CeruleanLee/Hi_Eclipse | a868aa17bf2981d0b384c967792418e20f629be0 | ac74dc944f3f45aef957707b372fb094febdad04 | refs/heads/master | 2021-05-01T01:36:39.723791 | 2016-09-29T02:43:46 | 2016-09-29T02:43:46 | 68,449,528 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,409 | java | /***************************************************************************
* Copyright (c) by raythinks.com, Inc. All Rights Reserved
**************************************************************************/
package cn.hi028.android.highcommunity.activity.fragment;
import android.content.DialogInterface... | [
"cerulean_lee@163.com"
] | cerulean_lee@163.com |
a25a4c5aa03f3964ba5a58b21edaaf2d6f46b412 | 96c48b375d20ba117b5952eb5ec6c2a24f57cd66 | /src/main/java/io/renren/mongo/dao/impl/MongodbBaseDao.java | 49e3ecb247012887a5f43b377f9b2f29256a7a4a | [] | no_license | zzzzata/school-admin | 1cddfa7df9029e2ea3d34396162005a5f943ba0d | baea150018b085f45135b08957aa8027bb5f24e2 | refs/heads/master | 2022-12-21T23:45:01.185403 | 2019-09-20T06:16:31 | 2019-09-20T06:16:31 | 209,701,174 | 0 | 0 | null | 2022-12-16T08:07:45 | 2019-09-20T03:54:18 | Java | UTF-8 | Java | false | false | 3,560 | java | package io.renren.mongo.dao.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.data.mongodb.core.query.Update;
import io.renren.mo... | [
"ouchujian@hqjy.com"
] | ouchujian@hqjy.com |
9bcd1ed2d76d642b979313c7f49c8263116921a3 | a17790bb99a3eb2b51ced37eff7015a1fd359d11 | /dataStructure/数据结构和各种算法inJava/src/data_structures/list/MyLinkedList.java | eac4d68162c80371cea9a5af051d6f0a8819d548 | [] | no_license | yu132/MY-CODE | 33c1858aa4e7c07e15e74aa7587d7f4f46a02f4f | bf4837098ee3d3ff45bdeb3cecde055dbb2db90b | refs/heads/master | 2021-01-12T16:00:20.963788 | 2017-11-18T07:53:17 | 2017-11-18T07:53:17 | 71,911,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,825 | java | package data_structures.list;
import data_structures.list.interfaces.LinearList;
public class MyLinkedList<E> implements LinearList<E>{
private Node<E> head;
@Override
public boolean isEmpty() {
if(head==null)
return true;
else
return false;
}
@Override
public int size() {
if(head!=null){
int... | [
"876633022@qq.com"
] | 876633022@qq.com |
dc76b9c797c0ce62cdd653c2ef6e9f0b6a8e3406 | c9ab129a4a6c0eb072a839fa69f51d4a63435fe8 | /poker-common/src/main/java/com/mrmq/poker/common/bean/Player.java | 960679053579541982c0bc5aca99d9b3c34af626 | [
"MIT"
] | permissive | quyenlm/pokersu | aefe65bd739c7716ca6493cf4744f636bec94191 | d76be4c807f5b303002cbd3f7c968d4956b5527a | refs/heads/master | 2020-12-24T18:33:13.717409 | 2016-04-23T08:57:09 | 2016-04-23T08:57:09 | 56,905,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,722 | java | package com.mrmq.poker.common.bean;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.mrmq.poker.common.proto.PokerModelProto.ActionType;
import com.mrmq.poker.common.proto.PokerModelProto.PlayerState;
import com.mrmq.util.StringHelper;
/**
* A Texas Hold'em player
*
* T... | [
"quyenlm.vn@gmail.com"
] | quyenlm.vn@gmail.com |
ce66941c6f84543d66fee942813c4d469ccb5afa | 919200f1e33b28a8b2d1a25212b76a84e17b3fc3 | /src/main/java/io/github/futurewl/ui/dialog/WarningDialog.java | efd62eda25c00f21901fb7f47115d4fae927ef4d | [] | no_license | pjqdyd/SimpleMediaPlayerFX | b4c8422a9c31235463a42321bd3a36a04394dc75 | fc1962b04934f7f43de28c9dcc4a5bf159158bb9 | refs/heads/master | 2020-04-14T23:33:13.881395 | 2019-01-05T11:41:31 | 2019-01-05T11:41:31 | 164,206,343 | 0 | 0 | null | 2019-01-05T10:53:20 | 2019-01-05T10:53:20 | null | UTF-8 | Java | false | false | 1,378 | java | package io.github.futurewl.ui.dialog;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.layout.VBox;
import javafx.stage.Modality;
import javafx.stage.Stage;
import javafx.stage.StageStyle;
/**
* 功能描述:警告对话框实体
*
* @autho... | [
"624263934@qq.com"
] | 624263934@qq.com |
08a2956d2b16d53b27a0477888ef16c532167722 | 7b73756ba240202ea92f8f0c5c51c8343c0efa5f | /classes/com/tencent/mobileqq/msf/core/net/m.java | 1827b708936f151a685d181ea7b6ff1081c904d6 | [] | no_license | meeidol-luo/qooq | 588a4ca6d8ad579b28dec66ec8084399fb0991ef | e723920ac555e99d5325b1d4024552383713c28d | refs/heads/master | 2020-03-27T03:16:06.616300 | 2016-10-08T07:33:58 | 2016-10-08T07:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,463 | java | package com.tencent.mobileqq.msf.core.net;
import android.content.res.AssetManager;
import android.os.Environment;
import com.tencent.mobileqq.msf.core.a.a;
import com.tencent.qphone.base.util.BaseApplication;
import com.tencent.qphone.base.util.QLog;
import java.io.BufferedReader;
import java.io.File;
import java.io.... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
1e80f612323f23bdf90f72a92528e5afde46fb51 | 019edd34f4e9a6086a17f9dbc4606e08bb76557b | /io.reactivex.core/src/io/reactivex/core/flowables/package-info.java | 3f0d7670e50cf23b88614c89d920f65ad607c316 | [
"Apache-2.0"
] | permissive | Prerna11082/rxjava | 7f74c920789ac6486d1278b6e4f6a9d09935e900 | 2b5d4b55ad112d38a3599d4981fb2d35da6978f5 | refs/heads/master | 2020-04-06T13:29:23.714616 | 2018-11-21T17:46:04 | 2018-11-21T17:46:04 | 157,502,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | /**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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... | [
"sumersingh@PS-MacBook.local"
] | sumersingh@PS-MacBook.local |
4b1827f77bd435f53130252ff61524cd5b2b8022 | 3bfb8414c4d13134af4a95120e23a74f29704e43 | /app9/src/N.java | c6e7c0f2ce80d61d18cade44f176b709cbdfeb21 | [] | no_license | lakshmipriya5858/java-practice-programs | 31aa803b19b6a0efa7ddd89d211e6a51b9fdb981 | 6c4789f4a283f303099348831d571eb010079248 | refs/heads/master | 2020-04-03T06:52:10.447204 | 2019-02-08T11:13:57 | 2019-02-08T11:13:57 | 155,086,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | class N
{
public static void main(String[] args)
{
System.out.println("main begin");
int i=15;
switch(i)
{
case 1:
System.out.println("from case 1");
break;
case 5:
System.out.println("from case 5");
break;
default:
System.out.println("from default ");
break;
case 7:
... | [
"lakshmipriya5858@gmail.com"
] | lakshmipriya5858@gmail.com |
7185c61f6eb53db547f8fce05dcc3455ddbc5aa2 | 47f529789f96542fdeed3381a11e4de3686473c7 | /src/test/java/com/btmatthews/leabharlann/service/impl/TestLibraryServiceImpl.java | 6fd3a94a12b7d98305a8622732ebb6c40796b5dc | [] | no_license | bmatthews68/Leabharlann | bd7b6ab284c6d1494f94a541c4d5b8bdca3eebb4 | bf0c2f1c50127cce3333a65baccf778bab4ce1fc | refs/heads/master | 2016-09-06T02:05:14.366546 | 2015-03-12T11:00:25 | 2015-03-12T11:00:25 | 2,978,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,966 | java | package com.btmatthews.leabharlann.service.impl;
import com.btmatthews.atlas.jcr.JCRAccessor;
import com.btmatthews.atlas.jcr.NodeCallback;
import com.btmatthews.atlas.jcr.SessionCallback;
import com.btmatthews.leabharlann.domain.Folder;
import com.btmatthews.leabharlann.domain.Workspace;
import com.btmatthews.leabhar... | [
"brian@btmatthews.com"
] | brian@btmatthews.com |
ab5a33acde72b8fd33bc6ee03726ee771020982b | 1588eb015a15b4ea45271b4e2a3198d6f0664b83 | /JavaWeb01/Day07_Servlet/src/main/java/com/AtGuiGu/Servlet/ForwardC.java | ee85c0ac5bfaf0005005bec570bba937fbdb08a7 | [] | no_license | cchaoqun/JavaWeb_SelfLearned | f7856218b6e7dae54f895a1125650826dcf91c98 | a2d2025211646cb291bd6eda81a713415179fb60 | refs/heads/master | 2023-05-01T20:42:22.062584 | 2021-05-16T08:28:00 | 2021-05-16T08:28:00 | 367,818,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 610 | java | package com.AtGuiGu.Servlet;
import jakarta.servlet.ServletException;
import jakarta.servlet.http.HttpServlet;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @author Chaoqun Cheng
* @date 2021-05-2021/5/9-19:26
*/
public class ... | [
"chengchaoqun@hotmail.com"
] | chengchaoqun@hotmail.com |
13cc397f4d494d2c2d717bdd7a9201a7876eef07 | 2563cbb910e15f72d236a1fd59e1fa56d6b9127f | /src/main/java/concurrent/QuittingCompletable.java | 0a3ea7957f81fd4d15c7f9adc106ff073362e90c | [] | no_license | codercuixin/OnJava8 | e00cd695254cf635795b5c9fe19e129e82d01353 | 41ba6ec0f242754943dc8c21076165f17b15c551 | refs/heads/master | 2022-11-11T01:57:54.933471 | 2020-07-01T06:28:43 | 2020-07-01T06:28:43 | 273,819,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package concurrent;
import onjava.Nap;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* * @Author: cuixin
* * @Date: 2020/6/4 16:37
*/
public class QuittingCompletable {
public static void main(String[] args){
... | [
"codercuixin@gmail.com"
] | codercuixin@gmail.com |
cb5974d29a979ab86a141865f64fe664d2214f5c | 30233a59dd9256b91be1b6a9c4337b1a60402e3c | /supplier/src/main/java/supplier/ObjectFactory.java | 74081d14b9158a6094226db2403a58adf863ca5b | [] | no_license | excelsiorsoft/java8-playground | acf08a45b3d862d5922ad21b3a1f21acc970f4c7 | dafe4a2519324fcaa25776093c49a451bf36d7d5 | refs/heads/master | 2023-05-23T18:59:41.718572 | 2021-07-05T23:12:14 | 2021-07-05T23:12:14 | 114,541,359 | 0 | 0 | null | 2021-07-05T22:01:39 | 2017-12-17T14:07:58 | Java | UTF-8 | Java | false | false | 228 | java | package supplier;
import java.util.function.Function;
import java.util.function.Supplier;
public class ObjectFactory {
public static <T, R> Supplier<R> bind(Function<T,R> fn, T val) {
return () -> fn.apply(val);
}
}
| [
"senya22@yahoo.com"
] | senya22@yahoo.com |
ca6cb65630f5a9556627e244508f42fbc522a44a | 043f1c31fb1c77ba5832e380d7e5babb1af4d82d | /src/main/java/org/kairosdb/core/KairosRootConfig.java | 14904e5906aa3fc16bc7ed2346f8282e8b81ce53 | [
"Apache-2.0"
] | permissive | kairosdb/kairosdb | 501a2ee2f66817925f9bc364cbcea26acabba22b | c65dbc29317edba1908cf346359d5e9ca93b41c7 | refs/heads/develop | 2023-08-14T00:48:25.902946 | 2023-06-14T15:22:32 | 2023-06-14T15:22:32 | 8,039,659 | 1,535 | 338 | Apache-2.0 | 2023-07-07T22:06:25 | 2013-02-05T22:27:48 | Java | UTF-8 | Java | false | false | 2,218 | java | package org.kairosdb.core;
import com.typesafe.config.*;
import org.apache.commons.io.FilenameUtils;
import java.io.*;
import java.util.*;
public class KairosRootConfig extends KairosConfig implements Iterable<String>
{
private static final Set<ConfigFormat> supportedFormats = Collections.unmodifiableSet(new HashS... | [
"brianhks1@gmail.com"
] | brianhks1@gmail.com |
74b6f271adb77a960fd39efc76ac48b57975c945 | 9684390890df914418ba0832a6e5241e738a7e0d | /shop-goods/shop-goods-model/src/main/java/quick/pager/shop/goods/response/brand/GoodsBrandResponse.java | 441c2038264123b7677140cc823b8c08bb8a064e | [
"MIT"
] | permissive | Taofenz/spring-cloud-shop | 69f7f797b260f7b9434ab3a7a9323ec09e6b21f1 | 2d3163cfa6af1dba1bdd029ba0728403fbb558ef | refs/heads/master | 2021-01-05T21:19:08.289854 | 2020-02-09T14:06:50 | 2020-02-09T14:06:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package quick.pager.shop.goods.response.brand;
import lombok.Data;
import lombok.EqualsAndHashCode;
import quick.pager.shop.response.BasicResponse;
/**
* 品牌组
*
* @author siguiyang
* @version 3.0
*/
@EqualsAndHashCode(callSuper = true)
@Data
public class GoodsBrandResponse extends BasicResponse {
private stat... | [
"siguiyang1992@outlook.com"
] | siguiyang1992@outlook.com |
5808a6515dfce0d18e47973857742661f4bc321d | 08c62003df8a708fe08ceef2146621a2579dc579 | /webapp/src/main/java/us/globalforce/GlobalForceServer.java | 17d0aa3b9747f7698d6cf638a6c86a7db50e7ca6 | [] | no_license | justinsb/globalforce | 74d400de2c9f4c9c2e52e881cc8d0e168fcbcd32 | bd169edce768144d0409683136e338c193de368b | refs/heads/master | 2020-05-16T06:28:49.269940 | 2013-11-21T01:58:07 | 2013-11-21T01:58:07 | 14,573,895 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,117 | java | package us.globalforce;
import java.util.List;
import javax.inject.Inject;
import org.eclipse.jetty.server.Server;
import org.platformlayer.metrics.MetricReporter;
import org.platformlayer.metrics.NullMetricsModule;
import us.globalforce.guice.GfGuiceModule;
import us.globalforce.guice.GfGuiceServletModule;
import ... | [
"justin@fathomdb.com"
] | justin@fathomdb.com |
e2900b8033bea3b3d5d5fa2bd539d5c3274b270a | d7de50fc318ff59444caabc38d274f3931349f19 | /src/com/fasterxml/jackson/datatype/joda/ser/LocalTimeSerializer.java | 52b17b3ff714e059cddac27233f9b6fbacfeeaae | [] | no_license | reverseengineeringer/fr.dvilleneuve.lockito | 7bbd077724d61e9a6eab4ff85ace35d9219a0246 | ad5dbd7eea9a802e5f7bc77e4179424a611d3c5b | refs/heads/master | 2021-01-20T17:21:27.500016 | 2016-07-19T16:23:04 | 2016-07-19T16:23:04 | 63,709,932 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,010 | java | package com.fasterxml.jackson.datatype.joda.ser;
import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.databind.SerializerProvid... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
fcb06a8719f556888f1b9cca0879e3fefc94ba63 | 8582bc8e5925f77c6f7d17d4d71e8ac492676cbb | /0123/360-Innovations_VaadinSmartGWT/VaadinSmartGWT/org.vaadin.smartgwt/src/main/java/org/vaadin/smartgwt/server/data/fields/DataSourceSimpleTypeField.java | 66cd52fb1a496d5a678b7d3d59285b18618d6b32 | [] | no_license | ryosuke-ku/projects_git | 12f48620b7349393df7c07286a4b90729edd46b4 | e43cde4d0c394853ea0c221d50d17e9c596e3cc4 | refs/heads/master | 2020-08-31T01:42:08.668179 | 2019-10-30T14:42:45 | 2019-10-30T14:42:45 | 218,548,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | /*
* SmartGWT (GWT for SmartClient)
* Copyright 2008 and beyond, Isomorphic Software, Inc.
*
* SmartGWT is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 3
* as published by the Free Software Foundation. SmartGWT is also
* availa... | [
"naist1020@gmail.com"
] | naist1020@gmail.com |
3e67ce1623581b69ecc6d0fd5e14199bd3d3ad43 | eba0d35ac3cadf1700c571b6e98859eeb96c1498 | /src/day37_overriding/HH_Animal.java | a7f9d4e4f5345ddbecf6fd6df17581ae1952c893 | [] | no_license | mosmant/java2021SummerTr | 8da3153fe257a9f7636015fc726f18798c8d178b | 82898988a62d923c99835027153b7ffd9dc71a50 | refs/heads/master | 2023-07-20T00:36:32.411637 | 2021-08-24T09:35:45 | 2021-08-24T09:35:45 | 399,409,441 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package day37_overriding;
public class HH_Animal {
public void beslenme() {
System.out.println("tum hayvanlar beslenir..");
}
protected void tatli() {
System.out.println("trilece");
}
protected String icecek() {
System.out.println("nigde gazozu");
... | [
"mottnr@gmail.com"
] | mottnr@gmail.com |
13479948410db375da472b63241fe0d59b02e7c2 | 2cf3e4cd9875c7fe3a26b2993c0f6df71da6aad9 | /src/main/java/ch/ethz/idsc/owl/rrts/core/TransitionCostFunction.java | 001180d8977fa2236eaaf616844718f637c6b8bc | [] | no_license | datahaki/owlOLD | 3824e903356613f2d6596c84245a16889b308b11 | 193d255d4c3a49eb636781a7f9054dc1231e44ae | refs/heads/master | 2023-03-07T17:55:08.049485 | 2021-02-27T19:57:57 | 2021-02-27T19:57:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | // code by jph
package ch.ethz.idsc.owl.rrts.core;
import ch.ethz.idsc.tensor.Scalar;
@FunctionalInterface
public interface TransitionCostFunction {
/** @param rrtsNode at which transition starts
* @param transition
* @return cost of given transition */
Scalar cost(RrtsNode rrtsNode, Transition transition);... | [
"jan.hakenberg@gmail.com"
] | jan.hakenberg@gmail.com |
7f8ed023674e8e9704c62e094a1cdd11c0149305 | b52e863fa595a6da19d1af507b25d12be07998dc | /src/test/java/io/github/jhipster/application/web/rest/AuditResourceIntTest.java | 72d306c9d6333828a51bb8ae008d4b3c7385f843 | [] | no_license | xmouchotOS/formation | 4cdcad8a73a4b269afe4d9570c52579d17db5378 | 147e3630ba16774696992d3a36a1ea740b13d014 | refs/heads/master | 2021-06-26T05:43:05.599224 | 2018-05-02T13:47:53 | 2018-05-02T13:47:53 | 131,857,234 | 0 | 1 | null | 2020-09-18T05:18:12 | 2018-05-02T13:47:49 | Java | UTF-8 | Java | false | false | 5,961 | java | package io.github.jhipster.application.web.rest;
import io.github.jhipster.application.FormationApp;
import io.github.jhipster.application.config.audit.AuditEventConverter;
import io.github.jhipster.application.domain.PersistentAuditEvent;
import io.github.jhipster.application.repository.PersistenceAuditEventRepositor... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
22b7ae649dda884947696917c7922d8ef78a71d2 | 4d1e097610641ebf844e91fb80fe81a4e3e8a794 | /app/src/main/java/com/upraxistest/franklindeasis/mvp/MainContract.java | c092b677fa3c9b8998aa6bb64ab86f436e62f102 | [] | no_license | ZieIony/android-exam | db44c7a21faa3107f85eb957e5f8d60714c970e7 | 3d3c73b22f22df71b7ec57e59c8687ac36a220b9 | refs/heads/master | 2020-03-18T12:44:40.319533 | 2018-05-24T19:58:05 | 2018-05-24T19:58:05 | 134,741,634 | 0 | 0 | null | 2018-05-24T16:27:31 | 2018-05-24T16:27:31 | null | UTF-8 | Java | false | false | 147 | java | package com.upraxistest.franklindeasis.mvp;
public interface MainContract {
interface MainPresenter {
}
interface MainView {
}
}
| [
"niewartotupisac@gmail.com"
] | niewartotupisac@gmail.com |
fb8e6eda6c113245235be7675355298c450e5866 | 1e72397b20742f6d5daee415d8af969f61d0c693 | /src/Array/FairCandySwap_888/Main.java | 6144feaa3c24701fa0103ae176323b59051e1290 | [] | no_license | PetrVakulenko/Algorithms | 4ff23efffdb4a8e810952ca9fe93d213b82ae314 | 914babe3610a265bc75e72499360ac4e9bb2d9f3 | refs/heads/master | 2021-06-23T09:58:13.782566 | 2020-11-03T11:25:27 | 2020-11-03T11:25:27 | 129,219,141 | 0 | 3 | null | 2020-10-24T15:48:46 | 2018-04-12T08:32:33 | Java | UTF-8 | Java | false | false | 240 | java | package Array.FairCandySwap_888;
public class Main {
public static void main(String[] argv){
Solution s = new Solution();
int[] A = {1,1}, B = {2,2};
Utils.PrintResult.printArray(s.fairCandySwap(A, B));
}
}
| [
"vakulenkopetya@gmail.com"
] | vakulenkopetya@gmail.com |
c5ddeebf2dc2fb8409d4b2740332c827b7fbbe8b | f3414e405d68daa615b8010a949847b3fb7bd5b9 | /components/HaysGeneralComponent/classes/hays/globalconsent/GlobalAccessConsent.java | a73598410049a465d61b6564ba8b5c4330136a55 | [] | no_license | osgirl/ProjectUCM | ac2c1d554746c360f24414d96e85a6c61e31b102 | 5e0cc24cfad53d1f359d369d57b622c259f88311 | refs/heads/master | 2020-04-22T04:11:13.373873 | 2019-03-04T19:26:48 | 2019-03-04T19:26:48 | 170,114,287 | 0 | 0 | null | 2019-02-11T11:02:25 | 2019-02-11T11:02:25 | null | UTF-8 | Java | false | false | 4,837 | java | package hays.globalconsent;
import hays.linkedIn_consent.org.datacontract.schemas._2004._07.hays_onetouch_sangam_onlineapplication_common.CandidateLinkedInDetails;
import hays.linkedIn_consent.org.tempuri.CandidateConsentDetails;
import hays.linkedIn_consent.org.tempuri.CandidateOnlineService;
import hays.linkedIn_con... | [
"ranjodh.singh@hays.com"
] | ranjodh.singh@hays.com |
4279ae982a400183dc7faaa7adfec9f813941640 | 399e5a53385fe5c36cd328e84b02c3664befb42e | /javaExemplosBasicos/src/br/com/java/testes/listaLigadas/TestePegaPorPosicao.java | 992bf8c766984c2714032a2e01276b218beff74f | [] | no_license | diegotpereira/javaAlgoritmosEstruturaDados | f66edac4a1502894207a377f62075d9c6159d921 | 84c02ff61b1cac3bb57ff52452b3ecea8faf377d | refs/heads/main | 2023-03-25T09:02:27.027288 | 2021-03-22T13:37:40 | 2021-03-22T13:37:40 | 347,042,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package br.com.java.testes.listaLigadas;
import br.com.java.listaLigadas.ListaLigada;
public class TestePegaPorPosicao {
public static void main(String[] args) {
// TODO Auto-generated method stub
ListaLigada lista = new ListaLigada();
lista.adiciona("Rafael");;
lista.adiciona("Paulo");
System.out.p... | [
"diegoteixeirapereira@hotmail.com"
] | diegoteixeirapereira@hotmail.com |
9d85c2ae993ff3e3283427c65726227fcfe5fd3a | a5d01febfd8d45a61f815b6f5ed447e25fad4959 | /Source Code/5.5.1/sources/com/iqoption/d/yu.java | 740957516aa43815d4483ccf82ced79693f24072 | [] | no_license | kkagill/Decompiler-IQ-Option | 7fe5911f90ed2490687f5d216cb2940f07b57194 | c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6 | refs/heads/master | 2020-09-14T20:44:49.115289 | 2019-11-04T06:58:55 | 2019-11-04T06:58:55 | 223,236,327 | 1 | 0 | null | 2019-11-21T18:17:17 | 2019-11-21T18:17:16 | null | UTF-8 | Java | false | false | 1,401 | java | package com.iqoption.d;
import android.databinding.DataBindingComponent;
import android.databinding.ViewDataBinding;
import android.support.annotation.NonNull;
import android.support.constraint.ConstraintLayout;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.iqopt... | [
"yihsun1992@gmail.com"
] | yihsun1992@gmail.com |
493b5ef4864079f1c50cf7c774d3b05b5de206f6 | c95b26c2f7dd77f5e30e2d1cd1a45bc1d936c615 | /azureus-core/src/main/java/org/gudy/azureus2/core3/util/jar/AEJarSigner2.java | e31eaf4f033597bb5f42f1d56394cdebf99458f8 | [] | no_license | ostigter/testproject3 | b918764f5c7d4c10d3846411bd9270ca5ba2f4f2 | 2d2336ef19631148c83636c3e373f874b000a2bf | refs/heads/master | 2023-07-27T08:35:59.212278 | 2023-02-22T09:10:45 | 2023-02-22T09:10:45 | 41,742,046 | 2 | 1 | null | 2023-07-07T22:07:12 | 2015-09-01T14:02:08 | Java | UTF-8 | Java | false | false | 7,384 | java | /*
* Created on 04-Oct-2004
* Created by Paul Gardner
* Copyright (C) Azureus Software, Inc, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of ... | [
"oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b"
] | oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b |
e920781d463627b7fcb85d6ddfa3e8966a2a898c | f5f143087f35fa67fa4c54cad106a32e1fb45c0e | /src/com/jpexs/decompiler/flash/amf/amf3/types/AbstractVectorType.java | a41c2bb3c5f13b831acd6529857afb05583428e2 | [] | no_license | SiverDX/SWFCopyValues | 03b665b8f4ae3a2a22f360ea722813eeb52b4ef0 | d146d8dcf6d1f7a69aa0471f85b852e64cad02f7 | refs/heads/master | 2022-07-29T06:56:55.446686 | 2021-12-04T09:48:48 | 2021-12-04T09:48:48 | 324,795,135 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | /*
* Copyright (C) 2010-2018 JPEXS, All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later versi... | [
"kai.zahn@yahoo.de"
] | kai.zahn@yahoo.de |
bc29fb5edfba51424ce55acdae2f96d7b0ada8c3 | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app99/source/com/splunk/mint/ActionTransaction.java | 8b33774548648661ec267be49c34cd837496d851 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 936 | java | package com.splunk.mint;
import android.content.Context;
import java.util.HashMap;
abstract class ActionTransaction
extends BaseDTO
implements InterfaceDataType
{
protected String name = "";
protected String transaction_id = "";
protected ActionTransaction(String paramString, EnumActionType paramEnumActi... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
d8df71517d1a346f4b218d1d76a896817f6e45ed | 1441f66a5c1c96acc7a29258881dfe362f475f98 | /Focus/Sampler/src/com/commonsware/android/focus/BaseActivity.java | 048977cdbd7d4c7786c02a0727444c95074059bc | [
"Apache-2.0"
] | permissive | abhi191/cw-omnibus | c61335fe2241f8939561161b1a9aa28175488d03 | 26d8a2223864f1c2cfccb4fa767c8a01d6c3260c | refs/heads/master | 2021-01-15T12:15:20.588235 | 2016-04-14T05:28:28 | 2016-04-14T05:28:28 | 19,525,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,849 | java | /***
Copyright (c) 2012 CommonsWare, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required
by applicable law or agreed to in writin... | [
"mmurphy@commonsware.com"
] | mmurphy@commonsware.com |
11113bda3e261e6fd510a2fb97fd99df65e3d5b4 | 0ea2ec1bf5cb593e64d04223852322c8bf716a58 | /clients/jaxrs-cxf/generated/src/test/java/org/openapitools/api/CrxApiTest.java | 18e4b4486c9ed689f6352099ce7fdd0473c087f1 | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem | ffbe967858cb5fe909d126872210fffc78893e31 | 49c1d653763b272b06823cdd1572d08efb29173f | refs/heads/main | 2022-12-11T11:57:35.977016 | 2022-11-28T09:21:03 | 2022-11-28T09:21:03 | 61,857,466 | 40 | 23 | Apache-2.0 | 2022-09-05T10:05:35 | 2016-06-24T04:45:15 | Java | UTF-8 | Java | false | false | 4,888 | java | /**
* Adobe Experience Manager (AEM) API
* Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
*
* OpenAPI spec version: 3.2.0-pre.0
* Contact: opensource@shinesolutions.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
828936a0cc8b6998ff0790df14bbf1c3a998c3a6 | 5fd01ddca2053d6a955ec0429a608759f49874f5 | /second/src/main/java/com/arahansa/controller/IndexController.java | 0456e0405df3f3b3be2bc814d231718b4cf035f5 | [] | no_license | arahansa/learn_http_with_spring | e69a1df7f8d5dcb6d6f2632215b1b22f78b0f555 | 5c23c4ec1a31e3bb02cedcec600089b8d845a89f | refs/heads/master | 2020-08-30T19:51:13.318093 | 2019-11-18T05:33:39 | 2019-11-18T05:33:39 | 218,473,340 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,000 | java | package com.arahansa.controller;
import org.springframework.beans.factory.BeanFactoryUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
... | [
"arahansa@naver.com"
] | arahansa@naver.com |
d262577f8d556b837d84c82bd054754be7f6c7fe | 288151cf821acf7fe9430c2b6aeb19e074a791d4 | /mfoyou-agent-server/mfoyou-agent-taobao/src/main/java/com/alipay/api/domain/AlipayEbppProdmodeDropdataQueryModel.java | 2290df64910f0958a5af06d11daec0b37a896651 | [] | no_license | jiningeast/distribution | 60022e45d3a401252a9c970de14a599a548a1a99 | c35bfc5923eaecf2256ce142955ecedcb3c64ae5 | refs/heads/master | 2020-06-24T11:27:51.899760 | 2019-06-06T12:52:59 | 2019-06-06T12:52:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 业务下拉列表API
*
* @author auto create
* @since 1.0, 2016-12-22 21:53:37
*/
public class AlipayEbppProdmodeDropdataQueryModel extends AlipayObject {
private static final long serialVersionUID = ... | [
"15732677882@163.com"
] | 15732677882@163.com |
72c3c19f43b67ea9747c1cb7ec78b694bcbf33ff | 4a4c12c9210f3d763690c65c3a1bb3d5255a72b1 | /app/src/main/java/com/minilook/minilook/ui/product/ProductWideVH.java | 5255d4f9ef3232c11e12081a5e893c9969f14f1b | [] | no_license | sjyun87/minilook | f6fd0d745955a97eb0f9462d8623187e96baf239 | 5e4dfcb684cfaf00f6db46e10209a7a52671a563 | refs/heads/master | 2023-04-01T07:40:13.654554 | 2021-04-16T08:33:01 | 2021-04-16T08:33:01 | 275,824,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,855 | java | package com.minilook.minilook.ui.product;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import butterknife.BindDrawable;
import ... | [
"saira_@naver.com"
] | saira_@naver.com |
06c0666a72a1bd48444efee09f09df67c1eecd57 | 547b8ee7725b9beb335b6330557ad0765f28b036 | /AutoFillMD5/src/com/iblogstreet/util/XmlUtils.java | d951106156a56dedc5902e05d2ffae3ba49deec9 | [] | no_license | sayhellotogithub/AutoFillMD5 | 3e767b56e6b221110647676a26c249d8280f539e | 077cb62871d917145364249945cd1f0552cce261 | refs/heads/master | 2021-05-03T18:33:45.553886 | 2018-02-06T06:46:03 | 2018-02-06T06:46:03 | 120,413,403 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,477 | java | package com.iblogstreet.util;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.converters.basic.DoubleConverter;
import com.thoughtworks.xstream.converters.basic.FloatConverter;
import com.thoughtworks.xstream.converters.basic.IntConverter;
import com.thoughtworks.xstream.converters.basic.LongC... | [
"wang.jun16@163.com"
] | wang.jun16@163.com |
04ddaf4bec1abef5825774755e8f2129949332a1 | e3241b8f3744d0488aaafd9a5dfbc211de1a0b27 | /src/main/java/cdot/ccsp/utils/CookerHoodJobModeAnnc.java | fdbb4dd9839aca672f69120a2c6a3bea29a64c05 | [] | no_license | jaswantIISC/Example1 | 2fb6b8bebddded529f45cc464018f4daa342542c | f99d4cd5c8619bfe4b9430aa6a8a2728ac1ff0c5 | refs/heads/master | 2022-11-10T19:03:08.931915 | 2020-07-08T09:49:06 | 2020-07-08T09:49:06 | 278,051,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,313 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.12.... | [
"jaswant.meena10@gmail.com"
] | jaswant.meena10@gmail.com |
efe2265bd8f90f891b22d438763ad352a10fb017 | d8b8c2d4a4f4d139eeb24dbc7469117f199ee478 | /src/main/java/basics/leetcode/RearrangeStringkDistanceApart.java | 6bad5c12b862818576e26af5444c3ab3d47a394c | [] | no_license | prembhaarti/Basics | c56ccb21ebba71cb9e2c64f7735f372f9e0ed90d | 10cd725a568be9784d9f39ad1c30e8cbab751d75 | refs/heads/master | 2021-01-19T22:49:29.764809 | 2019-07-21T14:23:59 | 2019-07-21T14:23:59 | 88,859,080 | 0 | 0 | null | 2019-11-02T19:12:01 | 2017-04-20T11:41:29 | Java | UTF-8 | Java | false | false | 3,156 | java | package basics.leetcode;
import jdk.nashorn.internal.ir.IdentNode;
import java.util.*;
/**
* Project Name : Leetcode
* Package Name : leetcode
* File Name : RearrangeStringkDistanceApart
* Creator : Edward
* Date : Jan, 2018
* Description : 358. Rearrange String k Distance Apart
*/
public class RearrangeStrin... | [
"prem.b@flipkart.com"
] | prem.b@flipkart.com |
1852010638f7c642c77df46bbde32d895456ed4b | 32d373bdd62a23a8d1db79accde683d835bf1aa8 | /JAVA程序/Traffic1.0/src/cn/agrin/Point.java | bc6d989354bbcecfda655e2f3e86ed59c12f9c3e | [] | no_license | sqsgalaxys/workspace | 77f585574111369e1ea892838e7b4737e9e943f8 | 0777c68f530aaabffa9a5a294b14c449774b6ac3 | refs/heads/master | 2021-01-01T17:27:06.512834 | 2016-09-20T12:19:55 | 2016-09-20T12:19:55 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 371 | java | /**
*
*/
package cn.agrin;
/**
* @author Agrin
*
*/
public class Point {
private int x;
private int y;
public int getX() {
return x;
}
public int getY() {
return y;
}
public Point(int x,int y){
moveTo(x, y);
}
/**
* @param x
* @param y
* ÒÆ¶¯µãµ½£¨x£¬y£©
*/
public void moveTo(int x, int y... | [
"samlv@tencent.com"
] | samlv@tencent.com |
e7edf2dc4cfc06a687832f503a27b9dfae4495fe | 8de7891a3ab36567957aa537795b5c1fc40c69c6 | /concrete-pom/concrete-core/src/main/java/org/coodex/concrete/own/DataPackage.java | 79b14c69b0827d855272cadd2408c67887674b2e | [
"Apache-2.0"
] | permissive | coodex2016/concrete.coodex.org | a09ae70f5fee21c045d83c1495915c0aba22f8ce | d4ff2fdcafba4a8a426b6ceb79b086c931147525 | refs/heads/0.5.x | 2023-08-04T04:37:51.116386 | 2023-07-13T05:48:51 | 2023-07-13T05:48:51 | 85,026,857 | 23 | 10 | NOASSERTION | 2023-02-22T00:09:24 | 2017-03-15T03:52:33 | Java | UTF-8 | Java | false | false | 1,577 | java | /*
* Copyright (c) 2019 coodex.org (jujus.shen@126.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 applicab... | [
"jujus.shen@126.com"
] | jujus.shen@126.com |
a130f8d353ca796db4bce676f62cca8c894c916e | cd0d498518d3c746f21740527583e3d1bd370b40 | /SpringBasic/src/main/java/com/study/spring/HomeController.java | 10392aee68f29ab42951007e607faf90387d72c6 | [] | no_license | uuuum/test | 7475db510d9fad8836a477008878ec1f6227515c | fe34f93433ff9601bebbbd3b565306012d3863cc | refs/heads/master | 2021-01-22T17:33:25.206982 | 2016-06-17T04:05:08 | 2016-06-17T04:05:08 | 61,342,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,152 | java | package com.study.spring;
import java.text.DateFormat;
import java.util.Date;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import o... | [
"user1@user1-PC"
] | user1@user1-PC |
35b85cc69ab938c7e8262a16e7a8c3bd4e69e43b | 3183c15317d9bb7fb2a435280c42930cfed61dcd | /ymate-platform-webmvc/src/main/java/net/ymate/platform/webmvc/support/RequestParametersProxy.java | f275374b4e60c1e3486fda9d73ba1732a21256cc | [
"Apache-2.0"
] | permissive | zhiqinghuang/ymate-platform-v2 | 16c4d9fb8a0ed2063dd6d1abbaef15eaa3b023c3 | f90601d488bc6262c770bc80e4ed3b9f5304c35f | refs/heads/master | 2021-04-25T01:13:23.011398 | 2017-12-29T02:57:38 | 2017-12-29T02:57:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,266 | java | /*
* Copyright 2007-2017 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 ap... | [
"suninformation@163.com"
] | suninformation@163.com |
11dec489b290e8930e8bda9624a9e27202c45f0e | 9bdcc60ee0276264de1203d257c88986d261e55a | /[Yin_MFI]2/src/main/java/com/mfi/model/CurrentAccount.java | d43a49645e6246f96ace579b2698c21170ec5140 | [] | no_license | thureintun-me/ACE-OJT | 52f28b74be656cbf7e05f2f0782a825464e39f01 | 271bf95a3771b33133743b19d88df1a3df240ef2 | refs/heads/main | 2023-05-03T05:08:08.653745 | 2021-05-24T08:54:11 | 2021-05-24T08:54:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,810 | java | package com.mfi.model;
import java.sql.Timestamp;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
@Entity
public class CurrentAccount {
@Id
private String currentAccountNumber;
private Double balance;
pr... | [
"you@example.com"
] | you@example.com |
614db1aac25eb8d6dae14f7ba573a7d0b12a3aa7 | 183931eedd8ed7ff685e22cb055f86f12a54d707 | /BruceEckel/chap14_typeinfo/ClassInitialization.java | b123e27011b133975414161956ed01129e11c7db | [] | no_license | cynepCTAPuk/headFirstJava | 94a87be8f6958ab373cd1640a5bdb9c3cc3bf166 | 7cb45f6e2336bbc78852d297ad3474fd491e5870 | refs/heads/master | 2023-08-16T06:51:14.206516 | 2023-08-08T16:44:11 | 2023-08-08T16:44:11 | 154,661,091 | 0 | 1 | null | 2023-01-06T21:32:31 | 2018-10-25T11:40:54 | Java | UTF-8 | Java | false | false | 1,381 | java | //: typeinfo/ClassInitialization.java
package chap14_typeinfo;
import java.util.*;
class Initable {
static final int staticFinal = 47;
static final int staticFinal2 = ClassInitialization.rand.nextInt(1000);
static { System.out.println("Initializing Initable");}
}
class Initable2 {
static int staticNonFi... | [
"CTAPuk@gmail.com"
] | CTAPuk@gmail.com |
0146b5d415322f7b8bce4104fb863ff6bcd8bf37 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project128/src/main/java/org/gradle/test/performance/largejavamultiproject/project128/p641/Production12829.java | 2f54bbf9df4e175dcfed986b604a1b711062186f | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,970 | java | package org.gradle.test.performance.largejavamultiproject.project128.p641;
public class Production12829 {
private Production12826 property0;
public Production12826 getProperty0() {
return property0;
}
public void setProperty0(Production12826 value) {
property0 = value;
}
pri... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
24e59114501bfea6028e4857575b0f2e63a927a7 | 59269e6549dd6c9d5a752e69591f3d5d11702e07 | /ezyfox-security/src/test/java/com/tvd12/ezyfox/testing/sercurity/EzyMD5Test.java | 265807e549b9e94b9d6195bc005f8f871498536f | [
"Apache-2.0"
] | permissive | trungthao1989/ezyfox | 7d51e2eb7fa1de30d1b4185496e618a919ee88d4 | 88885d4ba61c79c6da791aff0b9229dc59ddb271 | refs/heads/master | 2020-05-26T12:25:59.843302 | 2019-05-21T17:14:54 | 2019-05-21T17:14:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package com.tvd12.ezyfox.testing.sercurity;
import static org.testng.Assert.assertEquals;
import java.io.UnsupportedEncodingException;
import java.util.Random;
import org.testng.annotations.Test;
import com.tvd12.ezyfox.sercurity.EzyMD5;
import com.tvd12.test.base.BaseTest;
public class EzyMD5Test extends BaseTest... | [
"itprono3@gmail.com"
] | itprono3@gmail.com |
39c51a7ab3dabf821c7ed14772e2b04e08228fb7 | 84fc0835c320b1a275896dfa9e996da7f042f27c | /example/src/main/java/persistence/converter/okio/TestOkioImplWithFastjson.java | 5b657b6ac74390318497b2cbc8c62601bfd5e7f4 | [
"Apache-2.0"
] | permissive | fengzhizi715/RxCache | 65e816ff7da4f526c95ad61f88e1f7ccc9dfd724 | b533b3b81d432b5e527cd4c45f02086ca33ebe6c | refs/heads/master | 2023-02-18T23:47:53.134876 | 2023-02-14T07:56:32 | 2023-02-14T07:56:32 | 150,045,966 | 130 | 19 | Apache-2.0 | 2023-02-14T07:56:33 | 2018-09-24T02:39:49 | Java | UTF-8 | Java | false | false | 464 | java | package persistence.converter.okio;
import com.safframework.rxcache.converter.FastJSONConverter;
import persistence.BaseOkioWithConverter;
/**
* @FileName: persistence.converter.okio.TestOkioImplWithFastjson
* @author: Tony Shen
* @date: 2020-06-25 22:58
* @version: V1.0 <描述当前版本功能>
*/
public class TestOkioImplWi... | [
"fengzhizi715@126.com"
] | fengzhizi715@126.com |
eb6a3a606f85b92b3cf085f0c065ba490385f62b | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/google/android/gms/internal/ads/C16235zy.java | f92d762868887b1649776d7bfe70eac88b395499 | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.google.android.gms.internal.ads;
/* renamed from: com.google.android.gms.internal.ads.zy */
final /* synthetic */ class C16235zy implements C15477afu {
/* renamed from: a */
static final C15477afu f45498a = new C16235zy();
private C16235zy() {
}
/* renamed from: a */
public final... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
d2e00a0849ed3f825825703c3268434295a98553 | 9bc2e16bd25461ee4fa641aafb268b5029f9b0e2 | /java_puppeteer/jpuppeteer-cdp/src/main/java/jpuppeteer/cdp/cdp/entity/runtime/AwaitPromiseRequest.java | a8bd4844b62ea3d6ba8704fea9c933db006469ff | [] | no_license | sergueik/selenium_java | 775432bb23f418893551d73d82acd210bf07e43c | 18eca29cd2e87b4e0bdf9f450e7608aae97b8e8d | refs/heads/master | 2023-08-31T21:56:41.765828 | 2023-08-28T23:14:28 | 2023-08-28T23:14:28 | 40,056,997 | 25 | 14 | null | 2023-02-22T08:44:35 | 2015-08-01T19:00:35 | Java | UTF-8 | Java | false | false | 471 | java | package jpuppeteer.cdp.cdp.entity.runtime;
/**
*/
@lombok.Setter
@lombok.Getter
@lombok.ToString
public class AwaitPromiseRequest {
/**
* Identifier of the promise.
*/
private String promiseObjectId;
/**
* Whether the result is expected to be a JSON object that should be sent by value.
*/... | [
"kouzmine_serguei@yahoo.com"
] | kouzmine_serguei@yahoo.com |
90051bda1f23382e7321503844b5342fef7a583a | 0bcecb27bc2ba54e9ea43f266cdda919ae7df032 | /src/main/java/com/zm/demo1/test5/UserRegisterService.java | 374bcfce332392d35f39834c9f2a2e9d6b42b66b | [] | no_license | 237797036/spring-series | 33d72122681eaa47f5aacf759e640855536724dc | 6cdfa5f94bdaabf7b3548c6c3dff6bb052fbaf63 | refs/heads/master | 2023-01-06T23:49:13.248936 | 2020-11-07T11:02:04 | 2020-11-07T11:02:04 | 310,824,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.zm.demo1.test5;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.context.ApplicationEventPublisherAware;
import org.springframework.stereotype.Component;
/**
* 用户注册服务
*/
@Component
public class UserRegisterService implements ApplicationEventPublisherAware {
p... | [
"zj"
] | zj |
a3a10a64c197a8c4479044d6471535dc4559a839 | f5a1ed1001d20fac0262bd109c9cb0b08e585c62 | /src/test/java/book/springbootwebservice/SpringbootWebserviceApplicationTests.java | 67c8a4cc30223bb4b5dea5cd173c973100c2c813 | [] | no_license | ialsghi123/springboot-webservice | d027046f7e5ea8a3b9a75d44ed847864432f286e | d4c8241bc61e300ceefa2487fd50c3d8a61d43a8 | refs/heads/master | 2023-03-12T15:49:22.401177 | 2021-03-07T06:11:02 | 2021-03-07T06:11:02 | 317,159,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package book.springbootwebservice;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringbootWebserviceApplicationTests {
@Test
void contextLoads() {
}
}
| [
"ialsghi123@naver.com"
] | ialsghi123@naver.com |
5e92736f552617ea827043b11820b3d53a34668f | 1d79975c82e94a06f6a8a74ceae21f744cc4397e | /src/ch17/textbook/DBCPInit2.java | 08b35a69c391886661ad87e2984d4c8e1320bf92 | [] | no_license | tpdn333/jsp | 9d0ff3b70020e7bd5e3e6e543d4500ea5bce5c22 | 6b607d9dcd75e02494ad24aae84a1f7ed30447ce | refs/heads/master | 2023-05-28T07:09:06.884352 | 2021-06-14T06:40:22 | 2021-06-14T06:40:22 | 365,884,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package ch17.textbook;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class DBCPInit2
*/
@W... | [
"tpdn333@gmail.com"
] | tpdn333@gmail.com |
8adcd418771db5142626c5c510e0cbc816b2c1c5 | daa5644a1ce1978acb61ad9e347605cc1fa8c1be | /core/src/main/java/com/holonplatform/core/internal/query/DefaultQueryConfigurationProvider.java | 8d3d66676013adc162c865f557c17e7e60394fd3 | [
"Apache-2.0"
] | permissive | holon-platform/holon-core | b342d380a013419a2f12454dbd09f99d9833ba93 | 78f5a03b137bbc8c1b6e9acd53862a8cf1332b80 | refs/heads/master | 2021-07-14T07:25:03.989183 | 2020-07-21T09:13:56 | 2020-07-21T09:13:56 | 84,827,190 | 12 | 10 | Apache-2.0 | 2018-07-27T07:33:50 | 2017-03-13T13:03:58 | Java | UTF-8 | Java | false | false | 4,582 | java | /*
* Copyright 2016-2017 Axioma srl.
*
* 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... | [
"rr9379@gmail.com"
] | rr9379@gmail.com |
b475d9f9a73fd29662cad9b7f12be58faefc6fe4 | 27808344fe8c924551084150a0b7cee398810f9b | /src/main/java/br/com/devmedia/blog/web/controller/LoginController.java | d1acdaa400f86c0a1b0a52c7e97bb1de15e04b91 | [] | no_license | LuizParo/spring-data-final-project-blog | 7fc6b69275fd097838ff5c93417c4252f4357ee9 | 529e0c013f165281679ed3848af70f6bd67a374c | refs/heads/master | 2021-01-18T23:46:44.570524 | 2016-07-12T15:33:45 | 2016-07-12T15:33:45 | 60,468,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,622 | java | package br.com.devmedia.blog.web.controller;
import java.io.Serializable;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springfram... | [
"lg_paro@hotmail.com"
] | lg_paro@hotmail.com |
3654c3f6fe0c15eb5e98b3ede3a79858cad36da9 | 0ef73cce4e325d636a260b895622084e70aefe65 | /xingepushlibrary/src/main/java/com/ubtect/xingepushlibrary/request/UnbindTokenRequest.java | ca6c82208617d2381ca04fa4c1fbcb55af1ffcb5 | [] | no_license | iPsych/androidMin | 3d7771c59fbc66171b12f7d3cbe8ba8a1af6c746 | 00c3a70d2dc6ea8144118fc9666b87b288e96be4 | refs/heads/master | 2023-03-18T06:22:16.246557 | 2018-07-18T07:07:14 | 2018-07-18T07:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,084 | java | package com.ubtect.xingepushlibrary.request;
import android.content.Context;
import android.util.Log;
import com.tencent.android.tpush.XGPushConfig;
import com.ubtechinc.nets.ResponseListener;
import com.ubtechinc.nets.http.HttpProxy;
import com.ubtechinc.nets.http.ThrowableWrapper;
import com.ubtect.xingepushlibrary... | [
"jason@comicool.cn"
] | jason@comicool.cn |
c6328907fdf99a473a5baf872ee450980f5c5318 | b8332ff21523210a5377a485dcc0a5757f4a4d61 | /playerskin/src/main/java/com/letv/skin/v4/V4TopTitleView.java | 046002c9ecfbf29cb13814922c4ac9168977933f | [] | no_license | sun529417168/youjingmain | c59e54c8d53112ca53e105db011a56ef59ad9266 | ae575c5bafedcef57008faf9738d96192a70e8fb | refs/heads/master | 2021-01-21T18:21:22.632571 | 2017-05-22T09:30:50 | 2017-05-22T09:30:50 | 92,035,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,851 | java | package com.letv.skin.v4;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.lecloud.leutils.ReUtils;
import c... | [
"xue7758521"
] | xue7758521 |
2f5e5e98149cdbd0709eac04f530c8e35f494db2 | 7f7bf4a5062bde5a2c9ab101046fb87ee6ba6ac1 | /NSL/RapmedixUser(1)/app/src/main/java/com/example/pegasys/rapmedixuser/activity/fragments/ActiveFrag.java | f88263013b176aec4dd333c3367006e5fd1d2f91 | [] | no_license | srinivasp94/asserts | edceb84e799855456b0c0583b5d4f5067138c062 | 72f7e50af5d42d99d5ecf2a8da2c9c42868e0ff3 | refs/heads/master | 2020-03-13T13:15:34.997837 | 2018-09-28T10:26:51 | 2018-09-28T10:26:51 | 131,134,975 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | package com.example.pegasys.rapmedixuser.activity.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.La... | [
"srinivas.pudi94@gmail.com"
] | srinivas.pudi94@gmail.com |
daf81cabae9878328dd4fee5d1ba816504093aca | d21495a096f18dbeac402e5d29ea5a5ff88d8ca9 | /src/org/acm/seguin/pretty/PrintSpecialCategoryComment.java | 7907e64c9d31730a80c972d4eae9bfd14ca9638e | [] | no_license | JavaQualitasCorpus/jrefactory-2.9.19 | 73195aa8c91b2fa6fa18f987c1d0ba586ff28582 | b6bfd3921cd7d889ee351ebaca21d4de9b6acf31 | refs/heads/master | 2023-08-12T08:41:09.402764 | 2020-06-02T18:01:42 | 2020-06-02T18:01:42 | 167,004,945 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,281 | java | /*
* Author: Chris Seguin
*
* This software has been developed under the copyleft
* rules of the GNU General Public License. Please
* consult the GNU General Public License for more
* details about use and distribution of this software.
*/
package org.acm.seguin.pretty;
import net.sourceforge.j... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
33f3448087c37f443de088312a0629c51339cac7 | aa5edecc687e00bb58d2e26b3a2c47fa3dd590e4 | /citrus-workflow/src/main/java/com/github/yiuman/citrus/workflow/rest/ActivityController.java | 961f4fc376ccf4a2f7b151a0c526f784c809158e | [
"Apache-2.0"
] | permissive | yuzhuguan/citrus | 85e30b8e1d23680c5c78999b2edc654afdf6e978 | 1f41372e59c3dacb065e5c14f5c746e43c924723 | refs/heads/master | 2023-09-03T14:27:41.089730 | 2021-11-01T16:29:50 | 2021-11-01T16:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,092 | java | package com.github.yiuman.citrus.workflow.rest;
import com.github.yiuman.citrus.support.crud.view.impl.PageTableView;
import org.activiti.engine.history.HistoricActivityInstance;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 流程历史活动... | [
"415481084@qq.com"
] | 415481084@qq.com |
d99735b5256650ccc0093089757add64c95f6954 | a0b5c5a3b24ae2296620e39de41eb4ee26302bc5 | /src/java/org/lucidcentral/_2007/ds/MultistateData.java | 579d2c9ad07aed37b2550136f03713aa50346de4 | [] | no_license | AtlasOfLivingAustralia/ala-keys | e75b8d002a1ddf337b0f9e0962c2862c28a7d21a | 3edce1ab0751881559f519450a3ba805154a054e | refs/heads/master | 2016-09-06T13:41:18.300716 | 2015-07-07T04:45:58 | 2015-07-07T04:45:58 | 27,800,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,753 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.11.13 at 10:31... | [
"adam.collins832@gmail.com"
] | adam.collins832@gmail.com |
f12d88a63be9c8b5aea2069c5d2a9a4fda3ef2c1 | 3557b30b7aac3740c5b3e74412953ef74f26d998 | /app/src/main/java/com/sunfusheng/marqueeview/MarqueeView.java | 995a98c5bb7618f1b2fe08975b841b98edf1aa1c | [] | no_license | wybilold1999/TanProject | 55a5baced00563e5121b263cf88631025b22489d | e13919a0b1e0aaa7f942d9749d4dfd80863c40a6 | refs/heads/master | 2021-01-23T06:20:26.617070 | 2018-07-16T08:01:37 | 2018-07-16T08:01:37 | 86,355,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,504 | java | package com.sunfusheng.marqueeview;
import android.content.Context;
import android.content.res.TypedArray;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.View;
import android.view.ViewTreeObserver;
import android.view.animation.Animation;
import androi... | [
"395044952@qq.com"
] | 395044952@qq.com |
bdbfb3fb0964782dec4435fb0a225d0caefcbb79 | 4ca1c3b4d73bd75cbc95516e412f0c40b04493b6 | /superwechat/src/cn/ucai/superwechat/data/net/IUserModel.java | 69d519fb1b297061301e9aff8d5d68b8c191568c | [
"Apache-2.0"
] | permissive | yuening123456/superwechat201702 | ab6a5b20d7880e86e659c42839eddc72f9e0685e | 1dd17b2fba6d5878bbd0bfba5f52ec956e10a4ea | refs/heads/master | 2021-01-21T19:12:45.468990 | 2017-05-23T03:27:55 | 2017-05-23T03:27:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package cn.ucai.superwechat.data.net;
import android.content.Context;
import cn.ucai.superwechat.data.OnCompleteListener;
/**
* Created by clawpo on 2017/5/19.
*/
public interface IUserModel {
void register(Context context, String username, String nickname, String password,
OnCompleteListene... | [
"clawpo@foxmail.com"
] | clawpo@foxmail.com |
c27c60c84972ef3fbb119a4e810c783512bb7e3c | 2c6fc3a25f9acd6bd9ea71c05414b56e068acff8 | /ch02/src/test/java/mybatis/config/TestConfigEx01.java | dbbcf9586b390e410537dbfe5e03ff02954f6d7e | [] | no_license | kickscar/mybatis-practices | d7a90b979c8a3c9086e1d071dae06d22260efcd2 | 98834b72daa01eb6a8ddf340b3ff4bf6ec90c816 | refs/heads/main | 2023-08-23T09:04:02.522451 | 2021-10-29T10:53:12 | 2021-10-29T10:53:12 | 372,332,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | package mybatis.config;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.io.InputStream;
import static org.junit.jupiter.api.Assertions.asser... | [
"kickscar@gmail.com"
] | kickscar@gmail.com |
88929a461213e3209665e5be646e43f258a4a64b | b553d83fe1cc57add45f5f05f76ba69c4c4c2d99 | /src/main/java/com/feed_the_beast/ftbu/world/chunks/ClaimedChunk.java | 9a267c01a83c5d5bba2a20a14593c25847cf5fc4 | [] | no_license | Ricket/FTBUtilities | 9dd9ac101a55211e02a38c69902d7cb221d6b476 | d577d569338c0413c9763a42b192daf3505efe7e | refs/heads/1.9 | 2021-01-12T21:07:21.090561 | 2016-08-24T23:30:01 | 2016-08-24T23:30:01 | 66,614,067 | 0 | 0 | null | 2016-08-26T03:37:07 | 2016-08-26T03:37:07 | null | UTF-8 | Java | false | false | 2,216 | java | package com.feed_the_beast.ftbu.world.chunks;
import com.feed_the_beast.ftbl.api.IForgePlayer;
import com.feed_the_beast.ftbu.api.IClaimedChunk;
import com.feed_the_beast.ftbu.world.data.FTBUTeamData;
import com.latmod.lib.math.ChunkDimPos;
import net.minecraft.util.math.BlockPos;
public final class ClaimedChunk impl... | [
"latvianmodder@gmail.com"
] | latvianmodder@gmail.com |
239283ec90e98092f0a05af76d1f59fff3cde598 | 3acfb6df11412013c50520e812b2183e07c1a8e5 | /investharyana/src/main/java/com/hartron/investharyana/domain/Projectrawmaterial.java | 472be99be7a1c12a1424fe77e572253784201874 | [] | no_license | ramanrai1981/investharyana | ad2e5b1d622564a23930d578b25155d5cc9ec97a | b8f359c120f6dae456ec0490156cf34fd0125a30 | refs/heads/master | 2021-01-19T08:29:32.042236 | 2017-04-14T18:34:50 | 2017-04-14T18:34:50 | 87,635,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,414 | java | package com.hartron.investharyana.domain;
import com.datastax.driver.mapping.annotations.*;
import java.io.Serializable;
import java.time.ZonedDateTime;
import java.util.Objects;
import java.util.UUID;
/**
* A Projectrawmaterial.
*/
@Table(name = "projectrawmaterial")
public class Projectrawmaterial implements Se... | [
"raman.kumar.rai@gmail.com"
] | raman.kumar.rai@gmail.com |
64be440f1e39733d2080b0ca84326c9f1a55325b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_06efc9376053e2f8c644dd39557505eff244a937/VirtualMachine/16_06efc9376053e2f8c644dd39557505eff244a937_VirtualMachine_s.java | 2926266ae3cd1481f05f3265cb0f573f16c51117 | [] | 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 | 7,348 | java | package de.unisiegen.informatik.bs.alvis.vm;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
import de.unisiegen.informatik.bs.alvis.primitive.datatypes.PCObject;
/**
*
* @author Dominik Dingel manages the a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d9a24c23595389ad76a170c124638fe8557fbebf | b5c485493f675bcc19dcadfecf9e775b7bb700ed | /jee-utility-persistence-server/src/test/java/org/cyk/utility/persistence/server/unit/OrderStringBuilderUnitTest.java | adf2eefd25b7a4b211e9e72e5861ba220350e7f4 | [] | no_license | devlopper/org.cyk.utility | 148a1aafccfc4af23a941585cae61229630b96ec | 14ec3ba5cfe0fa14f0e2b1439ef0f728c52ec775 | refs/heads/master | 2023-03-05T23:45:40.165701 | 2021-04-03T16:34:06 | 2021-04-03T16:34:06 | 16,252,993 | 1 | 0 | null | 2022-10-12T20:09:48 | 2014-01-26T12:52:24 | Java | UTF-8 | Java | false | false | 1,562 | java | package org.cyk.utility.persistence.server.unit;
import static org.assertj.core.api.Assertions.assertThat;
import java.util.LinkedHashMap;
import java.util.Map;
import org.cyk.utility.__kernel__.computation.SortOrder;
import org.cyk.utility.persistence.server.query.string.OrderStringBuilder;
import org.cyk.utility.p... | [
"kycdev@gmail.com"
] | kycdev@gmail.com |
96c50b66fc04499e96fcaac0b73d76de121fa822 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_22f314a921e02cd7cd52bd8663da62816fb57e92/ArrayConstructorCallInfo/10_22f314a921e02cd7cd52bd8663da62816fb57e92_ArrayConstructorCallInfo_t.java | 997ba401de3895f421858742d7db73ae37d17640 | [] | 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 | 3,402 | java | package jp.ac.osaka_u.ist.sel.metricstool.main.data.target;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* zRXgN^Ăяo\NX
*
* @author higo
*
*/
@SuppressWarnings("serial")
public final class ArrayConstructorCallInfo extends Constructor... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1122b99e616075e68de53b7d826f116f3453a9b8 | d577f066627703130e70c60374d1b65f31072b43 | /World/Dimension/Structure/LightPanelGenerator.java | bb0dc285c1dea70a5df0196583739684dce47d8c | [] | no_license | lrivera25/ChromatiCraft | bef7960c1d81af29883a5d909cac8b652e38aac1 | 42842ad41ea3f8b2663f9dc19cb0b8983f64545e | refs/heads/master | 2021-03-24T05:35:43.135925 | 2020-03-14T20:50:10 | 2020-03-14T20:50:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,992 | java | /*******************************************************************************
* @author Reika Kalseki
*
* Copyright 2017
*
* All rights reserved.
* Distribution of the software in any form is only allowed with
* explicit, prior permission from the owner.
****************************************************... | [
"reikasminecraft@gmail.com"
] | reikasminecraft@gmail.com |
c7c9f74e62f24b0d5f21f18b71d0105a01458435 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/stanfordnlp--CoreNLP/7299f6ab5f6e2f25299ebed9361de7baf3aa63ee/after/AnnotatorPool.java | fa8f92f0c974482097d59be931f793c900faedea | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,104 | java | package edu.stanford.nlp.pipeline;
import java.util.Map;
import edu.stanford.nlp.util.Generics;
/**
* An object for keeping track of Annotators. Typical use is to allow multiple
* pipelines to share any Annotators in common.
*
* For example, if multiple pipelines exist, and they both need a
* ParserAnnotator, i... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
9ed45612e43971380a9974cc9d75ffa9fd40d70e | bb2f32df072cd27fa90b0892057e66fec9b569d9 | /Java/Intorduction_to_Java_Programming/Chapter17/src/afterChapterApps/TestBinaryEditor.java | 1c523d4a9cecb6a74befc3c1588bc512dddddb46 | [] | no_license | amerelsayed2020/Learning | 9417777f28b8d5161e6761d98c3e64cd9f998d3a | 689acd3f8de57ce67dc610cae659d88782270668 | refs/heads/master | 2023-04-27T11:34:54.622157 | 2020-07-09T15:40:36 | 2020-07-09T15:40:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,605 | java | package afterChapterApps;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextField;
import javafx.scene.... | [
"r.duriancik@gmail.com"
] | r.duriancik@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.