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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
71e3a684ca25c9983a1c33fb2d989e6e6e69a601 | ec6da3f18f529e021c1ec24670dc11aa0d24b950 | /src/main/java/org/spat/dao/sql/executor/DeleteExecutor.java | ce2782076cd2dc36a0a9b74b2fc193cc948f8162 | [] | no_license | org-spat/dao | 9feb2af192b5b8a1df922516d48c44fa2b49f5e3 | 0068e0ba31a57c4e1d28ab31a24a26611665f433 | refs/heads/master | 2021-06-11T19:28:48.175641 | 2017-08-30T08:19:27 | 2017-08-30T08:19:27 | 57,300,294 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | package org.spat.dao.sql.executor;
import org.spat.dao.sql.SqlHelper;
public class DeleteExecutor<T> extends Executor<T> {
private StringBuilder where = new StringBuilder();
@Override
public Boolean execute() throws Exception {
genSQL();
SqlHelper sqlHelper = SqlHelper.get(this.strSQL, getMapping()... | [
"272255906@qq.com"
] | 272255906@qq.com |
2067ea6fa9672ae417033c3765c45a7a989e0893 | b7eac9e1f237c627afe61f5cd4fb66717681e3f3 | /src/edu/AP/Project/ClashRoyale/Client/Controller/BattleController.java | eaf7628f56ca2846e1c11bc37a2197bb6a6d568f | [] | no_license | hamidreza-abooei/ClashRoyale | c229dbafe6748f496123b9ff1ac2395f10426d66 | a8d7220a9e18b931018d08cc97e7ab2db962b887 | refs/heads/master | 2023-06-19T08:19:35.070294 | 2021-07-20T13:02:37 | 2021-07-20T13:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,235 | java | package edu.AP.Project.ClashRoyale.Client.Controller;
import com.jfoenix.controls.JFXButton;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.MouseEvent;
import java.util.Objects;
import static edu.AP.Project.Cla... | [
"hamidreza.abooei@gmail.com"
] | hamidreza.abooei@gmail.com |
a1ba50e482576976818e373aa85d7d7f2575aa8f | 3a7a89be45138c6c714ba0a3374d3a9409c68752 | /src/main/java/org/janelia/saalfeldlab/n5/DataType.java | ca64c98620eb983d13f47368dfb2ef12193f5c1c | [
"BSD-2-Clause"
] | permissive | d-v-b/n5 | 1c811720f8f548c8e71d48d0f9ac1f53eb086b2b | 203124364856c6c2726ca81093e0b81d72015298 | refs/heads/master | 2022-06-20T08:44:12.141098 | 2020-05-11T14:21:21 | 2020-05-11T14:21:21 | 263,063,030 | 0 | 0 | BSD-2-Clause | 2020-05-11T14:16:25 | 2020-05-11T14:16:24 | null | UTF-8 | Java | false | false | 5,084 | java | /**
* Copyright (c) 2017, Stephan Saalfeld
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... | [
"saalfelds@janelia.hhmi.org"
] | saalfelds@janelia.hhmi.org |
5ca6d27ef2ccaaa1668edf659bb339bfa970493f | 78b91e80fde798313382d9326d2ee14f72c4ad04 | /src/sourabhs/datastructures/math/PowerOfTwo.java | 7e485436e243fc64f244f05a5c9b02283e116051 | [] | no_license | sourabh-repo/ds-algo | 4f9cb7dda489329db9ca9ba06a7afda3ff30c073 | c3107a0744f2a5f8903c94ab2af09b5d0cfe0f47 | refs/heads/master | 2022-12-04T13:04:36.376674 | 2020-08-20T03:43:21 | 2020-08-20T03:43:21 | 70,248,735 | 0 | 0 | null | 2020-08-20T03:43:22 | 2016-10-07T13:24:19 | Java | UTF-8 | Java | false | false | 1,010 | java | package sourabhs.datastructures.math;
/**
* @author Sourabh
*
* LeetCode:
* Given an integer, write a function to determine if it is a power of two.
*/
public class PowerOfTwo {
/**
* 00000100 ( = 4)
* & 00000111 ( = 7)
* ==========
* 00000100 ( = 4)
*
* i.e. in decimal 4 & 7 = 4
*/
pub... | [
"vickysourabh@gmail.com"
] | vickysourabh@gmail.com |
b346602b57e2afd664f6303a2853afe3af775de6 | 12cccbc07299e361e7984161a4d9fb3ca541d991 | /src/test/groovy/com/synopsys/integration/rest/support/AuthenticationSupportTest.java | 15744e6d08060c77b0ac898e2230251723cfdb21 | [
"Apache-2.0"
] | permissive | JonathanKershaw/integration-rest | f8cc9a367408d35e6faaec4a43fc5d90515cea01 | b8b92154466be1242b028ea0e24ebfc8bb77d764 | refs/heads/master | 2021-01-04T00:06:14.587679 | 2020-02-10T15:45:39 | 2020-02-10T15:45:39 | 240,294,614 | 0 | 0 | Apache-2.0 | 2020-02-13T15:32:11 | 2020-02-13T15:32:10 | null | UTF-8 | Java | false | false | 3,398 | java | package com.synopsys.integration.rest.support;
import com.synopsys.integration.exception.IntegrationException;
import com.synopsys.integration.log.SilentIntLogger;
import com.synopsys.integration.rest.client.AuthenticatingIntHttpClient;
import com.synopsys.integration.rest.request.Request;
import com.synopsys.integrat... | [
"ekerwin@kingofnerds.com"
] | ekerwin@kingofnerds.com |
502de5d930e81463ea111e6397d434f8943ac18b | 83a0421f3a224b86642bd56b829cccd844eb56ac | /WEB-INF/classes/GetDirection.java | 1f61806e13d94065d61e7a2ee7dca095c27bb32a | [] | no_license | AzharShaikhSE/HotelHunt | 9a6283f02540914e94414e6a5e29be7eacd7cdfe | a09cb56569f242fec6597bcd529af3cc8ac74f2e | refs/heads/master | 2021-04-28T19:18:33.464326 | 2018-02-18T01:29:24 | 2018-02-18T01:29:24 | 121,892,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,628 | java | import java.io.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class GetDirection extends HttpServlet {
protected void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {
response.setContentType("text/html");
PrintWr... | [
"azhar.s21792@gmail.com"
] | azhar.s21792@gmail.com |
07d86265e37c4527f1373907b3cfeee65c99c597 | 447392d226b376b7cb6861b8ca6c21eab35fa2ac | /3.JavaMultithreading/src/com/javarush/task/task23/task2304/Solution.java | 7d8a8d01a5ef38aa777c8a22d3597e6b0e0d6007 | [] | no_license | Piter80/JavaRushTasks | d22e6e53e82c1ef13f64d8dbed124640641e2fa7 | 14521589ee2f489ec866b80dd65081d6d054b827 | refs/heads/master | 2020-05-17T22:49:17.402250 | 2019-04-29T06:41:37 | 2019-04-29T06:41:37 | 173,489,620 | 0 | 0 | null | 2019-04-29T06:27:03 | 2019-03-02T19:23:38 | Roff | UTF-8 | Java | false | false | 1,181 | java | package com.javarush.task.task23.task2304;
import java.util.List;
import java.util.Map;
/*
Inner 3
*/
public class Solution {
private List<Task> tasks;
private List<String> names;
private DbDataProvider taskDataProvider = new TaskDataProvider();
private DbDataProvider nameDataProvider = new NameData... | [
"petrzl@bk.ru"
] | petrzl@bk.ru |
d69212c39bf28ae882a29b22b59dd48a6267b650 | 3e18f2f1f8f319cbfb08e968446cf9b3eaa9b41f | /src/main/java/com/covens/common/item/magic/ItemLocationStone.java | eb4c3967b2b891b037fed003ada320fbb0623b3b | [
"MIT"
] | permissive | zabi94/Covens-reborn | f35dbb85f78d1b297956907c3b05f0a9cc045be6 | 6fe956025ad47051e14e2e7c45893ddebc5c330a | refs/heads/master | 2020-04-10T16:17:30.713563 | 2020-03-07T13:23:22 | 2020-03-07T13:23:22 | 161,140,468 | 11 | 2 | NOASSERTION | 2019-05-08T19:31:40 | 2018-12-10T08:15:04 | Java | UTF-8 | Java | false | false | 4,433 | java | package com.covens.common.item.magic;
import java.util.List;
import java.util.Optional;
import com.covens.client.core.ModelResourceLocations;
import com.covens.common.core.helper.Log;
import com.covens.common.item.ItemMod;
import com.covens.common.item.ModItems;
import com.covens.common.lib.LibItemName;
import net.m... | [
"zabi94@gmail.com"
] | zabi94@gmail.com |
75b676b8994fd34387b1b905c6e8bb10d58b1d50 | 881b5e08e959b0ce209ab24dde9ba9a765227c30 | /app/src/test/java/com/first/pc_02/finalproject/ExampleUnitTest.java | 88313326f62a850e7a73e7a5beef864cb56e770d | [] | no_license | lhsun001/finalProject | 76e9cdf332b0261981c40bfe89d8cb810ebfac09 | 921a3d851eba2fb131d39cff6e993b271d1b5d61 | refs/heads/master | 2021-09-03T03:07:17.216317 | 2018-01-05T03:38:53 | 2018-01-05T03:38:53 | 116,209,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.first.pc_02.finalproject;
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
publi... | [
"hatae4@naver.com"
] | hatae4@naver.com |
c66f213a1fbe587b0e9ea69029a20c076058529e | 04509a7c76744ed14e23e5a6661fe9cae646022f | /src/medium/leetcode59/Solution.java | efb3d7ab7ee5bf46953f056dce6e33514185853e | [
"Apache-2.0"
] | permissive | rain9155/LeetCodeSolution | 6abb5b54c751eb71aa55c8809f02bcc089e3f7ac | 3a3dc4eceda9d7264596039b1ae8ff5439432ac5 | refs/heads/master | 2023-04-15T16:36:24.928645 | 2023-03-20T11:16:22 | 2023-03-20T11:16:22 | 181,261,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package medium.leetcode59;
/**
* 螺旋矩阵 II:
* 给定一个正整数 n,生成一个包含 1 到 n2 所有元素,且元素按顺时针顺序螺旋排列的正方形矩阵。
* 示例:
* 输入: 3
* 输出:
* [
* [ 1, 2, 3 ],
* [ 8, 9, 4 ],
* [ 7, 6, 5 ]
* ]
*/
public class Solution {
/**
* O(n):
* 按层模拟:参考54题
* 顺时针输入矩阵,就是按顺序把矩阵从外到内一层一层的输入元素
* 每输入一层,起始点和边界都要做调整,起始点从(0,0)矩... | [
"jianyu9155@gmail.com"
] | jianyu9155@gmail.com |
949c048c7ac931d410094bc2b626758e5db4fb2b | 689ba4f04a580423e670b8697739d8995184ec05 | /appajak/src/appajak/pajaktujuh.java | 23e8c66f919ac7611fdf276134eefebdb54e87c3 | [] | no_license | LaTeX2400/Tugas-Besar-TBO-PBO- | 2b7fad805cf4ded22234560b91757b56686fb0e1 | b821333c492019ed5689b038b33bd65c332dc378 | refs/heads/master | 2020-08-27T02:45:52.047534 | 2019-11-12T15:46:51 | 2019-11-12T15:46:51 | 217,222,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | 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 appajak;
/**
*
* @author user
*/
//Penggunaan Inheritance dan Polymorphism
public class pajaktujuh extends Appa... | [
"noreply@github.com"
] | LaTeX2400.noreply@github.com |
94f98e1d7d1be82ef4893cd055385bc921a40b0e | 6cade82d54ea09716bac62e32a8bcd0b20e557ca | /app/src/main/java/com/adrian/automat/pojo/PathwayDataBean.java | b9c3a88037c0944907a7cf0cafb8651378b65380 | [] | no_license | lyx0206331/Automat | c6bb9ac20e01caf213b8131762cf4b7d2cd7a344 | 5165c65e015d3d566c210029bce9e51457d5b694 | refs/heads/master | 2021-01-25T08:12:46.135594 | 2017-11-03T12:57:26 | 2017-11-03T12:57:26 | 93,726,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.adrian.automat.pojo;
/**
* Created by qing on 2017/6/23.
*/
public class PathwayDataBean {
/**
* gridId : 0
* maxNum : 0
* nowNum : 0
*/
private int gridId;
private int maxNum;
private int nowNum;
public int getGridId() {
return gridId;
}
public... | [
"rq880113@163.com"
] | rq880113@163.com |
e86d4e192ef39808c2a0a3751c7e53c332af685b | 521e17663b5f6f810ddab2562e5e0efdf6e09f10 | /MykitaApp/app/src/main/java/com/mykita/mykitaapp/model/Result.java | 582d468bd30ccc210a5f65164f64c749159c913b | [] | no_license | ankeshsomani/CreditCardFraudDetection | da66ded5464754ffa2a40f0f9c8742ccb1da17bb | 48374fd397ace331508acf7c71518a4916856ea7 | refs/heads/master | 2021-01-11T15:36:47.770946 | 2017-06-12T11:19:40 | 2017-06-12T11:19:40 | 82,466,989 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.mykita.mykitaapp.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by shreyas13732 on 6/1/2017.
*/
public class Result {
@SerializedName("msg")
@Expose
private String msg;
public String getMsg() {
r... | [
"root@ip-172-31-26-117.us-west-2.compute.internal"
] | root@ip-172-31-26-117.us-west-2.compute.internal |
a865a4646078671f23015370e33edea0bd5f56cf | 8bba923942604359185cfceffc680b006efb9306 | /DatabasesFrameworksHibernate/XMLProcessingExercises/car_sales/src/main/java/com/car_dealer/dtos/view/xmlWrappers/CarsPartsXmlWrapper.java | 49f75682a11a54c56e4eb6d34e3d44754f8aded8 | [] | no_license | KaPrimov/JavaCoursesSoftUni | d8a48ab30421d7a847f35d970535ddc3da595597 | 9676ec4c9bc1ece13d64880ff47a3728227bf4c9 | refs/heads/master | 2022-12-04T13:27:47.249203 | 2022-07-14T14:44:10 | 2022-07-14T14:44:10 | 97,306,295 | 1 | 2 | null | 2022-11-24T09:28:28 | 2017-07-15T09:39:47 | Java | UTF-8 | Java | false | false | 743 | java | package com.car_dealer.dtos.view.xmlWrappers;
import com.car_dealer.dtos.view.CarPartsView;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
@XmlRootEl... | [
"k.primov92@gmail.com"
] | k.primov92@gmail.com |
2f57f87ab772037fcea14de8dba1220eabd72aec | 2c92f358e57707fc1836e9941c556808c70b1678 | /src/Student.java | 522456cbf9c1f91751a0383d35096bc5f87a694f | [] | no_license | thisrandomstuff7/Govindu_vmeg_14881A0521 | be098f2f2952b432ca82b0c57de3cb90e0146522 | d0ae5d2fd3f686ca160328e6992f8746d48a8333 | refs/heads/master | 2021-06-24T20:18:50.288568 | 2017-09-13T13:33:58 | 2017-09-13T13:33:58 | 103,395,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,647 | java | import java.util.Date;
public class Student implements Comparable {
private int id;
private String fullName;
private Date birthDate;
private double avgMark;
public Student(int id, String fullName, Date birthDate, double avgMark) {
this.id = id;
this.fullName = fullName;
this.bir... | [
"noreply@github.com"
] | thisrandomstuff7.noreply@github.com |
9f1026f9acb07c1fe7f483efd3c00e82bbe10d93 | 8ebbb3729ba59e8b0d5b78295e042e56771f6a47 | /src/main/java/refactorings/improving/codesmells/primitiveobsession/PrimitiveObsessionToEnum.java | 1318f6c0f3ac0f4fb66911b52d902655e276876c | [] | no_license | nmahoude/refactorings | 61e8c50525ae4fd2e26399da6772260b6c8c8e06 | 7e0ead2e867eb9b8fa3fbe2f7474ae1b2c74d6f7 | refs/heads/master | 2022-12-24T12:49:52.988286 | 2022-12-16T13:45:48 | 2022-12-16T13:45:48 | 224,285,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,641 | java | package refactorings.improving.codesmells.primitiveobsession;
/**
*
* Example : A string is not a good container for value that can only one of
* multiple known values
*
* In this exercice, replace the String with an Enum representing the possible
* values
*
* Refactorings:
*
* @see Replace primitive with... | [
"nicolas.mahoudeaux@capgemini.com"
] | nicolas.mahoudeaux@capgemini.com |
efcd308ea3a7e0c6151aea705087e8ceb1d7341c | 4f2c1383f3a96f1e8f31dafdf6a1234ed598b208 | /src/main/java/top/greatxiaozou/linkedHandler/Response.java | 3760c6118a90641c4b7b2539771d1f7ac0a07dac | [] | no_license | greatxiaozou/disignParttern | 75461f73c45c9a423110db194c60de8db28ced3b | fc16ded4d390af5c4f99ef475f69e402d09b0979 | refs/heads/main | 2023-02-01T00:41:24.785482 | 2020-12-16T00:33:13 | 2020-12-16T00:33:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package top.greatxiaozou.linkedHandler;
/**
* 响应类,表示对响应的封装
*/
public class Response {
}
| [
"1065605174@qq.com"
] | 1065605174@qq.com |
0b1407bee6fa07ab4238d59207cb4409cdefb346 | 19594c4bac17df2817a2b24744df3f74e363007b | /src/ru/mirea/lab24/task2/MagicChair.java | 4d2b437a2a0787251a51a18525e1effe73777e35 | [] | no_license | zaikin-v/mireajava2020 | 457d50d0a0a0773cd6ad3c3661416747fddd7c66 | b26d70fa60879b910c94b23294c125992e4b14ff | refs/heads/master | 2023-05-14T07:26:29.681532 | 2020-11-26T22:05:26 | 2020-11-26T22:05:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package ru.mirea.lab24.task2;
public class MagicChair implements Chair {
private final String material;
public MagicChair(String material) {
this.material = material;
}
public String getMaterial() {
return material;
}
public void someMagic(){
System.out.println("Magic... | [
"zaikinvala59@gmail.com"
] | zaikinvala59@gmail.com |
d23c78123b0c1e01cad1f8c3d7c32e51d0728d1e | 8d14a579925a6b462bdf5a631c95c984511215f9 | /Academy.Kovalevskyi.JavaDeepDive/src/main/java/academy/kovalevskyi/javadeepdive/week2/day1/Get.java | 7a1b0cfa4587f8c6b5f0b6720c41bd7c72891e9a | [] | no_license | Aleksey-Petrik/JavaPractice | c8194d27aaf8377bc83ff74cbf0b53830d85aef1 | ffe82e53b2cbd452811b20c03a293f9014cfb791 | refs/heads/master | 2023-08-19T05:33:28.287761 | 2021-09-29T11:56:59 | 2021-09-29T11:56:59 | 379,509,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package academy.kovalevskyi.javadeepdive.week2.day1;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Get {
}
| [
"alexey.petric@gmail.com"
] | alexey.petric@gmail.com |
c921a540a76b1c2932219cc961f0131edbee466a | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/druid-io--druid/76cb06a8d8161d29d985ef048b89e6a82b489058/after/StaticMapExtractionNamespaceCacheFactoryTest.java | 570bf44184bb76904fc54d5cdddde57a0c7b6613 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,196 | java | /*
* Licensed to Metamarkets Group Inc. (Metamarkets) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Metamarkets licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); ... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
f601b5a7c9c5d110e1523a5734c4d81295ba6156 | 352163a8f69f64bc87a9e14471c947e51bd6b27d | /bin/ext-deprecated/cybersource/testsrc/de/hybris/platform/payment/methods/impl/DefaultCardPaymentServiceImplTest.java | 6e9c5a1396b48de4eff4e3eed77cfc2dacb7e7bd | [] | no_license | GTNDYanagisawa/merchandise | 2ad5209480d5dc7d946a442479cfd60649137109 | e9773338d63d4f053954d396835ac25ef71039d3 | refs/heads/master | 2021-01-22T20:45:31.217238 | 2015-05-20T06:23:45 | 2015-05-20T06:23:45 | 35,868,211 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 42,456 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2014 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"yanagisawa@gotandadenshi.jp"
] | yanagisawa@gotandadenshi.jp |
835ba040fd9b339da9cb3c93ba2319d6b8161039 | ccd352da136456f0e3461db604e86415ac54c739 | /languages/src/main/java/com/buran/languages/LanguagesApplication.java | a7927e97e69bcf88a74aec29a2766fcafacd77b8 | [] | no_license | albur2021/Java_Projects_2021 | 22dc89b0457fdb4ab093cd4cb750615850227f7d | ab9749895fc6d87159e7e59c5bdc7aab3fb5c583 | refs/heads/main | 2023-08-01T23:59:57.711430 | 2021-10-08T20:36:46 | 2021-10-08T20:36:46 | 415,119,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.buran.languages;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LanguagesApplication {
public static void main(String[] args) {
SpringApplication.run(LanguagesApplication.class, args);
}
}
| [
"albur2021@yahoo.com"
] | albur2021@yahoo.com |
8ec74119e59e1cd2b0ad59112570f2a7d9741546 | 08a7024f7c502d83f6bc844c401844f77592d0bd | /Android/Buoi1/app/src/androidTest/java/com/t3h/buoi1/ExampleInstrumentedTest.java | 9659f77b79a736a355dd330d485f0afec25ae0e8 | [] | no_license | bacnv1/LANDT1910E | b6e532b31d91939a06f9022abbfb69af84b52cc8 | 1fe6f3f89ef82244956d56096a3e6b4dfa17f533 | refs/heads/master | 2020-09-05T05:27:00.343012 | 2020-08-30T08:43:20 | 2020-08-30T08:43:20 | 219,996,601 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.t3h.buoi1;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"uet.nguyenduc@gmail.com"
] | uet.nguyenduc@gmail.com |
b69654078162d60db268ad4f244ea214aa6068e7 | 64e3808f7cf3204c3f5f7a0ecb18aeb9f5882b44 | /1100~1200/1145. Binary Tree Coloring Game.java | 878a20fa7bb6059aa7ab9d2ca4fa5b2b13f7e799 | [] | no_license | yuzhe1997/Leetcode-from-start-to-the-end | f7796f711d304f41a28f86718471052847f39d5f | 46eef9fbcbb51d15319c3c14367c8455353df529 | refs/heads/master | 2023-01-30T15:16:58.237961 | 2020-12-11T14:22:09 | 2020-12-11T14:22:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,317 | java | /*
Two players play a turn based game on a binary tree. We are given the root of this binary tree, and the number of nodes n in the tree. n is odd, and each node has a distinct value from 1 to n.
Initially, the first player names a value x with 1 <= x <= n, and the second player names a value y with 1 <= y <= n and... | [
"descinno@gmail.com"
] | descinno@gmail.com |
c6ce57c00495dcba89840790f7c74d80cf5902b9 | bc0c107458f246ab3938cb791b5dc04cf9e47094 | /java-basics/src/main/java/com/charjay/jcf/map/HashMapThread.java | e45c8bb599346419d11d9c04e406d3440ac8ae6b | [] | no_license | CharJay/interview | ed0a5fbea97825df87df4aef775a71f2e704eb1a | 282cebaebd20c4dd90fe39d9a680f83afe1d16df | refs/heads/master | 2021-05-19T18:32:51.710806 | 2020-04-01T04:35:17 | 2020-04-01T04:35:17 | 252,065,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package com.charjay.jcf.map;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.atomic.AtomicInteger;
/**
* HashMap在高并发下可能导致的并发异常
*
* @author taomk 2017年8月7日 下午2:33:55
*
*/
public class HashMapThread extends Thread{
private static AtomicInteger ai = new AtomicInteger();
private stati... | [
"820419196@qq.com"
] | 820419196@qq.com |
c32be618cd9cfc40b9e16ee91a397cba5f0228cf | f5f6f106b33e3720fc71960bace057e195235ea2 | /app/src/main/java/com/rizki/gurukudev/MuridLoginRegisActivity.java | 32e645a1e12054b21d9cf7353ed49634aed386fc | [] | no_license | syafiradeta/SMKCoding--Syafira-Deta-Syajida-SiJagur-Ex.SMKCoding-eventday | eacd1aae738b3ba3a2c516901e0b72ac8400f6fb | a3b74c0563782ef31926ba9e81ccaa982b9455c4 | refs/heads/master | 2020-09-16T02:42:16.970383 | 2019-11-23T17:11:21 | 2019-11-23T17:11:21 | 223,624,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,686 | java | package com.rizki.gurukudev;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView... | [
"syafiradeta@gmail,com"
] | syafiradeta@gmail,com |
bd10a5d73b6237ebb496167e819bddba04cb8a4f | bb45ca5f028b841ca0a08ffef60cedc40090f2c1 | /app/src/main/java/com/MCWorld/widget/dialog/g$1.java | bc91b1b54f11a1f2e2435d29c1c96f271f1ebcca | [] | no_license | tik5213/myWorldBox | 0d248bcc13e23de5a58efd5c10abca4596f4e442 | b0bde3017211cc10584b93e81cf8d3f929bc0a45 | refs/heads/master | 2020-04-12T19:52:17.559775 | 2017-08-14T05:49:03 | 2017-08-14T05:49:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | java | package com.MCWorld.widget.dialog;
import android.view.View;
import android.view.View.OnClickListener;
import com.MCWorld.bbs.b.g;
/* compiled from: GlobalDialog */
class g$1 implements OnClickListener {
final /* synthetic */ g bwY;
g$1(g this$0) {
this.bwY = this$0;
}
public void onClick(Vi... | [
"18631616220@163.com"
] | 18631616220@163.com |
176c2e54152fc09eec544d06c680b9b701daae59 | ce3defe2dbc650ee60b63834942f4948b013046f | /app/src/main/java/com/unique/domain/outlookie/storage/EventDao.java | 83db64c332b3a8c8170574bd89c9d09155fd9314 | [] | no_license | marynightingale/Outlookie | bbff04df6d3c9652c0aa84c4cd78d8515c2d21d6 | 1ccfd9a7cd80efe918086d80b6e8d856a49a9f3d | refs/heads/master | 2020-03-27T08:22:58.579704 | 2018-09-10T19:25:34 | 2018-09-10T19:25:34 | 146,248,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.unique.domain.outlookie.storage;
import android.arch.lifecycle.LiveData;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.Query;
import android.arch.persistence.room.Update;
import java.... | [
"mminki@microsoft.com"
] | mminki@microsoft.com |
74b86975ab498fde5610269bcfff2ff9907526c0 | e1ff1024f1bac734a6fe27ea602ac1164902d3bf | /DDvoice/src/main/java/com/example/ddvoice/ChatMsgViewAdapter.java | e0caa52957c61d864dc85cc5ccf8cb92b2fc58a8 | [] | no_license | sammulChan/androidGraduate | 24c9704419a03b0f87c4aa7474b7b969e91dc408 | 62b31e4e4e908934f46fddbce8bb3cf54cee5027 | refs/heads/androidGraduate | 2016-09-14T01:29:04.542121 | 2016-04-28T15:37:24 | 2016-04-28T15:37:24 | 57,279,183 | 0 | 0 | null | 2016-04-28T15:37:24 | 2016-04-28T07:10:31 | Java | UTF-8 | Java | false | false | 2,981 | java | package com.example.ddvoice;
import java.util.ArrayList;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widge... | [
"sammulchan@outlook.com"
] | sammulchan@outlook.com |
6d72895b7c7d1c7eaf5c9df3503db19ec589c312 | 119e647d8b4b763c7ff0a567bb0a0fd4483c9330 | /firstweb/src/examples/ParameterServlet.java | eba6ce8b15028594b35716431a6386096f2b3fb9 | [] | no_license | hjoopark/boost-course | 64df43a8d9d69840cbcea0e1a11063c963eaba05 | e952ac4239c603ef31bff1d65c29ee3ed21c7854 | refs/heads/master | 2022-12-22T20:31:20.609074 | 2019-07-19T09:33:14 | 2019-07-19T09:33:14 | 196,925,806 | 1 | 0 | null | 2022-12-16T10:51:54 | 2019-07-15T04:49:13 | JavaScript | UTF-8 | Java | false | false | 1,272 | java | package examples;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementatio... | [
"hyunjoo8250@gmail.com"
] | hyunjoo8250@gmail.com |
57062ea1a281ca5529cee86aef3bc57cc078d3ff | 74cfe03426f96bc769f2ff8f50839e8398c8a2cc | /app/src/main/java/com/futuretongfu/view/MyGridView.java | c41c9e455847e43655585eb4b96a2d1a1d978a0f | [] | no_license | KqSMea8/ShouDuFu | c39b3cf59a8f86a0aee1182de73762ed363a6e5a | 2ae031cbb90e946935334f14dd5f03414afcdb18 | refs/heads/master | 2020-05-30T10:42:26.086711 | 2019-06-01T01:42:56 | 2019-06-01T01:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,981 | java | package com.futuretongfu.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.widget.AbsListView;
import android.widget.GridView;
import com.futuretongfu.utils.To;
import com.futuretongfu.utils.Logger.Logger;
/**
* 自定义gridview
*
* @author DoneYang... | [
"you@example.com"
] | you@example.com |
7f91826f284e141929cb588fca783f08464cea50 | df43e6246619c5d2928bce0cf6744e7324beba41 | /app/src/main/java/com/alink/documentmanagement/documentSent/SentWaitingFragment.java | ae528de9cae99efa82cf3b34b58b85109e5b0767 | [] | no_license | linhlq58/DocumentManagement | 0d26f43d23110b0603a47ffc328de0ca07d90e89 | ef55133b54a9e350ad6a62f9b1325760fe2ae9a2 | refs/heads/master | 2022-12-01T13:07:02.738151 | 2020-08-26T16:15:20 | 2020-08-26T16:15:20 | 290,542,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,326 | java | package com.alink.documentmanagement.documentSent;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.alink.documentmanagement.appConfig.AppConfig;
import com.alink.documentmanagement.detail.documentDetail.DetailActivity;
import com.alink.docu... | [
"lequyenlinh110@gmail.com"
] | lequyenlinh110@gmail.com |
df3d86bf360b976cd6cbec488d47295388771d20 | 18ac7faba518f4fe3bd410edc3fca3b497533fca | /app/src/test/java/com/example/labtask3/ExampleUnitTest.java | c8341a8549870fdc5ec11ad9b2f19d543ce514da | [] | no_license | shahbaazkyz/Menu-List-and-Dialing-App-Android-Studio | f659f2d107324767cc63fdd7e34f3205f07b133b | 0f216377c280ac7fd1b05332518493188bcd3591 | refs/heads/master | 2023-07-14T00:45:20.337135 | 2021-08-29T10:23:58 | 2021-08-29T10:23:58 | 401,012,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.example.labtask3;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"Shahbaazkyz@gmail.com"
] | Shahbaazkyz@gmail.com |
e3ccde3ef0f9c8ca5a01f243d9597338ae80d174 | 70582ae3d3bb6fe6f153796606eedfa32cdd8fa9 | /AndroidStudioProjects/ApplicationSecond/app/src/main/java/com/example/konrad/applicationsecond/Layouts.java | 7d6a793bc23665dec5499c234d74d2eb5f273383 | [] | no_license | KonradSar/ApplicationSecond | fa8bd694d891f4a273c5480673b7405a7f29f391 | a348ac028acdb9554423e335e6d3aaeb2fe31f82 | refs/heads/master | 2021-06-23T01:57:29.628118 | 2017-09-08T13:53:59 | 2017-09-08T13:53:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,970 | java | package com.example.konrad.applicationsecond;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import com.nostra13.universalimageloader.core.ImageLoader;
import... | [
"konradsar2015@gmail.com"
] | konradsar2015@gmail.com |
36994771e533d5743d6539d962ca22585bea7995 | 042d9dd14bbcce706487fc4bb5197639ea439d75 | /app/src/main/java/com/fungeonstudio/redline/recycler/ReviewAdapter.java | b0fcf9e30b34612266bd6e63097d83cf30934d55 | [] | no_license | rexdarel/DiagonlineApp | 5e3ce82bf7c44afeafd18fcae548d1dc8aa1d4b7 | 83f40b0ad3111fdabc2487e6abfca7181d976dfe | refs/heads/master | 2021-04-26T04:36:36.577441 | 2018-02-17T16:24:34 | 2018-02-17T16:24:34 | 121,399,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,700 | java | package com.fungeonstudio.redline.recycler;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RatingBar;
import android.widget.TextView;
impo... | [
"rexdarel@vimlabs.com"
] | rexdarel@vimlabs.com |
01a8e0b66f3fe962a7a6c4f7d6e3acc0d6c5b798 | c89223423b54844cc2641fa4f48d4bbe3bbf4fa0 | /src/activity/personalCenter.java | a0eb6bc8c880fd3d27cca79d89d6d1b5323edfc6 | [] | no_license | Recen/seubbs | 1fd0a71d9936192fee2bec138f3697ae294ee225 | c7dd5d77a30ad512a813e8e7df1439ed67688f11 | refs/heads/master | 2021-01-10T16:13:06.162409 | 2015-06-06T11:32:26 | 2015-06-06T11:32:26 | 36,663,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,926 | java | package activity;
import utli.MyApplication;
import utli.Preferences;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import and... | [
"zhang_renchen@163.com"
] | zhang_renchen@163.com |
d3f6628da57ca14271c63823ac21bad7182dec9f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_73caa590a9dfaa803be17b965858c34cef612c83/AquaWorkspaceStateTracker/22_73caa590a9dfaa803be17b965858c34cef612c83_AquaWorkspaceStateTracker_s.java | b997e65589f65f03a4a3b43af6149dd5e8fd5a5b | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,711 | java | /*
* Hex - a hex viewer and annotator
* Copyright (C) 2009-2012 Trejkaz, Hex Project
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7bb6617ced83930607f37a69679361ad3324832b | 58a896dbf20c1b0f3e5405d50bffb97d2f4f6131 | /src/proxy/UserManagerImplProxy.java | 15b75e153470621085394c5bf511c1b2899c33f8 | [] | no_license | 1814705032/Taoists | d1feb0f4b43a4c7f065693a5f2e9e5b9ff9e1e24 | 017a7a20f9b3b3d56757f86e4f81a7606c1e1395 | refs/heads/master | 2022-04-20T06:34:28.453701 | 2020-04-16T03:59:33 | 2020-04-16T03:59:33 | 256,104,225 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,049 | java | package proxy;
public class UserManagerImplProxy implements UserManager{
private UserManager userManager;
public UserManagerImplProxy(UserManager userManager) {
this.userManager = userManager;
}
@Override
public void addUser(String userId, String userName) {
try{
//添加打印日志的功能 ... | [
"181705032@qq.com"
] | 181705032@qq.com |
bcd9b21f12226fa680dfcb8de7ab5f4aa65fcdf4 | 64539efc01aa68e70aaa5943671eae8216a7f6a0 | /dellroad-stuff-main/src/main/java/org/dellroad/stuff/schema/SQLCommand.java | 2874822130905b974107bc62a408d61cfcc57af5 | [] | no_license | tiongks/dellroad-stuff | d396d1626f73ca11f950d5da626b154db27523fc | e7651548966918a741f0783532e17d78cbb4239d | refs/heads/master | 2020-04-22T00:51:29.670589 | 2019-01-05T19:22:25 | 2019-01-05T19:22:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,753 | java |
/*
* Copyright (C) 2011 Archie L. Cobbs. All rights reserved.
*/
package org.dellroad.stuff.schema;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* An SQL {@link DatabaseAction} that executes a single SQL stateme... | [
"archiecobbs@users.noreply.github.com"
] | archiecobbs@users.noreply.github.com |
843abfda69dd88f326b522095a096da800eeaabf | c9dc9ca80cbcda26a267ec77286d205b45668505 | /model/src/test/java/no/nav/foreldrepenger/vtp/testmodell/TestscenarioHenter.java | dd2dc390f07d0269876f774bcadfcd4ef6ead5e6 | [
"MIT"
] | permissive | navikt/vtp | adc79777c719418cc6ecbdc02e24d71197c18d16 | 4c0d7ccf5c437391c4a079bddc381b4e73dbf1ab | refs/heads/master | 2023-09-04T12:27:58.370210 | 2023-09-04T08:29:46 | 2023-09-04T08:29:46 | 176,907,179 | 6 | 3 | MIT | 2023-09-13T03:45:38 | 2019-03-21T08:59:23 | Java | UTF-8 | Java | false | false | 5,562 | java | package no.nav.foreldrepenger.vtp.testmodell;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.Enumeration;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.concurren... | [
"noreply@github.com"
] | navikt.noreply@github.com |
f54378a541f752426619f1c518a4b6cfba362c18 | da4c175e1f0a310e9ccc1c963900dfa781fe1da5 | /advent/day6/tests/Tests.java | 4a0bad66f5577e3fd0a3bc9c431f4c51dc21d3f6 | [] | no_license | Hirtol/AdventOfCode2019 | 99a32d10dc6fae7ae32649e08b61e4593850714b | 98d6d8e6228ac367739d3bfa0e5931d3b2d9a73d | refs/heads/master | 2020-09-27T00:41:51.462378 | 2019-12-26T18:22:09 | 2019-12-26T18:22:09 | 226,380,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | package advent.day6.tests;
import advent.day6.Orbit;
import advent.day6.OrbitFactory;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class Tests {
@Befo... | [
"valentijnhol@hotmail.nl"
] | valentijnhol@hotmail.nl |
d1ff508e081702464bfd80479f698ed65c86c28b | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/vlog/model/d.java | e3403154c2673bc2a5501953672666f0842fbe39 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 4,882 | java | package com.tencent.mm.plugin.vlog.model;
import android.graphics.Bitmap;
import android.opengl.GLES20;
import android.opengl.GLUtils;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.videocomposition.c.e;
import com.tencent.mm.xeffect.c;
import com.tencent.mm.xeffect.effect.EffectMana... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
fa7b8899f1f9a96fcdaeb4ae15ce819076379083 | 83646f51b862ebc1895151dfecb1d493e4d0f3a2 | /hr-worker/src/main/java/com/devsuperior/hrworker/resources/WorkerResource.java | 67b3072ee5fc3a82e44ad40f3e990db627a67193 | [] | no_license | dan9903/ms-course-ds | 7b5851c94f211a13267fe27835aaeb8f1c3597a1 | b3993d1fb599577076622a74cf745cf435d99439 | refs/heads/main | 2023-08-14T23:34:07.173436 | 2021-10-02T21:11:37 | 2021-10-02T21:11:37 | 402,207,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,695 | java | package com.devsuperior.hrworker.resources;
import java.util.List;
import com.devsuperior.hrworker.entities.Worker;
import com.devsuperior.hrworker.repositories.WorkerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.sprin... | [
"mnssd2@gmail.com"
] | mnssd2@gmail.com |
199ada01cbf9d34575e3778c7550b4766b6d59d0 | 9c87f7cba2355950e9adf1e5efda9244401c978c | /src/Largest1BorderedSquare.java | e3e2a56cb3e71b8ab6ba1dacbc6fa8ea8101c93f | [] | no_license | sbturan/LeetCode | 351d71a7690bf564dcb8ecb528e4223e91349743 | 1f2249c18d95fe4a6604530c079ff159b590c899 | refs/heads/master | 2023-05-01T23:22:16.618059 | 2023-04-23T16:13:46 | 2023-04-23T16:13:46 | 89,212,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,363 | java | public class Largest1BorderedSquare {
public static void main(String[] args) {
System.out.println(new Largest1BorderedSquare().largest1BorderedSquare(
new int [][]{{1,1,1},{1,0,1},{1,1,1}}));
}
public int largest1BorderedSquare(int[][] grid) {
int [][] dp=new int[grid.length+2][grid[0].length+2];... | [
"sbturan@gmail.com"
] | sbturan@gmail.com |
8ab2553814cd1a3b2d5dad63b0a5ca55feb6d70d | 6e0638800bfe8e6ee2915155ebfe3ea706275209 | /src/msg/msg/action/msgLiveAction.java | ff2c7f57a698e3561c519a9c8af24ef634e11b05 | [] | no_license | widdlf0/MyProject | c2bef80b1f1171c58cac7a4031353eb17a5a974e | e54f78463c8626104c5a7bfd4e5a71c84dcbccfd | refs/heads/master | 2021-08-30T18:49:47.760688 | 2017-12-19T01:58:46 | 2017-12-19T01:58:46 | 114,702,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package msg.msg.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import msg.db.MsgBean;
import msg.db.MsgDAO;
public class msgLiveAction implements Action{
public ActionForward execute(HttpServletRequest request,HttpServletResponse response)
throw... | [
"noreply@github.com"
] | widdlf0.noreply@github.com |
322ea7e3ad2ce3bcff1d680c1f4de718ce9d7b6e | 6abf093021b98834687189dd86f0fff73de9809a | /tools/AndFix/libandfix/src/main/java/com/sohu/focus/libandfix/Compat.java | 1a96cb3596d8077c7460a7eeaaf16f315258a873 | [] | no_license | Hotpotboy/zhanghang | 53d1d59e1271dfb17b37bcc82940c272da84583e | 1624b953fccd3fc89b4b0c32627590aa9123ac93 | refs/heads/master | 2020-05-22T02:53:59.130067 | 2017-03-14T05:50:45 | 2017-03-14T05:50:45 | 39,623,209 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,124 | java | /*
*
* Copyright (c) 2015, alipay.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"407376249@qq.com"
] | 407376249@qq.com |
e58331894d9517164356cabf09273e597ffda587 | c8cdff97fb4b6ce366bb6ab9adaff866b761a791 | /src/repl_it/first_practice/PrintFirstChar.java | d46bed749d4125971d9f63946b0084f28fb798ee | [] | no_license | SDET222/java-programmingC | 6a50c147f526f60382c8febfe68c1a1c7f2921b2 | f6098a8a3ff2412135120efde901ab3ac558c362 | refs/heads/master | 2023-06-22T00:48:25.451665 | 2021-07-26T23:51:53 | 2021-07-26T23:51:53 | 366,196,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package repl_it.first_practice;
import java.util.Scanner;
public class PrintFirstChar {
public static void main(String[] args) {
/**Write a program that will print out the first character of the word.*/
Scanner scan = new Scanner(System.in);
System.out.println("Enter word");
String... | [
"jkrogers222@gmail.com"
] | jkrogers222@gmail.com |
3362c1b79e4ec295da3d8e4b2d4d189e75c8bcaa | fc11db827ab734d69637659e240fa1b94f1e114d | /src/main/java/Process/ClassifySpiderProcess.java | 6f329313907963f85bc3693ecb14361e598cc2da | [] | no_license | APOLLO2333/SimpleNovelSpider | 17f9bfa101c8072c6542459f8b17c0fe9d70625c | e6bdcdc1a869b1c9f997c20c64596abf2b55f0d7 | refs/heads/master | 2020-06-05T04:14:59.085943 | 2019-06-17T08:54:47 | 2019-06-17T08:54:47 | 192,310,045 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,210 | java | package Process;
import us.codecraft.webmagic.Page;
import us.codecraft.webmagic.Site;
import us.codecraft.webmagic.processor.PageProcessor;
import us.codecraft.webmagic.selector.Selectable;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.... | [
"46744790@qq.com"
] | 46744790@qq.com |
cb8c8f3c730742eed09813438e337601c19fb0e6 | 8f26d9568eb3fcc00e04fe28f4cf21efb5320a6b | /FlightChess/src/main/java/flightchess/stsm/bussiness/entities/repositories/RoomDAOImpl.java | 3e2ab9ea3699842b20b993b6ca155b432c790fbd | [] | no_license | TOKISAKIKURUMI/FlightChess | 8d9c1858b46107308ebd01502c898ed2d508f97b | 068ca57c63c816ee61a2c9b19593185a3749b275 | refs/heads/master | 2016-08-12T11:38:19.023084 | 2016-03-31T12:28:51 | 2016-03-31T12:28:51 | 55,148,301 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,350 | java | package flightchess.stsm.bussiness.entities.repositories;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import flightchess.stsm.bussiness.entities.Room... | [
"736434250@qq.com"
] | 736434250@qq.com |
6a1864371ff60995a595b6d7c4034d0e1cc44022 | b48e06366fead556f677666cba2817ad4e0c9acf | /app/src/main/java/com/example/cse3311/loccareandroid/DBManager.java | 7737b9412fa9a77dfa458ce338e219c59529bfb9 | [] | no_license | dehanz13/LocCareAndroid | e6bc92ad5cca4951168141faf0ea57f170225dd6 | 1409b1bef818a0bc19447fdcd52e74a510e08306 | refs/heads/master | 2020-04-08T06:48:07.922367 | 2018-11-26T04:59:25 | 2018-11-26T04:59:25 | 159,113,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,444 | java | package com.example.cse3311.loccareandroid;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.content.ContentValues;
import java.util.Vector;
public class DBManager extends SQLiteOpenHelper {... | [
"dehanz13@users.noreply.github.com"
] | dehanz13@users.noreply.github.com |
c15f6169346d68ff4fbc04599e36bd3bb815771d | cb1c725a6baf2517abafd53451b7dfaf5fe0840b | /maven-multi-module-archetype/src/main/resources/archetype-resources/__rootArtifactId__-app/src/main/java/app/exception/GlobalControllerExceptionHandler.java | cc3f8ad9c49d0bde5df2b8894e1abbd51cbfc658 | [
"Apache-2.0"
] | permissive | digimono/maven-archetypes | 2ff38491a79e3f33a357ad497e9b6ed1e624f0bd | 6b115187e826a271ea4f77f6fea01094cad7aa34 | refs/heads/master | 2023-01-08T22:51:46.961179 | 2019-11-29T01:22:33 | 2019-11-29T01:22:33 | 192,632,070 | 1 | 0 | Apache-2.0 | 2022-12-27T14:45:04 | 2019-06-19T00:49:52 | Java | UTF-8 | Java | false | false | 7,914 | java | /*
* Copyright 2019 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 applicabl... | [
"yanjuyang@outlook.com"
] | yanjuyang@outlook.com |
7e6a42a5f4ee01006af4c828c2b899bb27ac56d1 | 32978b5f198d362f66d8624597f224857494dc85 | /prestamos.core/src/main/java/ar/gov/cjpmv/prestamos/core/persistence/prestamo/Banco.java | d25b4db0c7fbbe4c6f6291e9a2bd7849bb9ab74a | [] | no_license | lusardim/cjpmv | 92292c21d98e93b15a58705150d5dde3cc33e121 | 3588e21c77a0f631be1e7c29b9c4cbe4f786def3 | refs/heads/master | 2021-12-14T13:21:43.924164 | 2021-12-09T17:42:01 | 2021-12-09T17:42:01 | 122,205,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,673 | java | package ar.gov.cjpmv.prestamos.core.persistence.prestamo;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;... | [
"lusardim@gmail.com"
] | lusardim@gmail.com |
1ccec363833272dd4267931820fcb649d91d8421 | 4135a5c87202bbd2da78464d63232a591fd5237f | /DS_Elementary sorts/src/Combinesort/TestJUnit.java | 2fe6c73a7590c7091d92f9a0c48cdd4a6ef79554 | [] | no_license | karthiksvs/Data-Structures | 2baaeb444ca4a5213e9befb0e03f142c4e70eaee | cc4f73b6ab703caa91897c0141c1ba606c09bf4c | refs/heads/master | 2020-09-03T13:25:03.005327 | 2020-02-07T10:39:55 | 2020-02-07T10:39:55 | 219,472,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,635 | java | /**
* This is JUnit that tests the lower method in StringHandling class.
* This contains 80 testcases.
*
* Please don't run this file.
* You can add your own test cases to this file by just copy and
* paste the last three lines of the code (TestCase80).
*
* @author Deepak Kumar
* @author Vipul
*/
package C... | [
"svskarthik98@gmail.com"
] | svskarthik98@gmail.com |
9812187abce9ce7c7357f5b3f621d92460c65f31 | 5e518e80a8be4bc6ce2d9b7067500ff71707864f | /sandbox-encryption/src/test/java/tryanderror/encryption/Rsa.java | 7dbde9decdfedd50543904f14f4e8539db0e7fbb | [] | no_license | signed/sandboxes | 7a510b4ee421f0eb9478dac2e0f952ab6dd4ce41 | a662ff7e5483b75ac52a1c356effe9bedf83b4f7 | refs/heads/master | 2023-08-17T04:06:51.490936 | 2023-08-15T19:42:55 | 2023-08-15T19:42:55 | 4,309,543 | 1 | 0 | null | 2014-06-01T10:01:47 | 2012-05-12T20:34:47 | Java | UTF-8 | Java | false | false | 3,821 | java | package tryanderror.encryption;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.junit.Assert.*;
import static org.mockito.Matchers.isNotNull;
import java.io.BufferedOutputStream;
import java.io.File;... | [
"thomas.heilbronner@gmail.com"
] | thomas.heilbronner@gmail.com |
23a73d354dafdf828e9a171e3060cb4b795e6a21 | b9eb0d8f877e88ca818d5063c56245f75e69c3a1 | /src/main/java/com/example/springbootcommunityweb/controller/LoginController.java | 64dbbb581fed5c37d5e8e6d9cc6e5b5296e1ec7a | [] | no_license | leejohy-0223/Spring-Boot-Community-Web | 63216f8ef3cc60d2264d7b79f713e4783474754e | 080fb61fb0e0ddbf939137701fb0c6c96d78ee79 | refs/heads/master | 2023-08-01T20:59:28.899942 | 2021-09-15T14:53:09 | 2021-09-15T14:53:09 | 406,403,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | package com.example.springbootcommunityweb.controller;
import com.example.springbootcommunityweb.annotation.SocialUser;
import com.example.springbootcommunityweb.domain.User;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class LoginCont... | [
"leejohy@naver.com"
] | leejohy@naver.com |
7a534a4ff0059835867961628e48247a507e5be9 | 25baed098f88fc0fa22d051ccc8027aa1834a52b | /src/main/java/com/ljh/daoMz/JytTradeinfoLogMapper.java | a2c413e30befc05bb6d3b862d34ca415bce71451 | [] | no_license | woai555/ljh | a5015444082f2f39d58fb3e38260a6d61a89af9f | 17cf8f4415c9ae7d9fedae46cd9e9d0d3ce536f9 | refs/heads/master | 2022-07-11T06:52:07.620091 | 2022-01-05T06:51:27 | 2022-01-05T06:51:27 | 132,585,637 | 0 | 0 | null | 2022-06-17T03:29:19 | 2018-05-08T09:25:32 | Java | UTF-8 | Java | false | false | 278 | java | package com.ljh.daoMz;
import com.ljh.bean.JytTradeinfoLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author ljh
* @since 2020-10-26
*/
public interface JytTradeinfoLogMapper extends BaseMapper<JytTradeinfoLog> {
}
| [
"37681193+woai555@users.noreply.github.com"
] | 37681193+woai555@users.noreply.github.com |
4e1827fb7203001f39e79e2143a0e10ca7db9000 | 486678450069363a9aa09b46495ab9d4b0e579a5 | /Resturant/src/main/java/com/pavansrivatsav/service/ItemCategoryService.java | f8719fe035e4c0f5bb3f12bb841b79a38a3f6be7 | [] | no_license | PavanSrivatsav/RestaurantJava | d6becaec061ce158ac202db6d5e5fc1933f38957 | 275a39914041045cd8db47edc1edaa88d32a1dfa | refs/heads/master | 2020-05-23T10:17:24.039640 | 2017-02-01T10:17:26 | 2017-02-01T10:17:26 | 80,413,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package com.pavansrivatsav.service;
import com.pavansrivatsav.dao.ItemCategoryDAO;
import com.pavansrivatsav.exception.ServiceException;
import com.pavansrivatsav.exception.ValidationException;
import com.pavansrivatsav.modal.ItemCategory;
import com.pavansrivatsav.validator.ItemCategoryValidator;
public class ItemCa... | [
"pavansrivatsav96@gmail.com"
] | pavansrivatsav96@gmail.com |
cf2575ed592aa423ced697c503920122e0a20af6 | 0ab1a7a81f238b22f52bed1e4ae02acbe1daeda1 | /pay_android/app/src/main/java/com/example/epay/adapter/TransferDetailListAdapter.java | 495404cf71f76a7ff93a399aa700f8c53b263e1a | [] | no_license | 1521zxc/Mke | 844e32319bc73d49d2c17af3a3bee27db8aefea1 | 9aa2ec69b79e3000300d3c6e3617b314a4bd64b3 | refs/heads/master | 2022-12-09T15:08:04.844050 | 2019-09-25T09:54:46 | 2019-09-25T09:54:46 | 194,998,805 | 0 | 0 | null | 2022-12-08T02:06:53 | 2019-07-03T07:07:08 | Java | UTF-8 | Java | false | false | 2,277 | java | package com.example.epay.adapter;
import android.app.Activity;
import android.graphics.drawable.Drawable;
import android.widget.TextView;
import com.example.epay.R;
import com.example.epay.base.TBaseAdapter;
import com.example.epay.bean.TransferList;
import com.example.epay.util.DateUtil;
import java.util.ArrayList;... | [
"1521070905@qq.com"
] | 1521070905@qq.com |
d338347d74bf18a7362a05ae2d3937349ae839ae | bb733ab4e8d708aa002710dcbbb451d9d263eae3 | /Pancakes.java | 223a221c6c50e6dbfa5fbe1d465fa0f4e1d97327 | [] | no_license | AbdullahJasim/GoogleCodejam | 422f8ef1a47ca07af9dc8004d3d1c5a879b24b91 | 5e5b126dba0b84420bb97edce7b3f4c16f77d486 | refs/heads/master | 2020-12-24T18:13:34.078618 | 2016-05-20T05:42:23 | 2016-05-20T05:42:23 | 57,459,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | public class Pancakes {
private void printOutput(int caseNum, String pancakes) {
char[] newPancakes = pancakes.toCharArray();
int steps = flipPancakes(newPancakes, 0);
System.out.println("Case #" + caseNum + ": " + steps);
}
//Find the pancake with the blank page at the very bottom
private int lastPancake(c... | [
"ajasim@sfu.ca"
] | ajasim@sfu.ca |
675176b8364fe0e1f02522780ed1c2670b406a50 | 6b289d839630ec3f41923e11b5b199bba3de8e3b | /CarrotMarket/src/main/java/carrot/market/test/service/MarketService.java | fe0c9b2f3cd85644ec3b967858a89481a5edeb11 | [] | no_license | searpier/Market | a3bf9fb5ab54cd94fadaafb3f7fe2efdc1a65d1e | a56148fc046ac272b1f94d54c3ac42650b327fad | refs/heads/master | 2022-05-01T00:05:36.014731 | 2022-04-01T12:24:45 | 2022-04-01T12:24:45 | 220,669,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,727 | java | package carrot.market.test.service;
import java.util.HashMap;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import carrot.market.test.model.Product;
import carrot.market.test.model.User;
import carrot.market.test.reposit... | [
"searp@DESKTOP-6FU4SS6"
] | searp@DESKTOP-6FU4SS6 |
45d169bef47ee014c74b5b1e1302ab82ddf9b22a | fd9fbcc4249c63df38fab3fbc1cde7cdb3936b19 | /src/test/java/com/changmin/AOP/AOPTest.java | 62dad1682026df4a276002424f4383931602a5ff | [] | no_license | pcm5566/SpringAOPDemo | 71d494675215e20f70aa63b0d4a62e44e2e6d58b | 617fba89443b8b344f43b54239de0033c159e36f | refs/heads/master | 2020-04-02T01:48:54.677802 | 2018-10-20T06:28:22 | 2018-10-20T06:28:22 | 153,876,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.changmin.AOP;
import org.testng.annotations.Test;
public class AOPTest {
@Test
public void proxy(){
ForumService forumService = new ForumServiceImpl();
forumService.removeTopic(1200);
}
}
| [
"pcm5566@163.com"
] | pcm5566@163.com |
a871aa312991582c69f157b1ce8559e42cfda098 | a495da428ac50c496aa68a3fd8bfc8805cf1ea9c | /src/algorithm2/Bits.java | 65c5a80dde5ac982af6d345ce273c0691cf1daca | [] | no_license | shizhh/Leetcode | e44620c20689bf828f4133231dd1805851164980 | e9fb00114464ef16f92a021a209e86bc0811e2b0 | refs/heads/master | 2020-12-13T23:41:28.810515 | 2020-06-27T10:12:32 | 2020-06-27T10:12:32 | 46,402,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package algorithm2;
/**
* Created by szh on 16/7/28.
*/
public class Bits {
private int BITSPERWORD = 32;
private int SHIFT = 5;
private int MASK = 0x1F;
private int N = 10000000;
private int[] a = new int[1 + N/BITSPERWORD];
void set(int i){
a[i>>SHIFT] |= (1<<(i & MASK));
}
... | [
"szh@zhenhui-mac.local"
] | szh@zhenhui-mac.local |
60f9fa886ed0e906f87f4c56bfeb8330c227353d | 670853388ab3d93d6062272ee9426ff4156a38ab | /projectsix/projectsix-module1/src/test/java/com/projectsix/module1/AppTest.java | b357ed8ed2f5795040f28a49b67acd0f38ad0f8a | [] | no_license | ForrestCorry/Maven | b1126e9fb08fd9a7ad4e88cc501c862fa7c1072a | 7691cc0ef3c52f992d689abed4accd15c7854648 | refs/heads/master | 2020-04-19T04:34:35.062045 | 2016-08-24T17:17:30 | 2016-08-24T17:17:30 | 66,484,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 543 | java | package com.projectsix.module1;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class AppTest {
public AppTest() {
}
@BeforeClass
public static void setUpClass() {
}
@AfterClass
public static void ... | [
"forrest.corry@gmail.com"
] | forrest.corry@gmail.com |
965ecc302997174903517991910db5228f864f04 | f1fa160a6dd30002b0a4cd4effebf69da18073ce | /src/main/java/com/assignment/mindbow/services/ManagerServiceImpl.java | b41fc0b5ca346e5e669f16c2e9fcf90350440ecc | [] | no_license | pravinbhosale96/mindboserassement | 42e86ac101a95d864d9bdaa6820f4cbeb7304b2a | ae31a49366377f595dec572a8daec5904442f055 | refs/heads/master | 2022-12-04T11:19:35.636034 | 2020-08-15T02:30:33 | 2020-08-15T02:30:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,976 | java | package com.assignment.mindbow.services;
import java.sql.SQLDataException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation... | [
"pravindhekale36@gmail.com"
] | pravindhekale36@gmail.com |
838a8b3ae4fe3708837e46b659063da2f9b6bf85 | 0b87ccd4fdf5acc868790bbba3828a4b6ab5a331 | /app/src/main/java/com/jeevscode/jeeva/demoapp/MainActivity.java | 7df65b1d811ad935abbf168ec85a3c263f319326 | [] | no_license | jeevak001/Android-APITry-DemoApp-PagerFragmentsActivity | 399653c2bac8da6292bb41b4c2596648c918ed9a | 2e9fec386032e26ce16e6edb3d15ea9015160e6d | refs/heads/master | 2021-05-16T13:08:02.817723 | 2017-09-30T13:56:55 | 2017-09-30T13:56:55 | 105,355,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,409 | java | package com.jeevscode.jeeva.demoapp;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManage... | [
"jeeva.nasa01@gmail.com"
] | jeeva.nasa01@gmail.com |
86881c8f719090163baa71961f5551edbfde5941 | 12a3ec2221d9333757a852ee5d46fd5f8cb3571a | /InOrderTraversal.java | 0b4cf304f285e64ae159d31a3f1d01269b7b90ea | [] | no_license | turalf/java | b936911977d4a03eb550c584bde73915a8aceb96 | e2334bf1a599260e2c2cd97884c2d341fedcb60f | refs/heads/master | 2020-12-02T06:33:02.260947 | 2017-07-25T14:13:37 | 2017-07-25T14:13:37 | 96,852,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,598 | java | import java.util.*;
import java.util.stream.*;
public class Traversal{
public static void main(String ... args){
try(Scanner sc = new Scanner(System.in)){
inOrderTraverse(generateTree(Stream.of(sc.nextLine().split(" ")).mapToInt(Integer::parseInt).toArray(),0));
preOrderTraverse(generateTree(Stream.of(sc.next... | [
"turalf@Turals-MacBook-Air-5.local"
] | turalf@Turals-MacBook-Air-5.local |
103f078602f61aa237365d73ce174b15147e1969 | 7e0c2431472dadbfaf8864ba2d0f826febb3aa95 | /src/main/java/com/Invoicer/Biller/utils/JwtUtils.java | ca63703d4b368ed93759e57e994ba97b1cd698cc | [] | no_license | stutilaad/Invoicer-App-BackEnd | 5080d0b682cae9ce2b018904808e7eee2617d398 | 71dfef256affa99880e4436e3022cbaaa1e27d4a | refs/heads/master | 2022-12-11T16:27:34.178909 | 2020-09-01T16:39:10 | 2020-09-01T16:39:10 | 285,545,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,837 | java | package com.Invoicer.Biller.utils;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Component;
impo... | [
"stutilaad@gmail.com"
] | stutilaad@gmail.com |
9e9c9dc3def67d9586db4a4dc77db165ef429e3e | c01a80acd844e93106f694d396bcfc9b5d12dd35 | /RestoreIpAddress/Solution.java | 52e598515a6929660160e8c8e420d8e21644e8d9 | [] | no_license | shaowei-su/MySubLC | c8ccc25ffc552b297eb69ff7b2f888f7aa45fa33 | 1a8048c16f782e025f0da85ac79dcb6a02e9166d | refs/heads/master | 2020-06-02T10:20:36.557147 | 2015-09-22T21:00:34 | 2015-09-22T21:00:34 | 37,701,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | import java.util.*;
public class Solution {
public boolean isValid(String s) {
if (s.charAt(0) == '0' && s.length() > 1) {
return false;
}
int num = Integer.parseInt(s);
return num >= 0 && num <= 255;
}
public void restoreHelper(List<String> res, String s, int pos, StringBuilder sb, int times) {
if (... | [
"shaow.su@gmail.com"
] | shaow.su@gmail.com |
8a711dca5d7ec229c36fd2b8e6f7dfc0bbe7fb98 | 695b1ff0074fd4b77effa966243b5634750cfa21 | /ace-gwt-editor/src/main/java/ace/client/JSEditorToolbar.java | 605acb433a1b7fe46a4e0e45fca47641899d33dc | [] | no_license | bsorrentino/ace-gwt | 204f65bfa1ef8f100965ad76ef5dff82c6f12431 | e8fafdc8c1971220f0cb0f5e87321118ac55a892 | refs/heads/master | 2020-04-23T08:54:14.918849 | 2011-02-07T21:23:53 | 2011-02-07T21:23:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,858 | java | /*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"bartolomeo.sorrentino@gmail.com"
] | bartolomeo.sorrentino@gmail.com |
562e9fb803f157ab467cbb3a2bd6764b1442c088 | a6f3812c0e90ea6a028fa0d607bf05016617725a | /tensorflow-core/tensorflow-core-api/src/gen/java/org/tensorflow/op/data/ParallelInterleaveDataset.java | bf87079b34c7f9281de3a0c57b22e7128a455205 | [
"Apache-2.0"
] | permissive | matijadj/java | 2047436d99b3ddb58fa79d50f2176133702f22ad | 5e775e1b97e835e029ec669824c550a8227262db | refs/heads/master | 2023-07-22T03:27:22.022779 | 2021-08-31T21:09:12 | 2021-08-31T21:09:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,051 | java | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"klessard@expedia.com"
] | klessard@expedia.com |
a6390860bc5bc136ca0df8e117d2ec1072ad3e66 | 6b3746399fe2d5bbe624fc08a39d0026319eedb8 | /src/demoproto/PatientSummary.java | d6ce4db3f737838984f4931b54f9674c13802f5b | [
"MIT"
] | permissive | arif1177/JavaProject_Patient_Information_Processing_Demo | 2cc825cb021772efb351e2effd128df094d2f529 | aa4966682b3b8bab62ca3ca87be23ee6d8faed32 | refs/heads/master | 2022-05-30T16:29:09.362747 | 2020-05-01T15:46:39 | 2020-05-01T15:46:39 | 260,495,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,330 | 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 demoproto;
import java.util.ArrayList;
import java.util.List;
/**
* This class has necessary patient information e.g. IDs, ... | [
"arif.khan77@hotmail.com"
] | arif.khan77@hotmail.com |
21992de549dba18821ac2661a3c11f77eb7f6726 | aa1192d64dd1577ff3e426ddc07831308d290c9c | /jericho-ejb/src/main/java/za/co/jericho/exception/EntityValidatorException.java | 2c0233a971e3e2f11a73791e3ec3bfe66881852f | [] | no_license | jacowk/jericho | 189a3df45cf74343665a9b76d36c2856ee25d662 | ade08e4abbcdd9fa2fe1332edab58fbb46d163fb | refs/heads/master | 2021-01-21T04:47:32.261432 | 2016-06-16T12:41:29 | 2016-06-16T12:41:29 | 49,664,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | 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 za.co.jericho.exception;
/**
*
* @author user
*/
public class EntityValidatorException extends RuntimeException ... | [
"jaco.wk@gmail.com"
] | jaco.wk@gmail.com |
96778622feb98c12e189c6c11f679044c511728b | 250f76a5c09b48914b25cc0de8eaf28ad30f6375 | /java_knowledge/src/main/java/cn/com/frodo/knowledge/msgsubscriber/step_four_generics/ApiWrapper.java | 831ac08409dd4e84356d0a357a9353d8db7e23d5 | [] | no_license | frodoking/Java | 73409e2389417459b80016d43a8f0e888d8b11d8 | 044a49466091b7737b32c1c1ecb558d5d146fc1a | refs/heads/master | 2023-06-09T13:13:07.210965 | 2023-06-09T03:32:14 | 2023-06-09T03:32:14 | 29,135,773 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | package cn.com.frodo.knowledge.msgsubscriber.step_four_generics;
import cn.com.frodo.knowledge.msgsubscriber.Cat;
import cn.com.frodo.knowledge.msgsubscriber.step_three_asynchronous2.Api;
import java.net.URI;
import java.util.List;
public class ApiWrapper {
Api api;
public void queryCats(String query, final... | [
"awangyun8@gmail.com"
] | awangyun8@gmail.com |
0060aab9677b4fe9c020881741fdfeac57c6907b | beae15656116c48136c24bf0c55185c3ddfc034f | /app/src/com/csc207_0898/triageapp/Temperature.java | f1290cad25525c12b859eaa53bf01e33ed62718c | [] | no_license | cheeseonhead/TriageApp | 971b2af1ca73f9e8bca41f0440b38088af4ed57a | ba9a7d0166cbf03d184d5df4769599b123cbd3d8 | refs/heads/master | 2016-09-06T12:01:28.189448 | 2015-03-26T01:15:08 | 2015-03-26T01:15:08 | 32,900,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,701 | java | package com.csc207_0898.triageapp;
/**
* Class Temperature contains one variable which is a float for the temperate
* which must be between 10.0 and 50.0 in Celcius.
*
*/
public class Temperature {
private float temperature;
/**
* Public constructor for Temperature class which takes a single argument as
*... | [
"cheeseonhead@gmail.com"
] | cheeseonhead@gmail.com |
e3e11027c282c2dcf921cbe36d04747234d48ec3 | 81ede6e233c8114382994a233fffc90ac77565f2 | /src/main/java/com/vacomall/common/util/ShiroUtil.java | e0122151a98f7d585e1dc762bb84c0c679bb4217 | [] | no_license | p555iii/recordPro | 91b2c46edb4b0d06cb41bf64903ab508a13f169b | 06d3d2683efd6f417ebb6934bb18ee2d95ebd25b | refs/heads/master | 2021-08-08T00:04:18.823750 | 2017-11-09T07:07:20 | 2017-11-09T07:07:20 | 107,936,359 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package com.vacomall.common.util;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.subject.Subject;
import com.vacomall.entity.SysUser;
/**
* Shiro工具类
* @author jameszhou
*
*/
public class ShiroUtil {
/**
* 密码加密
* @param password
* @param salt... | [
"690648268@qq.com"
] | 690648268@qq.com |
36c094a4e5830a964cba4c7c5206c4a305df86bd | d82efd2733e9e0092ea9dd196c25deb08f076f5a | /common/src/main/java/shared/exceptions/PlayerLimitExceededException.java | be60b307abdcadaa534ef7e964ecad026887aac7 | [] | no_license | SE2-Busfahrer-SS20/SE2-Busfahrer-SS20 | b7c6ec25542d1c05d6f0a74d37f0048163cfd758 | dda5f4033f8554159d4702756079e358a31bdb55 | refs/heads/master | 2021-05-21T14:37:08.233695 | 2020-06-16T10:55:23 | 2020-06-16T10:55:23 | 252,682,886 | 0 | 0 | null | 2020-06-16T13:21:21 | 2020-04-03T09:05:10 | Java | UTF-8 | Java | false | false | 406 | java | package shared.exceptions;
public class PlayerLimitExceededException extends Exception {
public PlayerLimitExceededException(String message, Throwable cause) {
super(message, cause);
}
public PlayerLimitExceededException(String message) {
super(message);
}
public PlayerLimitExceeded... | [
"gerold.auer@live.at"
] | gerold.auer@live.at |
57f1cff9e5b548fbc27dd13a28a35f5bd4532a75 | bc75e27dbc79fe1cb03ad34786c2f89e517e869f | /ch03_ex2_TestScore/src/TestScoreApp.java | 8395582f5b5b7c9124de622f281dd1ed037e4e66 | [] | no_license | emiliesedziol/bootcampfall2017 | 391e023d9ad03a99d58fdc042a7840beef34f915 | 2f5611d4cab13b9ad6b2142f842269db6fa345b5 | refs/heads/master | 2021-05-04T15:39:50.883590 | 2018-02-05T00:54:18 | 2018-02-05T00:54:18 | 120,235,388 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Scanner;
public class TestScoreApp {
public static void main(String[] args) {
// display operational messages
System.out.println("Enter test scores that range from 0 to 100.");
System.out.println("To e... | [
"sedziole@gmail.com"
] | sedziole@gmail.com |
957a3ba98e7ea7e2ed504e27860175e01368d16f | 0095f00280d629e4845673b789995804a3983be7 | /app/build /generated/source/r/debug/android/support/compat/R.java | 5d26dd7568529963f22d8393744d6a3eeb4d7491 | [] | no_license | huangdaojian/AserbaosAndroid | 06ea789c1e26219c9f9d416459b3dc94bea21258 | 62ebf89b7d0472caea9a57cdfd2f8dda3155c7f3 | refs/heads/master | 2020-04-16T12:34:20.885176 | 2019-01-14T01:01:03 | 2019-01-14T01:01:03 | 165,585,338 | 2 | 0 | null | 2019-01-14T02:54:10 | 2019-01-14T02:54:10 | null | UTF-8 | Java | false | false | 10,167 | 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.compat;
public final class R {
public static final class attr {
public static final int alpha = 0x7... | [
"1142803753@qq.com"
] | 1142803753@qq.com |
2691aa2bfcb8f9a9d039bbf814dc16838d344b36 | 31dee92f5ceccb219dbd69a086b65506e872ac89 | /src/test/java/Actions/LiveTest.java | 4729d27f250b4473264d2c58a9c49ee905065619 | [] | no_license | moitreyeeC/MapSynq | 506470249b7537e9985acd0898b10bd067e53d9a | fae984ffadf88ae783676ad2b672e0ecbf78d5f6 | refs/heads/master | 2020-04-22T10:48:45.044287 | 2019-02-19T06:41:51 | 2019-02-19T06:41:51 | 170,318,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java | package Actions;
import static org.testng.Assert.assertEquals;
import org.openqa.selenium.By;
import org.testng.Assert;
import org.testng.annotations.Listeners;
import org.testng.annotations.Test;
import Pages.Live;
@Listeners(CustomListener.class)
public class LiveTest extends PersonalTest {
@Test(priority=1,desc... | [
"moitreyee.jak@gmail.com"
] | moitreyee.jak@gmail.com |
24de64935805c72844fa35051063f598606b9466 | 8fa39bcc167c4108d8ce98585e95366996dca8d9 | /src/main/java/com/cristi/cardatabase/domain/OwnerRepository.java | 3cac868ef531b1efc84f4f09fddbe76a7f85bb83 | [] | no_license | idcristi/spring-react-project | b057d92783c152db97eef4c293ccd2f1c1d090de | 59e8f8ad62a5ed40dc2b949aec2fd9f20474a7f1 | refs/heads/master | 2020-09-13T12:27:44.133746 | 2019-11-20T15:35:03 | 2019-11-20T19:57:49 | 222,779,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package com.cristi.cardatabase.domain;
import org.springframework.data.repository.CrudRepository;
public interface OwnerRepository extends CrudRepository<Owner, Long> {
}
| [
"cristi.duluta@gmail.com"
] | cristi.duluta@gmail.com |
5879db8df7c030460eaf2a1d17e350ad6436ca21 | 8611f5e3cd4bca6ed14e1f4c181547fee5b1fd07 | /EdurekaProject28042018/src/day4/AlertAndFrameHandling.java | 571fb563a5f647119b5592f4dae3b37e27712ac1 | [] | no_license | saurabhd2106/selenium3.0-qatechhub | 49fc490caaa6a24f966bf08c44d7e109acf90818 | 4468ef6f7114a87ceda6b0699dc131c015e1afbe | refs/heads/master | 2020-03-17T23:14:23.892730 | 2018-06-27T19:57:20 | 2018-06-27T19:57:20 | 134,036,562 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package day4;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.chrome.ChromeDriver;
public class AlertAndFrameHandling {
public static void main(String[] args) throws InterruptedException {
ChromeDriver driver;
String url = "https://www.w3schools.com/jsref/t... | [
"Saurabh Dhingra@qatechhub.com"
] | Saurabh Dhingra@qatechhub.com |
6c8a3e0ecb30dd3fff2c29bb9314355d9c6c88c9 | f5f311a7d010c4ec724d00d9b9ad4fbb7ed5c3d6 | /eclipse代码/elemeServlet/src/bean/GetShop.java | 09f1911bd1e512fae8318f176b8bee316a01a974 | [] | no_license | fenghong97/Green-Hat | 1c5694daf929b99d947484db1fcc5d14a9897a65 | b8fbf3dbe1e4186be824ea3d50708ee732b1681e | refs/heads/master | 2020-04-25T03:02:46.500574 | 2019-06-16T14:48:21 | 2019-06-16T14:48:21 | 172,462,423 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,891 | java | package bean;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.io.*;
public class GetShop {
public void go() {
//Á¬½ÓÊý¾Ý¿â
ResultSet rs = null;
Sql sql = new Sql();
sql.link("ysw", "123456", "eleme");
sql.runq("select * from shop");
rs = sql.getRs();
try {
String data = new Str... | [
"1120471759@qq.com"
] | 1120471759@qq.com |
0937c82aa822ed60e4b7ebd1261aa642625643ca | 9aac0fa0c3b8a1b7b1d6554bcd3bb871162338ee | /MerrySystem/src/com/dream/weddingexpo/dao/impl/TopDaoImpl.java | 4d4474be4130f5f3d63fe7f76d96d562c5570946 | [] | no_license | sogngenWang/project | 310022882466991b1c77486d7802958b8307d414 | d85ce7808a495ea07e8eac7fc0ba95eb4844a262 | refs/heads/master | 2023-03-17T11:38:29.105709 | 2015-04-20T05:11:16 | 2015-04-20T05:11:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,572 | java | package com.dream.weddingexpo.dao.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.criterion.Orde... | [
"wangsonggenHomePC@dream.com"
] | wangsonggenHomePC@dream.com |
77ff78ae92755e74c1474a69d07c8e633af290f7 | 344c15ec4918269b972fdc520d25d5739f5f12b3 | /Java II Orientação a Objetos/Aula6/src/exercicio02/TesteErro.java | 543392ac0b9140ad212afbb443b266d5caf16546 | [] | no_license | ordnaelmedeiros/alura | ffe63ea17d64abf2288c041d6a2f98cbe7775fe3 | 199f48b8338022f93ff85de8e4a93291eeda113e | refs/heads/master | 2020-04-09T04:59:17.872037 | 2018-08-29T09:19:24 | 2018-08-29T09:19:24 | 60,308,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package exercicio02;
public class TesteErro {
public static void main(String[] args) {
System.out.println("inicio do main");
metodo1();
System.out.println("fim do main");
}
static void metodo1() {
System.out.println("inicio do metodo1");
metodo2();
System.out.println("fim do metodo1");
}
... | [
"lrmarkanjo@gmail.com"
] | lrmarkanjo@gmail.com |
eed499a83a25d6908dcb9f2c9bca1f0550e67166 | 8ecc2c160c079f087cb50f07d0f6056ad8434a00 | /streams/src/main/java/org/apache/kafka/streams/processor/ConnectedStoreProvider.java | 84ba1c879cc33f8f0e541cded66d2e1ac7606c13 | [
"Apache-2.0",
"CDDL-1.0",
"EPL-2.0",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | satishd/kafka | f6f256847ff492ef9264ef6da1df0ab1273e9a99 | b58b944e70780029806a6004114bba43ce5b9483 | refs/heads/trunk | 2023-08-31T07:33:55.677224 | 2021-02-18T15:01:49 | 2021-02-18T15:01:49 | 52,782,583 | 2 | 2 | Apache-2.0 | 2023-04-14T12:41:23 | 2016-02-29T10:18:39 | Java | UTF-8 | Java | false | false | 4,921 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... | [
"noreply@github.com"
] | satishd.noreply@github.com |
85b68acb6eaf9ea425285e36299ec6873ca52f7f | b38aba09e3d7617f24d190a8c2999332f46bb2fe | /src/main/java/gui/controllers/role/RoleListController.java | af25ce1a4230e77d1723c7cba5bc44fa5bea4582 | [] | no_license | LJGuardiola-zz/Final-Seminario | 48beef0dcb4078aa693f738ec6f915b12363cd1d | 2782108244c37a5bf213c56d0adbbc2968e6b335 | refs/heads/master | 2023-04-27T10:56:17.823498 | 2021-05-04T02:38:51 | 2021-05-04T02:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,025 | java | package gui.controllers.role;
import api.Api;
import com.jfoenix.controls.JFXButton;
import gui.controllers.base.InnerController;
import gui.controllers.global.Session;
import gui.controllers.role.model.Role;
import gui.controllers.role.model.RoleDataModel;
import gui.util.UiExceptionHandler;
import io.datafx.controll... | [
"LJGuardiola@gmail.com"
] | LJGuardiola@gmail.com |
378f0fff34cee88ba470c4fd9cecbc40ecc7c07a | 685036fab1d8f8840e06512e008da8eb130fe76b | /src/main/analysis/SupportAna.java | de0854fb06acb4c5f6a6ba8256e464017aae7da1 | [] | no_license | accexine/ComRepAna | 464e3609c3d4f59b918274d500cfd9337e48dbf0 | ba4a0b95c65fb5d45a119b4eecef454992131d6e | refs/heads/master | 2020-12-31T02:32:44.821253 | 2013-10-31T09:06:23 | 2013-10-31T09:06:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,391 | java | package main.analysis;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.UnsupportedEncodingException;
... | [
"xdxf520@vip.qq.com"
] | xdxf520@vip.qq.com |
b3d5a497d243f49d8b0cada769c9eb137f9bccf9 | 636aa3fed9eca60e4e70a81c7241fa7494feb29a | /Ejerciciosj/Evidencia/src/evidencia/HolaMundoThread.java | b8a68bb3e7acd382b53f3abba65bc422932e94d9 | [] | no_license | joelptw/wds | e07135b14cd9a7b6faddd643816b9c82886b54cb | aef3b45ecd52b4fcbc10ca49787fa55949dd638f | refs/heads/master | 2021-09-27T07:46:28.827901 | 2018-11-07T03:05:03 | 2018-11-07T03:05:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | 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 evidencia;
import java.util.concurrent.TimeUnit;
/**
*
* @author Laboratorio 23
*/
public class HolaMundoThread extends Th... | [
"joelpinto.t@gmail.com"
] | joelpinto.t@gmail.com |
ad4a4911a25bae42cfb3b174b699ad6b88ae07b8 | b55d93e0556507c641d14f9a328b012afa6426f4 | /src/main/java/pl/sikorasoftware/config/JmsConfig.java | d6227a4107b85ca7f0b3e877ff89bd58286a2073 | [] | no_license | rsikora-private/JMS | 6adac74bef8fcd8548ebca39825a0b96b06f3a79 | f8ae4839af26ae83d969541ccca1138de6a2fde5 | refs/heads/master | 2021-01-19T01:06:58.365641 | 2016-07-24T19:29:27 | 2016-07-24T19:29:27 | 63,864,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,152 | java | package pl.sikorasoftware.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jms.listener.DefaultMessageListenerContainer;
import pl.sikorasoftware.ExampleListener;
import javax.annotation.Resource;
import javax.jms.Conne... | [
"robertsikora@interia.pl"
] | robertsikora@interia.pl |
07bc603362183422af70e6ef74c8d9b53fa9a05a | 7fc7784c59da74f9f6fd349227ea50b665de185b | /cloud-member/src/main/java/io/commchina/cloudmember/bean/MemberEntity.java | c1ec9d36b288c02783e7bfa0c28837e002330492 | [
"Apache-2.0"
] | permissive | jnyou/cloud-coding | f8330cdbf61cfc59ae086607895f0e9828f36fcd | b781b6e88ca9efe3a7266a33acef926913e8442c | refs/heads/master | 2023-06-04T21:08:03.206926 | 2021-06-18T07:16:09 | 2021-06-18T07:16:09 | 378,825,870 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | package io.commchina.cloudmember.bean;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* 会员
*
* @author jnyou
* @email xiaojian19970910@gmail.com
*/
@Data
@TableName("ums_member... | [
"1447177020@qq.com"
] | 1447177020@qq.com |
61e998cf9785a9c5d61a92b24fd0f8e27f543f4b | 75d39f45f4a56b9d16c8f72d92ff5d59eea29e30 | /src/txt/me/test/dkuznetsov/IBackend.java | c61c3e39d45bff9210e2d65f334d4a2e7861c71b | [] | no_license | inopressa/txt.test | fb109a7232ecfd97f76faf50dfc36cfbc7633311 | 928a9295479a887d6bb63e05221c3a69e5ff1c03 | refs/heads/master | 2023-06-29T13:53:15.735359 | 2021-07-29T05:39:14 | 2021-07-29T05:39:14 | 390,612,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 182 | java | package txt.me.test.dkuznetsov;
public interface IBackend {
public static final int SUCCESS = 200;
public static final int ERROR = 404;
int store(DataPacket packet);
}
| [
"deniskrg@gmail.com"
] | deniskrg@gmail.com |
376c430d26cb249312d217222bc21ca22c81955c | 7d933417ed871afbef509dc2443d040760660cf1 | /GraduateExpermentalPrograms/ExpenseReimbursementSystem/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java | 19e2ce61f6e293e145c80911478aa40141fb8273 | [] | no_license | USTBJJT/Proj1 | 9eff97758058f8603cde9be8df46d7cf254b334c | 8a0412f8661889b9bed7084edcf39c394254e142 | refs/heads/master | 2021-01-17T14:20:19.074437 | 2017-11-19T12:52:14 | 2017-11-19T12:52:14 | 84,084,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,505 | java | /*
* An XML document type.
* Localname: time
* Namespace: http://schemas.xmlsoap.org/soap/encoding/
* Java type: org.xmlsoap.schemas.soap.encoding.TimeDocument
*
* Automatically generated - do not modify.
*/
package org.xmlsoap.schemas.soap.encoding;
/**
* A document containing one time(@http://schemas.xmlsoa... | [
"JJT_famwaf67@outlook.com"
] | JJT_famwaf67@outlook.com |
c28db83485e89245272d2d3638ec0c61a2976b81 | e403581f24f2bd3b03107667b801873400e60255 | /src/main/java/com/fengkuang/java/面向对象05/继承与组合58/Composite/CompositeTest.java | 3eb8f05981cb4fc6eb3a77c28e6b899c8346bf79 | [] | no_license | ruoshuixuelabi/fengkuangjava | 3fc723df9d57a70a90c49b92f37caf1658620e56 | cd1338bf3002bb58b96078d217e342b4ca1a86e8 | refs/heads/master | 2022-12-29T16:14:59.479535 | 2020-10-17T13:50:54 | 2020-10-17T13:50:54 | 304,887,754 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.fengkuang.java.面向对象05.继承与组合58.Composite;
class Animal {
private void beat() {
System.out.println("心脏跳动...");
}
public void breathe() {
beat();
System.out.println("吸一口气,吐一口气,呼吸中...");
}
}
class Bird {
// 将原来的父类组合到原来的子类,作为子类的一个组合成分
private Animal a;
public ... | [
"524991368@qq.com"
] | 524991368@qq.com |
49d8a92ca6a2fc406b9d469ab9f88d45e65f0968 | 80a0886a75aa337ecb23bde090855bea8db9da08 | /src/main/java/lesson20/interfaceExample/NewInterfaceExampleImpl.java | f2ed4991eaf1bc30810e6aff88c77762a037ee29 | [] | no_license | Kreeck89/elementary_161220 | 9a95d75ac237db4a34234a6fb327cffc246947a8 | 16e588910cdbcf85b51ee562315ac95f0e8461a3 | refs/heads/main | 2023-05-01T14:23:36.609068 | 2021-04-28T18:07:15 | 2021-04-28T18:07:15 | 333,579,795 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package lesson20.interfaceExample;
public class NewInterfaceExampleImpl implements NewInterfaceExample, NewInterfaceExample2 {
@Override
public void print() {
System.out.println("Some logic here....");
}
@Override
public void defaultPrint(String string) {
System.out.println("NewIn... | [
"kreeckkreeck@gmail.com"
] | kreeckkreeck@gmail.com |
15b0f1171778f9f4310f334e80b8fea0a1634d91 | f0ec508f4b480d8d5399a2880e4cbb0533fc2fc1 | /com.ouchgzee.headTeacher.biz/src/main/java/com/ouchgzee/headTeacher/serviceImpl/edumanage/GjtTeachPlanServiceImpl.java | d858df10692fd275c67d3d42238e6f560d07e1ab | [] | no_license | lizm335/MyLizm | a327bd4d08a33c79e9b6ef97144d63dae7114a52 | 1bcca82395b54d431fb26817e61a294f9d7dd867 | refs/heads/master | 2020-03-11T17:25:25.687426 | 2018-04-19T03:10:28 | 2018-04-19T03:10:28 | 130,146,458 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | package com.ouchgzee.headTeacher.serviceImpl.edumanage;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ouchgzee.headTeacher.dao.study.GjtTeachPlanDao;
import com.ouchgzee.headTeacher.pojo.BzrGjtTeachPlan;
import com.ouch... | [
"lizengming@eenet.com"
] | lizengming@eenet.com |
d91abca89356a4635ddb8d43caf379cc38493bc7 | 9dcdd005f444222fc90899854d8bf8a871926775 | /src/sample/BrowseFilter.java | a7952ccde2a1905b0675fe5992da0e7c3b7f328f | [] | no_license | 444iamahmed/GAME-STORE | 0a8ce1a693f955821544fd992524ed7711e4e53e | 857a4f0ec4a00898ab3470f687c532efab3d97b0 | refs/heads/main | 2023-02-11T19:49:46.378152 | 2020-12-31T18:47:25 | 2020-12-31T18:47:25 | 319,386,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,089 | java | package sample;
import java.util.ArrayList;
import java.util.Date;
public class BrowseFilter extends Filter{
private static BrowseFilter instance = null;
private Double rating;
private ArrayList<String> genres;
private ArrayList<String> platforms;
private Double maxPrice;
private SortBy sortB... | [
"54366105+444iamahmed@users.noreply.github.com"
] | 54366105+444iamahmed@users.noreply.github.com |
429200b645cea2fbc7b53dba37b886a38f39ab53 | 34b6ea690b2b88c60a70b16b4b86f0f6a7586a20 | /0.3-continue/src/com/prueba/ContinueDoWhile.java | 7e45246de72313cb82b9d8797473a7123228f7cf | [] | no_license | bernalvarela/queresJava | f482e38deb7572a1f9f6e0ea51a1085c256a02ef | af150a3391064a60938b05201113811e309d8267 | refs/heads/master | 2021-07-07T20:46:13.081446 | 2019-07-08T19:11:45 | 2019-07-08T19:11:45 | 195,702,995 | 0 | 0 | null | 2020-10-13T14:25:34 | 2019-07-07T22:31:08 | Java | UTF-8 | Java | false | false | 455 | java |
package com.prueba;
import java.util.HashSet;
import java.util.Random;
import java.util.Set;
public class ContinueDoWhile {
public static void main(String[] args) {
Random r = new Random();
Set<Integer> aSet = new HashSet<Integer>();
int anInt;
do {
anInt = r.nextInt(10);
if (anInt % 2... | [
"bernalvarela@gmail.com"
] | bernalvarela@gmail.com |
8ad55de8a475bbd2c2aa3e5cb87051f8ad156fb5 | 738f9d7d37bfc3b4341a0353d98df74af49290aa | /打磚塊/src/S105502525/game_controller2.java | 41024181e2c114e91ab08a1b227854c85cb50299 | [] | no_license | YangLambert/my-project | f858feb5bcec321b7115ccad32ac57a7ee54d3cc | 6ddf5a96dcf0ed8f159f0a84fd2c563c26665863 | refs/heads/master | 2020-08-07T11:43:14.082788 | 2019-10-08T01:23:06 | 2019-10-08T01:23:06 | 213,435,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,172 | java | package S105502525;
import java.io.File;
import javafx.animation.AnimationTimer;
import javafx.animation.FadeTransition;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.geometry.VPos;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx... | [
"55052196+YangLambert@users.noreply.github.com"
] | 55052196+YangLambert@users.noreply.github.com |
e7720d8da14f89117723c2260e986fb816d5799d | 2f552af9e529ab0d5af985f513ca8a6ebf7e10bd | /src/Office_Hours/Practice_10_28_2020/LargestPalindrome.java | 23a7e09fabf5777ef8b5d7d2a71698dba6ca0d41 | [] | no_license | neciporhan/Summer2020_B20_byMuhtar | 18c744e8204845a4c15be35e8548ec7ba9c81f5d | 248eb82ab4602eda409765c54f6b153bae55a26d | refs/heads/master | 2023-02-04T03:23:52.245996 | 2020-12-31T02:48:47 | 2020-12-31T02:48:47 | 324,640,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package Office_Hours.Practice_10_28_2020;
import java.util.ArrayList;
public class LargestPalindrome {
/*
* Create a method that will accept a String ArrayList and return the largest Palindrome String from it
=> Assume there is no Strings with the same length and there will be at least one element
*
*
* ... | [
"neciporhan@gmail.com"
] | neciporhan@gmail.com |
5cdd2970067dbf1b3ad00f92298d5c144c7ef884 | 3bc88bad2063e40a3f9f4bce4bd18cd474798cce | /백준/BOJ 15971 두 로봇/Main.java | 6ef87b7fdb1b896131e65657b6e62363769dcfc7 | [] | no_license | cocobino/ACM-ICPC | b1793403bf4f759adf6457f36a78d47dd5988135 | 03c1f8a24f50229abebe03657dc2ef75d2816244 | refs/heads/master | 2023-02-26T02:09:15.120403 | 2023-02-20T15:08:44 | 2023-02-20T15:08:44 | 128,730,398 | 3 | 1 | null | null | null | null | UHC | Java | false | false | 2,512 | java | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Linked... | [
"coolbino@naver.com"
] | coolbino@naver.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.