blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7619e7fb6ec588107dc20e878a2bccc49a235e97 | 104cda8eafe0617e2a5fa1e2b9f242d78370521b | /aliyun-java-sdk-sddp/src/main/java/com/aliyuncs/sddp/model/v20190103/CreateUserAuthResponse.java | 1b115e41bfeb0aa5e4a3e5a75443328a7c83e0b7 | [
"Apache-2.0"
] | permissive | SanthosheG/aliyun-openapi-java-sdk | 89f9b245c1bcdff8dac0866c36ff9a261aa40684 | 38a910b1a7f4bdb1b0dd29601a1450efb1220f79 | refs/heads/master | 2020-07-24T00:00:59.491294 | 2019-09-09T23:00:27 | 2019-09-11T04:29:56 | 207,744,099 | 2 | 0 | NOASSERTION | 2019-09-11T06:55:58 | 2019-09-11T06:55:58 | null | UTF-8 | Java | false | false | 1,321 | 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
* distr... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
86829839aa7985d5de32cc29c8c4b39ce5e1c4f5 | 18d0ecb2abc02d7c4ca400668ab6ba6118cb3c9b | /Protium/src/main/java/net/protium/core/modules/management/ModuleClassLoader.java | fae1e7b992848d6ad157e8bce9caba242b0c6b8b | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | ruslanjan/Protium | f55cb43304795839966a3b7ccbe46d7f24fb149f | 25f49f827c50d92c05b4e1c726d02be65af097f0 | refs/heads/master | 2020-03-09T05:06:51.858053 | 2018-04-08T06:13:13 | 2018-04-08T06:13:13 | 128,604,438 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,312 | java | /*
* Copyright (C) 2017 - Protium - Ussoltsev Dmitry, Jankurazov Ruslan - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*/
package net.protium.core.modules.management;
import net.protium.api.utils.Constant;
import net.protium.api.util... | [
"kremen.karl@yandex.ru"
] | kremen.karl@yandex.ru |
200a7c6d18758e98e6ae6d4b4a46c24a1f84ab04 | 944ebb7c41b63ffa7086b37e646805ef883a3d08 | /src/org/rayoub/exo19/Employee.java | fc8a4f37e6f34ec42b163dafde21556dc514ae2d | [] | no_license | Rayanou/tp-a-rendre | 76a1b70a9a5acd04d24054bff51a61549df52f75 | de8d1211671c8ca30f99b598406df178384eafd2 | refs/heads/master | 2023-04-02T19:49:51.012592 | 2021-04-13T10:27:05 | 2021-04-13T10:27:05 | 343,237,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | /* Ayoub TAIHI + Rayane CHIKHI
21-03-2021 */
package org.rayoub.exo19;
import java.util.Comparator;
public class Employee {
/** Membres attributs de "Employee" **/
private String firstName;
private String lastName;
private int age;
/** Getters et setters **/
public String getFirst... | [
"chikhi.rayouna@gmail.com"
] | chikhi.rayouna@gmail.com |
48172e8125ae6b8a593e57d25661c41bd7487872 | ff56b880e3ff94b6e8a8c4c4d9d05e7a31a60409 | /src/pointsandlines/TwoPoints.java | f9b218a143ea63ee305af14ab49b0a81cd34351a | [] | no_license | Matthew-Wroblewski/BridgeScene | 72f1718db8e9c9982c47d188a771086d595402c8 | 0c5a7a9f51c0a4ab7270bda1b48eba78387038c9 | refs/heads/master | 2021-01-20T06:22:59.718153 | 2017-07-12T04:37:13 | 2017-07-12T04:37:13 | 89,871,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package pointsandlines;
import util.annotations.StructurePattern;
import util.annotations.StructurePatternNames;
@StructurePattern(StructurePatternNames.LINE_PATTERN)
public interface TwoPoints{
public PolarCordLine getRightSide();
public PolarCordLine getLeftSide();
public void setX(int x);
public int getY();
pub... | [
"wroblewski.m@zoho.com"
] | wroblewski.m@zoho.com |
804e0d50ec2e11a69053da779282537b1f35d6e3 | ee63930722137539e989a36cdc7a3ac235ca1932 | /app/src/main/java/com/yksj/consultation/sonDoc/consultation/main/AccountList.java | f1e80cda2714a542806d6f095e14a2db73c9dff2 | [] | no_license | 13525846841/SixOneD | 3189a075ba58e11eedf2d56dc4592f5082649c0b | 199809593df44a7b8e2485ca7d2bd476f8faf43a | refs/heads/master | 2020-05-22T07:21:27.829669 | 2019-06-05T09:59:58 | 2019-06-05T09:59:58 | 186,261,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,984 | java | package com.yksj.consultation.sonDoc.consultation.main;
import android.os.Bundle;
import android.view.View;
import android.widget.ListView;
import android.widget.RelativeLayout;
import com.library.base.base.BaseTitleActivity;
import com.yksj.consultation.adapter.BillAdapper;
import com.yksj.consultation.sonDoc.R;
imp... | [
"762900942@qq.com"
] | 762900942@qq.com |
3f4a05c4786363ea2b53b18ba8ceeb9e54ea3193 | e1af7696101f8f9eb12c0791c211e27b4310ecbc | /MCP/src/minecraft/net/minecraft/client/renderer/chunk/ChunkRenderDispatcher.java | fee00d3f98a17f322e4d33211272db70bc61761b | [] | no_license | VinmaniaTV/Mania-Client | e36810590edf09b1d78b8eeaf5cbc46bb3e2d8ce | 7a12b8bad1a8199151b3f913581775f50cc4c39c | refs/heads/main | 2023-02-12T10:31:29.076263 | 2021-01-13T02:29:35 | 2021-01-13T02:29:35 | 329,156,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,100 | java | package net.minecraft.client.renderer.chunk;
import com.google.common.collect.Lists;
import com.google.common.collect.Queues;
import com.google.common.primitives.Doubles;
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.ListenableFuture;
import com.google.common.util.co... | [
"vinmaniamc@gmail.com"
] | vinmaniamc@gmail.com |
aed4be7954c3c7d4128086f037046f277a05b99d | 3a2bf821a1a7b09917cd5cf2758fa00d723b91f0 | /app/src/main/java/com/bawei/myshopcar/Constants.java | b6ab916b5ad1fdc4be95ef0032adfca26efb9df5 | [] | no_license | Yuanlllll/MyShopCar | d334f027681b55311e6ef85053aa1ef4a1e1cabd | c98e49d6556bd889aad6f8c641707f224ac123d9 | refs/heads/master | 2020-04-17T13:18:21.422032 | 2019-01-20T01:04:10 | 2019-01-20T01:04:10 | 166,609,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package com.bawei.myshopcar;
public class Constants {
public static final String MAP_KEY_GET_PRODUCT_UID= "uid";
public static final String MAP_KEY_PRODUCT_GET_CATAGORY_CID= "cid";
}
| [
"1274594960@qq.com"
] | 1274594960@qq.com |
e8d33134636e1f3c571b3ed7dd4655fe8550df60 | 5d96c975ffbef0bf7e7958bfd37626bd20f51534 | /app/src/main/java/com/lgmember/impl/ScoresImpl.java | 70bec483e27b082bf6d81dc8e12934c2f850d4c7 | [] | no_license | jixiaonanzhuaizhuai/LGmember | a849ab70261cf1381456c932fb6ac399a193c385 | db68a1ba3fea7135007984e89d2a4bcfd39e70b7 | refs/heads/master | 2021-01-13T05:46:03.667052 | 2017-04-17T11:24:31 | 2017-04-17T11:24:35 | 76,851,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,019 | java | package com.lgmember.impl;
import android.content.Context;
import android.util.Log;
import com.lgmember.api.HttpApi;
import com.lgmember.bean.HistoryScoresBean;
import com.lgmember.business.score.HistoryScoresBusiness;
import com.lgmember.business.score.ScoresRuleBusiness;
import com.lgmember.util.Common;
import com.... | [
"963849321@qq.com"
] | 963849321@qq.com |
ed2846a6ed4f421a7f37761eafd31e4c963df934 | 9b03b308536bdafadd482db7c558bd754307f599 | /Task25/app/src/main/java/com/david/www/task2_5/BootCompleteReceiver.java | ef1046db4c8233420f65a4a9e8ba10c3e6f7db5c | [] | no_license | zx1001011/AndroidPractice | 1b2d16761aa1a6aecd0645dc7a75030a1c6c21c6 | 121a2a4c4143f411f49b92c80e1c32add67f14f9 | refs/heads/master | 2020-04-09T21:49:28.512786 | 2018-12-10T10:42:56 | 2018-12-10T10:42:56 | 160,613,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.david.www.task2_5;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
public class BootCompleteReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
... | [
"email@zhang.com"
] | email@zhang.com |
4ecc8313296d0c9103670cbff970adfb0e1c35cf | aae27533dc945ba2fb4dc05c6470f17a19f24e76 | /src/test/java/be/multimedi/orders/products/ProductTest.java | 41fb3cc329f8fffa18c1e7c31fdd40e05be2d89d | [] | no_license | NickyMultimedi/Orders | 22695650a2616d9c52f1d18f4014723c2f8e9a4e | 2041810859160836bd04696e642e756196967187 | refs/heads/master | 2020-07-09T16:28:40.580341 | 2019-08-23T15:15:33 | 2019-08-23T15:15:33 | 204,022,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,260 | java | package be.multimedi.orders.products;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvFileSource;
import org.junit.ju... | [
"nick.bauters@multimedi.be"
] | nick.bauters@multimedi.be |
c79c1fc8bb45bf73d62568fe5155e7820f760143 | 3cef17a4e137d1fc969f20739dde7e6064cf3b38 | /app/src/main/java/com/uagrm/emprendecruz/easymarket/LoginActivity.java | f49744cf08c9728d2876e37468fc52ddecdc8eb3 | [] | no_license | hugo2425/EasyMarket | c50d0368c503645ae818b27fbf4f0e772b134f89 | 3da854800ecc39336921c59737b6ad90ddf75e4e | refs/heads/master | 2021-01-13T10:58:26.659134 | 2016-12-22T21:03:58 | 2016-12-22T21:03:58 | 77,170,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,441 | java | package com.uagrm.emprendecruz.easymarket;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
imp... | [
"hugoo2425@gmail.com"
] | hugoo2425@gmail.com |
930771f3f9258f1fb411d4662b0b8bc8630c2fc7 | 95bfd224f56a47d30ff12cb7a2ef0c04cbc00f72 | /app/src/main/java/com/example/itutor/main/tools/SearchTutorAdapter.java | ebcd965f2872cfa113f4be9f8a81cc4c8690331b | [] | no_license | RahulDMello/ITutor-COMP231_Project | 962fbe5012d3f6292011fb9106612b5de35d8696 | 702ec2623876ce559ae4e6a66a194e729586d465 | refs/heads/master | 2022-04-16T20:33:17.693266 | 2020-04-15T08:50:58 | 2020-04-15T08:50:58 | 171,338,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | package com.example.itutor.main.tools;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.example.itutor.main.R;
import com.example.itutor.main.mod... | [
"rvdmello96@gmail.com"
] | rvdmello96@gmail.com |
c1c393e01f330aa81975cda322303dfc9065ff59 | 5c3e96b4691a5d407b4ea9d6298d31277531d6c5 | /qtz_sm_service_impl/src/main/java/com/qtz/sm/goods/dao/impl/GdGoodsSkuDaoImpl.java | d6e8d4d301970314ac45326cfb241a99585fab2a | [] | no_license | zhangguangxi/qtz_sm | 05c8ba3ceb1d8d1bd3472b47f3f4800342dff729 | e43e04a7e0de32fc2a9a092d7b3bf9c1804ee7dd | refs/heads/master | 2021-01-20T19:26:36.516049 | 2016-07-20T17:17:43 | 2016-07-20T17:17:43 | 63,799,863 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package com.qtz.sm.goods.dao.impl;
import org.springframework.stereotype.Repository;
import com.mall.core.dao.impl.MyBaitsDaoImpl;
import com.qtz.sm.goods.dao.GdGoodsSkuDao;
import com.qtz.sm.goods.vo.GdGoodsSku;
/**
* <p>Title:GdGoodsSkuDaoImpl</p>
* <p>Description:商品SKUDAO实现类</p>
* <p>Copyright: Copyright (c) 201... | [
"zhangguangxito@sina.cn"
] | zhangguangxito@sina.cn |
1c16b30ef203e9e8be14b1b79cc795be3567aa68 | 6d7f20fb5f69570b2c69d618eeb940519ef6351f | /learnWeb/src/com/sxt/inter/ILdSaleProxyMembers.java | b499712318b9c6ef5fcb4bf1bf0973fa5030e0c0 | [
"Apache-2.0"
] | permissive | ZYongF/web | 083f654e30ee624020d26361013e62b2ada9509c | f2d015faf2a2d2f712d9f0abb22b3808beefd8f3 | refs/heads/master | 2021-01-18T21:31:32.720986 | 2016-10-29T10:43:51 | 2016-10-29T10:43:51 | 72,278,717 | 0 | 0 | null | 2016-10-29T10:43:53 | 2016-10-29T10:32:19 | Java | UTF-8 | Java | false | false | 1,166 | java | package com.sxt.inter;
import java.util.List;
import com.sxt.models.LdSaleProxyMembers;
import java.util.Map;
public interface ILdSaleProxyMembers {
/**
* 添加一个代销商家用户,并且给它分配ID
* @param ldSaleProxyMembers
* @return 影响行数
*/
public int insert(LdSaleProxyMembers ldSaleProxyMembers);
/**
* 编辑代销商家用户
* @pa... | [
"jinglei@ldasset.com"
] | jinglei@ldasset.com |
c8d173214d29ee752345b5452b386c274d65208d | e80c98cb01ec399f9591bae8bd0f0146a6dd8dc3 | /varsql-web/src/main/java/com/varsql/web/model/converter/DomainMapperImpl.java | 71d87071b6eecadf390fda540c25381792b42713 | [] | no_license | pencake-squad/varsql | e1de151d7a24bf36e1a41f7b195a96aca31df600 | 4aeec201e4dd2e68513886328f9069509664b023 | refs/heads/master | 2022-12-26T01:33:44.954011 | 2020-10-11T14:25:29 | 2020-10-11T14:25:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package com.varsql.web.model.converter;
import org.modelmapper.ModelMapper;
import org.modelmapper.config.Configuration.AccessLevel;
import org.springframework.stereotype.Component;
@Component
public class DomainMapperImpl implements DomainMapper{
private ModelMapper modelMapper;
public DomainMap... | [
"0skym@ytkim"
] | 0skym@ytkim |
1178a3d6e1013a39b8d3ac197236cc2115e06907 | 6375c4b56ad2f898c43adb04982576c70c9c8314 | /DataStructures/Node.java | 1e5cb8c067c19634310bdbaf93397007b9c120b2 | [] | no_license | CarlosOriol3/Data-Structures-And-Algorithms-Java | 800890ec2f286eb423b2d35e79f821753e6b0751 | 7af6e44a9b092c93d74919ffd5e0c1e495ab4980 | refs/heads/master | 2022-12-11T11:20:14.558264 | 2020-08-26T04:41:16 | 2020-08-26T04:41:16 | 286,786,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package DataStructures;
public class Node<T> {
public T value;
public Node<T> next;
Node(T value) {
this.value = value;
this.next = null;
}
} | [
"oriol.carlos3@gmail.com"
] | oriol.carlos3@gmail.com |
fc73d58b662af0e07749b074aa8b330b4d8d7ce9 | 846f5eb98d3a801fdaaa229bb2e894edabdc9dbe | /common/DifferentOperations.java | 73cbce7c245473ebc23e4b760e9eed27217b90aa | [] | no_license | DKUMAR196/BRP_BootCamp-Home | d45bd92238eb70a652653144eb51d0805948fd68 | e71cf6818bb1f7febeabd0e77eff46adcde02d50 | refs/heads/main | 2023-08-31T04:54:37.725630 | 2021-10-23T15:10:08 | 2021-10-23T15:10:08 | 403,708,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.bridgelabz.program.common;
interface Operation
{
int a = 50;
int b = 30;
void add(int a, int b);
void sub(int a, int b);
}
public class DifferentOperations implements Operation {
// public void add()
// {
// System.out.println("Addition of "+a+" and "+b+" is: "+(a... | [
"noreply@github.com"
] | DKUMAR196.noreply@github.com |
2365b10fb1ef341fed527d932c48a9131ccdf034 | 59ef9de182c850c36384529366cada845423d4e4 | /src/util/StringUtil.java | 9175c1640e678feaaff828338f89dcd350c8126a | [] | no_license | Mahitha1467/AGoldenCrown | 996d6eb3b5f43a507f4c8c3d2f73bb095ee29c96 | ef3cdf41f0f09e803bbc765c412f40b0325cee2a | refs/heads/master | 2020-04-16T10:07:10.071402 | 2019-01-13T11:17:20 | 2019-01-13T11:17:20 | 165,491,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,180 | java | package util;
import java.util.HashSet;
import java.util.Set;
public class StringUtil {
public static final int ZERO = 0;
public static final int ONE = 1;
private static final String EMPTY_STRING = "";
public static int getFrequencyOfChar(String string, Character character) {
int frequency = ... | [
"mahitha.arveti@gmail.com"
] | mahitha.arveti@gmail.com |
e04f6c269505f164e7b6aab3a30ca94486580882 | 563e8db7dba0131fb362d8fb77a852cae8ff4485 | /Blagosfera/core/src/main/java/ru/askor/blagosfera/domain/events/user/FeedbackAcceptedEvent.java | bc6742d109cf976f81fb3bacfeb3bfb61bcdf93c | [] | no_license | askor2005/blagosfera | 13bd28dcaab70f6c7d6623f8408384bdf337fd21 | c6cf8f1f7094ac7ccae3220ad6518343515231d0 | refs/heads/master | 2021-01-17T18:05:08.934188 | 2016-10-14T16:53:38 | 2016-10-14T16:53:48 | 70,894,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | package ru.askor.blagosfera.domain.events.user;
import lombok.Getter;
import ru.askor.blagosfera.domain.events.BlagosferaEvent;
import ru.askor.blagosfera.domain.invite.Invitation;
import ru.askor.blagosfera.domain.support.SupportRequest;
import ru.askor.blagosfera.domain.user.User;
import java.util.List;
/**
* Cre... | [
"askor2005@yandex.ru"
] | askor2005@yandex.ru |
5782abe4ed71094aed4104b7497e42b35de10233 | e998709b14a24ccde483f904e93d574d64817289 | /mysql-binlog-expose/src/main/java/com/github/q742972035/mysql/binlog/expose/build/mysql/exception/TableColumnNonUniqueException.java | ee82bbfc0db3735ace27c418765c69f21d77c240 | [] | no_license | q742972035/mysql-binlog | a046c21cf77708ac36ae4d0938a965b24900fdd4 | 1490e669bd88dc922f08e62977e2e0c5163c92b3 | refs/heads/master | 2022-08-08T15:37:49.809541 | 2019-12-08T03:22:11 | 2019-12-08T03:22:11 | 220,354,788 | 0 | 0 | null | 2022-06-21T02:14:27 | 2019-11-08T00:33:03 | Java | UTF-8 | Java | false | false | 283 | java | package com.github.q742972035.mysql.binlog.expose.build.mysql.exception;
/**
* TableColumn的type不唯一异常
* @program: mysql-binlog-incr-expose
* @description
* @author: zy
* @create: 2019-08-19 16:30
**/
public class TableColumnNonUniqueException extends Exception {
}
| [
"zhangyi"
] | zhangyi |
ac44da85fdbdd6cac0aff0bf3f11e1c023c7ee37 | 35d03e3eaf0b9eec6ebfb1cade021b88c589f630 | /src/com/fee/service/StudentService.java | 8df6c558ac2e3b1c2c062f6c055d30137e54172c | [] | no_license | Thirupathi-Reddy/FeeStructuredemo | 8f8d15971391d0a884d920e04a60ef82ea502252 | 989dfc67161697dc571b1c15d2956161b411d6ec | refs/heads/master | 2021-01-19T03:24:31.441353 | 2016-07-09T06:08:39 | 2016-07-09T06:08:39 | 62,934,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 527 | java | /**
*
*/
package com.fee.service;
import java.util.List;
import com.fee.domain.Student;
import com.fee.domain.StudentFee;
/**
* @author KARUN
*
*/
public interface StudentService {
public int checkLogin(String username, String password);
public boolean saveStudent(Student student);
... | [
"thirumukkisa@gmail.com"
] | thirumukkisa@gmail.com |
a0f6599efd308898f97a86ea11fd338994781f4a | 85c848d08204d3ff5efb3ab7e62ed859f64ceb04 | /src/main/java/entity/CourseBean.java | 6cbf58efe0948165c182ac6c14e1ab4e0856f9d8 | [] | no_license | fdmooc/fdmooc | cc717d6edc3b92d83150699e411c6766e51a8f82 | e58e7af1aa71d5aaeebf0dfb39b67860908d8643 | refs/heads/master | 2020-03-23T15:09:25.668287 | 2018-08-02T15:04:55 | 2018-08-02T15:04:55 | 141,726,397 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | package entity;
public class CourseBean {
private String cid;
private String title;
private String teacher_uid;
private String pic_url;
private String content;
public CourseBean() {
}
public CourseBean(String cid, String title, String teacher_uid, String pic_url, String content) {
... | [
"1059084614@qq.com"
] | 1059084614@qq.com |
f27118ca5c8e2fc1a0084b2b8fa418ac0602228d | e9896512fc98d0614bedae02e17b58010b500d32 | /discourse.parser.parent/discourse.conll.dataset/src/test/java/test/dkpro/PennTreeBankReader.java | 575851c47297f6fb8d8a02dac0f5ec5cd51340e6 | [
"BSD-2-Clause-Views"
] | permissive | mjlaali/CLaCDiscourseParser | 8c7b7d2988b8e2f6604c0a641215cc15d0931f82 | cc840de13d1df9294dd471050dfbfbbb4220ba0b | refs/heads/master | 2020-04-15T23:46:55.878280 | 2019-02-24T20:01:59 | 2019-02-24T20:01:59 | 35,230,582 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,503 | java | package test.dkpro;
import java.util.Collection;
import org.apache.uima.UIMAException;
import org.apache.uima.fit.factory.JCasFactory;
import org.apache.uima.fit.util.JCasUtil;
import org.apache.uima.jcas.JCas;
import org.junit.Test;
import de.tudarmstadt.ukp.dkpro.core.api.resources.MappingProvider;
import de.tudar... | [
"mjlaali@gmail.com"
] | mjlaali@gmail.com |
c3c12d7006e61589ec1fb707c06efec151aa6c1a | 80b22d814d3bfff2584b2061cb45d08f7047fcf2 | /src/WildcardMatching/Solution.java | a7640d3eb1d50ed1f327b4eaded1daf92507dea1 | [] | no_license | nicppa/LeetcodePractice | fbb7dcd626617fb4fb356d1cd04a9a760212ce9c | daca90baa8497aaa171e208da0f8ddeeab169437 | refs/heads/master | 2021-09-13T19:30:13.498845 | 2018-05-03T13:54:45 | 2018-05-03T13:54:45 | 115,917,748 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,668 | java | package WildcardMatching;
public class Solution {
// public boolean isMatch(String s, String p) {
// boolean[][] matchs = new boolean[s.length()+1][p.length()+1];
// matchs[s.length()][p.length()] = true;
// for(int i = p.length() - 1;i >= 0;i--){
// if(p.charAt(i) != '*' ){
// ... | [
"449117059@qq.com"
] | 449117059@qq.com |
6eb179ba9acedd49dc5b454baa328537dd7f764c | 147885d7eb4527c20b561af7d1dc0b38312bc39f | /src/test/java/lense/sdk/math/TestWhole.java | f57e253249d282296754d9d1a8143629e0edc857 | [] | no_license | sergiotaborda/lense-lang | 931d5afd81df307f81e5770f5f8a3cbbab800f23 | 472c4fc038f3c1fb3514c56f7ec77bfaa279560e | refs/heads/master | 2023-01-31T06:12:16.812809 | 2023-01-05T17:55:12 | 2023-01-05T17:55:12 | 44,053,128 | 2 | 0 | null | 2023-01-05T17:55:13 | 2015-10-11T13:29:13 | Java | UTF-8 | Java | false | false | 6,098 | java | package lense.sdk.math;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import lense.core.lang.java.NativeString;
import lense.core.math.Int32;
import lense.core.math.Int64;
import lense.core.math.Integer;
import lense.core.math.Natural;
impo... | [
"sergiotaborda@yahoo.com.br"
] | sergiotaborda@yahoo.com.br |
e27ffcffa0e9d4910a59916bc847b6adc4fd9058 | 7519b22414e025c20992349a23ea4fb618ed03cc | /src/test/java/com/acme/mytrader/strategy/LimitOrderTest.java | 92917e9810f09fa9d1d723ed1ac528e9bed3b749 | [] | no_license | ledormeurz/interview-exercise | 57e81cb7e4dbbcac1f09f9c233f1a90819c43db9 | 53ef9d21a81dc4d6d878e868229bc43d8620f3d8 | refs/heads/master | 2023-08-27T07:10:01.572635 | 2021-10-06T13:59:09 | 2021-10-06T13:59:09 | 413,897,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,750 | java | package com.acme.mytrader.strategy;
import org.junit.Test;
import java.util.Optional;
import static org.junit.Assert.*;
public class LimitOrderTest {
@Test
public void testBuyOrderLimitNotGenerated(){
// given buy order limit at 100 and volume 1000;
double orderPrice = 100;
Way order... | [
"cedcori@gmail.com"
] | cedcori@gmail.com |
af763de057bac242c50956090d9d857d72469d07 | 69ee0508bf15821ea7ad5139977a237d29774101 | /cmis-core/src/main/java/vmware/vim25/LeaveCurrentDomainRequestType.java | bdf0bed09f0831c731a613c934f09c9bd7df8339 | [] | no_license | bhoflack/cmis | b15bac01a30ee1d807397c9b781129786eba4ffa | 09e852120743d3d021ec728fac28510841d5e248 | refs/heads/master | 2021-01-01T05:32:17.872620 | 2014-11-17T15:00:47 | 2014-11-17T15:00:47 | 8,852,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,920 | java |
package vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for LeaveCurrentDomainRequestType complex type.
*
* <p>The following schema fragment ... | [
"brh@melexis.com"
] | brh@melexis.com |
42b9194b26ec7c63d4019bb2e2b04745a9fea054 | 5b84d9e3f86b5d3ffa06337db89d822e159e21ef | /base/src/main/java/com/zero/akkaj/Result.java | 0af3deeae122f65e92afbad3c411fcd80c1196d6 | [] | no_license | zero-jianjia/scalatest | b9010ca7edbc536ef8b7881783a392a1a5c23fa3 | ae753c81814bed5828eae1a687049564faa4fbd3 | refs/heads/master | 2020-05-21T19:43:07.762768 | 2017-06-13T02:43:40 | 2017-06-13T02:43:40 | 51,893,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 93 | java | package com.zero.akkaj;
/**
* Created by Inuyasha on 16.04.12.
*/
public class Result {
}
| [
"jianjia1@staff.sina.com.cn"
] | jianjia1@staff.sina.com.cn |
dd98a01ab5d20801931a175bdabacc93c74e3768 | 2752e40fc24f1efd1e4f3cad0ac478699f390c1e | /wcloud/src/ie/gmit/sw/WordFrequencyDatabase.java | 5515f8c7accbcf4ebe911ab2bdf83d70326c3e32 | [] | no_license | cormacmchale/4thyearaibackup | 29d2d953ac26315a7cf5c95f4be2ff7c9845395c | fb7c918ebe6d112fc904a710b9e94acd72043071 | refs/heads/master | 2021-05-18T17:37:34.129269 | 2020-03-30T15:45:55 | 2020-03-30T15:45:55 | 251,341,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,974 | java | package ie.gmit.sw;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
impo... | [
"cormacmchale1@gmail.com"
] | cormacmchale1@gmail.com |
8ed8fb2aa201567d8c225e5a33c7de9e4bfa5dfa | 22a90901d1380d10f026cdc9e3b5001ea2adf41b | /7blog-parent/7blog-mapper/src/main/java/com/scaler7/mapper/BlogCommentMapper.java | ba95530c8313ee9ccb955e63385fe7e7ba55f45e | [] | no_license | scaler7/7blog | 5ef955d6bdc9e3bde6fac43168d9de5b980edebe | 47dfe6905dac16349a3c9d185528955c68a40737 | refs/heads/master | 2022-06-24T17:33:33.396187 | 2020-10-06T05:59:36 | 2020-10-06T05:59:36 | 229,407,127 | 1 | 0 | null | 2022-06-17T03:28:04 | 2019-12-21T09:45:52 | JavaScript | UTF-8 | Java | false | false | 427 | java | package com.scaler7.mapper;
import com.scaler7.entity.BlogComment;
import com.scaler7.vo.BlogCommentVO;
import java.util.List;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author scaler7
* @since 2019-12-21
*/
public interface BlogCommentMapper exten... | [
"scaler7@163.com"
] | scaler7@163.com |
843d9007f0f8f9467be2db04ea1fed5c0e5f74b9 | 8f033f14f6208feaacd46201aa998fcdc14de720 | /src/java/litfitsserver/entities/Garment.java | 0e3df40fc682f4c8a7e5e6af19c16733c6cc51bd | [] | no_license | Charlie-sHub/Lit_Fits_Server | a2515b26c4a9dca196138544704722e9353b89d0 | 1756e6ba38d2afb5c877af858d9846751b225391 | refs/heads/master | 2022-04-01T16:21:58.458790 | 2020-01-31T13:10:52 | 2020-01-31T13:10:52 | 225,852,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,038 | java | package litfitsserver.entities;
import java.io.File;
import java.io.IOException;
import java.io.Serializable;
import java.nio.file.Files;
import java.util.Objects;
import java.util.ResourceBundle;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persi... | [
"carlosrafael-mg@hotmail.com"
] | carlosrafael-mg@hotmail.com |
59629a470c71bf9fc96cabc3005a49b86fa5dec7 | a7973f98a56161bf3a7e63870c4791e2edc4870c | /src/com/airtactics/aitester/utils/Constants.java | d16c46504e023740396aa96e7761909c890ccd29 | [] | no_license | vladfatu/Air-Tactics-AI-Tester | 06fdea903af910d322bd526a10da024e97da9b00 | d43bcc23bf320dd0138ac97f3fdddb8e1c983725 | refs/heads/master | 2016-09-08T02:40:27.394119 | 2014-04-07T20:54:30 | 2014-04-07T20:54:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package com.airtactics.aitester.utils;
public class Constants {
public final static int GRID_SIZE = 10;
public final static int NUMBER_OF_PLANES = 3;
}
| [
"colegu123@gmail.com"
] | colegu123@gmail.com |
9e82983ed525d7b16de8a7cb802ab601ba4e6ee6 | 93c2f979c2415f1db324f2529dfefb649301bb94 | /src/main/java/Utils/Utils.java | ef8bc810340a050a840aadae2d5e91740ec375dd | [] | no_license | ashley832020/booking | 7b4a6e323d47e7e2a608452e4399591e80b6353e | 25f335cf703d4f4b0249131b51c7b53fb62f1b3f | refs/heads/master | 2023-04-14T09:41:43.965894 | 2021-04-19T05:38:21 | 2021-04-19T05:38:21 | 353,942,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package Utils;
import java.util.regex.Pattern;
public class Utils {
public static Boolean isValidEmail(String email) {
String regex = "^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+@[a-zA-Z0-9.-]+$";
Pattern pattern = Pattern.compile(regex);
return pattern.matcher(email).matches();
}
public st... | [
"“hai.lethanh@ascendcorp.com”"
] | “hai.lethanh@ascendcorp.com” |
c9139ad3f3652cc0a66d8355339efa0382d9ace7 | a8cf7f208abdcca7efc990615ddbf159f467ace9 | /work/SimplelinkStarter_v5.7.3_apkpure.com_source_from_JADX/sources/org/apache/http/conn/HttpHostConnectException.java | adde67226f1c68c8abe7efd64fe1ab4a19e8c826 | [] | no_license | adamkstock/FypPowerBand- | adbedf9ec82d3df61085f4aa6951ee099b8f8e7e | 7307ac76239df529db6ec97a859461ae3a02b0ff | refs/heads/master | 2022-04-23T02:45:35.073979 | 2020-04-22T23:32:56 | 2020-04-22T23:32:56 | 218,766,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package org.apache.http.conn;
import java.net.ConnectException;
import org.apache.http.HttpHost;
@Deprecated
public class HttpHostConnectException extends ConnectException {
public HttpHostConnectException(HttpHost httpHost, ConnectException connectException) {
throw new RuntimeException("Stub!");
}
... | [
"adam2.stock@live.uwe.ac.uk"
] | adam2.stock@live.uwe.ac.uk |
35d24c17239dc6b477ea9815f9e4dedbbf90282c | 35e732d4186f16c99b795284e6b8e8ef8ed8957f | /app/src/main/java/com/example/liuheng/company/activity/Main2Activity.java | 9bfa3b8cf729ae91f229a0afd4154316e11ecc8c | [] | no_license | liuhengheng/company | 71dc2cbe598e2696f908c16d68746a96b1708119 | c24215948dca2a0899868bd7e8dcfa268efa3e9b | refs/heads/master | 2020-03-22T00:02:53.544674 | 2018-06-30T05:21:08 | 2018-06-30T05:21:08 | 139,221,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,052 | java | package com.example.liuheng.company.activity;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import com.example.liuh... | [
"liuheng@liuhengdeMacBook-Pro.local"
] | liuheng@liuhengdeMacBook-Pro.local |
9005fa68df54483c2f006ddcf93e25295e5c4bc2 | 721207cd281d8316269055dd77e72ee99194a47f | /src/model/LibraryLogic.java | e74d3dfd9c57dff75c615f74d0be905f6550e93e | [] | no_license | Nambroson/J2---Week2---Assessment | fdf604f23b6c83f383fc0425b3e32e01a088d397 | e01381b81d70b4cf019a37554f4d207569f276e8 | refs/heads/main | 2023-08-14T00:57:02.726244 | 2021-09-15T03:06:53 | 2021-09-15T03:06:53 | 406,596,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package model;
/**
* @author Nick - ntambroson
* CIS175 - Fall 2021
* Sep 14, 2021
*/
public class LibraryLogic {
public boolean inStock(Library library) {
boolean bookAvailable;
int outOfStock = 0;
if (library.getInStock() > outOfStock) {
bookAvailable = true;
}else {
bookAvailable = false;
... | [
"ntambroson@dmacc.edu"
] | ntambroson@dmacc.edu |
8a188484ec1ce2875290f3d1f9c4f36c40a55a42 | 22026d434fb4a7a9aeb0378a14e175c0f1f435ea | /components-snowflake/src/main/java/org/talend/components/snowflake/SnowflakeConnectionTableProperties.java | daa152375732326585e67d30f343c9111611ddbb | [
"Apache-2.0"
] | permissive | StefanLMNG/components | 9f88c60b8df28a02c0b3790591f4855fd21ad025 | c34d1ce2e9b16e7c369c0d753517a36b79009830 | refs/heads/master | 2021-01-09T08:44:28.553348 | 2016-11-16T08:22:53 | 2016-11-16T08:22:53 | 64,741,282 | 0 | 0 | null | 2016-08-02T08:59:39 | 2016-08-02T08:59:39 | null | UTF-8 | Java | false | false | 1,890 | java | package org.talend.components.snowflake;
import org.apache.avro.Schema;
import org.talend.components.api.component.Connector;
import org.talend.components.api.component.PropertyPathConnector;
import org.talend.components.common.FixedConnectorsComponentProperties;
import org.talend.daikon.properties.presentation.Form;
... | [
"noreply@github.com"
] | StefanLMNG.noreply@github.com |
47e51f4ba2583be41a893aec38108a4ade66eb1f | c9291f953404d913598b6f8fbc45a216d22ca30d | /src/main/java/com/whitehatgaming/game/Board.java | 8e88e6716e4e9e12c915e5d11925f5da36643519 | [] | no_license | alexhandzhiev/Chess | 487354f904f1748814430aa9264c76328f2468fd | 3bf0f21af5d95622b52304f2ac75da63efa7303c | refs/heads/master | 2021-01-06T03:24:38.500052 | 2020-02-19T12:29:30 | 2020-02-19T12:29:30 | 241,211,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | package com.whitehatgaming.game;
import com.whitehatgaming.pieces.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Board {
private final Map<Square, Piece> positions;
public Board() {
positions = new HashMap<>();
}
public Li... | [
"alex.handzhiev@gmail.com"
] | alex.handzhiev@gmail.com |
b515151d8395ce1589ff9ee6f3e9d00a3d039b77 | 60239bb1ae7ecc2ce30738db51ad97688c4a669a | /src/main/java/juli/repository/TranslationRepository.java | 4137d292db1cfd12d58ad826280fe2c0aabff9da | [] | no_license | pangfei0/MyWeb | f4a62c3685fb177d27041e28dc70367c00e527e5 | 45e5d9690cff9af944da04d9f69c26b41afadf08 | refs/heads/master | 2020-09-21T20:27:54.334975 | 2016-10-03T02:43:52 | 2016-10-03T02:43:52 | 67,504,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package juli.repository;
import juli.domain.Translation;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface TranslationRepository extends PagingAn... | [
"18915104282@163.com"
] | 18915104282@163.com |
8e44b5460a1d0c2be794a336ee69094796b792b9 | ca7bc277816cfae25182b75916f733c740c629f5 | /chap10/src/sec07_user_define_exception/Account.java | 13badfe62d2af8b3432261e13b3fab266f6482c5 | [] | no_license | jupark1862/javaLab | 5f60834b7658a55b2eef86091002f249b86c2e0e | 6376402ad21ecfe836b4107560647b0ecd7a36e7 | refs/heads/master | 2023-04-10T05:12:37.251749 | 2021-04-29T04:17:56 | 2021-04-29T04:17:56 | 352,486,303 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 418 | java | package sec07_user_define_exception;
public class Account {
private long balance;
public long getBalance() {
return balance;
}
public void deposit(int money) {
balance += money;
}
public void withdraw(int money) throws BalanceInsufficientException {
if(balance < money) {
throw new Bala... | [
"kolpks0@naver.com"
] | kolpks0@naver.com |
c0a6447c39f15ee01fe105c8ad76b7b5c7945cc3 | 83dc6d909ed253c1518e4b22a68cec64c53b74d5 | /spring-demo-two/src/com/springdemo/annotations/sadFortuneService.java | 6dad9ee5f34ac0315f39224fdcd51c2a47fcb505 | [] | no_license | harikahoney/Annotations | d16b75513813a7dd09b6b7395ff2bde46154c435 | fd846d90ee8d5443544f249100526aaeac9f06fb | refs/heads/master | 2021-01-26T02:10:57.036023 | 2020-02-26T13:34:00 | 2020-02-26T13:34:00 | 243,269,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.springdemo.annotations;
public class sadFortuneService implements FortuneService {
@Override
public String getFortune() {
// TODO Auto-generated method stub
return "Today is Sad Day";
}
}
| [
"HARIKA@DESKTOP-IQ3PIDA"
] | HARIKA@DESKTOP-IQ3PIDA |
b7cd51e61edac28ec9e04ec11809b51bf8a183dd | c7cb80348cc36d80dc8a5d14f7a052b245572669 | /src/main/java/com/intellij/plugins/haxe/util/HaxeProjectUtil.java | d1ef749939b0db4d124dc0b0b76b1c59f39929d1 | [
"Apache-2.0"
] | permissive | HaxeFoundation/intellij-haxe | d7bb28f98c225d717a8e3f679a9972a5e2be5dce | cff91ff0c15003af85b2a7295f6d16059ed4336d | refs/heads/develop | 2023-08-31T08:07:19.333609 | 2023-08-20T19:26:30 | 2023-08-20T19:26:30 | 16,564,608 | 148 | 67 | Apache-2.0 | 2023-07-30T00:37:39 | 2014-02-06T01:06:24 | Java | UTF-8 | Java | false | false | 2,138 | java | /*
* Copyright 2020 Eric Bishton
*
* 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 ... | [
"eric@bishtonsoftware.com"
] | eric@bishtonsoftware.com |
c88042973c424062e2d04c985408f2006ee2cdf7 | 2a1b9f86f19deda710b00e6716b4ad5a8823c6d3 | /app/src/main/java/com/example/pc/myfirstapp/SecondActivity.java | c6d54d04bdbb22c600a79d9f5a177754f5721088 | [] | no_license | kzxwer/MyFirstApp | 9e8e4625be398fb359c666626a9373ae1d1abada | 33d6026b80ae54233fb2f180c0301a91b9a0ec2e | refs/heads/master | 2020-03-30T13:25:54.466846 | 2018-10-02T14:51:59 | 2018-10-02T14:51:59 | 151,272,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,426 | java | package com.example.pc.myfirstapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import java.util.Random;
public class SecondActivity extends AppCompatActivity {
private static final String TOTAL_COUNT = "total_count";
@Override
protected void ... | [
"smj0994@naver.com"
] | smj0994@naver.com |
fb48d1981e9440f6ac911583ba5bda2b1bac20c7 | 3f598b4d421c6f9a2e705009d650cf61a4ab5432 | /src/test/java/com/example/bddspring1573643746/DemoApplicationTests.java | 46ae42a698e600b17778364a06db56ae9d7c4f19 | [] | no_license | jenkins-x-bot-test/bdd-spring-1573643746 | 5ea12c053dfbb41e08202c3c95ab5d0f94278fd1 | 5034fe22efd2d544729299a21985e7ca786a1c83 | refs/heads/master | 2020-09-09T11:59:28.205903 | 2019-11-13T11:16:23 | 2019-11-13T11:16:23 | 221,441,536 | 0 | 0 | null | 2019-11-13T11:29:24 | 2019-11-13T11:16:30 | Makefile | UTF-8 | Java | false | false | 221 | java | package com.example.bddspring1573643746;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}
| [
"jenkins-x@googlegroups.com"
] | jenkins-x@googlegroups.com |
93c63eb400e1ed919707ce0158c868df04d6ad0e | 7225ae4a4a750c426d594ae9329f757663c13dec | /CRUDrestfulAPI/src/main/java/com/oscarolsson/restful/controller/ProductController.java | 9aee18f4ec3e39a67149da1a548a9842a94df9f8 | [] | no_license | oscarolsson94/springBootAPI | 12a5118ce37533055b38b723da7ebc5829ca5ec2 | ac45748b454e56d4e5c08d917e915d7ce8cd0897 | refs/heads/master | 2023-03-21T05:56:05.707126 | 2021-03-16T07:01:42 | 2021-03-16T07:01:42 | 345,955,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,845 | java | package com.oscarolsson.restful.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import... | [
"69190482+oscarolsson94@users.noreply.github.com"
] | 69190482+oscarolsson94@users.noreply.github.com |
da5093591b323c0529fa4c586b0b782e1344e799 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /remoting/android/java/src/org/chromium/chromoting/RenderData.java | 2d6c94067c33a2ce6737cfe98995074b0ed05d7a | [
"CC-BY-4.0",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | Java | false | false | 2,186 | java | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chromoting;
import android.graphics.Matrix;
import android.graphics.PointF;
/**
* This class stores UI configuration that will be ... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
95071eb49ebfe19cb2d524fcb954777ed796a667 | 2e9a86693b665b879c59b14dfd63c2c92acbf08a | /webconverter/decomiledJars/rt/java/lang/SecurityManager.java | b777ecd423feee2c5950f156cd3c10728acd75ab | [] | no_license | shaikgsb/webproject-migration-code-java | 9e2271255077025111e7ea3f887af7d9368c6933 | 3b17211e497658c61435f6c0e118b699e7aa3ded | refs/heads/master | 2021-01-19T18:36:42.835783 | 2017-07-13T09:11:05 | 2017-07-13T09:11:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,890 | java | package java.lang;
import java.io.File;
import java.io.FileDescriptor;
import java.io.FilePermission;
import java.net.InetAddress;
import java.net.SocketPermission;
import java.security.AccessControlContext;
import java.security.AccessController;
import java.security.Permission;
import java.security.PrivilegedAction;
... | [
"Subbaraju.Gadiraju@Lnttechservices.com"
] | Subbaraju.Gadiraju@Lnttechservices.com |
74735d7019ecc797ef2dcc9e6f8625477af99b66 | 4d1d2f0c01a0300e9c4ef4caa8dab775a5c8a4ca | /TravelAgent.java | 02c3cb8416911824772d716bd20725b40e664103 | [] | no_license | IgnazMaula/TravelAgentManager | 755de30defae4f72c5d0564d609f4ef5153fb71b | 80dbee4447e68fc9f2efc01c27fb7247a7168ba5 | refs/heads/master | 2023-01-10T23:01:10.784564 | 2020-11-13T15:27:43 | 2020-11-13T15:27:43 | 312,612,299 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,461 | java | /**
* BIT203 Advanced Programming in Java Assignment 2
* Name: Ignaz Maula Ibrahim
* StudentID: E180184
* TravelAgent.java
* Description : container class that store Flight
* and Passenger object and manage its arrayList
* @author Ignaz Maula Ibrahim
*/
import java.util.*;
import java.time.LocalDate;
imp... | [
"noreply@github.com"
] | IgnazMaula.noreply@github.com |
ebf4e7e6df2e2abe1a8794ae65e7e3714820b739 | c7ed2393bedcabe2974461feff40d2f50ecfc12c | /src/com/demo/chapter26/FlyweightFactory.java | 3bfd6968f9285b622081bc8c6671423c88131c95 | [] | no_license | zhangshaobai/design | 49abc9d9b004b384f7f6072e54fe73afbf95e937 | 2305d558dcf86e58c8caa6d84054aa0e6f0090de | refs/heads/master | 2020-06-25T20:34:11.335264 | 2019-11-03T10:32:15 | 2019-11-03T10:32:15 | 199,415,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.demo.chapter26;
import java.util.Hashtable;
/**
* @Copyright (C), 2019,蔚商科技
* @desc:
* @author: zhangpeng
* @date: 2019/8/6 8:20 PM
*/
public class FlyweightFactory {
Hashtable<Integer, Flyweight> flyweights = new Hashtable<>();
public Flyweight getFlyweight(int key) {
if(!flyweights... | [
"zhangpeng@weishangtech.com"
] | zhangpeng@weishangtech.com |
c723b17af100ecd1ea341f2dbb59daa2e36f43e4 | 1a630fc3f6ff5c102b5de5055bd6e73025ff1b1e | /mvpfragments/src/androidTest/java/com/borshevik/mvpfragments/ExampleInstrumentedTest.java | 21606e092e52781525514a37940d9f856dad1221 | [] | no_license | BORSHEVIK/StartMVPFragmentsProject | 1fb2cadb576d3dfd52da58dd60533cac38d01a34 | 619857c98ef62b7b6274ac38ed468f70bc34888c | refs/heads/master | 2020-07-01T15:44:27.481321 | 2019-08-09T08:51:05 | 2019-08-09T08:51:05 | 201,214,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.borshevik.mvpfragments;
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 an Andr... | [
"sasha.bumail.bu@mail.ru"
] | sasha.bumail.bu@mail.ru |
573fef75daeee5c80004ebddb50f4280a9b1a5d1 | cb343dd8f37c68a3b092ba4df590d1983c36c7e8 | /EmployeeWageProblem.java | 6281add40517718665b30afbc50981468af2200c | [] | no_license | mayurfcb10/Demo2 | eeed7135fdeae236b59d17b2a499f034fedc00fe | 3ff6dba139656775f0cb3f42eec118cc3e6fbc5e | refs/heads/master | 2022-12-22T12:14:26.483503 | 2020-09-27T02:25:25 | 2020-09-27T02:25:25 | 298,935,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,355 | java |
public class EmployeeWageProblem {
public static final int IS_PART_TIME = 1;
public static final int IS_FULL_TIME = 2;
private int numOfCompany = 0;
private CompanyEmpWage[] companyEmpWageArray;
public EmployeeWageProblem() {
companyEmpWageArray = new CompanyEmpWage[5];
}
private void addCompanyEmpWage(... | [
"mayurzope555@gmail.com"
] | mayurzope555@gmail.com |
85a8d364f276acea70b693f0f562a86cdf544be0 | 4b70d2b6ce782ccd69838eea8432e2f531b9d553 | /src/main/java/net/excentrix/core/WatchDog/watchDogBan.java | 9b330cbfc508c542103e3aea614b392b0ca525c1 | [] | no_license | MichaelMBrown/Atom | f359b2df821a6f65c1d5017a9ef3e0740c5c03ab | cd63a9b518233b6b712f953a2a7c9faab06ce854 | refs/heads/master | 2023-06-09T15:58:13.740982 | 2021-07-02T02:24:52 | 2021-07-02T02:24:52 | 218,404,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,079 | java | package net.excentrix.core.WatchDog;
import net.excentrix.core.utils.coreUtils;
import org.bukkit.BanList;
import org.bukkit.Bukkit;
import org.bukkit.OfflinePlayer;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.ConsoleC... | [
"michaelmbrown@outlook.com"
] | michaelmbrown@outlook.com |
30355a2916f124a5cbfdbb74e950f53cedba4b53 | 75bd2ac10b887b85f55638de3e383fa5f4cd7f4d | /Maiden-Hotels - backend/Backend/src/main/java/com/maidenhotels/Backend/security/models/ClientDetailsModel.java | 56ce7e531408ee92fede602d2ed2c5ee19b68f50 | [] | no_license | Diogofbs/Maiden-Hotel-Resort | d8449019f6a7f3647224bf4e4f3f148cf7b9da5f | b249f587b381fab5bb2485cbcdea4d5f74300267 | refs/heads/master | 2023-01-20T13:15:01.553019 | 2019-12-09T10:23:27 | 2019-12-09T10:23:27 | 217,553,914 | 1 | 0 | null | 2023-01-07T12:15:45 | 2019-10-25T14:40:13 | Java | UTF-8 | Java | false | false | 1,675 | java | package com.maidenhotels.Backend.security.models;
import com.maidenhotels.Backend.tibco.schemas.Client;
import com.maidenhotels.Backend.tibco.schemas.Guest;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.s... | [
"diogo.fb.santos@gmail.com"
] | diogo.fb.santos@gmail.com |
c1937a9416a83a77e0cd7ab2369b519ea0b29980 | e90e12fa65d06b52de0cf0c173c2091edf3087d4 | /src/main/java/com/dy/AutoTest/OperationPlatform/TestCases/OnlineRiskControl/SuspiciousTradeManagement/ProcessedSuspiciousTradeQueryPageTest.java | 10485c8e7ba94a3939cb585f1d772d0c101bc90c | [] | no_license | DyAutoTest/WebAutoTest | d663c2eeac86fbfa69e403d174b258c77c090a3a | 9e5902a7b050917161bb5d22615cbbfae2e5d216 | refs/heads/master | 2020-04-04T09:59:23.287575 | 2019-03-18T05:31:07 | 2019-03-18T05:31:07 | 155,838,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,478 | java | package com.dy.AutoTest.OperationPlatform.TestCases.OnlineRiskControl.SuspiciousTradeManagement;
import java.lang.reflect.Method;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import com.dy.AutoTest.web.api.SuperTest;
import com.dy... | [
"zhou.rui@chinaebi.com"
] | zhou.rui@chinaebi.com |
1981a3c0899e2586876c91a7482e2510964afff6 | ea54b9542e1e99b2f6f47c49e42ae6d444e3fdf4 | /Backend/src/main/java/net/ddns/tccapp/controller/PublicController.java | c51f158894b1a07a983cf3389ed145873582c339 | [] | no_license | vunter/tcc | 33a9b90550d6dc8a200c2adbf575e7bb01a79538 | a124f9a16d8fb135df98ad28f4ff7f2ea8f3ebac | refs/heads/master | 2023-02-01T07:07:48.366608 | 2020-12-18T01:26:10 | 2020-12-18T01:26:10 | 306,684,635 | 1 | 0 | null | 2020-12-07T01:50:45 | 2020-10-23T16:05:23 | Java | UTF-8 | Java | false | false | 1,157 | java | package net.ddns.tccapp.controller;
import lombok.RequiredArgsConstructor;
import net.ddns.tccapp.model.dto.TurmaDTO;
import net.ddns.tccapp.model.service.TurmaService;
import net.ddns.tccapp.model.service.UsuarioService;
import net.ddns.tccapp.model.vo.UserVO;
import org.springframework.http.HttpStatus;
import org.sp... | [
"leonardo.catanante@anvisa.gov.br"
] | leonardo.catanante@anvisa.gov.br |
228ea4fd27d627b3f9cfcbd3fad3b605fd6566a2 | 72d7fa48973e31e816be076c2b97226186d41bd3 | /nivel2_leccion4_clases_abstractas_interfaces/Interfaces/src/accesodatos/ImplementacionOracle.java | d4933c5c99de8502ff47f41a1c096ab6ab9822bd | [] | no_license | eugenia1984/Universidad-Java-Udemy | e50716388177cda6d5da2588722634d20e2dd1a9 | b2111487792a50931816ec7428899039ff768f86 | refs/heads/main | 2023-08-15T09:43:56.091403 | 2021-10-09T18:02:44 | 2021-10-09T18:02:44 | 378,520,985 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 527 | java | package accesodatos;
public class ImplementacionOracle implements IAccesoDatos{
@Override
public void insertar() {
System.out.println("Insertar desde Oracle");
}
@Override
public void listar() {
System.out.println("Listar desde Oracle");
}
@Override
p... | [
"noreply@github.com"
] | eugenia1984.noreply@github.com |
c09b467a14d00c46d8e985b612a1e7ec8d30683a | 38f8654ef209f4b709620dce117d97464010f817 | /furms-integration-tests/src/test/java/io/imunity/furms/integration/tests/security/alarms/FiredAlarmsServiceSecurityTest.java | fcb2426b56f86206dc19601690030bd4e810f854 | [
"BSD-2-Clause"
] | permissive | unity-idm/furms | 2a41699eb77f582d2439b6e6a49c0ced1cdb6a7a | 3d66992bad72b782006c292612669107a9bffbc2 | refs/heads/dev | 2023-08-31T11:10:57.576761 | 2023-08-23T11:41:17 | 2023-08-23T11:41:17 | 293,072,384 | 4 | 1 | BSD-2-Clause | 2022-05-30T13:36:26 | 2020-09-05T12:34:25 | Java | UTF-8 | Java | false | false | 2,069 | java | /*
* Copyright (c) 2021 Bixbit s.c. All rights reserved.
* See LICENSE file for licensing information.
*/
package io.imunity.furms.integration.tests.security.alarms;
import io.imunity.furms.api.alarms.FiredAlarmsService;
import io.imunity.furms.integration.tests.security.SecurityTestsBase;
import org.junit.jupite... | [
"patryk.bojanczyk@unity-idm.eu"
] | patryk.bojanczyk@unity-idm.eu |
9364b1ead258d0e0868d030b04995ae6ec3d7ffd | b637b1e8cf28b2b56aef9f3db0ca8ce4dc5fadba | /src/A_Star_Algorithm/EnhancedAStar1.java | e9ea87efea28c5acab8fea8359e7709a4f68720f | [] | no_license | YOUNGLOT/A_Star_Algorithm | 36867193a71f21ab4e029d09e29dd964edaf1deb | 95d52d07f60890042b38ddf45369c00b2878ff6a | refs/heads/master | 2023-01-09T19:15:59.038341 | 2020-11-05T15:37:04 | 2020-11-05T15:37:04 | 308,778,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,957 | java | package A_Star_Algorithm;
import java.util.*;
class Data {
private String key;
private int[][] array;
public Data(String key, int[][] array) {
this.key = key;
this.array = array;
}
public String getKey() {
return key;
}
public int[][] getArray() {
return ... | [
"gnszja20@ymail.com"
] | gnszja20@ymail.com |
4ee31f591c0698e2a1b37c159db20b3d9dfb0104 | 475d26efe0b4829b7f1da85ea481fb9fd7378c66 | /bundles/plugins/org.bonitasoft.studio.properties/src/org/bonitasoft/studio/properties/sections/message/wizards/AddMessageEventWizardPage.java | 5bd7e8d4575ade19833becf8ee2029f444d10d5f | [] | no_license | khurramshehzad/bonita-studio | 1b5b515f35cc72adc8245108069df6f9dbbe964e | 5aaedcad48faf507f50259265459f035782df4f7 | refs/heads/master | 2021-05-01T03:52:06.690030 | 2014-10-24T21:40:19 | 2014-10-24T21:40:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,424 | java | /**
* Copyright (C) 2009-2012 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2.0 of the License, or
... | [
"romain.bioteau@bonitasoft.com"
] | romain.bioteau@bonitasoft.com |
6ab521f64c43abd15452d0df40e6a5e69d0aa768 | ed6cb91e03d8ed07ae521bbe8aacb38de8ecfd90 | /ezdb-rocksdb-jni/src/test/java/ezdb/rocksdb/TestEzRocksDbJniTorture.java | 1feb6a7ee5860113ee92de8618d1ddd7c8a7ce52 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | subes/ezdb | 21eb67ec55e7f66b091a8c658dd25839e1a22533 | 0163c2e15f85b5918696bdf041a0bc35e0d3daca | refs/heads/master | 2023-01-01T09:38:56.329907 | 2020-10-25T15:00:58 | 2020-10-25T15:00:58 | 11,451,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,439 | java | package ezdb.rocksdb;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import java.io.File;
import java.util.Random;
import org.junit.Before;
import org.junit.Test;
import ezdb.Db;
import ezdb.RangeTable;
import ezdb.TableIterator;
import ezdb.comparator.LexicographicalComparato... | [
"gsubes@gmail.com"
] | gsubes@gmail.com |
0dc9ad8ec971e826febfb42d879da47da7578f94 | 69e4b9e73ad5c2e4299c1fdcd902f7095d367333 | /etc/vsdxJava2JS/src/main/java/com/mxgraph/io/mxGraph.java | 0565571992792e462f7567f5f982c7e1c70036d4 | [
"Apache-2.0"
] | permissive | justein/drawio | 8d88f18c2b6a591978de27aa1297f1ec06569a01 | 0cfc9412040c634e150696e276237dc9106aa38a | refs/heads/master | 2021-05-11T09:08:58.435862 | 2018-01-23T01:39:27 | 2018-01-23T01:39:27 | 116,921,930 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 89,365 | java | /**
* Copyright (c) 2007, Gaudenz Alder
*/
package com.mxgraph.io;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.Shape;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.util.ArrayList;
import java.util.Arrays;
import java.uti... | [
"james_gosling@163.com"
] | james_gosling@163.com |
222909f524c9d7c2fb4cbcc05d4cfa4bd5e2f015 | 41d6f0e7f5f8d49aac926915afd06267d3556a32 | /src/main/java/com/taobao/itest/ITestDataDriverBaseCase.java | 6ac5c4d398807a66a9f8ee6873d85b4fec4e837c | [] | no_license | taoyufan/automanx-api | 3412470ce3b6de5cc5ecdf085ce202243eeeaac8 | 0b996a5ef8be57495365d259e7b5876e0a06d795 | refs/heads/master | 2021-01-10T18:40:47.662279 | 2013-12-10T07:10:21 | 2013-12-10T07:10:21 | 15,069,475 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,632 | java | /*
* Copyright 2011 Alibaba Group Holding Limited.
* 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | [
"yufan.yq@taobao.com"
] | yufan.yq@taobao.com |
83711f56b53aa4676451690a72a5f048710e4274 | a21d0531793c60958adae61b1542d2fd4944780d | /src/main/java/com/zpc/service/impl/ScheduleServiceImpl.java | 582353398e30a0cf65b367862cade8e1c7b4e1b1 | [] | no_license | zpc113/cloud_queue | 49ffa83af46e0ac659208ca39ae65e75cc5e34c5 | 828b3f99904cff1f888376d10dd5f49e02e0ca9e | refs/heads/master | 2021-05-15T06:14:46.002463 | 2018-01-04T15:00:52 | 2018-01-04T15:00:52 | 115,430,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | java | package com.zpc.service.impl;
import com.zpc.dao.controlcenter.ScheduleDao;
import com.zpc.entity.controlcenter.Schedule;
import com.zpc.service.ScheduleService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Date;
import java.util.List;
... | [
"228905514@qq.com"
] | 228905514@qq.com |
acea516477348c01f159405d2f092c8ece4d62fa | bb771cbfbea9f2ac5f916c29bb3668bba7435e7c | /examples/oasis-web-demo/src/main/java/cn/xyz/chaos/examples/demo/provider/impl/AttributeProviderImpl.java | 95df7e8f359af779e0793b89fbdc4517024e5f5e | [] | no_license | 18965050/oasis | 3184123094bd62d62d6ae9f31622635cebbd2310 | e5f1cfa32b74fe37aaf0872c497f7c8502df052d | refs/heads/master | 2021-01-20T19:39:27.032176 | 2019-03-19T06:32:50 | 2019-03-19T06:32:50 | 61,260,765 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,566 | java | package cn.xyz.chaos.examples.demo.provider.impl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.dozer.Mapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | [
"18965050@qq.com"
] | 18965050@qq.com |
8417b53dc268505a2c8af63b854b6eb1db171597 | 77e5b45ba8669f0114153116df9af16611fdb075 | /src/de/esw/swt/forms/factories/DefaultComponentFactory.java | 3884039b4df23dbd5d8aad42915461047706d7d8 | [] | no_license | KnisterPeter/swtforms | 7299061872c3397332f53f3e760677e25aa21e63 | fbdda562cbc62701dec3ab1733aa45856dfd2b69 | refs/heads/master | 2021-01-20T12:22:21.027892 | 2012-09-24T05:54:09 | 2012-09-24T05:54:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,564 | java | /*
* Copyright (c) 2002-2007 JGoodies Karsten Lentzsch. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice,
... | [
"mail@markus-wolf.de"
] | mail@markus-wolf.de |
81fda09c05defbf91f2bc09b3d2e70713487b685 | f3c6daf02329c6877b67b49d1c7a3f651a71c395 | /numtoint.java | 2264a75150827540afc58d219084a3a9b9cd052f | [] | no_license | mpavithra246/java222 | 3909653b9ab847ffef907faa971c71bf69cedf9c | 12123f0cedf1d4cc11cdb81d2e04cbdaf229affa | refs/heads/master | 2020-12-25T07:23:03.347031 | 2016-08-08T06:38:54 | 2016-08-08T06:38:54 | 65,171,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | public class MyStringToNumber {
public static int convert_String_To_Number(String numStr){
char ch[] = numStr.toCharArray();
int sum1 = 0;
int zeroAscii = (int)'0';
for(char c:ch){
int tmpAscii = (int)c;
sum1 = (sum1*10)+(tmpAscii-zeroAsci... | [
"noreply@github.com"
] | mpavithra246.noreply@github.com |
e1617208f1d000b3ed3df85befa456c08f53648e | bd7a6879db75f59fa11a08e3e4282d4517ed5f74 | /src/dms/ykl/model/Student.java | a5b159511e4d8bb72f09ba43597e4d4f4b29100b | [] | no_license | ykl1997/dormitoryMS | 8d20debd24ba7c02495bb1e1b87ae69c56b03a96 | f804b11eed2c2f2559eb53bf0e9ac73725c31d69 | refs/heads/master | 2022-11-13T11:01:21.204055 | 2020-07-09T08:43:47 | 2020-07-09T08:43:47 | 255,844,153 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package dms.ykl.model;
public class Student {
private int id;
private String sno;
private String name;
private String sex;
private String class1;
private String phone;
private String build;
private String room;
private String state;
public int getId() {
return id;
}
public void setId(int id) {
this.i... | [
"1696856340@qq.com"
] | 1696856340@qq.com |
20def7ad36a34bbc2645977e525d64d3ae53274d | 3f8d2b579a018f988fa77fe4b975326332c83b31 | /src/test/java/com/threeone/mealplanner/service/test/UserServiceTest.java | a30a172cee78589caceda91d7ff6f87d40bc69de | [] | no_license | hu-xiaokang/mealplanner | 38cabfd10e1fa4bd383c49a5a50eb2f18181b755 | dc998e0e7c2c4b150b8cf8db5f35722417e4ad3f | refs/heads/master | 2021-12-03T09:48:23.131469 | 2014-05-17T20:18:25 | 2014-05-17T20:18:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.threeone.mealplanner.service.test;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.threeone.mealplanner.model.entity.UserInfo;
import com.threeone.mealplanner.service.UserService;
import com.threeone.mealplanner.test.common.AbstractSpringCommonTest;
public... | [
"minxinfeng@gmail.com"
] | minxinfeng@gmail.com |
449b7d05ed5b289a2eb9bf9ca2fcd92f6f66e8a4 | ad775f8d5de1866378e433eef74ef5dc83265b6e | /appinventor/appengine/src/com/google/appinventor/server/GalleryServiceImpl.java | 5909b652cf72726e2dc600d79fbdcc6decd88e3c | [
"Apache-2.0"
] | permissive | fmntf/appinventor-sources | c9ac3bd766a9df650decb82efb2ca22d48ae4ad0 | f20f55c7b318581f7001d56aa0b5063cb0334538 | refs/heads/master | 2020-04-05T23:04:10.271018 | 2016-11-08T16:12:49 | 2016-11-08T16:12:49 | 31,964,823 | 5 | 6 | null | 2015-03-10T15:21:08 | 2015-03-10T15:21:07 | null | UTF-8 | Java | false | false | 24,278 | java | // -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2012 MIT, All rights reserved
// Released under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.google.appinventor.server;
import java.io.ByteArrayOutputStream;
impo... | [
"jis@mit.edu"
] | jis@mit.edu |
e11dc389cd0b96a9298dc6962bc89a02a245b140 | eb5662713181446e4afc251d8a413adf0249535d | /src/Servlets/AdaugareCartele.java | 60696b716899686a14d404f2e50437cde400141e | [] | no_license | bobbyfurniga/ProiectPAOServlet | e1de1770f206d661460bd7be95891a77ca857f5c | 55bb04ecc780613e80b85b243d7a76a06b28a9e4 | refs/heads/master | 2021-06-17T01:27:24.211268 | 2017-05-27T16:14:44 | 2017-05-27T16:14:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | package Servlets;
import javax.annotation.Resource;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.sql.DataSource;
import java.io.IOException;
import java.sql.Connection;
import java... | [
"123blackstar123@gmail.com"
] | 123blackstar123@gmail.com |
b01f86723e81d7d265a43ac12abb6904e8278a81 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/android_29_sdk/public/extras/android/support/v4/src/java/android/support/v4/app/AppOpsManagerCompat.java | c0058a944c8b3a5892b13b09b89d77ab2f047e4a | [
"Apache-2.0",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | Java | false | false | 5,706 | java | /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
013b452b11c093d77e9a5e393bde7c136d08fdd3 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/glide/2015/12/MemorySizeCalculator.java | 49ee8459b1a5eb7660493246081d5b7bfc9c9272 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 9,359 | java | package com.bumptech.glide.load.engine.cache;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.content.Context;
import android.os.Build;
import android.text.format.Formatter;
import android.util.DisplayMetrics;
import android.util.Log;
import com.bumptech.glide.util.Precondition... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
fd994b8ee102f3ba0c18cecfb2064b9dd6b2476c | 0d84f3aa68e4be725db43586f5958dbec5125f05 | /app/src/main/java/com/dji/GSDemo/GaodeMap/DJIDemoApplication.java | b2fbd7eb864a222928ff26511820519728176aac | [] | no_license | yushiwo/GSDemo | 48864523c2149ed5dc0c0495d83e4597da8c6891 | 801d62fae005fa0a2c93d10309c6093e03c4c772 | refs/heads/master | 2020-06-03T10:56:42.181542 | 2019-06-17T02:34:26 | 2019-06-17T02:34:26 | 191,542,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,273 | java | package com.dji.GSDemo.GaodeMap;
import android.app.Application;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Handler;
import android.os.Looper;
import android.support.v4.content.ContextCompat;
import android.util.Log;
import android.widget.Toast;
import dj... | [
"yushiwo44@gmail.com"
] | yushiwo44@gmail.com |
1fa10cf8ee924663419bb89b0693664c9d129410 | a3976175d0bd399930a07ca3bb7a57f8507c497f | /src/main/java/com/example/mummyji/MummyjiApplication.java | 48544b0230ae3cdb83b002d04ba93a5eaf8f254a | [] | no_license | Dheeraj-Sachan/mummyji | 33d286d00c33f54cd194fde82c8c1744c7fedf5b | 454388a291ecae181b5d0443da1b7ee15d55fe19 | refs/heads/master | 2022-12-12T00:42:56.544411 | 2020-09-02T14:15:26 | 2020-09-02T14:15:26 | 292,302,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | package com.example.mummyji;
import com.example.mummyji.service.CheckPalindrome;
import com.example.mummyji.service.FindHowManyNumbers;
import com.example.mummyji.service.FindtheRepetedLetterInString;
import com.example.mummyji.service.Students;
import org.springframework.beans.factory.annotation.Autowired;
import org... | [
"dheerajsachan123@gail.com"
] | dheerajsachan123@gail.com |
629def62453a6a46df83002cb899e8b303892d99 | 7531ce3fd09e161ea54c633e882495227729c8e7 | /collinear/TestFastCollinearPoints.java | c5bcd65948c70fd5f0a395be219b21e6097097d5 | [] | no_license | lpang36/AlgorithmsDataStructuresI | 71475df1362d58e6d0f53be99fad750a6f09c546 | a2ccd7ca752cf4797da84c057730b81aabd86e2b | refs/heads/master | 2020-12-30T14:00:35.223656 | 2017-05-14T22:10:51 | 2017-05-14T22:10:51 | 91,274,431 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | public class TestFastCollinearPoints {
public static void main(String[] args) {
int num = Integer.parseInt(args[0]);
Point[] points = new Point[num];
for (int i = 0; i<num; i++) {
points[i] = new Point(Integer.parseInt(args[i*2+1]),Integer.parseInt(args[i*2+2]));
}
FastCollinearPoints FCP = ... | [
"lawrencepang36@gmail.com"
] | lawrencepang36@gmail.com |
ca9c230af217803632d41df9e4f21035837c140b | bed1b38c8e158659641344f0640b41aaaee2c515 | /src/main/java/com/example/latestone/LatestoneApplication.java | f619ca2c51d516ce36015d5f3a36629ede19a3a4 | [] | no_license | ak1386/latestone | 6734d713189e4daca3ab63eb2a181e75eac0fb38 | a2589215badcf840676b259e99b99cee26359604 | refs/heads/master | 2021-01-26T12:10:32.158847 | 2020-03-05T16:33:21 | 2020-03-05T16:33:21 | 243,431,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package com.example.latestone;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LatestoneApplication {
public static void main(String[] args) {
SpringApplication.run(LatestoneApplication.class, args);
}
}
| [
"nileshnaik1386@gmail.com"
] | nileshnaik1386@gmail.com |
fb04c5391d15e12204dd6b3f227d899884477789 | 1ac7cd7f23dacc19b79f6d57cf72f3d4d5bc6c80 | /src/main/java/fa/appcode/entities/Role.java | a4d256eec3c166eab06fcac700f580aef03b3a85 | [] | no_license | leminhtuan61/project_vas | db6c96c8d55fadd5e93aa53eb5b29a0adf990ac8 | d6648ea5e04ce14c01fd728c937b3a3abb37e5e4 | refs/heads/master | 2023-02-15T13:36:24.114661 | 2021-01-12T10:32:36 | 2021-01-12T10:32:36 | 328,946,781 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,584 | java | package fa.appcode.entities;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.pe... | [
"71569729+leminhtuan61@users.noreply.github.com"
] | 71569729+leminhtuan61@users.noreply.github.com |
e88e9c6deb83b009228d1d1c0d3a76635d33e3e7 | 857cfc5178e5cdc78ad6a04a98ddd86a2f37ae33 | /src/main/java/com/example/demo/entity/Payment.java | 830b966d3d50e6fc6a4271bbec0efb26e7fcbcc2 | [] | no_license | DenRayzer/Proj-with-Spring | 5a9e99330e17cd4c2b6c0f5de03a975f90faf870 | 1f412456a99a0dd598abccaed6897f5c0bc356ea | refs/heads/master | 2020-09-28T20:35:39.642293 | 2019-12-09T11:55:49 | 2019-12-09T11:55:49 | 226,859,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,174 | java | package com.example.demo.entity;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
@Entity
public class Payment {
@Id
@GeneratedValue
private int id;
private String title;
private String description;
@ManyToOne(fetch = FetchType.EAGER)
@JoinColumn(... | [
"denrayzerr@gmail.com"
] | denrayzerr@gmail.com |
0a69557706d9ae670116b5153fb9976e24b38243 | 109b30c4da5910f4490306cfb8d1037792232950 | /src/br/com/rmdiariodebordo/model/vo/Setor.java | e6ae48f019a9a7975a03250873a70e5ac4b7db8e | [] | no_license | JotaFerreira/Diario-de-Bordo-IO | b8cf64de765ce3fe75580dd904fa361572710096 | 9925eeb437e723018625e541f2f347bba03f86a9 | refs/heads/master | 2021-01-20T04:36:34.914619 | 2015-07-31T19:03:18 | 2015-07-31T19:09:35 | 40,321,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | package br.com.rmdiariodebordo.model.vo;
/**
*
* @author joao.oliveira
*/
public class Setor {
private String nomeSetor;
private String coordenador;
private String uf;
public String getNomeSetor() {
return nomeSetor;
}
public void setNomeSetor(String nomeSetor)... | [
"joao.oliveira@CEOPRNL040506.rminfra.corp"
] | joao.oliveira@CEOPRNL040506.rminfra.corp |
8a58ad36fbf6a13b63279b075ed773460c0a8dd5 | 2ea49bfaa6bc1b9301b025c5b2ca6fde7e5bb9df | /contributions/isurunix/Java/Error Handling/2016-11-17.java | 8b473972b9b53dfc7466a687780247fc3decf08c | [] | no_license | 0x8801/commit | 18f25a9449f162ee92945b42b93700e12fd4fd77 | e7692808585bc7e9726f61f7f6baf43dc83e28ac | refs/heads/master | 2021-10-13T08:04:48.200662 | 2016-12-20T01:59:47 | 2016-12-20T01:59:47 | 76,935,980 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | Throwing proper exceptions for unfinished code
Using specific exception types in the `throws` clause
The distinction between checked and unchecked exceptions
Most common reason behind **stack overflow** error
Careful Numeric Data Conversions | [
"isurunix@gmail.com"
] | isurunix@gmail.com |
79daee8a3b5508982dd5aa8d3a633e566e3e9e2c | ee851f4d2db2af543d9c9d86848a527693fbb8e6 | /MyZoo/src/main/java/Zoo/Vertebrateses/Eagle.java | d3d9fc4c0864b690c97ec18f26cb7cdab9575502 | [] | no_license | ded-elisej/Task11_Zoo | de0d94d1efe3900cc5f5f9bb1bc4859afe586aa8 | 62d7e0c60fefd6264b7ef3c5a5c1f7381e94f642 | refs/heads/main | 2023-08-30T08:22:16.161760 | 2021-11-16T13:53:08 | 2021-11-16T13:53:08 | 425,206,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | package Zoo.Vertebrateses;
import Zoo.Flying;
public class Eagle extends Birds implements Flying {
String name;
public Eagle (String name){
this.name = name;
}
@Override
public String whoIAm() {
String inform = "I am bird eagle.";
return inform;
}
@Override
pu... | [
"roimze@mail.ru"
] | roimze@mail.ru |
b7348eba0ed1964db185c1587fe940ee4ec4adf2 | 6ae625e310eb2f53c2e214debfefaf11f0368a35 | /hexin/src/main/java/com/example/stockmanage/activity/BaseActivity.java | 58e92abc9f3d7cc99a7ba6c2d6a3b015671b9bbc | [] | no_license | andyy1976/ZH_pro | a544322b9addfed0e7a7dcde645e6d9a4f222d60 | 3e559273943fa1ecf90311880854c4ee9753257d | refs/heads/master | 2021-09-05T05:15:09.810350 | 2018-01-24T09:23:50 | 2018-01-24T09:23:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,556 | java | package com.example.stockmanage.activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import com.example.stockmanage.AppContext;
import com.example.stockmanage... | [
"630646654@qq.com"
] | 630646654@qq.com |
a73a0997c8ac67a11807a6e9a17cce9472fc758d | be1ad124752df2ff5d48c371d3263188fb710ac0 | /src/main/java/com/api/ponto/controller/ClientController.java | 591157cc7aaf2f2267fa9afdfc667d1faef4e769 | [] | no_license | tuliog0/ponto-api | 50cadbe481cb775b984be488434f78e964dde4be | 54afb5efead6344debff79fafa12d221ce69f9ae | refs/heads/master | 2022-04-15T11:35:34.729397 | 2020-02-27T20:53:35 | 2020-02-27T20:53:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,089 | java | package com.api.ponto.controller;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.ui... | [
"tuliogoncalves5@gmail.com"
] | tuliogoncalves5@gmail.com |
a4d1252572ffaf8a468baf6b2e7921541ba12e4f | ae3e3e215c143af896267105013424f64816abe7 | /src/test/java/seedu/address/logic/commands/ForceClearCommandTest.java | 90d671e82a7d3eac65d21cead6ef943c0a33f4cf | [
"MIT"
] | permissive | shaokiat/tp | 60ba4f1c30bc7e70090ec5f9f75ecc1a18243cdc | 3ad9536b7e6505ba044c4b214c4afcdda1c80411 | refs/heads/master | 2023-01-07T14:44:24.722070 | 2020-11-09T15:41:39 | 2020-11-09T15:41:39 | 295,355,494 | 1 | 0 | NOASSERTION | 2020-11-08T10:06:01 | 2020-09-14T08:38:54 | Java | UTF-8 | Java | false | false | 1,371 | java | package seedu.address.logic.commands;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static seedu.address.commons.core.Messages.MESSAGE_CLEAR_SUCCESS;
import static seedu.address.logic.commands.CommandTestUtil.assertCommandSuccess;
import static seedu.address.testutil.TypicalModules.getTypicalGradP... | [
"syafiqabs7@gmail.com"
] | syafiqabs7@gmail.com |
a4a4fa4f51b4ca7d91374cbcd454ac1bbd5653bd | 7a342535aab4f01aa2181078533a01f80761dc7b | /CapStore/src/main/java/com/capgemini/capstore/beans/Order.java | 9152606009fc48ac116adc1b3a3c08cd904a6c44 | [] | no_license | surajfzd/CapStore-1 | 3ff33910dfd266415554b13ee9dcf4cc223aba3b | 56786797d7e836f719b04ee0ecd215a520678073 | refs/heads/master | 2020-05-04T09:36:59.693481 | 2019-04-02T12:07:48 | 2019-04-02T12:07:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,863 | java | package com.capgemini.capstore.beans;
import java.util.Date;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOn... | [
"noreply@github.com"
] | surajfzd.noreply@github.com |
fb3a29772638789b23188cfdc9fe0e44c74f9f1f | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-efs/src/main/java/com/amazonaws/services/elasticfilesystem/model/ResourceIdType.java | 2df32d2fe7bc1e270a40cbc52ed145de71b7dca3 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 1,874 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
73c8fb1b74f259841a1ed75a50a4ed6f4ff4115b | 9810488568a8b75c2d16edf50b4b57e8e5c7bebb | /EncogAdvanced/src/drosa/indicators/SMA.java | 2a4104b1aba49b4ec7f1920a3c00041a182ed8e5 | [] | no_license | davidautentico/FxPredictor | 392693e32724e9196d6ab33135b916515b4bc64d | 36c1d413d472d4c1478668614df5d476fcb6c82e | refs/heads/master | 2021-06-24T08:40:47.395190 | 2021-03-21T11:05:55 | 2021-03-21T11:05:55 | 195,585,127 | 0 | 0 | null | 2020-10-13T14:24:38 | 2019-07-06T21:37:34 | Java | UTF-8 | Java | false | false | 1,125 | java | package drosa.indicators;
import java.util.ArrayList;
import java.util.List;
import drosa.finances.Quote;
import drosa.utils.PrintUtils;
public class SMA {
public static double getValue(List<Quote> data,int begin,int end,boolean close) {
// TODO Auto-generated method stub
double sum=0.0;
... | [
"davidautentico@gmail.com"
] | davidautentico@gmail.com |
bd9f0f17dbd0fd1049f0172bfc2d921e3d0ed90e | 448c76e0a54dcdaa933b65954f5a5b9909e9b90d | /app/src/main/java/com/begentgroup/sampledata/Person.java | bfe6cef1ab2d5d0d82ca1ae4fbd3c17df82a0d99 | [] | no_license | dongja94/SampleData_DD2 | ffade16fa3bb6eef979ede8959044bc46cd2f44d | 516abc9fb4cdc458f7d1ecc59e23115e57486858 | refs/heads/master | 2021-01-19T04:24:55.452877 | 2016-08-12T02:56:57 | 2016-08-12T02:56:57 | 65,339,835 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package com.begentgroup.sampledata;
/**
* Created by Administrator on 2016-08-11.
*/
public class Person {
long id = -1;
String name;
int age;
String phone;
String address;
@Override
public String toString() {
return name + "(" + age + ")";
}
}
| [
"dongja94@gmail.com"
] | dongja94@gmail.com |
01f8676a3483ef500f6041c93346f10bc476f436 | 880f2908dacf1af023b89fc42e1264f7fc305aa3 | /ktamr-common/src/main/java/com/ktamr/common/utils/imports/ImportUtil.java | 8597cc88c24d709d6913613e5f054bbee05174fe | [] | no_license | ocean-wave/ktamr | 3c5fd23d76beec1e92f20be3f9ec9e998701863b | 5576e7c8e09fec543f63b2daf65d972b91fcc053 | refs/heads/master | 2020-06-16T11:53:25.179073 | 2019-07-06T14:04:38 | 2019-07-06T14:04:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.ktamr.common.utils.imports;
public class ImportUtil {
public static void fileNameExcel(String fileName) throws Exception{
String str = fileName.substring(fileName.lastIndexOf("."));
if(!(".xls".equals(str) || ".xlsl".equals(str))){
throw new Exception("请上传.xls或.xlsl文件");
... | [
"1023880845@qq.com"
] | 1023880845@qq.com |
8c680cca9a3973889da9504a2eece1b6991513e3 | 466129a071eb9fcf5172c1cc367769a35f1f46bc | /app/src/main/java/com/treasure_ct/android_xt/studyfragment/seniorcontrols/customview/ExtendView_AliPayEdit.java | ba082075148708a1e31d9532b1bcb9d972f70d50 | [] | no_license | treasurect/Android_XT | 2a800097e02526e6ad6a1408347e23bdcac71fc8 | 35ffe3ca2031181cfd60d3f7a84fc9822346c4df | refs/heads/master | 2021-07-10T18:32:56.975458 | 2017-09-17T10:18:38 | 2017-09-17T10:18:40 | 103,820,529 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package com.treasure_ct.android_xt.studyfragment.seniorcontrols.customview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.treasure_ct.android_xt.R;
public class ExtendView_AliPayEdit extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceSta... | [
"m18753377169@gmail.com"
] | m18753377169@gmail.com |
c71921fd2ba468a8d4829c05770bff6bd39886f2 | 049e1c020b8095d050e6da03b9682ef02456e018 | /models/src/main/java/es/psoe/models/items/CalendarItem.java | 539f7b491f4819c5f1c6d20d4cdb2ab34a9d9f7b | [
"MIT"
] | permissive | PSOEGaldar/appAndroid | 63172217555cb6a838e5e7913ba36ad93337823e | 4f5ca13a6217fd0d7bc9dea56756a291dcb59204 | refs/heads/master | 2021-01-10T01:03:16.706378 | 2015-06-27T19:50:30 | 2015-06-27T20:02:16 | 38,173,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package es.psoe.models.items;
import java.util.Date;
/**
* Created by exalu_000 on 29/03/2015.
*/
public class CalendarItem {
public Date date;
private String title;
public String location;
public String description;
public String getTitle() {
return title.toUpperCase();
}
pu... | [
"appgaldarpsoe@gmail.com"
] | appgaldarpsoe@gmail.com |
cdd066b4c0776432ee620f8ce0f61f528f8858f2 | 66e8db5b135cd1a0d2ab532715231b3f63d2c9bf | /Ejercicio_Spring_MVC/src/main/java/com/iwcn/master/services/Producto.java | 2c1e0f38781b6182b0ac7a10c2ff1d462a9a5ed5 | [] | no_license | vbarrios/IWCN_spring_mvc | 43c31fcff41fb5fbb6fa818447cff7bd67f931aa | b6e54c21a21f350639c3a8f312dbc14785cfa6ec | refs/heads/master | 2021-07-19T20:33:18.760888 | 2017-10-22T22:08:11 | 2017-10-22T22:08:11 | 107,904,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.iwcn.master.services;
public class Producto {
public String name_;
public int reference_;
public int price_;
public int stock_;
public Producto(String name,int reference,int price,int stock)
{
name_=name;
reference_=reference;
price_=price;
stock_=stock;
}
}
| [
"noreply@github.com"
] | vbarrios.noreply@github.com |
b94dc473453b3998c5740e321477f1c43553fc53 | 433b4683726ea6f9d35b494e620e2550029f1575 | /day10/ProductLowToHigh.java | 6c7a31a4331190a427983018fbc5be8871b4efe9 | [] | no_license | sreeja1743/Total-2 | 07b40675ff67214edad54612da6813baee1fce48 | f2dbc5184a1a6ac15462dc8eaa172264acd01657 | refs/heads/main | 2023-05-07T12:43:29.020385 | 2021-05-18T12:33:49 | 2021-05-18T12:33:49 | 368,522,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package day10;
import java.util.Comparator;
public class ProductLowToHigh implements Comparator<Product>{
public int compare(Product o1, Product o2) {
return o1.getCost() - o2.getCost();
}
}
| [
"noreply@github.com"
] | sreeja1743.noreply@github.com |
d9d42451e5b5c00098c8f76263dcb7e3519db50a | fcd94d9407b79a8d4278470fc1a0514e30ecb10b | /src/main/java/com/stanislav/danylenko/course/db/repository/location/CountryRepository.java | 85d37d5fb4dcd97b3d2a7ba23564537b996408e4 | [] | no_license | StanislavDanylenko/courseDrone | 53d7d344ffde9b3f9286fdb4cb2602b80928bd52 | 251ff44f3234349c1174bb85dd6f24ba155324b1 | refs/heads/master | 2020-04-07T02:59:22.122724 | 2019-01-16T15:51:37 | 2019-01-16T15:51:37 | 157,997,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.stanislav.danylenko.course.db.repository.location;
import com.stanislav.danylenko.course.db.entity.location.Country;
import org.springframework.data.jpa.repository.JpaRepository;
public interface CountryRepository extends JpaRepository<Country, Long> {
Country findByName(String name);
}
| [
"38065736+StanislavDanylenko@users.noreply.github.com"
] | 38065736+StanislavDanylenko@users.noreply.github.com |
e3ea707c761cea26fb7eaeda9bfb368d2d7e14e9 | 52a7f23e4f03879a6e24ea22c246d92c7bf56ff3 | /src/main/java/com/javatesting/domainobject/TestAppEnv.java | 334abf1a46989ad4134854ee0f3dd2235e9ad2f6 | [] | no_license | ottagit/javatesting | fb5f191dd063297a8113f49db449f13ae4a4d2fe | 7c3ca2ed6e046746f8d7f74a5bc31fa6a2df1d95 | refs/heads/main | 2023-06-18T06:52:39.699849 | 2021-07-17T14:06:23 | 2021-07-17T14:06:23 | 384,083,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package com.javatesting.domainobject;
public class TestAppEnv {
public static final String PORT = "67";
public static final String DOMAIN = "192.123.0.3";
public static String getUrl() {
return "http://" + DOMAIN + ":" + PORT;
}
}
| [
"ottacc66@gmail.com"
] | ottacc66@gmail.com |
31a29e8ef6ba9004acc1512dbefc30d038fbad2a | 25baed098f88fc0fa22d051ccc8027aa1834a52b | /src/main/java/com/ljh/controller/base/SupKindController.java | e945cff604044308dde0ac64035d7923043115a0 | [] | no_license | woai555/ljh | a5015444082f2f39d58fb3e38260a6d61a89af9f | 17cf8f4415c9ae7d9fedae46cd9e9d0d3ce536f9 | refs/heads/master | 2022-07-11T06:52:07.620091 | 2022-01-05T06:51:27 | 2022-01-05T06:51:27 | 132,585,637 | 0 | 0 | null | 2022-06-17T03:29:19 | 2018-05-08T09:25:32 | Java | UTF-8 | Java | false | false | 309 | java | package com.ljh.controller.base;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <p>
* 前端控制器
* </p>
*
* @author ljh
* @since 2020-10-26
*/
@Controller
@RequestMapping("/supKind")
public class SupKindController {
}
| [
"37681193+woai555@users.noreply.github.com"
] | 37681193+woai555@users.noreply.github.com |
b700d4a679f56fcdbd262b1e68469b1144021412 | d64057c89ee9d5762abd0447179248d1519c1b67 | /dl4j-examples/src/main/java/org/deeplearning4j/examples/feedforward/classification/wineClassification/old/getWineType/WineTypeRecordReader.java | a2f8ae856005656e7a550fa8ace01adf81c74cdc | [] | no_license | chiaweil/dl4j-practice | 80a8609143e9572ec9fada818101fd2848564065 | 9939d931e0fa52001f8098250b027dca345a500b | refs/heads/master | 2020-03-22T00:42:54.249829 | 2018-07-18T15:29:25 | 2018-07-18T15:29:25 | 133,781,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,610 | java | package org.deeplearning4j.examples.feedforward.classification.wineClassification.old.getWineType;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.LineIterator;
import org.datavec.api.records.reader.impl.LineRecordReader;
import org.datavec.api.records.reader.impl.csv.SerializableCSVParser;
import o... | [
"chiawei@skymind.io"
] | chiawei@skymind.io |
2f6b30696eb61f044fff9764b397f7a93c3ebc75 | dba82fd5efed0c1b8eaedfebc5d4049afece6805 | /src/main/java/wtf/gameplay/fracturing/FracVec.java | 83dff64205952040cc564de1e1476068f95b22db | [] | no_license | WesCook/Expedition-Homestead-Edition | a441328972e8492405ea73d458e183309d8a3295 | 4efec670efa7203ed3db8c1bce5f9a691b74d16a | refs/heads/master | 2020-06-27T06:06:13.312259 | 2017-07-12T22:39:09 | 2017-07-12T22:39:09 | 97,049,890 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,280 | java | package wtf.gameplay.fracturing;
import java.util.Random;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.MathHelper;
public class FracVec{
public final int maxDist;
public final int blocksToFrac;
public final double oriX;
public final double oriY;
public final double oriZ;
public ... | [
"im@wescook.ca"
] | im@wescook.ca |
2584d70d764fe2ce28a493c7082bf17ab8a5853e | 8725992f292b23a1136983c473f3fe119f01e1c3 | /src/main/java/TestHosts.java | 636774c0ed3ea7dbabc0a660a210a50a09196773 | [] | no_license | Maciej-R/Projekt_PO | ee7ee4fbe384632f4b93c26eb8ca5bade5e87629 | 792e30e8fc33a09b4710b8082494c58d59da6cc3 | refs/heads/master | 2021-01-03T08:49:14.062929 | 2020-02-12T12:28:50 | 2020-02-12T12:28:50 | 240,007,476 | 0 | 0 | null | 2020-10-13T19:29:44 | 2020-02-12T12:28:06 | Java | UTF-8 | Java | false | false | 686 | java | import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.TestInstance;
import java.util.HashMap;
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class TestHosts {
private HashMap<String, String> parameters;
@org.junit.jupiter.api.Test
void printInfo(){
Hosts h = new Hosts(par... | [
"macrysnik@gmail.com"
] | macrysnik@gmail.com |
24c1630e75cd3754361977b1e3f8a99f21fc6a9f | 190458d340c87882394933504cac28a4f9e6517b | /week-02/day-02/Idea/src/DrawTriangle.java | 133a46d0e17b08fa821cdb02ee643c2eb2bf5183 | [] | no_license | green-fox-academy/btekse | 233ea5cd2a3b393e04a657ddf5a20cbda35819e3 | c6d82d3d1423cc7ac4e1439335e475151e39d711 | refs/heads/master | 2021-06-22T17:08:13.688447 | 2017-07-19T22:19:15 | 2017-07-19T22:19:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | import java.util.Scanner;
/**
* Created by Balázs on 2017. 03. 22..
*/
// #27
// Write a program that reads a number from the standard input, then draws a
// triangle like this:
//
// *
// **
// ***
// ****
//
// The triangle should have as many lines as the number was
public class DrawTriangle {
public static voi... | [
"btekse@gmail.com"
] | btekse@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.