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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c1b65ab915e1619b10459787535df6791004e872 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_35e1fa868d39ef640903cb662c429578f538ddf2/MailUtility/8_35e1fa868d39ef640903cb662c429578f538ddf2_MailUtility_s.java | 91e1bf87d5183103011da992ef0fce7459026b7e | [] | 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 | 27,781 | java | /*******************************************************************************
* Copyright (c) 2010 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this dist... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d7bf8e3f7e767d19a2a1bffe5b3ba939689401d7 | 981f7ae13c9ffbc79f240a926e745f9f47a671b7 | /src/main/java/me/study/jpa/chap03/RoleType.java | 8eb836a105388486e5293329cfa32b9a539f1243 | [] | no_license | jsyang-dev/study-jpa | 367229fbdabd2dff513b8670fad831bdab9954ab | 9cc82573044484585336a3c0e4ffcd61af744a1c | refs/heads/master | 2023-07-27T04:16:08.761169 | 2022-01-22T08:25:13 | 2022-01-22T08:25:13 | 248,248,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package me.study.jpa.chap03;
public enum RoleType {
USER, ADMIN
}
| [
"mycat83@gmail.com"
] | mycat83@gmail.com |
f3b3a1ea60a03df22f24d91c0b76362d06880f64 | c6c412b1b5260a9e049b9c5564cb6dd186df851c | /src/main/java/br/com/jsfweb/tx/GerenciadorDeTransacao.java | 0644359089c4894513be76b0b8ca8fe7ce383f17 | [] | no_license | hugoan/jsfweb | b00202861b02226006a58692432dd5e054e4a063 | 044c967cdd72a7b4a2c2a1b3cee44710c68be03f | refs/heads/master | 2021-01-20T05:37:37.086052 | 2017-04-13T02:27:54 | 2017-04-13T02:27:54 | 83,860,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package br.com.jsfweb.tx;
import java.io.Serializable;
import javax.inject.Inject;
import javax.interceptor.AroundInvoke;
import javax.interceptor.Interceptor;
import javax.interceptor.InvocationContext;
import javax.persistence.EntityManager;
@Transacional
@Interceptor
public class GerenciadorDeTransa... | [
"hugo.nobreg@gmail.com"
] | hugo.nobreg@gmail.com |
cc7ff6ae49db8476ab43cf978cb43b74da842810 | 3588b0b904934b7fca493953da90120276d5c1e5 | /src/medium/Exist79.java | dc0e82e112172d739d66d89dc05d2e11bd2b31fc | [] | no_license | WXRain/Algorithms | 223f50d3b9f5ff247194bebeaee5792acdcecbf7 | a965bdfd3d2de02bc6ec70e7b162f9587e5d9b3f | refs/heads/master | 2023-08-05T11:23:48.197865 | 2021-09-01T02:30:44 | 2021-09-01T02:30:44 | 99,637,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package medium;
/**
* 给定一个二维网格和一个单词,找出该单词是否存在于网格中。
*
* 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中“相邻”单元格是那些水平相邻或垂直相邻的单元格。同一个单元格内的字母不允许被重复使用。
*
*
*
* 示例:
*
* board =
* [
* ['A','B','C','E'],
* ['S','F','C','S'],
* ['A','D','E','E']
* ]
*
* 给定 word = "ABCCED", 返回 true
* 给定 word = "SEE", 返回 true
* 给定 word = "... | [
"xiaomenxiaomen@qq.com"
] | xiaomenxiaomen@qq.com |
d33d62692cd3570944298ace424f43a98e5931b6 | 8e4ae58b2b45e2368a31761388acafd5992e423d | /src/main/java/de/draco/cbm/tool/crtcreator/EFSDirChip.java | d9077210068e440e6e0a7c0750f8cbb727b23f66 | [] | no_license | pmuconn/dcm | 975e54786256d8a1cbe62eb68036585f03bd8a2d | 2edc09fd49c7ad341f9c4dab384ce7b64a4da122 | refs/heads/master | 2021-02-13T06:53:27.898056 | 2020-03-03T15:58:34 | 2020-03-03T15:58:34 | 244,672,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,124 | java | /*
* Decompiled with CFR 0.137.
*/
package de.draco.cbm.tool.crtcreator;
import java.io.IOException;
import java.io.InputStream;
import java.util.Vector;
/*
* This class specifies class file version 49.0 but uses Java 6 signatures. Assumed Java 6.
*/
public class EFSDirChip
extends Chip
implements Constants {
... | [
"paul.morano@uconn.edu"
] | paul.morano@uconn.edu |
d8ffa908f17f1ca40a635c9d90034ea1c7ff2223 | 32c86fd021f220be263d8f0a0ac1fdb9c22bf3e5 | /voipms-sms/src/main/java/net/kourlas/voipms_sms/model/Message.java | a9ab12c4f7def6f9550ca29bfdf83e4dc9726780 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | johnchia/voipms-sms-client | a1276beb3799eb60d0a1aab478b4c1cd1d43d5f9 | 8365e57bef30b2af97cd02421d6f08f1adb406e3 | refs/heads/master | 2021-01-18T19:42:10.122741 | 2016-09-10T21:03:35 | 2016-09-10T21:03:35 | 67,893,234 | 0 | 0 | null | 2016-09-10T20:36:47 | 2016-09-10T20:36:46 | null | UTF-8 | Java | false | false | 16,348 | java | /*
* VoIP.ms SMS
* Copyright (C) 2015 Michael Kourlas and other contributors
*
* 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
*
* U... | [
"michael@kourlas.net"
] | michael@kourlas.net |
bddf63ef525c533d1c8da5b09aed7a928ad308e4 | 3331db1f6cb5feb2dbea2f3af788d1977fce5eb6 | /demo/src/main/java/com/trial/repository/StudentRepository.java | b6a6917b9f98d5ba88c6cbdd8270eb2c1e0c49d0 | [] | no_license | payaljoshid/LogRepository | 9715c3ad32f796363d20605e94e7778c29095f83 | 0b6a5288bb30e6aa5bfb848bd1ce440be4e91e7c | refs/heads/master | 2021-01-23T01:50:57.366284 | 2017-03-23T13:16:52 | 2017-03-23T13:16:52 | 85,937,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.trial.repository;
import com.trial.model.Student;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.mongodb.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by chaithra on 2/3/17.
*/
@Repository
pu... | [
"payal.intern@axisrooms.com"
] | payal.intern@axisrooms.com |
09cedd15973fde7791532e69cd00ad82f28fc5f6 | af7368fc3b8a98e0429ca2224a9a35944ae01c22 | /projects/JavaLoad/src/com/etc/maths/MathD.java | cdf3bff5c2c09718fd43f4c9bfd618ef1916dc50 | [] | no_license | lxk1080/java-review | ebbe43844a4b31d31a056badded2b53171d04346 | df9cb6d1773911aa7bcb26e2eb4cb7812950278b | refs/heads/master | 2023-07-09T17:47:10.100997 | 2021-08-25T13:08:21 | 2021-08-25T13:08:21 | 188,590,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,604 | java | package com.etc.maths;
/*
* Math:用于数学运算的类。
* 成员变量:
* public static final double PI
* public static final double E
* 成员方法:
* public static int abs(int a):绝对值
* public static double ceil(double a):向上取整
* public static double floor(double a):向下取整
* public static int max(int a,int b):最大值 (min自学)
* publ... | [
"266427651@qq.com"
] | 266427651@qq.com |
37b4778bcd274dd570b8072b16e2a1470a5d5b1e | ce8edec585e098144673dea60a1e79d14c3846c6 | /src/com/sufurujhin/rpgdungeon/mobs/ZombieDrowned.java | 5518d557f0e04e5db28b158de8b118f4de82c16e | [] | no_license | sufurujhin/RPGDungeon | eeb1c818872fdae865ce5a78e14d95c72dfadb6a | 0b7120f44a470e1b4595c09745687800be03b31d | refs/heads/main | 2023-03-15T06:27:37.504204 | 2021-03-09T09:30:07 | 2021-03-09T09:30:07 | 345,953,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,659 | java | package com.sufurujhin.rpgdungeon.mobs;
import org.bukkit.Location;
import org.bukkit.entity.Drowned;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.LivingEntity;
import org.bukkit.inventory.ItemStack;
import com.sufurujhin.rpgdungeon.RPGDungeon;
import com.sufurujhin.rpgdungeon.Utils.AttributeMobs;
i... | [
"46231089+sufurujhin@users.noreply.github.com"
] | 46231089+sufurujhin@users.noreply.github.com |
8de66c0f219e1978243ddaa282e6cf701fe89319 | 94f91fae532f86ef33b442bce9363cfe3973f2c4 | /coffee-model/coffee-model-base/src/main/java/hu/icellmobilsoft/coffee/model/base/javatime/listener/TimestampsProvider.java | 900925b25fe7b315a2b26d173dc164b501447b31 | [
"Apache-2.0"
] | permissive | speter555/coffee | 296e2d8ebedfdb4e83614f64ed1bbd540a0d6f5a | 910c1bd69b7e05b50a3a3790eccebb5b0c54f2da | refs/heads/master | 2022-12-18T15:58:25.178282 | 2020-09-16T15:53:51 | 2020-09-16T15:53:51 | 290,177,747 | 0 | 0 | null | 2020-08-25T09:53:55 | 2020-08-25T09:53:54 | null | UTF-8 | Java | false | false | 5,596 | java | /*-
* #%L
* Coffee
* %%
* Copyright (C) 2020 i-Cell Mobilsoft Zrt.
* %%
* 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
*
* Unl... | [
"imrich.scheffer@gmail.com"
] | imrich.scheffer@gmail.com |
fe650d3c2a7afe40ebade28b9225a7cbab189282 | 4eb7047b25f6725b95f0f5caa5cd4bda4b8e1906 | /src/main/java/mycart/dao/CategoryDao.java | 87f7e4cfc3473a175c52a4972ea34fa40d34a9af | [] | no_license | hrithik812/Ecommerce-Web-App | 925ac328c762fb9890d539c0e166f1a3a780ad9f | e0368aeea7ace3313143bcd99a3b867d4d09c01e | refs/heads/master | 2022-12-10T18:20:01.620100 | 2020-09-07T10:02:37 | 2020-09-07T10:02:37 | 291,290,364 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,464 | 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 mycart.dao;
import java.util.List;
import mycart.entities.Category;
import org.hibernate.Session;
import org.hiberna... | [
"hrithik08.rudra@gmail.com"
] | hrithik08.rudra@gmail.com |
4b812a3316bfb2e88de8556b75e886b2ac0134a5 | 00ecceed9d2addd49e7d4c647e33b1ddcb232278 | /java/edoc-web/src/main/java/br/com/jfive/edoc/annotations/Category.java | 08c5e36246ca10e9f1cf216bb375d11b6a6ffb95 | [] | no_license | jfive/edoc | 63bf9d2623549fb708fe4d4fbbb14d983e2a29d5 | ef61d7e0ed2feb571b13850acd78a1e5cf3f05a7 | refs/heads/master | 2021-01-23T04:09:53.289313 | 2013-10-29T19:38:18 | 2013-10-29T19:38:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package br.com.jfive.edoc.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Category {
String value() defaul... | [
"rodrigo.almeida@jfive.com.br"
] | rodrigo.almeida@jfive.com.br |
f3f2aded1610865deca86137c3d5866899fedba7 | c38101de3741b172c38dfcbf4085b3777e89ddb4 | /aloneStudy_chapter08/src/sec02/exam05/ImplementationC.java | 41267f18b625c49b0334140ce2614e6273295ffa | [] | no_license | CheolHo-0428/JAVA-Study1 | fcb030835d6f00b6eca7481ee32b3d3d1742027b | a72fe5e2cc13702283346c06e6bb62e2edc4048f | refs/heads/main | 2023-02-02T16:22:37.403267 | 2020-12-20T07:31:32 | 2020-12-20T07:31:32 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 339 | java | package sec02.exam05;
public class ImplementationC implements InterfaceC {
public void methodA() {
System.out.println("ImplementationC-methodA() 실행");
}
public void methodB() {
System.out.println("ImplementationC-methodB() 실행");
}
public void methodC() {
System.out.println("ImplementationC-methodC() 실행")... | [
"againnr1@gmail.com"
] | againnr1@gmail.com |
c2debc50f712ed39990bde6122e9410d30238ea1 | 316af620cbca854412fe5274fc709bc234bf5918 | /app/src/main/java/com/kingja/ticketassistant/util/CountTimer.java | 0fe143f4822356f50a99f9b54e381f6738522c15 | [] | no_license | KingJA/ticketassistant | 3ae8add087143fea372c0468d8412a34a80f5fe9 | 8845f49b6fc6aa2f257b63018688cb1280169455 | refs/heads/master | 2020-04-07T21:23:57.604645 | 2018-11-28T14:02:10 | 2018-11-28T14:02:10 | 158,725,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.kingja.ticketassistant.util;
import android.os.CountDownTimer;
import android.widget.TextView;
/**
* Description:TODO
* Create Time:2018/4/17 14:35
* Author:KingJA
* Email:kingjavip@gmail.com
*/
public class CountTimer extends CountDownTimer {
private final TextView textView;
public CountTim... | [
"kingjavip@gmail.com"
] | kingjavip@gmail.com |
f3ebde7527136a15a85a43a216b9571bde6194c1 | 3d8024778f6f9f1fb85084a054b432889109a6a1 | /Chap3-StacksAndQueues/src/SortStack.java | bf2ed63493a63b311eaebbc0f6a2157eff250e28 | [] | no_license | SirichandanaSambatur/CrackingTheCodingInterview | 6c3de4fd25ef251a187a814a0e927fee6c657568 | e231c785844b92d49ff8d2dbe562186c55bf71cc | refs/heads/master | 2021-05-08T07:14:38.080043 | 2019-12-14T00:55:23 | 2019-12-14T00:55:23 | 106,733,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,048 | java |
public class SortStack {
Stack sortedStack=new Stack();
Stack tempStack=new Stack();
void pushIntoSort(int d){
if(isEmpty()){
sortedStack.push(d);
return;
}
while(peekSort()>d)
{
tempStack.push(sortedStack.pop());
if(sortedStack.isEmpty())
break;
}
sortedStack.push(d);
while(!te... | [
"sambatur.siri@yahoo.com"
] | sambatur.siri@yahoo.com |
0298274882709713195f4306b721ee8befaa160b | 411da07587c1b6fc698bc8ca5e530dbafc44dddb | /nyngw_final/src/main/java/com/nyngw/homeMain/basicUI/dao/BasicUIDaoImpl.java | 2769de707db32ab7caf6f582c98487223c712bee | [] | no_license | NYNS1/nyngwFinal | f5dec13cf5fff74b9a5b83940353b593268e35ac | 962aeaceb45eaf823737767e200629fecb47c882 | refs/heads/master | 2020-06-25T03:19:18.968704 | 2017-08-02T03:43:31 | 2017-08-02T03:44:02 | 96,953,133 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 101 | java | package com.nyngw.homeMain.basicUI.dao;
public class BasicUIDaoImpl implements BasicUIDao {
}
| [
"minamcra@hotmail.com"
] | minamcra@hotmail.com |
28ab132436b1706b73fb2860d179504a6d9d7a7c | 9ae29c39e9c12e3e013aa5a06a18dd42dbce9ce2 | /crm28/src/com/itheima/service/impl/BaseDictServiceImpl.java | 7f1406d9ba2cbbfa8c113dc4cc6a70e0173d95ce | [] | no_license | xuandxiaoandmo/timu01 | d08f23ea883e126755fd7cd7f3fa7338d56d3839 | c41e4c12c58246097b36e3fb9d9981f98c13562e | refs/heads/master | 2021-04-03T09:41:37.635158 | 2018-03-10T06:44:50 | 2018-03-10T06:44:50 | 124,504,608 | 8 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.itheima.service.impl;
import java.util.List;
import com.itheima.bean.BaseDict;
import com.itheima.dao.BaseDictDao;
import com.itheima.service.BaseDictService;
public class BaseDictServiceImpl implements BaseDictService{
private BaseDictDao baseDictDao;
public void setBaseDictDao(BaseDictDao baseDictDao... | [
"1733581357@qq.com"
] | 1733581357@qq.com |
03e52fcd44b4f604f5cb0c45b9692dee7c5136ce | f6263e44b5a1d780caffab9530020915def5db05 | /atta-ejb/src/main/java/org/inbio/ara/eao/identification/impl/IdentificationStatusEAOImpl.java | 5dcdfaa6982e52640bd378614777977fe1322369 | [] | no_license | INBio/Capturador | 9fa35b533342f69d3e33abedb3dc2b673c122b4e | 8a64d9bad62460833f311fca4f32c4368e686e0e | refs/heads/master | 2021-01-22T05:15:34.070411 | 2013-07-23T17:30:14 | 2013-07-23T17:30:14 | 5,074,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,212 | java | /* Ara - capture species and specimen data
*
* Copyright (C) 2009 INBio ( Instituto Nacional de Biodiversidad )
*
* 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 L... | [
"esmata@3aa2e761-397d-4522-80f4-092673de1051"
] | esmata@3aa2e761-397d-4522-80f4-092673de1051 |
a2f87ad7fc207bca3293ef3f100c8085869c128f | cc511ceb3194cfdd51f591e50e52385ba46a91b3 | /example/source_code/jackrabbit/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authentication/AuthContextProvider.java | 17cca073403b8348aeca2cbc86637a9845f8f4ce | [] | no_license | huox-lamda/testing_hw | a86cdce8d92983e31e653dd460abf38b94a647e4 | d41642c1e3ffa298684ec6f0196f2094527793c3 | refs/heads/master | 2020-04-16T19:24:49.643149 | 2019-01-16T15:47:13 | 2019-01-16T15:47:13 | 165,858,365 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,225 | java | org apach jackrabbit core secur authent
org apach jackrabbit core config login modul config loginmoduleconfig
org apach jackrabbit core secur princip princip provid registri principalproviderregistri
javax jcr credenti
javax jcr repositori except repositoryexcept
javax jcr session
javax secur auth subject
javax secur a... | [
"huox@lamda.nju.edu.cn"
] | huox@lamda.nju.edu.cn |
1989bb25d9b12a1fa7a56e85f45a3ef903181775 | bcbb3f384fece271ba1a54a4e8aefd1f8065502d | /robot/commands/Arcadedrive.java | e3f14259e0831b7a73580dd8dce225a11c1426b7 | [] | no_license | RSS-robotics/Code-for-CYLE | f23e4213705a35b2b38d195bbae70651b98391b6 | f3dc45a3ffa79f50acb6f2abed1af074ac872ddb | refs/heads/master | 2020-12-15T19:38:04.149159 | 2020-03-02T23:33:56 | 2020-03-02T23:33:56 | 235,232,507 | 0 | 1 | null | 2020-01-23T01:23:57 | 2020-01-21T01:34:00 | Java | UTF-8 | Java | false | false | 584 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"noreply@github.com"
] | RSS-robotics.noreply@github.com |
9f0c2957e1a2dc3c12bb0353dd11695ff68b649f | 284927832ddb3174636c2514592bbec9a1a93480 | /src/main/java/com/example/analysis/datalock/DataLockApplication.java | c52bb0854ad7ad02e32d682eb099491882643a4e | [] | no_license | YUSHIBUJUE/analysis-data-lock | 432c2d84d4ea4bff15305da3e38d38dc3ab66575 | d103171339c0c2f7da0cfe3369498b71753d5121 | refs/heads/master | 2020-10-02T09:00:03.800943 | 2019-12-12T10:22:57 | 2019-12-12T10:22:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package com.example.analysis.datalock;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication
@MapperS... | [
"316297687@qq.com"
] | 316297687@qq.com |
2cb53fb9ef8624c15e8f07bd8c1865e481c62fdc | 2518f7becbd9667a24d7d1ab73a495a6b466c92b | /pastebin/src/java/edu/pucmm/pw/parcial2/servlets/UpdatePaste.java | 970cac8a61b0feb7a5beaeb40d5409db4ee97459 | [] | no_license | YandriPuello/Pastebin | da1f7ae3d2ecc1634d6c5ea984e8e32aeee5ac99 | 15f2aa9cf8b75faa85ccbc05057ccac43e145376 | refs/heads/master | 2021-01-01T06:12:10.044297 | 2015-02-23T20:21:22 | 2015-02-23T20:21:22 | 31,227,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,577 | 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 edu.pucmm.pw.parcial2.servlets;
import edu.pucmm.pw.parcial2.ejb.JpaServiceEJB;
import edu.pucmm.pw.parcial2.entities.Codigo;... | [
"yandripuello@outloo.com"
] | yandripuello@outloo.com |
95b9f3fb7bd6223a657bda49d6159450f5d01cd3 | 969c29e92440ec2cfbdd01fa4fdfde3a51f56c66 | /src/java/com/sun/genericra/inbound/sync/WObjectMessageIn.java | 1c097b2e23cf2cb4617decb23359e2c07cda839d | [
"BSD-3-Clause"
] | permissive | javaee/glassfish-genericjmsra | 7bfabda92574cbdb6c72be9e08e5e0e77486fc7a | f47bdf2c953cc21af83fa107517d076f92765b05 | refs/heads/master | 2023-05-28T14:37:49.816502 | 2018-05-11T08:22:59 | 2018-05-11T08:22:59 | 89,197,458 | 2 | 2 | Apache-2.0 | 2017-12-15T07:40:27 | 2017-04-24T04:22:58 | Java | UTF-8 | Java | false | false | 2,692 | java | /*
* Copyright (c) 2003-2017 Oracle and/or its affiliates. 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
* noti... | [
"yamini.k.b@oracle.com"
] | yamini.k.b@oracle.com |
b012cd40ff6ca9839be8765ea12f43b26bd20325 | 93c6fafb20d4f4357c8088bd980a693026183530 | /HW5_TreeSets/TreeMapsCounter.java | 086665e3861b33d815e6a0064874383e19decf90 | [] | no_license | emmagperez/Algorithms | 658b822271041335bb7f55d4c94d901914902e7a | ecb81700c4bd479af3848be604ce9f9100390c63 | refs/heads/master | 2021-05-02T10:04:17.767687 | 2018-02-21T18:42:28 | 2018-02-21T18:42:28 | 120,789,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | import java.util.Scanner;
import java.util.TreeMap;
/**
* Emma Perez
*/
public class TreeMapsCounter {
public static void main (String [] args)
{
TreeMap<String , Integer > tm = new TreeMap<>();
Scanner scan = new Scanner(System.in);
String line;
while((line = scan.nextLine(... | [
"dqv679@mocs.utc.edu"
] | dqv679@mocs.utc.edu |
65990c18f172f546d0c0fa63aa699e622a0016ff | 102dd03f1f13c83397dc229cfbec9cef91609685 | /src/InkJetPrinter.java | c00bf1973bf1ea5cf546e74817535ec9bc4fe085 | [] | no_license | gallorob/ImmaginiVettoriali | 86ec6f651fd3b9143896ddbfcf42df03ef09524b | 792e2d50f59f0ef89ce75d437159d4367736ca29 | refs/heads/master | 2021-05-07T21:23:43.218043 | 2017-11-08T10:01:09 | 2017-11-08T10:01:09 | 109,010,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | public class InkJetPrinter {
private final int MAXLEVEL;
private int[] cartridge = new int[Colore.values().length];
public InkJetPrinter(int MAXLEVEL) {
this.MAXLEVEL = MAXLEVEL;
}
public void initCartridges() {
for (Colore col:Colore.values()) {
cartridge[c... | [
"roberto.gallotta01@universitadipavia.it"
] | roberto.gallotta01@universitadipavia.it |
8ccc850157360a6400a9ac0e7e58416b98ed9122 | ea2149988e0cefcdff849d2a8767b0d4e4dcc3b3 | /vendor/haocheng/proprietary/3rd-party/apk_and_code/blackview/DK_AWCamera/common/src/com/mediatek/camera/common/setting/SettingManager.java | f8c17d4dba542d4e69e0434eb182adec3bc583b4 | [
"ISC",
"Apache-2.0"
] | permissive | sam1017/CameraFramework | 28ac2d4f2d0d62185255bb2bea2eedb3aa190804 | 9391f3b1bfbeaa51000df8e2df6ff7086178dfbc | refs/heads/master | 2023-06-16T10:48:29.520119 | 2021-07-06T03:15:13 | 2021-07-06T03:15:13 | 383,324,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,812 | java | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensor. Without
* the prior written permission of MediaTek inc. and/or i... | [
"3204547101@qq.com"
] | 3204547101@qq.com |
c20233030102251c982f65391972d038fd6e3133 | 50d8f0061d2df7d89a3bdfd7c74db414f582e9db | /generatorSqlmapCustom2/src/org/delphy/timetask/pojo/DelphyMerkleExample.java | a786c613df0e18d4f6fd5edc7080fdcbc75ace2b | [] | no_license | mutouji/newmall | b9536bd17cd51aa8c875b6351ec4a5563ac28144 | 1539789e4e814e4a9a42ebdb8aa689edac881b18 | refs/heads/master | 2021-09-05T00:21:57.551299 | 2018-01-23T02:40:37 | 2018-01-23T02:40:37 | 115,855,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,671 | java | package org.delphy.timetask.pojo;
import java.util.ArrayList;
import java.util.List;
public class DelphyMerkleExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public DelphyMerkleExample() {
oredCriteria = new ArrayList<Criteria>();... | [
"59022665@qq.com"
] | 59022665@qq.com |
52a8a675c8073dc502aecd1bc90490ed99703262 | ac72641cacd2d68bd2f48edfc511f483951dd9d6 | /opscloud-manage/src/test/java/com/baiyi/opscloud/zabbix/ZabbixHandlerTest.java | ab8f86e643674c4c35e8501096ef2ac559a604ee | [] | no_license | fx247562340/opscloud-demo | 6afe8220ce6187ac4cc10602db9e14374cb14251 | b608455cfa5270c8c021fbb2981cb8c456957ccb | refs/heads/main | 2023-05-25T03:33:22.686217 | 2021-06-08T03:17:32 | 2021-06-08T03:17:32 | 373,446,042 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package com.baiyi.opscloud.zabbix;
import com.baiyi.opscloud.BaseUnit;
import com.baiyi.opscloud.zabbix.handler.ZabbixHandler;
import org.junit.jupiter.api.Test;
import javax.annotation.Resource;
/**
* @Author baiyi
* @Date 2019/12/31 4:05 下午
* @Version 1.0
*/
public class ZabbixHandlerTest extends BaseUnit {
... | [
"fanxin01@longfor.com"
] | fanxin01@longfor.com |
e0ccb6735f359df5c8e7227f5164741581b48420 | b0162f59e42c8704d755e412021d35abd97d57f1 | /src/main/java/com/example/demo/pojo/Employee.java | 8e444cde6ca0b24368c81e8b7d698c2a9d7ea576 | [] | no_license | zhangxugi/Springboot-angular6 | 7985dfcdea9dd29533a25d327837cfa343138487 | 07c12220599c1f6efe5fedf3070697f15c12141f | refs/heads/master | 2020-04-03T21:23:32.866650 | 2018-11-02T13:37:48 | 2018-11-02T13:37:48 | 155,573,030 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,810 | java |
package com.example.demo.pojo;
import javax.persistence.*;
@Entity
@Table(name = "employee")
public class Employee {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "empid")
private Long employeeId;
@Column(name = "firstname")
private String firstName;
@Column(... | [
"1339686634@qq.com"
] | 1339686634@qq.com |
3e9a56249d449728831fb33a0b9489b71bd155e3 | 35029f02d7573415d6fc558cfeeb19c7bfa1e3cc | /gs-accessing-data-jpa-complete/src/main/java/hello/service/CustomerService2010.java | e481cc2344e749b4ea0743f465aa24e811890c4d | [] | no_license | MirekSz/spring-boot-slow-startup | e06fe9d4f3831ee1e79cf3735f6ceb8c50340cbe | 3b1e9e4ebd4a95218b142b7eb397d0eaa309e771 | refs/heads/master | 2021-06-25T22:50:21.329236 | 2017-02-19T19:08:24 | 2017-02-19T19:08:24 | 59,591,530 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | package hello.service;
import org.springframework.stereotype.Service;
@Service
public class CustomerService2010 {
}
| [
"miro1994"
] | miro1994 |
cac1e8a5d5978f40b89d05312306e5939a4d204c | b7936f9a99afb096bc6d68448c32631d7416e177 | /build/tmp/recompileMc/sources/net/minecraft/world/gen/structure/StructureEndCityPieces.java | fecc3852e3cdfcaa24f4c6d59c4262775ee73a53 | [] | no_license | AlphaWolf21/JATMA | ff786893893879d1f158a549659bbf13a5e0763c | 93cf49cca9e23fa1660099999b2b46ce26fb3bbb | refs/heads/master | 2021-01-19T02:43:34.989869 | 2016-11-07T04:06:16 | 2016-11-07T04:06:16 | 73,483,501 | 2 | 0 | null | 2016-11-11T14:20:06 | 2016-11-11T14:20:05 | null | UTF-8 | Java | false | false | 20,880 | java | package net.minecraft.world.gen.structure;
import com.google.common.collect.Lists;
import java.util.List;
import java.util.Random;
import net.minecraft.entity.item.EntityItemFrame;
import net.minecraft.entity.monster.EntityShulker;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft... | [
"techperson71@gmail.com"
] | techperson71@gmail.com |
087ad3330ff056faf81d8f61aecf95766c8fa9c1 | 5d252274c7ceab8a7cdf045bf9bb705d3959c699 | /src/main/java/com/heo/exam/vo/QuestionVO.java | c65daa75ec9122a6205ab5c7a45c2b0325bb4910 | [] | no_license | liuikanggit/exam | 579386a6a8facc09bac81777be9169b2ac4e77dd | b73b471346ae99e5145c8838db7dceff7c9b8003 | refs/heads/master | 2022-07-24T05:58:38.396458 | 2019-06-05T09:05:20 | 2019-06-05T09:05:20 | 170,079,146 | 0 | 0 | null | 2021-01-14T20:05:52 | 2019-02-11T06:28:44 | Java | UTF-8 | Java | false | false | 2,100 | java | package com.heo.exam.vo;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Data;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* @author 刘康
* @create 2019-04-16 16:09
* @desc 题目
**/
@Data
@JsonInclude(JsonInclude.Include.NON_NULL)
public class QuestionVO {
... | [
"307311256"
] | 307311256 |
9d31b34715c2b25e6f5cf9f584f477cf866fef6f | b1f71f34ff6f55fe178b011b86e91fbfe540a90d | /Assignment4/HangmanCanvas.java | 3a177931d657d729bf1f584571a7c067ef29c924 | [] | no_license | Jerry6574/CS106A-Assignments | a5e6a18129c98bed9b2d316c823f1331b3860ded | 392614181229145798ec1ebb7fd5c7db57c6a1eb | refs/heads/master | 2020-04-19T07:34:30.690573 | 2019-04-07T16:33:04 | 2019-04-07T16:33:04 | 168,051,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,632 | java | /*
* File: HangmanCanvas.java
* ------------------------
* This file keeps track of the Hangman display.
*/
import acm.graphics.*;
public class HangmanCanvas extends GCanvas {
/** Resets the display so that only the scaffold appears */
public void reset() {
removeAll();
double ropeX = canvasWidth / 2;
... | [
"271222434@qq.com"
] | 271222434@qq.com |
347af5796655345664a94e278bbee780ba316447 | f6479b08962887e547f4af409b4ffc5b20a97a8f | /streaming-management/src/main/java/com/weibo/dip/platform/mysql/AlertdbUtil.java | 669764e5ec04daf1aced988ae622f5742e14b7d7 | [] | no_license | 0Gz2bflQyU0hpW/portal | 52f3cbd3f9ab078df34dcee2713ae64c78b5c041 | 96a71c84bbd550dfb09d97a35c51ec545ccb6d6a | refs/heads/master | 2020-08-02T18:09:00.928703 | 2019-09-28T07:01:13 | 2019-09-28T07:01:13 | 211,459,081 | 0 | 2 | null | 2019-09-28T07:04:08 | 2019-09-28T07:04:07 | null | UTF-8 | Java | false | false | 12,945 | java | package com.weibo.dip.platform.mysql;
import com.weibo.dip.platform.model.Alert;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang.exception.ExceptionUtils;
import o... | [
"15764226651@163.com"
] | 15764226651@163.com |
22dd90a29eb8f233db8e8dd06ecbc1590e2e560c | 2f0711b26e3e286386f5be037df37547a972ca71 | /Clase034-Programacion-orientada-objetos-VIII-Construcción-objetos-III/Uso_Empleado/src/uso_empleado/Uso_Empleado.java | 333827e3df56fc60fc9350d71f6fd587c9b55517 | [] | no_license | camilo1993/JAVA-8-Fundamentos | 448c9d1133ae1ce629661db309b82759c40a8485 | 5ac1c413b72c83d3a75925c342c1664060832675 | refs/heads/master | 2021-01-25T14:45:35.785256 | 2019-03-02T01:11:37 | 2019-03-02T01:11:37 | 124,296,236 | 1 | 2 | null | 2018-11-13T12:29:40 | 2018-03-07T21:24:04 | Java | UTF-8 | Java | false | false | 887 | java | package uso_empleado;
import java.util.*;
public class Uso_Empleado {
public static void main(String[] args) {
}
}
class Empleado {
public Empleado(String nom, double sue, int agno, int mes, int dia) {
nombre = nom;
sueldo = sue;
GregorianCalendar calendario = new Gregorian... | [
"35336281+camilo1993@users.noreply.github.com"
] | 35336281+camilo1993@users.noreply.github.com |
c8cb78255f7ca13a38c6618281cd2e7bc2a54355 | 79145a444140f3599fd437cd6db22f82dd5ef2a5 | /src/main/java/cn/gdcp/core/po/Category.java | b6a831ec49f7fedc17f5bc0d14b642926cb7ca24 | [] | no_license | CodeLmm/SSMshopV1.0 | 328091f101d0bfda377f012e4784dd12e368330d | f361c75677aefef5d14df5a4e3753d3b8358cce0 | refs/heads/master | 2022-12-20T20:18:53.178457 | 2019-07-04T06:22:37 | 2019-07-04T06:22:37 | 194,887,754 | 0 | 0 | null | 2022-12-16T03:31:48 | 2019-07-02T15:14:45 | CSS | UTF-8 | Java | false | false | 415 | java | package cn.gdcp.core.po;
/**
* 类别
*/
public class Category implements java.io.Serializable{
private int cid;//编号
private String cname;//类别名
public Category(){}
public int getCid() {
return cid;
}
public void setCid(int cid) {
this.cid = cid;
}
public String getCname() {
return ... | [
"good@job"
] | good@job |
0124f5eb9d85342310b71411a8554ab6e1e92ad3 | 72e711892734af1a526e690a08a446cad23ae485 | /Java8/src/thread/CallableDemo.java | 897de1ce6c70e62032329e7f80da004f538fd2af | [] | no_license | paulsagar1a/java-basic | 6c9fb870a92af4a90bed2bde1899acef02526c63 | 539ea8acf5359a3d3d44cecf14844fcc82af9673 | refs/heads/master | 2023-09-04T23:17:41.944894 | 2021-09-25T17:32:05 | 2021-09-25T17:32:05 | 410,339,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 903 | java | package thread;
import java.util.Random;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
public class CallableDemo {
public static void main(String[] args) th... | [
"sagpaul@deloitte.com"
] | sagpaul@deloitte.com |
d16bd232bb6884e7f196369df816ba47ef65d4e3 | 8269936db3f10942537aeae909a45c3962b76f7a | /app/src/main/java/com/arao/footballmatches/presentation/view/widget/AdapterLinearLayout.java | 2b6091c0412a62e1842a457b3ff2a12bf7a1090d | [] | no_license | aromeroavila/football-matches | eea2fdb24030bfa7938cfc06f8fd86afdffdbb3c | 60561643699c39205d03ebb08ff6da1524b63bb5 | refs/heads/master | 2021-01-10T22:22:40.189404 | 2016-08-13T22:25:15 | 2016-08-13T22:25:15 | 64,539,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package com.arao.footballmatches.presentation.view.widget;
import android.content.Context;
import android.database.DataSetObserver;
import android.util.AttributeSet;
import android.view.View;
import android.widget.Adapter;
import android.widget.LinearLayout;
/**
* A linear layout that will contain views taken from a... | [
"angel.romero@moonpig.com"
] | angel.romero@moonpig.com |
b08209bc3dba89ec62fab2c908239ba96f230c03 | 91bb18b8fa5f37612d11b8d501cee16323f7e0fc | /lametomp3/src/androidTest/java/com/jiangdg/lametomp3/ExampleInstrumentedTest.java | eab7d121057b2485d2e2629d6536083a0f2248a9 | [] | no_license | qinhaoxxx/Lame4Mp3 | 3d96d9f03a49219d27d46a4c797f4a053af5c8e7 | a5da980ea17969f7b5661a4f4c854ad8006e4af6 | refs/heads/master | 2022-01-11T11:23:02.897604 | 2019-05-23T07:39:47 | 2019-05-23T07:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.jiangdg.lametomp3;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Androi... | [
"765067602@qq.com"
] | 765067602@qq.com |
86aed7cf495b9e389b149f646db300da216faa19 | eef375a887d7473e878bc50e9ce5759bcf614dbc | /java/ethan/ethan-ejob/src/test/java/com/anders/ethan/ejob/JobDemo.java | 679d3d0d5d38b0c1eb1fce88586e9ff66bdbcaf1 | [] | no_license | luyee/huapuyu | e8e0d6b250bb264f7a021c858a24e0b1961adf25 | 851fa0d9f689a7bc38f026b90e720cb3c50f2456 | refs/heads/master | 2021-08-29T15:55:23.359891 | 2017-12-14T07:12:24 | 2017-12-14T07:12:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,611 | java | package com.anders.ethan.ejob;
import com.dangdang.ddframe.job.config.JobCoreConfiguration;
import com.dangdang.ddframe.job.config.simple.SimpleJobConfiguration;
import com.dangdang.ddframe.job.lite.api.JobScheduler;
import com.dangdang.ddframe.job.lite.config.LiteJobConfiguration;
import com.dangdang.ddframe.jo... | [
"huapuyu@qq.com"
] | huapuyu@qq.com |
3002379c21b45758b7d55da4f60713423fa1510b | 4a0e565eeb06d2af61485234e183573de5808180 | /src/main/java/br/com/muller/dio/heroesapi/config/HeroesData.java | ae6b01bc309105a7e04cd4613f8635a1c7dc8add | [] | no_license | muller207/heroesapiwebflux | 86b9593917fe789eddad61a28b1f1830d5a455fb | 9a88b71be6b96f1bb8e63fb0d3355e08b7a8776f | refs/heads/master | 2023-04-04T19:50:28.473239 | 2021-04-09T19:34:48 | 2021-04-09T19:34:48 | 344,592,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,306 | java | package br.com.muller.dio.heroesapi.config;
import com.amazonaws.client.builder.AwsClientBuilder;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder;
import com.amazonaws.services.dynamodbv2.document.DynamoDB;
import com.amazonaws.services.dyna... | [
"samuel.muller207@gmail.com"
] | samuel.muller207@gmail.com |
c63b0cee4cf4f65951f88aa08ed6ecbb8853d210 | 528c376907b188101bc9d9ffc415f5a429d21592 | /corp-core/src/main/java/net/corp/core/service/helper/OutboundNotification.java | 7963f3e522dfce4691915b7cdcb9fc05fd077e21 | [] | no_license | ssj22/corp | 0ac0f1f9e5aedd4d9a3a68b932aa645fb83a67db | 89a99ef8d3452d250dca0b3375a10d2ceeabd4f5 | refs/heads/master | 2021-01-15T15:50:27.419457 | 2016-09-22T14:43:58 | 2016-09-22T14:43:58 | 22,206,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package net.corp.core.service.helper;
import org.apache.log4j.Logger;
import org.smslib.AGateway;
import org.smslib.IOutboundMessageNotification;
import org.smslib.OutboundMessage;
public class OutboundNotification implements IOutboundMessageNotification
{
private static final Logger log = Logger.getLogger(OutboundN... | [
"sushiljoshi22@gmail.com"
] | sushiljoshi22@gmail.com |
a610d0fd7654d4256e114334c221cd71523cbd46 | 57ab5ccfc179da80bed6dc6aa1407c2181cee926 | /co.moviired:digitalContent/src/main/java/co/moviired/digitalcontent/business/src/main/java/co/moviired/digitalcontent/business/domain/src/main/java/co/moviired/digitalcontent/business/domain/repository/IPinHistoryRepository.java | e03066bb115b7b9f99463e12ea6444793dac036b | [] | no_license | sandys/filtro | 7190e8e8af7c7b138922c133a7a0ffe9b9b8efa7 | 9494d10444983577a218a2ab2e0bbce374c6484e | refs/heads/main | 2022-12-08T20:46:08.611664 | 2020-09-11T09:26:22 | 2020-09-11T09:26:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package co.moviired.digitalcontent.business.domain.repository;
import co.moviired.digitalcontent.business.domain.entity.PinHistory;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.io.Serializ... | [
"me@deletescape.ch"
] | me@deletescape.ch |
e695d39d949ee62125873b02cc4cd990a61544cc | b2e045ec98bb0b23734ce75dfce75d11abdff44d | /Week14_TekproPrak/Monopoly/src/com/polban/tekpro/monopoly/gui/BuyHouseDialog.java | 3bccdfdf9dece211ccb06782523ee833c3aef940 | [
"MIT"
] | permissive | zharmedia386/ListingJavaProjek | 930f97c5e7c8d9071b40e0fc79d5722ffb89ff19 | 12bc9312c5a611dbb571708039bcd4bc4cecc9c5 | refs/heads/main | 2023-08-07T23:25:09.698083 | 2021-09-09T23:40:39 | 2021-09-09T23:40:39 | 354,790,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,869 | java |
package com.polban.tekpro.monopoly.gui;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JDialog;
import javax.swing.JLabel;
import com.polban.tekpro.monopoly.P... | [
"muhammadazharalauddin@gmail.com"
] | muhammadazharalauddin@gmail.com |
bcf9f1a0b66245e018851857c764f7db8200da7f | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/kylin/learning/7490/ForbiddenException.java | 08f356864ea9174ec5fcc28de0bff542b6a89cd7 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | 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 ... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
a2b4e4dd359f014a7060da4476698465948f073d | c47b8f2a65982602085d9943d1007a4120ec7595 | /src/main/java/ocp/java_class_design/polimorfism/Main.java | b7db7bfeb7314df02a669b9156ac7eb8d1bc78ed | [] | no_license | iancesar/ocp-8 | 11d3c4f221c5cff2e00f0344e5a5f9b9b00c9970 | 588158f4afcef86b5da5f1eea0d9af365b2b794a | refs/heads/master | 2023-01-20T23:16:54.224017 | 2020-12-04T10:02:59 | 2020-12-04T10:02:59 | 259,385,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package ocp.java_class_design.polimorfism;
import ocp.java_class_design.polimorfism.sub.AnotherSubType;
public class Main {
public static void main(String[] args) {
SuperType s1 = new SubType();
SuperType s2 = new AnotherSubType();
s1.print();
s2.print();
}
}
| [
"iancesarvidinharego@gmail.com"
] | iancesarvidinharego@gmail.com |
ccbc6f5d3b91f32a09febfce095978d7e2da737a | 2bc7531416225214bc12642e3e23715c2f978463 | /projetoIV/src/br/faccamp/oficina/teste/BarraProgressoController.java | 36afbfe96fe2e76d4e401e6ee9c247e4ee46403b | [] | no_license | renansds/projeto | eaa8605192a1e8a7a2ff4c1ab0ef5e59764511c5 | f8703542157212cc1cc2904d6b2e5706439c6a0d | refs/heads/master | 2021-07-13T07:27:02.269744 | 2017-10-16T23:29:15 | 2017-10-16T23:29:15 | 104,290,275 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,690 | java | package br.faccamp.oficina.teste;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.concurrent.Service;
import javafx.concurrent.Task;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
imp... | [
"renan.santosdesiqueira@gmail.com"
] | renan.santosdesiqueira@gmail.com |
995bac8c7f2f3d82cf124701ea234eb9b6b34f2a | f36a627feca575838d572c0660395cab40e634b4 | /backend/src/main/java/crud/crud_core/datasource/UtilsSQLite.java | 9148a0d2dbe6f4ca5fc80d53a15ea31077a5346d | [] | no_license | fjblesa/PocMicro | 4f3a13cb24cc99d1ffd53efb830e825484dbb33b | dccf7ffd0707d4b4475b5f78ff105db2a6b514c4 | refs/heads/master | 2020-09-21T12:44:31.082703 | 2016-08-31T08:59:06 | 2016-08-31T08:59:06 | 66,535,197 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,841 | java | package crud.crud_core.datasource;
import io.vertx.core.json.JsonArray;
import io.vertx.core.json.JsonObject;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Ar... | [
"noreply@github.com"
] | fjblesa.noreply@github.com |
7fd1f30b646373bc0e1244a6e80eb8b56821a7c3 | 512eaec99ceba66eafd09ff21be2e17af2f37dc9 | /Server/sdc2ch.root-prod/sdc-2ch-web/sdc-2ch-web-repository/src/main/java/com/sdc2ch/web/admin/repo/domain/T_MOBILE_APP_USE_INFO.java | 15071b9dfe2e320bb8b1fc0038ea700191e3fe0d | [] | no_license | VAIPfoundation/logis2ch | 8ce48f90f928021c9c944b88b7a55c52d6e6fc67 | 2b0ce4e8d4edd28971d96fedcdbf219fcc276f03 | refs/heads/master | 2023-03-06T17:15:02.840903 | 2021-02-24T13:00:08 | 2021-02-24T13:00:08 | 341,898,312 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,739 | java | package com.sdc2ch.web.admin.repo.domain;
import static com.sdc2ch.require.repo.schema.GTConfig.MIDDLE_CONTENTS_LNG_300;
import static com.sdc2ch.require.repo.schema.GTConfig.SHOT_CONTENTS_LNG_100;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Colum... | [
"richard@aivision.co.kr"
] | richard@aivision.co.kr |
30d7c59da2be1b01e371058aac0d528054d8923a | fb75bddea59c77a0049f10f25e7d3c2a8e568dd7 | /Simula15Loom/src/simulaTestBatch/simtst106$$simtst106$PBLK76$scan.java | 518e7f8c6a686ba00cd13012149cc0f96015cdb4 | [] | no_license | MyhreAndersen/Simula15Loom | 218d3eeb636efd9dbb7fb49da0e5b00a395f7a8b | b031c7a3db98b3368a05942bc0eb10bb0aec5442 | refs/heads/master | 2023-04-05T03:40:51.513771 | 2021-04-03T11:13:40 | 2021-04-03T11:13:40 | 250,255,246 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package simulaTestBatch;
// Simula-2.0 Compiled at Sun Jan 31 10:26:03 CET 2021
import simula.runtime.*;
@SuppressWarnings("unchecked")
public final class simtst106$$simtst106$PBLK76$scan extends PROC$ {
public simtst106$$simtst106$PBLK76$scan(RTObject$ SL$) {
super(SL$);
BBLK();
STM$();
... | [
"o.myhre@gmail.com"
] | o.myhre@gmail.com |
eb87a114a9c4d0e73096ebf65a02287dc7d2cb64 | ce7837761c0815bf54e43309a0bb2e9cedfec1d9 | /src/caches/Simulator.java | f223006ae4721795a53c9f3663a048c2eebd1fa8 | [] | no_license | jayCool/CacheMiss-Simulation | a5022491da4e4a756a9afe73d0ddaf435b127ee0 | afaba806e0817befea6bddfaaf96de357d89e9db | refs/heads/master | 2020-04-25T14:13:28.970425 | 2019-03-05T03:11:40 | 2019-03-05T03:11:40 | 172,834,055 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 19,194 | java | package caches;
/*
* 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.
*/
import caches.implementations.ARCCache;
import caches.implementations.FIFOCache;
import caches.implementations.HDDCa... | [
"zjwcarrot@gmail.com"
] | zjwcarrot@gmail.com |
55702779477953ce4e8ffd0c2ab55a46975d6fef | 053ff5fca60d29d70d62d0ca58b1130a38b9dc66 | /bundles/tools.vitruv.applications.pcmjava.linkingintegration.change2command/src-gen/mir/routines/packageMappingIntegration/CreateRequiredRoleRoutine.java | 659c28445439e563a2e79e52558d1fcdc7f2b7f2 | [] | no_license | vitruv-tools/Vitruv-Applications-PCMJavaAdditionals | d616ac31fc3a65947ec5f65ace3bef67f7ef0cd1 | 9bb3453041222ce719dc4457813ad773eb755258 | refs/heads/master | 2023-02-18T22:25:37.872985 | 2021-01-21T07:57:33 | 2021-01-21T07:57:33 | 74,758,487 | 0 | 1 | null | 2020-12-04T15:47:23 | 2016-11-25T12:55:49 | Java | UTF-8 | Java | false | false | 4,459 | java | package mir.routines.packageMappingIntegration;
import java.io.IOException;
import mir.routines.packageMappingIntegration.RoutinesFacade;
import org.eclipse.emf.ecore.EObject;
import org.emftext.language.java.members.Field;
import org.palladiosimulator.pcm.repository.BasicComponent;
import org.palladiosimulator.pcm.re... | [
"heiko.klare@kit.edu"
] | heiko.klare@kit.edu |
ebf8be3f0fcd90c1f1213825815a0f4bb2c2eb99 | 501868d5166a9b22bbf9903224af49c7d6298724 | /SearchService/src/main/java/com/revature/mapper/RoomNumberRowMapper.java | 68d74d66c0cf1199a002ab271c3959e05afb194e | [] | no_license | 2102Mule-Nick/iyad_shobaki_p1 | 1bfcd5fe266e63e6fa60675a22676ca745ef11d3 | c792a0a646f3d0e7e79da8922fd65988e6d16f19 | refs/heads/main | 2023-03-30T22:33:00.561800 | 2021-04-10T07:22:24 | 2021-04-10T07:22:24 | 349,142,712 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package com.revature.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.stereotype.Component;
@Component
public class RoomNumberRowMapper implements RowMapper<String... | [
"iyadshobaki82@gmail.com"
] | iyadshobaki82@gmail.com |
37db0109c38dde767d69e14aaeea97aeed495f70 | dc888b42a4b6e0db67bb5d2a779f32ad17f77ed3 | /JPA with Hibernate Lab Book/JpaLab2/src/com/cg/iter/entities/Author.java | 5216455eb444dfb72df56c68b85081420a461118 | [] | no_license | abhishekdas1000/LabBook | 50450c4b0f9d9191af65dfadc76c678250ba2416 | 65d0577f0681beec4531090d6ca79b6c6cf61be1 | refs/heads/master | 2022-12-23T08:48:23.234230 | 2020-05-02T07:52:53 | 2020-05-02T07:52:53 | 241,570,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package com.cg.iter.entities;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persi... | [
"abhishekdas1000@gmail.com"
] | abhishekdas1000@gmail.com |
bb1d8c32b0d776f47b3aaa216ca6ea1c6f8677b4 | 2ac8292f94d939615de088fe178a3ce49f3a1569 | /chap14_람다식/src/sec05_표준API의_함수적인터페이스/exam08_and_or_negate_isequal/PredicateIsEqualExample.java | 22162a773e1b79a291098322a8082d338caece30 | [] | no_license | TASAKAKOKI/thisIsJava | 085a3c6e8ad5342886c20902d276944635a36098 | 9db75f8fb9be66b05e328e93a7b52f4ef5537518 | refs/heads/main | 2023-02-21T14:04:30.162414 | 2021-02-01T13:51:34 | 2021-02-01T13:51:34 | 318,796,193 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,059 | java | package sec05_표준API의_함수적인터페이스.exam08_and_or_negate_isequal;
import java.util.function.Predicate;
public class PredicateIsEqualExample {
public static void main(String[] args) {
Predicate<String> predicate;
//Predicate를 만들어서 복잡하게 비교하는 이유:
//컬렉션 요소에서 어떤 값을 찾는 등 필터링 할때, 문자열이 포함된 혹은 동일한 문자열을 찾기 위해 비교를 수행할 시,
//걸... | [
"agiks21@gmail.com"
] | agiks21@gmail.com |
2f707a41b4d8755f43a1274ee9db2ba2c52d8a14 | db3043ea4728125fd1d7a6a127daf0cc2caad626 | /OCPay_admin/src/main/java/com/stormfives/ocpay/member/dao/entity/OcpayAddressBalanceDual.java | 4d53ad2747aac301a355c73334d74d61ed180799 | [] | no_license | OdysseyOCN/OCPay | 74f0b2ee9b2c847599118861ffa43b8c869b2e71 | 5f6c03c8eea53ea107ac6917f3d97a3c7fc86209 | refs/heads/master | 2022-07-25T07:49:12.120351 | 2019-03-29T03:14:46 | 2019-03-29T03:14:46 | 135,281,926 | 9 | 5 | null | 2022-07-15T21:06:38 | 2018-05-29T10:48:50 | Java | UTF-8 | Java | false | false | 723 | java | package com.stormfives.ocpay.member.dao.entity;
import java.math.BigDecimal;
import java.util.Date;
public class OcpayAddressBalanceDual {
private Integer id;
private BigDecimal addressesBalance;
private Date creatTime;
public Integer getId() {
return id;
}
public void setId(Intege... | [
"cyp206@qq.com"
] | cyp206@qq.com |
b1ce1f4da796515f40cd0212a657774d1f3b403f | 518782d475cfdfe63de28efdb813bebb611b9d1b | /app/src/main/java/com/eladper/sudoku/Preferences.java | 37afe58c68b9972199568b1932ced490535610c5 | [] | no_license | EladPeretz/MySudokuApp | ccc86977a15b92b19c1faddb09e2ba96767daae9 | d23d756b19ec8933e358b2912d50567ed7c5daae | refs/heads/master | 2020-12-09T10:01:47.126961 | 2020-09-22T15:46:38 | 2020-09-22T15:46:38 | 233,270,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,495 | java | package com.eladper.sudoku;
import android.content.ActivityNotFoundException;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.preference.Preference;
import android.preference.PreferenceFragment;
import android.preference.Preferen... | [
"eladper2@gmail.com"
] | eladper2@gmail.com |
36101098aa76d8b7064448b0fc08cd2716501edb | 0497e2da47d5da60f4007aea939463d01ba03601 | /src/mainFrame/Laporan_Penerimaan.java | 5a3203d354ca96c5d5abb08b8508c1c86664a29a | [] | no_license | Lnyx00/CobaKary | e28e5e32ef0bee56dc6fd3b34aa3f7536c1f43b4 | de376724f49ecdd649553a79f994177e6f9f700a | refs/heads/master | 2020-08-04T07:53:51.282345 | 2019-10-01T13:21:58 | 2019-10-01T13:21:58 | 212,063,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,975 | 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 mainFrame;
import java.sql.ResultSet;
import java.sql.Statement;
import javax.swing.JOptionPane;
import java.awt.event.Action... | [
"ilhamariyanda28@gmail.com"
] | ilhamariyanda28@gmail.com |
eaaead89c2029e23b5e19493b1feeb6b4eea08a3 | 055cc8c6ece59ced27da73f8f19c64eac31d57b9 | /core/src/com/theironyard/MyGdxGame.java | 10c18e442a5481e5667e31b0b8c9c9d9eb9452ea | [] | no_license | willriggins/HelloGame | 7ea9b2519b416626d1f2b1c4504a0e6703730229 | 0b01692b97a2846e24867411eb77dd33eb4f942d | refs/heads/master | 2021-01-09T20:47:04.085679 | 2016-06-02T15:00:26 | 2016-06-02T15:00:26 | 60,273,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,427 | java | package com.theironyard;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
public class MyGdxGame extends ApplicationAdapter {
Sprit... | [
"williamriggins2013@gmail.com"
] | williamriggins2013@gmail.com |
39eb27d8e25c491427c5e4b47f20478718f1e573 | d64a7174ca5979789e99dcf978d40727b9ea481a | /3.JavaMultithreading/src/com/javarush/task/task23/task2301/Solution.java | f95426896fd0dd7a3dff3700218810a714c0708a | [] | no_license | KhannanovNiyaz/JavaRushTasks | 0d8f370e490fd4302ffa0623eeb5bbe74a2080f9 | c056d27b5ab09a82a67a4b21bb622fa64c671924 | refs/heads/master | 2020-04-20T13:33:55.955094 | 2019-02-13T20:06:49 | 2019-02-13T20:06:49 | 156,973,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package com.javarush.task.task23.task2301;
/*
Запрети наследование от класса Listener.
Требования:
1. Класс Listener должен быть создан внутри класса Solution.
2. Класс Listener должен быть публичным.
3. Класс Listener должен быть статическим.
4. Должна быть запрещена возможность стать потомком класса Listener.
*/
... | [
"gut_boy@mail.ru"
] | gut_boy@mail.ru |
b3d9741995b9a20b330ddf7301c7548efdbe50ac | 632ffbc50af6949dbd2bf23ec069cf06ff5285c5 | /src/com/example/myprodWeb/CameraActivity.java | 146e11f0d0522a704b022538468c18d801cfb7fc | [] | no_license | Moriarty123/MyProdWeb | e8db195a57743242ad31b6fa6036b4747cdd085b | 7aa3f44951a1d45754b32a226df5ee049768bfda | refs/heads/master | 2020-03-21T15:49:30.996930 | 2018-06-24T14:47:04 | 2018-06-24T14:47:04 | 138,735,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.example.myprodWeb;
import android.app.Activity;
import android.os.Bundle;
public class CameraActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.activit... | [
"1561357687@qq.com"
] | 1561357687@qq.com |
6287c1f0c0b07880a1f1e070eca9333824557627 | f4a27d987c104778b193ef06869b1aa96a14f1b1 | /app/src/main/java/br/com/belongapps/appdelivery/cardapioOnline/fragments/TabSucos.java | 6b93ebda84f60656731803538bf9709ae1397d59 | [] | no_license | CETGNOLEB/RepositoryCode | b67bb316c9a54f1cf537ef860201788ba05ea0d5 | 58c53f51127b236ef69f3df928383790ac768367 | refs/heads/master | 2021-01-19T23:24:40.853444 | 2018-01-28T21:50:18 | 2018-01-28T21:50:18 | 88,975,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,877 | java | package br.com.belongapps.appdelivery.cardapioOnline.fragments;
import android.content.Context;
import android.content.Intent;
import android.graphics.Paint;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import a... | [
"belongtec.apps@gmail.com"
] | belongtec.apps@gmail.com |
3bb93ba9cde80c3c09705a5f8ebf52726587e080 | 72b0ee566a514788ba5b4ebe34aec6448007e352 | /src/com/appxy/billkeeper/adapter/CategoryFragmentExpandableListviewAdapter.java | 6d45946b7248630d7bbffd8f8786e97f0c2293a5 | [] | no_license | sadsunny/BillKeeperFree | 84d23bad010948f773f0e920ddeafbfa3d1603e1 | 633ab6132bef70fb50b0c8903cf7982a406cf10b | refs/heads/master | 2021-01-23T18:10:04.931632 | 2014-04-30T08:26:44 | 2014-04-30T08:26:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,605 | java | package com.appxy.billkeeper.adapter;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.appxy.billkeeper.R;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
i... | [
"chyingdan@gmail.com"
] | chyingdan@gmail.com |
5b6696584442b370e787f9c0bd8a19e1c2e61b3a | 0b0b461e2d9048564d30bfc6ebb38dce8375b6e5 | /shopping/src/com/iotek/bean/Carts.java | 9c3ac1499640b29bf4a7fb22d93aeda3786eb102 | [] | no_license | 1252505845/ly1995 | a2851bfabd650118f1aee1cc64bc5aa95ae9f823 | 22f2b873e0a598d52429c2d5b25ad7aef7c47a82 | refs/heads/master | 2021-08-07T22:39:34.030167 | 2020-04-10T03:49:55 | 2020-04-10T03:49:55 | 147,785,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package com.iotek.bean;
import java.util.List;
public class Carts {
private int totalQty;
private double totalAmount;
private List<Cart> cartList;
public int getTotalQty() {
return totalQty;
}
public void setTotalQty(int totalQty) {
this.totalQty = totalQty;
}
public double get... | [
"Administrator@PC-20171221JWZQ"
] | Administrator@PC-20171221JWZQ |
372c590618f6a481917b8ee488278c7052be6784 | 04f1a14a5a60619f4d22f155fd3ba8a8cfc0eb27 | /dragon-javaee-example/src/main/java/com/dragon/basic/java/lang/thread/volatilefield/Counter.java | f4508334a53849a45e6d019fda2d2bd34a9ded5a | [] | no_license | ymzyf2007/dragon-master | 9029a13641a05f542f1c27f93848646d91a8b296 | 5b246a9ed726185f7f337f476a5aadabcf8ab7dd | refs/heads/master | 2021-08-14T08:02:04.820103 | 2017-11-15T02:07:32 | 2017-11-15T02:07:32 | 109,670,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package com.dragon.basic.java.lang.thread.volatilefield;
/**
* 下面看一个例子,我们实现一个计数器,每次线程启动的时候,会调用计数器inc方法,对计数器进行加一
* 详细说明看CSDN博客:http://blog.csdn.net/ymzyf2007/article/details/50222767
*
*/
public class Counter {
// volatile只能保证可见性,不能保证原子性
public volatile static int count = 0;
public static void in... | [
"yumin_860619@126.com"
] | yumin_860619@126.com |
73a3d6235163c77c2f60dbae7df135ed9850054b | d0cc9bd92b4d0057640ff3023a9394578a0b5f48 | /Stacks_Lab_Students/src/MenuLab/menuClasses/ShowListAction.java | ce7d06293a4cdf5acecb2e120b8b8d57c4044245 | [] | no_license | yamilhernandez/StacksLab | ba344f487c02d3e42db241cbf48ae1d19523cef3 | e1190b523b7dd320cc7287b4d8046c6eac3831f6 | refs/heads/master | 2020-04-27T22:52:28.781162 | 2019-03-11T18:10:02 | 2019-03-11T18:10:02 | 174,752,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package MenuLab.menuClasses;
import MenuLab.dataManager.DMComponent;
import MenuLab.ioManagementClasses.IOComponent;
public class ShowListAction implements Action {
@Override
public void execute(Object arg) {
IOComponent io = IOComponent.getComponent();
DMComponent dm = (DMComponent) arg;
String name = io.... | [
"yamil.hernandez5@upr.edu"
] | yamil.hernandez5@upr.edu |
251099d6d0700ef7ec279b25bf75d5c14c4c64f1 | 7228e9bb643917fb3b2cc0af8a27fb18396112c3 | /src/main/java/it/unicam/travisbug/c3/model/requests/EmployeeRequests.java | 4637b1a4ad7ed6a314a80bc51b290edc5d87cc6d | [] | no_license | Orthoepiccrown0/travisbug.c3 | 57475ecb587777023b0c6601f06656d35d89f960 | 21c4e6d40ba804a850c038bc7d5125e549d78c4b | refs/heads/master | 2023-03-26T02:31:04.266968 | 2021-02-23T17:16:17 | 2021-02-23T17:16:17 | 324,797,198 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package it.unicam.travisbug.c3.model.requests;
import it.unicam.travisbug.c3.model.shop.Shop;
import it.unicam.travisbug.c3.model.users.Employee;
import javax.persistence.*;
import java.util.Date;
@Entity
public class EmployeeRequests {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer... | [
"rellysanta2000@gmail.com"
] | rellysanta2000@gmail.com |
ab072e18c33130fbf876e185d21cf7a4e8bcce07 | 38893aeeb1268b5fee7cb3b06f78a050e681e0b4 | /ConveterApp2/ConverterFarainHeight/app/src/test/java/com/alamin/converterfarainheight/ExampleUnitTest.java | 9f69a88f7674c814a3d771206c4b190b14bf939d | [] | no_license | showdpro/Android-Works | 1762b118bea00a7615e1b4cd7bd632139cc3189b | 184e83cf577228de784fb4fdeba0ed5c92003ce1 | refs/heads/master | 2022-03-06T18:14:16.289397 | 2019-11-05T18:19:41 | 2019-11-05T18:19:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.alamin.converterfarainheight;
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
p... | [
"urahamat01@gmail.com"
] | urahamat01@gmail.com |
e21a44d5193079d67e910dd8c8512fc147b6897b | e68820efb01ee03bce3749187c73b266c94e4c9b | /app/src/main/java/net/betterbing/androidframworkstudy/net/TestService.java | 737f35603573d62a4ba3cadd7a980eb4a1605869 | [
"Apache-2.0"
] | permissive | aibingbing/AndroidFramworkStudy | f9c1c754624a705c455f03df15785368e189e489 | 1535b10c2b6b23abaff79230bceb6acc254ae08e | refs/heads/master | 2021-05-31T16:47:47.124363 | 2016-05-12T13:24:26 | 2016-05-12T13:24:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package net.betterbing.androidframworkstudy.net;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
/**
* Copyright: Copyright (c) 2015年 Beijing Yunshan Information Technology Co., Ltd. All rights reserved.<br>
* Author: ABB <br>
* Date: 16/5/12 <br>
* Desc: <br>
* Edit Hist... | [
"aibingbing@kaladingcom"
] | aibingbing@kaladingcom |
dc8ad6ebae6c37276f914bef2d26041dbcbf6bab | e5fe7b9bc896101f91cb94199c8906859a6577fd | /src/main/java/com/dreamtale/ck/entity/param/CkUserListQueryParam.java | 8918a4361269994cd496729b167d702d56ce9c14 | [] | no_license | OnMyHeart/dreamtale-ck | 92c3467a2d829ec8353d63a68ec33def54b1bfc7 | 617122d164f2e60ab3fb80e12b496a919ff8b762 | refs/heads/master | 2020-03-27T15:14:58.710376 | 2019-04-27T04:24:26 | 2019-04-27T04:24:26 | 146,706,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java | package com.dreamtale.ck.entity.param;
import com.dreamtale.ck.constant.common.BaseParam;
public class CkUserListQueryParam extends BaseParam {
}
| [
"yingshuai"
] | yingshuai |
680a125a6f949b7ad0acdcffa74c67baf666fb0e | d74a81d9acfe340380fe5ddc473e72c2fd371ad7 | /src/net/jrat/core/packet/server/S8PacketScreenshot.java | 1507e6990d2025db34de7467cbde12e88901de1a | [] | no_license | jratdev/client | 16acd0276b426a62d6c4ea7f09d259d82d00d372 | 895e8e32fd10d9efe3c003dd8a9d00234fd0c9c5 | refs/heads/master | 2020-03-27T05:11:27.730610 | 2018-08-29T12:47:01 | 2018-08-29T12:47:01 | 146,000,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,179 | java | package net.jrat.core.packet.server;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.ByteArrayOutputStream;
import javax.imageio.ImageIO;
import net.jrat.core.Client;
import net.jrat.core.packet.IPac... | [
"Paolo Viola@DESKTOP-2B6D1GR.fritz.box"
] | Paolo Viola@DESKTOP-2B6D1GR.fritz.box |
c114cf43fde3dffc16d45047895bad4a7f2b4e27 | 9462de38ac4bcd665b3b2207d5abc38ae4a92a90 | /Module2/src/_3_Array_and_function_in_java/practise/th4/temperature.java | 4990c366fe97f3598a107e19fd7ac00857a4d564 | [] | no_license | KhangNguyenKun/C0920G1_NguyenLePhucKhang | f77c302df7cd2bdb89e887acccbd88cc636937a8 | eb570bf7adafccb5a3c4fba0805008f64143d368 | refs/heads/master | 2023-03-29T09:40:43.514780 | 2021-04-02T07:59:48 | 2021-04-02T07:59:48 | 295,315,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,503 | java | package _3_Array_and_function_in_java.practise.th4;
import java.util.Scanner;
public class temperature {
//Bước 1: Xây dựng phương thức chuyển đổi từ độ C sang độ F
public static double changeFtoC(double fa) {
double cel;
cel = (5.0 / 9) * (fa - 32);
return cel;
}
//Bước 2: Xâ... | [
"phuckhang98@gmail.com"
] | phuckhang98@gmail.com |
40e47a274e4724ceadfc4835e2e91573699100ee | 401df3643989ca5187a5625e16427605bd35b8b6 | /tools/gradle-plugins/gradle-curiostack-plugin/src/main/java/org/curioswitch/gradle/plugins/pulumi/PulumiSetupPlugin.java | 43f2b31f40c90d13fc49d4e8786eef2d1cf39b16 | [
"MIT"
] | permissive | curioswitch/curiostack | 809366a290042ab9313dd78769c58ff1a801297e | af1a44909d9d29440f3d9f7a94aed58cad9567fc | refs/heads/master | 2022-05-20T17:44:01.673204 | 2022-03-13T12:09:49 | 2022-03-13T12:09:49 | 83,122,389 | 78 | 17 | MIT | 2022-03-13T12:09:49 | 2017-02-25T09:52:08 | Java | UTF-8 | Java | false | false | 2,774 | java | /*
* MIT License
*
* Copyright (c) 2020 Choko (choko@curioswitch.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | [
"noreply@github.com"
] | curioswitch.noreply@github.com |
c563d9759a7ba12bec5551777e6221e78f88ca7a | c488d827bcea87945865813618439c1d9262ee60 | /netty/netty-demo-c1000K/src/main/java/com/tony/edu/netty/push/server/handler/NewConnectHandler.java | 6d011bfb7af5be7e3569240ab8a8ff2c552fc395 | [] | no_license | Mjsss/java3.0 | a461563cea0a94c82b50921aa5f8e20b4fe8c5e8 | 0d071dbdc44860760a1d5727d13ba5cd86847be9 | refs/heads/master | 2023-01-10T21:03:12.097073 | 2020-11-19T12:27:17 | 2020-11-19T12:27:17 | 286,990,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,202 | java | package com.tony.edu.netty.push.server.handler;
import com.tony.edu.netty.push.biz.UserInfoContext;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import io.netty.handler.codec.http.FullHttpRequest;
import io.netty.handler.codec.http.QueryStringDecoder;
import io.ne... | [
"maji132011@gmail.com"
] | maji132011@gmail.com |
e12c4c4ff52286e33ac48c874b1471f64f7bbb1d | d42fb18c8792ca0567d77473a6fd314fd512a99d | /LinearLayoutEjercicio1/app/src/androidTest/java/com/example/mati/linearlayoutejercicio1/ApplicationTest.java | 967af3fd777c42d0a11db98067cbaf0b1708502b | [] | no_license | susanajimenez15/PMM | 1b4f710d3cd6286e40fc5ec668d4d9320867a07c | 16c94377223add0951f4b51ac7459fb13e0d8069 | refs/heads/master | 2021-01-17T16:07:57.835296 | 2017-02-14T07:11:36 | 2017-02-14T07:11:36 | 70,775,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.example.mati.linearlayoutejercicio1;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public Application... | [
"dam.sjimenez@institutoserpis.org"
] | dam.sjimenez@institutoserpis.org |
b791a825424c35dcc6e38d8ecad748f6712e7ff3 | a7e7e9d8a078feadfb901d9789f95d82ef19a7a1 | /flightdetails/src/test/java/com/mindtree/learning/flightdetails/FlightdetailsApplicationTests.java | d1460afcbcef3ad8ddeb6be98471b9d97ce7f25a | [] | no_license | rashigupta65/book-flight-microservices | 22ad5d0e8542c7f3428fae8fb967cffe4ecc011f | 8fee3764df9105ba4ba9206983ed999daa683021 | refs/heads/master | 2023-04-02T08:56:12.474916 | 2021-04-09T14:41:21 | 2021-04-09T14:41:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package com.mindtree.learning.flightdetails;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class FlightdetailsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"m1062302@mindtree.com"
] | m1062302@mindtree.com |
d286938ec7247de2a28f3983c82ae663efd7174f | c796230089b71e116050676580a8bf6687b05108 | /src/main/java/com/fortunes/javamg/modules/gtxt/city/web/GtRoleController.java | fe4a7129a02116d2d18ff4b844ddfafbfc91ec14 | [] | no_license | yaoyuanloo/gdsb | 3b0639df4f9a11fdd63ccecaa454c348b9aeb2e4 | fd1a7f9f2e744717e03563ac808f6e8e7ef4f110 | refs/heads/master | 2020-03-26T10:32:05.244458 | 2018-08-15T03:56:45 | 2018-08-15T03:56:45 | 144,802,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,706 | java | /**
*
*/
package com.fortunes.javamg.modules.gtxt.city.web;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | [
"472357203@qq.com"
] | 472357203@qq.com |
793ea9d9d3067df136c6a2934f10dbb01c97957f | 044339836b614855d5b5444ff3b3c46da9379ddc | /api/src/main/java/com/waes/differ/api/configuration/SwaggerConfig.java | 715c2b63883b1689f5c97933bb1817671b30d403 | [] | no_license | tomaskroth/assigment-1 | 5744489bb80ee76c3cd313e07ea96aa59aa292b8 | 35330713444875c18a6eb5d730236fe26a65b9f9 | refs/heads/master | 2020-03-25T23:33:26.337829 | 2018-08-07T05:02:04 | 2018-08-07T05:02:04 | 144,280,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package com.waes.differ.api.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.spi.Document... | [
"monteiro.cristiano@gmail.com"
] | monteiro.cristiano@gmail.com |
8fefda14afe55a2dd54e4acd5c57b2142923981d | a484a3994e079fc2f340470a658e1797cd44e8de | /app/src/main/java/shangri/example/com/shangri/presenter/RegisterPresenter.java | 50e992b0d265baa1990533f89c7f1332145010a5 | [] | no_license | nmbwq/newLiveHome | 2c4bef9b2bc0b83038dd91c7bf7a6a6a2c987437 | fde0011f14e17ade627426935cd514fcead5096c | refs/heads/master | 2020-07-12T20:33:23.502494 | 2019-08-28T09:55:52 | 2019-08-28T09:55:52 | 204,899,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,305 | java | package shangri.example.com.shangri.presenter;
import android.content.Context;
import shangri.example.com.shangri.UserConfig;
import shangri.example.com.shangri.api.RxHelper;
import shangri.example.com.shangri.api.RxObserver;
import shangri.example.com.shangri.base.BasePresenter;
import shangri.example.com.shangri.mo... | [
"1763312610@qq.com"
] | 1763312610@qq.com |
538e7ed61c556d60575cee554176226b772ce114 | 7581ffde6c694c258d502339df3d5cb85c7b71f5 | /android/androiddemo/app/src/main/java/com/zego/zegosdkdemo/Config.java | deb35715e051a591c26d138f1a8b783ed8fc858f | [] | no_license | twstx/ZegoKitDemo | cd7d4bb0803284cc9c8e1162dad6db8694a5a8b7 | 83c0bc627f4eece993e4ae6f2a65fc8108c8a958 | refs/heads/master | 2020-12-31T07:41:41.368296 | 2016-12-20T08:08:27 | 2016-12-20T08:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,182 | java | package com.zego.zegosdkdemo;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
impor... | [
"zego-builder@zego-builder.local"
] | zego-builder@zego-builder.local |
e662b2ca8774829945bee20659d1cecbd0a2662d | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/io/reactivex/rxjava3/internal/operators/flowable/FlowableMapPublisher.java | 5e9296475d241d794ac3ef796aab023c3a69cc4c | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package io.reactivex.rxjava3.internal.operators.flowable;
import io.reactivex.rxjava3.core.Flowable;
import io.reactivex.rxjava3.functions.Function;
import io.reactivex.rxjava3.internal.operators.flowable.FlowableMap;
import org.reactivestreams.Publisher;
import org.reactivestreams.Subscriber;
public final class Flowa... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
d1df758277176ecc778383d31765f82fa15633e7 | 3aa62cf48d27d7ccf1d93424665d26d6fce57d08 | /src/main/java/com/joo/s3/bankbook/BankBookController.java | 2e664f39d49d72771a40e1fc81b6ed27846b8a9d | [] | no_license | yunjoo11/Spring3_1 | 880fd864f364f052425eddc6c003165049eebbff | 3c9fd9b2ba06c909c3a7eb74df7811316f4cd484 | refs/heads/main | 2023-04-26T16:28:34.036614 | 2021-03-26T08:04:54 | 2021-03-26T08:04:54 | 350,248,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,834 | java | package com.joo.s3.bankbook;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.RequestMapping;
... | [
"qodbswn11@naver.com"
] | qodbswn11@naver.com |
8674de95f0f8448e3ea1bd014f3912429df1ef97 | 7f3e8a5ae3f78eb63e0f77184b7bd4f0c5c89b52 | /MutualAid/src/com/four/dao/Users.java | dd028d2d237dccb275301bf4df80381bb6061ba1 | [] | no_license | BigPowerExcavator/GiveMeAHead | 56b8b5f11add5d48ca0d42b9d39c10c1e54203a0 | 1b261cf2ac5a2adf9526020cf71fda96642a2c80 | refs/heads/master | 2020-04-05T14:48:08.235641 | 2018-11-17T03:26:05 | 2018-11-17T03:26:05 | 156,941,410 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 876 | java | package com.four.dao;
import java.util.Map;
import com.four.javaBean.UserRegisterBean;
import com.four.javaBean.UsersBean;
public interface Users {
public abstract UsersBean getPasswd(int stuId) ;
public abstract boolean checkUserName(String userName);
public abstract boolean userRegister(UserRegisterBe... | [
"1209008483@qq.com"
] | 1209008483@qq.com |
fee4607dd090a5586506f2cdbb41ce0cc9739d4f | 256df6f7b35bdadcb447123b7b4c98044d9a42ec | /app/src/main/java/com/example/bbreda/cardmanager/presentation/login/LoginFragment.java | a8712d4383e15b394457bfa4ab9f7ac99442fe1d | [] | no_license | bredaskt/CardManager | 69e2cfd283c8f6edf1f34d6c8605892b232e1c34 | 685b625e6c64a37cc66a70dd7c8edd55413d4ec5 | refs/heads/master | 2020-03-28T07:13:43.920650 | 2019-02-07T16:26:01 | 2019-02-07T16:26:01 | 147,888,346 | 0 | 0 | null | 2018-09-09T22:05:53 | 2018-09-08T00:53:31 | Java | UTF-8 | Java | false | false | 5,043 | java | package com.example.bbreda.cardmanager.presentation.login;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Handler;
import android.os.Message;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.suppor... | [
"bbreda@ciandt.com"
] | bbreda@ciandt.com |
4972325a575f679d6931b8e9e34f725536454822 | dc83fa0feb09324e21c71fb5da270dec21c4492d | /MyBatis-3.1.1/test/driver/Test.java | 4bbd4f2b2c2083484883dbb0b879017bccdf3450 | [] | no_license | lhw209/half-cms | 51824b285b503324d442157553c00c2c488d71bb | 47be78fc5f8d500a6419bbc0f27ea579fae6c12f | refs/heads/master | 2020-06-05T08:22:03.874065 | 2013-01-29T15:55:13 | 2013-01-29T15:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | java | package driver;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.apache.log4... | [
"lhw_209@163.com"
] | lhw_209@163.com |
62fcdb3ce889dd031bd2ed502aa7640c00ef01e5 | 7194c655a2a33a1b17b49a17eb7023390d46cfd8 | /src/com/pkq/firewallupdate/app/WindowsUpdater.java | 3daf565c2e40da52f2118357129b801a3e87f5c9 | [] | no_license | xuanxuanfox/firewallupdate | 78e0d72f5ec32cabc89a3b8878fefc1e16574afa | 382c036fddbeb9725d134a18b446f1886806cb92 | refs/heads/master | 2021-01-09T21:52:20.092549 | 2015-06-02T13:01:10 | 2015-06-02T13:01:10 | 36,733,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.pkq.firewallupdate.app;
public class WindowsUpdater extends Updater{
public WindowsUpdater(){
//updateShellFile = "..\\agentUpdate\\update.bat";
updateShellFile = new String[2];
updateShellFile[0] = "C:\\pkqfirewall\\agentUpdate\\update1.bat";
updateShellFile[1] = "C:\\pkqfirewall\\agentUpdate\\up... | [
"66572523@qq.com"
] | 66572523@qq.com |
44c1943d7d3059d6fe6e85440c84fb2b83d35255 | 53073a648fc85aee29d3d3080a2cc87937eb8cd9 | /src/com/iskyshop/foundation/domain/Area.java | 3e9227bedb0a9913427193e06bfbccfea30a88f8 | [] | no_license | Arlinlol/UziShop | 850e1ac3a156339d0b6914934813502406e423f8 | 0a1a112638ac15341502f78d124683d2699e6de7 | refs/heads/master | 2021-01-19T07:19:03.808599 | 2014-03-28T07:56:42 | 2014-03-28T07:56:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,958 | java | package com.iskyshop.foundation.domain;
import com.iskyshop.core.domain.IdEntity;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
im... | [
"suhao@55317.com.cn"
] | suhao@55317.com.cn |
591365cea46ce508579ae341a842498b626840fd | 4689952eaee715e4040873d2d54500cbb51c3e06 | /src/chapter_4/java/ClassAverage.java | f48e32438da631a8411600def482de20149c80d2 | [] | no_license | MaryNSu/LearningJava | 4b4d9d6a988ba7715ec7826bdf8316966b40f000 | 58b2404b943b11c2f534480ee52749820f520a91 | refs/heads/master | 2022-07-18T10:57:32.867535 | 2020-05-10T10:59:19 | 2020-05-10T10:59:19 | 262,763,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | java | package chapter_4.java;
import java.util.Scanner;
public class ClassAverage {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int total = 0; // initialize sum of grades entered by the user
int gradeCounter = 1; // initialize # of grade to be entered next
// processing ph... | [
"readjustee@mail.ru"
] | readjustee@mail.ru |
11db6d9b527c02d3584005188469c4bd13e304c7 | 553a9715fd40ab7cc21c8b4844b382fd89045c23 | /apps/xcchlib-core-sample/src/main/java/paper/java/core/StandardObjectsEqualChecker.java | d18826de0cd8ed3cd618415a59b3b97952dc73b4 | [] | no_license | cClaude/cchlib | bae0fa5fda8aa20ebb94ce5cf4d0d47ad8595b6a | f6437516f79b74617aaa05d97d74c0867f6617be | refs/heads/master | 2020-05-21T14:04:57.480581 | 2017-05-01T19:29:58 | 2017-05-01T19:29:58 | 32,205,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,494 | java | package paper.java.core;
public class StandardObjectsEqualChecker {
public static void main(final String...args)
{
checkInteger();
checkDouble();
checkString();
}
@SuppressWarnings("boxing")
private static void checkInteger()
{
final Integer i1 = 1;
fin... | [
"Claude.CHOISNET@nespresso.com"
] | Claude.CHOISNET@nespresso.com |
3457844d67bed5374aaaf7d525d2b1bb4fec7e07 | e89707a861d2f8976552b06fbe019c60a17d4366 | /src/main/java/com/StudyBoardCRUD/firstBoard/normalboard/NormalBoardApplication.java | 93632e032c5de0171c48a7de9ba3c5eae8b49838 | [] | no_license | kalkin2/FirstBoard | 9181a38bd8394ea16ea59bb4869dbd07f63836ba | cf227109a023e8527dc1d848f9e20ddb033cb87c | refs/heads/master | 2022-03-29T11:02:47.290387 | 2019-12-21T14:55:51 | 2019-12-21T14:55:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.StudyBoardCRUD.firstBoard.normalboard;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class NormalBoardApplication {
public static void main(String[] args) {
SpringApplication.run(NormalBoardApplicat... | [
"grey@docfriends.com"
] | grey@docfriends.com |
ebeb528a0d44108f0c92545b0b368d34bab376de | e4f6153a8f238bda574299ba4b8fba710f6d02c4 | /servletresponse/src/com/zzb/servlet/servlet05.java | 91651c9f90dc8542682f4d9a04fc537e6e17010f | [] | no_license | zzb011024/JAVA | 757462f3b224b661857351772cdadf094eed4a2b | 146b25d2fb21eb95137a396e0a6bef7219674c14 | refs/heads/main | 2023-04-16T01:59:38.608046 | 2021-04-01T11:51:08 | 2021-04-01T11:51:08 | 353,681,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.zzb.servlet;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
*重定向
*
*/
@WebServlet("/ser05")
public cla... | [
"1784003197@qq.com"
] | 1784003197@qq.com |
fc0dbacee15e53bd675a0431537c53bf834e66a5 | e98eda6e84e645d16e0a313151a474c61fd7bbef | /app/src/main/java/com/tars/sos/data/LoginRepository.java | 9be33399612950cb97d0229228aa1f93357888e4 | [] | no_license | Khalid-Syfullah/SOS | 0d2fcf33a33b4539bc6cfc3d56f3fd4623525532 | 76d941c08b723d451b8010c76477e9e0b8117720 | refs/heads/main | 2023-08-31T18:22:34.891406 | 2021-04-09T18:16:16 | 2021-04-09T18:16:16 | 356,361,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,694 | java | package com.tars.sos.data;
import com.tars.sos.data.model.LoggedInUser;
/**
* Class that requests authentication and user information from the remote data source and
* maintains an in-memory cache of login status and user credentials information.
*/
public class LoginRepository {
private static volatile Login... | [
"Khalidsyfullah@gmail.com"
] | Khalidsyfullah@gmail.com |
699c19c4d58177a02a1717fafd32bc34c88f875e | 95473636330f6fa9a873e07163de01389aa9b5ef | /src/main/java/lang/bogus/expression/MultiplicationOperationExpression.java | b0b43bdf9198f6b540d86d2c1a8948a991371965 | [] | no_license | juhofriman/bogus-lang-java | d3a65e22e08adab8026575f76091c5792aa49242 | 68617a5ec721a8e47a1d8516d8820106adb9fc91 | refs/heads/master | 2022-12-18T18:46:22.394233 | 2020-09-18T06:48:08 | 2020-09-18T06:48:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package lang.bogus.expression;
import lang.bogus.runtime.BogusScope;
import lang.bogus.value.Value;
public class MultiplicationOperationExpression implements Expression {
private final Expression left;
private final Expression right;
public MultiplicationOperationExpression(Expression left, Expression r... | [
"juho.t.friman@gmail.com"
] | juho.t.friman@gmail.com |
46310f0a478f3c8c808167df19fc99492e9d7c63 | 20db8d9f5327f7d2a34a79b34eb70f97268c12d0 | /java/java8/datetime/PeriodAndDurationDemo.java | 3a1ffb85b3577ca062a2c4a4523263d8b45dff35 | [
"MIT"
] | permissive | GenweiWu/Blog | f0074fcd6aefcdfd65d30f349136652b8d00665a | 8dcf1f75bbc014588ed1ff8a369977f5ffb18802 | refs/heads/master | 2023-09-01T12:43:31.951675 | 2023-08-25T01:50:18 | 2023-08-25T01:50:18 | 55,876,072 | 8 | 4 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | package com.njust.test.java8;
import java.time.Duration;
import java.time.LocalDate;
import java.time.LocalTime;
import java.time.Period;
import org.junit.Test;
public class PeriodAndDurationDemo
{
/**
* 天数:30
* 分钟:40
*/
@Test
public void test01()
{
//1.Period对一个LocalDate
... | [
"noreply@github.com"
] | GenweiWu.noreply@github.com |
a18b6c621bc6f7904e7d5886bb1b496d49569561 | 1763ceaab49c4b54fe445f4b0e49b4ed3a176f5f | /app/src/main/java/com/br/ifpe/myapplication/PerfilProfActivity.java | dcc73786526bd834f8fbe8b9a6e8593bc334b9c7 | [] | no_license | adm24Help/rep24help | 4d2b3ebff72b6bd169f4d26564e69f29927c08ad | 036f36b3a44ebc2f48003d61eb441e7350e1f1f1 | refs/heads/master | 2020-06-22T06:57:17.187613 | 2020-01-18T21:05:28 | 2020-01-18T21:05:28 | 197,665,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.br.ifpe.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.maps.SupportMapFragment;
public class Perfil... | [
"24helpapp@gmail.com"
] | 24helpapp@gmail.com |
82f7fb18d34a970167e8b187afd80ab80754c19c | c060815e570a8db619f17ef33299f111107f5eec | /blogPessoal/src/test/java/repository/TemaRepositoryTeste.java | e48267735adf731f8dab54729d15554d97afae0c | [] | no_license | jessica-mss/generation_bloco2 | 8a6e3957266d0db6812a60fa89bfcdd4672e5736 | f8676b1b577b801a383c9240f78eb6e16a42684f | refs/heads/main | 2023-06-19T12:57:55.396017 | 2021-07-16T02:24:50 | 2021-07-16T02:24:50 | 378,749,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,731 | java | package repository;
import static org.junit.jupiter.api.Assertions.assertFalse;
import java.util.List;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validation;
import javax.validation.Validator;
import javax.validation.ValidatorFactory;
import org.generation.blogP... | [
"noreply@github.com"
] | jessica-mss.noreply@github.com |
7e2c9822c2621ca3d82a671964a6b80bb09a12b8 | d722db28279641cbbec837522a891de09c04d785 | /src/test/java/arithmetic/ViolenceRecursionTest.java | 99999ae55ac79945eb9c311f98bae6e6e93f42b3 | [] | no_license | yuexianbing/data_structure_test | c86bf53a4fffada8eb173a68bafdcf6cdbb12b6b | abf32147c630d8fd684a45795523b6e2cdcc0ff2 | refs/heads/master | 2021-06-19T02:15:47.047312 | 2021-02-20T11:50:43 | 2021-02-20T11:50:43 | 124,254,660 | 0 | 0 | null | 2020-10-27T03:15:45 | 2018-03-07T15:20:06 | Java | UTF-8 | Java | false | false | 365 | java | package arithmetic;
import com.ybin.arithmetic.leetcode.ViolenceRecursion;
import org.junit.Test;
/**
* @author : bing.yue001
* @version : 1.0
* @date : 2020-10-9 12:59
* @description :
*/
public class ViolenceRecursionTest {
@Test
public void pasterTest() {
new ViolenceRecursion().paster("babac... | [
"bing.yue001@bkjk.com"
] | bing.yue001@bkjk.com |
60de7c7e5ff1ee3fbf1eef751c2d7d4dc8a08a4c | a4743b486ab123239861ad733257a6d9de92ac96 | /src/Node.java | 71e0a9ccb3d982d7b81b9cfdd642cb0762b4ca96 | [
"MIT"
] | permissive | marllonfrizzo/postfix-to-infix | 48aace0a5dff5247e01466d954a91a7f73558592 | f15b35df7f69f753d61694eb8e3c8916e5e19ea0 | refs/heads/master | 2021-01-20T13:41:27.274442 | 2018-09-03T18:59:34 | 2018-09-03T18:59:34 | 90,510,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package Main;
public class Node {
private char valor;
private Node nodeEsquerda;
private Node nodeDireita;
public Node(){
}
public Node(char valor) {
this.valor = valor;
}
public char getValor() {
return valor;
}
public void setValor(char valor) {
... | [
"mffrizzo@gmail.com"
] | mffrizzo@gmail.com |
33c09dc1fc5ac0f7eea30048b4ea739ba5b014ff | b92db1a3c7d81dd70d3ff5b97cf87ee2950611e5 | /src/test/MyTest_Write_Maze.java | 7ce7ccd9b19a39cb82ce9aa31433c08f0a7fa8a8 | [] | no_license | LIDORZ55/ATP-Project-PartB | 56e7236255ff02a0ad84a9358d2a0ab8bb3332df | 84ba43d9aecb5ae8644cb5bcc7810bb94992e125 | refs/heads/master | 2023-04-24T10:46:49.709502 | 2021-05-09T14:44:52 | 2021-05-09T14:44:52 | 362,173,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,717 | java | package test;
import IO.SimpleCompressorOutputStream;
import algorithms.mazeGenerators.AMazeGenerator;
import algorithms.mazeGenerators.Maze;
import algorithms.mazeGenerators.MyMazeGenerator;
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import File.Creating_File;... | [
"lidorzurzur@gmail.com"
] | lidorzurzur@gmail.com |
ee1ad526d00f26ad5b4872f6b678892df39520e3 | d700d8973c9eb33176ca399e09c669304e1da681 | /Demo.SpringBootUsage-进阶二/demo-springboot-test/src/main/java/me/silentdoer/springboottest/service/impl/TestServiceImpl.java | 3696a26ccf95a10d9a157be17730886db2c58fea | [] | no_license | Silentdoer/demos | b0acb79d4f925ea66bed51d85a0868fd64abfda4 | 6f832d549458c05af831da5cce49c98ba8c562e7 | refs/heads/master | 2022-12-22T15:38:41.494276 | 2019-10-21T10:46:29 | 2019-10-21T10:46:29 | 118,134,224 | 1 | 0 | null | 2022-12-16T10:35:02 | 2018-01-19T14:22:06 | Java | UTF-8 | Java | false | false | 2,559 | java | package me.silentdoer.springboottest.service.impl;
import lombok.NonNull;
import me.silentdoer.springboottest.service.TestService;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.remoting.RemoteAccessException;
import org.springframework.retry.annotation.Backoff;
import org.springfram... | [
"1010993610@qq.com"
] | 1010993610@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.