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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
656f7a265ba3e3942152c9aea66c7984c209c530 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/com/vaadin/tests/components/treetable/MinimalWidthColumnsTest.java | 427d0542db53fb645fd621650781809ebd772c1b | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 374 | java | package com.vaadin.tests.components.treetable;
import com.vaadin.tests.tb3.MultiBrowserTest;
import org.junit.Test;
public class MinimalWidthColumnsTest extends MultiBrowserTest {
@Test
public void testFor1pxDifference() throws Exception {
openTestURL();
waitUntilLoadingIndicatorNotVisible()... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
1c4e6010dc7958560aca384ed3777fd4772c7629 | 9501126f7c3136d5c61f948007c686fae54d53ae | /src/main/java/nextg/bookstore/repository/ClientRepository.java | 74d4c6a4f993a6c101b97aa13798cbdd4b75e1df | [] | no_license | Roman2048/bookstore | 6d60ff40bd2583e61599c1f0fdb880b4fda3a959 | 229a3848abf650a08b0980d2798084e91bf91da5 | refs/heads/master | 2021-03-01T15:31:46.874175 | 2020-03-09T18:58:35 | 2020-03-09T18:58:35 | 245,795,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package nextg.bookstore.repository;
import nextg.bookstore.domain.Client;
import org.springframework.data.repository.CrudRepository;
public interface ClientRepository extends CrudRepository<Client, Long> {
}
| [
"roman.k.person@gmail.com"
] | roman.k.person@gmail.com |
65603ca0d8da8bf54280c822ddba1fd11d1cfabb | db66c8c640e7249b4b7e78afc8016624634d28fa | /src/com/offerCollections/PermutationSolution.java | 02505cdb0940fff0dcf1084abbcb2e930954cbe4 | [] | no_license | Jondamer/J_Coding_Interviews | 4dd99c1675fb8df17b20d328504aaa59323e4751 | 6745f44f4b10bc294bf4bbbf0bb76a5ee086a925 | refs/heads/master | 2020-04-29T14:20:26.399749 | 2019-03-18T06:02:23 | 2019-03-18T06:02:23 | 176,193,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,386 | java | package com.offerCollections;
import java.util.ArrayList;
import java.util.Collections;
/**
* 输入一个字符串,按字典序打印出该字符串中字符的所有排列。例如输入字符串abc,则打印出由字符a,b,c所能排列出来的所有字符串abc,acb,bac,
* bca,cab和cba。
*
* @author zhengzhentao
*
*/
public class PermutationSolution {
public PermutationSolution() {
// TODO Aut... | [
"jondamer@gmail.com"
] | jondamer@gmail.com |
e3e0668c6fe550f09478aac69110481f485aa444 | 8720bff328ccb94858729250cdd3106f7e213e78 | /nucMed/Filtros.java | 20b339a26e46d0275f223b7c752b342288f10e04 | [] | no_license | mvscosta/NucMed | 6d33d822abe1d52a3a6c2001b8ab574c7f946e1d | c1d6c3c2c7a0cb3999daea726a049efde8f62664 | refs/heads/master | 2021-01-20T14:55:25.931084 | 2017-05-10T02:17:11 | 2017-05-10T02:19:49 | 90,691,593 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,742 | java | /**
*
*/
package nucMed;
import funcoesNM.Complexo;
import funcoesNM.Funcoes;
/**
* @author Marcus Vin�cius da Silva Costa
*
* @version <b>1.7</b>
*
*/
public class Filtros {
private int tamImg;
private float fc;
private float N;
private int tipoFiltro;
/**
* Constructor da classe ... | [
"vinicius@mc2tech.com.br"
] | vinicius@mc2tech.com.br |
898da8467e5f1794d81512cde4cfa1e7215e696d | f6fb61f01d5a4600d527c9fe180339db4d47bce2 | /app/src/main/java/com/example/chenhangye/audiowavecut/Audio/recorder/RecordState.java | 9fcbd87e317725be7a102100901dbf1b8d443016 | [] | no_license | jaosnshen/AudioWaveCut | d544e98aad81c2a9e87facdc9cb204e8b98f7818 | c863d8f99f9717be77aa64b055fcced0c1e17c5a | refs/heads/master | 2021-01-24T11:09:36.714671 | 2016-10-07T13:16:10 | 2016-10-07T13:16:10 | 70,234,848 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.example.chenhangye.audiowavecut.Audio.recorder;
/**
* Created by chenhangye on 2016/10/2.
*/
public enum RecordState {
Recording,
Paused,
Stoped
}
| [
"291015026@gmail.com"
] | 291015026@gmail.com |
12b29aa4eda2ba3be0c33d06d47b374eca0274c4 | 3064913ffda3254d4f4c477bbfd83aa3f2fabcc9 | /src/Eggs.java | 8a3f46f23b21ef2c3e93da85a889307c73174ddc | [] | no_license | Java-Raker/Chapter2 | 7af953d04217c91ece4d9bdfc2014722e8ef9784 | 1ec243c227bff416db14b49ea30b5a655d6d2ed9 | refs/heads/master | 2020-07-14T00:04:01.472631 | 2019-09-06T14:15:47 | 2019-09-06T14:15:47 | 205,185,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | import javax.swing.*;
public class Eggs {
public static void main(String[] args){
final double COST_OF_A_DOZEN = 3.25;
final double COST_OF_A_EGG = .45;
int dozens;
int looseEggs;
int boughtEggs;
double totalCost;
String userInput;
userInput = JOpt... | [
"er306632@students.davenport.k12.ia.us"
] | er306632@students.davenport.k12.ia.us |
80d0c9e316c3488d189fee69b1384baef8b701c5 | d3e395e8dc773c301d318f68ae8650f2b16533ac | /src/main/java/com/microsoft/bingads/internal/HttpClientWebServiceCaller.java | 4fd221d20066ccc054b69292cf860641253922ed | [
"MIT"
] | permissive | shyTNT/BingAds-Java-SDK | c4488dfc28b826cf0a71fa94eac5c130b1bd7562 | c06261c70c2b18edc9424a42fc3624dc0ef1ec94 | refs/heads/master | 2021-01-18T04:34:16.377404 | 2016-04-28T11:16:24 | 2016-04-28T11:16:24 | 42,108,089 | 0 | 0 | null | 2015-09-08T11:26:11 | 2015-09-08T11:26:11 | null | UTF-8 | Java | false | false | 1,247 | java | package com.microsoft.bingads.internal;
import java.io.IOException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.List;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.client.entity.UrlEncodedFormEnt... | [
"bing_ads_sdk@microsoft.com"
] | bing_ads_sdk@microsoft.com |
7cbd48be7b23b55589f613f13a724b36ba2db274 | 07ac433d94ef68715b5f18b834ac4dc8bb5b8261 | /Implementation/jpf-git/jpf-core/src/main/gov/nasa/jpf/vm/SystemTime.java | 6ae1074a5f752a267f9e9240a76a48ffca970b16 | [
"Apache-2.0",
"MIT"
] | permissive | shrBadihi/ARDiff_Equiv_Checking | a54fb2908303b14a5a1f2a32b69841b213b2c999 | e8396ae4af2b1eda483cb316c51cd76949cd0ffc | refs/heads/master | 2023-04-03T08:40:07.919031 | 2021-02-05T04:44:34 | 2021-02-05T04:44:34 | 266,228,060 | 4 | 4 | MIT | 2020-11-26T01:34:08 | 2020-05-22T23:39:32 | Java | UTF-8 | Java | false | false | 1,356 | java | /*
* Copyright (C) 2014, United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The Java Pathfinder core (jpf-core) platform is licensed under the
* Apache License, Version 2.0 (the "License"); you may not use this file exce... | [
"shr.badihi@gmail.com"
] | shr.badihi@gmail.com |
be04c0d35af39269c50bb65bb0b95a2a2e9f34bb | 8efbf453a82b79e9388d17eaae9886a98f310b32 | /app/src/main/java/controllers/adapters/SearchAdapter.java | 1d8174a67f30c341b279c8edfb5bb2ffcd9850c1 | [] | no_license | RayanYanat/MyNews2.0 | 3674501d29e2b6569461f5b96ae6a3d3506f3862 | 65292f4cdf9b5188d60c7ada871dee0be6c000b7 | refs/heads/master | 2023-05-28T13:16:32.246907 | 2021-06-23T13:06:30 | 2021-06-23T13:06:30 | 275,803,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,465 | java | package controllers.adapters;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.bumptech.glide.Glide;
import com... | [
"rayan.yanat@gmail.com"
] | rayan.yanat@gmail.com |
a691ccde00c8c5c9f8e9dd1def8e815bc972f991 | 5fc7f9dd53dfa3d493ee9fb843ad2b1a2a74a4df | /gemma-web/src/test/java/ubic/gemma/web/services/rest/AnalysisResultSetsWebServiceTest.java | df9e2ef6f6a6edbae362e20f4fe9b9d7c76daeba | [
"Apache-2.0"
] | permissive | wagaskar/Gemma | 9630d2506cbc4ceda21eeec19aecaab7ed44889b | 28b4d663cf0f73123ffe029bbecd8d6755babc95 | refs/heads/master | 2023-08-28T07:31:08.509444 | 2021-10-28T21:42:50 | 2021-10-28T21:42:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,216 | java | package ubic.gemma.web.services.rest;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVParser;
import org.apache.commons.csv.CSVRecord;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | [
"poirigui@msl.ubc.ca"
] | poirigui@msl.ubc.ca |
b2f2effe48a22a22913f2610a7df456f79e86ad7 | 994bb312ea4ac99bc02dbbda0d7b58ac239cfcac | /app/src/main/java/com/rdzero/nuproject/beans/NuSummaryObjBean.java | 7aecb6222df4e9ccbed5e0872b9ff834c17e0917 | [] | no_license | ricardohnn/NuProject | d85b82cfb647faedf497cb0f334c1e81c3fe630c | e84babfd11c2b4303136d0ba535ad5d681b16a25 | refs/heads/master | 2021-01-10T05:09:24.366227 | 2016-01-03T17:47:56 | 2016-01-03T17:47:56 | 47,898,348 | 0 | 0 | null | 2015-12-13T01:19:26 | 2015-12-12T23:12:35 | Java | UTF-8 | Java | false | false | 2,690 | java | package com.rdzero.nuproject.beans;
import com.google.gson.annotations.SerializedName;
import java.util.Date;
public class NuSummaryObjBean {
@SerializedName("due_date")
private Date dueDate;
@SerializedName("close_date")
private Date closeDate;
@SerializedName("past_balance")
private Long p... | [
"ricardohnn@gmail.com"
] | ricardohnn@gmail.com |
f2ee6fea3d002fe3d63cf3878480d046d4e35b7f | 88239f2a63aab14acdc6625ff7c1a42caba7326c | /src/main/java/web/demo/config/spring/WebConfigurer.java | f4e6c7dea5b1d9116239dce61d36c8dabe89f307 | [] | no_license | sunc901008/web-demo | 359c1427364a0bfc7b4864af6d5e34e2d47d7724 | 897b78f47505569db70deca69d9226c1e142541f | refs/heads/master | 2020-09-11T02:14:37.565209 | 2019-11-20T02:13:28 | 2019-11-20T02:13:28 | 221,907,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package web.demo.config.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
imp... | [
"sunc@openscanner.cn"
] | sunc@openscanner.cn |
7dc281c3724b8ce2eebaf40e711c47761e7e183b | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/JacksonDatabind-111/com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer/BBC-F0-opt-60/20/com/fasterxml/jackson/databind/deser/std/AtomicReferenceDeserializer_ESTest.java | b0ebb57ad922ff486d946739d761c0e8d5487987 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 13,423 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 21 13:51:59 GMT 2021
*/
package com.fasterxml.jackson.databind.deser.std;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
a24285cc3bbe024162ba3bb8a3c7d2fdc640471a | e268062d24a05d8bf44e4879424a6fff0b0e9d95 | /platform/src/main/java/fr/gaellalire/vestige/platform/ModuleConfiguration.java | f6f5c07d90b76560ac37a5cfde58356411a120ab | [] | no_license | vestige-java/vestige | 2aaa5f74e1ccbed0a31dca99a12e05569ff7ad46 | 46873654e8d89343b0e78fdb1b56567bc52a4b75 | refs/heads/master | 2022-02-07T13:35:25.303605 | 2022-01-17T21:13:51 | 2022-01-17T21:13:51 | 218,323,228 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,949 | java | /*
* This file is part of Vestige.
*
* Vestige 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.
*
* Vestige is distributed in th... | [
"gael.lalire@laposte.net"
] | gael.lalire@laposte.net |
ef85989d7e371691d56ef86b0d9c2d19e817c7e5 | 8d7150f0294fd680bf4974db3835a2a6922b25e2 | /app/src/main/java/pl/marchuck/catchemall/data/BeaconsInfo.java | b9b7f1b8792e279928c3d80c975ef3c570419c72 | [] | no_license | Marchuck/CatchEmAll | 08d6a2efc3ec990fe33acc2bc0e7554224a2a883 | b33180d599fc204fb84847df11269a0964cedc7a | refs/heads/master | 2021-01-17T20:32:04.760309 | 2016-07-24T16:37:02 | 2016-07-24T16:37:02 | 64,072,096 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,162 | java | package pl.marchuck.catchemall.data;
import java.util.ArrayList;
import java.util.List;
import pl.marchuck.catchemall.R;
import uk.co.alt236.bluetoothlelib.device.BluetoothLeDevice;
import uk.co.alt236.bluetoothlelib.device.beacon.BeaconType;
import uk.co.alt236.bluetoothlelib.device.beacon.BeaconUtils;
/**
* Creat... | [
"lukmar993@gmail.com"
] | lukmar993@gmail.com |
69cc8eb09102c6622938303b3c8901b651f3f36e | e010f83b9d383a958fc73654162758bda61f8290 | /src/main/java/com/alipay/api/response/AlipayOpenServicemarketCommodityShopOnlineResponse.java | 4035880011f1be5266aff7d37769cf83755a5546 | [
"Apache-2.0"
] | permissive | 10088/alipay-sdk-java | 3a7984dc591eaf196576e55e3ed657a88af525a6 | e82aeac7d0239330ee173c7e393596e51e41c1cd | refs/heads/master | 2022-01-03T15:52:58.509790 | 2018-04-03T15:50:35 | 2018-04-03T15:50:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.open.servicemarket.commodity.shop.online response.
*
* @author auto create
* @since 1.0, 2017-10-24 10:39:17
*/
public class AlipayOpenServicemarketCommodityShopOnlineResponse extends AlipayResponse {
private stat... | [
"liuqun.lq@alibaba-inc.com"
] | liuqun.lq@alibaba-inc.com |
82bf9ed05ad4d11c7ed33e4e0ebe01e4c299ea86 | 95d8a4ab64cba3d452793d7e778efca61d327190 | /src/com/company/Matrix/Vector.java | 460e873af4840a527a38432886d5a0c7f20573ca | [] | no_license | XSmile2008/Unimodal | 601e62938e87f893ad006c77cdadac4067364e06 | d1bf777aa4323bd8f3eaa131100457fd2b961eef | refs/heads/master | 2021-01-10T14:40:20.422842 | 2015-11-25T18:07:30 | 2015-11-25T18:07:30 | 44,311,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,585 | java | package com.company.matrix;
/**
* Created by vladstarikov on 27.10.15.
*/
public class Vector {
public static double[] add(double A[], double B[]) throws IncompatibleSizesException {
if (B.length != A.length) throw new IncompatibleSizesException();
double[] C = new double[A.length];
for ... | [
"XSmile2008@gmail.com"
] | XSmile2008@gmail.com |
bcc1ba9413dc0e26781f2ef4e6ee3805b4f716fd | 0fd7d41c4a03055eaf50e6464cb0970eef1b0d1d | /test/org/gz/mappainter/business/RegionIndexerTest.java | 16003e55c98f8d421b259335933c58f94d37844a | [] | no_license | gzucolotto/MapPainter | bfb2e08d07a5fccd7981e837666899ded2698e99 | 38a10f09cbe69ce3a8d8fe58ab7b827d56b8b585 | refs/heads/master | 2021-06-17T07:56:38.637302 | 2017-06-04T13:22:19 | 2017-06-04T13:22:19 | 93,314,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java | package org.gz.mappainter.business;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class RegionIndexerTest {
@BeforeClass
public static void setUpBeforeClass() throws Exception {
}
@AfterClass
p... | [
"gzucolotto@gmail.com"
] | gzucolotto@gmail.com |
f897dde788e13a69704ef882ba632a4f743730d1 | c393377fb6b841b4677eb005fc486c5c70304a13 | /src/main/resources/archetype-resources/server/src/main/java/__packageInPathFormat__/server/service/SimpleService.java | f5bd90b4627a4a896e301307e2be108b2fc22600 | [] | no_license | shaohuabaishuo/springboot-archetype-example | 5eb36da24333c3ae5c89f26e52cedaabb9d01534 | f67903ba38c8cc7d977a701f769c4c4c3926470f | refs/heads/master | 2022-04-24T09:23:12.376151 | 2020-04-30T15:41:30 | 2020-04-30T15:41:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | package ${package}.server.service;
import ${package}.server.entity.req.SimpleParam;
import ${package}.server.entity.res.SimpleVO;
import org.springframework.stereotype.Service;
/**
* <p>示例服务</p>
*
* @author lixian
* @date 2020-04-22
*/
@Service
public class SimpleService {
/**
* 示例方法
*/
public... | [
"lixian@shuwen.com"
] | lixian@shuwen.com |
795734b088032042bc65877b5bee5be7387eef4b | acfe980860caffd7c8dd71b90928a3c5a5762eb6 | /demothreads/src/main/java/by/epam/thread/helloworld/ex07/Resource.java | 99ce44ff7c1f46730b91e0e33a974447c0e2f0de | [] | no_license | isublsv/JavaWebDevelopment | 2b7aab0cb2374725784a1b03ec58ce70449a3629 | 1c2f0918b7bd522cacb175ff075756abd63fd19a | refs/heads/master | 2023-03-06T10:17:57.622680 | 2023-03-04T13:00:30 | 2023-03-04T13:02:17 | 208,277,162 | 0 | 0 | null | 2023-03-04T13:02:18 | 2019-09-13T14:06:44 | Java | UTF-8 | Java | false | false | 1,015 | java | package by.epam.thread.helloworld.ex07;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.FileWriter;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
class Resource {
private static final Logger LOGGER = LogManager.getLogger(Resource.class);
... | [
"isublsv@gmail.com"
] | isublsv@gmail.com |
a3d9efd973bdde3a41dfc9235355ea71c6029803 | 4c426f3249dd46c0e70b1db4f4d3a6f3cfb61173 | /src/test/java/org/forzm/demo/service/impl/CommentServiceImplTest.java | fea05faed779bd0ae5d2845ca58f62c1b0257bcf | [] | no_license | BitIgnas/forzm-backend-api | 7daf0701d46e852b326ef5d0fc5a6f8bced0ac6e | 9d71725cfd242ed1818a8347547c0671100d990c | refs/heads/main | 2023-08-29T05:25:40.011042 | 2021-09-18T17:55:26 | 2021-09-18T17:55:26 | 391,295,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,151 | java | package org.forzm.demo.service.impl;
import org.forzm.demo.dto.CommentRequestDto;
import org.forzm.demo.dto.CommentResponseDto;
import org.forzm.demo.dto.PostResponseDto;
import org.forzm.demo.model.*;
import org.forzm.demo.repository.CommentRepository;
import org.forzm.demo.repository.PostRepository;
import org.forzm... | [
"Ignotas99@gmail.com"
] | Ignotas99@gmail.com |
50fcf2e6c073e044866ac4fbb87d3ab782f3b8be | 57c11d1f89d3572e1a717eaee9b0a548f1121a51 | /Clase_10/ejercicios/sincronico/clases/FigurasBD/src/main/java/Test2.java | 0984317b0e3953d0aa5c3c1dd09da567d5e0798c | [] | no_license | dedosmedia/BackEnd_I | 8b64f4348118543ecd6e93ad642dc3c6578cbf37 | dedb06558f8c8916da8e881b907ffd241e8bbbdc | refs/heads/main | 2023-08-09T01:09:11.008569 | 2021-09-12T17:09:58 | 2021-09-12T17:09:58 | 394,388,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,135 | java |
/*Crear una tabla de figuras y guardar el
tipo de figura: ejemplo circulo
color: ejemplo rojo
(No nos olvidemos que el id es obligatorio)
Crear una conexion a la BD
insertar 2 circulos y 3 cuadrados de distinto color
crear una query para ver los circulos color rojo
mostrar todos las figuras en pantalla con un resultSe... | [
"gerencia@dedosmedia.com"
] | gerencia@dedosmedia.com |
312f17110263d7c1e038ecadfc8d38cf3b20d106 | 9f34c1249575d4540814265e2d1f3d50c4d097df | /src/sort/quickSort/code/PARTITION.java | be9f8cdb1f08c46b0deeb3d75960a1c0ca1b957e | [] | no_license | cat94/Algrithom_test | f6662ffedca7fdd4b4e51141cde771936e4da94e | c0ab6c7a785e127de1b25ea8ed74e05aaad2948c | refs/heads/master | 2021-01-18T14:15:52.578573 | 2015-05-19T08:32:36 | 2015-05-19T08:32:36 | 23,689,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,152 | java | package sort.quickSort.code;
/**
* ��ԭ������Ӱ���partition����
* @author shen
*
*/
public class PARTITION {
public static int partition(int[] list , int start_index,int end_index){
int change_index = start_index-1; //���Ƿ�Ƭ�������Ҫ�����滻���±꣬��start_index-1��ʼ
for (int i = start_index; i < end_index; i++) {... | [
"CatMeetPet@gmail.com"
] | CatMeetPet@gmail.com |
97356f9245ad52ffa5918ef3d36f89d711d268a1 | 0721dbe2cea0a8a19ac348fb7c39938d84251689 | /src/pack1/Test3.java | 43422f82292006b82ad72b9074afe5a9270bc3c8 | [] | no_license | rabahoukara/SeleniumCours_Test2 | 38a3c58f1091911bf258b54c1efc1909a687e60d | 599a56164491f7d6d75d3eec6a67e9f7756106ef | refs/heads/main | 2023-06-15T07:49:59.998428 | 2021-07-16T02:48:24 | 2021-07-16T02:48:24 | 386,488,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package pack1;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Test3 {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.driver", "drivers\\chromedriver.exe");
WebDriver driver = new ChromeDriver(); // une instance du navigateur chro... | [
"rabah_oukara@yahoo.fr"
] | rabah_oukara@yahoo.fr |
6de27a5395f88230ab35c81c365497b4cd815024 | e91b519baf17446cde0e69099fe4fd1b96c424d4 | /src/main/java/uk/ac/qub/eeecs/closer/main/FileOperations.java | f0f6030137fd73d500e192b429313831a23fe686 | [] | no_license | closer-evolution/closer | 97d09789d665004bdd7b9b7fbeca142a8fbf56e5 | 40a3c508bf7d3ce689f3126aab08af8a53ef03a1 | refs/heads/main | 2023-07-01T23:44:24.223945 | 2021-08-02T13:20:07 | 2021-08-02T13:20:07 | 390,712,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 242 | java | package uk.ac.qub.eeecs.closer.main;
/**
* @author : Jordan
* @created : 11/01/2021, Monday
* @description : Class for all File IO operations, separated so that these methods can be mocked for testing
**/
public class FileOperations {
}
| [
"d.cutting@qub.ac.uk"
] | d.cutting@qub.ac.uk |
89436a5233f61798201a900a877524afbb9bff18 | 5ee79eb3c87bcd4d6b744d6396f4063448a245bd | /qr_simple/src/main/java/com/icechen/qr_simple/Intents.java | a0da165b99ea4ad3437e666eccb938335bb2c14b | [] | no_license | iceChenx/QR_Simple | 59931dd3893b137e6eb3e8af94ef0d6fc63bf00d | 6ead3e0e2426d955935562580b1d02cbd4d8ef8e | refs/heads/master | 2021-01-21T13:57:33.923882 | 2016-05-25T15:28:12 | 2016-05-25T15:28:12 | 55,806,594 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,169 | java | /*
* Copyright (C) 2008 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"icechen_@outlook.com"
] | icechen_@outlook.com |
8e6b4c3179e1a4d9f21388fe73ff5135950a8041 | cae72498e51e9e86bfec795d11186bc5ecc50354 | /src/main/java/com/ibm/etcd/client/lease/EtcdLeaseClient.java | ffe7c8d7462e687c00585311d1ee42261e09d005 | [
"Apache-2.0"
] | permissive | arnaudbos/etcd-java | be52181bcfa477198dfed30984a9c7fd21ee94bc | 22173202820ef838c6c5b24f0c40e8c77832bd6c | refs/heads/master | 2020-03-30T09:01:51.502977 | 2018-10-01T08:28:59 | 2018-10-03T09:35:55 | 151,057,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,397 | java | /*
* Copyright 2017, 2018 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"nickhill@us.ibm.com"
] | nickhill@us.ibm.com |
e2d95c18327f41dca44f05b64c39ebd94e03a8de | 673743a0bef13c356a0d3bf808916031ee87aec1 | /usjtest/src/main/java/com/poc/olingo/ta/model/Account.java | ddfa08304876c132c8363a166fcf4789eb1bda0b | [] | no_license | unsreejith/odata2 | c020cc4a132fbd5a19a6b8bbb78c4f2cdb3cd03b | b1ed8c3d3d7becb92e80484db0f0fd2f7052e62a | refs/heads/master | 2021-05-26T02:56:37.415992 | 2020-04-24T08:07:30 | 2020-04-24T08:07:30 | 254,024,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package com.poc.olingo.ta.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="account")
public class Account {
@Id
//@GeneratedValue
@Column(name = "account_number", nullable = false)
private int ... | [
"noreply@github.com"
] | noreply@github.com |
ec7c63e8c6430b74d463d29ec78e2c4a23ded496 | 049c380769758383f3b956c3b9c9b613ce3e3fb5 | /src/main/java/com/lzl/netty/chapter7_msgpack/EchoClientHandler.java | ed5be220507930d566b55236a760f43e3f07ec46 | [] | no_license | lizanle521/springaop | 81ba30a8d646dd39b824d55d651e5503ff2d3c04 | f45bc79967d2f70a2443c586ba05acaae844e84b | refs/heads/master | 2022-12-21T21:41:15.513565 | 2019-07-01T15:51:51 | 2019-07-01T15:51:51 | 112,455,896 | 1 | 0 | null | 2022-10-04T23:50:10 | 2017-11-29T09:39:29 | Java | UTF-8 | Java | false | false | 1,847 | java | package com.lzl.netty.chapter7_msgpack;
import com.lzl.netty.chapter6_encode_decode.javaserilization.UserInfo;
import io.netty.channel.ChannelHandlerAdapter;
import io.netty.channel.ChannelHandlerContext;
/**
* @author lizanle
* @data 2019/2/22 8:29 PM
*/
public class EchoClientHandler extends ChannelHandlerAdapte... | [
"491823689@qq.com"
] | 491823689@qq.com |
115fd9cae1864d7de5976f36bbbef4886b7de67c | ee1e8f640ba908999da0fe43048b0a582d7b8d9b | /myvue/myblog/src/main/java/com/example/myblog/service/BlogServicelmi.java | fa5da736d88a8ef7139b4ff02f3f4932116f2bea | [] | no_license | lionheart4ever/study | 360ddda5836fd4fdcc627eda7429d31ff8a7af09 | 9baf828a86e49f760bd9a22439f2f64dc3e375a3 | refs/heads/master | 2023-06-19T22:16:20.887579 | 2021-07-20T05:58:45 | 2021-07-20T05:58:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,352 | java | package com.example.myblog.service;
import com.example.myblog.dao.BlogReqository;
import com.example.myblog.po.Blog;
import com.example.myblog.utils.MarkdownUtil;
import javassist.NotFoundException;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | [
"2857154359@qq.com"
] | 2857154359@qq.com |
5536b4fcad05acc0b0562cd2e6b0ab93fd25fb38 | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/148/482/CWE90_LDAP_Injection__Property_12.java | 2f7577d23488332096703f26c1b4336a49e9fa19 | [] | no_license | Lanhbao/Static-Testing-for-Juliet-Test-Suite | 6fd3f62713be7a084260eafa9ab221b1b9833be6 | b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68 | refs/heads/master | 2020-08-24T13:34:04.004149 | 2019-10-25T09:26:00 | 2019-10-25T09:26:00 | 216,822,684 | 0 | 1 | null | 2019-11-08T09:51:54 | 2019-10-22T13:37:13 | Java | UTF-8 | Java | false | false | 5,994 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE90_LDAP_Injection__Property_12.java
Label Definition File: CWE90_LDAP_Injection.label.xml
Template File: sources-sink-12.tmpl.java
*/
/*
* @description
* CWE: 90 LDAP Injection
* BadSource: Property Read data from a system property
* GoodSource: A hardcoded string
* BadS... | [
"anhtluet12@gmail.com"
] | anhtluet12@gmail.com |
aa993589dd406aa7db99156cd23cb3322f71ba31 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_6_buggy/mutated/1072/QueryParser.java | 69cfe52528325e27d96df1aa0563e77b1d7e5963 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,597 | java | package org.jsoup.select;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.jsoup.helper.StringUtil;
import org.jsoup.helper.Validate;
import org.jsoup.parser.TokenQueue;
/**
* Parses a CSS selector into an Evaluator tree.
*/
public class ... | [
"justinwm@163.com"
] | justinwm@163.com |
d3b65b58d889c82d4b132628f37e6858d40cd234 | d0c962d9700436975a257cd5a99eb6cba7914e20 | /src/main/java/life/majiang/community/model/User.java | 49c4c332842700e3ad9fca02781b00ef4bcc7d28 | [] | no_license | yus22/community | 7046fe20383fce735572d00654c8cc0187783ffc | 5b8c27ce32f104066f85ab722128092d118e79db | refs/heads/master | 2022-06-26T12:09:55.775646 | 2020-06-09T05:55:45 | 2020-06-09T05:55:45 | 201,917,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,228 | java | package life.majiang.community.model;
public class User {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column USER.ID
*
* @mbg.generated Fri May 01 10:00:25 CST 2020
*/
private Long id;
/**
*
* This field was genera... | [
"1239993948@qq.com"
] | 1239993948@qq.com |
6fec633e9eed8b84c87eb7fdbb6759b0d83f0e56 | 03ebfeabb614b0a8e86443b2a3a767c8aad42453 | /src/playerStrategy/BlackJackStrategyAggresive.java | 88c426c214c265dbe08b55b7449ac39c69ef9fff | [] | no_license | leo113000/TP3-BlackJack | 545cae21e83bd02d6f3d6622b2a9ad79b95f2b8d | 4ab45a333cf0fe34eb3b0301c826ab1e2bdb957f | refs/heads/master | 2020-03-07T06:22:18.377955 | 2018-04-08T21:38:52 | 2018-04-08T21:38:52 | 127,320,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package playerStrategy;
import java.util.ArrayList;
import deck.Card;
public class BlackJackStrategyAggresive extends BlackJackStrategy{
@Override
public Boolean askAnotherCard(int cardsValue) { return cardsValue<18; }
}
| [
"leo114000@gmail.com"
] | leo114000@gmail.com |
069da94b21c17d791627515b9c337d7eab90464c | a1f54c4fc08b70dfcde20dd3dc2e0b544850ceb9 | /Habibullin/src/Cp_24/Client.java | df2a48c5d29ef94222a7de0aaaf8cbd03d12cd3d | [] | no_license | smith1984/java_src_tutorial | 175d4f69e443084f82c48ab7457dcacfae3dfb23 | 50fd98e37d675f597074a6e53a9ef34824d5fcd4 | refs/heads/master | 2020-04-09T03:38:38.848665 | 2018-12-01T21:57:20 | 2018-12-01T21:57:20 | 159,990,788 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package Cp_24;
import java.net.*;
import java.io.*;
import java.util.*;
public class Client{
public static void main(String[] args){
if (args.length != 3){
System.err.println("Usage: Client host port file");
System.exit(0);
}
String host = args[0];
... | [
"smith150384@gmail.com"
] | smith150384@gmail.com |
c5f1e53a7643622d17c36895a65dfaa23ee01c92 | 0cec0cb357e30a15dcb08cb48767f98f7f52e46f | /Chapter-8/Car3.java | edf66fddf743f4aa102b066137c0162994957f21 | [] | no_license | jackfusion/Object-Oriented-Programming | 85ee8724c0b7b93a6cdda88e41fd30b7d32932f5 | bc77e3ec695f8f28b928f5b5edc4502153435551 | refs/heads/master | 2023-04-16T05:28:41.412305 | 2021-05-05T15:21:41 | 2021-05-05T15:21:41 | 359,615,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | /********************************************************
* Car3.java - example from the book *
* *
* This class illustrates methods that can be chained. *
********************************************************/
public class Car3 {
priv... | [
"kendewitt@yftg.ca"
] | kendewitt@yftg.ca |
71e60f4a3aef802ae7fbf51f3bdfc4b9ed4552cc | f18218a61ced4025217c20a605ada8a55e765e67 | /Strategy/src/structure/hierarchy/concrete/Bird.java | ac3a2924320a4892f621df83f194b5452bb46af8 | [] | no_license | Diecaal/DesignPatterns | 4bafbd6bca9d6f2ed43dcb88b0c32e794427f8b7 | 2e122485ce10b4512b439c54e154bf4d101cb724 | refs/heads/master | 2023-05-14T12:51:45.420071 | 2021-06-01T19:23:00 | 2021-06-01T19:23:00 | 364,739,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package structure.hierarchy.concrete;
import structure.hierarchy.Animal;
import structure.strategy.concrete.ItFlys;
public class Bird extends Animal {
public Bird(String name, double height, int weight) {
super(name, height, weight);
setSound("Tweet!");
setFlyingAbility(new ItFlys());
}
}
| [
"diecaal@gmail.com"
] | diecaal@gmail.com |
5ac436cc7c867f0bed7fc329acef5e6cae3c3685 | 4be4dda9ac2efaf8e9099b263837488d86057ab3 | /C0920G1-CarInsurance-BE/src/main/java/com/c0920g1/c0920g1carinsurancebe/repository/PositionRepository.java | 7695effdc8faa62cb84a59aa9e8265e9d8768178 | [] | no_license | duchiep154/CarInsuranceBE | 6df542af2df13b9ed5e1685f344d8ae4fc18ac63 | 54a1d3c7102bc5382cbc15fedc438e9e97f230e7 | refs/heads/main | 2023-03-31T05:01:57.981652 | 2021-03-25T04:35:58 | 2021-03-25T04:35:58 | 351,308,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.c0920g1.c0920g1carinsurancebe.repository;
import com.c0920g1.c0920g1carinsurancebe.entities.employee.Position;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repos... | [
"duchiep154@gmail.com"
] | duchiep154@gmail.com |
60276fcbde9924e2ea781aca13009e1649230178 | 2efe3bb5a96f93b52e158834342b2152f3a648d6 | /Lesson15/TextSimilarity-v01/src/ru/kpfu/itis/textsimilarity/FileNameTextProvider.java | 24b65fee1fe389498116a39b98f6327fc18ba33d | [] | no_license | Gulnaz1304/Amirkhanova_11-807 | 44044e9596a108d997e8b537841d70f497f45666 | 1667becb51e0ff939288cb74e53ebf87a4d54141 | refs/heads/master | 2020-03-28T12:24:42.391582 | 2018-12-11T10:36:58 | 2018-12-11T10:36:58 | 148,294,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package ru.kpfu.itis.textsimilarity;
import java.io.File;
public class FileNameTextProvider extends FileTextProvider {
public FileNameTextProvider(File input) {
super(input);
}
@Override
public String getText() {
String filename = input.getName();
String text = super.getText... | [
"mrrrrrrrrrrrrr1@icloud.com"
] | mrrrrrrrrrrrrr1@icloud.com |
4cfe723b8158f85d41834bac14d5c99e0d833fad | b930dcf5f4a92c7969111b9cd5c11f36e2b62d1d | /customer-service/src/main/java/com/sliit/mtit/microservice/customerservice/controller/package-info.java | f13c5798f7e27bb976ec6b7d680f055d2b3b49e5 | [] | no_license | infas03/MTIT_Microservice | 30f56ee49ef6fd104416dfe580185cf2756f2909 | 9575bd99c4bfb36afef8024e28f48e658cefe51e | refs/heads/main | 2023-05-01T11:19:22.903107 | 2021-05-19T18:14:04 | 2021-05-19T18:14:04 | 368,959,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | package com.sliit.mtit.microservice.customerservice.controller; | [
"noreply@github.com"
] | noreply@github.com |
eceadf98a1590be723823fb19ee3bf1ee8661ded | 2a1f054e49f9cc2c43fc17b810a518471ec18caa | /VaultSpringAdminPanel/src/main/java/com/snap/controller/JavaVersion.java | 86b531866597a57f9e6c9a2c4151d7d2242f504c | [] | no_license | lagging/DevTools | 424405526448da766cd3fd004a08e9dd31f4a998 | 4f5e66ba0c2d78fba3a68992a92d4087ebb9c800 | refs/heads/master | 2021-01-10T08:02:51.690991 | 2016-02-26T08:20:33 | 2016-02-26T08:20:33 | 52,588,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package com.snap.controller;
public class JavaVersion {
public static void main(String[] args) {
System.out.println(System.getProperty("java.runtime.version"));
}
}
| [
"ashish.rathore@snapdeal.com"
] | ashish.rathore@snapdeal.com |
d61c95f0f1064242c3e311e9eedeb37f0fc6f0fe | 768ac7d2fbff7b31da820c0d6a7a423c7e2fe8b8 | /WEB-INF/java/com/youku/search/sort/util/filter/JSONFilter.java | d185935a00bba0969d7c36a28510592439685456 | [] | no_license | aiter/-java-soku | 9d184fb047474f1e5cb8df898fcbdb16967ee636 | 864b933d8134386bd5b97c5b0dd37627f7532d8d | refs/heads/master | 2021-01-18T17:41:28.396499 | 2015-08-24T06:09:21 | 2015-08-24T06:09:21 | 41,285,373 | 0 | 0 | null | 2015-08-24T06:08:00 | 2015-08-24T06:08:00 | null | UTF-8 | Java | false | false | 306 | java | package com.youku.search.sort.util.filter;
import com.youku.search.sort.util.BaseFilter;
public class JSONFilter extends BaseFilter {
@Override
protected void innerFilter(char[] chars, int i) {
if (chars[i] == '\\' || chars[i] == '/' || chars[i] == '"') {
chars[i] = ' ';
}
}
}
| [
"lyu302@gmail.com"
] | lyu302@gmail.com |
f0cfe01f42765013a0eae9cb88e648f62ee3d617 | 221003e3cee5783948b3c00ad72be93463b9b23c | /modules/exam-service-parent/exam-service-api/src/main/java/com/github/tangyi/exam/api/module/ExaminationSubject.java | faa219f71952c212888bb1f19e012e6ede442bc3 | [
"MIT"
] | permissive | chenzhenguo/spring-microservice-exam | da8bde53c2f95c13f659a78fe8a74abf2665733f | a2eccefd64d485722d12d5d5361d97514c545e16 | refs/heads/master | 2023-02-13T07:32:53.793698 | 2020-10-23T10:55:54 | 2020-10-23T10:55:54 | 287,155,902 | 0 | 0 | MIT | 2021-01-13T05:26:32 | 2020-08-13T01:52:07 | null | UTF-8 | Java | false | false | 893 | java | package com.github.tangyi.exam.api.module;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.github.tangyi.common.core.persistence.BaseEntity;
import lombok.Data;
/**
* 考试题目关联
*
* @author tangyi
* @date 2019/6/16 13:46
*/
@Data
@JsonInclude(JsonIn... | [
"1633736729@qq.com"
] | 1633736729@qq.com |
bcedcd9dcbc32950b2611cfe9cde9b9e8b08f55c | a27c88ba183bc7385a66c3b99cd2fbb8cda49797 | /src/main/java/egovframework/let/cop/com/service/BoardUseInfVO.java | 479fb6729593d539c651548d61dca8e66c9fc4fb | [
"Apache-2.0"
] | permissive | WooYoungsik/egovframe-simple-homepage-template | 6aaf1b9d2c5297e4f4f934aa951704bb4c921d67 | 7c5208432e9b67418ae69913f92c9fe6353a078f | refs/heads/main | 2023-06-29T05:31:54.875800 | 2021-07-24T15:49:54 | 2021-07-24T15:49:54 | 389,075,230 | 0 | 0 | Apache-2.0 | 2021-07-24T11:01:49 | 2021-07-24T11:01:49 | null | UTF-8 | Java | false | false | 11,489 | java | package egovframework.let.cop.com.service;
import java.io.Serializable;
import org.apache.commons.lang3.builder.ToStringBuilder;
/**
* 게시판의 이용정보를 관리하기 위한 VO 클래스
* @author 공통서비스개발팀 이삼섭
* @since 2009.04.02
* @version 1.0
* @see
*
* <pre>
* << 개정이력(Modification Information) >>
*
* 수정일 수정자 수정... | [
"ohorage21@naver.com"
] | ohorage21@naver.com |
42664b3c7a338307c93fec4967d05cdb91748765 | 4cba848019e2b86ceec35e9a37c4628fcb2e6114 | /src/main/java/com/example/auto/config/RedisConfig.java | 9b251d0c61d24aac881ac196a1ffd6de7dbf8db2 | [] | no_license | jakkkkead/bieshe-auto | 983599a70977d6d83344878ab41b80d71c62838a | b3211562e2bd784f48d70a12fe5d4a1a91eb97a3 | refs/heads/master | 2020-04-28T10:51:57.750442 | 2019-04-08T16:14:12 | 2019-04-08T16:14:12 | 175,217,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,636 | java | package com.example.auto.config;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.PropertyAccessor;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.cache.CacheManager;
import org.springframework.cache.annotation.EnableCaching;
import org.spr... | [
"123456789"
] | 123456789 |
e2a2aa302b10e9dcd798dc3918769b8f97cc6869 | c90a649ed12562483bd0aec071c5e2b3421c7e64 | /polytech/src/main/java/kr/co/uclick/controller/ServiceController.java | c2173e010226fda15df451efd85207f790d73a35 | [] | no_license | grandtempler/kopo10 | a34971664cc9b6f2d0a22b80e88994ee6beb228a | f8ff4bc634c68e00e63c5530615450081f151f15 | refs/heads/master | 2020-03-27T08:25:19.279105 | 2018-08-27T05:55:20 | 2018-08-27T05:55:20 | 146,252,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,312 | java | package kr.co.uclick.controller;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Map;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.sp... | [
"grandtempler@naver.com"
] | grandtempler@naver.com |
08bbcb08f30dbe5636f19bc999e850579249e3c1 | 4efe3aec9b0ac0ef05fa08f27e351d16489afd90 | /README.java | 092143336a070b185c5a57937a44851524380436 | [] | no_license | saravanabalasubramaniam/Decimal | da031dfd5d4b6f4c0222d2968c35ba29ae1ad46e | 600c1fc124b48440bf52421fae991c3ffa537e79 | refs/heads/master | 2020-04-24T02:13:25.226694 | 2019-02-20T08:25:13 | 2019-02-20T08:25:13 | 171,629,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | import java.io.*;
import java.util.*;
class Decimal
{
public static void main(String args[])
{
Scanner input=new Scanner(System.in);
double a=input.nextFloat();
double b=Math.ceil(a);
System.out.println(Math.round(b));
}
}
| [
"noreply@github.com"
] | noreply@github.com |
282b108b05f8abfabc44b5c0ed54dbd1c7f09ea4 | 01df1cfea13d7b025161429bb86a6d35a6a75f3a | /app/src/test/java/cn/kavel/demo/javantwk/ExampleUnitTest.java | 88a8806d28b98cbebbd02cf0e3d3081a07d76b55 | [] | no_license | KavelCortex/JavaNtwk | 0568076377e1b8cd832ec3bdedeecbae0b878650 | 406e8aabd57fafa3944b938a76e7916f37d09b68 | refs/heads/master | 2021-01-18T17:23:50.955425 | 2017-04-09T15:03:44 | 2017-04-09T15:03:44 | 86,794,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package cn.kavel.demo.javantwk;
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 void... | [
"me@kavel.cn"
] | me@kavel.cn |
666751c948b7a26ce57f1ba5d60273f4d00267d0 | c81ff5289efa6f8c52b2601af1ece43b234c1e45 | /S3Proftaak/src/s3proftaak/Client/Visuals/Lobby_Utils/LocalPlayer.java | 88751d956316ff633a247373009345577b47036c | [] | no_license | RBijlard/S3Proftaak | acca4433b384fe54e06831fb69f97a9db40cf4a4 | 2b472cb1d9fe33a6fe0d8ee283fb593f22a2e5bc | refs/heads/master | 2021-01-10T16:08:38.863713 | 2016-01-27T08:51:19 | 2016-01-27T08:51:19 | 43,669,756 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 734 | 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 s3proftaak.Client.Visuals.Lobby_Utils;
import javafx.beans.property.BooleanProperty;
import javafx.beans.property.SimpleBoolea... | [
"s.caniels@student.fontys.nl"
] | s.caniels@student.fontys.nl |
681f63259145081eb68f3e79286e1d707f5650fe | 96a64802ea68161702941a23b1675ba8b9678d53 | /app/src/main/java/com/apecs/im/view/fragment/dialogue/ChartFragment.java | c9ab5ad2128c4e4236755229a44ea2c2475f67a6 | [] | no_license | HJianFei/MVPDemo | 911e0ea2366cf10809b25c35d70535c27abcd762 | 8fa1d64b729e3ebddaab252c420626ef25415701 | refs/heads/master | 2020-12-03T03:57:33.652503 | 2017-07-04T01:18:10 | 2017-07-04T01:18:10 | 95,794,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,072 | java | package com.apecs.im.view.fragment.dialogue;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.apecs.im.R;
/**
* A simple {@link Fragment} subclass.
* Use the {@link ChartFragment#newInstance} f... | [
"190766172@qq.com"
] | 190766172@qq.com |
f0237c7c4e22a7da860a0024c53e219f4dd674e5 | b64a6b216ac8ec212d307edb65dcc760cecc1aba | /FirstFrame/src/test/java/com/example/demo/FirstFrameApplicationTests.java | 399156c830e805f5869e97d89b0ce2d249bca3b9 | [
"Apache-2.0"
] | permissive | ryokidd7/Java_SpringFramework | 377ddf5400aa630652e1c8518c21e172038160a6 | 5b6b6c25360b98123bd2851bf88680b81692bd9c | refs/heads/master | 2020-07-05T14:00:16.160349 | 2019-08-16T06:44:33 | 2019-08-16T06:44:33 | 202,666,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.example.demo;
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 FirstFrameApplicationTests {
@Test
public void contex... | [
"ryooki.0726@gmail.com"
] | ryooki.0726@gmail.com |
1c6d0e9967a716a30a8a2c0d3b17af5283a3ff8a | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/domain/src/main/java/org/gradle/testdomain/performancenull_8/Productionnull_705.java | 0c3c8ec36d3fada68ac457e782bd704f2599d69c | [] | 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 | 588 | java | package org.gradle.testdomain.performancenull_8;
public class Productionnull_705 {
private final String property;
public Productionnull_705(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
7f04191410a8af4e7d2e0330ab3399e6637fba98 | 9968b8accbb2055a8494e65e7e0402d57394b9fd | /src/main/java/com/v/aspect/LoggerAspect.java | 678c85a0f3ee46f47b63fdc2cb3f57910574e6e8 | [] | no_license | IronLung7/idiot-server | 997cc0206d00b2b3c2a930d83bf965e870b7324a | dba1786a5cfa88b12b6f7767940f5ab32f594860 | refs/heads/master | 2021-01-17T17:49:41.824404 | 2016-08-01T09:46:49 | 2016-08-01T09:46:49 | 64,655,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | //package com.v.aspect;
//
//import org.aspectj.lang.ProceedingJoinPoint;
//import org.aspectj.lang.annotation.Around;
//import org.aspectj.lang.annotation.Aspect;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
//import org.springframework.stereotype.Component;
//
///**
// * Created by zhlingyu on 2016/7/... | [
"lingyue.zhu@hpe.com"
] | lingyue.zhu@hpe.com |
22f34a05763f2205d249c8dc422db06b3b090f65 | de10a81abceadd4d0f9e630c18a5ce02648005d4 | /residentEvil/src/main/java/com/residentevildemo/repositories/CapitalRepository.java | 8afd77d72ad8ce8c8f10a067493d0adfaeb0b9b1 | [] | no_license | rori4/Softuni | 2833dc3e3aea03b7b704b38f48fe0500714e2b80 | 4e30be529897974fd5f227d90a47497f5703579c | refs/heads/master | 2021-03-24T13:39:28.793650 | 2018-01-28T10:28:09 | 2018-01-28T10:28:09 | 119,249,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package com.residentevildemo.repositories;
import com.residentevildemo.entities.Capital;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Set;
@Repository
publi... | [
"RangelStoilov@students.softuni.bg"
] | RangelStoilov@students.softuni.bg |
4e83821f992182944efb2f5a34349a77424a7bda | fa9135df89e195b88345be8508d68e976b0b1c2b | /java/java-tests/testData/inspection/inefficientStreamCount/afterSimpleCountComparisonIsEmpty.java | 8d491f18f83ba8fa554e7391cad8c344f00c0c05 | [
"Apache-2.0"
] | permissive | k-bespalov/intellij-community | 5274548f375aa4b610f83e4d328c5733f0c02456 | d1652eee4ff9289169d96e0b03d14c07be6f8c89 | refs/heads/master | 2023-04-14T00:36:46.417119 | 2021-03-22T16:35:45 | 2021-03-22T16:59:32 | 350,450,859 | 0 | 0 | Apache-2.0 | 2021-03-22T18:36:17 | 2021-03-22T18:36:17 | null | UTF-8 | Java | false | false | 210 | java | // "Replace 'stream.count() == 0' with 'stream.findAny().isEmpty()'" "true"
import java.util.stream.Stream;
class Test {
boolean isEmpty(Stream<String> stream) {
return stream.findAny().isEmpty();
}
} | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
7dc9345d14ab7779bb99ee8ccd664c621258fb03 | 27fdae4490acf372846d207116b67d4adb3f3cfa | /EditProjectServlet.java | 37854e4387449ef34fd943fe5616c4475f7a71c8 | [] | no_license | sdpuglisi/Team_Up | acb484643c0c2ed2334d946427d3adfbb6997ca3 | 61dc7541d38434e5cb65dba5e28b6ac37eb011d9 | refs/heads/master | 2022-11-10T19:44:30.509380 | 2020-06-29T16:44:05 | 2020-06-29T16:44:05 | 275,869,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | package com.teamup.servlet;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServle... | [
"noreply@github.com"
] | noreply@github.com |
900556a31ccf26b469aa30dda21ea354822a2595 | 12defbb19a15f7ce239e99b18ab8f27bb15dac41 | /src/main/java/com/maserhe/enums/LoginParam.java | 13a62c889f2f3e24ebbad0541ebf46d70d59cbce | [] | no_license | Maserhe/MForum | b80b4487f88ac1c4285f4db9de5ab2c290fd67f4 | 91de66a6cf07dd2fa870f67ad70732f479df22cf | refs/heads/master | 2023-06-18T03:23:01.750867 | 2021-07-11T12:46:39 | 2021-07-11T12:46:39 | 354,457,896 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 682 | java | package com.maserhe.enums;
/**
* 描述:
*
* @author Maserhe
* @create 2021-04-03 17:33
*/
public interface LoginParam {
/**
* 激活成功
*/
int ACTIVATION_SUCCESS = 0;
/**
* 重复激活
*/
int ACTIVATION_REPEAT = 1;
/**
* 激活失败
*/
int ACTIVATION_FAILURE = 2;
/**
*... | [
"982289931@qq.com"
] | 982289931@qq.com |
b8631661665fcedea74dbbd468e48d005ad04bf3 | 6fea46d57282e2c92bcde22217ea6b4a1c0dc6f2 | /ANDROID/Cause_Android_User/app/src/main/java/com/example/dsm2018/cause_android_user/fragment/SettingFragment.java | a841ba8aa04101643190f9a24ce0d9287c6af1b0 | [] | no_license | goifproject/Cause_Phantom | 600b7f094e02cee7a5fb667b426ed0a9704e8b42 | 410dcbc344c814fef6e4debee1a25bee47e99940 | refs/heads/master | 2021-09-27T19:21:48.925469 | 2018-11-10T22:57:09 | 2018-11-10T22:57:09 | 156,986,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,320 | java | package com.example.dsm2018.cause_android_user.fragment;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.v... | [
"dogyhbin12345@gmail.com"
] | dogyhbin12345@gmail.com |
a89e3fe3edbdd574de07b97dbb170437adc0389d | d76c2200bdf66695a2014cd961d01e71efab6ba9 | /spring1/src/main/java/main/MainClassXML1.java | 275af179f6d1894242df31a1766396163b156183 | [] | no_license | gusals9355/jsp | c1ceb41760ab7d33f0632fe4372a7d226c997b90 | 9ae482b47378b7238e5650f49b6d3d21ad6d8f97 | refs/heads/main | 2023-05-05T14:58:45.440863 | 2021-05-25T07:48:28 | 2021-05-25T07:48:28 | 360,715,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,942 | java | package main;
import java.util.Iterator;
import java.util.Map;
import java.util.Scanner;
import java.util.Set;
import org.springframework.context.support.GenericXmlApplicationContext;
import assembler.StudentAssembler;
import dao.StudentDao;
import member.Student;
import service.AllSelectService;
import... | [
"noreply@github.com"
] | noreply@github.com |
5a828e5c99590d540a534d06d281b240a65cf6ad | e2c7b2b5595fb3c60f30188e522c5c43f9b89e7a | /shopping-service/src/main/java/com/sr/shopping/dao/WalletDao.java | 6a07859655e0c80b04a885039921ed3ae9da1cfd | [
"MIT"
] | permissive | Unchastity/shopping_mvn | b386fcc872d845fb3ea43faf1307926310aaeab5 | 7226b360f1805699720bac824e64411b18ff681c | refs/heads/master | 2021-01-24T03:48:52.301225 | 2018-03-01T08:49:23 | 2018-03-01T08:49:23 | 122,907,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package com.sr.shopping.dao;
import com.sr.shopping.entity.Wallet;
public interface WalletDao extends BaseDao<Wallet> {
}
| [
"jimg1991@163.com"
] | jimg1991@163.com |
28ab052c116f284cce4dd61edc24b5404f42eb5a | 86fe5400292126b66ac154194d99640d13ede97f | /TugasIO/src/adins/tugas/Test.java | 5ed30968c8dec785c218a24743d1ec10d95b73b7 | [] | no_license | asemsao/io | 0edc152e9cafd7cd16c0577044df6341276cb4d8 | e4bfcc2c99f30d39dd36af314091940f5a0e8c5b | refs/heads/master | 2019-01-19T10:04:18.857102 | 2014-02-21T08:31:32 | 2014-02-21T08:31:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package adins.tugas;
public class Test {
public static void main(String[] args) {
NotePad np = new NotePad();
np.start();
}
}
| [
"kartikoedhi@gmail.com"
] | kartikoedhi@gmail.com |
bb9b53e0f2fcba1db5aac37c7387f27048693309 | ab2ba7fd5f894bc77e3a14d4e0dd92687e75afaa | /src/main/java/org/tinymediamanager/ui/movies/settings/MovieSettingsContainerPanel.java | 17612ef1d79b92b54d1f4a529921f3bdf3bec59b | [
"Apache-2.0"
] | permissive | vlagorce/tinyMediaManager | cf7ff6a3c695db4433fc5eaec3e6fb3328399e84 | 1843beddf85221695e24f813c1b7c323c4426a10 | refs/heads/master | 2021-04-09T14:24:59.278962 | 2018-02-08T10:24:25 | 2018-02-08T10:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,982 | java | /*
* Copyright 2012 - 2017 Manuel Laggner
*
* 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 ... | [
"manuel.laggner@gmail.com"
] | manuel.laggner@gmail.com |
606113aa61c2adafcb772af32593675a752b8f5a | 8856ad736e04498e5fb0ffe7a9fc9e286a7ede4c | /src/fr/diginamic/recensement/RecherchePopulationDepartementService.java | 8430ddaf5a6ca81aa89e57a276ab7ef25eb5d843 | [] | no_license | sanaeltahhan/approche_objet | a86916fd51c6590638e0be9b415670a8299780ec | 5440f5ead05525b72fdfa8d81eb2b95c6ecbb7c9 | refs/heads/master | 2022-11-05T23:03:51.121544 | 2020-06-22T19:02:22 | 2020-06-22T19:02:22 | 271,234,636 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java | /**
*
*/
package fr.diginamic.recensement;
import java.util.Scanner;
/**
* Classe RecherchePopulationDepartementService, elle hérite de la classe MenuService, permet de rechercher la population total d'un département donnée
*
* @author eltahhansana
*
*/
public class RecherchePopulationDepartementService exte... | [
"sana.eltahhan@hotmail.fr"
] | sana.eltahhan@hotmail.fr |
9b898f99cfc417d97eab7b0ee17256777df88fde | cc65e10feea55bfa97cade23176cd6e574d3bbea | /iportal/iportal-core/src/main/java/com/imall/iportal/core/shop/vo/PurchaseAcceptanceRecordItemSaveVo.java | ccc341e81c808726c1bd39a8cdd6c02ed860ed06 | [] | no_license | weishihuai/imallCloudc | ef5a0d7e4866ad7e63251dff512afede7246bd4f | f3163208eaf539aa63dc9e042d2ff6c7403aa405 | refs/heads/master | 2021-08-20T05:42:23.717707 | 2017-11-28T09:10:36 | 2017-11-28T09:10:36 | 112,305,704 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 4,240 | java | package com.imall.iportal.core.shop.vo;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
/**
* Created by lxh on 2017/7/14.
*/
public class PurchaseAcceptanceRecordItemSaveVo {
//采购收货记录项id
@NotNull
private Long purc... | [
"34024258+weishihuai@users.noreply.github.com"
] | 34024258+weishihuai@users.noreply.github.com |
b509fd6750a6ec5867889e52b937f1abc9f6b5fc | 376a05fb5b86295365e191f48636ade928d0760d | /app/src/main/java/com/example/uberv/fotography/ErrorDialog.java | cdad562ea669c1fa85f4e0a8f54cb3a3470a37eb | [] | no_license | Rikharthu/android-Fotography | d6109a7a43d4857bb6e0c467b380469b125b9cc6 | 619c27bb644f75bd7a58a0f9cb4e10c66fbe19a6 | refs/heads/master | 2021-01-20T08:36:43.760739 | 2018-03-21T10:53:53 | 2018-03-21T10:53:53 | 101,567,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,195 | java | package com.example.uberv.fotography;
import android.app.Activity;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
/**
* Shows an error message dialog.
*/
public class ErrorDialog extends DialogFragment {
private static ... | [
"uberviolence@gmail.com"
] | uberviolence@gmail.com |
f10ea58760d78bf82a2a85fd33a9b761525b236e | 57c2e636673365cbbf6bc689d709227cc04cfd0b | /app/src/main/java/com/codeitfactory/linkedus_android/MainActivity.java | 7015b534808fc824a286ccee7b7498d43a1a1f6a | [] | no_license | hristog121/likedus_android | 21dd397e5608d96b0aaef03133ee65202527e0a2 | 2c8088f86df0554500116d6f90404090caef5e85 | refs/heads/master | 2020-04-08T11:17:17.249570 | 2018-12-05T08:19:16 | 2018-12-05T08:19:16 | 159,300,201 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,212 | java | package com.codeitfactory.linkedus_android;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.support.annotation.NonNull;
import android.support.design.internal.BottomNavigationItemView;
import android.sup... | [
"hristog121@kth.se"
] | hristog121@kth.se |
da1f1db37cdc929802443127452df0ab2366c59c | 1a58914ebbc3495eb6edabd069de76b7b39da785 | /ProjectAL/workspace/projectAL/src/soldier/core/UnitGroup.java | c09ae9047f3b5f4a16ea051680d899d1a5788ac1 | [] | no_license | lassouani/ProjectArcitectureLogiciel | e21590c28fff69ceadcc70b6791b4b2df23bf135 | 7777e7b1fb86234047f74e18828fbcd2f7249808 | refs/heads/master | 2021-04-29T10:01:15.154626 | 2017-01-02T17:58:06 | 2017-01-02T17:58:06 | 77,849,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,796 | java | /**
* D. Auber & P. Narbel
* Solution TD Architecture Logicielle 2016 Universit� Bordeaux.
*/
package soldier.core;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.TreeSet;
import soldier.observer_util.Observable... | [
"lassaouni_sofiane@outlook.com"
] | lassaouni_sofiane@outlook.com |
0b611e3c12ceefa7aba9e7486472e9db904b3278 | 71ea2e1689a684892496c17127ce4bba86d17ec2 | /src/main/java/com/tf/smart/community/wechat/entity/dto/question/AccountAnswerRelationDTO.java | 4d790c3cf510f0162e4a30ea600b68f76b4cae7c | [] | no_license | fqd0514/scaffolding-work | 7edd6d24296f46bf6eaf86e7f7f6524ab25737f6 | 7622e57c98fef36a0e0cb208288d6ad9af4bdb65 | refs/heads/main | 2023-02-28T01:23:51.141797 | 2021-01-15T09:52:56 | 2021-01-15T09:52:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package com.tf.smart.community.wechat.entity.dto.question;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import java.util.List;... | [
"liyang_ruanjian@tftnet.cn"
] | liyang_ruanjian@tftnet.cn |
4a6eb702d8b8c6929ea9ddd33a06d76be8e1ec4d | 4134d9e4e9da6ac494c32460dabdf085b9dbdef5 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/R.java | 07c689273f7fd4d3a3772b3b43f02ccaf014cc9a | [] | no_license | mattia1142866/Fotocamera | 7b883932a61b01436c714f72d3631b2cae36a66c | 212ff42bd388e77ef903bdb86c246fea7b687caa | refs/heads/master | 2020-04-02T13:10:48.343773 | 2018-12-14T15:38:55 | 2018-12-14T15:38:55 | 154,470,729 | 1 | 0 | null | 2018-12-28T14:55:32 | 2018-10-24T09:02:16 | Java | UTF-8 | Java | false | false | 8,261 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.graphics.drawable;
public final class R {
private R() {}
public static final class attr {
priv... | [
"mattia.molinaro.1@studenti.unipd.it"
] | mattia.molinaro.1@studenti.unipd.it |
5d29404e2846102ef8345bf533765ccd1ac32208 | 3f7c7d559a5743ab38012a92ea35a2a5410f18ee | /services/Dynamohr126tabs/src/com/test_25feb/dynamohr126tabs/TypeTravellingExpense.java | 3383caa99342ad43a4f2ed7ab09808d9eae00423 | [] | no_license | Sushma-M/tes25feb | 427a8d2d875a894ffaa45170ff62fbcd37ecc74a | 2adc594a0a12673349463fd328e2beb89586b3a5 | refs/heads/master | 2021-01-10T15:09:35.906779 | 2016-02-25T08:40:21 | 2016-02-25T08:40:21 | 52,509,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,142 | java | /*Copyright (c) 2016-2017 gmail.com All Rights Reserved.
This software is the confidential and proprietary information of gmail.com You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with gmail.com*/
package co... | [
"sushmapkrm@gmail.com"
] | sushmapkrm@gmail.com |
25b6191aab69198992f7e777ebeaf103e3f536ad | 223cec9cd14a378b5ef61f54d2c66baec84e01c7 | /app/src/main/java/ifpr/delabona/fabiana/tcc/TabuleiroActivity.java | d7f01071559cdcf9be95d441050c749ca19f09ac | [] | no_license | lucasruchel/AvancandoComOResto | c8f745f24c702d1a5061a0a2466af8af44d43daa | 97a7b46552a1897d56a7c1cf273a8fa9cb12e9c7 | refs/heads/master | 2021-02-26T12:25:04.238685 | 2020-03-06T22:09:01 | 2020-03-06T22:09:01 | 245,525,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,949 | java | package ifpr.delabona.fabiana.tcc;
import android.animation.ArgbEvaluator;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.media... | [
"lukasruchel@gmail.com"
] | lukasruchel@gmail.com |
84cf4b230385d7d72a069c6701a730807144b046 | a59fc72cff77a257f50bf96fa280d4cc5cd5337a | /WebDriver/src/test/java/i_can_win/ICanWinTest.java | 9cd818cc038a54c4ba571c38c8668a2690d9c76c | [] | no_license | DimaKudelich/TAT | c40fcf083d15d8a73259782e8d0981cf598f81c9 | 9c518f2be17430d068f67b17d7d181999b6ea2be | refs/heads/main | 2023-02-11T20:24:14.692720 | 2021-01-04T09:14:02 | 2021-01-04T09:14:02 | 325,365,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | package i_can_win;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.T... | [
"dima.kudelich2@mail.ru"
] | dima.kudelich2@mail.ru |
c0134751355fffa7a30b32a8e14b27578e3e8701 | 56e2a35ea822372022c843dff181c832cd267faa | /src/main/java/br/com/caelum/mapper/modelo/PedidoFlat.java | 8b1604761998854b19641e2997acc19109ef0510 | [] | no_license | luizhleme/modelmapper | 0f75975a8cced63ba3e23ca66c052c8585730849 | d825e00ff897fdbb0fd21d2a176ece0abefddb41 | refs/heads/master | 2021-01-16T23:12:51.416619 | 2014-04-03T21:46:08 | 2014-04-03T21:46:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package br.com.caelum.mapper.modelo;
public class PedidoFlat {
private String nomeCliente;
private String rua;
private int numero;
private String cidade;
private String cep;
public int getNumero() {
return numero;
}
public void setNumero(int numero) {
this.numero = numero;
}
public String getNomeClie... | [
"nico.steppat@caelum.com.br"
] | nico.steppat@caelum.com.br |
06369b05a7b3888df74f1cd5453064c71340ec8f | 08be53201ebd0929479cad82c5a5f84e7031c92b | /backend/src/main/java/com/ssafy/common/util/ResponseBodyWriteUtil.java | e8d576798219bdb5495f5c18fa49619be764740c | [] | no_license | bongdaehyun/K-Speech | e95e4db80b50f9468deed11863f174f03e30e952 | a4725990ceb79ec6aedde0da6ab783f7e33afa21 | refs/heads/S05P31D104-22_MainPage | 2023-09-05T11:32:48.233465 | 2021-11-19T07:01:40 | 2021-11-19T07:01:40 | 429,679,901 | 0 | 0 | null | 2021-11-19T06:48:04 | 2021-11-19T05:26:56 | Java | UTF-8 | Java | false | false | 2,107 | java | package com.ssafy.common.util;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Calendar;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.http.HttpStatus;
import com.fasterxml.jackson.databind.Object... | [
"alswn8972@daum.net"
] | alswn8972@daum.net |
bd7a62ee75c1effc9391630d9548afe6a290f182 | 53d6a07c1a7f7ce6f58135fefcbd0e0740b059a6 | /workspace/Launcher2/src/com/android/launcher2/AllAppsList.java | 3a5baeaa39dda5f4612bef161304bef809fb87ed | [
"Apache-2.0"
] | permissive | jx-admin/Code2 | 33dfa8d7a1acfa143d07309b6cf33a9ad7efef7f | c0ced8c812c0d44d82ebd50943af8b3381544ec7 | refs/heads/master | 2021-01-15T15:36:33.439310 | 2017-05-17T03:22:30 | 2017-05-17T03:22:30 | 43,429,217 | 8 | 4 | null | null | null | null | UTF-8 | Java | false | false | 8,066 | java | /*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"jx.wang@holaverse.com"
] | jx.wang@holaverse.com |
db8580b609d034c2496a3ea3e071fe3af9c4f7a7 | 820cddf941c146e9342aa7eb7221aa6234d76bc5 | /vetapp/src/main/java/com/example/vetapp/dao/RoleRepository.java | 5e3df54bb68cb505811fa268370d055645a99db8 | [] | no_license | kj2386/vetapp | cd27665c069c4374ea40e156c678c77031b68988 | 1ea5811257dca352cfbd50ddf1c1f4935204fb2a | refs/heads/master | 2020-05-16T16:01:27.539474 | 2019-05-01T22:09:00 | 2019-05-01T22:09:00 | 183,149,297 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.example.vetapp.dao;
import com.example.vetapp.entity.Role;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository("roleRepository")
public interface RoleRepository extends JpaRepository<Role, Integer> {
Role findByRole(String role);... | [
"kj2386@gmail.com"
] | kj2386@gmail.com |
5149442cd4a9b438b223b72cef341782e8b9b3d7 | 4a042d911f6ee8e733a0c9c442e37f65984b7a69 | /app/src/main/java/com/example/gugu/FindIdActivity.java | 328962eb57c454522a04201352721c2f91bb47cc | [] | no_license | poi0322/gugu | 6549e02e9d6d76710737525f243f6ecff599a6d2 | 660b9b5ca21569665e08a43002b3574aaa2fe507 | refs/heads/master | 2020-09-09T22:43:06.229452 | 2019-12-10T14:12:31 | 2019-12-10T14:12:31 | 221,588,218 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.example.gugu;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import androidx.annotation.Nullable;
public class FindIdActivity extends Activity {
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.o... | [
"abc1242@naver.com"
] | abc1242@naver.com |
7f45130a807534bdf9889ec3af2432c2d916238d | 597b0daa76ba28adf45359b5aa09cef5886f0e29 | /spring-web/src/main/java/org/springframework/http/client/reactive/AbstractClientHttpRequest.java | 524af3e1b0e81a90d1768dfdb92d6f68e1ef9c3c | [
"Apache-2.0"
] | permissive | wjmwss-zz/spring | 78e579e3ec4abc983aa80a4547fadc2b654ea959 | e94eb5efb79fc4bc5336d0b571609c141d35d5cb | refs/heads/master | 2023-02-21T09:26:25.768420 | 2021-01-23T19:04:30 | 2021-01-23T19:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,556 | java | /*
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"wjmcoo@outlook.com"
] | wjmcoo@outlook.com |
db6b847cd02a8022e8eb0b844c793baf912b2920 | 212f6e11d1fd18f3f657b93409f8e8b6c28f683d | /app/src/main/java/com/joeanakbar/fp/ui/favorite/tvshow/TvShowFavView.java | 6e000c92361c3a057a0e51fc7f71180edd6dd9c0 | [] | no_license | joeanakbar/FP-PAM | 939b95b0741deccda4ebd95a73ca602d2e762556 | 87e7848feddf3a7a911aa7b395e86bf9a74d6908 | refs/heads/master | 2020-12-08T02:45:33.189517 | 2020-01-09T17:20:46 | 2020-01-09T17:20:46 | 232,862,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.joeanakbar.fp.ui.favorite.tvshow;
import android.content.Context;
import com.joeanakbar.fp.model.TvShowItem;
import java.util.List;
public interface TvShowFavView {
interface View {
void hideRefresh();
void showDataList(List<TvShowItem> tvShowItems);
}
interface Presenter ... | [
"joean.s@students.amikom.ac.id"
] | joean.s@students.amikom.ac.id |
5ffece514ba495451d88e2432853063d0e6c270f | 742fc331f0ba12612c82fdaea4019c633c4759ba | /src/main/java/com/laptrinhjavaweb/service/ICategoryService.java | 7bae0b0e1182b756781c5377ed08365d0788cd51 | [] | no_license | tqbao2608/free-jsp-servlet-jdbc | 2c4d7b06b9b7edbd0c1a73f6dee97acef6d5fa73 | 6d998b7af0f670a8a66c2960a8567f1fcf5ba41e | refs/heads/master | 2023-08-04T19:27:20.129209 | 2021-09-14T16:38:30 | 2021-09-14T16:38:30 | 404,698,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | /*
* (C) Java Core
*
* @author DELL
* @date 5 the 9, 2021
* @version 1.0
*/
package com.laptrinhjavaweb.service;
import java.util.List;
import com.laptrinhjavaweb.model.CategoryModel;
public interface ICategoryService {
List<CategoryModel> findAll();
}
| [
"tqbaocteck18@gmail.com"
] | tqbaocteck18@gmail.com |
115075349e56ed9897ebc758e46f0a0c46ca48b6 | 65e2b5fb90ed75cb16ada045d9440467d91b5147 | /src/main/java/com/fastcampus/faststore/service/BookService.java | 6a03fd6041415bde2714cf1f4327f76e8f5321b9 | [] | no_license | dasom222g/java-final-project | a332c4c0567adccded3e3bf777d1468bd4fcf6be | fbb2e67e6cd0b204ec74d74af3171186541aa045 | refs/heads/master | 2023-08-30T22:51:33.853062 | 2021-10-11T11:06:02 | 2021-10-11T11:06:02 | 415,888,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package com.fastcampus.faststore.service;
import com.fastcampus.faststore.entity.Book;
import com.fastcampus.faststore.repository.BookRepository;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.Opti... | [
"dasom228@gmail.com"
] | dasom228@gmail.com |
96597f361fb847e9278e051e8c560029a7d7abdf | 5b1b2a703880b7e36d5637530dd27586f3e1b3ce | /PCSOS/src/epusp/pcs/os/admin/client/presenter/VictimTablePresenter.java | a1c3be5c5c1b80c0c28965068b7e78e0d823a7cd | [] | no_license | augustoerico/pcsos | 2e15d5c0ea4915b428a1798e9d5f1bf951e184c7 | 3a067484fe51fc53647a968d5eb87bb4d52606cc | refs/heads/master | 2021-01-01T17:00:56.868916 | 2014-12-17T13:42:07 | 2014-12-17T13:42:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,950 | java | package epusp.pcs.os.admin.client.presenter;
import com.google.gwt.cell.client.Cell.Context;
import com.google.gwt.cell.client.ImageCell;
import com.google.gwt.cell.client.ImageResourceCell;
import com.google.gwt.dom.client.Style.Unit;
import com.google.gwt.resources.client.ImageResource;
import com.google.gwt.... | [
"giovanni.gatti.pinheiro@gmail.com"
] | giovanni.gatti.pinheiro@gmail.com |
3a876b0669d7a0e7f00f2fb08b1ff720013326fc | 0b44382945e836a5e9975fdac856157eea311fb2 | /src/evaluaciones/sem2020/evaluacion3/Prueba.java | 4eb5d773c077de9d162bb903d3b906245efee692 | [] | no_license | hanconina/javaPOO | dc41b1f81af0a0b269c2d8921e2fdba3f5a16412 | 9c260f4c63eebdb28a93a08209ae1d7686badf6d | refs/heads/master | 2023-01-03T19:09:07.587944 | 2020-10-23T21:46:58 | 2020-10-23T21:46:58 | 183,959,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package evaluaciones.sem2020.evaluacion3;
public class Prueba {
public static void main(String[] args) {
Policia policia = new Policia("Juan",29,2);
Multa multa = new PicoPlaca(
"Lunes","Javier Prado","PE028",2234,"Miraflores",4,policia);
System.out.println("Multa: "+... | [
"user@teminal"
] | user@teminal |
6cd963777b70a859e8e8b89de3978c3d6f11897b | 582e11495fd653f8f118610595ad8075d779d9f0 | /src/main/java/com/system/design/lld/movieticketbooking/repository/IRepository.java | 59836ae1789f41bffc8aa868d85ca8a49643aa27 | [] | no_license | Nayanava/LLDCaseStudies | e8c4bc51004633fb5bce7280f1a68da510c33961 | ec771612d1ebdb69c516279e1868bbbe9f27dbc2 | refs/heads/master | 2023-07-28T18:35:54.881104 | 2021-09-11T16:07:25 | 2021-09-11T16:07:25 | 405,138,405 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.system.design.lld.movieticketbooking.repository;
import java.io.*;
import java.util.List;
import java.util.function.Function;
public interface IRepository<TObj, TId> {
void save(TObj entity) throws InvalidObjectException;
TObj get(TId id);
boolean update(TObj entity);
void delete(TId id);
... | [
"nayanava.de01@gmail.com"
] | nayanava.de01@gmail.com |
d2c8b9fe6601fe10f6b9a958d7184b8df0bd1e1a | 29d5f9565f14a84fbd7f005221654b5a19db42d9 | /md-blog/src/main/java/com/cloud/mdblog/mapper/FriendLinkMapper.java | 17546b55bf55ae62a56236e45c9adb2367b5b161 | [] | no_license | AbrahamTemple/Vue-Blog | 1e2cf9ca69431f554c911e4f3bad651c5a411fb1 | f2d58c9215225de3bebf7e1480d0a7ea1116d1da | refs/heads/main | 2023-07-28T10:53:51.764272 | 2021-08-24T09:22:48 | 2021-08-24T09:22:48 | 396,387,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package com.cloud.mdblog.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.cloud.mdblog.entity.FriendLink;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Repository
public interface FriendLinkMapper extends BaseMapper<FriendLink> {
int cre... | [
"noreply@github.com"
] | noreply@github.com |
bcbdada268ff845af628c805751b5d23a2c921f5 | 64268f9655cb92e22a75db4e0d3225ba2f0bb90a | /TurtleRaceGame/src/ovn8/RacingEvent.java | d4e08bbec10b623ece51455e74c59bcf12e005a2 | [] | no_license | em0004ni-s/EDAA10---Programmering-i-Java | 32ab62774d013a6a622b5d0fabc2db923b53380c | 477850ea9bcfce9751ae764c45a5bf27a513896b | refs/heads/master | 2020-03-31T23:25:30.572407 | 2018-10-11T21:02:05 | 2018-10-11T21:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package ovn8;
import se.lth.cs.window.SimpleWindow;
import java.util.Random;
public class RacingEvent {
private int counter1, counter2, counter3, steps1, steps2, steps3;
RaceTrack track;
Turtle t1, t2, t3;
RacingEvent(RaceTrack track, Turtle t1, Turtle t2, Turtle t3) {
this.track = track;
this.t1 = t1;
th... | [
"emilhoffnielsen@gmail.com"
] | emilhoffnielsen@gmail.com |
bc175fa85a0193bf393da07fc91ce933302c0f29 | d89c434f9b7938dda73cf672c3e477c425233acd | /AdmConjutosResidenciales/src/main/java/co/edu/uan/ctrlAdministrador/CtrlPanelMenuAdmin.java | 56ca12bdacda5b08b0eb44e29797307faa64c8a3 | [] | no_license | Joanne86/admConjuntosResidenciales | 5350f7e7be9f09086d41a18d7217d28cfafaa8d0 | 64c4b5cb13d282cdf2b339a09951e518a729842a | refs/heads/master | 2020-03-28T21:40:24.900399 | 2018-11-18T14:47:44 | 2018-11-18T14:47:44 | 149,173,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,901 | java | package co.edu.uan.ctrlAdministrador;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import com.jfoenix.controls.JFXButton;
import co.edu.uan.controlador.CtrlLogin;
import co.edu.uan.controlador.CtrlMenuPrincipal;
import co.edu.uan.dao.LoginDAO;
import javafx.event.Actio... | [
"LORETOladygaga1234"
] | LORETOladygaga1234 |
cddca594453394a4b94d6f9a93334fedb39a56b2 | f2efba843a18d142e35d35538895d4eeca695f72 | /app/src/main/java/xyz/iseeyou/sayhi/MyMessageReceiver.java | f881d7694dec9bf05ea5d60705944b136302b2a8 | [] | no_license | tomator/sayhi | c90dd8d98ab71cbc7ae170c7ba2bff3b12e2ca26 | cc16b28e976916d7cf441fb01c481396d9107805 | refs/heads/master | 2021-01-10T01:57:18.487945 | 2016-01-13T12:58:55 | 2016-01-13T12:58:55 | 49,573,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,068 | java | package xyz.iseeyou.sayhi;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONObject;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import cn.bmob.im.BmobChatManager;
import cn.bmob.im.BmobNotifyManager;
imp... | [
"jiang7637@163.com"
] | jiang7637@163.com |
6012a860e0a686854a394479a843b7f8dbfecb47 | b6d3c60583f0717049d6f52a4aea5f290560deb8 | /src/main/java/com/rengu/operationsmanagementsuitev3/Configuration/AsyncConfiguration.java | 50a15dd56d07f7d1d0248e6fbed79af4e7668975 | [] | no_license | zhangqiankunstack/TestControlTools | 009e693ef86247fc2e893f715787e20c4ca84b8c | 7103fa063376e5056576e92674d9d1e640629f55 | refs/heads/master | 2022-12-30T21:45:56.132657 | 2020-10-26T01:41:04 | 2020-10-26T01:41:04 | 307,231,523 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,227 | java | package com.rengu.operationsmanagementsuitev3.Configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.AsyncConfigurer;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecut... | [
"zhangqk.n@aliyun.com"
] | zhangqk.n@aliyun.com |
a7941dd948c55e05b8672cc90ebfc826647480b4 | 4aa9e3ecb92919c70c31d296ea782b32635353ef | /project3-exercises/SampleServlet/src/servletPackage/StudentService.java | 08932240b1c3e8cdecb4f9a366f2457c109ac556 | [] | no_license | steven-indra/Java-Servlet-Exercise | 2db2cc3acdb2fa68459a08c535d55710485ace0d | 774cded8219e6358db03bce5955bbaae066f0a39 | refs/heads/master | 2021-01-19T22:23:56.992026 | 2017-04-21T08:03:07 | 2017-04-21T08:03:07 | 88,807,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,998 | java | package servletPackage;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.MultipartConfig;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest... | [
"trainee"
] | trainee |
fa3f4d77e6da545aab56f6e2bc03d5e54112a3a5 | 3dc73e437b6e69db99ab77b7163c4215e895103b | /src/main/java/com/demo/DemoApp.java | 795c0e73657609cbe683fa306212f33fdcf0792b | [
"MIT"
] | permissive | vkslax/java-microservices-arquillian | a556174026c226b97d60c7088b9d45b7a8f6e652 | e973cbf413c8df1d76457a2cbf1c80342a2f515d | refs/heads/master | 2020-09-06T06:46:04.538403 | 2019-11-08T21:49:28 | 2019-11-08T21:49:28 | 220,355,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.demo;
import javax.enterprise.context.ApplicationScoped;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationScoped
@ApplicationPath("/api")
public class DemoApp extends Application {
}
| [
"victor.lopez4@telusinternational.com"
] | victor.lopez4@telusinternational.com |
a2eb631cc8304d5e02eee79fc8a60dfe38004ff2 | 121fe1ac4b0ea0a27ae2f80775c74c838147ad3e | /src/main/java/com/wibowo/games/triviachat/statemachine/states/InitialState.java | 93e696080ea080247b4ee3bdc5a2e4797e381756 | [] | no_license | alexwibowo/TriviaChat | 989781b73ee77db427f107e5665bf90f1acf58e4 | 79c79129c654c3395508863d3439bbe2d2a775c0 | refs/heads/master | 2022-12-12T07:05:30.398039 | 2020-09-13T07:16:14 | 2020-09-13T07:16:14 | 289,008,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package com.wibowo.games.triviachat.statemachine.states;
import com.wibowo.games.triviachat.statemachine.ChatStateMachineContext;
import com.wibowo.machinia.Command;
import com.wibowo.games.triviachat.statemachine.commands.StartTrivia;
import com.wibowo.machinia.State;
import java.util.Arrays;
import java.util.Collec... | [
"alexwibowo@gmail.com"
] | alexwibowo@gmail.com |
b7c863a608b92a61747dad468b76dd746c031445 | e6aff8eebe050852e9364709546db48f24845755 | /app/src/androidTest/java/com/android/example/activityrecognition/ExampleInstrumentedTest.java | 991562d08feeb3f537a8b5142f0e502691fe1316 | [] | no_license | VictorMotogna/ActivityRecognition | 1a684dd042da9c3e83745b4700ea74aae2f0d675 | a601aa37439fe5c08ffce9f9b592ef9041b066db | refs/heads/master | 2021-01-23T00:06:06.638732 | 2017-03-21T11:41:53 | 2017-03-21T11:41:53 | 85,694,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package com.android.example.activityrecognition;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will ex... | [
"vmotogna@gmail.com"
] | vmotogna@gmail.com |
815dc804d45866060f54be0a979e8a3ace4a445b | 41514073c2938f96cc7cbc49845319a508de93a2 | /app/src/main/java/com/example/android/project6/Surface.java | d4b4063623e878c20c745e3b5236baaadfd54d5b | [] | no_license | kjones47/Project6Web | ec4bb80d8f89cb29f9ad3d9e4a8821bd6177482b | 8b2ca426cb88f2dce8c6acb938f9ca5267683ff9 | refs/heads/master | 2020-09-10T18:55:27.698696 | 2019-11-25T06:08:51 | 2019-11-25T06:08:51 | 221,805,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,928 | java | package com.example.android.project6;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.PixelFormat;
import android.view.SurfaceView;
import android.view.SurfaceHolder;
public c... | [
"kjones47@binghamton.edu"
] | kjones47@binghamton.edu |
1343d9a450c957d124d47b3fbd5d3da05c141c16 | 4c6211f48cca94158d61f2b3ed0a048b15e4a00c | /src/main/java/web/App.java | 19e0be10dcffd6cb5db246bee308d40ff6436c6f | [] | no_license | benjacarp/SpringBootPractice | 4071000d2371f8ca487cb4af2efda2b83e6ed66b | 543dac526ff510e7619cc04d8441557ad6879b5b | refs/heads/master | 2021-01-09T20:18:20.892243 | 2017-02-10T21:01:54 | 2017-02-10T21:01:54 | 81,250,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package web;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class App {
public static void main(String[] args) throws Exception {
initRepo();
SpringApplication.run(App.class, args);
}
pr... | [
"benjamin.salas@globant.com"
] | benjamin.salas@globant.com |
2d828154e10cd37318856063a0b266a4840e0651 | 590cebae4483121569983808da1f91563254efed | /Router/eps2-src/engine/src/main/java/ru/acs/fts/eps2/engine/persistence/entities/CustomsRouting.java | d7f2be0f58f774d57871edc9dc6fa43b5f8e568d | [] | no_license | ke-kontur/eps | 8b00f9c7a5f92edeaac2f04146bf0676a3a78e27 | 7f0580cd82022d36d99fb846c4025e5950b0c103 | refs/heads/master | 2020-05-16T23:53:03.163443 | 2014-11-26T07:00:34 | 2014-11-26T07:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,469 | java | package ru.acs.fts.eps2.engine.persistence.entities;
public class CustomsRouting
{
private String _transportAddress;
private String _transportServer;
private String _localManager;
private String _localQueue;
private String _remoteManager;
private String _remoteQueue;
private Boolean _isLoca... | [
"m@brel.me"
] | m@brel.me |
5f6aed054e1f698edb9aeb2a517b8531ecf8c87e | c8d7c2e13733d9433aa2ac191df5792b5e780b01 | /src/main/java/org/wcong/test/spring/MyComponent.java | 39a13f7e4fc138933362910249e065bfa14a80ec | [] | no_license | wcong/learn-java | 2670628c68b416346402f82f924ab836871de9ae | 6cf0f373eeccdbb160d914ab79b6fe4e6ce6586b | refs/heads/master | 2022-12-23T23:54:49.609109 | 2020-11-27T03:19:56 | 2020-11-27T03:19:56 | 47,055,761 | 162 | 177 | null | 2023-06-21T11:44:58 | 2015-11-29T08:29:13 | Java | UTF-8 | Java | false | false | 331 | java | package org.wcong.test.spring;
import org.springframework.stereotype.Component;
import java.lang.annotation.*;
/**
* @author wcong<wc19920415@gmail.com>
* @since 16/1/21
*/
@Target({ ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface MyComponent {
String value() def... | [
"wc19920415@gmail.com"
] | wc19920415@gmail.com |
5d49d639ecc6e11b1c9dce62809d658afcc333c1 | 6f16f903e92206f26c005bb5fd8e14a46c18daee | /src/main/java/movies/spring/data/neo4j/repositories/RealOrganizationRepository.java | b0d4804f86e41bb10f099c9272abe5898b4970e4 | [] | no_license | 4thWave/movies-java-spring-data-neo4j | 0f8151deb6049f3f55e38e39d054bd19b960a951 | d7db0a97292321327378c49c992985a9910422bf | refs/heads/master | 2021-09-13T23:42:56.166124 | 2018-05-06T01:55:39 | 2018-05-06T01:55:39 | 114,908,755 | 0 | 0 | null | 2017-12-20T16:33:15 | 2017-12-20T16:33:14 | null | UTF-8 | Java | false | false | 1,426 | java | package movies.spring.data.neo4j.repositories;
import java.util.Collection;
import movies.spring.data.neo4j.domain.RealOrganization;
import org.springframework.data.neo4j.annotation.Query;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.repository.query.Param;
im... | [
"tedgamester@Teds-iMac.lan"
] | tedgamester@Teds-iMac.lan |
2abcf3d459a2118ef124136b9a32b01bad1f0e24 | 10d212c445ef0fc0c9555f805286db1d9dd35de5 | /src/oa/pojo/EmailFile.java | b91fae10b49b805277432cd0ee077835a229dbc8 | [] | no_license | renchengwei/oa | 6f229b5a97bb7eea1eb6a450df72f1662e32357c | c59b35bba1ddd35d5fc7e2bbfb601066b82e286a | refs/heads/master | 2021-01-10T21:51:43.677899 | 2015-06-16T15:24:33 | 2015-06-16T15:24:33 | 36,078,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | package oa.pojo;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import org.hibernate.annotations.GenericGenerator;
import org.springframework.context.annotation.Scope;
@Entity
@Table(name = "tb_emailfile")
@Scope(value = "protot... | [
"627127819@qq.com"
] | 627127819@qq.com |
509c39da01cd659ec0f0948b4f15890786f33cd0 | 0102de442709fe709e7a2b15207708ecbacd5f3b | /plugins/base/src/main/java/edu/wpi/first/shuffleboard/plugin/base/data/types/SubsystemType.java | 64f55230d108c44ba5b91cde8b96bb347b0d02ef | [] | no_license | blucoat/shuffleboard | 0b5679293e6f247555717b1a1be284c755657128 | 838e511ff730e74788cbad4628f0ef6cbf9a3852 | refs/heads/master | 2021-05-11T21:30:17.471757 | 2018-01-14T21:50:57 | 2018-01-14T21:50:57 | 117,469,549 | 0 | 0 | null | 2018-01-14T21:50:05 | 2018-01-14T21:50:04 | null | UTF-8 | Java | false | false | 568 | java | package edu.wpi.first.shuffleboard.plugin.base.data.types;
import edu.wpi.first.shuffleboard.api.data.ComplexDataType;
import java.util.Map;
import java.util.function.Function;
/**
* Type of a simple subsystem. Subsystems don't contain any data in and of themselves.
*/
public class SubsystemType extends ComplexDat... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.