blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4d8994c4e695872ff9f5e0f5fdd65daba9b262df | cfe621e8c36e6ac5053a2c4f7129a13ea9f9f66b | /AndroidApplications/com.andymstone.accuratecompass-14/src/com/andymstone/compasslib/ab.java | 98144b1a4c4fa4dcd82da307e4fed77ee44b6388 | [] | no_license | linux86/AndoirdSecurity | 3165de73b37f53070cd6b435e180a2cb58d6f672 | 1e72a3c1f7a72ea9cd12048d9874a8651e0aede7 | refs/heads/master | 2021-01-11T01:20:58.986651 | 2016-04-05T17:14:26 | 2016-04-05T17:14:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 114 | java | package com.andymstone.compasslib;
interface ab {
void a(float[] fArr);
float[] a();
boolean b();
} | [
"jack.luo@mail.utoronto.ca"
] | jack.luo@mail.utoronto.ca |
bee3d0e52ea3316ce9370847e58d5f379539cf91 | c2acd716992c13c598f69a994c07e569038c3253 | /ListenerTest/src/SessionAttributeListener.java | c234555c1fa024b84d04a71b79eb375b1fd5b965 | [] | no_license | Tansir93/how2j_Java_Intermediate | 8498d0c7ae8e0a4c537c217716fafcdb25c2b50e | c83e76b9de9879c76b0a1a8a73893d9f537c8257 | refs/heads/master | 2022-07-04T10:44:43.358144 | 2019-06-01T15:44:36 | 2019-06-01T15:44:36 | 189,698,102 | 0 | 0 | null | 2020-07-01T23:19:13 | 2019-06-01T06:20:48 | Java | UTF-8 | Java | false | false | 585 | java | import javax.servlet.http.HttpSessionAttributeListener;
import javax.servlet.http.HttpSessionBindingEvent;
public class SessionAttributeListener implements HttpSessionAttributeListener {
@Override
public void attributeAdded(HttpSessionBindingEvent event) {
System.out.println("sessionadd");
}
... | [
"405318813@qq.com"
] | 405318813@qq.com |
d932b69ad3f0b00ba1549a72645b1ec51b6310d8 | 3edc3cecb2cd413326e4d8a83bc0be37f4f6c76c | /src/p1/Test4.java | 6918ae34fb656dd5da0822ad9c31d1e9aea89cfb | [] | no_license | ID44977/Exp | 28a8135c09a6172e33b197bbbb8761ff58792285 | 78372fd4dc6b8ccc7a284c46d6591ea2ab2cd3dd | refs/heads/master | 2020-04-07T15:50:27.605515 | 2018-12-01T04:57:43 | 2018-12-01T04:57:43 | 158,503,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package p1;
import java.util.HashSet;
public class Test4 {
public static void main(String[] args) {
//社团A
HashSet<String> hsA = new HashSet<>();
hsA.add("张三");
hsA.add("李四");
hsA.add("陈六");
//社团B
HashSet<String> hsB = new HashSet<>();
hsB.add("王五");... | [
"760305100@qq.com"
] | 760305100@qq.com |
4c3327c7229664e81d8b260f1f58a7d228f5e0f6 | f08cf851c12aa855084e41cc817583b4012bda2b | /baselib/src/main/java/com/zhengyuan/baselib/xmpp/util/XmppReliableListener.java | 3aaaaa59fcac32635e3db766d2a7d915429ebcad | [] | no_license | shanghaif/EasyMessagerPro | 75e11ed069a485b5c1b76a1cdfee1bceeb7cc3a7 | 2abac071cc8a494a71f84fd1a7a5d371210ecdb0 | refs/heads/master | 2022-05-20T14:06:43.620373 | 2019-05-07T12:11:02 | 2019-05-07T12:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.zhengyuan.baselib.xmpp.util;
import org.jivesoftware.smack.packet.Message;
/*
* 发送状态回调函数
*
* @author 徐兵
*/
//在应用层实例化,并重写方法
//在Xmpp协议层调用,以返回是否发送成功的状态
public abstract class XmppReliableListener {
public abstract void sendStatusListener(boolean status,Message message);
}
| [
"349698837@qq.com"
] | 349698837@qq.com |
021f8644607ac9ba8cf4ff4add79ae43ca0825de | dab275f0b73510c16c8ad572adf180af37ae1520 | /src/main/java/com/imooc/o2o/entity/LocalAuth.java | 5062bdc1c70a7268c4da5fe382c1ab22ecd86365 | [] | no_license | zgl92/o2o | 1bf7b1db00af233c3569ee31c949927bc53c1a77 | 06d49bd403f43a7f822d42a1ff7079c84ec86a8e | refs/heads/master | 2022-12-22T16:10:24.693423 | 2019-06-12T23:30:00 | 2019-06-12T23:30:00 | 191,388,139 | 0 | 0 | null | 2022-12-16T11:34:27 | 2019-06-11T14:25:04 | Java | UTF-8 | Java | false | false | 1,246 | java | package com.imooc.o2o.entity;
import java.util.Date;
public class LocalAuth {
private long LocalAuthId;
private String username;
private String password;
private Date createTime;
private Date lastEditTime;
private PersonInfo personInfo;
public long getLocalAuthId() {
return LocalA... | [
"Alan920302"
] | Alan920302 |
0fe4d84fe864cc1ddbb66506514fc147fea76081 | 5c3d398e1eb97e584f2c10b31f9665c38bacd5fb | /spring-framework/ch05_spring-hibernate/src/main/java/bnymellon/training/spring/framework/model/ColoredShape.java | 9d64f928d8f97833d373d56beb6c8e70358f0449 | [
"Apache-2.0"
] | permissive | donraab/spring-kata | 95ab78aa2edd8f962a876bc06cf1fd2c932fbfcb | ca1ec563a5a3f774304b7a2a194b8c5adf3e125d | refs/heads/main | 2023-08-18T18:58:51.855499 | 2021-10-10T01:28:58 | 2021-10-10T01:31:21 | 415,457,103 | 0 | 0 | Apache-2.0 | 2021-10-10T01:13:08 | 2021-10-10T01:13:08 | null | UTF-8 | Java | false | false | 3,013 | java | /*
* Copyright 2021 The Bank of New York Mellon.
*
* 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... | [
"chandra.guntur@bnymellon.com"
] | chandra.guntur@bnymellon.com |
0a815a07e98dd4c5617622d9037b88d816f68493 | f74dccc19529131273724543221afed2370dba04 | /Osszead/src/osszead/Osszead.java | 53c47ed9234ef8a47d83e14ddf8bdd773ef39f87 | [] | no_license | stevefoldy/java | 7e153b91d5b63124fd4980e3b196c367553ee565 | e816ad2d58677221266d1ce117b1fcc06aacf53b | refs/heads/master | 2022-08-20T09:29:17.330191 | 2020-05-29T16:47:41 | 2020-05-29T16:47:41 | 264,846,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | 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 osszead;
/**
*
* @author foldyistvan
*/
public class Osszead {
/**
* @param args the command line arguments
... | [
"istvan.foldy@innonic.com"
] | istvan.foldy@innonic.com |
1dfc91c4fe3eaecbbd12a2774e25838cf96cdea4 | 39e1ecc579ccf2ac64dda1e5174b6d45811dbf23 | /Builder Pattern/src/com/items/VegBurger.java | 9dfbaf9e4969849046da81d3a9ecc9f89600ecd5 | [] | no_license | codhar/designPatterns | 110c912e4a4b3f3dab46e0ac0de7524d47127f0c | 77fadff043b32a955728cc23dbc5c07592d0a57f | refs/heads/master | 2023-02-13T13:58:25.946025 | 2023-02-07T06:47:13 | 2023-02-07T06:47:13 | 66,203,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.items;
import com.ItemTypes.Burger;
public class VegBurger extends Burger {
@Override
public String name() {
// TODO Auto-generated method stub
return "Veg Burger";
}
@Override
public float price() {
// TODO Auto-generated method stub
return 20.00f;
}
}
| [
"u433538@DTCVDI-SSU-0280.ent.wfb.bank.corp"
] | u433538@DTCVDI-SSU-0280.ent.wfb.bank.corp |
9fcbae64d6225925f0aa6f8160997efb0a873135 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_91f309296f431277f2f5eb4abfcaeb59c0b57f79/KortathjonustanCreditCardClient/2_91f309296f431277f2f5eb4abfcaeb59c0b57f79_KortathjonustanCreditCardClient_s.java | ab2adde5cb8ab6bb191a7ed6bcc4ac86a3f8706a | [] | 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 | 35,805 | java | package com.idega.block.creditcard.business;
/*
* Q&D java demo for communicating with kortathjonustan's RPCS
*
* Gunnar Mar Gunnarsson 9. Dec 2003
*/
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Collection;
import ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c309f61c5c63be9bd00afcf4594c4dafe1cc4247 | 42232a00efcb3c699b7ddf0158ee599532cd5561 | /Android_Project/app/src/main/java/com/studytree/view/widget/LoadingView.java | a3b3ac9c5e208964380a70fac31182ea81ee5520 | [] | no_license | GGNBNB/Study_WebSite_forHHSY | 9d2a178556fd17c03757f46b9186de38a615146e | 8415a274a904c92a7f939c4b615676fb78d49268 | refs/heads/master | 2021-03-01T07:53:04.339547 | 2020-03-08T07:07:02 | 2020-03-08T07:07:02 | 245,766,488 | 0 | 0 | null | 2020-03-08T06:49:59 | 2020-03-08T06:49:58 | null | UTF-8 | Java | false | false | 3,518 | java | package com.studytree.view.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.RectF;
import android.support.annotation.FloatRange;
import android.util.AttributeSet;
import android.view.View;
import com.studytree.R;
import com.study... | [
"846909723@qq.com"
] | 846909723@qq.com |
c0e3caaf47f027255b8f9a43b75238010ae4f3e4 | fc1e80be0c89bac5575f7cb0e547e3692255be53 | /FinalProto/app/src/androidTest/java/com/example/michael/finalproto/ApplicationTest.java | e9c06aa21a3427f1ddc74560f86b3746ab950954 | [] | no_license | mfeuerstein/Android-Final | 7b4fb6e23aee3a28a98864181e1b8ae3554caa3e | 572211f97525fdc3ff317802ccc994fa086171c1 | refs/heads/master | 2021-01-10T06:34:15.748118 | 2015-12-25T15:23:15 | 2015-12-25T15:23:15 | 48,584,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.example.michael.finalproto;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"michael.a.feuerstein@gmail.com"
] | michael.a.feuerstein@gmail.com |
7e14631d8ec39d66f67cb0992db3f782d9ea0680 | cee0b81e31c8a07c1c97dc49abfc3884f9e418fd | /src/test/java/com/github/seratch/jslack/Slack_incomingWebhooks_Test.java | bf705b5485371a63650fde78c8cccd67a182e48f | [
"MIT"
] | permissive | sean-heller/jslack | b60a6d3b32561ad2e568c60ccb0178e483ab41ba | e86dc3acae850a054dd10a62739c040a223b0e72 | refs/heads/master | 2020-05-17T22:01:49.118763 | 2019-04-29T01:26:07 | 2019-04-29T01:26:07 | 183,988,426 | 0 | 0 | null | 2019-04-29T02:46:26 | 2019-04-29T02:46:26 | null | UTF-8 | Java | false | false | 4,317 | java | package com.github.seratch.jslack;
import com.github.seratch.jslack.api.model.Attachment;
import com.github.seratch.jslack.api.model.Field;
import com.github.seratch.jslack.api.model.block.ActionsBlock;
import com.github.seratch.jslack.api.model.block.LayoutBlock;
import com.github.seratch.jslack.api.model.block.compo... | [
"seratch@gmail.com"
] | seratch@gmail.com |
6a226d2e29984444eba268ce4e64e2b6c4648629 | d480ceaf790db8cd4e599b210d434fb18f811e23 | /src/main/java/com/jhipster/adminpanel/config/LiquibaseConfiguration.java | 874986391938c2459b674a2f70d038bf9beebc79 | [] | no_license | sumeyyeyegen/adminPanel | 79b54e86e89d373d9c5039871a5f53ff5b5a55f8 | 9abc6a6d484aa68d3e240f2495fc2da631113427 | refs/heads/main | 2023-06-28T01:07:03.681538 | 2021-08-02T01:53:11 | 2021-08-02T01:53:11 | 391,645,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,306 | java | package com.jhipster.adminpanel.config;
import java.util.concurrent.Executor;
import javax.sql.DataSource;
import liquibase.integration.spring.SpringLiquibase;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.ObjectProvider;
import org.springframework.beans.factory.anno... | [
"sumeyyeyegen746@gmail.com"
] | sumeyyeyegen746@gmail.com |
0bf7b68db20349deb2f31cfd2b9b108dfc4925c8 | 768e4aafa5e7174a112ab0769672e690d9a521b5 | /app/src/main/java/cz/johnyapps/jecnakvkapse/Prichody/StahniPrichody.java | fa7ce314b444b5487651c063d8547198792bc4e0 | [
"MIT"
] | permissive | JohnyDaDeveloper/Jecnakvkapse | 06ba6e2e9c448ca1179ec6c87d28a0e6e2801105 | 0fdf8319e7d217f4b04faa8c096c8948c6ade596 | refs/heads/master | 2021-07-05T07:06:34.045940 | 2020-09-10T20:11:53 | 2020-09-10T20:11:53 | 172,211,790 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java | package cz.johnyapps.jecnakvkapse.Prichody;
import androidx.annotation.Nullable;
import cz.johnyapps.jecnakvkapse.HttpConnection.Connection;
import cz.johnyapps.jecnakvkapse.HttpConnection.Request;
import cz.johnyapps.jecnakvkapse.HttpConnection.StahniData;
/**
* Stáhne příchody
* @see Connection
*/
public class ... | [
"johnydadeveloper@gmail.com"
] | johnydadeveloper@gmail.com |
c52a82083653ac566cef6485efed71e351c5e0e1 | 43c3e196bf5113ed4167284e8dea45c6a0589337 | /lib-gwt-svg/tags/0.5.1/src/main/java/org/vectomatic/dom/svg/OMSVGDescElement.java | b1a9ad9bcb47c4938b0cf8d44cc0d55d0deb3423 | [] | no_license | toxic88/vectomatic | 1bdec743b7dd4a7c582a792630c5c106db96b418 | aa4138b47cf0d080d7a3a4571798114f719ade30 | refs/heads/master | 2016-09-06T06:16:50.032347 | 2012-02-07T20:54:46 | 2012-02-07T20:54:46 | 33,423,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,276 | java | /**********************************************
* Copyright (C) 2010 Lukas Laag
* This file is part of lib-gwt-svg.
*
* libgwtsvg is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 ... | [
"laaglu@4ed4caa0-1436-11df-ad8c-0f209b884837"
] | laaglu@4ed4caa0-1436-11df-ad8c-0f209b884837 |
d1c815231a66dfdea04352a6609841ec4efb3e80 | e3f7addc42a4adb86b454cf7496eb5b4eff96f0e | /src/main/java/com/learning/ThymeleafSpringSecurity/service/UserService.java | f68aea2eb683cb8354476c369c853385c714e668 | [] | no_license | skudu95/springboot-thymeleaf-crud-operation | fd3af5ea862b3d9f74293dfe19c6b704a2318466 | 59675267a3abce9543eaf08380f2374ec8f69dce | refs/heads/main | 2023-02-23T05:26:56.950592 | 2021-01-24T15:20:03 | 2021-01-24T15:20:03 | 332,479,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.learning.ThymeleafSpringSecurity.service;
import com.learning.ThymeleafSpringSecurity.entity.User;
import com.learning.ThymeleafSpringSecurity.model.MyUserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import java.util.List;
public interface UserService extends UserDeta... | [
"44142391+skudu95@users.noreply.github.com"
] | 44142391+skudu95@users.noreply.github.com |
7ba84566db9c653f84ebca9816487e6db8425d1e | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/p005cm/aptoide/p006pt/view/C5549v.java | fbcede0b2b5438f9efaa9af1839f2f58bdc3b115 | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876780 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package p005cm.aptoide.p006pt.view;
import p026rx.p027b.C0132p;
/* renamed from: cm.aptoide.pt.view.v */
/* compiled from: lambda */
public final /* synthetic */ class C5549v implements C0132p {
/* renamed from: a */
private final /* synthetic */ DeepLinkManager f9362a;
/* renamed from: b */
private... | [
"tusharchoudhary0003@gmail.com"
] | tusharchoudhary0003@gmail.com |
b56d2e1ddab0372dd811bb8af293e9f1864e1ca2 | 6fee22ba95f0e1742cb0f665db4777025cd0eaac | /hqc_mp/src/main/java/com/hqc/payforparking/ws/GetParkingLotInfo.java | 38e91baedf90640a5d0559fd7f263475ed654b48 | [] | no_license | Elegant-Smile/hqc_mp | c26f528cd90a821c3612cdfb623e4d0bc9ab2dc3 | c8054d66917cd2357cdca108023cfc63117bde81 | refs/heads/master | 2020-07-31T19:41:08.922565 | 2019-09-02T01:28:08 | 2019-09-02T01:28:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,063 | java |
package com.hqc.payforparking.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>anonymous complex type的 Java 类。
*
* <p>以下模式片段指定包含在此类中的预期内容。
*
* <pre>
* <... | [
"2434387555@qq.com"
] | 2434387555@qq.com |
c226c66e0f3aabb567ed23c3473ce7d7fadc1167 | e92e7b704b6009c90c6c0025b80a5c151960c596 | /egGroup_web/src/com/fooditem/model/FooditemVO.java | 09282ac0ff3a6a9542c9d54514a22f683a46c00f | [] | no_license | bluetryit/eggroup | 0848fe55eacb79a853bae21cb677d6c8a77dcd1c | 67e5f2165ff8a79feeb254f1b3390a6285b3eca1 | refs/heads/master | 2023-03-28T09:59:43.901910 | 2021-03-25T14:21:34 | 2021-03-25T14:21:34 | 348,545,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | package com.fooditem.model;
import java.io.Serializable;
public class FooditemVO implements Serializable {
private String fo_no;
private String fo_resno;
private String fo_name;
private Integer fo_price;
private byte[] fo_img;
private String fo_intro;
private String fo_status;
private Integer fo_quantity; // ... | [
"bluetryit@gmail.com"
] | bluetryit@gmail.com |
bb39ecbb5d2786776cbc93057036452139ccbb7a | 529ad47e9ff1f94c6006da9cf93d5238e6a1c21f | /app/src/main/java/com/me/noteapp/entity/Item.java | 8f6fd28ca8f7319456962c955b439a1535c5dc8d | [] | no_license | igor961/NoteApp | 93b0aef557e94ae3fcb7032e145c7fc3e91922fb | 44bd175d8bcd2b2ec4ce642c0adc19bb91d866e8 | refs/heads/master | 2020-05-27T15:34:36.007876 | 2019-05-26T12:50:28 | 2019-05-26T12:50:28 | 188,682,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package com.me.noteapp.entity;
import com.me.noteapp.annotation.Column;
import com.me.noteapp.annotation.Id;
import com.me.noteapp.config.DBType;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Item implements Serializable {
@Id
@Column(type = DBType.INTEGE... | [
"igor.shesterikov2017@gmail.com"
] | igor.shesterikov2017@gmail.com |
e0b5a7db702fbf09348fe07847fcda1a3e01304e | 30122de27bf7c822d84f0e7c2f8f77bf7be03833 | /casacodigo/casacodigo/src/main/java/com/br/zup/casacodigo/cliente/ClienteRequest.java | 42ee614bc125b40f3e08f41ee3ad8d9c1cfbede9 | [
"Apache-2.0"
] | permissive | CaioNovoaAntunes/orange-talents-06-template-casa-do-codigo | ba6872f99d4ad42cc5afc435791270c65ce6d70e | 21b7b5ff5797637c977d94b7d377f73b6f06774f | refs/heads/main | 2023-06-12T23:49:11.322382 | 2021-07-05T09:26:53 | 2021-07-05T09:26:53 | 381,094,982 | 0 | 0 | Apache-2.0 | 2021-06-28T18:35:19 | 2021-06-28T16:24:35 | Java | UTF-8 | Java | false | false | 4,415 | java | package com.br.zup.casacodigo.cliente;
import com.br.zup.casacodigo.pais.Pais;
import com.br.zup.casacodigo.pais.PaisRepository;
import com.br.zup.casacodigo.pais.estado.Estado;
import com.br.zup.casacodigo.pais.estado.EstadoRepository;
import com.br.zup.casacodigo.validation.CPF_CNPJ;
import com.br.zup.casacodigo.val... | [
"caio_novoa_antunes@mail.com"
] | caio_novoa_antunes@mail.com |
94186ce536f36e25043118946f653c9088926589 | 402cb4158bec740601246b87383e5af88f4e9a81 | /JavaWeb极客学院/MyBatis-dynamic-SQL_v1/MyBatis-dynamic-SQL/源码/MyBatis动态SQL/JiKeBook/src/jike/book/pojo/JiKeReader.java | 44055f9b92ab101ada9dd3f100c399a8e51e9938 | [] | no_license | YouXinxing/JavaStudy | 0ed748a5d1485d7b7a601876dc074ac82628bfe2 | dfd76f52852103a42ad0f4fffd8f7217ff1482ab | refs/heads/master | 2020-06-25T03:26:50.616606 | 2019-01-25T02:29:45 | 2019-01-25T02:29:45 | 96,956,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package jike.book.pojo;
/**
* 读者表
* @author wsdhr
*
*/
public class JiKeReader {
private Integer readerID;
private JiKeUser jikeUser;
private Integer money;
public Integer getReaderID() {
return readerID;
}
public void setReaderID(Integer readerID) {
this.readerID = readerID;
}
public JiKeUser getJikeUs... | [
"741463339@qq.com"
] | 741463339@qq.com |
b21c05ce78b584f0a59b934146d441df581fb12b | 8ff904870cb792b7eda5f5eb8a3367223cb4c406 | /src/commands/Quotient.java | 744b7c5e6bb943d491f3fd8b64ab53f622758144 | [
"MIT"
] | permissive | santogrillo/SLogo | 5370a4b4199b14b17118b4038404bbae8e5d392c | 77024d887fbaee21eac4f21ba24eeba403842db5 | refs/heads/master | 2021-05-11T07:18:35.764876 | 2018-01-18T17:33:56 | 2018-01-18T17:33:56 | 118,015,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 892 | java | /**
* @author Santo Grillo, Ben Welton
*/
package commands;
import errors.ArgumentCountException;
import errors.InvalidArgumentException;
import errors.InvalidCommandException;
import errors.MissingBracketException;
import javafx.collections.ObservableList;
import var.Variable;
public class Quotient extends BasicCo... | [
"sdg12@duke.edu"
] | sdg12@duke.edu |
860b9983e3a04ad6cbf8fe13224d2fd146ebbc16 | 98c83eb234ad4f0323bbf9c1f9d024a142fbfd3e | /ICS3UV/src/ca/elearningontario/tvdsb/day06/Practice2_7.java | aa4ccb61b874e10b84385c326a0454d5b323a026 | [] | no_license | AlbertKang1004/ICS3U1 | 180947cefeb92b272b30bf8aa556687187ed3e43 | c5213fb9519305717def34580538f8d715606709 | refs/heads/master | 2023-02-03T19:21:17.851655 | 2020-12-19T00:18:48 | 2020-12-19T00:18:48 | 322,732,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package ca.elearningontario.tvdsb.day06;
import hsa_ufa.Console;
import java.awt.*;
public class Practice2_7 {
static Console c = new Console(500, 500);
public static void main(String[] args) {
c.clear();
for (int x = 0, r = 50, g = 0, b = 100; x <= 500; x += 50, g += 10) {
c.setColor(new Color(r, g, ... | [
"gangjihu@localhost"
] | gangjihu@localhost |
1e4ebebe2ea8687d01f4a9adb52e6bcad9ad2bf9 | 26d702d555237809aead3b63d87ce6fe7ca11230 | /Challenges/Basic Challenges/src/com/rockkim/Main.java | 422af57ca801c121521dcfe14f87080926025e4e | [] | no_license | rponnk/helloJava | 28dd5fceb760c141d20cfbb2f0704b7199134e81 | e16eb74f7134fdb4108b1a4bdb9ccde185ce39ab | refs/heads/master | 2020-04-21T10:43:35.932550 | 2019-03-20T03:11:54 | 2019-03-20T03:11:54 | 169,494,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,808 | java | package com.rockkim;
public class Main {
public static void main(String[] args) {
// write your code here
// disHiScore("ollie", 4);
// System.out.println(shouldWakeUp(true, -1));
// System.out.println(hasTeen(11, 12, 13));
System.out.println(sumDigits(10));
//parsing... | [
"rponnk@users.noreply.github.com"
] | rponnk@users.noreply.github.com |
f2cb256931e474f27ef045114fb9ecdc641cf7c6 | 77c6343f356fe4516c3a96d19dacc0224e34c5b5 | /src/com/jhlabs/image/BinaryFilter.java | e51395fd165280811e43177700e7a1c9a658b136 | [] | no_license | jimomulloy/eve | 00344ed0a585d22fd2885040c79ee6d0eb6acd15 | 2ff987dfb97e17a0606bf85ced66a341db0b3f95 | refs/heads/master | 2021-01-02T08:57:50.353412 | 2015-07-14T09:19:10 | 2015-07-14T09:19:10 | 39,065,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | /*
* Copyright (C) Jerry Huxtable 1998
*/
package com.jhlabs.image;
import java.awt.*;
import java.awt.image.*;
import com.jhlabs.math.*;
public class BinaryFilter extends WholeImageFilter {
protected int newColor = 0xff000000;
protected BinaryFunction blackFunction = new BlackFunction();
protected int iteratio... | [
"jimomulloy@gmail.com"
] | jimomulloy@gmail.com |
13ca948c592f5059e1e6fa5add90241ea528077e | 0744d73d0d136cbd3690c2aa7cf8f6661d8c72d9 | /src/main/java/avarielbuilder/blocks/decoration/fixed/Barrel.java | c2ddec99a96dde388a8c4c1bd2ad5fe211190936 | [] | no_license | LegendsOfAvariel/AvarielBuilder | 783b7feb94e2c6ae6eda1b1b827ea2ce20a01a4f | e8362c84a4cc83c69284a5dd045601bd1e31400d | refs/heads/master | 2021-01-13T16:28:51.165511 | 2017-07-14T14:18:23 | 2017-07-14T14:18:23 | 79,489,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package avarielbuilder.blocks.decoration.fixed;
import avarielbuilder.templates.AAvarielDecoFixed;
import net.minecraft.block.material.Material;
import net.minecraft.item.ItemBlock;
public class Barrel extends AAvarielDecoFixed {
private final ItemBlock barrelItem;
public Barrel() {
super("barrel", Material.WO... | [
"roxthewizard@gmail.com"
] | roxthewizard@gmail.com |
78a5cae8e04130a9655111fab6f85f1ee06b8153 | 6b9676c11dff925fa80489b740581762f0cf86cd | /Project/src/main/java/it/polimi/ingsw/server/model/godcards/BooleanRequestAction.java | 194c19a94237ed8559bdc105df59f857e817f23f | [] | no_license | BorghettiMatteo/ing-sw-2019-Armillotta-Anese-Borghetti | 1b8f05f6119143c2e7a6a4a605383dd0170e5425 | 8a4d5bf0debd453f02ba9aa27ac46029af9ed097 | refs/heads/master | 2022-11-22T04:10:10.053642 | 2020-07-03T21:47:51 | 2020-07-03T21:47:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package it.polimi.ingsw.server.model.godcards;
import it.polimi.ingsw.server.controller.Controller;
/**
* manage boolean requests for particular gods with BooleanRequestActionStrategy
*/
public interface BooleanRequestAction {
/**
*
* @param controller use controller to execute a particular power
... | [
"matteo1.borghetti@mail.polimi.it"
] | matteo1.borghetti@mail.polimi.it |
ff1cc5c2855209744c3b07039afc4a11f523cad3 | cfcebeeb31b59e85a5bded9749c2df8c6e361daf | /src/main/java/com/pri/messenger/server/DataWaiter.java | febdabdb1ed1c2d7766c988e6ee2edd3e78edbaa | [] | no_license | mikegostev/Commons | f4a4cd6504347c77b83a3689b4a519dff4e0d9e9 | 5ff70df51258db766d57bcdea0d8ccd5448f346d | refs/heads/master | 2021-07-03T16:46:05.941603 | 2017-04-18T16:05:19 | 2017-04-18T16:05:19 | 632,355 | 1 | 4 | null | 2020-10-13T09:40:28 | 2010-04-27T22:23:54 | Java | UTF-8 | Java | false | false | 1,122 | java | package com.pri.messenger.server;
public class DataWaiter
{
private static final long MAX_WAIT_TIME_MSEC=60*1000;
private boolean busy;
private Object data;
private String dest,meth;
public DataWaiter()
{
}
public synchronized void waitData()
{
busy=true;
data=null;
try
{
... | [
"gostev@ebi.ac.uk"
] | gostev@ebi.ac.uk |
735ea18fc21f7b121e97f94f5e6698426de1bc6b | 9f4a817f745916a1da9d301a7ebaa924f9594c90 | /ex00_Spring/Teacher_190201/spring_mvc/Src_DI_AOP/kosta/MySQLDao.java | a8cc11acd6c9629f5a54a0664254254b3f637e7f | [] | no_license | tncnsfs/kosta_Spring-ex0203 | e375fe1826cfbb95049b75ad4900ca0122d49abb | 67209fa5247425c7422702e4e580ec56d6ea9e4f | refs/heads/master | 2020-04-18T05:49:01.203567 | 2019-02-15T09:00:25 | 2019-02-15T09:00:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package kosta;
import org.springframework.stereotype.Repository;
//@Controller, @Service @Repository, @Conponent
public class MySQLDao implements Dao {
@Override
public void insertBoard() {
System.out.println("MySQLDao insertBoard()호출");
}
}
| [
"tncnsfs@gmail.com"
] | tncnsfs@gmail.com |
da8ad52b6bd1a0da08b966c5fe1ceabada3b2d4c | d01e5eee9f11028c2207b916df209b1bda4670d1 | /app/src/main/java/com/example/hangman/MainActivity.java | 350bc8ac25723474143643c23cffcae82d0ddfe3 | [] | no_license | ProdanR/HangMan | 1e64d071ae54f91a535a015c60736922dfc132b6 | 49d8663e8d205b5ddb92e00efa3c87f80430b3da | refs/heads/main | 2023-04-18T20:54:10.191855 | 2021-05-04T10:04:08 | 2021-05-04T10:04:08 | 356,947,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,318 | java | package com.example.hangman;
import androidx.appcompat.app.AppCompatActivity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Ed... | [
"prodan_raul14@yahoo.com"
] | prodan_raul14@yahoo.com |
ca470954c92d20ff97a0836cc810f311143144c4 | 72f382e7bf69adcb6da9880d24d7bf5b4f6b94e8 | /src/client/java/mousio/client/retry/RetryNTimes.java | 4570fa05478ac8cd5150719c09cb00c622fc41ed | [
"Apache-2.0"
] | permissive | mcdan/etcd4j | d466ab1ac12db91a88eeca7d6032bd9b109e6a5b | 187491f1e6897363dd40fc3caa696f1d37471877 | refs/heads/master | 2021-01-18T00:17:35.798144 | 2014-10-17T11:44:54 | 2014-10-17T11:44:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | package mousio.client.retry;
import mousio.client.ConnectionState;
/**
* Will retry the command N number of times
*/
public class RetryNTimes extends RetryPolicy {
private final int timesToRetry;
/**
* Constructor
*
* @param msBeforeRetry milliseconds before retrying
* @param timesToRetry number o... | [
"jurmous@jurmo.us"
] | jurmous@jurmo.us |
8e4c790c123c28ee2ded85177679418a0fc8ef75 | 0ebaaf21f0445c571a92915c2b284c1a50cff528 | /src/com/example/eduhub/CreateTimeTable.java | b6c49aeea9f00ff8eaa233f88712be2fb0d4c9b3 | [] | no_license | nakulshukla/EduHub | b94849ec5854b47fc6016b39236a9fcb2086afb2 | 268386dda04d37c89e4bbcf94ea367161550a073 | HEAD | 2016-09-08T01:57:00.922113 | 2014-02-06T04:05:24 | 2014-02-06T04:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,268 | java | package com.example.eduhub;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.InputType;
import android.view.Menu;
import android.view.View;
import android.widget.EditText;
import android.widget.HorizontalScrollView;
import android.widget.LinearLayout;
import and... | [
"ruchika2405@gmail.com"
] | ruchika2405@gmail.com |
45af26e757306d0ed5e4e34ec2ff5f1c86aadcfa | 1ade8e4f69d5274455667465e1d27f1b5b224c87 | /src/kangyuanquan/src/main/java/com/halfwanybus/service/fhoa/department/impl/DepartmentService.java | acc4beb88a7f3975f3609b4339b3cfa4814d91d0 | [] | no_license | HalfwayBus/FlowerTakeout | 540819d96175b0e9a1c2ee7f96c4439fa71a97ff | 1fc9a8fccd0005df8ab903c0ef06b434a9601821 | refs/heads/master | 2020-12-24T06:16:27.993843 | 2016-12-12T02:03:34 | 2016-12-12T02:03:34 | 73,482,233 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,621 | java | package com.halfwanybus.service.fhoa.department.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.halfwanybus.dao.DaoSupport;
import com.halfwanybus.entity.Page;
import com.halfwanybus.entity.system.Department;
import com.halfwanybus.util.PageDa... | [
"410486047@qq.com"
] | 410486047@qq.com |
06a824bc5203461d232e6bd5f0109f7cd6d99c63 | e82c1473b49df5114f0332c14781d677f88f363f | /MED-CLOUD/med-service/src/main/java/nta/med/service/ihis/handler/ocso/OCS1003P01LoadConsultEndYnAndIsNoConfirmConsultHandler.java | 23621e5434b1251c8f06aa94563169b015a07c2a | [] | no_license | zhiji6/mih | fa1d2279388976c901dc90762bc0b5c30a2325fc | 2714d15853162a492db7ea8b953d5b863c3a8000 | refs/heads/master | 2023-08-16T18:35:19.836018 | 2017-12-28T09:33:19 | 2017-12-28T09:33:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,148 | java | package nta.med.service.ihis.handler.ocso;
import java.util.Date;
import javax.annotation.Resource;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Service;
import org.springframework.trans... | [
"duc_nt@nittsusystem-vn.com"
] | duc_nt@nittsusystem-vn.com |
cf280a0e3b1bde6a95eb0e3efbdab00ef4264f6e | 07dc7c560e59f6680851cc3ae4ea4bc4ddbd7702 | /src/main/java/com/greglturnquist/links/DatabaseLoader.java | d0f0e97adf7fa38bce7b47961c8561fe7d43a13b | [] | no_license | avinashsaraogi/spring-data-rest-with-custom-links | b7b4a685ed65b473e9d88fa85da9c4f266534131 | e5e69f6946b868b621e7c25ce0462513455e622c | refs/heads/master | 2020-04-28T17:48:41.044007 | 2017-10-03T16:49:43 | 2017-10-03T16:49:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,116 | java | /*
* Copyright 2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"gturnquist@pivotal.io"
] | gturnquist@pivotal.io |
9b253ee537083c1e5311290e16dec0da8dea2b1d | 83ada9f3ee0cfbed4dc3988dd6185aed69514b66 | /src/main/java/gov/goias/agrodefesa/defesaSanitariaVegetal/unidadeProducao/navigation/NavigationUnidadeProducao.java | 831dff9f9b3c2bb015e0e590c3341192a0ac5167 | [] | no_license | wpsouto/sidago-teste | 69d0ac570ef21705f0e5bfc0dd776d2df90272c5 | 3bab33a8f238c675ce7b475305b6e02faa9198cc | refs/heads/master | 2020-12-20T12:44:00.678348 | 2016-08-08T17:59:43 | 2016-08-08T17:59:43 | 54,506,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,900 | java | package gov.goias.agrodefesa.defesaSanitariaVegetal.unidadeProducao.navigation;
import gov.goias.agrodefesa.admin.navigation.NavegacaoFactory;
import gov.goias.agrodefesa.base.annotation.Navigation;
import gov.goias.agrodefesa.base.annotation.NavigationDependency;
import gov.goias.agrodefesa.base.annotation.Navigation... | [
"wpsouto@gmail.com"
] | wpsouto@gmail.com |
4785bc6320a08daeacc62dd421ece32cf75034b9 | bda1a7f1fd2071dce66c2892219cbdc91a00fab4 | /src/org/yun/app/servlet/SettlementServlet.java | 640720328c3c09a5c3b8ff48633799007837e43e | [] | no_license | HelloIrene/Yun3C | f17a153107b746af9c21cf2a9d93e5fdd8a1b4c4 | b1966eba06ec925e2fbba66f00bd205a8a5afee1 | refs/heads/master | 2021-08-22T22:12:49.148413 | 2017-12-01T12:20:17 | 2017-12-01T12:20:17 | 112,713,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,143 | java | package org.yun.app.servlet;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.... | [
"zyy@email.com"
] | zyy@email.com |
edae7aa3be54de255b4b4cbbe7a91abf980fc521 | 4b8ab5805521148b617846aaf71e3bdc7029842a | /atlas-update/src/main/java/com/taobao/dx/util/IndexMap.java | 14050b3c6a4abecc5141cceb3b400b29ef01ac9d | [
"Apache-2.0"
] | permissive | AlanCheen/atlas | 8d86b53c609d8a82645166a9e361fda4db3c58f1 | eb3ca70c72440f95dbd9a09d5feac8bbd4677f42 | refs/heads/master | 2020-05-23T21:42:03.908425 | 2017-03-13T06:52:57 | 2017-03-13T06:52:57 | 84,792,897 | 1 | 1 | null | 2017-03-13T06:44:11 | 2017-03-13T06:44:11 | null | UTF-8 | Java | false | false | 30,764 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 app... | [
"guanjie.yjf@taobao.com"
] | guanjie.yjf@taobao.com |
6345089752eec7ad63e3a60546e77dec71782777 | 5ad6afb253b4ffec3be1ec0a8f6b25389e7aef35 | /Cxf/src/org/whl/service/SmSrES4PortImpl.java | 7985ae1bf876bda46b796dc907055f9d488a05be | [] | no_license | impratikjaiswal/demo | 488e51476cd8f768e6e7f8d2a849fafcbac755be | 98cfe8400d107449e28642f28c23f43fcde54a8e | refs/heads/master | 2022-07-13T01:46:22.658614 | 2022-06-11T11:58:46 | 2022-06-11T11:58:46 | 400,157,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,116 | java |
/**
* Please modify this class to meet your needs
* This class is not complete
*/
package org.whl.service;
import java.util.logging.Logger;
import org.apache.cxf.annotations.SchemaValidation;
/**
* This class was generated by Apache CXF 3.1.1
* 2015-07-05T14:40:33.224+08:00
* Generated source version: 3.1.1
... | [
"huangtudi_007@126.com"
] | huangtudi_007@126.com |
b3332bc8b16165041ba239d1c04ce7446d079aab | 766c016e6f1445e186bc5b42b6993facdb1d44ff | /app/src/main/java/com/xixicm/de/presentation/view/appwidget/DEAppWidgetProvider51.java | fbabb6a4ff0e2121b9d8d9ed5d6b628f39c732c0 | [
"Apache-2.0"
] | permissive | enuoCM/DE-MVP-Clean | c9fc33aa2f9b212321b4f483ef506459fc602cf4 | 6c3e588b58409e512dbc0f34392a304c09334046 | refs/heads/master | 2020-09-27T22:16:07.503527 | 2017-07-01T12:57:57 | 2017-07-01T12:57:57 | 66,622,989 | 23 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | java | /*
* Copyright (C) 2016 mc
*
* 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 in w... | [
"min.chen@myriadgroup.com"
] | min.chen@myriadgroup.com |
12f4cd43ab3f68718e2742e0183de3f5fd54f3d0 | b051fabcebba4400cbef7fa520ad9a54423b4b95 | /src/main/java/ThirdGreatestString.java | 6a22d8134a87d14972c9f45f87480e12f0e015d1 | [] | no_license | lindaaohara/ThirdGreatestString | edd848aa3bbd3e03ce6ed2dae8c5def6ac0e0927 | 37836cd8e1a19ade42c5fb9367426e1519dd7686 | refs/heads/main | 2023-02-21T09:08:41.306158 | 2021-01-28T03:11:05 | 2021-01-28T03:11:05 | 333,630,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | import java.util.Arrays;
import java.util.Comparator;
public class ThirdGreatestString {
//String[] strArr = {"ABCD", "AB", "ABCDEFG", "ABC", "A", "ABCDE", "ABCDEF", "ABCDEFGHIJ"};
static String sort(String[]strArr) {
Arrays.sort(strArr, Comparator.comparing(String::length).reversed());
Syste... | [
"lindaaohara@gmail.com"
] | lindaaohara@gmail.com |
7a868d35a97233c797a6d105592229d82d57027c | 251d7544a566db232277807a7ec491cfb0600b99 | /CurrentPlaceDetailsOnMap/app/src/main/java/com/example/currentplacedetailsonmap/MainActivity.java | af13eec18a8dd2b33f9baeb08fc8736e00a58716 | [] | no_license | rahul577/hackDTU | aed3f52a57ac9b2f035cdd5812a996022158161f | 33c5e86d52e27216420d2662ac372f6ed1721bd8 | refs/heads/master | 2021-07-14T17:53:01.955255 | 2017-10-16T02:51:30 | 2017-10-16T02:51:30 | 106,879,524 | 0 | 1 | null | 2017-10-14T10:00:49 | 2017-10-13T22:38:48 | Java | UTF-8 | Java | false | false | 3,264 | java | package com.example.currentplacedetailsonmap;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import an... | [
"rahulbafila7@gmail.com"
] | rahulbafila7@gmail.com |
c870359b089d1ea4358f157abf3eeb18569c0d68 | d39fc8b3c72d7d2585b33104dbd90ee16db3db13 | /subprojects/griffon-rt/src/main/groovy/org/codehaus/griffon/runtime/core/NoopEventRouter.java | 0582a4bd7fafd1da3e2e7ba9fefc52519a7cae9f | [
"Apache-2.0"
] | permissive | fukkun/griffon | cb3e3f796f7c9cef8fc3df7850351011d139c534 | 7fb7f20ff1d9a2574672a8f4dc851d95d6694d97 | refs/heads/master | 2020-12-25T10:41:44.655942 | 2013-01-10T09:56:26 | 2013-01-10T09:56:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,314 | java | /*
* Copyright 2009-2013 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 ap... | [
"aalmiray@gmail.com"
] | aalmiray@gmail.com |
08e9e338bc0cd3298af3b32e917c56bbb5a80e2c | b2cfe7a27580c51eba6500dceaffa85780c99611 | /API/src/test/java/practiceRestAssured/FetchDataFromPostsApi.java | ea804a7f67b2caf2d6d24ce7e908b2aa8d10591a | [] | no_license | muthhuSelenium/API | 0e2a83190422ec4f888f6cda1801992a82182ce0 | 2e267d851f870efa38192f207644045ad8ac0855 | refs/heads/master | 2022-11-08T19:34:53.257896 | 2020-06-27T10:26:36 | 2020-06-27T10:26:36 | 275,332,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package practiceRestAssured;
import org.testng.annotations.Test;
import io.restassured.RestAssured;
import io.restassured.response.Response;
public class FetchDataFromPostsApi {
@Test
public void getDataRequest()
{
Response resp = RestAssured.get("http://localhost:3000/posts");
int statusCode = resp.getS... | [
"64060300+muthu2404@users.noreply.github.com"
] | 64060300+muthu2404@users.noreply.github.com |
de358511380ab954cac723fbc68fc880ca91b3a2 | 8ba97549d14e1f2f2fda77362c528a9cc78f1196 | /TL_Coding_Challenge/TripleLiftianNumbersTest.java | 64c70f911e0b74d9e7fb7a4ce6acaa45f4e90b57 | [] | no_license | bcueto1/CodingChallenges | 91524f01a23d11bb55e4a92c57c616eafeb25bbd | 6352b1595ea11b7b945748bc216dbb033142bba6 | refs/heads/master | 2021-01-11T15:52:07.931135 | 2017-11-06T19:42:41 | 2017-11-06T19:42:41 | 79,944,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | /**
* Brian Michael Cueto
* TripleLiftianNumbers Test Cases
*/
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
/** Test class for TripleLiftianNumbers using jUnit. */
public class TripleLiftianNumbersTest {
/** The test object. */
private static TripleLiftianNumbers ... | [
"brianmbcueto@gmail.com"
] | brianmbcueto@gmail.com |
a4f527e6b148e8e6d19c73ee53fe76862589ca8e | 15f806745ef5cca72251254c24618a345fb3eb4c | /fintech-admin/src/main/java/com/qunar/fintech/plat/admin/query/enums/RepayStatusEnum.java | 8873551e58a093adc05193e335a75e352916a65a | [] | no_license | GSIL-Monitor/QunarProjectsStave | 005f863b178645d8e90a44bdd14c5c0593574734 | c455cda3a3aa86c68203e5d9be2545b2e88b47b0 | refs/heads/master | 2020-04-23T20:52:59.058801 | 2019-02-19T09:55:38 | 2019-02-19T09:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,240 | java | package com.qunar.fintech.plat.admin.query.enums;
/**
* Created by bob.li on 2015/9/18.
*/
public enum RepayStatusEnum {
NOT_REPAY(0, "未还款"),
REPAYING(1, "还款中"),
BANK_GOT(2, "银行已受理"),
BANK_REPAYED(3, "银行已还款");
private Integer code;
private String name;
private RepayStatusEnum(Integer c... | [
"guijun.qu@quanr.com"
] | guijun.qu@quanr.com |
a2460a92243b3ac8dd819ebcb187322d5d8d976b | d139ef1959ce88cf33c4b547a84c64acc06ca370 | /src/main/java/meetingapp/dao/IEmployeeDAO.java | d2f2f244fb9ab8654f81572331d5391dd41d1624 | [] | no_license | bcicek8/MeetingApp | 435b7f11588890ff06cb2f4c033789db3076227b | 9e4cedfbff27ddc6c4fbd1c90d42f04cb11cdf63 | refs/heads/master | 2021-01-25T08:12:57.854812 | 2017-06-08T09:19:42 | 2017-06-08T09:19:42 | 93,728,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package meetingapp.dao;
import java.util.List;
import meetingapp.entity.Employee;
public interface IEmployeeDAO {
List<Employee> getAllEmployees();
Employee getEmployeeById(int employeeId);
void addEmployee(Employee employee);
void updateEmployee(Employee employee);
void deleteEmployee(int employeeI... | [
"burak@burak"
] | burak@burak |
924acf77b936a6beb8159ce0f927b55e9b8175f4 | 745b525c360a2b15b8d73841b36c1e8d6cdc9b03 | /jun_java_plugins/jun_javase/src/main/java/com/jun/plugin/javase/winterHomeWork/Exercise9/StringTest2.java | 467f91ae5199567a2f061f41d5b3fa78d3e3b175 | [] | no_license | wujun728/jun_java_plugin | 1f3025204ef5da5ad74f8892adead7ee03f3fe4c | e031bc451c817c6d665707852308fc3b31f47cb2 | refs/heads/master | 2023-09-04T08:23:52.095971 | 2023-08-18T06:54:29 | 2023-08-18T06:54:29 | 62,047,478 | 117 | 42 | null | 2023-08-21T16:02:15 | 2016-06-27T10:23:58 | Java | UTF-8 | Java | false | false | 1,046 | java | package com.jun.plugin.javase.winterHomeWork.Exercise9;
import java.util.Scanner;
public class StringTest2 {
public static void main(String[] args) {
Scanner scan=new Scanner(System.in);
System.out.println("��������ĸ��");
String name=scan.next();
checkString(name);
}
static void checkString(String name) {
... | [
"wujun728@163.com"
] | wujun728@163.com |
063508b785f500406d4c36cb257a0df345ead3f8 | b5fb43cb074fab148cfdb72a46f74ff7b6314f01 | /src/BFS_2178.java | ce61dcf6e9745111054b77f71b52a2e135436c16 | [] | no_license | chshin33/SW_BOJ | aa7e9989e26d4216ee4b4cf063b71107a0475ea2 | 2a991266cef5ff1c2bbeb0d28b1f69b676c88cde | refs/heads/master | 2020-04-05T14:34:21.722073 | 2017-07-06T15:32:57 | 2017-07-06T15:32:57 | 94,685,103 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.StringTokenizer;
public class BFS_2178 {
public static class Node{
int row, col;
public Node(int row, int col){
this.row = row;
this.col = col;
}
... | [
"Jeong@DESKTOP-KEER0C2"
] | Jeong@DESKTOP-KEER0C2 |
5e82c0faa84d8aeb48f20501b38214c6fa74082f | a7717cb09e0a7c89a3409d01a58f62c2c41997e8 | /src/main/java/project/conf/resource/ormapper/dao/HpAddressContactD/HpAddressContactDDao.java | 0d3bf49a87375ccc745915955bca0783f5959da4 | [] | no_license | sawhsong/alpaca | 999989c2a06f8923cceb5f6c0432863b725a3e3d | 783057130c19163b6b5eb2e901161155aefe10ba | refs/heads/master | 2023-08-07T02:38:24.106460 | 2023-07-30T22:53:27 | 2023-07-30T22:53:27 | 143,237,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | /**************************************************************************************************
* Framework Generated DAO Source
* - HP_ADDRESS_CONTACT_D -
*************************************************************************************************/
package project.conf.resource.ormapper.dao.HpAddressConta... | [
"sawhsong@gmail.com"
] | sawhsong@gmail.com |
959b465ba305bf825519cd34631d02b3a85b167b | 18c51f87a302787fbfac3d05ecd3ac6c4a0345cb | /Stones/TwoStones.java | faf09a6df7303784522a9ef1f28a9f19ed857113 | [] | no_license | weronkagolonka/kattis | 080ad6f6d99e62b33ab116a679b900bf0f6315ed | a94075b778f0988d07b22a71d077732a6bf7b97b | refs/heads/main | 2023-08-25T01:44:26.275177 | 2021-10-22T21:16:04 | 2021-10-22T21:16:04 | 311,949,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java |
public class TwoStones {
int stones;
public TwoStones(int stones) {
this.stones = stones;
}
public String winner() {
if (stones % 2 == 0) {
return "Bob";
} else {
return "Alice";
}
}
}
| [
"weronizk@uio.no"
] | weronizk@uio.no |
4371824ea7d46267da01221bece0423c5929843e | 6f5c85757bb410d39fd29a0599311ca9a499213b | /mybatis_plus_springboot/src/test/java/cn/itcast/MtabtisPlusSpringbootApplicationTests.java | 51de83ec1b44777852e7f23f7a46685a87e1c8e5 | [] | no_license | badbad001/ssm | 8fdf2d55267d9247c2cf6133b1c443b26d44119e | b6c0b81f11bb774b3954934c0dab2d7925763903 | refs/heads/master | 2022-12-22T11:46:37.304818 | 2019-10-05T09:30:49 | 2019-10-05T09:30:49 | 207,476,606 | 0 | 0 | null | 2022-12-15T23:43:57 | 2019-09-10T05:57:22 | Java | UTF-8 | Java | false | false | 974 | java | package cn.itcast;
import cn.itcast.mapper.EmpMapper;
import cn.itcast.pojo.Emp;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;... | [
"1946408873@qq.com"
] | 1946408873@qq.com |
b39eeea49353797eb9027de3af836d14958f8661 | 9355ff50a01587dfd0275bf1f7ce02d3a989e595 | /imooc-shiro/shiro-web/src/main/java/com/imooc/filter/RolesOrFilter.java | 63be3bc28be2b2ba3b2d87ff7c6fdb1827ffb895 | [] | no_license | IndifferentApple/imooc | 1391304a79b243a5bbdbcd97b2824152019372d5 | 3406d3b911f5635b96863a3383083d42983432c4 | refs/heads/main | 2023-08-15T09:03:10.782100 | 2021-10-18T13:33:13 | 2021-10-18T13:33:13 | 396,853,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package com.imooc.filter;
import org.apache.shiro.subject.Subject;
import org.apache.shiro.web.filter.authz.AuthorizationFilter;
/**
* @author :peter
* @description:TODO
* @date :2021/10/16 16:42
*/
public class RolesOrFilter extends AuthorizationFilter {
@Override
protected boolean isAccessAllowed(javax.... | [
"30270919@qq.com"
] | 30270919@qq.com |
96e2aee318b9f6de83399f3c46be4cef3597ae7f | 9d8365acee0fcd7ab51094eaa1fe2d413504fb8c | /src/main/java/com/bo/common/dao/LogDao.java | 038bc4e36309a65062558e6c2ffe7e22412b66b0 | [] | no_license | ysertine/score_manegement | e71873d400228ec48e54215a09f8b0cec2acdfb4 | ba8aae80c21b3a9d9ba4cc7eb2b73e97530c515b | refs/heads/master | 2021-08-31T12:48:57.376218 | 2017-12-21T10:20:34 | 2017-12-21T10:20:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.bo.common.dao;
import com.bo.common.entity.Log;
/**
* 系统日志DAO接口
* @author DengJinbo.
* @Time 2017年9月1日
*/
public interface LogDao extends BaseDao<Log> {
} | [
"335196272@qq.com"
] | 335196272@qq.com |
5d164f2945a4335df067265d193580c6b5ef1458 | 79852243e1dfb080d13a3ea24fa47694167fe68b | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/PixyTest.java | f9638132c9bad259eeaacb203c546c303ce520e5 | [
"BSD-3-Clause"
] | permissive | lukeboi/ftc_app | 337766e9b5aaa32297a89addd75269e92bf6eea7 | 1f1231c8c7a7f1417f95e557ef0f28f3de37c1ab | refs/heads/master | 2021-09-06T09:41:36.600560 | 2018-02-05T03:07:19 | 2018-02-05T03:07:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,609 | java | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.hardware.HardwareMap;
import com.qualcomm.robotcore.robot.Robot;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.hardware.AnalogSensor;
import com.qual... | [
"lukefarritor@gmail.com"
] | lukefarritor@gmail.com |
2fff0792390104ffc784cba3811f37ee1547754a | ff373b4ed346a3dea063b692c123524beb67dc29 | /designMode/抽象工厂-农场/src/com/think123/farm/NorthernGardener.java | f7c1fb48633650ceb244b283eeadd8bad83ff172 | [] | no_license | plzthink123/JavaDesignMode | 790deaca74de0026b6fad9c416ae45b14dbaae56 | 3e46a5e0009fcf1c4ba3ff4a36d6639766531b46 | refs/heads/master | 2020-05-21T09:03:10.321861 | 2019-05-10T13:24:16 | 2019-05-10T13:24:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.think123.farm;
public class NorthernGardener implements Gardener {
@Override
public Fruit createFruit(String name) {
return new NorthernFruit(name);
}
@Override
public Veggie createVeggie(String name) {
return new NorthernVeggie(name);
}
} | [
"think123@lizhedeMacBook-Pro.local"
] | think123@lizhedeMacBook-Pro.local |
2d30403c8a0ab3f09a02b439fc4bc196478e3502 | 21d0dc533823e7741b6c1e60b6fe39f76d2c2203 | /LingkaranTest.java | c85db56c50b5220c6d0386ce413224deb373d3a7 | [] | no_license | aryono3188/BaruBelajar | 1a1ba4d68c4b5fe62c0a694336bcd690c6e41db3 | 374289369a9db62ae22151aad17bcc197b8a7789 | refs/heads/master | 2020-12-08T12:49:06.020192 | 2020-01-10T09:16:08 | 2020-01-10T09:16:08 | 232,985,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,062 | java | package TestLingkaran;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class LingkaranTest {
@Test
void setLuasAngkaBulat() {
Lingkaran lingkaran = new Lingkaran();
double tes = 3;
lingkaran.setLuas(tes);
double aktual = lingkaran.luas;
double exspektasi = 28.259... | [
"aryono3188@gmail.com"
] | aryono3188@gmail.com |
db9df5528bdae25aaa22c92c2999576789e010a4 | 099c7107cdb3b30962fb692656b104778c7aceb6 | /src/main/java/life/majiang/community/model/Notification.java | 116e43a745b1c75908d0b93ab0239662c4623895 | [] | no_license | tiger-guo/community | 2281b4d2a2e3da7bf8dbf912bdee73e4f094255a | 589f1caab169c2d6fdf8a880213bdd050b60904e | refs/heads/master | 2022-07-12T22:47:33.708111 | 2019-08-29T16:14:29 | 2019-08-29T16:14:29 | 202,361,635 | 0 | 1 | null | 2022-06-17T02:24:13 | 2019-08-14T13:58:18 | Java | UTF-8 | Java | false | false | 6,444 | java | package life.majiang.community.model;
public class Notification {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column NOTIFICATION.ID
*
* @mbg.generated Wed Aug 28 11:38:37 CST 2019
*/
private Long id;
/**
*
* This ... | [
"1774687347@qq.com"
] | 1774687347@qq.com |
038dacb2571ae3a45b9162c77196b97b76d6a8ee | ae91c254d926113d7bb963b216bd9884a0898e2b | /gamedata/d2p/ankama/Map.java | d28d13a296b7d93585621f09abbb2f235f621925 | [] | no_license | Cooya/Tobby | 7defafc1c69894c4651395fa2b1470372b3a9cac | 0e56bc305c9ca9d7da4541ee30cd05f114a783c3 | refs/heads/master | 2020-03-13T13:42:08.531646 | 2017-10-03T18:56:06 | 2017-10-03T18:56:06 | 131,144,234 | 8 | 3 | null | null | null | null | UTF-8 | Java | false | false | 7,257 | java | package gamedata.d2p.ankama;
import gamedata.d2o.modules.MapPosition;
import gamedata.d2p.Cell;
import java.util.Vector;
import main.FatalError;
import utilities.ByteArray;
public class Map {
public static final int WIDTH = 14;
public static final int HEIGHT = 20; // 40 pour l'ancienne version du path... | [
"nicolas.marcy@etu.u-bordeaux.fr"
] | nicolas.marcy@etu.u-bordeaux.fr |
6107ed52896cae6fb5f47be901540489354a5a9f | 1bc7239d91b5076eaef085cf2dc61b24e0ceb0d6 | /BootstrapServer/src/lk/uom/dc/BootstrapServer.java | 5eb6fdd6c4af2d2aac86f021a7f3ebfa031e9f70 | [] | no_license | akilaadi/DistributedFileSearch | a2ec7b94c268154a1255bb0587d8bbf8b6c114e0 | 6859ffb5c168d9770a50e69837097dab253b3c8f | refs/heads/master | 2021-09-04T16:03:41.534520 | 2018-01-20T05:03:54 | 2018-01-20T05:03:54 | 106,914,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,346 | java | package lk.uom.dc;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.StringTokenizer;
public class BootstrapServer {
public static void main(String args[])
{
Datagram... | [
"akila.adi@gmail.com"
] | akila.adi@gmail.com |
fa6c66e62206abf414e006cbf0628830a4f3dc75 | f5caa5685ea16358c5bcdf570f7b3ef153887b4c | /app/src/main/java/com/yao/testdemo/toast/ToastTest.java | c047abc307c43b54bf0b71871cd5884cd515243a | [] | no_license | lxyao/Demo | 417e3410935a379108dc2d84267cafbc1f62ea44 | 560231b29e6f9ae315c7f7dadfcdbcd945d96bc0 | refs/heads/master | 2021-01-10T07:42:36.486835 | 2016-03-11T11:56:35 | 2016-03-11T11:56:35 | 53,376,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,246 | java | package com.yao.testdemo.toast;
import android.app.Activity;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.yao.testdemo.R;
import com.yao.testdemo.util.ToastUtil;
/**
* Created by Yao on 2016/2/23 0023.
*/
public class ToastTest extend... | [
"zhangdingyao@yousi.com"
] | zhangdingyao@yousi.com |
a9d3bd2e31a8ae6331612365784292aaf6a9ff5b | 387aa9d4e76e677a00a4631661cb7162658556a5 | /module2/src/module-info.java | 44fbe89a73257bd9d193a960ad2e36667949da03 | [] | no_license | wangyu19810820/JDKNewVersion | c1e8632677ac10723e82708e3b26cda39b76d9fd | 362e2c538e59892e1eae40b82bb3b9dd1d01da21 | refs/heads/master | 2022-11-27T11:43:56.486722 | 2020-08-06T08:15:04 | 2020-08-06T08:15:04 | 270,945,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | module module2 {
requires module1;
requires java.logging;
requires junit;
exports jdk9test;
} | [
"gadfly0036_cn@sina.com"
] | gadfly0036_cn@sina.com |
569bbc13adcdf2126774dbfdcdff2a3e0a02a643 | 939bc9b579671de84fb6b5bd047db57b3d186aca | /jdk.internal.vm.compiler/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/NarrowingReadTest.java | 4ae212e4e456d8138f30ad019c94f36297bdb1f5 | [] | no_license | lc274534565/jdk11-rm | 509702ceacfe54deca4f688b389d836eb5021a17 | 1658e7d9e173f34313d2e5766f4f7feef67736e8 | refs/heads/main | 2023-01-24T07:11:16.084577 | 2020-11-16T14:21:37 | 2020-11-16T14:21:37 | 313,315,578 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | /*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.graalvm.compiler.core.test;
import org.junit.Test;
/**
* Sometimes it's possible to emit a smaller ... | [
"274534565@qq.com"
] | 274534565@qq.com |
0650a88d42a3383ea8dd19b53ce3e48264a8715c | 48d9ded7c9dd8e112f1fc387490589f41189c7aa | /realtime-agg/src/main/java/com/rock/analyse/v1/LauncherDriverV1.java | 48390143668334512093daaddf4a34d2cb419d73 | [] | no_license | jiangqingsong/first_resp | 4c54dc79df9e342227370a20cf1294f45114289a | c1c8df96f522be6d8816c0ec4acbd642400234c8 | refs/heads/master | 2022-07-10T18:37:36.802940 | 2020-03-26T04:14:16 | 2020-03-26T04:14:16 | 244,341,256 | 0 | 0 | null | 2022-06-21T03:02:42 | 2020-03-02T10:20:32 | Scala | UTF-8 | Java | false | false | 5,188 | java | package com.rock.analyse.v1;
import com.rock.analyse.MessageTypeKeySelector;
import com.rock.analyse.fn.FilterFn;
import com.rock.analyse.fn.Kafka2MessageTypeFn;
import com.rock.analyse.fn.RockAssignerWithPeriodicWatermarks;
import com.rock.analyse.util.RockConstants;
import org.apache.flink.api.common.ExecutionConfig... | [
"565175219@qq.com"
] | 565175219@qq.com |
d88f3363aecb4ed5de55f8f61f5d0424bf1d1afd | 8bd41de25ca9d92057980f6a78eb8f2cc9fa8197 | /nomenclature-services/src/main/java/sn/hubschool/nomenclature/repo/INomenclaturePersistance.java | ee593a0cb5b906d2f27420b194c1b3e7c18c3a2c | [] | no_license | laminetop/projet-hubschool | 8c367b5122faff2d639e4616ba0c5c0ea04d252e | 25da8a8c75439f7dbaec011ba601a883809476fe | refs/heads/master | 2020-03-19T15:10:18.876230 | 2018-06-08T22:37:17 | 2018-06-08T22:37:17 | 136,658,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,138 | java | package sn.hubschool.nomenclature.repo;
import sn.hubschool.nomenclature.domain.vo.Nomenclature;
import java.util.List;
/**
* Interface pour NomenclatureDAO.
*
*/
public interface INomenclaturePersistance {
/**
* Récupère la liste des nomenclatures existantes.
*
* @return la liste des nom... | [
"toplamzo10@gmail.com"
] | toplamzo10@gmail.com |
2c201d116dc8c85611194ed9d52a2541b850e6d2 | 5bc90cfcceb0dd598d4bde673c855e76e607303b | /PeekingIterator.java | ae443c0e5cc9fdf003016f54df064b0ee255873f | [] | no_license | yangkklt/leetcode_amazon | 2fc86d04c1b30158a768439bc3aa2da545004e92 | c09f7694ee834771af8b4667b94b9bd11f9f2426 | refs/heads/master | 2020-04-18T17:04:11.109611 | 2015-10-18T05:02:28 | 2015-10-18T05:02:28 | 40,576,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | // Java Iterator interface reference:
// https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html
import java.util.NoSuchElementException;
class PeekingIterator implements Iterator<Integer> {
private Integer peek;
private final Iterator<Integer> iterator;
public PeekingIterator(Iterator<Integer> itera... | [
"tianyangche@gmail.com"
] | tianyangche@gmail.com |
6c4270655fcd4b578badd459e3df51bc0a6f2e02 | ed5e9fd5c1c9ca94da00fd505e946c8af48e2fd1 | /lab1/HelloNumbers.java | 35e1fce65f17f13ac628917ea28fd5176f0aab7e | [] | no_license | tingedudu8/Berkeley-CS61B-sp18 | c99cf2705385dcd558cfe70a054c0eb56891441a | eb808ada73f5ecb6a57bd2ad3e70d6a7a49508a5 | refs/heads/master | 2023-04-12T12:33:11.796426 | 2021-05-20T07:49:02 | 2021-05-20T07:49:02 | 353,977,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | /*Revised for Exercise 1.1.2.
Modify HelloNumbers so that it prints out
the cumulative sum of the integers from 0 to 9.
For example, your output should start with 0 1 3 6 10...
and should end with 45.*/
public class HelloNumbers {
public static void main(String[] args) {
int x = 0;
int i = 0;
... | [
"2788655279@qq.com"
] | 2788655279@qq.com |
513c30d06c7492bb2d5b03fd3b0ae8d3d1f645b6 | f93f85e8227fd28712305d60afc13a4f7c61c5f3 | /spring-boot-rest-api/src/main/java/com/springboot/SpringBootRestApiApp.java | 58f4a6039616ff78f4e8e641ca462936142af28b | [] | no_license | snaithm/ruby-cucumber-workshop | fcd640e5e01d61eb9e4be0fbbe44c4feeab3d49f | cede170e33e4a04aa7fdcbc0c49b0de8b3515b82 | refs/heads/master | 2023-01-09T22:14:02.680150 | 2019-07-25T07:57:07 | 2019-07-25T07:57:07 | 198,594,756 | 0 | 0 | null | 2023-01-03T15:04:05 | 2019-07-24T08:44:14 | Java | UTF-8 | Java | false | false | 437 | java | package com.springboot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication(scanBasePackages={"com.springboot"})// same as @Configuration @EnableAutoConfiguration @ComponentScan combined
public class SpringBootRestApiAp... | [
"matthew.snaith@dvla.gov.uk"
] | matthew.snaith@dvla.gov.uk |
5f42c17513ca2a212a885b2b29a639b5a68a9a0b | ef2defbb5a523d114c32b4824ef29e81334b1604 | /src/main/java/cn/liuyiyou/java/thread/JoinTest2.java | ed04d0ea14deb49223d2bdb0957ca97a577bf0aa | [] | no_license | liuyiyou/cn.liuyiyou.java | daf5c37cadf88596d07f7eb13a9a44c5dce9d813 | 48c71965fb407b201e46c6ff137dc537e34be4c8 | refs/heads/master | 2022-12-22T06:54:38.492277 | 2020-05-13T10:11:15 | 2020-05-13T10:11:15 | 110,930,489 | 0 | 0 | null | 2022-12-16T04:30:38 | 2017-11-16T06:07:11 | Java | UTF-8 | Java | false | false | 1,581 | java | /**
* 所属项目:cn.liuyiyou.java
* 文件名称:cn.liuyiyou.java.thread.JoinTest1.java
* 日期: 2017年8月9日下午10:57:15
* Copyright (c) 2017, liuyiyou.cn All Rights Reserved.
*
*/
package cn.liuyiyou.java.thread;
/**
* http://www.mamicode.com/info-detail-517008.html
* @author liuyiyou.cn
* @date 2017年8月9日 下午10:57:15
* @version
... | [
"liuyiyou@daojia.com"
] | liuyiyou@daojia.com |
ac97619ccf464fd11ebb313c677ad091143d740f | 48f1bca1cd5236162bb924222e1cf28690d52700 | /Classification/DataMing_ID3/Client.java | 28c6d77f01337bbfca96874fa758bd35f40c8bcc | [] | no_license | wsgan001/DataMiningAlgorithmSet | deb81f3d4c337a352f2c6465a8988cdea796a67b | c626235f0db8bb7b87bfde22df29d6e53ca2242a | refs/heads/master | 2022-01-07T21:58:31.564240 | 2019-02-18T03:12:09 | 2019-02-18T03:12:09 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 384 | java | package DataMing_ID3;
/**
* ID3决策树分类算法测试场景类
* @author lyq
*
*/
public class Client {
public static void main(String[] args){
String filePath = "C:\\Users\\Administrator\\Desktop\\DataMiningAlgorithm-master\\DataMiningAlgorithm\\Classification\\DataMining_ID3\\input.txt";
ID3Tool tool = new ID3Tool(filePath... | [
"masterqkk@outlook.com"
] | masterqkk@outlook.com |
4c7c880e19dd9b10da975f1198c3f99126dd8482 | 744114c1c3769ac9342e8a92d089b96957b4a74a | /app/src/main/java/edu_up_cs301/game/RulesActivity.java | 5b10ae6db3a11d40d5b869681e62096a1fe61cb1 | [] | no_license | OnlyForObjectOrientednayyar19/Ludocrous-Alpha | 5a94805170bcafe054acc20120786891dd5c0a3e | 5257cb048bd70d04b6d4ca447a0b3f7fb063546c | refs/heads/master | 2020-03-09T23:50:05.071912 | 2018-04-11T09:17:33 | 2018-04-11T09:17:33 | 129,067,553 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package edu_up_cs301.game;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class RulesActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_rul... | [
"randomuser1190@gmail.com"
] | randomuser1190@gmail.com |
364c7673a4ea4bc0f6cf31140dba8675e80606d5 | 1eabf8d99ed1bf70ddb3119b9bc0ec2388a4ae75 | /dspace-server-webapp/src/main/java/org/dspace/app/rest/authorization/impl/CanSubscribeFeature.java | 2e0e27b0575154ce63b8dc9c9321aa3589163118 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"EPL-1.0",
"LicenseRef-scancode-unicode",
"LGPL-2.1-or-later",
"CDDL-1.0",
"MIT",
"LicenseRef-scancode-unicode-icu-58",
"MPL-1.0",
"W3C",
"GPL-1.0-or-later",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-referen... | permissive | CICBA/DSpace | c849eedd4cda37460a9023418d5c26214af48bf5 | 932845a833c345a2c76aa8b80a53c37ba0b3890a | refs/heads/master | 2023-08-18T02:29:20.835964 | 2023-08-10T17:09:57 | 2023-08-10T17:09:57 | 23,224,860 | 5 | 8 | BSD-3-Clause | 2023-08-04T14:49:59 | 2014-08-22T12:39:27 | Java | UTF-8 | Java | false | false | 2,140 | java | /**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.app.rest.authorization.impl;
import static org.dspace.core.Constants.READ;
import ... | [
"michele.boychuk@gmail.com"
] | michele.boychuk@gmail.com |
1f1aa4e6ca21bae1de43025417bab1a2eb1150d8 | 9f4d53ff91fc22c9c5a9fd3233a4ddd138e44825 | /kodilla-hibernate/src/test/java/com/kodilla/hibernate/tasklist/dao/TaskListDaoTestSuite.java | c00dea1382132b9e96fda60c14e355df9e77999c | [] | no_license | tomasz-piotrowicz/tomasz-piotrowicz-kodilla-java | da0890e587cc2ef71c5961e4c1994bb6a42a781e | 7c637a90c1112f2b6029753132e5c5e8086b9a80 | refs/heads/master | 2021-01-19T17:55:04.143195 | 2018-01-20T17:45:25 | 2018-01-20T17:45:25 | 101,097,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,179 | java | package com.kodilla.hibernate.tasklist.dao;
import com.kodilla.hibernate.task.Task;
import com.kodilla.hibernate.task.TaskFinancialDetails;
import com.kodilla.hibernate.tasklist.TaskList;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotatio... | [
"pantomash@gmail.com"
] | pantomash@gmail.com |
4119e567e122023a95db7b77eebc2112904645d2 | 5f632330225761945745b34ad373c2ca7c1ae965 | /API/vision-api/src/main/java/com/ktab/vision/api/dao/impl/UserDaoImpl.java | a42766d485659728a2f931a37fb110ea2ddd49ba | [] | no_license | nlory-ma/Vision | 260742de570f24d9ac83df943817b4fc37071480 | aadcf989c2f9b12a56de1c5af9568f958d336391 | refs/heads/master | 2020-12-03T02:25:49.112543 | 2016-03-03T19:05:22 | 2016-03-03T19:05:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,003 | java | package com.ktab.vision.api.dao.impl;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.SessionFactory;
import com.ktab.vision.api.dao.UserDao;
import com.ktab.vision.api.dao.model.User;
public class UserDaoImpl implements UserDao {
private SessionFac... | [
"me@thomasabraham.in"
] | me@thomasabraham.in |
380e3a8bee48480745ec6c8ee6c66ebcd052de12 | 941356ebacdd74bd1ede956650091b3be1517e70 | /src/main/java/com/turlygazhy/dao/impl/CarDao.java | 1adb6e239d049d79a4ce590432dfbd6342e00032 | [] | no_license | BaldOgr/Ardaiym | 626548d893d40fdcf57b5a7f4723b64273583ce6 | 47c5b33d4b6a15b86dac46b137499ea739b787fe | refs/heads/Ardaiym | 2020-12-03T01:51:11.240053 | 2017-07-25T13:30:50 | 2017-07-25T13:30:50 | 95,874,627 | 0 | 0 | null | 2017-07-26T04:16:09 | 2017-06-30T09:51:46 | Java | UTF-8 | Java | false | false | 1,864 | java | package com.turlygazhy.dao.impl;
import com.turlygazhy.dao.AbstractDao;
import com.turlygazhy.entity.Car;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
/**
* Created by daniyar on 03.07.17.
... | [
"mrtusup@gmail.com"
] | mrtusup@gmail.com |
3686c5b91a09d3ffab4cf67b08fe2f11003fe130 | 7515ff16706d815ab53ddb52df7938c29f9535ad | /app/src/main/java/com/balaji/projects/myweatherapp/utils/UnitConvertor.java | 8a982b3cd40aa6dd14b19bb89f9a2f9ee6913a5a | [] | no_license | balajipaulraj/Weather | e5389014ed9231c032539a53d68e9962e93bfac4 | d320b318ef6ac431098d9d1e74369df239bcb0a5 | refs/heads/master | 2020-03-19T01:41:20.940398 | 2018-05-31T11:00:16 | 2018-05-31T11:00:16 | 135,564,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,720 | java | package com.balaji.projects.myweatherapp.utils;
import android.content.SharedPreferences;
import java.util.Locale;
public class UnitConvertor {
public static float convertTemperature(float temperature, SharedPreferences sp) {
if (sp.getString("unit", "°C").equals("°C")) {
return UnitConvertor... | [
"balaji@coldwatersl.com"
] | balaji@coldwatersl.com |
7982b583ced6c97d838d6e2d0f34742d62899d52 | b6c72c456a8a33e8fe76c177577686deec2b1202 | /restful-web-services/src/main/java/com/bucketdev/rest/webservices/restfulwebservices/exception/ExceptionResponse.java | 52f6d58418bd03aea7c70dfc586cca207a42acae | [] | no_license | vanfigo/spring-microservices | 83a9d17d7e0aa8956efb16e80d6471faacb5d9f5 | ac29e9ace81a08d4d0c76b0032aacea9f999b49c | refs/heads/master | 2020-04-11T04:48:40.345921 | 2019-04-08T20:50:14 | 2019-04-08T20:50:14 | 161,526,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package com.bucketdev.rest.webservices.restfulwebservices.exception;
import java.util.Date;
public class ExceptionResponse {
private Date timestamp;
private String message;
private String detail;
public ExceptionResponse(Date timestamp, String message, String detail) {
super();
this.timestamp = timestamp;
... | [
"rodrigo.loyola@live.com"
] | rodrigo.loyola@live.com |
37932e329ba70e386c2c0f2096dba118d55aacd8 | 374fa213d13d8739a1f81cd01716b63cf5cd50e7 | /common/src/main/java/cn/wu1588/common/adapter/ImChatFacePagerAdapter.java | 5b9a887e02b676ca825953de07fae177c3e0829f | [] | no_license | 838245284/sbmall | 22dea5509df20e77e53fe4e726308e0b0e74c438 | cf975886955225cd54f48a69ba98a51ac95100ce | refs/heads/develop | 2023-06-11T20:15:46.413200 | 2021-07-14T15:11:16 | 2021-07-14T15:11:16 | 380,426,907 | 0 | 0 | null | 2021-07-14T15:11:17 | 2021-06-26T06:02:48 | Java | UTF-8 | Java | false | false | 2,678 | java | package cn.wu1588.common.adapter;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v4.view.PagerAdapter;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
imp... | [
"838245284@qq.com"
] | 838245284@qq.com |
d5d4e828e493d11fc02a7bd9d20a68e935ce4746 | 83d56024094d15f64e07650dd2b606a38d7ec5f1 | /sicc_druida/fuentes/java/PedSubtiPosicListFormatter.java | 6fbc3ef24c6b9c2d6c60c83b6eb04b0c9d51fb2f | [] | no_license | cdiglesias/SICC | bdeba6af8f49e8d038ef30b61fcc6371c1083840 | 72fedb14a03cb4a77f62885bec3226dbbed6a5bb | refs/heads/master | 2021-01-19T19:45:14.788800 | 2016-04-07T16:20:51 | 2016-04-07T16:20:51 | null | 0 | 0 | null | null | null | null | ISO-8859-10 | Java | false | false | 2,903 | java |
/*
INDRA/CAR/mmg
$Id: PedSubtiPosicListFormatter.java,v 1.1 2009/12/03 18:42:17 pecbazalar Exp $
DESC
*/
import java.util.Vector;
import java.util.Hashtable;
import java.util.Enumeration;
import es.indra.belcorp.mso.*;
import es.indra.druida.DruidaFormatoObjeto;
import es.indra.druida.belcorp.MMGDruidaF... | [
"hp.vega@hotmail.com"
] | hp.vega@hotmail.com |
c8c084b6c5e43dc4ada2aa8a3c7af67da17097d0 | 4fd6ab270ccd697e1ee804dcea88e27b266a394a | /CS3004-Tutorial-1/src/echoserver.java | 00d2b651adaeeead3b5d28ca8d20458ef0084709 | [] | no_license | Benveer/cs3004-labs | de32b6dfe04985eb3c0720443712bbfe6419f926 | 804ecf68b98888cc75c84196944763f5b7421a9d | refs/heads/master | 2023-01-29T11:26:39.175536 | 2020-12-10T00:30:16 | 2020-12-10T00:30:16 | 301,444,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,303 | java | import java.net.*;
import java.io.*;
public class echoserver {
public static void main(String[] args) throws IOException {
//Get the id of the local machine – not critical – included here just to show you how
//Declare an object to store your computer's name
InetAddress computerAddr = null;... | [
"1729793@brunel.ac.uk"
] | 1729793@brunel.ac.uk |
d0f1da95aa3a19f9592a1a60e62a6b592b558cf5 | a08ff306758d125264c9f7ce7f365316be8e172a | /app/src/main/java/com/cnews/guji/smart/helper/player/util/WindowUtil.java | f13c7c4606c09cc0a138092261d6f9a57651945c | [
"Apache-2.0"
] | permissive | xiamulo/GuJiNews_DayHot_2.0 | bbbced3e1776e16ec44d1b00989ec8e588c5e113 | 4e0c748bc62db8112163d01013c0e524ea20c294 | refs/heads/master | 2023-07-11T04:09:09.449241 | 2021-08-25T06:25:45 | 2021-08-25T06:25:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,910 | java | package com.cnews.guji.smart.helper.player.util;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.res.Resources;
import android.graphics.Point;
import android.os.Build;
import android.support.v7.app.Action... | [
"dincl@jsyl.com.cn"
] | dincl@jsyl.com.cn |
4785564ed0316fbb8d5dd85ff22f9215b16d7c64 | c0e020e09621a8b8f066f684d2e221ae3f945805 | /app/src/test/java/yokastore/youkagames/com/yokastore/ExampleUnitTest.java | 0d7e0b681806ef1e0f074fb80c6cc67720a43675 | [] | no_license | soondh/ykStoreAndroid | ac5d478594b4ae3e5db9384701314e4b78acd9b8 | 937caf5f83dd2f036f0b1e8d619980696dbcda64 | refs/heads/master | 2020-04-30T07:13:27.081243 | 2019-03-20T07:28:57 | 2019-03-20T07:28:57 | 176,677,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package yokastore.youkagames.com.yokastore;
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
... | [
"songdehua110@163.com"
] | songdehua110@163.com |
13a5959b80609539824b994196125e13c1d3d25b | 47982a1f83b410610196b330ce15a89587462b78 | /src/main/java/br/edu/univas/si/lab6/bmi/controller/BMIController.java | af3446b421dfafad2e9da4723b41295a7f178848 | [] | no_license | GuilhermeSanches/2015-java-bmi | 82890e0652ff56488861bf0c438935994507cba6 | cf2522c82fa90b7b0292b7aed7cadbb11c0a4391 | refs/heads/master | 2020-12-30T09:58:21.851969 | 2015-09-16T00:55:07 | 2015-09-16T00:55:07 | 42,147,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java | package br.edu.univas.si.lab6.bmi.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.edu.univas.si.lab6.bmi.service.BMIService;
/**
* Servlet imp... | [
"guilherme_1993pa@hotmail.com"
] | guilherme_1993pa@hotmail.com |
99b527afa7bae4f359ad92328a99e8294182816b | 6675ae81570c84e5c5feb7d0f0f91301fe57b311 | /core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultEngineeringCRS.java | b900f725bef7c79eaa0cabcfb4acfd4d2cd266f9 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | GeoPlatform/sis | babf402d7239bf285f6a3c80ca1f5bbdda01b5d5 | 5f24c696d3f54c1dfb5b42342cda2bdb6b80783b | refs/heads/trunk | 2021-01-15T14:34:34.887850 | 2017-01-12T06:01:13 | 2017-01-12T06:01:13 | 78,760,242 | 0 | 0 | null | 2017-01-12T15:41:32 | 2017-01-12T15:41:32 | null | UTF-8 | Java | false | false | 13,445 | 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 ... | [
"desruisseaux@apache.org"
] | desruisseaux@apache.org |
5cbeef903898f2219884daf13a81c430eeeeb30f | 41330306af31efbda9742298ac4da79132f699d9 | /src/test/java/com/flyway/TestFlyway.java | 59d735a411e279c0f877f09d54ad3ca5f40ed481 | [] | no_license | Greeeeeeo/flyway-demo | 7d3f6dda8dfd06c96d54e9b6bbe36eff797fd4da | c5d5e78de47483d0ce54f11304c84b6cbd6ee959 | refs/heads/master | 2021-05-18T23:28:29.611322 | 2018-06-22T02:23:17 | 2018-06-22T02:23:17 | 251,477,001 | 1 | 0 | null | 2020-03-31T02:09:39 | 2020-03-31T02:09:38 | null | UTF-8 | Java | false | false | 476 | java | package com.flyway;
import org.flywaydb.core.Flyway;
import org.junit.Test;
public class TestFlyway {
@Test
public void flyway(){
// Create the Flyway instance
Flyway flyway = new Flyway();
// Point it to the database
flyway.setDataSource("jdbc:mysql://127.0.0.1:3306/flyway?us... | [
"523786283@qq.com"
] | 523786283@qq.com |
1c2ae2c9206707fc3ac20ab936ad63329b73e575 | e1a601fcf356ad4002ec92b48d984f31904465af | /Zadania/Java_Zaawansowana_moje_zadania/src/Zad1/Main.java | 4d3df5d79b96e842720560ae0a108cc86ba94918 | [] | no_license | MateuszKoszewski/kursSDA | 61b0b54900fc02a3c80d0ee3ec050f94a74f6ede | a2d59b33064d299a546a4db23b204f791db7e0ad | refs/heads/master | 2023-02-07T21:44:46.792607 | 2020-12-30T11:28:10 | 2020-12-30T11:28:10 | 295,408,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package Zad1;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
//Stwórz metodę, która jako parametr przyjmuje listę stringów, następnie zwraca tą listę posortowaną
//alfabetycznie od Z do A.
public class Main {
public... | [
"mateusz.koszewski@wp.pl"
] | mateusz.koszewski@wp.pl |
a88e54958d816654951056b6aa8b6c4a5fab2d33 | 91108aa0e65325b1b19dbc0798ae425074dfcbc6 | /app/src/main/java/vision/genesis/clientapp/ui/ProfileDataView.java | 822d939dcbdaea7a82cd7359e131cabe461620a0 | [] | no_license | shvyrev/android-client | 41fc3295f3d765b4290f346d4b0cdb6c498e81ad | b10f88997de3d8c535b24aedf18c8d1dfbc198ce | refs/heads/master | 2020-04-27T16:20:36.440660 | 2018-11-15T17:36:23 | 2018-11-15T17:36:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,443 | java | package vision.genesis.clientapp.ui;
import android.content.Context;
import android.graphics.PorterDuff;
import android.support.design.widget.TextInputEditText;
import android.support.design.widget.TextInputLayout;
import android.support.v4.content.ContextCompat;
import android.util.AttributeSet;
import android.view.V... | [
"dev.prus@gmail.com"
] | dev.prus@gmail.com |
8482d61ab096081624ee749f255b4ea69923ff1a | a3d6f96c5b591faa53050bd09e3fbd23333433d9 | /src/Main/Tools.java | f428d4304772bb324e03b2e1727989eb2d40f9c9 | [] | no_license | Mahran-Yacoub/World-Map-Dijkstra | 3eaf7e64f3369782a1f0c411b4801d455f074417 | 04448a3b465d949a957b640e76fb0b1608237fe5 | refs/heads/master | 2023-06-19T17:02:17.288562 | 2021-07-19T07:17:10 | 2021-07-19T07:17:10 | 387,366,378 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,508 | java | package Main;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Scanner;
import javafx.scene.control.Alert;
import javafx.scene.control.Alert.AlertType;
import weigthed.graph.Country;
import weigthed.graph.WeightedEdge;
import weigthed.graph.WeigthedSpars... | [
"mahranyacoub98@gmail.com"
] | mahranyacoub98@gmail.com |
68be52f221e027ff8ffb38a4ca89b551be075a38 | 44f0c2da0324aa3f4bf1fa43168a05b06effcc9e | /24-Kafka/Kafka_twitterstream_demo/src/main/java/com/ixat/kafka/twitterstram/TestProducer.java | 5925d34471194dcfd35694c782a9e2b186b99003 | [] | no_license | iXat-Training/hadoop102 | 4b3669087d54313248879d05f55ba8dd1566e801 | b58cfe5aa22e47c7c9869122e64b5618bd75bf82 | refs/heads/master | 2021-01-10T10:16:49.212942 | 2016-03-17T06:03:50 | 2016-03-17T06:03:50 | 50,958,193 | 2 | 1 | null | 2016-03-17T06:03:51 | 2016-02-02T23:01:50 | Java | UTF-8 | Java | false | false | 856 | java | package com.ixat.kafka.twitterstram;
import java.util.Properties;
import kafka.javaapi.producer.Producer;
import kafka.producer.KeyedMessage;
import kafka.producer.ProducerConfig;
public class TestProducer {
public static void main(String args[]) throws Exception {
Properties props = new Properties();
props.put... | [
"ixat.training@gmail.com"
] | ixat.training@gmail.com |
5ff57d85a58427a13fcfdc792c1b91fff1ee55ec | d072ceab5532064744f983c8eaea03d041ee0873 | /springbootangular8crud/src/test/java/com/vd/springbootangular8crud/Springbootangular8crudApplicationTests.java | 21a85bc1317449d886dccd07597723e94785b56e | [] | no_license | vsd7/springbootangular8crud | cf980bdcd80ddf56f80fa34f8e7617fb5134486d | e64083ce7592a4a43c6ea194246e2cf887395a11 | refs/heads/master | 2023-01-08T13:16:45.312168 | 2021-11-11T13:06:50 | 2021-11-11T13:06:50 | 227,809,394 | 1 | 0 | null | 2023-01-01T14:23:25 | 2019-12-13T10:00:16 | TypeScript | UTF-8 | Java | false | false | 237 | java | package com.vd.springbootangular8crud;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Springbootangular8crudApplicationTests {
@Test
void contextLoads() {
}
}
| [
"vivek.b.deshmukh@capgemini.com"
] | vivek.b.deshmukh@capgemini.com |
4dce7a5e7ef57387685ad754500ef4a47065cfe5 | 8e4ae270ccff8b6943ca4812526096efdc4a4223 | /src/main/java/org/zhangyc/test/thread/SynchronizedTest.java | f2b5633e73895739c583998b0f48c66487e1b5c7 | [] | no_license | zhangyicou/test | 59d81fa43b58bbce2a9b890897b1d099ee5414e4 | 50f5087dc89f8d4138110b1c35b33c6a433e7d2e | refs/heads/master | 2022-11-27T12:00:57.756057 | 2019-09-19T06:20:15 | 2019-09-19T06:20:15 | 46,244,420 | 0 | 0 | null | 2022-11-16T04:55:56 | 2015-11-16T01:23:20 | Java | UTF-8 | Java | false | false | 807 | java | package org.zhangyc.test.thread;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
/**
* @Author: yichu.zhang
* @Date: 2019-08-15 18:59
*/
public class SynchronizedTest {
public static void main(String[] args) {
Synchr... | [
"yichu.zhang"
] | yichu.zhang |
58d684915766ea30eecb3109f35fe667d5d89a14 | fde2b39c0cc6b118c1cc9bed6a81f7d5e6ab0fc2 | /src/main/java/co/com/bancolombia/diandalu/adapter/SubdominioAdapter.java | bb9126ea6bbfde474a339f69998945631972876a | [] | no_license | davidpolaniaac/diandalu | 24e9786b87d9b892e18ff2ed3b9b0c891a76952b | 11d6652b29b0783ba8180d04b2f73776b340fde8 | refs/heads/master | 2020-04-19T14:21:07.576428 | 2017-03-16T22:11:52 | 2017-03-16T22:11:52 | 168,242,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,862 | java | package co.com.bancolombia.diandalu.adapter;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Inject;
import co.com.bancolombia.diandalu.dto.SubdominioDTO;
import co.com.bancolombia.diandalu.entidades.Subdominio;
public class SubdominioAdapter {
@Inject
private IntegranteAdapter integranteAd... | [
"davidpolaniaac@users.noreply.github.com"
] | davidpolaniaac@users.noreply.github.com |
044610576ff120650130f63fa60a34388a725a6f | fee773dcb1a932315c9ca25ff2ca58587eb5c8fa | /demo4-statemachine/src/main/java/com/example/statemachine/AppController.java | fec7a9fa9eb3c62480457d3ef84a1697c96ec434 | [] | no_license | domahidizoltan/presentation-this-is-not-a-pipe | c3cc687151eb44384dda32871fe679bf41e7f948 | 720bbc8ff7a9e5edebb19247cf4766fcc8b540ac | refs/heads/master | 2020-04-17T05:31:18.654564 | 2019-03-16T05:55:14 | 2019-03-16T05:55:14 | 166,283,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,514 | java | package com.example.statemachine;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.ResponseEntity;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.mail.javamail.MimeMessageHelper;
import org.springframework.web.bind.annotation.PathVariable;
... | [
"domahidizoltan@gmail.com"
] | domahidizoltan@gmail.com |
dea6d2056a93737ad9efe6fb1e4db25d6603ad6f | 6de7be4b1482a29c703e7d5a60fb86638f6955ae | /src/main/java/com/github/AllenDuke/redisTest/RedisWithReentrantLock.java | d5f0dbdae2c30f4ead44a1ce8257defe406407a7 | [] | no_license | AllenDuke/Core | 0d228d5ddc611a52844b0a1ccefb15562b2bad66 | c7e17ce53095bdfb5e281ae9c122b62fe68afe74 | refs/heads/master | 2022-06-23T17:58:09.141440 | 2021-07-26T02:37:39 | 2021-07-26T02:37:39 | 248,463,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,046 | java | package com.github.AllenDuke.redisTest;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.params.SetParams;
import java.util.HashMap;
import java.util.Map;
/**
* @author 杜科
* @description
* @contact AllenDuke@163.com
* @date 2020/8/23
*/
public class RedisWithReentrantLock {
/* 记录当前线程持有的锁及其进入次数 ... | [
"1264310546@qq.com"
] | 1264310546@qq.com |
7cb470e4987f0570048597a658e7c6226a0d7e3c | 7e7bb2735dc4a464cfd2c333a44b458b33657489 | /ForumGier/src/gameforum/encje/Wpis.java | 456c6f12886ea2c3ec4ec9e9e72f27208b8a7372 | [] | no_license | bugi353/Training | 25fb24015cafe264b268e4a8133e8f2b2755c500 | 08b2ea0330260e2be14a51047135c8cc93b16c84 | refs/heads/master | 2020-03-16T18:20:33.955756 | 2018-05-22T17:03:00 | 2018-05-22T17:03:00 | 132,868,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,152 | java | package gameforum.encje;
import java.sql.Timestamp;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.Lob;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="wpis")... | [
"32601187+bugi353@users.noreply.github.com"
] | 32601187+bugi353@users.noreply.github.com |
b6871e6dc2a7d1c5201bb183ea2a56b689e6c07d | 0615adaaf0c0c565cb8e88fa2b99dea0f9726d81 | /src/main/java/edu/csula/datascience/acquisition/TwitterCollector.java | a05da378131124304621c9103b7e74620788506e | [] | no_license | jsoni2/Twitter-Sentiment-Analysis | 42d67262098c71f60326e6121a4860ce50dc0abd | b8ecb01e64e878022ec5543c579726bbd013243b | refs/heads/master | 2021-05-31T20:16:42.073574 | 2016-04-25T06:00:06 | 2016-04-25T06:00:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package edu.csula.datascience.acquisition;
import com.mongodb.MongoClient;
import com.mongodb.client.MongoCollection;
import com.mongodb.client.MongoDatabase;
import org.bson.Document;
import twitter4j.Status;
/**
* An example of Collector implementation using Twitter4j with MongoDB Java driver
*/
public class Twit... | [
"rahulrapatwar@yahoo.com"
] | rahulrapatwar@yahoo.com |
e533728da7460032b601456331a1da9e5310a2bb | e35ec8447606f8539bfc3f7b4129e0469a5ca430 | /TEST/src/org/usfirst/frc1719/TEST/subsystems/FishingRod.java | 64af630945cf54c24917ff4d5b2ed3f8e335cc5d | [] | no_license | FRCTeam1719/Robotbuilder-Testing | 6b85ec617b98d47c9dcba3cbb900363aad33c6eb | e548ab2982aba91e7742cc81ee3821dbf69222d3 | refs/heads/master | 2021-01-01T19:15:37.863357 | 2015-01-20T17:12:40 | 2015-01-20T17:12:40 | 28,785,088 | 1 | 0 | null | 2015-01-10T16:11:32 | 2015-01-04T20:27:08 | Java | UTF-8 | Java | false | false | 787 | java | package org.usfirst.frc1719.TEST.subsystems;
import org.usfirst.frc1719.TEST.Robot;
import org.usfirst.frc1719.TEST.RobotMap;
import edu.wpi.first.wpilibj.Relay;
import edu.wpi.first.wpilibj.command.Subsystem;
/**
*
*/
public class FishingRod extends Subsystem {
Relay extensionMotor = RobotMap.frExtension... | [
"dgolddragon28@gmail.com"
] | dgolddragon28@gmail.com |
ac2491a179e7827549d7b22262c2c668cb9fa834 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_3/src/j/i/Calc_1_3_984.java | f11e9cfb5a405b2598d1bac7c4cc6dc28aae4e01 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package j.i;
public class Calc_1_3_984 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
4ca813342003b6e8968189929ca597d44e1a20ff | 98587409b208acf68b79598ba4f48668e9af5b36 | /src/test/java/runners/Runner.java | f08ef36bcc68337fbde5dec415644d849a5aa5fa | [] | no_license | sengulali/CucumberProje | a04b4e320f536f0a8fd25af0166fd649e1c1285b | 9fb68ddd6d060e092bc2cc309fabec0058fd76ef | refs/heads/master | 2022-12-26T17:10:44.249754 | 2020-10-02T20:17:17 | 2020-10-02T20:17:17 | 298,388,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | package runners;
import io.cucumber.junit.Cucumber;
import io.cucumber.junit.CucumberOptions;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(
plugin = {"html:target/default-cucumber-reports",
"json:target/json-reports/cucumber.json",
"junit:target/xml-... | [
"aslandamla46@gmail.com"
] | aslandamla46@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.