blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
84a1cf144953797cbed953b39d2f62344df36c6c | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/FederatedAuthenticationStaxUnmarshaller.java | 6cc11ca995827f56ce647bebc9c53bc74910c0a3 | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 2,770 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
8b5c323c3fbdb1fad061e78830b62844d190ffb8 | 51dc41671f290b15a80f2b7b083736a3fad98b5f | /src/com/homework/Construct.java | e612d20d16ba96d25253eb5e1940ed6130b60d8d | [] | no_license | wanghuimin-0604/java_2020_07_31 | af5684abb2a76145ba8dd4db50d8973db89f9f1b | 43571c44c2f61f26f448b2f7e231d61a15e36d53 | refs/heads/master | 2022-11-28T14:05:14.984471 | 2020-07-31T07:17:33 | 2020-07-31T07:17:33 | 283,969,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | package homework;
import java.util.Arrays;
/**
* Created with IntelliJ IDEA.
* Description:赎金信
* User:wanghuimin
* Date:2020-04-16
* Time:10:21
* 一万年太久,只争朝夕,加油
*/
public class Construct {
public static void main(String[] args) {
String ransomNote="aa";
String magazine="aab";
System... | [
"2895004668@qq.com"
] | 2895004668@qq.com |
d58eeec3a78179522223c677d0be063d3d23bbdc | 8f4fe4afaa6a0a50c877da450a83f15926e2558a | /geode-core/src/integrationTest/java/org/apache/geode/management/internal/configuration/realizers/RegionConfigRealizerIntegrationTest.java | 61bd0ab770b4d9e9d2b3948cb370bf9f49baeb5c | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | xiaoyuMo/geode | 8fe4731ac2f9cef116207c0bb4dee9f52b34cfb3 | d4a94f38a80b1e587384dfabf6c52e07e9c1e17a | refs/heads/develop | 2020-04-10T08:29:35.766568 | 2019-03-06T11:01:08 | 2019-03-06T11:01:08 | 160,907,214 | 0 | 0 | Apache-2.0 | 2019-03-06T11:01:09 | 2018-12-08T05:28:19 | Java | UTF-8 | Java | false | false | 2,007 | 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 not ... | [
"noreply@github.com"
] | noreply@github.com |
3690556a34820e1cb422605046192d988582bca3 | 4a59945351120b92cc074b8d2db3ec4b9d262644 | /src/com/algobot76/leetcode/_681/Solution2.java | 6aa1e75b8dc8f1307bce88db425203d94a10998e | [] | no_license | algobot76/leetcode-java | c88f461eb1c8a19cf0b36a5c81498572b5cfc717 | 3acccd340b0a1db711a2d88325297e867c9b6300 | refs/heads/master | 2020-05-04T18:55:16.245355 | 2019-11-24T04:31:25 | 2019-11-24T04:31:25 | 179,371,805 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,938 | java | package com.algobot76.leetcode._681;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* DFS
*/
public class Solution2 {
private int diff = Integer.MAX_VALUE;
private String ans = "";
public String nextClosestTime(String time) {
Set<Integer> ... | [
"xkaitian@gmail.com"
] | xkaitian@gmail.com |
6cadb9157d75fd0d64b8216d56e4fcdbde07773e | b95709cb8ccc6e9a5c4b8d2f22c6e268d53ff422 | /Project File/src/se_project/Square.java | 5356ae8feb890baea39ca75d9b96d17fcb354e22 | [
"MIT"
] | permissive | yutnori/se_project_yutnori | 50e3f774fe310e04ae4cacc7fbe3cf52dab6909c | 5788c584aa4731c8b056c37830f1646c1cbe8715 | refs/heads/master | 2020-05-20T01:58:57.599298 | 2019-06-06T08:56:38 | 2019-06-06T08:56:38 | 185,321,870 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package se_project;
import java.util.*;
public class Square { // 보드에서 각각의 칸(블록)들을 나타내는 클래스
ArrayList<Piece> pieces; // 칸(블록)들의 리스트를 갖고 있다
Square(){
pieces = new ArrayList<>();
}
} | [
"michael6487@naver.com"
] | michael6487@naver.com |
5202ac3d1c9cbed6a9876b7fb7bddc70578c4cd5 | 330bc9bb8a0e3c6dde41a870a919dab82d13a29f | /app/src/main/java/com/example/eco/roomdatabaseeco/MainActivity.java | a909db52f88724f7d1c885a03fc4d849b41c41e3 | [] | no_license | mobiledev2014/2018_RoomDatabaseECO | 0a07da67a3ad507714d11ab8fd8b509fb1258fb3 | 1206dc044662d7fe9563b6bf7dd8df9a43489587 | refs/heads/master | 2020-04-09T10:26:51.989011 | 2018-12-04T00:21:18 | 2018-12-04T00:21:18 | 160,271,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package com.example.eco.roomdatabaseeco;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
Button bt_create, bt_view;
@Override
protected ... | [
"rick.zafe@gmail.com"
] | rick.zafe@gmail.com |
233b34c14481f536eea6f8a649190440b98c928c | f6a67c12daa528c190932fb1c8676326dc9e0c91 | /lib/src/main/java/me/ycdev/android/lib/common/ui/base/ListAdapterBase.java | 918f9420f1452e6c528ba13e3b75754e6dbbf1fc | [
"Apache-2.0"
] | permissive | XClouded/AndroidLib | 088879dd604096d852f70aa8b6de949a72126906 | 9687c5a992c986c7528de3a300e18fc1dc70e83f | refs/heads/master | 2020-12-25T16:35:38.289680 | 2015-01-29T16:42:33 | 2015-01-29T16:42:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,335 | java | package me.ycdev.android.lib.common.ui.base;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import andr... | [
"yongce.tu@gmail.com"
] | yongce.tu@gmail.com |
b0b66720e6a902683bbd001753d6bde46c1817c5 | 2296b883cd1a67d3404ac1fb2cf902a9b663253c | /usercenter/src/main/java/com/zm/user/pojo/VipPrice.java | 9229732e1c1450f9ac3f4758f6e4aa8789397b3a | [] | no_license | jsbhb/servercenter | ab206570d9e0f3011f1fed421c76acba783abb7b | 0758aafc5d2daf694aca9b979936fe4af19cf6d2 | refs/heads/master | 2022-11-23T04:22:11.900837 | 2019-07-03T07:06:31 | 2019-07-03T07:06:31 | 99,976,687 | 6 | 8 | null | 2022-11-16T07:58:33 | 2017-08-11T00:50:52 | Java | UTF-8 | Java | false | false | 1,825 | java | package com.zm.user.pojo;
public class VipPrice {
private Integer id;
private Integer centerId;
private Integer vipLevel;
private Integer duration;
private Double price;
private String attribute;
private String createTime;
private String updateTime;
private String opt;
... | [
"190873411@163.com"
] | 190873411@163.com |
6bd031047fa1ed0daa18879ea3304551639ca011 | b1690c15c84a0efad7d7003dc7944b7aba264065 | /src/main/java/net/pwall/party/OrganizationName.java | 8a190d5bd4406cc58369aa347e063e23e6c24f48 | [
"MIT"
] | permissive | pwall567/party | de94d4f43eeb12c6b022a65c04de80a4091f2c59 | d4072ae3b15190916b9724b983fdddc8ec642901 | refs/heads/master | 2016-09-05T22:26:55.910421 | 2015-03-08T11:08:37 | 2015-03-08T11:08:37 | 31,846,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | /*
* @(#) OrganizationName.java
*/
package net.pwall.party;
public class OrganizationName extends PartyName {
private String name;
public OrganizationName(String name) {
this.name = name;
}
@Override
public String getDisplayName() {
return name;
}
}
| [
"pwall@pwall.net"
] | pwall@pwall.net |
9a46cd79b9ac3a6bcc8117a37897e82701007785 | a3f5be2908547a93bc801558539f1ff9fe55559c | /src/EndPoint.java | df2a8bc9e1b83987ab0766b4d0fdbedf3382a030 | [] | no_license | zanfarMohammed/firstExamJava | db27d6f0d606cb4bf5cca36c00c7fdd3eeba243f | ca7419251e093fb69efa24c7119f5376cb21a8a5 | refs/heads/master | 2020-10-01T04:30:47.148507 | 2019-12-11T21:20:31 | 2019-12-11T21:20:31 | 227,455,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java |
public class EndPoint {
public static void main(String[] args) {
// TODO Auto-generated method stub
ComptePayant cp=new ComptePayant("T04754",7000);
System.out.println("Opertations compte Payant:");
cp.afficher();
System.out.println("operation retrait compte payant");
cp.retrait(500); cp.afficher();
... | [
"zanfar.med@gmail.com"
] | zanfar.med@gmail.com |
b3e109e0fa90c67125fc444a6b220e246d32bf82 | e82ee18caf359d89f63ce046cb5546424fe61d49 | /app/src/main/java/com/example/gameofmemory/MainActivity.java | e6a8133b1fe4aa6f46b4ca8f32a0429d6f8544ec | [] | no_license | IlaiGigi/Game-Of-Memory | 7406457eddf7b9801c94a8e0b2c36b15530c9ba5 | a9e8b28b1d39e1bc7ffceed8cef256b1a2bb98dc | refs/heads/master | 2023-08-24T11:18:21.567690 | 2021-10-11T07:46:11 | 2021-10-11T07:46:11 | 414,576,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,469 | java | package com.example.gameofmemory;
import androidx.appcompat.app.AppCompatActivity;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.Random;
import java.util.Ar... | [
"ilai.gigi@gmail.com"
] | ilai.gigi@gmail.com |
bd6d2b653175e18a90c09425e262e3c4bc664561 | 949964d45002f3ce30f408dba58e582134447700 | /lib_net/src/main/java/com/wkq/net/model/MTimeMoveDetailInfo.java | e661890f7426347362d554663be4b1e93323803e | [] | no_license | wukuiqing49/moveAndNovel | 3426c7196e6094ceaa2d4d30dbf4437023089e03 | dfd9a40d211f1a7051b175a12476be9d93eedad6 | refs/heads/master | 2021-04-20T05:08:46.516427 | 2020-04-24T08:24:00 | 2020-04-24T08:24:00 | 249,656,981 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 89,340 | java | package com.wkq.net.model;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
/**
* 作者:吴奎庆
* <p>
* 时间:2020-03-03
* <p>
* 用途:
*/
public class MTimeMoveDetailInfo {
/**
* basic : {"actors":[{"actorId":893026,"img":"http://img31.mtime.cn/ph/2014/10/16/090902.78583267_1280X72... | [
"1571478933@qq.com"
] | 1571478933@qq.com |
4e93bcae3b42c8101febf16effcf9a9ebd534e18 | 0f9127707b0ca3645d61066cce322dbea2782c15 | /src/test/java/com/innovat/RegistroPresenze/RegistroPresenzeApplicationTests.java | 09d2b648af644f1f8ecb7a0091440617bd1046d6 | [] | no_license | danie-tomasello/RegistroPresenze | ec817d053adbadd1aa70e5aee5ec0f538081c100 | 8df3febb125e8ab987a48c0e33c39aab2fe4f273 | refs/heads/main | 2023-07-18T05:56:14.645010 | 2021-06-11T07:56:15 | 2021-06-11T07:56:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.innovat.RegistroPresenze;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RegistroPresenzeApplicationTests {
@Test
void contextLoads() {
}
}
| [
"daniele.tomasello@innovatsrl.it"
] | daniele.tomasello@innovatsrl.it |
8ab396d16aef5e72b0a357ef71474598ffb3635c | 4bae26a5c1dc96d0640addfe04a81977223565f1 | /src/main/java/com/it/ky/schedule/entity/EmailInfo.java | 043fc744496214c84b594a612eb94bfd23992885 | [] | no_license | zhj149/schedule | 73556c3208808c2dd8c75f02bb2914b427a0ffa9 | d703fcaa47592b417e6526932947f46a26a6c685 | refs/heads/master | 2023-03-18T01:35:33.166047 | 2018-11-29T03:20:59 | 2018-11-29T03:20:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package com.it.ky.schedule.entity;
import lombok.Data;
import lombok.Getter;
/**
* @author: yangchangkui
* @date: 2018-11-03 17:22
*/
public class EmailInfo {
private Integer id;
private String emailTheme;
private String emailContent;
public Integer getId() {
return id;
}
public v... | [
"2687296052@qq.com"
] | 2687296052@qq.com |
bb506f16e3541eff158124f68d020a39ae0fd5bf | e0d130b97bac836bb1082f63e2c1ebdd1b6b8bce | /src/main/java/br/com/redhat/poc/model/CacheHealthModel.java | 68faf65cc8a3272b03bbb3403175ed75115b9f15 | [] | no_license | EricSaDev/fuse-sb-rhdg-quickstart | f2df94923b868bc796264959423c8a1b067a818a | 1d109239747a5d6009f8aa5ab28dfea998fd143b | refs/heads/master | 2022-12-03T00:00:59.561091 | 2020-08-24T14:42:14 | 2020-08-24T14:42:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,960 | java | package br.com.redhat.poc.model;
import java.io.Serializable;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
public class CacheHealthModel implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
@JsonProperty("cache-health")
private List<String> cac... | [
"br.roglusa@gmail.com"
] | br.roglusa@gmail.com |
86398ff815347bee7af5e954077e5979005634f8 | bdbf5ebb34ca6d8b4b8ddde9f3fb7919bf35f12e | /microservicecloud-consumer-dept-80/src/main/java/com/atguigu/springcloud/controller/DeptController_Consumer.java | 9c8e071add9d406e2835686654f83878a070f3a4 | [] | no_license | rulerlwx/atguigu-springcloud | f24fda4821fbfffaab5d6bb5bf36e3bb972044cc | 2203581f7f4a802a326fac0669d70b20b398c82d | refs/heads/master | 2022-04-18T17:23:41.165589 | 2020-02-27T15:59:41 | 2020-02-27T15:59:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | package com.atguigu.springcloud.controller;
import com.atguigu.springcloud.entity.Dept;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotati... | [
"leafsing20309@163.com"
] | leafsing20309@163.com |
6808ed0acb4e5743549ac0cc9477fe9d873b71f1 | aa297c3799d12854a0eeeb85c89a309a031933fb | /app/src/main/java/com/example/musicos/QueueActivity.java | 66d180ef88cbd0c20bb78297c6f5fc86ad52f576 | [] | no_license | mariaconstantin97/MusicOS | dedba8b0a6f9850f560836847d316394a1c763de | 5faa10a23934086830a152c870d9230cd0ece8fc | refs/heads/master | 2020-12-13T22:19:50.342240 | 2020-01-17T12:55:56 | 2020-01-17T12:55:56 | 232,086,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.example.musicos;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class QueueActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_q... | [
"57353667+mariaconstantin97@users.noreply.github.com"
] | 57353667+mariaconstantin97@users.noreply.github.com |
df1372787136ef41d32f91ca1f073f41922df599 | f55ab55105b9d8a71df840e6a9c6a1b4d5dc7b17 | /src/test/java/com/seleniumtests/dataobject/RandomEmailID.java | fc5011035b8c2e1c16cdc6510cf5b9b8210bb84e | [
"Apache-2.0"
] | permissive | sunilbehera17/automationframeworkselenium | 37285f4d7d37cba4ef679bf3593d920e1bb8ac1a | 0efe8042cf09616bf41e1061fb945207f8158485 | refs/heads/master | 2021-02-12T18:19:38.932115 | 2020-03-03T13:56:58 | 2020-03-03T13:56:58 | 244,616,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 686 | java | package com.seleniumtests.dataobject;
import java.text.SimpleDateFormat;
import java.util.Date;
public class RandomEmailID {
//public static String email = null;
//public static String name = null;
//public static String password = null;
public static String randomEmail(){
String timeStamp = new SimpleDate... | [
"qaitsunil@gmail.com"
] | qaitsunil@gmail.com |
3faa6379c815747fe0b29545a132927db63a4cfe | f5cb342cd8c922ab40401d8cbd34e4edd57387f2 | /app/src/main/java/com/example/azuredragon/business/Localfile/ImportBookPresenterImpl.java | eb0cf31203c7affb9f9417b77a9d5fc54aa1de9b | [] | no_license | androidglod/AzureDragon | d1a03c43251454e458d0f10da96880a7973f7091 | d5e6c61b691b1a00066472dd6f2b9ff772305dea | refs/heads/master | 2020-04-05T07:04:45.258068 | 2019-03-02T17:02:56 | 2019-03-02T17:02:56 | 156,659,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,385 | java | package com.example.azuredragon.business.Localfile;
import android.os.Environment;
import com.example.azuredragon.business.bookdetail.ImportBookModelImpl;
import com.example.azuredragon.cache.RxBusTag;
import com.example.azuredragon.http.bean.LocBookShelfBean;
import com.example.azuredragon.http.impl.BasePresenterImp... | [
"1758032458"
] | 1758032458 |
2dcba1d95d98137f4c8562c44a7e09013bea85f7 | 857357e59979827883e7f438dfecf345bb1ed18d | /gen/com/actionbarsherlock/R.java | 4b2ffc3b5163ac0193b74449ea3290925f7ea226 | [] | no_license | techartist/SixtySecondYogaFree | e01ae7ad34c235d0916bd6502abfccb94b5fea2d | c5c0815739ba764051b050cc0d8168020183a80b | refs/heads/master | 2021-01-22T11:38:28.889830 | 2014-12-04T20:01:30 | 2014-12-04T20:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,346 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.actionbarsherlock;
public final class R {
public static final class id {
public static final int abs__image = 0x7f050019;
... | [
"techartist@yahoo.com"
] | techartist@yahoo.com |
fe24a36cd9d43cb56fdfab16b62af2615da58f1a | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-medium-project/src/main/java/org/gradle/test/performancenull_23/Productionnull_2244.java | bfbf8e18e729fbffb441363edccf8ccfcf328b9c | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 585 | java | package org.gradle.test.performancenull_23;
public class Productionnull_2244 {
private final String property;
public Productionnull_2244(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getProp0... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ddbda5122a4b5cf3a540e7612b415eb2ac8fdd64 | c96adb9ce8635c70d0de7d67e580cf784b04a077 | /jamira-cli/src/main/java/org/tomitribe/jamira/cli/SearchCommand.java | ecf6ae3189e6572a5a8991d92130820b19b4e93f | [
"Apache-2.0"
] | permissive | tomitribe/jamira | 04ae0649a9dbdd76b2d22f14c1470da56a84bf6a | e57f88c1997107f432787aed97c8221b83ea8932 | refs/heads/main | 2023-04-30T15:34:42.974934 | 2021-05-17T01:55:37 | 2021-05-17T01:55:37 | 356,059,200 | 13 | 4 | Apache-2.0 | 2021-04-19T11:54:24 | 2021-04-08T22:03:03 | Java | UTF-8 | Java | false | false | 1,827 | java | /*
* Copyright 2021 Tomitribe and community
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"david.blevins@gmail.com"
] | david.blevins@gmail.com |
82022ab97a5c9dc32f31389f2059bfaf8a2c0d4e | 3fc80b1c53f08cd3d045a60896129638b34c7fe3 | /newAccount/newAccount/app/src/main/java/com/melissabakker/newaccount/Welcome.java | 7145731e5fc02c2d3beb7d566e751d99ecd38bb8 | [] | no_license | MelissaJBakker/testProject | e436b1e8a1a47faa433899a1bdaaa1b323c9af20 | fbcbed629271381c8801162b6b82b1e58ff0d020 | refs/heads/master | 2023-01-22T20:58:21.274989 | 2020-12-06T20:38:34 | 2020-12-06T20:38:34 | 315,158,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,117 | java | package com.melissabakker.newaccount;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import c... | [
"57692172+MelissaJBakker@users.noreply.github.com"
] | 57692172+MelissaJBakker@users.noreply.github.com |
2f5e0ddade73b39aa0f19d4e765072deb704d7cc | e600d38b708e64dd85f44d3e9875c677fba2258b | /beacon-adapter-google-genomics/src/main/java/com/dnastack/beacon/adater/variants/client/ga4gh/model/CallSet.java | 0dac1e9d61283fe329dc377389979957d7b81455 | [
"Apache-2.0"
] | permissive | mcupak/beacon-adapters | 74aa55ecc7750fb0238205ccd882a84185d80438 | b2d876a107bebaebdaf24b5ecae49110ef4b08f4 | refs/heads/develop | 2021-01-21T21:09:40.508246 | 2017-08-26T14:13:06 | 2017-08-26T14:13:06 | 57,239,329 | 0 | 0 | null | 2016-08-22T17:07:09 | 2016-04-27T19:08:43 | Java | UTF-8 | Java | false | false | 480 | java | package com.dnastack.beacon.adater.variants.client.ga4gh.model;
import lombok.Builder;
import lombok.Getter;
import java.util.List;
import java.util.Map;
/**
* @author Andrey Mochalov (mochalovandrey@gmail.com)
*/
@Builder
@Getter
public class CallSet {
private String id;
private String name;
private ... | [
"exclusive_pro@mail.ru"
] | exclusive_pro@mail.ru |
7e3887de7c34c53d4a8df8968bd361b948d1705c | 4cc268d636124368cb0314e8fb2342e35fbbdf75 | /java-algo/src/array/Money3.java | 598991177f116a6fb53070d517f2442e04907150 | [] | no_license | gaechan111187/java-algo | af5b39d185322de7c4643a05c813772fb254dc53 | 9e4716a779cde1c94c30806ff07e5b3458c70ad7 | refs/heads/master | 2021-01-13T01:28:30.021086 | 2015-10-08T08:43:50 | 2015-10-08T08:43:50 | 42,429,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package array;
import java.util.Scanner;
/**
* @file_name : Money.java
* @author : chanhok61@daum.net
* @date : 2015. 9. 21.
* @story : 금액을 입력하면 화폐단위별로 분류시키는 문제
*/
public class Money3 {
/**
* 예를 들어서 134,530원 이면
* 거스름돈을 화폐로 표시해주면 5만원: 2, 1만원: 3, 1천원: 4 ...
* 표시하고 10원 미만은 절삭
*... | [
"user@user-PC"
] | user@user-PC |
d0f9dac992525a9e15a7328d6630cd56231da706 | aca82a9b8ad16a58ded2a85c955f32ff204f777c | /src/main/java/UniqueBinarySearchTrees.java | 75dc2dc5f57d177fcb9ded23d27c0dd887ccfe37 | [] | no_license | jmnarloch/leetcode | 25a4e662b0bbbb82ff4dc335d2f4827a6297cfd4 | d3043a1f929477a71cfa519cffb4d0d3df85eaf4 | refs/heads/master | 2021-01-10T21:24:03.936257 | 2015-07-16T18:41:43 | 2015-07-16T18:41:43 | 34,535,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | /**
* Created by jakubnarloch on 10.04.15.
*/
public class UniqueBinarySearchTrees {
public int numTrees(int n) {
// input: the integer with number of unique elements of binary tree
// output: the possible number of unique trees that can be created
// edge cases: n is zero, n is negative... | [
"jmnarloch@gmail.com"
] | jmnarloch@gmail.com |
e129985d25691821beccb0ffd0ceefa8684fcaa8 | 6cbc56bd7726bb191550d30511209525307df810 | /OCD/src/org/bdigital/ocd/model/form/NameAf.java | 08e146a3fcd75aed3c37762fe327f3835c28863f | [] | no_license | barcelonadigital/ocd_java | 4090799b98c5cfb38d069f0e12bb5b77987b2818 | 0c2c193977f8c62ec629a785e10c4cf8cd0282d4 | refs/heads/master | 2020-12-25T19:14:26.474854 | 2014-05-28T15:12:24 | 2014-05-28T15:13:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,600 | java | package org.bdigital.ocd.model.form;
import java.lang.reflect.InvocationTargetException;
import org.apache.commons.beanutils.BeanUtils;
import org.bdigital.ocd.model.Name;
public class NameAf extends org.apache.struts.action.ActionForm {
/**
*
*/
private static final long serialVersionUID = 1L... | [
"jroda@ce.bdigital.org"
] | jroda@ce.bdigital.org |
06f31dddaab70a908a0f88b4be56817c427ae81e | 2fa7da4d5c011b00718f5188d03afd7971da33e9 | /zigbee-dongle-cc2531/src/main/java/org/bubblecloud/zigbee/api/cluster/impl/security_safety/ias_zone/IAS_ZoneZoneStatusChangeNotificationFilter.java | 6d9f72694eb4beb25f696989bfce8a110a3206d7 | [
"Apache-2.0"
] | permissive | EvanZheng11/zigbee4java | b47eb6e1fb39efacd86831bdff1d05492fc9dce6 | 1170b84c8bd36be30dabc0b6724bedeed96c2784 | refs/heads/master | 2022-01-14T17:32:27.968228 | 2019-07-06T09:54:12 | 2019-07-06T09:54:12 | 271,141,457 | 1 | 0 | Apache-2.0 | 2020-06-10T00:50:34 | 2020-06-10T00:50:33 | null | UTF-8 | Java | false | false | 1,778 | java | /*
Copyright 2012-2013 CNR-ISTI, http://isti.cnr.it
Institute of Information Science and Technologies
of the Italian National Research Council
See the NOTICE file distributed with this work for additional
information regarding copyright ownership
Licensed under the Apache License, Version 2.0 (the ... | [
"tommi.s.e.laukkanen@gmail.com"
] | tommi.s.e.laukkanen@gmail.com |
be07969e04d235b6e0eb9f3e9a019e1fde6245f1 | 7be999d7edb37c6cf33fea50dba09818bbd36c56 | /W01/S191220130/Spear.java | 38da4e047048d189f31e1b997ecdc6cac31e5660 | [] | no_license | jianhenglian/jwork-2021 | 6b5cdacf0df87719bcedc555f99806192fc9d6bd | d085b4262e9845ab46ccdd5a47b2bd436ceb206c | refs/heads/main | 2023-08-11T15:49:48.616877 | 2021-09-28T15:21:12 | 2021-09-28T15:21:12 | 404,985,902 | 0 | 0 | null | 2021-09-10T06:58:32 | 2021-09-10T06:58:31 | null | UTF-8 | Java | false | false | 156 | java |
public class Spear extends Tool {
public Spear()
{
this.name = "Spear";
this.damage = 5;
this.durability = 5;
}
}
| [
"71576355+ComaX21@users.noreply.github.com"
] | 71576355+ComaX21@users.noreply.github.com |
457c3aaf8a1e0b5e9ed3b59710da41a142532d5e | 108bb12692b37a72b61445f7ac99135759a84ad4 | /src/main/java/io/github/jhipster/gatewayapplication/service/AuditEventService.java | 497d6ff57821be91aa1b2496f9e5fd8b0231f5d3 | [] | no_license | newfacer/jhipsterSampleGatewayApplication | 8a80cbf8d28bc4dd8bd22a083ceed312792a1342 | d28f882be1c625ac342336574d269da3d589a807 | refs/heads/master | 2021-05-08T05:40:18.331992 | 2017-10-11T05:12:44 | 2017-10-11T05:12:44 | 106,508,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,839 | java | package io.github.jhipster.gatewayapplication.service;
import io.github.jhipster.gatewayapplication.config.audit.AuditEventConverter;
import io.github.jhipster.gatewayapplication.repository.PersistenceAuditEventRepository;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.data.domain... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
2b0f4650683e4494479b5caff60be6749b0ac56a | cadfca4a63547eda2008571602de78fe76ffb90c | /PTCentralPro/src/main/java/org/dmfs/rfc5545/recur/ByMonthDaySkipFilter.java | cc1004bbe92cc8ab4cba6e7a9a89eda26719e1ea | [] | no_license | albertsandro/fitness | d0592b75c701f43e29500cebdb7230c2bc902979 | dac9b746ea09703c11da1ccbb6beb60bed96f2c8 | refs/heads/master | 2021-01-25T05:44:07.108151 | 2017-02-01T22:06:51 | 2017-02-01T22:06:51 | 80,669,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,660 | java | /*
* Copyright (C) 2015 Marten Gajda <marten@dmfs.org>
*
* 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 appli... | [
"albertsandro85@gmail.com"
] | albertsandro85@gmail.com |
76ad50d0a3441463bfaeefa084cda2303b70da75 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_1/src/d/i/f/Calc_1_1_3851.java | f8f0f8d135b3c7d578cc90f74b9c3751804aeb8e | [] | 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 | 131 | java | package d.i.f;
public class Calc_1_1_3851 {
/** @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 |
3d0c01c43e09fdfd7b928a36ef1836b5081eccad | 72afc09fd0e8ef12fdd8b8d46e315ab765cd578c | /AirlineReservation/src/air/BookTicket.java | 2571659f70b9d4713d8df0259d86278a8ff62d0e | [] | no_license | MEHRUNNISA2000/AirticketS | 01b3a537611e953bc9bd112775b0bc2188f82f62 | 074cd434a3e8e286658bba27deaea812a653127c | refs/heads/main | 2023-08-13T21:56:11.733662 | 2021-10-07T10:01:11 | 2021-10-07T10:01:11 | 414,145,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,687 | 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 air;
import java.sql.*;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
public class BookTicket e... | [
"noreply@github.com"
] | noreply@github.com |
90eca3d04ddacd87eb67b4b461be53887baf5460 | 14db63666dc4fdcb6cca3bbc6271c029a7dc7a75 | /Layout_minggu 3/Linearlayout/app/src/androidTest/java/widya/example/linearlayout/ExampleInstrumentedTest.java | 7890b42f7f26310e0f0507540e701bb9379840ba | [] | no_license | widyayuristika/A-Bondowoso_E41191325_Widya-Yuristika-Oktavia_Mobile | 5d94b75f330a1ebcc6131a2f856f23e38d917c75 | 7bfff254aa1daac49f116f6e12b50279204aee80 | refs/heads/main | 2023-06-08T20:16:34.703180 | 2021-06-18T09:15:07 | 2021-06-18T09:15:07 | 350,628,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package widya.example.linearlayout;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute... | [
"yuristikawidya@gmail.com"
] | yuristikawidya@gmail.com |
359798713f5d96910d6c83edb5d55de4283ecff2 | 392e1747a54d1edcfc934dab031c7a14a1822944 | /iflow/common/src/main/java/com/pth/iflow/common/models/edo/workflow/singletask/SingleTaskWorkflowSaveRequestEdo.java | f9b2d853553e6d7e9e925cc211c13931604cb559 | [] | no_license | hamidrezaseifi/iflow-java | dcd745251502d42890d95c55a4af1d86f0019d19 | 2bfb61f0b22f9768769b320a85c79d661c02a3d6 | refs/heads/develop | 2023-01-10T10:42:57.228952 | 2020-03-04T13:44:42 | 2020-03-04T13:44:42 | 190,767,957 | 0 | 0 | null | 2023-01-07T13:09:42 | 2019-06-07T15:33:59 | JavaScript | UTF-8 | Java | false | false | 2,973 | java | package com.pth.iflow.common.models.edo.workflow.singletask;
import java.util.ArrayList;
import java.util.List;
import javax.validation.constraints.NotNull;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import java... | [
"hamidrezaseifi@gmail.com"
] | hamidrezaseifi@gmail.com |
7f4b4870b371f01453050c85c0cba24b243d5e64 | af6389b3e2a329b4251a62ccfd68d96b5a3fb1c3 | /test1/src/h_day0212/customer.java | 87111e5c0d9b976ecc0f570746dbf2b50514f0de | [] | no_license | CHANG-HUN-AN/SSangyuong | e7bd5173802ca5d5a490edc1daabc43a7bf1cb2e | 11ab4d6da193f15adb78e45a5a0a8f70b562003b | refs/heads/master | 2021-01-14T19:05:37.425991 | 2020-04-06T09:04:06 | 2020-04-06T09:04:06 | 242,723,071 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,326 | java | package h_day0212;
import java.util.Scanner;
public class customer {
Scanner scanner = new Scanner(System.in);
int money = 0;
public String[] withdraw() {
String[] personal_if = new String[3];
System.out.print("이름을 입력하세요.>\t");
String name = scanner.next();
System.out.print("계좌번호을 입력하세요.>\t"... | [
"dksck@DESKTOP-RUR9QM8"
] | dksck@DESKTOP-RUR9QM8 |
b609e5e1ef66b907d1a96a7f28fc4715acbdebc6 | 7fa8eaf126bf167c2a49cf9643ad4169318bed23 | /modules/server/master-data/src/main/java/com/df/masterdata/entity/ItemTemplate.java | d70d5c787e25cba6d63e036ee2e45bd6be02820f | [] | no_license | sala223/DelicacyFusion | 95aeda51e2ea6b1c0794abae5a191e20584f742b | 21b110dc78c5180729a2737fec29b59f9c8bc697 | refs/heads/master | 2020-03-30T22:58:59.113883 | 2014-01-21T16:32:09 | 2014-01-21T16:32:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,034 | java | package com.df.masterdata.entity;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CollectionTable;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import ja... | [
"sala223@msn.com"
] | sala223@msn.com |
e2f478c339778735d3bf20b83a9b80c762a17102 | 62f4db442a94feea9abb597c9d076b839fd4c71b | /src/com/darkenedsky/gemini/d20system/D20ClassLevel.java | 76e47c51a2509815c09e4cb26130bd3257c6b91a | [] | no_license | jero-rodriguez/D20CharViewer | 63793782452f2f03da041af5e02c3cb0c1bcd28b | ddee77a53374d700cf154bd3953b3cd030f36564 | refs/heads/master | 2020-06-14T15:54:57.651024 | 2012-08-14T02:42:02 | 2012-08-14T02:42:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package com.darkenedsky.gemini.d20system;
import java.io.Serializable;
import java.util.ArrayList;
import org.jdom.Element;
import com.darkenedsky.gemini.common.Library;
import com.darkenedsky.gemini.common.Specialized;
import com.darkenedsky.gemini.common.XMLSerializable;
import com.darkenedsky.gemini.common.XMLToo... | [
"mholden@mattholden.com"
] | mholden@mattholden.com |
94c3abb10e81b2ac8b9d7bab93bfb0bdeabf162a | e82b5b38b384cfb324041f283fddcc3b0b58907c | /src/main/java/com/banco/consultaprecio/service/ConsultaPrecioImpl.java | f509d365319e8cfd79a4a9cfc0ad3dd879195240 | [] | no_license | ErnestoBravo/Prueba-Apiux-ConsultaPrecioMoneda | 77a7574bc8b0525e329980caaa4e093ae0394c9a | de8f1f2c9d556ebac42d6cf3d7042c477efc074c | refs/heads/master | 2023-07-24T13:26:54.066048 | 2021-09-09T22:16:56 | 2021-09-09T22:16:56 | 404,884,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package com.banco.consultaprecio.service;
import org.springframework.stereotype.Service;
import com.banco.consultaprecio.model.ConsultaPrecioRq;
@Service
public class ConsultaPrecioImpl implements IConsultaPrecio{
public String getValormoneda(ConsultaPrecioRq request) {
String valor = "0";
if (request... | [
"ebravom.apiux@bancochile.cl"
] | ebravom.apiux@bancochile.cl |
e36ea4abefd0c963fc20228bc605051d4b340193 | f0568343ecd32379a6a2d598bda93fa419847584 | /modules/dfp_axis/src/main/java/com/google/api/ads/dfp/axis/v201302/LongCreativeTemplateVariableValue.java | 9547f4b6315fe194451d50199c02a9225cbc939b | [
"Apache-2.0"
] | permissive | frankzwang/googleads-java-lib | bd098b7b61622bd50352ccca815c4de15c45a545 | 0cf942d2558754589a12b4d9daa5902d7499e43f | refs/heads/master | 2021-01-20T23:20:53.380875 | 2014-07-02T19:14:30 | 2014-07-02T19:14:30 | 21,526,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,307 | java | /**
* LongCreativeTemplateVariableValue.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201302;
/**
* Stores values of {@link CreativeTemplateVariable} of {@link VariableType#LONG}.
*/
public class ... | [
"jradcliff@google.com"
] | jradcliff@google.com |
556ccaf87347bebd39ba29687390183b2c87b0ff | a230d05ccfc80f2f4af80d468e77e436390da0ff | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java | 84878c578b9500a67b2c5437a583106cc6098939 | [] | no_license | moshi-soft/android-wikipedia | ef7e0c3e91ae4fb27a0716a58bf3479bd1cb4c7b | 2359fdd14224c9fdb8b60a9f8baac566ba025e27 | refs/heads/master | 2020-07-25T14:18:48.863609 | 2019-09-14T16:38:39 | 2019-09-14T16:38:39 | 208,320,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,390 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.fragment;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"rmoshiur81@gmail.com"
] | rmoshiur81@gmail.com |
3b2af86d5a589f49ab443bc3dff6f6010c34d725 | 21ab7480dfc055dbb0f275218bb6a67ddf14e3f4 | /QuanlyHsWs_server/src/entities/KieuQuanhe.java | d433ff0a9583b3a0acb78a515f3916765df21bc1 | [] | no_license | x981/Rest-sercurity | 3a0f708a4712cf5a412573e8e26eead048fc7ad5 | 752d1b7e371cfeadc5e30c8610873fb3a100729c | refs/heads/master | 2021-01-01T03:49:55.839197 | 2016-05-19T03:15:24 | 2016-05-19T03:15:24 | 59,079,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,623 | java | package entities;
// Generated Nov 23, 2015 4:06:50 PM by Hibernate Tools 3.4.0.CR1
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persis... | [
"aff0511@gmail.com"
] | aff0511@gmail.com |
503406b2ee03851b9f2b8444afcf8d06c1568aff | 383fc142d45dc04f0bd3794bb4d72640361660c2 | /src/main/java/design/principle/dependenceinversion/PythonCourse.java | baba4ee977dbbf56029b76fe196bc762264e65e8 | [] | no_license | HoleLin/DesignPatternLearning | 152a3b944cb4b985141b7af441ad60235add6666 | b6da9939b9d77d0054f46509cc02234c3dbaf4ab | refs/heads/master | 2023-03-18T19:49:40.903332 | 2021-05-30T10:07:48 | 2023-03-13T15:34:30 | 184,872,292 | 0 | 1 | null | 2023-03-13T15:36:28 | 2019-05-04T08:51:57 | Java | UTF-8 | Java | false | false | 274 | java | package design.principle.dependenceinversion;
/**
* ClassName: PythonCourse
*
* @author HoleLin
* @version 1.0
* @date 2019/5/3
*/
public class PythonCourse implements ICourse {
public void studyCourse() {
System.out.println("HoleLin在学习Python课程");
}
}
| [
"HoleLin@163.com"
] | HoleLin@163.com |
da6c6608446ab131c21b2fad53704d94d99ff376 | c36e7ba63d557b58199a45a569a52d237c31ab6e | /VaadinCRUD/src/main/java/nl/bos/vaadincrud/EAccountService.java | 4edf95cfd09822f2ca63ff73a1bc6225c538211a | [] | no_license | HetBenkt/JavaSkills | 3f09d18d96612222ff6ac412062857e4013a90c5 | f998a1bc9186a7cf38fc78f02ae1acd2cc2a2d95 | refs/heads/master | 2023-06-09T03:28:27.568504 | 2023-06-01T12:50:13 | 2023-06-01T12:50:13 | 65,486,994 | 1 | 0 | null | 2023-04-17T06:09:16 | 2016-08-11T17:07:58 | Java | UTF-8 | Java | false | false | 406 | java | package nl.bos.vaadincrud;
import java.util.List;
public enum EAccountService implements IAccountService {
INSTANCE;
private final IAccountDAO accountDAO = new AccountDAO();
@Override
public AccountDTO getAccount(long id) {
return accountDAO.getAccount(id);
}
@Override
public Li... | [
"Abos@-02"
] | Abos@-02 |
476743419a44c2819fc50e761079bd6eb7f64ca6 | 6ce05ce4a2a09da21c8f68d135a8e638ac086421 | /app/src/main/java/com/example/jerry/mvpandroid_master/main/MainInteractor.java | 109fd644ac5233f0638b90af5a15cc0ceb0613af | [] | no_license | jerryyh/MvpAndroidmaster | 92b7769597e4e24d265c46879156a47b5d30140b | 4053b8ee62ee87699afde515527aa864f059a270 | refs/heads/master | 2020-03-21T21:57:43.941322 | 2018-07-03T09:17:20 | 2018-07-03T09:17:20 | 139,095,761 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | package com.example.jerry.mvpandroid_master.main;
import com.example.jerry.mvpandroid_master.IMyAidl;
import com.example.jerry.mvpandroid_master.SubjectApi;
import com.wzgiceman.rxretrofitlibrary.retrofit_rx.exception.ApiException;
/**
* Created by jerry on 2018/6/28.
*/
public interface MainInteractor {
interf... | [
"569061051@qq.com"
] | 569061051@qq.com |
1d289cff1618b30317759973870fed698fa2391a | c5b931b9cbfa3dbbfe519ff46da8a00bf6710494 | /src/main/java/com/github/alexthe666/iceandfire/client/render/entity/RenderHydra.java | c8918fbfa24f526bc72fdae8c7a3095c25acf53e | [] | no_license | ETStareak/Ice_and_Fire | 4df690c161036188f25a39711759fa03f9543958 | 31dcce21f06763fee7e33683a631f0a133f67130 | refs/heads/1.8.4-1.12.2 | 2023-03-17T01:05:31.176702 | 2022-02-21T17:34:49 | 2022-02-21T17:34:49 | 260,837,962 | 1 | 0 | null | 2020-05-15T16:25:56 | 2020-05-03T05:54:48 | Java | UTF-8 | Java | false | false | 1,822 | java | package com.github.alexthe666.iceandfire.client.render.entity;
import com.github.alexthe666.iceandfire.client.model.ModelHydraBody;
import com.github.alexthe666.iceandfire.client.render.entity.layer.LayerGenericGlowing;
import com.github.alexthe666.iceandfire.client.render.entity.layer.LayerHydraHead;
import com.githu... | [
"alex.rowlands@cox.net"
] | alex.rowlands@cox.net |
bb5d272361c13fd01635b088fec5d91f7e1b45a4 | c1ceaf08516a77ad5325554c4aa043067db582db | /FlooringMastery/flooring-mastery-Ollie-Dickson/FlooringMastery/src/main/java/com/sg/flooring/dao/FlooringPersistenceException.java | 99447c16d74d99ff37c525be60be36b75ffa1cfd | [] | no_license | Ollie-Dickson/mthree-Java-development-projects | 53486b67b1d8769798e493f2584b456317a041f6 | 6ee2393cf5d0bda0080bde60fcd4fb1a4d5d4300 | refs/heads/master | 2023-01-30T18:47:54.671197 | 2020-12-11T14:23:54 | 2020-12-11T14:23:54 | 320,590,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.sg.flooring.dao;
public class FlooringPersistenceException extends Exception{
public FlooringPersistenceException(String message) {
super(message);
}
public FlooringPersistenceException(String message, Throwable cause) {
super(message, cause);
}
}
| [
"oliverdickson97@gmail.com"
] | oliverdickson97@gmail.com |
0cb1c4f7ca644d2cdfe973c2b6f51d810dddf550 | a24d5bb35a1f1e6aecebd08647c62f929ef70dfd | /backend/src/main/java/acm/objects/database/SetupDatabaseBean.java | f2d26562f30fcdeb221263e85865d39b40031c17 | [] | no_license | PranilDahal/Eagle-Post | 94f0221886dd45d29dbef23994599f47c8f40a1b | c1353b18bbc681b5163b271de45d523a16a27b1d | refs/heads/V1.0_Master | 2022-06-26T01:40:37.429757 | 2019-05-23T16:46:23 | 2019-05-23T16:46:23 | 142,788,194 | 0 | 1 | null | 2022-06-21T01:09:26 | 2018-07-29T19:06:38 | JavaScript | UTF-8 | Java | false | false | 2,075 | java | package acm.objects.database;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.sprin... | [
"dahalpranil@gmail.com"
] | dahalpranil@gmail.com |
2ba2d73dbb7a9ae288f67e36ecbcd86e54f16f1c | 8dec3b35d2d4c3c423275a56d577434a1a3bc7e3 | /backend/src/main/java/com/quickbase/Main.java | 92f11825293a437cf1418e555ee2f9142a229e80 | [] | no_license | QuickBase/interview-demos | 1d8d2e8f6cb80b2ba91fec20734c0a77e6d34cdf | 99b1297eaed9f5a94decb0e33a569918d99119e5 | refs/heads/master | 2023-04-23T06:19:30.577731 | 2023-02-21T01:45:08 | 2023-02-21T01:45:08 | 61,741,917 | 7 | 122 | null | 2023-04-10T07:25:42 | 2016-06-22T18:25:03 | C# | UTF-8 | Java | false | false | 779 | java | package com.quickbase;
import com.quickbase.devint.DBManager;
import com.quickbase.devint.DBManagerImpl;
import java.sql.Connection;
/**
* The main method of the executable JAR generated from this repository. This is to let you
* execute something from the command-line or IDE for the purposes of demonstration, but... | [
"adawson@quickbase.com"
] | adawson@quickbase.com |
fa21c4eeff288587cea857094365af870f8845cf | 7ae81a25f4ff76b1d43a6dd8b2c9414f42e293b9 | /basiclib/src/main/java/com/sirui/basiclib/widget/upgrade/UpgradeBean.java | 9b262a4d89da981a43188484ded39a733d691faf | [] | no_license | 52Hewei/SRHealth | 9b69efdda83e4efeb9b117b589dc278c3b14de90 | 3d7e46dc15f8c9fa088c373da437d475b00307ba | refs/heads/master | 2020-03-19T09:35:29.658619 | 2018-06-07T09:29:50 | 2018-06-07T09:29:50 | 136,298,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,109 | java | package com.sirui.basiclib.widget.upgrade;
/**
* @author LuoSiYe
* Created on 2017/10/19.
*/
public class UpgradeBean extends RootPojo{
Upgrade data;
public Upgrade getData() {
return data;
}
public void setData(Upgrade data) {
this.data = data;
}
public class Up... | [
"562185476@qq.com"
] | 562185476@qq.com |
5c6cf5bc9d2102d368153ea65737b25b738f9420 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/plugin/sns/ui/SnsCommentDetailUI$7.java | c5267fa394706bd10d2a862eae89f8c838036bd3 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.tencent.mm.plugin.sns.ui;
import com.tencent.mm.e.a.ev;
import com.tencent.mm.sdk.c.c;
final class SnsCommentDetailUI$7
extends c<ev>
{
SnsCommentDetailUI$7(SnsCommentDetailUI paramSnsCommentDetailUI)
{
kum = ev.class.getName().hashCode();
}
}
/* Location:
* Qualified Name: com.tencent.m... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
c03bcd25417805b281d71be0360dba35123ea9cb | 0efd81befd1445937adf7ad76ea9b0f32b5f625d | /.history/Random/DijkstraAlgorithm_20210317161840.java | ef460303cf7f2aa87f371b45bf3e42fdbec82418 | [] | no_license | Aman-kulshreshtha/100DaysOfCode | 1a080eb36a65c50b7e18db7c4eac508c3f51e2c4 | be4cb2fd80cfe5b7e2996eed0a35ad7f390813c1 | refs/heads/main | 2023-03-23T07:11:26.924928 | 2021-03-21T16:16:46 | 2021-03-21T16:16:46 | 346,999,930 | 0 | 0 | null | 2021-03-12T09:41:46 | 2021-03-12T08:49:46 | null | UTF-8 | Java | false | false | 718 | java | import java.util.*;
import java.io.*;
import java.lang.*;
public class DijkstraAlgorithm {
public static void main(String[] args) {
}
public static void dijkstra(int[][] graph) {
boolean[] visited = new boolean[graph.length];
var distance = new HashMap<Integer, Integer>();
... | [
"aman21102000@gmail.com"
] | aman21102000@gmail.com |
28f9e578b7b89ee3e5dbd2685c8ba825e2a6b12c | 09d79a238af8126549f1f161afe778048978c41c | /src/main/java/com/liveus/common/Validator/ValidateEntity.java | 9924ed0ba3191e3bf7862844772e46458bd9f326 | [] | no_license | Liveus/homePage | 45dcd49e7844107d8bae9141d247feede18456ad | 6325ac59c6e15cf182a04464213b5ff07c0e9c5b | refs/heads/master | 2022-12-13T01:17:39.049131 | 2020-12-29T06:15:31 | 2020-12-29T06:15:31 | 148,293,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.liveus.common.Validator;
import com.liveus.common.Validator.FlagValidator;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.Email;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotBlank;
import java.io.Serializable;
public class Validat... | [
"17826806306@163.com"
] | 17826806306@163.com |
208c08f2a028813c4ba9398bc4b2e5fe8c02cb3a | fa50b2cac63a1fde152c069a24f310f167493420 | /src/com/nieyue/dao/UserDao.java | 1c95d2f8180fd996b31d59c3f95dfc7ed725407e | [] | no_license | nieyue/WeChatForwardingPlatform | ac4d5ad6f3a1fccb1c13e5aecc92181030a38b90 | 067befc3c73ff66b431158b07c249afbbba8bd79 | refs/heads/master | 2021-01-19T16:15:38.598305 | 2017-05-05T11:57:45 | 2017-05-05T11:57:45 | 88,258,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package com.nieyue.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.nieyue.bean.User;
/**
* 用户管理接口
* @author yy
*
*/
public interface UserDao {
/** 账户登录 */
public User userLogin(@Param("name")String name,@Param("password")String password);
/** 微信隐形账户登录 */
public User weixin... | [
"278076304@qq.com"
] | 278076304@qq.com |
2dce00b5150b5f0c46d73bccd1c65d36b0ac2e27 | a67448a1974f6e8e1b2dabf81d0a1adfe9af3609 | /src/LC53.java | 271b7e443319f55e4d8df541eb768d04c70f1d80 | [] | no_license | OriginalCoke/LeetCode | 3ebce4089d67931c00ae0a802ef5b6c377170490 | 6a226e83df80bb8f4c6fbff3da156d7d8c5f8f43 | refs/heads/master | 2021-07-12T15:51:56.189765 | 2020-06-26T04:32:58 | 2020-06-26T04:32:58 | 164,371,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | public class LC53 {
//Maximum Subarray
//Amazon
//sum 记录目前为止的和,如果和小于0就重置,max 记录最大值
public int maxSubArray(int[] nums) {
int sum = 0, max = Integer.MIN_VALUE;
for (int n : nums) {
if (sum >= 0) sum += n;
else sum = n;
max = Math.max(sum, max);
}... | [
"whuang36@hawk.iit.edu"
] | whuang36@hawk.iit.edu |
26e2bd3bc23948585aabfe817185cd519ab902c3 | c6541338f3d56435d3bb76701f265e2805adaad0 | /algorithm-solvings-princeton/src/com/problems/algorithms/week3/mergesort/Point.java | 58ebcd568ffb9761005d43e16d6d52040bfd39ef | [] | no_license | jawahit/algorithms | 3d0ce61d0c86e6dabd806b54620c790f5e7f7770 | 257f60f69f571c87b9f3c9be6b46d858691469f1 | refs/heads/master | 2022-11-30T19:26:34.517215 | 2022-11-16T03:34:52 | 2022-11-16T03:34:52 | 99,579,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,299 | java | package com.problems.algorithms.week3.mergesort;
/******************************************************************************
* Compilation: javac Point.java
* Execution: java Point
* Dependencies: none
*
* An immutable data type for points in the plane.
* For use on Coursera, Algorithms Part I prog... | [
"thangj3@nationwide.com"
] | thangj3@nationwide.com |
741583ba5618a281670eb0e18f7ce084cbce0570 | c18865955a855e50976d142d752f983667d2c0a0 | /notes/Arrays/sort1.java | 85734b488c2ce360159b8a30cadae7647a0268ce | [] | no_license | AnubhavTalukdar/treasures | 263c1f5a9d9f92985726c7d4aaf3e57d023c9859 | b6dd20d42c28a7143af77b0bd95782feaa02d320 | refs/heads/master | 2021-09-10T00:55:11.531573 | 2021-09-03T05:41:56 | 2021-09-03T05:41:56 | 210,466,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 926 | java | import java.util.Arrays;
//The Arrays class is present in the java.util package
public class Main
{
public static void main(String[] args)
{
int arr[] = {20, 10, 35, 15, 22, 13, 17}, i;
Arrays.sort(arr);
for(i=0;i<arr.length;i++)
System.out.print(arr[i]+"... | [
"noreply@github.com"
] | noreply@github.com |
b99462956c699ba944c7d52e87bc326121b6c399 | 7851ba126a6b0be16a916dc4ec2322546a5b02ea | /src/main/java/com/docusign/hackathon/model/CompositeTemplateRequest.java | ee1abce55c16272626de14618a241174df277a8a | [] | no_license | amit143bist/pocHackathon | 93480e5e7693529c2333d7b7637af2e5fdb7fb79 | 79590d1e1659850df0cdd2f899396354d0702573 | refs/heads/master | 2021-01-24T16:27:00.030605 | 2018-08-13T04:53:28 | 2018-08-13T04:53:28 | 123,194,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,787 | java | package com.docusign.hackathon.model;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPropertyOrder({ "compositeTemplates", "sta... | [
"Amit.Bist@docusign.com"
] | Amit.Bist@docusign.com |
ecfa82e13c08a5fdc449eed6431f7ba4bac1b0ad | 845dfddf8f2eec3c6ac0693d9019cbf433e106f0 | /shop/src/main/java/com/qingliang/dao/DataDictionaryDao.java | 2f8e4eede3f2d4c16957bc68de5f1ab9ce7c1aa7 | [] | no_license | a1667834841/shop | f0beb49fa0ebfeaf72d565f03929f8d0bf558804 | 1274f9bc0ed03f41fef47579968bdfd73e5cc0bb | refs/heads/master | 2022-12-22T04:47:27.996206 | 2019-09-04T12:52:21 | 2019-09-04T12:52:21 | 205,770,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.qingliang.dao;
import com.qingliang.entity.DataDictionary;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface DataDictionaryDao {
/*查询所有字典数据*/
public List<DataDictionary> findAllData();
/*插入字典数据*/
public void addData(DataDictionary dd);
... | [
"34375481+a1667834841@users.noreply.github.com"
] | 34375481+a1667834841@users.noreply.github.com |
567839826f0ab730ca5fbbc5f1da5c2d8d8e0339 | af2bb973a85190cfa1a294510a3f066c2697437b | /Android/src/com/dronekit/core/survey/SurveyData.java | 17decf9782162d6b92009b0a3ab5996ff4b03b63 | [] | no_license | bfYSKUY/Amobbs-Android-GCS | 5ca29dec24cb2dd7e725d0512cfcf9c595f8469f | 9355111b655a8059f1db3c515bd7d972a0a1d085 | refs/heads/master | 2022-10-13T16:02:57.879913 | 2020-06-12T05:51:21 | 2020-06-12T05:51:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,203 | java | package com.dronekit.core.survey;
import com.dronekit.core.helpers.units.Area;
import java.util.Locale;
public class SurveyData {
private CameraInfo camera = new CameraInfo();
private double altitude;
private double angle;
private double overlap;
private double sidelap;
private double width;... | [
"zhaoyanjie@163.com"
] | zhaoyanjie@163.com |
35face63a2fb377db0f99358ec74313ff034ce87 | 005d25a5d45a9292d14e9874fd52f65d401965cd | /ArrayNdk/src/com/example/arrayndk/JniClient.java | 787328c9ea1e7460af8e636cb12e1c7381ebdec8 | [] | no_license | zhouniyao/Java | 6f4633ae9784fe09d768d947473b0593234b3643 | 6c1cba8fb595e9207891c623d085f068efac4a00 | refs/heads/master | 2021-08-23T05:04:52.108621 | 2017-12-03T13:24:45 | 2017-12-03T13:24:45 | 112,750,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | package com.example.arrayndk;
public class JniClient {
public static native int[] useArray(int arr[], int length);
}
| [
"zhouniyao@163.com"
] | zhouniyao@163.com |
a15ba6b5ca59ff0fa5ab97bce9bbf91c6e0af9d5 | 60fd1bc7a940b0768a780be381ce4bb868ce1908 | /BigData/project-ct/ct-analysis/src/main/java/com/whj/ct/analysis/AnalysisData.java | 9ec50dd53db50502dae2265f8e2ab3a596bf6aa5 | [] | no_license | rijing29/project-ct | ac06608a3bd8066268fc9fead9ff0d3d12fbe909 | b6f6709945b0a9f4af1c73147381d29211d9340b | refs/heads/main | 2023-07-15T20:12:21.216281 | 2021-09-02T11:57:14 | 2021-09-02T11:57:14 | 394,504,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.whj.ct.analysis;
import com.whj.ct.analysis.tool.AnalysisBeanTool;
import com.whj.ct.analysis.tool.AnalysisTextTool;
import org.apache.hadoop.util.ToolRunner;
public class AnalysisData {
public static void main(String[] args) throws Exception {
int result = ToolRunner.run(new AnalysisBeanTool(... | [
"8125725+rjnbnb@user.noreply.gitee.com"
] | 8125725+rjnbnb@user.noreply.gitee.com |
7096eb124cfd4979949ca17e1992991fae6487d1 | 3d11befe071d6f75697c5c77dae6c4087348ef5b | /examOcean-master-Services/portal/src/main/java/com/examocean/portal/entity/Teacher.java | 8090732c018a3b35dea5317d5a0654484f6dd72a | [] | no_license | pylSER/exam-ocean | 12cfa0ec8923182742ed0920378f180db94cc484 | ccf24f7c19b27fcf1010b2d6015be9f2f6061be1 | refs/heads/master | 2020-04-08T01:35:42.626049 | 2018-11-24T04:24:44 | 2018-11-24T04:24:44 | 158,901,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.examocean.portal.entity;
import javax.persistence.*;
import java.util.Set;
@Entity
@Table(name="teacher")
public class Teacher {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
private String username;
private String password;
public Teacher() {
}
... | [
"pyl14@software.nju.edu.cn"
] | pyl14@software.nju.edu.cn |
ac91670b912e83e62c8a45b10c338c9f0149267b | 69130c102f67880876226025e4d7adfcab520e0e | /src/main/java/org/uk/puppykit/mazeSolver/Solver.java | 8cc4af91cf9c47a2e98ffdab476caafb934f23b7 | [] | no_license | Sandvich/mazeSolver | 8a4c5e1deb33ade2a8d46918e07ee7387035ee0d | 5ff7e2c19507d7b6e280f4411dd6845e28f4e0bd | refs/heads/master | 2021-01-19T17:37:15.960750 | 2017-08-23T14:30:40 | 2017-08-23T14:30:40 | 101,075,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,668 | java | package org.uk.puppykit.mazeSolver;
import java.awt.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/*
* Solves an instance of the Maze class
* If debug is turned on, you may see:
* 5s, representing dead ends
* 6s, representing wave cre... | [
"sanchitsharma1@gmail.com"
] | sanchitsharma1@gmail.com |
6d3cee9f478c5a1faf3b515fea8ed2cf6708aaa1 | 5d1b71b415e1196132b2973ec06388ffd538af17 | /pencil-generator/src/main/java/com/freeter/utils/Test.java | 611309e5aaecacc2e4acad231cc7c0178af93ef0 | [
"Apache-2.0"
] | permissive | ThirdOfWord/pencil | 07d9245767a4bc7e046e46b9d762be0c4698f59e | 2b09562f6343e95fcabc31306b5e4eeffa92484e | refs/heads/main | 2023-04-18T07:54:02.220552 | 2021-05-07T10:14:39 | 2021-05-07T10:14:39 | 364,954,269 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | package com.freeter.utils;
import java.io.File;
import java.io.IOException;
/**
* Created by Administrator on 2018-07-13.
*/
public class Test {
public static void main(String[] ages) throws IOException {
//获取当前项目的根路径
File directory = new File("");// 参数为空
String courseFile = directory.ge... | [
"1806146700@qq.com"
] | 1806146700@qq.com |
8ca7cf8e977ebdcf296e28e653c15a986d80a2ed | 4becc654a9a538c68985472ea5ca5cec0236522c | /src/com/edu/leetcoding/array/FindAllDuplicatesInAnArray.java | b41baf50d666cbc175347a637245647b891accef | [] | no_license | AngryCouchPotato/LeetCoding | efd29805c84fbbfc7de4392a1c009b6935d4416f | 809a18075c4a029db3597f3b69ac5eb4b4f31f94 | refs/heads/main | 2023-07-09T08:00:13.203001 | 2021-08-16T18:15:46 | 2021-08-16T18:15:46 | 328,774,340 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,444 | java | package com.edu.leetcoding.array;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/*
442. Find All Duplicates in an Array
Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once.
Find all the elements that appear twice i... | [
"alexeykolcov@gmail.com"
] | alexeykolcov@gmail.com |
3d8f5d8f7773dc2f78c105d583fe3cb4b775a52a | c6e854514b1c6dbfb99c1751f498a31bb45dfa9c | /src/main/java/com/movies/serviceImpl/OrderServiceImpl.java | 6c20a42be7eaa618cc81227fd439cf2731ac2ff7 | [] | no_license | yuanran0127/movie-sales | c924c914de7b90b4daa565b6bb392b7d9b865fbf | 8f0381f4afe6f5340267e1fd9e435ab860a96c48 | refs/heads/main | 2023-06-08T04:05:40.748877 | 2021-06-22T14:09:10 | 2021-06-22T14:09:10 | 377,430,798 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package com.movies.serviceImpl;
import com.baomidou.mybatisplus.extension.service.IService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.movies.mapper.OrderMapper;
import com.movies.pojo.Order;
import com.movies.service.OrderService;
import org.springframework.beans.factory.annotation... | [
"1826452653@qq.com"
] | 1826452653@qq.com |
bd1708ab88047aa7858c37711533047c4de6ec0f | 4664493957e9ae7481a28c082b9a67d3b8867973 | /src/main/java/com/zos/activiti/excel/util/FormulaCellValueService.java | 31682c0c50835e29c564c9076f3b4d96cc93f881 | [
"MIT"
] | permissive | zostudio/zos | da0d5c229d567eef66a70ac107f88b3c51ff8434 | 62aa4144249e82ffc9cc00ee68997533a8614926 | refs/heads/master | 2020-07-28T15:15:17.835474 | 2019-11-28T04:41:13 | 2019-11-28T04:41:13 | 209,447,927 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,687 | java | package com.zos.activiti.excel.util;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import java.math.BigDecimal;
import java.sql.Time;
import java.sql.Timestamp;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.Date;
import java.u... | [
"wangrupeng@foxmail.com"
] | wangrupeng@foxmail.com |
757ac313ea1bf702d9c19151b2adafba5abc5023 | 04eebd09915aa0fbfc4894158578f16ee5bf6162 | /youtubevids/src/empty/Potpie.java | 9520a0f471c1842318fa5f6ba38328f7a9bdc593 | [] | no_license | engehagen/youtubeVids | b0c12052948d9e45ed898a2d700a49c7bca9e434 | 327c198e5c4f21d1dded9c861c7cf01f80e9e1e4 | refs/heads/master | 2021-01-10T12:35:50.542833 | 2016-03-15T23:30:33 | 2016-03-15T23:30:55 | 53,985,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | package empty;
public class Potpie extends Food{
}
| [
"sondre.engehagen@gmail.com"
] | sondre.engehagen@gmail.com |
6c7a774dfad9b0147a44217a485a0b97a88329ae | 1f3b7b63f81f129050dd0b63e8832868d366c774 | /eMagine/JavaSource/fr/umlv/ir3/emagine/extraction/ExtractionConfigEntityDAO.java | e4e1b886a03825ef4dcaf488fcae5c6866bc64a6 | [] | no_license | lbarbisan/emagine | 8b0610748e27c4ae6400142cb8af90195942cc04 | f624cf30011374ead498dda08c5bb6b69007918c | refs/heads/master | 2016-09-05T20:45:05.117923 | 2006-02-24T04:31:26 | 2006-02-24T04:31:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package fr.umlv.ir3.emagine.extraction;
import fr.umlv.ir3.emagine.util.base.BaseDAO;
public class ExtractionConfigEntityDAO extends BaseDAO<ExtractionConfigEntity> {
}
| [
"netangel@06c2f47b-b305-0410-bc58-bf68df72c600"
] | netangel@06c2f47b-b305-0410-bc58-bf68df72c600 |
a85dcee2e1070bdedfa74c6648f05119a5936723 | 7dded13bb746a17564cafaf9cf704bc68083127b | /app/src/main/java/com/example/flickster/models/Movie.java | 0edb82e0ac1acc967aa300d550eef0b8af050d4e | [
"Apache-2.0"
] | permissive | jzhuge99/Flickster | 8bedf3d7580a2315e4baaff3003ff74d2b8eff30 | 20a3220a9feb27d008c241ea3585f04064652c0e | refs/heads/master | 2020-06-12T15:30:41.393202 | 2019-06-29T01:20:38 | 2019-06-29T01:20:38 | 194,347,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.example.flickster.models;
import org.json.JSONException;
import org.json.JSONObject;
public class Movie {
//values from API
private String title;
private String overview;
private String posterPath; //only the path
private String backdropPath;
//initialize from JSON data
publi... | [
"jennytzhuge@gmail.com"
] | jennytzhuge@gmail.com |
4b65b642c0f173c77ff8e2bf4ca41d59fdfe7a5b | a43d4202628ecb52e806d09f0f3dc1f5bab3ef4f | /src/main/java/pnc/mesadmin/service/impl/DicService.java | 97fb22963ec159fc6759dc5e7c631723960d9750 | [] | no_license | pnc-mes/base | b88583929e53670340a704f848e4e9e2027f1334 | 162135b8752b4edc397b218ffd26664929f6920d | refs/heads/main | 2023-01-07T22:06:10.794300 | 2020-10-27T07:47:20 | 2020-10-27T07:47:20 | 307,621,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,554 | java | package pnc.mesadmin.service.impl;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import pnc.mesadmin.dao.DicDAO;
import pnc.mesadmin.dto.GetAllDicInfo.GetAllDicInfoResB;
import pnc.mesadmin.dto.GetAllDicInfo.GetAllDicInfoResD;
import pnc.mesadmin.dto.Ge... | [
"95887577@qq.com"
] | 95887577@qq.com |
6c0f37d88012383469bbc4f5b6bb8b428f2407a9 | c4a983e4684a0ee9f214b1d0353c789cc3b50c58 | /RocketServer/src/main/java/rocketServer/RocketHub.java | f45486f65ae42e62e71082f99fb36fb79753b736 | [] | no_license | adamicaulfield/Final-Exam-Coding-Portion | 83a1f7494d75ac4acece74a92076b4acb3800dee | 9039e82ad82e37ab6c1cd7f6dba38e2cf2d96458 | refs/heads/master | 2021-05-31T14:43:22.061361 | 2016-05-23T23:26:11 | 2016-05-23T23:26:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package rocketServer;
import java.io.IOException;
import exceptions.RateException;
import netgame.common.Hub;
import rocketBase.RateBLL;
import rocketData.LoanRequest;
public class RocketHub extends Hub {
private RateBLL _RateBLL = new RateBLL();
public RocketHub(int port) throws IOException {
... | [
"adamic@udel.edu"
] | adamic@udel.edu |
42abc63c11281dc912d45fb1be37cd68fc98c7b2 | 7acd025036f9493c30702454d2dddec9f8a8630f | /src/com/reminder/sql/Database.java | ad2c239d3ecafde7c5509631a7655f758f44efdb | [] | no_license | TheReal01053/ExpirationReminder---Desktop-Application | c07d2f7b9c7ac307381172fa463d1e247f9a6b6e | 20eba6002987a42229a1550ea9951d93b2f7bc97 | refs/heads/master | 2021-02-12T04:29:37.893622 | 2020-03-11T04:44:53 | 2020-03-11T04:44:53 | 244,561,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,560 | java | package com.reminder.sql;
import com.reminder.License;
import com.reminder.Main;
import java.sql.*;
import java.time.LocalDate;
public class Database implements AutoCloseable {
public static Connection db;
private static final String URL = "jdbc:sqlserver://clar_con2:1433;";
public static void initDat... | [
"mthomspon30061995@gmail.com"
] | mthomspon30061995@gmail.com |
a8f4b27b8d5f4553e409d778ba149b649df45128 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/Apk_Extractor_com.ext.ui.apk/javafiles/android/support/v7/view/menu/MenuPresenter.java | a2cd17c98479c9f42065175a460dd282b186f5bf | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,436 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package android.support.v7.view.menu;
import android.content.Context;
import android.os.Parcelable;
import android.view.ViewGroup;
// Referenced classes ... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
cd4ecb27a0a2253eaa1dd1467f30f71915787a07 | 8162c6a216aeef8e0060d33b72a3af30c9e8f7e5 | /src/server/tasks/ReportTask.java | 9396950da4c8447b24972cc772161226132aa2e3 | [
"MIT"
] | permissive | Romansko/ZerLi | 2ae5f7e55f02dbb9004ce268ef38ae436a55b1a2 | b1ca99da89f79e39eca1fac3a3873ce5a71573b7 | refs/heads/main | 2022-08-29T19:49:06.713662 | 2019-01-25T09:50:34 | 2019-01-25T09:50:34 | 113,896,216 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 944 | java | package server.tasks;
import java.text.ParseException;
import java.util.TimerTask;
import common.ZerliDate;
import server.reports.CreateReports;
public class ReportTask extends TimerTask {
private static int nextQuarter;
private static CreateReports cReports = new CreateReports();
public ReportTask()
{
try {... | [
"romansko90@gmail.com"
] | romansko90@gmail.com |
c5ba3f05052253a0137428c48b2f3aa433487061 | 08923d90287e624cf108774db814598dec8f1925 | /learn-java/src/test/java/com.lemon.java/BaseTest.java | 9a38f4af89f087d516c59442d039fbab3abfdf37 | [] | no_license | Lemoner/LemonProject | 5d0a071f532b2b48a93e287b3168d41f70c1d0b7 | edf5ee919603ac847c187f6ffa8692d563427e81 | refs/heads/main | 2023-04-19T22:29:00.112267 | 2021-05-12T07:05:14 | 2021-05-12T07:05:14 | 365,152,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package com.lemon.java;
import org.junit.After;
import org.junit.Before;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* @author lemon
*... | [
"lemon"
] | lemon |
a1566863838dcf82d40b3427f9cafd0d0a2c6e47 | acfdcee39dbbb7a6381c3026d0dc556eba770ce9 | /src/main/java/com/controller/ResetPasswordForm.java | 059dd65b2b45bb1da5a61b85f571c71bbd225ff4 | [
"MIT"
] | permissive | t-neu/Java_Spring_Boot_Ajax | e2644577c1f4d46463fc541510b2c4586eccb37a | 5185006c02c52164637b2b29ffd4cb8678209b82 | refs/heads/master | 2021-01-23T05:15:22.042146 | 2017-06-01T03:25:18 | 2017-06-01T03:25:18 | 92,955,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.controller;
import javax.validation.constraints.NotNull;
import com.annotation.CheckForUsername;
public class ResetPasswordForm {
@NotNull
@CheckForUsername(message = "Sorry, there is no account with that username.")
private String username;
public String getUsername() {
return this.u... | [
"tom.neumeyer@gmail.com"
] | tom.neumeyer@gmail.com |
4c35abfea922ac6f1d049d1b180833bf867bc3e7 | 059166998df9013b1c2b43f04a8544d8198aa7e4 | /src/main/java/jp/gr/java_conf/islandocean/stockanalysis/enumex/HasDataValueClass.java | 4e9c01bafdd2e6c3eb1f89cad64cebfc3f2817fa | [] | no_license | islandocean/stockanalysis | 3bebbf2139c372efc6de0765b22d9d28e7d1e59d | cbbed2b113f4885c4050f1aaa8e4fb4815b21b7d | refs/heads/master | 2020-05-18T20:55:37.382248 | 2016-01-24T07:36:24 | 2016-01-24T07:36:24 | 39,019,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package jp.gr.java_conf.islandocean.stockanalysis.enumex;
public interface HasDataValueClass {
public Class<?> getDataValueClass();
public void setDataValueClass(Class<?> dataValueClass);
}
| [
"ijh312-tech3650@yahoo.co.jp"
] | ijh312-tech3650@yahoo.co.jp |
1c97e3c068fbff4bf980fcb8868289700cefa970 | a870dc7e107ecaacd79ab3e2c50d9e6770665240 | /src/main/java/com/github/sheigutn/pushbullet/http/defaults/delete/DeleteSpecificAccountRequest.java | 5bc3880f7054bf40a159329a7d14bcd4981735cd | [
"MIT"
] | permissive | Osndok/pushbullet-java-8 | 37f77f113ca88a3ed901ac6c6de4c6be85da07ce | 6bd296505403d91d67d8ff6cebed12af6d9eb485 | refs/heads/master | 2020-04-13T03:25:07.382386 | 2018-12-23T23:36:12 | 2018-12-23T23:37:10 | 162,931,097 | 0 | 0 | MIT | 2018-12-23T23:30:42 | 2018-12-23T23:30:42 | null | UTF-8 | Java | false | false | 371 | java | package com.github.sheigutn.pushbullet.http.defaults.delete;
import com.github.sheigutn.pushbullet.http.DeleteRequest;
import com.github.sheigutn.pushbullet.http.Urls;
public class DeleteSpecificAccountRequest extends DeleteRequest<Void> {
public DeleteSpecificAccountRequest(String accountIdentity) {
sup... | [
"fb020198@gmail.com"
] | fb020198@gmail.com |
f13801b75f2fe259edd3316637cabbfd4fb87ef2 | d224a60a6bb72701a9f24387c1d6bfdf95a4f08e | /Liang/Chapter3/Question3_27.java | 117e465302f9cc87b09b227cb59383cc3a710ef7 | [
"MIT"
] | permissive | akinfotech19/IntroductionToJavaProgramming | 34501122994f24f5fda02efcc47938ec57671e26 | 5006fe23a05658a42c08eb114d62e63c1a107cf4 | refs/heads/master | 2022-01-10T23:00:13.181918 | 2019-07-01T15:13:09 | 2019-07-01T15:13:09 | 266,969,874 | 1 | 0 | MIT | 2020-05-26T07:07:46 | 2020-05-26T07:07:45 | null | UTF-8 | Java | false | false | 1,243 | java | import java.util.Scanner;
/*
This is a really interesting question, because to create a generic version of it would require:
1) Have the generic ax + by = c versions of three lines that form the triangle.
2) Check to see whether any of these lines are parallel to the x-axis or y-axis (because for them the check... | [
"subham.satyajeet1994@gmail.com"
] | subham.satyajeet1994@gmail.com |
a79a54dd24c851fcc5935d03fb5ee41661cb94ba | 77655847d0e8a211b3fb6298dd67413a2e99b969 | /kodilla-stream/src/main/java/com/kodilla/stream/forumuser/ForumUser.java | 16506f702872c5954458ba4b28c9635f54781903 | [] | no_license | przemyslawgontarczyk/przemyslaw-gontarczyk-kodilla-java | 1616bcde41173b4a0f9f8a92964d320ec8774040 | fe50682c3b798f0f7c0b0e5dad3fd58f5ebacb30 | refs/heads/master | 2021-09-12T09:38:11.162460 | 2018-04-15T21:15:05 | 2018-04-15T21:15:05 | 108,734,530 | 0 | 1 | null | 2017-11-12T19:50:28 | 2017-10-29T12:59:31 | HTML | UTF-8 | Java | false | false | 1,193 | java | package com.kodilla.stream.forumuser;
import java.time.LocalDate;
public final class ForumUser {
private final int userId;
private final String userName;
private final char sex;
private final LocalDate bornDate;
private final int postsPublicated;
public ForumUser(int userId, String userName, ... | [
"“przemyslawgontarczyk@gmail.com"
] | “przemyslawgontarczyk@gmail.com |
ef8ba8aa1f72a3661129b5b89e3d49a68b5eab14 | 8bf4d5d8c2ed8743e8a0f8414b0a1415db43eee7 | /CC/java/QuoletController.java | 202de4f81bb087c748915f57ffd6795fdc4b0f29 | [] | no_license | FraPazGal/DP1_Sep_2019 | 69ae829e914781357dd13e503d69928095e70403 | 88e87690cd2f16dead51fc024299776551aba0af | refs/heads/master | 2020-06-02T14:19:41.296865 | 2019-09-04T15:39:54 | 2019-09-04T15:39:54 | 191,185,264 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 5,556 | java | package controllers;
import java.util.Collection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.Assert;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.RequestMapping;... | [
"pablomf@hotmail.es"
] | pablomf@hotmail.es |
e9b1276f7fd90e6be16376b300effa84fb41e229 | 9ce31055cc5467c2655f60030103beb502db125b | /spring/boot/boot-web-jdbc/src/main/java/com/boot/web/controller/CompanyController.java | 54c04680ef981281ab1bf6b021dd24d20b11110e | [] | no_license | manishfullDev/All-Project | 969cfadbb608a76054c675fd854fb2c05f5f8ee2 | 888f852aea6f4271d8a2737bf6ab1eec7525bad2 | refs/heads/master | 2023-08-03T10:55:45.437393 | 2020-04-07T06:44:08 | 2020-04-07T06:44:08 | 253,693,976 | 1 | 0 | null | 2023-07-23T11:10:07 | 2020-04-07T05:17:53 | Java | UTF-8 | Java | false | false | 728 | java | package com.boot.web.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.boot.web.dto.CompanyDto;
import com.b... | [
"manish.vishwakarma@s-force.org"
] | manish.vishwakarma@s-force.org |
ffb1017b443c88213c448375a3a1a560a6233de7 | 969f3341f79236051b2fd6196f38d741f76d9e3e | /app/src/main/java/com/sagishchori/tmdb_app/fragments/BaseFragment.java | 689c6f56662449c70ca890739c5e1bf4fa309541 | [] | no_license | sagishchori/TMDBApp2 | 614555d3a1a8ee6097803b3cb76a2d96585f315b | 9ff4b16b0932d25989b569362b480454496d9699 | refs/heads/master | 2020-07-06T23:06:44.394370 | 2019-08-19T12:19:25 | 2019-08-19T12:19:25 | 203,166,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.sagishchori.tmdb_app.fragments;
import android.support.v4.app.Fragment;
public abstract class BaseFragment<T extends Fragment> extends Fragment {
/**
* A method to get the {@link android.arch.lifecycle.ViewModel}.
*/
protected abstract void getViewModel();
/**
* A method to lo... | [
"sagi.shchori@gmail.com"
] | sagi.shchori@gmail.com |
802b8daee6ec77d7f5b5d4fd6d6c4e2f93d60cc3 | 553b33fd044a3c90a80ea619bb27520260dbc1ce | /IUH/Module1_Bai4/Main.java | c9752152fcea4f89d831190e6a06392390828e94 | [] | no_license | mrfoott/OOP_Homework_VTCA | b2c0dafa36ebeda0182383ec75dd80afebf956b2 | 7ef21e7124d89aae82af298d6d942520761de238 | refs/heads/main | 2023-04-03T11:13:46.912316 | 2021-03-29T09:32:21 | 2021-03-29T09:32:21 | 346,614,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,147 | java | import java.text.NumberFormat;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Locale;
public class Main
{
public static void main(String[] args)
{
ArrayList<GiaoDich> danhSachGiaoDich = new ArrayList<>();
GiaoDich giaoDich1 = new GiaoDichNha("580192", Loca... | [
"noreply@github.com"
] | noreply@github.com |
3ce636de00635f3ce133bccd23a34c35ec64b947 | de8b751d86d5f2c221675e5bc0aeef62297418da | /fetch/src/java/cn/exinhua/fetch/utils/BloomFilter.java | d6b6fc4ac6791a87abde33ce26e10548a541ef4e | [] | no_license | fysoft2006/kamike.collect | e5b79c965d5b96e24c4e091fe751a7957165d001 | c053ae0a1e718f695e7f7ec39e9ab0650aef76a2 | refs/heads/master | 2020-12-13T20:55:26.697263 | 2015-03-30T03:12:12 | 2015-03-30T03:12:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,428 | 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 cn.exinhua.fetch.utils;
import java.util.BitSet;
public class BloomFilter {
public BitSet bitSet = new BitSet(2 << 24);... | [
"hubinix@gmail.com"
] | hubinix@gmail.com |
e45a82016bd2bc55bcda8e3505694768351d6f81 | 3388bdcca89af10f6699dbb6b9c5df1115a9f3ef | /viikko3/LoginCucumber/src/main/java/ohtu/services/AuthenticationService.java | c12c5a568d6ded4e840a2faa0fc2bf61ace968b0 | [] | no_license | LinAksel/ohtu-tehtavat | 67d9d69ec10a6d92939f29f9674eb090ffeac484 | d39b7e762d648f2e302d0f374d1f244bf19d563e | refs/heads/master | 2021-04-08T19:25:29.504076 | 2020-04-30T14:25:29 | 2020-04-30T14:25:29 | 248,803,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,257 | java | package ohtu.services;
import ohtu.domain.User;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
import ohtu.data_access.UserDao;
public class AuthenticationService {
private UserDao userDao;
public AuthenticationService(UserDao userDao) {
this.userDao = userDao;
... | [
"linrosaksel@gmail.com"
] | linrosaksel@gmail.com |
11b42333c2b02629ddb9e4fbd258a9c12d61ebcb | 2ad815e9607bd61fa61392f35306cdbfb1223f22 | /ex/exercicio3.java | 56abb3fe038240e33d6135b3c3d2566214de5cdb | [] | no_license | vannalien/Trabalhos-java | a3a5e467fd91857b3ab1b686ba83677d8aeb30c7 | 436981b130b08e7f8d4dddefc11d4b126127ea41 | refs/heads/master | 2022-07-11T04:21:47.568282 | 2020-05-18T00:42:09 | 2020-05-18T00:42:09 | 262,680,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 697 | java |
package ex;
import java.util.Scanner;
public class exercicio3 {
public static void main(String[] args) {
int x, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10;
Scanner tec = new Scanner (System.in);
System.out.println("Digite um número de 0 a 10 para ver sua tabuad... | [
"noreply@github.com"
] | noreply@github.com |
0ab3d0d94129f07bd9b9f96d1cc49562cd37c15b | c7a739054a6db52578c7ef88836cc326efc8d59c | /microservice-provider-xcyf168/src/main/java/com/xcyf/springcloud/service/IProductService.java | adb5278a44f42673f1e687e4deb88ca94ba6aa3b | [] | no_license | liaojiamin/springcloud-learn | e43ee80790e4a0cbc9708837f0483b99382afb2c | 32a1e71448dc774e251ac5d46e1f7e11c4e01916 | refs/heads/master | 2023-04-18T22:32:50.264520 | 2021-05-12T04:26:09 | 2021-05-12T04:26:09 | 282,099,941 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package com.xcyf.springcloud.service;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcyf.springcloud.entity.XcyfProduct;
import com.xcyf.springcloud.request.AddProductRequest;
import com.xcyf.springcloud.request.PageListProductRequest;
impor... | [
"jiamin.liao@zhenai.com"
] | jiamin.liao@zhenai.com |
3aca9d27cd38c70c65667c32232f6bb55484b181 | b781d0b2485d80a0fac603407bf6fa7f12ebe905 | /BoletoBancarioJuno/src/br/co/jorgereidinaldo/juno/app/Xml.java | 888dcae5abb7bcbf746c1a7f5ce7bc9616867277 | [] | no_license | jorgereidinaldo/BoletoBancarioJuno | b727bba456db5c5182699ea1519e4f8c39e96b69 | efb9ae1e6c26fc67b6e882633152e1af51e95fb9 | refs/heads/master | 2022-07-04T17:45:44.980848 | 2020-05-14T18:20:59 | 2020-05-14T18:20:59 | 263,733,542 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 5,935 | java | package br.co.jorgereidinaldo.juno.app;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.math.BigDecimal;
import java.text.ParseException;
import java.util.ArrayList;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.DomDriv... | [
"User@DESKTOP-AMDRA7S"
] | User@DESKTOP-AMDRA7S |
9f567a483397518d5baab2bfbf9c8b4896ddbdab | 6a455d50ee15410d1301c78d12317f3bdc6fa4b7 | /src/main/java/com/chan/Eschool/global/dao/UserDaoImpl.java | bb58b491fa54e7443e9fe22167aa9dfb94f34949 | [] | no_license | Darshan746/ESchool | f0e8e900166c3b5ce613a02d2b605d046af93d2d | ab2668f2e14cc6f3fe7190b7412f5c81e959b3f9 | refs/heads/master | 2016-09-05T22:31:55.922842 | 2015-05-16T12:09:07 | 2015-05-16T12:09:07 | 34,271,666 | 0 | 0 | null | 2015-05-16T12:09:07 | 2015-04-20T16:15:48 | Java | UTF-8 | Java | false | false | 3,295 | java | package com.chan.Eschool.global.dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.chan.Eschool.global.model.Us... | [
"darshan.mn746@gmail.com"
] | darshan.mn746@gmail.com |
ec3c311e54c51b63a97dff36355cf21658dab8a8 | 584e3159aec43ff98af4e8bccecb3754a29ed10c | /gulimall-pms/src/main/java/com/atguigu/gulimall/pms/entity/SpuInfoEntity.java | 887389349159512c8d3007a294d03f2a5bc6f0c7 | [] | no_license | Leyao929/gulimall | cdbbd9cff3011f2747ebd7adbbf36eba483d1f6c | c7d7cc2e0d77800074d5c57ffa8ebc5aae946b1f | refs/heads/master | 2022-08-08T20:22:45.817552 | 2019-08-14T08:58:04 | 2019-08-14T08:58:04 | 200,006,923 | 0 | 0 | null | 2022-07-06T20:40:25 | 2019-08-01T08:09:46 | JavaScript | UTF-8 | Java | false | false | 1,473 | java | package com.atguigu.gulimall.pms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* spu信... | [
"leyao929@outlook.com"
] | leyao929@outlook.com |
9c0b6604b8cceb452a7b4809ce2d4474ea03e83d | e21015d867a47a1ffc6a25ccfc6093df26b344bc | /JDK/src/thread/Test1.java | 544327908b1ce209b63e1fafc0cf71406a20c3d4 | [] | no_license | liuxing5yu/TestInIDEA | 7d758f7ab9186c20bb53b3a4676b4f8fd0e35323 | 20a281b4df9936b644e75b3ac2e8e9fd978779fa | refs/heads/master | 2022-12-21T08:06:57.532117 | 2019-06-26T02:06:53 | 2019-06-26T02:06:53 | 156,318,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,336 | java | /**
*
*/
package thread;
/**
* @author hwj
* @date 2017年10月7日 下午7:57:27
*
* @see Java 里如何实现线程间通信? http://wingjay.com/2017/04/09/Java%E9%87%8C%E5%A6%82%E4%BD%95%E5%AE%9E%E7%8E%B0%E7%BA%BF%E7%A8%8B%E9%97%B4%E9%80%9A%E4%BF%A1%EF%BC%9F/
*
* 有问题!!!
*/
public class Test1 {
public static void main(String[] args... | [
"liuxing5yu@users.noreply.github.com"
] | liuxing5yu@users.noreply.github.com |
e11486b8c149b1ecdb4d6d5b31ce0d52e467e8e8 | e4aa8c73d2a951999fe1c1d048ead2f1f81a8b1c | /src/main/java/JVMProject/AnotherJVMtask.java | 1e784eab574fb03b32bdec9b5d7ba02688aeaf9e | [] | no_license | AdamRojewski/Homeworks | 8bc1ab988990675b2be656614d7a1593961dbd04 | dac0de10a66e6dc39c66967453b60dcaf465a7f7 | refs/heads/master | 2020-04-27T23:58:00.018050 | 2019-03-10T08:45:25 | 2019-03-10T08:45:25 | 174,798,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,202 | java | package JVMProject;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/*public class AnotherJVMtask {
public static void main(String[] args) {
TestCalculator("dodaj");
}
private static void TestCalculator(String[] args) {
String type = args[0];
... | [
"adam.a.rojewski@gmail.com"
] | adam.a.rojewski@gmail.com |
4b889e19c0e3e63126c5634977ab7886da6076e2 | 4072cdea20ca4aa16ba49da90ff4585d6867e055 | /financeiro/WEB-INF/src/com/grupoexata/financeiro/dao/ModelGrupoConta.java | 35d2f12695005b40aa98d86edd2d9d7aef1d31ca | [] | no_license | altairaquino/financeiroConsignado | f3cf22178c2f99c4828ec488fb61fed232b2cd46 | 9d21460067315401eeaee2da32cbe27fa50ab7a6 | refs/heads/master | 2020-05-17T17:39:51.634594 | 2015-01-04T18:26:25 | 2015-01-04T18:26:25 | 28,781,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,279 | java | package com.grupoexata.financeiro.dao;
import java.sql.PreparedStatement;
import java.util.ArrayList;
import java.util.List;
import com.grupoexata.bancario.dao.Banco;
import com.grupoexata.bancario.utils.Utils;
import com.grupoexata.financeiro.struts.bean.BeanGrupoConta;
public class ModelGrupoConta {
... | [
"altairaquino@gmail.com"
] | altairaquino@gmail.com |
51933e179d99119f02d785ce97168b44becfb910 | 0846e1bd0bb5a4d86dab5cba1ef1c978f6c8a3a3 | /app/src/main/java/com/example/relieved/Bullet.java | f40b04effcac2d2621805aa1b0ce9b170f987d30 | [] | no_license | Kiranmayep/Relieved_App | f7bade0437a1575e805c3d37426e3a5e8887ae46 | 957284d1a2c68eaa0aa6de3a02721d19b3983b85 | refs/heads/master | 2023-02-24T14:11:45.164249 | 2021-02-03T09:19:32 | 2021-02-03T09:19:32 | 335,345,085 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package com.example.relieved;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Rect;
import static com.example.relieved.Birdgameview.screenRatioX;
import static com.example.relieved.Birdgameview.screenRatioY;
public class Bullet {
... | [
"kiranmaye2904@gmail.com"
] | kiranmaye2904@gmail.com |
e1eadd763d3fea069a0d1ace9373f37608f74405 | 94da9df747bef2db246f0cdeb20963f5a7fa09ba | /src/main/java/com/fox/testsys/utility/AutoFloorDate.java | ca5b9bcb86d713a741ef37ca039349c039292720 | [] | no_license | YTY11/KeyParameter | ae51ee4251751c22371b0d4efc9731e92a7209d9 | 5bb8055bb6c1a5b72b06e31d987ef52fcd3afa74 | refs/heads/master | 2023-03-24T10:58:15.875621 | 2021-03-15T14:34:01 | 2021-03-15T14:34:01 | 341,171,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,441 | java | package com.fox.testsys.utility;
import com.fox.alarmsys.mapper.AutoFloor_Test_ExceptionMapper;
import com.fox.testsys.entity.AutoFloor_Machine_Detail;
import com.fox.testsys.mapper.AutoFloor_Machine_DetailMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annota... | [
"862454711@qq.com"
] | 862454711@qq.com |
0ed3126fd7c443fb66f4b9f5c63f1c0dd50c8378 | 7f00ae77941e49bb2e20c09df49adc3d7b681dad | /terasoluna-collector/src/test/java/jp/terasoluna/fw/collector/unit/common/DefaultProperties.java | d4ee4afe79785f0a917f62518fafa26b870daa49 | [
"Apache-2.0"
] | permissive | ElementOne/terasoluna-batch | 77b730bc33d1a49c36a414b065812237be6828d0 | e0bd4a05ab9f2f98ed053c6b316064a354e9a35b | refs/heads/master | 2020-03-22T20:56:25.650986 | 2018-02-13T09:01:18 | 2018-02-13T09:01:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,947 | java | package jp.terasoluna.fw.collector.unit.common;
/*
* Copyright (c) 2012 NTT DATA Corporation
*
* 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/li... | [
"kuramotoki@nttdata.co.jp"
] | kuramotoki@nttdata.co.jp |
be7e97fa7f3f29a48cf85f068f07ebb76ecdcd50 | 85ce3a70a4bcfb824833053a2d5ab78e5870dc4d | /IdeaProjects/rbac2_template/src/main/java/cn/wolfcode/rbac/controller/PermissionController.java | d4ee2ecc86a67a3c08a2a29fc4f3015395e91768 | [] | no_license | qyl1006/Hello_World | 87e4aef81874cef1ddd5cd0d7278ac56c8f8bb19 | be81d9e957d4e81e3d2097ac7ab9ae7ba1a620af | refs/heads/master | 2020-03-08T03:14:44.053205 | 2018-05-18T02:31:16 | 2018-05-18T02:31:16 | 127,881,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,522 | java | package cn.wolfcode.rbac.controller;
import cn.wolfcode.rbac.domain.Permission;
import cn.wolfcode.rbac.query.PageResult;
import cn.wolfcode.rbac.query.QueryObject;
import cn.wolfcode.rbac.service.IPermissionService;
import cn.wolfcode.rbac.util.RequiredPermission;
import org.springframework.beans.factory.annotation.A... | [
"yuelinshi@qq.com"
] | yuelinshi@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.