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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6ee7f7caaf5be6ef0258c0ed4e10db951376f13b | e2adb3fadf79028a22780bc6d1c1490051d5111b | /getty-core/src/main/java/com/gettyio/core/channel/starter/Starter.java | a0bf13a798b081b4e3766e055c2d99345043c1ca | [
"Apache-2.0"
] | permissive | endlessc/getty | 4b2d4d7faa7dcdd6d51ca6e84b82255652a1a2bb | d44fc467ed9fe15bc96d2e2b7ef0ab5a885fe8a1 | refs/heads/master | 2022-07-03T06:29:06.388147 | 2020-04-22T00:40:26 | 2020-04-22T00:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package com.gettyio.core.channel.starter;/*
* 类名:Starter
* 版权:Copyright by www.getty.com
* 描述:
* 修改人:gogym
* 时间:2020/4/8
*/
public abstract class Starter {
/**
* Boss线程数,获取cpu核心,核心小于4设置线程为3,大于4设置和cpu核心数一致
*/
protected int bossThreadNum = Runtime.getRuntime().availableProcessors() < 4 ? 3 : Run... | [
"34082822+gogym@users.noreply.github.com"
] | 34082822+gogym@users.noreply.github.com |
6d8bfbe97f05221eff0f456e205a86a0bc9aed27 | eb743e3383d8cf61e88ec14a8996acce9953d9bc | /chapter2_001/src/test/java/ru/job4j/tree/TreeTest.java | b6c48b4907bf9fe49710d6b35e44f6f47615322d | [
"Apache-2.0"
] | permissive | Tovaniks/snazarov | 80353ccba1243210a6f2847d8b39428b5498e802 | 5d1593a67cecf4f397b1a2caa334db5bc54c817d | refs/heads/master | 2018-10-09T08:42:37.893886 | 2018-07-11T08:45:25 | 2018-07-11T08:45:25 | 117,973,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,841 | java | package ru.job4j.tree;
import org.junit.Test;
import java.util.Iterator;
import java.util.NoSuchElementException;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
public class TreeTest {
@Test
public void when6ElFindLastThen6() {
Tree<Integer> tree = new Tree<>(1);
t... | [
"tovaniks@yandex.ru"
] | tovaniks@yandex.ru |
fa550404ae9c797f87d5c99908b2c45bd4b0c654 | b592696df6a5c08e2ff6898e0cb8163ba6b6a480 | /backuptool/src/main/java/com/fastsitesoft/backuptool/utils/FSSConfigurationFile.java | 5c33971e5dea114626d9c1d46e9dea8ceb87d60a | [] | no_license | kervinpierre/backuptool | df534d0691803a61933abceb4a910c24795d367d | 1d0b43897cccf22ca9d4a9610dfa45b571f4e466 | refs/heads/master | 2022-05-06T08:12:11.054704 | 2019-03-16T01:32:02 | 2019-03-16T01:32:02 | 164,045,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,709 | java | /*
* SLU Dev Inc. CONFIDENTIAL
* DO NOT COPY
*
* Copyright (c) [2012] - [2015] SLU Dev Inc. <info@sludev.com>
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of SLU Dev Inc. and its suppliers,
* if any. The intellectual and technical concepts contained... | [
"kervin@citymsp.nyc"
] | kervin@citymsp.nyc |
890d679877e59411284fb9ed456a7344ff42885b | f378ddd47c8b7de6e9cf1d4228c84f73e9dc59f1 | /projetos/Web/Object_catalog/src/ru/spbstu/telematics/objectCatalog/DeleteStyleServlet.java | d3c1203fa7dddf5bd77ff75ba6daa5562babed5d | [] | no_license | charles-marques/dataset-375 | 29e2f99ac1ba323f8cb78bf80107963fc180487c | 51583daaf58d5669c69d8208b8c4ed4e009001a5 | refs/heads/master | 2023-01-20T07:23:09.445693 | 2020-11-27T22:35:49 | 2020-11-27T22:35:49 | 283,315,149 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | package ru.spbstu.telematics.objectCatalog;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class DeleteStyleServlet extends HttpServlet{
ObjectCatalog catalo... | [
"suporte@localhost.localdomain"
] | suporte@localhost.localdomain |
ab0780e723f652268d107cd529ae76c4ddec27e8 | 4baea63c9b7e70d0257c33f02782dbf9681de79d | /RMI/src/rmi_serializableList/ListItem.java | 329ba1e06343ab565eb472d279938ceadd188810 | [
"MIT"
] | permissive | mwel/FOPT | 5355160d8f68691094046fae8caadb401b08f5cb | 5e20cc37816e790726711d065ec1f81b2c701731 | refs/heads/master | 2021-06-27T02:49:39.543848 | 2020-10-04T13:37:31 | 2020-10-04T13:37:31 | 154,032,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package rmi_serializableList;
import java.io.Serializable;
public class ListItem implements Serializable {
private int value;
private ListItem next;
public ListItem(int value) {
this.value = value;
this.next = null;
}
public int getValue() {
return value;
}
publ... | [
"max.wellenhofer@gmail.com"
] | max.wellenhofer@gmail.com |
64490b71230506713d3b2ef71b878833d8e21e55 | be4675c3dc721a40c6e0b2750762fc3f96403bb3 | /src/test/java/com/empiresAndAllies/library/TestngListener.java | 07855229851e994109a41a296acc6ee98e29cc27 | [] | no_license | cbtautomation92/EmpiresandAllies | 5d939939cc44dee97f53b64b96f57bdcd3553293 | fd3acc3a35cd40f589d4ecc00618806a69a172b4 | refs/heads/master | 2021-01-11T19:53:01.961235 | 2017-01-20T06:42:51 | 2017-01-20T06:42:51 | 79,418,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,364 | java | /***********************************************************************
* @author : LAKSHMI BS
* @description : Implemented ITestListener interface and overrided methods as per requirement. It listenes to all the events performed by Testng and keep track of it.
* @method : onTestStart()
* @method : on... | [
"RAGHUKIRAN92"
] | RAGHUKIRAN92 |
c29b50041399bc03ed685d51e6772626ef5b8cbe | ced62ae5fb068627312a5e63a15fcc26e1596432 | /tests/simplify-01/src/test/java/org/jvnet/jaxb2_commons/plugin/simplify/tests01/Gh4Test.java | 0226d78e8dd5a68d1f9ab5724f18531a53218aa8 | [
"BSD-2-Clause"
] | permissive | ja6a/jaxb2-basics | 3201d4fa346d4e0ab7aa9a9dfe8198c94a0f2a32 | fb6979be02e8acf3ba4674a4a91cd0f25d067148 | refs/heads/master | 2020-02-26T16:46:45.464595 | 2014-12-19T14:50:27 | 2014-12-19T14:50:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package org.jvnet.jaxb2_commons.plugin.simplify.tests01;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBElement;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class Gh4Test {
private JAXBContext context;
@Before
public void setUp() throws Exception {
context = J... | [
"aleksei.valikov@gmail.com"
] | aleksei.valikov@gmail.com |
4a3353deb9ace5062d29671817bcacdbf62dc0fd | 2d242a8d03163074b99e3c84547686a72a004f30 | /src/main/java/com/bettorleague/server/batch/football/data/org/processor/CompetitionProcessor.java | 0cfc47c413f5f0fb3a37f534302c00a28a6ed039 | [] | no_license | BettorLeague/bettor-league-api | 7882a5519cf2398870ea50e2ef9aac59ef16f1cd | 87019a922970bbbd29215e4da1e34aab601e6674 | refs/heads/master | 2023-05-01T12:24:22.305701 | 2019-07-02T13:20:06 | 2019-07-02T13:20:06 | 187,831,471 | 0 | 0 | null | 2023-04-14T17:47:36 | 2019-05-21T12:20:48 | Java | UTF-8 | Java | false | false | 2,130 | java | package com.bettorleague.server.batch.football.data.org.processor;
import com.bettorleague.server.dto.football.data.org.CompetitionDto;
import com.bettorleague.server.model.football.Competition;
import org.modelmapper.ModelMapper;
import org.springframework.batch.item.ItemProcessor;
public class CompetitionProcessor ... | [
"c.nadjim@gmail.com"
] | c.nadjim@gmail.com |
f2c60d5a3e6d4431a470ca648be68434e9f83ba4 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_373/Testnull_37295.java | 53fc626266751cf0ecb5ea9267bcda9fe31b0c88 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_373;
import static org.junit.Assert.*;
public class Testnull_37295 {
private final Productionnull_37295 production = new Productionnull_37295("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
58c003abc117e2ae6534da7295ececadb168cab9 | 05fb661633873b55030a18a4d18c4481492101a1 | /src/main/java/com/example/demo/config/userConfig.java | a3d8ab3dc72bf63afe9bc3d710ab730a13c529e4 | [] | no_license | chowtha/SpringRestCRUD | 45a0ed0318a5322993bbcc8028968b856f4953fc | c3bb2ea0fa74f1f7774334abbfef07db1863d4bc | refs/heads/master | 2023-07-14T18:41:39.018845 | 2021-08-24T08:03:16 | 2021-08-24T08:03:16 | 399,364,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package com.example.demo.config;
import static springfox.documentation.builders.PathSelectors.regex;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.service.... | [
"sandeepsharma.achanta@gmail.com"
] | sandeepsharma.achanta@gmail.com |
f968626cdae00b2c8235f1a80026a8a9aa0f4d6f | d83908ad9a9273a0a966788e3e945bfc11eb3008 | /product/src/main/java/com/ys/product/utils/ResponseStatus.java | fd7e49521b2057d7045929fd009fa8447e0fa1ea | [] | no_license | yang1097711044/springboot-fit | fe0d7cb46cb8b9539036992622a7f6d8d727367c | 31bf6b5f821ab86f70b925cc6635d161a721af52 | refs/heads/master | 2022-08-18T18:14:17.131301 | 2019-09-21T08:37:36 | 2019-09-21T08:37:36 | 209,501,586 | 0 | 0 | null | 2022-06-21T01:54:15 | 2019-09-19T08:26:31 | Java | UTF-8 | Java | false | false | 2,423 | java | package com.ys.product.utils;
/**
* 自己根据公司的业务场景定制,
* 参照 https://docs.open.alipay.com/common/105806/
*
* @author zhangwei
*/
public enum ResponseStatus {
/* 成功状态码 10000 */
SUCCESS(200, "成功"),
/* 账号错误*/
/*用户未登录*/
ACCOUNT_NOT_LOGIN(10001, "user no login"),
/*账号不存在或密码错误*/
ACCOUNT_LOGIN_E... | [
"liuyangy1044@foxmail.com"
] | liuyangy1044@foxmail.com |
656728c2383e7ca613a35598105a7bd1583d7693 | 55d32ebe3b454254ccdc12510cc69db64b128612 | /app/src/main/java/com/krzysiudan/ourshoppinglist/activities/BaseActivity.java | 6d4dc7d511c5b56e22698eb1f22157ca305c6877 | [] | no_license | Krzysiudan/OurShoppingList | 94549f86b40e5f30e198152bd37ffd16b872c01f | bfc9935b980bfc8bb2da0d1db136052336424fea | refs/heads/master | 2020-04-12T04:17:46.437958 | 2020-03-03T20:47:56 | 2020-03-03T20:47:56 | 162,291,130 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | package com.krzysiudan.ourshoppinglist.activities;
import android.app.Activity;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.krzysiudan.ourshoppinglist.application.MyApp;
public class BaseActivity extends AppCompatActivity {
protected MyApp mMyApp;
protected void on... | [
"krzysiudan@gmail.com"
] | krzysiudan@gmail.com |
3b9533c016e1e669f2b2818b2d3a1dea12e2cb57 | 96ab6673c6e44133491c0644409d08b15af19cd6 | /src/test/java/com/example/clinic/service/PrescriptionServiceTest.java | b84390374358c8df1fa07bd7ec108cd6d152b6e2 | [] | no_license | warkoczek/clinic | 03f1ec391b7b3beb51fea34360f8ff56376200e3 | 92d32ea67582a3a8d8867d41d622336b98c682fc | refs/heads/master | 2021-03-01T16:17:48.588544 | 2020-04-15T08:51:28 | 2020-04-15T08:51:28 | 245,798,023 | 0 | 0 | null | 2020-10-13T21:12:25 | 2020-03-08T10:58:37 | Java | UTF-8 | Java | false | false | 3,590 | java | package com.example.clinic.service;
import com.example.clinic.domain.*;
import com.example.clinic.model.dto.prescription.PrescriptionDTO;
import com.example.clinic.repository.DoctorRepository;
import com.example.clinic.repository.PatientRepository;
import com.example.clinic.repository.PrescriptionRepository;
import or... | [
"53393030+warkoczek@users.noreply.github.com"
] | 53393030+warkoczek@users.noreply.github.com |
e1e7d45b633f55638b0ec9bce7cda8ceabefb0ba | be7fe807b2a7af7b8c196de18bcd707e5802b224 | /String/unqiueEmailaddress.java | 190736663b102e790427001cecc345948a327edb | [] | no_license | VijayPutta/Algorithms | 9c1d7473a233f4d2dc76bed2d88f51399f462520 | fc550fbbe34cf60486c49194bb6bb8822525110a | refs/heads/master | 2020-11-25T05:13:46.628864 | 2020-01-05T12:16:34 | 2020-01-05T12:16:34 | 228,515,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | class Solution {
public int numUniqueEmails(String[] emails) {
Set<String> seen = new HashSet();
for(String email:emails){
int i=email.indexOf('@');
String local = email.substring(0,i);
String rest = email.substring(i);
if(local.contains("+")){
... | [
"noreply@github.com"
] | VijayPutta.noreply@github.com |
d32147daac37ad2d095e003e94cf77bee60984d0 | 88a65a4f471612e14b769c4c0bdbf3b3f30cb045 | /SMA1/src/aasss/Task1.java | 588036742b453b87a5c0a398f19bb5c74e633b7d | [] | no_license | Alhussien31/DStask1 | 258dc9b78998f6167bf3388cc4094b939b12df54 | ebfba4f3ddb731c77f4286c61fae833553eb6b66 | refs/heads/master | 2022-12-20T21:54:11.417592 | 2020-09-25T17:22:53 | 2020-09-25T17:22:53 | 298,633,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,461 | java | package aasss;
public class Task1 {
public static void main(String[] args) {
double[] myList = {1,-7, -6, 9, 8};
//Q1:Find the sum of all negative numbers in array.
double sumoutP = 0;
for (int i = 0; i < myList.length; i++) {
if(myList[i]<0)
sumoutP... | [
"ALHUSSIEN@DESKTOP-186M9MT"
] | ALHUSSIEN@DESKTOP-186M9MT |
7ba0f62b909c74986bc70589d4ef5849212cba0b | 511670f0a7b04b99a093f02cc280369cb5d67f67 | /src/main/java/leetcode/搜索插入位置.java | 1605fad99faa713eeb62977f564d2e9e3ff0a025 | [] | no_license | xiaosamo/Algorithms | 11c9f7103a2277482f66d6d505edd0c64036c0fc | d73c626df72289ef59b6de1cdf768df28d2a5603 | refs/heads/master | 2022-07-02T00:58:04.544446 | 2020-06-28T03:34:27 | 2020-06-28T03:34:27 | 186,937,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package leetcode;
public class 搜索插入位置 {
public static int searchInsert(int[] nums, int target) {
for (int i = 0; i < nums.length; i++) {
if (nums[i] == target) {
return i;
} else if (nums[i] > target) {
return i;
}
}
return... | [
"yuan491187718@gmail.com"
] | yuan491187718@gmail.com |
10599fc55d56e038b07b2d843a22e6aceacb1799 | 30cc96af0327f00c2830fc6ba9f856aeb74c179c | /core/src/main/java/ru/nikita/platform/sms/providers/ProtocolsRegistry.java | 120338533d28a090e4de9b6c9c069bf9c90b76da | [] | no_license | nikelin/SMSi | 6562ec04f74a8abe3bd72a055136fe02f025c2f1 | 9c79af8ae9a6c61ec054c899a2303d1fe3a7e9d3 | refs/heads/master | 2021-01-17T17:05:44.661627 | 2012-03-18T10:52:37 | 2012-03-18T10:52:37 | 3,754,302 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package ru.nikita.platform.sms.providers;
import com.redshape.utils.IEnum;
import ru.nikita.platform.sms.providers.impl.ESMEProvider;
import java.util.HashMap;
import java.util.Map;
/**
* This class is not suitable to be used in RMI context!
*/
public final class ProtocolsRegistry {
private static Map<Protocol... | [
"self@nikelin.ru"
] | self@nikelin.ru |
0b8b88298f0781aa720462563e4fae109a38a507 | 4fff4285330949b773e0b615484fb9c4562ff2cd | /vc-web/vc-web-front/src/main/java/com/ccclubs/admin/model/CsCan.java | 462ffe5674f48746ce9f238b56a8334a11ca9a3b | [
"Apache-2.0"
] | permissive | soldiers1989/project-2 | de21398f32f0e468e752381b99167223420728d5 | dc670d7ba700887d951287ec7ff4a7db90ad9f8f | refs/heads/master | 2020-03-29T08:48:58.549798 | 2018-07-24T03:28:08 | 2018-07-24T03:28:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,783 | java | package com.ccclubs.admin.model;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Transient;
import com.fasterxml.jackson.annotation.JsonFormat;
import org.spr... | [
"niuge@ccclubs.com"
] | niuge@ccclubs.com |
32ba8d6810b489b70e3738d61a980ab65b2538a3 | 34c07fd5d1d790636b5e358c27a767801c22a6c3 | /Integrador/src/integrador/Practica.java | a6ca165906538582970ff5cbc740d270a2ffa199 | [] | no_license | GonzaloDRM/EjerciciosJava | ec865692d6dedceaac08f83cd41b8625aa5df037 | 1b65951e707b064a9af7fc5b6292dec813cd60f5 | refs/heads/main | 2023-06-25T09:27:34.836209 | 2021-07-15T15:09:59 | 2021-07-15T15:09:59 | 385,814,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,003 | java | package integrador;
import java.util.ArrayList;
import java.util.Collections;
import java.util.InputMismatchException;
import java.util.List;
public class Practica {
/**
* El programa debera tomar un numero x y determinar si es capicua o no
* **Contemplar que el num que llega puede ser null,en caso de ... | [
"gonzalo_delrio@live.com.ar"
] | gonzalo_delrio@live.com.ar |
665d72ca645a915e421b450d600d58532bfa0a07 | ad562f39e2c652030d2dda054ab508c98c65ef1c | /src/oops_concepts/Constructor.java | c71d3c9acf284b30c5d7f9132097f58ebdaa0bf1 | [
"MIT"
] | permissive | Mahesh-Parmar/CoreJava | cd88193ccba413f71500a63a3a63d5648ed08ede | 27da921ce8f5407f29a71632b7fda8c21b15336a | refs/heads/master | 2021-01-03T10:53:42.055213 | 2020-06-13T11:22:45 | 2020-06-13T11:22:45 | 240,049,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | package oops_concepts;
public class Constructor {
/**
* Concept of Constructor
* A block of code similar to method that get executed when instance of a class is created
* Generally used to initialize member variables of a class
* Constructor name is same as that of class name
* Constructor does not have ... | [
"maheshkparmar540@gmail.com"
] | maheshkparmar540@gmail.com |
524f4d606899736f24028fb64f4cbdc4a1d89d22 | bc8e436ad945cc075b9d47869e82529d972969b6 | /ca-dbtool/src/main/java/org/xipki/ca/dbtool/xmlio/ca/RequestCertsWriter.java | deedf493cb9f93a1f78b3b43a6c48523d48acc78 | [
"Apache-2.0"
] | permissive | etsangsplk/xipki | 283ac407756c2856a91e01787db271f8a92bb4b0 | 230365bf7e5686b83a186e2bebcef49c08b55887 | refs/heads/master | 2020-03-18T13:16:57.382344 | 2018-05-24T05:19:10 | 2018-05-24T05:19:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,296 | java | /*
*
* Copyright (c) 2013 - 2018 Lijun Liao
*
* 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 a... | [
"lijun.liao@gmail.com"
] | lijun.liao@gmail.com |
b08ff2d6da5a212208fa038a105801915bccab4f | 0ee6b1b3fe52952a7bcff344927324b32361f31a | /app/src/main/java/org/stepik/android/adaptive/api/ViewRequest.java | 9a145c99fff17e556e1b5dc38ff3f6ff73be2cad | [] | no_license | gusio-ai/stepik-android-adaptive | 314912ae283c2a73c57abbddf59134d719f3453f | f6bb8e68e926857d216bf6d845c05af0ecaa7b75 | refs/heads/master | 2023-01-03T10:29:50.705751 | 2018-12-14T11:37:01 | 2018-12-14T11:37:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package org.stepik.android.adaptive.api;
import org.stepik.android.adaptive.data.model.View;
public final class ViewRequest {
private View view;
public ViewRequest(long assignment, long step) {
this.view = new View(assignment, step);
}
}
| [
"smartmorefeed@gmail.com"
] | smartmorefeed@gmail.com |
e003e8c90bc7cafacf83380bf9f960d647ca14c5 | dc8da4e0ad7bebe9ffeabd05de6a71c04fab940f | /src/main/java/com/example/imsproject/Recyclerviewadapter.java | 6649345cb6bfe69f9f4bf30509f5ee4894b71e33 | [] | no_license | Vinzler/IMS | 719efc9cafe385b842b022193d180c1c77cd7604 | 8dba2c8f3b6c9b10cc39757e22358d255319edf7 | refs/heads/master | 2020-06-09T10:22:45.991108 | 2019-06-24T04:38:44 | 2019-06-24T04:38:44 | 193,422,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,764 | java | package com.example.imsproject;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import andr... | [
"noreply@github.com"
] | Vinzler.noreply@github.com |
314a43856a86fe0baa0fe5498db9ab567a3b926f | 0659d2711518cd9016b1dd0ec4a69cdd31989532 | /src/com/syncsys/factories/FactoryHolder.java | eaeb819d20db1bda093f383309de4ed6c86e3c60 | [] | no_license | antonrogo1/SynchronousSystem | baf9b9d0bfbae5b5f85cba39c0ecebe1bec5a646 | 69067299d13953d23fa493e21a0012ddd5f71d3e | refs/heads/master | 2021-01-13T11:30:39.680339 | 2017-03-27T01:32:03 | 2017-03-27T01:32:03 | 81,682,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.syncsys.factories;
/**
* Created by z on 3/26/17.
* The idea behind the FactoryHolder is to make it easier to switch modes by simply changing the factory implementation.
*/
public class FactoryHolder {
private static Factory factory;
public static void setFactory(Factory implementation){
... | [
"zoejonestx91@gmail.com"
] | zoejonestx91@gmail.com |
5848c9870416e0f87e8b051cca05a712d115708f | b07a627dbbbb7a2afd5082520f17f81b9d048d05 | /javaBasic/src/Operator/OperatorEx9.java | 421ba1567db8988f9d70f691cbdf36f8c614c028 | [] | no_license | ParkHanSeo/Java_Basic | dd2f5029e5e87d472ce6c21b187af138cb1ee572 | cfdf56882b04be589ea9ed56c730ee7a185604ba | refs/heads/master | 2023-07-14T03:46:39.448057 | 2021-08-13T11:35:50 | 2021-08-13T11:35:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package Operator;
public class OperatorEx9 {
public static void main(String[] args) {
long c = 1_000_000;
long d = 1_000_000;
long a = c * d;
long b = 1_000_000 * 1_000_000L;
System.out.println(a);
System.out.println(b);
}
}
| [
"user@DESKTOP-04GIHST"
] | user@DESKTOP-04GIHST |
d32666f6d67c0d628161653bb150955123893ee1 | e8e8d2f0054d09d21089dad95edaffb560ef927f | /src/main/java/me/lucko/networkinterceptor/common/CommonCommandSender.java | 270eb067164d118ecd2d44892951e9d645cc631b | [
"Unlicense"
] | permissive | xiyiziran/NetworkInterceptor | e7fed9819d1d3c1e2241a00b1b48aaaca545e9fe | d8881cab2d5f1d132936d0ded101705ef6d945a0 | refs/heads/master | 2023-08-19T03:56:54.244137 | 2021-10-17T01:57:36 | 2021-10-17T01:57:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,206 | java | package me.lucko.networkinterceptor.common;
import com.velocitypowered.api.command.CommandSource;
import net.kyori.adventure.text.Component;
import net.md_5.bungee.api.chat.TextComponent;
public interface CommonCommandSender {
void send(String msg);
void send(String... msgs);
boolean hasPermission(Str... | [
"mart.ratas@gmail.com"
] | mart.ratas@gmail.com |
e61749113e2cc2dbbcc355fca8bc657f92e2d6a7 | a152cedc843a597225c30cb9c3d5e38929773a3a | /java/ohi/andre/consolelauncher/commands/raw/peoples.java | bb9437b0a99f74ff420917272ca9591eb0aae9a2 | [] | no_license | Citlalatonac/andre1299-ConsoleLauncher | 98374c34cc376cd4c0e1893b3e127e9e5d8fdd93 | 4fec6cafbcd1e6760a509b56fba367ef5d14cfbe | refs/heads/master | 2020-04-11T03:37:02.374270 | 2016-01-09T09:38:01 | 2016-01-09T09:38:01 | 50,442,793 | 1 | 0 | null | 2016-01-26T16:39:00 | 2016-01-26T16:39:00 | null | UTF-8 | Java | false | false | 1,037 | java | package ohi.andre.consolelauncher.commands.raw;
import java.util.List;
import ohi.andre.consolelauncher.R;
import ohi.andre.consolelauncher.commands.CommandAbstraction;
import ohi.andre.consolelauncher.commands.ExecInfo;
import ohi.andre.consolelauncher.tuils.Tuils;
public class peoples implements CommandAbstraction... | [
"franzbianconero@gmail.com"
] | franzbianconero@gmail.com |
cf379c28dcd47bd3dc6e5934f6a0a62caa4ffbb9 | ca74f7247776abf804b1cbaedbb89d90bea66aa4 | /JerseyRestService/src/test/java/com/java/spring/jersey/MyJerseyEndpoint.java | 3a76455bc6774a96a4b33d5c4a26677d2ec54058 | [] | no_license | rmondal-tech/WebService-Spring-Jersy | e56d2dfa98e6a1dab5aec38baf5dc0f415eb715b | cd5095b30e0fbf8b172aa485ab7cfa82ace38b47 | refs/heads/main | 2023-04-28T17:31:41.776178 | 2021-05-15T04:58:48 | 2021-05-15T04:58:48 | 358,854,358 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,249 | java | package com.java.spring.jersey;
import java.net.URI;
import java.net.http.HttpResponse;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.springframework.http.HttpEntity;
import o... | [
"rahulmondal684307@gmail.com"
] | rahulmondal684307@gmail.com |
cbe3f573cec59e29adb5aa5859c0c5f666aa996c | c9f05857b9007ea92198499f186acaf853dcbd53 | /src/main/java/com/hcl/ecommerce/service/ProductServiceImplementation.java | 361fa05d6bcbc4286de048d61f3e5baec33af0f3 | [] | no_license | chethana613/ecommerce | 95d0d2567b4a99d1fd59fbe348475dbc037cde6a | d8252734d7412f8f2dddadd868786a81022e9fbc | refs/heads/master | 2020-09-18T18:25:25.701863 | 2019-11-26T10:33:46 | 2019-11-26T10:33:46 | 224,164,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,849 | java | package com.hcl.ecommerce.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.hcl.ecommerce.constants.ProductConstant... | [
"User1@LP-5CD9296CLJ.HCLT.CORP.HCL.IN"
] | User1@LP-5CD9296CLJ.HCLT.CORP.HCL.IN |
f3b2df048622089d3fb527ad0ca3f043e428e670 | 39e36b0518f6b67aa3168b184fab9a19aee53c5e | /app/src/main/java/com/example/gagan/proj1/adapter/PagerAdapter.java | 01261eb179bb103da530cdff1cc4368c27b94819 | [] | no_license | gagan1994/SomeProj | 5264f84be23a3fe8286201d5259e9314d41be329 | fa59e83b61a5c11334b92ecc170355e5f723817b | refs/heads/master | 2020-03-24T03:51:31.629127 | 2018-07-26T12:01:32 | 2018-07-26T12:01:32 | 142,434,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package com.example.gagan.proj1.adapter;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import com.example.gagan.proj1.fragments.AddUserFragment;
import com.example.gagan.proj1.fragments.BaseFragment;
import com.example.gagan.proj1.fragments.ChattFragment;
imp... | [
"gagan.s.patil18@gmail.com"
] | gagan.s.patil18@gmail.com |
b77acfcf96ab649b5d62f3397819cc7e7b3eab13 | fb8c2030ed487379dddf5e1fecab54c6a21c7ac6 | /javaLearned/src/myLearnedClase.java | 79262553b06673a84c8093856cae4302b32b2de4 | [
"Unlicense"
] | permissive | Yoshicyc/AllCodes | 144ee4995f7774c82a53e0eb300c9ecb007c853d | 6a72669d243065a5b7009e0cbd03de27a720e5f5 | refs/heads/master | 2020-03-28T08:56:36.278048 | 2018-09-09T08:04:53 | 2018-09-09T08:04:53 | 148,001,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,088 | java |
public class myLearnedClase {
public static void main(String[] args) {
// TODO Auto-generated method stub
//1 set auto-fill-in
// auto activation triggers for Java ".abc...ABC"
System.out.println("successful");
//2 shortcut key reminder
// (1)Ctrl+Space
// 说明:内容助理。提供对方法,变量,参数,javadoc等得提示,
// 应运在多种场... | [
"Yoshi@172.16.67.27"
] | Yoshi@172.16.67.27 |
40cb886260a18743350bed9d545461b188ad9ffb | b9559e00a99cc08ee72efb30d3a04166054651e2 | /Java/ZipMe/Base/net/sf/zipme/CheckedOutputStream.java | 4d1f7abfaab0c4e22ef0799cc532aeca0e312bd9 | [] | no_license | joliebig/featurehouse_fstcomp_examples | d4dd7d90a77ae3b20b6118677a17001fdb53ee93 | 20dd7dc9a807ec0c20939eb5c6e00fcc1ce19d20 | refs/heads/master | 2021-01-19T08:08:37.797995 | 2013-01-29T13:48:20 | 2013-01-29T13:48:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,374 | java | //
package net.sf.zipme;
import java.io.IOException;
import java.io.OutputStream;
/**
* OutputStream that computes a checksum of data being written using a
* supplied Checksum object.
* @see Checksum
* @author Tom Tromey
* @date May 17, 1999
*/
public class CheckedOutputStream extends OutputStream {
/**
* ... | [
"apel"
] | apel |
2bddab52235e6603795113ba353b58bad8041f38 | 15f5a7ed37142c17c2fe65ff00fa6a50af3a496d | /jsf2/jsf2-widgets/src/java/org/sakaiproject/jsf2/model/PhaseAware.java | 11b3de5f363570fa2c345d1febb5fb6d956a2d71 | [
"ECL-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LicenseRef-scancode-generic-cla"
] | permissive | hec-montreal/sakai | 1037be1cab6d2c610f249aa9e438569c1eaa02a9 | 165886f530aeb0a046be33d32bb1daa6960ca116 | refs/heads/zonecours | 2023-06-21T19:27:59.962709 | 2023-06-20T18:28:14 | 2023-06-20T18:28:20 | 57,977,965 | 2 | 1 | ECL-2.0 | 2020-04-07T14:17:45 | 2016-05-03T14:59:56 | Java | UTF-8 | Java | false | false | 1,473 | java | /**********************************************************************************
Copyright (c) 2018 Apereo Foundation
Licensed under the Educational Community 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
h... | [
"earle@longsight.com"
] | earle@longsight.com |
f76e0be8224bb5f84d54b6a9675fe3cb59577412 | f7ef5c22ee2c5f27c378f9e28b6b19479d6ccf32 | /Projekat/Backend/eventTS/src/main/java/ba/eventTS/models/Options.java | e0a328dc9543a92cce34fad4d7ae2632392b0260 | [] | no_license | SoftverInzenjeringETFSA/SI2016_TIM3 | 96c01b0a945c48d74368e35c3836eec768cd1adf | 1c7f3aef350fe17d6ef3efc9b85e1248852fc232 | refs/heads/master | 2021-01-21T17:22:48.542264 | 2017-06-17T20:42:49 | 2017-06-17T20:42:49 | 85,181,880 | 0 | 1 | null | 2017-06-17T20:42:50 | 2017-03-16T10:12:48 | Java | UTF-8 | Java | false | false | 1,720 | java | package ba.eventTS.models;
import java.io.Serializable;
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.persistence.ManyToOne;
i... | [
"epajic2@etf.unsa.ba"
] | epajic2@etf.unsa.ba |
cf0c2d54855f5a951b711b6abe9c58cac730593c | 5a5677e5b8e7842d212a5e129ec0d2f673ab3b3f | /module_2/src/_case_study/models/House.java | 47b3550e16eaec4cae08fa835aec3f1e7e1163fc | [] | no_license | HoTrang123/C0920G1-HoNguyenThuyTrang | 8a7c593f31669a59ba2119caf6b103f928e1d82f | db1ab79533f7a4d2fa92301756ce9c68fef39b69 | refs/heads/master | 2023-03-13T10:33:32.373133 | 2021-02-26T09:51:53 | 2021-02-26T09:51:53 | 295,307,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,019 | java | package _case_study.models;
public class House extends Services implements Comparable<House>{
private String kindHouse;
private String differentServiceHouse;
private String numFloorHouse;
public House() {
}
public House(String kindHouse, String differentServiceHouse, String numFloorHouse) {
... | [
"HoTrang123"
] | HoTrang123 |
9cff10bb084ff6f54b513f599ac87bae263d41ec | d3f78e08477644882bb044362240818e99bfc621 | /CourseSystem/src/com/servlet/SearchByPchapter.java | 0076d7396fd4c25b088c96c1d38a1d6fa894e68c | [] | no_license | ckt15/-web- | 086ba7818e531d407b17026a5d446204ff451770 | f2ff03e1362bfda74e6e111722c869bd988c26b9 | refs/heads/master | 2020-03-26T21:19:43.082670 | 2019-05-28T13:32:11 | 2019-05-28T13:32:11 | 145,380,978 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java | package com.servlet;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.dao.StudentDao;
import ... | [
"ckt239534@126.com"
] | ckt239534@126.com |
964509f994291010d9e526380e3a2a2c55ac4dee | 96b7a06e10e3e78c6005858371d395aaf3dda226 | /src/main/java/com/personal/nserver/OnNewEventListener.java | 000c28ebdce61b0068d2ed6cec85774d7f42c84e | [] | no_license | yaxixixixi/NServer | 2fe5201d6897e6deb4827b6171e9cc47f410f195 | 837e7fb3c5e2973ed7c3a33c737f83e6d2566fb6 | refs/heads/master | 2020-03-11T08:11:06.036259 | 2018-04-19T07:36:55 | 2018-04-19T07:36:55 | 129,876,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.personal.nserver;
import io.netty.channel.ChannelHandlerContext;
public interface OnNewEventListener {
void onMessage(ChannelHandlerContext ctx, String msg);
void onServerFilure(Exception e, String errorMsg);
void onServerSuccess(String msg);
void onChannelError(Exception e,String erro... | [
"yaxixixixi@outlook.com"
] | yaxixixixi@outlook.com |
d2fe2187ca130d65d090ebcfb2066b563e8c7790 | c359beff19d9fbb944ef04e28b3e7f9e59a742a2 | /sources/com/android/keyguard/widget/IAodClock.java | 2e7ecbc515563bd4d5ab06283f4c575f23d50ef7 | [] | no_license | minz1/MIUISystemUI | 872075cae3b18a86f58c5020266640e89607ba17 | 5cd559e0377f0e51ad4dc0370cac445531567c6d | refs/heads/master | 2020-07-16T05:43:35.778470 | 2019-09-01T21:12:11 | 2019-09-01T21:12:11 | 205,730,364 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.android.keyguard.widget;
import android.view.View;
import java.util.TimeZone;
public interface IAodClock {
void bindView(View view);
int getLayoutResource();
void setPaint(int i);
void setTimeZone(TimeZone timeZone);
void setTimeZone2(TimeZone timeZone);
void updateTime(boolea... | [
"emerytang@gmail.com"
] | emerytang@gmail.com |
909adb3b7982ba6df35e926f3481b17d84c49ae9 | a0c63177f987e1742261a60302189c8b72960db0 | /Download.java | e63a3ae30e8a571017420a7b41f9835ef6cbfa72 | [] | no_license | JoJoUp/dMusicAndPicture | 74bae1027211cf477ab929e840b5e3002427aa66 | 5e59c9404ef7e0ee10e2e2bd07fe20be035791f2 | refs/heads/master | 2020-04-13T07:41:09.967040 | 2018-12-29T07:44:06 | 2018-12-29T07:44:06 | 163,059,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,564 | java | import javazoom.jl.decoder.JavaLayerException;
import javazoom.jl.player.Player;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.nio.channels.Channels;
import java.nio.channels.ReadableByteChannel;
pub... | [
"playgamestimes@gmail.com"
] | playgamestimes@gmail.com |
6d97e48176e24e1f317c0a55236f875c15ab4c34 | 3ad7c63b02d5b40304d5547f5cf175c62061400e | /collections/map/adventure/LocationManager.java | 7ea69fedcaa3514db0cbd127bc962c5a1506b4d4 | [
"MIT"
] | permissive | cankush625/Java | d3d0c04ffdc26ec7b1999ab4f6dbb84b3090e2be | 8bb999303f578121fbb6dbe6f9671a20f6f00b30 | refs/heads/master | 2021-07-13T13:54:27.264449 | 2021-07-10T06:42:51 | 2021-07-10T06:42:51 | 178,910,844 | 1 | 1 | MIT | 2020-01-25T12:16:02 | 2019-04-01T17:14:00 | Java | UTF-8 | Java | false | false | 3,036 | java | package com.collections.map.adventure;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class LocationManager {
private static Map<Integer, Location> locations = new HashMap<>(); //Hashmap for the locations
public static void main(String[] args) {
Scanner scanner = new... | [
"cankush625@gmail.com"
] | cankush625@gmail.com |
dbb4ab264666638fc7256c4ce0d8059ed44a9608 | 9d0ed40ffb8119f94af3f42d534369f2581cb702 | /es-train/src/test/java/com/yfs/es/train/estrain/StockProfitServiceTest.java | e06da919488283870a1e30caed30b0b022873bff | [] | no_license | yfs666/routine | b0446966569a2d39c0a048d920ec7e6d5c5955ff | cce56303575707055ca91c601db13dafe798c08d | refs/heads/master | 2022-12-24T18:32:23.042117 | 2021-05-16T22:48:03 | 2021-05-16T22:48:03 | 248,658,841 | 0 | 1 | null | 2022-12-16T01:49:00 | 2020-03-20T03:21:38 | Java | UTF-8 | Java | false | false | 5,273 | java | package com.yfs.es.train.estrain;
import com.google.common.collect.Lists;
import com.yfs.es.train.estrain.biz.BizService;
import com.yfs.es.train.estrain.entity.StockProfit;
import com.yfs.es.train.estrain.entity.ThsPrice;
import com.yfs.es.train.estrain.service.StockPriceService;
import com.yfs.es.train.estrain.servi... | [
"yangfengshuai@koolearn.com"
] | yangfengshuai@koolearn.com |
eaa6be98e4eda7655f48c81ebd76582336a1bfeb | b14a60f107f6f336f3393105a88076b7a7148a68 | /src/MySolution/P110_Power.java | b60df67165fbcaeef888aa75f5fe8b633980999a | [] | no_license | hongpp/SwordOffer | d18d9aa2cc4dd354e0590e9fc6ee4bed0af3fe9c | 47e8bce6b432b9cb87b1f31ed40fa29dc2f9d930 | refs/heads/master | 2020-09-17T20:47:54.599201 | 2019-03-08T06:59:03 | 2019-03-08T06:59:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package MySolution;
/**
* 数值的整数次方
* <p>
* 给定一个double类型的浮点数base和int类型的整数exponent。求base的exponent次方。
*/
public class P110_Power {
/**
* 已过牛客
* https://www.nowcoder.com/practice/1a834e5e3e1a4b7ba251417554e07c00?tpId=13&tqId=11165&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ra... | [
"zuqiuyu@foxmail.com"
] | zuqiuyu@foxmail.com |
a949a61e0012dbe70ba69714b99fe5727c54782d | 5df38fdd2541c5d11f6884d5e6d675ac1517ba13 | /考试系统/trunk/remote-exam-system/WangGe/src/com/OnlineGridShop/timer/BrandgridTask.java | 71366aa9f9256916f39420dd1b021a47deba28c2 | [] | no_license | liubag/test0325 | 999b38040adf413987bba5c37764baebce43ccf0 | a53bdf74f617ece5a40837f0d6a2ee5e853317ec | refs/heads/master | 2020-06-06T09:41:15.362177 | 2014-03-25T09:14:17 | 2014-03-25T09:17:02 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,624 | java | package com.OnlineGridShop.timer;
import java.util.Date;
import java.util.TimerTask;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.OnlineGridShop.brand.Service.BrandgridGoodsSerivce;
import com.OnlineGridShop.brand.Service... | [
"58588710@qq.com"
] | 58588710@qq.com |
32e4be4e80a90da3cde76bb330c4d5c747bc11d0 | aa56bc37d7496cbfce9e96ab904b3e851c438231 | /SQL/GestioneStudenti.java | b449da42325a3120a9b66aee818e54b93d57826f | [] | no_license | aleDiomedi/JavaRep | bf574db68df80b18a152d3cbc5c5c8a52c276f6b | d9cc89bd3bcad2e35ad6ab4ab8f54837ac1fca63 | refs/heads/master | 2020-08-22T14:47:50.005005 | 2019-12-09T20:54:34 | 2019-12-09T20:54:34 | 216,419,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,442 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
public class GestioneStudenti {
private static final String DB_URL = "jdbc:mysql://didattica.liceocuneo.it:3306/db5E?serverTimezo... | [
"noreply@github.com"
] | aleDiomedi.noreply@github.com |
9cfab63c12817b41d04aa37540d27c87ca6edecf | d5718b8bcba5f0f4d608c2cddb665685df89d0cb | /src/test/java/fileApiTest.java | 1b6e68e07aee9f48cb032e8f97fc240a2d61ba28 | [] | no_license | VeenuAiran/APITesting | 7c0ff736267c6184c3c33b72667c7cb272c93d20 | 4dc882d83f829e5b1c1df003efa72d8374a0bb85 | refs/heads/master | 2016-08-12T10:20:56.619619 | 2016-04-06T07:13:52 | 2016-04-06T07:13:52 | 55,583,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,859 | java | import com.jayway.awaitility.Duration;
import com.jayway.awaitility.core.ConditionFactory;
import org.junit.Test;
import com.jayway.restassured.response.Response;
import static com.jayway.restassured.RestAssured.given;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.FixMethodOrder;
import org.ju... | [
"airanveenu@gmail.com"
] | airanveenu@gmail.com |
63641af68d2bb3ac1871fea517cf7ad6b67c08c6 | 4507ddb8c35fe114da8420af3e5b2b5f9a0dad24 | /src/test/java/dataDriven.java | 37a48a386d88728de5b9272f34d1018fdb1d3927 | [] | no_license | coolrahim29/excel-driven-test | 731b1e111b4e492dc5a126706db91008c06ecef9 | 5ca6134173dc867bcb11abe9584a78f4bc8c5a6c | refs/heads/master | 2020-04-21T22:59:15.669430 | 2019-02-10T21:34:56 | 2019-02-10T21:34:56 | 169,931,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellType;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.util.N... | [
"noreply@github.com"
] | coolrahim29.noreply@github.com |
540f775fbb6fde97ac8a69eddbeecd66b99699c2 | 8ddddb1114dd42598648f6d7a80ffc31c7802602 | /Z_FactoryModel/src/com/liu/factory/simplefactory/JavaCourse.java | 3c082092ea892addf0b461ac6972dfaa9b3d7fe8 | [] | no_license | 2397459813/gupao | 1c3182afb31f42d2723044619d609a1cf6d448e7 | 816737dd270f8b204509f2a61afcca62dff8ed70 | refs/heads/master | 2021-06-28T13:00:15.122706 | 2020-02-16T03:29:17 | 2020-02-16T03:29:17 | 175,378,676 | 0 | 0 | null | 2020-10-13T12:30:55 | 2019-03-13T08:33:02 | Java | ISO-8859-13 | Java | false | false | 191 | java | package com.liu.factory.simplefactory;
public class JavaCourse implements ICourse{
@Override
public void buy() {
System.out.println("ĪŅĀņµÄŹĒJavaæĪ³Ģ");
}
}
| [
"2397459813@qq.com"
] | 2397459813@qq.com |
40e4902619677006b6b6f4b49a7fefce2c3e5ad7 | a95fbe4532cd3eb84f63906167f3557eda0e1fa3 | /src/main/java/l2f/commons/collections/LazyArrayList.java | 53f84e6c0c9a787c5078207c081dfb2315f697f9 | [
"MIT"
] | permissive | Kryspo/L2jRamsheart | a20395f7d1f0f3909ae2c30ff181c47302d3b906 | 98c39d754f5aba1806f92acc9e8e63b3b827be49 | refs/heads/master | 2021-04-12T10:34:51.419843 | 2018-03-26T22:41:39 | 2018-03-26T22:41:39 | 126,892,421 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,262 | java | package l2f.commons.collections;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.RandomAccess;
import org.apache.commons.pool.ObjectPool;
import org.apache.commons.pool.PoolableObjectFactory;
import org.apache.commons.pool.impl.GenericObje... | [
"cristianleon48@gmail.com"
] | cristianleon48@gmail.com |
8e5abcc5d4597da8a4b22326b10a06656078364e | eabac3d150136c2d6d649cba687db0830e1e2e48 | /lucene_3_5/src/main/java/com/wdxxl/lucene/basic/Step01Index.java | 93be384103a180f1e67b3b544d0fb257284bd89d | [] | no_license | wdxxl/wdxxl_demo | 0f84a64c60dbe5d609812666e0e71d34d94a795e | be2be8e7d1999298353dff0e3b1922abb3825651 | refs/heads/master | 2021-05-16T06:40:40.123476 | 2018-04-20T03:51:31 | 2018-04-20T03:51:31 | 42,219,318 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,823 | java | package com.wdxxl.lucene.basic;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.apache.lucene.document.Field.Index;
import org.apache... | [
"wdxxlanswer@gmail.com"
] | wdxxlanswer@gmail.com |
8df71e8764d21dfd93249ac65f7ca9f992835f99 | 3d7d7e632e22f7c48c6e13c644de49c82e7dfda8 | /src/main/java/com/spring/batch/record/api/RecordProcessingApplication.java | f15f0955bc80d860fdf43eaf18f73d33401d1595 | [] | no_license | Java-Gyan-Mantra/spring-batch-scheduler | 0689f3dd51b26668887d6f6179d10639e80aa885 | 50dd05f7aff20d8317800cea29f54fef9b401ca3 | refs/heads/master | 2020-03-21T13:36:11.478449 | 2018-06-25T15:37:59 | 2018-06-25T15:37:59 | 138,615,133 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.spring.batch.record.api;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class RecordProcessingApplication {
public static void main(String[] args) {
SpringApplication.run(RecordProcessingApplication.... | [
"noreply@github.com"
] | Java-Gyan-Mantra.noreply@github.com |
e0f39f0ce35474a6b0cc443c7c40ad083bfe0809 | 2f0dde3eff69b44db1bcae1a2a1554f497f6e972 | /bikc/src/java/mx/com/kubez/bikc/dao/RegistrosPos.java | 493d309b9f337620706d839d83f7f2fba211a995 | [] | no_license | c-rlos/bikc | 9f91bda4e67a8915f3ffa6c00b99b72d6665651a | 34344d64b3605c5e3a46579dbc3af21d4ae8c715 | refs/heads/master | 2020-04-04T12:08:38.075694 | 2018-11-02T20:05:47 | 2018-11-02T20:05:47 | 155,481,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,585 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mx.com.kubez.bikc.dao;
import mx.com.kubez.bikc.dto.VentaDTO;
import java.sql.Connection;
import java.sql.Date;
import java.sq... | [
"cjuarez.uth@gmail.com"
] | cjuarez.uth@gmail.com |
740c25f437485265caa33025d9461ab7f442b742 | 4ddf9f10317396980c3360dedf762d23ab943599 | /app/src/main/java/com/example/piezone/widget/IngredientsRemoteViewsFactory.java | 1c2fa44f17b07b31ff3e6b4971e5aa5214a7317d | [] | no_license | enochpc/PieZone | e74b8ce84e383a4582204fdb3998300e362bbf9f | 449455f578ae651ef759a77fc93149818662bd2d | refs/heads/master | 2023-03-01T23:08:53.630298 | 2021-02-16T02:22:36 | 2021-02-16T02:22:36 | 339,262,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,082 | java | package com.example.piezone.widget;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.widget.RemoteViews;
import android.widget.RemoteViewsService;
import com.example.piezone.R;
import com.example.piezone.model.Ingredient;
import com.example.piezo... | [
"mrenochpc@gmail.com"
] | mrenochpc@gmail.com |
c9cf21ab249cd3345a89b4c02ef751f453eea4cf | 0705c798f5febabf1746101b67b1ceb735f51aa9 | /MyHistory/app/src/main/java/com/araujodev/myhistory/TelaAdicionar.java | c96a0c336d79b08ad5308bd741537f00373e86e5 | [] | no_license | CrazyRural/Android | 37f7dde0a8453149f7edfc2bbcf42db0c15d1c7f | 19f158739ab7ab85a16ffd3e450f058f5f7e37af | refs/heads/master | 2021-01-01T18:26:31.563568 | 2017-07-26T18:14:40 | 2017-07-26T18:14:40 | 98,340,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,598 | java | package com.araujodev.myhistory;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.TabActivity;
import android.content.Intent;
import android.support.design.widget.TabLayout;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.s... | [
"joaov.d.oliveira.araujo@gmail.com"
] | joaov.d.oliveira.araujo@gmail.com |
fd80f45b8f313cedfc90c831a2049d7429c0ab90 | b713e2223d290fa30e993b1d4f34b1d13900dc75 | /java/armeria-test/src/main/java/kr/notforme/thrift/MyHelloAsyncService.java | b8a62c93bdf662c7fdee67026b48857d8effbaae | [] | no_license | not-for-me/til | 5eba9704514072cc5c80883cf28d6c49f03bc8d5 | e4133a76ab8acfe478a4c7bd25043184e737d0bc | refs/heads/master | 2023-02-04T19:07:51.834578 | 2021-06-13T14:26:15 | 2021-06-13T14:26:15 | 61,928,877 | 2 | 1 | null | 2023-01-25T12:26:21 | 2016-06-25T05:42:22 | JavaScript | UTF-8 | Java | false | false | 540 | java | package kr.notforme.thrift;
import org.apache.thrift.TException;
import org.apache.thrift.async.AsyncMethodCallback;
public class MyHelloAsyncService implements HelloService.AsyncIface {
@Override
public void hello(String name, AsyncMethodCallback resultHandler) throws TException {
System.out.println("[" +Thread.... | [
"woojin@tmon.co.kr"
] | woojin@tmon.co.kr |
a91aede81f0b7bd7be7c53944918298fa33c5d59 | 18b6ae3ad066c09e918f18a0476b76773c0fbd82 | /src/main/java/com/rlab/web/controller/TeleCustomerController.java | cf1886f7524c6d5b09c8ad758084bc6dd477b031 | [] | no_license | olengedavid/TelecomChurnDemoApp | ca9ac20956eaf22eb53813c8afd8bb9587be5190 | 9dd2d982e01078ab1524c4119418559264d2c027 | refs/heads/master | 2021-10-25T23:30:32.026744 | 2019-04-08T06:49:11 | 2019-04-08T06:49:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,188 | java | package com.rlab.web.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.s... | [
"rimogit1@gmail.com"
] | rimogit1@gmail.com |
26aa5bbb81d94093bee54c51b7a813372fb84806 | e5683b820e6c34bd2c0acaf0a915d0c400775324 | /app-order-service/src/main/java/uz/pdp/apporderservice/controller/PaymentController.java | 0246c90dd00618b7485f1aa96905f58eb93bca04 | [] | no_license | ismoil001/ismoilsrepository | 11258f0bf83fe4a9fd17a2f49aa29199edc6837f | ac62f8589559eab43b79bb53298eb6ebfb03aaed | refs/heads/master | 2021-06-21T00:01:31.548251 | 2019-10-08T00:10:31 | 2019-10-08T00:10:31 | 214,147,748 | 0 | 0 | null | 2021-04-26T19:34:43 | 2019-10-10T09:58:09 | JavaScript | UTF-8 | Java | false | false | 1,072 | java | package uz.pdp.apporderservice.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import uz.pdp.apporderservice.payload.ReqPayment;
impo... | [
"abdullohibnbotir@mail.ru"
] | abdullohibnbotir@mail.ru |
33060a800f7ab2ec4d2a53918b9e00a97c1e115b | 1600c2eb6ed2c8c49a798df8bd37f5108ff07331 | /user/src/main/java/com/github/duychuongvn/user/exception/UserAlreadyExistsException.java | a71361b48e91f7e7869909efcfa6f99875989bb6 | [] | no_license | duychuongvn/enterprise-web-app | c0f5bd6de00447673f8f468738c92e2c044c50c5 | 5f58a4541d730c8c03d6fb964459cca8da32bb90 | refs/heads/master | 2020-05-30T07:16:36.062183 | 2017-01-11T02:33:22 | 2017-01-11T02:33:22 | 69,794,066 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package com.github.duychuongvn.user.exception;
/**
* Created by huynhduychuong on 10/8/2016.
*/
public class UserAlreadyExistsException extends Exception {
public UserAlreadyExistsException() {
}
public UserAlreadyExistsException(String message) {
super(message);
}
public UserAlreadyEx... | [
"huynhduychuong@gmail.com"
] | huynhduychuong@gmail.com |
c59b89dc7afb27644bc1633ddfc0f6d134f3d1fa | 8d859bcadb20132b3145b2d1194a4ecb3bb02626 | /src/main/java/com/emk/email/esendht/entity/ESendHtEntityA.java | e77b62d23d26744b9e59f62d3d9b293cdbbbc073 | [] | no_license | panjs008/yun2 | a7cbaf63becd15e33f0ee66376589b59721cda1c | 88887593dcc1b29232e5fdef79439b1bcbbd1f0f | refs/heads/master | 2022-12-21T00:16:13.405709 | 2020-02-19T01:14:49 | 2020-02-19T01:14:49 | 241,502,060 | 0 | 0 | null | 2022-12-16T04:25:16 | 2020-02-19T01:00:53 | Java | UTF-8 | Java | false | false | 8,594 | java | package com.emk.email.esendht.entity;
import org.hibernate.annotations.GenericGenerator;
import org.jeecgframework.poi.excel.annotation.Excel;
import javax.persistence.*;
import java.util.Date;
/**
* @Title: Entity
* @Description: 邮箱数据
* @author onlineGenerator
* @date 2019-10-29 23:23:12
* @version V1.0
... | [
"245613376@qq.com"
] | 245613376@qq.com |
92ea37f114f92b45ce3da84fd303ad4bdb5f7afc | 85a77ee6955a3cb37e9ce5667ebec58ba3dce6c3 | /src/BinarySearch.java | 86e84d69d343f0e3a51edf162047ca65d3a872c2 | [] | no_license | cadywsq/Data-Structures | 52c5a94ed19012cbfcf65512fb309a0dd08ab4ed | 07f4b188bc554569c9c3254cb9eefbb2df6338af | refs/heads/master | 2020-04-09T06:58:10.799653 | 2016-07-16T21:20:18 | 2016-07-16T21:20:18 | 60,864,432 | 0 | 0 | null | 2019-10-04T18:18:09 | 2016-06-10T17:11:51 | Java | UTF-8 | Java | false | false | 659 | java | /**
* @author Siqi Wang siqiw1 on 6/10/16.
*/
public class BinarySearch {
public int binarySearch(int[] nums, int target) {
if (nums == null || nums.length == 0) {
return -1;
}
int start = 0, end = nums.length - 1;
while (start < end) {
int mid = start + (e... | [
"siqiw1@andrew.cmu.edu"
] | siqiw1@andrew.cmu.edu |
6b4bb2625d28c9997a044a28e8c66570858fdc3c | fe5b4e7af9a4504437d33734de0ea62baf454b69 | /Learning/OtherLanguages/Java/javaNet/src/javaNet/Client.java | 6a2365f357a51234a5a0a300ad3d1ac3c8a12ee8 | [] | no_license | FelicxFoster/Sources | 937f2936b0fa3eef9dd2bbbde09e7f44755b8a8a | 3750c393088c281c000228d84fe619ba321bd5bc | refs/heads/master | 2020-04-22T09:37:05.191325 | 2016-08-06T07:02:50 | 2016-08-06T07:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 927 | java | package javaNet;
import java.net.*;
import java.io.*;
public class Client {
public static void main(String[] args){
String serverName = args[0];
int port = Integer.parseInt(args[1]);
try{
System.out.println("Connecting to " + serverName + "on port " + port);
Socket client = new Soc... | [
"zoro@onepiece.com"
] | zoro@onepiece.com |
0a82ff98ae88602b7d13798551350d9f7184cc6c | 7038f48a2fa19c775f93b73e25f46d89121a5d38 | /lab2/Salarymanagment/src/application/SalaryController.java | 9dca5cdcf28fc34c35e36d80bd8da5b55ad7c11a | [] | no_license | ShengKeTan/lab_of_Database | f28650c92dbe1043746a3cac8e5bcf1be68e94a2 | fa4c2b95e293e4cd6f181c40ce37bf675e3f438a | refs/heads/master | 2020-05-21T07:12:48.350949 | 2019-06-08T12:17:13 | 2019-06-08T12:17:13 | 185,954,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,851 | java | package application;
import java.net.URL;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.time.LocalDate;
import java.util.ResourceBundle;
import javafx.beans.property.SimpleStringProperty;
import javafx.collections.FXCollections;
imp... | [
"Doris@shaoyanandeMacBook-Pro.local"
] | Doris@shaoyanandeMacBook-Pro.local |
cb4727ba4c6daf477cfcc4bb642f5e99b17904a8 | f5df01f50cfbf5208caca6ab755f31b28552c2c3 | /project/NeighbourMother/app/src/main/java/com/qiantang/neighbourmother/logic/CreateTagsTextView.java | 72a52bea707d5626b1368327dde470efb5c2c784 | [] | no_license | WCocoa/experiment | 14ed8a9fe09b2ac3a7e0591b1bb005e481440f56 | 70eab9dc20797236f0817acf1d4d0d6f52154bf9 | refs/heads/master | 2020-07-02T09:47:09.294088 | 2017-08-24T02:06:43 | 2017-08-24T02:06:43 | 74,316,612 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,492 | java | package com.qiantang.neighbourmother.logic;
import android.content.Context;
import android.graphics.Color;
import android.view.Gravity;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.qiantang.neighbourmother.R;
import com.qiantang.neighbourmother.model.TagObj;
import com.qiantang.neigh... | [
"467775115@qq.com"
] | 467775115@qq.com |
557cb96b4818bab90487b391810adcd80f55933d | 54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6 | /app/src/main/java/com/p118pd/sdk/C9005ooOo00O0.java | 6e832d9ea4243e4ee873fbe1cef50c22eba937ea | [] | no_license | rcoolboy/guilvN | 3817397da465c34fcee82c0ca8c39f7292bcc7e1 | c779a8e2e5fd458d62503dc1344aa2185101f0f0 | refs/heads/master | 2023-05-31T10:04:41.992499 | 2021-07-07T09:58:05 | 2021-07-07T09:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,322 | java | package com.p118pd.sdk;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ResolveInfo;
import java.util.ArrayList;
import java.util.List;
/* renamed from: com.pd.sdk.ooOo00O0 reason: case insensitive filesystem */
public class C9005ooOo... | [
"593746220@qq.com"
] | 593746220@qq.com |
00c3a579fbf1798745921890f2c84ea633f2c9f7 | 7d71c79d04b3ef04b63803512400fe4a7d313253 | /src/main/java/com/besuikerd/mirandacraft/lib/entity/filter/EntityFilterRuleName.java | eff1df1cd061c0aa8fa48cb9ea9d873b12dd63bb | [] | no_license | besuikerd/MirandaCraft | cd4c93679a374814a59e9e1d43a3de41fb448575 | f035793d2ad60d89f55d0de45bec1aa910c8710e | refs/heads/master | 2021-01-22T04:34:24.011985 | 2015-04-28T20:17:44 | 2015-04-28T20:17:44 | 30,036,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package com.besuikerd.mirandacraft.lib.entity.filter;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.item.EntityItem;
import com.besuikerd.mirandacraft.lib.classifier.ClassifierArgumentString;
public class EntityFilterRuleName extends AbstractEnt... | [
"nveen0930@gmail.com"
] | nveen0930@gmail.com |
38c616b7fe066c40948944fb2e49183162ff2780 | 5e086f4a672024f597319a2acf53fba6add5659e | /java-base/src/main/java/designpattern/facade/SystemC.java | 5e7cd87c7f89bb2267011a6fbdaaa0cb117665de | [] | no_license | wuxiangjingjing/hszperfect | 74c72737858dec27693d82bdf51bcb4603085a26 | c9900c3e52a47efce19c9233b0203c26f1988d20 | refs/heads/master | 2022-01-17T13:49:34.991378 | 2020-06-03T10:38:59 | 2020-06-03T10:38:59 | 243,483,401 | 0 | 0 | null | 2022-01-12T23:04:43 | 2020-02-27T09:42:45 | Java | UTF-8 | Java | false | false | 178 | java | package designpattern.facade;
public class SystemC implements ISystemC {
@Override
public void excute() {
System.out.println("系统C的方法.......");
}
}
| [
"hszandxj@163.com"
] | hszandxj@163.com |
7bef78fd0868605ee8b84f701f45360d16cb5d0f | 540089061a1bc4c31056f44fe486da4100e261a4 | /src/main/java/com/chenyl/module/spring/test/springTest01.java | cfa6e165cf755e530e30515227968ddc7e1abfc6 | [] | no_license | chenyongliangbj/wise-base-module | fbdb5b8aada50e052d7e5f206da0ae9959a4e7f9 | e53469bbbed9489fc03bd61ae9b0dcaa2802eea3 | refs/heads/master | 2022-12-21T04:51:37.769150 | 2021-01-29T02:21:12 | 2021-01-29T02:21:12 | 178,314,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package com.chenyl.module.spring.test;
import com.chenyl.module.spring.model1.PersonScan;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class springTest01 {
@Test
public void test01(){
{... | [
"yongliang.chen@hanshow.com"
] | yongliang.chen@hanshow.com |
42f5278f0e2df4f038371ad9c797fab9c759d67d | 89af364048bad72b3362e526788d8719be67c9f2 | /sc-provider/sc-xzsd-pc/src/main/java/com/xzsd/pc/rotationChart/entity/RotationChartInfo.java | fc19473f3b75c752034c7b332406a631bc02222d | [] | no_license | panzehaopzh/xzsd | d0a01d0e5260022424c93b58c170c481de954ef7 | 35020a57212e4a32755774e720a06b32ff70a10c | refs/heads/master | 2022-04-23T03:00:33.099844 | 2020-04-28T18:55:46 | 2020-04-28T18:55:46 | 255,128,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,475 | java | package com.xzsd.pc.rotationChart.entity;
public class RotationChartInfo {
/**
* 页码
*/
private int pageSize;
/**
* 页数
*/
private int pageNum;
/**
* 轮播图id
*/
private String chartId;
/**
* 轮播图序号
*/
private int sort;
/**
* 轮播图片地址
*/
... | [
"464375354@qq.com"
] | 464375354@qq.com |
7cd7fad34aaed2c36a23cb34bbd7b584d9e53db9 | cd0a61466a6734a2789abd061474b085478a3973 | /src/cn/lyx/ioc/MySpring4_14.java | 7ef69e8a7096cf6a731d82a7c24909340a5de26d | [] | no_license | lyx296530053/Code-Exercise | 98dcef4b97069fe85e93b5fa5d62867e535d1a23 | acd1137722847b2bbf3833222777ae28dae93973 | refs/heads/master | 2021-07-07T01:29:09.033253 | 2019-09-09T12:38:16 | 2019-09-09T12:38:16 | 195,737,008 | 1 | 0 | null | 2020-10-14T00:35:16 | 2019-07-08T04:34:10 | Java | UTF-8 | Java | false | false | 1,458 | java | package ioc;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.Scanner;
/**
* Created by lyx on 2019/4/15.
*/
public class MySpring4_14 {
public Object getBean(String className) {
System.out.println("请给" + className + "对象赋值");
... | [
"296530053@qq.com"
] | 296530053@qq.com |
5eca509f26bc948ddf2ab32067812428bd695b00 | 768ee7fe3fba51f3a270626ff717a9d7e9390def | /src/main/java/com/faendir/acra/ui/view/app/tabs/StatisticsTab.java | cdc9d99f35f5d568d267348380fdd993a7b685da | [
"Apache-2.0",
"BSD-3-Clause",
"EPL-1.0",
"CDDL-1.1",
"W3C",
"LGPL-2.1-only",
"MPL-1.1",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"GPL-2.0-only"
] | permissive | mirzazulfan/Acrarium | e8f0c21ce7ea7ebec2e8fb7ccccb54201c4ddc7d | 53feb1e015f59395fd57d9c5ddcdd5a4dfe452f0 | refs/heads/master | 2020-04-06T09:17:35.065902 | 2018-11-13T07:17:55 | 2018-11-13T07:17:55 | 157,336,065 | 0 | 0 | Apache-2.0 | 2018-11-13T07:08:32 | 2018-11-13T07:08:32 | null | UTF-8 | Java | false | false | 2,203 | java | /*
* (C) Copyright 2018 Lukas Morawietz (https://github.com/F43nd1r)
*
* 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 req... | [
"lukas.morawietz@gmail.com"
] | lukas.morawietz@gmail.com |
c97d27568ec031bf6ed5def2052606bcb0af9685 | 826b9e7a1856e4068d5d6402f304a461a0484abc | /A. Good Number.java | 1d48d9f4800a159eb8e3f7d109fe4e155f977929 | [] | no_license | AmnaAhmedOk/ProblemSolving | 68c79f0a312776377177678f87c82976b3ef52d2 | b51960cca51009d3a23ffb14f12d03805f02b314 | refs/heads/master | 2020-09-22T08:22:02.346717 | 2019-12-19T13:17:27 | 2019-12-19T13:17:27 | 225,060,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | import java.util.Scanner;
public class vanyaandFence {
public static void main(String[] args) {
int n,k,t=0;
String num;
Scanner sc = new Scanner(System.in);
n =sc.nextInt();
k =sc.nextInt();
for (int i = 0; i <n; i++)
{
boolean []arr=new bo... | [
"amnaokasha4@gmail.com"
] | amnaokasha4@gmail.com |
0ddb6fa8d0145c34a07960e0598931c1cd5d6768 | b07968d5519a345c7b53b5fa33720c32d6812a88 | /heima_day10_/src/netTest/SunziAb.java | 3c74d4f98274ae66943dc61c0f3024a171c89ab1 | [] | no_license | ni247/jialian_c-2Java | d67a24800a53844b352e5ca7febc16d254e28249 | 1b478c10699c45ee0da70f29548029ae338ad0d9 | refs/heads/master | 2021-01-02T08:48:47.588902 | 2017-08-05T14:32:29 | 2017-08-05T14:32:29 | 99,066,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package netTest;
public class SunziAb extends Parenst {
@Override
public void make() {
System.out.println("做");
}
@Override
public void getSum() {
System.out.println("求和");
}
}
| [
"Administrator@DESKTOP-SLN17N8"
] | Administrator@DESKTOP-SLN17N8 |
7893805d2c279b93fafdd62049bba1457e790627 | 2f0aeef3f9dde1d14e794c6664c92fe91eb7715c | /src/com/mobileaviationtool/Tile.java | cf160eac6a16235d5fdb744caa0c7ce3ae127c66 | [] | no_license | mobileaviation/TileDownloader | 9fd8733a55645e78c4cc6783c5f7149da53f7375 | 8a16426163c4f0c1c34dafddc5ed24a32770f76c | refs/heads/master | 2020-07-06T11:12:46.753724 | 2016-11-21T15:58:41 | 2016-11-21T15:58:41 | 74,045,349 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.mobileaviationtool;
import com.vividsolutions.jts.geom.Coordinate;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import java.net.URL;
/**
* Created by Rob Verhoef on 17-11-2016.
*/
public class Tile {
public int x;
public int y;
public int z;
p... | [
"rob@robenanita.nl"
] | rob@robenanita.nl |
d34f181b6b05b81585db2a261c48a821c6d814bd | 7e65f451e917577a00bf12b9614638231ccd530a | /Week3/Day-05/Apple/src/Main.java | bfa67d25d89d248242668667cecf66b1a38770cd | [] | no_license | green-fox-academy/aronkaczur | afd64f8c9bfaee60e1b19dabcdccdc3e6e4c3f93 | 72d8d87adedfbba188ebd1c801d06078740b1a5a | refs/heads/master | 2022-12-02T19:20:38.936064 | 2020-08-14T14:18:02 | 2020-08-14T14:18:02 | 265,580,077 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | public class Main {
public static void main(String[] args) {
}
public static String getApple(){
return "apple";
}
}
| [
"kishanczur@gmail.com"
] | kishanczur@gmail.com |
36a5839bcdef2ff1108f3322e0e03dba034a9f0d | f7739c2b50ad69f5208b659397f57ee2033dc7db | /[ADVANDB] Combined Server/src/transaction/handler/QueryReceiver.java | 3b61bcbebe0d70990373eee9dc02330314894520 | [] | no_license | arvention/ADVANDB-CBMS | 860802103ca9095df814cd02f0584f7d4b83ec64 | 64c10a61513b6acbb831522e9e0f895c4531f981 | refs/heads/master | 2021-01-10T13:58:02.374473 | 2016-04-11T14:52:57 | 2016-04-11T14:52:57 | 52,192,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,936 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package transaction.handler;
import GUI.ServerGUI;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStre... | [
"arcestalavera@gmail.com"
] | arcestalavera@gmail.com |
4b1cc4f5a5f81991652bab586e775c7ffae27200 | 23036ebbc82ffaf6760056bcc427e8e95c08b91f | /org.jrebirth/core/src/main/java/org/jrebirth/core/ui/adapter/DefaultMouseAdapter.java | ecd8aff6b1e86092d56ea5b02e548f75911a2936 | [] | no_license | AndrewLiu/JRebirth | 67d52a04fabeb6a578cd864aeb1500b38bfc8d93 | 275a0f0e73e3cca25d04130a6d531f6f89b01ce2 | refs/heads/master | 2020-04-08T22:49:10.006352 | 2012-10-06T14:01:26 | 2012-10-06T14:01:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,027 | java | /**
* Copyright JRebirth.org © 2011-2012
* Contact : sebastien.bordes@jrebirth.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | [
"sebastien.bordes@jrebirth.org"
] | sebastien.bordes@jrebirth.org |
341e4f4bca10236f7cad5bbccaff03fe51658b74 | 7d966c22c83258cc21ffc040271d62aea122d658 | /MegaMek/src/megamek/common/actions/BrushOffAttackAction.java | c9ed7084050e5bb5a2f5de296a5499e63b57f88b | [] | no_license | Ayamin0x539/MegaMek | 5f1f2db42f01a907b8467cefc95cf56d697bdf8f | 9ea4712f2ddf5a7af8c65b9e09211d7b76904f8e | refs/heads/master | 2021-01-09T11:42:01.513443 | 2015-12-03T02:04:04 | 2015-12-03T02:04:04 | 59,911,944 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,818 | java | /*
* MegaMek - Copyright (C) 2000,2001,2002,2003,2004 Ben Mazur (bmazur@sev.org)
*
* 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 of the License, or (at your option)
*... | [
"tms08012@dds-227.ad.engr.uconn.edu"
] | tms08012@dds-227.ad.engr.uconn.edu |
fffa08c00174b9488645e7b6b86941960888feb4 | 98faf4361afaef498c45b3a23576fc961f2a503d | /Hangman/app/src/main/java/com/example/huntertsai/hangman/WelcomeActivity.java | b0d200edf0e9dd63e006fb52941dd625c575cc3c | [] | no_license | as5823934/Android-Studio-InClass-Example | 0a2e1c6229ca367c7cb4f4458cb35919a506a839 | 51fa68631529c40f0428ee6a58455360f6fa4023 | refs/heads/master | 2020-03-21T04:24:54.262832 | 2018-06-21T02:12:10 | 2018-06-21T02:12:10 | 138,106,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package com.example.huntertsai.hangman;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import com.hanks.htextview.HTextView;
import com.hanks.htextview.HTextViewType;
public class WelcomeActivity extends AppCompatActivity {
pri... | [
"as5823934@gmail.com"
] | as5823934@gmail.com |
621d0bb089ef475d4e67b3e00af2eda491b14f2b | 37183ae97e9b183af57ccbe5e38e92c225a0d3d7 | /app/src/main/java/com/arnoldvaz27/countriesofasia/JavaClasses/ImageFetch.java | 33b43470b50dff8df4a273b259f387a4a4f9eead | [] | no_license | arnoldvaz27/CountriesOfAsia | 6f23ad0f40160eac85742fa3ee68fb4381336dc5 | 8e2d446c23ac05b655c1f02892a37dc055e3db08 | refs/heads/master | 2023-08-16T20:40:08.240736 | 2021-08-24T07:05:54 | 2021-08-24T07:05:54 | 385,628,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,760 | java | package com.arnoldvaz27.countriesofasia.JavaClasses;
import android.content.Context;
import android.net.Uri;
import android.widget.ImageView;
import android.widget.Toast;
import com.arnoldvaz27.countriesofasia.R;
import com.github.twocoffeesoneteam.glidetovectoryou.GlideToVectorYou;
import com.github.twocoffeesonetea... | [
"arnoldvaz27.github@gmail.com"
] | arnoldvaz27.github@gmail.com |
55acf9ca374099069996e01d2104d5032f3dc035 | 92b7cbb3c657170d38d75a5cd646fa3be12fd4bb | /L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/MultiSellChoose.java | 310c4f3ebd2ff45209d8b4ec51888a7aa598e36d | [] | no_license | uvbs/l2j_mobius | 1197702ecd2e2b37b4c5a5f98ec665d6b1c0efef | bf4bbe4124497f338cb5ce50c88c06c6280ca50a | refs/heads/master | 2020-07-29T20:43:38.851566 | 2019-08-08T10:29:34 | 2019-08-08T10:29:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,538 | java | /*
* This file is part of the L2J Mobius project.
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"mobius@cyber-wizard.com"
] | mobius@cyber-wizard.com |
1fba9d346062488d9a2cbc108a7c66d1d784b66e | 9dac019b6c5341bff55b4ba094dd70c5ceddfb57 | /src/Homework5/StudentGroup.java | 6bd903216e80f1536c499ef873caede08061f14a | [] | no_license | StefanaK/HOMEWORKS | ac86f04216069f6329cbfe9c46d3ef9a6c1e9552 | 77ebd5bb5a85e956b99f0cbd665b8789033ed545 | refs/heads/master | 2023-03-07T16:30:20.744265 | 2021-02-19T13:58:27 | 2021-02-19T13:58:27 | 337,971,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package Homework5;
import Homework4.Student;
public class StudentGroup {
String groupSubject;
Student[] students;
int freePlaces;
StudentGroup() {
this.students = new Student[5];
this.freePlaces = 5;
}
StudentGroup(String subject) {
this();
this.groupSubject =... | [
"s_vylkova@abv.bg"
] | s_vylkova@abv.bg |
639684ebe9ff90959bd7c8cb9cfe1229ba232812 | 6236899a036e120f6cce4696039344c642c375fb | /app/src/test/java/com/example/mrhappyyy/arkanoid/ExampleUnitTest.java | 85fd239f61a4d94df925bd9f4ad1b3536d96c475 | [] | no_license | MrHappyyy/Arkanoid | a93c1a6c82050f6491c390c79b9f9e297b6d8c25 | 515f7292dd4e9534b984ea5a28ce8bb94119cae5 | refs/heads/master | 2021-01-10T14:59:54.402140 | 2016-03-17T15:42:35 | 2016-03-17T15:42:35 | 53,790,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.example.mrhappyyy.arkanoid;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
... | [
"yur4ik@gmail.com"
] | yur4ik@gmail.com |
0cbda5b6ed08e71acce9743d68d11d3ff015d1f5 | b8fec4bb6d0993feac10648ae9fe2833fc2ce402 | /core-io/src/main/java/com/couchbase/client/core/error/transaction/internal/CoreTransactionFailedException.java | 09a8e34c00c8ba449799228154d07d1869e9037d | [
"Apache-2.0"
] | permissive | couchbase/couchbase-jvm-clients | cdd5f19a808d5cb7e8b89553ccb00807342e7a53 | 272e9a555afeef7a4effb674af4b671d2ad63197 | refs/heads/master | 2023-09-01T11:38:30.698356 | 2023-08-23T09:09:08 | 2023-08-31T10:34:04 | 151,122,650 | 36 | 42 | Apache-2.0 | 2023-06-20T17:29:06 | 2018-10-01T16:44:58 | Java | UTF-8 | Java | false | false | 1,799 | java | /*
* Copyright 2022 Couchbase, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | [
"graham.pople@couchbase.com"
] | graham.pople@couchbase.com |
13d65c9549ddc93f3c1bab5d9bd2053d5f045cc4 | 749daad7306bfce5a411426cabaa4ba16fdeadc6 | /app/src/main/java/com/example/brill/bdatingapp/fragments/FriendRequestReceived.java | e356b455d3f3d063aea371739f83295198a875b2 | [] | no_license | imashutoshchaudhary/DatingApp | 569a25a4f46edaa6414b1371b188eb24d55093c1 | 7071f2568ba9b30669b9f49ab794be4cbe860977 | refs/heads/master | 2020-04-27T16:12:47.680268 | 2019-03-08T06:05:51 | 2019-03-08T06:05:51 | 174,476,509 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 22,133 | java | package com.example.brill.bdatingapp.fragments;
import android.app.Fragment;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.E... | [
"imashutoshchaudhary@gmail.com"
] | imashutoshchaudhary@gmail.com |
5311accec8e7aa4ecc5d9e0c302029e2b86b0409 | faad188c4d5c2b8944ac7c47316e451f5143aa63 | /src/main/java/de/processmining/app/config/ApplicationProperties.java | 909dcd211d0722239d2da8d434668424b4913b3b | [] | no_license | ChristopherWy/processmining | bdc8e05435d7251bb10aba13f56a2bc95ad355a7 | 2ebd3eda2b89cca833acd2232d6c8ff89752d5ba | refs/heads/master | 2023-01-22T08:39:34.245517 | 2020-12-05T20:49:19 | 2020-12-05T20:49:19 | 287,061,773 | 0 | 0 | null | 2020-10-20T19:46:18 | 2020-08-12T16:23:30 | Java | UTF-8 | Java | false | false | 433 | java | package de.processmining.app.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Properties specific to Processmining.
* <p>
* Properties are configured in the {@code application.yml} file.
* See {@link io.github.jhipster.config.JHipsterProperties} for a good example.
*/
@Co... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
44ff73870077f7eafc75d51a589089080366993c | 7d57fa8271a602c146127c14d371b8226d2aeef1 | /bel.sii/src/main/java/cl/sebastian/bel/sii/BuscarTxtNodo.java | 5dd3b68acbee4a99d07e7e2151f21d31b10d427f | [
"MIT"
] | permissive | sebastian4j/implementacion-sii | 63a307642265777ccef94f9d9aab025429320091 | a9bd4cba90aae8eaf1fd0b7bb64d2c09f22acada | refs/heads/master | 2022-10-28T01:51:41.847271 | 2019-05-29T03:21:19 | 2019-05-29T03:21:19 | 188,947,932 | 2 | 1 | MIT | 2022-10-05T19:26:55 | 2019-05-28T03:33:18 | Java | UTF-8 | Java | false | false | 2,599 | java | package cl.sebastian.bel.sii;
import java.io.IOException;
import java.io.StringReader;
import org.apache.xerces.parsers.DOMParser;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
/**
* Clase para buscar el contenido ... | [
"sebastian4j@gmail.com"
] | sebastian4j@gmail.com |
ad23a3c755957f3472a5fc950702e78361e26d3d | 94e3c743c40cefd6110b292dce82aa9ee276b626 | /BarVolume008/app/src/test/java/com/example/barvolume008/ExampleUnitTest.java | 1079208608c038555112392f61200996eebe7028 | [] | no_license | yuliviaannisa/PrakMobile | 927dc135af79e1082d7bfb2580b10a038f184ff2 | e621fcde4d5b2f31e06c9361575093c673d56f15 | refs/heads/master | 2023-01-30T11:13:17.388354 | 2020-12-13T18:05:33 | 2020-12-13T18:05:33 | 304,042,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.example.barvolume008;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"yuliviaannisa@gmail.com"
] | yuliviaannisa@gmail.com |
1726bb16fb887115c60471b411d0ff0181efc051 | e164d4005f688ce482c822c0cd7cb99cfd60cf32 | /java/TwoSum.java | 0b1b5308de25e872b805b9dab5a64518fdd00654 | [
"MIT"
] | permissive | ashwani-builds/leetcode | 414929102629691b72d853d08daf9505bf9a3601 | e80b0a02db651f3a0dcefd11928c7dc6805b81c5 | refs/heads/main | 2023-07-18T04:30:38.096859 | 2021-08-21T07:45:54 | 2021-08-21T07:45:54 | 393,768,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | import java.util.HashMap;
class Solution {
public int[] twoSum(int[] nums, int target) {
HashMap <Integer, Integer> map = new HashMap<>();
for(int i = 0; i < nums.length; i++) {
int rem_target = target - nums[i];
if (map.containsKey(rem_target)) {
r... | [
"ashwani.wuid@gmail.com"
] | ashwani.wuid@gmail.com |
67b1f3643e4c77963d148ad7800b3073a4756fa3 | a70f03609fedbc3b3b0d40346c91eaba97716a6a | /ISEP_RISK_AITARKOUB_BERDA_BRY/src/Region.java | f9567d2441eca8821561f194d0cb89f67a942580 | [] | no_license | jeremyberda/ISEP_RISK | a6dd5ad0a9b8250588de6bf0a5f6f5d8275ccfe0 | 5a8c90ecf34a00031a40387ae816fe1668a48b24 | refs/heads/master | 2020-03-18T09:03:56.575710 | 2018-06-08T20:52:33 | 2018-06-08T20:52:33 | 134,543,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | import java.util.ArrayList;
public class Region {
int regionID;
private ArrayList<Territory> territoriesOfRegion = new ArrayList<Territory>();
//constructor
public Region(int regionID, ArrayList<Territory> territoriesOfRegion) {
this.regionID = regionID;
this.territoriesOfRegion = t... | [
"noreply@github.com"
] | jeremyberda.noreply@github.com |
6651ca8a48ee35eab92f666e4a4c61678b7139f1 | 33b1f0c9c71a07af06afaad6a74f03b6ed3ba9c2 | /src/main/java/fetchers/PhotoFetcher.java | 65890b5b2c72e68d7e4dac05916e1753349167a1 | [] | no_license | MiaSimone/3SemesterProject-Backend | b71900a8822a6f96f5286eb887b5533467d54f6f | 25b745ee5948998268ac1aeee2175be880573031 | refs/heads/master | 2023-04-04T19:53:33.342016 | 2021-04-14T17:59:44 | 2021-04-14T17:59:44 | 315,699,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,103 | java |
package fetchers;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import dto.PlaceDetailsDTO;
import dto.PlaceSearchDTO;
import dto.RealtorDTO;
import dto.StandartDTO;
import entities.Photo;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Cal... | [
"cph-md291@cphbusiness.dk"
] | cph-md291@cphbusiness.dk |
b7acbe62a03e6b2c5bdf51bcf1a604a61f15ba2c | 50b387462df0c8c85e6addbb2709d1e36cae001c | /demo-test/src/main/java/tk/fulsun/demo/service/ServiceA.java | 32e718aa8654f39bff4c6b4c7f63650eb5a4d686 | [] | no_license | fulsun/springboot-study | d483abefcde086fa1b3b492286e4681a6697c013 | 793903f49ac1e1f9df13fd37ee6e6e1adb66d425 | refs/heads/master | 2023-06-11T01:31:49.883342 | 2021-07-10T15:59:05 | 2021-07-10T15:59:05 | 371,025,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package tk.fulsun.demo.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import tk.fulsun.demo.mapper.UserMapper;
import tk.fulsun.demo.model.User;
/**
* @Description ServiceA
* @Date 2021/6/13
* @Created by 凉月-文
*/
@Service
public class Service... | [
"fl_6145@163.com"
] | fl_6145@163.com |
375233d577bfb8f7bdff8c6e8ba19588332e4418 | 65d57fe7ab12c5c7734d9c79a10d7649400ae84b | /app/src/main/java/com/example/shahi/pokemonlist/MainActivity.java | 21f1c2b0b3fae6c781e693eb0d10d335e5041a10 | [] | no_license | Shahil-Patel/Pokedex-App | a1d221004ee8c1e15fffbad396bc01cc183a827b | 818633818ee18ea8e9eaeb6bfc4a552b41086154 | refs/heads/master | 2022-12-22T05:15:50.469398 | 2020-09-23T00:16:48 | 2020-09-23T00:16:48 | 261,318,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,670 | java | package com.example.shahi.pokemonlist;
import android.app.Activity;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.V... | [
"64703168+Shahil-Patel@users.noreply.github.com"
] | 64703168+Shahil-Patel@users.noreply.github.com |
8f90a0040920f59486d0a515bed0168a5f540f90 | f6666aa94888c77e44bd46ef265a02d4efafc28e | /src/com/ibm/training/qpa/UserProfile.java | 3a28aba9876946462102154c22ad110c553610c1 | [] | no_license | queryposting/queryPostingApp | e38239332e01f04efa7d4b892ebd6364c00db417 | a790dda02f4cafc661d7c72e4934f65500b45e2c | refs/heads/master | 2020-06-06T21:50:43.078939 | 2019-06-20T06:23:38 | 2019-06-20T06:23:38 | 192,860,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.ibm.training.qpa;
import java.sql.ResultSet;
import javax.servlet.ServletContext;
import com.ibm.training.qpa.model.QueryDao;
public class UserProfile {
QueryDao dao = new QueryDao();
public ResultSet fetchUser(int userId, ServletContext context) {
return dao.fetchUser(userId, context);
}... | [
"noreply@github.com"
] | queryposting.noreply@github.com |
e568ec333d5a66a101ed2026b19430b15d4d351e | daef0dae12f712a14cc235f1821f907a247b6521 | /src/edu/FreeParking.java | 66e3b64432088822c28b41ec0686a30dbb819768 | [] | no_license | sergiopnvds/Monopoly | 77cfaf6902a961defd955959113b0f73bfeb4481 | cd6fd0e7f45a451e452f351887d2809f87dd84b3 | refs/heads/master | 2021-01-11T02:41:44.916075 | 2016-10-14T17:26:50 | 2016-10-14T17:26:50 | 70,932,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package edu;
/**
* The class ChanceSpace extends BasicSpace and controls the Free Parking space
*
* @author: Sergio Penavades Suarez
* @version: 1
*/
public class FreeParking extends BasicSpace{
/**
* The method onLand performs the space operation
* @param game contains the Monopoly board and the actual... | [
"sergio@pnvds.com"
] | sergio@pnvds.com |
0925264b07699a88a715f4145716ae245d1e7095 | dbc258080422b91a8ff08f64146261877e69d047 | /java-opensaml2-2.3.1/src/main/java/org/opensaml/samlext/saml2mdquery/impl/AttributeQueryDescriptorTypeImpl.java | 9a64fd2cffb07ad1a7d3b0cce8e22e5cc096b960 | [] | no_license | mayfourth/greference | bd99bc5f870ecb2e0b0ad25bbe776ee25586f9f9 | f33ac10dbb4388301ddec3ff1b130b1b90b45922 | refs/heads/master | 2020-12-05T02:03:59.750888 | 2016-11-02T23:45:58 | 2016-11-02T23:45:58 | 65,941,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,648 | java | /*
* Copyright [2006] [University Corporation for Advanced Internet Development, Inc.]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | [
"kai.xu@service-now.com"
] | kai.xu@service-now.com |
e77adddaaf49250a7752c8ab9a181da88552450e | b6c127b1f852f34018d278901ad758c8e4c3b58e | /frontend/src/main/java/com/geh/frontend/controllers/SearchPatientMvcController.java | ec6dd5e2dbdd0992979c3397c59f796c76c4d219 | [] | no_license | vboutchkova/sbgehch4 | 30ace39d1ec8bd0f7807f343805a6fc0aa2de6bc | d9de6b19b102d9de666cf282fa9cae58659d1c5d | refs/heads/master | 2021-04-15T12:52:14.817181 | 2018-03-25T20:45:43 | 2018-03-25T20:45:43 | 126,736,789 | 0 | 0 | null | 2018-03-25T20:45:44 | 2018-03-25T20:22:28 | Java | UTF-8 | Java | false | false | 4,531 | java | package com.geh.frontend.controllers;
import java.util.List;
import org.bson.types.ObjectId;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.data.domai... | [
"noreply@github.com"
] | vboutchkova.noreply@github.com |
2266e3ee68592ff4f83acbec209d78052648461b | 5d7b7c9c49c3808bb638b986a00a87dabb3f4361 | /boot/single-angular-swagger-jpa-typescript/src/main/java/com/omnicns/medicine/domain/CorpGrpAuth.java | 8f20f338cafaadee41a6331ba5e032c614820110 | [] | no_license | kopro-ov/lib-spring | f4e67f8d9e81f9ec4cfbf190e30479013a2bcc1c | 89e7d4b9a6318138d24f81e4e0fc2646f2d6a3d5 | refs/heads/master | 2023-04-04T07:56:14.312704 | 2021-02-15T01:59:59 | 2021-02-15T01:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package com.omnicns.medicine.domain;
import com.omnicns.medicine.domain.base.CorpGrpAuthBase;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Getter ... | [
"visualkhh@gmail.com"
] | visualkhh@gmail.com |
4e805b52e1f165436ea02466aca015b0a4ca90df | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/neo4j/testing/498/IndexProviders.java | da4bfb4fff8e31a010f0719c5c8e897b11f08c86 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | /*
* Copyright (c) 2002-2018 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 3 of the License, or
... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
b300f1827a48e233dd465d1fc66d43e36432a393 | 2dc712da5659abb91fe271908cb3269a19d4283d | /src/main/java/action/UploadAction.java | e1de69ae29f29922d09fdd457968d3cc74fed895 | [] | no_license | fuhuacn/free_board | 84f8816bbdbb16aa14cd061c284e9231273e76f4 | 7a7cb64f4f88e1b0030eaec6bb5dcdbfcd179608 | refs/heads/master | 2020-05-23T16:57:12.670538 | 2019-09-20T15:51:52 | 2019-09-20T15:51:52 | 186,858,474 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,223 | java | package action;
import com.opensymphony.xwork2.Action;
import constants.Constants;
import entity.FilelistEntity;
import manager.FilelistManager;
import manager.UploadfileManager;
import org.apache.commons.io.FileUtils;
import org.apache.log4j.Logger;
import java.io.File;
import java.io.IOException;
import java.io.Pri... | [
"fuhuacn@foxmail.com"
] | fuhuacn@foxmail.com |
0d85eb26ef9b79d51883307b8f27b5825795a094 | 469739b5144bbfc1e900f7a57e0021b8b262c926 | /src/main/java/com/cjrj/edu/service/RoleService.java | 3c7f00da558fd5453d0adbc71716305781ad2fa2 | [] | no_license | 1035761024/Educational | 752d9f93dbce45dc3b060ffaac6cc8806ff64d8d | 00831e2cf4a6bf8ba823ad1ea9f0b6b4383e557e | refs/heads/master | 2021-08-06T20:57:43.421408 | 2017-11-07T01:18:44 | 2017-11-07T01:18:44 | 108,806,041 | 0 | 0 | null | 2017-10-30T05:31:52 | 2017-10-30T05:31:52 | null | UTF-8 | Java | false | false | 163 | java | package com.cjrj.edu.service;
import com.cjrj.edu.entity.Role;
import java.util.Set;
public interface RoleService {
Set<Role> findRoles(String username);
}
| [
"1217958836@qq.com"
] | 1217958836@qq.com |
cce75993c08541f1cfe8b2c434ac6225f1a3520a | cdcf82659f546017601f7328e67ca1df293081d4 | /src/info/gridworld/actor/ActorWorld.java | 26d978a42d670f233489c930ebbf318f922b19b5 | [] | no_license | nirwin/Skyteam | 7131cbec79d6f19d34360d42c9a9ac8c7dff05a5 | 1786ebcf72a26d207639f77a2dd5a6fd2735e587 | refs/heads/master | 2020-03-13T08:22:20.936850 | 2018-05-22T03:39:25 | 2018-05-22T03:39:25 | 131,042,586 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,993 | java | /*
* AP(r) Computer Science GridWorld Case Study:
* Copyright(c) 2005-2006 Cay S. Horstmann (http://horstmann.com)
*
* This code 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.
*
* This code is distri... | [
"ncirwin01@P2P523FCD.admin.bvsd.k12.co.us"
] | ncirwin01@P2P523FCD.admin.bvsd.k12.co.us |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.