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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6536896584afa0d93e3b96229f3f7181ce47d02c | 000805e86fc2debfc0b0a4e683fc16eee709cb96 | /config-client/src/main/java/pers/niaonao/configclient/web/ConfigClientController.java | e6277c8ac59d8e0d9b7bbcbd1bd1c3264e4d83ae | [] | no_license | niaonao/spring-cloud | b772fe21cc32a1c9f00dabf33af3ba668fc90162 | dbb9f766c18cc8ca9cc75675a0b372584c39df3d | refs/heads/master | 2020-09-04T08:20:30.368496 | 2019-11-06T06:29:53 | 2019-11-06T06:29:53 | 219,637,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package pers.niaonao.configclient.web;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.beans.factory.annotation.Value;
/**
* @className: ConfigClientCont... | [
"24690311115@qq.com"
] | 24690311115@qq.com |
fc90656556baa3f96dfe97fad384ae3b6ab3da5e | d91f6aedaec16af746b18fcb4a8eb5b778afd936 | /src/com/company/PrettyNumbers.java | b5b2e0d210d9f8dbca3d19963f2052ede87c2a6c | [] | no_license | olegosipenko/Codility | 5ce45edff19044a6ac4d44d6dbb7875d327d362e | d902ff8c513f0639c7e4cf3f9a669c2b26e79f0a | refs/heads/master | 2021-01-19T13:59:05.184297 | 2018-03-27T10:12:20 | 2018-03-27T10:12:20 | 100,869,630 | 0 | 0 | null | 2017-08-21T21:08:12 | 2017-08-20T15:12:06 | Java | UTF-8 | Java | false | false | 579 | java | package com.company;
import java.util.stream.IntStream;
public class PrettyNumbers {
private static final int IN1 = 10000;
private static final int IN2 = 100;
public static void main(String[] args) {
System.out.println(count(IN1));
System.out.println(count(IN2));
}
private stati... | [
"oleg.s.osipenko@gmail.com"
] | oleg.s.osipenko@gmail.com |
bfbe591f1a0e2485ca669fd6ef69aee48f254b24 | 778d364cb52e73b89658ffb068efcde1808c5c5c | /Chapter05/exercise16/FindTheFactorsOfAnInteger.java | 2403c64b265bf910f66b3086f3a6c12f4c95faec | [
"MIT"
] | permissive | oguzhan2142/IntroductionToJavaProgrammingSolutions-Y.DanielLiang | cd0d3916cc4370e9ae3e7761431c5a6ede665f68 | e2462fb1b94a2efd86fab029c630e3421731d5de | refs/heads/master | 2021-06-26T17:57:03.400661 | 2021-01-26T12:17:38 | 2021-01-26T12:17:38 | 208,146,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package Chapter05.exercise16;
import java.util.Scanner;
public class FindTheFactorsOfAnInteger {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter an integer:");
int num = scan.nextInt();
scan.close();
int devisor = 2;
while (... | [
"oguzhan2142@hotmail.com"
] | oguzhan2142@hotmail.com |
eaed65c564f05b0608e10281d6020915eb671c6f | 09e59f7288a94f712fb97f7c3b6b33f449521e95 | /src/main/java/com/atguigu/day04/Example10.java | 86659655ab6214a61cae151a22ed10cab7a4a5b6 | [] | no_license | Aliendt/flinktutorial0408_2.0 | 2bbc95cf0d79bbed990f784876ef76a91d4c524a | 79a7207bb5042e3b6ff4ae4455d1726800c52015 | refs/heads/master | 2023-07-17T05:14:41.267404 | 2021-09-06T08:02:23 | 2021-09-06T08:02:23 | 403,534,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,446 | java | package com.atguigu.day04;
import org.apache.flink.api.common.eventtime.SerializableTimestampAssigner;
import org.apache.flink.api.common.eventtime.WatermarkStrategy;
import org.apache.flink.api.common.functions.AggregateFunction;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.co... | [
"aliendt@dog.com"
] | aliendt@dog.com |
b063c7865aaaa2a58e6030c05925602349b6c1d6 | 62073a15b0727d57ec6dc0faeb8e8b7424c885fc | /Disabled Code/com/alloycraft/exxo/blocks/BlockCrystalizedPlant.java | 1a57d139be790e4d3da13c33cc1cbf9dd3ecfe3c | [] | no_license | AshIndigo/main | c81d7456d1f4d5da1445a849939bf2b497d549b0 | 025a96c5797b85c5b61034d526af8dfec6d7646b | refs/heads/master | 2020-03-31T07:35:12.280045 | 2015-07-18T22:58:55 | 2015-07-18T22:58:55 | 30,644,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,564 | java | package com.alloycraft.exxo.blocks;
import java.util.Random;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.item.Item;
import net.minecraft.util.IIcon;
import net.minecraft.world.World;
import com.alloycraft.exxo.AlloycraftItems;
import com.ashindigo.api.BlockPlantBase;
import cpw.... | [
"firedragonman958@gmail.com"
] | firedragonman958@gmail.com |
e9332de7a2cbbf2e7f945cee40686363eca3b092 | 45207347a76a542237acc89ca430c3cf883fb39a | /src/hashMap/HashMapEntry.java | 177d9fe72746cf5e67989b8d9b326207c7ec20e9 | [] | no_license | nnasiruddin/dataStructuresPractise | 42d7acbc41cc47cfecaba340c715fc80c7def882 | 05abc33db0776af30a54312d5b0776f5a5287f6f | refs/heads/master | 2020-04-03T23:56:17.609352 | 2018-11-06T04:57:06 | 2018-11-06T04:57:06 | 155,635,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package hashMap;
public class HashMapEntry {
public HashMapEntry getNext() {
return next;
}
public void setNext(HashMapEntry next) {
this.next = next;
}
public String getKey() {
return key;
}
public String getValue() {
return value;
}
public void... | [
"nuruddin-coxauto@tasneems-air.lan"
] | nuruddin-coxauto@tasneems-air.lan |
e7ac11a41beeb5c979a11de6e35c3123f83727de | 9cd48fd0d19888c1d4f94a9312afba1de78b3c1b | /src/main/java/com/cklab/httpconn/request/HTTPRequest.java | 863b4a10fa20d588cb3b75482add1cc59a9e818a | [
"MIT"
] | permissive | cklab/HTTPConn | c14f1c6ca10a5b9a45714fcf81b6722ad01795f2 | 84539bbaa466d074fe9f0c8a598c9e9f5f89c928 | refs/heads/master | 2021-01-13T01:50:19.720288 | 2014-12-14T19:52:14 | 2014-12-14T19:52:14 | 2,207,537 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 15,940 | java | /*******************************************************************************
* Copyright (C) 2011 CKLab
*
* 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, i... | [
"ckproductions.lab@gmail.com"
] | ckproductions.lab@gmail.com |
32798a045f550bb3e209a459a925d943fdf26034 | d9f1c83a4ce12ed7570ad174e42680132fbbfc8a | /src/main/java/com/nextcloudapps/blogapi/model/role/RoleName.java | c435414415f8f28d24b14ed341d60725a9004923 | [
"Apache-2.0"
] | permissive | aurojyotitripathy/blogrest | 1b4a476567731c1066a7cd3d01c677eeff06553c | 1561b9508d31989ec4d6af2438ede458cc2fd43d | refs/heads/master | 2022-08-28T13:37:57.576621 | 2020-05-27T22:15:31 | 2020-05-27T22:15:31 | 267,435,175 | 0 | 0 | Apache-2.0 | 2020-05-27T22:15:11 | 2020-05-27T22:01:05 | Java | UTF-8 | Java | false | false | 103 | java | package com.nextcloudapps.blogapi.model.role;
public enum RoleName {
ROLE_ADMIN,
ROLE_USER,
}
| [
"aurojyotitripathy@gmail.com"
] | aurojyotitripathy@gmail.com |
05de61afb6a20bd6abb01f8264f902bc6d5e13d3 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/lucene-solr/2019/4/TestNumericRangeQuery64.java | 71e0e67e51c6f1e141626cb785b59178f54bbd71 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 20,549 | 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 ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
64be9d625fb36c9494c4306f00e4c48cc2fa23b7 | c1a318785c0f2f2ceb440feaa4354099eb5e15e0 | /src/main/java/com/blog/blog/utils/GetUUIDUtils.java | 1cab9ab375cf98c63f5bf9d5b82a50d7cbe48bc1 | [] | no_license | ice-fun/blog | 2cca3bfa603e673b7e46335d3050ccd8e9722e1a | 73289cbe25707cb7240f166174a2888f7c8d9c92 | refs/heads/main | 2022-12-30T01:35:45.128571 | 2020-10-19T08:17:51 | 2020-10-19T08:17:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,146 | java | package com.blog.blog.utils;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
public class GetUUIDUtils {
/**
* 采用URL Base64字符,即把“+/”换成“-_”
*/
//static private char[] alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=".toCharArray();
static pr... | [
"848617514@qq.com"
] | 848617514@qq.com |
dd656765f5e66183ad865ce8975c57d7728dd33a | 29832c19772448d6c829d9c30244e914903c9cdb | /student-service/src/test/java/com/test/rest/StudentServiceApplicationTests.java | 2d1a295c0693c044143f04532230f05b84fd384d | [] | no_license | kunallawand5007/zipkin-Spring-Sleuth-Distrubuted-tracing- | 58f2551bcdea5887c55db12ba5e95a55b0008614 | df7eea06f8204118ea0278499609f4c548cde121 | refs/heads/master | 2020-04-08T08:02:33.455552 | 2018-11-26T12:08:23 | 2018-11-26T12:08:23 | 159,162,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.test.rest;
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 StudentServiceApplicationTests {
@Test
public void conte... | [
"kunal.lawand@nitorinfotech.in"
] | kunal.lawand@nitorinfotech.in |
8ea12bbc81e0e80d1e21ce5ec0f3e9542bbae325 | 43e909146e59c7d816eae42b7086c824d55bfd1e | /tst1/src/main/java/nat/pruebas/tst1/pages/GTT/SetPerson.java | 761040a87c952c2859a992300671885d24d6ded8 | [] | no_license | DrakeInFire/tst_tap | 48e467d11c4cd5953dbf204736937158c4d85ce5 | 24a9b56a378f2ca922fcd460f0670450bad9a826 | refs/heads/master | 2021-01-13T01:55:51.803577 | 2013-12-17T12:17:32 | 2013-12-17T12:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package nat.pruebas.tst1.pages.GTT;
import org.apache.tapestry5.annotations.Property;
import org.apache.tapestry5.ioc.annotations.Inject;
import nat.pruebas.tst1.Data.Persona;
import nat.pruebas.tst1.services.DAO.*;
public class SetPerson {
@Property
private Persona person;
private DAOPersona dao;
void o... | [
"mtempranom@gmail.com"
] | mtempranom@gmail.com |
aa392821e1657b48967ba868ebc46f7d4c7179dd | 23aed605b1ef92c39ad4086736038136eb8bcc44 | /src/day8_march_10/ClassWork.java | 3b373c3071c2b6f995ba4f77fd48df34766fc597 | [] | no_license | hubagit/FirstProject | 8d928f8c5817c19058d83b1f4f7c417642143759 | b18e794de750cb0394e9d89e588ca58d5fb8444f | refs/heads/master | 2020-06-04T02:34:21.950572 | 2019-07-16T20:36:21 | 2019-07-16T20:36:21 | 191,836,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package day8_march_10;
import java.util.Scanner;
public class ClassWork {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int areaCode = input.nextInt();
int localNumber = input.nextInt();
System.out.println("Calling number " + "("+areaCode+")" + "-" + localNumber);
}
}
| [
"mustafasungur18@hotmail.com"
] | mustafasungur18@hotmail.com |
503e624a2be9e39b791f142ff6c40076096db6cc | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Jetty/Jetty6977.java | 39a62a5290bf947729f08d3f922d99f2d64775a1 | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,501 | java | @Override
public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
{
if (configuration.getFactory().isUpgradeRequest(request,response))
{
MappedResource<WebSocketCreator> resource = confi... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
b42d03a1d5937e9b2b8066c08ef49756704f3d7a | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app80/source/com/lepeng/utils/ConstantUtil.java | 43391fb0a8b3d1541555f535243b3537cf13adec | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 794 | java | package com.lepeng.utils;
public class ConstantUtil
{
public static final String CHARGETYPEEIGHT = "WUXIANCHUANGJIE";
public static final String CHARGETYPEELEVEN = "JIESHENGDADDO";
public static final String CHARGETYPEFIVE = "LIJU";
public static final String CHARGETYPEFOUR = "FASTFUN";
public static final S... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
76e67c50ec0e486d8c7242e731dba32dd3c76884 | bf1d6484f5c32625d9ff61ef407e1f7e8fbca6c8 | /ribbit/app/src/main/java/com/moritzgruber/ribbit/MessageAdapter.java | d57a16cd1192fb554095d8b035351e246edcedba | [] | no_license | MoritzGruber/AndroidDev | 2eaf720c56e2e6c535c4c65125fe8d7c4011acfd | fde0bd10fcd7cb7dd34ae9647b3362c6bf62edb7 | refs/heads/master | 2020-12-11T03:24:44.540092 | 2015-08-26T10:27:03 | 2015-08-26T10:27:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,053 | java | package com.moritzgruber.ribbit;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.parse.ParseObject;
import java.util.List;
publ... | [
"mog8017@thi.de"
] | mog8017@thi.de |
7b207394b8aab27e4f07c1a861933bf2747eb8d1 | 13a8a49058509856cea37769c012eecf9418e326 | /etms-backend/src/main/java/cn/wllnb/etms/model/entities/AdminEntity.java | 05ebdf4959643f96f0f00ff85a727d0fb368352b | [] | no_license | wllshdx/etms | 99ea435f79073719f732cdc23bbdfde74b92fc2e | 69da1d4e27cdec0f378eb13fec7c00e07a42268d | refs/heads/master | 2022-10-23T21:59:30.069844 | 2020-06-12T05:25:55 | 2020-06-12T05:25:55 | 271,705,704 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package cn.wllnb.etms.model.entities;
import cn.wllnb.etms.authentication.annotation.Admin;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.D... | [
"wllshdx_123@163.com"
] | wllshdx_123@163.com |
1795b251ddc6501eb4ddecae310e3663d3ec76dc | 08ee9c314efd06f9af09b293519dc5635b393756 | /test/com/enation/test/shop/promotion/PromotionActivityTest.java | 42679e4218e43d846f8d427de6156be0294a18f8 | [] | no_license | zhoutanxin/dmall | b75b5b716d929d96821cc027bc7fad6a3146fddb | 4761ab0c364d1539c6b503fcba319b6f30bd5522 | refs/heads/master | 2021-01-20T12:03:44.357516 | 2015-07-12T11:41:50 | 2015-07-12T11:41:50 | 38,876,025 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,817 | java | package com.enation.test.shop.promotion;
import java.util.Date;
import java.util.List;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import com.enation.eop.resource.model.EopSite;
import com.enation.eop.sdk.context.EopContext;
import com.enation.framework.database.IDBRouter;
import com.ena... | [
"zhoutanxin@hotmail.com"
] | zhoutanxin@hotmail.com |
f209dbe4006535b6490780b748142b6d145d2a9b | 06d76ab89e6cd8cc7d9281b65e0c92bfa3c32af5 | /loc/src/main/java/com/sfmap/api/location/client/bean/AddressBean.java | fc6caca58d806c3a8d4ecd4e7a0abec25921f74e | [] | no_license | onlie08/SFLocationDemo | f7042c598fdb1bd4fe5eeba791df6ae6f779d73e | 7c15f13b1d6335a6dbf20b6ee7cce62bd20c1ca9 | refs/heads/master | 2022-12-15T20:09:31.577510 | 2020-08-25T02:38:57 | 2020-08-25T02:38:57 | 217,438,626 | 1 | 0 | null | 2020-09-17T05:55:44 | 2019-10-25T02:54:37 | Java | UTF-8 | Java | false | false | 1,597 | java | /*
*
*/
package com.sfmap.api.location.client.bean;
import com.google.gson.annotations.SerializedName;
/**
*
* @author joseph
*/
public class AddressBean {
@SerializedName("region")
private String region;
@SerializedName("county")
private String county;
@SerializedName("city")
private Str... | [
"80005202@sf.com"
] | 80005202@sf.com |
5d785c3daa935a19744395e083fc8140e6e44367 | 5e4cdf1349c105ccb220ab44376a413cc4fbf01e | /src/main/java/com/mypal/service/quartz/RollbackJob.java | 43f7a034712a80cb68582ebfe11417d3462dbd4e | [] | no_license | VGlushchenko/TransactionService | 9d0ab217598a82ce180d3432858102bde2fc8ded | 15938787658e78430fb58e4ddbb1f77bf3a37aba | refs/heads/master | 2020-05-30T23:05:58.716981 | 2013-04-20T13:41:33 | 2013-04-20T13:41:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.mypal.service.quartz;
import com.mypal.service.TransactionService;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class Roll... | [
"Admin@INFINITI"
] | Admin@INFINITI |
432463e91b49f81356259db2708fc521c16d4e8f | e3162d976b3a665717b9a75c503281e501ec1b1a | /src/main/java/com/alipay/api/response/AlipayPcreditHuabeiAuthOrderUnfreezeResponse.java | 31d66526bb96a3cbfabcc2ac096f2bedd1629d17 | [
"Apache-2.0"
] | permissive | sunandy3/alipay-sdk-java-all | 16b14f3729864d74846585796a28d858c40decf8 | 30e6af80cffc0d2392133457925dc5e9ee44cbac | refs/heads/master | 2020-07-30T14:07:34.040692 | 2019-09-20T09:35:20 | 2019-09-20T09:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,595 | java | package com.alipay.api.response;
import java.util.Date;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.pcredit.huabei.auth.order.unfreeze response.
*
* @author auto create
* @since 1.0, 2019-02-20 22:09:56
*/
public class AlipayPcred... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
7f532b3c507922431e7af681bc4d7b59569c732b | df79dbcfc869b9d2180a44e34aa1e5ef208d1655 | /hibernate/hybernateutilstudent/src/com/cjc/student/Test1.java | 6368779e645a62e67bd61a81e6243ec9365a7a31 | [] | no_license | paragkhedkar07/TotalProjects | a170e3d5455a046b62709986f3f00a95b49fee70 | 7791da688c121d2422a4f4e52e91256c9b7606e5 | refs/heads/master | 2023-03-14T23:47:43.492749 | 2021-03-27T14:59:08 | 2021-03-27T14:59:08 | 352,097,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.cjc.student;
import org.hibernate.Session;
public class Test1
{
public static void main(String[] args) {
Session session=HibernateUtil.getSessionFactory().openSession();
Student stu=session.get(Student.class, 1);
System.out.println(stu);
if(stu!=null)
{
System.out.println(stu.... | [
"paragkhedkar07@gmail.com"
] | paragkhedkar07@gmail.com |
dd4943521167fa686ef824422991442ae654a80f | da8d9a9ba2057004b7fe55ddfc23b0cbf334a701 | /common-mybatis/src/main/java/com/kf/data/mybatis/entity/PdfCodeTemporaryExample.java | 185c9196be9d1644f2c42a89c5a5ed8709d154c7 | [] | no_license | liangyangtao/crawler | 6623a5ef089ac5bd803607b7848ccf7a3da4d6bc | 18e2497aa6262fbcc35162f16385ef535e4da6f3 | refs/heads/master | 2021-09-10T13:53:30.103009 | 2018-03-27T09:31:09 | 2018-03-27T09:31:09 | 111,069,923 | 1 | 3 | null | 2018-03-27T09:31:10 | 2017-11-17T07:04:31 | Java | UTF-8 | Java | false | false | 38,911 | java | package com.kf.data.mybatis.entity;
import java.util.ArrayList;
import java.util.List;
public class PdfCodeTemporaryExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table pdf_code_temporary
*
* @mbggenerated Mon Sep 18 16:39:19 C... | [
"liangyt@kaifengdata.com"
] | liangyt@kaifengdata.com |
c5311b70ef149792355d4e36e037c8fd88906a24 | fe773bcc5f2fd73d4b5b6c9c073cad8bb14e4ad9 | /src/main/java/com/trucktrans/helpers/MailService.java | 3bc29c087206b1e8a2d67b78eed3dfa21b23d470 | [] | no_license | mayurgupta/DemoWapp | ff8d28c386866c21feac5f2b0d8df6b456e4c246 | 4096bf02f98c7c0545dea28c91937237b3301dc8 | refs/heads/master | 2021-01-21T04:44:37.668163 | 2016-06-10T11:48:34 | 2016-06-10T11:48:34 | 51,855,555 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | /**
*
*/
package com.trucktrans.helpers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailException;
import org.springframework.mail.MailSender;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.stereotype.Component;
/**
* @author Mayur... | [
"mayurguptacs59@gmail.com"
] | mayurguptacs59@gmail.com |
d76b37a895b9363ad343dd18d426daf2c0b769c1 | 68f3dccb32234be3fdf3f56b73a504a65ed2358e | /src/main/java/dao/AbstractDao.java | 0a211919f79d8301ed016ffb0519172a12c6ce3e | [] | no_license | Nakonechnyi/ShopsWithMongoDB | 8027dd0ca1db566302dda2f7523ee174a24d4628 | ff5574afc931fc7de2c426424230ab59120c2504 | refs/heads/master | 2021-01-20T20:32:46.272854 | 2016-06-22T16:09:30 | 2016-06-22T16:09:30 | 60,990,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | package dao;
import com.mongodb.*;
import java.net.UnknownHostException;
public class AbstractDao {
private MongoClient connection = null;
private DB db = null;
private static AbstractDao mongoDao = null;
private AbstractDao() throws UnknownHostException {
connection= new MongoClient("... | [
"anton.nak@gmail.com"
] | anton.nak@gmail.com |
9ddbe1787dc663fa368f1f47991c44416d54df98 | fd82d723709240da02f89adc34e6c25777275e7e | /src/main/java/flare/passion/JSONmap/post/NewPost.java | dad01cb0a3f7a3b1b495b6ea9a421aecae325036 | [
"MIT"
] | permissive | Passion-Flare/passionflare-server | f448964e52a8c73d722cc8b23713e8e3baa1c9a6 | 4e56969a4851037f58b4625270112a0abc007835 | refs/heads/main | 2023-06-19T23:05:13.606818 | 2021-07-17T07:06:00 | 2021-07-17T07:06:00 | 386,863,688 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package flare.passion.JSONmap.post;
public class NewPost {
String title;
String content;
int userId;
public String getTitle() {
return title;
}
public String getContent() {
return content;
}
public int getUserId() {
return userId;
}
}
| [
"jerryloi@163.com"
] | jerryloi@163.com |
e5b61d49c73a225da51b8c854e913340064363bd | b560480aa26992570b7f08565216903035c826e2 | /src/main/java/br/uff/compiladores/lexica/StopWordsRemover.java | ed4c0db435be2e7d8b5bb20019e4f493ca4bfec2 | [] | no_license | FlavioCruz/compiladores | e00c8eb448f379dd97fdeb85f0e3bdb510716d6c | dfc5844fb0778fc77e9f0894547e9a552270ecb7 | refs/heads/master | 2020-08-28T08:11:02.527883 | 2019-11-05T00:41:15 | 2019-11-05T00:41:15 | 217,646,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,428 | java | package br.uff.compiladores.lexica;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class StopWordsRemover {
public Map<Integer, String> remove(List<String> code){
return createMap(
code
... | [
"flaviocruz@id.uff.br"
] | flaviocruz@id.uff.br |
3f7f17e3dc2b554d280a439b357d638e89f4da3e | 7953626e89dd9cccd479c48cb3e62ed51916f31e | /MyMobApplication3/app/src/main/java/com/example/mymobapplication3/DbContext.java | 1a388bd70f9b583dbd566be89db6a4e1feb13d8c | [] | no_license | katenovakivska/MobLabs | 594baf8f50823b7c5c19c02a0106d03be20700db | 621b646f80f21cfc40e2960999e951e48008ef60 | refs/heads/master | 2021-03-18T23:03:38.057237 | 2020-06-10T10:24:11 | 2020-06-10T10:24:11 | 247,108,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package com.example.mymobapplication3;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import androidx.annotation.Nullable;
public class DbContext extends SQLiteOpenHelper {
private static final int DATABASE_VERSION = 1;
private... | [
"kate.nova14@gmail.com"
] | kate.nova14@gmail.com |
62365c38d2cf61e7b9900ac89b154cefc84f5479 | 1438cd5f6b6d89227a85af8318b45d214f1740e8 | /src/main/java/pl/art/lach/mateusz/javaopenchess/core/pieces/implementation/King.java | 36c6085ac3595b38fb6f340d3f909d17c246ba3d | [
"MIT"
] | permissive | AmrishJhaveri/Virtual-Appliance-Unikernel_OS-Containers-AWS | 56a18fb8fae31cef9edfdd4f391f1624e3c22dc1 | 962b28e091391e6f1f3ee03b324306c91303281b | refs/heads/master | 2020-05-03T18:11:29.110720 | 2019-04-02T05:53:24 | 2019-04-02T05:53:24 | 178,757,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,614 | java | /*
# 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.
#
# This program is distributed in the hope that it wi... | [
"ajhave5@uic.edu"
] | ajhave5@uic.edu |
e0bcea8c2977c1886611295c510510f1c5d27c3a | f6b90fae50ea0cd37c457994efadbd5560a5d663 | /android/nut-dex2jar.src/rx/schedulers/t.java | af4cc2d1724fbf2a06dbdd2764c4b6bc1c0d2a1c | [] | no_license | dykdykdyk/decompileTools | 5925ae91f588fefa7c703925e4629c782174cd68 | 4de5c1a23f931008fa82b85046f733c1439f06cf | refs/heads/master | 2020-01-27T09:56:48.099821 | 2016-09-14T02:47:11 | 2016-09-14T02:47:11 | 66,894,502 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package rx.schedulers;
import java.util.concurrent.PriorityBlockingQueue;
import rx.b.a;
final class t
implements a
{
t(s params, u paramu)
{
}
public final void call()
{
this.b.b.remove(this.a);
}
}
/* Location: C:\crazyd\work\ustone\odm2016031702\baidu\android\nut-dex2jar.jar
* Qualif... | [
"819468107@qq.com"
] | 819468107@qq.com |
548017d81a3599d6df34edf8b25d0de8d6307be2 | 7e275e093afdb55a7118477e1415b3c120f7db58 | /src/day52/book/Book.java | 3dece721cf98f56b61545253c9736d5f5924fa55 | [] | no_license | SCybertek/JavaProgrammingB15Online | fa9d04014fb42f003e7e2feb3c6518eb512f2e2d | 453b445ba2226c50ced6b6259286ec6db9d3ff80 | refs/heads/master | 2020-12-07T12:12:43.669212 | 2020-04-12T06:13:17 | 2020-04-12T06:13:17 | 232,718,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package day52.book;
public abstract class Book implements KnowledgeBank {
//our idea:
//Book is a n abstract idea : String name, author
//concrete idea - papar book and audio book
//attributes: paperBook - int weight
// audio : double duration
String name;
String author;
//display boo... | [
"snuryyeva@gmail.com"
] | snuryyeva@gmail.com |
c43eb88978e03c53d1f5d8ff8ab8390f7b7620ef | e1863ee623c73aebafa97a0b50e994190a0966b5 | /system/src/main/java/com/lxc/system/feign/api/LoginService.java | dfa0cc3c8c738871462290bb7839ae1cd8699281 | [
"Apache-2.0"
] | permissive | liuxianchun/weshare-SpringCloud | 62fe5952883d69c49451345879870a90038e7bbe | 3cadd94d6e1995b658652aabab3fd5e448245b61 | refs/heads/main | 2023-08-01T01:11:32.970616 | 2021-09-25T11:26:23 | 2021-09-25T11:26:23 | 410,217,137 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | package com.lxc.system.feign.api;
import com.lxc.common.entity.ResultBean;
import com.lxc.common.entity.user.User;
import com.lxc.system.feign.fallback.LoginServiceImpl;
import io.swagger.annotations.ApiOperation;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.ResponseEntity;
i... | [
"liuxianchun"
] | liuxianchun |
3503ae8a5c5bf26342980c92a6c15315a1675f28 | 39e32f672b6ef972ebf36adcb6a0ca899f49a094 | /dcm4jboss-all/tags/dcm4jboss_0_8_5/dcm4jboss-ejb/src/java/org/dcm4chex/archive/ejb/interfaces/StudyDTO.java | 7c135bbef60d374d19b6d2da08e844236f6b8f6c | [
"Apache-2.0"
] | permissive | medicayun/medicayundicom | 6a5812254e1baf88ad3786d1b4cf544821d4ca0b | 47827007f2b3e424a1c47863bcf7d4781e15e814 | refs/heads/master | 2021-01-23T11:20:41.530293 | 2017-06-05T03:11:47 | 2017-06-05T03:11:47 | 93,123,541 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,058 | java | /* $Id: StudyDTO.java 1094 2004-04-26 21:45:20Z gunterze $
* Copyright (c) 2002,2003 by TIANI MEDGRAPH AG
*
* This file is part of dcm4che.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Fo... | [
"liliang_lz@icloud.com"
] | liliang_lz@icloud.com |
aa5e66f45b29c3b3de57a628b798a8e63773fa22 | fae83a7a4b1f0e4bc3e28b8aaef5ca8998918183 | /src/org/daisy/util/fileset/manipulation/FilesetManipulator.java | 266ecf7daddf831e895933312503ea47a8cb268a | [] | no_license | techmilano/pipeline1 | 2bd3c64edf9773c868bbe23123b80b2302212ca5 | f4b7c92ef9d84bf9caeebc4e17870059d044d83c | refs/heads/master | 2020-04-10T14:27:46.762074 | 2018-03-09T14:35:31 | 2018-03-13T13:48:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,552 | java | /*
* org.daisy.util (C) 2005-2008 Daisy Consortium
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
* ... | [
"markus.gylling@gmail.com"
] | markus.gylling@gmail.com |
4aa0a3d83b73a4e2dd867d25bfe213f819f7a543 | a7158b46ce38c0c9995043571c7fbcfac8506b10 | /jetty-websocket/websocket-api/src/main/java/org/eclipse/jetty/websocket/api/UpgradeRequest.java | 898734125b8f6f7d0193108327fd8aa389c68fba | [] | no_license | bulejava/jetty-debug | 420d3cbf37ada85583cae2157cbd0be12eb2a868 | 70db284074d0ee3aeed4367247dc180d6905e3b5 | refs/heads/master | 2020-12-30T13:45:52.841238 | 2017-05-14T14:12:41 | 2017-05-14T14:12:41 | 91,247,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,193 | java | //
// ========================================================================
// Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | [
"bulejava@126.com"
] | bulejava@126.com |
99b5583843591960923f19a31638ec572bf72991 | 5fdb8a758ccd67afb70d67acefb21f87426051f7 | /src/main/java/edu/harvard/seas/pl/formulog/validating/ast/SimplePredicate.java | 2611ea6e82827129ff187bc7464cd8937c7b403f | [
"Apache-2.0"
] | permissive | ktrianta/formulog | 916f79aaf995477ce1599aab3feeb5720b9adfa0 | cffbdba9f4fbf4758a59c20451bdea823b464a19 | refs/heads/master | 2023-02-26T20:37:14.886739 | 2021-01-04T23:07:32 | 2021-01-04T23:07:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,236 | java | package edu.harvard.seas.pl.formulog.validating.ast;
/*-
* #%L
* Formulog
* %%
* Copyright (C) 2018 - 2020 President and Fellows of Harvard College
* %%
* 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 o... | [
"aaron.bembenek@gmail.com"
] | aaron.bembenek@gmail.com |
c8ecd8ef8946949b898ab653f527da33995d5a47 | 30e3b13ca6cc3475ac4d44ae9472b4b4bd305412 | /src/main/java/com/itsherman/web/javagenerator/utils/TypeNameUtils.java | a12893a55bddd011be296ee7c75644593314f930 | [] | no_license | yumiaoxia/Jeeper | da4572e8a39525174a1f320daa4a80eff5c221b3 | 8c84c08d5d95872aae4363532f4f65881fa77ca5 | refs/heads/master | 2022-02-01T18:57:05.485512 | 2020-02-14T17:06:06 | 2020-02-14T17:06:06 | 235,539,496 | 0 | 0 | null | 2022-01-21T23:47:34 | 2020-01-22T09:30:37 | Java | UTF-8 | Java | false | false | 2,645 | java | package com.itsherman.web.javagenerator.utils;
import com.itsherman.web.javagenerator.dao.model.*;
import com.itsherman.web.javagenerator.enums.WildcardEnum;
import com.squareup.javapoet.*;
import org.apache.commons.lang3.ClassUtils;
import java.util.ArrayList;
import java.util.List;
public class TypeNameUtils {
... | [
"yumiaoxia@idaoben.com"
] | yumiaoxia@idaoben.com |
7ff4b348da3d7739dfe9ca01d868ab76e6d7f197 | 129a25390f19d55792a9c43de3d36d370e07d14f | /senla/src/second/Second.java | 4d3d529c80a4319faf459672893e105845ae265d | [] | no_license | ksugavrikovatraning/senla | 1ec4a750f4efe1676a5399a16712b5fc8e3b6b5d | d352477ed673345b8bf2911811da1b5202600d68 | refs/heads/main | 2023-06-19T09:13:51.803682 | 2021-07-19T11:42:42 | 2021-07-19T11:42:42 | 387,268,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | package second;
import java.util.Scanner;
public class Second {
public static void sum() {
int result = 0;
System.out.println("Введите строку: ");
String s = new Scanner(System.in).nextLine();
for (String num : s.replaceAll("[^\\d]", "").split("")) {
result +=... | [
"noreply@github.com"
] | noreply@github.com |
70f1990d4ef7bea3b6a75ee34f8ed598432203e6 | 60e7f545fba7f94eef4aa021ecdd800aee2fa37c | /src/main/java/com/athjt/service/TroleService.java | 0b3f25b62474365fe009231a19a6bd784597c3c8 | [] | no_license | hejiantao2020/manager | b0ff1a1cf040dda1625e7c3fa8dd9704293dec12 | 441d7fdfb01fdf6e77d9e5210ebce656651dd7ca | refs/heads/master | 2022-12-10T11:57:16.815602 | 2020-08-26T06:44:41 | 2020-08-26T06:44:41 | 288,936,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.athjt.service;
import com.athjt.entity.Trole;
import java.util.List;
public interface TroleService extends IService<Trole>{
//↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
List<Trole> selectRolesByUserId(Integer userid);//根据userid查询所有的角色
} | [
"627031741@qq.com"
] | 627031741@qq.com |
645e31ae471f8d27129acaa6be57617a9a52ca8e | 9b0e2dcbb59b86ada20c1ef5c78464a93874bcbe | /proxy/src/main/java/org/jboss/research/proxy/AdviceContext.java | 5258faa8cf9c8ff1c1f5009a8407c44a8ee6f9fb | [] | no_license | antoinesd/proxy-vs-invokedynamic | 8fba74b516023fa6ee7bc25cdcb15a3ac40029d9 | 11a0d57650798387546ecc0ea779aa84a0865077 | refs/heads/master | 2021-01-20T17:26:42.200911 | 2014-01-14T14:19:01 | 2014-01-14T14:19:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package org.jboss.research.proxy;
import java.lang.reflect.AnnotatedElement;
public interface AdviceContext {
public Object call(AnnotatedElement annotatedElement, Object receiver, Object[] args);
}
| [
"antoine@sabot-durand.net"
] | antoine@sabot-durand.net |
bc0891c052fc8b3c8c396d0eb9cb5497433c52ea | a4c5ec1d630fabe2ee38e133da481d453034001e | /src/Leetcode136.java | 3d8f6656d68fe538b03a364aea3038196df96e25 | [] | no_license | xuetianw/LeetCode | 77eab6ce31ae2523e56d718879662f59e58b1de8 | 630c263d4307cf005274ac5bf3ff92a81d94a517 | refs/heads/master | 2022-06-27T18:02:50.843954 | 2022-06-05T16:13:00 | 2022-06-05T16:13:00 | 219,260,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | import java.util.HashMap;
import java.util.Map;
public class Leetcode136 {
public int singleNumber(int[] nums) {
Map<Integer, Integer> map = new HashMap<>();
for (int i = 0; i < nums.length; i++) {
int num = nums[i];
if (!map.containsKey(num)) map.put(nums[i], i);
... | [
"xuetianw@sfu.ca"
] | xuetianw@sfu.ca |
e91ba20448709e3c328bb185af0441fe3914ed9f | 343d4ad5b533f2c84ef80b501397fd1451750a42 | /src/main/java/com/hitler/dto/user/PayRolePermissionDTO.java | 9d3fdef0b5ea7368eb4c5ce183f0c875d1d0bd57 | [] | no_license | emaipay/op-pay | 2fa7e6cc2550f7a9279e32c26d2f7ace648f90d2 | 037ef48e3285dea935dcb48f81ac102d0e4ab167 | refs/heads/master | 2020-03-23T16:19:41.652569 | 2018-09-13T09:04:26 | 2018-09-13T09:04:26 | 141,804,302 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,870 | java | package com.hitler.dto.user;
import com.hitler.core.dto.support.PersistentDTO;
import com.hitler.entity.PayPermission;
import com.hitler.entity.PayRolePermission;
/**
* Created by yang on 2017/3/21.
* @version 1.0
* @description
*/
public class PayRolePermissionDTO extends PersistentDTO<Integer> {
/**
*
... | [
"chenglujian@163.com"
] | chenglujian@163.com |
8bece349bc41756c01ebd297fafda7caddd21dc4 | 80f3ff33b79ae9cd84390831908e467364fb8844 | /app/src/test/java/com/example/planetario2020/ExampleUnitTest.java | 98018487d97c75b79a23ec7cc647e4ffeeb18f74 | [] | no_license | fraxito/Planetario2020 | 957f082aebe255a16200063d82131919d9de41a4 | 9cf041bb365490793b8e67f1dff437636c0632ac | refs/heads/master | 2021-03-18T04:16:30.083309 | 2020-03-13T10:26:59 | 2020-03-13T10:26:59 | 247,044,991 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.planetario2020;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public ... | [
"fraxito@gmail.com"
] | fraxito@gmail.com |
8cff1107ce0079f773863866ff98f37fc3d80494 | ee9aa986a053e32c38d443d475d364858db86edc | /src/main/java/com/ebay/soap/eBLBaseComponents/PaidStatusCodeType.java | 2704c727e9f963227ee63f0873029e9b21812542 | [
"Apache-2.0"
] | permissive | modelccc/springarin_erp | 304db18614f69ccfd182ab90514fc1c3a678aaa8 | 42eeb70ee6989b4b985cfe20472240652ec49ab8 | refs/heads/master | 2020-05-15T13:10:21.874684 | 2018-05-24T15:39:20 | 2018-05-24T15:39:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,488 | java |
package com.ebay.soap.eBLBaseComponents;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for PaidStatusCodeType.
*
* <p>The following schema fragment specifies the expected content contained within this class.... | [
"601906911@qq.com"
] | 601906911@qq.com |
72ee40b2a688a85c146900f2c7a145edc5d2dc6c | 68811750245f1069a46c4749b26378b142bafcf6 | /src/test/java/runners/TestRunner.java | 08fac3531a8dfea2d5ee8f9ea7ca36a2f376794f | [] | no_license | martyn08/acuk-project | c170585d8f6695f83e4b57cc3d4c972bee51c293 | d66ff223d078f89f1c3432cbd8669465af2965b2 | refs/heads/master | 2021-06-21T09:15:35.453266 | 2019-07-16T14:59:24 | 2019-07-16T14:59:24 | 197,215,013 | 0 | 0 | null | 2021-03-31T21:25:31 | 2019-07-16T14:57:59 | HTML | UTF-8 | Java | false | false | 1,445 | java | package runners;
import cucumber.api.CucumberOptions;
import cucumber.api.testng.CucumberFeatureWrapper;
import cucumber.api.testng.TestNGCucumberRunner;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
... | [
"harkintope@gmail.com"
] | harkintope@gmail.com |
40534fe5c2663f3f8301796321649466cc2242fa | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project71/src/main/java/org/gradle/test/performance71_5/Production71_451.java | 012827674c2b211c11a98ccc9f017a7c4fc029f4 | [] | 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 | 305 | java | package org.gradle.test.performance71_5;
public class Production71_451 extends org.gradle.test.performance15_5.Production15_451 {
private final String property;
public Production71_451() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
8a89e74507cf568dad3eec6393d391dd8a8436aa | 2760392ecc187ede19cebaab174283df5fb8683e | /src/niuke_aim_to_offer/niuke_fibonacci_array/FibonacciArray.java | f2e347c02c08ebc10179869631a7b72d14cb3e5c | [] | no_license | startrainee/leetcode | 1a658414395538e92a1e146bf92ae328863663ee | 8ae0f071ae9e09957e6570fdd12cf96111ce725e | refs/heads/master | 2021-08-23T09:05:19.054802 | 2017-12-04T12:27:03 | 2017-12-04T12:27:03 | 105,001,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,739 | java | package niuke_aim_to_offer.niuke_fibonacci_array;
import java.util.Arrays;
/**
* 斐波那契数列
* f(0) = 1;
* f(1) = 1;
* f(n) = f(n-1) + f(n-2);
*
* 衍生问题
* 跳台阶:可以一步走1或者2个台阶,求到n个台阶的走法有多少种方法。
* --分析:
* n台阶可以由 f(n-1) 走 1 个台阶 或者 f(n-2) 之后走2 个台阶 两种方式得到。
* 故,f(n) = f(n-1) + f(n-2),这符合Fibonacci 数列... | [
"13149854342@163.com"
] | 13149854342@163.com |
53d30e4510e091942c520b810958d81f2b9ffb06 | 27f2c39031f50500e03d6e59dda296f2150dde0b | /FinanceManagerMobile/app/src/main/java/net/sytes/financemanagermm/financemanagermobile/Gemeinsame_Finanzen/Gemeinsame_Finanzen_Anfrage_BearbeitenDialog_Fragment_Konten.java | b4422acfa71325b779b5e1f15c6d77c574b066f1 | [] | no_license | madmaxextrem1/FinanceManagerMobile | 6a0d6fc6b69e1278342f7520ec450ff258cdaa7c | db92b49e44758d0ce40a9c6deff71d40f2a11ef8 | refs/heads/master | 2022-12-08T22:31:33.719493 | 2020-09-05T20:03:54 | 2020-09-05T20:03:54 | 271,784,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,564 | java | package net.sytes.financemanagermm.financemanagermobile.Gemeinsame_Finanzen;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.f... | [
"maerkl.maximilian@gmail.com"
] | maerkl.maximilian@gmail.com |
5ae36af22bb481c8645da06e8fcbad4d987b5ce7 | 504f0ba5c18ccc7393e6715f1ce9b236c4f6d99f | /vcs-20200515/src/main/java/com/aliyun/vcs20200515/models/UnbindPersonResponse.java | fea4ba0edae2e8caf19e8fa378b052da7241253e | [
"Apache-2.0"
] | permissive | jhz-duanmeng/alibabacloud-java-sdk | 77f69351dee8050f9c40d7e19b05cf613d2448d6 | ac8bfeb15005d3eac06091bbdf50e7ed3e891c38 | refs/heads/master | 2023-01-16T04:30:12.898713 | 2020-11-25T11:45:31 | 2020-11-25T11:45:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,458 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.vcs20200515.models;
import com.aliyun.tea.*;
public class UnbindPersonResponse extends TeaModel {
@NameInMap("Code")
@Validation(required = true)
public String code;
@NameInMap("Data")
@Validation(required = true)
publi... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
d59bab8d9cce0d02f23e21ef358376e8c75c73f6 | 555a0bb163b12cc55125c1bab4b2b57aceb06a94 | /modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlabIops/LrRs.java | 981683b15934a8a041b7f5969a0e572e5edad9b0 | [] | no_license | HuChundong/cloudsim | d2b7e59105a6f0e1462880b21591c3d7c8235751 | 0a1d3df11ef760f71f0ec849c3e46a5fa0f44ec3 | refs/heads/master | 2020-04-06T03:42:46.307496 | 2013-09-16T10:20:43 | 2013-09-16T10:20:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,017 | java | package org.cloudbus.cloudsim.examples.power.planetlabIops;
import java.io.IOException;
import org.cloudbus.cloudsim.Log;
/**
* A simulation of a heterogeneous power aware data center that applies the Local Regression (LR) VM
* allocation policy and Random Selection (RS) VM selection policy.
*
* This ... | [
"giannis.spiliopoulos@gmail.com"
] | giannis.spiliopoulos@gmail.com |
ce75a328cf4f02ecbf3fa42bbab479215c1a256a | 5ee322b49f09f5da5f55db6a29711dee586a7686 | /src/ctci/chaptereight/RobotInAGrid.java | 2caea394200e8834516cb15caab25eaec2937c7f | [] | no_license | abhiiitr/ctci-solutions | 8d6c028bf7f3f82af2732bff4da200d0c919d8e3 | b3fd278772a394b52c15302358071ef182a188b1 | refs/heads/master | 2020-07-31T14:05:28.007261 | 2020-02-10T14:52:19 | 2020-02-10T14:52:19 | 210,627,733 | 0 | 0 | null | 2019-12-17T16:58:32 | 2019-09-24T14:48:04 | Java | UTF-8 | Java | false | false | 1,587 | java | package ctci.chaptereight;
import java.util.ArrayList;
import java.util.List;
public class RobotInAGrid {
boolean end = false;
public List<Point> findPath(int[][] arr) {
if (arr == null || arr.length == 0 || arr[0].length == 0)
return null;
List<Point> result = new ArrayList<>()... | [
"sahu.abhishek.iitr@gmail.com"
] | sahu.abhishek.iitr@gmail.com |
5d81e415f5fd488f62543adeec522937332ed820 | a5c6a08ea0066192ffdecf687dd848b7ba78f03c | /src/main/java/com/fx/spider/FxSpiderApplication.java | eb124c27a2bfecd115660c46898e4b937d29e391 | [] | no_license | mvyvip/fx-spider-smart | 35ec81894937650a1d1633faf0833ac1e943148b | ffa69f75e594813f5e419d79af2fa2015faebf3f | refs/heads/master | 2020-04-05T08:12:00.960103 | 2018-11-22T10:05:44 | 2018-11-22T10:05:44 | 156,705,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.fx.spider;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@SpringBootAp... | [
"litao@feedel.net"
] | litao@feedel.net |
5448d79a44434ad53fa1f220fdced53c64727749 | 035c3dcf1e082c6ab5128f039b99869dba74023c | /src/main/java/com/zhangbin/jpa/mq/consume/HelloReceiver1.java | 74bdfa92b729f374c9bb7b04b02d715447262851 | [] | no_license | yuanrong0824/testJpa | 6aae83246def87ae0542c7db9e966142f8665cb1 | 21da61f8c3121ab13e0c873e3e5ac649aea58924 | refs/heads/master | 2020-04-19T02:56:22.019886 | 2019-02-17T07:49:22 | 2019-02-17T07:49:22 | 167,919,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.zhangbin.jpa.mq.consume;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.stereotype.Component;
@Component
@RabbitListener(queues = "hello")
public class HelloReceiver1 {
@RabbitHandler
pu... | [
"qing.liu@weimob.com"
] | qing.liu@weimob.com |
b2d2129cc4ccc4948f0c997ba50f651ac7ee1df6 | 7d2bada762ff5118afb7661bd5b072a6322b6327 | /matAdd.java | e6e52f9f6cccca27b27bc46dc0298d215be4e87f | [] | no_license | bhuvanesvari/Coders-pack-java | 037221c6cf840366e674b6fddf70008e212e1d56 | f027e8d71de90e4bcaa35656654764476e6b000a | refs/heads/master | 2020-05-23T16:21:27.107406 | 2019-05-22T06:46:19 | 2019-05-22T06:46:19 | 186,846,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | import java.util.Scanner;
class matAdd
{
public static void main(String args[])
{
int m,n;
System.out.println("Enter the row and column size of the matrix : ");
Scanner sc;
sc=new Scanner(System.in);
m=sc.nextInt();
n=sc.nextInt();
int a1[][]=new int[m][n];
int a2[][]=new int[m][n];
... | [
"noreply@github.com"
] | noreply@github.com |
3434b582571dff776285d46fa864cdc7e58131a7 | 9e632588def0ba64442d92485b6d155ccb89a283 | /source_code_billingSystem_before_update_simsV/billingSystem/billingsystem-dao/src/main/java/com/balicamp/dao/hibernate/mastermaintenance/license/LicenseSpectraDao.java | ea8217733cec9b90cb5c6a3642b89a060bbaf220 | [] | no_license | prihako/sims2019 | 6986bccbbd35ec4d1e5741aa77393f01287d752a | f5e82e3d46c405d4c3c34d529c8d67e8627adb71 | refs/heads/master | 2022-12-21T07:38:06.400588 | 2021-04-29T07:30:37 | 2021-04-29T07:30:37 | 212,565,332 | 0 | 0 | null | 2022-12-16T00:41:00 | 2019-10-03T11:41:00 | Java | UTF-8 | Java | false | false | 1,225 | java | package com.balicamp.dao.hibernate.mastermaintenance.license;
import java.util.List;
import com.balicamp.dao.admin.AdminGenericDao;
import com.balicamp.model.mastermaintenance.license.LicenseSpectra;
public interface LicenseSpectraDao extends AdminGenericDao<LicenseSpectra, Long> {
List<LicenseSpectra> findAllLicen... | [
"nurukat@gmail.com"
] | nurukat@gmail.com |
16cf4f987ce40b96265f18b074660d88d0be78ff | db64bc27de0fe11836c248b93dce2cde8e0b11cd | /HM03_SIMPLE_LOOP/src/HM03_SIMPLE_LOOP_05.java | 9d043dfd2c78b8133e183c86022b9c8cd45b6b89 | [] | no_license | Defalt643/Programming-Fundamental | 4d4b090f707b7d2b024584efc67c52a8e28afcd0 | 2ed5636d2303236cc1599b21b013e96b8d4f8094 | refs/heads/main | 2023-03-08T18:53:08.242259 | 2021-02-19T09:40:50 | 2021-02-19T09:40:50 | 340,320,725 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | import java.util.Scanner;
public class HM03_SIMPLE_LOOP_05 {
public static void main(String[] args) {
Scanner kb = new Scanner(System.in);
double x = kb.nextInt();
int z = kb.nextInt();
int o=z;
int a=z;
double total=0;
for(int i = 0 ; i<x-1;i++) {
int y=kb.nextInt();
total=total+y;
if(z<y) {
... | [
"71940630+Defalt643@users.noreply.github.com"
] | 71940630+Defalt643@users.noreply.github.com |
0fe6153e4429d80844a50cd88e8a714dd8dfbe3d | 02fe52bd9873a4ec8fce874bb0d83d58974132ab | /src/main/java/com/practica/proyecto/exception/UsuarioRequestException.java | e2c042118e7455e3ff0684672d17f228f2ed5108 | [] | no_license | oscar9705/VeterinariaBackend | 199fc32bce395ae19c88207b3318d29ba91417e3 | 5cb899fa7e8afec361d9e36b5c9ecdcb86e3971d | refs/heads/master | 2023-01-11T20:57:59.086251 | 2020-10-16T00:15:55 | 2020-10-16T00:15:55 | 311,998,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.practica.proyecto.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.NOT_FOUND)
public class UsuarioRequestException extends RuntimeException {
public UsuarioRequestException(String message){
super(m... | [
"german-1-9@hotmail.com"
] | german-1-9@hotmail.com |
1769992020da2a2290ea2d6d3e234954a1cdb1a5 | ae956c3d8b7ebd42cc29feea88b86cfb04909e64 | /securitydemo/src/main/java/com/example/demo/threadtest/start/Thread1.java | 212ec217de0b649c66c8f066592e27b046ad7bc5 | [] | no_license | 870314540/springboot | c31aa1376c4c2f2daa67477d5562078d56e50595 | 78ef782c30032259345f8552db49738f0e4e258b | refs/heads/master | 2022-07-12T06:21:14.624246 | 2019-06-26T03:37:46 | 2019-06-26T03:37:46 | 97,702,301 | 0 | 0 | null | 2022-06-22T18:37:42 | 2017-07-19T10:08:05 | Java | UTF-8 | Java | false | false | 484 | java | package com.example.demo.threadtest.start;
/**
* Created by sugar on 17-7-30.
*/
public class Thread1 extends Thread{
private String name ;
public Thread1(String name ){
this.name = name ;
}
public void run(){
for (int i = 0 ; i< 100 ;i++){
System.out.println(i);
... | [
"870314540@qq.com"
] | 870314540@qq.com |
1ab06bb98a62b5957dcf40be0bc92663eed09ded | e5d5c49de235674ba29599a5a4ee6da255195c62 | /src/ru/mai/example/NewInJava8.java | 5c674fd84daeeb0f3c5c1581de7b417a72afaaa9 | [] | no_license | KathrinBeaver/NewInJava | 392b58ac30d0358bbf3244116ebc241bd78051d8 | 8dc49541432488b5f9c21abe01426cb9e65c6c5a | refs/heads/master | 2023-05-12T12:56:03.025682 | 2021-05-29T05:12:14 | 2021-05-29T05:12:14 | 267,954,459 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,449 | java | package ru.mai.example;
import ru.mai.function.Function;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.*;
import java.util.function.Predicate;
public class NewInJava8 {
public static void example() {
/* Exa... | [
"kathrin.beaver@mail.ru"
] | kathrin.beaver@mail.ru |
46d5cc0062a3adc81ae54c776439e9ada7780da6 | fddcd7a8ee584df9c2ec897a32da0445be13f8a0 | /src/taomp/sharedObject.java | 77597e9cfb2baebdea80049673452088e379bdf0 | [] | no_license | Anydea/taomp | ff66919ba0eb63ed1079fa54c244724c57b78ca5 | 099464a83cc15355eae16f3d8f0bcd8106ab82ff | refs/heads/master | 2020-05-20T11:01:49.326869 | 2015-08-19T16:23:12 | 2015-08-19T16:23:12 | 40,962,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package taomp;
import taomp.util.Counter;
public class sharedObject {
Counter counter = new Counter(1);
public void primePrint(int range) {
long i = 0;
long limit = range;
while( i< limit){
i = counter.getAndIncrement();
if(isPrime(i))
System.out.println(i);
}
}
public boolean isPrime(lon... | [
"chzhen.wu@hotmail.com"
] | chzhen.wu@hotmail.com |
7b3a71afa499c44cddb824139a679c50b1e6b6a6 | 49dab7bbffcebe53329e1aee76c230d2396babf2 | /server/OS/net/violet/platform/dataobjects/NewsData.java | fb1555816f02254c1ea46409b9df1a71e78f6d9a | [
"MIT"
] | permissive | bxbxbx/nabaztag-source-code | 42870b0e91cf794728a20378e706c338ecedb7ba | 65197ea668e40fadb35d8ebd0aeb512311f9f547 | refs/heads/master | 2021-05-29T07:06:19.794006 | 2015-08-06T16:08:30 | 2015-08-06T16:08:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,628 | java | package net.violet.platform.dataobjects;
import java.lang.reflect.InvocationTargetException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import net.violet.platform.datamodel.Files;
import net.violet.platform.datamodel.Lang;
import net.violet.platform.datamodel.... | [
"sebastien@yoozio.com"
] | sebastien@yoozio.com |
25891936024995f0fad2d4bf25977eea76802bcc | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/haifengl--smile/a3fa23bb11330250810cfd19869050240b67a17e/after/PPCA.java | af094765ea3d39916b295f204fa6c3adcb6c2482 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,495 | java | /*******************************************************************************
* Copyright (c) 2010 Haifeng Li
*
* 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.apac... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
8303c69c5786fd7eff181d544b09aab4fff6a19b | 92f1ae040566206150fa39a455578e4790c35318 | /kodilla-patterns/src/main/java/com/kodilla/patterns/prototype/library/Book.java | 234ea8e3509a04898e16296894e8470d22b9dc81 | [] | no_license | BfDmichal/michal-przyborowski-kodilla-java | a8da7df853d25966fa2e85681e4d2e1107bd9c9d | 966f84fe07c3f0567106ee65d069ee7b80077a42 | refs/heads/master | 2020-05-03T10:33:07.309385 | 2019-11-08T18:09:37 | 2019-11-08T18:09:37 | 178,582,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package com.kodilla.patterns.prototype.library;
import java.time.LocalDate;
public final class Book {
private final String title;
private final String author;
private final LocalDate publicationDate;
public Book(final String title, final String author, final LocalDate publicationDate) {
this.... | [
"michal.przyborowski@o2.pl"
] | michal.przyborowski@o2.pl |
897f3c13ea078640153bd25d9a1700761e216ed5 | 523dc2f50df667f86d25f33c4e8441336f73ba21 | /src/test/java/com/Guru99/testcases/LoginPageTestCases.java | 5f188e6d6ec224338d4d9b98bade92af9c8716a8 | [] | no_license | kundanbhat/Guru | 8fcfebe03f01d21dfddea0ba7fece065d9d96550 | c28a2d50e2a77bf51f6cbed616184994b447c1d2 | refs/heads/master | 2020-04-01T02:53:26.025732 | 2018-10-13T03:39:33 | 2018-10-13T03:39:33 | 152,797,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,113 | java | package com.Guru99.testcases;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.Guru99.base.TestBase;
import com.Guru99.pages.LoginPage;
import com.Guru99.pages.ManagerPage;
public class LoginPage... | [
"admin@BQ-DEV-CN03"
] | admin@BQ-DEV-CN03 |
7d58d37db2ec370d9ac942b52eaa0e506580cc42 | 1de8a36d13aa9b792c1980aed9677ae9935bead7 | /powerfin/src/com/powerfin/actions/transaction/TXConversionItemSaveAction.java | 735aa07fb661c9cdc3f8509c781ce08912a8baac | [] | no_license | ochiengisaac/sss | f5b55e53252305b97797edfb68cbcea84d4aa65a | 471c8d5f5373a2b49dde805d7f518dbcbc42014c | refs/heads/master | 2022-02-26T00:57:25.794122 | 2019-05-31T22:22:02 | 2019-05-31T22:22:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | package com.powerfin.actions.transaction;
import java.util.List;
import org.openxava.jpa.XPersistence;
import com.powerfin.helper.AccountInvoiceHelper;
import com.powerfin.model.Transaction;
import com.powerfin.model.TransactionAccount;
public class TXConversionItemSaveAction extends TXSaveAction {
public void ex... | [
"pvalarezo@grisbi.com.ec"
] | pvalarezo@grisbi.com.ec |
ee5562270ff49e6c8d21f6c8ddd558d1b231d13e | 8f5a7680d0e65a01e9083466171880a2fd5500a4 | /bem_web/src/main/java/com/auchan/bem/bem_web/controller/AuthorizeController.java | 8569e1f3658841f6b18cdd97b79727aeb6a7eeb0 | [] | no_license | shlly/bem | bf6d2884177286e93c49e16539c61562a776b78f | 4fd7c8e0631d2eabc3f7c6a3aca38efbe4bb0bc2 | refs/heads/master | 2021-01-10T03:50:52.735034 | 2016-04-01T06:33:10 | 2016-04-01T06:33:10 | 55,209,180 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,759 | java | package com.auchan.bem.bem_web.controller;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
impo... | [
"542098493@qq.com"
] | 542098493@qq.com |
2741413a8fdc07e826be951341234989ad2e33a4 | cf1aa422cccb71f0e54308f3ed7d9f3940ff96c8 | /src/main/java/com/zss/service/email/MailSenderService.java | 02065427bb32b2ae4bb064cfa2bd6561a278b377 | [
"Apache-2.0"
] | permissive | qhrking/zss | 49af9b358066d067d585e95e6a8dddfcb51eb2c7 | 8f338ec49c431c4bc2bcdf2a13b9843490075f3b | refs/heads/master | 2021-08-22T07:37:43.643355 | 2017-11-29T16:51:32 | 2017-11-29T16:51:32 | 112,499,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,548 | java | package com.zss.service.email;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.mail.javamail.JavaMailSenderImpl;
import org.springframework.mail.javamail.MimeMessageHelper;
import org.springframework.ster... | [
"qhrking@163.com"
] | qhrking@163.com |
a0873f363bc01f2e9a43c93d656dc3ed794c19ae | b7e6c469f45ed63d713b7e7020474dfb9ec026a7 | /src/com/lianmeng/extand/lianmeng/discover/net/NetAsyncTask.java | eedfcabb637eeb34caf5493d936966d3e0403cc0 | [] | no_license | Georgekaren/LMTrade_Android_SVN | bd5ead32c0a0f651bdc7dc4cc0158404aa7538bc | 38d76fcdfb3c781869cd525a8e837b599c0b0353 | refs/heads/master | 2021-01-10T17:31:37.042850 | 2016-03-23T02:53:47 | 2016-03-23T02:53:47 | 48,981,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,604 | java | package com.lianmeng.extand.lianmeng.discover.net;
import com.lianmeng.core.activity.R;
import com.lianmeng.extand.lianmeng.discover.utils.AppLog;
import com.lianmeng.extand.lianmeng.discover.utils.AppManager;
import android.os.AsyncTask;
import android.os.Handler;
/**
* AsyncTask 使用线程池控制线程数量,提高线程利用率 提供统一的网络访问... | [
"ad181600@qq.com"
] | ad181600@qq.com |
6f9b7d4e96cc0125d35332659754edb95b330ccd | 438848e2801d5f29f9cdb53cab55775e9d479a53 | /aimlchimbs/src/org/alicebot/server/core/targeting/TargetsReaderListener.java | 733f48a7a1f7fe00dbd553d6b329edc768de307d | [] | no_license | summyfeb12/introtoai | 099b9aac2ef4f666e2cae98eb4e87d6d94dbb108 | efb3dcfbb01e33c60c6f078f4950923713cf0385 | refs/heads/master | 2016-08-08T11:31:45.358045 | 2012-12-03T18:12:07 | 2012-12-03T18:12:07 | 41,951,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,667 | java | /*
Alicebot Program D
Copyright (C) 1995-2001, A.L.I.C.E. AI Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option... | [
"gaurav.raje07@gmail.com"
] | gaurav.raje07@gmail.com |
62bf8fae7b175db03827588f3f597303a2330d26 | 11b9a30ada6672f428c8292937dec7ce9f35c71b | /src/main/java/java/lang/invoke/CallSite.java | f462fd68d4d99b551ce6a1097a5c86b74b43ddb3 | [] | no_license | bogle-zhao/jdk8 | 5b0a3978526723b3952a0c5d7221a3686039910b | 8a66f021a824acfb48962721a20d27553523350d | refs/heads/master | 2022-12-13T10:44:17.426522 | 2020-09-27T13:37:00 | 2020-09-27T13:37:00 | 299,039,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,288 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.lang.invoke;
import ... | [
"zhaobo@MacBook-Pro.local"
] | zhaobo@MacBook-Pro.local |
420f8440d62202fe721dd2a61d1db497c2147a54 | ca8f8713e0d91c5a0c2e33328d1108f59abca102 | /src/main/java/net/wenxin/crates/procedures/DyeTerracottaCrateOrangeProcedure.java | 231f478029d95fefe07ef2ada328f099b8190b97 | [] | no_license | WenXin20/crates | 3b7044743ed47c1470ebb6468de70bc92fe276a3 | 0cb0207c33561d27ef1f47e965024b68b574b3aa | refs/heads/master | 2022-12-25T16:46:26.919657 | 2020-10-07T03:10:46 | 2020-10-07T03:10:46 | 278,702,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,571 | java | package net.wenxin.crates.procedures;
import net.wenxin.crates.block.OrangeTerracottaCrateBlock;
import net.wenxin.crates.CratesModElements;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.event.entity.player.PlayerInteractEvent;
import net.minecraftforge.common.MinecraftForge;... | [
"newvi@ASUS-Laptop.lan"
] | newvi@ASUS-Laptop.lan |
1440a5f1155aaaff80e4f66111c3eab452f38297 | 5a520be9baaeff27b87ed9978b1793cf5f88981b | /GenerateInstance/areca-7.4.7/src/com/application/areca/impl/copypolicy/AlwaysOverwriteCopyPolicy.java | 78d4f83220ae89448dbd0d17e76b1f1539cc0d2e | [] | no_license | bugfixing0/dynamic-testing | f88f90649e52a55b0c600c5de6c78a403c3cbeaf | 25452c8704e3dcc9a75c3fbc41222f4605928ee1 | refs/heads/master | 2020-12-22T16:00:34.510535 | 2019-12-04T17:54:52 | 2019-12-04T17:54:52 | 236,783,026 | 0 | 0 | null | 2020-01-28T16:35:51 | 2020-01-28T16:35:50 | null | UTF-8 | Java | false | false | 1,121 | java | package com.application.areca.impl.copypolicy;
import java.io.File;
import com.myJava.file.copypolicy.CopyPolicyException;
/**
*
* <BR>
* @author Olivier PETRUCCI
* <BR>
*
*/
/*
Copyright 2005-2014, Olivier PETRUCCI.
This file is part of Areca.
Areca is free software; you can redistribute it and/or m... | [
"yanjiejiang18@163.com"
] | yanjiejiang18@163.com |
8e2157c99491d3e4afe7120399f9034e55fcb22c | eacdbb1a659c45f8aa71919681f7f0d14fad67c4 | /src/com/partyrock/temp/MenuDemo.java | c2b3de0c0dc86749a1ece9295806b0d7df279487 | [] | no_license | erazfar/Party-Master | b8e56647fd83a28ef70c53bef08ac0b86c5e7da4 | a370fedeb5d44765a33d58c22883f69c46bd6ed1 | refs/heads/master | 2021-01-15T18:59:40.590844 | 2013-03-08T13:18:56 | 2013-03-08T13:18:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,196 | java | package com.partyrock.temp;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Event;
import org.eclipse.swt.widgets.Listener;
import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.MenuItem;
import org.eclipse.swt.widgets.Shell;
/**
* Demonstra... | [
"ehsan_razfar@yahoo.com"
] | ehsan_razfar@yahoo.com |
a78000fb62f996d0b958078fd0e3985b641502c1 | 5afadeab7425a769e37caab87f34b467a8f0a8b8 | /src/main/java/model/ElevatorSystem.java | efcc5e87c00294665ce064e56332189d6f186ba7 | [] | no_license | jchyzy/elevator-system | 31c490e287583dc6ebb1acfc1e07b0a1c3cb87aa | c02c38fae26de1c7c990a3c1ba00a1681b8ece9a | refs/heads/master | 2023-04-03T04:09:20.410211 | 2021-03-15T17:18:30 | 2021-03-15T17:18:30 | 347,168,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,357 | java | package model;
import java.util.*;
public class ElevatorSystem {
private final int elevatorsNumber;
private final int floorsNumber; // from 0 to floorsNumber (inclusive)
private List<Elevator> elevators;
private final ElevatorPicker elevatorPicker;
public static final int MAX_NUMBER_OF_FLOORS =... | [
"asiaa09@gmail.com"
] | asiaa09@gmail.com |
2a4d0d9b191149b9ecbdfb6360553bdbe58571f1 | 345de385edec736b4aaf3b370def9dc4175348ab | /android/app/src/main/java/com/videooverlay/MainActivity.java | 0c9ebf8bcfbec013d7d00ee494d77333e43882d8 | [] | no_license | davepaiva/RNffmpeg | 6611aaa0e1c5b8d5b5285488c52be75d366cd622 | 5534f53abc5b25ea3b066e9d8209009fae0bc513 | refs/heads/master | 2023-01-12T06:11:22.188281 | 2019-11-13T14:36:01 | 2019-11-13T14:36:01 | 220,456,824 | 2 | 0 | null | 2023-01-05T00:49:57 | 2019-11-08T11:52:48 | JavaScript | UTF-8 | Java | false | false | 351 | java | package com.videooverlay;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
*/
@Override
protected String getMainComponentName() {
... | [
"mrdavepaiva@gmail.com"
] | mrdavepaiva@gmail.com |
290185015d6e7155a5e3a194108ce64ecc06a7d9 | 441afca92c172826f2c6f56184bcb40c281daca7 | /app/src/main/java/com/example/android/quizapp/MainActivity.java | 0bd2daaa60ec5ffb6423f9c2faff49eb9409f0da | [] | no_license | falconeilario/QuizApp | f90d1cca1c03eba95ba5d6305d24d96bac922928 | 8d41702add3e57a7c0569bda8f8e2f41f95c4159 | refs/heads/master | 2020-03-11T21:10:11.342620 | 2018-04-19T18:38:12 | 2018-04-19T18:38:12 | 130,257,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,015 | java | package com.example.android.quizapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity ... | [
"falconeilario@gmail.com"
] | falconeilario@gmail.com |
1296b977bcbcef6d1aa055878067d55a34761865 | 819b99f2b09474791fbc2ca8faa59f5fb630b2af | /JavaCode/src/com/java基础/常用/MyAnnotations.java | 8096dd7dd6397eac937ac6e6074d2b3e47c95f20 | [] | no_license | terttyliu/Java | 953d10fed420fedc55329baef3774181e4fd65e8 | ff56d6f33674c382d844f817ed0a67ca25a89103 | refs/heads/main | 2023-01-31T13:37:47.639449 | 2020-12-13T03:44:20 | 2020-12-13T03:44:20 | 305,393,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | java | package com.java基础.常用;
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
/**
* 以下四个注解都是元注解(修饰注解的注解)
*/
//生命周期
@Retention(RetentionPolicy.RUNTIME)
//标明该注解能标注那些内容
@Target(value = {TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE, MODULE})
//标明该注解在javadoc解析时会保留(比如@Deprecated... | [
"eieliupengjie@stu.xjtu.edu.cn"
] | eieliupengjie@stu.xjtu.edu.cn |
a4aaa8ff032ef3e6cf05d21ccf64df7145f7e83b | 1730754c54371183d6beee0f5702721bd857c379 | /YearsOfPlenty/src/cit260/yearOfPlenty/GameInfo.java | 96a9616cc0a080ccb2342fd92124674090fc327c | [] | no_license | hendersonhayley/henderson-neilson-kearns | 505e3b640d3c0bd5f596092239a3d44d43707dbb | 48bacf70c6903f59df198665e793d38406ad9d9e | refs/heads/master | 2021-08-28T03:10:09.079840 | 2017-12-11T04:59:55 | 2017-12-11T04:59:55 | 105,820,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | 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 cit260.yearOfPlenty;
/**
*
* @author brennanneilson
*/
public enum GameInfo {
ACRES,
BUSHELS,
ACREPRICE,
BU... | [
"bvneilson@gmail.com"
] | bvneilson@gmail.com |
d56d05af7fc3f6808deb21e5dd40dc0d6c166c4a | 152890bb305544ce595bc38d7dee02533d57b5f1 | /src/main/java/kr/team/ticketing/domain/image/product/ProductImageRepository.java | b20973f15b15fcac91eadc4d47740c7a53982e1e | [] | no_license | JAVA-KR-TEAM/ticketing | f6e32265f4262d29bdfda660006f15e12649a926 | 98ce961c73340e8c98c27ce358229a89526f7f90 | refs/heads/develop | 2020-12-27T03:46:07.069796 | 2020-03-28T10:57:20 | 2020-03-28T10:57:20 | 237,753,268 | 2 | 5 | null | 2020-05-16T06:45:00 | 2020-02-02T10:21:24 | Java | UTF-8 | Java | false | false | 198 | java | package kr.team.ticketing.domain.image.product;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ProductImageRepository extends JpaRepository<ProductImage, Long> {
}
| [
"msolo021015@naver.com"
] | msolo021015@naver.com |
8898f5e04244abbff734048284c6faff41fecba3 | d6493c5040063cc019704f9e169e012626c2774a | /src/test/java/project/controller/effects/realeffects/VictoryPointForEachBlueCardTest.java | 177dd57be4154c3bc3aca206e73ad7195a225b27 | [] | no_license | federicoBetti/Lorenzo_Magnifico_Java | ff508a722153a742eff9057da99b1a869bfbf696 | cc725e0a1cdd48117a3b9e8d56d9c50e4ef67b34 | refs/heads/master | 2021-03-16T05:28:32.326170 | 2019-04-30T21:02:56 | 2019-04-30T21:02:56 | 87,735,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package project.controller.effects.realeffects;
import org.junit.Test;
import project.controller.cardsfactory.CharacterCard;
import project.controller.cardsfactory.CharactersCost;
import project.server.network.PlayerHandler;
import project.server.network.rmi.RMIPlayerHandler;
import java.util.ArrayList;
import stati... | [
"federico2.bett@mail.polimi.it"
] | federico2.bett@mail.polimi.it |
1b95b6c8ac137bc374f401fac2b4a77cf1ed341e | 4f39106cede497f73e47e944d8eca8e3485bfc75 | /src/main/java/bio/normal/server/ServerReadThread.java | 19dc8fb02a335a96302d93cd0a50af27bfc2ee1c | [] | no_license | Ma3querader/IO | 6cab6b6d7c392c84a09ab330d50224c00d067582 | d1e1caf418fddb7c8b04cc3e8b4ec7a289d5fc71 | refs/heads/main | 2023-04-17T12:00:05.420993 | 2021-05-01T07:07:06 | 2021-05-01T07:07:06 | 352,488,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | package bio.normal.server;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.Socket;
/**
* @Author: panyusheng
* @Date: 2021/3/29
* @Version 1.0
*/
public class ServerReadThread extends Thread{
private Socket socket;
public ServerReadThread(Sock... | [
"593661332@qq.com"
] | 593661332@qq.com |
85a1dd224f21f255c6213dac0f050f8ddc2c997a | dcb33b5f7778952053d5a2f640f941ca8b6a724b | /src/main/java/com/app/dao/impl/GrnDaoImpl.java | e323a226e5dcd31f6e0f9b540ee24459b0e5eb0a | [] | no_license | narendradasara99/WhareHouse-Project-Final-Code | 2da43f63b941eb8ea255ecc6f89c942153e98774 | 407f60677042fbd0e14580172d57b0038fc8a90b | refs/heads/master | 2023-03-03T19:01:15.691939 | 2022-02-15T07:03:16 | 2022-02-15T07:03:16 | 226,907,772 | 0 | 0 | null | 2023-02-22T07:38:04 | 2019-12-09T15:45:37 | Java | UTF-8 | Java | false | false | 1,812 | java | package com.app.dao.impl;
import java.util.List;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate.criterion.Projections;
import org.hibernate.criterion.Restrictions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate5.HibernateTemplate;... | [
"naren@Naren-PC"
] | naren@Naren-PC |
5924fb7ef57e5a395e3f530d012b4516eacc0171 | 3f4f36053528fafaa887195603adeba2d94af0a4 | /mvp/src/main/java/com/electronclass/pda/mvp/rest/RestApi.java | c515ad0c1d48aa1e35123717c032af2c17d8b0ba | [
"Apache-2.0"
] | permissive | caofengcheng/ElectronClass | c17d1d180c8a5591f66cdbe7391c94ef9c880816 | 7c0361cc2ee53f29d5ebcc915e418c7b05aa9b26 | refs/heads/master | 2021-07-14T02:30:00.459499 | 2020-10-10T09:23:41 | 2020-10-10T09:23:41 | 213,528,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,726 | java | package com.electronclass.pda.mvp.rest;
import com.electronclass.pda.mvp.entity.Attendance;
import com.electronclass.pda.mvp.entity.ClassItem;
import com.electronclass.pda.mvp.entity.ClassMessage;
import com.electronclass.pda.mvp.entity.ClassMien;
import com.electronclass.pda.mvp.entity.ClassMienPage;
import com.elec... | [
"cao18371077551@163.com"
] | cao18371077551@163.com |
e1b4332c426189338d5d3d66d136a2438311b94f | ea0a64b3dcecb9c61eede47ed058104f083e4ac6 | /android/KKShares/app/src/main/java/com/kaiser/kkshares/utils/ImageLoaderUtils.java | d381ae1e37727bb630944846ca921bbae73c36e5 | [] | no_license | kaka17/kaka-1 | d39927a5dc9ec607f0aafa342c4f956872882f27 | 3c8176267a610c8deaa464dec1a3e762433bde30 | refs/heads/master | 2021-08-22T19:39:12.596952 | 2017-12-01T03:31:07 | 2017-12-01T03:31:07 | 111,485,648 | 0 | 0 | null | 2017-11-21T02:01:35 | 2017-11-21T02:01:34 | null | UTF-8 | Java | false | false | 3,832 | java | package com.kaiser.kkshares.utils;
import android.content.Context;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.DecodeFormat;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
import com.kaiser.kkshares.R;
import java.io.File;
/**
* Description : 图片加载工具类 ... | [
"841623088@qq.com"
] | 841623088@qq.com |
7bb44c732c9a250e1bc9dddcd37adb6bb2660f26 | f1df5e766c10f538e1ab0370401e6b599f9c90a6 | /app/src/main/java/com/theandroidrookie/stickstoneinventory/CatalogActivity.java | 141ba6f2478df82be35f665333a9048c92104c3f | [] | no_license | JefersonBorba/StickStoneInventory | c547803365639c5adad663b4446d62dad789f6b5 | 9ae65926d47b32e0897ac89ed2f67f6a30409051 | refs/heads/master | 2021-07-23T09:28:27.006669 | 2017-11-03T13:20:55 | 2017-11-03T13:20:55 | 109,397,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,792 | java | package com.theandroidrookie.stickstoneinventory;
/**
* Created by jeff on 11/3/2017.
*/
import android.app.LoaderManager;
import android.content.ContentUris;
import android.content.CursorLoader;
import android.content.Intent;
import android.content.Loader;
import android.database.Cursor;
import android.net.Uri;
im... | [
"jefersonborba2009@hotmail.com"
] | jefersonborba2009@hotmail.com |
4dfd7d36075b8676dc2c3670eced53d35c93415b | 306dcb552bfedc0d29beb4d5d8390a539fe18c00 | /app/src/main/java/com/example/yls/ad0417/MyCaptureActivity.java | ed0f4464344cae8621523703dd06c11a90d06ec3 | [] | no_license | LiaoJianKui/ZxingCodeDemo | c53a19b46f5bc91414e1a249d702c5f42669eb6e | 8152c754ffd1488efbf65e7b1e14d772ebaef7fb | refs/heads/master | 2021-01-19T20:30:14.010841 | 2017-04-19T13:15:44 | 2017-04-19T13:15:44 | 88,511,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,920 | java | package com.example.yls.ad0417;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import com.journeyapps.barcodescanner.CaptureManager;
import com.journeyapps.barcodescanner.DecoratedBarcodeView;
public class MyCaptureActivity extends AppCompatActivity {
p... | [
"1710869761@qq.com"
] | 1710869761@qq.com |
623b1574e1460fef31669e476bdd4845bc89310b | fa31e66254d5e6228ff029913c1caec22d8ed66a | /jsp+servlet+jdbc/src/a/BaiduServlet.java | c883a7857c606e59e1cecdd519011fb20a3af5ad | [] | no_license | gengxianggit/Stroe | 5ace2c3895605fb83237f42939d8f674e59c48c9 | 539cf89b3628fbd44f03b2cc18198dd5aeefc3dc | refs/heads/master | 2020-04-01T20:38:27.405895 | 2018-10-18T13:40:00 | 2018-10-18T13:40:00 | 153,613,539 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | package a;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.jasper.ta... | [
"gengxiangupgogo@163.com"
] | gengxiangupgogo@163.com |
f7fcf3dc95c158636b948e82f39906ce7cdedf26 | 832790d98cf5d4fa1be2b95ef1ce74c1ad9d3453 | /src/test/java/cache/subcache/HashMapCacheSetTest.java | 1f766c3e0131868c6ff116cae3b055c378341d7e | [] | no_license | wendian/cache | add6bce0c6a315340f11da818ad17def6c7399c2 | ee5740065465806c42609ee893f71d12f9b30655 | refs/heads/master | 2020-03-28T02:53:24.866803 | 2018-09-06T02:20:15 | 2018-09-06T02:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,853 | java | package cache.subcache;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNull;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.never;
import static org.mockito.... | [
"noreply@github.com"
] | noreply@github.com |
a14289d53a847913194f0a04dc13bacff1d3a0ef | ae9d51436e4fa2d8f1c8103f27eea526ec88c1f1 | /app/src/main/java/clinic2/activlife/com/myapplication/db/AppointmentDetailsTable.java | 1f475af16335e734287f497ef5a598a78c6c837e | [] | no_license | vinaytandasi/Clinic2 | cb979ed6fb5eaaae094ccdda9d14186a47a6e817 | 92bff80be1aaf5049dabb211b52eae68075cc709 | refs/heads/master | 2021-01-10T01:26:55.901926 | 2016-02-13T09:38:20 | 2016-02-13T09:38:20 | 51,639,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,177 | java | package clinic2.activlife.com.myapplication.db;
import clinic2.activlife.com.myapplication.helper.DatabaseHelper;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
public class AppointmentDetailsTable extends baseDB {
//DB version 2
public static String... | [
"Vinay_Tandasi@intuit.com"
] | Vinay_Tandasi@intuit.com |
4f8e54d1c617d35906a1cd54a86b6db0e71ace2d | a52207b00199c0f185e2301ed0063988e0e0fdcf | /src/rpc/ItemHistory.java | ca1e149d97a41c973f89f9b86b2d8cacf87001fc | [] | no_license | jasonmy419/Jupiter | 1844dd2e45c4bb6b27107cac3a53bb65bc57575b | 2a353eae1f8545b1c2bed11e38516265246767c8 | refs/heads/master | 2020-04-16T17:25:32.533961 | 2019-01-15T03:02:48 | 2019-01-15T03:02:48 | 165,771,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,629 | java | package rpc;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServle... | [
"jasonmy419@gmail.com"
] | jasonmy419@gmail.com |
2d9f8b7230078d9ce1beee5f90bc6a63f597d618 | c73e94ef0ef53c49131418ce666db3e2569d526d | /src/com/action/learn_form_label/CheckListAction.java | 928ee21fd6c15bffa838d96686a44dd206674a72 | [] | no_license | ssthouse/LearnJavaWeb | 6a4486e15befee997e2f68b38d1625461a4d4217 | 5fa370f38e809153bc63a1c85208043aebb0f676 | refs/heads/master | 2021-01-12T01:25:46.755446 | 2017-01-26T11:23:52 | 2017-01-26T11:23:52 | 78,384,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.action.learn_form_label;
import com.opensymphony.xwork2.ActionSupport;
/**
* Created by ssthouse on 17/01/2017.
*/
public class CheckListAction extends ActionSupport {
private static final long serialVersionUID = 1l;
private String[] characters;
private String[] interests;
public Strin... | [
"ssthouse@163.com"
] | ssthouse@163.com |
27220b68e8986a6d48ffaf7abfab8f1d4401c259 | d10584bb822e9a01d96bd8126584bdff1eb77daa | /nudge_java/src/kokkodis/utils/StreamGobbler.java | 147d25a298af64b74c650cac068ecae97a537157 | [] | no_license | mkokkodi/nudge | 30c3b3cc29ffbba9198f8a6aa6a4a5b8b3e557a5 | 462f9ce878d704cf2c1b5dcfd4a802e4d5b70a68 | refs/heads/master | 2021-01-16T19:18:33.374604 | 2012-07-25T22:33:52 | 2012-07-25T22:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package kokkodis.utils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
public class StreamGobbler extends Thread
{
InputStream is;
String type;
public StreamGobbler(InputStream is, String type)
{
this.... | [
"makhmmy@gmail.com"
] | makhmmy@gmail.com |
8418c9bb76db7a11be8506d17cf4541a3d3780c0 | 34201cb1bde5146fd13c14d9d99ed60bc5f84db4 | /src/com/company/GreenGoblin.java | 9366c41eeae6430c6a6f484e00b5756527dd2078 | [] | no_license | JanoadWatson/GoblinsNHumans | 39c2a92077139ba4a68cb80d9ea55d2cb7ea1ef8 | be633d83ce30623710b5aa2732ab440c456efdd0 | refs/heads/main | 2023-06-18T18:04:50.741561 | 2021-07-12T04:48:45 | 2021-07-12T04:48:45 | 385,121,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package com.company;
public class GreenGoblin extends Goblin {
public GreenGoblin(){
archetype = "Green Goblin";
health=100;
strength = 70;
weapon = "HoveCraft with Bombs";
color = "Green";
pic = "\uD83D\uDC7D";
}
}
| [
"jw1234@rutgers.edu"
] | jw1234@rutgers.edu |
acff3bcbc0d8d045136e1c61c556ccab5313eb0d | c0488d851f3079143fe87bc5e0926c8a1d72624d | /src/main/java/com/igg/boot/framework/jdbc/persistence/annotation/Reference.java | 048687972ce59f9791adc0c834411e5c050ea0de | [] | no_license | Maplejw/spring-boot | 8c2ddd187fe6982abc649e6e9666199514b87205 | e69272b200a79cc2b103c185753b5818217ee339 | refs/heads/master | 2023-02-06T03:04:34.837123 | 2020-12-29T05:40:04 | 2020-12-29T05:40:04 | 325,196,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.igg.boot.framework.jdbc.persistence.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import com.igg.boot.framework.jdbc.persistence.Entity;
@Target({ElementType.FIELD})
@Retention(R... | [
"maple.wang@igg.com"
] | maple.wang@igg.com |
8896204e6b6422fb39d6d7968986aba4a3776636 | edea24d11f13a067733f042c7be6b45ebc54a305 | /app/src/main/java/com/example/administrator/beautifulweather/util/HttpUtil.java | 0e1a1cd8c67f45a80cee24c739ce161bb6a73e60 | [
"Apache-2.0"
] | permissive | wangwenbo0314/beautifulweather | 2b6683a829e6b47b4461e3a4b03d6e93337d6f75 | 8cb2c5bae02b53750f76df82b4669cb9bb854905 | refs/heads/master | 2021-01-20T00:29:37.485491 | 2017-04-24T10:03:20 | 2017-04-24T10:03:20 | 89,142,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.example.administrator.beautifulweather.util;
import okhttp3.OkHttpClient;
import okhttp3.Request;
/**
* Created by Administrator on 2017/4/24 0024.
*/
public class HttpUtil {
public static void sendOkHttpRequest(String address,okhttp3.Callback callback){
OkHttpClient client = new ... | [
"285562253@qq.com"
] | 285562253@qq.com |
70f5ff5f740e29ed930587096503d219ce02f15e | b629551bd6b022aa7a6ccb1c52a35bdf8ee86b32 | /app/src/main/java/com/ezlinker/app/AppApplication.java | a9f98eb9c223c02c6a9f6cdc393da5adc47eae9a | [] | no_license | athmoon/ezlinker | 43834c5f63f3f77270afdf2d08b1522f9a3d932b | 98db3efb1ee565cd428db0af1e4bf94ce0039228 | refs/heads/master | 2023-06-24T17:38:19.029774 | 2021-07-24T14:56:51 | 2021-07-24T14:56:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,427 | java | package com.ezlinker.app;
import com.ezlinker.app.common.utils.AliyunMailProperties;
import lombok.extern.java.Log;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.Spring... | [
"751957846@qq.com"
] | 751957846@qq.com |
3b28f33bbeab3ad1b360b7c10c7b75430f5f124f | c568b9aaa4f9e1883de1efacd28c544bd4970778 | /projekat/src/main/java/XmlWeb/dto/PorukaDTO.java | ad9f9256cd2a6d402627635fb098e372f8e75e0e | [] | no_license | tanjaindjic/XML | 16e452d08a181d00423eef8d91d379697f75cbd5 | c1cb2f0287150e3dde777c63c8f0d0f1c60438e8 | refs/heads/master | 2022-08-05T14:37:46.548403 | 2019-08-15T06:35:18 | 2019-08-15T06:35:18 | 129,654,632 | 1 | 2 | null | 2022-07-07T23:07:49 | 2018-04-15T22:00:16 | Java | UTF-8 | Java | false | false | 634 | java | package XmlWeb.dto;
public class PorukaDTO {
private String text;
private Long posiljalacId;
private Long primalacId;
public PorukaDTO() {
}
public String getText() {
return text;
}
public void setText(String text) {
this.text = text;
}
public Long getPosi... | [
"milans995@gmail.com"
] | milans995@gmail.com |
97126d41002b2c5abb902c854c4a8392704e88c3 | 664358d9280f917b487c7c3a9970e407f0e239a4 | /java/src/main/java/com/randomtask2000/designpatterns/FactoryMethod/HiringManager.java | bee501e2e4116a94cc6943b413ee34f60a30ed13 | [
"CC-BY-4.0"
] | permissive | randomtask2000/design-patterns-for-humans | c84f9270e05b005d268b4dfbdbc250c985a1b316 | 77399ec3f96311fb5227a3069677129196e52f52 | refs/heads/master | 2021-05-09T23:40:06.717733 | 2018-02-13T17:57:39 | 2018-02-13T17:57:39 | 118,801,198 | 1 | 0 | null | 2018-02-13T17:57:40 | 2018-01-24T17:54:39 | Java | UTF-8 | Java | false | false | 315 | java | package com.randomtask2000.designpatterns.FactoryMethod;
public abstract class HiringManager {
// FactoryMethod method
protected abstract Interviewer makeInterviewer();
public void takeInterview() {
Interviewer interviewer = this.makeInterviewer();
interviewer.askQuestions();
}
}
| [
"Emilio.Nicoli@us.usana.com"
] | Emilio.Nicoli@us.usana.com |
a9b1f24ff9dfb5cb285ef81582b1a314c5a094a0 | 3ec6a5de7896ca51001a731bdf4c1724da22a989 | /IMSWeb/src/java/br/fabio/control/comando/administrador/ListarAdministradores.java | d26b98be4523bc660ec2634269426b69a7eb3fbf | [] | no_license | f4biojr/IMS | 59f0ce5c12b06586aeaf3531ab0450d97f270eeb | 179eee17779dabcee9b76b75b950302dd4fb6c9b | refs/heads/master | 2021-01-19T03:16:46.111712 | 2011-04-12T12:45:00 | 2011-04-12T12:45:00 | 1,603,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.fabio.control.comando.administrador;
import br.fabio.control.comando.Comando;
import br.fabio.model.administrador.Administrador;
import br.fabio.model.dao.AdministradorDAO;
import java.sql.Connection;
import... | [
"fjuniorlista@gmail.com"
] | fjuniorlista@gmail.com |
b58066d2e75c40d06eef1a5e32caf84c9727acb7 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/alibaba--fastjson/38a9d30d6d220c1c3b40d82d0fca289be6bc92c3/after/JSON.java | f5b356f49137d0725bb7c64df8c6e53000747543 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,119 | java | /*
* Copyright 1999-2101 Alibaba Group.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.