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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
02d751a5141bb31fbf3aa6d2755f7a34a375fc7c | 6a6cd3432c0292a5551bc65c684f63b01b102b38 | /chen-upms/chen-upms-admin/src/main/java/com/chen/upms/admin/UpmsAdminApplication.java | 5d3c13d29ac0e7283a81c3b0f939789935dad485 | [] | no_license | deyuanchen/chen | e0a5095933abb5625e39c580ecca9c872217967c | 8f7f1cc51228e6fe89421d1262c62803bad47416 | refs/heads/master | 2021-01-18T15:47:41.483190 | 2017-08-22T14:30:48 | 2017-08-22T14:30:48 | 99,184,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.chen.upms.admin;
import org.springframework.boot.SpringApplication;
import org.springframework.cloud.client.SpringCloudApplication;
/**
* <p>Tiltle: com.chen.upms.admin </p>
* <p>Description: 后台管理 </p>
*
* @Author chen
* @data: 2017-08-16
* @version: 1.0
*/
@SpringCloudApplication
public class Upm... | [
"321097355@qq.com"
] | 321097355@qq.com |
449667aebcbbc5c31fd472ae4a19cd376c83c855 | 96898af658009a0a65693e50f0fe4bf28f3a2d34 | /src/main/java/com/api/jsonata4java/expressions/functions/MergeFunction.java | a1b8f44e35d3237a32253d4da8bb631a3a95db66 | [
"Apache-2.0"
] | permissive | FudgeAdmin/JSONata4Java | 2bee58115939b97d51afac35e39fa6fc45d83aff | 6bee2a57dda3a83cc9a739bd3d51194f511305de | refs/heads/master | 2020-07-11T14:40:37.898987 | 2019-08-26T17:22:03 | 2019-08-26T17:22:03 | 204,571,662 | 1 | 0 | Apache-2.0 | 2019-08-27T00:22:13 | 2019-08-26T22:22:12 | null | UTF-8 | Java | false | false | 3,969 | java | /**
* (c) Copyright 2018, 2019 IBM Corporation
* 1 New Orchard Road,
* Armonk, New York, 10504-1722
* United States
* +1 914 499 1900
* support: Nathaniel Mills wnm3@us.ibm.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License... | [
"wnm3@us.ibm.com"
] | wnm3@us.ibm.com |
af398271dad901b548d69070bfb589de869f615d | 6d54a4c941649954192fd46a3fafd0133864b565 | /J1.L.P0021 - Student/src/Manager/Validation.java | 205f6e145e11e2acc8cc0e310cbb07af1f91c504 | [] | no_license | sonyrich/K14-JAVA-LAB-OOP | 0dc7a27e5fa498b48f8ab049657098f9575e1f7b | 3fce9fa57302ae6cb90800ee923951b7ff280f08 | refs/heads/master | 2021-02-14T04:59:58.442013 | 2020-04-11T13:35:21 | 2020-04-11T13:35:21 | 244,771,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,904 | java | package Manager;
import Entity.Student;
import Entity.Report;
import java.util.ArrayList;
import java.util.Scanner;
public class Validation {
private final static Scanner in = new Scanner(System.in);
//check user input number limit
public static int checkInputIntLimit(int min, int max) {
//loop ... | [
"noreply@github.com"
] | noreply@github.com |
85f6c5f49aa07e9e7c74d95466667016490c8ec2 | 84c0616a1d34149ea9d8d6e0959810278e3ab418 | /CheckPrime.java | c806a7a535a72d43019273664dbe9fd2f9dcbbe1 | [] | no_license | nazneenbee/Java-assignment | 25dad912680d0dc2f877e68ed2157bea784ea46a | 68376b43f51eb2736b3e3c3a5885cab49e7a469c | refs/heads/master | 2022-12-24T21:45:39.427633 | 2020-10-07T04:28:53 | 2020-10-07T04:28:53 | 296,770,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | import java.util.Scanner;
class CheckPrime
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
System.out.println("enter number");
int num = sc.nextInt();
int count=0;
for(int i=2; i<num-1; i++)
{
if(num==2)
{
count++;
break;
}
if(num%i==0)
{
count+... | [
"beenazneen@gmail.com"
] | beenazneen@gmail.com |
04095407f1a62b6d1de604bbe8c5d7b639bf5b84 | 15c5d4cb5dc7a453512a56ff8418cdf24e890c6e | /src/main/java/WayofTime/bloodmagic/tile/base/TileTicking.java | 83ccaab6188738bb343ebed1c3dac0f194eb4d4e | [
"CC-BY-4.0"
] | permissive | Arcaratus/BloodMagic | debad67b0a21d769e8681eb109b55ff091456738 | 730b26b5ac152e0585ceb7322e877783df84f21b | refs/heads/1.9 | 2021-07-19T23:05:00.741844 | 2017-06-22T03:10:32 | 2017-06-22T03:10:32 | 312,914,527 | 0 | 0 | NOASSERTION | 2020-11-14T22:38:18 | 2020-11-14T22:38:16 | null | UTF-8 | Java | false | false | 1,478 | java | package WayofTime.bloodmagic.tile.base;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.ITickable;
/**
* Base class for tiles that tick. Allows disabling the ticking programmatically.
*/
// TODO - Move implementations that depend on existed ticks to new methods from here.
public abstract class Ti... | [
"speedynutty68@gmail.com"
] | speedynutty68@gmail.com |
0bec097396d4e50721658d222ff81d587e2ebbf8 | 845ad55bbad2d00c277ca88ca442e85388a86a95 | /src/cyl/simpledatastruc/mythread/MyLock.java | 7c798d6ec153b3d39aafc3f95b434bfcbc78f5f3 | [] | no_license | cheng-ger/dailyPractice | 1f2e2d33db643eb587a092b4b4f609bae5a4fbd3 | d4a8fe80e4e9dd3788e83771d5d17ad29ac5579e | refs/heads/master | 2020-06-19T23:05:28.057044 | 2019-07-16T05:37:29 | 2019-07-16T05:37:29 | 196,906,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 217 | java | package cyl.simpledatastruc.mythread;
/**
* @author chengyuanliang
* @desc synchronized和锁的区别,什么情况下使用synchronized和 ReentrantLock
* @since 2019-06-10
*/
public class MyLock {
}
| [
"noreply@github.com"
] | noreply@github.com |
2a45bcf08918a102b53b1caea17f81cf703485bc | 056514b496d5de44672bd667e06f80de1645aec1 | /app/src/main/java/com/octohub/pil4u/ui/Fragments/CivilScoreCheckFragment.java | 218e62e582e6a86591f5b8b078685224cb6803f4 | [] | no_license | surirohith77/PIL4U | 401c273bc03b16673dec99e1ef2893361d0d8cff | c13a9c448e276ed0bae1dee8cab232318a5f1723 | refs/heads/master | 2023-07-08T02:19:05.686365 | 2020-08-05T03:11:35 | 2020-08-05T03:11:35 | 285,164,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 885 | java | package com.octohub.pil4u.ui.Fragments;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.... | [
"surirohith77@gmail.com"
] | surirohith77@gmail.com |
27a78d56447227124e0d38a42ec1eb8d6059f6a1 | 29aca0016c391e8e6736ada525e55e42836fac7b | /src/main/java/com/orientalbank/chatbot/json/model/GenericAttachment.java | 9211133ff1ce7280288750f83eb7a1d597c6009c | [] | no_license | sdutta6897/ElasticSearch | cff78e8314f82abfde1a6ef6b82e5a3ead3dc032 | 3c8be1303aed5862a07be3f887230988ceda358f | refs/heads/master | 2023-01-20T16:17:44.744190 | 2020-12-02T06:20:42 | 2020-12-02T06:20:42 | 317,189,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,449 | java |
package com.orientalbank.chatbot.json.model;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.... | [
"408957@cognizant.com"
] | 408957@cognizant.com |
e6741a8b36293003c0d310db8331528852fad881 | b52bdef128ecebcc8808ed95f8287bc97a4c4174 | /core/src/main/java/com/orientechnologies/orient/core/sql/parser/OUpdateOperations.java | 4ba595d5bcee5d9b9b8a19b818dccc8546df1b49 | [
"Apache-2.0",
"CDDL-1.0",
"BSD-3-Clause"
] | permissive | saeedtabrizi/orientdb | 4736d86e82e713b34d21566ca844db5af177f53a | 361cf4816b6597ab7d5cd356745ee3f7f475116d | refs/heads/develop | 2021-01-15T14:43:20.379474 | 2019-09-09T12:20:03 | 2019-09-09T12:20:03 | 56,811,541 | 0 | 0 | Apache-2.0 | 2019-09-09T12:22:10 | 2016-04-21T23:24:41 | Java | UTF-8 | Java | false | false | 5,829 | java | /* Generated By:JJTree: Do not edit this line. OUpdateOperations.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=O,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package com.orientechnologies.orient.core.sql.parser;
import java.util... | [
"luigi.dellaquila@gmail.com"
] | luigi.dellaquila@gmail.com |
48bf21afcf9575d76e5ae9702f16300d8bfb50b7 | 1966a3c144aeab99cdd69ff2170613468bdf49c9 | /abc/abc157/c/src/main/java/com/solver/atcoder/abc/abc157/c/Main.java | b8290f5acddfea11d70a563d85528fcc68bd1d70 | [] | no_license | fujigon/atcoder | 2a85e6c2fea0e3903dd4f65d1310a9457e3af3a2 | 1f7e24fa4c11767f3af5b86cc9e12e60252b5479 | refs/heads/master | 2021-08-08T06:29:03.763205 | 2020-05-17T11:52:03 | 2020-05-17T11:52:03 | 179,859,160 | 0 | 0 | null | 2020-05-17T11:52:05 | 2019-04-06T16:36:33 | Java | UTF-8 | Java | false | false | 5,751 | java | package com.solver.atcoder.abc.abc157.c;
import java.io.InputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.math.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
solve(System.in, System.out);
}
static void solve(InputStream is, PrintStream os... | [
"dec12.kaz@gmail.com"
] | dec12.kaz@gmail.com |
016e6c0ead740fc82a309b2d80f96a633567d931 | c83097ea0204b261cb71eec812cfc6d0b5f3cd82 | /omod/src/test/java/org/openmrs/module/flowsheet/definition/models/QuestionDefinitionTest.java | b38dae9d786636e320a9d815d67d149de962465f | [] | no_license | Bahmni/openmrs-module-flowsheet | fed23345c9425cf1b9efc9183d6439ad259e5f49 | 1a7c2b895bf9f5fbc48960af9b71ddaab4efca7b | refs/heads/master | 2022-05-21T13:14:57.600210 | 2022-03-16T07:52:48 | 2022-03-16T07:52:48 | 71,447,593 | 0 | 3 | null | 2022-03-16T07:52:49 | 2016-10-20T09:36:58 | Java | UTF-8 | Java | false | false | 876 | java | package org.openmrs.module.flowsheet.definition.models;
import org.openmrs.module.flowsheet.api.QuestionType;
import org.openmrs.module.flowsheet.api.models.Question;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.openmrs.Concept;
import java.util.Arrays;
import java.util.LinkedHa... | [
"vikashgupta2000@gmail.com"
] | vikashgupta2000@gmail.com |
c2c855c99256b8829dfc63eeeb260921e1d8cf57 | 414ee9af7ad993f6159e955eb64e4b732c757a68 | /plugins/org.reclipse.structure.specification.edit/src/org/reclipse/structure/specification/provider/PSCombinedFragmentItemProvider.java | bb32b38d4c608104770a3ddf2b26592ad671e83b | [
"Apache-2.0"
] | permissive | CloudScale-Project/StaticSpotter | 699b7008d4cf3a8cfe6745551a48c77a18f58a42 | e1473a5b6026860eab9b488086287401930fa48c | refs/heads/master | 2020-05-07T20:45:22.725306 | 2015-02-17T10:54:05 | 2015-02-17T10:54:05 | 30,912,563 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,628 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.reclipse.structure.specification.provider;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.ec... | [
"jure.polutnik@gmail.com"
] | jure.polutnik@gmail.com |
ac3de0c334d9fe4448b6b43ec85082af40f6770e | 64b9668fdf34ed0a39d4b039abb8433f48a6e010 | /src/view.java | 1671cb107257f168769ce25d3083ae341ff61ec8 | [] | no_license | shreyas0204/DMS | a9e57e7a5a8b9997e74c476b2e9da8bce6178fe6 | 195598edfb660df257cbfcfb9c115c609b23b750 | refs/heads/master | 2020-03-08T22:29:16.646615 | 2018-04-07T12:24:11 | 2018-04-07T12:24:11 | 128,432,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,425 | java |
import java.io.IOException;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
imp... | [
"Shreyas@192.168.1.12"
] | Shreyas@192.168.1.12 |
0abd1f4e0ad9dec5b3417b5038198b3563e24dd5 | a40a12e3d38a33359f4a22ea05aae119800cf54a | /app/src/androidTest/java/documents/diego/belatrixcodingtest/ExampleInstrumentedTest.java | ea5796e687dc836a9a9f2380ca5eff388f1be005 | [] | no_license | diegomlowe/belatrixAndroidTest | 08911791c7234ce0547572491a3bd75390654cbf | b0982ea3a66e66f1ccc4856f383f10fdb7a2c69b | refs/heads/master | 2020-05-03T06:04:40.305995 | 2019-04-01T22:10:51 | 2019-04-01T22:10:51 | 178,453,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package documents.diego.belatrixcodingtest;
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.*;
/**
* Instrumented test, which will execute on... | [
"diegomlowe@gmail.com"
] | diegomlowe@gmail.com |
8b25f7b7e8a3c24957db4f2b929750f7db051dc6 | 8116e2b93b079a703ed2cd5315e4c5989e896569 | /Module2/src/bai7_abstract_class_interface/thuc_hanh/list_geometric/RectangleComparatorTest.java | a6e8d302a89e2476e99fb8d5a70b23d13d4c3682 | [] | no_license | PhanGiaKhanh/C0221G1-CodeGym. | 657e451e21d2c43d9b4018cc617c5eb5c94a8f4c | d28288850f4ace937146df2d556a40bdf71ada7a | refs/heads/main | 2023-08-19T20:02:22.677147 | 2021-09-29T09:52:26 | 2021-09-29T09:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java | package bai7_abstract_class_interface.thuc_hanh.list_geometric;
import bai6_inheritance.thuc_hanh.shape.Rectangle;
import java.util.Arrays;
import java.util.Comparator;
public class RectangleComparatorTest {
public static void main(String[] args) {
Rectangle[] rectangles = new Rectangle[4];
recta... | [
"phangiakhanh90@gmail.com"
] | phangiakhanh90@gmail.com |
025721e45c88a93c4e74df7cebecd145464287bb | 4dafdf6eff20fdaf96db3478e19570f4a9acc6ca | /src/main/java/cn/com/zfyc/utils/SendSmsUtil.java | e5b041e2506b64f0d477290809fc88f2d47db417 | [] | no_license | moukunlin/ZFYC | 1a4968af45130c1fbacc078cf478db5cf1f29efb | 8ebc4c15a106e4f6cf20e320c71512d1bff79cd8 | refs/heads/master | 2020-04-27T00:10:18.212504 | 2019-03-30T15:20:17 | 2019-03-30T15:20:17 | 173,925,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,849 | java | package cn.com.zfyc.utils;
import cn.hutool.log.Log;
import cn.hutool.log.LogFactory;
import com.aliyuncs.CommonRequest;
import com.aliyuncs.CommonResponse;
import com.aliyuncs.DefaultAcsClient;
import com.aliyuncs.IAcsClient;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerExcepti... | [
"moukunlin@bonc.com.cn"
] | moukunlin@bonc.com.cn |
9f6e40b07c5c866371ff16629e100c75c7a2629e | a8bd35d135f4e5b430941e923490bc925a7b8198 | /app/src/main/java/net/smallchat/im/widget/FlowView.java | 42d8787eb4453ea6f4072ca9be5d9780abfbbc22 | [] | no_license | sahujaunpuri/smallchat_android-master | 8d53c5da814276bfda20de272d242aa6a485f74a | 44f46f7f3c5ed57c6487b3c8b56fa6a511612be4 | refs/heads/master | 2020-04-08T08:53:33.870909 | 2018-09-13T09:58:43 | 2018-09-13T09:58:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,046 | java | package net.smallchat.im.widget;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Message;
import android.util.AttributeSet;
import android.util.Log;
import android.view.ViewGroup.LayoutPar... | [
"present810209@gmail.com"
] | present810209@gmail.com |
cde4ea1fe74d4c35042c69eb23df3e031df317ff | 89ee68c9ca3dc6350cb28ada00a10623c162274d | /src/main/java/cn/xing/modules/sys/controller/SysLoginController.java | 9be12588dbd5c67eb02d5c73504ba5a4525b4589 | [
"Apache-2.0"
] | permissive | Fudeveloper/message-push | 03fe9e66463ab39fc45881fb36ab19631a5f258b | 864176f7b4f8cd622d4f194260ae84b39012c574 | refs/heads/master | 2023-04-25T00:08:02.238103 | 2021-05-16T01:10:29 | 2021-05-16T01:10:29 | 367,558,533 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,763 | java | /**
* Copyright (c) 2016-2019 人人开源 All rights reserved.
*
* https://www.renren.io
*
* 版权所有,侵权必究!
*/
package cn.xing.modules.sys.controller;
import cn.xing.common.utils.R;
import cn.xing.modules.sys.entity.SysUserEntity;
import cn.xing.modules.sys.form.SysLoginForm;
import cn.xing.modules.sys.service.SysCaptchaS... | [
"1178981326@qq.com"
] | 1178981326@qq.com |
84aa18573dbcdb275d5a2b9c69b97c831b29831b | 5b245b72fafcf6ebeeff79d0fe05d7f5029eb4eb | /src/main/java/com/qa/pages/BillPage.java | 7072a71fa47bb012085a99d9bf257cece1ab8c26 | [] | no_license | Sravan-Kumar-K/NetSuiteProcessAutomation | b616acd51b8b9a0de246aaa93117f862cdb72dfe | 274e384b0825f592a6783241762e7a59ab9eb78b | refs/heads/master | 2023-02-06T01:11:50.343636 | 2020-12-24T16:12:49 | 2020-12-24T16:12:49 | 324,192,877 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,005 | java | package com.qa.pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.aventstack.extentreports.ExtentTest;
impor... | [
"Sravan Kumar@DESKTOP-4T9R7PN"
] | Sravan Kumar@DESKTOP-4T9R7PN |
4b15fc42175bffb536ec85e893cbdb101661bea0 | d76b66b8e3b2da224b0cfb49b11ce70678d30fc6 | /Test/NewFile.java | 2930d8f23be9ca9aec6b55c86b3ca38d70c87dde | [] | no_license | shanth98/hello-world | ee8c774e05380609ceb6b80bd757f97c65b4e20a | fa4b38b2927f8954a63a78624c6c4aadb5a787f8 | refs/heads/main | 2023-02-16T00:04:44.790547 | 2021-01-17T11:01:48 | 2021-01-17T11:01:48 | 330,358,316 | 0 | 0 | null | 2021-01-17T10:15:51 | 2021-01-17T09:46:17 | null | UTF-8 | Java | false | false | 25 | java | This is a test java file
| [
"noreply@github.com"
] | noreply@github.com |
cf690bae6dfea6e45a02399da37b2b2a1e3f3280 | 2bf4a0773dd02fd1f87b6d80532b0f3f009aeaf6 | /Course Work/module-1/m1-capstone-java-cateringsystem-solution/src/main/java/com/techelevator/money/InvalidAmountException.java | 733fb0c9fa42e4f8f3185cd110893d3884ee8942 | [] | no_license | ConnerBabb/Java | 19a4cff3175388a264ae7d7be4be7c2f6b5a787a | c3c906eedbd590b84caca1c50de441ce32c23b74 | refs/heads/main | 2023-05-23T06:36:23.103076 | 2021-06-09T21:11:10 | 2021-06-09T21:11:10 | 306,211,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.techelevator.money;
public class InvalidAmountException extends Exception {
private static final long serialVersionUID = -4998352410403476336L;
private double newAmount;
public InvalidAmountException(String message, double newAmount) {
super(message);
this.newAmount = newAmount;
}
public doub... | [
"connerbabb@gmail.com"
] | connerbabb@gmail.com |
5f8a3c6e274249bc6fd958fadfbf32de2c5f42a0 | 8f22a9ecc62ac90ded9e50ce5f8cca5f55bf4d78 | /src/instant/Context.java | e2f1713dc0c588733286213fa4fca65815e1ab57 | [] | no_license | MironSz/InstantLanguageCompiler | b5792e2ffa211c5c8bed77dd29c4ed6ee7df2c3b | 8646cf270001640fa045fa283fc474f667cb1173 | refs/heads/master | 2023-01-19T01:55:38.587562 | 2020-11-15T13:11:50 | 2020-11-15T13:11:50 | 313,034,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,806 | java | package instant;
import instant.Absyn.Expression;
import instant.Absyn.LiteralExpression;
import instant.Absyn.VarExpression;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Context {
private int registerCount = 0;
private List<Integer> registerStack;
private Map<Expre... | [
"miron.szewczyk@autonomik.pl"
] | miron.szewczyk@autonomik.pl |
93a99b08aea2dd7ecf86ebc6fb1b3efeeef1aba1 | 5a89e429830902214437be7957706c6eb696b9fb | /src/main/java/com/myboard/mapper/BoardMapper.java | d861ee1bd29ba5443ff856e587625f102e365e51 | [] | no_license | hyeok713/SpringBoot-myboard | 9be67cb07a61f571ac6002882badfad6d103cd2e | 755e435614208df4975065b84bf0ea4b66352b20 | refs/heads/main | 2023-01-03T09:31:42.038796 | 2020-10-22T12:21:05 | 2020-10-22T12:21:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 630 | java | package com.myboard.mapper;
import java.util.List;
import com.myboard.domain.BoardVO;
public interface BoardMapper {
// -- .xml 파일에서 입력된 쿼리를 실행합니다. !! 해당 메서드는 id로 입력받는다 !!
//글작성
public void boardInsert(BoardVO vo)throws Exception;
//글목록
public List<BoardVO>boardList()throws Exception;
//글보기
public BoardVO b... | [
"part1shb@gmail.com"
] | part1shb@gmail.com |
cd0e9eb84c8457913221b061d6017df2ca784404 | 01340816f7165798fd857f33b4b4414fa9bf192c | /src/main/java/coding/MyTest/getRecentSpeed.java | 8c8f3a2a5e59bfa50986e175dae68de4d96700fd | [] | no_license | EarWheat/LeetCode | 250f181c2c697af29ce6f76b1fdf7c7b0d7fb02c | f440e6c76efb4554e0404cacf137dc1f6677e2e1 | refs/heads/master | 2023-08-31T06:25:35.460107 | 2023-08-30T06:41:10 | 2023-08-30T06:41:10 | 145,558,499 | 2 | 1 | null | 2023-06-14T22:51:49 | 2018-08-21T12:05:56 | Java | UTF-8 | Java | false | false | 20,515 | java | package coding.MyTest;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
/**
* @author liuzhaoluliuzhaolu
* @date 2021/6/11 下午3:46
* @desc
* @prd
* @Modification Histor... | [
"2636965138@qq.com"
] | 2636965138@qq.com |
8c4fdf12f2dd4e3d7a6ba27981ab2376b4252a04 | e3a226df111a2dfa4eafcc6bc61010b3cb3f0f81 | /push/src/main/java/com/bearever/push/PushTargetManager.java | 2363aba19309b7fe8697b19a309e68e46c25aa55 | [] | no_license | beasonshu/Push | 1924d0048fe6a1468f306985e48d45f02717a619 | aa287b3a0ef0edad4c0ff2c7bf48e16a2ed3d304 | refs/heads/master | 2020-05-17T06:18:51.568134 | 2019-04-26T04:30:45 | 2019-04-26T04:30:45 | 183,555,695 | 0 | 0 | null | 2019-04-26T04:16:50 | 2019-04-26T04:16:49 | null | UTF-8 | Java | false | false | 5,918 | java | package com.bearever.push;
import android.app.Activity;
import android.app.Application;
import com.bearever.push.handle.PushReceiverHandleManager;
import com.bearever.push.model.PushTargetEnum;
import com.bearever.push.model.ReceiverInfo;
import com.bearever.push.target.BasePushTargetInit;
import com.bearever.push.ta... | [
"luomingbear@163.com"
] | luomingbear@163.com |
9fb3e465fabeb9471d1fcd3ed79f59ff984d3cc1 | 3caacb461a6b1b7891952d1c62a79e5d2adce723 | /app/src/main/java/com/pinlinx/ui/activity/VideoGalleryActivity.java | 1a911416c5f126f457a4b8949471d809878d862f | [] | no_license | freelanceapp/Sport4Sport | b66bc65fc6a744d871c506a1d50f38b9ff92266f | a91ab834402f059e82fc21c5664714a66cf3faf3 | refs/heads/master | 2020-06-18T07:10:25.579094 | 2019-04-26T12:43:41 | 2019-04-26T12:43:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,763 | java | package com.pinlinx.ui.activity;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.v4.app.ActivityCompat;
import android.support.v... | [
"amardeep.infobite@gmail.com"
] | amardeep.infobite@gmail.com |
5a99f522381e2c45753d315858a2d531e003b198 | cd587e9e1697279ab6414ee17fd02941f3cb3389 | /src/Appenmeier/kapitel56/Rental.java | 4c9489b1017e7b804a52e7445a9a06fba0c482b9 | [] | no_license | jonas181199/Semester2_Appenmaier_x_Schilling_x_Sonstiges | 0985e31e1ef9a5207c96d14605862608e3a2a958 | 55f87d422490c934a2f148aa5c9e21902d0a0a66 | refs/heads/main | 2023-05-02T23:45:44.624804 | 2021-05-11T20:08:16 | 2021-05-11T20:08:16 | 363,113,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package Appenmeier.kapitel56;
import java.util.ArrayList;
public class Rental implements Partner {
private String name;
ArrayList<Vehicle> vehicles = new ArrayList<>();
Vehicle vehicle;
// Truck truck1 = new Truck("MAN", "S500", Engine.DIESEL, 26);
// Truck truck2 = new Truck("MB", "St200", Engine.PETROL, 20);
... | [
"jonasschirm@web.de"
] | jonasschirm@web.de |
99d168064b0303ebe38f497bd8baa0a14f3b8437 | 95606654de750ceb316f7cad3538498384879147 | /src/plugins/rongCloud/src/java/com/rong/models/QueryBlacklistUserResult.java | 522a46af145ae5e975ead3f5800026ddbe1c32c5 | [
"Apache-2.0"
] | permissive | Lucianhz/custom-openfire | 77c1df782b5bee0cb1951b11eec0c8e140922d22 | d81b587a481190cd35a7a797a3ad67e364fbab9b | refs/heads/master | 2020-03-08T14:25:52.499074 | 2018-04-05T08:20:34 | 2018-04-05T08:20:34 | 126,585,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package com.rong.models;
import com.rong.util.GsonUtil;
/**
* queryBlacklistUser返回结果
*/
public class QueryBlacklistUserResult {
// 返回码,200 为正常。
Integer code;
// 黑名单用户列表。
String[] users;
// 错误信息。
String errorMessage;
public QueryBlacklistUserResult(Integer code, String[] users, String errorMessage) {
this... | [
"luffy.ja@gmail.com"
] | luffy.ja@gmail.com |
85471a737d5b641436f5d0063102dd56bb6469da | a8953b81b258fa6d85dfa25a24b7fc82c4b1a6ad | /app/src/main/java/com/mango/bc/view/likeview/AnimHelper.java | caa37fd8e8e20f02fbafbf5f7d5fe8bab564e142 | [] | no_license | yangxinbin/bc | 39cbbb050365ee2f2661d68d2f6e299b8e26b919 | 1b0becf4bf6e6b3e7fb11ec0a254308b1e4d3b43 | refs/heads/master | 2021-07-23T09:41:51.467120 | 2018-12-15T15:56:17 | 2018-12-15T15:56:17 | 147,203,009 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,050 | java | package com.mango.bc.view.likeview;
import android.animation.Animator;
import android.view.View;
import android.view.animation.Interpolator;
import java.util.ArrayList;
import java.util.List;
/**
* Created by admin on 2018/9/17.
*/
public class AnimHelper {
private static final long DURATION = BaseViewAnimato... | [
"yangxinbin@hotmail.com"
] | yangxinbin@hotmail.com |
df25e9964ef08ad8b5e2d30e2b86e358368e3ffc | e5b2d06557740c72536b0b1526ddd78a59e6cd5b | /firstday/MaxSequence.java | 5624cfcc52b72e4fbe2c5d572bb917b506e64062 | [] | no_license | karthicksri002/Sample | c254f3a1f3b4091788a9f111da1155b744837945 | 6ebf47a8e482cf48e0d8bcc6986cea60daa9a899 | refs/heads/master | 2020-09-09T13:31:39.547162 | 2019-11-13T13:59:42 | 2019-11-13T13:59:42 | 221,459,235 | 0 | 0 | null | 2019-11-13T13:59:43 | 2019-11-13T12:54:55 | Java | UTF-8 | Java | false | false | 899 | java | package firstday;
import java.util.Scanner;
public class MaxSequence {
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
//Taking rows value from the user
System.out.println("How many rows you want in this pattern?");
... | [
"noreply@github.com"
] | noreply@github.com |
afb6e98b556638e25285d85a675b9a00e48ada1a | 56a3ac4587f486d9b64b3503339475cd75885d04 | /app/src/main/java/com/juborajsarker/agecalculator/activity/MainActivity.java | 8eb2333f2d713ea88bc98f427dc099b88c2fa57c | [] | no_license | Juboraj-Sarker/AgeCalculator | 673a51e3e4d6dfda9134856dd9ba8845968477e3 | 71a0cbd042e03d303fb3040f5ba47ddd478c53cd | refs/heads/master | 2021-01-20T08:31:56.166241 | 2018-01-09T14:13:13 | 2018-01-09T14:13:13 | 90,162,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,048 | java | package com.juborajsarker.agecalculator.activity;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle... | [
"juborajsarker001@gmail.com"
] | juborajsarker001@gmail.com |
4b212221af0f46fb71c02f217c795478ddc3d036 | a5f1da80efdc5ae8dfda2e18af2a1042e2ff9234 | /src/com/cyb/xml/bean/Student.java | 8228529acf4e95cbc3dd57a4b7b49403f29e37ac | [] | no_license | iechenyb/sina1.0 | fb2b7b9247c7f6504e10d8301ee581a3b960bac2 | aac363143e920a418f0cc3a8e3cadcb91cdb3acf | refs/heads/master | 2021-05-23T04:47:39.852726 | 2020-05-15T00:32:27 | 2020-05-15T00:32:27 | 81,402,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,724 | java | package com.cyb.xml.bean;
/**
*作者 : iechenyb<br>
*类描述: 说点啥<br>
*创建时间: 2018年3月19日
*/
import java.util.Date;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTransient;
@X... | [
"zzuchenyb@sina.com"
] | zzuchenyb@sina.com |
c6a454866b20bf12a11c7d89c8726ca1dfe1cec3 | 211bac45cfe4492e92db63f8c68012f6571f849b | /AmoebaEngine/src/org/amoeba/graphics/utilities/BufferUtilities.java | ac9a6d5109cad6b9911532863448c154fac1061e | [] | no_license | jsantangelo/amoeba-engine | a3d6cbe423cd2a3b821f22cd0a17a38f7a5bc31a | 036d382c96f568e17a1a8844e8efe25387f9c203 | refs/heads/master | 2016-09-05T09:26:22.712712 | 2014-01-18T23:17:10 | 2014-01-18T23:17:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | package org.amoeba.graphics.utilities;
import java.nio.Buffer;
import org.amoeba.graphics.vbo.VertexBufferObjectAttribute;
/**
* BufferUtilities contains OpenGL functions for VBOs.
*/
public interface BufferUtilities
{
/**
* Bind a Vertex Buffer Attribute in OpenGL.
* @param attribute The attribute to be boun... | [
"mrtesten@gmail.com"
] | mrtesten@gmail.com |
cfd30931cef0c8fda7d8c2f75315bca74e7e5c69 | 56ae790ef1b0a65643a5e8c7e14a6f5d2e88cbdd | /spedfiscal/src/main/java/com/t2tierp/model/bean/cadastros/Colaborador.java | 4343f69490def49d2e57c2639aebf4cc58b48cd3 | [
"MIT"
] | permissive | herculeshssj/T2Ti-ERP-2.0-Java-WEB | 6751db19b82954116f855fe107c4ac188524d7d5 | 275205e05a0522a2ba9c36d36ba577230e083e72 | refs/heads/master | 2023-01-04T21:06:24.175662 | 2020-10-30T11:00:46 | 2020-10-30T11:00:46 | 286,570,333 | 0 | 0 | null | 2020-08-10T20:16:56 | 2020-08-10T20:16:56 | null | UTF-8 | Java | false | false | 15,401 | java | /*
* The MIT License
*
* Copyright: Copyright (C) 2014 T2Ti.COM
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy... | [
"claudiobsi@gmail.com"
] | claudiobsi@gmail.com |
e8e4a3f65932190e22c0eacd26b9834a958ef3bb | 2d7bb6920ca1d1b0d6c448e09c15f71764a2b032 | /src/main/java/com/kevin/service/CommentService.java | 68bde3a45baca730d5a29679c5a528408a497e70 | [] | no_license | shikaiwen/jobspider | 7492bd017a5f717466f35c704ac8045635050bce | f50fa3fc5f938c0047d9a0707e2eb2d1088d6d2a | refs/heads/master | 2021-01-21T06:19:22.312744 | 2017-03-23T09:46:53 | 2017-03-23T09:46:53 | 83,213,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,995 | java | package com.kevin.service;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.TypeReference;
import com.alibaba.fastjson.serializer.ValueFilter;
import com.kevin.constant.Const;
import com.kevin.db.MongoConnector;
import com.kevin.entity.CsdnComment;
import com.kevin.... | [
"googlevsbing@126.com"
] | googlevsbing@126.com |
38fb050854a8ec926af95c3ab46ad913872eb080 | 02c8768cfb145141ebd5df9793b5788d138cccfd | /src/main/java/com/emanuel/cursocm/services/exceptions/AuthorizationException.java | d8c1aa7e9a81e18c56eef4c93e88b975263e7df5 | [] | no_license | emanuelqa/cursocm | 72e34c3b647dcf3e198051f888dc08dac86633bb | 8ebdd9b901f476ac590700537da4333b7890c5fd | refs/heads/master | 2021-06-08T11:49:57.765407 | 2020-07-29T01:09:05 | 2020-07-29T01:09:05 | 162,211,986 | 0 | 0 | null | 2021-04-26T20:32:11 | 2018-12-18T01:23:44 | Java | UTF-8 | Java | false | false | 318 | java | package com.emanuel.cursocm.services.exceptions;
public class AuthorizationException extends RuntimeException{
private static final long serialVersionUID = 1L;
public AuthorizationException(String msg) {
super(msg);
}
public AuthorizationException(String msg, Throwable cause) {
super(msg, cause);
}
}
| [
"emanuel.qa@gmail.com"
] | emanuel.qa@gmail.com |
ad4844c0b94aed873fb6c7b2174e76aa20ef4b01 | 25676e5f2918e1beee60bf2a662f2df01cb94002 | /src/HomeWork/greatestComDiv.java | a5e679effa9ca9c0779c638a7ccef781bb404e34 | [] | no_license | Piumal1999/JavaClass | eef1f8287b1a5a9c21673dd36e9934968b286b90 | 224cf9d5ce023480737873716800555f88c5f3db | refs/heads/master | 2020-07-15T06:13:03.777875 | 2019-10-06T03:59:34 | 2019-10-06T03:59:34 | 205,497,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,431 | java | package HomeWork;
import java.util.*;
public class greatestComDiv {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("***Greatest Common Divider Finder***");
System.out.println("------------------------------------\n");
System.ou... | [
"piumalrathnayake@hotmail.com"
] | piumalrathnayake@hotmail.com |
d383c27c534aabd7056ce8498cec9b7fc779cbdc | 906f13d0342e412dd4698d6d584c902e88be0c0f | /app/src/main/java/com/dekhke/app/fragments/FragmentDummy.java | ad561979de9d7db54852e788e813bcb50d13c925 | [] | no_license | aenky23/dekhkeProject | cc7a2a809c37514e429598349656318228f15503 | 4df47fa99d893a92e202aea6d17519981c0f2046 | refs/heads/master | 2021-01-10T14:50:13.660373 | 2015-10-15T15:32:29 | 2015-10-15T15:32:29 | 44,326,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,273 | java | package com.dekhke.app.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import com.android.v... | [
"aenky23@gmail.com"
] | aenky23@gmail.com |
f0fab9b63fae90bcf5987c195e27be6048a306e3 | e7814e077f2042443c50ee663bc99cfec78a580c | /app/src/main/java/com/bwie/luchengju20190308exam/di/model/ShoppingCartModelImpl.java | bceafea221419222fbb2c30f81ac3a4b5772c432 | [] | no_license | Boyerrc/MyApplication | 5f3496be01c690fde71152c8b4d1d8e22d994af9 | 0627f3302dbc32b3e891e48a73142f547c86a0e0 | refs/heads/master | 2020-04-27T16:46:20.895696 | 2019-03-08T07:50:13 | 2019-03-08T07:50:13 | 174,492,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package com.bwie.luchengju20190308exam.di.model;
import com.bwie.luchengju20190308exam.data.content.Constant;
import com.bwie.luchengju20190308exam.di.contract.IContract;
import com.lzy.okgo.OkGo;
import com.lzy.okgo.callback.StringCallback;
import com.lzy.okgo.model.Response;
public class ShoppingCartModelImpl imple... | [
"3087436811@qq.com"
] | 3087436811@qq.com |
1f58e07d1309070ebbe5e27adcd4219c972c7088 | 09540f6066c431b2774f6bcd56a3c4be6310ec8e | /util/modifier/ease/EaseStrongOut.java | 829aef189d92fd103cef50ced09a41bf2eb0c416 | [] | no_license | jamesburton/AndEngine.net | 642a0dbc9549dd4f17997b141b76f62ffa5fbb69 | e99d81dc5a728e575d3dcbde72cf61baf40caaf4 | refs/heads/master | 2020-12-24T16:49:29.742637 | 2011-04-26T12:02:31 | 2011-04-26T12:02:31 | 1,478,307 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,730 | java | package org.anddev.andengine.util.modifier.ease;
/**
* @author Gil, Nicolas Gramlich
* @since 16:52:11 - 26.07.2010
*/
public class EaseStrongOut : IEaseFunction {
// ===========================================================
// Constants
// ===========================================================
// =====... | [
"james@code-consultants.co.uk"
] | james@code-consultants.co.uk |
bcec6a2e6ea01fc792518e1c3b2bc74618a1c9c2 | 957f8a45d7caa36904cdcf92d94de721465d214a | /Lab2/Conversion/mm_cpp2java_cleaned/src/mastermind/package-info.java | be2a832bffdb2e2822547e380fcd889d69b7af21 | [] | no_license | csimon1/LOG530 | 82d78769b8e0b87a6c0a2775c3bb3fb63cefe5f8 | 53a7dcb485b6118fe43c9189a68d2df51dae83a5 | refs/heads/master | 2021-01-10T13:16:44.396090 | 2015-08-12T18:28:37 | 2015-08-12T18:28:37 | 36,089,946 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | /**
*
*/
/**
* @author AJ98150
*
*/
package mastermind; | [
"lightaisme@gmail.com"
] | lightaisme@gmail.com |
97398d557cec115b40e4628206532a9e4a45141a | 440e5bff3d6aaed4b07eca7f88f41dd496911c6b | /myapplication/src/main/java/com/vlocker/locker/c/ap.java | 87e9e08d7d4fb0191ceb2e2340f426e54d3b824f | [] | no_license | freemanZYQ/GoogleRankingHook | 4d4968cf6b2a6c79335b3ba41c1c9b80e964ddd3 | bf9affd70913127f4cd0f374620487b7e39b20bc | refs/heads/master | 2021-04-29T06:55:00.833701 | 2018-01-05T06:14:34 | 2018-01-05T06:14:34 | 77,991,340 | 7 | 5 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.vlocker.locker.c;
import com.vlocker.ui.cover.r;
import java.util.List;
class ap implements r {
final /* synthetic */ ao a;
ap(ao aoVar) {
this.a = aoVar;
}
public void a() {
}
public void a(List list) {
if (list != null) {
this.a.a(list);
}
... | [
"zhengyuqin@youmi.net"
] | zhengyuqin@youmi.net |
21e15e507211ef086ca50c70122f87c0849dbf8d | cdc8813290b037ac5c2089b45542a545274be71a | /src/dsa/dp/ShortestCommonSupersequence.java | 649d3e87ad8d0f25d2216a5700ce348dd47db8a7 | [] | no_license | akashsinha13/DSA | 8549b2ffec56139c4a76fb5e9f6c24ebe8c1db63 | abb9cae1b590e0eb29ef472dd4495a6b749dc9b3 | refs/heads/main | 2023-06-25T23:33:36.006316 | 2021-07-29T10:36:18 | 2021-07-29T10:36:18 | 340,651,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package dsa.dp;
public class ShortestCommonSupersequence {
static int lcs(char[] a, int m, char[] b, int n) {
int[][] t = new int[m+1][n+1];
for(int i=1 ; i<=m ; i++) {
for(int j=1 ; j<=n ; j++) {
if(a[i-1] == b[j-1]){
t[i][j] = 1 + t[i-1][j-1];
... | [
"sinhaakashak@gmail.com"
] | sinhaakashak@gmail.com |
4a5ceff00bccc52e9651b10b2b7b52ab2e13eae4 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/u6/a/j0/h.java | 7115934467ddad22b3e353d456d3f67f10fea1fa | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package u6.a.j0;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import kotlinx.coroutines.flow.FlowKt;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@DebugMetadata(c = "kotlinx.co... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
e159acd4fc6169e76d1c941a1fcd490e6875a99b | 0fb7a2ed774983f2ac12c8403b6269808219e9bc | /yikatong-core/src/main/java/com/alipay/api/domain/AgreementParams.java | 2fce18d73e5a8330ee89bd4d6b7cf7a50a23239b | [] | no_license | zhangzh56/yikatong-parent | e605b4025c934fb4099d5c321faa3a48703f8ff7 | 47e8f627ba3471eff71f593189e82c6f08ceb1a3 | refs/heads/master | 2020-03-19T11:23:47.000077 | 2018-04-26T02:26:48 | 2018-04-26T02:26:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,415 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 用于传递用户和支付宝的协议相关信息,json格式
*
* @author auto create
* @since 1.0, 2018-01-10 14:56:36
*/
public class AgreementParams extends AlipayObject {
private static final long serialVersio... | [
"xiangyu.zhang@foxmail.com"
] | xiangyu.zhang@foxmail.com |
e3d4e785a0ba22b415b2d247e25c39c1f1ca2042 | cdd780a2ac7b2b49d0449852aedc41e1eb7632cb | /src/main/java/com/jp/baking/service/controller/UserController.java | cc26495cb9f512939b9b49cb2f95ad938da713d8 | [] | no_license | JuanBallena/Baking_Service_Spring_Boot | 048c4b2925c7b8aa2e60da30f3ba24a6290fb3d1 | d0eddab11661d8ad99b7f211a625b5041b204803 | refs/heads/master | 2023-07-14T13:24:56.987170 | 2021-08-27T17:41:00 | 2021-08-27T17:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,227 | java | package com.jp.baking.service.controller;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validation;
import javax.validation.Validator;
import javax.validation.ValidatorFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.b... | [
"jpbu911@hotmail.com"
] | jpbu911@hotmail.com |
514bf72f53c8f3e4836de0af8bf159f32c7a9bbc | 100e8431193de9cf1bc04a64157b57223fef9a57 | /src/test/java/org/jboss/cdi/showcase/test/PaymentProcessorTest.java | fdfae41348b33cfa329cdc4ea8dbaf047052c81e | [] | no_license | pmuir/cdi-showcase | ee7960b63ab294357084f104f4b269fab5437787 | 9255d4e5dcf1f93fac0610479d3b69999e29713a | refs/heads/master | 2021-01-19T11:16:23.959203 | 2014-08-21T10:31:21 | 2014-08-21T10:31:21 | 23,182,382 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y... | [
"pmuir@bleepbleep.org.uk"
] | pmuir@bleepbleep.org.uk |
f1621376c3ace81320da768f1df326fb5f70f124 | f1a233666e953c2b5ddb73c457937e81ccb096e9 | /src/main/java/pl/sdacademy/session/SessionServlet.java | 19ff94f384c43c6d4d5c132064cbf51ff8c6bf97 | [] | no_license | MKoper9/user-db | d0731d273b59a28f8dbacdcd1a21212511b77c44 | e6d1b7a745d9740dfd8816c024a91735e53b0de6 | refs/heads/master | 2021-06-28T00:02:33.847485 | 2020-02-09T11:58:43 | 2020-02-09T11:58:43 | 233,380,413 | 0 | 2 | null | 2021-06-16T17:52:34 | 2020-01-12T11:19:02 | Java | UTF-8 | Java | false | false | 959 | java | package pl.sdacademy.session;
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 javax.servlet.http.HttpSession;
import java.io.IOException;
@WebSe... | [
"mike@buildmysoftware.pro"
] | mike@buildmysoftware.pro |
004b27c3985424d949bacd72be83430e44446c2b | 2987226488542e970a98ef8386fa5bc0f5b1ad12 | /java-concurrency/book/examples/WebCrawler.java | 7ff938853d7caef0e8fcbbbaf52dc023ce84eca7 | [] | no_license | vmnchg/java-research | cbfb4ce1f152465573dacd60e6f9f294a3571cec | 7b9d040656df479d1a846e122376f0b7c58ce2a8 | refs/heads/master | 2021-01-10T01:33:16.339943 | 2015-07-14T23:12:57 | 2015-07-14T23:12:57 | 36,853,264 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,298 | java | package examples;
import java.net.URL;
import java.util.*;
import java.util.concurrent.*;
import net.jcip.annotations.*;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
/**
* WebCrawler
* <p/>
* Using TrackingExecutorService to save unfinished tasks for later execution
*
* @author Brian Goetz and Tim... | [
"v.m.chhieng@gmail.com"
] | v.m.chhieng@gmail.com |
69349c49511f99a4cd44936a7fae15d0a6c9dcb9 | 74117b56dc8c4cef7562df72f96ad0ae3d24e5ed | /src/ginterface/iresponsemessage.java | b3096f3ea9638521103561e05d338c09f56eab1f | [] | no_license | andykuria/virtualbank | 5dd2c19a246c5b255ddc66f320ecf51635d3afdb | d5cf0885d4dbbee113ea39fc001a4133a5b8beff | refs/heads/master | 2016-09-11T03:38:23.167236 | 2014-05-29T09:46:51 | 2014-05-29T09:46:51 | 42,576,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ginterface;
import datamanager.messagePatternLoader;
import globalutils.KeyExhType;
import iso8583.IsoMessage;
import iso8583.msgSecurity;
import processing.networkConfigQueue;
/**
*
* @author minhdbh
*/
pub... | [
"minhdbh@gmail.com"
] | minhdbh@gmail.com |
08c68f4c92ed2dcf21adfaab023cfa4dd2045b6a | 24bed13466f46e4bcc38df48bfa392e0594aff56 | /sgpbid/ejb/src/main/java/br/com/empresa/sgpbid/generico/Entity.java | 6ad2d0d4a1fcc89d1428161026e00a69228d8b2a | [] | no_license | jeanvargas14/SGP-BID | 42782880e91020fcda8fb47311ded320eef8da23 | 08e0de941356d30c39f7976ec43b03f267ae9a5e | refs/heads/master | 2020-04-12T05:33:10.021688 | 2016-10-06T16:54:15 | 2016-10-06T16:55:06 | 60,530,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | /**
*
*/
package br.com.empresa.sgpbid.generico;
/**
* 2 de set de 2016
* @author roberto.conceicao
*
*/
public class Entity {
}
| [
"roberto.conceicao@softplan.com.br"
] | roberto.conceicao@softplan.com.br |
a51a237d06244ff88d4272b47b70af3b86763a3f | e873994f51b6837610216a127d7d365b526a676e | /java/src/main/java/com/aliyun/eventbridge/models/ListAliyunOfficialRequest.java | 1b3bf613b47c2e57b19100f945524baddb59172a | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-eventbridge-sdk | 520ba864b8ec936386a4ec5a99549f5d638b6e1d | b8683bd739d39e6a2fe23eacd45c907fe3cb4820 | refs/heads/master | 2023-07-05T15:31:01.576624 | 2023-04-26T01:53:02 | 2023-04-26T10:03:06 | 294,324,589 | 7 | 16 | null | 2023-04-26T10:03:08 | 2020-09-10T06:37:25 | Java | UTF-8 | Java | false | false | 942 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.eventbridge.models;
import com.aliyun.tea.*;
/**
* The request of listAliyunOfficialEventSources
*/
public class ListAliyunOfficialRequest extends TeaModel {
@NameInMap("NextToken")
public String nextToken;
@NameInMap("Limit")
... | [
"noreply@github.com"
] | noreply@github.com |
1406541a290eaeb585d2bafb07f64ac580c7e924 | 49525caa2ae7107e2df393a818aa1cdf65c9a33d | /app/src/main/java/com/example/wave_20/DataEvent.java | 9f17ad4e0beff830d891d1f6ebf05613fe7e12be | [] | no_license | Karl-Sikorsky/wave_2.0 | fa7badc8479008ce9e8ac9b165e08b62a2bffa48 | d54ddbea4a3e34ab18f55d4feb2f9aafd23269a7 | refs/heads/master | 2020-05-25T18:55:10.184585 | 2017-03-21T02:23:03 | 2017-03-21T02:23:03 | 84,955,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.example.wave_20;
/**
* Created by ПОДАРУНКОВИЙ on 12.03.2017.
*/
public class DataEvent {
public final String message;
public DataEvent(String message) {
this.message = message;
}
} | [
"Kalevych_tech@ukr.net"
] | Kalevych_tech@ukr.net |
653154e93dda4674b93f3347aaec79104908d8dc | c343d06c280e03f148c4f8715b7b0397bfcbd159 | /integration/javacv/src/boofcv/io/javacv/JavaCVVideo.java | da8156ff590d12acc4ca4a6ad5d56e435a911e45 | [
"LicenseRef-scancode-takuya-ooura",
"Apache-2.0"
] | permissive | Nomanghous/BoofCV | ec80ff7633c6a46fdbdd53188ed5136f75f57e94 | b7b34725465cbcf85c014d6a36d63f4d8d18f9a6 | refs/heads/master | 2021-01-01T18:38:58.655293 | 2017-07-21T15:16:14 | 2017-07-21T15:16:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | /*
* Copyright (c) 2011-2016, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.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... | [
"peter.abeles@gmail.com"
] | peter.abeles@gmail.com |
b0aecc5e7ebe3d7df4e0124a7a57c69aaff9b18a | e673dade43f5afcec5374af20f2411e1da10d982 | /src/main/java/net/sourceforge/jaad/mp4/boxes/impl/fd/GroupIDToNameBox.java | f73fb0e529d00768cbe7a27bf5f977421436f922 | [
"CC-PDDC",
"LicenseRef-scancode-public-domain"
] | permissive | candrews/JAADec | ab946f02f62d0d66408c6609a86d828c9f2c7ed4 | 970a87d256d383da7ddb9f3a14d313dc7cef3774 | refs/heads/master | 2023-04-07T00:05:15.407668 | 2016-06-13T19:48:50 | 2016-06-14T14:33:23 | 60,644,703 | 0 | 1 | NOASSERTION | 2023-04-03T23:29:32 | 2016-06-07T20:37:04 | Java | UTF-8 | Java | false | false | 908 | java | package net.sourceforge.jaad.mp4.boxes.impl.fd;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import net.sourceforge.jaad.mp4.MP4InputStream;
import net.sourceforge.jaad.mp4.boxes.FullBox;
public class GroupIDToNameBox extends FullBox {
private final Map<Long, String> map;
public Gro... | [
"keeneraustin@yahoo.com"
] | keeneraustin@yahoo.com |
88b29c673f6e93da1a8febfddccfdf08d7403539 | 41f29841def03c1dc4fd9c6e27aa0db92a839d37 | /app/src/main/java/com/ranapromo/nara/ranapromo3/adapters/HomeRecyclerAdapter.java | f9125fcdac53701c66dbea03c4a890fe6e41a1e8 | [] | no_license | farlam/RanaPromo3 | d91f2d02c35d4f5fc3c6c0819d784673b109a171 | be915e105c56f1c03e9e7002bfa43b85a208b08c | refs/heads/master | 2016-08-11T06:22:36.570492 | 2016-02-08T21:52:56 | 2016-02-08T21:52:56 | 50,873,997 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,701 | java | package com.ranapromo.nara.ranapromo3.adapters;
import android.support.v4.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.sup... | [
"fsmati@example.com"
] | fsmati@example.com |
17478af08ffe8b7e9223609f2b218a3b8f0de937 | a78e998b0cb3c096a6d904982bb449da4003ff8b | /app/src/main/java/com/alipay/api/domain/AlipayOpenPublicPersonalizedExtensionSetModel.java | d06fc857d3709f7b9d1cfb43180b499815ad2e4f | [
"Apache-2.0"
] | permissive | Zhengfating/F2FDemo | 4b85b598989376b3794eefb228dfda48502ca1b2 | 8654411f4269472e727e2230e768051162a6b672 | refs/heads/master | 2020-05-03T08:30:29.641080 | 2019-03-30T07:50:30 | 2019-03-30T07:50:30 | 178,528,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 个性化扩展区上下线接口
*
* @author auto create
* @since 1.0, 2017-04-27 10:50:31
*/
public class AlipayOpenPublicPersonalizedExtensionSetModel extends AlipayObject {
private static final long serialVe... | [
"452139060@qq.com"
] | 452139060@qq.com |
915873b62a4e4c969ad1f36e3472257e15f53b1e | 6f8982e475e558754b9360e97201c2f2462df51c | /app/src/main/java/com/app/oktpus/requestModel/Attributes.java | daf6a39ac518afa9ec748dc79d6ffbdf43b4b106 | [] | no_license | rajivgh/oktpusandroid | 6033b54240d7080c566722bb21810d1257fe08d5 | 30a2c71f1d76317514dfb6d19852371873d2d4e9 | refs/heads/master | 2020-03-25T11:13:47.019069 | 2018-08-06T12:40:21 | 2018-08-06T12:40:21 | 143,723,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,487 | java | package com.app.oktpus.requestModel;
/**
* Created by Gyandeep on 30/11/16.
*/
public class Attributes {
@CustomSerializedName("city")
private FlagsMustHave city;
@CustomSerializedName("make")
private FlagsMustHave make;
@CustomSerializedName("country")
private FlagsMustHave country;
@Cu... | [
"rajiv.mca140.com@gmail.com"
] | rajiv.mca140.com@gmail.com |
ca58b25650b619e4349f108a96c89a7353f3bccd | e5466ec73e13907532aae6abec76282a12e4c622 | /lib_common/src/main/java/com/pt/lib_common/easyhttp/request/EasyRequestParams.java | caa4beb7e9f542cb505c6d5245ed64ef1761f869 | [] | no_license | xiaoyuncanghai/PlatformTrading | 2fc8911e667813bcc9c7a1b297ae45053c9cefb3 | c122c4d9141cb31d6db8e02e1c0914c4ea1595bf | refs/heads/master | 2023-01-01T21:01:53.030960 | 2020-10-26T15:10:50 | 2020-10-26T15:10:50 | 286,169,941 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package com.pt.lib_common.easyhttp.request;
import java.util.concurrent.ConcurrentHashMap;
public class EasyRequestParams {
private ConcurrentHashMap<String, String> mRequestParams = new ConcurrentHashMap<>();
private ConcurrentHashMap<String, String> mRequestHeaders = new ConcurrentHashMap<>();
public ... | [
"2501050940@qq.com"
] | 2501050940@qq.com |
a33716d9f6fb85a8a1c779d07709def32bd4b093 | 28dca1305b13432b7953729c43a6e774fc707f9e | /xds/src/main/java/io/grpc/xds/LoadStatsManager.java | ae58d80f4456c8fc8a909099c678baa7795b272d | [
"Apache-2.0"
] | permissive | dfawley/grpc-java | f8ccb08df72099d35b9b27134b142f6f7ebffa20 | 458b0e4447d1cfb8fddd81847b41c884acd2824d | refs/heads/master | 2021-06-24T20:43:46.145708 | 2021-01-15T19:26:34 | 2021-01-15T19:26:34 | 209,878,254 | 0 | 0 | Apache-2.0 | 2021-01-15T21:21:45 | 2019-09-20T20:45:49 | Java | UTF-8 | Java | false | false | 6,214 | java | /*
* Copyright 2019 The gRPC Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"noreply@github.com"
] | noreply@github.com |
b433a63de6286b370de3529eba5cb9c5be8fac71 | 74c9224f281482d894f655d4ca732f836f5f106a | /Musar (server)/src/musar/ClockwerkAPI.java | c278dfd1095186edb65fbff9731426be2284cb03 | [] | no_license | HeshamAmer/Musar | 14cd690ebdcefd3e8f877117b5de2aa49a3d9c5b | 2ef93fe13aa2149301160a54ec0bc2f5837b7725 | refs/heads/master | 2021-01-13T02:03:27.792843 | 2015-08-07T12:58:34 | 2015-08-07T12:58:34 | 40,359,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,382 | java | package musar;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
public class ClockwerkAPI {
static Str... | [
"HeshamHamdyAmer@gmail.com"
] | HeshamHamdyAmer@gmail.com |
cb9eb80ce9b22d6fa84b81f3a42828fa3debfb58 | 06993cea23599368fdc9da00664603b689106051 | /src/main/java/com/badou/project/moduleDemo/web/fun3/children/Fun3DemoChildEditAction.java | 55daa8b83e83d99242e8c03c7b92c8f0ed39b7f2 | [] | no_license | llzz9595/badou-study | da021d63bdbd560f43121df39ebe9de09491e800 | 1e463a1c79de223f2fdb7db920a6c64e0a277470 | refs/heads/master | 2021-01-21T17:14:07.568721 | 2017-05-21T09:08:52 | 2017-05-21T09:08:52 | 91,943,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,361 | java | package com.badou.project.moduleDemo.web.fun3.children;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import com.shengdai.ui.ligerui.struts2.JsonEditTemplateAction;
import com.badou.project.moduleDemo.model.Fun3DemoChil... | [
"llzLEE9599@gmail.com"
] | llzLEE9599@gmail.com |
8f8e8845c02004edbd789b881d8a3820f7677350 | 64c57612768b56f6989a1ea1d1281c0bc7112f32 | /octavianmodul/src/main/java/co/id/gmedia/coremodul/ItemValidation.java | 62a06a63c203a2dc97d786519856ca963e0b242b | [] | no_license | octa-vian/octa-vian-Kartika-apps | ce71b68c41c97fd7c832aeb53ec50149966ad82d | 23c392b41a8b2a534da998d1f47ece5273af9547 | refs/heads/master | 2021-05-18T06:46:27.283205 | 2021-05-04T05:53:21 | 2021-05-04T05:53:21 | 251,163,618 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 38,857 | java | package co.id.gmedia.coremodul;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.DatePickerDialog;
import android.content.ContentUris;
import android.content.Context;
import android.content.pm.PackageManager;
import and... | [
"octab39@gmail.com"
] | octab39@gmail.com |
371db34e0bb8c3be44dfec3153cb66b2bb4640ef | e7ba1202e01b54c9b04cd9586de43bc41b839479 | /src/test/java/deliveryConfiguration_Tuseef/step_def/Login_StepDef.java | 2298e973110bd2ccb9849705b132fdd1d29dfea9 | [] | no_license | tuseefmo/TestRepo2nchE | 7c497cd7d33c33f8023cf25af6e4990445aab99f | 62f243e967de012e966c6f7a8d06a6a22115cc46 | refs/heads/master | 2023-06-27T16:01:49.555029 | 2021-08-04T01:59:34 | 2021-08-04T01:59:34 | 392,509,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,187 | java | package deliveryConfiguration_Tuseef.step_def;
import deliveryConfiguration_Tuseef.pages.Login;
import deliveryConfiguration_Tuseef.utilities.BrowserUtils;
import deliveryConfiguration_Tuseef.utilities.ConfigurationReader;
import deliveryConfiguration_Tuseef.utilities.DriverFactory;
import io.cucumber.java.en.And;
imp... | [
"tuseef.mohammed@npd.com"
] | tuseef.mohammed@npd.com |
a88d12f385297d8ef0014f4af507a19b8255534b | d2d8c690576ef68d8ce788eb8da1753d3cc25294 | /src/main/java/com/konduto/sdk/models/KondutoHotelRoom.java | 7dd8de04f47e406d9376fae809cb97e486773534 | [] | no_license | wendelas/java-sdk | cf3bb4b9d5d7f3e03400425babcfd08fbf5ef92d | c4e890a53ea5237a86e9fcb422484d4a6a204807 | refs/heads/master | 2021-01-19T17:11:48.114653 | 2016-11-23T16:21:41 | 2016-11-23T16:21:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,248 | java | package com.konduto.sdk.models;
import com.google.gson.annotations.SerializedName;
import com.google.gson.JsonParseException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
/**
*
* Hotel Roo... | [
"andre@konduto.com"
] | andre@konduto.com |
2152303badc5c7c0be2a5c331fece20e953777f3 | c8cb0df2189886e205672fcbdcf77e65b08f0a0f | /src/main/java/xyz/enhorse/BaseRecorder.java | d5c78ccff59d7992177a6e7709ad4435c5114931 | [
"MIT"
] | permissive | pavelkalinin/contents-for-md | 3a9dea116dc2482605c6fad8e913fd3712f70914 | 22f2151f02eeefdfdc7160067791d6325aeb7488 | refs/heads/master | 2020-05-25T15:41:21.304268 | 2016-10-12T16:09:10 | 2016-10-12T16:09:10 | 70,313,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,104 | java | package xyz.enhorse;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.Writer;
/**
* @author <a href="mailto:pavel13kalinin@gmail.com">Pavel Kalinin</a>
* 08/10/16
*/
public class BaseRecorder implements Recorder {
private final BufferedWriter writer;
public BaseRecorder(... | [
"pavel13kalinin@gmail.com"
] | pavel13kalinin@gmail.com |
8e280ac1869ca67f0fb95cc825249b966c47eea6 | d280800ca4ec277f7f2cdabc459853a46bf87a7c | /spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/tunnel/server/package-info.java | 190ef4607d79b57093c46a7728d08465fef8f2cc | [
"Apache-2.0"
] | permissive | qqqqqcjq/spring-boot-2.1.x | e5ca46d93eeb6a5d17ed97a0b565f6f5ed814dbb | 238ffa349a961d292d859e6cc2360ad53b29dfd0 | refs/heads/master | 2023-03-12T12:50:11.619493 | 2021-03-01T05:32:52 | 2021-03-01T05:32:52 | 343,275,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | /*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | [
"caverspark@163.com"
] | caverspark@163.com |
d94c4a251741c56f7a827efb159e6b37e9639d1c | 98f035e1128399725a8f2afd679fabc4bae8d0ab | /src/org/moeaframework/algorithm/AbstractEvolutionaryAlgorithm.java | bf7a72163c9f7f8137280c8d5f7917d1db0f0ba5 | [] | no_license | mutazaltarawneh/iFogSim-NSGA | e24b8c8158f8e39c57b0a6a56b792563b92451c6 | 7b3742e7ad079f99fb99a383cc92132fe59d74bb | refs/heads/master | 2023-01-30T04:30:58.736264 | 2020-12-14T12:15:54 | 2020-12-14T12:15:54 | 321,310,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,540 | java | /* Copyright 2009-2018 David Hadka
*
* This file is part of the MOEA Framework.
*
* The MOEA Framework is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at... | [
"user@Users-iMac.local"
] | user@Users-iMac.local |
0a77a205640bcf879e9fcb0b222b1881a2433ec5 | b2612fafa5a9e094ad263adbfebe63632aa34e12 | /gx-etl-core/src/main/java/com/geostax/etl/serialization/EventDeserializer.java | c5eb62dd7d75d25f7cc5e69fd2cf82b11849c57f | [] | no_license | geostax/gx-etl | e11f841054fdb5a29837a84b50a99427f11250fa | 574bc98eca290b24a096eac6e241767ea50c29c7 | refs/heads/master | 2021-09-01T09:45:06.904173 | 2017-11-29T10:37:14 | 2017-12-26T09:21:02 | 109,246,506 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 3,104 | 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... | [
"lsgi.xiaofei@gmail.com"
] | lsgi.xiaofei@gmail.com |
86b03f2ef2de9f689e3ed52f22c7431cef8e48ac | 0c798709f260558d5eb7cae20ba2ac79a5a59d85 | /Learn/src/com/omt/learn/algo/allAlgos/NextHigherNumber.java | b03d64d4c66e356f60417f6c317c149c5e07181a | [] | no_license | sonalirungta/learning | 300fe11b79490d93495a3bdba37311b4d5e7c4df | ba31064e0561072afd23cdaf2483715512ffa20f | refs/heads/master | 2020-07-07T23:21:54.063485 | 2019-07-03T15:53:01 | 2019-07-03T15:53:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,019 | java | package com.omt.learn.algo.allAlgos;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class NextHigherNumber {
public static void main(String[] args) {
System.out.println("Next Highter Number from 1234 is :" + getNextHigherNumber(1234));
System.out.println("Next Highter Number... | [
"dhiralpandya@gmail.com"
] | dhiralpandya@gmail.com |
b13c6392c3627befa164b93921962bade9215a0d | 9d17e32d50117cd71e2a55b822d3bfdbb85931e0 | /src/main/java/com/wanda/bean/ReceptionRecord.java | 8a48bac3a85cadffb6d8a927996cf87d17443b61 | [] | no_license | lzy645892551/springmvc | 0bb3abb364ddd523e881105106cc0bb358c39a9f | d98b757c2e7f3f76ff27bc7fd0d0909d94eecab9 | refs/heads/master | 2020-03-23T04:53:01.342071 | 2018-07-16T08:38:24 | 2018-07-16T08:38:24 | 141,110,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,478 | java | package com.wanda.bean;
import java.util.Date;
public class ReceptionRecord {
private String receptionRecordId;
private String userId;
private String userName;
private String number;
private Date receptionTime;
private String receptionMode;
private String receptionContent;
priva... | [
"645892551@qq.com"
] | 645892551@qq.com |
0f97c763513ce8c110c61ec8d5bc3cbe8186df47 | dd3eec242deb434f76d26b4dc0e3c9509c951ce7 | /2018-work/jiuy-biz/jiuy-biz-core/src/main/java/com/store/service/ShopCategoryService.java | 8a2ebf95965819ab0fe1ecd3aab41a9ccbb39321 | [] | no_license | github4n/other_workplace | 1091e6368abc51153b4c7ebbb3742c35fb6a0f4a | 7c07e0d078518bb70399e50b35e9f9ca859ba2df | refs/heads/master | 2020-05-31T10:12:37.160922 | 2019-05-25T15:48:54 | 2019-05-25T15:48:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,214 | java | package com.store.service;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.jiuyuan.constant.DateConstants;
import com.jiuyuan.constant.MemcachedKey;
import com.jiuyua... | [
"nessary@foxmail.com"
] | nessary@foxmail.com |
dc7804e717bd3cabf2b21b20f898de8d13879de3 | cbeec50eee99e3fd603d2144f9e6d51b1d63593e | /Gestion_de_stock_mvc/src/main/resources/com/stock/mvc/services/impl/FournisseurServiceImpl.java | 1c4d7a5f9e1450fb4a7f0ee2061bab255da12504 | [] | no_license | waeelll/mvc | fb374ec8548add914d7f1b00e9bb6a702fb369b0 | 3ee4bf518b37ff6ff0021e75fd317a1cacbe5ef2 | refs/heads/master | 2022-12-26T07:05:53.912157 | 2019-06-27T14:45:53 | 2019-06-27T14:45:53 | 193,480,989 | 0 | 0 | null | 2022-12-16T00:57:15 | 2019-06-24T10:05:26 | CSS | UTF-8 | Java | false | false | 1,362 | java | package com.stock.mvc.services.impl;
import java.util.List;
import com.stock.mvc.services.IFournisseurService;
import com_stock_mvc_entities.Fournisseur;
public class FournisseurServiceImpl implements IFournisseurService{
@Override
public Fournisseur save(Fournisseur entity) {
// TODO Auto-generate... | [
"noreply@github.com"
] | noreply@github.com |
875c42e750f5f2a36c32a0cf0917431d1e689eb4 | 1f245bd89fc6c290bea3bb706b7e8a896920bf4b | /src/main/java/com/example/javase/controller/sbstractController.java | 1f340d502f5f002849ee555698009d2ff2add7f7 | [] | no_license | lilacfover/javaSE | 76f974e9a8fc328b8a0ccbe895b3e666cb3a1a8b | 8bdc3709f6cd3618a59db5486650535bb279735c | refs/heads/master | 2021-06-17T06:10:39.543738 | 2019-10-25T09:54:59 | 2019-10-25T09:54:59 | 199,389,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package com.example.javase.controller;
import com.example.javase.templatedesign.templatefuntion.SubDemo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.example.javase.templatedesign.tem... | [
"1522933428@qq.com"
] | 1522933428@qq.com |
aa2abf4fc3e46747fe68d84ea1494011b56720c5 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/wallet_core/ui/view/c.java | 862cac767623325826c11d6dafbc9c14d04d717f | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 2,666 | java | package com.tencent.mm.plugin.wallet_core.ui.view;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import com.tencent.mm.modelsfs.FileOp;
import com.tencent.mm.platformtools.i;
import com.tencent.mm.platformtools.i.a;
import com.tencent.mm.platformtools.i.b;
import com.tencent.mm.sdk.pla... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
cda1472326a7ac09203d0f01d1b448fccefde61d | 7867b235aab22cb2c4499f11c429294758891697 | /app/src/main/java/com/codemountain/shoppadiclient/utils/BottomNavHelper.java | 342393e34af6537660eb080c3edccfc30f61ac03 | [] | no_license | HenryUdorji/Shop-padi | 3ff9486950e6b3acdb4d5e82638059d77e70a076 | 074ddd2543cd6c697ca8a7f2bcd9665fd6c56c99 | refs/heads/master | 2023-01-27T15:12:04.013322 | 2020-12-05T01:08:49 | 2020-12-05T01:08:49 | 296,990,459 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,105 | java | package com.codemountain.shoppadiclient.utils;
import android.content.Context;
import android.view.MenuItem;
import androidx.annotation.NonNull;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentTransaction;
import com.codemountain.shoppadiclient.R;
import com.codemountain.shoppadicl... | [
"henryUdorji@gmail.com"
] | henryUdorji@gmail.com |
0f16e91c79e61e3efc3e24fdfe2ae43c8f1e0a3d | de764192481a850baaf3251120c430882911afd9 | /src/com/gxb/threadcoreknowledge/juc/pool/CompletableFutureDemo.java | 518be82b68dca50ce1b48352d5fd78d0a11c979e | [] | no_license | zyyawin/JavaNotebook | 9f25c60c3da1d911c3541962659600c3f23d88ea | 0632d4cf529bff731efef169e92891f1a653560e | refs/heads/master | 2022-04-17T20:57:03.921493 | 2020-04-19T14:29:48 | 2020-04-19T14:29:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package com.gxb.threadcoreknowledge.juc.pool;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException;
public class CompletableFutureDemo {
public static void main(String[] args) throws ExecutionException, InterruptedException {
//同步、异步回调
CompletableFuture<Vo... | [
"535758155@qq.com"
] | 535758155@qq.com |
9091049f6e6170db62cc533414baff7573f824b1 | 2c59f0be7c7c4c9b70169c1ac705b4f354c85590 | /LAB4/EXTRA/DFSIterator.java | 31b218fd3d580bc2e6c2b36ff978b95a62a0bd73 | [] | no_license | chrismessiah/KTH-SoftwareEngineering | 43149385a731ea080f6347b0a9d01c858986a12f | 9fa8cfecd303bf42b187db047752e6771a3d790a | refs/heads/master | 2021-05-01T11:50:06.193096 | 2016-10-21T12:21:43 | 2016-10-21T12:21:43 | 59,345,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | import java.util.Stack;
import java.util.Iterator;
import java.util.ArrayList;
import java.util.List;
public class DFSIterator implements Iterator {
Stack<Component> staq;
public DFSIterator(Composite compositeData) {
staq = new Stack<Component>();
staq.push(compositeData);
}
private void listElemsTo... | [
"chrabd@kth.se"
] | chrabd@kth.se |
61de1a5cf71c79d2ada924c09ffa04a7a5623986 | 0a6ed0714cebd25c452a7cd5861614972a366c04 | /src/test/java/com/mycompany/myapp/web/rest/JugadorResourceIntTest.java | a5921ec372c82b785f1c6ae2843789f27c6d772c | [] | no_license | Anunnakifree/liga-baloncesto-j | f851168fefd048594390fb78294a977e29d4992d | 47a90ec7254c3f3cb6e69a1d1340b3349bfbc96e | refs/heads/master | 2016-09-01T11:12:18.506466 | 2016-02-03T20:27:48 | 2016-02-03T20:27:48 | 49,733,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,462 | java | package com.mycompany.myapp.web.rest;
import com.mycompany.myapp.Application;
import com.mycompany.myapp.domain.Jugador;
import com.mycompany.myapp.repository.JugadorRepository;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.hamcrest.Matchers.hasItem;
import org.moc... | [
"carlos.carlosrodiba@gmail.com"
] | carlos.carlosrodiba@gmail.com |
674506728efe31198e8e80e3296d2dd4ead641b0 | 05b5bef9cb9c51388246afcf0daf3d9c07890e52 | /src/main/java/net/avalara/avatax/rest/client/models/IsoCountryModel.java | 776b54da074c17bb268b61c8f3efacf2c93518a8 | [
"Apache-2.0"
] | permissive | junfengcode/AvaTax-REST-V2-JRE-SDK | fb52e989b595846a09021d84738378f98a62238d | 90be726643c804a2ea689f60b4faec5900deb37f | refs/heads/master | 2021-01-19T23:07:56.396666 | 2017-03-16T17:39:31 | 2017-03-16T17:39:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,669 | java | package net.avalara.avatax.rest.client.models;
import net.avalara.avatax.rest.client.enums.*;
import net.avalara.avatax.rest.client.serializer.JsonSerializer;
import java.lang.Override;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
/**
* Represents an ISO ... | [
"dustin.welden@avalara.com"
] | dustin.welden@avalara.com |
4b4f6d08a17c0c2dffd179abbee9f2e9d59c37f5 | f1c8ef4faa89cad0011db6f873572afa2386cb17 | /src/com/practicepizza/app/Main.java | 5a4182edb161297436df3b15c1065e8e042501b4 | [] | no_license | yorkglez/PracticePizza | e99db52da4d2f9c8a3c66b837085908e23ec1467 | 87f435800b27d156502c0619cbeca20fb9522e80 | refs/heads/master | 2020-08-10T11:38:11.722620 | 2019-10-11T03:21:26 | 2019-10-11T03:21:26 | 214,334,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package com.practicepizza.app;
import java.util.Scanner;
public class Main {
public static void main (String[] args){
//Declarations
byte PizzaSize = 0;
String PizzaType = "";
//Implement scanner
Scanner in = new Scanner(System.in);
//Input from user
System.o... | [
"bobo_12yors@hotmail.com"
] | bobo_12yors@hotmail.com |
ca2d47a999c456b786a0bff6f0427a52bc2806c6 | 4be8ae384a9148b3518065379fcf25f074faa65f | /Splitwise/src/main/java/com/practice/splitwise/service/impl/UserServiceImpl.java | c9f12ff41258b333d4d933b5857b434aeb6c3548 | [] | no_license | theanubhava/qwertyu | 04cd45c810c0abcbb0a9501732e2e71cc29c5394 | fcc21e44e1e7204db98a30931c39daa6bd53a8ca | refs/heads/master | 2020-09-07T16:38:26.392587 | 2019-11-10T20:47:44 | 2019-11-10T20:47:44 | 220,846,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,454 | java | package com.practice.splitwise.service.impl;
import com.practice.splitwise.dao.UserDAO;
import com.practice.splitwise.pojo.*;
import com.practice.splitwise.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.Arra... | [
"noreply@github.com"
] | noreply@github.com |
6a0f94871ad65ae653796a6d35a3ef6f0936623e | d42cecc97ee49203ad1b2b9cc03c9f25a168f73a | /app/src/main/java/totoro/application/xkf/totoroweather/util/TextUtil.java | a198ca9aa969d78311e8e9b13acfa442460dd59f | [] | no_license | BigChaChi/TotoroWeather | f44146c1d33c77823dc2535b3d5b35969f8fd0f1 | bf96f080f10d59d4746b09a630f14a3a0b1a8a17 | refs/heads/master | 2021-01-24T04:20:57.750251 | 2017-10-10T03:26:08 | 2017-10-10T03:26:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,677 | java | package totoro.application.xkf.totoroweather.util;
import android.text.TextUtils;
import java.util.ArrayList;
import java.util.List;
public class TextUtil {
public static String addText(String oldText, String newText) {
if (TextUtils.isEmpty(oldText)) {
return newText;
}
retur... | [
"1131225133@qq.com"
] | 1131225133@qq.com |
ab48a3b838a99714aa316134277e422cea2b1e27 | b75b83b4578b0d4267d6d66764b9a3f4a7eafc6e | /app/src/main/java/com/shridevlopment/batterystasu/MainActivity.java | c744b633d0358acbb09d56e757aeaad848be0aed | [] | no_license | shriguddodagi/batterystatus | 17767c69ff1994ac43b81f9e8f426835905e928a | 24d0b0f81f1e9e36dc8ea7adf1afde02529aebf6 | refs/heads/master | 2022-06-18T06:37:09.233611 | 2020-05-06T06:45:45 | 2020-05-06T06:45:45 | 261,667,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package com.shridevlopment.batterystasu;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import com.shridevlopment.batterystasu.R;
public class MainActivity extends AppCompatActivity {
private BatteryReceiver mBattery... | [
"shrikantguddodagi@gmail.com"
] | shrikantguddodagi@gmail.com |
b6ec81641194f1b90ad90ca16aedc5abcebeb543 | 7459349fedf28266bac72e21e72c0c674793c86d | /game/screen/ScreenCrash.java | 8a25cd0a1513b3f1fddd5f164ac21298eb1d30f3 | [] | no_license | teknogeek/Substrate | 93c773573a6e5930406a122f83679719392708ee | 01c2cf62ef361e0b2fe08e3d308bf73fc50d71c0 | refs/heads/master | 2021-01-15T16:46:42.494050 | 2013-09-23T18:08:20 | 2013-09-23T18:08:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 880 | java | package game.screen;
import game.Game;
import game.utils.SpriteSheet;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
public class ScreenCrash extends Screen {
private String crashdump;
public ScreenCrash(int width, int height, SpriteSheet sheet,
String crashdump... | [
"unacceptableuse@live.co.uk"
] | unacceptableuse@live.co.uk |
6a51c60ded3797020e740d1c437c6ff9c1263ddc | 283119432a573414ae9740b72172232e71c98d95 | /src/main/java/com/kaneki/service/SupplierService.java | 7e5272c23d02aaabf498cda6c0a9b140eaf167c6 | [] | no_license | kanekiNongMo/ERPSimple | f8d37efe7b4f194fea4d6f946601847c3ebdc1e0 | 4fd1c7c94a928461a5918321817de3ea2fe35d56 | refs/heads/master | 2020-04-12T13:49:58.698430 | 2018-12-29T06:30:40 | 2018-12-29T06:30:40 | 162,532,838 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package com.kaneki.service;
import java.util.List;
import com.kaneki.pojo.Page;
import com.kaneki.pojo.Supplier;
/**
*
* @author LiJiezhou
*
*/
public interface SupplierService {
// 添加供应商信息
public int addSupplier(Supplier supplier);
// 修改供应商信息
public int updateSupplier(Supplier supplier);
... | [
"1165201419@qq.com"
] | 1165201419@qq.com |
858855e9ec7850087398b66fb8440c738e8ca3fd | de01380c556c28c2a87bd7610d63ba0f683a9d77 | /gmall-pms/src/main/java/com/atguigu/gmall/pms/controller/BrandController.java | e64ecd1824177da55dcac769569b6cb6e3ae14ef | [
"Apache-2.0"
] | permissive | zhao3976zhi/gmall | 76b55456938425f148a436fe8b89a3245ec908ca | 7eb1741df73c9339a454aea20de71317c594a5e7 | refs/heads/master | 2020-09-17T10:34:34.891197 | 2019-11-19T05:37:55 | 2019-11-19T05:37:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | package com.atguigu.gmall.pms.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
import com.atguigu.core.bean.Resp;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans... | [
"819974025@qq.com"
] | 819974025@qq.com |
ab74c5df4144c34a828df1793dc995d388603370 | edec4dbebb7a743338e4c7d70870d89d8bd4e43b | /src/main/java/org/thomnichols/pythonwebconsole/ValidationException.java | 00fdb290924d4718331008cc43b6d560fd4ec902 | [] | no_license | greisch/Python-Web-Console | 08b7568dc3830c5c7cd637dfa4878a8e6cf7491e | 67d61a86213c47ad27ad84dfa00a7a169d61466f | refs/heads/master | 2021-01-17T10:10:07.812868 | 2010-04-16T21:12:40 | 2010-04-16T21:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package org.thomnichols.pythonwebconsole;
public class ValidationException extends Exception {
private static final long serialVersionUID = 1981584012591853004L;
public ValidationException() { super(); }
public ValidationException( String msg ) { super(msg); }
public ValidationException( Throwable cause ) { super... | [
"tmnichols@gmail.com"
] | tmnichols@gmail.com |
06113031707a15d81ca89ec1a307088c1107d6b2 | c2feeaa106e3faceb39b59c24a2bd1c39b60a96a | /src/main/java/com/haiwen/smart/framework/util/CollectionUtil.java | 2eadf3d10ea580d88958ef8e5ae0563451b11e70 | [] | no_license | HaiwenZhang/smart-framework | ebbae995d74648079571c6fe9d26e5e9f9ab7e43 | ac53cf34d0b121a78575cbf86d51c4eeb019b0e8 | refs/heads/master | 2020-03-27T15:28:16.773055 | 2018-09-03T03:38:19 | 2018-09-03T03:38:19 | 146,720,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.haiwen.smart.framework.util;
import java.util.Collection;
import org.apache.commons.collections.CollectionUtils;
public class CollectionUtil {
public static boolean isNotEmpty(Collection<?> collection) {
return CollectionUtils.isNotEmpty(collection);
}
public static boolean isEmpty(C... | [
"haiwensummer@gmail.com"
] | haiwensummer@gmail.com |
ecc0d080c670f5303d480e899b1f1d202f2a41e8 | f3073ed112bf411ceaeafefc482a05604d9c1319 | /app/src/main/java/com/qingwing/safebox/net/request/CodeIsDueReq.java | be9f0e5297564dba9b6eb0a7bc3dad1354a3a732 | [] | no_license | shoxgov/UserApp_AS_2 | ab20fc6935fc99643b167fa227b866d617e0ad24 | ce892818fbc2072fda38aec52c614a9f17f30328 | refs/heads/master | 2021-08-22T12:28:54.632535 | 2017-11-30T06:32:37 | 2017-11-30T06:32:37 | 109,775,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,206 | java | package com.qingwing.safebox.net.request;
import com.qingwing.safebox.net.BaseCommReq;
import com.qingwing.safebox.net.BaseResponse;
import com.qingwing.safebox.net.response.CodeIsDueResponse;
import com.qingwing.safebox.network.ServerAddress;
import java.util.HashMap;
import java.util.Map;
/**
* @Class: BindNewTe... | [
"shoxgov@126.com"
] | shoxgov@126.com |
843329ffc7dbdd0af30961b20c779cc414397ddd | 24afcc832e0b1fa5324450823069f6c146208dd0 | /src/com/leroymerlin/commit/CommitPanel.java | c4ed99ed9c76c5f1743c98699644907522217621 | [
"Apache-2.0"
] | permissive | liaolintao/commit-template-idea-plugin | 96e2089e2d4a6183797da79c3dc18a0f1f5c5ab9 | 613859de66749a21258a6fb8826e66208ae7d2df | refs/heads/master | 2021-08-24T04:58:55.283595 | 2017-12-08T04:16:35 | 2017-12-08T04:16:35 | 113,424,451 | 0 | 0 | null | 2017-12-07T08:38:20 | 2017-12-07T08:38:20 | null | UTF-8 | Java | false | false | 1,211 | java | package com.leroymerlin.commit;
import com.intellij.openapi.ui.DialogWrapper;
import javax.swing.*;
/**
* @author Damien Arrachequesne
*/
public class CommitPanel {
private JPanel mainPanel;
private JComboBox changeType;
private JTextField changeScope;
private JTextField shortDescription;
priva... | [
"damien.arrachequesne@gmail.com"
] | damien.arrachequesne@gmail.com |
3f1675cd4cd06ece8eba926478ad1ab747beec99 | cd21a0a0682a60f7e2f5f412c78d7fba532ee0a0 | /src/main/java/me/daoke/renrenfm/entity/AccusationRecordInfo.java | 407fdbce40abde3ae775a1fdc7634a992d622099 | [] | no_license | lynnchae/renrenbo | f62014b50d6fb1fc53341274bfe9d41364e935a5 | 2ee3e4bfc34cc3550308438b90e5c7c3d0700598 | refs/heads/master | 2021-01-10T07:41:47.997032 | 2015-12-24T05:41:34 | 2015-12-24T05:41:34 | 48,526,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,841 | java | package me.daoke.renrenfm.entity;
import java.util.Date;
/**
* 举报信息
* Created by zhaoym on 2015/9/11.
*/
public class AccusationRecordInfo extends BaseEntity{
/**
* 主键
*/
private int id;
/**
* 举报人ID
*/
private String accountID;
/**
* 举报人姓名
*/
private String ... | [
"cailinfeng@mobanker.com"
] | cailinfeng@mobanker.com |
f6e861955675c89b466350bc68d5108a122779f7 | 95d6e1d199f7d6a5292829b3583eae6ebeed55e5 | /Gymok/src/java/com/gym/dao/GrupoMuscularDAO.java | 0f786cf01391c2e96375b6805b816e27fb0fec35 | [] | no_license | alexisCata/NetBeansProjects | da35c652e9f7331cfa6e99b4308ca571393ae101 | 5c427b2eb75c51ee07fe1a8cc761f9f474d3664e | refs/heads/master | 2021-05-27T08:23:44.505203 | 2014-04-21T16:14:49 | 2014-04-21T16:14:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,784 | 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 com.gym.dao;
import com.gym.entities.GrupoMuscular;
import java.util.List;
import org.hibernate.HibernateException;
import or... | [
"alexisfloresortega@gmail.com"
] | alexisfloresortega@gmail.com |
a439a34e18ca433a40e000892bf15841380f134d | 9b35343f656aff30880d3b5c69eba0c800f887aa | /src/test/java/com/lm/test/model/ProductTest.java | b1a0b48943ec78ff33a741d4b1b8f628fd030147 | [] | no_license | acampolm/lm_test | 2045400b49841e3a3fe737fb17b14b3e5f924eae | 4aec0c3e02cd87f7ce41bfd965730e1e137f6866 | refs/heads/master | 2021-07-16T20:37:01.321033 | 2019-11-03T14:41:08 | 2019-11-03T14:41:08 | 219,305,613 | 0 | 1 | null | 2020-10-13T17:10:54 | 2019-11-03T13:32:17 | Java | UTF-8 | Java | false | false | 5,214 | java | package com.lm.test.model;
import junit.framework.TestCase;
import org.junit.Test;
public class ProductTest extends TestCase
{
public static final String GOOD_ITEM_LINE = "1 product name at 12.34";
public static final String GOOD_IMPORTED_ITEM_LINE = "1 imported product at 12.34";
public static final Stri... | [
"adelcampo@tuenti.com"
] | adelcampo@tuenti.com |
ab43add52cf4406564c170b9bf636237b18821d2 | b0136f3721cafdefa19c98dcb375b909ed43dc41 | /src/test/java/com/lijian/sm3/Sm3Test.java | e57b880b30c382b0199fa1330b3d2aecab8723c5 | [] | no_license | dalijian/json | 3e6c15763e1cc7af9e999f71943e47baa8815b36 | c46aafd56ce97b524cad62a3ea01df87cedcd31b | refs/heads/master | 2023-04-26T13:39:10.864777 | 2023-04-15T05:04:35 | 2023-04-15T05:04:35 | 160,699,643 | 0 | 0 | null | 2022-12-10T05:20:37 | 2018-12-06T16:10:41 | Java | UTF-8 | Java | false | false | 771 | java | package com.lijian.sm3;
import org.bouncycastle.crypto.digests.SM3Digest;
public class Sm3Test {
/**
* sm3 加密
* @param args
*/
public static void main(String[] args) {
byte[] asciiArray = ascii("gybx1234");
SM3Digest sm3Digest = new SM3Digest();
sm3Digest.update(asciiAr... | [
"237922011@qq.com"
] | 237922011@qq.com |
659e4ab2ab6c6784dedc39ece9b6581e0f9a765c | f932282c7d9d2d7057f46798b3e0b26a58939e11 | /src/main/java/com/yimew/service/sys/impl/JedisServiceImpl.java | f768907c730b6499821746e8ae35e22819c12e36 | [] | no_license | 457190180/beauty | 93741b61f390f57173d583e882fa87818b8b052e | 1ce6b6f31e3a1abd646c6ee75ab2a6d3255e3ed4 | refs/heads/master | 2020-03-08T04:25:27.654247 | 2018-04-05T04:18:03 | 2018-04-05T04:18:03 | 127,920,900 | 0 | 0 | null | 2018-04-04T06:32:54 | 2018-04-03T14:27:58 | Java | UTF-8 | Java | false | false | 1,599 | java | package com.yimew.service.sys.impl;
import com.yimew.config.base.service.BaseServiceImpl;
import com.yimew.service.sys.JedisService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import redi... | [
"liangxinyu@kindertime.cn"
] | liangxinyu@kindertime.cn |
1dca03fb63056988603be6528f0871b76813c983 | 37e0e2080bfe7e1aace9c63c7a744484447ebd29 | /src/test/java/com/hhli/springbootstduy/concurrent/Join.java | 038ac7f9758380e592fa053ca7202da8e05f4475 | [] | no_license | hhli/springboot-study | 8ec55f6cf7af89ef0b42d73129997d48066aac31 | f4fdadd41ae1560decc85f4a84d693ddffec4e6d | refs/heads/master | 2023-05-11T02:06:11.653079 | 2022-12-04T08:24:27 | 2022-12-04T08:24:27 | 145,272,079 | 2 | 1 | null | 2023-05-09T18:08:32 | 2018-08-19T04:10:16 | Java | UTF-8 | Java | false | false | 1,065 | java | package com.hhli.springbootstduy.concurrent;
import java.util.concurrent.TimeUnit;
/**
* @author 李辉辉
* @date 2019/3/12 9:11
* @description
*/
public class Join {
public static void main(String[] args) throws InterruptedException {
Thread previous = Thread.currentThread();
for (int i = 0; i < ... | [
"hhli@users.noreply.github.com"
] | hhli@users.noreply.github.com |
a3a44aa3418a0d743f72e81d7861c73d2aefafba | 54a65f5a170c01cc807a3180e1113ea12288341c | /workcraft/PetrifyPlugin/src/org/workcraft/plugins/petrify/commands/StandardCelementSynthesisCommand.java | a745a69afd12476b9f41dcd5fd7ab0d2010e590c | [
"MIT"
] | permissive | ARandomOWL/workcraft | 8ccbbdd3e6b5678ff7721f490aa3b2988236f2ed | 6b1ea5cefd9054f9587f9b22fd4ed848a070e682 | refs/heads/master | 2023-01-16T04:50:26.035294 | 2020-11-25T19:57:46 | 2020-11-25T19:57:56 | 292,818,851 | 0 | 0 | MIT | 2020-09-04T10:25:41 | 2020-09-04T10:25:41 | null | UTF-8 | Java | false | false | 773 | java | package org.workcraft.plugins.petrify.commands;
import java.util.Collections;
import java.util.List;
public class StandardCelementSynthesisCommand extends AbstractSynthesisCommand {
@Override
public List<String> getSynthesisParameter() {
return Collections.singletonList("-mc");
}
@Override
... | [
"danilovesky@gmail.com"
] | danilovesky@gmail.com |
89c9e778bcf3baca407fa543065d83e45e599414 | 212f23ce7577ef82e1a59f40bebd04f507a46353 | /src/main/java/pl/sda/model/discount/NoDiscount.java | 03ccfe3e5ab5f2fec59bb47078b89e9415a56de9 | [] | no_license | ArekBielecki/FirstSpringExerciseProject | 72a2cc46ec1d12ecbffea5f6ba8f52892a1c2bbb | 41a54a8abe1005aa2ea1d6c60cef096725302197 | refs/heads/master | 2020-03-25T08:24:00.685013 | 2018-08-05T13:28:08 | 2018-08-05T13:28:08 | 143,610,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package pl.sda.model.discount;
import org.springframework.stereotype.Service;
@Service
public class NoDiscount implements Discount {
@Override
public int calculate(int price) {
return 0;
}
}
| [
"a.k.bielecki@gmail.com"
] | a.k.bielecki@gmail.com |
32483b9d09249cdb6d7913502bee93a4040dee80 | a12cec1c55ab58e9dfa11806c1143594a67aa7e6 | /pipeline/src/mekhails/pipeline/ILexemeSemantic.java | 967651f5ae47b040b88db5f7a9de51699eaf8674 | [] | no_license | MekhailS/java-assignment3 | 2d76ebfe915f63451ed6930298d2afffe19bed80 | 5db68b496acc80abc76cfdeea506be9eb3879764 | refs/heads/master | 2023-01-29T14:02:32.365469 | 2020-12-15T21:43:32 | 2020-12-15T21:43:32 | 320,856,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java | package mekhails.pipeline;
public interface ILexemeSemantic
{
SemanticAnalyzer.Semantic getSemantic();
}
| [
"shagvaliev.mikhail@gmail.com"
] | shagvaliev.mikhail@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.