blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b421dc0b8befdd8d601b8995639a3c8220f8544b | 7773ea6f465ffecfd4f9821aad56ee1eab90d97a | /java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/streamToLoop/beforeIfComment.java | 4ceb2224627282451007e9962c2bc4379488f1b1 | [
"Apache-2.0"
] | permissive | aghasyedbilal/intellij-community | 5fa14a8bb62a037c0d2764fb172e8109a3db471f | fa602b2874ea4eb59442f9937b952dcb55910b6e | refs/heads/master | 2023-04-10T20:55:27.988445 | 2020-05-03T22:00:26 | 2020-05-03T22:26:23 | 261,074,802 | 2 | 0 | Apache-2.0 | 2020-05-04T03:48:36 | 2020-05-04T03:48:35 | null | UTF-8 | Java | false | false | 449 | java | // "Replace Stream API chain with loop" "true"
import java.util.Arrays;
import java.util.List;
public class Main {
private static String test(List<String> list) {
if (list == null) {
return null;
} else {
return list.stream().filter(str -> str.contains("x")).find<caret>First().orElse(null); // c... | [
"Tagir.Valeev@jetbrains.com"
] | Tagir.Valeev@jetbrains.com |
63661869ee576603a20dac54f32e67dcec0a1289 | 4eb15bd98f82d5906e58caa644116da81cf553de | /pet-clinic-data/src/main/java/net/ducatillon/sfgpetclinic/services/VetService.java | afde678c2fd41ae5ecc2a81597747a2b9cb2e39a | [] | no_license | francoiducat/sfg-pet-clinic | 2c99f0ad4cb8100a3f96c888e0de842415b6eff4 | e6a9ced0a33308d472d785575c60cb08a392375b | refs/heads/master | 2020-04-19T18:26:35.046188 | 2019-09-18T13:22:02 | 2019-09-18T13:22:02 | 168,363,604 | 0 | 0 | null | 2019-05-24T14:39:08 | 2019-01-30T15:13:49 | Java | UTF-8 | Java | false | false | 158 | java | package net.ducatillon.sfgpetclinic.services;
import net.ducatillon.sfgpetclinic.model.Vet;
public interface VetService extends CrudService<Vet, Long> {
}
| [
"francois.ducatillon@decathlon.com"
] | francois.ducatillon@decathlon.com |
1f2ae8b701fd5e1f2ecd6673f67ca7598849a555 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/eihealth/src/main/java/com/huaweicloud/sdk/eihealth/v1/model/StartScaleOutPolicyRequest.java | 620691c804afe07155eceb5a61e6d482cf5f593e | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 1,661 | java | package com.huaweicloud.sdk.eihealth.v1.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/**
* Request Object
*/
public class StartScaleOutPolicyRequest {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty(val... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
c7ffdac90f8bbf1d06a90b38d4cc0d2ff47c2280 | 0856bed08400b870101cd24a0aa2460065f64745 | /yqrj-yzj/src/main/java/com/yqrj/modules/yzj/sys/controller/YzjSlideshowController.java | a269b9e685f0a21b0e3a6c4970e7daa5dc5c6544 | [] | no_license | tingyuxuan169/yzj | 108de8c3ac673f09c6dff3ab8ca74cea78d20955 | 17d96ed4a3d2a1a26e80265c386e692f27cfc617 | refs/heads/master | 2022-09-23T07:49:19.882628 | 2019-09-29T14:27:44 | 2019-09-29T14:27:44 | 211,668,875 | 1 | 0 | null | 2022-09-01T23:13:30 | 2019-09-29T13:40:42 | Java | UTF-8 | Java | false | false | 4,110 | java | package com.yqrj.modules.yzj.sys.controller;
import com.yqrj.common.annotation.LogOperation;
import com.yqrj.common.constant.Constant;
import com.yqrj.common.page.PageData;
import com.yqrj.common.utils.ExcelUtils;
import com.yqrj.common.utils.Result;
import com.yqrj.common.validator.AssertUtils;
import com.yqrj.common... | [
"tingyuxuan169@163.com"
] | tingyuxuan169@163.com |
5d3125f7a3f2cbb52bfdf575154627dd7fe6a262 | 5da5f8bba90a33f2e74e89f031e3092a4a27e976 | /anchorcms-web/src/main/java/com/anchorcms/cms/service/main/impl/ContentChargeMngImpl.java | 1f3fc6eed75215f43abaa80024e83b60cba52344 | [] | no_license | hanshuxia/nmggyy | 3700210e6f1421d67e7bbf2c004a479ea2faef00 | 75665cac07c74e972753874a9f28077a7b649fee | refs/heads/master | 2020-03-27T02:32:23.219385 | 2018-08-24T02:37:17 | 2018-08-24T02:37:17 | 145,797,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,773 | java | package com.anchorcms.cms.service.main.impl;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import com.anchorcms.cms.dao.main.ContentChargeDao;
import com.anchorcms.cms.model.main.Content;
import com.anchorcms.cms.model.main.ContentCharge;
import com.anchorcms.cms.service.main.ContentChargeM... | [
"605128459@qq.com"
] | 605128459@qq.com |
4b5d55133afd26181a29772b199e77631405988f | d040eadc32c3bd71467429cb8e791267fc57e14b | /cloudstack/src/main/java/org/ats/cloudstack/AsyncJobAPI.java | 14d4d5aa83a5afbabf5b5ea966b3df35b7ff7f44 | [] | no_license | nambv2/cloud-ats | 00b0434625cdcf2c3829144b7f2820bfbc165b03 | e81e78e4e5df5253d9e5fea8b3e0007b730cf4f0 | refs/heads/v1.0 | 2021-01-17T12:48:58.243053 | 2015-08-13T07:41:28 | 2015-08-13T07:41:28 | 32,575,973 | 0 | 0 | null | 2015-03-20T09:52:43 | 2015-03-20T09:52:42 | null | UTF-8 | Java | false | false | 857 | java | /**
*
*/
package org.ats.cloudstack;
import java.io.IOException;
import org.ats.cloudstack.model.Job;
import org.json.JSONObject;
/**
* @author <a href="mailto:haithanh0809@gmail.com">Nguyen Thanh Hai</a>
*
* Apr 25, 2014
*/
public class AsyncJobAPI extends CloudStackAPI {
@Deprecated
public static Job q... | [
"haithanh0809@gmail.com"
] | haithanh0809@gmail.com |
24f65372559966846490c84383a8960f4eaacc12 | 489e5d7c7c54c9ba0e1a15208df781e19404a70a | /QuickAppointmentServiceApplication_152642/src/com/capgemini/doctors/ui/Client.java | 81d6fb0f11bf465aee5d300ec943b23d936428bc | [] | no_license | kakilari97/MavenProject | e956de67cd7edd208294f2e31ee5b7ef6f4add88 | c11169c9edaa629d9cc3e108e6cdc01315a61196 | refs/heads/master | 2020-03-24T06:30:34.542111 | 2018-09-04T10:48:39 | 2018-09-04T10:48:39 | 142,531,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,468 | java | package com.capgemini.doctors.ui;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import com.capgemini.doctors.bean.DoctorAppointment;
import com.capgemini.doctors.service.DoctorAppointmentService;
import com.capgemini.doctors.service.DoctorAppointmentValidate;
... | [
"noreply@github.com"
] | noreply@github.com |
b5ef09aa72f10c493ac62c14237d3fd51ea3d5ae | 32036a20d7d887f749c8f2f584471c6c8d09f12e | /src/com/huwl/oracle/design_pattern/multi_static_simple_factory/SenderFactory.java | ad3c92f86dd2e5a666d583f9c92c161d61b2b5f5 | [] | no_license | chenqilin70/Java_23_DesignPattern | cba59c41d73097907b89ce1cc51b7a8fdbf766be | dbeb744608259c40c2433859918841093a0b62a0 | refs/heads/master | 2021-01-22T11:29:34.252143 | 2017-05-30T03:16:20 | 2017-05-30T03:16:20 | 92,704,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java |
package com.huwl.oracle.design_pattern.multi_static_simple_factory;
import com.huwl.oracle.design_pattern.multi_simple_factory.*;
/**
* 简单工厂模式不属于23中涉及模式
* 简单工厂一般分为:普通简单工厂、多方法简单工厂、静态方法简单工厂
* @author aierxuan
*/
//多个静态方法简单工厂
public class SenderFactory {
public static SmsSender produceSmsSender(){
... | [
"kylinchen85@foxmail.com"
] | kylinchen85@foxmail.com |
cd644c60c8777c91849587d443d538463944b3ad | fdb300f6009033b35903b778b4e8163e2c06d7fe | /access/src/main/java/com/hertfordshire/access/transformation/CreatePaymentMethodInfoTransform.java | 3806dd90b1756c3adc9094662197f8eda3e79326 | [] | no_license | obinnamaduabum/lims_backend | 97e682b248aac2bd1db4125cdd9c8dba86176729 | 9fd12893219a5bf3b65f1afca7f6c46f0c82712d | refs/heads/master | 2023-05-01T14:57:23.468791 | 2020-08-22T19:53:05 | 2020-08-22T19:53:05 | 369,449,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,007 | java | package com.hertfordshire.access.transformation;
import com.google.gson.Gson;
import com.hertfordshire.dto.paymentConfig.PaymentConfigDto;
import com.hertfordshire.service.psql.payment_method_config.PaymentMethodConfigService;
import com.hertfordshire.utils.ResourceUtil;
import org.springframework.beans.factory.annota... | [
"you@example.com"
] | you@example.com |
4851ef3b1ea50ffb0e71731dedba7af40de2ad1a | ecce6f70285a1a50da00835b8ceaf6e0651ecfa8 | /Magma/core/src/main/java/net/avicus/magma/api/graph/mutations/alert_send/AlertSendQueryDefinition.java | e3abc2bcaef0f9f51bd00c17652115860e492e8e | [
"MIT"
] | permissive | Avicus/AvicusNetwork | d59b69f5ee726c54edf73fb89149cd3624a4e0cd | 26c2320788807b2452f69d6f5b167a2fbb2df698 | refs/heads/master | 2022-06-14T22:55:45.083832 | 2022-01-23T06:21:43 | 2022-01-23T06:21:43 | 119,120,459 | 25 | 20 | MIT | 2022-05-20T20:53:20 | 2018-01-27T01:10:39 | Java | UTF-8 | Java | false | false | 144 | java | package net.avicus.magma.api.graph.mutations.alert_send;
public interface AlertSendQueryDefinition {
void define(AlertSendQuery builder);
}
| [
"keenan@keenant.com"
] | keenan@keenant.com |
030ebe9c2529d1741ef3190e223d992efc952532 | 8dc7ddea6e504f85cfc206efad8dc75530f80947 | /notif-pi/src/main/java/com/spiczek/notif/pi/publisher/accel/device/Lis3dhStub.java | 1afeb6a27ea50b1e096acd164c7dd8772a369ea1 | [] | no_license | piotrsiczek/notif | 02341fe873523d1825941e31950d57b395b8638b | d0546b0d359b388f1c4a6e771fb2f564e7af1729 | refs/heads/master | 2021-05-01T07:49:40.451668 | 2018-02-11T22:15:59 | 2018-02-11T22:15:59 | 121,164,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | package com.spiczek.notif.pi.publisher.accel.device;
import com.spiczek.notif.pi.publisher.model.AccelData;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
import java.util.Random;
/**
* @author Piotr Siczek
*/
@Profile("local")
@Component
public class Lis3dh... | [
"spiczek@gmail.com"
] | spiczek@gmail.com |
92bd2c337e54fa21f8521e35f5937cb1db6c36ac | 1d858f3ef43656e05bfe181d86b66b6dff5b03ba | /src/test/java/com/Jiabin/TodoList/TodoListApplicationTests.java | 535935d1223f874f001ff8b037e685c6f441bde6 | [] | no_license | oliviaSIT/To-do-list | 8038ac33512b49aa0dff6823cd90b9e467fe39e9 | 4d5e87ec528448a90f8c35b69a409678788a93b4 | refs/heads/master | 2023-04-28T06:10:27.213450 | 2021-05-25T05:11:26 | 2021-05-25T05:11:26 | 367,799,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | package com.Jiabin.TodoList;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TodoListApplicationTests {
@Test
void contextLoads() {
}
}
| [
"olivia.lee8321@gmail.com"
] | olivia.lee8321@gmail.com |
8bb62298d65925b52e10a6ea8892797ff440bf25 | a3287912b2aac3f5f1757f5c2a366fcee96a9e38 | /ProjectEuler/src/Problem27.java | a6c0ff09f2e941300aadcb2c3e1f6480b328a62d | [
"MIT"
] | permissive | mwahba/euler | 5d8e910dc7e3eb16392002981f1ea9a3b73226fe | 8fa9b4157211d5f1b4538765c76dd25a856b0420 | refs/heads/master | 2020-04-03T05:18:42.105759 | 2015-12-01T23:01:00 | 2015-12-01T23:01:00 | 31,556,282 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java |
public class Problem27 {
public static boolean isPrime(long n) {
if (n <= 3) {
return n > 1;
} else if (n % 2 == 0 || n % 3 == 0) {
return false;
} else {
double sqrtN = Math.floor(Math.sqrt(n));
for (int i = 5; i <= sqrtN; i += 6) {
if (n % ... | [
"markwahba@gmail.com"
] | markwahba@gmail.com |
6aca49f878896b013532f8d9e45d084f03232641 | f69c50ad4eaf5315c7e19eaa1299537dadd69425 | /src/MaxFibonacciHeap.java | 195cc5e49056d2f740bfa0c10b481bd734833321 | [] | no_license | Harikabukkap/PriorityBasedRetrievalSystem | 3b916c2c00cb2a4898a1f4ea8498cebb6a0182eb | 957823e56be4a7b3b84a3b7c044c49fb549897be | refs/heads/master | 2021-01-21T06:21:03.432230 | 2017-02-23T00:00:19 | 2017-02-23T00:00:19 | 82,864,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,702 | java | /*
* MaxFibonacciHeap Class
*/
import java.util.ArrayList;
import java.util.List;
public class MaxFibonacciHeap {
/**********VARIABLES**********/
// Declare a node to store the maximum key value of MaxFibonacciHeap
Node maxNode;
// Declare the size of MaxFibonacciHeap
int size;
... | [
"harikasharma93@gmail.com"
] | harikasharma93@gmail.com |
7ccab6573ee4e27d66a2a8dac4f5b8dec1df581a | c5050c5aa2b92dce25f991fbfd210602f009ca7b | /cloud2020/cloud-config-center-3344/src/main/java/com/yipeng/liu/MainAppConfigCenter3344.java | f2215207406a59b75b148a61089b0a3efff3fff0 | [] | no_license | liuyipenggit/springcloud | f9c2d920158bfc764f092c8a2729a780e20f8458 | 1f26e65341c9a0fb6301539d8b646b1b8176e764 | refs/heads/master | 2023-01-02T08:47:25.873906 | 2020-10-24T14:08:55 | 2020-10-24T14:08:55 | 306,924,989 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package com.yipeng.liu;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
@SpringBootApplication
@EnableConfigServer
public class MainAppConfigCenter3344 {
public static void ma... | [
"1070547118@qq.com"
] | 1070547118@qq.com |
3282434fffe357bbc0ed330832617be25f1aa197 | 57701cf67ec9ba4a254ecd951df811549fc9dfeb | /javase11/src/main/java/db/PgDAOImpl.java | 9b8a5d1c1de2e5a3601203e45018ebe9741b5003 | [] | no_license | Alexxand/java-course-ee | ba57648db38d1c45ab92964ec6b4d14543040e0d | cfaf4b43330ce94c05c4b84cdae9fbc859ef6f65 | refs/heads/master | 2021-01-12T03:01:57.626086 | 2017-01-23T14:33:04 | 2017-01-23T14:33:04 | 78,150,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,942 | java | package db;
import com.google.inject.Inject;
import model.Gun;
import javax.sql.DataSource;
import java.io.InputStream;
import java.sql.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import model.Gun.GunBuilder;
import org.postgresql.jdbc2.optional.PoolingDataSource;
public class... | [
"alexmich@yandex.ru"
] | alexmich@yandex.ru |
cc1a70558e12dc1d270ba1ece5b86744421a69f6 | a290d41a2c34ee46603f69f9baa9f6fed8b26e16 | /src/test/java/produtos/apps/unitario/objetos/AppsSolicitarAvaliacao.java | 8f4f32d268529a040aa798e9d4cf581441f09bf6 | [] | no_license | felipe-amorim/auto_avaliar | 02417943bca807b6200407f5f43bc001ec9b339d | cbff22e7c6d6d64a9fd56aeb6c60aa7d34273fc6 | refs/heads/master | 2022-10-02T18:15:47.884303 | 2020-05-19T23:03:49 | 2020-05-19T23:03:49 | 246,102,949 | 1 | 0 | null | 2022-09-08T01:08:56 | 2020-03-09T17:44:32 | Gherkin | UTF-8 | Java | false | false | 9,831 | java | package produtos.apps.unitario.objetos;
import java.util.LinkedHashMap;
public class AppsSolicitarAvaliacao {
public static String appsSolicitarAvaliacaoTitle = "//div[contains(text(), \"Solicitar avaliação\")]";
public static String appsTipoAvaliacaoCombobox = "//select[@ng-model=\"ctrl.valuation.valuation_t... | [
"felipe.murin@gmail.com"
] | felipe.murin@gmail.com |
57e6abbddb6abf88420ec642ed3609565c94b741 | 9abdc373ba11f11593a1db5bae4011348995a677 | /src/main/java/com/codeup/adlister/dao/Categories.java | 41c6fb9226ab10aa98b92d6c3830d884293b8bea | [] | no_license | petlister/petlister | e293fda5412acb77ea41b3428084972113997e80 | 2d04fbabaee86036184c207248b0b115b2dfb2e7 | refs/heads/master | 2022-07-10T07:44:36.550393 | 2020-01-24T20:57:07 | 2020-01-24T20:57:07 | 234,577,864 | 0 | 0 | null | 2022-06-21T02:39:44 | 2020-01-17T15:33:30 | Java | UTF-8 | Java | false | false | 313 | java | package com.codeup.adlister.dao;
import com.codeup.adlister.models.Ad;
import com.codeup.adlister.models.Category;
import java.util.List;
public interface Categories {
List<Category> all();
List<String> findCategory(long id);
void insert(long id, Ad ad);
void deleteCategories(long id);
}
| [
"briggs.l.alyssa@gmail.com"
] | briggs.l.alyssa@gmail.com |
f194aebd6fcf7e20501f6d507c3327e047cbbcbd | 266f3d399572e86cfc6052365bce4542c87d6394 | /src/main/java/edu/uclm/esi/games2020/model/Game.java | 87f6a2a099c4703357530b315f87e58f389bcfd4 | [] | no_license | danigcj31/DisSW | c38d8ac5d3588d06fa788a1ee60082229d61665c | 2a05dd7319fd6db956fb37031b55c3d8c798f3b7 | refs/heads/master | 2023-04-29T10:41:43.433297 | 2020-05-07T14:20:26 | 2020-05-07T14:20:26 | 243,035,297 | 0 | 0 | null | 2023-04-14T17:33:02 | 2020-02-25T15:33:58 | Java | UTF-8 | Java | false | false | 1,009 | java | package edu.uclm.esi.games2020.model;
import java.util.Queue;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.LinkedBlockingQueue;
public abstract class Game {
protected int requiredPlayers;
protected Queue<Match> pendingMatches;
protected ConcurrentHashMap<String, Match> inPlayMatches;
... | [
"macario.polo@uclm.es"
] | macario.polo@uclm.es |
284455f383a5eb10df4807b6fc74ce4a7dc38571 | 6aa4604ec0cbffb9c02b5b911e57f38547177b19 | /NewCBS/src/bcel/cardcenter/cbs/varofat/service/VisaAtmUtility.java | 741e253d41c32a1e00b79c837ef191082d421e59 | [] | no_license | i0712326/NewCBS | bab41d3849a04283c7ee008ba8d6b59a8c34accf | e7001597b4e3d38f0e3e4557fbf67e51380387bf | refs/heads/master | 2021-01-10T10:12:35.697587 | 2015-10-30T09:41:11 | 2015-10-30T09:41:11 | 45,241,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package bcel.cardcenter.cbs.varofat.service;
import java.sql.Date;
import java.util.List;
import bcel.cardcenter.cbs.varofat.entity.VisaSettle;
public interface VisaAtmUtility {
public List<VisaSettle> getVisaAtm(Date date, String type, String ref, String card,int page,int rowNum);
public int recordCount(... | [
"i0712326@gmail.com"
] | i0712326@gmail.com |
cf099b5cf8028def12eda37e59296e26e5db3ed8 | 8ead40b70a424e9b46be4ac721a15b97e537634e | /src/main/java/jacob/su/edu/dao/TeacherDao.java | b950b79c0fbc003b874462833ed96eaa5bc43e9e | [] | no_license | accident5566/EduWebApp | 82dc6a138fcad0d099d0c59234ad6da976f0fd2c | f8ce8fff11a6405b60066b1b5efe2451ed2832d5 | refs/heads/master | 2021-01-10T14:46:39.348313 | 2016-02-09T16:18:13 | 2016-02-09T16:18:13 | 51,378,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package jacob.su.edu.dao;
import java.util.List;
import jacob.su.edu.domain.Teacher;
/**
* <p>TODO</p>
*
* @author <a href="mailto:ysu2@cisco.com">Yu Su</a>
* @version 1.0
*/
public interface TeacherDao extends BaseDao<Teacher> {
}
| [
"649148025@qq.com"
] | 649148025@qq.com |
65f6b9fe4e2aa00ed443c7abb6fbd9aaac32ae12 | 1ce45d6046c2cb37740c2cc65c1d42f2e9bd97b2 | /src/chap14/textbook/s140503/FunctionExample2.java | 05a95463650e8fa67f733a7395f704c1dd596327 | [] | no_license | hyelee-jo/java20200929 | 52f9c06078586abaa79179ed18df6834513897d0 | e4b29bd0b51e07e6ee6e014bd52a497f84dad354 | refs/heads/master | 2023-02-20T19:11:46.953681 | 2021-01-15T03:29:24 | 2021-01-15T03:29:24 | 299,485,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package chap14.textbook.s140503;
import java.util.Arrays;
import java.util.List;
import java.util.function.ToIntFunction;
public class FunctionExample2 {
private static List<Student> list = Arrays.asList(
new Student("홍길동", 90, 96),
new Student("신용권", 95, 93)
);
public static double avg(ToIntFunction<Student... | [
"harbor_@naver.com"
] | harbor_@naver.com |
67de6199531a90ffdbfaf4c2ddc8e4e1e3ece0d1 | 44b5876d7aec315113c7860b5a26e6bcb189475c | /app/src/main/java/com/example/administrator/onetotwo/main/constant/Constant.java | 5c35c72ae0eea8981f1bc9a6c2132767a5174f96 | [] | no_license | Betterforme/OneToTow | 6247e8ffe9a19bacd1c7aa36606e8b4f026eea1e | 464573f557dc0739830da452f7e42b1db3340772 | refs/heads/master | 2021-01-19T00:00:23.521501 | 2017-03-29T03:07:49 | 2017-03-29T03:07:49 | 72,832,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package com.example.administrator.onetotwo.main.constant;
/**
* by y on 2016/4/28.
*/
public class Constant {
public static final int RECYCLERVIEW_LINEAR = 1;
public static final int RECYCLERVIEW_GRIDVIEW = 2;
public static final int WRITE_EXTERNAL_STORAGE_REQUEST_CODE = 0;
}
| [
"763209836@qq.com"
] | 763209836@qq.com |
25e82069c08a1c95d2a8fb43d13f7d85f11c251a | 43e3e77725b7fd6e5032c14588a183d02d7bf736 | /app/src/main/java/com/apps/home/notewidget/utils/DividerItemDecoration.java | a18eff5f4b9710b4c870721bbfec08788b530eb0 | [] | no_license | kamcio181/NoteWidgetObjEdge | b61df367c5e8f9a659b07df54358b1314cd52648 | 995816bdef01f00a73253a6c7d8f8eac5ba953a5 | refs/heads/master | 2020-12-03T17:55:39.402612 | 2017-03-05T23:07:04 | 2017-03-05T23:07:04 | 66,003,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,414 | java | package com.apps.home.notewidget.utils;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
im... | [
"kamcio181@o2.pl"
] | kamcio181@o2.pl |
883c01cf26191061fc91b37c04a0de9126d88a10 | a99f1eed7cf43956479368890d512818bb90ae63 | /android/support/design/widget/NavigationView.java | fdc21ee8a5afd6822f68a78b6f3c0439c8670e4e | [] | no_license | abhishekwebcode/Abhishek-Mathur-appdebug_18_source_from_JADX | f2358d5383ec9dd0dcb6b724e09f2ddacfcafaef | b0f21b70b461e623b1a53b22261b137ea28a114f | refs/heads/master | 2020-07-05T00:30:36.448394 | 2019-08-15T03:46:46 | 2019-08-15T03:46:46 | 202,469,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,385 | java | package android.support.design.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.ClassLoaderCreator;
import android.os.Parcelable.Cr... | [
"mathur17021play@gmail.com"
] | mathur17021play@gmail.com |
fb1e5e1f9174e7e3c9f77cc0e1aa50ec07d29e59 | ceb2b104bece23b2b5296fd0352e8c449a91453b | /2021_03_29_ArrayList_LinkedList/src/telran/ArrayListLinkedListTest.java | 641dfb00ede86290a913f4c8910db35df93b3f92 | [] | no_license | GannaOvchynnykova/16M-OOP | 249cb4f1dd1947a5ab7c9b2b00e14fc248bc239f | 4943848fce69ffaa6440bdae75335ea10f33d7ba | refs/heads/main | 2023-04-05T23:06:00.304397 | 2021-05-08T11:39:45 | 2021-05-08T11:39:45 | 335,565,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,717 | java | package telran;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import static junit.framework.TestCase.*;
public class ArrayListLinkedListTest {
List<String> stringList;
String[] strArr = {"Igor", "Asya", "Galina", "Bibigul", "F... | [
"ov4innikova.an@gmail.com"
] | ov4innikova.an@gmail.com |
f2fa36ed4c0b8eb8a1c65b46008d1a8d1a40a97c | ffecf164fc56317ca0db03727e9ff7d53bbb2f54 | /app/src/main/java/com/socks/jiandan/ui/fragment/JokeFragment.java | 17b502daaf7957833828b8d74022d7b91902485f | [
"Apache-2.0"
] | permissive | taimur97/JianDan | 333a9651c3023ff2d2a2cca04290f21f55775606 | 902e5796f1f03a8fa5fb78bac8860335df401cc9 | refs/heads/master | 2020-12-29T01:53:32.160995 | 2015-04-21T09:16:28 | 2015-04-21T09:16:28 | 34,349,884 | 1 | 0 | null | 2015-04-21T20:14:46 | 2015-04-21T20:14:46 | null | UTF-8 | Java | false | false | 13,419 | java | package com.socks.jiandan.ui.fragment;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widg... | [
"zhaokai_qiang@126.com"
] | zhaokai_qiang@126.com |
a01c0b02c49cc3e847699bcb09ac0ae541adb561 | 0a540cea0e3d8d1e6168be111148d899254b6822 | /SQE/abbot-1.3.0/src/example/CelsiusConverterStrings.java | d90fbe9bf12bbd5454f5959a54e9e9ca23cc38d9 | [] | no_license | theZnorf/esdexercises | 0b47ab103f61958c7dbf3676ace043597031d04c | dd3bf377191e28cbd6f945fa713a0db578a205cc | refs/heads/master | 2020-12-31T04:41:31.624351 | 2016-03-03T13:49:57 | 2016-03-03T13:49:57 | 43,483,834 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package example;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
/**
* @author tlroche
* @version $Id: CelsiusConverterStrings.java 1407 2004-12-31 04:49:48Z tlroche $
*/
public class CelsiusConverterStrings {
private static final String BUNDLE_NAME = "example.CelsiusConverter";//$NON-... | [
"franz.profelt@gmail.com"
] | franz.profelt@gmail.com |
575e0c2bb68cac0e047bed09d45dc52f2645aad8 | 28f669514c8006fc732140a462100f00e6f466c3 | /common/src/main/java/com/imspa/rpc/core/RPCRecvExecutor.java | fda9f08e29993df33964172b5bc0a5acc535512d | [] | no_license | HuaiyinMarquis/Simple-DistributedSystem | 46174d46e3c3d6516fc5c7860c2301835533c650 | f513585919a2329068c11a68cbd0aaf19e66dc46 | refs/heads/master | 2022-07-04T01:47:10.334967 | 2019-08-20T04:09:50 | 2019-08-20T04:09:50 | 203,141,175 | 1 | 1 | null | 2021-04-22T18:32:47 | 2019-08-19T09:27:15 | Java | UTF-8 | Java | false | false | 4,232 | java | package com.imspa.rpc.core;
import com.imspa.rpc.model.RPCInterfacesWrapper;
import com.imspa.rpc.threadpool.NamedThreadFactory;
import com.imspa.rpc.threadpool.RPCThreadPool;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelOption;
import io.netty.channe... | [
"huaiyinmarquis@qq.com"
] | huaiyinmarquis@qq.com |
3540125be9092de6187f12547f3560665a4cb391 | 21dbabe3ad172af3888feec990271ccdfc6f77be | /GoldTrack/app/src/main/java/com/a/goldtrack/Model/AddCompanyRes.java | 0cda8a0514cf5edd75925ecb00b2d4355a629a14 | [] | no_license | natarajbingi/track-it | 6a4c0524cd38513bbf295ec77f3e1169696c1a82 | a35960348f09567f7e1a9aaa3ecf2429b5a64b38 | refs/heads/master | 2021-07-26T18:06:02.455491 | 2021-02-27T03:58:26 | 2021-02-27T03:58:26 | 242,266,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package com.a.goldtrack.Model;
public class AddCompanyRes {
public String response;
public boolean success;
public int id;
}
| [
"natarajbingi@gmail.com"
] | natarajbingi@gmail.com |
7c9c0c55b69e05f981e9138d3fa8ba2c743a1072 | 54fa5accf4376e9dc5ab31b90940cd78fe7e3f1c | /modules/integration/tests-common/ui-pages/src/main/java/org.wso2.am.integration.ui.pages/login/LoginPage.java | 7400bbb02c64c8ecb841685f5e0b354be305f333 | [
"LicenseRef-scancode-unknown",
"EPL-1.0",
"CC-BY-SA-4.0",
"BSD-3-Clause",
"CC-BY-SA-3.0",
"CC-BY-4.0",
"GPL-1.0-only",
"ICU",
"LGPL-3.0-only",
"MPL-1.0",
"CDDL-1.0",
"GPL-2.0-only",
"GPL-1.0-or-later",
"MPL-2.0",
"Apache-2.0",
"LGPL-2.0-only",
"BSD-2-Clause"
] | permissive | wso2/product-apim | 9256f2915aa6119626991d03768d9372493bf8f7 | 4444f952b0242027bcbe93b0dafde7ec92dbb987 | refs/heads/master | 2023-08-31T22:14:58.792978 | 2023-08-20T16:57:31 | 2023-08-20T16:57:31 | 20,717,348 | 791 | 984 | Apache-2.0 | 2023-09-14T07:32:39 | 2014-06-11T08:05:00 | Java | UTF-8 | Java | false | false | 5,038 | java | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you 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/LI... | [
"dharshanaw@wso2.com"
] | dharshanaw@wso2.com |
8879e9837f85d70350ceac53c5cc4c97dd3ae7e0 | bfc9cde4a227705699cf0643d47c56fd63eb6994 | /lib-call/src/main/java/com/gcml/call/utils/T.java | d12d4cc8ec12d3609c0546a3e3197c70c80aa7f0 | [] | no_license | dcy000/MLxiao | debcf371230832bef283507dedbbff8cd6271fb7 | 02df66d1d22c3a0658ef1a86acb28885c2dbb691 | refs/heads/master | 2021-01-20T10:14:11.370287 | 2018-10-19T10:23:02 | 2018-10-19T10:23:02 | 101,597,000 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,700 | java | package com.gcml.call.utils;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.StringRes;
import android.widget.TextView;
import android.widget.Toast;
/**
* Created by afirez on 2017/10/11.
*/
public class ... | [
"afirez@163.com"
] | afirez@163.com |
7af2ce71b2ab8b653f8bc181e230216e62b1f861 | c30ebda6b0a3791b0df40865436fd389827a0bc9 | /src/test/java/com/example/demo/controller/TestUserController3.java | cc9293d6282ecba4d4ee03406c2989fb9770a193 | [] | no_license | lbilla512/sample_springweb | 8e0c0b3e24e8a55552d8bdfd1683a6b0e22b7ff1 | cae021245fb9ec7f23b3872ad6da7a50eedd4bf4 | refs/heads/master | 2022-11-10T22:47:58.675084 | 2020-07-03T14:17:06 | 2020-07-03T14:17:06 | 276,896,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,332 | java | package com.example.demo.controller;
import static org.hamcrest.Matchers.containsString;
import static org.mockito.Mockito.when;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
import static or... | [
"lakshmi.billa@in.pega.com"
] | lakshmi.billa@in.pega.com |
4ceec461f0fc427d1fafd24d58c4216f38f0c641 | c6f1ad2c2a66c7f46d6f5c4665a98f48ccf79c57 | /demo/src/main/java/com/example/web/model/common/JsonResponse.java | fd5873e8a95d2e23bb43f67342aa1ca05a33c2ed | [] | no_license | dwyanewang/springboot-loginDemo | ac0d952b32cbae94ee96667dc4bb007a28778f2b | 83069db5d08a4b11709de819fea122e1547757bd | refs/heads/master | 2021-04-06T00:01:16.025148 | 2016-12-06T07:58:18 | 2016-12-06T07:58:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.example.web.model.common;
public abstract class JsonResponse {
private String responseCode;
private String message;
public String getResponseCode() {
return responseCode;
}
public void setResponseCode(String responseCode) {
this.responseCode = responseCode... | [
"noreply@github.com"
] | noreply@github.com |
b6b20d108d8cacfcc3460532322ccce588b234ea | 3801ccf8c762d493195f16c22774779bda4b7d3b | /src/main/java/org/preventime/data/util/AbstractRepository.java | c9c564e3148fd0aafde91ea45c8e09dcc8aab301 | [] | no_license | PrevenTime/PrevenTime-backend | 176d7f07aede0a7036642a7abb91a9d3c4603769 | 21cab6306f4f984e300da0c8a01c50bf610164e8 | refs/heads/master | 2022-09-23T16:52:52.294203 | 2020-03-15T21:58:48 | 2020-03-15T21:58:48 | 247,524,209 | 0 | 0 | null | 2022-09-08T01:06:21 | 2020-03-15T18:14:44 | Java | UTF-8 | Java | false | false | 1,331 | java | package org.preventime.data.util;
import com.querydsl.core.BooleanBuilder;
import com.querydsl.core.types.dsl.EntityPathBase;
import com.querydsl.core.types.dsl.StringPath;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
import org.sprin... | [
"guillermo@theblackbox.io"
] | guillermo@theblackbox.io |
ff8afb3fb22db381e53cfabd571e036ecc83b23b | 6fb2c765318362a153ab9c4f4bad6bebd1582995 | /src/com/vccloud/portal/db/model/TCdrExample.java | 60f22727455a9d5a33048e579ab6ddb77d5db9c2 | [] | no_license | xuankunpeng/vccloud-portal | 79f2a9e242660bcf9a4cee125ca3dc1964306d4c | 6257841e24f8e1f42d23f9f6303ada6df6f84856 | refs/heads/master | 2021-01-01T16:30:48.814945 | 2014-03-21T03:55:37 | 2014-03-21T03:55:37 | 17,967,461 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 31,731 | java | package com.vccloud.portal.db.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class TCdrExample {
/**
* This field was generated by Apache iBATIS ibator.
* This field corresponds to the database table t_cd... | [
"xuankunp@163.com"
] | xuankunp@163.com |
c5f30c1e6ce39d2beb422f9da4047d815bf03bb1 | 03513f0bf5b5833a44e5564fdc2ea37d1cb9bf3b | /src/main/java/com/answer1991/design/iterator/package-info.java | da736fa6ef2e50fa18521a21d95d2b72e8ed19fc | [] | no_license | answer1991/DesignPatterns | e42be472848b5821abab18b9b6e8f35f3fd3cf29 | 43076625d388e54d1c5db9db69d14ea31bc9c0a0 | refs/heads/master | 2016-09-05T21:28:09.415466 | 2013-06-11T15:22:17 | 2013-06-11T15:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | /**
* Iterator 迭代器模式。
* 在现在的Java中已经很少会另写一个迭代器,都是使用JDK的迭代器。
* List, Set等都实现了迭代器模式
*/
/**
* @author zet
*
*/
package com.answer1991.design.iterator; | [
"answer1991.chen@gmail.com"
] | answer1991.chen@gmail.com |
6c4bf84b3a87f105b9d97186ad7025af7d557aba | 6dd5a5b64af505c2d62980fadae7a1607c922215 | /src/test/java/pages/BasePage.java | 311ff691c74972e73754e58bfcad9741be32a923 | [] | no_license | Gustavo-Soares94/Estrutura-Web-Automacao | 33c3434de3d032b30d5265d622f9faa19117b55d | b01a2cebd91b50cb38592f84001ed66244c40b84 | refs/heads/master | 2023-04-22T07:23:11.795528 | 2021-05-10T00:20:21 | 2021-05-10T00:20:21 | 278,943,396 | 0 | 0 | null | 2021-05-10T00:20:21 | 2020-07-11T21:19:45 | Java | UTF-8 | Java | false | false | 190 | java | package pages;
import org.openqa.selenium.WebDriver;
public class BasePage {
protected WebDriver driver;
public BasePage(WebDriver driver){
this.driver = driver;
}
}
| [
"gustavosoares.adm@gmail.com"
] | gustavosoares.adm@gmail.com |
cb7bbbfff32e38cbf6cf5ee077d64ed6917014d3 | 472152638c1b0fab475ea8fa30d2b793f5d2e1b9 | /Rea's code/11:15 - 11:19/KthSmallestElementinaBST.java | 824a26d501ad4f8c303338d5ccec7873150589c6 | [] | no_license | mingming733/LCGroup | 0e9c0101aeced0c66cd7e3a573866f252aaf85d0 | d26c6a18749aa176eba0ef000b8276335979fedb | refs/heads/master | 2021-01-13T01:40:51.745175 | 2015-11-25T04:33:32 | 2015-11-25T04:33:32 | 42,124,191 | 0 | 5 | null | null | null | null | UTF-8 | Java | false | false | 599 | java | import java.util.*;
public class KthSmallestElementinaBST {
public int kthSmallest(TreeNode root, int k) {
Stack <TreeNode> s = new Stack <TreeNode>();
TreeNode p = root;
int result = 0;
while (!s.isEmpty() || p != null){
if (p != null){
s.push(p);
p ... | [
"suddenlyjune@gmail.com"
] | suddenlyjune@gmail.com |
d640de96d0ad22cade0e9e2cf71de90b5e6b0b6e | 20d14fc5189f121bc413f63a05c3cb54d0fd7fa4 | /analysis/src/main/java/org/hps/analysis/trigger/util/TriggerDataUtils.java | 4b3a575dc1cd82c103b763ef449fd4c133c14d1b | [] | no_license | JeffersonLab/hps-java | a86120f5a444e9678494e4fcdb9c34324094d78b | dfbe0238bfd27883f1645cdbd8177fc553b32ac1 | refs/heads/master | 2023-09-01T04:59:52.200899 | 2023-08-31T21:22:42 | 2023-08-31T21:22:42 | 79,490,087 | 10 | 18 | null | 2023-09-07T22:26:16 | 2017-01-19T20:03:21 | Java | UTF-8 | Java | false | false | 977 | java | /**
*
*/
package org.hps.analysis.trigger.util;
import java.util.Date;
import java.util.List;
import org.hps.record.triggerbank.AbstractIntData;
import org.hps.record.triggerbank.HeadBankData;
import org.lcsim.event.EventHeader;
import org.lcsim.event.GenericObject;
/**
* Class with only static utility methods.
... | [
"per.hansson@gmail.com"
] | per.hansson@gmail.com |
93b4225c41538855745b1dbac08df070ab9870f4 | ca3dfb6899666f360683a5b23e7a1effbbe184f1 | /BubleCrash/src/jp/co/marugen/bublecrash/TextureManager.java | 29f5d53c00ae44d13b5c6c4a31f9c3ce17e84792 | [] | no_license | naiken/team2 | 95ba183d9b93a1f787e30abf7562190779966af9 | e4044858776320624e72173c15ebcc6b2a10678b | refs/heads/master | 2016-09-06T05:55:23.279105 | 2014-06-02T12:49:36 | 2014-06-02T12:49:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | package jp.co.marugen.bublecrash;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.List;
import java.util.Map;
import javax.microedition.khronos.opengles.GL10;
public class TextureManager {
//テクスチャを保持する
private static Map<Integer, Integer> mTextures = new Hashtable<Integer, Integ... | [
"re795h@tamura-no-MacBook-Air-2.local"
] | re795h@tamura-no-MacBook-Air-2.local |
74ea163e104357dcedb331a8e58438082aff9cc0 | 0cce977024610e5c19b82106ad69b34d4097e914 | /src/by/it/bolotko/jd02_05/Text.java | dec799dc55691da91e16b407f61d0e049217d055 | [] | no_license | Khlystunova-Liza/JD2019-03-11 | 48c06e38ce60ca1a2c51f49ab31c07c3fcfa8c69 | 361b6ae99839d6c379a85a3479087070250ea0a8 | refs/heads/master | 2020-04-30T07:39:47.851162 | 2019-06-10T06:52:56 | 2019-06-10T06:52:56 | 176,691,063 | 2 | 0 | null | 2019-03-20T08:43:37 | 2019-03-20T08:43:36 | null | UTF-8 | Java | false | false | 204 | java | package by.it.bolotko.jd02_05;
public interface Text {
String WELCOME="message.welcome";
String QUESTION="message.question";
String FISRTNAME="person.firstName";
String LASTNAME="person.lastName";
}
| [
"pro100kosti@gmail.com"
] | pro100kosti@gmail.com |
9517f89b1114da1a902bf7132f225379d166b3ec | 45715f783fbe4b91528c0ab819ada2115a8e57a8 | /manage/src/manage/util/JSONDateProcessor.java | d997a505fdd5892234882512ead819919c4ae745 | [] | no_license | naruto2015/Jereh | e98869bbc429e9eead1d092a79eceee258a45fa7 | e149de2dd32538d413c0b5fe9bd9f4a2c23384f2 | refs/heads/master | 2021-01-13T01:37:39.016640 | 2015-06-15T07:35:02 | 2015-06-15T07:35:02 | 36,839,188 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package manage.util;
import java.text.SimpleDateFormat;
import java.util.Date;
import net.sf.json.JsonConfig;
import net.sf.json.processors.JsonValueProcessor;
public class JSONDateProcessor implements JsonValueProcessor {
private SimpleDateFormat sdf=null;
public JSONDateProcessor(){
sdf=new Simple... | [
"995804286@qq.com"
] | 995804286@qq.com |
f14d2b0d5192dd7261998f64b89b688268bad300 | 04a12720462c0cfce091e25b8cdaedb13f921b61 | /javaAdvance/day03-权限修饰符、代码块、常用API/代码/day03_10包装类/src/com/itheima01_包装类概述与装箱拆箱/Test.java | 83dcbea9b6985f360869dc90a5e4fd392511a21b | [] | no_license | haoxiangjiao/Java20210921 | 31662732e44b248208b21f6f1aaf18e6335b398c | 6edcbd081d33bace427fdc6041e9eeaac89def8a | refs/heads/main | 2023-07-19T03:42:17.498075 | 2021-09-25T15:06:11 | 2021-09-25T15:06:11 | 409,024,583 | 0 | 0 | null | 2021-09-22T01:19:43 | 2021-09-22T01:19:43 | null | UTF-8 | Java | false | false | 2,080 | java | package com.itheima01_包装类概述与装箱拆箱;
/*
概述:
Java提供了两个类型系统,基本类型与引用类型,基本类型效率更高。
为了便于操作,java为在lang包下为基本类型创建了对应的引用类型,称为包装类
由于分类较多,接下来的讲解统一以Integer为例类。
包装类分类
| 类型 | byte | short | int | long | float | double | char | boolean |
| ------ | ---- | ----- | ------- | ---- | ----- | ------ | ... | [
"70306977+liufanpy@users.noreply.github.com"
] | 70306977+liufanpy@users.noreply.github.com |
a2632421a9870a220316990be7f855c21f9a197e | 7a5b98b7ed58fdf9b6c479bb5c5afe08de5b4d62 | /src/pacs/servlet/BaseBackServlet.java | 00c9408b654bfd58e46924ab1807fbef6dc57fea | [] | no_license | Number-33/how2j | dc661cca4ab52357d2c4841af73de7949174d5b8 | a0d716e0c958c94b419d19d898834051739c6386 | refs/heads/master | 2020-09-24T20:36:15.634727 | 2019-12-04T10:38:29 | 2019-12-04T10:38:29 | 225,837,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,560 | java | package pacs.servlet;
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload;
import pacs.dao.*;
import pacs.util.Page;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServle... | [
"lioubiao123@foxmail.com"
] | lioubiao123@foxmail.com |
42f4f08582b8f1c11bb995a672032adb454a40c8 | 4955edd8c884d6efbe22268e2092b16cb73ca818 | /src/com/syntax/class14/TrimMethod.java | 38839d58e252e7fd23376cabba7d159219ef3d3e | [] | no_license | samuelwoldegiorgis/JavaBatch8sam | 47e2cdfdd6f51bf00bb263f9466a16ca1b3188b2 | a96ccc6c5c50e4687663808e8cd24f4d6b0ff2aa | refs/heads/main | 2023-01-12T00:30:46.131438 | 2020-11-07T20:01:00 | 2020-11-07T20:01:00 | 304,180,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package com.syntax.class14;
public class TrimMethod {
public static void main(String[] args) {
String var="Moneer confused ";
System.out.println(var.trim());
System.out.println(var);
}
}
| [
"samgmil19@gmail.com"
] | samgmil19@gmail.com |
62ddaa9df7ba6e6f7626b608078d8088bd233a5c | 04f141bc6b4fdfed14e3d87f265d5f83780afb2d | /lib/DevAssist/src/main/java/dev/engine/json/DevJSONEngine.java | b6817284bd48cee47a389935dc5537892a3a4336 | [
"Apache-2.0"
] | permissive | lovemianhuatang/DevUtils | 961cce323a3a4ea0e553e779d744f38c673c533c | bcc8cd8253ef1348ad058d14b38cc1998d2311fc | refs/heads/master | 2020-09-13T18:43:16.621394 | 2019-11-20T06:49:14 | 2019-11-20T06:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,095 | java | package dev.engine.json;
import java.lang.reflect.Type;
/**
* detail: JSON Engine
* @author Ttt
* <pre>
* Application: DevJSONEngine.initEngine()
* use: DevJSONEngine.xxx
* </pre>
*/
public final class DevJSONEngine {
private DevJSONEngine() {
}
// IJSONEngine
private static IJSONEngi... | [
"13798405957@163.com"
] | 13798405957@163.com |
c1159d807bbea7401a7a7568d7457274c4708891 | c474b03758be154e43758220e47b3403eb7fc1fc | /apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/tinder/domain/common/model/SpotifyTrack.java | 8dd112545aa6c311e66e75d90fd47b62891b9d60 | [] | no_license | EstebanDalelR/tinderAnalysis | f80fe1f43b3b9dba283b5db1781189a0dd592c24 | 941e2c634c40e5dbf5585c6876ef33f2a578b65c | refs/heads/master | 2020-04-04T09:03:32.659099 | 2018-11-23T20:41:28 | 2018-11-23T20:41:28 | 155,805,042 | 0 | 0 | null | 2018-11-18T16:02:45 | 2018-11-02T02:44:34 | null | UTF-8 | Java | false | false | 1,520 | java | package com.tinder.domain.common.model;
import android.support.annotation.Nullable;
import java.util.List;
public abstract class SpotifyTrack {
public static abstract class Artist {
public static abstract class Builder {
public abstract Artist build();
public abstract Builder id... | [
"jdguzmans@hotmail.com"
] | jdguzmans@hotmail.com |
de57d1fefe08952c10d9fb961199eaeca23d2a5f | d575b3bcad08655f86c33b8881dbabfaaa72a270 | /edu/asu/jmars/layer/util/ElevationSource.java | 6013528909e41288480d0d00360e085793c30251 | [] | no_license | cryptowealth-technology/jmars_clone | c99f91dca54ed8bea904bd82329bd2ae1b2ff5c3 | 67a51cb938c717cd1b92514f6724aa3c9a92d19e | refs/heads/master | 2022-03-28T16:17:07.765162 | 2019-12-20T02:42:10 | 2019-12-20T02:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package edu.asu.jmars.layer.util;
import edu.asu.jmars.util.HVector;
/**
* Models a DEM, which may come from a file, an image in memory, or a web service.
*/
public interface ElevationSource {
public int getPPD();
/** @return the minimum elevation value of this DEM, in km above center of mass */
public... | [
"michael.r.klear@gmail.com"
] | michael.r.klear@gmail.com |
fc24f3d5b83008e2d1691f491619c5265cde90c6 | ab7c374e12ef55482d1c622a0099a7b262195322 | /jami-core/src/main/java/psidev/psi/mi/jami/utils/comparator/participant/UnambiguousExactModelledParticipantInteractorComparator.java | 77643b66a1044d4e7605592c1e4ee39be7538bfe | [
"Apache-2.0"
] | permissive | colin-combe/psi-jami | 9f945d885d76454f7b652382cc676ac98e6faa39 | 64fb0596b99aa8996d865b5eae0a2094be0889c8 | refs/heads/master | 2020-12-07T02:17:10.909871 | 2017-06-07T07:05:14 | 2017-06-07T07:05:14 | 64,655,225 | 0 | 0 | null | 2017-03-09T14:26:30 | 2016-08-01T09:43:06 | Java | UTF-8 | Java | false | false | 3,052 | java | package psidev.psi.mi.jami.utils.comparator.participant;
import psidev.psi.mi.jami.model.ModelledEntity;
import psidev.psi.mi.jami.utils.comparator.interactor.UnambiguousExactComplexComparator;
import psidev.psi.mi.jami.utils.comparator.interactor.UnambiguousExactInteractorComparator;
/**
* Unambiguous exact biologi... | [
"mdumousseau@yahoo.com@73e66818-4ebf-11de-a6a3-df26d2c71dbe"
] | mdumousseau@yahoo.com@73e66818-4ebf-11de-a6a3-df26d2c71dbe |
efdffc6f6641e4ddef5fbaf3513315291d0f0b53 | e33134036c047782277aef6408a1fe47437772f1 | /src/odra/sbql/ast/expressions/ToRealExpression.java | a6f4b9412b8dc4bc47d28343c1fdffe1dcbce32c | [] | no_license | gregcarlin/ODRA-with-Enums | 3c7419c8d5adda13d4969acf9058fbd54a667b59 | e8c077acff0b851103f3e439c42effdf957bd67a | refs/heads/master | 2021-05-27T05:08:31.350954 | 2014-09-13T01:43:12 | 2014-09-13T01:43:12 | 17,455,848 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package odra.sbql.ast.expressions;
import odra.sbql.SBQLException;
import odra.sbql.ast.ASTVisitor;
public class ToRealExpression extends UnaryExpression {
public ToRealExpression(Expression e) {
super(e);
}
public Object accept(ASTVisitor vis, Object attr) throws SBQLException {
return vis.visitToRealExpress... | [
"gregthegeek@optonline.net"
] | gregthegeek@optonline.net |
fcdc210d6cc5b02b4a300b28923fb5d4517dc4b9 | 19384c145f8542c9fff1723ad5d3c949bc5b6f90 | /Lab08/com/unicamp/mc322/lab08/Acao/Acao.java | 512a69865c55496fe9147e6f3fdcc2c7ef3cc130 | [] | no_license | Necctares/MC322 | e75b225cc5bb19ad1eac824875e8578b24f4fd3f | 25f408ab06b5a1d7ffcb18351791bd664ef2b798 | refs/heads/main | 2023-07-17T03:45:51.452462 | 2021-08-04T21:09:14 | 2021-08-04T21:09:14 | 392,819,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.unicamp.mc322.lab08.Acao;
import java.time.LocalDate;
public abstract class Acao {
private LocalDate dataAcao;
protected Acao() {
dataAcao = LocalDate.now();
}
public String getData() {
String dataTweet = String.valueOf(dataAcao.getDayOfMonth()) + "/" + String.valueOf(dataAcao.getMo... | [
"noreply@github.com"
] | noreply@github.com |
13c4d55dd0d63abbd1cf52191751fc9320c8a934 | b0edd31d2129b909426222e2f48d15cf472539c5 | /services/src/main/java/org/keycloak/utils/IpAddressMatcher.java | 24f41172f3e94530fb5ec3055a64924796951edc | [
"Apache-2.0"
] | permissive | nedashley/keycloak | added212654f48c12604cc5ea83784db61a0085c | c1301a8c9e2b97ea0afc02da3b35a801ed5f7ecf | refs/heads/master | 2020-04-08T09:01:04.555219 | 2018-11-26T20:08:28 | 2018-11-26T20:08:28 | 157,523,050 | 0 | 0 | null | 2018-11-14T09:21:32 | 2018-11-14T09:21:32 | null | UTF-8 | Java | false | false | 3,886 | java | package org.keycloak.utils;
/*
* Copyright 2002-2016 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.... | [
"128699c75e3f14ce1bf6de934ac38c1891152c65"
] | 128699c75e3f14ce1bf6de934ac38c1891152c65 |
7b988c2b7c26c4578b3c050b8065b99b362a6fa2 | 61511002c50792305f287ad9afa64fa3c03d1e7a | /app/src/main/java/com/saskpolytech/cst135/Untils/AsyncResponse.java | 72fd35b10b4a567af6bbaf0c9166b14dbcbf00f8 | [] | no_license | msabares/movie-manager | 74b03ecb23f9da4a873cb0f00cca42db6730f9e0 | 47ecb984c3de87e473a391d751bebd74e3abe909 | refs/heads/master | 2020-06-18T12:33:26.257523 | 2019-07-11T02:28:05 | 2019-07-11T02:28:05 | 196,303,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.saskpolytech.cst135.Untils;
import com.saskpolytech.cst135.Movie;
import java.util.ArrayList;
/**
* File Name: AsyncResponse.java
* Author: Michael Sabares CST135
* Date: 05/30/2019
* Purpose: I had to make this MovieSearch can obtain the processed data from NetworkUtils.. maybe?
*/
public in... | [
"msabares@gmail.com"
] | msabares@gmail.com |
9d589ff2d723261e396e727f8989d209626f7908 | 67c17ceb882006cf46ee1b8dd3598bfdaa1bd113 | /Sandeep/src/Arraysprograms/Excercises/Excercises34.java | 95682ff4d66500ef685d7c8904ae54d4a7e0c3a6 | [] | no_license | TechieFrogs-Warriors/JavaBasics | f235205bcbe557d89409bf6cb74bae1c5279ebcd | 79a83f8db96fc9f57da872a0571497df4551d01b | refs/heads/main | 2023-05-04T15:43:41.130753 | 2021-05-17T07:41:45 | 2021-05-17T07:41:45 | 321,665,844 | 1 | 0 | null | 2020-12-16T04:43:34 | 2020-12-15T12:47:49 | null | UTF-8 | Java | false | false | 652 | java | package Arraysprograms.Excercises;
public class Excercises34 {
public static void main(String[] args) {
int arr1[][] = { { 1, 2, 3 }, { 4, 5, 6 }, { 7, 8, 9 } };
int row = arr1.length;
int col = arr1[0].length;
int sumr, sumc;
for (int i = 0; i < row; i++) {
sum... | [
"saimaddipathi@gmail.com"
] | saimaddipathi@gmail.com |
30cfdacb0a6ebd28b3ccf248c9a8749d2ae7f1ac | 8e6090e5778ce247de5a1422d88b0ce7bcff0873 | /Algorithms/_1512NumberofGoodPairs.java | cd24961332e56b742fb7ed8a768678798e614c68 | [] | no_license | HungDuc1710/hungduc1710.github.io | 32a05ecd09cc77f2375091474d4e39bde8be0b4c | 242a11622e004ee29d43fdd61b82aa3b72a0abd9 | refs/heads/main | 2023-08-01T06:25:16.371289 | 2021-09-15T18:04:35 | 2021-09-15T18:04:35 | 346,011,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | class _1512NumberofGoodPairs {
public static int numIdenticalPairs(int[] nums) {
int count = 0;
for (int i = 0; i < nums.length; i++) {
for (int j = 1; j < nums.length; j++) {
if (nums[i] == nums[j] && i < j) {
count++;
}
}
... | [
"pduc96@gmail.com"
] | pduc96@gmail.com |
2839571b304161c03ce421bf413ac62bc360fe2a | 8db9e475380e1a1712840dae9c2f5fae5bed460a | /Watch.java | b23f68b4790c1570db350496c72bdc9a0de4b4f4 | [] | no_license | Ayyappa011/associationprogram | 3da3fec73f4400d2b810d13038b320765601fc8d | eaabc44b95ec28906451a014e0474388bc3ce598 | refs/heads/main | 2023-08-21T14:39:26.000531 | 2021-10-06T06:38:18 | 2021-10-06T06:38:18 | 413,696,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | class Watch
{
int totalno;
float price;
static String name;
Watch(int totalno,float price)
{
this.totalno=totalno;
this.price=price;
}
public static void main(String[] args)
{
Watch wref = new Watch(12,233.0f);
System.out.println(wref.totalno);
System.out.println(wref.price);
S... | [
"noreply@github.com"
] | noreply@github.com |
fb7c8a454b4bafc3eb179765e8a42205d83e2948 | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/Class_250.java | 1ba9fcbe27d9c4f886320bab7f4bb20591d0f729 | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836331 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package fr.javatronic.blog.massive.annotation1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_250 {
}
| [
"sebastien.lesaint@gmail.com"
] | sebastien.lesaint@gmail.com |
a8f1e0fe92eb4a923c474ffe470bff77804d4608 | 25cb677ef3376a0f3095cb63920af008e50798f2 | /src/main/java/com/apap/tugas_1/repository/ProvinsiDB.java | daae33e1a484ec6170a7e35aa840d3e5aff40308 | [] | no_license | Apap-2018/tugas1_1606832025 | 1ab819e03d4e99c5d25d29e9d01817e0faf7231b | 25cb8141d23010286b9ed293458f7e42bc377639 | refs/heads/master | 2020-04-03T06:48:28.293302 | 2018-10-29T15:02:54 | 2018-10-29T15:02:54 | 155,084,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.apap.tugas_1.repository;
import com.apap.tugas_1.model.ProvinsiModel;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ProvinsiDB extends JpaRepository<ProvinsiModel, Long>{
ProvinsiModel findProvinsiById(long id... | [
"rachelsausan9g@gmail.com"
] | rachelsausan9g@gmail.com |
58d78df7852d8063cd77ccd5dd9209326d591381 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/appbrand/ui/collection/AppBrandCollectionDisplayVerticalList$$ExternalSyntheticLambda8.java | f5dfea7e7977c150c8eafac9f554dc25f42565b1 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 458 | java | package com.tencent.mm.plugin.appbrand.ui.collection;
public final class AppBrandCollectionDisplayVerticalList$$ExternalSyntheticLambda8
implements Runnable
{
public final void run() {}
}
/* Location: L:\local\mybackup\temp\qq_apk\com.tencent.mm\classes8.jar
* Qualified Name: com.tence... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
5e13f75fbe4480f132a3b55e96a6608eb8d990cf | 1999160ceb1bee6ac64de11e3337a449e8268d07 | /core/src/main/java/io/atomix/core/map/impl/AsyncDistributedSortedJavaMap.java | 2b2a189dbc5fac86eddeb029f5a473b7bd6a3fc8 | [
"Apache-2.0"
] | permissive | aruanruan/atomix | 42cc6345b7dc3c12590392113fb6c65090d97372 | 0ea392ef66067fb2459f62e2b04ec77f13e5f981 | refs/heads/master | 2020-04-13T13:24:22.177537 | 2018-12-27T00:49:59 | 2018-12-27T00:49:59 | 141,731,321 | 0 | 0 | Apache-2.0 | 2018-07-29T23:57:11 | 2018-07-20T15:54:58 | Java | UTF-8 | Java | false | false | 2,238 | java | /*
* Copyright 2018-present Open Networking Foundation
*
* 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 applicabl... | [
"jordan.halterman@gmail.com"
] | jordan.halterman@gmail.com |
6513300a99a7174ba6531ad8a51afc5bc7137940 | 16022e4c5a04d35e744f6591b781ae0d5002c9c9 | /web/src/util/ExcelToBean2.java | dd1d89c9c2cf4bd6cde9c1535eb33f6ec4010373 | [] | no_license | er43567/pxzbapp | 6a8aef96ad27882afeaf25a55dd215f936de5fa3 | cfd54464f5e7f21c11e19caa828cb52045afe9cb | refs/heads/master | 2020-03-19T04:49:33.060606 | 2018-06-06T14:03:55 | 2018-06-06T14:03:55 | 135,871,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,184 | java | package util;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import... | [
"34000463+er43567@users.noreply.github.com"
] | 34000463+er43567@users.noreply.github.com |
7a5e44aa90e82cba50f44d477ce4e820716063dd | 4c8ce4b2c7c4ee786f474195c3a109fafbade5f2 | /src/main/java/org/ostenant/yoga/store/common/database/DynamicDataSource.java | c02cc7328a455cd001fc12275b6da5a81ededdb5 | [] | no_license | ostenant/yoga-store-core | a788a3e27b0a503b05400dc5049c3d575cf440de | 3a4a6cd6b3caef50c24731ba857ddec4c4a534a7 | refs/heads/master | 2021-01-22T23:34:11.917180 | 2017-04-12T14:24:56 | 2017-04-12T14:24:56 | 85,657,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package org.ostenant.yoga.store.common.database;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
/**
* 项目名称:yoga-store <br>
* 类名称:DynamicDataSource <br>
* 类描述: 动态控制管理数据源 <br>
* 创建人:madison <br>
* 创建时间:2015-10-22 下午6:23... | [
"ostenant@163.com"
] | ostenant@163.com |
bd1452d78677899423f4a2380cc5d53688896acb | a1428336668b23b15164eeaae61135639f51b18f | /src/main/java/br/gov/ce/sspds/course/entities/User.java | f9678d00b364cc13fa6508963863b1fba7642d67 | [] | no_license | tatianabrito/spring-boot-course | 8e65884eba007cfd371999171ef6c36141282c8d | 275a69f306e3ad5f0fde26565e1d8e0a2d77b463 | refs/heads/master | 2022-12-09T22:32:33.366171 | 2020-09-06T23:41:49 | 2020-09-06T23:41:49 | 287,518,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,111 | java | package br.gov.ce.sspds.course.entities;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.pers... | [
"brito.tatiana@gmail.com"
] | brito.tatiana@gmail.com |
2b718b6632097d42b8cbef81dbd9f4207d5a27ac | 4041daeba12eac48874d5fd093bafb02c88aee08 | /src/main/java/com/library/office/OfficeServlet.java | 8849074b6e42c643c09dbb1385dfa6aa04c5c948 | [] | no_license | dmitrySheshko/library | 0411d0b9096397bd4b64c0bff600639a6676c80c | 3733e75dfce8006b10f913f6a2c726a91022add6 | refs/heads/master | 2021-01-19T23:25:14.168282 | 2017-05-08T08:58:05 | 2017-05-08T08:58:05 | 88,977,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 668 | java | package com.library.office;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/office")
public class OfficeServ... | [
"dm.sheshko@gmail.com"
] | dm.sheshko@gmail.com |
c5f10931380626cd5febf3a2335faa891ed3acb5 | db558c6a00423e616a79afb173ea95f0aec055f1 | /Chapter_04/Exercise04_05/Exercise04_05.java | 2816fd42a6e862a228ce1398d35ff18dd22b8a8a | [] | no_license | Zhandos-Hello-World/Introduction-to-Java | 79e455b86269e9cb6d1521de3f49dbddb980cc22 | 7ce2a220265cd48545dfb2d760c37e95acdffb88 | refs/heads/main | 2023-06-29T11:29:55.865640 | 2021-08-03T07:25:13 | 2021-08-03T07:25:13 | 350,361,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | /*
(Geometry: area of a regular polygon) A regular polygon is an n-sided polygon in
which all sides are of the same length and all angles have the same degree (i.e., the
polygon is both equilateral and equiangular). The formula for computing the area
of a regular polygon is
area = (ns * Math.pow(s, 2)) / (4 * Math... | [
"76952603+Zhandos-Hello-World@users.noreply.github.com"
] | 76952603+Zhandos-Hello-World@users.noreply.github.com |
e3a54ddc3ddc3ae6a099ab0fc89a5f58d2ca0cbf | a4386724c5e130ccf465d823f9f0f681a8c8863c | /src/test/java/me/ruici/upyun/GetObjectMetadata.java | baa8db6ad029c1d6ce7f1e6aaef085c13f3bf629 | [
"MIT"
] | permissive | luoruici/upyun-java | 3c778d3f8657fb3982403b573fde33b3eb043091 | 78540af2d814b7e948c15dcbf0f2d5d51fd1c381 | refs/heads/master | 2022-07-08T02:01:34.038827 | 2014-05-13T16:30:09 | 2014-05-13T16:30:09 | 19,681,513 | 0 | 0 | MIT | 2020-03-10T14:19:34 | 2014-05-12T00:50:42 | Java | UTF-8 | Java | false | false | 1,526 | java | package me.ruici.upyun;
import me.ruici.upyun.model.ObjectMetadata;
import me.ruici.upyun.service.GetObjectMetadataService;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;... | [
"luoruici@gmail.com"
] | luoruici@gmail.com |
7ddd70496f254751f0fc85d2839a86993f19540b | eb40acfd449fd86b23ebc708a5dfac3e2931a65c | /boot-gmall-api/src/main/java/com/jarvis/gmall/bean/PmsSkuInfo.java | 0b65c689ba9378f0910c077628aaca439c557ba2 | [] | no_license | jarvis-jg/boot-gmall | 3994b046cf8aadfff4e9b52135542325d2193bca | 62e3cd1737818bab67f7c41c4fa42d36cbdb8301 | refs/heads/master | 2022-07-01T02:55:34.438778 | 2020-05-13T12:59:49 | 2020-05-13T12:59:49 | 248,229,987 | 0 | 0 | null | 2022-06-17T03:12:23 | 2020-03-18T12:48:28 | Java | UTF-8 | Java | false | false | 2,828 | java | package com.jarvis.gmall.bean;
import javax.persistence.*;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.List;
/**
* @param
* @return
*/
public class PmsSkuInfo implements Serializable {
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Id
@Column
String id;
@C... | [
"jarvis_idea@163.com"
] | jarvis_idea@163.com |
9857ce7cd5f34d080ac51a161c1156f4ec5e9563 | 03bb71e6ced2bd66b530abed332df919b852a3db | /src/TransformarTemperatura.java | ad39100bc408be6d26fa17119f5830a013f6f532 | [] | no_license | sagov8/Data-Structure | 7fa5911ec1d68f00eb1de5d81acb303f0150fbcb | 6f2fdec445178a30976f2e265d1e7da9641400b9 | refs/heads/master | 2023-07-26T09:47:14.466407 | 2021-09-11T04:21:22 | 2021-09-11T04:21:22 | 405,281,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | import java.util.Scanner;
public class TransformarTemperatura {
public static void main(String[] args) {
double farenheit;
double celsius;
Scanner t = new Scanner(System.in);
System.out.println("Ingrese el valor en grados Farenheit: ");
farenheit = t.nextInt();
ce... | [
"sago.vivas@gmail.com"
] | sago.vivas@gmail.com |
b38e1fb6a6f9427cef16ad09ae5eb58a6ae6a0ed | 3fc3436f05320a3294529749e170f2f30b4c4704 | /app/src/main/java/com/mobisoft/mbstest/index/IndexActivity.java | 4c8a62af4ae7f0787b71d4edaa38b2cd65526025 | [] | no_license | Android-Development-Group/BaseAndroidLib | d1514fa604ee6139cfc3ca212580e89ec252e14d | 4a2799263706ef968da0343f9dc1d695581f36e2 | refs/heads/master | 2020-05-07T13:30:06.924135 | 2019-04-28T05:54:32 | 2019-04-28T05:54:32 | 180,551,097 | 0 | 0 | null | 2019-04-10T09:43:22 | 2019-04-10T09:43:21 | null | UTF-8 | Java | false | false | 6,441 | java | package com.mobisoft.mbstest.index;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import com... | [
"853687543@qq.com"
] | 853687543@qq.com |
8668e9c9191d9ff462b8d1ab3c5e7227d51766b6 | 5f329920336af89af4bb8ffca07ead49f492aa77 | /waitt-maven-plugin/src/main/java/net/unit8/waitt/mojo/AbstractRunMojo.java | 989fc6c48beaf097037dc34b1f4d44d96cd0613a | [
"Apache-2.0"
] | permissive | tenten0213/waitt | 7711f2eb55911dee0a66e3f4dc3c19cf5f919716 | c7e34361dd704dfe4a6e07a1b90c41b4926ff72a | refs/heads/master | 2021-01-23T03:05:22.985743 | 2016-08-30T09:18:10 | 2016-08-30T09:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,138 | java | package net.unit8.waitt.mojo;
import net.unit8.waitt.api.*;
import net.unit8.waitt.api.configuration.Feature;
import net.unit8.waitt.api.configuration.Server;
import net.unit8.waitt.api.configuration.WebappConfiguration;
import net.unit8.waitt.mojo.component.ArtifactResolver;
import net.unit8.waitt.mojo.component.Serv... | [
"kawasima1016@gmail.com"
] | kawasima1016@gmail.com |
d7819e68e5de7dee81a1b2f9e6d4476450f26e16 | cec1602d23034a8f6372c019e5770773f893a5f0 | /sources/org/apache/commons/cli/AlreadySelectedException.java | b8f9e64feac88ff7a5d72a2b573fc6d5ea060bd2 | [] | no_license | sengeiou/zeroner_app | 77fc7daa04c652a5cacaa0cb161edd338bfe2b52 | e95ae1d7cfbab5ca1606ec9913416dadf7d29250 | refs/heads/master | 2022-03-31T06:55:26.896963 | 2020-01-24T09:20:37 | 2020-01-24T09:20:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package org.apache.commons.cli;
public class AlreadySelectedException extends ParseException {
private OptionGroup group;
private Option option;
public AlreadySelectedException(String message) {
super(message);
}
public AlreadySelectedException(OptionGroup group2, Option option2) {
... | [
"johan@sellstrom.me"
] | johan@sellstrom.me |
02c66eca2bc92bfbc3a24b2423a764c92d3e3baf | d5fd6c3f9347579dec4675b3d491957a7a50404a | /src/net/sf/jsqlparser/statement/select/WithItem.java | 32f4ee81e5a4773d0edbb8556bb51223214efbbd | [] | no_license | manuelclavel/OCL2PSQL | 1b55d931f4372fe6ce9a7a7f26e2cda809a64bd1 | a2fa71d5315d4dfd9b1a3b8f1419ba533a017d80 | refs/heads/master | 2020-07-24T04:48:24.825639 | 2019-09-11T03:34:32 | 2019-09-11T03:34:32 | 207,805,732 | 1 | 1 | null | 2019-09-11T12:21:59 | 2019-09-11T12:21:59 | null | UTF-8 | Java | false | false | 2,742 | java | /*
* #%L
* JSQLParser library
* %%
* Copyright (C) 2004 - 2013 JSQLParser
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 of the
* License, or (at your ... | [
"ngpbhoang1406@gmail.com"
] | ngpbhoang1406@gmail.com |
eee0799f52c9471460896afb9f60c7cf8613216f | d24de9be4c3993d9dc726e9a3c74d9662c470226 | /reverse/Rocketbank_All_3.12.4_source_from_JADX/sources/com/google/android/gms/internal/zzatu.java | 9cf9a8fe71d3516ed2938fa733e29c3a39e2fb00 | [] | no_license | MEJIOMAH17/rocketbank-api | b18808ee4a2fdddd8b3045cd16655b0d82e0b13b | fc4eb0cbb4a8f52277fdb09a3b26b4cceef6ff79 | refs/heads/master | 2022-07-17T20:24:29.721131 | 2019-07-26T18:55:21 | 2019-07-26T18:55:21 | 198,698,231 | 4 | 0 | null | 2022-06-20T22:43:15 | 2019-07-24T19:31:49 | Smali | UTF-8 | Java | false | false | 11,039 | java | package com.google.android.gms.internal;
import android.content.Context;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.common.util.zze;
public class zzatu extends zzauh {
private String mAppId;
private String zzVX;
private String zzacL;
private String zzacM;
privat... | [
"mekosichkin.ru"
] | mekosichkin.ru |
7d8a492892e2977894086c5fcca74e50572058e1 | 452af859f3d31b8e7a82cdf7ce987a19973f6180 | /onlineShopping/src/main/java/com/bnr/shoppingbackend/daoImpl/CategoryDaoImpl.java | 67b278f04daeda1195daab77209f1f8bd19908b6 | [] | no_license | beenanaveen/onlineShopping | a8a940083d2dab5f9134ef71806f1628256f15c5 | 36ad95b507cb2fcc6253f1d37973c00f73ac4162 | refs/heads/master | 2020-04-30T17:55:06.568960 | 2019-03-29T16:32:02 | 2019-03-29T16:32:02 | 176,994,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,756 | java | package com.bnr.shoppingbackend.daoImpl;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transa... | [
"beena.11@hotmail.com"
] | beena.11@hotmail.com |
d7c1d362a1ad3c23d2f9aa8bae99d916307d72e5 | f5e62cf96184147eda6d3d071620db4019cb4940 | /currencyconverter/src/main/java/com/blongho/currencyconverter/Converter.java | c535a0659c777d5bf638be06f8d6b5ec57a550ec | [] | no_license | blongho/currencyconverter | 8954c37784bf7f6d7ce1cc3f2f54b565e46e305b | ad0cbe05b6a9f661784b74a60b2db287d403efcd | refs/heads/master | 2020-12-04T06:24:10.955754 | 2020-01-03T20:05:47 | 2020-01-03T20:05:47 | 231,654,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,521 | java | package com.blongho.currencyconverter;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import android.widget.TextView;
import com.squareup.okhttp.Callback;
import com.squareup.okhttp.OkHttpClient;
import com.squareu... | [
"lobe1602@student.miun.se"
] | lobe1602@student.miun.se |
d6db93d27a3b364d647588e43c0c63dfb45c40bc | f4bd4a649a7ffc67f4de52b77c2d461907c1ba93 | /src/main/java/com/kmecpp/jspark/compiler/parser/statement/statements/MethodInvocation.java | 16280d69541f7274ee1ce279cdbc2f09dd58f705 | [
"MIT"
] | permissive | kmecpp/JSpark | 8893e88b846c7998ac927e8b51710ebf8e29a089 | 27f70839adabdb9477a1bcbf638a4008efc50f96 | refs/heads/master | 2021-09-14T03:54:55.464710 | 2018-05-08T00:17:49 | 2018-05-08T00:17:49 | 109,596,125 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,636 | java | package com.kmecpp.jspark.compiler.parser.statement.statements;
import java.util.ArrayList;
import java.util.Optional;
import java.util.stream.Collectors;
import com.kmecpp.jspark.JSpark;
import com.kmecpp.jspark.compiler.parser.Expression;
import com.kmecpp.jspark.compiler.parser.data.Type;
import com.kmecp... | [
"kmecpp@gmail.com"
] | kmecpp@gmail.com |
8a3d8a71a24a3f5208bdaf793bb2552095d15a6a | ba7ac99921d48d8cd49c54ac54f67654c2796450 | /Project51 Package/Project51 Server/src/ethos/net/discord/DiscordMessage.java | aba03badff6d1fc4f085110aec0a48bf12cfda7e | [] | no_license | JacobAYoung/server | ee1052b1423942036b6c7c77f33a2109e91ce502 | fd04421a6c16ce75f66556c8aeca1016a6318125 | refs/heads/master | 2022-11-22T22:44:10.417014 | 2020-07-03T02:02:06 | 2020-07-03T02:02:06 | 275,973,896 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,436 | java | package ethos.net.discord;
import java.util.ArrayList;
import java.util.List;
import ethos.net.discord.DiscordEmbed;
public class DiscordMessage extends Payload {
private String content;
private String username;
private String avatarURL;
private boolean tts;
private List<DiscordEmbed> embeds = n... | [
"JakeAYoung95@gmail.com"
] | JakeAYoung95@gmail.com |
90234e9e8359002f8b1cbadcf471f888be136861 | cfcb418e923d4c3c8547f4a037da9b9da2902d83 | /src/barcode/EAN13.java | 4a20ed8244b1030a0d1fb9c901895cd1b99cacbf | [] | no_license | YvonneZhang/barcode-encoder-decoder | 598c0f5122d6d519ffc2b8032c3d84e26296842f | 63eec604449d6f1c5d2ff9eb184c5c227154dfad | refs/heads/master | 2021-01-19T14:59:05.986857 | 2014-07-09T06:35:11 | 2014-07-09T06:35:11 | 21,641,697 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,557 | java | package barcode;
public class EAN13 {
/// 获取 EAN-13 条形码
public static String Get(String s, int width, int height)
{
int sum_even = 0;//偶数位之和
int sum_odd = 0;//奇数位之和
for (int i = 0; i < 12; i++)
{
if (i % 2 == 0)
{
sum_odd += Character.getNumericValue(s.cha... | [
"zhyifa001@gmail.com"
] | zhyifa001@gmail.com |
9749de9d88caaa8b302b421be038011ad0620864 | 7c20d7db37a629bf859cc1b3f14d5906076c78a4 | /src/com/master/ed/Marca_PneuED.java | bf7ea5fc072d6b468b66206961eac544cb1416d3 | [] | no_license | tbaiocco/nfe4 | 9055b237338f45afe7ec708c94880cea04887325 | 8e2416d30797dc8a2b1deaed1633f88ac26b75b2 | refs/heads/master | 2020-03-24T19:33:25.169266 | 2018-11-22T18:39:27 | 2018-11-22T18:39:27 | 142,933,673 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 802 | java | package com.master.ed;
import java.io.Serializable;
/**
* @author Regis
*
*/
public class Marca_PneuED extends MasterED implements Serializable {
private static final long serialVersionUID = 7565709400038136233L;
public Marca_PneuED() {
}
private long oid_Marca_Pneu;
private String nm_Marca_Pneu;
private ... | [
"teofilo.baiocco@letshare.com"
] | teofilo.baiocco@letshare.com |
2a6ef468b9041786fa452a37bac627ed869ca808 | a424256245e111ad8da1ec90db6694f4929955dc | /src/test/java/org/contextmapper/discovery/model/ContextMapTest.java | 0e33aebbc431cac7c7418fde89f26c450df0b88c | [
"Apache-2.0"
] | permissive | ContextMapper/context-map-discovery | f9a6a082826bfb863356bf16d552c33712d8fdd4 | d5ef0573ccad7502471c90243ea64f6b0bebd168 | refs/heads/master | 2022-09-08T14:04:43.275403 | 2022-08-08T11:12:48 | 2022-08-08T11:13:33 | 217,761,579 | 12 | 6 | Apache-2.0 | 2022-03-11T11:55:45 | 2019-10-26T19:51:34 | Java | UTF-8 | Java | false | false | 3,109 | java | /*
* Copyright 2019 The Context Mapper Project Team
*
* 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 applicabl... | [
"stefan@kapferer.ch"
] | stefan@kapferer.ch |
2549c4cbdf945bd9ddd170e4bd1becec7e46ed49 | ce6331b91130c5b9709fbbf0d3f5170bfa12ca00 | /00_myfirstProject/src/com/kh/first/B_ValuePrinter.java | 76efd9bfcb8a069377435bcf8e06dcf7e575a24f | [] | no_license | Junghwa0731/JavaStudy | c7a853286ac8e243d51a7b0d60f6c7839aa4f781 | f614bdf17d168e35d81978b2845fa838db566cc0 | refs/heads/master | 2023-05-20T19:53:52.368766 | 2021-06-15T10:53:27 | 2021-06-15T10:53:27 | 373,564,148 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,969 | java | package com.kh.first;
public class B_ValuePrinter {
/* < 명명 규칙 >
* 1. 패기지 > 소문자로 시작
* 2. 클레스 > 대문자로 시작
* 3. 메소드 > 소문자로시작
*
* 여러 개의 단어가 있을 떄는 각 단어의 앞자리는 대문자로 > 카멜 표기법(낙타등 표기법)
* Valueprinter -> ValuePrinter
*/
public void printValue1() {
// 여러 가지 형태의 값을 출력하는 기능을 하는 메소드
// 1. 숫자... | [
"82106@192.168.0.104"
] | 82106@192.168.0.104 |
211a527466a65c37d733c6ca164e7f0775429ab2 | 48efb09bad0dcae1b12a13438d799043f6f7fdcb | /cmi-db/src/main/java/com/cmi/mall/db/service/LitemallUserFormIdService.java | 38e1cd8ecc72b70f7fd47f105eee0d8a2831cfcb | [] | no_license | wangdavidsihai/cmi-mall | f490db138dfd4572ef45e4325ea029db8ababfdd | 963645abf922999d09aceb6de915a206ec1a0811 | refs/heads/master | 2020-04-15T02:21:23.396701 | 2019-01-11T08:42:11 | 2019-01-11T08:42:11 | 164,311,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,749 | java | package com.cmi.mall.db.service;
import org.springframework.stereotype.Service;
import com.cmi.mall.db.dao.LitemallUserFormidMapper;
import com.cmi.mall.db.domain.LitemallUserFormid;
import com.cmi.mall.db.domain.LitemallUserFormidExample;
import javax.annotation.Resource;
import java.time.LocalDateTime;
@Service
p... | [
"wangdavidsihai@gmail.com"
] | wangdavidsihai@gmail.com |
105ba1b5aab82923df25c996e32f37d19f79fba0 | 0072485d0c35ea9062eed53dcd1c04ec80d46db3 | /Leetcode/src/A.java | 034f837d91c3d8f99b4035c155455509e4cfcd82 | [] | no_license | mugdhachaudhari/DSAlgo | 015fe081fb7c8d44174ae290f98b2da9536aaab4 | 4a29fdf510e28876748d19e685ef37683271b2e6 | refs/heads/master | 2020-05-25T17:35:44.735092 | 2017-03-14T13:09:42 | 2017-03-14T13:09:42 | 84,950,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | // you can also use imports, for example:
import java.util.*;
// you can write to stdout for debugging purposes, e.g.
// System.out.println("this is a debug message");
class Solution {
public int solution(int X) {
// write your code in Java SE 8
int y = X;
List<Integer> ls = new ArrayList<... | [
"mugdha.chaudhari@gmail.com"
] | mugdha.chaudhari@gmail.com |
4f79efec844aa2b328ac0241dbeaf90e7e9be025 | 2ae7b983757fd2d4a1d3f5313c38e5bf06bd1052 | /src/main/java/duke/command/AddCommand.java | 69e1cfa0a8d62385ff62cea965e6accda854cc35 | [] | no_license | JonahhGohh/ip | b78316431d3c746fa38e99316b51887724817898 | 75283a539734d25607dc1b1973aaa5326cd41fb7 | refs/heads/master | 2023-03-04T08:58:46.635406 | 2021-02-17T05:35:28 | 2021-02-17T05:35:28 | 330,105,833 | 0 | 0 | null | 2021-02-14T08:02:33 | 2021-01-16T07:11:07 | Java | UTF-8 | Java | false | false | 897 | java | package duke.command;
import duke.storage.Storage;
import duke.task.Task;
import duke.tasklist.TaskList;
import duke.ui.Ui;
/**
* Command for todo, event, deadline input
*/
public class AddCommand extends Command {
/**
* Adds the task into the task list, saves the task list in the internal storage and pri... | [
"jonahgoh@outlook.com"
] | jonahgoh@outlook.com |
b8bf858fba0da06fcef56e4343f59a86c57f2bb2 | f349d240bd6a9150611e987eb76d9e6fde9f0d85 | /servlet/src/com/helloweenvsfei/servlet/ContextParamServlet.java | 654e39a4561266d8291f0d8759f98467b9f1db24 | [] | no_license | szyszy2000/javaweb | 0bd520590f7c5e3633091543672b96a27e7dabfc | a25c5b0b76d3af3cb0df16805fcd1c664776e1dc | refs/heads/master | 2020-12-24T10:32:06.844769 | 2016-12-25T09:51:12 | 2016-12-25T09:51:12 | 73,155,911 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,794 | java | package com.helloweenvsfei.servlet;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class ContextParamServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public ContextParamServlet() {
super();
}
/**
* Destruction of the servlet. <br>
*/
... | [
"songzy@X-CDN-SONGZY.wangsu.com"
] | songzy@X-CDN-SONGZY.wangsu.com |
d717020158b71ac9c0deebe8724a0ea823964aab | 7b3ae6a83e29b5332309929d081102943fa2cee7 | /src/main/java/com/wind/common/Constants.java | 468d6a229d1d8ac82e86af5a0976d47e84758826 | [
"Apache-2.0"
] | permissive | kongjihui/Tess4jUtils- | 34510094b8f0be46ee5055e8a04c73f4fde9881a | 742741adad584468052f39d893cc593f3edd5ad2 | refs/heads/master | 2022-11-23T20:48:57.901272 | 2019-04-08T02:59:54 | 2019-04-08T02:59:54 | 211,039,340 | 0 | 0 | Apache-2.0 | 2022-11-16T11:56:44 | 2019-09-26T08:29:34 | Java | UTF-8 | Java | false | false | 1,626 | java | package com.wind.common;
import java.io.File;
/**
* 常量字符集合
* @author wind
*/
public interface Constants {
/**********************************************分隔符常量************************************************/
String POINT_STR = ".";
String BLANK_STR = "";
String SPACE_STR = " ";
String NEWL... | [
"18771933975@163.com"
] | 18771933975@163.com |
ad8d2a91f695dec4bf4f8f904fad2f2d302ba48b | c1238a97d39de981cf48d21a8d17f64425ed3239 | /src/main/java/com/moses/chat/server/handler/HttpHandler.java | 074dd89094758ce30748299c8ed77225db49a6a4 | [] | no_license | mosesgi/io_netty_samples | aeb90461ba0696df6f7573181d11c3b54096f381 | f46e43a8e849bf655d14800c6354d73e11052d0a | refs/heads/master | 2022-06-23T00:38:03.745129 | 2019-07-05T02:00:55 | 2019-07-05T02:00:55 | 193,356,659 | 0 | 0 | null | 2022-06-17T02:13:26 | 2019-06-23T14:17:31 | Java | UTF-8 | Java | false | false | 3,114 | java | package com.moses.chat.server.handler;
import java.io.File;
import java.io.RandomAccessFile;
import java.net.URL;
import org.apache.log4j.Logger;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelFutureListener;
import io.netty.channel.ChannelHandlerContext;
impor... | [
"jimuchen@163.com"
] | jimuchen@163.com |
b18cfa0f1246d7db5815e28085d60b661f59fcbe | 4b90b2aa600d3b48909fb919081b24ddf8b44a14 | /src/br/com/sistemaEstoque/controller/CtrlCliente.java | 8d2033d57284970533882cc751fbc5d005b9d5c9 | [] | no_license | santos-gabriel/sistemaEstoque | 7ba510d6519dc07edf30892f4cef5af5fec01e0d | 562f23d2158c918147f8eb96c60c4bfef44bd56b | refs/heads/master | 2022-03-04T04:36:39.801701 | 2019-11-07T03:05:21 | 2019-11-07T03:05:21 | 209,817,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 880 | java | package br.com.sistemaEstoque.controller;
import br.com.sistemaEstoque.model.bean.Cliente;
import br.com.sistemaEstoque.model.dao.ClienteDAO;
import java.util.ArrayList;
import java.util.List;
public class CtrlCliente {
public static void gravar(Cliente cliente) {
ClienteDAO cliDAO = new ClienteDAO();
... | [
"gabrielalmeidads@gmail.com"
] | gabrielalmeidads@gmail.com |
2f87edd2baae0097c194b87e1aeb51278fbe2418 | dfd7e70936b123ee98e8a2d34ef41e4260ec3ade | /analysis/reverse-engineering/decompile-fitts-with-gradle-20191031-2200/src/main/java/io/reactivex/internal/operators/observable/ObservableJoin.java | 0b8eafe32eae3f92c71bc55fd13cff5c0ce7e2b2 | [
"Apache-2.0"
] | permissive | skkuse-adv/2019Fall_team2 | 2d4f75bc793368faac4ca8a2916b081ad49b7283 | 3ea84c6be39855f54634a7f9b1093e80893886eb | refs/heads/master | 2020-08-07T03:41:11.447376 | 2019-12-21T04:06:34 | 2019-12-21T04:06:34 | 213,271,174 | 5 | 5 | Apache-2.0 | 2019-12-12T09:15:32 | 2019-10-07T01:18:59 | Java | UTF-8 | Java | false | false | 12,391 | java | package io.reactivex.internal.operators.observable;
import io.reactivex.Observable;
import io.reactivex.ObservableSource;
import io.reactivex.Observer;
import io.reactivex.disposables.CompositeDisposable;
import io.reactivex.disposables.Disposable;
import io.reactivex.exceptions.Exceptions;
import io.reactivex... | [
"33246398+ajid951125@users.noreply.github.com"
] | 33246398+ajid951125@users.noreply.github.com |
af7ed730a1e28dd0aa76aa16cda086dcbe42cc4b | dd7e0abe3cef945de028b4e1806ce983a9aa7c2f | /src/main/java/ru/news/mapper/JournalArticleMap.java | 1f3a325397d4f70bcdb08a794146cde4eba2a12c | [] | no_license | pushkinser/news-portlet | 451385dc116646ac65d80417bd7f7e23c8a48102 | 7fbc64d875384675bf3416a058aa887a693ae0ac | refs/heads/master | 2021-09-11T17:42:13.516833 | 2018-04-10T11:45:07 | 2018-04-10T11:45:07 | 120,593,622 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,468 | java | package ru.news.mapper;
import com.liferay.portal.kernel.exception.PortalException;
import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogFactoryUtil;
import com.liferay.portlet.asset.model.AssetCategory;
import com.liferay.portlet... | [
"pushkinsergey.voronezh@gmail.com"
] | pushkinsergey.voronezh@gmail.com |
14f0484421a781c90c596920e39a900d082204a6 | c5c328cfa8a8ba557fac995ddd6310dacde106d7 | /Project3/BinaryHeap.java | e16e9475cf8a1bc7a3a693314beb116e4125a32b | [] | no_license | Zelanias/UTD-Algo | 6ac7a8309a0f1b488a55309c86bd8cfd5148a0fd | f4b13d943d601be66e6e7bcf5853c5c5fb97180a | refs/heads/master | 2022-04-07T15:32:53.009286 | 2020-02-18T20:37:25 | 2020-02-18T20:37:25 | 241,461,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,564 | java | // BinaryHeap class
//
// CONSTRUCTION: with optional capacity (that defaults to 100)
// or an array containing initial items
//
// ******************PUBLIC OPERATIONS*********************
// void insert( x ) --> Insert x
// Comparable deleteMin( )--> Return and remove smallest item
// Compa... | [
"noreply@github.com"
] | noreply@github.com |
142f90a3714fb3725783f8cc633f04d84592d765 | 192f3ec889517bae533f16fa63004274d129a329 | /src/com/javaex/ex04/Ex04.java | 45b3871878e37eb80ef095c0254de2b7bffcffd8 | [] | no_license | Heontae/chapter01-java- | 0c5c14f3604f6b1dcdc2328f210465bc7828d819 | a52a484cae028ed137762654922a70be0ac307c9 | refs/heads/master | 2022-07-31T23:54:54.576268 | 2020-05-15T01:13:16 | 2020-05-15T01:13:16 | 264,063,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package com.javaex.ex04;
import java.util.Scanner;
public class Ex04 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc=new Scanner(System.in);
while(true){
System.out.println("숫자를 입력하세요:");
int num = sc.nextInt();
if(num%3==0 && num!=0) {
System.out.printl... | [
"'gjsxo103@naver.com'"
] | 'gjsxo103@naver.com' |
a0ceb6bcaceb8d6bd4759be1c7e771f46318c16b | 7f428e8c83cf805497b18286fa00c71babe244ed | /src/main/java/com/tw/apistackbase/models/Employee.java | b1465924d1317e4761f1d0ba2a26d0b72c7bb738 | [] | no_license | jed1337/springboot-stack-2019-10-10-9-49-20-831 | 2e0c5e24263c6d58721ac667e9f77ae66896fee0 | 9fa07ae8d76db47a881774aa7ac20219549ac1a1 | refs/heads/master | 2020-08-15T01:03:02.126532 | 2019-10-16T01:31:26 | 2019-10-16T01:31:26 | 215,257,604 | 0 | 0 | null | 2019-10-15T09:20:02 | 2019-10-15T09:20:02 | null | UTF-8 | Java | false | false | 919 | java | package com.tw.apistackbase.models;
import java.io.Serializable;
public class Employee implements Serializable {
private int id;
private String name;
private int age;
private String gender;
public Employee() {
}
public Employee(int id, String name, int age, String gender) {
this.... | [
"CAYCHJE@OOCL.COM"
] | CAYCHJE@OOCL.COM |
0fe7e398aa4c56988965d340009abfd70c32c45e | e94a7a71004d31270530946a02d6a0b0015981d4 | /TestGitEclipse-1/src/main/java/be/businesstraining/TestGitEclipse_1/App.java | 2df24d5d1c300cf272ab1b0ac798c6bfbcab15c8 | [] | no_license | fannysat/repodemoeclipse | 5d585e200974ad26902d54d898d3a92d42e5404f | 9cc7153b97a4900950bd87442f66eaa134d84857 | refs/heads/master | 2021-01-22T10:57:31.106768 | 2017-09-04T10:32:22 | 2017-09-04T10:32:22 | 102,343,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package be.businesstraining.TestGitEclipse_1;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
showLogginFramework();
}
private static void showLogginFramework() {
System.out.println("hola chu"... | [
"student@PARIS3-2.bt-training.be"
] | student@PARIS3-2.bt-training.be |
854a85e36208d82af0676ac04aa51efe3983e06e | abb526a335f8e484388aceda8f303c20c78215cb | /src/main/java/learning/session/reactive/rxjava/learnreactive/util/ThreadUtils.java | 013ac4fd124fde6f2a1e7b4de3b9e6be6d3b2810 | [] | no_license | NehalDamania/learning-reactive | 072242878fe64f788c55e6adab0e9408e6958752 | d2710cf0b0c7f7dea9ff914ef2f309f13d93e273 | refs/heads/master | 2020-01-23T22:02:43.989692 | 2016-11-24T22:31:56 | 2016-11-24T22:31:56 | 74,708,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package learning.session.reactive.rxjava.learnreactive.util;
public class ThreadUtils {
public static void sleep( long ms ) {
try {
Thread.sleep(ms);
} catch (InterruptedException ex) {
// suppress
}
}
public static void wait( Object moni... | [
"nehal.damania@mindfort.tech"
] | nehal.damania@mindfort.tech |
25cc39e02b0a73b0775e17a055dfca04fec7f3b9 | c0b516f738af4963f025646fb99adbccc07d1112 | /login-server/src/main/java/com/ocdsoft/bacta/swg/login/message/GameServerAuthenticate.java | 310a366ab8490946cd46ae4c7cece869f5313567 | [] | no_license | Dust906/swg-server | 159f5a6ba1cbb80cdee56a5148535a1e385fe182 | 03c99dc75119e4b2bd8abe73bed9c5cb0f7e46ee | refs/heads/master | 2023-07-06T01:39:11.199122 | 2017-04-03T00:53:13 | 2017-04-03T00:53:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package com.ocdsoft.bacta.swg.login.message;
import com.ocdsoft.bacta.swg.protocol.message.GameNetworkMessage;
import com.ocdsoft.bacta.swg.protocol.message.Priority;
import lombok.AllArgsConstructor;
import lombok.Getter;
import java.nio.ByteBuffer;
/**
* Created by kyle on 5/24/2016.
*/
@Getter
@Priority(0x05)
@... | [
"mustangcoupe69@gmail.com"
] | mustangcoupe69@gmail.com |
3343cc0bf55e9b5c2a30f50bba4d9bd7c9da1946 | 18010dc7f8fa0010d8ea3dc4f842d1db14771f5a | /src/test/java/org/monjo/core/CollectionAnnotationTest.java | 097fe7b10e2adaca5f14d38fec0ab9f98e0c5ec3 | [] | no_license | equake/monjo | af29e20258593890717939cf3ffa3e811e98ac8a | f8da25f1af937234ef715099055a5b025425ee45 | refs/heads/master | 2021-01-21T00:29:28.522846 | 2012-05-30T21:27:38 | 2012-05-30T21:27:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package org.monjo.core;
import org.bson.types.ObjectId;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.Mockito;
import org.monjo.core.Monjo;
import org.monjo.core.annotations.Entity;
import org.monjo.core.conversion.MonjoConverterFactory;
import org.monjo.document.IdentifiableDocument;
import com.... | [
"rdlopes@sp.r7.com"
] | rdlopes@sp.r7.com |
f6123f9a565483e5962bdfd61b90ec98cb8c0e23 | fa28e090bd3b587ac8cc0ea611a407278bd0e670 | /src/test/java/me/jrmensah/daveslist/DaveslistApplicationTests.java | cf03ba7db382baffbb693a72c26dd3288b48f988 | [] | no_license | jrmensah/daveslist | 00bf5145a1a06d33e4c084900f1c4c1cab6b79f6 | 1837e381d15faa8e36e49c7fb0631500914e6f70 | refs/heads/master | 2021-08-14T13:44:06.442486 | 2017-11-15T21:48:48 | 2017-11-15T21:48:48 | 110,890,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package me.jrmensah.daveslist;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class DaveslistApplicationTests {
@Test
public void co... | [
"jerilynmensah@gmail.com"
] | jerilynmensah@gmail.com |
7d9a541d7e88e40db28e8e9ac9a092a67f7ec846 | baea4515af8f72b8ed0d3092035b634271e11623 | /src/test/java/helmes/test/sectors/SectorsApplicationTests.java | a43b6fe9c9b549a618c349da1c022ec55b37bf48 | [] | no_license | WernerTurban/SectorsTest | c068593790195ed018ae5c1a973bf06867e4bed2 | 3c1958c5afd2ea46e86d69d14963e6ff297670ef | refs/heads/master | 2022-12-14T15:37:57.724162 | 2020-09-21T19:53:34 | 2020-09-21T19:53:34 | 297,171,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package helmes.test.sectors;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SectorsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"werner.turban@ttu.ee"
] | werner.turban@ttu.ee |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.