blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
96bd126a09ed7a7ed7c5ec6ce5c7c2b22985438a | a266dda6f8fdfd3db1a16814134e689fd197eb82 | /LiferayWorkspace/modules/liferay-7-logger-liferay-stack/src/main/java/com/liferaystack/logger/portlet/CustomLogWrapper.java | 44473a91f03204da3a64612ee9e9ce9edb8f0df5 | [] | no_license | iamsyedali/LiferayStack | 3419de857a0e0eb4c4cd81d320997cf7bb9a00db | a376dad301390314bf9570e0dd61b1c5171b597a | refs/heads/master | 2020-05-22T17:49:10.027720 | 2017-12-19T16:20:51 | 2017-12-19T16:20:51 | 84,706,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.liferaystack.logger.portlet;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogWrapper;
/**
* @author Syed Ali
*/
public class CustomLogWrapper extends LogWrapper{
public CustomLogWrapper(Log log) {
super(log);
}
@Override
public void debug(Objec... | [
"iamsyedali@users.noreply.github.com"
] | iamsyedali@users.noreply.github.com |
87a70e36833cfcdeffd74681d793af8938da7e88 | f3077ccb7a8609a140bb2a9760f2686e9c2eaea8 | /src/main/java/com/ryu/file_server/entity/PathWrapper.java | 6b7ea2d2868d2a64deca74923a5339e50fa6bac2 | [] | no_license | xiachong94/file_server | 4c4f65f8055dc01dc94dc904fa5c00bb57746979 | ce7ff10911b70d57bd1b54f5c95d256b554715a8 | refs/heads/main | 2023-07-14T07:08:29.332268 | 2021-08-16T06:39:17 | 2021-08-16T06:39:17 | 396,654,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,879 | java | package com.ryu.file_server.entity;
import java.io.IOException;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.Date;
public class PathWrapper {
private Boolean isDir;
private Date date;
private long size;
private Stri... | [
"liudong@xi-ai.com"
] | liudong@xi-ai.com |
16e369ffd516a991be63f5794347655c4598a8a4 | fa38a3b045c99e785009cbf4d5521884a9ba3529 | /HW3 ArrayQueue/ArrayQueueModuleTest.java | 77ff592a555549073f7dec018395c058ba90d8a0 | [] | no_license | RuzikHan/Paradigms | bbdf0b49db7850e8ebaa3374b5daf77b5c6eff18 | 3fc129835904e7c5aefba6659044a04f035efe20 | refs/heads/master | 2020-04-04T12:12:30.884715 | 2018-11-02T20:45:11 | 2018-11-02T20:45:11 | 155,918,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 528 | java | public class ArrayQueueModuleTest {
public static void fill() {
for (int i = 0; i < 100; i++) {
ArrayQueueModule.push(i);
}
}
public static void dump() {
while (!ArrayQueueModule.isEmpty()) {
System.out.println(
ArrayQueueModule.size() + " " +... | [
"dim.ionow@yandex.ru"
] | dim.ionow@yandex.ru |
c561c6c2862e265858120376576fcf03fa5a48b2 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/com/bumptech/glide/request/transition/ViewAnimationTest.java | 56f8566d30880b1d5b3401b2746767497ef31ae6 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 1,471 | java | package com.bumptech.glide.request.transition;
import ViewTransition.ViewTransitionAnimationFactory;
import android.content.Context;
import android.view.animation.Animation;
import android.widget.ImageView;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentMat... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
fb74dc988579fc7afd1be2f0560f87d1d0ab4cfd | d4fa4489b7bc4d934aa44fce7d73f2e9c9bc9541 | /src/day01/Hello.java | f28a5b59a9cbcdf9e6302301dd352edc99bace55 | [] | no_license | ruizhiJack/wushichuan | 6b90170c055825d04449984e9beb95abe9ea9422 | d1ec90a9f3c39ba6ec303b812e606259ddb83f6c | refs/heads/master | 2020-03-28T15:43:55.109815 | 2018-09-13T10:55:00 | 2018-09-13T10:55:00 | 148,620,609 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 140 | java | package day01;
public class Hello {
public static void main(String[] args) {
System.out.println("用户注册登录模块完成");
}
}
| [
"1334335836@qq.com"
] | 1334335836@qq.com |
6bdffcf5a742f640feacf583e4f67136bd71875a | 071a9fa7cfee0d1bf784f6591cd8d07c6b2a2495 | /corpus/norm-class/eclipse.jdt.ui/8271.java | 5d732dee7adbb083bfb162b25c8cc4753af8afa2 | [
"MIT"
] | permissive | masud-technope/ACER-Replication-Package-ASE2017 | 41a7603117f01382e7e16f2f6ae899e6ff3ad6bb | cb7318a729eb1403004d451a164c851af2d81f7a | refs/heads/master | 2021-06-21T02:19:43.602864 | 2021-02-13T20:44:09 | 2021-02-13T20:44:09 | 187,748,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,049 | java | copyright ibm corporation rights reserved program accompanying materials terms eclipse license accompanies distribution http eclipse org legal epl html contributors ibm corporation initial api implementation guven demir guven int ernet internet eclipse gmail explorer alternative short ening shortening abbreviation http... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
c8164a4edf69efa859be9bf7e28226621b683af3 | 1cd2e53b204e8598e3aada096a11d2324f430f3d | /src/test/java/com/jpa/admin/web/PostsControllerTest.java | d920688889c15250e15dcd31280b05f0f8347dff | [] | no_license | jwoo-o/springboot-jpa | d0a6a819d1bbff06c2aebca318e12cc797e9c354 | e1be1a0e0111aba72f3b0261da2fae5fb26ec02f | refs/heads/master | 2022-04-04T12:25:29.832116 | 2020-03-10T13:40:57 | 2020-03-10T13:40:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,934 | java | package com.jpa.admin.web;
import com.jpa.admin.domain.posts.Posts;
import com.jpa.admin.domain.posts.PostsRepository;
import com.jpa.admin.web.dto.PostsSaveRequestDto;
import com.jpa.admin.web.dto.PostsUpdateRequestDto;
import org.junit.After;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.L... | [
"dhwlsdn741@gmail.com"
] | dhwlsdn741@gmail.com |
d532e30af67316f5659cad09b096667e82a3cad3 | 75bb06996993ce18406e75f4ce6302d7b0cd3594 | /app/src/main/java/com/dlvjkb/locationaware/data/RouteMapper.java | 743f2a3b0c650ad6501b852911cb59a87007023f | [] | no_license | JanKeesBroekhuizen/LocationAware | bac04403a3db0516a8370f447341794573eed90e | fca3f58af09cfbe9fe9fe21bd4f5de7e01b6ea3e | refs/heads/main | 2023-03-11T05:37:08.305512 | 2021-01-21T18:18:57 | 2021-01-21T18:18:57 | 319,575,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,372 | java | package com.dlvjkb.locationaware.data;
import com.dlvjkb.locationaware.TravelType;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
public class RouteMapper {
public RouteMapper() {
}
public Route mapRoute(JSONObject responseJson, Array... | [
"jc.broekhuizen@student.avans.nl"
] | jc.broekhuizen@student.avans.nl |
35b2e7ffc70bde882d00816037cf675646667185 | 19e75335d03c4e71f5ece1194352ecb527280d5e | /src/com/duoxik/tasks/logparser/LogParser.java | 40e52196e7c02a786f0efcc494c4af5940353f3e | [] | no_license | duoxik/JavaRushProjects | cca56b78f216096dc8d5dc0816d425c9dd2f4372 | c41f68afcfd0bcb06b69f0d28e02632a9424b7bd | refs/heads/master | 2020-04-30T07:56:46.187796 | 2019-05-01T12:58:04 | 2019-05-01T12:58:04 | 176,700,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,376 | java | package com.duoxik.tasks.logparser;
import com.duoxik.tasks.logparser.query.*;
import java.io.*;
import java.nio.file.Path;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class LogParser implements IPQuery... | [
"duoxik@gmail.com"
] | duoxik@gmail.com |
baba958c7c078cdc267c0328ca3ef0aaac78bcfe | 4312a71c36d8a233de2741f51a2a9d28443cd95b | /RawExperiments/Lang/lang45/1/AstorMain-lang45/src/variant-209/org/apache/commons/lang/WordUtils.java | fb0b19fb4a17cc51e1c33b2c876bd98ab5112c6e | [] | no_license | SajjadZaidi/AutoRepair | 5c7aa7a689747c143cafd267db64f1e365de4d98 | e21eb9384197bae4d9b23af93df73b6e46bb749a | refs/heads/master | 2021-05-07T00:07:06.345617 | 2017-12-02T18:48:14 | 2017-12-02T18:48:14 | 112,858,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,011 | java | package org.apache.commons.lang;
public class WordUtils {
public WordUtils() {
super();
}
public static java.lang.String wrap(java.lang.String str, int wrapLength) {
return org.apache.commons.lang.WordUtils.wrap(str, wrapLength, null, false);
}
public static java.lang.String wrap... | [
"sajjad.syed@ucalgary.ca"
] | sajjad.syed@ucalgary.ca |
73651396b6803029f0732b5e43af4d3151820985 | ebf6fe1c24bd6ac8618ccd11a58aff0b937d21fc | /knowledgerecommend/src/main/java/com/zdhy/platform/knowledge/core/Entry.java | 24f193ba57359e1c2fcbac30fdcdc38b5a64c686 | [] | no_license | fenggnay/knowledgerecommend | 53f227c648e77f666e0de10d9149c80b6aa73e1a | 5f9db620678f2f43af3edc4d864af2f2265be43a | refs/heads/master | 2021-01-21T23:04:55.215603 | 2017-06-23T06:00:57 | 2017-06-23T06:00:57 | 95,188,500 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,312 | java | package com.zdhy.platform.knowledge.core;
import java.util.Comparator;
import java.util.List;
/**
* 计算数据类型
* @author kylin
*
*/
public class Entry {
private String label;
private List<Float> value;
private Double cosineV;
public String getLabel() {
return label;
}
public void setLabel(String label) {
t... | [
"kylin@192.168.10.115"
] | kylin@192.168.10.115 |
11eabce2dff598c3c74db8c05fa13f9f82d4e476 | c8417895a7b071e7b2cc07a6791357c5bffc7889 | /com/google/android/gms/internal/lm.java | d209fff06171ef33ba00cc0e8ac7d4da4a7e0dfe | [] | no_license | HansaTharuka/Explore | 70a610cac38469cddf2dc87c9f67dcd9a94f8d1a | b71eb84c57fb28b687ce6df4a69e14a3dcaf8458 | refs/heads/master | 2021-01-24T11:27:25.524180 | 2018-02-27T06:33:37 | 2018-02-27T06:33:37 | 123,083,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package com.google.android.gms.internal;
import com.google.android.gms.common.api.Scope;
public class lm
{
public static Scope[] d(String[] paramArrayOfString)
{
jx.b(paramArrayOfString, "scopeStrings can't be null.");
Scope[] arrayOfScope = new Scope[paramArrayOfString.length];
for (int i = 0; i < pa... | [
"hansatharukarcg3@gmail.com"
] | hansatharukarcg3@gmail.com |
637c2237e144738f10a0f295f819b85d0a8b4e4a | 501a27d21e3ff493c642f3a7db58a7b540d1a084 | /TravellingSalesperson2D.java | bd521e3c99afba94a253e9dfe32340a4420eab33 | [] | no_license | xavloose/KattisSolutions | b0861b30cd149ec44c0df1f977524fc125acb451 | 0d069c8c2a667dbb97ef3615058566d93d58ce65 | refs/heads/master | 2021-01-11T07:17:07.087930 | 2016-10-02T19:49:51 | 2016-10-02T19:49:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | import java.io.*;
import java.util.*;
public class TravellingSalesperson2D {
public static void main(String[] args) throws Exception{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
}
}
| [
"m_t_peterson@hotmail.com"
] | m_t_peterson@hotmail.com |
5b42c64d3f2f042d2227d3743dd2bebe230e94c3 | a95c012a196526be4c37b8c4b368abdd67b293f3 | /src/main/java/org/statnlp/example/descriptor/CandidatePair.java | 177a22d2deb8ae73fe2b76459cf0f8fadf8b782c | [] | no_license | leodotnet/statnlp-lihao | 11226c79a967b7bac7d9c8f877a8de4bda30b67e | c7ae97baa697327811aa7b682d34ec7033ddba1c | refs/heads/master | 2021-01-08T03:00:45.402006 | 2020-02-20T13:34:42 | 2020-02-20T13:34:42 | 241,891,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,490 | java | package org.statnlp.example.descriptor;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.jgrapht.Graph;
import org.jgrapht.GraphPath;
import org.jgrapht.alg.shortestpath.DijkstraShortestPath;
import org.jgrapht.graph.DefaultEdge;
import org.jgrapht.graph.SimpleGraph;
import org.statnl... | [
"lihao.leolee@gmail.com"
] | lihao.leolee@gmail.com |
2674d9848b805dfa36d0db57463ba34a00b32711 | 072333d70898c6328f5179e6a50a7e76dafcbb77 | /app/src/main/java/kr/ac/gachon/sw/petstree/certreq/ExpectCertActivity.java | 439a9864a07039fc83817ccb6b927422f6a47a7b | [] | no_license | yerinOneul/Pet-s-Tree | 4e6bf99f5cd1bb0d1ebf2f6da439ee1cfa14f220 | 8125b3953f27cf8f5a3209ba3a32e33df6c20b82 | refs/heads/main | 2023-05-14T15:12:53.990888 | 2021-06-12T05:56:07 | 2021-06-12T05:56:07 | 360,496,226 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,263 | java | package kr.ac.gachon.sw.petstree.certreq;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;... | [
"ddol0225@gmail.com"
] | ddol0225@gmail.com |
ae953fedaa70cbe39035a170e1306eefc07fe8b4 | 6c715db452ce89785257d6db12abd4c35c3afd59 | /BigIntegerFibonacci.java | 04600c652de840d77b1d8fa9516b47112090f462 | [] | no_license | Deiseng/Einfinf | dcc7c75ec5ec64887af3bf0ad2d10f54a22e58cc | 928bf9188ec18ecb1072e27c0a476014199c9f51 | refs/heads/master | 2020-09-30T22:30:15.396097 | 2020-01-13T12:47:27 | 2020-01-13T12:47:27 | 227,388,704 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,811 | java | /**************************************
Fib1(5)= Fib1(4) + Fib1(3)
---------------------------------------------
Fib1(4)=Fib1(3)+Fib1(2)
Fib1(3)=Fib1(2)+Fib1(1)
---------------------------------------------
Fib1(3)=Fib1(2)+Fib1(1)
Fib1(2)=Fib1(1)+Fib1(0)
Fib1(1)=1
------------------------------... | [
"noreply@github.com"
] | Deiseng.noreply@github.com |
0af799138c4076936fcd1fccc7891de294addf52 | c7153845e3fc9d429474c31e215bab58f2909d07 | /src/main/java/it/polimi/ingsw/Model/Exceptions/NotExistingGodException.java | c4a9994b51bc105b4a3dff56a40f19a41b3ce0cb | [] | no_license | martinapegoraro/ing-sw-final-project | 1d0461a79c46d4a7c4220bb6cf575bbfb0614915 | ba1ee78be27353b636a385158ba3a1e8c0e7890a | refs/heads/master | 2023-03-18T22:53:56.109263 | 2020-07-03T15:58:27 | 2020-07-03T15:58:27 | 343,871,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package it.polimi.ingsw.Model.Exceptions;
public class NotExistingGodException extends Exception {
public NotExistingGodException(String message){super(message);}
}
| [
"riccardo.pazzi@mail.polimi.it"
] | riccardo.pazzi@mail.polimi.it |
04b01f31ff9be9c0575945f672699f9c6bb33558 | 2069fed1279bcafbeb6db115a8106d5ca980ab86 | /redisson/src/main/java/org/redisson/RedissonLongAdder.java | c0faeda879f2cdbca88c4d63e319e7dbec174227 | [
"Apache-2.0"
] | permissive | jianqq/redisson | 75f96072a1a3e32084a5eb00909a5e76df46ad32 | 700dc2050c2ccf5103b10417ec2131586ae8f777 | refs/heads/master | 2021-05-11T04:51:40.199264 | 2018-01-18T06:06:34 | 2018-01-18T06:06:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,925 | java | /**
* Copyright 2016 Nikita Koksharov
*
* 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 agree... | [
"abracham.mitchell@gmail.com"
] | abracham.mitchell@gmail.com |
515390c4668afca516a3b39cbe8d35fd34babc48 | b40b5d199b797434aca802fe7c1fd672021ca1ea | /src/Lvl_8/ReversedSequence.java | 45ddfa4c3926f45a766012f7b6d5af255a8ae883 | [] | no_license | Szakalakazo/CodeWars | 0c87e3ec539ea8f1b57833a2448e0eb92ea7cb09 | 7b306bee85c7ae25eba0182e61c487cf3b2d5ae0 | refs/heads/master | 2020-04-08T08:38:38.603190 | 2019-02-27T20:49:17 | 2019-02-27T20:49:17 | 159,186,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package Lvl_8;
public class ReversedSequence {
public static int[] reverse(int n) {
int[] array = new int[n];
for (int i = 0; i < n; i++) {
array[i] = n - i;
}
return array;
}
}
| [
"tomek.starzak@gmail.com"
] | tomek.starzak@gmail.com |
3da394e11b0d993f10788335f63d68daf303303e | ce94c84e48837887a010e048f35cea63b729aeb3 | /konker.registry.services.core/src/main/java/com/konkerlabs/platform/registry/integration/serializers/EventVO.java | 401b26e8f940006d71bb67f726600ea2140008b4 | [
"Apache-2.0"
] | permissive | rzarref/konker-platform | 49ca311c9b2107423e9a450b8036a16c926d1250 | 4485490b41bf4db34a0e919c5863a9cc3dff3504 | refs/heads/master | 2020-12-02T16:43:49.562313 | 2017-06-02T14:27:00 | 2017-06-02T14:27:00 | 96,574,288 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | package com.konkerlabs.platform.registry.integration.serializers;
import com.fasterxml.jackson.annotation.JsonView;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.konkerlabs.platform.registry.business.model.Event;
import lombok.Builder;
import lombok.Data;
import lombok.experimental.Tolerate;
import j... | [
"andre@konkerlabs.com"
] | andre@konkerlabs.com |
e5901efa336afb6f59b7248326cffc5d948c3e60 | 471a1d9598d792c18392ca1485bbb3b29d1165c5 | /jadx-MFP/src/main/java/com/myfitnesspal/shared/event/PerformanceTimerStartEvent.java | 07abc853882f12065d1a6cda3e3b36aac959ecad | [] | no_license | reed07/MyPreferencePal | 84db3a93c114868dd3691217cc175a8675e5544f | 365b42fcc5670844187ae61b8cbc02c542aa348e | refs/heads/master | 2020-03-10T23:10:43.112303 | 2019-07-08T00:39:32 | 2019-07-08T00:39:32 | 129,635,379 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package com.myfitnesspal.shared.event;
public class PerformanceTimerStartEvent extends MfpEventBase {
private final String name;
public PerformanceTimerStartEvent(String str) {
this.name = str;
}
public String getName() {
return this.name;
}
}
| [
"anon@ymous.email"
] | anon@ymous.email |
508ad3010f084c8bc78315b3994a499d87add447 | 2fb21e853b4d922f7001d545a09cab9f0198d43c | /src/main/java/com/erbf/bugsLife/config/CustomUserDetailsService.java | 5b67af9cac75aee7bc87c4398c887106ec9d9dc6 | [] | no_license | BugsLIfee/admin-service | f2e86f5a5410af4ce48a9f8f0bcd43bb4de6511c | 14d08174d148d4f697bf86cc195de1ec885edc59 | refs/heads/master | 2023-01-10T05:00:42.488228 | 2020-11-23T10:39:03 | 2020-11-23T10:39:03 | 313,839,677 | 0 | 0 | null | 2020-11-23T00:28:53 | 2020-11-18T06:09:51 | Java | UTF-8 | Java | false | false | 618 | java | package com.erbf.bugsLife.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
im... | [
"dalsomin425@gmail.com"
] | dalsomin425@gmail.com |
5cb9206b280731328731e79dfefad40f8511e4b2 | 54f1ae12f718da6c70c14b495ff98e1739a581e9 | /app/src/main/java/com/demo/zk/myread/model/IGirlItemModel.java | 97e049985a55e23ddfb14fbec894ab20f4425c16 | [] | no_license | zkzqzzz/MyRead | 2e1317e79711cc8afda0ede1261777ae1adccd32 | d392802011ea6867e17783b1036ed3e47788d81e | refs/heads/master | 2020-04-18T13:48:22.098662 | 2016-09-09T09:09:21 | 2016-09-09T09:09:21 | 67,784,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package com.demo.zk.myread.model;
import rx.Observable;
/**
* ClassName:com.demo.zk.myread.model
* Author: zk<p>.
* Function:
* UpdateUser: <p>
* UpdateDate: <p>
*/
public interface IGirlItemModel {
Observable<String> getGirlItemData(String cid, int page);
}
| [
"1256019611@qq.com"
] | 1256019611@qq.com |
83682f63a6e811ca5da18b591130ec1c78b6d9de | a4029855999381b8cbdf74d567b3e1a4fcdc13dd | /FIINFRA-Common/src/main/java/in/fiinfra/common/utility/XrayData.java | 1b5ba00df17b5f6dfca45ff2a1dbd9821706daa6 | [] | no_license | saubhagya1987/myproj1 | 033acc59710417ab9db9b4981e7dc8eae9ee8384 | 41aa58225447e60bb9fc13985aad86bf39ba3241 | refs/heads/master | 2021-01-22T18:15:00.169659 | 2018-05-28T16:31:28 | 2018-05-28T16:31:28 | 85,070,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package in.fiinfra.common.utility;
public class XrayData {
private int partyId;
private int lastmodifiedBy;
private String xmlString;
private int buId;
public int getPartyId() {
return partyId;
}
public void setPartyId(int partyId) {
this.partyId = partyId;
}
public int getLastmodifiedBy() {
return lastmodifiedBy;
... | [
"saubhagya.bapu@gmail.com"
] | saubhagya.bapu@gmail.com |
31ee07f8f40ecb45154055c6e4adbb4458ba1d2e | 34d0d9b9b28d0b23f63d4b9d8c35cc6258f43905 | /osgi/bundles_test/regression_tests/http_servlet_test/src/org/knopflerfish/service/http_servlet_test/GetResponseTests.java | bd918040ed458c31b69155f220cb4919f34ce31f | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"CPL-1.0",
"LicenseRef-scancode-sun-bcl-sdk-5.0",
"Apache-1.1",
"LGPL-2.1-or-later"
] | permissive | knopflerfish/knopflerfish.org | e4784b2637f8c231003313a1dc26fdc80f045373 | c643174e9cf1ef89d15d6c0c34772587b6351b06 | refs/heads/master | 2023-01-22T11:38:06.779716 | 2022-05-31T17:53:07 | 2022-05-31T17:53:07 | 47,106,640 | 34 | 13 | BSD-3-Clause | 2022-05-31T09:06:38 | 2015-11-30T08:58:03 | Java | UTF-8 | Java | false | false | 2,363 | java | /*
* Copyright (c) 2015, KNOPFLERFISH project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list ... | [
"cl@makewave.com"
] | cl@makewave.com |
b78a017ca88ee8afd48b88588d4af74e340ca8f0 | 2d91fbd3ff43af29d74360ce7405fcc322b26a20 | /Customer.java | 9958a5286cd7352ac735186d1afd57f4ddbcda13 | [] | no_license | seymaazehra/inheritance-override-exercise | 4c80aed6a7a48ee4136aa315e2f48cd0153f03dd | f23154bdd645fa0cc18d65be8664ecb1067c2c66 | refs/heads/main | 2023-04-23T13:51:34.518624 | 2023-04-18T13:40:05 | 2023-04-18T13:40:05 | 366,419,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54 | java |
public class Customer extends Person{
}
| [
"noreply@github.com"
] | seymaazehra.noreply@github.com |
18af1a4aaf35b499ea320750bb3da08153eaf629 | 60a3a36d92653752175406b7528a954b8099257c | /src/br/com/relatorio/controller/GeradorDeRelatorios.java | e48c7edf52a64ad453916753e07d6201746caeb4 | [] | no_license | DeivisonMaster/relatorios-java | 0f407a7c75cbbbd1143cd05c43ebcc7c5234aad0 | 258e7d853dfcecc758c2a9b6c0a4e0e1ce2c76dc | refs/heads/master | 2020-04-15T06:23:07.051031 | 2019-01-13T20:01:22 | 2019-01-13T20:01:22 | 164,458,979 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package br.com.relatorio.controller;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import br.com.relatorio.util.ConnectionFactory;
import net.sf.jasperreports.engine.JRException... | [
"deivisonoliveira.info@gmail.com"
] | deivisonoliveira.info@gmail.com |
2f0aae82156d980a4a11232a8d07102d617c1764 | f2f5ab34f27e4006391b78713dc170ccb698f358 | /Leetcode/src/Anagram.java | f0cbe645555c34d8edcba412655f44f6052c6f3d | [] | no_license | liang121/java | 9a9076bb0f7edddcabce3d5b35f4f66d84699b83 | eb276eeebf4bd1a7ee8f157ccba09f834f0ca0c2 | refs/heads/master | 2021-01-10T08:38:48.784645 | 2016-03-08T15:23:47 | 2016-03-08T15:23:47 | 47,374,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | import java.beans.Visibility;
import java.lang.reflect.Array;
import java.util.ArrayList;
public class Anagram {
public static void main(String[] args){
String input = "Oh my-god!";
ArrayList<String> list = new ArrayList<String>();
reording(input,"",list);
System.out.println(list.toString());
}
public stati... | [
"liangmoyuapply@gmail.com"
] | liangmoyuapply@gmail.com |
4efe9dbbd6bacc9a263f0d8a6149d87379663ffc | 65f6b801c3adfb8201b692ebc56b8c9f4c074e80 | /app/src/main/java/com/example/schedule/model/Lesson.java | 68da763df66d1229e0fccb1f5eb2082d4e018966 | [] | no_license | IvanShamsiev/Schedule | 6862daa72cd83eddd34cd38391e418dafdc46e53 | a679f9043a19fdf2d3906060baaa08ff22fe9107 | refs/heads/master | 2023-01-15T20:26:38.128147 | 2019-09-23T21:22:31 | 2019-09-23T21:22:31 | 205,523,249 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,146 | java | package com.example.schedule.model;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.NonNull;
public class Lesson implements Parcelable {
private String beginTime, endTime, shortName, fullName, teacher, location, type;
public String getBeginTime() {
return beginTim... | [
"ivanshamsiev@yandex.ru"
] | ivanshamsiev@yandex.ru |
300010751b48ae5cd39ba746e90608abd2eb0554 | d8443cea1ae88ee71902b8317fd7030abf40c771 | /src/jiaojiang/leetcode2/onlinejudge/MaximumSubarray.java | 03ec52c573a3769008e4e155f38ffc68602542cf | [] | no_license | SouthKing/jiaojiang | 0858f868088dfa91c19409d55023a158b4b6613f | 5de8acb8b086adeb8e42d819356b6ed57493398c | refs/heads/master | 2020-07-15T07:07:16.136118 | 2014-02-09T04:15:05 | 2014-02-09T04:15:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | package jiaojiang.leetcode2.onlinejudge;
import utils.Utils;
/**
* @author: zhang
* @since: Jan 1, 2014 8:14:41 PM
*/
public class MaximumSubarray {
/*
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [?2,1,?3,4,?1,2,... | [
"gatechang@gmail.com"
] | gatechang@gmail.com |
35e5bdb48ad46913b256fab1db110f91b5937837 | 630723cec71b1e44da533cd89ae4190dadc3be21 | /app/build/generated/source/buildConfig/debug/com/example/pocketdevs/pocketcloset/BuildConfig.java | 26a9a8806b22c55c466bdff8167ba55e401fe2ad | [] | no_license | IbyHelmy/PocketCloset | d4a4818461588a80767be6a9967192f7e88da122 | 96fcbd388daff68decf5f1dd9bf3b90df77be2de | refs/heads/master | 2021-08-23T05:59:19.762562 | 2017-11-24T02:12:23 | 2017-11-24T02:12:23 | 105,204,344 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.pocketdevs.pocketcloset;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.pocketdevs.pocketcloset";
public static final String BUIL... | [
"Algawas@users.noreply.github.com"
] | Algawas@users.noreply.github.com |
243f128eb4a55559c8344bded67dadda1de06d4a | 0a9daed10a5891f6f51437647472a4293b028e02 | /src/com/cenmw/store/manager/service/MemberStoreManagerService.java | 5d6b79a5f7e87b175bdf9943fac5f957b0017f49 | [] | no_license | cenmw/sns1.0 | 7b65322b32fc013b0a5519ec6a0ab678f05b61dd | 08eec34a015b8e1e10ff3a08ff00d2306c9e5a33 | refs/heads/master | 2022-08-02T18:30:29.143206 | 2020-05-22T00:40:43 | 2020-05-22T00:41:36 | 255,610,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,252 | java | package com.cenmw.store.manager.service;
import java.util.Map;
import java.util.List;
import com.cenmw.member.po.MemberStore;
import com.cenmw.store.manager.dao.MemberStoreManagerDao;
import com.cenmw.util.PageBean;
public class MemberStoreManagerService {
private MemberStoreManagerDao memberStoreManagerDao;
publ... | [
"cenmiaowang@vipmro.net"
] | cenmiaowang@vipmro.net |
b456dd5be61fd875175c077019412da5b7a041e8 | f189156ba958b035328e8feebb8d0b9827e0d51b | /src/com/vakamisu/jndi/datasource/CustomerListServletWithDataSourceInjection.java | caa6b09d7cdf3d3a90dad20c6f2f44f1e09fadbf | [] | no_license | Odery/JNDI-practice | 86a9234bcd86628710b5922131e43bbbd008ff23 | 472246d2d9bbbb0935afd45f883f599c03e2126b | refs/heads/master | 2022-11-08T22:48:25.305637 | 2018-07-22T12:57:25 | 2018-07-22T12:57:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package com.vakamisu.jndi.datasource;
import javax.annotation.Resource;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.sql.DataSource;
import java.io.IOException;
import java.io... | [
"kammurimini@gmail.com"
] | kammurimini@gmail.com |
84c6136a9bdc9931043d1d59ad0a9996426f9539 | eff9c7b5af4105fc194b430e9bc28439797208aa | /src/main/java/applogic/UserInputListener.java | 49224cb7f904096609473abee588f3c8b4dc9b2e | [] | no_license | PauliNiva/Tetris | 02582e7cc52a8f0c249e8fa15d232865f50355b2 | cb79f9369f1997770c0f541f9f3c45589d08b042 | refs/heads/master | 2021-01-25T10:16:41.750794 | 2015-06-18T18:50:11 | 2015-06-18T18:50:11 | 35,285,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,626 | java | package applogic;
import gui.PlayingFieldGUI;
import java.awt.event.KeyListener;
import java.awt.event.KeyEvent;
/**
* Class for listening the inputs made by user.
*/
public class UserInputListener implements KeyListener {
private PlayingFieldGUI playingFieldGUI;
/**
* Creates the object that listen... | [
"pauli.niva@helsinki.fi"
] | pauli.niva@helsinki.fi |
06790da99b72b5622bdeedfbbf4c9c653c352a46 | 224ce7904c34e593c725728552368a6a9522d526 | /app/src/main/java/com/gwyve/Util.java | 002e12f5615e42ee5597eb3e4be55d01872c84a8 | [] | no_license | gwyve/DataWire | 1fcfbe718379bf5a468a28fc38a8d45d0f5dc112 | d446323f8506f82be3eb3c804010b6426dcfef7a | refs/heads/master | 2021-01-01T04:04:59.021748 | 2017-03-26T13:27:31 | 2017-03-26T13:27:31 | 56,240,854 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package com.gwyve;
import java.io.IOException;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.UnknownHostException;
/**
* Created by Administrator on 2016/5/4.
*/
public class Util {
/***
* true:already in using false:not using
* @param host
... | [
"359818086@qq.com"
] | 359818086@qq.com |
cc3e64642e856544bb90a3b651e0c7b0bbd7fc33 | aa3fc09a4a93cde0a7373a2dcdab4292bfe3fbf9 | /microservices/book-service/src/main/java/com/exception/message/BookExceptionMessage.java | 2d368309c4a54caf91b2cd31253188e7bcd24052 | [] | no_license | didrlgus/spring-cloud-practice | 2d876c3d6f0b523ed7cba76ea33d666e07926eaf | bceba6d9203ea19989e198e6c35b3d976183e98b | refs/heads/master | 2023-03-21T04:42:42.297041 | 2021-03-15T04:13:14 | 2021-03-15T04:13:14 | 336,301,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package com.exception.message;
public class BookExceptionMessage {
public static final String ALREADY_RENT = "이미 대여중인 도서입니다.";
public static final String INVALID_IDENTIFIER_VALUE = "유효하지 않은 유저id 입니다.";
public static final String INVALID_EXTENSION_COUNT_VALUE = "연장은 3회까지만 가능합니다.";
public static final S... | [
"rlgusdid@naver.com"
] | rlgusdid@naver.com |
22cfd0a82c583f664890cb9f4288ee8146e12581 | 4c536a08e7de713a5b4f1d08542f86bf725f93f2 | /employee/src/main/java/com/employee/service/EmployeeService.java | 623caf4d407d3540dab2599a6425c2eb1b117b60 | [] | no_license | Akanksha-sep/spring-boot-demo | 252fabecad072800e9511098dbe82d7ae8cd722f | 764992761202f88466ab1d511ea47e068743f907 | refs/heads/main | 2023-01-23T02:24:19.525307 | 2020-12-02T16:23:36 | 2020-12-02T16:23:36 | 317,918,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.employee.service;
import com.employee.model.Employee;
import com.employee.repository.EmployeeRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.sp... | [
"noreply@github.com"
] | Akanksha-sep.noreply@github.com |
cd75a20b8ebadcfa16700fc987f2ec74a798b166 | 1fadfb8e501f325086169e0ccfc7122aa7e4e5d2 | /src/com/newgen/ds/pattern/PascalTriangle.java | e61f775db1c78c7cf030965e948b09f40f9d2894 | [] | no_license | 1616ektagupta/Data-Structures | 4b16bef900da31514534e5e90d488e729254f19b | d303c931a0f138fa3294902f4915f7ee6cada553 | refs/heads/master | 2022-12-05T08:58:22.167904 | 2020-09-02T14:29:55 | 2020-09-02T14:29:55 | 292,307,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.newgen.ds.pattern;
public class PascalTriangle {
public static void main(String[] args) {
int n=5;
for(int i=0; i<n; i++){
for(int j=n-i; j>1; j--){
System.out.print(" ");
}
for(int j=0; j<=i; j++){
if(j==0 || j==i){
System.out.print("* ");
}else
System.out.pr... | [
"1616.ekta.gupta@gmail.com"
] | 1616.ekta.gupta@gmail.com |
4b787411c11e5d40631b0ad599473af51a624796 | 489089b39400b36ecc0dbe086ebea3ee7ab11dde | /src/main/java/com/litse/dbservice/exception/ErrorDetails.java | bf87b0e354aa6230236cd9a6a533d8a4f4a81ea5 | [] | no_license | muradexpert/DbService | 59c993abfbbce03cedf528a919661f6cc965b694 | e5fc55655e2df449108b2828f22ef2efb5b8dff2 | refs/heads/master | 2020-08-04T21:03:58.190499 | 2019-12-17T12:01:34 | 2019-12-17T12:01:34 | 212,278,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | package com.litse.dbservice.exception;
import java.util.Date;
public class ErrorDetails {
private Date timestamp;
private String message;
private String details;
public ErrorDetails(Date timestamp, String message, String details) {
super();
this.timestamp = timestamp;
this.me... | [
"memmedleemurad@gmail.com"
] | memmedleemurad@gmail.com |
f7f70f6ee66b6e456c4f019d0505e9820526647e | 5c69a35a98378bf1757fa02dd283d2237b7aa2f6 | /app/build/generated/source/buildConfig/debug/com/ehdiwow/ble/digitalictester/BuildConfig.java | b43189172854ded7c4ce12dcc7c31a0fe4d7fd4d | [] | no_license | pcmerioles609/ehdiwow | 7552240e62b110b031e58e1ae10418570f2202d4 | 0c6984d6e62e80cff5fe2be98d825f4b68fb7854 | refs/heads/master | 2021-01-10T05:30:20.043579 | 2015-12-31T20:54:04 | 2015-12-31T20:54:04 | 48,859,223 | 0 | 0 | null | 2015-12-31T19:17:58 | 2015-12-31T18:50:00 | null | UTF-8 | Java | false | false | 469 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.ehdiwow.ble.digitalictester;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.ehdiwow.ble.digitalictester";
public static final String BUILD_TYPE =... | [
"pcmerioles609@gmail.com"
] | pcmerioles609@gmail.com |
514b78538b1cfcd1861b7803abfaffcd0dde8cce | c4bc06d9d57bd3a3b90a3becb49f8902dc7c630a | /composite/src/File.java | d8bab355509caee7a5085143ae1618e55200f8c2 | [] | no_license | newlifehaonan/SE450-JPaint | 694d219151381855de78b14be18e7b433bf885d1 | 1156d4ec4e557df98fb56a5b0add0bacc0334c2f | refs/heads/master | 2020-03-29T12:46:44.672617 | 2018-09-22T21:00:26 | 2018-09-22T21:00:26 | 149,918,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | public class File implements IFileSystem {
String name;
String description;
int size;
public File(String name, String description, int size) {
this.name = name;
this.description = description;
this.size = size;
}
@Override
public String getName() {
return n... | [
"harrychen@loop-depaulsecure-253-233.depaulsecure-student.depaul.edu"
] | harrychen@loop-depaulsecure-253-233.depaulsecure-student.depaul.edu |
39d3eb87d791e0c58cc3263a4c054ccebee16bc4 | af88b38b0ab41c63c494aefc24d61ca27c3095e2 | /src/main/java/org/sqlite/util/QueryUtils.java | 123abcdddb671639cc0160df9d325879129788d7 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | xerial/sqlite-jdbc | ccdbe2773816af9ac6c8482dc3f3005137d164d1 | 526ec90cf17fa7c3884e47fc4f937dac15795b9b | refs/heads/master | 2023-09-03T00:42:50.522983 | 2023-08-31T05:55:36 | 2023-08-31T05:55:36 | 22,684,655 | 2,743 | 663 | Apache-2.0 | 2023-09-13T13:46:17 | 2014-08-06T14:01:00 | Java | UTF-8 | Java | false | false | 1,860 | java | package org.sqlite.util;
import java.util.List;
import java.util.stream.Collectors;
public class QueryUtils {
/**
* Build a SQLite query using the VALUES clause to return arbitrary values.
*
* @param columns list of column names
* @param valuesList values to return as rows
* @return SQL q... | [
"gauthier.roebroeck@gmail.com"
] | gauthier.roebroeck@gmail.com |
92fb5d57eea98b7d1065fa72a002e2a1286a3398 | eb9801c47cbe4436f0495688bc13ead3f49b7984 | /app/src/main/java/com/websoftquality/agaphey/views/signup/GenderFragment.java | 69c9bb286c252214fd3383676b77ca8f878c5e5f | [] | no_license | rajindermcsc/AGAPHEY-Android | f628c2278d1abe9333069714a34f5d3ffaa58952 | b39e1c7d6c5b5fea5abac4bc424c519bb4f33c2e | refs/heads/master | 2023-01-06T00:14:40.122120 | 2020-09-13T17:16:02 | 2020-09-13T17:16:02 | 311,039,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,508 | java | package com.websoftquality.agaphey.views.signup;
/**
* @package com.trioangle.igniter
* @subpackage view.signup
* @category GenderFragment
* @author Trioangle Product Team
* @version 1.0
**/
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bun... | [
"gshubham81@gmail.com"
] | gshubham81@gmail.com |
05aef2234da7e2150416c95bde3d1522b714fc1e | 7e8dd376a25dc7d59447969a5ced287d0e4a183e | /OperationEx/src/TriangleOperExTest.java | 473cf714da65c7220ea8efed517afad20ae6bd65 | [] | no_license | hyemijung/gitRepository | 45d03c6db43beb758724078d11ad6c6dd1cad408 | 6770053ef311a58226cf42f25ecf6f35f0c67f4e | refs/heads/master | 2020-04-13T03:51:52.929149 | 2019-05-01T09:31:55 | 2019-05-01T09:31:55 | 162,944,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java |
public class TriangleOperExTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
// 삼항연산자
// 표현식
// (조건식) ? 식1 : 식2
// ex: 변수= (조건식) ? 식1 : 식2;
int x = 0;
int y = 0;
x = 10;
y = -10;
int absX = (x >= 0) ? x : -x; // -> asbX = X;
int absY = (y >= 0) ? y : -y; ... | [
"hyemijung84@gmail.com"
] | hyemijung84@gmail.com |
8387399641ebf18cc4a24281b43da4f3e3cef952 | 61b047213718865316e2815e15a54925128799bb | /src/com/company/Main.java | 541e7480a3b1882260a92d5243f3fb016d41a72c | [] | no_license | alisa-one/HW4Alisa | baf14a0cedbb5337479d7ae55c58eec518426a10 | 63b17ae97f944130b07c091c58a9870b537d7b15 | refs/heads/master | 2023-01-29T08:50:31.908939 | 2020-12-06T09:21:24 | 2020-12-06T09:21:24 | 318,984,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.company;
public class Main {
public static void main(String[] args) {
System.out.println("Запуск потока: " + Thread.currentThread().getName());
Runner runner = new Runner();
Thread rnr = new Thread(runner);
rnr.start();
try {
rnr.j... | [
"72848258+alisa-one@users.noreply.github.com"
] | 72848258+alisa-one@users.noreply.github.com |
a61c43cf35ce7decf71f7ae0e65f23c703c2d32d | 00a2086751835cd97894a083239d7c882a387ed8 | /AndroidSQLiteMultipleTables/src/main/java/com/androidopentutorials/sqlite/db/TeeProovDBDAO.java | 46b666e3ad410eede4b140657c4ecc682993dc21 | [] | no_license | vaarikamoos/AsfaltSQL | 21728f18dfb2a6318fe82f4d4afb6f30f9c2fdd1 | 787ac928cd33120dd9214d88e93e1ee0bdfa0c7d | refs/heads/master | 2021-01-10T02:09:52.821811 | 2016-02-04T20:54:00 | 2016-02-04T20:54:00 | 50,303,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | package com.androidopentutorials.sqlite.db;
import android.content.Context;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
public class TeeProovDBDAO {
protected SQLiteDatabase database;
private DataBaseHelper dbHelper;
private Context mContext;
public TeeProovDBDAO(Context... | [
"onu.kunda@gmail.com"
] | onu.kunda@gmail.com |
40994f2ce03f3366e6c317ba041279df49e92999 | cdb6b4393dd9e02453636979412f4a37dba5fd6c | /.history/3. Getters and Setters/exercises/MinionTest_20200112231228.java | 4f1ea5dbee5b89ba0973965313caf5e8753f67d6 | [] | no_license | CarSeech/madecraft-oop | 483949c2413b4bebeac1dfb9f054c0c05fda7d6b | bf889f3cf9c5d4b5216c1e627ac076c7ea10546b | refs/heads/master | 2020-12-08T23:17:02.453306 | 2020-01-15T23:55:33 | 2020-01-15T23:55:33 | 233,122,235 | 0 | 0 | null | 2020-01-10T20:07:58 | 2020-01-10T20:07:57 | null | UTF-8 | Java | false | false | 1,183 | java | package exercises;
import static org.junit*;
import org.junit.Test;
/**
* To make these tests pass, you will need to create a Minion class with the member variables below.
*
* <code>
* private String name;
* private int eyes;
* private String color;
* private String master;
* </code>
*
* C... | [
"35750046+CarSeech@users.noreply.github.com"
] | 35750046+CarSeech@users.noreply.github.com |
b3bcf739ba1d654ababd0d71d0edf03f307eae3c | 5d1a8b52135816aee4cbd9a7b7e24dae06a4f942 | /app/src/main/java/com/mobilerevis/laisa/entidades/ReviewerRole.java | 0fb9a03dd2887f7e36faa90d6295f22fc77e6e9a | [] | no_license | laisaccastro/MobRevSys-android | d905acb53d502535b56c6501117dd85a60177a74 | d179c41a7415426d5caaf65593db25709281035e | refs/heads/master | 2020-04-06T13:53:58.945764 | 2016-11-01T22:02:50 | 2016-11-01T22:02:50 | 54,142,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,730 | java | package com.mobilerevis.laisa.entidades;
import com.mobilerevis.laisa.Type.RoleType;
import java.io.Serializable;
import java.util.List;
import java.util.Objects;
public class ReviewerRole implements Serializable{
public long id;
private transient SystematicReview systematicReview;
private Reviewer revi... | [
"laisa.castro@hotmail.com"
] | laisa.castro@hotmail.com |
92e9799e5c9e2518c96ee9db8763af72786cdc75 | d87f76730e5917871674e135c4a5599a2a6515db | /src/main/java/com/postgres/demo/repository/EmployeeRepository.java | f327886ccbf6cde596e3950c9ea2822c7b48b500 | [] | no_license | annabottu/spring-boot-example | 375e1af5beb26f71dedcdc5e8a27d08410ee7bcb | f20c0a1d5a5d36fec2577fa912b47e534cfda193 | refs/heads/master | 2023-08-04T08:36:18.306244 | 2021-09-15T19:56:58 | 2021-09-15T19:56:58 | 406,903,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package com.postgres.demo.repository;
import com.postgres.demo.model.Employee;
import org.springframework.data.jpa.repository.JpaRepository;
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
}
| [
"abottu@email.sc.edu"
] | abottu@email.sc.edu |
da240fcb0e1983a4f5ed8761719aed2d10bb5d3a | 40430be137cfd940cb89371f77ee0696b86ddf77 | /viewer4doc-user-api/src/test/java/com/yangql/viewer4doc/interfaces/GroupFileControllerTest.java | 7a7b6f4e7ec385fd9453e5af534b3b725ade0f06 | [] | no_license | yangjae33/viewer4Doc | 5a49f49ba30559b1384d16953791d550a3a6f782 | 7861923c352cfb7c600654729d2818b97f0ce1d5 | refs/heads/master | 2023-03-28T03:30:21.974630 | 2021-03-22T21:43:03 | 2021-03-22T21:43:03 | 278,390,420 | 0 | 0 | null | 2021-03-22T21:43:04 | 2020-07-09T14:41:34 | Java | UTF-8 | Java | false | false | 1,918 | java | package com.yangql.viewer4doc.interfaces;
import com.yangql.viewer4doc.application.GroupFileService;
import com.yangql.viewer4doc.application.GroupService;
import com.yangql.viewer4doc.domain.FileInfo;
import com.yangql.viewer4doc.domain.GroupFile;
import org.junit.jupiter.api.Test;
import org.springframework.beans.fa... | [
"wogurrhtn@gmail.com"
] | wogurrhtn@gmail.com |
7306e8c2850d3ef32118648920a3d40b5d523ef6 | 54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6 | /app/src/main/java/com/google/android/gms/common/data/EntityBuffer.java | ef4528559ab09751ee97a62c7f193441efbbdcfe | [] | no_license | rcoolboy/guilvN | 3817397da465c34fcee82c0ca8c39f7292bcc7e1 | c779a8e2e5fd458d62503dc1344aa2185101f0f0 | refs/heads/master | 2023-05-31T10:04:41.992499 | 2021-07-07T09:58:05 | 2021-07-07T09:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,614 | java | package com.google.android.gms.common.data;
import com.google.android.gms.common.annotation.KeepForSdk;
import java.util.ArrayList;
@KeepForSdk
public abstract class EntityBuffer<T> extends AbstractDataBuffer<T> {
public boolean zamd = false;
public ArrayList<Integer> zame;
@KeepForSdk
public EntityB... | [
"593746220@qq.com"
] | 593746220@qq.com |
abc2ca07cac8b9d45f20296ca77fb3987e1f2e7c | bd9ea81845c3f4ecedc62741d1972d794b85f57a | /src/Views/PrzystanekGUI.java | a62fea5c7b04bf42371629f8e516012f6109fb26 | [] | no_license | maxbohoniuk/TransportApp | 55db86fb25020425a8589d8b276582d85b1e6901 | fab358132d974306e0ed3b1e1c2a389b8699eb5b | refs/heads/main | 2023-01-13T02:41:00.688491 | 2020-11-07T12:24:09 | 2020-11-07T12:24:09 | 310,838,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,912 | java | package Views;
import Models.Przystanek;
import Models.Trasa;
import Services.Main;
import javax.swing.*;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import java.awt.*;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.WindowEvent;
impo... | [
"bohonyk1234@gmail.com"
] | bohonyk1234@gmail.com |
08100f4566813afe77e32839ba2a3a93a56dc24e | d3f76933b20bc97eb7fb6af4a1706183907a71bc | /app/src/main/java/avida/ican/Farzin/Model/Interface/Cartable/CartableHistoryQuerySaveListener.java | 52a6aa2fc5539dae7f2375f920bb1c2c7b3a99d4 | [] | no_license | AtrasM/Ican | 990599ee022a2af976dba778eefa08e3ee237c9b | d215dbb97e6993fe01169c30661b06607f3935d3 | refs/heads/master | 2021-07-21T23:35:12.581416 | 2020-04-20T11:04:21 | 2020-04-20T11:04:21 | 136,906,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package avida.ican.Farzin.Model.Interface.Cartable;
/**
* Created by AtrasVida on 2018-10-07 at 10:10 AM
*/
public interface CartableHistoryQuerySaveListener {
void onSuccess();
void onExisting();
void onFailed(String message);
void onCancel();
}
| [
"mahdiatras74@gmail.com"
] | mahdiatras74@gmail.com |
de4bc389260d19539d861a76b1007854106668b0 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes2.dex_source_from_JADX/com/facebook/feed/rows/sections/attachments/linkshare/ShareAttachmentImageFormatSelector.java | 464c8d0f72bc47e227f9d7d0f471f8cb57af1e11 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,363 | java | package com.facebook.feed.rows.sections.attachments.linkshare;
import android.content.Context;
import com.facebook.browser.liteclient.qe.ExperimentsForBrowserLiteQEModule;
import com.facebook.common.propertybag.PropertyBag;
import com.facebook.common.util.TriState;
import com.facebook.feed.environment.FeedEnvironment;... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
e120fdc62b094ab90067cdc7d888cea9fb406e76 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/59/org/apache/commons/math/ode/AbstractIntegrator_AbstractIntegrator_79.java | 7dc7c4af6c2b1b4d128e5acbd8b6fcaac928692e | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 453 | java |
org apach common math od
base manag common boilerpl integr
version revis date
abstract integr abstractintegr order integr firstorderintegr
build instanc
abstract integr abstractintegr
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
8e3df948fbee5b19fa67b0e78edd0c7e9eb62eec | a313ab16749c8327e1b34079affb7a738f4574fe | /isamrs-t17/src/main/java/com/isamrst17/security/TokenUtils.java | bf0f145f39757fb2210482d937e654dae6990f45 | [] | no_license | gagi3/MRS_ISA | 281f5970bc0e46a5e9f21fe548d0bbfd9b3459b0 | 2ee0574837406fb5d36b75561ef8fbaa12435633 | refs/heads/master | 2021-04-03T10:06:17.822471 | 2018-09-16T22:00:15 | 2018-09-16T22:00:15 | 125,184,108 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package com.isamrst17.security;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.security.core.userdetails.U... | [
"djvlada03@gmail.com"
] | djvlada03@gmail.com |
d24e68961b8f76d9453e92ab6656781362b866c7 | 1f3f826cf519d98b67a4e436e5280d05f949ca2a | /src/com/crazy/chapter15/duplicate/AppendContent.java | d5db02b69697f47c4a3aceb7add335a1c647f057 | [] | no_license | hyperaeon/CrazyAndOptimize | ae7b0d089fbb65df1add6ffbbc1b22706a76047d | aafcc9ab8d2a49c3e9e6d7280424ba159713f66d | refs/heads/master | 2022-12-20T19:40:41.791672 | 2021-06-12T03:32:48 | 2021-06-12T03:32:48 | 35,353,861 | 3 | 2 | null | 2022-12-16T02:54:30 | 2015-05-10T02:27:55 | Java | UTF-8 | Java | false | false | 422 | java | package com.crazy.chapter15.duplicate;
import java.io.IOException;
import java.io.RandomAccessFile;
public class AppendContent {
public static void main(String[] args) {
try (RandomAccessFile raf = new RandomAccessFile(Constants.basicPath + "out.txt", "rw")) {
raf.seek(raf.length());
raf.write("追加... | [
"flyloeswing@163.com"
] | flyloeswing@163.com |
fde4c8f4a378a894d8132babf992c4938c102765 | cd9054e76489173d86fd4a73ea535fa572b1be4c | /delitel/src/ru/bkmz/euler/numer_468/Main.java | f4b1d31e27f8208e807ccc553d2b87bd82925589 | [
"Apache-2.0"
] | permissive | bkmzli1/project_euler | f27a5771e8203a8a8c6b9c1bc5ae640e92b3aa36 | 3336f890ea91b8dff70db9729d3642d61aa8390f | refs/heads/master | 2020-05-04T22:10:00.817942 | 2019-04-06T12:52:42 | 2019-04-06T12:52:42 | 179,501,433 | 1 | 0 | null | 2019-04-04T14:59:30 | 2019-04-04T13:19:38 | Java | UTF-8 | Java | false | false | 108 | java | package ru.bkmz.euler.numer_468;
public class Main {
public static void main(String[] args) {
}
}
| [
"43925220+bkmzli1@users.noreply.github.com"
] | 43925220+bkmzli1@users.noreply.github.com |
4f9e78efc392e5d860fc7edf7ee34f0b549c92cb | 162a7d53873315929256b78c9386c251257d3199 | /persistence/src/main/java/com/zx/persistence/dao/MessageMapper.java | 70e943f36ee2cce840d18a223bf15efe1917e84d | [] | no_license | zhouxin36/graducationproject | b506adf0eee893d2865e087d3a25367118c51379 | 9e518bb29639df4a6041ec2b941757ecaff83787 | refs/heads/master | 2021-09-13T22:36:34.336343 | 2018-05-05T10:52:14 | 2018-05-05T10:52:14 | 116,195,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.zx.persistence.dao;
import com.zx.persistence.bean.Message;
import com.zx.persistence.bean.MessageExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface MessageMapper {
long countByExample(MessageExample example);
int deleteByExample(MessageExample example);
... | [
"zhouxin3@tuandai.com"
] | zhouxin3@tuandai.com |
75bdd0d25cdd2b072dc5a964349a244b3d9e2412 | 161ef98831572865cda6e071dec3f1d5a1c3c7c3 | /ChineseLearn_Android/src/com/hw/chineseLearn/db/CharPartDao.java | 938c9b9da77269db9ca8fd8ac9f916aa856b0b5d | [] | no_license | andrewoo/babandroid | 3ec876539f90d065f0d24bfca001209324662166 | 91a00aa21c0f7b40c495935e09d0032bd0eecec3 | refs/heads/master | 2021-01-11T07:24:49.254790 | 2016-09-18T01:19:50 | 2016-09-18T01:19:50 | 72,416,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,340 | java | package com.hw.chineseLearn.db;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.hw.chineseLearn.model.CharPartBaseModel;
public class CharPartDao {
private static fi... | [
"361556977@qq.com"
] | 361556977@qq.com |
a1c432f950df306bd1ddd25da681f41eb40fdad7 | d99ff095f63ffe5de157ff5d2dcff77fd6e1deb2 | /app/src/main/java/com/wushuangtech/gamelive/websocket/data/WsLogoutRequest.java | ebec3abf3852034e768a4b5b5fc2a65714096b29 | [] | no_license | H6yV7Um/GameLiveHost | 11dc6c83839f552937088266786deb763caaa51a | 888cae60b73778e112223ad11c663fe51bdc23a7 | refs/heads/master | 2020-03-18T05:31:02.874166 | 2018-05-22T01:49:15 | 2018-05-22T01:49:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,977 | java | package com.wushuangtech.gamelive.websocket.data;
/**
* Created by 刘景 on 2017/05/11.
*/
public class WsLogoutRequest extends WsRequest{
private WsLogoutRequestData data;
public WsLogoutRequestData getData() {
return data;
}
public void setData(WsLogoutRequestData data) {
this.data... | [
"1601576874@qq.com"
] | 1601576874@qq.com |
0ec4f46035cac6e6d03b205ea64831543fee7eda | 7de5f604fd2154fb1f6a2392cd2b5b832a4d2358 | /java/werty/simplemagnet/SEventHandler.java | 006e6385091050708bc10ea17a40b9c73444fd20 | [] | no_license | werty1124/SimpleMagnet | 13f2cda5e7f6d58db1c3c6e6f3e0102e480ea1ed | 5a8d9a2f661a4b71ae8af9a1b875f63494f328fa | refs/heads/master | 2021-01-20T18:28:41.560882 | 2019-04-05T04:18:34 | 2019-04-05T04:18:34 | 60,229,877 | 2 | 5 | null | 2018-08-22T20:53:28 | 2016-06-02T03:31:18 | Java | UTF-8 | Java | false | false | 1,386 | java | package werty.simplemagnet;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.client.event.TextureStitchEvent;
import net.minecraftforge.event.entity.item.ItemTossEvent;
import net.minecraftforge.fml.client.event.Confi... | [
"greerd248@yahoo.com"
] | greerd248@yahoo.com |
defe6e0a83faf822a598e711c6add87e11793a5a | d9bc7a2e836dd98e68c6d5b9ef21cfc77093ed14 | /src/main/java/com/hy/open/ipv6/IpdbV6.java | 8472d49f487c2f20203c7735e4a55abeb5771e73 | [] | no_license | layido/ipv6geo | 5291f26eff4da8616b756a0b9bc569c211d0e394 | 6ed2722ed2ae738c15bdff69e1f98653d6b849b3 | refs/heads/master | 2021-07-10T07:06:14.449881 | 2019-09-05T01:40:06 | 2019-09-05T01:40:06 | 206,285,206 | 1 | 0 | null | 2020-10-13T15:48:43 | 2019-09-04T09:42:28 | Java | UTF-8 | Java | false | false | 11,739 | java | package com.hy.open.ipv6;
/**
*
*/
import java.io.ByteArrayOutputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.math.BigInteger;
import java.util.Arrays;
/**
* 2019-9-4 created
* ip数据库文件使用纯真网络ipv6包,当前包版本20190812,可从http://ip.zxinc.org网站下载更新数据
* ... | [
"zhaoyilei@cmhi.chinamobile.com"
] | zhaoyilei@cmhi.chinamobile.com |
60eba81754a3ee5e1356899ce9982bfb915f5c79 | 4d0aa6aa99bb20eecda13593ff608d485999853b | /src/server/TopChangingVerticesCalculator.java | a6c0858d97219d22d3e8784f4cfaf96edc5c596c | [] | no_license | RaniaSalama/DynamicGraphVisualizationTool | 5568267bcde1876a5dbca8a06f22ee7752f3be42 | 45686dd04b4c14262c1d8d48d05d6755aa8cbed3 | refs/heads/master | 2020-04-14T21:41:46.170455 | 2016-05-06T01:45:13 | 2016-05-06T01:45:13 | 51,606,177 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,776 | java | package server;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
public class TopChangingVerticesCalculator {
// GraphCalculator contains the graphs and common operation to do on them.
private GraphCalculator graphCalculator;
... | [
"r7ibrahi@PAMI-PC6.nexus.uwaterloo.ca"
] | r7ibrahi@PAMI-PC6.nexus.uwaterloo.ca |
729a94dda7b3ebd72f1654088de69f0ac8681ba3 | 68af01b31c22280fb3388495005a4ff18bd54dbd | /src/main/java/com/jckuntz/cursomc/repositories/CidadeRepository.java | 216e750e9127244040d4c13a84efb30e2fe521b8 | [] | no_license | jckzti/cursomc | e3b1b646fc0b0e95749222f6267a30d0a94071bc | 7fdc637fd46dc8d2ea8ad88fbf3bdfa4810762ad | refs/heads/master | 2020-05-29T19:05:10.618515 | 2019-10-15T02:14:17 | 2019-10-15T02:14:17 | 189,321,126 | 0 | 0 | null | 2019-10-06T13:27:36 | 2019-05-30T01:01:30 | Java | UTF-8 | Java | false | false | 289 | java | package com.jckuntz.cursomc.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.jckuntz.cursomc.domain.Cidade;
@Repository
public interface CidadeRepository extends JpaRepository<Cidade, Integer>{
}
| [
"jonathan.kuntz@philips.com"
] | jonathan.kuntz@philips.com |
f2e84b264cbe09bbf1a6ba7cbbb46893f35105dc | d5d3b74a85e0c1707b1b94d16d4ea6e0e97110a4 | /ISBN.java | 10c058c4f05599e588b47d994dc2ab172406eb0c | [] | no_license | cyld1234/n | d1c215a93b9159df9e4ef3753b78761b2cd3badb | d8042fb346bcf4a8d4c30f20a46cbf290b674682 | refs/heads/master | 2023-02-12T13:49:10.304299 | 2021-01-07T04:51:02 | 2021-01-07T04:51:02 | 295,656,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | import java.util.Scanner;
public class ISBN {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
System.out.print("Enter the first 9 digits of an ISBN as integer: ");
int x=s.nextInt();
int a1,a2,a3,a4,a5,a6,a7,a8,a9,a10;
a1=x/100000000;
a2=x/10000000%10;
a3=x/10... | [
"noreply@github.com"
] | cyld1234.noreply@github.com |
3515fcdc2b9cc57dfadf60deb80a766321be311c | 33e590d1d4fb647a934c471f1c52b1edd2914fe5 | /src/main/java/com/demo/design/template/jdbc/RowMapper.java | d5fa050de19824833e56364e8c9deb7db7baab3f | [] | no_license | wuwu0521/GPDemo | 8b168bbf65fc60bbb5811003c6b5ae1d6b2d12ff | 2721f6e206228fadac647255a130b87a85a506b2 | refs/heads/master | 2022-06-21T20:40:39.923725 | 2019-06-26T08:52:59 | 2019-06-26T08:52:59 | 181,512,109 | 0 | 0 | null | 2022-06-17T02:07:17 | 2019-04-15T15:09:57 | Java | GB18030 | Java | false | false | 360 | java |
/**
* @Title: RowMapper.java
* @Package com.demo.template
* @Description: TODO(用一句话描述该文件做什么)
* @author Administrator
* @date 2019年4月28日
* @version V1.0
*/
package com.demo.design.template.jdbc;
import java.sql.ResultSet;
public interface RowMapper<T> {
T mapRow(ResultSet set , int rowNum) throws Exc... | [
"18772104389@163.com"
] | 18772104389@163.com |
3b11de8cd1f4502db229ae024f7740f47b13556f | f1ff01a62963e15e2d76970b54466dfccf0e84c6 | /DEMO_SRC/JAVA/receipt/form/SmscustomerForm.java | 0645607e3af7f7b5a55ed52f59a2c83686c8ad54 | [] | no_license | gshenyinshu/GTChina | 7653224925a348ca5a54fe1c741aee2c662915a6 | 9d91cac2250aed2a42aebf9f5d86a27679fdc754 | refs/heads/master | 2023-03-08T18:22:12.540089 | 2023-02-21T08:17:56 | 2023-02-21T08:17:56 | 138,272,406 | 0 | 0 | null | 2020-05-15T05:36:36 | 2018-06-22T07:49:46 | Java | UTF-8 | Java | false | false | 562 | java | package gtone.changeminer.receipt.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* XDoclet definition:
* @struts:form name="smscustomerForm"
*/
public class Smscustome... | [
"olivia@gtone.co.kr"
] | olivia@gtone.co.kr |
539580bda09da860d16a1de7934dfb72cbbebe09 | ce41b3c40425e2176616a20e3304d02583c3a544 | /degree-course/src/main/java/zee/cms/exceptions/CourseNotFoundException.java | c5eb8096eb73ed26085d9a6a05e1b64da7eb2f4e | [] | no_license | zeeshan143/degree-course-program | 0e738fade0602dd4d3efb4931ad450a77f8b6719 | 8717f253c0a0b3baca0735523a47ba4b5b5bed1b | refs/heads/master | 2022-11-22T03:01:00.600154 | 2020-07-29T20:00:32 | 2020-07-29T20:00:32 | 283,587,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package zee.cms.exceptions;
public class CourseNotFoundException extends RuntimeException {
public CourseNotFoundException(String message, Throwable cause) { super(message, cause); }
public CourseNotFoundException(String message) { super(message); }
public CourseNotFoundException(Throwable cause) { super(cause); }
... | [
"noreply@github.com"
] | zeeshan143.noreply@github.com |
4110cfb847e99258378e4d0150dc0fffe2eb449e | 9029ae654a6b3bec426f5390d11c2761a1ed1e58 | /Lotto/src/main/java/com/spring/lotto/pageutil/PageMakerList.java | 9188b10306d0b3d32d2de5edaebce9fa20997c9d | [] | no_license | ssooojiny/lotto | 87f4aa0bbf9700745cb2d1e50fb0effa0f0c7560 | d9853507165dc767dac2b17629ab7c9f95ff870a | refs/heads/master | 2022-12-26T03:49:10.243725 | 2020-04-08T13:11:59 | 2020-04-08T13:11:59 | 252,141,173 | 0 | 0 | null | 2022-12-16T11:56:05 | 2020-04-01T10:18:50 | Java | UTF-8 | Java | false | false | 2,121 | java | package com.spring.lotto.pageutil;
// 페이지 번호들의 링크를 만들기 위한 클래스
public class PageMakerList {
private PageCriteriaList criteria;
private int totalCount; // 전체 게시글 개수
private int numsOfPageLinks; // 페이지 번호 링크의 개수
private int startPageNo; // 시작 페이지 링크 번호
private int endPageNo; // 끝 페이지 링크 번호
private ... | [
"sooojin0113@gmail.com"
] | sooojin0113@gmail.com |
f77afb0409eab05241e086306fdc031dcb3f9f37 | d950f3c77f7e3934e16693c637ec7c522925f75a | /app/build/generated/source/r/debug/android/support/v7/appcompat/R.java | 1951424880b2c44156d4b5823f1ef5ac06a7ac7f | [] | no_license | nguyenvu27/lab6_androidNetWorking | 79ffe6c899b732264f1157ea60cb5e94480fd54c | c2f9e6e981025b0e891b07fd736d99ace879d95b | refs/heads/master | 2020-07-04T10:40:14.178489 | 2019-08-14T02:43:40 | 2019-08-14T02:43:40 | 202,260,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 120,578 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_f... | [
"you@example.com"
] | you@example.com |
8a5f23229e7b7aa54dcf97115e18423b571546d3 | 75b27b16021d30c6ac8ec1921282f73e9deb43ee | /cms_jd1911/src/main/java/com/briup/apps/cms/bean/Role.java | 1dc7c331313fbfad623ed50059ae9a26c7a86fe4 | [] | no_license | nie-cong/cms_jd1911 | 993ac45a836b77f5dd2d5a4f40a62f2c2b94e204 | 2cb19e18444dcc266a418c85ae9a6b7015881cb5 | refs/heads/master | 2020-09-13T16:56:48.761126 | 2020-02-11T06:21:43 | 2020-02-11T06:21:43 | 222,363,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,789 | java | package com.briup.apps.cms.bean;
public class Role {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column base_role.id
*
* @mbg.generated Mon Nov 18 15:02:16 CST 2019
*/
private Long id;
/**
*
* This field was genera... | [
"1443719277@qq.com"
] | 1443719277@qq.com |
b2942ed8be8acdd177a666d5c9f3741de700cc08 | 2ea8fd0854b78da867e374f73f45c6b96c59d688 | /src/main/java/protocolsupport/protocol/transformer/middlepacketimpl/clientbound/play/v_1_7/KickDisconnect.java | 0c78afaa56216ed321cebe52646a87491f465b8a | [] | no_license | Imanity-Software/Imanity-ProtocolSupport | 8ca5085c50a0fa352188567145f5177ea65430dc | df41b4c221136a1df837ff20db2cb789cb536b5d | refs/heads/master | 2022-11-11T03:11:07.173968 | 2020-07-04T09:07:00 | 2020-07-04T09:07:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | java | package protocolsupport.protocol.transformer.middlepacketimpl.clientbound.play.v_1_7;
import protocolsupport.api.ProtocolVersion;
import protocolsupport.protocol.ClientBoundPacket;
import protocolsupport.protocol.transformer.middlepacket.clientbound.play.MiddleKickDisconnect;
import protocolsupport.protocol.transforme... | [
"36093806+LeeGodSRC@users.noreply.github.com"
] | 36093806+LeeGodSRC@users.noreply.github.com |
25642a33d512b9d615e7c34ff886a220962d6cb6 | 179c7d87e023f483ef10b97182877f65d15127d6 | /goods-search-service/src/main/java/io/github/tangmonkmeat/model/vo/SearchPageVo.java | 4b4ebb3235f0f75e1953e35ef9219f514bd997d0 | [] | no_license | saaak/fct-shop | e2a3b73dcb5456865fa7fa87bc8a1b397f564871 | 439e758d5c74dfef7edc72cacbf49cda867dda25 | refs/heads/master | 2023-07-07T06:53:55.652855 | 2021-08-15T07:16:32 | 2021-08-15T07:16:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | package io.github.tangmonkmeat.model.vo;
import java.io.Serializable;
import java.util.List;
/**
* Description: 搜索主页
*
* @author zwl
* @date 2021/7/21 下午3:57
* @version 1.0
*/
public class SearchPageVo implements Serializable {
/**搜索历史*/
private List<String> historyKeywordList;
/**热门关键字*/
pri... | [
"2950371251@qq.com"
] | 2950371251@qq.com |
8959c510fcfc3d0f66617b9d249969597e0a1ee2 | 0d9176f4ef11e1c785aab9f901824dbdcc7b9010 | /News2/app/src/main/java/com/csing1s/news2/BussinessAdaptor.java | 37b46a954f499755f09211313e03eb4ae37c26e9 | [] | no_license | Csingh1s/Android-Project-News-Application | 176cb475a4f3740168701781277c50cfc0b06c91 | 383a44f7fd6799b2ac7448f7a40d8adcdc446355 | refs/heads/master | 2021-01-01T18:10:31.297582 | 2017-07-25T06:21:38 | 2017-07-25T06:21:38 | 98,270,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,296 | java | package com.csing1s.news2;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.Picasso;
/**
* Created by chand on 1... | [
"chandrashekhar721@gmail.com"
] | chandrashekhar721@gmail.com |
3ab74e4ceb36542e225d568b5ef32288d0494b3d | 0a5bb2952912b426afcb5321d42e960b2b23d084 | /CS 111/Lab7/Teacher.java | 5af2b9debe811b41a19d8d128d182edebdf5eaaa | [] | no_license | jennuine/Undergrad-Code | 6493465648cbb6724da45fe00a08f153d82ed74d | b41a43e5a8794d11d1caa58a3cb619afb4934f8e | refs/heads/master | 2021-01-23T07:21:37.089419 | 2017-01-22T21:06:28 | 2017-01-22T21:06:28 | 23,502,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java |
public class Teacher extends Person {
private String department;
//default constructor
public Teacher() {
super();
this.department = "DDDD";
}
//constructor1
public Teacher(String firstName2, String lastName2, Date dob2, String department2) {
super(firstName2,lastName2,dob2);
this.dep... | [
"Jenn@Jenns-MacBook-Pro.local"
] | Jenn@Jenns-MacBook-Pro.local |
fc549a9e9e8b224d29c32b9cf7aa08e514a7eed3 | 4b666d516f8fe639e0a49fcb32adc7fc51395ee0 | /HelloWorld.java | 101420582b4ff1464d274cc9808e4aa1cd74042f | [] | no_license | Nrakhmanov/B22-repo3 | b128c055d4ce9667cca3e8836d27662f9c83ae16 | c0085f97a7b4322c2474785a528d1372eb9a6a69 | refs/heads/master | 2023-04-12T21:28:49.628483 | 2021-04-24T16:36:27 | 2021-04-24T16:36:27 | 361,187,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | public class HelloWorld{
public static main void(String[] args){
// about to change the world with git
}
} | [
"nuriddin.rakhmanov@gmail.com"
] | nuriddin.rakhmanov@gmail.com |
c9c76f50b899786797e3cf1060840a1a3263cd17 | 38fb8196d2922f799739573213cb487b2e5a7ac3 | /aula4.adsm.lab/src/aula4/adsm/ex61/TesteMensagemDoDia.java | 189ce574e6d34806e04405770545e8fb0ec181c5 | [] | no_license | EricsonGuedes/ADSM | d9cddfbed67073fd662d719345fdbbba42abd0ee | c53d7c76d15750771b72d48dadfc3fcbc324bed2 | refs/heads/master | 2021-07-14T03:16:32.081896 | 2021-06-17T12:54:49 | 2021-06-17T12:54:49 | 245,675,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package aula4.adsm.ex61;
//Para um teste mais preciso, altere a data do computador para verificar a frase de cada dia da semana
public class TesteMensagemDoDia {
public static void main(String[] args) {
Sorteador mensagem = new Sorteador();
mensagem.mensagemDoDia();
}
}
| [
"ericson.aguedes06@gmail.com"
] | ericson.aguedes06@gmail.com |
635dab3c59a782b031e6bfe147aeb8fb9d4d454a | b2e9d6660c51577df4270d34995b40b33c9bc1ba | /pdmss_m/src/com/teamrg/bean/LookupFiscalYear.java | c1d8a9e4be2de6f0c825e9eb4f76b960434a8622 | [] | no_license | bigeola/JavaClass | b17d846c53b750bbab97ff76ba07783d89265bcb | de7fb1ca55f6c8d00d3728af771224ecf2747461 | refs/heads/master | 2020-03-08T21:57:12.061998 | 2019-05-10T01:43:28 | 2019-05-10T01:43:28 | 128,418,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,386 | java | package com.teamrg.bean;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Hashtable;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.event.... | [
"emmanuel.olaleye@teamrg.com"
] | emmanuel.olaleye@teamrg.com |
04b32d6ff09782907bdf20cf2ef1236db1dff975 | 7fcc43c309161c6657d100eaf4e6678651a5323a | /jni/src/main/java/com/neyo/jni/Encrypt.java | 1abb9edd9b0ae5a23d737d71f95f9ff134635a09 | [] | no_license | lowfiend/AESJniEncrypt | 78e986f4ac4b0c6eca606175ccaeb76a4ffb1c94 | 4a2a630a0f8793b6552df4d18673ebc1b3b850b3 | refs/heads/master | 2021-01-02T09:17:34.207356 | 2017-08-03T15:28:35 | 2017-08-03T15:28:35 | 99,184,576 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 217 | java | package com.neyo.jni;
/**
* Created by Neyo on 2017/8/3.
*/
public class Encrypt {
static {
System.loadLibrary("encrypt");
}
public static native String encode(Object context, String str);
}
| [
"neyo@linkwish.com"
] | neyo@linkwish.com |
fa6d2eea7d481fe6f09a5d05cd4658af357b8dfa | e8622ef8186228edd4977efabae2fe0a8a853bc5 | /Maze.java | 00bb9af22db463cfe3ff2435a388d276db971a12 | [] | no_license | QKM-0203/Algorithm | fb89baa95754dea416f5a011a91f5901e4a333bd | df64e01ee0f51bebf7432e4c4c9363f87bf03be7 | refs/heads/master | 2023-02-17T10:42:41.085633 | 2021-01-20T08:08:31 | 2021-01-20T08:08:31 | 307,415,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,298 | java | package com;
import java.util.Scanner;
import java.util.Stack;
public class Maze {
private static int StartX = 0,StartY = 0;
private static int EndX = 0,EndY = 0;
private static int[][] Book = new int[64][64];
static int[][] maze= {
{ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 },
... | [
"1563252248@qq.com"
] | 1563252248@qq.com |
0b82719056d2df01fe76b2479f4585610cf7c0cf | 689cdf772da9f871beee7099ab21cd244005bfb2 | /classes/com/android/dazhihui/ui/model/stock/DZLHItem.java | 5fb6850b519a1d3820de26e44047d4b4171b85f5 | [] | no_license | waterwitness/dazhihui | 9353fd5e22821cb5026921ce22d02ca53af381dc | ad1f5a966ddd92bc2ac8c886eb2060d20cf610b3 | refs/heads/master | 2020-05-29T08:54:50.751842 | 2016-10-08T08:09:46 | 2016-10-08T08:09:46 | 70,314,359 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.android.dazhihui.ui.model.stock;
public class DZLHItem
{
private String sszt;
private String stockcode;
private String stockname;
public DZLHItem(String paramString1, String paramString2, String paramString3)
{
this.stockcode = paramString1;
this.stockname = paramString2;
this.sszt... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
f431b100a22a0ce0fccef7fed436e7c928449a4f | c55716472cc25b96d487c9325aa7cc200ccd7dd1 | /src/main/java/io/github/brendonfm/visa/dto/RTSIRFCRejectReturnType.java | bdd8224ef1bb13f4089b681c9bf4aa1a656e02f8 | [] | no_license | evelynsv/visa-rtsi-vrol-client | ccd1f929e04519f39afb845f2eeb82e153df9f44 | c5b38b68c33619d2e59a92ec370c0b2602368625 | refs/heads/master | 2022-03-30T12:41:20.886050 | 2019-11-21T20:58:32 | 2019-11-22T10:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.11.... | [
"freitas.brendon@gmail.com"
] | freitas.brendon@gmail.com |
55b16f51aff16dae362ae1f53c32028ef10dd95f | 776681ec144e6d5c19a1be7beb55ad7a8dd9139f | /apicalcualadora/src/main/java/com/test4/apicalcualadora/dto/ResultadoDTO.java | c92a46c4eebf907778fc299a75967fdc932c79b5 | [] | no_license | paa24/ApiCalculadora | fbc6e36328a5471dc9e628908c3bcad888cf07d5 | 78695c3fcc09d6b6f898bb321e2c428cbf92f6ba | refs/heads/master | 2020-07-22T06:55:56.637156 | 2019-09-15T19:55:38 | 2019-09-15T19:55:38 | 207,109,345 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package com.test4.apicalcualadora.dto;
public class ResultadoDTO {
private Float resultado;
public ResultadoDTO() {
}
public Float getResultado() {
return resultado;
}
public void setResultado(Float resultado) {
this.resultado = resultado;
}
}
| [
"baldomeroc@gmail.com"
] | baldomeroc@gmail.com |
182dfa23b4c491184342195582e6afebadb2dfd5 | fdfd4a69f727d2f2178ce3d435c7c8e738178959 | /src/observador/Observador.java | 3b05c758d22492f09b7d30fbd39d4c912d45d237 | [] | no_license | gordo0195/Observador | e818ed56f5f5dd321f861f09ec329085b63f349e | 93b7fb4cf0b4d6502de9b0c0721cb24c0cb9594f | refs/heads/master | 2022-10-05T13:25:06.721001 | 2020-05-28T03:12:13 | 2020-05-28T03:12:13 | 267,406,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | 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 observador;
/**
*
* @author Gordo_0195
*
* La clase Observador ejecuta un ciclo infinito que queda a la espera... | [
"44810828+gordo0195@users.noreply.github.com"
] | 44810828+gordo0195@users.noreply.github.com |
a518cb47ddecbd0b8786aaa747a0bc5f5bea2634 | 69eafba352eec54ed3f84670c0a45306898263c4 | /Game/src/com/asgard/game/InventoryActivity.java | bda86a734a305af6692657525e0af87e19b6fac6 | [] | no_license | RonNorris/Code-Name | f2d714095d50056d6f6b96e453059ef4687d0aca | 2fb5499c94f9d6b4be823b53394e1bc67ac0592b | refs/heads/master | 2021-01-04T14:06:23.396118 | 2013-05-08T15:47:12 | 2013-05-08T15:47:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package com.asgard.game;
import android.app.Activity;
public class InventoryActivity extends Activity {
}
| [
"slowmonis@gmail.com"
] | slowmonis@gmail.com |
3962f47fe193ed080e72a0bf68a891da45329ae5 | 91add01d8edee03f1cf02ad7686ced58e789053c | /shop/projects/ll-oa/src/main/java/com/tuisitang/projects/pm/modules/sys/entity/Role.java | d889eff101d858fde4e6e94b80e807a122a22b8e | [] | no_license | rexuebingju/shop | 65b50895faa62cdf1fa702cd4d0ba1512cfc414a | e3e14e877b736c658bc08add30a1198d09c046bd | refs/heads/master | 2020-02-26T13:38:06.752076 | 2016-08-04T08:34:14 | 2016-08-04T08:34:14 | 64,917,380 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,994 | java | /**
* Copyright © 2012-2013 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.tuisitang.projects.pm.modules.sys.entity;
import java.util.List;
import javax.persistence.Entity;
import java... | [
"rexuebingju@126.com"
] | rexuebingju@126.com |
4d8e4847a276ad891f97e20cda841135bef6a599 | 0570228a257b34afa0c373782f3eb082b7ea8035 | /src/test/java/com/aummn/suburb/resource/SuburbResourceTest.java | fc1096cd7ebf9ece4894c9337bca643bf9e676ca | [] | no_license | aummn/suburb | 4a5d53df291bfc0b9d6afc0547758819b54c1d75 | 6d8b28f9b33b208c49195d187a7b889e9b30da3e | refs/heads/master | 2021-12-04T22:08:01.281220 | 2021-09-05T06:33:51 | 2021-09-05T06:33:51 | 110,494,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,003 | java | package com.aummn.suburb.resource;
import com.aummn.suburb.SuburbApplication;
import com.aummn.suburb.exception.SuburbExistsException;
import com.aummn.suburb.exception.SuburbNotFoundException;
import com.aummn.suburb.resource.dto.request.SuburbWebRequest;
import com.aummn.suburb.service.SuburbService;
import com.aumm... | [
"canglangke001@gmail.com"
] | canglangke001@gmail.com |
bd601aff534cb4964320478020b03b727da8530c | 2e44778e3cb584f7bec95821321f02ab1696e2cf | /src/main/java/eu/javaspecialists/books/dynamicproxies/ch03/gotchas/RecursiveDynamicProxy.java | ba54ff8a9dbd9ac74a69f803a4bacf708f211943 | [
"Apache-2.0"
] | permissive | rfscholte/dynamic-proxies-samples | 633ad652b43f7311d8e8a3a504cb6a94a836e054 | 7a29124885837ee2a069bbabb22213b23a61903c | refs/heads/master | 2020-12-19T08:02:34.880381 | 2020-01-22T21:56:07 | 2020-01-22T21:56:07 | 235,673,803 | 0 | 0 | null | 2020-01-22T21:46:13 | 2020-01-22T21:46:12 | null | UTF-8 | Java | false | false | 2,164 | java | /*
* Copyright (C) 2000-2019 Heinz Max Kabutz
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership. Heinz Max Kabutz
* licenses this file to you under the Apache License, Version
* 2.0 (the "License"); you may not use this file except in
* compliance with... | [
"heinz@javaspecialists.eu"
] | heinz@javaspecialists.eu |
25ecf666397d9edd3eb2a0520c999f773f08aa4f | 0ff0e012f43553d6c0f2c8aa5b1d119caf053001 | /src/main/java/com/rk/utils/encode/MD5Encoder.java | 83fd71cd1b84729b8fbe63bfc856311a2d938fff | [] | no_license | reina-kousaka/common-utils | 8461dc90939061917bb9b1b2fec72743812e1cfa | 1706d2228e52158e020b03a47e7b3dc4c812352b | refs/heads/master | 2022-12-12T08:45:18.650403 | 2020-04-16T04:07:29 | 2020-04-16T04:07:29 | 246,499,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package com.rk.utils.encode;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* MD5加密
* @author ZhaoKang
*
*/
public class MD5Encoder {
static Logger log = LoggerFactory.getLogger(MD5Encoder.class);
private static S... | [
"phobosssss@hotmail.com"
] | phobosssss@hotmail.com |
11619958da475387d261ec468b8784c93973d430 | bb784e34d1fd74288ee5ba242bf44b15a7dfd9b0 | /src/main/java/com/cloudera/whirr/cm/handler/cdh/CmCdhYarnResourceManagerHandler.java | eb31bde42fcb54813985bdfb8d7a2620073a29fd | [
"Apache-2.0"
] | permissive | harlixxy/whirr-cm | d4cc54f4060e73113c6ddfe80559c7cb50662e0c | 3cfc7e65f9a78251dfd3795d06749220eda8403a | refs/heads/master | 2021-01-12T06:18:41.022384 | 2014-07-17T20:46:20 | 2014-07-17T20:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | java | /**
* Licensed to Cloudera, Inc. under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Cloudera, Inc. licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use th... | [
"graham.gear@gmail.com"
] | graham.gear@gmail.com |
eb4017b5db582a14ca32794cd0428717c33945be | 84ce3e0e98ab57831899859eaf6e4fa8101b346b | /interfaces/pageUIs/NewCustomerPageUI.java | ea7885a5d68ada5dafbae1f11d31d035d8574870 | [] | no_license | xuannguyen312/POM_BankGuru_07_XuanNT | a7a2b749badeb5692ad3aab3ce4058a4e1ec2f87 | 227b1bf50d347da52cf7342e92a7aff56b4e8125 | refs/heads/master | 2020-04-16T06:24:41.358859 | 2019-03-03T16:48:10 | 2019-03-03T16:48:10 | 165,345,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package pageUIs;
public class NewCustomerPageUI {
public static final String NEW_CUSTOMER_TEXT="//p[text()='Add New Customer']";
public static final String NEW_ACCOUNT_LINK = "//a[text()='New Account']";
public static final String CUSTOMER_FORM = "//form[@name='addcust']";
}
| [
"nguyenthanhxuan884@gmail.com"
] | nguyenthanhxuan884@gmail.com |
3ced49aaae1787b293197c654058b136c786e47b | e0fdfd93baeb2b05bffd35d8074224283cbcdb67 | /module 8.1 Spring DI/src/ua/step/example/practica/flashlight/SomeFlashlight.java | 1a6cb65b0da4636d849cc48aa0066d48f4350cf5 | [] | no_license | MasloffUA/itStepJavaEE | 98a94c93986ebbb4903ea61be059407bf0244445 | 9f9469623398e8a8cc9fbfbe1ce75d2e873f300d | refs/heads/master | 2020-03-30T04:54:39.154219 | 2019-02-05T16:18:46 | 2019-02-05T16:18:46 | 150,768,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package ua.step.example.practica.flashlight;
import ua.step.example.practica.battery.Battery;
public class SomeFlashlight implements Flashlight {
private Battery battery;
private boolean swithOn;
public SomeFlashlight(Battery battery) {
this.battery = battery;
this.swithOn = false;
}
@Override... | [
"40335213+MasloffUA@users.noreply.github.com"
] | 40335213+MasloffUA@users.noreply.github.com |
eb685ad67b0816931e3ddb69c3beb630a2732c8b | 48af2b01bfcb6805219bfb56eeeb52b7452d84f4 | /src/worker/HourContract.java | 5c63047e71ab920235f81be376d83f0a4ab0ea63 | [
"MIT"
] | permissive | madeoliveira/JAVA | dcc4a2301fdef3d3451dfc749f519f7f5e1eac32 | 89117d1ece3e82ac8c72f3c900c49d3e98574dcb | refs/heads/master | 2022-12-23T01:45:20.133941 | 2020-09-20T19:07:31 | 2020-09-20T19:07:31 | 281,238,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package worker;
import java.util.Date;
public class HourContract {
private Date date;
private Double valuePerHour;
private Integer hours;
public HourContract() {
}
public HourContract(Date date, Double valuePerHour, Integer hours) {
this.date = date;
this.valuePerHour = valuePerHour;
this.hours = hour... | [
"64289932+madeoliveira@users.noreply.github.com"
] | 64289932+madeoliveira@users.noreply.github.com |
66d19be7e8a04f6d0b71821057a790a0ab5113d4 | b9ed209d28b17d8cdddbc14c752eb7d98491b8b5 | /src/EvenOdd.java | c9c38b21daa3d1f6567bbc6a4dd045cdd0a51539 | [] | no_license | Keatong33/Chapter5 | 014084f551b6f1ea37542a7903168115c58368b8 | 6e4187721359957788a14ad60a156a9ab3108e9f | refs/heads/master | 2020-05-18T02:20:31.487111 | 2019-05-13T17:15:48 | 2019-05-13T17:15:48 | 184,112,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | import java.util.Scanner;
public class EvenOdd {
public static void main(String[] args){
int userEntry;
String result;
Scanner input = new Scanner(System.in);
System.out.println("Welcome to my game\n");
System.out.println("Its called even or odd\n");
System.out.prin... | [
"KG155781@davenportschools.org"
] | KG155781@davenportschools.org |
825acadd725e6098b8844457852314905a72b248 | 17a85e1f264dc79f507035ab9ea88a8b31660a63 | /src/net/dzikoysk/wildskript/objects/hologram/elements/EffDestroy.java | d67bd601b3f0365ec75caf4c37671b6129af5dd7 | [] | no_license | starg09/WildSkript | cf858eb7a839c4e25cf5f512e9aea732510aab6b | 42138a5c4c0c52c421176b48c1b79a483b8facb9 | refs/heads/master | 2020-12-29T03:30:54.196175 | 2015-03-09T03:15:16 | 2015-03-09T03:15:36 | 31,785,388 | 0 | 0 | null | 2015-03-09T03:14:04 | 2015-03-06T19:31:26 | Java | UTF-8 | Java | false | false | 876 | java | package net.dzikoysk.wildskript.objects.hologram.elements;
import net.dzikoysk.wildskript.objects.hologram.Hologram;
import org.bukkit.event.Event;
import ch.njol.skript.lang.Effect;
import ch.njol.skript.lang.Expression;
import ch.njol.skript.lang.SkriptParser;
import ch.njol.util.Kleenean;
public class EffDestroy ... | [
"dzikoysk@dzikoysk.net"
] | dzikoysk@dzikoysk.net |
0e3b23b411fcb7e0165434607e20c535fa2e7fc8 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project23/src/test/java/org/gradle/test/performance23_4/Test23_397.java | b71413955d302413aa5857f3f04311a18b2087d2 | [] | 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 | 292 | java | package org.gradle.test.performance23_4;
import static org.junit.Assert.*;
public class Test23_397 {
private final Production23_397 production = new Production23_397("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
e6a7f1ad8306a031cc2f342221a84e1a59f58606 | 96a22dfc02b227bd69103d0c9486d31af00f5b65 | /utilcode/src/main/java/com/blankj/utilcode/utils/SDCardUtils.java | aad162c9689647f68d32797ae0e4b7c55f82546b | [
"Apache-2.0"
] | permissive | guo0842109/AndroidUtilCode | 6eced3d33b3685fefd61a9c7c96a769fe749cec8 | 0b85765f8dedf7531ee78835a248eff892f9e54d | refs/heads/master | 2020-04-16T17:11:24.001244 | 2016-08-27T09:57:35 | 2016-08-27T09:57:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,100 | java | package com.blankj.utilcode.utils;
import android.os.Environment;
import android.os.StatFs;
import java.io.File;
import static com.blankj.utilcode.utils.ConstUtils.*;
/**
* <pre>
* author: Blankj
* blog : http://blankj.com
* time : 2016/8/11
* desc : SD卡相关工具类
* </pre>
*/
p... | [
"625783482@qq.com"
] | 625783482@qq.com |
fcb8d18a1287f91da09b4eb424a44a60807cba38 | afffbc7c6bf23ab56a4f87a22ebe2077b482c649 | /聊天室项目/CharRoomClient/src/org/westos/uiltos/InputAndOutputUtil.java | bce7ae12e2f09f95a683d384b9acc2259e315d7b | [] | no_license | xuxianjun-doctor/MyFristRep | bd59bae761cccd5800ecfdc8a38f5a97734a0af3 | 177d712269fc986b2ec9c18a4fffc1eb2cb5ae6a | refs/heads/master | 2020-07-24T01:02:22.285771 | 2019-09-11T08:43:46 | 2019-09-11T08:43:46 | 207,756,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,876 | java | package org.westos.uiltos;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
public class InputAndOutputUtil {
public static byte[] readFile(String path){
File file = new File(path);
//�������������ȡ������ �൱��ˮ��
byte datas[] = null;
... | [
"2662287991@qq.com"
] | 2662287991@qq.com |
3200a19c688cb4708698dde1b0bf2e9b275f1425 | a1f94955c480d73d042fe939cf229774ac1c0646 | /src/main/java/slimeknights/tconstruct/common/data/BaseRecipeProvider.java | 55b936073cc80ef9f1163bcc0a0b45fed531e842 | [
"MIT"
] | permissive | SlimeKnights/TinkersConstruct | 6d581a9a52df175b1a9bb7cee17c1822ccfc00b4 | 09626c7f3f379ebe68e37312395af07b8c16e475 | refs/heads/1.18.2 | 2023-08-26T08:59:01.749216 | 2023-08-09T07:07:40 | 2023-08-09T07:07:40 | 7,760,890 | 1,126 | 911 | MIT | 2023-08-22T15:57:33 | 2013-01-22T20:46:32 | Java | UTF-8 | Java | false | false | 1,058 | java | package slimeknights.tconstruct.common.data;
import net.minecraft.data.DataGenerator;
import net.minecraft.data.recipes.FinishedRecipe;
import net.minecraft.data.recipes.RecipeProvider;
import net.minecraftforge.common.crafting.conditions.IConditionBuilder;
import slimeknights.tconstruct.TConstruct;
import slimeknight... | [
"knightminer4@gmail.com"
] | knightminer4@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.