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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4a6999f01aef0dc432cb2714d384287a9d39c8ca | b9d50a8079bd08f07f5b36987de8c4279bea1e77 | /src/main/java/com/retask/game/config/S3Config.java | 00815d4d9bb7836e852c6e5285f3d7c9bb9d5c1b | [] | no_license | bethel-school-of-technology/retask-backend | fb9808de53fbc772316c48f3b25b323de4af4732 | 6f0a7eebabc50f7f188f85e14ef8c2f2e5aa3e7d | refs/heads/master | 2020-04-30T11:10:53.153937 | 2019-04-17T04:37:07 | 2019-04-17T04:37:07 | 176,795,059 | 0 | 0 | null | 2019-04-17T04:37:08 | 2019-03-20T18:33:37 | Java | UTF-8 | Java | false | false | 1,064 | java | package com.retask.game.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.BasicAWSCredentials;
imp... | [
"gojohill@gmail.com"
] | gojohill@gmail.com |
926a297e3a4189fc1c081c24fbb004bcb618e185 | 2486ff7e1b19e1e8fedda59b932bb9c7b4bb0c9c | /HostAbroadTests/src/test/integrationTests/ControllerImpTestHU34.java | 8a35700f4b69b8320c29057cbff834f271370463 | [] | no_license | HostAbroad/HostAbroadTests | 10d7232083e2c60e1980ca618fc0542c9b07f03c | 4a103f0a3d40f4c8000c01dd0690bac86371f577 | refs/heads/master | 2020-04-29T12:42:04.054130 | 2019-04-28T22:25:01 | 2019-04-28T22:25:01 | 176,147,137 | 0 | 5 | null | 2019-04-29T16:13:40 | 2019-03-17T19:05:02 | Java | UTF-8 | Java | false | false | 810 | java | package integrationTests;
import static org.junit.Assert.*;
import org.junit.Test;
import com.business.transfers.TRating;
import com.presentation.commands.CommandEnum.Commands;
import com.presentation.commands.Pair;
import com.presentation.controller.Controller;
import com.presentation.controller.ControllerImp;
pub... | [
"adridean@ucm.es"
] | adridean@ucm.es |
58ff7910aae2c79e1ceeeba2fec07f0029557260 | bd5ddc02eb432e32c48d7ea5605aeb708ccd3be8 | /src/Samurai.java | 580fee5927400e0cea90aa71f2c63bbd04d80d51 | [] | no_license | tommyn707/Object2Java | b05862c28c158c0164a874b02c9d091098604166 | 82730166af9a022ac8322cb743075b8266b3f803 | refs/heads/master | 2022-04-13T21:16:38.410044 | 2020-04-11T04:26:21 | 2020-04-11T04:26:21 | 254,792,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java |
public class Samurai extends Human {
static int samuraiCount = 0;
//Constructor
public Samurai() {
this.health = 200;
samuraiCount +=1;
}
public Samurai(String name) {
this.health = 200;
this.name = name;
samuraiCount +=1;
}
//Methods
public void deathBlow(Human human) {
human.setHealth(human.g... | [
"tommy.n707@gmail.com"
] | tommy.n707@gmail.com |
25776f5a5096b4262a14b5f113e42df213e806fa | 0edecb97630006dd2aea783eec6426e53205b75d | /src/com/tencent/lucasshi/P345_lengthOfLongestSubstringKDistinct.java | 646ab984512ec1b4049bb4b43bce2bab8b4341fc | [] | no_license | lucasshi/leetcode | bdf858e373193b5ea9380364b5fee6322d575bee | bf3170d32f6c4e9439d8fc7f4f652ce747154dc0 | refs/heads/master | 2021-09-01T09:58:54.122091 | 2021-08-17T02:35:10 | 2021-08-17T02:35:10 | 67,920,295 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package com.tencent.lucasshi;
import java.util.HashMap;
public class P345_lengthOfLongestSubstringKDistinct {
public int lengthOfLongestSubstringKDistinct(String s, int k) {
HashMap<Character, Integer> cntMap = new HashMap<>();
int left = 0;
int right = 0;
int length = Integer.MIN... | [
"neveralone1987@163.com"
] | neveralone1987@163.com |
93f0bcce6bb9c7e5aeff2f1bc0af1c5af6a9eecf | ec2bd4ec310a4f9fbf0b61e427ef50b6686b18b5 | /guanglian/gl-core/src/main/java/com/kekeinfo/core/business/gbase/service/GbaseService.java | 63d3268e75c9c6ca258751e8d43374656597922b | [] | no_license | kingc0000/privatefirst | 58d0089a91f2fb26e615bf00f5c072d9036c8ab3 | 72b37f40d0f16b69466127b60434fbccfc5a6b50 | refs/heads/master | 2020-03-15T21:22:08.487027 | 2018-05-16T15:41:56 | 2018-05-16T15:41:56 | 132,353,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package com.kekeinfo.core.business.gbase.service;
import java.util.List;
import com.kekeinfo.core.business.generic.exception.ServiceException;
import com.kekeinfo.core.business.generic.service.KekeinfoEntityService;
import com.kekeinfo.core.business.guard.model.GPointEnumType;
import com.kekeinfo.core.business.guard.... | [
"v_xubiao@baidu.com"
] | v_xubiao@baidu.com |
fa335b8f0037fea30f232773e0a055a70889ffac | c2458641f60c4f42f2a47b22de5fcea5d7786109 | /CHAPTER1_PART1_TRANPHAMHAIDANG/CHAPTER1_PART1_TRANPHAMHAIDANG/src/Computer/Desktop.java | 456bd4158df88582491d5dd88ece180b1132662d | [] | no_license | tranphamhaidang1912/ADVANCED-JAVE-SOURCE | fb60f86343825d7c599f4ad379a42bd19ea1d6ec | 187f235b9d996fece6c49f273152f3409dcbddc6 | refs/heads/master | 2020-07-20T18:56:24.654642 | 2016-09-22T01:45:58 | 2016-09-22T01:45:58 | 66,015,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package Computer;
/*
* Author: Tran Pham Hai Dang
* Date: 19/08/2016
* Version: 1.0
* Class for Desktop
*/
public class Desktop extends Computer {
String CPU;
String RAM;
public String getCPU() {
return CPU;
}
public void setCPU(String cPU) {
CPU = cPU;
}
public String getRAM() {
return RAM;
}
... | [
"tranphamhaidang1912@gmail.com"
] | tranphamhaidang1912@gmail.com |
722935a686805c50dbcd6aea093b8bcb17a1c655 | e223e35445a9ec849ad3d75d0aa27a612ded4dd1 | /app/src/main/java/com/m2ench/askchitwish/aboutus.java | 3529eb62328d69548dd4dcb8b13830a828319be6 | [] | no_license | mounika2296/AskChitWish | e0dec409d8cc2b059bba5562914ab96bb13eec41 | 159daa00582be45b5111086a20a6b3e7e95cb19c | refs/heads/master | 2021-01-13T07:05:38.725015 | 2017-02-13T10:56:47 | 2017-02-13T10:56:47 | 81,815,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,780 | java | package com.m2ench.askchitwish;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.Html;
import android.text.Spanned;
import android.text.method.LinkMovementMethod;
import android.view.View;
import android.widget.TextView;
public cl... | [
"budigimounika02@gmail.com"
] | budigimounika02@gmail.com |
c9210c220d36ec961c5c9dd17dc0760a279ba601 | 6db92026d4ba3fb269f55d94d513fcd6efe0df00 | /testing/com/gannon/demo/VertexLabelPositionDemo.java | eb2c4861353d34cd9eaf2d5cde373b68f09f209c | [] | no_license | Gannon-University/GannonJVM | 3af3bfab12480f60387a33c1957fbef3746b7185 | cf4b3b9778794c6bddecf0a9d41ecc7e9bfcfbbe | refs/heads/master | 2016-09-06T10:23:33.572037 | 2014-10-23T20:10:12 | 2014-10-23T20:10:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,643 | java | /*
* Copyright (c) 2003, the JUNG Project and the Regents of the University of
* California All rights reserved.
*
* This software is open-source under the BSD license; see either "license.txt"
* or http://jung.sourceforge.net/license.txt for a description.
*
*/
package com.gannon.demo;
import java.awt.Border... | [
"frank.w.xu@gmail.com"
] | frank.w.xu@gmail.com |
1cae56c4df1a28a14aa4fed6a82a42f3762f2ebb | f250150db9a516a40522a7a4330851981f0088c3 | /modules/core/checkout/coupon/src-api/com/geecommerce/coupon/repository/CouponCodes.java | 8562a73dd28d0eafc49948624c114e7ea4c06b07 | [
"Apache-2.0"
] | permissive | geetools/geeCommerce-Java-Shop-Software-and-PIM | f623fd67f74d87a9e5ab4dc43a7023ed37651bf6 | fc115eb2caa989ac939cf436c2144ebeedcac5aa | refs/heads/master | 2023-03-30T16:49:08.912821 | 2022-12-06T09:13:09 | 2023-01-10T17:47:55 | 74,185,677 | 11 | 2 | Apache-2.0 | 2023-03-22T21:24:05 | 2016-11-19T03:56:51 | Java | UTF-8 | Java | false | false | 432 | java | package com.geecommerce.coupon.repository;
import java.util.List;
import com.geecommerce.core.service.api.Repository;
import com.geecommerce.coupon.model.Coupon;
import com.geecommerce.coupon.model.CouponCode;
public interface CouponCodes extends Repository {
public CouponCode byCode(String code);
public Li... | [
"md@commerceboard.com"
] | md@commerceboard.com |
64ca7d2e0c270ba7bdc1bddaafceb3e49fb480c5 | 848f0cdff0a78a85cf6adeea084045a83b315934 | /NetBeansProjects/helloswing/src/helloswing/HelloswingApp.java | a36c0e8a7124e23a413eb2de266fdda654dc803d | [] | no_license | alwonghn/testers | 63862ca3f063c9cf69d74602884ef92ce5add81f | 1d03d47ad35e0a4f4e61e6d70f155d998f8f0de8 | refs/heads/master | 2021-01-23T02:29:47.684535 | 2012-01-31T04:25:35 | 2012-01-31T04:25:35 | 3,311,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,148 | java | /*
* HelloswingApp.java
*/
package helloswing;
import org.jdesktop.application.Application;
import org.jdesktop.application.SingleFrameApplication;
/**
* The main class of the application.
*/
public class HelloswingApp extends SingleFrameApplication {
/**
* At startup create and show the main frame of ... | [
"alwonghn@gmail.com"
] | alwonghn@gmail.com |
4de818a73cd7c8444ba734543cfc89490111931f | ed9d2f2307d0e46b3fa47d246f2315e0313c2d97 | /src/main/java/com/robotman2412/litemod/entity/TestLivingEntityModel.java | 64099c0d48177e2a188b89be458813c1cbeff8ce | [
"CC0-1.0"
] | permissive | robotman2412/fabric_litemod | 2556d76df84b4e494b394ecb6d19add0bec1d858 | fdb46475ec78b0ddfb05ac4d51adea58b18ab033 | refs/heads/master | 2021-05-19T08:25:59.679905 | 2020-05-19T13:05:36 | 2020-05-19T13:05:36 | 251,602,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,837 | java | package com.robotman2412.litemod.entity;
import com.robotman2412.litemod.entity.hyper.HyperCuboidUVMapping;
import com.robotman2412.litemod.entity.hyper.HyperModelPart;
import com.robotman2412.litemod.entity.hyper.HyperUVMapping;
import net.minecraft.client.model.ModelPart;
import net.minecraft.client.render.entity.mo... | [
"julian@scheffers.net"
] | julian@scheffers.net |
c0b1d33e2e07de069e72feacedf042ac628434cc | dbde38010aee32c5d04e58feca47c0d30abe34f5 | /subprojects/38k.naef/src/main/java/naef/mvo/eth/EthLink.java | abd6b5f27137f9bcde62279ddf77b1936b6a213e | [
"Apache-2.0"
] | permissive | openNaEF/openNaEF | c2c8d5645b499aae36d90205dbc91421f4d0bd7b | c88f0e17adc8d3f266787846911787f9b8aa3b0d | refs/heads/master | 2020-12-30T15:41:09.806501 | 2017-05-22T22:37:24 | 2017-05-22T22:38:36 | 91,155,672 | 13 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package naef.mvo.eth;
import naef.mvo.L2Link;
import naef.mvo.Network;
import java.util.Set;
public class EthLink
extends L2Link<EthPort>
implements Network.LowerStackable
{
private final S2<Network.UpperStackable> upperLayers_ = new S2<Network.UpperStackable>();
public EthLink(MvoId id) {
s... | [
"t.yamazaki@ttscweb.jp"
] | t.yamazaki@ttscweb.jp |
f0f9db97b49b5c0a3111cbc092922aadf9432a10 | 2f12990b642b491cacc4c4d0548aa919a8bffb87 | /Abhaengigkeitshoelle/src/model/http/crawler/dataconverter/Result.java | 31a4da85065d26df48df6cc4587578c68fb63de5 | [] | no_license | e2bady/pdfSpider | fa23b881ed7e036dcbbd74fc9e7652687d8917f5 | 13e4af165204d7b06a79fd945f662f76ecad3ef3 | refs/heads/master | 2021-01-22T01:28:14.426282 | 2013-08-14T10:40:08 | 2013-08-14T10:40:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package model.http.crawler.dataconverter;
import java.net.URL;
import java.util.Date;
public interface Result {
Date getPublished();
String getContent();
String getTitle();
String getType();
String getCategory();
boolean isEmpty();
URL getOrigin();
}
| [
"e2.bady@gmail.com"
] | e2.bady@gmail.com |
e2e1bd8ea548408d24616aaeb4178789442f8ce2 | 26d612f8e8c10d74bae090784d8b8a6a2f7688c9 | /Actor7/Task.java | 93890c9149ebdd0afcd43afe7df27a94da508512 | [] | no_license | ddccc/ActorPattern | 95a57b38351c311f8e5783b58c87c66095a94eb6 | f13420af962108bae87c69190c3ed8b63b65a53f | refs/heads/master | 2021-06-23T11:45:09.401581 | 2021-02-15T18:21:42 | 2021-02-15T18:21:42 | 200,932,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,096 | java | // File: c:/ddc/Java/Actor7/Task.java
// (C) OntoOO Inc 2005 Apr
package actor7;
import java.util.*;
import java.io.*;
public class Task implements Runnable, Comparable {
private Job job = null;
private ActorBase actor = null;
private String jobClassName = null;
private int priority = 0... | [
"ddcc2@ontooo.com"
] | ddcc2@ontooo.com |
377eb27f89b812d235a490efb676bb67f9e8ceab | 86c4e81783aac9b0d6177a013d1241ea84646c95 | /genericCheckpointing/src/genericCheckpointing/util/SerializeTypes.java | ff5738523654516add6efc54c141eadbb996a0a9 | [] | no_license | harshadloya/Strategy_Pattern_Java | b68199559151cf107441ba617a4e3e899d299a81 | 37b9da985072bbeb27bfcbe3ef6e2db2ec4cb244 | refs/heads/master | 2020-03-21T23:32:57.856853 | 2017-12-11T13:38:36 | 2017-12-11T13:38:36 | 139,193,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package genericCheckpointing.util;
public class SerializeTypes
{
/*public String serializeInt(int value, String tagName)
{
return "<"+ tagName +"xsi:type=\"xsd:int\">"+value+"</" + tagName + ">";
}
public String serializeLong(long value, String tagName)
{
return "<"+ tagName +"xsi:type=\"xsd:int\... | [
"harshadloya@gmail.com"
] | harshadloya@gmail.com |
60163a488d2f24335a3560bb0e7abd21ada83f88 | 68b583c63b3422de68d3984d67c684559dbf33a0 | /JavaRushTasks/2.JavaCore/src/com/javarush/task/task13/task1313/Solution.java | 3c3a3c4dd697ab6bbc097f706add7d822d25ad51 | [] | no_license | fermelin/JavaRushTasks | 4308495a0fa9e86ecbfc7ce96b288bb78566a69f | f245b2e393773fd8bc6370a62b406eed2abe5c22 | refs/heads/master | 2023-08-16T09:48:21.062124 | 2021-10-19T20:39:48 | 2021-10-19T20:39:48 | 411,246,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.javarush.task.task13.task1313;
import java.awt.*;
/*
Лисица — это такое животное
*/
public class Solution {
public static void main(String[] args) throws Exception {
}
public interface Animal {
Color getColor();
}
public static abstract class Fox implements Animal {
... | [
"fermelin@student.21-school.ru"
] | fermelin@student.21-school.ru |
7766c9331d258f59cd42b14610aabf24d3e66575 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project379/src/test/java/org/gradle/test/performance/largejavamultiproject/project379/p1895/Test37915.java | 8f2643fac0faee62f940189b1a6e16a6e5eef18d | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package org.gradle.test.performance.largejavamultiproject.project379.p1895;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test37915 {
Production37915 objectUnderTest = new Production37915();
@Test
public void testProperty0() {
String value = "value";
objectUnderTes... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
d1d1eb59fb53c66ef025749dbb0620a7544e0f2d | baa48d5aa4b6a7d4ea4ee7f456a3d930c10ef3f9 | /CaveDweller.java | 015a7c7c5840adae48866377ab1831f5a37d1f2c | [] | no_license | LiamGallagher03/CaveDweller | baf8dc3eb4643fd5a3934329b6107d4045eb6efe | 26807c91a58abbae74fc220e04747314adc705cc | refs/heads/master | 2022-12-25T07:29:04.743511 | 2020-09-30T12:51:27 | 2020-09-30T12:51:27 | 299,916,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package cavedweller;
import java.util.Scanner;
/**
*
* @author 802189
*/
public class CaveDweller {
public static void main(String[] args) {
Cave cave = new Cave();
System.out.println(cave.toString());
Scanner kboard = new Scanner (System.in);
Stri... | [
"noreply@github.com"
] | noreply@github.com |
0e11106055bc71858020f299814955661ffe626a | 4a5830d661a7cf5535cdb049318ef005a3bff71c | /app/src/main/java/com/example/finalresdemo/biz/UserBiz.java | 78cb1fd3eb235f69418a09cc21c627a9ab40a98b | [] | no_license | eddiezh-520/FinalResDemo | 993b8db62877f5b196c38f3a69be18f7e0234275 | b15b78e61ae80c48293db89befaa38d6bf45e41e | refs/heads/master | 2023-09-04T05:37:08.443124 | 2021-10-17T12:31:32 | 2021-10-17T12:31:32 | 409,120,017 | 0 | 0 | null | 2021-10-17T12:32:06 | 2021-09-22T08:18:09 | Java | UTF-8 | Java | false | false | 1,154 | java | package com.example.finalresdemo.biz;
import com.example.finalresdemo.bean.User;
import com.example.finalresdemo.config.Config;
import com.example.finalresdemo.net.CommonCallback;
import com.zhy.http.okhttp.OkHttpUtils;
public class UserBiz {
public void login(String username, String password,
... | [
"xiezhen520po@gmail.com"
] | xiezhen520po@gmail.com |
526630b99da7dca7276e1458c42484d83ed66940 | 71411e6daabe043197af893873ae68e7df8d5f1e | /fun_app/platforms/android/src/ch/fhnw/awall/MainActivity.java | 072ac85d3e9fce55208967ee97b7bb18df66d812 | [] | no_license | ThierryFHNW/funWidgetMobile | 9f9d3b29f2954c66f427203bd45d2b2481c6d8b8 | 0e0c4d5f9e6a0e247af1d0a90412c5f53d0ce1fd | refs/heads/master | 2020-05-19T18:56:43.650994 | 2018-01-26T18:12:35 | 2018-01-26T18:12:35 | 185,166,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,206 | 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... | [
"fankiflo@gmail.com"
] | fankiflo@gmail.com |
3386539c67fbdd76544df2db0d2a2b0e795613fa | bc30e1cc9f7a9716954e692df3f6d2d7ea794a64 | /src/main/java/chainbox/io/esbformatter/services/DatabaseProcessing.java | c457fc8946620e65eb265e73e235179620a4a4f2 | [] | no_license | royWati/request-formatter | f1ba05b1fedbb1a2103bf9e442452be24cfc9960 | 71549350bf346ce7ace09c9ea3669831fda631ef | refs/heads/master | 2023-04-28T07:04:32.553146 | 2019-10-14T09:49:51 | 2019-10-14T09:49:51 | 215,006,413 | 0 | 0 | null | 2023-04-14T17:49:53 | 2019-10-14T09:48:39 | Java | UTF-8 | Java | false | false | 929 | java | package chainbox.io.esbformatter.services;
import chainbox.io.esbformatter.dao.db.ConnectionManager;
import chainbox.io.esbformatter.dao.db.StoredProcedures;
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import org.springframework.http.ResponseEntity;
import java.sql.Connection;
import java.sql... | [
"munialo.roy@ekenya.co.ke"
] | munialo.roy@ekenya.co.ke |
c48ea09a1395d48b16fa5ff6d8da22fe31ff717c | 1237115d84f2072c716ac29d355ce49c9321bc41 | /src/main/java/co/gounplugged/unpluggeddroid/fragments/BasePreferenceFragment.java | f2afdaca6683ca739e73c088248db589d673f955 | [] | no_license | timvanginderen/UnpluggedDroid | 24bbce8751ae3d28f4107ce0859b5385d9ca275e | 8e0a546e9d6b709bb7c6f9c6124c61c8337df903 | refs/heads/master | 2021-01-18T12:25:01.159775 | 2015-08-13T03:57:26 | 2015-08-13T03:57:26 | 33,549,654 | 0 | 0 | null | 2015-04-07T14:54:05 | 2015-04-07T14:54:04 | null | UTF-8 | Java | false | false | 309 | java | package co.gounplugged.unpluggeddroid.fragments;
import android.os.Bundle;
import android.preference.PreferenceFragment;
public class BasePreferenceFragment extends PreferenceFragment {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
}
| [
"timvanginderen@gmail.com"
] | timvanginderen@gmail.com |
7e5caeece46515dd5e3608b3d8bda09919d974fe | 1c7d74a5d67fe5b0e33d1466d0dbbb8676ee90a4 | /src/interfaces_examples/Bug.java | 6d1b7198c8543593c940bf36a8ecfb57af902f81 | [] | no_license | CodeupClassroom/betelgeuse-java-exercises | f1159960e702e3f823a20970ce597e5e4bb41a0e | becdecb8617be4889bb8b6757f295aed08a88edd | refs/heads/master | 2020-06-23T17:12:25.281664 | 2019-09-17T16:22:42 | 2019-09-17T16:22:42 | 198,692,415 | 0 | 0 | null | 2019-09-17T16:22:43 | 2019-07-24T18:49:19 | Java | UTF-8 | Java | false | false | 51 | java | package interfaces_examples;
public class Bug {
}
| [
"fernandoza@gmail.com"
] | fernandoza@gmail.com |
f8dafa604ff4b7c8fdbc59eaf724e00e4d91997c | fd3467e86c6d1177c4633e7c7ef7b93ec3707916 | /src/main/java/entidades/ServiciosTag.java | 3026e3497f8b4ca99d2817fb9db4742df65a0b12 | [] | no_license | ericlavega96/Parcial-II-Red-Social | 648b84d80c7234d6499c7306ac55530f3c1151ff | 8fef4cdfce4dc2b6061a73c5f4e93b5dbdbd8d55 | refs/heads/master | 2020-03-23T04:21:56.979317 | 2018-08-30T04:29:43 | 2018-08-30T04:29:43 | 141,078,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package entidades;
import logical.Tag;
import servicios.MetodosDB;
public class ServiciosTag extends MetodosDB<Tag> {
private static ServiciosTag instancia;
private ServiciosTag(){super(Tag.class);}
public static ServiciosTag getInstancia(){
if(instancia==null){
instancia = new Serv... | [
"20140452@ce.pucmm.edu.do"
] | 20140452@ce.pucmm.edu.do |
1d464fd34e19e49131a48ae6ee45251c5daf930d | 01dbfc2d410281142fc7ffae9d4130bbbb07c53e | /templatep.java | e43cca394f2eb9c5b253d75f6022c768018f2d4a | [] | no_license | Jack832/Java-Practice | 75cb644f3ac94f027e13ac35aa286eec735da465 | 76b98c7cc67de32d58e4824980ce18a65744fa24 | refs/heads/master | 2021-01-10T16:27:18.291579 | 2016-04-01T03:57:47 | 2016-04-01T03:57:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,280 | java | import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.*;
import java.text.*;
public class tryy
{
public static void main(String a[])
{
String input="Hello <<name>> We have your full as <<full name>> in our system. your contact number is 91-9643132052 . Please,let ... | [
"saurabhmore832@gmail.com"
] | saurabhmore832@gmail.com |
f44f71a3e5efd6927c27fd4c9772d75bec842340 | c3d086357565983997d3d4c1c6890266e5607c97 | /data/apachexmlrpc/apachexmlrpc-3.0/xmlrpc-3.0/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLiteHttpTransportFactory.java | 105d212660e7b846b935a7fcdac5d85d9daaa7fe | [
"MIT"
] | permissive | hrahmadi71/MultiRefactor | 39ab0f4900f27e2b021e48af590f767495f01077 | 99a15c96d045aa0b798d3d364ecb49153361a5a9 | refs/heads/master | 2022-11-25T14:27:37.678256 | 2020-07-27T02:58:13 | 2020-07-27T02:58:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | /*
* Copyright 1999,2005 The Apache Software Foundation.
*
* 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... | [
"40020843@eeecs.qub.ac.uk"
] | 40020843@eeecs.qub.ac.uk |
5d7506517348248983081ef79f51509fc7e4d9b5 | eca4a253fe0eba19f60d28363b10c433c57ab7a1 | /apps/jacob.caretaker/java/jacob/model/Task.java | 0910d2ae73f231eac801f1cab2a7599a74594c2f | [] | no_license | freegroup/Open-jACOB | 632f20575092516f449591bf6f251772f599e5fc | 84f0a6af83876bd21c453132ca6f98a46609f1f4 | refs/heads/master | 2021-01-10T11:08:03.604819 | 2015-05-25T10:25:49 | 2015-05-25T10:25:49 | 36,183,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,574 | java | /**************************************************************************
* Project : jacob.caretaker
* Date : Tue Aug 14 14:46:53 CEST 2007
*
* THIS IS A GENERATED FILE - DO NOT CHANGE!
*
*************************************************************************/
package jacob.model;
public fina... | [
"a.herz@freegroup.de"
] | a.herz@freegroup.de |
82f40a0c39ef7d42c32b7d4d91dd0d2b3687add6 | 4422399a95947d7b5233a53655ea2e826a31bc6f | /src/test/java/com/cadastro/status/ApplicationTest.java | 78313ce315d9847433d73befc7e0660207e90a61 | [] | no_license | danielpump/cadastrostatus | 6a2ce17e8c5c35c0e0cbc1abc3ce659c78aa5d78 | 768257375d4310cae6a4616a84cddf1035ec7dfb | refs/heads/master | 2021-01-02T23:45:48.484388 | 2017-08-11T18:12:33 | 2017-08-11T18:12:33 | 99,507,182 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,801 | java | /**
*
*/
package com.cadastro.status;
import java.sql.Connection;
import java.sql.SQLException;
import javax.annotation.PostConstruct;
import org.dbunit.DatabaseUnitException;
import org.dbunit.database.DatabaseConnection;
import org.dbunit.database.IDatabaseConnection;
import org.dbunit.dataset.IDat... | [
"new_daniel2010@hotmail.com"
] | new_daniel2010@hotmail.com |
56617aab49414435dccb8115f81dde12908f77a0 | b8eaa72e9c8bf4a4b6387bd058a94fd981a0fefc | /algorithms/src/main/java/com/ljq/寻找两个有序数组的中位数.java | 07ad5da8316e84ae2a488688500f04d20b852242 | [] | no_license | sin97/Java | f69df50eb12eef2a7c368102ee05e3ef665d1112 | fdc3920c898415c5313b04b39cc803b5dcb87fe4 | refs/heads/master | 2022-12-21T23:08:27.887345 | 2020-04-22T02:08:26 | 2020-04-22T02:08:26 | 192,050,911 | 0 | 0 | null | 2022-12-16T14:51:07 | 2019-06-15T07:38:08 | Java | UTF-8 | Java | false | false | 1,224 | java | package com.ljq;
/**
* @author : LJQ
* @date : 2019/5/24 20:12
*/
public class 寻找两个有序数组的中位数 {
public static void main(String[] args) {
int[] nums1 = {1, 2};
int[] nums2 = {3};
System.out.println(findMedianSortedArrays(nums1, nums2));
}
public static double findMedianSortedArr... | [
"li_kop@163.com"
] | li_kop@163.com |
38f7d8af3eb42a10f554dbc3fbc8cc333ba311ee | 2ac6a11309d4d3e9864d69c72273eadefb0fbe9e | /OpenApiPrj/src/poly/service/IUserInfoService.java | 629027405e2ab505f7c3ef85176849984da18f59 | [] | no_license | ChoiYoungHa/first_Spring | 5a7404fab4ebfb7dbcb9a6f13ce0aab36ce22a66 | 4f5faecdd8b31d96c7e8f9b9d385fb557538f63c | refs/heads/master | 2023-01-07T16:00:42.379710 | 2020-11-10T10:44:22 | 2020-11-10T10:44:22 | 303,319,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package poly.service;
import poly.dto.UserinfoDTO;
public interface IUserInfoService {
// 회원 가입 하기
int insertUserInfo(UserinfoDTO pDTO) throws Exception;
// 로그인 하기
int getUserLoginCheck(UserinfoDTO pDTO) throws Exception;
}
| [
"askillofgod159@naver.com"
] | askillofgod159@naver.com |
ca49aae6d752aa8809ac052ab0f499da273bac2b | 235d7b919fa4724b90dcc34e29e88cf13f408e1d | /src/main/java/com/websystique/springmvc/domain/Message.java | 1dce9f957e58a1993a1d5375c735f1a336dada4c | [] | no_license | tinchomt/demoproject | 474f14efbb7a03ab19fd3f6717ad67dd3b8435fa | e0b8f3c37da6c6ac94c957c3fe93a027e6793dd5 | refs/heads/master | 2020-09-14T03:41:21.930094 | 2017-06-19T12:51:54 | 2017-06-19T12:51:54 | 94,466,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.websystique.springmvc.domain;
public class Message {
String name;
String text;
public Message(String name, String text) {
this.name = name;
this.text = text;
}
public String getName() {
return name;
}
public String getText() {
return text;
... | [
"tincho.mt@gmail.com"
] | tincho.mt@gmail.com |
20468237815b22c9fb3e204ad0df20d5a087a50f | 28063374639dbaef52ac08130ab62a4888cb2166 | /src/cn/com/makejournal/newlife/platform/email/TestMail.java | f8e22f0f9d7c7b8715e17930913eea56d75ccdac | [] | no_license | GaysOfNewLife/makejournal-src | 36e0e1d4d0c6aaa69d48e35b94a965641aef6555 | 9f4ffd8d88a33a6a280bf349b1fa4ab953b140e8 | refs/heads/master | 2016-09-15T22:19:42.156868 | 2014-04-30T08:25:23 | 2014-04-30T08:25:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 528 | java | package cn.com.makejournal.newlife.platform.email;
import cn.com.makejournal.newlife.platform.email.service.IMailSender;
import cn.com.makejournal.newlife.platform.email.service.MailSenderImpl;
public class TestMail {
public static void main(String[] args) {
String content = "this is a test mail by cc in ja... | [
"463496006@qq.com"
] | 463496006@qq.com |
cf56bbd1805bb9321fa6aeea4798e743dc03aeb1 | ff944d1e8a78d9bbe4bcb8ef1aef46a99708c1b9 | /app/src/main/java/com/example/android/sunshine/app/widget/DetailWidgetRemoteViewsService.java | 2e257e0be1736af716c8ebaa450abeb10f3152dd | [
"Apache-2.0"
] | permissive | crazyhitty/sunshine | d7e72bca8f10e93a0047d2a7447204b7088f7e11 | 541fe7e7c7aa8f7227ea8b39900b529cdbd9828d | refs/heads/master | 2021-01-12T09:29:59.099043 | 2017-11-02T05:27:28 | 2017-11-02T05:27:28 | 76,168,925 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,940 | java | package com.example.android.sunshine.app.widget;
import android.annotation.TargetApi;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Binder;
import android.os.Build;
import android.util.Log;
import android.widget.AdapterView;
imp... | [
"cr42yh17m4n@gmail.com"
] | cr42yh17m4n@gmail.com |
bd5e651fe178fdf3f9e622bcd74bb882e96ffca7 | b6043f4b52b1cc28e12e4d4d1a7d734a1d59c4d7 | /src/main/java/com/ps/jhipster/service/dto/package-info.java | f5d7e8a92cc50b29ba3187b8412dc0429ce37b4e | [] | no_license | manvinirwal/demo | 3e2fa210f617ddbc17e71e6dc2e27c1779709672 | 8da3958156e6e7a59666b056772595bf2820e594 | refs/heads/master | 2022-12-24T18:54:09.694684 | 2019-12-16T05:57:04 | 2019-12-16T05:57:04 | 226,842,480 | 0 | 0 | null | 2022-12-16T04:41:07 | 2019-12-09T10:14:48 | Java | UTF-8 | Java | false | false | 71 | java | /**
* Data Transfer Objects.
*/
package com.ps.jhipster.service.dto;
| [
"manvi.nirwal@publicissapient.com"
] | manvi.nirwal@publicissapient.com |
7bea70c7663d970e80b059b948cc6971b736416b | 73953608d778745c19d93f3334ef0e38b3628338 | /src/main/java/javassist/bytecode/annotation/MemberValueVisitor.java | 1c99bb57b955a2fb5d0054faf4226a6b934ae91b | [] | no_license | N3wb13GG/N3wb13-s-Core | 4ccb002f95aee24f10fcd0c183fd7dbcc467e2d3 | c58e54eca2f8d08448ea02962be32eceab9b90a3 | refs/heads/master | 2020-03-07T18:36:40.031910 | 2018-08-06T04:20:50 | 2018-08-06T04:20:50 | 127,645,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,825 | java | /*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 2004 Bill Burke. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Alternatively, the contents of ... | [
"takayugg.0807@gmail.com"
] | takayugg.0807@gmail.com |
c5c57aaa782645a57c3076fae28c9c4b314182b6 | 208413a5372aff704a1076a2a8af232546ef0353 | /src/main/java/com/zhss/eshop/membership/domain/MemberLevelDetailDTO.java | d80de4d9e77e6d748ccc16abeb9b81e8071c4927 | [] | no_license | xiaoya0991/eshop | 6f5b8aa2c07dede919668713bf212fc61fc45fba | 1e48afa9bac957f37e18389a9950e8a3966c56be | refs/heads/master | 2022-06-24T16:16:45.199641 | 2020-02-29T12:55:47 | 2020-02-29T12:55:47 | 243,945,085 | 2 | 1 | null | 2022-06-17T02:55:43 | 2020-02-29T10:04:14 | Java | UTF-8 | Java | false | false | 2,965 | java | package com.zhss.eshop.membership.domain;
import java.util.Date;
import com.zhss.eshop.common.util.AbstractObject;
/**
* 会员等级变更明细
* @author zhonghuashishan
*
*/
public class MemberLevelDetailDTO extends AbstractObject {
/**
* id
*/
private Long id;
/**
* 用户账号id
*/
private Long us... | [
"zhss@163.com"
] | zhss@163.com |
bb263a9bf8f2059b0ab54058eaa492c8d4c4a0d4 | e8f58d7048ea07ee6ec7b7d00c01b9348f18410f | /Mainscreen.java | e49f599f8f606d9e952c30cfd4126fb1d24210f7 | [] | no_license | adiabhi1998/PlacementAssistanceSoftware | f77cd4c56b3097da224157fd2f388f5e449facc6 | df4d17105acbf29370c715b43504cd83b8ab553c | refs/heads/master | 2020-03-23T22:07:23.362575 | 2018-07-24T12:33:35 | 2018-07-24T12:33:35 | 142,154,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,201 | 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 softwareproject;
import java.awt.Color;
import java.awt.HeadlessException;
import java.sql.*;
import javax.swing.JFrame;
impo... | [
"noreply@github.com"
] | noreply@github.com |
f559c7fa5d33ae052de11f09abda82958b9713f4 | db595633f145359d8ab0c54ed43c01e690f70d98 | /Lec16_OOP.zip_expanded/Lec16_OOP/src/com/lec/java/oop07/InterfaceAAA.java | 0c21aff332062cf43543da98c0683b515fcbeeee | [] | no_license | jiwoo-yoon/JavaPrac | 486711445dd6b6301636da9ccf88995309a7acc1 | 81d6c4b3c5e79c0a1d5142b362c285275f0c277d | refs/heads/master | 2022-05-31T08:20:54.116346 | 2020-05-04T09:11:03 | 2020-05-04T09:11:03 | 259,175,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.lec.java.oop07;
// 인터페이스에 선언되는 모든 메소드는 public abstract임
// public abstract는 생략 가능
// 인터페이스에 선언되는 메소드는 본체({ ... })가 없음
// 메소드 선언 끝에는 세미콜론(;)으로 끝냄
public interface InterfaceAAA {
public abstract void testAAA();
} // end interface InterfaceAAA | [
"lsvn1541@naver.com"
] | lsvn1541@naver.com |
508ea6d31b3ec3337b2fac3aead16a3c9f67552c | 8b6df5a69a411cebfdd6770fd96fd066c0d5e347 | /traffics-marster/app/src/main/java/com/traffics_marster/mvp/model/MvpModel.java | 6bbd535d3662ce88fd0704b136ff40da7277898c | [] | no_license | lltamos/traffics-marster | d19540403e568c337271c380829cd64625e366a5 | 6eb975f38c57189fef913be66a173de3e1742210 | refs/heads/master | 2021-06-08T14:01:28.157919 | 2016-11-01T01:47:53 | 2016-11-01T01:47:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package com.traffics_marster.mvp.model;
/**
* Created by Litao-pc on 2016/9/7.
*/
public interface MvpModel {
}
| [
"907888614@qq.com"
] | 907888614@qq.com |
66bdbfc416134e5df42ff5c21e50d356654ff6a2 | dbc3f7e84b1d24873172f1e0cc0e0221dc4713e6 | /ldconditional/src/java/ldc/auth/SQLite.java | 197a24dc17a10588c896a11a1c41822326df73a7 | [
"MIT"
] | permissive | oeg-upm/licensius | 7851a328ed6c2d55e20b507c1a018765e3c5975f | d275dc51c79aeacee06c1ef7fcfcb2a9ede3e2a7 | refs/heads/master | 2023-04-27T14:15:37.268247 | 2023-04-16T15:27:13 | 2023-04-16T15:27:13 | 44,754,727 | 8 | 2 | MIT | 2022-11-16T01:55:14 | 2015-10-22T15:29:39 | JavaScript | UTF-8 | Java | false | false | 5,563 | java | package ldc.auth;
import java.sql.*;
import ldc.LdcConfig;
import org.apache.log4j.Logger;
/**
* Class to test SQLITE access
* It is recommended to have installed this software component: https://github.com/sqlitebrowser/sqlitebrowser/releases
* @author vroddon
*/
public class SQLite {
static final Logger lo... | [
"victorr@ac.upc.edu"
] | victorr@ac.upc.edu |
7000a943e9f6f232a0131d1bddbd79640b6e021e | b7f58de1893d1f0239817e87232061487148d56e | /base-im/message-common/src/main/java/com/base/message/common/param/SessionAddReq.java | f3bc2437518a3fcaed6421854e52c96bf88be849 | [] | no_license | suncompy/base | 7782cc84fbde3508ceaaf71a65cb5815e1e58943 | 9379bd19fdc3a17363715dc16faf4b965706f43e | refs/heads/master | 2020-04-01T04:02:50.235306 | 2018-04-21T13:14:27 | 2018-04-21T13:14:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | /*
* Copyright © 2013-2016 BLT, Co., Ltd. All Rights Reserved.
*/
package com.base.message.common.param;
/**
*
* @author 袁贵
* @version 1.0
* @since 1.0
*/
public class SessionAddReq {
private long userId;
private long peerId;
private int type;
/**
* @return the userId
*/
p... | [
"121932593@qq.com"
] | 121932593@qq.com |
9c91c92fd1c2d4749230b06e07648f8c13a4bbd8 | 7201b628b98ff945ef6dbb089b63f67f8d81ae86 | /template-web/src/main/java/cn/wzblog/web/interceptor/UniteResultInterceptor.java | 4f16842033c16b6e781c55e10adbbede2558c35f | [] | no_license | wei-zheng-9z/template | e14a7560b35b81caaf7eee076db41ff9091a6ac6 | 864557d60cccba3fda782d9ff0ff55b6aed9d2e6 | refs/heads/master | 2022-07-22T04:46:06.267148 | 2020-04-16T10:53:07 | 2020-04-16T10:53:07 | 253,744,590 | 0 | 0 | null | 2022-06-17T03:06:28 | 2020-04-07T09:17:39 | Java | UTF-8 | Java | false | false | 662 | java | package cn.wzblog.web.interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* @author zheng.wei
* @Description
* @create 2020-04-16 3:56 下午
*/
public class UniteResultInterceptor implements HandlerI... | [
"zheng.wei@wenba100.com"
] | zheng.wei@wenba100.com |
2f499524e0937026cc5b86cde01d604fbf8d7861 | dea9259d866337f713c8a18a1ecd35047f15f8e8 | /src/main/java/repair/model/Users.java | f1263fd56e369d1b6923bfca7c47a4e0cf2c2a45 | [] | no_license | AliyevRauf/Repair | 21d4ccd6eaa106f27f0f0d4f50cbae7c6bee1a15 | 4b3361cfdb7ce18783371045105f9c6c9f44a916 | refs/heads/master | 2020-03-23T05:24:45.715959 | 2018-07-16T13:42:11 | 2018-07-16T13:42:11 | 141,142,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | package repair.model;
import java.util.List;
/**
* Created by User on 7/10/2018.
*/
public class Users {
int branchId;
int branchUserId;
int userId;
int roleId;
String name;
String surname;
String email;
String tel;
String password;
String roleName;
List<Branch> branches;... | [
"raufaliyev40@gmail.com"
] | raufaliyev40@gmail.com |
dcf3d5611c7ae2807fadcfdcbdbe6c9c90d0adbf | af7efeb0cd39aa0611037b6c0f7bebde2c988d2a | /src/main/java/com/mpxds/mpComunicator/util/cdi/MpViewScopedContext.java | c5f108ef99bc61862c7707dd06f9e40c0c15693c | [
"MIT"
] | permissive | marcusvpr/MpComunicator | e81b730a18ee17be1c0d293d2245f1ba88fbfd01 | 81ff80e96664e510422b6a623a2a202ac2c75940 | refs/heads/master | 2023-02-12T15:29:12.979214 | 2023-01-25T20:57:26 | 2023-01-25T20:57:26 | 61,492,959 | 5 | 5 | null | 2023-01-25T20:57:28 | 2016-06-19T17:58:27 | Java | UTF-8 | Java | false | false | 5,039 | java | package com.mpxds.mpComunicator.util.cdi;
import java.lang.annotation.Annotation;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import javax.enterprise.context.ContextNotActiveException;
import javax.enterprise.context.spi.Context;
import javax.enterprise.context.spi.Contextual;
import javax.en... | [
"marcus_vpr@hotmail.com"
] | marcus_vpr@hotmail.com |
75813cc33afebbe1a6b876c85d6c836263ce0f18 | 912dcd0869e14ff29bdd06b86fe9eafab0076dda | /Step1ToAndroid/CreateProjectAndroid/app/src/test/java/com/zero/to/taisino/createprojectandroid/ExampleUnitTest.java | 69214b494200771bf2fde8aaf85eb679ab556854 | [] | no_license | tai-sino/Android | 441868448b6192e30d7e168bb97b29743885c839 | 79a3e0ba5facd023e651dabcb69883aa3857ccd0 | refs/heads/main | 2023-06-28T00:37:34.729721 | 2021-07-29T13:53:32 | 2021-07-29T13:53:32 | 389,251,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.zero.to.taisino.createprojectandroid;
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 {
@Te... | [
"taisino291@gmail.com"
] | taisino291@gmail.com |
148140bb211c168531a679ede98853a87204213d | 20311c6ff56e6331bfd606f8f861166b30487c95 | /src/main/java/com/lds/orm/dorm/common/Constants.java | a940b490f5fc4777e49eb8daac934b7c0a449029 | [] | no_license | goodshun/dorm | 669f1bc34350430f83ec9ac68dbec70536bdcad5 | 83eee9f1d9017c202ef0f5ccb466dd969cebdcae | refs/heads/master | 2020-03-22T19:33:12.318254 | 2018-09-18T03:26:16 | 2018-09-18T03:26:16 | 140,536,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,551 | java | /**
* Copyright (c) 2017, lds 刘东顺 (994546508@qq.com).
* 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 Apa... | [
"994546508@qq.com"
] | 994546508@qq.com |
19d4c551b18375cf2d7a6cfa9faf2e38f1cf61ce | 678ef49c9edf2b5d9b9af36d9f176e3e47d5f66a | /Dersler/src/Chapter07/InsertionSort.java | 426f7022baa9a3ede0f9b5d2f1cb11d2ea8d6bdb | [] | no_license | enginayna/Java_Examples | 6a93a4b88ff303988f5c4241391eece3a4df0418 | 0c5b503b0fe15e02a59d4e66ee5b6c08226def2e | refs/heads/master | 2020-04-13T17:17:35.165583 | 2019-03-10T23:09:31 | 2019-03-10T23:09:31 | 163,344,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package Chapter07;
public class InsertionSort {
/** The method for sorting the numbers */
public static void insertionSort(double[] list) {
for (int i = 1; i < list.length; i++) {
/** insert list[i] into a sorted sublist list[0..i-1] so that
list[0..i] is sorted. */
double currentElement... | [
"enginayna@hotmail.com"
] | enginayna@hotmail.com |
de7e6c43c72e8742b17fb9f34d2e930d1d1c9557 | c9d4460b22f665b20e2ae490bc69d229fad49b11 | /seckillv2/src/main/java/org/seckill/utils/vedio/AliyunClient.java | 146593b80cf981f62ac300a888a08c0a5a715d02 | [] | no_license | Greatshunge/seckill | 8762835c513ed5fe2d34fd987b9f6a728893e65a | b9d393171e4f657d9f6770bb41f9ed01ec6e9c5f | refs/heads/master | 2021-05-08T04:15:12.231213 | 2017-10-26T08:12:15 | 2017-10-26T08:12:15 | 108,390,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,857 | java | package org.seckill.utils.vedio;
import com.aliyuncs.DefaultAcsClient;
import com.aliyuncs.profile.DefaultProfile;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.vod.model.v20170321.CreateUploadVideoRequest;
import com.aliyuncs.vod.model.v20170321.Cr... | [
"shunone@139.com"
] | shunone@139.com |
019fb6c061f0cca541912ad22016ff65f5cdb900 | 9df205ba36647cd4d62afa37d713e3942da6d27e | /src/chap13/sec4/Dish.java | 9df436fd13f54fee8e191e85fc3e7c2257e90bb5 | [] | no_license | DragonHee/basic-java-study | db326fb3f114340093e54027097afa51f7feb8ef | 6c716d62232619264079fc5a7342e95e55800e77 | refs/heads/master | 2020-12-01T16:19:46.054063 | 2020-01-14T11:10:36 | 2020-01-14T11:10:36 | 230,683,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44 | java | package chap13.sec4;
public class Dish {
}
| [
"yhk06262@naver.com"
] | yhk06262@naver.com |
b6da0e00fd34eeb60dd286f0648ecc70477483a0 | 8ccf8710fa3c9b868594aebba9c49ce73e012eef | /spring.boot.aop/src/main/java/com/mastering/spring/aop/aspects/GeneralAspect.java | 411259418f7eb84a28747e031b1f586be7b0fe2b | [] | no_license | shirishphatangare/Spring-Projects-Practice | ea0da80b97e29838df36f0b5638e473c31f2c1a7 | 7c8f517631c192f75e6f6b5f2147a672bd234688 | refs/heads/master | 2022-12-23T10:26:25.804343 | 2020-08-24T01:35:11 | 2020-08-24T01:35:11 | 199,329,887 | 0 | 0 | null | 2022-12-16T10:52:01 | 2019-07-28T19:42:02 | Java | UTF-8 | Java | false | false | 3,930 | java | package com.mastering.spring.aop.aspects;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.sl... | [
"sphatangare@gmail.com"
] | sphatangare@gmail.com |
3a361350bf68b40b2894668c4b7b51b0e8eed846 | 892789c09635ded35f9a01a77cf23ccce8983bf8 | /app/src/main/java/com/qifeixianapp/qfxdemo/Bean/TravelRequestListBean.java | dcf7a200baffbfeb35c2f025896fd0d75c5a66c4 | [] | no_license | a329336057/qfxdemo | 22e76dd53411bc6bd03b7cb194d6ff9495ee2eb0 | 47d92a141ae7854241bb5eab4a140a372d1faee1 | refs/heads/master | 2020-05-31T16:04:43.361873 | 2019-09-26T16:30:24 | 2019-09-26T16:30:24 | 190,372,515 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,546 | java | package com.qifeixianapp.qfxdemo.Bean;
import java.util.List;
public class TravelRequestListBean {
/**
* code : 1
* data : {"a":"1.1","list":[{"id":"897","name":"成都七日游","tourist_type":"1","start_city":"广安,重庆","end_city":"重庆国贸中心","integral_deductible":"12","brief_itinerary":"前5天免食宿","end_time":null,"ci... | [
"329336057@qq.com"
] | 329336057@qq.com |
d0b6cd0bc14e5ad7a7c5c374b2fb25f28c85f2d3 | e8f14c7ebb950a4a2dcb374b5513a64307d22ea3 | /Api/src/main/java/com/hudongwx/drawlottery/mobile/conf/mybatis/MyBatisMapperScannerConfig.java | fc81c72932f6612af348c14581d431f5dd834ad0 | [] | no_license | TOJavaweb/readbao | 8f8ca7b40db20bb3c893433b7736f778f30386ce | 6cc89519b6b4bc0849574d4d5ede40cdcc515d5b | refs/heads/master | 2021-01-21T20:38:18.744039 | 2017-05-24T07:09:12 | 2017-05-24T07:09:12 | 92,260,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,855 | java | package com.hudongwx.drawlottery.mobile.conf.mybatis;
import org.apache.ibatis.session.SqlSessionFactory;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.AutoConfigureOrder;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import... | [
"7444670@qq.com"
] | 7444670@qq.com |
4415aa8a8cbe0a6cb621c29771cb051793c49952 | a2d4cf198bb324a22fb290692eabfc73c8a1eae8 | /src/com/lanou/bookstore/collect/servlet/CollectServlet.java | db342d6db331854df5fd13843a78c970c76cf088 | [] | no_license | 930294112/BookStore | 5474e64076c667479e4382949f7513c7f31eebea | a0676b62f8657945b314ce7d14e1d2b0efdb7281 | refs/heads/master | 2021-05-07T20:38:15.792009 | 2017-10-31T01:44:51 | 2017-10-31T01:44:51 | 108,929,693 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,432 | java | package com.lanou.bookstore.collect.servlet;
import com.lanou.bookstore.book.domain.Book;
import com.lanou.bookstore.cart.structure.Cart;
import com.lanou.bookstore.cart.structure.CartItem;
import com.lanou.bookstore.collect.domain.Collect;
import com.lanou.bookstore.collect.domain.CollectItem;
import com.lanou.bookst... | [
"930294112@qq.com"
] | 930294112@qq.com |
4537d835590287533fabe7c80dc6531be1b5e838 | 68ea990762e5ea7559b81adb42dd8f48ee2df088 | /《设计模式之禅》/src/main/java/com/loodeer/pattern/interpreter/eg1/Expression.java | ab0e55714e835cefe9003e8c541c0caf577e78f9 | [] | no_license | loodeer/TechnicalBooks | c574a06e1840bf033b43bb7338c3ff01a0c0c718 | 93592586ddbf9e5076b59c502afa405f2d67bfcd | refs/heads/master | 2020-04-13T19:40:25.301541 | 2019-03-11T17:27:01 | 2019-03-11T17:27:01 | 163,409,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.loodeer.pattern.interpreter.eg1;
import java.util.HashMap;
/**
* @author loodeer
* @date 2019-02-20 23:05
*/
public abstract class Expression {
public abstract int interpreter(HashMap<String, Integer> var);
}
| [
"751564347@qq.com"
] | 751564347@qq.com |
7bdafca12982e8270cf2c923242a59ce79c5bc1c | a47715283ab3c4b9807893461590bffd1a3cf4d4 | /Andriod/Lab10/app/src/androidTest/java/com/bigbang/bastolasushil/lab10/ApplicationTest.java | bcf2274cf85abf085864aae7f9194345fb3b68cb | [] | no_license | suzilxptr/Software-Structures-and-Model | dc1c50a91c24b584f19d8b5692aecc797699158d | c4285ea98e010d042bd9002c368e06552c2b67bc | refs/heads/master | 2020-12-24T18:51:12.733109 | 2016-05-03T07:59:38 | 2016-05-03T07:59:38 | 56,612,704 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.bigbang.bastolasushil.lab10;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {... | [
"suzilxptr@gmail.com"
] | suzilxptr@gmail.com |
3e80e9050aa9af0999ce8ebc90606e6d2dfc6a21 | 311c530af4d7a844e89baa18c0041ff422ace4e3 | /2019상반기에푼것/삼성SW(백준)/16234.java | a91ab2cda76dadaf674b0d6e4b8e826703d53676 | [
"MIT"
] | permissive | jonghwajoa/ProblemSolving | 7bf9a645300fbd32b4a0b10c08f66cb201611ea6 | e852aa90e13d034816a2493866fb070d25f32520 | refs/heads/master | 2021-06-26T22:12:58.328349 | 2020-10-10T09:52:29 | 2020-10-10T09:52:29 | 161,300,286 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,206 | java | import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
public class Solution {
final static int[] mx = { 0, 1, 0, -1 };
final static int[] my = { -1, 0, 1, 0 };
static int N, L, R;
static int[][] map;
static Point next;
public static void main(String[] args) {
final Scanner sc = new S... | [
"jonghwa0710@naver.com"
] | jonghwa0710@naver.com |
6880d5bc7fe002498c70d4403f962ca50603eccc | f2de342ec0e359d55c5f9d1fc15e4f7d7f4d24c5 | /cryptoBot/src/main/java/com/binance/api/KlinesAPI.java | af8b601aa46c81e8aa130ad29481329fb4fd12b3 | [] | no_license | gsnurr3/Binance-Crypto-Bot | 95509795a561ab164a9fa3eeb05872f9576b08a4 | 1ef10b03dbde6dbe500ad5a1482130536f858461 | refs/heads/master | 2020-06-16T22:12:18.362135 | 2019-07-28T12:46:11 | 2019-07-28T12:46:11 | 195,718,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package com.binance.api;
import org.springframework.stereotype.Component;
/**
* KlinesAPI
*/
@Component
public class KlinesAPI extends BaseAPI {
private final String KLINES_ENDPOINT = getBASE_URL() + "/api/v1/klines";
private String symbol;
private Long startTime;
private Long endTime;
private... | [
"gsnurr3@hotmail.com"
] | gsnurr3@hotmail.com |
947593780124aa233d74a5d229189467acab0089 | 3843079538adab2401266492cda882d3829ac62d | /Basis/heima/04/Collections/_02Sort.java | 2085226cfdd962efe823e8485e1400e3a588128f | [] | no_license | Asianwyz/Java_Path | 755829c3bf0f143440a48b30bbacf22f564f2de0 | f4b90c83e5c22b571f651d02ebf8fbf988a59e07 | refs/heads/master | 2020-04-29T18:03:47.100421 | 2019-06-27T13:24:30 | 2019-06-27T13:24:30 | 176,313,103 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | package heima.Collections;
import java.util.ArrayList;
import java.util.Collections;
/*
- java.util.Colletcions 是集合工具类,用来对集合进行操作。部分方法如下:
- public static <T> void sort(List<T> list) : 将集合中元素按照默认规则排序。
注意:
sort(List<T> list) 使用前提
被排序的集合里边存储的元素,必须实现Comparable,重写接口中的方法compareTo定义排序的规则
... | [
"asiawyz@icloud.com"
] | asiawyz@icloud.com |
18d490dad79efb88bdbffbd45c5977624524fc36 | ea263a8e5b92ebc9ab05a0adb72d2f6aa108636a | /InformationHandling/src/main/java/entity/impl/TextComponent.java | e3e9ae3503a2a246f2186416518aba9515ef7d04 | [] | no_license | Boginsky/EPAM | fcc55d677d0016f3dfbaacea8670c76394d28952 | 260b9bee78f7565c345a03065a934701698d9095 | refs/heads/main | 2023-08-26T13:39:56.673107 | 2021-11-01T07:42:33 | 2021-11-01T07:42:33 | 370,820,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,738 | java | package entity.impl;
import entity.Component;
import entity.ComponentType;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.ArrayList;
import java.util.List;
public class TextComponent implements Component {
private static Logger logger = LogManager.getLogger()... | [
"boginsky.kirill.workspace@gmail.com"
] | boginsky.kirill.workspace@gmail.com |
9a95d35d7189c3222620d6b248c112e2e011b2d9 | ebcd312b6bde0e75546c39b9622bbdf697005ff8 | /RESTWebService/src/com/test/materiales/MiServletREST.java | 15b2754b8f5f3fae9310cc4fec2ac130ca7d44d0 | [] | no_license | jemaji/ADFBCREST | a74e47a14360e4674869aa8a9490bead3370d9c7 | 6c22b1864d64719e0136f2177fe45f9158f3b9d2 | refs/heads/master | 2021-01-17T22:10:05.899742 | 2017-03-14T15:18:28 | 2017-03-14T15:18:28 | 84,189,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,015 | java | package com.test.materiales;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.*;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.*;
@WebServlet(name = "MiServletREST", urlPatterns = { "/miservletrest" })
public class MiServletREST extends HttpServlet {
private st... | [
"jmateosj@gmail.com"
] | jmateosj@gmail.com |
8cb5049b2d0e3b176a922a8d97700737aff12230 | d404f94452b68d02cae13313b8d699b761569981 | /src/main/java/com/smmall/entity/UserFormMap.java | 9a1cf4cf9a6b13b624c33295df1d9045315b5c17 | [] | no_license | shangmabrother/shangmashop | 649f8a321de1584016f0ab1a30675c833f93aa52 | 5b1b10aaa58219a7cab2d68cf58fc7371e1a24b2 | refs/heads/master | 2021-01-10T03:48:27.008056 | 2015-11-17T17:11:40 | 2015-11-17T17:11:40 | 46,360,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package com.smmall.entity;
import com.smmall.annotation.TableSeg;
import com.smmall.util.FormMap;
/**
* user实体表
*/
@TableSeg(tableName = "ly_user", id="id")
public class UserFormMap extends FormMap<String,Object>{
/**
*@descript
*@author liuyaliu
*@date 2015年11月15日
*@version 1.0.0
*/
private static f... | [
"308690763@qq.com"
] | 308690763@qq.com |
b39c448a4e1425d75eb85b23e62bc4dc20fa0b14 | 2e346a6482a11fb72a3db0eb89f7a74e53f51309 | /ejerciciosopcionales/src/ejerciciosopcionales/ModeloDispositivo.java | 3024f91f0b571f4bedc5dc12a23a05234e1d7487 | [] | no_license | hectorfr95/ejerciciosOpcionalesIST | 2b091d9717513d02929be394a2a02a7655eb83c6 | b6e437d5107754c015c5048fa3eb71299f43b7af | refs/heads/main | 2023-03-21T03:24:05.852502 | 2021-03-14T12:00:28 | 2021-03-14T12:00:28 | 347,508,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,263 | java | package ejerciciosopcionales;
import java.util.Arrays;
import java.util.Calendar;
public class ModeloDispositivo extends MyM{
private String fabricante;
private Calendar fecha_fabricacion;
private int memoria_RAM;
private float promedio_batery;
private String [] protocolos_sec;
public ModeloDispositiv... | [
"noreply@github.com"
] | noreply@github.com |
f72c02c4f1e55c4c475643011a0287a9a3e45d1f | 0e6ba986210e7735e242b375a9da2872c9dda984 | /userCaseMybatis/src/main/java/com/study/model/User.java | 6be97f56d47fe210df257ce7154948637816ad74 | [] | no_license | cxx77/autoTest-java | 99b4150f21bf6b14b2618766399ac6112aeccfa9 | 17a529b35e6e3eceaef66bed6a741cdf83b3438a | refs/heads/master | 2022-06-28T14:09:03.350217 | 2020-02-11T02:47:41 | 2020-02-11T02:47:41 | 200,484,473 | 0 | 0 | null | 2022-06-21T02:46:43 | 2019-08-04T11:30:08 | HTML | UTF-8 | Java | false | false | 702 | java | package com.study.model;
import lombok.Data;
@Data
public class User {
private int id;
private String username;
private String password;
private int age;
private int sex;//0,1
private int permission;//0,1
private int isDelete;
@Override
//复写toString方法
public String toString()... | [
"838837654@qq.com"
] | 838837654@qq.com |
70afca736babf4b644183ddf203e54dca5446c3c | ff87a2596c3f1cc0fc05e3cc9120135aad05e619 | /randoop/randoop/ExecutionOutcome.java | dbd855ebdbbaca917678e973a9850c279b7f9cb3 | [] | no_license | moreiraJS/SafeRefactor | 46aaf8ae9552aff20a8e824a763ce013b9d0cba9 | 72b1bbfd0f371bb3dcce296706918904bf73abb4 | refs/heads/master | 2020-03-11T21:21:52.970557 | 2018-04-19T20:22:23 | 2018-04-19T20:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package randoop;
/**
* Represents the outcome of executing one statement in a sequence, including
* the value returned by the statement, or the exception thrown.
*/
public abstract class ExecutionOutcome {
String output = null;
public ExecutionOutcome() {
}
/** How long the associated statement took to e... | [
"gustavo.ufs@gmail.com"
] | gustavo.ufs@gmail.com |
cc0c45bdfe27c8e46d3cd9a0e026f656bd936247 | e055e08dd45bcfd78f97c8af59b031d237b5e05f | /src/com/nix/tryout/java8/lambda/MathCalc.java | d5111c50e8ffbd72601c79e05739b4bc5fb3e9ed | [] | no_license | nitinramachandran/Tryout | 7275210bc4214b8af92ff283b9776056e110048e | be5e4636d2f2663603f5e5cb6e39f904ca476841 | refs/heads/master | 2023-03-16T18:39:29.929335 | 2023-03-05T05:37:50 | 2023-03-05T05:37:50 | 180,221,986 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 98 | java | package com.nix.tryout.java8.lambda;
public interface MathCalc {
String calculate(String s);
}
| [
"“nitin.ramachandran@gmail.com”"
] | “nitin.ramachandran@gmail.com” |
f2cf2e2d2cc03e522668c77aabb101ddd58fc075 | 88796c50414012d3d975fd94c031a07dcc515c16 | /njau/service/UserService.java | f1edb6f0321310e759e9fdca5b45d9f0f4cf61bd | [] | no_license | Wangxiao21/javaweb | bf0c7828529def4a0546c334d711b557441b910c | f90810979c8e1a25eacdaa9e152a7027bee81c9d | refs/heads/master | 2021-01-02T08:13:16.067445 | 2017-08-01T06:36:36 | 2017-08-01T06:36:36 | 98,963,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package njau.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import njau.dao.UserDao;
import njau.model.Shop;
import njau.model.User;
@Service
public class UserService {
@Autowired
private UserDao userDao... | [
"470451642@qq.com"
] | 470451642@qq.com |
98ae56669890d691b76dfa1d64ef0ee6c4514500 | 69072dc8587d053542783dcf594118a07ae97f4a | /ancun-boss/src/main/java/com/ancun/boss/persistence/model/DupPhoneRep.java | 1f686876911977902f06ed079f1e77ca83fd9c2c | [] | no_license | hejunling/boss-dts | f5dac435796b95ada7e965b60b586eb9a45f14b9 | fa4f6caef355805938412e503d15f1f10cda4efd | refs/heads/master | 2022-12-20T12:35:41.683426 | 2019-05-23T12:21:15 | 2019-05-23T12:21:15 | 94,403,799 | 1 | 2 | null | 2022-12-16T03:42:19 | 2017-06-15T05:40:09 | Java | UTF-8 | Java | false | false | 4,552 | java | package com.ancun.boss.persistence.model;
import java.util.Date;
public class DupPhoneRep {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column DUP_PHONE_REP.PHONE
*
* @mbggenerated
*/
private String phone;
/**
*... | [
"hechuan@ancun.com"
] | hechuan@ancun.com |
fc28f1d2763a8c2e76025b5f1d0645e300fe4063 | 5dcc8466c9120051bd23b70913959dff12934b73 | /check_api/src/main/java/com/google/errorprone/hubspot/module/ModuleAwareChecker.java | 59dd6876333ea2d486df62950fa8e7fce83f0dac | [
"Apache-2.0"
] | permissive | HubSpot/error-prone | fb4bd5dc912dc30971ab7493ba097db18c99e56d | f4598641de6dca474e3febafd0b5be63c502e084 | refs/heads/hubspot | 2023-08-14T01:26:21.441669 | 2023-08-01T17:07:47 | 2023-08-01T17:07:47 | 218,842,902 | 2 | 1 | Apache-2.0 | 2023-08-01T17:07:48 | 2019-10-31T19:19:20 | Java | UTF-8 | Java | false | false | 759 | java | /*
* Copyright 2022 The Error Prone Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"mketelaar@hubspot.com"
] | mketelaar@hubspot.com |
ed963363df656c052e04c21e45f131890333e856 | aef38c3a5116b4945e4290c11f7b5f5945f3655d | /cmfz-admin/src/main/java/com/baizhi/cmfz/dao/MenuDao.java | 9023f705e153dd4f940d8e80d1418b4fe61e6f80 | [] | no_license | chenlox/- | 4f20d9af12775eae7fe339564f2b86ea40f65377 | eb13f07171ca45f725c34118879429ade15ee2e6 | refs/heads/master | 2020-03-22T06:53:41.784676 | 2018-07-12T12:11:38 | 2018-07-12T12:11:38 | 139,664,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | package com.baizhi.cmfz.dao;
import com.baizhi.cmfz.entity.Menu;
import java.util.List;
/**
* @Description 菜单 数据访问层接口,定义方法
* @Author 陈龙祥
* @Time 2018-07-05 09:58:30
*/
public interface MenuDao {
public List<Menu> selectMenu();
}
| [
"1360463840@qq.com"
] | 1360463840@qq.com |
d0ac59e75fdd60eb0b5ea6132eeea4bd49dd2997 | e7a732541a76203e0f042ee84009410c6a18d136 | /src/main/java/com/gft/bench/events/listeners/business/RoomChangedListener.java | dee90f4c54d9a6ef7de36dea778b395a7fe00d1f | [] | no_license | tommichalowski/chat | a1b5cc24402561bfec95ed06c50733574287be89 | 81e97ce4389d8b298e8ee16109614dd69d94c73f | refs/heads/master | 2021-01-21T04:48:03.801593 | 2016-06-02T15:57:20 | 2016-06-02T15:57:20 | 54,985,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package com.gft.bench.events.listeners.business;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.gft.bench.client.ui.Display;
import com.gft.bench.events.EventListener;
import com.gft.bench.events.business.RoomChangedEvent;
public class RoomChangedListener imp... | [
"tom.michalowski@gmail.com"
] | tom.michalowski@gmail.com |
1e2dddb36f12316a4281364a5873960a8bd4e27d | 98989263a60ec93d2aaf5504a59d0a1845d4f27c | /server/test/controllers/UsuariosTest.java | 2a874432823f4e07099554c975f025288b348616 | [
"Apache-2.0"
] | permissive | fernandolopes/projeto_play_tdd | 882ebc2d0ac8820595508c6a4144b0141540300c | 709b786fa23aed38f2292656de9dce52546fc343 | refs/heads/master | 2021-01-10T11:26:35.823160 | 2015-12-15T20:49:36 | 2015-12-15T20:49:36 | 48,068,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,573 | java | package controllers;
import com.fasterxml.jackson.databind.node.ObjectNode;
import org.junit.Test;
import play.libs.Json;
import play.mvc.Http.RequestBuilder;
import play.mvc.Result;
import java.util.Date;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static play.mvc... | [
"fernandolopes.s@gmail.com"
] | fernandolopes.s@gmail.com |
6252105c3dda510786b89de21ae675aad1d60f00 | 2aaae231df22b8041fc8fab3c8fd7720cbb67c28 | /designPattern/src/com/creativeType/factory/simplyFactory/tradition/order/OrderPizza.java | e11447dee0a5b9aec70f33c973cd14386604e3b9 | [] | no_license | orangePeel2018/DesignPattern | 1b5996ed3989fae9315851b4bfe3f8e245e5d9b6 | 7dd66ae53f35e9d619ef530475a9e5dd39d045ff | refs/heads/master | 2023-03-18T17:22:05.210261 | 2021-03-12T03:10:46 | 2021-03-12T03:10:46 | 346,895,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,334 | java | package com.creativeType.factory.simplyFactory.tradition.order;
import com.creativeType.factory.simplyFactory.tradition.pizza.CheesePizza;
import com.creativeType.factory.simplyFactory.tradition.pizza.GreekPizza;
import com.creativeType.factory.simplyFactory.tradition.pizza.Pizza;
import java.io.*;
public class Orde... | [
"1186421205@qq.com"
] | 1186421205@qq.com |
c478406624e76fb8e4a764acc31507ba78969a21 | 838576cc2e44f590d4c59f8a4d120f629969eedf | /src/com/sino/soa/td/eip/fi/gl/sb_fi_gl_inquiryouorganizationsrv/inquiryouorganizationsrv/InquiryOuOrganizationSrvResponse.java | c0b3b83bbd8f281d75abe463a3b1d754efd3a1d5 | [] | no_license | fancq/CQEAM | ecbfec8290fc4c213101b88365f7edd4b668fdc8 | 5dbb23cde5f062d96007f615ddae8fd474cb37d8 | refs/heads/master | 2021-01-16T20:33:40.983759 | 2013-09-03T16:00:57 | 2013-09-03T16:00:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,594 | java |
package com.sino.soa.td.eip.fi.gl.sb_fi_gl_inquiryouorganizationsrv.inquiryouorganizationsrv;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for In... | [
"lq_xm@163.com"
] | lq_xm@163.com |
e1248637aa6bc5a67a1aea68492f51ef101636c9 | 35db5cf88e1895062fcc2c765a0f8bb6db44629a | /src/it/unibo/sonarr/Sonarr.java | b5700985e8310aaeac7a488dc990bb07e88dc1ec | [] | no_license | ManuelBridda/RobotProject | 822fcbe4ba4f33e329918e5e9ab24e874705c70d | 8ca4b5082873e5e95157bb6c44eae8f8d2395e59 | refs/heads/master | 2020-05-22T09:43:25.827419 | 2019-05-16T14:05:30 | 2019-05-16T14:05:30 | 186,297,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | /* Generated by AN DISI Unibo */
/*
This code is generated only ONCE
*/
package it.unibo.sonarr;
import it.unibo.is.interfaces.IOutputEnvView;
import it.unibo.qactors.QActorContext;
public class Sonarr extends AbstractSonarr {
public Sonarr(String actorId, QActorContext myCtx, IOutputEnvView outEnvView ) throws Ex... | [
"mrac94@gmail.com"
] | mrac94@gmail.com |
77060c1b2748afceb647159c3ca3802fc46f3df7 | 6d9be843294f205b897989e22d361eee8e174211 | /Lec32_WebCrawl/src/com/lec/java/crawl11/Crawl11Main.java | 13e026a88ac8d9d1b2a039f9ffff2ac5c58a41f7 | [] | no_license | 0212kr/JavaWork | 3b08a044be13e6e5e255e5c44e6595036e3a90aa | 6cb7e957191a31fd8543912df228b0702f0d46ce | refs/heads/master | 2022-06-08T03:16:56.486718 | 2020-05-07T08:53:34 | 2020-05-07T08:53:34 | 259,173,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,050 | java | package com.lec.java.crawl11;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import ... | [
"0212kr@gmail.com"
] | 0212kr@gmail.com |
f10dc1755aac225ffac4c38d1d7405388dfdb696 | 6625af0e9729add704bd509aba59d61cf749a26e | /src/main/java/pl/coderslab/demo/service/impl/RoleServiceImpl.java | 7d039c38ae165aed738c13762660655780818142 | [] | no_license | mazurekIT/Wall-Control-Management | c74c1e99412d1a2882b02f411b4e7802dd017198 | 4e4a42ff76942f3ead809339e357b53b602f0522 | refs/heads/master | 2020-04-06T20:26:45.710950 | 2018-12-05T23:02:24 | 2018-12-05T23:02:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,063 | java | package pl.coderslab.demo.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pl.coderslab.demo.domain.Role;
import pl.coderslab.demo.repository.RoleRepository;
import pl.coderslab.demo.service.RoleService;
@Service
public class RoleServic... | [
"mazzi198913@wp.pl"
] | mazzi198913@wp.pl |
4a6d591bd99cf588ec53f9f2b3a29f25416a56b0 | 2bbe916e09670674397ff0eba62e20ee1b408eb3 | /src/com/company/TaoMENU.java | c7bc6f771846e41d7015c835765a0bc1567fa4b0 | [] | no_license | tuanpth1909/P_Tuan_Java | 694530a8227b18ec2d9a8d28a1be6a3c6af125aa | d793e6b6d0933d187b78322573fc958f2a98a658 | refs/heads/master | 2021-03-20T14:22:47.423467 | 2020-04-28T03:01:01 | 2020-04-28T03:01:01 | 247,213,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package com.company;
import java.util.Scanner;
public class TaoMENU {
public static void main(String[] args) {
Scanner nhap =new Scanner(System.in);
System.out.println("Vui long chon cai ban muon:");
System.out.println("1- Tinh chu vi va dien tich HCN");
System.out.println("2- Tin... | [
"60849085+tuanpth1909@users.noreply.github.com"
] | 60849085+tuanpth1909@users.noreply.github.com |
777096ae6d2072a84bed1802f1a5ff7af353feb9 | 7319c62abbdd402843520169b0372c161addef81 | /src/application/NewUserFormController.java | 39506a8864c7692d10ce95a91467a4b176b15f99 | [] | no_license | IamMarcIvanov/CabBookingAPP | 8162af9954de7d608ce6a983fa2c4d2bf6eaf30e | f941ce80ac73f7ddf4aac8692d05f25ee4bb7515 | refs/heads/master | 2022-11-30T07:33:00.899731 | 2020-08-11T18:07:55 | 2020-08-11T18:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,841 | java | package application;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.stage.Stage;
import javafx.event.ActionEvent;
import javafx.scene.cont... | [
"anirudhsood1999@gmail.com"
] | anirudhsood1999@gmail.com |
963296ca07cda7ae884485371fff9707a8a88897 | 59b43d8cbfac7ecbf98cf9d5611df82c09471c34 | /gestioncabinet-coreDB/ejbModule/miage/gestioncabinet/coreDB/UtilisateurDB.java | 096e0e310ee99a9d2e0479a73992a6d1629ab2c0 | [] | no_license | peltho/J2EE | fc989763f0116a2885b30a476319d123ab2c30db | bb4855049f0bb5bb8798e28000715b7276b4d66e | refs/heads/master | 2020-12-26T04:37:38.125146 | 2015-11-29T21:29:03 | 2015-11-29T21:29:03 | 46,668,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package miage.gestioncabinet.coreDB;
import java.io.Serializable;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.persistence.Table;
import miage.gestioncabinet.api.Utilisateur;
@Entity
@Table(name="Utilisateur")
@DiscriminatorValue("utilisateur")
public class UtilisateurD... | [
"boitutile@gmail.com"
] | boitutile@gmail.com |
9403dd48a274699e2cd7593447007343f9fff896 | c176740637a7ec766ba8306f2bdefbce920141a9 | /src/main/java/com/folksdevbank/service/AccountService.java | 914a3f8849376b9fedba5718a65862e0abd3d045 | [] | no_license | folksdev/folksdevbank2 | 2c6fa21e9fe338dc70e47a02b1fe07d60ba529c0 | a71a2824733a1e046702a21116c19ef57b771aa4 | refs/heads/master | 2023-03-10T17:54:52.667596 | 2021-02-28T22:43:04 | 2021-02-28T22:43:04 | 343,231,249 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,195 | java | package com.folksdevbank.service;
import com.folksdevbank.dto.AccountDto;
import com.folksdevbank.dto.AccountDtoConverter;
import com.folksdevbank.dto.CreateAccountRequest;
import com.folksdevbank.dto.UpdateAccountRequest;
import com.folksdevbank.exception.CustomerNotFoundException;
import com.folksdevbank.model.Accou... | [
"folksdevtv@gmail.com"
] | folksdevtv@gmail.com |
c8294a08ee9c1b65faa0a79ea3af2a49ae6c5d53 | 972f9185190f29306ded747d20d8af2776025d83 | /DragAndDraw/app/src/test/java/com/example/tranh/draganddraw/ExampleUnitTest.java | 41c58ad748505a7ab63aa2971169fe3d605f4675 | [] | no_license | haihttran/AndroidStudioProjects | 3a759cef2bda7746b70a1f6fcfd13cea313070d9 | 206fd51dff9fc0550265294e5a56210f44f3a46b | refs/heads/master | 2022-05-08T22:31:51.667418 | 2022-04-01T05:05:50 | 2022-04-01T05:05:50 | 104,834,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.example.tranh.draganddraw;
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
publ... | [
"tranhoangtruonghai@gmail.com"
] | tranhoangtruonghai@gmail.com |
13c93439a9b8eb3ff3244f052242d9d7c75d3179 | 6c17d8d500fd256f42c8cd9f07ba5587e79e68b2 | /MyNetty/src/com/netty/netty/client/SimpleChatClient.java | 007089d7452e7cc086bdd83382ca8b8364aa4d18 | [] | no_license | wgc00/Netty | 97fd5876817b78a9393467eff2ab7cd0325a4544 | a1321b442cc43d051178b9b3865d76738bc34a74 | refs/heads/master | 2020-05-07T22:37:18.228354 | 2019-04-13T09:02:46 | 2019-04-13T09:02:46 | 180,950,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,677 | java | package com.netty.netty.client;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.Channel;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.NioSocketChannel;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public cla... | [
"1264316333@qq.com"
] | 1264316333@qq.com |
3ec5d2fd623b19b98429fee0a44a0f0f95a1ef4d | 30a95a86bbbe17a2aa69ed4ef619c69b1c1b55f1 | /src/Test/Algoritme2Test.java | 981d333af545b090844e6e34f539aa297bf8ecc3 | [] | no_license | PimB93/Datastructures-and-algorithms | cb82335878bcec984287b5929e4d410d9e5e4202 | 359bc0ea211d5f2d84c8a4b63455ab84ce7c02c2 | refs/heads/master | 2016-08-04T00:20:10.665705 | 2013-12-18T15:45:01 | 2013-12-18T15:45:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 969 | java | package Test;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.HashMap;
import org.junit.Test;
import nl.saxion.*;
public class Algoritme2Test {
@Test
public void testAlgoritme2()
{
Algoritme2 alg1 = new Algoritme2();
alg1.alg2(1000);
ArrayList<Integer> lijstje = alg1.getLij... | [
"330915@student.saxion.nl"
] | 330915@student.saxion.nl |
abcd31fb355f65a0f1aacfb13f3841baa92fa863 | 7b47041db456de12c3257bee76d495fdb444ada8 | /kleedo/src/main/java/com/app/elitesample/utils/CircularButton.java | a9198fb69ca622105cbb1ebbcf06939bd816dd7a | [] | no_license | yuvraaz/Kleekdo-Decompiled | 53037b74d151e45ea6e855a166d130c727162000 | d7a5d188c2e36e4e4874f04809a33c703e92c319 | refs/heads/master | 2021-01-01T04:52:49.660870 | 2017-07-14T18:47:38 | 2017-07-14T18:47:38 | 97,263,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,130 | java | package com.app.elitesample.utils;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.os.Build.VERSION;
import android.support.v7.widget.AppCompatI... | [
"yuvraaz@amniltech.com"
] | yuvraaz@amniltech.com |
11038c7645e4a4b7ff6669116a44508d101c2ff2 | de3c2d89f623527b35cc5dd936773f32946025d2 | /src/main/java/com/tencent/android/tpush/common/Constants.java | 16f9369c771edb91a4aa6c0565e40d20aa0897ce | [] | no_license | ren19890419/lvxing | 5f89f7b118df59fd1da06aaba43bd9b41b5da1e6 | 239875461cb39e58183ac54e93565ec5f7f28ddb | refs/heads/master | 2023-04-15T08:56:25.048806 | 2020-06-05T10:46:05 | 2020-06-05T10:46:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,543 | java | package com.tencent.android.tpush.common;
/* compiled from: ProGuard */
public class Constants {
public static final String ACTION_BROADCAST_ACKNOWLEDGE_ACK = "com.tencent.android.tpush.action.BROADCAST_ACK";
public static final String ACTION_FEEDBACK = "com.tencent.android.tpush.action.FEEDBACK";
public s... | [
"593746220@qq.com"
] | 593746220@qq.com |
09e1cbd21056e59a74d2d87487c6d9d714a097cb | f4988e57874a14167eba7fe9a878bce83523ade8 | /src/test/java/net/kaczmarzyk/JoinE2eTest.java | 24502307a75f1b65cff674555438fecbeaf67bd5 | [
"Apache-2.0"
] | permissive | alucryd/specification-arg-resolver | 8de20ee3e79737e65371421f1dfb2f3e9f985925 | d95a30b6a26a66199186c4cdfa86e3971078aa7b | refs/heads/master | 2020-03-27T03:25:57.295899 | 2018-10-19T13:05:59 | 2018-10-19T13:05:59 | 145,861,596 | 0 | 0 | Apache-2.0 | 2018-08-23T14:01:10 | 2018-08-23T14:01:09 | null | UTF-8 | Java | false | false | 5,929 | java | /**
* Copyright 2014-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"tk"
] | tk |
9b1fc145aebc51cc31cc23ea00986515868145ba | 828f77e97a5e12df330c06c8a3f699d183597fc9 | /app/src/androidTest/java/com/ananth/notificationsample/ApplicationTest.java | 8ee0e921c3e8360272436112b467d9e605e05cba | [] | no_license | ananth10/NotificationSample | 2383c261bd9336e281e654e30342e3a16b3c5240 | bf0dc4d89c06bd37000e0ea7539db972363b25fc | refs/heads/master | 2021-01-09T20:42:48.470066 | 2016-06-26T08:08:17 | 2016-06-26T08:08:17 | 61,634,982 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.ananth.notificationsample;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"atom.ananthababu@gmail.com"
] | atom.ananthababu@gmail.com |
b14a013d9a86d148e2cd5e72d883f91b64528bd2 | 284f5afaee2b887dc60a70523733ffd74a0df565 | /06.09.2021./GlavnaKlasaZoo_06.09.java | 47d509594e27729dbc0baa332531a4248c6755ce | [] | no_license | JelenaDabetic/Domaci_zadaci_QA | ef4bd136b370899feb46b4af95ac93260d580545 | 7cc547d9adb90b7c73278aa6f8efebe133b933c6 | refs/heads/master | 2023-07-27T10:34:15.283085 | 2021-09-19T14:07:03 | 2021-09-19T14:07:03 | 408,145,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,554 | java | package domaciZooVrt;
public class GlavnaKlasaZoo {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*
DOMACI
Zooloski vrt
U zoovrtu obitavaju razne zivotinje. Sve imaju svoju vrstu (kicmenjaci, beskicmenjaci),
konkretan naziv i cime se hrane.
Ribe su kicmenjaci koje k... | [
"jelena.dabetic93@gmail.com"
] | jelena.dabetic93@gmail.com |
90494479c032c8b664a3f88c95c3f09644f66822 | 3333479f31edce23a35ec44b22fb090d54fbabb0 | /redis/src/main/java/com/study/redis/config/RedisMessagePublisher.java | 723dc0b73aef553428f7ac1203c94851c1c95062 | [] | no_license | weduls/spring5 | 641d818ead7fab6d71c5a7023dab7d634953880e | 4629a1f7b632eb9a145e9f935c57a52ec360390c | refs/heads/master | 2020-07-03T14:53:00.026941 | 2019-08-21T14:05:43 | 2019-08-21T14:05:43 | 201,943,150 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package com.study.redis.config;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.listener.ChannelTopic;
import org.springframework.stereotype.Service;
/**
* spring-boot-study
*
* @author wedul
* @since 2019-08-21
**/
@Service
public class RedisMessagePublisher {
... | [
"wedul.chul@gmail.com"
] | wedul.chul@gmail.com |
df88fba3067a27f0555828848a782b92040214bd | 4ea60a2e6084be01beb17de8e967bfac3718df4f | /src/doc/db/dao/DepartmentDao.java | 1e6e8bfa630b37f3c22d8a8457228bc8e31c4fc1 | [] | no_license | greeca0204/File_MIS | 95584dd71038832e41b0c6fcb36ab2d99e0b247f | d342af52163ec30b580bc4826ecb7aa7ecb09970 | refs/heads/master | 2021-01-15T10:26:16.727199 | 2016-04-04T04:10:42 | 2016-04-04T04:10:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,748 | java | package doc.db.dao;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import doc.beo.Department;
import doc.db.DBConn;
public class DepartmentDao {
/**
* 所有角色
*@param
*@return List<Departments>
*@exception 异常类名 说明
*/
public List<Department> getAll() throws SQLException {
Li... | [
"greeca@foxmail.com"
] | greeca@foxmail.com |
6cdadd9391f5f1cd4ebbe121eba42d1eaa39c85c | 7f261a1e2bafd1cdd98d58f00a2937303c0dc942 | /src/ANXCamera/sources/io/reactivex/internal/operators/flowable/FlowableTimer.java | e8b2484edd1995ad53fb6815097f7beaad0416c8 | [] | no_license | xyzuan/ANXCamera | 7614ddcb4bcacdf972d67c2ba17702a8e9795c95 | b9805e5197258e7b980e76a97f7f16de3a4f951a | refs/heads/master | 2022-04-23T16:58:09.592633 | 2019-05-31T17:18:34 | 2019-05-31T17:26:48 | 259,555,505 | 3 | 0 | null | 2020-04-28T06:49:57 | 2020-04-28T06:49:57 | null | UTF-8 | Java | false | false | 2,450 | java | package io.reactivex.internal.operators.flowable;
import io.reactivex.Flowable;
import io.reactivex.Scheduler;
import io.reactivex.disposables.Disposable;
import io.reactivex.exceptions.MissingBackpressureException;
import io.reactivex.internal.disposables.DisposableHelper;
import io.reactivex.internal.disposables.Emp... | [
"sv.xeon@gmail.com"
] | sv.xeon@gmail.com |
b8983f86f9f4b23bb74c5ea948e67834ab7eb38e | 1d1d22dcf90feb04c21579cce7102d0ebdf145e9 | /src/main/java/blinovtask/inheritance/constructors/SuperCar.java | 7e41f6a0986cd46a2d507fd34d2705869cd39e55 | [] | no_license | veronikagor/learning | a5b419f81ac695941e1c7be5fd478d347fc00bb0 | 29672fdc3a49992f6d2cbe0785a5a67a30550d17 | refs/heads/master | 2023-02-18T03:02:49.360860 | 2021-01-22T16:10:20 | 2021-01-22T16:10:20 | 296,549,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package blinovtask.inheritance.constructors;
public abstract class SuperCar extends Car {
public SuperCar (String model) {
super(model);// //так как в классе-родителе Car нет конструктора по умолчанию,
// нужно явно вызвать через super другой конструктор с параметрами.
super.wheelCo... | [
"veronika.gordynets@gmail.com"
] | veronika.gordynets@gmail.com |
d36a41c939b7bc96bfc0e413af7e93f83004a4a1 | 090dfab8b16c4f4f232bd235e2e93cdc48ea86d2 | /StrutsSpringJdbc/src/main/java/test/task/user/crud/Crud.java | 16e7fe541bdaf97d3896c7025413521c5ae8d650 | [] | no_license | Andrew0117/struts | 2531193a97c0f251acd81a80218d1244873fac12 | 6bf1d14848e80ca76a9d56b760d63eab35a98789 | refs/heads/master | 2020-04-22T12:11:13.561319 | 2019-02-12T18:07:34 | 2019-02-12T18:07:34 | 170,364,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package test.task.user.crud;
import javax.sql.DataSource;
import java.util.List;
/**
* @author Andrey <Andrey at andrew.my@yahoo.com>
*/
public interface Crud {
List Select(DataSource ds);
int Insert(DataSource ds, Object o);
int Delete(DataSource ds, Long id);
}
| [
"andrey.gm.j@gmail.com"
] | andrey.gm.j@gmail.com |
fa8a1379066e7689da48a5e7d6847b4058e5c082 | 392b957a602bdeacff56c289c8e46a6faab6a8aa | /src/KmeansCalculator.java | b94edc9c5827777ec3b63d6cab0c21ff91df124b | [] | no_license | JasmineYJ/MCIT592_ColorScheme_Public | dde05c03acad37f93df7347a3faa7466f8bf1d67 | 78e9a48f1564c91628bdac4dd5129069ac431c82 | refs/heads/master | 2020-05-22T00:40:13.785046 | 2019-05-11T20:16:02 | 2019-05-11T20:16:02 | 186,177,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,090 | java |
import java.awt.Color;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Random;
/**
* This class is utilizing K-means algorithm to calculate the top N colors for
* an given image. The input information will be the integer array which stores
* every pixels' RGB values from user's image, ... | [
"noreply@github.com"
] | noreply@github.com |
8d9db10d07dc27bc72c607a50295fe86838e1a64 | e7db728990fdfdb7b180f46f61c65ce80993eeda | /app/src/main/java/com/dharani/firebaseexample/Track.java | fd1d0e28d563f8dcd06d09bf6e75ca424ad1ad25 | [] | no_license | Dharani16/FirebaseExample | 432d2f99b25a266f635ccfe7ab05a76430ba5060 | a30c27e03e1ea9c9e9f50c51ec69f3275b556a68 | refs/heads/master | 2021-01-25T09:31:57.515157 | 2017-06-09T14:36:08 | 2017-06-09T14:36:08 | 93,846,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package com.dharani.firebaseexample;
/**
* Created by LENOVO on 06/09/17.
*/
public class Track {
private String trackId;
private String trackName;
private int trackRating;
public Track(){
}
public Track(String trackId, String trackName, int trackRating) {
this.trackId = trackId;
... | [
"rdharani1606@gmail.com"
] | rdharani1606@gmail.com |
e92dd9a3c4f6fcb422bb7f91187bd3059800857b | 756234735a6ca88ea2685793d6d948c78230c7d7 | /src/main/java/com/yourcity/resource/EventResource.java | 52ddb59f7cd6a5b476e2ef91ebc488e913be1fb3 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | chuvashov/your-city | 6f36c72d40fe6e9af27f04333f90822ecd4be81d | 901d247c704fc59fb206e8927acb447bd9ccced2 | refs/heads/master | 2021-01-13T01:41:00.541520 | 2015-05-11T19:06:08 | 2015-05-11T19:06:08 | 30,143,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,867 | java | package com.yourcity.resource;
import com.google.gson.JsonArray;
import com.yourcity.service.EventEJB;
import javax.ejb.EJB;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
/**
* Created by Andrey on 18.04.2015.
*/
@Path("event")
public class EventResource {
@EJB
private EventEJB eventEJB;
@G... | [
"chuvashov.andrey@gmail.com"
] | chuvashov.andrey@gmail.com |
fc99b35573103d1ad0c46c17003025642abdf157 | fb0e741b8262af22d45073f98369a7be7fc62fd6 | /app/src/main/java/com/example/myitime/EditActivity.java | 2891cdb3dee476f47ebc847adf54cc79cb177c90 | [] | no_license | robot-qb/MyiTime | 81b07f793e07036614c32bf946b00ed98ccd2c56 | 3b0fdad1eadd5658824313d447849a78c8bbd985 | refs/heads/master | 2020-09-24T01:06:45.880265 | 2019-12-25T01:13:22 | 2019-12-25T01:13:22 | 225,625,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,231 | java | package com.example.myitime;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.constraintlayout.widget.ConstraintLayout;
import android.content.Inten... | [
"2466217976@qq.com"
] | 2466217976@qq.com |
a9fc6108bac41edbc2844b3b766754fcf8b8039c | 3490b9b8ec0b8849381a195c1bc7d6130870c225 | /src/jihee_dessert/Dessert.java | a0f05eb5a182fbf31cc45a0047866b190a8872b7 | [] | no_license | juyeong95/cafe | 3b7f160e533a45ed746d96debb279c7e72b8c2f5 | 6e8289163579812caa43ef061078db47e0deac79 | refs/heads/master | 2023-07-14T13:00:23.211872 | 2021-08-28T16:45:39 | 2021-08-28T16:45:39 | 400,704,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,317 | java | package jihee_dessert;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Scanner;
public class Dessert {
ArrayList list = new ArrayList();
Scanner sc = new Scanner(System.in);
HashMap map = new HashMap();
public void choice() {
map.put("크로플", 5600);
map.put("마카롱", 2500);
map.put("딸기조각케이... | [
"wlgml7997@naver.com"
] | wlgml7997@naver.com |
c5f90c475deae5a7871aac22d7bdf0042768286d | 593acb1b5099fb097a025d5a0709692db4b2c6df | /src/com/miage/urd8/RDVAdapter.java | 705e882eb9383ecb97121ce9e2a3aabb8bc3903c | [] | no_license | brit-and/urd8 | f261a135a7b41582c9097253b2bb07540eeeef36 | f8d4a53612dcabdbdbefe6c6f0aa69863804a702 | refs/heads/master | 2021-06-02T09:02:58.108303 | 2017-05-14T10:33:18 | 2017-05-14T10:33:18 | 34,279,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,396 | java | package com.miage.urd8;
import java.text.SimpleDateFormat;
import java.util.List;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
public class... | [
"bruno.rit@hotmail.fr"
] | bruno.rit@hotmail.fr |
ff78160371741e862e708e01645a4991499d7e1e | c7b286a921271e35c012ae9b3bf7ef13721b7748 | /src/com/madhu/project/AdminAction.java | f3862b651bb8e01f15973a08a11a5a4325c66b46 | [] | no_license | madhuunnam/OnlineBookStore | 84a40259b60209de0a422ee44421c37480b0b310 | a0327ea376e0beb83afafe4d0fd1b7dd1b2783f7 | refs/heads/master | 2016-08-09T21:49:39.305664 | 2016-02-07T00:54:08 | 2016-02-07T00:54:08 | 50,967,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,091 | java | package com.madhu.project;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.... | [
"madhaviunnam@192.168.1.5"
] | madhaviunnam@192.168.1.5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.