blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99923cf11c0fcaa0c55116c8446546e925ac4ad6 | c4123491153cf906bbc95581c6218867b3327fca | /myfirstjava/GCD.java | 23c5d3afdb346cc8c38503830fa87dd8d034d8b2 | [] | no_license | raj2029rahul/java-programming | e7a3e0be1b74d4e61e8423109716f19187226a53 | c10dae2c3fce49b561c4a51e8302de522ef04d44 | refs/heads/main | 2023-06-16T07:55:53.048604 | 2021-07-13T04:28:54 | 2021-07-13T04:28:54 | 385,472,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package myfirstjava;
import java.util.Scanner;
public class GCD {
public static void main(String[] args) {
int n1,n2;
Scanner sc=new Scanner(System.in);
System.out.println("enter first number");
n1=sc.nextInt();
System.out.println("enter second number");
n2=sc.nextInt();
System.out.printl... | [
"noreply@github.com"
] | raj2029rahul.noreply@github.com |
4ea4aff2a430e0287b8b81531703ae62b32e4b36 | 8d65f9656246b5b651b2588c5e3f0156a96f6635 | /service/src/main/java/com/moonassist/service/authentication/TimeBased2FA.java | 6297a2c5b2a362636690f0a976debd0de283e052 | [] | no_license | Mrinal205/BackEnd_System_Master | 936e74a6b49bbfff8ccf19c4e1b4f9e343891aef | f735b6aa1bf50a60388f2aec1940daacdbac9723 | refs/heads/master | 2022-12-21T13:59:23.799666 | 2019-07-09T07:53:10 | 2019-07-09T07:53:10 | 195,958,367 | 0 | 0 | null | 2022-12-10T04:51:14 | 2019-07-09T07:43:00 | Java | UTF-8 | Java | false | false | 2,418 | java | package com.moonassist.service.authentication;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.MultiFormatWriter;
import com.google.zxing.WriterException;
import com.google.zxing.client.j2se.MatrixToImageWriter;
import com.google.zxing.common.BitMatrix;
import org.apache.commons.codec.binary.Base32;
imp... | [
"Mrinal205@gmail.com"
] | Mrinal205@gmail.com |
5df094bfa20fdb8ca23433b581448fa7c01288ad | 840ee35240e4f8840d67524f17d1be29e9be3629 | /app/src/main/java/company/viral/organizadorjec/FragmentMenu/InicioF.java | 2d3e7d84dde12aff22b825ff438767342809f13e | [] | no_license | ernyhidalgo/OrganizadorJEC | 80a5ed486220bcaca7ce57aac46e734b520265ba | dc21cd8e426465850dd39e06486c3454cff709c4 | refs/heads/master | 2020-06-16T00:47:12.566413 | 2017-02-02T00:55:00 | 2017-02-02T00:55:00 | 75,256,576 | 1 | 1 | null | 2016-12-06T23:35:41 | 2016-12-01T04:56:30 | Java | UTF-8 | Java | false | false | 2,708 | java | package company.viral.organizadorjec.FragmentMenu;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAda... | [
"ernyhidalgo@gmail.com"
] | ernyhidalgo@gmail.com |
6d7634f2b76ac82ec06583851565035914278e41 | 9b092ed006491ebd278671a20fe11a7bd53b652b | /src/com/aps/collection/ComparatorByValue.java | 9b2ecbf7947963feba5c09f363519016e2cdc153 | [] | no_license | shuklabhanuprakash/deployment | 862f65acf2ed90a5e3bfba27157713b6b18e3718 | 5e28cee3e466727990c417ac62f67dcafb6a0cb7 | refs/heads/master | 2021-08-02T21:42:12.920690 | 2018-06-22T11:09:58 | 2018-06-22T11:09:58 | 134,255,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.aps.collection;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
public class ComparatorByValue<K, V extends Comparable<V>> implements
Comparator<K> {
Map<K, V> map = new HashMap<K, V>();
ComparatorByValue(Map<K, V> map) {
this.map = map;
}
@Override
public int comp... | [
"shuklabhanuprakash@gmail.com"
] | shuklabhanuprakash@gmail.com |
a9f9bf09959156fba4f5c5017594fce836046f1d | 063f3b313356c366f7c12dd73eb988a73130f9c9 | /erp_ejb/src_seguridad/com/bydan/erp/seguridad/business/logic/ContinenteLogicAdditional.java | 7aac7dd5f72a172b98f84b4b1996a1094196830e | [
"Apache-2.0"
] | permissive | bydan/pre | 0c6cdfe987b964e6744ae546360785e44508045f | 54674f4dcffcac5dbf458cdf57a4c69fde5c55ff | refs/heads/master | 2020-12-25T14:58:12.316759 | 2016-09-01T03:29:06 | 2016-09-01T03:29:06 | 67,094,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,274 | java |
/*
* ============================================================================
* GNU Lesser General Public License
* ============================================================================
*
* BYDAN - Free Java BYDAN library.
* Copyright (C) 2008
*
* This library is free so... | [
"byrondanilo10@hotmail.com"
] | byrondanilo10@hotmail.com |
ea55c2b6e1eaf7dcd7a7c5c5e403fccb30870f46 | ef830bb18e1f432122e1c9523d4c807c9ef077a5 | /src/main/java/com/taobao/api/domain/BrandCatMetaData.java | 9f2c355127afbd42c77b6e4ae7bb3fc61769a570 | [] | no_license | daiyuok/TopSecuritySdk | bb424c5808bd103079cbbbfcb56689a73259a24d | 8ac8eb48b88158a741c820a940564fd0b876e9db | refs/heads/master | 2021-01-22T06:49:05.025064 | 2017-03-01T06:19:42 | 2017-03-01T06:19:42 | 81,789,925 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | package com.taobao.api.domain;
import com.taobao.api.internal.mapping.ApiField;
import com.taobao.api.TaobaoObject;
/**
* 类目、品牌下的达尔文元数据
*
* @author top auto create
* @since 1.0, null
*/
public class BrandCatMetaData extends TaobaoObject {
private static final long serialVersionUID = 3346423716715493355L;
... | [
"daixinyu@shopex.cn"
] | daixinyu@shopex.cn |
1ab730fe2cf2cd4b1ac618f670e43db7a59f2136 | 956ca948c5a5852d7f0e9451c552084c690a5aee | /minggu 2/src/minggu/pkg2/ManagingPeople.java | 022f1857609f75bb0044feef7067523eefa4f30e | [] | no_license | boydymas21/E41201609_Boy-Dymas_Hidayat_C | f7d27fcabf57306d1f8f16937cee192f597239ae | a4369bcc1dfabfd405e11344826c988ddc18fd32 | refs/heads/main | 2023-04-19T02:07:03.699723 | 2021-04-24T02:23:48 | 2021-04-24T02:23:48 | 347,612,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | 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 minggu.pkg2;
/**
*
* @author USER
*/
public class ManagingPeople
{
public static void main(String[] args)
{
... | [
"80624528+boydymas21@users.noreply.github.com"
] | 80624528+boydymas21@users.noreply.github.com |
78a8fc1d5cdd9a4410300515b24ced56281d4589 | a5304bd1901113c0937a4148b03d04ff67a1c72e | /src/main/java/com/laioffer/secondhandmarket/storage/StorageProperties.java | 60a30fdd3beea8fb6d903639792f6fcca2bac0f2 | [] | no_license | YingyingXin/SecondHandMarket | 77eb0ace7989fe7725864f3d58123a132ff5892e | 4ef8ae68ee35ff5bfaed21aa08c22b6b789fa299 | refs/heads/master | 2023-04-08T02:20:37.795557 | 2021-04-21T04:21:31 | 2021-04-21T04:21:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package com.laioffer.secondhandmarket.storage;
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties("storage")
public class StorageProperties {
/**
* Folder location for storing files
*/
private String location = "upload-dir";
public String getLo... | [
"wangweixidian@gmail.com"
] | wangweixidian@gmail.com |
c455c1aee112225e2de34712994952fe5e7747e5 | 93ff4eb9c1a5816f1cf6d41e8646ccc696fcb90e | /android-p/app/src/main/java/com/phicomm/prototype/model/cloud/CloudRouterModel.java | 426ac44bac95926fd95e740e0e88fb05480ac73f | [] | no_license | ranshao2017/auts501-demo-prototype | 91bc4c5d3099c3a3a30ae3c49c04a60ecf6b672d | 2e3b0291c8c49fad4aac32cbfd5d61320e152c1b | refs/heads/master | 2020-12-25T19:03:15.373849 | 2017-05-28T15:04:33 | 2017-05-28T15:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,314 | java | package com.phicomm.prototype.model.cloud;
import com.phicomm.prototype.constants.UrlConfig;
import com.phicomm.prototype.net.OkHttpUtil;
import com.phicomm.prototype.net.callback.BaseCallback;
/**
* 云设备相关
* Created by qisheng.lv on 2017/4/19.
*/
public class CloudRouterModel {
private String mTag;
priva... | [
"rongwei84n@163.com"
] | rongwei84n@163.com |
2f3191ed3b2940d724b6489f4a6a055fa8e50a0b | 712ec865a5ae55cd7d56e2de1d51d2af3a22abd2 | /src/main/java/com/lrm/service/BlogServiceImpl.java | e2c372974658bb9179eb1e8d360dc043ecb0ad95 | [] | no_license | LuMing-China/blog_2020 | 0c3bd4710559ed369dabec1fb87bc680e3253bf7 | 58c003ba6cc437f73baa9c66cf2ba198acab9432 | refs/heads/master | 2022-07-15T19:20:07.627187 | 2020-05-21T03:50:29 | 2020-05-21T03:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,735 | java | package com.lrm.service;
import com.lrm.NotFoundException;
import com.lrm.dao.BlogRepository;
import com.lrm.po.Blog;
import com.lrm.po.Type;
import com.lrm.util.MarkdownUtils;
import com.lrm.util.MyBeanUtils;
import com.lrm.vo.BlogQuery;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.fac... | [
"15056972286@163.com"
] | 15056972286@163.com |
e5374b92fe61f9e6d0b3cd65847ffc31c843b494 | c1be70c319b8ad9d30d64a25b416fad87dc32c8f | /src/main/java/com/mvcframework/annotation/MyService.java | d372f5aa3d9651d0ea9758db824f6035a505c2b2 | [] | no_license | pandaapo/myspring_300rows | af2a9b5fd7c52a14cd8612b22ada46e55c6ef580 | 1fdb13a15887d5d94723d833a7b52fef7f8952d1 | refs/heads/master | 2020-05-21T09:02:18.425720 | 2019-06-02T15:37:35 | 2019-06-02T15:37:35 | 185,988,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package com.mvcframework.annotation;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MyService {
String value() default "";
}
| [
"1052156701@qq.com"
] | 1052156701@qq.com |
4a6b3cd6da0cd2b1a1e34d2d22946d26ac127b8c | 441b52b2ebb6457d8a05a9b1655a3fa932377307 | /src/servlets/ProfileServlet.java | a74ee12d8560793a1a627032cd8ba55b68dcbc84 | [] | no_license | zlczlc/cs5200-final-project | 6cb4d69c101e72a0dc83aeaabc3f9522b019ebb6 | 06ef1bb886846efef2d0d1cb32cb880995aee81b | refs/heads/master | 2020-07-04T03:45:49.885175 | 2016-02-05T04:50:16 | 2016-02-05T04:50:16 | 27,897,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,098 | java | package servlets;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.... | [
"zlchaha@gmail.com"
] | zlchaha@gmail.com |
5e62501351f81126f6de5e6a3f551c9af281b4fe | d67abe2b16cabbfe05af3137e1a3cd9e673fac6d | /src/main/java/org/spongepowered/plugin/metadata/PluginContributor.java | 08ca9cde8010ca2df166aaad985d2e3786c35875 | [
"MIT"
] | permissive | jamierocks/plugin-spi | c795f7b234f53b43ebd4d3ca6cface03278caaa8 | c1413bee08ca3b225e78f1b63f778766efb30dc2 | refs/heads/master | 2022-11-21T07:45:18.692718 | 2020-06-12T04:48:48 | 2020-06-12T04:48:48 | 271,871,563 | 0 | 0 | null | 2020-06-12T19:06:32 | 2020-06-12T19:06:32 | null | UTF-8 | Java | false | false | 3,109 | java | /*
* This file is part of plugin-spi, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Sof... | [
"zidane@spongepowered.org"
] | zidane@spongepowered.org |
8ee1ed94aa596ce0f8473035830b4156e10920ed | e4cf946238b8935e52e8ac96a921ba8144479165 | /blink/src/java/Controller/Admin/AppointmentUPDATE.java | 5280ca8b561f75e133fa90dd6b5f76dfba9e974d | [
"MIT"
] | permissive | vishwa-g-pathirana/HealthWave | 84b315be0cf0b1640237facc6250e62c77effec2 | b7753c9817986997e746ba7bcc6adbabbf79357c | refs/heads/main | 2023-05-06T22:02:05.939102 | 2021-05-10T17:20:23 | 2021-05-10T17:20:23 | 351,168,627 | 0 | 1 | MIT | 2021-05-10T15:07:51 | 2021-03-24T17:33:04 | JavaScript | UTF-8 | Java | false | false | 5,487 | 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 Controller.Admin;
import Model.Admin.AppoinmentCRUD;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.R... | [
"63660305+Pubzzz@users.noreply.github.com"
] | 63660305+Pubzzz@users.noreply.github.com |
529e8768312ce20653b7b2e566ecb5022f4f0dcd | d03da7cba4cc881384618be6bcd9177de7df2bc3 | /hellocucumber/src/main/java/hellocucumber/stepdef/BoardStep.java | 1a66703a6487f4675b6b9a1f0b835e807621c97e | [] | no_license | NanjanChung/cucumber_practice | f2c0465a5f2958ea2e9c57e55a33f052864ae8d7 | 20ea38a4243f79519a26cfa1e122498f6a2e60b7 | refs/heads/master | 2022-10-06T23:44:55.500590 | 2018-06-06T11:51:44 | 2018-06-06T11:51:44 | 135,658,640 | 0 | 0 | null | 2022-09-29T16:47:33 | 2018-06-01T02:38:30 | Java | UTF-8 | Java | false | false | 1,545 | java |
package hellocucumber.stepdef;
import java.util.ArrayList;
import java.util.List;
import cucumber.api.DataTable;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
public class BoardStep
{
private List<List<String>> board;
@Given("^a board like this:$")
... | [
"dchung@netbase.com"
] | dchung@netbase.com |
f60389c92ea5954060cd4d9f968f8ed46245ff2d | 5bec8dbaa0879dc2d5565cf55e8d0b85992d92ee | /MovieVaultJee/MovieVaultFinalEjb/ejbModule/MovieVault/Persistence/Reponse.java | 11f718f408abe55f21356c3f2bedc422ece6cf5b | [] | no_license | Frirou/CineastJee | 6ebb29f4664a48f56489f58a719971e3709495d3 | 18b602b826e0dc9778eab72951baefb15adc705f | refs/heads/master | 2021-01-10T17:22:44.234349 | 2016-03-21T12:16:18 | 2016-03-21T12:16:18 | 54,385,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package MovieVault.Persistence;
import java.io.Serializable;
import java.lang.String;
import javax.persistence.*;
/**
* Entity implementation class for Entity: Reponse
*
*/
@Entity
public class Reponse implements Serializable {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
private int id_rep;
pr... | [
"am.frioui@gmail.com"
] | am.frioui@gmail.com |
ec6fbde412afa98a685ae820e19fe6bddfbe9b78 | 5c4a858b5546d067fd4da4ae37d3c86a4ec593fa | /docs/antora/modules/ROOT/examples/peacetrue-spring-operator/src/main/java/com/github/peacetrue/spring/operator/OperatorAdvisingPostProcessor.java | 3e0dcefeab7c2d842499fd3fbf2df16a519420b5 | [
"Apache-2.0"
] | permissive | peacetrue/peacetrue-spring | 35d88e9b7a0969cd12e68d150c112b4a759fa3bd | 3cbee65c47a985f99b72e4c799c34cb54524b3b9 | refs/heads/master | 2023-03-22T22:31:01.129017 | 2023-03-11T10:47:45 | 2023-03-11T10:47:45 | 211,640,115 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package com.github.peacetrue.spring.operator;
import org.springframework.aop.Advisor;
import org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor;
import java.util.Objects;
/**
* 操作者织入后置处理器。
*
* @author peace
**/
public class OperatorAdvisingPostProcessor extends AbstractBean... | [
"xiayouxue@gmail.com"
] | xiayouxue@gmail.com |
756cde94d1da28bc339e5b9b89aa6d1022adadd2 | bbbda7920e9bf38943dc2b4d6d477d28c5a3de63 | /wxapp-server/src/main/java/com/wxapp/cms/controller/SettingController.java | a983a9c18ad0ed99f281ffe44d73046d7c860ca0 | [
"MIT"
] | permissive | itsoo/wxapp-cms | 7ecf7fc5c9fd8d401ec8f57560a3a44a5a057c9b | edaa1ba0c16c4699f2a02518455e0c91b196849d | refs/heads/master | 2022-06-25T06:03:39.478859 | 2021-07-22T15:26:36 | 2021-07-22T15:26:36 | 154,524,560 | 4 | 2 | MIT | 2022-06-21T00:51:14 | 2018-10-24T15:26:33 | Java | UTF-8 | Java | false | false | 588 | java | package com.wxapp.cms.controller;
import com.wxapp.cms.controller.base.BaseController;
import com.wxapp.cms.service.SettingService;
/**
* 设置控制层
*
* @author zxy
*/
public class SettingController extends BaseController {
private SettingService service = SettingService.me;
/**
* 查询系统设置
*/
pub... | [
"84235789@qq.com"
] | 84235789@qq.com |
71ad1b51cabb5f0f86b1417ff089771dc1864ea6 | 4905a9c75df93f526e0570f008443fa49a4279e4 | /src/main/java/edu/suai/recommendations/security/WebSecurityConfig.java | 811fcd56d5daeb0e831e0162062dd6a0d3118f3a | [] | no_license | 13thUnknown/Adviser | 5f4053fb0d46fd7d51715eb22cf3e2be2d06695c | d7a539fdf07b68602571a9ec6bb613d037a711a5 | refs/heads/master | 2022-12-10T15:38:03.495241 | 2020-09-13T12:45:55 | 2020-09-13T12:45:55 | 239,205,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,771 | java | package edu.suai.recommendations.security;
import edu.suai.recommendations.common.RolesEnum;
import edu.suai.recommendations.service.UserService;
import lombok.AllArgsConstructor;
import lombok.SneakyThrows;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annota... | [
"noreply@github.com"
] | 13thUnknown.noreply@github.com |
f04aefa530643736b8f640a1633fbf35b0ee586a | bd4d151b0cc420240713338012c008b9edae02a2 | /src/main/java/br/com/jcp/model/estabelecimento/EstabelecimentoRepository.java | 181c3b9691a7814d06ef01de9ff2ce6cad1e24cb | [] | no_license | jeanpandini/api-recebimento | acae774892f25c5b8af10ea8cff2265d7492decc | f423688c73b89ed278c33b0a35cf385bfd0fc733 | refs/heads/master | 2020-04-06T07:07:41.215299 | 2018-03-07T04:30:19 | 2018-03-07T04:30:19 | 124,178,739 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package br.com.jcp.model.estabelecimento;
import org.springframework.data.jpa.repository.JpaRepository;
public interface EstabelecimentoRepository extends JpaRepository<Estabelecimento, Long> {
}
| [
"jean@jcp-notebook.lan"
] | jean@jcp-notebook.lan |
f200aef412b943df2dcd8f9492cef1029c40b4c9 | a343e29f8cf5e6cedf2c10656745100c15dc39f6 | /samza-sql-planner/src/main/java/org/apache/samza/sql/physical/window/SlidingWindowGroup.java | 3461bab37974028a3082e1643127da0de632fd07 | [
"Apache-2.0"
] | permissive | desperado1992/samza-sql | 1cafc981f5a6be76d1150563f4740e8470a49e05 | 227b0d62635db0eb6c99271f52442b75289d207e | refs/heads/master | 2021-05-31T22:54:15.833757 | 2016-06-03T19:26:14 | 2016-06-03T19:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,888 | 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 ... | [
"milinda.pathirage@gmail.com"
] | milinda.pathirage@gmail.com |
1d766f07077048338b995da23711e4b9e75223ac | 295b2b42204c3430dc1fe1f12af42fc9bf8f791f | /src/main/java/com/server/user/item/entity/ItemStorageEnt.java | be5746051a52aa89de2c93b6487caf056bb45e82 | [] | no_license | yyy0/GameDemo | e53687744390dc06d3a64aee9000f1e20338e55e | 1b19919e61670c83ca4a126d59f01617b317f070 | refs/heads/master | 2022-11-26T23:22:02.538801 | 2020-02-06T07:39:58 | 2020-02-06T07:39:58 | 182,914,882 | 1 | 1 | null | 2022-11-16T08:51:15 | 2019-04-23T02:55:02 | Java | UTF-8 | Java | false | false | 2,117 | java | package com.server.user.item.entity;
import com.server.tool.JsonUtils;
import com.server.user.item.constant.StorageConstant;
import com.server.user.item.storage.ItemStorage;
import javax.persistence.*;
/**
* 背包
*
* @author yuxianming
* @date 2019/5/13 21:52
*/
@Entity
@Table(name = "item_storage")
public class ... | [
"649675065@qq.com"
] | 649675065@qq.com |
2112420308006ae3949bbc7adc50253dbb4618b5 | fc36199760e3fbff1777e299fb922a48321fa60d | /src/test/java/com/github/mauricioaniche/springlint/analysis/smells/controller/NumberOfRoutesVisitorTest.java | dd591a0567dc7295541e22aea93082bcb7074b47 | [
"Apache-2.0"
] | permissive | aspineon/springlint | e353d746d5d0c44ddd02e51affac89d1c80eede7 | ca89018c244c55f545a3e8563f7ac83fa7f36429 | refs/heads/master | 2021-09-26T20:40:19.840328 | 2017-01-04T15:21:05 | 2017-01-04T15:21:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,504 | java | package com.github.mauricioaniche.springlint.analysis.smells.controller;
import java.io.ByteArrayInputStream;
import java.util.Collections;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import com.github.mauricioaniche.springlint.analysis.smells.controller.NumberOfRoutesVisitor;
import com... | [
"mauricioaniche@gmail.com"
] | mauricioaniche@gmail.com |
f22ff4e3c85e14565c643793275b9d72e24dca1d | 341a1d3f3d61284e9fbd1ac5d1f627c6ef7499bc | /app/src/main/java/com/myhealth/measurementemulator/measurementemulator/measurement/BaseMeasurement.java | 036dd63cd277e8f7636029b8b01f77bf366c0d00 | [] | no_license | MyHealthHanze/MeasurementEmulator | ffc5a5fb32bf52a5d42f7ce2bd42bc98fb3099b8 | c55145689d72f2bc387e2d4ff96b9f8bc30c60ec | refs/heads/master | 2021-01-13T02:11:45.063776 | 2015-10-07T09:49:57 | 2015-10-07T09:49:57 | 42,237,549 | 0 | 0 | null | 2015-09-30T12:10:46 | 2015-09-10T10:17:33 | Java | UTF-8 | Java | false | false | 1,112 | java | package com.myhealth.measurementemulator.measurementemulator.measurement;
/**
* Created by Sander on 28-9-2015.
* A Base for other measurements, to hold the date and time
*/
public class BaseMeasurement {
// The date and time of the measurement
private String measurementDate;
// The type of the measure... | [
"masterfenrir@outlook.com"
] | masterfenrir@outlook.com |
23fb5ad46c530d87f4bc07dc91a47ecdfe688cb7 | c6d93152ab18b0e282960b8ff224a52c88efb747 | /huntkey/code/biz-purchase-method/biz-purchase-method-common/src/main/java/com/huntkey/rx/purchase/common/model/custom/CumoSystemSetDTO.java | 03bba75f091b9ddf0ce6c6d42685ecd24bf52e36 | [] | no_license | BAT6188/company-database | adfe5d8b87b66cd51efd0355e131de164b69d3f9 | 40d0342345cadc51ca2555840e32339ca0c83f51 | refs/heads/master | 2023-05-23T22:18:22.702550 | 2018-12-25T00:58:15 | 2018-12-25T00:58:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package com.huntkey.rx.purchase.common.model.custom;
import com.alibaba.fastjson.annotation.JSONField;
import java.io.Serializable;
/**
* 客户维护单-体系认证DTO
*
* @author zhangyu
* @create 2018-01-03 9:55
**/
public class CumoSystemSetDTO implements Serializable {
/**
* id
*/
@JSONField(name = "id")... | [
"729235023@qq.com"
] | 729235023@qq.com |
f829b5bcfc457333aa7e8848a6f8a2ff49080902 | a385e88fd3bee2dfcce2c585d83ee3a555f859a0 | /src/main/java/uk/ac/glam/wcsclient/gml311/LinearCSRefType.java | 8a60fbe546d2b9a057c2c1b120dd4292d898f70c | [] | no_license | deadpassive/wcsclient | d6bf681fc1cab5212cd4a97cf3922d48880f13a2 | f0679c2403477b64616ffc1eda7ce1a078694f50 | refs/heads/master | 2016-09-06T03:09:35.958567 | 2012-11-15T09:46:15 | 2012-11-15T09:46:15 | 6,627,114 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 14,396 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package uk.ac.glam.wcsclient.gml311;
import org.eclipse.emf.ecore.EObject;
import uk.ac.glam.wcsclient.wcs111.xlink.ActuateType;
import uk.ac.glam.wcsclient.wcs111.xlink.ShowType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Linear C... | [
"mankillseverything@gmail.com"
] | mankillseverything@gmail.com |
65412f0980a4afad9628a86f7e07966ad84c2812 | 1891adea40c0911c4f2254e4a22758ae8da744c3 | /web_Tomcat/src/cn/it/ServletContext_code/Servlet_context01.java | 2f00681b6746e1d5668932f947e75d8657eacff2 | [] | no_license | suishisuidi000/repo5 | d88948dd0e3c205d521f0931476c238b727e9ed8 | fc5a7f77bc36e943a9dc561afcfa98001606992b | refs/heads/master | 2020-06-03T12:45:40.059055 | 2019-06-13T06:12:12 | 2019-06-13T06:12:12 | 191,572,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java | package cn.it.ServletContext_code;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.File;
import java... | [
"suishisuidi000@163.com"
] | suishisuidi000@163.com |
715444a8b7f5ba7c793f84481f02c9ab9118d049 | d6f153ac2d76ee4f606b5058b9ea01f699ad7c95 | /src/main/java/mode/demo/BroomFacoryDemo.java | 0fb3824181595eb76c807ac9028810364c308ae1 | [
"Apache-2.0"
] | permissive | Ecloss/Java-EE | 4290613fe6f85273e4c97ee5ef6602d74a5dfb11 | e56279576b2c41cdc296f19efcaed42f00d84137 | refs/heads/master | 2020-03-23T06:58:01.648491 | 2019-01-14T15:20:56 | 2019-01-14T15:20:56 | 141,240,280 | 0 | 0 | Apache-2.0 | 2018-11-15T06:07:13 | 2018-07-17T06:13:55 | Java | UTF-8 | Java | false | false | 423 | java | package mode.demo;
import mode.factory.morefactory.BaseVehicleFactory;
import mode.factory.morefactory.Moveable;
import mode.factory.morefactory.PlaneFactory;
/**
* 详细工厂模式,测试类
*
* @author Ecloss
*/
public class BroomFacoryDemo {
public static void main(String[] args) {
BaseVehicleFactory factory = ne... | [
"yuxiuwen@cheok.com"
] | yuxiuwen@cheok.com |
c451e2e4424efbecc798692a4806b0a865f9f7d7 | 25c8058dd63c712b11d7cb0d5fe9ee97892898c9 | /src/main/java/cn/ken/question/answering/system/utils/TextFileReader.java | b0043282cd7421bcae33135fe4ee12057ff3ddf8 | [] | no_license | shangkun/question-answering-system | 21e5ec04127558190980de4f982a52e3f3cea31b | e43f73fa4f60d8362529b6228053a4b2bd869d5a | refs/heads/master | 2020-03-22T23:19:27.644512 | 2018-09-20T06:20:00 | 2018-09-20T06:20:00 | 140,803,161 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,028 | java | package cn.ken.question.answering.system.utils;
import cn.ken.question.answering.system.model.knowledge.LemmaList;
import com.hankcs.hanlp.HanLP;
import com.hankcs.hanlp.dictionary.stopword.CoreStopWordDictionary;
import com.hankcs.hanlp.seg.common.Term;
import java.io.*;
import java.util.Arrays;
import java.util.Lis... | [
"1157317608@qq.com"
] | 1157317608@qq.com |
790c393606778ad629c8679509f2fc05ac240e65 | 465b4beb34e17c511a1d1f4ce9f7162414856fe6 | /src/main/java/com/baojie/threadpool/TFactory.java | ad99ef5380682828d3f208c0d56caed0e85b9e48 | [] | no_license | lizengqing/hahaseda | e075cd87c7778379056f083a856fd2e229aa2768 | cb9b366695625366f621fd76da7af62ef45b20e0 | refs/heads/master | 2020-12-04T23:18:44.972569 | 2018-06-19T09:54:08 | 2018-06-19T09:54:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,067 | java | package com.baojie.threadpool;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;
public class TFactory implements ThreadFactory {
private static final Uncaught UNCAUGHT_EXCEPTION_HANDLER = Uncaught.getInstance();
private stat... | [
"1039245098@qq.com"
] | 1039245098@qq.com |
f1785ce88a95e64e0b13864e0e3236347392bec5 | 0ada9ef9ccf859200133aeb5edc128c63c8501b9 | /Week_01/id_82/链表/Main.java | c3f9a6d889f9f69f40906c93713c0ddf358980d2 | [] | no_license | yanlingli3799/algorithm | a0b24092fd84e3e2e2568b01c17a3473e44b1288 | 2471dc738669ad3d9383a6e45bfd176986d58c90 | refs/heads/master | 2020-05-09T23:47:32.423942 | 2019-05-12T12:50:53 | 2019-05-12T12:50:53 | 181,512,276 | 1 | 0 | null | 2019-04-29T02:26:00 | 2019-04-15T15:10:44 | Java | UTF-8 | Java | false | false | 6,881 | java |
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// Output.printf(Solution.deleteDuplicates(Input.getHeadList().getHead()));
// Output.printf(Solution.mergeTwoLists(Input.getHeadList().getHead(),Input.getHeadList(... | [
"yz9494niu@gmail.com"
] | yz9494niu@gmail.com |
88a1f82860bae6217b6c2395aaa18f84ee41f673 | 02d7815d44030fa9cee804c3736320baef63f858 | /sdk/src/main/java/org/zstack/sdk/UpdateUserGroupResult.java | 123d5044306d2c450012f08d8020e4d48a866678 | [
"Apache-2.0"
] | permissive | txdyzdy/zstack | b9d60f1f580fefa4734bce6a5ddedb081a383caa | 3b919f5d1c9b156fcef374cfd61c80ce5b52d8a2 | refs/heads/master | 2021-09-05T22:22:45.585615 | 2018-01-31T06:36:03 | 2018-01-31T06:36:03 | 114,520,620 | 1 | 0 | null | 2017-12-17T08:19:48 | 2017-12-17T08:19:48 | null | UTF-8 | Java | false | false | 293 | java | package org.zstack.sdk;
public class UpdateUserGroupResult {
public UserGroupInventory inventory;
public void setInventory(UserGroupInventory inventory) {
this.inventory = inventory;
}
public UserGroupInventory getInventory() {
return this.inventory;
}
}
| [
"xin.zhang@mevoco.com"
] | xin.zhang@mevoco.com |
e44fc350d9c6b670eb3258ca5c94f26f16c810fb | a300cb7883e299b2dfb0945db96299244e34ca7e | /src/main/java/com/test/blinkapp/demo/repo/IndexRepo.java | fcee7c449744b2f6b24dde24025ee24034fb269b | [] | no_license | eglushenko/blinkApp | 70fb566b3f7848ec8f4a0beec83bc6537d3a9cff | c6ef81433207bcf73dfa7596064c51f81cf1dda1 | refs/heads/master | 2020-08-29T04:12:50.721716 | 2019-10-27T22:02:22 | 2019-10-27T22:02:22 | 217,922,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.test.blinkapp.demo.repo;
import com.test.blinkapp.demo.model.Index;
import org.springframework.data.repository.CrudRepository;
public interface IndexRepo extends CrudRepository<Index,Long> {
}
| [
"e.glushenko@hotmail.com"
] | e.glushenko@hotmail.com |
467dd76cf0e49189cde9236634d7f39662c2e891 | 3b129d50895974771234531ce0a97e7a6e1543b5 | /SistemaVendas/src/main/java/com/cepalab/sistemaVendas/cadastro/dominio/IntervaloVendaConsignacaoProduto.java | f83d9725083a7de9380173d41bd0cd1fc22439bc | [] | no_license | fabiano1749/cepalab | 4ab0df2056eec2e3809307e1ea0263f982f7188d | 16fba9d3ffea83f5ae977a1fb9961993daaf7c1b | refs/heads/master | 2022-12-05T10:21:30.016602 | 2020-01-16T23:22:48 | 2020-01-16T23:22:48 | 187,932,627 | 0 | 0 | null | 2022-11-24T08:34:11 | 2019-05-22T00:20:56 | Java | UTF-8 | Java | false | false | 2,997 | java | package com.cepalab.sistemaVendas.cadastro.dominio;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persisten... | [
"fabiano1749@gmail.com"
] | fabiano1749@gmail.com |
ee5e6e7327e3ac0d642513a2beef8ac7650bc17c | 0e3ebd531666d66314fe04d2fde0483fbea37f8c | /casterly-rock-api/src/main/java/kz/zhadyrassyn/casterly/rock/api/Application.java | 26b5eb7fbd11ca09c2db949426f917fca0f749c8 | [] | no_license | zhadyrassyn/casterly-rock | 6de767be42a7ca22bb5713f31d749757175f5ef0 | db5ec7d5605738ca4a225118518666bfa05040f3 | refs/heads/master | 2020-05-15T01:18:17.377213 | 2019-05-15T11:29:31 | 2019-05-15T11:29:31 | 182,017,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package kz.zhadyrassyn.casterly.rock.api;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication
@ComponentScan(basePackages = "kz.zhadyrassyn.casterly.rock")
public cla... | [
"dzhadyrassyn@alfabank.kz"
] | dzhadyrassyn@alfabank.kz |
3c0ee3542ea3e1f1ef46a657c5b7d96a456cfaa6 | b5657b38fa5e96193b5389d6fd88840559d33d2e | /pzmall-db/src/main/java/org/linlinjava/litemall/db/domain/VisituserExample.java | a89408764838d5a689535b39e9d4d05c5b049cf9 | [
"MIT"
] | permissive | sorthman/nanjing | c1a79d7deb3e70b8b7e5dff2fb0df41d23b6b180 | 6bab6516608949816898c5e58d2fc6cbace8b16b | refs/heads/master | 2023-02-05T04:51:40.673502 | 2020-02-26T02:53:36 | 2020-02-26T02:53:36 | 237,586,187 | 1 | 2 | MIT | 2023-02-02T00:48:34 | 2020-02-01T08:38:25 | Java | UTF-8 | Java | false | false | 99,325 | java | package org.linlinjava.litemall.db.domain;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
public class VisituserExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table visituser
*
* @mbg.generated
*/... | [
"tangj@axon.com.cn"
] | tangj@axon.com.cn |
1fd0efdd7ecf7ed53ea263b4bef02961069b8a28 | 34886bd8cba7c0ba1284f5a1fea32f40345a064d | /example-4/demo-app/src/main/java/com/github/demo/RestTemplateConfig.java | 473806986fb11d4d5adf610458d5fa6d748b97c7 | [] | no_license | SoShibby/efk-demo | 4a657f7fa7317bd02278a9a3654c4ee1ed558823 | 6c6ebf74f3f5ab7c4be002a8164c976f8bada4e3 | refs/heads/master | 2020-06-01T02:50:59.044656 | 2019-11-26T13:23:39 | 2019-11-26T13:23:39 | 190,605,450 | 0 | 0 | null | 2019-06-06T15:30:13 | 2019-06-06T15:30:12 | null | UTF-8 | Java | false | false | 449 | java | package com.github.demo;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTemplate;
@Configuration
public class RestTemplateConfig {
@Bean
... | [
"hnilsson90@gmail.com"
] | hnilsson90@gmail.com |
8cb8f07d6ea3cf14c61aace416a15af72e20de20 | 346b6485876c2de75876b8304a5796811ec5f1a5 | /owsi-core/owsi-core-components/owsi-core-component-wicket-more/src/main/java/fr/openwide/core/wicket/more/util/convert/converters/HumanReadableLocalizedTextConverter.java | ef700aa5958340dfd27d7f406b2c94eccaf8e1f7 | [
"Apache-2.0"
] | permissive | gsmet/owsi-core-parent | 286eeb85428d85f8c9377396e95e7ee8df254c3c | e0f8448fb41f6b4aa916f4743ecd11f330b1d987 | refs/heads/master | 2021-01-15T22:04:34.222096 | 2016-06-30T14:11:46 | 2016-06-30T14:11:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,242 | java | /*
* Copyright (C) 2009-2011 Open Wide
* Contact: contact@openwide.fr
*
* 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 re... | [
"yoann.rodiere@openwide.fr"
] | yoann.rodiere@openwide.fr |
dae3b3dc2e879de80c854651ef85ebfef3aedf59 | 35e080e12d94181b37268db3704501a264ad5f80 | /run/SingleCellChemostat/SingleCellChemostat.java | 7dccefb7708104a614118d703e2a77223155c807 | [] | no_license | cheekolegend/bsim_personal | bde31ff2c4cc66232d54a8ab2a7081c437ff84e0 | f86813f30f23f06b7df42089d3b11e0eff97022a | refs/heads/master | 2023-02-10T15:35:04.129695 | 2021-01-07T17:16:10 | 2021-01-07T17:16:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,167 | java | package SingleCellChemostat;
import bsim.BSim;
import bsim.BSimTicker;
import bsim.BSimUtils;
import bsim.capsule.BSimCapsuleBacterium;
import bsim.capsule.Mover;
import bsim.capsule.RelaxationMoverGrid;
import bsim.draw.BSimDrawer;
import bsim.draw.BSimP3DDrawer;
import bsim.export.BSimLogger;
import bsim.export.BSim... | [
"aaronyip.ca@gmail.com"
] | aaronyip.ca@gmail.com |
f41d655442dbeb42c619ceff5653b6d67423b510 | be4bc7ed09e468dbfc1cd25bae8ab025858c4c22 | /src/Messenger/Server/ServerApp.java | d8ab3f901aaeed76ae849b011002ddd05d32ebd5 | [] | no_license | anatomica/Messenger | 99391bdcadd2fc534ab05cc39bd00ec4cec890c6 | 3eac4d8f453043fd0e8e86b11448e0362a375e92 | refs/heads/master | 2020-08-30T23:39:37.158693 | 2019-10-30T12:32:01 | 2019-10-30T12:32:01 | 218,523,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package Messenger.Server;
public class ServerApp {
public static void main(String[] args) {
new MyServer();
}
}
| [
"maksfomin@gmail.com"
] | maksfomin@gmail.com |
e949ad3db1b3af8d5fb94e302f05602327a8c6bf | 8ec33a9f5ce85617aefe2d406f837e248f7e74bc | /src/main/java/com/hikvision/cms/ws/server/GetAllPersonInspectionResult.java | 88cf25b4f5cbe5460ca89a0cbc9e595fd3af5d5e | [] | no_license | safger/police | 88d59ab30cbf950f6d987e4f36b13c7923d59c78 | 59a80adf0add61a73ae05ca2fc6952756e700ec2 | refs/heads/master | 2021-09-05T21:08:54.357788 | 2018-01-31T02:07:20 | 2018-01-31T02:08:00 | 119,620,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,518 | java |
package com.hikvision.cms.ws.server;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
... | [
"314351068@qq.com"
] | 314351068@qq.com |
733137abb2b9c55ba987204947f11677197ab43c | 9b84a5f945fef1b633a55fe18ec53a997bc59d12 | /addperkiraan.java | 97d838dd152d240a40ba41e67b2a1848b8a1f0d4 | [] | no_license | sekolahrobothijau/Potrosari | 2150450e92442b9bc8ae6df9352099dbf5eae286 | ea5d48ab477fa754a5a5009cd3ccb18547e83d86 | refs/heads/master | 2020-04-14T17:46:09.133720 | 2019-01-03T16:06:00 | 2019-01-03T16:06:00 | 163,993,124 | 0 | 0 | null | 2019-01-03T16:06:01 | 2019-01-03T15:53:42 | Java | UTF-8 | Java | false | false | 27,775 | java | /*
* addbarang.java
*
* Created on March 10, 2008, 4:22 PM
*/
package src;
import java.awt.Color;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JDialog;
/**
*
* ... | [
"noreply@github.com"
] | sekolahrobothijau.noreply@github.com |
9058bd87c0de705f70a9e1f058f70de7687a9144 | 2007887eed4953caa692f8074949ca21e33f1805 | /src/Database/database.java | 96aebfbb648dda72e2bb4935dc098c3e4361b07f | [] | no_license | abdulhamidmazroua/Courses-Center | 7b2fc35fe632a0dd6788127b512e2550e1046024 | 1364328ce920bb29ab010e03990111a025f4835a | refs/heads/master | 2023-01-28T23:23:51.726994 | 2020-12-07T19:25:25 | 2020-12-07T19:25:25 | 319,421,727 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 13,636 | java | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package Database;
import Designs.Home.group_S;
import Tools.tools;
import Tools.tools.table;
import entities.books;
import entities.group;
import entities.instructor;
import entities.subjects;
import entities.year... | [
"abdulhamidmazroua@gmail.com"
] | abdulhamidmazroua@gmail.com |
f7633f416b4280e6823f2711111286a83220c94a | 167facd27579a44f1c27211cb074e533fa8ce1e4 | /TigerConnectDemoApp/app/src/main/java/com/tigertext/ttandroid/sample/bottomsheet/BottomSheetOptions.java | 1240cd74a3983ccc19614e4d333a3d246aaa21a3 | [] | no_license | Binod-Shrestha/android_sdk_demo | c95b9613bacd215bcc8ef58e3e574e5bf8b65369 | 54051a8805191c2fdb8d907699a77acb7d72af5f | refs/heads/master | 2022-02-19T22:37:15.283769 | 2019-09-23T20:27:11 | 2019-09-23T20:27:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,189 | java | package com.tigertext.ttandroid.sample.bottomsheet;
import android.app.Dialog;
import android.os.Bundle;
import android.support.design.widget.BottomSheetBehavior;
import android.support.design.widget.BottomSheetDialogFragment;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.Lin... | [
"cary.dobeck@gmail.com"
] | cary.dobeck@gmail.com |
2fe992fa9b5d03397313c6923ef3a65180667cb5 | b5241a93051aef2305b6848300609ee3db9deef3 | /ejercicio-03-convertidor-tasas/src/test/java/com/eiv/convertidor/ConversorTeParaTnvTest.java | bed91bba8227c61d92e9e80c2536c8dd82d760a5 | [] | no_license | EIVSoftware/ejercicios-java-2019 | 54bcc8dbffc190039ed8feaba7fb095fe92759ed | 0718bb49c94be0852062d0db4f7ce3733e701a29 | refs/heads/master | 2022-01-26T16:18:44.935434 | 2019-10-18T19:25:02 | 2019-10-18T19:25:02 | 190,193,580 | 0 | 10 | null | 2022-01-21T23:32:11 | 2019-06-04T12:07:47 | Java | UTF-8 | Java | false | false | 1,637 | java | package com.eiv.convertidor;
import static org.junit.Assert.assertThat;
import java.math.BigDecimal;
import java.util.Arrays;
import java.util.Collection;
import org.hamcrest.core.Is;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.... | [
"dcairone@eiva.com.ar"
] | dcairone@eiva.com.ar |
925019c5fc8bca580c47fc5356ae2c5181b29451 | c968ca5fed448f3425b3d5fe27327382dc9085ee | /app/src/main/java/fragments/CurrCashPosTabSummaryFragment.java | 9a6aea5c61d86659257e063e75429ad6c1012298 | [] | no_license | aartisoft/CashBox | 7fa7a702b8ebf115dd2b846bda2766c55ecef04c | 6d123c0f7698b1cda364a28dfed845e5971223c6 | refs/heads/master | 2020-06-04T08:08:02.475391 | 2019-06-13T09:37:07 | 2019-06-13T09:37:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,721 | java | package fragments;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import com.example.dd.cashbox.R;
impor... | [
"diedrich.dominik@yahoo.com"
] | diedrich.dominik@yahoo.com |
885f026e939026c82d4415320279d80c993a3031 | eafae636c22b5d95db19e5271d58796bd7be4a66 | /app-release-unsigned/sources/io/reactivex/internal/operators/flowable/FlowableReduce.java | 3e982b1da2dc1a62640156112b76cd896898c200 | [] | no_license | agustrinaldokurniawan/News_Kotlin_Native | 5fb97e9c9199c464e64a6ef901b133c88da3db55 | 411f2ae0c01f2cc490f9b80a6b8f40196bc74176 | refs/heads/main | 2023-05-31T20:59:44.356059 | 2021-06-15T14:43:42 | 2021-06-15T14:43:42 | 377,077,236 | 0 | 0 | null | 2021-06-15T07:44:11 | 2021-06-15T07:38:27 | null | UTF-8 | Java | false | false | 4,128 | java | package io.reactivex.internal.operators.flowable;
import io.reactivex.Flowable;
import io.reactivex.FlowableSubscriber;
import io.reactivex.exceptions.Exceptions;
import io.reactivex.functions.BiFunction;
import io.reactivex.internal.functions.ObjectHelper;
import io.reactivex.internal.subscriptions.DeferredScalarSubs... | [
"agust.kurniawan@Agust-Rinaldo-Kurniawan.local"
] | agust.kurniawan@Agust-Rinaldo-Kurniawan.local |
4c0ed47f23fe442731603dc5d0a65b550d0e1d81 | a56c0cd03b3731c8e6a340e8d77bee09746a92cd | /src/main/java/com/fansin/message/tool/core/AbstractMessageProcessor.java | f46375ac7e4dca71f88442c94dbdb2468285c57c | [] | no_license | August2016/message-tool | 0b47fd372aebac4940c98251a4ee33ce71b149e4 | e9968cfadefc54ffb3bbabb38518fc033df5cec4 | refs/heads/master | 2020-03-19T20:20:52.390548 | 2018-05-04T02:35:58 | 2018-05-04T02:35:58 | 136,897,700 | 1 | 0 | null | 2018-06-11T08:35:40 | 2018-06-11T08:35:40 | null | UTF-8 | Java | false | false | 3,646 | java | package com.fansin.message.tool.core;
import cn.hutool.core.util.ZipUtil;
import lombok.extern.slf4j.Slf4j;
import java.io.File;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.TimeUnit;
/**
* <p>Title: AbstractMessageProcessor</p>
* <p>Description: </p>
*
* @author zhaofeng
* @version 1.0... | [
"171388204@qq.com"
] | 171388204@qq.com |
149f69c971ca32a19d2aef1b887a8ff51acc4c96 | 1fe18134cb6cab829449f874be47cb5e7b2143e0 | /dynamic-datasource/src/main/java/com/gonar/dynamicdatasource/crm/service/impl/RoleServiceImpl.java | 8fc5a6cb1bdc6c0e3839e37cc52173c5b70b94ef | [
"MIT"
] | permissive | 13797411476/gonar | 7ff57097dccfcefe64910148787f9da94f7f9544 | d2e2e7b624633579bd53434a153a8fa337b70400 | refs/heads/master | 2022-12-22T04:40:12.376896 | 2020-01-20T10:31:30 | 2020-01-20T10:31:30 | 232,939,037 | 1 | 0 | MIT | 2022-11-16T09:21:50 | 2020-01-10T01:22:34 | Java | UTF-8 | Java | false | false | 528 | java | package com.gonar.dynamicdatasource.crm.service.impl;
import com.gonar.dynamicdatasource.crm.entity.Role;
import com.gonar.dynamicdatasource.crm.dao.RoleMapper;
import com.gonar.dynamicdatasource.crm.service.IRoleService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.st... | [
"1075385856@qq.com"
] | 1075385856@qq.com |
ebae53e1b33d3712cad62193edc7604fd1764333 | 383536f217283580bd2dd2bfe18cc47136ecf529 | /src/main/java/io/oneko/helm/HelmCommands.java | f9c3e007a04c0c2040bf115e0a9d58ead512be6f | [
"Apache-2.0"
] | permissive | subshell/o-neko | 04c17118002469a3390d191dd107005213df785e | 254a2790b79dfc7c67fdc2614812733d52aaec3f | refs/heads/master | 2023-07-17T07:58:00.745567 | 2023-04-12T14:26:33 | 2023-04-12T14:26:33 | 206,104,667 | 13 | 7 | Apache-2.0 | 2023-07-12T01:34:47 | 2019-09-03T15:01:28 | Java | UTF-8 | Java | false | false | 8,189 | java | package io.oneko.helm;
import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import com.google.common.annotations.VisibleForTesting;
import io.micrometer.core.instru... | [
"noreply@github.com"
] | subshell.noreply@github.com |
222286a6205efeb34e4db8643fef36cabb4f496e | dd58f4b622faa2b06fb06c4e69d77b36c926821e | /demo/src/main/java/com/example/demo/WeatherList.java | 9b8da409f82dcecd54d85192e4a68f4e5ce7cd01 | [] | no_license | mindingding/RecommendCloth | cc042c199290c4fc20c5483a31fd12a8b92922c1 | cd25e44aae22491eba132430814384d81d4b0874 | refs/heads/master | 2020-03-19T12:09:04.048504 | 2018-06-07T15:54:39 | 2018-06-07T15:54:39 | 136,499,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.example.demo;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class WeatherList {
public Weather weather;
public WeatherList() {}
public WeatherList(Weather weather) {
this.weather = weather;
}
public Weather getweat... | [
"noreply@github.com"
] | mindingding.noreply@github.com |
72a5ae65a6f82906ea6e2b892a981d0f2f72616e | fd725fbe3b1377810a7c48f47a0c4dd845a6c263 | /src/main/java/br/com/gustavodias94/swaggerspring/config/WebConfiguration.java | 87f8b5b111637bdea481335c489fb64bc71bd05f | [] | no_license | gustavodiasdev/swaggerspring | 73347458df190a1255f56c6b20fa225e3ac7732d | 1170b519ef6aae42b1d8f2b19a8368bd606d5503 | refs/heads/master | 2021-07-09T10:57:51.944406 | 2020-07-09T21:20:47 | 2020-07-09T21:20:47 | 131,153,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | package br.com.gustavodias94.swaggerspring.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
@Configuration
public class WebConfigurat... | [
"sdias.gustavo@gmail.com"
] | sdias.gustavo@gmail.com |
f540ba772ecf7d7d33c8b02950073728ed1c406b | 6dc029e03ff39ddfea9d73e069510b57570ebee3 | /src/com/sgic/dao/BookDao.java | fa312fb6214fb304de4237ef3856aa5141f81173 | [] | no_license | MathuraSivarajah/Library-Management-System | 6adfd9596dee8b32950d2e80cf49c03fd888a06a | 98c39acf9fa0a93444cb2687b06ef74f0899d997 | refs/heads/master | 2020-04-29T06:43:13.976155 | 2019-03-16T04:39:22 | 2019-03-16T04:39:22 | 175,926,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,692 | java | package com.sgic.dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.jdt.internal.compiler.ast.ThrowStatement;
import com.sgic.bean.Book;
publ... | [
"smadhura94@gmail.com"
] | smadhura94@gmail.com |
634cc586107520c91d1bc5a6d1b0e5de13d6c594 | ea186e4bf5864186897e2f958d103a44269af294 | /dominatorarena/src/main/java/com/biel/dominatorarena/Config.java | 0042c671780a089c442e84050ff5f84a01acbedb | [] | no_license | biels/dominatorarena | 77d989643f5e0a1c7d4c8f137c5d20398f5a7e9a | e73c94b39abe43f6957e0e1da10e7d5295b5e2db | refs/heads/master | 2021-01-20T01:04:49.046377 | 2017-06-02T14:59:22 | 2017-06-02T14:59:22 | 75,611,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.biel.dominatorarena;
import java.io.File;
/**
* Created by Biel on 1/12/2016.
*/
public class Config {
public final static String FILES = "files";
public final static String VERSION_DIR = FILES + "/versions";
public final static String INPUT_DIR = FILES + "/input";
public final static St... | [
"bielsimon2@gmail.com"
] | bielsimon2@gmail.com |
9417a9f5f3a8d9b6f08fbec1accfe769bb108ed1 | e7b2885a98a7956d8d8ff4649f3ebd8a312c1790 | /spring-aop/src/main/java/com/wyl/cglib/DaoFilter.java | 2dfbe8e90cdc573f5c2d55b26700fbd5ac9caa52 | [] | no_license | wangyulin/study | b918476329b38235620b009187f61e5c987ee330 | 20b57d0399c2f5406bf5c3f183681e80f6b4e346 | refs/heads/master | 2020-06-30T19:25:24.036645 | 2018-11-06T00:15:03 | 2018-11-06T00:15:03 | 66,319,561 | 0 | 0 | null | 2016-09-05T05:09:27 | 2016-08-23T00:56:36 | Java | UTF-8 | Java | false | false | 360 | java | package com.wyl.cglib;
import net.sf.cglib.proxy.CallbackFilter;
import java.lang.reflect.Method;
/**
* Created by wangyulin on 12/02/2018.
*/
public class DaoFilter implements CallbackFilter {
@Override
public int accept(Method method) {
if ("select".equals(method.getName())) {
return... | [
"jieyebing@gmail.com"
] | jieyebing@gmail.com |
e3ba88cb03027773e4a0cfcdacd7cb744b15b914 | 19f9bc0b2971717571f68f628182db194a86c3a1 | /src/main/java/ru/valerykorzh/springdemo/controller/validator/AccountPostDtoValidator.java | 845394cd4a10b14036a1bbf90ba6177603793125 | [] | no_license | ValeryKorzhavin/stackoverflow | 8a3f3cdf175adb6bd042f5f3aadb62c01344eb66 | 17b624fa48248f8da25c23c319f4a1308f183fcc | refs/heads/master | 2022-05-09T10:29:44.203360 | 2020-02-24T19:36:06 | 2020-02-24T19:36:06 | 228,776,866 | 11 | 4 | null | 2022-03-08T21:17:41 | 2019-12-18T06:50:30 | Java | UTF-8 | Java | false | false | 775 | java | package ru.valerykorzh.springdemo.controller.validator;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.Validator;
import ru.valerykorzh.springdemo.dto.AccountPostDto;
@Component
public class AccountPostDtoValidator implements Valida... | [
"white.and.bushy@gmail.com"
] | white.and.bushy@gmail.com |
e3653481c22df5b38c6a9c9acbf7db461c098ebd | c761e74884a0f8e733a8d7c3af00dce0f4d76a92 | /src/main/java/com/samir/sms/controller/services/administrativeStaff/AdministrativeStaffService.java | d8c67a8ff089deb007c58b8f5ef6b39e3aa287a2 | [] | no_license | samirguemri/school-management-software | f794f9eaab0425c7402b49a55d41dd34007a3622 | 016b080fefdb919cbbebd071202350468582b4f8 | refs/heads/master | 2022-12-17T05:46:55.948544 | 2020-09-16T13:59:13 | 2020-09-16T13:59:13 | 294,060,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,700 | java | package com.samir.sms.controller.services.administrativeStaff;
import com.samir.sms.controller.data.dao.administrativeStaff.IAdministrativeStaffDAO;
import com.samir.sms.model.person.AdministrativeStaff;
import com.samir.sms.model.object.LocalUniqueId;
import org.springframework.beans.factory.annotation.Autowired;
imp... | [
"samir.guemri@gmx.fr"
] | samir.guemri@gmx.fr |
b3971e4adbc40fc7418ed54bee7259e6c5d0892d | 54d2cc766ccbfe5072dd557985530e70a6e3e026 | /app/src/main/java/com/nicklin/easyandroid_payutil/MainActivity.java | 51991a1c6b47d8e32ba61aede322b403bb51db07 | [] | no_license | nicklin99/easyandroid_payutil | 9587530416465d5c2d58c182eab8f34a352acdf5 | 6c32c6777723d00493f891b6e6aafb72b4576061 | refs/heads/master | 2021-09-09T17:21:28.178482 | 2018-03-18T12:45:30 | 2018-03-18T12:45:30 | 125,650,757 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package com.nicklin.easyandroid_payutil;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.nicklin.easyandroid_payutil.pay.PayResult;
import com.nicklin.easyandroid_payutil.pay.PayUtil;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreat... | [
"authen@qq.com"
] | authen@qq.com |
2cf4e94d45eea60cbce93e42a5b39f4bce717f3c | 2be11c2a859ff4da843b7e219038dea027a79ed9 | /src/main/java/me/ygy/jjvm/instructions/stack/Dup2.java | 2acbfbe794e8f9aef0236a5d839417fed743a199 | [] | no_license | ab409/jjvm | e0bec5cdb942c2d14b708fc6fb05d78feaf6e6c9 | 3da8d7f3ce428531bda77e2008ebff306b3fb947 | refs/heads/master | 2020-05-30T14:45:30.660520 | 2017-11-07T12:39:40 | 2017-11-07T12:39:40 | 69,659,210 | 9 | 2 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package me.ygy.jjvm.instructions.stack;
import me.ygy.jjvm.instructions.base.NoOperandsInstruction;
import me.ygy.jjvm.rtda.Frame;
import me.ygy.jjvm.rtda.LocalVars;
import me.ygy.jjvm.rtda.OperandStack;
/**
* Created by guangyuanyu on 2016/10/14.
*/
public class Dup2 extends NoOperandsInstruction {
@Override
... | [
"guangyuanyu@sohu-inc.com"
] | guangyuanyu@sohu-inc.com |
6788e23637c17f21148b60e52b90cd2b56f4a54c | 6b7b1dec396b1929257732ae2f5ab9d9d99ec18b | /WebGamesBridge/app/src/main/java/com/felkertech/n/myapplication/ACHIEVEMENTS.java | eb06624b03e2b766e67ec3ce33a836adad1fbc4b | [] | no_license | Fleker/WebGameBridge.js | e5906b23713f74236f1f9bec9e815172295916d0 | efbd6e016f1fada17e129798841d50e4b1c8d986 | refs/heads/master | 2021-06-24T22:19:09.315078 | 2016-10-12T04:26:18 | 2016-10-12T04:26:18 | 28,768,007 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.felkertech.n.myapplication;
import com.google.android.gms.games.achievement.Achievement;
/**
* Created by N on 2/14/2015.
*/
public abstract class ACHIEVEMENTS {
public static int STANDARD = Achievement.TYPE_STANDARD;
public static int INCREMENTAL = Achievement.TYPE_INCREMENTAL;
pu... | [
"handnf@gmail.com"
] | handnf@gmail.com |
8cfed51db32fb293594010348d3c5ccea5969422 | 8e6393c5005bc93cc1a6ff584ea41957f7a76886 | /service-user-center/src/main/java/tech/techstack/service/user/center/controller/HelloController.java | f683a6380ecb078c179b0f4631f294d98af46ebc | [] | no_license | Jagali/spring-cloud-demo | a0540f41fa6679cd2b80c6c01e85093ca5100412 | 7e867d7d0d721c04a6f93c5d25c1865e04edcce2 | refs/heads/master | 2020-12-12T22:34:23.393476 | 2020-01-15T10:14:57 | 2020-01-15T10:14:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package tech.techstack.service.user.center.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
* @author chenjianyuan
* @date 2020/1/14 20:59
*/
@RestController
public ... | [
"1752133445@qq.com"
] | 1752133445@qq.com |
6546e2b0dbed16261d5811494326cd771bf51576 | 475323026c94644a6170483722623d850cb8b022 | /core-service/src/main/java/com/example/sample/coreservice/UserEntity.java | 84729f50f504e9221375ab864796c70cf6610ab3 | [] | no_license | dilwarmandal/Microservices | e8aac53c21740dd85b65a244f19321cd1cb19eb2 | ce5d689be8b1c4feabb96c677cd88ce139ba709e | refs/heads/master | 2020-09-09T14:56:25.293782 | 2019-11-12T10:56:35 | 2019-11-12T10:56:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,589 | java | package com.example.sample.coreservice;
import javax.persistence.*;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import java.io.Serializable;
@Entity
@Table(name="user")
public class UserEntity implements Serializable {
@Id
... | [
"MB99EMd@ad.ing.net"
] | MB99EMd@ad.ing.net |
973ec12057623c67ff5881b19eca4e5691e284c0 | 90a738eac57a06e6ddf1e85f32f021876fdd0516 | /src/main/java/de/micha/dijkstra/view/NearPointView.java | d0695c74897e8bea3956a6b2991785a54a146f54 | [] | no_license | mherttrich/dijkstra-java8 | 4814471b27be2c39bf1e672d2313464246a4d16b | 44a0d267baacd000765f3d509bf4e1fcdea32e8f | refs/heads/master | 2020-02-26T13:56:30.144369 | 2016-09-27T15:49:21 | 2016-09-27T15:49:21 | 65,321,845 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package de.micha.dijkstra.view;
/**
* Created by micha on 07.08.16.
* Viewclass to encapsulate a result of a near neighbour search
*/
public class NearPointView {
private final String nodeName;
private final int distance;
public NearPointView(String nodeName, int distance) {
this.nodeName = nod... | [
"m.herttrich@web.de"
] | m.herttrich@web.de |
06c92414bc0ce72adc80da6e278812f7437d4138 | 995b9355776e6f41919f17d8ec0f96b7293181ab | /agency-server/src/main/java/com/al/agency/configs/AWSS3Config.java | 61434798955571fa073580c48ac6300b127a15c8 | [] | no_license | iGunya/agency | b27b5271de5ce88169eca6e8533d03078d3179a2 | f697effd2cc78aaa9c5ae9c4863febe0d898d126 | refs/heads/master | 2023-08-21T13:08:09.453414 | 2021-10-02T06:13:44 | 2021-10-02T06:13:44 | 384,025,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,264 | java | package com.al.agency.configs;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.BasicAWSCredentials;
import com.amazonaws.regions.Regions;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.AmazonS3ClientBuilder;
import org.springframework.beans.factory.annotat... | [
"al.cuznecz2000@yandex.ru"
] | al.cuznecz2000@yandex.ru |
f9a91e73e744b570d762337f0d26d3467ae42885 | da8fac5eaf6c40e593768fff9ab9f9a9567a2808 | /tlatools/org.lamport.tlatools/test/pcal/ULEuclidTest.java | f6a144210ca0a39eda9a94c95a9edacadfc4d569 | [
"MIT"
] | permissive | tlaplus/tlaplus | dd02971ea1fface9a4e6642d0b433291ad462db4 | baf6f1b4000ba72cd4ac2704d07c60ea2ae8343b | refs/heads/master | 2023-09-03T17:39:23.238115 | 2023-08-28T00:28:30 | 2023-08-28T02:46:40 | 50,906,927 | 2,214 | 203 | MIT | 2023-09-05T21:38:47 | 2016-02-02T08:48:27 | Java | UTF-8 | Java | false | false | 2,218 | java | /*******************************************************************************
* Copyright (c) 2018 Microsoft Research. All rights reserved.
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "S... | [
"tlaplus.net@lemmster.de"
] | tlaplus.net@lemmster.de |
64af681309adf642e6af5b0878782608151b309c | 580ee6b53d278aaf3a3e8003539e22a41efbe513 | /JAVA/First/src/chapter4/DowhileEx1.java | 3175aef87c90aaf6fb53cf6ebc52a9b932ef43d8 | [] | no_license | KMG-code/study-note | f4f15b161bb0c22ed9a76900bf3ac2e6e5582698 | f7118a32b9709ef2ae211e562c73b3cb8dd7165a | refs/heads/master | 2023-01-11T09:36:24.583474 | 2020-11-12T14:47:03 | 2020-11-12T14:47:03 | 309,089,307 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 291 | java | package chapter4;
public class DowhileEx1 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int sum = 0;
int num = 1;
do {
sum=sum+num;
num=num+1;
}while(num<=10);
System.out.println("1부터 10까지의 합은"+sum+"입니다");
}
}
| [
"snow9069@naver.com"
] | snow9069@naver.com |
e28d3aad9a9820a2ec7a01657140337a30aa1286 | 4f4de80810ec012d9cd45784a6668c220a23cc31 | /src/halma/minimax/features/DontBlockFriendFeature.java | cd5b4c0328e4accfc7856f1cf70719914eef895f | [] | no_license | jokeofweek/comp424 | f1b2218c64dcac44aa15dbe6bf499d0c53491b26 | 68c75d6da68a8e88bdc480547bbb0b180727b1fc | refs/heads/master | 2021-01-22T23:53:13.417726 | 2014-04-10T05:38:00 | 2014-04-10T05:38:00 | 17,028,136 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,759 | java | package halma.minimax.features;
import halma.CCBoard;
import java.awt.Point;
public class DontBlockFriendFeature extends Feature {
private static Point[] DEFAULT_FRIEND_PIECE = {new Point(0, 0)};
private static Point[] DEFAULT_TRAP_PIECES = {
new Point(1, 1),
new Point(0, 1),
new Point(1, 0),
new Point(2,... | [
"dominiccharleyroy@gmail.com"
] | dominiccharleyroy@gmail.com |
10abc35f0059bec25a3f103672ff111e72181269 | a3270bab31b032641ccbdb28b4d586d06c3e820f | /SamplePracticeProject/src/main/java/com/bit/shared/test/Header.java | 2f45ba913a977b6b82083d4d7d6933483ac35db4 | [] | no_license | bittechusa/Couple | 062a4d0d2f10a5f6e14bdfccffb00f40cca0f2a7 | 77efbf962db9d165c15d5f567397f973fb17574c | refs/heads/master | 2016-08-11T20:55:39.141497 | 2016-01-16T22:55:19 | 2016-01-16T22:55:19 | 48,623,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 55 | java | package com.bit.shared.test;
public class Header {
}
| [
"you@example.com"
] | you@example.com |
194474922d1ff2c2fbe54dc00e01c0dd2b24e9d1 | 5e45ccf76f8e1f61a35916e2ec7f126a4aeea1b4 | /Battle/src/Army/Villager.java | ee8b97bb82e0b8699269bbe2097970e15db9f2ee | [] | no_license | zbytspokojna/VikingSimulator | 7aeb2846d8dc6df36d3641336c8d1771c824704f | 3f15fa53b53d105e46907647b29352aeaa9a1f2f | refs/heads/master | 2021-05-01T20:21:09.367925 | 2017-01-23T22:59:51 | 2017-01-23T22:59:51 | 79,175,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,050 | java | package Army;
import Armament.Shield;
import Armament.Weapon;
import Map.Building;
import Map.Terrain;
import Map.Village;
import Schemes.Colors;
import Schemes.Directions;
import Schemes.States;
import Schemes.Weapons;
import java.awt.*;
import java.util.ArrayList;
import java.util.Random;
import static Colision.Di... | [
"noreply@github.com"
] | zbytspokojna.noreply@github.com |
060c84dee9251d23ecdd7d2b8bdfd06343bfa60b | 74539d9e911ccfd18b0c13a526810be052eec77b | /src/com/amazonaws/services/sns/model/transform/ListSubscriptionsResultStaxUnmarshaller.java | ea816bc5c8e7398934ef512551661fd528b37467 | [] | no_license | dovikn/inegotiate-android | 723f12a3ee7ef46b980ee465b36a6a154e5adf6f | cea5e088b01ae4487d83cd1a84e6d2df78761a6e | refs/heads/master | 2021-01-12T02:14:41.503567 | 2017-01-10T04:20:15 | 2017-01-10T04:20:15 | 78,492,148 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,107 | java | package com.amazonaws.services.sns.model.transform;
import com.amazonaws.javax.xml.stream.events.XMLEvent;
import com.amazonaws.services.sns.model.ListSubscriptionsResult;
import com.amazonaws.transform.SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller;
import com.amazonaws.transform.StaxUnmarshallerContext;
import c... | [
"dovik@dovik-macbookpro.roam.corp.google.com"
] | dovik@dovik-macbookpro.roam.corp.google.com |
82427e1fd2aa5c5eb2c1c8b0ce5550016257743e | f3089f62135c9e230436e65ca23c8ea1df823725 | /src/main/java/com/mzweigert/jobnotifier/controller/ResendJobsRESTController.java | 72ca8ac2821e4af23205d40d4f440e47f63e610c | [] | no_license | mzweigert/job-notifier | d0ad5842a6f34facca8d4640ca77e1a50dcd5172 | cb444d5fdbff9d34d100a8ed48f4c66c2f034051 | refs/heads/master | 2020-07-16T17:16:07.767630 | 2019-11-06T16:34:26 | 2019-11-06T16:34:26 | 205,830,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,285 | java | package com.mzweigert.jobnotifier.controller;
import com.mzweigert.jobnotifier.service.ResendJobsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;... | [
"mateuszzweigert@gmail.com"
] | mateuszzweigert@gmail.com |
a64d8837d35806d7e5f2a27af96d9038fd52b47a | 26c0c9ff56ffbdf7071a65332f8b746ce274c8fb | /src/ru/nsu/hci/bayrakh/javalabs/lab3/Infix2PostfixCalculator.java | afcb374f3994062a5057ee10fc8ae03414998966 | [] | no_license | vki-group-503b/bayrakh | e9801ad470be0dd0f91ff5d1957991f7a582168c | 57a6a4516e7198e7823904960706edb70b616330 | refs/heads/master | 2021-09-01T20:07:00.144083 | 2017-12-28T14:20:35 | 2017-12-28T14:20:35 | 105,347,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package ru.nsu.hci.bayrakh.javalabs.lab3;
import java.util.Scanner;
public class Infix2PostfixCalculator {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.print("Введите выражение: ");
String expression = input.nextLine();
try {
... | [
"linsi30898@gmail.com"
] | linsi30898@gmail.com |
0b699921027407633ab3e7d87bdb94f70430b60f | 3672cc71d1d6655449cf883da52763664bf95a73 | /javasource/src/ch5/Person.java | f6bbcaebfdeab099d4895ae70a4cb5db681cdf9c | [] | no_license | youngkwonnoh/javasource | 4a19dbc97e6f9380d2b434f4aea1ef8a500b2a0e | edbb24c7341bb2bece1241b3b5f05bd9c82d94bb | refs/heads/master | 2023-05-11T16:50:42.714124 | 2021-06-02T14:21:22 | 2021-06-02T14:21:22 | 357,107,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package ch5;
public class Person {
// final => 상수(고정된 값, 변경 불가)
static final String NATION = "Korea";
String ssn;
String name;
}
| [
"yknoh.sol@gmail.com"
] | yknoh.sol@gmail.com |
7a4ecc5945d840e21fc3d07509bab1af33304e1b | 66526a23aab5c5993bc618b190327a203c15e27c | /src/main/java/com/ocp/day18/ArrayListDemo.java | 9732a09750375c324bffeac35713062427717660 | [] | no_license | vincenttuan/Java20210219 | 5cc4bdd90ce1906619fe57a2e9b86b79d3960ccb | 969b5862bd8b815f2fcf59cc52405ea552925d92 | refs/heads/master | 2023-05-30T08:42:31.304407 | 2021-05-28T13:40:37 | 2021-05-28T13:40:37 | 340,356,674 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package com.ocp.day18;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class ArrayListDemo {
public static void main(String[] args) {
// 四星彩(0~9)取四個可重複的數字
List<Integer> lotto = new ArrayList<>();
Random r = new Random();
for(int i=0;i<4... | [
"teacher@192.168.1.180"
] | teacher@192.168.1.180 |
524561617c4b936cf16f1619dbf64e3758f37c4d | afcf2eed601ec318f46b186915c1f98ed50064a4 | /JavaBean/src/java/models/Order.java | 5aaf91e91b51572899d8318a1316e4a8b97754c3 | [] | no_license | aishahzaharii/webapp | c94a81c2db68a30d79aba9a446096529d7239071 | 743c9ba98d3c67ea5eeaaef4329907c6bd839194 | refs/heads/master | 2020-09-25T04:18:24.682506 | 2019-12-30T12:41:34 | 2019-12-30T12:41:34 | 225,915,874 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 464 | java |
package java.models;
public class Order {
public int foodId;
public String name;
public String category;
public int orderno;
public int price;
public int cost;
public Order(int foodId,String name,String category,int orderno,int price,int cost){
this.foodId = foodId;
th... | [
"noreply@github.com"
] | aishahzaharii.noreply@github.com |
2d801a8837eb3406965015ea9938f6887e573ea9 | defeb3dbf0269f4305d0520e20c807731646e090 | /src/main/java/Termin.java | 87e59d16d5112c0edfa17c651387d047f2f55e21 | [
"Unlicense"
] | permissive | PrzemekDulat/java-crud-hibernate | e4a69429b1d20c3d7bb8d43832b92413dee371b2 | a118d7fb2e2b6d7c45fafef1daf1c3e7ccd15f8f | refs/heads/master | 2020-06-23T14:27:20.176147 | 2019-07-24T14:14:54 | 2019-07-24T14:14:54 | 198,649,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | import javax.persistence.*;
import java.util.List;
@Entity
public class Termin {
public Termin(String data)
{
this.data = data;
}
@Id //@GeneratedValue(strategy= GenerationType.AUTO)
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int idTermin;
private String data;... | [
"53231562+PrzemekDulat@users.noreply.github.com"
] | 53231562+PrzemekDulat@users.noreply.github.com |
9c5d89822891735a3aec36d439d41dcefb9a6e95 | b580639d26f6ed4fe6e64b77a164812caee0fdac | /mybatis-generator/target/com/xuanhe/prize/commons/db/mapper/CardUserHitMapper.java | fbaec82c2fa2d4c2b09402b3fc152693093da75e | [] | no_license | xuanhe789/frontend | 149c0bc433ff8a78d74904e5246b49932f98e423 | 65be809fd471c00fad9088d66a82ee139792f35b | refs/heads/main | 2023-02-23T15:35:47.210263 | 2021-01-28T16:05:21 | 2021-01-28T16:05:21 | 330,382,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,086 | java | package com.xuanhe.prize.commons.db.mapper;
import com.xuanhe.prize.commons.db.entity.CardUserHit;
import com.xuanhe.prize.commons.db.entity.CardUserHitExample;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
i... | [
"506078418@qq.com"
] | 506078418@qq.com |
78b2227077fc328aaffd0c974efb80cc4c6dae82 | 4f24bf08bcb42a079db8e48938f48fe74d68257b | /lizard-query-server/src/main/java/lizard/query/LzDataset.java | 64505e8b135b11459269660f8907fb6dee6614f0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | anukat2015/lizard | a5d6226c2d809ce8e94f734d93d3a2daaaacae0d | eb9de7407cf7b20531910a77fb29e6be3b9768e3 | refs/heads/master | 2020-12-29T00:29:33.050304 | 2015-08-20T19:10:24 | 2015-08-20T19:10:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,273 | java | /*
* 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 writing, software
* dis... | [
"andy@seaborne.org"
] | andy@seaborne.org |
5bc9b9c639f4810e57704dc1ce0be898d99ad90d | c8e8e740e00320e0a1be0d40dad5263471bdda3d | /src/leetcode/L2017042702_442_Find_All_Duplicates_in_an_Array.java | d0d6c34dbcda8255fd267be0d053656f3b7c0bef | [] | no_license | zhangruimin/leetcode | 7fdf4d64be48711ffc5579b673a1df2d4c68da96 | 3299b40534050caa7575e47ba8cf6514df98b844 | refs/heads/master | 2021-01-23T04:39:18.326871 | 2018-05-20T12:22:44 | 2018-05-20T12:22:44 | 86,231,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package leetcode;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
/**
*/
public class L2017042702_442_Find_All_Duplicates_in_an_Array {
public List<Integer> findDuplicates(int[] nums) {
ArrayList<Integer> result = new ArrayList<>();
for (int num : nums) {
... | [
"zrruimin@amazon.com"
] | zrruimin@amazon.com |
ca68d4b1adb9d718a8140814807e7d4f20ab4f14 | 4e5938d9d4ba04031c53508805a39c6b9fc13f00 | /src/boletin19/Correo.java | 29b08c17eaa85161f5477684a03dbb129b79c74c | [] | no_license | garciaamor/Boletin19 | 09b355d573887800cb839ba05d788bf43a8e87e9 | 0c865535ff9f866cb60b8f49b047f4b8ec4dc5e3 | refs/heads/master | 2021-01-10T11:11:58.308745 | 2016-02-04T10:03:41 | 2016-02-04T10:03:41 | 51,067,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package boletin19;
public class Correo {
String contido="Prueba de correo";
boolean leido;
public Correo(String contido, boolean leido) {
this.contido = contido;
this.leido = leido;
}
public String getContido() {
return contido;
}
public void setContido(String con... | [
"jgarciaamor@atanasoff01.danielcastelao.org"
] | jgarciaamor@atanasoff01.danielcastelao.org |
216a03183ddf9ebf9c387452ea26c5e943095288 | 28836d77e32aa894e3388b35e7163412cf017da1 | /src/main/java/com/tw/apistackbase/security/user/Role.java | 60bcccd0bfba560c4ec5764bc7555e95e4bd2ab7 | [] | no_license | zjx-immersion/spring-jwt-rest-api | 4ae2e48722c328b62d7e3a549908917611a8b625 | 8b2dcd98cd4124dc521b9c0cea2e7ac50716c3a9 | refs/heads/master | 2020-03-25T02:30:44.238722 | 2018-08-02T12:40:47 | 2018-08-02T12:40:47 | 143,293,106 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package com.tw.apistackbase.security.user;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.List;
@Entity
@Table(name = "AUTHORITY")
public class Role {
@Id
@Column(name = "ID")
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "authority_seq")
@... | [
"jianxin_home@163.com"
] | jianxin_home@163.com |
b867376ae8a6784cd00668ce2c0bf47c0a21c614 | eba8f0968ac305935d1573d5429ae48317fe081a | /controle-frequencia/src/main/java/dao/GenericService.java | 1b101f87c4acdfa131227ef177f12cad3d94f2b9 | [] | no_license | victorborg3s/controle-frequencia | 48af82490bd638cf25d752544602ae33baa3f16b | 94b8a5238f1eeb79ce62dbb0d0c0fedb0aeee914 | refs/heads/master | 2020-03-28T23:54:18.296476 | 2018-03-26T04:59:08 | 2018-03-26T04:59:08 | 94,632,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package dao;
import java.util.List;
import javax.persistence.criteria.CriteriaQuery;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import entity.BaseEntity;
import util.HibernateUtils;
public class GenericService {
public static List<?> getAll(Class<?> clazz) {
List<?> data ... | [
"victor.borges@ifbaiano.edu.br"
] | victor.borges@ifbaiano.edu.br |
3b3b54a0fd40c8f3840a08e53244f5ecb269c4dc | 38bf794b332be79fb3b73840302207a3d45d6bdf | /src/main/java/com/wipro/EmployeeDatabase/Repository/EmployeeRepository.java | 8920c783fe044fc548a8bfc953450baeff7393b3 | [] | no_license | KrishnaVamsii/EmployeeDatabase | edad4b7f801002fce2e35e5abafa3b5cf80099cf | 31aff67a0c95effba0910a1fe4c256ef88f555e3 | refs/heads/master | 2020-08-01T13:24:39.293399 | 2019-09-26T05:55:08 | 2019-09-26T05:55:08 | 211,010,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.wipro.EmployeeDatabase.Repository;
import com.wipro.EmployeeDatabase.model.Employee;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
public interface EmployeeRepository extends JpaRepository<Employee,String>,CrudRepository<Employee,S... | [
"krishna.vamsi@wipro.com"
] | krishna.vamsi@wipro.com |
29739c6ba031a74b09c8a9440da997c94ccf11c0 | f8e66a3b352038fe1020640d7bfc3457216470df | /app/src/main/java/com/digitalhouse/firebaseentregavel/modules/CadastroGame/view/CadastroGameActivity.java | d495a16a837e9ae6afb8f285b07c7331243a14eb | [] | no_license | JeffLasa/FirebaseEntregavel | b89d0d0c075ed4f0ee38c91ae8d3ce6f07f06fef | 19a9e0c83cbf3230abb5a96daece50a60179a62e | refs/heads/master | 2020-07-06T14:46:59.827544 | 2019-09-03T19:34:20 | 2019-09-03T19:34:20 | 203,055,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package com.digitalhouse.firebaseentregavel.modules.CadastroGame.view;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.digitalhouse.firebaseentregavel.R;
public class CadastroGameActivity extends AppCompatActivity {... | [
"jeff.lasa@hotmail"
] | jeff.lasa@hotmail |
542e39f21e8c046bd62c603a5809c920a5532bab | c4a2eff1301b6e927e5f6e1c7300d0dc8dbefd27 | /src/Offer29.java | ba9d3bb7838ca7acd42af0128613ef9aab7979ef | [] | no_license | HuangNobody/JianZhi_Offer | 1d165cfbc3f61b158b7cd2de3066cbe0d1fda9d8 | 9f5f6303ccd3aaed6791b0da36dd926cf8badee0 | refs/heads/master | 2020-04-24T23:03:18.327058 | 2019-03-28T08:47:50 | 2019-03-28T08:47:50 | 172,331,601 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,529 | java |
public class Offer29 {
//选用partition函数
public int partition(int [] arr, int left, int right){
int result = arr[left];
if(left>right)
return -1;
while(left<right){
while(left<right && arr[right] >= result)
right--;
arr[left] = arr[right];
while(left<right && arr[left] < result)
left++;
... | [
"haohuang_work@163.com"
] | haohuang_work@163.com |
86f2693cee63603833dc24d4f6ee434212ed8dac | 8e94005abdd35f998929b74c19a86b7203c3dbbc | /src/bloomberg/tree/MaxValInTree.java | 456c16b737638426947e6c157b4b29c27d467076 | [] | no_license | tinapgaara/leetcode | d1ced120da9ca74bfc1712c4f0c5541ec12cf980 | 8a93346e7476183ecc96065062da8585018b5a5b | refs/heads/master | 2020-12-11T09:41:39.468895 | 2018-04-24T07:15:27 | 2018-04-24T07:15:27 | 43,688,533 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package bloomberg.tree;
/**
* Created by yingtan on 10/16/15.s
*/
public class MaxValInTree {
}
| [
"yt2443@columbia.edu"
] | yt2443@columbia.edu |
cc54e6974e2eeba4a3cae1411dff5abdea9f9a4b | 3adc99579f53ee8f56e37c4a9e9107b4438abe8f | /2.JavaCore/src/main/java/com/jr/level/level19/task1907/Solution.java | 153d33274cdf4b8bc3203ab2b8164966b8dddf9b | [] | no_license | Qventeen/JavaLearn | 3fa87b7b48c968f3c3813816c524e14702786f6b | 9157dae1be1c73da587457c17906bcb3a75e54ec | refs/heads/master | 2023-02-04T16:24:59.982269 | 2020-12-18T16:17:58 | 2020-12-18T16:17:58 | 322,562,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package com.jr.level.level19.task1907;
/*
Считаем слово
*/
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.InputStreamReader;
public class Solution {
public static void main(String[] args) throws Exception{
BufferedReader rd = new BufferedReader(new InputStreamReader(System.in))... | [
"qventeen@gmail.com"
] | qventeen@gmail.com |
dd3f0025af36cddacc5d715e4c8c4e86fd38df32 | 9a22b1e7309e680401d5fd173b0e89e8b71f888d | /src/main/java/ru/study/homework/pattern/task2/Plant.java | 49f0ab5e9b6c6c543e459c57be0a8de56e776d6f | [] | no_license | Casa-Bonita/BigProject | b5f3da0a2731926670304ba9a0e0cf7bc751212a | 95ea6611dad99a79d2cf548df251bec9c01c3f0f | refs/heads/master | 2023-04-05T23:56:51.867914 | 2021-05-10T12:18:47 | 2021-05-10T12:18:47 | 297,807,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | package ru.study.homework.pattern.task2;
import java.util.*;
public class Plant {
private List<Product> productList;
private static Plant plant;
private Plant(){
productList = new ArrayList<>();
}
public static Plant getInstance(){
if(plant == null){
plant = new Plant... | [
"pol33@rambler.ru"
] | pol33@rambler.ru |
95505e26f729c6e0d33255118e8d072da8e93057 | 4f2d207832a803725e1aea5b60fd4fcb8689a077 | /app/src/androidTest/java/com/example/modhi/myapplication/ExampleInstrumentedTest.java | 4183f10abd38ac5b66f2679bdb0b45359f6ec9ab | [] | no_license | AnAstronautGirl/MyApplication3 | 17a748d82a7904954e58486d81cc58cdf6e3a9d7 | c86b51bfe13e2207825005297bb3e655afe4e773 | refs/heads/master | 2021-01-18T22:00:49.232728 | 2016-09-29T07:24:08 | 2016-09-29T07:24:08 | 69,540,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.example.modhi.myapplication;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on... | [
"astronomy hobbyist"
] | astronomy hobbyist |
bed5bf331609da8f386b67ccdaa6cb343db3728d | 2dfbf0f6fbbd81bcd47162ea0a9ea8a34b56e23b | /src/br/com/travelmate/bean/TelefoneBean.java | b2d405b2bae846513388edb1d36e25b0366dc895 | [] | no_license | julioizidoro/systm-eclipse | 25e5cce7b86d5ffeb241731c6949fa5ff614c90c | cc501300c4a5740492cd4fb409ec23529f67297d | refs/heads/master | 2021-01-21T12:27:39.100941 | 2019-01-23T11:33:18 | 2019-01-23T11:33:18 | 47,205,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package br.com.travelmate.bean;
public class TelefoneBean {
private String numero;
private String tiponumero;
public TelefoneBean() {
tiponumero = "Fixo";
}
public String getNumero() {
return numero;
}
public void setNumero(String numero) {
this.numero = numero;
}
public String getTiponume... | [
"andersonluizmachadodearaujo@192.168.100.8"
] | andersonluizmachadodearaujo@192.168.100.8 |
432c346e6a403f9f7bffa74d75345ac0c5e16787 | 8ed53ce1154e6d6d92c6514540c35d0f3e388ef9 | /app/src/main/java/mvp/cool/master/layout/RecyclerScrollView.java | e31fe6492a0d6db3cf5b4347ab33ef33902c64ac | [] | no_license | tanhaoshi/Cool-master | fe32fa1af53d6a35627b01c289e9c20276f6e605 | ad61dd2ef314d96c197b256901d3c2689de269af | refs/heads/master | 2021-01-20T01:36:09.378592 | 2017-06-14T07:20:42 | 2017-06-14T07:20:42 | 89,304,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,536 | java | package mvp.cool.master.layout;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.ViewConfiguration;
import android.widget.ScrollView;
/**
* @version 1.0
* @author TanHaoShi
* Created by Administrator on 2017/5/26.
*/
public class RecyclerScrol... | [
"tan_hao_shii@163.com"
] | tan_hao_shii@163.com |
5ceb925c7587abb8036f4f1125dfd68244784bd2 | 4f2542b889bf5f3696900d1015995f3a6fa02517 | /demo-system/src/main/java/com/liyuan/exception/DaoException.java | 80c2a3857693101980f10bc718179dd2e01e3ccc | [] | no_license | ly302637371/demo | 5f94c57d2f6025fed99d201f1e0db5947fad0773 | 66a73fd32973aac6934284fbb1a6c50379e5fd78 | refs/heads/master | 2021-01-18T07:44:49.650107 | 2017-08-18T07:56:32 | 2017-08-18T07:56:32 | 100,352,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.liyuan.exception;
import org.springframework.dao.DataAccessException;
public class DaoException extends DataAccessException {
private static final long serialVersionUID = -812180847L;
public DaoException(String msg, Throwable cause) {
super(msg, cause);
}
public DaoException(String s) {
super(s)... | [
"302637371@qq.com"
] | 302637371@qq.com |
83463171960d764351442e1a2cc1e4ce15f34c7f | d35d5bdfe5fca9523c4cbfd143faf9ec75a3743c | /src/net/diva/browser/page/InformationFragment.java | 7d105842d7282f7deeaae056cca3a3e3083adb38 | [] | no_license | ddnbrowser/Diva.NetBrowser | 06ea051d751d688e3d204bf19a41ebec873b027a | 391f820f1eb50e29c0285d1089976c8614b3c1de | refs/heads/master | 2021-01-10T20:00:59.933181 | 2015-03-07T12:04:44 | 2015-03-07T12:04:44 | 2,087,201 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 6,217 | java | package net.diva.browser.page;
import net.diva.browser.DdN;
import net.diva.browser.R;
import net.diva.browser.model.MyList;
import net.diva.browser.model.PlayRecord;
import net.diva.browser.service.ServiceClient;
import net.diva.browser.ticket.DecorPrizeActivity;
import net.diva.browser.ticket.SkinPrizeActivi... | [
"ddnbrowser@gmail.com"
] | ddnbrowser@gmail.com |
fbe28ece5c649c0807c608668393e366050d7f75 | b4ebc263ed87f18ffe7d1cc2227608b28b404f43 | /src/main/java/com/wkj/project/test/FanoutReceiveC.java | 8cb82f80bf4cc41d099afc2cf01fd65a056e91bc | [] | no_license | jj11332906/Initialprojectmodel | a3a43173fa725eabade0e133c7a1804b5f58ba07 | c81c79ad3458ceb853b7ad51656f6da57ff7d319 | refs/heads/master | 2022-12-07T21:31:28.615597 | 2020-01-19T06:16:26 | 2020-01-19T06:16:26 | 222,862,549 | 0 | 0 | null | 2022-11-16T11:59:33 | 2019-11-20T06:01:02 | Java | UTF-8 | Java | false | false | 512 | java | package com.wkj.project.test;
import lombok.extern.slf4j.Slf4j;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.stereotype.Component;
@Component
@RabbitListener(queues = "fanout.C")
@Slf4j
public class Fanout... | [
"11332906@qq.com"
] | 11332906@qq.com |
a5e9abbd7b9b6cb476fd4b7101e1ce76bcafe430 | f7d83641a3c5baa8b9ab5fc4b7ec9d202dac1b98 | /mmdshop-provider-8001/src/main/java/com/mmd/mmdshop/controller/ChangeTypeController.java | 850f3fb14cf7797cd4c8fcd109c3f6c344b546de | [] | no_license | mmnbplus/MMD | c446210e11bb357d506f081e5131391fb5ba8f1c | c6dbd8b0ad7b0c40c3d03158fa78dcc6674e2ed1 | refs/heads/master | 2020-04-24T02:03:14.088974 | 2019-04-03T11:03:42 | 2019-04-03T11:03:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | package com.mmd.mmdshop.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springfra... | [
"30348056+babysmm@users.noreply.github.com"
] | 30348056+babysmm@users.noreply.github.com |
4a2e571b277ae7e793a0433de4f3d6ab86e0e2c3 | 9099d8901dbfd8bbc8f2f06c86ead72ae51e584e | /src/main/java/net/wesjd/towny/ngin/storage/pack/impl/java/UUIDPacker.java | c549a77f57cceef776b861f1aade8df7b8697212 | [] | no_license | CyberFlameGO/towny-ngin | 07da5d3deeb75951454d5c464417a202991b8745 | 12922f12c0814440e8a10b62cd63c3d9f5176d63 | refs/heads/master | 2023-08-17T05:25:58.773944 | 2017-10-28T02:22:15 | 2017-10-28T02:22:15 | 487,011,295 | 0 | 0 | null | 2023-08-11T21:14:43 | 2022-04-29T14:55:24 | null | UTF-8 | Java | false | false | 579 | java | package net.wesjd.towny.ngin.storage.pack.impl.java;
import net.wesjd.towny.ngin.storage.pack.Packer;
import org.msgpack.core.MessagePacker;
import org.msgpack.core.MessageUnpacker;
import java.io.IOException;
import java.util.UUID;
public class UUIDPacker extends Packer<UUID> {
@Override
public void packup(... | [
"gongora656@gmail.com"
] | gongora656@gmail.com |
e74e76b0fe68480f3e910157d364a06092db2a29 | 49a1b45afec6344e2857aea74d3c656d00621843 | /Hibernate/One To Many Mapping Using Annotations/src/com/VendorCustomer/TestVendorCustomer.java | 949f579faebbdba1543aca80b416f7d5241ffc67 | [] | no_license | manish84ya/Hibernate | 444f868d190ab39a120dc759bfaa6aacccf203d1 | 66c918f3911c0c57c23e15f77929e9ff8ecda7f9 | refs/heads/master | 2020-03-26T18:13:05.962818 | 2018-08-18T08:09:40 | 2018-08-18T08:09:40 | 138,546,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,035 | java | package com.VendorCustomer;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.AnnotationConfiguration;
public class TestVendorCustomer {
stati... | [
"13Mca@#1042"
] | 13Mca@#1042 |
57b249e4d9157d64e41e2179e390c3e06ef146d1 | 546d0de2a2a047915e1040bb0043f012eea7ffd0 | /src/main/java/fr/univ_lille1/fil/pjea/data/builder/RabinHashCodeBuilder.java | 36021ea536064db8ee6b73c42293cc71ab108612 | [] | no_license | eric-ampire/PJEA-Plagiat | b8bafc485d8ab452e9331b0639341641b52d85d0 | 3b6ead326e40cda51d002bcbd9af813c8b722de5 | refs/heads/master | 2021-06-13T20:08:50.484678 | 2016-12-12T16:25:04 | 2016-12-12T16:25:04 | 284,855,440 | 2 | 0 | null | 2020-08-04T02:19:53 | 2020-08-04T02:19:52 | null | UTF-8 | Java | false | false | 1,606 | java | package fr.univ_lille1.fil.pjea.data.builder;
import java.math.BigInteger;
import java.util.LinkedList;
import java.util.Queue;
/**
* Class based on the Rabin fingerprint algorithm.
* It provide optimisations for computing hashCodes
* of QGrams when iterating over TokenReader.
*
* This class works internally wit... | [
"marc.baloup@etudiant.univ-lille1.fr"
] | marc.baloup@etudiant.univ-lille1.fr |
903c99adf0ac3202ae399d893e1a1856b98621a4 | f1294c9cbd3add95aea14c3134840e8cf669f8f0 | /enamTraders2/src/com/shujon/pojo/User.java | 058b190bdfd9a7e7c94dd9ea54e4ff3c76d03840 | [] | no_license | ForruQ/gitProjects | f70b3c173094247e855d5b07b42ef63ba988853b | bf8dda05593826f874973f160da0dcbcd10599d9 | refs/heads/main | 2023-03-05T09:03:03.133748 | 2021-02-18T05:27:30 | 2021-02-18T05:27:30 | 339,944,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java |
package com.shujon.pojo;
public class User {
private int id;
private String name;
private String userid;
private String password;
private String type;
public User() {
}
public User(int id, String name, String userid, String password, String type) {
this.id = id;
thi... | [
"56950250+ForruQ@users.noreply.github.com"
] | 56950250+ForruQ@users.noreply.github.com |
2a1b7510d462c00e40330f432c5ba2cf00772ea6 | 00cf990d93179f2c2f71ce5db2fcc4c92e7f3328 | /src/main/java/com/example/demo/security/UserRole.java | aeefc88b50834431445251a061fb10a27f833774 | [] | no_license | shubhisinha2010/CapstoneProject | 671f30b115993ab845ea4155e53efb4cc3782484 | 983349a2d864d78974d10f1c0e28bbf88f687942 | refs/heads/master | 2023-04-21T22:46:39.664979 | 2021-05-12T07:47:00 | 2021-05-12T07:47:00 | 365,792,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,259 | java | package com.example.demo.security;
import com.example.demo.entity.User;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.Man... | [
"shusinha@BLR.ALLEGISINDIA.COM"
] | shusinha@BLR.ALLEGISINDIA.COM |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.