blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14b682d7635975dc2c4554720b00879e091336b2 | ffab893471e0e3e5c3d51263f6a6fe0aa3c9b5ef | /src/main/java/com/readyhuihui/designpatterndemo/hander1/TianQiHandler.java | 8dda828ec4f061243cf5be1c7e0daa90c793ebd2 | [] | no_license | readyhuihui/designpatterndemo | 05d81912a66b5117d079904691d23ff12c0a2cfc | 37411a91c67c02fd017da520e7b062c583b7806b | refs/heads/master | 2023-06-03T09:47:34.131641 | 2021-06-17T04:37:32 | 2021-06-17T04:37:32 | 267,893,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.readyhuihui.designpatterndemo.hander1;
import org.springframework.stereotype.Component;
@Component
public class TianQiHandler implements Handler {
@Override
public void AAA(String name) {
// 业务逻辑A
System.out.println("田七完成任务");
}
@Override
public void afterPropertiesSe... | [
"liyonghui@cdvcloud.com"
] | liyonghui@cdvcloud.com |
dd7e8dc6163718a2992a6e21da8e0fe8e42e40d5 | 61e735527a7c491587bc948cc0e1b5d9bc8674c1 | /fr.pigeo.rimap.rimaprcp.core.ui/src/fr/pigeo/rimap/rimaprcp/core/ui/swt/LayerDetails.java | 84ef4bd0a23dad0999f1be51d347f24080fb68ff | [] | no_license | zhj149/RiMaP-RCP | 98165e8b15692d8e0ada93fdee01008758011fb7 | 8b5b3d8500a6879af1ebcaffaeb49d597c1e8a1d | refs/heads/master | 2020-06-05T16:28:45.350611 | 2018-06-08T15:12:56 | 2018-06-08T15:12:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,760 | java |
package fr.pigeo.rimap.rimaprcp.core.ui.swt;
import javax.annotation.PostConstruct;
import org.eclipse.core.databinding.DataBindingContext;
import org.eclipse.core.databinding.UpdateValueStrategy;
import org.eclipse.core.databinding.beans.PojoProperties;
import org.eclipse.core.databinding.observable.value.IObservab... | [
"jean.pommier@pi-geosolutions.fr"
] | jean.pommier@pi-geosolutions.fr |
b7bb18b89a9f050d996ab4e0ddacdedd0e08aefd | 954f5f72b52089148d4af48219d8b35bf6c68edd | /app/src/main/java/com/axehome/www/guojinapp/ui/activitys/MyJianDingActivity.java | fd5d0ac822540e8819bfbdbe9ce64a79279971af | [] | no_license | fxgwl/GuojinApp | d97226f4b50c91983f02ccfbff79c3a3e78e3c02 | b15a34fd3efd6a85dfa5a6887cd1bb9625ebe969 | refs/heads/master | 2023-05-09T00:29:22.149980 | 2021-06-04T11:12:47 | 2021-06-04T11:12:47 | 373,815,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,594 | java | package com.axehome.www.guojinapp.ui.activitys;
import android.os.Bundle;
import android.text.format.DateUtils;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.ScrollView;
import android.widge... | [
"fxgfxg@163.com"
] | fxgfxg@163.com |
91165b3e2e523520fc770b6222a68a3027a00725 | acdf66a3356912e90b5f905e3e152ec491696e60 | /src/main/java/edu/daemondev/psquare/repositories/UserDetailsRepo.java | c9ec7187be470d80d267c8f30b4905942b52449c | [] | no_license | kishore0102/psquare-springboot-service | d11342c7f1a59cc1fe99f26e37e1b14169c3bc55 | 7382fe6381aed2a7cdd4d9c01cfc1763eb1bf3d7 | refs/heads/master | 2023-08-20T00:01:57.755392 | 2021-10-13T12:52:40 | 2021-10-13T12:52:40 | 319,975,739 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,937 | java | package edu.daemondev.psquare.repositories;
import java.sql.Timestamp;
import java.util.List;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
imp... | [
"rkishore0102@gmail.com"
] | rkishore0102@gmail.com |
22d4abd16549c2ec431d2bc979d0dc132a1df804 | 04653acfca56d9bab08beca174eb15eaee97e1ce | /eaccount-web-manage/src/main/java/com/ucsmy/eaccount/manage/dao/ManageIpScheduleTaskDao.java | 7f50b62ba85d4f9219034cd1c08ee04a2623af6d | [] | no_license | msm3673763/eaccount | 9fee55b68292326cebfe06486dd8a655fafad3a6 | e38de479a1f602493bc82cf2a575f250fa37851a | refs/heads/master | 2021-07-04T14:34:51.516682 | 2017-09-26T04:32:19 | 2017-09-26T04:32:19 | 104,832,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | package com.ucsmy.eaccount.manage.dao;
import com.ucsmy.core.dao.BasicDao;
import com.ucsmy.eaccount.manage.entity.ManageIpScheduleTask;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
/**
* 定时任务Dao
*
* @author chenqilin
* @since 2017/9/7
*/
@Repository
public interf... | [
"ma.siming@ucsmy.com"
] | ma.siming@ucsmy.com |
9995d0ef7a0baf6df4614eefa42d776080c73330 | be518806fd9880910b333bc51a56ccfbaad3c8e3 | /src/main/java/info/jerrinot/nettyloc/StringUtil.java | 85198237ad1639c373282e3b4d49b44cca2726e0 | [] | no_license | alisheikh/hugecast | 111e4ea59543bcd0ac54fe7b6806f940f852b7bf | bc3b201498ec46344d85336124bd29bccac547ab | refs/heads/master | 2020-12-25T09:08:08.703169 | 2013-12-01T19:15:51 | 2013-12-01T19:15:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,130 | java | /*
* Copyright 2012 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | [
"jaromir.hamala@gmail.com"
] | jaromir.hamala@gmail.com |
3ed0c1fd3f65ba93b2e076cbe84965bfc053d51b | 55a1da6e002f6a83e13ec45a0ac4f8a27cf1c0e7 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/testControlHub.java | 5c104a161f08f3e00fdca38c4b6cb1b13d90f364 | [
"MIT"
] | permissive | GiuliCon/ftc-dashboard-master-master | 727cbdf3720e3bf0cf184b260c91ba32020b7eb7 | 640db73c69a825cead458f64697203de6576f01d | refs/heads/master | 2023-05-07T12:58:53.858932 | 2021-06-01T11:20:52 | 2021-06-01T11:20:52 | 372,453,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package org.firstinspires.ftc.teamcode;
import com.acmerobotics.roadrunner.geometry.Pose2d;
import com.acmerobotics.roadrunner.trajectory.Trajectory;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import org.firstinspires.ftc.teamcode.drive.Sam... | [
"Zdsp5shtSqEPw6A"
] | Zdsp5shtSqEPw6A |
07f21e4df111bd0e06222f19cb9c5f490aa6bf5c | c1b5808a24f521f0f30f842150e9f348092d2978 | /src/main/java/com/yoshio3/json/Ip.java | 41ec36b29ba44ed8f3c79786aed7b842c1ab048d | [
"MIT"
] | permissive | yoshioterada/Azure-Media-Service-Redact-Face-from-Images | bafa9f20790d002b3980f7042322e705fd553f57 | 1f7dc8adf85025e2732f4883da7a9ebf5baa551a | refs/heads/master | 2023-03-10T01:08:41.774530 | 2021-02-17T07:44:51 | 2021-02-17T07:44:51 | 113,637,023 | 1 | 3 | MIT | 2021-02-17T07:44:52 | 2017-12-09T03:00:58 | Java | UTF-8 | Java | false | false | 1,606 | java | /**
*
* @author Yoshio Terada
*
* Copyright (c) 2017 Yoshio Terada
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* ... | [
"tyoshio2002@yahoo.co.jp"
] | tyoshio2002@yahoo.co.jp |
52cd20e653c67f6c3640e3804acdb7dd803e08c8 | c337a483aa08b47497e90582eff217a1043e4b1d | /app/src/main/java/com/watabou/pixeldungeon/effects/MagicMissile.java | 12c1c3732ea7a5e1360a6ff2560109ba73d4d735 | [] | no_license | painlessgames/ezd | d2e4c2c3a28fc46a1051fe4c64c2be2c7fb2876c | f70bf0c0c77be72f924e2484e2d1d1995588255b | refs/heads/master | 2016-09-06T03:26:51.962276 | 2014-10-27T06:31:15 | 2014-10-27T06:31:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,138 | java | /*
* Easy Dungeon
* Copyright (C) 2012-2014 Oleg Dolya
*
* 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 3 of the License, or
* (at your option) any later version.
*
* T... | [
"marius.feteanu@gmail.com"
] | marius.feteanu@gmail.com |
6afd617ba40babf273cc029e6ea81eb37b2840d9 | 3aa0430c6ce1f0487faf477568fcc817c0c4f586 | /src/main/java/com/hui/usual/service/NoticeService.java | 9b79a188b895defb9e707c85c7b1775d6295618b | [] | no_license | NGAsomeone/pms | c53328af0717c16e8351dd2638f3fc1881368ee5 | 40e02988ae78651ff4c034322fbc888da513b2fa | refs/heads/master | 2023-02-18T09:34:00.492318 | 2019-11-06T11:09:58 | 2019-11-06T11:09:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package com.hui.usual.service;
import com.github.pagehelper.PageInfo;
import com.hui.usual.bean.Notice;
import java.util.List;
import java.util.Map;
public interface NoticeService {
void saveInfo(Notice notice);
PageInfo<Notice> getNoticeList(Integer pageNum, Map<String, Object> paramrterMap);
List<No... | [
"marrycode01@gmail.com"
] | marrycode01@gmail.com |
16db653cce240fbbb28beeaf322625b08625112a | 9c8c3ea425a7f7a824bbb86bac82b564e3d1ad8c | /src/test/java/com/consistencyhash/AppTest.java | 8f7d94a7446baf6e59fa5a18713220ea67aef7d2 | [] | no_license | mahe0924/consistency-hash | d3030fb91f4859ad42759b9545c84f24cd43198a | 614748e43c073b2e9b9f7fc3488019c8ced09c1b | refs/heads/master | 2020-03-09T16:16:54.666459 | 2018-04-10T05:50:17 | 2018-04-10T05:50:17 | 128,880,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package com.consistencyhash;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
| [
"mahe0924"
] | mahe0924 |
58e3b14e869eb02050450ce5e4b89dd807ccfcb6 | ef9010f39a84d69ca0bc1f54051efbb2c3300edb | /AdaptavantRecruitmentProcess/src/com/acti/recruitment/controller/UpdateUser.java | 7d4204098472b086206d7717cbe3c0b3ecc3452e | [] | no_license | lambodar/Recruitment-app | df2cb8a06531cea1a5adc6130bef8968f07950ca | 04199c1b3f7ba2ebdc9b77b9688c652b12161173 | refs/heads/master | 2021-01-02T08:57:39.406602 | 2012-12-18T15:13:13 | 2012-12-18T15:13:13 | 6,839,817 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,912 | java | package com.acti.recruitment.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation... | [
"lambodarswain@gmail.com"
] | lambodarswain@gmail.com |
e77397cc5e2fad240aeedf96ae4509a6cbac9033 | e37016f9bea6aac6954954ba33bde705a1245047 | /custom-plugins/stanford_stemmer/src/main/java/edu/stanford/nlp/tagger/maxent/Distsim.java | 20704f0682debb248012ad9341170f6daa6f353a | [] | no_license | zouxiang1993/es_lucene | 11d558d98a9847b9df1d9d575bc9b362ac548f9b | c463345975db890105124c429965ed96ebd8bf92 | refs/heads/master | 2023-07-19T21:03:26.092718 | 2019-08-27T16:24:46 | 2019-08-27T16:24:46 | 148,873,770 | 3 | 3 | null | 2023-07-18T02:50:13 | 2018-09-15T05:47:30 | Java | UTF-8 | Java | false | false | 3,214 | java | package edu.stanford.nlp.tagger.maxent;
//import edu.stanford.nlp.objectbank.ObjectBank;
import edu.stanford.nlp.objectbank.ObjectBank;
import edu.stanford.nlp.util.Generics;
import java.io.File;
import java.io.Serializable;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
*... | [
"zouxiang@globalegrow.com"
] | zouxiang@globalegrow.com |
24b2caab6c186b2ed7d800421ef5a80dc4a91d14 | be693f39cb944cf6276efc75d720d5f67f684d64 | /ec-member-service/src/main/java/com/lj/business/member/dto/FindPersonMember.java | 6208d85e0b78f65f51b67fb82549872c694d8d3d | [] | no_license | wo510751575/service | 8846da26529810fcf1e34b3a7d495518456831f7 | 2d8b2cb469c00271ce8c7ceb32b197e07fc96760 | refs/heads/master | 2022-12-28T22:29:57.315251 | 2019-08-27T08:08:52 | 2019-08-27T08:11:27 | 203,946,023 | 1 | 1 | null | 2022-12-16T11:35:13 | 2019-08-23T07:20:48 | Java | UTF-8 | Java | false | false | 3,369 | java | package com.lj.business.member.dto;
import java.io.Serializable;
// TODO: Auto-generated Javadoc
/**
* The Class FindPersonMember.
*/
public class FindPersonMember implements Serializable {
/** The Constant serialVersionUID. */
private static final long serialVersionUID = 9076091602064733682L;
/** The code. ... | [
"37724558+wo510751575@users.noreply.github.com"
] | 37724558+wo510751575@users.noreply.github.com |
b80c0f112f742968a6c1173ce6cbac624774efd2 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/shopee/app/ui/follow/search/n.java | 1ca59a7007d0b38bc1575749ae38894fb8db4003 | [] | no_license | BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802341 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,097 | java | package com.shopee.app.ui.follow.search;
import android.content.Context;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import com.shopee.id.R;
import org.a.a.b.a;
import org.a.a.b.b;
import org.a.a.b.c;
public final class n extends m implements a, b {
private boolean... | [
"noiz354@gmail.com"
] | noiz354@gmail.com |
c6ea7d85c81cc1c116030a20b341022c8de3859d | 225011bbc304c541f0170ef5b7ba09b967885e95 | /com/mopub/nativeads/MoPubNativeAdPositioning.java | 61bedc27952368f242eb4e163049b1ab6c592623 | [] | no_license | sebaudracco/bubble | 66536da5367f945ca3318fecc4a5f2e68c1df7ee | e282cda009dfc9422594b05c63e15f443ef093dc | refs/heads/master | 2023-08-25T09:32:04.599322 | 2018-08-14T15:27:23 | 2018-08-14T15:27:23 | 140,444,001 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,347 | java | package com.mopub.nativeads;
import android.support.annotation.NonNull;
import com.mopub.common.Preconditions;
import com.mopub.common.Preconditions.NoThrow;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public final class MoPubNativeAdPositioning {
public static class MoPubCli... | [
"sebaudracco@gmail.com"
] | sebaudracco@gmail.com |
fe673bb3fa41bbfd1edaa57905166ac04c61fd1c | 954c21022efa1b1c368165ffd5429593764e0f21 | /codeFiles/srcDoc/adaptors/instagram/InstagramFetchers.java | 1e5dc354ba086333c248e912c1f2ef53d130b4e1 | [
"Apache-2.0"
] | permissive | dkmsntua/SociosApi | 75fe3ba52e05b76342a1c906441e8ff13e8d0f5d | 2dfabb9e13c241e8687b50d5f82900a30d638e52 | refs/heads/master | 2021-01-13T09:42:59.092152 | 2015-10-22T11:18:18 | 2015-10-22T11:18:18 | 24,592,638 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,561 | java | package adaptors.instagram;
import helper.misc.SociosConstants;
import helper.utilities.ExceptionsUtilities;
import objects.containers.CommentsContainer;
import objects.containers.MediaItemsContainer;
import objects.containers.PersonsContainer;
import objects.enums.SocialNetwork;
import objects.enums.SociosObj... | [
"dkms.ntua@gmail.com"
] | dkms.ntua@gmail.com |
09b22b367e9539ed061a5215e60da972695bb0cf | 8b27b960a2f633a812aeac4aa5ff391755cf1170 | /app/src/main/java/wza/slx/com/xlxapplication/model/Contact.java | 79269ae02d7e38e13945e2476fb92762cd18b532 | [] | no_license | wangzhengchao/XLXApplication | ed56c1c0afc3372d6ac0bff59dcdad0b5c25d120 | aac4b745a351dce19b50d82f644337be9c731869 | refs/heads/master | 2021-01-21T17:24:23.460334 | 2017-04-28T02:13:58 | 2017-04-28T02:13:58 | 85,382,261 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package wza.slx.com.xlxapplication.model;
import java.io.Serializable;
/**
*/
public class Contact implements Serializable{
/**
* callName :
* phone :
*/
public String callName;
public String phone;
}
| [
"wangzc55@ziroom.com"
] | wangzc55@ziroom.com |
5064c160174b5753fd8c5a2b6ece8b25865a0dc3 | 11f5760c4f702957659fe05b072378a3b5044479 | /src/main/java/com/bsuir/second/service/SpecializationService.java | 2547c0b6f5cdde83ec5a998640b864c7d3a4ee12 | [] | no_license | mvladmoss/SpringBootThymeleafHttpServer | 55e2b308c6b7646838379f6c1f9c01b6ebf14757 | 1916fc5628ccee57ce01b5ecc835e6db0c646fd0 | refs/heads/master | 2022-10-02T13:45:59.034941 | 2020-02-06T19:03:19 | 2020-02-06T19:03:19 | 238,760,025 | 0 | 0 | null | 2022-09-08T01:06:14 | 2020-02-06T18:49:13 | Java | UTF-8 | Java | false | false | 447 | java | package com.bsuir.second.service;
import java.util.List;
import com.bsuir.second.model.dto.SpecializationDto;
public interface SpecializationService {
List<SpecializationDto> findAll();
SpecializationDto findById(Long id);
SpecializationDto findByName(String name);
SpecializationDto save(Speciali... | [
"uladzislau_maskoukin@epam.com"
] | uladzislau_maskoukin@epam.com |
47c334f782b6f0f1954a1d55781ba79c2a210c56 | 5d6c374a2518d469d674a1327d21d8e0cf2b54f7 | /modules/plugin/jdbc/jdbc-oracle/src/main/java/org/geotools/data/oracle/sdo/CoordinateAccessFactory.java | 68419d39be54cd049e0672e6142dd3976b5f5857 | [] | no_license | HGitMaster/geotools-osgi | 648ebd9343db99a1e2688d9aefad857f6521898d | 09f6e327fb797c7e0451e3629794a3db2c55c32b | refs/heads/osgi | 2021-01-19T08:33:56.014532 | 2014-03-19T18:04:03 | 2014-03-19T18:04:03 | 4,750,321 | 3 | 0 | null | 2014-03-19T13:50:54 | 2012-06-22T11:21:01 | Java | UTF-8 | Java | false | false | 2,152 | java | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2003-2008, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | [
"devnull@localhost"
] | devnull@localhost |
cd08f1e416a56f1922a15279e06c62f254fb1c53 | b389b7a2306eb92e02e5bfdcee460051b9ae7cc6 | /app/src/main/java/com/example/admin/github/data/DataManager.java | febe634fee6973a220b8cebcb919024284ab9c03 | [] | no_license | agamirzaev/GitHub | 0675c2ceac2783b07bdf75988a8f511d8e9d1548 | 7baeb3aae22834e4c23c59686fd4747da6716f29 | refs/heads/master | 2020-03-23T10:12:45.125047 | 2018-07-18T16:40:46 | 2018-07-18T16:40:46 | 141,418,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | package com.example.admin.github.data;
import com.example.admin.github.data.model.User;
import com.example.admin.github.data.remote.GitHubApi;
import com.example.admin.github.data.remote.ServicesGenerator;
import java.util.List;
import retrofit2.Call;
public class DataManager {
public Call<List<User>> getUsers(... | [
"35533214+agamirzaev@users.noreply.github.com"
] | 35533214+agamirzaev@users.noreply.github.com |
89d634eb5431e0f7a039ec3ec670a6db7bca7125 | a270ceb590c5b05dfa56accf41be8cfde9b076c8 | /src/main/java/com/example/demoshop/dao/UserInfoDOMapper.java | 14843245e4ccd2bd88d5ba486547570ea4797cfe | [] | no_license | GH-jia/demoshop | d81a144c1587ad269f5b05671f2f607a344ec3be | 3452ba224a3037e410b38bb1d8732fbd50ccbc4a | refs/heads/master | 2022-07-07T15:01:05.338431 | 2020-04-06T15:03:20 | 2020-04-06T15:03:20 | 228,302,586 | 0 | 0 | null | 2022-06-21T02:27:21 | 2019-12-16T04:29:57 | Java | UTF-8 | Java | false | false | 3,090 | java | package com.example.demoshop.dao;
import com.example.demoshop.daoObject.UserInfoDO;
import com.example.demoshop.daoObject.UserInfoDOExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface UserInfoDOMapper {
/**
... | [
"hjtask@163.com"
] | hjtask@163.com |
e3ca7c7195f5b9c77220918c1b0c81d87c22c53b | be0ad3abc68acebb5d68d806aa97e88ae2c95fd3 | /src/main/java/shift_manager_pro/controllers/shifts/ShiftAllocateController.java | 2e912392e8a5527a957b244365d1a7f9a27957b2 | [] | no_license | quangminhduong/A2Fixed1 | f83e07a988dacdcb3e46d7f793b407d89e1d6c7d | 505a257dfec4bb4998d95da907ec761d13aaacfc | refs/heads/main | 2023-05-13T05:20:57.865946 | 2021-05-30T12:16:35 | 2021-05-30T12:16:35 | 371,933,334 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | package shift_manager_pro.controllers.shifts;
import io.javalin.http.Context;
import io.javalin.http.Handler;
import org.jetbrains.annotations.NotNull;
import shift_manager_pro.dao.*;
import shift_manager_pro.models.*;
import shift_manager_pro.utils.EmailSender;
public class ShiftAllocateController implements Handler... | [
"s3759757@student.rmit.edu.au"
] | s3759757@student.rmit.edu.au |
24645a082c2a8e21f1f093e01a7d540573b0b654 | 260b40bfdab44257c0615fe5fbf30cabfd15c144 | /app/src/main/java/me/jessyan/mvpart/demo/demo4/FourthActivity.java | b784344c3274bd4cfc2cc3d9c954074232973099 | [
"Apache-2.0"
] | permissive | JerryMissTom/MVPArt | 91d9ab3edd92d1ade15076eda7acc2ba02a18635 | 4fa9fb556efba09d94448e4446e750646888e0c9 | refs/heads/master | 2021-01-21T06:38:42.562553 | 2017-02-26T15:16:22 | 2017-02-26T15:16:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,175 | java | package me.jessyan.mvpart.demo.demo4;
import android.content.Intent;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.Toast;
import butterknife.BindView;
import butterknife.OnClick;
import me.jessyan.art.base.BaseActivity;
import me.jessyan.art.mvp.BaseView;
import me.jessyan.art.... | [
"jessyan@foxmail.com"
] | jessyan@foxmail.com |
432662769642fd5271adfe47c172c0a55b182f5a | 5a78c0ddd9eb6945d1556f07b02e4a85a22c6348 | /ssm-salt-cloud/ssm-service-gateway/src/main/java/cn/edu/cqvie/controller/FallbackController.java | 6c9718a505a2de5181f39d18ed630af934de7fc2 | [] | no_license | zhengsh/ssm-salt | a5c1323abdb3d0230b55edad7bffa2a748570a8d | 3ce8d4866843b294df2262b332295ce9c0dc65d3 | refs/heads/master | 2023-03-18T21:52:00.025665 | 2021-03-10T02:55:49 | 2021-03-10T02:55:49 | 307,019,368 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package cn.edu.cqvie.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.server.reactive.ServerHttpResponse;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 服务降级重定向返回
*
* @author zhengsh
* @date 202... | [
"xxx@xxx.com"
] | xxx@xxx.com |
91a60a0690b8cdc1804d61dc492121c4a5a49865 | 4f6b326e1d9d9eba3d5e4c0839a0b6d364068b9e | /app/src/main/java/com/dylan/quizzgame/ViewHolder/ScoreDetailViewHolder.java | b1b69bf3671b342658ac4ed33d8994ca3a4a7557 | [] | no_license | DDylanBD/QuizGame | 94105d577c961b9f84a715d8635e3eed1ba32fc8 | a6cd26098b009a4cb205ff044db4bf9fe6f52a22 | refs/heads/master | 2020-03-22T00:10:47.284570 | 2018-06-30T08:27:59 | 2018-06-30T08:27:59 | 139,228,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package com.dylan.quizzgame.ViewHolder;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import com.dylan.quizzgame.R;
/**
* Created by Dylan on 12/04/2018.
*/
public class ScoreDetailViewHolder extends RecyclerView.ViewHolder {
public TextView txt_name... | [
"8089076304"
] | 8089076304 |
43f571f419a7332f31d229631e1f6feab446ffec | f6d1013296ecc58c5ef10c880cb404ac877c46fe | /src/test/java/guice/guice_tutorial/project/SomeDelegateTest.java | 8ce7c26262f20c42bdc78d6cc2a59c941e24aac4 | [] | no_license | jojo8775/guice-tutorial | 4e0d8feec482684ab3e3e34d26ed29b1f0a2b82a | b7956b965ebf896bd9cb8a37fc942cf873b49b76 | refs/heads/master | 2021-06-21T15:53:23.631741 | 2017-04-25T17:24:54 | 2017-04-25T17:24:54 | 56,207,634 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,294 | java | package guice.guice_tutorial.project;
import java.util.List;
import org.junit.Test;
import com.google.inject.Binder;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.google.inject.Module;
import com.google.inject.assistedinject.Assisted;
import com.google.inject.assistedinject.AssistedIn... | [
"chiranjeeb.nandy@yahoo.com"
] | chiranjeeb.nandy@yahoo.com |
79f507afb79b0051fe17b07842cd4bb4c48bed35 | dff3a7afc38b3ce8d8323e7e351e9d0ad80af8eb | /t1/src/volatiletest/Producer.java | 389667449efde34e904bbe02fafd185a88e71c21 | [] | no_license | hyeagle/concurrency-learning | 947dd33786dbb711e0016acf0c76eb4a3ab02ce5 | 9f87bdf4c797087d79b206b21452f66f3249e285 | refs/heads/master | 2023-03-30T11:11:31.471557 | 2021-04-09T09:11:51 | 2021-04-09T09:11:51 | 329,788,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | package volatiletest;
import java.util.concurrent.BlockingQueue;
public class Producer implements Runnable {
public volatile boolean canceled = false;
BlockingQueue storage;
public Producer(BlockingQueue storage) {
this.storage = storage;
}
@Override
public void run() {
int nu... | [
"hongyu3@360.cn"
] | hongyu3@360.cn |
555777f3c7eb83818fd24036be50a2d695e00c6a | 3c1e2d028f7f11d89ee857ab75e342afac500cdb | /app/src/main/java/com/test/mymrceapp/User.java | acb6ad034b5ea1ffb112bc950231438e94474c7f | [] | no_license | sanjaydevlop/MY_MRCE_APP | 1c25b4c266642238c9fb54d2951b765ea9fbc759 | 85dfde918c1488b9e53ee55a6ff39fa09e66e39b | refs/heads/master | 2023-02-10T04:30:05.452780 | 2020-12-29T06:37:25 | 2020-12-29T06:37:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package com.test.mymrceapp;
public class User {
public String name, email, rollnumber;
public User() {
}
public User(String name, String email, String rollnumber) {
this.name = name;
this.email = email;
this.rollnumber = rollnumber;
}
}
| [
"mohdsuleman2626@gmail.com"
] | mohdsuleman2626@gmail.com |
9b401fafcf140e938b9c1b8d29fd1a136abaf93d | 9e4f379555b116497b5450a94616edcc9183e03c | /src/JavaSessions/LoopsConcept.java | cbf643b4d0da152c58ccd7804b7e8d5680788d49 | [] | no_license | naveenanimation20/Jan2021JavaSessions | d6398bd43fe236d73d341ef7929acfa3aa5553a7 | d392c8e53683013e0650a0ce4aa2d116ae5a7f39 | refs/heads/master | 2023-04-06T22:54:20.320163 | 2021-04-20T02:20:16 | 2021-04-20T02:20:16 | 359,654,561 | 6 | 6 | null | null | null | null | UTF-8 | Java | false | false | 1,504 | java | package JavaSessions;
public class LoopsConcept {
public static void main(String[] args) {
//1 to 10
//1. while loop:
int i = 1;
while(i<=10) {
System.out.println(i);//1 2 3 4 5 6...10
i++;
//++i;
//i=i+1;
}
int n = 1;
while(n<=50) {
System.out.println(n);//1
if(n % 5 == 0) {
... | [
"naveenautomationlabs@naveenautomationlabss-MacBook-Pro.local"
] | naveenautomationlabs@naveenautomationlabss-MacBook-Pro.local |
f1517d6517241cbd33d3584ff6935e23aef1edfc | 882a1a28c4ec993c1752c5d3c36642fdda3d8fad | /proxies/com/microsoft/bingads/v12/campaignmanagement/GetMediaMetaDataByAccountIdRequest.java | f971170b4419b88017aff7a4226385a18a5898a8 | [
"MIT"
] | permissive | BazaRoi/BingAds-Java-SDK | 640545e3595ed4e80f5a1cd69bf23520754c4697 | e30e5b73c01113d1c523304860180f24b37405c7 | refs/heads/master | 2020-07-26T08:11:14.446350 | 2019-09-10T03:25:30 | 2019-09-10T03:25:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,638 | java |
package com.microsoft.bingads.v12.campaignmanagement;
import java.util.Collection;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
i... | [
"qitia@microsoft.com"
] | qitia@microsoft.com |
150d9ab1e69d16012ab0dcbcd6bd461acdaf1244 | 1cb0587f4b6edff26a226bab1716605b1c3f24a7 | /medsales/medsales-api/src/main/java/org/sales/medsales/api/web/action/ResultData.java | 539e3e9c3f90bc2c69f91a9901224400a3b49267 | [] | no_license | augustobreno/medsales | d378367bc1bc2f541aca1bac07cd9d3cf3adfff8 | a42af603897ff8c49ee9f31dc0e1ad8e9531b5b1 | refs/heads/master | 2021-01-14T08:03:21.493832 | 2017-03-23T21:26:28 | 2017-03-23T21:26:28 | 28,267,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package org.sales.medsales.api.web.action;
import java.util.List;
import org.sales.medsales.api.dominio.Entity;
/**
* Wraper para encapsular o resultado de uma consulta, contendo a lista e o número total
* de registros.
* @author augusto
*/
public class ResultData<ENTITY extends Entity<?>> {
private List<ENT... | [
"augusto.breno@trt6.jus.br"
] | augusto.breno@trt6.jus.br |
29cf46c3279899a100ac4f06d5c5308d2faca28c | 0c29dc96c14381bd750360ec1e0bb176baffbe60 | /sample-springboot-mybatis/src/main/java/com/smallcode/sample/springboot/mybatis/controller/AutoController.java | 9a169defc8cb110446490cda6f9107e75fc4bf8f | [] | no_license | applenele/sample | ddb074de9e561d656734557d78d4084aa5fa3482 | 3ed67c80e283298c82993972d032f67acad688b8 | refs/heads/master | 2021-07-18T14:27:18.931978 | 2019-01-03T03:34:40 | 2019-01-03T03:34:40 | 139,969,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package com.smallcode.sample.springboot.mybatis.controller;
import com.smallcode.sample.DataService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @Auther: lenny
* @Date:... | [
"1941973283@qq.com"
] | 1941973283@qq.com |
e1b823cd5f5002e6bc46e460421a47665189bc63 | 8529c050b8a81577a30f96d4cad8d37c3da48e75 | /src/weixinapp/model/ConvStatus.java | e2edc684ba52208fce75fd0bc413ee328fa95b78 | [
"Apache-2.0"
] | permissive | czqmike/WeixinAppServer | 03ccef098a30c294bc228e05d728c4f91a2901dd | f6a0dc639fecb106548e202bff8aacf4f133d2e8 | refs/heads/master | 2020-04-10T08:50:17.566707 | 2019-03-16T06:20:46 | 2019-03-16T06:20:46 | 160,916,785 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package weixinapp.model;
public class ConvStatus {
private int user_lower;
private int user_upper;
private boolean chating;
public ConvStatus() {
this.user_lower = -1;
this.user_lower = -1;
this.chating = false;
}
public ConvStatus(int user_lower, int user_upper, boolean chating) {
this.user_lower = ... | [
"37581737+czqmike@users.noreply.github.com"
] | 37581737+czqmike@users.noreply.github.com |
2e9d33ebde4d11084ebd4447b4b4114de3c09fe1 | 51271989ee2b1b6eb0ad30104b2be4480ca21584 | /src/main/java/study/querydsl/repository/support/Querydsl4RepositorySupport.java | 80b8e61cd88f2f262124a1bab2bb039c41696e78 | [] | no_license | almond-bongbong/basic-querydsl | 4a3e61e4af699defa74a17c9f34e89feade923ee | cfeb878910fef7f46db5b21f89cb184f1d83834d | refs/heads/master | 2020-12-14T17:04:32.058132 | 2020-02-02T00:56:02 | 2020-02-02T00:56:02 | 234,818,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,432 | java | package study.querydsl.repository.support;
import com.querydsl.core.types.EntityPath;
import com.querydsl.core.types.Expression;
import com.querydsl.core.types.dsl.PathBuilder;
import com.querydsl.jpa.impl.JPAQuery;
import com.querydsl.jpa.impl.JPAQueryFactory;
import org.springframework.beans.factory.annotation.Autow... | [
"bal.dongdongdong@gmail.com"
] | bal.dongdongdong@gmail.com |
217c312126bb3086ac8dadf132d8e6dc8f53fce8 | 076464f9b017a94fb2dce9a6e6ca09bb14614204 | /app/src/main/java/com/example/vivek/gprstracking/MapsActivity.java | eb6f21e022735d3a652ee555c3a3b52c56f39757 | [] | no_license | vivekdevil143/GprsTracking | 3cfd21ba56bad960287638545946cce01431a5a3 | c3b24cb783920ae66bcb76347fdfc53ff1325514 | refs/heads/master | 2020-06-06T00:34:45.034295 | 2019-06-18T17:58:52 | 2019-06-18T17:58:52 | 192,588,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,636 | java | package com.example.vivek.gprstracking;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Build;
import android.support.... | [
"vivekdevil143@gmail.com"
] | vivekdevil143@gmail.com |
c404de60d24eabfb5c88d24b9538f2fa62ea0ad5 | d4692be261739742257f24bd4df17defd70ce4de | /src/servlet/storeServlet/LoginOutServlet.java | eedbe34554e14faf995f76ed4e1fcf38dc66fece | [] | no_license | dd1227514920/SCM | 053253e29a95b2b8587df10a8724f02188f694d0 | bde80081d1927828cd0d329d7e70c40f3cb11ed1 | refs/heads/master | 2020-03-16T14:55:08.175562 | 2017-09-10T09:10:34 | 2017-09-10T09:10:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package servlet.storeServlet;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by leo on 2017/7/20.
*/
@WebS... | [
"838058452@qq.com"
] | 838058452@qq.com |
f3aee3cc43e70ed2bda345684f969e29e39074d1 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/privacy-friendly-netmonitor-2.0/DecompiledCode/Fernflower/src/main/java/org/greenrobot/greendao/internal/DaoConfig.java | d7fce7d12c6570f1f6aea52d1bb56167721625f1 | [] | 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 | 10,245 | java | package org.greenrobot.greendao.internal;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Iterator;
import org.greenrobot.greendao.DaoException;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.identityscope.IdentityS... | [
"crash@home.home.hr"
] | crash@home.home.hr |
10152b1f88761bc09495f6ad1368f0a3fb00b159 | 2fa924f8cb5c2159002101a8b58d3ac17277b517 | /MyMoney/src/se/jagvetintedu/mymoney/client/GreetingServiceAsync.java | 8934ad018bea2038359f74530a9284fd30c1e9b8 | [] | no_license | pekelund/mymoney | d0073630361cd5daf7ba7efc33a35edc9c080ba0 | 70d57e751262940b3716087a854360f9d380545b | refs/heads/master | 2020-04-30T06:26:15.271756 | 2012-08-17T19:03:10 | 2012-08-17T19:03:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package se.jagvetintedu.mymoney.client;
import com.google.gwt.user.client.rpc.AsyncCallback;
/**
* The async counterpart of <code>GreetingService</code>.
*/
public interface GreetingServiceAsync {
void greetServer(String input, AsyncCallback<String> callback)
throws IllegalArgumentException;
}
| [
"pekelund@gmail.com"
] | pekelund@gmail.com |
84984053b0a04c95ea408195071317164b9ad6c9 | bb1603e54442728d527ee1ba6e17f9f20bca2c90 | /src/main/java/com/petclinic/model/Animal.java | 1e50d9dafbb6654349b4d45190a386a7883f28fc | [] | no_license | shalauniou/pet-clinic | d25860d827068e72d640805a90813901942e549a | 950a96710eb17a3c94d981a102098c40bf072859 | refs/heads/master | 2021-01-19T21:05:15.289887 | 2017-04-19T07:11:55 | 2017-04-19T07:11:55 | 88,600,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java | package com.petclinic.model;
import groovy.transform.EqualsAndHashCode;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*... | [
"Stanislau_Halauniou@epam.com"
] | Stanislau_Halauniou@epam.com |
d847ec29c2a1a8908b912632786e14bd97da2df9 | 478415330f20554d99802dcaab59dd502f5d8576 | /src/test/java/com/stackroute/movieservice/service/MovieServiceTest.java | 49e099058f3539ba536c6dc426681ceb529bdfc8 | [] | no_license | amul1210/Movie-Service | 606e41131a15e8c6fa94aab4fd4256e1908cffbf | 92e8f5b97cf75b7da3f3ba2d5417ea7dba9f2c3c | refs/heads/master | 2020-04-02T16:19:58.674422 | 2018-10-25T04:01:17 | 2018-10-25T04:01:17 | 154,607,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,410 | java | package com.stackroute.movieservice.service;
import com.stackroute.movieservice.domain.Movies;
import com.stackroute.movieservice.exceptions.EmptyDBException;
import com.stackroute.movieservice.exceptions.MovieAlreadyExistsException;
import com.stackroute.movieservice.exceptions.MovieNotFoundException;
import com.stac... | [
"amulkumar1996@gmail.com"
] | amulkumar1996@gmail.com |
e41ff6b6d43854d7645d36cacf74010334cccb4e | 13829f6236e258aac7138c8978431275054175d2 | /src/main/java/com/duuuhs/miaosha_system/controller/OrderController.java | b7e320cf8cbc5a2bf2c4cc7d98c4efae653f8cb1 | [] | no_license | Duuuhs/miaosha_system | fc943f18cd9902fc44513135321d3fa711955873 | 0242c10e654609d575847944057b84b0d5ccaea1 | refs/heads/master | 2022-06-24T11:35:35.026083 | 2019-05-25T15:29:17 | 2019-05-25T15:29:17 | 188,586,832 | 2 | 0 | null | 2022-06-21T01:10:20 | 2019-05-25T16:08:51 | Java | UTF-8 | Java | false | false | 2,586 | java | package com.duuuhs.miaosha_system.controller;
import com.duuuhs.miaosha_system.model.OrderInfo;
import com.duuuhs.miaosha_system.model.User;
import com.duuuhs.miaosha_system.redis.RedisService;
import com.duuuhs.miaosha_system.redis.UserKey;
import com.duuuhs.miaosha_system.result.CodeMsg;
import com.duuuhs.miaosha_sy... | [
"1948643024@qq.com"
] | 1948643024@qq.com |
3491b7065c23422fb79c87bb47643cc1e5cfa5c4 | 24445cc96c831f643825749736bd5579fcad6cc8 | /src/main/java/com/aruerue/shop/config/DataAccessConfig.java | 920ed3bdcc2ea01819d19639e92d8cb36c488f6e | [] | no_license | tjdtnsla0911/git-samang | 7ed2bfef2f7f2117b4292c80f10380a728ffe212 | cd35537c49c7fe042c2e70f030e666e820c29707 | refs/heads/master | 2022-12-10T18:46:00.505942 | 2020-09-03T11:44:26 | 2020-09-03T11:44:26 | 292,553,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,201 | java | package com.aruerue.shop.config;
import javax.sql.DataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.SqlSessionTemplate;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Bean;
import o... | [
"tjdtnsla0911@naver.com"
] | tjdtnsla0911@naver.com |
7f6923fec3262f73a1287edb8ecd34c0c10f4bfd | db08b66b0e39e25a59dd830deceda8cf1296bbdb | /jtester.testng/src/test/java/org/jtester/tools/reflector/ReflectorTest_NewInstance.java | 18ca50e877185d13e76c0a310289c275b90bbab0 | [] | no_license | pengsong31/jtester | a3c577e26699d44c9a815cafa4f3ad5201358552 | 51bb78a7212d1cab4ce0a6e4a778476e77b5c28b | refs/heads/master | 2020-05-02T19:19:22.618616 | 2013-08-23T08:24:17 | 2013-08-23T08:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,863 | java | package org.jtester.tools.reflector;
import org.jtester.testng.JTester;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
@Test(groups = "jtester")
@SuppressWarnings({ "rawtypes", "unchecked" })
public class ReflectorTest_NewInstance extends JTester {
@Test(dataProvider = "instance_dat... | [
"darui.wu@163.com"
] | darui.wu@163.com |
46ba05eb236e99c6d03d379c1a51c63a38cffa3e | 1ae4d5338a07f6c847a2543d93dbac9e2b524fa5 | /SerializationDemo/src/ReadObjects.java | 46e7e40fc6fc5a15ca25a8804d4db27770f1c53c | [] | no_license | harry520/My-Android-Apps | b1dc0c04fbcb5f2c3671eebca1bbf121f047eb6b | ff3342289d3c81c59ba7da56d26322cba20510d8 | refs/heads/master | 2021-01-19T07:09:40.964190 | 2018-01-03T08:49:44 | 2018-01-03T08:49:44 | 63,644,696 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
public class ReadObjects {
public static void main(String[] args) {
System.out.println("Reading objects...");
try (FileInputStream fi = new FileInputStream("people.bin")) {
Objec... | [
"harryjiang_520@hotmail.com"
] | harryjiang_520@hotmail.com |
a02fd3aedf67dd99efa1d3caf3feb5be01cd2470 | f158efdfeaa757fb56e513e50031c5034c6aa4a7 | /java_source_learn/src/com/zhd/source/com/sun/corba/se/spi/activation/POANameHelper.java | bdadc196ef7daf349e82a581d3f052a855c52dce | [] | no_license | zhanghda/data_structure | 40c6ff01cf576ec03788f226238b43e372ecdad2 | 5975e0ec59e409f673278c5ddb62af2d65d42cee | refs/heads/master | 2021-01-07T05:50:05.044092 | 2020-05-17T07:46:25 | 2020-05-17T07:46:25 | 241,597,360 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,860 | java | package com.sun.corba.se.spi.activation;
/**
* com/sun/corba/se/spi/activation/POANameHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u171/10807/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl
* Wednesday,... | [
"1053919082@qq.com"
] | 1053919082@qq.com |
eb39dc0a3736db0237d1ef031ed86494109b47d3 | 93ec1a2137c0b3f1d378cdafa3b11c2a1be7de20 | /app/src/main/java/com/wang/wheelview/widget/wheel/WheelAdapter.java | cc42ced29e5e69b17ca096b593a5a5dc4249024c | [] | no_license | twfx5/WheelView | 452fbb778b0c60f697441bb97d970b26c462e886 | affb86cf21ea8559c9d1dfde8f5355b7b0b58538 | refs/heads/master | 2023-03-05T03:32:28.560979 | 2021-02-16T13:18:43 | 2021-02-16T13:18:43 | 339,404,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java | /*
* Copyright 2010 Yuri Kanivets
*
* 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... | [
"wangzh526@126.com"
] | wangzh526@126.com |
58f063013c49b2ccba88803a866c400de4c2eabd | 72f6e8812bbb3d721ade555b13219304a0333fa3 | /xcapture/src/main/java/com/famsa/xmlmarshall/Tabla.java | 54b1d6debef4cae4a7f7c69932fc0328140a2d86 | [] | no_license | fernandoaguilarfloresfamsa/eclipse | d28e3a7f05ac6cb53473237785c63548d35f75e5 | 18194dab2522d1ec7d9d1b7405e039bd48620abb | refs/heads/master | 2020-04-22T12:29:03.323093 | 2019-03-20T00:54:03 | 2019-03-20T00:54:03 | 170,373,066 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,472 | java | package com.famsa.xmlmarshall;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;... | [
"RDEFAGUILA@RDEFAGUILA"
] | RDEFAGUILA@RDEFAGUILA |
3b18427ddba9a63c8c7327162e404fc8f5a8e28f | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_278/Productionnull_27750.java | 1676e103f91d17b9743203859feaebffc1eb1363 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 588 | java | package org.gradle.test.performancenull_278;
public class Productionnull_27750 {
private final String property;
public Productionnull_27750(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
22b02b5e909f7c28739d1fcd6cf19b1dcf109068 | 07074962be026c67519a0ccfb3d48bd95ede38ed | /Delivery/app/src/main/java/com/e/delivery/Activities/MainActivity.java | 95764481dcecd85713f2df7d43db72aef7f15672 | [] | no_license | End1-1/Cafe5 | 2fa65c62f395c186e2204f3fb941a2f93fd3a653 | ba2b695c627cf59260a3ac1134927198c004fe53 | refs/heads/master | 2023-08-17T02:39:29.224396 | 2023-08-14T06:37:55 | 2023-08-14T06:37:55 | 151,380,276 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,315 | java | package com.e.delivery.Activities;
import android.Manifest;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.view.inputmethod.Input... | [
"end1_1@yahoo.com"
] | end1_1@yahoo.com |
99a876b4f0d39707861c2861f117cbe76ad83999 | 404b7a75ed8feee3ce2fcbded735ffba4fea9fc6 | /app/src/main/java/com/example/rolling/items/LevelSettings.java | 5c44691d547bc840f87045c2dbc6f98885057323 | [] | no_license | adiAmana/Rolling-android-app | 42afee47cb169c8214ad0e3b2c832ed6f9542952 | 2c78937e68fc02316c536cda8ffb4fc8667e7348 | refs/heads/master | 2022-12-28T02:55:01.272424 | 2020-10-01T17:57:53 | 2020-10-01T18:15:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,025 | java | package com.example.rolling.items;
import android.os.Parcel;
import android.os.Parcelable;
public class LevelSettings implements Parcelable {
private int gameTime; // seconds
private int startSpeed;
private int maxSpeed;
private int resIdFirstBackground;
private int resIdSecondBackground;
pr... | [
"annaaba15@gmail.com"
] | annaaba15@gmail.com |
7e347b849c7abb2e6ab783675b6b8bdc3f45f36e | f4a9fc60a414dedc59d4a51ecfcd04605232b265 | /Alg/Alg/src/com/gfg/io/FreeDiskSpace.java | 8238df97b45bc7cbb886cf6e4158788f47b7a535 | [] | no_license | NareshNalla/AlgorithmsPractise | 3ca6e0a73b9d94481c98c7c117339ac8378bf622 | 830e07e7acef8f28bacf2910cd53a48a645bcdea | refs/heads/master | 2023-04-30T12:38:28.238791 | 2021-05-21T19:27:58 | 2021-05-21T19:27:58 | 119,640,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.gfg.io;
import java.io.File;
/*Find free disk space using Java
*/
public class FreeDiskSpace {
public static void main(String[] args) {
File file = new File("C:\\");
double size = file.getFreeSpace() / (1024.0 * 1024 * 1024);
System.out.printf( "%.3f GB\n", size);
double size1 =
... | [
"nrs24@live.com"
] | nrs24@live.com |
d9041fa24344c7353f65deb444e450de78169d25 | 50b5ddfa7a31b14307e2acc17744eda74e620bcc | /bportal-parser/src/main/java/dk/bringlarsen/dbtu/rating/common/exception/DBTURatinglisterPageParseException.java | 6761a451d38805a8b4bdc2f775be5549c3669618 | [] | no_license | jessbringlarsen/bportal | 934f1c31c1fb5f260f38ef064c7bc22e5e17856d | 027863121593e36d44e17010e0976514750dbe38 | refs/heads/master | 2020-06-10T09:41:31.380615 | 2016-12-08T20:56:33 | 2016-12-08T20:56:33 | 75,973,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package dk.bringlarsen.dbtu.rating.common.exception;
public class DBTURatinglisterPageParseException extends RuntimeException {
public DBTURatinglisterPageParseException(String message) {
super(message);
}
}
| [
"jessbringlarsen@gmail.com"
] | jessbringlarsen@gmail.com |
a260df3a233c1df0e199d3f5c2e2a07bc34d5492 | 518d6b8dd258dfd0acd6286478f6341c876ea14d | /model/src/main/java/com/basaki/example/menagerie/model/animal/Elephant.java | 240a6d374383111334909bcdabd649e185a448b7 | [] | no_license | junlapong/swagger-deepdive | 326e3d64ea2216b503232277e20b3e96d0229c62 | fa6d13d3275a38bfa4ede10357db6c7f3a67c348 | refs/heads/master | 2021-06-17T11:54:44.738814 | 2017-05-26T22:02:36 | 2017-05-26T22:02:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.basaki.example.menagerie.model.animal;
import com.basaki.example.menagerie.model.MenagerieModel;
/**
* {@code Elephant} represents a large mammal of the family Elephantidae and the
* order Proboscidea.
* <p>
*
* @author Indra Basak
* @since 4/29/17
*/
public class Elephant extends MenagerieModel {
... | [
"indra.basak@iovation.com"
] | indra.basak@iovation.com |
3b177450564bf6cc7230bd6b76a41f82bda422b0 | 8fcc7121441ff95eb3015d0f0a7dfe83feb8a505 | /INHERITANCE/doubt15.java | 6f2e0f521bb04b1194ccb053224f898e472bda88 | [] | no_license | Pavan-Em/JavaExamples | 57a172cd5d95ebdad58122b78be2d59221d900c6 | 9def1ac570becbf800ea707773f442dcbd4a1f06 | refs/heads/master | 2022-12-30T02:37:17.128802 | 2020-10-21T02:59:42 | 2020-10-21T02:59:42 | 305,890,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | class A
{
void test()
{
System.out.println(this.i);//in super class we cannot use the members of sub class
}
}
class B extends A
{
int i=33;
void exam()
{
System.out.println(this.i);
}
}
class doubt15
{
public static void main(String[]args)
{
B obj=new B();
obj.test();
}
}
//OUTPUT
//CTE bcoz i is not... | [
"pavannm461@gmail.com"
] | pavannm461@gmail.com |
8d331029ffda91a33418e4b8fc396f71b218cd60 | f96fe513bfdf2d1dbd582305e1cbfda14a665bec | /net.sf.smbt.jazzmutant/src-model/net/sf/smbt/jzmui/Script.java | f4f31839ec67599a8291f615effdfbdf28c6ac0e | [] | no_license | lucascraft/ubq_wip | 04fdb727e7b2dc384ba1d2195ad47e895068e1e4 | eff577040f21be71ea2c76c187d574f1617703ce | refs/heads/master | 2021-01-22T02:28:20.687330 | 2015-06-10T12:38:47 | 2015-06-10T12:38:47 | 37,206,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,259 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.smbt.jzmui;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Script</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link net.sf... | [
"lucas.bigeardel@gmail.com"
] | lucas.bigeardel@gmail.com |
ca4b748c0ad09cd99ffc568b829efbb01bbcc172 | d57b607551cebefa3f2b572d508c22cdac9bc773 | /eureka-feign/src/test/java/com/open/springcloud/eurekafeign/EurekaFeignApplicationTests.java | 0eaaab0079ef655ee2878c1b508233d3be7e6ebb | [] | no_license | OpenZhang/springcloud | 50a2ac90a3b644410c4503c9af5bd84973575fc4 | 05b255efdd6e8a80455afff08ddc514fd70894c4 | refs/heads/master | 2020-03-16T15:36:19.046075 | 2018-05-11T06:04:52 | 2018-05-11T06:04:52 | 132,750,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.open.springcloud.eurekafeign;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class EurekaFeignApplicationTests {
@Test
p... | [
"571073038@qq.com"
] | 571073038@qq.com |
74ca9d088985512fd0117b67b48d7d2ceaf45e9e | dc5c571c50cafb894aef8da6698ab5a9d724012b | /RxExampleDemo/app/src/main/java/example/rx/com/rxexampledemo/zoomeye/ZoomEyeSearch.java | 9aa236456888f6cfe4abd791a11de88ff68997e4 | [] | no_license | wangjian-k/AndroidRxExample | 746f6951be1d7c35e6f2ccd1d8559dff939d32b0 | 73413d52a6c73493a51b02cef82347e6fbdd6636 | refs/heads/master | 2016-09-12T21:38:58.375090 | 2016-06-05T16:03:03 | 2016-06-05T16:03:03 | 59,768,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,396 | java | package example.rx.com.rxexampledemo.zoomeye;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.app.Activity;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import a... | [
"wangjian-k@163.com"
] | wangjian-k@163.com |
d0b844ede96c9cb713200d251e87593f9c9d5952 | b2bac83818f1e3a97d33988423a8b737627b3be9 | /javaIO/src/fileApi/file.java | 95d5e9e58c2f89472fdedeac725f78ea9b0d3b46 | [] | no_license | pupilBin/learn | 8177fe0cfa060955c3ff88ac63a57f2cfc14e1ad | 132fb53adc3d4f0501e86a8cd466221c9e06876c | refs/heads/master | 2020-12-07T07:43:28.630882 | 2017-07-14T14:49:28 | 2017-07-14T14:49:28 | 53,180,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 897 | java | package fileApi;
import java.io.File;
import java.io.IOException;
/**
* Created by pupil on 2016/4/6.
*/
public class file {
public static void main(String[] args) {
File file=new File("C:\\Users\\BaiLiuBin\\IdeaProjects\\workSpace\\javaIO\\src\\fileApi\\directory");
if(!file.exists()){
... | [
"pupil240343458@gmail.com"
] | pupil240343458@gmail.com |
200eb3fba33d46a208781c1bd8e90355aba4144b | d6267a448e056b47d79cc716d18edec6dd91154c | /modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/OdbcColumnMeta.java | 0edfabcfd4a0bcc2d1fb19f4fe020b6fb1fbb82c | [
"Apache-2.0",
"LicenseRef-scancode-gutenberg-2020",
"CC0-1.0",
"BSD-3-Clause"
] | permissive | sk8tz/ignite | 1635163cc2309aa0f9fd65734317af861679679f | 2774d879a72b0eeced862cc9a3fbd5d9c5ff2d72 | refs/heads/master | 2023-04-19T03:07:50.202953 | 2017-01-04T21:01:13 | 2017-01-04T21:01:13 | 78,094,618 | 0 | 0 | Apache-2.0 | 2023-04-17T19:45:36 | 2017-01-05T08:30:14 | Java | UTF-8 | Java | false | false | 3,356 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"vozerov@gridgain.com"
] | vozerov@gridgain.com |
2269ba3ad855883dcb168122ff2b18eea46e3792 | efb6430b47accc21b20848ffcff7bcd0e5fdeb74 | /Structural/Bridge/src/platform/Database.java | 98ec9317eda2059a653bc53e7d2d2e28447ad9ef | [] | no_license | rawen17/patterns | 7ee6c95cd4cb3d21344804b8df7db8a4f10581c2 | 25541ab50dfa150d4b7ee88ae19360ab80c45e9a | refs/heads/master | 2022-10-07T19:59:22.156373 | 2020-06-12T07:46:12 | 2020-06-12T07:46:12 | 267,336,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package platform;
public interface Database {
boolean hasUser(String userName);
void queryData();
}
| [
"Buyanov.Vladimir2@wildberries.ru"
] | Buyanov.Vladimir2@wildberries.ru |
3e733483fcb55f4bf07002353a23a84863ee7305 | 49b4cb79c910a17525b59d4b497a09fa28a9e3a8 | /parserValidCheck/src/main/java/com/ke/css/cimp/ffm/ffm8/Rule_Grp_ULD_Utilisation_Detail.java | 2576698abb2ed3c83970a726a9885189dcb5577f | [] | no_license | ganzijo/koreanair | a7d750b62cec2647bfb2bed4ca1bf8648d9a447d | e980fb11bc4b8defae62c9d88e5c70a659bef436 | refs/heads/master | 2021-04-26T22:04:17.478461 | 2018-03-06T05:59:32 | 2018-03-06T05:59:32 | 124,018,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,227 | java | package com.ke.css.cimp.ffm.ffm8;
/* -----------------------------------------------------------------------------
* Rule_Grp_ULD_Utilisation_Detail.java
* -----------------------------------------------------------------------------
*
* Producer : com.parse2.aparse.Parser 2.5
* Produced : Fri Feb 23 10:57:4... | [
"wrjo@wrjo-PC"
] | wrjo@wrjo-PC |
54ca90b572719f0a2d1b63d03d3ef1a8a317af36 | 6bb024b505570317c130c535c043fe70631543ff | /src/main/java/me/kts/boardexample/service/IdiotService.java | e9eefbff4448cb73ff44be61be1401bd9e3143b2 | [] | no_license | Kim-Taesu/springboot_board | b7250dd4d68294883c6b0e98324a01f397956b90 | 6318f2b3afb692d2dbaf802002a5a58063c4d6bc | refs/heads/master | 2022-04-06T11:40:30.740366 | 2020-03-10T15:38:34 | 2020-03-10T15:38:34 | 236,267,399 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,227 | java | package me.kts.boardexample.service;
import me.kts.boardexample.domain.*;
import me.kts.boardexample.repository.*;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Service;
import java.util.L... | [
"dkdldoafotn@naver.com"
] | dkdldoafotn@naver.com |
5572f37bdb720b136285557af399f7ca863c2dec | f7262d403dcb7a374e277b68bef6f0a44f2db62d | /xmtdb/src/main/java/com/trs/xmtdb/web/account/ProfileController.java | 1badd2247cc55d78ad30bd584652e51bfb29fa40 | [
"MIT"
] | permissive | trs-project4/xmtdb-version1 | 43f12c1da6f00fd573247b8b2e31f5a9a2c42765 | 1187813da7d9f4477c5f3abe6d6c0d7cb6bf9d17 | refs/heads/master | 2020-05-31T20:44:56.546113 | 2014-09-23T03:12:57 | 2014-09-23T03:12:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,459 | java | /*******************************************************************************
* Copyright (c) 2005, 2014 springside.github.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
*******************************************************************************/
package com.trs.xmtdb.web.account;
im... | [
"storv2580@163.com"
] | storv2580@163.com |
725aecb7e6fc297e3ff2e47db1477ae195c1820b | 5c53527860b3313e78884d7d6a2d362003189601 | /src/controllers/LoginServletController.java | 8cb8a448d7ad4e1fcb29ad83ef03366e12b0f5b0 | [] | no_license | jailimbu/state-mgmt | ea8adcefed1d3fd878a84d7a3c15576f6921771a | 9a2037f9b24297e359ebd3a14274dc25ee48e79e | refs/heads/master | 2021-01-11T21:14:14.703044 | 2017-01-17T22:15:56 | 2017-01-17T22:15:56 | 79,275,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,299 | java | package controllers;
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;
import javax.servlet.http.HttpSession;
import models.U... | [
"shaolin.limbu@gmail.com"
] | shaolin.limbu@gmail.com |
2865ad2345612d5027420401e0fdf53ed9903f51 | 0098dcc18897acc64fde60d56993a989a640c34a | /src/main/java/com/zking/q03/quartz/MyTask2.java | 851523c37f80587ac1361591bbfdfb79ae0b126f | [] | no_license | yaoyulan21/warehouse01 | 84540dec8c9b7994406984574ce7b0e205b91a5f | 047fe274191f1a58df046660020f32175ff411a4 | refs/heads/master | 2023-03-09T07:51:34.189086 | 2021-02-23T08:32:38 | 2021-02-23T08:32:38 | 341,447,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package com.zking.q03.quartz;
import com.sun.media.jfxmedia.logging.Logger;
import com.zking.q03.service.IOrderService;
import lombok.extern.slf4j.Slf4j;
import org.quartz.JobDataMap;
import org.quartz.JobDetail;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import org.springframework... | [
"313320956@qq.com"
] | 313320956@qq.com |
34bdc10107cd530cb42c6141c5c04091a0b67558 | 46786b383a16fff9c5d57b6b197b905e56a40dba | /xcloud/xcloud-vijava/src/main/java/com/vmware/vim25/StorageDrsVmConfigInfo.java | 5beeede3c226e6f93293d302b76d19b1ef8ea123 | [] | no_license | yiguotang/x-cloud | feeb9c6288e01a45fca82648153238ed85d4069e | 2b255249961efb99d48a0557f7d74ce3586918fe | refs/heads/master | 2020-04-05T06:18:30.750373 | 2016-08-03T06:48:35 | 2016-08-03T06:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,867 | java | /*================================================================================
Copyright (c) 2013 Steve Jin. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must re... | [
"waddy87@gmail.com"
] | waddy87@gmail.com |
a0a6ed84c3a509c825e05689c3dc0b279e48d5a5 | d2eb8e8af7962b2080d83e25408739b94a8a5e66 | /src/main/java/com/belerweb/social/qq/connect/bean/PicUploadResult.java | 17c7aa2418c9b8c29d4f619c449829c3c50ee9c8 | [] | no_license | shiqiyue/social-sdk | ad88d18308dc9fb1c17624ada581b348b20d8c95 | 4c6805e00c939b7d32368690116abdc20381e48f | refs/heads/master | 2020-12-25T11:32:01.284597 | 2016-02-25T02:52:19 | 2016-02-25T02:52:19 | 52,768,375 | 2 | 1 | null | 2016-02-29T06:09:37 | 2016-02-29T06:09:37 | null | UTF-8 | Java | false | false | 2,010 | java | package com.belerweb.social.qq.connect.bean;
import org.json.JSONObject;
import com.belerweb.social.bean.JsonBean;
import com.belerweb.social.bean.Result;
public class PicUploadResult extends JsonBean {
public PicUploadResult() {}
private PicUploadResult(JSONObject jsonObject) {
super(jsonObject);
}
p... | [
"belerweb@gmail.com"
] | belerweb@gmail.com |
258c4e35f0ba1e487e3cf4c28567eab03f4bc0ee | 36f797ddbd8a72ce9908154043478b93ca03e0ff | /src/test/java/com/rmarini/pontointeligente/api/services/FuncionarioServiceTest.java | 1dbd4189b6678c9e62336c59f6ec49fdb0167b0d | [
"MIT"
] | permissive | rcmarini/ponto-inteligente-api | f42942e8023f81fcd6a8dcafd8077235b6561034 | b05f48d9f3970fc0913f459346e73d6ed90e8d01 | refs/heads/master | 2020-04-21T10:47:59.385658 | 2019-05-15T02:15:46 | 2019-05-15T02:15:46 | 169,497,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,203 | java | package com.rmarini.pontointeligente.api.services;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.Optional;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.BDDMockito;
import org.mockito.Mockito;
import org... | [
"ricardocmarini@gmail.com"
] | ricardocmarini@gmail.com |
9b777b2ccef449b10a6f2aef5d2aa9fb7ae14ecd | 5c96dd9932c822a43579f2a1f4180cd1c538dec2 | /src/ab/vision/ShowSeg.java | f785d16d3e807301c62da483bbf18ba0a3e01ce8 | [] | no_license | LightningDev/AngryBird | a774c0d5d8bc0b5723758cdd892870a89443d0ff | d94d8716db84ab6e54b63451c1dc04e06ce724f9 | refs/heads/master | 2020-05-30T10:50:58.436054 | 2014-10-15T15:15:46 | 2014-10-15T15:15:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,686 | java | /*****************************************************************************
** ANGRYBIRDS AI AGENT FRAMEWORK
** Copyright (c) 2014,XiaoYu (Gary) Ge, Stephen Gould,Jochen Renz
** Sahan Abeyasinghe, Jim Keys, Andrew Wang, Peng Zhang
** All rights reserved.
**This work is licensed under the Creative Commons Attribut... | [
"lightningdev.freelancer@gmail.com"
] | lightningdev.freelancer@gmail.com |
e272c005f6f4a25b64897feea2c360eca3fc8caa | 028d6009f3beceba80316daa84b628496a210f8d | /uidesigner/com.nokia.sdt.sourcegen/src/com/nokia/sdt/sourcegen/doms/rss/impl/RssModelProxy.java | e1a2f3d1367a33d62508a0406c6c21be5f9f012b | [] | no_license | JamesLinus/oss.FCL.sftools.dev.ide.carbidecpp | fa50cafa69d3e317abf0db0f4e3e557150fd88b3 | 4420f338bc4e522c563f8899d81201857236a66a | refs/heads/master | 2020-12-30T16:45:28.474973 | 2010-10-20T16:19:31 | 2010-10-20T16:19:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,579 | java | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.o... | [
"Deepak.Modgil@Nokia.com"
] | Deepak.Modgil@Nokia.com |
59df77735d427c64bfa37ec160ad4418cba53536 | 59e7cd121e34fce370a29d7d23f811ff3a29fe23 | /house-demo-server/src/main/java/com/house/mapper/PersonInfoManagementMapper.java | ba451c07b195ad0911e7f63d65fe747d2d2aaed9 | [] | no_license | tiger-super/bi-jian | 796badb42209dca4abcca8a443dea993f4aacefb | 2b357166e60e8235a0569fca84b059df76f2c110 | refs/heads/master | 2020-04-14T23:30:25.925733 | 2019-05-10T13:03:37 | 2019-05-10T13:03:37 | 164,204,664 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.house.mapper;
import org.springframework.stereotype.Repository;
import com.house.entity.Customer;
@Repository
public interface PersonInfoManagementMapper {
// 修改密码
int updatePassword(Customer customer);
// 修改用户名
int updateName(Customer customer);
// 修改年龄
int updateAge(Customer custo... | [
"347177277@qq.com"
] | 347177277@qq.com |
75acc35321b464077979dd45a78c1299378fb303 | 1601ca2f86ff1243bb6e36859e2e34da7928eab7 | /demo/src/main/java/com/qinzx/demo/jvm/part5/AtomicTest.java | b00b61d690a6ece9a3850363186879de50ece84c | [] | no_license | qinzixiang/demo | d61d4a76008f67bb7de77fc4f477c6522b3a09c6 | d5c05564ff2dc03d3d8b16712ae68aaafba6f82b | refs/heads/master | 2022-12-06T14:19:30.839507 | 2020-08-24T06:12:30 | 2020-08-24T06:12:30 | 195,946,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.qinzx.demo.jvm.part5;
import java.util.concurrent.atomic.AtomicInteger;
/**
* 原子int型
* Atomic 变量自增运算测试
*
* @author qinzx
* @date 2020/03/27 15:06
*/
public class AtomicTest {
public static AtomicInteger race = new AtomicInteger();
public static void increase() {
race.incrementAndGet... | [
"qinzxiang@163.com"
] | qinzxiang@163.com |
f6e9c29862bc234512f357a59cb0e8d506c41db6 | d2af5e3cb2dfbc3416cd64ea855f99c3292e5fa9 | /src/java8/ToysDistribution.java | ab680de071215364a6138e650914b6c990c181f4 | [] | no_license | sadhnosh/practice | d9ae4de16d95114ce7df7af4f93816024ef511ca | 8fc3051e98eb578520ef0f6462cbc4dd468f1dda | refs/heads/master | 2023-06-18T00:09:45.710903 | 2021-07-15T09:22:28 | 2021-07-15T09:22:28 | 386,229,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,619 | java | package java8;
import java.util.*;
public class ToysDistribution {
public static void main(String[] args) {
List<String> toys = Arrays.asList("Toy1","Toy2","Toy3","Toy4","Toy5","Toy6","Toy7","Toy8","Toy9","Toy10");
Map<String,List<String>> childrenToysCollection = new HashMap<>();
childr... | [
"68371328+sadhnosh@users.noreply.github.com"
] | 68371328+sadhnosh@users.noreply.github.com |
fd097220f47a63959e2ec0c00f5c2477044755eb | 2597d2a666dd14d64c51da39a4442af3c1d9c1e0 | /Insurance/src/dao/TypeDao.java | 350a429d67af3da163d1f0c8f84d321d58fa9f1a | [] | no_license | JefferyLuo-create/insurance | 44bd45127ccccb6c3262b9d3a229cf21a323ee80 | 14905ddcea96d8129844eb9bf3b29a4c5e84ec52 | refs/heads/master | 2022-01-05T09:26:32.471352 | 2018-08-28T12:24:07 | 2018-08-28T12:24:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package dao;
import java.util.List;
import domain.Type;
public interface TypeDao extends BaseDao {
int addType(Type type);
int deleteType(String tName);
int updateType(Type type);
Type getAppointType(String tName);
List<Type> getAllType();
List<Type> mohuQuery(String keyword);
}
| [
"1778794947@qq.com"
] | 1778794947@qq.com |
b7880f536354be0c849a08c62d873abcc302e3d4 | cb2f67d9934c04ab6472553e0db34cbccd7c8c19 | /src/main/java/com/bolsadeideas/springboot/app/MvcConfig.java | 0a254df4830cc07acd9219175158b10223ce7b88 | [] | no_license | AguDecima/spring-boot-jpa-facturacion | 2ac7993ca990f8a0a7f9e3142ef567695ef22f2f | c9d0dd25fdae01dbf3614243fa880d8df734a08d | refs/heads/master | 2020-03-30T22:01:31.506842 | 2018-10-05T00:15:26 | 2018-10-05T00:15:26 | 151,651,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | package com.bolsadeideas.springboot.app;
//import java.nio.file.Paths;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
//import org.springframework.web.servlet.config.an... | [
"agudecima@gmail.com"
] | agudecima@gmail.com |
1961368463cd01313dae7b168dd0dff7baf2d5c5 | 6eb82e580b25d10321d8e625991abb30e3c7879b | /doma-gen/src/main/java/org/seasar/doma/extension/gen/DaoDescFactory.java | a9ee2fd3b68ee1f789ca57383add0a1020caf8a0 | [
"Apache-2.0"
] | permissive | teramura/doma-gen | ec93a3f76566b5e2d9186032977e748059a26883 | fef900d7ada1dd7620cca028e089acd26ae62dad | refs/heads/master | 2021-01-21T18:14:42.458279 | 2013-10-01T01:54:14 | 2013-10-01T01:54:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,308 | java | /*
* Copyright 2004-2010 the Seasar Foundation and the Others.
*
* 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 ... | [
"toshihiro.nakamura@gmail.com"
] | toshihiro.nakamura@gmail.com |
becdc5ef7e23b261edf2b01db8019dfab168e052 | 353a353a7c141d01a58b8065aef0a5bc8c22a483 | /wiscess-pdf/src/main/java/com/wiscess/exporter/pdf/ExportPdfParameter.java | 390aeb73485c65ed171d508ef6933f1f49285f0a | [] | no_license | wiscess/wiscess | 3897ea04ece7e3e9b0576ed38ad9ecc5678ed002 | 768bf38b6fdad489b3f2c46342803a4acfe9dbd9 | refs/heads/master | 2023-09-04T10:56:00.302684 | 2023-08-29T04:01:30 | 2023-08-29T04:01:30 | 70,655,887 | 4 | 1 | null | 2022-12-15T23:44:29 | 2016-10-12T02:46:07 | Java | UTF-8 | Java | false | false | 1,547 | java | package com.wiscess.exporter.pdf;
import java.util.ArrayList;
import java.util.List;
import com.itextpdf.kernel.font.PdfFont;
import com.itextpdf.kernel.geom.PageSize;
import com.itextpdf.layout.element.IElement;
import com.itextpdf.layout.element.Paragraph;
import lombok.AllArgsConstructor;
import lombok... | [
"wangh114@gmail.com"
] | wangh114@gmail.com |
003894900f72144baffd3228b5ba0c6fd43c8c82 | d5fc8713614bdaa7780f5038ed62e99566803f62 | /src/main/java/org/tepi/filtertable/demo/FilterTableDemoUI.java | 61d13f14a9de16c2b37c6507f2803b0b8faf491e | [] | no_license | amarkeyev/VaadinComplexHeaderTable | 560b3ff9a26b30834c4d1be45e31360065b93413 | 3e17a48e4b91ef791925d48115c82c1e824f1614 | refs/heads/master | 2021-01-01T15:50:32.581837 | 2015-08-30T20:47:29 | 2015-08-30T20:47:29 | 41,642,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,837 | java | package org.tepi.filtertable.demo;
import com.vaadin.annotations.PreserveOnRefresh;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.Title;
import com.vaadin.data.Container;
import com.vaadin.data.Property;
import com.vaadin.data.Property.ValueChangeEvent;
import com.vaadin.data.util.IndexedContainer... | [
"andrey.markeev@billing.ru"
] | andrey.markeev@billing.ru |
dc12c43f82137ed7e308b293a27d9ad7842ee580 | 0e69f5627479ee661836d9b5c91514c1323def0f | /src/main/java/ca/poc/uilogic/service/MessagesService.java | f77d95c97fa75e2448f6a5cce6d740f9bd130f57 | [] | no_license | arvin-tomachovsky/uilogic-for-poc | 6937c0d2fdadc709cbc5d064be46fdb612803425 | 64368fa1fb457eb11ff2efd2a5f406e5810032f1 | refs/heads/master | 2021-06-29T13:22:52.032383 | 2017-09-15T08:26:33 | 2017-09-15T08:26:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,133 | java | package ca.poc.uilogic.service;
import java.util.List;
import javax.inject.Inject;
import javax.inject.Named;
import ca.poc.uilogic.domain.Message;
import ca.poc.uilogic.repository.interfaces.IMessagesRepository;
import ca.poc.uilogic.service.interfaces.IMessagesService;
/**
* Service implementation fo... | [
"daniel.fryze@gmail.com"
] | daniel.fryze@gmail.com |
3622470f57cafd09c9ddd63eb0f35b301e04dee3 | 87207c5c1f7d1497fa6dddf42823edc7fd489929 | /src/com/pie/tlatoani/Tablist/Simple/SimpleTablist.java | def823b293dd6d7116e9d72c859157cffbdb32ae | [
"MIT"
] | permissive | Pikachu920/MundoSK | 2e0352cb1028f18d2333edd18aa9bee30335d332 | e80e88e77d17e301c73d3fcfcf5bdba6fb42e0a9 | refs/heads/master | 2021-01-22T09:54:38.362298 | 2016-12-03T17:06:31 | 2016-12-03T17:06:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,787 | java | package com.pie.tlatoani.Tablist.Simple;
import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.events.PacketContainer;
import com.comphenix.protocol.wrappers.*;
import com.pie.tlatoani.Mundo;
import com.pie.tlatoani.ProtocolLib.UtilPacketEvent;
import com.pie.tlatoani.Skin.Skin;
import com.pie.tlatoa... | [
"dannymittal@gmail.com"
] | dannymittal@gmail.com |
634aaae3069f1ca155d874b11c90e22192196129 | 85eb470c9b11ca969a1b6371c47c4e2df45b195b | /src/main/java/ioreaderclasspath/countries/Country.java | a38dccbaec94b6efd25ef0dad428307be4150445 | [] | no_license | csgrabt/training-solutions | b694332b856f17c237831123bd2c6504a18d5cb4 | 5e5fc887dc3d72aa673f8df01ba3f1d097f37176 | refs/heads/master | 2023-08-15T00:29:28.460172 | 2021-10-04T08:36:23 | 2021-10-04T08:36:23 | 308,076,903 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package ioreaderclasspath.countries;
public class Country {
private String name;
private int borderCountries;
public Country(String name, int borderCountries) {
this.name = name;
this.borderCountries = borderCountries;
}
public int getBorderCountries() {
return borderCoun... | [
"gy.cseko@outlook.com"
] | gy.cseko@outlook.com |
baf23cd3c4fa5480f62f1e117cd4575f7f22a3a8 | 260dc2c19a6b1f3faaaa6427d6db35c97bf8c2c8 | /favouriteservice/src/main/java/com/stackroute/favouriteservice/service/UserServiceImpl.java | 45ead5338a9cbc407502ea445205795e41df417c | [] | no_license | subashnaik/cmatches-master | 9eb92b0a7411829ca8970fba8140fdb42cf7f87c | 2ebf26e2a7ed7d645b4688c2152962241cdad98c | refs/heads/master | 2023-05-13T02:36:44.732384 | 2019-11-12T12:18:32 | 2019-11-12T12:18:32 | 220,997,287 | 0 | 0 | null | 2023-05-07T06:18:13 | 2019-11-11T14:18:38 | Java | UTF-8 | Java | false | false | 683 | java | package com.stackroute.favouriteservice.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.stackroute.favouriteservice.domain.model.User;
import com.stackroute.favouriteservice.repository.IUserServiceRepository;
@Service
public class User... | [
"subanaik@in.ibm.com"
] | subanaik@in.ibm.com |
62ebf79a8e9c678d034291a5b3328b13e16a16b9 | 476c26f37e9bf0ad33c0981f64b75230b2ee8b9a | /plugin/src/main/java/com/fasten/component/plugin/task/ServiceRegistryGenerationTask.java | c57c4873603c333170b79fc1daab369847e217cd | [
"Apache-2.0"
] | permissive | stormzsl/androidSPI | 4bd7fc0cc43aea77a8a68bfed6e76c2b56c4aef7 | 4b9ab5a8beeb536cd19b1775ca4d2f2cda576450 | refs/heads/master | 2021-06-26T07:57:30.848925 | 2021-04-28T07:51:09 | 2021-04-28T07:51:09 | 226,661,334 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | package com.fasten.component.plugin.task;
import org.gradle.api.DefaultTask;
import org.gradle.api.file.FileCollection;
import org.gradle.api.tasks.InputFiles;
import org.gradle.api.tasks.OutputDirectory;
import org.gradle.api.tasks.TaskAction;
import java.io.File;
/**
* Generate {@code ServiceRegistry} class by sc... | [
"zhangshili@didichuxing.com"
] | zhangshili@didichuxing.com |
d271085940e68f6e3da54857e16b3054f36e77b6 | ecf8383275e70237d8d3ecacad4140140343a69c | /apawnd-wms-standard-provider/src/main/java/com/maersk/apawnd/wms/standard/mapper/CarrierMapper.java | b9226f0d3463239ed3c46c36c901be4a60fc25ed | [
"Apache-2.0"
] | permissive | huangbiyun-1512/apawnd-wms-standard | 0db1e56c93e64d85adba2b7c6b74018a8d587164 | 73a997ff506a9b4aecbfb29017af6186420e961b | refs/heads/master | 2023-01-02T04:52:26.454018 | 2020-10-27T02:37:26 | 2020-10-27T02:37:26 | 283,645,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.maersk.apawnd.wms.standard.mapper;
import com.maersk.apawnd.wms.standard.model.CarrierModel;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface CarrierMapper {
List<CarrierModel> selectByCarrierName(@Param("carrierNa... | [
"huangbiyun1512@163.com"
] | huangbiyun1512@163.com |
9df608f66b4a73672c522c54abd8c3e9d21ccaab | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/64/org/apache/commons/math/distribution/AbstractIntegerDistribution_cumulativeProbability_87.java | 6276f62d38bfcd1abbb38f93a5d3f69ae4343758 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,148 | java |
org apach common math distribut
base integ valu discret distribut default
implement provid method vari
distribut distribut
version revis date
abstract integ distribut abstractintegerdistribut abstract distribut abstractdistribut
random variabl valu dist... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
ac832d62b7a2d04a786ecc9d565458be913785d2 | 955492b38652588990c368e2102375dc1f5118b2 | /Urlshortener/src/test/java/com/newbie/urlshortenerservices/EnlargerServiceTest.java | 4342e5263ff49ec9158738c13671d15c60da9559 | [] | no_license | IanScott/URLShortener | 7bce5606b0bcd07240489d6ff88f9b9d28093427 | e07eb6a8320aead3eb496a9303e50aa68b1fea0c | refs/heads/master | 2020-03-27T17:53:42.255721 | 2018-09-16T20:13:32 | 2018-09-16T20:13:32 | 146,882,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,835 | java | package com.newbie.urlshortenerservices;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.IOException;
import java.net.MalformedURLException;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframe... | [
"ian.van.nieuwkoop@813W4Q2.novadoc.nl"
] | ian.van.nieuwkoop@813W4Q2.novadoc.nl |
7aeb74f1185de992244a43fa04e2cd8c78b37132 | f847855178fca60efb77d1505bb10615b2d1284b | /src/net/davidrobles/games/tetris/view/TetrisModelObserver.java | 5a6c1f05bd21bc4aa6239040c4e368876dedb157 | [] | no_license | davidrobles/tetris | c00f1f9c63545d416997ea4359e6f0c94999286c | e619c2bda200545d4f0e9c20b381cbd5a1a78205 | refs/heads/master | 2021-01-22T14:40:13.590613 | 2013-08-31T03:46:13 | 2013-08-31T03:46:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package net.davidrobles.games.tetris.view;
public interface TetrisModelObserver {
void update();
}
| [
"drobles@gmail.com"
] | drobles@gmail.com |
11aaf53479a7d51b333b7c4c053b9510c176a5e7 | c09b36141799135b4b19b18bc60ac594e08302d0 | /giraph-core/src/main/java/org/apache/giraph/types/heaps/Long2IntMapEntryIterable.java | 08e44d40b0d890235b1e3f7b0cffb8e2d410df59 | [
"Apache-2.0"
] | permissive | kboom/giraph | 50f37e0b3e5b6e2c74b49cd2025ac7cdc52f663d | 6e8906ea1eabf86ce3ac358995b4110fc3d92d6f | refs/heads/master | 2020-07-26T07:01:47.846101 | 2019-11-10T13:31:54 | 2019-11-10T13:31:54 | 208,571,201 | 0 | 0 | NOASSERTION | 2020-02-12T21:10:13 | 2019-09-15T09:33:48 | Java | UTF-8 | Java | false | false | 1,470 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"majakabiljo@fb.com"
] | majakabiljo@fb.com |
896390ab751d4345eef6037259b50dd0c0fca169 | 26db89ac918398297f509334032c872356d9cf68 | /src/main/java/br/com/willianantunes/examocp/chap8/ReadFileInformation.java | a832f98d8140b04728b3fb4eb9c83af3d039316d | [] | no_license | willianantunes/oca-ocp-evaluation | 0708ab38114e4178703068619689d2e0e30c3109 | 0d6daa57ca7a7dcc63682a840b8ac4809453e9c0 | refs/heads/master | 2020-07-04T08:40:36.731032 | 2017-02-11T17:53:37 | 2017-02-11T17:53:37 | 73,863,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,520 | java | package br.com.willianantunes.examocp.chap8;
import java.io.File;
public class ReadFileInformation {
public static void main(String[] args) {
// File file = new File("C:\\Users\\Willian\\Development\\tools\\eclipse-neon-R\\eclipse.exe");
File file = new File("C:\\Users\\Willian\\Development\\tools\\eclips... | [
"willian.lima.antunes@gmail.com"
] | willian.lima.antunes@gmail.com |
411638755d6ddc53b48a9e686a76e263b06c0629 | 8a1a2f98fc8266f8f65441c077a38889fa3af5c6 | /mall-manager/mall-manager-dao/src/main/java/com/ntc/mall/mapper/TbContentCategoryMapper.java | a808d852e2906a8f28ec5f6cd4bd634a0c4bc21e | [] | no_license | Michael-F-Chen/ntc-mall | 1f854fe2ead0642e80d13a651828a132235be4fb | a9717e00a66c8c1fc95a2d674323c8089dd9f310 | refs/heads/master | 2020-03-29T12:17:42.354968 | 2018-10-22T14:32:53 | 2018-10-22T14:32:53 | 149,892,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 990 | java | package com.ntc.mall.mapper;
import com.ntc.mall.pojo.TbContentCategory;
import com.ntc.mall.pojo.TbContentCategoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface TbContentCategoryMapper {
int countByExample(TbContentCategoryExample example);
int deleteByExample(T... | [
"643487053@qq.com"
] | 643487053@qq.com |
c01c9bae821d2d971b28057d58f50d8919b68867 | bd63b955e874b4bfb1f7e67bfeef42a74237623c | /hw06-Crypto_Shell/hw06-1191233690/src/main/java/hr/fer/zemris/java/hw06/shell/ShellCommand.java | b99cef3af4be77e278c60a42027ee4714a6d489a | [] | no_license | nijelic/Introduction-to-Java-Programming-Language | ec6063581db817371c123b9732cab2175162b784 | ed37b3a9496a70fd990146fba2eca12460bd0e84 | refs/heads/master | 2022-12-06T08:54:48.135836 | 2019-09-24T11:59:01 | 2019-09-24T11:59:01 | 174,699,653 | 0 | 0 | null | 2022-11-24T09:35:01 | 2019-03-09T13:44:55 | Java | UTF-8 | Java | false | false | 673 | java | package hr.fer.zemris.java.hw06.shell;
import java.util.List;
/**
* Interface used for MyShell commands.
* */
public interface ShellCommand {
/**
* This method executes command.
* @param env {@link Environment} which is used to communicate with user.
* @param arguments of the command
* @return ShellStatu... | [
"nikola.jelic995@gmail.com"
] | nikola.jelic995@gmail.com |
99b74e0e4e13b9513fb36a6b97d13ae1eef8a384 | cd7092b301c0da351d579bd9306bd3a5358e0998 | /src/main/java/com/lagou/edu/dao/impl/JdbcAccountDaoImpl.java | adc71960887f10e9541051803a3e83f9119f0825 | [] | no_license | xiaolianggu/lagou-transfer | a321d0c2d0c0d43ae696c433c6ca3cc990c613e1 | 4d3b50422adc10333849374d23cda5ef6ae23d1b | refs/heads/master | 2022-11-28T08:50:35.554420 | 2020-01-23T09:55:09 | 2020-01-23T09:55:09 | 235,702,657 | 0 | 0 | null | 2022-11-16T10:54:11 | 2020-01-23T01:29:06 | Java | UTF-8 | Java | false | false | 2,398 | java | package com.lagou.edu.dao.impl;
import com.lagou.edu.annotation.MyAutowired;
import com.lagou.edu.annotation.MyService;
import com.lagou.edu.pojo.Account;
import com.lagou.edu.dao.AccountDao;
import com.lagou.edu.utils.ConnectionUtils;
import com.lagou.edu.utils.DruidUtils;
import java.sql.Connection;
import java.sql... | [
"v-guxiaoliang@saicmobility.com"
] | v-guxiaoliang@saicmobility.com |
0d2056321a59bcb23f7b3747ff6fb6dae1e725ec | 42337d23e155cc9f61982386aa4917ef37a9bca5 | /src/main/java/com/game/map/bean/ConcreteMap.java | 7eafe85868ab4c27745d55b53b7da0bbfeccf29d | [] | no_license | lengzyuez/MMORPG | 0599c042f7cabd64410f054897c3906c1154311f | 2e67f34d387c56e7a91dc7e822ec3ad5620147ad | refs/heads/master | 2020-09-08T15:14:05.973142 | 2019-09-16T09:41:53 | 2019-09-16T09:41:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,696 | java | package com.game.map.bean;
import com.game.npc.bean.ConcreteMonster;
import com.game.role.bean.ConcreteRole;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @ClassName ConcreteMap
* @Description 地图实体类
* @Author DELL
* @Date 2019/5/3015:09
* @Version 1.0
... | [
"1025741620@qq.com"
] | 1025741620@qq.com |
2975d7d2fc3406c54ad80475560b270192e0ef75 | a782977a8901d9a6bae5c0d6fefdc3046c87b0c6 | /app-artifacts/hydrator-plugins/kafka-plugins/kafka-plugins-0.8/src/main/java/io/cdap/plugin/sink/KafkaOutputFormat.java | 41e5de131ff7f5cd1fb1a5f5d455b8955ab20217 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | logan-jun/cdapimage | 34ec81e41f38a73750efa79c8598451ff9a6fc46 | f78c3dcf1bbe603da06cc964f5e06a7f5039b183 | refs/heads/master | 2022-12-14T21:08:49.284911 | 2020-09-02T10:24:25 | 2020-09-02T10:24:25 | 292,229,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,360 | java | /*
* Copyright © 2018 Cask Data, 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 agreed t... | [
"57519989+logan-jun@users.noreply.github.com"
] | 57519989+logan-jun@users.noreply.github.com |
d004afe91ab4ce6fa5f05e3341ffe24ec0f20950 | 1816704eaacfdadfdc84806f67d77e2c00bf5453 | /InvestigaciónOperaciones/IOREOQPanel.java | fe0293dbf228007cd67117f3103f5e4f664af446 | [] | no_license | afre/ProyectoEstructuras | 9fe20db4fc752538cbf929bc0563a62e8e184c67 | 4b3394a6e6b8be69372944c21c3748b95a8ffa04 | refs/heads/master | 2021-01-15T13:48:44.449744 | 2015-07-27T14:16:31 | 2015-07-27T14:16:31 | 39,709,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,906 | java | /* */ import java.awt.Color;
/* */ import java.awt.Dimension;
/* */ import java.awt.Font;
/* */ import java.awt.Graphics;
/* */ import java.awt.Image;
/* */ import java.awt.Point;
/* */ import java.awt.event.AdjustmentEvent;
/* */ import java.io.ObjectInputStream;
/* */ import java.i... | [
"a.frex_b@hotmail.com"
] | a.frex_b@hotmail.com |
c7fa65890afce38538858626df168a90aaf53a69 | eb6e5377dbb05bdde5c10e7adac489875aabfa22 | /lib_common/src/main/java/com/d/lib/common/component/cache/base/CacheManager.java | e15905ee8dc30d138d5aa0d0d583c02f4bc3c8e9 | [] | no_license | infinte-star/finalproject | c80fb53634fed15b6a65cf572bc2beeb5cec4791 | 0918618a98817cce26998c6192eb15164abaf23f | refs/heads/master | 2020-04-13T10:52:00.850531 | 2018-12-26T08:36:02 | 2018-12-26T08:36:02 | 163,155,748 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package com.d.lib.common.component.cache.base;
import android.content.Context;
public class CacheManager {
protected volatile static ACache aCache;
protected CacheManager(Context context) {
init(context.getApplicationContext());
}
private void init(Context context) {
if (aCache == n... | [
"1256081990@qq.com"
] | 1256081990@qq.com |
c5a05e737248843df66b80f4a5796d7785e97843 | 39018cda78fb25700c1951f74db4368ea7e24fe0 | /app/src/main/java/br/senai/sp/cfp132/contagotas/activities/MedicaoActivity.java | 4c6af8156d3a34a0bff95f09c8b8f3c2c6afe45a | [] | no_license | gabrielgasparotto/ContaGotas | 87c6f30f644fca34792afd48dbdae93d9945fa9a | 9a6faccd3a1a802440f8f2cd9bf853ca361b4189 | refs/heads/master | 2020-04-28T23:17:56.159253 | 2019-03-14T15:30:04 | 2019-03-14T15:30:04 | 175,649,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | package br.senai.sp.cfp132.contagotas.activities;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import java.util.Calendar;
import br.senai.sp.cfp132.contagotas.R;
import br.senai.sp.cfp132.contagotas.dao.MedicaoDAO... | [
"gabrielgasparotto@brq.com"
] | gabrielgasparotto@brq.com |
26f122152cfeab70a11719eaa8f99bae930e75ca | 49bd8347e8cff4afa74dce423ff87976ff909503 | /app/src/main/java/com/example/checky/LoginActivity.java | 326f9624ae1f2cc251c26e307e3339701b4dcbf7 | [] | no_license | ayarmarxio/AndroidChecky | 9089c141e22bdda218b5e1d4581e0a8b0d3f53d0 | 44892a3fac6edf9cbf00b792a7eae4f5a9d3ba8e | refs/heads/master | 2020-04-29T16:29:43.517049 | 2019-03-31T18:56:43 | 2019-03-31T18:56:43 | 176,262,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,417 | java | package com.example.checky;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widge... | [
"ayarmarxio@gmail.com"
] | ayarmarxio@gmail.com |
c62a84a569404037ee7e9f0ca6cd113f7b5a7fd9 | 44df6372c2483bfa8dad16fde00b14bbf142aefc | /app/src/main/java/com/learnMVP/architect/module/login/LoginPresenter.java | 2a526afeaaec06a4e61ff8abf985215f693ec4b9 | [] | no_license | reypryma/Profile | b0edaae1d499fc3761f13050e5dbc37663f3ddd9 | 9b2acf0c036550a243c27f49887bf0176d7c368f | refs/heads/master | 2022-12-24T22:14:42.648395 | 2020-10-09T06:48:03 | 2020-10-09T06:48:03 | 302,504,198 | 0 | 0 | null | 2020-10-09T06:48:05 | 2020-10-09T01:41:02 | Java | UTF-8 | Java | false | false | 1,080 | java | package com.learnMVP.architect.module.login;
import android.content.Context;
import android.content.SharedPreferences;
import com.learnMVP.architect.module.Constants;
public class LoginPresenter implements LoginContract.Presenter {
private final LoginContract.View view;
private final SharedPreferences share... | [
"refanopradana@gmail.com"
] | refanopradana@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.