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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b0cc9cad5ad05ad59512fb2b214275ae6c20a2f1 | 363aff4d02607d7ab81f1fa047c33f71be44553b | /src/main/java/com/timtrense/prometheusopcua/PrometheusMetricsServer.java | bfb7a0cd68f82b9115260ccc184448d91d3dc1c1 | [
"Apache-2.0"
] | permissive | trensetim/prometheus-opcua | 7bb5f19a1f3049040e6fe6215b549d318616463a | 379d681135f55c59b4afbc55ab253f89d8a425bc | refs/heads/main | 2023-05-13T23:59:08.616362 | 2021-06-09T06:56:55 | 2021-06-09T06:56:55 | 375,075,193 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,602 | java | package com.timtrense.prometheusopcua;
import lombok.NonNull;
import lombok.extern.log4j.Log4j2;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.ServerConnector;
import org.eclipse.jetty.servlet.ServletHandler;
import org.eclipse.jetty.servlet.ServletHolder;
import java.util.Arrays;
import jav... | [
"trensetim@gmail.com"
] | trensetim@gmail.com |
d4c545f13be7758c62b702d52aea3670e9526151 | f4f4c99dd73842343e10fe0dd4c623c5e61f05ca | /src/com/wise/baba/biz/LruImageCache.java | dd47f0062ab3b4557050fb28f823a0a90db9fc79 | [] | no_license | wisegps/baba | f20ac16345ef6edbd08c2ec23ee62ed3b1c21fe8 | da8d9f117681581c6824db30464e047ce3978a6a | refs/heads/master | 2021-01-17T07:03:31.981585 | 2017-02-14T03:16:16 | 2017-02-14T03:16:16 | 23,483,333 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package com.wise.baba.biz;
import android.graphics.Bitmap;
import android.support.v4.util.LruCache;
import com.android.volley.toolbox.ImageLoader.ImageCache;
public class LruImageCache implements ImageCache{
private static LruCache<String, Bitmap> mMemoryCache;
private static LruImageCache lruIm... | [
"c@c-PC"
] | c@c-PC |
b58985bc196238026b1ece7aaaa16bab967ecd60 | 0491bc6fd39afa2543646f290e43353cfd77f6f4 | /Java/Strings/CountBracketReversal.java | 9c3a2c210083deed7e50837dc8dc7a851f699c31 | [] | no_license | tomarsid-98/Data-Structures-Important-Questions | a9f39fde053d78e4582526c5a879640c2e9ff92d | b87222d67d1e5f6f2ee1a55551d666a1b8eb55b9 | refs/heads/main | 2023-07-13T20:49:44.304603 | 2021-08-27T21:23:23 | 2021-08-27T21:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,290 | java | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Stack;
public class CountBracketReversal
{
public static void main(String[] args) throws Exception
{
new CountBracketReversal().run();
}
private void run() throws Exception
{
BufferedReader ... | [
"noreply@github.com"
] | noreply@github.com |
53a9a75b8c55997847982e3756741de3adf855e1 | 0b351568271456c3888998a3965f3d2166c52464 | /src/test/java/com/crm/qa/testcases/HomePageTest.java | 086cbf222b15698f2a80f90dddaed4131d33ee59 | [] | no_license | sanford110/FreeCRMTest | f8f80e412bc35256701e19ad698e279e6335b9b7 | a2253d0a9ae7d5497b146f16ca68fedf20586671 | refs/heads/master | 2020-05-01T15:01:45.786071 | 2019-03-25T08:04:40 | 2019-03-25T08:04:40 | 177,536,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,362 | java | package com.crm.qa.testcases;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.crm.qa.base.TestBase;
import com.crm.qa.pages.ContactsPage;
import com.crm.qa.pages.HomePage;
import com.crm.qa.pages.LoginPage;... | [
"sanford110@gmail.com"
] | sanford110@gmail.com |
0078a12cda35f93b383413c32e4275e495913a10 | c5f911ed5a575823fd42130b4fa65cc83b2fb969 | /src/main/java/com/eagle/kyc/service/dto/PasswordChangeDTO.java | 14ef3bf5895bf23df6ed3fae7127dca8a48d21cf | [] | no_license | sunilsangwan4/sunilkyc | d22ad2cf52b93d0b5bd2a3e5a713b29472ef92a2 | 7538ef28324a543f7bde482be4caab3020a22977 | refs/heads/master | 2021-06-28T21:45:24.563598 | 2018-11-20T08:51:56 | 2018-11-20T08:51:56 | 156,077,316 | 0 | 1 | null | 2020-09-18T12:12:23 | 2018-11-04T11:58:08 | Java | UTF-8 | Java | false | false | 857 | java | package com.eagle.kyc.service.dto;
/**
* A DTO representing a password change required data - current and new password.
*/
public class PasswordChangeDTO {
private String currentPassword;
private String newPassword;
public PasswordChangeDTO() {
// Empty constructor needed for Jackson.
}
... | [
"anil.kumar22@ihsmarkit.com"
] | anil.kumar22@ihsmarkit.com |
85347b2e7627c9ba15b7b788f3c3c77f6cb25b8a | ea7a30c7f3b2b162a95072203e7f3f19ae627a84 | /src/main/java/com/by/wechat/service/impl/WeChatConfigServiceImpl.java | e5763d3762277c2cb39cfd79cd486781e0e10600 | [] | no_license | dirknowitzki123/wechat | 654cb6465a8fb5323287f02a42de6d2bdf7d7885 | b40a96f02c0f0942c0f6f71f6e62b62d976cff94 | refs/heads/master | 2020-04-25T15:08:33.007656 | 2019-02-27T07:45:15 | 2019-02-27T07:45:15 | 172,867,717 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,838 | java | package com.by.wechat.service.impl;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Service;
import com.alibaba.fastjson.JSON;
import ... | [
"413150745@qq.com"
] | 413150745@qq.com |
212d34292cae523290cb8833f2aace0bc9ee5d56 | 6b780b1f637fd9ee1229e08a7efdc9399c6e2db2 | /hazelcast/src/test/java/com/hazelcast/spi/merge/PutIfAbsentMergePolicyTest.java | c56ef37d3630740788e8d6b46e8ce40f21c1396e | [
"Apache-2.0"
] | permissive | sancar/hazelcast | fc25cc7840f8bc67d61ed47c8dd1605a67db2d90 | 664d44822862bb54ef211cbac613de372c4d47eb | refs/heads/master | 2022-12-22T16:55:08.778072 | 2018-04-05T14:16:40 | 2018-04-05T14:16:40 | 12,152,804 | 2 | 0 | Apache-2.0 | 2021-09-16T12:35:21 | 2013-08-16T06:59:07 | Java | UTF-8 | Java | false | false | 3,127 | java | /*
* Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | [
"github@thunderphreak.de"
] | github@thunderphreak.de |
704ed84403a059d6411167362991072c12f1ba46 | fa80aeb2e54494dc8b597b1e34824b6a7425b995 | /blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/ExtensionClassContainerImpl.java | 9eeff5ec4ef9e2518000d5941d280305ddc0b5dc | [
"MIT"
] | permissive | suwantoc/blueocean-plugin | 50572bbfbf591b6a7870bf0dfbd0e8908be3b9e0 | f9b8bcbd4e4252a30429f3444a04aa46dfeb9811 | refs/heads/master | 2021-01-18T01:13:23.199684 | 2016-07-15T15:08:17 | 2016-07-15T15:08:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | package io.jenkins.blueocean.service.embedded.rest;
import hudson.Extension;
import io.jenkins.blueocean.commons.ServiceException;
import io.jenkins.blueocean.rest.ApiHead;
import io.jenkins.blueocean.rest.hal.Link;
import io.jenkins.blueocean.rest.model.BlueExtensionClass;
import io.jenkins.blueocean.rest.model.BlueE... | [
"vivek.pandey@gmail.com"
] | vivek.pandey@gmail.com |
d9ecde842534c437fdc5268fddccf70b5aaeec59 | 613f7baed5ff6d9146e9e53a312d1105cce3292f | /Labo2/SER_PLEX_Depart/WFC-Interfaces/src/main/java/ch/heigvd/iict/ser/imdb/models/Movie.java | c408b109c34c25f7954c66e6fbd662c52948b157 | [] | no_license | Nortalle/LaboPlex | 657641fa6ba4aab8ab6e63e974223fc1b77968ba | b2ab7d5d700a2a316fea04a9938188d46ac83c07 | refs/heads/master | 2020-03-09T12:35:01.979466 | 2018-05-20T18:53:21 | 2018-05-20T18:53:21 | 128,789,565 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,482 | java | package ch.heigvd.iict.ser.imdb.models;
import java.io.Serializable;
import java.util.Set;
public class Movie implements Serializable {
private static final long serialVersionUID = 5382858186892929803L;
private long id = -1L;
private String title = null;
private String plot = null;
private Set<... | [
"vincent.guidoux1@heig-vd.ch"
] | vincent.guidoux1@heig-vd.ch |
9ab38bd1190dfe00f782a1c5fca7fc58ee57ee06 | 911a3245905dbe4dd808e82a215d6ebf0820ca0f | /src/day54_Abstraction/CarTask/Tesla.java | 8b3ca5627680c79263ff2c50c99823d6f828f92a | [] | no_license | Alex-B-I/Summer2020_B20 | 1d9f29279ff018fb1a1ae5b972bacb264bd011d9 | 197893a8d88838f8c5d4366c3bdfbb12ebfd5fdd | refs/heads/master | 2023-02-11T15:57:19.218730 | 2021-01-05T00:47:26 | 2021-01-05T00:47:26 | 296,141,595 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package day54_Abstraction.CarTask;
public class Tesla extends Car {
@Override
public void start() {
System.out.println("Starting Tesla by: voice control");
}
}
| [
"alex.berloh@gmail.com"
] | alex.berloh@gmail.com |
5e08ced8e6181c7765be0dd81ef52ac0d5da61a7 | 200c4d5aa9d55c7cfad6aa5f3d448c9aaa5a17f5 | /Application3/app/src/test/java/com/example/administrator/application3/ExampleUnitTest.java | 9ab50633da07ef81cc03f205b169371308e94e3c | [] | no_license | yxj8791619/2014011382 | 4926bee3a3c1169eebef6b42e9680708912cebf3 | a237adc25c81ce6ad099515053b711b0ef27f547 | refs/heads/master | 2021-01-18T18:55:44.905480 | 2016-12-02T05:39:44 | 2016-12-02T05:39:44 | 67,198,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.example.administrator.application3;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + ... | [
"18810911526@163.com"
] | 18810911526@163.com |
7f4f41c36adcb480438353308954f9281ad38183 | 4aafa3d841152ea177d5277de33fa52d6231962c | /src/main/java/com/xhp/crowdfunding_backend/dao/Impl/ApprovalDaoImpl.java | 5a3b82224e383829e92ff9d04905cf1fb43a38ee | [] | no_license | cherry1996/crowdfunding_backend | 71b25ddb2c283fd73055cb81d7f1f889e37f126f | 20c3b33a506351d712c9211a7000d63cbf043601 | refs/heads/master | 2020-03-14T02:07:25.645271 | 2018-04-28T09:00:36 | 2018-04-28T09:00:36 | 131,392,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,777 | java | package com.xhp.crowdfunding_backend.dao.Impl;
import com.xhp.crowdfunding_backend.entity.Approval;
import com.xhp.crowdfunding_backend.dao.ApprovalDao;
import com.xhp.crowdfunding_backend.common.Pagination;
import com.xhp.crowdfunding_backend.common.PageRequest;
import org.springframework.beans.factory.annotation.Aut... | [
"luqinglin@octopus.888ly.cn"
] | luqinglin@octopus.888ly.cn |
de7a6aebd34b5729e71bfd417c9771660ad5455b | 177b74fe180596461bc12ee9d13ad172ab9c3a57 | /NimHumanPlayer.java | c2ff20f3a2ad43f5eba4bb507588b424028097ed | [] | no_license | yuanhungl0127/NimBasicGame_A03-JavaProgramming | 67ee1088e55cb9d97274375e7273dffe100b22bd | d97823b8b8a3dd98006917525d2d249482808235 | refs/heads/master | 2022-10-22T10:10:23.298303 | 2020-06-14T09:48:50 | 2020-06-14T09:48:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | /**
* COMP90041 Programming and Software Developing Assignment 3:
* Nim is a two-player game that the first one who remove the last one stone will lose
*
* @author Yuan
* Name: Yuan Hung Lin
* StudentID: 1119147
* Username: yuanhungl
*/
public class NimHumanPlayer extends NimPlayer {
public NimHumanPlayer(... | [
"viclin@linyuanhongde-MacBook-Pro.local"
] | viclin@linyuanhongde-MacBook-Pro.local |
1a9557494976e2b7c806f760d1a9597a29d08581 | 745bf73f1fce0a23b4653d703d83f53b157c4a55 | /src/main/java/org/jurassicraft/server/item/itemblock/CultivateItemBlock.java | 9f928067a1269135814bf21f0c293eb5a85f7950 | [
"LicenseRef-scancode-public-domain"
] | permissive | TheXnator/JurassiCraft2 | d1c479176c686db9416b71ac443423f2dbf40b03 | 850c3f5d0896d19e3626ed9c3589c77d958d85b7 | refs/heads/master | 2021-01-16T23:14:27.043344 | 2016-07-02T08:42:00 | 2016-07-02T08:42:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package org.jurassicraft.server.item.itemblock;
import net.minecraft.block.Block;
import net.minecraft.item.EnumDyeColor;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
import org.jurassicraft.server.lang.LangHelper;
public class CultivateItemBlock extends ItemBlock
{
public CultivateIt... | [
"gegy1000@gmail.com"
] | gegy1000@gmail.com |
d0ea76bb113360050ddc138f719b0f9b1cbeced3 | 275268aeb9926e77d82836b73e3b375bd27570cb | /samples/sse-real-time-web/src/main/java/com/waylau/rest/resource/AlarmResource.java | 9b72e736624f6ca962a9972e942b7bea9ba5c672 | [] | no_license | waylau/java-ee-enterprise-development-samples | 8f279bbf3f69bd92490d7b92d025ef27c78ca1b7 | 43cf4e8e13e5a9186e4dfa253c79d4d32b753349 | refs/heads/master | 2022-05-05T11:54:37.082403 | 2021-03-30T15:54:08 | 2021-03-30T15:54:08 | 236,307,774 | 9 | 2 | null | 2022-03-31T22:05:04 | 2020-01-26T12:15:36 | null | UTF-8 | Java | false | false | 1,682 | java | package com.waylau.rest.resource;
import java.io.IOException;
import java.util.Date;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.glassfish.jersey.media.sse.EventOutput;
import org.glassfish.jersey.media.sse.OutboundEvent;
import org.glas... | [
"waylau521@gmail.com"
] | waylau521@gmail.com |
357d2dd214421d3dd78f3155396184d3a20508cb | aedc14e0254951efd21eb00c57955053e9f94a90 | /src/main/java/com/faforever/client/replay/ReplayServerImpl.java | 1cc323e259a9745452c1aefb49e8958fd1519cd6 | [
"MIT"
] | permissive | JeroenDeDauw/downlords-faf-client | 6b5d6a3731f8df0e1b93c7d4da30c5ff6adc4230 | 065b40a17c17bcc8644fbe8a6d4a9f10e7531962 | refs/heads/develop | 2021-01-22T05:43:06.882135 | 2017-02-22T20:22:03 | 2017-02-22T20:22:03 | 81,694,911 | 0 | 0 | null | 2017-02-12T01:26:01 | 2017-02-12T01:26:01 | null | UTF-8 | Java | false | false | 7,127 | java | package com.faforever.client.replay;
import com.faforever.client.config.ClientProperties;
import com.faforever.client.game.Game;
import com.faforever.client.game.GameService;
import com.faforever.client.i18n.I18n;
import com.faforever.client.notification.Action;
import com.faforever.client.notification.NotificationSer... | [
"michel.jung89@gmail.com"
] | michel.jung89@gmail.com |
10bc6ec949891cce428d9b6155afa01189a6131a | 4838e726c9364b2f011ec769e82d3651e53326fd | /albert-app/src/main/java/albert/practice/mapStruct/decorator/AddressDecorator.java | 64c436ae3f974c4cc8fcbb6a9a68c29e255273f6 | [] | no_license | junyuo/AlbertJavaProject | a7c4c14b287601ac6119a2471997359b35df29ad | fa713514e1283dc7a4d766c2be02af25119c4c69 | refs/heads/master | 2020-06-11T03:44:16.134175 | 2017-09-22T08:13:45 | 2017-09-22T08:13:45 | 76,011,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 998 | java | package albert.practice.mapStruct.decorator;
import java.text.DecimalFormat;
import albert.practice.mapStruct.Address;
import albert.practice.mapStruct.DeliveryAddressDto;
import albert.practice.mapStruct.Person;
import albert.practice.mapStruct.ShoppingItems;
import albert.practice.mapStruct.mapper.AddressMapper;
p... | [
"albert_kuo@cht.com.tw"
] | albert_kuo@cht.com.tw |
e7efd140cf150fda9d2006c783d313259ede3df9 | efb7e1551be707408ce7365d609c0503fcd5d0d2 | /src/main/java/com/tadahtech/fadecloud/kd/csc/JedisManager.java | 25c42826727e470df1e3bff32cfaf63a4f298000 | [] | no_license | TadahTech/KingdomDefense | a153b37c39a9fa86224e643647d80ff56f2ca6e8 | 6b2e242ec92c5a8d90b00f896e4cb9ff202c5707 | refs/heads/master | 2021-05-30T12:10:15.815682 | 2015-10-19T21:30:21 | 2015-10-19T21:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,985 | java | package com.tadahtech.fadecloud.kd.csc;
import org.bukkit.configuration.file.FileConfiguration;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.JedisPoolConfig;
/**
* @author Tim [calebbfmv]
* Created by Tim [calebbfmv] on 11/12/2014.
*/
public class Jedis... | [
"tandis96@hotmail.com"
] | tandis96@hotmail.com |
f851a7089de52c7b0df41c30e61e12d7d3283497 | b8411ebb061dd56427b5aa0bb99e2e01a0e69023 | /pinju-model/src/main/java/com/yuwang/pinju/domain/trade/TenpaySinglepayRecvParamDO.java | 2657ca938161badb1888dc9118878a83ac2241cd | [] | no_license | sgrass/double11_bugfix_asst_acct | afce8261bb275474f792e1cb41d9ff4fabad06b0 | 8eea9a16b43600c0c7574db5353c3d3b86cf4694 | refs/heads/master | 2021-01-19T04:48:03.445861 | 2017-04-06T06:34:17 | 2017-04-06T06:34:17 | 87,394,668 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,248 | java | package com.yuwang.pinju.domain.trade;
/**
* @Project: pinju-model
* @Description: 财付通单笔支付接收参数DO
* @author shihongbo
*/
public class TenpaySinglepayRecvParamDO {
/**
* 业务代码, 财付通支付支付接口填 1
*/
private String cmdno;
/**
* 支付结果(0为支付成功,其它为失败)
*/
private String payResult;
/**
* ... | [
"xgrass@foxmail.com"
] | xgrass@foxmail.com |
18c95af4081d769792e78c0112639d1381f1c088 | 48ec1bc3f16d6a91186fbb1b90877503dc5fe6a0 | /src/main/java/com/csii/ljj/springbootcache02/config/MyCacheCOnfig.java | 5c6a187b12e74f2aa8bd5f63e4323c7ffefcc67b | [
"MIT"
] | permissive | Lanjingjing123/springboot-cache-02 | 3219b4c5613aaa37b536c6f75a7c6c9b9ac4eb62 | 24582f347c731f3c56720b330eb5456db8e3ba74 | refs/heads/master | 2020-12-31T22:49:45.645026 | 2020-06-10T09:32:03 | 2020-06-10T09:32:03 | 239,061,939 | 0 | 0 | null | 2020-06-10T09:32:05 | 2020-02-08T03:15:53 | Java | UTF-8 | Java | false | false | 649 | java | package com.csii.ljj.springbootcache02.config;
import org.springframework.cache.interceptor.KeyGenerator;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.lang.reflect.Method;
import java.util.Arrays;
@Configuration
public class MyCacheCOnf... | [
"1792539263@qq.com"
] | 1792539263@qq.com |
35b34c4567d571a9c7d84c7e8700c4f037588084 | 907c200614aad168cd67ab6b7bd37bf5a5d4133c | /src/main/java/net/zyuiop/bungeebridgemod/commands/CommandMute.java | b7db44f60d1df28387d80d5f48ed912672e41433 | [] | no_license | BridgeAPIs/BungeeBridgeMod | f96b1c2343473dd27e4a4a1ef849a2613b37d4e5 | d23c363abab59e7706302600f416a8e8a64ffc6f | refs/heads/master | 2021-01-13T01:00:05.075633 | 2015-09-26T16:10:05 | 2015-09-26T16:10:05 | 43,209,219 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,445 | java | package net.zyuiop.bungeebridgemod.commands;
import net.bridgesapis.bungeebridge.BungeeBridge;
import net.bridgesapis.bungeebridge.core.database.Publisher;
import net.zyuiop.bungeebridgemod.BungeeBridgeMod;
import net.zyuiop.bungeebridgemod.moderation.JsonCaseLine;
import net.zyuiop.bungeebridgemod.moderation.JsonModM... | [
"zyuiop@zyuiop.net"
] | zyuiop@zyuiop.net |
d8f82e770f3cd3a4d2acfc24b77c52f9bfbee88e | 2c841827cac6b905a32d89a12bef52eefecc3667 | /StockApplication/app/src/main/java/com/example/stockapplication/constant/Strings.java | 0e9008a6ce6d8bccb60526d5345bcbee5216ebdd | [] | no_license | GayatriKauthale/StockOne | e40dd3739e5637b937a25db7b7c8a80a45adddbd | 9a40a08bf4a59a817c729f1a380aef3c75912fb5 | refs/heads/main | 2023-02-19T19:31:05.727141 | 2021-01-24T10:15:31 | 2021-01-24T10:15:31 | 332,417,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package com.example.stockapplication.constant;
public class Strings
{
public static class ApiContents {
public static final String NAB = "nbe";
public static final String Region = "US";
public static final String apiKeys = "30a731bd94mshb535be26f436ae9p192cf0jsn483aac68998e";
public... | [
"noreply@github.com"
] | noreply@github.com |
303d434d859c4be3455b3276be9f9da4d32ce925 | 396949129274044f02a61dfa374925b0b736f9cb | /spring-boot-backend/src/main/java/com/miratech/test_task_todo_list_bogdanov_roman/repositories/TaskRepository.java | 06ed6842ccfa10d60533417240ef61e97862d473 | [] | no_license | RomanDnipro/miratech_test_task_todo_list_bogdanov_roman | 227a38badca84b36d617082a814e18f3e47f71da | 0d61aff44e8f7fe24942880330936fe63f7f062c | refs/heads/master | 2021-05-08T10:49:05.292562 | 2018-04-20T13:49:11 | 2018-04-20T13:49:11 | 119,866,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.miratech.test_task_todo_list_bogdanov_roman.repositories;
import com.miratech.test_task_todo_list_bogdanov_roman.models.Task;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface TaskRepository extends MongoRepos... | [
"bogdanovroman1221@gmail.com"
] | bogdanovroman1221@gmail.com |
a1b2587f18cc7025b35ba3455c1e0c56a77e89eb | c3dd9ab8c1f92ef038fbfc5d442710e97e3ca323 | /src/assignment/MainProgram.java | 55fb93b0bd491146aca62078cfa10e0bfdd274e6 | [] | no_license | alvinlee90/EH2745-Assignment-1 | 0ce3ef1949aca9bc8bb9908b285dc499fd7db75a | 9f67a24c032fb53b17584d77857bc9cc19a79cfc | refs/heads/master | 2020-03-15T12:47:06.883592 | 2018-05-14T18:47:24 | 2018-05-14T18:47:24 | 131,149,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,311 | java | package assignment;
import java.util.ArrayList;
public class MainProgram {
private static final String DATABASE = "cim";
// Array to store the data from the XML files (both EQ and SSH)
private static ArrayList<CimData> cimData = new ArrayList<CimData>();
// Object to manage the SQL database
priv... | [
"stalvinlee@gmail.com"
] | stalvinlee@gmail.com |
c8b076cbaf31d54e785d3cb438c487f330e91e59 | 54cf1b955000c9a3c03f94bfcd1e6655a0852de1 | /app/src/androidTest/java/com/dotu/simpletodo/ApplicationTest.java | ab20b1bf0aaee7f8edabf5df4f2135b3d5267662 | [
"Apache-2.0"
] | permissive | bdotu/Todo-App | bd2f5f93203584236d6d1abb491b2f8c2f96075b | 0a67d9460c4d301b587c96771bba1c7d8212beaa | refs/heads/master | 2020-04-02T23:09:32.983304 | 2016-06-24T04:02:43 | 2016-06-24T04:02:43 | 61,853,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.dotu.simpletodo;
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() {
sup... | [
"kofi.dotu@gmail.com"
] | kofi.dotu@gmail.com |
8bfc08dd0e2d0eb133c31ad06918d0572f98abff | 2dd93308521168bb52b0134233cf84c5e3a3ad52 | /app/src/main/java/udacity/bakingapp/StepsView.java | ac9aeedf73c548ae4eb1b28cac92777b1591324a | [] | no_license | pex-1/udacity-project-4-baking-app | a0555ae3070e5750f7f290c8918169f50e5e1f07 | c071ddf1e6ed7365d4575063883fb2000cb49c2b | refs/heads/master | 2020-03-29T19:43:44.405580 | 2018-09-26T08:02:38 | 2018-09-26T08:02:38 | 150,278,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,025 | java | package udacity.bakingapp;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.preference.PreferenceManager;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.u... | [
"danijel.pecek@estudent.hr"
] | danijel.pecek@estudent.hr |
d15832fd98c73a740a6a60a463eeb7e828b51443 | 8beff2947aff3acb27f40ea98956c414578641e0 | /src/main/java/com/powerboot/system/service/impl/LoginLogServiceImpl.java | 075c5c0ca0a60cec1f6e796bef774e52164de8bb | [] | no_license | tufeng1992/online-earning-boss | 06f6ad41cee1d7f27674bc84af570740bf5e9099 | 4db5af387262cef9465978fbbfd2bdafaaac38a6 | refs/heads/main | 2023-07-13T12:58:48.584877 | 2021-08-27T15:10:32 | 2021-08-27T15:10:32 | 357,754,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,252 | java | package com.powerboot.system.service.impl;
import com.google.common.collect.Maps;
import com.powerboot.system.dao.LoginLogDao;
import com.powerboot.system.domain.LoginLogDO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
import java... | [
"tufeng1992@163.com"
] | tufeng1992@163.com |
95d967d78810dd1f8eee5f77c2cce6c398d31639 | df4554dea3b778809901048aafb18e973bf446b6 | /NumberLineList.java | 60f36f4c291cdf2d7f3ff21aaebb2c2a70d8bdb4 | [] | no_license | tharinDmahale/Custom-Data-Structures-2-Enum-Version- | 46fb4fb1829d594cc970c7a7e3409858ac8ec357 | 3b6196995d8b15af52b4e56c738047dd2194afce | refs/heads/master | 2023-07-19T03:34:14.657290 | 2021-09-25T04:46:21 | 2021-09-25T04:46:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,826 | java | // Java NumberLineList Class
import java.util.LinkedList;
public class NumberLineList
{
private final DataType TYPE;
private LinkedList <Integer> integerListP;
private LinkedList <Integer> integerListN;
private LinkedList <Double> doubleListP;
private LinkedList <Double> doubleListN;
private L... | [
"deelaka.mahale@gmail.com"
] | deelaka.mahale@gmail.com |
e7a0d090f879630d120c4a1d035bb3ed011b961d | deceaba323fe7d5edc92044744ce8194ca54dd25 | /ZhiZunAPos/src/com/zhizun/pos/activity/ChannelActivity.java | c92d45d4de2bed6007c0e47d99afe73eb59bf677 | [] | no_license | zhizun/ZhiZunAPos | 5bd67787123195bb4e22b58931a3f7cf2f1d9b45 | 79a79b63378161cd5cd97193550bce1d44e2bd37 | refs/heads/master | 2020-05-03T20:23:16.970146 | 2015-09-25T08:08:23 | 2015-09-25T08:08:23 | 42,719,251 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,747 | java | package com.zhizun.pos.activity;
import java.util.ArrayList;
import com.ch.epw.view.DragGrid;
import com.ch.epw.view.OtherGridView;
import com.zhizun.pos.R;
import com.zhizun.pos.adapter.DragAdapter;
import com.zhizun.pos.adapter.OtherAdapter;
import com.zhizun.pos.app.AppContext;
import com.zhizun.pos.base... | [
"jianyezhizun@sina.com"
] | jianyezhizun@sina.com |
ac894a7e3ba2c957137be911891ae9f4bf3c77c8 | 4814f87a760d6ca0377c4da1f41a4ddfbd48ee31 | /app/src/main/java/club/zhisimina/templateapp/customerview/flowLayout/TagView.java | cdde7e0b0cf213fa8d80439ece10bed04876fd40 | [] | no_license | fupengpeng/TemplateApp | f43cd0d5b5d58db0f309f7dc122aa2f92f2bb47e | 311db556aed1039a6e8255e14aa8d0e29c9719dc | refs/heads/master | 2020-03-08T08:26:14.532581 | 2018-04-19T07:09:14 | 2018-04-19T07:09:14 | 128,021,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,477 | java | package club.zhisimina.templateapp.customerview.flowLayout;
import android.content.Context;
import android.view.View;
import android.widget.Checkable;
import android.widget.FrameLayout;
/**
* Created by zhy on 15/9/10.
*/
public class TagView extends FrameLayout implements Checkable
{
private boolean isChecked;... | [
"564055710@qq.com"
] | 564055710@qq.com |
ab1eae0ab6bdd67e00f0b2f73bb9e75bd9cae5c5 | 21b736028889a32f1dcba96e8236f80cc9973df5 | /src/org/datacontract/schemas/_2004/_07/system_collections_generic/ArrayOfKeyValuePairOfstringanyTypeDocument.java | 36b08f797f764e91798f7e001bfc1369736a6a8a | [] | no_license | nbuddharaju/Java2CRMCRUD | 3cfcf487ce9fe9c8791484387f32da2e83ccef15 | aaba26757df088dda780aa6fe873c7d8356f4d56 | refs/heads/master | 2021-01-19T04:07:07.528318 | 2016-05-28T08:52:28 | 2016-05-28T08:52:28 | 59,885,531 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,540 | java | /*
* An XML document type.
* Localname: ArrayOfKeyValuePairOfstringanyType
* Namespace: http://schemas.datacontract.org/2004/07/System.Collections.Generic
* Java type: org.datacontract.schemas._2004._07.system_collections_generic.ArrayOfKeyValuePairOfstringanyTypeDocument
*
* Automatically generated - do not modi... | [
"ravi.buddharaju@aviso.com"
] | ravi.buddharaju@aviso.com |
1746ad6fb26313959dde35e172b1bd15fbd996d1 | 2e15cff17d8bcff3f2b3004fb137947923c32caf | /platforms/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java | e46adc0edbe93f4e860b612fe2c536d6c1a0c49f | [] | no_license | edwardpress/ionic3withpspdfkit | 13665496cd1e022ee070432187dae6646d7b3ac8 | 461221ed6bf9265d3e49f9dd851352b045d6261d | refs/heads/master | 2020-04-07T23:36:51.422478 | 2018-11-27T03:19:48 | 2018-11-27T03:19:48 | 158,819,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106,164 | 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 android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7... | [
"jinkhangc@gmail.com"
] | jinkhangc@gmail.com |
a1b0e60796839988a7a2b9f5c41b228463596b64 | c217503862a14bf0a86e45073cd981eb9d01cde8 | /Jobsheet6/Tugas/Laptop.java | 7cb667304fe1afbef331d520fe70cfbc2c0aa7b0 | [] | no_license | kinanpermata/PBO-Jobsheets | 6c98df5f4597599bf7cc26fda7088d6be5626ea7 | 3337061eff5883332f88f2d76ad64fb081df0ede | refs/heads/master | 2020-08-10T13:40:39.116752 | 2019-11-06T01:35:07 | 2019-11-06T01:35:07 | 214,353,897 | 1 | 0 | null | 2019-11-06T01:35:08 | 2019-10-11T05:51:20 | Java | UTF-8 | Java | false | false | 707 | 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 Jobsheet6.Tugas;
/**
*
* @author ASUS
*/
public class Laptop extends Komputer{
public String jnsBaterai;
publi... | [
"kinanti.permat@gmail.com"
] | kinanti.permat@gmail.com |
df58927157b06687614e7dea5e8f84485d0d1cd3 | f7be8b54d56acaf84545b409acb071284f988111 | /callring/src/main/java/com/wan/callring/ui/widget/banner/Banner.java | 8111001cdf8657fd34b4e75d755ef0ab41659b9f | [] | no_license | CherryLu/wansdk | 3af88748966d03f8a3f83ba7a5e5f563638d9f91 | 0364ada93e16ddf3a201ebddef331d0d4278e2fa | refs/heads/master | 2020-05-27T16:13:26.431401 | 2019-05-30T09:39:55 | 2019-05-30T09:43:56 | 188,696,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,114 | java | package com.wan.callring.ui.widget.banner;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.util.Log;
import android.util.Typ... | [
"“g15551283679@163.com”"
] | “g15551283679@163.com” |
298084a1bfc7d1509dd06d128dee441a3188f0e2 | 0e7e61138565ea03bf491a5ce1345c7457ba0b0f | /account/src/main/java/co/pailab/lime/repository/GroupRepository.java | e7d829197858ec303e659ba7a9b20b25ae82953e | [] | no_license | hoangdh143/coxplore-services | 23e35262f51d55fc238112627dd8a4524ed0f534 | b83ef4f2a9d5900289c1ad3eedea86c4172bb2e3 | refs/heads/master | 2022-12-21T10:24:28.320609 | 2019-06-17T06:53:35 | 2019-06-17T06:53:35 | 192,291,012 | 0 | 0 | null | 2022-12-16T02:24:36 | 2019-06-17T06:52:16 | Java | UTF-8 | Java | false | false | 550 | java | package co.pailab.lime.repository;
import co.pailab.lime.model.Group;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface GroupRepository extends JpaRepository<Grou... | [
"huuhoang.dao@gmail.com"
] | huuhoang.dao@gmail.com |
5ea651f0b6d3be8d4f2236b350c18584268a7b15 | 9bb8f6f67d1f5ed6fca29febe1e9891583ab69b8 | /src/main/java/structural/facade/DbSingleton.java | f6ddd631cd0fd91b373c6726f93d7fd81050a4c0 | [] | no_license | sunilgc0/Design-Patterns | be85b7bde6f988143e6464647620f9d4e7ac2132 | 88ff51ed69d85a100f2d95862ffcd269793b6a9b | refs/heads/master | 2023-02-27T01:08:24.907818 | 2021-02-01T21:06:19 | 2021-02-01T21:06:19 | 335,080,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package structural.facade;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DbSingleton {
private static volatile DbSingleton instance = null;
private Connection conn = null;
private DbSingleton () {
try {
DriverManager.registerDriver(new org.apache.de... | [
"sunilgc0@gmail.com"
] | sunilgc0@gmail.com |
b2f49e768e22f4d146249fd67a48993c49b46eab | b27129c4fdc9637326690a0ee8d6fe4fba22de11 | /app/src/main/java/edu/temple/tuhub/MarketImageloadThread.java | 738ec909b46b33210548229d6593f232a8e489c9 | [] | no_license | RobSenpai/TUHub-Android | fd4ceddd6ef1c7e8982a93f3e55f19e97b2d5547 | 74e7e3f6d1d8b4ede394ca57ee339f9ba79ce25d | refs/heads/master | 2021-01-19T15:19:04.282494 | 2017-04-13T04:47:53 | 2017-04-13T04:47:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package edu.temple.tuhub;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Message;
import java.io.IOException;
import java.net.URL;
import edu.temple.tuhub.models.ImageItem;
import edu.temple.tuhub.models.MarketImageItem;
/**
* Created by mangaramu on 4/2/2017.
*/
public class... | [
"packsman@gmail.com"
] | packsman@gmail.com |
fef17b1e203c51eccf2a4263985d28b43c0cee3a | 2bd96755d49df6c8add09a5765df123161aaaf04 | /epragati-reg-vo/src/main/java/org/epragati/regservice/vo/OtherStateRegVO.java | ddefd497dd67dc2682f3e3b39762ef707295da64 | [] | no_license | otkp/28-reg-vo | 7093b1f30e49bd8e51028fcc3b6347234ee7e66a | 0fabc01db363e20ac40facfa9492d6ef804c36cd | refs/heads/master | 2022-12-30T04:07:07.308541 | 2020-10-16T10:53:59 | 2020-10-16T10:53:59 | 304,599,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,980 | java | package org.epragati.regservice.vo;
import java.io.Serializable;
import org.epragati.master.vo.FinanceDetailsVO;
import org.epragati.master.vo.RegistrationDetailsVO;
public class OtherStateRegVO implements Serializable{
/**
*
*/
private static final long serialVersionUID = -1540885143741077567L;
private Re... | [
"8186067656kpsr@gmail.com"
] | 8186067656kpsr@gmail.com |
19b3fa314379804829b3a13eaf3ca9a1007ca3fc | 52d6aac9a5a707b9599b2b889c3bf608102666f8 | /week1-022.Password/src/Password.java | cc489bb40f6f5a3fe38dba756dbaff0e07d6ed98 | [] | no_license | dlm2595/part1javamooc2013 | 9f2966892eef7f753ae5ce0ad9a3bab372927e44 | 1935292a7cd3da94608e31eb852985bd99d7b648 | refs/heads/master | 2022-07-28T15:55:34.322561 | 2020-05-21T12:23:23 | 2020-05-21T12:23:23 | 265,837,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java |
import java.util.Scanner;
public class Password {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
String password = "carrot"; // Use carrot as password when running tests.
// Write your code here
while (true){
System.out.print("Type t... | [
"dmaria95@hotmail.com"
] | dmaria95@hotmail.com |
92bad537e5ccb6007253fa47fdfcecd7e43e4790 | 541298b7b5299c8d3c1186c77e7e5d1391951a4a | /bit/SpringTest/diTest02/src/com/bit/exam06/Executor.java | fc8f9ac85f4ae3127bbccf5f35bd30451069c17a | [] | no_license | ldh85246/Rong | ec055f4522a1023343abaac47e6506348ddeac04 | f176327d20324f1ad01a2019305b60aca313e101 | refs/heads/master | 2022-10-04T11:28:20.854497 | 2020-09-15T10:56:12 | 2020-09-15T10:56:12 | 211,037,350 | 0 | 1 | null | 2022-09-01T23:31:54 | 2019-09-26T08:19:33 | Java | UHC | Java | false | false | 313 | java | package com.bit.exam06;
public class Executor {
private Worker worker;
public Executor(Worker worker) {
super();
this.worker = worker;
System.out.println("생성자1 동작함");
this.worker.pro();
}
public Executor(String run) {
System.out.println("생성자2 동작함");
}
}
| [
"go85246@hanmail.net"
] | go85246@hanmail.net |
f11b5a74af0f618772b430fdc69c7a33680e072a | a770e95028afb71f3b161d43648c347642819740 | /sources/org/telegram/ui/MessageStatisticActivity$$ExternalSyntheticLambda9.java | 8b56dde393e245978c0012a74af75469508e577c | [] | no_license | Edicksonjga/TGDecompiledBeta | d7aa48a2b39bbaefd4752299620ff7b72b515c83 | d1db6a445d5bed43c1dc8213fb8dbefd96f6c51b | refs/heads/master | 2023-08-25T04:12:15.592281 | 2021-10-28T20:24:07 | 2021-10-28T20:24:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | package org.telegram.ui;
import android.view.View;
import org.telegram.ui.Components.RecyclerListView;
public final /* synthetic */ class MessageStatisticActivity$$ExternalSyntheticLambda9 implements RecyclerListView.OnItemClickListener {
public final /* synthetic */ MessageStatisticActivity f$0;
public /* s... | [
"fabian_pastor@msn.com"
] | fabian_pastor@msn.com |
2783276ee6ab49be94a6006047365844d8be08aa | e1de174c5fafe2daf5ded7d80dce721c46d0e3c2 | /src/ChanelButton.java | 98ee086a10b9cb1e808891b0415c1b7b80ec1241 | [] | no_license | alfamefiuomega/Exercises- | 07175f0794d6e23fdda020e3d612b0e5753bf785 | 3d1a7f896a9d17b69c30c19250a6dac87d327464 | refs/heads/master | 2020-09-19T04:08:46.469202 | 2019-11-28T22:17:43 | 2019-11-28T22:17:43 | 224,201,922 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | public class ChanelButton extends Button {
private int programNumber;
private Integer canal;
public void setProgramNumber(int programNumber) {
this.programNumber = programNumber;
}
@Override
public <T> T onClick() {
switch (programNumber) {
case 1: {
... | [
"alfamefiuomega@gmail.com"
] | alfamefiuomega@gmail.com |
707093285b40497506f5d2137b40791737720180 | fac5d6126ab147e3197448d283f9a675733f3c34 | /src/main/java/com/mapzen/android/lost/api/Status.java | 332febf9e5cb15a53e0192cfb34e75f7216557ed | [] | no_license | KnzHz/fpv_live | 412e1dc8ab511b1a5889c8714352e3a373cdae2f | 7902f1a4834d581ee6afd0d17d87dc90424d3097 | refs/heads/master | 2022-12-18T18:15:39.101486 | 2020-09-24T19:42:03 | 2020-09-24T19:42:03 | 294,176,898 | 0 | 0 | null | 2020-09-09T17:03:58 | 2020-09-09T17:03:57 | null | UTF-8 | Java | false | false | 4,150 | java | package com.mapzen.android.lost.api;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.IntentSender;
import android.os.Parcel;
import android.os.Parcelable;
import com.dji.scan.zxing.Intents;
import com.mapzen.android.lost.internal.DialogDisplayer;
public class Status implements Re... | [
"michael@districtrace.com"
] | michael@districtrace.com |
9ab64683768e53cf99d37c8c2ab5e3b067272119 | 65c79e69d7c97dc7eb1532e77ae1bd2ece83fbe6 | /JavaBase/src/main/java/com/zjk/hy/jvm/FullGC_Problem01.java | 175d97a1cd541674cebeac5545a5920fd60d13fa | [] | no_license | zhangjukai/Go-Gad | 8618bf0a377d34f784ad7c201d08431861f48c52 | d463e3faccc580d77b67886a11288c78622ddbae | refs/heads/master | 2023-05-31T06:37:30.215749 | 2023-05-12T03:28:19 | 2023-05-12T03:28:19 | 185,611,030 | 0 | 0 | null | 2022-12-15T23:30:09 | 2019-05-08T13:25:51 | Java | UTF-8 | Java | false | false | 1,545 | java | package com.zjk.hy.jvm;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
/**
* 从数据库中读取信用数据,套用模型,并把结果进行记录和传输
*/
public... | [
"jk_zhangjukai@163.com"
] | jk_zhangjukai@163.com |
8d1d8b8d115dc82eda4dba91f964f75833c4019a | 0acd22e8a5f2e295652815e062015a4d434e2ffc | /src/cn/edu/lsu/dao/impl/OrderDAOImpl.java | fe74fd9d5ebf4d8d3a83aec0dad99509005689d6 | [] | no_license | nalixu/bookstore | b6d4593dec86ed5b2024d9631b7e6c4d1cfc4913 | b2109fe5eb6697b5e88e807e7c04517e00684aa4 | refs/heads/master | 2021-09-01T19:20:44.197043 | 2017-12-28T12:02:23 | 2017-12-28T12:02:23 | 115,618,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,995 | java | package cn.edu.lsu.dao.impl;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import cn.edu.lsu.bean.Order;
import cn.edu.lsu.dao.BaseDao;
import cn.edu.lsu.dao.OrderDAO;
public class OrderDAOImp... | [
"nalixu@163.com"
] | nalixu@163.com |
7911e37eb673f2ab9de4c1a85703a6538e2fb831 | 253c879662a6800700fc7a0917d0015e034dd6a5 | /workspace/08_exception/src/ex07_exception/DepositException.java | 4cef33ee553a462bdac5a07dab41caf17f8a7d47 | [] | no_license | jeongyuhan/javastudy | 259a8004cee83406fbcb8e52f37e4c92cd0a6620 | 5dd3e49a7149c6b1266f54caa670425ffff08d8f | refs/heads/main | 2023-04-01T21:55:09.999121 | 2021-04-01T08:41:04 | 2021-04-01T08:41:04 | 347,885,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 182 | java | package ex07_exception;
@SuppressWarnings("serial")
public class DepositException extends Exception {
public DepositException(String message) {
super(message);
}
}
| [
"tksdkrxkrl@naver.com"
] | tksdkrxkrl@naver.com |
6a53e19507b1de1b8eded2992285e57fae87bcd2 | cfd60dd9cf3c18ea77b95560f8d9aa1f48e8c935 | /app/src/main/java/edu/nntu/gerforecast/fragments/MainMenuFragment.java | 4557ace97d8778600a48503d2ee9e94d71dac577 | [] | no_license | GromHoll/GerForecast-Android | 0910e2873b2d22cc859da2fa5ec4e648feec4111 | a4baf581e9b6c704aa7d34af9ea1ece60dd59dbd | refs/heads/master | 2021-01-23T16:37:46.238127 | 2015-06-03T22:40:03 | 2015-06-03T22:40:03 | 35,975,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,229 | java | package edu.nntu.gerforecast.fragments;
import android.app.Activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import edu.nntu.gerforecast.MainActivity;
import edu.nntu.gerforecast.R;
public class MainMenuFragment extends MainActivity.Plac... | [
"gromholl@gmail.com"
] | gromholl@gmail.com |
2288a58acf27f5bd195ed6c4012a3e0d43cc5798 | 3e513d542536eccff06ea9cf96f7481c73422e8b | /src/main/java/model/Car.java | f541d7eb71aa3c69d1bacd3f5e5971c38ad362a0 | [] | no_license | SergeyKostin/CarShowroom | 10ca37e31ccdfa3b7ebeff56c7fe2ccfc86537d7 | 93be4c4155aee70f2245421e931650e4637f3e68 | refs/heads/master | 2020-05-19T07:04:15.334790 | 2019-06-12T10:21:05 | 2019-06-12T10:21:05 | 184,889,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,946 | java | package model;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "car")
public class Car {
@Id
private String id;
private String model;
private String date;
private String color;
private String vin;
private... | [
"sergey.kostin1996@yandex.ru"
] | sergey.kostin1996@yandex.ru |
26f1079bcf61ed086a19aba634362d4f27d8348f | d463e82f8f9c71213f95e8744d2316d0adfb9755 | /scan-mms-computing/twain.src/uk/co/mmscomputing/concurrent/TimeUnit.java | c820a35e16b54caf717ece73b7186daf06ed0ce4 | [] | no_license | wahid-nwr/docArchive | b3a7d7ecf5d69a7483786fc9758e3c4d1520134d | 058e58bb45d91877719c8f9b560100ed78e6746d | refs/heads/master | 2020-03-14T07:06:09.629722 | 2018-05-01T18:23:55 | 2018-05-01T18:23:55 | 131,496,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | /* */ package uk.co.mmscomputing.concurrent;
/* */
/* */ public class TimeUnit
/* */ {
/* 4 */ public static final TimeUnit MILLISECONDS = new TimeUnit();
/* */ }
/* Location: /home/wahid/Downloads/webscanning/twain.jar
* Qualified Name: uk.co.mmscomputing.concurrent.TimeUnit
* JD-Core Ver... | [
"wahid_nwr@yahoo.com"
] | wahid_nwr@yahoo.com |
0940d3c9c059b19d572094d5f5fd9be0fc8b9b90 | 06c9c3e44901ede8f1b810a3f756df0af8cb85e2 | /src/main/java/trspo/dto/BookDTO.java | c5dec2f1e9222fddcfca1ad4a4fb38c3c1893519 | [] | no_license | MakTsy/AirportMain | 8af4817039e2fb45152f9471fd05db8630e8cd9c | cac43dc37a1816ca2766b6de65784445bf1e980f | refs/heads/master | 2023-01-09T03:39:02.814602 | 2020-11-03T18:30:33 | 2020-11-03T18:30:33 | 304,372,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package trspo.dto;
import java.util.UUID;
public class BookDTO {
public UUID clientId;
public UUID flightId;
public String sitClass;
public boolean payed;
}
| [
"46566723+MakTsy@users.noreply.github.com"
] | 46566723+MakTsy@users.noreply.github.com |
391a3274fcbce795bcd3b821b46f8d671b14394a | 7c47d8f890aeb8c5f02709d36b3b1ae9c95cde12 | /src/main/java/ros/integrate/pkg/xml/VersionRange.java | 7ce057eca128dc79f1736870f445d67dca2e2bf1 | [
"Apache-2.0"
] | permissive | Noam-Dori/ros-integrate | 7b33611905eedec07f76bb87b17636deea2efcc4 | 035c9b238a339f3aca54c94e5fcdd3c35d92bbf9 | refs/heads/master | 2023-05-12T09:47:09.595264 | 2023-05-01T11:34:13 | 2023-05-01T11:34:13 | 143,184,603 | 33 | 4 | Apache-2.0 | 2023-04-18T06:00:42 | 2018-08-01T16:59:06 | Java | UTF-8 | Java | false | false | 10,646 | java | package ros.integrate.pkg.xml;
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.Arrays;
import java.util.Objects;
/**
* describes a range of versions and provides a bunch of methods to build and manipulate version ranges... | [
"TheNODO55@gmail.com"
] | TheNODO55@gmail.com |
e2b5c667e7dfa8c642d287db8a9bb593d3d34657 | 849acf2c2ced03dd68d55bddbfbc3b90c888d69f | /app/src/main/java/com/soch/foundation/eventure/Widgets/AnimatImg.java | 2eb2decaf512433876d4852c24cf6d03de9a0f71 | [] | no_license | kiran47455/Eventure | ad43256b29b06d4856e9957e31dcfe10f36c35f8 | b23970b4d8e52c0d8fc8c698ab7be6db3551f448 | refs/heads/master | 2020-03-30T00:32:18.736735 | 2016-07-02T12:24:48 | 2016-07-02T12:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,965 | java | package com.soch.foundation.eventure.Widgets;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.view.ViewPropertyAnimator;
import a... | [
"tmgravi666@gmail.com"
] | tmgravi666@gmail.com |
5fcebba996e53efcd689f7a5f80c97dee43f6335 | 8e4318bdec9d00038b7b985a1d0eb037695ba7f7 | /cctvcc-common/cctvcc-core/src/main/java/cn/cctvcc/core/utils/ServletUtils.java | 1ca2c0723488f1cdf7200632e820c1cf929cd496 | [] | no_license | 904316429/cctvcc | d2fcda49ec4ff894f925cf52957e4984d2f4287e | a81ca24b48605a6cbbb61a58d279bdbfb61beae9 | refs/heads/master | 2023-08-19T08:00:05.133230 | 2021-09-26T04:09:16 | 2021-09-26T04:09:16 | 407,736,438 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,921 | java | package cn.cctvcc.core.utils;
import cn.cctvcc.core.constant.Constants;
import cn.cctvcc.core.domain.R;
import cn.cctvcc.core.text.Convert;
import com.alibaba.fastjson.JSONObject;
import org.apache.commons.lang3.StringUtils;
import org.springframework.core.io.buffer.DataBuffer;
import org.springframework.http.HttpHead... | [
"904316429@qq.com"
] | 904316429@qq.com |
f73c7e10b25c59dde832a4fbf07e8da2b823d2a8 | 673416acc6fa0021f264728219dc8d77e49bc84c | /src/main/java/com/wnn/myservice/AttrServiceInf.java | ba8f7e65d09d84ac276f98946c1221202bac0526 | [] | no_license | ygshiliu/B2C_manager | 06d4bf8e0aa52e3277ed354ea60a88804be6708b | d54da9c504abfb059ba38b7a8e668586226f0590 | refs/heads/master | 2021-07-18T06:27:38.317379 | 2017-10-25T08:42:40 | 2017-10-25T08:42:40 | 108,242,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.wnn.myservice;
import java.util.List;
import com.wnn.mybean.Object_T_mall_attr;
import com.wnn.mybean.T_mall_product;
public interface AttrServiceInf {
List<Object_T_mall_attr> get_attr_by_class_2(Integer flbh2_id);
void add_attr(List<Object_T_mall_attr> attr_list);
}
| [
"zhonghe.2008@163.com"
] | zhonghe.2008@163.com |
0c479b286c4d028fffe038a07afbb7866e86ca32 | 1910d2dde20776155398da1038756dc3f82f7cef | /src/com/rehansqapoint/genericmethods/WebUtilities.java | daef20eddc10f042c994d96ed95a48d5f48e5374 | [] | no_license | prathapSEDT/JavaSDET_OCT | c6015739f6c117a6627a3aa5c0177d1679768bd2 | 11d231532fb392ece773cbd0b0d2da70b62810db | refs/heads/master | 2023-01-13T07:10:51.816511 | 2020-11-11T07:35:50 | 2020-11-11T07:35:50 | 308,562,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package com.rehansqapoint.genericmethods;
import com.rehansqapoint.jsondatautil.ReadJsonData;
public class WebUtilities extends ReadJsonData {
public void launchBrowser(String browser){
switch (browser){
case "chrome":
System.out.println("Launching chrome browser");
... | [
"veeraprathapmalepati@Veeras-MacBook-Pro.local"
] | veeraprathapmalepati@Veeras-MacBook-Pro.local |
842475f96ddb24089b4eebffa5d0f42ab49bdc44 | 6721c68a56c0d42ba98dc408bee4aee96896c97c | /src/main/java/pl/tomkuran/BootMeApplication.java | fabda35ead38ab4003dace1b7fb72e80d787fd66 | [] | no_license | tomkuran/bootMe | 53d2e5069f8a94e468aa2995983ceefc2e6dddda | 09a9c710292d9a227c5786b861185381cf2289a1 | refs/heads/master | 2021-01-21T13:07:51.246415 | 2016-03-23T09:37:24 | 2016-03-23T09:37:24 | 54,121,067 | 0 | 0 | null | 2016-03-17T13:57:03 | 2016-03-17T13:43:57 | null | UTF-8 | Java | false | false | 303 | java | package pl.tomkuran;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BootMeApplication {
public static void main(String[] args) {
SpringApplication.run(BootMeApplication.class, args);
}
}
| [
"tomkuran@gmail.com"
] | tomkuran@gmail.com |
dff9c1e61f85c6d2e75f4fbc9af0257a3234dce3 | 1f35fba66d5167a2dc41cba836301e632ade0dc4 | /GameDev/GameMaker/GMBuilder/tests/src/com/cristiano/java/jme/tests/persistence/GMPersistenceTests.java | 4e3ae1109095e5e43ff5c8144b3c4aa8f4a84bf9 | [] | no_license | cristianoferr/projetos | 67ccfaa3d8e6701c70a5135f3675d5fd3099ef9f | 1d00a2ba9cd5180243afdc61730d95caae188c0f | refs/heads/master | 2021-01-17T13:06:38.352334 | 2017-07-31T19:13:46 | 2017-07-31T19:13:46 | 19,613,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.cristiano.java.jme.tests.persistence;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ TestGameState.class,TestImportExportJSON.class,TestAssets.class})
public class GMPersistenceTests {
}
| [
"cristianorj@gmail.com"
] | cristianorj@gmail.com |
bcad4654f3d7e079c30176959f208206f7215a06 | 558b7cb10d49d194f003e7d8dd01f34b83747de0 | /covidAnalyzerTool/src/main/java/eci/arsw/covidanalyzer/ProcessThread.java | e829e2bf3a97d9c4e443f874127d160b0a729b70 | [] | no_license | Nikolas2001-13/Parcial1-ARSW | ac5f06c91c9d2002286c20842082385e01ade2cd | d31e3ba13175ecb4b92d5779c2c2aa7d3ebb51c1 | refs/heads/master | 2023-03-12T12:24:51.014895 | 2021-02-25T14:57:19 | 2021-02-25T14:57:19 | 342,236,130 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,910 | java | package eci.arsw.covidanalyzer;
import java.io.File;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
public class ProcessThread extends Thread{
private List<File> resultFiles;
private ResultAnalyzer resultAnalyzer;
private AtomicInteger amountOfFilesProcessed;
private TestRea... | [
"nikolas.bernal@mail.escuelaing.edu.co"
] | nikolas.bernal@mail.escuelaing.edu.co |
b3cbf1071ce279d0066b28088cac51e102d79287 | 7024816c98b7fec86e6bd0bf82ac599ef285019d | /src/src/Node.java | 0dbb24c260483c2e098939c03237c9bd2ade77c0 | [] | no_license | t4canty/rngame | b568853adabc48ad558c22f3654e93149ae0ed9d | 0533d4aa9c51440bd49e0ed8768b01101fff5d48 | refs/heads/master | 2021-08-20T06:29:03.660829 | 2020-04-15T19:22:29 | 2020-04-15T19:22:29 | 163,755,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package src;
import java.awt.Graphics;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import javax.swing.JButton;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
i... | [
"t4canty@gmail.com"
] | t4canty@gmail.com |
b56123d4a5f36edd5fb0975d4dca30d9d730fb43 | 5aaa8c6d0ddc15975f9ec3e8b14f88484dde5e52 | /src/main/java/com/wingsglory/foru/server/model/VerificationCodePhoneExample.java | e0310716683e89f36598015f063592e25f792cf4 | [] | no_license | hezhujun/FORU-SERVER | f4c761b27b2d674c1f75e86810a6fc292552d39a | df9ff41b1cd20426df233c6123b4c7f4219da428 | refs/heads/master | 2021-01-01T17:35:19.264585 | 2017-09-04T11:40:02 | 2017-09-04T11:40:02 | 94,957,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,133 | java | package com.wingsglory.foru.server.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class VerificationCodePhoneExample {
protected String orderByClause;
protected boolean distinct;
protected Integer offset;
protected Integer rows;
public Integer getOffset... | [
"1214507717@qq.com"
] | 1214507717@qq.com |
2e751d86e24984ef4f9a334895123ba904949607 | 7b5a744665462c985652bd05685b823a0c6d64f6 | /zttx-tradecore/src/main/java/com/zttx/web/module/brand/mapper/BrandAlbumMapper.java | 142e8446b528b8c38ecfb1659bbcbe4fb730c9f2 | [] | no_license | isoundy000/zttx-trading | d8a7de3d846e1cc2eb0b193c31d45d36b04f7372 | 1eee959fcf1d460fe06dfcb7c79c218bcb6f5872 | refs/heads/master | 2021-01-14T01:07:42.580121 | 2016-01-10T04:12:40 | 2016-01-10T04:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | /*
* @(#)BrandAlbumMapper.java 2015-8-26 下午1:47:29
* Copyright 2015 郭小亮, Inc. All rights reserved. 8637.com
* PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.zttx.web.module.brand.mapper;
import com.zttx.sdk.annotation.MyBatisDao;
import com.zttx.sdk.core.GenericMapper;
import co... | [
"ngds@maybedeMacBook-Air.local"
] | ngds@maybedeMacBook-Air.local |
63ef15c571aa355f970dd5d5b649b9a084f052b9 | f350f027d3df73756c08bc4e8fa1c76e7a315358 | /src/main/java/com/csse/restapi/restapireact/services/impl/UserServiceImpl.java | 029cb325278f7ae89617693c4d95a4f33ba7ed9f | [] | no_license | ZakirovAlisher/ITrelloBack-end | c3ca0c33e2e02b843dea5e602a067b87d80ce03e | 7f31743f85637751a8f61c56575f535b91599118 | refs/heads/main | 2023-06-18T14:07:07.701011 | 2021-07-11T14:49:18 | 2021-07-11T14:49:18 | 359,707,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,704 | java | package com.csse.restapi.restapireact.services.impl;
import com.csse.restapi.restapireact.entities.Roles;
import com.csse.restapi.restapireact.entities.Users;
import com.csse.restapi.restapireact.repositories.UserRepository;
import com.csse.restapi.restapireact.services.UserService;
import org.springframework.beans.fac... | [
"alysher07@mail.ru"
] | alysher07@mail.ru |
1b7a2c80f9be3718828542ae9382066fb0a2adbf | 35f7bace7153e35fb8d5d232704ed6334e940854 | /MobileSafe660/src/com/project/mobilesafe660/activity/BaseSetupActivity.java | 6e2a7da956a9e2c6b32519db7c14817fce8343f5 | [] | no_license | 375376810/RealProject660 | 418c07dc4776b373d232020f57189ffd6e281d97 | 0c622413673604d3b95347f9013ec76d3239d85a | refs/heads/master | 2021-08-16T02:35:32.889643 | 2017-11-18T20:35:20 | 2017-11-18T20:35:20 | 106,398,914 | 2 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,156 | java | package com.project.mobilesafe660.activity;
import com.project.mobilesafe660.utils.ToastUtils;
import android.app.Activity;
import android.os.Bundle;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
/** 跳转页面基类 **/
public abstract class BaseSetupActivity exten... | [
"375376810@qq.com"
] | 375376810@qq.com |
c72926d0b576624ec3b65aa254357f6fa7c88486 | ced303c83387e3fdd5de8bcaefec161e37784622 | /src/main/java/com/example/bootopen/common/utils/web/config/ValidatorConfiguration.java | d8eaf068cd89e43607dcf43a2dbc8361fee72a44 | [] | no_license | jinny-c/bootopen | 24166298b09eeda51f7471b40f475cecbe851a75 | 01cfd53de6ff59538950a56479ae3fcd6fc8e949 | refs/heads/master | 2023-06-22T22:57:45.970345 | 2023-06-12T02:12:01 | 2023-06-12T02:12:01 | 163,384,796 | 1 | 0 | null | 2023-02-08T09:29:20 | 2018-12-28T08:12:15 | Java | UTF-8 | Java | false | false | 825 | java | package com.example.bootopen.common.utils.web.config;
import org.hibernate.validator.HibernateValidator;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import javax.validation.Validation;
import javax.validation.Validator;
import javax.validation.Valid... | [
"chaijindong"
] | chaijindong |
80ef79148887c9513f84f0a4ad15abd5ae4d8a6b | 7b7c16ef491bf539d6e3097c038b66e2b35bb3f0 | /src/main/java/carpet/forge/fakes/IChunk.java | a867f69ecae61d0b5a6c367b14e3a86c86df5b3c | [] | no_license | Mimerme/ForgedCarpet | eef168a365b506d11b9cee6314f051103f95335a | 212fe22f92618d3af594cc82c5967c4e9fb333f6 | refs/heads/master | 2023-01-12T00:48:26.944495 | 2020-11-13T12:34:33 | 2020-11-13T12:34:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package carpet.forge.fakes;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.EnumSkyBlock;
public interface IChunk
{
short[] getNeighborLightChecks();
void setNeighborLightChecks(short[] in);
short getPendingNeighborLightInits();
void setPendingNeighborLightInits(shor... | [
"modding.deadlymc@gmail.com"
] | modding.deadlymc@gmail.com |
2bbd3e3d1ab69d167c2deeab9a58a6ab65c01885 | 09604a6ff153a973cf56879e7bb15816b192e6ff | /payment-module/src/main/java/com/cg/ovs/service/CustomerService.java | 9e8a6f8341789f5582443bf4c0bed98d6ed0bb40 | [] | no_license | sohelsutriya/Online-Vegetable-sales-app | 2cad93a5836af3b210da4d2184e7f4e47a9dbe73 | 717f2763b2e153976443ebc5e858aab694b01ca2 | refs/heads/main | 2023-01-07T20:56:43.417487 | 2020-11-04T16:55:41 | 2020-11-04T16:55:41 | 307,890,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | /**
*
*/
package com.cg.ovs.service;
import org.springframework.stereotype.Service;
/**
* @author sohel
*
*/
@Service
public interface CustomerService {
public boolean authenticateUser(int customerId,String securityAnswer);
}
| [
"noreply@github.com"
] | noreply@github.com |
bf60e7fd849b554ca67ce30522c1c38e85e4417d | 1e5ac4a5d731089adfa0ba2747bb61164f8e0f45 | /app/src/main/java/com/example/ben/myapplication/Main2Activity.java | 5781c018eddc35b723b0a6839cacf45276e1c6f1 | [] | no_license | kinchad/sharound | 19fe87e3a991e6f97880b7fcd293c5a0cad6190c | 34058910ca281755f711cc9e66408a6950500c09 | refs/heads/master | 2020-03-12T21:36:49.183157 | 2018-04-23T14:34:04 | 2018-04-23T14:34:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,102 | java | package com.example.ben.myapplication;
import android.arch.lifecycle.ViewModelProviders;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.Floati... | [
"sharoundapp@gmail.com"
] | sharoundapp@gmail.com |
001e92c934e6b5615bb1351cb53370fd8feb698b | 7007371aa342a7475ccc7f4cd83d415e655a5ae0 | /src/oculus/memex/clustering/WordCloudDetails.java | ae361a53e5c0eb597b0d929eb02f6179613391a0 | [] | no_license | curtiszimmerman/TellFinder | 31a677ac80990108cf92fa0cd7f8a9d29219f0b6 | 5fa920ca5b24f8ca87e35400eeccf55fda75aa7e | refs/heads/master | 2021-01-18T07:02:33.736423 | 2015-04-08T16:27:58 | 2015-04-08T16:27:59 | 34,244,631 | 3 | 3 | null | 2015-04-20T07:20:01 | 2015-04-20T07:19:59 | null | UTF-8 | Java | false | false | 5,641 | java | package oculus.memex.clustering;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Set;
import java.util.regex.Pattern;
import oculus.memex.init.PropertyManager;
public class WordCloudDetails {
private static class ColumnDescriptor {
public String key;
public boolean saniti... | [
"ehall@oculusinfo.com"
] | ehall@oculusinfo.com |
84b296a61088a2b896b557bcb9238fabc3d25fd0 | 45ec3ceb3bca01874b6c922b9b6ca52b606e1a5e | /Tester.java | dab5fc992a78048c9df93d92d849d7c61fd85fe1 | [] | no_license | EricShi1255/LetsGetReal | adc4a1f3f66caba9e4bb963bb127db987033afcf | f6b6d48546fdbfdadf42a0bfa307c58a59d9d3ce | refs/heads/main | 2023-01-22T14:59:35.597873 | 2020-11-25T03:11:43 | 2020-11-25T03:11:43 | 314,930,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | public class Tester {
/*
private static int gcd(int a, int b){
for (int i = Math.min(a,b); i > 1; i--) {
if ((a % i == 0) && (b % i == 0)) {
return i;
}
}
return 1;
}
*/
public static void main(String args[]) {
RealNumber a = new ... | [
"eshi20@stuy.edu"
] | eshi20@stuy.edu |
cfa0d0c60e11217c3ec0e0ac77c9f3ca26710477 | dc665590ec27a3220627f2ab0412c6dce69a66d6 | /P_240_search-a-2d-matrix-ii/Solution.java | 3a20dddef23f745b57f016a833183aaeeb0100a5 | [] | no_license | suyilearn/LeetCode-2 | 5f630592ad4fefa196d14231d44e13d76cb3da95 | f79661008d400cb2d547f3600e2167adefe3e260 | refs/heads/master | 2021-05-31T11:18:58.136189 | 2016-04-15T16:06:54 | 2016-04-15T16:06:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,505 | java | /*
* We start search the matrix from top right corner,
* initialize the current position to top right corner,
* if the target is greater than the value in current position,
* then the target can not be in entire row of current position because the row is sorted,
* if the target is less than the value in curren... | [
"dugu9sword@163.com"
] | dugu9sword@163.com |
07c964e0a1de0d5a95b79c1f85e28af1dc815f04 | d3d2a293f13cbb402523d812b62e2bfbf859d207 | /Main.java | 52e02d7c67c84d512bf8ed961bdb5e3fa8edf9aa | [] | no_license | theniaK/University-System | 5bb6b0a9956af49fd7b216551ebf81db54b787e6 | 1db3e9ac38e9caa497bfe42352695acadab1226c | refs/heads/master | 2020-03-12T12:08:56.613394 | 2018-04-22T22:02:21 | 2018-04-22T22:02:21 | 130,611,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java |
public class Main {
public static void main (String[] args){
Registry RegistryEFPL = new Registry();
InputScreen inputScreen = new InputScreen (RegistryEFPL);
}
}
| [
"noreply@github.com"
] | noreply@github.com |
75d22bb8747ddf7bc0e94960aa755a8c879745b6 | 12e92f870231a2e914d8fce0de36e22d83e6b425 | /Nano9Parent/Nano9JPA/src/main/java/br/com/nano9/jpa/bean/ContaPagaEntity.java | b207b7bcf6a1b0922211d65a9bce4fe3dc03578c | [] | no_license | luh16/nano9final | 6803c487963daf3b69a53617ffbfbe0240c1ff9a | 420611fa2c2f123a764244b643b2fe9cd6bfaabc | refs/heads/master | 2021-07-13T08:05:41.205909 | 2017-10-12T20:58:55 | 2017-10-12T20:58:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,663 | java | package br.com.nano9.jpa.bean;
import java.io.Serializable;
import java.time.LocalDate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="contaspagar")
public class ContaPagaEntity
implements Serializable
{
private s... | [
"davi.piala@gmail.com"
] | davi.piala@gmail.com |
053acb38dc23de1024244472b006e609e947bacb | 8df656e8539253a19a80dc4b81103ff0f70b2651 | /testManage/src/main/java/cn/pioneeruniverse/dev/dao/mybatis/TblTestSetCaseMapper.java | ba320d165421cdd2226edca9bc4db11fe9fbdb6a | [] | no_license | tanghaijian/itmp | 8713960093a66a39723a975b65a20824a2011d83 | 758bed477ec9550a1fd1cb19435c3b543524a792 | refs/heads/master | 2023-04-16T00:55:56.140767 | 2021-04-26T05:42:47 | 2021-04-26T05:42:47 | 361,607,388 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,324 | java | package cn.pioneeruniverse.dev.dao.mybatis;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import cn.pioneeruniverse.common.annotion.DataSource;
import cn.pioneeruniverse.dev.vo.ExportParameters;
import org.apache.ibatis.annotations.Param;
import com.baomidou.mybatisplus.mapper.BaseMapper;
i... | [
"1049604112@qq.com"
] | 1049604112@qq.com |
997a806eb3764ff71da20feeb8880986727500f6 | 9dae43ead0affd55a55fe81a7c49dd1292d436a9 | /src/main/java/com/ty/modules/tunnel/send/container/entity/cmpp/MsgConfig.java | 25da53802de5789bcd2a58f8c0501ee308a3f1eb | [] | no_license | zz1433105853/GitTest | b31647f62e960016af633d715685212558378e95 | 97af7d343ebe7b86cac5021751a18344ec88c022 | refs/heads/master | 2020-04-12T22:38:50.356375 | 2019-01-21T06:14:45 | 2019-01-21T06:14:45 | 162,794,648 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,552 | java | package com.ty.modules.tunnel.send.container.entity.cmpp;
import com.ty.common.persistence.DataEntity;
/**
* Created by tykjkf01 on 2016/5/20.
*/
public class MsgConfig extends DataEntity<MsgConfig> {
private static final long serialVersionUID = 8534361685323303784L;
private String type;
private Strin... | [
"1433105853@qq.com"
] | 1433105853@qq.com |
02cc40fc9ccbb06593f5018917852d4b78d90884 | e325b8bf663499d2a7d4c33536df6fd0cfb7339c | /SocketExchange/src/com/ai4n/socketExchange/model/socketExchange/IsLoginExistRequest.java | 0c17a0b5b96a9cc2c45d8e481bfc4ea0b924c052 | [] | no_license | Ai4n/library_socket_project | 86b2dd73afc3b7b688f58d9de06764417a3f0ac0 | 7f5313ff68d5523fc6a87178854491eff62cac9f | refs/heads/master | 2020-09-17T02:31:06.502321 | 2020-01-16T14:23:34 | 2020-01-16T14:23:34 | 223,960,069 | 0 | 0 | null | 2020-01-16T14:23:35 | 2019-11-25T13:52:26 | Java | UTF-8 | Java | false | false | 489 | java | package com.ai4n.socketExchange.model.socketExchange;
import com.ai4n.socketExchange.model.ServerMessage;
import com.ai4n.socketExchange.model.SocketExchange;
public class IsLoginExistRequest extends SocketExchange {
private String newLogin;
public IsLoginExistRequest() {
super(ServerMessage.LOGIN_CHECK);
}
... | [
"ab63@inbox.ru"
] | ab63@inbox.ru |
5c4ac7a93de38b9741c2ba5a3337b050c264b6a6 | c28c86d0bf2545e6457603b0f56cedf6a611aff1 | /demo/src/main/java/grammar/reflection/IntegerTest.java | f2622a7ed241209f76fdc926fd39580e41f484fc | [] | no_license | YangShuailing/test-1 | 01e4ac09aeb4b00561a6785f26a8531c5871348a | 4c6c22ebb1f6e2e49ed3f3d259b4cb0fe2b3eadc | refs/heads/master | 2021-05-04T23:01:27.767081 | 2018-01-16T15:08:26 | 2018-01-16T15:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 915 | java | package grammar.reflection;
import java.lang.reflect.Field;
import java.util.Random;
/**
* Created by wajian on 2016/10/5.
*/
public class IntegerTest {
//http://www.mincoder.com/article/4432.shtml
//Integer由缓存决定,改变缓存来改变Integer
public static void main(String[] args) throws Exception {
Class<?> c... | [
"1224017485@qq.com"
] | 1224017485@qq.com |
bb481a44ab5fa80b46e7793a2b1b3bea8f116f8e | 6e498099b6858eae14bf3959255be9ea1856f862 | /src/com/facebook/buck/support/log/AbstractLogBuckConfig.java | b5a37395b5c1e1bcffeb68ae831d55c55ac286b8 | [
"Apache-2.0"
] | permissive | Bonnie1312/buck | 2dcfb0791637db675b495b3d27e75998a7a77797 | 3cf76f426b1d2ab11b9b3d43fd574818e525c3da | refs/heads/master | 2020-06-11T13:29:48.660073 | 2019-06-26T19:59:32 | 2019-06-26T21:06:24 | 193,979,660 | 2 | 0 | Apache-2.0 | 2019-09-22T07:23:56 | 2019-06-26T21:24:33 | Java | UTF-8 | Java | false | false | 2,836 | java | /*
* Copyright 2019-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
e346ca9b051f6ab1821d58b5ce0200e4a856e31a | 9ce4ccdea825037580d62166437437dbb5673e66 | /CCC/TandemBicycle.java | e5277bf8c8f9eebd081e796861f217ffd6d99dcd | [] | no_license | makeren/competitive-programming | 7e2c0d8daf9441e1ca02b6137618f03ce977b8c9 | f5c5e4b96f32c34c0c2bdb0b6a4053b56dff7cef | refs/heads/master | 2022-03-15T13:39:56.916956 | 2019-11-03T03:21:53 | 2019-11-03T03:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | import java.util.Arrays;
import java.util.Scanner;
public class TandemBicycle {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner (System.in);
int T = sc.nextInt();
int N = sc.nextInt();
String [] D = new String [N];
String [] P = new String [N];
int... | [
"49121271+makeren@users.noreply.github.com"
] | 49121271+makeren@users.noreply.github.com |
724a523cc44d5ba67d2db9f742875a00c5cb67c5 | 24833adb16114113d5e079915dcd709ea544eeab | /PackScheduler/test/edu/ncsu/csc216/pack_scheduler/course/roll/CourseRollTest.java | 96e9905c3546aa559c4ff35b66860a50a88f3a64 | [] | no_license | sdwelsh/RegistrationManager | 706ae873fc40af72fb8ca1a1c180adddad66f32b | 35598fe933f54270180d58c166a3bb637e063671 | refs/heads/master | 2022-09-08T21:49:52.511709 | 2020-04-23T17:42:55 | 2020-04-23T17:42:55 | 267,676,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,092 | java | package edu.ncsu.csc216.pack_scheduler.course.roll;
import static org.junit.Assert.*;
import org.junit.Test;
import edu.ncsu.csc216.pack_scheduler.course.Course;
import edu.ncsu.csc216.pack_scheduler.directory.StudentDirectory;
import edu.ncsu.csc216.pack_scheduler.user.Student;
/**
* Test the course roll class and... | [
"sdwelsh@ncsu.edu"
] | sdwelsh@ncsu.edu |
894dc59a0c2f2dda709c1cb2f28d6974ba4fad68 | 6ed66ca298b196e022c25392e7fd3ef3f458fbae | /src/main/java/testrepo/demo/dto/UserContext.java | 8414c4840850b72cac12838fe172f99a7bcf1262 | [] | no_license | KrystianCiamaga/VTecToGowno | f68cd7acf7b5d945f0dca7bf0abb03cd0197798b | 97ab2c2c6b91d61c5a7f1ef02a5ec9865b819681 | refs/heads/master | 2023-03-02T17:09:34.512123 | 2021-02-09T19:09:52 | 2021-02-09T19:09:52 | 337,215,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package testrepo.demo.dto;
import org.springframework.stereotype.Component;
@Component
public class UserContext {
private Long userId;
private String poswiadczeniaUzytkownika="";
public void setUserId(Long userId) {
this.userId = userId;
}
public void setPoswiadczeniaUzytkownika(String poswi... | [
"[Your"
] | [Your |
381411b861feebcb91de823442d9d928efc30291 | c294a6b0bcaf3d4166611d11b5eb072aadbf90e1 | /leyou-item/leyou-item-service/src/main/java/com/leyou/item/controller/BrandController.java | 8ff939e8332246a66575c919137c3a86c6e5da94 | [] | no_license | xu7777777/leyou | c1a39397884841432cca9bd4a43f947f1dd27078 | dd335bd09fe25cb08edb667e1a777e0df6613c85 | refs/heads/master | 2022-06-22T08:06:48.802297 | 2020-02-16T13:10:56 | 2020-02-16T13:10:56 | 240,702,268 | 1 | 0 | null | 2022-06-21T02:48:42 | 2020-02-15T12:03:07 | Java | UTF-8 | Java | false | false | 2,752 | java | package com.leyou.item.controller;
import com.leyou.common.pojo.PageResult;
import com.leyou.item.pojo.Brand;
import com.leyou.item.service.BrandService;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.util.CollectionUtils;
import org.springframewo... | [
"44518662+xu7777777@users.noreply.github.com"
] | 44518662+xu7777777@users.noreply.github.com |
beea77db7afecfe9edf5aec206af6ab958ece353 | ceddafe71d5765f7dd25c47ebe4ea30f718a2fbf | /src/main/java/com/xinda/wx/wxmanager/vo/TextMessage.java | 4a93c6851bba70d0c8598ee0c0d9baf32b558300 | [] | no_license | lijie2008/wxmanager | ec4c4c9dc18ae34222cc63f2516786716a39fe35 | dd4e21f70464bf6561226888d9bc713c72f07024 | refs/heads/master | 2023-01-10T05:36:09.709605 | 2019-07-15T13:50:36 | 2019-07-15T13:50:36 | 196,923,935 | 0 | 0 | null | 2022-12-31T01:52:27 | 2019-07-15T04:29:11 | JavaScript | UTF-8 | Java | false | false | 1,348 | java | package com.xinda.wx.wxmanager.vo;
public class TextMessage {
// 开发者微信号
private String ToUserName;
// 发送方帐号(一个OpenID)
private String FromUserName;
// 消息创建时间 (整型)
private long CreateTime;
// 消息类型(text/image/location/link)
private String MsgType;
// 消息id,64位整型
private long MsgId;
... | [
"confucians2012@163.com"
] | confucians2012@163.com |
7d0630c01c2fa1b7cbe06ff662f842b688320c12 | 321a2738f5e202b1596bf9601380763f4764007f | /rabbitmq-demo/src/main/java/com/owner/rabbitmq/demo/message/RabbitConfig.java | 45bee45055e5d3f624ac30ef8939d1f99c6e2c8d | [] | no_license | zhuangjianfa/demo | aaa785ba343d7466d8f895362071b0dda73ab14c | df8908772fd3bd4e7984db85081f2b86e94b16fe | refs/heads/master | 2020-03-17T17:41:07.827756 | 2018-05-22T07:15:08 | 2018-05-22T07:15:08 | 133,798,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,921 | java | /**
* Copyright © 2014 GZJF Corp. All rights reserved. This software is proprietary
* to and embodies the confidential technology of 深圳市大头兄弟文化传播有限公司 Corp.
* Possession, use, or copying of this software and media is authorized only
* pursuant to a valid written license from 深圳市大头兄弟文化传播有限公司 Corp or an
* authori... | [
"zhuangjianfa@192.168.1.153"
] | zhuangjianfa@192.168.1.153 |
f8bb505a8b37cb1f21c2c578908471082bbc2458 | 3b6d9ac1e993262ad82de8f6dae57d2732311031 | /src/main/java/com/invoice/app/Config.java | 18b1d132c96e1b0fb66814436ef8949dbb988d94 | [] | no_license | arsh-ansari/InvoiceNumConvApp | 8ea79d9eb2771e687cf87e3b44d784054312062c | e1e18a38c213935b50ae94d6ce6ff7c30fa1eb49 | refs/heads/master | 2020-03-25T20:47:59.633196 | 2018-08-10T11:12:54 | 2018-08-10T11:12:54 | 144,146,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | package com.invoice.app;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.oxm.jaxb.Jaxb2Marshaller;
import com.... | [
"Mohammed.Ansari@marriott-sp.com"
] | Mohammed.Ansari@marriott-sp.com |
d8b717abdde1729fc617fe3b48fe9aa040382294 | aeb05006092855016133ba26f3b97df1a7ad6229 | /JavaBasics/src/Basics/AbstractionHDFC.java | 8b2d88df21e81ed959cd3d12ba113a9c0b6d5214 | [] | no_license | mpuri1982/TestProject | b6ff5b29a2154ac5dd32eaaa52c190914b11292b | da0e13e0a546c64b9d78316a34a6ef5ccd455650 | refs/heads/master | 2020-06-26T22:26:52.296564 | 2019-09-12T00:06:17 | 2019-09-12T00:06:17 | 199,773,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package Basics;
public class AbstractionHDFC extends Abstraction{
@Override
public void loan() {
System.out.println("HDFC----- Bank LOAN");
}
}
| [
"mpuri1982@gmail.com"
] | mpuri1982@gmail.com |
c6c723271f833193b7ecae1d902b3ec19c2ab507 | 3c72889df7e07773a80e6ace7c0ba7c16874ddd4 | /src/com/roboo/qiushibaike/CommentActivity.java | 746ca5f2ad999c186fd577bf0e2f49d34917fc36 | [] | no_license | haikuowuya/qiushi_baike | 5e01c0c2ed2377e5f5609a767a8f46709e14243f | 90e2fb1fb8f97f8a931d6fcae2bdfd99580e86b4 | refs/heads/master | 2020-04-23T04:41:00.101363 | 2013-12-19T09:42:25 | 2013-12-19T09:42:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package com.roboo.qiushibaike;
import android.os.Bundle;
import android.view.Menu;
import com.roboo.qiushibaike.fragment.CommentFragment;
import com.roboo.qiushibaike.model.QiuShiItem;
public class CommentActivity extends BaseActivity
{
private QiuShiItem mItem;
@Override
protected void onCreate(Bundle savedInsta... | [
"haikuowuya@gmail.com"
] | haikuowuya@gmail.com |
381303cae0361b35a16a9f26d2f62a20d396a33c | 1e6dd337c8ed9f8c6ad90697a32b9350420bdff8 | /DAY 2/messageSource/App.java | 6f2ed60a92c91d56c1881be7a2ec2742c0ee1fc0 | [] | no_license | jasmira/SpringFramework-For-Beginners | 2dc250791f103f1bab857206181081e589c6b3ee | 138e2cc096e2f6276e246859d6a65b2992b4b2bc | refs/heads/master | 2021-01-11T19:08:23.671235 | 2017-01-18T09:35:13 | 2017-01-18T09:35:13 | 79,324,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 903 | java | package com.ramana.common;
import java.util.Locale;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.ramana.services.MessageService;
public class App
{
public static void main( String[] args )
{
ApplicationConte... | [
"jasmira_fernandes@persistent.co.in"
] | jasmira_fernandes@persistent.co.in |
d6460385094cf3a8db6829a7065a7943cd87b184 | 828bc04856605869a6605f9a97678a426607ef9f | /app/src/main/java/com/android/contacts/common/list/ViewPagerTabStrip.java | adec8f923f961509800688f2313f03577cfb1b41 | [] | no_license | artillerymans/Dialer_Support | 14925695e8b6a7d12d33973c665e6e06b082019a | c460b7b9a9a1da0c0d91aaf253098b96a5c5d384 | refs/heads/master | 2022-11-23T07:55:11.819343 | 2020-08-02T05:57:26 | 2020-08-02T05:57:26 | 284,218,783 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,811 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"zhiwei.zhurj@gmail.com"
] | zhiwei.zhurj@gmail.com |
02fbcf1d8fbbaf3a2e7537a16360eafb910117d7 | 658c7f0c3cc9e758a2e9b612e647f7f2f6085245 | /distributor-web/src/main/java/com/distributor/controller/BaseController.java | b6450c932cb1c7382184ef29c38959fddbade48c | [] | no_license | veyoung/distributor | 7a1765f6e4b70f886444326a0899522474f4bb97 | 35a9d14abc1df710a4ed1413f3a9adfe5eb4b7a6 | refs/heads/master | 2016-09-06T12:05:19.567323 | 2015-08-29T02:19:04 | 2015-08-29T02:19:04 | 39,818,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package com.distributor.controller;
import java.util.HashMap;
import java.util.Map;
public class BaseController {
public Map<String, Object> success(){
Map<String, Object> result = new HashMap<String, Object>();
result.put("success", true);
return result;
}
public Map<String,Object> success(Object obj){
... | [
"642479980@qq.com"
] | 642479980@qq.com |
edb7694dcac9b83819a966c28bc01a4f83cbb08f | e145ed45caa5a82fba38243e1bbb864b09addbb6 | /src/main/java/com/manager/repository/HouseRepository.java | 456ece967dc3acabc833a5694f15a4f02bbc8638 | [] | no_license | nguynduyanh169/ApartmentManager | 944402b055c3d15c42bbd342d102a1e37cfccb89 | e12d79c2fa090b82271ed0658eb7d5cd06cd9cfa | refs/heads/master | 2020-09-16T06:25:26.356025 | 2019-12-30T02:41:47 | 2019-12-30T02:41:47 | 223,682,241 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.manager.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import com.manager.entity.House;
@Reposi... | [
"55968905+nguynduyanh169@users.noreply.github.com"
] | 55968905+nguynduyanh169@users.noreply.github.com |
9e1f8dfcd735872c8aa48d799428a159e37c0608 | 60e8289739a499250321368744409c743fe789e2 | /tests/src/main/java/org/drips/framework/apt/AptAspectTest.java | d81adb9736d62e448894c23985df0661afd300f5 | [
"Apache-2.0"
] | permissive | saurabharora/drips | 5c6ad17b60e64f1863397c7d7d39c0668d66626e | f4403c593c5b436ae47ec25e2fd624556a08dc54 | refs/heads/master | 2016-09-05T19:31:40.618149 | 2008-09-28T17:26:17 | 2008-09-28T17:26:17 | 32,132,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,229 | java | /*
* Copyright 2008 Drips project Owners http://code.google.com/p/drips/
* Saurabh Arora <saurabh.arora@gmail.com> And Prasen Mukherjee <prasen.bea@gmail.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 ... | [
"saurabh.arora@8f699357-4955-0410-b1e6-2be95779e8d5"
] | saurabh.arora@8f699357-4955-0410-b1e6-2be95779e8d5 |
ad05a399732c6d0843521606757b16a80effdcf9 | 1bea0490fa596ee04a92eca2080115960ff530c7 | /src/test/java/com/shure/queue/TestPs.java | b2cda16f597cb36f4ba5566e372ac3137669b2a6 | [] | no_license | dddreams/learn-redis-queue | 0c579c37e582271735864765e5ca4dbb1de7d266 | 08c04cea4d39b7ad3b850509a601d8a9587ebb70 | refs/heads/master | 2023-01-09T02:01:53.872833 | 2020-11-07T16:06:48 | 2020-11-07T16:06:48 | 309,261,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package com.shure.queue;
import com.shure.queue.redisMqPs.publish.Publish;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import java.util.HashMap;
import java.util.Map;
@SpringBootTest
public class TestPs... | [
"dd_dreams@163.com"
] | dd_dreams@163.com |
c0d910fff088f93002c42437bf7842114841dcd3 | 4d551b13419df5e548c4cfb6dc840ee74122ea17 | /src/main/java/com/rabbitmq/rpc/RPCServer.java | f114be6d498fcd407eb8534c8dc9db3a9f8c4115 | [] | no_license | zhangxingj/rabbitmq | d54be46409137d16d7c3f86bc3a14fc11b9d7ee0 | ea0dd0acfbbac301183927e5ea33fe57fa8f0558 | refs/heads/master | 2020-04-07T07:39:03.739363 | 2018-11-26T06:59:28 | 2018-11-26T06:59:28 | 158,184,113 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,923 | java | package com.rabbitmq.rpc;
import com.rabbitmq.client.ConnectionFactory;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Consumer;
import com.rabbitmq.client.DefaultConsumer;
import com.rabbitmq.client.AMQP;
import com.rabbitmq.client.Envelope;
import jav... | [
"caption2005@163.com"
] | caption2005@163.com |
e04dd77a75079f5d28456fda604eb714febee646 | 98128747eb1f8bf766bfe79183fce6a3d90a4277 | /a0015_java_design_pattern/aa0015_08_async-method-invocation/src/main/java/org/saxing/asyncmethodinvocation/AsyncCallback.java | d979943ce3e8bd41453c948fd01eb2b68c93aab2 | [] | no_license | saxingz/java-example | 6887526bed258aecf228b60cf23f5a00bdb6d23b | c914137a429dcd97500f5bd66017f43b7dd480b3 | refs/heads/master | 2023-06-26T05:22:05.329598 | 2022-06-29T14:26:46 | 2022-06-29T14:26:46 | 57,117,717 | 5 | 1 | null | 2023-06-14T22:33:27 | 2016-04-26T10:00:09 | Java | UTF-8 | Java | false | false | 410 | java | package org.saxing.asyncmethodinvocation;
import java.util.Optional;
/**
* async callback interface
*
* @param <T>
*
* @author saxing 2018/10/30 9:20
*/
public interface AsyncCallback<T> {
/**
* Complete handler which is executed when async task is completed or fails execution.
*
* @p... | [
"saxlh@foxmail.com"
] | saxlh@foxmail.com |
36164f4b2c07394b3e5a3d8ae1c006d0117fe382 | c99d54caa06d32e9bc5814d3a94b9142f18283ff | /exercicios/src/main/java/br/unifor/poo/construtores/B.java | aa50e788c2f19a8c13dfe9738140d643e708a9f7 | [] | no_license | adrianopatrick/pooads | b6393fd52c93e11b3451fff71e885d61f84b030d | bc5eb36604687c1a7077328eb85496f785d7a2f2 | refs/heads/master | 2020-04-18T22:12:31.616186 | 2016-11-05T01:06:02 | 2016-11-05T01:06:02 | 67,263,650 | 0 | 5 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package br.unifor.poo.construtores;
public class B extends C {
public B(){
System.out.println("Estou em B");
}
}
| [
"professort18@E76479.acad.unifor.br"
] | professort18@E76479.acad.unifor.br |
7c2c82424200efc2346703772613955f904e49ad | cae73879b8fa184669b9f90f7b8f1d91819669a0 | /test/src/main/java/com/langchuan/design/proxy/StaticProxy.java | 9c314b13b0b2e6de20df3fb41d28e615c182a899 | [] | no_license | XiongShengkai/demo | 665174b74087d8a8e8cf31112ebf37336b539138 | ff993a47fc99d779e4bfe9f4576045f7739daef2 | refs/heads/master | 2020-03-30T03:37:29.056604 | 2018-10-08T01:48:11 | 2018-10-08T01:48:11 | 150,698,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.langchuan.design.proxy;
/**
* @author: kevin.xiong
* @description:静态代理类
* @date:2018/9/28 15:14
*/
public class StaticProxy implements Subject{
private RealSubject subject;
public StaticProxy(RealSubject subject) {
this.subject = subject;
}
@Override
public void visit(int channel) {
... | [
"18855970996@163.com"
] | 18855970996@163.com |
e75c6117117cfafbc23c05cf25ce15ca69725f9a | ca2c62f1cebafdc4286f63befb283c61fa9ee724 | /app/src/main/java/Fragment/PlacePickerFragment.java | ed8340083c58b2e3b1e581fda6a5cc7bc5ae16e1 | [] | no_license | BlueQuinn/GmMap | 1c71e469d87cb1b48cd5e194f605195f26b72513 | 50f2a96827eb16c7eb17ec0becb96d1c29fe3628 | refs/heads/master | 2021-01-21T15:19:16.422451 | 2016-07-24T18:33:21 | 2016-07-24T18:33:21 | 56,786,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,357 | java | package Fragment;
import android.support.v4.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
... | [
"blubluescarlet@gmail.com"
] | blubluescarlet@gmail.com |
7003492371f0544c96734799775f512a7c37ddb0 | 8e9759cc9ead2b1d3de8e62c66a3b071d2184ddb | /server/src/main/java/com/fosu/campus/common/enums/CampusHttpStatus.java | ee87227f2dfdc81ec53a66a1022c2c781cc6b65c | [] | no_license | lutherGuo/fosu-transactions | 6999bcc59af8daba5549d28bac8684af3a4c8d39 | 3be137e4b65eee675da1f7cf468b599e042b09f1 | refs/heads/master | 2022-03-23T12:05:20.576230 | 2019-12-26T02:38:58 | 2019-12-26T02:38:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,373 | java | package com.fosu.campus.common.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.ToString;
/**
* @Author: 98050
* @Time: 2018-11-05 16:09
* @Feature:
*/
@AllArgsConstructor
@ToString
@Getter
public enum CampusHttpStatus {
/**
* Sign不存在
*/
SIGN_NOT_FOUND(10001,"Sign不存... | [
"2473109110@qq.com"
] | 2473109110@qq.com |
1db89a8ac380a351af8bc013d933cfef33407316 | d1a71703bf503879bd767beeb6bb9b5ed0e7f03a | /src/algorithm/CrackingTheCodingInterview/BitManipulation/q3.java | 2961e500aee60ce7d80cf62d9a2698dfca49d3a6 | [] | no_license | eyrelzy/learnProcess | a2b2b1d4f09a033f7e8c525cf5d4743d011308df | d2574af4873de6a28c5b927d445e102729ac0f9a | refs/heads/master | 2021-01-18T09:54:50.241548 | 2014-07-14T04:24:52 | 2014-07-14T04:24:52 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,855 | java | package algorithm.CrackingTheCodingInterview.BitManipulation;
/**
* Given an integer, print the next smallest and next largest number that have the same
* number of 1 bits in their binary representation.
* 给定一个整数x,找出另外两个整数,这两个整数的二进制表示中1的个数和x相同, 其中一个是比x大的数中最小的,另一个是比x小的数中最大的。
*
* 首先将问题拆解。如何找出一个整数的二进制中1的个数。
* met... | [
"amberlife@foxmail.com"
] | amberlife@foxmail.com |
ecad320125fb026cb580a6c99e987e22d0249dfe | ba5e8ff04c6ed8f4263751adf2a353d0ad7ca667 | /app/src/main/java/ir/hadinemati/steelmarketing/Views/UploadWebView.java | ceef31c74305da584c678ab331353e9347ede243 | [] | no_license | HNematiMovil/steel_marketing | 7e41960a1f1716afa29b8de70bd941c0ac20969b | 72421a650f277317f0bab7f43526f4eff3f61362 | refs/heads/master | 2023-06-22T20:28:23.790757 | 2021-07-16T18:30:12 | 2021-07-16T18:30:12 | 384,682,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package ir.hadinemati.steelmarketing.Views;
import android.os.Bundle;
import android.webkit.WebView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import ir.hadinemati.steelmarketing.R;
public class UploadWebView extends AppCompatActivity {
@Override
protected void o... | [
"hadinemati1377@gmail.com"
] | hadinemati1377@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.