blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0b9fa8e9aba6a4c34288aa5d2111f6dcf12fc9ba | 62cec8da88e11112efa163297e61fb460eb4d390 | /src/main/java/com/wang/redis/connection/ConnectionPool.java | fce017d63620d8a4598be23f1132a50741cb156c | [] | no_license | cold-mountain-moon/rediswang | ec7327a1379bf456aa0d04b97ceb061e00954c66 | baf09718e6a42c1c0c5c105c37c60a9cd5176454 | refs/heads/master | 2020-07-13T16:47:56.572866 | 2019-08-29T08:21:39 | 2019-08-29T08:21:39 | 205,117,688 | 1 | 0 | null | 2019-08-29T08:32:49 | 2019-08-29T08:32:49 | null | UTF-8 | Java | false | false | 201 | java | package com.wang.redis.connection;
public interface ConnectionPool {
Connection getConnection();
Connection getConnection(long second);
void releaseConnection(Connection connection);
}
| [
"731461008@qq.com"
] | 731461008@qq.com |
64d7595e0b519e3800d075bcf6fd98665d2e4be8 | 970b8bfd3367e546e7f48af6d36677d6c76d5c1a | /test/src/entity/Person.java | 1b8cf9ee7ff688e858671230fcb29adfc1277b18 | [] | no_license | lgw-repo/test-repo | b694038d364e3e0a04e15b607a822d2d7f05835a | b64b280d465fd50054082b5e44f560a39ecfe025 | refs/heads/master | 2023-04-22T21:45:36.740283 | 2021-05-04T07:09:55 | 2021-05-04T07:09:55 | 364,174,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package entity;
public class Person {
public int age;
public String name;
public Person(int age, String name) {
this.age = age;
this.name = name;
}
@Override
public String toString() {
return "Person{" +
"age=" + age +
", name='" + name + '\'' +
'}';
}
}
| [
"2662265164@qq.com"
] | 2662265164@qq.com |
1cac7215cb8bd5f8c0f3540461e87f74c6f0f773 | 7df4a9125723a6da1a0e6328ad035dde7f40b979 | /3.JavaMultithreading/src/com/javarush/task/task22/task2202/Solution.java | 1f5a1342c754ecad568b93b3503d1ae4fa736011 | [] | no_license | fighter-hd/JavaRushTasks | 1c472728473a9bece162752f1734fd482ef4c847 | 3e4b5ed70e578bde6a769210b7403d4547f046c0 | refs/heads/master | 2020-05-30T17:43:23.231214 | 2019-11-02T20:31:49 | 2019-11-02T20:31:49 | 189,878,332 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package com.javarush.task.task22.task2202;
/*
Найти подстроку
*/
public class Solution {
public static void main(String[] args) {
System.out.println(getPartOfString("JavaRush - лучший сервис обучения Java."));
}
public static String getPartOfString(String string) {
StringBuilder result = ... | [
"deng19081994@mail.ru"
] | deng19081994@mail.ru |
38b8784420e146571d3b362f35aec7b247466ed4 | 2e8cca60310dd2a9a526580c57172f44e6fd6938 | /Task3_1/src/main/java/com/a1/service/FileService.java | 0096956dd8d42b6c784af87ae11197f8c141ff6b | [] | no_license | VladTVN/A1_Tasks | da467033d780be006428f74e9bfbe9ef3ea7ca36 | 87fe1780fe38e57a05ccc137d51f82be06f64e91 | refs/heads/master | 2023-01-02T04:33:30.453376 | 2020-10-22T14:12:27 | 2020-10-22T14:12:27 | 306,115,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,579 | java | package com.a1.service;
import com.a1.model.Login;
import com.a1.model.Posting;
import java.io.File;
import java.io.FileNotFoundException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.*;
public class FileService {
public static String readFile(String path){
St... | [
"vlad-tereshko@tut.by"
] | vlad-tereshko@tut.by |
bc9b4cf6be633b7230ff9c50a869308af1d796b0 | a90a7bfc49b5fe3533857383d3e7e5407fe03f82 | /xconf-automation-tests/src/test/java/com/comcast/xconf/thucydides/pages/dcm/LogUploadSettingsViewPageObjects.java | 4530ab67c6323343f25352b5219c01a8adaa018e | [
"MIT",
"Apache-2.0"
] | permissive | comcast-icfar/xconfserver | d8406f4d3baffd511ec386bef9b6c31e65943e63 | a13989e16510c734d13a1575f992f8eacca8250b | refs/heads/main | 2023-01-11T19:40:56.417261 | 2020-11-17T20:22:37 | 2020-11-17T20:22:37 | 308,412,315 | 0 | 1 | NOASSERTION | 2020-11-18T16:48:16 | 2020-10-29T18:11:58 | Java | UTF-8 | Java | false | false | 3,178 | java | /*
* If not stated otherwise in this file or this component's Licenses.txt file the
* following copyright and licenses apply:
*
* Copyright 2018 RDK Management
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... | [
"Gabriel_DeJesus@cable.comcast.com"
] | Gabriel_DeJesus@cable.comcast.com |
73a7dc02a46c5853aba6f9f0e56e880bdb617b70 | 5602d5eed74577b32045c54ef4fd44059bae51e1 | /src/main/java/com/springboot/app/config/BasicConfiguration.java | 5432e6d521cdcce6ff92856984387b87ccaec25b | [] | no_license | gilibertMoreno/TestLogin | 23dad191fe239fff92dbd8c33f2544cd1028eddc | 0dcfe81672d10d44a3d396fa792d34ff3f560e0c | refs/heads/master | 2022-10-30T07:36:52.793748 | 2020-06-11T18:50:21 | 2020-06-11T18:50:21 | 271,281,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,184 | java | package com.springboot.app.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotatio... | [
"giliberth.934@gmail.com"
] | giliberth.934@gmail.com |
31b39c86455b271948c03c5e120f2b4a3aee0d41 | 45e81e93fb18cf731c6be8462dd100bc8871cb9f | /jeemicro/src/main/java/com/jeemicro/weixin/common/persistence/dialect/db/SQLServerDialect.java | 50891a92021d429a4d6e21400400245a593d92f7 | [
"Apache-2.0"
] | permissive | yixinsiyu/microsite | 1094d65b1c5c245329acd8975e169f23e4494255 | 8269fd04668dcfd88b7a9751415b2e495a231bc8 | refs/heads/master | 2020-03-19T15:33:52.929362 | 2018-06-09T07:26:45 | 2018-06-09T07:26:45 | 136,675,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,695 | java | /**
* Copyright © 2012-2016 < All rights reserved.
*/
package com.jeemicro.weixin.common.persistence.dialect.db;
import com.jeemicro.weixin.common.persistence.dialect.Dialect;
/**
* MSSQLServer 数据库实现分页方言
*
* @author poplar.yfyang
* @version 1.0 2010-10-10 下午12:31
* @since JDK 1.5
*/
public class SQLServe... | [
"jinghua.zhao@atos.net"
] | jinghua.zhao@atos.net |
0ff4a32e9018e0fd8cfccb3f72b8c6fe9d95bc76 | 14956dbed8ae4fba1d65b9829d9405fcf43ac698 | /Cyber Security/Capture the Flag Competitions/2020/STACK the Flags/Mobile/Decompiled/sources/b/d/a/a/r/d.java | 7c7169f6cecfb167d50ff82d58c79102ac6844d9 | [] | no_license | Hackin7/Programming-Crappy-Solutions | ae8bbddad92a48cf70976cec91bf66234c9b4d39 | ffa3b3c26a6a06446cc49c8ac4f35b6d30b1ee0f | refs/heads/master | 2023-03-21T01:21:00.764957 | 2022-12-28T14:22:33 | 2022-12-28T14:22:33 | 201,292,128 | 12 | 7 | null | 2023-03-05T16:05:34 | 2019-08-08T16:00:21 | Roff | UTF-8 | Java | false | false | 4,927 | java | package b.d.a.a.r;
import a.b.p.i0;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.Gravit... | [
"zunmun@gmail.com"
] | zunmun@gmail.com |
f8e4ac0cdee8f24d2a6294565e8adc355461509b | 74c4c41f33683fbdbf91ae923ac51c735bb469a1 | /app/src/main/java/hu/bme/aut/csmark/placesandroid/fragment/OwnPlacesFragment.java | 1bdf466041df79c8787db72a8cda0bec1ea09330 | [] | no_license | csmark97/PlacesAndroid | f4cbb7b701c70b7fa9555a79ba0d1dcab0a95816 | 9ca68d80ea28881dcb7362ad873db988d25e98b8 | refs/heads/master | 2020-07-31T18:39:02.004984 | 2019-09-24T23:13:10 | 2019-09-24T23:13:10 | 210,713,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,304 | java | package hu.bme.aut.csmark.placesandroid.fragment;
import android.arch.persistence.room.Room;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support... | [
"36475822+csmark97@users.noreply.github.com"
] | 36475822+csmark97@users.noreply.github.com |
1e7771905a5bd429fbaa3ff54659a59e7de3a144 | 2dc6af7e02ca8d2f4b7644558efd59bed8657e64 | /SystemX/testproj/testmod/src/main/java/test4/TypeC.java | 7069e7f35693b12d0e850072f139080a8907b1a4 | [
"MIT"
] | permissive | MSUSEL/msusel-software-injector | 003950eb254dc30ad91176fa3d173b0cae9d2678 | 06cd41fd4fe188ee7a6684ab6f173490a66582b4 | refs/heads/master | 2023-05-28T13:00:59.488746 | 2021-10-29T17:52:10 | 2021-10-29T17:52:10 | 132,442,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,641 | java | /*
* The MIT License (MIT)
*
* MSUSEL Software Injector
* Copyright (c) 2015-2020 Montana State University, Gianforte School of Computing,
* Software Engineering Laboratory and Idaho State University, Informatics and
* Computer Science, Empirical Software Engineering Laboratory
*
* Permission is hereby granted,... | [
"isaacgriffith@gmail.com"
] | isaacgriffith@gmail.com |
ce900f987800e37f7c27440257a7da856d25b7e5 | 03962ab5d62340ddb1666b80a3aea8e7a60534d1 | /component_base/src/main/java/com/framework/yison/component_base/base/mvc/BaseVcPermissionActivity.java | defd382482809adf62623c0f7651d005dced8cc7 | [] | no_license | adai12388/framework | dc2f7e020338101291c447f1a5f9782b623c443e | caa75123f344c7ec28594047a19718c79bce8967 | refs/heads/master | 2020-04-12T02:39:06.404436 | 2018-12-18T07:38:29 | 2018-12-18T07:38:29 | 162,216,275 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,943 | java | package com.framework.yison.component_base.base.mvc;
import android.app.Dialog;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.provider.Settings;
import android.support.annotation.NonNull;
import android.support.v4.app.ActivityCo... | [
"window_binyi@ibotn.com"
] | window_binyi@ibotn.com |
8bd8b01c9e2ce75f28bf4fd701e0e0e5445038d7 | 023393924213255dbbc2dbeb97c14f11a40e34e3 | /springcloud-parent/eureka/src/main/java/com/dkp/springcloud/dao/UserDao.java | 7c5c1e28c4e5fbca8305cd1a6d6ab9af9318992d | [] | no_license | falcoKunPeng/springcloud_demo | e2eb693127507b9a2bd8b3763ebeaac642db2c20 | 4e7aaf6215b6232c57f3b36b18fb18b72e91a6c9 | refs/heads/master | 2020-06-26T01:18:59.786261 | 2019-07-30T07:13:18 | 2019-07-30T07:13:18 | 199,479,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package com.dkp.springcloud.dao;
import org.springframework.stereotype.Component;
import com.dkp.springcloud.domain.User;
@Component
public interface UserDao {
public User findUser();
}
| [
"2416534662@qq.com"
] | 2416534662@qq.com |
eeab499329989fe51941310e0969008cd612a8fb | 027f6c5ece5214aada59f58edbdd221695d7247c | /design/src/main/java/com/lidaming/design11/bridge/Human.java | 23341d5dd8c170c4eec2fb0de7debeb1aac40989 | [] | no_license | IAMMing/designpattern | c3661d9922bcf74aa9ed53e22c9275c6391708a0 | 6a016f3a776e8ef0cf504100fded14d61d647a25 | refs/heads/master | 2021-01-10T17:47:07.563570 | 2016-05-06T05:43:21 | 2016-05-06T05:43:21 | 55,677,706 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.lidaming.design11.bridge;
public abstract class Human implements IHuman {
protected IAction action;
public Human(IAction action) {
this.action = action;
}
public abstract void party();
}
| [
"hpucode@gmail.com"
] | hpucode@gmail.com |
af0a84b087fd87a3deb4ae11e69033b4c0cef31b | c68ad3362704a9a4d34c060ab3ca7dafc5d104c0 | /android/app/src/main/java/com/carpooling/project/MainActivity.java | cde68190686b8d7c16aa57802f5ac2eacc4fd8b2 | [] | no_license | chahlaouy/er7ab | 4e654c6b525299bd73caccfdd09f3fae9210446c | 3bc19f5025677f0e104f82e1a866b856410678d6 | refs/heads/main | 2023-07-13T10:55:05.908014 | 2021-08-02T13:30:59 | 2021-08-02T13:30:59 | 391,960,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.carpooling.project;
import android.os.Bundle;
import com.getcapacitor.BridgeActivity;
import com.getcapacitor.Plugin;
import java.util.ArrayList;
public class MainActivity extends BridgeActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"chahlaouy1991@gmail.com"
] | chahlaouy1991@gmail.com |
8916187c84d855cb3656e498df80c9d12a6ecde2 | fcae2399e4622e7e2cef495977c3837536abee7a | /src.java/org/anodyneos/sfs/impl/translater/ProcessorIf.java | 8f10ce5711383f1e64340b0b952dabce5220fa27 | [
"MIT"
] | permissive | vaamyob/aos-sfs | 9942dda1e53d8f1d8dd11daf3c99b0a110cabc84 | 3fc57f8d4973cf8353028340aa16132f3a7d629b | refs/heads/master | 2021-04-15T07:18:57.396000 | 2010-09-10T20:58:10 | 2010-09-10T20:58:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,401 | java | package org.anodyneos.sfs.impl.translater;
import org.anodyneos.commons.xml.sax.ElementProcessor;
import org.anodyneos.sfs.impl.util.CodeWriter;
import org.anodyneos.sfs.impl.util.Util;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
class ProcessorIf extends HelperProcessorNS {
private Processor... | [
"git@netcc.us"
] | git@netcc.us |
4ffd8ee6224dbc0f14a504bb842c6a962487b9a5 | 7b086612885df67f8dd70228115fc369f665d09c | /gmall-mbg/src/main/java/com/hz/gmall/pms/entity/ProductAttribute.java | e78e8339b73793f124bbf7785085006e5bbecedb | [] | no_license | Natvel/gmall-parent | 1ec656a286fbb70b9bb2eb9b4d5050c853fe946d | a869e5b7ced9b890fd6c424fd23786b4d55c21aa | refs/heads/master | 2023-08-31T00:44:13.127684 | 2020-05-11T15:06:52 | 2020-05-11T15:06:52 | 250,538,698 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,381 | java | package com.hz.gmall.pms.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Serializable;
import io.swagger.annotations.ApiModel;
impor... | [
"13586541001@163.com"
] | 13586541001@163.com |
90f64f1a55e75447264959f6fd599976cead3939 | c2e6f7c40edce79fd498a5bbaba4c2d69cf05e0c | /src/main/java/com/google/android/gms/maps/internal/zzbz.java | 75bd9793a094d3b4429e6ba30dda556074b5df21 | [] | no_license | pengju1218/decompiled-apk | 7f64ee6b2d7424b027f4f112c77e47cd420b2b8c | b60b54342a8e294486c45b2325fb78155c3c37e6 | refs/heads/master | 2022-03-23T02:57:09.115704 | 2019-12-28T23:13:07 | 2019-12-28T23:13:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,836 | java | package com.google.android.gms.maps.internal;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.Log;
import androidx.annotation.Nullable;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.common.internal.Preconditions;
import com.google... | [
"apoorwaand@gmail.com"
] | apoorwaand@gmail.com |
064e041f4c5aac6ccbd63a9d7cf98f565b0ddd72 | ca9215dddedfd8954ed94c2e8706b7816f5bb44b | /xoado/xoado-organize/src/main/java/com/xoado/organize/pojo/OrganizeXoadoT.java | 182288046fd37da4d268a6e727299097e5431920 | [] | no_license | xoadoCompany/xoado | 13446553dc12004f53536178d7db8e9637697912 | 4865368b4d920f4a51eb6e9b540e32e9ca498b23 | refs/heads/master | 2020-03-29T04:42:41.939479 | 2018-10-09T03:48:43 | 2018-10-09T03:48:43 | 146,867,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 432 | java | package com.xoado.organize.pojo;
public class OrganizeXoadoT {
private String organizeid;
private String organizeName;
public String getOrganizeid() {
return organizeid;
}
public void setOrganizeid(String organizeid) {
this.organizeid = organizeid;
}
public String getOrganizeName() {
return org... | [
"42627661+xoadogithub@users.noreply.github.com"
] | 42627661+xoadogithub@users.noreply.github.com |
ddfe17585cfb6d4231215570e83107083c612ae8 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-eflo-controller/src/main/java/com/aliyuncs/eflo_controller/model/v20221215/TagResourcesResponse.java | ec4f0fb952089a797e4c4df34bab9fdc41aedfd3 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,310 | 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
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
ed8511a82fd3c198a215c64c16d5be02a1c1b5b0 | 517aa4435465728af772bfc1d2314438cde34937 | /src/main/java/feedy/domain/Task.java | df13ba57e03409933440736e95c4001e59747025 | [] | no_license | CalinAndrea/feedy | 98954628f0c051968bc3c283828c6bed01df353f | ed2a38bc3bebe80bc3935509825e1379f0081335 | refs/heads/master | 2021-01-22T22:09:20.966790 | 2017-03-19T22:41:46 | 2017-03-19T22:41:46 | 85,513,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,767 | java | package feedy.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "task_list")
public class Task {
@Id
@GeneratedValue(strategy ... | [
"andrea.n.calin@gmail.com"
] | andrea.n.calin@gmail.com |
bd6eec714941e6f6275f98793d8e5487540f7e17 | ae5fb8e762559c13d09c0724f95f8e0dbbe6a58d | /ext/bundles/org.springframework.web/src/main/java/org/springframework/web/context/support/RequestHandledEvent.java | cdb75aef75460860a41587c677154c216f7613ad | [
"Apache-2.0"
] | permissive | GIP-RECIA/esco-grouper-ui | 1b840844aa18ea6a752399b4ba8441fd08766aa1 | d48ad3cb0a71d5811bbd49f9e6911ee778af1c78 | refs/heads/master | 2021-01-10T17:30:30.880810 | 2014-09-02T08:11:55 | 2014-09-02T08:11:55 | 8,556,656 | 0 | 1 | null | 2014-09-02T08:11:55 | 2013-03-04T14:01:17 | Java | UTF-8 | Java | false | false | 5,489 | java | /**
* Copyright (C) 2009 GIP RECIA http://www.recia.fr
* @Author (C) 2009 GIP RECIA <contact@recia.fr>
* @Contributor (C) 2009 SOPRA http://www.sopragroup.com/
* @Contributor (C) 2011 Pierre Legay <pierre.legay@recia.fr>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this f... | [
"julien.gribonvald@gmail.com"
] | julien.gribonvald@gmail.com |
d88b5e24a3867f3bd8f486f92cce996e5d7b9567 | 84eaeb699f9ebeb21c53b7e3f3b3eed5f3231261 | /src/main/java/com/tai/bookmaker/repository/package-info.java | 5ab46da269a7011df137f7040dc308b74c6465bf | [] | no_license | MF57/bookmaker | 53f4edfdab7cb525eb0d8f94098da2e2a2acdf31 | fd241adb87482c79c65822c6add9187a05feb72b | refs/heads/master | 2021-01-17T12:38:02.081778 | 2016-06-27T18:23:09 | 2016-06-27T18:23:09 | 58,805,201 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 79 | java | /**
* Spring Data JPA repositories.
*/
package com.tai.bookmaker.repository;
| [
"p-bochenek@outlook.com"
] | p-bochenek@outlook.com |
eeeda830816a84d929261781f6a7b8252df91286 | 24bc32e0a59c1def4fe5c42110e48e23c39bd288 | /LeetCode/src/Medium/no18/Solution.java | e97f628a28d81f5effb0eb29135bd902d9cc79e3 | [] | no_license | Sword-Is-Cat/LeetCode | 01e47108153d816947cad48f4b073a1743dd46c8 | 73b08b0945810fb4b976a2a5d3bc46cefbd923b6 | refs/heads/master | 2023-08-30T21:45:58.136842 | 2023-08-29T00:22:35 | 2023-08-29T00:22:35 | 253,831,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | package Medium.no18;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
class Solution {
List<List<Integer>> answer;
int[] num;
Integer[] arr;
public List<List<Integer>> fourSum(int[] nums, int target) {
answer = new ArrayList<>();
arr = new Integer[4];
Arrays.sort(nums);
num =... | [
"jhbsp@naver.com"
] | jhbsp@naver.com |
f90fd75e4e622b73b73801d5242fdded25ab89bf | e3919b97faf9bdb7bacbb126208bc9b0676184de | /dtm-query-execution-core/src/test/java/io/arenadata/dtm/query/execution/core/dml/service/view/ViewReplacerServiceTest.java | c1950466dc7fcf6d7e8463c3312e90b6e76282cd | [
"Apache-2.0"
] | permissive | atester-1/prostore | 023dec4cafd0d0296fcfff513056255b6ef016d1 | 6cff3b49ebd35edd8df7b92f991df41745b0ca6a | refs/heads/master | 2023-06-18T19:11:43.535104 | 2021-07-20T08:25:42 | 2021-07-20T08:25:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,595 | java | /*
* Copyright © 2021 ProStore
*
* 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... | [
"artem.krutov@genesys.com"
] | artem.krutov@genesys.com |
0c8dafddc12aa4aebcd5376d73150911945a6f20 | ae4b8ce2d03bef957d996727c1f549ba1bf00bda | /src/main/java/stacs/nathan/core/audit/AuditConfiguration.java | 576a8ec8a5c78db45c0224ef81a266f7a9f8dbca | [] | no_license | jiayilee97/Nathan-Backend | 38849a17c4e8371a9e1e32e5705bf24286e94006 | 8eb553da1e406ea2da648f595617c963fca941bd | refs/heads/master | 2023-02-04T07:48:26.695987 | 2020-12-24T11:10:13 | 2020-12-24T11:10:13 | 324,133,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package stacs.nathan.core.audit;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
@Configuration
@EnableJpaAuditing(auditorAwareRef = "auditorRef")
public class AuditConfiguration {... | [
"tracy.thandaaye@gmail.com"
] | tracy.thandaaye@gmail.com |
0d76fa47129d7a957c3324a9bb830e1f4e800076 | 217eecf7591052e599a0d3c06266c42304129f86 | /src/v1/Driver.java | 3ec84cab648dd16606d0457e17df10d79fb2a5d1 | [] | no_license | sorsini4/BankingGUI | fbb6d02f686211dc69ea71dd2a72e3e9a153ae14 | d42a22100dec33e13ad24e54701f0167c46ca8b7 | refs/heads/master | 2023-03-10T18:45:59.999582 | 2021-02-27T19:26:34 | 2021-02-27T19:26:34 | 342,940,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,263 | java | package v1;
public class Driver {
public static void main(String args[]) {
Bank tdbank = new Bank("TD Bank");
Person myself = new Person("Steven");
Person dad = new Person("Mark");
CheckingAcct checking = new CheckingAcct(myself, tdbank, "sorsini29", "Maverick1120");
SavingsAcct savings = new SavingsAc... | [
"sorsini4@yahoo.com"
] | sorsini4@yahoo.com |
6db094c016c63fd87c4bd2837fb7c99a2255e9db | b1b77bb1ed47586f96d8f2554a65bcbd0c7162cc | /NETFLIX/staash/staash-mesh/src/main/java/com/netflix/staash/mesh/InstanceInfo.java | 860fc2ccf3d297209ff72367b5cb53103fc9fbcf | [] | no_license | DanHefrman/stuff | b3624d7089909972ee806211666374a261c02d08 | b98a5c80cfe7041d8908dcfd4230cf065c17f3f6 | refs/heads/master | 2023-07-10T09:47:04.780112 | 2021-08-13T09:55:17 | 2021-08-13T09:55:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,317 | java | /*******************************************************************************
* /***
* *
* * Copyright 2013 Netflix, Inc.
* *
* * 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... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
a25091a37a03f635f8a0f8c69762d26798f0296b | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE190_Integer_Overflow/CWE190_Integer_Overflow__byte_max_add_31.java | 33bd764da565407d39d80de31d233b134983618d | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 3,160 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__byte_max_add_31.java
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-31.tmpl.java
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: max Set data to the max value for byte
* GoodSource: A hardcode... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
dcb2952d67cb4e81c558c0c28fa33e3e8a266ce7 | 28df3c13a6cc3217f7ca341fe47c2a3743be1674 | /app/src/main/java/senac/macariocalcadosadmin/models/Upload.java | 4bb1c768da7d0502d2e983604c9541a631af6a3e | [] | no_license | moraesBR/MacarioCaladosAdmin | e6236b958aacdadc06a4368a742ef416cceb6f29 | 4ae5932acdde2fd501fe6eba5be26c6d97bbdef8 | refs/heads/master | 2020-06-26T12:09:46.869878 | 2019-10-08T14:45:35 | 2019-10-08T14:45:35 | 199,626,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,492 | java | package senac.macariocalcadosadmin.models;
import android.net.Uri;
import android.os.Parcel;
import android.os.Parcelable;
public class Upload implements Parcelable {
private String nome;
private Uri url;
public Upload() {
}
public Upload(String nome) {
this.nome = nome;
}
publi... | [
"albert.richard@gmail.com"
] | albert.richard@gmail.com |
e91c75dd5f27d4c934d9a9570939313266fe4c2c | 965234b6bb1e41fa59c109a416ce9af8d724228c | /src/main/java/com/javacourse/security/command/ShowSignInCommand.java | f336d179221eda579f126c63361afc39f0607c22 | [] | no_license | KoisX/JavaExternalFinalProject | 26b62697ee6ca93e7c873030c1a3a745a6bcad87 | 7c818a326d91e2116ff99524d47e1be25e9359e0 | refs/heads/master | 2020-04-09T19:42:27.156003 | 2019-01-14T22:32:53 | 2019-01-14T22:32:53 | 160,551,058 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package com.javacourse.security.command;
import com.javacourse.shared.Command;
import com.javacourse.shared.WebPage;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import static com.javacourse.shared.WebPage.WebPageBase;
public class ShowSignInCommand implements Command ... | [
"kois@ukr.net"
] | kois@ukr.net |
763f5cd11065ef637c8d6bccd0fe8545e113cf36 | c6870da4dc683752b03104b9f0730b8047266886 | /src/main/java/org/springframework/social/tumblr/api/Followers.java | 5b3693ebb222d554222bb55d4b30949b4bb02ea3 | [
"Apache-2.0"
] | permissive | bas/spring-social-tumblr | 29f760169a700eac1b9d3c5c533f01044e15b6b6 | a9903cf708e01e9a33fb205fb1fa51797a9aa5ef | refs/heads/master | 2021-01-25T02:37:37.781508 | 2012-07-16T17:31:35 | 2012-07-16T17:31:35 | 5,064,307 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package org.springframework.social.tumblr.api;
import java.util.ArrayList;
import java.util.List;
public class Followers {
private int totalFollowers;
private List<Follower> followers = new ArrayList<Follower>();
public int getTotalFollowers() {
return totalFollowers;
}
public void setT... | [
"sdouglassdev@gmail.com"
] | sdouglassdev@gmail.com |
e111e06813baf540b236815d998d62f29beacf74 | e1b3ef5b25776f6aa1358664c3fd8ff84efa4b48 | /PortalCV/src/java/entity/Quota.java | 08b05976cd902d5927fb442e4016839936e828d4 | [] | no_license | hortelanobruno/brunouade | ce53c91075067bb72caf74d05846004f364a30f5 | 4ce808f58ac5eeb6651dff636440b45b30ed6ac1 | refs/heads/master | 2020-05-18T04:50:13.951036 | 2014-06-14T15:17:56 | 2014-06-14T15:17:56 | 34,494,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,372 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entity;
import java.io.Serializable;
import java.math.BigInteger;
import javax.persistence.*;
import javax.validation.constraints.Size;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @... | [
"hortelanobruno@bbc01b02-664b-0410-8048-2f08f105149e"
] | hortelanobruno@bbc01b02-664b-0410-8048-2f08f105149e |
3965db7021084a0d5fdd3a1820a3d0caf2174e21 | cadd285c2760f3ccf96783ab6264c67e131db9f4 | /src/test/java/com/jhipster/projetsoa/service/mapper/UserMapperTest.java | 1b3e7494f8c8e31f513572608c697e451bd8cc27 | [] | no_license | kalthoum23/TpSOA1 | 614dd129500a5528092ba4ee6e4f22aab1ba673d | 310cd9c5a4f32651435ec6610f8509bb624ac11b | refs/heads/master | 2023-02-04T09:54:14.884337 | 2020-12-25T17:47:36 | 2020-12-25T17:47:36 | 324,405,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,338 | java | package com.jhipster.projetsoa.service.mapper;
import com.jhipster.projetsoa.domain.User;
import com.jhipster.projetsoa.service.dto.UserDTO;
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import java.util.HashS... | [
"kaltoum.taieb23@gmail.com"
] | kaltoum.taieb23@gmail.com |
71a6647ac8d1373891eb53deed498aa8340bfcca | 8cbd3e4ab0556e757590c69986dfc7e8eb8a13e9 | /src/main/java/com/example/storefrontdemo/services/Repository/CreditCardRepoServiceRepository.java | 57828c798d69428d803b4276da5f7c331e32106d | [] | no_license | KarenLatsch/store-demo | 6d01b95168b4dea24eaaaec5ef40ce6af2e38569 | 28714f2e91f6208757582b23a863cab8fee5c24b | refs/heads/master | 2021-07-12T02:44:39.022203 | 2020-10-26T17:53:21 | 2020-10-26T17:53:21 | 215,146,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.example.storefrontdemo.services.Repository;
import com.example.storefrontdemo.domain.entities.CreditCard;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface CreditCardRepoServiceRepository ext... | [
"dklatsch@sbcglobal.net"
] | dklatsch@sbcglobal.net |
f7732b6851b927c43f521b963429feb402c968d8 | 6b4a06b33656e5a7948155477e2d889b7ea0da48 | /src/com/github/lyokofirelyte/WaterCloset/WACommandEx.java | fffa87fd518a9587d05583bfabe2fb218c249b9b | [] | no_license | lyokofirelyte/WaterCloset | f0b9ae7ff14bfccbbb35703499d774cf3fe98eeb | 38c97222820feea668bd421b2acb1adc73c70d31 | refs/heads/master | 2016-09-06T18:37:39.590369 | 2013-10-27T10:33:27 | 2013-10-27T10:33:27 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 70,776 | java | package com.github.lyokofirelyte.WaterCloset;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.block.Sign;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bu... | [
"lyokofirelyte@gmail.com"
] | lyokofirelyte@gmail.com |
ca92ec4dbaa3261d7430a04c09f10bb9fdbaf041 | 94b97f7af619896c438bd0aa15e82b0c37f9de75 | /app/src/main/java/com/app/foody/Fragments/KhamPhaFragment.java | 01fd3ecbdb47a78283c3a5c24f5469003a3855b0 | [] | no_license | hieugiddy/Foody | 6bfaa363c28c50b66242de8438e3670a10f750e9 | a9746ff0a055537c90105734300dffd44ab35bda | refs/heads/master | 2023-02-05T16:23:47.650623 | 2020-12-22T16:49:14 | 2020-12-22T16:49:14 | 305,984,466 | 0 | 0 | null | 2020-12-22T13:02:35 | 2020-10-21T10:12:43 | Java | UTF-8 | Java | false | false | 3,045 | java | package com.app.foody.Fragments;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import androidx.annotation.NonNul... | [
"hieugiddy.pro@gmail.com"
] | hieugiddy.pro@gmail.com |
ff6cc234f77317574a35e2fe2736c695a824cebf | c4623aa95fb8cdd0ee1bc68962711c33af44604e | /src/com/yelp/android/bj/b.java | 0bf9346d124118b41150f40fe19716c5bc94be05 | [] | no_license | reverseengineeringer/com.yelp.android | 48f7f2c830a3a1714112649a6a0a3110f7bdc2b1 | b0ac8d4f6cd5fc5543f0d8de399b6d7b3a2184c8 | refs/heads/master | 2021-01-19T02:07:25.997811 | 2016-07-19T16:37:24 | 2016-07-19T16:37:24 | 38,555,675 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119,844 | java | package com.yelp.android.bj;
import android.location.Location;
import android.os.Binder;
import android.os.Bundle;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import android.os.RemoteException;
import com.google.android.gms.maps.model.CameraP... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
0ff8559d828fefddd6b69669768c41d5f0f1ac54 | 7b6392cd1a094975df833023901fba32e362ae94 | /lista3/src/main/java/Endereco.java | 30b1d7197619a8a5ed1496700b2be63bc7206f72 | [] | no_license | sarahalvesc/Lista3_C206 | 06e4bd7de91567321613ed7c94da28f0a64ce013 | e775fd17cd4ab6c24c221434e2952b0f4cd55f33 | refs/heads/main | 2023-08-06T07:05:07.936954 | 2021-10-04T00:20:45 | 2021-10-04T00:20:45 | 413,227,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | public class Endereco {
public String rua;
public String bairro;
public int num;
public void Endereco(String rua, String bairro, int num){
this.rua=rua;
this.bairro=bairro;
this.num=num;
}
}
| [
"mairaalves@gec.inatel.br"
] | mairaalves@gec.inatel.br |
72543cff3161dcb6aba639bd359c35a67c24bd17 | 8b88d34f9310317535a49480d724fd4a0fea1657 | /service/src/main/java/com/test/elasticsearch/config/listener/SaveEventListener.java | e8ce997687039a2077c4eee25c381f82513fb391 | [] | no_license | yemingrujing/elasticDemo | 0eca501dc58b0e7224d3fb6be6fd218e334e0da8 | 413ce19cb805b8ec280041c9e19237d006bf0c0b | refs/heads/master | 2022-07-25T02:47:08.401011 | 2020-01-02T10:24:45 | 2020-01-02T10:24:45 | 187,190,404 | 0 | 0 | null | 2022-06-21T01:08:35 | 2019-05-17T09:44:34 | Java | UTF-8 | Java | false | false | 2,716 | java | package com.test.elasticsearch.config.listener;
import com.test.elasticsearch.anno.AutoValue;
import com.test.elasticsearch.entity.mongodb.SeqInfo;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.FindAndModifyOptions;
import ... | [
"yemingrujing@users.noreply.github.com"
] | yemingrujing@users.noreply.github.com |
17cfc032669ecd20520d5ec483c8764619bdd240 | f52b257310c91cbc6348e147088cde40bb36137f | /src/graph/BreadFirstSearch.java | 6345436c67c45264e55345fc04e88f2581515b04 | [
"BSD-3-Clause"
] | permissive | Bob-King/algorithm-exercise | 38f210cdf3478b5bb4d3a6946ba7395606091cbf | b22909700b4c226dc24dcd5807ea74ff8b196df4 | refs/heads/master | 2021-01-01T16:05:24.108545 | 2016-11-21T00:21:18 | 2016-11-21T00:21:18 | 23,579,981 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | java | package graph;
import java.util.LinkedList;
import java.util.Queue;
public class BreadFirstSearch {
public interface Worker {
void preWork(Graph g, int v);
}
public void run(Graph graph, int start, Worker worker) {
if (graph == null || worker == null) {
throw new IllegalArgumentException("Graph or worke... | [
"do.as.i.please@gmail.com"
] | do.as.i.please@gmail.com |
c901540dff0373684c375bcafa0b989d0a0d6faf | e65f4925dca1846e4456ccf797d7fd790db0e2df | /TankWar1.8/src/Explode.java | 50e08b71b3aad2731fae0cd336e9b0dcb2fc70b0 | [] | no_license | cynwang/TankWar | 85ae2c8fef7d9af9314a1a2bd68f8051284ad42a | 1a495e999e44eba5365e759ea9daa9d4c8f57ff3 | refs/heads/master | 2021-01-19T07:24:38.165923 | 2016-05-28T14:26:07 | 2016-05-28T14:26:07 | 65,020,829 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 645 | java | import java.awt.Color;
import java.awt.Graphics;
public class Explode {
private int x,y;
private boolean live=true;
TankClient tc;
int[] diameter={4,8,12,20,40,50,45,40,32,25,12,3};
int step=0;
public Explode(int x, int y, TankClient tc) {
this.x = x;
this.y = y;
this.tc = tc;
}
/**
* »³ö±¬Õ¨×Ô¼º... | [
"1328893531@qq.com"
] | 1328893531@qq.com |
943f0a6ce27fb63dfa8649c8ec058b2422dbe036 | 13a75d4f2af09757f935cd8278e810f3a3a883a2 | /applock/app/src/main/java/com/app/lock/utils/ScreenUtil.java | bc9eab49f3fc340e08cc83ae27ebb0a6f482a8cd | [
"Apache-2.0"
] | permissive | aseveny/applock | acf217585786c7893f57d1573f73b120f6ad0f85 | 22e76e5116630e5eeae9729b5e92c33481ee9281 | refs/heads/master | 2021-09-01T18:08:09.784052 | 2017-12-28T06:29:13 | 2017-12-28T06:29:13 | 115,589,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package com.app.lock.utils;
import android.content.Context;
import android.util.DisplayMetrics;
/**
* Created by xian on 2017/2/17.
*/
public class ScreenUtil {
/**
* 获取屏幕高度
*
* @param context
* @return
*/
public static int getPhoneHeight(Context context) {
DisplayMetrics d... | [
"aseveny@gmail.com"
] | aseveny@gmail.com |
9dafcc4a9d31b14a396949b3d286245b9fdc335c | 7cc39b1ee93832aed70e14224f8a3d991570cca6 | /aws-java-sdk-eventbridge/src/main/java/com/amazonaws/services/eventbridge/AmazonEventBridgeClient.java | 4ecca55c085441192fa2560a2d2889086076f831 | [
"Apache-2.0"
] | permissive | yijiangliu/aws-sdk-java | 74e626e096fe4cee22291809576bb7dc70aef94d | b75779a2ab0fe14c91da1e54be25b770385affac | refs/heads/master | 2022-12-17T10:24:59.549226 | 2020-08-19T23:46:40 | 2020-08-19T23:46:40 | 289,107,793 | 1 | 0 | Apache-2.0 | 2020-08-20T20:49:17 | 2020-08-20T20:49:16 | null | UTF-8 | Java | false | false | 125,490 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
d2778e33c2a3498ba448fff8fb0d5545320d89ed | 68a19507f18acff18aa4fa67d6611f5b8ac8913c | /piaoljf/jf-piaol/src/main/java/hgtech/jf/piaol/SetupPiaolApplicationContextHardCoded.java | c178c2d23fd2a76f59c42ae1b5789a426878e083 | [] | no_license | ksksks2222/pl-workspace | cf0d0be2dfeaa62c0d4d5437f85401f60be0eadd | 6146e3e3c2384c91cac459d25b27ffeb4f970dcd | refs/heads/master | 2021-09-13T08:59:17.177105 | 2018-04-27T09:46:42 | 2018-04-27T09:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,754 | java | /**
* @文件名称:DomainSetup.java
* @类路径:hgtech.jfaccount
* @描述:TODO
* @作者:xinglj
* @时间:2014-9-5下午2:48:11
*/
package hgtech.jf.piaol;
import java.util.List;
import hgtech.jf.JfProperty;
import hgtech.jf.tree.TreeUtil;
import hgtech.jf.tree.WithChildren;
import hgtech.jfaccount.JfAccountTypeUK;
import ... | [
"cangsong6908@gmail.com"
] | cangsong6908@gmail.com |
f5cf9746981b1e7f75f5cc095b7dcc82b69500ca | 4edafc8c9af7df066df4fa82c1a78143be91beca | /cap06/21/cap06/Esercizio3_3.java | a1a36cdc96f533fc8c69349dd91781235a279a41 | [
"MIT"
] | permissive | garganti/info2_oop_unibg | be5e84828b757003f7dc4d887bbb503d519d3c1b | 33a83d29c8701b5fa9ecc97b10cc359db73600cf | refs/heads/master | 2021-08-23T09:45:21.672680 | 2021-06-15T15:19:56 | 2021-06-15T15:19:56 | 83,547,234 | 32 | 16 | MIT | 2020-03-05T17:20:18 | 2017-03-01T11:29:13 | Java | ISO-8859-13 | Java | false | false | 983 | java | package cap06;
import java.util.StringTokenizer;
import prog.io.FileInputManager;
import prog.utili.SequenzaOrdinata;
public class Esercizio3_3 {
public static void main(String[] args) {
FileInputManager java = new FileInputManager("java.txt");
SequenzaOrdinata<String> parole = new SequenzaOrdinata<>();
// l... | [
"angelo.gargantini@unibg.it"
] | angelo.gargantini@unibg.it |
3b3df0456d1871613f431bda0b5216e20183546e | d4258237814c28ae4925119dcd058ce54d182282 | /src/Day3_lab1/Countries.java | a53581f3e8d7d0314be998e9b72afffd10ef6120 | [] | no_license | AhmedEko/ITI_Java_assignment | 785dc9d34af485a49cb0efeea25dcc24f7ab7aad | 3a8c6c4fc9909eac0c1056f43e944017cc20f69c | refs/heads/master | 2023-05-03T19:32:33.564067 | 2021-05-30T10:21:54 | 2021-05-30T10:21:54 | 372,040,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package Day3_lab1;
public class Countries {
private int code;
private String name;
private String continent;
public Countries(int code, String name, String continent) {
this.code = code;
this.name = name;
this.continent = continent;
}
public int getCode() {
... | [
"ahmedeashry@gmail.com"
] | ahmedeashry@gmail.com |
e08a4db6a6a2aee6eef928d470b7559ed563b697 | 01a458481521d72f3c403e9da692195ce56d5b3d | /src/main/java/com/arangodb/blueprints/client/ArangoDBSimpleEdge.java | d02f4fac761708b09e22506cc3fbde3de2790a24 | [
"Apache-2.0"
] | permissive | rjarrett/blueprints-arangodb-graph | 83767eb15b49266409c1283a35c0ae55fc75e710 | da62913ab92a2a7b3675554d225c16c6c39662d0 | refs/heads/master | 2020-12-30T22:35:11.666628 | 2017-01-05T10:38:24 | 2017-01-05T10:38:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,843 | java | //////////////////////////////////////////////////////////////////////////////////////////
//
// Implementation of a simple graph client for the ArangoDB.
//
// Copyright triAGENS GmbH Cologne.
//
//////////////////////////////////////////////////////////////////////////////////////////
package com.arangodb.blueprints... | [
"a.brandt@triagens.de"
] | a.brandt@triagens.de |
0fb9ac5c5ef96cf740b0963fcb2e477a0ad06390 | 411f3513e54040cbe516abee5eb6218372511360 | /src/com/MyTrial/javaexamples/IntroClass.java | 05f44ab64fa0ab474eaf3e9ab71530715c298e98 | [] | no_license | subinp-source/FirstRepo | d989f0c1f2a5c70544da0b3e3b782ae8169afeed | cac3679b33bcfb59b57bc520f3af602da8cf8661 | refs/heads/master | 2023-06-18T02:31:58.892048 | 2021-04-10T10:49:22 | 2021-04-10T10:49:22 | 336,250,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package com.MyTrial.javaexamples;
class person1{
String name;
int age;
void speak() {
System.out.println("name is "+name+" and age is just "+age+" years old");
}
}
public class IntroClass {
public static void main(String[] args){
person1 raju = new person1();
raju.name="raju... | [
"subinandro@outlook.com"
] | subinandro@outlook.com |
ed97c4d74056dc57dd2a245bb4dc7cb2ff1d8a8c | 19b8a523157b0cbf846961b3ece4635a66893b5f | /src/models/SinhVien.java | e878dea902db6be343b60afd8d47a61cc41de3b2 | [] | no_license | group7project/BaoCaoOnline | f5a04381ec74bad5de31302822911a4f36911611 | 39ffe01945e0f4442cae7a424d101a1971d12c6e | refs/heads/master | 2021-01-12T07:05:53.070806 | 2016-12-20T01:05:29 | 2016-12-20T01:05:29 | 76,910,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 994 | java | package models;
public class SinhVien {
String masv;
String matKhau;
String hoTen;
String sdt;
String trangThai;
public SinhVien(String masv, String matKhau, String hoTen, String sdt,
String trangThai) {
super();
this.masv = masv;
this.matKhau = matKhau;
this.hoTen = hoTen;
this.sdt = sdt;
this.t... | [
"14110190@student.hcmute.edu.vn"
] | 14110190@student.hcmute.edu.vn |
e940b8494d9468bc699100996e26ed6155f75ed6 | febc20f42188e534faff83536be814c869fb315d | /src/day6/ScannerPractice.java | 0c1de0fda9c8ba3b0a351f629bef058c3e5279d2 | [] | no_license | Abdullah-Sinan/JavaPractice | a42c75d0f5929a4e0d4d111338d9333bf9247f36 | b44197aab832285dd9e35b4e79fc1d7e5291f77b | refs/heads/master | 2020-06-07T10:22:41.510870 | 2019-06-20T23:21:29 | 2019-06-20T23:21:29 | 192,998,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package day6;
import java.util.Scanner;
public class ScannerPractice {
public static void main(String[] args) {
// creating a scanner object
Scanner input = new Scanner(System.in) ;
// ask user a question
System.out.println("Enter your mood today : ");
// save user input into String
String mood... | [
"a.sinanoduncu@gmail.com"
] | a.sinanoduncu@gmail.com |
df0334db4e7d10b703ec113e2f53a7e160f72ad3 | af4a880c4d21934daba5cdc3cb8ce19492d0755d | /src/amc/app/web/soft/dev/presentacion/ArticuloMB.java | a748b5b82d964c72504a9e16ded4ffd44413f807 | [] | no_license | BinaryInHouse/WebArticulos | 389c79c12c7eefd1517b1b6735e0b059229fd13d | bd8b1fbda89906ee92e4d21299aa17647cf46220 | refs/heads/master | 2021-10-27T01:13:03.392716 | 2019-04-15T05:38:45 | 2019-04-15T05:38:45 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 7,355 | java | package amc.app.web.soft.dev.presentacion;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.context.FacesContext;
import javax.servlet.http.HttpServletResponse;
import org.apache.poi.hssf.usermodel.HSSFSheet;
import o... | [
"alexmeco95@gmail.com"
] | alexmeco95@gmail.com |
86fae972b8793316dd2152a52a052925cd4bc898 | c5d02976140a2a235f53a021f1d0ae6cc547cf77 | /src/team4restaurant/mophong/Ban.java | f5ea57f4163f57f6c8f713f736a5e3151588fb2e | [] | no_license | BinhDuc/Java_Project | aa7de1fe5979477ebe164697037d2432de1694d3 | 2332cf50ad74ca48f00c686dce330a032fb5c322 | refs/heads/master | 2022-12-22T14:08:08.851742 | 2020-10-01T12:46:20 | 2020-10-01T12:46:20 | 300,275,577 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package team4restaurant.mophong;
public class Ban {
private String idban;
private String soban;
private String vitri;
public Ban() {
// TODO Auto-generated constructor stub
}
public Ban(String idban, String soban, String vitri) {
this.idban=idban;
this.soban=soban;
this.vitri=vitri;
}
publ... | [
"binhduc1999@gmail.com"
] | binhduc1999@gmail.com |
d67813aef03896ec58be973542a6ae845d2c0e33 | 565bec54c5a8b652694d6c1adbf82758d62ffefb | /src/main/java/com/datasphere/datasource/DataSourceAliasRepository.java | 1ddc2389ee681a448b825f1f3aec8a87819ae739 | [] | no_license | dawsongzhao/datasphere-datasource | b75d45d9cc51c25828ba1d218ec5051fef0d525d | f252bc8c350def4e92d5e48d02d953718bdc06e1 | refs/heads/master | 2020-08-08T02:23:14.105443 | 2019-09-26T02:17:36 | 2019-09-26T02:17:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | /*
* Copyright 2019, Huahuidata, Inc.
* DataSphere is licensed under the Mulan PSL v1.
* You can use this software according to the terms and conditions of the Mulan PSL v1.
* You may obtain a copy of Mulan PSL v1 at:
* http://license.coscl.org.cn/MulanPSL
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT ... | [
"theseusyang@192.168.0.102"
] | theseusyang@192.168.0.102 |
6b7bb507c82f6149e3b64f49828a9d6a7f5172f8 | a5d720296be9ebe995db6d101c29bd180f01a164 | /src/breder/util/swing/Validator.java | 391a0a960d3602631a8760608c9c1725fc68856e | [] | no_license | bernardobreder/java-utils | 5145e012c893bcb3ceab5c70c878f87dfa12902c | a4f82c7f4581b5ffb02c4f02f43f70f345341091 | refs/heads/master | 2021-07-03T16:59:05.890157 | 2017-09-23T00:16:05 | 2017-09-23T00:16:05 | 104,528,897 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | package breder.util.swing;
public interface Validator {
public boolean valid(String text);
}
| [
"bernardobreder@gmail.com"
] | bernardobreder@gmail.com |
43eb1368b5ba2ecb16940fe97548f1b9716507b2 | bdb84e5199f98e7f57f8da2d9e2c8eaeb5209536 | /src/main/java/uk/co/nickthecoder/wrkfoo/Column.java | 2e33c87e9ca0b83b36da94f7a3bd89df603c30db | [] | no_license | nickthecoder/wrkfoo | 63e9681404f4f89a8a7d114cb351eb7a96425889 | 9247621bb0b5d9e87bd8d290462c6a0bdaba92c7 | refs/heads/master | 2021-01-17T04:20:10.685033 | 2017-04-13T07:52:35 | 2017-04-13T07:52:35 | 82,939,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,464 | java | package uk.co.nickthecoder.wrkfoo;
import java.util.Comparator;
import javax.swing.table.TableCellRenderer;
import uk.co.nickthecoder.jguifier.util.Util;
import uk.co.nickthecoder.wrkfoo.tool.ExportTableData;
import uk.co.nickthecoder.wrkfoo.tool.WrkFTask;
/**
*
* @param <R>
* The type of the row, fo... | [
"nickthecoder@gmail.com"
] | nickthecoder@gmail.com |
2483430053d55402d35d760cd4fede351710f070 | 3cf870ec335aa1b95e8776ea9b2a9d6495377628 | /admin-sponge/build/tmp/recompileMc/sources/net/minecraft/tileentity/TileEntitySign.java | 4f39c334c8b00c8d3023f0cf26c6b1ce827c5d00 | [] | no_license | yk133/MyMc | d6498607e7f1f932813178e7d0911ffce6e64c83 | e1ae6d97415583b1271ee57ac96083c1350ac048 | refs/heads/master | 2020-04-03T16:23:09.774937 | 2018-11-05T12:17:39 | 2018-11-05T12:17:39 | 155,402,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,880 | java | package net.minecraft.tileentity;
import javax.annotation.Nullable;
import net.minecraft.command.CommandException;
import net.minecraft.command.CommandResultStats;
import net.minecraft.command.ICommandSender;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.nbt.... | [
"1060682109@qq.com"
] | 1060682109@qq.com |
c56eb79fa068e21eccc2428ce289cb17351bd511 | 8a955337af2c092dee4caf80437888ea8720d7f9 | /planetdominos/src/progen/output/outputers/FileOutput.java | 0e6de571b472be7e50e8977c7bc514f77dc6e8b5 | [] | no_license | GelidElf/planetdominos | 873e24f5678b2ffeec5f65bb32a980cd56ca48c6 | 9aafff0d8d011ce6b973bbe902265aea24351f1b | refs/heads/master | 2016-09-05T14:02:45.074783 | 2012-01-31T13:49:23 | 2012-01-31T13:49:23 | 32,348,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,039 | java | /**
*
*/
package progen.output.outputers;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Locale;
import java.util.ResourceBundle;
import progen.context.ProGenContext;
/**
* @author jirsis
* @since 2.0
*
*/
public abstra... | [
"GelidElf@Gmail.com@5884f7cc-b6ee-0f18-bd88-15764fc0c7e1"
] | GelidElf@Gmail.com@5884f7cc-b6ee-0f18-bd88-15764fc0c7e1 |
2050ce4f5dd28045a7f1f108d09559794f77266c | 76a94c901d5699d3978568c7f51f07900bc86a21 | /src/poker/machine/HighPayoff.java | c077872ef7eab0244fd4f7329fe48074fa6bea32 | [] | no_license | rtayek/poker | abe5912ae326ff72b1e2bfd4b446723db9332543 | 92204663ef8716cfae7beb987b6866a7c4d10fa4 | refs/heads/master | 2021-01-10T04:29:17.759237 | 2015-11-06T12:55:05 | 2015-11-06T12:55:05 | 45,681,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package poker.machine;
import poker.*;
public class HighPayoff implements PayMaster {
public int payoff(PokerHand.HighType typeOfPokerHand,int handNumber) {
int payoff=payoffs[typeOfPokerHand.ordinal()];
if(handNumber==royalFlush) payoff=250;
if(handNumber>jacksOrBetter) payoff=0;
return payoff;
}
p... | [
"ray@tayek.com"
] | ray@tayek.com |
045dd4000189b8def03d82a6112117d0a5ba87ef | a035d1fe23e9e649e17de55cd55166d4b1bc7ce3 | /jcert8_lambdaBuiltIns/src/com/example/lambda01/A03IterationTest.java | e23ecc7fb32d94f76c6140f36c1bac6e32619672 | [] | no_license | jiturbide/training | 2633723012b890deaaf7ed453a5961eccac9d6ad | 6dbf3dbb2a214f30ad1547ff487cdb0588dbdf88 | refs/heads/master | 2021-01-01T17:05:31.677896 | 2017-01-10T05:11:37 | 2017-01-10T05:11:37 | 78,039,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package com.example.lambda01;
import java.util.List;
/**
*
* @author oracle
*/
public class A03IterationTest {
public static void main(String[] args) {
List<SalesTxn> tList = SalesTxn.createTxnList();
System.out.println("\n== CA Transations Lambda ==");
... | [
"joseluis.iturbide@gmail.com"
] | joseluis.iturbide@gmail.com |
07a140c666a2ca00e054fdbd85fa7ce5b2387ec9 | 5c13ed5e6619b664ffaf813a3a50eb3ee15b840b | /src/main/java/com/azimo/tool/task/interfaces/Uploader.java | dbd1f35fd3d44c7d6f51d327978b0f5be63ec020 | [
"Apache-2.0"
] | permissive | AzimoLabs/Review-Reporter | 611d237d1c4d986845ec717343271f15a318ca60 | a531dbbaadb49d1dd83ccfd634d3b757eaf57135 | refs/heads/master | 2021-06-07T11:15:50.921715 | 2021-04-07T08:23:26 | 2021-04-07T08:23:26 | 80,517,780 | 151 | 13 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.azimo.tool.task.interfaces;
/**
* Created by F1sherKK on 27/01/17.
*/
public interface Uploader<T, R> {
R upload(T model);
}
| [
"krzyk.kamil@gmail.com"
] | krzyk.kamil@gmail.com |
7a249c4263b00abc48de246af123ed2a254c3a5b | ccaf7634a88c1427f5de91151b474e02afecbbd9 | /PETstFriends/src/dao/FreeBoardDao.java | 645b23600736014e1685977e388cd1c143d05f79 | [] | no_license | yoosohyun/PETstFriendss | 9d015792c96289c033c2ccf5c1f17e5b4237d524 | 1dea833454f77a42d870c506a9874bcf7e14a299 | refs/heads/master | 2020-03-26T20:49:02.167551 | 2018-08-08T08:34:44 | 2018-08-08T08:34:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,405 | java | package dao;
import java.util.HashMap;
import java.util.List;
import model.FreeBoard;
import model.FreeComment;
import model.FreeLikes;
public interface FreeBoardDao {
// public int insertBoard(FreeBoard freeboard);
// public int updateBoard(FreeBoard freeBoard);
// public int deleteBoard(int FreeBoard_b... | [
"rhdalflrhd@gmail.com"
] | rhdalflrhd@gmail.com |
e8af55e3ee5e7d261d45dabe2bad6fe072dec1b6 | dc0e9da7899c810225e10f59b00ee6a6c5377f60 | /JdbcUsersEx/src/main/java/com/krootix/utils/FileReader.java | cd1ea0d249819ec6ede4c3f451ac76cf52b80a22 | [] | no_license | krootix/JdbcUsersEx | 0bc1689096562786b43110727eac72c50306a600 | 3505991da90ba063c94739a8dc5a1d745309de2c | refs/heads/master | 2022-07-17T00:16:07.513060 | 2020-10-11T14:19:20 | 2020-10-11T14:19:20 | 199,877,246 | 0 | 0 | null | 2022-06-21T01:34:25 | 2019-07-31T14:56:01 | Java | UTF-8 | Java | false | false | 2,235 | java | package com.krootix.utils;
import com.krootix.Main;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URISyntaxException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file... | [
"29konstantine@gmail.com"
] | 29konstantine@gmail.com |
39bb86c27b396ee5093cb14346fa46c683f7e7ce | 73f62e55b5963d5a6e7a825ae9d1bcc43801e6a4 | /refactoring-to-patterns/src/main/java/com/uj/study/EncapsulateClasseswithFactory/client/DescriptorClient.java | ee5b38632fe37b3096f546c57a82e98b376268bf | [] | no_license | unclejet/design-patterns | e68fa75871b7ec94b1535b5351984c97a3d07415 | f3e84145f8b968ea58fb4b5c210fcd9ac19e3498 | refs/heads/master | 2022-12-28T02:00:01.982248 | 2020-10-13T23:31:11 | 2020-10-13T23:31:11 | 289,127,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package com.uj.study.EncapsulateClasseswithFactory.client;
import com.uj.study.EncapsulateClasseswithFactory.descriptors.AttributeDescriptor;
import java.util.ArrayList;
import java.util.List;
/**
* @author :unclejet
* @date :Created in 2020/9/8 上午6:52
* @description:
* @modified By:
* @version:
*/
public clas... | [
"unclejet@126.com"
] | unclejet@126.com |
2d4b133d9e6a9aad38079c1a682a2d1a96c6e85d | d55d17769a21ed3d0bfc41c4eaa8f60711144621 | /java-advanced/src/main/java/advanced/oop/abstraction/Shape.java | 75c70b8ff426ca0222c77d790e0de15711b5bf4f | [] | no_license | rogers1235/new-project | fc42ca0f85c1a606a4196624088230338ddba496 | b9df64b6f9e2924211fe70b80c8ab923624ec817 | refs/heads/main | 2023-08-04T08:28:18.018401 | 2021-09-16T20:22:38 | 2021-09-16T20:22:38 | 407,303,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package advanced.oop.abstraction;
public abstract class Shape {
String color;
// abstract class can have constructor
public Shape(String color) {
System.out.println("Shape constructor called");
this.color = color;
}
// abstract methods
abstract double area();
public abst... | [
"craiova_2006@yahoo.it"
] | craiova_2006@yahoo.it |
4bc1e31f50226bb66c0bd5f21253d49cd00fdbbe | 9f7482d5b674469f2da45698f1c029bf0c01b629 | /SN_parent_0.1.0_BR/sn_admin/src/main/java/cn/kanmars/sn/logic/OperationLogLogic.java | 53a7881dd2de08727836b918176060a61839530d | [] | no_license | kanmars/springcloud_001 | 3b64501d3818b170b5b52a75b44da054b84c5f80 | d77426897a4ce49d7ee98d81380ec12f16954899 | refs/heads/master | 2020-06-14T00:35:36.554824 | 2017-01-12T17:09:35 | 2017-01-12T17:09:35 | 75,539,574 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | /**
* SN Generator
*/
package cn.kanmars.sn.logic;
import java.util.HashMap;
import cn.kanmars.sn.entity.TblOperationLog;
/**
* 操作日志表
* tbl_operation_log
*/
public interface OperationLogLogic {
/*
* 查询信息
*/
public TblOperationLog queryOperationLog(TblOperationLog tblOperationLog) throws Excep... | [
"x_wsb@aliyun.com"
] | x_wsb@aliyun.com |
3b1184c6e43d84eafe0fe798e9d3dae6ec9867c4 | d1225b59694d00a5075c209a8a4a07adb176ea0f | /server/src/main/java/io/kroki/server/service/Vega.java | fe04552d29524f3719d9257e7c737b32d438b7f8 | [] | no_license | ka1bi4/kroki | ad7add8a97ec43b094122855bb0171713c5e1e3e | f9fd9097f484066f60ff23270d27808d1d9b2f0a | refs/heads/master | 2021-01-26T15:06:27.824377 | 2020-02-25T17:39:04 | 2020-02-25T17:39:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,077 | java | package io.kroki.server.service;
import io.kroki.server.action.Commander;
import io.kroki.server.decode.DiagramSource;
import io.kroki.server.decode.SourceDecoder;
import io.kroki.server.error.DecodeException;
import io.kroki.server.format.FileFormat;
import io.kroki.server.response.Caching;
import io.kroki.server.res... | [
"ggrossetie@gmail.com"
] | ggrossetie@gmail.com |
ee86a2feca8fe41446177ad7754440cd065bbdea | 6645dfe5591352eabdc143ccd7c11e7047bc28e7 | /com/infinitecoder/sink/command/PluginCommand.java | 92ceab645004faba4c9a5945e13de67bc00c9818 | [] | no_license | infinitec0der/Sink-MC | 945f30c5e7637775efd4036e607e9db560bac8d1 | e870205b09822452930cc09af05356da4183816b | refs/heads/master | 2020-04-05T15:29:51.047780 | 2014-09-06T22:56:14 | 2014-09-06T22:56:14 | 23,640,744 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,275 | java | package com.infinitecoder.sink.command;
import net.minecraft.command.CommandBase;
import net.minecraft.command.ICommandSender;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.util.ChatComponentText;
import com.infinitecoder.sink.Sink;
import com.infinitecoder.sink.entity.Player;
import com.inf... | [
"kitake.akuma@Stanley-PC"
] | kitake.akuma@Stanley-PC |
9637981c894bfa59198734bbfd17764dce37262e | 00729cca9eafd71221b7d08fa65e51ec8b88920a | /src/main/java/com/cqyc/spec/social/qq/connet/QQServiceProvider.java | 130595bfd32ad7ec72c2f459766be43b714db553 | [] | no_license | superychen/springsocial_qq | ea6f902d5e8b1f56417589257ba097218cc3cf1e | e4f1f62a3a15babcfe7601730178a342ef1b7042 | refs/heads/master | 2022-06-20T20:20:36.388793 | 2019-07-21T04:20:02 | 2019-07-21T04:20:02 | 195,348,730 | 1 | 0 | null | 2022-06-17T02:17:01 | 2019-07-05T06:08:44 | Java | UTF-8 | Java | false | false | 1,111 | java | package com.cqyc.spec.social.qq.connet;
import com.cqyc.spec.social.qq.api.QQ;
import com.cqyc.spec.social.qq.api.QQImpl;
import org.springframework.social.oauth2.AbstractOAuth2ServiceProvider;
/**
* @Description:
* @Author:
* @Date:
*/
public class QQServiceProvider extends AbstractOAuth2ServiceProvid... | [
"825467364@qq.com"
] | 825467364@qq.com |
4895d4a757cb309f54252e4d9cdbd04a87fa0e55 | 13f07e64e08e4babc4b8c46561dd9d30e71f508c | /app/src/main/java/com/example/lnmlaundry/dryClean.java | 048546b66db041329968da2c525fda1028382cfc | [] | no_license | bhavyashah1226/LNMlaundry | 6f8f87a809d0de17d91f8d78ae27498797f72346 | 756af379df1b55f242de3329ccae1d0d444d14d5 | refs/heads/master | 2022-04-11T13:32:18.351467 | 2020-04-08T20:47:39 | 2020-04-08T20:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,358 | java | package com.example.lnmlaundry;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.DefaultItemAnimator;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import andro... | [
"kinarsharma@gmail.com"
] | kinarsharma@gmail.com |
9115c734d45d49f3a6928f52bc481119f1ca6908 | 99a4686bac1fe80a584928bb9487b1c27d5d1a3a | /PhoneDirectorySystem/src/main/java/com/darius/phonesystem/PhoneDAO.java | 93d04a2a99bf1b88eb94202276080937747f75a4 | [] | no_license | dsakhapo/Phone-Pages | a24f21e35850cd820d244bfd393d9cc85306b3f8 | ea325eca2fbe6dff2619f7aef25be89e7140bb5c | refs/heads/master | 2021-01-18T00:32:35.411944 | 2017-02-02T00:40:01 | 2017-02-02T00:40:01 | 68,651,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,705 | java | package com.darius.phonesystem;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import java.util.ArrayList;
import java.util.List;
/**
* Created by bicboi on 9/6/16.
*/
public class PhoneDAO {
public void addEntry(PhoneEntr... | [
"dsakhapo@gmail.com"
] | dsakhapo@gmail.com |
96368ce13a1a4bc9b17677fec0d94a698592d41c | b47a619f6ccd0f76ccce989e62d0c963a1c14ab4 | /Java/Snakes and Ladders.java | e859a14842c1c3219452cb94900e688fb30e5037 | [] | no_license | GreatTwang/lccc_solution | 0799d19097549ef3c9beeebf6dc9960db9f9eb54 | e75899634f45b0d60f8b3cb854ab9e503d676a57 | refs/heads/master | 2020-07-07T02:45:18.984502 | 2019-10-09T04:53:35 | 2019-10-09T04:53:35 | 203,219,848 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | class Solution {
public int snakesAndLadders(int[][] board) {
int N = board.length;
Map<Integer, Integer> dist = new HashMap();
dist.put(1, 0);
Queue<Integer> queue = new LinkedList();
queue.add(1);
while (!queue.isEmpty()) {
int s = queue.remove();
... | [
"tianwang@bu.edu"
] | tianwang@bu.edu |
0c5cce6f315b6256841705e168119ac884fa8117 | 8d1898288e30f522f546f004177473c38f1973d0 | /src/main/java/challenge/jpa/entities/Subscription.java | 977fd8c6f5e6a085e1f7cefc0272ccfe93b785f9 | [] | no_license | fcgarbajosa/adidas-challenge | d7d886f972ba93fd3e97a7be14cd4587157014e7 | 1c87973890708410f4ca5252971a695035ab1932 | refs/heads/master | 2022-12-19T23:27:55.951777 | 2020-10-16T17:46:44 | 2020-10-16T17:46:44 | 304,697,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,564 | java | package challenge.jpa.entities;
import javax.persistence.*;
/**
* The persistent class for the subscription database table.
*/
@Entity
@Table(name = "SUBSCRIPTION")
public class Subscription {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String email;
private Str... | [
"fidel.garbajosa@gmail.com"
] | fidel.garbajosa@gmail.com |
20aaf8c5953d09a0e497038498b19277d5d7b8d9 | b4d6067818720f29544075d8019fa456fa9a27bb | /src/test/java/com/sam/myapp/web/rest/errors/ExceptionTranslatorIT.java | 4669fa7d8a0f01f1946e3b224cc14c8f139fff7d | [] | no_license | OsaeJr/Tinymce-demo-app | e8e5a1302184c2c557ae7608619a67ea707f1bd9 | 0b80b8f89f39dca3939b5e96ae04c2944c34a9ae | refs/heads/main | 2023-07-13T00:14:48.439668 | 2021-08-23T12:16:16 | 2021-08-23T12:16:16 | 397,937,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,316 | java | package com.sam.myapp.web.rest.errors;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static or... | [
"samueladjar11@gmail.com"
] | samueladjar11@gmail.com |
13cd63fb1a344a20beb695be040c21fc78d0a716 | fe97075de69631e4a70fb52088d43c7abd5770d8 | /src/ContainTester.java | 0ff76c88c28ab0f9aa19ccf11e65e8162001bf22 | [] | no_license | mgdabrowska/study | 13f1c2958740ff83fdd42c5f338e0790d43f3260 | d8d7e270f398841f1eb1e86069e04425aa0f9727 | refs/heads/master | 2021-01-23T19:14:31.660750 | 2016-03-17T10:21:04 | 2016-03-17T10:21:04 | 34,016,925 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class ContainTester extends AbstractTest implements Tester {
public ContainTester(){
super("-contain");
}
@Override
public boolean test(File f) {
if (parameterName == null)
return true;
try {
Scan... | [
"m.dabrowska@TOSHIBA-MD.bluenet.pl"
] | m.dabrowska@TOSHIBA-MD.bluenet.pl |
e0ed1d6a6a433259e7aef0c1c824c04d039c8406 | e164ac67a9b4f70a18551272c287a00a1bd2c3fe | /src/main/java/com/ahhf/chen/distask/util/IPUtil.java | cc6bc5fc7874c858bd6a6869f7f2b7945606ef54 | [] | no_license | 519986208/chen | c1aed8df9a445801b16d597cfb8fd61eaf3c7167 | 46a7c555358d5b690d1db50a7c49139d9157a9df | refs/heads/master | 2022-12-10T13:56:38.603986 | 2022-09-03T11:02:20 | 2022-09-03T11:02:20 | 156,506,458 | 0 | 0 | null | 2022-12-06T00:41:59 | 2018-11-07T07:24:10 | Java | UTF-8 | Java | false | false | 2,613 | java | package com.ahhf.chen.distask.util;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.util.Enumeration;
import org.apache.commons.lang3.StringUtils;
public class IPUtil {
/**
* 单网卡名称
*/
private static final String NETWORK_CARD ... | [
"chengliyao@chengliyao.zaonline.com"
] | chengliyao@chengliyao.zaonline.com |
f4d4982137ea4e2b60495ef7328074e9c66fda47 | 06dc2feec0143337fd403cc5c9b96461a0862223 | /src/main/java/creational/factoryMethod/buttons/HtmlButton.java | eb248fe83663a82e9b9d4b8a3a505942c6b8ffeb | [] | no_license | IlliaDerhun/design_patterns | edd6b8a7c4fb4f884a18d27b8e1f6c0b3f20b904 | 963d71ffa08d6a548c9e9b0cc2d634056262651c | refs/heads/master | 2020-07-29T21:28:44.068334 | 2019-09-25T15:51:42 | 2019-09-25T15:54:33 | 209,968,435 | 1 | 0 | null | 2019-09-25T15:54:34 | 2019-09-21T10:47:43 | Java | UTF-8 | Java | false | false | 301 | java | package creational.factoryMethod.buttons;
/**
* HTML button implementation
*/
public class HtmlButton implements Button {
public void render() {
System.out.println("Render HTML button");
}
public void onClick() {
System.out.print("You clicked on HTML button");
}
}
| [
"31287518+IlliaDerhun@users.noreply.github.com"
] | 31287518+IlliaDerhun@users.noreply.github.com |
b76506f59a6f2f48436e66d02268e4b74e5799bb | 686e64782718f52d711506511512d8f7fc3d0d84 | /src/main/java/com/sujie/modules/sys/service/impl/SysUserServiceImpl.java | c182ec950f84cccf4d5b9177f5d32e073dbdb7e5 | [] | no_license | zhengshixuan/sujie | d0a8365c00aae2d277475d7c1608514e1414c286 | 7906cd0c0b568f74b80be12307752db6246d69a5 | refs/heads/master | 2022-07-24T18:03:26.333846 | 2019-10-07T15:01:07 | 2019-10-07T15:01:07 | 202,319,170 | 0 | 0 | null | 2022-07-06T20:41:05 | 2019-08-14T09:30:36 | JavaScript | UTF-8 | Java | false | false | 3,410 | java |
package com.sujie.modules.sys.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.sujie.common.annotation.DataFilter;
import com.sujie.common.shiro.ShiroUt... | [
"zhengsx@126.com"
] | zhengsx@126.com |
acf17e904192fe4f7d6007d03a948ca68a9c5691 | 22a1ea469feb685feb86826fc9a2ddc39bbad853 | /motion_cleaner/DuplicateCleaning.java | 6a54f832c204769bab034ce719114905b80b4bdc | [] | no_license | cholewa1992/SBDM-project-3 | 06734afe7294209a0f65aaab7c45fd1cf524b7b7 | 62fcda2814b627b593ec491bbc0074247fb98fcf | refs/heads/master | 2021-01-10T13:40:46.041294 | 2015-11-29T13:58:46 | 2015-11-29T13:58:46 | 47,065,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,265 | java | import java.io.IOException;
import java.io.DataInput;
import java.io.DataOutput;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.LongWritable;
... | [
"jbec@itu.dk"
] | jbec@itu.dk |
b9d3dbf7c072c8a6752b89281e3d4e031b84e385 | dc4e04105bc64f1c1300e00d9178883d3b44abfa | /src/main/java/khirtech/coronadz/demo/infection/GeoLocation.java | 3a584874438f54da91ad403d736800732cf0a577 | [] | no_license | benomase/dz-corona-backend | 2b9709bb51cdef1a895f2eb7faf6c7aa3038db67 | 21de2b1e9d3e54163e73387bd2797c953db3bda2 | refs/heads/master | 2022-06-14T20:25:30.515010 | 2020-03-19T18:50:02 | 2020-03-19T18:50:02 | 247,468,492 | 3 | 1 | null | 2022-05-25T23:23:11 | 2020-03-15T13:09:10 | Java | UTF-8 | Java | false | false | 211 | java | package khirtech.coronadz.demo.infection;
import lombok.Data;
@Data
public class GeoLocation {
private int wilayaID;
private int communeID;
private Double latitude;
private Double longitude;
}
| [
"alitarfa123@gmail.com"
] | alitarfa123@gmail.com |
3136c6415227604dddd651ec9efc19d569e17744 | 7a6d80492fde9d2d5fb663b8df6e5a466e0fac09 | /src/main/java/com/example/springboot/toools/Page.java | 53a3477b3d678cf11ff30ce1b4f3da1e302c18e9 | [] | no_license | jiazhibinjava/springboot | 7c8109a30d02dcd18b8e9275461fcef76e8791a5 | b4103e3f1ac174911e3fed6c75c0e5ea2e2a1ef0 | refs/heads/master | 2020-04-15T05:25:28.337916 | 2019-01-13T09:07:05 | 2019-01-13T09:07:05 | 164,421,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,880 | java | package com.example.springboot.toools;
import org.springframework.jdbc.core.JdbcTemplate;
import java.util.List;
import java.util.Map;
public class Page {
//一页显示的记录数
private int numPerPage;
//记录总数
private int totalRows;
//总页数
private int totalPages;
//当前页码
private int currentPage;
... | [
"2274694434@qq.com"
] | 2274694434@qq.com |
822bf64bdcabbcec08e418f02a654dd4e5b6a138 | 31f63618c7f57253140e333fc21bac2d71bc4000 | /saflute/src/main/java/org/dbflute/remoteapi/exception/retry/ClientErrorRetryDeterminer.java | 9e0d2768bd6afe621b49275399baad20b2f04072 | [
"Apache-2.0"
] | permissive | dbflute-session/memorable-saflute | b6507d3a54dad5e9c67539a9178ff74287c0fe2b | c5c6cfe19c9dd52c429d160264e1c8e30b4d51c5 | refs/heads/master | 2023-03-07T11:02:15.495590 | 2023-02-22T13:20:03 | 2023-02-22T13:20:03 | 50,719,958 | 0 | 1 | null | 2023-02-22T13:20:05 | 2016-01-30T10:26:15 | Java | UTF-8 | Java | false | false | 836 | java | /*
* Copyright 2015-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"p1us3inus2er0@gmail.com"
] | p1us3inus2er0@gmail.com |
b6626e7c9b858afe5455b560e6a77e4aa6a7b895 | ea0d4c7a4a4c84bf14419e7987a5dfd700850fc3 | /SSMDemo/src/com/model/Travel.java | f39154541bed6002a04114779aea8ec89aeebf3a | [] | no_license | Jerry-WangYouJun/resthome | f8a8edbafdc281c34979154c4c228321c92a96c7 | cd64a1c2835cff01ba01e4b87cbaaa1b45d43a3f | refs/heads/master | 2021-01-19T23:53:20.150105 | 2017-04-27T14:34:40 | 2017-04-27T14:34:40 | 89,050,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package com.model;
public class Travel {
private Integer id ;
private String cname ;
private String place ;
private String starttime ;
private String endtime ;
private String companion;
private String description ;
public Integer getId() {
return id;
}
public void setId(Integer id) {
thi... | [
"Administrator@PC-201604301005"
] | Administrator@PC-201604301005 |
3c5dadad88db4dc64b00ae22eaeefb47201827d4 | 2f17261f7735d5ec8dde685c6cd46a09f38a33e7 | /src/com/smartgames/client/GreetingServiceAsync.java | 620a80b1ba32e95494ee71ceee3e0aa281eb8c57 | [] | no_license | provalentin/durak-card-game | 3d7e557e06b797c4fb48f930ffc0a8fe568ac1c8 | 1430ea0db8260365e7ee2e963b10bdf8a65392ed | refs/heads/master | 2016-08-06T01:24:10.932122 | 2012-06-16T17:20:07 | 2012-06-16T17:20:07 | 41,558,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.smartgames.client;
import com.google.gwt.user.client.rpc.AsyncCallback;
/**
* The async counterpart of <code>GreetingService</code>.
*/
public interface GreetingServiceAsync {
void greetServer(String input, AsyncCallback<String> callback)
throws IllegalArgumentException;
}
| [
"provalentin@gmail.com"
] | provalentin@gmail.com |
1f10a31dd3baaf50fb1e3c37ee2ab0f6c3cfa2a0 | 7383758b1c20f8ad24f8ae05908ba262e43b0c83 | /Java/Cipher/EmptyCollectionException.java | e5fb12498dd39604e423b64947c6d5d7f5fc471a | [] | no_license | PVPN4799/portfolo | 7345c5eb80d571352e8981235f007710b28e1fa2 | 8ab94c4d671442285c01efaa0ad7e9ee6ba18760 | refs/heads/master | 2020-07-25T13:44:46.070817 | 2012-10-29T14:19:35 | 2012-10-29T14:19:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | /**
* EmptyCollectionException represents the situation in which a collection
* is empty.
*
* @author Dr. Lewis
* @author Dr. Chase
* @version 1.0, 08/12/08
*/
public class EmptyCollectionException extends RuntimeException
{
/**
* Sets up this exception with an appropriate message.
*/
public Em... | [
"mdbristol@radford.edu"
] | mdbristol@radford.edu |
a2bb64faef917be7bceeabf10a6ca88dcb9969f8 | 00b045add86f65f8bda300a2f1c2f45442467074 | /atcrowdfunding01-admin-parent/atcrowdfunding05-common-util/src/main/java/org/atcrowdfunding05/common/util/App.java | 13cffa47da61e5b5215094c5d8a9201662b1d7bc | [] | no_license | Stefan-H-Machine/atcrowdfunding | 12571dd1ffecbaaf6c025646549c86f7af0728e9 | a3b2bbc6392e9ff91bb130eb0ed344d3dd894033 | refs/heads/master | 2023-03-16T07:47:34.495862 | 2021-03-07T15:03:30 | 2021-03-07T15:03:30 | 299,305,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package org.atcrowdfunding05.common.util;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"250215145@qq.com"
] | 250215145@qq.com |
c09e04284f71f3bae40eb10d1bd3c3a4e0742e2b | b6c047b12c62884a23953178c927f3286f759169 | /BasicSeekBar/app/src/main/java/sousaitalo/cursoandroid/com/basicseekbar/MainActivity.java | 525d95e6549f3edf35f723cf457342d007bdf37a | [] | no_license | SousaItalo/estudoAndroid | bbfb432b62b88bbfdc7141898485f665143b1389 | 0ca4e43593a4b161b671d5c971419fb1931caf1e | refs/heads/master | 2021-01-19T11:28:52.600446 | 2017-03-02T19:14:03 | 2017-03-02T19:14:03 | 82,261,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,917 | java | package sousaitalo.cursoandroid.com.basicseekbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.SeekBar;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private ImageView imagemExibicao;
pri... | [
"italops94@gmail.com"
] | italops94@gmail.com |
990ed5496b763c9c913803e94e1b9e2e59edfff7 | b09702bf586b424d8d6012693a4350a8f14ef624 | /src/main/java/com/scienceminer/nerd/kb/db/IntLongDatabase.java | c002e4569179fa028d10ba3352aa2f71dc467977 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kermitt2/entity-fishing | 86fe3c3984b43a67b7991301658b04c0b2c92e8d | a6b07b94a766f4b32d238b134754048a4d106e4c | refs/heads/master | 2023-08-31T15:38:59.274609 | 2023-08-25T13:02:20 | 2023-08-25T13:02:20 | 61,073,916 | 191 | 22 | Apache-2.0 | 2023-03-09T19:23:45 | 2016-06-13T22:29:16 | Java | UTF-8 | Java | false | false | 2,817 | java | package com.scienceminer.nerd.kb.db;
import org.apache.hadoop.record.CsvRecordInput;
import java.io.*;
import com.scienceminer.nerd.utilities.*;
import com.scienceminer.nerd.exceptions.NerdResourceException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.fusesource.lmdbjni.*;
import static org... | [
"patrice.lopez@science-miner.com"
] | patrice.lopez@science-miner.com |
6ed300976ee13be477eb5311dfc9636c39ead6c4 | 7679415120fa88165ce8ad71a91e83f317f2e45d | /Java/FightClub/src/main/java/com/revature/service/Fight.java | 5015c8f717b380a8a92bab6bc48f5a7660b7d060 | [
"MIT"
] | permissive | 2008PegaUSF/BatchSource | 13650a9c5c0f7a9295b6efda90dd39cae1fb0c3a | 8b876f3876bd413663b3f720c489879df4610c19 | refs/heads/master | 2022-12-24T09:01:46.211573 | 2020-10-08T17:09:16 | 2020-10-08T17:09:16 | 290,351,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.revature.service;
import com.revature.beans.Warrior;
import com.revature.util.FileStuff;
import com.revature.util.Roster;
public class Fight {
public void fightTime(Warrior a, Warrior b) {
//a is going to hit b
int firstAttackPower= a.getAttackPower();
int secondHP= b.getHp();
b.setHp(secondHP-... | [
"jason.knighten@revature.com"
] | jason.knighten@revature.com |
d204b171de0fe84d2f67dc7df71e29b015e11bfd | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Math-6/org.apache.commons.math3.optim.nonlinear.scalar.noderiv.PowellOptimizer/BBC-F0-opt-20/tests/17/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/PowellOptimizer_ESTest.java | 18e890a93e7a58f5f01ad491217c890fb1953465 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 11,312 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 21 10:32:59 GMT 2021
*/
package org.apache.commons.math3.optim.nonlinear.scalar.noderiv;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.NoSuchElementException;
import org.... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
521dd0300a0c074a056fd5dc67290ff8901bcf0a | b7138cfffcddd3d41de8a848e23776f9110e08e6 | /src/radios/PCR1000.java | 0faec29a52753e911a40dbb781a9ba39277b8ec9 | [] | no_license | jchartkoff/jDriveTrack | a8e0df58d00c3b17016784d0f4479705678e54b4 | e564f5fd2c01c1621399c40b22682b54447190d3 | refs/heads/master | 2021-01-21T21:55:02.732222 | 2016-03-21T11:01:33 | 2016-03-21T11:01:33 | 27,646,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,075 | java | package radios;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;... | [
"jchartkoff@gmail.com"
] | jchartkoff@gmail.com |
602f2774b2a1769b507280171e669eff88be9f81 | 5921920ff8168a00cf1e5374f1761dec9abcd610 | /object_oriented_java/eclipse-workspace/PRINCETONAlgPONE/src/RandomizedQueue.java | 11994a2a95b442f0befade803adc2d01f4e1711f | [
"MIT"
] | permissive | Arthur-Lanc/coursera | 45e2bfd773ecc2d375870d7047c09b17c915de48 | 58cab28c723e2f60ddfdaa37acde6dc97c107222 | refs/heads/master | 2020-03-22T14:06:32.774107 | 2018-10-02T12:29:56 | 2018-10-02T12:29:56 | 140,153,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,518 | java | import java.util.Iterator;
import java.util.NoSuchElementException;
import edu.princeton.cs.algs4.StdRandom;
public class RandomizedQueue<Item> implements Iterable<Item> {
private Item[] s;
private int N = 0;
// construct an empty randomized queue
public RandomizedQueue(){
s = (Item[]) ne... | [
"357720621@qq.com"
] | 357720621@qq.com |
8619bbb1f9aff473983f745ec55bb0c02faac084 | 4a5292ebb35fb7d3bf9fd35323a8d8317a73677c | /src/main/java/com/yang7/leetcode/editor/cn/StringToUrlLcci.java | 8ffe9e740684e7c518d50da4eaa16608a3e960d6 | [] | no_license | 77yang/leetcode | 6b7d37439d26f52530172b3a99b6258370b4f644 | 916deec46d4a59126aa70bbb65dfc2f80e715e20 | refs/heads/master | 2022-06-05T12:10:38.733723 | 2022-03-17T09:59:55 | 2022-03-17T09:59:55 | 149,733,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,235 | java | //URL化。编写一种方法,将字符串中的空格全部替换为%20。假定该字符串尾部有足够的空间存放新增字符,并且知道字符串的“真实”长度。(注:用Java实现的话,
//请使用字符数组实现,以便直接在数组上操作。)
//
//
//
// 示例 1:
//
//
//输入:"Mr John Smith ", 13
//输出:"Mr%20John%20Smith"
//
//
// 示例 2:
//
//
//输入:" ", 5
//输出:"%20%20%20%20%20"
//
//
//
//
// 提示:
//
//
// 字符串长度在 [0, 500000] 范围内。
... | [
"3227@winnermedical.com"
] | 3227@winnermedical.com |
cb2c71ae29e8d9dfb4ee3e3ed9a194a72d3abc74 | 4254951d3b5d59eef4649d098862be50fd6ce43c | /src/main/java/hellfirepvp/astralsorcery/common/registry/RegistryRecipes.java | 3ab30be8731b99ba2d34ac929b324cb847b1d2ba | [] | no_license | whichonespink44/AstralSorcery | 51b37a6056dc32f4bcfe9b2bfcaae608b7cd9e7b | c2437c05e8c2ee9556edbf4695fb06116d83cd8d | refs/heads/master | 2021-05-01T23:38:31.006522 | 2016-12-31T00:25:48 | 2016-12-31T00:25:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,814 | java | package hellfirepvp.astralsorcery.common.registry;
import hellfirepvp.astralsorcery.common.block.BlockBlackMarble;
import hellfirepvp.astralsorcery.common.block.BlockCustomOre;
import hellfirepvp.astralsorcery.common.block.BlockMarble;
import hellfirepvp.astralsorcery.common.crafting.ShapedLightProximityRecipe;
import... | [
"dendorfer.maximilian0@googlemail.com"
] | dendorfer.maximilian0@googlemail.com |
e803cb1716ff2fedf6d78e7b3c234c502f61231f | 4f6489d04b33f99f017c575210b73ff32072a0af | /src/main/java/com/mycompany/actividad11java/Circle.java | 3d53acbfac4863ae562687203d7150a7b226d9f5 | [] | no_license | FelipeRdz17/Actividad-11.-Java | ea23ff96f4d2538ccb14512723fe624a8704d181 | f60627545975dd2752493db149b6eafa5e732411 | refs/heads/master | 2023-01-07T22:03:07.217754 | 2020-11-06T03:28:14 | 2020-11-06T03:28:14 | 310,481,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,154 | 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.mycompany.actividad11java;
import java.util.Scanner;
/**
*
* @author felip
*/
public class Circle {
//DECLARACIÓN ... | [
"feliperdz2009@hotmail.com"
] | feliperdz2009@hotmail.com |
f5f2ba8c8fcb8404c4f26d462dd7b750cd621e14 | d36609aad8f8ddf4150ba718d4cec44ea9b9b8bd | /kryo-serialisation/src/main/java/com/aristoula/messages/AnotherClass.java | 52c6b7a75b0ab3300c820c957d34dc4aff9ab524 | [] | no_license | arisgoulia/akka_play | d23bd2e69a6fef07be7c480b667cdb667bcaafae | 60ab66da127d274c5e2a3756b407df3f87a56db1 | refs/heads/master | 2021-01-19T00:55:08.461001 | 2016-12-10T14:28:13 | 2016-12-10T14:28:13 | 64,414,023 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.aristoula.messages;
import com.esotericsoftware.kryo.serializers.TaggedFieldSerializer;
import org.apache.commons.lang3.builder.ToStringBuilder;
public class AnotherClass {
@TaggedFieldSerializer.Tag(1)
private String epic;
@TaggedFieldSerializer.Tag(2)
private String another;
... | [
"aristoula.goulia@nexmo.com"
] | aristoula.goulia@nexmo.com |
0a292b7dfa965f8fc3c03dfc6f8d28a4b1c552fa | 416d726bd01ccc75298b730e32f8ff306c5b70bf | /MJCompiler/src/rs/ac/bg/etf/pp1/ast/GlobalVarList.java | fa578d8fdbea3c296a99ff110536c92c22428fa9 | [] | no_license | DusanStijovic/micro-java-compiler | 9707f8e06037094d767c9cc015f2721808ee862a | 6f99bde5e94490e6b50a644337e9d6e46ba9273b | refs/heads/main | 2023-03-04T05:59:20.799876 | 2021-02-14T22:01:57 | 2021-02-14T22:01:57 | 317,612,442 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | // generated with ast extension for cup
// version 0.8
// 20/0/2021 22:55:7
package rs.ac.bg.etf.pp1.ast;
public abstract class GlobalVarList implements SyntaxNode {
private SyntaxNode parent;
private int line;
public SyntaxNode getParent() {
return parent;
}
public void setParent(Syn... | [
"ducatt1sd9@gmail.com"
] | ducatt1sd9@gmail.com |
7d95573fda52f7fdeace678ceb4279f34d50069e | 658262a1556a157910e5052169f8f8ef7979ec6d | /src/main/java/com/google/jacquard/test/android/testAndroidBattery.java | 526b9c84a11c2b61aebe06a4f4c0c294cd3e1cea | [] | no_license | omk2545/Jacquard_Google | c0dd16943b77f670321206f17278fa41d22f06eb | 75996afdd53247f686725ecf26b4360cdfba115f | refs/heads/master | 2020-12-02T22:17:35.631219 | 2017-07-05T15:12:09 | 2017-07-05T15:12:09 | 96,108,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,888 | java | package com.google.jacquard.test.android;
import com.aventstack.extentreports.ExtentTest;
import com.google.jacquard.android.JacquardAndroidHelper;
import com.google.jacquard.ios.JacquardAppleHelper;
import com.google.jacquard.test.base.TestBase;
import io.appium.java_client.android.AndroidDriver;
import io.appium.jav... | [
"omk2545@gmail.com"
] | omk2545@gmail.com |
b8a834ff3cce51ea693614509f9e54defc0706ea | b3fb9c0ec271b463c7dffe4133db6be7b57f4a62 | /src/main/java/com/qk/service/impl/PropServiceImpl.java | 9a469ee43fe25dd3989ca47abb8a562615b17ba2 | [] | no_license | qfly96/JAVAPRO | e190a4816386cd7a4936529e81cf5abef847b4c9 | e8f45b61fa71a8f25c6ff7fe1e3e0ed0ee0df647 | refs/heads/master | 2020-03-30T00:50:22.980271 | 2018-09-27T07:38:01 | 2018-09-27T07:38:01 | 150,546,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,794 | java | package com.qk.service.impl;
import java.util.List;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.google.gson.Gson;
import com.qk.mapper.PropsMa... | [
"Administrator@QK"
] | Administrator@QK |
2ed145a5cdcefdb52e08838333f8e931d8484c52 | bcc1eea8bff22eaff586119b511ddf34495eb9b9 | /crazy-java/10/10.5/PrintStackTraceTest.java | 9416d20f240904f3e2f65f9c5152b5321cd80286 | [] | no_license | Alexander360/code-library | 32dfc55cc5636ce508cb3a9880b40b793f09061f | bf943051066cf26fb6b7755e143f41fc48ff47ec | refs/heads/master | 2020-04-10T00:55:28.324576 | 2018-12-06T03:41:04 | 2018-12-06T03:41:04 | 160,700,054 | 1 | 0 | null | 2018-12-06T16:13:55 | 2018-12-06T16:13:54 | null | GB18030 | Java | false | false | 750 | java |
/**
* Description:
* <br/>网站: <a href="http://www.crazyit.org">疯狂Java联盟</a>
* <br/>Copyright (C), 2001-2016, Yeeku.H.Lee
* <br/>This program is protected by copyright laws.
* <br/>Program Name:
* <br/>Date:
* @author Yeeku.H.Lee kongyeeku@163.com
* @version 1.0
*/
class SelfException extends Runt... | [
"gongxf@craiditx.com"
] | gongxf@craiditx.com |
9a21d6685df543aeea99d3a1e3fc4b5db43475fc | 9fcdb04e131012975eeeddc5f4191ddc775f12be | /app/src/main/java/com/dtw/fellinghouse/View/SmsCodeLogin/SmsCodeLoginView.java | 355288a98935c845cec2ae12dfd858ba7f404e52 | [] | no_license | dtwdtw/FellingHouse | c1eaf598d03afcee74a9ae694788968aff2c4054 | 1baec5f3eb5bd3efba50819267ba67ad052132b3 | refs/heads/master | 2021-05-23T05:24:45.491950 | 2018-05-11T03:36:17 | 2018-05-11T03:36:17 | 95,191,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.dtw.fellinghouse.View.SmsCodeLogin;
/**
* Created by Administrator on 2017/6/28 0028.
*/
public interface SmsCodeLoginView {
void showToast(String msg);
void goBackWidthData();
void setCodeBtnText(String text);
void setEnableCodeBtn(boolean enable);
void setEnableRegistBtn(boolean en... | [
"785936508@qq.com"
] | 785936508@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.